diff --git a/cookbooks/00-Devfest-Email-Assistant.ipynb b/cookbooks/00-Devfest-Email-Assistant.ipynb index 7a0390878..01d7f85a5 100644 --- a/cookbooks/00-Devfest-Email-Assistant.ipynb +++ b/cookbooks/00-Devfest-Email-Assistant.ipynb @@ -96,28 +96,38 @@ "**Contact:** [hey@julep.ai](mailto:hey@julep.ai) or Discord" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Installing the Julep Client" + ] + }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 22, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Requirement already satisfied: julep in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (1.6.0)\n", - "Requirement already satisfied: anyio<5,>=3.5.0 in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (4.6.0)\n", - "Requirement already satisfied: distro<2,>=1.7.0 in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (1.9.0)\n", - "Requirement already satisfied: httpx<1,>=0.23.0 in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (0.27.2)\n", - "Requirement already satisfied: pydantic<3,>=1.9.0 in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (2.9.2)\n", - "Requirement already satisfied: sniffio in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (1.3.1)\n", - "Requirement already satisfied: typing-extensions<5,>=4.7 in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (4.12.2)\n", - "Requirement already satisfied: idna>=2.8 in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from anyio<5,>=3.5.0->julep) (3.10)\n", - "Requirement already satisfied: certifi in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from httpx<1,>=0.23.0->julep) (2024.8.30)\n", - "Requirement already satisfied: httpcore==1.* in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from httpx<1,>=0.23.0->julep) (1.0.5)\n", - "Requirement already satisfied: h11<0.15,>=0.13 in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from httpcore==1.*->httpx<1,>=0.23.0->julep) (0.14.0)\n", - "Requirement already satisfied: annotated-types>=0.6.0 in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from pydantic<3,>=1.9.0->julep) (0.7.0)\n", - "Requirement already satisfied: pydantic-core==2.23.4 in /Users/hamadasalhab/Documents/repos/julep-ai/julep/agents-api/.venv/lib/python3.12/site-packages (from pydantic<3,>=1.9.0->julep) (2.23.4)\n" + "Requirement already satisfied: julep in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (1.43.1)\n", + "Requirement already satisfied: anyio<5,>=3.5.0 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (4.4.0)\n", + "Requirement already satisfied: distro<2,>=1.7.0 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (1.9.0)\n", + "Requirement already satisfied: httpx<1,>=0.23.0 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (0.27.2)\n", + "Requirement already satisfied: pydantic<3,>=1.9.0 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (2.10.2)\n", + "Requirement already satisfied: python-dotenv<1.1,>=1.0 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (1.0.1)\n", + "Requirement already satisfied: ruamel-yaml<0.19,>=0.18.6 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (0.18.6)\n", + "Requirement already satisfied: sniffio in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (1.3.1)\n", + "Requirement already satisfied: typing-extensions<5,>=4.7 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from julep) (4.12.2)\n", + "Requirement already satisfied: idna>=2.8 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from anyio<5,>=3.5.0->julep) (3.10)\n", + "Requirement already satisfied: certifi in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from httpx<1,>=0.23.0->julep) (2024.8.30)\n", + "Requirement already satisfied: httpcore==1.* in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from httpx<1,>=0.23.0->julep) (1.0.7)\n", + "Requirement already satisfied: h11<0.15,>=0.13 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from httpcore==1.*->httpx<1,>=0.23.0->julep) (0.14.0)\n", + "Requirement already satisfied: annotated-types>=0.6.0 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from pydantic<3,>=1.9.0->julep) (0.7.0)\n", + "Requirement already satisfied: pydantic-core==2.27.1 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from pydantic<3,>=1.9.0->julep) (2.27.1)\n", + "Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /home/xmtosx/Work/Julep/julep/agents-api/.venv/lib/python3.12/site-packages (from ruamel-yaml<0.19,>=0.18.6->julep) (0.2.12)\n" ] } ], @@ -129,99 +139,108 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating Julep Client with the API Key\n", + "#### NOTE:\n", "\n", - "Get you API key from [here](https://dashboard.julep.ai/)" + "- UUIDs are generated for both the agent and task to uniquely identify them within the system.\n", + "- Once created, these UUIDs should remain unchanged for simplicity.\n", + "- Altering a UUID will result in the system treating it as a new agent or task.\n", + "- If a UUID is changed, the original agent or task will continue to exist in the system alongside the new one." ] }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ - "import os\n", + "import uuid\n", "\n", - "import yaml\n", - "from julep import Julep\n", + "AGENT_UUID = uuid.uuid4()\n", + "TASK_UUID = uuid.uuid4()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Creating Julep Client with the API Key\n", "\n", - "api_key = os.getenv(\"JULEP_API_KEY\")\n", + "Get you API key from [here](https://dashboard.julep.ai/)" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [], + "source": [ + "from julep import Client\n", "\n", - "julep = Julep(api_key=api_key, environment=\"production\")" + "JULEP_API_KEY = \"YOUR_JULEP_API_KEY\"\n", + "\n", + "# Create a Julep client\n", + "client = Client(api_key=JULEP_API_KEY, environment=\"production\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an \"agent\"\n", + "### Creating an \"agent\"\n", "\n", "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." + "To learn more about the agent, please refer to the Agent section in [Julep Concepts](https://docs.julep.ai/docs/concepts/agents)." ] }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 24, "metadata": {}, "outputs": [], "source": [ - "agent = julep.agents.create(\n", + "agent = client.agents.create_or_update(\n", + " agent_id=AGENT_UUID,\n", " name=\"Julep Email Assistant\",\n", " about=(\n", " \"You are an agent that handles emails for julep users.\"\n", " + \" Julep is a platform for creating kick-ass AI agents.\"\n", " ),\n", - " model=\"gpt-4o\",\n", - " default_settings={\"temperature\": 0.2},\n", + " model=\"gpt-4o-mini\",\n", ")" ] }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "'231366f8-cdc8-423a-a1c6-72d4a300675f'" - ] - }, - "execution_count": 10, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "agent.id" - ] - }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Defining a Task\n", + "### Defining a Task\n", "\n", "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", "\n", "You can use them to conduct complex actions by defining them step-by-step.\n", "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." + "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tasks)." ] }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ - "mailgun_password = os.getenv(\"MAILGUN_PASSWORD\")\n", + "import yaml\n", + "\n", + "MAILGUN_PASSWORD = \"YOUR_MAILGUN_PASSWORD\"\n", "\n", "task_def = yaml.safe_load(f\"\"\"\n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", "name: Julep Email Assistant\n", + "description: A Julep agent that can send emails and search the documentation.\n", "\n", + "########################################################\n", + "####################### INPUT SCHEMA ###################\n", + "########################################################\n", "input_schema:\n", " type: object\n", " properties:\n", @@ -234,78 +253,91 @@ " body:\n", " type: string\n", "\n", + " \n", + "########################################################\n", + "####################### TOOLS ##########################\n", + "########################################################\n", + "\n", + "# Define the tools that the task will use in this workflow\n", "tools:\n", "- name: send_email\n", + " type: integration\n", " integration:\n", " provider: email\n", " setup:\n", " host: smtp.mailgun.org\n", - " password: {mailgun_password}\n", + " password: {MAILGUN_PASSWORD}\n", " port: 587\n", " user: postmaster@email.julep.ai\n", "\n", "- name: search_docs\n", + " type: system\n", " system:\n", " resource: agent\n", " subresource: doc\n", " operation: search\n", - " \n", + " \n", + "########################################################\n", + "####################### MAIN WORKFLOW ##################\n", + "########################################################\n", + "\n", "main:\n", + "# Step 0: Prompt the user for the email details\n", "- prompt: |-\n", - " You are {{{{ agent.name }}}}. {{{{ agent.about }}}}\n", + " $ f'''You are {{ agent.name }}. {{ agent.about }}\n", "\n", - " A user with email address {{{{ _.from }}}} has sent the following inquiry:\n", + " A user with email address {{ _.from }} has sent the following inquiry:\n", " ------\n", - " Subject: {{{{ _.subject }}}}\n", + " Subject: {{ _.subject }}\n", "\n", - " {{{{ _.body }}}}\n", + " {{ _.body }}\n", " ------\n", "\n", " Can you generate a query to search the documentation based on this email?\n", - " Just respond with the query as is and nothing else.\n", + " Just respond with the query as is and nothing else.'''\n", "\n", " unwrap: true\n", "\n", + "# Step 1: Search the documentation\n", "- tool: search_docs\n", " arguments:\n", - " agent_id: \"'{agent.id}'\"\n", - " text: _\n", + " agent_id: {agent.id}\n", + " text: $ _\n", " \n", - "- prompt: |-\n", - " You are {{{{ agent.name }}}}. {{{{ agent.about }}}}\n", + "- prompt: >-\n", + " $ f'''You are {{ agent.name }}. {{ agent.about }}\n", "\n", - " A user with email address {{{{ inputs[0].from }}}} has sent the following inquiry:\n", + " A user with email address {{ steps[0].input.from }} has sent the following inquiry:\n", " ------\n", - " Subject: {{{{ inputs[0].subject }}}}\n", + " Subject: {{ steps[0].input.subject }}\n", "\n", - " {{{{ inputs[0].body }}}}\n", + " {{ steps[0].input.body }}\n", " ------\n", "\n", " Here are some possibly relevant snippets from the julep documentation:\n", - " {{% for doc in _.docs %}}\n", - " {{% for snippet in doc.snippets %}}\n", - " {{{{ snippet.content }}}}\n", - " {{% endfor %}}\n", - " {{% endfor %}}\n", + " {{ '\\\\n'.join([snippet.content for doc in _.docs for snippet in doc.snippets]) }}\n", + " \n", " ========\n", "\n", " Based on the above info, craft an email body to respond with as a json object.\n", - " The json object must have `subject` and `body` fields.\n", + " The json object must have `subject` and `body` fields.'''\n", " response_format:\n", " type: json_object\n", " \n", " unwrap: true\n", - " \n", + "\n", + "# Step 3: Extract the email\n", "- evaluate:\n", - " subject: \"load_json(_.split('```json')[1].split('```')[0])['subject']\"\n", - " body: \"load_json(_.split('```json')[1].split('```')[0])['body']\"\n", - " \n", + " subject: $ extract_json(_)['subject']\n", + " body: $ extract_json(_)['body']\n", + "\n", + "# Step 4: Send the email\n", "- tool: send_email\n", " arguments:\n", - " body: _.body\n", - " from: \"'postmaster@email.julep.ai'\"\n", - " subject: _.subject\n", - " to: inputs[0]['from']\n", + " body: $ _.body\n", + " from: postmaster@email.julep.ai\n", + " subject: $ _.subject\n", + " to: $ steps[0].input['from']\n", "\"\"\")" ] }, @@ -314,65 +346,44 @@ "metadata": {}, "source": [ "Notes:\n", - "- The reason for using the quadruple curly braces `{{{{}}}}` for the jinja template is to avoid conflicts with the curly braces when using the `f` formatted strings in python. [More information here](https://stackoverflow.com/questions/64493332/jinja-templating-in-airflow-along-with-formatted-text)\n", - "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating a task" + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." ] }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 28, "metadata": {}, "outputs": [], "source": [ - "task = julep.tasks.create(\n", - " agent_id=agent.id,\n", + "task = client.tasks.create_or_update(\n", + " agent_id=AGENT_UUID,\n", + " task_id=TASK_UUID,\n", " **task_def,\n", ")" ] }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "'a942a86d-dfcc-4abd-a8e7-0f502a2e4c67'" - ] - }, - "execution_count": 13, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "task.id" - ] - }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an Execution\n", + "### Creating an Execution\n", + "\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", "\n", - "An execution is a single run of a task. It is a way to run a task with a specific set of inputs." + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." ] }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 30, "metadata": {}, "outputs": [], "source": [ - "execution = julep.executions.create(\n", + "execution = client.executions.create(\n", " task_id=task.id,\n", " input={\"from\": \"diwank@julep.ai\", \"to\": \"help@agents.new\", \"subject\": \"what's up\", \"body\": \"sup\"},\n", ")" @@ -380,29 +391,29 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 31, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "Execution(id='54c1b4d2-c036-4b22-af8c-8c8a81fe41ad', created_at=datetime.datetime(2024, 10, 7, 14, 15, 15, 575516, tzinfo=datetime.timezone.utc), input={'body': 'sup', 'from': 'diwank@julep.ai', 'subject': \"what's up\", 'to': 'help@agents.new'}, status='running', task_id='a942a86d-dfcc-4abd-a8e7-0f502a2e4c67', updated_at=datetime.datetime(2024, 10, 7, 14, 15, 16, 717572, tzinfo=datetime.timezone.utc), error=None, metadata={}, output=None)" + "Execution(id='067a5e5c-0aab-7227-8000-61965b0ea1c4', created_at=datetime.datetime(2025, 2, 7, 10, 51, 44, 667044, tzinfo=datetime.timezone.utc), input={'to': 'help@agents.new', 'body': 'sup', 'from': 'diwank@julep.ai', 'subject': \"what's up\"}, status='starting', task_id='067a5e5c-06d9-788f-8000-b35d78e72bc0', updated_at=datetime.datetime(2025, 2, 7, 10, 51, 44, 705438, tzinfo=datetime.timezone.utc), error=None, metadata={}, output={'to': 'help@agents.new', 'body': 'sup', 'from': 'diwank@julep.ai', 'subject': \"what's up\"})" ] }, - "execution_count": 15, + "execution_count": 31, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "julep.executions.get(execution.id)" + "client.executions.get(execution.id)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Checking execution details and output\n", + "### Checking execution details and output\n", "\n", "There are multiple ways to get the execution details and the output:\n", "\n", @@ -416,7 +427,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 35, "metadata": {}, "outputs": [ { @@ -424,24 +435,28 @@ "output_type": "stream", "text": [ "Type: init\n", - "output: {'body': 'sup', 'from': 'diwank@julep.ai', 'subject': \"what's up\", 'to': 'help@agents.new'}\n", + "output: {'to': 'help@agents.new', 'body': 'sup', 'from': 'diwank@julep.ai', 'subject': \"what's up\"}\n", "----------------------------------------------------------------------------------------------------\n", "Type: step\n", - "output: \"what's up\" site:julep.ai/docs\n", + "output: I'm sorry, but I need more specific information from the email content to generate an appropriate query for the documentation search. Could you provide the subject and body of the email?\n", "----------------------------------------------------------------------------------------------------\n", "Type: step\n", - "output: {'docs': [], 'time': 0.007443666458129883}\n", + "output: {'docs': [], 'time': 0.0017147064208984375}\n", "----------------------------------------------------------------------------------------------------\n", "Type: step\n", - "output: ```json\n", + "output: To craft a response, I would need specific details from the user's inquiry and relevant snippets from the Julep documentation. Since I don't have access to the actual content of the inquiry or the documentation snippets, I'll provide a general template for how you might structure the JSON response:\n", + "\n", + "```json\n", "{\n", - " \"subject\": \"Hello!\",\n", - " \"body\": \"Hi there! How can I assist you today? If you have any questions or need help with Julep, feel free to let me know!\"\n", + " \"subject\": \"Re: [Original Subject of the Inquiry]\",\n", + " \"body\": \"Hello [User's Name],\\n\\nThank you for reaching out to us with your inquiry about Julep. Based on the information provided, here are some details that might help you:\\n\\n[Include relevant information or answers based on the snippets from the documentation]\\n\\nIf you have any further questions or need additional assistance, feel free to reply to this email.\\n\\nBest regards,\\n\\n[Your Name]\\nJulep Email Assistant\"\n", "}\n", "```\n", + "\n", + "To create a specific response, you would replace placeholders like `[Original Subject of the Inquiry]`, `[User's Name]`, and `[Include relevant information or answers based on the snippets from the documentation]` with the actual content from the user's email and the relevant documentation snippets.\n", "----------------------------------------------------------------------------------------------------\n", "Type: step\n", - "output: {'body': 'Hi there! How can I assist you today? If you have any questions or need help with Julep, feel free to let me know!', 'subject': 'Hello!'}\n", + "output: {'body': \"Hello [User's Name],\\n\\nThank you for reaching out to us with your inquiry about Julep. Based on the information provided, here are some details that might help you:\\n\\n[Include relevant information or answers based on the snippets from the documentation]\\n\\nIf you have any further questions or need additional assistance, feel free to reply to this email.\\n\\nBest regards,\\n\\n[Your Name]\\nJulep Email Assistant\", 'subject': 'Re: [Original Subject of the Inquiry]'}\n", "----------------------------------------------------------------------------------------------------\n", "Type: finish\n", "output: {'success': True}\n", @@ -450,7 +465,7 @@ } ], "source": [ - "execution_transitions = julep.executions.transitions.list(\n", + "execution_transitions = client.executions.transitions.list(\n", " execution_id=execution.id).items\n", "\n", "for transition in reversed(execution_transitions):\n", @@ -462,7 +477,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": ".venv", "language": "python", "name": "python3" }, diff --git a/cookbooks/01-website-crawler.ipynb b/cookbooks/01-website-crawler.ipynb index 7b87da1de..9734b13ed 100644 --- a/cookbooks/01-website-crawler.ipynb +++ b/cookbooks/01-website-crawler.ipynb @@ -108,6 +108,18 @@ "!pip install --upgrade julep --quiet" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "#### NOTE:\n", + "\n", + "- UUIDs are generated for both the agent and task to uniquely identify them within the system.\n", + "- Once created, these UUIDs should remain unchanged for simplicity.\n", + "- Altering a UUID will result in the system treating it as a new agent or task.\n", + "- If a UUID is changed, the original agent or task will continue to exist in the system alongside the new one." + ] + }, { "cell_type": "code", "execution_count": 2, @@ -140,21 +152,21 @@ "from julep import Client\n", "import os\n", "\n", - "api_key = os.getenv(\"JULEP_API_KEY\")\n", + "JULEP_API_KEY = \"YOUR_JULEP_API_KEY\"\n", "\n", "# Create a Julep client\n", - "client = Client(api_key=api_key, environment=\"production\")" + "client = Client(api_key=JULEP_API_KEY, environment=\"production\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an \"agent\"\n", + "### Creating an \"agent\"\n", "\n", "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." + "To learn more about the agent, please refer to the Agent section in [Julep Concepts](https://docs.julep.ai/docs/concepts/agents)." ] }, { @@ -176,13 +188,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Defining a Task\n", + "### Defining a Task\n", "\n", "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", "\n", "You can use them to conduct complex actions by defining them step-by-step.\n", "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." + "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tasks)." ] }, { @@ -193,55 +205,76 @@ "source": [ "import yaml\n", "\n", - "spider_api_key = os.getenv(\"SPIDER_API_KEY\")\n", + "SPIDER_API_KEY = \"YOUR_SPIDER_API_KEY\"\n", "\n", "# Define the task\n", - "task_def = yaml.safe_load(f\"\"\"\n", - "name: Crawling Task\n", - "\n", - "# Define the tools that the agent will use in this workflow\n", + "task_def = yaml.safe_load(f\"\"\" \n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json \n", + "name: Julep Crawling Task\n", + "description: Crawl a website and create a summary of the results\n", + "\n", + "########################################################\n", + "####################### INPUT SCHEMA ###################\n", + "########################################################\n", + "\n", + "input_schema:\n", + " type: object\n", + " properties:\n", + " url:\n", + " type: string\n", + " description: The URL of the website to crawl\n", + "\n", + "########################################################\n", + "####################### TOOLS ##########################\n", + "########################################################\n", + "\n", + "# Define the tools that the task will use in this workflow\n", "tools:\n", "- name: spider_crawler\n", " type: integration\n", " integration:\n", " provider: spider\n", " setup:\n", - " spider_api_key: \"{spider_api_key}\"\n", + " spider_api_key: \"{SPIDER_API_KEY}\"\n", + "\n", + "########################################################\n", + "####################### MAIN WORKFLOW ##################\n", + "########################################################\n", "\n", - "# Define the steps of the workflow\n", "main:\n", "\n", - "# Define a tool call step that calls the spider_crawler tool with the url input\n", + "# Step 0: Call the spider_crawler tool with the url input\n", "- tool: spider_crawler\n", " arguments:\n", - " url: \"_['url']\" # You can also use 'inputs[0]['url']'\n", + " url: $_['url'] # You can also use 'steps[0].input.url'\n", " params:\n", - " request: \"'smart_mode'\"\n", + " request: smart_mode\n", " limit: \"1\"\n", - " return_format: \"'markdown'\"\n", - " proxy_enabled: \"True\"\n", - " filter_output_images: \"True\"\n", - " filter_output_svg: \"True\"\n", - " readability: \"True\"\n", + " return_format: markdown\n", + " proxy_enabled: $ True\n", + " filter_output_images: $ True\n", + " filter_output_svg: $ True\n", + " readability: $ True\n", "\n", - "# Evaluate step to create a summary of the results\n", + "# Step 1: Evaluate step to create a summary of the results\n", "- evaluate:\n", " documents: |\n", - " \" \".join(\n", + " $ \" \".join(\n", " list(\n", " page['content'] for page in _['result']\n", " )\n", " )\n", " \n", - "# Prompt step to create a summary of the results\n", + "# Step 2: Prompt step to create a summary of the results\n", "- prompt: |\n", - " You are {{{{agent.about}}}}\n", - " I have given you this url: {{{{inputs[0]['url']}}}}\n", + " $ f'''\n", + " You are {{agent.about}}\n", + " I have given you this url: {{steps[0].input.url}}\n", " And you have crawled that website. Here are the results you found:\n", - " {{{{_['documents']}}}}\n", + " {{_['documents']}}\n", " I want you to create a short summary (no longer than 100 words) of the results you found while crawling that website.\n", - "\n", - " unwrap: True\n", + " '''\n", + " unwrap: True\n", "\"\"\")" ] }, @@ -250,15 +283,11 @@ "metadata": {}, "source": [ "Notes:\n", - "- The reason for using the quadruple curly braces `{{{{}}}}` for the jinja template is to avoid conflicts with the curly braces when using the `f` formatted strings in python. [More information here](https://stackoverflow.com/questions/64493332/jinja-templating-in-airflow-along-with-formatted-text)\n", - "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating/Updating a task" + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." ] }, { @@ -279,14 +308,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an Execution" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "An execution is a single run of a task. It is a way to run a task with a specific set of inputs." + "### Creating an Execution\n", + "\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", + "\n", + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." ] }, { @@ -370,7 +396,7 @@ "# Lists all the task steps that have been executed up to this point in time\n", "transitions = client.executions.transitions.list(execution_id=execution.id).items\n", "\n", - "# Transitions are retreived in reverse chronological order\n", + "# Transitions are retrieved in reverse chronological order\n", "for transition in reversed(transitions):\n", " print(\"Transition type: \", transition.type)\n", " print(\"Transition output: \", transition.output)\n", @@ -381,13 +407,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Running the same task with a different URL" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "### Running the same task with a different URL\n", + "\n", "We will use the same code to run the same task, but with a different URL" ] }, diff --git a/cookbooks/01-website-crawler.py b/cookbooks/01-website-crawler.py deleted file mode 100644 index 5c67c2432..000000000 --- a/cookbooks/01-website-crawler.py +++ /dev/null @@ -1,109 +0,0 @@ -import os -import uuid - -import yaml -from julep import Client - -# Global UUID is generated for agent and task -AGENT_UUID = uuid.uuid4() -TASK_UUID = uuid.uuid4() - -# Get your API key from [here](https://dashboard.julep.ai/) -api_key = os.getenv("JULEP_API_KEY") -if not api_key: - msg = "JULEP_API_KEY not found in environment variables" - raise ValueError(msg) - -# Creating Julep Client with the API Key -client = Client(api_key=api_key, environment="production") - -# Creating an "agent" -name = "Jarvis" -about = "The original AI conscious the Iron Man." - -# Create the agent -agent = client.agents.create_or_update( - agent_id=AGENT_UUID, - name=name, - about=about, - model="gpt-4o", -) - -spider_api_key = os.getenv("SPIDER_API_KEY") -if not spider_api_key: - msg = "SPIDER_API_KEY not found in environment variables" - raise ValueError(msg) - -# Defining a Task -task_def = yaml.safe_load(f""" -name: Crawling Task - -# Define the tools that the agent will use in this workflow -tools: -- name: spider_crawler - type: integration - integration: - provider: spider - setup: - spider_api_key: "{spider_api_key}" - -# Define the steps of the workflow -main: - -# Define a tool call step that calls the spider_crawler tool with the url input -- tool: spider_crawler - arguments: - url: "_['url']" # You can also use 'inputs[0]['url']' - params: - request: "'smart_mode'" - limit: "1" - return_format: "'markdown'" - proxy_enabled: "True" - filter_output_images: "True" - filter_output_svg: "True" - readability: "True" - -# Evaluate step to create a summary of the results -- evaluate: - documents: | - " ".join( - list( - page['content'] for page in _['result'] - ) - ) - -# Prompt step to create a summary of the results -- prompt: | - You are {{{{agent.about}}}} - I have given you this url: {{{{inputs[0]['url']}}}} - And you have crawled that website. Here are the results you found: - {{{{_['documents']}}}} - I want you to create a short summary (no longer than 100 words) of the results you found while crawling that website. - - unwrap: True -""") - -# Creating/Updating a task -task = client.tasks.create_or_update(task_id=TASK_UUID, agent_id=AGENT_UUID, **task_def) - -# Creating an Execution -execution = client.executions.create(task_id=TASK_UUID, input={}) - -# Waiting for the execution to complete -import time - -time.sleep(5) - -# Getting the execution details -execution = client.executions.get(execution.id) -print("Execution output:", execution.output) - -# Listing all the steps of a defined task -transitions = client.executions.transitions.list(execution_id=execution.id).items -print("Execution Steps:") -for transition in transitions: - print(transition) - -# Stream the steps of the defined task -print("Streaming execution transitions:") -print(client.executions.transitions.stream(execution_id=execution.id)) diff --git a/cookbooks/02-sarcastic-news-headline-generator.ipynb b/cookbooks/02-sarcastic-news-headline-generator.ipynb index 9fd21ccad..117116767 100644 --- a/cookbooks/02-sarcastic-news-headline-generator.ipynb +++ b/cookbooks/02-sarcastic-news-headline-generator.ipynb @@ -102,7 +102,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 30, "metadata": {}, "outputs": [], "source": [ @@ -123,7 +123,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 31, "metadata": {}, "outputs": [], "source": [ @@ -145,50 +145,39 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 32, "metadata": {}, "outputs": [], "source": [ "from julep import Client\n", "import os\n", "\n", - "api_key = os.getenv(\"JULEP_API_KEY\")\n", + "JULEP_API_KEY = \"YOUR_JULEP_API_KEY\"\n", "\n", "# Create a client\n", - "client = Client(api_key=api_key, environment=\"production\")" + "client = Client(api_key=JULEP_API_KEY, environment=\"production\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an \"agent\"\n", - "\n", + "### Creating an \"agent\"\n", "\n", "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." + "To learn more about the agent, please refer to the Agent section in [Julep Concepts](https://docs.julep.ai/docs/concepts/agents)." ] }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 33, "metadata": {}, "outputs": [], "source": [ "# Defining the agent\n", "name = \"Chad\"\n", "about = \"Sarcastic news headline reporter.\"\n", - "default_settings = {\n", - " \"temperature\": 0.7,\n", - " \"top_p\": 1,\n", - " \"min_p\": 0.01,\n", - " \"presence_penalty\": 0,\n", - " \"frequency_penalty\": 0,\n", - " \"length_penalty\": 1.0,\n", - " \"max_tokens\": 150,\n", - "}\n", - "\n", "\n", "# Create the agent\n", "agent = client.agents.create_or_update(\n", @@ -203,62 +192,87 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Defining a Task\n", + "### Defining a Task\n", "\n", - "Tasks in Julep are Github Actions style workflows that define long-running, multi-step actions.\n", + "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", "\n", "You can use them to conduct complex actions by defining them step-by-step.\n", "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." + "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tasks)." ] }, { "cell_type": "code", - "execution_count": 48, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ "import yaml\n", "\n", - "brave_api_key = os.getenv(\"BRAVE_API_KEY\")\n", + "BRAVE_API_KEY = \"YOUR_BRAVE_API_KEY\"\n", "\n", "# Define the task\n", "task_def = yaml.safe_load(f\"\"\"\n", - "name: Sarcasm Headline Generator\n", - "\n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", + "name: Julep Sarcasm Headline Generator\n", + "description: This task generates a sarcastic news headline on a user-provided topic.\n", + "\n", + "########################################################\n", + "####################### INPUT SCHEMA ###################\n", + "########################################################\n", + "\n", + "input_schema:\n", + " type: object\n", + " properties:\n", + " topic:\n", + " type: string\n", + " description: The topic of the news headline\n", + "\n", + "########################################################\n", + "####################### TOOLS ###########################\n", + "########################################################\n", + "\n", + "# Define the tools that the task will use in this workflow\n", "tools:\n", "- name: brave_search\n", " type: integration\n", " integration:\n", " provider: brave\n", " setup:\n", - " api_key: \"{brave_api_key}\"\n", + " api_key: \"{BRAVE_API_KEY}\"\n", + "\n", + "########################################################\n", + "####################### MAIN WORKFLOW ##################\n", + "########################################################\n", "\n", "main:\n", + "# Step 0: Call the brave_search tool with the topic input\n", "- tool: brave_search\n", " arguments:\n", - " query: \"_.topic + ' funny news'\"\n", + " query: $ _.topic + ' funny news'\n", "\n", + "# Step 1: Evaluate step to create a summary of the results\n", "- evaluate:\n", " search_results: |-\n", - " [\n", + " $ [\n", " {{\n", " 'snippet': r['snippet'],\n", " 'title': r['title']\n", " }}\n", " for r in _['result']\n", " ]\n", - " \n", + "\n", + "# Step 2: Prompt step to create a summary of the results\n", "- prompt:\n", " - role: system\n", " content: >-\n", - " You are {{{{agent.about}}}}.\n", + " $ f'''You are {{agent.about}}.\n", " The user will send you a topic and search results for that topic.\n", - " Your goal is to write a sarcastic news headlines based on that topic and search results.\n", + " Your goal is to write a sarcastic news headlines based on that topic and search results.'''\n", " - role: user\n", " content: >-\n", - " My topic is: {{{{inputs[0].topic}}}}.\n", - " Here are the search results: {{{{_}}}}\n", + " $ f'''My topic is: {{steps[0].input.topic}}.\n", + " Here are the search results: {{_}}'''\n", " unwrap: true\n", "\n", "\"\"\")" @@ -269,20 +283,16 @@ "metadata": {}, "source": [ "Notes:\n", - "- The reason for using the quadruple curly braces `{{{{}}}}` for the jinja template is to avoid conflicts with the curly braces when using the `f` formatted strings in python. [More information here](https://stackoverflow.com/questions/64493332/jinja-templating-in-airflow-along-with-formatted-text)\n", - "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating/Updating a task." + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." ] }, { "cell_type": "code", - "execution_count": 49, + "execution_count": 35, "metadata": {}, "outputs": [], "source": [ @@ -298,19 +308,16 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an Execution" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "An execution is a single run of a task. It is a way to run a task with a specific set of inputs." + "### Creating an Execution\n", + "\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", + "\n", + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." ] }, { "cell_type": "code", - "execution_count": 60, + "execution_count": 36, "metadata": {}, "outputs": [], "source": [ @@ -346,32 +353,28 @@ }, { "cell_type": "code", - "execution_count": 64, + "execution_count": 51, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Based on these search results about Elon Musk's attempts at humor, I'll write some sarcastic headlines:\n", - "\n", - "1. \"Breaking: World's Richest Man Still Can't Buy a Sense of Humor, Studies Show\"\n", + "Based on the recent news about Tottenham Hotspur, let me craft a sarcastic headline for you:\n", "\n", - "2. \"Shocking: Billionaire's Joke Algorithm Malfunctions, Produces Only Cringe\"\n", + "\"BREAKING: Tottenham Fans Shocked to Discover Their Team's Trophy Cabinet Still Has Same Amount of Dust as Last Season\"\n", "\n", - "3. \"Tech Titan Discovers Comedy Is Harder Than Rocket Science; Mars Mission Suddenly Looks Easier\"\n", + "Alternative sarcastic headlines:\n", "\n", - "4. \"EXCLUSIVE: Musk's Twitter Bio Updated to 'Chief Unfunny Officer' After Latest Failed Attempt at Humor\"\n", + "\"EXCLUSIVE: Spurs Players Perfect the Art of 'Almost Winning' in Revolutionary Training Session\"\n", "\n", - "5. \"Report: Man Worth $230 Billion Still Can't Afford Professional Comedy Writer\"\n", + "\"REPORT: Scientific Study Confirms Supporting Tottenham Linked to Increased Heart Medication Sales\"\n", "\n", - "6. \"Scientists Confirm: Musk's Jokes Have Lower Success Rate Than Tesla Cybertruck Windows\"\n", + "\"SHOCKING: Tottenham's GPS Data Reveals Players Expertly Avoiding Trophy-Winning Positions\"\n", "\n", - "7. \"Breaking: Social Media Platform Owner Becomes First Person to Ratio Himself With His Own Bad Jokes\"\n", + "These headlines play on Tottenham's notorious reputation for coming close but not quite winning major trophies, despite being one of England's biggest clubs. They maintain their status as every neutral's favorite \"almost there\" team!\n", "\n", - "8. \"UPDATE: AI Refuses to Generate Fake Laughs for Billionaire's Twitter Jokes, Cites Ethical Concerns\"\n", - "\n", - "These headlines are crafted to playfully mock the recent news about Musk's attempts at humor and social media posts, particularly focusing on the apparent consensus that his jokes aren't landing as well as his rockets!\n" + "Would you like me to generate more sarcastic headlines about any specific aspect of Tottenham Hotspur?\n" ] } ], @@ -384,7 +387,7 @@ }, { "cell_type": "code", - "execution_count": 65, + "execution_count": 48, "metadata": {}, "outputs": [ { @@ -392,34 +395,30 @@ "output_type": "stream", "text": [ "Transition type: init\n", - "Transition output: {'topic': 'Elon Musk'}\n", + "Transition output: {'topic': 'Tottenham Hotspur'}\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: {'result': [{'link': 'https://www.rollingstone.com/culture/culture-lists/elon-musks-unfunniest-jokes-2023-1234929823/', 'snippet': 'Somehow, it didn’t get funnier the more he used it. If Zuck my 👅 really wants a lesson in why there are weight categories in fighting so badly, I could just head over to his house next week and teach him a lesson he won’t soon forget— Elon Musk (@elonmusk) August 11, 2023https://p...', 'title': 'Elon Musk’s 9 Unfunniest Jokes of 2023'}, {'link': 'https://www.beaumontenterprise.com/culture/article/elon-musk-funny-19742906.php', 'snippet': 'Your Beaumont local news source plus the latest in entertainment, sports and Jefferson County Texas news.', 'title': \"Elon Musk's unfunny acronyms are getting exhausting\"}, {'link': 'https://www.youtube.com/watch?v=EbxBv6mjRvY', 'snippet': 'A genius in business, technology and humor!Sometimes Elon Musk will go the extra mile to get a laugh. Here’s a collection of his funniest moments.', 'title': 'Elon Musk Funniest Moments - YouTube'}]}\n", + "Transition output: {'result': [{'link': 'https://www.tottenhamhotspur.com/news/', 'title': 'News | Tottenham Hotspur', 'snippet': 'Latest official news and video from Tottenham Hotspur'}, {'link': 'https://www.football.london/tottenham-hotspur-fc/', 'title': 'Tottenham Hotspur FC - latest news, pictures, video comment - Football.london', 'snippet': 'The latest Tottenham news, transfers, fixtures and more. Including Live blogs, pictures, video, podcasts, polls and indepth analysis from our dedicated Spurs writers.'}, {'link': 'https://www.nytimes.com/athletic/football/team/tottenham-hotspur/', 'title': 'Tottenham Hotspur - News, Schedule, Scores, Roster, and Stats - The Athletic', 'snippet': 'Breaking Tottenham Hotspur news and in-depth analysis from the best newsroom in sports. Follow your favorite clubs. Get the latest injury updates, player news and more from around the league.'}]}\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: {'search_results': [{'snippet': 'Somehow, it didn’t get funnier the more he used it. If Zuck my 👅 really wants a lesson in why there are weight categories in fighting so badly, I could just head over to his house next week and teach him a lesson he won’t soon forget— Elon Musk (@elonmusk) August 11, 2023https://p...', 'title': 'Elon Musk’s 9 Unfunniest Jokes of 2023'}, {'snippet': 'Your Beaumont local news source plus the latest in entertainment, sports and Jefferson County Texas news.', 'title': \"Elon Musk's unfunny acronyms are getting exhausting\"}, {'snippet': 'A genius in business, technology and humor!Sometimes Elon Musk will go the extra mile to get a laugh. Here’s a collection of his funniest moments.', 'title': 'Elon Musk Funniest Moments - YouTube'}]}\n", + "Transition output: {'search_results': [{'title': 'News | Tottenham Hotspur', 'snippet': 'Latest official news and video from Tottenham Hotspur'}, {'title': 'Tottenham Hotspur FC - latest news, pictures, video comment - Football.london', 'snippet': 'The latest Tottenham news, transfers, fixtures and more. Including Live blogs, pictures, video, podcasts, polls and indepth analysis from our dedicated Spurs writers.'}, {'title': 'Tottenham Hotspur - News, Schedule, Scores, Roster, and Stats - The Athletic', 'snippet': 'Breaking Tottenham Hotspur news and in-depth analysis from the best newsroom in sports. Follow your favorite clubs. Get the latest injury updates, player news and more from around the league.'}]}\n", "--------------------------------------------------\n", "Transition type: finish\n", - "Transition output: Based on these search results about Elon Musk's attempts at humor, I'll write some sarcastic headlines:\n", + "Transition output: Based on the recent news about Tottenham Hotspur, let me craft a sarcastic headline for you:\n", "\n", - "1. \"Breaking: World's Richest Man Still Can't Buy a Sense of Humor, Studies Show\"\n", + "\"BREAKING: Tottenham Fans Shocked to Discover Their Team's Trophy Cabinet Still Has Same Amount of Dust as Last Season\"\n", "\n", - "2. \"Shocking: Billionaire's Joke Algorithm Malfunctions, Produces Only Cringe\"\n", + "Alternative sarcastic headlines:\n", "\n", - "3. \"Tech Titan Discovers Comedy Is Harder Than Rocket Science; Mars Mission Suddenly Looks Easier\"\n", + "\"EXCLUSIVE: Spurs Players Perfect the Art of 'Almost Winning' in Revolutionary Training Session\"\n", "\n", - "4. \"EXCLUSIVE: Musk's Twitter Bio Updated to 'Chief Unfunny Officer' After Latest Failed Attempt at Humor\"\n", + "\"REPORT: Scientific Study Confirms Supporting Tottenham Linked to Increased Heart Medication Sales\"\n", "\n", - "5. \"Report: Man Worth $230 Billion Still Can't Afford Professional Comedy Writer\"\n", + "\"SHOCKING: Tottenham's GPS Data Reveals Players Expertly Avoiding Trophy-Winning Positions\"\n", "\n", - "6. \"Scientists Confirm: Musk's Jokes Have Lower Success Rate Than Tesla Cybertruck Windows\"\n", + "These headlines play on Tottenham's notorious reputation for coming close but not quite winning major trophies, despite being one of England's biggest clubs. They maintain their status as every neutral's favorite \"almost there\" team!\n", "\n", - "7. \"Breaking: Social Media Platform Owner Becomes First Person to Ratio Himself With His Own Bad Jokes\"\n", - "\n", - "8. \"UPDATE: AI Refuses to Generate Fake Laughs for Billionaire's Twitter Jokes, Cites Ethical Concerns\"\n", - "\n", - "These headlines are crafted to playfully mock the recent news about Musk's attempts at humor and social media posts, particularly focusing on the apparent consensus that his jokes aren't landing as well as his rockets!\n", + "Would you like me to generate more sarcastic headlines about any specific aspect of Tottenham Hotspur?\n", "--------------------------------------------------\n" ] } @@ -428,7 +427,7 @@ "# Lists all the task steps that have been executed up to this point in time\n", "transitions = client.executions.transitions.list(execution_id=execution.id).items\n", "\n", - "# Transitions are retreived in reverse chronological order\n", + "# Transitions are retrieved in reverse chronological order\n", "for transition in reversed(transitions):\n", " print(\"Transition type: \", transition.type)\n", " print(\"Transition output: \", transition.output)\n", @@ -451,7 +450,7 @@ }, { "cell_type": "code", - "execution_count": 74, + "execution_count": 39, "metadata": {}, "outputs": [], "source": [ @@ -465,36 +464,28 @@ }, { "cell_type": "code", - "execution_count": 80, + "execution_count": 49, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Based on the search results about Tottenham Hotspur, here are some sarcastic headlines:\n", - "\n", - "1. \"BREAKING: Tottenham Somehow Manages to Draw a Match They Haven't Even Played Yet\"\n", - "\n", - "2. \"SHOCKING: Spurs Fan Found Who Still Has Hope for This Season, Doctors Baffled\"\n", - "\n", - "3. \"EXCLUSIVE: Tottenham's Trophy Cabinet Files Complaint for Workplace Neglect, Cites 'Years of Emptiness'\"\n", - "\n", - "4. \"REPORT: Tottenham Players Perfect the Art of 'Almost Winning' - Declare It Their New Club Strategy\"\n", + "Based on the recent news about Tottenham Hotspur, let me craft a sarcastic headline for you:\n", "\n", - "5. \"URGENT: Scientists Confirm Supporting Tottenham May Be Leading Cause of Premature Gray Hair\"\n", + "\"BREAKING: Tottenham Fans Shocked to Discover Their Team's Trophy Cabinet Still Has Same Amount of Dust as Last Season\"\n", "\n", - "6. \"DEVELOPMENT: Spurs Consider Renaming Stadium to 'The Almost Champions Arena' to Better Reflect Club's Legacy\"\n", + "Alternative sarcastic headlines:\n", "\n", - "7. \"INVESTIGATION: Local Man Claims He's Seen Tottenham Win Trophy - Experts Say It Was Just a Mirage\"\n", + "\"EXCLUSIVE: Spurs Players Perfect the Art of 'Almost Winning' in Revolutionary Training Session\"\n", "\n", - "8. \"STUDY: Tottenham Fans Develop Superhuman Ability to Handle Disappointment, Medical Community Amazed\"\n", + "\"REPORT: Scientific Study Confirms Supporting Tottenham Linked to Increased Heart Medication Sales\"\n", "\n", - "9. \"REVEALED: Club's 'To Do' List Found - 'Win Something' Written 362 Times in Increasingly Desperate Handwriting\"\n", + "\"SHOCKING: Tottenham's GPS Data Reveals Players Expertly Avoiding Trophy-Winning Positions\"\n", "\n", - "10. \"WEATHER ALERT: Forecast Predicts Flying Pigs Before Tottenham's Next Trophy\"\n", + "These headlines play on Tottenham's notorious reputation for coming close but not quite winning major trophies, despite being one of England's biggest clubs. They maintain their status as every neutral's favorite \"almost there\" team!\n", "\n", - "These headlines playfully poke fun at Tottenham's notorious reputation for coming close but not quite achieving major trophies, while drawing from their current status as a prominent Premier League club with a dedicated fanbase.\n" + "Would you like me to generate more sarcastic headlines about any specific aspect of Tottenham Hotspur?\n" ] } ], @@ -514,21 +505,21 @@ }, { "cell_type": "code", - "execution_count": 82, + "execution_count": 50, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "{'search_results': [{'snippet': 'The latest Tottenham news, transfers, fixtures and more. Including Live blogs, pictures, video, podcasts, polls and indepth analysis from our dedicated Spurs writers.',\n", - " 'title': 'Tottenham Hotspur FC - latest news, pictures, video comment - Football.london'},\n", - " {'snippet': 'Latest Spurs news, transfer rumours, team news, fixtures and more from the Tottenham Hotspur Stadium. Breaking Tottenham rumours & news now, 24/7.',\n", - " 'title': 'Spurs News | Tottenham Transfer News - NewsNow'},\n", - " {'snippet': 'Latest official news and video from Tottenham Hotspur',\n", - " 'title': 'News | Tottenham Hotspur'}]}" + "{'search_results': [{'title': 'News | Tottenham Hotspur',\n", + " 'snippet': 'Latest official news and video from Tottenham Hotspur'},\n", + " {'title': 'Tottenham Hotspur FC - latest news, pictures, video comment - Football.london',\n", + " 'snippet': 'The latest Tottenham news, transfers, fixtures and more. Including Live blogs, pictures, video, podcasts, polls and indepth analysis from our dedicated Spurs writers.'},\n", + " {'title': 'Tottenham Hotspur - News, Schedule, Scores, Roster, and Stats - The Athletic',\n", + " 'snippet': 'Breaking Tottenham Hotspur news and in-depth analysis from the best newsroom in sports. Follow your favorite clubs. Get the latest injury updates, player news and more from around the league.'}]}" ] }, - "execution_count": 82, + "execution_count": 50, "metadata": {}, "output_type": "execute_result" } @@ -542,7 +533,7 @@ ], "metadata": { "kernelspec": { - "display_name": "ai", + "display_name": ".venv", "language": "python", "name": "python3" }, diff --git a/cookbooks/02-sarcastic-news-headline-generator.py b/cookbooks/02-sarcastic-news-headline-generator.py deleted file mode 100644 index 257ab04b6..000000000 --- a/cookbooks/02-sarcastic-news-headline-generator.py +++ /dev/null @@ -1,89 +0,0 @@ -import os -import uuid - -import yaml -from julep import Client - -# Global UUID is generated for agent and task -AGENT_UUID = uuid.uuid4() -TASK_UUID = uuid.uuid4() - -# Get your API key from [here](https://dashboard.julep.ai/) -api_key = os.getenv("JULEP_API_KEY") -if not api_key: - msg = "JULEP_API_KEY not found in environment variables" - raise ValueError(msg) - -# Creating Julep Client with the API Key -client = Client(api_key=api_key, environment="production") - -# Define agent properties -name = "Sarcastic News Bot" -about = "An AI agent specialized in generating sarcastic news headlines." -default_settings = { - "temperature": 0.7, - "top_p": 1, - "min_p": 0.01, - "presence_penalty": 0, - "frequency_penalty": 0, - "length_penalty": 1.0, - "max_tokens": 150, -} - -# Create the agent -agent = client.agents.create_or_update( - agent_id=AGENT_UUID, - name=name, - about=about, - model="gpt-4o", -) - -# Define the task -task_def = yaml.safe_load(""" -name: Sarcasm Headline Generator - -tools: -- name: brave_search - type: integration - integration: - provider: brave - setup: - api_key: "YOUR_BRAVE_API_KEY" - -main: -- tool: brave_search - arguments: - query: "_.topic + ' funny'" - -- prompt: - - role: system - content: >- - You are a sarcastic news headline writer. Generate a witty and sarcastic headline - for the topic {{inputs[0].topic}}. Use the following information for context: {{_}} - unwrap: true -""") - -# Creating/Updating a task -task = client.tasks.create_or_update(task_id=TASK_UUID, agent_id=AGENT_UUID, **task_def) - -# Creating an Execution -execution = client.executions.create(task_id=TASK_UUID, input={"topic": "elon musk"}) - -# Waiting for the execution to complete -import time - -time.sleep(5) - -# Getting the execution details -execution = client.executions.get(execution.id) -print("Execution output:", execution.output) - -# Listing all the steps of a defined task -transitions = client.executions.transitions.list(execution_id=execution.id).items -print("Execution Steps:") -for transition in transitions: - print(transition) - -# Stream the steps of the defined task -print("Streaming execution transitions:") -print(client.executions.transitions.stream(execution_id=execution.id)) diff --git a/cookbooks/03-trip-planning-assistant.ipynb b/cookbooks/03-trip-planning-assistant.ipynb index 9d494366c..a65722026 100644 --- a/cookbooks/03-trip-planning-assistant.ipynb +++ b/cookbooks/03-trip-planning-assistant.ipynb @@ -75,18 +75,18 @@ "\n", "```plaintext\n", "\n", - "+----------------+ +--------------------------+ +--------------------------+ +------------------------------+ +-------------------------+\n", - "| User Input | | Weather Data Retrieval | | Tourist Attractions | | Data Evaluation & Integration| | Itinerary Generation |\n", - "| (List of | --> | (Weather API) | --> | Lookup (Wikipedia) | --> | (Combine Weather & | --> | (Generate Suggested |\n", - "| Locations) | | | | | | Attractions Data) | | Activities/Plan) |\n", - "+----------------+ +--------------------------+ +--------------------------+ +------------------------------+ +-------------------------+\n", - " | | | | |\n", - " | | | | |\n", - " v v v v v\n", - "Location 1, Location 2, ... Fetch weather for each Search Wikipedia for Combine weather data and Create itinerary with\n", - "Each location processed location individually, \" tourist tourist attractions into suggested activities\n", - "individually for extracting temp., attractions\", retrieve a structured tuple: based on weather and\n", - "weather data. conditions, & top spots. (location, weather, attractions.\n", + " +----------------+ +--------------------------+ +--------------------------+ +------------------------------+ +------------------+\n", + " | User Input | | Weather Data Retrieval | | Tourist Attractions | | Data Evaluation & Integration| | Itinerary |\n", + " | (List of | --> | (Weather API) | --> | Lookup (Wikipedia) | --> | (Combine Weather & | --> | Generation |\n", + " | Locations) | | | | | | Attractions Data) | | (Generate Plan) |\n", + " +----------------+ +--------------------------+ +--------------------------+ +------------------------------+ +------------------+\n", + " | | | | |\n", + " | | | | |\n", + " v v v v v\n", + "Location 1, Location 2, ... Fetch weather for each Search Wikipedia for Combine weather data and Create itinerary with\n", + "Each location processed location individually, \" tourist tourist attractions into suggested activities\n", + "individually for extracting temp., attractions\", retrieve a structured tuple: based on weather and\n", + "weather data. conditions, & top spots. (location, weather, attractions.\n", " recommendations. attractions).\n", "```\n", "\n", @@ -122,7 +122,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -143,7 +143,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ @@ -165,49 +165,39 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 17, "metadata": {}, "outputs": [], "source": [ "from julep import Client\n", "import os\n", "\n", - "api_key = os.getenv(\"JULEP_API_KEY\")\n", + "JULEP_API_KEY = \"YOUR_API_KEY\"\n", "\n", "# Create a Julep client\n", - "client = Client(api_key=api_key, environment=\"production\")" + "client = Client(api_key=JULEP_API_KEY, environment=\"production\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an \"agent\"\n", - "\n", + "### Creating an \"agent\"\n", "\n", "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." + "To learn more about the agent, please refer to the Agent section in [Julep Concepts](https://docs.julep.ai/docs/concepts/agents)." ] }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 18, "metadata": {}, "outputs": [], "source": [ "# Defining the agent\n", "name = \"Jacob\"\n", - "about = \"a travel assistant that helps plan the perfect trip.\"\n", - "default_settings = {\n", - " \"temperature\": 0.7,\n", - " \"top_p\": 1,\n", - " \"min_p\": 0.01,\n", - " \"presence_penalty\": 0,\n", - " \"frequency_penalty\": 0,\n", - " \"length_penalty\": 1.0,\n", - " \"max_tokens\": 150,\n", - "}\n", + "about = \"A travel assistant that helps plan the perfect trip.\"\n", "\n", "# Create the agent\n", "agent = client.agents.create_or_update(\n", @@ -222,30 +212,35 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Defining a Task\n", + "### Defining a Task\n", "\n", "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", "\n", "You can use them to conduct complex actions by defining them step-by-step.\n", "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." + "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tasks)." ] }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 29, "metadata": {}, "outputs": [], "source": [ "import yaml\n", "\n", - "openweathermap_api_key = os.getenv(\"OPENWEATHERMAP_API_KEY\")\n", - "brave_api_key = os.getenv(\"BRAVE_API_KEY\")\n", + "openweathermap_api_key = \"YOUR_API_KEY\"\n", + "brave_api_key = \"YOUR_API_KEY\"\n", "\n", "# Defining the task\n", "task_def = yaml.safe_load(f\"\"\"\n", - "name: Tourist Plan With Weather And Attractions\n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", + "name: Julep Tourist Plan With Weather And Attractions\n", + "description: A task that plans a trip with weather and attractions.\n", "\n", + "########################################################\n", + "####################### INPUT SCHEMA ##################\n", + "######################################################## \n", "input_schema:\n", " type: object\n", " properties:\n", @@ -255,6 +250,11 @@ " type: string\n", " description: The locations to search for.\n", "\n", + "########################################################\n", + "####################### TOOLS ##########################\n", + "########################################################\n", + "\n", + "# Define the tools that the task will use in this workflow\n", "tools:\n", "- name: wikipedia\n", " type: integration\n", @@ -275,32 +275,38 @@ " setup:\n", " api_key: {brave_api_key}\n", "\n", + "########################################################\n", + "####################### MAIN WORKFLOW ##########################\n", + "########################################################\n", + "\n", "main:\n", - "- over: inputs[0].locations\n", + "# Step 1: Fetch weather data for each location\n", + "- over: $ steps[0].input.locations\n", " map:\n", " tool: weather\n", " arguments:\n", - " location: _\n", + " location: $ _\n", "\n", - "- over: inputs[0].locations\n", + "# Step 2: Search Wikipedia for tourist attractions for each location\n", + "- over: $ steps[0].input.locations\n", " map:\n", " tool: internet_search\n", " arguments:\n", - " query: \"'tourist attractions in ' + _\"\n", + " query: $ 'tourist attractions in ' + _\n", "\n", - "# Zip locations, weather, and attractions into a list of tuples [(location, weather, attractions)]\n", + "# Step 3: Zip locations, weather, and attractions into a list of tuples [(location, weather, attractions)]\n", "- evaluate:\n", " zipped: |-\n", - " list(\n", + " $ list(\n", " zip(\n", - " inputs[0].locations,\n", - " [output['result'] for output in outputs[0]],\n", - " outputs[1]\n", + " steps[0].input.locations,\n", + " [output['result'] for output in steps[0].output],\n", + " steps[1].output\n", " )\n", " )\n", "\n", - "\n", - "- over: _['zipped']\n", + "# Step 4: Create an itinerary for each location\n", + "- over: $ _['zipped']\n", " parallelism: 3\n", " # Inside the map step, each `_` represents the current element in the list\n", " # which is a tuple of (location, weather, attractions)\n", @@ -308,23 +314,24 @@ " prompt:\n", " - role: system\n", " content: >-\n", - " You are {{{{agent.name}}}}. Your task is to create a detailed itinerary\n", + " $ f'''You are {{agent.name}}. Your task is to create a detailed itinerary\n", " for visiting tourist attractions in some locations.\n", " The user will give you the following information for each location:\n", "\n", " - The location\n", " - The current weather condition\n", - " - The top tourist attractions\n", + " - The top tourist attractions'''\n", " - role: user\n", " content: >-\n", - " Location: \"{{{{_[0]}}}}\"\n", - " Weather: \"{{{{_[1]}}}}\"\n", - " Attractions: \"{{{{_[2]}}}}\"\n", + " $ f'''Location: \"{{_[0]}}\"\n", + " Weather: \"{{_[1]}}\"\n", + " Attractions: \"{{_[2]}}\"'''\n", " unwrap: true\n", "\n", + "# Step 5: Create a final plan by joining the activities for each location\n", "- evaluate:\n", " final_plan: |-\n", - " '\\\\n---------------\\\\n'.join(activity for activity in _)\n", + " $ '\\\\n---------------\\\\n'.join(activity for activity in _)\n", "\"\"\")" ] }, @@ -333,20 +340,16 @@ "metadata": {}, "source": [ "Notes:\n", - "- The reason for using the quadruple curly braces `{{{{}}}}` for the jinja template is to avoid conflicts with the curly braces when using the `f` formatted strings in python. [More information here](https://stackoverflow.com/questions/64493332/jinja-templating-in-airflow-along-with-formatted-text)\n", - "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating/Updating a task" + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." ] }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 30, "metadata": {}, "outputs": [], "source": [ @@ -362,26 +365,23 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an Execution" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "An execution is a single run of a task. It is a way to run a task with a specific set of inputs." + "### Creating an Execution\n", + "\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", + "\n", + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." ] }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 31, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Started an execution. Execution ID: 240c3e5e-a1a5-4d2c-aa24-ee86e876139e\n" + "Started an execution. Execution ID: 067a6010-2b03-7c50-8000-5789acb3b1a1\n" ] } ], @@ -419,254 +419,305 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 42, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "{'final_plan': \"Here's a detailed itinerary for visiting top tourist attractions in New York, considering the current weather conditions. \\n\\n### Day 1: Iconic Landmarks and Observation Decks\\n- **Morning:**\\n - **Top of the Rock Observation Deck:** Start your day with a visit to the Top of the Rock Observation Deck at Rockefeller Plaza. The panoramic 360-degree views from the 70th floor are a must-see. Dress warmly as it feels like 5.2°C outside, and it’s quite windy.\\n - **Link for more info:** [Tripadvisor - Top of the Rock](https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html)\\n\\n- **Afternoon:**\\n - **St. Patrick’s Cathedral:** Just a short walk from Rockefeller Plaza, explore the stunning architecture of St. Patrick’s Cathedral. The overcast skies will provide a dramatic backdrop for photos.\\n - **Fifth Avenue:** Enjoy a leisurely stroll along Fifth Avenue, visiting iconic stores and landmarks.\\n\\n- **Evening:**\\n - **Times Square:** Experience the vibrant lights and energy of Times Square. The overcast clouds might enhance the brightness of the neon lights.\\n\\n### Day 2: Culture and History\\n- **Morning:**\\n - **The Museum of Modern Art (MoMA):** Spend your morning exploring MoMA’s vast collection of modern and contemporary art. This indoor activity is perfect for a cloudy day.\\n\\n- **Afternoon:**\\n - **Central Park:** Head to Central Park for a refreshing walk. With 100% cloud cover, it's a great day to explore the park without the harsh sun. Consider visiting the Central Park Zoo or taking a guided tour.\\n\\n- **Evening:**\\n - **Broadway Show:** End your day with a Broadway show. It’s an ideal indoor activity to avoid the chilly weather outside. Book tickets in advance for popular shows.\\n\\n### Day 3: Historical and Educational\\n- **Morning:**\\n - **Statue of Liberty and Ellis Island:** Take a ferry to visit these iconic sites. Dress warmly for the ferry ride. The cloud cover will provide a unique perspective for photos.\\n\\n- **Afternoon:**\\n - **9/11 Memorial and Museum:** Spend your afternoon reflecting at the 9/11 Memorial and exploring the museum exhibits.\\n\\n- **Evening:**\\n - **Brooklyn Bridge:** Walk across the Brooklyn Bridge and enjoy the city skyline. With the wind speed at 5.81 m/s, be prepared for breezy conditions.\\n\\n### Additional Tips:\\n- **Clothing:** Wear layers to keep warm, as the temperature feels colder than it actually is.\\n- **Dining:** New York offers a plethora of dining options. Consider trying some local favorites like a classic New York bagel or pizza.\\n- **Transportation:** Utilize the subway for efficient travel across the city. Taxis and ride-sharing services are also readily available.\\n\\nFor more details on attractions and guided tours, you can visit [USA Guided Tours](https://usaguidedtours.com/nyc/attraction/) and [I Love NY](https://www.iloveny.com/places-to-go/new-york-city/attractions/). \\n\\nEnjoy your trip to New York City!\\n---------------\\n**Day 1: Exploring Iconic London Landmarks**\\n\\n**Morning:**\\n1. **Buckingham Palace**\\n - Start your day early with a visit to Buckingham Palace. Arrive by 9:30 AM to catch the Changing of the Guard ceremony, which typically starts at 11:00 AM. Enjoy the majestic architecture and the surrounding gardens.\\n - Weather Tip: With the overcast clouds, it might feel chilly, so dress warmly and bring an umbrella just in case.\\n\\n**Midday:**\\n2. **Westminster Abbey**\\n - Head towards Westminster Abbey, a short walk from Buckingham Palace. This historic church has been the site of many significant events, including royal weddings and coronations. Spend about 1.5 hours exploring.\\n\\n3. **Lunch at Borough Market**\\n - Take a tube or walk to Borough Market for a variety of food options. It's a great place to warm up with some hot street food and explore the diverse culinary offerings.\\n\\n**Afternoon:**\\n4. **London Eye**\\n - After lunch, head to the London Eye. The overcast sky might not offer the clearest views, but the experience is still worthwhile. Pre-book your tickets to avoid long lines and enjoy a 30-minute ride on this iconic Ferris wheel.\\n\\n**Evening:**\\n5. **The Globe Theatre**\\n - As the day winds down, visit Shakespeare's Globe Theatre. If there's a performance, consider attending or simply take a guided tour to learn about the history of this famous theater.\\n\\n**Day 2: Museums and Cultural Exploration**\\n\\n**Morning:**\\n1. **The British Museum**\\n - Start your second day at the British Museum. Spend a few hours exploring the vast collection of art and antiquities. Highlights include the Rosetta Stone and the Elgin Marbles.\\n\\n**Midday:**\\n2. **Lunch near Covent Garden**\\n - Head to Covent Garden for lunch. This area is bustling with restaurants and cafes, perfect for a cozy indoor meal.\\n\\n**Afternoon:**\\n3. **The Tower of London**\\n - After lunch, make your way to the Tower of London. Delve into England's rich history and see the Crown Jewels. Allocate about 2-3 hours for this visit.\\n\\n**Evening:**\\n4. **Tower Bridge**\\n - Conclude your day with a walk across Tower Bridge. The views of the Thames River and the cityscape are beautiful, even on a cloudy evening.\\n\\n**Day 3: Leisure and Local Experiences**\\n\\n**Morning:**\\n1. **Natural History Museum**\\n - Begin your last day at the Natural History Museum. It's a family-friendly museum with fascinating exhibits, including dinosaur skeletons and a model of a blue whale.\\n\\n**Midday:**\\n2. **Lunch at South Kensington**\\n - Enjoy a relaxed lunch in South Kensington. There are plenty of options, from casual cafes to high-end dining.\\n\\n**Afternoon:**\\n3. **Hyde Park**\\n - Spend your afternoon strolling through Hyde Park. Visit the Serpentine Galleries if you're interested in contemporary art. The park's natural beauty is a peaceful retreat amidst the city hustle.\\n\\n**Evening:**\\n4. **Dinner and a Show in the West End**\\n - End your London adventure with a memorable dinner followed by a theater show in the West End. Book your tickets in advance for popular shows.\\n\\n**Additional Tips:**\\n- Always check the attraction websites for any specific COVID-19 guidelines or changes in operating hours.\\n- London’s public transport system is efficient; consider getting an Oyster card for convenient travel.\\n- Don't forget to dress in layers to adapt to the chilly weather, and always have your camera ready to capture memories.\\n---------------\\nHere’s a detailed itinerary for your visit to Paris, considering the current snowy weather conditions and top attractions:\\n\\n### Day 1: Embrace the Iconic Landmarks\\n\\n**Morning: Eiffel Tower**\\n- **Time:** 9:00 AM\\n- **Details:** Begin your day with a visit to the Eiffel Tower. Even in the snow, the tower offers stunning views of Paris. Dress warmly and enjoy hot chocolate from nearby cafes.\\n- **Link for more info:** [Tripadvisor - Things to Do in Paris](https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html)\\n\\n**Afternoon: Louvre Museum**\\n- **Time:** 1:00 PM\\n- **Details:** Spend your afternoon indoors at the Louvre Museum. With its vast collection of art and history, it's a perfect way to escape the cold. Consider taking a guided tour to make the most of your visit.\\n- **Link for more info:** [U.S. News Travel - Things To Do](https://travel.usnews.com/Paris_France/Things_To_Do/)\\n\\n**Evening: Seine River Cruise**\\n- **Time:** 6:00 PM\\n- **Details:** End your day with a magical Seine River cruise. The snow adds a picturesque touch to the illuminated landmarks. Ensure to book a heated cruise for comfort.\\n\\n### Day 2: Explore Cultural and Historical Treasures\\n\\n**Morning: Notre-Dame Cathedral**\\n- **Time:** 9:30 AM\\n- **Details:** Visit the iconic Notre-Dame Cathedral. Although some areas may be under restoration, its architecture and history are worth experiencing. Warm clothing is essential as the interior can be chilly.\\n\\n**Afternoon: Musée d'Orsay**\\n- **Time:** 1:30 PM\\n- **Details:** Head to the Musée d'Orsay, renowned for its Impressionist masterpieces. This indoor activity is ideal for escaping the cold and enjoying world-class art.\\n\\n**Evening: Montmartre and Sacré-Cœur**\\n- **Time:** 5:00 PM\\n- **Details:** Wander through the charming streets of Montmartre and visit the Sacré-Cœur Basilica. The view of Paris in the snow is breathtaking. Enjoy a cozy dinner at a local bistro in Montmartre.\\n\\n### Day 3: Discover Hidden Gems and Local Flavors\\n\\n**Morning: Le Marais District**\\n- **Time:** 10:00 AM\\n- **Details:** Explore Le Marais, known for its vibrant street art, boutiques, and cafes. Enjoy a leisurely breakfast and shop for unique souvenirs.\\n\\n**Afternoon: Palais Garnier (Opera House)**\\n- **Time:** 2:00 PM\\n- **Details:** Tour the opulent Palais Garnier. Its stunning interiors are a must-see, especially when it's snowy outside.\\n\\n**Evening: Moulin Rouge Show**\\n- **Time:** 8:00 PM\\n- **Details:** Conclude your trip with a classic Parisian experience at the Moulin Rouge. Book in advance to secure a good seat and enjoy the legendary cabaret performance.\\n\\n### Additional Tips:\\n- **Weather Preparation:** Wear layers, waterproof boots, and carry an umbrella. The snow and cold wind can be intense.\\n- **Dining:** Indulge in warm, hearty French cuisine at local cafes and restaurants. Try dishes like French onion soup, coq au vin, and tarte Tatin.\\n- **Transport:** Use public transportation to avoid the snowy streets, and consider purchasing a Paris Visite pass for unlimited travel.\\n\\nEnjoy your snowy adventure in Paris!\\n---------------\\n**Tokyo Itinerary**\\n\\n**Day 1: Arrival and Exploration of Historical and Cultural Sites**\\n\\n- **Morning:**\\n - **Asakusa District**: Begin your day with a visit to the historic Asakusa district. Explore the iconic Senso-ji Temple, Tokyo's oldest temple. Enjoy the traditional market streets like Nakamise Street for some shopping and snacks.\\n\\n- **Afternoon:**\\n - **Tokyo National Museum**: Head to Ueno Park and visit the Tokyo National Museum. Discover Japan’s extensive collection of art and antiquities. This is a great spot to dive into Japanese history and culture.\\n\\n- **Evening:**\\n - **Dinner in Ueno**: Explore the local dining options around Ueno and enjoy a traditional Japanese dinner.\\n\\n**Day 2: Modern Tokyo and Unique Experiences**\\n\\n- **Morning:**\\n - **Ghibli Museum**: Start your day with a magical visit to the Ghibli Museum in Mitaka. Perfect for fans of Studio Ghibli's animated films, this museum offers a whimsical look into the creative world of Hayao Miyazaki.\\n\\n- **Afternoon:**\\n - **Shibuya and Harajuku**: Head towards the bustling areas of Shibuya and Harajuku. Witness the famous Shibuya Crossing and explore the trendy shops of Harajuku, especially Takeshita Street.\\n\\n- **Evening:**\\n - **Golden Gai**: Conclude your day in the vibrant Golden Gai district. This area is renowned for its narrow alleys filled with small bars and eateries. Experience the unique nightlife of Tokyo here.\\n\\n**Day 3: Relax and Explore Green Spaces**\\n\\n- **Morning:**\\n - **Shinjuku Gyoen National Garden**: Spend a peaceful morning strolling through the beautiful Shinjuku Gyoen, one of Tokyo's largest and most beautiful parks. It's a perfect spot for relaxation and enjoying nature.\\n\\n- **Afternoon:**\\n - **Meiji Shrine**: Visit the Meiji Shrine, located in a forested area near Harajuku and Shibuya. It's a serene place to learn about Shinto traditions and enjoy the tranquil setting.\\n\\n- **Evening:**\\n - **Tokyo Tower or Skytree**: End your trip with a visit to either Tokyo Tower or Tokyo Skytree for a panoramic view of the city. It's an unforgettable way to see Tokyo illuminated at night.\\n\\n**Weather Considerations:**\\n- With the current weather of few clouds and a mild temperature around 10.32°C, it is advisable to wear layers and carry a light jacket for comfort during outdoor activities.\\n- Humidity is high (92%), so be prepared for a slightly damp feeling and consider moisture-wicking clothing.\\n\\n**Additional Tips:**\\n- Always check the opening hours of attractions and book tickets in advance where necessary.\\n- Use Tokyo’s efficient public transport to move around easily.\\n- Consider visiting the websites linked in the attraction descriptions for more detailed information and current updates.\\n---------------\\nHere's a detailed itinerary for exploring some of Sydney's top tourist attractions with the current weather conditions in mind. With clear skies and pleasant temperatures, it's a perfect day to explore the outdoors and enjoy what Sydney has to offer.\\n\\n### Morning\\n\\n**9:00 AM - Sydney Opera House**\\n- Begin your day with a visit to the iconic Sydney Opera House. Take a guided tour to learn about its history and architecture. Tours are available in multiple languages.\\n- **Link:** [Top attractions in Sydney | Sydney.com](https://www.sydney.com/things-to-do/attractions)\\n\\n**11:00 AM - Royal Botanic Garden Sydney**\\n- Just a short walk from the Opera House, enjoy a leisurely stroll through the Royal Botanic Garden. The clear skies will offer beautiful views of the diverse plant life and the Sydney Harbour.\\n\\n### Afternoon\\n\\n**12:30 PM - Lunch at Opera Bar**\\n- Head back to Opera Bar for lunch. Enjoy a refreshing cocktail with stunning views of the Sydney Harbour Bridge and the waterfront.\\n- **Link:** [Top attractions in Sydney | Sydney.com](https://www.sydney.com/things-to-do/attractions)\\n\\n**2:00 PM - Sydney Harbour Bridge**\\n- After lunch, take a scenic walk across the Sydney Harbour Bridge. If you're up for it, consider the BridgeClimb for breathtaking panoramic views of the city.\\n\\n**4:00 PM - The Rocks**\\n- Explore The Rocks, one of Sydney's most historic areas. Wander through the cobbled streets, visit the local markets, and perhaps enjoy a cup of coffee at a nearby café.\\n\\n### Evening\\n\\n**6:00 PM - Darling Harbour**\\n- Make your way to Darling Harbour for the evening. Here you can visit attractions such as the SEA LIFE Sydney Aquarium or simply enjoy the lively atmosphere by the waterfront.\\n\\n**8:00 PM - Dinner at a Local Restaurant**\\n- Conclude your day with dinner at one of Darling Harbour's many restaurants. Choose from a variety of cuisines while enjoying the vibrant night scene.\\n\\n### Additional Suggestions\\n\\n- If you're interested in more unique experiences, consider visiting some of the attractions listed on [Time Out Sydney](https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck), which includes thrilling adventures and scenic tours.\\n\\nWith clear skies and mild temperatures, this itinerary offers a balanced mix of cultural, historical, and scenic experiences. Enjoy your visit to Sydney!\"}\n", + "{'final_plan': '### New York City Itinerary\\n\\n#### General Weather Overview\\n- **Current Condition**: Scattered clouds\\n- **Wind**: 9.77 m/s, direction 260°\\n- **Humidity**: 59%\\n- **Temperature**: \\n - Current: 5.01°C\\n - Feels like: -0.34°C\\n- **Cloud Cover**: 40%\\n- **Recommendation**: The weather is chilly and windy, so dress warmly. A thick coat, hat, and gloves are advisable. Scattered clouds mean a mix of sun and clouds, ideal for exploring outdoor attractions but still needing a weather-appropriate wardrobe.\\n\\n---\\n\\n### Day 1: Exploring Iconic Landmarks\\n\\n#### Morning\\n- **Statue of Liberty & Ellis Island**\\n - **Notes**: Start early by taking a ferry from Battery Park. Allocate about 3-4 hours for exploring both islands.\\n - **Clothing Tip**: Wind can be stronger on the water, so ensure you have a wind-resistant jacket.\\n\\n#### Afternoon\\n- **Central Park**\\n - **Notes**: Head to this iconic park for a lovely walk or a horse-drawn carriage ride.\\n - **Must-See Spots**: Bethesda Terrace, Bow Bridge, and Strawberry Fields.\\n\\n#### Evening\\n- **Top of the Rock Observation Deck**\\n - **Notes**: Get tickets in advance for a sunset view over the city.\\n\\n---\\n\\n### Day 2: Culture and Cuisine\\n\\n#### Morning\\n- **Metropolitan Museum of Art**\\n - **Notes**: Open around 10 AM. Spend time enjoying famous art pieces.\\n - **Suggestion**: Start early to avoid crowds, allowing at least 2-3 hours.\\n\\n#### Lunch\\n- **Explore Local Cuisine**\\n - **Area**: Upper East Side or nearby to explore classic New York delis or cafes.\\n\\n#### Afternoon\\n- **Broadway Show Visit**\\n - **Notes**: Check availabilities and book in advance.\\n\\n#### Dinner\\n- **Times Square**\\n - **Notes**: Experience this vibrant part of the city, then choose from numerous dining options.\\n\\n---\\n\\n### Day 3: Exploring More Highlights\\n\\n#### Morning\\n- **9/11 Memorial & Museum**\\n - **Notes**: A solemn but essential visit. Allow 2-3 hours here.\\n\\n#### Afternoon\\n- **Brooklyn Bridge Walk**\\n - **Notes**: Stroll from Manhattan to Brooklyn, enjoying views and photo ops.\\n - **Weather Note**: This can be quite windy, so be sure to bundle up properly.\\n\\n#### Evening\\n- **Dinner in Brooklyn**\\n - **Notes**: Explore Dumbo for unique dining experiences with skyline views.\\n\\n### Additional Resources\\n- **Things to Do in New York City**: [Tripadvisor](https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html)\\n- **NYC Attractions**: [I Love NY](https://www.iloveny.com/places-to-go/new-york-city/attractions/)\\n- **Guided Tours**: [USA Guided Tours](https://usaguidedtours.com/nyc/attraction/)\\n\\n#### Notes\\nAdjust your plans based on personal interests, and consider purchasing city passes for discounts on multiple attractions. Each day is packed but allows for some flexibility and resting periods.\\n---------------\\n**London Itinerary: Exploring the City\\'s Top Attractions**\\n\\n**Weather Overview:** \\n- **Temperature:** 4.2°C (feels like -0.94°C)\\n- **Weather Conditions:** Light rain with 40% cloud cover\\n- **Wind:** 8.23 m/s from 70°\\n- **Humidity:** 85%\\n \\nGiven the chilly and wet weather in London, it\\'s recommended to dress warmly and carry an umbrella. The itinerary can include a mix of indoor and outdoor attractions to enjoy what London has to offer while keeping comfortable.\\n\\n**Morning: Explore the Iconic Landmarks**\\n\\n1. **Buckingham Palace** \\n - Start your day with a visit to Buckingham Palace to witness the Changing of the Guard, a quintessential London experience. If you\\'re interested in the history of the monarchy, you might also consider booking a tour of the State Rooms (when available).\\n - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\\n - Estimated Time: 1-2 hours\\n\\n2. **The London Eye** \\n - Walk along the South Bank to the London Eye. Enjoy panoramic views of London from this giant observation wheel. \\n - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\\n - Estimated Time: 1 hour\\n\\n**Lunch: Traditional London Cuisine**\\n\\n- **Location:** Enjoy a meal at a nearby pub or restaurant. Try traditional British dishes like fish and chips or a hearty pie to warm up.\\n\\n**Afternoon: Discover Cultural Treasures**\\n\\n3. **The British Museum** \\n - Head to the British Museum for an afternoon exploring its vast collection of art and antiquities from around the world. This indoor attraction is perfect for escaping the rain while diving into history.\\n - Estimated Time: 2-3 hours\\n\\n4. **Shakespeare\\'s Globe** \\n - Visit the reconstructed Globe Theatre on the South Bank for a guided tour. Dive into the history of Shakespeare\\'s plays and the theatre\\'s role in London\\'s culture.\\n - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\\n - Estimated Time: 1 hour\\n\\n**Evening: Enjoy the Nightlife and Dining Scene**\\n\\n- **Dinner:** Dine at one of London\\'s top restaurants. You can choose from a variety of cuisines, but the current weather makes cozy spots with comfort food appealing.\\n \\n- **West End Show:** Conclude your day with a thrilling West End show if you\\'re interested in theater. Check out the latest productions playing in London’s theatre district.\\n\\n**Additional Tips:**\\n\\n- **Transportation:** Consider purchasing an Oyster card or a contactless payment method for easy travel on the Tube and buses.\\n- **Rain Gear:** Given the light rain, a compact umbrella or a waterproof jacket is recommended to keep dry.\\n- **Sightseeing Path:** While traveling to attractions like the London Eye and Buckingham Palace, try to walk between them when the rain eases, as these areas are rich with historical sites and beautiful architecture.\\n\\nFor more information or detailed reviews, visit some recommended travel websites such as [Tripadvisor](https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html), [Visit London](https://www.visitlondon.com/things-to-do/sightseeing/london-attraction), or [Time Out](https://www.timeout.com/london/attractions/top-london-attractions) for further planning ideas.\\n---------------\\nHere\\'s a detailed itinerary for a visit to Paris, considering the current weather conditions and some top tourist attractions:\\n\\n### Day 1: Iconic Landmarks and Museums\\n- **Morning:**\\n - **Eiffel Tower**: Start your day at one of the most iconic landmarks in the world. Make the most of the overcast but hopefully dry morning by ascending the tower for spectacular views of Paris.\\n - **Champs-Elysées & Arc de Triomphe**: Stroll along this historic avenue leading up to the Arc de Triomphe. Ascend the top for another stunning panorama.\\n \\n- **Afternoon:**\\n - **Louvre Museum**: Head to the Louvre to escape the chill. Spend your afternoon exploring the vast art collections, including the Mona Lisa and the Venus de Milo.\\n - **Musée d\\'Orsay**: If time permits, continue to the nearby Musée d\\'Orsay, housed in a former railway station and featuring artworks from Monet, Van Gogh, and Gauguin.\\n\\n- **Evening:**\\n - **Seine River Cruise**: Wrap up your first day with a scenic evening cruise along the Seine to see the illuminated city.\\n\\n### Day 2: Literary and Historic Paris\\n- **Morning:**\\n - **Notre-Dame Cathedral**: Even though it might still be under restoration, you can admire the façade of this Gothic masterpiece and explore the Île de la Cité.\\n - **Sainte-Chapelle**: Visit this gem of Gothic architecture known for its stunning stained glass windows.\\n\\n- **Afternoon:**\\n - **Latin Quarter & The Pantheon**: Walk through the historic Latin Quarter. Don\\'t miss the Pantheon, where numerous French luminaries are interred.\\n - **Shakespeare and Company**: Explore this legendary bookstore that has welcomed figures like Ernest Hemingway.\\n\\n- **Evening:**\\n - **Montmartre Stroll**: Conclude your day exploring the artistic neighborhood of Montmartre. Visit the Sacré-Cœur Basilica for a breathtaking view as dusk sets.\\n\\n### Day 3: Palaces and Gardens\\n- **Morning:**\\n - **Palace of Versailles**: Take a day trip to the Palace of Versailles. Stroll through the opulent rooms and expansive gardens.\\n\\n- **Afternoon:**\\n - **Tuileries Garden**: Once back in Paris, relax with a stroll through these historic gardens.\\n - **Musée Marmottan Monet**: Dive into the works of Monet, especially if you didn’t visit this museum from the list before.\\n\\n- **Evening:**\\n - **Explore Le Marais**: Enjoy the vibrant and historic Le Marais district, known for its exquisite boutiques, cafes, and galleries.\\n\\n### Tips:\\n- Dress warmly considering the chilly weather \"feels like\" 0.32°C.\\n- Keep an umbrella handy due to the significant cloud cover.\\n- Check online for any required tickets or reservations to avoid long queues.\\n\\nEnjoy your trip to Paris! With a little preparation, even an overcast day can be filled with mesmerizing beauty and culture.\\n---------------\\nHere’s a detailed itinerary for a day of exploration in Tokyo with the current weather conditions:\\n\\n### Morning\\n\\n**7:30 AM – Breakfast**\\n- **Where to Eat**: Start your day with a Japanese breakfast at *Tsukiji Outer Market*. The market offers fresh sushi, grilled seafood, and other traditional Japanese breakfast options. \\n\\n**9:00 AM – Explore Asakusa**\\n- **Must-See Spot**: Visit *Senso-ji*, Tokyo\\'s oldest temple. The charming streets leading to this temple are dotted with traditional snacks and souvenir shops. \\n\\n**10:30 AM – Stroll in Ueno Park**\\n- **Activity**: Enjoy a leisurely walk in *Ueno Park*, a large public park perfect for morning strolls and abundant in cherry blossoms and various museums.\\n\\n### Afternoon\\n\\n**12:00 PM – Lunch**\\n- **Dining Experience**: Head to *Akihabara* for some authentic Japanese curry or ramen at a local shop.\\n\\n**1:30 PM – Explore Akihabara**\\n- **Activity**: Dive into the heart of Tokyo\\'s electric town, Akihabara, where you can explore stores filled with the latest gadgets, anime goods, and electronic products.\\n\\n**3:00 PM – Visit Tokyo National Museum**\\n- **Attraction**: Visit the *Tokyo National Museum*, located in Ueno Park. This museum showcases Japanese art, with exhibits ranging from Samurai swords to calligraphy.\\n\\n### Evening\\n\\n**5:00 PM – Wander around Shinjuku Gyoen National Garden**\\n- **Activity**: Spend a peaceful late afternoon in *Shinjuku Gyoen*, one of Tokyo\\'s most beautiful gardens. The clear sky and current weather conditions provide an ideal atmosphere for unwinding in its serene environment.\\n\\n**6:30 PM – Dinner in Shibuya**\\n- **Where to Eat**: Enjoy a variety of foods in the vibrant *Shibuya district*. You could try an izakaya (Japanese pub) for a traditional dinner experience.\\n\\n**8:00 PM – Shibuya Crossing & Hachiko Statue**\\n- **Activity**: Experience the bustling life at *Shibuya Crossing*, one of Tokyo\\'s most iconic spots. Don\\'t forget to take a picture with the *Hachiko Statue* right outside Shibuya Station.\\n\\n### Night\\n\\n**9:00 PM – Tokyo Metropolitan Government Building Observation Deck**\\n- **Night View**: End your day with a stunning night view of Tokyo from the *Tokyo Metropolitan Government Building Observation Deck*. Entry is free, and the view of the city lights is spectacular under a clear sky.\\n\\n### Weather Tips:\\n- The temperature in Tokyo feels quite chilly, so dress warmly with layers to stay comfortable.\\n- The wind is fairly strong, with a speed of 11.32 m/s, which could make it feel colder than the actual temperature – an extra windbreaker might be useful.\\n- Despite the chill, the clear skies provide a perfect backdrop for photos, especially of Tokyo\\'s iconic skyline.\\n\\nThis itinerary balances Tokyo\\'s traditional charm with its cutting-edge modernity, promising a well-rounded Tokyo experience. Enjoy your day exploring!\\n---------------\\n### Day 1: Sydney Harbour and Iconic Attractions\\n\\n**Morning:**\\n- **Start at Circular Quay:**\\n - Enjoy a leisurely breakfast with a view of Sydney Harbour at one of the cafes.\\n \\n- **Sydney Opera House:**\\n - Take a guided tour of this world-renowned architectural marvel.\\n - Make sure to snap some photos of the stunning exterior against the clear sky.\\n\\n**Midday:**\\n- **Royal Botanic Gardens:**\\n - A short walk from the Opera House, enjoy a stroll through the gardens.\\n - Relax amid lush greenery and perhaps have a picnic lunch.\\n\\n**Afternoon:**\\n- **Sydney Harbour Bridge:**\\n - Walk across the bridge for incredible panoramic views of the harbor.\\n - Consider booking a BridgeClimb if you\\'re feeling adventurous.\\n\\n- **The Rocks District:**\\n - Explore this historic area with its cobblestone streets and vibrant market stalls.\\n - Visit the Museum of Contemporary Art.\\n\\n**Evening:**\\n- **Dinner at The Rocks:**\\n - Enjoy dinner at one of the many restaurants in The Rocks, offering cuisine ranging from upscale modern Australian to cozy pub meals.\\n\\n### Day 2: Beaches and Coastal Beauty\\n\\n**Morning:**\\n- **Bondi Beach:**\\n - Start your day at Bondi Beach, famous for its surf and sun.\\n - Walk the Bondi to Coogee coastal trail, absorbing breathtaking ocean views.\\n\\n**Midday:**\\n- **Lunch in Bondi:**\\n - Choose from the variety of cafes and eateries along the beachfront for a laid-back lunch.\\n\\n**Afternoon:**\\n- **Manly Beach:**\\n - Take a ferry from Circular Quay to Manly, enjoying fantastic views of the Sydney skyline.\\n - Stroll along The Corso, the main shopping and dining area.\\n\\n**Evening:**\\n- **Dinner in Manly:**\\n - Dine at a seafront restaurant with fresh seafood and a relaxing atmosphere.\\n\\n### Day 3: Culture and Wildlife\\n\\n**Morning:**\\n- **Taronga Zoo:**\\n - Catch the ferry to Taronga Zoo for a chance to see native Australian wildlife.\\n - Enjoy exhibits and shows amid picturesque settings overlooking the harbor.\\n\\n**Midday:**\\n- **Lunch at the Zoo:**\\n - Grab a bite at the zoo\\'s cafes, with views back to the city.\\n\\n**Afternoon:**\\n- **Art Gallery of New South Wales:**\\n - Head back to the city and visit this gallery, featuring a mix of Australian, European, and Asian art.\\n\\n**Evening:**\\n- **Dinner in the city:**\\n - Head to Darling Harbour for a variety of dining options with vibrant nightlife.\\n - Consider catching a show at the Sydney Opera House or another local venue to end your trip with some entertainment.\\n\\n### Tips:\\n- **Weather:** With the beautiful clear sky and comfortable temperatures, it\\'s a great time to explore both the city and the coast.\\n- **Transport:** Consider getting a Sydney Opal card for easy access to public transport, including ferries, trains, and buses.\\n- **What to Pack:** Sunscreen, a hat, and comfortable walking shoes are advisable due to clear skies and plentiful walking opportunities.'}\n", "--------------------------------------------------\n", - "Here's a detailed itinerary for visiting top tourist attractions in New York, considering the current weather conditions. \n", - "\n", - "### Day 1: Iconic Landmarks and Observation Decks\n", - "- **Morning:**\n", - " - **Top of the Rock Observation Deck:** Start your day with a visit to the Top of the Rock Observation Deck at Rockefeller Plaza. The panoramic 360-degree views from the 70th floor are a must-see. Dress warmly as it feels like 5.2°C outside, and it’s quite windy.\n", - " - **Link for more info:** [Tripadvisor - Top of the Rock](https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html)\n", + "### New York City Itinerary\n", "\n", - "- **Afternoon:**\n", - " - **St. Patrick’s Cathedral:** Just a short walk from Rockefeller Plaza, explore the stunning architecture of St. Patrick’s Cathedral. The overcast skies will provide a dramatic backdrop for photos.\n", - " - **Fifth Avenue:** Enjoy a leisurely stroll along Fifth Avenue, visiting iconic stores and landmarks.\n", - "\n", - "- **Evening:**\n", - " - **Times Square:** Experience the vibrant lights and energy of Times Square. The overcast clouds might enhance the brightness of the neon lights.\n", - "\n", - "### Day 2: Culture and History\n", - "- **Morning:**\n", - " - **The Museum of Modern Art (MoMA):** Spend your morning exploring MoMA’s vast collection of modern and contemporary art. This indoor activity is perfect for a cloudy day.\n", - "\n", - "- **Afternoon:**\n", - " - **Central Park:** Head to Central Park for a refreshing walk. With 100% cloud cover, it's a great day to explore the park without the harsh sun. Consider visiting the Central Park Zoo or taking a guided tour.\n", - "\n", - "- **Evening:**\n", - " - **Broadway Show:** End your day with a Broadway show. It’s an ideal indoor activity to avoid the chilly weather outside. Book tickets in advance for popular shows.\n", - "\n", - "### Day 3: Historical and Educational\n", - "- **Morning:**\n", - " - **Statue of Liberty and Ellis Island:** Take a ferry to visit these iconic sites. Dress warmly for the ferry ride. The cloud cover will provide a unique perspective for photos.\n", - "\n", - "- **Afternoon:**\n", - " - **9/11 Memorial and Museum:** Spend your afternoon reflecting at the 9/11 Memorial and exploring the museum exhibits.\n", - "\n", - "- **Evening:**\n", - " - **Brooklyn Bridge:** Walk across the Brooklyn Bridge and enjoy the city skyline. With the wind speed at 5.81 m/s, be prepared for breezy conditions.\n", + "#### General Weather Overview\n", + "- **Current Condition**: Scattered clouds\n", + "- **Wind**: 9.77 m/s, direction 260°\n", + "- **Humidity**: 59%\n", + "- **Temperature**: \n", + " - Current: 5.01°C\n", + " - Feels like: -0.34°C\n", + "- **Cloud Cover**: 40%\n", + "- **Recommendation**: The weather is chilly and windy, so dress warmly. A thick coat, hat, and gloves are advisable. Scattered clouds mean a mix of sun and clouds, ideal for exploring outdoor attractions but still needing a weather-appropriate wardrobe.\n", "\n", - "### Additional Tips:\n", - "- **Clothing:** Wear layers to keep warm, as the temperature feels colder than it actually is.\n", - "- **Dining:** New York offers a plethora of dining options. Consider trying some local favorites like a classic New York bagel or pizza.\n", - "- **Transportation:** Utilize the subway for efficient travel across the city. Taxis and ride-sharing services are also readily available.\n", + "---\n", "\n", - "For more details on attractions and guided tours, you can visit [USA Guided Tours](https://usaguidedtours.com/nyc/attraction/) and [I Love NY](https://www.iloveny.com/places-to-go/new-york-city/attractions/). \n", + "### Day 1: Exploring Iconic Landmarks\n", "\n", - "Enjoy your trip to New York City!\n", - "---------------\n", - "**Day 1: Exploring Iconic London Landmarks**\n", + "#### Morning\n", + "- **Statue of Liberty & Ellis Island**\n", + " - **Notes**: Start early by taking a ferry from Battery Park. Allocate about 3-4 hours for exploring both islands.\n", + " - **Clothing Tip**: Wind can be stronger on the water, so ensure you have a wind-resistant jacket.\n", "\n", - "**Morning:**\n", - "1. **Buckingham Palace**\n", - " - Start your day early with a visit to Buckingham Palace. Arrive by 9:30 AM to catch the Changing of the Guard ceremony, which typically starts at 11:00 AM. Enjoy the majestic architecture and the surrounding gardens.\n", - " - Weather Tip: With the overcast clouds, it might feel chilly, so dress warmly and bring an umbrella just in case.\n", + "#### Afternoon\n", + "- **Central Park**\n", + " - **Notes**: Head to this iconic park for a lovely walk or a horse-drawn carriage ride.\n", + " - **Must-See Spots**: Bethesda Terrace, Bow Bridge, and Strawberry Fields.\n", "\n", - "**Midday:**\n", - "2. **Westminster Abbey**\n", - " - Head towards Westminster Abbey, a short walk from Buckingham Palace. This historic church has been the site of many significant events, including royal weddings and coronations. Spend about 1.5 hours exploring.\n", + "#### Evening\n", + "- **Top of the Rock Observation Deck**\n", + " - **Notes**: Get tickets in advance for a sunset view over the city.\n", "\n", - "3. **Lunch at Borough Market**\n", - " - Take a tube or walk to Borough Market for a variety of food options. It's a great place to warm up with some hot street food and explore the diverse culinary offerings.\n", - "\n", - "**Afternoon:**\n", - "4. **London Eye**\n", - " - After lunch, head to the London Eye. The overcast sky might not offer the clearest views, but the experience is still worthwhile. Pre-book your tickets to avoid long lines and enjoy a 30-minute ride on this iconic Ferris wheel.\n", + "---\n", "\n", - "**Evening:**\n", - "5. **The Globe Theatre**\n", - " - As the day winds down, visit Shakespeare's Globe Theatre. If there's a performance, consider attending or simply take a guided tour to learn about the history of this famous theater.\n", + "### Day 2: Culture and Cuisine\n", "\n", - "**Day 2: Museums and Cultural Exploration**\n", + "#### Morning\n", + "- **Metropolitan Museum of Art**\n", + " - **Notes**: Open around 10 AM. Spend time enjoying famous art pieces.\n", + " - **Suggestion**: Start early to avoid crowds, allowing at least 2-3 hours.\n", "\n", - "**Morning:**\n", - "1. **The British Museum**\n", - " - Start your second day at the British Museum. Spend a few hours exploring the vast collection of art and antiquities. Highlights include the Rosetta Stone and the Elgin Marbles.\n", + "#### Lunch\n", + "- **Explore Local Cuisine**\n", + " - **Area**: Upper East Side or nearby to explore classic New York delis or cafes.\n", "\n", - "**Midday:**\n", - "2. **Lunch near Covent Garden**\n", - " - Head to Covent Garden for lunch. This area is bustling with restaurants and cafes, perfect for a cozy indoor meal.\n", + "#### Afternoon\n", + "- **Broadway Show Visit**\n", + " - **Notes**: Check availabilities and book in advance.\n", "\n", - "**Afternoon:**\n", - "3. **The Tower of London**\n", - " - After lunch, make your way to the Tower of London. Delve into England's rich history and see the Crown Jewels. Allocate about 2-3 hours for this visit.\n", + "#### Dinner\n", + "- **Times Square**\n", + " - **Notes**: Experience this vibrant part of the city, then choose from numerous dining options.\n", "\n", - "**Evening:**\n", - "4. **Tower Bridge**\n", - " - Conclude your day with a walk across Tower Bridge. The views of the Thames River and the cityscape are beautiful, even on a cloudy evening.\n", + "---\n", "\n", - "**Day 3: Leisure and Local Experiences**\n", + "### Day 3: Exploring More Highlights\n", "\n", - "**Morning:**\n", - "1. **Natural History Museum**\n", - " - Begin your last day at the Natural History Museum. It's a family-friendly museum with fascinating exhibits, including dinosaur skeletons and a model of a blue whale.\n", + "#### Morning\n", + "- **9/11 Memorial & Museum**\n", + " - **Notes**: A solemn but essential visit. Allow 2-3 hours here.\n", "\n", - "**Midday:**\n", - "2. **Lunch at South Kensington**\n", - " - Enjoy a relaxed lunch in South Kensington. There are plenty of options, from casual cafes to high-end dining.\n", + "#### Afternoon\n", + "- **Brooklyn Bridge Walk**\n", + " - **Notes**: Stroll from Manhattan to Brooklyn, enjoying views and photo ops.\n", + " - **Weather Note**: This can be quite windy, so be sure to bundle up properly.\n", "\n", - "**Afternoon:**\n", - "3. **Hyde Park**\n", - " - Spend your afternoon strolling through Hyde Park. Visit the Serpentine Galleries if you're interested in contemporary art. The park's natural beauty is a peaceful retreat amidst the city hustle.\n", + "#### Evening\n", + "- **Dinner in Brooklyn**\n", + " - **Notes**: Explore Dumbo for unique dining experiences with skyline views.\n", "\n", - "**Evening:**\n", - "4. **Dinner and a Show in the West End**\n", - " - End your London adventure with a memorable dinner followed by a theater show in the West End. Book your tickets in advance for popular shows.\n", + "### Additional Resources\n", + "- **Things to Do in New York City**: [Tripadvisor](https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html)\n", + "- **NYC Attractions**: [I Love NY](https://www.iloveny.com/places-to-go/new-york-city/attractions/)\n", + "- **Guided Tours**: [USA Guided Tours](https://usaguidedtours.com/nyc/attraction/)\n", "\n", - "**Additional Tips:**\n", - "- Always check the attraction websites for any specific COVID-19 guidelines or changes in operating hours.\n", - "- London’s public transport system is efficient; consider getting an Oyster card for convenient travel.\n", - "- Don't forget to dress in layers to adapt to the chilly weather, and always have your camera ready to capture memories.\n", + "#### Notes\n", + "Adjust your plans based on personal interests, and consider purchasing city passes for discounts on multiple attractions. Each day is packed but allows for some flexibility and resting periods.\n", "---------------\n", - "Here’s a detailed itinerary for your visit to Paris, considering the current snowy weather conditions and top attractions:\n", + "**London Itinerary: Exploring the City's Top Attractions**\n", "\n", - "### Day 1: Embrace the Iconic Landmarks\n", + "**Weather Overview:** \n", + "- **Temperature:** 4.2°C (feels like -0.94°C)\n", + "- **Weather Conditions:** Light rain with 40% cloud cover\n", + "- **Wind:** 8.23 m/s from 70°\n", + "- **Humidity:** 85%\n", + " \n", + "Given the chilly and wet weather in London, it's recommended to dress warmly and carry an umbrella. The itinerary can include a mix of indoor and outdoor attractions to enjoy what London has to offer while keeping comfortable.\n", "\n", - "**Morning: Eiffel Tower**\n", - "- **Time:** 9:00 AM\n", - "- **Details:** Begin your day with a visit to the Eiffel Tower. Even in the snow, the tower offers stunning views of Paris. Dress warmly and enjoy hot chocolate from nearby cafes.\n", - "- **Link for more info:** [Tripadvisor - Things to Do in Paris](https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html)\n", + "**Morning: Explore the Iconic Landmarks**\n", "\n", - "**Afternoon: Louvre Museum**\n", - "- **Time:** 1:00 PM\n", - "- **Details:** Spend your afternoon indoors at the Louvre Museum. With its vast collection of art and history, it's a perfect way to escape the cold. Consider taking a guided tour to make the most of your visit.\n", - "- **Link for more info:** [U.S. News Travel - Things To Do](https://travel.usnews.com/Paris_France/Things_To_Do/)\n", + "1. **Buckingham Palace** \n", + " - Start your day with a visit to Buckingham Palace to witness the Changing of the Guard, a quintessential London experience. If you're interested in the history of the monarchy, you might also consider booking a tour of the State Rooms (when available).\n", + " - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\n", + " - Estimated Time: 1-2 hours\n", "\n", - "**Evening: Seine River Cruise**\n", - "- **Time:** 6:00 PM\n", - "- **Details:** End your day with a magical Seine River cruise. The snow adds a picturesque touch to the illuminated landmarks. Ensure to book a heated cruise for comfort.\n", + "2. **The London Eye** \n", + " - Walk along the South Bank to the London Eye. Enjoy panoramic views of London from this giant observation wheel. \n", + " - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\n", + " - Estimated Time: 1 hour\n", "\n", - "### Day 2: Explore Cultural and Historical Treasures\n", + "**Lunch: Traditional London Cuisine**\n", "\n", - "**Morning: Notre-Dame Cathedral**\n", - "- **Time:** 9:30 AM\n", - "- **Details:** Visit the iconic Notre-Dame Cathedral. Although some areas may be under restoration, its architecture and history are worth experiencing. Warm clothing is essential as the interior can be chilly.\n", + "- **Location:** Enjoy a meal at a nearby pub or restaurant. Try traditional British dishes like fish and chips or a hearty pie to warm up.\n", "\n", - "**Afternoon: Musée d'Orsay**\n", - "- **Time:** 1:30 PM\n", - "- **Details:** Head to the Musée d'Orsay, renowned for its Impressionist masterpieces. This indoor activity is ideal for escaping the cold and enjoying world-class art.\n", + "**Afternoon: Discover Cultural Treasures**\n", "\n", - "**Evening: Montmartre and Sacré-Cœur**\n", - "- **Time:** 5:00 PM\n", - "- **Details:** Wander through the charming streets of Montmartre and visit the Sacré-Cœur Basilica. The view of Paris in the snow is breathtaking. Enjoy a cozy dinner at a local bistro in Montmartre.\n", + "3. **The British Museum** \n", + " - Head to the British Museum for an afternoon exploring its vast collection of art and antiquities from around the world. This indoor attraction is perfect for escaping the rain while diving into history.\n", + " - Estimated Time: 2-3 hours\n", "\n", - "### Day 3: Discover Hidden Gems and Local Flavors\n", + "4. **Shakespeare's Globe** \n", + " - Visit the reconstructed Globe Theatre on the South Bank for a guided tour. Dive into the history of Shakespeare's plays and the theatre's role in London's culture.\n", + " - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\n", + " - Estimated Time: 1 hour\n", "\n", - "**Morning: Le Marais District**\n", - "- **Time:** 10:00 AM\n", - "- **Details:** Explore Le Marais, known for its vibrant street art, boutiques, and cafes. Enjoy a leisurely breakfast and shop for unique souvenirs.\n", + "**Evening: Enjoy the Nightlife and Dining Scene**\n", "\n", - "**Afternoon: Palais Garnier (Opera House)**\n", - "- **Time:** 2:00 PM\n", - "- **Details:** Tour the opulent Palais Garnier. Its stunning interiors are a must-see, especially when it's snowy outside.\n", + "- **Dinner:** Dine at one of London's top restaurants. You can choose from a variety of cuisines, but the current weather makes cozy spots with comfort food appealing.\n", + " \n", + "- **West End Show:** Conclude your day with a thrilling West End show if you're interested in theater. Check out the latest productions playing in London’s theatre district.\n", "\n", - "**Evening: Moulin Rouge Show**\n", - "- **Time:** 8:00 PM\n", - "- **Details:** Conclude your trip with a classic Parisian experience at the Moulin Rouge. Book in advance to secure a good seat and enjoy the legendary cabaret performance.\n", + "**Additional Tips:**\n", "\n", - "### Additional Tips:\n", - "- **Weather Preparation:** Wear layers, waterproof boots, and carry an umbrella. The snow and cold wind can be intense.\n", - "- **Dining:** Indulge in warm, hearty French cuisine at local cafes and restaurants. Try dishes like French onion soup, coq au vin, and tarte Tatin.\n", - "- **Transport:** Use public transportation to avoid the snowy streets, and consider purchasing a Paris Visite pass for unlimited travel.\n", + "- **Transportation:** Consider purchasing an Oyster card or a contactless payment method for easy travel on the Tube and buses.\n", + "- **Rain Gear:** Given the light rain, a compact umbrella or a waterproof jacket is recommended to keep dry.\n", + "- **Sightseeing Path:** While traveling to attractions like the London Eye and Buckingham Palace, try to walk between them when the rain eases, as these areas are rich with historical sites and beautiful architecture.\n", "\n", - "Enjoy your snowy adventure in Paris!\n", + "For more information or detailed reviews, visit some recommended travel websites such as [Tripadvisor](https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html), [Visit London](https://www.visitlondon.com/things-to-do/sightseeing/london-attraction), or [Time Out](https://www.timeout.com/london/attractions/top-london-attractions) for further planning ideas.\n", "---------------\n", - "**Tokyo Itinerary**\n", - "\n", - "**Day 1: Arrival and Exploration of Historical and Cultural Sites**\n", + "Here's a detailed itinerary for a visit to Paris, considering the current weather conditions and some top tourist attractions:\n", "\n", + "### Day 1: Iconic Landmarks and Museums\n", "- **Morning:**\n", - " - **Asakusa District**: Begin your day with a visit to the historic Asakusa district. Explore the iconic Senso-ji Temple, Tokyo's oldest temple. Enjoy the traditional market streets like Nakamise Street for some shopping and snacks.\n", - "\n", + " - **Eiffel Tower**: Start your day at one of the most iconic landmarks in the world. Make the most of the overcast but hopefully dry morning by ascending the tower for spectacular views of Paris.\n", + " - **Champs-Elysées & Arc de Triomphe**: Stroll along this historic avenue leading up to the Arc de Triomphe. Ascend the top for another stunning panorama.\n", + " \n", "- **Afternoon:**\n", - " - **Tokyo National Museum**: Head to Ueno Park and visit the Tokyo National Museum. Discover Japan’s extensive collection of art and antiquities. This is a great spot to dive into Japanese history and culture.\n", + " - **Louvre Museum**: Head to the Louvre to escape the chill. Spend your afternoon exploring the vast art collections, including the Mona Lisa and the Venus de Milo.\n", + " - **Musée d'Orsay**: If time permits, continue to the nearby Musée d'Orsay, housed in a former railway station and featuring artworks from Monet, Van Gogh, and Gauguin.\n", "\n", "- **Evening:**\n", - " - **Dinner in Ueno**: Explore the local dining options around Ueno and enjoy a traditional Japanese dinner.\n", - "\n", - "**Day 2: Modern Tokyo and Unique Experiences**\n", + " - **Seine River Cruise**: Wrap up your first day with a scenic evening cruise along the Seine to see the illuminated city.\n", "\n", + "### Day 2: Literary and Historic Paris\n", "- **Morning:**\n", - " - **Ghibli Museum**: Start your day with a magical visit to the Ghibli Museum in Mitaka. Perfect for fans of Studio Ghibli's animated films, this museum offers a whimsical look into the creative world of Hayao Miyazaki.\n", + " - **Notre-Dame Cathedral**: Even though it might still be under restoration, you can admire the façade of this Gothic masterpiece and explore the Île de la Cité.\n", + " - **Sainte-Chapelle**: Visit this gem of Gothic architecture known for its stunning stained glass windows.\n", "\n", "- **Afternoon:**\n", - " - **Shibuya and Harajuku**: Head towards the bustling areas of Shibuya and Harajuku. Witness the famous Shibuya Crossing and explore the trendy shops of Harajuku, especially Takeshita Street.\n", + " - **Latin Quarter & The Pantheon**: Walk through the historic Latin Quarter. Don't miss the Pantheon, where numerous French luminaries are interred.\n", + " - **Shakespeare and Company**: Explore this legendary bookstore that has welcomed figures like Ernest Hemingway.\n", "\n", "- **Evening:**\n", - " - **Golden Gai**: Conclude your day in the vibrant Golden Gai district. This area is renowned for its narrow alleys filled with small bars and eateries. Experience the unique nightlife of Tokyo here.\n", - "\n", - "**Day 3: Relax and Explore Green Spaces**\n", + " - **Montmartre Stroll**: Conclude your day exploring the artistic neighborhood of Montmartre. Visit the Sacré-Cœur Basilica for a breathtaking view as dusk sets.\n", "\n", + "### Day 3: Palaces and Gardens\n", "- **Morning:**\n", - " - **Shinjuku Gyoen National Garden**: Spend a peaceful morning strolling through the beautiful Shinjuku Gyoen, one of Tokyo's largest and most beautiful parks. It's a perfect spot for relaxation and enjoying nature.\n", + " - **Palace of Versailles**: Take a day trip to the Palace of Versailles. Stroll through the opulent rooms and expansive gardens.\n", "\n", "- **Afternoon:**\n", - " - **Meiji Shrine**: Visit the Meiji Shrine, located in a forested area near Harajuku and Shibuya. It's a serene place to learn about Shinto traditions and enjoy the tranquil setting.\n", + " - **Tuileries Garden**: Once back in Paris, relax with a stroll through these historic gardens.\n", + " - **Musée Marmottan Monet**: Dive into the works of Monet, especially if you didn’t visit this museum from the list before.\n", "\n", "- **Evening:**\n", - " - **Tokyo Tower or Skytree**: End your trip with a visit to either Tokyo Tower or Tokyo Skytree for a panoramic view of the city. It's an unforgettable way to see Tokyo illuminated at night.\n", + " - **Explore Le Marais**: Enjoy the vibrant and historic Le Marais district, known for its exquisite boutiques, cafes, and galleries.\n", "\n", - "**Weather Considerations:**\n", - "- With the current weather of few clouds and a mild temperature around 10.32°C, it is advisable to wear layers and carry a light jacket for comfort during outdoor activities.\n", - "- Humidity is high (92%), so be prepared for a slightly damp feeling and consider moisture-wicking clothing.\n", + "### Tips:\n", + "- Dress warmly considering the chilly weather \"feels like\" 0.32°C.\n", + "- Keep an umbrella handy due to the significant cloud cover.\n", + "- Check online for any required tickets or reservations to avoid long queues.\n", "\n", - "**Additional Tips:**\n", - "- Always check the opening hours of attractions and book tickets in advance where necessary.\n", - "- Use Tokyo’s efficient public transport to move around easily.\n", - "- Consider visiting the websites linked in the attraction descriptions for more detailed information and current updates.\n", + "Enjoy your trip to Paris! With a little preparation, even an overcast day can be filled with mesmerizing beauty and culture.\n", "---------------\n", - "Here's a detailed itinerary for exploring some of Sydney's top tourist attractions with the current weather conditions in mind. With clear skies and pleasant temperatures, it's a perfect day to explore the outdoors and enjoy what Sydney has to offer.\n", + "Here’s a detailed itinerary for a day of exploration in Tokyo with the current weather conditions:\n", "\n", "### Morning\n", "\n", - "**9:00 AM - Sydney Opera House**\n", - "- Begin your day with a visit to the iconic Sydney Opera House. Take a guided tour to learn about its history and architecture. Tours are available in multiple languages.\n", - "- **Link:** [Top attractions in Sydney | Sydney.com](https://www.sydney.com/things-to-do/attractions)\n", + "**7:30 AM – Breakfast**\n", + "- **Where to Eat**: Start your day with a Japanese breakfast at *Tsukiji Outer Market*. The market offers fresh sushi, grilled seafood, and other traditional Japanese breakfast options. \n", + "\n", + "**9:00 AM – Explore Asakusa**\n", + "- **Must-See Spot**: Visit *Senso-ji*, Tokyo's oldest temple. The charming streets leading to this temple are dotted with traditional snacks and souvenir shops. \n", "\n", - "**11:00 AM - Royal Botanic Garden Sydney**\n", - "- Just a short walk from the Opera House, enjoy a leisurely stroll through the Royal Botanic Garden. The clear skies will offer beautiful views of the diverse plant life and the Sydney Harbour.\n", + "**10:30 AM – Stroll in Ueno Park**\n", + "- **Activity**: Enjoy a leisurely walk in *Ueno Park*, a large public park perfect for morning strolls and abundant in cherry blossoms and various museums.\n", "\n", "### Afternoon\n", "\n", - "**12:30 PM - Lunch at Opera Bar**\n", - "- Head back to Opera Bar for lunch. Enjoy a refreshing cocktail with stunning views of the Sydney Harbour Bridge and the waterfront.\n", - "- **Link:** [Top attractions in Sydney | Sydney.com](https://www.sydney.com/things-to-do/attractions)\n", + "**12:00 PM – Lunch**\n", + "- **Dining Experience**: Head to *Akihabara* for some authentic Japanese curry or ramen at a local shop.\n", "\n", - "**2:00 PM - Sydney Harbour Bridge**\n", - "- After lunch, take a scenic walk across the Sydney Harbour Bridge. If you're up for it, consider the BridgeClimb for breathtaking panoramic views of the city.\n", + "**1:30 PM – Explore Akihabara**\n", + "- **Activity**: Dive into the heart of Tokyo's electric town, Akihabara, where you can explore stores filled with the latest gadgets, anime goods, and electronic products.\n", "\n", - "**4:00 PM - The Rocks**\n", - "- Explore The Rocks, one of Sydney's most historic areas. Wander through the cobbled streets, visit the local markets, and perhaps enjoy a cup of coffee at a nearby café.\n", + "**3:00 PM – Visit Tokyo National Museum**\n", + "- **Attraction**: Visit the *Tokyo National Museum*, located in Ueno Park. This museum showcases Japanese art, with exhibits ranging from Samurai swords to calligraphy.\n", "\n", "### Evening\n", "\n", - "**6:00 PM - Darling Harbour**\n", - "- Make your way to Darling Harbour for the evening. Here you can visit attractions such as the SEA LIFE Sydney Aquarium or simply enjoy the lively atmosphere by the waterfront.\n", + "**5:00 PM – Wander around Shinjuku Gyoen National Garden**\n", + "- **Activity**: Spend a peaceful late afternoon in *Shinjuku Gyoen*, one of Tokyo's most beautiful gardens. The clear sky and current weather conditions provide an ideal atmosphere for unwinding in its serene environment.\n", + "\n", + "**6:30 PM – Dinner in Shibuya**\n", + "- **Where to Eat**: Enjoy a variety of foods in the vibrant *Shibuya district*. You could try an izakaya (Japanese pub) for a traditional dinner experience.\n", + "\n", + "**8:00 PM – Shibuya Crossing & Hachiko Statue**\n", + "- **Activity**: Experience the bustling life at *Shibuya Crossing*, one of Tokyo's most iconic spots. Don't forget to take a picture with the *Hachiko Statue* right outside Shibuya Station.\n", + "\n", + "### Night\n", + "\n", + "**9:00 PM – Tokyo Metropolitan Government Building Observation Deck**\n", + "- **Night View**: End your day with a stunning night view of Tokyo from the *Tokyo Metropolitan Government Building Observation Deck*. Entry is free, and the view of the city lights is spectacular under a clear sky.\n", + "\n", + "### Weather Tips:\n", + "- The temperature in Tokyo feels quite chilly, so dress warmly with layers to stay comfortable.\n", + "- The wind is fairly strong, with a speed of 11.32 m/s, which could make it feel colder than the actual temperature – an extra windbreaker might be useful.\n", + "- Despite the chill, the clear skies provide a perfect backdrop for photos, especially of Tokyo's iconic skyline.\n", + "\n", + "This itinerary balances Tokyo's traditional charm with its cutting-edge modernity, promising a well-rounded Tokyo experience. Enjoy your day exploring!\n", + "---------------\n", + "### Day 1: Sydney Harbour and Iconic Attractions\n", + "\n", + "**Morning:**\n", + "- **Start at Circular Quay:**\n", + " - Enjoy a leisurely breakfast with a view of Sydney Harbour at one of the cafes.\n", + " \n", + "- **Sydney Opera House:**\n", + " - Take a guided tour of this world-renowned architectural marvel.\n", + " - Make sure to snap some photos of the stunning exterior against the clear sky.\n", + "\n", + "**Midday:**\n", + "- **Royal Botanic Gardens:**\n", + " - A short walk from the Opera House, enjoy a stroll through the gardens.\n", + " - Relax amid lush greenery and perhaps have a picnic lunch.\n", + "\n", + "**Afternoon:**\n", + "- **Sydney Harbour Bridge:**\n", + " - Walk across the bridge for incredible panoramic views of the harbor.\n", + " - Consider booking a BridgeClimb if you're feeling adventurous.\n", + "\n", + "- **The Rocks District:**\n", + " - Explore this historic area with its cobblestone streets and vibrant market stalls.\n", + " - Visit the Museum of Contemporary Art.\n", + "\n", + "**Evening:**\n", + "- **Dinner at The Rocks:**\n", + " - Enjoy dinner at one of the many restaurants in The Rocks, offering cuisine ranging from upscale modern Australian to cozy pub meals.\n", + "\n", + "### Day 2: Beaches and Coastal Beauty\n", + "\n", + "**Morning:**\n", + "- **Bondi Beach:**\n", + " - Start your day at Bondi Beach, famous for its surf and sun.\n", + " - Walk the Bondi to Coogee coastal trail, absorbing breathtaking ocean views.\n", + "\n", + "**Midday:**\n", + "- **Lunch in Bondi:**\n", + " - Choose from the variety of cafes and eateries along the beachfront for a laid-back lunch.\n", + "\n", + "**Afternoon:**\n", + "- **Manly Beach:**\n", + " - Take a ferry from Circular Quay to Manly, enjoying fantastic views of the Sydney skyline.\n", + " - Stroll along The Corso, the main shopping and dining area.\n", + "\n", + "**Evening:**\n", + "- **Dinner in Manly:**\n", + " - Dine at a seafront restaurant with fresh seafood and a relaxing atmosphere.\n", "\n", - "**8:00 PM - Dinner at a Local Restaurant**\n", - "- Conclude your day with dinner at one of Darling Harbour's many restaurants. Choose from a variety of cuisines while enjoying the vibrant night scene.\n", + "### Day 3: Culture and Wildlife\n", "\n", - "### Additional Suggestions\n", + "**Morning:**\n", + "- **Taronga Zoo:**\n", + " - Catch the ferry to Taronga Zoo for a chance to see native Australian wildlife.\n", + " - Enjoy exhibits and shows amid picturesque settings overlooking the harbor.\n", + "\n", + "**Midday:**\n", + "- **Lunch at the Zoo:**\n", + " - Grab a bite at the zoo's cafes, with views back to the city.\n", "\n", - "- If you're interested in more unique experiences, consider visiting some of the attractions listed on [Time Out Sydney](https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck), which includes thrilling adventures and scenic tours.\n", + "**Afternoon:**\n", + "- **Art Gallery of New South Wales:**\n", + " - Head back to the city and visit this gallery, featuring a mix of Australian, European, and Asian art.\n", "\n", - "With clear skies and mild temperatures, this itinerary offers a balanced mix of cultural, historical, and scenic experiences. Enjoy your visit to Sydney!\n" + "**Evening:**\n", + "- **Dinner in the city:**\n", + " - Head to Darling Harbour for a variety of dining options with vibrant nightlife.\n", + " - Consider catching a show at the Sydney Opera House or another local venue to end your trip with some entertainment.\n", + "\n", + "### Tips:\n", + "- **Weather:** With the beautiful clear sky and comfortable temperatures, it's a great time to explore both the city and the coast.\n", + "- **Transport:** Consider getting a Sydney Opal card for easy access to public transport, including ferries, trains, and buses.\n", + "- **What to Pack:** Sunscreen, a hat, and comfortable walking shoes are advisable due to clear skies and plentiful walking opportunities.\n" ] } ], @@ -683,7 +734,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 41, "metadata": {}, "outputs": [ { @@ -697,336 +748,387 @@ "Transition output: New York\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: {'result': 'In New York, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 5.81 m/s, direction: 22°\\nHumidity: 90%\\nTemperature: \\n - Current: 8.34°C\\n - High: 9.01°C\\n - Low: 7.16°C\\n - Feels like: 5.2°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%'}\n", + "Transition output: {'result': 'In New York, the current weather is as follows:\\nDetailed status: scattered clouds\\nWind speed: 9.77 m/s, direction: 260°\\nHumidity: 59%\\nTemperature: \\n - Current: 5.01°C\\n - High: 5.97°C\\n - Low: 3.49°C\\n - Feels like: -0.34°C\\nRain: {}\\nHeat index: None\\nCloud cover: 40%'}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", "Transition output: London\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: {'result': 'In London, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 2.57 m/s, direction: 350°\\nHumidity: 72%\\nTemperature: \\n - Current: 3.42°C\\n - High: 3.97°C\\n - Low: 2.79°C\\n - Feels like: 0.97°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%'}\n", + "Transition output: {'result': \"In London, the current weather is as follows:\\nDetailed status: light rain\\nWind speed: 8.23 m/s, direction: 70°\\nHumidity: 85%\\nTemperature: \\n - Current: 4.2°C\\n - High: 5.0°C\\n - Low: 2.79°C\\n - Feels like: -0.94°C\\nRain: {'1h': 0.21}\\nHeat index: None\\nCloud cover: 40%\"}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", "Transition output: Paris\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: {'result': 'In Paris, the current weather is as follows:\\nDetailed status: snow\\nWind speed: 9.26 m/s, direction: 70°\\nHumidity: 99%\\nTemperature: \\n - Current: 0.57°C\\n - High: 1.16°C\\n - Low: -0.35°C\\n - Feels like: -6.04°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%'}\n", + "Transition output: {'result': 'In Paris, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 6.17 m/s, direction: 100°\\nHumidity: 80%\\nTemperature: \\n - Current: 4.6°C\\n - High: 5.7°C\\n - Low: 3.54°C\\n - Feels like: 0.32°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%'}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", "Transition output: Tokyo\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: {'result': 'In Tokyo, the current weather is as follows:\\nDetailed status: few clouds\\nWind speed: 2.57 m/s, direction: 280°\\nHumidity: 92%\\nTemperature: \\n - Current: 10.32°C\\n - High: 10.91°C\\n - Low: 9.19°C\\n - Feels like: 9.81°C\\nRain: {}\\nHeat index: None\\nCloud cover: 20%'}\n", + "Transition output: {'result': 'In Tokyo, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 11.32 m/s, direction: 220°\\nHumidity: 40%\\nTemperature: \\n - Current: 4.76°C\\n - High: 5.36°C\\n - Low: 3.67°C\\n - Feels like: -1.07°C\\nRain: {}\\nHeat index: None\\nCloud cover: 0%'}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", "Transition output: Sydney\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: {'result': 'In Sydney, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 2.93 m/s, direction: 348°\\nHumidity: 81%\\nTemperature: \\n - Current: 16.95°C\\n - High: 18.04°C\\n - Low: 15.42°C\\n - Feels like: 16.82°C\\nRain: {}\\nHeat index: None\\nCloud cover: 0%'}\n", + "Transition output: {'result': 'In Sydney, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 8.23 m/s, direction: 20°\\nHumidity: 78%\\nTemperature: \\n - Current: 23.64°C\\n - High: 24.61°C\\n - Low: 22.72°C\\n - Feels like: 24.1°C\\nRain: {}\\nHeat index: None\\nCloud cover: 2%'}\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: [{'result': 'In New York, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 5.81 m/s, direction: 22°\\nHumidity: 90%\\nTemperature: \\n - Current: 8.34°C\\n - High: 9.01°C\\n - Low: 7.16°C\\n - Feels like: 5.2°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%'}, {'result': 'In London, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 2.57 m/s, direction: 350°\\nHumidity: 72%\\nTemperature: \\n - Current: 3.42°C\\n - High: 3.97°C\\n - Low: 2.79°C\\n - Feels like: 0.97°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%'}, {'result': 'In Paris, the current weather is as follows:\\nDetailed status: snow\\nWind speed: 9.26 m/s, direction: 70°\\nHumidity: 99%\\nTemperature: \\n - Current: 0.57°C\\n - High: 1.16°C\\n - Low: -0.35°C\\n - Feels like: -6.04°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%'}, {'result': 'In Tokyo, the current weather is as follows:\\nDetailed status: few clouds\\nWind speed: 2.57 m/s, direction: 280°\\nHumidity: 92%\\nTemperature: \\n - Current: 10.32°C\\n - High: 10.91°C\\n - Low: 9.19°C\\n - Feels like: 9.81°C\\nRain: {}\\nHeat index: None\\nCloud cover: 20%'}, {'result': 'In Sydney, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 2.93 m/s, direction: 348°\\nHumidity: 81%\\nTemperature: \\n - Current: 16.95°C\\n - High: 18.04°C\\n - Low: 15.42°C\\n - Feels like: 16.82°C\\nRain: {}\\nHeat index: None\\nCloud cover: 0%'}]\n", + "Transition output: [{'result': 'In New York, the current weather is as follows:\\nDetailed status: scattered clouds\\nWind speed: 9.77 m/s, direction: 260°\\nHumidity: 59%\\nTemperature: \\n - Current: 5.01°C\\n - High: 5.97°C\\n - Low: 3.49°C\\n - Feels like: -0.34°C\\nRain: {}\\nHeat index: None\\nCloud cover: 40%'}, {'result': \"In London, the current weather is as follows:\\nDetailed status: light rain\\nWind speed: 8.23 m/s, direction: 70°\\nHumidity: 85%\\nTemperature: \\n - Current: 4.2°C\\n - High: 5.0°C\\n - Low: 2.79°C\\n - Feels like: -0.94°C\\nRain: {'1h': 0.21}\\nHeat index: None\\nCloud cover: 40%\"}, {'result': 'In Paris, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 6.17 m/s, direction: 100°\\nHumidity: 80%\\nTemperature: \\n - Current: 4.6°C\\n - High: 5.7°C\\n - Low: 3.54°C\\n - Feels like: 0.32°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%'}, {'result': 'In Tokyo, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 11.32 m/s, direction: 220°\\nHumidity: 40%\\nTemperature: \\n - Current: 4.76°C\\n - High: 5.36°C\\n - Low: 3.67°C\\n - Feels like: -1.07°C\\nRain: {}\\nHeat index: None\\nCloud cover: 0%'}, {'result': 'In Sydney, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 8.23 m/s, direction: 20°\\nHumidity: 78%\\nTemperature: \\n - Current: 23.64°C\\n - High: 24.61°C\\n - Low: 22.72°C\\n - Feels like: 24.1°C\\nRain: {}\\nHeat index: None\\nCloud cover: 2%'}]\n", "--------------------------------------------------\n", "Transition type: init_branch\n", "Transition output: New York\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html', 'snippet': 'Top of the Rock Observation Deck, the newly opened, 3-tiered observation deck on the 67th, 69th and 70th floors of 30 Rockefeller Plaza, is New York City's most amazing attraction! The unforgettable experience includes a panoramic 360-degree, unobstructed view from the 70th floor observatory, ...', 'title': 'THE 15 BEST Things to Do in NYC - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.iloveny.com/places-to-go/new-york-city/attractions/', 'snippet': 'Whether you're into architecture, Broadway theater, restaurants or other cultural hotspots, New York City has something for you. Plan your trip today!', 'title': 'NYC Attractions | Museums, Parks, Zoos & Landmarks'}, {'link': 'https://usaguidedtours.com/nyc/attraction/', 'snippet': 'Learn more about New York City attractions or simply book one of our award-winning guided tours and explore them up-close and personal!', 'title': 'New York Attractions - USA Guided Tours'}]}\n", + "Transition output: {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html', 'title': 'Things to Do in New York City', 'snippet': 'Things to Do in New York City, New York: See Tripadvisor's 4,244,759 traveler reviews and photos of New York City tourist attractions. Find what to do today, this weekend, or in January. We have reviews of the best places to see in New York City. Visit top-rated & must-see attractions.'}, {'link': 'https://www.iloveny.com/places-to-go/new-york-city/attractions/', 'title': 'NYC Attractions | Museums, Parks, Zoos & Landmarks', 'snippet': 'Whether you're into architecture, Broadway theater, restaurants or other cultural hotspots, New York City has something for you. Plan your trip today!'}, {'link': 'https://usaguidedtours.com/nyc/attraction/', 'title': 'New York Attractions - USA Guided Tours', 'snippet': 'Learn more about New York City attractions or simply book one of our award-winning guided tours and explore them up-close and personal!'}]}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", "Transition output: London\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html', 'snippet': 'Things to Do in London, England: See Tripadvisor's 7,202,262 traveler reviews and photos of London tourist attractions. Find what to do today, this weekend, or in August. We have reviews of the best places to see in London. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in London (2024) - Must-See Attractions'}, {'link': 'https://www.visitlondon.com/things-to-do/sightseeing/london-attraction', 'snippet': 'Find the best London tourist attractions, including museums, palaces and London landmarks. Pick things to see in London, attractions or take a sightseeing tour.', 'title': \"London attractions | Visit London's top tourist attractions\"}, {'link': 'https://www.timeout.com/london/attractions/top-london-attractions', 'snippet': 'Discover the best, most unmissable attractions in London, including Buckingham Palace, The Globe, the London Eye and more.', 'title': '50 Best Attractions in London for 2024 | Best Things to Do in London'}]}\n", + "Transition output: {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html', 'title': 'THE 15 BEST Things to Do in London (2025) - Must-See Attractions', 'snippet': 'Things to Do in London, England: See Tripadvisor's 7,325,307 traveler reviews and photos of London tourist attractions. Find what to do today, this weekend, or in January. We have reviews of the best places to see in London. Visit top-rated & must-see attractions.'}, {'link': 'https://www.visitlondon.com/things-to-do/sightseeing/london-attraction', 'title': \"London attractions | Visit London's top tourist attractions\", 'snippet': 'Find the best London tourist attractions, including museums, palaces and London landmarks. Pick things to see in London, attractions or take a sightseeing tour.'}, {'link': 'https://www.timeout.com/london/attractions/top-london-attractions', 'title': '50 Best Attractions in London for 2025 | Days Out and Things To Do', 'snippet': 'Discover the best, most unmissable attractions in London, including Buckingham Palace, The Globe, the London Eye and more.'}]}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", "Transition output: Paris\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html', 'snippet': 'Things to Do in Paris, France: See Tripadvisor's 5,011,626 traveler reviews and photos of Paris tourist attractions. Find what to do today, this weekend, or in September. We have reviews of the best places to see in Paris. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Paris (2024) - Must-See Attractions'}, {'link': 'https://www.timeout.com/paris/en/attractions/best-paris-attractions', 'snippet': 'And we’re not alone in thinking that. Paris is a major tourist destination that attracts thousands upon thousands of enthusiastic travellers with heads filled with images of Breton jumpers, tiny dogs, and decadent pastries - the kind you can dip in your hot chocolate.', 'title': '51 Best Attractions in Paris for 2024 | Best Sites to See in Paris'}, {'link': 'https://travel.usnews.com/Paris_France/Things_To_Do/', 'snippet': 'If you've been dreaming of a visit to the Eiffel Tower, Louvre Museum and Moulin Rouge, plan your trip with these expert recommendations for things to do in Paris.', 'title': '32 Best Things to Do in Paris, France | U.S. News Travel'}]}\n", + "Transition output: {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html', 'title': 'THE 15 BEST Things to Do in Paris (2024) - Must-See Attractions', 'snippet': 'Things to Do in Paris, France: See Tripadvisor's 5,069,212 traveler reviews and photos of Paris tourist attractions. Find what to do today, this weekend, or in December. We have reviews of the best places to see in Paris. Visit top-rated & must-see attractions.'}, {'link': 'https://en.wikipedia.org/wiki/List_of_tourist_attractions_in_Paris', 'title': 'List of tourist attractions in Paris - Wikipedia', 'snippet': 'Musée Marmottan Monet - dedicated to Claude Monet, includes over 300 paintings including Monet's Impression, Sunrise · Muséum national d'histoire naturelle - National Museum of Natural History · Musée Picasso - dedicated to the works of Pablo Picasso · Musée Rodin - houses the works ...'}, {'link': 'https://wavesandcobblestones.com/stop-feeling-guilty-for-loving-these-touristy-paris-attractions/', 'title': '21 Must-See Paris Attractions: Perfect for First Timers! (2025)', 'snippet': 'Ready for some epic Paris sightseeing? Lace up your shoes and let’s go! Disclaimer: This page may contain affiliate links. I earn a small commission if you make a purchase through these links (at no additional cost to you). ... Take a look at these statistics on the top tourist attractions in ...'}]}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", "Transition output: Tokyo\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g298184-Activities-Tokyo_Tokyo_Prefecture_Kanto.html', 'snippet': 'Things to Do in Tokyo, Japan: See Tripadvisor's 1,602,397 traveler reviews and photos of Tokyo tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Tokyo. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Tokyo - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.lonelyplanet.com/japan/tokyo/attractions', 'snippet': 'Discover the best attractions in Tokyo including Tokyo National Museum, Ghibli Museum, and Golden Gai.', 'title': 'Must-see attractions Tokyo, Japan - Lonely Planet'}, {'link': 'https://www.japan-guide.com/e/e2164.html', 'snippet': 'The city's history can be appreciated in districts such as Asakusa and in many excellent museums, historic temples and gardens. Contrary to common perception, Tokyo also offers a number of attractive green spaces in the city center and within relatively short train rides at its outskirts.', 'title': 'Tokyo City Guide - What to do in Tokyo'}]}\n", + "Transition output: {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g298184-Activities-Tokyo_Tokyo_Prefecture_Kanto.html', 'title': 'THE 15 BEST Things to Do in Tokyo - 2024 (with Photos) - Tripadvisor', 'snippet': 'Things to Do in Tokyo, Japan: See Tripadvisor's 1,602,397 traveler reviews and photos of Tokyo tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Tokyo. Visit top-rated & must-see attractions.'}, {'link': 'https://www.japan-guide.com/e/e2164.html', 'title': 'Tokyo City Guide - What to do in Tokyo', 'snippet': 'The city's history can be appreciated in districts such as Asakusa and in many excellent museums, historic temples and gardens. Contrary to common perception, Tokyo also offers a number of attractive green spaces in the city center and within relatively short train rides at its outskirts.'}, {'link': 'https://www.reddit.com/r/JapanTravelTips/comments/17tak5o/what_was_your_favorite_thing_you_did_in_tokyo/', 'title': 'r/JapanTravelTips on Reddit: What was your favorite thing you did in Tokyo?', 'snippet': '329 votes, 314 comments. I love to here from others about what moments from their trips were their favorite or were otherwise memorable. What did you…'}]}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", "Transition output: Sydney\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g255060-Activities-Sydney_New_South_Wales.html', 'snippet': 'Things to Do in Sydney, Australia: See Tripadvisor's 1,043,552 traveler reviews and photos of Sydney tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Sydney. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Sydney - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.sydney.com/things-to-do/attractions', 'snippet': 'The UNESCO World Heritage-listed building offers daily guided tours, available in English, Mandarin, French, German, Japanese, Korean and Spanish. Meanwhile, Opera Bar has the best view in town, letting you sip cocktails as you marvel at the Sydney Harbour Bridge.', 'title': 'Top attractions in Sydney | Sydney.com'}, {'link': 'https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck', 'snippet': 'We’ve rounded up 19 infamous Sydney tourist stops that you'll actually enjoy, from thrilling adventures to scenic tours.', 'title': \"19 Amazing Tourist Attractions in Sydney That Don't Suck\"}]}\n", + "Transition output: {'result': [{'link': 'https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck', 'title': \"19 Amazing Tourist Attractions in Sydney That Don't Suck\", 'snippet': 'We’ve rounded up 19 infamous Sydney tourist stops that you'll actually enjoy, from thrilling adventures to scenic tours.'}, {'link': 'https://www.planetware.com/tourist-attractions-/sydney-aus-nsw-s.htm', 'title': '19 Top-Rated Tourist Attractions in Sydney | PlanetWare', 'snippet': 'Author's Tip: From Circular Quay, you can easily walk to other top Sydney tourist attractions. Head south along the waterfront promenade to the Sydney Opera House and the Royal Botanic Gardens, and a short walk to the north leads to the Sydney Harbour Bridge and the Rocks historic area.'}, {'link': 'https://en.wikipedia.org/wiki/Category:Tourist_attractions_in_Sydney', 'title': 'Category:Tourist attractions in Sydney - Wikipedia', 'snippet': 'This category has the following 25 subcategories, out of 25 total. ... The following 69 pages are in this category, out of 69 total. This list may not reflect recent changes.'}]}\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: [{'result': [{'link': 'https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html', 'snippet': 'Top of the Rock Observation Deck, the newly opened, 3-tiered observation deck on the 67th, 69th and 70th floors of 30 Rockefeller Plaza, is New York City's most amazing attraction! The unforgettable experience includes a panoramic 360-degree, unobstructed view from the 70th floor observatory, ...', 'title': 'THE 15 BEST Things to Do in NYC - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.iloveny.com/places-to-go/new-york-city/attractions/', 'snippet': 'Whether you're into architecture, Broadway theater, restaurants or other cultural hotspots, New York City has something for you. Plan your trip today!', 'title': 'NYC Attractions | Museums, Parks, Zoos & Landmarks'}, {'link': 'https://usaguidedtours.com/nyc/attraction/', 'snippet': 'Learn more about New York City attractions or simply book one of our award-winning guided tours and explore them up-close and personal!', 'title': 'New York Attractions - USA Guided Tours'}]}, {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html', 'snippet': 'Things to Do in London, England: See Tripadvisor's 7,202,262 traveler reviews and photos of London tourist attractions. Find what to do today, this weekend, or in August. We have reviews of the best places to see in London. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in London (2024) - Must-See Attractions'}, {'link': 'https://www.visitlondon.com/things-to-do/sightseeing/london-attraction', 'snippet': 'Find the best London tourist attractions, including museums, palaces and London landmarks. Pick things to see in London, attractions or take a sightseeing tour.', 'title': \"London attractions | Visit London's top tourist attractions\"}, {'link': 'https://www.timeout.com/london/attractions/top-london-attractions', 'snippet': 'Discover the best, most unmissable attractions in London, including Buckingham Palace, The Globe, the London Eye and more.', 'title': '50 Best Attractions in London for 2024 | Best Things to Do in London'}]}, {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html', 'snippet': 'Things to Do in Paris, France: See Tripadvisor's 5,011,626 traveler reviews and photos of Paris tourist attractions. Find what to do today, this weekend, or in September. We have reviews of the best places to see in Paris. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Paris (2024) - Must-See Attractions'}, {'link': 'https://www.timeout.com/paris/en/attractions/best-paris-attractions', 'snippet': 'And we’re not alone in thinking that. Paris is a major tourist destination that attracts thousands upon thousands of enthusiastic travellers with heads filled with images of Breton jumpers, tiny dogs, and decadent pastries - the kind you can dip in your hot chocolate.', 'title': '51 Best Attractions in Paris for 2024 | Best Sites to See in Paris'}, {'link': 'https://travel.usnews.com/Paris_France/Things_To_Do/', 'snippet': 'If you've been dreaming of a visit to the Eiffel Tower, Louvre Museum and Moulin Rouge, plan your trip with these expert recommendations for things to do in Paris.', 'title': '32 Best Things to Do in Paris, France | U.S. News Travel'}]}, {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g298184-Activities-Tokyo_Tokyo_Prefecture_Kanto.html', 'snippet': 'Things to Do in Tokyo, Japan: See Tripadvisor's 1,602,397 traveler reviews and photos of Tokyo tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Tokyo. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Tokyo - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.lonelyplanet.com/japan/tokyo/attractions', 'snippet': 'Discover the best attractions in Tokyo including Tokyo National Museum, Ghibli Museum, and Golden Gai.', 'title': 'Must-see attractions Tokyo, Japan - Lonely Planet'}, {'link': 'https://www.japan-guide.com/e/e2164.html', 'snippet': 'The city's history can be appreciated in districts such as Asakusa and in many excellent museums, historic temples and gardens. Contrary to common perception, Tokyo also offers a number of attractive green spaces in the city center and within relatively short train rides at its outskirts.', 'title': 'Tokyo City Guide - What to do in Tokyo'}]}, {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g255060-Activities-Sydney_New_South_Wales.html', 'snippet': 'Things to Do in Sydney, Australia: See Tripadvisor's 1,043,552 traveler reviews and photos of Sydney tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Sydney. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Sydney - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.sydney.com/things-to-do/attractions', 'snippet': 'The UNESCO World Heritage-listed building offers daily guided tours, available in English, Mandarin, French, German, Japanese, Korean and Spanish. Meanwhile, Opera Bar has the best view in town, letting you sip cocktails as you marvel at the Sydney Harbour Bridge.', 'title': 'Top attractions in Sydney | Sydney.com'}, {'link': 'https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck', 'snippet': 'We’ve rounded up 19 infamous Sydney tourist stops that you'll actually enjoy, from thrilling adventures to scenic tours.', 'title': \"19 Amazing Tourist Attractions in Sydney That Don't Suck\"}]}]\n", + "Transition output: [{'result': [{'link': 'https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html', 'title': 'Things to Do in New York City', 'snippet': 'Things to Do in New York City, New York: See Tripadvisor's 4,244,759 traveler reviews and photos of New York City tourist attractions. Find what to do today, this weekend, or in January. We have reviews of the best places to see in New York City. Visit top-rated & must-see attractions.'}, {'link': 'https://www.iloveny.com/places-to-go/new-york-city/attractions/', 'title': 'NYC Attractions | Museums, Parks, Zoos & Landmarks', 'snippet': 'Whether you're into architecture, Broadway theater, restaurants or other cultural hotspots, New York City has something for you. Plan your trip today!'}, {'link': 'https://usaguidedtours.com/nyc/attraction/', 'title': 'New York Attractions - USA Guided Tours', 'snippet': 'Learn more about New York City attractions or simply book one of our award-winning guided tours and explore them up-close and personal!'}]}, {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html', 'title': 'THE 15 BEST Things to Do in London (2025) - Must-See Attractions', 'snippet': 'Things to Do in London, England: See Tripadvisor's 7,325,307 traveler reviews and photos of London tourist attractions. Find what to do today, this weekend, or in January. We have reviews of the best places to see in London. Visit top-rated & must-see attractions.'}, {'link': 'https://www.visitlondon.com/things-to-do/sightseeing/london-attraction', 'title': \"London attractions | Visit London's top tourist attractions\", 'snippet': 'Find the best London tourist attractions, including museums, palaces and London landmarks. Pick things to see in London, attractions or take a sightseeing tour.'}, {'link': 'https://www.timeout.com/london/attractions/top-london-attractions', 'title': '50 Best Attractions in London for 2025 | Days Out and Things To Do', 'snippet': 'Discover the best, most unmissable attractions in London, including Buckingham Palace, The Globe, the London Eye and more.'}]}, {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html', 'title': 'THE 15 BEST Things to Do in Paris (2024) - Must-See Attractions', 'snippet': 'Things to Do in Paris, France: See Tripadvisor's 5,069,212 traveler reviews and photos of Paris tourist attractions. Find what to do today, this weekend, or in December. We have reviews of the best places to see in Paris. Visit top-rated & must-see attractions.'}, {'link': 'https://en.wikipedia.org/wiki/List_of_tourist_attractions_in_Paris', 'title': 'List of tourist attractions in Paris - Wikipedia', 'snippet': 'Musée Marmottan Monet - dedicated to Claude Monet, includes over 300 paintings including Monet's Impression, Sunrise · Muséum national d'histoire naturelle - National Museum of Natural History · Musée Picasso - dedicated to the works of Pablo Picasso · Musée Rodin - houses the works ...'}, {'link': 'https://wavesandcobblestones.com/stop-feeling-guilty-for-loving-these-touristy-paris-attractions/', 'title': '21 Must-See Paris Attractions: Perfect for First Timers! (2025)', 'snippet': 'Ready for some epic Paris sightseeing? Lace up your shoes and let’s go! Disclaimer: This page may contain affiliate links. I earn a small commission if you make a purchase through these links (at no additional cost to you). ... Take a look at these statistics on the top tourist attractions in ...'}]}, {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g298184-Activities-Tokyo_Tokyo_Prefecture_Kanto.html', 'title': 'THE 15 BEST Things to Do in Tokyo - 2024 (with Photos) - Tripadvisor', 'snippet': 'Things to Do in Tokyo, Japan: See Tripadvisor's 1,602,397 traveler reviews and photos of Tokyo tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Tokyo. Visit top-rated & must-see attractions.'}, {'link': 'https://www.japan-guide.com/e/e2164.html', 'title': 'Tokyo City Guide - What to do in Tokyo', 'snippet': 'The city's history can be appreciated in districts such as Asakusa and in many excellent museums, historic temples and gardens. Contrary to common perception, Tokyo also offers a number of attractive green spaces in the city center and within relatively short train rides at its outskirts.'}, {'link': 'https://www.reddit.com/r/JapanTravelTips/comments/17tak5o/what_was_your_favorite_thing_you_did_in_tokyo/', 'title': 'r/JapanTravelTips on Reddit: What was your favorite thing you did in Tokyo?', 'snippet': '329 votes, 314 comments. I love to here from others about what moments from their trips were their favorite or were otherwise memorable. What did you…'}]}, {'result': [{'link': 'https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck', 'title': \"19 Amazing Tourist Attractions in Sydney That Don't Suck\", 'snippet': 'We’ve rounded up 19 infamous Sydney tourist stops that you'll actually enjoy, from thrilling adventures to scenic tours.'}, {'link': 'https://www.planetware.com/tourist-attractions-/sydney-aus-nsw-s.htm', 'title': '19 Top-Rated Tourist Attractions in Sydney | PlanetWare', 'snippet': 'Author's Tip: From Circular Quay, you can easily walk to other top Sydney tourist attractions. Head south along the waterfront promenade to the Sydney Opera House and the Royal Botanic Gardens, and a short walk to the north leads to the Sydney Harbour Bridge and the Rocks historic area.'}, {'link': 'https://en.wikipedia.org/wiki/Category:Tourist_attractions_in_Sydney', 'title': 'Category:Tourist attractions in Sydney - Wikipedia', 'snippet': 'This category has the following 25 subcategories, out of 25 total. ... The following 69 pages are in this category, out of 69 total. This list may not reflect recent changes.'}]}]\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: {'zipped': [['New York', 'In New York, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 5.81 m/s, direction: 22°\\nHumidity: 90%\\nTemperature: \\n - Current: 8.34°C\\n - High: 9.01°C\\n - Low: 7.16°C\\n - Feels like: 5.2°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html', 'snippet': 'Top of the Rock Observation Deck, the newly opened, 3-tiered observation deck on the 67th, 69th and 70th floors of 30 Rockefeller Plaza, is New York City's most amazing attraction! The unforgettable experience includes a panoramic 360-degree, unobstructed view from the 70th floor observatory, ...', 'title': 'THE 15 BEST Things to Do in NYC - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.iloveny.com/places-to-go/new-york-city/attractions/', 'snippet': 'Whether you're into architecture, Broadway theater, restaurants or other cultural hotspots, New York City has something for you. Plan your trip today!', 'title': 'NYC Attractions | Museums, Parks, Zoos & Landmarks'}, {'link': 'https://usaguidedtours.com/nyc/attraction/', 'snippet': 'Learn more about New York City attractions or simply book one of our award-winning guided tours and explore them up-close and personal!', 'title': 'New York Attractions - USA Guided Tours'}]}], ['London', 'In London, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 2.57 m/s, direction: 350°\\nHumidity: 72%\\nTemperature: \\n - Current: 3.42°C\\n - High: 3.97°C\\n - Low: 2.79°C\\n - Feels like: 0.97°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html', 'snippet': 'Things to Do in London, England: See Tripadvisor's 7,202,262 traveler reviews and photos of London tourist attractions. Find what to do today, this weekend, or in August. We have reviews of the best places to see in London. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in London (2024) - Must-See Attractions'}, {'link': 'https://www.visitlondon.com/things-to-do/sightseeing/london-attraction', 'snippet': 'Find the best London tourist attractions, including museums, palaces and London landmarks. Pick things to see in London, attractions or take a sightseeing tour.', 'title': \"London attractions | Visit London's top tourist attractions\"}, {'link': 'https://www.timeout.com/london/attractions/top-london-attractions', 'snippet': 'Discover the best, most unmissable attractions in London, including Buckingham Palace, The Globe, the London Eye and more.', 'title': '50 Best Attractions in London for 2024 | Best Things to Do in London'}]}], ['Paris', 'In Paris, the current weather is as follows:\\nDetailed status: snow\\nWind speed: 9.26 m/s, direction: 70°\\nHumidity: 99%\\nTemperature: \\n - Current: 0.57°C\\n - High: 1.16°C\\n - Low: -0.35°C\\n - Feels like: -6.04°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html', 'snippet': 'Things to Do in Paris, France: See Tripadvisor's 5,011,626 traveler reviews and photos of Paris tourist attractions. Find what to do today, this weekend, or in September. We have reviews of the best places to see in Paris. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Paris (2024) - Must-See Attractions'}, {'link': 'https://www.timeout.com/paris/en/attractions/best-paris-attractions', 'snippet': 'And we’re not alone in thinking that. Paris is a major tourist destination that attracts thousands upon thousands of enthusiastic travellers with heads filled with images of Breton jumpers, tiny dogs, and decadent pastries - the kind you can dip in your hot chocolate.', 'title': '51 Best Attractions in Paris for 2024 | Best Sites to See in Paris'}, {'link': 'https://travel.usnews.com/Paris_France/Things_To_Do/', 'snippet': 'If you've been dreaming of a visit to the Eiffel Tower, Louvre Museum and Moulin Rouge, plan your trip with these expert recommendations for things to do in Paris.', 'title': '32 Best Things to Do in Paris, France | U.S. News Travel'}]}], ['Tokyo', 'In Tokyo, the current weather is as follows:\\nDetailed status: few clouds\\nWind speed: 2.57 m/s, direction: 280°\\nHumidity: 92%\\nTemperature: \\n - Current: 10.32°C\\n - High: 10.91°C\\n - Low: 9.19°C\\n - Feels like: 9.81°C\\nRain: {}\\nHeat index: None\\nCloud cover: 20%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g298184-Activities-Tokyo_Tokyo_Prefecture_Kanto.html', 'snippet': 'Things to Do in Tokyo, Japan: See Tripadvisor's 1,602,397 traveler reviews and photos of Tokyo tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Tokyo. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Tokyo - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.lonelyplanet.com/japan/tokyo/attractions', 'snippet': 'Discover the best attractions in Tokyo including Tokyo National Museum, Ghibli Museum, and Golden Gai.', 'title': 'Must-see attractions Tokyo, Japan - Lonely Planet'}, {'link': 'https://www.japan-guide.com/e/e2164.html', 'snippet': 'The city's history can be appreciated in districts such as Asakusa and in many excellent museums, historic temples and gardens. Contrary to common perception, Tokyo also offers a number of attractive green spaces in the city center and within relatively short train rides at its outskirts.', 'title': 'Tokyo City Guide - What to do in Tokyo'}]}], ['Sydney', 'In Sydney, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 2.93 m/s, direction: 348°\\nHumidity: 81%\\nTemperature: \\n - Current: 16.95°C\\n - High: 18.04°C\\n - Low: 15.42°C\\n - Feels like: 16.82°C\\nRain: {}\\nHeat index: None\\nCloud cover: 0%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g255060-Activities-Sydney_New_South_Wales.html', 'snippet': 'Things to Do in Sydney, Australia: See Tripadvisor's 1,043,552 traveler reviews and photos of Sydney tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Sydney. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Sydney - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.sydney.com/things-to-do/attractions', 'snippet': 'The UNESCO World Heritage-listed building offers daily guided tours, available in English, Mandarin, French, German, Japanese, Korean and Spanish. Meanwhile, Opera Bar has the best view in town, letting you sip cocktails as you marvel at the Sydney Harbour Bridge.', 'title': 'Top attractions in Sydney | Sydney.com'}, {'link': 'https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck', 'snippet': 'We’ve rounded up 19 infamous Sydney tourist stops that you'll actually enjoy, from thrilling adventures to scenic tours.', 'title': \"19 Amazing Tourist Attractions in Sydney That Don't Suck\"}]}]]}\n", + "Transition output: {'zipped': [['New York', 'In New York, the current weather is as follows:\\nDetailed status: scattered clouds\\nWind speed: 9.77 m/s, direction: 260°\\nHumidity: 59%\\nTemperature: \\n - Current: 5.01°C\\n - High: 5.97°C\\n - Low: 3.49°C\\n - Feels like: -0.34°C\\nRain: {}\\nHeat index: None\\nCloud cover: 40%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html', 'title': 'Things to Do in New York City', 'snippet': 'Things to Do in New York City, New York: See Tripadvisor's 4,244,759 traveler reviews and photos of New York City tourist attractions. Find what to do today, this weekend, or in January. We have reviews of the best places to see in New York City. Visit top-rated & must-see attractions.'}, {'link': 'https://www.iloveny.com/places-to-go/new-york-city/attractions/', 'title': 'NYC Attractions | Museums, Parks, Zoos & Landmarks', 'snippet': 'Whether you're into architecture, Broadway theater, restaurants or other cultural hotspots, New York City has something for you. Plan your trip today!'}, {'link': 'https://usaguidedtours.com/nyc/attraction/', 'title': 'New York Attractions - USA Guided Tours', 'snippet': 'Learn more about New York City attractions or simply book one of our award-winning guided tours and explore them up-close and personal!'}]}], ['London', \"In London, the current weather is as follows:\\nDetailed status: light rain\\nWind speed: 8.23 m/s, direction: 70°\\nHumidity: 85%\\nTemperature: \\n - Current: 4.2°C\\n - High: 5.0°C\\n - Low: 2.79°C\\n - Feels like: -0.94°C\\nRain: {'1h': 0.21}\\nHeat index: None\\nCloud cover: 40%\", {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html', 'title': 'THE 15 BEST Things to Do in London (2025) - Must-See Attractions', 'snippet': 'Things to Do in London, England: See Tripadvisor's 7,325,307 traveler reviews and photos of London tourist attractions. Find what to do today, this weekend, or in January. We have reviews of the best places to see in London. Visit top-rated & must-see attractions.'}, {'link': 'https://www.visitlondon.com/things-to-do/sightseeing/london-attraction', 'title': \"London attractions | Visit London's top tourist attractions\", 'snippet': 'Find the best London tourist attractions, including museums, palaces and London landmarks. Pick things to see in London, attractions or take a sightseeing tour.'}, {'link': 'https://www.timeout.com/london/attractions/top-london-attractions', 'title': '50 Best Attractions in London for 2025 | Days Out and Things To Do', 'snippet': 'Discover the best, most unmissable attractions in London, including Buckingham Palace, The Globe, the London Eye and more.'}]}], ['Paris', 'In Paris, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 6.17 m/s, direction: 100°\\nHumidity: 80%\\nTemperature: \\n - Current: 4.6°C\\n - High: 5.7°C\\n - Low: 3.54°C\\n - Feels like: 0.32°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html', 'title': 'THE 15 BEST Things to Do in Paris (2024) - Must-See Attractions', 'snippet': 'Things to Do in Paris, France: See Tripadvisor's 5,069,212 traveler reviews and photos of Paris tourist attractions. Find what to do today, this weekend, or in December. We have reviews of the best places to see in Paris. Visit top-rated & must-see attractions.'}, {'link': 'https://en.wikipedia.org/wiki/List_of_tourist_attractions_in_Paris', 'title': 'List of tourist attractions in Paris - Wikipedia', 'snippet': 'Musée Marmottan Monet - dedicated to Claude Monet, includes over 300 paintings including Monet's Impression, Sunrise · Muséum national d'histoire naturelle - National Museum of Natural History · Musée Picasso - dedicated to the works of Pablo Picasso · Musée Rodin - houses the works ...'}, {'link': 'https://wavesandcobblestones.com/stop-feeling-guilty-for-loving-these-touristy-paris-attractions/', 'title': '21 Must-See Paris Attractions: Perfect for First Timers! (2025)', 'snippet': 'Ready for some epic Paris sightseeing? Lace up your shoes and let’s go! Disclaimer: This page may contain affiliate links. I earn a small commission if you make a purchase through these links (at no additional cost to you). ... Take a look at these statistics on the top tourist attractions in ...'}]}], ['Tokyo', 'In Tokyo, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 11.32 m/s, direction: 220°\\nHumidity: 40%\\nTemperature: \\n - Current: 4.76°C\\n - High: 5.36°C\\n - Low: 3.67°C\\n - Feels like: -1.07°C\\nRain: {}\\nHeat index: None\\nCloud cover: 0%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g298184-Activities-Tokyo_Tokyo_Prefecture_Kanto.html', 'title': 'THE 15 BEST Things to Do in Tokyo - 2024 (with Photos) - Tripadvisor', 'snippet': 'Things to Do in Tokyo, Japan: See Tripadvisor's 1,602,397 traveler reviews and photos of Tokyo tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Tokyo. Visit top-rated & must-see attractions.'}, {'link': 'https://www.japan-guide.com/e/e2164.html', 'title': 'Tokyo City Guide - What to do in Tokyo', 'snippet': 'The city's history can be appreciated in districts such as Asakusa and in many excellent museums, historic temples and gardens. Contrary to common perception, Tokyo also offers a number of attractive green spaces in the city center and within relatively short train rides at its outskirts.'}, {'link': 'https://www.reddit.com/r/JapanTravelTips/comments/17tak5o/what_was_your_favorite_thing_you_did_in_tokyo/', 'title': 'r/JapanTravelTips on Reddit: What was your favorite thing you did in Tokyo?', 'snippet': '329 votes, 314 comments. I love to here from others about what moments from their trips were their favorite or were otherwise memorable. What did you…'}]}], ['Sydney', 'In Sydney, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 8.23 m/s, direction: 20°\\nHumidity: 78%\\nTemperature: \\n - Current: 23.64°C\\n - High: 24.61°C\\n - Low: 22.72°C\\n - Feels like: 24.1°C\\nRain: {}\\nHeat index: None\\nCloud cover: 2%', {'result': [{'link': 'https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck', 'title': \"19 Amazing Tourist Attractions in Sydney That Don't Suck\", 'snippet': 'We’ve rounded up 19 infamous Sydney tourist stops that you'll actually enjoy, from thrilling adventures to scenic tours.'}, {'link': 'https://www.planetware.com/tourist-attractions-/sydney-aus-nsw-s.htm', 'title': '19 Top-Rated Tourist Attractions in Sydney | PlanetWare', 'snippet': 'Author's Tip: From Circular Quay, you can easily walk to other top Sydney tourist attractions. Head south along the waterfront promenade to the Sydney Opera House and the Royal Botanic Gardens, and a short walk to the north leads to the Sydney Harbour Bridge and the Rocks historic area.'}, {'link': 'https://en.wikipedia.org/wiki/Category:Tourist_attractions_in_Sydney', 'title': 'Category:Tourist attractions in Sydney - Wikipedia', 'snippet': 'This category has the following 25 subcategories, out of 25 total. ... The following 69 pages are in this category, out of 69 total. This list may not reflect recent changes.'}]}]]}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: ['London', 'In London, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 2.57 m/s, direction: 350°\\nHumidity: 72%\\nTemperature: \\n - Current: 3.42°C\\n - High: 3.97°C\\n - Low: 2.79°C\\n - Feels like: 0.97°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html', 'snippet': 'Things to Do in London, England: See Tripadvisor's 7,202,262 traveler reviews and photos of London tourist attractions. Find what to do today, this weekend, or in August. We have reviews of the best places to see in London. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in London (2024) - Must-See Attractions'}, {'link': 'https://www.visitlondon.com/things-to-do/sightseeing/london-attraction', 'snippet': 'Find the best London tourist attractions, including museums, palaces and London landmarks. Pick things to see in London, attractions or take a sightseeing tour.', 'title': \"London attractions | Visit London's top tourist attractions\"}, {'link': 'https://www.timeout.com/london/attractions/top-london-attractions', 'snippet': 'Discover the best, most unmissable attractions in London, including Buckingham Palace, The Globe, the London Eye and more.', 'title': '50 Best Attractions in London for 2024 | Best Things to Do in London'}]}]\n", + "Transition output: ['New York', 'In New York, the current weather is as follows:\\nDetailed status: scattered clouds\\nWind speed: 9.77 m/s, direction: 260°\\nHumidity: 59%\\nTemperature: \\n - Current: 5.01°C\\n - High: 5.97°C\\n - Low: 3.49°C\\n - Feels like: -0.34°C\\nRain: {}\\nHeat index: None\\nCloud cover: 40%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html', 'title': 'Things to Do in New York City', 'snippet': 'Things to Do in New York City, New York: See Tripadvisor's 4,244,759 traveler reviews and photos of New York City tourist attractions. Find what to do today, this weekend, or in January. We have reviews of the best places to see in New York City. Visit top-rated & must-see attractions.'}, {'link': 'https://www.iloveny.com/places-to-go/new-york-city/attractions/', 'title': 'NYC Attractions | Museums, Parks, Zoos & Landmarks', 'snippet': 'Whether you're into architecture, Broadway theater, restaurants or other cultural hotspots, New York City has something for you. Plan your trip today!'}, {'link': 'https://usaguidedtours.com/nyc/attraction/', 'title': 'New York Attractions - USA Guided Tours', 'snippet': 'Learn more about New York City attractions or simply book one of our award-winning guided tours and explore them up-close and personal!'}]}]\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: ['New York', 'In New York, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 5.81 m/s, direction: 22°\\nHumidity: 90%\\nTemperature: \\n - Current: 8.34°C\\n - High: 9.01°C\\n - Low: 7.16°C\\n - Feels like: 5.2°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html', 'snippet': 'Top of the Rock Observation Deck, the newly opened, 3-tiered observation deck on the 67th, 69th and 70th floors of 30 Rockefeller Plaza, is New York City's most amazing attraction! The unforgettable experience includes a panoramic 360-degree, unobstructed view from the 70th floor observatory, ...', 'title': 'THE 15 BEST Things to Do in NYC - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.iloveny.com/places-to-go/new-york-city/attractions/', 'snippet': 'Whether you're into architecture, Broadway theater, restaurants or other cultural hotspots, New York City has something for you. Plan your trip today!', 'title': 'NYC Attractions | Museums, Parks, Zoos & Landmarks'}, {'link': 'https://usaguidedtours.com/nyc/attraction/', 'snippet': 'Learn more about New York City attractions or simply book one of our award-winning guided tours and explore them up-close and personal!', 'title': 'New York Attractions - USA Guided Tours'}]}]\n", + "Transition output: ['Paris', 'In Paris, the current weather is as follows:\\nDetailed status: overcast clouds\\nWind speed: 6.17 m/s, direction: 100°\\nHumidity: 80%\\nTemperature: \\n - Current: 4.6°C\\n - High: 5.7°C\\n - Low: 3.54°C\\n - Feels like: 0.32°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html', 'title': 'THE 15 BEST Things to Do in Paris (2024) - Must-See Attractions', 'snippet': 'Things to Do in Paris, France: See Tripadvisor's 5,069,212 traveler reviews and photos of Paris tourist attractions. Find what to do today, this weekend, or in December. We have reviews of the best places to see in Paris. Visit top-rated & must-see attractions.'}, {'link': 'https://en.wikipedia.org/wiki/List_of_tourist_attractions_in_Paris', 'title': 'List of tourist attractions in Paris - Wikipedia', 'snippet': 'Musée Marmottan Monet - dedicated to Claude Monet, includes over 300 paintings including Monet's Impression, Sunrise · Muséum national d'histoire naturelle - National Museum of Natural History · Musée Picasso - dedicated to the works of Pablo Picasso · Musée Rodin - houses the works ...'}, {'link': 'https://wavesandcobblestones.com/stop-feeling-guilty-for-loving-these-touristy-paris-attractions/', 'title': '21 Must-See Paris Attractions: Perfect for First Timers! (2025)', 'snippet': 'Ready for some epic Paris sightseeing? Lace up your shoes and let’s go! Disclaimer: This page may contain affiliate links. I earn a small commission if you make a purchase through these links (at no additional cost to you). ... Take a look at these statistics on the top tourist attractions in ...'}]}]\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: ['Paris', 'In Paris, the current weather is as follows:\\nDetailed status: snow\\nWind speed: 9.26 m/s, direction: 70°\\nHumidity: 99%\\nTemperature: \\n - Current: 0.57°C\\n - High: 1.16°C\\n - Low: -0.35°C\\n - Feels like: -6.04°C\\nRain: {}\\nHeat index: None\\nCloud cover: 100%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html', 'snippet': 'Things to Do in Paris, France: See Tripadvisor's 5,011,626 traveler reviews and photos of Paris tourist attractions. Find what to do today, this weekend, or in September. We have reviews of the best places to see in Paris. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Paris (2024) - Must-See Attractions'}, {'link': 'https://www.timeout.com/paris/en/attractions/best-paris-attractions', 'snippet': 'And we’re not alone in thinking that. Paris is a major tourist destination that attracts thousands upon thousands of enthusiastic travellers with heads filled with images of Breton jumpers, tiny dogs, and decadent pastries - the kind you can dip in your hot chocolate.', 'title': '51 Best Attractions in Paris for 2024 | Best Sites to See in Paris'}, {'link': 'https://travel.usnews.com/Paris_France/Things_To_Do/', 'snippet': 'If you've been dreaming of a visit to the Eiffel Tower, Louvre Museum and Moulin Rouge, plan your trip with these expert recommendations for things to do in Paris.', 'title': '32 Best Things to Do in Paris, France | U.S. News Travel'}]}]\n", + "Transition output: ['London', \"In London, the current weather is as follows:\\nDetailed status: light rain\\nWind speed: 8.23 m/s, direction: 70°\\nHumidity: 85%\\nTemperature: \\n - Current: 4.2°C\\n - High: 5.0°C\\n - Low: 2.79°C\\n - Feels like: -0.94°C\\nRain: {'1h': 0.21}\\nHeat index: None\\nCloud cover: 40%\", {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html', 'title': 'THE 15 BEST Things to Do in London (2025) - Must-See Attractions', 'snippet': 'Things to Do in London, England: See Tripadvisor's 7,325,307 traveler reviews and photos of London tourist attractions. Find what to do today, this weekend, or in January. We have reviews of the best places to see in London. Visit top-rated & must-see attractions.'}, {'link': 'https://www.visitlondon.com/things-to-do/sightseeing/london-attraction', 'title': \"London attractions | Visit London's top tourist attractions\", 'snippet': 'Find the best London tourist attractions, including museums, palaces and London landmarks. Pick things to see in London, attractions or take a sightseeing tour.'}, {'link': 'https://www.timeout.com/london/attractions/top-london-attractions', 'title': '50 Best Attractions in London for 2025 | Days Out and Things To Do', 'snippet': 'Discover the best, most unmissable attractions in London, including Buckingham Palace, The Globe, the London Eye and more.'}]}]\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: Here’s a detailed itinerary for your visit to Paris, considering the current snowy weather conditions and top attractions:\n", - "\n", - "### Day 1: Embrace the Iconic Landmarks\n", - "\n", - "**Morning: Eiffel Tower**\n", - "- **Time:** 9:00 AM\n", - "- **Details:** Begin your day with a visit to the Eiffel Tower. Even in the snow, the tower offers stunning views of Paris. Dress warmly and enjoy hot chocolate from nearby cafes.\n", - "- **Link for more info:** [Tripadvisor - Things to Do in Paris](https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html)\n", - "\n", - "**Afternoon: Louvre Museum**\n", - "- **Time:** 1:00 PM\n", - "- **Details:** Spend your afternoon indoors at the Louvre Museum. With its vast collection of art and history, it's a perfect way to escape the cold. Consider taking a guided tour to make the most of your visit.\n", - "- **Link for more info:** [U.S. News Travel - Things To Do](https://travel.usnews.com/Paris_France/Things_To_Do/)\n", + "Transition output: Here's a detailed itinerary for a visit to Paris, considering the current weather conditions and some top tourist attractions:\n", "\n", - "**Evening: Seine River Cruise**\n", - "- **Time:** 6:00 PM\n", - "- **Details:** End your day with a magical Seine River cruise. The snow adds a picturesque touch to the illuminated landmarks. Ensure to book a heated cruise for comfort.\n", - "\n", - "### Day 2: Explore Cultural and Historical Treasures\n", + "### Day 1: Iconic Landmarks and Museums\n", + "- **Morning:**\n", + " - **Eiffel Tower**: Start your day at one of the most iconic landmarks in the world. Make the most of the overcast but hopefully dry morning by ascending the tower for spectacular views of Paris.\n", + " - **Champs-Elysées & Arc de Triomphe**: Stroll along this historic avenue leading up to the Arc de Triomphe. Ascend the top for another stunning panorama.\n", + " \n", + "- **Afternoon:**\n", + " - **Louvre Museum**: Head to the Louvre to escape the chill. Spend your afternoon exploring the vast art collections, including the Mona Lisa and the Venus de Milo.\n", + " - **Musée d'Orsay**: If time permits, continue to the nearby Musée d'Orsay, housed in a former railway station and featuring artworks from Monet, Van Gogh, and Gauguin.\n", "\n", - "**Morning: Notre-Dame Cathedral**\n", - "- **Time:** 9:30 AM\n", - "- **Details:** Visit the iconic Notre-Dame Cathedral. Although some areas may be under restoration, its architecture and history are worth experiencing. Warm clothing is essential as the interior can be chilly.\n", + "- **Evening:**\n", + " - **Seine River Cruise**: Wrap up your first day with a scenic evening cruise along the Seine to see the illuminated city.\n", "\n", - "**Afternoon: Musée d'Orsay**\n", - "- **Time:** 1:30 PM\n", - "- **Details:** Head to the Musée d'Orsay, renowned for its Impressionist masterpieces. This indoor activity is ideal for escaping the cold and enjoying world-class art.\n", + "### Day 2: Literary and Historic Paris\n", + "- **Morning:**\n", + " - **Notre-Dame Cathedral**: Even though it might still be under restoration, you can admire the façade of this Gothic masterpiece and explore the Île de la Cité.\n", + " - **Sainte-Chapelle**: Visit this gem of Gothic architecture known for its stunning stained glass windows.\n", "\n", - "**Evening: Montmartre and Sacré-Cœur**\n", - "- **Time:** 5:00 PM\n", - "- **Details:** Wander through the charming streets of Montmartre and visit the Sacré-Cœur Basilica. The view of Paris in the snow is breathtaking. Enjoy a cozy dinner at a local bistro in Montmartre.\n", + "- **Afternoon:**\n", + " - **Latin Quarter & The Pantheon**: Walk through the historic Latin Quarter. Don't miss the Pantheon, where numerous French luminaries are interred.\n", + " - **Shakespeare and Company**: Explore this legendary bookstore that has welcomed figures like Ernest Hemingway.\n", "\n", - "### Day 3: Discover Hidden Gems and Local Flavors\n", + "- **Evening:**\n", + " - **Montmartre Stroll**: Conclude your day exploring the artistic neighborhood of Montmartre. Visit the Sacré-Cœur Basilica for a breathtaking view as dusk sets.\n", "\n", - "**Morning: Le Marais District**\n", - "- **Time:** 10:00 AM\n", - "- **Details:** Explore Le Marais, known for its vibrant street art, boutiques, and cafes. Enjoy a leisurely breakfast and shop for unique souvenirs.\n", + "### Day 3: Palaces and Gardens\n", + "- **Morning:**\n", + " - **Palace of Versailles**: Take a day trip to the Palace of Versailles. Stroll through the opulent rooms and expansive gardens.\n", "\n", - "**Afternoon: Palais Garnier (Opera House)**\n", - "- **Time:** 2:00 PM\n", - "- **Details:** Tour the opulent Palais Garnier. Its stunning interiors are a must-see, especially when it's snowy outside.\n", + "- **Afternoon:**\n", + " - **Tuileries Garden**: Once back in Paris, relax with a stroll through these historic gardens.\n", + " - **Musée Marmottan Monet**: Dive into the works of Monet, especially if you didn’t visit this museum from the list before.\n", "\n", - "**Evening: Moulin Rouge Show**\n", - "- **Time:** 8:00 PM\n", - "- **Details:** Conclude your trip with a classic Parisian experience at the Moulin Rouge. Book in advance to secure a good seat and enjoy the legendary cabaret performance.\n", + "- **Evening:**\n", + " - **Explore Le Marais**: Enjoy the vibrant and historic Le Marais district, known for its exquisite boutiques, cafes, and galleries.\n", "\n", - "### Additional Tips:\n", - "- **Weather Preparation:** Wear layers, waterproof boots, and carry an umbrella. The snow and cold wind can be intense.\n", - "- **Dining:** Indulge in warm, hearty French cuisine at local cafes and restaurants. Try dishes like French onion soup, coq au vin, and tarte Tatin.\n", - "- **Transport:** Use public transportation to avoid the snowy streets, and consider purchasing a Paris Visite pass for unlimited travel.\n", + "### Tips:\n", + "- Dress warmly considering the chilly weather \"feels like\" 0.32°C.\n", + "- Keep an umbrella handy due to the significant cloud cover.\n", + "- Check online for any required tickets or reservations to avoid long queues.\n", "\n", - "Enjoy your snowy adventure in Paris!\n", + "Enjoy your trip to Paris! With a little preparation, even an overcast day can be filled with mesmerizing beauty and culture.\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: Here's a detailed itinerary for visiting top tourist attractions in New York, considering the current weather conditions. \n", + "Transition output: **London Itinerary: Exploring the City's Top Attractions**\n", "\n", - "### Day 1: Iconic Landmarks and Observation Decks\n", - "- **Morning:**\n", - " - **Top of the Rock Observation Deck:** Start your day with a visit to the Top of the Rock Observation Deck at Rockefeller Plaza. The panoramic 360-degree views from the 70th floor are a must-see. Dress warmly as it feels like 5.2°C outside, and it’s quite windy.\n", - " - **Link for more info:** [Tripadvisor - Top of the Rock](https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html)\n", + "**Weather Overview:** \n", + "- **Temperature:** 4.2°C (feels like -0.94°C)\n", + "- **Weather Conditions:** Light rain with 40% cloud cover\n", + "- **Wind:** 8.23 m/s from 70°\n", + "- **Humidity:** 85%\n", + " \n", + "Given the chilly and wet weather in London, it's recommended to dress warmly and carry an umbrella. The itinerary can include a mix of indoor and outdoor attractions to enjoy what London has to offer while keeping comfortable.\n", "\n", - "- **Afternoon:**\n", - " - **St. Patrick’s Cathedral:** Just a short walk from Rockefeller Plaza, explore the stunning architecture of St. Patrick’s Cathedral. The overcast skies will provide a dramatic backdrop for photos.\n", - " - **Fifth Avenue:** Enjoy a leisurely stroll along Fifth Avenue, visiting iconic stores and landmarks.\n", + "**Morning: Explore the Iconic Landmarks**\n", "\n", - "- **Evening:**\n", - " - **Times Square:** Experience the vibrant lights and energy of Times Square. The overcast clouds might enhance the brightness of the neon lights.\n", + "1. **Buckingham Palace** \n", + " - Start your day with a visit to Buckingham Palace to witness the Changing of the Guard, a quintessential London experience. If you're interested in the history of the monarchy, you might also consider booking a tour of the State Rooms (when available).\n", + " - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\n", + " - Estimated Time: 1-2 hours\n", "\n", - "### Day 2: Culture and History\n", - "- **Morning:**\n", - " - **The Museum of Modern Art (MoMA):** Spend your morning exploring MoMA’s vast collection of modern and contemporary art. This indoor activity is perfect for a cloudy day.\n", + "2. **The London Eye** \n", + " - Walk along the South Bank to the London Eye. Enjoy panoramic views of London from this giant observation wheel. \n", + " - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\n", + " - Estimated Time: 1 hour\n", "\n", - "- **Afternoon:**\n", - " - **Central Park:** Head to Central Park for a refreshing walk. With 100% cloud cover, it's a great day to explore the park without the harsh sun. Consider visiting the Central Park Zoo or taking a guided tour.\n", + "**Lunch: Traditional London Cuisine**\n", "\n", - "- **Evening:**\n", - " - **Broadway Show:** End your day with a Broadway show. It’s an ideal indoor activity to avoid the chilly weather outside. Book tickets in advance for popular shows.\n", + "- **Location:** Enjoy a meal at a nearby pub or restaurant. Try traditional British dishes like fish and chips or a hearty pie to warm up.\n", "\n", - "### Day 3: Historical and Educational\n", - "- **Morning:**\n", - " - **Statue of Liberty and Ellis Island:** Take a ferry to visit these iconic sites. Dress warmly for the ferry ride. The cloud cover will provide a unique perspective for photos.\n", + "**Afternoon: Discover Cultural Treasures**\n", "\n", - "- **Afternoon:**\n", - " - **9/11 Memorial and Museum:** Spend your afternoon reflecting at the 9/11 Memorial and exploring the museum exhibits.\n", + "3. **The British Museum** \n", + " - Head to the British Museum for an afternoon exploring its vast collection of art and antiquities from around the world. This indoor attraction is perfect for escaping the rain while diving into history.\n", + " - Estimated Time: 2-3 hours\n", "\n", - "- **Evening:**\n", - " - **Brooklyn Bridge:** Walk across the Brooklyn Bridge and enjoy the city skyline. With the wind speed at 5.81 m/s, be prepared for breezy conditions.\n", + "4. **Shakespeare's Globe** \n", + " - Visit the reconstructed Globe Theatre on the South Bank for a guided tour. Dive into the history of Shakespeare's plays and the theatre's role in London's culture.\n", + " - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\n", + " - Estimated Time: 1 hour\n", + "\n", + "**Evening: Enjoy the Nightlife and Dining Scene**\n", "\n", - "### Additional Tips:\n", - "- **Clothing:** Wear layers to keep warm, as the temperature feels colder than it actually is.\n", - "- **Dining:** New York offers a plethora of dining options. Consider trying some local favorites like a classic New York bagel or pizza.\n", - "- **Transportation:** Utilize the subway for efficient travel across the city. Taxis and ride-sharing services are also readily available.\n", + "- **Dinner:** Dine at one of London's top restaurants. You can choose from a variety of cuisines, but the current weather makes cozy spots with comfort food appealing.\n", + " \n", + "- **West End Show:** Conclude your day with a thrilling West End show if you're interested in theater. Check out the latest productions playing in London’s theatre district.\n", "\n", - "For more details on attractions and guided tours, you can visit [USA Guided Tours](https://usaguidedtours.com/nyc/attraction/) and [I Love NY](https://www.iloveny.com/places-to-go/new-york-city/attractions/). \n", + "**Additional Tips:**\n", + "\n", + "- **Transportation:** Consider purchasing an Oyster card or a contactless payment method for easy travel on the Tube and buses.\n", + "- **Rain Gear:** Given the light rain, a compact umbrella or a waterproof jacket is recommended to keep dry.\n", + "- **Sightseeing Path:** While traveling to attractions like the London Eye and Buckingham Palace, try to walk between them when the rain eases, as these areas are rich with historical sites and beautiful architecture.\n", "\n", - "Enjoy your trip to New York City!\n", + "For more information or detailed reviews, visit some recommended travel websites such as [Tripadvisor](https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html), [Visit London](https://www.visitlondon.com/things-to-do/sightseeing/london-attraction), or [Time Out](https://www.timeout.com/london/attractions/top-london-attractions) for further planning ideas.\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: **Day 1: Exploring Iconic London Landmarks**\n", + "Transition output: ### New York City Itinerary\n", "\n", - "**Morning:**\n", - "1. **Buckingham Palace**\n", - " - Start your day early with a visit to Buckingham Palace. Arrive by 9:30 AM to catch the Changing of the Guard ceremony, which typically starts at 11:00 AM. Enjoy the majestic architecture and the surrounding gardens.\n", - " - Weather Tip: With the overcast clouds, it might feel chilly, so dress warmly and bring an umbrella just in case.\n", + "#### General Weather Overview\n", + "- **Current Condition**: Scattered clouds\n", + "- **Wind**: 9.77 m/s, direction 260°\n", + "- **Humidity**: 59%\n", + "- **Temperature**: \n", + " - Current: 5.01°C\n", + " - Feels like: -0.34°C\n", + "- **Cloud Cover**: 40%\n", + "- **Recommendation**: The weather is chilly and windy, so dress warmly. A thick coat, hat, and gloves are advisable. Scattered clouds mean a mix of sun and clouds, ideal for exploring outdoor attractions but still needing a weather-appropriate wardrobe.\n", "\n", - "**Midday:**\n", - "2. **Westminster Abbey**\n", - " - Head towards Westminster Abbey, a short walk from Buckingham Palace. This historic church has been the site of many significant events, including royal weddings and coronations. Spend about 1.5 hours exploring.\n", + "---\n", "\n", - "3. **Lunch at Borough Market**\n", - " - Take a tube or walk to Borough Market for a variety of food options. It's a great place to warm up with some hot street food and explore the diverse culinary offerings.\n", + "### Day 1: Exploring Iconic Landmarks\n", "\n", - "**Afternoon:**\n", - "4. **London Eye**\n", - " - After lunch, head to the London Eye. The overcast sky might not offer the clearest views, but the experience is still worthwhile. Pre-book your tickets to avoid long lines and enjoy a 30-minute ride on this iconic Ferris wheel.\n", + "#### Morning\n", + "- **Statue of Liberty & Ellis Island**\n", + " - **Notes**: Start early by taking a ferry from Battery Park. Allocate about 3-4 hours for exploring both islands.\n", + " - **Clothing Tip**: Wind can be stronger on the water, so ensure you have a wind-resistant jacket.\n", "\n", - "**Evening:**\n", - "5. **The Globe Theatre**\n", - " - As the day winds down, visit Shakespeare's Globe Theatre. If there's a performance, consider attending or simply take a guided tour to learn about the history of this famous theater.\n", + "#### Afternoon\n", + "- **Central Park**\n", + " - **Notes**: Head to this iconic park for a lovely walk or a horse-drawn carriage ride.\n", + " - **Must-See Spots**: Bethesda Terrace, Bow Bridge, and Strawberry Fields.\n", "\n", - "**Day 2: Museums and Cultural Exploration**\n", + "#### Evening\n", + "- **Top of the Rock Observation Deck**\n", + " - **Notes**: Get tickets in advance for a sunset view over the city.\n", "\n", - "**Morning:**\n", - "1. **The British Museum**\n", - " - Start your second day at the British Museum. Spend a few hours exploring the vast collection of art and antiquities. Highlights include the Rosetta Stone and the Elgin Marbles.\n", + "---\n", "\n", - "**Midday:**\n", - "2. **Lunch near Covent Garden**\n", - " - Head to Covent Garden for lunch. This area is bustling with restaurants and cafes, perfect for a cozy indoor meal.\n", + "### Day 2: Culture and Cuisine\n", "\n", - "**Afternoon:**\n", - "3. **The Tower of London**\n", - " - After lunch, make your way to the Tower of London. Delve into England's rich history and see the Crown Jewels. Allocate about 2-3 hours for this visit.\n", + "#### Morning\n", + "- **Metropolitan Museum of Art**\n", + " - **Notes**: Open around 10 AM. Spend time enjoying famous art pieces.\n", + " - **Suggestion**: Start early to avoid crowds, allowing at least 2-3 hours.\n", "\n", - "**Evening:**\n", - "4. **Tower Bridge**\n", - " - Conclude your day with a walk across Tower Bridge. The views of the Thames River and the cityscape are beautiful, even on a cloudy evening.\n", + "#### Lunch\n", + "- **Explore Local Cuisine**\n", + " - **Area**: Upper East Side or nearby to explore classic New York delis or cafes.\n", "\n", - "**Day 3: Leisure and Local Experiences**\n", + "#### Afternoon\n", + "- **Broadway Show Visit**\n", + " - **Notes**: Check availabilities and book in advance.\n", "\n", - "**Morning:**\n", - "1. **Natural History Museum**\n", - " - Begin your last day at the Natural History Museum. It's a family-friendly museum with fascinating exhibits, including dinosaur skeletons and a model of a blue whale.\n", + "#### Dinner\n", + "- **Times Square**\n", + " - **Notes**: Experience this vibrant part of the city, then choose from numerous dining options.\n", "\n", - "**Midday:**\n", - "2. **Lunch at South Kensington**\n", - " - Enjoy a relaxed lunch in South Kensington. There are plenty of options, from casual cafes to high-end dining.\n", + "---\n", "\n", - "**Afternoon:**\n", - "3. **Hyde Park**\n", - " - Spend your afternoon strolling through Hyde Park. Visit the Serpentine Galleries if you're interested in contemporary art. The park's natural beauty is a peaceful retreat amidst the city hustle.\n", + "### Day 3: Exploring More Highlights\n", "\n", - "**Evening:**\n", - "4. **Dinner and a Show in the West End**\n", - " - End your London adventure with a memorable dinner followed by a theater show in the West End. Book your tickets in advance for popular shows.\n", + "#### Morning\n", + "- **9/11 Memorial & Museum**\n", + " - **Notes**: A solemn but essential visit. Allow 2-3 hours here.\n", "\n", - "**Additional Tips:**\n", - "- Always check the attraction websites for any specific COVID-19 guidelines or changes in operating hours.\n", - "- London’s public transport system is efficient; consider getting an Oyster card for convenient travel.\n", - "- Don't forget to dress in layers to adapt to the chilly weather, and always have your camera ready to capture memories.\n", + "#### Afternoon\n", + "- **Brooklyn Bridge Walk**\n", + " - **Notes**: Stroll from Manhattan to Brooklyn, enjoying views and photo ops.\n", + " - **Weather Note**: This can be quite windy, so be sure to bundle up properly.\n", + "\n", + "#### Evening\n", + "- **Dinner in Brooklyn**\n", + " - **Notes**: Explore Dumbo for unique dining experiences with skyline views.\n", + "\n", + "### Additional Resources\n", + "- **Things to Do in New York City**: [Tripadvisor](https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html)\n", + "- **NYC Attractions**: [I Love NY](https://www.iloveny.com/places-to-go/new-york-city/attractions/)\n", + "- **Guided Tours**: [USA Guided Tours](https://usaguidedtours.com/nyc/attraction/)\n", + "\n", + "#### Notes\n", + "Adjust your plans based on personal interests, and consider purchasing city passes for discounts on multiple attractions. Each day is packed but allows for some flexibility and resting periods.\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: ['Tokyo', 'In Tokyo, the current weather is as follows:\\nDetailed status: few clouds\\nWind speed: 2.57 m/s, direction: 280°\\nHumidity: 92%\\nTemperature: \\n - Current: 10.32°C\\n - High: 10.91°C\\n - Low: 9.19°C\\n - Feels like: 9.81°C\\nRain: {}\\nHeat index: None\\nCloud cover: 20%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g298184-Activities-Tokyo_Tokyo_Prefecture_Kanto.html', 'snippet': 'Things to Do in Tokyo, Japan: See Tripadvisor's 1,602,397 traveler reviews and photos of Tokyo tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Tokyo. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Tokyo - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.lonelyplanet.com/japan/tokyo/attractions', 'snippet': 'Discover the best attractions in Tokyo including Tokyo National Museum, Ghibli Museum, and Golden Gai.', 'title': 'Must-see attractions Tokyo, Japan - Lonely Planet'}, {'link': 'https://www.japan-guide.com/e/e2164.html', 'snippet': 'The city's history can be appreciated in districts such as Asakusa and in many excellent museums, historic temples and gardens. Contrary to common perception, Tokyo also offers a number of attractive green spaces in the city center and within relatively short train rides at its outskirts.', 'title': 'Tokyo City Guide - What to do in Tokyo'}]}]\n", + "Transition output: ['Sydney', 'In Sydney, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 8.23 m/s, direction: 20°\\nHumidity: 78%\\nTemperature: \\n - Current: 23.64°C\\n - High: 24.61°C\\n - Low: 22.72°C\\n - Feels like: 24.1°C\\nRain: {}\\nHeat index: None\\nCloud cover: 2%', {'result': [{'link': 'https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck', 'title': \"19 Amazing Tourist Attractions in Sydney That Don't Suck\", 'snippet': 'We’ve rounded up 19 infamous Sydney tourist stops that you'll actually enjoy, from thrilling adventures to scenic tours.'}, {'link': 'https://www.planetware.com/tourist-attractions-/sydney-aus-nsw-s.htm', 'title': '19 Top-Rated Tourist Attractions in Sydney | PlanetWare', 'snippet': 'Author's Tip: From Circular Quay, you can easily walk to other top Sydney tourist attractions. Head south along the waterfront promenade to the Sydney Opera House and the Royal Botanic Gardens, and a short walk to the north leads to the Sydney Harbour Bridge and the Rocks historic area.'}, {'link': 'https://en.wikipedia.org/wiki/Category:Tourist_attractions_in_Sydney', 'title': 'Category:Tourist attractions in Sydney - Wikipedia', 'snippet': 'This category has the following 25 subcategories, out of 25 total. ... The following 69 pages are in this category, out of 69 total. This list may not reflect recent changes.'}]}]\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: ['Sydney', 'In Sydney, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 2.93 m/s, direction: 348°\\nHumidity: 81%\\nTemperature: \\n - Current: 16.95°C\\n - High: 18.04°C\\n - Low: 15.42°C\\n - Feels like: 16.82°C\\nRain: {}\\nHeat index: None\\nCloud cover: 0%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g255060-Activities-Sydney_New_South_Wales.html', 'snippet': 'Things to Do in Sydney, Australia: See Tripadvisor's 1,043,552 traveler reviews and photos of Sydney tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Sydney. Visit top-rated & must-see attractions.', 'title': 'THE 15 BEST Things to Do in Sydney - 2024 (with Photos) - Tripadvisor'}, {'link': 'https://www.sydney.com/things-to-do/attractions', 'snippet': 'The UNESCO World Heritage-listed building offers daily guided tours, available in English, Mandarin, French, German, Japanese, Korean and Spanish. Meanwhile, Opera Bar has the best view in town, letting you sip cocktails as you marvel at the Sydney Harbour Bridge.', 'title': 'Top attractions in Sydney | Sydney.com'}, {'link': 'https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck', 'snippet': 'We’ve rounded up 19 infamous Sydney tourist stops that you'll actually enjoy, from thrilling adventures to scenic tours.', 'title': \"19 Amazing Tourist Attractions in Sydney That Don't Suck\"}]}]\n", + "Transition output: ['Tokyo', 'In Tokyo, the current weather is as follows:\\nDetailed status: clear sky\\nWind speed: 11.32 m/s, direction: 220°\\nHumidity: 40%\\nTemperature: \\n - Current: 4.76°C\\n - High: 5.36°C\\n - Low: 3.67°C\\n - Feels like: -1.07°C\\nRain: {}\\nHeat index: None\\nCloud cover: 0%', {'result': [{'link': 'https://www.tripadvisor.com/Attractions-g298184-Activities-Tokyo_Tokyo_Prefecture_Kanto.html', 'title': 'THE 15 BEST Things to Do in Tokyo - 2024 (with Photos) - Tripadvisor', 'snippet': 'Things to Do in Tokyo, Japan: See Tripadvisor's 1,602,397 traveler reviews and photos of Tokyo tourist attractions. Find what to do today, this weekend, or in March. We have reviews of the best places to see in Tokyo. Visit top-rated & must-see attractions.'}, {'link': 'https://www.japan-guide.com/e/e2164.html', 'title': 'Tokyo City Guide - What to do in Tokyo', 'snippet': 'The city's history can be appreciated in districts such as Asakusa and in many excellent museums, historic temples and gardens. Contrary to common perception, Tokyo also offers a number of attractive green spaces in the city center and within relatively short train rides at its outskirts.'}, {'link': 'https://www.reddit.com/r/JapanTravelTips/comments/17tak5o/what_was_your_favorite_thing_you_did_in_tokyo/', 'title': 'r/JapanTravelTips on Reddit: What was your favorite thing you did in Tokyo?', 'snippet': '329 votes, 314 comments. I love to here from others about what moments from their trips were their favorite or were otherwise memorable. What did you…'}]}]\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: **Tokyo Itinerary**\n", + "Transition output: Here’s a detailed itinerary for a day of exploration in Tokyo with the current weather conditions:\n", "\n", - "**Day 1: Arrival and Exploration of Historical and Cultural Sites**\n", + "### Morning\n", "\n", - "- **Morning:**\n", - " - **Asakusa District**: Begin your day with a visit to the historic Asakusa district. Explore the iconic Senso-ji Temple, Tokyo's oldest temple. Enjoy the traditional market streets like Nakamise Street for some shopping and snacks.\n", + "**7:30 AM – Breakfast**\n", + "- **Where to Eat**: Start your day with a Japanese breakfast at *Tsukiji Outer Market*. The market offers fresh sushi, grilled seafood, and other traditional Japanese breakfast options. \n", "\n", - "- **Afternoon:**\n", - " - **Tokyo National Museum**: Head to Ueno Park and visit the Tokyo National Museum. Discover Japan’s extensive collection of art and antiquities. This is a great spot to dive into Japanese history and culture.\n", + "**9:00 AM – Explore Asakusa**\n", + "- **Must-See Spot**: Visit *Senso-ji*, Tokyo's oldest temple. The charming streets leading to this temple are dotted with traditional snacks and souvenir shops. \n", "\n", - "- **Evening:**\n", - " - **Dinner in Ueno**: Explore the local dining options around Ueno and enjoy a traditional Japanese dinner.\n", + "**10:30 AM – Stroll in Ueno Park**\n", + "- **Activity**: Enjoy a leisurely walk in *Ueno Park*, a large public park perfect for morning strolls and abundant in cherry blossoms and various museums.\n", "\n", - "**Day 2: Modern Tokyo and Unique Experiences**\n", + "### Afternoon\n", "\n", - "- **Morning:**\n", - " - **Ghibli Museum**: Start your day with a magical visit to the Ghibli Museum in Mitaka. Perfect for fans of Studio Ghibli's animated films, this museum offers a whimsical look into the creative world of Hayao Miyazaki.\n", + "**12:00 PM – Lunch**\n", + "- **Dining Experience**: Head to *Akihabara* for some authentic Japanese curry or ramen at a local shop.\n", "\n", - "- **Afternoon:**\n", - " - **Shibuya and Harajuku**: Head towards the bustling areas of Shibuya and Harajuku. Witness the famous Shibuya Crossing and explore the trendy shops of Harajuku, especially Takeshita Street.\n", + "**1:30 PM – Explore Akihabara**\n", + "- **Activity**: Dive into the heart of Tokyo's electric town, Akihabara, where you can explore stores filled with the latest gadgets, anime goods, and electronic products.\n", "\n", - "- **Evening:**\n", - " - **Golden Gai**: Conclude your day in the vibrant Golden Gai district. This area is renowned for its narrow alleys filled with small bars and eateries. Experience the unique nightlife of Tokyo here.\n", + "**3:00 PM – Visit Tokyo National Museum**\n", + "- **Attraction**: Visit the *Tokyo National Museum*, located in Ueno Park. This museum showcases Japanese art, with exhibits ranging from Samurai swords to calligraphy.\n", "\n", - "**Day 3: Relax and Explore Green Spaces**\n", + "### Evening\n", "\n", - "- **Morning:**\n", - " - **Shinjuku Gyoen National Garden**: Spend a peaceful morning strolling through the beautiful Shinjuku Gyoen, one of Tokyo's largest and most beautiful parks. It's a perfect spot for relaxation and enjoying nature.\n", + "**5:00 PM – Wander around Shinjuku Gyoen National Garden**\n", + "- **Activity**: Spend a peaceful late afternoon in *Shinjuku Gyoen*, one of Tokyo's most beautiful gardens. The clear sky and current weather conditions provide an ideal atmosphere for unwinding in its serene environment.\n", "\n", - "- **Afternoon:**\n", - " - **Meiji Shrine**: Visit the Meiji Shrine, located in a forested area near Harajuku and Shibuya. It's a serene place to learn about Shinto traditions and enjoy the tranquil setting.\n", + "**6:30 PM – Dinner in Shibuya**\n", + "- **Where to Eat**: Enjoy a variety of foods in the vibrant *Shibuya district*. You could try an izakaya (Japanese pub) for a traditional dinner experience.\n", "\n", - "- **Evening:**\n", - " - **Tokyo Tower or Skytree**: End your trip with a visit to either Tokyo Tower or Tokyo Skytree for a panoramic view of the city. It's an unforgettable way to see Tokyo illuminated at night.\n", + "**8:00 PM – Shibuya Crossing & Hachiko Statue**\n", + "- **Activity**: Experience the bustling life at *Shibuya Crossing*, one of Tokyo's most iconic spots. Don't forget to take a picture with the *Hachiko Statue* right outside Shibuya Station.\n", "\n", - "**Weather Considerations:**\n", - "- With the current weather of few clouds and a mild temperature around 10.32°C, it is advisable to wear layers and carry a light jacket for comfort during outdoor activities.\n", - "- Humidity is high (92%), so be prepared for a slightly damp feeling and consider moisture-wicking clothing.\n", + "### Night\n", "\n", - "**Additional Tips:**\n", - "- Always check the opening hours of attractions and book tickets in advance where necessary.\n", - "- Use Tokyo’s efficient public transport to move around easily.\n", - "- Consider visiting the websites linked in the attraction descriptions for more detailed information and current updates.\n", + "**9:00 PM – Tokyo Metropolitan Government Building Observation Deck**\n", + "- **Night View**: End your day with a stunning night view of Tokyo from the *Tokyo Metropolitan Government Building Observation Deck*. Entry is free, and the view of the city lights is spectacular under a clear sky.\n", + "\n", + "### Weather Tips:\n", + "- The temperature in Tokyo feels quite chilly, so dress warmly with layers to stay comfortable.\n", + "- The wind is fairly strong, with a speed of 11.32 m/s, which could make it feel colder than the actual temperature – an extra windbreaker might be useful.\n", + "- Despite the chill, the clear skies provide a perfect backdrop for photos, especially of Tokyo's iconic skyline.\n", + "\n", + "This itinerary balances Tokyo's traditional charm with its cutting-edge modernity, promising a well-rounded Tokyo experience. Enjoy your day exploring!\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", - "Transition output: Here's a detailed itinerary for exploring some of Sydney's top tourist attractions with the current weather conditions in mind. With clear skies and pleasant temperatures, it's a perfect day to explore the outdoors and enjoy what Sydney has to offer.\n", + "Transition output: ### Day 1: Sydney Harbour and Iconic Attractions\n", "\n", - "### Morning\n", + "**Morning:**\n", + "- **Start at Circular Quay:**\n", + " - Enjoy a leisurely breakfast with a view of Sydney Harbour at one of the cafes.\n", + " \n", + "- **Sydney Opera House:**\n", + " - Take a guided tour of this world-renowned architectural marvel.\n", + " - Make sure to snap some photos of the stunning exterior against the clear sky.\n", "\n", - "**9:00 AM - Sydney Opera House**\n", - "- Begin your day with a visit to the iconic Sydney Opera House. Take a guided tour to learn about its history and architecture. Tours are available in multiple languages.\n", - "- **Link:** [Top attractions in Sydney | Sydney.com](https://www.sydney.com/things-to-do/attractions)\n", + "**Midday:**\n", + "- **Royal Botanic Gardens:**\n", + " - A short walk from the Opera House, enjoy a stroll through the gardens.\n", + " - Relax amid lush greenery and perhaps have a picnic lunch.\n", "\n", - "**11:00 AM - Royal Botanic Garden Sydney**\n", - "- Just a short walk from the Opera House, enjoy a leisurely stroll through the Royal Botanic Garden. The clear skies will offer beautiful views of the diverse plant life and the Sydney Harbour.\n", + "**Afternoon:**\n", + "- **Sydney Harbour Bridge:**\n", + " - Walk across the bridge for incredible panoramic views of the harbor.\n", + " - Consider booking a BridgeClimb if you're feeling adventurous.\n", "\n", - "### Afternoon\n", + "- **The Rocks District:**\n", + " - Explore this historic area with its cobblestone streets and vibrant market stalls.\n", + " - Visit the Museum of Contemporary Art.\n", + "\n", + "**Evening:**\n", + "- **Dinner at The Rocks:**\n", + " - Enjoy dinner at one of the many restaurants in The Rocks, offering cuisine ranging from upscale modern Australian to cozy pub meals.\n", "\n", - "**12:30 PM - Lunch at Opera Bar**\n", - "- Head back to Opera Bar for lunch. Enjoy a refreshing cocktail with stunning views of the Sydney Harbour Bridge and the waterfront.\n", - "- **Link:** [Top attractions in Sydney | Sydney.com](https://www.sydney.com/things-to-do/attractions)\n", + "### Day 2: Beaches and Coastal Beauty\n", "\n", - "**2:00 PM - Sydney Harbour Bridge**\n", - "- After lunch, take a scenic walk across the Sydney Harbour Bridge. If you're up for it, consider the BridgeClimb for breathtaking panoramic views of the city.\n", + "**Morning:**\n", + "- **Bondi Beach:**\n", + " - Start your day at Bondi Beach, famous for its surf and sun.\n", + " - Walk the Bondi to Coogee coastal trail, absorbing breathtaking ocean views.\n", "\n", - "**4:00 PM - The Rocks**\n", - "- Explore The Rocks, one of Sydney's most historic areas. Wander through the cobbled streets, visit the local markets, and perhaps enjoy a cup of coffee at a nearby café.\n", + "**Midday:**\n", + "- **Lunch in Bondi:**\n", + " - Choose from the variety of cafes and eateries along the beachfront for a laid-back lunch.\n", "\n", - "### Evening\n", + "**Afternoon:**\n", + "- **Manly Beach:**\n", + " - Take a ferry from Circular Quay to Manly, enjoying fantastic views of the Sydney skyline.\n", + " - Stroll along The Corso, the main shopping and dining area.\n", + "\n", + "**Evening:**\n", + "- **Dinner in Manly:**\n", + " - Dine at a seafront restaurant with fresh seafood and a relaxing atmosphere.\n", "\n", - "**6:00 PM - Darling Harbour**\n", - "- Make your way to Darling Harbour for the evening. Here you can visit attractions such as the SEA LIFE Sydney Aquarium or simply enjoy the lively atmosphere by the waterfront.\n", + "### Day 3: Culture and Wildlife\n", "\n", - "**8:00 PM - Dinner at a Local Restaurant**\n", - "- Conclude your day with dinner at one of Darling Harbour's many restaurants. Choose from a variety of cuisines while enjoying the vibrant night scene.\n", + "**Morning:**\n", + "- **Taronga Zoo:**\n", + " - Catch the ferry to Taronga Zoo for a chance to see native Australian wildlife.\n", + " - Enjoy exhibits and shows amid picturesque settings overlooking the harbor.\n", "\n", - "### Additional Suggestions\n", + "**Midday:**\n", + "- **Lunch at the Zoo:**\n", + " - Grab a bite at the zoo's cafes, with views back to the city.\n", "\n", - "- If you're interested in more unique experiences, consider visiting some of the attractions listed on [Time Out Sydney](https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck), which includes thrilling adventures and scenic tours.\n", + "**Afternoon:**\n", + "- **Art Gallery of New South Wales:**\n", + " - Head back to the city and visit this gallery, featuring a mix of Australian, European, and Asian art.\n", "\n", - "With clear skies and mild temperatures, this itinerary offers a balanced mix of cultural, historical, and scenic experiences. Enjoy your visit to Sydney!\n", + "**Evening:**\n", + "- **Dinner in the city:**\n", + " - Head to Darling Harbour for a variety of dining options with vibrant nightlife.\n", + " - Consider catching a show at the Sydney Opera House or another local venue to end your trip with some entertainment.\n", + "\n", + "### Tips:\n", + "- **Weather:** With the beautiful clear sky and comfortable temperatures, it's a great time to explore both the city and the coast.\n", + "- **Transport:** Consider getting a Sydney Opal card for easy access to public transport, including ferries, trains, and buses.\n", + "- **What to Pack:** Sunscreen, a hat, and comfortable walking shoes are advisable due to clear skies and plentiful walking opportunities.\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: [\"Here's a detailed itinerary for visiting top tourist attractions in New York, considering the current weather conditions. \\n\\n### Day 1: Iconic Landmarks and Observation Decks\\n- **Morning:**\\n - **Top of the Rock Observation Deck:** Start your day with a visit to the Top of the Rock Observation Deck at Rockefeller Plaza. The panoramic 360-degree views from the 70th floor are a must-see. Dress warmly as it feels like 5.2°C outside, and it’s quite windy.\\n - **Link for more info:** [Tripadvisor - Top of the Rock](https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html)\\n\\n- **Afternoon:**\\n - **St. Patrick’s Cathedral:** Just a short walk from Rockefeller Plaza, explore the stunning architecture of St. Patrick’s Cathedral. The overcast skies will provide a dramatic backdrop for photos.\\n - **Fifth Avenue:** Enjoy a leisurely stroll along Fifth Avenue, visiting iconic stores and landmarks.\\n\\n- **Evening:**\\n - **Times Square:** Experience the vibrant lights and energy of Times Square. The overcast clouds might enhance the brightness of the neon lights.\\n\\n### Day 2: Culture and History\\n- **Morning:**\\n - **The Museum of Modern Art (MoMA):** Spend your morning exploring MoMA’s vast collection of modern and contemporary art. This indoor activity is perfect for a cloudy day.\\n\\n- **Afternoon:**\\n - **Central Park:** Head to Central Park for a refreshing walk. With 100% cloud cover, it's a great day to explore the park without the harsh sun. Consider visiting the Central Park Zoo or taking a guided tour.\\n\\n- **Evening:**\\n - **Broadway Show:** End your day with a Broadway show. It’s an ideal indoor activity to avoid the chilly weather outside. Book tickets in advance for popular shows.\\n\\n### Day 3: Historical and Educational\\n- **Morning:**\\n - **Statue of Liberty and Ellis Island:** Take a ferry to visit these iconic sites. Dress warmly for the ferry ride. The cloud cover will provide a unique perspective for photos.\\n\\n- **Afternoon:**\\n - **9/11 Memorial and Museum:** Spend your afternoon reflecting at the 9/11 Memorial and exploring the museum exhibits.\\n\\n- **Evening:**\\n - **Brooklyn Bridge:** Walk across the Brooklyn Bridge and enjoy the city skyline. With the wind speed at 5.81 m/s, be prepared for breezy conditions.\\n\\n### Additional Tips:\\n- **Clothing:** Wear layers to keep warm, as the temperature feels colder than it actually is.\\n- **Dining:** New York offers a plethora of dining options. Consider trying some local favorites like a classic New York bagel or pizza.\\n- **Transportation:** Utilize the subway for efficient travel across the city. Taxis and ride-sharing services are also readily available.\\n\\nFor more details on attractions and guided tours, you can visit [USA Guided Tours](https://usaguidedtours.com/nyc/attraction/) and [I Love NY](https://www.iloveny.com/places-to-go/new-york-city/attractions/). \\n\\nEnjoy your trip to New York City!\", \"**Day 1: Exploring Iconic London Landmarks**\\n\\n**Morning:**\\n1. **Buckingham Palace**\\n - Start your day early with a visit to Buckingham Palace. Arrive by 9:30 AM to catch the Changing of the Guard ceremony, which typically starts at 11:00 AM. Enjoy the majestic architecture and the surrounding gardens.\\n - Weather Tip: With the overcast clouds, it might feel chilly, so dress warmly and bring an umbrella just in case.\\n\\n**Midday:**\\n2. **Westminster Abbey**\\n - Head towards Westminster Abbey, a short walk from Buckingham Palace. This historic church has been the site of many significant events, including royal weddings and coronations. Spend about 1.5 hours exploring.\\n\\n3. **Lunch at Borough Market**\\n - Take a tube or walk to Borough Market for a variety of food options. It's a great place to warm up with some hot street food and explore the diverse culinary offerings.\\n\\n**Afternoon:**\\n4. **London Eye**\\n - After lunch, head to the London Eye. The overcast sky might not offer the clearest views, but the experience is still worthwhile. Pre-book your tickets to avoid long lines and enjoy a 30-minute ride on this iconic Ferris wheel.\\n\\n**Evening:**\\n5. **The Globe Theatre**\\n - As the day winds down, visit Shakespeare's Globe Theatre. If there's a performance, consider attending or simply take a guided tour to learn about the history of this famous theater.\\n\\n**Day 2: Museums and Cultural Exploration**\\n\\n**Morning:**\\n1. **The British Museum**\\n - Start your second day at the British Museum. Spend a few hours exploring the vast collection of art and antiquities. Highlights include the Rosetta Stone and the Elgin Marbles.\\n\\n**Midday:**\\n2. **Lunch near Covent Garden**\\n - Head to Covent Garden for lunch. This area is bustling with restaurants and cafes, perfect for a cozy indoor meal.\\n\\n**Afternoon:**\\n3. **The Tower of London**\\n - After lunch, make your way to the Tower of London. Delve into England's rich history and see the Crown Jewels. Allocate about 2-3 hours for this visit.\\n\\n**Evening:**\\n4. **Tower Bridge**\\n - Conclude your day with a walk across Tower Bridge. The views of the Thames River and the cityscape are beautiful, even on a cloudy evening.\\n\\n**Day 3: Leisure and Local Experiences**\\n\\n**Morning:**\\n1. **Natural History Museum**\\n - Begin your last day at the Natural History Museum. It's a family-friendly museum with fascinating exhibits, including dinosaur skeletons and a model of a blue whale.\\n\\n**Midday:**\\n2. **Lunch at South Kensington**\\n - Enjoy a relaxed lunch in South Kensington. There are plenty of options, from casual cafes to high-end dining.\\n\\n**Afternoon:**\\n3. **Hyde Park**\\n - Spend your afternoon strolling through Hyde Park. Visit the Serpentine Galleries if you're interested in contemporary art. The park's natural beauty is a peaceful retreat amidst the city hustle.\\n\\n**Evening:**\\n4. **Dinner and a Show in the West End**\\n - End your London adventure with a memorable dinner followed by a theater show in the West End. Book your tickets in advance for popular shows.\\n\\n**Additional Tips:**\\n- Always check the attraction websites for any specific COVID-19 guidelines or changes in operating hours.\\n- London’s public transport system is efficient; consider getting an Oyster card for convenient travel.\\n- Don't forget to dress in layers to adapt to the chilly weather, and always have your camera ready to capture memories.\", \"Here’s a detailed itinerary for your visit to Paris, considering the current snowy weather conditions and top attractions:\\n\\n### Day 1: Embrace the Iconic Landmarks\\n\\n**Morning: Eiffel Tower**\\n- **Time:** 9:00 AM\\n- **Details:** Begin your day with a visit to the Eiffel Tower. Even in the snow, the tower offers stunning views of Paris. Dress warmly and enjoy hot chocolate from nearby cafes.\\n- **Link for more info:** [Tripadvisor - Things to Do in Paris](https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html)\\n\\n**Afternoon: Louvre Museum**\\n- **Time:** 1:00 PM\\n- **Details:** Spend your afternoon indoors at the Louvre Museum. With its vast collection of art and history, it's a perfect way to escape the cold. Consider taking a guided tour to make the most of your visit.\\n- **Link for more info:** [U.S. News Travel - Things To Do](https://travel.usnews.com/Paris_France/Things_To_Do/)\\n\\n**Evening: Seine River Cruise**\\n- **Time:** 6:00 PM\\n- **Details:** End your day with a magical Seine River cruise. The snow adds a picturesque touch to the illuminated landmarks. Ensure to book a heated cruise for comfort.\\n\\n### Day 2: Explore Cultural and Historical Treasures\\n\\n**Morning: Notre-Dame Cathedral**\\n- **Time:** 9:30 AM\\n- **Details:** Visit the iconic Notre-Dame Cathedral. Although some areas may be under restoration, its architecture and history are worth experiencing. Warm clothing is essential as the interior can be chilly.\\n\\n**Afternoon: Musée d'Orsay**\\n- **Time:** 1:30 PM\\n- **Details:** Head to the Musée d'Orsay, renowned for its Impressionist masterpieces. This indoor activity is ideal for escaping the cold and enjoying world-class art.\\n\\n**Evening: Montmartre and Sacré-Cœur**\\n- **Time:** 5:00 PM\\n- **Details:** Wander through the charming streets of Montmartre and visit the Sacré-Cœur Basilica. The view of Paris in the snow is breathtaking. Enjoy a cozy dinner at a local bistro in Montmartre.\\n\\n### Day 3: Discover Hidden Gems and Local Flavors\\n\\n**Morning: Le Marais District**\\n- **Time:** 10:00 AM\\n- **Details:** Explore Le Marais, known for its vibrant street art, boutiques, and cafes. Enjoy a leisurely breakfast and shop for unique souvenirs.\\n\\n**Afternoon: Palais Garnier (Opera House)**\\n- **Time:** 2:00 PM\\n- **Details:** Tour the opulent Palais Garnier. Its stunning interiors are a must-see, especially when it's snowy outside.\\n\\n**Evening: Moulin Rouge Show**\\n- **Time:** 8:00 PM\\n- **Details:** Conclude your trip with a classic Parisian experience at the Moulin Rouge. Book in advance to secure a good seat and enjoy the legendary cabaret performance.\\n\\n### Additional Tips:\\n- **Weather Preparation:** Wear layers, waterproof boots, and carry an umbrella. The snow and cold wind can be intense.\\n- **Dining:** Indulge in warm, hearty French cuisine at local cafes and restaurants. Try dishes like French onion soup, coq au vin, and tarte Tatin.\\n- **Transport:** Use public transportation to avoid the snowy streets, and consider purchasing a Paris Visite pass for unlimited travel.\\n\\nEnjoy your snowy adventure in Paris!\", \"**Tokyo Itinerary**\\n\\n**Day 1: Arrival and Exploration of Historical and Cultural Sites**\\n\\n- **Morning:**\\n - **Asakusa District**: Begin your day with a visit to the historic Asakusa district. Explore the iconic Senso-ji Temple, Tokyo's oldest temple. Enjoy the traditional market streets like Nakamise Street for some shopping and snacks.\\n\\n- **Afternoon:**\\n - **Tokyo National Museum**: Head to Ueno Park and visit the Tokyo National Museum. Discover Japan’s extensive collection of art and antiquities. This is a great spot to dive into Japanese history and culture.\\n\\n- **Evening:**\\n - **Dinner in Ueno**: Explore the local dining options around Ueno and enjoy a traditional Japanese dinner.\\n\\n**Day 2: Modern Tokyo and Unique Experiences**\\n\\n- **Morning:**\\n - **Ghibli Museum**: Start your day with a magical visit to the Ghibli Museum in Mitaka. Perfect for fans of Studio Ghibli's animated films, this museum offers a whimsical look into the creative world of Hayao Miyazaki.\\n\\n- **Afternoon:**\\n - **Shibuya and Harajuku**: Head towards the bustling areas of Shibuya and Harajuku. Witness the famous Shibuya Crossing and explore the trendy shops of Harajuku, especially Takeshita Street.\\n\\n- **Evening:**\\n - **Golden Gai**: Conclude your day in the vibrant Golden Gai district. This area is renowned for its narrow alleys filled with small bars and eateries. Experience the unique nightlife of Tokyo here.\\n\\n**Day 3: Relax and Explore Green Spaces**\\n\\n- **Morning:**\\n - **Shinjuku Gyoen National Garden**: Spend a peaceful morning strolling through the beautiful Shinjuku Gyoen, one of Tokyo's largest and most beautiful parks. It's a perfect spot for relaxation and enjoying nature.\\n\\n- **Afternoon:**\\n - **Meiji Shrine**: Visit the Meiji Shrine, located in a forested area near Harajuku and Shibuya. It's a serene place to learn about Shinto traditions and enjoy the tranquil setting.\\n\\n- **Evening:**\\n - **Tokyo Tower or Skytree**: End your trip with a visit to either Tokyo Tower or Tokyo Skytree for a panoramic view of the city. It's an unforgettable way to see Tokyo illuminated at night.\\n\\n**Weather Considerations:**\\n- With the current weather of few clouds and a mild temperature around 10.32°C, it is advisable to wear layers and carry a light jacket for comfort during outdoor activities.\\n- Humidity is high (92%), so be prepared for a slightly damp feeling and consider moisture-wicking clothing.\\n\\n**Additional Tips:**\\n- Always check the opening hours of attractions and book tickets in advance where necessary.\\n- Use Tokyo’s efficient public transport to move around easily.\\n- Consider visiting the websites linked in the attraction descriptions for more detailed information and current updates.\", \"Here's a detailed itinerary for exploring some of Sydney's top tourist attractions with the current weather conditions in mind. With clear skies and pleasant temperatures, it's a perfect day to explore the outdoors and enjoy what Sydney has to offer.\\n\\n### Morning\\n\\n**9:00 AM - Sydney Opera House**\\n- Begin your day with a visit to the iconic Sydney Opera House. Take a guided tour to learn about its history and architecture. Tours are available in multiple languages.\\n- **Link:** [Top attractions in Sydney | Sydney.com](https://www.sydney.com/things-to-do/attractions)\\n\\n**11:00 AM - Royal Botanic Garden Sydney**\\n- Just a short walk from the Opera House, enjoy a leisurely stroll through the Royal Botanic Garden. The clear skies will offer beautiful views of the diverse plant life and the Sydney Harbour.\\n\\n### Afternoon\\n\\n**12:30 PM - Lunch at Opera Bar**\\n- Head back to Opera Bar for lunch. Enjoy a refreshing cocktail with stunning views of the Sydney Harbour Bridge and the waterfront.\\n- **Link:** [Top attractions in Sydney | Sydney.com](https://www.sydney.com/things-to-do/attractions)\\n\\n**2:00 PM - Sydney Harbour Bridge**\\n- After lunch, take a scenic walk across the Sydney Harbour Bridge. If you're up for it, consider the BridgeClimb for breathtaking panoramic views of the city.\\n\\n**4:00 PM - The Rocks**\\n- Explore The Rocks, one of Sydney's most historic areas. Wander through the cobbled streets, visit the local markets, and perhaps enjoy a cup of coffee at a nearby café.\\n\\n### Evening\\n\\n**6:00 PM - Darling Harbour**\\n- Make your way to Darling Harbour for the evening. Here you can visit attractions such as the SEA LIFE Sydney Aquarium or simply enjoy the lively atmosphere by the waterfront.\\n\\n**8:00 PM - Dinner at a Local Restaurant**\\n- Conclude your day with dinner at one of Darling Harbour's many restaurants. Choose from a variety of cuisines while enjoying the vibrant night scene.\\n\\n### Additional Suggestions\\n\\n- If you're interested in more unique experiences, consider visiting some of the attractions listed on [Time Out Sydney](https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck), which includes thrilling adventures and scenic tours.\\n\\nWith clear skies and mild temperatures, this itinerary offers a balanced mix of cultural, historical, and scenic experiences. Enjoy your visit to Sydney!\"]\n", + "Transition output: ['### New York City Itinerary\\n\\n#### General Weather Overview\\n- **Current Condition**: Scattered clouds\\n- **Wind**: 9.77 m/s, direction 260°\\n- **Humidity**: 59%\\n- **Temperature**: \\n - Current: 5.01°C\\n - Feels like: -0.34°C\\n- **Cloud Cover**: 40%\\n- **Recommendation**: The weather is chilly and windy, so dress warmly. A thick coat, hat, and gloves are advisable. Scattered clouds mean a mix of sun and clouds, ideal for exploring outdoor attractions but still needing a weather-appropriate wardrobe.\\n\\n---\\n\\n### Day 1: Exploring Iconic Landmarks\\n\\n#### Morning\\n- **Statue of Liberty & Ellis Island**\\n - **Notes**: Start early by taking a ferry from Battery Park. Allocate about 3-4 hours for exploring both islands.\\n - **Clothing Tip**: Wind can be stronger on the water, so ensure you have a wind-resistant jacket.\\n\\n#### Afternoon\\n- **Central Park**\\n - **Notes**: Head to this iconic park for a lovely walk or a horse-drawn carriage ride.\\n - **Must-See Spots**: Bethesda Terrace, Bow Bridge, and Strawberry Fields.\\n\\n#### Evening\\n- **Top of the Rock Observation Deck**\\n - **Notes**: Get tickets in advance for a sunset view over the city.\\n\\n---\\n\\n### Day 2: Culture and Cuisine\\n\\n#### Morning\\n- **Metropolitan Museum of Art**\\n - **Notes**: Open around 10 AM. Spend time enjoying famous art pieces.\\n - **Suggestion**: Start early to avoid crowds, allowing at least 2-3 hours.\\n\\n#### Lunch\\n- **Explore Local Cuisine**\\n - **Area**: Upper East Side or nearby to explore classic New York delis or cafes.\\n\\n#### Afternoon\\n- **Broadway Show Visit**\\n - **Notes**: Check availabilities and book in advance.\\n\\n#### Dinner\\n- **Times Square**\\n - **Notes**: Experience this vibrant part of the city, then choose from numerous dining options.\\n\\n---\\n\\n### Day 3: Exploring More Highlights\\n\\n#### Morning\\n- **9/11 Memorial & Museum**\\n - **Notes**: A solemn but essential visit. Allow 2-3 hours here.\\n\\n#### Afternoon\\n- **Brooklyn Bridge Walk**\\n - **Notes**: Stroll from Manhattan to Brooklyn, enjoying views and photo ops.\\n - **Weather Note**: This can be quite windy, so be sure to bundle up properly.\\n\\n#### Evening\\n- **Dinner in Brooklyn**\\n - **Notes**: Explore Dumbo for unique dining experiences with skyline views.\\n\\n### Additional Resources\\n- **Things to Do in New York City**: [Tripadvisor](https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html)\\n- **NYC Attractions**: [I Love NY](https://www.iloveny.com/places-to-go/new-york-city/attractions/)\\n- **Guided Tours**: [USA Guided Tours](https://usaguidedtours.com/nyc/attraction/)\\n\\n#### Notes\\nAdjust your plans based on personal interests, and consider purchasing city passes for discounts on multiple attractions. Each day is packed but allows for some flexibility and resting periods.', \"**London Itinerary: Exploring the City's Top Attractions**\\n\\n**Weather Overview:** \\n- **Temperature:** 4.2°C (feels like -0.94°C)\\n- **Weather Conditions:** Light rain with 40% cloud cover\\n- **Wind:** 8.23 m/s from 70°\\n- **Humidity:** 85%\\n \\nGiven the chilly and wet weather in London, it's recommended to dress warmly and carry an umbrella. The itinerary can include a mix of indoor and outdoor attractions to enjoy what London has to offer while keeping comfortable.\\n\\n**Morning: Explore the Iconic Landmarks**\\n\\n1. **Buckingham Palace** \\n - Start your day with a visit to Buckingham Palace to witness the Changing of the Guard, a quintessential London experience. If you're interested in the history of the monarchy, you might also consider booking a tour of the State Rooms (when available).\\n - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\\n - Estimated Time: 1-2 hours\\n\\n2. **The London Eye** \\n - Walk along the South Bank to the London Eye. Enjoy panoramic views of London from this giant observation wheel. \\n - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\\n - Estimated Time: 1 hour\\n\\n**Lunch: Traditional London Cuisine**\\n\\n- **Location:** Enjoy a meal at a nearby pub or restaurant. Try traditional British dishes like fish and chips or a hearty pie to warm up.\\n\\n**Afternoon: Discover Cultural Treasures**\\n\\n3. **The British Museum** \\n - Head to the British Museum for an afternoon exploring its vast collection of art and antiquities from around the world. This indoor attraction is perfect for escaping the rain while diving into history.\\n - Estimated Time: 2-3 hours\\n\\n4. **Shakespeare's Globe** \\n - Visit the reconstructed Globe Theatre on the South Bank for a guided tour. Dive into the history of Shakespeare's plays and the theatre's role in London's culture.\\n - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\\n - Estimated Time: 1 hour\\n\\n**Evening: Enjoy the Nightlife and Dining Scene**\\n\\n- **Dinner:** Dine at one of London's top restaurants. You can choose from a variety of cuisines, but the current weather makes cozy spots with comfort food appealing.\\n \\n- **West End Show:** Conclude your day with a thrilling West End show if you're interested in theater. Check out the latest productions playing in London’s theatre district.\\n\\n**Additional Tips:**\\n\\n- **Transportation:** Consider purchasing an Oyster card or a contactless payment method for easy travel on the Tube and buses.\\n- **Rain Gear:** Given the light rain, a compact umbrella or a waterproof jacket is recommended to keep dry.\\n- **Sightseeing Path:** While traveling to attractions like the London Eye and Buckingham Palace, try to walk between them when the rain eases, as these areas are rich with historical sites and beautiful architecture.\\n\\nFor more information or detailed reviews, visit some recommended travel websites such as [Tripadvisor](https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html), [Visit London](https://www.visitlondon.com/things-to-do/sightseeing/london-attraction), or [Time Out](https://www.timeout.com/london/attractions/top-london-attractions) for further planning ideas.\", 'Here\\'s a detailed itinerary for a visit to Paris, considering the current weather conditions and some top tourist attractions:\\n\\n### Day 1: Iconic Landmarks and Museums\\n- **Morning:**\\n - **Eiffel Tower**: Start your day at one of the most iconic landmarks in the world. Make the most of the overcast but hopefully dry morning by ascending the tower for spectacular views of Paris.\\n - **Champs-Elysées & Arc de Triomphe**: Stroll along this historic avenue leading up to the Arc de Triomphe. Ascend the top for another stunning panorama.\\n \\n- **Afternoon:**\\n - **Louvre Museum**: Head to the Louvre to escape the chill. Spend your afternoon exploring the vast art collections, including the Mona Lisa and the Venus de Milo.\\n - **Musée d\\'Orsay**: If time permits, continue to the nearby Musée d\\'Orsay, housed in a former railway station and featuring artworks from Monet, Van Gogh, and Gauguin.\\n\\n- **Evening:**\\n - **Seine River Cruise**: Wrap up your first day with a scenic evening cruise along the Seine to see the illuminated city.\\n\\n### Day 2: Literary and Historic Paris\\n- **Morning:**\\n - **Notre-Dame Cathedral**: Even though it might still be under restoration, you can admire the façade of this Gothic masterpiece and explore the Île de la Cité.\\n - **Sainte-Chapelle**: Visit this gem of Gothic architecture known for its stunning stained glass windows.\\n\\n- **Afternoon:**\\n - **Latin Quarter & The Pantheon**: Walk through the historic Latin Quarter. Don\\'t miss the Pantheon, where numerous French luminaries are interred.\\n - **Shakespeare and Company**: Explore this legendary bookstore that has welcomed figures like Ernest Hemingway.\\n\\n- **Evening:**\\n - **Montmartre Stroll**: Conclude your day exploring the artistic neighborhood of Montmartre. Visit the Sacré-Cœur Basilica for a breathtaking view as dusk sets.\\n\\n### Day 3: Palaces and Gardens\\n- **Morning:**\\n - **Palace of Versailles**: Take a day trip to the Palace of Versailles. Stroll through the opulent rooms and expansive gardens.\\n\\n- **Afternoon:**\\n - **Tuileries Garden**: Once back in Paris, relax with a stroll through these historic gardens.\\n - **Musée Marmottan Monet**: Dive into the works of Monet, especially if you didn’t visit this museum from the list before.\\n\\n- **Evening:**\\n - **Explore Le Marais**: Enjoy the vibrant and historic Le Marais district, known for its exquisite boutiques, cafes, and galleries.\\n\\n### Tips:\\n- Dress warmly considering the chilly weather \"feels like\" 0.32°C.\\n- Keep an umbrella handy due to the significant cloud cover.\\n- Check online for any required tickets or reservations to avoid long queues.\\n\\nEnjoy your trip to Paris! With a little preparation, even an overcast day can be filled with mesmerizing beauty and culture.', \"Here’s a detailed itinerary for a day of exploration in Tokyo with the current weather conditions:\\n\\n### Morning\\n\\n**7:30 AM – Breakfast**\\n- **Where to Eat**: Start your day with a Japanese breakfast at *Tsukiji Outer Market*. The market offers fresh sushi, grilled seafood, and other traditional Japanese breakfast options. \\n\\n**9:00 AM – Explore Asakusa**\\n- **Must-See Spot**: Visit *Senso-ji*, Tokyo's oldest temple. The charming streets leading to this temple are dotted with traditional snacks and souvenir shops. \\n\\n**10:30 AM – Stroll in Ueno Park**\\n- **Activity**: Enjoy a leisurely walk in *Ueno Park*, a large public park perfect for morning strolls and abundant in cherry blossoms and various museums.\\n\\n### Afternoon\\n\\n**12:00 PM – Lunch**\\n- **Dining Experience**: Head to *Akihabara* for some authentic Japanese curry or ramen at a local shop.\\n\\n**1:30 PM – Explore Akihabara**\\n- **Activity**: Dive into the heart of Tokyo's electric town, Akihabara, where you can explore stores filled with the latest gadgets, anime goods, and electronic products.\\n\\n**3:00 PM – Visit Tokyo National Museum**\\n- **Attraction**: Visit the *Tokyo National Museum*, located in Ueno Park. This museum showcases Japanese art, with exhibits ranging from Samurai swords to calligraphy.\\n\\n### Evening\\n\\n**5:00 PM – Wander around Shinjuku Gyoen National Garden**\\n- **Activity**: Spend a peaceful late afternoon in *Shinjuku Gyoen*, one of Tokyo's most beautiful gardens. The clear sky and current weather conditions provide an ideal atmosphere for unwinding in its serene environment.\\n\\n**6:30 PM – Dinner in Shibuya**\\n- **Where to Eat**: Enjoy a variety of foods in the vibrant *Shibuya district*. You could try an izakaya (Japanese pub) for a traditional dinner experience.\\n\\n**8:00 PM – Shibuya Crossing & Hachiko Statue**\\n- **Activity**: Experience the bustling life at *Shibuya Crossing*, one of Tokyo's most iconic spots. Don't forget to take a picture with the *Hachiko Statue* right outside Shibuya Station.\\n\\n### Night\\n\\n**9:00 PM – Tokyo Metropolitan Government Building Observation Deck**\\n- **Night View**: End your day with a stunning night view of Tokyo from the *Tokyo Metropolitan Government Building Observation Deck*. Entry is free, and the view of the city lights is spectacular under a clear sky.\\n\\n### Weather Tips:\\n- The temperature in Tokyo feels quite chilly, so dress warmly with layers to stay comfortable.\\n- The wind is fairly strong, with a speed of 11.32 m/s, which could make it feel colder than the actual temperature – an extra windbreaker might be useful.\\n- Despite the chill, the clear skies provide a perfect backdrop for photos, especially of Tokyo's iconic skyline.\\n\\nThis itinerary balances Tokyo's traditional charm with its cutting-edge modernity, promising a well-rounded Tokyo experience. Enjoy your day exploring!\", \"### Day 1: Sydney Harbour and Iconic Attractions\\n\\n**Morning:**\\n- **Start at Circular Quay:**\\n - Enjoy a leisurely breakfast with a view of Sydney Harbour at one of the cafes.\\n \\n- **Sydney Opera House:**\\n - Take a guided tour of this world-renowned architectural marvel.\\n - Make sure to snap some photos of the stunning exterior against the clear sky.\\n\\n**Midday:**\\n- **Royal Botanic Gardens:**\\n - A short walk from the Opera House, enjoy a stroll through the gardens.\\n - Relax amid lush greenery and perhaps have a picnic lunch.\\n\\n**Afternoon:**\\n- **Sydney Harbour Bridge:**\\n - Walk across the bridge for incredible panoramic views of the harbor.\\n - Consider booking a BridgeClimb if you're feeling adventurous.\\n\\n- **The Rocks District:**\\n - Explore this historic area with its cobblestone streets and vibrant market stalls.\\n - Visit the Museum of Contemporary Art.\\n\\n**Evening:**\\n- **Dinner at The Rocks:**\\n - Enjoy dinner at one of the many restaurants in The Rocks, offering cuisine ranging from upscale modern Australian to cozy pub meals.\\n\\n### Day 2: Beaches and Coastal Beauty\\n\\n**Morning:**\\n- **Bondi Beach:**\\n - Start your day at Bondi Beach, famous for its surf and sun.\\n - Walk the Bondi to Coogee coastal trail, absorbing breathtaking ocean views.\\n\\n**Midday:**\\n- **Lunch in Bondi:**\\n - Choose from the variety of cafes and eateries along the beachfront for a laid-back lunch.\\n\\n**Afternoon:**\\n- **Manly Beach:**\\n - Take a ferry from Circular Quay to Manly, enjoying fantastic views of the Sydney skyline.\\n - Stroll along The Corso, the main shopping and dining area.\\n\\n**Evening:**\\n- **Dinner in Manly:**\\n - Dine at a seafront restaurant with fresh seafood and a relaxing atmosphere.\\n\\n### Day 3: Culture and Wildlife\\n\\n**Morning:**\\n- **Taronga Zoo:**\\n - Catch the ferry to Taronga Zoo for a chance to see native Australian wildlife.\\n - Enjoy exhibits and shows amid picturesque settings overlooking the harbor.\\n\\n**Midday:**\\n- **Lunch at the Zoo:**\\n - Grab a bite at the zoo's cafes, with views back to the city.\\n\\n**Afternoon:**\\n- **Art Gallery of New South Wales:**\\n - Head back to the city and visit this gallery, featuring a mix of Australian, European, and Asian art.\\n\\n**Evening:**\\n- **Dinner in the city:**\\n - Head to Darling Harbour for a variety of dining options with vibrant nightlife.\\n - Consider catching a show at the Sydney Opera House or another local venue to end your trip with some entertainment.\\n\\n### Tips:\\n- **Weather:** With the beautiful clear sky and comfortable temperatures, it's a great time to explore both the city and the coast.\\n- **Transport:** Consider getting a Sydney Opal card for easy access to public transport, including ferries, trains, and buses.\\n- **What to Pack:** Sunscreen, a hat, and comfortable walking shoes are advisable due to clear skies and plentiful walking opportunities.\"]\n", "--------------------------------------------------\n", "Transition type: finish\n", - "Transition output: {'final_plan': \"Here's a detailed itinerary for visiting top tourist attractions in New York, considering the current weather conditions. \\n\\n### Day 1: Iconic Landmarks and Observation Decks\\n- **Morning:**\\n - **Top of the Rock Observation Deck:** Start your day with a visit to the Top of the Rock Observation Deck at Rockefeller Plaza. The panoramic 360-degree views from the 70th floor are a must-see. Dress warmly as it feels like 5.2°C outside, and it’s quite windy.\\n - **Link for more info:** [Tripadvisor - Top of the Rock](https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html)\\n\\n- **Afternoon:**\\n - **St. Patrick’s Cathedral:** Just a short walk from Rockefeller Plaza, explore the stunning architecture of St. Patrick’s Cathedral. The overcast skies will provide a dramatic backdrop for photos.\\n - **Fifth Avenue:** Enjoy a leisurely stroll along Fifth Avenue, visiting iconic stores and landmarks.\\n\\n- **Evening:**\\n - **Times Square:** Experience the vibrant lights and energy of Times Square. The overcast clouds might enhance the brightness of the neon lights.\\n\\n### Day 2: Culture and History\\n- **Morning:**\\n - **The Museum of Modern Art (MoMA):** Spend your morning exploring MoMA’s vast collection of modern and contemporary art. This indoor activity is perfect for a cloudy day.\\n\\n- **Afternoon:**\\n - **Central Park:** Head to Central Park for a refreshing walk. With 100% cloud cover, it's a great day to explore the park without the harsh sun. Consider visiting the Central Park Zoo or taking a guided tour.\\n\\n- **Evening:**\\n - **Broadway Show:** End your day with a Broadway show. It’s an ideal indoor activity to avoid the chilly weather outside. Book tickets in advance for popular shows.\\n\\n### Day 3: Historical and Educational\\n- **Morning:**\\n - **Statue of Liberty and Ellis Island:** Take a ferry to visit these iconic sites. Dress warmly for the ferry ride. The cloud cover will provide a unique perspective for photos.\\n\\n- **Afternoon:**\\n - **9/11 Memorial and Museum:** Spend your afternoon reflecting at the 9/11 Memorial and exploring the museum exhibits.\\n\\n- **Evening:**\\n - **Brooklyn Bridge:** Walk across the Brooklyn Bridge and enjoy the city skyline. With the wind speed at 5.81 m/s, be prepared for breezy conditions.\\n\\n### Additional Tips:\\n- **Clothing:** Wear layers to keep warm, as the temperature feels colder than it actually is.\\n- **Dining:** New York offers a plethora of dining options. Consider trying some local favorites like a classic New York bagel or pizza.\\n- **Transportation:** Utilize the subway for efficient travel across the city. Taxis and ride-sharing services are also readily available.\\n\\nFor more details on attractions and guided tours, you can visit [USA Guided Tours](https://usaguidedtours.com/nyc/attraction/) and [I Love NY](https://www.iloveny.com/places-to-go/new-york-city/attractions/). \\n\\nEnjoy your trip to New York City!\\n---------------\\n**Day 1: Exploring Iconic London Landmarks**\\n\\n**Morning:**\\n1. **Buckingham Palace**\\n - Start your day early with a visit to Buckingham Palace. Arrive by 9:30 AM to catch the Changing of the Guard ceremony, which typically starts at 11:00 AM. Enjoy the majestic architecture and the surrounding gardens.\\n - Weather Tip: With the overcast clouds, it might feel chilly, so dress warmly and bring an umbrella just in case.\\n\\n**Midday:**\\n2. **Westminster Abbey**\\n - Head towards Westminster Abbey, a short walk from Buckingham Palace. This historic church has been the site of many significant events, including royal weddings and coronations. Spend about 1.5 hours exploring.\\n\\n3. **Lunch at Borough Market**\\n - Take a tube or walk to Borough Market for a variety of food options. It's a great place to warm up with some hot street food and explore the diverse culinary offerings.\\n\\n**Afternoon:**\\n4. **London Eye**\\n - After lunch, head to the London Eye. The overcast sky might not offer the clearest views, but the experience is still worthwhile. Pre-book your tickets to avoid long lines and enjoy a 30-minute ride on this iconic Ferris wheel.\\n\\n**Evening:**\\n5. **The Globe Theatre**\\n - As the day winds down, visit Shakespeare's Globe Theatre. If there's a performance, consider attending or simply take a guided tour to learn about the history of this famous theater.\\n\\n**Day 2: Museums and Cultural Exploration**\\n\\n**Morning:**\\n1. **The British Museum**\\n - Start your second day at the British Museum. Spend a few hours exploring the vast collection of art and antiquities. Highlights include the Rosetta Stone and the Elgin Marbles.\\n\\n**Midday:**\\n2. **Lunch near Covent Garden**\\n - Head to Covent Garden for lunch. This area is bustling with restaurants and cafes, perfect for a cozy indoor meal.\\n\\n**Afternoon:**\\n3. **The Tower of London**\\n - After lunch, make your way to the Tower of London. Delve into England's rich history and see the Crown Jewels. Allocate about 2-3 hours for this visit.\\n\\n**Evening:**\\n4. **Tower Bridge**\\n - Conclude your day with a walk across Tower Bridge. The views of the Thames River and the cityscape are beautiful, even on a cloudy evening.\\n\\n**Day 3: Leisure and Local Experiences**\\n\\n**Morning:**\\n1. **Natural History Museum**\\n - Begin your last day at the Natural History Museum. It's a family-friendly museum with fascinating exhibits, including dinosaur skeletons and a model of a blue whale.\\n\\n**Midday:**\\n2. **Lunch at South Kensington**\\n - Enjoy a relaxed lunch in South Kensington. There are plenty of options, from casual cafes to high-end dining.\\n\\n**Afternoon:**\\n3. **Hyde Park**\\n - Spend your afternoon strolling through Hyde Park. Visit the Serpentine Galleries if you're interested in contemporary art. The park's natural beauty is a peaceful retreat amidst the city hustle.\\n\\n**Evening:**\\n4. **Dinner and a Show in the West End**\\n - End your London adventure with a memorable dinner followed by a theater show in the West End. Book your tickets in advance for popular shows.\\n\\n**Additional Tips:**\\n- Always check the attraction websites for any specific COVID-19 guidelines or changes in operating hours.\\n- London’s public transport system is efficient; consider getting an Oyster card for convenient travel.\\n- Don't forget to dress in layers to adapt to the chilly weather, and always have your camera ready to capture memories.\\n---------------\\nHere’s a detailed itinerary for your visit to Paris, considering the current snowy weather conditions and top attractions:\\n\\n### Day 1: Embrace the Iconic Landmarks\\n\\n**Morning: Eiffel Tower**\\n- **Time:** 9:00 AM\\n- **Details:** Begin your day with a visit to the Eiffel Tower. Even in the snow, the tower offers stunning views of Paris. Dress warmly and enjoy hot chocolate from nearby cafes.\\n- **Link for more info:** [Tripadvisor - Things to Do in Paris](https://www.tripadvisor.com/Attractions-g187147-Activities-Paris_Ile_de_France.html)\\n\\n**Afternoon: Louvre Museum**\\n- **Time:** 1:00 PM\\n- **Details:** Spend your afternoon indoors at the Louvre Museum. With its vast collection of art and history, it's a perfect way to escape the cold. Consider taking a guided tour to make the most of your visit.\\n- **Link for more info:** [U.S. News Travel - Things To Do](https://travel.usnews.com/Paris_France/Things_To_Do/)\\n\\n**Evening: Seine River Cruise**\\n- **Time:** 6:00 PM\\n- **Details:** End your day with a magical Seine River cruise. The snow adds a picturesque touch to the illuminated landmarks. Ensure to book a heated cruise for comfort.\\n\\n### Day 2: Explore Cultural and Historical Treasures\\n\\n**Morning: Notre-Dame Cathedral**\\n- **Time:** 9:30 AM\\n- **Details:** Visit the iconic Notre-Dame Cathedral. Although some areas may be under restoration, its architecture and history are worth experiencing. Warm clothing is essential as the interior can be chilly.\\n\\n**Afternoon: Musée d'Orsay**\\n- **Time:** 1:30 PM\\n- **Details:** Head to the Musée d'Orsay, renowned for its Impressionist masterpieces. This indoor activity is ideal for escaping the cold and enjoying world-class art.\\n\\n**Evening: Montmartre and Sacré-Cœur**\\n- **Time:** 5:00 PM\\n- **Details:** Wander through the charming streets of Montmartre and visit the Sacré-Cœur Basilica. The view of Paris in the snow is breathtaking. Enjoy a cozy dinner at a local bistro in Montmartre.\\n\\n### Day 3: Discover Hidden Gems and Local Flavors\\n\\n**Morning: Le Marais District**\\n- **Time:** 10:00 AM\\n- **Details:** Explore Le Marais, known for its vibrant street art, boutiques, and cafes. Enjoy a leisurely breakfast and shop for unique souvenirs.\\n\\n**Afternoon: Palais Garnier (Opera House)**\\n- **Time:** 2:00 PM\\n- **Details:** Tour the opulent Palais Garnier. Its stunning interiors are a must-see, especially when it's snowy outside.\\n\\n**Evening: Moulin Rouge Show**\\n- **Time:** 8:00 PM\\n- **Details:** Conclude your trip with a classic Parisian experience at the Moulin Rouge. Book in advance to secure a good seat and enjoy the legendary cabaret performance.\\n\\n### Additional Tips:\\n- **Weather Preparation:** Wear layers, waterproof boots, and carry an umbrella. The snow and cold wind can be intense.\\n- **Dining:** Indulge in warm, hearty French cuisine at local cafes and restaurants. Try dishes like French onion soup, coq au vin, and tarte Tatin.\\n- **Transport:** Use public transportation to avoid the snowy streets, and consider purchasing a Paris Visite pass for unlimited travel.\\n\\nEnjoy your snowy adventure in Paris!\\n---------------\\n**Tokyo Itinerary**\\n\\n**Day 1: Arrival and Exploration of Historical and Cultural Sites**\\n\\n- **Morning:**\\n - **Asakusa District**: Begin your day with a visit to the historic Asakusa district. Explore the iconic Senso-ji Temple, Tokyo's oldest temple. Enjoy the traditional market streets like Nakamise Street for some shopping and snacks.\\n\\n- **Afternoon:**\\n - **Tokyo National Museum**: Head to Ueno Park and visit the Tokyo National Museum. Discover Japan’s extensive collection of art and antiquities. This is a great spot to dive into Japanese history and culture.\\n\\n- **Evening:**\\n - **Dinner in Ueno**: Explore the local dining options around Ueno and enjoy a traditional Japanese dinner.\\n\\n**Day 2: Modern Tokyo and Unique Experiences**\\n\\n- **Morning:**\\n - **Ghibli Museum**: Start your day with a magical visit to the Ghibli Museum in Mitaka. Perfect for fans of Studio Ghibli's animated films, this museum offers a whimsical look into the creative world of Hayao Miyazaki.\\n\\n- **Afternoon:**\\n - **Shibuya and Harajuku**: Head towards the bustling areas of Shibuya and Harajuku. Witness the famous Shibuya Crossing and explore the trendy shops of Harajuku, especially Takeshita Street.\\n\\n- **Evening:**\\n - **Golden Gai**: Conclude your day in the vibrant Golden Gai district. This area is renowned for its narrow alleys filled with small bars and eateries. Experience the unique nightlife of Tokyo here.\\n\\n**Day 3: Relax and Explore Green Spaces**\\n\\n- **Morning:**\\n - **Shinjuku Gyoen National Garden**: Spend a peaceful morning strolling through the beautiful Shinjuku Gyoen, one of Tokyo's largest and most beautiful parks. It's a perfect spot for relaxation and enjoying nature.\\n\\n- **Afternoon:**\\n - **Meiji Shrine**: Visit the Meiji Shrine, located in a forested area near Harajuku and Shibuya. It's a serene place to learn about Shinto traditions and enjoy the tranquil setting.\\n\\n- **Evening:**\\n - **Tokyo Tower or Skytree**: End your trip with a visit to either Tokyo Tower or Tokyo Skytree for a panoramic view of the city. It's an unforgettable way to see Tokyo illuminated at night.\\n\\n**Weather Considerations:**\\n- With the current weather of few clouds and a mild temperature around 10.32°C, it is advisable to wear layers and carry a light jacket for comfort during outdoor activities.\\n- Humidity is high (92%), so be prepared for a slightly damp feeling and consider moisture-wicking clothing.\\n\\n**Additional Tips:**\\n- Always check the opening hours of attractions and book tickets in advance where necessary.\\n- Use Tokyo’s efficient public transport to move around easily.\\n- Consider visiting the websites linked in the attraction descriptions for more detailed information and current updates.\\n---------------\\nHere's a detailed itinerary for exploring some of Sydney's top tourist attractions with the current weather conditions in mind. With clear skies and pleasant temperatures, it's a perfect day to explore the outdoors and enjoy what Sydney has to offer.\\n\\n### Morning\\n\\n**9:00 AM - Sydney Opera House**\\n- Begin your day with a visit to the iconic Sydney Opera House. Take a guided tour to learn about its history and architecture. Tours are available in multiple languages.\\n- **Link:** [Top attractions in Sydney | Sydney.com](https://www.sydney.com/things-to-do/attractions)\\n\\n**11:00 AM - Royal Botanic Garden Sydney**\\n- Just a short walk from the Opera House, enjoy a leisurely stroll through the Royal Botanic Garden. The clear skies will offer beautiful views of the diverse plant life and the Sydney Harbour.\\n\\n### Afternoon\\n\\n**12:30 PM - Lunch at Opera Bar**\\n- Head back to Opera Bar for lunch. Enjoy a refreshing cocktail with stunning views of the Sydney Harbour Bridge and the waterfront.\\n- **Link:** [Top attractions in Sydney | Sydney.com](https://www.sydney.com/things-to-do/attractions)\\n\\n**2:00 PM - Sydney Harbour Bridge**\\n- After lunch, take a scenic walk across the Sydney Harbour Bridge. If you're up for it, consider the BridgeClimb for breathtaking panoramic views of the city.\\n\\n**4:00 PM - The Rocks**\\n- Explore The Rocks, one of Sydney's most historic areas. Wander through the cobbled streets, visit the local markets, and perhaps enjoy a cup of coffee at a nearby café.\\n\\n### Evening\\n\\n**6:00 PM - Darling Harbour**\\n- Make your way to Darling Harbour for the evening. Here you can visit attractions such as the SEA LIFE Sydney Aquarium or simply enjoy the lively atmosphere by the waterfront.\\n\\n**8:00 PM - Dinner at a Local Restaurant**\\n- Conclude your day with dinner at one of Darling Harbour's many restaurants. Choose from a variety of cuisines while enjoying the vibrant night scene.\\n\\n### Additional Suggestions\\n\\n- If you're interested in more unique experiences, consider visiting some of the attractions listed on [Time Out Sydney](https://www.timeout.com/sydney/attractions/tourist-attractions-that-dont-suck), which includes thrilling adventures and scenic tours.\\n\\nWith clear skies and mild temperatures, this itinerary offers a balanced mix of cultural, historical, and scenic experiences. Enjoy your visit to Sydney!\"}\n", + "Transition output: {'final_plan': '### New York City Itinerary\\n\\n#### General Weather Overview\\n- **Current Condition**: Scattered clouds\\n- **Wind**: 9.77 m/s, direction 260°\\n- **Humidity**: 59%\\n- **Temperature**: \\n - Current: 5.01°C\\n - Feels like: -0.34°C\\n- **Cloud Cover**: 40%\\n- **Recommendation**: The weather is chilly and windy, so dress warmly. A thick coat, hat, and gloves are advisable. Scattered clouds mean a mix of sun and clouds, ideal for exploring outdoor attractions but still needing a weather-appropriate wardrobe.\\n\\n---\\n\\n### Day 1: Exploring Iconic Landmarks\\n\\n#### Morning\\n- **Statue of Liberty & Ellis Island**\\n - **Notes**: Start early by taking a ferry from Battery Park. Allocate about 3-4 hours for exploring both islands.\\n - **Clothing Tip**: Wind can be stronger on the water, so ensure you have a wind-resistant jacket.\\n\\n#### Afternoon\\n- **Central Park**\\n - **Notes**: Head to this iconic park for a lovely walk or a horse-drawn carriage ride.\\n - **Must-See Spots**: Bethesda Terrace, Bow Bridge, and Strawberry Fields.\\n\\n#### Evening\\n- **Top of the Rock Observation Deck**\\n - **Notes**: Get tickets in advance for a sunset view over the city.\\n\\n---\\n\\n### Day 2: Culture and Cuisine\\n\\n#### Morning\\n- **Metropolitan Museum of Art**\\n - **Notes**: Open around 10 AM. Spend time enjoying famous art pieces.\\n - **Suggestion**: Start early to avoid crowds, allowing at least 2-3 hours.\\n\\n#### Lunch\\n- **Explore Local Cuisine**\\n - **Area**: Upper East Side or nearby to explore classic New York delis or cafes.\\n\\n#### Afternoon\\n- **Broadway Show Visit**\\n - **Notes**: Check availabilities and book in advance.\\n\\n#### Dinner\\n- **Times Square**\\n - **Notes**: Experience this vibrant part of the city, then choose from numerous dining options.\\n\\n---\\n\\n### Day 3: Exploring More Highlights\\n\\n#### Morning\\n- **9/11 Memorial & Museum**\\n - **Notes**: A solemn but essential visit. Allow 2-3 hours here.\\n\\n#### Afternoon\\n- **Brooklyn Bridge Walk**\\n - **Notes**: Stroll from Manhattan to Brooklyn, enjoying views and photo ops.\\n - **Weather Note**: This can be quite windy, so be sure to bundle up properly.\\n\\n#### Evening\\n- **Dinner in Brooklyn**\\n - **Notes**: Explore Dumbo for unique dining experiences with skyline views.\\n\\n### Additional Resources\\n- **Things to Do in New York City**: [Tripadvisor](https://www.tripadvisor.com/Attractions-g60763-Activities-New_York_City_New_York.html)\\n- **NYC Attractions**: [I Love NY](https://www.iloveny.com/places-to-go/new-york-city/attractions/)\\n- **Guided Tours**: [USA Guided Tours](https://usaguidedtours.com/nyc/attraction/)\\n\\n#### Notes\\nAdjust your plans based on personal interests, and consider purchasing city passes for discounts on multiple attractions. Each day is packed but allows for some flexibility and resting periods.\\n---------------\\n**London Itinerary: Exploring the City\\'s Top Attractions**\\n\\n**Weather Overview:** \\n- **Temperature:** 4.2°C (feels like -0.94°C)\\n- **Weather Conditions:** Light rain with 40% cloud cover\\n- **Wind:** 8.23 m/s from 70°\\n- **Humidity:** 85%\\n \\nGiven the chilly and wet weather in London, it\\'s recommended to dress warmly and carry an umbrella. The itinerary can include a mix of indoor and outdoor attractions to enjoy what London has to offer while keeping comfortable.\\n\\n**Morning: Explore the Iconic Landmarks**\\n\\n1. **Buckingham Palace** \\n - Start your day with a visit to Buckingham Palace to witness the Changing of the Guard, a quintessential London experience. If you\\'re interested in the history of the monarchy, you might also consider booking a tour of the State Rooms (when available).\\n - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\\n - Estimated Time: 1-2 hours\\n\\n2. **The London Eye** \\n - Walk along the South Bank to the London Eye. Enjoy panoramic views of London from this giant observation wheel. \\n - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\\n - Estimated Time: 1 hour\\n\\n**Lunch: Traditional London Cuisine**\\n\\n- **Location:** Enjoy a meal at a nearby pub or restaurant. Try traditional British dishes like fish and chips or a hearty pie to warm up.\\n\\n**Afternoon: Discover Cultural Treasures**\\n\\n3. **The British Museum** \\n - Head to the British Museum for an afternoon exploring its vast collection of art and antiquities from around the world. This indoor attraction is perfect for escaping the rain while diving into history.\\n - Estimated Time: 2-3 hours\\n\\n4. **Shakespeare\\'s Globe** \\n - Visit the reconstructed Globe Theatre on the South Bank for a guided tour. Dive into the history of Shakespeare\\'s plays and the theatre\\'s role in London\\'s culture.\\n - [More Information](https://www.timeout.com/london/attractions/top-london-attractions)\\n - Estimated Time: 1 hour\\n\\n**Evening: Enjoy the Nightlife and Dining Scene**\\n\\n- **Dinner:** Dine at one of London\\'s top restaurants. You can choose from a variety of cuisines, but the current weather makes cozy spots with comfort food appealing.\\n \\n- **West End Show:** Conclude your day with a thrilling West End show if you\\'re interested in theater. Check out the latest productions playing in London’s theatre district.\\n\\n**Additional Tips:**\\n\\n- **Transportation:** Consider purchasing an Oyster card or a contactless payment method for easy travel on the Tube and buses.\\n- **Rain Gear:** Given the light rain, a compact umbrella or a waterproof jacket is recommended to keep dry.\\n- **Sightseeing Path:** While traveling to attractions like the London Eye and Buckingham Palace, try to walk between them when the rain eases, as these areas are rich with historical sites and beautiful architecture.\\n\\nFor more information or detailed reviews, visit some recommended travel websites such as [Tripadvisor](https://www.tripadvisor.com/Attractions-g186338-Activities-London_England.html), [Visit London](https://www.visitlondon.com/things-to-do/sightseeing/london-attraction), or [Time Out](https://www.timeout.com/london/attractions/top-london-attractions) for further planning ideas.\\n---------------\\nHere\\'s a detailed itinerary for a visit to Paris, considering the current weather conditions and some top tourist attractions:\\n\\n### Day 1: Iconic Landmarks and Museums\\n- **Morning:**\\n - **Eiffel Tower**: Start your day at one of the most iconic landmarks in the world. Make the most of the overcast but hopefully dry morning by ascending the tower for spectacular views of Paris.\\n - **Champs-Elysées & Arc de Triomphe**: Stroll along this historic avenue leading up to the Arc de Triomphe. Ascend the top for another stunning panorama.\\n \\n- **Afternoon:**\\n - **Louvre Museum**: Head to the Louvre to escape the chill. Spend your afternoon exploring the vast art collections, including the Mona Lisa and the Venus de Milo.\\n - **Musée d\\'Orsay**: If time permits, continue to the nearby Musée d\\'Orsay, housed in a former railway station and featuring artworks from Monet, Van Gogh, and Gauguin.\\n\\n- **Evening:**\\n - **Seine River Cruise**: Wrap up your first day with a scenic evening cruise along the Seine to see the illuminated city.\\n\\n### Day 2: Literary and Historic Paris\\n- **Morning:**\\n - **Notre-Dame Cathedral**: Even though it might still be under restoration, you can admire the façade of this Gothic masterpiece and explore the Île de la Cité.\\n - **Sainte-Chapelle**: Visit this gem of Gothic architecture known for its stunning stained glass windows.\\n\\n- **Afternoon:**\\n - **Latin Quarter & The Pantheon**: Walk through the historic Latin Quarter. Don\\'t miss the Pantheon, where numerous French luminaries are interred.\\n - **Shakespeare and Company**: Explore this legendary bookstore that has welcomed figures like Ernest Hemingway.\\n\\n- **Evening:**\\n - **Montmartre Stroll**: Conclude your day exploring the artistic neighborhood of Montmartre. Visit the Sacré-Cœur Basilica for a breathtaking view as dusk sets.\\n\\n### Day 3: Palaces and Gardens\\n- **Morning:**\\n - **Palace of Versailles**: Take a day trip to the Palace of Versailles. Stroll through the opulent rooms and expansive gardens.\\n\\n- **Afternoon:**\\n - **Tuileries Garden**: Once back in Paris, relax with a stroll through these historic gardens.\\n - **Musée Marmottan Monet**: Dive into the works of Monet, especially if you didn’t visit this museum from the list before.\\n\\n- **Evening:**\\n - **Explore Le Marais**: Enjoy the vibrant and historic Le Marais district, known for its exquisite boutiques, cafes, and galleries.\\n\\n### Tips:\\n- Dress warmly considering the chilly weather \"feels like\" 0.32°C.\\n- Keep an umbrella handy due to the significant cloud cover.\\n- Check online for any required tickets or reservations to avoid long queues.\\n\\nEnjoy your trip to Paris! With a little preparation, even an overcast day can be filled with mesmerizing beauty and culture.\\n---------------\\nHere’s a detailed itinerary for a day of exploration in Tokyo with the current weather conditions:\\n\\n### Morning\\n\\n**7:30 AM – Breakfast**\\n- **Where to Eat**: Start your day with a Japanese breakfast at *Tsukiji Outer Market*. The market offers fresh sushi, grilled seafood, and other traditional Japanese breakfast options. \\n\\n**9:00 AM – Explore Asakusa**\\n- **Must-See Spot**: Visit *Senso-ji*, Tokyo\\'s oldest temple. The charming streets leading to this temple are dotted with traditional snacks and souvenir shops. \\n\\n**10:30 AM – Stroll in Ueno Park**\\n- **Activity**: Enjoy a leisurely walk in *Ueno Park*, a large public park perfect for morning strolls and abundant in cherry blossoms and various museums.\\n\\n### Afternoon\\n\\n**12:00 PM – Lunch**\\n- **Dining Experience**: Head to *Akihabara* for some authentic Japanese curry or ramen at a local shop.\\n\\n**1:30 PM – Explore Akihabara**\\n- **Activity**: Dive into the heart of Tokyo\\'s electric town, Akihabara, where you can explore stores filled with the latest gadgets, anime goods, and electronic products.\\n\\n**3:00 PM – Visit Tokyo National Museum**\\n- **Attraction**: Visit the *Tokyo National Museum*, located in Ueno Park. This museum showcases Japanese art, with exhibits ranging from Samurai swords to calligraphy.\\n\\n### Evening\\n\\n**5:00 PM – Wander around Shinjuku Gyoen National Garden**\\n- **Activity**: Spend a peaceful late afternoon in *Shinjuku Gyoen*, one of Tokyo\\'s most beautiful gardens. The clear sky and current weather conditions provide an ideal atmosphere for unwinding in its serene environment.\\n\\n**6:30 PM – Dinner in Shibuya**\\n- **Where to Eat**: Enjoy a variety of foods in the vibrant *Shibuya district*. You could try an izakaya (Japanese pub) for a traditional dinner experience.\\n\\n**8:00 PM – Shibuya Crossing & Hachiko Statue**\\n- **Activity**: Experience the bustling life at *Shibuya Crossing*, one of Tokyo\\'s most iconic spots. Don\\'t forget to take a picture with the *Hachiko Statue* right outside Shibuya Station.\\n\\n### Night\\n\\n**9:00 PM – Tokyo Metropolitan Government Building Observation Deck**\\n- **Night View**: End your day with a stunning night view of Tokyo from the *Tokyo Metropolitan Government Building Observation Deck*. Entry is free, and the view of the city lights is spectacular under a clear sky.\\n\\n### Weather Tips:\\n- The temperature in Tokyo feels quite chilly, so dress warmly with layers to stay comfortable.\\n- The wind is fairly strong, with a speed of 11.32 m/s, which could make it feel colder than the actual temperature – an extra windbreaker might be useful.\\n- Despite the chill, the clear skies provide a perfect backdrop for photos, especially of Tokyo\\'s iconic skyline.\\n\\nThis itinerary balances Tokyo\\'s traditional charm with its cutting-edge modernity, promising a well-rounded Tokyo experience. Enjoy your day exploring!\\n---------------\\n### Day 1: Sydney Harbour and Iconic Attractions\\n\\n**Morning:**\\n- **Start at Circular Quay:**\\n - Enjoy a leisurely breakfast with a view of Sydney Harbour at one of the cafes.\\n \\n- **Sydney Opera House:**\\n - Take a guided tour of this world-renowned architectural marvel.\\n - Make sure to snap some photos of the stunning exterior against the clear sky.\\n\\n**Midday:**\\n- **Royal Botanic Gardens:**\\n - A short walk from the Opera House, enjoy a stroll through the gardens.\\n - Relax amid lush greenery and perhaps have a picnic lunch.\\n\\n**Afternoon:**\\n- **Sydney Harbour Bridge:**\\n - Walk across the bridge for incredible panoramic views of the harbor.\\n - Consider booking a BridgeClimb if you\\'re feeling adventurous.\\n\\n- **The Rocks District:**\\n - Explore this historic area with its cobblestone streets and vibrant market stalls.\\n - Visit the Museum of Contemporary Art.\\n\\n**Evening:**\\n- **Dinner at The Rocks:**\\n - Enjoy dinner at one of the many restaurants in The Rocks, offering cuisine ranging from upscale modern Australian to cozy pub meals.\\n\\n### Day 2: Beaches and Coastal Beauty\\n\\n**Morning:**\\n- **Bondi Beach:**\\n - Start your day at Bondi Beach, famous for its surf and sun.\\n - Walk the Bondi to Coogee coastal trail, absorbing breathtaking ocean views.\\n\\n**Midday:**\\n- **Lunch in Bondi:**\\n - Choose from the variety of cafes and eateries along the beachfront for a laid-back lunch.\\n\\n**Afternoon:**\\n- **Manly Beach:**\\n - Take a ferry from Circular Quay to Manly, enjoying fantastic views of the Sydney skyline.\\n - Stroll along The Corso, the main shopping and dining area.\\n\\n**Evening:**\\n- **Dinner in Manly:**\\n - Dine at a seafront restaurant with fresh seafood and a relaxing atmosphere.\\n\\n### Day 3: Culture and Wildlife\\n\\n**Morning:**\\n- **Taronga Zoo:**\\n - Catch the ferry to Taronga Zoo for a chance to see native Australian wildlife.\\n - Enjoy exhibits and shows amid picturesque settings overlooking the harbor.\\n\\n**Midday:**\\n- **Lunch at the Zoo:**\\n - Grab a bite at the zoo\\'s cafes, with views back to the city.\\n\\n**Afternoon:**\\n- **Art Gallery of New South Wales:**\\n - Head back to the city and visit this gallery, featuring a mix of Australian, European, and Asian art.\\n\\n**Evening:**\\n- **Dinner in the city:**\\n - Head to Darling Harbour for a variety of dining options with vibrant nightlife.\\n - Consider catching a show at the Sydney Opera House or another local venue to end your trip with some entertainment.\\n\\n### Tips:\\n- **Weather:** With the beautiful clear sky and comfortable temperatures, it\\'s a great time to explore both the city and the coast.\\n- **Transport:** Consider getting a Sydney Opal card for easy access to public transport, including ferries, trains, and buses.\\n- **What to Pack:** Sunscreen, a hat, and comfortable walking shoes are advisable due to clear skies and plentiful walking opportunities.'}\n", "--------------------------------------------------\n" ] } @@ -1035,7 +1137,7 @@ "# Lists all the task steps that have been executed up to this point in time\n", "transitions = client.executions.transitions.list(execution_id=execution.id).items\n", "\n", - "# Transitions are retreived in reverse chronological order\n", + "# Transitions are retrieved in reverse chronological order\n", "for transition in reversed(transitions):\n", " print(\"Transition type: \", transition.type)\n", " print(\"Transition output: \", transition.output)\n", @@ -1045,7 +1147,7 @@ ], "metadata": { "kernelspec": { - "display_name": "ai", + "display_name": ".venv", "language": "python", "name": "python3" }, diff --git a/cookbooks/03-trip-planning-assistant.py b/cookbooks/03-trip-planning-assistant.py deleted file mode 100644 index 3e10df448..000000000 --- a/cookbooks/03-trip-planning-assistant.py +++ /dev/null @@ -1,161 +0,0 @@ -import os -import uuid - -import yaml -from julep import Client - -openweathermap_api_key = os.getenv("OPENWEATHERMAP_API_KEY") -brave_api_key = os.getenv("BRAVE_API_KEY") - -# Get your API key from [here](https://dashboard.julep.ai/) -api_key = os.getenv("JULEP_API_KEY") -if not api_key: - msg = "JULEP_API_KEY not found in environment variables" - raise ValueError(msg) - -# Global UUID is generated for agent and task -AGENT_UUID = uuid.uuid4() -TASK_UUID = uuid.uuid4() - -# Creating Julep Client with the API Key -client = Client(api_key=api_key, environment="production") - -# Creating an "agent" -name = "Jarvis" -about = "The original AI conscious the Iron Man." -default_settings = { - "temperature": 0.7, - "top_p": 1, - "min_p": 0.01, - "presence_penalty": 0, - "frequency_penalty": 0, - "length_penalty": 1.0, - "max_tokens": 150, -} - -agent = client.agents.create_or_update( - agent_id=AGENT_UUID, - name=name, - about=about, - model="gpt-4o", -) - -# Defining a Task -# Defining the task -task_def = yaml.safe_load(f""" -name: Tourist Plan With Weather And Attractions - -input_schema: - type: object - properties: - locations: - type: array - items: - type: string - description: The locations to search for. - -tools: -- name: wikipedia - type: integration - integration: - provider: wikipedia - -- name: weather - type: integration - integration: - provider: weather - setup: - openweathermap_api_key: {openweathermap_api_key} - -- name: internet_search - type: integration - integration: - provider: brave - setup: - api_key: {brave_api_key} - -main: -- over: inputs[0].locations - map: - tool: weather - arguments: - location: _ - -- over: inputs[0].locations - map: - tool: internet_search - arguments: - query: "'tourist attractions in ' + _" - -# Zip locations, weather, and attractions into a list of tuples [(location, weather, attractions)] -- evaluate: - zipped: |- - list( - zip( - inputs[0].locations, - [output['result'] for output in outputs[0]], - outputs[1] - ) - ) - - -- over: _['zipped'] - parallelism: 3 - # Inside the map step, each `_` represents the current element in the list - # which is a tuple of (location, weather, attractions) - map: - prompt: - - role: system - content: >- - You are {{{{agent.name}}}}. Your task is to create a detailed itinerary - for visiting tourist attractions in some locations. - The user will give you the following information for each location: - - - The location - - The current weather condition - - The top tourist attractions - - role: user - content: >- - Location: "{{{{_[0]}}}}" - Weather: "{{{{_[1]}}}}" - Attractions: "{{{{_[2]}}}}" - unwrap: true - -- evaluate: - final_plan: |- - '\\n---------------\\n'.join(activity for activity in _) -""") - -# Creating/Updating a task -task = client.tasks.create_or_update(task_id=TASK_UUID, agent_id=AGENT_UUID, **task_def) - -# Creating an Execution -execution = client.executions.create( - task_id=task.id, input={"locations": ["New York", "London", "Paris", "Tokyo", "Sydney"]} -) - -print(f"Execution ID: {execution.id}") - -# Wait for the execution to complete -import time - -time.sleep(200) - -# Getting the execution details -# Get execution details -execution = client.executions.get(execution.id) -# Print the output -print(execution.output) -print("-" * 50) - -if "final_plan" in execution.output: - print(execution.output["final_plan"]) - -# Lists all the task steps that have been executed up to this point in time -transitions = client.executions.transitions.list(execution_id=execution.id).items - -# Transitions are retreived in reverse chronological order -for transition in reversed(transitions): - print("Transition type: ", transition.type) - print("Transition output: ", transition.output) - print("-" * 50) diff --git a/cookbooks/04-hook-generator-trending-reels.ipynb b/cookbooks/04-hook-generator-trending-reels.ipynb index 4c2870a15..8cc2e27f9 100644 --- a/cookbooks/04-hook-generator-trending-reels.ipynb +++ b/cookbooks/04-hook-generator-trending-reels.ipynb @@ -99,55 +99,55 @@ "**Contact:** [hey@julep.ai](mailto:hey@julep.ai) or Discord" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Installing the Julep Client" + ] + }, { "cell_type": "code", - "execution_count": 31, + "execution_count": null, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "CPU times: user 1e+03 ns, sys: 0 ns, total: 1e+03 ns\n", - "Wall time: 4.77 μs\n" - ] - } - ], + "outputs": [], "source": [ - "# Global UUID is generated for agent and task\n", - "%time\n", - "from dotenv import load_dotenv\n", - "import os\n", - "import uuid\n", - "load_dotenv(dotenv_path='../../.env',override=True)\n", + "!pip install julep" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "#### NOTE:\n", "\n", - "AGENT_UUID = uuid.uuid4()\n", - "TASK_UUID = uuid.uuid4()\n", - "RAPID_API_KEY = os.getenv('RAPID_API_KEY')\n", - "RAPID_API_HOST = os.getenv('RAPID_API_HOST')\n", - "JULEP_API_KEY = os.getenv('JULEP_API_KEY') or os.getenv('JULEP_API_KEY_LOCAL')" + "- UUIDs are generated for both the agent and task to uniquely identify them within the system.\n", + "- Once created, these UUIDs should remain unchanged for simplicity.\n", + "- Altering a UUID will result in the system treating it as a new agent or task.\n", + "- If a UUID is changed, the original agent or task will continue to exist in the system alongside the new one." ] }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 36, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "CPU times: user 2 μs, sys: 1e+03 ns, total: 3 μs\n", - "Wall time: 2.15 μs\n", - "AGENT_UUID: bf360312-0057-4e84-a974-92acc3c16916\n", - "TASK_UUID: 7128eb48-6089-44f2-b59d-461ac89a53d5\n" + "CPU times: user 1e+03 ns, sys: 0 ns, total: 1e+03 ns\n", + "Wall time: 2.62 μs\n" ] } ], "source": [ - "%time\n", - "print(f'AGENT_UUID: {AGENT_UUID}')\n", - "print(f'TASK_UUID: {TASK_UUID}')\n" + "# Global UUID is generated for agent and task\n", + "import uuid\n", + "load_dotenv(override=True)\n", + "\n", + "AGENT_UUID = uuid.uuid4()\n", + "TASK_UUID = uuid.uuid4()" ] }, { @@ -161,22 +161,24 @@ }, { "cell_type": "code", - "execution_count": 33, + "execution_count": 38, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "CPU times: user 1e+03 ns, sys: 0 ns, total: 1e+03 ns\n", - "Wall time: 6.91 μs\n" + "CPU times: user 1 μs, sys: 0 ns, total: 1 μs\n", + "Wall time: 2.62 μs\n" ] } ], "source": [ - "%time\n", "from julep import Client\n", - "# # Create a client\n", + "\n", + "JULEP_API_KEY = \"YOUR_JULEP_API_KEY\"\n", + "\n", + "# Initialize the client\n", "client = Client(api_key=JULEP_API_KEY,environment=\"production\")" ] }, @@ -188,25 +190,24 @@ "\n", "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." + "To learn more about the agent, please refer to the Agent section in [Julep Concepts](https://docs.julep.ai/docs/concepts/agents)." ] }, { "cell_type": "code", - "execution_count": 34, + "execution_count": 39, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "CPU times: user 1e+03 ns, sys: 1 μs, total: 2 μs\n", - "Wall time: 15 μs\n" + "CPU times: user 1 μs, sys: 0 ns, total: 1 μs\n", + "Wall time: 2.38 μs\n" ] } ], "source": [ - "%time\n", "# Creating an agent for handling persistent sessions\n", "agent = client.agents.create_or_update(\n", " agent_id=AGENT_UUID,\n", @@ -220,12 +221,16 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Creating a Document for Hooks" + "### Creating an \"docs\"\n", + "\n", + "Document im Julep is a vector database that can be used to store and retrieve information.\n", + "\n", + "To learn more about the Document, please refer to the Document section in [Julep Concepts](https://docs.julep.ai/docs/concepts/docs)." ] }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 40, "metadata": {}, "outputs": [ { @@ -234,17 +239,17 @@ "text": [ "<>:145: SyntaxWarning: invalid escape sequence '\\%'\n", "<>:145: SyntaxWarning: invalid escape sequence '\\%'\n", - "/var/folders/6z/8ysh_n1x55v0l9ljnsyvvffr0000gn/T/ipykernel_9233/2293527858.py:145: SyntaxWarning: invalid escape sequence '\\%'\n", + "/tmp/ipykernel_819695/2293527858.py:145: SyntaxWarning: invalid escape sequence '\\%'\n", " \"99\\% of your [target audience] don't. To be the 1% you need to [X].\",\n" ] }, { "data": { "text/plain": [ - "'a80cc75a-0682-400e-84d4-ce91dae68366'" + "'067a604a-6cf6-75b4-8000-a0cb0181a664'" ] }, - "execution_count": 36, + "execution_count": 40, "metadata": {}, "output_type": "execute_result" } @@ -443,16 +448,9 @@ "doc.id" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "#### Listing the Documents" - ] - }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 41, "metadata": {}, "outputs": [ { @@ -464,6 +462,7 @@ } ], "source": [ + "# Listing the Documents\n", "for doc in client.agents.docs.list(agent_id=AGENT_UUID):\n", " print(doc.content)" ] @@ -472,26 +471,47 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Defining a Task\n", + "### Defining a Task\n", "\n", "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", "\n", "You can use them to conduct complex actions by defining them step-by-step.\n", "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." + "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tasks)." ] }, { "cell_type": "code", - "execution_count": 39, + "execution_count": 64, "metadata": {}, "outputs": [], "source": [ "# Defining a Task\n", "import yaml\n", + "\n", + "RAPID_API_KEY = \"YOUR_RAPID_API_KEY\"\n", + "RAPID_API_HOST = \"YOUR_RAPID_API_HOST\"\n", + "\n", "task_def = yaml.safe_load(f\"\"\"\n", - "name: Agent Crawler\n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", + "name: Julep Reel Hook Generator\n", + "description: This gets the trending reels from Instagram and generates hooks for them.\n", + "\n", + "########################################################\n", + "####################### INPUT SCHEMA ###################\n", + "########################################################\n", + "input_schema:\n", + " type: object\n", + " properties:\n", + " topic:\n", + " type: string\n", + " description: The topic to generate hooks for.\n", "\n", + "########################################################\n", + "####################### TOOLS ##########################\n", + "########################################################\n", + "\n", + "# Defining the tools that the task will use in this workflow\n", "tools:\n", "- name: api_tool_call\n", " type: api_call\n", @@ -510,107 +530,131 @@ " subresource: doc\n", " operation: list\n", "\n", + "########################################################\n", + "####################### MAIN WORKFLOW ##################\n", + "########################################################\n", + "\n", "main:\n", "\n", + "# Step 0: Get the trending reels from Instagram\n", "- tool: api_tool_call\n", " arguments:\n", " params:\n", - " hashtag: \"inputs[0].topic\"\n", + " hashtag: $ steps[0].input.topic\n", "\n", + "# Step 1: Extract the caption, virality score, engagement score and one-liner description for each reel\n", "- evaluate:\n", - " summary: \"list({{\n", - " 'caption': ((response.get('caption') or {{}}).get('text') or 'No Caption Available'),\n", - " 'code': (response.get('code') or 'No Code Available'),\n", - " 'play_count': (response.get('play_count') or 0),\n", - " 'like_count': (response.get('like_count') or 0),\n", - " 'media_id': ((response.get('caption') or {{}}).get('id') or 0),\n", - " 'hashtags': ((response.get('caption') or {{}}).get('hashtags') or 'No Hashtag Available'),\n", - " 'video_duration': (response.get('video_duration') or 0),\n", - " 'comment_count': (response.get('comment_count') or 0),\n", - " 'reshare_count': (response.get('reshare_count') or 0),\n", - " 'has_audio': (response.get('has_audio') or False),\n", - " 'audio_type': (((response.get('clips_metadata') or {{}}).get('audio_type')) or 'No Audio Type Available'),\n", - " 'username': (((response.get('user') or {{}}).get('username')) or 'No Username Available'),\n", - " 'full_name': (((response.get('user') or {{}}).get('full_name')) or 'No Full Name Available'),\n", - " 'profile_pic_url': (((response.get('user') or {{}}).get('profile_pic_url')) or 'No Profile Pic URL Available'),\n", - " 'virality_score': (((response.get('reshare_count') or 0) / (response.get('play_count') or 1)) if (response.get('play_count') or 0) > 0 else 0),\n", - " 'engagement_score': (((response.get('like_count') or 0) / (response.get('play_count') or 1)) if (response.get('play_count') or 0) > 0 else 0),\n", - " 'video_duration': (response.get('video_duration') or 0)\n", - " }} for response in _['json']['data']['items'])\" \n", + " summary: >-\n", + " $ list({{\n", + " 'caption': ((response.get('caption') or {{}}).get('text') or 'No Caption Available'),\n", + " 'code': (response.get('code') or 'No Code Available'),\n", + " 'play_count': (response.get('play_count') or 0),\n", + " 'like_count': (response.get('like_count') or 0),\n", + " 'media_id': ((response.get('caption') or {{}}).get('id') or 0),\n", + " 'hashtags': ((response.get('caption') or {{}}).get('hashtags') or 'No Hashtag Available'),\n", + " 'video_duration': (response.get('video_duration') or 0),\n", + " 'comment_count': (response.get('comment_count') or 0),\n", + " 'reshare_count': (response.get('reshare_count') or 0),\n", + " 'has_audio': (response.get('has_audio') or False),\n", + " 'audio_type': (((response.get('clips_metadata') or {{}}).get('audio_type')) or 'No Audio Type Available'),\n", + " 'username': (((response.get('user') or {{}}).get('username')) or 'No Username Available'),\n", + " 'full_name': (((response.get('user') or {{}}).get('full_name')) or 'No Full Name Available'),\n", + " 'profile_pic_url': (((response.get('user') or {{}}).get('profile_pic_url')) or 'No Profile Pic URL Available'),\n", + " 'virality_score': (((response.get('reshare_count') or 0) / (response.get('play_count') or 1)) if (response.get('play_count') or 0) > 0 else 0),\n", + " 'engagement_score': (((response.get('like_count') or 0) / (response.get('play_count') or 1)) if (response.get('play_count') or 0) > 0 else 0),\n", + " 'video_duration': (response.get('video_duration') or 0)\n", + " }} for response in _['json']['data']['items']) \n", "\n", - "- over: _['summary']\n", + "# Step 2: Generate a description for each reel\n", + "- over: $ _['summary']\n", " parallelism: 4\n", " map:\n", " prompt:\n", " - role: system\n", " content: >-\n", - " You are a skilled agent tasked with creating a single description for each trending real estate reel for the given topic: {{{{inputs[0].topic}}}}.\n", + " $ f'''You are a skilled agent tasked with creating a single description for each trending real estate reel for the given topic: {{steps[0].input.topic}}.\n", " Use information gathered from the following data sources to gather the most relevant information:\n", "\n", - " Search Results: {{{{_['caption']}}}}\n", - " Virality Score: {{{{_['virality_score']}}}}\n", - " Engagement Score: {{{{_['engagement_score']}}}}\n", + " Search Results: {{_['caption']}}\n", + " Virality Score: {{_['virality_score']}}\n", + " Engagement Score: {{_['engagement_score']}}\n", "\n", - " Provide a json repsonse containing the caption, virality score, enagement score and one-liner description for the reel.\n", + " Provide a json repsonse containing the caption, virality score, enagement score and one-liner description for the reel.'''\n", " unwrap: true \n", "\n", + "# Step 3: Get the description and summary\n", "- evaluate:\n", - " summary: outputs[1]['summary']\n", - " description: list(load_json(res.replace(\"```json\", \"\").replace(\"```\", \"\")) for res in _)\n", + " summary: $ steps[1].output['summary']\n", + " description: $ list(load_json(res.replace(\"```json\", \"\").replace(\"```\", \"\")) for res in _)\n", "\n", + "# Step 4: Get the hooks document\n", "- tool: get_hooks_doc\n", " arguments:\n", - " agent_id: \"'{AGENT_UUID}'\"\n", - " \n", + " agent_id: {AGENT_UUID}\n", + "\n", + "# Step 5: Extract the hooks document\n", "- evaluate:\n", - " hooks_doc: _[0]['content']\n", + " content: $ _[0]['content']\n", + " label: hooks_doc\n", "\n", - "- over: outputs[3]['description']\n", + "# Step 6: Generate hooks for each reel\n", + "- over: $ steps[3].output['description']\n", " parallelism: 4\n", " map:\n", " prompt:\n", " - role: system\n", " content: >-\n", - " You are a skilled content creator tasked with generating 3 engaging video hooks for each reel having its description and caption. Use the following document containing hook templates to create effective hooks:\n", + " $ f'''You are a skilled content creator tasked with generating 3 engaging video hooks for each reel having its description and caption. Use the following document containing hook templates to create effective hooks:\n", " \n", - " {{{{_.hooks_doc}}}}\n", + " {{steps[\"hooks_doc\"].output.content}}\n", " \n", " Here are the caption and description to create hooks for:\n", "\n", - " Caption: {{{{_['caption']}}}}\n", - " Description: {{{{_['description']}}}}\n", - " Virality Score: {{{{_['virality_score']}}}}\n", - " Engagement Score: {{{{_['engagement_score']}}}}\n", + " Caption: {{_['caption']}}\n", + " Description: {{_['description']}}\n", + " Virality Score: {{_['virality_score']}}\n", + " Engagement Score: {{_['engagement_score']}}\n", "\n", " Your task is to generate 3 hooks (for the reel) by adapting the most suitable templates from the document. Each hook should be no more than 1 sentence long and directly relate to its corresponding idea.\n", " \n", - " Basically, all the ideas are taken from a search about this topic, which is {{{{inputs[0].topic}}}}. You should focus on this while writing the hooks.\n", + " Basically, all the ideas are taken from a search about this topic, which is {{steps[0].input.topic}}. You should focus on this while writing the hooks.\n", "\n", " Ensure that each hook is creative, engaging, and relevant to its idea while following the structure of the chosen template.\n", "\n", - " Provide a json repsonse containing the caption, virality score, enagement score, description and the list of 3 hooks for the reel.\n", + " Provide a json repsonse containing the caption, virality score, enagement score, description and the list of 3 hooks for the reel.'''\n", " unwrap: true\n", "\n", + "# Step 7: Get the hooks\n", "- evaluate:\n", - " summary: outputs[3]['summary']\n", - " hooks: list(load_json(res.replace(\"```json\", \"\").replace(\"```\", \"\")) for res in _)\n", - "\"\"\")\n", - "\n", - "# Creating/Updating a task\n", - "task = client.tasks.create_or_update(\n", - " task_id=TASK_UUID,\n", - " agent_id=AGENT_UUID,\n", - " **task_def\n", - ")" + " summary: $ steps[3].output['summary']\n", + " hooks: $ list(load_json(res.replace(\"```json\", \"\").replace(\"```\", \"\")) for res in _)\n", + "\"\"\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "Notes:\n", - "- The reason for using the quadruple curly braces `{{{{}}}}` for the jinja template is to avoid conflicts with the curly braces when using the `f` formatted strings in python. [More information here](https://stackoverflow.com/questions/64493332/jinja-templating-in-airflow-along-with-formatted-text)\n", - "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n" + "Notes:\n", + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# Creating/Updating a task\n", + "task = client.tasks.create_or_update(\n", + " task_id=TASK_UUID,\n", + " agent_id=AGENT_UUID,\n", + " **task_def\n", + ")" ] }, { @@ -624,15 +668,15 @@ }, { "cell_type": "code", - "execution_count": 40, + "execution_count": 65, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "CPU times: user 2 μs, sys: 0 ns, total: 2 μs\n", - "Wall time: 16.9 μs\n" + "CPU times: user 1e+03 ns, sys: 0 ns, total: 1e+03 ns\n", + "Wall time: 2.38 μs\n" ] } ], @@ -642,7 +686,7 @@ "execution = client.executions.create(\n", " task_id=task.id,\n", " input={\n", - " \"topic\": \"halloween snacks\"\n", + " \"topic\": \"halloween_snacks\"\n", " }\n", ")" ] @@ -663,7 +707,7 @@ }, { "cell_type": "code", - "execution_count": 41, + "execution_count": 68, "metadata": {}, "outputs": [ { @@ -671,311 +715,114 @@ "output_type": "stream", "text": [ "Transition type: init\n", - "Transition output: {'topic': 'halloween snacks'}\n", + "Transition output: {'topic': 'halloween_snacks'}\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: {'content': 'eyJkYXRhIjp7ImFkZGl0aW9uYWxfZGF0YSI6eyJhdXRvcGxheV90eXBlIjoic2luZ2xlIiwiZ3JpZF9wb3N0X2NsaWNrX2V4cGVyaWVuY2UiOiJjb250ZXh0dWFsIiwiaGFzX21vcmUiOnRydWUsImhhc19tb3JlX3JlZWxzIjp0cnVlLCJ0b3BpY19zdGF0dXMiOi0xfSwiY291bnQiOjE5LCJpdGVtcyI6W3siYXJlX3JlbWl4ZXNfY3Jvc3Nwb3N0YWJsZSI6ZmFsc2UsImF2YXRhcl9zdGlja2VycyI6W10sImJvb3N0X3VuYXZhaWxhYmxlX2lkZW50aWZpZXIiOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbiI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uX3YyIjpudWxsLCJjYW5fcmVwbHkiOmZhbHNlLCJjYW5fcmVzaGFyZSI6dHJ1ZSwiY2FuX3NhdmUiOnRydWUsImNhcHRpb24iOnsiY29udGVudF90eXBlIjoiY29tbWVudCIsImNyZWF0ZWRfYXQiOjE3Mjk1MzY4ODAsImNyZWF0ZWRfYXRfdXRjIjoxNzI5NTM2ODgwLCJkaWRfcmVwb3J0X2FzX3NwYW0iOmZhbHNlLCJoYXNodGFncyI6WyIjcHVmZnBhc3RyeSIsIiNoYWxsb3dlZW4iLCIjaGFsbG93ZWVuc25hY2tzIl0sImlkIjozNDc5ODk1MjcxNzYzMjI3NDEwLCJpc19jb3ZlcmVkIjpmYWxzZSwiaXNfcmFua2VkX2NvbW1lbnQiOmZhbHNlLCJtZW50aW9ucyI6W10sInBrIjoiMTgwNTg4OTU3MTk3Njg5NDMiLCJwcml2YXRlX3JlcGx5X3N0YXR1cyI6MCwic2hhcmVfZW5hYmxlZCI6ZmFsc2UsInN0YXR1cyI6IkFjdGl2ZSIsInRleHQiOiJHZXQgYSBVYmVyIEVhdHMgR2lmdCBDYXJkIGluIEJpbyDwn5G7IFxuXG5WaWEgLSBhbm5paWthbHkgLSB0aWt0b2tcbiNwdWZmcGFzdHJ5ICNoYWxsb3dlZW4gI2hhbGxvd2VlbnNuYWNrcyIsInR5cGUiOjEsInVzZXIiOnsiZmJpZF92MiI6MTc4NDE0MjE3MzI2OTU5NTQsImZ1bGxfbmFtZSI6IkZvb2QgY29udGVudCEhIPCfjaoiLCJpZCI6IjIxNjQ3NjM2NDIzIiwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjI2ODY1NTY0MDYwOTc5NDk4MDhfMjE2NDc2MzY0MjMiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8yNDU3MjIyNjZfMzg0MDk5NDc2Njk1MTkyXzQzODA4NjU5MDk1NDUyMjg1MF9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xJl9uY19vaGM9Z0Q2YmNLTkVSTE1RN2tOdmdIQUFDUDUmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlBSWVwVzVlUHhQbjluWmhnclRtclUwUEkxaEc5cWhhT1BkajBwekJhQkdFdyZvZT02NzYyRDc0RiZfbmNfc2lkPTc2YzBmYyIsInVzZXJuYW1lIjoiZm9vZGZ5cHAifSwidXNlcl9pZCI6MjE2NDc2MzY0MjN9LCJjYXB0aW9uX2lzX2VkaXRlZCI6dHJ1ZSwiY2xpcHNfbWV0YWRhdGEiOnsiYWNoaWV2ZW1lbnRzX2luZm8iOnsibnVtX2Vhcm5lZF9hY2hpZXZlbWVudHMiOm51bGwsInNob3dfYWNoaWV2ZW1lbnRzIjpmYWxzZX0sImFkZGl0aW9uYWxfYXVkaW9faW5mbyI6eyJhZGRpdGlvbmFsX2F1ZGlvX3VzZXJuYW1lIjpudWxsLCJhdWRpb19yZWF0dHJpYnV0aW9uX2luZm8iOnsic2hvdWxkX2FsbG93X3Jlc3RvcmUiOmZhbHNlfX0sImFzc2V0X3JlY29tbWVuZGF0aW9uX2luZm8iOm51bGwsImF1ZGlvX2Nhbm9uaWNhbF9pZCI6IjE4MjY2ODA2ODc2MTAyNDg2IiwiYXVkaW9fcmFua2luZ19pbmZvIjp7ImJlc3RfYXVkaW9fY2x1c3Rlcl9pZCI6IjE1NzgxNzg0NTI2MTk3NjMifSwiYXVkaW9fdHlwZSI6ImxpY2Vuc2VkX211c2ljIiwiYnJhbmRlZF9jb250ZW50X3RhZ19pbmZvIjp7ImNhbl9hZGRfdGFnIjpmYWxzZX0sImJyZWFraW5nX2NvbnRlbnRfaW5mbyI6bnVsbCwiYnJlYWtpbmdfY3JlYXRvcl9pbmZvIjpudWxsLCJjaGFsbGVuZ2VfaW5mbyI6bnVsbCwiY2xpcHNfY3JlYXRpb25fZW50cnlfcG9pbnQiOiJmZWVkIiwiY29udGVudF9hcHByZWNpYXRpb25faW5mbyI6eyJlbmFibGVkIjp0cnVlLCJlbnRyeV9wb2ludF9jb250YWluZXIiOnsiY29tbWVudCI6eyJhY3Rpb25fdHlwZSI6ImdpZnRpbmcifSwib3ZlcmZsb3ciOm51bGwsInBpbGwiOnsiYWN0aW9uX3R5cGUiOiJnaWZ0aW5nIiwicHJpb3JpdHkiOjF9LCJ1ZmkiOm51bGx9fSwiY29udGV4dHVhbF9oaWdobGlnaHRfaW5mbyI6bnVsbCwiY3V0b3V0X3N0aWNrZXJfaW5mbyI6W10sImRpc2FibGVfdXNlX2luX2NsaXBzX2NsaWVudF9jYWNoZSI6ZmFsc2UsImV4dGVybmFsX21lZGlhX2luZm8iOm51bGwsImZlYXR1cmVkX2xhYmVsIjpudWxsLCJpc19mYW5fY2x1Yl9wcm9tb192aWRlbyI6ZmFsc2UsImlzX3B1YmxpY19jaGF0X3dlbGNvbWVfdmlkZW8iOmZhbHNlLCJpc19zaGFyZWRfdG9fZmIiOnRydWUsIm1hc2h1cF9pbmZvIjp7ImNhbl90b2dnbGVfbWFzaHVwc19hbGxvd2VkIjpmYWxzZSwiZm9ybWF0dGVkX21hc2h1cHNfY291bnQiOm51bGwsImhhc19iZWVuX21hc2hlZF91cCI6dHJ1ZSwiaGFzX25vbm1pbWljYWJsZV9hZGRpdGlvbmFsX2F1ZGlvIjpmYWxzZSwiaXNfY3JlYXRvcl9yZXF1ZXN0aW5nX21hc2h1cCI6ZmFsc2UsImlzX2xpZ2h0X3dlaWdodF9jaGVjayI6dHJ1ZSwiaXNfbGlnaHRfd2VpZ2h0X3JldXNlX2FsbG93ZWRfY2hlY2siOmZhbHNlLCJpc19waXZvdF9wYWdlX2F2YWlsYWJsZSI6ZmFsc2UsImlzX3JldXNlX2FsbG93ZWQiOnRydWUsIm1hc2h1cF90eXBlIjpudWxsLCJtYXNodXBzX2FsbG93ZWQiOnRydWUsIm5vbl9wcml2YWN5X2ZpbHRlcmVkX21hc2h1cHNfbWVkaWFfY291bnQiOjUsIm9yaWdpbmFsX21lZGlhIjpudWxsLCJwcml2YWN5X2ZpbHRlcmVkX21hc2h1cHNfbWVkaWFfY291bnQiOm51bGx9LCJtZXJjaGFuZGlzaW5nX3BpbGxfaW5mbyI6bnVsbCwibXVzaWNfaW5mbyI6eyJtdXNpY19hc3NldF9pbmZvIjp7ImFsbG93c19zYXZpbmciOnRydWUsImFydGlzdF9pZCI6IjMyNjgzMjk0Mjg2NjUxOCIsImF1ZGlvX2Fzc2V0X2lkIjoiMTE0NzcyOTI5MjU0OTc3OSIsImF1ZGlvX2lkIjoiMTU3ODE3ODQ1MjYxOTc2MyIsImNvdmVyX2FydHdvcmtfdGh1bWJuYWlsX3VyaSI6Imh0dHBzOi8vc2NvbnRlbnQuZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDI2NDMyNDczXzkzMjYxMzI1MTcwMTkyMF8zNDU5MjE5ODA3OTA0NTY0MzQ0X24uanBnP3N0cD1kc3QtanBnX3MxNjh4MTI4X3R0NiZfbmNfY2F0PTEmY2NiPTEtNyZfbmNfc2lkPTJmMjU1NyZfbmNfb2hjPTJndzZyUk1iNlh3UTdrTnZnRlN4S0RBJl9uY196dD0yMyZfbmNfaHQ9c2NvbnRlbnQuZmV2bjUtMS5mbmEmX25jX2dpZD1BTDk4ald4bERqT0Jrb1J4UXRnQ0pESSZvaD0wMF9BWURoMTNlZERYZEhILUpzX040RUhIM3ZuN3kxM0tyZjZiVEtyR0RteVRHRTlRJm9lPTY3NjJEREJBIiwiY292ZXJfYXJ0d29ya191cmkiOiJodHRwczovL3Njb250ZW50LmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3QzOS4zMDgwOC02LzQyNjQzMjQ3M185MzI2MTMyNTE3MDE5MjBfMzQ1OTIxOTgwNzkwNDU2NDM0NF9uLmpwZz9zdHA9ZHN0LWpwZ19zMTY4eDEyOF90dDYmX25jX2NhdD0xJmNjYj0xLTcmX25jX3NpZD0yZjI1NTcmX25jX29oYz0yZ3c2clJNYjZYd1E3a052Z0ZTeEtEQSZfbmNfenQ9MjMmX25jX2h0PXNjb250ZW50LmZldm41LTEuZm5hJl9uY19naWQ9QUw5OGpXeGxEak9Ca29SeFF0Z0NKREkmb2g9MDBfQVlEaDEzZWREWGRISC1Kc19ONEVISDN2bjd5MTNLcmY2YlRLckdEbXlUR0U5USZvZT02NzYyRERCQSIsImRhcmtfbWVzc2FnZSI6bnVsbCwiZGlzcGxheV9hcnRpc3QiOiJNaWNoYWVsIEphY2tzb24iLCJkdXJhdGlvbl9pbl9tcyI6Mjc4MDk5LCJmYXN0X3N0YXJ0X3Byb2dyZXNzaXZlX2Rvd25sb2FkX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQuZmV2bjUtMS5mbmEuZmJjZG4ubmV0L28xL3YvdDIvZjIvbTY5L0FRUDBHR3M1R2Vna05NeW9fMmtObUFsd0RET21SSW1lVXQ1Z0VWZUdGYkJqQ0RYOHVLeHk2M3RuU3RFZ3QxbUZxcUFOalZmcVh6YjhvbVVLNGg3MEUtNFAubXA0P3N0cmV4dD0xJl9uY19jYXQ9MTAzJl9uY19zaWQ9OGJmOGZlJl9uY19odD1zY29udGVudC5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX29oYz1sMXlPaUtxNzEwY1E3a052Z0czSVZMcSZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbmh3ZGw5d2NtOW5jbVZ6YzJsMlpTNUJWVVJKVDE5UFRreFpMaTVETXk0d0xuQnliMmR5WlhOemFYWmxYMkYxWkdsdlgyRmhZM0JmTkRoZlpuSmhaMTh5WDJGMVpHbHZJaXdpZUhCMlgyRnpjMlYwWDJsa0lqbzVOalExTnpRMU1EZzVOVGN6T1RVc0luVnliR2RsYmw5emIzVnlZMlVpT2lKM2QzY2lmUSUzRCUzRCZjY2I9OS00Jl9uY196dD0yOCZvaD0wMF9BWUItN3hfcUdpdzFlX2JrU0cxbmJyZEh1SkI2SWFta3NlQ0x4MTRoZ0tHNGJnJm9lPTY3NjMwMzZBIiwiaGFzX2x5cmljcyI6dHJ1ZSwiaGlnaGxpZ2h0X3N0YXJ0X3RpbWVzX2luX21zIjpbMjEwMDAsNDQwMDAsMTUwMF0sImlkIjoiMTE0NzcyOTI5MjU0OTc3OSIsImlnX3VzZXJuYW1lIjoibWljaGFlbGphY2tzb24iLCJpc19lbGlnaWJsZV9mb3JfYXVkaW9fZWZmZWN0cyI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl92aW55bF9zdGlja2VyIjp0cnVlLCJpc19leHBsaWNpdCI6ZmFsc2UsImx5cmljcyI6bnVsbCwicHJvZ3Jlc3NpdmVfZG93bmxvYWRfdXJsIjoiaHR0cHM6Ly9zY29udGVudC5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvbzEvdi90Mi9mMi9tNjkvQVFQMEdHczVHZWdrTk15b18ya05tQWx3RERPbVJJbWVVdDVnRVZlR0ZiQmpDRFg4dUt4eTYzdG5TdEVndDFtRnFxQU5qVmZxWHpiOG9tVUs0aDcwRS00UC5tcDQ/c3RyZXh0PTEmX25jX2NhdD0xMDMmX25jX3NpZD04YmY4ZmUmX25jX2h0PXNjb250ZW50LmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfb2hjPWwxeU9pS3E3MTBjUTdrTnZnRzNJVkxxJmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkluaHdkbDl3Y205bmNtVnpjMmwyWlM1QlZVUkpUMTlQVGt4WkxpNURNeTR3TG5CeWIyZHlaWE56YVhabFgyRjFaR2x2WDJGaFkzQmZORGhmWm5KaFoxOHlYMkYxWkdsdklpd2llSEIyWDJGemMyVjBYMmxrSWpvNU5qUTFOelExTURnNU5UY3pPVFVzSW5WeWJHZGxibDl6YjNWeVkyVWlPaUozZDNjaWZRJTNEJTNEJmNjYj05LTQmX25jX3p0PTI4Jm9oPTAwX0FZQi03eF9xR2l3MWVfYmtTRzFuYnJkSHVKQjZJYW1rc2VDTHgxNGhnS0c0Ymcmb2U9Njc2MzAzNkEiLCJyZWFjdGl2ZV9hdWRpb19kb3dubG9hZF91cmwiOm51bGwsInNhbml0aXplZF90aXRsZSI6bnVsbCwic3VidGl0bGUiOiIiLCJ0aXRsZSI6IlRocmlsbGVyIDdcIiAoU3BlY2lhbCBFZGl0KSIsIndlYl8zMHNfcHJldmlld19kb3dubG9hZF91cmwiOm51bGx9LCJtdXNpY19jb25zdW1wdGlvbl9pbmZvIjp7ImFsbG93X21lZGlhX2NyZWF0aW9uX3dpdGhfbXVzaWMiOnRydWUsImF1ZGlvX2Fzc2V0X3N0YXJ0X3RpbWVfaW5fbXMiOjIxMDAwLCJhdWRpb19maWx0ZXJfaW5mb3MiOltdLCJhdWRpb19tdXRpbmdfaW5mbyI6eyJhbGxvd19hdWRpb19lZGl0aW5nIjpmYWxzZSwibXV0ZV9hdWRpbyI6ZmFsc2UsIm11dGVfcmVhc29uX3N0ciI6IiIsInNob3dfbXV0ZWRfYXVkaW9fdG9hc3QiOmZhbHNlfSwiY29udGFpbnNfbHlyaWNzIjpudWxsLCJkZXJpdmVkX2NvbnRlbnRfaWQiOm51bGwsImRpc3BsYXlfbGFiZWxzIjpudWxsLCJmb3JtYXR0ZWRfY2xpcHNfbWVkaWFfY291bnQiOm51bGwsImlnX2FydGlzdCI6eyJmdWxsX25hbWUiOiJNaWNoYWVsIEphY2tzb24iLCJpZCI6IjQ2ODM5MzUyMyIsImlzX3ByaXZhdGUiOmZhbHNlLCJpc192ZXJpZmllZCI6dHJ1ZSwicHJvZmlsZV9waWNfaWQiOiIzNDQ0OTg2MDA4NDg4NjIxOTY4XzQ2ODM5MzUyMyIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzQ1NzUwODU2NV8xMjA3NDI5NjIzNzk4Mzg4XzE5NTI0NDg1MjU4NDA1NzY3MzJfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MSZfbmNfb2hjPVA0aVZKTF85NmpnUTdrTnZnRVNYa1dKJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQUg2aWFrc0FDcUs3RXRCMFd0MkZ1Yms2Z0dCS3dBai1DaUFRTGN4MGRkX3cmb2U9Njc2MkY1M0UmX25jX3NpZD03NmMwZmMiLCJ1c2VybmFtZSI6Im1pY2hhZWxqYWNrc29uIn0sImlzX2Jvb2ttYXJrZWQiOmZhbHNlLCJpc190cmVuZGluZ19pbl9jbGlwcyI6ZmFsc2UsIm92ZXJsYXBfZHVyYXRpb25faW5fbXMiOjE2NDM5LCJwbGFjZWhvbGRlcl9wcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMTI0NDItMTUvNDM5ODU2MjlfMzExMTA1OTE2MTQ1MzUxXzU4MDY0NzU5ODExNDA1Nzc2X24uanBnP19uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9czN5LWcxcmlxellRN2tOdmdHTzlrb0gmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0FBQUFBJmNjYj03LTUmb2g9MDBfQVlCM0ozTzZXb2s3SE5sQm4xNzUyOUNZbG9yTjY5WWVUZmNPb2d1Y1dlVHMzUSZvZT02NzYyRTRCRCZfbmNfc2lkPTc2YzBmYyIsInByZXZpb3VzX3RyZW5kX3JhbmsiOm51bGwsInNob3VsZF9hbGxvd19tdXNpY19lZGl0aW5nIjpmYWxzZSwic2hvdWxkX211dGVfYXVkaW8iOmZhbHNlLCJzaG91bGRfbXV0ZV9hdWRpb19yZWFzb24iOiIiLCJzaG91bGRfbXV0ZV9hdWRpb19yZWFzb25fdHlwZSI6bnVsbCwidHJlbmRfcmFuayI6bnVsbH19LCJudXhfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwib3JpZ2luYWxpdHlfaW5mbyI6bnVsbCwicHJvZmVzc2lvbmFsX2NsaXBzX3Vwc2VsbF90eXBlIjowLCJyZWVsc19vbl90aGVfcmlzZV9pbmZvIjpudWxsLCJyZXVzYWJsZV90ZXh0X2F0dHJpYnV0ZV9zdHJpbmciOm51bGwsInJldXNhYmxlX3RleHRfaW5mbyI6bnVsbCwic2hvcHBpbmdfaW5mbyI6bnVsbCwic2hvd19hY2hpZXZlbWVudHMiOmZhbHNlLCJzaG93X3RpcHMiOm51bGwsInRlbXBsYXRlX2luZm8iOm51bGwsInZpZXdlcl9pbnRlcmFjdGlvbl9zZXR0aW5ncyI6bnVsbH0sImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiREJMRWtfNUFqTVMiLCJjb21tZW50X2NvdW50IjoxOCwiY29tbWVudF9pbmZvcm1fdHJlYXRtZW50Ijp7ImFjdGlvbl90eXBlIjpudWxsLCJzaG91bGRfaGF2ZV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwidGV4dCI6IiIsInVybCI6bnVsbH0sImNvbW1lbnRfdGhyZWFkaW5nX2VuYWJsZWQiOnRydWUsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcmVhdG9yX3ZpZXdlcl9pbnNpZ2h0cyI6W10sImNyb3NzcG9zdF9tZXRhZGF0YSI6W10sImRlbGV0ZWRfcmVhc29uIjowLCJkZXZpY2VfdGltZXN0YW1wIjoxNzI5MDU1ODU5MjYxNzYxLCJmYl9hZ2dyZWdhdGVkX2NvbW1lbnRfY291bnQiOjAsImZiX2FnZ3JlZ2F0ZWRfbGlrZV9jb3VudCI6MCwiZmJfbGlrZV9jb3VudCI6MjcsImZiX3BsYXlfY291bnQiOjIxODgsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmYmlkIjoiMTgwNTgzMTU0OTI3Njg5NDMiLCJmZWVkX3R5cGUiOiJjbGlwcyIsImZpbHRlcl90eXBlIjowLCJmdW5kcmFpc2VyX3RhZyI6eyJoYXNfc3RhbmRhbG9uZV9mdW5kcmFpc2VyIjpmYWxzZX0sImdlbl9haV9kZXRlY3Rpb25fbWV0aG9kIjp7ImRldGVjdGlvbl9tZXRob2QiOiJOT05FIn0sImhhc19hdWRpbyI6dHJ1ZSwiaGFzX2hpZ2hfcmlza19nZW5fYWlfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsImhhc19saWtlZCI6ZmFsc2UsImhhc19tb3JlX2NvbW1lbnRzIjp0cnVlLCJoYXNfcHJpdmF0ZWx5X2xpa2VkIjpmYWxzZSwiaGFzX3NoYXJlZF90b19mYiI6MCwiaGFzX3ZpZXdzX2ZldGNoaW5nIjp0cnVlLCJpZCI6IjM0Nzk4OTUyNzE3NjMyMjc0MTBfMjE2NDc2MzY0MjMiLCJpZ19tZWRpYV9zaGFyaW5nX2Rpc2FibGVkIjpmYWxzZSwiaWdfcGxheV9jb3VudCI6MzYwMTM1LCJpZ2Jpb19wcm9kdWN0IjpudWxsLCJpbWFnZV92ZXJzaW9ucyI6eyJhZGRpdGlvbmFsX2l0ZW1zIjp7ImZpcnN0X2ZyYW1lIjp7ImhlaWdodCI6ODUyLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS80NjM2MDAwNTBfODUyNDc1NjY2ODcxNDUxXzIyMzE4OTkwNjgzNjQxNjkyODRfbi5qcGc/c3RwPWRzdC1qcGdfZTE1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0Mk5EQjRNVEV6Tmk1elpISXVaamN4T0RjNExtRmtaR2wwYVc5dVlXeGZZMjkyWlhKZlpuSmhiV1VpZlEmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDMmX25jX29oYz1kNXViX3hWOUs4a1E3a052Z0VJTjhqUiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUFVOGZYbFJFbTN3ZGZ1clhubGpYZEIzbTF4c1dObkVmWnNEOU1XMktiUXJnJm9lPTY3NjJERkQzJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH0sImlndHZfZmlyc3RfZnJhbWUiOnsiaGVpZ2h0Ijo4NTIsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE1LzQ2MzYwMDA1MF84NTI0NzU2NjY4NzE0NTFfMjIzMTg5OTA2ODM2NDE2OTI4NF9uLmpwZz9zdHA9ZHN0LWpwZ19lMTVfcDQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTQyTkRCNE1URXpOaTV6WkhJdVpqY3hPRGM0TG1Ga1pHbDBhVzl1WVd4ZlkyOTJaWEpmWm5KaGJXVWlmUSZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMyZfbmNfb2hjPWQ1dWJfeFY5SzhrUTdrTnZnRUlOOGpSJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQVU4ZlhsUkVtM3dkZnVyWG5salhkQjNtMXhzV05uRWZac0Q5TVcyS2JRcmcmb2U9Njc2MkRGRDMmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfSwic21hcnRfZnJhbWUiOm51bGx9LCJpdGVtcyI6W3siaGVpZ2h0Ijo4NTMsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjM0MDUwNzRfMTA0NTc4NjM3Mzk5NTI3OV80NDg2OTU1ODIxNjQ5NTU5Nzk2X24uanBnP3N0cD1kc3QtanBnX2UxNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFNU1qQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMk52ZG1WeVgyWnlZVzFsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9LVRMR1RyVnhhdFFRN2tOdmdFU3lWbzEmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNPVGc1TlRJM01UYzJNekl5TnpReE1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQTBjVnZhWDN3QXY2VkJfU0NaVmoxeVdsZjh4NkNxa21kQlo2UElLMFU0d2cmb2U9Njc2MkUwMTYmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV0sInNjcnViYmVyX3Nwcml0ZXNoZWV0X2luZm9fY2FuZGlkYXRlcyI6eyJkZWZhdWx0Ijp7ImZpbGVfc2l6ZV9rYiI6NDE3LCJtYXhfdGh1bWJuYWlsc19wZXJfc3ByaXRlIjoxMDUsInJlbmRlcmVkX3dpZHRoIjo5Niwic3ByaXRlX2hlaWdodCI6MTI0Niwic3ByaXRlX3VybHMiOlsiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTUvNDYzNjAwMDQ4XzIyNjUxMTk0MzcxOTcyMDRfMjQwNzk4NDg4MzkzODc3MDU3X24uanBnP19uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAwJl9uY19vaGM9SkVCcG9tWDRZRHdRN2tOdmdFWGl6YWwmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlCeXA5NF9WMExQblpieGg4VnBFblg5eng3Q1Nnd3ZISkNyX3l6Y05Nbnh5dyZvZT02NzYyRTYyQSZfbmNfc2lkPTc2YzBmYyJdLCJzcHJpdGVfd2lkdGgiOjE1MDAsInRodW1ibmFpbF9kdXJhdGlvbiI6MC4xNTY4MTkwNDc2MTkwNDc2NCwidGh1bWJuYWlsX2hlaWdodCI6MTc4LCJ0aHVtYm5haWxfd2lkdGgiOjEwMCwidGh1bWJuYWlsc19wZXJfcm93IjoxNSwidG90YWxfdGh1bWJuYWlsX251bV9wZXJfc3ByaXRlIjoxMDUsInZpZGVvX2xlbmd0aCI6MTYuNDY2fX19LCJpbnRlZ3JpdHlfcmV2aWV3X2RlY2lzaW9uIjoicGVuZGluZyIsImludmVudG9yeV9zb3VyY2UiOiJyZWNvbW1lbmRlZF9jbGlwc19jaGFpbmluZ19tb2RlbCIsImludml0ZWRfY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiaXNfYXJ0aXN0X3BpY2siOmZhbHNlLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2Rhc2hfZWxpZ2libGUiOjEsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19yZXVzZV9hbGxvd2VkIjp0cnVlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdGhpcmRfcGFydHlfZG93bmxvYWRzX2VsaWdpYmxlIjp0cnVlLCJpc191bmlmaWVkX3ZpZGVvIjpmYWxzZSwiaXNfdmlkZW8iOnRydWUsImxheW91dF90eXBlIjoib25lX2J5X3R3b19yaWdodCIsImxpa2VfYW5kX3ZpZXdfY291bnRzX2Rpc2FibGVkIjpmYWxzZSwibGlrZV9jb3VudCI6OTc5OSwibWF4X251bV92aXNpYmxlX3ByZXZpZXdfY29tbWVudHMiOjAsIm1lZGlhX2Nyb3BwaW5nX2luZm8iOnsic3F1YXJlX2Nyb3AiOnsiY3JvcF9ib3R0b20iOjAsImNyb3BfbGVmdCI6MCwiY3JvcF9yaWdodCI6MCwiY3JvcF90b3AiOjB9fSwibWVkaWFfbmFtZSI6InJlZWwiLCJtZWRpYV9ub3RlcyI6eyJpdGVtcyI6W119LCJtZWRpYV90eXBlIjoyLCJtZXRhX2FpX3N1Z2dlc3RlZF9wcm9tcHRzIjpbXSwibXVzaWNfbWV0YWRhdGEiOm51bGwsIm51bWJlcl9vZl9xdWFsaXRpZXMiOjgsIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3JpZ2luYWxfaGVpZ2h0IjoxOTIwLCJvcmlnaW5hbF93aWR0aCI6MTA4MCwib3duZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjMsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQyMTczMjY5NTk1NCwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJGb29kIGNvbnRlbnQhISDwn42qIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjIxNjQ3NjM2NDIzIiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMjY4NjU1NjQwNjA5Nzk0OTgwOF8yMTY0NzYzNjQyMyIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzI0NTcyMjI2Nl8zODQwOTk0NzY2OTUxOTJfNDM4MDg2NTkwOTU0NTIyODUwX24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEmX25jX29oYz1nRDZiY0tORVJMTVE3a052Z0hBQUNQNSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUFJZXBXNWVQeFBuOW5aaGdyVG1yVTBQSTFoRzlxaGFPUGRqMHB6QmFCR0V3Jm9lPTY3NjJENzRGJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiZm9vZGZ5cHAifSwicGsiOjM0Nzk4OTUyNzE3NjMyMjc0MTAsInBsYXlfY291bnQiOjM2MjMyMywicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjbGlwcyIsInJlc2hhcmVfY291bnQiOjEzODgsInNoYXJlX2NvdW50X2Rpc2FibGVkIjpmYWxzZSwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwic2hvdWxkX3Nob3dfYXV0aG9yX3BvZ19mb3JfdGFnZ2VkX21lZGlhX3NoYXJlZF90b19wcm9maWxlX2dyaWQiOmZhbHNlLCJzb2NpYWxfY29udGV4dCI6W10sInN1YnNjcmliZV9jdGFfdmlzaWJsZSI6ZmFsc2UsInRha2VuX2F0IjoxNzI5MDU1ODk1LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MzQwNTA3NF8xMDQ1Nzg2MzczOTk1Mjc5XzQ0ODY5NTU4MjE2NDk1NTk3OTZfbi5qcGc/c3RwPWRzdC1qcGdfZTE1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREU1TWpBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgyTnZkbVZ5WDJaeVlXMWxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDcmX25jX29oYz0tVExHVHJWeGF0UVE3a052Z0VTeVZvMSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRM09UZzVOVEkzTVRjMk16SXlOelF4TUElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBMGNWdmFYM3dBdjZWQl9TQ1pWajF5V2xmOHg2Q3FrbWRCWjZQSUswVTR3ZyZvZT02NzYyRTAxNiZfbmNfc2lkPTc2YzBmYyIsInRpbWVsaW5lX3Bpbm5lZF91c2VyX2lkcyI6W10sInRvcF9saWtlcnMiOltdLCJ1c2VyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjozLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0MjE3MzI2OTU5NTQsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiRm9vZCBjb250ZW50ISEg8J+NqiIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiIyMTY0NzYzNjQyMyIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjI2ODY1NTY0MDYwOTc5NDk4MDhfMjE2NDc2MzY0MjMiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8yNDU3MjIyNjZfMzg0MDk5NDc2Njk1MTkyXzQzODA4NjU5MDk1NDUyMjg1MF9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xJl9uY19vaGM9Z0Q2YmNLTkVSTE1RN2tOdmdIQUFDUDUmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlBSWVwVzVlUHhQbjluWmhnclRtclUwUEkxaEc5cWhhT1BkajBwekJhQkdFdyZvZT02NzYyRDc0RiZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6ImZvb2RmeXBwIn0sInZpZGVvX2NvZGVjIjoidnAwOS4wMC4zMC4wOC4wMC4wMS4wMS4wMS4wMCIsInZpZGVvX2R1cmF0aW9uIjoxNi40NjYsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W10sInZpZGVvX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC9vMS92L3QxNi9mMi9tODYvQVFOTENSR2lsMllnc3Y2Q19SSmd0WEdpR21sXzhsTkEwejdNUVVKS1MzdG0tanN5UzZ6Yy1oMDFIeHQwQ2c2Y3dIcFdubWhkRVF1WDNzdmRPcHhTZUJxXzdpaWdSVmdYUHJ2ay05TS5tcDQ/ZWZnPWV5SjRjSFpmWVhOelpYUmZhV1FpT2pnMk9UVXlNVEl5TWpBeE16azFNeXdpZG1WdVkyOWtaVjkwWVdjaU9pSjRjSFpmY0hKdlozSmxjM05wZG1VdVNVNVRWRUZIVWtGTkxrTk1TVkJUTGtNekxqY3lNQzVrWVhOb1gySmhjMlZzYVc1bFh6RmZkakVpZlEmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDgmdnM9YmU3YWU4MWI5MzUzZGNhYiZfbmNfdnM9SEJrc0ZRSVlVbWxuWDNod2RsOXlaV1ZzYzE5d1pYSnRZVzVsYm5SZmMzSmZjSEp2WkM4ek5UUTVPRVkzT1VRek16UXhNemxFTVRoQlJEQXhSakpDTURKRk1URkNNMTkyYVdSbGIxOWtZWE5vYVc1cGRDNXRjRFFWQUFMSUFRQVZBaGc2Y0dGemMzUm9jbTkxWjJoZlpYWmxjbk4wYjNKbEwwZE9WRGx1UW5aUmRGQmtTMEpuVFVOQlRUbDJjbFk1YzBsMVRqTmljVjlGUVVGQlJoVUNBc2dCQUNnQUdBQWJBb2dIZFhObFgyOXBiQUV4RW5CeWIyZHlaWE56YVhabFgzSmxZMmx3WlFFeEZRQUFKb0xRZ1BubHRJc0RGUUlvQWtNekxCZEFNSGRMeHFmdm5oZ1NaR0Z6YUY5aVlYTmxiR2x1WlY4eFgzWXhFUUIxX2djQSZjY2I9OS00Jm9oPTAwX0FZRDA5WDhFNExtbXpNTE9sM0dXLVlLWTBvaGJVVlJZM0llUGtOOE1RWktZZXcmb2U9Njc1RjBDODkmX25jX3NpZD0xZDU3NmQiLCJ2aWRlb192ZXJzaW9ucyI6W3siaGVpZ2h0IjoxMjgwLCJpZCI6IjQ4MTY4Njg3NDg3Mzk4OHYiLCJ0eXBlIjoxMDEsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC9vMS92L3QxNi9mMi9tODYvQVFOTENSR2lsMllnc3Y2Q19SSmd0WEdpR21sXzhsTkEwejdNUVVKS1MzdG0tanN5UzZ6Yy1oMDFIeHQwQ2c2Y3dIcFdubWhkRVF1WDNzdmRPcHhTZUJxXzdpaWdSVmdYUHJ2ay05TS5tcDQ/ZWZnPWV5SjRjSFpmWVhOelpYUmZhV1FpT2pnMk9UVXlNVEl5TWpBeE16azFNeXdpZG1WdVkyOWtaVjkwWVdjaU9pSjRjSFpmY0hKdlozSmxjM05wZG1VdVNVNVRWRUZIVWtGTkxrTk1TVkJUTGtNekxqY3lNQzVrWVhOb1gySmhjMlZzYVc1bFh6RmZkakVpZlEmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDgmdnM9YmU3YWU4MWI5MzUzZGNhYiZfbmNfdnM9SEJrc0ZRSVlVbWxuWDNod2RsOXlaV1ZzYzE5d1pYSnRZVzVsYm5SZmMzSmZjSEp2WkM4ek5UUTVPRVkzT1VRek16UXhNemxFTVRoQlJEQXhSakpDTURKRk1URkNNMTkyYVdSbGIxOWtZWE5vYVc1cGRDNXRjRFFWQUFMSUFRQVZBaGc2Y0dGemMzUm9jbTkxWjJoZlpYWmxjbk4wYjNKbEwwZE9WRGx1UW5aUmRGQmtTMEpuVFVOQlRUbDJjbFk1YzBsMVRqTmljVjlGUVVGQlJoVUNBc2dCQUNnQUdBQWJBb2dIZFhObFgyOXBiQUV4RW5CeWIyZHlaWE56YVhabFgzSmxZMmx3WlFFeEZRQUFKb0xRZ1BubHRJc0RGUUlvQWtNekxCZEFNSGRMeHFmdm5oZ1NaR0Z6YUY5aVlYTmxiR2x1WlY4eFgzWXhFUUIxX2djQSZjY2I9OS00Jm9oPTAwX0FZRDA5WDhFNExtbXpNTE9sM0dXLVlLWTBvaGJVVlJZM0llUGtOOE1RWktZZXcmb2U9Njc1RjBDODkmX25jX3NpZD0xZDU3NmQiLCJ3aWR0aCI6NzIwfSx7ImhlaWdodCI6NjQwLCJpZCI6IjEwOTE1NDA1MjIzMDI5ODV2IiwidHlwZSI6MTAyLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvbzEvdi90MTYvZjIvbTg2L0FRTzd2UUFVZDk2M1VldUlsMms5aEpXcEZXdWdYMHJpb1NVUlgwUDFGeGRVYUZtWDZNWTEwdHJwbUNDdWt2V1lKSTFVTE9VSllpbExsTjRrZTNjUXp3d01PYTB1VnZsTkRRT0hacmsubXA0P2VmZz1leUo0Y0haZllYTnpaWFJmYVdRaU9qZzJPVFV5TVRJeU1qQXhNemsxTXl3aWRtVnVZMjlrWlY5MFlXY2lPaUo0Y0haZmNISnZaM0psYzNOcGRtVXVTVTVUVkVGSFVrRk5Ma05NU1ZCVExrTXpMak0yTUM1a1lYTm9YMkpoYzJWc2FXNWxYek5mZGpFaWZRJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAwJnZzPWViNzkyYTYyM2YwMmQ2NzgmX25jX3ZzPUhCa3NGUUlZVW1sblgzaHdkbDl5WldWc2MxOXdaWEp0WVc1bGJuUmZjM0pmY0hKdlpDODRNRFF4TmpRME1FWTVNRFJCT1ROQ016ZEJRemN6TnpVMk0wSkdSRGhCTjE5MmFXUmxiMTlrWVhOb2FXNXBkQzV0Y0RRVkFBTElBUUFWQWhnNmNHRnpjM1JvY205MVoyaGZaWFpsY25OMGIzSmxMMGRPVkRsdVFuWlJkRkJrUzBKblRVTkJUVGwyY2xZNWMwbDFUak5pY1Y5RlFVRkJSaFVDQXNnQkFDZ0FHQUFiQW9nSGRYTmxYMjlwYkFFeEVuQnliMmR5WlhOemFYWmxYM0psWTJsd1pRRXhGUUFBSm9MUWdQbmx0SXNERlFJb0FrTXpMQmRBTUhkTHhxZnZuaGdTWkdGemFGOWlZWE5sYkdsdVpWOHpYM1l4RVFCMV9nY0EmY2NiPTktNCZvaD0wMF9BWUJkQ0poLUxPeEdfNGx1NlBraFQzNWZxZGNQTWV2aDFwTkhOZ0ZsbUd3S0VBJm9lPTY3NUVGNUI1Jl9uY19zaWQ9MWQ1NzZkIiwid2lkdGgiOjM2MH0seyJoZWlnaHQiOjY0MCwiaWQiOiIxMDkxNTQwNTIyMzAyOTg1diIsInR5cGUiOjEwMywidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L28xL3YvdDE2L2YyL204Ni9BUU83dlFBVWQ5NjNVZXVJbDJrOWhKV3BGV3VnWDByaW9TVVJYMFAxRnhkVWFGbVg2TVkxMHRycG1DQ3VrdldZSkkxVUxPVUpZaWxMbE40a2UzY1F6d3dNT2EwdVZ2bE5EUU9IWnJrLm1wND9lZmc9ZXlKNGNIWmZZWE56WlhSZmFXUWlPamcyT1RVeU1USXlNakF4TXprMU15d2lkbVZ1WTI5a1pWOTBZV2NpT2lKNGNIWmZjSEp2WjNKbGMzTnBkbVV1U1U1VFZFRkhVa0ZOTGtOTVNWQlRMa016TGpNMk1DNWtZWE5vWDJKaGMyVnNhVzVsWHpOZmRqRWlmUSZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMCZ2cz1lYjc5MmE2MjNmMDJkNjc4Jl9uY192cz1IQmtzRlFJWVVtbG5YM2h3ZGw5eVpXVnNjMTl3WlhKdFlXNWxiblJmYzNKZmNISnZaQzg0TURReE5qUTBNRVk1TURSQk9UTkNNemRCUXpjek56VTJNMEpHUkRoQk4xOTJhV1JsYjE5a1lYTm9hVzVwZEM1dGNEUVZBQUxJQVFBVkFoZzZjR0Z6YzNSb2NtOTFaMmhmWlhabGNuTjBiM0psTDBkT1ZEbHVRblpSZEZCa1MwSm5UVU5CVFRsMmNsWTVjMGwxVGpOaWNWOUZRVUZCUmhVQ0FzZ0JBQ2dBR0FBYkFvZ0hkWE5sWDI5cGJBRXhFbkJ5YjJkeVpYTnphWFpsWDNKbFkybHdaUUV4RlFBQUpvTFFnUG5sdElzREZRSW9Ba016TEJkQU1IZEx4cWZ2bmhnU1pHRnphRjlpWVhObGJHbHVaVjh6WDNZeEVRQjFfZ2NBJmNjYj05LTQmb2g9MDBfQVlCZENKaC1MT3hHXzRsdTZQa2hUMzVmcWRjUE1ldmgxcE5ITmdGbG1Hd0tFQSZvZT02NzVFRjVCNSZfbmNfc2lkPTFkNTc2ZCIsIndpZHRoIjozNjB9XSwidmlld19zdGF0ZV9pdGVtX3R5cGUiOjEyOH0seyJib29zdF91bmF2YWlsYWJsZV9pZGVudGlmaWVyIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb24iOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbl92MiI6bnVsbCwiY2FuX3JlcGx5IjpmYWxzZSwiY2FuX3Jlc2hhcmUiOnRydWUsImNhbl9zYXZlIjp0cnVlLCJjYXB0aW9uIjpudWxsLCJjYXB0aW9uX2lzX2VkaXRlZCI6ZmFsc2UsImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiQ2tZZXZraU5VYWMiLCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2VfaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6IiIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcm9zc3Bvc3RfbWV0YWRhdGEiOltdLCJkZWxldGVkX3JlYXNvbiI6MCwiZGV2aWNlX3RpbWVzdGFtcCI6MTY2NzIyODc3MiwiZmJfYWdncmVnYXRlZF9jb21tZW50X2NvdW50IjowLCJmYl9hZ2dyZWdhdGVkX2xpa2VfY291bnQiOjAsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmYmlkIjoiMTc5NjkxNTYwNjU4MTI4OTUiLCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImZlZWRfdHlwZSI6Im1lZGlhIiwiZmlsdGVyX3R5cGUiOjAsImZ1bmRyYWlzZXJfdGFnIjp7Imhhc19zdGFuZGFsb25lX2Z1bmRyYWlzZXIiOmZhbHNlfSwiZ2VuX2FpX2RldGVjdGlvbl9tZXRob2QiOnsiZGV0ZWN0aW9uX21ldGhvZCI6Ik5PTkUifSwiaGFzX2hpZ2hfcmlza19nZW5fYWlfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsImhhc19wcml2YXRlbHlfbGlrZWQiOmZhbHNlLCJoYXNfc2hhcmVkX3RvX2ZiIjowLCJoYXNfdmlld3NfZmV0Y2hpbmciOnRydWUsImlkIjoiMjk2MTI1MTk2NTQzNTQ2MzMyNF82NDAzMTQ2MTgiLCJpZ19tZWRpYV9zaGFyaW5nX2Rpc2FibGVkIjpmYWxzZSwiaWdiaW9fcHJvZHVjdCI6bnVsbCwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTA4MCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTUvMzEzMzQ1NzY3Xzc5Njk5MTQ5MTQxMzAzOV8xMDI3NjA4ODkyMzE1OTk3NzI4X24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3T0RBdWMyUnlMbVl5T0RnMUxtUmxabUYxYkhSZmFXMWhaMlVpZlEmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDMmX25jX29oYz00OVVmNU8wLVpWZ1E3a052Z0dyT2FqOSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWprMk1USTFNVGsyTlRRek5UUTJNek15TkElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCVHU4emd1VUxlRDJjVm1OTE8zbUo1ME9MemdxcUl6TG5hN1BFam41bG1adyZvZT02NzYyRUVCQyZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxMDgwfSx7ImhlaWdodCI6NDgwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS8zMTMzNDU3NjdfNzk2OTkxNDkxNDEzMDM5XzEwMjc2MDg4OTIzMTU5OTc3Mjhfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3T0RBdWMyUnlMbVl5T0RnMUxtUmxabUYxYkhSZmFXMWhaMlVpZlEmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDMmX25jX29oYz00OVVmNU8wLVpWZ1E3a052Z0dyT2FqOSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWprMk1USTFNVGsyTlRRek5UUTJNek15TkElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEMlpmdlp0bzNtN25HLXl0ZEJVUUc1b3gwTVBKeF9JY3RpVGI2OE5ReXdyQSZvZT02NzYyRUVCQyZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJwZW5kaW5nIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdW5pZmllZF92aWRlbyI6ZmFsc2UsImlzX3ZpZGVvIjpmYWxzZSwibGF5b3V0X3R5cGUiOiJtZWRpYV9ncmlkIiwibGlrZV9hbmRfdmlld19jb3VudHNfZGlzYWJsZWQiOmZhbHNlLCJsaWtlcnMiOltdLCJtYXNodXBfaW5mbyI6eyJjYW5fdG9nZ2xlX21hc2h1cHNfYWxsb3dlZCI6ZmFsc2UsImZvcm1hdHRlZF9tYXNodXBzX2NvdW50IjpudWxsLCJoYXNfYmVlbl9tYXNoZWRfdXAiOmZhbHNlLCJoYXNfbm9ubWltaWNhYmxlX2FkZGl0aW9uYWxfYXVkaW8iOmZhbHNlLCJpc19jcmVhdG9yX3JlcXVlc3RpbmdfbWFzaHVwIjpmYWxzZSwiaXNfbGlnaHRfd2VpZ2h0X2NoZWNrIjp0cnVlLCJpc19saWdodF93ZWlnaHRfcmV1c2VfYWxsb3dlZF9jaGVjayI6ZmFsc2UsImlzX3Bpdm90X3BhZ2VfYXZhaWxhYmxlIjpmYWxzZSwiaXNfcmV1c2VfYWxsb3dlZCI6ZmFsc2UsIm1hc2h1cF90eXBlIjpudWxsLCJtYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJub25fcHJpdmFjeV9maWx0ZXJlZF9tYXNodXBzX21lZGlhX2NvdW50IjowLCJvcmlnaW5hbF9tZWRpYSI6bnVsbCwicHJpdmFjeV9maWx0ZXJlZF9tYXNodXBzX21lZGlhX2NvdW50IjpudWxsfSwibWF4X251bV92aXNpYmxlX3ByZXZpZXdfY29tbWVudHMiOjAsIm1lZGlhX25hbWUiOiJwb3N0IiwibWVkaWFfbm90ZXMiOnsiaXRlbXMiOltdfSwibWVkaWFfdHlwZSI6MSwibWV0YV9haV9zdWdnZXN0ZWRfcHJvbXB0cyI6W10sIm11c2ljX21ldGFkYXRhIjp7ImF1ZGlvX2Nhbm9uaWNhbF9pZCI6IjAiLCJhdWRpb190eXBlIjpudWxsLCJtdXNpY19pbmZvIjpudWxsLCJvcmlnaW5hbF9zb3VuZF9pbmZvIjpudWxsLCJwaW5uZWRfbWVkaWFfaWRzIjpudWxsfSwib3Blbl9jYXJvdXNlbF9zaG93X2ZvbGxvd19idXR0b24iOmZhbHNlLCJvcmlnaW5hbF9oZWlnaHQiOjEwODAsIm9yaWdpbmFsX3dpZHRoIjoxMDgwLCJvd25lciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MiwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDAxNzU4NTUwMDA0LCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6Ikx1Y2t5Vml0YW1pbiIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiI2NDAzMTQ2MTgiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjp0cnVlLCJwcm9maWxlX3BpY19pZCI6IjI2MTQwNzIwNDk0NjQwNTMxNzFfNjQwMzE0NjE4IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMjEzODU3NzQ0XzMwMjkzOTMxNTA2NzQwNDVfNzU0NzU5NzAzNDY2MDYwMzQ2M19uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDEmX25jX29oYz1UZVA5Y1N1WXYwY1E3a052Z0V2SmVLTyZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUF5MXdUSjRtMm5IZDNWem52cmNQRktyQWIzdWtnbU5RSGdnR3ZKY3RtUXlRJm9lPTY3NjJGRkI1Jl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MCwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoibHVja3l2aXRhbWluIn0sInBrIjoyOTYxMjUxOTY1NDM1NDYzMzI0LCJwcmV2aWV3X2NvbW1lbnRzIjpbXSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImZlZWQiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE2NjcyMjg3NzIsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS8zMTMzNDU3NjdfNzk2OTkxNDkxNDEzMDM5XzEwMjc2MDg4OTIzMTU5OTc3Mjhfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TURnd2VERXdPREF1YzJSeUxtWXlPRGcxTG1SbFptRjFiSFJmYVcxaFoyVWlmUSZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMyZfbmNfb2hjPTQ5VWY1TzAtWlZnUTdrTnZnR3JPYWo5Jl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NamsyTVRJMU1UazJOVFF6TlRRMk16TXlOQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJUdTh6Z3VVTGVEMmNWbU5MTzNtSjUwT0x6Z3FxSXpMbmE3UEVqbjVsbVp3Jm9lPTY3NjJFRUJDJl9uY19zaWQ9NzZjMGZjIiwidGltZWxpbmVfcGlubmVkX3VzZXJfaWRzIjpbXSwidXNlciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MiwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDAxNzU4NTUwMDA0LCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6Ikx1Y2t5Vml0YW1pbiIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiI2NDAzMTQ2MTgiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjp0cnVlLCJwcm9maWxlX3BpY19pZCI6IjI2MTQwNzIwNDk0NjQwNTMxNzFfNjQwMzE0NjE4IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMjEzODU3NzQ0XzMwMjkzOTMxNTA2NzQwNDVfNzU0NzU5NzAzNDY2MDYwMzQ2M19uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDEmX25jX29oYz1UZVA5Y1N1WXYwY1E3a052Z0V2SmVLTyZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUF5MXdUSjRtMm5IZDNWem52cmNQRktyQWIzdWtnbU5RSGdnR3ZKY3RtUXlRJm9lPTY3NjJGRkI1Jl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MCwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoibHVja3l2aXRhbWluIn0sInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiYm9vc3RfdW5hdmFpbGFibGVfaWRlbnRpZmllciI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb25fdjIiOm51bGwsImNhbl9tb2RpZnlfY2Fyb3VzZWwiOnRydWUsImNhbl9yZXBseSI6ZmFsc2UsImNhbl9yZXNoYXJlIjp0cnVlLCJjYW5fc2F2ZSI6dHJ1ZSwiY2FwdGlvbiI6bnVsbCwiY2FwdGlvbl9pc19lZGl0ZWQiOmZhbHNlLCJjYXJvdXNlbF9tZWRpYSI6W3siY2Fyb3VzZWxfcGFyZW50X2lkIjoiMzQ3Mjg3ODA2MjkxNDE3ODAxM181OTk1NDQ4MzcxMCIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjM0NzI4NzgwNTE4NjYzMzI0ODBfNTk5NTQ0ODM3MTAiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxODAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyMTczNjUwXzIzMDE5NTQ2MzY4NDU5OThfNDM5MDE2NDQ1NzY4NzA5NDMxNF9uLndlYnA/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMTAmX25jX29oYz0xcWJjOGhaVkdkWVE3a052Z0ZhWTlCdiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRM01qZzNPREExTVRnMk5qTXpNalE0TUElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDdGI4ZVVzQThneEtQVk9fNlZObUZrd0RFaG9UWUxFaU1XWGRaOUdveUNLdyZvZT02NzYzMDY1QiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyMTczNjUwXzIzMDE5NTQ2MzY4NDU5OThfNDM5MDE2NDQ1NzY4NzA5NDMxNF9uLndlYnA/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTEwJl9uY19vaGM9MXFiYzhoWlZHZFlRN2tOdmdGYVk5QnYmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1UZzJOak16TWpRNE1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ3RDMS1wNlJHQWlTX3JkQ2VheXNLSjBOSElrdkpONVpSa2JkMDJJZG9NSWcmb2U9Njc2MzA2NUImX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxODAwLCJvcmlnaW5hbF93aWR0aCI6MTQ0MCwicGsiOjM0NzI4NzgwNTE4NjYzMzI0ODAsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFnZ2VkX3VzZXJzIjp7ImluIjpbXX0sInRha2VuX2F0IjoxNzI4MjE5MzQ2LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjE3MzY1MF8yMzAxOTU0NjM2ODQ1OTk4XzQzOTAxNjQ0NTc2ODcwOTQzMTRfbi53ZWJwP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTEwJl9uY19vaGM9MXFiYzhoWlZHZFlRN2tOdmdGYVk5QnYmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1UZzJOak16TWpRNE1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ3RiOGVVc0E4Z3hLUFZPXzZWTm1Ga3dERWhvVFlMRWlNV1hkWjlHb3lDS3cmb2U9Njc2MzA2NUImX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImNhcm91c2VsX3BhcmVudF9pZCI6IjM0NzI4NzgwNjI5MTQxNzgwMTNfNTk5NTQ0ODM3MTAiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIzNDcyODc4MDUxNzU3MzAxMzQwXzU5OTU0NDgzNzEwIiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTgwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjI3OTQ1OF8xMDUzNjkwNzE2MjAzNTc2XzI2OTk2NTIxODY1MTg5ODA4NjZfbi53ZWJwP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA0Jl9uY19vaGM9T1JSQjI2RGxDMzhRN2tOdmdFNUJtLXAmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1UYzFOek13TVRNME1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQko2TU9WQkNWajExal9iZThjX1dRWlRuYndiWFNpcHhBcFc2ckVsdU5VaUEmb2U9Njc2MkVCNkEmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTQ0MH0seyJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjI3OTQ1OF8xMDUzNjkwNzE2MjAzNTc2XzI2OTk2NTIxODY1MTg5ODA4NjZfbi53ZWJwP3N0cD1kc3QtanBnX2UzNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNCZfbmNfb2hjPU9SUkIyNkRsQzM4UTdrTnZnRTVCbS1wJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelEzTWpnM09EQTFNVGMxTnpNd01UTTBNQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWURwUW9tM1ZDMWJKcHFQTnA0dzU3NTdnOWZuREVza3Joclg4c3NWTHN6R2VRJm9lPTY3NjJFQjZBJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTgwMCwib3JpZ2luYWxfd2lkdGgiOjE0NDAsInBrIjozNDcyODc4MDUxNzU3MzAxMzQwLCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRhZ2dlZF91c2VycyI6eyJpbiI6W3sicG9zaXRpb24iOlswLjUsMC41XSwic2hvd19jYXRlZ29yeV9vZl91c2VyIjpmYWxzZSwidXNlciI6eyJmdWxsX25hbWUiOiJTaW5lIFNpZW1rb3dpY3oiLCJpZCI6IjIyNTkzNjkxOTQiLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdmVyaWZpZWQiOnRydWUsInByb2ZpbGVfcGljX2lkIjoiMzA4NDE0NTg3NjMwNDc4MjEyOF8yMjU5MzY5MTk0IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMzQxODMxNjM4XzU0MzIzMDQ1MTMxNzYwNV80MjUzNDE4NTYzMzU1OTYyNDIyX24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEmX25jX29oYz1LdE54SUdNeFFsc1E3a052Z0c1M1FnbiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUNBbmg4N2RZVlA1SE9vWFJoWlZsTUVmdG9aNVdfS2FJMldNUVVVTEdNR1dRJm9lPTY3NjMwNkI5Jl9uY19zaWQ9NzZjMGZjIiwidXNlcm5hbWUiOiJmb29kYml0ZXMifX1dfSwidGFrZW5fYXQiOjE3MjgyMTkzNDYsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyMjc5NDU4XzEwNTM2OTA3MTYyMDM1NzZfMjY5OTY1MjE4NjUxODk4MDg2Nl9uLndlYnA/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDQmX25jX29oYz1PUlJCMjZEbEMzOFE3a052Z0U1Qm0tcCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRM01qZzNPREExTVRjMU56TXdNVE0wTUElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCSjZNT1ZCQ1ZqMTFqX2JlOGNfV1FaVG5id2JYU2lweEFwVzZyRWx1TlVpQSZvZT02NzYyRUI2QSZfbmNfc2lkPTc2YzBmYyIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiY2Fyb3VzZWxfcGFyZW50X2lkIjoiMzQ3Mjg3ODA2MjkxNDE3ODAxM181OTk1NDQ4MzcxMCIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjM0NzI4NzgwNTE4NjYzNDU3ODdfNTk5NTQ0ODM3MTAiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxODAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyMTkzNDM2XzgyNzk2MTI5MDU0OTI4MDRfNDU1MDQ4MzMyNTI5NjU4MDYzMF9uLndlYnA/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDQmX25jX29oYz1hdEw3Z1VaVW9xb1E3a052Z0c3cmlUTSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRM01qZzNPREExTVRnMk5qTTBOVGM0TnclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlESy1vajhncmZqVmNOQ2NnMVgxcDRqTjV1T1pSdFF3M3pqSEYzdXBBR2k5USZvZT02NzYyRUM5MyZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyMTkzNDM2XzgyNzk2MTI5MDU0OTI4MDRfNDU1MDQ4MzMyNTI5NjU4MDYzMF9uLndlYnA/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA0Jl9uY19vaGM9YXRMN2dVWlVvcW9RN2tOdmdHN3JpVE0mX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1UZzJOak0wTlRjNE53JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQl81LXcyUmd6RXlxelJFZTBRTVIyaGJBeEpDRG1jZHcwZ0lHb3U4MEM4dWcmb2U9Njc2MkVDOTMmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxODAwLCJvcmlnaW5hbF93aWR0aCI6MTQ0MCwicGsiOjM0NzI4NzgwNTE4NjYzNDU3ODcsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFnZ2VkX3VzZXJzIjp7ImluIjpbXX0sInRha2VuX2F0IjoxNzI4MjE5MzQ3LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjE5MzQzNl84Mjc5NjEyOTA1NDkyODA0XzQ1NTA0ODMzMjUyOTY1ODA2MzBfbi53ZWJwP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA0Jl9uY19vaGM9YXRMN2dVWlVvcW9RN2tOdmdHN3JpVE0mX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1UZzJOak0wTlRjNE53JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZREstb2o4Z3JmalZjTkNjZzFYMXA0ak41dU9aUnRRdzN6akhGM3VwQUdpOVEmb2U9Njc2MkVDOTMmX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImNhcm91c2VsX3BhcmVudF9pZCI6IjM0NzI4NzgwNjI5MTQxNzgwMTNfNTk5NTQ0ODM3MTAiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIzNDcyODc4MDUxOTE2NjgwNDA5XzU5OTU0NDgzNzEwIiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTgwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjE3NDI3NV8xNTk3NDI2MTExMTI4OTA1XzYyMDYwNzA4MTUzMDA1NTU3MDFfbi53ZWJwP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA1Jl9uY19vaGM9UWVYXzY1azZ6Y2tRN2tOdmdHNy01eV8mX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1Ua3hOalk0TURRd09RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQWM0Q2FNb1FlTXhIUm5fOWp2VGN1ZHFLVk5ZWGhyUUl1NzVxYjA5a0xITncmb2U9Njc2MkY2NDkmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTQ0MH0seyJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjE3NDI3NV8xNTk3NDI2MTExMTI4OTA1XzYyMDYwNzA4MTUzMDA1NTU3MDFfbi53ZWJwP3N0cD1kc3QtanBnX2UzNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNSZfbmNfb2hjPVFlWF82NWs2emNrUTdrTnZnRzctNXlfJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelEzTWpnM09EQTFNVGt4TmpZNE1EUXdPUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUNOMmloSjBaeGV0el9qbE9XbHk5VlRnZDFXU0g0OXpqMWdtRlBiVWlRM3RnJm9lPTY3NjJGNjQ5Jl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTgwMCwib3JpZ2luYWxfd2lkdGgiOjE0NDAsInBrIjozNDcyODc4MDUxOTE2NjgwNDA5LCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRhZ2dlZF91c2VycyI6eyJpbiI6W119LCJ0YWtlbl9hdCI6MTcyODIxOTM0NywidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjIxNzQyNzVfMTU5NzQyNjExMTEyODkwNV82MjA2MDcwODE1MzAwNTU1NzAxX24ud2VicD9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNSZfbmNfb2hjPVFlWF82NWs2emNrUTdrTnZnRzctNXlfJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelEzTWpnM09EQTFNVGt4TmpZNE1EUXdPUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFjNENhTW9RZU14SFJuXzlqdlRjdWRxS1ZOWVhoclFJdTc1cWIwOWtMSE53Jm9lPTY3NjJGNjQ5Jl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIzNDcyODc4MDYyOTE0MTc4MDEzXzU5OTU0NDgzNzEwIiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImV4cGxvcmVfcGl2b3RfZ3JpZCI6ZmFsc2UsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImlkIjoiMzQ3Mjg3ODA1MTg5MTUyNzM0OF81OTk1NDQ4MzcxMCIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE3OTksInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjIyNjUyMDJfNTU1NzYwNTQzNzE1MTg5XzQ3Mzg2MDEyOTY4MjQwODU1OTJfbi53ZWJwP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREUzT1RrdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA1Jl9uY19vaGM9TG9Yd196UjlQSGNRN2tOdmdGejQ0Y0YmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1UZzVNVFV5TnpNME9BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ204LUpJTERzOUJXdjFfdFJJbGczMThIZjlDOEVORGxFSjdGNy1vbDdQNVEmb2U9Njc2MkY0MjImX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTQ0MH0seyJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjI2NTIwMl81NTU3NjA1NDM3MTUxODlfNDczODYwMTI5NjgyNDA4NTU5Ml9uLndlYnA/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREUzT1RrdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA1Jl9uY19vaGM9TG9Yd196UjlQSGNRN2tOdmdGejQ0Y0YmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1UZzVNVFV5TnpNME9BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQjZpUWNjcEFkdnZIbG9qekxhZ3Y4OHlNYmNzSnlobXhON1NkdHlHeldhZHcmb2U9Njc2MkY0MjImX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxNzk5LCJvcmlnaW5hbF93aWR0aCI6MTQ0MCwicGsiOjM0NzI4NzgwNTE4OTE1MjczNDgsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFnZ2VkX3VzZXJzIjp7ImluIjpbXX0sInRha2VuX2F0IjoxNzI4MjE5MzQ3LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjI2NTIwMl81NTU3NjA1NDM3MTUxODlfNDczODYwMTI5NjgyNDA4NTU5Ml9uLndlYnA/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTNPVGt1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDUmX25jX29oYz1Mb1h3X3pSOVBIY1E3a052Z0Z6NDRjRiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRM01qZzNPREExTVRnNU1UVXlOek0wT0ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDbTgtSklMRHM5Qld2MV90UklsZzMxOEhmOUM4RU5EbEVKN0Y3LW9sN1A1USZvZT02NzYyRjQyMiZfbmNfc2lkPTc2YzBmYyIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiY2Fyb3VzZWxfcGFyZW50X2lkIjoiMzQ3Mjg3ODA2MjkxNDE3ODAxM181OTk1NDQ4MzcxMCIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjM0NzI4NzgwNTE3MzIyMDg2OTRfNTk5NTQ0ODM3MTAiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxNzk5LCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyMjY1Mzk0XzUyNTU3MjE0MDA2OTY1N18xMzE1MjM2NjMwMTkyMjk3MzY1X24ud2VicD9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFM09Ua3VjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPVllemV0dkFPTDRBUTdrTnZnRkdjYzRnJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelEzTWpnM09EQTFNVGN6TWpJd09EWTVOQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUF2bXYzUzc5M2ZULXR3cnh6d2p5bXZFY3ZhQ3J2eU93TThoLXZ6TEdKc0hBJm9lPTY3NjJEMjUwJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjE0NDB9LHsiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjIyNjUzOTRfNTI1NTcyMTQwMDY5NjU3XzEzMTUyMzY2MzAxOTIyOTczNjVfbi53ZWJwP3N0cD1kc3QtanBnX2UzNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFM09Ua3VjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPVllemV0dkFPTDRBUTdrTnZnRkdjYzRnJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelEzTWpnM09EQTFNVGN6TWpJd09EWTVOQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFkakRHWXlTdkN2YjctU2lfcFZNS2E0eVRyUnFPekx4RWszS0hWWjM1TV9BJm9lPTY3NjJEMjUwJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTc5OSwib3JpZ2luYWxfd2lkdGgiOjE0NDAsInBrIjozNDcyODc4MDUxNzMyMjA4Njk0LCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRhZ2dlZF91c2VycyI6eyJpbiI6W119LCJ0YWtlbl9hdCI6MTcyODIxOTM0NiwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjIyNjUzOTRfNTI1NTcyMTQwMDY5NjU3XzEzMTUyMzY2MzAxOTIyOTczNjVfbi53ZWJwP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREUzT1RrdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAxJl9uY19vaGM9WWV6ZXR2QU9MNEFRN2tOdmdGR2NjNGcmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1UY3pNakl3T0RZNU5BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQXZtdjNTNzkzZlQtdHdyeHp3anltdkVjdmFDcnZ5T3dNOGgtdnpMR0pzSEEmb2U9Njc2MkQyNTAmX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImNhcm91c2VsX3BhcmVudF9pZCI6IjM0NzI4NzgwNjI5MTQxNzgwMTNfNTk5NTQ0ODM3MTAiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIzNDcyODc4MDUxODY2NDI3ODYzXzU5OTU0NDgzNzEwIiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTgwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjMyNzgzOF80NjczMzkzMDk2NzQ0MzlfODc2MTkyNTMyNzQ0NzE0MzE3N19uLndlYnA/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMTEmX25jX29oYz1TWk8xaW1pTkJ6d1E3a052Z0hGWS1CMSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRM01qZzNPREExTVRnMk5qUXlOemcyTXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDS1dfaS0wR2k3bEFNNGd2dXBvVHEzNmF6cE9BNXFaLTdOTlowNTh3b0pmUSZvZT02NzYyRDM3MiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyMzI3ODM4XzQ2NzMzOTMwOTY3NDQzOV84NzYxOTI1MzI3NDQ3MTQzMTc3X24ud2VicD9zdHA9ZHN0LWpwZ19lMzVfcDQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMTEmX25jX29oYz1TWk8xaW1pTkJ6d1E3a052Z0hGWS1CMSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRM01qZzNPREExTVRnMk5qUXlOemcyTXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEYVBXbVVaaVFFWGk2aXc3c2U3Q3ZZdDJzckVOeEw3cHNtWGprVjAxa3V2dyZvZT02NzYyRDM3MiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImlzX3ZpZGVvIjpmYWxzZSwibWVkaWFfbmFtZSI6ImFsYnVtX2l0ZW0iLCJtZWRpYV90eXBlIjoxLCJvcmlnaW5hbF9oZWlnaHQiOjE4MDAsIm9yaWdpbmFsX3dpZHRoIjoxNDQwLCJwayI6MzQ3Mjg3ODA1MTg2NjQyNzg2MywicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2l0ZW0iLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJ0YWdnZWRfdXNlcnMiOnsiaW4iOltdfSwidGFrZW5fYXQiOjE3MjgyMTkzNDcsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyMzI3ODM4XzQ2NzMzOTMwOTY3NDQzOV84NzYxOTI1MzI3NDQ3MTQzMTc3X24ud2VicD9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTExMSZfbmNfb2hjPVNaTzFpbWlOQnp3UTdrTnZnSEZZLUIxJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelEzTWpnM09EQTFNVGcyTmpReU56ZzJNdyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUNLV19pLTBHaTdsQU00Z3Z1cG9UcTM2YXpwT0E1cVotN05OWjA1OHdvSmZRJm9lPTY3NjJEMzcyJl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX1dLCJjYXJvdXNlbF9tZWRpYV9jb3VudCI6NywiY2Fyb3VzZWxfbWVkaWFfaWRzIjpbMzQ3Mjg3ODA1MTg2NjMzMjQ4MCwzNDcyODc4MDUxNzU3MzAxMzQwLDM0NzI4NzgwNTE4NjYzNDU3ODcsMzQ3Mjg3ODA1MTkxNjY4MDQwOSwzNDcyODc4MDUxODkxNTI3MzQ4LDM0NzI4NzgwNTE3MzIyMDg2OTQsMzQ3Mjg3ODA1MTg2NjQyNzg2M10sImNhcm91c2VsX21lZGlhX3BlbmRpbmdfcG9zdF9jb3VudCI6MCwiY2xpcHNfdGFiX3Bpbm5lZF91c2VyX2lkcyI6W10sImNvYXV0aG9yX3Byb2R1Y2VyX2Nhbl9zZWVfb3JnYW5pY19pbnNpZ2h0cyI6ZmFsc2UsImNvYXV0aG9yX3Byb2R1Y2VycyI6W10sImNvZGUiOiJEQXlKREs0UHd2ZCIsImNvbW1lbnRfaW5mb3JtX3RyZWF0bWVudCI6eyJhY3Rpb25fdHlwZSI6bnVsbCwic2hvdWxkX2hhdmVfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsInRleHQiOiIiLCJ1cmwiOm51bGx9LCJjb21tZW50X3RocmVhZGluZ19lbmFibGVkIjp0cnVlLCJjb21tZXJjZV9pbnRlZ3JpdHlfcmV2aWV3X2RlY2lzaW9uIjoiIiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImNyb3NzcG9zdF9tZXRhZGF0YSI6W10sImRlbGV0ZWRfcmVhc29uIjowLCJkZXZpY2VfdGltZXN0YW1wIjoxNzE0Nzg4Nzk2MTQyMjAsImZiX2FnZ3JlZ2F0ZWRfY29tbWVudF9jb3VudCI6MCwiZmJfYWdncmVnYXRlZF9saWtlX2NvdW50IjowLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmJpZCI6IjE4MDAxNTk1MTU2NjYxNTM1IiwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJmZWVkX3R5cGUiOiJtZWRpYSIsImZpbHRlcl90eXBlIjowLCJmdW5kcmFpc2VyX3RhZyI6eyJoYXNfc3RhbmRhbG9uZV9mdW5kcmFpc2VyIjpmYWxzZX0sImdlbl9haV9kZXRlY3Rpb25fbWV0aG9kIjp7ImRldGVjdGlvbl9tZXRob2QiOiJOT05FIn0sImhhc19oaWdoX3Jpc2tfZ2VuX2FpX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJoYXNfcHJpdmF0ZWx5X2xpa2VkIjpmYWxzZSwiaGFzX3NoYXJlZF90b19mYiI6MCwiaGFzX3ZpZXdzX2ZldGNoaW5nIjp0cnVlLCJpZCI6IjM0NzI4NzgwNjI5MTQxNzgwMTNfNTk5NTQ0ODM3MTAiLCJpZ19tZWRpYV9zaGFyaW5nX2Rpc2FibGVkIjpmYWxzZSwiaWdiaW9fcHJvZHVjdCI6bnVsbCwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTgwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjE3MzY1MF8yMzAxOTU0NjM2ODQ1OTk4XzQzOTAxNjQ0NTc2ODcwOTQzMTRfbi53ZWJwP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTExMCZfbmNfb2hjPTFxYmM4aFpWR2RZUTdrTnZnRmFZOUJ2Jl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelEzTWpnM09EQTFNVGcyTmpNek1qUTRNQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUN0YjhlVXNBOGd4S1BWT182Vk5tRmt3REVob1RZTEVpTVdYZFo5R295Q0t3Jm9lPTY3NjMwNjVCJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjE0NDB9LHsiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjIxNzM2NTBfMjMwMTk1NDYzNjg0NTk5OF80MzkwMTY0NDU3Njg3MDk0MzE0X24ud2VicD9zdHA9ZHN0LWpwZ19lMzVfcDQ4MHg0ODBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTEwJl9uY19vaGM9MXFiYzhoWlZHZFlRN2tOdmdGYVk5QnYmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1UZzJOak16TWpRNE1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ3RDMS1wNlJHQWlTX3JkQ2VheXNLSjBOSElrdkpONVpSa2JkMDJJZG9NSWcmb2U9Njc2MzA2NUImX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpbnRlZ3JpdHlfcmV2aWV3X2RlY2lzaW9uIjoicGVuZGluZyIsImludml0ZWRfY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiaXNfY29tbWVudHNfZ2lmX2NvbXBvc2VyX2VuYWJsZWQiOnRydWUsImlzX2N1dG91dF9zdGlja2VyX2FsbG93ZWQiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWVkaWFfbm90ZV9yZWNzX251eCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZXRhX2FpX3NoYXJlIjpmYWxzZSwiaXNfaW5fcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfb3Blbl90b19wdWJsaWNfc3VibWlzc2lvbiI6ZmFsc2UsImlzX29yZ2FuaWNfcHJvZHVjdF90YWdnaW5nX2VsaWdpYmxlIjp0cnVlLCJpc19wYWlkX3BhcnRuZXJzaGlwIjpmYWxzZSwiaXNfcGlubmVkIjpmYWxzZSwiaXNfcG9zdF9saXZlX2NsaXBzX21lZGlhIjpmYWxzZSwiaXNfcmVzaGFyZV9vZl90ZXh0X3Bvc3RfYXBwX21lZGlhX2luX2lnIjpmYWxzZSwiaXNfc29jaWFsX3VmaV9kaXNhYmxlZCI6ZmFsc2UsImlzX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fdmlld2VyX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX3VuaWZpZWRfdmlkZW8iOmZhbHNlLCJpc192aWRlbyI6ZmFsc2UsImxheW91dF90eXBlIjoibWVkaWFfZ3JpZCIsImxpa2VfYW5kX3ZpZXdfY291bnRzX2Rpc2FibGVkIjpmYWxzZSwibGlrZXJzIjpbXSwibWF4X251bV92aXNpYmxlX3ByZXZpZXdfY29tbWVudHMiOjAsIm1lZGlhX25hbWUiOiJhbGJ1bSIsIm1lZGlhX25vdGVzIjp7Iml0ZW1zIjpbXX0sIm1lZGlhX3R5cGUiOjgsIm1ldGFfYWlfc3VnZ2VzdGVkX3Byb21wdHMiOltdLCJtdXNpY19tZXRhZGF0YSI6eyJhdWRpb19jYW5vbmljYWxfaWQiOiIwIiwiYXVkaW9fdHlwZSI6bnVsbCwibXVzaWNfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwicGlubmVkX21lZGlhX2lkcyI6bnVsbH0sIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3Blbl9jYXJvdXNlbF9zdWJtaXNzaW9uX3N0YXRlIjoiY2xvc2VkIiwib3JpZ2luYWxfaGVpZ2h0Ijo2MTIsIm9yaWdpbmFsX3dpZHRoIjo2MTIsIm93bmVyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjoyLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0NTk4NzEzMjQzMTAsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoi2KLZhdmI2LLYtCDYstio2KfZhiDYp9mG2q/ZhNuM2LPbjCDaqdmI2K/aqdin2YYiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiNTk5NTQ0ODM3MTAiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIzMjA5MTM0NTk0Mjg1MTYzMDI2XzU5OTU0NDgzNzEwIiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMzg3MjcwMzIzXzY1NzMzMzA5OTk0NDExODFfMzQ0MTI1Mjk1OTM5NDAyODY1NV9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDEmX25jX29oYz00T0h6S0U2MUFPTVE3a052Z0ZiR2NXeCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUI1bE5YeDFOYTZydFNLZlBqYUVzRW0tZlhBSlVlZ3NpMnBRemw3WHZHV1l3Jm9lPTY3NjJFNjMxJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MiwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiYml0c3lsaW5nbyJ9LCJwayI6MzQ3Mjg3ODA2MjkxNDE3ODAxMywicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9jb250YWluZXIiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE3MjgyMTkzNDgsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyMTczNjUwXzIzMDE5NTQ2MzY4NDU5OThfNDM5MDE2NDQ1NzY4NzA5NDMxNF9uLndlYnA/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTEwJl9uY19vaGM9MXFiYzhoWlZHZFlRN2tOdmdGYVk5QnYmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNNamczT0RBMU1UZzJOak16TWpRNE1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ3RiOGVVc0E4Z3hLUFZPXzZWTm1Ga3dERWhvVFlMRWlNV1hkWjlHb3lDS3cmb2U9Njc2MzA2NUImX25jX3NpZD03NmMwZmMiLCJ0aW1lbGluZV9waW5uZWRfdXNlcl9pZHMiOltdLCJ1c2VyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjoyLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0NTk4NzEzMjQzMTAsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoi2KLZhdmI2LLYtCDYstio2KfZhiDYp9mG2q/ZhNuM2LPbjCDaqdmI2K/aqdin2YYiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiNTk5NTQ0ODM3MTAiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIzMjA5MTM0NTk0Mjg1MTYzMDI2XzU5OTU0NDgzNzEwIiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMzg3MjcwMzIzXzY1NzMzMzA5OTk0NDExODFfMzQ0MTI1Mjk1OTM5NDAyODY1NV9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDEmX25jX29oYz00T0h6S0U2MUFPTVE3a052Z0ZiR2NXeCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUI1bE5YeDFOYTZydFNLZlBqYUVzRW0tZlhBSlVlZ3NpMnBRemw3WHZHV1l3Jm9lPTY3NjJFNjMxJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MiwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiYml0c3lsaW5nbyJ9LCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImJvb3N0X3VuYXZhaWxhYmxlX2lkZW50aWZpZXIiOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbiI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uX3YyIjpudWxsLCJjYW5fbW9kaWZ5X2Nhcm91c2VsIjp0cnVlLCJjYW5fcmVwbHkiOmZhbHNlLCJjYW5fcmVzaGFyZSI6dHJ1ZSwiY2FuX3NhdmUiOnRydWUsImNhcHRpb24iOm51bGwsImNhcHRpb25faXNfZWRpdGVkIjpmYWxzZSwiY2Fyb3VzZWxfbWVkaWEiOlt7ImNhcm91c2VsX3BhcmVudF9pZCI6IjM0ODQ1MDM0MjY0NTg5NTk4MThfNTE4MDAxNzI5NjEiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIzNDg0NTAzNDIwOTk3NzU2ODkzXzUxODAwMTcyOTYxIiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTgwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2NDI1NDMwOV84ODU2NzUwOTk5MTA5MTVfNDEyMTUwMDg0MTgzNTMzNTE3Nl9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNyZfbmNfb2hjPUZpS0lfcWFTU1pvUTdrTnZnR0dqVW9LJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE0TkRVd016UXlNRGs1TnpjMU5qZzVNdyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWURFSkJ2MHFYVVBpaDNqMnh6dUdtWTNwSTM3QklCTkJWc1I3SnowTU9QdzVBJm9lPTY3NjJERTk0Jl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjE0NDB9LHsiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjQyNTQzMDlfODg1Njc1MDk5OTEwOTE1XzQxMjE1MDA4NDE4MzUzMzUxNzZfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9RmlLSV9xYVNTWm9RN2tOdmdHR2pVb0smX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRORFV3TXpReU1EazVOemMxTmpnNU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ1ZPM0VZWmFnUUlYb3B2di1SbW5zV21iNy1pSmZJbmt4VERma3dRdTltOXcmb2U9Njc2MkRFOTQmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxODAwLCJvcmlnaW5hbF93aWR0aCI6MTQ0MCwicGsiOjM0ODQ1MDM0MjA5OTc3NTY4OTMsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFrZW5fYXQiOjE3Mjk2MDUxOTgsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDY0MjU0MzA5Xzg4NTY3NTA5OTkxMDkxNV80MTIxNTAwODQxODM1MzM1MTc2X24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9RmlLSV9xYVNTWm9RN2tOdmdHR2pVb0smX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRORFV3TXpReU1EazVOemMxTmpnNU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZREVKQnYwcVhVUGloM2oyeHp1R21ZM3BJMzdCSUJOQlZzUjdKejBNT1B3NUEmb2U9Njc2MkRFOTQmX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImNhcm91c2VsX3BhcmVudF9pZCI6IjM0ODQ1MDM0MjY0NTg5NTk4MThfNTE4MDAxNzI5NjEiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIzNDg0NTAzNDIwOTk3NzkxNjAzXzUxODAwMTcyOTYxIiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTc5OSwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2NDE5MTcxN18xNDYwMDk3NjIxMzMxMjIxXzc0NDg1NDk2MjExNjc4ODQ0MDJfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTNPVGt1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1XNGx1T3ZNeW42Z1E3a052Z0VRZmgyTSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRNE5EVXdNelF5TURrNU56YzVNVFl3TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEV0FNXzF2MjlLeFJVWkZudU0zRXJGeGwzRTY2eEZaXzlwN09iU0RMTWd3QSZvZT02NzYyRTdDQSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDY0MTkxNzE3XzE0NjAwOTc2MjEzMzEyMjFfNzQ0ODU0OTYyMTE2Nzg4NDQwMl9uLmpwZz9zdHA9ZHN0LWpwZ19lMzVfcDQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTNPVGt1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1XNGx1T3ZNeW42Z1E3a052Z0VRZmgyTSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRNE5EVXdNelF5TURrNU56YzVNVFl3TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCYV93M3pGTjM2Z0xSeXRBQ1pZVkI1bllGd295eENFU1p1cWVOMmpmMWZGdyZvZT02NzYyRTdDQSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImlzX3ZpZGVvIjpmYWxzZSwibWVkaWFfbmFtZSI6ImFsYnVtX2l0ZW0iLCJtZWRpYV90eXBlIjoxLCJvcmlnaW5hbF9oZWlnaHQiOjE3OTksIm9yaWdpbmFsX3dpZHRoIjoxNDQwLCJwayI6MzQ4NDUwMzQyMDk5Nzc5MTYwMywicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2l0ZW0iLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJ0YWtlbl9hdCI6MTcyOTYwNTE5OCwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjQxOTE3MTdfMTQ2MDA5NzYyMTMzMTIyMV83NDQ4NTQ5NjIxMTY3ODg0NDAyX24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREUzT1RrdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9VzRsdU92TXluNmdRN2tOdmdFUWZoMk0mX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRORFV3TXpReU1EazVOemM1TVRZd013JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZRFdBTV8xdjI5S3hSVVpGbnVNM0VyRnhsM0U2NnhGWl85cDdPYlNETE1nd0Emb2U9Njc2MkU3Q0EmX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfV0sImNhcm91c2VsX21lZGlhX2NvdW50IjoyLCJjYXJvdXNlbF9tZWRpYV9pZHMiOlszNDg0NTAzNDIwOTk3NzU2ODkzLDM0ODQ1MDM0MjA5OTc3OTE2MDNdLCJjYXJvdXNlbF9tZWRpYV9wZW5kaW5nX3Bvc3RfY291bnQiOjAsImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiREJiY1dlWXQ3X0siLCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImNyb3NzcG9zdF9tZXRhZGF0YSI6W10sImRlbGV0ZWRfcmVhc29uIjowLCJkZXZpY2VfdGltZXN0YW1wIjoxNzI5NjA1MTc4MTQ3NDM5LCJmYl9hZ2dyZWdhdGVkX2NvbW1lbnRfY291bnQiOjAsImZiX2FnZ3JlZ2F0ZWRfbGlrZV9jb3VudCI6MCwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZiaWQiOiIxODAzNzMxNTgyOTIzMDI2MiIsImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiZmVlZF90eXBlIjoibWVkaWEiLCJmaWx0ZXJfdHlwZSI6MCwiZnVuZHJhaXNlcl90YWciOnsiaGFzX3N0YW5kYWxvbmVfZnVuZHJhaXNlciI6ZmFsc2V9LCJnZW5fYWlfZGV0ZWN0aW9uX21ldGhvZCI6eyJkZXRlY3Rpb25fbWV0aG9kIjoiTk9ORSJ9LCJoYXNfaGlnaF9yaXNrX2dlbl9haV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwiaGFzX3ByaXZhdGVseV9saWtlZCI6ZmFsc2UsImhhc19zaGFyZWRfdG9fZmIiOjAsImhhc192aWV3c19mZXRjaGluZyI6dHJ1ZSwiaWQiOiIzNDg0NTAzNDI2NDU4OTU5ODE4XzUxODAwMTcyOTYxIiwiaWdfbWVkaWFfc2hhcmluZ19kaXNhYmxlZCI6ZmFsc2UsImlnYmlvX3Byb2R1Y3QiOm51bGwsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE4MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjQyNTQzMDlfODg1Njc1MDk5OTEwOTE1XzQxMjE1MDA4NDE4MzUzMzUxNzZfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9RmlLSV9xYVNTWm9RN2tOdmdHR2pVb0smX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRORFV3TXpReU1EazVOemMxTmpnNU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZREVKQnYwcVhVUGloM2oyeHp1R21ZM3BJMzdCSUJOQlZzUjdKejBNT1B3NUEmb2U9Njc2MkRFOTQmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTQ0MH0seyJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2NDI1NDMwOV84ODU2NzUwOTk5MTA5MTVfNDEyMTUwMDg0MTgzNTMzNTE3Nl9uLmpwZz9zdHA9ZHN0LWpwZ19lMzVfcDQ4MHg0ODBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9RmlLSV9xYVNTWm9RN2tOdmdHR2pVb0smX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRORFV3TXpReU1EazVOemMxTmpnNU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ1ZPM0VZWmFnUUlYb3B2di1SbW5zV21iNy1pSmZJbmt4VERma3dRdTltOXcmb2U9Njc2MkRFOTQmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpbnRlZ3JpdHlfcmV2aWV3X2RlY2lzaW9uIjoicGVuZGluZyIsImludml0ZWRfY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiaXNfY29tbWVudHNfZ2lmX2NvbXBvc2VyX2VuYWJsZWQiOnRydWUsImlzX2N1dG91dF9zdGlja2VyX2FsbG93ZWQiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWVkaWFfbm90ZV9yZWNzX251eCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZXRhX2FpX3NoYXJlIjpmYWxzZSwiaXNfaW5fcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfb3Blbl90b19wdWJsaWNfc3VibWlzc2lvbiI6ZmFsc2UsImlzX29yZ2FuaWNfcHJvZHVjdF90YWdnaW5nX2VsaWdpYmxlIjp0cnVlLCJpc19wYWlkX3BhcnRuZXJzaGlwIjpmYWxzZSwiaXNfcGlubmVkIjpmYWxzZSwiaXNfcG9zdF9saXZlX2NsaXBzX21lZGlhIjpmYWxzZSwiaXNfcmVzaGFyZV9vZl90ZXh0X3Bvc3RfYXBwX21lZGlhX2luX2lnIjpmYWxzZSwiaXNfc29jaWFsX3VmaV9kaXNhYmxlZCI6ZmFsc2UsImlzX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fdmlld2VyX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX3VuaWZpZWRfdmlkZW8iOmZhbHNlLCJpc192aWRlbyI6ZmFsc2UsImxhdCI6NDkuMzE1LCJsYXlvdXRfdHlwZSI6Im1lZGlhX2dyaWQiLCJsaWtlX2FuZF92aWV3X2NvdW50c19kaXNhYmxlZCI6ZmFsc2UsImxpa2VycyI6W10sImxuZyI6OC4zODg4LCJsb2NhdGlvbiI6eyJhZGRyZXNzIjoiIiwiY2l0eSI6IiIsImV4dGVybmFsX3NvdXJjZSI6ImZhY2Vib29rX3BsYWNlcyIsImZhY2Vib29rX3BsYWNlc19pZCI6MTA5ODA3ODIyMzcxMjA5LCJpc19lbGlnaWJsZV9mb3JfZ3VpZGVzIjp0cnVlLCJsYXQiOjQ5LjMxNSwibG5nIjo4LjM4ODgsIm5hbWUiOiJEdWRlbmhvZmVuIiwicGsiOjI4OTg3MTM3Mywic2hvcnRfbmFtZSI6IkR1ZGVuaG9mZW4ifSwibWF4X251bV92aXNpYmxlX3ByZXZpZXdfY29tbWVudHMiOjAsIm1lZGlhX25hbWUiOiJhbGJ1bSIsIm1lZGlhX25vdGVzIjp7Iml0ZW1zIjpbXX0sIm1lZGlhX3R5cGUiOjgsIm1ldGFfYWlfc3VnZ2VzdGVkX3Byb21wdHMiOltdLCJtdXNpY19tZXRhZGF0YSI6eyJhdWRpb19jYW5vbmljYWxfaWQiOiIwIiwiYXVkaW9fdHlwZSI6bnVsbCwibXVzaWNfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwicGlubmVkX21lZGlhX2lkcyI6bnVsbH0sIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3Blbl9jYXJvdXNlbF9zdWJtaXNzaW9uX3N0YXRlIjoiY2xvc2VkIiwib3JpZ2luYWxfaGVpZ2h0Ijo2MTIsIm9yaWdpbmFsX3dpZHRoIjo2MTIsIm93bmVyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjozLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0NTE3NDg4NTUwMjEsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiQmlya3VudGFraW50ZSIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiI1MTgwMDE3Mjk2MSIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjMxMDgyMDk4MDYzNTU0NzQxNDlfNTE4MDAxNzI5NjEiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8zNDg2NzM4NDBfMTI2OTA3NjYxMDM3NzQxNV83MTU3NTA2NTA4NzM5OTY1MTA2X24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTExMSZfbmNfb2hjPTVlQUV2ekhLYk5JUTdrTnZnRnVQbzlXJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01Jm9oPTAwX0FZRDljNV9WNTNhYjNhbEVqLWV3bkc1ZzY4N2lnMDdpUENKNGliWTAzU21hNEEmb2U9Njc2MkQ1MkMmX25jX3NpZD03NmMwZmMiLCJzaG93X2FjY291bnRfdHJhbnNwYXJlbmN5X2RldGFpbHMiOnRydWUsInRoaXJkX3BhcnR5X2Rvd25sb2Fkc19lbmFibGVkIjoyLCJ0cmFuc3BhcmVuY3lfcHJvZHVjdF9lbmFibGVkIjpmYWxzZSwidXNlcm5hbWUiOiJiaXJrdW50YWtpbnRlIn0sInBrIjozNDg0NTAzNDI2NDU4OTU5ODE4LCJwcmV2aWV3X2NvbW1lbnRzIjpbXSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2NvbnRhaW5lciIsInNoYXJlX2NvdW50X2Rpc2FibGVkIjpmYWxzZSwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwic2hvdWxkX3Nob3dfYXV0aG9yX3BvZ19mb3JfdGFnZ2VkX21lZGlhX3NoYXJlZF90b19wcm9maWxlX2dyaWQiOmZhbHNlLCJzdWJzY3JpYmVfY3RhX3Zpc2libGUiOmZhbHNlLCJ0YWtlbl9hdCI6MTcyOTYwNTE5OSwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjQyNTQzMDlfODg1Njc1MDk5OTEwOTE1XzQxMjE1MDA4NDE4MzUzMzUxNzZfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9RmlLSV9xYVNTWm9RN2tOdmdHR2pVb0smX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRORFV3TXpReU1EazVOemMxTmpnNU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZREVKQnYwcVhVUGloM2oyeHp1R21ZM3BJMzdCSUJOQlZzUjdKejBNT1B3NUEmb2U9Njc2MkRFOTQmX25jX3NpZD03NmMwZmMiLCJ0aW1lbGluZV9waW5uZWRfdXNlcl9pZHMiOltdLCJ1c2VyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjozLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0NTE3NDg4NTUwMjEsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiQmlya3VudGFraW50ZSIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiI1MTgwMDE3Mjk2MSIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjMxMDgyMDk4MDYzNTU0NzQxNDlfNTE4MDAxNzI5NjEiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8zNDg2NzM4NDBfMTI2OTA3NjYxMDM3NzQxNV83MTU3NTA2NTA4NzM5OTY1MTA2X24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTExMSZfbmNfb2hjPTVlQUV2ekhLYk5JUTdrTnZnRnVQbzlXJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01Jm9oPTAwX0FZRDljNV9WNTNhYjNhbEVqLWV3bkc1ZzY4N2lnMDdpUENKNGliWTAzU21hNEEmb2U9Njc2MkQ1MkMmX25jX3NpZD03NmMwZmMiLCJzaG93X2FjY291bnRfdHJhbnNwYXJlbmN5X2RldGFpbHMiOnRydWUsInRoaXJkX3BhcnR5X2Rvd25sb2Fkc19lbmFibGVkIjoyLCJ0cmFuc3BhcmVuY3lfcHJvZHVjdF9lbmFibGVkIjpmYWxzZSwidXNlcm5hbWUiOiJiaXJrdW50YWtpbnRlIn0sInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiYm9vc3RfdW5hdmFpbGFibGVfaWRlbnRpZmllciI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb25fdjIiOm51bGwsImNhbl9yZXBseSI6ZmFsc2UsImNhbl9yZXNoYXJlIjp0cnVlLCJjYW5fc2F2ZSI6dHJ1ZSwiY2FwdGlvbiI6bnVsbCwiY2FwdGlvbl9pc19lZGl0ZWQiOmZhbHNlLCJjbGlwc190YWJfcGlubmVkX3VzZXJfaWRzIjpbXSwiY29hdXRob3JfcHJvZHVjZXJfY2FuX3NlZV9vcmdhbmljX2luc2lnaHRzIjpmYWxzZSwiY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiY29kZSI6IkI0Ujc4djNuRU5xIiwiY29tbWVudF9pbmZvcm1fdHJlYXRtZW50Ijp7ImFjdGlvbl90eXBlIjpudWxsLCJzaG91bGRfaGF2ZV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwidGV4dCI6IiIsInVybCI6bnVsbH0sImNvbW1lbnRfdGhyZWFkaW5nX2VuYWJsZWQiOnRydWUsImNvbW1lcmNlX2ludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiIiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiY3Jvc3Nwb3N0X21ldGFkYXRhIjpbXSwiZGVsZXRlZF9yZWFzb24iOjAsImRldmljZV90aW1lc3RhbXAiOjE1NzI1MTgyNTk3NTIyNDMsImZiX2FnZ3JlZ2F0ZWRfY29tbWVudF9jb3VudCI6MCwiZmJfYWdncmVnYXRlZF9saWtlX2NvdW50IjowLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmJpZCI6IjE3OTY5NzI4NjEyMjk0MTcwIiwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJmZWVkX3R5cGUiOiJtZWRpYSIsImZpbHRlcl90eXBlIjowLCJmdW5kcmFpc2VyX3RhZyI6eyJoYXNfc3RhbmRhbG9uZV9mdW5kcmFpc2VyIjpmYWxzZX0sImdlbl9haV9kZXRlY3Rpb25fbWV0aG9kIjp7ImRldGVjdGlvbl9tZXRob2QiOiJOT05FIn0sImhhc19oaWdoX3Jpc2tfZ2VuX2FpX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJoYXNfcHJpdmF0ZWx5X2xpa2VkIjpmYWxzZSwiaGFzX3NoYXJlZF90b19mYiI6MCwiaGFzX3ZpZXdzX2ZldGNoaW5nIjp0cnVlLCJpZCI6IjIxNjY3NzY1NTUwNTM1MzIwMTBfMzI3MDU3MDczNyIsImlnX21lZGlhX3NoYXJpbmdfZGlzYWJsZWQiOmZhbHNlLCJpZ2Jpb19wcm9kdWN0IjpudWxsLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxMjIwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS83NDYwNTEzOF8xNjU2NTMxNjExNzM4OTZfMjY4NjQ5MTMzNTUwOTY5NTQ2N19uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNakl3ZURFeU1qQXVjMlJ5TG1ZeU9EZzFMbVJsWm1GMWJIUmZhVzFoWjJVaWZRJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA4Jl9uY19vaGM9ZkR1NXhnamdiV2tRN2tOdmdIXzRQZDMmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qRTJOamMzTmpVMU5UQTFNelV6TWpBeE1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQVQyZXd6LWRZNUg0YnZzblZnVVg1VXBxYmRfNEx6UzM1RW1sRkswb3hTNXcmb2U9Njc2MkYwQTMmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTIyMH0seyJoZWlnaHQiOjQ4MCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTUvNzQ2MDUxMzhfMTY1NjUzMTYxMTczODk2XzI2ODY0OTEzMzU1MDk2OTU0Njdfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1qSXdlREV5TWpBdWMyUnlMbVl5T0RnMUxtUmxabUYxYkhSZmFXMWhaMlVpZlEmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDgmX25jX29oYz1mRHU1eGdqZ2JXa1E3a052Z0hfNFBkMyZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpFMk5qYzNOalUxTlRBMU16VXpNakF4TUElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBTEN2a1RwOGVUaEEwMDktWVpqeVdid042dVZITGFSRWZqcFU3Y0hHakdpQSZvZT02NzYyRjBBMyZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJwZW5kaW5nIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdW5pZmllZF92aWRlbyI6ZmFsc2UsImlzX3ZpZGVvIjpmYWxzZSwibGF5b3V0X3R5cGUiOiJtZWRpYV9ncmlkIiwibGlrZV9hbmRfdmlld19jb3VudHNfZGlzYWJsZWQiOmZhbHNlLCJsaWtlcnMiOltdLCJtYXNodXBfaW5mbyI6eyJjYW5fdG9nZ2xlX21hc2h1cHNfYWxsb3dlZCI6ZmFsc2UsImZvcm1hdHRlZF9tYXNodXBzX2NvdW50IjpudWxsLCJoYXNfYmVlbl9tYXNoZWRfdXAiOmZhbHNlLCJoYXNfbm9ubWltaWNhYmxlX2FkZGl0aW9uYWxfYXVkaW8iOmZhbHNlLCJpc19jcmVhdG9yX3JlcXVlc3RpbmdfbWFzaHVwIjpmYWxzZSwiaXNfbGlnaHRfd2VpZ2h0X2NoZWNrIjp0cnVlLCJpc19saWdodF93ZWlnaHRfcmV1c2VfYWxsb3dlZF9jaGVjayI6ZmFsc2UsImlzX3Bpdm90X3BhZ2VfYXZhaWxhYmxlIjpmYWxzZSwiaXNfcmV1c2VfYWxsb3dlZCI6ZmFsc2UsIm1hc2h1cF90eXBlIjpudWxsLCJtYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJub25fcHJpdmFjeV9maWx0ZXJlZF9tYXNodXBzX21lZGlhX2NvdW50IjowLCJvcmlnaW5hbF9tZWRpYSI6bnVsbCwicHJpdmFjeV9maWx0ZXJlZF9tYXNodXBzX21lZGlhX2NvdW50IjpudWxsfSwibWF4X251bV92aXNpYmxlX3ByZXZpZXdfY29tbWVudHMiOjAsIm1lZGlhX25hbWUiOiJwb3N0IiwibWVkaWFfbm90ZXMiOnsiaXRlbXMiOltdfSwibWVkaWFfdHlwZSI6MSwibWV0YV9haV9zdWdnZXN0ZWRfcHJvbXB0cyI6W10sIm11c2ljX21ldGFkYXRhIjp7ImF1ZGlvX2Nhbm9uaWNhbF9pZCI6IjAiLCJhdWRpb190eXBlIjpudWxsLCJtdXNpY19pbmZvIjpudWxsLCJvcmlnaW5hbF9zb3VuZF9pbmZvIjpudWxsLCJwaW5uZWRfbWVkaWFfaWRzIjpudWxsfSwib3Blbl9jYXJvdXNlbF9zaG93X2ZvbGxvd19idXR0b24iOmZhbHNlLCJvcmlnaW5hbF9oZWlnaHQiOjEyMjAsIm9yaWdpbmFsX3dpZHRoIjoxMjIwLCJvd25lciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MiwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDAzMjAyMTI4ODIxLCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IkxldCd0c1RyZW5kIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjMyNzA1NzA3MzciLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIxODMyMTY3MDI2MjE5OTU3ODQyXzMyNzA1NzA3MzciLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8zNzc4OTkwNF8xODU4MjQ0MzU2MjE3MTFfODExMDkxNzAyNjkxNjA3MzQ3Ml9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDcmX25jX29oYz1XMXFpQkk3MTlUMFE3a052Z0gtWXNaaCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUJhYkg2ZXhpREZNZUx2aThuN2kwc0dZM0NIZDR4NkY0eFZmRktXbHVGd0dnJm9lPTY3NjJFMjQyJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoibGV0c3RyZW5kaW5nIn0sInBrIjoyMTY2Nzc2NTU1MDUzNTMyMDEwLCJwcmV2aWV3X2NvbW1lbnRzIjpbXSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImZlZWQiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE1NzI1MTk5MTUsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS83NDYwNTEzOF8xNjU2NTMxNjExNzM4OTZfMjY4NjQ5MTMzNTUwOTY5NTQ2N19uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNakl3ZURFeU1qQXVjMlJ5TG1ZeU9EZzFMbVJsWm1GMWJIUmZhVzFoWjJVaWZRJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA4Jl9uY19vaGM9ZkR1NXhnamdiV2tRN2tOdmdIXzRQZDMmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qRTJOamMzTmpVMU5UQTFNelV6TWpBeE1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQVQyZXd6LWRZNUg0YnZzblZnVVg1VXBxYmRfNEx6UzM1RW1sRkswb3hTNXcmb2U9Njc2MkYwQTMmX25jX3NpZD03NmMwZmMiLCJ0aW1lbGluZV9waW5uZWRfdXNlcl9pZHMiOltdLCJ1c2VyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjoyLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0MDMyMDIxMjg4MjEsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiTGV0J3RzVHJlbmQiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiMzI3MDU3MDczNyIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjE4MzIxNjcwMjYyMTk5NTc4NDJfMzI3MDU3MDczNyIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzM3Nzg5OTA0XzE4NTgyNDQzNTYyMTcxMV84MTEwOTE3MDI2OTE2MDczNDcyX24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNyZfbmNfb2hjPVcxcWlCSTcxOVQwUTdrTnZnSC1Zc1poJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQmFiSDZleGlERk1lTHZpOG43aTBzR1kzQ0hkNHg2RjR4VmZGS1dsdUZ3R2cmb2U9Njc2MkUyNDImX25jX3NpZD03NmMwZmMiLCJzaG93X2FjY291bnRfdHJhbnNwYXJlbmN5X2RldGFpbHMiOnRydWUsInRoaXJkX3BhcnR5X2Rvd25sb2Fkc19lbmFibGVkIjoxLCJ0cmFuc3BhcmVuY3lfcHJvZHVjdF9lbmFibGVkIjpmYWxzZSwidXNlcm5hbWUiOiJsZXRzdHJlbmRpbmcifSwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJib29zdF91bmF2YWlsYWJsZV9pZGVudGlmaWVyIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb24iOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbl92MiI6bnVsbCwiY2FuX21vZGlmeV9jYXJvdXNlbCI6ZmFsc2UsImNhbl9yZXBseSI6ZmFsc2UsImNhbl9yZXNoYXJlIjp0cnVlLCJjYW5fc2F2ZSI6dHJ1ZSwiY2FwdGlvbiI6bnVsbCwiY2FwdGlvbl9pc19lZGl0ZWQiOmZhbHNlLCJjYXJvdXNlbF9tZWRpYSI6W3siY2Fyb3VzZWxfcGFyZW50X2lkIjoiMjk2MTQwODQzMDA4NjM1NjY4NV8xODE1MjQ4NDgiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIyOTYxNDA4NDI1NzQxMTYyNzM0XzE4MTUyNDg0OCIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE0NDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zMTMxMjUxNjlfOTAzMjAxOTQxMDQ3NTI2XzIwNzIwNDc4MjIwNTI5Nzk0NzBfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTBOREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDImX25jX29oYz14VFBZV2lkUzYxSVE3a052Z0hhbmpPMSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWprMk1UUXdPRFF5TlRjME1URTJNamN6TkElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEMWxjcTRZTzNfMHR3SElnS3EwRnplOXYwczRwQTZiUnRjbDdSeWlqazBNZyZvZT02NzYzMDQ4MSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NDgwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzEzMTI1MTY5XzkwMzIwMTk0MTA0NzUyNl8yMDcyMDQ3ODIyMDUyOTc5NDcwX24uanBnP3N0cD1kc3QtanBnX2UzNV9zNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFME5EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMiZfbmNfb2hjPXhUUFlXaWRTNjFJUTdrTnZnSGFuak8xJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NamsyTVRRd09EUXlOVGMwTVRFMk1qY3pOQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFlM2NxYlpfekpUV09pVldramJMTGVEdG9pbWdKYi16MTBVajlzZUh3dmx3Jm9lPTY3NjMwNDgxJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTQ0MCwib3JpZ2luYWxfd2lkdGgiOjE0NDAsInBrIjoyOTYxNDA4NDI1NzQxMTYyNzM0LCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNjY3MjQ3NDE2LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzMxMzEyNTE2OV85MDMyMDE5NDEwNDc1MjZfMjA3MjA0NzgyMjA1Mjk3OTQ3MF9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFME5EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMiZfbmNfb2hjPXhUUFlXaWRTNjFJUTdrTnZnSGFuak8xJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NamsyTVRRd09EUXlOVGMwTVRFMk1qY3pOQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUQxbGNxNFlPM18wdHdISWdLcTBGemU5djBzNHBBNmJSdGNsN1J5aWprME1nJm9lPTY3NjMwNDgxJl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIyOTYxNDA4NDMwMDg2MzU2Njg1XzE4MTUyNDg0OCIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjI5NjE0MDg0MjU3NDk1NDU1NDFfMTgxNTI0ODQ4IiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTQ0MCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzMxMzY4OTQ1NV8xMzU0NTUxOTkyNzE4NTVfNDY4NTY3MDE4ODY1MzU5MjM1Ml9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFME5EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNyZfbmNfb2hjPTNGdUFVRzgzcTZNUTdrTnZnR1F0OE5aJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NamsyTVRRd09EUXlOVGMwT1RVME5UVTBNUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWURkZkZmWU1WQnBxSVlQTmVCbHlwOHhaVE5iQXQ3T2xUcThpWXZEaWJjN3FnJm9lPTY3NjMwNDMwJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjE0NDB9LHsiaGVpZ2h0Ijo0ODAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zMTM2ODk0NTVfMTM1NDU1MTk5MjcxODU1XzQ2ODU2NzAxODg2NTM1OTIzNTJfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREUwTkRBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9M0Z1QVVHODNxNk1RN2tOdmdHUXQ4TlomX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qazJNVFF3T0RReU5UYzBPVFUwTlRVME1RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZRGJqOGVrTDlXOFJCVjNVTUhfQnVCT093SVFOTW5XZmp1ZE5vQTBvcmw3blEmb2U9Njc2MzA0MzAmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxNDQwLCJvcmlnaW5hbF93aWR0aCI6MTQ0MCwicGsiOjI5NjE0MDg0MjU3NDk1NDU1NDEsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFrZW5fYXQiOjE2NjcyNDc0MTYsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzEzNjg5NDU1XzEzNTQ1NTE5OTI3MTg1NV80Njg1NjcwMTg4NjUzNTkyMzUyX24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREUwTkRBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9M0Z1QVVHODNxNk1RN2tOdmdHUXQ4TlomX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qazJNVFF3T0RReU5UYzBPVFUwTlRVME1RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZRGRmRmZZTVZCcHFJWVBOZUJseXA4eFpUTmJBdDdPbFRxOGlZdkRpYmM3cWcmb2U9Njc2MzA0MzAmX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfV0sImNhcm91c2VsX21lZGlhX2NvdW50IjoyLCJjYXJvdXNlbF9tZWRpYV9pZHMiOlsyOTYxNDA4NDI1NzQxMTYyNzM0LDI5NjE0MDg0MjU3NDk1NDU1NDFdLCJjYXJvdXNlbF9tZWRpYV9wZW5kaW5nX3Bvc3RfY291bnQiOjAsImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiQ2taQ1VibUpQN04iLCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImNyb3NzcG9zdF9tZXRhZGF0YSI6W10sImRlbGV0ZWRfcmVhc29uIjowLCJkZXZpY2VfdGltZXN0YW1wIjoxNjY3MjQ3Mjc3MTM1OTYxLCJmYl9hZ2dyZWdhdGVkX2NvbW1lbnRfY291bnQiOjAsImZiX2FnZ3JlZ2F0ZWRfbGlrZV9jb3VudCI6MCwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZiaWQiOiIxNzkyNzUwNzY4NzU2MDY3NSIsImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiZmVlZF90eXBlIjoibWVkaWEiLCJmaWx0ZXJfdHlwZSI6MCwiZnVuZHJhaXNlcl90YWciOnsiaGFzX3N0YW5kYWxvbmVfZnVuZHJhaXNlciI6ZmFsc2V9LCJnZW5fYWlfZGV0ZWN0aW9uX21ldGhvZCI6eyJkZXRlY3Rpb25fbWV0aG9kIjoiTk9ORSJ9LCJoYXNfaGlnaF9yaXNrX2dlbl9haV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwiaGFzX3ByaXZhdGVseV9saWtlZCI6ZmFsc2UsImhhc19zaGFyZWRfdG9fZmIiOjAsImhhc192aWV3c19mZXRjaGluZyI6dHJ1ZSwiaWQiOiIyOTYxNDA4NDMwMDg2MzU2Njg1XzE4MTUyNDg0OCIsImlnX21lZGlhX3NoYXJpbmdfZGlzYWJsZWQiOmZhbHNlLCJpZ2Jpb19wcm9kdWN0IjpudWxsLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxNDQwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzEzMTI1MTY5XzkwMzIwMTk0MTA0NzUyNl8yMDcyMDQ3ODIyMDUyOTc5NDcwX24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMiZfbmNfb2hjPXhUUFlXaWRTNjFJUTdrTnZnSGFuak8xJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NamsyTVRRd09EUXlOVGMwTVRFMk1qY3pOQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUQxbGNxNFlPM18wdHdISWdLcTBGemU5djBzNHBBNmJSdGNsN1J5aWprME1nJm9lPTY3NjMwNDgxJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjE0NDB9LHsiaGVpZ2h0Ijo0ODAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zMTMxMjUxNjlfOTAzMjAxOTQxMDQ3NTI2XzIwNzIwNDc4MjIwNTI5Nzk0NzBfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMiZfbmNfb2hjPXhUUFlXaWRTNjFJUTdrTnZnSGFuak8xJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NamsyTVRRd09EUXlOVGMwTVRFMk1qY3pOQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFlM2NxYlpfekpUV09pVldramJMTGVEdG9pbWdKYi16MTBVajlzZUh3dmx3Jm9lPTY3NjMwNDgxJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6InBlbmRpbmciLCJpbnZpdGVkX2NvYXV0aG9yX3Byb2R1Y2VycyI6W10sImlzX2NvbW1lbnRzX2dpZl9jb21wb3Nlcl9lbmFibGVkIjp0cnVlLCJpc19jdXRvdXRfc3RpY2tlcl9hbGxvd2VkIjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21lZGlhX25vdGVfcmVjc19udXgiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWV0YV9haV9zaGFyZSI6ZmFsc2UsImlzX2luX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX29wZW5fdG9fcHVibGljX3N1Ym1pc3Npb24iOmZhbHNlLCJpc19vcmdhbmljX3Byb2R1Y3RfdGFnZ2luZ19lbGlnaWJsZSI6dHJ1ZSwiaXNfcGFpZF9wYXJ0bmVyc2hpcCI6ZmFsc2UsImlzX3Bpbm5lZCI6ZmFsc2UsImlzX3Bvc3RfbGl2ZV9jbGlwc19tZWRpYSI6ZmFsc2UsImlzX3Jlc2hhcmVfb2ZfdGV4dF9wb3N0X2FwcF9tZWRpYV9pbl9pZyI6ZmFsc2UsImlzX3NvY2lhbF91ZmlfZGlzYWJsZWQiOmZhbHNlLCJpc190YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3ZpZXdlcl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc191bmlmaWVkX3ZpZGVvIjpmYWxzZSwiaXNfdmlkZW8iOmZhbHNlLCJsYXlvdXRfdHlwZSI6Im1lZGlhX2dyaWQiLCJsaWtlX2FuZF92aWV3X2NvdW50c19kaXNhYmxlZCI6ZmFsc2UsImxpa2VycyI6W10sIm1heF9udW1fdmlzaWJsZV9wcmV2aWV3X2NvbW1lbnRzIjowLCJtZWRpYV9uYW1lIjoiYWxidW0iLCJtZWRpYV9ub3RlcyI6eyJpdGVtcyI6W119LCJtZWRpYV90eXBlIjo4LCJtZXRhX2FpX3N1Z2dlc3RlZF9wcm9tcHRzIjpbXSwibXVzaWNfbWV0YWRhdGEiOnsiYXVkaW9fY2Fub25pY2FsX2lkIjoiMCIsImF1ZGlvX3R5cGUiOm51bGwsIm11c2ljX2luZm8iOm51bGwsIm9yaWdpbmFsX3NvdW5kX2luZm8iOm51bGwsInBpbm5lZF9tZWRpYV9pZHMiOm51bGx9LCJvcGVuX2Nhcm91c2VsX3Nob3dfZm9sbG93X2J1dHRvbiI6ZmFsc2UsIm9wZW5fY2Fyb3VzZWxfc3VibWlzc2lvbl9zdGF0ZSI6ImNsb3NlZCIsIm9yaWdpbmFsX2hlaWdodCI6NjEyLCJvcmlnaW5hbF93aWR0aCI6NjEyLCJvd25lciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MSwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDAwNjI1NDQyODM2LCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IlRhcmEgTmllbHNlbiIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiIxODE1MjQ4NDgiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIyNTQwMTc3OTk2Mjg4MjI5MzUzXzE4MTUyNDg0OCIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzE2Njc5Nzk5MF8yNTMzOTIzOTY0Nzk3MzdfNTI4NjU0MzQ2NDI1NzA4NzA4MV9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDEmX25jX29oYz1iNFJUWmpHSmtNUVE3a052Z0hyWWNBSyZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUJBSkV2N3ZjYjJCY3N0ODVxMU5zQmlCM1pkQ203Q0NKUk9lWmF6a1E5Y2x3Jm9lPTY3NjJENkFCJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MiwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoidGlua2V5NzYifSwicGsiOjI5NjE0MDg0MzAwODYzNTY2ODUsInByZXZpZXdfY29tbWVudHMiOltdLCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfY29udGFpbmVyIiwic2hhcmVfY291bnRfZGlzYWJsZWQiOmZhbHNlLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJzaG91bGRfc2hvd19hdXRob3JfcG9nX2Zvcl90YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsInN1YnNjcmliZV9jdGFfdmlzaWJsZSI6ZmFsc2UsInRha2VuX2F0IjoxNjY3MjQ3NDE2LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzMxMzEyNTE2OV85MDMyMDE5NDEwNDc1MjZfMjA3MjA0NzgyMjA1Mjk3OTQ3MF9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDImX25jX29oYz14VFBZV2lkUzYxSVE3a052Z0hhbmpPMSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWprMk1UUXdPRFF5TlRjME1URTJNamN6TkElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEMWxjcTRZTzNfMHR3SElnS3EwRnplOXYwczRwQTZiUnRjbDdSeWlqazBNZyZvZT02NzYzMDQ4MSZfbmNfc2lkPTc2YzBmYyIsInRpbWVsaW5lX3Bpbm5lZF91c2VyX2lkcyI6W10sInVzZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjEsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwMDYyNTQ0MjgzNiwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJUYXJhIE5pZWxzZW4iLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiMTgxNTI0ODQ4IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMjU0MDE3Nzk5NjI4ODIyOTM1M18xODE1MjQ4NDgiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8xNjY3OTc5OTBfMjUzMzkyMzk2NDc5NzM3XzUyODY1NDM0NjQyNTcwODcwODFfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAxJl9uY19vaGM9YjRSVFpqR0prTVFRN2tOdmdIclljQUsmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlCQUpFdjd2Y2IyQmNzdDg1cTFOc0JpQjNaZENtN0NDSlJPZVphemtROWNsdyZvZT02NzYyRDZBQiZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjIsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6InRpbmtleTc2In0sInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiYm9vc3RfdW5hdmFpbGFibGVfaWRlbnRpZmllciI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb25fdjIiOm51bGwsImNhbl9yZXBseSI6ZmFsc2UsImNhbl9yZXNoYXJlIjp0cnVlLCJjYW5fc2F2ZSI6dHJ1ZSwiY2FwdGlvbiI6bnVsbCwiY2FwdGlvbl9pc19lZGl0ZWQiOmZhbHNlLCJjbGlwc190YWJfcGlubmVkX3VzZXJfaWRzIjpbXSwiY29hdXRob3JfcHJvZHVjZXJfY2FuX3NlZV9vcmdhbmljX2luc2lnaHRzIjpmYWxzZSwiY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiY29kZSI6IkNrV3pQWUpCcmtYIiwiY29tbWVudF9pbmZvcm1fdHJlYXRtZW50Ijp7ImFjdGlvbl90eXBlIjpudWxsLCJzaG91bGRfaGF2ZV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwidGV4dCI6IiIsInVybCI6bnVsbH0sImNvbW1lbnRfdGhyZWFkaW5nX2VuYWJsZWQiOnRydWUsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcm9zc3Bvc3RfbWV0YWRhdGEiOltdLCJkZWxldGVkX3JlYXNvbiI6MCwiZGV2aWNlX3RpbWVzdGFtcCI6MTY2NzE3MjI2NzQzNjMwLCJmYl9hZ2dyZWdhdGVkX2NvbW1lbnRfY291bnQiOjAsImZiX2FnZ3JlZ2F0ZWRfbGlrZV9jb3VudCI6MCwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZiaWQiOiIxODAzMDc3NzQ3MjQwNjY3MyIsImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiZmVlZF90eXBlIjoibWVkaWEiLCJmaWx0ZXJfdHlwZSI6MCwiZnVuZHJhaXNlcl90YWciOnsiaGFzX3N0YW5kYWxvbmVfZnVuZHJhaXNlciI6ZmFsc2V9LCJnZW5fYWlfZGV0ZWN0aW9uX21ldGhvZCI6eyJkZXRlY3Rpb25fbWV0aG9kIjoiTk9ORSJ9LCJoYXNfaGlnaF9yaXNrX2dlbl9haV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwiaGFzX3ByaXZhdGVseV9saWtlZCI6ZmFsc2UsImhhc19zaGFyZWRfdG9fZmIiOjMsImhhc192aWV3c19mZXRjaGluZyI6dHJ1ZSwiaWQiOiIyOTYwNzc5MTYyMTI4MTM2NDcxXzQ0MjU0ODE5IiwiaWdfbWVkaWFfc2hhcmluZ19kaXNhYmxlZCI6ZmFsc2UsImlnYmlvX3Byb2R1Y3QiOm51bGwsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE1MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zMTMxOTYzNzdfMzE4NDgzMzE4MTgyNzE4MV8yMjA1NzQzMzQyNTg3MjY4MTM0X24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREUxTURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAxJl9uY19vaGM9TVdURW5UYkZad3dRN2tOdmdIeVhIY2MmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qazJNRGMzT1RFMk1qRXlPREV6TmpRM01RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQjhwVG4yX3lUc3VaUmVBQm1WZGRxTEdiRlV0MnNpaV9XS1JKRVh5YU9HbHcmb2U9Njc2MzAxNDYmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTQ0MH0seyJoZWlnaHQiOjUwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzMxMzE5NjM3N18zMTg0ODMzMTgxODI3MTgxXzIyMDU3NDMzNDI1ODcyNjgxMzRfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREUxTURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAxJl9uY19vaGM9TVdURW5UYkZad3dRN2tOdmdIeVhIY2MmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qazJNRGMzT1RFMk1qRXlPREV6TmpRM01RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQnFsejh5QUZXcHhDMEQzMC1lZlJVd0R1cDJ3TTF6Wi04NUVMR3U5WnQ5aFEmb2U9Njc2MzAxNDYmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpbnRlZ3JpdHlfcmV2aWV3X2RlY2lzaW9uIjoicGVuZGluZyIsImludml0ZWRfY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiaXNfY29tbWVudHNfZ2lmX2NvbXBvc2VyX2VuYWJsZWQiOnRydWUsImlzX2N1dG91dF9zdGlja2VyX2FsbG93ZWQiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWVkaWFfbm90ZV9yZWNzX251eCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZXRhX2FpX3NoYXJlIjpmYWxzZSwiaXNfaW5fcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfb3Blbl90b19wdWJsaWNfc3VibWlzc2lvbiI6ZmFsc2UsImlzX29yZ2FuaWNfcHJvZHVjdF90YWdnaW5nX2VsaWdpYmxlIjp0cnVlLCJpc19wYWlkX3BhcnRuZXJzaGlwIjpmYWxzZSwiaXNfcGlubmVkIjpmYWxzZSwiaXNfcG9zdF9saXZlX2NsaXBzX21lZGlhIjpmYWxzZSwiaXNfcmVzaGFyZV9vZl90ZXh0X3Bvc3RfYXBwX21lZGlhX2luX2lnIjpmYWxzZSwiaXNfc29jaWFsX3VmaV9kaXNhYmxlZCI6ZmFsc2UsImlzX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fdmlld2VyX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX3VuaWZpZWRfdmlkZW8iOmZhbHNlLCJpc192aWRlbyI6ZmFsc2UsImxhdCI6LTMzLjg2NzUxLCJsYXlvdXRfdHlwZSI6Im1lZGlhX2dyaWQiLCJsaWtlX2FuZF92aWV3X2NvdW50c19kaXNhYmxlZCI6ZmFsc2UsImxpa2VycyI6W10sImxuZyI6MTUxLjIwNzk3LCJsb2NhdGlvbiI6eyJhZGRyZXNzIjoiIiwiY2l0eSI6IiIsImV4dGVybmFsX3NvdXJjZSI6ImZhY2Vib29rX3BsYWNlcyIsImZhY2Vib29rX3BsYWNlc19pZCI6MTEwODg0OTA1NjA2MTA4LCJpc19lbGlnaWJsZV9mb3JfZ3VpZGVzIjp0cnVlLCJsYXQiOi0zMy44Njc1MSwibG5nIjoxNTEuMjA3OTcsIm5hbWUiOiJTeWRuZXksIEF1c3RyYWxpYSIsInBrIjoyMTMwMTE3NTMsInNob3J0X25hbWUiOiJTeWRuZXkifSwibWFzaHVwX2luZm8iOnsiY2FuX3RvZ2dsZV9tYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJmb3JtYXR0ZWRfbWFzaHVwc19jb3VudCI6bnVsbCwiaGFzX2JlZW5fbWFzaGVkX3VwIjpmYWxzZSwiaGFzX25vbm1pbWljYWJsZV9hZGRpdGlvbmFsX2F1ZGlvIjpmYWxzZSwiaXNfY3JlYXRvcl9yZXF1ZXN0aW5nX21hc2h1cCI6ZmFsc2UsImlzX2xpZ2h0X3dlaWdodF9jaGVjayI6dHJ1ZSwiaXNfbGlnaHRfd2VpZ2h0X3JldXNlX2FsbG93ZWRfY2hlY2siOmZhbHNlLCJpc19waXZvdF9wYWdlX2F2YWlsYWJsZSI6ZmFsc2UsImlzX3JldXNlX2FsbG93ZWQiOmZhbHNlLCJtYXNodXBfdHlwZSI6bnVsbCwibWFzaHVwc19hbGxvd2VkIjpmYWxzZSwibm9uX3ByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6MCwib3JpZ2luYWxfbWVkaWEiOm51bGwsInByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6bnVsbH0sIm1heF9udW1fdmlzaWJsZV9wcmV2aWV3X2NvbW1lbnRzIjowLCJtZWRpYV9uYW1lIjoicG9zdCIsIm1lZGlhX25vdGVzIjp7Iml0ZW1zIjpbXX0sIm1lZGlhX3R5cGUiOjEsIm1ldGFfYWlfc3VnZ2VzdGVkX3Byb21wdHMiOltdLCJtdXNpY19tZXRhZGF0YSI6eyJhdWRpb19jYW5vbmljYWxfaWQiOiIwIiwiYXVkaW9fdHlwZSI6bnVsbCwibXVzaWNfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwicGlubmVkX21lZGlhX2lkcyI6bnVsbH0sIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3JpZ2luYWxfaGVpZ2h0IjoxNTAwLCJvcmlnaW5hbF93aWR0aCI6MTQ0MCwib3duZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjMsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwMDkyNDU3MDY5MSwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJKYW5lIGRlIEdyYWFmZiIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiI0NDI1NDgxOSIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOnRydWUsInByb2ZpbGVfcGljX2lkIjoiMjUxNjYyMzk0OTE0NTQ4MDM3Nl80NDI1NDgxOSIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzE1MzYwODU2MF8zNTk2ODE1MDkwNDAzNTY3Xzc1NDkzMTA4MTExMjY4NDE2NDVfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTExJl9uY19vaGM9VUV2X3dlVGdzSjBRN2tOdmdHbWt0THQmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlBUVNHLVdvWC1oVXFXU2s0S01yeHNWVlFwY1paUUZmLUhpVU9vUFdHNU04ZyZvZT02NzYyRDg4RiZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6ImphbmVkZWdyYWFmZiJ9LCJwayI6Mjk2MDc3OTE2MjEyODEzNjQ3MSwicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJmZWVkIiwic2hhcmVfY291bnRfZGlzYWJsZWQiOmZhbHNlLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJzaG91bGRfc2hvd19hdXRob3JfcG9nX2Zvcl90YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsInN1YnNjcmliZV9jdGFfdmlzaWJsZSI6ZmFsc2UsInRha2VuX2F0IjoxNjY3MTcyNDAyLCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzMxMzE5NjM3N18zMTg0ODMzMTgxODI3MTgxXzIyMDU3NDMzNDI1ODcyNjgxMzRfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTFNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDEmX25jX29oYz1NV1RFblRiRlp3d1E3a052Z0h5WEhjYyZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWprMk1EYzNPVEUyTWpFeU9ERXpOalEzTVElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCOHBUbjJfeVRzdVpSZUFCbVZkZHFMR2JGVXQyc2lpX1dLUkpFWHlhT0dsdyZvZT02NzYzMDE0NiZfbmNfc2lkPTc2YzBmYyIsInRpbWVsaW5lX3Bpbm5lZF91c2VyX2lkcyI6W10sInVzZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjMsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwMDkyNDU3MDY5MSwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJKYW5lIGRlIEdyYWFmZiIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiI0NDI1NDgxOSIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOnRydWUsInByb2ZpbGVfcGljX2lkIjoiMjUxNjYyMzk0OTE0NTQ4MDM3Nl80NDI1NDgxOSIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzE1MzYwODU2MF8zNTk2ODE1MDkwNDAzNTY3Xzc1NDkzMTA4MTExMjY4NDE2NDVfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTExJl9uY19vaGM9VUV2X3dlVGdzSjBRN2tOdmdHbWt0THQmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlBUVNHLVdvWC1oVXFXU2s0S01yeHNWVlFwY1paUUZmLUhpVU9vUFdHNU04ZyZvZT02NzYyRDg4RiZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6ImphbmVkZWdyYWFmZiJ9LCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImJvb3N0X3VuYXZhaWxhYmxlX2lkZW50aWZpZXIiOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbiI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uX3YyIjpudWxsLCJjYW5fbW9kaWZ5X2Nhcm91c2VsIjpmYWxzZSwiY2FuX3JlcGx5IjpmYWxzZSwiY2FuX3Jlc2hhcmUiOnRydWUsImNhbl9zYXZlIjp0cnVlLCJjYXB0aW9uIjpudWxsLCJjYXB0aW9uX2lzX2VkaXRlZCI6ZmFsc2UsImNhcm91c2VsX21lZGlhIjpbeyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIyNjgxOTE1NTIwMjE2OTgxNTY3XzQ4MDIyMjQ3MzYiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIyNjgxOTE1NTEzMzYzNDkyMDY5XzQ4MDIyMjQ3MzYiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0Ijo4MjgsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8yNDUxMDc4NjRfMTk3MjA1NTY5MTUxNzA1XzYyMTYzODI2MzMyNzE4NTM2Njdfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0NE1qaDRPREk0TG5Oa2NpNW1Namt6TlRBdVpHVm1ZWFZzZEY5cGJXRm5aU0o5Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9dnRJRnRDdTNPS29RN2tOdmdIZURvaUkmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qWTRNVGt4TlRVeE16TTJNelE1TWpBMk9RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQjB4bWNBcThqYzd4NThjcDhSZ0h2a25fVzktVTRqRUg3NDBRUS1nR3NRSEEmb2U9Njc2MzAyOEUmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6ODI4fSx7ImhlaWdodCI6NDgwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ1MTA3ODY0XzE5NzIwNTU2OTE1MTcwNV82MjE2MzgyNjMzMjcxODUzNjY3X24uanBnP3N0cD1kc3QtanBnX2UzNV9zNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNDRNamg0T0RJNExuTmtjaTVtTWprek5UQXVaR1ZtWVhWc2RGOXBiV0ZuWlNKOSZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOSZfbmNfb2hjPXZ0SUZ0Q3UzT0tvUTdrTnZnSGVEb2lJJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk0TVRreE5UVXhNek0yTXpRNU1qQTJPUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUNrelE1S0JORXpaTmctMHJIeVh0UTRCZHEzUzdnTWdfUmprX01WcktCQVhRJm9lPTY3NjMwMjhFJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6ODI4LCJvcmlnaW5hbF93aWR0aCI6ODI4LCJwayI6MjY4MTkxNTUxMzM2MzQ5MjA2OSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2l0ZW0iLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJ0YWtlbl9hdCI6MTYzMzkyOTI2NCwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8yNDUxMDc4NjRfMTk3MjA1NTY5MTUxNzA1XzYyMTYzODI2MzMyNzE4NTM2Njdfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0NE1qaDRPREk0TG5Oa2NpNW1Namt6TlRBdVpHVm1ZWFZzZEY5cGJXRm5aU0o5Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9dnRJRnRDdTNPS29RN2tOdmdIZURvaUkmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qWTRNVGt4TlRVeE16TTJNelE1TWpBMk9RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQjB4bWNBcThqYzd4NThjcDhSZ0h2a25fVzktVTRqRUg3NDBRUS1nR3NRSEEmb2U9Njc2MzAyOEUmX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImNhcm91c2VsX3BhcmVudF9pZCI6IjI2ODE5MTU1MjAyMTY5ODE1NjdfNDgwMjIyNDczNiIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjI2ODE5MTU1MTMzNDY2MTgwMDZfNDgwMjIyNDczNiIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjgyOCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI0NDg1NjMzM182MTc4MjQyNzI3MTY2OTZfNjQ3MzEzNzIyNzE2MDg4MjU4MV9uLmpwZz9zdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTQ0TWpoNE9ESTRMbk5rY2k1bU1qa3pOVEF1WkdWbVlYVnNkRjlwYldGblpTSjkmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDgmX25jX29oYz1LcnJSZmRuajR5Y1E3a052Z0gwWF9oMSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE1Ua3hOVFV4TXpNME5qWXhPREF3TmclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBRVEtc3V6ZWItT0d1MFBVWU51NnkzYkNrSlZRdTg2b25fa0YyQmRxVUc4QSZvZT02NzYyRDFFNCZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo4Mjh9LHsiaGVpZ2h0Ijo0ODAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8yNDQ4NTYzMzNfNjE3ODI0MjcyNzE2Njk2XzY0NzMxMzcyMjcxNjA4ODI1ODFfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0NE1qaDRPREk0TG5Oa2NpNW1Namt6TlRBdVpHVm1ZWFZzZEY5cGJXRm5aU0o5Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA4Jl9uY19vaGM9S3JyUmZkbmo0eWNRN2tOdmdIMFhfaDEmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qWTRNVGt4TlRVeE16TTBOall4T0RBd05nJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ2dUVVVlbUZDZXBIYWxZR0IwSkY5S3dqaEhOMVhLendqU2lHUUJLVHNtRFEmb2U9Njc2MkQxRTQmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0Ijo4MjgsIm9yaWdpbmFsX3dpZHRoIjo4MjgsInBrIjoyNjgxOTE1NTEzMzQ2NjE4MDA2LCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNjMzOTI5MjY0LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI0NDg1NjMzM182MTc4MjQyNzI3MTY2OTZfNjQ3MzEzNzIyNzE2MDg4MjU4MV9uLmpwZz9zdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTQ0TWpoNE9ESTRMbk5rY2k1bU1qa3pOVEF1WkdWbVlYVnNkRjlwYldGblpTSjkmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDgmX25jX29oYz1LcnJSZmRuajR5Y1E3a052Z0gwWF9oMSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE1Ua3hOVFV4TXpNME5qWXhPREF3TmclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBRVEtc3V6ZWItT0d1MFBVWU51NnkzYkNrSlZRdTg2b25fa0YyQmRxVUc4QSZvZT02NzYyRDFFNCZfbmNfc2lkPTc2YzBmYyIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiY2Fyb3VzZWxfcGFyZW50X2lkIjoiMjY4MTkxNTUyMDIxNjk4MTU2N180ODAyMjI0NzM2IiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImV4cGxvcmVfcGl2b3RfZ3JpZCI6ZmFsc2UsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImlkIjoiMjY4MTkxNTUxMzM2MzM4OTA0Ml80ODAyMjI0NzM2IiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6ODI4LCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ0OTMzNjQzXzg1NDExMzM5NTI1NjMyOV8yMDE3MTI4NDI0MjI0Njk1Njk2X24uanBnP3N0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNDRNamg0T0RJNExuTmtjaTVtTWprek5UQXVaR1ZtWVhWc2RGOXBiV0ZuWlNKOSZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOSZfbmNfb2hjPUp0Nmw5WlZjWnB3UTdrTnZnRk1RdE9IJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk0TVRreE5UVXhNek0yTXpNNE9UQTBNZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUMtZk16aTQ3T1o5ejhpZXNaY09xaEM5ME5OMFV2bmtHRGZ2cGhQZEtGWjBnJm9lPTY3NjJGRUZGJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjgyOH0seyJoZWlnaHQiOjQ4MCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI0NDkzMzY0M184NTQxMTMzOTUyNTYzMjlfMjAxNzEyODQyNDIyNDY5NTY5Nl9uLmpwZz9zdHA9ZHN0LWpwZ19lMzVfczQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTQ0TWpoNE9ESTRMbk5rY2k1bU1qa3pOVEF1WkdWbVlYVnNkRjlwYldGblpTSjkmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1KdDZsOVpWY1pwd1E3a052Z0ZNUXRPSCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE1Ua3hOVFV4TXpNMk16TTRPVEEwTWclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBYTBocUlwT2tNclJUeGp5SUtHVHlVZ1NMSThwN19FT2RQdlRkc3JuY3RuQSZvZT02NzYyRkVGRiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImlzX3ZpZGVvIjpmYWxzZSwibWVkaWFfbmFtZSI6ImFsYnVtX2l0ZW0iLCJtZWRpYV90eXBlIjoxLCJvcmlnaW5hbF9oZWlnaHQiOjgyOCwib3JpZ2luYWxfd2lkdGgiOjgyOCwicGsiOjI2ODE5MTU1MTMzNjMzODkwNDIsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFrZW5fYXQiOjE2MzM5MjkyNjQsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ0OTMzNjQzXzg1NDExMzM5NTI1NjMyOV8yMDE3MTI4NDI0MjI0Njk1Njk2X24uanBnP3N0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNDRNamg0T0RJNExuTmtjaTVtTWprek5UQXVaR1ZtWVhWc2RGOXBiV0ZuWlNKOSZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOSZfbmNfb2hjPUp0Nmw5WlZjWnB3UTdrTnZnRk1RdE9IJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk0TVRreE5UVXhNek0yTXpNNE9UQTBNZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUMtZk16aTQ3T1o5ejhpZXNaY09xaEM5ME5OMFV2bmtHRGZ2cGhQZEtGWjBnJm9lPTY3NjJGRUZGJl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX1dLCJjYXJvdXNlbF9tZWRpYV9jb3VudCI6MywiY2Fyb3VzZWxfbWVkaWFfaWRzIjpbMjY4MTkxNTUxMzM2MzQ5MjA2OSwyNjgxOTE1NTEzMzQ2NjE4MDA2LDI2ODE5MTU1MTMzNjMzODkwNDJdLCJjYXJvdXNlbF9tZWRpYV9wZW5kaW5nX3Bvc3RfY291bnQiOjAsImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiQ1U0RV9UTUktQV8iLCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2VfaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6ImFwcHJvdmVkIiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImNyb3NzcG9zdF9tZXRhZGF0YSI6W10sImRlbGV0ZWRfcmVhc29uIjowLCJkZXZpY2VfdGltZXN0YW1wIjoxNjMzOTI4NDY2NDU2Mzc0LCJmYl9hZ2dyZWdhdGVkX2NvbW1lbnRfY291bnQiOjAsImZiX2FnZ3JlZ2F0ZWRfbGlrZV9jb3VudCI6MCwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZiaWQiOiIxNzkwNzk5Njk2NTE1OTMyOSIsImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiZmVlZF90eXBlIjoibWVkaWEiLCJmaWx0ZXJfdHlwZSI6MCwiZnVuZHJhaXNlcl90YWciOnsiaGFzX3N0YW5kYWxvbmVfZnVuZHJhaXNlciI6ZmFsc2V9LCJnZW5fYWlfZGV0ZWN0aW9uX21ldGhvZCI6eyJkZXRlY3Rpb25fbWV0aG9kIjoiTk9ORSJ9LCJoYXNfaGlnaF9yaXNrX2dlbl9haV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwiaGFzX3ByaXZhdGVseV9saWtlZCI6ZmFsc2UsImhhc19zaGFyZWRfdG9fZmIiOjAsImhhc192aWV3c19mZXRjaGluZyI6dHJ1ZSwiaWQiOiIyNjgxOTE1NTIwMjE2OTgxNTY3XzQ4MDIyMjQ3MzYiLCJpZ19tZWRpYV9zaGFyaW5nX2Rpc2FibGVkIjpmYWxzZSwiaWdiaW9fcHJvZHVjdCI6bnVsbCwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6ODI4LCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ1MTA3ODY0XzE5NzIwNTU2OTE1MTcwNV82MjE2MzgyNjMzMjcxODUzNjY3X24uanBnP3N0cD1kc3QtanBnX2UzNV90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz12dElGdEN1M09Lb1E3a052Z0hlRG9pSSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE1Ua3hOVFV4TXpNMk16UTVNakEyT1ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCMHhtY0FxOGpjN3g1OGNwOFJnSHZrbl9XOS1VNGpFSDc0MFFRLWdHc1FIQSZvZT02NzYzMDI4RSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo4Mjh9LHsiaGVpZ2h0Ijo0ODAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8yNDUxMDc4NjRfMTk3MjA1NTY5MTUxNzA1XzYyMTYzODI2MzMyNzE4NTM2Njdfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOSZfbmNfb2hjPXZ0SUZ0Q3UzT0tvUTdrTnZnSGVEb2lJJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk0TVRreE5UVXhNek0yTXpRNU1qQTJPUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUNrelE1S0JORXpaTmctMHJIeVh0UTRCZHEzUzdnTWdfUmprX01WcktCQVhRJm9lPTY3NjMwMjhFJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6ImFwcHJvdmVkIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdW5pZmllZF92aWRlbyI6ZmFsc2UsImlzX3ZpZGVvIjpmYWxzZSwibGF5b3V0X3R5cGUiOiJtZWRpYV9ncmlkIiwibGlrZV9hbmRfdmlld19jb3VudHNfZGlzYWJsZWQiOmZhbHNlLCJsaWtlcnMiOltdLCJtYXhfbnVtX3Zpc2libGVfcHJldmlld19jb21tZW50cyI6MCwibWVkaWFfbmFtZSI6ImFsYnVtIiwibWVkaWFfbm90ZXMiOnsiaXRlbXMiOltdfSwibWVkaWFfdHlwZSI6OCwibWV0YV9haV9zdWdnZXN0ZWRfcHJvbXB0cyI6W10sIm11c2ljX21ldGFkYXRhIjp7ImF1ZGlvX2Nhbm9uaWNhbF9pZCI6IjAiLCJhdWRpb190eXBlIjpudWxsLCJtdXNpY19pbmZvIjpudWxsLCJvcmlnaW5hbF9zb3VuZF9pbmZvIjpudWxsLCJwaW5uZWRfbWVkaWFfaWRzIjpudWxsfSwib3Blbl9jYXJvdXNlbF9zaG93X2ZvbGxvd19idXR0b24iOmZhbHNlLCJvcGVuX2Nhcm91c2VsX3N1Ym1pc3Npb25fc3RhdGUiOiJjbG9zZWQiLCJvcmlnaW5hbF9oZWlnaHQiOjYxMiwib3JpZ2luYWxfd2lkdGgiOjYxMiwib3duZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjIsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwNDgyMjA4MDI3OCwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJNZXJqYSBFcmtzdGFtIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjQ4MDIyMjQ3MzYiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIzMTU5MjEwNDYzODAyMzY3MzUzXzQ4MDIyMjQ3MzYiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8zNjQzMTUwMjVfMjQ3MDkwOTcxNDcxODUyXzYzNDc5NjYxODY1OTA5OTg5MjRfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAwJl9uY19vaGM9b2o1RG40YXUwUWtRN2tOdmdHMmlsQk4mX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlBM3VVem9NRExZZWgyUkdwLWkzNVg1NkJOalJBcV9jUUlfazZmS1MtVFRIdyZvZT02NzYyRUVDMiZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjIsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6Im12aC5tZXJqYSJ9LCJwayI6MjY4MTkxNTUyMDIxNjk4MTU2NywicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9jb250YWluZXIiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE2MzM5MjkyNjUsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ1MTA3ODY0XzE5NzIwNTU2OTE1MTcwNV82MjE2MzgyNjMzMjcxODUzNjY3X24uanBnP3N0cD1kc3QtanBnX2UzNV90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz12dElGdEN1M09Lb1E3a052Z0hlRG9pSSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE1Ua3hOVFV4TXpNMk16UTVNakEyT1ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCMHhtY0FxOGpjN3g1OGNwOFJnSHZrbl9XOS1VNGpFSDc0MFFRLWdHc1FIQSZvZT02NzYzMDI4RSZfbmNfc2lkPTc2YzBmYyIsInRpbWVsaW5lX3Bpbm5lZF91c2VyX2lkcyI6W10sInVzZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjIsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwNDgyMjA4MDI3OCwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJNZXJqYSBFcmtzdGFtIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjQ4MDIyMjQ3MzYiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIzMTU5MjEwNDYzODAyMzY3MzUzXzQ4MDIyMjQ3MzYiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8zNjQzMTUwMjVfMjQ3MDkwOTcxNDcxODUyXzYzNDc5NjYxODY1OTA5OTg5MjRfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAwJl9uY19vaGM9b2o1RG40YXUwUWtRN2tOdmdHMmlsQk4mX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlBM3VVem9NRExZZWgyUkdwLWkzNVg1NkJOalJBcV9jUUlfazZmS1MtVFRIdyZvZT02NzYyRUVDMiZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjIsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6Im12aC5tZXJqYSJ9LCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImJvb3N0X3VuYXZhaWxhYmxlX2lkZW50aWZpZXIiOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbiI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uX3YyIjpudWxsLCJjYW5fcmVwbHkiOmZhbHNlLCJjYW5fcmVzaGFyZSI6dHJ1ZSwiY2FuX3NhdmUiOnRydWUsImNhcHRpb24iOm51bGwsImNhcHRpb25faXNfZWRpdGVkIjpmYWxzZSwiY2xpcHNfdGFiX3Bpbm5lZF91c2VyX2lkcyI6W10sImNvYXV0aG9yX3Byb2R1Y2VyX2Nhbl9zZWVfb3JnYW5pY19pbnNpZ2h0cyI6ZmFsc2UsImNvYXV0aG9yX3Byb2R1Y2VycyI6W10sImNvZGUiOiJDVW9jU0pZc1UyZCIsImNvbW1lbnRfaW5mb3JtX3RyZWF0bWVudCI6eyJhY3Rpb25fdHlwZSI6bnVsbCwic2hvdWxkX2hhdmVfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsInRleHQiOiIiLCJ1cmwiOm51bGx9LCJjb21tZW50X3RocmVhZGluZ19lbmFibGVkIjp0cnVlLCJjb21tZXJjZV9pbnRlZ3JpdHlfcmV2aWV3X2RlY2lzaW9uIjoiYXBwcm92ZWQiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiY3Jvc3Nwb3N0X21ldGFkYXRhIjpbXSwiZGVsZXRlZF9yZWFzb24iOjAsImRldmljZV90aW1lc3RhbXAiOjE2MzM0MDQ2MTUsImZiX2FnZ3JlZ2F0ZWRfY29tbWVudF9jb3VudCI6MCwiZmJfYWdncmVnYXRlZF9saWtlX2NvdW50IjowLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmJpZCI6IjE3ODkzNjgwNzY3Mzc3NTc4IiwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJmZWVkX3R5cGUiOiJtZWRpYSIsImZpbHRlcl90eXBlIjowLCJmdW5kcmFpc2VyX3RhZyI6eyJoYXNfc3RhbmRhbG9uZV9mdW5kcmFpc2VyIjpmYWxzZX0sImdlbl9haV9kZXRlY3Rpb25fbWV0aG9kIjp7ImRldGVjdGlvbl9tZXRob2QiOiJOT05FIn0sImhhc19oaWdoX3Jpc2tfZ2VuX2FpX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJoYXNfcHJpdmF0ZWx5X2xpa2VkIjpmYWxzZSwiaGFzX3NoYXJlZF90b19mYiI6MCwiaGFzX3ZpZXdzX2ZldGNoaW5nIjp0cnVlLCJpZCI6IjI2Nzc1MTQzNzA4MDI2MDEzNzNfMjI0NjIyNDE2NCIsImlnX21lZGlhX3NoYXJpbmdfZGlzYWJsZWQiOmZhbHNlLCJpZ2Jpb19wcm9kdWN0IjpudWxsLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxMDc4LCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS8yNDQ2NDY2NTVfMjcyNDc1Mzc0ODc4MzIyXzQyMjExMDUxNTkyMDYwNDQ3Nl9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFd056Z3VjMlJ5TG1ZeU9EZzFMbVJsWm1GMWJIUmZhVzFoWjJVaWZRJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAyJl9uY19vaGM9U04zZVVTMWV6SkFRN2tOdmdHUlBYbC0mX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qWTNOelV4TkRNM01EZ3dNall3TVRNM013JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQk01NFI1aU9lLU9ZdXNnWHJud0lkcklhanRjZmNFZEk5cGxZZFgwZUVUdGcmb2U9Njc2MzAwNkImX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTA4MH0seyJoZWlnaHQiOjQ3OSwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTUvMjQ0NjQ2NjU1XzI3MjQ3NTM3NDg3ODMyMl80MjIxMTA1MTU5MjA2MDQ0NzZfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3TnpndWMyUnlMbVl5T0RnMUxtUmxabUYxYkhSZmFXMWhaMlVpZlEmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDImX25jX29oYz1TTjNlVVMxZXpKQVE3a052Z0dSUFhsLSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZM056VXhORE0zTURnd01qWXdNVE0zTXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBS1h3M0Z6RldsOV96MXJNQWctNExpYVBERHpXWWJOQUNVcW1tdTVvZENUUSZvZT02NzYzMDA2QiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJhcHByb3ZlZCIsImludml0ZWRfY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiaXNfY29tbWVudHNfZ2lmX2NvbXBvc2VyX2VuYWJsZWQiOnRydWUsImlzX2N1dG91dF9zdGlja2VyX2FsbG93ZWQiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWVkaWFfbm90ZV9yZWNzX251eCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZXRhX2FpX3NoYXJlIjpmYWxzZSwiaXNfaW5fcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfb3Blbl90b19wdWJsaWNfc3VibWlzc2lvbiI6ZmFsc2UsImlzX29yZ2FuaWNfcHJvZHVjdF90YWdnaW5nX2VsaWdpYmxlIjp0cnVlLCJpc19wYWlkX3BhcnRuZXJzaGlwIjpmYWxzZSwiaXNfcGlubmVkIjpmYWxzZSwiaXNfcG9zdF9saXZlX2NsaXBzX21lZGlhIjpmYWxzZSwiaXNfcmVzaGFyZV9vZl90ZXh0X3Bvc3RfYXBwX21lZGlhX2luX2lnIjpmYWxzZSwiaXNfc29jaWFsX3VmaV9kaXNhYmxlZCI6ZmFsc2UsImlzX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fdmlld2VyX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX3VuaWZpZWRfdmlkZW8iOmZhbHNlLCJpc192aWRlbyI6ZmFsc2UsImxheW91dF90eXBlIjoibWVkaWFfZ3JpZCIsImxpa2VfYW5kX3ZpZXdfY291bnRzX2Rpc2FibGVkIjpmYWxzZSwibGlrZXJzIjpbXSwibWFzaHVwX2luZm8iOnsiY2FuX3RvZ2dsZV9tYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJmb3JtYXR0ZWRfbWFzaHVwc19jb3VudCI6bnVsbCwiaGFzX2JlZW5fbWFzaGVkX3VwIjpmYWxzZSwiaGFzX25vbm1pbWljYWJsZV9hZGRpdGlvbmFsX2F1ZGlvIjpmYWxzZSwiaXNfY3JlYXRvcl9yZXF1ZXN0aW5nX21hc2h1cCI6ZmFsc2UsImlzX2xpZ2h0X3dlaWdodF9jaGVjayI6dHJ1ZSwiaXNfbGlnaHRfd2VpZ2h0X3JldXNlX2FsbG93ZWRfY2hlY2siOmZhbHNlLCJpc19waXZvdF9wYWdlX2F2YWlsYWJsZSI6ZmFsc2UsImlzX3JldXNlX2FsbG93ZWQiOmZhbHNlLCJtYXNodXBfdHlwZSI6bnVsbCwibWFzaHVwc19hbGxvd2VkIjpmYWxzZSwibm9uX3ByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6MCwib3JpZ2luYWxfbWVkaWEiOm51bGwsInByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6bnVsbH0sIm1heF9udW1fdmlzaWJsZV9wcmV2aWV3X2NvbW1lbnRzIjowLCJtZWRpYV9uYW1lIjoicG9zdCIsIm1lZGlhX25vdGVzIjp7Iml0ZW1zIjpbXX0sIm1lZGlhX3R5cGUiOjEsIm1ldGFfYWlfc3VnZ2VzdGVkX3Byb21wdHMiOltdLCJtdXNpY19tZXRhZGF0YSI6eyJhdWRpb19jYW5vbmljYWxfaWQiOiIwIiwiYXVkaW9fdHlwZSI6bnVsbCwibXVzaWNfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwicGlubmVkX21lZGlhX2lkcyI6bnVsbH0sIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3JpZ2luYWxfaGVpZ2h0IjoxMDc4LCJvcmlnaW5hbF93aWR0aCI6MTA4MCwib3duZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjIsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwMjE2NDkzMDc3OCwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJSYXduaWNlIFN1cGVyZm9vZHMiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiMjI0NjIyNDE2NCIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjI0NzU2NjU4MjAyNDkwODc2NDFfMjI0NjIyNDE2NCIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzEzMzIwMzIzMl80MzM1OTEzNzc4MTQyMDVfMTEyNDc3NDA5MzE3NzA1MTQ0Ml9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDUmX25jX29oYz0zNjNYMWpBamQ4WVE3a052Z0Vfb2w3TCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUFuRzhfeFJtUFNKQzFvQWlOR0N2YWZoLTRKZU43cVlWQnQzRTdJdDQ2MWZBJm9lPTY3NjJFM0MyJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoicmF3bmljZSJ9LCJwayI6MjY3NzUxNDM3MDgwMjYwMTM3MywicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJmZWVkIiwic2hhcmVfY291bnRfZGlzYWJsZWQiOmZhbHNlLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJzaG91bGRfc2hvd19hdXRob3JfcG9nX2Zvcl90YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsInN1YnNjcmliZV9jdGFfdmlzaWJsZSI6ZmFsc2UsInRha2VuX2F0IjoxNjMzNDA0NjE1LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTUvMjQ0NjQ2NjU1XzI3MjQ3NTM3NDg3ODMyMl80MjIxMTA1MTU5MjA2MDQ0NzZfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TURnd2VERXdOemd1YzJSeUxtWXlPRGcxTG1SbFptRjFiSFJmYVcxaFoyVWlmUSZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMiZfbmNfb2hjPVNOM2VVUzFlekpBUTdrTnZnR1JQWGwtJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NalkzTnpVeE5ETTNNRGd3TWpZd01UTTNNdyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJNNTRSNWlPZS1PWXVzZ1hybndJZHJJYWp0Y2ZjRWRJOXBsWWRYMGVFVHRnJm9lPTY3NjMwMDZCJl9uY19zaWQ9NzZjMGZjIiwidGltZWxpbmVfcGlubmVkX3VzZXJfaWRzIjpbXSwidXNlciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MiwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDAyMTY0OTMwNzc4LCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IlJhd25pY2UgU3VwZXJmb29kcyIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiIyMjQ2MjI0MTY0IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMjQ3NTY2NTgyMDI0OTA4NzY0MV8yMjQ2MjI0MTY0IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMTMzMjAzMjMyXzQzMzU5MTM3NzgxNDIwNV8xMTI0Nzc0MDkzMTc3MDUxNDQyX24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNSZfbmNfb2hjPTM2M1gxakFqZDhZUTdrTnZnRV9vbDdMJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQW5HOF94Um1QU0pDMW9BaU5HQ3ZhZmgtNEplTjdxWVZCdDNFN0l0NDYxZkEmb2U9Njc2MkUzQzImX25jX3NpZD03NmMwZmMiLCJzaG93X2FjY291bnRfdHJhbnNwYXJlbmN5X2RldGFpbHMiOnRydWUsInRoaXJkX3BhcnR5X2Rvd25sb2Fkc19lbmFibGVkIjoxLCJ0cmFuc3BhcmVuY3lfcHJvZHVjdF9lbmFibGVkIjpmYWxzZSwidXNlcm5hbWUiOiJyYXduaWNlIn0sInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiYm9vc3RfdW5hdmFpbGFibGVfaWRlbnRpZmllciI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb25fdjIiOm51bGwsImNhbl9tb2RpZnlfY2Fyb3VzZWwiOmZhbHNlLCJjYW5fcmVwbHkiOmZhbHNlLCJjYW5fcmVzaGFyZSI6dHJ1ZSwiY2FuX3NhdmUiOnRydWUsImNhcHRpb24iOm51bGwsImNhcHRpb25faXNfZWRpdGVkIjp0cnVlLCJjYXJvdXNlbF9tZWRpYSI6W3siY2Fyb3VzZWxfcGFyZW50X2lkIjoiMjY5NzAzMjk2NjI0NjYyMjIzMF80ODE3NzQyMCIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjI2OTcwMzI5NjI5OTE4MTE0ODZfNDgxNzc0MjAiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxNDQwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjUwMzM0MTgyXzQzNDA4NTk2ODA3ODI5OF8yNTg4MzI0OTcwMDQ4MzI4Mjk5X24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREUwTkRBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA2Jl9uY19vaGM9b0ZKUHZjV3doYnNRN2tOdmdGdGJOY2YmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qWTVOekF6TWprMk1qazVNVGd4TVRRNE5nJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZRGo3WVppMk5raE9MQ3lad0VaTl83WUpnVjFzUlZVWXZ6OEpkenBaX2hVWHcmb2U9Njc2MzA3NDEmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTQ0MH0seyJoZWlnaHQiOjQ4MCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI1MDMzNDE4Ml80MzQwODU5NjgwNzgyOThfMjU4ODMyNDk3MDA0ODMyODI5OV9uLmpwZz9zdHA9ZHN0LWpwZ19lMzVfczQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTBOREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDYmX25jX29oYz1vRkpQdmNXd2hic1E3a052Z0Z0Yk5jZiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNU56QXpNamsyTWprNU1UZ3hNVFE0TmclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDNnJudVk4bkVkUnFQRkRZTGlEbzNyR2s3VTJ6Zm00Q1dkcnk1a2xfZENuUSZvZT02NzYzMDc0MSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImlzX3ZpZGVvIjpmYWxzZSwibWVkaWFfbmFtZSI6ImFsYnVtX2l0ZW0iLCJtZWRpYV90eXBlIjoxLCJvcmlnaW5hbF9oZWlnaHQiOjE0NDAsIm9yaWdpbmFsX3dpZHRoIjoxNDQwLCJwayI6MjY5NzAzMjk2Mjk5MTgxMTQ4NiwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2l0ZW0iLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJ0YWtlbl9hdCI6MTYzNTczMTQwNSwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8yNTAzMzQxODJfNDM0MDg1OTY4MDc4Mjk4XzI1ODgzMjQ5NzAwNDgzMjgyOTlfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTBOREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDYmX25jX29oYz1vRkpQdmNXd2hic1E3a052Z0Z0Yk5jZiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNU56QXpNamsyTWprNU1UZ3hNVFE0TmclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEajdZWmkyTmtoT0xDeVp3RVpOXzdZSmdWMXNSVlVZdno4SmR6cFpfaFVYdyZvZT02NzYzMDc0MSZfbmNfc2lkPTc2YzBmYyIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiY2Fyb3VzZWxfcGFyZW50X2lkIjoiMjY5NzAzMjk2NjI0NjYyMjIzMF80ODE3NzQyMCIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjI2OTcwMzI5NjMwMDAzMjM4MTZfNDgxNzc0MjAiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxNDQwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjUyNTM0NDgyXzQ5MDQ2NTg1OTQ2NDYwNl84MDIzMjU5NzUwNjA2NDU1NF9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFME5EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTExMCZfbmNfb2hjPWpfQXozSVpUamVzUTdrTnZnR05QeTZkJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk1TnpBek1qazJNekF3TURNeU16Z3hOZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFDRGFxQ2s4RXgwQWU4VlA2b0laYlFEcTdQUEg1bkVNemV6bDFZNFgwQktRJm9lPTY3NjJFQTgwJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjE0NDB9LHsiaGVpZ2h0Ijo0ODAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8yNTI1MzQ0ODJfNDkwNDY1ODU5NDY0NjA2XzgwMjMyNTk3NTA2MDY0NTU0X24uanBnP3N0cD1kc3QtanBnX2UzNV9zNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFME5EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTExMCZfbmNfb2hjPWpfQXozSVpUamVzUTdrTnZnR05QeTZkJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk1TnpBek1qazJNekF3TURNeU16Z3hOZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJKYXJFR3V4cnVMb1J0X28zdEUycWZkY09QMFI2SHgzNTNCOURORHc2aXZBJm9lPTY3NjJFQTgwJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTQ0MCwib3JpZ2luYWxfd2lkdGgiOjE0NDAsInBrIjoyNjk3MDMyOTYzMDAwMzIzODE2LCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNjM1NzMxNDA1LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI1MjUzNDQ4Ml80OTA0NjU4NTk0NjQ2MDZfODAyMzI1OTc1MDYwNjQ1NTRfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTBOREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMTAmX25jX29oYz1qX0F6M0laVGplc1E3a052Z0dOUHk2ZCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNU56QXpNamsyTXpBd01ETXlNemd4TmclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBQ0RhcUNrOEV4MEFlOFZQNm9JWmJRRHE3UFBINW5FTXplemwxWTRYMEJLUSZvZT02NzYyRUE4MCZfbmNfc2lkPTc2YzBmYyIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119XSwiY2Fyb3VzZWxfbWVkaWFfY291bnQiOjIsImNhcm91c2VsX21lZGlhX2lkcyI6WzI2OTcwMzI5NjI5OTE4MTE0ODYsMjY5NzAzMjk2MzAwMDMyMzgxNl0sImNhcm91c2VsX21lZGlhX3BlbmRpbmdfcG9zdF9jb3VudCI6MCwiY2xpcHNfdGFiX3Bpbm5lZF91c2VyX2lkcyI6W10sImNvYXV0aG9yX3Byb2R1Y2VyX2Nhbl9zZWVfb3JnYW5pY19pbnNpZ2h0cyI6ZmFsc2UsImNvYXV0aG9yX3Byb2R1Y2VycyI6W10sImNvZGUiOiJDVnR5VEY4cGVRVyIsImNvbW1lbnRfaW5mb3JtX3RyZWF0bWVudCI6eyJhY3Rpb25fdHlwZSI6bnVsbCwic2hvdWxkX2hhdmVfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsInRleHQiOiIiLCJ1cmwiOm51bGx9LCJjb21tZW50X3RocmVhZGluZ19lbmFibGVkIjp0cnVlLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiY3Jvc3Nwb3N0X21ldGFkYXRhIjpbXSwiZGVsZXRlZF9yZWFzb24iOjAsImRldmljZV90aW1lc3RhbXAiOjE2MzU3MzEzMjEyNDU5MjIsImZiX2FnZ3JlZ2F0ZWRfY29tbWVudF9jb3VudCI6MCwiZmJfYWdncmVnYXRlZF9saWtlX2NvdW50IjowLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmJpZCI6IjE3OTIxNjcxNDI5OTQ3MDM5IiwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJmZWVkX3R5cGUiOiJtZWRpYSIsImZpbHRlcl90eXBlIjowLCJmdW5kcmFpc2VyX3RhZyI6eyJoYXNfc3RhbmRhbG9uZV9mdW5kcmFpc2VyIjpmYWxzZX0sImdlbl9haV9kZXRlY3Rpb25fbWV0aG9kIjp7ImRldGVjdGlvbl9tZXRob2QiOiJOT05FIn0sImhhc19oaWdoX3Jpc2tfZ2VuX2FpX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJoYXNfcHJpdmF0ZWx5X2xpa2VkIjpmYWxzZSwiaGFzX3NoYXJlZF90b19mYiI6MCwiaGFzX3ZpZXdzX2ZldGNoaW5nIjp0cnVlLCJpZCI6IjI2OTcwMzI5NjYyNDY2MjIyMzBfNDgxNzc0MjAiLCJpZ19tZWRpYV9zaGFyaW5nX2Rpc2FibGVkIjpmYWxzZSwiaWdiaW9fcHJvZHVjdCI6bnVsbCwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTQ0MCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI1MDMzNDE4Ml80MzQwODU5NjgwNzgyOThfMjU4ODMyNDk3MDA0ODMyODI5OV9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDYmX25jX29oYz1vRkpQdmNXd2hic1E3a052Z0Z0Yk5jZiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNU56QXpNamsyTWprNU1UZ3hNVFE0TmclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEajdZWmkyTmtoT0xDeVp3RVpOXzdZSmdWMXNSVlVZdno4SmR6cFpfaFVYdyZvZT02NzYzMDc0MSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NDgwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjUwMzM0MTgyXzQzNDA4NTk2ODA3ODI5OF8yNTg4MzI0OTcwMDQ4MzI4Mjk5X24uanBnP3N0cD1kc3QtanBnX2UzNV9zNDgweDQ4MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDYmX25jX29oYz1vRkpQdmNXd2hic1E3a052Z0Z0Yk5jZiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNU56QXpNamsyTWprNU1UZ3hNVFE0TmclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDNnJudVk4bkVkUnFQRkRZTGlEbzNyR2s3VTJ6Zm00Q1dkcnk1a2xfZENuUSZvZT02NzYzMDc0MSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJwZW5kaW5nIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdW5pZmllZF92aWRlbyI6ZmFsc2UsImlzX3ZpZGVvIjpmYWxzZSwibGF5b3V0X3R5cGUiOiJtZWRpYV9ncmlkIiwibGlrZV9hbmRfdmlld19jb3VudHNfZGlzYWJsZWQiOmZhbHNlLCJsaWtlcnMiOltdLCJtYXhfbnVtX3Zpc2libGVfcHJldmlld19jb21tZW50cyI6MCwibWVkaWFfbmFtZSI6ImFsYnVtIiwibWVkaWFfbm90ZXMiOnsiaXRlbXMiOltdfSwibWVkaWFfdHlwZSI6OCwibWV0YV9haV9zdWdnZXN0ZWRfcHJvbXB0cyI6W10sIm11c2ljX21ldGFkYXRhIjp7ImF1ZGlvX2Nhbm9uaWNhbF9pZCI6IjAiLCJhdWRpb190eXBlIjpudWxsLCJtdXNpY19pbmZvIjpudWxsLCJvcmlnaW5hbF9zb3VuZF9pbmZvIjpudWxsLCJwaW5uZWRfbWVkaWFfaWRzIjpudWxsfSwib3Blbl9jYXJvdXNlbF9zaG93X2ZvbGxvd19idXR0b24iOmZhbHNlLCJvcGVuX2Nhcm91c2VsX3N1Ym1pc3Npb25fc3RhdGUiOiJjbG9zZWQiLCJvcmlnaW5hbF9oZWlnaHQiOjYxMiwib3JpZ2luYWxfd2lkdGgiOjYxMiwib3duZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjEsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwMTQ4MjYwMDc1MiwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJTYW0gQ29iYiIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiI0ODE3NzQyMCIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjI0MzA0MjYyMTk4NDMyMTU3MTNfNDgxNzc0MjAiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8xMjI5MzA1NzBfMzY5ODg5MzE3NTYxNjQ1XzQ5ODAyNzUwMzM4NTQzNzkwMzBfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9TjUtMHZFZzhkQ01RN2tOdmdHR01mTjQmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlEcXJUMnFhcGJwTnI2cGc5NUF3dzFqT3lUOUVCcVlTS2Joc2U5aUxJRnJzdyZvZT02NzYyRTI4MSZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6InNhbWNvYmI3OCJ9LCJwayI6MjY5NzAzMjk2NjI0NjYyMjIzMCwicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9jb250YWluZXIiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE2MzU3MzE0MDUsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjUwMzM0MTgyXzQzNDA4NTk2ODA3ODI5OF8yNTg4MzI0OTcwMDQ4MzI4Mjk5X24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNiZfbmNfb2hjPW9GSlB2Y1d3aGJzUTdrTnZnRnRiTmNmJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk1TnpBek1qazJNams1TVRneE1UUTROZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWURqN1laaTJOa2hPTEN5WndFWk5fN1lKZ1Yxc1JWVVl2ejhKZHpwWl9oVVh3Jm9lPTY3NjMwNzQxJl9uY19zaWQ9NzZjMGZjIiwidGltZWxpbmVfcGlubmVkX3VzZXJfaWRzIjpbXSwidXNlciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MSwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDAxNDgyNjAwNzUyLCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IlNhbSBDb2JiIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjQ4MTc3NDIwIiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMjQzMDQyNjIxOTg0MzIxNTcxM180ODE3NzQyMCIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzEyMjkzMDU3MF8zNjk4ODkzMTc1NjE2NDVfNDk4MDI3NTAzMzg1NDM3OTAzMF9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1ONS0wdkVnOGRDTVE3a052Z0dHTWZONCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWURxclQycWFwYnBOcjZwZzk1QXd3MWpPeVQ5RUJxWVNLYmhzZTlpTElGcnN3Jm9lPTY3NjJFMjgxJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoic2FtY29iYjc4In0sInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiYm9vc3RfdW5hdmFpbGFibGVfaWRlbnRpZmllciI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb25fdjIiOm51bGwsImNhbl9tb2RpZnlfY2Fyb3VzZWwiOnRydWUsImNhbl9yZXBseSI6ZmFsc2UsImNhbl9yZXNoYXJlIjp0cnVlLCJjYW5fc2F2ZSI6dHJ1ZSwiY2FwdGlvbiI6bnVsbCwiY2FwdGlvbl9pc19lZGl0ZWQiOmZhbHNlLCJjYXJvdXNlbF9tZWRpYSI6W3siY2Fyb3VzZWxfcGFyZW50X2lkIjoiMzQ4OTEyNjk1OTA4MTA4MDA4NV8xMDU5NjcyNTAwIiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImV4cGxvcmVfcGl2b3RfZ3JpZCI6ZmFsc2UsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImlkIjoiMzQ4OTEyNjkzNzg3NDc3NTc4OF8xMDU5NjcyNTAwIiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTA2OCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDY0NzYyMDE2XzEwMTYwNzk3NTU2NjkxODU5XzEzODExODIxNTYzNDE2NDQ4NzZfbi5qcGc/c2U9OCZzdHA9YzAuMi4xMDgwLjEwNjhhX2RzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3TnpJdWMyUnlMbVl6TURnd09DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9RU9LV1hKMDhsYkVRN2tOdmdHWllDQ3kmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0FBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRPVEV5Tmprek56ZzNORGMzTlRjNE9BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZREVzbEhRWUxOOV9pVlRTa09xMGpRQ0NNZzk2ZlNpLUt5enFjUUs0RUNCc1Emb2U9Njc2MkUyMjEmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTA4MH0seyJoZWlnaHQiOjQ3NSwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDY0NzYyMDE2XzEwMTYwNzk3NTU2NjkxODU5XzEzODExODIxNTYzNDE2NDQ4NzZfbi5qcGc/c3RwPWMwLjIuMTA4MC4xMDY4YV9kc3QtanBnX2UzNV9zNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFd056SXVjMlJ5TG1Zek1EZ3dPQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNyZfbmNfb2hjPUVPS1dYSjA4bGJFUTdrTnZnR1pZQ0N5Jl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9BQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE0T1RFeU5qa3pOemczTkRjM05UYzRPQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJGN0dpV1ptM0c0WE1UTkp5dHE3QWtZenBiR2NhWUJFcFA5S0cxUmlmN2x3Jm9lPTY3NjJFMjIxJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTA2OCwib3JpZ2luYWxfd2lkdGgiOjEwODAsInBrIjozNDg5MTI2OTM3ODc0Nzc1Nzg4LCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNzMwMTU2MzY2LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDY0NzYyMDE2XzEwMTYwNzk3NTU2NjkxODU5XzEzODExODIxNTYzNDE2NDQ4NzZfbi5qcGc/c2U9OCZzdHA9YzAuMi4xMDgwLjEwNjhhX2RzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3TnpJdWMyUnlMbVl6TURnd09DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9RU9LV1hKMDhsYkVRN2tOdmdHWllDQ3kmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0FBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRPVEV5Tmprek56ZzNORGMzTlRjNE9BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZREVzbEhRWUxOOV9pVlRTa09xMGpRQ0NNZzk2ZlNpLUt5enFjUUs0RUNCc1Emb2U9Njc2MkUyMjEmX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImNhcm91c2VsX3BhcmVudF9pZCI6IjM0ODkxMjY5NTkwODEwODAwODVfMTA1OTY3MjUwMCIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjM0ODkxMjY5Mzc4NDk1NjM3ODlfMTA1OTY3MjUwMCIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjEwNjgsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3QzOS4zMDgwOC02LzQ2NDkzMjA3MF8xMDE2MDc5NzU1Njc1MTg1OV8xNTA2MTcyOTE3Mjg2NzkyNzE4X24uanBnP3NlPTgmc3RwPWMwLjIuMTA4MC4xMDY4YV9kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFd056TXVjMlJ5TG1Zek1EZ3dPQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNyZfbmNfb2hjPXNGdnNnSWtyUk9rUTdrTnZnRmhhRmpWJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9BQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE0T1RFeU5qa3pOemcwT1RVMk16YzRPUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUE5TGR2ZE5RSlhNblFWWkVaQlRGLV9zbGFEREhPaV9yV0pvS2hwVEM4X2RRJm9lPTY3NjJEMTRFJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjEwODB9LHsiaGVpZ2h0Ijo0NzUsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3QzOS4zMDgwOC02LzQ2NDkzMjA3MF8xMDE2MDc5NzU1Njc1MTg1OV8xNTA2MTcyOTE3Mjg2NzkyNzE4X24uanBnP3N0cD1jMC4yLjEwODAuMTA2OGFfZHN0LWpwZ19lMzVfczQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TURnd2VERXdOek11YzJSeUxtWXpNRGd3T0M1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDcmX25jX29oYz1zRnZzZ0lrclJPa1E3a052Z0ZoYUZqViZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQUFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRNE9URXlOamt6TnpnME9UVTJNemM0T1ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCLWI4cEtOQXdjZG1yMU1qMGkxS3dBem8zdXB3eDdEaGU1NXVxWTVCa2hrZyZvZT02NzYyRDE0RSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImlzX3ZpZGVvIjpmYWxzZSwibWVkaWFfbmFtZSI6ImFsYnVtX2l0ZW0iLCJtZWRpYV90eXBlIjoxLCJvcmlnaW5hbF9oZWlnaHQiOjEwNjgsIm9yaWdpbmFsX3dpZHRoIjoxMDgwLCJwayI6MzQ4OTEyNjkzNzg0OTU2Mzc4OSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2l0ZW0iLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJ0YWtlbl9hdCI6MTczMDE1NjM2NiwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3QzOS4zMDgwOC02LzQ2NDkzMjA3MF8xMDE2MDc5NzU1Njc1MTg1OV8xNTA2MTcyOTE3Mjg2NzkyNzE4X24uanBnP3NlPTgmc3RwPWMwLjIuMTA4MC4xMDY4YV9kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFd056TXVjMlJ5TG1Zek1EZ3dPQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNyZfbmNfb2hjPXNGdnNnSWtyUk9rUTdrTnZnRmhhRmpWJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9BQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE0T1RFeU5qa3pOemcwT1RVMk16YzRPUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUE5TGR2ZE5RSlhNblFWWkVaQlRGLV9zbGFEREhPaV9yV0pvS2hwVEM4X2RRJm9lPTY3NjJEMTRFJl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIzNDg5MTI2OTU5MDgxMDgwMDg1XzEwNTk2NzI1MDAiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIzNDg5MTI2OTM4Mjk0MzUyMjMwXzEwNTk2NzI1MDAiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxMDY0LCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90MzkuMzA4MDgtNi80NjQ4NzU3ODJfMTAxNjA3OTc1NTY5NjE4NTlfMTIwODg4NzA3NDE1ODU4OTk4NF9uLmpwZz9zZT04JnN0cD1jMi4wLjEwNzUuMTA2NGFfZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TURnd2VERXdOalF1YzJSeUxtWXpNRGd3T0M1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDcmX25jX29oYz1UUnRUOUpkc1VUa1E3a052Z0ZUZm1RayZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQUFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRNE9URXlOamt6T0RJNU5ETTFNakl6TUElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBdExNSW9vLWtfbXdhUmZMQi15Um0yamtpbmZNSENEOHlYSUF0NHE5bjFHUSZvZT02NzYyRTA5QiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxMDc1fSx7ImhlaWdodCI6NDczLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90MzkuMzA4MDgtNi80NjQ4NzU3ODJfMTAxNjA3OTc1NTY5NjE4NTlfMTIwODg4NzA3NDE1ODU4OTk4NF9uLmpwZz9zdHA9YzIuMC4xMDc1LjEwNjRhX2RzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3TmpRdWMyUnlMbVl6TURnd09DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9VFJ0VDlKZHNVVGtRN2tOdmdGVGZtUWsmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0FBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRPVEV5Tmprek9ESTVORE0xTWpJek1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ2ZQVVFfcUhwZng2dWdKRS1VU1l2Mm5PdHpidnA0WkhTWnlxcF9PaUFOY2cmb2U9Njc2MkUwOUImX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDc4fV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxMDY0LCJvcmlnaW5hbF93aWR0aCI6MTA3NSwicGsiOjM0ODkxMjY5MzgyOTQzNTIyMzAsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFrZW5fYXQiOjE3MzAxNTYzNjYsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90MzkuMzA4MDgtNi80NjQ4NzU3ODJfMTAxNjA3OTc1NTY5NjE4NTlfMTIwODg4NzA3NDE1ODU4OTk4NF9uLmpwZz9zZT04JnN0cD1jMi4wLjEwNzUuMTA2NGFfZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TURnd2VERXdOalF1YzJSeUxtWXpNRGd3T0M1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDcmX25jX29oYz1UUnRUOUpkc1VUa1E3a052Z0ZUZm1RayZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQUFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRNE9URXlOamt6T0RJNU5ETTFNakl6TUElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBdExNSW9vLWtfbXdhUmZMQi15Um0yamtpbmZNSENEOHlYSUF0NHE5bjFHUSZvZT02NzYyRTA5QiZfbmNfc2lkPTc2YzBmYyIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiY2Fyb3VzZWxfcGFyZW50X2lkIjoiMzQ4OTEyNjk1OTA4MTA4MDA4NV8xMDU5NjcyNTAwIiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImV4cGxvcmVfcGl2b3RfZ3JpZCI6ZmFsc2UsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImlkIjoiMzQ4OTEyNjkzNzU4OTQ4ODY3OF8xMDU5NjcyNTAwIiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTA2OCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDY0ODM5NTQyXzEwMTYwNzk3NTU2OTcxODU5XzM4MTA2MDMzNTQ1OTczODk3NTBfbi5qcGc/c2U9OCZzdHA9YzAuMi4xMDgwLjEwNjhhX2RzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3TnpJdWMyUnlMbVl6TURnd09DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTExJl9uY19vaGM9NlB1TlVDYjJpNTRRN2tOdmdGVEVDY2gmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0FBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRPVEV5Tmprek56VTRPVFE0T0RZM09BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ0FTVjh0U0xITTlwLWFWUnFVbXJxWUVsc1ZBOWdLU2NZZENlaWY2ZlJDZHcmb2U9Njc2MkQ2N0YmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTA4MH0seyJoZWlnaHQiOjQ3NSwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDY0ODM5NTQyXzEwMTYwNzk3NTU2OTcxODU5XzM4MTA2MDMzNTQ1OTczODk3NTBfbi5qcGc/c3RwPWMwLjIuMTA4MC4xMDY4YV9kc3QtanBnX2UzNV9zNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFd056SXVjMlJ5TG1Zek1EZ3dPQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTExMSZfbmNfb2hjPTZQdU5VQ2IyaTU0UTdrTnZnRlRFQ2NoJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9BQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE0T1RFeU5qa3pOelU0T1RRNE9EWTNPQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUNXV3dTQi1BOEd2ZV9rajk0Y04tOWhjUkVoUmFzUlctUXlXdGtDTGtDUUVRJm9lPTY3NjJENjdGJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTA2OCwib3JpZ2luYWxfd2lkdGgiOjEwODAsInBrIjozNDg5MTI2OTM3NTg5NDg4Njc4LCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNzMwMTU2MzY2LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDY0ODM5NTQyXzEwMTYwNzk3NTU2OTcxODU5XzM4MTA2MDMzNTQ1OTczODk3NTBfbi5qcGc/c2U9OCZzdHA9YzAuMi4xMDgwLjEwNjhhX2RzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3TnpJdWMyUnlMbVl6TURnd09DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTExJl9uY19vaGM9NlB1TlVDYjJpNTRRN2tOdmdGVEVDY2gmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0FBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRPVEV5Tmprek56VTRPVFE0T0RZM09BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ0FTVjh0U0xITTlwLWFWUnFVbXJxWUVsc1ZBOWdLU2NZZENlaWY2ZlJDZHcmb2U9Njc2MkQ2N0YmX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImNhcm91c2VsX3BhcmVudF9pZCI6IjM0ODkxMjY5NTkwODEwODAwODVfMTA1OTY3MjUwMCIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjM0ODkxMjY5MzgxMDEzNTYzODVfMTA1OTY3MjUwMCIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjEwNjMsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3QzOS4zMDgwOC02LzQ2NDc4ODcxMV8xMDE2MDc5NzU1NzAwNjg1OV8zODg5MzQ5NTY5NzEzODE3MTE2X24uanBnP3NlPTgmc3RwPWMzLjAuMTA3NC4xMDYzYV9kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFd05qTXVjMlJ5TG1Zek1EZ3dPQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNyZfbmNfb2hjPWd2TFU0SjVGSmpBUTdrTnZnR2ZBX3ktJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9BQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE0T1RFeU5qa3pPREV3TVRNMU5qTTROUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFOQndQX3o5a2l3aFBuYXlIaThrYm1IS1dYaEhjeXV6YnhuMTJVNFdZTVVBJm9lPTY3NjJEQkYyJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjEwNzR9LHsiaGVpZ2h0Ijo0NzIsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3QzOS4zMDgwOC02LzQ2NDc4ODcxMV8xMDE2MDc5NzU1NzAwNjg1OV8zODg5MzQ5NTY5NzEzODE3MTE2X24uanBnP3N0cD1jMy4wLjEwNzQuMTA2M2FfZHN0LWpwZ19lMzVfczQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TURnd2VERXdOak11YzJSeUxtWXpNRGd3T0M1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDcmX25jX29oYz1ndkxVNEo1RkpqQVE3a052Z0dmQV95LSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQUFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRNE9URXlOamt6T0RFd01UTTFOak00TlElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlERXAxSDdwMGI2SzBTRXdpdFozZkhxeFVxU2tXUjRUODR3b3R1TjZlUzAtQSZvZT02NzYyREJGMiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0Nzd9XX0sImlzX3ZpZGVvIjpmYWxzZSwibWVkaWFfbmFtZSI6ImFsYnVtX2l0ZW0iLCJtZWRpYV90eXBlIjoxLCJvcmlnaW5hbF9oZWlnaHQiOjEwNjMsIm9yaWdpbmFsX3dpZHRoIjoxMDc0LCJwayI6MzQ4OTEyNjkzODEwMTM1NjM4NSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2l0ZW0iLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJ0YWtlbl9hdCI6MTczMDE1NjM2NiwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3QzOS4zMDgwOC02LzQ2NDc4ODcxMV8xMDE2MDc5NzU1NzAwNjg1OV8zODg5MzQ5NTY5NzEzODE3MTE2X24uanBnP3NlPTgmc3RwPWMzLjAuMTA3NC4xMDYzYV9kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFd05qTXVjMlJ5TG1Zek1EZ3dPQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNyZfbmNfb2hjPWd2TFU0SjVGSmpBUTdrTnZnR2ZBX3ktJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9BQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE0T1RFeU5qa3pPREV3TVRNMU5qTTROUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFOQndQX3o5a2l3aFBuYXlIaThrYm1IS1dYaEhjeXV6YnhuMTJVNFdZTVVBJm9lPTY3NjJEQkYyJl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX1dLCJjYXJvdXNlbF9tZWRpYV9jb3VudCI6NSwiY2Fyb3VzZWxfbWVkaWFfaWRzIjpbMzQ4OTEyNjkzNzg3NDc3NTc4OCwzNDg5MTI2OTM3ODQ5NTYzNzg5LDM0ODkxMjY5MzgyOTQzNTIyMzAsMzQ4OTEyNjkzNzU4OTQ4ODY3OCwzNDg5MTI2OTM4MTAxMzU2Mzg1XSwiY2Fyb3VzZWxfbWVkaWFfcGVuZGluZ19wb3N0X2NvdW50IjowLCJjbGlwc190YWJfcGlubmVkX3VzZXJfaWRzIjpbXSwiY29hdXRob3JfcHJvZHVjZXJfY2FuX3NlZV9vcmdhbmljX2luc2lnaHRzIjpmYWxzZSwiY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiY29kZSI6IkRCcjNudXNSRVVWIiwiY29tbWVudF9pbmZvcm1fdHJlYXRtZW50Ijp7ImFjdGlvbl90eXBlIjpudWxsLCJzaG91bGRfaGF2ZV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwidGV4dCI6IiIsInVybCI6bnVsbH0sImNvbW1lbnRfdGhyZWFkaW5nX2VuYWJsZWQiOnRydWUsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcm9zc3Bvc3RfbWV0YWRhdGEiOltdLCJkZWxldGVkX3JlYXNvbiI6MCwiZGV2aWNlX3RpbWVzdGFtcCI6MTczMDE1NjM2NjAxLCJmYl9hZ2dyZWdhdGVkX2NvbW1lbnRfY291bnQiOjAsImZiX2FnZ3JlZ2F0ZWRfbGlrZV9jb3VudCI6MCwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZiaWQiOiIxODAzNjQ3MTMzMjIxOTM1NSIsImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiZmVlZF90eXBlIjoibWVkaWEiLCJmaWx0ZXJfdHlwZSI6MCwiZnVuZHJhaXNlcl90YWciOnsiaGFzX3N0YW5kYWxvbmVfZnVuZHJhaXNlciI6ZmFsc2V9LCJnZW5fYWlfZGV0ZWN0aW9uX21ldGhvZCI6eyJkZXRlY3Rpb25fbWV0aG9kIjoiTk9ORSJ9LCJoYXNfaGlnaF9yaXNrX2dlbl9haV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwiaGFzX3ByaXZhdGVseV9saWtlZCI6ZmFsc2UsImhhc19zaGFyZWRfdG9fZmIiOjAsImhhc192aWV3c19mZXRjaGluZyI6dHJ1ZSwiaWQiOiIzNDg5MTI2OTU5MDgxMDgwMDg1XzEwNTk2NzI1MDAiLCJpZ19tZWRpYV9zaGFyaW5nX2Rpc2FibGVkIjpmYWxzZSwiaWdiaW9fcHJvZHVjdCI6bnVsbCwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTA3MiwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDY0NzYyMDE2XzEwMTYwNzk3NTU2NjkxODU5XzEzODExODIxNTYzNDE2NDQ4NzZfbi5qcGc/c3RwPWRzdC1qcGdfZTE1X2ZyX3MxMDgweDEwODBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA3Jl9uY19vaGM9RU9LV1hKMDhsYkVRN2tOdmdHWllDQ3kmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0FBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTRPVEV5Tmprek56ZzNORGMzTlRjNE9BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZRDFWSFQxODdVXzZJY0EtOURKZXJRTmg4Um40b0tuUXVtcUZjZ1JRcGRZbXcmb2U9Njc2MkUyMjEmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTA4MH0seyJoZWlnaHQiOjQ3NiwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDY0NzYyMDE2XzEwMTYwNzk3NTU2NjkxODU5XzEzODExODIxNTYzNDE2NDQ4NzZfbi5qcGc/c3RwPWRzdC1qcGdfZTE1X3M0ODB4NDgwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNyZfbmNfb2hjPUVPS1dYSjA4bGJFUTdrTnZnR1pZQ0N5Jl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9BQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE0T1RFeU5qa3pOemczTkRjM05UYzRPQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWURwa0xYbTFzUEdBdmN1NV9MQVpSM3VPTWdBQlVnZHhIbzZ4cVoxbHNUcDh3Jm9lPTY3NjJFMjIxJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6InBlbmRpbmciLCJpbnZpdGVkX2NvYXV0aG9yX3Byb2R1Y2VycyI6W10sImlzX2NvbW1lbnRzX2dpZl9jb21wb3Nlcl9lbmFibGVkIjp0cnVlLCJpc19jdXRvdXRfc3RpY2tlcl9hbGxvd2VkIjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21lZGlhX25vdGVfcmVjc19udXgiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWV0YV9haV9zaGFyZSI6ZmFsc2UsImlzX2luX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX29wZW5fdG9fcHVibGljX3N1Ym1pc3Npb24iOmZhbHNlLCJpc19vcmdhbmljX3Byb2R1Y3RfdGFnZ2luZ19lbGlnaWJsZSI6dHJ1ZSwiaXNfcGFpZF9wYXJ0bmVyc2hpcCI6ZmFsc2UsImlzX3Bpbm5lZCI6ZmFsc2UsImlzX3Bvc3RfbGl2ZV9jbGlwc19tZWRpYSI6ZmFsc2UsImlzX3Jlc2hhcmVfb2ZfdGV4dF9wb3N0X2FwcF9tZWRpYV9pbl9pZyI6ZmFsc2UsImlzX3NvY2lhbF91ZmlfZGlzYWJsZWQiOmZhbHNlLCJpc190YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3ZpZXdlcl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc191bmlmaWVkX3ZpZGVvIjpmYWxzZSwiaXNfdmlkZW8iOmZhbHNlLCJsYXlvdXRfdHlwZSI6Im1lZGlhX2dyaWQiLCJsaWtlX2FuZF92aWV3X2NvdW50c19kaXNhYmxlZCI6ZmFsc2UsImxpa2VycyI6W10sIm1heF9udW1fdmlzaWJsZV9wcmV2aWV3X2NvbW1lbnRzIjowLCJtZWRpYV9uYW1lIjoiYWxidW0iLCJtZWRpYV9ub3RlcyI6eyJpdGVtcyI6W119LCJtZWRpYV90eXBlIjo4LCJtZXRhX2FpX3N1Z2dlc3RlZF9wcm9tcHRzIjpbXSwibXVzaWNfbWV0YWRhdGEiOnsiYXVkaW9fY2Fub25pY2FsX2lkIjoiMCIsImF1ZGlvX3R5cGUiOm51bGwsIm11c2ljX2luZm8iOm51bGwsIm9yaWdpbmFsX3NvdW5kX2luZm8iOm51bGwsInBpbm5lZF9tZWRpYV9pZHMiOm51bGx9LCJvcGVuX2Nhcm91c2VsX3Nob3dfZm9sbG93X2J1dHRvbiI6ZmFsc2UsIm9wZW5fY2Fyb3VzZWxfc3VibWlzc2lvbl9zdGF0ZSI6ImNsb3NlZCIsIm9yaWdpbmFsX2hlaWdodCI6NjEyLCJvcmlnaW5hbF93aWR0aCI6NjEyLCJvd25lciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MSwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDAwNzM1MDE2NTU3LCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IkJyYWR5IFdvcnN0ZXIiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiMTA1OTY3MjUwMCIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjM1MTg1NjM2OTA3NzUyOTMxNTZfMTA1OTY3MjUwMCIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzQ2OTcwNzg0Nl82MDQ4MDI1OTg2MDEwMjBfNzE2NjExMDEwMTg2MjU2MDg4NV9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDAmX25jX29oYz1OcXR4SXhWLTlEWVE3a052Z0hYdlNPaSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUJ1eVdVRjRvNHBXamszclVLbjBQamZTTU13WEMweHVGM3FDb09XYWhLaWpBJm9lPTY3NjJFNDg0Jl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiYnJhZHlid29yc3RlciJ9LCJwayI6MzQ4OTEyNjk1OTA4MTA4MDA4NSwicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9jb250YWluZXIiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE3MzAxNTYzNjcsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90MzkuMzA4MDgtNi80NjQ3NjIwMTZfMTAxNjA3OTc1NTY2OTE4NTlfMTM4MTE4MjE1NjM0MTY0NDg3Nl9uLmpwZz9zdHA9ZHN0LWpwZ19lMTVfZnJfczEwODB4MTA4MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDcmX25jX29oYz1FT0tXWEowOGxiRVE3a052Z0daWUNDeSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQUFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRNE9URXlOamt6TnpnM05EYzNOVGM0T0ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEMVZIVDE4N1VfNkljQS05REplclFOaDhSbjRvS25RdW1xRmNnUlFwZFltdyZvZT02NzYyRTIyMSZfbmNfc2lkPTc2YzBmYyIsInRpbWVsaW5lX3Bpbm5lZF91c2VyX2lkcyI6W10sInVzZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjEsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwMDczNTAxNjU1NywiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJCcmFkeSBXb3JzdGVyIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjEwNTk2NzI1MDAiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIzNTE4NTYzNjkwNzc1MjkzMTU2XzEwNTk2NzI1MDAiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS80Njk3MDc4NDZfNjA0ODAyNTk4NjAxMDIwXzcxNjYxMTAxMDE4NjI1NjA4ODVfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAwJl9uY19vaGM9TnF0eEl4Vi05RFlRN2tOdmdIWHZTT2kmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlCdXlXVUY0bzRwV2prM3JVS24wUGpmU01Nd1hDMHh1RjNxQ29PV2FoS2lqQSZvZT02NzYyRTQ4NCZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6ImJyYWR5YndvcnN0ZXIifSwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJhcmVfcmVtaXhlc19jcm9zc3Bvc3RhYmxlIjpmYWxzZSwiYXZhdGFyX3N0aWNrZXJzIjpbXSwiYm9vc3RfdW5hdmFpbGFibGVfaWRlbnRpZmllciI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb25fdjIiOm51bGwsImNhbl9yZXBseSI6ZmFsc2UsImNhbl9yZXNoYXJlIjp0cnVlLCJjYW5fc2F2ZSI6dHJ1ZSwiY2FwdGlvbiI6eyJjb250ZW50X3R5cGUiOiJjb21tZW50IiwiY3JlYXRlZF9hdCI6MTcyODU0OTU3NiwiY3JlYXRlZF9hdF91dGMiOjE3Mjg1NDk1NzYsImRpZF9yZXBvcnRfYXNfc3BhbSI6ZmFsc2UsImhhc2h0YWdzIjpbIiNoYWxsb3dlZW5zbmFja3MiXSwiaWQiOjM0NzU2NDc5MTM2ODkxNTk3ODIsImlzX2NvdmVyZWQiOmZhbHNlLCJpc19yYW5rZWRfY29tbWVudCI6ZmFsc2UsIm1lbnRpb25zIjpbXSwicGsiOiIxNzk0NDMxODg4MDg5MjU2MiIsInByaXZhdGVfcmVwbHlfc3RhdHVzIjowLCJzaGFyZV9lbmFibGVkIjpmYWxzZSwic3RhdHVzIjoiQWN0aXZlIiwidGV4dCI6IlNvIGdvb2Qg8J+kqfCfjY5cblZpYSAtIGNyZWF0ZWRieWpveXkgLSB0aWt0b2tcbiNoYWxsb3dlZW5zbmFja3MiLCJ0eXBlIjoxLCJ1c2VyIjp7ImZiaWRfdjIiOjE3ODQxNDIxNzMyNjk1OTU0LCJmdWxsX25hbWUiOiJGb29kIGNvbnRlbnQhISDwn42qIiwiaWQiOiIyMTY0NzYzNjQyMyIsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIyNjg2NTU2NDA2MDk3OTQ5ODA4XzIxNjQ3NjM2NDIzIiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMjQ1NzIyMjY2XzM4NDA5OTQ3NjY5NTE5Ml80MzgwODY1OTA5NTQ1MjI4NTBfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MSZfbmNfb2hjPWdENmJjS05FUkxNUTdrTnZnSEFBQ1A1Jl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQUllcFc1ZVB4UG45blpoZ3JUbXJVMFBJMWhHOXFoYU9QZGowcHpCYUJHRXcmb2U9Njc2MkQ3NEYmX25jX3NpZD03NmMwZmMiLCJ1c2VybmFtZSI6ImZvb2RmeXBwIn0sInVzZXJfaWQiOjIxNjQ3NjM2NDIzfSwiY2FwdGlvbl9pc19lZGl0ZWQiOmZhbHNlLCJjbGlwc19tZXRhZGF0YSI6eyJhY2hpZXZlbWVudHNfaW5mbyI6eyJudW1fZWFybmVkX2FjaGlldmVtZW50cyI6bnVsbCwic2hvd19hY2hpZXZlbWVudHMiOmZhbHNlfSwiYWRkaXRpb25hbF9hdWRpb19pbmZvIjp7ImFkZGl0aW9uYWxfYXVkaW9fdXNlcm5hbWUiOm51bGwsImF1ZGlvX3JlYXR0cmlidXRpb25faW5mbyI6eyJzaG91bGRfYWxsb3dfcmVzdG9yZSI6ZmFsc2V9fSwiYXNzZXRfcmVjb21tZW5kYXRpb25faW5mbyI6bnVsbCwiYXVkaW9fY2Fub25pY2FsX2lkIjoiMTgxMjU2NzQzNzIwOTc5MjUiLCJhdWRpb19yYW5raW5nX2luZm8iOnsiYmVzdF9hdWRpb19jbHVzdGVyX2lkIjoiNTIzMTQyODI1ODc1NTU1In0sImF1ZGlvX3R5cGUiOiJsaWNlbnNlZF9tdXNpYyIsImJyYW5kZWRfY29udGVudF90YWdfaW5mbyI6eyJjYW5fYWRkX3RhZyI6ZmFsc2V9LCJicmVha2luZ19jb250ZW50X2luZm8iOm51bGwsImJyZWFraW5nX2NyZWF0b3JfaW5mbyI6bnVsbCwiY2hhbGxlbmdlX2luZm8iOm51bGwsImNsaXBzX2NyZWF0aW9uX2VudHJ5X3BvaW50IjoiY2xpcHMiLCJjb250ZW50X2FwcHJlY2lhdGlvbl9pbmZvIjp7ImVuYWJsZWQiOnRydWUsImVudHJ5X3BvaW50X2NvbnRhaW5lciI6eyJjb21tZW50Ijp7ImFjdGlvbl90eXBlIjoiZ2lmdGluZyJ9LCJvdmVyZmxvdyI6bnVsbCwicGlsbCI6eyJhY3Rpb25fdHlwZSI6ImdpZnRpbmciLCJwcmlvcml0eSI6MX0sInVmaSI6bnVsbH19LCJjb250ZXh0dWFsX2hpZ2hsaWdodF9pbmZvIjpudWxsLCJjdXRvdXRfc3RpY2tlcl9pbmZvIjpbXSwiZGlzYWJsZV91c2VfaW5fY2xpcHNfY2xpZW50X2NhY2hlIjpmYWxzZSwiZXh0ZXJuYWxfbWVkaWFfaW5mbyI6bnVsbCwiZmVhdHVyZWRfbGFiZWwiOm51bGwsImlzX2Zhbl9jbHViX3Byb21vX3ZpZGVvIjpmYWxzZSwiaXNfcHVibGljX2NoYXRfd2VsY29tZV92aWRlbyI6ZmFsc2UsImlzX3NoYXJlZF90b19mYiI6dHJ1ZSwibWFzaHVwX2luZm8iOnsiY2FuX3RvZ2dsZV9tYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJmb3JtYXR0ZWRfbWFzaHVwc19jb3VudCI6bnVsbCwiaGFzX2JlZW5fbWFzaGVkX3VwIjp0cnVlLCJoYXNfbm9ubWltaWNhYmxlX2FkZGl0aW9uYWxfYXVkaW8iOmZhbHNlLCJpc19jcmVhdG9yX3JlcXVlc3RpbmdfbWFzaHVwIjpmYWxzZSwiaXNfbGlnaHRfd2VpZ2h0X2NoZWNrIjp0cnVlLCJpc19saWdodF93ZWlnaHRfcmV1c2VfYWxsb3dlZF9jaGVjayI6ZmFsc2UsImlzX3Bpdm90X3BhZ2VfYXZhaWxhYmxlIjpmYWxzZSwiaXNfcmV1c2VfYWxsb3dlZCI6dHJ1ZSwibWFzaHVwX3R5cGUiOm51bGwsIm1hc2h1cHNfYWxsb3dlZCI6dHJ1ZSwibm9uX3ByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6Miwib3JpZ2luYWxfbWVkaWEiOm51bGwsInByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6bnVsbH0sIm1lcmNoYW5kaXNpbmdfcGlsbF9pbmZvIjpudWxsLCJtdXNpY19pbmZvIjp7Im11c2ljX2Fzc2V0X2luZm8iOnsiYWxsb3dzX3NhdmluZyI6dHJ1ZSwiYXJ0aXN0X2lkIjoiNDQxNDg0NzU4NDgyODIzIiwiYXVkaW9fYXNzZXRfaWQiOiIzNzcxMDEzODM0NTEzNzUiLCJhdWRpb19pZCI6Ijc5NTU4MjY3MDgwNzAyNiIsImNvdmVyX2FydHdvcmtfdGh1bWJuYWlsX3VyaSI6Imh0dHBzOi8vc2NvbnRlbnQuZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDE3NDMyODg2XzEzNzM4MzMwNTAxNjQ3MTVfOTI2MTQ5OTM5OTc1Mzc5NzIxX24uanBnP3N0cD1kc3QtanBnX3MxNjh4MTI4X3R0NiZfbmNfY2F0PTEmY2NiPTEtNyZfbmNfc2lkPTJmMjU1NyZfbmNfb2hjPUtrWjJENFpHY29RUTdrTnZnRVpKdTZFJl9uY196dD0yMyZfbmNfaHQ9c2NvbnRlbnQuZmV2bjUtMS5mbmEmX25jX2dpZD1BTDk4ald4bERqT0Jrb1J4UXRnQ0pESSZvaD0wMF9BWUNfQnlHRE5VR2I3ZzMzSkc3ZjZ1ZEFiYTNGSFdBbFdXOU5uejJkc1NySUxBJm9lPTY3NjJGMjcwIiwiY292ZXJfYXJ0d29ya191cmkiOiJodHRwczovL3Njb250ZW50LmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3QzOS4zMDgwOC02LzQxNzQzMjg4Nl8xMzczODMzMDUwMTY0NzE1XzkyNjE0OTkzOTk3NTM3OTcyMV9uLmpwZz9zdHA9ZHN0LWpwZ19zMTY4eDEyOF90dDYmX25jX2NhdD0xJmNjYj0xLTcmX25jX3NpZD0yZjI1NTcmX25jX29oYz1La1oyRDRaR2NvUVE3a052Z0VaSnU2RSZfbmNfenQ9MjMmX25jX2h0PXNjb250ZW50LmZldm41LTEuZm5hJl9uY19naWQ9QUw5OGpXeGxEak9Ca29SeFF0Z0NKREkmb2g9MDBfQVlDX0J5R0ROVUdiN2czM0pHN2Y2dWRBYmEzRkhXQWxXVzlObnoyZHNTcklMQSZvZT02NzYyRjI3MCIsImRhcmtfbWVzc2FnZSI6bnVsbCwiZGlzcGxheV9hcnRpc3QiOiJSb2Nrd2VsbCIsImR1cmF0aW9uX2luX21zIjoyOTg4MDAsImZhc3Rfc3RhcnRfcHJvZ3Jlc3NpdmVfZG93bmxvYWRfdXJsIjoiaHR0cHM6Ly9zY29udGVudC5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvbzEvdi90Mi9mMi9tNjkvQVFNMTVwMXpxemd1RDE3UmNnTm1Db1JQeVBNVW9GcWh0R2ZWSHozMnpxMl96ZWRwUXFnZjVqdDhUM1VjRGlLYVAzZlZ3SUIzQ2pmOE5HOWJndW1PQmtFNS5tcDQ/c3RyZXh0PTEmX25jX2NhdD0xMTEmX25jX3NpZD04YmY4ZmUmX25jX2h0PXNjb250ZW50LmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfb2hjPUpEUWpGYkI3RENzUTdrTnZnSGNOR2xxJmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkluaHdkbDl3Y205bmNtVnpjMmwyWlM1QlZVUkpUMTlQVGt4WkxpNURNeTR3TG5CeWIyZHlaWE56YVhabFgyRjFaR2x2WDJGaFkzQmZORGhmWm5KaFoxOHlYMkYxWkdsdklpd2llSEIyWDJGemMyVjBYMmxrSWpvME1UQXpNalEzTURFM056VXdNemtzSW5WeWJHZGxibDl6YjNWeVkyVWlPaUozZDNjaWZRJTNEJTNEJmNjYj05LTQmX25jX3p0PTI4Jm9oPTAwX0FZQU1waV9LZk1Wc0FIaXNkdUJtdnc1RE02cmdRLWVmUk1rMzBhTUpFYmZCWEEmb2U9Njc2MkY1ODYiLCJoYXNfbHlyaWNzIjp0cnVlLCJoaWdobGlnaHRfc3RhcnRfdGltZXNfaW5fbXMiOls5NjAwMCw0OTAwMCwxNTgwMDBdLCJpZCI6IjM3NzEwMTM4MzQ1MTM3NSIsImlnX3VzZXJuYW1lIjoidG9tX3JvY2t3ZWxsIiwiaXNfZWxpZ2libGVfZm9yX2F1ZGlvX2VmZmVjdHMiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfdmlueWxfc3RpY2tlciI6dHJ1ZSwiaXNfZXhwbGljaXQiOmZhbHNlLCJseXJpY3MiOm51bGwsInByb2dyZXNzaXZlX2Rvd25sb2FkX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQuZmV2bjUtMS5mbmEuZmJjZG4ubmV0L28xL3YvdDIvZjIvbTY5L0FRTTE1cDF6cXpndUQxN1JjZ05tQ29SUHlQTVVvRnFodEdmVkh6MzJ6cTJfemVkcFFxZ2Y1anQ4VDNVY0RpS2FQM2ZWd0lCM0NqZjhORzliZ3VtT0JrRTUubXA0P3N0cmV4dD0xJl9uY19jYXQ9MTExJl9uY19zaWQ9OGJmOGZlJl9uY19odD1zY29udGVudC5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX29oYz1KRFFqRmJCN0RDc1E3a052Z0hjTkdscSZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbmh3ZGw5d2NtOW5jbVZ6YzJsMlpTNUJWVVJKVDE5UFRreFpMaTVETXk0d0xuQnliMmR5WlhOemFYWmxYMkYxWkdsdlgyRmhZM0JmTkRoZlpuSmhaMTh5WDJGMVpHbHZJaXdpZUhCMlgyRnpjMlYwWDJsa0lqbzBNVEF6TWpRM01ERTNOelV3TXprc0luVnliR2RsYmw5emIzVnlZMlVpT2lKM2QzY2lmUSUzRCUzRCZjY2I9OS00Jl9uY196dD0yOCZvaD0wMF9BWUFNcGlfS2ZNVnNBSGlzZHVCbXZ3NURNNnJnUS1lZlJNazMwYU1KRWJmQlhBJm9lPTY3NjJGNTg2IiwicmVhY3RpdmVfYXVkaW9fZG93bmxvYWRfdXJsIjpudWxsLCJzYW5pdGl6ZWRfdGl0bGUiOm51bGwsInN1YnRpdGxlIjoiIiwidGl0bGUiOiJTb21lYm9keSdzIFdhdGNoaW5nIE1lIiwid2ViXzMwc19wcmV2aWV3X2Rvd25sb2FkX3VybCI6bnVsbH0sIm11c2ljX2NvbnN1bXB0aW9uX2luZm8iOnsiYWxsb3dfbWVkaWFfY3JlYXRpb25fd2l0aF9tdXNpYyI6dHJ1ZSwiYXVkaW9fYXNzZXRfc3RhcnRfdGltZV9pbl9tcyI6NDMwMDAsImF1ZGlvX2ZpbHRlcl9pbmZvcyI6W10sImF1ZGlvX211dGluZ19pbmZvIjp7ImFsbG93X2F1ZGlvX2VkaXRpbmciOmZhbHNlLCJtdXRlX2F1ZGlvIjpmYWxzZSwibXV0ZV9yZWFzb25fc3RyIjoiIiwic2hvd19tdXRlZF9hdWRpb190b2FzdCI6ZmFsc2V9LCJjb250YWluc19seXJpY3MiOm51bGwsImRlcml2ZWRfY29udGVudF9pZCI6bnVsbCwiZGlzcGxheV9sYWJlbHMiOm51bGwsImZvcm1hdHRlZF9jbGlwc19tZWRpYV9jb3VudCI6bnVsbCwiaWdfYXJ0aXN0Ijp7ImZ1bGxfbmFtZSI6IlRvbSBSb2Nrd2VsbCIsImlkIjoiMjMyODg1MTEiLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdmVyaWZpZWQiOnRydWUsInByb2ZpbGVfcGljX2lkIjoiMzEwNDc1MjY4NzI2OTQ1MDU1Nl8yMzI4ODUxMSIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzM0NzQwNjA1M185NTc1ODg1Njg5OTY5ODhfMTU1MDM5NzY2OTcyMzg2ODUyM19uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDgmX25jX29oYz1JMEVNQ1hDTEs1Z1E3a052Z0dLNzVMUCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUNvVmxrbzNtUTRzM1V0VnVGM2tld1NoYW84YnlYSzdpWmhmZ3B0cS1pZzNRJm9lPTY3NjJEMzE2Jl9uY19zaWQ9NzZjMGZjIiwidXNlcm5hbWUiOiJ0b21fcm9ja3dlbGwifSwiaXNfYm9va21hcmtlZCI6ZmFsc2UsImlzX3RyZW5kaW5nX2luX2NsaXBzIjpmYWxzZSwib3ZlcmxhcF9kdXJhdGlvbl9pbl9tcyI6MzAwMDAsInBsYWNlaG9sZGVyX3Byb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4xMjQ0Mi0xNS80Mzk4NTYyOV8zMTExMDU5MTYxNDUzNTFfNTgwNjQ3NTk4MTE0MDU3NzZfbi5qcGc/X25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDcmX25jX29oYz1zM3ktZzFyaXF6WVE3a052Z0dPOWtvSCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQUFBQUEmY2NiPTctNSZvaD0wMF9BWUIzSjNPNldvazdITmxCbjE3NTI5Q1lsb3JONjlZZVRmY09vZ3VjV2VUczNRJm9lPTY3NjJFNEJEJl9uY19zaWQ9NzZjMGZjIiwicHJldmlvdXNfdHJlbmRfcmFuayI6bnVsbCwic2hvdWxkX2FsbG93X211c2ljX2VkaXRpbmciOmZhbHNlLCJzaG91bGRfbXV0ZV9hdWRpbyI6ZmFsc2UsInNob3VsZF9tdXRlX2F1ZGlvX3JlYXNvbiI6IiIsInNob3VsZF9tdXRlX2F1ZGlvX3JlYXNvbl90eXBlIjpudWxsLCJ0cmVuZF9yYW5rIjpudWxsfX0sIm51eF9pbmZvIjpudWxsLCJvcmlnaW5hbF9zb3VuZF9pbmZvIjpudWxsLCJvcmlnaW5hbGl0eV9pbmZvIjpudWxsLCJwcm9mZXNzaW9uYWxfY2xpcHNfdXBzZWxsX3R5cGUiOjAsInJlZWxzX29uX3RoZV9yaXNlX2luZm8iOm51bGwsInJldXNhYmxlX3RleHRfYXR0cmlidXRlX3N0cmluZyI6bnVsbCwicmV1c2FibGVfdGV4dF9pbmZvIjpudWxsLCJzaG9wcGluZ19pbmZvIjpudWxsLCJzaG93X2FjaGlldmVtZW50cyI6ZmFsc2UsInNob3dfdGlwcyI6bnVsbCwidGVtcGxhdGVfaW5mbyI6bnVsbCwidmlld2VyX2ludGVyYWN0aW9uX3NldHRpbmdzIjpudWxsfSwiY2xpcHNfdGFiX3Bpbm5lZF91c2VyX2lkcyI6W10sImNvYXV0aG9yX3Byb2R1Y2VyX2Nhbl9zZWVfb3JnYW5pY19pbnNpZ2h0cyI6ZmFsc2UsImNvYXV0aG9yX3Byb2R1Y2VycyI6W10sImNvZGUiOiJEQTctMXpieFJobSIsImNvbW1lbnRfY291bnQiOjk2LCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImNyZWF0b3Jfdmlld2VyX2luc2lnaHRzIjpbXSwiY3Jvc3Nwb3N0X21ldGFkYXRhIjpbXSwiZGVsZXRlZF9yZWFzb24iOjAsImRldmljZV90aW1lc3RhbXAiOjE3Mjg1NDk1MzUxNzc0ODIsImZiX2FnZ3JlZ2F0ZWRfY29tbWVudF9jb3VudCI6MCwiZmJfYWdncmVnYXRlZF9saWtlX2NvdW50IjowLCJmYl9saWtlX2NvdW50Ijo5Njc0LCJmYl9wbGF5X2NvdW50IjozMzk0NzksImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmYmlkIjoiMTc5NDQzMTg4Mjk4OTI1NjIiLCJmZWVkX3R5cGUiOiJjbGlwcyIsImZpbHRlcl90eXBlIjowLCJmdW5kcmFpc2VyX3RhZyI6eyJoYXNfc3RhbmRhbG9uZV9mdW5kcmFpc2VyIjpmYWxzZX0sImdlbl9haV9kZXRlY3Rpb25fbWV0aG9kIjp7ImRldGVjdGlvbl9tZXRob2QiOiJOT05FIn0sImhhc19hdWRpbyI6dHJ1ZSwiaGFzX2hpZ2hfcmlza19nZW5fYWlfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsImhhc19saWtlZCI6ZmFsc2UsImhhc19tb3JlX2NvbW1lbnRzIjp0cnVlLCJoYXNfcHJpdmF0ZWx5X2xpa2VkIjpmYWxzZSwiaGFzX3NoYXJlZF90b19mYiI6MCwiaGFzX3ZpZXdzX2ZldGNoaW5nIjp0cnVlLCJpZCI6IjM0NzU2NDc5MTM2ODkxNTk3ODJfMjE2NDc2MzY0MjMiLCJpZ19tZWRpYV9zaGFyaW5nX2Rpc2FibGVkIjpmYWxzZSwiaWdfcGxheV9jb3VudCI6MTk4MzcxNywiaWdiaW9fcHJvZHVjdCI6bnVsbCwiaW1hZ2VfdmVyc2lvbnMiOnsiYWRkaXRpb25hbF9pdGVtcyI6eyJmaXJzdF9mcmFtZSI6eyJoZWlnaHQiOjg1MiwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTUvNDYyMzAyMjQ1XzEzNDc3MTM1OTYxOTY3MjhfMjg4NzM0ODc2Njk1NDUyNjU0X24uanBnP3N0cD1kc3QtanBnX2UxNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNDJOREI0TVRFek5pNXpaSEl1WmpjeE9EYzRMbUZrWkdsMGFXOXVZV3hmWTI5MlpYSmZabkpoYldVaWZRJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA0Jl9uY19vaGM9b0lucnlHS2NhY01RN2tOdmdGaEVyWlomX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlDb1N4eXVmWi1LRlZSUU5MYXUzTXN5UDBQbEY0N3NFejRxVThCeWRIaHZGUSZvZT02NzYyRjE1MiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9LCJpZ3R2X2ZpcnN0X2ZyYW1lIjp7ImhlaWdodCI6ODUyLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS80NjIzMDIyNDVfMTM0NzcxMzU5NjE5NjcyOF8yODg3MzQ4NzY2OTU0NTI2NTRfbi5qcGc/c3RwPWRzdC1qcGdfZTE1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0Mk5EQjRNVEV6Tmk1elpISXVaamN4T0RjNExtRmtaR2wwYVc5dVlXeGZZMjkyWlhKZlpuSmhiV1VpZlEmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDQmX25jX29oYz1vSW5yeUdLY2FjTVE3a052Z0ZoRXJaWiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUNvU3h5dWZaLUtGVlJRTkxhdTNNc3lQMFBsRjQ3c0V6NHFVOEJ5ZEhodkZRJm9lPTY3NjJGMTUyJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH0sInNtYXJ0X2ZyYW1lIjpudWxsfSwiaXRlbXMiOlt7ImhlaWdodCI6ODUzLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyNjU0NTY0XzEzMDU0ODUxMTc0NzA1NTdfMTU4NjIzMDQyODI3NDk1NTk0X24uanBnP3N0cD1kc3QtanBnX2UxNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFNU1qQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMk52ZG1WeVgyWnlZVzFsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9aGtUU3VrVTJFTFlRN2tOdmdIY2V2VEomX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNOVFkwTnpreE16WTRPVEUxT1RjNE1nJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQm82TWNYX05wZkdkUHJ6UVRvRFJkTEN2Q1pyNlpMd080SkRMZS1kb0d2R0Emb2U9Njc2MkZCQjQmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV0sInNjcnViYmVyX3Nwcml0ZXNoZWV0X2luZm9fY2FuZGlkYXRlcyI6eyJkZWZhdWx0Ijp7ImZpbGVfc2l6ZV9rYiI6NDE4LCJtYXhfdGh1bWJuYWlsc19wZXJfc3ByaXRlIjoxMDUsInJlbmRlcmVkX3dpZHRoIjo5Niwic3ByaXRlX2hlaWdodCI6MTI0Niwic3ByaXRlX3VybHMiOlsiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTUvNDYyNjAyNjU0XzU0Njc0MTg1ODAwNjUzNl83MzQ1MTQyMTM0OTQxNTM0MTE0X24uanBnP19uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA4Jl9uY19vaGM9d3Zka1A0NE9YSnNRN2tOdmdGS1Q5ZWomX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlDVU41QTVDc2RLT0h5b0hJTUFzWlNXellDdFE5RnNLNWNTU2dPMzhvWW4yUSZvZT02NzYzMDUyQiZfbmNfc2lkPTc2YzBmYyJdLCJzcHJpdGVfd2lkdGgiOjE1MDAsInRodW1ibmFpbF9kdXJhdGlvbiI6MC4xODEyNjY2NjY2NjY2NjY3LCJ0aHVtYm5haWxfaGVpZ2h0IjoxNzgsInRodW1ibmFpbF93aWR0aCI6MTAwLCJ0aHVtYm5haWxzX3Blcl9yb3ciOjE1LCJ0b3RhbF90aHVtYm5haWxfbnVtX3Blcl9zcHJpdGUiOjEwNSwidmlkZW9fbGVuZ3RoIjoxOS4wMzN9fX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJwZW5kaW5nIiwiaW52ZW50b3J5X3NvdXJjZSI6InJlY29tbWVuZGVkX2NsaXBzX2NoYWluaW5nX21vZGVsIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19hcnRpc3RfcGljayI6ZmFsc2UsImlzX2NvbW1lbnRzX2dpZl9jb21wb3Nlcl9lbmFibGVkIjp0cnVlLCJpc19jdXRvdXRfc3RpY2tlcl9hbGxvd2VkIjpmYWxzZSwiaXNfZGFzaF9lbGlnaWJsZSI6MSwiaXNfZWxpZ2libGVfZm9yX21lZGlhX25vdGVfcmVjc19udXgiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWV0YV9haV9zaGFyZSI6ZmFsc2UsImlzX2luX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX29wZW5fdG9fcHVibGljX3N1Ym1pc3Npb24iOmZhbHNlLCJpc19vcmdhbmljX3Byb2R1Y3RfdGFnZ2luZ19lbGlnaWJsZSI6dHJ1ZSwiaXNfcGFpZF9wYXJ0bmVyc2hpcCI6ZmFsc2UsImlzX3Bpbm5lZCI6ZmFsc2UsImlzX3Bvc3RfbGl2ZV9jbGlwc19tZWRpYSI6ZmFsc2UsImlzX3Jlc2hhcmVfb2ZfdGV4dF9wb3N0X2FwcF9tZWRpYV9pbl9pZyI6ZmFsc2UsImlzX3JldXNlX2FsbG93ZWQiOnRydWUsImlzX3NvY2lhbF91ZmlfZGlzYWJsZWQiOmZhbHNlLCJpc190YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3ZpZXdlcl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc190aGlyZF9wYXJ0eV9kb3dubG9hZHNfZWxpZ2libGUiOnRydWUsImlzX3VuaWZpZWRfdmlkZW8iOmZhbHNlLCJpc192aWRlbyI6dHJ1ZSwibGF5b3V0X3R5cGUiOiJvbmVfYnlfdHdvX2xlZnQiLCJsaWtlX2FuZF92aWV3X2NvdW50c19kaXNhYmxlZCI6ZmFsc2UsImxpa2VfY291bnQiOjE1MDExOCwibWF4X251bV92aXNpYmxlX3ByZXZpZXdfY29tbWVudHMiOjAsIm1lZGlhX2Nyb3BwaW5nX2luZm8iOnsic3F1YXJlX2Nyb3AiOnsiY3JvcF9ib3R0b20iOjAsImNyb3BfbGVmdCI6MCwiY3JvcF9yaWdodCI6MCwiY3JvcF90b3AiOjB9fSwibWVkaWFfbmFtZSI6InJlZWwiLCJtZWRpYV9ub3RlcyI6eyJpdGVtcyI6W119LCJtZWRpYV90eXBlIjoyLCJtZXRhX2FpX3N1Z2dlc3RlZF9wcm9tcHRzIjpbXSwibXVzaWNfbWV0YWRhdGEiOm51bGwsIm51bWJlcl9vZl9xdWFsaXRpZXMiOjgsIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3JpZ2luYWxfaGVpZ2h0IjoxOTIwLCJvcmlnaW5hbF93aWR0aCI6MTA4MCwib3duZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjMsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQyMTczMjY5NTk1NCwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJGb29kIGNvbnRlbnQhISDwn42qIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjIxNjQ3NjM2NDIzIiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMjY4NjU1NjQwNjA5Nzk0OTgwOF8yMTY0NzYzNjQyMyIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzI0NTcyMjI2Nl8zODQwOTk0NzY2OTUxOTJfNDM4MDg2NTkwOTU0NTIyODUwX24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEmX25jX29oYz1nRDZiY0tORVJMTVE3a052Z0hBQUNQNSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUFJZXBXNWVQeFBuOW5aaGdyVG1yVTBQSTFoRzlxaGFPUGRqMHB6QmFCR0V3Jm9lPTY3NjJENzRGJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiZm9vZGZ5cHAifSwicGsiOjM0NzU2NDc5MTM2ODkxNTk3ODIsInBsYXlfY291bnQiOjIzMjMxOTYsInByZXZpZXdfY29tbWVudHMiOltdLCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2xpcHMiLCJyZXNoYXJlX2NvdW50IjoyNTQ0Niwic2hhcmVfY291bnRfZGlzYWJsZWQiOmZhbHNlLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJzaG91bGRfc2hvd19hdXRob3JfcG9nX2Zvcl90YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsInNvY2lhbF9jb250ZXh0IjpbXSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE3Mjg1NDk1NzQsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyNjU0NTY0XzEzMDU0ODUxMTc0NzA1NTdfMTU4NjIzMDQyODI3NDk1NTk0X24uanBnP3N0cD1kc3QtanBnX2UxNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFNU1qQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMk52ZG1WeVgyWnlZVzFsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9aGtUU3VrVTJFTFlRN2tOdmdIY2V2VEomX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTNOVFkwTnpreE16WTRPVEUxT1RjNE1nJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQm82TWNYX05wZkdkUHJ6UVRvRFJkTEN2Q1pyNlpMd080SkRMZS1kb0d2R0Emb2U9Njc2MkZCQjQmX25jX3NpZD03NmMwZmMiLCJ0aW1lbGluZV9waW5uZWRfdXNlcl9pZHMiOltdLCJ0b3BfbGlrZXJzIjpbXSwidXNlciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MywiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDIxNzMyNjk1OTU0LCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IkZvb2QgY29udGVudCEhIPCfjaoiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiMjE2NDc2MzY0MjMiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIyNjg2NTU2NDA2MDk3OTQ5ODA4XzIxNjQ3NjM2NDIzIiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMjQ1NzIyMjY2XzM4NDA5OTQ3NjY5NTE5Ml80MzgwODY1OTA5NTQ1MjI4NTBfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MSZfbmNfb2hjPWdENmJjS05FUkxNUTdrTnZnSEFBQ1A1Jl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQUllcFc1ZVB4UG45blpoZ3JUbXJVMFBJMWhHOXFoYU9QZGowcHpCYUJHRXcmb2U9Njc2MkQ3NEYmX25jX3NpZD03NmMwZmMiLCJzaG93X2FjY291bnRfdHJhbnNwYXJlbmN5X2RldGFpbHMiOnRydWUsInRoaXJkX3BhcnR5X2Rvd25sb2Fkc19lbmFibGVkIjoxLCJ0cmFuc3BhcmVuY3lfcHJvZHVjdF9lbmFibGVkIjpmYWxzZSwidXNlcm5hbWUiOiJmb29kZnlwcCJ9LCJ2aWRlb19jb2RlYyI6InZwMDkuMDAuMzEuMDguMDAuMDEuMDEuMDEuMDAiLCJ2aWRlb19kdXJhdGlvbiI6MTkuMDMzLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdLCJ2aWRlb19zdWJ0aXRsZXNfY29uZmlkZW5jZSI6MCwidmlkZW9fc3VidGl0bGVzX2xvY2FsZSI6ImVuX1VTIiwidmlkZW9fdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L28xL3YvdDE2L2YyL204Ni9BUU5ZcVFKRUxpaXBYa3E5VHVCR0puMkpjX2xfM1V1a1l2eUhod09RREtCWmhRZFp1X1pVSE05SFZxMXZ6QXotMDd3aHhUTXJTd3Q3WTRHZjdtX1VoME84YmxjSmhJbm5qcFJaTjlvLm1wND9lZmc9ZXlKNGNIWmZZWE56WlhSZmFXUWlPakV5TVRjeE5UTTBORGswT1RJMk16VXNJblpsYm1OdlpHVmZkR0ZuSWpvaWVIQjJYM0J5YjJkeVpYTnphWFpsTGtsT1UxUkJSMUpCVFM1RFRFbFFVeTVETXk0M01qQXVaR0Z6YUY5aVlYTmxiR2x1WlY4eFgzWXhJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDgmdnM9NWE5YWEwZjkzMDFiMjUyZiZfbmNfdnM9SEJrc0ZRSVlVbWxuWDNod2RsOXlaV1ZzYzE5d1pYSnRZVzVsYm5SZmMzSmZjSEp2WkM4d1F6UXdPVFV5TnpFNE5FRkNNREJCTlRJM1F6RTJPRUUyTVVWR09URkJSRjkyYVdSbGIxOWtZWE5vYVc1cGRDNXRjRFFWQUFMSUFRQVZBaGc2Y0dGemMzUm9jbTkxWjJoZlpYWmxjbk4wYjNKbEwwZEpYMUpyVW5abk1GSlBUV2xxVFVSQlJHbE9VMlZxVmsxdmRGVmljVjlGUVVGQlJoVUNBc2dCQUNnQUdBQWJBb2dIZFhObFgyOXBiQUV4RW5CeWIyZHlaWE56YVhabFgzSmxZMmx3WlFFeEZRQUFKcmFDOU9fVHY2a0VGUUlvQWtNekxCZEFNd2h5c0NERW5CZ1NaR0Z6YUY5aVlYTmxiR2x1WlY4eFgzWXhFUUIxX2djQSZjY2I9OS00Jm9oPTAwX0FZQ0wzYTNvTlZFVDdFQWNhcU8tLXJnSjlnbnZib2VocUpiLUl1OGdHVmFYRHcmb2U9Njc1RjBFMzEmX25jX3NpZD0xZDU3NmQiLCJ2aWRlb192ZXJzaW9ucyI6W3siaGVpZ2h0IjoxMjgwLCJpZCI6IjEyMzAxNTc5ODE1NTY0NDN2IiwidHlwZSI6MTAxLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvbzEvdi90MTYvZjIvbTg2L0FRTllxUUpFTGlpcFhrcTlUdUJHSm4ySmNfbF8zVXVrWXZ5SGh3T1FES0JaaFFkWnVfWlVITTlIVnExdnpBei0wN3doeFRNclN3dDdZNEdmN21fVWgwTzhibGNKaElubmpwUlpOOW8ubXA0P2VmZz1leUo0Y0haZllYTnpaWFJmYVdRaU9qRXlNVGN4TlRNME5EazBPVEkyTXpVc0luWmxibU52WkdWZmRHRm5Jam9pZUhCMlgzQnliMmR5WlhOemFYWmxMa2xPVTFSQlIxSkJUUzVEVEVsUVV5NURNeTQzTWpBdVpHRnphRjlpWVhObGJHbHVaVjh4WDNZeEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOCZ2cz01YTlhYTBmOTMwMWIyNTJmJl9uY192cz1IQmtzRlFJWVVtbG5YM2h3ZGw5eVpXVnNjMTl3WlhKdFlXNWxiblJmYzNKZmNISnZaQzh3UXpRd09UVXlOekU0TkVGQ01EQkJOVEkzUXpFMk9FRTJNVVZHT1RGQlJGOTJhV1JsYjE5a1lYTm9hVzVwZEM1dGNEUVZBQUxJQVFBVkFoZzZjR0Z6YzNSb2NtOTFaMmhmWlhabGNuTjBiM0psTDBkSlgxSnJVblpuTUZKUFRXbHFUVVJCUkdsT1UyVnFWazF2ZEZWaWNWOUZRVUZCUmhVQ0FzZ0JBQ2dBR0FBYkFvZ0hkWE5sWDI5cGJBRXhFbkJ5YjJkeVpYTnphWFpsWDNKbFkybHdaUUV4RlFBQUpyYUM5T19UdjZrRUZRSW9Ba016TEJkQU13aHlzQ0RFbkJnU1pHRnphRjlpWVhObGJHbHVaVjh4WDNZeEVRQjFfZ2NBJmNjYj05LTQmb2g9MDBfQVlDTDNhM29OVkVUN0VBY2FxTy0tcmdKOWdudmJvZWhxSmItSXU4Z0dWYVhEdyZvZT02NzVGMEUzMSZfbmNfc2lkPTFkNTc2ZCIsIndpZHRoIjo3MjB9LHsiaGVpZ2h0Ijo2NDAsImlkIjoiMTA2MTExOTIxMjE0NjM2NHYiLCJ0eXBlIjoxMDIsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC9vMS92L3QxNi9mMi9tODYvQVFNRnh6Q21fTmRPWjREMW5qdW5OaFhxckwxZ3BydVpfS0ZHWkRRLTVIZkpXVE5GMHRyT1k5V0t2SFdaRm1wV1RHNm1tbjUzbE0tWmkxN0s4dnhvcFIySFZpRTd6MEh6TTZ1MUtUUS5tcDQ/ZWZnPWV5SjRjSFpmWVhOelpYUmZhV1FpT2pFeU1UY3hOVE0wTkRrME9USTJNelVzSW5abGJtTnZaR1ZmZEdGbklqb2llSEIyWDNCeWIyZHlaWE56YVhabExrbE9VMVJCUjFKQlRTNURURWxRVXk1RE15NHpOakF1WkdGemFGOWlZWE5sYkdsdVpWOHpYM1l4SW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5JnZzPTMxMDhmYTg2ZTM1MzljOCZfbmNfdnM9SEJrc0ZRSVlVbWxuWDNod2RsOXlaV1ZzYzE5d1pYSnRZVzVsYm5SZmMzSmZjSEp2WkM5Q05qUTROamMxUkRneE9FRkZPREZHT1RCQ09EazFOVE13UXpjelF6WTVSbDkyYVdSbGIxOWtZWE5vYVc1cGRDNXRjRFFWQUFMSUFRQVZBaGc2Y0dGemMzUm9jbTkxWjJoZlpYWmxjbk4wYjNKbEwwZEpYMUpyVW5abk1GSlBUV2xxVFVSQlJHbE9VMlZxVmsxdmRGVmljVjlGUVVGQlJoVUNBc2dCQUNnQUdBQWJBb2dIZFhObFgyOXBiQUV4RW5CeWIyZHlaWE56YVhabFgzSmxZMmx3WlFFeEZRQUFKcmFDOU9fVHY2a0VGUUlvQWtNekxCZEFNd2h5c0NERW5CZ1NaR0Z6YUY5aVlYTmxiR2x1WlY4elgzWXhFUUIxX2djQSZjY2I9OS00Jm9oPTAwX0FZQ2M2b0p1SU1HWVBUaTJjSnFQcFp1eHJqNzhzcjl4c3Ewd2FmclJhTmZiZ0Emb2U9Njc1RUY0QUUmX25jX3NpZD0xZDU3NmQiLCJ3aWR0aCI6MzYwfSx7ImhlaWdodCI6NjQwLCJpZCI6IjEwNjExMTkyMTIxNDYzNjR2IiwidHlwZSI6MTAzLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvbzEvdi90MTYvZjIvbTg2L0FRTUZ4ekNtX05kT1o0RDFuanVuTmhYcXJMMWdwcnVaX0tGR1pEUS01SGZKV1RORjB0ck9ZOVdLdkhXWkZtcFdURzZtbW41M2xNLVppMTdLOHZ4b3BSMkhWaUU3ejBIek02dTFLVFEubXA0P2VmZz1leUo0Y0haZllYTnpaWFJmYVdRaU9qRXlNVGN4TlRNME5EazBPVEkyTXpVc0luWmxibU52WkdWZmRHRm5Jam9pZUhCMlgzQnliMmR5WlhOemFYWmxMa2xPVTFSQlIxSkJUUzVEVEVsUVV5NURNeTR6TmpBdVpHRnphRjlpWVhObGJHbHVaVjh6WDNZeEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOSZ2cz0zMTA4ZmE4NmUzNTM5YzgmX25jX3ZzPUhCa3NGUUlZVW1sblgzaHdkbDl5WldWc2MxOXdaWEp0WVc1bGJuUmZjM0pmY0hKdlpDOUNOalE0TmpjMVJEZ3hPRUZGT0RGR09UQkNPRGsxTlRNd1F6Y3pRelk1Umw5MmFXUmxiMTlrWVhOb2FXNXBkQzV0Y0RRVkFBTElBUUFWQWhnNmNHRnpjM1JvY205MVoyaGZaWFpsY25OMGIzSmxMMGRKWDFKclVuWm5NRkpQVFdscVRVUkJSR2xPVTJWcVZrMXZkRlZpY1Y5RlFVRkJSaFVDQXNnQkFDZ0FHQUFiQW9nSGRYTmxYMjlwYkFFeEVuQnliMmR5WlhOemFYWmxYM0psWTJsd1pRRXhGUUFBSnJhQzlPX1R2NmtFRlFJb0FrTXpMQmRBTXdoeXNDREVuQmdTWkdGemFGOWlZWE5sYkdsdVpWOHpYM1l4RVFCMV9nY0EmY2NiPTktNCZvaD0wMF9BWUNjNm9KdUlNR1lQVGkyY0pxUHBadXhyajc4c3I5eHNxMHdhZnJSYU5mYmdBJm9lPTY3NUVGNEFFJl9uY19zaWQ9MWQ1NzZkIiwid2lkdGgiOjM2MH1dLCJ2aWV3X3N0YXRlX2l0ZW1fdHlwZSI6MTI4fSx7ImJvb3N0X3VuYXZhaWxhYmxlX2lkZW50aWZpZXIiOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbiI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uX3YyIjpudWxsLCJjYW5fbW9kaWZ5X2Nhcm91c2VsIjpmYWxzZSwiY2FuX3JlcGx5IjpmYWxzZSwiY2FuX3Jlc2hhcmUiOnRydWUsImNhbl9zYXZlIjp0cnVlLCJjYXB0aW9uIjpudWxsLCJjYXB0aW9uX2lzX2VkaXRlZCI6ZmFsc2UsImNhcm91c2VsX21lZGlhIjpbeyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIzMjIzNzY3ODg1ODg4NTE2MTMxXzE4ODkzMjk5MzE1IiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImV4cGxvcmVfcGl2b3RfZ3JpZCI6ZmFsc2UsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImlkIjoiMzIyMzc2Nzg3OTExODgzNjc5OF8xODg5MzI5OTMxNSIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE4MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zOTU5MDU4NzlfMzIwMjY3MjU0MDM1ODI5XzI3NTc1NjU0NzkxMDc5NDA5NDhfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDEmX25jX29oYz12TXcxV0x1N1RTY1E3a052Z0dnd3RWTSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpJeU16YzJOemczT1RFeE9EZ3pOamM1T0ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCWFB4UTdLQ2VDbXdhMDYwLUF0MEpITzJYUFpJMlZGNTV5MHVWMnd6dDRlQSZvZT02NzYyRkM5QSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzk1OTA1ODc5XzMyMDI2NzI1NDAzNTgyOV8yNzU3NTY1NDc5MTA3OTQwOTQ4X24uanBnP3N0cD1kc3QtanBnX2UzNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPXZNdzFXTHU3VFNjUTdrTnZnR2d3dFZNJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVEV4T0Rnek5qYzVPQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUF1LUlnVmc0ck5Mejd5UWpBMkdhYkUzTUdLTjVfV3hHYjcwMmduVkJRWWd3Jm9lPTY3NjJGQzlBJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTgwMCwib3JpZ2luYWxfd2lkdGgiOjE0NDAsInBrIjozMjIzNzY3ODc5MTE4ODM2Nzk4LCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNjk4NTIzMTAwLCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzM5NTkwNTg3OV8zMjAyNjcyNTQwMzU4MjlfMjc1NzU2NTQ3OTEwNzk0MDk0OF9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPXZNdzFXTHU3VFNjUTdrTnZnR2d3dFZNJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVEV4T0Rnek5qYzVPQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJYUHhRN0tDZUNtd2EwNjAtQXQwSkhPMlhQWkkyVkY1NXkwdVYyd3p0NGVBJm9lPTY3NjJGQzlBJl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIzMjIzNzY3ODg1ODg4NTE2MTMxXzE4ODkzMjk5MzE1IiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImV4cGxvcmVfcGl2b3RfZ3JpZCI6ZmFsc2UsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImlkIjoiMzIyMzc2Nzg3OTMzNzAwNTA4MV8xODg5MzI5OTMxNSIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE0OTIsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zOTY0NjM2NTJfMzUxNzY3MjA0MDgzOTA0XzU2NzM2MjQ2NDU0Nzk2ODExNjJfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TVRrM2VERTBPVEl1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDgmX25jX29oYz1GdHFmT3RMX3VTSVE3a052Z0U4MFR6WSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpJeU16YzJOemczT1RNek56QXdOVEE0TVElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCMmRad25KTnlSQ01kTVdjb1cwVUVRX1dwNzNhaHZjRFdMeHBzMU9vU1B6dyZvZT02NzYyRTQ3QiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxMTk3fSx7ImhlaWdodCI6NTk4LCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzk2NDYzNjUyXzM1MTc2NzIwNDA4MzkwNF81NjczNjI0NjQ1NDc5NjgxMTYyX24uanBnP3N0cD1kc3QtanBnX2UzNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNVGszZURFME9USXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOCZfbmNfb2hjPUZ0cWZPdExfdVNJUTdrTnZnRTgwVHpZJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVE16TnpBd05UQTRNUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUNjWEJ1Rk1pR2lyMy1vTEVPTmg0VVZJYlA1U1dHZWNBVU9IX1lNbjdGZjdnJm9lPTY3NjJFNDdCJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTQ5Miwib3JpZ2luYWxfd2lkdGgiOjExOTcsInBrIjozMjIzNzY3ODc5MzM3MDA1MDgxLCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNjk4NTIzMTAwLCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzM5NjQ2MzY1Ml8zNTE3NjcyMDQwODM5MDRfNTY3MzYyNDY0NTQ3OTY4MTE2Ml9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNVGszZURFME9USXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOCZfbmNfb2hjPUZ0cWZPdExfdVNJUTdrTnZnRTgwVHpZJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVE16TnpBd05UQTRNUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUIyZFp3bkpOeVJDTWRNV2NvVzBVRVFfV3A3M2FodmNEV0x4cHMxT29TUHp3Jm9lPTY3NjJFNDdCJl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIzMjIzNzY3ODg1ODg4NTE2MTMxXzE4ODkzMjk5MzE1IiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImV4cGxvcmVfcGl2b3RfZ3JpZCI6ZmFsc2UsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImlkIjoiMzIyMzc2Nzg3OTMyMDE2MDgxNV8xODg5MzI5OTMxNSIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE2NzksInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zOTY5NTQyMjRfMTU0MTA0Mzk2MDA0MDg3M180OTM5MTU4NTAzNjI3NTc5OTU5X24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE16UTJlREUyTnprdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAxJl9uY19vaGM9c0RRU1JnYl9IVjRRN2tOdmdHUHJ3clgmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16SXlNemMyTnpnM09UTXlNREUyTURneE5RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ09EMTlUalVsMThSMi1VUU1FdGR5MGtham1RclgyWTl1UXNLMHZJdWpiMUEmb2U9Njc2MkRGMzAmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTM0Nn0seyJoZWlnaHQiOjU5OSwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzM5Njk1NDIyNF8xNTQxMDQzOTYwMDQwODczXzQ5MzkxNTg1MDM2Mjc1Nzk5NTlfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE16UTJlREUyTnprdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAxJl9uY19vaGM9c0RRU1JnYl9IVjRRN2tOdmdHUHJ3clgmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16SXlNemMyTnpnM09UTXlNREUyTURneE5RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZRERVX1lHc0tEajRXZHplS2c1WHd4bllZS0Zyb28zUXZnMS1mZHJibGFOMUEmb2U9Njc2MkRGMzAmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxNjc5LCJvcmlnaW5hbF93aWR0aCI6MTM0NiwicGsiOjMyMjM3Njc4NzkzMjAxNjA4MTUsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFrZW5fYXQiOjE2OTg1MjMxMDAsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzk2OTU0MjI0XzE1NDEwNDM5NjAwNDA4NzNfNDkzOTE1ODUwMzYyNzU3OTk1OV9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNelEyZURFMk56a3VjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPXNEUVNSZ2JfSFY0UTdrTnZnR1Byd3JYJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVE15TURFMk1EZ3hOUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUNPRDE5VGpVbDE4UjItVVFNRXRkeTBrYWptUXJYMlk5dVFzSzB2SXVqYjFBJm9lPTY3NjJERjMwJl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIzMjIzNzY3ODg1ODg4NTE2MTMxXzE4ODkzMjk5MzE1IiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImV4cGxvcmVfcGl2b3RfZ3JpZCI6ZmFsc2UsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImlkIjoiMzIyMzc2Nzg3OTMyMDIyOTMxMl8xODg5MzI5OTMxNSIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE0OTIsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zOTU3OTQ0MjNfMjk5NzY2MjA2MzM4MDg5XzU1NDI4NDU5Nzk4NzMxOTQ1NTZfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TVRrM2VERTBPVEl1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1lU2c1ZGtiWXYtOFE3a052Z0Y3QVZBTiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpJeU16YzJOemczT1RNeU1ESXlPVE14TWclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDUThMcmpCR0w0WnhhTUFmQmdZRjFLaGtNY25FbXRfeXJoNFV5UHM1UFlaZyZvZT02NzYyRDkzNCZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxMTk3fSx7ImhlaWdodCI6NTk4LCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzk1Nzk0NDIzXzI5OTc2NjIwNjMzODA4OV81NTQyODQ1OTc5ODczMTk0NTU2X24uanBnP3N0cD1kc3QtanBnX2UzNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNVGszZURFME9USXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOSZfbmNfb2hjPWVTZzVka2JZdi04UTdrTnZnRjdBVkFOJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVE15TURJeU9UTXhNZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJNX19wcC0yTVVMdE84RDkwZHJuTDlybnJzOE1jNnZ3MXBhamNQOFE2MXl3Jm9lPTY3NjJEOTM0Jl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTQ5Miwib3JpZ2luYWxfd2lkdGgiOjExOTcsInBrIjozMjIzNzY3ODc5MzIwMjI5MzEyLCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNjk4NTIzMTAwLCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzM5NTc5NDQyM18yOTk3NjYyMDYzMzgwODlfNTU0Mjg0NTk3OTg3MzE5NDU1Nl9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNVGszZURFME9USXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOSZfbmNfb2hjPWVTZzVka2JZdi04UTdrTnZnRjdBVkFOJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVE15TURJeU9UTXhNZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUNROExyakJHTDRaeGFNQWZCZ1lGMUtoa01jbkVtdF95cmg0VXlQczVQWVpnJm9lPTY3NjJEOTM0Jl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIzMjIzNzY3ODg1ODg4NTE2MTMxXzE4ODkzMjk5MzE1IiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImV4cGxvcmVfcGl2b3RfZ3JpZCI6ZmFsc2UsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImlkIjoiMzIyMzc2Nzg3OTExOTAwNTA1Nl8xODg5MzI5OTMxNSIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE2NzksInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zOTY3NzAzMThfMzAyOTU1ODQ5MTgyMDcyXzE4NjY2NTkyNTUwMjUwNTM3OThfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TXpRMmVERTJOemt1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDgmX25jX29oYz1lUFg5cUlKY0twUVE3a052Z0dwN3NqcyZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpJeU16YzJOemczT1RFeE9UQXdOVEExTmclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEeG14Q29yY2t5MFlPWDRHNXkwVFJucm1VLTV1dHFRYUlISlA0TkZwYW55dyZvZT02NzYyREU5MiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxMzQ2fSx7ImhlaWdodCI6NTk5LCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzk2NzcwMzE4XzMwMjk1NTg0OTE4MjA3Ml8xODY2NjU5MjU1MDI1MDUzNzk4X24uanBnP3N0cD1kc3QtanBnX2UzNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNelEyZURFMk56a3VjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOCZfbmNfb2hjPWVQWDlxSUpjS3BRUTdrTnZnR3A3c2pzJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVEV4T1RBd05UQTFOZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWURyN3JmczBvT0xEbGozbVFZZElKZnA2NDFBelEwWFBicl80enM1RmJ0dWpBJm9lPTY3NjJERTkyJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTY3OSwib3JpZ2luYWxfd2lkdGgiOjEzNDYsInBrIjozMjIzNzY3ODc5MTE5MDA1MDU2LCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNjk4NTIzMTAwLCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzM5Njc3MDMxOF8zMDI5NTU4NDkxODIwNzJfMTg2NjY1OTI1NTAyNTA1Mzc5OF9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNelEyZURFMk56a3VjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOCZfbmNfb2hjPWVQWDlxSUpjS3BRUTdrTnZnR3A3c2pzJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVEV4T1RBd05UQTFOZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUR4bXhDb3Jja3kwWU9YNEc1eTBUUm5ybVUtNXV0cVFhSUhKUDRORnBhbnl3Jm9lPTY3NjJERTkyJl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX1dLCJjYXJvdXNlbF9tZWRpYV9jb3VudCI6NSwiY2Fyb3VzZWxfbWVkaWFfaWRzIjpbMzIyMzc2Nzg3OTExODgzNjc5OCwzMjIzNzY3ODc5MzM3MDA1MDgxLDMyMjM3Njc4NzkzMjAxNjA4MTUsMzIyMzc2Nzg3OTMyMDIyOTMxMiwzMjIzNzY3ODc5MTE5MDA1MDU2XSwiY2Fyb3VzZWxfbWVkaWFfcGVuZGluZ19wb3N0X2NvdW50IjowLCJjbGlwc190YWJfcGlubmVkX3VzZXJfaWRzIjpbXSwiY29hdXRob3JfcHJvZHVjZXJfY2FuX3NlZV9vcmdhbmljX2luc2lnaHRzIjpmYWxzZSwiY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiY29kZSI6IkN5OUg4X2NzbkFqIiwiY29tbWVudF9pbmZvcm1fdHJlYXRtZW50Ijp7ImFjdGlvbl90eXBlIjpudWxsLCJzaG91bGRfaGF2ZV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwidGV4dCI6IiIsInVybCI6bnVsbH0sImNvbW1lbnRfdGhyZWFkaW5nX2VuYWJsZWQiOnRydWUsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcm9zc3Bvc3RfbWV0YWRhdGEiOltdLCJkZWxldGVkX3JlYXNvbiI6MCwiZGV2aWNlX3RpbWVzdGFtcCI6MTY5ODUyMzAyNzk4MDUxMiwiZmJfYWdncmVnYXRlZF9jb21tZW50X2NvdW50IjowLCJmYl9hZ2dyZWdhdGVkX2xpa2VfY291bnQiOjAsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmYmlkIjoiMTc5MzUxMjcyNzM3NTk0NDMiLCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImZlZWRfdHlwZSI6Im1lZGlhIiwiZmlsdGVyX3R5cGUiOjAsImZ1bmRyYWlzZXJfdGFnIjp7Imhhc19zdGFuZGFsb25lX2Z1bmRyYWlzZXIiOmZhbHNlfSwiZ2VuX2FpX2RldGVjdGlvbl9tZXRob2QiOnsiZGV0ZWN0aW9uX21ldGhvZCI6Ik5PTkUifSwiaGFzX2hpZ2hfcmlza19nZW5fYWlfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsImhhc19wcml2YXRlbHlfbGlrZWQiOmZhbHNlLCJoYXNfc2hhcmVkX3RvX2ZiIjowLCJoYXNfdmlld3NfZmV0Y2hpbmciOnRydWUsImlkIjoiMzIyMzc2Nzg4NTg4ODUxNjEzMV8xODg5MzI5OTMxNSIsImlnX21lZGlhX3NoYXJpbmdfZGlzYWJsZWQiOmZhbHNlLCJpZ2Jpb19wcm9kdWN0IjpudWxsLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxODAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzk1OTA1ODc5XzMyMDI2NzI1NDAzNTgyOV8yNzU3NTY1NDc5MTA3OTQwOTQ4X24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPXZNdzFXTHU3VFNjUTdrTnZnR2d3dFZNJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVEV4T0Rnek5qYzVPQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJYUHhRN0tDZUNtd2EwNjAtQXQwSkhPMlhQWkkyVkY1NXkwdVYyd3p0NGVBJm9lPTY3NjJGQzlBJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjE0NDB9LHsiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zOTU5MDU4NzlfMzIwMjY3MjU0MDM1ODI5XzI3NTc1NjU0NzkxMDc5NDA5NDhfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPXZNdzFXTHU3VFNjUTdrTnZnR2d3dFZNJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVEV4T0Rnek5qYzVPQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUF1LUlnVmc0ck5Mejd5UWpBMkdhYkUzTUdLTjVfV3hHYjcwMmduVkJRWWd3Jm9lPTY3NjJGQzlBJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6InBlbmRpbmciLCJpbnZpdGVkX2NvYXV0aG9yX3Byb2R1Y2VycyI6W10sImlzX2NvbW1lbnRzX2dpZl9jb21wb3Nlcl9lbmFibGVkIjp0cnVlLCJpc19jdXRvdXRfc3RpY2tlcl9hbGxvd2VkIjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21lZGlhX25vdGVfcmVjc19udXgiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWV0YV9haV9zaGFyZSI6ZmFsc2UsImlzX2luX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX29wZW5fdG9fcHVibGljX3N1Ym1pc3Npb24iOmZhbHNlLCJpc19vcmdhbmljX3Byb2R1Y3RfdGFnZ2luZ19lbGlnaWJsZSI6dHJ1ZSwiaXNfcGFpZF9wYXJ0bmVyc2hpcCI6ZmFsc2UsImlzX3Bpbm5lZCI6ZmFsc2UsImlzX3Bvc3RfbGl2ZV9jbGlwc19tZWRpYSI6ZmFsc2UsImlzX3Jlc2hhcmVfb2ZfdGV4dF9wb3N0X2FwcF9tZWRpYV9pbl9pZyI6ZmFsc2UsImlzX3NvY2lhbF91ZmlfZGlzYWJsZWQiOmZhbHNlLCJpc190YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3ZpZXdlcl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc191bmlmaWVkX3ZpZGVvIjpmYWxzZSwiaXNfdmlkZW8iOmZhbHNlLCJsYXlvdXRfdHlwZSI6Im1lZGlhX2dyaWQiLCJsaWtlX2FuZF92aWV3X2NvdW50c19kaXNhYmxlZCI6ZmFsc2UsImxpa2VycyI6W10sIm1heF9udW1fdmlzaWJsZV9wcmV2aWV3X2NvbW1lbnRzIjowLCJtZWRpYV9uYW1lIjoiYWxidW0iLCJtZWRpYV9ub3RlcyI6eyJpdGVtcyI6W119LCJtZWRpYV90eXBlIjo4LCJtZXRhX2FpX3N1Z2dlc3RlZF9wcm9tcHRzIjpbXSwibXVzaWNfbWV0YWRhdGEiOnsiYXVkaW9fY2Fub25pY2FsX2lkIjoiMCIsImF1ZGlvX3R5cGUiOm51bGwsIm11c2ljX2luZm8iOm51bGwsIm9yaWdpbmFsX3NvdW5kX2luZm8iOm51bGwsInBpbm5lZF9tZWRpYV9pZHMiOm51bGx9LCJvcGVuX2Nhcm91c2VsX3Nob3dfZm9sbG93X2J1dHRvbiI6ZmFsc2UsIm9wZW5fY2Fyb3VzZWxfc3VibWlzc2lvbl9zdGF0ZSI6ImNsb3NlZCIsIm9yaWdpbmFsX2hlaWdodCI6NjEyLCJvcmlnaW5hbF93aWR0aCI6NjEyLCJvd25lciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MywiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDE4ODE5NDcxNjYyLCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IkF1ZHJleSBNaXRjaGVsbCIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiIxODg5MzI5OTMxNSIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjM1MTU4OTUxMzU3OTY3NjIwNzBfMTg4OTMyOTkzMTUiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS80NjkwNTY3MzBfOTIyMTU3MjM5ODg4NDQ0XzU0ODA1ODM4NTIwNjc1MTQxMjlfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA0Jl9uY19vaGM9UGpIeTNVQlZXTllRN2tOdmdHM2FCZ2wmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlDaURLSkVsckRMajBOYVkwdUJvU2lzWXFoTFRrX2lZS000cUo0Qkt6LUc3dyZvZT02NzYyRjIyNiZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6Im5hcHBpZXNfbl9saXBnbG9zcyJ9LCJwayI6MzIyMzc2Nzg4NTg4ODUxNjEzMSwicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9jb250YWluZXIiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE2OTg1MjMxMDEsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzk1OTA1ODc5XzMyMDI2NzI1NDAzNTgyOV8yNzU3NTY1NDc5MTA3OTQwOTQ4X24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPXZNdzFXTHU3VFNjUTdrTnZnR2d3dFZNJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nekl5TXpjMk56ZzNPVEV4T0Rnek5qYzVPQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJYUHhRN0tDZUNtd2EwNjAtQXQwSkhPMlhQWkkyVkY1NXkwdVYyd3p0NGVBJm9lPTY3NjJGQzlBJl9uY19zaWQ9NzZjMGZjIiwidGltZWxpbmVfcGlubmVkX3VzZXJfaWRzIjpbXSwidXNlciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MywiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDE4ODE5NDcxNjYyLCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IkF1ZHJleSBNaXRjaGVsbCIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiIxODg5MzI5OTMxNSIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjM1MTU4OTUxMzU3OTY3NjIwNzBfMTg4OTMyOTkzMTUiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS80NjkwNTY3MzBfOTIyMTU3MjM5ODg4NDQ0XzU0ODA1ODM4NTIwNjc1MTQxMjlfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA0Jl9uY19vaGM9UGpIeTNVQlZXTllRN2tOdmdHM2FCZ2wmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlDaURLSkVsckRMajBOYVkwdUJvU2lzWXFoTFRrX2lZS000cUo0Qkt6LUc3dyZvZT02NzYyRjIyNiZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6Im5hcHBpZXNfbl9saXBnbG9zcyJ9LCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImJvb3N0X3VuYXZhaWxhYmxlX2lkZW50aWZpZXIiOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbiI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uX3YyIjpudWxsLCJjYW5fbW9kaWZ5X2Nhcm91c2VsIjp0cnVlLCJjYW5fcmVwbHkiOmZhbHNlLCJjYW5fcmVzaGFyZSI6dHJ1ZSwiY2FuX3NhdmUiOnRydWUsImNhcHRpb24iOm51bGwsImNhcHRpb25faXNfZWRpdGVkIjpmYWxzZSwiY2Fyb3VzZWxfbWVkaWEiOlt7ImNhcm91c2VsX3BhcmVudF9pZCI6IjM0OTAzODE5NDQzODcwOTQzNzFfMjQxNDM3Mzc3MTUiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIzNDkwMzgxOTMzMzQ3NjI5ODg1XzI0MTQzNzM3NzE1IiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTgwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzQ2MjQxNTU1NV80MTg5ODY5Njc3MzE3MDlfNTkyODU4MDk1OTAxMTcwNjE2M19uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPWhUQlhOVm1ZSGVjUTdrTnZnRXNlWUJ5Jl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE1TURNNE1Ua3pNek0wTnpZeU9UZzROUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJDc3YyNzBRNTU0b3dURHpDQWVhQ2pzaTFUbk5ZQWt6aDZwZXhlaGR6MjBRJm9lPTY3NjJGMTYyJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjE0NDB9LHsiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjI0MTU1NTVfNDE4OTg2OTY3NzMxNzA5XzU5Mjg1ODA5NTkwMTE3MDYxNjNfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAxJl9uY19vaGM9aFRCWE5WbVlIZWNRN2tOdmdFc2VZQnkmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTVNRE00TVRrek16TTBOell5T1RnNE5RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ210VTJoY2dSSVlnc3V2SFZGc3c3aDVMNFlYTDdxMFVsUzlUdGNqRDV5UWcmb2U9Njc2MkYxNjImX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxODAwLCJvcmlnaW5hbF93aWR0aCI6MTQ0MCwicGsiOjM0OTAzODE5MzMzNDc2Mjk4ODUsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFrZW5fYXQiOjE3MzAzMDU5NzIsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyNDE1NTU1XzQxODk4Njk2NzczMTcwOV81OTI4NTgwOTU5MDExNzA2MTYzX24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAxJl9uY19vaGM9aFRCWE5WbVlIZWNRN2tOdmdFc2VZQnkmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTVNRE00TVRrek16TTBOell5T1RnNE5RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQkNzdjI3MFE1NTRvd1REekNBZWFDanNpMVRuTllBa3poNnBleGVoZHoyMFEmb2U9Njc2MkYxNjImX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImNhcm91c2VsX3BhcmVudF9pZCI6IjM0OTAzODE5NDQzODcwOTQzNzFfMjQxNDM3Mzc3MTUiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaGFzX2F1ZGlvIjpmYWxzZSwiaWQiOiIzNDkwMzgxNDU2MTM2NzE1MDQ2XzI0MTQzNzM3NzE1IiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDY0ODUxMzY4XzU2MDIzMTUwMzA1OTk1MV83MDIyMzc3ODczNzM3OTAwMDY0X24uanBnP3N0cD1kc3QtanBnX2UxNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNDNNakI0T1RBd0xuTmtjaTVtTWprek5UQXVaR1ZtWVhWc2RGOWpiM1psY2w5bWNtRnRaU0o5Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAzJl9uY19vaGM9NGZ3dXV2RnYtdkVRN2tOdmdGVHBfOHomX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTVNRE00TVRRMU5qRXpOamN4TlRBME5nJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ1BjMHhleklPZ0lhLXhnRjlsU25qR2RNM19kRXVqWjVTSFNXTUFRTXdYQkEmb2U9Njc2MkRCOTQmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV0sInNjcnViYmVyX3Nwcml0ZXNoZWV0X2luZm9fY2FuZGlkYXRlcyI6eyJkZWZhdWx0Ijp7ImZpbGVfc2l6ZV9rYiI6Mjc3LCJtYXhfdGh1bWJuYWlsc19wZXJfc3ByaXRlIjoxMDUsInJlbmRlcmVkX3dpZHRoIjo5Niwic3ByaXRlX2hlaWdodCI6ODgyLCJzcHJpdGVfdXJscyI6WyJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS80NjUyMTQ3MTFfMTU5NDIyOTY2NDQ5OTUxOF83NjMzMjg4NjgxNDM1NjQ5MTVfbi5qcGc/X25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDYmX25jX29oYz1vVkJ1RkZPaE1YTVE3a052Z0hITkx5SiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWURHRTJFMVhzckdBVnBZWjJIUTlIR2tOMmxWN3AzWG1qbDQ2b2toVHZkN0RnJm9lPTY3NjJEM0JCJl9uY19zaWQ9NzZjMGZjIl0sInNwcml0ZV93aWR0aCI6MTUwMCwidGh1bWJuYWlsX2R1cmF0aW9uIjowLjA1OTcxNDI4NTcxNDI4NTcxLCJ0aHVtYm5haWxfaGVpZ2h0IjoxMjYsInRodW1ibmFpbF93aWR0aCI6MTAwLCJ0aHVtYm5haWxzX3Blcl9yb3ciOjE1LCJ0b3RhbF90aHVtYm5haWxfbnVtX3Blcl9zcHJpdGUiOjEwNSwidmlkZW9fbGVuZ3RoIjo2LjI3fX19LCJpc19kYXNoX2VsaWdpYmxlIjoxLCJpc192aWRlbyI6dHJ1ZSwibWVkaWFfbmFtZSI6ImFsYnVtX2l0ZW0iLCJtZWRpYV90eXBlIjoyLCJudW1iZXJfb2ZfcXVhbGl0aWVzIjo1LCJvcmlnaW5hbF9oZWlnaHQiOjEzNTAsIm9yaWdpbmFsX3dpZHRoIjoxMDgwLCJwayI6MzQ5MDM4MTQ1NjEzNjcxNTA0NiwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2l0ZW0iLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJ0YWtlbl9hdCI6MTczMDMwNTk3MiwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjQ4NTEzNjhfNTYwMjMxNTAzMDU5OTUxXzcwMjIzNzc4NzM3Mzc5MDAwNjRfbi5qcGc/c3RwPWRzdC1qcGdfZTE1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0M01qQjRPVEF3TG5Oa2NpNW1Namt6TlRBdVpHVm1ZWFZzZEY5amIzWmxjbDltY21GdFpTSjkmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDMmX25jX29oYz00Znd1dXZGdi12RVE3a052Z0ZUcF84eiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRNU1ETTRNVFExTmpFek5qY3hOVEEwTmclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDUGMweGV6SU9nSWEteGdGOWxTbmpHZE0zX2RFdWpaNVNIU1dNQVFNd1hCQSZvZT02NzYyREI5NCZfbmNfc2lkPTc2YzBmYyIsInZpZGVvX2NvZGVjIjoidnAwOS4wMC4zMS4wOC4wMC4wMS4wMS4wMS4wMCIsInZpZGVvX2R1cmF0aW9uIjo2LjI3LCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdLCJ2aWRlb191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvbzEvdi90MTYvZjIvbTY5L0FRTjZqanBpM1puYVBndEVTMmRaTmpScmlSbTRkcjAzM1NYQXBqWHpYRFdsZVVKX0FRclk5bUhNV215eFN6Z0ZQTnJpY0FPYW9UVUc5LVo5Yi16ekZ4X0QubXA0P2VmZz1leUo0Y0haZllYTnpaWFJmYVdRaU9qVTJOVEE0TmpnME1qZzJNamd4T0N3aWRtVnVZMjlrWlY5MFlXY2lPaUo0Y0haZmNISnZaM0psYzNOcGRtVXVTVTVUVkVGSFVrRk5Ma05CVWs5VlUwVk1YMGxVUlUwdVF6TXVNVEE0TUM1a1lYTm9YMkpoYzJWc2FXNWxYekV3T0RCd1gzWXhJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDEmc3RyZXh0PTEmdnM9OTllNGIzMTg5MWEyNzVhMyZfbmNfdnM9SEJrY0ZRSVlPbkJoYzNOMGFISnZkV2RvWDJWMlpYSnpkRzl5WlM5SFJYVnRlRUZMVkVWNWNESk1TRmxtUVVKdWRrNWlSRWxSZFhoMVluQlNNVUZCUVVZVkFBTElBUUFvQUJnQUd3S0lCM1Z6WlY5dmFXd0JNUkp3Y205bmNtVnpjMmwyWlY5eVpXTnBjR1VCTVJVQUFDYkU4OG1Jc2Z5QUFoVUNLQUpETXl3WFFCa1RkTHhxZnZvWUZtUmhjMmhmWW1GelpXeHBibVZmTVRBNE1IQmZkakVSQUhYdUJ3QSZjY2I9OS00Jm9oPTAwX0FZQlVLUW5aNExFRVl3TWVSR1JGQjZsUUgySjFFTTVORzhqNVBWWFVWdTE2UGcmb2U9Njc1RUU2NzImX25jX3NpZD0xZDU3NmQiLCJ2aWRlb192ZXJzaW9ucyI6W3siaGVpZ2h0IjoxMzUwLCJpZCI6Ijc4MTEzMDUxNDEwNzY1OHYiLCJ0eXBlIjoxMDEsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC9vMS92L3QxNi9mMi9tNjkvQVFONmpqcGkzWm5hUGd0RVMyZFpOalJyaVJtNGRyMDMzU1hBcGpYelhEV2xlVUpfQVFyWTltSE1XbXl4U3pnRlBOcmljQU9hb1RVRzktWjliLXp6RnhfRC5tcDQ/ZWZnPWV5SjRjSFpmWVhOelpYUmZhV1FpT2pVMk5UQTROamcwTWpnMk1qZ3hPQ3dpZG1WdVkyOWtaVjkwWVdjaU9pSjRjSFpmY0hKdlozSmxjM05wZG1VdVNVNVRWRUZIVWtGTkxrTkJVazlWVTBWTVgwbFVSVTB1UXpNdU1UQTRNQzVrWVhOb1gySmhjMlZzYVc1bFh6RXdPREJ3WDNZeEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZzdHJleHQ9MSZ2cz05OWU0YjMxODkxYTI3NWEzJl9uY192cz1IQmtjRlFJWU9uQmhjM04wYUhKdmRXZG9YMlYyWlhKemRHOXlaUzlIUlhWdGVFRkxWRVY1Y0RKTVNGbG1RVUp1ZGs1aVJFbFJkWGgxWW5CU01VRkJRVVlWQUFMSUFRQW9BQmdBR3dLSUIzVnpaVjl2YVd3Qk1SSndjbTluY21WemMybDJaVjl5WldOcGNHVUJNUlVBQUNiRTg4bUlzZnlBQWhVQ0tBSkRNeXdYUUJrVGRMeHFmdm9ZRm1SaGMyaGZZbUZ6Wld4cGJtVmZNVEE0TUhCZmRqRVJBSFh1QndBJmNjYj05LTQmb2g9MDBfQVlCVUtRblo0TEVFWXdNZVJHUkZCNmxRSDJKMUVNNU5HOGo1UFZYVVZ1MTZQZyZvZT02NzVFRTY3MiZfbmNfc2lkPTFkNTc2ZCIsIndpZHRoIjoxMDgwfSx7ImhlaWdodCI6Njc0LCJpZCI6IjU3MDc2MDY1ODY0ODc5MXYiLCJ0eXBlIjoxMDIsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC9vMS92L3QxNi9mMi9tNjkvQVFQR1RVQXZtUTI1X3YxOElsZGNzbDZKQ2xibnZrRFg1akxCbzM5YzYzVDJGX0R1Z3lFU0JFQ0lUdDVNeUZTVGxPbTlVa2RqYlVNZ3RpbnR3bzBla0hTWC5tcDQ/ZWZnPWV5SjRjSFpmWVhOelpYUmZhV1FpT2pVMk5UQTROamcwTWpnMk1qZ3hPQ3dpZG1WdVkyOWtaVjkwWVdjaU9pSjRjSFpmY0hKdlozSmxjM05wZG1VdVNVNVRWRUZIVWtGTkxrTkJVazlWVTBWTVgwbFVSVTB1UXpNdU5UUXdMbVJoYzJoZlltRnpaV3hwYm1WZk1sOTJNU0o5Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTExJnN0cmV4dD0xJnZzPWZlMGFhNDM1MmNmZjQyM2MmX25jX3ZzPUhCa2NGUUlZT25CaGMzTjBhSEp2ZFdkb1gyVjJaWEp6ZEc5eVpTOUhRbTkyZDNkclRFaFpXazVyU1VGRlFVZ3pUM0JJUjNoTVNrRmZZbkJTTVVGQlFVWVZBQUxJQVFBb0FCZ0FHd0tJQjNWelpWOXZhV3dCTVJKd2NtOW5jbVZ6YzJsMlpWOXlaV05wY0dVQk1SVUFBQ2JFODhtSXNmeUFBaFVDS0FKRE15d1hRQmtUZEx4cWZ2b1lFbVJoYzJoZlltRnpaV3hwYm1WZk1sOTJNUkVBZGU0SEFBJmNjYj05LTQmb2g9MDBfQVlDYlhpUFNabFVFMlhIU0tobVVzeHIycUd6WkkyQUtTMXJyMVJzb2JzMDYtdyZvZT02NzVGMTI4OCZfbmNfc2lkPTFkNTc2ZCIsIndpZHRoIjo1NDB9LHsiaGVpZ2h0Ijo2NzQsImlkIjoiNTcwNzYwNjU4NjQ4NzkxdiIsInR5cGUiOjEwMywidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L28xL3YvdDE2L2YyL202OS9BUVBHVFVBdm1RMjVfdjE4SWxkY3NsNkpDbGJudmtEWDVqTEJvMzljNjNUMkZfRHVneUVTQkVDSVR0NU15RlNUbE9tOVVrZGpiVU1ndGludHdvMGVrSFNYLm1wND9lZmc9ZXlKNGNIWmZZWE56WlhSZmFXUWlPalUyTlRBNE5qZzBNamcyTWpneE9Dd2lkbVZ1WTI5a1pWOTBZV2NpT2lKNGNIWmZjSEp2WjNKbGMzTnBkbVV1U1U1VFZFRkhVa0ZOTGtOQlVrOVZVMFZNWDBsVVJVMHVRek11TlRRd0xtUmhjMmhmWW1GelpXeHBibVZmTWw5Mk1TSjkmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMTEmc3RyZXh0PTEmdnM9ZmUwYWE0MzUyY2ZmNDIzYyZfbmNfdnM9SEJrY0ZRSVlPbkJoYzNOMGFISnZkV2RvWDJWMlpYSnpkRzl5WlM5SFFtOTJkM2RyVEVoWldrNXJTVUZGUVVnelQzQklSM2hNU2tGZlluQlNNVUZCUVVZVkFBTElBUUFvQUJnQUd3S0lCM1Z6WlY5dmFXd0JNUkp3Y205bmNtVnpjMmwyWlY5eVpXTnBjR1VCTVJVQUFDYkU4OG1Jc2Z5QUFoVUNLQUpETXl3WFFCa1RkTHhxZnZvWUVtUmhjMmhmWW1GelpXeHBibVZmTWw5Mk1SRUFkZTRIQUEmY2NiPTktNCZvaD0wMF9BWUNiWGlQU1psVUUyWEhTS2htVXN4cjJxR3paSTJBS1MxcnIxUnNvYnMwNi13Jm9lPTY3NUYxMjg4Jl9uY19zaWQ9MWQ1NzZkIiwid2lkdGgiOjU0MH1dfV0sImNhcm91c2VsX21lZGlhX2NvdW50IjoyLCJjYXJvdXNlbF9tZWRpYV9pZHMiOlszNDkwMzgxOTMzMzQ3NjI5ODg1LDM0OTAzODE0NTYxMzY3MTUwNDZdLCJjYXJvdXNlbF9tZWRpYV9wZW5kaW5nX3Bvc3RfY291bnQiOjAsImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiREJ3VS1LMW9VZGoiLCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2VfaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6IiIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcm9zc3Bvc3RfbWV0YWRhdGEiOltdLCJkZWxldGVkX3JlYXNvbiI6MCwiZGV2aWNlX3RpbWVzdGFtcCI6MTczMDMwNTkxNDY3ODIxNCwiZmJfYWdncmVnYXRlZF9jb21tZW50X2NvdW50IjowLCJmYl9hZ2dyZWdhdGVkX2xpa2VfY291bnQiOjAsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmYmlkIjoiMTgwMzA0NTU1OTE0NTc4MTIiLCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImZlZWRfdHlwZSI6Im1lZGlhIiwiZmlsdGVyX3R5cGUiOjAsImZ1bmRyYWlzZXJfdGFnIjp7Imhhc19zdGFuZGFsb25lX2Z1bmRyYWlzZXIiOmZhbHNlfSwiZ2VuX2FpX2RldGVjdGlvbl9tZXRob2QiOnsiZGV0ZWN0aW9uX21ldGhvZCI6Ik5PTkUifSwiaGFzX2hpZ2hfcmlza19nZW5fYWlfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsImhhc19wcml2YXRlbHlfbGlrZWQiOmZhbHNlLCJoYXNfc2hhcmVkX3RvX2ZiIjowLCJoYXNfdmlld3NfZmV0Y2hpbmciOnRydWUsImlkIjoiMzQ5MDM4MTk0NDM4NzA5NDM3MV8yNDE0MzczNzcxNSIsImlnX21lZGlhX3NoYXJpbmdfZGlzYWJsZWQiOmZhbHNlLCJpZ2Jpb19wcm9kdWN0IjpudWxsLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxODAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyNDE1NTU1XzQxODk4Njk2NzczMTcwOV81OTI4NTgwOTU5MDExNzA2MTYzX24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPWhUQlhOVm1ZSGVjUTdrTnZnRXNlWUJ5Jl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE1TURNNE1Ua3pNek0wTnpZeU9UZzROUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJDc3YyNzBRNTU0b3dURHpDQWVhQ2pzaTFUbk5ZQWt6aDZwZXhlaGR6MjBRJm9lPTY3NjJGMTYyJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjE0NDB9LHsiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS80NjI0MTU1NTVfNDE4OTg2OTY3NzMxNzA5XzU5Mjg1ODA5NTkwMTE3MDYxNjNfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPWhUQlhOVm1ZSGVjUTdrTnZnRXNlWUJ5Jl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE1TURNNE1Ua3pNek0wTnpZeU9UZzROUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUNtdFUyaGNnUklZZ3N1dkhWRnN3N2g1TDRZWEw3cTBVbFM5VHRjakQ1eVFnJm9lPTY3NjJGMTYyJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6InBlbmRpbmciLCJpbnZpdGVkX2NvYXV0aG9yX3Byb2R1Y2VycyI6W10sImlzX2NvbW1lbnRzX2dpZl9jb21wb3Nlcl9lbmFibGVkIjp0cnVlLCJpc19jdXRvdXRfc3RpY2tlcl9hbGxvd2VkIjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21lZGlhX25vdGVfcmVjc19udXgiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWV0YV9haV9zaGFyZSI6ZmFsc2UsImlzX2luX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX29wZW5fdG9fcHVibGljX3N1Ym1pc3Npb24iOmZhbHNlLCJpc19vcmdhbmljX3Byb2R1Y3RfdGFnZ2luZ19lbGlnaWJsZSI6dHJ1ZSwiaXNfcGFpZF9wYXJ0bmVyc2hpcCI6ZmFsc2UsImlzX3Bpbm5lZCI6ZmFsc2UsImlzX3Bvc3RfbGl2ZV9jbGlwc19tZWRpYSI6ZmFsc2UsImlzX3Jlc2hhcmVfb2ZfdGV4dF9wb3N0X2FwcF9tZWRpYV9pbl9pZyI6ZmFsc2UsImlzX3NvY2lhbF91ZmlfZGlzYWJsZWQiOmZhbHNlLCJpc190YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3ZpZXdlcl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc191bmlmaWVkX3ZpZGVvIjpmYWxzZSwiaXNfdmlkZW8iOmZhbHNlLCJsYXlvdXRfdHlwZSI6Im1lZGlhX2dyaWQiLCJsaWtlX2FuZF92aWV3X2NvdW50c19kaXNhYmxlZCI6ZmFsc2UsImxpa2VycyI6W10sIm1heF9udW1fdmlzaWJsZV9wcmV2aWV3X2NvbW1lbnRzIjowLCJtZWRpYV9uYW1lIjoiYWxidW0iLCJtZWRpYV9ub3RlcyI6eyJpdGVtcyI6W119LCJtZWRpYV90eXBlIjo4LCJtZXRhX2FpX3N1Z2dlc3RlZF9wcm9tcHRzIjpbXSwibXVzaWNfbWV0YWRhdGEiOnsiYXVkaW9fY2Fub25pY2FsX2lkIjoiMTgyMjM2NzA5NTYwNzMyNDgiLCJhdWRpb190eXBlIjoibGljZW5zZWRfbXVzaWMiLCJtdXNpY19pbmZvIjp7Im11c2ljX2Fzc2V0X2luZm8iOnsiYWxsb3dzX3NhdmluZyI6dHJ1ZSwiYXJ0aXN0X2lkIjoiNDg2NDg5OTkwNDI5Njc0IiwiYXVkaW9fYXNzZXRfaWQiOiI4NTIzMDU2MTM3NjEwMjQiLCJhdWRpb19pZCI6IjI0MzkwOTQzMDcyMjI1MCIsImNvdmVyX2FydHdvcmtfdGh1bWJuYWlsX3VyaSI6Imh0dHBzOi8vc2NvbnRlbnQuZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDYzNzQ5MDc3XzkwMDI5MDU2NzYyNjQ4XzQ0OTg1Njc3NzAxMjI5MzM4NzBfbi5qcGc/c3RwPWRzdC1qcGdfczE2OHgxMjhfdHQ2Jl9uY19jYXQ9MSZjY2I9MS03Jl9uY19zaWQ9MmYyNTU3Jl9uY19vaGM9RVR2WnVtbTZkcnNRN2tOdmdHeEp6YVomX25jX3p0PTIzJl9uY19odD1zY29udGVudC5mZXZuNS0xLmZuYSZfbmNfZ2lkPUFuc2lNTGUtVFBfaG5aVGczZU9mSWh3Jm9oPTAwX0FZQ3BEd1B4NVhISFlnek1FNnVFUFhFUjRILTFwYjNURHpEVE5nRC1xWUZ1N1Emb2U9Njc2MkRCQzQiLCJjb3Zlcl9hcnR3b3JrX3VyaSI6Imh0dHBzOi8vc2NvbnRlbnQuZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDM5LjMwODA4LTYvNDYzNzQ5MDc3XzkwMDI5MDU2NzYyNjQ4XzQ0OTg1Njc3NzAxMjI5MzM4NzBfbi5qcGc/c3RwPWRzdC1qcGdfczE2OHgxMjhfdHQ2Jl9uY19jYXQ9MSZjY2I9MS03Jl9uY19zaWQ9MmYyNTU3Jl9uY19vaGM9RVR2WnVtbTZkcnNRN2tOdmdHeEp6YVomX25jX3p0PTIzJl9uY19odD1zY29udGVudC5mZXZuNS0xLmZuYSZfbmNfZ2lkPUFuc2lNTGUtVFBfaG5aVGczZU9mSWh3Jm9oPTAwX0FZQ3BEd1B4NVhISFlnek1FNnVFUFhFUjRILTFwYjNURHpEVE5nRC1xWUZ1N1Emb2U9Njc2MkRCQzQiLCJkYXJrX21lc3NhZ2UiOm51bGwsImRpc3BsYXlfYXJ0aXN0IjoiTWVsb2RyYW1hIiwiZHVyYXRpb25faW5fbXMiOjQ2OTAxLCJmYXN0X3N0YXJ0X3Byb2dyZXNzaXZlX2Rvd25sb2FkX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQuZmV2bjUtMS5mbmEuZmJjZG4ubmV0L28xL3YvdDIvZjIvbTY5L0FRTThPb1dTLW1COHB0T2VKTnRnVXo3dTdsVW4wZWw2NDVsbnlNNzhvRnVSMTBtY2I3dFJwQWJUUHZjQVZGaVhYVk9zcm12QTU2SmhDcjFPanRoQUgtMWkubXA0P3N0cmV4dD0xJl9uY19jYXQ9MTExJl9uY19zaWQ9OGJmOGZlJl9uY19odD1zY29udGVudC5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX29oYz1iQXNhSzZuU1ViTVE3a052Z0VuMFpQUCZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbmh3ZGw5d2NtOW5jbVZ6YzJsMlpTNUJWVVJKVDE5UFRreFpMaTVETXk0d0xuQnliMmR5WlhOemFYWmxYMkYxWkdsdlgyRmhZM0JmTkRoZlpuSmhaMTh5WDJGMVpHbHZJaXdpZUhCMlgyRnpjMlYwWDJsa0lqb3hNVGc1T0RjM09UazROemt3TWpreExDSjFjbXhuWlc1ZmMyOTFjbU5sSWpvaWQzZDNJbjAlM0QmY2NiPTktNCZfbmNfenQ9Mjgmb2g9MDBfQVlCbjNEMmJUdGFzSDdUaER2V000NldFM0RPNy1fdndhSW56OFZidnhvRzYwZyZvZT02NzYyRENENiIsImhhc19seXJpY3MiOmZhbHNlLCJoaWdobGlnaHRfc3RhcnRfdGltZXNfaW5fbXMiOlsxNTAwLDIxNTAwLDM3MDAwXSwiaWQiOiI4NTIzMDU2MTM3NjEwMjQiLCJpZ191c2VybmFtZSI6Im1lbG9kcmFtYV9zdHVkaW8iLCJpc19lbGlnaWJsZV9mb3JfYXVkaW9fZWZmZWN0cyI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl92aW55bF9zdGlja2VyIjp0cnVlLCJpc19leHBsaWNpdCI6ZmFsc2UsImx5cmljcyI6bnVsbCwicHJvZ3Jlc3NpdmVfZG93bmxvYWRfdXJsIjoiaHR0cHM6Ly9zY29udGVudC5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvbzEvdi90Mi9mMi9tNjkvQVFNOE9vV1MtbUI4cHRPZUpOdGdVejd1N2xVbjBlbDY0NWxueU03OG9GdVIxMG1jYjd0UnBBYlRQdmNBVkZpWFhWT3NybXZBNTZKaENyMU9qdGhBSC0xaS5tcDQ/c3RyZXh0PTEmX25jX2NhdD0xMTEmX25jX3NpZD04YmY4ZmUmX25jX2h0PXNjb250ZW50LmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfb2hjPWJBc2FLNm5TVWJNUTdrTnZnRW4wWlBQJmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkluaHdkbDl3Y205bmNtVnpjMmwyWlM1QlZVUkpUMTlQVGt4WkxpNURNeTR3TG5CeWIyZHlaWE56YVhabFgyRjFaR2x2WDJGaFkzQmZORGhmWm5KaFoxOHlYMkYxWkdsdklpd2llSEIyWDJGemMyVjBYMmxrSWpveE1UZzVPRGMzT1RrNE56a3dNamt4TENKMWNteG5aVzVmYzI5MWNtTmxJam9pZDNkM0luMCUzRCZjY2I9OS00Jl9uY196dD0yOCZvaD0wMF9BWUJuM0QyYlR0YXNIN1RoRHZXTTQ2V0UzRE83LV92d2FJbno4VmJ2eG9HNjBnJm9lPTY3NjJEQ0Q2IiwicmVhY3RpdmVfYXVkaW9fZG93bmxvYWRfdXJsIjpudWxsLCJzYW5pdGl6ZWRfdGl0bGUiOm51bGwsInN1YnRpdGxlIjoiIiwidGl0bGUiOiJTcG9va3kgRnVuIEhhbGxvd2VlbiIsIndlYl8zMHNfcHJldmlld19kb3dubG9hZF91cmwiOm51bGx9LCJtdXNpY19jb25zdW1wdGlvbl9pbmZvIjp7ImFsbG93X21lZGlhX2NyZWF0aW9uX3dpdGhfbXVzaWMiOnRydWUsImF1ZGlvX2Fzc2V0X3N0YXJ0X3RpbWVfaW5fbXMiOjE1MDAsImF1ZGlvX2ZpbHRlcl9pbmZvcyI6W10sImF1ZGlvX211dGluZ19pbmZvIjp7ImFsbG93X2F1ZGlvX2VkaXRpbmciOmZhbHNlLCJtdXRlX2F1ZGlvIjpmYWxzZSwibXV0ZV9yZWFzb25fc3RyIjoiIiwic2hvd19tdXRlZF9hdWRpb190b2FzdCI6ZmFsc2V9LCJjb250YWluc19seXJpY3MiOm51bGwsImRlcml2ZWRfY29udGVudF9pZCI6bnVsbCwiZGlzcGxheV9sYWJlbHMiOm51bGwsImZvcm1hdHRlZF9jbGlwc19tZWRpYV9jb3VudCI6bnVsbCwiaWdfYXJ0aXN0Ijp7ImZ1bGxfbmFtZSI6Ik3DqWzDuGRyYW1hIHwgT3JpZ2luYWwgbXVzaWMgZm9yIFRpa1RvaywgSUcgcmVlbHMsIFlUIHNob3J0cy4iLCJpZCI6IjQ2MTQ1MzkyODMiLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjMzMDg3NDM3MDQxNDkyMzMxMDZfNDYxNDUzOTI4MyIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzQyOTI4MjE3MV8yNTA1MzU5MTI2NzYxOTk0N18xMjU3MTUwNjM5NDI2Mjk5MzZfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAzJl9uY19vaGM9SFJJZTVKRkFZa29RN2tOdmdHVzdXcl8mX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlBWUcxQnNEcEhvdHhmeEM1eG1sbFN2cGlXV1FLeFgybzJBaFhHcUhWa21vdyZvZT02NzYyRjRGQiZfbmNfc2lkPTc2YzBmYyIsInVzZXJuYW1lIjoibWVsb2RyYW1hX3N0dWRpbyJ9LCJpc19ib29rbWFya2VkIjpmYWxzZSwiaXNfdHJlbmRpbmdfaW5fY2xpcHMiOmZhbHNlLCJvdmVybGFwX2R1cmF0aW9uX2luX21zIjozMDAwMCwicGxhY2Vob2xkZXJfcHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjEyNDQyLTE1LzQzOTg1NjI5XzMxMTEwNTkxNjE0NTM1MV81ODA2NDc1OTgxMTQwNTc3Nl9uLmpwZz9fbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNyZfbmNfb2hjPXMzeS1nMXJpcXpZUTdrTnZnR085a29IJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9BQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQjNKM082V29rN0hObEJuMTc1MjlDWWxvck42OVllVGZjT29ndWNXZVRzM1Emb2U9Njc2MkU0QkQmX25jX3NpZD03NmMwZmMiLCJwcmV2aW91c190cmVuZF9yYW5rIjpudWxsLCJzaG91bGRfYWxsb3dfbXVzaWNfZWRpdGluZyI6ZmFsc2UsInNob3VsZF9tdXRlX2F1ZGlvIjpmYWxzZSwic2hvdWxkX211dGVfYXVkaW9fcmVhc29uIjoiIiwic2hvdWxkX211dGVfYXVkaW9fcmVhc29uX3R5cGUiOm51bGwsInRyZW5kX3JhbmsiOm51bGx9fSwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwicGlubmVkX21lZGlhX2lkcyI6W119LCJvcGVuX2Nhcm91c2VsX3Nob3dfZm9sbG93X2J1dHRvbiI6ZmFsc2UsIm9wZW5fY2Fyb3VzZWxfc3VibWlzc2lvbl9zdGF0ZSI6ImNsb3NlZCIsIm9yaWdpbmFsX2hlaWdodCI6NjEyLCJvcmlnaW5hbF93aWR0aCI6NjEyLCJvd25lciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MiwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDI0MDUxNDY3OTY3LCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IlBlZGFnb2cgUGF0cnVsbGVuIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjI0MTQzNzM3NzE1IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMzIyMjYyNjIxNTk2NzkxMTM4MF8yNDE0MzczNzcxNSIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzM5NTU3NzEzOF82ODcwMTY4OTY3MTc3MDBfMzQ4NjI0MDAzNjA5NzY5MTAxNl9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDQmX25jX29oYz1OUUc4TE44eXBQMFE3a052Z0UyNWlIUiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUIyMWY4TGlmdTdKdThfVTloWDZub0NsX1B0QTRubEF3VzJ3YlJFY1hzbkNBJm9lPTY3NjJFRDRBJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MCwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoicGVkYWdvZ3BhdHJ1bGxlbiJ9LCJwayI6MzQ5MDM4MTk0NDM4NzA5NDM3MSwicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9jb250YWluZXIiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE3MzAzMDU5NzMsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvNDYyNDE1NTU1XzQxODk4Njk2NzczMTcwOV81OTI4NTgwOTU5MDExNzA2MTYzX24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZfbmNfb2hjPWhUQlhOVm1ZSGVjUTdrTnZnRXNlWUJ5Jl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NelE1TURNNE1Ua3pNek0wTnpZeU9UZzROUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJDc3YyNzBRNTU0b3dURHpDQWVhQ2pzaTFUbk5ZQWt6aDZwZXhlaGR6MjBRJm9lPTY3NjJGMTYyJl9uY19zaWQ9NzZjMGZjIiwidGltZWxpbmVfcGlubmVkX3VzZXJfaWRzIjpbXSwidXNlciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MiwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDI0MDUxNDY3OTY3LCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IlBlZGFnb2cgUGF0cnVsbGVuIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjI0MTQzNzM3NzE1IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMzIyMjYyNjIxNTk2NzkxMTM4MF8yNDE0MzczNzcxNSIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzM5NTU3NzEzOF82ODcwMTY4OTY3MTc3MDBfMzQ4NjI0MDAzNjA5NzY5MTAxNl9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDQmX25jX29oYz1OUUc4TE44eXBQMFE3a052Z0UyNWlIUiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUIyMWY4TGlmdTdKdThfVTloWDZub0NsX1B0QTRubEF3VzJ3YlJFY1hzbkNBJm9lPTY3NjJFRDRBJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MCwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoicGVkYWdvZ3BhdHJ1bGxlbiJ9LCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImJvb3N0X3VuYXZhaWxhYmxlX2lkZW50aWZpZXIiOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbiI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uX3YyIjpudWxsLCJjYW5fcmVwbHkiOmZhbHNlLCJjYW5fcmVzaGFyZSI6dHJ1ZSwiY2FuX3NhdmUiOnRydWUsImNhcHRpb24iOm51bGwsImNhcHRpb25faXNfZWRpdGVkIjp0cnVlLCJjbGlwc190YWJfcGlubmVkX3VzZXJfaWRzIjpbXSwiY29hdXRob3JfcHJvZHVjZXJfY2FuX3NlZV9vcmdhbmljX2luc2lnaHRzIjpmYWxzZSwiY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiY29kZSI6IkNHSjg1SXlBaEFJIiwiY29tbWVudF9pbmZvcm1fdHJlYXRtZW50Ijp7ImFjdGlvbl90eXBlIjpudWxsLCJzaG91bGRfaGF2ZV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwidGV4dCI6IiIsInVybCI6bnVsbH0sImNvbW1lbnRfdGhyZWFkaW5nX2VuYWJsZWQiOnRydWUsImNvbW1lcmNlX2ludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiIiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiY3Jvc3Nwb3N0X21ldGFkYXRhIjpbXSwiZGVsZXRlZF9yZWFzb24iOjAsImRldmljZV90aW1lc3RhbXAiOjE2MDIzMTY3NDcsImZiX2FnZ3JlZ2F0ZWRfY29tbWVudF9jb3VudCI6MCwiZmJfYWdncmVnYXRlZF9saWtlX2NvdW50IjowLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmJpZCI6IjE4MDM2MDQwNjkwMzAxNTk2IiwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJmZWVkX3R5cGUiOiJtZWRpYSIsImZpbHRlcl90eXBlIjowLCJmdW5kcmFpc2VyX3RhZyI6eyJoYXNfc3RhbmRhbG9uZV9mdW5kcmFpc2VyIjpmYWxzZX0sImdlbl9haV9kZXRlY3Rpb25fbWV0aG9kIjp7ImRldGVjdGlvbl9tZXRob2QiOiJOT05FIn0sImhhc19oaWdoX3Jpc2tfZ2VuX2FpX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJoYXNfcHJpdmF0ZWx5X2xpa2VkIjpmYWxzZSwiaGFzX3NoYXJlZF90b19mYiI6MCwiaGFzX3ZpZXdzX2ZldGNoaW5nIjp0cnVlLCJpZCI6IjI0MTY3MzA0ODQyOTA3NTI1MjBfMzEwMTcyNzYyNyIsImlnX21lZGlhX3NoYXJpbmdfZGlzYWJsZWQiOmZhbHNlLCJpZ2Jpb19wcm9kdWN0IjpudWxsLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0Ijo3MjAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE1LzEyMTE5ODkyOV8zNTAxNjM1Njg2NTgxODAxXzIxMjE0ODEyOTcxMjU4MTEzNDdfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0M01qQjROekl3TG5Oa2NpNW1Namc0TlM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz16bjZPOG9wYnc2UVE3a052Z0Z4cDZPciZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpReE5qY3pNRFE0TkRJNU1EYzFNalV5TUElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBdVNhRnJkTGFzRWE3VzdxYVhuYU41Sk9JNjczSWhuRDFIY3NnZ1JVYVJQZyZvZT02NzYyRUUxOCZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo3MjB9LHsiaGVpZ2h0Ijo0ODAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE1LzEyMTE5ODkyOV8zNTAxNjM1Njg2NTgxODAxXzIxMjE0ODEyOTcxMjU4MTEzNDdfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0M01qQjROekl3TG5Oa2NpNW1Namc0TlM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz16bjZPOG9wYnc2UVE3a052Z0Z4cDZPciZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpReE5qY3pNRFE0TkRJNU1EYzFNalV5TUElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBLUhpS3lOMTBOYjJhcjYzaUg2bmZfbUNfUm9vOWQ0WGRfVVVnckRuNWJGdyZvZT02NzYyRUUxOCZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJwZW5kaW5nIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdW5pZmllZF92aWRlbyI6ZmFsc2UsImlzX3ZpZGVvIjpmYWxzZSwibGF5b3V0X3R5cGUiOiJtZWRpYV9ncmlkIiwibGlrZV9hbmRfdmlld19jb3VudHNfZGlzYWJsZWQiOmZhbHNlLCJsaWtlcnMiOltdLCJtYXNodXBfaW5mbyI6eyJjYW5fdG9nZ2xlX21hc2h1cHNfYWxsb3dlZCI6ZmFsc2UsImZvcm1hdHRlZF9tYXNodXBzX2NvdW50IjpudWxsLCJoYXNfYmVlbl9tYXNoZWRfdXAiOmZhbHNlLCJoYXNfbm9ubWltaWNhYmxlX2FkZGl0aW9uYWxfYXVkaW8iOmZhbHNlLCJpc19jcmVhdG9yX3JlcXVlc3RpbmdfbWFzaHVwIjpmYWxzZSwiaXNfbGlnaHRfd2VpZ2h0X2NoZWNrIjp0cnVlLCJpc19saWdodF93ZWlnaHRfcmV1c2VfYWxsb3dlZF9jaGVjayI6ZmFsc2UsImlzX3Bpdm90X3BhZ2VfYXZhaWxhYmxlIjpmYWxzZSwiaXNfcmV1c2VfYWxsb3dlZCI6ZmFsc2UsIm1hc2h1cF90eXBlIjpudWxsLCJtYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJub25fcHJpdmFjeV9maWx0ZXJlZF9tYXNodXBzX21lZGlhX2NvdW50IjowLCJvcmlnaW5hbF9tZWRpYSI6bnVsbCwicHJpdmFjeV9maWx0ZXJlZF9tYXNodXBzX21lZGlhX2NvdW50IjpudWxsfSwibWF4X251bV92aXNpYmxlX3ByZXZpZXdfY29tbWVudHMiOjAsIm1lZGlhX25hbWUiOiJwb3N0IiwibWVkaWFfbm90ZXMiOnsiaXRlbXMiOltdfSwibWVkaWFfdHlwZSI6MSwibWV0YV9haV9zdWdnZXN0ZWRfcHJvbXB0cyI6W10sIm11c2ljX21ldGFkYXRhIjp7ImF1ZGlvX2Nhbm9uaWNhbF9pZCI6IjAiLCJhdWRpb190eXBlIjpudWxsLCJtdXNpY19pbmZvIjpudWxsLCJvcmlnaW5hbF9zb3VuZF9pbmZvIjpudWxsLCJwaW5uZWRfbWVkaWFfaWRzIjpudWxsfSwib3Blbl9jYXJvdXNlbF9zaG93X2ZvbGxvd19idXR0b24iOmZhbHNlLCJvcmlnaW5hbF9oZWlnaHQiOjcyMCwib3JpZ2luYWxfd2lkdGgiOjcyMCwib3duZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjIsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwMzEwODgzNzcxNSwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJLYXRocmluIHwgQmFja2VuIG1hY2h0IGdsw7xja2xpY2gg4p2kIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjMxMDE3Mjc2MjciLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIxMjk1ODEyMjYxMTI2MzExNTU1XzMxMDE3Mjc2MjciLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8xMzY1ODQyNl8xMzMxNDg0ODM3ODQ4NThfMTQ4MzI1NzQ0Ml9hLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDYmX25jX29oYz15MTlTLTl0Z2FzNFE3a052Z0VHNzZ4MyZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUNXRWo0bFRTX2UxZUY5WVQ4TzNmX2ZuNHJzWV93ZnlqS09jUmZ0X0tuODZRJm9lPTY3NjJFMDU3Jl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiYmFja2VubWFjaHRnbHVlY2tsaWNoLmRlIn0sInBrIjoyNDE2NzMwNDg0MjkwNzUyNTIwLCJwcmV2aWV3X2NvbW1lbnRzIjpbXSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImZlZWQiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE2MDIzMTY3NDcsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS8xMjExOTg5MjlfMzUwMTYzNTY4NjU4MTgwMV8yMTIxNDgxMjk3MTI1ODExMzQ3X24uanBnP3N0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNDNNakI0TnpJd0xuTmtjaTVtTWpnNE5TNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9em42TzhvcGJ3NlFRN2tOdmdGeHA2T3ImX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qUXhOamN6TURRNE5ESTVNRGMxTWpVeU1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQXVTYUZyZExhc0VhN1c3cWFYbmFONUpPSTY3M0lobkQxSGNzZ2dSVWFSUGcmb2U9Njc2MkVFMTgmX25jX3NpZD03NmMwZmMiLCJ0aW1lbGluZV9waW5uZWRfdXNlcl9pZHMiOltdLCJ1c2VyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjoyLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0MDMxMDg4Mzc3MTUsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiS2F0aHJpbiB8IEJhY2tlbiBtYWNodCBnbMO8Y2tsaWNoIOKdpCIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiIzMTAxNzI3NjI3IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMTI5NTgxMjI2MTEyNjMxMTU1NV8zMTAxNzI3NjI3IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMTM2NTg0MjZfMTMzMTQ4NDgzNzg0ODU4XzE0ODMyNTc0NDJfYS5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA2Jl9uY19vaGM9eTE5Uy05dGdhczRRN2tOdmdFRzc2eDMmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlDV0VqNGxUU19lMWVGOVlUOE8zZl9mbjRyc1lfd2Z5aktPY1JmdF9Lbjg2USZvZT02NzYyRTA1NyZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6ImJhY2tlbm1hY2h0Z2x1ZWNrbGljaC5kZSJ9LCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImJvb3N0X3VuYXZhaWxhYmxlX2lkZW50aWZpZXIiOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbiI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uX3YyIjpudWxsLCJjYW5fbW9kaWZ5X2Nhcm91c2VsIjpmYWxzZSwiY2FuX3JlcGx5IjpmYWxzZSwiY2FuX3Jlc2hhcmUiOnRydWUsImNhbl9zYXZlIjp0cnVlLCJjYXB0aW9uIjpudWxsLCJjYXB0aW9uX2lzX2VkaXRlZCI6ZmFsc2UsImNhcm91c2VsX21lZGlhIjpbeyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIyNjg5NDc2ODcwNTk5MTEzMDg2XzIwOTY2ODY4OTkiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIyNjg5NDc2ODY0NDY3MTY1MjkzXzIwOTY2ODY4OTkiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxODAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ2OTE1MDI1XzU5NzYwMDI0MTQyMTY2OV84MzE4NjUzMjQ5NDEyMDY3NzkzX24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA1Jl9uY19vaGM9Ymgxc05KdDUxY1FRN2tOdmdHZFViR1UmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qWTRPVFEzTmpnMk5EUTJOekUyTlRJNU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ20wM0FwcU1sYlBsZGZfU1ZqTVcycVdmZDlIWGltT1c5cXZpdGZONUVfcUEmb2U9Njc2MzAwMjkmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6MTQ0MH0seyJoZWlnaHQiOjYwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI0NjkxNTAyNV81OTc2MDAyNDE0MjE2NjlfODMxODY1MzI0OTQxMjA2Nzc5M19uLmpwZz9zdHA9ZHN0LWpwZ19lMzVfcDQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDUmX25jX29oYz1iaDFzTkp0NTFjUVE3a052Z0dkVWJHVSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE9UUTNOamcyTkRRMk56RTJOVEk1TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEWi1YQ3IwVG5GOVRlUUU1LXZiR0ZJTzZPWnREdTB0dXVyN3hHS19DQlJKZyZvZT02NzYzMDAyOSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImlzX3ZpZGVvIjpmYWxzZSwibWVkaWFfbmFtZSI6ImFsYnVtX2l0ZW0iLCJtZWRpYV90eXBlIjoxLCJvcmlnaW5hbF9oZWlnaHQiOjE4MDAsIm9yaWdpbmFsX3dpZHRoIjoxNDQwLCJwayI6MjY4OTQ3Njg2NDQ2NzE2NTI5MywicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2l0ZW0iLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJ0YWtlbl9hdCI6MTYzNDgzMDY0NywidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8yNDY5MTUwMjVfNTk3NjAwMjQxNDIxNjY5XzgzMTg2NTMyNDk0MTIwNjc3OTNfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDUmX25jX29oYz1iaDFzTkp0NTFjUVE3a052Z0dkVWJHVSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE9UUTNOamcyTkRRMk56RTJOVEk1TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDbTAzQXBxTWxiUGxkZl9TVmpNVzJxV2ZkOUhYaW1PVzlxdml0Zk41RV9xQSZvZT02NzYzMDAyOSZfbmNfc2lkPTc2YzBmYyIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiY2Fyb3VzZWxfcGFyZW50X2lkIjoiMjY4OTQ3Njg3MDU5OTExMzA4Nl8yMDk2Njg2ODk5IiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImV4cGxvcmVfcGl2b3RfZ3JpZCI6ZmFsc2UsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImlkIjoiMjY4OTQ3Njg2NDQ4Mzg3MjEwNF8yMDk2Njg2ODk5IiwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTgwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI0NjQ3OTc1NF81NjYzMTQyOTEyNzA0NjhfNjY4OTk5OTcyNzcyNDM4NzI0NF9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwNCZfbmNfb2hjPW9NSWhsUTM0azcwUTdrTnZnSEZlUFlyJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk0T1RRM05qZzJORFE0TXpnM01qRXdOQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJRclY4OFBvMEpqZ1B3VjNXZmxndy1MZUZJSXQ0aDZXNHhWZnpzTG1KOUVRJm9lPTY3NjMwNjdFJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjE0NDB9LHsiaGVpZ2h0Ijo2MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8yNDY0Nzk3NTRfNTY2MzE0MjkxMjcwNDY4XzY2ODk5OTk3Mjc3MjQzODcyNDRfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA0Jl9uY19vaGM9b01JaGxRMzRrNzBRN2tOdmdIRmVQWXImX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qWTRPVFEzTmpnMk5EUTRNemczTWpFd05BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQlBLVzV6MmtUcnN6VnNFNDFMSEd0YjhYRS1ha0l6ekVLOENtckpINWlINlEmb2U9Njc2MzA2N0UmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxODAwLCJvcmlnaW5hbF93aWR0aCI6MTQ0MCwicGsiOjI2ODk0NzY4NjQ0ODM4NzIxMDQsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFrZW5fYXQiOjE2MzQ4MzA2NDcsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ2NDc5NzU0XzU2NjMxNDI5MTI3MDQ2OF82Njg5OTk5NzI3NzI0Mzg3MjQ0X24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA0Jl9uY19vaGM9b01JaGxRMzRrNzBRN2tOdmdIRmVQWXImX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qWTRPVFEzTmpnMk5EUTRNemczTWpFd05BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQlFyVjg4UG8wSmpnUHdWM1dmbGd3LUxlRklJdDRoNlc0eFZmenNMbUo5RVEmb2U9Njc2MzA2N0UmX25jX3NpZD03NmMwZmMiLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImNhcm91c2VsX3BhcmVudF9pZCI6IjI2ODk0NzY4NzA1OTkxMTMwODZfMjA5NjY4Njg5OSIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjI2ODk0NzY4NjQ2OTM3NjAxMDJfMjA5NjY4Njg5OSIsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE4MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8yNDY3MTkzNTJfMjcxNzczMzAxNTE0MzUyXzU5ODg0NTk0MjI4MzU0ODQwODhfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDAmX25jX29oYz1zX1Y1ZkN6dnBrOFE3a052Z0dYUVFfZyZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE9UUTNOamcyTkRZNU16YzJNREV3TWclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEdnUyWHZmVVU4NXNaZEZsN2N0YmpOZlU5RzV5Tmp6U1VlakMtYy1jai1IUSZvZT02NzYyREQzNyZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ2NzE5MzUyXzI3MTc3MzMwMTUxNDM1Ml81OTg4NDU5NDIyODM1NDg0MDg4X24uanBnP3N0cD1kc3QtanBnX2UzNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMCZfbmNfb2hjPXNfVjVmQ3p2cGs4UTdrTnZnR1hRUV9nJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk0T1RRM05qZzJORFk1TXpjMk1ERXdNZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFhZnNObzhENjJXUE1URFRSV2kzWloxX0p4MksxSGVtaXNTc3p0bnFNb2hnJm9lPTY3NjJERDM3Jl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTgwMCwib3JpZ2luYWxfd2lkdGgiOjE0NDAsInBrIjoyNjg5NDc2ODY0NjkzNzYwMTAyLCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNjM0ODMwNjQ4LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI0NjcxOTM1Ml8yNzE3NzMzMDE1MTQzNTJfNTk4ODQ1OTQyMjgzNTQ4NDA4OF9uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMCZfbmNfb2hjPXNfVjVmQ3p2cGs4UTdrTnZnR1hRUV9nJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk0T1RRM05qZzJORFk1TXpjMk1ERXdNZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUR2dTJYdmZVVTg1c1pkRmw3Y3Riak5mVTlHNXlOanpTVWVqQy1jLWNqLUhRJm9lPTY3NjJERDM3Jl9uY19zaWQ9NzZjMGZjIiwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJjYXJvdXNlbF9wYXJlbnRfaWQiOiIyNjg5NDc2ODcwNTk5MTEzMDg2XzIwOTY2ODY4OTkiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiZXhwbG9yZV9waXZvdF9ncmlkIjpmYWxzZSwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiaWQiOiIyNjg5NDc2ODY0NDkyMzE2Mjg0XzIwOTY2ODY4OTkiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxODAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ2NzM1OTIwXzQwNjQzNTcyNzc3ODI2MV8zNjYzMTY4NDQ5NjAwOTY2NTlfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1kTHpUZFdJd3N4WVE3a052Z0h3cVo0eiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE9UUTNOamcyTkRRNU1qTXhOakk0TkElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDWnQtR0d6U2xEN1ZDN2E5cWRZdFg5S0R6UkROSThGNkR3WFZ0QlBCbVcxZyZvZT02NzYyRjg1QyZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ2NzM1OTIwXzQwNjQzNTcyNzc3ODI2MV8zNjYzMTY4NDQ5NjAwOTY2NTlfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9ZEx6VGRXSXdzeFlRN2tOdmdId3FaNHomX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qWTRPVFEzTmpnMk5EUTVNak14TmpJNE5BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQnJQVVl0Sk9xWnZwUzVvUm5vVDdLUl9XOGFLc2RYdzAxb2FkUUYtWUlQaVEmb2U9Njc2MkY4NUMmX25jX3NpZD03NmMwZmMiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxODAwLCJvcmlnaW5hbF93aWR0aCI6MTQ0MCwicGsiOjI2ODk0NzY4NjQ0OTIzMTYyODQsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFrZW5fYXQiOjE2MzQ4MzA2NDgsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ2NzM1OTIwXzQwNjQzNTcyNzc3ODI2MV8zNjYzMTY4NDQ5NjAwOTY2NTlfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1kTHpUZFdJd3N4WVE3a052Z0h3cVo0eiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE9UUTNOamcyTkRRNU1qTXhOakk0TkElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDWnQtR0d6U2xEN1ZDN2E5cWRZdFg5S0R6UkROSThGNkR3WFZ0QlBCbVcxZyZvZT02NzYyRjg1QyZfbmNfc2lkPTc2YzBmYyIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119XSwiY2Fyb3VzZWxfbWVkaWFfY291bnQiOjQsImNhcm91c2VsX21lZGlhX2lkcyI6WzI2ODk0NzY4NjQ0NjcxNjUyOTMsMjY4OTQ3Njg2NDQ4Mzg3MjEwNCwyNjg5NDc2ODY0NjkzNzYwMTAyLDI2ODk0NzY4NjQ0OTIzMTYyODRdLCJjYXJvdXNlbF9tZWRpYV9wZW5kaW5nX3Bvc3RfY291bnQiOjAsImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiQ1ZTOFBiZnNIbC0iLCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2VfaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6ImFwcHJvdmVkIiwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImNyb3NzcG9zdF9tZXRhZGF0YSI6W10sImRlbGV0ZWRfcmVhc29uIjowLCJkZXZpY2VfdGltZXN0YW1wIjoxNjM0ODMwNTM2OTA0OTcxLCJmYl9hZ2dyZWdhdGVkX2NvbW1lbnRfY291bnQiOjAsImZiX2FnZ3JlZ2F0ZWRfbGlrZV9jb3VudCI6MCwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZiaWQiOiIxNzk3OTgyNzUwMDM5NDc2NiIsImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiZmVlZF90eXBlIjoibWVkaWEiLCJmaWx0ZXJfdHlwZSI6MCwiZnVuZHJhaXNlcl90YWciOnsiaGFzX3N0YW5kYWxvbmVfZnVuZHJhaXNlciI6ZmFsc2V9LCJnZW5fYWlfZGV0ZWN0aW9uX21ldGhvZCI6eyJkZXRlY3Rpb25fbWV0aG9kIjoiTk9ORSJ9LCJoYXNfaGlnaF9yaXNrX2dlbl9haV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwiaGFzX3ByaXZhdGVseV9saWtlZCI6ZmFsc2UsImhhc19zaGFyZWRfdG9fZmIiOjAsImhhc192aWV3c19mZXRjaGluZyI6dHJ1ZSwiaWQiOiIyNjg5NDc2ODcwNTk5MTEzMDg2XzIwOTY2ODY4OTkiLCJpZ19tZWRpYV9zaGFyaW5nX2Rpc2FibGVkIjpmYWxzZSwiaWdiaW9fcHJvZHVjdCI6bnVsbCwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTgwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI0NjkxNTAyNV81OTc2MDAyNDE0MjE2NjlfODMxODY1MzI0OTQxMjA2Nzc5M19uLmpwZz9zZT04JnN0cD1kc3QtanBnX2UzNV90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDUmX25jX29oYz1iaDFzTkp0NTFjUVE3a052Z0dkVWJHVSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE9UUTNOamcyTkRRMk56RTJOVEk1TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDbTAzQXBxTWxiUGxkZl9TVmpNVzJxV2ZkOUhYaW1PVzlxdml0Zk41RV9xQSZvZT02NzYzMDAyOSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjQ2OTE1MDI1XzU5NzYwMDI0MTQyMTY2OV84MzE4NjUzMjQ5NDEyMDY3NzkzX24uanBnP3N0cD1kc3QtanBnX2UzNV9wNDgweDQ4MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDUmX25jX29oYz1iaDFzTkp0NTFjUVE3a052Z0dkVWJHVSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNE9UUTNOamcyTkRRMk56RTJOVEk1TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEWi1YQ3IwVG5GOVRlUUU1LXZiR0ZJTzZPWnREdTB0dXVyN3hHS19DQlJKZyZvZT02NzYzMDAyOSZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJhcHByb3ZlZCIsImludml0ZWRfY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiaXNfY29tbWVudHNfZ2lmX2NvbXBvc2VyX2VuYWJsZWQiOnRydWUsImlzX2N1dG91dF9zdGlja2VyX2FsbG93ZWQiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWVkaWFfbm90ZV9yZWNzX251eCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZXRhX2FpX3NoYXJlIjpmYWxzZSwiaXNfaW5fcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfb3Blbl90b19wdWJsaWNfc3VibWlzc2lvbiI6ZmFsc2UsImlzX29yZ2FuaWNfcHJvZHVjdF90YWdnaW5nX2VsaWdpYmxlIjp0cnVlLCJpc19wYWlkX3BhcnRuZXJzaGlwIjpmYWxzZSwiaXNfcGlubmVkIjpmYWxzZSwiaXNfcG9zdF9saXZlX2NsaXBzX21lZGlhIjpmYWxzZSwiaXNfcmVzaGFyZV9vZl90ZXh0X3Bvc3RfYXBwX21lZGlhX2luX2lnIjpmYWxzZSwiaXNfc29jaWFsX3VmaV9kaXNhYmxlZCI6ZmFsc2UsImlzX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fdmlld2VyX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX3VuaWZpZWRfdmlkZW8iOmZhbHNlLCJpc192aWRlbyI6ZmFsc2UsImxheW91dF90eXBlIjoibWVkaWFfZ3JpZCIsImxpa2VfYW5kX3ZpZXdfY291bnRzX2Rpc2FibGVkIjpmYWxzZSwibGlrZXJzIjpbXSwibWF4X251bV92aXNpYmxlX3ByZXZpZXdfY29tbWVudHMiOjAsIm1lZGlhX25hbWUiOiJhbGJ1bSIsIm1lZGlhX25vdGVzIjp7Iml0ZW1zIjpbXX0sIm1lZGlhX3R5cGUiOjgsIm1ldGFfYWlfc3VnZ2VzdGVkX3Byb21wdHMiOltdLCJtdXNpY19tZXRhZGF0YSI6eyJhdWRpb19jYW5vbmljYWxfaWQiOiIwIiwiYXVkaW9fdHlwZSI6bnVsbCwibXVzaWNfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwicGlubmVkX21lZGlhX2lkcyI6bnVsbH0sIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3Blbl9jYXJvdXNlbF9zdWJtaXNzaW9uX3N0YXRlIjoiY2xvc2VkIiwib3JpZ2luYWxfaGVpZ2h0Ijo2MTIsIm9yaWdpbmFsX3dpZHRoIjo2MTIsIm93bmVyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjoyLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0MDIxMjY5OTIwODUsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiRHIuIE9ldGtlciBEZXV0c2NobGFuZCIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiIyMDk2Njg2ODk5IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6dHJ1ZSwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMTEzMjcxNDhfMTEzOTU5NzU3MjcyMzU4Ml8xMjM3NTY5MzY0X2EuanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEmX25jX29oYz1DN1gwV3N0MHk4RVE3a052Z0hqMXBkdCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUJuY2lGMDBQRzZsblBNOWt5Tm1Zd0VsSkQxUWltbS0xWGJHSGNZV3kwMDdRJm9lPTY3NjJFREI2Jl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MiwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiZHIub2V0a2VyX2RldXRzY2hsYW5kIn0sInBrIjoyNjg5NDc2ODcwNTk5MTEzMDg2LCJwcmV2aWV3X2NvbW1lbnRzIjpbXSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2NvbnRhaW5lciIsInNoYXJlX2NvdW50X2Rpc2FibGVkIjpmYWxzZSwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwic2hvdWxkX3Nob3dfYXV0aG9yX3BvZ19mb3JfdGFnZ2VkX21lZGlhX3NoYXJlZF90b19wcm9maWxlX2dyaWQiOmZhbHNlLCJzdWJzY3JpYmVfY3RhX3Zpc2libGUiOmZhbHNlLCJ0YWtlbl9hdCI6MTYzNDgzMDY0OCwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8yNDY5MTUwMjVfNTk3NjAwMjQxNDIxNjY5XzgzMTg2NTMyNDk0MTIwNjc3OTNfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA1Jl9uY19vaGM9Ymgxc05KdDUxY1FRN2tOdmdHZFViR1UmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qWTRPVFEzTmpnMk5EUTJOekUyTlRJNU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ20wM0FwcU1sYlBsZGZfU1ZqTVcycVdmZDlIWGltT1c5cXZpdGZONUVfcUEmb2U9Njc2MzAwMjkmX25jX3NpZD03NmMwZmMiLCJ0aW1lbGluZV9waW5uZWRfdXNlcl9pZHMiOltdLCJ1c2VyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjoyLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0MDIxMjY5OTIwODUsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiRHIuIE9ldGtlciBEZXV0c2NobGFuZCIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiIyMDk2Njg2ODk5IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6dHJ1ZSwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMTEzMjcxNDhfMTEzOTU5NzU3MjcyMzU4Ml8xMjM3NTY5MzY0X2EuanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEmX25jX29oYz1DN1gwV3N0MHk4RVE3a052Z0hqMXBkdCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWUJuY2lGMDBQRzZsblBNOWt5Tm1Zd0VsSkQxUWltbS0xWGJHSGNZV3kwMDdRJm9lPTY3NjJFREI2Jl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MiwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiZHIub2V0a2VyX2RldXRzY2hsYW5kIn0sInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiYm9vc3RfdW5hdmFpbGFibGVfaWRlbnRpZmllciI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb25fdjIiOm51bGwsImNhbl9yZXBseSI6ZmFsc2UsImNhbl9yZXNoYXJlIjp0cnVlLCJjYW5fc2F2ZSI6dHJ1ZSwiY2FwdGlvbiI6bnVsbCwiY2FwdGlvbl9pc19lZGl0ZWQiOmZhbHNlLCJjbGlwc190YWJfcGlubmVkX3VzZXJfaWRzIjpbXSwiY29hdXRob3JfcHJvZHVjZXJfY2FuX3NlZV9vcmdhbmljX2luc2lnaHRzIjpmYWxzZSwiY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiY29kZSI6IkNWZnBFeTBLS2U5IiwiY29tbWVudF9pbmZvcm1fdHJlYXRtZW50Ijp7ImFjdGlvbl90eXBlIjpudWxsLCJzaG91bGRfaGF2ZV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwidGV4dCI6IiIsInVybCI6bnVsbH0sImNvbW1lbnRfdGhyZWFkaW5nX2VuYWJsZWQiOnRydWUsImNvbW1lcmNlX2ludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiIiLCJjb21tZXJjaWFsaXR5X3N0YXR1cyI6Im5vdF9jb21tZXJjaWFsIiwiY3Jvc3Nwb3N0X21ldGFkYXRhIjpbXSwiZGVsZXRlZF9yZWFzb24iOjAsImRldmljZV90aW1lc3RhbXAiOjE2MzUyNTY4MDc3NCwiZmJfYWdncmVnYXRlZF9jb21tZW50X2NvdW50IjowLCJmYl9hZ2dyZWdhdGVkX2xpa2VfY291bnQiOjAsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmYmlkIjoiMTc5MzI2MzQwNTM3NjQzOTkiLCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImZlZWRfdHlwZSI6Im1lZGlhIiwiZmlsdGVyX3R5cGUiOjAsImZ1bmRyYWlzZXJfdGFnIjp7Imhhc19zdGFuZGFsb25lX2Z1bmRyYWlzZXIiOmZhbHNlfSwiZ2VuX2FpX2RldGVjdGlvbl9tZXRob2QiOnsiZGV0ZWN0aW9uX21ldGhvZCI6Ik5PTkUifSwiaGFzX2F1ZGlvIjp0cnVlLCJoYXNfaGlnaF9yaXNrX2dlbl9haV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwiaGFzX3ByaXZhdGVseV9saWtlZCI6ZmFsc2UsImhhc19zaGFyZWRfdG9fZmIiOjAsImhhc192aWV3c19mZXRjaGluZyI6dHJ1ZSwiaWQiOiIyNjkzMDUxNzUxNTM3ODc4OTczXzYzNDMzMzE3MzMiLCJpZ19tZWRpYV9zaGFyaW5nX2Rpc2FibGVkIjpmYWxzZSwiaWdiaW9fcHJvZHVjdCI6bnVsbCwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6NDgwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS8yNDkxMDUzMzZfNjc2NzMyNDU5OTU2NzU0XzgyMjk2MjA5NDI3OTg2ODMzNjFfbi5qcGc/c3RwPWRzdC1qcGdfZTE1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3T0RBdWMyUnlMbVl5T0RnMUxtUmxabUYxYkhSZlkyOTJaWEpmWm5KaGJXVWlmUSZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTExMCZfbmNfb2hjPUt5aFluc1BTXzRjUTdrTnZnRjcwZUFnJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1Nalk1TXpBMU1UYzFNVFV6TnpnM09EazNNdyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUI1VDFSR055ckprUVBhX2VBdEpCQ3lTcEJWMFBOb1B2VVBCaVBCenBxNmx3Jm9lPTY3NjJGQjNFJl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6InBlbmRpbmciLCJpbnZpdGVkX2NvYXV0aG9yX3Byb2R1Y2VycyI6W10sImlzX2NvbW1lbnRzX2dpZl9jb21wb3Nlcl9lbmFibGVkIjp0cnVlLCJpc19jdXRvdXRfc3RpY2tlcl9hbGxvd2VkIjpmYWxzZSwiaXNfZGFzaF9lbGlnaWJsZSI6MSwiaXNfZWxpZ2libGVfZm9yX21lZGlhX25vdGVfcmVjc19udXgiOmZhbHNlLCJpc19lbGlnaWJsZV9mb3JfbWV0YV9haV9zaGFyZSI6ZmFsc2UsImlzX2luX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX29wZW5fdG9fcHVibGljX3N1Ym1pc3Npb24iOmZhbHNlLCJpc19vcmdhbmljX3Byb2R1Y3RfdGFnZ2luZ19lbGlnaWJsZSI6dHJ1ZSwiaXNfcGFpZF9wYXJ0bmVyc2hpcCI6ZmFsc2UsImlzX3Bpbm5lZCI6ZmFsc2UsImlzX3Bvc3RfbGl2ZV9jbGlwc19tZWRpYSI6ZmFsc2UsImlzX3Jlc2hhcmVfb2ZfdGV4dF9wb3N0X2FwcF9tZWRpYV9pbl9pZyI6ZmFsc2UsImlzX3NvY2lhbF91ZmlfZGlzYWJsZWQiOmZhbHNlLCJpc190YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3ZpZXdlcl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc191bmlmaWVkX3ZpZGVvIjpmYWxzZSwiaXNfdmlkZW8iOnRydWUsImxheW91dF90eXBlIjoibWVkaWFfZ3JpZCIsImxpa2VfYW5kX3ZpZXdfY291bnRzX2Rpc2FibGVkIjpmYWxzZSwibGlrZXJzIjpbXSwibWFzaHVwX2luZm8iOnsiY2FuX3RvZ2dsZV9tYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJmb3JtYXR0ZWRfbWFzaHVwc19jb3VudCI6bnVsbCwiaGFzX2JlZW5fbWFzaGVkX3VwIjpmYWxzZSwiaGFzX25vbm1pbWljYWJsZV9hZGRpdGlvbmFsX2F1ZGlvIjpmYWxzZSwiaXNfY3JlYXRvcl9yZXF1ZXN0aW5nX21hc2h1cCI6ZmFsc2UsImlzX2xpZ2h0X3dlaWdodF9jaGVjayI6dHJ1ZSwiaXNfbGlnaHRfd2VpZ2h0X3JldXNlX2FsbG93ZWRfY2hlY2siOmZhbHNlLCJpc19waXZvdF9wYWdlX2F2YWlsYWJsZSI6ZmFsc2UsImlzX3JldXNlX2FsbG93ZWQiOmZhbHNlLCJtYXNodXBfdHlwZSI6bnVsbCwibWFzaHVwc19hbGxvd2VkIjpmYWxzZSwibm9uX3ByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6MCwib3JpZ2luYWxfbWVkaWEiOm51bGwsInByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6bnVsbH0sIm1heF9udW1fdmlzaWJsZV9wcmV2aWV3X2NvbW1lbnRzIjowLCJtZWRpYV9uYW1lIjoicmVlbCIsIm1lZGlhX25vdGVzIjp7Iml0ZW1zIjpbXX0sIm1lZGlhX3R5cGUiOjIsIm1ldGFfYWlfc3VnZ2VzdGVkX3Byb21wdHMiOltdLCJtdXNpY19tZXRhZGF0YSI6eyJhdWRpb19jYW5vbmljYWxfaWQiOiIwIiwiYXVkaW9fdHlwZSI6bnVsbCwibXVzaWNfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwicGlubmVkX21lZGlhX2lkcyI6bnVsbH0sIm51bWJlcl9vZl9xdWFsaXRpZXMiOjEsIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3JpZ2luYWxfaGVpZ2h0IjoxMDgwLCJvcmlnaW5hbF93aWR0aCI6MTA4MCwib3duZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjIsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwNjM1MjAwMjkxNiwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJFaW5mYWNoIFRhc3R5IiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjYzNDMzMzE3MzMiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjp0cnVlLCJwcm9maWxlX3BpY19pZCI6IjMwMDY2NzkwNTk5Mzc4MjQxNDVfNjM0MzMzMTczMyIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzMyMjkzMjQxN18zMDAwMzcwMDYwMjY3MzgzXzQ4ODc0MDE0MzQyNjM3MjEyNDZfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAzJl9uY19vaGM9SkliR1dBbUNwRFVRN2tOdmdFYVMwZUomX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlEZjFNT3c4TzRWSGo5d3RlaTBMSjdIaC1tem1FNGcwZTdodlBKSnpESldUZyZvZT02NzYyRjRFMiZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6ImVpbmZhY2h0YXN0eSJ9LCJwayI6MjY5MzA1MTc1MTUzNzg3ODk3MywicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJmZWVkIiwic2hhcmVfY291bnRfZGlzYWJsZWQiOmZhbHNlLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJzaG91bGRfc2hvd19hdXRob3JfcG9nX2Zvcl90YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsInN1YnNjcmliZV9jdGFfdmlzaWJsZSI6ZmFsc2UsInRha2VuX2F0IjoxNjM1MjU2ODQwLCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTUvMjQ5MTA1MzM2XzY3NjczMjQ1OTk1Njc1NF84MjI5NjIwOTQyNzk4NjgzMzYxX24uanBnP3N0cD1kc3QtanBnX2UxNV9zNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURFd09EQXVjMlJ5TG1ZeU9EZzFMbVJsWm1GMWJIUmZZMjkyWlhKZlpuSmhiV1VpZlEmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMTAmX25jX29oYz1LeWhZbnNQU180Y1E3a052Z0Y3MGVBZyZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNU16QTFNVGMxTVRVek56ZzNPRGszTXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCNVQxUkdOeXJKa1FQYV9lQXRKQkN5U3BCVjBQTm9QdlVQQmlQQnpwcTZsdyZvZT02NzYyRkIzRSZfbmNfc2lkPTc2YzBmYyIsInRodW1ibmFpbHMiOnsiZmlsZV9zaXplX2tiIjoxOTU4LCJtYXhfdGh1bWJuYWlsc19wZXJfc3ByaXRlIjoxMDUsInJlbmRlcmVkX3dpZHRoIjo5Niwic3ByaXRlX2hlaWdodCI6NzAwLCJzcHJpdGVfdXJscyI6WyJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xNS8yNDg0Mjc2NzhfMTUyNzM1ODc4NzYyOTA1Nl8zOTU4NTc5MTgyOTI4NTI4MTM4X24ucG5nP3N0cD1kc3QtanBnX3R0NiZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMCZfbmNfb2hjPTB5eHRCUFR1Vmx3UTdrTnZnRmNMdnNEJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01Jm9oPTAwX0FZRDh1NzhPaUdpX3hBOUxsTTBPTVlfc0pmMHFLamYtaHlEUFdxbWotcmF4Y1Emb2U9Njc2MzAyQTMmX25jX3NpZD03NmMwZmMiXSwic3ByaXRlX3dpZHRoIjoxNTAwLCJ0aHVtYm5haWxfZHVyYXRpb24iOjAuNTYyMjE5MDQ3NjE5MDQ3NiwidGh1bWJuYWlsX2hlaWdodCI6MTAwLCJ0aHVtYm5haWxfd2lkdGgiOjEwMCwidGh1bWJuYWlsc19wZXJfcm93IjoxNSwidG90YWxfdGh1bWJuYWlsX251bV9wZXJfc3ByaXRlIjoxMDUsInZpZGVvX2xlbmd0aCI6NTkuMDMzfSwidGltZWxpbmVfcGlubmVkX3VzZXJfaWRzIjpbXSwidXNlciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MiwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDA2MzUyMDAyOTE2LCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IkVpbmZhY2ggVGFzdHkiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiNjM0MzMzMTczMyIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOnRydWUsInByb2ZpbGVfcGljX2lkIjoiMzAwNjY3OTA1OTkzNzgyNDE0NV82MzQzMzMxNzMzIiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMzIyOTMyNDE3XzMwMDAzNzAwNjAyNjczODNfNDg4NzQwMTQzNDI2MzcyMTI0Nl9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDMmX25jX29oYz1KSWJHV0FtQ3BEVVE3a052Z0VhUzBlSiZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWURmMU1PdzhPNFZIajl3dGVpMExKN0hoLW16bUU0ZzBlN2h2UEpKekRKV1RnJm9lPTY3NjJGNEUyJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiZWluZmFjaHRhc3R5In0sInZpZGVvX2NvZGVjIjoiYXZjMS40ZDQwMWYiLCJ2aWRlb19kdXJhdGlvbiI6NTkuMDMzLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdLCJ2aWRlb191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvbzEvdi90MTYvZjIvbTg0L0FRTWVYVHBlUGd2SVZjeDFGYWhWZmx4SUVaV3NGTkZkZG9WUTllOXZNLWphUjdCOUVtVjB1STIweWo2TTNDV0U5NXRYQnhVYWFkOFJXalBxeWxsZkZGOEdYOThFVF9tYk1fdHdkRVEubXA0P2VmZz1leUo0Y0haZllYTnpaWFJmYVdRaU9qRXdPVE14T0RZMk1UUTVPVGcxTmpZc0luWmxibU52WkdWZmRHRm5Jam9pZUhCMlgzQnliMmR5WlhOemFYWmxMa2xPVTFSQlIxSkJUUzVHUlVWRUxrTXpMamN5TUM1a1lYTm9YMkpoYzJWc2FXNWxYekZmZGpFaWZRJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAxJnZzPWYzMjFhYmQ5YWFkZTQ1ZTQmX25jX3ZzPUhCa3NGUUlZVEdsblgySmhZMnRtYVd4c1gzUnBiV1ZzYVc1bFgzWnZaQzgzUVRRd05qa3dNVFF3TURRME9UUkZSamRFT0RBNU9EYzFORFZCUWpVNFJsOTJhV1JsYjE5a1lYTm9hVzVwZEM1dGNEUVZBQUxJQVFBVkFoZzZjR0Z6YzNSb2NtOTFaMmhmWlhabGNuTjBiM0psTDBkRVIyZzRlRmxMVlVadmFWRTBSVVJCVEdoeVMwaDFTRW81YkU5aWNHdDNRVUZCUmhVQ0FzZ0JBQ2dBR0FBYkFvZ0hkWE5sWDI5cGJBRXhFbkJ5YjJkeVpYTnphWFpsWDNKbFkybHdaUUV4RlFBQUpzelk0ZjNxal9FREZRSW9Ba016TEJkQVRZUTVXQkJpVGhnU1pHRnphRjlpWVhObGJHbHVaVjh4WDNZeEVRQjE2Z2NBJmNjYj05LTQmb2g9MDBfQVlCZXptRXpSQzgwaEQ1ektJdWpjSFNhMFlGbjEwNFluM0dQWTNQcXBNMHhrdyZvZT02NzVGMDU4RSZfbmNfc2lkPTFkNTc2ZCIsInZpZGVvX3ZlcnNpb25zIjpbeyJoZWlnaHQiOjcyMCwiaWQiOiI2Nzg5NDYxMTQxNjQwOTh2IiwidHlwZSI6MTAxLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvbzEvdi90MTYvZjIvbTg0L0FRTWVYVHBlUGd2SVZjeDFGYWhWZmx4SUVaV3NGTkZkZG9WUTllOXZNLWphUjdCOUVtVjB1STIweWo2TTNDV0U5NXRYQnhVYWFkOFJXalBxeWxsZkZGOEdYOThFVF9tYk1fdHdkRVEubXA0P2VmZz1leUo0Y0haZllYTnpaWFJmYVdRaU9qRXdPVE14T0RZMk1UUTVPVGcxTmpZc0luWmxibU52WkdWZmRHRm5Jam9pZUhCMlgzQnliMmR5WlhOemFYWmxMa2xPVTFSQlIxSkJUUzVHUlVWRUxrTXpMamN5TUM1a1lYTm9YMkpoYzJWc2FXNWxYekZmZGpFaWZRJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAxJnZzPWYzMjFhYmQ5YWFkZTQ1ZTQmX25jX3ZzPUhCa3NGUUlZVEdsblgySmhZMnRtYVd4c1gzUnBiV1ZzYVc1bFgzWnZaQzgzUVRRd05qa3dNVFF3TURRME9UUkZSamRFT0RBNU9EYzFORFZCUWpVNFJsOTJhV1JsYjE5a1lYTm9hVzVwZEM1dGNEUVZBQUxJQVFBVkFoZzZjR0Z6YzNSb2NtOTFaMmhmWlhabGNuTjBiM0psTDBkRVIyZzRlRmxMVlVadmFWRTBSVVJCVEdoeVMwaDFTRW81YkU5aWNHdDNRVUZCUmhVQ0FzZ0JBQ2dBR0FBYkFvZ0hkWE5sWDI5cGJBRXhFbkJ5YjJkeVpYTnphWFpsWDNKbFkybHdaUUV4RlFBQUpzelk0ZjNxal9FREZRSW9Ba016TEJkQVRZUTVXQkJpVGhnU1pHRnphRjlpWVhObGJHbHVaVjh4WDNZeEVRQjE2Z2NBJmNjYj05LTQmb2g9MDBfQVlCZXptRXpSQzgwaEQ1ektJdWpjSFNhMFlGbjEwNFluM0dQWTNQcXBNMHhrdyZvZT02NzVGMDU4RSZfbmNfc2lkPTFkNTc2ZCIsIndpZHRoIjo3MjB9LHsiaGVpZ2h0Ijo3MjAsImlkIjoiNjc4OTQ2MTE0MTY0MDk4diIsInR5cGUiOjEwMiwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L28xL3YvdDE2L2YyL204NC9BUU1lWFRwZVBndklWY3gxRmFoVmZseElFWldzRk5GZGRvVlE5ZTl2TS1qYVI3QjlFbVYwdUkyMHlqNk0zQ1dFOTV0WEJ4VWFhZDhSV2pQcXlsbGZGRjhHWDk4RVRfbWJNX3R3ZEVRLm1wND9lZmc9ZXlKNGNIWmZZWE56WlhSZmFXUWlPakV3T1RNeE9EWTJNVFE1T1RnMU5qWXNJblpsYm1OdlpHVmZkR0ZuSWpvaWVIQjJYM0J5YjJkeVpYTnphWFpsTGtsT1UxUkJSMUpCVFM1R1JVVkVMa016TGpjeU1DNWtZWE5vWDJKaGMyVnNhVzVsWHpGZmRqRWlmUSZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwMSZ2cz1mMzIxYWJkOWFhZGU0NWU0Jl9uY192cz1IQmtzRlFJWVRHbG5YMkpoWTJ0bWFXeHNYM1JwYldWc2FXNWxYM1p2WkM4M1FUUXdOamt3TVRRd01EUTBPVFJGUmpkRU9EQTVPRGMxTkRWQlFqVTRSbDkyYVdSbGIxOWtZWE5vYVc1cGRDNXRjRFFWQUFMSUFRQVZBaGc2Y0dGemMzUm9jbTkxWjJoZlpYWmxjbk4wYjNKbEwwZEVSMmc0ZUZsTFZVWnZhVkUwUlVSQlRHaHlTMGgxU0VvNWJFOWljR3QzUVVGQlJoVUNBc2dCQUNnQUdBQWJBb2dIZFhObFgyOXBiQUV4RW5CeWIyZHlaWE56YVhabFgzSmxZMmx3WlFFeEZRQUFKc3pZNGYzcWpfRURGUUlvQWtNekxCZEFUWVE1V0JCaVRoZ1NaR0Z6YUY5aVlYTmxiR2x1WlY4eFgzWXhFUUIxNmdjQSZjY2I9OS00Jm9oPTAwX0FZQmV6bUV6UkM4MGhENXpLSXVqY0hTYTBZRm4xMDRZbjNHUFkzUHFwTTB4a3cmb2U9Njc1RjA1OEUmX25jX3NpZD0xZDU3NmQiLCJ3aWR0aCI6NzIwfSx7ImhlaWdodCI6NzIwLCJpZCI6IjY3ODk0NjExNDE2NDA5OHYiLCJ0eXBlIjoxMDMsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC9vMS92L3QxNi9mMi9tODQvQVFNZVhUcGVQZ3ZJVmN4MUZhaFZmbHhJRVpXc0ZORmRkb1ZROWU5dk0tamFSN0I5RW1WMHVJMjB5ajZNM0NXRTk1dFhCeFVhYWQ4UldqUHF5bGxmRkY4R1g5OEVUX21iTV90d2RFUS5tcDQ/ZWZnPWV5SjRjSFpmWVhOelpYUmZhV1FpT2pFd09UTXhPRFkyTVRRNU9UZzFOallzSW5abGJtTnZaR1ZmZEdGbklqb2llSEIyWDNCeWIyZHlaWE56YVhabExrbE9VMVJCUjFKQlRTNUdSVVZFTGtNekxqY3lNQzVrWVhOb1gySmhjMlZzYVc1bFh6RmZkakVpZlEmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDEmdnM9ZjMyMWFiZDlhYWRlNDVlNCZfbmNfdnM9SEJrc0ZRSVlUR2xuWDJKaFkydG1hV3hzWDNScGJXVnNhVzVsWDNadlpDODNRVFF3Tmprd01UUXdNRFEwT1RSRlJqZEVPREE1T0RjMU5EVkJRalU0Umw5MmFXUmxiMTlrWVhOb2FXNXBkQzV0Y0RRVkFBTElBUUFWQWhnNmNHRnpjM1JvY205MVoyaGZaWFpsY25OMGIzSmxMMGRFUjJnNGVGbExWVVp2YVZFMFJVUkJUR2h5UzBoMVNFbzViRTlpY0d0M1FVRkJSaFVDQXNnQkFDZ0FHQUFiQW9nSGRYTmxYMjlwYkFFeEVuQnliMmR5WlhOemFYWmxYM0psWTJsd1pRRXhGUUFBSnN6WTRmM3FqX0VERlFJb0FrTXpMQmRBVFlRNVdCQmlUaGdTWkdGemFGOWlZWE5sYkdsdVpWOHhYM1l4RVFCMTZnY0EmY2NiPTktNCZvaD0wMF9BWUJlem1FelJDODBoRDV6S0l1amNIU2EwWUZuMTA0WW4zR1BZM1BxcE0weGt3Jm9lPTY3NUYwNThFJl9uY19zaWQ9MWQ1NzZkIiwid2lkdGgiOjcyMH1dLCJ2aWV3X2NvdW50Ijo3MDIwM30seyJib29zdF91bmF2YWlsYWJsZV9pZGVudGlmaWVyIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb24iOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbl92MiI6bnVsbCwiY2FuX3JlcGx5IjpmYWxzZSwiY2FuX3Jlc2hhcmUiOnRydWUsImNhbl9zYXZlIjp0cnVlLCJjYXB0aW9uIjpudWxsLCJjYXB0aW9uX2lzX2VkaXRlZCI6ZmFsc2UsImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiQ1Z0VkNPeUpKUEEiLCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2VfaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6IiIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcm9zc3Bvc3RfbWV0YWRhdGEiOltdLCJkZWxldGVkX3JlYXNvbiI6MCwiZGV2aWNlX3RpbWVzdGFtcCI6NTU3OTg5NTM3NDQ5MDc0LCJmYl9hZ2dyZWdhdGVkX2NvbW1lbnRfY291bnQiOjAsImZiX2FnZ3JlZ2F0ZWRfbGlrZV9jb3VudCI6MCwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZiaWQiOiIxNzk2MDA3MzgzODUwMzM2MyIsImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiZmVlZF90eXBlIjoibWVkaWEiLCJmaWx0ZXJfdHlwZSI6MCwiZnVuZHJhaXNlcl90YWciOnsiaGFzX3N0YW5kYWxvbmVfZnVuZHJhaXNlciI6ZmFsc2V9LCJnZW5fYWlfZGV0ZWN0aW9uX21ldGhvZCI6eyJkZXRlY3Rpb25fbWV0aG9kIjoiTk9ORSJ9LCJoYXNfaGlnaF9yaXNrX2dlbl9haV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwiaGFzX3ByaXZhdGVseV9saWtlZCI6ZmFsc2UsImhhc19zaGFyZWRfdG9fZmIiOjAsImhhc192aWV3c19mZXRjaGluZyI6dHJ1ZSwiaWQiOiIyNjk2OTA0MjY0MTU0MTI1MjQ4XzU1NjIwODU4ODIiLCJpZ19tZWRpYV9zaGFyaW5nX2Rpc2FibGVkIjpmYWxzZSwiaWdiaW9fcHJvZHVjdCI6bnVsbCwiaW1hZ2VfdmVyc2lvbnMiOnsiaXRlbXMiOlt7ImhlaWdodCI6MTIwMCwidXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI1MDcxMTU3N180MDYwMjk0ODExMzIyMzNfNDI4MjEyMjU5Mzc3MTMwNzdfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TWpBd2VERXlNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1QRXd2Rm9oN0ViRVE3a052Z0VLYXVvbSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNU5qa3dOREkyTkRFMU5ERXlOVEkwT0ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBb3ZMWFUtZFIwaU5kQW5YQ0ZsMHA2Z0RGN1VWdW8zbWhpd2pQV0ZiYlhIUSZvZT02NzYyRDk1NiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxMjAwfSx7ImhlaWdodCI6NDgwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMjUwNzExNTc3XzQwNjAyOTQ4MTEzMjIzM180MjgyMTIyNTkzNzcxMzA3N19uLmpwZz9zdHA9ZHN0LWpwZ19lMzVfczQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TWpBd2VERXlNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1QRXd2Rm9oN0ViRVE3a052Z0VLYXVvbSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNU5qa3dOREkyTkRFMU5ERXlOVEkwT0ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCMVlhSlpDTUhxb2l1VkNwMTJFV0xETS1jUEFaQmJhcjNoNk00aGZpRmdXdyZvZT02NzYyRDk1NiZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjo0ODB9XX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJwZW5kaW5nIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdW5pZmllZF92aWRlbyI6ZmFsc2UsImlzX3ZpZGVvIjpmYWxzZSwibGF5b3V0X3R5cGUiOiJtZWRpYV9ncmlkIiwibGlrZV9hbmRfdmlld19jb3VudHNfZGlzYWJsZWQiOmZhbHNlLCJsaWtlcnMiOltdLCJtYXNodXBfaW5mbyI6eyJjYW5fdG9nZ2xlX21hc2h1cHNfYWxsb3dlZCI6ZmFsc2UsImZvcm1hdHRlZF9tYXNodXBzX2NvdW50IjpudWxsLCJoYXNfYmVlbl9tYXNoZWRfdXAiOmZhbHNlLCJoYXNfbm9ubWltaWNhYmxlX2FkZGl0aW9uYWxfYXVkaW8iOmZhbHNlLCJpc19jcmVhdG9yX3JlcXVlc3RpbmdfbWFzaHVwIjpmYWxzZSwiaXNfbGlnaHRfd2VpZ2h0X2NoZWNrIjp0cnVlLCJpc19saWdodF93ZWlnaHRfcmV1c2VfYWxsb3dlZF9jaGVjayI6ZmFsc2UsImlzX3Bpdm90X3BhZ2VfYXZhaWxhYmxlIjpmYWxzZSwiaXNfcmV1c2VfYWxsb3dlZCI6ZmFsc2UsIm1hc2h1cF90eXBlIjpudWxsLCJtYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJub25fcHJpdmFjeV9maWx0ZXJlZF9tYXNodXBzX21lZGlhX2NvdW50IjowLCJvcmlnaW5hbF9tZWRpYSI6bnVsbCwicHJpdmFjeV9maWx0ZXJlZF9tYXNodXBzX21lZGlhX2NvdW50IjpudWxsfSwibWF4X251bV92aXNpYmxlX3ByZXZpZXdfY29tbWVudHMiOjAsIm1lZGlhX25hbWUiOiJwb3N0IiwibWVkaWFfbm90ZXMiOnsiaXRlbXMiOltdfSwibWVkaWFfdHlwZSI6MSwibWV0YV9haV9zdWdnZXN0ZWRfcHJvbXB0cyI6W10sIm11c2ljX21ldGFkYXRhIjp7ImF1ZGlvX2Nhbm9uaWNhbF9pZCI6IjAiLCJhdWRpb190eXBlIjpudWxsLCJtdXNpY19pbmZvIjpudWxsLCJvcmlnaW5hbF9zb3VuZF9pbmZvIjpudWxsLCJwaW5uZWRfbWVkaWFfaWRzIjpudWxsfSwib3Blbl9jYXJvdXNlbF9zaG93X2ZvbGxvd19idXR0b24iOmZhbHNlLCJvcmlnaW5hbF9oZWlnaHQiOjEyMDAsIm9yaWdpbmFsX3dpZHRoIjoxMjAwLCJvd25lciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MiwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDA1Njk2NDY1MjYwLCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IkVtbXkgRWF0cyBJdCBBbGwiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiNTU2MjA4NTg4MiIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjI2MzEwMjE4Njg2MzA2NTM2ODBfNTU2MjA4NTg4MiIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yODg1LTE5LzIzMTQ4OTkzM181NjM4MDA3ODgxMjg2MTlfNTUzMTEyMDU4NjQ2NTgwNDI3NF9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDMmX25jX29oYz1Ld2VyM1JtRHhrWVE3a052Z0dNVjZkTyZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZvaD0wMF9BWURzLXZWOWFkVEdwVkVNV3JLRUVyekE1WHd6NkNfUV9SYldXN3R5R1Y4TkJ3Jm9lPTY3NjJGNUVFJl9uY19zaWQ9NzZjMGZjIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiZW1teWVhdHNpdGFsbCJ9LCJwayI6MjY5NjkwNDI2NDE1NDEyNTI0OCwicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJmZWVkIiwic2hhcmVfY291bnRfZGlzYWJsZWQiOmZhbHNlLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJzaG91bGRfc2hvd19hdXRob3JfcG9nX2Zvcl90YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsInN1YnNjcmliZV9jdGFfdmlzaWJsZSI6ZmFsc2UsInRha2VuX2F0IjoxNjM1NzE2MDYzLCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI5MzUwLTE1LzI1MDcxMTU3N180MDYwMjk0ODExMzIyMzNfNDI4MjEyMjU5Mzc3MTMwNzdfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TWpBd2VERXlNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1QRXd2Rm9oN0ViRVE3a052Z0VLYXVvbSZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpZNU5qa3dOREkyTkRFMU5ERXlOVEkwT0ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBb3ZMWFUtZFIwaU5kQW5YQ0ZsMHA2Z0RGN1VWdW8zbWhpd2pQV0ZiYlhIUSZvZT02NzYyRDk1NiZfbmNfc2lkPTc2YzBmYyIsInRpbWVsaW5lX3Bpbm5lZF91c2VyX2lkcyI6W10sInVzZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjIsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQwNTY5NjQ2NTI2MCwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJFbW15IEVhdHMgSXQgQWxsIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjU1NjIwODU4ODIiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIyNjMxMDIxODY4NjMwNjUzNjgwXzU1NjIwODU4ODIiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjg4NS0xOS8yMzE0ODk5MzNfNTYzODAwNzg4MTI4NjE5XzU1MzExMjA1ODY0NjU4MDQyNzRfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTAzJl9uY19vaGM9S3dlcjNSbUR4a1lRN2tOdmdHTVY2ZE8mX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlEcy12VjlhZFRHcFZFTVdyS0VFcnpBNVh3ejZDX1FfUmJXVzd0eUdWOE5CdyZvZT02NzYyRjVFRSZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6ImVtbXllYXRzaXRhbGwifSwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJib29zdF91bmF2YWlsYWJsZV9pZGVudGlmaWVyIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb24iOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbl92MiI6bnVsbCwiY2FuX3JlcGx5IjpmYWxzZSwiY2FuX3Jlc2hhcmUiOnRydWUsImNhbl9zYXZlIjp0cnVlLCJjYXB0aW9uIjpudWxsLCJjYXB0aW9uX2lzX2VkaXRlZCI6ZmFsc2UsImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiQ2tiRUttQ3M0WUQiLCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2VfaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6IiIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcm9zc3Bvc3RfbWV0YWRhdGEiOltdLCJkZWxldGVkX3JlYXNvbiI6MCwiZGV2aWNlX3RpbWVzdGFtcCI6MTY2NzMxNTQ0OTg2MDUzNywiZmJfYWdncmVnYXRlZF9jb21tZW50X2NvdW50IjowLCJmYl9hZ2dyZWdhdGVkX2xpa2VfY291bnQiOjAsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmYmlkIjoiMTc5NjE5ODIwNTIwNjEzOTEiLCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImZlZWRfdHlwZSI6Im1lZGlhIiwiZmlsdGVyX3R5cGUiOjAsImZ1bmRyYWlzZXJfdGFnIjp7Imhhc19zdGFuZGFsb25lX2Z1bmRyYWlzZXIiOmZhbHNlfSwiZ2VuX2FpX2RldGVjdGlvbl9tZXRob2QiOnsiZGV0ZWN0aW9uX21ldGhvZCI6Ik5PTkUifSwiaGFzX2hpZ2hfcmlza19nZW5fYWlfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsImhhc19wcml2YXRlbHlfbGlrZWQiOmZhbHNlLCJoYXNfc2hhcmVkX3RvX2ZiIjozLCJoYXNfdmlld3NfZmV0Y2hpbmciOnRydWUsImlkIjoiMjk2MTk3OTUwMDE1NDU1Mzg1OV8xNDc1MDIxMTY2IiwiaWdfbWVkaWFfc2hhcmluZ19kaXNhYmxlZCI6ZmFsc2UsImlnYmlvX3Byb2R1Y3QiOm51bGwsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjE4MDAsInVybCI6Imh0dHBzOi8vaW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldC92L3Q1MS4yOTM1MC0xNS8zMTQwOTY0OTZfNjg0MDI0MjM2NDc4MjczXzYzNjExMjc2ODg4Nzc3ODcxNzFfbi5qcGc/c2U9OCZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TkRRd2VERTRNREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PWluc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQmX25jX2NhdD0xMDkmX25jX29oYz1TZjJiWVExYVZKNFE3a052Z0dkSmpyZCZfbmNfZ2lkPWEyYTM2ZTQ0OGY4YTQ3N2JiY2Q0OWY3NzhhYmQ5YWIzJmVkbT1BRmxBei1vQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWprMk1UazNPVFV3TURFMU5EVTFNemcxT1ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCVjM2Vm1qRG0wUG9hOE9UV2UxaDJaVVdpZE0zMnBOOE9QVWtVaUtIcEQzUSZvZT02NzYyRkNGNCZfbmNfc2lkPTc2YzBmYyIsIndpZHRoIjoxNDQwfSx7ImhlaWdodCI6NjAwLCJ1cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzE0MDk2NDk2XzY4NDAyNDIzNjQ3ODI3M182MzYxMTI3Njg4ODc3Nzg3MTcxX24uanBnP3N0cD1kc3QtanBnX2UzNV9wNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhORFF3ZURFNE1EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9aW5zdGFncmFtLmZldm41LTEuZm5hLmZiY2RuLm5ldCZfbmNfY2F0PTEwOSZfbmNfb2hjPVNmMmJZUTFhVko0UTdrTnZnR2RKanJkJl9uY19naWQ9YTJhMzZlNDQ4ZjhhNDc3YmJjZDQ5Zjc3OGFiZDlhYjMmZWRtPUFGbEF6LW9CQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NamsyTVRrM09UVXdNREUxTkRVMU16ZzFPUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUJXNS1WSHd0bi1XWWNHSnZ6MWNQU1ZzZi0ySDBQVFdfUmowVnNoV0lHVGpRJm9lPTY3NjJGQ0Y0Jl9uY19zaWQ9NzZjMGZjIiwid2lkdGgiOjQ4MH1dfSwiaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6InBlbmRpbmciLCJpbnZpdGVkX2NvYXV0aG9yX3Byb2R1Y2VycyI6W10sImlzX2NvbW1lbnRzX2dpZl9jb21wb3Nlcl9lbmFibGVkIjp0cnVlLCJpc19jdXRvdXRfc3RpY2tlcl9hbGxvd2VkIjp0cnVlLCJpc19lbGlnaWJsZV9mb3JfbWVkaWFfbm90ZV9yZWNzX251eCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZXRhX2FpX3NoYXJlIjpmYWxzZSwiaXNfaW5fcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfb3Blbl90b19wdWJsaWNfc3VibWlzc2lvbiI6ZmFsc2UsImlzX29yZ2FuaWNfcHJvZHVjdF90YWdnaW5nX2VsaWdpYmxlIjp0cnVlLCJpc19wYWlkX3BhcnRuZXJzaGlwIjpmYWxzZSwiaXNfcGlubmVkIjpmYWxzZSwiaXNfcG9zdF9saXZlX2NsaXBzX21lZGlhIjpmYWxzZSwiaXNfcmVzaGFyZV9vZl90ZXh0X3Bvc3RfYXBwX21lZGlhX2luX2lnIjpmYWxzZSwiaXNfc29jaWFsX3VmaV9kaXNhYmxlZCI6ZmFsc2UsImlzX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fdmlld2VyX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsImlzX3VuaWZpZWRfdmlkZW8iOmZhbHNlLCJpc192aWRlbyI6ZmFsc2UsImxheW91dF90eXBlIjoibWVkaWFfZ3JpZCIsImxpa2VfYW5kX3ZpZXdfY291bnRzX2Rpc2FibGVkIjpmYWxzZSwibGlrZXJzIjpbXSwibWFzaHVwX2luZm8iOnsiY2FuX3RvZ2dsZV9tYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJmb3JtYXR0ZWRfbWFzaHVwc19jb3VudCI6bnVsbCwiaGFzX2JlZW5fbWFzaGVkX3VwIjpmYWxzZSwiaGFzX25vbm1pbWljYWJsZV9hZGRpdGlvbmFsX2F1ZGlvIjpmYWxzZSwiaXNfY3JlYXRvcl9yZXF1ZXN0aW5nX21hc2h1cCI6ZmFsc2UsImlzX2xpZ2h0X3dlaWdodF9jaGVjayI6dHJ1ZSwiaXNfbGlnaHRfd2VpZ2h0X3JldXNlX2FsbG93ZWRfY2hlY2siOmZhbHNlLCJpc19waXZvdF9wYWdlX2F2YWlsYWJsZSI6ZmFsc2UsImlzX3JldXNlX2FsbG93ZWQiOnRydWUsIm1hc2h1cF90eXBlIjpudWxsLCJtYXNodXBzX2FsbG93ZWQiOnRydWUsIm5vbl9wcml2YWN5X2ZpbHRlcmVkX21hc2h1cHNfbWVkaWFfY291bnQiOjAsIm9yaWdpbmFsX21lZGlhIjpudWxsLCJwcml2YWN5X2ZpbHRlcmVkX21hc2h1cHNfbWVkaWFfY291bnQiOm51bGx9LCJtYXhfbnVtX3Zpc2libGVfcHJldmlld19jb21tZW50cyI6MCwibWVkaWFfbmFtZSI6InBvc3QiLCJtZWRpYV9ub3RlcyI6eyJpdGVtcyI6W119LCJtZWRpYV90eXBlIjoxLCJtZXRhX2FpX3N1Z2dlc3RlZF9wcm9tcHRzIjpbXSwibXVzaWNfbWV0YWRhdGEiOnsiYXVkaW9fY2Fub25pY2FsX2lkIjoiMCIsImF1ZGlvX3R5cGUiOm51bGwsIm11c2ljX2luZm8iOm51bGwsIm9yaWdpbmFsX3NvdW5kX2luZm8iOm51bGwsInBpbm5lZF9tZWRpYV9pZHMiOm51bGx9LCJvcGVuX2Nhcm91c2VsX3Nob3dfZm9sbG93X2J1dHRvbiI6ZmFsc2UsIm9yaWdpbmFsX2hlaWdodCI6MTgwMCwib3JpZ2luYWxfd2lkdGgiOjE0NDAsIm93bmVyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjoyLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0MDAzOTUwMDMwNDcsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiVmVybW9udCBGYXJtc3RlYWQgQ2hlZXNlIENvIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjE0NzUwMjExNjYiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMTA2MDc5ODlfMTUzNjAyNDczMzMwMDc2MV82NDU0NTUzNzRfYS5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9NmdmQmlTOFVxdDRRN2tOdmdGT3RFWjYmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlCQ0VPTGQ4X01oX3UtS2Q2ZndsSmgycFVKLUY2U3B4TUdISWhKczN4MGl4ZyZvZT02NzYyRTRFMCZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6InZ0ZmFybXN0ZWFkY2hlZXNlIn0sInBrIjoyOTYxOTc5NTAwMTU0NTUzODU5LCJwcmV2aWV3X2NvbW1lbnRzIjpbXSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImZlZWQiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE2NjczMTU0OTMsInRodW1ibmFpbF91cmwiOiJodHRwczovL2luc3RhZ3JhbS5mZXZuNS0xLmZuYS5mYmNkbi5uZXQvdi90NTEuMjkzNTAtMTUvMzE0MDk2NDk2XzY4NDAyNDIzNjQ3ODI3M182MzYxMTI3Njg4ODc3Nzg3MTcxX24uanBnP3NlPTgmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE5EUXdlREU0TURBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9U2YyYllRMWFWSjRRN2tOdmdHZEpqcmQmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qazJNVGszT1RVd01ERTFORFUxTXpnMU9RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQlYzNlZtakRtMFBvYThPVFdlMWgyWlVXaWRNMzJwTjhPUFVrVWlLSHBEM1Emb2U9Njc2MkZDRjQmX25jX3NpZD03NmMwZmMiLCJ0aW1lbGluZV9waW5uZWRfdXNlcl9pZHMiOltdLCJ1c2VyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjoyLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0MDAzOTUwMDMwNDcsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiVmVybW9udCBGYXJtc3RlYWQgQ2hlZXNlIENvIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjE0NzUwMjExNjYiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0L3YvdDUxLjI4ODUtMTkvMTA2MDc5ODlfMTUzNjAyNDczMzMwMDc2MV82NDU0NTUzNzRfYS5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1pbnN0YWdyYW0uZmV2bjUtMS5mbmEuZmJjZG4ubmV0Jl9uY19jYXQ9MTA5Jl9uY19vaGM9NmdmQmlTOFVxdDRRN2tOdmdGT3RFWjYmX25jX2dpZD1hMmEzNmU0NDhmOGE0NzdiYmNkNDlmNzc4YWJkOWFiMyZlZG09QUZsQXotb0JBQUFBJmNjYj03LTUmb2g9MDBfQVlCQ0VPTGQ4X01oX3UtS2Q2ZndsSmgycFVKLUY2U3B4TUdISWhKczN4MGl4ZyZvZT02NzYyRTRFMCZfbmNfc2lkPTc2YzBmYyIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6InZ0ZmFybXN0ZWFkY2hlZXNlIn0sInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119XX0sInBhZ2luYXRpb25fdG9rZW4iOiJEazFLQkEwZEFBWnpOQjRQR0Y1SEV3NUJDMEF3RXgxZUV3OHFibEJSVVI5RFJSRkRLanNPVVFkQkYxb0ZVeEJZWEYxVlZFTlFNVDRkUGlrQUZrb0RFRWdUVlVFQVJBWllMMjBHVVExQkMxRUdSbk02RGxCQ1JCRmRSRlVYV0VsSEIxUlJCemt0RVE4Vk8xMFJYaFpXVlE1RFFWRkRESDByR3dZUURCUWNTVWc5WmxwREVnWkhIUlFLRlRCZENnSVlBMUE2YmtSTld3ZFFBZ29XVXdOWEJoRUhXUUY5WlZBUURSVVdTam9DTVgwZlVRZyJ9', 'headers': {'alt-svc': 'h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000', 'connection': 'keep-alive', 'content-encoding': 'gzip', 'content-type': 'application/json', 'date': 'Sat, 14 Dec 2024 05:38:53 GMT', 'server': 'RapidAPI-1.2.8', 'transfer-encoding': 'chunked', 'vary': 'Accept-Encoding', 'via': '1.1 google', 'x-rapidapi-region': 'AWS - us-east-1', 'x-rapidapi-request-id': 'eb28991be9aefe7b61263422a78bfd48fa3f480472d39bbcd39bcb84d21375b0', 'x-rapidapi-version': '1.2.8', 'x-ratelimit-rapid-free-plans-hard-limit-limit': '500000', 'x-ratelimit-rapid-free-plans-hard-limit-remaining': '499940', 'x-ratelimit-rapid-free-plans-hard-limit-reset': '2663986', 'x-ratelimit-requests-limit': '500', 'x-ratelimit-requests-remaining': '440', 'x-ratelimit-requests-reset': '2663986', 'x-request-id': 'ryqdDVJgQpCjHHzz0oO-Ww'}, 'json': {'data': {'additional_data': {'autoplay_type': 'single', 'grid_post_click_experience': 'contextual', 'has_more': True, 'has_more_reels': True, 'topic_status': -1}, 'count': 19, 'items': [{'are_remixes_crosspostable': False, 'avatar_stickers': [], 'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': {'content_type': 'comment', 'created_at': 1729536880, 'created_at_utc': 1729536880, 'did_report_as_spam': False, 'hashtags': ['#puffpastry', '#halloween', '#halloweensnacks'], 'id': 3479895271763227410, 'is_covered': False, 'is_ranked_comment': False, 'mentions': [], 'pk': '18058895719768943', 'private_reply_status': 0, 'share_enabled': False, 'status': 'Active', 'text': 'Get a Uber Eats Gift Card in Bio 👻 \\n\\nVia - anniikaly - tiktok\\n#puffpastry #halloween #halloweensnacks', 'type': 1, 'user': {'fbid_v2': 17841421732695954, 'full_name': 'Food content!! 🍪', 'id': '21647636423', 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2686556406097949808_21647636423', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'username': 'foodfypp'}, 'user_id': 21647636423}, 'caption_is_edited': True, 'clips_metadata': {'achievements_info': {'num_earned_achievements': None, 'show_achievements': False}, 'additional_audio_info': {'additional_audio_username': None, 'audio_reattribution_info': {'should_allow_restore': False}}, 'asset_recommendation_info': None, 'audio_canonical_id': '18266806876102486', 'audio_ranking_info': {'best_audio_cluster_id': '1578178452619763'}, 'audio_type': 'licensed_music', 'branded_content_tag_info': {'can_add_tag': False}, 'breaking_content_info': None, 'breaking_creator_info': None, 'challenge_info': None, 'clips_creation_entry_point': 'feed', 'content_appreciation_info': {'enabled': True, 'entry_point_container': {'comment': {'action_type': 'gifting'}, 'overflow': None, 'pill': {'action_type': 'gifting', 'priority': 1}, 'ufi': None}}, 'contextual_highlight_info': None, 'cutout_sticker_info': [], 'disable_use_in_clips_client_cache': False, 'external_media_info': None, 'featured_label': None, 'is_fan_club_promo_video': False, 'is_public_chat_welcome_video': False, 'is_shared_to_fb': True, 'mashup_info': {'can_toggle_mashups_allowed': False, 'formatted_mashups_count': None, 'has_been_mashed_up': True, 'has_nonmimicable_additional_audio': False, 'is_creator_requesting_mashup': False, 'is_light_weight_check': True, 'is_light_weight_reuse_allowed_check': False, 'is_pivot_page_available': False, 'is_reuse_allowed': True, 'mashup_type': None, 'mashups_allowed': True, 'non_privacy_filtered_mashups_media_count': 5, 'original_media': None, 'privacy_filtered_mashups_media_count': None}, 'merchandising_pill_info': None, 'music_info': {'music_asset_info': {'allows_saving': True, 'artist_id': '326832942866518', 'audio_asset_id': '1147729292549779', 'audio_id': '1578178452619763', 'cover_artwork_thumbnail_uri': 'https://scontent.fevn5-1.fna.fbcdn.net/v/t39.30808-6/426432473_932613251701920_3459219807904564344_n.jpg?stp=dst-jpg_s168x128_tt6&_nc_cat=1&ccb=1-7&_nc_sid=2f2557&_nc_ohc=2gw6rRMb6XwQ7kNvgFSxKDA&_nc_zt=23&_nc_ht=scontent.fevn5-1.fna&_nc_gid=AL98jWxlDjOBkoRxQtgCJDI&oh=00_AYDh13edDXdHH-Js_N4EHH3vn7y13Krf6bTKrGDmyTGE9Q&oe=6762DDBA', 'cover_artwork_uri': 'https://scontent.fevn5-1.fna.fbcdn.net/v/t39.30808-6/426432473_932613251701920_3459219807904564344_n.jpg?stp=dst-jpg_s168x128_tt6&_nc_cat=1&ccb=1-7&_nc_sid=2f2557&_nc_ohc=2gw6rRMb6XwQ7kNvgFSxKDA&_nc_zt=23&_nc_ht=scontent.fevn5-1.fna&_nc_gid=AL98jWxlDjOBkoRxQtgCJDI&oh=00_AYDh13edDXdHH-Js_N4EHH3vn7y13Krf6bTKrGDmyTGE9Q&oe=6762DDBA', 'dark_message': None, 'display_artist': 'Michael Jackson', 'duration_in_ms': 278099, 'fast_start_progressive_download_url': 'https://scontent.fevn5-1.fna.fbcdn.net/o1/v/t2/f2/m69/AQP0GGs5GegkNMyo_2kNmAlwDDOmRImeUt5gEVeGFbBjCDX8uKxy63tnStEgt1mFqqANjVfqXzb8omUK4h70E-4P.mp4?strext=1&_nc_cat=103&_nc_sid=8bf8fe&_nc_ht=scontent.fevn5-1.fna.fbcdn.net&_nc_ohc=l1yOiKq710cQ7kNvgG3IVLq&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5BVURJT19PTkxZLi5DMy4wLnByb2dyZXNzaXZlX2F1ZGlvX2FhY3BfNDhfZnJhZ18yX2F1ZGlvIiwieHB2X2Fzc2V0X2lkIjo5NjQ1NzQ1MDg5NTczOTUsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=9-4&_nc_zt=28&oh=00_AYB-7x_qGiw1e_bkSG1nbrdHuJB6IamkseCLx14hgKG4bg&oe=6763036A', 'has_lyrics': True, 'highlight_start_times_in_ms': [21000, 44000, 1500], 'id': '1147729292549779', 'ig_username': 'michaeljackson', 'is_eligible_for_audio_effects': False, 'is_eligible_for_vinyl_sticker': True, 'is_explicit': False, 'lyrics': None, 'progressive_download_url': 'https://scontent.fevn5-1.fna.fbcdn.net/o1/v/t2/f2/m69/AQP0GGs5GegkNMyo_2kNmAlwDDOmRImeUt5gEVeGFbBjCDX8uKxy63tnStEgt1mFqqANjVfqXzb8omUK4h70E-4P.mp4?strext=1&_nc_cat=103&_nc_sid=8bf8fe&_nc_ht=scontent.fevn5-1.fna.fbcdn.net&_nc_ohc=l1yOiKq710cQ7kNvgG3IVLq&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5BVURJT19PTkxZLi5DMy4wLnByb2dyZXNzaXZlX2F1ZGlvX2FhY3BfNDhfZnJhZ18yX2F1ZGlvIiwieHB2X2Fzc2V0X2lkIjo5NjQ1NzQ1MDg5NTczOTUsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=9-4&_nc_zt=28&oh=00_AYB-7x_qGiw1e_bkSG1nbrdHuJB6IamkseCLx14hgKG4bg&oe=6763036A', 'reactive_audio_download_url': None, 'sanitized_title': None, 'subtitle': '', 'title': 'Thriller 7\" (Special Edit)', 'web_30s_preview_download_url': None}, 'music_consumption_info': {'allow_media_creation_with_music': True, 'audio_asset_start_time_in_ms': 21000, 'audio_filter_infos': [], 'audio_muting_info': {'allow_audio_editing': False, 'mute_audio': False, 'mute_reason_str': '', 'show_muted_audio_toast': False}, 'contains_lyrics': None, 'derived_content_id': None, 'display_labels': None, 'formatted_clips_media_count': None, 'ig_artist': {'full_name': 'Michael Jackson', 'id': '468393523', 'is_private': False, 'is_verified': True, 'profile_pic_id': '3444986008488621968_468393523', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/457508565_1207429623798388_1952448525840576732_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=P4iVJL_96jgQ7kNvgESXkWJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAH6iaksACqK7EtB0Wt2Fubk6gGBKwAj-CiAQLcx0dd_w&oe=6762F53E&_nc_sid=76c0fc', 'username': 'michaeljackson'}, 'is_bookmarked': False, 'is_trending_in_clips': False, 'overlap_duration_in_ms': 16439, 'placeholder_profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.12442-15/43985629_311105916145351_58064759811405776_n.jpg?_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=s3y-g1riqzYQ7kNvgGO9koH&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&oh=00_AYB3J3O6Wok7HNlBn17529CYlorN69YeTfcOogucWeTs3Q&oe=6762E4BD&_nc_sid=76c0fc', 'previous_trend_rank': None, 'should_allow_music_editing': False, 'should_mute_audio': False, 'should_mute_audio_reason': '', 'should_mute_audio_reason_type': None, 'trend_rank': None}}, 'nux_info': None, 'original_sound_info': None, 'originality_info': None, 'professional_clips_upsell_type': 0, 'reels_on_the_rise_info': None, 'reusable_text_attribute_string': None, 'reusable_text_info': None, 'shopping_info': None, 'show_achievements': False, 'show_tips': None, 'template_info': None, 'viewer_interaction_settings': None}, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'DBLEk_5AjMS', 'comment_count': 18, 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerciality_status': 'not_commercial', 'creator_viewer_insights': [], 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1729055859261761, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_like_count': 27, 'fb_play_count': 2188, 'fb_user_tags': {'in': []}, 'fbid': '18058315492768943', 'feed_type': 'clips', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_audio': True, 'has_high_risk_gen_ai_inform_treatment': False, 'has_liked': False, 'has_more_comments': True, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '3479895271763227410_21647636423', 'ig_media_sharing_disabled': False, 'ig_play_count': 360135, 'igbio_product': None, 'image_versions': {'additional_items': {'first_frame': {'height': 852, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/463600050_852475666871451_2231899068364169284_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi42NDB4MTEzNi5zZHIuZjcxODc4LmFkZGl0aW9uYWxfY292ZXJfZnJhbWUifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=d5ub_xV9K8kQ7kNvgEIN8jR&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAU8fXlREm3wdfurXnljXdB3m1xsWNnEfZsD9MW2KbQrg&oe=6762DFD3&_nc_sid=76c0fc', 'width': 480}, 'igtv_first_frame': {'height': 852, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/463600050_852475666871451_2231899068364169284_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi42NDB4MTEzNi5zZHIuZjcxODc4LmFkZGl0aW9uYWxfY292ZXJfZnJhbWUifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=d5ub_xV9K8kQ7kNvgEIN8jR&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAU8fXlREm3wdfurXnljXdB3m1xsWNnEfZsD9MW2KbQrg&oe=6762DFD3&_nc_sid=76c0fc', 'width': 480}, 'smart_frame': None}, 'items': [{'height': 853, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/463405074_1045786373995279_4486955821649559796_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDE5MjAuc2RyLmYyOTM1MC5kZWZhdWx0X2NvdmVyX2ZyYW1lIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=-TLGTrVxatQQ7kNvgESyVo1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3OTg5NTI3MTc2MzIyNzQxMA%3D%3D.3-ccb7-5&oh=00_AYA0cVvaX3wAv6VB_SCZVj1yWlf8x6CqkmdBZ6PIK0U4wg&oe=6762E016&_nc_sid=76c0fc', 'width': 480}], 'scrubber_spritesheet_info_candidates': {'default': {'file_size_kb': 417, 'max_thumbnails_per_sprite': 105, 'rendered_width': 96, 'sprite_height': 1246, 'sprite_urls': ['https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/463600048_2265119437197204_240798488393877057_n.jpg?_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=JEBpomX4YDwQ7kNvgEXizal&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYByp94_V0LPnZbxh8VpEnX9zx7CSgwvHJCr_yzcNMnxyw&oe=6762E62A&_nc_sid=76c0fc'], 'sprite_width': 1500, 'thumbnail_duration': 0.15681904761904764, 'thumbnail_height': 178, 'thumbnail_width': 100, 'thumbnails_per_row': 15, 'total_thumbnail_num_per_sprite': 105, 'video_length': 16.466}}}, 'integrity_review_decision': 'pending', 'inventory_source': 'recommended_clips_chaining_model', 'invited_coauthor_producers': [], 'is_artist_pick': False, 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_dash_eligible': 1, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_reuse_allowed': True, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_third_party_downloads_eligible': True, 'is_unified_video': False, 'is_video': True, 'layout_type': 'one_by_two_right', 'like_and_view_counts_disabled': False, 'like_count': 9799, 'max_num_visible_preview_comments': 0, 'media_cropping_info': {'square_crop': {'crop_bottom': 0, 'crop_left': 0, 'crop_right': 0, 'crop_top': 0}}, 'media_name': 'reel', 'media_notes': {'items': []}, 'media_type': 2, 'meta_ai_suggested_prompts': [], 'music_metadata': None, 'number_of_qualities': 8, 'open_carousel_show_follow_button': False, 'original_height': 1920, 'original_width': 1080, 'owner': {'account_badges': [], 'account_type': 3, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841421732695954, 'feed_post_reshare_disabled': False, 'full_name': 'Food content!! 🍪', 'has_anonymous_profile_picture': False, 'id': '21647636423', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2686556406097949808_21647636423', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'foodfypp'}, 'pk': 3479895271763227410, 'play_count': 362323, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'clips', 'reshare_count': 1388, 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'social_context': [], 'subscribe_cta_visible': False, 'taken_at': 1729055895, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/463405074_1045786373995279_4486955821649559796_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDE5MjAuc2RyLmYyOTM1MC5kZWZhdWx0X2NvdmVyX2ZyYW1lIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=-TLGTrVxatQQ7kNvgESyVo1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3OTg5NTI3MTc2MzIyNzQxMA%3D%3D.3-ccb7-5&oh=00_AYA0cVvaX3wAv6VB_SCZVj1yWlf8x6CqkmdBZ6PIK0U4wg&oe=6762E016&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'top_likers': [], 'user': {'account_badges': [], 'account_type': 3, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841421732695954, 'feed_post_reshare_disabled': False, 'full_name': 'Food content!! 🍪', 'has_anonymous_profile_picture': False, 'id': '21647636423', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2686556406097949808_21647636423', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'foodfypp'}, 'video_codec': 'vp09.00.30.08.00.01.01.01.00', 'video_duration': 16.466, 'video_sticker_locales': [], 'video_url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m86/AQNLCRGil2Ygsv6C_RJgtXGiGml_8lNA0z7MQUJKS3tm-jsyS6zc-h01Hxt0Cg6cwHpWnmhdEQuX3svdOpxSeBq_7iigRVgXPrvk-9M.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjg2OTUyMTIyMjAxMzk1MywidmVuY29kZV90YWciOiJ4cHZfcHJvZ3Jlc3NpdmUuSU5TVEFHUkFNLkNMSVBTLkMzLjcyMC5kYXNoX2Jhc2VsaW5lXzFfdjEifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&vs=be7ae81b9353dcab&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8zNTQ5OEY3OUQzMzQxMzlEMThBRDAxRjJCMDJFMTFCM192aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dOVDluQnZRdFBkS0JnTUNBTTl2clY5c0l1TjNicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJoLQgPnltIsDFQIoAkMzLBdAMHdLxqfvnhgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gcA&ccb=9-4&oh=00_AYD09X8E4LmmzMLOl3GW-YKY0ohbUVRY3IePkN8MQZKYew&oe=675F0C89&_nc_sid=1d576d', 'video_versions': [{'height': 1280, 'id': '481686874873988v', 'type': 101, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m86/AQNLCRGil2Ygsv6C_RJgtXGiGml_8lNA0z7MQUJKS3tm-jsyS6zc-h01Hxt0Cg6cwHpWnmhdEQuX3svdOpxSeBq_7iigRVgXPrvk-9M.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjg2OTUyMTIyMjAxMzk1MywidmVuY29kZV90YWciOiJ4cHZfcHJvZ3Jlc3NpdmUuSU5TVEFHUkFNLkNMSVBTLkMzLjcyMC5kYXNoX2Jhc2VsaW5lXzFfdjEifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&vs=be7ae81b9353dcab&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8zNTQ5OEY3OUQzMzQxMzlEMThBRDAxRjJCMDJFMTFCM192aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dOVDluQnZRdFBkS0JnTUNBTTl2clY5c0l1TjNicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJoLQgPnltIsDFQIoAkMzLBdAMHdLxqfvnhgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gcA&ccb=9-4&oh=00_AYD09X8E4LmmzMLOl3GW-YKY0ohbUVRY3IePkN8MQZKYew&oe=675F0C89&_nc_sid=1d576d', 'width': 720}, {'height': 640, 'id': '1091540522302985v', 'type': 102, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m86/AQO7vQAUd963UeuIl2k9hJWpFWugX0rioSURX0P1FxdUaFmX6MY10trpmCCukvWYJI1ULOUJYilLlN4ke3cQzwwMOa0uVvlNDQOHZrk.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjg2OTUyMTIyMjAxMzk1MywidmVuY29kZV90YWciOiJ4cHZfcHJvZ3Jlc3NpdmUuSU5TVEFHUkFNLkNMSVBTLkMzLjM2MC5kYXNoX2Jhc2VsaW5lXzNfdjEifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&vs=eb792a623f02d678&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC84MDQxNjQ0MEY5MDRBOTNCMzdBQzczNzU2M0JGRDhBN192aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dOVDluQnZRdFBkS0JnTUNBTTl2clY5c0l1TjNicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJoLQgPnltIsDFQIoAkMzLBdAMHdLxqfvnhgSZGFzaF9iYXNlbGluZV8zX3YxEQB1_gcA&ccb=9-4&oh=00_AYBdCJh-LOxG_4lu6PkhT35fqdcPMevh1pNHNgFlmGwKEA&oe=675EF5B5&_nc_sid=1d576d', 'width': 360}, {'height': 640, 'id': '1091540522302985v', 'type': 103, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m86/AQO7vQAUd963UeuIl2k9hJWpFWugX0rioSURX0P1FxdUaFmX6MY10trpmCCukvWYJI1ULOUJYilLlN4ke3cQzwwMOa0uVvlNDQOHZrk.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjg2OTUyMTIyMjAxMzk1MywidmVuY29kZV90YWciOiJ4cHZfcHJvZ3Jlc3NpdmUuSU5TVEFHUkFNLkNMSVBTLkMzLjM2MC5kYXNoX2Jhc2VsaW5lXzNfdjEifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&vs=eb792a623f02d678&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC84MDQxNjQ0MEY5MDRBOTNCMzdBQzczNzU2M0JGRDhBN192aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dOVDluQnZRdFBkS0JnTUNBTTl2clY5c0l1TjNicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJoLQgPnltIsDFQIoAkMzLBdAMHdLxqfvnhgSZGFzaF9iYXNlbGluZV8zX3YxEQB1_gcA&ccb=9-4&oh=00_AYBdCJh-LOxG_4lu6PkhT35fqdcPMevh1pNHNgFlmGwKEA&oe=675EF5B5&_nc_sid=1d576d', 'width': 360}], 'view_state_item_type': 128}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CkYevkiNUac', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': '', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1667228772, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17969156065812895', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '2961251965435463324_640314618', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1080, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/313345767_796991491413039_1027608892315997728_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwODAuc2RyLmYyODg1LmRlZmF1bHRfaW1hZ2UifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=49Uf5O0-ZVgQ7kNvgGrOaj9&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTI1MTk2NTQzNTQ2MzMyNA%3D%3D.3-ccb7-5&oh=00_AYBTu8zguULeD2cVmNLO3mJ50OLzgqqIzLna7PEjn5lmZw&oe=6762EEBC&_nc_sid=76c0fc', 'width': 1080}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/313345767_796991491413039_1027608892315997728_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwODAuc2RyLmYyODg1LmRlZmF1bHRfaW1hZ2UifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=49Uf5O0-ZVgQ7kNvgGrOaj9&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTI1MTk2NTQzNTQ2MzMyNA%3D%3D.3-ccb7-5&oh=00_AYD2ZfvZto3m7nG-ytdBUQG5ox0MPJx_IctiTb68NQywrA&oe=6762EEBC&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'mashup_info': {'can_toggle_mashups_allowed': False, 'formatted_mashups_count': None, 'has_been_mashed_up': False, 'has_nonmimicable_additional_audio': False, 'is_creator_requesting_mashup': False, 'is_light_weight_check': True, 'is_light_weight_reuse_allowed_check': False, 'is_pivot_page_available': False, 'is_reuse_allowed': False, 'mashup_type': None, 'mashups_allowed': False, 'non_privacy_filtered_mashups_media_count': 0, 'original_media': None, 'privacy_filtered_mashups_media_count': None}, 'max_num_visible_preview_comments': 0, 'media_name': 'post', 'media_notes': {'items': []}, 'media_type': 1, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'original_height': 1080, 'original_width': 1080, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841401758550004, 'feed_post_reshare_disabled': False, 'full_name': 'LuckyVitamin', 'has_anonymous_profile_picture': False, 'id': '640314618', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': True, 'profile_pic_id': '2614072049464053171_640314618', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/213857744_3029393150674045_7547597034660603463_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=TeP9cSuYv0cQ7kNvgEvJeKO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAy1wTJ4m2nHd3VznvrcPFKrAb3ukgmNQHggGvJctmQyQ&oe=6762FFB5&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 0, 'transparency_product_enabled': False, 'username': 'luckyvitamin'}, 'pk': 2961251965435463324, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'feed', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1667228772, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/313345767_796991491413039_1027608892315997728_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwODAuc2RyLmYyODg1LmRlZmF1bHRfaW1hZ2UifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=49Uf5O0-ZVgQ7kNvgGrOaj9&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTI1MTk2NTQzNTQ2MzMyNA%3D%3D.3-ccb7-5&oh=00_AYBTu8zguULeD2cVmNLO3mJ50OLzgqqIzLna7PEjn5lmZw&oe=6762EEBC&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841401758550004, 'feed_post_reshare_disabled': False, 'full_name': 'LuckyVitamin', 'has_anonymous_profile_picture': False, 'id': '640314618', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': True, 'profile_pic_id': '2614072049464053171_640314618', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/213857744_3029393150674045_7547597034660603463_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=TeP9cSuYv0cQ7kNvgEvJeKO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAy1wTJ4m2nHd3VznvrcPFKrAb3ukgmNQHggGvJctmQyQ&oe=6762FFB5&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 0, 'transparency_product_enabled': False, 'username': 'luckyvitamin'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_modify_carousel': True, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'carousel_media': [{'carousel_parent_id': '3472878062914178013_59954483710', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3472878051866332480_59954483710', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462173650_2301954636845998_4390164457687094314_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=1qbc8hZVGdYQ7kNvgFaY9Bv&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjMzMjQ4MA%3D%3D.3-ccb7-5&oh=00_AYCtb8eUsA8gxKPVO_6VNmFkwDEhoTYLEiMWXdZ9GoyCKw&oe=6763065B&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462173650_2301954636845998_4390164457687094314_n.webp?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=1qbc8hZVGdYQ7kNvgFaY9Bv&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjMzMjQ4MA%3D%3D.3-ccb7-5&oh=00_AYCtC1-p6RGAiS_rdCeaysKJ0NHIkvJN5ZRkbd02IdoMIg&oe=6763065B&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 3472878051866332480, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'tagged_users': {'in': []}, 'taken_at': 1728219346, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462173650_2301954636845998_4390164457687094314_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=1qbc8hZVGdYQ7kNvgFaY9Bv&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjMzMjQ4MA%3D%3D.3-ccb7-5&oh=00_AYCtb8eUsA8gxKPVO_6VNmFkwDEhoTYLEiMWXdZ9GoyCKw&oe=6763065B&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3472878062914178013_59954483710', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3472878051757301340_59954483710', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462279458_1053690716203576_2699652186518980866_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=ORRB26DlC38Q7kNvgE5Bm-p&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTc1NzMwMTM0MA%3D%3D.3-ccb7-5&oh=00_AYBJ6MOVBCVj11j_be8c_WQZTnbwbXSipxApW6rEluNUiA&oe=6762EB6A&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462279458_1053690716203576_2699652186518980866_n.webp?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=ORRB26DlC38Q7kNvgE5Bm-p&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTc1NzMwMTM0MA%3D%3D.3-ccb7-5&oh=00_AYDpQom3VC1bJpqPNp4w5757g9fnDEskrhrX8ssVLszGeQ&oe=6762EB6A&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 3472878051757301340, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'tagged_users': {'in': [{'position': [0.5, 0.5], 'show_category_of_user': False, 'user': {'full_name': 'Sine Siemkowicz', 'id': '2259369194', 'is_private': False, 'is_verified': True, 'profile_pic_id': '3084145876304782128_2259369194', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/341831638_543230451317605_4253418563355962422_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=KtNxIGMxQlsQ7kNvgG53Qgn&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCAnh87dYVP5HOoXRhZVlMEftoZ5W_KaI2WMQUULGMGWQ&oe=676306B9&_nc_sid=76c0fc', 'username': 'foodbites'}}]}, 'taken_at': 1728219346, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462279458_1053690716203576_2699652186518980866_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=ORRB26DlC38Q7kNvgE5Bm-p&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTc1NzMwMTM0MA%3D%3D.3-ccb7-5&oh=00_AYBJ6MOVBCVj11j_be8c_WQZTnbwbXSipxApW6rEluNUiA&oe=6762EB6A&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3472878062914178013_59954483710', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3472878051866345787_59954483710', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462193436_8279612905492804_4550483325296580630_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=atL7gUZUoqoQ7kNvgG7riTM&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjM0NTc4Nw%3D%3D.3-ccb7-5&oh=00_AYDK-oj8grfjVcNCcg1X1p4jN5uOZRtQw3zjHF3upAGi9Q&oe=6762EC93&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462193436_8279612905492804_4550483325296580630_n.webp?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=atL7gUZUoqoQ7kNvgG7riTM&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjM0NTc4Nw%3D%3D.3-ccb7-5&oh=00_AYB_5-w2RgzEyqzREe0QMR2hbAxJCDmcdw0gIGou80C8ug&oe=6762EC93&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 3472878051866345787, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'tagged_users': {'in': []}, 'taken_at': 1728219347, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462193436_8279612905492804_4550483325296580630_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=atL7gUZUoqoQ7kNvgG7riTM&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjM0NTc4Nw%3D%3D.3-ccb7-5&oh=00_AYDK-oj8grfjVcNCcg1X1p4jN5uOZRtQw3zjHF3upAGi9Q&oe=6762EC93&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3472878062914178013_59954483710', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3472878051916680409_59954483710', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462174275_1597426111128905_6206070815300555701_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=QeX_65k6zckQ7kNvgG7-5y_&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTkxNjY4MDQwOQ%3D%3D.3-ccb7-5&oh=00_AYAc4CaMoQeMxHRn_9jvTcudqKVNYXhrQIu75qb09kLHNw&oe=6762F649&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462174275_1597426111128905_6206070815300555701_n.webp?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=QeX_65k6zckQ7kNvgG7-5y_&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTkxNjY4MDQwOQ%3D%3D.3-ccb7-5&oh=00_AYCN2ihJ0Zxetz_jlOWly9VTgd1WSH49zj1gmFPbUiQ3tg&oe=6762F649&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 3472878051916680409, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'tagged_users': {'in': []}, 'taken_at': 1728219347, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462174275_1597426111128905_6206070815300555701_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=QeX_65k6zckQ7kNvgG7-5y_&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTkxNjY4MDQwOQ%3D%3D.3-ccb7-5&oh=00_AYAc4CaMoQeMxHRn_9jvTcudqKVNYXhrQIu75qb09kLHNw&oe=6762F649&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3472878062914178013_59954483710', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3472878051891527348_59954483710', 'image_versions': {'items': [{'height': 1799, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462265202_555760543715189_4738601296824085592_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE3OTkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=LoXw_zR9PHcQ7kNvgFz44cF&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg5MTUyNzM0OA%3D%3D.3-ccb7-5&oh=00_AYCm8-JILDs9BWv1_tRIlg318Hf9C8ENDlEJ7F7-ol7P5Q&oe=6762F422&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462265202_555760543715189_4738601296824085592_n.webp?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE3OTkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=LoXw_zR9PHcQ7kNvgFz44cF&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg5MTUyNzM0OA%3D%3D.3-ccb7-5&oh=00_AYB6iQccpAdvvHlojzLagv88yMbcsJyhmxN7SdtyGzWadw&oe=6762F422&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1799, 'original_width': 1440, 'pk': 3472878051891527348, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'tagged_users': {'in': []}, 'taken_at': 1728219347, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462265202_555760543715189_4738601296824085592_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE3OTkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=LoXw_zR9PHcQ7kNvgFz44cF&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg5MTUyNzM0OA%3D%3D.3-ccb7-5&oh=00_AYCm8-JILDs9BWv1_tRIlg318Hf9C8ENDlEJ7F7-ol7P5Q&oe=6762F422&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3472878062914178013_59954483710', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3472878051732208694_59954483710', 'image_versions': {'items': [{'height': 1799, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462265394_525572140069657_1315236630192297365_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE3OTkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=YezetvAOL4AQ7kNvgFGcc4g&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTczMjIwODY5NA%3D%3D.3-ccb7-5&oh=00_AYAvmv3S793fT-twrxzwjymvEcvaCrvyOwM8h-vzLGJsHA&oe=6762D250&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462265394_525572140069657_1315236630192297365_n.webp?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE3OTkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=YezetvAOL4AQ7kNvgFGcc4g&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTczMjIwODY5NA%3D%3D.3-ccb7-5&oh=00_AYAdjDGYySvCvb7-Si_pVMKa4yTrRqOzLxEk3KHVZ35M_A&oe=6762D250&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1799, 'original_width': 1440, 'pk': 3472878051732208694, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'tagged_users': {'in': []}, 'taken_at': 1728219346, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462265394_525572140069657_1315236630192297365_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE3OTkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=YezetvAOL4AQ7kNvgFGcc4g&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTczMjIwODY5NA%3D%3D.3-ccb7-5&oh=00_AYAvmv3S793fT-twrxzwjymvEcvaCrvyOwM8h-vzLGJsHA&oe=6762D250&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3472878062914178013_59954483710', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3472878051866427863_59954483710', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462327838_467339309674439_8761925327447143177_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=SZO1imiNBzwQ7kNvgHFY-B1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjQyNzg2Mw%3D%3D.3-ccb7-5&oh=00_AYCKW_i-0Gi7lAM4gvupoTq36azpOA5qZ-7NNZ058woJfQ&oe=6762D372&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462327838_467339309674439_8761925327447143177_n.webp?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=SZO1imiNBzwQ7kNvgHFY-B1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjQyNzg2Mw%3D%3D.3-ccb7-5&oh=00_AYDaPWmUZiQEXi6iw7se7CvYt2srENxL7psmXjkV01kuvw&oe=6762D372&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 3472878051866427863, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'tagged_users': {'in': []}, 'taken_at': 1728219347, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462327838_467339309674439_8761925327447143177_n.webp?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=SZO1imiNBzwQ7kNvgHFY-B1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjQyNzg2Mw%3D%3D.3-ccb7-5&oh=00_AYCKW_i-0Gi7lAM4gvupoTq36azpOA5qZ-7NNZ058woJfQ&oe=6762D372&_nc_sid=76c0fc', 'video_sticker_locales': []}], 'carousel_media_count': 7, 'carousel_media_ids': [3472878051866332480, 3472878051757301340, 3472878051866345787, 3472878051916680409, 3472878051891527348, 3472878051732208694, 3472878051866427863], 'carousel_media_pending_post_count': 0, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'DAyJDK4Pwvd', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': '', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 171478879614220, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '18001595156661535', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '3472878062914178013_59954483710', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462173650_2301954636845998_4390164457687094314_n.webp?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=1qbc8hZVGdYQ7kNvgFaY9Bv&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjMzMjQ4MA%3D%3D.3-ccb7-5&oh=00_AYCtb8eUsA8gxKPVO_6VNmFkwDEhoTYLEiMWXdZ9GoyCKw&oe=6763065B&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462173650_2301954636845998_4390164457687094314_n.webp?stp=dst-jpg_e35_p480x480_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=1qbc8hZVGdYQ7kNvgFaY9Bv&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjMzMjQ4MA%3D%3D.3-ccb7-5&oh=00_AYCtC1-p6RGAiS_rdCeaysKJ0NHIkvJN5ZRkbd02IdoMIg&oe=6763065B&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'max_num_visible_preview_comments': 0, 'media_name': 'album', 'media_notes': {'items': []}, 'media_type': 8, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'open_carousel_submission_state': 'closed', 'original_height': 612, 'original_width': 612, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841459871324310, 'feed_post_reshare_disabled': False, 'full_name': 'آموزش زبان انگلیسی کودکان', 'has_anonymous_profile_picture': False, 'id': '59954483710', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3209134594285163026_59954483710', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/387270323_6573330999441181_3441252959394028655_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=4OHzKE61AOMQ7kNvgFbGcWx&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB5lNXx1Na6rtSKfPjaEsEm-fXAJUegsi2pQzl7XvGWYw&oe=6762E631&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 2, 'transparency_product_enabled': False, 'username': 'bitsylingo'}, 'pk': 3472878062914178013, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'carousel_container', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1728219348, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462173650_2301954636845998_4390164457687094314_n.webp?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=1qbc8hZVGdYQ7kNvgFaY9Bv&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3Mjg3ODA1MTg2NjMzMjQ4MA%3D%3D.3-ccb7-5&oh=00_AYCtb8eUsA8gxKPVO_6VNmFkwDEhoTYLEiMWXdZ9GoyCKw&oe=6763065B&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841459871324310, 'feed_post_reshare_disabled': False, 'full_name': 'آموزش زبان انگلیسی کودکان', 'has_anonymous_profile_picture': False, 'id': '59954483710', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3209134594285163026_59954483710', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/387270323_6573330999441181_3441252959394028655_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=4OHzKE61AOMQ7kNvgFbGcWx&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB5lNXx1Na6rtSKfPjaEsEm-fXAJUegsi2pQzl7XvGWYw&oe=6762E631&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 2, 'transparency_product_enabled': False, 'username': 'bitsylingo'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_modify_carousel': True, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'carousel_media': [{'carousel_parent_id': '3484503426458959818_51800172961', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3484503420997756893_51800172961', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464254309_885675099910915_4121500841835335176_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=FiKI_qaSSZoQ7kNvgGGjUoK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ4NDUwMzQyMDk5Nzc1Njg5Mw%3D%3D.3-ccb7-5&oh=00_AYDEJBv0qXUPih3j2xzuGmY3pI37BIBNBVsR7Jz0MOPw5A&oe=6762DE94&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464254309_885675099910915_4121500841835335176_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=FiKI_qaSSZoQ7kNvgGGjUoK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ4NDUwMzQyMDk5Nzc1Njg5Mw%3D%3D.3-ccb7-5&oh=00_AYCVO3EYZagQIXopvv-RmnsWmb7-iJfInkxTDfkwQu9m9w&oe=6762DE94&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 3484503420997756893, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1729605198, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464254309_885675099910915_4121500841835335176_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=FiKI_qaSSZoQ7kNvgGGjUoK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ4NDUwMzQyMDk5Nzc1Njg5Mw%3D%3D.3-ccb7-5&oh=00_AYDEJBv0qXUPih3j2xzuGmY3pI37BIBNBVsR7Jz0MOPw5A&oe=6762DE94&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3484503426458959818_51800172961', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3484503420997791603_51800172961', 'image_versions': {'items': [{'height': 1799, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464191717_1460097621331221_7448549621167884402_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE3OTkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=W4luOvMyn6gQ7kNvgEQfh2M&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ4NDUwMzQyMDk5Nzc5MTYwMw%3D%3D.3-ccb7-5&oh=00_AYDWAM_1v29KxRUZFnuM3ErFxl3E66xFZ_9p7ObSDLMgwA&oe=6762E7CA&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464191717_1460097621331221_7448549621167884402_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE3OTkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=W4luOvMyn6gQ7kNvgEQfh2M&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ4NDUwMzQyMDk5Nzc5MTYwMw%3D%3D.3-ccb7-5&oh=00_AYBa_w3zFN36gLRytACZYVB5nYFwoyxCESZuqeN2jf1fFw&oe=6762E7CA&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1799, 'original_width': 1440, 'pk': 3484503420997791603, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1729605198, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464191717_1460097621331221_7448549621167884402_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE3OTkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=W4luOvMyn6gQ7kNvgEQfh2M&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ4NDUwMzQyMDk5Nzc5MTYwMw%3D%3D.3-ccb7-5&oh=00_AYDWAM_1v29KxRUZFnuM3ErFxl3E66xFZ_9p7ObSDLMgwA&oe=6762E7CA&_nc_sid=76c0fc', 'video_sticker_locales': []}], 'carousel_media_count': 2, 'carousel_media_ids': [3484503420997756893, 3484503420997791603], 'carousel_media_pending_post_count': 0, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'DBbcWeYt7_K', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1729605178147439, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '18037315829230262', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '3484503426458959818_51800172961', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464254309_885675099910915_4121500841835335176_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=FiKI_qaSSZoQ7kNvgGGjUoK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ4NDUwMzQyMDk5Nzc1Njg5Mw%3D%3D.3-ccb7-5&oh=00_AYDEJBv0qXUPih3j2xzuGmY3pI37BIBNBVsR7Jz0MOPw5A&oe=6762DE94&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464254309_885675099910915_4121500841835335176_n.jpg?stp=dst-jpg_e35_p480x480_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=FiKI_qaSSZoQ7kNvgGGjUoK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ4NDUwMzQyMDk5Nzc1Njg5Mw%3D%3D.3-ccb7-5&oh=00_AYCVO3EYZagQIXopvv-RmnsWmb7-iJfInkxTDfkwQu9m9w&oe=6762DE94&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'lat': 49.315, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'lng': 8.3888, 'location': {'address': '', 'city': '', 'external_source': 'facebook_places', 'facebook_places_id': 109807822371209, 'is_eligible_for_guides': True, 'lat': 49.315, 'lng': 8.3888, 'name': 'Dudenhofen', 'pk': 289871373, 'short_name': 'Dudenhofen'}, 'max_num_visible_preview_comments': 0, 'media_name': 'album', 'media_notes': {'items': []}, 'media_type': 8, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'open_carousel_submission_state': 'closed', 'original_height': 612, 'original_width': 612, 'owner': {'account_badges': [], 'account_type': 3, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841451748855021, 'feed_post_reshare_disabled': False, 'full_name': 'Birkuntakinte', 'has_anonymous_profile_picture': False, 'id': '51800172961', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3108209806355474149_51800172961', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/348673840_1269076610377415_7157506508739965106_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=5eAEvzHKbNIQ7kNvgFuPo9W&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYD9c5_V53ab3alEj-ewnG5g687ig07iPCJ4ibY03Sma4A&oe=6762D52C&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 2, 'transparency_product_enabled': False, 'username': 'birkuntakinte'}, 'pk': 3484503426458959818, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'carousel_container', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1729605199, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464254309_885675099910915_4121500841835335176_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=FiKI_qaSSZoQ7kNvgGGjUoK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ4NDUwMzQyMDk5Nzc1Njg5Mw%3D%3D.3-ccb7-5&oh=00_AYDEJBv0qXUPih3j2xzuGmY3pI37BIBNBVsR7Jz0MOPw5A&oe=6762DE94&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 3, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841451748855021, 'feed_post_reshare_disabled': False, 'full_name': 'Birkuntakinte', 'has_anonymous_profile_picture': False, 'id': '51800172961', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3108209806355474149_51800172961', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/348673840_1269076610377415_7157506508739965106_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=5eAEvzHKbNIQ7kNvgFuPo9W&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYD9c5_V53ab3alEj-ewnG5g687ig07iPCJ4ibY03Sma4A&oe=6762D52C&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 2, 'transparency_product_enabled': False, 'username': 'birkuntakinte'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'B4R78v3nENq', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': '', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1572518259752243, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17969728612294170', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '2166776555053532010_3270570737', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1220, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/74605138_165653161173896_2686491335509695467_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjIweDEyMjAuc2RyLmYyODg1LmRlZmF1bHRfaW1hZ2UifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=fDu5xgjgbWkQ7kNvgH_4Pd3&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjE2Njc3NjU1NTA1MzUzMjAxMA%3D%3D.3-ccb7-5&oh=00_AYAT2ewz-dY5H4bvsnVgUX5Upqbd_4LzS35EmlFK0oxS5w&oe=6762F0A3&_nc_sid=76c0fc', 'width': 1220}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/74605138_165653161173896_2686491335509695467_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjIweDEyMjAuc2RyLmYyODg1LmRlZmF1bHRfaW1hZ2UifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=fDu5xgjgbWkQ7kNvgH_4Pd3&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjE2Njc3NjU1NTA1MzUzMjAxMA%3D%3D.3-ccb7-5&oh=00_AYALCvkTp8eThA009-YZjyWbwN6uVHLaREfjpU7cHGjGiA&oe=6762F0A3&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'mashup_info': {'can_toggle_mashups_allowed': False, 'formatted_mashups_count': None, 'has_been_mashed_up': False, 'has_nonmimicable_additional_audio': False, 'is_creator_requesting_mashup': False, 'is_light_weight_check': True, 'is_light_weight_reuse_allowed_check': False, 'is_pivot_page_available': False, 'is_reuse_allowed': False, 'mashup_type': None, 'mashups_allowed': False, 'non_privacy_filtered_mashups_media_count': 0, 'original_media': None, 'privacy_filtered_mashups_media_count': None}, 'max_num_visible_preview_comments': 0, 'media_name': 'post', 'media_notes': {'items': []}, 'media_type': 1, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'original_height': 1220, 'original_width': 1220, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841403202128821, 'feed_post_reshare_disabled': False, 'full_name': \"Let'tsTrend\", 'has_anonymous_profile_picture': False, 'id': '3270570737', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '1832167026219957842_3270570737', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/37789904_185824435621711_8110917026916073472_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=W1qiBI719T0Q7kNvgH-YsZh&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBabH6exiDFMeLvi8n7i0sGY3CHd4x6F4xVfFKWluFwGg&oe=6762E242&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'letstrending'}, 'pk': 2166776555053532010, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'feed', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1572519915, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/74605138_165653161173896_2686491335509695467_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjIweDEyMjAuc2RyLmYyODg1LmRlZmF1bHRfaW1hZ2UifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=fDu5xgjgbWkQ7kNvgH_4Pd3&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjE2Njc3NjU1NTA1MzUzMjAxMA%3D%3D.3-ccb7-5&oh=00_AYAT2ewz-dY5H4bvsnVgUX5Upqbd_4LzS35EmlFK0oxS5w&oe=6762F0A3&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841403202128821, 'feed_post_reshare_disabled': False, 'full_name': \"Let'tsTrend\", 'has_anonymous_profile_picture': False, 'id': '3270570737', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '1832167026219957842_3270570737', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/37789904_185824435621711_8110917026916073472_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=W1qiBI719T0Q7kNvgH-YsZh&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBabH6exiDFMeLvi8n7i0sGY3CHd4x6F4xVfFKWluFwGg&oe=6762E242&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'letstrending'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_modify_carousel': False, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'carousel_media': [{'carousel_parent_id': '2961408430086356685_181524848', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2961408425741162734_181524848', 'image_versions': {'items': [{'height': 1440, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313125169_903201941047526_2072047822052979470_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=102&_nc_ohc=xTPYWidS61IQ7kNvgHanjO1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTQwODQyNTc0MTE2MjczNA%3D%3D.3-ccb7-5&oh=00_AYD1lcq4YO3_0twHIgKq0Fze9v0s4pA6bRtcl7Ryijk0Mg&oe=67630481&_nc_sid=76c0fc', 'width': 1440}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313125169_903201941047526_2072047822052979470_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=102&_nc_ohc=xTPYWidS61IQ7kNvgHanjO1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTQwODQyNTc0MTE2MjczNA%3D%3D.3-ccb7-5&oh=00_AYAe3cqbZ_zJTWOiVWkjbLLeDtoimgJb-z10Uj9seHwvlw&oe=67630481&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1440, 'original_width': 1440, 'pk': 2961408425741162734, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1667247416, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313125169_903201941047526_2072047822052979470_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=102&_nc_ohc=xTPYWidS61IQ7kNvgHanjO1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTQwODQyNTc0MTE2MjczNA%3D%3D.3-ccb7-5&oh=00_AYD1lcq4YO3_0twHIgKq0Fze9v0s4pA6bRtcl7Ryijk0Mg&oe=67630481&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '2961408430086356685_181524848', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2961408425749545541_181524848', 'image_versions': {'items': [{'height': 1440, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313689455_135455199271855_4685670188653592352_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=3FuAUG83q6MQ7kNvgGQt8NZ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTQwODQyNTc0OTU0NTU0MQ%3D%3D.3-ccb7-5&oh=00_AYDdfFfYMVBpqIYPNeBlyp8xZTNbAt7OlTq8iYvDibc7qg&oe=67630430&_nc_sid=76c0fc', 'width': 1440}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313689455_135455199271855_4685670188653592352_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=3FuAUG83q6MQ7kNvgGQt8NZ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTQwODQyNTc0OTU0NTU0MQ%3D%3D.3-ccb7-5&oh=00_AYDbj8ekL9W8RBV3UMH_BuBOOwIQNMnWfjudNoA0orl7nQ&oe=67630430&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1440, 'original_width': 1440, 'pk': 2961408425749545541, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1667247416, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313689455_135455199271855_4685670188653592352_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=3FuAUG83q6MQ7kNvgGQt8NZ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTQwODQyNTc0OTU0NTU0MQ%3D%3D.3-ccb7-5&oh=00_AYDdfFfYMVBpqIYPNeBlyp8xZTNbAt7OlTq8iYvDibc7qg&oe=67630430&_nc_sid=76c0fc', 'video_sticker_locales': []}], 'carousel_media_count': 2, 'carousel_media_ids': [2961408425741162734, 2961408425749545541], 'carousel_media_pending_post_count': 0, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CkZCUbmJP7N', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1667247277135961, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17927507687560675', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '2961408430086356685_181524848', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1440, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313125169_903201941047526_2072047822052979470_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=102&_nc_ohc=xTPYWidS61IQ7kNvgHanjO1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTQwODQyNTc0MTE2MjczNA%3D%3D.3-ccb7-5&oh=00_AYD1lcq4YO3_0twHIgKq0Fze9v0s4pA6bRtcl7Ryijk0Mg&oe=67630481&_nc_sid=76c0fc', 'width': 1440}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313125169_903201941047526_2072047822052979470_n.jpg?stp=dst-jpg_e35_s480x480_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=102&_nc_ohc=xTPYWidS61IQ7kNvgHanjO1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTQwODQyNTc0MTE2MjczNA%3D%3D.3-ccb7-5&oh=00_AYAe3cqbZ_zJTWOiVWkjbLLeDtoimgJb-z10Uj9seHwvlw&oe=67630481&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'max_num_visible_preview_comments': 0, 'media_name': 'album', 'media_notes': {'items': []}, 'media_type': 8, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'open_carousel_submission_state': 'closed', 'original_height': 612, 'original_width': 612, 'owner': {'account_badges': [], 'account_type': 1, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841400625442836, 'feed_post_reshare_disabled': False, 'full_name': 'Tara Nielsen', 'has_anonymous_profile_picture': False, 'id': '181524848', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2540177996288229353_181524848', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/166797990_253392396479737_5286543464257087081_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=b4RTZjGJkMQQ7kNvgHrYcAK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBAJEv7vcb2Bcst85q1NsBiB3ZdCm7CCJROeZazkQ9clw&oe=6762D6AB&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 2, 'transparency_product_enabled': False, 'username': 'tinkey76'}, 'pk': 2961408430086356685, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'carousel_container', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1667247416, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313125169_903201941047526_2072047822052979470_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=102&_nc_ohc=xTPYWidS61IQ7kNvgHanjO1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTQwODQyNTc0MTE2MjczNA%3D%3D.3-ccb7-5&oh=00_AYD1lcq4YO3_0twHIgKq0Fze9v0s4pA6bRtcl7Ryijk0Mg&oe=67630481&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 1, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841400625442836, 'feed_post_reshare_disabled': False, 'full_name': 'Tara Nielsen', 'has_anonymous_profile_picture': False, 'id': '181524848', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2540177996288229353_181524848', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/166797990_253392396479737_5286543464257087081_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=b4RTZjGJkMQQ7kNvgHrYcAK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBAJEv7vcb2Bcst85q1NsBiB3ZdCm7CCJROeZazkQ9clw&oe=6762D6AB&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 2, 'transparency_product_enabled': False, 'username': 'tinkey76'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CkWzPYJBrkX', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 166717226743630, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '18030777472406673', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 3, 'has_views_fetching': True, 'id': '2960779162128136471_44254819', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1500, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313196377_3184833181827181_2205743342587268134_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE1MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=MWTEnTbFZwwQ7kNvgHyXHcc&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MDc3OTE2MjEyODEzNjQ3MQ%3D%3D.3-ccb7-5&oh=00_AYB8pTn2_yTsuZReABmVddqLGbFUt2sii_WKRJEXyaOGlw&oe=67630146&_nc_sid=76c0fc', 'width': 1440}, {'height': 500, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313196377_3184833181827181_2205743342587268134_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE1MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=MWTEnTbFZwwQ7kNvgHyXHcc&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MDc3OTE2MjEyODEzNjQ3MQ%3D%3D.3-ccb7-5&oh=00_AYBqlz8yAFWpxC0D30-efRUwDup2wM1zZ-85ELGu9Zt9hQ&oe=67630146&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'lat': -33.86751, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'lng': 151.20797, 'location': {'address': '', 'city': '', 'external_source': 'facebook_places', 'facebook_places_id': 110884905606108, 'is_eligible_for_guides': True, 'lat': -33.86751, 'lng': 151.20797, 'name': 'Sydney, Australia', 'pk': 213011753, 'short_name': 'Sydney'}, 'mashup_info': {'can_toggle_mashups_allowed': False, 'formatted_mashups_count': None, 'has_been_mashed_up': False, 'has_nonmimicable_additional_audio': False, 'is_creator_requesting_mashup': False, 'is_light_weight_check': True, 'is_light_weight_reuse_allowed_check': False, 'is_pivot_page_available': False, 'is_reuse_allowed': False, 'mashup_type': None, 'mashups_allowed': False, 'non_privacy_filtered_mashups_media_count': 0, 'original_media': None, 'privacy_filtered_mashups_media_count': None}, 'max_num_visible_preview_comments': 0, 'media_name': 'post', 'media_notes': {'items': []}, 'media_type': 1, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'original_height': 1500, 'original_width': 1440, 'owner': {'account_badges': [], 'account_type': 3, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841400924570691, 'feed_post_reshare_disabled': False, 'full_name': 'Jane de Graaff', 'has_anonymous_profile_picture': False, 'id': '44254819', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': True, 'profile_pic_id': '2516623949145480376_44254819', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/153608560_3596815090403567_7549310811126841645_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=UEv_weTgsJ0Q7kNvgGmktLt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAQSG-WoX-hUqWSk4KMrxsVVQpcZZQFf-HiUOoPWG5M8g&oe=6762D88F&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'janedegraaff'}, 'pk': 2960779162128136471, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'feed', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1667172402, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/313196377_3184833181827181_2205743342587268134_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE1MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=MWTEnTbFZwwQ7kNvgHyXHcc&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MDc3OTE2MjEyODEzNjQ3MQ%3D%3D.3-ccb7-5&oh=00_AYB8pTn2_yTsuZReABmVddqLGbFUt2sii_WKRJEXyaOGlw&oe=67630146&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 3, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841400924570691, 'feed_post_reshare_disabled': False, 'full_name': 'Jane de Graaff', 'has_anonymous_profile_picture': False, 'id': '44254819', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': True, 'profile_pic_id': '2516623949145480376_44254819', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/153608560_3596815090403567_7549310811126841645_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=UEv_weTgsJ0Q7kNvgGmktLt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAQSG-WoX-hUqWSk4KMrxsVVQpcZZQFf-HiUOoPWG5M8g&oe=6762D88F&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'janedegraaff'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_modify_carousel': False, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'carousel_media': [{'carousel_parent_id': '2681915520216981567_4802224736', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2681915513363492069_4802224736', 'image_versions': {'items': [{'height': 828, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/245107864_197205569151705_6216382633271853667_n.jpg?stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi44Mjh4ODI4LnNkci5mMjkzNTAuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=vtIFtCu3OKoQ7kNvgHeDoiI&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM2MzQ5MjA2OQ%3D%3D.3-ccb7-5&oh=00_AYB0xmcAq8jc7x58cp8RgHvkn_W9-U4jEH740QQ-gGsQHA&oe=6763028E&_nc_sid=76c0fc', 'width': 828}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/245107864_197205569151705_6216382633271853667_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi44Mjh4ODI4LnNkci5mMjkzNTAuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=vtIFtCu3OKoQ7kNvgHeDoiI&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM2MzQ5MjA2OQ%3D%3D.3-ccb7-5&oh=00_AYCkzQ5KBNEzZNg-0rHyXtQ4Bdq3S7gMg_Rjk_MVrKBAXQ&oe=6763028E&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 828, 'original_width': 828, 'pk': 2681915513363492069, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1633929264, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/245107864_197205569151705_6216382633271853667_n.jpg?stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi44Mjh4ODI4LnNkci5mMjkzNTAuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=vtIFtCu3OKoQ7kNvgHeDoiI&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM2MzQ5MjA2OQ%3D%3D.3-ccb7-5&oh=00_AYB0xmcAq8jc7x58cp8RgHvkn_W9-U4jEH740QQ-gGsQHA&oe=6763028E&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '2681915520216981567_4802224736', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2681915513346618006_4802224736', 'image_versions': {'items': [{'height': 828, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/244856333_617824272716696_6473137227160882581_n.jpg?stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi44Mjh4ODI4LnNkci5mMjkzNTAuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=KrrRfdnj4ycQ7kNvgH0X_h1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM0NjYxODAwNg%3D%3D.3-ccb7-5&oh=00_AYAEQ-suzeb-OGu0PUYNu6y3bCkJVQu86on_kF2BdqUG8A&oe=6762D1E4&_nc_sid=76c0fc', 'width': 828}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/244856333_617824272716696_6473137227160882581_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi44Mjh4ODI4LnNkci5mMjkzNTAuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=KrrRfdnj4ycQ7kNvgH0X_h1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM0NjYxODAwNg%3D%3D.3-ccb7-5&oh=00_AYCgTUUemFCepHalYGB0JF9KwjhHN1XKzwjSiGQBKTsmDQ&oe=6762D1E4&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 828, 'original_width': 828, 'pk': 2681915513346618006, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1633929264, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/244856333_617824272716696_6473137227160882581_n.jpg?stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi44Mjh4ODI4LnNkci5mMjkzNTAuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=KrrRfdnj4ycQ7kNvgH0X_h1&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM0NjYxODAwNg%3D%3D.3-ccb7-5&oh=00_AYAEQ-suzeb-OGu0PUYNu6y3bCkJVQu86on_kF2BdqUG8A&oe=6762D1E4&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '2681915520216981567_4802224736', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2681915513363389042_4802224736', 'image_versions': {'items': [{'height': 828, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/244933643_854113395256329_2017128424224695696_n.jpg?stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi44Mjh4ODI4LnNkci5mMjkzNTAuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=Jt6l9ZVcZpwQ7kNvgFMQtOH&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM2MzM4OTA0Mg%3D%3D.3-ccb7-5&oh=00_AYC-fMzi47OZ9z8iesZcOqhC90NN0UvnkGDfvphPdKFZ0g&oe=6762FEFF&_nc_sid=76c0fc', 'width': 828}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/244933643_854113395256329_2017128424224695696_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi44Mjh4ODI4LnNkci5mMjkzNTAuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=Jt6l9ZVcZpwQ7kNvgFMQtOH&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM2MzM4OTA0Mg%3D%3D.3-ccb7-5&oh=00_AYAa0hqIpOkMrRTxjyIKGTyUgSLI8p7_EOdPvTdsrnctnA&oe=6762FEFF&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 828, 'original_width': 828, 'pk': 2681915513363389042, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1633929264, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/244933643_854113395256329_2017128424224695696_n.jpg?stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi44Mjh4ODI4LnNkci5mMjkzNTAuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=Jt6l9ZVcZpwQ7kNvgFMQtOH&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM2MzM4OTA0Mg%3D%3D.3-ccb7-5&oh=00_AYC-fMzi47OZ9z8iesZcOqhC90NN0UvnkGDfvphPdKFZ0g&oe=6762FEFF&_nc_sid=76c0fc', 'video_sticker_locales': []}], 'carousel_media_count': 3, 'carousel_media_ids': [2681915513363492069, 2681915513346618006, 2681915513363389042], 'carousel_media_pending_post_count': 0, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CU4E_TMI-A_', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': 'approved', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1633928466456374, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17907996965159329', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '2681915520216981567_4802224736', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 828, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/245107864_197205569151705_6216382633271853667_n.jpg?stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=vtIFtCu3OKoQ7kNvgHeDoiI&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM2MzQ5MjA2OQ%3D%3D.3-ccb7-5&oh=00_AYB0xmcAq8jc7x58cp8RgHvkn_W9-U4jEH740QQ-gGsQHA&oe=6763028E&_nc_sid=76c0fc', 'width': 828}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/245107864_197205569151705_6216382633271853667_n.jpg?stp=dst-jpg_e35_s480x480_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=vtIFtCu3OKoQ7kNvgHeDoiI&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM2MzQ5MjA2OQ%3D%3D.3-ccb7-5&oh=00_AYCkzQ5KBNEzZNg-0rHyXtQ4Bdq3S7gMg_Rjk_MVrKBAXQ&oe=6763028E&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'approved', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'max_num_visible_preview_comments': 0, 'media_name': 'album', 'media_notes': {'items': []}, 'media_type': 8, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'open_carousel_submission_state': 'closed', 'original_height': 612, 'original_width': 612, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841404822080278, 'feed_post_reshare_disabled': False, 'full_name': 'Merja Erkstam', 'has_anonymous_profile_picture': False, 'id': '4802224736', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3159210463802367353_4802224736', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/364315025_247090971471852_6347966186590998924_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=oj5Dn4au0QkQ7kNvgG2ilBN&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYA3uUzoMDLYeh2RGp-i35X56BNjRAq_cQI_k6fKS-TTHw&oe=6762EEC2&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 2, 'transparency_product_enabled': False, 'username': 'mvh.merja'}, 'pk': 2681915520216981567, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'carousel_container', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1633929265, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/245107864_197205569151705_6216382633271853667_n.jpg?stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=vtIFtCu3OKoQ7kNvgHeDoiI&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4MTkxNTUxMzM2MzQ5MjA2OQ%3D%3D.3-ccb7-5&oh=00_AYB0xmcAq8jc7x58cp8RgHvkn_W9-U4jEH740QQ-gGsQHA&oe=6763028E&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841404822080278, 'feed_post_reshare_disabled': False, 'full_name': 'Merja Erkstam', 'has_anonymous_profile_picture': False, 'id': '4802224736', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3159210463802367353_4802224736', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/364315025_247090971471852_6347966186590998924_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=oj5Dn4au0QkQ7kNvgG2ilBN&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYA3uUzoMDLYeh2RGp-i35X56BNjRAq_cQI_k6fKS-TTHw&oe=6762EEC2&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 2, 'transparency_product_enabled': False, 'username': 'mvh.merja'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CUocSJYsU2d', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': 'approved', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1633404615, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17893680767377578', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '2677514370802601373_2246224164', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1078, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/244646655_272475374878322_422110515920604476_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzguc2RyLmYyODg1LmRlZmF1bHRfaW1hZ2UifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=102&_nc_ohc=SN3eUS1ezJAQ7kNvgGRPXl-&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY3NzUxNDM3MDgwMjYwMTM3Mw%3D%3D.3-ccb7-5&oh=00_AYBM54R5iOe-OYusgXrnwIdrIajtcfcEdI9plYdX0eETtg&oe=6763006B&_nc_sid=76c0fc', 'width': 1080}, {'height': 479, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/244646655_272475374878322_422110515920604476_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzguc2RyLmYyODg1LmRlZmF1bHRfaW1hZ2UifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=102&_nc_ohc=SN3eUS1ezJAQ7kNvgGRPXl-&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY3NzUxNDM3MDgwMjYwMTM3Mw%3D%3D.3-ccb7-5&oh=00_AYAKXw3FzFWl9_z1rMAg-4LiaPDDzWYbNACUqmmu5odCTQ&oe=6763006B&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'approved', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'mashup_info': {'can_toggle_mashups_allowed': False, 'formatted_mashups_count': None, 'has_been_mashed_up': False, 'has_nonmimicable_additional_audio': False, 'is_creator_requesting_mashup': False, 'is_light_weight_check': True, 'is_light_weight_reuse_allowed_check': False, 'is_pivot_page_available': False, 'is_reuse_allowed': False, 'mashup_type': None, 'mashups_allowed': False, 'non_privacy_filtered_mashups_media_count': 0, 'original_media': None, 'privacy_filtered_mashups_media_count': None}, 'max_num_visible_preview_comments': 0, 'media_name': 'post', 'media_notes': {'items': []}, 'media_type': 1, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'original_height': 1078, 'original_width': 1080, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841402164930778, 'feed_post_reshare_disabled': False, 'full_name': 'Rawnice Superfoods', 'has_anonymous_profile_picture': False, 'id': '2246224164', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2475665820249087641_2246224164', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/133203232_433591377814205_1124774093177051442_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=363X1jAjd8YQ7kNvgE_ol7L&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAnG8_xRmPSJC1oAiNGCvafh-4JeN7qYVBt3E7It461fA&oe=6762E3C2&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'rawnice'}, 'pk': 2677514370802601373, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'feed', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1633404615, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/244646655_272475374878322_422110515920604476_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzguc2RyLmYyODg1LmRlZmF1bHRfaW1hZ2UifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=102&_nc_ohc=SN3eUS1ezJAQ7kNvgGRPXl-&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY3NzUxNDM3MDgwMjYwMTM3Mw%3D%3D.3-ccb7-5&oh=00_AYBM54R5iOe-OYusgXrnwIdrIajtcfcEdI9plYdX0eETtg&oe=6763006B&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841402164930778, 'feed_post_reshare_disabled': False, 'full_name': 'Rawnice Superfoods', 'has_anonymous_profile_picture': False, 'id': '2246224164', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2475665820249087641_2246224164', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/133203232_433591377814205_1124774093177051442_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=363X1jAjd8YQ7kNvgE_ol7L&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAnG8_xRmPSJC1oAiNGCvafh-4JeN7qYVBt3E7It461fA&oe=6762E3C2&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'rawnice'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_modify_carousel': False, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': True, 'carousel_media': [{'carousel_parent_id': '2697032966246622230_48177420', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2697032962991811486_48177420', 'image_versions': {'items': [{'height': 1440, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/250334182_434085968078298_2588324970048328299_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=oFJPvcWwhbsQ7kNvgFtbNcf&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NzAzMjk2Mjk5MTgxMTQ4Ng%3D%3D.3-ccb7-5&oh=00_AYDj7YZi2NkhOLCyZwEZN_7YJgV1sRVUYvz8JdzpZ_hUXw&oe=67630741&_nc_sid=76c0fc', 'width': 1440}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/250334182_434085968078298_2588324970048328299_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=oFJPvcWwhbsQ7kNvgFtbNcf&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NzAzMjk2Mjk5MTgxMTQ4Ng%3D%3D.3-ccb7-5&oh=00_AYC6rnuY8nEdRqPFDYLiDo3rGk7U2zfm4CWdry5kl_dCnQ&oe=67630741&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1440, 'original_width': 1440, 'pk': 2697032962991811486, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1635731405, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/250334182_434085968078298_2588324970048328299_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=oFJPvcWwhbsQ7kNvgFtbNcf&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NzAzMjk2Mjk5MTgxMTQ4Ng%3D%3D.3-ccb7-5&oh=00_AYDj7YZi2NkhOLCyZwEZN_7YJgV1sRVUYvz8JdzpZ_hUXw&oe=67630741&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '2697032966246622230_48177420', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2697032963000323816_48177420', 'image_versions': {'items': [{'height': 1440, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/252534482_490465859464606_80232597506064554_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=j_Az3IZTjesQ7kNvgGNPy6d&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NzAzMjk2MzAwMDMyMzgxNg%3D%3D.3-ccb7-5&oh=00_AYACDaqCk8Ex0Ae8VP6oIZbQDq7PPH5nEMzezl1Y4X0BKQ&oe=6762EA80&_nc_sid=76c0fc', 'width': 1440}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/252534482_490465859464606_80232597506064554_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=j_Az3IZTjesQ7kNvgGNPy6d&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NzAzMjk2MzAwMDMyMzgxNg%3D%3D.3-ccb7-5&oh=00_AYBJarEGuxruLoRt_o3tE2qfdcOP0R6Hx353B9DNDw6ivA&oe=6762EA80&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1440, 'original_width': 1440, 'pk': 2697032963000323816, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1635731405, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/252534482_490465859464606_80232597506064554_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE0NDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=j_Az3IZTjesQ7kNvgGNPy6d&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NzAzMjk2MzAwMDMyMzgxNg%3D%3D.3-ccb7-5&oh=00_AYACDaqCk8Ex0Ae8VP6oIZbQDq7PPH5nEMzezl1Y4X0BKQ&oe=6762EA80&_nc_sid=76c0fc', 'video_sticker_locales': []}], 'carousel_media_count': 2, 'carousel_media_ids': [2697032962991811486, 2697032963000323816], 'carousel_media_pending_post_count': 0, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CVtyTF8peQW', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1635731321245922, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17921671429947039', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '2697032966246622230_48177420', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1440, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/250334182_434085968078298_2588324970048328299_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=oFJPvcWwhbsQ7kNvgFtbNcf&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NzAzMjk2Mjk5MTgxMTQ4Ng%3D%3D.3-ccb7-5&oh=00_AYDj7YZi2NkhOLCyZwEZN_7YJgV1sRVUYvz8JdzpZ_hUXw&oe=67630741&_nc_sid=76c0fc', 'width': 1440}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/250334182_434085968078298_2588324970048328299_n.jpg?stp=dst-jpg_e35_s480x480_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=oFJPvcWwhbsQ7kNvgFtbNcf&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NzAzMjk2Mjk5MTgxMTQ4Ng%3D%3D.3-ccb7-5&oh=00_AYC6rnuY8nEdRqPFDYLiDo3rGk7U2zfm4CWdry5kl_dCnQ&oe=67630741&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'max_num_visible_preview_comments': 0, 'media_name': 'album', 'media_notes': {'items': []}, 'media_type': 8, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'open_carousel_submission_state': 'closed', 'original_height': 612, 'original_width': 612, 'owner': {'account_badges': [], 'account_type': 1, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841401482600752, 'feed_post_reshare_disabled': False, 'full_name': 'Sam Cobb', 'has_anonymous_profile_picture': False, 'id': '48177420', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2430426219843215713_48177420', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/122930570_369889317561645_4980275033854379030_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=N5-0vEg8dCMQ7kNvgGGMfN4&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDqrT2qapbpNr6pg95Aww1jOyT9EBqYSKbhse9iLIFrsw&oe=6762E281&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'samcobb78'}, 'pk': 2697032966246622230, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'carousel_container', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1635731405, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/250334182_434085968078298_2588324970048328299_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=oFJPvcWwhbsQ7kNvgFtbNcf&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NzAzMjk2Mjk5MTgxMTQ4Ng%3D%3D.3-ccb7-5&oh=00_AYDj7YZi2NkhOLCyZwEZN_7YJgV1sRVUYvz8JdzpZ_hUXw&oe=67630741&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 1, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841401482600752, 'feed_post_reshare_disabled': False, 'full_name': 'Sam Cobb', 'has_anonymous_profile_picture': False, 'id': '48177420', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2430426219843215713_48177420', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/122930570_369889317561645_4980275033854379030_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=N5-0vEg8dCMQ7kNvgGGMfN4&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDqrT2qapbpNr6pg95Aww1jOyT9EBqYSKbhse9iLIFrsw&oe=6762E281&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'samcobb78'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_modify_carousel': True, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'carousel_media': [{'carousel_parent_id': '3489126959081080085_1059672500', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3489126937874775788_1059672500', 'image_versions': {'items': [{'height': 1068, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464762016_10160797556691859_1381182156341644876_n.jpg?se=8&stp=c0.2.1080.1068a_dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzIuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=EOKWXJ08lbEQ7kNvgGZYCCy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzg3NDc3NTc4OA%3D%3D.3-ccb7-5&oh=00_AYDEslHQYLN9_iVTSkOq0jQCCMg96fSi-KyzqcQK4ECBsQ&oe=6762E221&_nc_sid=76c0fc', 'width': 1080}, {'height': 475, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464762016_10160797556691859_1381182156341644876_n.jpg?stp=c0.2.1080.1068a_dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzIuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=EOKWXJ08lbEQ7kNvgGZYCCy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzg3NDc3NTc4OA%3D%3D.3-ccb7-5&oh=00_AYBF7GiWZm3G4XMTNJytq7AkYzpbGcaYBEpP9KG1Rif7lw&oe=6762E221&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1068, 'original_width': 1080, 'pk': 3489126937874775788, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1730156366, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464762016_10160797556691859_1381182156341644876_n.jpg?se=8&stp=c0.2.1080.1068a_dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzIuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=EOKWXJ08lbEQ7kNvgGZYCCy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzg3NDc3NTc4OA%3D%3D.3-ccb7-5&oh=00_AYDEslHQYLN9_iVTSkOq0jQCCMg96fSi-KyzqcQK4ECBsQ&oe=6762E221&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3489126959081080085_1059672500', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3489126937849563789_1059672500', 'image_versions': {'items': [{'height': 1068, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464932070_10160797556751859_1506172917286792718_n.jpg?se=8&stp=c0.2.1080.1068a_dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzMuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=sFvsgIkrROkQ7kNvgFhaFjV&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzg0OTU2Mzc4OQ%3D%3D.3-ccb7-5&oh=00_AYA9LdvdNQJXMnQVZEZBTF-_slaDDHOi_rWJoKhpTC8_dQ&oe=6762D14E&_nc_sid=76c0fc', 'width': 1080}, {'height': 475, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464932070_10160797556751859_1506172917286792718_n.jpg?stp=c0.2.1080.1068a_dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzMuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=sFvsgIkrROkQ7kNvgFhaFjV&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzg0OTU2Mzc4OQ%3D%3D.3-ccb7-5&oh=00_AYB-b8pKNAwcdmr1Mj0i1KwAzo3upwx7Dhe55uqY5Bkhkg&oe=6762D14E&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1068, 'original_width': 1080, 'pk': 3489126937849563789, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1730156366, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464932070_10160797556751859_1506172917286792718_n.jpg?se=8&stp=c0.2.1080.1068a_dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzMuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=sFvsgIkrROkQ7kNvgFhaFjV&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzg0OTU2Mzc4OQ%3D%3D.3-ccb7-5&oh=00_AYA9LdvdNQJXMnQVZEZBTF-_slaDDHOi_rWJoKhpTC8_dQ&oe=6762D14E&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3489126959081080085_1059672500', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3489126938294352230_1059672500', 'image_versions': {'items': [{'height': 1064, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464875782_10160797556961859_1208887074158589984_n.jpg?se=8&stp=c2.0.1075.1064a_dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNjQuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=TRtT9JdsUTkQ7kNvgFTfmQk&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzODI5NDM1MjIzMA%3D%3D.3-ccb7-5&oh=00_AYAtLMIoo-k_mwaRfLB-yRm2jkinfMHCD8yXIAt4q9n1GQ&oe=6762E09B&_nc_sid=76c0fc', 'width': 1075}, {'height': 473, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464875782_10160797556961859_1208887074158589984_n.jpg?stp=c2.0.1075.1064a_dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNjQuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=TRtT9JdsUTkQ7kNvgFTfmQk&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzODI5NDM1MjIzMA%3D%3D.3-ccb7-5&oh=00_AYCfPUQ_qHpfx6ugJE-USYv2nOtzbvp4ZHSZyqp_OiANcg&oe=6762E09B&_nc_sid=76c0fc', 'width': 478}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1064, 'original_width': 1075, 'pk': 3489126938294352230, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1730156366, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464875782_10160797556961859_1208887074158589984_n.jpg?se=8&stp=c2.0.1075.1064a_dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNjQuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=TRtT9JdsUTkQ7kNvgFTfmQk&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzODI5NDM1MjIzMA%3D%3D.3-ccb7-5&oh=00_AYAtLMIoo-k_mwaRfLB-yRm2jkinfMHCD8yXIAt4q9n1GQ&oe=6762E09B&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3489126959081080085_1059672500', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3489126937589488678_1059672500', 'image_versions': {'items': [{'height': 1068, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464839542_10160797556971859_3810603354597389750_n.jpg?se=8&stp=c0.2.1080.1068a_dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzIuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=6PuNUCb2i54Q7kNvgFTECch&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzU4OTQ4ODY3OA%3D%3D.3-ccb7-5&oh=00_AYCASV8tSLHM9p-aVRqUmrqYElsVA9gKScYdCeif6fRCdw&oe=6762D67F&_nc_sid=76c0fc', 'width': 1080}, {'height': 475, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464839542_10160797556971859_3810603354597389750_n.jpg?stp=c0.2.1080.1068a_dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzIuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=6PuNUCb2i54Q7kNvgFTECch&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzU4OTQ4ODY3OA%3D%3D.3-ccb7-5&oh=00_AYCWWwSB-A8Gve_kj94cN-9hcREhRasRW-QyWtkCLkCQEQ&oe=6762D67F&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1068, 'original_width': 1080, 'pk': 3489126937589488678, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1730156366, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464839542_10160797556971859_3810603354597389750_n.jpg?se=8&stp=c0.2.1080.1068a_dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNzIuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=6PuNUCb2i54Q7kNvgFTECch&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzU4OTQ4ODY3OA%3D%3D.3-ccb7-5&oh=00_AYCASV8tSLHM9p-aVRqUmrqYElsVA9gKScYdCeif6fRCdw&oe=6762D67F&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3489126959081080085_1059672500', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3489126938101356385_1059672500', 'image_versions': {'items': [{'height': 1063, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464788711_10160797557006859_3889349569713817116_n.jpg?se=8&stp=c3.0.1074.1063a_dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNjMuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=gvLU4J5FJjAQ7kNvgGfA_y-&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzODEwMTM1NjM4NQ%3D%3D.3-ccb7-5&oh=00_AYANBwP_z9kiwhPnayHi8kbmHKWXhHcyuzbxn12U4WYMUA&oe=6762DBF2&_nc_sid=76c0fc', 'width': 1074}, {'height': 472, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464788711_10160797557006859_3889349569713817116_n.jpg?stp=c3.0.1074.1063a_dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNjMuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=gvLU4J5FJjAQ7kNvgGfA_y-&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzODEwMTM1NjM4NQ%3D%3D.3-ccb7-5&oh=00_AYDEp1H7p0b6K0SEwitZ3fHqxUqSkWR4T84wotuN6eS0-A&oe=6762DBF2&_nc_sid=76c0fc', 'width': 477}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1063, 'original_width': 1074, 'pk': 3489126938101356385, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1730156366, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464788711_10160797557006859_3889349569713817116_n.jpg?se=8&stp=c3.0.1074.1063a_dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwNjMuc2RyLmYzMDgwOC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=gvLU4J5FJjAQ7kNvgGfA_y-&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzODEwMTM1NjM4NQ%3D%3D.3-ccb7-5&oh=00_AYANBwP_z9kiwhPnayHi8kbmHKWXhHcyuzbxn12U4WYMUA&oe=6762DBF2&_nc_sid=76c0fc', 'video_sticker_locales': []}], 'carousel_media_count': 5, 'carousel_media_ids': [3489126937874775788, 3489126937849563789, 3489126938294352230, 3489126937589488678, 3489126938101356385], 'carousel_media_pending_post_count': 0, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'DBr3nusREUV', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 173015636601, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '18036471332219355', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '3489126959081080085_1059672500', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1072, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464762016_10160797556691859_1381182156341644876_n.jpg?stp=dst-jpg_e15_fr_s1080x1080_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=EOKWXJ08lbEQ7kNvgGZYCCy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzg3NDc3NTc4OA%3D%3D.3-ccb7-5&oh=00_AYD1VHT187U_6IcA-9DJerQNh8Rn4oKnQumqFcgRQpdYmw&oe=6762E221&_nc_sid=76c0fc', 'width': 1080}, {'height': 476, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464762016_10160797556691859_1381182156341644876_n.jpg?stp=dst-jpg_e15_s480x480_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=EOKWXJ08lbEQ7kNvgGZYCCy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzg3NDc3NTc4OA%3D%3D.3-ccb7-5&oh=00_AYDpkLXm1sPGAvcu5_LAZR3uOMgABUgdxHo6xqZ1lsTp8w&oe=6762E221&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'max_num_visible_preview_comments': 0, 'media_name': 'album', 'media_notes': {'items': []}, 'media_type': 8, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'open_carousel_submission_state': 'closed', 'original_height': 612, 'original_width': 612, 'owner': {'account_badges': [], 'account_type': 1, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841400735016557, 'feed_post_reshare_disabled': False, 'full_name': 'Brady Worster', 'has_anonymous_profile_picture': False, 'id': '1059672500', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3518563690775293156_1059672500', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469707846_604802598601020_7166110101862560885_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=NqtxIxV-9DYQ7kNvgHXvSOi&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBuyWUF4o4pWjk3rUKn0PjfSMMwXC0xuF3qCoOWahKijA&oe=6762E484&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'bradybworster'}, 'pk': 3489126959081080085, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'carousel_container', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1730156367, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t39.30808-6/464762016_10160797556691859_1381182156341644876_n.jpg?stp=dst-jpg_e15_fr_s1080x1080_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=EOKWXJ08lbEQ7kNvgGZYCCy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&ig_cache_key=MzQ4OTEyNjkzNzg3NDc3NTc4OA%3D%3D.3-ccb7-5&oh=00_AYD1VHT187U_6IcA-9DJerQNh8Rn4oKnQumqFcgRQpdYmw&oe=6762E221&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 1, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841400735016557, 'feed_post_reshare_disabled': False, 'full_name': 'Brady Worster', 'has_anonymous_profile_picture': False, 'id': '1059672500', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3518563690775293156_1059672500', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469707846_604802598601020_7166110101862560885_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=NqtxIxV-9DYQ7kNvgHXvSOi&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBuyWUF4o4pWjk3rUKn0PjfSMMwXC0xuF3qCoOWahKijA&oe=6762E484&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'bradybworster'}, 'video_sticker_locales': []}, {'are_remixes_crosspostable': False, 'avatar_stickers': [], 'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': {'content_type': 'comment', 'created_at': 1728549576, 'created_at_utc': 1728549576, 'did_report_as_spam': False, 'hashtags': ['#halloweensnacks'], 'id': 3475647913689159782, 'is_covered': False, 'is_ranked_comment': False, 'mentions': [], 'pk': '17944318880892562', 'private_reply_status': 0, 'share_enabled': False, 'status': 'Active', 'text': 'So good 🤩🍎\\nVia - createdbyjoyy - tiktok\\n#halloweensnacks', 'type': 1, 'user': {'fbid_v2': 17841421732695954, 'full_name': 'Food content!! 🍪', 'id': '21647636423', 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2686556406097949808_21647636423', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'username': 'foodfypp'}, 'user_id': 21647636423}, 'caption_is_edited': False, 'clips_metadata': {'achievements_info': {'num_earned_achievements': None, 'show_achievements': False}, 'additional_audio_info': {'additional_audio_username': None, 'audio_reattribution_info': {'should_allow_restore': False}}, 'asset_recommendation_info': None, 'audio_canonical_id': '18125674372097925', 'audio_ranking_info': {'best_audio_cluster_id': '523142825875555'}, 'audio_type': 'licensed_music', 'branded_content_tag_info': {'can_add_tag': False}, 'breaking_content_info': None, 'breaking_creator_info': None, 'challenge_info': None, 'clips_creation_entry_point': 'clips', 'content_appreciation_info': {'enabled': True, 'entry_point_container': {'comment': {'action_type': 'gifting'}, 'overflow': None, 'pill': {'action_type': 'gifting', 'priority': 1}, 'ufi': None}}, 'contextual_highlight_info': None, 'cutout_sticker_info': [], 'disable_use_in_clips_client_cache': False, 'external_media_info': None, 'featured_label': None, 'is_fan_club_promo_video': False, 'is_public_chat_welcome_video': False, 'is_shared_to_fb': True, 'mashup_info': {'can_toggle_mashups_allowed': False, 'formatted_mashups_count': None, 'has_been_mashed_up': True, 'has_nonmimicable_additional_audio': False, 'is_creator_requesting_mashup': False, 'is_light_weight_check': True, 'is_light_weight_reuse_allowed_check': False, 'is_pivot_page_available': False, 'is_reuse_allowed': True, 'mashup_type': None, 'mashups_allowed': True, 'non_privacy_filtered_mashups_media_count': 2, 'original_media': None, 'privacy_filtered_mashups_media_count': None}, 'merchandising_pill_info': None, 'music_info': {'music_asset_info': {'allows_saving': True, 'artist_id': '441484758482823', 'audio_asset_id': '377101383451375', 'audio_id': '795582670807026', 'cover_artwork_thumbnail_uri': 'https://scontent.fevn5-1.fna.fbcdn.net/v/t39.30808-6/417432886_1373833050164715_926149939975379721_n.jpg?stp=dst-jpg_s168x128_tt6&_nc_cat=1&ccb=1-7&_nc_sid=2f2557&_nc_ohc=KkZ2D4ZGcoQQ7kNvgEZJu6E&_nc_zt=23&_nc_ht=scontent.fevn5-1.fna&_nc_gid=AL98jWxlDjOBkoRxQtgCJDI&oh=00_AYC_ByGDNUGb7g33JG7f6udAba3FHWAlWW9Nnz2dsSrILA&oe=6762F270', 'cover_artwork_uri': 'https://scontent.fevn5-1.fna.fbcdn.net/v/t39.30808-6/417432886_1373833050164715_926149939975379721_n.jpg?stp=dst-jpg_s168x128_tt6&_nc_cat=1&ccb=1-7&_nc_sid=2f2557&_nc_ohc=KkZ2D4ZGcoQQ7kNvgEZJu6E&_nc_zt=23&_nc_ht=scontent.fevn5-1.fna&_nc_gid=AL98jWxlDjOBkoRxQtgCJDI&oh=00_AYC_ByGDNUGb7g33JG7f6udAba3FHWAlWW9Nnz2dsSrILA&oe=6762F270', 'dark_message': None, 'display_artist': 'Rockwell', 'duration_in_ms': 298800, 'fast_start_progressive_download_url': 'https://scontent.fevn5-1.fna.fbcdn.net/o1/v/t2/f2/m69/AQM15p1zqzguD17RcgNmCoRPyPMUoFqhtGfVHz32zq2_zedpQqgf5jt8T3UcDiKaP3fVwIB3Cjf8NG9bgumOBkE5.mp4?strext=1&_nc_cat=111&_nc_sid=8bf8fe&_nc_ht=scontent.fevn5-1.fna.fbcdn.net&_nc_ohc=JDQjFbB7DCsQ7kNvgHcNGlq&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5BVURJT19PTkxZLi5DMy4wLnByb2dyZXNzaXZlX2F1ZGlvX2FhY3BfNDhfZnJhZ18yX2F1ZGlvIiwieHB2X2Fzc2V0X2lkIjo0MTAzMjQ3MDE3NzUwMzksInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=9-4&_nc_zt=28&oh=00_AYAMpi_KfMVsAHisduBmvw5DM6rgQ-efRMk30aMJEbfBXA&oe=6762F586', 'has_lyrics': True, 'highlight_start_times_in_ms': [96000, 49000, 158000], 'id': '377101383451375', 'ig_username': 'tom_rockwell', 'is_eligible_for_audio_effects': False, 'is_eligible_for_vinyl_sticker': True, 'is_explicit': False, 'lyrics': None, 'progressive_download_url': 'https://scontent.fevn5-1.fna.fbcdn.net/o1/v/t2/f2/m69/AQM15p1zqzguD17RcgNmCoRPyPMUoFqhtGfVHz32zq2_zedpQqgf5jt8T3UcDiKaP3fVwIB3Cjf8NG9bgumOBkE5.mp4?strext=1&_nc_cat=111&_nc_sid=8bf8fe&_nc_ht=scontent.fevn5-1.fna.fbcdn.net&_nc_ohc=JDQjFbB7DCsQ7kNvgHcNGlq&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5BVURJT19PTkxZLi5DMy4wLnByb2dyZXNzaXZlX2F1ZGlvX2FhY3BfNDhfZnJhZ18yX2F1ZGlvIiwieHB2X2Fzc2V0X2lkIjo0MTAzMjQ3MDE3NzUwMzksInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=9-4&_nc_zt=28&oh=00_AYAMpi_KfMVsAHisduBmvw5DM6rgQ-efRMk30aMJEbfBXA&oe=6762F586', 'reactive_audio_download_url': None, 'sanitized_title': None, 'subtitle': '', 'title': \"Somebody's Watching Me\", 'web_30s_preview_download_url': None}, 'music_consumption_info': {'allow_media_creation_with_music': True, 'audio_asset_start_time_in_ms': 43000, 'audio_filter_infos': [], 'audio_muting_info': {'allow_audio_editing': False, 'mute_audio': False, 'mute_reason_str': '', 'show_muted_audio_toast': False}, 'contains_lyrics': None, 'derived_content_id': None, 'display_labels': None, 'formatted_clips_media_count': None, 'ig_artist': {'full_name': 'Tom Rockwell', 'id': '23288511', 'is_private': False, 'is_verified': True, 'profile_pic_id': '3104752687269450556_23288511', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/347406053_957588568996988_1550397669723868523_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=I0EMCXCLK5gQ7kNvgGK75LP&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCoVlko3mQ4s3UtVuF3kewShao8byXK7iZhfgptq-ig3Q&oe=6762D316&_nc_sid=76c0fc', 'username': 'tom_rockwell'}, 'is_bookmarked': False, 'is_trending_in_clips': False, 'overlap_duration_in_ms': 30000, 'placeholder_profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.12442-15/43985629_311105916145351_58064759811405776_n.jpg?_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=s3y-g1riqzYQ7kNvgGO9koH&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&oh=00_AYB3J3O6Wok7HNlBn17529CYlorN69YeTfcOogucWeTs3Q&oe=6762E4BD&_nc_sid=76c0fc', 'previous_trend_rank': None, 'should_allow_music_editing': False, 'should_mute_audio': False, 'should_mute_audio_reason': '', 'should_mute_audio_reason_type': None, 'trend_rank': None}}, 'nux_info': None, 'original_sound_info': None, 'originality_info': None, 'professional_clips_upsell_type': 0, 'reels_on_the_rise_info': None, 'reusable_text_attribute_string': None, 'reusable_text_info': None, 'shopping_info': None, 'show_achievements': False, 'show_tips': None, 'template_info': None, 'viewer_interaction_settings': None}, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'DA7-1zbxRhm', 'comment_count': 96, 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerciality_status': 'not_commercial', 'creator_viewer_insights': [], 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1728549535177482, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_like_count': 9674, 'fb_play_count': 339479, 'fb_user_tags': {'in': []}, 'fbid': '17944318829892562', 'feed_type': 'clips', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_audio': True, 'has_high_risk_gen_ai_inform_treatment': False, 'has_liked': False, 'has_more_comments': True, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '3475647913689159782_21647636423', 'ig_media_sharing_disabled': False, 'ig_play_count': 1983717, 'igbio_product': None, 'image_versions': {'additional_items': {'first_frame': {'height': 852, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/462302245_1347713596196728_288734876695452654_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi42NDB4MTEzNi5zZHIuZjcxODc4LmFkZGl0aW9uYWxfY292ZXJfZnJhbWUifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=oInryGKcacMQ7kNvgFhErZZ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCoSxyufZ-KFVRQNLau3MsyP0PlF47sEz4qU8BydHhvFQ&oe=6762F152&_nc_sid=76c0fc', 'width': 480}, 'igtv_first_frame': {'height': 852, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/462302245_1347713596196728_288734876695452654_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi42NDB4MTEzNi5zZHIuZjcxODc4LmFkZGl0aW9uYWxfY292ZXJfZnJhbWUifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=oInryGKcacMQ7kNvgFhErZZ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCoSxyufZ-KFVRQNLau3MsyP0PlF47sEz4qU8BydHhvFQ&oe=6762F152&_nc_sid=76c0fc', 'width': 480}, 'smart_frame': None}, 'items': [{'height': 853, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462654564_1305485117470557_158623042827495594_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDE5MjAuc2RyLmYyOTM1MC5kZWZhdWx0X2NvdmVyX2ZyYW1lIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=hkTSukU2ELYQ7kNvgHcevTJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3NTY0NzkxMzY4OTE1OTc4Mg%3D%3D.3-ccb7-5&oh=00_AYBo6McX_NpfGdPrzQToDRdLCvCZr6ZLwO4JDLe-doGvGA&oe=6762FBB4&_nc_sid=76c0fc', 'width': 480}], 'scrubber_spritesheet_info_candidates': {'default': {'file_size_kb': 418, 'max_thumbnails_per_sprite': 105, 'rendered_width': 96, 'sprite_height': 1246, 'sprite_urls': ['https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/462602654_546741858006536_7345142134941534114_n.jpg?_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=wvdkP44OXJsQ7kNvgFKT9ej&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCUN5A5CsdKOHyoHIMAsZSWzYCtQ9FsK5cSSgO38oYn2Q&oe=6763052B&_nc_sid=76c0fc'], 'sprite_width': 1500, 'thumbnail_duration': 0.1812666666666667, 'thumbnail_height': 178, 'thumbnail_width': 100, 'thumbnails_per_row': 15, 'total_thumbnail_num_per_sprite': 105, 'video_length': 19.033}}}, 'integrity_review_decision': 'pending', 'inventory_source': 'recommended_clips_chaining_model', 'invited_coauthor_producers': [], 'is_artist_pick': False, 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_dash_eligible': 1, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_reuse_allowed': True, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_third_party_downloads_eligible': True, 'is_unified_video': False, 'is_video': True, 'layout_type': 'one_by_two_left', 'like_and_view_counts_disabled': False, 'like_count': 150118, 'max_num_visible_preview_comments': 0, 'media_cropping_info': {'square_crop': {'crop_bottom': 0, 'crop_left': 0, 'crop_right': 0, 'crop_top': 0}}, 'media_name': 'reel', 'media_notes': {'items': []}, 'media_type': 2, 'meta_ai_suggested_prompts': [], 'music_metadata': None, 'number_of_qualities': 8, 'open_carousel_show_follow_button': False, 'original_height': 1920, 'original_width': 1080, 'owner': {'account_badges': [], 'account_type': 3, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841421732695954, 'feed_post_reshare_disabled': False, 'full_name': 'Food content!! 🍪', 'has_anonymous_profile_picture': False, 'id': '21647636423', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2686556406097949808_21647636423', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'foodfypp'}, 'pk': 3475647913689159782, 'play_count': 2323196, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'clips', 'reshare_count': 25446, 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'social_context': [], 'subscribe_cta_visible': False, 'taken_at': 1728549574, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462654564_1305485117470557_158623042827495594_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDE5MjAuc2RyLmYyOTM1MC5kZWZhdWx0X2NvdmVyX2ZyYW1lIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=hkTSukU2ELYQ7kNvgHcevTJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ3NTY0NzkxMzY4OTE1OTc4Mg%3D%3D.3-ccb7-5&oh=00_AYBo6McX_NpfGdPrzQToDRdLCvCZr6ZLwO4JDLe-doGvGA&oe=6762FBB4&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'top_likers': [], 'user': {'account_badges': [], 'account_type': 3, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841421732695954, 'feed_post_reshare_disabled': False, 'full_name': 'Food content!! 🍪', 'has_anonymous_profile_picture': False, 'id': '21647636423', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2686556406097949808_21647636423', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'foodfypp'}, 'video_codec': 'vp09.00.31.08.00.01.01.01.00', 'video_duration': 19.033, 'video_sticker_locales': [], 'video_subtitles_confidence': 0, 'video_subtitles_locale': 'en_US', 'video_url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m86/AQNYqQJELiipXkq9TuBGJn2Jc_l_3UukYvyHhwOQDKBZhQdZu_ZUHM9HVq1vzAz-07whxTMrSwt7Y4Gf7m_Uh0O8blcJhInnjpRZN9o.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEyMTcxNTM0NDk0OTI2MzUsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5DTElQUy5DMy43MjAuZGFzaF9iYXNlbGluZV8xX3YxIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&vs=5a9aa0f9301b252f&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8wQzQwOTUyNzE4NEFCMDBBNTI3QzE2OEE2MUVGOTFBRF92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dJX1JrUnZnMFJPTWlqTURBRGlOU2VqVk1vdFVicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJraC9O_Tv6kEFQIoAkMzLBdAMwhysCDEnBgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gcA&ccb=9-4&oh=00_AYCL3a3oNVET7EAcaqO--rgJ9gnvboehqJb-Iu8gGVaXDw&oe=675F0E31&_nc_sid=1d576d', 'video_versions': [{'height': 1280, 'id': '1230157981556443v', 'type': 101, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m86/AQNYqQJELiipXkq9TuBGJn2Jc_l_3UukYvyHhwOQDKBZhQdZu_ZUHM9HVq1vzAz-07whxTMrSwt7Y4Gf7m_Uh0O8blcJhInnjpRZN9o.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEyMTcxNTM0NDk0OTI2MzUsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5DTElQUy5DMy43MjAuZGFzaF9iYXNlbGluZV8xX3YxIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&vs=5a9aa0f9301b252f&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8wQzQwOTUyNzE4NEFCMDBBNTI3QzE2OEE2MUVGOTFBRF92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dJX1JrUnZnMFJPTWlqTURBRGlOU2VqVk1vdFVicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJraC9O_Tv6kEFQIoAkMzLBdAMwhysCDEnBgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gcA&ccb=9-4&oh=00_AYCL3a3oNVET7EAcaqO--rgJ9gnvboehqJb-Iu8gGVaXDw&oe=675F0E31&_nc_sid=1d576d', 'width': 720}, {'height': 640, 'id': '1061119212146364v', 'type': 102, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m86/AQMFxzCm_NdOZ4D1njunNhXqrL1gpruZ_KFGZDQ-5HfJWTNF0trOY9WKvHWZFmpWTG6mmn53lM-Zi17K8vxopR2HViE7z0HzM6u1KTQ.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEyMTcxNTM0NDk0OTI2MzUsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5DTElQUy5DMy4zNjAuZGFzaF9iYXNlbGluZV8zX3YxIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&vs=3108fa86e3539c8&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9CNjQ4Njc1RDgxOEFFODFGOTBCODk1NTMwQzczQzY5Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dJX1JrUnZnMFJPTWlqTURBRGlOU2VqVk1vdFVicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJraC9O_Tv6kEFQIoAkMzLBdAMwhysCDEnBgSZGFzaF9iYXNlbGluZV8zX3YxEQB1_gcA&ccb=9-4&oh=00_AYCc6oJuIMGYPTi2cJqPpZuxrj78sr9xsq0wafrRaNfbgA&oe=675EF4AE&_nc_sid=1d576d', 'width': 360}, {'height': 640, 'id': '1061119212146364v', 'type': 103, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m86/AQMFxzCm_NdOZ4D1njunNhXqrL1gpruZ_KFGZDQ-5HfJWTNF0trOY9WKvHWZFmpWTG6mmn53lM-Zi17K8vxopR2HViE7z0HzM6u1KTQ.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEyMTcxNTM0NDk0OTI2MzUsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5DTElQUy5DMy4zNjAuZGFzaF9iYXNlbGluZV8zX3YxIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&vs=3108fa86e3539c8&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9CNjQ4Njc1RDgxOEFFODFGOTBCODk1NTMwQzczQzY5Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dJX1JrUnZnMFJPTWlqTURBRGlOU2VqVk1vdFVicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJraC9O_Tv6kEFQIoAkMzLBdAMwhysCDEnBgSZGFzaF9iYXNlbGluZV8zX3YxEQB1_gcA&ccb=9-4&oh=00_AYCc6oJuIMGYPTi2cJqPpZuxrj78sr9xsq0wafrRaNfbgA&oe=675EF4AE&_nc_sid=1d576d', 'width': 360}], 'view_state_item_type': 128}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_modify_carousel': False, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'carousel_media': [{'carousel_parent_id': '3223767885888516131_18893299315', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3223767879118836798_18893299315', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/395905879_320267254035829_2757565479107940948_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=vMw1WLu7TScQ7kNvgGgwtVM&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTExODgzNjc5OA%3D%3D.3-ccb7-5&oh=00_AYBXPxQ7KCeCmwa060-At0JHO2XPZI2VF55y0uV2wzt4eA&oe=6762FC9A&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/395905879_320267254035829_2757565479107940948_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=vMw1WLu7TScQ7kNvgGgwtVM&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTExODgzNjc5OA%3D%3D.3-ccb7-5&oh=00_AYAu-IgVg4rNLz7yQjA2GabE3MGKN5_WxGb702gnVBQYgw&oe=6762FC9A&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 3223767879118836798, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1698523100, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/395905879_320267254035829_2757565479107940948_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=vMw1WLu7TScQ7kNvgGgwtVM&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTExODgzNjc5OA%3D%3D.3-ccb7-5&oh=00_AYBXPxQ7KCeCmwa060-At0JHO2XPZI2VF55y0uV2wzt4eA&oe=6762FC9A&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3223767885888516131_18893299315', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3223767879337005081_18893299315', 'image_versions': {'items': [{'height': 1492, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/396463652_351767204083904_5673624645479681162_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMTk3eDE0OTIuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=FtqfOtL_uSIQ7kNvgE80TzY&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTMzNzAwNTA4MQ%3D%3D.3-ccb7-5&oh=00_AYB2dZwnJNyRCMdMWcoW0UEQ_Wp73ahvcDWLxps1OoSPzw&oe=6762E47B&_nc_sid=76c0fc', 'width': 1197}, {'height': 598, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/396463652_351767204083904_5673624645479681162_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMTk3eDE0OTIuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=FtqfOtL_uSIQ7kNvgE80TzY&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTMzNzAwNTA4MQ%3D%3D.3-ccb7-5&oh=00_AYCcXBuFMiGir3-oLEONh4UVIbP5SWGecAUOH_YMn7Ff7g&oe=6762E47B&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1492, 'original_width': 1197, 'pk': 3223767879337005081, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1698523100, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/396463652_351767204083904_5673624645479681162_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMTk3eDE0OTIuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=FtqfOtL_uSIQ7kNvgE80TzY&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTMzNzAwNTA4MQ%3D%3D.3-ccb7-5&oh=00_AYB2dZwnJNyRCMdMWcoW0UEQ_Wp73ahvcDWLxps1OoSPzw&oe=6762E47B&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3223767885888516131_18893299315', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3223767879320160815_18893299315', 'image_versions': {'items': [{'height': 1679, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/396954224_1541043960040873_4939158503627579959_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMzQ2eDE2Nzkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=sDQSRgb_HV4Q7kNvgGPrwrX&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTMyMDE2MDgxNQ%3D%3D.3-ccb7-5&oh=00_AYCOD19TjUl18R2-UQMEtdy0kajmQrX2Y9uQsK0vIujb1A&oe=6762DF30&_nc_sid=76c0fc', 'width': 1346}, {'height': 599, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/396954224_1541043960040873_4939158503627579959_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMzQ2eDE2Nzkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=sDQSRgb_HV4Q7kNvgGPrwrX&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTMyMDE2MDgxNQ%3D%3D.3-ccb7-5&oh=00_AYDDU_YGsKDj4WdzeKg5XwxnYYKFroo3Qvg1-fdrblaN1A&oe=6762DF30&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1679, 'original_width': 1346, 'pk': 3223767879320160815, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1698523100, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/396954224_1541043960040873_4939158503627579959_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMzQ2eDE2Nzkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=sDQSRgb_HV4Q7kNvgGPrwrX&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTMyMDE2MDgxNQ%3D%3D.3-ccb7-5&oh=00_AYCOD19TjUl18R2-UQMEtdy0kajmQrX2Y9uQsK0vIujb1A&oe=6762DF30&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3223767885888516131_18893299315', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3223767879320229312_18893299315', 'image_versions': {'items': [{'height': 1492, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/395794423_299766206338089_5542845979873194556_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMTk3eDE0OTIuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=eSg5dkbYv-8Q7kNvgF7AVAN&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTMyMDIyOTMxMg%3D%3D.3-ccb7-5&oh=00_AYCQ8LrjBGL4ZxaMAfBgYF1KhkMcnEmt_yrh4UyPs5PYZg&oe=6762D934&_nc_sid=76c0fc', 'width': 1197}, {'height': 598, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/395794423_299766206338089_5542845979873194556_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMTk3eDE0OTIuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=eSg5dkbYv-8Q7kNvgF7AVAN&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTMyMDIyOTMxMg%3D%3D.3-ccb7-5&oh=00_AYBM__pp-2MULtO8D90drnL9rnrs8Mc6vw1pajcP8Q61yw&oe=6762D934&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1492, 'original_width': 1197, 'pk': 3223767879320229312, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1698523100, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/395794423_299766206338089_5542845979873194556_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMTk3eDE0OTIuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=eSg5dkbYv-8Q7kNvgF7AVAN&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTMyMDIyOTMxMg%3D%3D.3-ccb7-5&oh=00_AYCQ8LrjBGL4ZxaMAfBgYF1KhkMcnEmt_yrh4UyPs5PYZg&oe=6762D934&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3223767885888516131_18893299315', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3223767879119005056_18893299315', 'image_versions': {'items': [{'height': 1679, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/396770318_302955849182072_1866659255025053798_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMzQ2eDE2Nzkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=ePX9qIJcKpQQ7kNvgGp7sjs&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTExOTAwNTA1Ng%3D%3D.3-ccb7-5&oh=00_AYDxmxCorcky0YOX4G5y0TRnrmU-5utqQaIHJP4NFpanyw&oe=6762DE92&_nc_sid=76c0fc', 'width': 1346}, {'height': 599, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/396770318_302955849182072_1866659255025053798_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMzQ2eDE2Nzkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=ePX9qIJcKpQQ7kNvgGp7sjs&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTExOTAwNTA1Ng%3D%3D.3-ccb7-5&oh=00_AYDr7rfs0oOLDlj3mQYdIJfp641AzQ0XPbr_4zs5FbtujA&oe=6762DE92&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1679, 'original_width': 1346, 'pk': 3223767879119005056, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1698523100, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/396770318_302955849182072_1866659255025053798_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMzQ2eDE2Nzkuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=ePX9qIJcKpQQ7kNvgGp7sjs&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTExOTAwNTA1Ng%3D%3D.3-ccb7-5&oh=00_AYDxmxCorcky0YOX4G5y0TRnrmU-5utqQaIHJP4NFpanyw&oe=6762DE92&_nc_sid=76c0fc', 'video_sticker_locales': []}], 'carousel_media_count': 5, 'carousel_media_ids': [3223767879118836798, 3223767879337005081, 3223767879320160815, 3223767879320229312, 3223767879119005056], 'carousel_media_pending_post_count': 0, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'Cy9H8_csnAj', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1698523027980512, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17935127273759443', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '3223767885888516131_18893299315', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/395905879_320267254035829_2757565479107940948_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=vMw1WLu7TScQ7kNvgGgwtVM&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTExODgzNjc5OA%3D%3D.3-ccb7-5&oh=00_AYBXPxQ7KCeCmwa060-At0JHO2XPZI2VF55y0uV2wzt4eA&oe=6762FC9A&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/395905879_320267254035829_2757565479107940948_n.jpg?stp=dst-jpg_e35_p480x480_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=vMw1WLu7TScQ7kNvgGgwtVM&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTExODgzNjc5OA%3D%3D.3-ccb7-5&oh=00_AYAu-IgVg4rNLz7yQjA2GabE3MGKN5_WxGb702gnVBQYgw&oe=6762FC9A&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'max_num_visible_preview_comments': 0, 'media_name': 'album', 'media_notes': {'items': []}, 'media_type': 8, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'open_carousel_submission_state': 'closed', 'original_height': 612, 'original_width': 612, 'owner': {'account_badges': [], 'account_type': 3, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841418819471662, 'feed_post_reshare_disabled': False, 'full_name': 'Audrey Mitchell', 'has_anonymous_profile_picture': False, 'id': '18893299315', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3515895135796762070_18893299315', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469056730_922157239888444_5480583852067514129_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=PjHy3UBVWNYQ7kNvgG3aBgl&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCiDKJElrDLj0NaY0uBoSisYqhLTk_iYKM4qJ4BKz-G7w&oe=6762F226&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'nappies_n_lipgloss'}, 'pk': 3223767885888516131, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'carousel_container', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1698523101, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/395905879_320267254035829_2757565479107940948_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=vMw1WLu7TScQ7kNvgGgwtVM&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzIyMzc2Nzg3OTExODgzNjc5OA%3D%3D.3-ccb7-5&oh=00_AYBXPxQ7KCeCmwa060-At0JHO2XPZI2VF55y0uV2wzt4eA&oe=6762FC9A&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 3, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841418819471662, 'feed_post_reshare_disabled': False, 'full_name': 'Audrey Mitchell', 'has_anonymous_profile_picture': False, 'id': '18893299315', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3515895135796762070_18893299315', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469056730_922157239888444_5480583852067514129_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=PjHy3UBVWNYQ7kNvgG3aBgl&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCiDKJElrDLj0NaY0uBoSisYqhLTk_iYKM4qJ4BKz-G7w&oe=6762F226&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'nappies_n_lipgloss'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_modify_carousel': True, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'carousel_media': [{'carousel_parent_id': '3490381944387094371_24143737715', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '3490381933347629885_24143737715', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462415555_418986967731709_5928580959011706163_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=hTBXNVmYHecQ7kNvgEseYBy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ5MDM4MTkzMzM0NzYyOTg4NQ%3D%3D.3-ccb7-5&oh=00_AYBCsv270Q554owTDzCAeaCjsi1TnNYAkzh6pexehdz20Q&oe=6762F162&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462415555_418986967731709_5928580959011706163_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=hTBXNVmYHecQ7kNvgEseYBy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ5MDM4MTkzMzM0NzYyOTg4NQ%3D%3D.3-ccb7-5&oh=00_AYCmtU2hcgRIYgsuvHVFsw7h5L4YXL7q0UlS9TtcjD5yQg&oe=6762F162&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 3490381933347629885, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1730305972, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462415555_418986967731709_5928580959011706163_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=hTBXNVmYHecQ7kNvgEseYBy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ5MDM4MTkzMzM0NzYyOTg4NQ%3D%3D.3-ccb7-5&oh=00_AYBCsv270Q554owTDzCAeaCjsi1TnNYAkzh6pexehdz20Q&oe=6762F162&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '3490381944387094371_24143737715', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'has_audio': False, 'id': '3490381456136715046_24143737715', 'image_versions': {'items': [{'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464851368_560231503059951_7022377873737900064_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi43MjB4OTAwLnNkci5mMjkzNTAuZGVmYXVsdF9jb3Zlcl9mcmFtZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=4fwuuvFv-vEQ7kNvgFTp_8z&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ5MDM4MTQ1NjEzNjcxNTA0Ng%3D%3D.3-ccb7-5&oh=00_AYCPc0xezIOgIa-xgF9lSnjGdM3_dEujZ5SHSWMAQMwXBA&oe=6762DB94&_nc_sid=76c0fc', 'width': 480}], 'scrubber_spritesheet_info_candidates': {'default': {'file_size_kb': 277, 'max_thumbnails_per_sprite': 105, 'rendered_width': 96, 'sprite_height': 882, 'sprite_urls': ['https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/465214711_1594229664499518_763328868143564915_n.jpg?_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=oVBuFFOhMXMQ7kNvgHHNLyJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDGE2E1XsrGAVpYZ2HQ9HGkN2lV7p3Xmjl46okhTvd7Dg&oe=6762D3BB&_nc_sid=76c0fc'], 'sprite_width': 1500, 'thumbnail_duration': 0.05971428571428571, 'thumbnail_height': 126, 'thumbnail_width': 100, 'thumbnails_per_row': 15, 'total_thumbnail_num_per_sprite': 105, 'video_length': 6.27}}}, 'is_dash_eligible': 1, 'is_video': True, 'media_name': 'album_item', 'media_type': 2, 'number_of_qualities': 5, 'original_height': 1350, 'original_width': 1080, 'pk': 3490381456136715046, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1730305972, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/464851368_560231503059951_7022377873737900064_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi43MjB4OTAwLnNkci5mMjkzNTAuZGVmYXVsdF9jb3Zlcl9mcmFtZSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=4fwuuvFv-vEQ7kNvgFTp_8z&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ5MDM4MTQ1NjEzNjcxNTA0Ng%3D%3D.3-ccb7-5&oh=00_AYCPc0xezIOgIa-xgF9lSnjGdM3_dEujZ5SHSWMAQMwXBA&oe=6762DB94&_nc_sid=76c0fc', 'video_codec': 'vp09.00.31.08.00.01.01.01.00', 'video_duration': 6.27, 'video_sticker_locales': [], 'video_url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m69/AQN6jjpi3ZnaPgtES2dZNjRriRm4dr033SXApjXzXDWleUJ_AQrY9mHMWmyxSzgFPNricAOaoTUG9-Z9b-zzFx_D.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjU2NTA4Njg0Mjg2MjgxOCwidmVuY29kZV90YWciOiJ4cHZfcHJvZ3Jlc3NpdmUuSU5TVEFHUkFNLkNBUk9VU0VMX0lURU0uQzMuMTA4MC5kYXNoX2Jhc2VsaW5lXzEwODBwX3YxIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&strext=1&vs=99e4b31891a275a3&_nc_vs=HBkcFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HRXVteEFLVEV5cDJMSFlmQUJudk5iRElRdXh1YnBSMUFBQUYVAALIAQAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACbE88mIsfyAAhUCKAJDMywXQBkTdLxqfvoYFmRhc2hfYmFzZWxpbmVfMTA4MHBfdjERAHXuBwA&ccb=9-4&oh=00_AYBUKQnZ4LEEYwMeRGRFB6lQH2J1EM5NG8j5PVXUVu16Pg&oe=675EE672&_nc_sid=1d576d', 'video_versions': [{'height': 1350, 'id': '781130514107658v', 'type': 101, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m69/AQN6jjpi3ZnaPgtES2dZNjRriRm4dr033SXApjXzXDWleUJ_AQrY9mHMWmyxSzgFPNricAOaoTUG9-Z9b-zzFx_D.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjU2NTA4Njg0Mjg2MjgxOCwidmVuY29kZV90YWciOiJ4cHZfcHJvZ3Jlc3NpdmUuSU5TVEFHUkFNLkNBUk9VU0VMX0lURU0uQzMuMTA4MC5kYXNoX2Jhc2VsaW5lXzEwODBwX3YxIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&strext=1&vs=99e4b31891a275a3&_nc_vs=HBkcFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HRXVteEFLVEV5cDJMSFlmQUJudk5iRElRdXh1YnBSMUFBQUYVAALIAQAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACbE88mIsfyAAhUCKAJDMywXQBkTdLxqfvoYFmRhc2hfYmFzZWxpbmVfMTA4MHBfdjERAHXuBwA&ccb=9-4&oh=00_AYBUKQnZ4LEEYwMeRGRFB6lQH2J1EM5NG8j5PVXUVu16Pg&oe=675EE672&_nc_sid=1d576d', 'width': 1080}, {'height': 674, 'id': '570760658648791v', 'type': 102, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m69/AQPGTUAvmQ25_v18Ildcsl6JClbnvkDX5jLBo39c63T2F_DugyESBECITt5MyFSTlOm9UkdjbUMgtintwo0ekHSX.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjU2NTA4Njg0Mjg2MjgxOCwidmVuY29kZV90YWciOiJ4cHZfcHJvZ3Jlc3NpdmUuSU5TVEFHUkFNLkNBUk9VU0VMX0lURU0uQzMuNTQwLmRhc2hfYmFzZWxpbmVfMl92MSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&strext=1&vs=fe0aa4352cff423c&_nc_vs=HBkcFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HQm92d3drTEhZWk5rSUFFQUgzT3BIR3hMSkFfYnBSMUFBQUYVAALIAQAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACbE88mIsfyAAhUCKAJDMywXQBkTdLxqfvoYEmRhc2hfYmFzZWxpbmVfMl92MREAde4HAA&ccb=9-4&oh=00_AYCbXiPSZlUE2XHSKhmUsxr2qGzZI2AKS1rr1Rsobs06-w&oe=675F1288&_nc_sid=1d576d', 'width': 540}, {'height': 674, 'id': '570760658648791v', 'type': 103, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m69/AQPGTUAvmQ25_v18Ildcsl6JClbnvkDX5jLBo39c63T2F_DugyESBECITt5MyFSTlOm9UkdjbUMgtintwo0ekHSX.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjU2NTA4Njg0Mjg2MjgxOCwidmVuY29kZV90YWciOiJ4cHZfcHJvZ3Jlc3NpdmUuSU5TVEFHUkFNLkNBUk9VU0VMX0lURU0uQzMuNTQwLmRhc2hfYmFzZWxpbmVfMl92MSJ9&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&strext=1&vs=fe0aa4352cff423c&_nc_vs=HBkcFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HQm92d3drTEhZWk5rSUFFQUgzT3BIR3hMSkFfYnBSMUFBQUYVAALIAQAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACbE88mIsfyAAhUCKAJDMywXQBkTdLxqfvoYEmRhc2hfYmFzZWxpbmVfMl92MREAde4HAA&ccb=9-4&oh=00_AYCbXiPSZlUE2XHSKhmUsxr2qGzZI2AKS1rr1Rsobs06-w&oe=675F1288&_nc_sid=1d576d', 'width': 540}]}], 'carousel_media_count': 2, 'carousel_media_ids': [3490381933347629885, 3490381456136715046], 'carousel_media_pending_post_count': 0, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'DBwU-K1oUdj', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': '', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1730305914678214, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '18030455591457812', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '3490381944387094371_24143737715', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462415555_418986967731709_5928580959011706163_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=hTBXNVmYHecQ7kNvgEseYBy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ5MDM4MTkzMzM0NzYyOTg4NQ%3D%3D.3-ccb7-5&oh=00_AYBCsv270Q554owTDzCAeaCjsi1TnNYAkzh6pexehdz20Q&oe=6762F162&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462415555_418986967731709_5928580959011706163_n.jpg?stp=dst-jpg_e35_p480x480_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=hTBXNVmYHecQ7kNvgEseYBy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ5MDM4MTkzMzM0NzYyOTg4NQ%3D%3D.3-ccb7-5&oh=00_AYCmtU2hcgRIYgsuvHVFsw7h5L4YXL7q0UlS9TtcjD5yQg&oe=6762F162&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'max_num_visible_preview_comments': 0, 'media_name': 'album', 'media_notes': {'items': []}, 'media_type': 8, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '18223670956073248', 'audio_type': 'licensed_music', 'music_info': {'music_asset_info': {'allows_saving': True, 'artist_id': '486489990429674', 'audio_asset_id': '852305613761024', 'audio_id': '243909430722250', 'cover_artwork_thumbnail_uri': 'https://scontent.fevn5-1.fna.fbcdn.net/v/t39.30808-6/463749077_90029056762648_4498567770122933870_n.jpg?stp=dst-jpg_s168x128_tt6&_nc_cat=1&ccb=1-7&_nc_sid=2f2557&_nc_ohc=ETvZumm6drsQ7kNvgGxJzaZ&_nc_zt=23&_nc_ht=scontent.fevn5-1.fna&_nc_gid=AnsiMLe-TP_hnZTg3eOfIhw&oh=00_AYCpDwPx5XHHYgzME6uEPXER4H-1pb3TDzDTNgD-qYFu7Q&oe=6762DBC4', 'cover_artwork_uri': 'https://scontent.fevn5-1.fna.fbcdn.net/v/t39.30808-6/463749077_90029056762648_4498567770122933870_n.jpg?stp=dst-jpg_s168x128_tt6&_nc_cat=1&ccb=1-7&_nc_sid=2f2557&_nc_ohc=ETvZumm6drsQ7kNvgGxJzaZ&_nc_zt=23&_nc_ht=scontent.fevn5-1.fna&_nc_gid=AnsiMLe-TP_hnZTg3eOfIhw&oh=00_AYCpDwPx5XHHYgzME6uEPXER4H-1pb3TDzDTNgD-qYFu7Q&oe=6762DBC4', 'dark_message': None, 'display_artist': 'Melodrama', 'duration_in_ms': 46901, 'fast_start_progressive_download_url': 'https://scontent.fevn5-1.fna.fbcdn.net/o1/v/t2/f2/m69/AQM8OoWS-mB8ptOeJNtgUz7u7lUn0el645lnyM78oFuR10mcb7tRpAbTPvcAVFiXXVOsrmvA56JhCr1OjthAH-1i.mp4?strext=1&_nc_cat=111&_nc_sid=8bf8fe&_nc_ht=scontent.fevn5-1.fna.fbcdn.net&_nc_ohc=bAsaK6nSUbMQ7kNvgEn0ZPP&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5BVURJT19PTkxZLi5DMy4wLnByb2dyZXNzaXZlX2F1ZGlvX2FhY3BfNDhfZnJhZ18yX2F1ZGlvIiwieHB2X2Fzc2V0X2lkIjoxMTg5ODc3OTk4NzkwMjkxLCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=9-4&_nc_zt=28&oh=00_AYBn3D2bTtasH7ThDvWM46WE3DO7-_vwaInz8VbvxoG60g&oe=6762DCD6', 'has_lyrics': False, 'highlight_start_times_in_ms': [1500, 21500, 37000], 'id': '852305613761024', 'ig_username': 'melodrama_studio', 'is_eligible_for_audio_effects': False, 'is_eligible_for_vinyl_sticker': True, 'is_explicit': False, 'lyrics': None, 'progressive_download_url': 'https://scontent.fevn5-1.fna.fbcdn.net/o1/v/t2/f2/m69/AQM8OoWS-mB8ptOeJNtgUz7u7lUn0el645lnyM78oFuR10mcb7tRpAbTPvcAVFiXXVOsrmvA56JhCr1OjthAH-1i.mp4?strext=1&_nc_cat=111&_nc_sid=8bf8fe&_nc_ht=scontent.fevn5-1.fna.fbcdn.net&_nc_ohc=bAsaK6nSUbMQ7kNvgEn0ZPP&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5BVURJT19PTkxZLi5DMy4wLnByb2dyZXNzaXZlX2F1ZGlvX2FhY3BfNDhfZnJhZ18yX2F1ZGlvIiwieHB2X2Fzc2V0X2lkIjoxMTg5ODc3OTk4NzkwMjkxLCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=9-4&_nc_zt=28&oh=00_AYBn3D2bTtasH7ThDvWM46WE3DO7-_vwaInz8VbvxoG60g&oe=6762DCD6', 'reactive_audio_download_url': None, 'sanitized_title': None, 'subtitle': '', 'title': 'Spooky Fun Halloween', 'web_30s_preview_download_url': None}, 'music_consumption_info': {'allow_media_creation_with_music': True, 'audio_asset_start_time_in_ms': 1500, 'audio_filter_infos': [], 'audio_muting_info': {'allow_audio_editing': False, 'mute_audio': False, 'mute_reason_str': '', 'show_muted_audio_toast': False}, 'contains_lyrics': None, 'derived_content_id': None, 'display_labels': None, 'formatted_clips_media_count': None, 'ig_artist': {'full_name': 'Mélødrama | Original music for TikTok, IG reels, YT shorts.', 'id': '4614539283', 'is_private': False, 'is_verified': False, 'profile_pic_id': '3308743704149233106_4614539283', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/429282171_25053591267619947_125715063942629936_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=HRIe5JFAYkoQ7kNvgGW7Wr_&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAYG1BsDpHotxfxC5xmllSvpiWWQKxX2o2AhXGqHVkmow&oe=6762F4FB&_nc_sid=76c0fc', 'username': 'melodrama_studio'}, 'is_bookmarked': False, 'is_trending_in_clips': False, 'overlap_duration_in_ms': 30000, 'placeholder_profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.12442-15/43985629_311105916145351_58064759811405776_n.jpg?_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=s3y-g1riqzYQ7kNvgGO9koH&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oAAAAA&ccb=7-5&oh=00_AYB3J3O6Wok7HNlBn17529CYlorN69YeTfcOogucWeTs3Q&oe=6762E4BD&_nc_sid=76c0fc', 'previous_trend_rank': None, 'should_allow_music_editing': False, 'should_mute_audio': False, 'should_mute_audio_reason': '', 'should_mute_audio_reason_type': None, 'trend_rank': None}}, 'original_sound_info': None, 'pinned_media_ids': []}, 'open_carousel_show_follow_button': False, 'open_carousel_submission_state': 'closed', 'original_height': 612, 'original_width': 612, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841424051467967, 'feed_post_reshare_disabled': False, 'full_name': 'Pedagog Patrullen', 'has_anonymous_profile_picture': False, 'id': '24143737715', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3222626215967911380_24143737715', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/395577138_687016896717700_3486240036097691016_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=NQG8LN8ypP0Q7kNvgE25iHR&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB21f8Lifu7Ju8_U9hX6noCl_PtA4nlAwW2wbREcXsnCA&oe=6762ED4A&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 0, 'transparency_product_enabled': False, 'username': 'pedagogpatrullen'}, 'pk': 3490381944387094371, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'carousel_container', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1730305973, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/462415555_418986967731709_5928580959011706163_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=hTBXNVmYHecQ7kNvgEseYBy&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MzQ5MDM4MTkzMzM0NzYyOTg4NQ%3D%3D.3-ccb7-5&oh=00_AYBCsv270Q554owTDzCAeaCjsi1TnNYAkzh6pexehdz20Q&oe=6762F162&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841424051467967, 'feed_post_reshare_disabled': False, 'full_name': 'Pedagog Patrullen', 'has_anonymous_profile_picture': False, 'id': '24143737715', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '3222626215967911380_24143737715', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/395577138_687016896717700_3486240036097691016_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=NQG8LN8ypP0Q7kNvgE25iHR&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB21f8Lifu7Ju8_U9hX6noCl_PtA4nlAwW2wbREcXsnCA&oe=6762ED4A&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 0, 'transparency_product_enabled': False, 'username': 'pedagogpatrullen'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': True, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CGJ85IyAhAI', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': '', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1602316747, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '18036040690301596', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '2416730484290752520_3101727627', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 720, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/121198929_3501635686581801_2121481297125811347_n.jpg?stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi43MjB4NzIwLnNkci5mMjg4NS5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=zn6O8opbw6QQ7kNvgFxp6Or&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjQxNjczMDQ4NDI5MDc1MjUyMA%3D%3D.3-ccb7-5&oh=00_AYAuSaFrdLasEa7W7qaXnaN5JOI673IhnD1HcsggRUaRPg&oe=6762EE18&_nc_sid=76c0fc', 'width': 720}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/121198929_3501635686581801_2121481297125811347_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi43MjB4NzIwLnNkci5mMjg4NS5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=zn6O8opbw6QQ7kNvgFxp6Or&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjQxNjczMDQ4NDI5MDc1MjUyMA%3D%3D.3-ccb7-5&oh=00_AYA-HiKyN10Nb2ar63iH6nf_mC_Roo9d4Xd_UUgrDn5bFw&oe=6762EE18&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'mashup_info': {'can_toggle_mashups_allowed': False, 'formatted_mashups_count': None, 'has_been_mashed_up': False, 'has_nonmimicable_additional_audio': False, 'is_creator_requesting_mashup': False, 'is_light_weight_check': True, 'is_light_weight_reuse_allowed_check': False, 'is_pivot_page_available': False, 'is_reuse_allowed': False, 'mashup_type': None, 'mashups_allowed': False, 'non_privacy_filtered_mashups_media_count': 0, 'original_media': None, 'privacy_filtered_mashups_media_count': None}, 'max_num_visible_preview_comments': 0, 'media_name': 'post', 'media_notes': {'items': []}, 'media_type': 1, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'original_height': 720, 'original_width': 720, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841403108837715, 'feed_post_reshare_disabled': False, 'full_name': 'Kathrin | Backen macht glücklich ❤', 'has_anonymous_profile_picture': False, 'id': '3101727627', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '1295812261126311555_3101727627', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/13658426_133148483784858_1483257442_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=y19S-9tgas4Q7kNvgEG76x3&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCWEj4lTS_e1eF9YT8O3f_fn4rsY_wfyjKOcRft_Kn86Q&oe=6762E057&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'backenmachtgluecklich.de'}, 'pk': 2416730484290752520, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'feed', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1602316747, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/121198929_3501635686581801_2121481297125811347_n.jpg?stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi43MjB4NzIwLnNkci5mMjg4NS5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=zn6O8opbw6QQ7kNvgFxp6Or&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjQxNjczMDQ4NDI5MDc1MjUyMA%3D%3D.3-ccb7-5&oh=00_AYAuSaFrdLasEa7W7qaXnaN5JOI673IhnD1HcsggRUaRPg&oe=6762EE18&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841403108837715, 'feed_post_reshare_disabled': False, 'full_name': 'Kathrin | Backen macht glücklich ❤', 'has_anonymous_profile_picture': False, 'id': '3101727627', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '1295812261126311555_3101727627', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/13658426_133148483784858_1483257442_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=y19S-9tgas4Q7kNvgEG76x3&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCWEj4lTS_e1eF9YT8O3f_fn4rsY_wfyjKOcRft_Kn86Q&oe=6762E057&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'backenmachtgluecklich.de'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_modify_carousel': False, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'carousel_media': [{'carousel_parent_id': '2689476870599113086_2096686899', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2689476864467165293_2096686899', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246915025_597600241421669_8318653249412067793_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=bh1sNJt51cQQ7kNvgGdUbGU&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ2NzE2NTI5Mw%3D%3D.3-ccb7-5&oh=00_AYCm03ApqMlbPldf_SVjMW2qWfd9HXimOW9qvitfN5E_qA&oe=67630029&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246915025_597600241421669_8318653249412067793_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=bh1sNJt51cQQ7kNvgGdUbGU&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ2NzE2NTI5Mw%3D%3D.3-ccb7-5&oh=00_AYDZ-XCr0TnF9TeQE5-vbGFIO6OZtDu0tuur7xGK_CBRJg&oe=67630029&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 2689476864467165293, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1634830647, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246915025_597600241421669_8318653249412067793_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=bh1sNJt51cQQ7kNvgGdUbGU&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ2NzE2NTI5Mw%3D%3D.3-ccb7-5&oh=00_AYCm03ApqMlbPldf_SVjMW2qWfd9HXimOW9qvitfN5E_qA&oe=67630029&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '2689476870599113086_2096686899', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2689476864483872104_2096686899', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246479754_566314291270468_6689999727724387244_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=oMIhlQ34k70Q7kNvgHFePYr&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ4Mzg3MjEwNA%3D%3D.3-ccb7-5&oh=00_AYBQrV88Po0JjgPwV3Wflgw-LeFIIt4h6W4xVfzsLmJ9EQ&oe=6763067E&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246479754_566314291270468_6689999727724387244_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=oMIhlQ34k70Q7kNvgHFePYr&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ4Mzg3MjEwNA%3D%3D.3-ccb7-5&oh=00_AYBPKW5z2kTrszVsE41LHGtb8XE-akIzzEK8CmrJH5iH6Q&oe=6763067E&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 2689476864483872104, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1634830647, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246479754_566314291270468_6689999727724387244_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=oMIhlQ34k70Q7kNvgHFePYr&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ4Mzg3MjEwNA%3D%3D.3-ccb7-5&oh=00_AYBQrV88Po0JjgPwV3Wflgw-LeFIIt4h6W4xVfzsLmJ9EQ&oe=6763067E&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '2689476870599113086_2096686899', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2689476864693760102_2096686899', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246719352_271773301514352_5988459422835484088_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=s_V5fCzvpk8Q7kNvgGXQQ_g&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDY5Mzc2MDEwMg%3D%3D.3-ccb7-5&oh=00_AYDvu2XvfUU85sZdFl7ctbjNfU9G5yNjzSUejC-c-cj-HQ&oe=6762DD37&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246719352_271773301514352_5988459422835484088_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=s_V5fCzvpk8Q7kNvgGXQQ_g&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDY5Mzc2MDEwMg%3D%3D.3-ccb7-5&oh=00_AYAafsNo8D62WPMTDTRWi3ZZ1_Jx2K1HemisSsztnqMohg&oe=6762DD37&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 2689476864693760102, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1634830648, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246719352_271773301514352_5988459422835484088_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=s_V5fCzvpk8Q7kNvgGXQQ_g&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDY5Mzc2MDEwMg%3D%3D.3-ccb7-5&oh=00_AYDvu2XvfUU85sZdFl7ctbjNfU9G5yNjzSUejC-c-cj-HQ&oe=6762DD37&_nc_sid=76c0fc', 'video_sticker_locales': []}, {'carousel_parent_id': '2689476870599113086_2096686899', 'commerciality_status': 'not_commercial', 'explore_pivot_grid': False, 'fb_user_tags': {'in': []}, 'featured_products': [], 'id': '2689476864492316284_2096686899', 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246735920_406435727778261_366316844960096659_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=dLzTdWIwsxYQ7kNvgHwqZ4z&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ5MjMxNjI4NA%3D%3D.3-ccb7-5&oh=00_AYCZt-GGzSlD7VC7a9qdYtX9KDzRDNI8F6DwXVtBPBmW1g&oe=6762F85C&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246735920_406435727778261_366316844960096659_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=dLzTdWIwsxYQ7kNvgHwqZ4z&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ5MjMxNjI4NA%3D%3D.3-ccb7-5&oh=00_AYBrPUYtJOqZvpS5oRnoT7KR_W8aKsdXw01oadQF-YIPiQ&oe=6762F85C&_nc_sid=76c0fc', 'width': 480}]}, 'is_video': False, 'media_name': 'album_item', 'media_type': 1, 'original_height': 1800, 'original_width': 1440, 'pk': 2689476864492316284, 'product_suggestions': [], 'product_type': 'carousel_item', 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'taken_at': 1634830648, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246735920_406435727778261_366316844960096659_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=dLzTdWIwsxYQ7kNvgHwqZ4z&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ5MjMxNjI4NA%3D%3D.3-ccb7-5&oh=00_AYCZt-GGzSlD7VC7a9qdYtX9KDzRDNI8F6DwXVtBPBmW1g&oe=6762F85C&_nc_sid=76c0fc', 'video_sticker_locales': []}], 'carousel_media_count': 4, 'carousel_media_ids': [2689476864467165293, 2689476864483872104, 2689476864693760102, 2689476864492316284], 'carousel_media_pending_post_count': 0, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CVS8PbfsHl-', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': 'approved', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1634830536904971, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17979827500394766', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '2689476870599113086_2096686899', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246915025_597600241421669_8318653249412067793_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=bh1sNJt51cQQ7kNvgGdUbGU&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ2NzE2NTI5Mw%3D%3D.3-ccb7-5&oh=00_AYCm03ApqMlbPldf_SVjMW2qWfd9HXimOW9qvitfN5E_qA&oe=67630029&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246915025_597600241421669_8318653249412067793_n.jpg?stp=dst-jpg_e35_p480x480_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=bh1sNJt51cQQ7kNvgGdUbGU&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ2NzE2NTI5Mw%3D%3D.3-ccb7-5&oh=00_AYDZ-XCr0TnF9TeQE5-vbGFIO6OZtDu0tuur7xGK_CBRJg&oe=67630029&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'approved', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'max_num_visible_preview_comments': 0, 'media_name': 'album', 'media_notes': {'items': []}, 'media_type': 8, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'open_carousel_submission_state': 'closed', 'original_height': 612, 'original_width': 612, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841402126992085, 'feed_post_reshare_disabled': False, 'full_name': 'Dr. Oetker Deutschland', 'has_anonymous_profile_picture': False, 'id': '2096686899', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': True, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/11327148_1139597572723582_1237569364_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=C7X0Wst0y8EQ7kNvgHj1pdt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBnciF00PG6lnPM9kyNmYwElJD1Qimm-1XbGHcYWy007Q&oe=6762EDB6&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 2, 'transparency_product_enabled': False, 'username': 'dr.oetker_deutschland'}, 'pk': 2689476870599113086, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'carousel_container', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1634830648, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/246915025_597600241421669_8318653249412067793_n.jpg?se=8&stp=dst-jpg_e35_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=bh1sNJt51cQQ7kNvgGdUbGU&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY4OTQ3Njg2NDQ2NzE2NTI5Mw%3D%3D.3-ccb7-5&oh=00_AYCm03ApqMlbPldf_SVjMW2qWfd9HXimOW9qvitfN5E_qA&oe=67630029&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841402126992085, 'feed_post_reshare_disabled': False, 'full_name': 'Dr. Oetker Deutschland', 'has_anonymous_profile_picture': False, 'id': '2096686899', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': True, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/11327148_1139597572723582_1237569364_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=C7X0Wst0y8EQ7kNvgHj1pdt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBnciF00PG6lnPM9kyNmYwElJD1Qimm-1XbGHcYWy007Q&oe=6762EDB6&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 2, 'transparency_product_enabled': False, 'username': 'dr.oetker_deutschland'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CVfpEy0KKe9', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': '', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 163525680774, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17932634053764399', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_audio': True, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '2693051751537878973_6343331733', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/249105336_676732459956754_8229620942798683361_n.jpg?stp=dst-jpg_e15_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwODAuc2RyLmYyODg1LmRlZmF1bHRfY292ZXJfZnJhbWUifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=KyhYnsPS_4cQ7kNvgF70eAg&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5MzA1MTc1MTUzNzg3ODk3Mw%3D%3D.3-ccb7-5&oh=00_AYB5T1RGNyrJkQPa_eAtJBCySpBV0PNoPvUPBiPBzpq6lw&oe=6762FB3E&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_dash_eligible': 1, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': True, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'mashup_info': {'can_toggle_mashups_allowed': False, 'formatted_mashups_count': None, 'has_been_mashed_up': False, 'has_nonmimicable_additional_audio': False, 'is_creator_requesting_mashup': False, 'is_light_weight_check': True, 'is_light_weight_reuse_allowed_check': False, 'is_pivot_page_available': False, 'is_reuse_allowed': False, 'mashup_type': None, 'mashups_allowed': False, 'non_privacy_filtered_mashups_media_count': 0, 'original_media': None, 'privacy_filtered_mashups_media_count': None}, 'max_num_visible_preview_comments': 0, 'media_name': 'reel', 'media_notes': {'items': []}, 'media_type': 2, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'number_of_qualities': 1, 'open_carousel_show_follow_button': False, 'original_height': 1080, 'original_width': 1080, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841406352002916, 'feed_post_reshare_disabled': False, 'full_name': 'Einfach Tasty', 'has_anonymous_profile_picture': False, 'id': '6343331733', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': True, 'profile_pic_id': '3006679059937824145_6343331733', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/322932417_3000370060267383_4887401434263721246_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=JIbGWAmCpDUQ7kNvgEaS0eJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDf1MOw8O4VHj9wtei0LJ7Hh-mzmE4g0e7hvPJJzDJWTg&oe=6762F4E2&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'einfachtasty'}, 'pk': 2693051751537878973, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'feed', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1635256840, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/249105336_676732459956754_8229620942798683361_n.jpg?stp=dst-jpg_e15_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwODAuc2RyLmYyODg1LmRlZmF1bHRfY292ZXJfZnJhbWUifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=110&_nc_ohc=KyhYnsPS_4cQ7kNvgF70eAg&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5MzA1MTc1MTUzNzg3ODk3Mw%3D%3D.3-ccb7-5&oh=00_AYB5T1RGNyrJkQPa_eAtJBCySpBV0PNoPvUPBiPBzpq6lw&oe=6762FB3E&_nc_sid=76c0fc', 'thumbnails': {'file_size_kb': 1958, 'max_thumbnails_per_sprite': 105, 'rendered_width': 96, 'sprite_height': 700, 'sprite_urls': ['https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-15/248427678_1527358787629056_3958579182928528138_n.png?stp=dst-jpg_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=0yxtBPTuVlwQ7kNvgFcLvsD&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYD8u78OiGi_xA9LlM0OMY_sJf0qKjf-hyDPWqmj-raxcQ&oe=676302A3&_nc_sid=76c0fc'], 'sprite_width': 1500, 'thumbnail_duration': 0.5622190476190476, 'thumbnail_height': 100, 'thumbnail_width': 100, 'thumbnails_per_row': 15, 'total_thumbnail_num_per_sprite': 105, 'video_length': 59.033}, 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841406352002916, 'feed_post_reshare_disabled': False, 'full_name': 'Einfach Tasty', 'has_anonymous_profile_picture': False, 'id': '6343331733', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': True, 'profile_pic_id': '3006679059937824145_6343331733', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/322932417_3000370060267383_4887401434263721246_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=JIbGWAmCpDUQ7kNvgEaS0eJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDf1MOw8O4VHj9wtei0LJ7Hh-mzmE4g0e7hvPJJzDJWTg&oe=6762F4E2&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'einfachtasty'}, 'video_codec': 'avc1.4d401f', 'video_duration': 59.033, 'video_sticker_locales': [], 'video_url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m84/AQMeXTpePgvIVcx1FahVflxIEZWsFNFddoVQ9e9vM-jaR7B9EmV0uI20yj6M3CWE95tXBxUaad8RWjPqyllfFF8GX98ET_mbM_twdEQ.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEwOTMxODY2MTQ5OTg1NjYsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5GRUVELkMzLjcyMC5kYXNoX2Jhc2VsaW5lXzFfdjEifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&vs=f321abd9aade45e4&_nc_vs=HBksFQIYTGlnX2JhY2tmaWxsX3RpbWVsaW5lX3ZvZC83QTQwNjkwMTQwMDQ0OTRFRjdEODA5ODc1NDVBQjU4Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dER2g4eFlLVUZvaVE0RURBTGhyS0h1SEo5bE9icGt3QUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJszY4f3qj_EDFQIoAkMzLBdATYQ5WBBiThgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=9-4&oh=00_AYBezmEzRC80hD5zKIujcHSa0YFn104Yn3GPY3PqpM0xkw&oe=675F058E&_nc_sid=1d576d', 'video_versions': [{'height': 720, 'id': '678946114164098v', 'type': 101, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m84/AQMeXTpePgvIVcx1FahVflxIEZWsFNFddoVQ9e9vM-jaR7B9EmV0uI20yj6M3CWE95tXBxUaad8RWjPqyllfFF8GX98ET_mbM_twdEQ.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEwOTMxODY2MTQ5OTg1NjYsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5GRUVELkMzLjcyMC5kYXNoX2Jhc2VsaW5lXzFfdjEifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&vs=f321abd9aade45e4&_nc_vs=HBksFQIYTGlnX2JhY2tmaWxsX3RpbWVsaW5lX3ZvZC83QTQwNjkwMTQwMDQ0OTRFRjdEODA5ODc1NDVBQjU4Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dER2g4eFlLVUZvaVE0RURBTGhyS0h1SEo5bE9icGt3QUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJszY4f3qj_EDFQIoAkMzLBdATYQ5WBBiThgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=9-4&oh=00_AYBezmEzRC80hD5zKIujcHSa0YFn104Yn3GPY3PqpM0xkw&oe=675F058E&_nc_sid=1d576d', 'width': 720}, {'height': 720, 'id': '678946114164098v', 'type': 102, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m84/AQMeXTpePgvIVcx1FahVflxIEZWsFNFddoVQ9e9vM-jaR7B9EmV0uI20yj6M3CWE95tXBxUaad8RWjPqyllfFF8GX98ET_mbM_twdEQ.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEwOTMxODY2MTQ5OTg1NjYsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5GRUVELkMzLjcyMC5kYXNoX2Jhc2VsaW5lXzFfdjEifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&vs=f321abd9aade45e4&_nc_vs=HBksFQIYTGlnX2JhY2tmaWxsX3RpbWVsaW5lX3ZvZC83QTQwNjkwMTQwMDQ0OTRFRjdEODA5ODc1NDVBQjU4Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dER2g4eFlLVUZvaVE0RURBTGhyS0h1SEo5bE9icGt3QUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJszY4f3qj_EDFQIoAkMzLBdATYQ5WBBiThgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=9-4&oh=00_AYBezmEzRC80hD5zKIujcHSa0YFn104Yn3GPY3PqpM0xkw&oe=675F058E&_nc_sid=1d576d', 'width': 720}, {'height': 720, 'id': '678946114164098v', 'type': 103, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/o1/v/t16/f2/m84/AQMeXTpePgvIVcx1FahVflxIEZWsFNFddoVQ9e9vM-jaR7B9EmV0uI20yj6M3CWE95tXBxUaad8RWjPqyllfFF8GX98ET_mbM_twdEQ.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEwOTMxODY2MTQ5OTg1NjYsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5GRUVELkMzLjcyMC5kYXNoX2Jhc2VsaW5lXzFfdjEifQ&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&vs=f321abd9aade45e4&_nc_vs=HBksFQIYTGlnX2JhY2tmaWxsX3RpbWVsaW5lX3ZvZC83QTQwNjkwMTQwMDQ0OTRFRjdEODA5ODc1NDVBQjU4Rl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dER2g4eFlLVUZvaVE0RURBTGhyS0h1SEo5bE9icGt3QUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJszY4f3qj_EDFQIoAkMzLBdATYQ5WBBiThgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=9-4&oh=00_AYBezmEzRC80hD5zKIujcHSa0YFn104Yn3GPY3PqpM0xkw&oe=675F058E&_nc_sid=1d576d', 'width': 720}], 'view_count': 70203}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CVtVCOyJJPA', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': '', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 557989537449074, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17960073838503363', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 0, 'has_views_fetching': True, 'id': '2696904264154125248_5562085882', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1200, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/250711577_406029481132233_42821225937713077_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjAweDEyMDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=PEwvFoh7EbEQ7kNvgEKauom&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NjkwNDI2NDE1NDEyNTI0OA%3D%3D.3-ccb7-5&oh=00_AYAovLXU-dR0iNdAnXCFl0p6gDF7UVuo3mhiwjPWFbbXHQ&oe=6762D956&_nc_sid=76c0fc', 'width': 1200}, {'height': 480, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/250711577_406029481132233_42821225937713077_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjAweDEyMDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=PEwvFoh7EbEQ7kNvgEKauom&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NjkwNDI2NDE1NDEyNTI0OA%3D%3D.3-ccb7-5&oh=00_AYB1YaJZCMHqoiuVCp12EWLDM-cPAZBbar3h6M4hfiFgWw&oe=6762D956&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': False, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'mashup_info': {'can_toggle_mashups_allowed': False, 'formatted_mashups_count': None, 'has_been_mashed_up': False, 'has_nonmimicable_additional_audio': False, 'is_creator_requesting_mashup': False, 'is_light_weight_check': True, 'is_light_weight_reuse_allowed_check': False, 'is_pivot_page_available': False, 'is_reuse_allowed': False, 'mashup_type': None, 'mashups_allowed': False, 'non_privacy_filtered_mashups_media_count': 0, 'original_media': None, 'privacy_filtered_mashups_media_count': None}, 'max_num_visible_preview_comments': 0, 'media_name': 'post', 'media_notes': {'items': []}, 'media_type': 1, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'original_height': 1200, 'original_width': 1200, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841405696465260, 'feed_post_reshare_disabled': False, 'full_name': 'Emmy Eats It All', 'has_anonymous_profile_picture': False, 'id': '5562085882', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2631021868630653680_5562085882', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/231489933_563800788128619_5531120586465804274_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=Kwer3RmDxkYQ7kNvgGMV6dO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDs-vV9adTGpVEMWrKEErzA5Xwz6C_Q_RbWW7tyGV8NBw&oe=6762F5EE&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'emmyeatsitall'}, 'pk': 2696904264154125248, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'feed', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1635716063, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/250711577_406029481132233_42821225937713077_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjAweDEyMDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=PEwvFoh7EbEQ7kNvgEKauom&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=MjY5NjkwNDI2NDE1NDEyNTI0OA%3D%3D.3-ccb7-5&oh=00_AYAovLXU-dR0iNdAnXCFl0p6gDF7UVuo3mhiwjPWFbbXHQ&oe=6762D956&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841405696465260, 'feed_post_reshare_disabled': False, 'full_name': 'Emmy Eats It All', 'has_anonymous_profile_picture': False, 'id': '5562085882', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_id': '2631021868630653680_5562085882', 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/231489933_563800788128619_5531120586465804274_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=Kwer3RmDxkYQ7kNvgGMV6dO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDs-vV9adTGpVEMWrKEErzA5Xwz6C_Q_RbWW7tyGV8NBw&oe=6762F5EE&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'emmyeatsitall'}, 'video_sticker_locales': []}, {'boost_unavailable_identifier': None, 'boost_unavailable_reason': None, 'boost_unavailable_reason_v2': None, 'can_reply': False, 'can_reshare': True, 'can_save': True, 'caption': None, 'caption_is_edited': False, 'clips_tab_pinned_user_ids': [], 'coauthor_producer_can_see_organic_insights': False, 'coauthor_producers': [], 'code': 'CkbEKmCs4YD', 'comment_inform_treatment': {'action_type': None, 'should_have_inform_treatment': False, 'text': '', 'url': None}, 'comment_threading_enabled': True, 'commerce_integrity_review_decision': '', 'commerciality_status': 'not_commercial', 'crosspost_metadata': [], 'deleted_reason': 0, 'device_timestamp': 1667315449860537, 'fb_aggregated_comment_count': 0, 'fb_aggregated_like_count': 0, 'fb_user_tags': {'in': []}, 'fbid': '17961982052061391', 'featured_products': [], 'feed_type': 'media', 'filter_type': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'has_high_risk_gen_ai_inform_treatment': False, 'has_privately_liked': False, 'has_shared_to_fb': 3, 'has_views_fetching': True, 'id': '2961979500154553859_1475021166', 'ig_media_sharing_disabled': False, 'igbio_product': None, 'image_versions': {'items': [{'height': 1800, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/314096496_684024236478273_6361127688877787171_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=Sf2bYQ1aVJ4Q7kNvgGdJjrd&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTk3OTUwMDE1NDU1Mzg1OQ%3D%3D.3-ccb7-5&oh=00_AYBV36VmjDm0Poa8OTWe1h2ZUWidM32pN8OPUkUiKHpD3Q&oe=6762FCF4&_nc_sid=76c0fc', 'width': 1440}, {'height': 600, 'url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/314096496_684024236478273_6361127688877787171_n.jpg?stp=dst-jpg_e35_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=Sf2bYQ1aVJ4Q7kNvgGdJjrd&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTk3OTUwMDE1NDU1Mzg1OQ%3D%3D.3-ccb7-5&oh=00_AYBW5-VHwtn-WYcGJvz1cPSVsf-2H0PTW_Rj0VshWIGTjQ&oe=6762FCF4&_nc_sid=76c0fc', 'width': 480}]}, 'integrity_review_decision': 'pending', 'invited_coauthor_producers': [], 'is_comments_gif_composer_enabled': True, 'is_cutout_sticker_allowed': True, 'is_eligible_for_media_note_recs_nux': False, 'is_eligible_for_meta_ai_share': False, 'is_in_profile_grid': False, 'is_open_to_public_submission': False, 'is_organic_product_tagging_eligible': True, 'is_paid_partnership': False, 'is_pinned': False, 'is_post_live_clips_media': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'is_social_ufi_disabled': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'is_unified_video': False, 'is_video': False, 'layout_type': 'media_grid', 'like_and_view_counts_disabled': False, 'likers': [], 'mashup_info': {'can_toggle_mashups_allowed': False, 'formatted_mashups_count': None, 'has_been_mashed_up': False, 'has_nonmimicable_additional_audio': False, 'is_creator_requesting_mashup': False, 'is_light_weight_check': True, 'is_light_weight_reuse_allowed_check': False, 'is_pivot_page_available': False, 'is_reuse_allowed': True, 'mashup_type': None, 'mashups_allowed': True, 'non_privacy_filtered_mashups_media_count': 0, 'original_media': None, 'privacy_filtered_mashups_media_count': None}, 'max_num_visible_preview_comments': 0, 'media_name': 'post', 'media_notes': {'items': []}, 'media_type': 1, 'meta_ai_suggested_prompts': [], 'music_metadata': {'audio_canonical_id': '0', 'audio_type': None, 'music_info': None, 'original_sound_info': None, 'pinned_media_ids': None}, 'open_carousel_show_follow_button': False, 'original_height': 1800, 'original_width': 1440, 'owner': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841400395003047, 'feed_post_reshare_disabled': False, 'full_name': 'Vermont Farmstead Cheese Co', 'has_anonymous_profile_picture': False, 'id': '1475021166', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/10607989_1536024733300761_645455374_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=6gfBiS8Uqt4Q7kNvgFOtEZ6&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBCEOLd8_Mh_u-Kd6fwlJh2pUJ-F6SpxMGHIhJs3x0ixg&oe=6762E4E0&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'vtfarmsteadcheese'}, 'pk': 2961979500154553859, 'preview_comments': [], 'product_suggestions': [], 'product_type': 'feed', 'share_count_disabled': False, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'shop_routing_user_id': None, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False, 'subscribe_cta_visible': False, 'taken_at': 1667315493, 'thumbnail_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.29350-15/314096496_684024236478273_6361127688877787171_n.jpg?se=8&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xNDQweDE4MDAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=Sf2bYQ1aVJ4Q7kNvgGdJjrd&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&ig_cache_key=Mjk2MTk3OTUwMDE1NDU1Mzg1OQ%3D%3D.3-ccb7-5&oh=00_AYBV36VmjDm0Poa8OTWe1h2ZUWidM32pN8OPUkUiKHpD3Q&oe=6762FCF4&_nc_sid=76c0fc', 'timeline_pinned_user_ids': [], 'user': {'account_badges': [], 'account_type': 2, 'fan_club_info': {'autosave_to_exclusive_highlight': None, 'connected_member_count': None, 'fan_club_id': None, 'fan_club_name': None, 'fan_consideration_page_revamp_eligiblity': None, 'has_created_ssc': None, 'has_enough_subscribers_for_ssc': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'is_free_trial_eligible': None, 'largest_public_bc_id': None, 'subscriber_count': None}, 'fbid_v2': 17841400395003047, 'feed_post_reshare_disabled': False, 'full_name': 'Vermont Farmstead Cheese Co', 'has_anonymous_profile_picture': False, 'id': '1475021166', 'is_favorite': False, 'is_private': False, 'is_unpublished': False, 'is_verified': False, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/10607989_1536024733300761_645455374_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=6gfBiS8Uqt4Q7kNvgFOtEZ6&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBCEOLd8_Mh_u-Kd6fwlJh2pUJ-F6SpxMGHIhJs3x0ixg&oe=6762E4E0&_nc_sid=76c0fc', 'show_account_transparency_details': True, 'third_party_downloads_enabled': 1, 'transparency_product_enabled': False, 'username': 'vtfarmsteadcheese'}, 'video_sticker_locales': []}]}, 'pagination_token': 'Dk1KBA0dAAZzNB4PGF5HEw5BC0AwEx1eEw8qblBRUR9DRRFDKjsOUQdBF1oFUxBYXF1VVENQMT4dPikAFkoDEEgTVUEARAZYL20GUQ1BC1EGRnM6DlBCRBFdRFUXWElHB1RRBzktEQ8VO10RXhZWVQ5DQVFDDH0rGwYQDBQcSUg9ZlpDEgZHHRQKFTBdCgIYA1A6bkRNWwdQAgoWUwNXBhEHWQF9ZVAQDRUWSjoCMX0fUQg'}, 'status_code': 200}\n", + "Transition output: {'json': {'data': {'count': 5, 'items': [{'id': '3490900471793734792_68049134599', 'pk': 3490900471793734792, 'code': 'DByK3vHglSI', 'fbid': '17922186413889128', 'user': {'id': '68049134599', 'fbid_v2': 17841468117986141, 'username': 'khatisaw_asmr', 'full_name': 'ASMR | خاٰطؕݺ࣮\\u200cثٙۛاٰ | ای اس ام آر', 'is_private': False, 'is_favorite': False, 'is_verified': False, 'account_type': 3, 'fan_club_info': {'fan_club_id': None, 'fan_club_name': None, 'has_created_ssc': None, 'subscriber_count': None, 'largest_public_bc_id': None, 'connected_member_count': None, 'is_free_trial_eligible': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'has_enough_subscribers_for_ssc': None, 'autosave_to_exclusive_highlight': None, 'fan_consideration_page_revamp_eligiblity': None}, 'account_badges': [], 'is_unpublished': False, 'profile_pic_id': '3424550057394195718_68049134599', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/453733984_452269454314129_3660045369565868680_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=NttJL9SJqxgQ7kNvgGQiqD9&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAFYbuJBdVM8hTF3I1sQRCGJDSWy1rtGknClMxNB7Wb8g&oe=67ABE9AD&_nc_sid=2011ad', 'feed_post_reshare_disabled': False, 'transparency_product_enabled': False, 'has_anonymous_profile_picture': False, 'third_party_downloads_enabled': 1, 'show_account_transparency_details': True}, 'owner': {'id': '68049134599', 'fbid_v2': 17841468117986141, 'username': 'khatisaw_asmr', 'full_name': 'ASMR | خاٰطؕݺ࣮\\u200cثٙۛاٰ | ای اس ام آر', 'is_private': False, 'is_favorite': False, 'is_verified': False, 'account_type': 3, 'fan_club_info': {'fan_club_id': None, 'fan_club_name': None, 'has_created_ssc': None, 'subscriber_count': None, 'largest_public_bc_id': None, 'connected_member_count': None, 'is_free_trial_eligible': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'has_enough_subscribers_for_ssc': None, 'autosave_to_exclusive_highlight': None, 'fan_consideration_page_revamp_eligiblity': None}, 'account_badges': [], 'is_unpublished': False, 'profile_pic_id': '3424550057394195718_68049134599', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/453733984_452269454314129_3660045369565868680_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=NttJL9SJqxgQ7kNvgGQiqD9&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAFYbuJBdVM8hTF3I1sQRCGJDSWy1rtGknClMxNB7Wb8g&oe=67ABE9AD&_nc_sid=2011ad', 'feed_post_reshare_disabled': False, 'transparency_product_enabled': False, 'has_anonymous_profile_picture': False, 'third_party_downloads_enabled': 1, 'show_account_transparency_details': True}, 'caption': {'id': 3490900471793734792, 'pk': '17922186698889128', 'text': 'خوراکی هالوینی به مناسبت هالوین👻🎃\\n\\nاگه توهم عاشق ای\\u200cاس\\u200cام\\u200cآری پیجمو از دست نده😉👇🏻\\n@khatisaw_asmr \\n@khatisaw_asmr \\n@khatisaw_asmr \\n\\n#asmr #asmrartist #asmrfood #mukbang #halloween #halloween_snacks #happy #ایاسامار #ای_اس_ام_آر #ایاسمار #هالووین', 'type': 1, 'user': {'id': '68049134599', 'fbid_v2': 17841468117986141, 'username': 'khatisaw_asmr', 'full_name': 'ASMR | خاٰطؕݺ࣮\\u200cثٙۛاٰ | ای اس ام آر', 'is_private': False, 'is_verified': False, 'is_unpublished': False, 'profile_pic_id': '3424550057394195718_68049134599', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/453733984_452269454314129_3660045369565868680_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=NttJL9SJqxgQ7kNvgGQiqD9&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAFYbuJBdVM8hTF3I1sQRCGJDSWy1rtGknClMxNB7Wb8g&oe=67ABE9AD&_nc_sid=2011ad'}, 'user_id': 68049134599, 'hashtags': ['#asmr', '#asmrartist', '#asmrfood', '#mukbang', '#halloween', '#halloween_snacks', '#happy', '#ایاسامار', '#ای_اس_ام_آر', '#ایاسمار', '#هالووین'], 'mentions': ['@khatisaw_asmr'], 'created_at': 1730368002, 'is_covered': False, 'share_enabled': False, 'created_at_utc': 1730368002, 'has_translation': True, 'is_ranked_comment': False, 'did_report_as_spam': False, 'private_reply_status': 0}, 'can_save': True, 'is_video': True, 'taken_at': 1730368001, 'can_reply': False, 'feed_type': 'clips', 'has_audio': True, 'has_liked': False, 'is_pinned': False, 'video_url': 'https://scontent-ber1-1.cdninstagram.com/o1/v/t16/f2/m86/AQNgqTX-85WhiT5HWkV3-efjkZBdM-eZeQjKjMC2i4h5OAjFmVwuLvtKdqAZRu_LV9jWMCfuowUFAKL5O7MeTdyU1fmS7czmdteCu7Q.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEyNTA2OTAwMTk0NDEwNTEsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5DTElQUy5DMy43MjAuZGFzaF9iYXNlbGluZV8xX3YxIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=AdiytHUzDdOv2LAPKxHWwjGFGlv21uxw8dzzXoBHtHcYFvUWeyLR31BCmOjLyjxt4ok&vs=6a4e0a97efa05e0f&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC85MzQ4MjUxNEM2RjlFNTlGNDE2QTA5NjE2MzIwMkFCNl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dJb3R1QnNvZ0RuLTE1a2RBUGpHZVZxRV9IWnVicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJrbmqeXe37gEFQIoAkMzLBdAQndsi0OVgRgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gcA&ccb=9-4&oh=00_AYA3gmTJ-8o7tL9yO8L7HLErwXfFABdLkicpsE6RlpxtHg&oe=67A7CC05&_nc_sid=1d576d', 'like_count': 15, 'media_name': 'reel', 'media_type': 2, 'play_count': 274, 'top_likers': [], 'can_reshare': True, 'filter_type': 0, 'layout_type': 'one_by_two_left', 'media_notes': {'items': []}, 'video_codec': 'avc1.64001f', 'fb_user_tags': {'in': []}, 'product_type': 'clips', 'tagged_users': {'in': [{'user': {'id': '26478650928', 'username': 'mcbang.asmr', 'full_name': 'McBang Asmr', 'is_private': False, 'is_verified': False, 'profile_pic_id': '2221201883610313048_26478650928', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/81881391_465263030829306_4218106627150053376_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=ne2lCyOThy8Q7kNvgED_b4Q&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCOA3D7TCgasIBLCE0xXPPKwa4hf3Y3geVHtqxnz-sGiQ&oe=67ABCEF4&_nc_sid=2011ad'}, 'position': [0.0, 0.0], 'show_category_of_user': False}]}, 'comment_count': 0, 'ig_play_count': 274, 'igbio_product': None, 'reshare_count': 0, 'thumbnail_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/465163430_1346152509708875_7287770939532393895_n.jpg?stp=dst-jpg_e15_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi40ODB4ODU0LnNkci5mMjkzNTAuZGVmYXVsdF9jb3Zlcl9mcmFtZSJ9&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=bQk7Sp4xTPIQ7kNvgGgQEHl&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MzQ5MDkwMDQ3MTc5MzczNDc5MjkwODk1MDMyNDAyNjEzMw%3D%3D.3-ccb7-5&oh=00_AYAG9htVmBgw_QuVxQcPZiT8cc4tjM2H56nduiCcKhi4uw&oe=67ABD173&_nc_sid=2011ad', 'clips_metadata': {'nux_info': None, 'show_tips': None, 'audio_type': 'original_sounds', 'music_info': None, 'mashup_info': {'mashup_type': None, 'original_media': None, 'mashups_allowed': True, 'is_reuse_allowed': True, 'has_been_mashed_up': False, 'is_light_weight_check': True, 'formatted_mashups_count': None, 'is_pivot_page_available': False, 'can_toggle_mashups_allowed': False, 'is_creator_requesting_mashup': False, 'has_nonmimicable_additional_audio': False, 'is_light_weight_reuse_allowed_check': False, 'privacy_filtered_mashups_media_count': None, 'non_privacy_filtered_mashups_media_count': 0}, 'shopping_info': None, 'template_info': None, 'challenge_info': None, 'featured_label': None, 'is_shared_to_fb': False, 'originality_info': None, 'achievements_info': {'show_achievements': False, 'num_earned_achievements': None}, 'show_achievements': False, 'audio_canonical_id': '18462935767030405', 'audio_ranking_info': {'best_audio_cluster_id': '1979266769247994'}, 'reusable_text_info': None, 'cutout_sticker_info': [], 'external_media_info': None, 'original_sound_info': {'audio_id': 1159485065763677, 'ig_artist': {'id': '68049134599', 'username': 'khatisaw_asmr', 'full_name': 'ASMR | خاٰطؕݺ࣮\\u200cثٙۛاٰ | ای اس ام آر', 'is_private': False, 'is_verified': False, 'profile_pic_id': '3424550057394195718_68049134599', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/453733984_452269454314129_3660045369565868680_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=NttJL9SJqxgQ7kNvgGQiqD9&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAFYbuJBdVM8hTF3I1sQRCGJDSWy1rtGknClMxNB7Wb8g&oe=67ABE9AD&_nc_sid=2011ad'}, 'trend_rank': None, 'audio_parts': [], 'is_explicit': False, 'time_created': 1730368004, 'hide_remixing': False, 'duration_in_ms': 36942, 'consumption_info': {'is_bookmarked': False, 'display_media_id': None, 'is_trending_in_clips': False, 'should_mute_audio_reason': '', 'should_mute_audio_reason_type': None}, 'is_xpost_from_fb': False, 'is_reuse_disabled': False, 'original_media_id': 3490900471793734792, 'should_mute_audio': False, 'audio_filter_infos': [], 'previous_trend_rank': None, 'original_audio_title': 'Original audio', 'audio_parts_by_filter': [], 'xpost_fb_creator_info': None, 'original_audio_subtype': 'default', 'overlap_duration_in_ms': None, 'allow_creator_to_rename': True, 'oa_owner_is_music_artist': False, 'progressive_download_url': 'https://scontent-ber1-1.xx.fbcdn.net/o1/v/t2/f2/m69/AQMrc3KDZGsYjFjVisYlHp9Rf7_1emB2jy_0-UKelgMx6pQ1n--CBux7H25-n_H1Lw7-hgwQnugZtAkO9ecznQ3R.mp4?strext=1&_nc_cat=109&_nc_sid=8bf8fe&_nc_ht=scontent-ber1-1.xx.fbcdn.net&_nc_ohc=cNa17rtcwyQQ7kNvgGmG06y&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5BVURJT19PTkxZLi5DMy4wLnByb2dyZXNzaXZlX2F1ZGlvIiwieHB2X2Fzc2V0X2lkIjoxMjUwNjkwMDE5NDQxMDUxLCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=9-4&_nc_zt=28&oh=00_AYCTgT42WOtRJ8geekXj-ge-hMj1XYj1eagw_3Xe7X1WAg&oe=67ABD7E8', 'can_remix_be_shared_to_fb': False, 'formatted_clips_media_count': None, 'audio_asset_start_time_in_ms': None, 'is_eligible_for_audio_effects': True, 'is_eligible_for_vinyl_sticker': True, 'attributed_custom_audio_asset_id': None, 'fb_downstream_use_xpost_metadata': {'downstream_use_xpost_deny_reason': 'NONE'}, 'is_audio_automatically_attributed': False, 'can_remix_be_shared_to_fb_expansion': False, 'is_original_audio_download_eligible': True}, 'additional_audio_info': {'audio_reattribution_info': {'should_allow_restore': False}, 'additional_audio_username': None}, 'breaking_content_info': None, 'breaking_creator_info': None, 'reels_on_the_rise_info': None, 'is_fan_club_promo_video': False, 'merchandising_pill_info': None, 'branded_content_tag_info': {'can_add_tag': False}, 'asset_recommendation_info': None, 'content_appreciation_info': {'enabled': False, 'entry_point_container': None}, 'contextual_highlight_info': None, 'clips_creation_entry_point': 'clips', 'viewer_interaction_settings': None, 'is_public_chat_welcome_video': False, 'professional_clips_upsell_type': 0, 'reusable_text_attribute_string': None, 'disable_use_in_clips_client_cache': False}, 'deleted_reason': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'image_versions': {'items': [{'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/465163430_1346152509708875_7287770939532393895_n.jpg?stp=dst-jpg_e15_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi40ODB4ODU0LnNkci5mMjkzNTAuZGVmYXVsdF9jb3Zlcl9mcmFtZSJ9&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=bQk7Sp4xTPIQ7kNvgGgQEHl&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MzQ5MDkwMDQ3MTc5MzczNDc5MjkwODk1MDMyNDAyNjEzMw%3D%3D.3-ccb7-5&oh=00_AYAG9htVmBgw_QuVxQcPZiT8cc4tjM2H56nduiCcKhi4uw&oe=67ABD173&_nc_sid=2011ad', 'width': 480, 'height': 854}], 'additional_items': {'first_frame': {'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-15/465153824_1273044356969721_4803164493660430045_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi42NDB4MTEzNi5zZHIuZjcxODc4LmFkZGl0aW9uYWxfY292ZXJfZnJhbWUifQ&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=109&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6e3_lgPON8QQ7kNvgHRYbBD&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCPhknLpwYb5jx32gh3q94obuloT1x4cd_QfZYKkc7yNg&oe=67ABE110&_nc_sid=2011ad', 'width': 480, 'height': 852}, 'smart_frame': None, 'igtv_first_frame': {'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-15/465153824_1273044356969721_4803164493660430045_n.jpg?stp=dst-jpg_e15_p480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi42NDB4MTEzNi5zZHIuZjcxODc4LmFkZGl0aW9uYWxfY292ZXJfZnJhbWUifQ&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=109&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6e3_lgPON8QQ7kNvgHRYbBD&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCPhknLpwYb5jx32gh3q94obuloT1x4cd_QfZYKkc7yNg&oe=67ABE110&_nc_sid=2011ad', 'width': 480, 'height': 852}}, 'scrubber_spritesheet_info_candidates': {'default': {'sprite_urls': ['https://scontent-ber1-1.cdninstagram.com/v/t51.2885-15/464892946_537755282216610_8587870216843700171_n.jpg?_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=XSBKeXe_NWgQ7kNvgFRvAdj&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYC9xQj8tilSa4sWQ33Kz5Dplal_HimvC-Z0yMH3ZAVQ9w&oe=67ABE86F&_nc_sid=2011ad'], 'file_size_kb': 384, 'sprite_width': 1500, 'video_length': 36.942, 'sprite_height': 1246, 'rendered_width': 96, 'thumbnail_width': 100, 'thumbnail_height': 178, 'thumbnail_duration': 0.35182857142857143, 'thumbnails_per_row': 15, 'max_thumbnails_per_sprite': 105, 'total_thumbnail_num_per_sprite': 105}}}, 'is_artist_pick': False, 'music_metadata': None, 'original_width': 1080, 'social_context': [], 'video_duration': 36.942, 'video_versions': [{'id': '1548848032501223v', 'url': 'https://scontent-ber1-1.cdninstagram.com/o1/v/t16/f2/m86/AQNgqTX-85WhiT5HWkV3-efjkZBdM-eZeQjKjMC2i4h5OAjFmVwuLvtKdqAZRu_LV9jWMCfuowUFAKL5O7MeTdyU1fmS7czmdteCu7Q.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEyNTA2OTAwMTk0NDEwNTEsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5DTElQUy5DMy43MjAuZGFzaF9iYXNlbGluZV8xX3YxIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=AdiytHUzDdOv2LAPKxHWwjGFGlv21uxw8dzzXoBHtHcYFvUWeyLR31BCmOjLyjxt4ok&vs=6a4e0a97efa05e0f&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC85MzQ4MjUxNEM2RjlFNTlGNDE2QTA5NjE2MzIwMkFCNl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dJb3R1QnNvZ0RuLTE1a2RBUGpHZVZxRV9IWnVicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJrbmqeXe37gEFQIoAkMzLBdAQndsi0OVgRgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gcA&ccb=9-4&oh=00_AYA3gmTJ-8o7tL9yO8L7HLErwXfFABdLkicpsE6RlpxtHg&oe=67A7CC05&_nc_sid=1d576d', 'type': 101, 'width': 720, 'height': 1280, 'bandwidth': 1047090}, {'id': '1548848032501223v', 'url': 'https://scontent-ber1-1.cdninstagram.com/o1/v/t16/f2/m86/AQNgqTX-85WhiT5HWkV3-efjkZBdM-eZeQjKjMC2i4h5OAjFmVwuLvtKdqAZRu_LV9jWMCfuowUFAKL5O7MeTdyU1fmS7czmdteCu7Q.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEyNTA2OTAwMTk0NDEwNTEsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5DTElQUy5DMy43MjAuZGFzaF9iYXNlbGluZV8xX3YxIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=AdiytHUzDdOv2LAPKxHWwjGFGlv21uxw8dzzXoBHtHcYFvUWeyLR31BCmOjLyjxt4ok&vs=6a4e0a97efa05e0f&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC85MzQ4MjUxNEM2RjlFNTlGNDE2QTA5NjE2MzIwMkFCNl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dJb3R1QnNvZ0RuLTE1a2RBUGpHZVZxRV9IWnVicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJrbmqeXe37gEFQIoAkMzLBdAQndsi0OVgRgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gcA&ccb=9-4&oh=00_AYA3gmTJ-8o7tL9yO8L7HLErwXfFABdLkicpsE6RlpxtHg&oe=67A7CC05&_nc_sid=1d576d', 'type': 102, 'width': 720, 'height': 1280, 'bandwidth': 1047090}, {'id': '1548848032501223v', 'url': 'https://scontent-ber1-1.cdninstagram.com/o1/v/t16/f2/m86/AQNgqTX-85WhiT5HWkV3-efjkZBdM-eZeQjKjMC2i4h5OAjFmVwuLvtKdqAZRu_LV9jWMCfuowUFAKL5O7MeTdyU1fmS7czmdteCu7Q.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjEyNTA2OTAwMTk0NDEwNTEsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5DTElQUy5DMy43MjAuZGFzaF9iYXNlbGluZV8xX3YxIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=AdiytHUzDdOv2LAPKxHWwjGFGlv21uxw8dzzXoBHtHcYFvUWeyLR31BCmOjLyjxt4ok&vs=6a4e0a97efa05e0f&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC85MzQ4MjUxNEM2RjlFNTlGNDE2QTA5NjE2MzIwMkFCNl92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dJb3R1QnNvZ0RuLTE1a2RBUGpHZVZxRV9IWnVicV9FQUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJrbmqeXe37gEFQIoAkMzLBdAQndsi0OVgRgSZGFzaF9iYXNlbGluZV8xX3YxEQB1_gcA&ccb=9-4&oh=00_AYA3gmTJ-8o7tL9yO8L7HLErwXfFABdLkicpsE6RlpxtHg&oe=67A7CC05&_nc_sid=1d576d', 'type': 103, 'width': 720, 'height': 1280, 'bandwidth': 1047090}], 'avatar_stickers': [], 'original_height': 1920, 'device_timestamp': 481462064529310, 'has_shared_to_fb': 0, 'inventory_source': 'recommended_clips_chaining_model', 'is_dash_eligible': 1, 'is_reuse_allowed': False, 'is_unified_video': False, 'preview_comments': [], 'caption_is_edited': False, 'has_more_comments': False, 'coauthor_producers': [], 'crosspost_metadata': {'fb_downstream_use_xpost_metadata': {'downstream_use_xpost_deny_reason': 'NONE'}}, 'has_views_fetching': True, 'is_in_profile_grid': False, 'has_privately_liked': False, 'is_paid_partnership': False, 'media_cropping_info': {'square_crop': {'crop_top': 0.0, 'crop_left': 0.0, 'crop_right': 0.0, 'crop_bottom': 0.0}}, 'number_of_qualities': 2, 'product_suggestions': [], 'commerciality_status': 'not_commercial', 'share_count_disabled': False, 'shop_routing_user_id': None, 'view_state_item_type': 128, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'subscribe_cta_visible': False, 'video_sticker_locales': [], 'is_social_ufi_disabled': False, 'creator_viewer_insights': [], 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'boost_unavailable_reason': None, 'comment_inform_treatment': {'url': None, 'text': '', 'action_type': None, 'should_have_inform_treatment': False}, 'fb_aggregated_like_count': 0, 'is_post_live_clips_media': False, 'timeline_pinned_user_ids': [], 'are_remixes_crosspostable': True, 'clips_tab_pinned_user_ids': [], 'comment_threading_enabled': True, 'ig_media_sharing_disabled': False, 'integrity_review_decision': 'pending', 'is_cutout_sticker_allowed': False, 'meta_ai_suggested_prompts': [], 'invited_coauthor_producers': [], 'boost_unavailable_reason_v2': None, 'fb_aggregated_comment_count': 0, 'boost_unavailable_identifier': None, 'is_open_to_public_submission': False, 'is_eligible_for_meta_ai_share': False, 'like_and_view_counts_disabled': False, 'is_comments_gif_composer_enabled': True, 'max_num_visible_preview_comments': 0, 'open_carousel_show_follow_button': False, 'is_third_party_downloads_eligible': True, 'is_eligible_for_media_note_recs_nux': False, 'is_organic_product_tagging_eligible': True, 'is_eligible_content_for_post_roll_ad': True, 'has_high_risk_gen_ai_inform_treatment': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'coauthor_producer_can_see_organic_insights': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False}, {'id': '2430607689442503878_43860578779', 'pk': 2430607689442503878, 'code': 'CG7QNDNjazG', 'fbid': '17868186233082932', 'user': {'id': '43860578779', 'fbid_v2': 17841443763392572, 'username': '4crazy_hands', 'full_name': '', 'is_private': False, 'is_favorite': False, 'is_verified': False, 'account_type': 1, 'fan_club_info': {'fan_club_id': None, 'fan_club_name': None, 'has_created_ssc': None, 'subscriber_count': None, 'largest_public_bc_id': None, 'connected_member_count': None, 'is_free_trial_eligible': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'has_enough_subscribers_for_ssc': None, 'autosave_to_exclusive_highlight': None, 'fan_consideration_page_revamp_eligiblity': None}, 'account_badges': [], 'is_unpublished': False, 'profile_pic_id': '2426465052288607558_43860578779', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/122271405_3676949662369294_5352096118873851662_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=dO8fE8ZIN3MQ7kNvgEw_L10&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYD688O9MqNvC3AWhO3YWANr_IJeDinBX8qovw7wEaiijQ&oe=67ABDE00&_nc_sid=2011ad', 'feed_post_reshare_disabled': False, 'transparency_product_enabled': False, 'has_anonymous_profile_picture': False, 'third_party_downloads_enabled': 0, 'show_account_transparency_details': True}, 'owner': {'id': '43860578779', 'fbid_v2': 17841443763392572, 'username': '4crazy_hands', 'full_name': '', 'is_private': False, 'is_favorite': False, 'is_verified': False, 'account_type': 1, 'fan_club_info': {'fan_club_id': None, 'fan_club_name': None, 'has_created_ssc': None, 'subscriber_count': None, 'largest_public_bc_id': None, 'connected_member_count': None, 'is_free_trial_eligible': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'has_enough_subscribers_for_ssc': None, 'autosave_to_exclusive_highlight': None, 'fan_consideration_page_revamp_eligiblity': None}, 'account_badges': [], 'is_unpublished': False, 'profile_pic_id': '2426465052288607558_43860578779', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/122271405_3676949662369294_5352096118873851662_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=dO8fE8ZIN3MQ7kNvgEw_L10&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYD688O9MqNvC3AWhO3YWANr_IJeDinBX8qovw7wEaiijQ&oe=67ABDE00&_nc_sid=2011ad', 'feed_post_reshare_disabled': False, 'transparency_product_enabled': False, 'has_anonymous_profile_picture': False, 'third_party_downloads_enabled': 0, 'show_account_transparency_details': True}, 'likers': [{'id': '1696622401', 'pk': 1696622401, 'username': 'kika0702', 'full_name': 'Karolina Czajkowska', 'is_private': True, 'is_verified': False, 'profile_pic_id': '1582068033168352877_1696622401', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/20837400_167467057147416_8905032488259158016_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=OHnF2E1S1tUQ7kNvgFgmy8W&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCqfj-yhqDYLInwvBJXQmb9gBwpFfzSJhmAA7GJ8OVzQw&oe=67ABEC08&_nc_sid=2011ad'}, {'id': '1501224027', 'pk': 1501224027, 'username': 'od.nova.fashion', 'full_name': 'od.nova.fashion', 'is_private': False, 'is_verified': False, 'profile_pic_id': '3345590763071362359_1501224027', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/437147810_446348127872059_8592682395589487452_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=107&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6aKdh8q_RYwQ7kNvgG3pWYV&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYBuI0CQhquvP9CvsR1p4UFQnymvQlyTfJwFSV2dT416ZA&oe=67ABD3C8&_nc_sid=2011ad'}, {'id': '8109187268', 'pk': 8109187268, 'username': 'zkraszewska', 'full_name': 'Żaneta Kraszewska', 'is_private': False, 'is_verified': False, 'profile_pic_id': '3006044825446502435_8109187268', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/323066773_530010829077490_8809611194090286362_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=hBhM8w553lgQ7kNvgFLDBm5&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYBnWAEQR3MjorfCubsB32S9yLzD30PjLeR3AatVudSNyA&oe=67ABC3F1&_nc_sid=2011ad'}, {'id': '34937255053', 'pk': 34937255053, 'username': 'agnieszka.kru', 'full_name': 'Agnieszka Kru', 'is_private': False, 'is_verified': False, 'profile_pic_id': '2307712412966799263_34937255053', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/97263237_852152705288347_8338614872732336128_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=107&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=rH3_fiUqjXEQ7kNvgEgWArj&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYDVrKfvarMEVLXWKdCbwwks0veCeJZx6ojdUOk1VT_8bw&oe=67ABCB9E&_nc_sid=2011ad'}, {'id': '2094359694', 'pk': 2094359694, 'username': 'caroline_karo22', 'full_name': 'Karo♦️', 'is_private': True, 'is_verified': False, 'profile_pic_id': '3281525572902363700_2094359694', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/419513583_1039386577334256_7017239868157824412_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=VxihswWT-eMQ7kNvgGYRh3S&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYA2fH9rYfhBhQjEBVqWkGJjbWyK4uAf0lO7dQKtbPhDZA&oe=67ABEC1B&_nc_sid=2011ad'}], 'caption': {'id': 2430607689442503878, 'pk': '17868186239082932', 'text': 'Ready! Set! Film!\\nKolejny filmik już w przygotowaniu 👻\\n\\nNa planie nawet straszna Chupa czacha 💕 @chupachupspl\\n\\n#halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin', 'type': 1, 'user': {'id': '43860578779', 'fbid_v2': 17841443763392572, 'username': '4crazy_hands', 'full_name': '', 'is_private': False, 'is_verified': False, 'is_unpublished': False, 'profile_pic_id': '2426465052288607558_43860578779', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/122271405_3676949662369294_5352096118873851662_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=dO8fE8ZIN3MQ7kNvgEw_L10&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYD688O9MqNvC3AWhO3YWANr_IJeDinBX8qovw7wEaiijQ&oe=67ABDE00&_nc_sid=2011ad'}, 'user_id': 43860578779, 'hashtags': ['#halloween', '#ytchannel', '#diy', '#chupachups', '#halloween_snacks', '#halloween_party', '#pumpkin'], 'mentions': ['@chupachupspl'], 'created_at': 1603971038, 'is_covered': False, 'share_enabled': False, 'created_at_utc': 1603971038, 'has_translation': True, 'is_ranked_comment': False, 'did_report_as_spam': False, 'private_reply_status': 0}, 'can_save': True, 'is_video': False, 'taken_at': 1603971037, 'can_reply': False, 'feed_type': 'media', 'has_liked': False, 'is_pinned': False, 'like_count': 5, 'media_name': 'post', 'media_type': 1, 'top_likers': [], 'can_reshare': True, 'filter_type': 112, 'layout_type': 'media_grid', 'mashup_info': {'mashup_type': None, 'original_media': None, 'mashups_allowed': False, 'is_reuse_allowed': False, 'has_been_mashed_up': False, 'is_light_weight_check': True, 'formatted_mashups_count': None, 'is_pivot_page_available': False, 'can_toggle_mashups_allowed': False, 'is_creator_requesting_mashup': False, 'has_nonmimicable_additional_audio': False, 'is_light_weight_reuse_allowed_check': False, 'privacy_filtered_mashups_media_count': None, 'non_privacy_filtered_mashups_media_count': 0}, 'media_notes': {'items': []}, 'fb_user_tags': {'in': []}, 'product_type': 'feed', 'comment_count': 0, 'igbio_product': None, 'thumbnail_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122885201_279406056658052_253258248180892580_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=108&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=xUFDN-pUZnEQ7kNvgH5-GXm&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMDYwNzY4OTQ0MjUwMzg3OA%3D%3D.3-ccb7-5&oh=00_AYCvoAapMHHY3LrQFJ1W3DL62-AklQ-2J4qdd6T79i4uRw&oe=67ABC1EC&_nc_sid=2011ad', 'deleted_reason': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'image_versions': {'items': [{'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122885201_279406056658052_253258248180892580_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=108&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=xUFDN-pUZnEQ7kNvgH5-GXm&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMDYwNzY4OTQ0MjUwMzg3OA%3D%3D.3-ccb7-5&oh=00_AYCvoAapMHHY3LrQFJ1W3DL62-AklQ-2J4qdd6T79i4uRw&oe=67ABC1EC&_nc_sid=2011ad', 'width': 1080, 'height': 1080}, {'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122885201_279406056658052_253258248180892580_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=108&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=xUFDN-pUZnEQ7kNvgH5-GXm&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMDYwNzY4OTQ0MjUwMzg3OA%3D%3D.3-ccb7-5&oh=00_AYBID8beF9A9UxMOvvpJaP8csOAkKBh3qzUgSU8bFpdgZw&oe=67ABC1EC&_nc_sid=2011ad', 'width': 480, 'height': 480}]}, 'music_metadata': {'audio_type': None, 'music_info': None, 'pinned_media_ids': None, 'audio_canonical_id': '0', 'original_sound_info': None}, 'original_width': 1080, 'original_height': 1080, 'device_timestamp': 129962195146203, 'has_shared_to_fb': 0, 'is_unified_video': False, 'preview_comments': [], 'caption_is_edited': False, 'featured_products': [], 'has_more_comments': False, 'coauthor_producers': [], 'crosspost_metadata': {'fb_downstream_use_xpost_metadata': {'downstream_use_xpost_deny_reason': 'NONE'}}, 'has_views_fetching': True, 'is_in_profile_grid': False, 'has_privately_liked': False, 'is_paid_partnership': False, 'product_suggestions': [], 'commerciality_status': 'not_commercial', 'share_count_disabled': False, 'shop_routing_user_id': None, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'subscribe_cta_visible': False, 'video_sticker_locales': [], 'is_social_ufi_disabled': False, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'boost_unavailable_reason': None, 'comment_inform_treatment': {'url': None, 'text': '', 'action_type': None, 'should_have_inform_treatment': False}, 'fb_aggregated_like_count': 0, 'is_post_live_clips_media': False, 'timeline_pinned_user_ids': [], 'clips_tab_pinned_user_ids': [], 'comment_threading_enabled': True, 'ig_media_sharing_disabled': False, 'integrity_review_decision': 'pending', 'is_cutout_sticker_allowed': False, 'meta_ai_suggested_prompts': [], 'invited_coauthor_producers': [], 'boost_unavailable_reason_v2': None, 'fb_aggregated_comment_count': 0, 'boost_unavailable_identifier': None, 'is_open_to_public_submission': False, 'is_eligible_for_meta_ai_share': False, 'like_and_view_counts_disabled': False, 'is_comments_gif_composer_enabled': True, 'max_num_visible_preview_comments': 2, 'open_carousel_show_follow_button': False, 'is_eligible_for_media_note_recs_nux': False, 'is_organic_product_tagging_eligible': True, 'is_eligible_content_for_post_roll_ad': False, 'has_high_risk_gen_ai_inform_treatment': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'coauthor_producer_can_see_organic_insights': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False}, {'id': '1884261582018203623_1630876867', 'pk': 1884261582018203623, 'code': 'BomPez0HE_n', 'fbid': '17986470538043870', 'user': {'id': '1630876867', 'fbid_v2': 17841400866035482, 'username': 'elpida_touve', 'full_name': 'Elpida Touve', 'is_private': False, 'is_favorite': False, 'is_verified': False, 'account_type': 3, 'fan_club_info': {'fan_club_id': None, 'fan_club_name': None, 'has_created_ssc': None, 'subscriber_count': None, 'largest_public_bc_id': None, 'connected_member_count': None, 'is_free_trial_eligible': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'has_enough_subscribers_for_ssc': None, 'autosave_to_exclusive_highlight': None, 'fan_consideration_page_revamp_eligiblity': None}, 'account_badges': [], 'is_unpublished': False, 'profile_pic_id': '3556466093800655009_1630876867', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/475820641_405922235900340_3354549167503917651_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=BJ5jjgI1S1wQ7kNvgEa8cis&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAQ2PldBSkgIil_veixaVS6a6ZRgs1k_fmg9-2Jer3lYQ&oe=67ABC61E&_nc_sid=2011ad', 'feed_post_reshare_disabled': False, 'transparency_product_enabled': False, 'has_anonymous_profile_picture': False, 'third_party_downloads_enabled': 2, 'show_account_transparency_details': True}, 'owner': {'id': '1630876867', 'fbid_v2': 17841400866035482, 'username': 'elpida_touve', 'full_name': 'Elpida Touve', 'is_private': False, 'is_favorite': False, 'is_verified': False, 'account_type': 3, 'fan_club_info': {'fan_club_id': None, 'fan_club_name': None, 'has_created_ssc': None, 'subscriber_count': None, 'largest_public_bc_id': None, 'connected_member_count': None, 'is_free_trial_eligible': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'has_enough_subscribers_for_ssc': None, 'autosave_to_exclusive_highlight': None, 'fan_consideration_page_revamp_eligiblity': None}, 'account_badges': [], 'is_unpublished': False, 'profile_pic_id': '3556466093800655009_1630876867', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/475820641_405922235900340_3354549167503917651_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=BJ5jjgI1S1wQ7kNvgEa8cis&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAQ2PldBSkgIil_veixaVS6a6ZRgs1k_fmg9-2Jer3lYQ&oe=67ABC61E&_nc_sid=2011ad', 'feed_post_reshare_disabled': False, 'transparency_product_enabled': False, 'has_anonymous_profile_picture': False, 'third_party_downloads_enabled': 2, 'show_account_transparency_details': True}, 'caption': {'id': 1884261582018203623, 'pk': '17986470544043870', 'text': 'Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger', 'type': 1, 'user': {'id': '1630876867', 'fbid_v2': 17841400866035482, 'username': 'elpida_touve', 'full_name': 'Elpida Touve', 'is_private': False, 'is_verified': False, 'is_unpublished': False, 'profile_pic_id': '3556466093800655009_1630876867', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/475820641_405922235900340_3354549167503917651_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=BJ5jjgI1S1wQ7kNvgEa8cis&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAQ2PldBSkgIil_veixaVS6a6ZRgs1k_fmg9-2Jer3lYQ&oe=67ABC61E&_nc_sid=2011ad'}, 'user_id': 1630876867, 'hashtags': ['#halloween_kids', '#halloween_snacks', '#spider_donuts', '#cute_food', '#kids_snacks', '#donuts', '#για_ενα_νικολα_γινονται_ολα', '#greekmombloggerscommunity', '#greekbloggerscommunity', '#momblogger'], 'mentions': [], 'created_at': 1538841506, 'is_covered': False, 'share_enabled': False, 'created_at_utc': 1538841506, 'has_translation': True, 'is_ranked_comment': False, 'did_report_as_spam': False, 'private_reply_status': 0}, 'can_save': True, 'is_video': False, 'taken_at': 1538841506, 'can_reply': False, 'feed_type': 'media', 'has_liked': False, 'is_pinned': False, 'like_count': 77, 'media_name': 'post', 'media_type': 1, 'top_likers': [], 'can_reshare': True, 'filter_type': 112, 'layout_type': 'media_grid', 'mashup_info': {'mashup_type': None, 'original_media': None, 'mashups_allowed': False, 'is_reuse_allowed': False, 'has_been_mashed_up': False, 'is_light_weight_check': True, 'formatted_mashups_count': None, 'is_pivot_page_available': False, 'can_toggle_mashups_allowed': False, 'is_creator_requesting_mashup': False, 'has_nonmimicable_additional_audio': False, 'is_light_weight_reuse_allowed_check': False, 'privacy_filtered_mashups_media_count': None, 'non_privacy_filtered_mashups_media_count': 0}, 'media_notes': {'items': []}, 'fb_user_tags': {'in': []}, 'product_type': 'feed', 'comment_count': 6, 'igbio_product': None, 'thumbnail_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-15/42406109_286763258595430_5882308072797072002_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDgxMC5zZHIuZjI4ODUuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6wH3W2z4CDgQ7kNvgGnbLKz&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MTg4NDI2MTU4MjAxODIwMzYyMw%3D%3D.3-ccb7-5&oh=00_AYCpfXsfmL7AViJjnbHLmS-3m9TRugRJsSG6RKF-C9557w&oe=67ABD0FB&_nc_sid=2011ad', 'deleted_reason': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'image_versions': {'items': [{'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-15/42406109_286763258595430_5882308072797072002_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDgxMC5zZHIuZjI4ODUuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6wH3W2z4CDgQ7kNvgGnbLKz&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MTg4NDI2MTU4MjAxODIwMzYyMw%3D%3D.3-ccb7-5&oh=00_AYCpfXsfmL7AViJjnbHLmS-3m9TRugRJsSG6RKF-C9557w&oe=67ABD0FB&_nc_sid=2011ad', 'width': 1080, 'height': 810}, {'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-15/42406109_286763258595430_5882308072797072002_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDgxMC5zZHIuZjI4ODUuZGVmYXVsdF9pbWFnZSJ9&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6wH3W2z4CDgQ7kNvgGnbLKz&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MTg4NDI2MTU4MjAxODIwMzYyMw%3D%3D.3-ccb7-5&oh=00_AYDQ_vZrewpwc1CGe_gVMWmpwjAkH58QbytjmZq_GO2I1g&oe=67ABD0FB&_nc_sid=2011ad', 'width': 480, 'height': 360}]}, 'music_metadata': {'audio_type': None, 'music_info': None, 'pinned_media_ids': None, 'audio_canonical_id': '0', 'original_sound_info': None}, 'original_width': 1080, 'original_height': 810, 'device_timestamp': 1078996970871814, 'has_shared_to_fb': 0, 'is_unified_video': False, 'preview_comments': [], 'caption_is_edited': False, 'featured_products': [], 'has_more_comments': True, 'coauthor_producers': [], 'crosspost_metadata': {'fb_downstream_use_xpost_metadata': {'downstream_use_xpost_deny_reason': 'NONE'}}, 'has_views_fetching': True, 'is_in_profile_grid': False, 'has_privately_liked': False, 'is_paid_partnership': False, 'product_suggestions': [], 'commerciality_status': 'not_commercial', 'share_count_disabled': False, 'shop_routing_user_id': None, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'subscribe_cta_visible': False, 'video_sticker_locales': [], 'is_social_ufi_disabled': False, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'boost_unavailable_reason': None, 'comment_inform_treatment': {'url': None, 'text': '', 'action_type': None, 'should_have_inform_treatment': False}, 'fb_aggregated_like_count': 0, 'is_post_live_clips_media': False, 'timeline_pinned_user_ids': [], 'clips_tab_pinned_user_ids': [], 'comment_threading_enabled': True, 'ig_media_sharing_disabled': False, 'integrity_review_decision': 'pending', 'is_cutout_sticker_allowed': False, 'meta_ai_suggested_prompts': [], 'invited_coauthor_producers': [], 'boost_unavailable_reason_v2': None, 'fb_aggregated_comment_count': 0, 'boost_unavailable_identifier': None, 'is_open_to_public_submission': False, 'is_eligible_for_meta_ai_share': False, 'like_and_view_counts_disabled': False, 'is_comments_gif_composer_enabled': True, 'max_num_visible_preview_comments': 2, 'open_carousel_show_follow_button': False, 'is_eligible_for_media_note_recs_nux': False, 'is_organic_product_tagging_eligible': True, 'is_eligible_content_for_post_roll_ad': False, 'has_high_risk_gen_ai_inform_treatment': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'coauthor_producer_can_see_organic_insights': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False}, {'id': '2431253037789232840_43849166596', 'pk': 2431253037789232840, 'code': 'CG9i8GshD7I', 'fbid': '17875683067935977', 'user': {'id': '43849166596', 'fbid_v2': 17841443877901145, 'username': 'life.by_a', 'full_name': '', 'is_private': False, 'is_favorite': False, 'is_verified': False, 'account_type': 2, 'fan_club_info': {'fan_club_id': None, 'fan_club_name': None, 'has_created_ssc': None, 'subscriber_count': None, 'largest_public_bc_id': None, 'connected_member_count': None, 'is_free_trial_eligible': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'has_enough_subscribers_for_ssc': None, 'autosave_to_exclusive_highlight': None, 'fan_consideration_page_revamp_eligiblity': None}, 'account_badges': [], 'is_unpublished': False, 'profile_pic_id': '2633372573725432083_43849166596', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/231734336_1025030578256388_2356445558213588438_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6WsYnjkiAyYQ7kNvgG_3UvF&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCTL2ZatiNXGYsh4b00nQhUxAAmfVMUZ2geexXJvD5skw&oe=67ABE3E3&_nc_sid=2011ad', 'feed_post_reshare_disabled': False, 'transparency_product_enabled': False, 'has_anonymous_profile_picture': False, 'third_party_downloads_enabled': 1, 'show_account_transparency_details': True}, 'owner': {'id': '43849166596', 'fbid_v2': 17841443877901145, 'username': 'life.by_a', 'full_name': '', 'is_private': False, 'is_favorite': False, 'is_verified': False, 'account_type': 2, 'fan_club_info': {'fan_club_id': None, 'fan_club_name': None, 'has_created_ssc': None, 'subscriber_count': None, 'largest_public_bc_id': None, 'connected_member_count': None, 'is_free_trial_eligible': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'has_enough_subscribers_for_ssc': None, 'autosave_to_exclusive_highlight': None, 'fan_consideration_page_revamp_eligiblity': None}, 'account_badges': [], 'is_unpublished': False, 'profile_pic_id': '2633372573725432083_43849166596', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/231734336_1025030578256388_2356445558213588438_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6WsYnjkiAyYQ7kNvgG_3UvF&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCTL2ZatiNXGYsh4b00nQhUxAAmfVMUZ2geexXJvD5skw&oe=67ABE3E3&_nc_sid=2011ad', 'feed_post_reshare_disabled': False, 'transparency_product_enabled': False, 'has_anonymous_profile_picture': False, 'third_party_downloads_enabled': 1, 'show_account_transparency_details': True}, 'caption': {'id': 2431253037789232840, 'pk': '17875683070935977', 'text': 'There are just so cute!! 🎃🦇\\n\\n#halloween\\n#halloween_costume\\n#halloween_snacks', 'type': 1, 'user': {'id': '43849166596', 'fbid_v2': 17841443877901145, 'username': 'life.by_a', 'full_name': '', 'is_private': False, 'is_verified': False, 'is_unpublished': False, 'profile_pic_id': '2633372573725432083_43849166596', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/231734336_1025030578256388_2356445558213588438_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6WsYnjkiAyYQ7kNvgG_3UvF&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCTL2ZatiNXGYsh4b00nQhUxAAmfVMUZ2geexXJvD5skw&oe=67ABE3E3&_nc_sid=2011ad'}, 'user_id': 43849166596, 'hashtags': ['#halloween', '#halloween_costume', '#halloween_snacks'], 'mentions': [], 'created_at': 1604047969, 'is_covered': False, 'share_enabled': False, 'created_at_utc': 1604047969, 'is_ranked_comment': False, 'did_report_as_spam': False, 'private_reply_status': 0}, 'can_save': True, 'is_video': False, 'taken_at': 1604047969, 'can_reply': False, 'feed_type': 'media', 'has_liked': False, 'is_pinned': False, 'like_count': 46, 'media_name': 'album', 'media_type': 8, 'top_likers': [], 'can_reshare': True, 'filter_type': 0, 'layout_type': 'media_grid', 'media_notes': {'items': []}, 'fb_user_tags': {'in': []}, 'product_type': 'carousel_container', 'comment_count': 8, 'igbio_product': None, 'thumbnail_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122819147_820387748538325_6402003752626116228_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=Q0ajq4UqDmQQ7kNvgHoi76_&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE3MzkwMzYyMw%3D%3D.3-ccb7-5&oh=00_AYD3hAI0WdDyJfRk9-wUCxOtxd4EuEKJZDIdTQE1iPDVpw&oe=67ABCE96&_nc_sid=2011ad', 'carousel_media': [{'id': '2431253034173903623_43849166596', 'pk': 2431253034173903623, 'is_video': False, 'taken_at': 1604047968, 'media_name': 'album_item', 'media_type': 1, 'fb_user_tags': {'in': []}, 'product_type': 'carousel_item', 'thumbnail_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122819147_820387748538325_6402003752626116228_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=Q0ajq4UqDmQQ7kNvgHoi76_&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE3MzkwMzYyMw%3D%3D.3-ccb7-5&oh=00_AYD3hAI0WdDyJfRk9-wUCxOtxd4EuEKJZDIdTQE1iPDVpw&oe=67ABCE96&_nc_sid=2011ad', 'image_versions': {'items': [{'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122819147_820387748538325_6402003752626116228_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=Q0ajq4UqDmQQ7kNvgHoi76_&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE3MzkwMzYyMw%3D%3D.3-ccb7-5&oh=00_AYD3hAI0WdDyJfRk9-wUCxOtxd4EuEKJZDIdTQE1iPDVpw&oe=67ABCE96&_nc_sid=2011ad', 'width': 1280, 'height': 1280}, {'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122819147_820387748538325_6402003752626116228_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=Q0ajq4UqDmQQ7kNvgHoi76_&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE3MzkwMzYyMw%3D%3D.3-ccb7-5&oh=00_AYBSVXbHUCoC0wuAHsptkL1ttV5ZklErPfzlVNi8A0rihA&oe=67ABCE96&_nc_sid=2011ad', 'width': 480, 'height': 480}]}, 'original_width': 1280, 'original_height': 1280, 'featured_products': [], 'carousel_parent_id': '2431253037789232840_43849166596', 'explore_pivot_grid': False, 'product_suggestions': [], 'commerciality_status': 'not_commercial', 'shop_routing_user_id': None, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'video_sticker_locales': []}, {'id': '2431253034157126309_43849166596', 'pk': 2431253034157126309, 'is_video': False, 'taken_at': 1604047968, 'media_name': 'album_item', 'media_type': 1, 'fb_user_tags': {'in': []}, 'product_type': 'carousel_item', 'thumbnail_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/123028506_805463246898616_2642055155364201156_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=104&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=TZjWMXexaGwQ7kNvgGZ_XeL&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE1NzEyNjMwOQ%3D%3D.3-ccb7-5&oh=00_AYC9MvCMGb-ahiql8nu8VCOwwmuJT72LI9DNCTl_FwSluQ&oe=67ABEAE4&_nc_sid=2011ad', 'image_versions': {'items': [{'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/123028506_805463246898616_2642055155364201156_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=104&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=TZjWMXexaGwQ7kNvgGZ_XeL&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE1NzEyNjMwOQ%3D%3D.3-ccb7-5&oh=00_AYC9MvCMGb-ahiql8nu8VCOwwmuJT72LI9DNCTl_FwSluQ&oe=67ABEAE4&_nc_sid=2011ad', 'width': 1280, 'height': 1280}, {'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/123028506_805463246898616_2642055155364201156_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=104&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=TZjWMXexaGwQ7kNvgGZ_XeL&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE1NzEyNjMwOQ%3D%3D.3-ccb7-5&oh=00_AYAFPUuLCAKcyyjc6FwA7SKbxYvORi-2xn-a80vANfz9KA&oe=67ABEAE4&_nc_sid=2011ad', 'width': 480, 'height': 480}]}, 'original_width': 1280, 'original_height': 1280, 'featured_products': [], 'carousel_parent_id': '2431253037789232840_43849166596', 'explore_pivot_grid': False, 'product_suggestions': [], 'commerciality_status': 'not_commercial', 'shop_routing_user_id': None, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'video_sticker_locales': []}, {'id': '2431253034752662160_43849166596', 'pk': 2431253034752662160, 'is_video': False, 'taken_at': 1604047968, 'media_name': 'album_item', 'media_type': 1, 'fb_user_tags': {'in': []}, 'product_type': 'carousel_item', 'thumbnail_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122825655_186368676449184_161950596199673542_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=RIqEmeqRsncQ7kNvgEDcghW&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDc1MjY2MjE2MA%3D%3D.3-ccb7-5&oh=00_AYBN02I9OImeHBbluvbiFzN16jSHc9UqmKN1yGkQmtlgFA&oe=67ABE3B9&_nc_sid=2011ad', 'image_versions': {'items': [{'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122825655_186368676449184_161950596199673542_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=RIqEmeqRsncQ7kNvgEDcghW&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDc1MjY2MjE2MA%3D%3D.3-ccb7-5&oh=00_AYBN02I9OImeHBbluvbiFzN16jSHc9UqmKN1yGkQmtlgFA&oe=67ABE3B9&_nc_sid=2011ad', 'width': 1280, 'height': 1280}, {'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122825655_186368676449184_161950596199673542_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=RIqEmeqRsncQ7kNvgEDcghW&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDc1MjY2MjE2MA%3D%3D.3-ccb7-5&oh=00_AYAmaY34caRoBF9NBDXgJzWcp6gjzMPRBWybFEN1fBN0ow&oe=67ABE3B9&_nc_sid=2011ad', 'width': 480, 'height': 480}]}, 'original_width': 1280, 'original_height': 1280, 'featured_products': [], 'carousel_parent_id': '2431253037789232840_43849166596', 'explore_pivot_grid': False, 'product_suggestions': [], 'commerciality_status': 'not_commercial', 'shop_routing_user_id': None, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'video_sticker_locales': []}, {'id': '2431253034182177319_43849166596', 'pk': 2431253034182177319, 'is_video': False, 'taken_at': 1604047968, 'media_name': 'album_item', 'media_type': 1, 'fb_user_tags': {'in': []}, 'product_type': 'carousel_item', 'thumbnail_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122912849_1279442432435525_8441111983093743403_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=105&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=uqpiK2uJoJMQ7kNvgFuc6qV&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE4MjE3NzMxOQ%3D%3D.3-ccb7-5&oh=00_AYAhK1f1qZ_2g06R66OTIaOZm1CBZ8S1zoXtlCakTMBm7Q&oe=67ABCA9D&_nc_sid=2011ad', 'image_versions': {'items': [{'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122912849_1279442432435525_8441111983093743403_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=105&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=uqpiK2uJoJMQ7kNvgFuc6qV&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE4MjE3NzMxOQ%3D%3D.3-ccb7-5&oh=00_AYAhK1f1qZ_2g06R66OTIaOZm1CBZ8S1zoXtlCakTMBm7Q&oe=67ABCA9D&_nc_sid=2011ad', 'width': 1280, 'height': 1280}, {'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122912849_1279442432435525_8441111983093743403_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=105&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=uqpiK2uJoJMQ7kNvgFuc6qV&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE4MjE3NzMxOQ%3D%3D.3-ccb7-5&oh=00_AYCVYrch8XtCbk-h9BwkMGuM06AZ0PjMtN4Q6SDhcTGMFQ&oe=67ABCA9D&_nc_sid=2011ad', 'width': 480, 'height': 480}]}, 'original_width': 1280, 'original_height': 1280, 'featured_products': [], 'carousel_parent_id': '2431253037789232840_43849166596', 'explore_pivot_grid': False, 'product_suggestions': [], 'commerciality_status': 'not_commercial', 'shop_routing_user_id': None, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'video_sticker_locales': []}], 'deleted_reason': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'image_versions': {'items': [{'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122819147_820387748538325_6402003752626116228_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=Q0ajq4UqDmQQ7kNvgHoi76_&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE3MzkwMzYyMw%3D%3D.3-ccb7-5&oh=00_AYD3hAI0WdDyJfRk9-wUCxOtxd4EuEKJZDIdTQE1iPDVpw&oe=67ABCE96&_nc_sid=2011ad', 'width': 1280, 'height': 1280}, {'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122819147_820387748538325_6402003752626116228_n.jpg?stp=dst-jpg_e35_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMjgweDEyODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=Q0ajq4UqDmQQ7kNvgHoi76_&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMTI1MzAzNDE3MzkwMzYyMw%3D%3D.3-ccb7-5&oh=00_AYBSVXbHUCoC0wuAHsptkL1ttV5ZklErPfzlVNi8A0rihA&oe=67ABCE96&_nc_sid=2011ad', 'width': 480, 'height': 480}]}, 'music_metadata': {'audio_type': None, 'music_info': None, 'pinned_media_ids': None, 'audio_canonical_id': '0', 'original_sound_info': None}, 'original_width': 612, 'original_height': 612, 'device_timestamp': 165099129949286, 'has_shared_to_fb': 0, 'is_unified_video': False, 'preview_comments': [], 'caption_is_edited': False, 'featured_products': [], 'has_more_comments': True, 'carousel_media_ids': [2431253034173903623, 2431253034157126309, 2431253034752662160, 2431253034182177319], 'coauthor_producers': [], 'crosspost_metadata': {'fb_downstream_use_xpost_metadata': {'downstream_use_xpost_deny_reason': 'NONE'}}, 'has_views_fetching': True, 'is_in_profile_grid': False, 'can_modify_carousel': False, 'has_privately_liked': False, 'is_paid_partnership': False, 'product_suggestions': [], 'carousel_media_count': 4, 'commerciality_status': 'not_commercial', 'share_count_disabled': False, 'shop_routing_user_id': None, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'subscribe_cta_visible': False, 'video_sticker_locales': [], 'is_social_ufi_disabled': False, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'boost_unavailable_reason': None, 'comment_inform_treatment': {'url': None, 'text': '', 'action_type': None, 'should_have_inform_treatment': False}, 'fb_aggregated_like_count': 0, 'is_post_live_clips_media': False, 'timeline_pinned_user_ids': [], 'clips_tab_pinned_user_ids': [], 'comment_threading_enabled': True, 'ig_media_sharing_disabled': False, 'integrity_review_decision': 'pending', 'is_cutout_sticker_allowed': False, 'meta_ai_suggested_prompts': [], 'invited_coauthor_producers': [], 'boost_unavailable_reason_v2': None, 'fb_aggregated_comment_count': 0, 'boost_unavailable_identifier': None, 'is_open_to_public_submission': False, 'is_eligible_for_meta_ai_share': False, 'like_and_view_counts_disabled': False, 'open_carousel_submission_state': 'closed', 'is_comments_gif_composer_enabled': True, 'max_num_visible_preview_comments': 2, 'open_carousel_show_follow_button': False, 'carousel_media_pending_post_count': 0, 'commerce_integrity_review_decision': '', 'is_eligible_for_media_note_recs_nux': False, 'is_organic_product_tagging_eligible': True, 'is_eligible_content_for_post_roll_ad': False, 'has_high_risk_gen_ai_inform_treatment': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'coauthor_producer_can_see_organic_insights': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False}, {'id': '2164733753633455172_6077611846', 'pk': 2164733753633455172, 'lat': 31.918, 'lng': -106.6, 'code': 'B4KreEynrxE', 'fbid': '17848419778718369', 'user': {'id': '6077611846', 'fbid_v2': 17841406115389701, 'username': 'riograndesupermarket', 'full_name': 'Rio Grande Supermarket', 'is_private': False, 'is_favorite': False, 'is_verified': False, 'account_type': 3, 'fan_club_info': {'fan_club_id': None, 'fan_club_name': None, 'has_created_ssc': None, 'subscriber_count': None, 'largest_public_bc_id': None, 'connected_member_count': None, 'is_free_trial_eligible': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'has_enough_subscribers_for_ssc': None, 'autosave_to_exclusive_highlight': None, 'fan_consideration_page_revamp_eligiblity': None}, 'account_badges': [], 'is_unpublished': False, 'profile_pic_id': '1611057477900701492_6077611846', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/21909505_2012064525693566_3455111339192614912_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=myA3c6JjKckQ7kNvgHiHwfB&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAx7dSZqcDmnemLgDaWR4YhVFRz9blBP-lcZU2gbkTiBQ&oe=67ABD6D3&_nc_sid=2011ad', 'feed_post_reshare_disabled': False, 'transparency_product_enabled': False, 'has_anonymous_profile_picture': False, 'third_party_downloads_enabled': 1, 'show_account_transparency_details': True}, 'owner': {'id': '6077611846', 'fbid_v2': 17841406115389701, 'username': 'riograndesupermarket', 'full_name': 'Rio Grande Supermarket', 'is_private': False, 'is_favorite': False, 'is_verified': False, 'account_type': 3, 'fan_club_info': {'fan_club_id': None, 'fan_club_name': None, 'has_created_ssc': None, 'subscriber_count': None, 'largest_public_bc_id': None, 'connected_member_count': None, 'is_free_trial_eligible': None, 'is_fan_club_gifting_eligible': None, 'is_fan_club_referral_eligible': None, 'has_enough_subscribers_for_ssc': None, 'autosave_to_exclusive_highlight': None, 'fan_consideration_page_revamp_eligiblity': None}, 'account_badges': [], 'is_unpublished': False, 'profile_pic_id': '1611057477900701492_6077611846', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/21909505_2012064525693566_3455111339192614912_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=myA3c6JjKckQ7kNvgHiHwfB&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAx7dSZqcDmnemLgDaWR4YhVFRz9blBP-lcZU2gbkTiBQ&oe=67ABD6D3&_nc_sid=2011ad', 'feed_post_reshare_disabled': False, 'transparency_product_enabled': False, 'has_anonymous_profile_picture': False, 'third_party_downloads_enabled': 1, 'show_account_transparency_details': True}, 'likers': [{'id': '47005162385', 'pk': 47005162385, 'username': 'yeganam.2003', 'full_name': 'yeganam.2003', 'is_private': False, 'is_verified': False, 'profile_pic_id': '3346232457153303630_47005162385', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/437523825_778818490848023_9220459350897976248_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=GIFF9R1hxKwQ7kNvgFO3wVE&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYBG2-qxwmg1yzsfwo-94iv5LiR2wt4bMS7W9RZqmNecsQ&oe=67ABECED&_nc_sid=2011ad'}, {'id': '2285057098', 'pk': 2285057098, 'username': 'ballenger_maria', 'full_name': 'Maria Ballenger', 'is_private': False, 'is_verified': False, 'profile_pic_id': '3516889082933784484_2285057098', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/469619063_2491376451052394_8326167744427256447_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=AX1mi9g1p1cQ7kNvgEQraNV&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYBOjUr5Kz7KJ8UImNr21aftLGtGFSOx5WNi6zHjHtCfxA&oe=67ABC186&_nc_sid=2011ad'}, {'id': '2966830002', 'pk': 2966830002, 'username': 'mymiracles_76', 'full_name': 'Hazeleyez♡', 'is_private': True, 'is_verified': False, 'profile_pic_id': '2387236214875272287_2966830002', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/118566002_745024469651689_6888125582841655204_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=0Fb7H7nqyXQQ7kNvgHmBj7b&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYADksk_EuuN1Yvd3sYn-LeoFJxP5itKHR163q2h4yXW8g&oe=67ABDFEA&_nc_sid=2011ad'}, {'id': '20717110271', 'pk': 20717110271, 'username': 'avcomputerservicesep', 'full_name': 'A&V Computer Services', 'is_private': False, 'is_verified': False, 'profile_pic_id': '2137235703778989200_20717110271', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/70704923_367387674215870_4615639729096884224_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=EMHTZhMrEJ8Q7kNvgGUlCAI&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAWn0Rw0Djz544I7LOwzoUvtfAPXoSs75ovcTzRKU6Q7g&oe=67ABE1CA&_nc_sid=2011ad'}, {'id': '10937696290', 'pk': 10937696290, 'username': 'urbanart915', 'full_name': 'urbanart915', 'is_private': False, 'is_verified': False, 'profile_pic_id': '2593396908924288058_10937696290', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/198815734_193340032567046_1822644754353600274_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=_TxpkjHB1WsQ7kNvgH90KXK&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYDROipayYiB4W7i3CtQzBYiu9rAUfyjue7wb_cIQTxZ6A&oe=67ABEE36&_nc_sid=2011ad'}, {'id': '12123142051', 'pk': 12123142051, 'username': 'hikofoods', 'full_name': 'On the happy side of life❤️', 'is_private': False, 'is_verified': False, 'profile_pic_id': '2312201077491250514_12123142051', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/97875679_291337508548933_3750413185723662336_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=p5tz994N1VsQ7kNvgHFMg-P&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYDWhEWagF5ebGOWGyQFM2lgRpdF8hrHqJTNB8h8bxUzqQ&oe=67ABCDD5&_nc_sid=2011ad'}, {'id': '8477102266', 'pk': 8477102266, 'username': 'castlevnc86', 'full_name': 'Ceci Castillo', 'is_private': True, 'is_verified': False, 'profile_pic_id': '1852013995478122393_8477102266', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/39327926_1897804646962985_1527646174138335232_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=105&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=gl90WJUyzI4Q7kNvgHbJir9&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYC1ej8Jw7HpjnBWskidq99xHkjSgRx2jefl2el7uJHzhw&oe=67ABE7AF&_nc_sid=2011ad'}], 'caption': {'id': 2164733753633455172, 'pk': '17848419793718369', 'text': 'Halloween is just around the corner and you could create some fun party snacks with the kids or for your guests. \\nCome in to Rio Grande Supermarket and get your ingredients for all the spooktacular snacks. Buy extra candy for the trick-or-treaters.\\n\\nShurfine Cake Mix ASSORTED 16.5 OZ. 70¢\\nMazola Cooking Oil SELECT VARIETY 40 OZ. 2 FOR $5\\nLay’s or Wavy Lay’s 2 FOR $4\\nBuffalo Style Wing Sections $3.38 LB .\\n.\\n.\\n.\\n.\\n.\\n.\\n\\n#mondaymorning #happymonday #mondaymood #riograndesupermarket #canutillosupermarket #grocerystore #canutillobusiness #iamelpaso #elpasotx #itsallgoodep #recipeshoppinglist #halloweensnackideas #snackideasforkids #halloweentime #halloweenpartyideas #halloween_cupcakes #halloween_snacks #snacksforhalloween', 'type': 1, 'user': {'id': '6077611846', 'fbid_v2': 17841406115389701, 'username': 'riograndesupermarket', 'full_name': 'Rio Grande Supermarket', 'is_private': False, 'is_verified': False, 'is_unpublished': False, 'profile_pic_id': '1611057477900701492_6077611846', 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/21909505_2012064525693566_3455111339192614912_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=myA3c6JjKckQ7kNvgHiHwfB&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAx7dSZqcDmnemLgDaWR4YhVFRz9blBP-lcZU2gbkTiBQ&oe=67ABD6D3&_nc_sid=2011ad'}, 'user_id': 6077611846, 'hashtags': ['#mondaymorning', '#happymonday', '#mondaymood', '#riograndesupermarket', '#canutillosupermarket', '#grocerystore', '#canutillobusiness', '#iamelpaso', '#elpasotx', '#itsallgoodep', '#recipeshoppinglist', '#halloweensnackideas', '#snackideasforkids', '#halloweentime', '#halloweenpartyideas', '#halloween_cupcakes', '#halloween_snacks', '#snacksforhalloween'], 'mentions': [], 'created_at': 1572276400, 'is_covered': False, 'share_enabled': False, 'created_at_utc': 1572276400, 'is_ranked_comment': False, 'did_report_as_spam': False, 'private_reply_status': 0}, 'can_save': True, 'is_video': True, 'location': {'pk': 237398833, 'lat': 31.918, 'lng': -106.6, 'city': '', 'name': 'Canutillo, Texas', 'address': '', 'short_name': 'Canutillo', 'external_source': 'facebook_places', 'facebook_places_id': 113168842030654}, 'taken_at': 1572276400, 'can_reply': False, 'feed_type': 'media', 'has_audio': True, 'has_liked': False, 'is_pinned': False, 'video_url': 'https://scontent-ber1-1.cdninstagram.com/o1/v/t16/f2/m84/AQMf95No3WAGIKsYeUhoxV7rsgMTqHOqTNjkfUwg_8S8yRhOUnMkNI2o6Di5VqNKoPkkpkcinkGnnot_sYLm2DZc1ZGHCLl-nGnkZLc.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjY0MDYwMzI2ODYxOTE2OTQsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5GRUVELkMzLjcyMC5kYXNoX2Jhc2VsaW5lXzFfdjEifQ&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=AdgG9HgWWgo-CZIu61rSDK_i770vn3dhzqXyF_CrOLvJBBhadKHNhnsMKrtVWRjuAMY&vs=1b3ebb1bb7762106&_nc_vs=HBksFQIYTGlnX2JhY2tmaWxsX3RpbWVsaW5lX3ZvZC8xMTRGNUI1RjcwNjlENEExQkZGMUNDNEU0MEE2NTY4Ml92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dId1V4QmE2dV9iRUlEb0ZBS3c3MEEzdC1IUkticGt3QUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJpzR8OqWkOEWFQIoAkMzLBdALgAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=9-4&oh=00_AYCAp0eqzZHST3H0jWPEdTCUEA84O1Q2yKlAbA0TU06URw&oe=67A7DB33&_nc_sid=1d576d', 'like_count': 8, 'media_name': 'reel', 'media_type': 2, 'top_likers': [], 'can_reshare': True, 'filter_type': 0, 'layout_type': 'media_grid', 'mashup_info': {'mashup_type': None, 'original_media': None, 'mashups_allowed': False, 'is_reuse_allowed': False, 'has_been_mashed_up': False, 'is_light_weight_check': True, 'formatted_mashups_count': None, 'is_pivot_page_available': False, 'can_toggle_mashups_allowed': False, 'is_creator_requesting_mashup': False, 'has_nonmimicable_additional_audio': False, 'is_light_weight_reuse_allowed_check': False, 'privacy_filtered_mashups_media_count': None, 'non_privacy_filtered_mashups_media_count': 0}, 'media_notes': {'items': []}, 'video_codec': 'avc1.4d401f', 'fb_user_tags': {'in': []}, 'product_type': 'feed', 'comment_count': 0, 'igbio_product': None, 'thumbnail_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-15/71886514_549564092253491_1295329350167932030_n.jpg?stp=dst-jpg_e15_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi43MjB4NzIwLnNkci5mMjg4NS5kZWZhdWx0X2NvdmVyX2ZyYW1lIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=rC6eCtEnKb0Q7kNvgHmtiJp&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjE2NDczMzc1MzYzMzQ1NTE3Mg%3D%3D.3-ccb7-5&oh=00_AYAqZJrGZVt7qZP9bPr_OlzF_rURQ8BdtGLfKqdKq7MO8g&oe=67ABC6EB&_nc_sid=2011ad', 'deleted_reason': 0, 'fundraiser_tag': {'has_standalone_fundraiser': False}, 'image_versions': {'items': [{'url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-15/71886514_549564092253491_1295329350167932030_n.jpg?stp=dst-jpg_e15_s480x480_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi43MjB4NzIwLnNkci5mMjg4NS5kZWZhdWx0X2NvdmVyX2ZyYW1lIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=111&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=rC6eCtEnKb0Q7kNvgHmtiJp&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjE2NDczMzc1MzYzMzQ1NTE3Mg%3D%3D.3-ccb7-5&oh=00_AYAqZJrGZVt7qZP9bPr_OlzF_rURQ8BdtGLfKqdKq7MO8g&oe=67ABC6EB&_nc_sid=2011ad', 'width': 480, 'height': 480}]}, 'music_metadata': {'audio_type': None, 'music_info': None, 'pinned_media_ids': None, 'audio_canonical_id': '0', 'original_sound_info': None}, 'original_width': 720, 'video_duration': 15.0, 'video_versions': [{'id': '335485682377481v', 'url': 'https://scontent-ber1-1.cdninstagram.com/o1/v/t16/f2/m84/AQMf95No3WAGIKsYeUhoxV7rsgMTqHOqTNjkfUwg_8S8yRhOUnMkNI2o6Di5VqNKoPkkpkcinkGnnot_sYLm2DZc1ZGHCLl-nGnkZLc.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjY0MDYwMzI2ODYxOTE2OTQsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5GRUVELkMzLjcyMC5kYXNoX2Jhc2VsaW5lXzFfdjEifQ&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=AdgG9HgWWgo-CZIu61rSDK_i770vn3dhzqXyF_CrOLvJBBhadKHNhnsMKrtVWRjuAMY&vs=1b3ebb1bb7762106&_nc_vs=HBksFQIYTGlnX2JhY2tmaWxsX3RpbWVsaW5lX3ZvZC8xMTRGNUI1RjcwNjlENEExQkZGMUNDNEU0MEE2NTY4Ml92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dId1V4QmE2dV9iRUlEb0ZBS3c3MEEzdC1IUkticGt3QUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJpzR8OqWkOEWFQIoAkMzLBdALgAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=9-4&oh=00_AYCAp0eqzZHST3H0jWPEdTCUEA84O1Q2yKlAbA0TU06URw&oe=67A7DB33&_nc_sid=1d576d', 'type': 101, 'width': 720, 'height': 720, 'bandwidth': 484001}, {'id': '335485682377481v', 'url': 'https://scontent-ber1-1.cdninstagram.com/o1/v/t16/f2/m84/AQMf95No3WAGIKsYeUhoxV7rsgMTqHOqTNjkfUwg_8S8yRhOUnMkNI2o6Di5VqNKoPkkpkcinkGnnot_sYLm2DZc1ZGHCLl-nGnkZLc.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjY0MDYwMzI2ODYxOTE2OTQsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5GRUVELkMzLjcyMC5kYXNoX2Jhc2VsaW5lXzFfdjEifQ&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=AdgG9HgWWgo-CZIu61rSDK_i770vn3dhzqXyF_CrOLvJBBhadKHNhnsMKrtVWRjuAMY&vs=1b3ebb1bb7762106&_nc_vs=HBksFQIYTGlnX2JhY2tmaWxsX3RpbWVsaW5lX3ZvZC8xMTRGNUI1RjcwNjlENEExQkZGMUNDNEU0MEE2NTY4Ml92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dId1V4QmE2dV9iRUlEb0ZBS3c3MEEzdC1IUkticGt3QUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJpzR8OqWkOEWFQIoAkMzLBdALgAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=9-4&oh=00_AYCAp0eqzZHST3H0jWPEdTCUEA84O1Q2yKlAbA0TU06URw&oe=67A7DB33&_nc_sid=1d576d', 'type': 102, 'width': 720, 'height': 720, 'bandwidth': 484001}, {'id': '335485682377481v', 'url': 'https://scontent-ber1-1.cdninstagram.com/o1/v/t16/f2/m84/AQMf95No3WAGIKsYeUhoxV7rsgMTqHOqTNjkfUwg_8S8yRhOUnMkNI2o6Di5VqNKoPkkpkcinkGnnot_sYLm2DZc1ZGHCLl-nGnkZLc.mp4?efg=eyJ4cHZfYXNzZXRfaWQiOjY0MDYwMzI2ODYxOTE2OTQsInZlbmNvZGVfdGFnIjoieHB2X3Byb2dyZXNzaXZlLklOU1RBR1JBTS5GRUVELkMzLjcyMC5kYXNoX2Jhc2VsaW5lXzFfdjEifQ&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=AdgG9HgWWgo-CZIu61rSDK_i770vn3dhzqXyF_CrOLvJBBhadKHNhnsMKrtVWRjuAMY&vs=1b3ebb1bb7762106&_nc_vs=HBksFQIYTGlnX2JhY2tmaWxsX3RpbWVsaW5lX3ZvZC8xMTRGNUI1RjcwNjlENEExQkZGMUNDNEU0MEE2NTY4Ml92aWRlb19kYXNoaW5pdC5tcDQVAALIAQAVAhg6cGFzc3Rocm91Z2hfZXZlcnN0b3JlL0dId1V4QmE2dV9iRUlEb0ZBS3c3MEEzdC1IUkticGt3QUFBRhUCAsgBACgAGAAbAogHdXNlX29pbAExEnByb2dyZXNzaXZlX3JlY2lwZQExFQAAJpzR8OqWkOEWFQIoAkMzLBdALgAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=9-4&oh=00_AYCAp0eqzZHST3H0jWPEdTCUEA84O1Q2yKlAbA0TU06URw&oe=67A7DB33&_nc_sid=1d576d', 'type': 103, 'width': 720, 'height': 720, 'bandwidth': 484001}], 'original_height': 720, 'device_timestamp': 157227639454, 'has_shared_to_fb': 0, 'is_dash_eligible': 1, 'is_unified_video': False, 'preview_comments': [], 'caption_is_edited': False, 'featured_products': [], 'has_more_comments': False, 'coauthor_producers': [], 'crosspost_metadata': {'fb_downstream_use_xpost_metadata': {'downstream_use_xpost_deny_reason': 'NONE'}}, 'has_views_fetching': True, 'is_in_profile_grid': False, 'has_privately_liked': False, 'is_paid_partnership': False, 'number_of_qualities': 1, 'product_suggestions': [], 'commerciality_status': 'not_commercial', 'share_count_disabled': False, 'shop_routing_user_id': None, 'sharing_friction_info': {'bloks_app_url': None, 'sharing_friction_payload': None, 'should_have_sharing_friction': False}, 'subscribe_cta_visible': False, 'video_sticker_locales': [], 'is_social_ufi_disabled': False, 'gen_ai_detection_method': {'detection_method': 'NONE'}, 'boost_unavailable_reason': None, 'comment_inform_treatment': {'url': None, 'text': '', 'action_type': None, 'should_have_inform_treatment': False}, 'fb_aggregated_like_count': 0, 'is_post_live_clips_media': False, 'timeline_pinned_user_ids': [], 'clips_tab_pinned_user_ids': [], 'comment_threading_enabled': True, 'ig_media_sharing_disabled': False, 'integrity_review_decision': 'approved', 'is_cutout_sticker_allowed': False, 'meta_ai_suggested_prompts': [], 'invited_coauthor_producers': [], 'boost_unavailable_reason_v2': None, 'fb_aggregated_comment_count': 0, 'boost_unavailable_identifier': None, 'is_open_to_public_submission': False, 'is_eligible_for_meta_ai_share': False, 'like_and_view_counts_disabled': False, 'is_comments_gif_composer_enabled': True, 'max_num_visible_preview_comments': 2, 'open_carousel_show_follow_button': False, 'is_eligible_for_media_note_recs_nux': False, 'is_organic_product_tagging_eligible': True, 'is_eligible_content_for_post_roll_ad': False, 'has_high_risk_gen_ai_inform_treatment': False, 'is_reshare_of_text_post_app_media_in_ig': False, 'coauthor_producer_can_see_organic_insights': False, 'is_tagged_media_shared_to_viewer_profile_grid': False, 'should_show_author_pog_for_tagged_media_shared_to_profile_grid': False}], 'total': 10, 'additional_data': {'id': 17841525121103468, 'name': 'halloween_snacks', 'subtitle': 'See a few top posts each week', 'is_trending': False, 'media_count': 10, 'social_context': '', 'allow_following': 1, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.29350-15/122885201_279406056658052_253258248180892580_n.jpg?se=7&stp=dst-jpg_e35_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6ImltYWdlX3VybGdlbi4xMDgweDEwODAuc2RyLmYyOTM1MC5kZWZhdWx0X2ltYWdlIn0&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=108&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=xUFDN-pUZnEQ7kNvgH5-GXm&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&ig_cache_key=MjQzMDYwNzY4OTQ0MjUwMzg3OA%3D%3D.3-ccb7-5&oh=00_AYCvoAapMHHY3LrQFJ1W3DL62-AklQ-2J4qdd6T79i4uRw&oe=67ABC1EC&_nc_sid=2011ad', 'warning_message': None, 'content_advisory': None, 'allow_muting_story': True, 'follow_button_text': None, 'formatted_media_count': 'Fewer than 100', 'show_follow_drop_down': False, 'hide_use_hashtag_button': False, 'social_context_profile_links': []}}, 'pagination_token': 'HE1lBBspCRZVZVRWfQEMERxALUAZEwFHBQ5GZ1RSfRocWhkTOj4BUxZGGk1RRlQOfQAcTAdeJjwWEzMBQQRJAwEQChJGPl4xRwAXHQZbPFQUfRAKSgNfXhRBAEMWFRkHPFYQOg1FUk5eUDwLE1UWXBsXEAIbbQlKTEpCW30MESdGAEYI'}, 'content': 'eyJkYXRhIjp7ImFkZGl0aW9uYWxfZGF0YSI6eyJhbGxvd19mb2xsb3dpbmciOjEsImFsbG93X211dGluZ19zdG9yeSI6dHJ1ZSwiY29udGVudF9hZHZpc29yeSI6bnVsbCwiZm9sbG93X2J1dHRvbl90ZXh0IjpudWxsLCJmb3JtYXR0ZWRfbWVkaWFfY291bnQiOiJGZXdlciB0aGFuIDEwMCIsImhpZGVfdXNlX2hhc2h0YWdfYnV0dG9uIjpmYWxzZSwiaWQiOjE3ODQxNTI1MTIxMTAzNDY4LCJpc190cmVuZGluZyI6ZmFsc2UsIm1lZGlhX2NvdW50IjoxMCwibmFtZSI6ImhhbGxvd2Vlbl9zbmFja3MiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI5MzUwLTE1LzEyMjg4NTIwMV8yNzk0MDYwNTY2NTgwNTJfMjUzMjU4MjQ4MTgwODkyNTgwX24uanBnP3NlPTcmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwOCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz14VUZETi1wVVpuRVE3a052Z0g1LUdYbSZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1EWXdOelk0T1RRME1qVXdNemczT0ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDdm9BYXBNSEhZM0xyUUZKMVczREw2Mi1Ba2xRLTJKNHFkZDZUNzlpNHVSdyZvZT02N0FCQzFFQyZfbmNfc2lkPTIwMTFhZCIsInNob3dfZm9sbG93X2Ryb3BfZG93biI6ZmFsc2UsInNvY2lhbF9jb250ZXh0IjoiIiwic29jaWFsX2NvbnRleHRfcHJvZmlsZV9saW5rcyI6W10sInN1YnRpdGxlIjoiU2VlIGEgZmV3IHRvcCBwb3N0cyBlYWNoIHdlZWsiLCJ3YXJuaW5nX21lc3NhZ2UiOm51bGx9LCJjb3VudCI6NSwiaXRlbXMiOlt7ImFyZV9yZW1peGVzX2Nyb3NzcG9zdGFibGUiOnRydWUsImF2YXRhcl9zdGlja2VycyI6W10sImJvb3N0X3VuYXZhaWxhYmxlX2lkZW50aWZpZXIiOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbiI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uX3YyIjpudWxsLCJjYW5fcmVwbHkiOmZhbHNlLCJjYW5fcmVzaGFyZSI6dHJ1ZSwiY2FuX3NhdmUiOnRydWUsImNhcHRpb24iOnsiY3JlYXRlZF9hdCI6MTczMDM2ODAwMiwiY3JlYXRlZF9hdF91dGMiOjE3MzAzNjgwMDIsImRpZF9yZXBvcnRfYXNfc3BhbSI6ZmFsc2UsImhhc190cmFuc2xhdGlvbiI6dHJ1ZSwiaGFzaHRhZ3MiOlsiI2FzbXIiLCIjYXNtcmFydGlzdCIsIiNhc21yZm9vZCIsIiNtdWtiYW5nIiwiI2hhbGxvd2VlbiIsIiNoYWxsb3dlZW5fc25hY2tzIiwiI2hhcHB5IiwiI9in24zYp9iz2KfZhdin2LEiLCIj2KfbjF/Yp9izX9in2YVf2KLYsSIsIiPYp9uM2KfYs9mF2KfYsSIsIiPZh9in2YTZiNmI24zZhiJdLCJpZCI6MzQ5MDkwMDQ3MTc5MzczNDc5MiwiaXNfY292ZXJlZCI6ZmFsc2UsImlzX3JhbmtlZF9jb21tZW50IjpmYWxzZSwibWVudGlvbnMiOlsiQGtoYXRpc2F3X2FzbXIiXSwicGsiOiIxNzkyMjE4NjY5ODg4OTEyOCIsInByaXZhdGVfcmVwbHlfc3RhdHVzIjowLCJzaGFyZV9lbmFibGVkIjpmYWxzZSwidGV4dCI6Itiu2YjYsdin2qnbjCDZh9in2YTZiNuM2YbbjCDYqNmHINmF2YbYp9iz2KjYqiDZh9in2YTZiNuM2Ybwn5G78J+Og1xuXG7Yp9qv2Ycg2KrZiNmH2YUg2LnYp9i02YIg2KfbjOKAjNin2LPigIzYp9mF4oCM2KLYsduMINm+24zYrNmF2Ygg2KfYsiDYr9iz2Kog2YbYr9mH8J+YifCfkYfwn4+7XG5Aa2hhdGlzYXdfYXNtciBcbkBraGF0aXNhd19hc21yIFxuQGtoYXRpc2F3X2FzbXIgXG5cbiNhc21yICNhc21yYXJ0aXN0ICNhc21yZm9vZCAjbXVrYmFuZyAjaGFsbG93ZWVuICNoYWxsb3dlZW5fc25hY2tzICNoYXBweSAj2KfbjNin2LPYp9mF2KfYsSAj2KfbjF/Yp9izX9in2YVf2KLYsSAj2KfbjNin2LPZhdin2LEgI9mH2KfZhNmI2YjbjNmGIiwidHlwZSI6MSwidXNlciI6eyJmYmlkX3YyIjoxNzg0MTQ2ODExNzk4NjE0MSwiZnVsbF9uYW1lIjoiQVNNUiB8INiu2KfZsNi32JXduuCjruKAjNir2Znbm9in2bAgfCDYp9uMINin2LMg2KfZhSDYotixIiwiaWQiOiI2ODA0OTEzNDU5OSIsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIzNDI0NTUwMDU3Mzk0MTk1NzE4XzY4MDQ5MTM0NTk5IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE5LzQ1MzczMzk4NF80NTIyNjk0NTQzMTQxMjlfMzY2MDA0NTM2OTU2NTg2ODY4MF9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAxJl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPU50dEpMOVNKcXhnUTdrTnZnR1FpcUQ5Jl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQUZZYnVKQmRWTThoVEYzSTFzUVJDR0pEU1d5MXJ0R2tuQ2xNeE5CN1diOGcmb2U9NjdBQkU5QUQmX25jX3NpZD0yMDExYWQiLCJ1c2VybmFtZSI6ImtoYXRpc2F3X2FzbXIifSwidXNlcl9pZCI6NjgwNDkxMzQ1OTl9LCJjYXB0aW9uX2lzX2VkaXRlZCI6ZmFsc2UsImNsaXBzX21ldGFkYXRhIjp7ImFjaGlldmVtZW50c19pbmZvIjp7Im51bV9lYXJuZWRfYWNoaWV2ZW1lbnRzIjpudWxsLCJzaG93X2FjaGlldmVtZW50cyI6ZmFsc2V9LCJhZGRpdGlvbmFsX2F1ZGlvX2luZm8iOnsiYWRkaXRpb25hbF9hdWRpb191c2VybmFtZSI6bnVsbCwiYXVkaW9fcmVhdHRyaWJ1dGlvbl9pbmZvIjp7InNob3VsZF9hbGxvd19yZXN0b3JlIjpmYWxzZX19LCJhc3NldF9yZWNvbW1lbmRhdGlvbl9pbmZvIjpudWxsLCJhdWRpb19jYW5vbmljYWxfaWQiOiIxODQ2MjkzNTc2NzAzMDQwNSIsImF1ZGlvX3JhbmtpbmdfaW5mbyI6eyJiZXN0X2F1ZGlvX2NsdXN0ZXJfaWQiOiIxOTc5MjY2NzY5MjQ3OTk0In0sImF1ZGlvX3R5cGUiOiJvcmlnaW5hbF9zb3VuZHMiLCJicmFuZGVkX2NvbnRlbnRfdGFnX2luZm8iOnsiY2FuX2FkZF90YWciOmZhbHNlfSwiYnJlYWtpbmdfY29udGVudF9pbmZvIjpudWxsLCJicmVha2luZ19jcmVhdG9yX2luZm8iOm51bGwsImNoYWxsZW5nZV9pbmZvIjpudWxsLCJjbGlwc19jcmVhdGlvbl9lbnRyeV9wb2ludCI6ImNsaXBzIiwiY29udGVudF9hcHByZWNpYXRpb25faW5mbyI6eyJlbmFibGVkIjpmYWxzZSwiZW50cnlfcG9pbnRfY29udGFpbmVyIjpudWxsfSwiY29udGV4dHVhbF9oaWdobGlnaHRfaW5mbyI6bnVsbCwiY3V0b3V0X3N0aWNrZXJfaW5mbyI6W10sImRpc2FibGVfdXNlX2luX2NsaXBzX2NsaWVudF9jYWNoZSI6ZmFsc2UsImV4dGVybmFsX21lZGlhX2luZm8iOm51bGwsImZlYXR1cmVkX2xhYmVsIjpudWxsLCJpc19mYW5fY2x1Yl9wcm9tb192aWRlbyI6ZmFsc2UsImlzX3B1YmxpY19jaGF0X3dlbGNvbWVfdmlkZW8iOmZhbHNlLCJpc19zaGFyZWRfdG9fZmIiOmZhbHNlLCJtYXNodXBfaW5mbyI6eyJjYW5fdG9nZ2xlX21hc2h1cHNfYWxsb3dlZCI6ZmFsc2UsImZvcm1hdHRlZF9tYXNodXBzX2NvdW50IjpudWxsLCJoYXNfYmVlbl9tYXNoZWRfdXAiOmZhbHNlLCJoYXNfbm9ubWltaWNhYmxlX2FkZGl0aW9uYWxfYXVkaW8iOmZhbHNlLCJpc19jcmVhdG9yX3JlcXVlc3RpbmdfbWFzaHVwIjpmYWxzZSwiaXNfbGlnaHRfd2VpZ2h0X2NoZWNrIjp0cnVlLCJpc19saWdodF93ZWlnaHRfcmV1c2VfYWxsb3dlZF9jaGVjayI6ZmFsc2UsImlzX3Bpdm90X3BhZ2VfYXZhaWxhYmxlIjpmYWxzZSwiaXNfcmV1c2VfYWxsb3dlZCI6dHJ1ZSwibWFzaHVwX3R5cGUiOm51bGwsIm1hc2h1cHNfYWxsb3dlZCI6dHJ1ZSwibm9uX3ByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6MCwib3JpZ2luYWxfbWVkaWEiOm51bGwsInByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6bnVsbH0sIm1lcmNoYW5kaXNpbmdfcGlsbF9pbmZvIjpudWxsLCJtdXNpY19pbmZvIjpudWxsLCJudXhfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6eyJhbGxvd19jcmVhdG9yX3RvX3JlbmFtZSI6dHJ1ZSwiYXR0cmlidXRlZF9jdXN0b21fYXVkaW9fYXNzZXRfaWQiOm51bGwsImF1ZGlvX2Fzc2V0X3N0YXJ0X3RpbWVfaW5fbXMiOm51bGwsImF1ZGlvX2ZpbHRlcl9pbmZvcyI6W10sImF1ZGlvX2lkIjoxMTU5NDg1MDY1NzYzNjc3LCJhdWRpb19wYXJ0cyI6W10sImF1ZGlvX3BhcnRzX2J5X2ZpbHRlciI6W10sImNhbl9yZW1peF9iZV9zaGFyZWRfdG9fZmIiOmZhbHNlLCJjYW5fcmVtaXhfYmVfc2hhcmVkX3RvX2ZiX2V4cGFuc2lvbiI6ZmFsc2UsImNvbnN1bXB0aW9uX2luZm8iOnsiZGlzcGxheV9tZWRpYV9pZCI6bnVsbCwiaXNfYm9va21hcmtlZCI6ZmFsc2UsImlzX3RyZW5kaW5nX2luX2NsaXBzIjpmYWxzZSwic2hvdWxkX211dGVfYXVkaW9fcmVhc29uIjoiIiwic2hvdWxkX211dGVfYXVkaW9fcmVhc29uX3R5cGUiOm51bGx9LCJkdXJhdGlvbl9pbl9tcyI6MzY5NDIsImZiX2Rvd25zdHJlYW1fdXNlX3hwb3N0X21ldGFkYXRhIjp7ImRvd25zdHJlYW1fdXNlX3hwb3N0X2RlbnlfcmVhc29uIjoiTk9ORSJ9LCJmb3JtYXR0ZWRfY2xpcHNfbWVkaWFfY291bnQiOm51bGwsImhpZGVfcmVtaXhpbmciOmZhbHNlLCJpZ19hcnRpc3QiOnsiZnVsbF9uYW1lIjoiQVNNUiB8INiu2KfZsNi32JXduuCjruKAjNir2Znbm9in2bAgfCDYp9uMINin2LMg2KfZhSDYotixIiwiaWQiOiI2ODA0OTEzNDU5OSIsImlzX3ByaXZhdGUiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMzQyNDU1MDA1NzM5NDE5NTcxOF82ODA0OTEzNDU5OSIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS80NTM3MzM5ODRfNDUyMjY5NDU0MzE0MTI5XzM2NjAwNDUzNjk1NjU4Njg2ODBfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1OdHRKTDlTSnF4Z1E3a052Z0dRaXFEOSZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUFGWWJ1SkJkVk04aFRGM0kxc1FSQ0dKRFNXeTFydEdrbkNsTXhOQjdXYjhnJm9lPTY3QUJFOUFEJl9uY19zaWQ9MjAxMWFkIiwidXNlcm5hbWUiOiJraGF0aXNhd19hc21yIn0sImlzX2F1ZGlvX2F1dG9tYXRpY2FsbHlfYXR0cmlidXRlZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9hdWRpb19lZmZlY3RzIjp0cnVlLCJpc19lbGlnaWJsZV9mb3JfdmlueWxfc3RpY2tlciI6dHJ1ZSwiaXNfZXhwbGljaXQiOmZhbHNlLCJpc19vcmlnaW5hbF9hdWRpb19kb3dubG9hZF9lbGlnaWJsZSI6dHJ1ZSwiaXNfcmV1c2VfZGlzYWJsZWQiOmZhbHNlLCJpc194cG9zdF9mcm9tX2ZiIjpmYWxzZSwib2Ffb3duZXJfaXNfbXVzaWNfYXJ0aXN0IjpmYWxzZSwib3JpZ2luYWxfYXVkaW9fc3VidHlwZSI6ImRlZmF1bHQiLCJvcmlnaW5hbF9hdWRpb190aXRsZSI6Ik9yaWdpbmFsIGF1ZGlvIiwib3JpZ2luYWxfbWVkaWFfaWQiOjM0OTA5MDA0NzE3OTM3MzQ3OTIsIm92ZXJsYXBfZHVyYXRpb25faW5fbXMiOm51bGwsInByZXZpb3VzX3RyZW5kX3JhbmsiOm51bGwsInByb2dyZXNzaXZlX2Rvd25sb2FkX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLnh4LmZiY2RuLm5ldC9vMS92L3QyL2YyL202OS9BUU1yYzNLRFpHc1lqRmpWaXNZbEhwOVJmN18xZW1CMmp5XzAtVUtlbGdNeDZwUTFuLS1DQnV4N0gyNS1uX0gxTHc3LWhnd1FudWdadEFrTzllY3puUTNSLm1wND9zdHJleHQ9MSZfbmNfY2F0PTEwOSZfbmNfc2lkPThiZjhmZSZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLnh4LmZiY2RuLm5ldCZfbmNfb2hjPWNOYTE3cnRjd3lRUTdrTnZnR21HMDZ5JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkluaHdkbDl3Y205bmNtVnpjMmwyWlM1QlZVUkpUMTlQVGt4WkxpNURNeTR3TG5CeWIyZHlaWE56YVhabFgyRjFaR2x2SWl3aWVIQjJYMkZ6YzJWMFgybGtJam94TWpVd05qa3dNREU1TkRReE1EVXhMQ0oxY214blpXNWZjMjkxY21ObElqb2lkM2QzSW4wJTNEJmNjYj05LTQmX25jX3p0PTI4Jm9oPTAwX0FZQ1RnVDQyV090Uko4Z2Vla1hqLWdlLWhNajFYWWoxZWFnd18zWGU3WDFXQWcmb2U9NjdBQkQ3RTgiLCJzaG91bGRfbXV0ZV9hdWRpbyI6ZmFsc2UsInRpbWVfY3JlYXRlZCI6MTczMDM2ODAwNCwidHJlbmRfcmFuayI6bnVsbCwieHBvc3RfZmJfY3JlYXRvcl9pbmZvIjpudWxsfSwib3JpZ2luYWxpdHlfaW5mbyI6bnVsbCwicHJvZmVzc2lvbmFsX2NsaXBzX3Vwc2VsbF90eXBlIjowLCJyZWVsc19vbl90aGVfcmlzZV9pbmZvIjpudWxsLCJyZXVzYWJsZV90ZXh0X2F0dHJpYnV0ZV9zdHJpbmciOm51bGwsInJldXNhYmxlX3RleHRfaW5mbyI6bnVsbCwic2hvcHBpbmdfaW5mbyI6bnVsbCwic2hvd19hY2hpZXZlbWVudHMiOmZhbHNlLCJzaG93X3RpcHMiOm51bGwsInRlbXBsYXRlX2luZm8iOm51bGwsInZpZXdlcl9pbnRlcmFjdGlvbl9zZXR0aW5ncyI6bnVsbH0sImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiREJ5SzN2SGdsU0kiLCJjb21tZW50X2NvdW50IjowLCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImNyZWF0b3Jfdmlld2VyX2luc2lnaHRzIjpbXSwiY3Jvc3Nwb3N0X21ldGFkYXRhIjp7ImZiX2Rvd25zdHJlYW1fdXNlX3hwb3N0X21ldGFkYXRhIjp7ImRvd25zdHJlYW1fdXNlX3hwb3N0X2RlbnlfcmVhc29uIjoiTk9ORSJ9fSwiZGVsZXRlZF9yZWFzb24iOjAsImRldmljZV90aW1lc3RhbXAiOjQ4MTQ2MjA2NDUyOTMxMCwiZmJfYWdncmVnYXRlZF9jb21tZW50X2NvdW50IjowLCJmYl9hZ2dyZWdhdGVkX2xpa2VfY291bnQiOjAsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmYmlkIjoiMTc5MjIxODY0MTM4ODkxMjgiLCJmZWVkX3R5cGUiOiJjbGlwcyIsImZpbHRlcl90eXBlIjowLCJmdW5kcmFpc2VyX3RhZyI6eyJoYXNfc3RhbmRhbG9uZV9mdW5kcmFpc2VyIjpmYWxzZX0sImdlbl9haV9kZXRlY3Rpb25fbWV0aG9kIjp7ImRldGVjdGlvbl9tZXRob2QiOiJOT05FIn0sImhhc19hdWRpbyI6dHJ1ZSwiaGFzX2hpZ2hfcmlza19nZW5fYWlfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsImhhc19saWtlZCI6ZmFsc2UsImhhc19tb3JlX2NvbW1lbnRzIjpmYWxzZSwiaGFzX3ByaXZhdGVseV9saWtlZCI6ZmFsc2UsImhhc19zaGFyZWRfdG9fZmIiOjAsImhhc192aWV3c19mZXRjaGluZyI6dHJ1ZSwiaWQiOiIzNDkwOTAwNDcxNzkzNzM0NzkyXzY4MDQ5MTM0NTk5IiwiaWdfbWVkaWFfc2hhcmluZ19kaXNhYmxlZCI6ZmFsc2UsImlnX3BsYXlfY291bnQiOjI3NCwiaWdiaW9fcHJvZHVjdCI6bnVsbCwiaW1hZ2VfdmVyc2lvbnMiOnsiYWRkaXRpb25hbF9pdGVtcyI6eyJmaXJzdF9mcmFtZSI6eyJoZWlnaHQiOjg1MiwidXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE1LzQ2NTE1MzgyNF8xMjczMDQ0MzU2OTY5NzIxXzQ4MDMxNjQ0OTM2NjA0MzAwNDVfbi5qcGc/c3RwPWRzdC1qcGdfZTE1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0Mk5EQjRNVEV6Tmk1elpISXVaamN4T0RjNExtRmtaR2wwYVc5dVlXeGZZMjkyWlhKZlpuSmhiV1VpZlEmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTA5Jl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPTZlM19sZ1BPTjhRUTdrTnZnSFJZYkJEJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQ1Boa25McHdZYjVqeDMyZ2gzcTk0b2J1bG9UMXg0Y2RfUWZaWUtrYzd5Tmcmb2U9NjdBQkUxMTAmX25jX3NpZD0yMDExYWQiLCJ3aWR0aCI6NDgwfSwiaWd0dl9maXJzdF9mcmFtZSI6eyJoZWlnaHQiOjg1MiwidXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE1LzQ2NTE1MzgyNF8xMjczMDQ0MzU2OTY5NzIxXzQ4MDMxNjQ0OTM2NjA0MzAwNDVfbi5qcGc/c3RwPWRzdC1qcGdfZTE1X3A0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0Mk5EQjRNVEV6Tmk1elpISXVaamN4T0RjNExtRmtaR2wwYVc5dVlXeGZZMjkyWlhKZlpuSmhiV1VpZlEmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTA5Jl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPTZlM19sZ1BPTjhRUTdrTnZnSFJZYkJEJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQ1Boa25McHdZYjVqeDMyZ2gzcTk0b2J1bG9UMXg0Y2RfUWZaWUtrYzd5Tmcmb2U9NjdBQkUxMTAmX25jX3NpZD0yMDExYWQiLCJ3aWR0aCI6NDgwfSwic21hcnRfZnJhbWUiOm51bGx9LCJpdGVtcyI6W3siaGVpZ2h0Ijo4NTQsInVybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjkzNTAtMTUvNDY1MTYzNDMwXzEzNDYxNTI1MDk3MDg4NzVfNzI4Nzc3MDkzOTUzMjM5Mzg5NV9uLmpwZz9zdHA9ZHN0LWpwZ19lMTVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTQwT0RCNE9EVTBMbk5rY2k1bU1qa3pOVEF1WkdWbVlYVnNkRjlqYjNabGNsOW1jbUZ0WlNKOSZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMTEmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9YlFrN1NwNHhUUElRN2tOdmdHZ1FFSGwmX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU16UTVNRGt3TURRM01UYzVNemN6TkRjNU1qa3dPRGsxTURNeU5EQXlOakV6TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBRzlodFZtQmd3X1F1VnhRY1BaaVQ4Y2M0dGpNMkg1Nm5kdWlDY0toaTR1dyZvZT02N0FCRDE3MyZfbmNfc2lkPTIwMTFhZCIsIndpZHRoIjo0ODB9XSwic2NydWJiZXJfc3ByaXRlc2hlZXRfaW5mb19jYW5kaWRhdGVzIjp7ImRlZmF1bHQiOnsiZmlsZV9zaXplX2tiIjozODQsIm1heF90aHVtYm5haWxzX3Blcl9zcHJpdGUiOjEwNSwicmVuZGVyZWRfd2lkdGgiOjk2LCJzcHJpdGVfaGVpZ2h0IjoxMjQ2LCJzcHJpdGVfdXJscyI6WyJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI4ODUtMTUvNDY0ODkyOTQ2XzUzNzc1NTI4MjIxNjYxMF84NTg3ODcwMjE2ODQzNzAwMTcxX24uanBnP19uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwNiZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1YU0JLZVhlX05XZ1E3a052Z0ZSdkFkaiZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUM5eFFqOHRpbFNhNHNXUTMzS3o1RHBsYWxfSGltdkMtWjB5TUgzWkFWUTl3Jm9lPTY3QUJFODZGJl9uY19zaWQ9MjAxMWFkIl0sInNwcml0ZV93aWR0aCI6MTUwMCwidGh1bWJuYWlsX2R1cmF0aW9uIjowLjM1MTgyODU3MTQyODU3MTQzLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNzgsInRodW1ibmFpbF93aWR0aCI6MTAwLCJ0aHVtYm5haWxzX3Blcl9yb3ciOjE1LCJ0b3RhbF90aHVtYm5haWxfbnVtX3Blcl9zcHJpdGUiOjEwNSwidmlkZW9fbGVuZ3RoIjozNi45NDJ9fX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJwZW5kaW5nIiwiaW52ZW50b3J5X3NvdXJjZSI6InJlY29tbWVuZGVkX2NsaXBzX2NoYWluaW5nX21vZGVsIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19hcnRpc3RfcGljayI6ZmFsc2UsImlzX2NvbW1lbnRzX2dpZl9jb21wb3Nlcl9lbmFibGVkIjp0cnVlLCJpc19jdXRvdXRfc3RpY2tlcl9hbGxvd2VkIjpmYWxzZSwiaXNfZGFzaF9lbGlnaWJsZSI6MSwiaXNfZWxpZ2libGVfY29udGVudF9mb3JfcG9zdF9yb2xsX2FkIjp0cnVlLCJpc19lbGlnaWJsZV9mb3JfbWVkaWFfbm90ZV9yZWNzX251eCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZXRhX2FpX3NoYXJlIjpmYWxzZSwiaXNfaW5fcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfb3Blbl90b19wdWJsaWNfc3VibWlzc2lvbiI6ZmFsc2UsImlzX29yZ2FuaWNfcHJvZHVjdF90YWdnaW5nX2VsaWdpYmxlIjp0cnVlLCJpc19wYWlkX3BhcnRuZXJzaGlwIjpmYWxzZSwiaXNfcGlubmVkIjpmYWxzZSwiaXNfcG9zdF9saXZlX2NsaXBzX21lZGlhIjpmYWxzZSwiaXNfcmVzaGFyZV9vZl90ZXh0X3Bvc3RfYXBwX21lZGlhX2luX2lnIjpmYWxzZSwiaXNfcmV1c2VfYWxsb3dlZCI6ZmFsc2UsImlzX3NvY2lhbF91ZmlfZGlzYWJsZWQiOmZhbHNlLCJpc190YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3ZpZXdlcl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc190aGlyZF9wYXJ0eV9kb3dubG9hZHNfZWxpZ2libGUiOnRydWUsImlzX3VuaWZpZWRfdmlkZW8iOmZhbHNlLCJpc192aWRlbyI6dHJ1ZSwibGF5b3V0X3R5cGUiOiJvbmVfYnlfdHdvX2xlZnQiLCJsaWtlX2FuZF92aWV3X2NvdW50c19kaXNhYmxlZCI6ZmFsc2UsImxpa2VfY291bnQiOjE1LCJtYXhfbnVtX3Zpc2libGVfcHJldmlld19jb21tZW50cyI6MCwibWVkaWFfY3JvcHBpbmdfaW5mbyI6eyJzcXVhcmVfY3JvcCI6eyJjcm9wX2JvdHRvbSI6MC4wLCJjcm9wX2xlZnQiOjAuMCwiY3JvcF9yaWdodCI6MC4wLCJjcm9wX3RvcCI6MC4wfX0sIm1lZGlhX25hbWUiOiJyZWVsIiwibWVkaWFfbm90ZXMiOnsiaXRlbXMiOltdfSwibWVkaWFfdHlwZSI6MiwibWV0YV9haV9zdWdnZXN0ZWRfcHJvbXB0cyI6W10sIm11c2ljX21ldGFkYXRhIjpudWxsLCJudW1iZXJfb2ZfcXVhbGl0aWVzIjoyLCJvcGVuX2Nhcm91c2VsX3Nob3dfZm9sbG93X2J1dHRvbiI6ZmFsc2UsIm9yaWdpbmFsX2hlaWdodCI6MTkyMCwib3JpZ2luYWxfd2lkdGgiOjEwODAsIm93bmVyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjozLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0NjgxMTc5ODYxNDEsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiQVNNUiB8INiu2KfZsNi32JXduuCjruKAjNir2Znbm9in2bAgfCDYp9uMINin2LMg2KfZhSDYotixIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjY4MDQ5MTM0NTk5IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMzQyNDU1MDA1NzM5NDE5NTcxOF82ODA0OTEzNDU5OSIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS80NTM3MzM5ODRfNDUyMjY5NDU0MzE0MTI5XzM2NjAwNDUzNjk1NjU4Njg2ODBfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1OdHRKTDlTSnF4Z1E3a052Z0dRaXFEOSZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUFGWWJ1SkJkVk04aFRGM0kxc1FSQ0dKRFNXeTFydEdrbkNsTXhOQjdXYjhnJm9lPTY3QUJFOUFEJl9uY19zaWQ9MjAxMWFkIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoia2hhdGlzYXdfYXNtciJ9LCJwayI6MzQ5MDkwMDQ3MTc5MzczNDc5MiwicGxheV9jb3VudCI6Mjc0LCJwcmV2aWV3X2NvbW1lbnRzIjpbXSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNsaXBzIiwicmVzaGFyZV9jb3VudCI6MCwic2hhcmVfY291bnRfZGlzYWJsZWQiOmZhbHNlLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJzaG91bGRfc2hvd19hdXRob3JfcG9nX2Zvcl90YWdnZWRfbWVkaWFfc2hhcmVkX3RvX3Byb2ZpbGVfZ3JpZCI6ZmFsc2UsInNvY2lhbF9jb250ZXh0IjpbXSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFnZ2VkX3VzZXJzIjp7ImluIjpbeyJwb3NpdGlvbiI6WzAuMCwwLjBdLCJzaG93X2NhdGVnb3J5X29mX3VzZXIiOmZhbHNlLCJ1c2VyIjp7ImZ1bGxfbmFtZSI6Ik1jQmFuZyBBc21yIiwiaWQiOiIyNjQ3ODY1MDkyOCIsImlzX3ByaXZhdGUiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMjIyMTIwMTg4MzYxMDMxMzA0OF8yNjQ3ODY1MDkyOCIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS84MTg4MTM5MV80NjUyNjMwMzA4MjkzMDZfNDIxODEwNjYyNzE1MDA1MzM3Nl9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTA2Jl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPW5lMmxDeU9UaHk4UTdrTnZnRURfYjRRJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQ09BM0Q3VENnYXNJQkxDRTB4WFBQS3dhNGhmM1kzZ2VWSHRxeG56LXNHaVEmb2U9NjdBQkNFRjQmX25jX3NpZD0yMDExYWQiLCJ1c2VybmFtZSI6Im1jYmFuZy5hc21yIn19XX0sInRha2VuX2F0IjoxNzMwMzY4MDAxLCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yOTM1MC0xNS80NjUxNjM0MzBfMTM0NjE1MjUwOTcwODg3NV83Mjg3NzcwOTM5NTMyMzkzODk1X24uanBnP3N0cD1kc3QtanBnX2UxNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNDBPREI0T0RVMExuTmtjaTVtTWprek5UQXVaR1ZtWVhWc2RGOWpiM1psY2w5bWNtRnRaU0o5Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTExMSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1iUWs3U3A0eFRQSVE3a052Z0dnUUVIbCZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TXpRNU1Ea3dNRFEzTVRjNU16Y3pORGM1TWprd09EazFNRE15TkRBeU5qRXpNdyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFHOWh0Vm1CZ3dfUXVWeFFjUFppVDhjYzR0ak0ySDU2bmR1aUNjS2hpNHV3Jm9lPTY3QUJEMTczJl9uY19zaWQ9MjAxMWFkIiwidGltZWxpbmVfcGlubmVkX3VzZXJfaWRzIjpbXSwidG9wX2xpa2VycyI6W10sInVzZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjMsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQ2ODExNzk4NjE0MSwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiJBU01SIHwg2K7Yp9mw2LfYld264KOu4oCM2KvZmdub2KfZsCB8INin24wg2KfYsyDYp9mFINii2LEiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiNjgwNDkxMzQ1OTkiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIzNDI0NTUwMDU3Mzk0MTk1NzE4XzY4MDQ5MTM0NTk5IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE5LzQ1MzczMzk4NF80NTIyNjk0NTQzMTQxMjlfMzY2MDA0NTM2OTU2NTg2ODY4MF9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAxJl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPU50dEpMOVNKcXhnUTdrTnZnR1FpcUQ5Jl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQUZZYnVKQmRWTThoVEYzSTFzUVJDR0pEU1d5MXJ0R2tuQ2xNeE5CN1diOGcmb2U9NjdBQkU5QUQmX25jX3NpZD0yMDExYWQiLCJzaG93X2FjY291bnRfdHJhbnNwYXJlbmN5X2RldGFpbHMiOnRydWUsInRoaXJkX3BhcnR5X2Rvd25sb2Fkc19lbmFibGVkIjoxLCJ0cmFuc3BhcmVuY3lfcHJvZHVjdF9lbmFibGVkIjpmYWxzZSwidXNlcm5hbWUiOiJraGF0aXNhd19hc21yIn0sInZpZGVvX2NvZGVjIjoiYXZjMS42NDAwMWYiLCJ2aWRlb19kdXJhdGlvbiI6MzYuOTQyLCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdLCJ2aWRlb191cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL28xL3YvdDE2L2YyL204Ni9BUU5ncVRYLTg1V2hpVDVIV2tWMy1lZmprWkJkTS1lWmVRaktqTUMyaTRoNU9BakZtVnd1THZ0S2RxQVpSdV9MVjlqV01DZnVvd1VGQUtMNU83TWVUZHlVMWZtUzdjem1kdGVDdTdRLm1wND9lZmc9ZXlKNGNIWmZZWE56WlhSZmFXUWlPakV5TlRBMk9UQXdNVGswTkRFd05URXNJblpsYm1OdlpHVmZkR0ZuSWpvaWVIQjJYM0J5YjJkeVpYTnphWFpsTGtsT1UxUkJSMUpCVFM1RFRFbFFVeTVETXk0M01qQXVaR0Z6YUY5aVlYTmxiR2x1WlY4eFgzWXhJbjAmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAwJl9uY19vYz1BZGl5dEhVekRkT3YyTEFQS3hIV3dqR0ZHbHYyMXV4dzhkenpYb0JIdEhjWUZ2VVdleUxSMzFCQ21Pakx5anh0NG9rJnZzPTZhNGUwYTk3ZWZhMDVlMGYmX25jX3ZzPUhCa3NGUUlZVW1sblgzaHdkbDl5WldWc2MxOXdaWEp0WVc1bGJuUmZjM0pmY0hKdlpDODVNelE0TWpVeE5FTTJSamxGTlRsR05ERTJRVEE1TmpFMk16SXdNa0ZDTmw5MmFXUmxiMTlrWVhOb2FXNXBkQzV0Y0RRVkFBTElBUUFWQWhnNmNHRnpjM1JvY205MVoyaGZaWFpsY25OMGIzSmxMMGRKYjNSMVFuTnZaMFJ1TFRFMWEyUkJVR3BIWlZaeFJWOUlXblZpY1Y5RlFVRkJSaFVDQXNnQkFDZ0FHQUFiQW9nSGRYTmxYMjlwYkFFeEVuQnliMmR5WlhOemFYWmxYM0psWTJsd1pRRXhGUUFBSnJibXFlWGUzN2dFRlFJb0FrTXpMQmRBUW5kc2kwT1ZnUmdTWkdGemFGOWlZWE5sYkdsdVpWOHhYM1l4RVFCMV9nY0EmY2NiPTktNCZvaD0wMF9BWUEzZ21USi04bzd0TDl5TzhMN0hMRXJ3WGZGQUJkTGtpY3BzRTZSbHB4dEhnJm9lPTY3QTdDQzA1Jl9uY19zaWQ9MWQ1NzZkIiwidmlkZW9fdmVyc2lvbnMiOlt7ImJhbmR3aWR0aCI6MTA0NzA5MCwiaGVpZ2h0IjoxMjgwLCJpZCI6IjE1NDg4NDgwMzI1MDEyMjN2IiwidHlwZSI6MTAxLCJ1cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL28xL3YvdDE2L2YyL204Ni9BUU5ncVRYLTg1V2hpVDVIV2tWMy1lZmprWkJkTS1lWmVRaktqTUMyaTRoNU9BakZtVnd1THZ0S2RxQVpSdV9MVjlqV01DZnVvd1VGQUtMNU83TWVUZHlVMWZtUzdjem1kdGVDdTdRLm1wND9lZmc9ZXlKNGNIWmZZWE56WlhSZmFXUWlPakV5TlRBMk9UQXdNVGswTkRFd05URXNJblpsYm1OdlpHVmZkR0ZuSWpvaWVIQjJYM0J5YjJkeVpYTnphWFpsTGtsT1UxUkJSMUpCVFM1RFRFbFFVeTVETXk0M01qQXVaR0Z6YUY5aVlYTmxiR2x1WlY4eFgzWXhJbjAmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAwJl9uY19vYz1BZGl5dEhVekRkT3YyTEFQS3hIV3dqR0ZHbHYyMXV4dzhkenpYb0JIdEhjWUZ2VVdleUxSMzFCQ21Pakx5anh0NG9rJnZzPTZhNGUwYTk3ZWZhMDVlMGYmX25jX3ZzPUhCa3NGUUlZVW1sblgzaHdkbDl5WldWc2MxOXdaWEp0WVc1bGJuUmZjM0pmY0hKdlpDODVNelE0TWpVeE5FTTJSamxGTlRsR05ERTJRVEE1TmpFMk16SXdNa0ZDTmw5MmFXUmxiMTlrWVhOb2FXNXBkQzV0Y0RRVkFBTElBUUFWQWhnNmNHRnpjM1JvY205MVoyaGZaWFpsY25OMGIzSmxMMGRKYjNSMVFuTnZaMFJ1TFRFMWEyUkJVR3BIWlZaeFJWOUlXblZpY1Y5RlFVRkJSaFVDQXNnQkFDZ0FHQUFiQW9nSGRYTmxYMjlwYkFFeEVuQnliMmR5WlhOemFYWmxYM0psWTJsd1pRRXhGUUFBSnJibXFlWGUzN2dFRlFJb0FrTXpMQmRBUW5kc2kwT1ZnUmdTWkdGemFGOWlZWE5sYkdsdVpWOHhYM1l4RVFCMV9nY0EmY2NiPTktNCZvaD0wMF9BWUEzZ21USi04bzd0TDl5TzhMN0hMRXJ3WGZGQUJkTGtpY3BzRTZSbHB4dEhnJm9lPTY3QTdDQzA1Jl9uY19zaWQ9MWQ1NzZkIiwid2lkdGgiOjcyMH0seyJiYW5kd2lkdGgiOjEwNDcwOTAsImhlaWdodCI6MTI4MCwiaWQiOiIxNTQ4ODQ4MDMyNTAxMjIzdiIsInR5cGUiOjEwMiwidXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS9vMS92L3QxNi9mMi9tODYvQVFOZ3FUWC04NVdoaVQ1SFdrVjMtZWZqa1pCZE0tZVplUWpLak1DMmk0aDVPQWpGbVZ3dUx2dEtkcUFaUnVfTFY5aldNQ2Z1b3dVRkFLTDVPN01lVGR5VTFmbVM3Y3ptZHRlQ3U3US5tcDQ/ZWZnPWV5SjRjSFpmWVhOelpYUmZhV1FpT2pFeU5UQTJPVEF3TVRrME5ERXdOVEVzSW5abGJtTnZaR1ZmZEdGbklqb2llSEIyWDNCeWIyZHlaWE56YVhabExrbE9VMVJCUjFKQlRTNURURWxRVXk1RE15NDNNakF1WkdGemFGOWlZWE5sYkdsdVpWOHhYM1l4SW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMCZfbmNfb2M9QWRpeXRIVXpEZE92MkxBUEt4SFd3akdGR2x2MjF1eHc4ZHp6WG9CSHRIY1lGdlVXZXlMUjMxQkNtT2pMeWp4dDRvayZ2cz02YTRlMGE5N2VmYTA1ZTBmJl9uY192cz1IQmtzRlFJWVVtbG5YM2h3ZGw5eVpXVnNjMTl3WlhKdFlXNWxiblJmYzNKZmNISnZaQzg1TXpRNE1qVXhORU0yUmpsRk5UbEdOREUyUVRBNU5qRTJNekl3TWtGQ05sOTJhV1JsYjE5a1lYTm9hVzVwZEM1dGNEUVZBQUxJQVFBVkFoZzZjR0Z6YzNSb2NtOTFaMmhmWlhabGNuTjBiM0psTDBkSmIzUjFRbk52WjBSdUxURTFhMlJCVUdwSFpWWnhSVjlJV25WaWNWOUZRVUZCUmhVQ0FzZ0JBQ2dBR0FBYkFvZ0hkWE5sWDI5cGJBRXhFbkJ5YjJkeVpYTnphWFpsWDNKbFkybHdaUUV4RlFBQUpyYm1xZVhlMzdnRUZRSW9Ba016TEJkQVFuZHNpME9WZ1JnU1pHRnphRjlpWVhObGJHbHVaVjh4WDNZeEVRQjFfZ2NBJmNjYj05LTQmb2g9MDBfQVlBM2dtVEotOG83dEw5eU84TDdITEVyd1hmRkFCZExraWNwc0U2UmxweHRIZyZvZT02N0E3Q0MwNSZfbmNfc2lkPTFkNTc2ZCIsIndpZHRoIjo3MjB9LHsiYmFuZHdpZHRoIjoxMDQ3MDkwLCJoZWlnaHQiOjEyODAsImlkIjoiMTU0ODg0ODAzMjUwMTIyM3YiLCJ0eXBlIjoxMDMsInVybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vbzEvdi90MTYvZjIvbTg2L0FRTmdxVFgtODVXaGlUNUhXa1YzLWVmamtaQmRNLWVaZVFqS2pNQzJpNGg1T0FqRm1Wd3VMdnRLZHFBWlJ1X0xWOWpXTUNmdW93VUZBS0w1TzdNZVRkeVUxZm1TN2N6bWR0ZUN1N1EubXA0P2VmZz1leUo0Y0haZllYTnpaWFJmYVdRaU9qRXlOVEEyT1RBd01UazBOREV3TlRFc0luWmxibU52WkdWZmRHRm5Jam9pZUhCMlgzQnliMmR5WlhOemFYWmxMa2xPVTFSQlIxSkJUUzVEVEVsUVV5NURNeTQzTWpBdVpHRnphRjlpWVhObGJHbHVaVjh4WDNZeEluMCZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDAmX25jX29jPUFkaXl0SFV6RGRPdjJMQVBLeEhXd2pHRkdsdjIxdXh3OGR6elhvQkh0SGNZRnZVV2V5TFIzMUJDbU9qTHlqeHQ0b2smdnM9NmE0ZTBhOTdlZmEwNWUwZiZfbmNfdnM9SEJrc0ZRSVlVbWxuWDNod2RsOXlaV1ZzYzE5d1pYSnRZVzVsYm5SZmMzSmZjSEp2WkM4NU16UTRNalV4TkVNMlJqbEZOVGxHTkRFMlFUQTVOakUyTXpJd01rRkNObDkyYVdSbGIxOWtZWE5vYVc1cGRDNXRjRFFWQUFMSUFRQVZBaGc2Y0dGemMzUm9jbTkxWjJoZlpYWmxjbk4wYjNKbEwwZEpiM1IxUW5OdlowUnVMVEUxYTJSQlVHcEhaVlp4UlY5SVduVmljVjlGUVVGQlJoVUNBc2dCQUNnQUdBQWJBb2dIZFhObFgyOXBiQUV4RW5CeWIyZHlaWE56YVhabFgzSmxZMmx3WlFFeEZRQUFKcmJtcWVYZTM3Z0VGUUlvQWtNekxCZEFRbmRzaTBPVmdSZ1NaR0Z6YUY5aVlYTmxiR2x1WlY4eFgzWXhFUUIxX2djQSZjY2I9OS00Jm9oPTAwX0FZQTNnbVRKLThvN3RMOXlPOEw3SExFcndYZkZBQmRMa2ljcHNFNlJscHh0SGcmb2U9NjdBN0NDMDUmX25jX3NpZD0xZDU3NmQiLCJ3aWR0aCI6NzIwfV0sInZpZXdfc3RhdGVfaXRlbV90eXBlIjoxMjh9LHsiYm9vc3RfdW5hdmFpbGFibGVfaWRlbnRpZmllciI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb25fdjIiOm51bGwsImNhbl9yZXBseSI6ZmFsc2UsImNhbl9yZXNoYXJlIjp0cnVlLCJjYW5fc2F2ZSI6dHJ1ZSwiY2FwdGlvbiI6eyJjcmVhdGVkX2F0IjoxNjAzOTcxMDM4LCJjcmVhdGVkX2F0X3V0YyI6MTYwMzk3MTAzOCwiZGlkX3JlcG9ydF9hc19zcGFtIjpmYWxzZSwiaGFzX3RyYW5zbGF0aW9uIjp0cnVlLCJoYXNodGFncyI6WyIjaGFsbG93ZWVuIiwiI3l0Y2hhbm5lbCIsIiNkaXkiLCIjY2h1cGFjaHVwcyIsIiNoYWxsb3dlZW5fc25hY2tzIiwiI2hhbGxvd2Vlbl9wYXJ0eSIsIiNwdW1wa2luIl0sImlkIjoyNDMwNjA3Njg5NDQyNTAzODc4LCJpc19jb3ZlcmVkIjpmYWxzZSwiaXNfcmFua2VkX2NvbW1lbnQiOmZhbHNlLCJtZW50aW9ucyI6WyJAY2h1cGFjaHVwc3BsIl0sInBrIjoiMTc4NjgxODYyMzkwODI5MzIiLCJwcml2YXRlX3JlcGx5X3N0YXR1cyI6MCwic2hhcmVfZW5hYmxlZCI6ZmFsc2UsInRleHQiOiJSZWFkeSEgU2V0ISBGaWxtIVxuS29sZWpueSBmaWxtaWsganXFvCB3IHByenlnb3Rvd2FuaXUg8J+Ru1xuXG5OYSBwbGFuaWUgbmF3ZXQgc3RyYXN6bmEgQ2h1cGEgY3phY2hhIPCfkpUgQGNodXBhY2h1cHNwbFxuXG4jaGFsbG93ZWVuICN5dGNoYW5uZWwgI2RpeSAjY2h1cGFjaHVwcyAjaGFsbG93ZWVuX3NuYWNrcyAjaGFsbG93ZWVuX3BhcnR5ICNwdW1wa2luIiwidHlwZSI6MSwidXNlciI6eyJmYmlkX3YyIjoxNzg0MTQ0Mzc2MzM5MjU3MiwiZnVsbF9uYW1lIjoiIiwiaWQiOiI0Mzg2MDU3ODc3OSIsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIyNDI2NDY1MDUyMjg4NjA3NTU4XzQzODYwNTc4Nzc5IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE5LzEyMjI3MTQwNV8zNjc2OTQ5NjYyMzY5Mjk0XzUzNTIwOTYxMTg4NzM4NTE2NjJfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTExMCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1kTzhmRThaSU4zTVE3a052Z0V3X0wxMCZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUQ2ODhPOU1xTnZDM0FXaE8zWVdBTnJfSUplRGluQlg4cW92dzd3RWFpaWpRJm9lPTY3QUJERTAwJl9uY19zaWQ9MjAxMWFkIiwidXNlcm5hbWUiOiI0Y3JhenlfaGFuZHMifSwidXNlcl9pZCI6NDM4NjA1Nzg3Nzl9LCJjYXB0aW9uX2lzX2VkaXRlZCI6ZmFsc2UsImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiQ0c3UU5ETmphekciLCJjb21tZW50X2NvdW50IjowLCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2lhbGl0eV9zdGF0dXMiOiJub3RfY29tbWVyY2lhbCIsImNyb3NzcG9zdF9tZXRhZGF0YSI6eyJmYl9kb3duc3RyZWFtX3VzZV94cG9zdF9tZXRhZGF0YSI6eyJkb3duc3RyZWFtX3VzZV94cG9zdF9kZW55X3JlYXNvbiI6Ik5PTkUifX0sImRlbGV0ZWRfcmVhc29uIjowLCJkZXZpY2VfdGltZXN0YW1wIjoxMjk5NjIxOTUxNDYyMDMsImZiX2FnZ3JlZ2F0ZWRfY29tbWVudF9jb3VudCI6MCwiZmJfYWdncmVnYXRlZF9saWtlX2NvdW50IjowLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmJpZCI6IjE3ODY4MTg2MjMzMDgyOTMyIiwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJmZWVkX3R5cGUiOiJtZWRpYSIsImZpbHRlcl90eXBlIjoxMTIsImZ1bmRyYWlzZXJfdGFnIjp7Imhhc19zdGFuZGFsb25lX2Z1bmRyYWlzZXIiOmZhbHNlfSwiZ2VuX2FpX2RldGVjdGlvbl9tZXRob2QiOnsiZGV0ZWN0aW9uX21ldGhvZCI6Ik5PTkUifSwiaGFzX2hpZ2hfcmlza19nZW5fYWlfaW5mb3JtX3RyZWF0bWVudCI6ZmFsc2UsImhhc19saWtlZCI6ZmFsc2UsImhhc19tb3JlX2NvbW1lbnRzIjpmYWxzZSwiaGFzX3ByaXZhdGVseV9saWtlZCI6ZmFsc2UsImhhc19zaGFyZWRfdG9fZmIiOjAsImhhc192aWV3c19mZXRjaGluZyI6dHJ1ZSwiaWQiOiIyNDMwNjA3Njg5NDQyNTAzODc4XzQzODYwNTc4Nzc5IiwiaWdfbWVkaWFfc2hhcmluZ19kaXNhYmxlZCI6ZmFsc2UsImlnYmlvX3Byb2R1Y3QiOm51bGwsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjEwODAsInVybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjkzNTAtMTUvMTIyODg1MjAxXzI3OTQwNjA1NjY1ODA1Ml8yNTMyNTgyNDgxODA4OTI1ODBfbi5qcGc/c2U9NyZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TURnd2VERXdPREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTA4Jl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPXhVRkROLXBVWm5FUTdrTnZnSDUtR1htJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NalF6TURZd056WTRPVFEwTWpVd016ZzNPQSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUN2b0FhcE1ISFkzTHJRRkoxVzNETDYyLUFrbFEtMko0cWRkNlQ3OWk0dVJ3Jm9lPTY3QUJDMUVDJl9uY19zaWQ9MjAxMWFkIiwid2lkdGgiOjEwODB9LHsiaGVpZ2h0Ijo0ODAsInVybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjkzNTAtMTUvMTIyODg1MjAxXzI3OTQwNjA1NjY1ODA1Ml8yNTMyNTgyNDgxODA4OTI1ODBfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwOCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz14VUZETi1wVVpuRVE3a052Z0g1LUdYbSZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1EWXdOelk0T1RRME1qVXdNemczT0ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCSUQ4YmVGOUE5VXhNT3Z2cEphUDhjc09Ba0tCaDNxelVnU1U4YkZwZGdadyZvZT02N0FCQzFFQyZfbmNfc2lkPTIwMTFhZCIsIndpZHRoIjo0ODB9XX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJwZW5kaW5nIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2NvbnRlbnRfZm9yX3Bvc3Rfcm9sbF9hZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdW5pZmllZF92aWRlbyI6ZmFsc2UsImlzX3ZpZGVvIjpmYWxzZSwibGF5b3V0X3R5cGUiOiJtZWRpYV9ncmlkIiwibGlrZV9hbmRfdmlld19jb3VudHNfZGlzYWJsZWQiOmZhbHNlLCJsaWtlX2NvdW50Ijo1LCJsaWtlcnMiOlt7ImZ1bGxfbmFtZSI6Ikthcm9saW5hIEN6YWprb3dza2EiLCJpZCI6IjE2OTY2MjI0MDEiLCJpc19wcml2YXRlIjp0cnVlLCJpc192ZXJpZmllZCI6ZmFsc2UsInBrIjoxNjk2NjIyNDAxLCJwcm9maWxlX3BpY19pZCI6IjE1ODIwNjgwMzMxNjgzNTI4NzdfMTY5NjYyMjQwMSIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS8yMDgzNzQwMF8xNjc0NjcwNTcxNDc0MTZfODkwNTAzMjQ4ODI1OTE1ODAxNl9hLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAwJl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPU9IbkYyRTFTMXRVUTdrTnZnRmdteThXJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQ3Fmai15aHFEWUxJbnd2QkpYUW1iOWdCd3BGZnpTSmhtQUE3R0o4T1Z6UXcmb2U9NjdBQkVDMDgmX25jX3NpZD0yMDExYWQiLCJ1c2VybmFtZSI6Imtpa2EwNzAyIn0seyJmdWxsX25hbWUiOiJvZC5ub3ZhLmZhc2hpb24iLCJpZCI6IjE1MDEyMjQwMjciLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwayI6MTUwMTIyNDAyNywicHJvZmlsZV9waWNfaWQiOiIzMzQ1NTkwNzYzMDcxMzYyMzU5XzE1MDEyMjQwMjciLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI4ODUtMTkvNDM3MTQ3ODEwXzQ0NjM0ODEyNzg3MjA1OV84NTkyNjgyMzk1NTg5NDg3NDUyX24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDcmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9NmFLZGg4cV9SWXdRN2tOdmdHM3BXWVYmX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmb2g9MDBfQVlCdUkwQ1FocXV2UDlDdnNSMXA0VUZRbnltdlFseVRmSndGU1YyZFQ0MTZaQSZvZT02N0FCRDNDOCZfbmNfc2lkPTIwMTFhZCIsInVzZXJuYW1lIjoib2Qubm92YS5mYXNoaW9uIn0seyJmdWxsX25hbWUiOiLFu2FuZXRhIEtyYXN6ZXdza2EiLCJpZCI6IjgxMDkxODcyNjgiLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwayI6ODEwOTE4NzI2OCwicHJvZmlsZV9waWNfaWQiOiIzMDA2MDQ0ODI1NDQ2NTAyNDM1XzgxMDkxODcyNjgiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI4ODUtMTkvMzIzMDY2NzczXzUzMDAxMDgyOTA3NzQ5MF84ODA5NjExMTk0MDkwMjg2MzYyX24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMTAmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9aEJoTTh3NTUzbGdRN2tOdmdGTERCbTUmX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmb2g9MDBfQVlCbldBRVFSM01qb3JmQ3Vic0IzMlM5eUx6RDMwUGpMZVIzQWF0VnVkU055QSZvZT02N0FCQzNGMSZfbmNfc2lkPTIwMTFhZCIsInVzZXJuYW1lIjoiemtyYXN6ZXdza2EifSx7ImZ1bGxfbmFtZSI6IkFnbmllc3prYSBLcnUiLCJpZCI6IjM0OTM3MjU1MDUzIiwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicGsiOjM0OTM3MjU1MDUzLCJwcm9maWxlX3BpY19pZCI6IjIzMDc3MTI0MTI5NjY3OTkyNjNfMzQ5MzcyNTUwNTMiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI4ODUtMTkvOTcyNjMyMzdfODUyMTUyNzA1Mjg4MzQ3XzgzMzg2MTQ4NzI3MzIzMzYxMjhfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwNyZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1ySDNfZmlVcWpYRVE3a052Z0VnV0FyaiZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWURWcktmdmFyTUVWTFhXS2RDYnd3a3MwdmVDZUpaeDZvamRVT2sxVlRfOGJ3Jm9lPTY3QUJDQjlFJl9uY19zaWQ9MjAxMWFkIiwidXNlcm5hbWUiOiJhZ25pZXN6a2Eua3J1In0seyJmdWxsX25hbWUiOiJLYXJv4pmm77iPIiwiaWQiOiIyMDk0MzU5Njk0IiwiaXNfcHJpdmF0ZSI6dHJ1ZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwayI6MjA5NDM1OTY5NCwicHJvZmlsZV9waWNfaWQiOiIzMjgxNTI1NTcyOTAyMzYzNzAwXzIwOTQzNTk2OTQiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI4ODUtMTkvNDE5NTEzNTgzXzEwMzkzODY1NzczMzQyNTZfNzAxNzIzOTg2ODE1NzgyNDQxMl9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAwJl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPVZ4aWhzd1dULWVNUTdrTnZnR1lSaDNTJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQTJmSDlyWWZoQmhRakVCVnFXa0dKamJXeUs0dUFmMGxPN2RRS3RiUGhEWkEmb2U9NjdBQkVDMUImX25jX3NpZD0yMDExYWQiLCJ1c2VybmFtZSI6ImNhcm9saW5lX2thcm8yMiJ9XSwibWFzaHVwX2luZm8iOnsiY2FuX3RvZ2dsZV9tYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJmb3JtYXR0ZWRfbWFzaHVwc19jb3VudCI6bnVsbCwiaGFzX2JlZW5fbWFzaGVkX3VwIjpmYWxzZSwiaGFzX25vbm1pbWljYWJsZV9hZGRpdGlvbmFsX2F1ZGlvIjpmYWxzZSwiaXNfY3JlYXRvcl9yZXF1ZXN0aW5nX21hc2h1cCI6ZmFsc2UsImlzX2xpZ2h0X3dlaWdodF9jaGVjayI6dHJ1ZSwiaXNfbGlnaHRfd2VpZ2h0X3JldXNlX2FsbG93ZWRfY2hlY2siOmZhbHNlLCJpc19waXZvdF9wYWdlX2F2YWlsYWJsZSI6ZmFsc2UsImlzX3JldXNlX2FsbG93ZWQiOmZhbHNlLCJtYXNodXBfdHlwZSI6bnVsbCwibWFzaHVwc19hbGxvd2VkIjpmYWxzZSwibm9uX3ByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6MCwib3JpZ2luYWxfbWVkaWEiOm51bGwsInByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6bnVsbH0sIm1heF9udW1fdmlzaWJsZV9wcmV2aWV3X2NvbW1lbnRzIjoyLCJtZWRpYV9uYW1lIjoicG9zdCIsIm1lZGlhX25vdGVzIjp7Iml0ZW1zIjpbXX0sIm1lZGlhX3R5cGUiOjEsIm1ldGFfYWlfc3VnZ2VzdGVkX3Byb21wdHMiOltdLCJtdXNpY19tZXRhZGF0YSI6eyJhdWRpb19jYW5vbmljYWxfaWQiOiIwIiwiYXVkaW9fdHlwZSI6bnVsbCwibXVzaWNfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwicGlubmVkX21lZGlhX2lkcyI6bnVsbH0sIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3JpZ2luYWxfaGVpZ2h0IjoxMDgwLCJvcmlnaW5hbF93aWR0aCI6MTA4MCwib3duZXIiOnsiYWNjb3VudF9iYWRnZXMiOltdLCJhY2NvdW50X3R5cGUiOjEsImZhbl9jbHViX2luZm8iOnsiYXV0b3NhdmVfdG9fZXhjbHVzaXZlX2hpZ2hsaWdodCI6bnVsbCwiY29ubmVjdGVkX21lbWJlcl9jb3VudCI6bnVsbCwiZmFuX2NsdWJfaWQiOm51bGwsImZhbl9jbHViX25hbWUiOm51bGwsImZhbl9jb25zaWRlcmF0aW9uX3BhZ2VfcmV2YW1wX2VsaWdpYmxpdHkiOm51bGwsImhhc19jcmVhdGVkX3NzYyI6bnVsbCwiaGFzX2Vub3VnaF9zdWJzY3JpYmVyc19mb3Jfc3NjIjpudWxsLCJpc19mYW5fY2x1Yl9naWZ0aW5nX2VsaWdpYmxlIjpudWxsLCJpc19mYW5fY2x1Yl9yZWZlcnJhbF9lbGlnaWJsZSI6bnVsbCwiaXNfZnJlZV90cmlhbF9lbGlnaWJsZSI6bnVsbCwibGFyZ2VzdF9wdWJsaWNfYmNfaWQiOm51bGwsInN1YnNjcmliZXJfY291bnQiOm51bGx9LCJmYmlkX3YyIjoxNzg0MTQ0Mzc2MzM5MjU3MiwiZmVlZF9wb3N0X3Jlc2hhcmVfZGlzYWJsZWQiOmZhbHNlLCJmdWxsX25hbWUiOiIiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiNDM4NjA1Nzg3NzkiLCJpc19mYXZvcml0ZSI6ZmFsc2UsImlzX3ByaXZhdGUiOmZhbHNlLCJpc191bnB1Ymxpc2hlZCI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicHJvZmlsZV9waWNfaWQiOiIyNDI2NDY1MDUyMjg4NjA3NTU4XzQzODYwNTc4Nzc5IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE5LzEyMjI3MTQwNV8zNjc2OTQ5NjYyMzY5Mjk0XzUzNTIwOTYxMTg4NzM4NTE2NjJfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTExMCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1kTzhmRThaSU4zTVE3a052Z0V3X0wxMCZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUQ2ODhPOU1xTnZDM0FXaE8zWVdBTnJfSUplRGluQlg4cW92dzd3RWFpaWpRJm9lPTY3QUJERTAwJl9uY19zaWQ9MjAxMWFkIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MCwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoiNGNyYXp5X2hhbmRzIn0sInBrIjoyNDMwNjA3Njg5NDQyNTAzODc4LCJwcmV2aWV3X2NvbW1lbnRzIjpbXSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImZlZWQiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE2MDM5NzEwMzcsInRodW1ibmFpbF91cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI5MzUwLTE1LzEyMjg4NTIwMV8yNzk0MDYwNTY2NTgwNTJfMjUzMjU4MjQ4MTgwODkyNTgwX24uanBnP3NlPTcmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlREV3T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwOCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz14VUZETi1wVVpuRVE3a052Z0g1LUdYbSZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1EWXdOelk0T1RRME1qVXdNemczT0ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDdm9BYXBNSEhZM0xyUUZKMVczREw2Mi1Ba2xRLTJKNHFkZDZUNzlpNHVSdyZvZT02N0FCQzFFQyZfbmNfc2lkPTIwMTFhZCIsInRpbWVsaW5lX3Bpbm5lZF91c2VyX2lkcyI6W10sInRvcF9saWtlcnMiOltdLCJ1c2VyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjoxLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0NDM3NjMzOTI1NzIsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjQzODYwNTc4Nzc5IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMjQyNjQ2NTA1MjI4ODYwNzU1OF80Mzg2MDU3ODc3OSIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS8xMjIyNzE0MDVfMzY3Njk0OTY2MjM2OTI5NF81MzUyMDk2MTE4ODczODUxNjYyX24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMTAmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9ZE84ZkU4WklOM01RN2tOdmdFd19MMTAmX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmb2g9MDBfQVlENjg4TzlNcU52QzNBV2hPM1lXQU5yX0lKZURpbkJYOHFvdnc3d0VhaWlqUSZvZT02N0FCREUwMCZfbmNfc2lkPTIwMTFhZCIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjAsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6IjRjcmF6eV9oYW5kcyJ9LCJ2aWRlb19zdGlja2VyX2xvY2FsZXMiOltdfSx7ImJvb3N0X3VuYXZhaWxhYmxlX2lkZW50aWZpZXIiOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbiI6bnVsbCwiYm9vc3RfdW5hdmFpbGFibGVfcmVhc29uX3YyIjpudWxsLCJjYW5fcmVwbHkiOmZhbHNlLCJjYW5fcmVzaGFyZSI6dHJ1ZSwiY2FuX3NhdmUiOnRydWUsImNhcHRpb24iOnsiY3JlYXRlZF9hdCI6MTUzODg0MTUwNiwiY3JlYXRlZF9hdF91dGMiOjE1Mzg4NDE1MDYsImRpZF9yZXBvcnRfYXNfc3BhbSI6ZmFsc2UsImhhc190cmFuc2xhdGlvbiI6dHJ1ZSwiaGFzaHRhZ3MiOlsiI2hhbGxvd2Vlbl9raWRzIiwiI2hhbGxvd2Vlbl9zbmFja3MiLCIjc3BpZGVyX2RvbnV0cyIsIiNjdXRlX2Zvb2QiLCIja2lkc19zbmFja3MiLCIjZG9udXRzIiwiI86zzrnOsV/Otc69zrFfzr3Ouc66zr/Ou86xX86zzrnOvc6/zr3PhM6xzrlfzr/Ou86xIiwiI2dyZWVrbW9tYmxvZ2dlcnNjb21tdW5pdHkiLCIjZ3JlZWtibG9nZ2Vyc2NvbW11bml0eSIsIiNtb21ibG9nZ2VyIl0sImlkIjoxODg0MjYxNTgyMDE4MjAzNjIzLCJpc19jb3ZlcmVkIjpmYWxzZSwiaXNfcmFua2VkX2NvbW1lbnQiOmZhbHNlLCJtZW50aW9ucyI6W10sInBrIjoiMTc5ODY0NzA1NDQwNDM4NzAiLCJwcml2YXRlX3JlcGx5X3N0YXR1cyI6MCwic2hhcmVfZW5hYmxlZCI6ZmFsc2UsInRleHQiOiLOms6xzrkgzrrOrM+Az4nPgiDOrc+Ez4POuSDPhM6/IM6yzrHPgc61z4TPjCDOsc+Azr/Os861z4XOvM6xz4TOuc69z4wgz4POvc6xzrouLi4gzrzOtc+EzrHOvM6/z4HPhs+Ozr3Otc+EzrHOuSDPg861IM6xz4HOsc+Hzr3Ovy3Ovc+Ezr/Ovc6xz4QhISEgzqPOv8+Nz4DOtc+BIM69z4zPg8+EzrnOvM6/IM66zrHOuSDOtM65zrHPg866zrXOtM6xz4PPhM65zrrPjCEhICNoYWxsb3dlZW5fa2lkcyAjaGFsbG93ZWVuX3NuYWNrcyAjc3BpZGVyX2RvbnV0cyAjY3V0ZV9mb29kICNraWRzX3NuYWNrcyAjZG9udXRzICAjzrPOuc6xX861zr3OsV/Ovc65zrrOv867zrFfzrPOuc69zr/Ovc+EzrHOuV/Ov867zrEgI2dyZWVrbW9tYmxvZ2dlcnNjb21tdW5pdHkgI2dyZWVrYmxvZ2dlcnNjb21tdW5pdHkgI21vbWJsb2dnZXIiLCJ0eXBlIjoxLCJ1c2VyIjp7ImZiaWRfdjIiOjE3ODQxNDAwODY2MDM1NDgyLCJmdWxsX25hbWUiOiJFbHBpZGEgVG91dmUiLCJpZCI6IjE2MzA4NzY4NjciLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMzU1NjQ2NjA5MzgwMDY1NTAwOV8xNjMwODc2ODY3IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE5LzQ3NTgyMDY0MV80MDU5MjIyMzU5MDAzNDBfMzM1NDU0OTE2NzUwMzkxNzY1MV9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAwJl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPUJKNWpqZ0kxUzF3UTdrTnZnRWE4Y2lzJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQVEyUGxkQlNrZ0lpbF92ZWl4YVZTNmE2WlJnczFrX2ZtZzktMkplcjNsWVEmb2U9NjdBQkM2MUUmX25jX3NpZD0yMDExYWQiLCJ1c2VybmFtZSI6ImVscGlkYV90b3V2ZSJ9LCJ1c2VyX2lkIjoxNjMwODc2ODY3fSwiY2FwdGlvbl9pc19lZGl0ZWQiOmZhbHNlLCJjbGlwc190YWJfcGlubmVkX3VzZXJfaWRzIjpbXSwiY29hdXRob3JfcHJvZHVjZXJfY2FuX3NlZV9vcmdhbmljX2luc2lnaHRzIjpmYWxzZSwiY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiY29kZSI6IkJvbVBlejBIRV9uIiwiY29tbWVudF9jb3VudCI6NiwiY29tbWVudF9pbmZvcm1fdHJlYXRtZW50Ijp7ImFjdGlvbl90eXBlIjpudWxsLCJzaG91bGRfaGF2ZV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwidGV4dCI6IiIsInVybCI6bnVsbH0sImNvbW1lbnRfdGhyZWFkaW5nX2VuYWJsZWQiOnRydWUsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcm9zc3Bvc3RfbWV0YWRhdGEiOnsiZmJfZG93bnN0cmVhbV91c2VfeHBvc3RfbWV0YWRhdGEiOnsiZG93bnN0cmVhbV91c2VfeHBvc3RfZGVueV9yZWFzb24iOiJOT05FIn19LCJkZWxldGVkX3JlYXNvbiI6MCwiZGV2aWNlX3RpbWVzdGFtcCI6MTA3ODk5Njk3MDg3MTgxNCwiZmJfYWdncmVnYXRlZF9jb21tZW50X2NvdW50IjowLCJmYl9hZ2dyZWdhdGVkX2xpa2VfY291bnQiOjAsImZiX3VzZXJfdGFncyI6eyJpbiI6W119LCJmYmlkIjoiMTc5ODY0NzA1MzgwNDM4NzAiLCJmZWF0dXJlZF9wcm9kdWN0cyI6W10sImZlZWRfdHlwZSI6Im1lZGlhIiwiZmlsdGVyX3R5cGUiOjExMiwiZnVuZHJhaXNlcl90YWciOnsiaGFzX3N0YW5kYWxvbmVfZnVuZHJhaXNlciI6ZmFsc2V9LCJnZW5fYWlfZGV0ZWN0aW9uX21ldGhvZCI6eyJkZXRlY3Rpb25fbWV0aG9kIjoiTk9ORSJ9LCJoYXNfaGlnaF9yaXNrX2dlbl9haV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwiaGFzX2xpa2VkIjpmYWxzZSwiaGFzX21vcmVfY29tbWVudHMiOnRydWUsImhhc19wcml2YXRlbHlfbGlrZWQiOmZhbHNlLCJoYXNfc2hhcmVkX3RvX2ZiIjowLCJoYXNfdmlld3NfZmV0Y2hpbmciOnRydWUsImlkIjoiMTg4NDI2MTU4MjAxODIwMzYyM18xNjMwODc2ODY3IiwiaWdfbWVkaWFfc2hhcmluZ19kaXNhYmxlZCI6ZmFsc2UsImlnYmlvX3Byb2R1Y3QiOm51bGwsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjgxMCwidXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE1LzQyNDA2MTA5XzI4Njc2MzI1ODU5NTQzMF81ODgyMzA4MDcyNzk3MDcyMDAyX24uanBnP3NlPTcmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlRGd4TUM1elpISXVaakk0T0RVdVpHVm1ZWFZzZEY5cGJXRm5aU0o5Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTExMCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz02d0gzVzJ6NENEZ1E3a052Z0duYkxLeiZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TVRnNE5ESTJNVFU0TWpBeE9ESXdNell5TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDcGZYc2ZtTDdBVmlKam5iSExtUy0zbTlUUnVnUkpzU0c2UktGLUM5NTU3dyZvZT02N0FCRDBGQiZfbmNfc2lkPTIwMTFhZCIsIndpZHRoIjoxMDgwfSx7ImhlaWdodCI6MzYwLCJ1cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI4ODUtMTUvNDI0MDYxMDlfMjg2NzYzMjU4NTk1NDMwXzU4ODIzMDgwNzI3OTcwNzIwMDJfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1EZ3dlRGd4TUM1elpISXVaakk0T0RVdVpHVm1ZWFZzZEY5cGJXRm5aU0o5Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTExMCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz02d0gzVzJ6NENEZ1E3a052Z0duYkxLeiZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TVRnNE5ESTJNVFU0TWpBeE9ESXdNell5TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEUV92WnJld3B3YzFDR2VfZ1ZNV21wd2pBa0g1OFFieXRqbVpxX0dPMkkxZyZvZT02N0FCRDBGQiZfbmNfc2lkPTIwMTFhZCIsIndpZHRoIjo0ODB9XX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJwZW5kaW5nIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2NvbnRlbnRfZm9yX3Bvc3Rfcm9sbF9hZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdW5pZmllZF92aWRlbyI6ZmFsc2UsImlzX3ZpZGVvIjpmYWxzZSwibGF5b3V0X3R5cGUiOiJtZWRpYV9ncmlkIiwibGlrZV9hbmRfdmlld19jb3VudHNfZGlzYWJsZWQiOmZhbHNlLCJsaWtlX2NvdW50Ijo3NywibWFzaHVwX2luZm8iOnsiY2FuX3RvZ2dsZV9tYXNodXBzX2FsbG93ZWQiOmZhbHNlLCJmb3JtYXR0ZWRfbWFzaHVwc19jb3VudCI6bnVsbCwiaGFzX2JlZW5fbWFzaGVkX3VwIjpmYWxzZSwiaGFzX25vbm1pbWljYWJsZV9hZGRpdGlvbmFsX2F1ZGlvIjpmYWxzZSwiaXNfY3JlYXRvcl9yZXF1ZXN0aW5nX21hc2h1cCI6ZmFsc2UsImlzX2xpZ2h0X3dlaWdodF9jaGVjayI6dHJ1ZSwiaXNfbGlnaHRfd2VpZ2h0X3JldXNlX2FsbG93ZWRfY2hlY2siOmZhbHNlLCJpc19waXZvdF9wYWdlX2F2YWlsYWJsZSI6ZmFsc2UsImlzX3JldXNlX2FsbG93ZWQiOmZhbHNlLCJtYXNodXBfdHlwZSI6bnVsbCwibWFzaHVwc19hbGxvd2VkIjpmYWxzZSwibm9uX3ByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6MCwib3JpZ2luYWxfbWVkaWEiOm51bGwsInByaXZhY3lfZmlsdGVyZWRfbWFzaHVwc19tZWRpYV9jb3VudCI6bnVsbH0sIm1heF9udW1fdmlzaWJsZV9wcmV2aWV3X2NvbW1lbnRzIjoyLCJtZWRpYV9uYW1lIjoicG9zdCIsIm1lZGlhX25vdGVzIjp7Iml0ZW1zIjpbXX0sIm1lZGlhX3R5cGUiOjEsIm1ldGFfYWlfc3VnZ2VzdGVkX3Byb21wdHMiOltdLCJtdXNpY19tZXRhZGF0YSI6eyJhdWRpb19jYW5vbmljYWxfaWQiOiIwIiwiYXVkaW9fdHlwZSI6bnVsbCwibXVzaWNfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwicGlubmVkX21lZGlhX2lkcyI6bnVsbH0sIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3JpZ2luYWxfaGVpZ2h0Ijo4MTAsIm9yaWdpbmFsX3dpZHRoIjoxMDgwLCJvd25lciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MywiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDAwODY2MDM1NDgyLCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IkVscGlkYSBUb3V2ZSIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiIxNjMwODc2ODY3IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMzU1NjQ2NjA5MzgwMDY1NTAwOV8xNjMwODc2ODY3IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE5LzQ3NTgyMDY0MV80MDU5MjIyMzU5MDAzNDBfMzM1NDU0OTE2NzUwMzkxNzY1MV9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAwJl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPUJKNWpqZ0kxUzF3UTdrTnZnRWE4Y2lzJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQVEyUGxkQlNrZ0lpbF92ZWl4YVZTNmE2WlJnczFrX2ZtZzktMkplcjNsWVEmb2U9NjdBQkM2MUUmX25jX3NpZD0yMDExYWQiLCJzaG93X2FjY291bnRfdHJhbnNwYXJlbmN5X2RldGFpbHMiOnRydWUsInRoaXJkX3BhcnR5X2Rvd25sb2Fkc19lbmFibGVkIjoyLCJ0cmFuc3BhcmVuY3lfcHJvZHVjdF9lbmFibGVkIjpmYWxzZSwidXNlcm5hbWUiOiJlbHBpZGFfdG91dmUifSwicGsiOjE4ODQyNjE1ODIwMTgyMDM2MjMsInByZXZpZXdfY29tbWVudHMiOltdLCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiZmVlZCIsInNoYXJlX2NvdW50X2Rpc2FibGVkIjpmYWxzZSwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwic2hvdWxkX3Nob3dfYXV0aG9yX3BvZ19mb3JfdGFnZ2VkX21lZGlhX3NoYXJlZF90b19wcm9maWxlX2dyaWQiOmZhbHNlLCJzdWJzY3JpYmVfY3RhX3Zpc2libGUiOmZhbHNlLCJ0YWtlbl9hdCI6MTUzODg0MTUwNiwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xNS80MjQwNjEwOV8yODY3NjMyNTg1OTU0MzBfNTg4MjMwODA3Mjc5NzA3MjAwMl9uLmpwZz9zZT03JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNRGd3ZURneE1DNXpaSEl1WmpJNE9EVXVaR1ZtWVhWc2RGOXBiV0ZuWlNKOSZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMTAmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9NndIM1cyejRDRGdRN2tOdmdHbmJMS3omX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1UZzROREkyTVRVNE1qQXhPREl3TXpZeU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQ3BmWHNmbUw3QVZpSmpuYkhMbVMtM205VFJ1Z1JKc1NHNlJLRi1DOTU1N3cmb2U9NjdBQkQwRkImX25jX3NpZD0yMDExYWQiLCJ0aW1lbGluZV9waW5uZWRfdXNlcl9pZHMiOltdLCJ0b3BfbGlrZXJzIjpbXSwidXNlciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MywiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDAwODY2MDM1NDgyLCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IkVscGlkYSBUb3V2ZSIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiIxNjMwODc2ODY3IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMzU1NjQ2NjA5MzgwMDY1NTAwOV8xNjMwODc2ODY3IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE5LzQ3NTgyMDY0MV80MDU5MjIyMzU5MDAzNDBfMzM1NDU0OTE2NzUwMzkxNzY1MV9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAwJl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPUJKNWpqZ0kxUzF3UTdrTnZnRWE4Y2lzJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQVEyUGxkQlNrZ0lpbF92ZWl4YVZTNmE2WlJnczFrX2ZtZzktMkplcjNsWVEmb2U9NjdBQkM2MUUmX25jX3NpZD0yMDExYWQiLCJzaG93X2FjY291bnRfdHJhbnNwYXJlbmN5X2RldGFpbHMiOnRydWUsInRoaXJkX3BhcnR5X2Rvd25sb2Fkc19lbmFibGVkIjoyLCJ0cmFuc3BhcmVuY3lfcHJvZHVjdF9lbmFibGVkIjpmYWxzZSwidXNlcm5hbWUiOiJlbHBpZGFfdG91dmUifSwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJib29zdF91bmF2YWlsYWJsZV9pZGVudGlmaWVyIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb24iOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbl92MiI6bnVsbCwiY2FuX21vZGlmeV9jYXJvdXNlbCI6ZmFsc2UsImNhbl9yZXBseSI6ZmFsc2UsImNhbl9yZXNoYXJlIjp0cnVlLCJjYW5fc2F2ZSI6dHJ1ZSwiY2FwdGlvbiI6eyJjcmVhdGVkX2F0IjoxNjA0MDQ3OTY5LCJjcmVhdGVkX2F0X3V0YyI6MTYwNDA0Nzk2OSwiZGlkX3JlcG9ydF9hc19zcGFtIjpmYWxzZSwiaGFzaHRhZ3MiOlsiI2hhbGxvd2VlbiIsIiNoYWxsb3dlZW5fY29zdHVtZSIsIiNoYWxsb3dlZW5fc25hY2tzIl0sImlkIjoyNDMxMjUzMDM3Nzg5MjMyODQwLCJpc19jb3ZlcmVkIjpmYWxzZSwiaXNfcmFua2VkX2NvbW1lbnQiOmZhbHNlLCJtZW50aW9ucyI6W10sInBrIjoiMTc4NzU2ODMwNzA5MzU5NzciLCJwcml2YXRlX3JlcGx5X3N0YXR1cyI6MCwic2hhcmVfZW5hYmxlZCI6ZmFsc2UsInRleHQiOiJUaGVyZSBhcmUganVzdCBzbyBjdXRlISEg8J+Og/CfpodcblxuI2hhbGxvd2VlblxuI2hhbGxvd2Vlbl9jb3N0dW1lXG4jaGFsbG93ZWVuX3NuYWNrcyIsInR5cGUiOjEsInVzZXIiOnsiZmJpZF92MiI6MTc4NDE0NDM4Nzc5MDExNDUsImZ1bGxfbmFtZSI6IiIsImlkIjoiNDM4NDkxNjY1OTYiLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMjYzMzM3MjU3MzcyNTQzMjA4M180Mzg0OTE2NjU5NiIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS8yMzE3MzQzMzZfMTAyNTAzMDU3ODI1NjM4OF8yMzU2NDQ1NTU4MjEzNTg4NDM4X24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDAmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9NldzWW5qa2lBeVlRN2tOdmdHXzNVdkYmX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmb2g9MDBfQVlDVEwyWmF0aU5YR1lzaDRiMDBuUWhVeEFBbWZWTVVaMmdlZXhYSnZENXNrdyZvZT02N0FCRTNFMyZfbmNfc2lkPTIwMTFhZCIsInVzZXJuYW1lIjoibGlmZS5ieV9hIn0sInVzZXJfaWQiOjQzODQ5MTY2NTk2fSwiY2FwdGlvbl9pc19lZGl0ZWQiOmZhbHNlLCJjYXJvdXNlbF9tZWRpYSI6W3siY2Fyb3VzZWxfcGFyZW50X2lkIjoiMjQzMTI1MzAzNzc4OTIzMjg0MF80Mzg0OTE2NjU5NiIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjI0MzEyNTMwMzQxNzM5MDM2MjNfNDM4NDkxNjY1OTYiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxMjgwLCJ1cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI5MzUwLTE1LzEyMjgxOTE0N184MjAzODc3NDg1MzgzMjVfNjQwMjAwMzc1MjYyNjExNjIyOF9uLmpwZz9zZT03JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNamd3ZURFeU9EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDEmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9UTBhanE0VXFEbVFRN2tOdmdIb2k3Nl8mX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qUXpNVEkxTXpBek5ERTNNemt3TXpZeU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZRDNoQUkwV2REeUpmUms5LXdVQ3hPdHhkNEV1RUtKWkRJZFRRRTFpUERWcHcmb2U9NjdBQkNFOTYmX25jX3NpZD0yMDExYWQiLCJ3aWR0aCI6MTI4MH0seyJoZWlnaHQiOjQ4MCwidXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yOTM1MC0xNS8xMjI4MTkxNDdfODIwMzg3NzQ4NTM4MzI1XzY0MDIwMDM3NTI2MjYxMTYyMjhfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1qZ3dlREV5T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1RMGFqcTRVcURtUVE3a052Z0hvaTc2XyZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1USTFNekF6TkRFM016a3dNell5TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCU1ZYYkhVQ29DMHd1QUhzcHRrTDF0dFY1WmtsRXJQZnpsVk5pOEEwcmloQSZvZT02N0FCQ0U5NiZfbmNfc2lkPTIwMTFhZCIsIndpZHRoIjo0ODB9XX0sImlzX3ZpZGVvIjpmYWxzZSwibWVkaWFfbmFtZSI6ImFsYnVtX2l0ZW0iLCJtZWRpYV90eXBlIjoxLCJvcmlnaW5hbF9oZWlnaHQiOjEyODAsIm9yaWdpbmFsX3dpZHRoIjoxMjgwLCJwayI6MjQzMTI1MzAzNDE3MzkwMzYyMywicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2l0ZW0iLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJ0YWtlbl9hdCI6MTYwNDA0Nzk2OCwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjkzNTAtMTUvMTIyODE5MTQ3XzgyMDM4Nzc0ODUzODMyNV82NDAyMDAzNzUyNjI2MTE2MjI4X24uanBnP3NlPTcmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1qZ3dlREV5T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1RMGFqcTRVcURtUVE3a052Z0hvaTc2XyZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1USTFNekF6TkRFM016a3dNell5TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlEM2hBSTBXZER5SmZSazktd1VDeE90eGQ0RXVFS0paRElkVFFFMWlQRFZwdyZvZT02N0FCQ0U5NiZfbmNfc2lkPTIwMTFhZCIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiY2Fyb3VzZWxfcGFyZW50X2lkIjoiMjQzMTI1MzAzNzc4OTIzMjg0MF80Mzg0OTE2NjU5NiIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjI0MzEyNTMwMzQxNTcxMjYzMDlfNDM4NDkxNjY1OTYiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxMjgwLCJ1cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI5MzUwLTE1LzEyMzAyODUwNl84MDU0NjMyNDY4OTg2MTZfMjY0MjA1NTE1NTM2NDIwMTE1Nl9uLmpwZz9zZT03JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNamd3ZURFeU9EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDQmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9VFpqV01YZXhhR3dRN2tOdmdHWl9YZUwmX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qUXpNVEkxTXpBek5ERTFOekV5TmpNd09RJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQzlNdkNNR2ItYWhpcWw4bnU4VkNPd3dtdUpUNzJMSTlETkNUbF9Gd1NsdVEmb2U9NjdBQkVBRTQmX25jX3NpZD0yMDExYWQiLCJ3aWR0aCI6MTI4MH0seyJoZWlnaHQiOjQ4MCwidXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yOTM1MC0xNS8xMjMwMjg1MDZfODA1NDYzMjQ2ODk4NjE2XzI2NDIwNTUxNTUzNjQyMDExNTZfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1qZ3dlREV5T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwNCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1UWmpXTVhleGFHd1E3a052Z0daX1hlTCZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1USTFNekF6TkRFMU56RXlOak13T1ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBRlBVdUxDQUtjeXlqYzZGd0E3U0tieFl2T1JpLTJ4bi1hODB2QU5mejlLQSZvZT02N0FCRUFFNCZfbmNfc2lkPTIwMTFhZCIsIndpZHRoIjo0ODB9XX0sImlzX3ZpZGVvIjpmYWxzZSwibWVkaWFfbmFtZSI6ImFsYnVtX2l0ZW0iLCJtZWRpYV90eXBlIjoxLCJvcmlnaW5hbF9oZWlnaHQiOjEyODAsIm9yaWdpbmFsX3dpZHRoIjoxMjgwLCJwayI6MjQzMTI1MzAzNDE1NzEyNjMwOSwicHJvZHVjdF9zdWdnZXN0aW9ucyI6W10sInByb2R1Y3RfdHlwZSI6ImNhcm91c2VsX2l0ZW0iLCJzaGFyaW5nX2ZyaWN0aW9uX2luZm8iOnsiYmxva3NfYXBwX3VybCI6bnVsbCwic2hhcmluZ19mcmljdGlvbl9wYXlsb2FkIjpudWxsLCJzaG91bGRfaGF2ZV9zaGFyaW5nX2ZyaWN0aW9uIjpmYWxzZX0sInNob3Bfcm91dGluZ191c2VyX2lkIjpudWxsLCJ0YWtlbl9hdCI6MTYwNDA0Nzk2OCwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjkzNTAtMTUvMTIzMDI4NTA2XzgwNTQ2MzI0Njg5ODYxNl8yNjQyMDU1MTU1MzY0MjAxMTU2X24uanBnP3NlPTcmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1qZ3dlREV5T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwNCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1UWmpXTVhleGFHd1E3a052Z0daX1hlTCZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1USTFNekF6TkRFMU56RXlOak13T1ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlDOU12Q01HYi1haGlxbDhudThWQ093d211SlQ3MkxJOUROQ1RsX0Z3U2x1USZvZT02N0FCRUFFNCZfbmNfc2lkPTIwMTFhZCIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiY2Fyb3VzZWxfcGFyZW50X2lkIjoiMjQzMTI1MzAzNzc4OTIzMjg0MF80Mzg0OTE2NjU5NiIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjI0MzEyNTMwMzQ3NTI2NjIxNjBfNDM4NDkxNjY1OTYiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxMjgwLCJ1cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI5MzUwLTE1LzEyMjgyNTY1NV8xODYzNjg2NzY0NDkxODRfMTYxOTUwNTk2MTk5NjczNTQyX24uanBnP3NlPTcmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1qZ3dlREV5T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1SSXFFbWVxUnNuY1E3a052Z0VEY2doVyZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1USTFNekF6TkRjMU1qWTJNakUyTUElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCTjAySTlPSW1lSEJibHV2YmlGek4xNmpTSGM5VXFtS04xeUdrUW10bGdGQSZvZT02N0FCRTNCOSZfbmNfc2lkPTIwMTFhZCIsIndpZHRoIjoxMjgwfSx7ImhlaWdodCI6NDgwLCJ1cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI5MzUwLTE1LzEyMjgyNTY1NV8xODYzNjg2NzY0NDkxODRfMTYxOTUwNTk2MTk5NjczNTQyX24uanBnP3N0cD1kc3QtanBnX2UzNV9zNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNamd3ZURFeU9EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDAmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9UklxRW1lcVJzbmNRN2tOdmdFRGNnaFcmX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qUXpNVEkxTXpBek5EYzFNalkyTWpFMk1BJTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZQW1hWTM0Y2FSb0JGOU5CRFhnSnpXY3A2Z2p6TVBSQld5YkZFTjFmQk4wb3cmb2U9NjdBQkUzQjkmX25jX3NpZD0yMDExYWQiLCJ3aWR0aCI6NDgwfV19LCJpc192aWRlbyI6ZmFsc2UsIm1lZGlhX25hbWUiOiJhbGJ1bV9pdGVtIiwibWVkaWFfdHlwZSI6MSwib3JpZ2luYWxfaGVpZ2h0IjoxMjgwLCJvcmlnaW5hbF93aWR0aCI6MTI4MCwicGsiOjI0MzEyNTMwMzQ3NTI2NjIxNjAsInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9pdGVtIiwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwidGFrZW5fYXQiOjE2MDQwNDc5NjgsInRodW1ibmFpbF91cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI5MzUwLTE1LzEyMjgyNTY1NV8xODYzNjg2NzY0NDkxODRfMTYxOTUwNTk2MTk5NjczNTQyX24uanBnP3NlPTcmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1qZ3dlREV5T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMCZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1SSXFFbWVxUnNuY1E3a052Z0VEY2doVyZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1USTFNekF6TkRjMU1qWTJNakUyTUElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCTjAySTlPSW1lSEJibHV2YmlGek4xNmpTSGM5VXFtS04xeUdrUW10bGdGQSZvZT02N0FCRTNCOSZfbmNfc2lkPTIwMTFhZCIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119LHsiY2Fyb3VzZWxfcGFyZW50X2lkIjoiMjQzMTI1MzAzNzc4OTIzMjg0MF80Mzg0OTE2NjU5NiIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJleHBsb3JlX3Bpdm90X2dyaWQiOmZhbHNlLCJmYl91c2VyX3RhZ3MiOnsiaW4iOltdfSwiZmVhdHVyZWRfcHJvZHVjdHMiOltdLCJpZCI6IjI0MzEyNTMwMzQxODIxNzczMTlfNDM4NDkxNjY1OTYiLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxMjgwLCJ1cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI5MzUwLTE1LzEyMjkxMjg0OV8xMjc5NDQyNDMyNDM1NTI1Xzg0NDExMTE5ODMwOTM3NDM0MDNfbi5qcGc/c2U9NyZzdHA9ZHN0LWpwZ19lMzVfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TWpnd2VERXlPREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTA1Jl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPXVxcGlLMnVKb0pNUTdrTnZnRnVjNnFWJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NalF6TVRJMU16QXpOREU0TWpFM056TXhPUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFoSzFmMXFaXzJnMDZSNjZPVElhT1ptMUNCWjhTMXpvWHRsQ2FrVE1CbTdRJm9lPTY3QUJDQTlEJl9uY19zaWQ9MjAxMWFkIiwid2lkdGgiOjEyODB9LHsiaGVpZ2h0Ijo0ODAsInVybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjkzNTAtMTUvMTIyOTEyODQ5XzEyNzk0NDI0MzI0MzU1MjVfODQ0MTExMTk4MzA5Mzc0MzQwM19uLmpwZz9zdHA9ZHN0LWpwZ19lMzVfczQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTR4TWpnd2VERXlPREF1YzJSeUxtWXlPVE0xTUM1a1pXWmhkV3gwWDJsdFlXZGxJbjAmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTA1Jl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPXVxcGlLMnVKb0pNUTdrTnZnRnVjNnFWJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NalF6TVRJMU16QXpOREU0TWpFM056TXhPUSUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUNWWXJjaDhYdENiay1oOUJ3a01HdU0wNkFaMFBqTXRONFE2U0RoY1RHTUZRJm9lPTY3QUJDQTlEJl9uY19zaWQ9MjAxMWFkIiwid2lkdGgiOjQ4MH1dfSwiaXNfdmlkZW8iOmZhbHNlLCJtZWRpYV9uYW1lIjoiYWxidW1faXRlbSIsIm1lZGlhX3R5cGUiOjEsIm9yaWdpbmFsX2hlaWdodCI6MTI4MCwib3JpZ2luYWxfd2lkdGgiOjEyODAsInBrIjoyNDMxMjUzMDM0MTgyMTc3MzE5LCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiY2Fyb3VzZWxfaXRlbSIsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInRha2VuX2F0IjoxNjA0MDQ3OTY4LCJ0aHVtYm5haWxfdXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yOTM1MC0xNS8xMjI5MTI4NDlfMTI3OTQ0MjQzMjQzNTUyNV84NDQxMTExOTgzMDkzNzQzNDAzX24uanBnP3NlPTcmc3RwPWRzdC1qcGdfZTM1X3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1qZ3dlREV5T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwNSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz11cXBpSzJ1Sm9KTVE3a052Z0Z1YzZxViZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1USTFNekF6TkRFNE1qRTNOek14T1ElM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBaEsxZjFxWl8yZzA2UjY2T1RJYU9abTFDQlo4UzF6b1h0bENha1RNQm03USZvZT02N0FCQ0E5RCZfbmNfc2lkPTIwMTFhZCIsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W119XSwiY2Fyb3VzZWxfbWVkaWFfY291bnQiOjQsImNhcm91c2VsX21lZGlhX2lkcyI6WzI0MzEyNTMwMzQxNzM5MDM2MjMsMjQzMTI1MzAzNDE1NzEyNjMwOSwyNDMxMjUzMDM0NzUyNjYyMTYwLDI0MzEyNTMwMzQxODIxNzczMTldLCJjYXJvdXNlbF9tZWRpYV9wZW5kaW5nX3Bvc3RfY291bnQiOjAsImNsaXBzX3RhYl9waW5uZWRfdXNlcl9pZHMiOltdLCJjb2F1dGhvcl9wcm9kdWNlcl9jYW5fc2VlX29yZ2FuaWNfaW5zaWdodHMiOmZhbHNlLCJjb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJjb2RlIjoiQ0c5aThHc2hEN0kiLCJjb21tZW50X2NvdW50Ijo4LCJjb21tZW50X2luZm9ybV90cmVhdG1lbnQiOnsiYWN0aW9uX3R5cGUiOm51bGwsInNob3VsZF9oYXZlX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJ0ZXh0IjoiIiwidXJsIjpudWxsfSwiY29tbWVudF90aHJlYWRpbmdfZW5hYmxlZCI6dHJ1ZSwiY29tbWVyY2VfaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6IiIsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcm9zc3Bvc3RfbWV0YWRhdGEiOnsiZmJfZG93bnN0cmVhbV91c2VfeHBvc3RfbWV0YWRhdGEiOnsiZG93bnN0cmVhbV91c2VfeHBvc3RfZGVueV9yZWFzb24iOiJOT05FIn19LCJkZWxldGVkX3JlYXNvbiI6MCwiZGV2aWNlX3RpbWVzdGFtcCI6MTY1MDk5MTI5OTQ5Mjg2LCJmYl9hZ2dyZWdhdGVkX2NvbW1lbnRfY291bnQiOjAsImZiX2FnZ3JlZ2F0ZWRfbGlrZV9jb3VudCI6MCwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZiaWQiOiIxNzg3NTY4MzA2NzkzNTk3NyIsImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiZmVlZF90eXBlIjoibWVkaWEiLCJmaWx0ZXJfdHlwZSI6MCwiZnVuZHJhaXNlcl90YWciOnsiaGFzX3N0YW5kYWxvbmVfZnVuZHJhaXNlciI6ZmFsc2V9LCJnZW5fYWlfZGV0ZWN0aW9uX21ldGhvZCI6eyJkZXRlY3Rpb25fbWV0aG9kIjoiTk9ORSJ9LCJoYXNfaGlnaF9yaXNrX2dlbl9haV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwiaGFzX2xpa2VkIjpmYWxzZSwiaGFzX21vcmVfY29tbWVudHMiOnRydWUsImhhc19wcml2YXRlbHlfbGlrZWQiOmZhbHNlLCJoYXNfc2hhcmVkX3RvX2ZiIjowLCJoYXNfdmlld3NfZmV0Y2hpbmciOnRydWUsImlkIjoiMjQzMTI1MzAzNzc4OTIzMjg0MF80Mzg0OTE2NjU5NiIsImlnX21lZGlhX3NoYXJpbmdfZGlzYWJsZWQiOmZhbHNlLCJpZ2Jpb19wcm9kdWN0IjpudWxsLCJpbWFnZV92ZXJzaW9ucyI6eyJpdGVtcyI6W3siaGVpZ2h0IjoxMjgwLCJ1cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI5MzUwLTE1LzEyMjgxOTE0N184MjAzODc3NDg1MzgzMjVfNjQwMjAwMzc1MjYyNjExNjIyOF9uLmpwZz9zZT03JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNamd3ZURFeU9EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDEmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9UTBhanE0VXFEbVFRN2tOdmdIb2k3Nl8mX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qUXpNVEkxTXpBek5ERTNNemt3TXpZeU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZRDNoQUkwV2REeUpmUms5LXdVQ3hPdHhkNEV1RUtKWkRJZFRRRTFpUERWcHcmb2U9NjdBQkNFOTYmX25jX3NpZD0yMDExYWQiLCJ3aWR0aCI6MTI4MH0seyJoZWlnaHQiOjQ4MCwidXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yOTM1MC0xNS8xMjI4MTkxNDdfODIwMzg3NzQ4NTM4MzI1XzY0MDIwMDM3NTI2MjYxMTYyMjhfbi5qcGc/c3RwPWRzdC1qcGdfZTM1X3M0ODB4NDgwX3R0NiZlZmc9ZXlKMlpXNWpiMlJsWDNSaFp5STZJbWx0WVdkbFgzVnliR2RsYmk0eE1qZ3dlREV5T0RBdWMyUnlMbVl5T1RNMU1DNWtaV1poZFd4MFgybHRZV2RsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1RMGFqcTRVcURtUVE3a052Z0hvaTc2XyZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpRek1USTFNekF6TkRFM016a3dNell5TXclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlCU1ZYYkhVQ29DMHd1QUhzcHRrTDF0dFY1WmtsRXJQZnpsVk5pOEEwcmloQSZvZT02N0FCQ0U5NiZfbmNfc2lkPTIwMTFhZCIsIndpZHRoIjo0ODB9XX0sImludGVncml0eV9yZXZpZXdfZGVjaXNpb24iOiJwZW5kaW5nIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2NvbnRlbnRfZm9yX3Bvc3Rfcm9sbF9hZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdW5pZmllZF92aWRlbyI6ZmFsc2UsImlzX3ZpZGVvIjpmYWxzZSwibGF5b3V0X3R5cGUiOiJtZWRpYV9ncmlkIiwibGlrZV9hbmRfdmlld19jb3VudHNfZGlzYWJsZWQiOmZhbHNlLCJsaWtlX2NvdW50Ijo0NiwibWF4X251bV92aXNpYmxlX3ByZXZpZXdfY29tbWVudHMiOjIsIm1lZGlhX25hbWUiOiJhbGJ1bSIsIm1lZGlhX25vdGVzIjp7Iml0ZW1zIjpbXX0sIm1lZGlhX3R5cGUiOjgsIm1ldGFfYWlfc3VnZ2VzdGVkX3Byb21wdHMiOltdLCJtdXNpY19tZXRhZGF0YSI6eyJhdWRpb19jYW5vbmljYWxfaWQiOiIwIiwiYXVkaW9fdHlwZSI6bnVsbCwibXVzaWNfaW5mbyI6bnVsbCwib3JpZ2luYWxfc291bmRfaW5mbyI6bnVsbCwicGlubmVkX21lZGlhX2lkcyI6bnVsbH0sIm9wZW5fY2Fyb3VzZWxfc2hvd19mb2xsb3dfYnV0dG9uIjpmYWxzZSwib3Blbl9jYXJvdXNlbF9zdWJtaXNzaW9uX3N0YXRlIjoiY2xvc2VkIiwib3JpZ2luYWxfaGVpZ2h0Ijo2MTIsIm9yaWdpbmFsX3dpZHRoIjo2MTIsIm93bmVyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjoyLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0NDM4Nzc5MDExNDUsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiIiwiaGFzX2Fub255bW91c19wcm9maWxlX3BpY3R1cmUiOmZhbHNlLCJpZCI6IjQzODQ5MTY2NTk2IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMjYzMzM3MjU3MzcyNTQzMjA4M180Mzg0OTE2NjU5NiIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS8yMzE3MzQzMzZfMTAyNTAzMDU3ODI1NjM4OF8yMzU2NDQ1NTU4MjEzNTg4NDM4X24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDAmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9NldzWW5qa2lBeVlRN2tOdmdHXzNVdkYmX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmb2g9MDBfQVlDVEwyWmF0aU5YR1lzaDRiMDBuUWhVeEFBbWZWTVVaMmdlZXhYSnZENXNrdyZvZT02N0FCRTNFMyZfbmNfc2lkPTIwMTFhZCIsInNob3dfYWNjb3VudF90cmFuc3BhcmVuY3lfZGV0YWlscyI6dHJ1ZSwidGhpcmRfcGFydHlfZG93bmxvYWRzX2VuYWJsZWQiOjEsInRyYW5zcGFyZW5jeV9wcm9kdWN0X2VuYWJsZWQiOmZhbHNlLCJ1c2VybmFtZSI6ImxpZmUuYnlfYSJ9LCJwayI6MjQzMTI1MzAzNzc4OTIzMjg0MCwicHJldmlld19jb21tZW50cyI6W10sInByb2R1Y3Rfc3VnZ2VzdGlvbnMiOltdLCJwcm9kdWN0X3R5cGUiOiJjYXJvdXNlbF9jb250YWluZXIiLCJzaGFyZV9jb3VudF9kaXNhYmxlZCI6ZmFsc2UsInNoYXJpbmdfZnJpY3Rpb25faW5mbyI6eyJibG9rc19hcHBfdXJsIjpudWxsLCJzaGFyaW5nX2ZyaWN0aW9uX3BheWxvYWQiOm51bGwsInNob3VsZF9oYXZlX3NoYXJpbmdfZnJpY3Rpb24iOmZhbHNlfSwic2hvcF9yb3V0aW5nX3VzZXJfaWQiOm51bGwsInNob3VsZF9zaG93X2F1dGhvcl9wb2dfZm9yX3RhZ2dlZF9tZWRpYV9zaGFyZWRfdG9fcHJvZmlsZV9ncmlkIjpmYWxzZSwic3Vic2NyaWJlX2N0YV92aXNpYmxlIjpmYWxzZSwidGFrZW5fYXQiOjE2MDQwNDc5NjksInRodW1ibmFpbF91cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI5MzUwLTE1LzEyMjgxOTE0N184MjAzODc3NDg1MzgzMjVfNjQwMjAwMzc1MjYyNjExNjIyOF9uLmpwZz9zZT03JnN0cD1kc3QtanBnX2UzNV90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNHhNamd3ZURFeU9EQXVjMlJ5TG1ZeU9UTTFNQzVrWldaaGRXeDBYMmx0WVdkbEluMCZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDEmX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9UTBhanE0VXFEbVFRN2tOdmdIb2k3Nl8mX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmaWdfY2FjaGVfa2V5PU1qUXpNVEkxTXpBek5ERTNNemt3TXpZeU13JTNEJTNELjMtY2NiNy01Jm9oPTAwX0FZRDNoQUkwV2REeUpmUms5LXdVQ3hPdHhkNEV1RUtKWkRJZFRRRTFpUERWcHcmb2U9NjdBQkNFOTYmX25jX3NpZD0yMDExYWQiLCJ0aW1lbGluZV9waW5uZWRfdXNlcl9pZHMiOltdLCJ0b3BfbGlrZXJzIjpbXSwidXNlciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MiwiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDQzODc3OTAxMTQ1LCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IiIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiI0Mzg0OTE2NjU5NiIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjI2MzMzNzI1NzM3MjU0MzIwODNfNDM4NDkxNjY1OTYiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI4ODUtMTkvMjMxNzM0MzM2XzEwMjUwMzA1NzgyNTYzODhfMjM1NjQ0NTU1ODIxMzU4ODQzOF9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAwJl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPTZXc1luamtpQXlZUTdrTnZnR18zVXZGJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQ1RMMlphdGlOWEdZc2g0YjAwblFoVXhBQW1mVk1VWjJnZWV4WEp2RDVza3cmb2U9NjdBQkUzRTMmX25jX3NpZD0yMDExYWQiLCJzaG93X2FjY291bnRfdHJhbnNwYXJlbmN5X2RldGFpbHMiOnRydWUsInRoaXJkX3BhcnR5X2Rvd25sb2Fkc19lbmFibGVkIjoxLCJ0cmFuc3BhcmVuY3lfcHJvZHVjdF9lbmFibGVkIjpmYWxzZSwidXNlcm5hbWUiOiJsaWZlLmJ5X2EifSwidmlkZW9fc3RpY2tlcl9sb2NhbGVzIjpbXX0seyJib29zdF91bmF2YWlsYWJsZV9pZGVudGlmaWVyIjpudWxsLCJib29zdF91bmF2YWlsYWJsZV9yZWFzb24iOm51bGwsImJvb3N0X3VuYXZhaWxhYmxlX3JlYXNvbl92MiI6bnVsbCwiY2FuX3JlcGx5IjpmYWxzZSwiY2FuX3Jlc2hhcmUiOnRydWUsImNhbl9zYXZlIjp0cnVlLCJjYXB0aW9uIjp7ImNyZWF0ZWRfYXQiOjE1NzIyNzY0MDAsImNyZWF0ZWRfYXRfdXRjIjoxNTcyMjc2NDAwLCJkaWRfcmVwb3J0X2FzX3NwYW0iOmZhbHNlLCJoYXNodGFncyI6WyIjbW9uZGF5bW9ybmluZyIsIiNoYXBweW1vbmRheSIsIiNtb25kYXltb29kIiwiI3Jpb2dyYW5kZXN1cGVybWFya2V0IiwiI2NhbnV0aWxsb3N1cGVybWFya2V0IiwiI2dyb2NlcnlzdG9yZSIsIiNjYW51dGlsbG9idXNpbmVzcyIsIiNpYW1lbHBhc28iLCIjZWxwYXNvdHgiLCIjaXRzYWxsZ29vZGVwIiwiI3JlY2lwZXNob3BwaW5nbGlzdCIsIiNoYWxsb3dlZW5zbmFja2lkZWFzIiwiI3NuYWNraWRlYXNmb3JraWRzIiwiI2hhbGxvd2VlbnRpbWUiLCIjaGFsbG93ZWVucGFydHlpZGVhcyIsIiNoYWxsb3dlZW5fY3VwY2FrZXMiLCIjaGFsbG93ZWVuX3NuYWNrcyIsIiNzbmFja3Nmb3JoYWxsb3dlZW4iXSwiaWQiOjIxNjQ3MzM3NTM2MzM0NTUxNzIsImlzX2NvdmVyZWQiOmZhbHNlLCJpc19yYW5rZWRfY29tbWVudCI6ZmFsc2UsIm1lbnRpb25zIjpbXSwicGsiOiIxNzg0ODQxOTc5MzcxODM2OSIsInByaXZhdGVfcmVwbHlfc3RhdHVzIjowLCJzaGFyZV9lbmFibGVkIjpmYWxzZSwidGV4dCI6IkhhbGxvd2VlbiBpcyBqdXN0IGFyb3VuZCB0aGUgY29ybmVyIGFuZCB5b3UgY291bGQgY3JlYXRlIHNvbWUgZnVuIHBhcnR5IHNuYWNrcyB3aXRoIHRoZSBraWRzIG9yIGZvciB5b3VyIGd1ZXN0cy4gXG5Db21lIGluIHRvIFJpbyBHcmFuZGUgU3VwZXJtYXJrZXQgYW5kIGdldCB5b3VyIGluZ3JlZGllbnRzIGZvciBhbGwgdGhlIHNwb29rdGFjdWxhciBzbmFja3MuIEJ1eSBleHRyYSBjYW5keSBmb3IgdGhlIHRyaWNrLW9yLXRyZWF0ZXJzLlxuXG5TaHVyZmluZSBDYWtlIE1peCBBU1NPUlRFRCAxNi41IE9aLiA3MMKiXG5NYXpvbGEgQ29va2luZyBPaWwgU0VMRUNUIFZBUklFVFkgNDAgT1ouIDIgRk9SICQ1XG5MYXnigJlzIG9yIFdhdnkgTGF54oCZcyAyIEZPUiAkNFxuQnVmZmFsbyBTdHlsZSBXaW5nIFNlY3Rpb25zICQzLjM4IExCIC5cbi5cbi5cbi5cbi5cbi5cbi5cblxuI21vbmRheW1vcm5pbmcgI2hhcHB5bW9uZGF5ICNtb25kYXltb29kICNyaW9ncmFuZGVzdXBlcm1hcmtldCAjY2FudXRpbGxvc3VwZXJtYXJrZXQgI2dyb2NlcnlzdG9yZSAjY2FudXRpbGxvYnVzaW5lc3MgI2lhbWVscGFzbyAjZWxwYXNvdHggI2l0c2FsbGdvb2RlcCAjcmVjaXBlc2hvcHBpbmdsaXN0ICNoYWxsb3dlZW5zbmFja2lkZWFzICNzbmFja2lkZWFzZm9ya2lkcyAjaGFsbG93ZWVudGltZSAjaGFsbG93ZWVucGFydHlpZGVhcyAjaGFsbG93ZWVuX2N1cGNha2VzICNoYWxsb3dlZW5fc25hY2tzICNzbmFja3Nmb3JoYWxsb3dlZW4iLCJ0eXBlIjoxLCJ1c2VyIjp7ImZiaWRfdjIiOjE3ODQxNDA2MTE1Mzg5NzAxLCJmdWxsX25hbWUiOiJSaW8gR3JhbmRlIFN1cGVybWFya2V0IiwiaWQiOiI2MDc3NjExODQ2IiwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjE2MTEwNTc0Nzc5MDA3MDE0OTJfNjA3NzYxMTg0NiIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS8yMTkwOTUwNV8yMDEyMDY0NTI1NjkzNTY2XzM0NTUxMTEzMzkxOTI2MTQ5MTJfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMiZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1teUEzYzZKaktja1E3a052Z0hpSHdmQiZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUF4N2RTWnFjRG1uZW1MZ0RhV1I0WWhWRlJ6OWJsQlAtbGNaVTJnYmtUaUJRJm9lPTY3QUJENkQzJl9uY19zaWQ9MjAxMWFkIiwidXNlcm5hbWUiOiJyaW9ncmFuZGVzdXBlcm1hcmtldCJ9LCJ1c2VyX2lkIjo2MDc3NjExODQ2fSwiY2FwdGlvbl9pc19lZGl0ZWQiOmZhbHNlLCJjbGlwc190YWJfcGlubmVkX3VzZXJfaWRzIjpbXSwiY29hdXRob3JfcHJvZHVjZXJfY2FuX3NlZV9vcmdhbmljX2luc2lnaHRzIjpmYWxzZSwiY29hdXRob3JfcHJvZHVjZXJzIjpbXSwiY29kZSI6IkI0S3JlRXlucnhFIiwiY29tbWVudF9jb3VudCI6MCwiY29tbWVudF9pbmZvcm1fdHJlYXRtZW50Ijp7ImFjdGlvbl90eXBlIjpudWxsLCJzaG91bGRfaGF2ZV9pbmZvcm1fdHJlYXRtZW50IjpmYWxzZSwidGV4dCI6IiIsInVybCI6bnVsbH0sImNvbW1lbnRfdGhyZWFkaW5nX2VuYWJsZWQiOnRydWUsImNvbW1lcmNpYWxpdHlfc3RhdHVzIjoibm90X2NvbW1lcmNpYWwiLCJjcm9zc3Bvc3RfbWV0YWRhdGEiOnsiZmJfZG93bnN0cmVhbV91c2VfeHBvc3RfbWV0YWRhdGEiOnsiZG93bnN0cmVhbV91c2VfeHBvc3RfZGVueV9yZWFzb24iOiJOT05FIn19LCJkZWxldGVkX3JlYXNvbiI6MCwiZGV2aWNlX3RpbWVzdGFtcCI6MTU3MjI3NjM5NDU0LCJmYl9hZ2dyZWdhdGVkX2NvbW1lbnRfY291bnQiOjAsImZiX2FnZ3JlZ2F0ZWRfbGlrZV9jb3VudCI6MCwiZmJfdXNlcl90YWdzIjp7ImluIjpbXX0sImZiaWQiOiIxNzg0ODQxOTc3ODcxODM2OSIsImZlYXR1cmVkX3Byb2R1Y3RzIjpbXSwiZmVlZF90eXBlIjoibWVkaWEiLCJmaWx0ZXJfdHlwZSI6MCwiZnVuZHJhaXNlcl90YWciOnsiaGFzX3N0YW5kYWxvbmVfZnVuZHJhaXNlciI6ZmFsc2V9LCJnZW5fYWlfZGV0ZWN0aW9uX21ldGhvZCI6eyJkZXRlY3Rpb25fbWV0aG9kIjoiTk9ORSJ9LCJoYXNfYXVkaW8iOnRydWUsImhhc19oaWdoX3Jpc2tfZ2VuX2FpX2luZm9ybV90cmVhdG1lbnQiOmZhbHNlLCJoYXNfbGlrZWQiOmZhbHNlLCJoYXNfbW9yZV9jb21tZW50cyI6ZmFsc2UsImhhc19wcml2YXRlbHlfbGlrZWQiOmZhbHNlLCJoYXNfc2hhcmVkX3RvX2ZiIjowLCJoYXNfdmlld3NfZmV0Y2hpbmciOnRydWUsImlkIjoiMjE2NDczMzc1MzYzMzQ1NTE3Ml82MDc3NjExODQ2IiwiaWdfbWVkaWFfc2hhcmluZ19kaXNhYmxlZCI6ZmFsc2UsImlnYmlvX3Byb2R1Y3QiOm51bGwsImltYWdlX3ZlcnNpb25zIjp7Iml0ZW1zIjpbeyJoZWlnaHQiOjQ4MCwidXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE1LzcxODg2NTE0XzU0OTU2NDA5MjI1MzQ5MV8xMjk1MzI5MzUwMTY3OTMyMDMwX24uanBnP3N0cD1kc3QtanBnX2UxNV9zNDgweDQ4MF90dDYmZWZnPWV5SjJaVzVqYjJSbFgzUmhaeUk2SW1sdFlXZGxYM1Z5YkdkbGJpNDNNakI0TnpJd0xuTmtjaTVtTWpnNE5TNWtaV1poZFd4MFgyTnZkbVZ5WDJaeVlXMWxJbjAmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTExJl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPXJDNmVDdEVuS2IwUTdrTnZnSG10aUpwJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01JmlnX2NhY2hlX2tleT1NakUyTkRjek16YzFNell6TXpRMU5URTNNZyUzRCUzRC4zLWNjYjctNSZvaD0wMF9BWUFxWkpyR1pWdDdxWlA5YlByX09sekZfclVSUThCZHRHTGZLcWRLcTdNTzhnJm9lPTY3QUJDNkVCJl9uY19zaWQ9MjAxMWFkIiwid2lkdGgiOjQ4MH1dfSwiaW50ZWdyaXR5X3Jldmlld19kZWNpc2lvbiI6ImFwcHJvdmVkIiwiaW52aXRlZF9jb2F1dGhvcl9wcm9kdWNlcnMiOltdLCJpc19jb21tZW50c19naWZfY29tcG9zZXJfZW5hYmxlZCI6dHJ1ZSwiaXNfY3V0b3V0X3N0aWNrZXJfYWxsb3dlZCI6ZmFsc2UsImlzX2Rhc2hfZWxpZ2libGUiOjEsImlzX2VsaWdpYmxlX2NvbnRlbnRfZm9yX3Bvc3Rfcm9sbF9hZCI6ZmFsc2UsImlzX2VsaWdpYmxlX2Zvcl9tZWRpYV9ub3RlX3JlY3NfbnV4IjpmYWxzZSwiaXNfZWxpZ2libGVfZm9yX21ldGFfYWlfc2hhcmUiOmZhbHNlLCJpc19pbl9wcm9maWxlX2dyaWQiOmZhbHNlLCJpc19vcGVuX3RvX3B1YmxpY19zdWJtaXNzaW9uIjpmYWxzZSwiaXNfb3JnYW5pY19wcm9kdWN0X3RhZ2dpbmdfZWxpZ2libGUiOnRydWUsImlzX3BhaWRfcGFydG5lcnNoaXAiOmZhbHNlLCJpc19waW5uZWQiOmZhbHNlLCJpc19wb3N0X2xpdmVfY2xpcHNfbWVkaWEiOmZhbHNlLCJpc19yZXNoYXJlX29mX3RleHRfcG9zdF9hcHBfbWVkaWFfaW5faWciOmZhbHNlLCJpc19zb2NpYWxfdWZpX2Rpc2FibGVkIjpmYWxzZSwiaXNfdGFnZ2VkX21lZGlhX3NoYXJlZF90b192aWV3ZXJfcHJvZmlsZV9ncmlkIjpmYWxzZSwiaXNfdW5pZmllZF92aWRlbyI6ZmFsc2UsImlzX3ZpZGVvIjp0cnVlLCJsYXQiOjMxLjkxOCwibGF5b3V0X3R5cGUiOiJtZWRpYV9ncmlkIiwibGlrZV9hbmRfdmlld19jb3VudHNfZGlzYWJsZWQiOmZhbHNlLCJsaWtlX2NvdW50Ijo4LCJsaWtlcnMiOlt7ImZ1bGxfbmFtZSI6InllZ2FuYW0uMjAwMyIsImlkIjoiNDcwMDUxNjIzODUiLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwayI6NDcwMDUxNjIzODUsInByb2ZpbGVfcGljX2lkIjoiMzM0NjIzMjQ1NzE1MzMwMzYzMF80NzAwNTE2MjM4NSIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS80Mzc1MjM4MjVfNzc4ODE4NDkwODQ4MDIzXzkyMjA0NTkzNTA4OTc5NzYyNDhfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTExMSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1HSUZGOVIxaHhLd1E3a052Z0ZPM3dWRSZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUJHMi1xeHdtZzF5enNmd28tOTRpdjVMaVIyd3Q0Yk1TN1c5UlpxbU5lY3NRJm9lPTY3QUJFQ0VEJl9uY19zaWQ9MjAxMWFkIiwidXNlcm5hbWUiOiJ5ZWdhbmFtLjIwMDMifSx7ImZ1bGxfbmFtZSI6Ik1hcmlhIEJhbGxlbmdlciIsImlkIjoiMjI4NTA1NzA5OCIsImlzX3ByaXZhdGUiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInBrIjoyMjg1MDU3MDk4LCJwcm9maWxlX3BpY19pZCI6IjM1MTY4ODkwODI5MzM3ODQ0ODRfMjI4NTA1NzA5OCIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS80Njk2MTkwNjNfMjQ5MTM3NjQ1MTA1MjM5NF84MzI2MTY3NzQ0NDI3MjU2NDQ3X24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDImX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9QVgxbWk5ZzFwMWNRN2tOdmdFUXJhTlYmX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmb2g9MDBfQVlCT2pVcjVLejdLSjhVSW1OcjIxYWZ0TEd0R0ZTT3g1V05pNnpIakh0Q2Z4QSZvZT02N0FCQzE4NiZfbmNfc2lkPTIwMTFhZCIsInVzZXJuYW1lIjoiYmFsbGVuZ2VyX21hcmlhIn0seyJmdWxsX25hbWUiOiJIYXplbGV5ZXrimaEiLCJpZCI6IjI5NjY4MzAwMDIiLCJpc19wcml2YXRlIjp0cnVlLCJpc192ZXJpZmllZCI6ZmFsc2UsInBrIjoyOTY2ODMwMDAyLCJwcm9maWxlX3BpY19pZCI6IjIzODcyMzYyMTQ4NzUyNzIyODdfMjk2NjgzMDAwMiIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS8xMTg1NjYwMDJfNzQ1MDI0NDY5NjUxNjg5XzY4ODgxMjU1ODI4NDE2NTUyMDRfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz0wRmI3SDducXlYUVE3a052Z0htQmo3YiZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUFEa3NrX0V1dU4xWXZkM3NZbi1MZW9GSnhQNWl0S0hSMTYzcTJoNHlYVzhnJm9lPTY3QUJERkVBJl9uY19zaWQ9MjAxMWFkIiwidXNlcm5hbWUiOiJteW1pcmFjbGVzXzc2In0seyJmdWxsX25hbWUiOiJBJlYgQ29tcHV0ZXIgU2VydmljZXMiLCJpZCI6IjIwNzE3MTEwMjcxIiwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicGsiOjIwNzE3MTEwMjcxLCJwcm9maWxlX3BpY19pZCI6IjIxMzcyMzU3MDM3Nzg5ODkyMDBfMjA3MTcxMTAyNzEiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI4ODUtMTkvNzA3MDQ5MjNfMzY3Mzg3Njc0MjE1ODcwXzQ2MTU2Mzk3MjkwOTY4ODQyMjRfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMiZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1FTUhUWmhNckVKOFE3a052Z0dVbENBSSZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUFXbjBSdzBEano1NDRJN0xPd3pvVXZ0ZkFQWG9Tczc1b3ZjVHpSS1U2UTdnJm9lPTY3QUJFMUNBJl9uY19zaWQ9MjAxMWFkIiwidXNlcm5hbWUiOiJhdmNvbXB1dGVyc2VydmljZXNlcCJ9LHsiZnVsbF9uYW1lIjoidXJiYW5hcnQ5MTUiLCJpZCI6IjEwOTM3Njk2MjkwIiwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicGsiOjEwOTM3Njk2MjkwLCJwcm9maWxlX3BpY19pZCI6IjI1OTMzOTY5MDg5MjQyODgwNThfMTA5Mzc2OTYyOTAiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI4ODUtMTkvMTk4ODE1NzM0XzE5MzM0MDAzMjU2NzA0Nl8xODIyNjQ0NzU0MzUzNjAwMjc0X24uanBnP3N0cD1kc3QtanBnX2UwX3MxNTB4MTUwX3R0NiZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMDImX25jX29jPVE2Y1oyQUVLZGktSTZRQjhTSFdCN0JMRDJmMUNxVTdCeVZSazhMZnJBejBmQy12cUVnQXJYRkp3dkRNWGVmc2VnUl9OR2pBJl9uY19vaGM9X1R4cGtqSEIxV3NRN2tOdmdIOTBLWEsmX25jX2dpZD0xMzkzNDA3NTJmN2M0MzQyOGE5MThiZTk5NDU5ZmNlOSZlZG09QUd5S1U0Z0JBQUFBJmNjYj03LTUmb2g9MDBfQVlEUk9pcGF5WWlCNFc3aTNDdFF6QllpdTlyQVVmeWp1ZTd3Yl9jSVFUeFo2QSZvZT02N0FCRUUzNiZfbmNfc2lkPTIwMTFhZCIsInVzZXJuYW1lIjoidXJiYW5hcnQ5MTUifSx7ImZ1bGxfbmFtZSI6Ik9uIHRoZSBoYXBweSBzaWRlIG9mIGxpZmXinaTvuI8iLCJpZCI6IjEyMTIzMTQyMDUxIiwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3ZlcmlmaWVkIjpmYWxzZSwicGsiOjEyMTIzMTQyMDUxLCJwcm9maWxlX3BpY19pZCI6IjIzMTIyMDEwNzc0OTEyNTA1MTRfMTIxMjMxNDIwNTEiLCJwcm9maWxlX3BpY191cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL3YvdDUxLjI4ODUtMTkvOTc4NzU2NzlfMjkxMzM3NTA4NTQ4OTMzXzM3NTA0MTMxODU3MjM2NjIzMzZfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1wNXR6OTk0TjFWc1E3a052Z0hGTWctUCZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWURXaEVXYWdGNWViR09XR3lRRk0ybGdScGRGOGhySHFKVE5COGg4YnhVenFRJm9lPTY3QUJDREQ1Jl9uY19zaWQ9MjAxMWFkIiwidXNlcm5hbWUiOiJoaWtvZm9vZHMifSx7ImZ1bGxfbmFtZSI6IkNlY2kgQ2FzdGlsbG8iLCJpZCI6Ijg0NzcxMDIyNjYiLCJpc19wcml2YXRlIjp0cnVlLCJpc192ZXJpZmllZCI6ZmFsc2UsInBrIjo4NDc3MTAyMjY2LCJwcm9maWxlX3BpY19pZCI6IjE4NTIwMTM5OTU0NzgxMjIzOTNfODQ3NzEwMjI2NiIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS8zOTMyNzkyNl8xODk3ODA0NjQ2OTYyOTg1XzE1Mjc2NDYxNzQxMzgzMzUyMzJfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwNSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1nbDkwV0pVeXpJNFE3a052Z0hiSmlyOSZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUMxZWo4Snc3SHBqbkJXc2tpZHE5OXhIa2pTZ1J4MmplZmwyZWw3dUpIemh3Jm9lPTY3QUJFN0FGJl9uY19zaWQ9MjAxMWFkIiwidXNlcm5hbWUiOiJjYXN0bGV2bmM4NiJ9XSwibG5nIjotMTA2LjYsImxvY2F0aW9uIjp7ImFkZHJlc3MiOiIiLCJjaXR5IjoiIiwiZXh0ZXJuYWxfc291cmNlIjoiZmFjZWJvb2tfcGxhY2VzIiwiZmFjZWJvb2tfcGxhY2VzX2lkIjoxMTMxNjg4NDIwMzA2NTQsImxhdCI6MzEuOTE4LCJsbmciOi0xMDYuNiwibmFtZSI6IkNhbnV0aWxsbywgVGV4YXMiLCJwayI6MjM3Mzk4ODMzLCJzaG9ydF9uYW1lIjoiQ2FudXRpbGxvIn0sIm1hc2h1cF9pbmZvIjp7ImNhbl90b2dnbGVfbWFzaHVwc19hbGxvd2VkIjpmYWxzZSwiZm9ybWF0dGVkX21hc2h1cHNfY291bnQiOm51bGwsImhhc19iZWVuX21hc2hlZF91cCI6ZmFsc2UsImhhc19ub25taW1pY2FibGVfYWRkaXRpb25hbF9hdWRpbyI6ZmFsc2UsImlzX2NyZWF0b3JfcmVxdWVzdGluZ19tYXNodXAiOmZhbHNlLCJpc19saWdodF93ZWlnaHRfY2hlY2siOnRydWUsImlzX2xpZ2h0X3dlaWdodF9yZXVzZV9hbGxvd2VkX2NoZWNrIjpmYWxzZSwiaXNfcGl2b3RfcGFnZV9hdmFpbGFibGUiOmZhbHNlLCJpc19yZXVzZV9hbGxvd2VkIjpmYWxzZSwibWFzaHVwX3R5cGUiOm51bGwsIm1hc2h1cHNfYWxsb3dlZCI6ZmFsc2UsIm5vbl9wcml2YWN5X2ZpbHRlcmVkX21hc2h1cHNfbWVkaWFfY291bnQiOjAsIm9yaWdpbmFsX21lZGlhIjpudWxsLCJwcml2YWN5X2ZpbHRlcmVkX21hc2h1cHNfbWVkaWFfY291bnQiOm51bGx9LCJtYXhfbnVtX3Zpc2libGVfcHJldmlld19jb21tZW50cyI6MiwibWVkaWFfbmFtZSI6InJlZWwiLCJtZWRpYV9ub3RlcyI6eyJpdGVtcyI6W119LCJtZWRpYV90eXBlIjoyLCJtZXRhX2FpX3N1Z2dlc3RlZF9wcm9tcHRzIjpbXSwibXVzaWNfbWV0YWRhdGEiOnsiYXVkaW9fY2Fub25pY2FsX2lkIjoiMCIsImF1ZGlvX3R5cGUiOm51bGwsIm11c2ljX2luZm8iOm51bGwsIm9yaWdpbmFsX3NvdW5kX2luZm8iOm51bGwsInBpbm5lZF9tZWRpYV9pZHMiOm51bGx9LCJudW1iZXJfb2ZfcXVhbGl0aWVzIjoxLCJvcGVuX2Nhcm91c2VsX3Nob3dfZm9sbG93X2J1dHRvbiI6ZmFsc2UsIm9yaWdpbmFsX2hlaWdodCI6NzIwLCJvcmlnaW5hbF93aWR0aCI6NzIwLCJvd25lciI6eyJhY2NvdW50X2JhZGdlcyI6W10sImFjY291bnRfdHlwZSI6MywiZmFuX2NsdWJfaW5mbyI6eyJhdXRvc2F2ZV90b19leGNsdXNpdmVfaGlnaGxpZ2h0IjpudWxsLCJjb25uZWN0ZWRfbWVtYmVyX2NvdW50IjpudWxsLCJmYW5fY2x1Yl9pZCI6bnVsbCwiZmFuX2NsdWJfbmFtZSI6bnVsbCwiZmFuX2NvbnNpZGVyYXRpb25fcGFnZV9yZXZhbXBfZWxpZ2libGl0eSI6bnVsbCwiaGFzX2NyZWF0ZWRfc3NjIjpudWxsLCJoYXNfZW5vdWdoX3N1YnNjcmliZXJzX2Zvcl9zc2MiOm51bGwsImlzX2Zhbl9jbHViX2dpZnRpbmdfZWxpZ2libGUiOm51bGwsImlzX2Zhbl9jbHViX3JlZmVycmFsX2VsaWdpYmxlIjpudWxsLCJpc19mcmVlX3RyaWFsX2VsaWdpYmxlIjpudWxsLCJsYXJnZXN0X3B1YmxpY19iY19pZCI6bnVsbCwic3Vic2NyaWJlcl9jb3VudCI6bnVsbH0sImZiaWRfdjIiOjE3ODQxNDA2MTE1Mzg5NzAxLCJmZWVkX3Bvc3RfcmVzaGFyZV9kaXNhYmxlZCI6ZmFsc2UsImZ1bGxfbmFtZSI6IlJpbyBHcmFuZGUgU3VwZXJtYXJrZXQiLCJoYXNfYW5vbnltb3VzX3Byb2ZpbGVfcGljdHVyZSI6ZmFsc2UsImlkIjoiNjA3NzYxMTg0NiIsImlzX2Zhdm9yaXRlIjpmYWxzZSwiaXNfcHJpdmF0ZSI6ZmFsc2UsImlzX3VucHVibGlzaGVkIjpmYWxzZSwiaXNfdmVyaWZpZWQiOmZhbHNlLCJwcm9maWxlX3BpY19pZCI6IjE2MTEwNTc0Nzc5MDA3MDE0OTJfNjA3NzYxMTg0NiIsInByb2ZpbGVfcGljX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xOS8yMTkwOTUwNV8yMDEyMDY0NTI1NjkzNTY2XzM0NTUxMTEzMzkxOTI2MTQ5MTJfbi5qcGc/c3RwPWRzdC1qcGdfZTBfczE1MHgxNTBfdHQ2Jl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTEwMiZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1teUEzYzZKaktja1E3a052Z0hpSHdmQiZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZvaD0wMF9BWUF4N2RTWnFjRG1uZW1MZ0RhV1I0WWhWRlJ6OWJsQlAtbGNaVTJnYmtUaUJRJm9lPTY3QUJENkQzJl9uY19zaWQ9MjAxMWFkIiwic2hvd19hY2NvdW50X3RyYW5zcGFyZW5jeV9kZXRhaWxzIjp0cnVlLCJ0aGlyZF9wYXJ0eV9kb3dubG9hZHNfZW5hYmxlZCI6MSwidHJhbnNwYXJlbmN5X3Byb2R1Y3RfZW5hYmxlZCI6ZmFsc2UsInVzZXJuYW1lIjoicmlvZ3JhbmRlc3VwZXJtYXJrZXQifSwicGsiOjIxNjQ3MzM3NTM2MzM0NTUxNzIsInByZXZpZXdfY29tbWVudHMiOltdLCJwcm9kdWN0X3N1Z2dlc3Rpb25zIjpbXSwicHJvZHVjdF90eXBlIjoiZmVlZCIsInNoYXJlX2NvdW50X2Rpc2FibGVkIjpmYWxzZSwic2hhcmluZ19mcmljdGlvbl9pbmZvIjp7ImJsb2tzX2FwcF91cmwiOm51bGwsInNoYXJpbmdfZnJpY3Rpb25fcGF5bG9hZCI6bnVsbCwic2hvdWxkX2hhdmVfc2hhcmluZ19mcmljdGlvbiI6ZmFsc2V9LCJzaG9wX3JvdXRpbmdfdXNlcl9pZCI6bnVsbCwic2hvdWxkX3Nob3dfYXV0aG9yX3BvZ19mb3JfdGFnZ2VkX21lZGlhX3NoYXJlZF90b19wcm9maWxlX2dyaWQiOmZhbHNlLCJzdWJzY3JpYmVfY3RhX3Zpc2libGUiOmZhbHNlLCJ0YWtlbl9hdCI6MTU3MjI3NjQwMCwidGh1bWJuYWlsX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vdi90NTEuMjg4NS0xNS83MTg4NjUxNF81NDk1NjQwOTIyNTM0OTFfMTI5NTMyOTM1MDE2NzkzMjAzMF9uLmpwZz9zdHA9ZHN0LWpwZ19lMTVfczQ4MHg0ODBfdHQ2JmVmZz1leUoyWlc1amIyUmxYM1JoWnlJNkltbHRZV2RsWDNWeWJHZGxiaTQzTWpCNE56SXdMbk5rY2k1bU1qZzROUzVrWldaaGRXeDBYMk52ZG1WeVgyWnlZVzFsSW4wJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTExMSZfbmNfb2M9UTZjWjJBRUtkaS1JNlFCOFNIV0I3QkxEMmYxQ3FVN0J5VlJrOExmckF6MGZDLXZxRWdBclhGSnd2RE1YZWZzZWdSX05HakEmX25jX29oYz1yQzZlQ3RFbktiMFE3a052Z0htdGlKcCZfbmNfZ2lkPTEzOTM0MDc1MmY3YzQzNDI4YTkxOGJlOTk0NTlmY2U5JmVkbT1BR3lLVTRnQkFBQUEmY2NiPTctNSZpZ19jYWNoZV9rZXk9TWpFMk5EY3pNemMxTXpZek16UTFOVEUzTWclM0QlM0QuMy1jY2I3LTUmb2g9MDBfQVlBcVpKckdaVnQ3cVpQOWJQcl9PbHpGX3JVUlE4QmR0R0xmS3FkS3E3TU84ZyZvZT02N0FCQzZFQiZfbmNfc2lkPTIwMTFhZCIsInRpbWVsaW5lX3Bpbm5lZF91c2VyX2lkcyI6W10sInRvcF9saWtlcnMiOltdLCJ1c2VyIjp7ImFjY291bnRfYmFkZ2VzIjpbXSwiYWNjb3VudF90eXBlIjozLCJmYW5fY2x1Yl9pbmZvIjp7ImF1dG9zYXZlX3RvX2V4Y2x1c2l2ZV9oaWdobGlnaHQiOm51bGwsImNvbm5lY3RlZF9tZW1iZXJfY291bnQiOm51bGwsImZhbl9jbHViX2lkIjpudWxsLCJmYW5fY2x1Yl9uYW1lIjpudWxsLCJmYW5fY29uc2lkZXJhdGlvbl9wYWdlX3JldmFtcF9lbGlnaWJsaXR5IjpudWxsLCJoYXNfY3JlYXRlZF9zc2MiOm51bGwsImhhc19lbm91Z2hfc3Vic2NyaWJlcnNfZm9yX3NzYyI6bnVsbCwiaXNfZmFuX2NsdWJfZ2lmdGluZ19lbGlnaWJsZSI6bnVsbCwiaXNfZmFuX2NsdWJfcmVmZXJyYWxfZWxpZ2libGUiOm51bGwsImlzX2ZyZWVfdHJpYWxfZWxpZ2libGUiOm51bGwsImxhcmdlc3RfcHVibGljX2JjX2lkIjpudWxsLCJzdWJzY3JpYmVyX2NvdW50IjpudWxsfSwiZmJpZF92MiI6MTc4NDE0MDYxMTUzODk3MDEsImZlZWRfcG9zdF9yZXNoYXJlX2Rpc2FibGVkIjpmYWxzZSwiZnVsbF9uYW1lIjoiUmlvIEdyYW5kZSBTdXBlcm1hcmtldCIsImhhc19hbm9ueW1vdXNfcHJvZmlsZV9waWN0dXJlIjpmYWxzZSwiaWQiOiI2MDc3NjExODQ2IiwiaXNfZmF2b3JpdGUiOmZhbHNlLCJpc19wcml2YXRlIjpmYWxzZSwiaXNfdW5wdWJsaXNoZWQiOmZhbHNlLCJpc192ZXJpZmllZCI6ZmFsc2UsInByb2ZpbGVfcGljX2lkIjoiMTYxMTA1NzQ3NzkwMDcwMTQ5Ml82MDc3NjExODQ2IiwicHJvZmlsZV9waWNfdXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS92L3Q1MS4yODg1LTE5LzIxOTA5NTA1XzIwMTIwNjQ1MjU2OTM1NjZfMzQ1NTExMTMzOTE5MjYxNDkxMl9uLmpwZz9zdHA9ZHN0LWpwZ19lMF9zMTUweDE1MF90dDYmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTAyJl9uY19vYz1RNmNaMkFFS2RpLUk2UUI4U0hXQjdCTEQyZjFDcVU3QnlWUms4TGZyQXowZkMtdnFFZ0FyWEZKd3ZETVhlZnNlZ1JfTkdqQSZfbmNfb2hjPW15QTNjNkpqS2NrUTdrTnZnSGlId2ZCJl9uY19naWQ9MTM5MzQwNzUyZjdjNDM0MjhhOTE4YmU5OTQ1OWZjZTkmZWRtPUFHeUtVNGdCQUFBQSZjY2I9Ny01Jm9oPTAwX0FZQXg3ZFNacWNEbW5lbUxnRGFXUjRZaFZGUno5YmxCUC1sY1pVMmdia1RpQlEmb2U9NjdBQkQ2RDMmX25jX3NpZD0yMDExYWQiLCJzaG93X2FjY291bnRfdHJhbnNwYXJlbmN5X2RldGFpbHMiOnRydWUsInRoaXJkX3BhcnR5X2Rvd25sb2Fkc19lbmFibGVkIjoxLCJ0cmFuc3BhcmVuY3lfcHJvZHVjdF9lbmFibGVkIjpmYWxzZSwidXNlcm5hbWUiOiJyaW9ncmFuZGVzdXBlcm1hcmtldCJ9LCJ2aWRlb19jb2RlYyI6ImF2YzEuNGQ0MDFmIiwidmlkZW9fZHVyYXRpb24iOjE1LjAsInZpZGVvX3N0aWNrZXJfbG9jYWxlcyI6W10sInZpZGVvX3VybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vbzEvdi90MTYvZjIvbTg0L0FRTWY5NU5vM1dBR0lLc1llVWhveFY3cnNnTVRxSE9xVE5qa2ZVd2dfOFM4eVJoT1VuTWtOSTJvNkRpNVZxTktvUGtrcGtjaW5rR25ub3Rfc1lMbTJEWmMxWkdIQ0xsLW5HbmtaTGMubXA0P2VmZz1leUo0Y0haZllYTnpaWFJmYVdRaU9qWTBNRFl3TXpJMk9EWXhPVEUyT1RRc0luWmxibU52WkdWZmRHRm5Jam9pZUhCMlgzQnliMmR5WlhOemFYWmxMa2xPVTFSQlIxSkJUUzVHUlVWRUxrTXpMamN5TUM1a1lYTm9YMkpoYzJWc2FXNWxYekZmZGpFaWZRJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTExMCZfbmNfb2M9QWRnRzlIZ1dXZ28tQ1pJdTYxclNES19pNzcwdm4zZGh6cVh5Rl9Dck9MdkpCQmhhZEtITmhuc01LcnRWV1JqdUFNWSZ2cz0xYjNlYmIxYmI3NzYyMTA2Jl9uY192cz1IQmtzRlFJWVRHbG5YMkpoWTJ0bWFXeHNYM1JwYldWc2FXNWxYM1p2WkM4eE1UUkdOVUkxUmpjd05qbEVORUV4UWtaR01VTkRORVUwTUVFMk5UWTRNbDkyYVdSbGIxOWtZWE5vYVc1cGRDNXRjRFFWQUFMSUFRQVZBaGc2Y0dGemMzUm9jbTkxWjJoZlpYWmxjbk4wYjNKbEwwZElkMVY0UW1FMmRWOWlSVWxFYjBaQlMzYzNNRUV6ZEMxSVVrdGljR3QzUVVGQlJoVUNBc2dCQUNnQUdBQWJBb2dIZFhObFgyOXBiQUV4RW5CeWIyZHlaWE56YVhabFgzSmxZMmx3WlFFeEZRQUFKcHpSOE9xV2tPRVdGUUlvQWtNekxCZEFMZ0FBQUFBQUFCZ1NaR0Z6YUY5aVlYTmxiR2x1WlY4eFgzWXhFUUIxNmdjQSZjY2I9OS00Jm9oPTAwX0FZQ0FwMGVxelpIU1QzSDBqV1BFZFRDVUVBODRPMVEyeUtsQWJBMFRVMDZVUncmb2U9NjdBN0RCMzMmX25jX3NpZD0xZDU3NmQiLCJ2aWRlb192ZXJzaW9ucyI6W3siYmFuZHdpZHRoIjo0ODQwMDEsImhlaWdodCI6NzIwLCJpZCI6IjMzNTQ4NTY4MjM3NzQ4MXYiLCJ0eXBlIjoxMDEsInVybCI6Imh0dHBzOi8vc2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20vbzEvdi90MTYvZjIvbTg0L0FRTWY5NU5vM1dBR0lLc1llVWhveFY3cnNnTVRxSE9xVE5qa2ZVd2dfOFM4eVJoT1VuTWtOSTJvNkRpNVZxTktvUGtrcGtjaW5rR25ub3Rfc1lMbTJEWmMxWkdIQ0xsLW5HbmtaTGMubXA0P2VmZz1leUo0Y0haZllYTnpaWFJmYVdRaU9qWTBNRFl3TXpJMk9EWXhPVEUyT1RRc0luWmxibU52WkdWZmRHRm5Jam9pZUhCMlgzQnliMmR5WlhOemFYWmxMa2xPVTFSQlIxSkJUUzVHUlVWRUxrTXpMamN5TUM1a1lYTm9YMkpoYzJWc2FXNWxYekZmZGpFaWZRJl9uY19odD1zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbSZfbmNfY2F0PTExMCZfbmNfb2M9QWRnRzlIZ1dXZ28tQ1pJdTYxclNES19pNzcwdm4zZGh6cVh5Rl9Dck9MdkpCQmhhZEtITmhuc01LcnRWV1JqdUFNWSZ2cz0xYjNlYmIxYmI3NzYyMTA2Jl9uY192cz1IQmtzRlFJWVRHbG5YMkpoWTJ0bWFXeHNYM1JwYldWc2FXNWxYM1p2WkM4eE1UUkdOVUkxUmpjd05qbEVORUV4UWtaR01VTkRORVUwTUVFMk5UWTRNbDkyYVdSbGIxOWtZWE5vYVc1cGRDNXRjRFFWQUFMSUFRQVZBaGc2Y0dGemMzUm9jbTkxWjJoZlpYWmxjbk4wYjNKbEwwZElkMVY0UW1FMmRWOWlSVWxFYjBaQlMzYzNNRUV6ZEMxSVVrdGljR3QzUVVGQlJoVUNBc2dCQUNnQUdBQWJBb2dIZFhObFgyOXBiQUV4RW5CeWIyZHlaWE56YVhabFgzSmxZMmx3WlFFeEZRQUFKcHpSOE9xV2tPRVdGUUlvQWtNekxCZEFMZ0FBQUFBQUFCZ1NaR0Z6YUY5aVlYTmxiR2x1WlY4eFgzWXhFUUIxNmdjQSZjY2I9OS00Jm9oPTAwX0FZQ0FwMGVxelpIU1QzSDBqV1BFZFRDVUVBODRPMVEyeUtsQWJBMFRVMDZVUncmb2U9NjdBN0RCMzMmX25jX3NpZD0xZDU3NmQiLCJ3aWR0aCI6NzIwfSx7ImJhbmR3aWR0aCI6NDg0MDAxLCJoZWlnaHQiOjcyMCwiaWQiOiIzMzU0ODU2ODIzNzc0ODF2IiwidHlwZSI6MTAyLCJ1cmwiOiJodHRwczovL3Njb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tL28xL3YvdDE2L2YyL204NC9BUU1mOTVObzNXQUdJS3NZZVVob3hWN3JzZ01UcUhPcVROamtmVXdnXzhTOHlSaE9Vbk1rTkkybzZEaTVWcU5Lb1Bra3BrY2lua0dubm90X3NZTG0yRFpjMVpHSENMbC1uR25rWkxjLm1wND9lZmc9ZXlKNGNIWmZZWE56WlhSZmFXUWlPalkwTURZd016STJPRFl4T1RFMk9UUXNJblpsYm1OdlpHVmZkR0ZuSWpvaWVIQjJYM0J5YjJkeVpYTnphWFpsTGtsT1UxUkJSMUpCVFM1R1JVVkVMa016TGpjeU1DNWtZWE5vWDJKaGMyVnNhVzVsWHpGZmRqRWlmUSZfbmNfaHQ9c2NvbnRlbnQtYmVyMS0xLmNkbmluc3RhZ3JhbS5jb20mX25jX2NhdD0xMTAmX25jX29jPUFkZ0c5SGdXV2dvLUNaSXU2MXJTREtfaTc3MHZuM2RoenFYeUZfQ3JPTHZKQkJoYWRLSE5obnNNS3J0VldSanVBTVkmdnM9MWIzZWJiMWJiNzc2MjEwNiZfbmNfdnM9SEJrc0ZRSVlUR2xuWDJKaFkydG1hV3hzWDNScGJXVnNhVzVsWDNadlpDOHhNVFJHTlVJMVJqY3dOamxFTkVFeFFrWkdNVU5ETkVVME1FRTJOVFk0TWw5MmFXUmxiMTlrWVhOb2FXNXBkQzV0Y0RRVkFBTElBUUFWQWhnNmNHRnpjM1JvY205MVoyaGZaWFpsY25OMGIzSmxMMGRJZDFWNFFtRTJkVjlpUlVsRWIwWkJTM2MzTUVFemRDMUlVa3RpY0d0M1FVRkJSaFVDQXNnQkFDZ0FHQUFiQW9nSGRYTmxYMjlwYkFFeEVuQnliMmR5WlhOemFYWmxYM0psWTJsd1pRRXhGUUFBSnB6UjhPcVdrT0VXRlFJb0FrTXpMQmRBTGdBQUFBQUFBQmdTWkdGemFGOWlZWE5sYkdsdVpWOHhYM1l4RVFCMTZnY0EmY2NiPTktNCZvaD0wMF9BWUNBcDBlcXpaSFNUM0gwaldQRWRUQ1VFQTg0TzFRMnlLbEFiQTBUVTA2VVJ3Jm9lPTY3QTdEQjMzJl9uY19zaWQ9MWQ1NzZkIiwid2lkdGgiOjcyMH0seyJiYW5kd2lkdGgiOjQ4NDAwMSwiaGVpZ2h0Ijo3MjAsImlkIjoiMzM1NDg1NjgyMzc3NDgxdiIsInR5cGUiOjEwMywidXJsIjoiaHR0cHM6Ly9zY29udGVudC1iZXIxLTEuY2RuaW5zdGFncmFtLmNvbS9vMS92L3QxNi9mMi9tODQvQVFNZjk1Tm8zV0FHSUtzWWVVaG94Vjdyc2dNVHFIT3FUTmprZlV3Z184Uzh5UmhPVW5Na05JMm82RGk1VnFOS29Qa2twa2NpbmtHbm5vdF9zWUxtMkRaYzFaR0hDTGwtbkdua1pMYy5tcDQ/ZWZnPWV5SjRjSFpmWVhOelpYUmZhV1FpT2pZME1EWXdNekkyT0RZeE9URTJPVFFzSW5abGJtTnZaR1ZmZEdGbklqb2llSEIyWDNCeWIyZHlaWE56YVhabExrbE9VMVJCUjFKQlRTNUdSVVZFTGtNekxqY3lNQzVrWVhOb1gySmhjMlZzYVc1bFh6RmZkakVpZlEmX25jX2h0PXNjb250ZW50LWJlcjEtMS5jZG5pbnN0YWdyYW0uY29tJl9uY19jYXQ9MTEwJl9uY19vYz1BZGdHOUhnV1dnby1DWkl1NjFyU0RLX2k3NzB2bjNkaHpxWHlGX0NyT0x2SkJCaGFkS0hOaG5zTUtydFZXUmp1QU1ZJnZzPTFiM2ViYjFiYjc3NjIxMDYmX25jX3ZzPUhCa3NGUUlZVEdsblgySmhZMnRtYVd4c1gzUnBiV1ZzYVc1bFgzWnZaQzh4TVRSR05VSTFSamN3TmpsRU5FRXhRa1pHTVVORE5FVTBNRUUyTlRZNE1sOTJhV1JsYjE5a1lYTm9hVzVwZEM1dGNEUVZBQUxJQVFBVkFoZzZjR0Z6YzNSb2NtOTFaMmhmWlhabGNuTjBiM0psTDBkSWQxVjRRbUUyZFY5aVJVbEViMFpCUzNjM01FRXpkQzFJVWt0aWNHdDNRVUZCUmhVQ0FzZ0JBQ2dBR0FBYkFvZ0hkWE5sWDI5cGJBRXhFbkJ5YjJkeVpYTnphWFpsWDNKbFkybHdaUUV4RlFBQUpwelI4T3FXa09FV0ZRSW9Ba016TEJkQUxnQUFBQUFBQUJnU1pHRnphRjlpWVhObGJHbHVaVjh4WDNZeEVRQjE2Z2NBJmNjYj05LTQmb2g9MDBfQVlDQXAwZXF6WkhTVDNIMGpXUEVkVENVRUE4NE8xUTJ5S2xBYkEwVFUwNlVSdyZvZT02N0E3REIzMyZfbmNfc2lkPTFkNTc2ZCIsIndpZHRoIjo3MjB9XX1dLCJ0b3RhbCI6MTB9LCJwYWdpbmF0aW9uX3Rva2VuIjoiSEUxbEJCc3BDUlpWWlZSV2ZRRU1FUnhBTFVBWkV3RkhCUTVHWjFSU2ZSb2NXaGtUT2o0QlV4WkdHazFSUmxRT2ZRQWNUQWRlSmp3V0V6TUJRUVJKQXdFUUNoSkdQbDR4UndBWEhRWmJQRlFVZlJBS1NnTmZYaFJCQUVNV0ZSa0hQRllRT2cxRlVrNWVVRHdMRTFVV1hCc1hFQUliYlFsS1RFcENXMzBNRVNkR0FFWUkifQ==', 'headers': {'via': '1.1 google', 'date': 'Fri, 07 Feb 2025 13:10:35 GMT', 'vary': 'Accept-Encoding', 'server': 'RapidAPI-1.2.8', 'alt-svc': 'h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000', 'connection': 'keep-alive', 'content-type': 'application/json', 'x-request-id': 'YrT8XhojQfuqnp7P57VbNw', 'content-encoding': 'gzip', 'transfer-encoding': 'chunked', 'x-rapidapi-region': 'AWS - us-east-1', 'x-rapidapi-version': '1.2.8', 'x-rapidapi-request-id': 'abe75f2b0f5c856fa3e74a56aae69f381d8e65a1f41aa243defaf6c91e4218df', 'x-ratelimit-requests-limit': '500', 'x-ratelimit-requests-reset': '563284', 'x-ratelimit-requests-remaining': '259', 'x-ratelimit-rapid-free-plans-hard-limit-limit': '500000', 'x-ratelimit-rapid-free-plans-hard-limit-reset': '563284', 'x-ratelimit-rapid-free-plans-hard-limit-remaining': '499993'}, 'status_code': 200}\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: {'summary': [{'audio_type': 'licensed_music', 'caption': 'Get a Uber Eats Gift Card in Bio 👻 \\n\\nVia - anniikaly - tiktok\\n#puffpastry #halloween #halloweensnacks', 'code': 'DBLEk_5AjMS', 'comment_count': 18, 'engagement_score': 0.02704492952420906, 'full_name': 'Food content!! 🍪', 'has_audio': True, 'hashtags': ['#puffpastry', '#halloween', '#halloweensnacks'], 'like_count': 9799, 'media_id': 3479895271763227410, 'play_count': 362323, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'reshare_count': 1388, 'username': 'foodfypp', 'video_duration': 16.466, 'virality_score': 0.0038308360220024673}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkYevkiNUac', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'LuckyVitamin', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/213857744_3029393150674045_7547597034660603463_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=TeP9cSuYv0cQ7kNvgEvJeKO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAy1wTJ4m2nHd3VznvrcPFKrAb3ukgmNQHggGvJctmQyQ&oe=6762FFB5&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'luckyvitamin', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DAyJDK4Pwvd', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'آموزش زبان انگلیسی کودکان', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/387270323_6573330999441181_3441252959394028655_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=4OHzKE61AOMQ7kNvgFbGcWx&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB5lNXx1Na6rtSKfPjaEsEm-fXAJUegsi2pQzl7XvGWYw&oe=6762E631&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'bitsylingo', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBbcWeYt7_K', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Birkuntakinte', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/348673840_1269076610377415_7157506508739965106_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=5eAEvzHKbNIQ7kNvgFuPo9W&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYD9c5_V53ab3alEj-ewnG5g687ig07iPCJ4ibY03Sma4A&oe=6762D52C&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'birkuntakinte', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'B4R78v3nENq', 'comment_count': 0, 'engagement_score': 0, 'full_name': \"Let'tsTrend\", 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/37789904_185824435621711_8110917026916073472_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=W1qiBI719T0Q7kNvgH-YsZh&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBabH6exiDFMeLvi8n7i0sGY3CHd4x6F4xVfFKWluFwGg&oe=6762E242&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'letstrending', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkZCUbmJP7N', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Tara Nielsen', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/166797990_253392396479737_5286543464257087081_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=b4RTZjGJkMQQ7kNvgHrYcAK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBAJEv7vcb2Bcst85q1NsBiB3ZdCm7CCJROeZazkQ9clw&oe=6762D6AB&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'tinkey76', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkWzPYJBrkX', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Jane de Graaff', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/153608560_3596815090403567_7549310811126841645_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=UEv_weTgsJ0Q7kNvgGmktLt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAQSG-WoX-hUqWSk4KMrxsVVQpcZZQFf-HiUOoPWG5M8g&oe=6762D88F&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'janedegraaff', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CU4E_TMI-A_', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Merja Erkstam', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/364315025_247090971471852_6347966186590998924_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=oj5Dn4au0QkQ7kNvgG2ilBN&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYA3uUzoMDLYeh2RGp-i35X56BNjRAq_cQI_k6fKS-TTHw&oe=6762EEC2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'mvh.merja', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CUocSJYsU2d', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Rawnice Superfoods', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/133203232_433591377814205_1124774093177051442_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=363X1jAjd8YQ7kNvgE_ol7L&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAnG8_xRmPSJC1oAiNGCvafh-4JeN7qYVBt3E7It461fA&oe=6762E3C2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'rawnice', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVtyTF8peQW', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Sam Cobb', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/122930570_369889317561645_4980275033854379030_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=N5-0vEg8dCMQ7kNvgGGMfN4&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDqrT2qapbpNr6pg95Aww1jOyT9EBqYSKbhse9iLIFrsw&oe=6762E281&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'samcobb78', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBr3nusREUV', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Brady Worster', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469707846_604802598601020_7166110101862560885_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=NqtxIxV-9DYQ7kNvgHXvSOi&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBuyWUF4o4pWjk3rUKn0PjfSMMwXC0xuF3qCoOWahKijA&oe=6762E484&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'bradybworster', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'licensed_music', 'caption': 'So good 🤩🍎\\nVia - createdbyjoyy - tiktok\\n#halloweensnacks', 'code': 'DA7-1zbxRhm', 'comment_count': 96, 'engagement_score': 0.06461701896869657, 'full_name': 'Food content!! 🍪', 'has_audio': True, 'hashtags': ['#halloweensnacks'], 'like_count': 150118, 'media_id': 3475647913689159782, 'play_count': 2323196, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'reshare_count': 25446, 'username': 'foodfypp', 'video_duration': 19.033, 'virality_score': 0.010953014726265024}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'Cy9H8_csnAj', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Audrey Mitchell', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469056730_922157239888444_5480583852067514129_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=PjHy3UBVWNYQ7kNvgG3aBgl&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCiDKJElrDLj0NaY0uBoSisYqhLTk_iYKM4qJ4BKz-G7w&oe=6762F226&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'nappies_n_lipgloss', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBwU-K1oUdj', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Pedagog Patrullen', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/395577138_687016896717700_3486240036097691016_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=NQG8LN8ypP0Q7kNvgE25iHR&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB21f8Lifu7Ju8_U9hX6noCl_PtA4nlAwW2wbREcXsnCA&oe=6762ED4A&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'pedagogpatrullen', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CGJ85IyAhAI', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Kathrin | Backen macht glücklich ❤', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/13658426_133148483784858_1483257442_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=y19S-9tgas4Q7kNvgEG76x3&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCWEj4lTS_e1eF9YT8O3f_fn4rsY_wfyjKOcRft_Kn86Q&oe=6762E057&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'backenmachtgluecklich.de', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVS8PbfsHl-', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Dr. Oetker Deutschland', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/11327148_1139597572723582_1237569364_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=C7X0Wst0y8EQ7kNvgHj1pdt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBnciF00PG6lnPM9kyNmYwElJD1Qimm-1XbGHcYWy007Q&oe=6762EDB6&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'dr.oetker_deutschland', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVfpEy0KKe9', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Einfach Tasty', 'has_audio': True, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/322932417_3000370060267383_4887401434263721246_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=JIbGWAmCpDUQ7kNvgEaS0eJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDf1MOw8O4VHj9wtei0LJ7Hh-mzmE4g0e7hvPJJzDJWTg&oe=6762F4E2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'einfachtasty', 'video_duration': 59.033, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVtVCOyJJPA', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Emmy Eats It All', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/231489933_563800788128619_5531120586465804274_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=Kwer3RmDxkYQ7kNvgGMV6dO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDs-vV9adTGpVEMWrKEErzA5Xwz6C_Q_RbWW7tyGV8NBw&oe=6762F5EE&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'emmyeatsitall', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkbEKmCs4YD', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Vermont Farmstead Cheese Co', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/10607989_1536024733300761_645455374_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=6gfBiS8Uqt4Q7kNvgFOtEZ6&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBCEOLd8_Mh_u-Kd6fwlJh2pUJ-F6SpxMGHIhJs3x0ixg&oe=6762E4E0&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'vtfarmsteadcheese', 'video_duration': 0, 'virality_score': 0}]}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DAyJDK4Pwvd', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'آموزش زبان انگلیسی کودکان', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/387270323_6573330999441181_3441252959394028655_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=4OHzKE61AOMQ7kNvgFbGcWx&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB5lNXx1Na6rtSKfPjaEsEm-fXAJUegsi2pQzl7XvGWYw&oe=6762E631&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'bitsylingo', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkYevkiNUac', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'LuckyVitamin', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/213857744_3029393150674045_7547597034660603463_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=TeP9cSuYv0cQ7kNvgEvJeKO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAy1wTJ4m2nHd3VznvrcPFKrAb3ukgmNQHggGvJctmQyQ&oe=6762FFB5&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'luckyvitamin', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'licensed_music', 'caption': 'Get a Uber Eats Gift Card in Bio 👻 \\n\\nVia - anniikaly - tiktok\\n#puffpastry #halloween #halloweensnacks', 'code': 'DBLEk_5AjMS', 'comment_count': 18, 'engagement_score': 0.02704492952420906, 'full_name': 'Food content!! 🍪', 'has_audio': True, 'hashtags': ['#puffpastry', '#halloween', '#halloweensnacks'], 'like_count': 9799, 'media_id': 3479895271763227410, 'play_count': 362323, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'reshare_count': 1388, 'username': 'foodfypp', 'video_duration': 16.466, 'virality_score': 0.0038308360220024673}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBbcWeYt7_K', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Birkuntakinte', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/348673840_1269076610377415_7157506508739965106_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=5eAEvzHKbNIQ7kNvgFuPo9W&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYD9c5_V53ab3alEj-ewnG5g687ig07iPCJ4ibY03Sma4A&oe=6762D52C&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'birkuntakinte', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooktacular Halloween Snack Ideas!\",\n", - " \"virality score\": 0,\n", - " \"engagement score\": 0,\n", - " \"description\": \"Discover fun and creative Halloween-themed snacks that will delight guests and add a spooky touch to your festive gatherings.\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious Halloween Treats for Your Party!\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and spooky Halloween snacks that will be a hit at your party, combining fun and flavor for a memorable celebration.\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"#puffpastry #halloween #halloweensnacks\",\n", - " \"virality_score\": 0.0038308360220024673,\n", - " \"engagement_score\": 0.02704492952420906,\n", - " \"description\": \"Discover spooky and delicious Halloween snacks made with puff pastry, perfect for adding a festive touch to your celebrations!\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'B4R78v3nENq', 'comment_count': 0, 'engagement_score': 0, 'full_name': \"Let'tsTrend\", 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/37789904_185824435621711_8110917026916073472_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=W1qiBI719T0Q7kNvgH-YsZh&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBabH6exiDFMeLvi8n7i0sGY3CHd4x6F4xVfFKWluFwGg&oe=6762E242&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'letstrending', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CU4E_TMI-A_', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Merja Erkstam', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/364315025_247090971471852_6347966186590998924_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=oj5Dn4au0QkQ7kNvgG2ilBN&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYA3uUzoMDLYeh2RGp-i35X56BNjRAq_cQI_k6fKS-TTHw&oe=6762EEC2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'mvh.merja', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkWzPYJBrkX', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Jane de Graaff', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/153608560_3596815090403567_7549310811126841645_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=UEv_weTgsJ0Q7kNvgGmktLt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAQSG-WoX-hUqWSk4KMrxsVVQpcZZQFf-HiUOoPWG5M8g&oe=6762D88F&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'janedegraaff', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkZCUbmJP7N', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Tara Nielsen', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/166797990_253392396479737_5286543464257087081_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=b4RTZjGJkMQQ7kNvgHrYcAK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBAJEv7vcb2Bcst85q1NsBiB3ZdCm7CCJROeZazkQ9clw&oe=6762D6AB&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'tinkey76', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVtyTF8peQW', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Sam Cobb', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/122930570_369889317561645_4980275033854379030_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=N5-0vEg8dCMQ7kNvgGGMfN4&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDqrT2qapbpNr6pg95Aww1jOyT9EBqYSKbhse9iLIFrsw&oe=6762E281&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'samcobb78', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBr3nusREUV', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Brady Worster', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469707846_604802598601020_7166110101862560885_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=NqtxIxV-9DYQ7kNvgHXvSOi&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBuyWUF4o4pWjk3rUKn0PjfSMMwXC0xuF3qCoOWahKijA&oe=6762E484&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'bradybworster', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CUocSJYsU2d', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Rawnice Superfoods', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/133203232_433591377814205_1124774093177051442_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=363X1jAjd8YQ7kNvgE_ol7L&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAnG8_xRmPSJC1oAiNGCvafh-4JeN7qYVBt3E7It461fA&oe=6762E3C2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'rawnice', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'licensed_music', 'caption': 'So good 🤩🍎\\nVia - createdbyjoyy - tiktok\\n#halloweensnacks', 'code': 'DA7-1zbxRhm', 'comment_count': 96, 'engagement_score': 0.06461701896869657, 'full_name': 'Food content!! 🍪', 'has_audio': True, 'hashtags': ['#halloweensnacks'], 'like_count': 150118, 'media_id': 3475647913689159782, 'play_count': 2323196, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'reshare_count': 25446, 'username': 'foodfypp', 'video_duration': 19.033, 'virality_score': 0.010953014726265024}\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"So good 🤩🍎\",\n", - " \"virality_score\": 0.010953014726265024,\n", - " \"engagement_score\": 0.06461701896869657,\n", - " \"description\": \"Discover the 'So good' Halloween snack idea that combines health and fun, perfect for a spooky treat!\"\n", - "}\n", - "```\n", + "Transition output: {'summary': [{'code': 'DByK3vHglSI', 'caption': 'خوراکی هالوینی به مناسبت هالوین👻🎃\\n\\nاگه توهم عاشق ای\\u200cاس\\u200cام\\u200cآری پیجمو از دست نده😉👇🏻\\n@khatisaw_asmr \\n@khatisaw_asmr \\n@khatisaw_asmr \\n\\n#asmr #asmrartist #asmrfood #mukbang #halloween #halloween_snacks #happy #ایاسامار #ای_اس_ام_آر #ایاسمار #هالووین', 'hashtags': ['#asmr', '#asmrartist', '#asmrfood', '#mukbang', '#halloween', '#halloween_snacks', '#happy', '#ایاسامار', '#ای_اس_ام_آر', '#ایاسمار', '#هالووین'], 'media_id': 3490900471793734792, 'username': 'khatisaw_asmr', 'full_name': 'ASMR | خاٰطؕݺ࣮\\u200cثٙۛاٰ | ای اس ام آر', 'has_audio': True, 'audio_type': 'original_sounds', 'like_count': 15, 'play_count': 274, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 36.942, 'virality_score': 0.0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/453733984_452269454314129_3660045369565868680_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=NttJL9SJqxgQ7kNvgGQiqD9&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAFYbuJBdVM8hTF3I1sQRCGJDSWy1rtGknClMxNB7Wb8g&oe=67ABE9AD&_nc_sid=2011ad', 'engagement_score': 0.05474452554744526}, {'code': 'CG7QNDNjazG', 'caption': 'Ready! Set! Film!\\nKolejny filmik już w przygotowaniu 👻\\n\\nNa planie nawet straszna Chupa czacha 💕 @chupachupspl\\n\\n#halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin', 'hashtags': ['#halloween', '#ytchannel', '#diy', '#chupachups', '#halloween_snacks', '#halloween_party', '#pumpkin'], 'media_id': 2430607689442503878, 'username': '4crazy_hands', 'full_name': 'No Full Name Available', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 5, 'play_count': 0, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/122271405_3676949662369294_5352096118873851662_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=dO8fE8ZIN3MQ7kNvgEw_L10&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYD688O9MqNvC3AWhO3YWANr_IJeDinBX8qovw7wEaiijQ&oe=67ABDE00&_nc_sid=2011ad', 'engagement_score': 0}, {'code': 'BomPez0HE_n', 'caption': 'Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger', 'hashtags': ['#halloween_kids', '#halloween_snacks', '#spider_donuts', '#cute_food', '#kids_snacks', '#donuts', '#για_ενα_νικολα_γινονται_ολα', '#greekmombloggerscommunity', '#greekbloggerscommunity', '#momblogger'], 'media_id': 1884261582018203623, 'username': 'elpida_touve', 'full_name': 'Elpida Touve', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 77, 'play_count': 0, 'comment_count': 6, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/475820641_405922235900340_3354549167503917651_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=BJ5jjgI1S1wQ7kNvgEa8cis&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAQ2PldBSkgIil_veixaVS6a6ZRgs1k_fmg9-2Jer3lYQ&oe=67ABC61E&_nc_sid=2011ad', 'engagement_score': 0}, {'code': 'CG9i8GshD7I', 'caption': 'There are just so cute!! 🎃🦇\\n\\n#halloween\\n#halloween_costume\\n#halloween_snacks', 'hashtags': ['#halloween', '#halloween_costume', '#halloween_snacks'], 'media_id': 2431253037789232840, 'username': 'life.by_a', 'full_name': 'No Full Name Available', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 46, 'play_count': 0, 'comment_count': 8, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/231734336_1025030578256388_2356445558213588438_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6WsYnjkiAyYQ7kNvgG_3UvF&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCTL2ZatiNXGYsh4b00nQhUxAAmfVMUZ2geexXJvD5skw&oe=67ABE3E3&_nc_sid=2011ad', 'engagement_score': 0}, {'code': 'B4KreEynrxE', 'caption': 'Halloween is just around the corner and you could create some fun party snacks with the kids or for your guests. \\nCome in to Rio Grande Supermarket and get your ingredients for all the spooktacular snacks. Buy extra candy for the trick-or-treaters.\\n\\nShurfine Cake Mix ASSORTED 16.5 OZ. 70¢\\nMazola Cooking Oil SELECT VARIETY 40 OZ. 2 FOR $5\\nLay’s or Wavy Lay’s 2 FOR $4\\nBuffalo Style Wing Sections $3.38 LB .\\n.\\n.\\n.\\n.\\n.\\n.\\n\\n#mondaymorning #happymonday #mondaymood #riograndesupermarket #canutillosupermarket #grocerystore #canutillobusiness #iamelpaso #elpasotx #itsallgoodep #recipeshoppinglist #halloweensnackideas #snackideasforkids #halloweentime #halloweenpartyideas #halloween_cupcakes #halloween_snacks #snacksforhalloween', 'hashtags': ['#mondaymorning', '#happymonday', '#mondaymood', '#riograndesupermarket', '#canutillosupermarket', '#grocerystore', '#canutillobusiness', '#iamelpaso', '#elpasotx', '#itsallgoodep', '#recipeshoppinglist', '#halloweensnackideas', '#snackideasforkids', '#halloweentime', '#halloweenpartyideas', '#halloween_cupcakes', '#halloween_snacks', '#snacksforhalloween'], 'media_id': 2164733753633455172, 'username': 'riograndesupermarket', 'full_name': 'Rio Grande Supermarket', 'has_audio': True, 'audio_type': 'No Audio Type Available', 'like_count': 8, 'play_count': 0, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 15.0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/21909505_2012064525693566_3455111339192614912_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=myA3c6JjKckQ7kNvgHiHwfB&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAx7dSZqcDmnemLgDaWR4YhVFRz9blBP-lcZU2gbkTiBQ&oe=67ABD6D3&_nc_sid=2011ad', 'engagement_score': 0}]}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'Cy9H8_csnAj', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Audrey Mitchell', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469056730_922157239888444_5480583852067514129_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=PjHy3UBVWNYQ7kNvgG3aBgl&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCiDKJElrDLj0NaY0uBoSisYqhLTk_iYKM4qJ4BKz-G7w&oe=6762F226&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'nappies_n_lipgloss', 'video_duration': 0, 'virality_score': 0}\n", + "Transition output: {'code': 'CG9i8GshD7I', 'caption': 'There are just so cute!! 🎃🦇\\n\\n#halloween\\n#halloween_costume\\n#halloween_snacks', 'hashtags': ['#halloween', '#halloween_costume', '#halloween_snacks'], 'media_id': 2431253037789232840, 'username': 'life.by_a', 'full_name': 'No Full Name Available', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 46, 'play_count': 0, 'comment_count': 8, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/231734336_1025030578256388_2356445558213588438_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6WsYnjkiAyYQ7kNvgG_3UvF&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCTL2ZatiNXGYsh4b00nQhUxAAmfVMUZ2geexXJvD5skw&oe=67ABE3E3&_nc_sid=2011ad', 'engagement_score': 0}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CGJ85IyAhAI', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Kathrin | Backen macht glücklich ❤', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/13658426_133148483784858_1483257442_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=y19S-9tgas4Q7kNvgEG76x3&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCWEj4lTS_e1eF9YT8O3f_fn4rsY_wfyjKOcRft_Kn86Q&oe=6762E057&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'backenmachtgluecklich.de', 'video_duration': 0, 'virality_score': 0}\n", + "Transition output: {'code': 'DByK3vHglSI', 'caption': 'خوراکی هالوینی به مناسبت هالوین👻🎃\\n\\nاگه توهم عاشق ای\\u200cاس\\u200cام\\u200cآری پیجمو از دست نده😉👇🏻\\n@khatisaw_asmr \\n@khatisaw_asmr \\n@khatisaw_asmr \\n\\n#asmr #asmrartist #asmrfood #mukbang #halloween #halloween_snacks #happy #ایاسامار #ای_اس_ام_آر #ایاسمار #هالووین', 'hashtags': ['#asmr', '#asmrartist', '#asmrfood', '#mukbang', '#halloween', '#halloween_snacks', '#happy', '#ایاسامار', '#ای_اس_ام_آر', '#ایاسمار', '#هالووین'], 'media_id': 3490900471793734792, 'username': 'khatisaw_asmr', 'full_name': 'ASMR | خاٰطؕݺ࣮\\u200cثٙۛاٰ | ای اس ام آر', 'has_audio': True, 'audio_type': 'original_sounds', 'like_count': 15, 'play_count': 274, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 36.942, 'virality_score': 0.0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/453733984_452269454314129_3660045369565868680_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=NttJL9SJqxgQ7kNvgGQiqD9&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAFYbuJBdVM8hTF3I1sQRCGJDSWy1rtGknClMxNB7Wb8g&oe=67ABE9AD&_nc_sid=2011ad', 'engagement_score': 0.05474452554744526}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBwU-K1oUdj', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Pedagog Patrullen', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/395577138_687016896717700_3486240036097691016_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=NQG8LN8ypP0Q7kNvgE25iHR&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB21f8Lifu7Ju8_U9hX6noCl_PtA4nlAwW2wbREcXsnCA&oe=6762ED4A&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'pedagogpatrullen', 'video_duration': 0, 'virality_score': 0}\n", + "Transition output: {'code': 'CG7QNDNjazG', 'caption': 'Ready! Set! Film!\\nKolejny filmik już w przygotowaniu 👻\\n\\nNa planie nawet straszna Chupa czacha 💕 @chupachupspl\\n\\n#halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin', 'hashtags': ['#halloween', '#ytchannel', '#diy', '#chupachups', '#halloween_snacks', '#halloween_party', '#pumpkin'], 'media_id': 2430607689442503878, 'username': '4crazy_hands', 'full_name': 'No Full Name Available', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 5, 'play_count': 0, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/122271405_3676949662369294_5352096118873851662_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=dO8fE8ZIN3MQ7kNvgEw_L10&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYD688O9MqNvC3AWhO3YWANr_IJeDinBX8qovw7wEaiijQ&oe=67ABDE00&_nc_sid=2011ad', 'engagement_score': 0}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVS8PbfsHl-', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Dr. Oetker Deutschland', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/11327148_1139597572723582_1237569364_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=C7X0Wst0y8EQ7kNvgHj1pdt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBnciF00PG6lnPM9kyNmYwElJD1Qimm-1XbGHcYWy007Q&oe=6762EDB6&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'dr.oetker_deutschland', 'video_duration': 0, 'virality_score': 0}\n", + "Transition output: {'code': 'BomPez0HE_n', 'caption': 'Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger', 'hashtags': ['#halloween_kids', '#halloween_snacks', '#spider_donuts', '#cute_food', '#kids_snacks', '#donuts', '#για_ενα_νικολα_γινονται_ολα', '#greekmombloggerscommunity', '#greekbloggerscommunity', '#momblogger'], 'media_id': 1884261582018203623, 'username': 'elpida_touve', 'full_name': 'Elpida Touve', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 77, 'play_count': 0, 'comment_count': 6, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/475820641_405922235900340_3354549167503917651_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=BJ5jjgI1S1wQ7kNvgEa8cis&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAQ2PldBSkgIil_veixaVS6a6ZRgs1k_fmg9-2Jer3lYQ&oe=67ABC61E&_nc_sid=2011ad', 'engagement_score': 0}\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", "Transition output: ```json\n", "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", + " \"caption\": \"خوراکی هالوینی به مناسبت هالوین👻🎃\",\n", + " \"virality_score\": 0.0,\n", + " \"engagement_score\": 0.05474452554744526,\n", + " \"description\": \"Discover Halloween snacks with a touch of ASMR magic, perfect for satisfying your spooky cravings!\"\n", "}\n", "```\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", "Transition output: ```json\n", "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", + " \"caption\": \"Kolejny filmik już w przygotowaniu 👻 Na planie nawet straszna Chupa czacha 💕 @chupachupspl #halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin\",\n", " \"virality_score\": 0,\n", " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", + " \"description\": \"Get ready for our next Halloween-themed reel featuring spooky DIY Halloween snacks with a special twist from Chupa Chups!\"\n", "}\n", "```\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", "Transition output: ```json\n", "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", + " \"caption\": \"Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger\",\n", " \"virality_score\": 0,\n", " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", + " \"description\": \"Transform your afternoon snack into a fun and delicious Halloween treat with spider-themed donuts!\"\n", "}\n", "```\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", "Transition output: ```json\n", "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", + " \"caption\": \"There are just so cute!! 🎃🦇\",\n", " \"virality_score\": 0,\n", " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", + " \"description\": \"Discover adorable Halloween snacks perfect for your spooky celebration! 🎃🦇\"\n", "}\n", "```\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVfpEy0KKe9', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Einfach Tasty', 'has_audio': True, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/322932417_3000370060267383_4887401434263721246_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=JIbGWAmCpDUQ7kNvgEaS0eJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDf1MOw8O4VHj9wtei0LJ7Hh-mzmE4g0e7hvPJJzDJWTg&oe=6762F4E2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'einfachtasty', 'video_duration': 59.033, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVtVCOyJJPA', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Emmy Eats It All', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/231489933_563800788128619_5531120586465804274_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=Kwer3RmDxkYQ7kNvgGMV6dO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDs-vV9adTGpVEMWrKEErzA5Xwz6C_Q_RbWW7tyGV8NBw&oe=6762F5EE&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'emmyeatsitall', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkbEKmCs4YD', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Vermont Farmstead Cheese Co', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/10607989_1536024733300761_645455374_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=6gfBiS8Uqt4Q7kNvgFOtEZ6&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBCEOLd8_Mh_u-Kd6fwlJh2pUJ-F6SpxMGHIhJs3x0ixg&oe=6762E4E0&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'vtfarmsteadcheese', 'video_duration': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", - "}\n", - "```\n", + "Transition output: {'code': 'B4KreEynrxE', 'caption': 'Halloween is just around the corner and you could create some fun party snacks with the kids or for your guests. \\nCome in to Rio Grande Supermarket and get your ingredients for all the spooktacular snacks. Buy extra candy for the trick-or-treaters.\\n\\nShurfine Cake Mix ASSORTED 16.5 OZ. 70¢\\nMazola Cooking Oil SELECT VARIETY 40 OZ. 2 FOR $5\\nLay’s or Wavy Lay’s 2 FOR $4\\nBuffalo Style Wing Sections $3.38 LB .\\n.\\n.\\n.\\n.\\n.\\n.\\n\\n#mondaymorning #happymonday #mondaymood #riograndesupermarket #canutillosupermarket #grocerystore #canutillobusiness #iamelpaso #elpasotx #itsallgoodep #recipeshoppinglist #halloweensnackideas #snackideasforkids #halloweentime #halloweenpartyideas #halloween_cupcakes #halloween_snacks #snacksforhalloween', 'hashtags': ['#mondaymorning', '#happymonday', '#mondaymood', '#riograndesupermarket', '#canutillosupermarket', '#grocerystore', '#canutillobusiness', '#iamelpaso', '#elpasotx', '#itsallgoodep', '#recipeshoppinglist', '#halloweensnackideas', '#snackideasforkids', '#halloweentime', '#halloweenpartyideas', '#halloween_cupcakes', '#halloween_snacks', '#snacksforhalloween'], 'media_id': 2164733753633455172, 'username': 'riograndesupermarket', 'full_name': 'Rio Grande Supermarket', 'has_audio': True, 'audio_type': 'No Audio Type Available', 'like_count': 8, 'play_count': 0, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 15.0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/21909505_2012064525693566_3455111339192614912_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=myA3c6JjKckQ7kNvgHiHwfB&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAx7dSZqcDmnemLgDaWR4YhVFRz9blBP-lcZU2gbkTiBQ&oe=67ABD6D3&_nc_sid=2011ad', 'engagement_score': 0}\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", "Transition output: ```json\n", "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", + " \"caption\": \"Get ready for a spooktacular Halloween with fun and easy snack ideas! 🎃👻🧁 Visit Rio Grande Supermarket to stock up on treats and ingredients for your Halloween party or trick-or-treaters. #HalloweenSnacks #RioGrandeSupermarket\",\n", " \"virality_score\": 0,\n", " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\n", + " \"description\": \"Discover delightful Halloween snack ideas that are perfect for kids and parties. Shop at Rio Grande Supermarket for all your spooky treat essentials, from cake mix to candies.\"\n", "}\n", "```\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: ['```json\\n{\\n \"caption\": \"#puffpastry #halloween #halloweensnacks\",\\n \"virality_score\": 0.0038308360220024673,\\n \"engagement_score\": 0.02704492952420906,\\n \"description\": \"Discover spooky and delicious Halloween snacks made with puff pastry, perfect for adding a festive touch to your celebrations!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooktacular Halloween Snack Ideas!\",\\n \"virality score\": 0,\\n \"engagement score\": 0,\\n \"description\": \"Discover fun and creative Halloween-themed snacks that will delight guests and add a spooky touch to your festive gatherings.\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious Halloween Treats for Your Party!\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and spooky Halloween snacks that will be a hit at your party, combining fun and flavor for a memorable celebration.\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"So good 🤩🍎\",\\n \"virality_score\": 0.010953014726265024,\\n \"engagement_score\": 0.06461701896869657,\\n \"description\": \"Discover the \\'So good\\' Halloween snack idea that combines health and fun, perfect for a spooky treat!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\"\\n}\\n```']\n", + "Transition output: ['```json\\n{\\n \"caption\": \"خوراکی هالوینی به مناسبت هالوین👻🎃\",\\n \"virality_score\": 0.0,\\n \"engagement_score\": 0.05474452554744526,\\n \"description\": \"Discover Halloween snacks with a touch of ASMR magic, perfect for satisfying your spooky cravings!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Kolejny filmik już w przygotowaniu 👻 Na planie nawet straszna Chupa czacha 💕 @chupachupspl #halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Get ready for our next Halloween-themed reel featuring spooky DIY Halloween snacks with a special twist from Chupa Chups!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Transform your afternoon snack into a fun and delicious Halloween treat with spider-themed donuts!\"\\n}\\n```', '```json\\n{\\n \"caption\": \"There are just so cute!! 🎃🦇\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Discover adorable Halloween snacks perfect for your spooky celebration! 🎃🦇\"\\n}\\n```', '```json\\n{\\n \"caption\": \"Get ready for a spooktacular Halloween with fun and easy snack ideas! 🎃👻🧁 Visit Rio Grande Supermarket to stock up on treats and ingredients for your Halloween party or trick-or-treaters. #HalloweenSnacks #RioGrandeSupermarket\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Discover delightful Halloween snack ideas that are perfect for kids and parties. Shop at Rio Grande Supermarket for all your spooky treat essentials, from cake mix to candies.\"\\n}\\n```']\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: {'description': [{'caption': '#puffpastry #halloween #halloweensnacks', 'description': 'Discover spooky and delicious Halloween snacks made with puff pastry, perfect for adding a festive touch to your celebrations!', 'engagement_score': 0.02704492952420906, 'virality_score': 0.0038308360220024673}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooktacular Halloween Snack Ideas!', 'description': 'Discover fun and creative Halloween-themed snacks that will delight guests and add a spooky touch to your festive gatherings.', 'engagement score': 0, 'virality score': 0}, {'caption': 'Spooky & Delicious Halloween Treats for Your Party!', 'description': 'Explore creative and spooky Halloween snacks that will be a hit at your party, combining fun and flavor for a memorable celebration.', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'So good 🤩🍎', 'description': \"Discover the 'So good' Halloween snack idea that combines health and fun, perfect for a spooky treat!\", 'engagement_score': 0.06461701896869657, 'virality_score': 0.010953014726265024}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}], 'summary': [{'audio_type': 'licensed_music', 'caption': 'Get a Uber Eats Gift Card in Bio 👻 \\n\\nVia - anniikaly - tiktok\\n#puffpastry #halloween #halloweensnacks', 'code': 'DBLEk_5AjMS', 'comment_count': 18, 'engagement_score': 0.02704492952420906, 'full_name': 'Food content!! 🍪', 'has_audio': True, 'hashtags': ['#puffpastry', '#halloween', '#halloweensnacks'], 'like_count': 9799, 'media_id': 3479895271763227410, 'play_count': 362323, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'reshare_count': 1388, 'username': 'foodfypp', 'video_duration': 16.466, 'virality_score': 0.0038308360220024673}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkYevkiNUac', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'LuckyVitamin', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/213857744_3029393150674045_7547597034660603463_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=TeP9cSuYv0cQ7kNvgEvJeKO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAy1wTJ4m2nHd3VznvrcPFKrAb3ukgmNQHggGvJctmQyQ&oe=6762FFB5&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'luckyvitamin', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DAyJDK4Pwvd', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'آموزش زبان انگلیسی کودکان', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/387270323_6573330999441181_3441252959394028655_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=4OHzKE61AOMQ7kNvgFbGcWx&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB5lNXx1Na6rtSKfPjaEsEm-fXAJUegsi2pQzl7XvGWYw&oe=6762E631&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'bitsylingo', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBbcWeYt7_K', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Birkuntakinte', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/348673840_1269076610377415_7157506508739965106_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=5eAEvzHKbNIQ7kNvgFuPo9W&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYD9c5_V53ab3alEj-ewnG5g687ig07iPCJ4ibY03Sma4A&oe=6762D52C&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'birkuntakinte', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'B4R78v3nENq', 'comment_count': 0, 'engagement_score': 0, 'full_name': \"Let'tsTrend\", 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/37789904_185824435621711_8110917026916073472_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=W1qiBI719T0Q7kNvgH-YsZh&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBabH6exiDFMeLvi8n7i0sGY3CHd4x6F4xVfFKWluFwGg&oe=6762E242&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'letstrending', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkZCUbmJP7N', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Tara Nielsen', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/166797990_253392396479737_5286543464257087081_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=b4RTZjGJkMQQ7kNvgHrYcAK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBAJEv7vcb2Bcst85q1NsBiB3ZdCm7CCJROeZazkQ9clw&oe=6762D6AB&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'tinkey76', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkWzPYJBrkX', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Jane de Graaff', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/153608560_3596815090403567_7549310811126841645_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=UEv_weTgsJ0Q7kNvgGmktLt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAQSG-WoX-hUqWSk4KMrxsVVQpcZZQFf-HiUOoPWG5M8g&oe=6762D88F&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'janedegraaff', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CU4E_TMI-A_', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Merja Erkstam', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/364315025_247090971471852_6347966186590998924_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=oj5Dn4au0QkQ7kNvgG2ilBN&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYA3uUzoMDLYeh2RGp-i35X56BNjRAq_cQI_k6fKS-TTHw&oe=6762EEC2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'mvh.merja', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CUocSJYsU2d', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Rawnice Superfoods', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/133203232_433591377814205_1124774093177051442_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=363X1jAjd8YQ7kNvgE_ol7L&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAnG8_xRmPSJC1oAiNGCvafh-4JeN7qYVBt3E7It461fA&oe=6762E3C2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'rawnice', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVtyTF8peQW', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Sam Cobb', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/122930570_369889317561645_4980275033854379030_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=N5-0vEg8dCMQ7kNvgGGMfN4&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDqrT2qapbpNr6pg95Aww1jOyT9EBqYSKbhse9iLIFrsw&oe=6762E281&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'samcobb78', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBr3nusREUV', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Brady Worster', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469707846_604802598601020_7166110101862560885_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=NqtxIxV-9DYQ7kNvgHXvSOi&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBuyWUF4o4pWjk3rUKn0PjfSMMwXC0xuF3qCoOWahKijA&oe=6762E484&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'bradybworster', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'licensed_music', 'caption': 'So good 🤩🍎\\nVia - createdbyjoyy - tiktok\\n#halloweensnacks', 'code': 'DA7-1zbxRhm', 'comment_count': 96, 'engagement_score': 0.06461701896869657, 'full_name': 'Food content!! 🍪', 'has_audio': True, 'hashtags': ['#halloweensnacks'], 'like_count': 150118, 'media_id': 3475647913689159782, 'play_count': 2323196, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'reshare_count': 25446, 'username': 'foodfypp', 'video_duration': 19.033, 'virality_score': 0.010953014726265024}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'Cy9H8_csnAj', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Audrey Mitchell', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469056730_922157239888444_5480583852067514129_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=PjHy3UBVWNYQ7kNvgG3aBgl&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCiDKJElrDLj0NaY0uBoSisYqhLTk_iYKM4qJ4BKz-G7w&oe=6762F226&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'nappies_n_lipgloss', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBwU-K1oUdj', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Pedagog Patrullen', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/395577138_687016896717700_3486240036097691016_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=NQG8LN8ypP0Q7kNvgE25iHR&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB21f8Lifu7Ju8_U9hX6noCl_PtA4nlAwW2wbREcXsnCA&oe=6762ED4A&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'pedagogpatrullen', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CGJ85IyAhAI', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Kathrin | Backen macht glücklich ❤', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/13658426_133148483784858_1483257442_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=y19S-9tgas4Q7kNvgEG76x3&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCWEj4lTS_e1eF9YT8O3f_fn4rsY_wfyjKOcRft_Kn86Q&oe=6762E057&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'backenmachtgluecklich.de', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVS8PbfsHl-', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Dr. Oetker Deutschland', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/11327148_1139597572723582_1237569364_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=C7X0Wst0y8EQ7kNvgHj1pdt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBnciF00PG6lnPM9kyNmYwElJD1Qimm-1XbGHcYWy007Q&oe=6762EDB6&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'dr.oetker_deutschland', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVfpEy0KKe9', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Einfach Tasty', 'has_audio': True, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/322932417_3000370060267383_4887401434263721246_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=JIbGWAmCpDUQ7kNvgEaS0eJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDf1MOw8O4VHj9wtei0LJ7Hh-mzmE4g0e7hvPJJzDJWTg&oe=6762F4E2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'einfachtasty', 'video_duration': 59.033, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVtVCOyJJPA', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Emmy Eats It All', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/231489933_563800788128619_5531120586465804274_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=Kwer3RmDxkYQ7kNvgGMV6dO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDs-vV9adTGpVEMWrKEErzA5Xwz6C_Q_RbWW7tyGV8NBw&oe=6762F5EE&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'emmyeatsitall', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkbEKmCs4YD', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Vermont Farmstead Cheese Co', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/10607989_1536024733300761_645455374_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=6gfBiS8Uqt4Q7kNvgFOtEZ6&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBCEOLd8_Mh_u-Kd6fwlJh2pUJ-F6SpxMGHIhJs3x0ixg&oe=6762E4E0&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'vtfarmsteadcheese', 'video_duration': 0, 'virality_score': 0}]}\n", + "Transition output: {'summary': [{'code': 'DByK3vHglSI', 'caption': 'خوراکی هالوینی به مناسبت هالوین👻🎃\\n\\nاگه توهم عاشق ای\\u200cاس\\u200cام\\u200cآری پیجمو از دست نده😉👇🏻\\n@khatisaw_asmr \\n@khatisaw_asmr \\n@khatisaw_asmr \\n\\n#asmr #asmrartist #asmrfood #mukbang #halloween #halloween_snacks #happy #ایاسامار #ای_اس_ام_آر #ایاسمار #هالووین', 'hashtags': ['#asmr', '#asmrartist', '#asmrfood', '#mukbang', '#halloween', '#halloween_snacks', '#happy', '#ایاسامار', '#ای_اس_ام_آر', '#ایاسمار', '#هالووین'], 'media_id': 3490900471793734792, 'username': 'khatisaw_asmr', 'full_name': 'ASMR | خاٰطؕݺ࣮\\u200cثٙۛاٰ | ای اس ام آر', 'has_audio': True, 'audio_type': 'original_sounds', 'like_count': 15, 'play_count': 274, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 36.942, 'virality_score': 0.0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/453733984_452269454314129_3660045369565868680_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=NttJL9SJqxgQ7kNvgGQiqD9&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAFYbuJBdVM8hTF3I1sQRCGJDSWy1rtGknClMxNB7Wb8g&oe=67ABE9AD&_nc_sid=2011ad', 'engagement_score': 0.05474452554744526}, {'code': 'CG7QNDNjazG', 'caption': 'Ready! Set! Film!\\nKolejny filmik już w przygotowaniu 👻\\n\\nNa planie nawet straszna Chupa czacha 💕 @chupachupspl\\n\\n#halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin', 'hashtags': ['#halloween', '#ytchannel', '#diy', '#chupachups', '#halloween_snacks', '#halloween_party', '#pumpkin'], 'media_id': 2430607689442503878, 'username': '4crazy_hands', 'full_name': 'No Full Name Available', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 5, 'play_count': 0, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/122271405_3676949662369294_5352096118873851662_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=dO8fE8ZIN3MQ7kNvgEw_L10&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYD688O9MqNvC3AWhO3YWANr_IJeDinBX8qovw7wEaiijQ&oe=67ABDE00&_nc_sid=2011ad', 'engagement_score': 0}, {'code': 'BomPez0HE_n', 'caption': 'Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger', 'hashtags': ['#halloween_kids', '#halloween_snacks', '#spider_donuts', '#cute_food', '#kids_snacks', '#donuts', '#για_ενα_νικολα_γινονται_ολα', '#greekmombloggerscommunity', '#greekbloggerscommunity', '#momblogger'], 'media_id': 1884261582018203623, 'username': 'elpida_touve', 'full_name': 'Elpida Touve', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 77, 'play_count': 0, 'comment_count': 6, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/475820641_405922235900340_3354549167503917651_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=BJ5jjgI1S1wQ7kNvgEa8cis&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAQ2PldBSkgIil_veixaVS6a6ZRgs1k_fmg9-2Jer3lYQ&oe=67ABC61E&_nc_sid=2011ad', 'engagement_score': 0}, {'code': 'CG9i8GshD7I', 'caption': 'There are just so cute!! 🎃🦇\\n\\n#halloween\\n#halloween_costume\\n#halloween_snacks', 'hashtags': ['#halloween', '#halloween_costume', '#halloween_snacks'], 'media_id': 2431253037789232840, 'username': 'life.by_a', 'full_name': 'No Full Name Available', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 46, 'play_count': 0, 'comment_count': 8, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/231734336_1025030578256388_2356445558213588438_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6WsYnjkiAyYQ7kNvgG_3UvF&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCTL2ZatiNXGYsh4b00nQhUxAAmfVMUZ2geexXJvD5skw&oe=67ABE3E3&_nc_sid=2011ad', 'engagement_score': 0}, {'code': 'B4KreEynrxE', 'caption': 'Halloween is just around the corner and you could create some fun party snacks with the kids or for your guests. \\nCome in to Rio Grande Supermarket and get your ingredients for all the spooktacular snacks. Buy extra candy for the trick-or-treaters.\\n\\nShurfine Cake Mix ASSORTED 16.5 OZ. 70¢\\nMazola Cooking Oil SELECT VARIETY 40 OZ. 2 FOR $5\\nLay’s or Wavy Lay’s 2 FOR $4\\nBuffalo Style Wing Sections $3.38 LB .\\n.\\n.\\n.\\n.\\n.\\n.\\n\\n#mondaymorning #happymonday #mondaymood #riograndesupermarket #canutillosupermarket #grocerystore #canutillobusiness #iamelpaso #elpasotx #itsallgoodep #recipeshoppinglist #halloweensnackideas #snackideasforkids #halloweentime #halloweenpartyideas #halloween_cupcakes #halloween_snacks #snacksforhalloween', 'hashtags': ['#mondaymorning', '#happymonday', '#mondaymood', '#riograndesupermarket', '#canutillosupermarket', '#grocerystore', '#canutillobusiness', '#iamelpaso', '#elpasotx', '#itsallgoodep', '#recipeshoppinglist', '#halloweensnackideas', '#snackideasforkids', '#halloweentime', '#halloweenpartyideas', '#halloween_cupcakes', '#halloween_snacks', '#snacksforhalloween'], 'media_id': 2164733753633455172, 'username': 'riograndesupermarket', 'full_name': 'Rio Grande Supermarket', 'has_audio': True, 'audio_type': 'No Audio Type Available', 'like_count': 8, 'play_count': 0, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 15.0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/21909505_2012064525693566_3455111339192614912_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=myA3c6JjKckQ7kNvgHiHwfB&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAx7dSZqcDmnemLgDaWR4YhVFRz9blBP-lcZU2gbkTiBQ&oe=67ABD6D3&_nc_sid=2011ad', 'engagement_score': 0}], 'description': [{'caption': 'خوراکی هالوینی به مناسبت هالوین👻🎃', 'description': 'Discover Halloween snacks with a touch of ASMR magic, perfect for satisfying your spooky cravings!', 'virality_score': 0.0, 'engagement_score': 0.05474452554744526}, {'caption': 'Kolejny filmik już w przygotowaniu 👻 Na planie nawet straszna Chupa czacha 💕 @chupachupspl #halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin', 'description': 'Get ready for our next Halloween-themed reel featuring spooky DIY Halloween snacks with a special twist from Chupa Chups!', 'virality_score': 0, 'engagement_score': 0}, {'caption': 'Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger', 'description': 'Transform your afternoon snack into a fun and delicious Halloween treat with spider-themed donuts!', 'virality_score': 0, 'engagement_score': 0}, {'caption': 'There are just so cute!! 🎃🦇', 'description': 'Discover adorable Halloween snacks perfect for your spooky celebration! 🎃🦇', 'virality_score': 0, 'engagement_score': 0}, {'caption': 'Get ready for a spooktacular Halloween with fun and easy snack ideas! 🎃👻🧁 Visit Rio Grande Supermarket to stock up on treats and ingredients for your Halloween party or trick-or-treaters. #HalloweenSnacks #RioGrandeSupermarket', 'description': 'Discover delightful Halloween snack ideas that are perfect for kids and parties. Shop at Rio Grande Supermarket for all your spooky treat essentials, from cake mix to candies.', 'virality_score': 0, 'engagement_score': 0}]}\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: [{'content': ['Save both time and money with [product].', 'Save both time and money on [task].', 'Is [product] worth the price? Let’s find out!', 'Why is it challenging and costly to find a good [product category]?', 'Searching for an affordable [product type]? Check this out!', 'How to locate an affordable [service].', 'I can’t believe this costs only [price].', \"Don't waste your money on [X]; instead buy [X].\", 'What’s inside [product]?', 'Common questions I get about [product].', 'Now you can get X delivered right to your door.', 'Thinking of trying [product type]?', 'Allow me to introduce you to [product].', '[category] Tip #X.', 'Here’s how to achieve [value prop].', 'I know this sounds unbelievable, but…', 'How to get X done in just 10 minutes.', 'How to find time for X.', 'Here’s my biggest life hack for X.', 'Add more [value prop] to your day.', 'Before you try [product type], watch this first.', 'Hate [the worse alternative]? Give this a try!', 'Thinking about [worse alternative]?', 'Instead of [worse alternative], try this.', 'Still using [the worse alternative to the product]? Watch this.', 'Something that’s always annoyed me about X.', 'Don’t buy X that doesn’t work. Try this instead.', 'I tested every [product category] so you don’t have to: here’s what I found.', 'Stop doing [worse alternative]. Try [product] instead.', 'Dealing with [negative experience]? I used [product] to help.', 'Why millennials are switching to [product].', 'How to do X without [worse alternative].', 'I only get my [product category] from [brand name].', 'I no longer buy my [product category] from [worse alternative].', '[Worse alternative] can be difficult to deal with.', 'Your new X alternative.', '[value prop] without the [negative side effect].', 'I kept experiencing [pain point], so I tried this instead!', 'If you have [pain point] — you need to see this!', 'I wanted to stop doing X, so I tried this instead.', \"Your X isn't [adverb]; you just need X.\", 'My secret to [popular trend] revealed!', 'Guys, it’s here…', 'What I ordered vs. what I received.', '[Product] unboxing.', 'Let’s create X with [product].', 'POV: You tried [product].', 'A day in the life of X.', 'Get ready with me to do [task].', '“Put a finger down” [product category] edition.', 'Trying home remedies for X.', '[Product category] ASMR.', 'TikTok made me try [product].', 'Things TikTok made me try #13.', 'This [product type] is going viral on [social media platform].', 'I tested the viral [product type] to see if it lives up to the hype.', 'This [product type] has over 5,000 reviews… let’s see if it’s worth it.', '[Publication] can’t stop raving about us.', 'It’s so good it sold out in a week.', 'Are you [accomplishing the goal optimally]?', 'Life Hack: Try [product] for [pain point].', 'My go-to [product] for [pain point].', 'How to easily [task].', '[Task] has never been easier than with [product].', 'My favorite [product] to make [hard task] simpler.', 'Here’s my top product for [task].', 'Struggling to do [task]?', 'I’ve been struggling with [task], but [product] has really helped.', 'Easiest way to do [task]?', 'Make your week easier.', 'Why adults avoid [task]… [product] makes it easy.', '[Product] made [task] so much easier! You’ve got to try it.', 'When I use [product], it’s one less thing I have to worry about.', 'How to do [X] in half the time.', 'This trick/hack/method will save you hours...', 'Easy hack to [X]...', 'Simple [X] that will make you [X].', '5 Ways [product] Helps with [pain point].', '3 reasons to buy [product].', '3 reasons to try [service].', 'Get [value prop] in 3 steps.', 'Here are 3 ways [worse alternative] affects your life.', '5 things you didn’t know about [topic].', 'The ultimate [X] checklist to [action].', 'Reasons why [X].', 'Here are the 3 best ways to [X].', 'Here are [X] mistakes you might be making...', 'If you want [X], do these 5 things...', 'The internet’s #1 [product type].', 'The best way to [accomplish the goal of the product].', 'What makes [the product type] the best?', 'My skin has never looked better with [product].', 'The best way to find X in 2022.', '[Product] changed how I do [task], and I’m never going back.', 'Why is [product] so good though?', 'After hours of researching, I found the best [product type] for [task].', 'I found the best [product category] for [value prop].', 'This is going to blow your mind.', 'How I got [X] in 24 hours.', 'Must-have [products] for [X].', \"The best [target audience] know something that you don't.\", 'Hey, [customer type], you’ve got to try this.', 'People looking for [product category], stop scrolling.', 'Wait, have you tried X?', 'Take control of your X with [product].', 'Imagine if X was also X.', 'Watch this if you X.', 'PSA: [statement about product category].', 'Did you know? [fact about product category].', 'I just found out [fact about product category].', 'Are you one of [fact about product category] people who do X?', 'New customers get [discount].', 'Take [discount] off when you try [product].', 'I didn’t know X could be related to X.', 'Why is it important to [do product-related task]?', \"99\\\\% of your [target audience] don't. To be the 1% you need to [X].\", 'This [product] is the secret to [X].', 'Is there anything worse than [X]?', 'I will never [adjective] from learning this.', 'X people start scrolling. I have the perfect [X] for you.', \"Here's a challenge for you...\", \"There's nothing more painful than [X].\", 'What would you do if...', 'Watch till the end…', \"Why you're failing at [activity].\", 'The worst mistake you can make in [subject].', 'Avoid these common pitfalls in [topic].', 'The dark side of [popular trend].', \"Don't be fooled by [misconception].\", 'Why [common practice] is ruining your [outcome].', 'What no one tells you about [issue].', 'The hidden dangers of [activity].', 'Stop doing this if you want to succeed in [field].', 'The ugly truth about [common belief].', 'Why [habit] is wasting your time.', 'Exposing the myths about [topic].', \"The biggest regret you'll have in [situation].\", 'How [action] is destroying your [goal].', 'The shocking reality of [popular topic].', 'Why [trend] is a bad idea.', \"The real reason you're not seeing results in [field].\", 'The downside of [seemingly positive aspect].', 'What you should never do in [activity].', 'Why [common advice] is actually harmful.'], 'created_at': '2024-12-14T05:38:37.813940Z', 'embeddings': [[-0.020463481545448303, -0.022114261984825134, 0.005957543384283781, -0.019847268238663673, 0.02078910730779171, 0.014834837056696417, 0.025908516719937325, -0.02830399200320244, -0.0027409230824559927, 0.0704258605837822, 0.002919309539720416, -0.02904018945991993, -0.06485340744256973, 0.0024606012739241123, -0.005627934820950031, -0.006605963688343763, 0.02427755482494831, 0.04965374246239662, 0.053878385573625565, 0.01305336132645607, -0.02812277525663376, 0.03149795904755592, -0.02244272269308567, -0.02192738465964794, -0.047433819621801376, 0.014384182170033457, 0.02919875644147396, 0.0077166324481368065, -0.003959897439926863, 0.02613503858447075, -0.01329970546066761, -0.08718852698802948, -0.010135468095541, -0.009958497248589993, 0.009601724334061146, 0.005057116039097309, 0.007496480830013752, -0.019520580768585205, 0.03415393829345703, -0.053165193647146225, 0.02926105074584484, -0.020522942766547203, -0.040547534823417664, 0.03818037733435631, -0.05503365397453308, -0.006931590382009745, 0.031900037080049515, -0.0009761705878190696, -0.03421056643128395, -0.017402594909071922, -0.022159568965435028, -0.013454023748636246, -0.011923580430448055, -0.011442219838500025, -0.02185942605137825, 0.02795429900288582, -0.020080870017409325, -0.013591352850198746, -0.05174907669425011, -0.0258009172976017, -0.03814639523625374, 0.013710277155041696, 0.029494650661945343, 0.008766422048211098, -0.03742152452468872, -0.0017003348330035806, 0.05292699113488197, 0.013715940527617931, -0.010329429060220718, -0.021440358832478523, 0.014429486356675625, -0.0003787174064200371, -0.008972062729299068, 0.0052156816236674786, 0.0012345478171482682, -0.01421287376433611, -0.009700828231871128, -0.011852792464196682, -0.01605195365846157, 0.004892887081950903, -0.008430886082351208, 0.014014225453138351, -0.002061355160549283, -0.058624036610126495, -0.04228609427809715, 0.003562730737030506, -0.025427157059311867, 0.008392659947276115, 0.019056210294365883, 0.04912141337990761, -0.035144973546266556, -0.04401757568120957, 0.006807002238929272, 0.023648953065276142, 0.019705338403582573, -0.023914940655231476, -0.008551225997507572, -0.06075334548950195, 0.03456026315689087, 0.03522425517439842, -0.020375702530145645, -0.01898258924484253, 0.03530354052782059, -0.009297335520386696, 0.023736732080578804, -0.016196362674236298, 0.05772927403450012, -0.05384441092610359, -0.0020882547833025455, 0.009923811070621014, -0.01612982153892517, -0.004870234522968531, 0.049449872225522995, 0.003454468911513686, -0.015588998794555664, -0.04435311630368233, 0.038399819284677505, -0.04011714458465576, -0.02901541441679001, 0.05823894590139389, -0.0014893858460709453, -0.010468173772096634, 0.04215584695339203, 0.005685715936124325, -0.01306610368192196, -0.00703918794170022, 0.024679630994796753, -0.0021590429823845625, -0.06215778738260269, 0.00483059324324131, -0.008244005031883717, -3.397838372620754e-05, 0.057491425424814224, -0.05471935495734215, 0.02020934969186783, 0.04337907209992409, 0.017566824331879616, 0.03142433986067772, -0.003731959033757448, -0.016581449657678604, -0.032468996942043304, 0.0034459743183106184, -0.026729660108685493, -0.0299349557608366, -0.023561175912618637, -0.004745647311210632, -0.03154892846941948, -0.024930929765105247, -0.030920328572392464, -0.012679600156843662, 0.012756050564348698, -0.03302698954939842, 0.005337437614798546, 0.0096456129103899, 0.03393307700753212, -0.03807985410094261, -0.01952482759952545, -0.0026842921506613493, -0.0007135460036806762, 0.005041542463004589, 0.04375282675027847, 0.030770257115364075, 0.05342534184455872, -0.01889198087155819, -0.009113993495702744, -0.04938191547989845, 0.019948141649365425, 0.062350332736968994, 0.034318167716264725, -0.027346933260560036, 0.057672642171382904, 0.018546534702181816, -0.022111432626843452, -0.004898549988865852, -0.02829266712069511, 0.03550457954406738, 0.0033213868737220764, -0.02173483744263649, 0.04178633168339729, 0.012498381547629831, 0.014361529611051084, -0.020954396575689316, -0.03580189123749733, 0.010708853602409365, -0.010712038725614548, -0.024079347029328343, 0.01033739186823368, -0.017787683755159378, 0.010023622773587704, 0.006988220848143101, 0.02821904607117176, -0.02849653549492359, -0.0047410461120307446, 0.02536628022789955, -0.03992459923028946, 0.002202931791543961, -0.003392175072804094, -0.04420587420463562, -0.01971312426030636, -0.005185950547456741, 0.03981275483965874, 0.025022247806191444, 0.032112400978803635, 0.004180756863206625, -0.0007588505395688117, 0.0019296888494864104, 0.010799461975693704, -0.05851077288389206, 0.021621577441692352, -0.059326253831386566, 0.003545785788446665, -0.003702758811414242, 0.024283217266201973, 0.01873624697327614, -0.01824639178812504, 0.014157659374177456, 0.07322341203689575, -0.003907513804733753, 0.0463465116918087, -0.009162836708128452, -0.023960422724485397, -0.02628794312477112, 0.055246371775865555, -0.015818707644939423, 0.006419082637876272, -0.0167230274528265, -0.004003786016255617, 0.02351304143667221, -0.003679221728816629, 0.015884894877672195, 0.030124668031930923, -0.010357743129134178, -0.06759432703256607, -0.01449531875550747, 0.0135092381387949, 0.01307035144418478, -0.030705131590366364, 0.048996828496456146, -0.03349702060222626, 0.03370938450098038, -0.04982363805174827, 0.038418225944042206, 0.04011714458465576, 0.001540353405289352, -0.028251610696315765, 0.002874004887416959, 0.00030014239018782973, 0.012464403174817562, -0.025302568450570107, 0.028824996203184128, 0.005685715936124325, 0.022339370101690292, -0.004703174345195293, -0.038480520248413086, 0.003545077983289957, 0.02002459391951561, 0.035813216120004654, -0.006554996594786644, -0.02702414058148861, 0.06829655170440674, -0.01660410314798355, -0.015414860099554062, 0.03311759606003761, 0.0028598473872989416, 0.013568700291216372, -0.02430303767323494, 0.004037764389067888, -0.04428515583276749, -0.03130541741847992, 0.00016139732906594872, 0.0387749969959259, -0.019616853445768356, 0.05266649276018143, 0.02137240394949913, -0.02401847019791603, -0.02150336094200611, 0.0037531955167651176, 0.022765515372157097, 0.01439692359417677, 0.011643259786069391, -0.01860741153359413, 0.05680052936077118, -0.02919875644147396, 0.0023841497022658587, 0.017143510282039642, -0.02920158952474594, -0.0024064481258392334, -0.02727331407368183, 0.009380953386425972, -0.010788136161863804, 0.028881624341011047, -0.01290612295269966, -0.002146301092579961, 0.0733933076262474, 0.0764966607093811, -0.014101029373705389, -0.01684761419892311, -0.003938660491257906, -0.02552909217774868, -0.024317195639014244, -0.024875007569789886, -0.007679114118218422, 0.0463143028318882, 0.03264756128191948, 0.00694857956841588, 0.016400232911109924, -0.03702510893344879, 0.017266681417822838, -0.0009542262414470316, -0.02687973156571388, 0.001115623512305319, -0.027805643156170845, -0.00926335621625185, 0.016377579420804977, 0.02206718921661377, -0.04658577963709831, 0.04927998036146164, 0.03145265579223633, -0.029949111863970757, -0.031565915793180466, -0.03815772384405136, -0.01209064107388258, 0.0003171315765939653, -0.05066176876425743, 0.002293540863320231, 0.05158909410238266, 0.01269092597067356, 0.015706507489085197, -0.07674583792686462, 0.008781996555626392, 0.02111190184950829, 0.03989062085747719, 0.011720417998731136, -0.025262927636504173, -0.009392191655933855, -0.013047698885202408, -0.019129829481244087, 0.00391317717730999, 0.03571127727627754, 0.012937269173562528, 6.017005489411531e-06, -0.0017583812586963177, 0.0007882276549935341, -0.04824364185333252, 0.007372601423412561, -0.01938466727733612, 0.011227023787796496, 0.014293573796749117, -0.02283347211778164, 0.017514441162347794, 0.00756797706708312, -0.012634295970201492, -0.03398970887064934, -0.01910151354968548, 0.02225584164261818, 0.03211425989866257, 0.04209355264902115, -0.01604912243783474, -0.026372887194156647, -0.01083910372108221, 0.010349957272410393, 0.0027805643621832132, 0.006894780322909355, 0.04938191547989845, -0.0489288717508316, -0.05135832354426384, 0.05182835832238197, 0.008234094828367233, 0.001383911119773984, -0.028972232714295387, 0.0830884724855423, 0.06067406386137009, -0.048231251537799835, 0.010739999823272228, 0.02135913074016571, -0.033615946769714355, 0.002273720223456621, 0.07536971569061279, 0.03487314656376839, 0.028533346951007843, 0.09004271030426025, -0.0051809954456985, 0.02453097514808178, 0.044126592576503754, 0.0015516794519498944, 0.03364992514252663, 0.009638533927500248, -0.003310060827061534, -0.002013219054788351, 0.07010872662067413, -0.06222008168697357, -0.05305158346891403, 0.050220049917697906, 0.012628632597625256, 0.006506860256195068, -0.00974046904593706, -0.003378017572686076, 0.06095155328512192, 0.018765976652503017, -0.04454565793275833, -0.022289199754595757, -0.007843343541026115, -0.008081192150712013, -0.05710633471608162, -0.004292602185159922, -0.0026715504936873913, -0.01075486559420824, -0.0002817374188452959, 0.004168014973402023, 0.02779148519039154, 0.01153990812599659, -0.02329784445464611, 0.04597274959087372, -0.0057366834953427315, 0.015103391371667383, 0.018705099821090695, -0.05157069116830826, 0.043027959764003754, 0.05971134454011917, -0.03060886077582836, -0.025696152821183205, 0.01990283839404583, -0.01904488354921341, 0.005354426801204681, 0.08594265580177307, 0.003664002288132906, -0.022799495607614517, -0.020687170326709747, 0.06942915916442871, 0.06700537353754044, -0.02359798550605774, 0.03335261344909668, -0.03584153205156326, 0.0708562508225441, 0.08077793568372726, -0.04132620617747307, -0.004892887081950903, 0.012964168563485146, -0.029357321560382843, -0.038412559777498245, -0.054897740483284, 0.039092130959033966, -0.020803263410925865, -0.032421037554740906, 0.00919115263968706, 0.023015223443508148, -0.04595009610056877, 0.0045693847350776196, 0.022850463166832924, -0.04460228979587555, -0.019192123785614967, -0.02351304143667221, -0.04530451074242592, -0.03011617250740528, 0.018538039177656177, 0.049087438732385635, 0.03469759225845337, -0.020370040088891983, -0.0001982072280952707, -0.006120355799794197, 0.005055434536188841, -0.0027239336632192135, -0.006112569477409124, -0.010252976790070534, -0.025949573144316673, -0.009559251368045809, 0.04417349025607109, -0.03081839345395565, -0.013783897273242474, 0.0032562618143856525, 0.027318621054291725, -0.03620396554470062, -0.0188013706356287, -0.01191791705787182, -0.01506941206753254, -0.02347623184323311, -0.013076014816761017, 0.025597048923373222, -0.02061072178184986, 0.04084272310137749, 0.005177456419914961, -0.002109491266310215, 0.005028800573199987, 0.017929259687662125, 0.008657408878207207, -0.012867896817624567, -0.013404471799731256, 0.01495048776268959, 0.03025633469223976, -0.02471927180886269, 0.011643259786069391, 0.06802684813737869, 0.012554481625556946, -0.006195391993969679, 0.05325545370578766, -0.040927667170763016, -0.01407837588340044, 0.007517716847360134, 0.024280386045575145, -0.03883729130029678, 0.03070654720067978, 0.04531583562493324, -0.016286971047520638, -0.006218044087290764, 0.029210081323981285, -0.05237201228737831, 0.031088804826140404, 0.00999530777335167, 0.0004597699735313654, -0.033831141889095306, -0.0016432618722319603, 0.007519132923334837, 0.02816807851195335, -0.0007248721667565405, 0.01367063634097576, -0.029724005609750748, -0.010114232078194618, -0.025400256738066673, -0.009901867248117924, -0.005377078894525766, 0.015018445439636707, -0.04585666209459305, -0.019124165177345276, 0.030036890879273415, -0.034108635038137436, -0.01947474479675293, 0.003052391344681382, -0.03629457578063011, 0.01342429220676422, 0.030218107625842094, 0.01473529264330864, -0.08970293402671814, -0.02513267658650875, -0.041173305362463, 0.030011406168341637, 0.04736586660146713, -0.001868103165179491, 0.008808895014226437, -0.024798555299639705, -0.02894958108663559, -0.0212138369679451, -0.017099620774388313, -0.0030920328572392464, 0.0005847113206982613, 0.026588084176182747, 0.018711470067501068, -0.025846222415566444, 0.01823648065328598, -0.03862209618091583, 0.003771600546315312, 0.0022871699184179306, -0.007908468134701252, -0.020079808309674263, -0.04240502044558525, 0.003992460202425718, -0.0260387659072876, 0.03181367740035057, 0.0031302585266530514, 0.009298750199377537, 0.001506374916061759, -0.03341207653284073, 0.013962283730506895, 0.01855219714343548, 0.0071467868983745575, 0.018852340057492256, -0.010691864416003227, 0.024045368656516075, -0.05664904415607453, -0.06773024052381516, 0.02172351256012917, 0.0032725429628044367, -0.03680991381406784, -0.013109993189573288, -0.022572971880435944, 0.00010759820725070313, -0.0051420615054667, -0.03993592783808708, -0.025529799982905388, -0.018247807398438457, -0.0022652253974229097, 0.0012660486390814183, -0.08857031166553497, 0.04588497430086136, 0.03555554524064064, 0.0002803216630127281, 0.003301566233858466, 0.01838124357163906, 0.009219467639923096, -0.017742378637194633, 0.0031373375095427036, 0.06801339238882065, -0.013904944993555546, 0.04999352619051933, -0.006976894568651915, 0.006682415027171373, -0.04405863583087921, -0.0031939679756760597, 0.00980276335030794, 0.001540353405289352, -0.012192577123641968, 0.02568765729665756, -0.004700342658907175, -0.03947155550122261, -0.023620637133717537, 0.004383211024105549, -0.03488447144627571, 0.00536752212792635, -0.00699388375505805, -0.0020840074867010117, 0.02362913265824318, -0.013912024907767773, -0.0022793831303715706, -0.03580189123749733, -0.03635687008500099, 0.04276179149746895, 0.032539963722229004, -0.0673678070306778, 0.005157635547220707, 0.023490387946367264, 0.0010051938006654382, 0.0032208675984293222, -0.022371932864189148, -0.027992524206638336, 0.021270466968417168, 0.052588626742362976, -0.016190698370337486, -0.033530183136463165, 0.03143000230193138, -0.0072027090936899185, -0.015941524878144264, 0.03968675062060356, -0.022357774898409843, -0.018144456669688225, -0.030580544844269753, -0.00509109441190958, 0.011314800940454006, 0.00559510663151741, 0.01872208900749683, -0.024042537435889244, 0.012957089580595492, -0.028056234121322632, -0.03348003327846527, -0.010697527788579464, -0.0019820723682641983, 0.031078893691301342, -0.07135460525751114, -0.037127044051885605, -0.003983276896178722, -0.01795828342437744, 0.01889198087155819, 0.05066176876425743, -0.07973593473434448, -0.004483730532228947, -0.03451920300722122, -0.000192544175661169, 0.005459193140268326, -0.04895152524113655, 0.013308200053870678, -0.0010561613598838449, -0.022731538861989975, 0.03385644778609276, -0.019520580768585205, -0.015160730108618736, -0.014508768916130066, -0.03375186026096344, 0.00996699184179306, 0.005034463480114937, -0.029051516205072403, -0.05208319798111915, -0.05919034034013748, 0.016638081520795822, 0.02484952285885811, 0.03958481550216675, 0.024962784722447395, -0.025393176823854446, -0.07561323046684265, 0.001594860339537263, -0.006829655263572931, -0.009412012062966824, 0.021271174773573875, -0.012498381547629831, 0.020192716270685196, 0.04595576599240303, 0.024283217266201973, 0.02662772685289383, 0.006048152223229408, 0.041476279497146606, -0.04076273366808891, -0.02421525865793228, -0.016796646639704704, -0.021378064528107643, -0.002266641240566969, -0.02179713174700737, 0.03924503177404404, -0.03319121524691582, 0.026084071025252346, 0.05143194645643234, -0.026051951572299004, 0.02149132825434208, -0.015845252200961113, -0.004810772370547056, 0.034077130258083344, 0.03683539852499962, 0.025059057399630547, 0.03116808645427227, -0.0091557577252388, -0.008646083064377308, 0.017040159553289413, 0.012543685734272003, -0.05176040157675743, 0.0015035433461889625, 0.02982169389724731, 0.0012118956074118614, 0.0744919404387474, -0.0009400685667060316, 0.012305837124586104, 0.02494862675666809, -0.02452106587588787, -0.01299106888473034, -0.0011326126987114549, -0.039482880383729935, 0.04001520946621895, -0.05395767092704773, -0.010414374992251396, -0.04051922261714935, -0.04439275711774826, -0.07068636268377304, -0.015556436032056808, -0.08029092103242874, -0.00023784868244547397, -0.02749842219054699, -0.02945359423756599, -0.05865801125764847, 0.038808975368738174, 0.022210536524653435, 0.0009570577531121672, -0.06809267401695251, -0.02755080536007881, 0.009485632181167604, 0.04471554979681969, 0.0182520542293787, -0.027833959087729458, 0.013664972968399525, -0.0012996731093153358, 0.0017328975955024362, -0.03482218086719513, -0.034232866019010544, 0.02417561784386635, -0.003075043438002467, 0.020370040088891983, 0.012059494853019714, 0.06838715821504593, -0.03249749168753624, 0.011303475126624107, -0.07642871141433716, -0.004043427295982838, 0.04877030849456787, -0.010647621005773544, -0.02518930844962597, 0.012639958411455154, 0.057400815188884735, -0.00740728760138154, 0.015049591660499573, 0.0354875884950161, -0.013931136578321455, -0.0029476245399564505, -0.014913679100573065, 0.012014897540211678, 0.01310291327536106, -0.01555148046463728, 0.043514978140592575, 0.011875445023179054, 0.024039706215262413, -0.026896720752120015, -0.007260047364979982, -0.04967639222741127, -0.03863908350467682, 0.01794908009469509, -0.0016677723033353686, 0.010555950924754144, -0.08156298100948334, -0.00207126559689641, 0.04340101033449173, 0.05714031308889389, -0.06638243049383163, 0.07019934058189392, 0.001296841655857861, -0.021046776324510574, 0.06005112826824188, -0.05909973382949829, 0.01060691848397255, -0.0220608189702034, -0.03657206520438194, 0.014789091423153876, -0.0481133870780468, -0.01846158877015114, 0.033276163041591644, 0.03289107605814934, -0.018488487228751183, -0.017021752893924713, -0.008443628437817097, -0.01641439087688923, 0.06922546774148941, -0.02992362715303898, 0.008293556980788708, 0.006587558891624212, 0.03425021097064018, 0.021938709542155262, -0.02650313824415207, -0.06138760969042778, 0.007582842838019133, -0.014934915117919443, -0.03530354052782059, 0.04678681865334511, 0.012458739802241324, -0.015035433694720268, -0.032143548130989075, -0.0015573424752801657, 0.004629554692655802, 0.039024174213409424, 0.0052581545896828175, 0.022516341879963875, 0.001228884793817997, 0.012240180745720863, -0.01836106739938259, 0.024068022146821026, -0.060390911996364594, 0.002000477397814393, -0.004254376515746117, 0.01457318663597107, 0.03415960073471069, 0.03060886077582836, 0.006999546661973, 0.008474775590002537, 0.06585010141134262, 0.03720986843109131, -0.00931290816515684, -0.03871270269155502, 0.04102323576807976, -0.09874118119478226, -0.005058531649410725, 0.13351239264011383, 0.026746651157736775, 0.004388874396681786, 0.038871269673109055, -0.05606433376669884, 0.013520564883947372, -0.023604976013302803, 0.03608504310250282, 0.021774480119347572, -0.05012943968176842, -0.040524885058403015, 0.054614584892988205, 0.025846222415566444, -0.057426296174526215, 0.02483678236603737, 0.03280046582221985, 0.030036890879273415, 0.04638049378991127, 0.03664568439126015, -0.0250137522816658, -0.008763590827584267, 0.09382563829421996, 0.00985939335078001, 0.006841688416898251, 0.000643465667963028, -0.031529106199741364, 0.03490712493658066, 0.012579080648720264, 0.001395945204421878, 0.0312487855553627, 0.035220008343458176, 0.020171834155917168, 0.03845220431685448, 0.02616618573665619, -0.04909876361489296, 0.039460230618715286, -0.0020556922536343336, 0.04624457657337189, -0.034782540053129196, 0.001090139732696116, 0.0112638333812356, 0.008109507150948048, -0.008793145418167114, -0.03543095663189888, 0.00041977461660280824, -0.01995663531124592, -0.00931007694453001, 0.02005290798842907, 0.031056242063641548, -0.0034941104240715504, 0.0157433170825243, -0.021186938509345055, 0.007296857424080372, -0.01190942246466875, -0.008902336470782757, -0.0028683417476713657, 0.02714872732758522, 0.05629085376858711, 0.008602193556725979, -0.011077306233346462, 0.007204125169664621, 0.0051420615054667, -0.03970373794436455, -0.032021794468164444, 0.011897388845682144, -0.05654003098607063, -0.025809412822127346, -0.0009060901938937604, 0.026754967868328094, -0.007605494931340218, 0.0454857274889946, 0.0436367392539978, 0.03294770419597626, 0.027998186647892, 0.008664487861096859, -0.04697936400771141, -0.031446993350982666, 0.011637596413493156, 0.00014157658733893186, -0.026825932785868645, 0.03446540609002113, -0.008028808981180191, -0.008279399015009403, -0.008922156877815723, 0.03863908350467682, 0.024959955364465714, 0.004003786016255617, 0.018790045753121376, 0.0018534145783632992, -0.032118067145347595, -0.00912425760179758, -0.014956151135265827, 0.04460228979587555, 0.011614943854510784, 0.05153874680399895, 0.05527150258421898, -0.03936408832669258, -0.0023289350792765617, -0.010516309179365637, 0.0007815027493052185, -0.03381981700658798, -0.01419376116245985, -0.04013130068778992, 0.03291939198970795, -0.03924503177404404, -0.016163799911737442, 0.05076370388269424, -0.044987380504608154, 0.0559510700404644, -0.030976958572864532, -0.028745712712407112, -0.017544172704219818, 0.03609636798501015, -0.030685309320688248, 0.0646948367357254, -0.01490518357604742, -0.02965463325381279, 0.04753575474023819, 0.00947076641023159, 0.04726393148303032, -0.0010165199637413025, -0.008624846115708351, 0.015499805100262163, -0.04882127046585083, 9.485631744610146e-05, 0.017391270026564598, 0.00013591353490483016, 0.03203311935067177, 0.08545563369989395, -0.015160021372139454, 0.032658886164426804, 0.021661220118403435, -0.04050223156809807, 0.07866562157869339, 0.0477270632982254, 0.004558766260743141, 0.021635735407471657, -0.058442819863557816, -0.04163201153278351, 0.03814639523625374, -0.05657683685421944, -0.07072033733129501, -0.027777327224612236, -0.017714062705636024, -0.05133001133799553, -0.005391236860305071, -0.013704614713788033, 0.0001104297480196692, -0.006911769509315491, -0.011748026125133038, -0.022793831303715702, -0.0262313112616539, 0.03438612446188927, 0.005028800573199987, 0.007487277965992689, -0.005283638834953308, 0.015941524878144264, -0.005946217104792595, 0.002878251951187849, -0.010553119704127312, 0.01459937822073698, 0.011549818329513071, 0.010921395383775234, -0.02713174000382423, -0.025667836889624596, 0.05674390122294426, 0.00041057210182771087, 0.007361982483416796, 0.0374017059803009, 0.0349750816822052, -0.006799924187362194, 0.020353050902485847, -0.0489288717508316, 0.004761751741170883, -0.004875897895544767, -0.023770710453391075, -0.034486643970012665, 0.031488049775362015, 0.05892417952418327, 0.010765484534204006, -0.05518089234828949, 0.046425797045230865, 0.01397077739238739], [-0.06016175448894501, -0.04148571193218231, -0.06368176639080048, -0.028111407533288, 0.01944957673549652, 0.004038016311824322, 0.00950641743838787, -0.015545407310128212, 0.014184337109327316, 0.03692099452018738, -0.03172007203102112, 0.011726414784789084, -0.06113866344094277, -0.030246013775467873, -0.03329147398471832, 0.020629866048693657, 0.010939843021333218, 0.0095709515735507, 0.05748828500509262, 0.02809467911720276, -0.02153029292821884, -0.006170882377773523, 0.0388539582490921, 0.01954692043364048, -0.02596985176205635, 0.03484375402331352, -0.0016287652542814612, -0.004092772025614977, 0.018116319552063945, 0.027140174061059952, 0.01201540231704712, -0.014909198507666588, -0.012125782668590546, -0.012560569681227207, 0.019088884815573692, 0.01975790411233902, 0.017528781667351723, 0.01970640756189823, -0.03658029064536095, 0.0138888293877244, -0.04676659405231476, 0.032396260648965836, 0.007624081335961819, -0.0020424749236553907, 0.02248460613191128, 0.04264340177178383, -0.02656434290111065, 0.03396940231323242, -0.013653510250151156, -0.08079509437084198, 0.039354581385850906, 0.03231804072856903, 0.019939661026000977, -0.02614302933216095, 0.010218024253845217, 0.04685350880026817, 0.0590527318418026, -0.025656962767243385, 0.04997110739350319, 0.007307715248316526, -0.005804105661809444, 0.0020894084591418505, -0.03979262709617615, -0.026206258684396744, 0.013966184109449388, 0.011750749312341211, -0.023943891748785973, 0.025807756930589676, 0.05389004945755005, -0.07202722877264023, -0.007970650680363178, -0.02793758176267147, -0.0005562484730035067, -0.03280649334192276, 0.042904142290353775, -0.013947932049632072, -0.0843203216791153, 0.018418779596686363, -0.036754120141267776, -0.023132985457777977, 0.008453890681266785, 0.00038459370261989534, -0.04264340177178383, -0.0637773647904396, -0.024285461753606796, -0.026946546509861943, -0.03669849783182144, -0.02722401916980743, 0.0587676540017128, 0.004890641197562218, -0.04299627244472504, 0.0068209972232580185, 0.028806719928979874, -0.0021572012919932604, -0.037257350981235504, 0.020921897143125538, 0.012778940610587595, 0.008883707225322723, 0.01884291879832745, 0.04425825923681259, 0.06213904172182083, -0.02520674839615822, -0.009915130212903025, -0.03822817653417587, -0.04527515172958374, -2.0424749891390093e-05, 0.029442928731441494, -0.023539742454886436, 0.0009071630774997176, -0.02398821711540222, -0.0033157626166939735, 0.007535836659371853, -0.0013494729064404964, -0.03721649944782257, -0.006965708918869495, 0.003865926992148161, 0.025070294737815857, -0.016485435888171196, -0.0374494306743145, -0.01576964557170868, -0.0498276986181736, 0.01370957028120756, 0.02284790761768818, 0.003825946943834424, -0.008901279419660568, -0.007139102090150118, 0.017274558544158936, 0.036489903926849365, -0.03822730854153633, 0.013329104520380495, 0.01175248809158802, -0.015797892585396767, 0.03452564775943756, -0.01981026865541935, -0.02734309248626232, 0.034000691026449203, -0.02425938844680786, 0.0293616633862257, -0.022173456847667698, 0.0018947215285152197, -0.0327734649181366, 0.02373095043003559, 0.023657944053411484, 0.02363360859453678, -0.01104674767702818, -0.029570693150162697, -0.05476179718971253, -0.05670258030295372, 0.010641729459166529, 0.010638252831995487, -0.023635348305106163, -0.010155011899769306, -0.01270549837499857, 0.03240147605538368, 0.015609723515808582, 0.013994865119457243, 0.02212652377784252, 0.01952432282269001, -0.05658438056707382, 0.032726533710956573, 0.05636883154511452, 0.030392896384000775, 0.04075215756893158, -0.02650176547467709, -0.00545558100566268, -0.02167978696525097, 0.023425884544849396, -0.0008899976382963359, -0.016393687576055527, -0.013716740533709526, 0.05300353094935417, 0.004039755091071129, 0.009713489562273026, 0.04019590839743614, -0.027415229007601735, 0.001260250573977828, 0.00881175883114338, -0.030593667179346085, -0.02146076411008835, 0.02530756965279579, 0.021934878081083298, -0.004036278463900089, -0.018055478110909465, -0.00445694150403142, -0.033248014748096466, 0.02015705592930317, -0.030539782717823986, -0.0025848173536360264, -0.02351279929280281, 0.025210442021489143, 0.031205542385578156, -0.04863002523779869, 0.00029203048325143754, 0.0015229475684463978, -0.03431358188390732, 0.00791958812624216, 0.005656351801007986, -0.004546897020190954, -0.01927444525063038, 0.005122701171785593, -0.00695962505415082, 0.0161924809217453, 0.039609238505363464, -0.002304954687133431, -0.027480414137244225, -0.04345691204071045, 0.04956522211432457, -0.0229243915528059, 0.03887394815683365, 0.00425530131906271, 0.0036225684452801943, 0.0720689445734024, 0.02113744243979454, 0.017612218856811523, 0.02378309890627861, 0.04704124480485916, 0.06809872388839722, -0.043070148676633835, 0.04182901978492737, 0.026953715831041336, -0.06158974766731262, -0.0028742405120283365, 0.059005800634622574, -0.013775842264294624, -0.00596826383844018, 0.05794023722410202, 0.02314167469739914, 0.024587921798229218, -0.017950313165783882, -0.0238526314496994, 0.06090226024389267, -0.03423361852765083, 0.03190411254763603, -0.03973700478672981, -0.019927602261304855, 0.002590901218354702, 0.001866909093223512, 0.003218419151380658, 0.02177365310490131, 6.692364695481956e-05, -0.06277264654636383, -0.012015837244689465, 0.03228848800063133, -0.011211014352738856, -0.0001881684293039143, -0.006652058567851782, 0.00873657874763012, 0.004267903510481119, -0.0323701873421669, -0.003659941256046295, 0.006285608280450106, -0.003554775845259428, -0.045558929443359375, 0.016051245853304863, 0.016322417184710503, -0.00910683162510395, -0.038690563291311264, 0.015386355109512806, 0.012950160540640354, 0.0011285761138424275, 0.0203699953854084, -0.022781852632761, -0.05529196932911873, -0.0048584830947220325, 0.028715459629893303, 0.03966747224330902, 0.004452595487236977, -0.0126876812428236, 6.083967946324265e-06, -0.010801650583744047, 0.004955717828124762, -0.04935314878821373, 0.010547862388193607, -0.005595512222498655, -0.002974191214889288, 0.04403923824429512, 0.06709747761487961, -0.02206829190254211, 0.06792489439249039, 0.01898893341422081, -0.03691403940320015, -0.0425182469189167, 0.01056003011763096, 0.015383748337626455, 0.024396387860178947, 0.055878639221191406, 0.015566375106573105, -0.0682864561676979, -0.010639991611242294, -0.0019677290692925453, -0.026258407160639763, -0.02045777812600136, 0.03384771943092346, 0.013143109157681463, 0.03797786682844162, -0.009856028482317924, 0.004943658597767353, -0.005200923420488834, -0.0689748153090477, -0.05041002482175827, 0.04036278277635574, 0.01267942413687706, -0.02131127193570137, -0.01207711175084114, 0.04242438077926636, -0.07701260596513748, -0.046478040516376495, 0.06604060530662537, -0.01131096575409174, -0.0113492077216506, -0.01969815045595169, 0.013596799224615095, -0.035297442227602005, -0.021780604496598244, 0.04321702942252159, -0.004151004366576672, -6.605451198993251e-05, 0.04593917354941368, -0.04367941617965698, 0.013801916502416134, 0.014321008697152138, -0.008430641144514084, -0.003747724462300539, -0.059157028794288635, 0.03425360843539238, 0.04649542272090912, 0.029283007606863976, 0.01653796248137951, -0.052493348717689514, -0.006073538213968277, 0.04905574023723602, -0.02220822125673294, 0.001792163122445345, -0.023717261850833893, 0.004775045905262232, 0.010295812971889973, -0.013953146524727345, 0.0504169762134552, 0.0026743384078145027, 0.04084949940443039, -0.01778256893157959, -0.0508098229765892, -0.016030386090278625, -0.005403215531259775, 0.0037003562320023775, -0.07621995359659195, 0.01238934975117445, -0.032253723591566086, 0.025180673226714138, 0.01967511884868145, 0.03286125138401985, 0.0070784795098006725, -0.00416143424808979, 0.03318913280963898, -0.010370776057243347, -0.0018503954634070396, -0.006626310292631388, -0.021151132881641388, -0.005405171308666468, 0.00947100017219782, 0.02433413453400135, -0.02218388579785824, -0.03466818854212761, 0.048582226037979126, -0.020447347313165665, -0.017719991505146027, 0.04081821069121361, -0.0177521500736475, 0.07068875432014465, -0.006685412023216486, 0.049349669367074966, 0.010488326661288738, -0.018033750355243683, 0.02296480722725391, 0.0011994108790531754, 0.02547965757548809, -0.057627346366643906, -0.07053926587104797, 0.019950201734900475, -0.04580358788371086, 0.0448962077498436, -0.026400944218039513, 0.027519743889570236, 0.023411110043525696, 0.025069426745176315, 0.021005334332585335, -0.01124317292124033, 0.047757409512996674, 0.005588558968156576, 0.0610760860145092, -0.004669010639190674, -0.029001407325267792, 0.0289023257791996, 0.04622598737478256, 0.0017530518816784024, 0.011031972244381905, -0.013808869756758211, 0.027925413101911545, 0.02293623425066471, 0.03241538256406784, -0.06800486147403717, 0.0016196392243728042, -0.029411640018224716, 0.010424879379570484, -0.011159735731780527, -0.03073273040354252, -0.05480438470840454, -0.005260025151073933, -0.04631464183330536, 0.03305854648351669, 0.03829596936702728, -0.014156525023281574, -0.014414875768125055, 0.016061676666140556, 0.05850343778729439, 0.004804596304893494, -0.04056594520807266, 0.01218184269964695, 0.011499568819999697, 0.007465897593647242, -0.01776866242289543, 0.011266205459833143, -0.047027334570884705, 0.0002346673427382484, 0.029884450137615204, 0.025309307500720024, -0.017409710213541985, -0.0040571377612650394, -0.015912184491753578, 0.03538783639669418, 0.05112271383404732, 0.00740853464230895, -0.022906139492988583, 0.0451117567718029, 0.015573219396173954, -0.008176852948963642, 0.039625752717256546, 0.014818808063864708, -0.049320124089717865, -0.04076084867119789, 0.0013245667796581984, -0.02706149034202099, -0.040898170322179794, -0.046891748905181885, 0.01619204692542553, -0.03385467454791069, -0.04916541650891304, 0.010613917373120785, -0.04148223251104355, -0.09048772603273392, 0.007099555805325508, -0.028431495651602745, -0.029041822999715805, -0.01702120527625084, -0.0033166317734867334, -0.014189769513905048, 0.019663386046886444, -0.021955301985144615, -0.03354699909687042, 0.01701425202190876, -0.03291861340403557, 0.002075502183288336, 0.01845354400575161, -0.024339349940419197, -0.026407897472381592, -0.03323584794998169, -0.009630052372813225, -0.07863963395357132, 0.004803292918950319, 0.008639234118163586, 0.035916272550821304, -0.03887481614947319, -0.005451235454529524, -0.0440705269575119, -0.025300614535808563, 0.006714962422847748, 0.0651923269033432, -0.0066280486062169075, -0.027496058493852615, -0.016307642683386803, -0.02886234410107136, -0.0034261432010680437, -0.003021124517545104, 0.005535107105970383, 0.024255476891994476, 0.03036421537399292, -0.00904990267008543, -0.0008230739622376859, 0.018961120396852493, -0.0380830354988575, 0.02857726812362671, 0.09192702174186708, -0.006626310292631388, 0.03618570417165756, -0.001890375860966742, 0.005941429641097784, 0.015744440257549286, 0.04371418058872223, -0.013296077959239485, -0.015006542205810549, 0.03381121903657913, 0.0418994165956974, -0.02424689382314682, -0.004035409074276686, 0.013825817964971066, -0.030268611386418343, 0.0156664177775383, 0.0505838505923748, 0.018644753843545914, -0.005104449111968279, -0.03572419285774231, -0.06599019467830658, -0.010151535272598268, -0.03769104927778244, 0.024261128157377243, 0.053511105477809906, -0.006450744345784187, -0.038879722356796265, 0.004650759045034647, -0.018456151708960533, -0.020765451714396477, 0.006827950477600098, -0.017959874123334885, 0.05768296867609024, 0.028951866552233696, -0.020494280382990837, 0.03751895949244499, -0.021992675960063934, -0.00787786953151226, 0.009550091810524464, -0.03566595911979675, -0.0031323744915425777, -0.06144460290670395, 0.034838538616895676, 0.0076483627781271935, -0.014284178614616394, 0.03215854987502098, -0.008162947371602058, 0.011357899755239488, 0.0033400985412299633, 0.008741793222725391, 0.05071248486638069, 0.04749797284603119, -0.028115754947066307, -0.04407574236392975, -0.033066555857658386, -0.01447289064526558, 0.009011225774884224, 0.015599293634295464, -0.0016148588620126247, 0.002409251406788826, -0.03065103106200695, -0.07196465134620667, -0.06444139033555984, 0.0544741116464138, 0.014126485213637352, -0.03692012652754784, 0.012628579512238504, 0.04304668307304382, 0.0029654998797923326, -0.027520395815372467, 0.011811126954853536, -0.002292786724865437, 0.018915925174951553, -0.012060923501849174, 0.026140201836824417, -0.00852277036756277, -0.04354209080338478, -0.02649828977882862, 0.006810567807406187, -0.046891748905181885, -0.038968682289123535, -0.018156299367547035, -0.013732384890317915, -0.012147076427936554, -0.00023857846099417657, 0.015532669611275196, -0.052975717931985855, 0.009556610137224196, -0.06698600947856903, 0.021806679666042328, 0.02124173939228058, -0.025620458647608757, -0.02580362930893898, 0.028302621096372604, -0.009414506144821644, 0.023643603548407555, 0.028679825365543365, 0.031385451555252075, -0.02788369543850422, -0.008735600858926773, 0.03647599369287491, 0.03740336745977402, -0.010191516019403934, -0.01428515650331974, -0.026193222030997276, -0.04522300511598587, 0.010996337980031967, 0.0007461552158929408, -0.016090357676148415, -0.01187217142432928, -0.02403515018522739, 0.0016435404540970922, 0.0008026492432691157, 0.03964487463235855, -0.016458436846733093, 0.005626801401376724, 0.02587598562240601, -0.012031915597617626, -0.015945211052894592, -0.019798971712589264, -0.008383708074688911, -0.006791446823626757, 0.0049062855541706085, 0.000222499409574084, 0.02679727040231228, -0.059970542788505554, -0.01043313555419445, -0.01786687597632408, 0.007020899560302496, 0.05999748781323433, -0.006661510095000267, -0.04736803472042084, -0.00411623902618885, -0.02723399363458157, -0.004129276145249605, 0.017009904608130455, 0.03246926888823509, 0.035403478890657425, -0.026407897472381592, 0.04451378807425499, -0.04480929672718048, 0.07569152116775513, 0.005928392522037029, -0.04241568595170975, 0.05011799186468125, 0.002567434683442116, -0.003772929310798645, -0.02608457952737808, 0.0151486461982131, 0.013337796553969383, 0.011183202266693115, -0.018108496442437172, -0.009202436544001102, -0.023612748831510544, 0.007443300448358059, 0.0327143669128418, -0.013581154868006706, -0.01944783888757229, 0.013751505874097347, 0.03409368917346001, -0.018116319552063945, -0.06375303119421005, -0.04202457517385483, 0.011364852078258991, -0.015255114994943142, 0.009744778275489809, 0.008201188407838345, -0.019279226660728455, -0.06177139654755592, 0.01902369968593121, 0.0029759297613054514, 0.07683182507753372, 0.06867583096027374, 0.02054990641772747, -0.015757476910948753, 0.06548435240983963, 0.016075147315859795, -0.015832222998142242, -0.01586003601551056, 0.03922073543071747, 0.009094662964344025, -0.0026526099536567926, -0.05354587361216545, -0.003143021371215582, 0.021585918962955475, 0.013363218866288662, -0.054859574884176254, -0.016172273084521294, 0.009830823168158531, 0.003108038567006588, 0.008117751218378544, 0.05019447207450867, -0.016257666051387787, 0.09061983972787856, 0.02164328284561634, -0.03797091543674469, 0.033232372254133224, -0.022514158859848976, -0.04667620360851288, -0.00903208553791046, 0.025166768580675125, 0.02825220860540867, 0.022861814126372337, 0.003642450086772442, 0.019579948857426643, 0.014469414949417114, 0.04289371147751808, -0.028950996696949005, 0.031379371881484985, 0.0026630396023392677, 0.04982943460345268, 0.05412298068404198, 0.02653218619525433, 0.03760598227381706, -0.013664158061146736, 0.002494080690667033, -0.025837741792201996, -0.016812611371278763, -0.05209962651133537, -0.030970873311161995, 0.022371184080839157, 0.009145072661340237, 0.0021693692542612553, 0.01955300383269787, -0.013781057670712473, 0.027939319610595703, -0.01943241059780121, 0.03818298503756523, 0.015387224964797497, 0.02274187281727791, -0.061281200498342514, -0.04788604378700256, -0.007337265647947788, 0.0319330096244812, -0.017567023634910583, -0.024014290422201157, -0.05162855237722397, -0.014587616547942162, -0.0312455203384161, -0.007993030361831188, -0.0286224614828825, -0.0012237468035891652, 0.0078396275639534, 0.007207329384982586, -0.009932512417435646, -0.011603430844843388, -0.00863575842231512, 0.00507315993309021, 0.02064094878733158, 0.014605000615119934, -0.024993810802698135, -0.014522431418299677, 0.002044321969151497, 0.009845598600804806, -0.043168362230062485, -0.0044117458164691925, 0.030400175601243973, 0.012890624813735483, 0.008713980205357075, 0.02878151461482048, 0.005405171308666468, -0.014328614808619022, -0.0014671054668724537, -0.01556539721786976, -0.05404997617006302, 0.06849505007266998, -0.07231578230857849, 0.026833830401301384, -0.00978780072182417, 0.0014262559125199914, -0.0906267836689949, -0.020546428859233856, -0.011865475215017796, 0.009968798607587814, 0.0025839481968432665, -0.04344996064901352, 0.01114604715257883, 0.019687719643115997, 0.01983373612165451, -0.002479651477187872, 0.001755659352056682, -0.04237918183207512, 0.0030246013775467873, -0.0013477075845003128, -0.0481572151184082, -0.08089938759803772, -0.04768788069486618, -0.010106340050697328, -0.011293583549559116, -0.027037153020501137, 0.0026065458077937365, -0.006737777031958103, -0.02685811184346676, -0.028903573751449585, 0.008837398141622543, -0.04291456937789917, -0.03680279478430748, 0.03828293457627296, -0.03097608871757984, 0.03058323822915554, -0.010047238320112228, -0.08108017593622208, 0.016663119196891785, -0.035238344222307205, 0.011734670959413052, -0.006488986779004335, -0.0029203046578913927, -0.04843142628669739, -0.024199416860938072, 0.01136105041950941, 0.0012756776995956898, 0.05586820840835571, 0.01947912760078907, -0.018985457718372345, 0.003177135018631816, -0.003021124517545104, -0.0041053746826946735, -0.008385445922613144, -0.0388539582490921, -0.056195005774497986, -0.0004304407339077443, 0.031574055552482605, 0.011172773316502573, 0.036806270480155945, -0.019860897213220596, -0.004209019709378481, 0.0049401819705963135, 0.03100563958287239, 0.00737615954130888, 0.038381148129701614, 0.03103171288967133, 0.01259729079902172, -0.04231834411621094, 0.005567699670791626, -0.0454072579741478, 0.05997749418020248, 0.006311682518571615, -0.004739411175251007, 0.009054465219378471, 0.021452071145176888, 0.04969384893774986, -0.005828441120684147, 0.04373851418495178, -0.014980467967689036, -0.010816209018230438, 0.026268836110830307, 0.0009690349106676875, 0.03297858312726021, -0.024263733997941017, 0.024625293910503387, 0.02291048690676689, 0.027565591037273407, -0.036135293543338776, 0.008236823603510857, -0.019597331061959267, 0.03895825520157814, -0.0712345764040947, -0.026689499616622925, -0.01996149867773056, -0.035954512655735016, 0.00780806690454483, -0.06747729331254959, 0.017560070380568504, 0.044329531490802765, 0.03692099452018738, 0.012339157052338123, 0.0067844935692846775, 0.06437012553215027, 0.02522934600710869, 0.009085102006793022, -0.013506408780813215, -0.003913729917258024, -0.05050041154026985, -0.020907990634441376, 0.039217259734869, -0.033089835196733475, -0.009175493381917477, 0.029034867882728577, -0.04868565127253533, 0.00094649160746485, 0.042858950793743134, -0.03532177954912186, 0.015825269743800163, 0.05445672944188118, -0.06163233518600464, -0.00871050450950861, -0.0024246785324066877, -0.054039545357227325, 0.015772253274917603, -0.014073087833821774, 0.02296524308621883, -0.0019181882962584496, -0.02413770742714405, -0.033684324473142624, -0.00411623902618885, -0.06534355133771896, -0.011602995917201042, 0.033451393246650696, 0.025476181879639626, -0.04035495966672897, 0.01770608499646187, -0.037002693861722946, 0.08904147893190384, -0.05111923813819885, -0.03146975859999657, 0.08138611167669296, 0.008385445922613144, -0.012028874829411508, 0.04926276206970215, -0.005187017377465963, 0.04249390959739685, 0.020854104310274124, -0.03429272025823593, -0.051860611885786057, -0.012383483350276949, 0.04229922220110893, -0.0494982935488224, 0.040786921977996826, -0.01795639656484127, 0.040001221001148224, 0.05611765384674072, 0.03595147281885147, 0.009610062465071678, -0.03245188668370247, -0.004416960757225752, 0.0013323889579623938, -0.028083162382245064, -0.026228854432702065, -0.04881080612540245, 0.0019008055096492171, 0.007812684401869774, -0.0004815026186406613, 0.0008734840084798634, -0.02578037977218628, 0.07082433998584747, 0.016798704862594604, 0.015263807028532028, 0.01497003808617592, -0.033826861530542374, -0.01021150592714548, 0.04526472091674805, 0.01505695190280676, 0.04093380644917488, 0.04558456316590309, 0.02128867246210575, -0.036489903926849365, 0.024011684581637383, -0.0066054509952664375, 0.024730462580919262, -0.006156975403428078, -0.005209614988416433, -0.005348242819309235, -0.020650725811719894, -0.027887171134352684, -0.006602843292057514, 0.027408301830291748, 0.04158652946352959, -0.055492740124464035, 0.05935171619057655, 0.016723088920116425, -0.045897454023361206, -0.01637456566095352, -0.004929752554744482, 0.009212865494191648, 0.03990735486149788, -0.012663344852626324, -0.014363379217684267, -0.005555532407015562, 0.0009662645170465112, 0.07977994531393051, 0.04217754304409027, 0.013833205215632915, -0.025603074580430984, 0.0032643750309944153, 0.03720433637499809, 0.0026873755268752575, -0.01966686174273491, -0.03002992272377014, -0.011726414784789084, 0.004738542251288891, -0.015616677701473236, 0.027649028226733208, 0.012668559327721596, 0.03655421733856201, 0.020334359258413315, 0.05054908245801926, 0.04341519623994827, -0.002558743115514517, -0.013371746987104416, 0.025790808722376823, -0.03392072767019272, -0.05174154043197632, -0.006793184671550989, 0.010735596530139446, -0.0004380457103252411, -0.060401637107133865, 0.010346222668886185, 0.016762200742959976, 0.0054008252918720245, -0.07825373858213425, -0.025702591985464096, 0.016756117343902588, 0.030517183244228363, 0.0060109603218734264, 0.033805135637521744, 0.032809969037771225, -0.05489477515220642, -0.031033016741275787, -0.030162574723362923, 0.038388971239328384, 0.008916489779949188, 0.014672793447971344, 0.03593365475535393, 0.08055868744850159, 0.015387224964797497, 0.018124140799045563, 0.02425852045416832, -0.04480929672718048, 0.08119837939739227, 0.03031815215945244, 0.03216615691781044, -0.024675706401467323, 0.013023167848587036, 0.0302338432520628, 0.01856827177107334, 0.025191104039549828, -0.018832923844456673, 0.0016617923974990845, 0.01923142187297344, 0.017023133113980293, -0.011235350742936134, 0.008408044464886189, 0.00852190051227808], [-0.036455683410167694, -0.053560562431812286, -0.034266967326402664, -0.037409670650959015, 0.005173883400857449, -0.0013165725395083427, 0.008781257085502148, -0.020026687532663345, -0.01122254878282547, 0.016371790319681168, -0.008806339465081692, 0.040789104998111725, -0.06912005692720413, -0.0397893562912941, -0.042996302247047424, 0.04356658458709717, -0.00013970982399769127, -0.0018375691724941137, 0.05017760768532753, 0.0510462298989296, -0.035213034600019455, -0.01755547523498535, 0.036948516964912415, 0.004065885674208403, -0.015228590928018091, 0.04745293781161308, -0.009480906650424004, -0.015059178695082664, 0.024373862892389297, 0.05152234062552452, 0.003102218033745885, -0.021677684038877487, -0.0023409645073115826, 0.0008272581617347896, 0.018920451402664185, 0.01595200225710869, 0.018967093899846077, 0.007417161017656326, -0.03133724257349968, -0.00491778552532196, -0.032667893916368484, 0.019523292779922485, -0.005644716788083315, -0.005099078640341759, 0.019790831953287125, 0.0249011293053627, -0.015753107145428658, 0.02202794700860977, -0.00929697323590517, -0.05900990590453148, 0.03770184889435768, 0.04806193709373474, 0.016066409647464752, -0.03110138699412346, -0.00786599237471819, 0.03146045282483101, 0.053533170372247696, -0.04509437084197998, 0.05153409764170647, 0.01427812408655882, -0.0007339715957641602, 0.011421222239732742, -0.017048338428139687, -0.02099123597145081, 0.023208992555737495, 0.03243732079863548, -0.007110899779945612, 0.032389797270298004, 0.02139166370034218, -0.07354500889778137, 0.006678789854049683, -0.024055609479546547, -0.011060617864131927, -0.017390022054314613, 0.02499023638665676, -0.033828917890787125, -0.042359136044979095, 0.04141923040151596, -0.02773251011967659, -0.04386492446064949, 0.00538570387288928, 0.024228982627391815, -0.033510997891426086, -0.03991256654262543, -0.04054620862007141, -0.019860796630382534, -0.03691067546606064, -0.019818993285298347, 0.05628171935677528, 0.004424951039254665, -0.012110861018300056, -0.013510710559785366, -0.022200440987944603, -0.0036874590441584583, -0.030129797756671906, 0.003554570022970438, 0.015753107145428658, 0.027472451329231266, 0.004863441921770573, 0.03765256702899933, 0.055120911449193954, -0.03098873794078827, -0.016899827867746353, -0.04676384851336479, -0.037511758506298065, -0.00557717215269804, 0.04932747036218643, -0.013237890787422655, 0.0056702387519180775, -0.057703897356987, -0.02599966898560524, 0.0074418033473193645, -0.011401201598346232, -0.03201664984226227, -0.042841412127017975, 0.012769697234034538, 0.02063678950071335, -0.009348017163574696, -0.024578366428613663, -0.02991374395787716, -0.04084015265107155, -0.017947101965546608, 0.02435659058392048, -0.010456379503011703, -0.006922126282006502, -0.03653048723936081, 0.01527259312570095, 0.04909336939454079, -0.03116651251912117, 0.008327145129442215, 0.016254741698503494, -0.02203058823943138, 0.02819197066128254, -0.02380567416548729, -0.04159436374902725, 0.01964298076927662, -0.02251198329031467, 0.04701290279626846, -0.02628920786082745, 0.0030274128075689077, -0.02898571826517582, 0.032759424299001694, 0.015203948132693768, 0.03301816061139107, -0.012494457885622978, -0.02192058227956295, -0.04941899329423904, -0.05898526683449745, 0.029783055186271667, -0.009480026550590992, -0.03372221067547798, 0.012268061749637129, -0.010870524682104588, 0.016367390751838684, -0.014003544114530088, -0.013149883598089218, 0.02300569787621498, 0.004644966684281826, -0.035716429352760315, -0.0018481299048289657, 0.03839709982275963, 0.01573902741074562, 0.04389924928545952, -0.011754106730222702, -0.02203850820660591, 0.0015559493331238627, 0.036123018711805344, -0.040227629244327545, 0.013970102183520794, 0.022103633731603622, 0.048466768115758896, 0.010185835883021356, 0.0004444312362466007, 0.04331664368510246, -0.03830733150243759, -0.00953283067792654, -0.0031365405302494764, -0.03913107141852379, -0.02647578157484531, 0.02665531449019909, -0.007670619059354067, 0.008916071616113186, 0.01376240700483322, -0.012769697234034538, -0.02554511651396751, 0.007216507103294134, -0.02810477651655674, 0.013487388379871844, -0.022918131202459335, 0.02446572110056877, 0.02529473975300789, -0.017565155401825905, 0.014049308374524117, -0.0074435630813241005, -0.03974711522459984, 0.028441840782761577, 0.010282202623784542, 0.009743164293468, 0.0003062615287490189, 0.02939406596124172, -0.01794930174946785, 0.014671950601041315, 0.045022204518318176, -0.03458467125892639, -0.02096659503877163, -0.05415548756718635, 0.0475638248026371, -0.0381418839097023, 0.07685404270887375, -0.0023550456389784813, 0.020805543288588524, 0.0627308115363121, 0.01036008819937706, 0.029357103630900383, 0.01992812007665634, 0.026794584468007088, 0.06450501829385757, -0.029915064573287964, 0.06018039211630821, 0.02440587617456913, -0.06174338236451149, -0.023675423115491867, 0.048530131578445435, -0.03341330960392952, -0.022184159606695175, 0.05680447444319725, 0.0020153415389358997, 0.03147893399000168, -0.02776419185101986, -0.013399822637438774, 0.07161591947078705, -0.027714908123016357, 0.021837854757905006, -0.02942046709358692, -0.014680312015116216, -0.012130772694945335, -0.004809537902474403, 0.008392270654439926, 0.0185305830091238, 0.010465695522725582, -0.0586526058614254, 0.002556579653173685, 0.033359624445438385, 0.01119856722652912, 0.0045305583626031876, 0.0006723672850057483, 0.008883344940841198, 0.025681965053081512, -0.049174338579177856, 0.008622846566140652, -0.00242820056155324, -0.02535282261669636, -0.03786026313900947, 0.029867541044950485, -0.0012869529891759155, 0.021644242107868195, -0.08479572087526321, 0.04559776559472084, 0.002326113637536764, 0.012826901860535145, 0.02209659293293953, -0.03007347509264946, -0.02633233182132244, 0.005343735683709383, 0.03933700546622276, 0.04614692181348801, -0.02068145386874676, -0.023353321477770805, 0.005628435406833887, 0.0021209490951150656, -0.02791867032647133, -0.04277100786566734, 0.0011845632689073682, 0.0004875542945228517, -0.006324124522507191, 0.06757114827632904, 0.08548568934202194, -0.017294974997639656, 0.056394364684820175, 0.03530104085803032, -0.03228066861629486, -0.039027225226163864, 0.03999529406428337, 0.017874056473374367, 0.00994205940514803, 0.04922889918088913, 0.001158546423539519, -0.09104767441749571, -0.049987517297267914, -0.008589403703808784, -0.04083487018942833, -0.013080360367894173, 0.010249200277030468, 0.004771695472300053, 0.04560832306742668, -0.0032949517481029034, -0.0014682182809337974, 0.004917015787214041, -0.04514365270733833, -0.03057686798274517, 0.0398615226149559, -0.006389249116182327, -0.014895927160978316, -0.01234198734164238, 0.020873308181762695, -0.0547257661819458, -0.04321455955505371, 0.05600361526012421, 0.015463127754628658, -0.008714812807738781, -0.010546661913394928, 0.02566260471940041, -0.04521053656935692, -0.026498664170503616, 0.04482220858335495, 0.006359766703099012, 0.008388749323785305, 0.06587087363004684, -0.032808706164360046, -0.019039258360862732, 0.01647365838289261, -0.02081170305609703, 0.03493845462799072, -0.050142403692007065, 0.01815391704440117, 0.016970232129096985, 0.043966129422187805, 0.02531057968735695, -0.05469408631324768, -0.023406123742461205, 0.02952783554792404, -0.029020920395851135, 0.027619365602731705, -0.01071387343108654, 0.010254480876028538, 0.031414687633514404, -0.02195226401090622, 0.03472724184393883, -0.004325504414737225, 0.039032503962516785, 0.014280324801802635, -0.06460358202457428, -0.0023029018193483353, -0.006901445332914591, -0.015783028677105904, -0.07568180561065674, 0.005042754579335451, -0.04070814326405525, 0.026957174763083454, 0.015879835933446884, 0.03581499680876732, 0.004928126465529203, 0.0004787536454387009, 0.049853742122650146, 0.0001337694120593369, -0.02284170314669609, 0.007110899779945612, -0.03168926760554314, -0.012130772694945335, 0.04874222353100777, 0.02334628254175186, -0.04340112954378128, -0.027985967695713043, 0.0599471740424633, -0.04048416391015053, -0.004812178201973438, 0.05188404396176338, -0.009673640131950378, 0.05329214781522751, -0.0010472736321389675, 0.035663627088069916, 0.004042124375700951, -0.009032954461872578, 0.017682204023003578, -0.010965571738779545, -0.0030643753707408905, -0.0224393792450428, -0.056987084448337555, 0.03698020055890083, -0.04198247194290161, 0.0435384176671505, -0.027912043035030365, 0.0191501472145319, 0.01991228014230728, 0.03799227252602577, 0.011611096560955048, -0.008607004769146442, 0.07042959332466125, 0.001007010811008513, 0.039053626358509064, 0.020045829936861992, -0.03723013773560524, 0.0, 0.02677632123231888, 0.02817605994641781, 0.006079467479139566, 0.003914515022188425, 0.008823500014841557, 0.0692080706357956, 0.021410144865512848, -0.027925243601202965, 0.03046378120779991, -0.017711246386170387, -0.009346256963908672, -0.02256830595433712, -0.03265733644366264, -0.0492834635078907, -0.02140134386718273, -0.03618110343813896, 0.030013080686330795, 0.01663822866976261, -0.03569354861974716, -0.003340714843943715, 0.02448508143424988, 0.029834097251296043, -0.010643468238413334, -0.04565056785941124, 0.0026102636475116014, 0.014587906189262869, 0.007123000919818878, -0.014654790051281452, 0.001753083197399974, -0.03140413016080856, -0.001810287358239293, -0.0009953499538823962, 0.007912746630609035, -0.02399488538503647, -0.01715768501162529, -0.03231939300894737, 0.02998898923397064, 0.0388600118458271, -0.009902456775307655, 0.016438234597444534, 0.03331562131643295, 0.003717381274327636, 0.02779587358236313, 0.011772587895393372, 0.03400399535894394, -0.053859785199165344, -0.038610074669122696, 0.003076696302741766, -0.04389836639165878, -0.029555998742580417, -0.006704310886561871, -0.001026152167469263, -0.016393793746829033, -0.03892337903380394, 0.017762288451194763, -0.0358097180724144, -0.09090687334537506, -0.007432342506945133, -0.0030520546715706587, -0.036203984171152115, -0.015380840748548508, -0.028318630531430244, -0.011572813615202904, 0.0039338767528533936, -0.04780760034918785, -0.06307315081357956, 0.025717169046401978, -0.04228521138429642, 0.00897839106619358, 0.03849038854241371, -0.042028237134218216, 0.0006565261865034699, 0.00636108685284853, -0.007409240584820509, -0.08626014739274979, 0.003519367426633835, 0.03849390521645546, 0.030997540801763535, -0.048787109553813934, 0.0034850449301302433, -0.041443873196840286, -0.03658593073487282, 0.009723693132400513, 0.0707428902387619, 0.02466901578009129, -0.031962085515260696, 0.007374918088316917, -0.029337743297219276, -0.015223310329020023, -0.008405910804867744, 0.03290727362036705, -0.005475745070725679, 0.01271513383835554, -0.002674948191270232, 0.008457394316792488, 0.02203807048499584, -0.03429996967315674, 0.04628245532512665, 0.08558425307273865, 0.000795575964730233, 0.044052377343177795, 0.0171471256762743, 0.01601712591946125, 0.014089790172874928, 0.047009825706481934, -0.004556960426270962, -0.019171707332134247, 0.04985572397708893, 0.03088984079658985, -0.033938705921173096, -0.006355806719511747, 0.005063147284090519, -0.04160052537918091, 0.003421240719035268, 0.022931773215532303, 0.0029552478808909655, -0.02976985275745392, -0.0700199231505394, -0.04375579580664635, 0.004764215089380741, -0.045691050589084625, 0.009981662034988403, 0.07350276410579681, 0.010460414923727512, -0.04648134857416153, 0.011004293337464333, -0.022249722853302956, -0.014418934471905231, 0.013658560812473295, -0.032240625470876694, 0.04283789172768593, 0.02807683497667313, -0.015456527471542358, 0.044073499739170074, -0.03323289379477501, -0.029985466971993446, -0.02930254116654396, -0.03362540528178215, -0.0364750437438488, -0.04103200510144234, 0.04059813544154167, 0.02259998954832554, 0.006188595201820135, 0.04621380940079689, 0.00989981647580862, 0.01622922159731388, -0.01762939989566803, 0.01970018446445465, 0.04631765931844711, 0.04361586645245552, -0.017824772745370865, -0.05374031886458397, 0.00022529585112351924, -0.0010279122507199645, -0.0128858657553792, 0.009898935444653034, -0.024996398016810417, 0.002717631170526147, -0.02390820160508156, -0.04863573983311653, -0.03757864236831665, 0.059115514159202576, 0.02138374373316765, -0.023578617721796036, 0.02161783911287785, 0.02227436751127243, 0.02616775780916214, -0.004627805668860674, 0.0060389842838048935, -0.012465196661651134, 0.03364652395248413, 0.015594695694744589, 0.026641232892870903, -0.021654801443219185, -0.05156106501817703, -0.0027000298723578453, 0.025185609236359596, -0.020648011937737465, -0.03359372168779373, -0.013824892230331898, -0.009908616542816162, -0.009030314162373545, -0.002431610831990838, -0.016568925231695175, -0.05443006753921509, -0.013373420573771, -0.04720475897192955, -0.020828424021601677, 0.05151529982686043, -0.03409711644053459, -0.031323160976171494, 0.04277804866433144, -0.00805432628840208, 0.02011469379067421, 0.03688053414225578, 0.019287437200546265, -0.003154581878334284, -0.010720914229750632, -0.001268169144168496, 0.05097494646906853, -0.00458952272310853, -0.02401820942759514, 0.0033811975736171007, -0.04721707850694656, 0.013795849867165089, 0.00717162387445569, 0.002122709294781089, -0.04217608645558357, -0.01246783696115017, 0.01845676824450493, 0.03056630864739418, -0.01005294732749462, -0.0035730511881411076, 0.014132913202047348, 0.02350645139813423, -0.0026422205846756697, -0.008290182799100876, -0.021719926968216896, -0.004233977757394314, -0.003879312891513109, -0.010219278745353222, -0.02492863312363625, 0.021038759499788284, -0.049976956099271774, -0.016668371856212616, -0.043082550168037415, 0.02653870545327663, 0.05695859715342522, -0.009806419722735882, -0.022774241864681244, -0.002783635864034295, -0.017580995336174965, -0.0068556820042431355, -0.010785157792270184, 0.037504713982343674, 0.04515949264168739, -0.01290962751954794, 0.05207854136824608, -0.03387534245848656, 0.07434763014316559, -0.018527062609791756, -0.03405135124921799, 0.04603251814842224, 0.03529752045869827, -0.02176392823457718, -0.0418909452855587, 0.007461164612323046, 0.009814449585974216, -0.020825784653425217, 0.03133724257349968, -0.005790806841105223, -0.004231337457895279, 0.01275737676769495, 0.004764049779623747, -0.0021099483128637075, -0.013824671506881714, -0.02657434716820717, 0.04390628635883331, -0.021037163212895393, -0.04308078810572624, -0.02152279391884804, 0.019936921074986454, -0.031078504398465157, 0.004653767216950655, 0.033907026052474976, -0.0034841648302972317, -0.049221862107515335, 0.023444848135113716, 0.001042873365804553, 0.06321660429239273, 0.07059856504201889, 0.02902796119451523, -0.004011322278529406, 0.07220731675624847, 0.02203366905450821, -0.006307403557002544, 0.006880763918161392, 0.044610776007175446, -0.0314481295645237, -0.02155095525085926, -0.04159524664282799, 0.026927253231406212, -0.007079217582941055, -0.011769947595894337, -0.04966717213392258, 0.017808932811021805, -0.0020875066984444857, -0.027296878397464752, -0.0035642506554722786, 0.04106214642524719, 0.002501135692000389, 0.0655118077993393, 0.0461864173412323, -0.020677052438259125, 0.016980793327093124, -0.04438327997922897, -0.07514320313930511, -0.0156316589564085, 0.021969864144921303, 0.021702324971556664, 0.03400031104683876, 0.0008809419232420623, -0.0001636915112612769, -0.0014749837573617697, 0.024891451001167297, -0.0036645776126533742, 0.0010340727167204022, -0.014275483787059784, 0.018704835325479507, 0.037810977548360825, 0.03212577849626541, 0.0109470896422863, -0.028475280851125717, -0.0034234405029565096, -0.007101659197360277, 0.0031198193319141865, -0.06135615333914757, -0.03274821490049362, 0.021426646038889885, 0.025096725672483444, -0.027621621266007423, -0.001399298314936459, -0.01722809113562107, 0.02632749080657959, -0.01112398225814104, 0.051846206188201904, 0.022057872265577316, 0.0034956056624650955, -0.0529005154967308, -0.05742931738495827, -0.007102979347109795, 0.0702219009399414, -0.02251550368964672, -0.022811204195022583, -0.02667643502354622, -0.004942427389323711, -0.03450722619891167, -0.030947815626859665, -0.008997752331197262, -0.021435007452964783, 0.030450139194726944, 0.0074149612337350845, -0.013637439347803593, -0.04488667845726013, -0.0051589226350188255, 0.025041282176971436, 0.0479528084397316, 0.010053826496005058, -0.0164421945810318, -0.03222786635160446, 0.008966070599853992, 0.034505464136600494, -0.00120788486674428, -0.04374963417649269, 0.0363236740231514, 0.0032342274207621813, 0.012278622947633266, 0.021924100816249847, 0.010974866338074207, 0.007091538514941931, 0.004481275100260973, -0.04163748770952225, -0.08544344455003738, 0.042102161794900894, -0.06247911229729653, 0.02034527063369751, -0.0047347331419587135, -0.004541999194771051, -0.08689378947019577, -0.013725444674491882, -0.0028522806242108345, 0.012515579350292684, -0.006318843923509121, -0.06355807185173035, 0.015643980354070663, 0.008791818283498287, -0.013527430593967438, -0.01283482275903225, 0.005445823073387146, -0.03521479666233063, -0.03438577800989151, 0.011939799413084984, -0.033783815801143646, -0.06527946889400482, -0.05926336348056793, -0.03538200631737709, -0.004300862550735474, -0.004259499721229076, -0.012437033466994762, 0.0011308795074000957, -0.014165475964546204, -0.027993008494377136, 0.00223711715079844, -0.04805445671081543, -0.01950393244624138, 0.03594876825809479, -0.04184364154934883, 0.030921854078769684, -0.0052918121218681335, -0.06333629786968231, 0.029383504763245583, -0.017594197764992714, 0.019623618572950363, -0.013331177644431593, -0.0074237617664039135, -0.03584316000342369, -0.0003168222610838711, 0.009401701390743256, -0.01652052253484726, 0.0330093614757061, 0.04215496405959129, -0.009737004525959492, 0.009123161435127258, 0.01679025962948799, 0.007451924029737711, -0.010782407596707344, -0.055633991956710815, -0.04366866871714592, -0.008168734610080719, 0.002311922609806061, 0.008883344940841198, 0.06016102805733681, -0.01740674301981926, 0.005000511649996042, -0.0025451388210058212, 0.021021157503128052, 0.03657449036836624, 0.04491131380200386, 0.0504663810133934, 0.021476149559020996, -0.022093072533607483, 0.016795100644230843, -0.036702100187540054, 0.05761941149830818, -0.00859996397048235, -0.006167473737150431, 0.0005443182890303433, 0.04365053027868271, 0.02658138796687126, 0.0032688798382878304, 0.06533578783273697, 0.009546911343932152, -0.03272993862628937, 0.01021658256649971, 0.00905583705753088, 0.01567148230969906, -0.01714140549302101, 0.01508778054267168, -0.005123720038682222, 0.014124993234872818, -0.033692289143800735, 0.03130996227264404, -0.021195409819483757, 0.027932722121477127, -0.05571847781538963, -0.021096842363476753, 0.00310485833324492, -0.02895051427185535, -0.013320616446435452, -0.04933098703622818, 0.011363359168171884, 0.02387167885899544, 0.035058144479990005, 0.0278504379093647, 0.06144151836633682, 0.05705969035625458, 0.023044971749186516, 0.049885425716638565, -0.01645011641085148, 0.004731212742626667, -0.015976643189787865, -0.02387893944978714, 0.007112659979611635, -0.04151603952050209, -0.021269334480166435, 0.020403793081641197, -0.06009766459465027, 0.002075185999274254, 0.04082078859210014, -0.03382957726716995, -0.00242061004973948, 0.056661903858184814, -0.07626264542341232, -0.0003168222610838711, -0.010098709724843502, -0.058591000735759735, 0.030867289751768112, -0.01315956562757492, 0.028700578957796097, 0.003577451454475522, -0.020336469635367393, -0.06278008967638016, -0.01810111291706562, -0.06074539199471474, -0.012694012373685837, 0.044031258672475815, 0.022001545876264572, -0.03830909356474877, -0.010209927335381508, -0.013781769201159475, 0.04644790291786194, -0.05191308632493019, -0.0279525239020586, 0.08499989658594131, 0.0029904500115662813, -0.01727033406496048, 0.07837919145822525, 0.0020065410062670708, 0.036704737693071365, 0.026460381224751472, -0.04169601202011109, -0.03654764965176582, -0.026753880083560944, 0.03187759965658188, -0.026092953979969025, 0.02785571850836277, 0.0012021645670756698, 0.05829529836773872, 0.04949820041656494, 0.020860105752944943, -0.006678789854049683, -0.021462948992848396, 0.010004103183746338, 0.0017988464096561074, -0.06168881803750992, -0.014354249462485312, -0.03538552671670914, 0.018770840018987656, 0.0020399834029376507, -0.006441956851631403, 0.0040535652078688145, -0.049339789897203445, 0.03877728432416916, 0.02653210423886776, 0.03207649290561676, 0.0018047868506982925, -0.02122313156723976, -0.011971482075750828, 0.03771241009235382, 0.03790998458862305, 0.04051452875137329, 0.04389484226703644, 0.019891157746315, -0.009159683249890804, 0.019526813179254532, -0.01937544159591198, 0.036696817725896835, -0.009042635560035706, 0.004965528845787048, -0.010479776188731194, -0.0031717431265860796, -0.035810597240924835, 0.02177625149488449, 0.01015943381935358, 0.04248586669564247, -0.060953084379434586, 0.04236618056893349, -0.006715752184391022, -0.03073880262672901, -0.015543652698397636, -0.0024439317639917135, 0.010687471367418766, 0.020857658237218857, -0.02083282358944416, -0.0022404175251722336, 0.012494678609073162, 0.014404852874577044, 0.07858600467443466, 0.020847786217927933, -0.009572433307766914, 0.0004202295676805079, -0.009921817108988762, 0.04145245254039765, 0.017643479630351067, -0.009638438001275064, -0.06482887268066406, -0.021927621215581897, 0.006774496287107468, -0.029742570593953133, 0.02778531238436699, -0.012185776606202126, 0.016304466873407364, 0.0164157934486866, 0.06498377025127411, 0.022726718336343765, -0.0127327349036932, -0.02743328921496868, 0.03808027505874634, 0.008237378671765327, -0.021001795306801796, -0.003268549684435129, 0.001825248240493238, -0.008328135125339031, -0.043858762830495834, 0.008869263343513012, 0.016438676044344902, 0.01841980591416359, -0.08607708662748337, -0.01731961779296398, 0.02253662422299385, 0.04352081939578056, 0.01778429001569748, 0.04415534436702728, 0.026657074689865112, -0.025358103215694427, -0.020674413070082664, -0.02296169474720955, 0.025891421362757683, 0.00994953978806734, 0.010754795745015144, 0.03104858286678791, 0.048037294298410416, 0.035996291786432266, 0.006950178183615208, 0.012584691867232324, -0.030974658206105232, 0.07023949921131134, 0.01777372881770134, 0.03040921688079834, -0.05186380445957184, 0.012118452228605747, 0.03247780352830887, -0.02100003696978092, 0.03771593049168587, 0.004140086006373167, 0.015063139609992504, 0.03487157076597214, 0.012975632213056087, -0.009439543820917606, -0.004498216323554516, -0.018139835447072983], [-0.017460480332374573, -0.05023474618792534, -0.03083004616200924, -0.020280135795474052, -0.020846806466579437, 0.0512598380446434, 0.018780400976538655, -0.0566435307264328, 0.00015259008796419948, 0.05389886349439621, -0.010055296123027802, 0.0028468812815845013, -0.05273161455988884, -0.013580762781202791, -0.023648856207728382, 0.010661743581295012, 0.0152694433927536, -0.02069747634232044, 0.07555002719163895, 0.031947411596775055, -0.021238714456558228, -0.02086506597697735, 0.02163143828511238, 0.04129787161946297, -0.03886519372463226, 0.059765104204416275, -0.024919135496020317, 0.017264852300286293, -0.0012572380946949124, -0.0070374030619859695, 0.0058720288798213005, -0.01340070366859436, -0.008557435125112534, -0.03175797685980797, 0.01414894126355648, -0.00906248204410076, 0.0014091760385781529, 0.018684135749936104, -0.022684246301651, -0.03272927179932594, -0.026868898421525955, 0.0337432362139225, -0.004687906708568335, 0.01864990033209324, 0.030200449749827385, 0.05209973454475403, -0.028565648943185806, 0.019618259742856026, -0.016479404643177986, -0.05844331160187721, -0.0032982935663312674, 0.005600186996161938, 0.014703424647450449, -0.018422318622469906, 0.02221677452325821, 0.038965411484241486, 0.030939271673560143, -0.00975141953676939, 0.0712791383266449, 0.02838175743818283, 0.003021479584276676, 0.004253611899912357, -0.027544468641281128, 0.019708901643753052, 0.008271165192127228, 0.02270853705704212, 0.008664541877806187, 0.021647904068231583, -0.001168553251773119, -0.05395689979195595, -0.008697635494172573, -0.010086922906339169, -0.012055840343236923, 0.0019835082348436117, 0.05456987023353577, 0.011595542542636396, -0.07111480832099915, -0.015631528571248055, -0.05403515323996544, -0.0062786913476884365, -0.025935098528862, -0.001388309057801962, -0.03840053454041481, -0.028272205963730812, -0.05306483432650566, -0.01034743431955576, -0.006094800308346748, -0.03002503514289856, 0.04569551721215248, 0.031119249761104584, -0.03075798973441124, 0.004552597180008888, 0.07308152318000793, -0.006922634318470955, 0.006958662532269955, 0.0334002748131752, 0.005151546094566584, 0.03941519558429718, -0.00671592028811574, 0.051833681762218475, 0.06404349952936172, -0.005313265137374401, -0.022791678085923195, -0.03093796782195568, -0.04620480164885521, 0.02691193670034409, 0.05166935175657272, -0.008190305903553963, 0.009579267352819444, -0.009980305097997189, -0.007698626723140478, 0.012175907380878924, 0.020123308524489403, -0.04944131150841713, 0.0217277854681015, -0.0013641815166920424, 0.05445249378681183, -0.009304082952439783, -0.032620370388031006, -0.003497834550216794, -0.01211591437458992, 0.013971448875963688, 0.047897640615701675, 0.03486357629299164, -0.023757103830575943, 0.025405598804354668, 0.008003806695342064, 0.030752772465348244, -0.022216856479644775, 0.018133440986275673, 0.0049076625145971775, -0.006933067925274372, -0.0007101308437995613, -0.005910583771765232, -0.054550960659980774, 0.04826020449399948, -0.028675852343440056, 0.03424278274178505, -0.0160441305488348, 0.01881162077188492, -0.02071378007531166, 0.028779534623026848, 0.0047094258479774, 0.03344200924038887, 0.014925137162208555, -0.02516823634505272, -0.011784650385379791, -0.016338877379894257, 0.010775534436106682, 0.0111601073294878, -0.0016615366330370307, -0.02885909005999565, -0.020287634804844856, 0.02803875505924225, 0.04566226154565811, 0.007294654380530119, 0.015858937054872513, 0.01495382934808731, -0.04360555484890938, 0.01266171783208847, 0.03842009976506233, 0.04343421757221222, 0.02366841956973076, -0.021199915558099747, 0.0015800248365849257, -0.020885279402136803, -0.0008946735179051757, -0.01776859536767006, 0.006093822419643402, 0.0038931667804718018, 0.07357712090015411, -0.00429404154419899, 0.02438572235405445, 0.04177121073007584, -0.05522065982222557, 0.014061763882637024, 0.018245438113808632, -0.04558400809764862, 0.0003677812637761235, 0.006771348416805267, 0.00023931865871418267, -0.012454514391720297, -0.01790553517639637, -0.0032604720909148455, -0.022294782102108, 0.0070739202201366425, -0.021245235577225685, 0.00258490233682096, -0.015201625414192677, 0.04004642367362976, -0.0010185714345425367, -0.02917470410466194, -0.004698992241173983, -0.016841968521475792, -0.02754707634449005, -0.013090142980217934, -0.008173351176083088, -0.01883118227124214, -0.01957954280078411, -0.005409123376011848, -0.04371640831232071, 0.008336375467479229, 0.04665344208478928, -0.02646166644990444, -0.033950645476579666, -0.005437163170427084, 0.07928425073623657, -0.03845270350575447, 0.04385530576109886, -0.007146955002099276, 0.011714223772287369, 0.023214561864733696, -0.01102406345307827, 0.00923626497387886, 0.024059023708105087, 0.023548759520053864, 0.0015428554033860564, -0.02812175080180168, 0.03518856316804886, 0.028860067948698997, -0.04049506410956383, -0.03435233235359192, 0.05053471028804779, -0.026510246098041534, -0.05996660143136978, 0.04495278000831604, -0.00016049674013629556, -0.005023083183914423, -0.004252307582646608, -0.01676771230995655, 0.06688401848077774, -0.007996633648872375, 0.022777657955884933, -0.035661738365888596, 0.007697322405874729, 0.01455213874578476, 0.02521062269806862, 0.02179495245218277, -0.03659358248114586, -0.0252494215965271, -0.03883352875709534, -0.008504615165293217, 0.012934944592416286, 0.012207207269966602, 0.033002499490976334, -0.028769101947546005, -0.0035190274938941, 8.444622653769329e-05, -0.024024462327361107, 0.0206191036850214, 0.04670039564371109, 0.0073308455757796764, -0.06302883476018906, 0.013174915686249731, 0.01379962172359228, -0.009272456169128418, -3.390890924492851e-05, -0.00235569104552269, -0.012992980889976025, 0.05017540603876114, 0.020640091970562935, -0.04967916011810303, -0.03819708153605461, -0.033199429512023926, 0.03701027110219002, 0.04179925099015236, 0.011154727078974249, -0.009175946936011314, 0.01639389805495739, -0.019764982163906097, -0.02764945477247238, -0.048944249749183655, 0.058359842747449875, -0.0187063068151474, -0.015404426492750645, 0.023570604622364044, 0.06718659400939941, 5.6080119975376874e-05, 0.06867336481809616, 0.0461135096848011, -0.03971059247851372, -0.05232144892215729, 0.017539219930768013, 0.006111429072916508, 0.02946684323251247, 0.014986108057200909, 0.03999164700508118, -0.054157745093107224, -0.013984388671815395, -0.02582424320280552, -0.005757504608482122, -0.03120923973619938, 0.019294822588562965, 0.02876029908657074, 0.03920848295092583, -0.03452448546886444, 0.028613902628421783, -0.0014606914483010769, -0.04954352602362633, -0.06554331630468369, 0.019235480576753616, 0.03431744873523712, 0.003971580881625414, 0.022181643173098564, 0.02537429891526699, -0.062449779361486435, -0.047803737223148346, 0.06753090023994446, 0.008325126022100449, 0.006171747576445341, 0.009746203199028969, -0.007616462651640177, -0.03853486850857735, 0.004966351203620434, 0.021253714337944984, 0.01417001150548458, -0.007899471558630466, 0.04902706667780876, -0.03321508318185806, 0.03904219716787338, 0.044974952936172485, 0.0008698939345777035, -0.0025268455501645803, -0.05376388132572174, 0.04341775178909302, 0.05247795209288597, 0.02286829985678196, 0.028530435636639595, -0.04523448646068573, -0.03729458525776863, 0.05731648951768875, -0.019317645579576492, 0.006986865773797035, 0.009002815932035446, 0.0009011944639496504, -0.0008410387672483921, 0.007142390124499798, -0.0038956119678914543, -0.000340393278747797, 0.020018810406327248, -0.011226457543671131, -0.07127131521701813, -0.004001251421868801, -0.013643119484186172, 0.01769719086587429, -0.07751576602458954, -0.0015053600072860718, -0.03773800656199455, 0.002213208470493555, -0.0015362529084086418, 0.030967963859438896, -0.02113829366862774, 0.009291041642427444, -0.0041779689490795135, -0.02425008825957775, 0.02925817295908928, 0.006111755035817623, -0.021474121138453484, -0.007789430674165487, 0.0028881262987852097, 0.014798630960285664, 0.010102246887981892, -0.0625358521938324, 0.06894528865814209, -0.02750762552022934, 0.008711237460374832, 0.034103233367204666, -0.04075068607926369, 0.03846118226647377, -0.059851180762052536, 0.04176534339785576, 0.01183160115033388, 0.011795083992183208, 0.024328337982296944, 0.004231440834701061, 0.0286269448697567, -0.05235796421766281, -0.042511340230703354, 0.027561422437429428, -0.031111424788832664, 0.014526707120239736, -0.015438987873494623, 0.050854235887527466, 0.0019562833476811647, 0.014468670822679996, 0.0165390707552433, 0.023444099351763725, 0.028572170063853264, -0.037255458533763885, 0.052882250398397446, -0.01425869669765234, 0.022913293913006783, 0.02532995492219925, 0.016115209087729454, 0.024323122575879097, 0.029742026701569557, 0.01472690049558878, 0.04403169825673103, 0.02758881077170372, 0.007043271791189909, -0.06532192975282669, 0.022440524771809574, -0.025412771850824356, 0.04219833388924599, -0.046517807990312576, -0.037432827055454254, -0.03654060140252113, -0.0054389056749641895, -0.05442901700735092, 0.02330259419977665, 0.00016041523485910147, -0.04396583512425423, -0.023162394762039185, 0.014129255898296831, 0.036232974380254745, 0.0019601958338171244, -0.02032904326915741, -0.0013198391534388063, 0.0031130986753851175, 0.00882071815431118, -0.0047394223511219025, 0.05952252820134163, -0.021748652681708336, 0.04107673093676567, 0.06645102798938751, 0.016824768856167793, 0.03309379145503044, -0.028839772567152977, -0.008333277888596058, 0.03858703374862671, 0.05121549591422081, 0.037204593420028687, 0.04796545580029488, 0.0551619715988636, 0.013399643823504448, -0.013682245276868343, 0.03683290258049965, 0.01860816590487957, -0.03765690326690674, -0.028582602739334103, -0.026809558272361755, -0.06019092351198197, -0.03207000344991684, -0.020556624978780743, 0.004916791804134846, -0.014149144291877748, -0.06121862307190895, 0.03764215111732483, -0.017355818301439285, -0.104147307574749, 0.004886143375188112, -0.0022001664619892836, -0.029751481488347057, -0.005696696694940329, -0.0023229436483234167, 0.022806350141763687, 0.06333662569522858, -0.0006299231899902225, -0.04003729298710823, 0.005755385383963585, -0.02243269979953766, 0.013352285139262676, 0.01857360452413559, -0.048202820122241974, 0.02019405923783779, 0.006207938771694899, 0.03290468454360962, -0.05667483061552048, 0.005447596777230501, 0.01583154872059822, 0.04226158559322357, -0.0797954872250557, -0.023897631093859673, -0.04059353098273277, 0.01138092204928398, 0.009268869645893574, 0.04186576604843139, -0.010716519318521025, -0.021852988749742508, -0.036105163395404816, -0.017105089500546455, -0.010310917161405088, 0.024544833227992054, -0.020276224240660667, 0.007506911177188158, 0.008186393417418003, -0.005709738936275244, 0.006984012667089701, -0.022608114406466484, -0.02952422760426998, 0.011866162531077862, 0.06159944832324982, -0.00843940582126379, 0.04246699810028076, -0.03461578115820885, 0.004786699078977108, 0.0002425791317364201, 0.026419809088110924, -0.0007903384394012392, 0.006772652734071016, 0.02203003130853176, 0.01803432404994965, 0.002545776544138789, 0.018391018733382225, 0.015162499621510506, -0.04815065115690231, 0.01036161743104458, 0.028017889708280563, 0.012731491588056087, -0.01856284588575363, -0.055430635809898376, -0.05672699958086014, -0.021007873117923737, -0.003499790793284774, 0.050905097275972366, 0.007508867420256138, -0.026937369257211685, -0.04071807861328125, 0.047838952392339706, -0.005585188511759043, -0.04103687405586243, 0.022136323153972626, -0.017075907438993454, 0.043730102479457855, 0.014965729787945747, -0.032748591154813766, 0.022269023582339287, -0.05150372162461281, 0.014314776286482813, -0.01348270382732153, 0.033015865832567215, -0.028478266671299934, -0.03147268667817116, 0.035755641758441925, 0.01637898199260235, 0.016178462654352188, -0.0047642020508646965, -0.0027293411549180746, -0.005716259591281414, 0.017010534182190895, -0.01823255978524685, 0.050431028008461, 0.036488596349954605, -0.007963377051055431, -0.026970624923706055, -0.046330004930496216, -0.028013650327920914, 0.03000808134675026, 0.029928525909781456, -0.003908001817762852, 0.003171787364408374, -0.03061257302761078, -0.07681672275066376, -0.038916993886232376, 0.02269027754664421, -0.009213360957801342, -0.025778597220778465, 0.017691973596811295, 0.06611716002225876, -0.01479569636285305, -0.017692625522613525, -0.00696339039131999, -0.0013759192079305649, 0.008262036368250847, 0.04371119290590286, 0.024628302082419395, -0.04059353098273277, -0.042391352355480194, -0.04522405192255974, 0.03216944634914398, -0.03741456940770149, -0.03842401131987572, -0.0157780759036541, -0.05810682848095894, -0.01173248328268528, 0.013355545699596403, 0.03435168042778969, -0.029892008751630783, -0.003668031189590693, -0.06226979941129685, 0.04185272380709648, -0.005626922938972712, -0.0063070571050047874, -0.03005894459784031, 0.003126140683889389, -0.0107732517644763, 0.011729874648153782, -0.004546911921352148, 0.026015959680080417, -0.030027644708752632, -0.019058112055063248, 0.03150920197367668, 0.02120350301265717, -0.015866762027144432, -0.045400116592645645, -0.0285459216684103, -0.0365329384803772, 0.0004281814908608794, 0.0022171209566295147, -0.029720507562160492, -0.016747700050473213, -0.032041311264038086, -0.008539828471839428, -0.010115288197994232, 0.01660623587667942, -0.012168081477284431, -0.014617348089814186, 0.004582919646054506, -0.004036709200590849, 0.020129013806581497, 0.0011233956320211291, 0.0031910240650177, -0.017079656943678856, 0.02961291186511517, 0.002831720048561692, 0.03662879392504692, -0.05147372558712959, -0.01563592068850994, -0.027175383642315865, -0.028473051264882088, 0.043031711131334305, -0.03165461868047714, -0.04786372929811478, 0.010090509429574013, -0.01483253948390484, -0.002907688962295651, 0.0033895866945385933, -0.002532082609832287, 0.011903331615030766, -0.01592414639890194, 0.06405653804540634, -0.03859616443514824, 0.054916784167289734, 0.026274189352989197, -0.053461309522390366, 0.08043976128101349, -0.032346490770578384, -0.0033074228558689356, -0.03763628005981445, 0.001435259822756052, 0.022053834050893784, -0.00744007108733058, -0.005532369017601013, -0.0370650477707386, -0.0020042122341692448, 0.00983227975666523, 0.06639885902404785, -0.03144660219550133, -0.017962593585252762, -0.006004485301673412, 0.04746725782752037, 0.003458708757534623, -0.02881091646850109, -0.024544181302189827, 0.04000208154320717, 0.02965203672647476, -0.010133547708392143, -0.007496477570384741, 0.006313578225672245, -0.030789289623498917, 0.04148624837398529, -0.02676195465028286, 0.02404402568936348, 0.07112589478492737, 0.02202383615076542, -0.013596168719232082, 0.019808020442724228, -0.02927382290363312, -0.03472794219851494, 0.012769456021487713, 0.02472742088139057, 0.035738687962293625, 0.003740658052265644, -0.029222959652543068, 0.027734879404306412, 0.003248699475079775, -0.018986381590366364, -0.0642378181219101, -0.01942654512822628, 0.026928890496492382, 0.0068443831987679005, 0.005252620670944452, 0.0260029174387455, -0.025156497955322266, 0.06216220557689667, -0.006253748666495085, -0.04106630012392998, 0.03597034513950348, -0.03138791397213936, -0.020608792081475254, -0.04979392886161804, 0.005700854118913412, 0.04509884864091873, 0.004101021680980921, 0.0015604619402438402, 0.03024854138493538, 0.049191392958164215, 0.029393808916211128, -0.03232692927122116, 0.0306627843528986, -0.04271414130926132, 0.05509937182068825, 0.01250048726797104, 0.033139437437057495, 0.06447388231754303, 0.01606891117990017, -0.019445456564426426, 0.0331120491027832, -0.0104850260540843, -0.03140486776828766, -0.03154050186276436, 0.01899542845785618, 0.0029579002875834703, 0.035022687166929245, -0.011547287926077844, 0.0005056992522440851, 0.04993217438459397, -0.02196873538196087, 0.032781437039375305, 0.01101680938154459, -0.003186459420248866, -0.02125045284628868, -0.09415200352668762, -0.011658796109259129, 0.007665859069675207, 0.022129476070404053, -0.021940898150205612, -0.05315873771905899, -0.042511340230703354, -0.03268558159470558, -0.026172460988163948, 0.000365498912287876, -0.003394803497940302, 0.03051932342350483, 0.013706699013710022, 0.02668370306491852, 0.015271399170160294, -0.039103493094444275, -0.017088133841753006, -0.010653918609023094, 0.017907816916704178, -0.02349333092570305, 0.0009533620323054492, -0.00862264446914196, 0.00894999597221613, -0.05252392217516899, 0.011591793037950993, 0.03201718255877495, 0.06574155390262604, -0.016970105469226837, 0.016766652464866638, 0.011956803500652311, 0.008938910439610481, 0.07600291073322296, -0.0064289988949894905, -0.037135474383831024, 0.04310539737343788, -0.029766805469989777, 0.0032004385720938444, -0.00018372760678175837, -0.024158794432878498, -0.0654037669301033, -0.036527130752801895, -0.020734483376145363, 0.006608325056731701, 0.04004381597042084, -0.021341420710086823, -0.0052728354930877686, 0.008198782801628113, 0.017181383445858955, 0.02353278361260891, 0.016365449875593185, -0.03743902221322059, -0.009474932216107844, 0.02519301511347294, -0.012919620610773563, -0.0791851282119751, -0.010266575030982494, -0.023815792053937912, -0.07103394716978073, -0.012751379981637, 0.020869629457592964, -0.010012909770011902, -0.03847561031579971, -0.045882098376750946, 0.006678588222712278, -0.02981620281934738, -0.05906932055950165, 0.02794615924358368, -0.0438624806702137, 0.002346887718886137, 0.004978741053491831, -0.05825028941035271, 0.01515010930597782, -0.031184623017907143, 0.033629160374403, 0.00433251541107893, 0.01692837104201317, -0.06151076406240463, -0.01839943416416645, 0.011165812611579897, -0.02131826989352703, 0.043424271047115326, 0.018879437819123268, -0.0362108014523983, 0.011442789807915688, 0.00890760961920023, -0.024621780961751934, 0.007894907146692276, -0.06174551695585251, 0.016484947875142097, 0.002938337391242385, 0.02797224186360836, -0.011532289907336237, 0.01803204044699669, 0.0007407792727462947, -0.02311870269477367, -0.02388100139796734, 0.03923831507563591, 0.017476946115493774, 0.045657042413949966, 0.05173717066645622, 0.010009894147515295, -0.03332267701625824, 0.007242160849273205, -0.05697349086403847, 0.03360633924603462, 0.007071312051266432, 0.006025678478181362, 0.03062170185148716, -0.005032212473452091, 0.04246699810028076, -0.02424275130033493, 0.07663283497095108, -0.01647842675447464, 0.03439667820930481, -0.010597838088870049, -0.02109655924141407, -0.0041655790992081165, -0.031274449080228806, -0.030257180333137512, 0.032394420355558395, -0.011468710377812386, -0.0012181124184280634, -0.002257550833746791, -0.008966297842562199, 0.03635035082697868, -0.05841168388724327, -0.07059834897518158, -0.04127496853470802, -0.047743745148181915, -0.02205122448503971, -0.05049819126725197, 0.0007883821381255984, 0.05799988657236099, 0.01180828921496868, 0.005707456264644861, 0.06085214763879776, 0.05310852453112602, 0.027301888912916183, -0.02656502276659012, -0.032448217272758484, 0.028981683775782585, -0.029101017862558365, -0.0067680878564715385, 0.04018727317452431, -0.04189185053110123, 0.0277081448584795, 0.04026422277092934, -0.02894255891442299, 0.02720537967979908, 0.0449371300637722, -0.049668729305267334, 0.05372736230492592, 0.06490164995193481, -0.05116593837738037, 0.003857790492475033, -0.0022627676371484995, -0.02532767318189144, 0.020745079964399334, -0.02369580790400505, 0.005036777351051569, -0.012398596853017809, -0.0015128590166568756, -0.03521309792995453, 0.011871134862303734, -0.03722676634788513, -0.01720225065946579, 0.04259480908513069, -0.00227972213178873, -0.03832228481769562, -0.00452031847089529, -0.005512806121259928, 0.0703062117099762, -0.005459334701299667, -0.00461813248693943, 0.04121595248579979, 0.043235164135694504, 0.04334602132439613, 0.04143668711185455, -0.03952866047620773, 0.03340549394488335, -0.0013876568991690874, -0.04722598195075989, -0.019208094105124474, -0.0020554016809910536, 0.04987935349345207, -0.03373496234416962, -0.0051769777201116085, -0.030421508476138115, -0.0007420834735967219, 0.04789111763238907, 0.03650163859128952, -0.013602363876998425, -0.05313004553318024, -0.030507585033774376, 0.011814646422863008, -0.04196358099579811, -0.03460436686873436, -0.028973206877708435, 0.017937161028385162, -0.004638999700546265, 0.004895925056189299, -0.004889403935521841, -0.03711721301078797, 0.06634669750928879, 0.024706227704882625, -0.013231159187853336, 0.012374144047498705, -0.00929022580385208, -0.019922789186239243, 0.046944279223680496, -0.01915070973336697, 0.03166048973798752, 0.02567947842180729, 0.02718972973525524, -0.06445822864770889, 0.019148100167512897, -0.014004705473780632, 0.03869202360510826, 0.003655641339719295, -0.009345817379653454, -0.01811257377266884, 0.025116069242358208, -0.04655638337135315, -0.0006993712740950286, 0.018799882382154465, 0.044086799025535583, -0.026435907930135727, 0.05151285231113434, 0.0034487643279135227, -0.03415931388735771, -0.009865536354482174, 0.011947999708354471, 0.00941950362175703, 0.07000885903835297, -0.027643587440252304, 0.0140787186101079, 0.0322747603058815, -0.02414770796895027, 0.0777035728096962, 0.0198445376008749, 0.04596368968486786, 0.00489070825278759, -0.005083728116005659, 0.012464051134884356, -0.014669516123831272, -0.028632162138819695, -0.035960398614406586, -0.010721084661781788, -0.010412643663585186, -0.012416529469192028, 0.03805362060666084, -0.01589871384203434, 0.0027492300141602755, 0.011681456118822098, 0.027925292029976845, -0.01551071833819151, -0.00932234153151512, -0.00039745154208503664, 0.04523448646068573, -0.048800136893987656, -0.04492800310254097, 0.010974748991429806, -0.0005555844400078058, -0.012934944592416286, -0.04441806301474571, -0.022804515436291695, 0.005764188710600138, 0.038200996816158295, -0.06857946515083313, 0.0018790101166814568, -0.015045774169266224, 0.03657206520438194, -0.015690043568611145, 0.02392664924263954, 0.03953517973423004, -0.04886534810066223, -0.0014202616875991223, -0.014796022325754166, 0.008007719181478024, -0.009815325029194357, 0.012054617516696451, 0.03687594085931778, 0.08069277554750443, 0.021731698885560036, 0.0011757262982428074, -0.0046520414762198925, -0.039095669984817505, 0.02159997634589672, 0.05217146500945091, 0.013553130440413952, 0.001816735020838678, 0.02329998649656773, 0.03337419405579567, -0.003271883819252253, 0.04387291148304939, 0.004162726458162069, 0.012029185891151428, 0.022344667464494705, 0.02268180064857006, 0.017982155084609985, -0.02419791929423809, -0.0161416195333004], [-0.02344311773777008, -0.00465491833165288, -0.05831211060285568, -0.054639771580696106, -0.006286055780947208, 0.06524550914764404, 0.044016990810632706, -0.031985752284526825, 0.020562922582030296, 0.021506408229470253, -0.027531610801815987, 0.03172231465578079, -0.026952406391501427, -0.02620102651417255, -0.03479841724038124, 0.026159046217799187, 0.0076002138666808605, -0.04500991106033325, 0.06139551475644112, -0.00753328949213028, 0.0048331813886761665, -0.016425758600234985, -0.020019007846713063, 0.034922532737255096, -0.029084453359246257, 0.017494652420282364, -0.018539361655712128, 0.0258475411683321, -0.012979744002223017, 0.002289737807586789, -0.003280527889728546, -0.020837923511862755, 0.006262936629354954, 0.01614345796406269, -0.01957213133573532, 0.008379277773201466, -0.005643730517476797, 0.003959813620895147, -0.0372588150203228, -0.02975350990891457, -0.020570222288370132, 0.015106732957065104, -0.0148266376927495, 0.02880987338721752, 0.011936327442526816, -0.00592557480558753, -0.04104066640138626, 0.04758712276816368, -0.005179972853511572, -0.07372913509607315, 0.03984332457184792, -0.026946399360895157, 0.014986268244683744, -0.019207697361707687, 0.00928671658039093, 0.043510802090168, 0.017889585345983505, 0.0033267666585743427, 0.05313944071531296, 0.025048093870282173, 0.005466532427817583, 0.00027013247017748654, -0.011671061627566814, 0.005639319773763418, 0.024084074422717094, -0.029388505965471268, 0.015585852786898611, 0.01430394034832716, -0.009278807789087296, -0.05254198610782623, 0.030527403578162193, 0.011883091181516647, 0.02547702193260193, -0.02022586576640606, 0.030287692323327065, 0.012383504770696163, -0.03704465180635452, 0.007113588508218527, -0.000500110094435513, 0.021644365042448044, 0.00434098020195961, 0.00599037017673254, -0.02376922406256199, -0.02651435323059559, -0.05366145446896553, -0.037020619958639145, 0.0017405939288437366, -0.03263644501566887, 0.015276478603482246, 0.018207818269729618, -0.03509288653731346, 0.0054221185855567455, 0.061142418533563614, 0.02471347339451313, 0.0034622130915522575, 0.023986728861927983, -0.0005865038838237524, -0.0378933809697628, 0.01155850663781166, 0.026006944477558136, 0.02622353658080101, 0.015886710956692696, -0.00536401616409421, 0.009528405964374542, -0.028304286301136017, -0.00022434990387409923, -0.0031904836650937796, 0.01560319308191538, -0.01833980530500412, -0.006850657518953085, 0.0004392694972921163, 0.01964057795703411, -0.01483203750103712, -0.03689377009868622, -0.006920624058693647, -0.04261218383908272, 0.03647518530488014, 0.036560364067554474, -0.03524133935570717, -0.03399958088994026, -0.056551381945610046, -0.009356227703392506, -0.0018617238383740189, 0.013899654150009155, -0.031089570373296738, -0.011761714704334736, 0.018154848366975784, -0.036374494433403015, -0.04568645730614662, -0.006191144697368145, 0.016440359875559807, -0.017402859404683113, 0.028876645490527153, -0.03003520332276821, -0.04632711410522461, 0.025230009108781815, -0.023418402299284935, 0.02106668241322041, -0.029475010931491852, 0.014020118862390518, -0.06605590879917145, 0.002104173880070448, -0.0034283704590052366, 0.043202489614486694, 0.02634521760046482, -0.012310800142586231, 0.022663142532110218, -0.02092674933373928, -0.06268046796321869, 0.02639358676970005, -0.01795179396867752, -0.04072805866599083, 0.0003348517348058522, -0.017916657030582428, 0.011594402603805063, -0.02012365311384201, 0.04195571318268776, 0.03204416111111641, -0.06617029011249542, 0.01191199105232954, 0.01504102535545826, 0.010548551566898825, 0.03463536500930786, 0.019482392817735672, -0.005517029669135809, -4.2588453652570024e-05, 0.022963998839259148, 0.0319705456495285, 0.04936123639345169, -0.005594905931502581, 0.0016089309938251972, -0.04277827590703964, 0.029366565868258476, 0.0018477306002750993, -0.03822983056306839, 0.012820341624319552, 0.03900858759880066, 0.004537495318800211, -0.01892022415995598, 0.019837701693177223, 0.00693096686154604, -0.005203092470765114, 0.01813051290810108, -0.011234226636588572, -0.012606182135641577, 0.007753531914204359, -0.022967515513300896, -0.010260166600346564, -0.024473151192069057, 0.01927553489804268, -0.0020150423515588045, -0.029749251902103424, 0.03017209470272064, -0.03183547779917717, -0.02037796750664711, 0.01678471826016903, -0.025915682315826416, 0.023572100326418877, -0.05128379911184311, 0.014815306290984154, -0.023020274937152863, 0.01075814850628376, 0.07961364090442657, 0.012888483703136444, -0.04209686070680618, -0.023556280881166455, 0.0660540834069252, -0.028626741841435432, 0.07476828992366791, -0.03445497155189514, 0.02110927179455757, 0.06428787857294083, 0.01860872097313404, 0.004561832174658775, 0.022323044016957283, 0.01148215215653181, 0.04265781491994858, -0.03592640161514282, 0.019944781437516212, 0.03875001519918442, 0.008414261974394321, -0.03589719906449318, 0.027684928849339485, -0.028726521879434586, -0.04596754536032677, 0.040295977145433426, 0.008961827494204044, 0.04090164601802826, -0.008223222568631172, -0.03359286114573479, 0.04445991292595863, 0.009253178723156452, 0.025655286386609077, -0.029712138697504997, 0.02361103892326355, 0.010484136641025543, 0.0071852803230285645, -0.007156685460358858, -0.044540222734212875, -0.015824653208255768, -0.0737583339214325, -0.0030435535591095686, 0.021022269502282143, -0.008214931935071945, -0.010346408933401108, -0.026563027873635292, 0.025652851909399033, -0.002206690376624465, -0.02293103002011776, 0.007358676288276911, 0.011552422307431698, 0.03304194658994675, -0.026455948129296303, 0.002870461903512478, -0.03340911865234375, 0.0327845923602581, -0.00785924308001995, -0.004011832177639008, 0.012853195890784264, 0.02972187288105488, 0.013357260264456272, -0.05817947536706925, -0.0022504099179059267, 0.013319234363734722, 0.06180557981133461, 0.004192833323031664, 0.04092385247349739, -0.01897498220205307, 0.004750438034534454, 0.005336941685527563, 0.010490144602954388, -0.012759805656969547, -0.0014814697206020355, -0.029712747782468796, -0.03547587990760803, 0.010065476410090923, 0.03299510106444359, -0.03407562896609306, 0.02532431297004223, 0.012572111561894417, 0.003601766424253583, -0.032702457159757614, -0.0174089428037405, -0.003733182093128562, 0.04557055979967117, -0.00011803086090367287, -0.014411323703825474, -0.03736771643161774, -0.016618015244603157, -0.017075536772608757, -0.0046622189693152905, 0.014167352579534054, 0.0021434160880744457, -0.016537705436348915, 0.0660802498459816, -0.044661905616521835, -0.035456713289022446, -0.0063274274580180645, -0.042126063257455826, -0.059619273990392685, 0.06473445147275925, 0.02818138711154461, 0.0003893801767844707, 0.029483377933502197, 0.03771815821528435, -0.022853877395391464, -0.02756187878549099, 0.08932137489318848, -0.018828963860869408, 0.015194343402981758, -0.03790859133005142, -0.005576805677264929, -0.05477422848343849, 0.0010303363669663668, 0.016668207943439484, 0.015517407096922398, 0.0006948001682758331, 0.028618223965168, 0.016300426796078682, 0.021289285272359848, 0.00815051794052124, -0.02829858474433422, 0.013566248118877413, -0.047186337411403656, 0.029437139630317688, 0.06982559710741043, 0.01816093362867832, -0.011486714705824852, -0.0354798324406147, -0.02755092643201351, 0.008094392716884613, -0.016751864925026894, 0.023328321054577827, 0.018597770482301712, -0.02256457880139351, 0.007910501211881638, 0.017041465267539024, 0.013602753169834614, -0.014122331514954569, 0.052963003516197205, 0.01873435638844967, -0.10305919498205184, 0.0001597067021066323, -0.022373540326952938, 0.07137338072061539, -0.06474418193101883, -0.035627372562885284, -0.05874210596084595, 0.019110657274723053, -0.010290587320923804, 0.01950642466545105, 0.027162916958332065, -0.007801054045557976, 0.029516763985157013, 0.003503508633002639, 0.03651184216141701, 0.03582966700196266, -0.016190912574529648, -0.012769844383001328, -0.059215594083070755, 0.02114471234381199, -0.035959865897893906, -0.10688484460115431, 0.044220197945833206, 0.015207728371024132, 0.026864798739552494, 0.007638543378561735, -0.054993558675050735, 0.016308791935443878, -0.0036340118385851383, 0.025739243254065514, 0.01797962747514248, 0.018544228747487068, 0.023307444527745247, -0.02905749529600143, 0.03069760650396347, -0.038083937019109726, -0.02471194975078106, 0.02841927483677864, -0.056109681725502014, 0.014288730919361116, -0.040852367877960205, 0.028671763837337497, 0.0021975641138851643, -0.013166829012334349, 0.049700118601322174, -0.0024299754295498133, 0.007235322147607803, -0.01480192132294178, 0.09335389733314514, -0.002603067085146904, -0.002401988720521331, 0.019352193921804428, -0.0068892911076545715, 0.01928420551121235, 0.00793422944843769, 0.0035316473804414272, 0.023859268054366112, 0.015025206841528416, -0.002040595281869173, -0.0709109902381897, -0.02534378133714199, -0.03706594929099083, 0.04702252149581909, 0.0004946344415657222, -0.04183889925479889, -0.043503496795892715, -0.06737980246543884, -0.05295448377728462, 0.07334035634994507, 0.032737135887145996, -0.010002202354371548, -0.02410993166267872, 0.005489651579409838, 0.02917308919131756, -0.010939149186015127, -0.00475408835336566, 0.0013920341152697802, 0.02341817505657673, 0.00095337291713804, -0.010664453729987144, -0.007018577307462692, -0.001446790643967688, 0.02021004632115364, 0.04091016575694084, 0.033922310918569565, 0.04457429051399231, -0.014292685315012932, -0.045730262994766235, -0.006813886575400829, 0.01496109552681446, 0.0408167764544487, 0.0007860611658543348, 0.04308004304766655, -0.00944490171968937, 0.022963695228099823, 0.05459718406200409, 0.016711708158254623, -0.023684047162532806, -0.009004415944218636, -0.0012594014406204224, -0.02862309291958809, 0.043503496795892715, -0.03849996253848076, 0.002205777680501342, 0.01834786683320999, -0.0132698779925704, 0.039539728313684464, -0.03523038700222969, -0.06446675211191177, -0.002701324876397848, -0.027361560612916943, -0.02039043977856636, 0.03471536934375763, -0.01637343503534794, 0.006811719387769699, 0.03126540035009384, 0.03184521198272705, -0.022767864167690277, -0.0028960148338228464, -0.02517859824001789, 0.022902246564626697, 0.0050376057624816895, 0.010151870548725128, -0.03353293240070343, -0.045012347400188446, 0.02574046142399311, -0.04587628319859505, -0.02395113743841648, 0.039478279650211334, 0.03676965460181236, -0.03153005987405777, 0.01156854536384344, -0.02901437319815159, -0.01221923530101776, 0.00995292142033577, 0.0007690258207730949, 0.009889647364616394, -0.028784319758415226, -0.00580115569755435, -0.022912589833140373, -0.015736129134893417, 0.014190472662448885, 0.030267614871263504, -0.02456623688340187, 0.021288752555847168, -0.004782131873071194, 0.01956452801823616, -0.02023985795676708, -0.04657594859600067, 0.03632064908742905, 0.05266488343477249, -0.023761924356222153, 0.03324880450963974, 0.0032374830916523933, -0.015570643357932568, 0.004423723556101322, 0.03290748968720436, 0.003957075532525778, -0.026059873402118683, 0.03291844204068184, 0.0447835847735405, -0.02369743399322033, 0.023121878504753113, 0.032282959669828415, -0.03244905546307564, 0.03355042263865471, 0.017996663227677345, 0.017493510618805885, -0.05497439205646515, -0.039823856204748154, -0.07546674460172653, -0.01851989328861237, 0.010557069443166256, 0.035849135369062424, 0.01738947443664074, -0.015118065290153028, -0.05617782101035118, 0.01455064956098795, -0.006354197394102812, -0.014647995121777058, -0.04298148304224014, -0.016471996903419495, 0.05555237829685211, -0.022153904661536217, 0.016767075285315514, 0.02361103892326355, -0.05296057090163231, -0.03604443371295929, -0.006783732213079929, 0.05292892828583717, -0.013439394533634186, -0.032846011221408844, 0.015500676818192003, 0.024656280875205994, 0.013811892829835417, 0.011059461161494257, 0.0001813051349017769, -0.025102851912379265, -0.03199731186032295, 0.003334067529067397, 0.05971144512295723, 0.03356274217367172, 0.001499722013249993, -0.04868711903691292, -0.006586000323295593, 5.627759946946753e-06, 0.04175615310668945, 0.025556722655892372, 0.01867442950606346, -0.03162375092506409, -0.0621158666908741, -0.037490006536245346, -0.07320833951234818, 0.010386715643107893, -0.02973099797964096, 0.006871039047837257, 0.027169305831193924, 0.03088393062353134, -0.00629385095089674, -0.012073217891156672, 0.02027682028710842, 0.03462563082575798, 0.04024000465869904, -0.013569289818406103, 0.0022985597606748343, -0.025042012333869938, -0.06520657241344452, -0.04257872328162193, -0.04227938130497933, 0.02478678524494171, -0.0032829614356160164, 0.0073163919150829315, -0.021386703476309776, -0.0008426429703831673, 0.002328980015590787, 0.026761367917060852, -0.0462416335940361, -0.01198865007609129, -0.01940208300948143, 0.02646811679005623, -0.00987139530479908, -0.006546453572809696, -0.017962593585252762, 0.03964376822113991, -0.005942914634943008, 0.015227805823087692, 0.002425108104944229, 0.04961676523089409, -0.01610444486141205, -0.025478847324848175, 0.021092236042022705, 0.033017002046108246, -0.03218957036733627, -0.08395036309957504, -0.04166489467024803, -0.056587886065244675, 0.010318859480321407, -0.024681681767106056, -0.02109953761100769, -0.02712276205420494, -0.005727538838982582, 0.006367581896483898, 0.029997482895851135, 0.03542537987232208, -0.01971297897398472, -0.022191930562257767, -0.015128635801374912, 0.004372997675091028, -0.03294399380683899, -0.024647457525134087, -0.0017181398579850793, -0.036610860377550125, 0.003353688633069396, 0.017687594518065453, -0.0021890467032790184, -0.021370278671383858, -0.009027620777487757, -0.0025954621378332376, -0.01610330305993557, 0.02253781072795391, -0.002468913560733199, -0.02787596918642521, -0.003717135637998581, -0.017096221446990967, 0.028436919674277306, 0.02534286677837372, -0.010750770568847656, -0.02284931391477585, 0.04359110817313194, 0.0564211830496788, -0.03810632601380348, 0.025637032464146618, 0.03299510106444359, -0.03473879396915436, 0.06449473649263382, 0.00059867202071473, -0.01922990381717682, -0.06989860534667969, 0.018994450569152832, 0.009249831549823284, -0.015974320471286774, -0.009695565328001976, -0.026646988466382027, 0.005338766612112522, 0.014532397501170635, 0.01054079458117485, -0.021951306611299515, -0.020817844197154045, 0.024439994245767593, 0.0511353500187397, -0.028166787698864937, -0.040534473955631256, 0.001590983010828495, 0.05089806765317917, 0.020773127675056458, -0.005684949923306704, 0.012917686253786089, -0.03763845935463905, -0.032767556607723236, 0.05185326561331749, -0.0026045881677418947, 0.048176057636737823, 0.023304402828216553, 0.016553828492760658, -0.01592078059911728, -0.01808062382042408, -0.03864293918013573, -0.008061385713517666, -0.02341634966433048, 0.0388358011841774, 0.021726764738559723, 0.0063846176490187645, -0.002015650738030672, -0.01950307935476303, -0.03701058402657509, 0.0036321869120001793, -0.06428787857294083, 0.02750484086573124, 0.02075883001089096, 0.006116918753832579, -0.009616472758352757, 0.007974383421242237, -0.023579401895403865, 0.03639001026749611, 0.006323776673525572, -0.01938687264919281, 0.05115238204598427, -0.020471660420298576, -0.006850352976471186, -0.01113627292215824, 0.06268534064292908, 0.05570083111524582, -0.007222393527626991, -0.0571899451315403, 0.03646058589220047, 0.007692691870033741, 0.04075350239872933, -0.05134950950741768, -0.0003200218197889626, -0.016908831894397736, 0.012058616615831852, 0.029622703790664673, 0.03376777470111847, 0.05524270236492157, -0.04068535938858986, 0.0336497463285923, 0.0006573071586899459, 0.01598162204027176, 0.009936494752764702, -0.031247148290276527, 0.0030475081875920296, -0.007572055794298649, -0.006324689835309982, -0.011203805916011332, 0.035177454352378845, -0.01835440658032894, 0.0006887161289341748, 0.03356213495135307, 0.022447766736149788, 0.02430218830704689, -0.02285478822886944, -0.03955311328172684, -0.03383713588118553, -0.012059833854436874, -0.001487249624915421, -0.019378963857889175, -0.03982720151543617, -0.014567685313522816, 0.001735175377689302, -0.011369899846613407, -0.07141231745481491, -0.015133503824472427, -0.002024776767939329, 0.003461528802290559, -0.007236386649310589, 0.0017205735202878714, -0.0006566987140104175, 0.03700815141201019, 0.004684729967266321, 0.031980279833078384, -0.03402573987841606, 0.032430499792099, 0.00844316091388464, -0.01534401159733534, -0.07462957501411438, -0.0225694477558136, 0.052434902638196945, 0.022261593490839005, -0.007967691868543625, 0.02731623500585556, 0.04849790781736374, 0.0007410390535369515, 0.07999815046787262, -0.014885729178786278, -0.04120371863245964, 0.07235656678676605, -0.043778497725725174, 0.02437945641577244, -0.040647029876708984, 0.00727654155343771, -0.059718746691942215, -0.022758662700653076, -0.003089792327955365, 0.02422826737165451, 0.011871683411300182, -0.042908478528261185, 0.006320735439658165, -0.01036587730050087, 0.01759754866361618, -0.023014649748802185, 0.029656166210770607, -0.04749464243650437, -0.014930295757949352, -0.03704647719860077, -0.011153307743370531, -0.060130029916763306, -0.06671664118766785, -0.0252307690680027, -0.02026115357875824, -0.03396855294704437, 0.0017115995287895205, 0.006918798666447401, 0.00830109789967537, -0.0279069971293211, -0.02353559620678425, -0.010760276578366756, -0.05543800070881843, 0.048898845911026, -0.03901369497179985, 0.05046549439430237, -0.035309478640556335, -0.09603574872016908, 0.001830010674893856, -0.06887587159872055, 0.042447302490472794, 0.02559261955320835, 0.00831874180585146, -0.005468357354402542, -0.033799413591623306, 0.03055904060602188, 0.01693948172032833, 0.06961964815855026, 0.015188259072601795, -0.055077821016311646, -0.010958617553114893, 0.0745176300406456, -0.0013749987119808793, -0.033804889768362045, -0.05516786500811577, -0.033206257969141006, 0.027465900406241417, 0.008944944478571415, -0.0023387144319713116, 0.018345888704061508, 0.007616640534251928, 0.01815667562186718, 0.024611258879303932, 0.005032852757722139, -0.013709831982851028, 0.033768992871046066, 0.029673105105757713, 0.014356568455696106, -0.0006100035388953984, -0.00033827402512542903, -0.023698650300502777, 0.022697819396853447, -0.0008043134002946317, 0.02665124647319317, 0.01490048412233591, 0.0027982136234641075, -0.021040521562099457, -0.06118135526776314, 0.08777602016925812, -0.03875792771577835, -0.01618361286818981, -0.053880475461483, -0.008673443458974361, 0.05284983664751053, -0.04154686257243157, -0.029383905231952667, 0.03254183754324913, 0.004531563725322485, -0.010941581800580025, 0.03774691000580788, -0.018606286495923996, 0.061507463455200195, -0.07279948890209198, -0.039208754897117615, -0.0437638945877552, -0.008354181423783302, 0.007943355478346348, -0.008311441168189049, -0.006436940748244524, -0.03483979031443596, 0.015222329646348952, -0.013185384683310986, 0.002254754537716508, 0.051000285893678665, 0.03251324221491814, 0.012096337974071504, -0.0015491551021113992, 0.02129300870001316, -0.010004636831581593, -0.008982513099908829, 0.04871206730604172, -0.020221777260303497, -0.0042138234712183475, 0.012682233937084677, -0.01173676922917366, -0.02021278440952301, 0.05553290992975235, -0.02197320945560932, 0.002034473232924938, 0.05999648571014404, -0.04631585627794266, 0.025809820741415024, -0.00012411492934916168, -0.002562608104199171, 0.034618329256772995, -0.01023218035697937, -0.004117695149034262, -0.009751539677381516, -0.015577640384435654, -0.008016668260097504, -0.021875254809856415, -0.043148186057806015, -0.005409950856119394, 0.022694703191518784, -0.00881915632635355, -0.0387629009783268, 0.01770949736237526, 0.01035880483686924, 0.10773175209760666, 0.01571209728717804, -0.10082998871803284, 0.04905246943235397, 0.034669436514377594, 0.022492332383990288, 0.014140584506094456, 0.01712696999311447, 0.05299707129597664, -0.026039494201540947, -0.05059386417269707, -0.027516553178429604, -0.02711424231529236, -0.0038426953833550215, 0.039828721433877945, -0.0036499067209661007, -0.0593707375228405, 0.03070505708456039, 0.004301129840314388, 0.0018623322248458864, -0.004456729628145695, -0.0306515172123909, -0.0020828796550631523, 0.019052857533097267, -0.040006376802921295, -0.06509949266910553, -0.029096735641360283, 0.0078022051602602, 0.018265578895807263, 0.05445967987179756, 0.01002075895667076, -0.02675771713256836, 0.06762559711933136, 0.02225642278790474, -0.009342689998447897, 0.013310261070728302, -0.018414638936519623, -0.027096904814243317, 0.05389447137713432, -0.021518122404813766, 0.006264152936637402, 0.05136775970458984, 0.0006351002957671881, -0.03332394361495972, 0.034310780465602875, -0.03309974819421768, 0.06559474021196365, -0.023182721808552745, 0.00012069263902958484, -0.03324819728732109, 0.028941897675395012, -0.0277287345379591, -0.01564578153192997, 0.001994052203372121, 0.03294885903596878, -0.032417114824056625, 0.04755792021751404, 0.00502057047560811, -0.006805635057389736, 0.01591956429183483, -0.005202483851462603, -0.04115261510014534, 0.023985818028450012, -0.0636417493224144, -0.008830411359667778, 0.039390671998262405, -0.020918231457471848, 0.033368054777383804, 0.04004348814487457, -0.0012323273112997413, -0.009296451695263386, -0.02138366363942623, -0.02334577403962612, -0.012739423662424088, -0.010541859082877636, -0.025937585160136223, -0.023806944489479065, -0.054289329797029495, -0.006180193275213242, 0.054080039262771606, 0.04549906775355339, 0.017158888280391693, 0.017110824584960938, 0.04929552599787712, -0.01634666509926319, -0.009538596495985985, 0.014426534064114094, 0.0481894426047802, -0.021412258967757225, -0.02934527024626732, 0.01020723581314087, 0.010129359550774096, -0.025651633739471436, -0.037947528064250946, 0.025351081043481827, -0.0005013269255869091, 0.0536784864962101, -0.050268977880477905, 0.04189000278711319, 0.011401423253118992, 0.02948581241071224, 0.0189336109906435, 0.006554515101015568, 0.03797429800033569, -0.019461706280708313, -0.02034267969429493, -0.03408779948949814, -0.00318196602165699, -0.056357912719249725, 0.011465724557638168, -0.011382068507373331, 0.05501454696059227, 0.017474347725510597, -0.017944948747754097, 0.021138474345207214, -0.025427741929888725, 0.05925939977169037, 0.035715896636247635, 0.02751944214105606, -0.03836307302117348, 0.03506794199347496, 0.0652649775147438, 0.019451972097158432, -0.028407715260982513, 0.027380915358662605, -0.02989952825009823, 0.021190188825130463, 0.01148549746721983, 0.001280695665627718, 0.03724633902311325, -0.0004404862702358514], [-0.05018801614642143, -0.03849436715245247, -0.0466931089758873, -0.02032855525612831, 0.0245197843760252, 0.01031304243952036, 0.03740326315164566, 0.0024801359977573156, 0.009718606248497965, 0.061966422945261, 0.005975470878183842, -0.01302782353013754, -0.01556962076574564, -0.015546356327831743, -0.032813359051942825, 0.011814774945378304, 0.029259275645017624, -0.013727850280702114, 0.04664475843310356, 0.024907127022743225, 0.003511511255055666, -0.03129607066512108, 0.010403345339000223, 0.054471977055072784, -0.04844228550791741, 0.027911482378840446, -0.006045686546713114, 0.009239358827471731, 0.004857880994677544, 0.014334729872643948, -0.035686083137989044, -0.061110321432352066, 0.0008209050865843892, -0.047982946038246155, -0.0061548324301838875, -0.0025555070023983717, 0.026846332475543026, 0.011872369796037674, -0.029094668105244637, 0.008964894339442253, 0.001882855547592044, 0.022631239145994183, -0.005990580655634403, 0.039404865354299545, 0.012823042459785938, 0.023193679749965668, -0.009220872074365616, 0.01568572036921978, -0.010077329352498056, -0.047913264483213425, 0.03310924395918846, -0.013047733344137669, 0.02075193822383881, -0.021587420254945755, 0.0035979035310447216, 0.014678877778351309, 0.053669556975364685, -0.022799048572778705, 0.09923387318849564, 0.037603069096803665, -0.03089362010359764, -0.007296775933355093, -0.05479763448238373, -0.015193676576018332, 0.007318818476051092, 0.027522007003426552, 0.02654058113694191, 0.02826274186372757, 0.001995200989767909, -0.06824924051761627, 0.01557337585836649, 0.00593654066324234, -0.01918976567685604, -0.05314088985323906, 0.06464565545320511, -0.00705519737675786, -0.0760878399014473, 0.008338816463947296, -0.034278206527233124, -0.039130400866270065, -0.008152877911925316, -0.021501384675502777, -0.05134905129671097, -0.04313786700367928, 0.00031143910018727183, -0.01642521098256111, -0.0015472406521439552, -0.03582829236984253, 0.019730519503355023, 0.01579984463751316, -0.02196001075208187, -0.008282733149826527, 0.04155649617314339, 0.016462186351418495, 0.01292827632278204, 0.001338903559371829, 0.05977354943752289, 0.003707271534949541, 0.001672385260462761, 0.015049333684146404, 0.05964840203523636, 0.003758600214496255, -0.013523302040994167, -0.04185371473431587, -0.038092270493507385, -0.0015998582821339369, 0.03157004714012146, -0.024978410452604297, 0.04016141965985298, 0.015329664573073387, 0.002565461676567793, -0.008563864044845104, 0.022380949929356575, -0.029164349660277367, -0.02570510096848011, -0.031005077064037323, 0.041036009788513184, 0.02304578199982643, -0.02093823440372944, 0.027113687247037888, -0.026833534240722656, -0.006941251456737518, 0.017508849501609802, 0.04935740306973457, -0.05951899290084839, 0.034380242228507996, 0.008797087706625462, 0.04196890443563461, -0.04491548985242843, -0.0006058129947632551, -0.008672654628753662, -0.026509294286370277, 0.04159915819764137, -0.021149415522813797, -0.02617652527987957, 0.03841935098171234, -0.031463880091905594, -0.01203804463148117, 0.0009570707334205508, 0.02287299744784832, 0.007577640004456043, 0.0015038667479529977, -0.012845617718994616, 0.01225278154015541, -0.024252429604530334, -0.005034398287534714, -0.03096899017691612, -0.01250111497938633, 7.323795580305159e-05, 0.039778877049684525, -0.03205760568380356, -0.024754783138632774, -0.0314425490796566, 0.02559488825500011, 0.011205406859517096, -0.003452849807217717, 0.00235499138943851, 0.029089689254760746, -0.048198044300079346, 0.00026450990117155015, 0.04757196456193924, 0.026290470734238625, 0.0368887335062027, -0.010873348452150822, 0.018278202041983604, -0.0070557305589318275, 0.03248921036720276, 0.004262111149728298, -0.0239441879093647, -0.05003218725323677, 0.048220083117485046, 0.001784730702638626, 0.030232345685362816, -0.025799671187996864, -0.03995290771126747, 0.02846752293407917, 0.016211897134780884, -0.023521117866039276, -0.011201140470802784, -0.009610526263713837, 0.018382016569375992, -0.01354688871651888, -0.021527692675590515, -0.00738636776804924, -0.036445483565330505, 0.002229847013950348, -0.009289843961596487, -0.02431340143084526, -0.02331668883562088, 0.025691591203212735, 0.0431407131254673, -0.04671301692724228, -0.007938852533698082, -0.04061080515384674, -0.04297681525349617, 0.02681504562497139, 0.008787132799625397, -0.027355443686246872, -0.01584748551249504, 0.013015025295317171, -0.0022698433604091406, 0.005754512269049883, 0.03846201300621033, -0.035876646637916565, -0.030526718124747276, -0.003543863771483302, 0.10227431356906892, -0.04633758217096329, 0.04203147813677788, -0.02218896709382534, -0.017753450199961662, 0.0693257674574852, 0.008772911503911018, -0.002913697389885783, 0.01695743203163147, -0.01071976125240326, 0.045170046389102936, -0.03759915754199028, 0.04887993633747101, 0.02392534725368023, -0.0017292690463364124, 0.01962350681424141, 0.015924634411931038, -0.03526798635721207, -0.03733713924884796, 0.04935242980718613, 0.006308774463832378, 0.0372191034257412, -0.014646168798208237, -0.021162213757634163, 0.06869293749332428, -0.00784783810377121, 0.019905081018805504, -0.018209943547844887, -0.015005248598754406, -0.0007039376650936902, 0.013599506579339504, 0.01199538167566061, 0.007325217593461275, 0.01430344395339489, -0.058869097381830215, -0.019930679351091385, 0.027406105771660805, 0.017764825373888016, 0.03211093321442604, -0.017908457666635513, 0.018041780218482018, 0.025049515068531036, -0.03885522484779358, 0.001592392334714532, 0.034932371228933334, 0.05647144094109535, -0.012163900770246984, 0.008610792458057404, 0.007829350419342518, 0.01652120240032673, -0.035671863704919815, 0.0035026229452341795, 0.011893345974385738, 0.006857526022940874, 0.04466235637664795, -0.028544316068291664, -0.06767614185810089, -0.0037614444736391306, 0.042972903698682785, 0.017850151285529137, 0.024306468665599823, -0.006180430296808481, -0.02640690468251705, 0.019602175801992416, -0.0246747899800539, -0.03406773880124092, 0.017406458035111427, -0.0323612205684185, -0.06681577116250992, -0.0032295803539454937, 0.04177194461226463, -0.008946407586336136, 0.08192981034517288, 0.027460679411888123, -0.02083655446767807, -0.04389975592494011, -0.0012713540345430374, 0.007574085146188736, -6.683852552669123e-05, 0.03600747883319855, 0.043197594583034515, -0.06862467527389526, 0.020992984995245937, -0.03238966315984726, 0.002242645714432001, -0.012171721085906029, 0.020533647388219833, 0.008010667748749256, 0.012366370297968388, -0.0206239502876997, -0.019346198067069057, -0.0160216037184, -0.0765201523900032, -0.05844246968626976, 0.08132115006446838, 0.04441241919994354, -0.012530801817774773, 0.011065331287682056, 0.035521119832992554, -0.04832283034920693, -0.08118463307619095, 0.09588341414928436, -0.04475336894392967, -0.0004124079132452607, -0.016263093799352646, -0.009097116999328136, -0.020451342687010765, -0.007316507399082184, 0.011801266111433506, -0.00890872161835432, -0.016492405906319618, 0.06127243861556053, -0.030131375417113304, 0.030895041301846504, 0.025835933163762093, 0.00966669898480177, -0.01805777847766876, -0.05142584443092346, 0.026307713240385056, 0.041899219155311584, 0.020290469750761982, 0.04692419618368149, -0.03391699492931366, -0.03106853738427162, 0.020884905010461807, -0.0236565712839365, -0.01092454418540001, -0.011305665597319605, 0.002475869609043002, -0.008889523334801197, 0.02001884952187538, 0.017902769148349762, -0.011510446667671204, 0.008910765871405602, -0.006320417858660221, -0.03293574973940849, 0.01041543297469616, 0.0004671586211770773, 0.024246029555797577, -0.0721372589468956, 0.019996095448732376, -0.02081095613539219, 0.026137949898838997, 0.04292881861329079, 0.02418203465640545, 0.001699404907412827, -0.0040487078949809074, 0.012867127545177937, 0.009980271570384502, 0.02409813180565834, 0.017586886882781982, -0.010688475333154202, -0.016275303438305855, -0.033504586666822433, 0.060746971517801285, -0.01399935781955719, -0.06471675634384155, 0.06641047447919846, -0.02525785192847252, -0.004684918560087681, 0.03957267105579376, -0.02221883088350296, 0.04981887340545654, -0.01074535958468914, 0.06196926534175873, 0.05849632993340492, -0.02028478123247623, 0.040142934769392014, -0.027875931933522224, 0.02021403051912785, -0.04931261017918587, -0.043450728058815, 0.041756123304367065, -0.01950831525027752, 0.02966492623090744, -0.030511075630784035, 0.06362174451351166, 0.0030930594075471163, -0.004495424218475819, 0.02142530307173729, -0.00287405657581985, 0.030888374894857407, -0.013727494515478613, 0.0659511387348175, -0.010009202174842358, -0.027622798457741737, 0.041862603276968, 0.02801814116537571, -0.006583238951861858, 0.04479887709021568, -0.0034937351010739803, 0.00980908703058958, 0.05319777876138687, 0.01592036709189415, -0.07135510444641113, 0.02342761494219303, -0.03171843662858009, 0.06568946689367294, 0.001336770481429994, -0.027819756418466568, 0.00185192481148988, 0.016004271805286407, -0.04920879751443863, 0.03823447972536087, 0.01618754304945469, -0.023388506844639775, -0.034962236881256104, 0.002955293981358409, 0.05673026293516159, 0.02068296819925308, -0.034957971423864365, 0.03186633437871933, 0.026522096246480945, -0.021367352455854416, -0.011083106510341167, 0.00782348494976759, -0.001625455915927887, -0.014270735904574394, 0.04988713935017586, 0.037088267505168915, 0.010216339491307735, 0.01550475973635912, 0.006387345027178526, 0.0516732856631279, 0.052486732602119446, 0.045468684285879135, -0.0042321584187448025, 0.04465951398015022, 0.02881166897714138, -0.01097590010613203, 0.015318109653890131, 0.02144521102309227, -0.034898240119218826, -0.015718428418040276, 0.00679477583616972, -0.009727138094604015, -0.02073807455599308, -0.07338301092386246, 0.0208454430103302, -0.013800022192299366, -0.02686695381999016, 0.01116914302110672, -0.053303010761737823, -0.11263570934534071, -0.0005709716351702809, -0.031250566244125366, -0.00932859629392624, 0.027965523302555084, -0.03042752668261528, -0.009946141391992567, 0.04267995432019234, -0.016460053622722626, -0.03615786507725715, -0.004692917689681053, 0.001916630193591118, 0.040186308324337006, -0.016361217945814133, -0.0372876301407814, -0.008842593990266323, -0.027888018637895584, 0.01659230701625347, -0.0730786845088005, 0.018258294090628624, 0.02523367665708065, 0.0587179958820343, -0.08836337178945541, 0.01100489217787981, -0.03993317484855652, -0.011321619153022766, -0.0001166118963737972, 0.06420480459928513, -0.012932543642818928, -0.014256514608860016, -0.025920547544956207, -0.04959702864289284, -0.02866661734879017, 0.012183809652924538, 0.000804906478151679, 0.02107546664774418, 0.007513734046369791, -0.01038556918501854, -0.017012182623147964, -0.012340950779616833, -0.05073470249772072, 0.03975469991564751, 0.08896064758300781, 0.025250740349292755, 0.038356781005859375, -0.022786246612668037, 0.019365929067134857, 0.004023710265755653, 0.03479878604412079, -0.024906592443585396, -0.007674164604395628, 0.03314439579844475, 0.0633760467171669, -0.0226440392434597, 0.008356857113540173, 0.020113063976168633, -0.024431614205241203, -0.013214118778705595, -0.0031670082826167345, 0.04514017701148987, 0.00685237068682909, -0.03249063342809677, -0.08448104560375214, 0.05239695683121681, -0.004121590405702591, 0.021037070080637932, -0.00178330868948251, 0.0007579773082397878, -0.009170476347208025, 0.0347844734787941, 0.0020236431155353785, 0.018395526334643364, -0.01737801730632782, -0.029389040544629097, 0.05305983126163483, 0.0019600042141973972, -0.011834684759378431, 0.01735241897404194, -0.025848019868135452, 0.014604262076318264, 0.028676215559244156, 0.004584838170558214, -0.031015919521450996, -0.03991539776325226, 0.07156556844711304, 0.022372419014573097, -0.0408938005566597, -0.001611235085874796, 0.018281402066349983, -0.01842041313648224, 0.013421745039522648, 0.0021050579380244017, 0.058231379836797714, 0.032292962074279785, -0.023990942165255547, -0.0463830903172493, -0.03923279047012329, -0.023867396637797356, 0.03490961715579033, -0.0033799672964960337, 0.02231340110301971, 0.014913523569703102, -0.040108803659677505, -0.0598304346203804, -0.03837100043892861, 0.008354815654456615, 0.02574136294424534, -0.0007586883148178458, 0.007312418427318335, 0.061812836676836014, -0.015590440481901169, -0.01006133109331131, -0.0008660565945319831, 0.003219181671738625, 0.0021146570798009634, -0.04391291365027428, 0.02153053693473339, -0.011107994243502615, -0.029232611879706383, -0.04768857732415199, -0.02051551640033722, 0.014191276393830776, -0.05294588953256607, -0.01407164242118597, -0.020418457686901093, -0.05028212442994118, 0.02205529063940048, 0.022709455341100693, -0.020803846418857574, -0.003947739023715258, -0.046995121985673904, 0.013504225760698318, -0.012872815132141112, -0.0005887478473596275, -0.004105591680854559, 0.03289308771491051, -0.02252369560301304, 0.009359526447951794, 0.006636923179030418, -0.028896283358335495, -0.02281113527715206, -0.03180091828107834, 0.007397033739835024, 0.03950583562254906, -0.015046488493680954, -0.01665985770523548, -0.0659397542476654, -0.057117074728012085, -0.004481025040149689, 0.005015022587031126, 0.0025611952878534794, -0.017173944041132927, -0.01179344393312931, 0.02568270079791546, -0.009749536402523518, 0.05162280797958374, -0.041355978697538376, -0.004064351320266724, 0.040433041751384735, -0.00528664281591773, 0.0009435608517378568, 0.005236158147454262, -0.002566172741353512, 0.020968809723854065, -0.002216337015852332, 0.01895938627421856, 0.020992984995245937, -0.06758654117584229, 0.00041809631511569023, -0.033352069556713104, 0.025216609239578247, 0.01947845332324505, -0.006083727814257145, -0.04541037976741791, 0.0032082267571240664, -0.007777444552630186, 0.017531780526041985, 0.03625829890370369, -0.012741982005536556, 0.024871041998267177, 0.0008361926302313805, 0.04044583812355995, -0.05633207783102989, 0.011712384410202503, 0.023035116493701935, -0.051940642297267914, 0.054376695305109024, -0.05083140730857849, -0.009778333827853205, -0.044195909053087234, -0.007404854986816645, 0.008039110340178013, -0.016479961574077606, -0.010003024712204931, -0.02673007734119892, -0.0038567250594496727, -0.02274358458817005, 0.05365569144487381, 0.010825591161847116, -0.0008229493396356702, 0.0008233936969190836, 0.03734993562102318, -0.014676744118332865, -0.040456149727106094, -0.007958050817251205, 0.0445571206510067, -0.000241756351897493, 0.009947563521564009, -0.015372861176729202, -0.01884561963379383, -0.002224158495664597, 0.00858946144580841, 0.008188430219888687, 0.03409262374043465, 0.055164534598588943, 0.0267887394875288, -0.035566627979278564, 0.04982456564903259, 0.0047426908276975155, -0.02691032737493515, -0.0051405224949121475, 0.03940344229340553, 0.025483964011073112, 0.017978141084313393, -0.0404842384159565, 0.0010850593680515883, -0.024403883144259453, -0.011708829551935196, -0.06690963357686996, -0.022127818316221237, 0.03986917808651924, -0.005887478590011597, -0.0132724242284894, 0.018524937331676483, 0.0018323709955438972, 0.05123528465628624, 0.003322727745398879, -0.05338798463344574, 0.05618986487388611, -0.003083815798163414, -0.032722435891628265, -0.029621552675962448, -0.007349038030952215, 0.03206542506814003, 0.014476229436695576, -0.006170475389808416, 0.038112178444862366, 0.018090486526489254, 0.03708262741565704, -0.04979611933231354, 0.032511964440345764, 0.02207377925515175, 0.032302916049957275, 0.05179274454712868, 0.007497291546314955, 0.04325661435723305, 0.00470998277887702, 0.006969693582504988, -0.006503956858068705, -0.01872154138982296, -0.007194384932518005, -0.011427254416048528, 0.04051552340388298, -0.0028925437945872545, 0.005292597692459822, -0.022641194984316822, 0.03633618727326393, 0.035331983119249344, 0.01093023270368576, 0.021625729277729988, -0.0023123284336179495, -0.01170385256409645, -0.04845490679144859, -0.058863405138254166, -0.02983557805418968, -0.019575154408812523, 0.02383788861334324, -0.05703175067901611, -0.04393708705902099, -0.037449657917022705, -0.020172523334622383, -0.0077653564512729645, -0.018586086109280583, -0.016972362995147705, 0.009999469853937626, 0.0025610176380723715, 0.00960768200457096, -0.01094445213675499, 6.897166895214468e-05, 0.02535882219672203, 0.0143888583406806, 0.026680581271648407, -0.02714497223496437, -0.014088707976043224, 0.005386189557611942, -0.005782243795692921, -0.01976287178695202, -0.021328598260879517, 0.04320043697953224, 0.028695590794086456, -0.006948362570255995, 0.023258738219738007, 0.021927302703261375, 0.005029954481869936, 0.03341641649603844, -0.023549914360046387, -0.04294810816645622, 0.06059836596250534, -0.035282209515571594, 0.03088224120438099, 0.005455161444842815, 0.026153771206736565, -0.05112933367490768, -0.01509697362780571, -0.01936521753668785, 0.01601564697921276, -0.0071936738677322865, -0.019720209762454033, 0.019549202173948288, 0.03559933602809906, 0.016024181619286537, 0.00015927478671073914, 0.043112270534038544, -0.027531782165169716, 0.005301575176417828, 0.016229096800088882, -0.042992815375328064, -0.06252104043960571, -0.03580838441848755, 0.012767580337822436, -0.0071844300255179405, -0.01581975445151329, 0.03786046802997589, -0.019861707463860512, -0.01538921520113945, -0.027672572061419487, -0.0227876715362072, -0.04603041335940361, -0.04380127787590027, 0.03568892553448677, -0.03653009608387947, 0.007978671230375767, -0.0028699124231934547, -0.08168520778417587, 0.007114391773939133, -0.007999646477401257, 0.012798866257071497, 0.002873700810596347, -0.016682609915733337, -0.06881523877382278, -0.0019169858423992991, -0.01261506136506796, -0.01151897944509983, 0.03462733328342438, -0.002738957293331623, -0.013587773777544498, -0.006813263054937124, 0.009772645309567451, -0.047918953001499176, -0.00490480987355113, -0.032482098788022995, -0.03870803862810135, 0.008717449381947517, 0.03433224931359291, 0.01713554933667183, 0.010358549654483795, -0.018153058364987373, -0.03408338129520416, 0.0025007561780512333, 0.05455730110406875, 0.005671320017427206, 0.0234077051281929, 0.02387557551264763, 0.019765716046094894, 0.02623909711837769, 0.0060552856884896755, -0.03967079520225525, 0.0210585780441761, -0.008030888624489307, -0.017554355785250664, -0.0074766711331903934, 0.03219981491565704, 0.04692757874727249, 0.010131369344890118, 0.036083292216062546, -0.002328860340639949, 0.00335436942987144, -0.003371079219505191, -0.0005309751722961664, 0.023464588448405262, -0.03562066704034805, 0.017059465870261192, 0.04922905936837197, -0.007372146937996149, -0.05158796161413193, 0.026946989819407463, -0.018953697755932808, 0.03996659070253372, -0.07034825533628464, -0.04209049418568611, -0.020606884732842445, -0.03774527832865715, 0.03736131265759468, -0.03212088719010353, -0.013066220097243786, 0.023062312975525856, -0.02053507044911385, -0.004294730722904205, 0.008242825046181679, 0.0499468632042408, 0.001718247891403735, 0.0007892634021118283, -0.03665595501661301, 0.015087018720805643, -0.02398294396698475, -0.03228158503770828, 0.030803849920630455, -0.00221775914542377, 0.017466897144913673, 0.014921166934072971, -0.05013173446059227, -0.008532222360372543, 0.01665985770523548, -0.04850201681256294, 0.06893184781074524, 0.036225058138370514, -0.0476117841899395, 0.025875041261315342, -0.021601641550660133, -0.014661189168691637, -0.014637636952102184, -0.012854861095547676, 0.005568929016590118, -0.02241045981645584, -0.031799137592315674, 0.002916008234024048, 0.013028889894485474, -0.03699156641960144, -0.009708651341497898, 0.011164878495037556, 0.017661014571785927, 0.011136434972286224, -0.0005012889159843326, -0.029455969110131264, 0.09204944968223572, -0.015899745747447014, -0.03133589029312134, 0.05749819427728653, 0.03600463271141052, -0.0040639955550432205, 0.03537606820464134, 0.016410989686846733, 0.02164430543780327, -0.04576589912176132, -0.061522725969552994, -0.0009008979541249572, -0.0038560139946639538, 0.02701769582927227, -0.010571285150945188, 0.02228424698114395, -0.003337659640237689, 0.018528491258621216, 0.0458800233900547, 0.056648138910532, -0.02792428247630596, -0.04664475843310356, 0.009178919717669489, -0.013128082267940044, -0.045637909322977066, -0.002178651513531804, -0.032050758600234985, -0.004270554985851049, -0.007871546782553196, 0.018207453191280365, 0.012457563541829586, -0.0034756031818687916, 0.0655301958322525, 0.04077789932489395, 0.030039649456739426, 0.023283803835511208, -0.03313768655061722, -0.045399487018585205, 0.031449660658836365, -0.00700951274484396, 0.02173531986773014, 0.06388625502586365, 0.04361853748559952, -0.04385744780302048, -0.01279388926923275, -0.017491072416305542, 0.032766520977020264, 0.0014057421358302236, -0.01192854344844818, -0.022005517035722733, 0.005303185898810625, -0.045580316334962845, -0.003181229345500469, 0.03555987402796745, 0.03407058119773865, -0.0466843955218792, 0.07493878155946732, 0.0016537201590836048, -0.01818576641380787, -0.031404148787260056, 0.04631482809782028, 0.0027972632087767124, 0.01831588894128799, -0.053527701646089554, 0.012775402516126633, 5.995024548610672e-05, -0.008447985164821148, 0.07806739956140518, 0.0392782986164093, 0.02117074653506279, -0.020048001781105995, 0.007874147035181522, 0.03772537037730217, -0.025037424638867375, -0.01823696307837963, -0.026532050222158432, -0.022230207920074463, -0.03711706772446632, -0.022911392152309418, 0.012120526283979416, -0.011805176734924316, 0.002231802325695753, 0.007850682362914085, 0.031789541244506836, 0.0030614177230745554, -0.009186741895973682, 0.007450362201780081, 0.02842201665043831, -0.03855018317699432, -0.04346494749188423, 0.02860048972070217, 0.01724860444664955, -0.0010210650507360697, -0.03414808586239815, -0.005802152678370476, 0.008882412686944008, 0.03099849820137024, -0.07321520149707794, -0.00502071063965559, -0.002552662743255496, -0.02566528134047985, -0.00964963436126709, 0.036244966089725494, 0.019206833094358444, -0.03772537037730217, -0.03224176540970802, -0.042199283838272095, 0.006770600099116564, -0.04572608321905136, 0.04368964210152626, 0.013696208596229551, 0.06476794928312302, 0.010311619378626348, -0.008552486076951027, 0.04386882856488228, -0.050364959985017776, 0.05261756107211113, 0.06388340890407562, 0.021253228187561035, -0.017962496727705002, 0.026555513963103294, 0.026772383600473404, 0.01802649162709713, 0.014357483014464378, -0.013002936728298664, -0.02144521102309227, 0.01086054928600788, 0.05449473112821579, -0.01143365353345871, 0.02005777880549431, -0.00353035400621593], [-0.036142319440841675, -0.0018560151802375913, -0.0521307997405529, -0.006027708761394024, -0.0005244240746833384, 0.013154948130249975, 0.033255286514759064, 0.011390442959964275, 0.02248054556548595, 0.02291087992489338, -0.03484076261520386, -0.004704095423221588, -0.049023207277059555, -0.023230459541082386, -0.02785289846360683, 0.017881568521261215, -0.014348805882036686, -0.016879180446267128, 0.04167235270142555, 0.03558856248855591, -0.002216894179582596, -0.03320273011922836, 0.024898294359445572, 0.055728327482938766, -0.012742712162435057, 0.08290545642375946, -0.02043447084724903, 0.01972491294145584, 0.0200449638068676, -0.00963438581675291, -0.0017870307201519608, -0.015320691280066969, 0.022763052955269817, 0.001970051089301706, 0.019957678392529488, 0.00948280654847622, 0.04116177558898926, -0.012449147179722786, 0.0025059727486222982, -0.001268941909074783, 0.003191126277670264, 0.038427963852882385, -0.002507849596440792, 0.0069472696632146835, 0.028355970978736877, -0.0189027301967144, -0.03368327394127846, 0.025352559983730316, 0.01986757665872574, -0.06758805364370346, 0.017825255170464516, 0.024477815255522728, 0.027796585112810135, 0.0026446457486599684, -0.010318131186068058, 0.005537542514503002, 0.05374138057231903, 0.005988054443150759, 0.09381160140037537, 0.035293854773044586, 0.001760750776156783, -0.03347655385732651, -0.04040341079235077, -0.02879521995782852, 0.009061390534043312, 0.036078497767448425, 0.03117401711642742, 0.031640954315662384, -0.004827986005693674, -0.056704435497522354, -0.00170631380751729, 0.007736603729426861, -0.015587713569402696, -0.06470102071762085, 0.0681399255990982, -0.0094663817435503, -0.05497747287154198, -0.00816459022462368, -0.019507167860865593, -0.03509112447500229, -0.02135051041841507, -0.004351194482296705, -0.05662934854626656, -0.013297609984874724, -0.05914846062660217, -0.03443412855267525, -0.030676107853651047, -0.010748463682830334, 0.028358083218336105, 0.009670989587903025, -0.04323788359761238, -0.03515494614839554, 0.06714129447937012, 0.004944837652146816, -0.02850051037967205, 0.008371544070541859, 0.02212764322757721, -0.02102201245725155, 0.0002740614290814847, 0.06727269291877747, 0.04287207871675491, -0.027755288407206535, -0.004305439535528421, -0.020295562222599983, -0.03963003307580948, -0.011953583918511868, 0.04367900639772415, -0.017223164439201355, 0.011076961643993856, -0.0783383920788765, 0.008004095405340195, 0.030244367197155952, -0.02432388998568058, -0.00313246576115489, -0.015426279045641422, 0.00896800309419632, 0.05563822388648987, 0.01485938485711813, -0.013733104802668096, -0.0019484641961753368, -0.04853092506527901, 0.031518589705228806, 0.02116655185818672, 0.046785663813352585, -0.04867405816912651, 0.008051023818552494, 0.017354095354676247, 0.02817201241850853, -0.0399247407913208, 0.011106996797025204, 0.01866058073937893, -0.02263564430177212, 0.053573377430438995, -0.03955494612455368, -0.04755716770887375, 0.03258691355586052, -0.012732593342661858, 0.03438156843185425, -0.013948037289083004, 0.04234436899423599, -0.01071842946112156, 0.027414118871092796, -0.0006187499966472387, 0.04427406191825867, -0.028554009273648265, -0.0353848934173584, -0.031520817428827286, 0.005070136394351721, 0.05563071742653847, 0.010376791469752789, 0.007696010638028383, 0.00647610891610384, -0.01771356537938118, -0.0007297354168258607, 0.042993854731321335, 0.013203753158450128, -0.0018245733808726072, 0.02172640711069107, -0.018388396129012108, -0.002726066391915083, 0.032162122428417206, 0.011086348444223404, 0.01451399363577366, 0.013830715790390968, -0.004166296683251858, 0.04198771342635155, 0.04934889078140259, -0.026189761236310005, -0.0056663681752979755, -0.06523412466049194, 0.046169962733983994, 0.009000852704048157, 0.005456825718283653, 0.007253242190927267, -0.01592090353369713, 0.02693873643875122, 0.0060029542073607445, -0.07030989229679108, 0.004543600603938103, 0.019020989537239075, 0.026933105662465096, -0.017312796786427498, -0.004989419598132372, 0.012133787386119366, -0.00011638224532362074, -0.02408643253147602, -0.033120136708021164, -0.007970307022333145, -0.03799786418676376, 0.02271330915391445, 0.03466501832008362, -0.018238693475723267, 3.660409493022598e-05, -0.02279824949800968, -0.046733103692531586, 0.02240639738738537, -0.02746620960533619, -0.001276450464501977, -0.021813692525029182, 0.06032354757189751, -0.02510853111743927, 0.0024326471611857414, 0.04770851135253906, -0.08236859738826752, -0.030887285247445107, -0.023719454184174538, 0.06848344951868057, -0.030819710344076157, 0.045797355473041534, -0.01977747306227684, 0.04911612719297409, 0.09019999951124193, 0.01696089468896389, 0.01009616069495678, 0.045546755194664, -0.001618088805116713, 0.03081454709172249, -0.04397747293114662, 0.020451363176107407, -0.007365869823843241, 0.011279691942036152, -0.024268515408039093, 0.00399453891441226, -0.03649521991610527, -0.02272527664899826, 0.06967917829751968, -0.010881271213293076, -0.016462456434965134, -0.005140998400747776, -0.010543855838477612, 0.024080801755189896, 0.005620370618999004, 0.009122866205871103, -0.014160152524709702, 0.006918173283338547, -0.023028668016195297, -0.003450170625001192, 0.001612457330338657, -0.003116979263722897, 0.03819684311747551, -0.0684177428483963, -0.015114675275981426, 0.01404095534235239, -0.007486006245017052, 0.036243684589862823, -0.04076757654547691, -0.0132300341501832, -0.007974295876920223, -0.004087456967681646, 0.011608190834522247, 0.014001534320414066, 0.005252218339592218, -0.031217660754919052, 0.030967064201831818, -0.02589317224919796, 0.003072866704314947, -0.0381433442234993, -0.020239248871803284, 0.010218174196779728, 0.0205259807407856, 0.009588396176695824, 0.0033065699972212315, -0.04952815920114517, 0.005233447067439556, 0.05467337369918823, 0.006525852717459202, 0.020051535218954086, 0.01170955505222082, -0.006584982853382826, 0.02342286705970764, -0.028537113219499588, -0.03203890472650528, 0.05137337744235992, -0.03177798539400101, -0.0341525599360466, 0.032676663249731064, 0.08016108721494675, -0.0035749999806284904, 0.06931126117706299, 0.036009982228279114, -0.021443428471684456, -0.05548148229718208, -0.00033976108534261584, 0.022186774760484695, 0.04025605693459511, 0.02655017003417015, 0.001732593751512468, -0.0682225227355957, 0.013649573549628258, -0.04427030682563782, -0.017312796786427498, -0.06013583019375801, 0.023416295647621155, -0.009237372316420078, 0.0377979502081871, -0.01544270385056734, -0.003149829339236021, -0.00033037542016245425, -0.05600989609956741, -0.06286142766475677, 0.06242593750357628, 0.03564487770199776, -0.02127542532980442, 0.009435409680008888, 0.030064161866903305, -0.02291228622198105, -0.05858156457543373, 0.06472354382276535, -0.0015824231086298823, 0.021162796765565872, 0.003204266307875514, 0.003941979259252548, -0.01851040869951248, -0.03057098761200905, 0.04149402305483818, -0.005455886945128441, -0.014989610761404036, 0.04391740635037422, -0.030396416783332825, -0.007673485204577446, 0.02485605701804161, 0.004193515051156282, -0.005646416451781988, -0.07490511983633041, 0.02569114789366722, 0.0754757672548294, 0.07443958520889282, 0.019212456420063972, -0.02742585353553295, -0.03366825729608536, 0.06464846432209015, -0.00849121157079935, 0.01292969286441803, -0.0053373053669929504, -0.026664674282073975, 0.00436058035120368, 0.038036346435546875, 0.004501365125179291, 0.04737015441060066, 0.03117918036878109, 0.004398122895509005, -0.030248120427131653, -0.011656996794044971, 0.005989931523799896, 0.02318540960550308, -0.062371499836444855, -0.021692149341106415, -0.01961228623986244, 0.043378666043281555, 0.010874231345951555, 0.014928839169442654, 0.01443890668451786, 0.001589931664057076, 0.018735665827989575, 0.007684982847422361, -0.004262968897819519, 0.013578241690993307, -0.0077525596134364605, -0.02138054557144642, -0.036138564348220825, 0.05026586726307869, -0.01579701341688633, -0.017239591106772423, 0.08591848611831665, -0.0029055967461317778, -0.002154948888346553, 0.04131194576621056, -0.015407508239150047, 0.013907209038734436, 0.03039453737437725, 0.062085237354040146, 0.029897566884756088, -0.009269283153116705, 0.01360546052455902, -0.02251057885587215, 0.009074061177670956, -0.02428634651005268, -0.04626006260514259, 0.029058018699288368, -0.023329010233283043, 0.03973515331745148, -0.014996415004134178, 0.047589078545570374, -0.011336240917444227, 0.028705116361379623, 0.013301365077495577, -0.012511092238128184, 0.01626535877585411, 0.011137030087411404, 0.08206825703382492, 0.033101364970207214, -0.03176812827587128, 0.05156108736991882, -0.006524914409965277, 0.014697951264679432, 0.06433591991662979, -0.007951535284519196, -0.02270955592393875, 0.030214332044124603, 0.02499965764582157, -0.07666211575269699, 0.03622866794466973, -0.0168356541544199, 0.02420750819146633, -0.020167917013168335, -0.0453215017914772, -0.02670034021139145, -0.01971740648150444, -0.05141843110322952, 0.02453412674367428, -0.0013264291919767857, -0.014575938694179058, -0.017277132719755173, -0.0035496584605425596, 0.05243207886815071, 0.016113311052322388, -0.022578157484531403, 0.007733787875622511, -0.009098933078348637, -0.034681908786296844, -0.013515357859432696, 0.02742585353553295, -0.015096842311322687, -0.010894879698753355, 0.007778839208185673, -0.0057093002833426, -0.02553464099764824, 0.037565186619758606, 0.010300767607986929, 0.05103361606597901, 0.05855904147028923, 0.0647648423910141, 0.012157956138253212, 0.05080272629857063, 0.05084402486681938, 0.0012173207942396402, 0.012674402445554732, 0.04884300380945206, -0.0710034966468811, -0.026102473959326744, -0.053946927189826965, -0.01104880403727293, -0.02195494808256626, -0.04341057687997818, -0.013056867755949495, -0.0011394197354093194, -0.030612284317612648, 0.01020221784710884, -0.05177884176373482, -0.12625597417354584, -0.009626876562833786, 0.002665529027581215, -0.009273037314414978, 0.03119044192135334, -0.0004237628018017858, 0.02374948561191559, 0.03971262648701668, -0.0031808605417609215, -0.05816202983260155, -0.02362559549510479, -0.03742440044879913, 0.045756995677948, 0.01858174055814743, -0.019627302885055545, 0.017465785145759583, -0.002481569768860936, 0.0016312286024913192, -0.0520254485309124, 0.027053240686655045, 0.027133958414196968, 0.04825545847415924, -0.07986074686050415, 0.02562849596142769, -0.02888156846165657, -0.006104436237365007, -0.006523976102471352, 0.0266139917075634, -0.014810578897595406, -0.054961517453193665, 0.033221498131752014, -0.029102131724357605, -0.014540272764861584, -0.03080562874674797, 0.015368088148534298, 0.004125938285142183, 0.029482252895832065, 0.008897610940039158, -0.03675801679491997, -0.0013430886901915071, -0.022468578070402145, 0.04735255613923073, 0.04967644810676575, -0.0010418087476864455, 0.033739589154720306, -0.019919198006391525, 0.033388566225767136, 0.040590185672044754, 0.03793685883283615, -0.011368386447429655, -0.030837543308734897, 0.03680870309472084, 0.03523003309965134, -0.025498975068330765, 0.009915955364704132, 0.036519624292850494, -0.04048975929617882, -0.04467951878905296, 0.013733104802668096, -0.0037495146971195936, -0.022262796759605408, -0.06571279466152191, -0.03146321326494217, 0.01895740069448948, -0.01905900053679943, 0.04769419506192207, 0.0226382240653038, -0.004590528551489115, -0.0066150170750916, 0.02210136502981186, -0.05336689203977585, 0.0007883959333412349, -0.0002102388971252367, -0.031622182577848434, 0.01920119486749172, 0.013969624415040016, -0.006359492428600788, 0.021162796765565872, -0.02577679045498371, -0.004130631219595671, 0.027294453233480453, 0.03891484439373016, -0.04880170524120331, -0.0727313905954361, 0.042991507798433304, 0.005968344397842884, -0.010489419102668762, 0.01482371985912323, 0.019154265522956848, 0.005483574699610472, -0.02742115966975689, 0.004413140006363392, 0.04402299225330353, 0.0568358339369297, -0.016387371346354485, -0.05116313695907593, -0.04878642410039902, -0.02324266172945499, 0.04413820430636406, -0.03190375491976738, 0.04225238785147667, 0.034146927297115326, -0.025788992643356323, -0.05900204554200173, -0.033664505928754807, -0.019433019682765007, 0.01762252487242222, 0.002154948888346553, 0.025789931416511536, 0.013353925198316574, 0.017606334760785103, -0.02727403864264488, -0.0115218423306942, -0.006630503572523594, -0.001464163651689887, 0.007864718325436115, 0.010310622863471508, -0.03299999609589577, -0.03437406197190285, -0.017790528014302254, 0.0036941978614777327, 0.022921202704310417, -0.03224034607410431, 0.012389077804982662, 0.019413309171795845, -0.053743962198495865, 0.017244283109903336, 0.03998105600476265, -0.023201363161206245, 0.00644795224070549, -0.05836757645010948, 0.023043684661388397, 0.03619135916233063, -0.004324914421886206, 0.001686603995040059, 0.010149657726287842, -0.02628174051642418, -0.0044267489574849606, 0.030064161866903305, -0.024031057953834537, -0.0133595559746027, -0.048533275723457336, 0.025243684649467468, 0.0372263640165329, -0.026955630630254745, -0.03002849593758583, -0.023606356233358383, -0.060515016317367554, -0.036896925419569016, 0.0010174061171710491, -0.020243002101778984, -0.028597183525562286, -0.046042319387197495, -0.004049914423376322, 0.003208020236343146, 0.01981501653790474, -0.02342471294105053, 0.0190003402531147, 0.04013873636722565, -0.0026317404117435217, 0.009503924287855623, -0.02406015247106552, 0.016572268679738045, -0.022349145263433456, 0.00014547781029250473, 0.03133685886859894, 0.0191317405551672, -0.0362568236887455, -0.0164184607565403, -0.009288053959608078, -0.006599999498575926, 0.018726279959082603, 0.008170691318809986, -0.0837351530790329, -0.005839760880917311, -0.029062243178486824, 0.008278156630694866, 0.02587135322391987, -0.00018020477727986872, 0.03269965574145317, 0.03658907860517502, 0.039832763373851776, -0.04016689211130142, -0.00757986307144165, 0.03276723250746727, -0.014527132734656334, 0.060973212122917175, -0.029996586963534355, -0.02423754334449768, -0.04464573413133621, -0.026812966912984848, -0.01209999993443489, -0.027826620265841484, 0.011593173258006573, -0.011692427098751068, 0.0010784128680825231, 0.014917575754225254, 0.07128600031137466, -0.010784128680825232, -0.024929029867053032, 0.019910749047994617, 0.030995221808552745, -0.034931570291519165, -0.022300340235233307, -0.01295221783220768, 0.020318087190389633, -0.02004590444266796, 0.0036707334220409393, 0.010908019728958608, -0.038942065089941025, -0.0265313982963562, 0.018868472427129745, 0.013827666640281676, 0.0266102384775877, 0.027918599545955654, 0.030546586960554123, -0.014281228184700012, 0.019805630668997765, -0.01030921470373869, -0.04782934859395027, 0.006494880188256502, 0.01455904357135296, -0.023914674296975136, 0.04024573415517807, -0.025363821536302567, 0.00879249069839716, -0.04419521614909172, -0.022331781685352325, -0.0907931700348854, -0.009107849560678003, 0.021104605868458748, -0.008563480339944363, -0.001696928171440959, 0.004680161830037832, -0.009238310158252716, 0.08085563033819199, -0.002898293314501643, -0.05131706222891808, 0.02279965579509735, -0.04376723617315293, -0.022330375388264656, -0.007581740617752075, 0.01112576760351658, 0.017982935532927513, 0.01833208091557026, 0.007545839995145798, 0.009762968868017197, 0.01834146678447723, 0.03586450219154358, -0.034976620227098465, 0.04339931532740593, -0.01039931643754244, 0.051290784031152725, -0.006367235444486141, 0.034112200140953064, 0.0033947951160371304, 0.034894026815891266, 0.004690955393016338, 0.02991305291652679, 0.011220092885196207, -0.021939929574728012, -0.01896279864013195, 0.035995904356241226, -0.005070136394351721, -0.008675170131027699, -0.03450921177864075, 0.02567284554243088, 0.017801791429519653, -0.01881556026637554, 0.03713719919323921, -0.008363566361367702, 0.00840204767882824, -0.05347951874136925, -0.04249078035354614, -0.029178157448768616, -0.03140819072723389, 0.020410066470503807, -0.029268259182572365, -0.02724095433950424, -0.036213651299476624, -0.05365409329533577, 0.014315015636384487, -0.04100409522652626, -0.023657508194446564, -0.006005887407809496, -0.0019437711453065276, -0.004511806648224592, -0.031569622457027435, 0.011546245776116848, 0.023028668016195297, 0.033519964665174484, 0.020381910726428032, -0.0009385664598084986, -0.005726898089051247, -0.010310388170182703, 0.03002661839127541, -0.019220024347305294, -0.024265697225928307, -0.025656653568148613, 0.013479691930115225, -0.022405460476875305, 0.04431958124041557, 0.005387841258198023, -0.01908697560429573, -0.0006081911269575357, 0.0019822525791823864, -0.031524572521448135, 0.04053105413913727, -0.032641466706991196, 0.007993712089955807, -0.04390238970518112, 0.007035494316369295, -0.05262495204806328, -0.017217064276337624, 0.010849828831851482, 0.017443258315324783, 0.005454009864479303, -0.001408788375556469, -0.013793173246085644, -0.006847781129181385, 0.018636176362633705, 0.013596074655652046, 0.020126620307564735, -0.0591803714632988, -0.00417474377900362, 0.004468515049666166, -0.03208771347999573, -0.01984880492091179, -0.05404641479253769, -0.05798088386654854, -0.031158531084656715, -0.004989419598132372, 0.01261433493345976, -0.012321501970291138, -0.0284028984606266, -0.02290102280676365, 0.007146245334297419, -0.0530853234231472, -0.03509487956762314, 0.051343340426683426, -0.03754265978932381, 0.024620477110147476, -0.02423754334449768, -0.04682508483529091, 0.011576279066503048, -0.02957986108958721, 0.002713161054998636, 0.0007649317267350852, 0.005431719124317169, -0.04500989615917206, 0.002594197867438197, -0.021223803982138634, 0.015666551887989044, -0.0003819965641014278, 0.02568668872117996, -0.00033037542016245425, -0.022937392815947533, 0.019495904445648193, 0.0036435152869671583, -0.0006189846317283809, -0.047574058175086975, -0.026906825602054596, 0.02365375310182571, -0.001447269576601684, -0.009770477190613748, 0.012856483459472656, 0.001978498185053468, -0.038183700293302536, -0.0016631399048492312, 0.01991262659430504, 0.016177132725715637, 0.016999315470457077, 0.02876518666744232, 0.005995563231408596, -0.019507870078086853, 0.0053273034282028675, -0.017130715772509575, 0.02688617631793022, -0.03440409153699875, 0.004281740169972181, -0.00871177390217781, 0.02071322500705719, 0.05164368078112602, -0.014951364137232304, 0.06140477582812309, -0.01424650102853775, -0.00045802045497111976, -0.011491338722407818, -0.02161706425249577, 0.028855759650468823, -0.03929214924573898, -0.02439146675169468, 0.06299658864736557, 0.0017044368432834744, -0.019435834139585495, 0.03431399166584015, -0.04506620764732361, 0.04744641482830048, -0.05014948546886444, -0.06006075069308281, -0.020742319524288177, -0.01853856630623341, -0.004520136397331953, -0.022349145263433456, -0.00302969291806221, 0.04403002932667732, -0.01302824169397354, 0.013623292557895184, -0.02378139831125736, 0.05338143929839134, 0.007951535284519196, 0.01399590354412794, -0.014582037925720217, 0.009855417534708977, 0.025566549971699715, -0.0247049480676651, 0.04445647820830345, -0.05404265969991684, 0.01077943667769432, 0.02090187557041645, -0.0529576763510704, -0.021709982305765152, 0.02590819075703621, -0.029489759355783463, 0.0493423230946064, 0.01435208972543478, -0.06919863075017929, 0.010658361949026585, -0.015970177948474884, -0.03054470755159855, -0.01290528941899538, -0.026781056076288223, -0.0003857508418150246, -0.02436049282550812, -0.029418429359793663, -0.012965358793735504, 0.004809214733541012, -0.06178020313382149, 0.001330887316726148, 0.024138053879141808, 0.013952730223536491, -0.007806057576090097, 0.010035153478384018, -0.010573890060186386, 0.06331194192171097, -0.023021159693598747, -0.0254304613918066, 0.0456806905567646, 0.04095904156565666, 0.02423754334449768, 0.015594751574099064, 0.002124914433807134, 0.03443412855267525, -0.026903070509433743, -0.03547030687332153, -0.030407678335905075, 0.00543852336704731, 0.006776450201869011, -0.0016321672592312098, 0.02170904353260994, -0.020273037254810333, -0.00110046926420182, 0.06288301944732666, 0.018388396129012108, -0.010423719882965088, -0.02136552892625332, -0.008788736537098885, 0.01712813414633274, -0.049641724675893784, -0.052137840539216995, -0.036078497767448425, -0.004666200838983059, 0.0027333402540534735, 0.0123130539432168, 0.055713310837745667, -0.05165119469165802, 0.026174742728471756, 0.03101305477321148, 0.049347952008247375, 0.03170477971434593, -0.03975415602326393, -0.013814056292176248, 0.027518771588802338, 0.005571330897510052, 0.024875767529010773, 0.06572218239307404, 0.06010204553604126, -0.01486689317971468, 0.01856273412704468, -0.0002027303708018735, 0.029057081788778305, 0.007483190856873989, 0.031014930456876755, -0.0152385663241148, 0.011251536197960377, -0.05675254017114639, -0.01974180713295937, -0.00028813991229981184, 0.0418262779712677, -0.047958873212337494, 0.07439453899860382, -0.021148718893527985, -0.005547104403376579, 0.028599999845027924, 0.05143344774842262, 0.028588734567165375, 0.019469624385237697, -0.061179522424936295, 0.00954381376504898, 0.014927431009709837, -0.020746074616909027, 0.04803583025932312, 0.00757986307144165, 0.010701535269618034, -0.028464844450354576, 0.012805801816284657, 0.01255801972001791, -0.009212968870997427, -0.04020819067955017, -0.009918770752847196, 0.016854777932167053, 0.01100938580930233, -0.029911646619439125, 0.033411093056201935, -0.002042320789769292, 0.03650273010134697, 0.024561816826462746, 0.04787064343690872, -0.009663363918662071, -0.010556996800005436, -0.018745284527540207, 0.035965871065855026, -0.04785187542438507, -0.03963378816843033, 0.01566092111170292, 0.018391210585832596, -0.027099231258034703, -0.06866740435361862, -0.0031554605811834335, -0.005961774382740259, 0.0342802032828331, -0.04654163494706154, -0.0266252551227808, 0.0052991462871432304, 0.006413225084543228, 0.004550170619040728, -0.008230289444327354, 0.021562626585364345, -0.054859209805727005, -0.021548548713326458, 0.00836262758821249, 0.04977218434214592, -0.02426382154226303, 0.005102047696709633, 0.02071603946387768, 0.06184777989983559, 0.019274402409791943, -0.020146330818533897, 0.007891467772424221, -0.03143329545855522, 0.0833747386932373, 0.08725853264331818, 0.02445153333246708, -0.005924231838434935, 0.027362264692783356, 0.011172695085406303, 0.022465528920292854, 0.015406569465994837, -0.005399103742092848, 0.01937154494225979, 0.016443215310573578, 0.035417746752500534, 0.02196996472775936, 0.0033300339709967375, -0.006708873435854912], [-0.048408448696136475, -0.0498381070792675, -0.03521183878183365, -0.007718633394688368, -0.008335732854902744, 0.03211107850074768, 0.0329124853014946, -0.015096043236553667, 0.04516055807471275, 0.010339641943573952, -0.025347638875246048, -0.013859495520591736, -0.062069159001111984, -0.030287565663456917, -0.008894135244190693, 0.03571271523833275, 0.002394243609160185, -0.037997979670763016, 0.05894101038575173, 0.033396147191524506, -0.020448410883545876, -0.02225940302014351, 0.05766376852989197, 0.0664103776216507, -0.054226480424404144, 0.05321219936013222, -0.01595301553606987, -0.013412421569228172, 0.03568689152598381, 0.003741336055099964, -0.0133218327537179, 0.023211855441331863, -0.0008151033543981612, 0.014000759460031986, 0.047217294573783875, 0.035438016057014465, 0.021357037127017975, -0.021997224539518356, 0.0004367044020909816, 0.007603979203850031, -0.02794947475194931, 0.008388168178498745, -0.012317725457251072, 0.01403832621872425, 0.04106586799025536, 0.01897707581520081, -0.011701799929141998, 0.033978421241045, 0.007361365016549826, -0.04303495213389397, -0.002776751294732094, 0.030797835439443588, 0.003050670027732849, -0.022370535880327225, -0.016732510179281235, 0.03699309006333351, 0.05025544390082359, -0.01310426276177168, 0.08506187796592712, 0.022131051868200306, 0.011733104474842548, -0.00996985286474228, -0.041441526263952255, -0.001045586192049086, -0.0018634286243468523, 0.039932627230882645, 0.0044484371319413185, 0.004345130641013384, 0.02400778792798519, -0.06820102035999298, 0.024064134806394577, -0.02063780650496483, -0.004764617420732975, -0.050006572157144547, 0.09451597929000854, -0.01257207803428173, -0.0629856139421463, 0.004345913417637348, -0.02519424445927143, -0.02439870871603489, -0.024392053484916687, -0.007640371099114418, -0.041454046964645386, -0.03683969751000405, -0.04337617754936218, -0.008649565279483795, -0.031949859112501144, -0.0159181896597147, 0.03587550297379494, 0.00962667167186737, -0.029224758967757225, 0.00622969027608633, 0.023106202483177185, -0.014575988054275513, -0.0024733254685997963, -0.002978668548166752, 0.036614302545785904, 0.028421789407730103, 0.01127605326473713, 0.08310844749212265, 0.04475046321749687, -0.006104470230638981, -0.007297972682863474, -0.04034585505723953, -0.07620882987976074, 0.007602804806083441, 0.02141319029033184, -0.037905629724264145, 0.009588323533535004, -0.03626837953925133, 0.012099568732082844, 0.045040033757686615, 0.008433560840785503, -0.049011074006557465, 0.011330347508192062, -0.002427700906991958, 0.02484441176056862, -0.008392863906919956, -0.021213816478848457, -0.017377391457557678, -0.0575510673224926, 0.03432894125580788, 0.02873796969652176, 0.0009391492931172252, -0.026527052745223045, 0.0015895102405920625, 0.02978355437517166, 0.05652387440204621, -0.015779273584485054, -0.003750336123630405, 0.028957102447748184, -0.03515215963125229, 0.03753466531634331, -0.010593212209641932, -0.06821667402982712, 0.052567314356565475, -0.0020534107461571693, 0.04087960347533226, 0.01477281842380762, 0.029069799929857257, 0.002275089267641306, 0.04192362353205681, 0.0063956063240766525, 0.01711129955947399, 0.02158233523368835, -0.01347209606319666, -0.010253162123262882, -0.011125005781650543, 0.02117077261209488, 0.011150832287967203, -0.014305200427770616, -0.02630557306110859, -0.022063355892896652, 0.007157491520047188, 0.027855169028043747, -0.007948088459670544, 0.021774176508188248, -0.007125012576580048, -0.04771817475557327, -0.011055352166295052, 0.03235682100057602, 0.03964618965983391, 0.029457982629537582, -0.02557469718158245, 0.01181919313967228, -0.00017907425353769213, -0.0005924467113800347, -0.0111281368881464, -0.0008014074410311878, 0.012456641532480717, 0.05742897838354111, 0.0008828003774397075, 0.010012113489210606, 0.04471289739012718, -0.03781641274690628, 0.005559959448873997, 0.012901563197374344, -0.05442056804895401, -0.01935899816453457, 0.005493632052093744, 0.009537843987345695, 0.00135237502399832, 0.006492652464658022, 0.007497542072087526, -0.02376673743128777, 0.011226747184991837, -0.03412751108407974, 0.007541368715465069, -0.030938709154725075, 0.018892552703619003, 0.04356400668621063, -0.04628127440810203, -0.030880793929100037, -0.018930118530988693, -0.030805662274360657, -0.0007927985861897469, -0.0004762269672937691, -0.002592052100226283, 0.003533549141138792, 0.03675830364227295, -0.04340121895074845, -0.009044007398188114, 0.03287648409605026, -0.054038651287555695, -0.0031093668658286333, -0.04976239427924156, 0.08439430594444275, -0.045097947120666504, 0.056148603558540344, -0.0019056904129683971, 0.017413392663002014, 0.07732955366373062, 0.01796749047935009, 0.0022135553881525993, 0.027410246431827545, -0.007073359563946724, 0.03312771022319794, -0.0428377278149128, 0.027920907363295555, 0.043038081377744675, -0.037069790065288544, -0.022817416116595268, 0.033897027373313904, -0.0184628926217556, -0.0340089425444603, 0.04857905954122543, 0.01022107433527708, 0.024630755186080933, -0.030128691345453262, -0.01677398756146431, 0.06758744269609451, -0.023847348988056183, 0.005656026769429445, -0.038411203771829605, -0.01079082489013672, 0.0012991564581170678, 0.013379747048020365, 0.01268974132835865, 0.00564428698271513, 0.0126425139605999, -0.08057274669408798, -0.03901852294802666, 0.020539196208119392, -0.018887856975197792, 0.005847965367138386, -0.011565623804926872, 0.0069559658877551556, 0.018131840974092484, -0.025053370743989944, 0.02433648891746998, 0.02086789719760418, 0.02903849631547928, -0.02051728032529354, 0.01699136383831501, 0.028768490999937057, 0.008951657451689243, -0.03125488758087158, -0.0024308315478265285, -0.0055605461820960045, 0.017352348193526268, 0.009985504671931269, -0.0036532909143716097, -0.044289495795965195, -0.0301967803388834, 0.05663696303963661, 0.03485183045268059, 0.017308520153164864, 0.007957333698868752, 0.015999972820281982, 0.028976667672395703, -0.012381118722259998, -0.04059785604476929, 0.024899976328015327, -0.004188606049865484, -0.005247887689620256, 0.06002416089177132, 0.058540306985378265, -0.002792404033243656, 0.048960983753204346, 0.022646021097898483, -0.02910580299794674, -0.05841352045536041, -0.0146753815934062, 0.024532144889235497, 0.024116570129990578, 0.044647157192230225, 0.017380522564053535, -0.05936049669981003, 0.02449614554643631, -0.036313772201538086, -0.019573437049984932, -0.023231422528624535, 0.026374442502856255, 0.004167279228568077, 0.02761724963784218, -0.035013049840927124, 0.003299544332548976, -0.021178599447011948, -0.051268160343170166, -0.055910687893629074, 0.020485976710915565, 0.021710000932216644, -0.04521064832806587, 0.003432590514421463, 0.026762623339891434, -0.06785354018211365, -0.039945147931575775, 0.07140038907527924, 0.005897857714444399, -0.00812051072716713, -0.013511227443814278, -0.0030772793106734753, -0.047192249447107315, 0.00047896613250486553, 0.03898975998163223, -0.014995084144175053, -0.011509274132549764, 0.039021652191877365, -0.03147871792316437, 0.01136996690183878, 0.04500950872898102, 0.00043826966430060565, -0.018574807792901993, -0.09005815535783768, 0.009617280215024948, 0.07972125709056854, 0.011535883881151676, 0.009760892018675804, -0.04131004586815834, -0.016729379072785378, 0.05240452662110329, -0.012974346987903118, 0.020351365208625793, -0.015353525057435036, 0.01022733561694622, 0.007452149875462055, 0.014505160041153433, 0.006063773762434721, 0.01152257900685072, 0.0386178195476532, -0.020360756665468216, -0.05642721801996231, -0.006048023235052824, -0.006176471710205078, -0.030703920871019363, -0.0908118262887001, -0.0104198744520545, -0.010224205441772938, 0.02554955519735813, 0.001150457886978984, 0.03681151941418648, -0.012525120750069618, 0.013256092555820942, 0.03437912464141846, 0.006434738170355558, 0.0020893870387226343, 0.01040264405310154, -0.010143399238586426, 0.026026956737041473, -0.026456275954842567, 0.024389706552028656, 0.027110110968351364, -0.0513652041554451, 0.04420575499534607, -0.03416566550731659, -0.0131856556981802, 0.01708625629544258, -0.020813504233956337, 0.0485227145254612, -0.025826605036854744, 0.030901141464710236, 0.0005744463414885104, 0.01557892095297575, 0.03354954347014427, -0.01873133145272732, 0.001677946769632399, -0.05697975307703018, -0.06069584935903549, 0.03201403468847275, -0.028741098940372467, 0.02064250223338604, -0.027840103954076767, 0.03631220757961273, -0.012568165548145773, -0.003735075006261468, 0.021162163466215137, 0.02203870378434658, 0.044298913329839706, -0.0033856332302093506, 0.05262366309762001, 0.02479667030274868, -0.014884733594954014, 0.04042724892497063, 0.013525315560400486, 0.005405586678534746, 0.04210842028260231, -0.016123823821544647, 0.026922279968857765, 0.024802932515740395, 0.026595141738653183, -0.09301961213350296, 0.02500641532242298, -0.00980432704091072, 0.019767528399825096, -0.02185635082423687, -0.06026521325111389, -0.06137027591466904, -0.0004918794147670269, -0.06531470268964767, 0.01640087366104126, 0.0015895102405920625, -0.044822465628385544, -0.03192168474197388, 0.008790437132120132, 0.05485258251428604, 0.008743088692426682, -0.028074301779270172, 0.01675892435014248, 0.010427688248455524, -0.004858532454818487, -0.010174117051064968, 0.01059673447161913, -0.012913302518427372, 0.02026684209704399, 0.04622805863618851, 0.03324901685118675, -0.020505541935563087, 0.0014212458627298474, -0.004990013316273689, 0.06356162577867508, 0.06014625355601311, 0.022005051374435425, -0.0027117934077978134, 0.03478609025478363, 0.006693591363728046, -0.0026844018138945103, 0.03399094194173813, 0.014971604570746422, -0.029395176097750664, -0.04452819749712944, -0.012284073047339916, -0.02215140126645565, -0.04890463128685951, -0.03608211502432823, -0.0025239635724574327, -0.04759608581662178, -0.023103073239326477, 0.035703323781490326, 0.004172953311353922, -0.10021348297595978, 0.001368027413263917, -0.002413613721728325, -0.015934232622385025, -0.0031189536675810814, -0.02512224204838276, 0.008568954654037952, 0.04190640524029732, -0.015436483547091484, -0.04753034561872482, -0.021399298682808876, -0.053537771105766296, 0.01428759191185236, 0.015201696194708347, -0.02122046984732151, -0.0006887094932608306, -0.006323605310171843, 0.011667365208268166, -0.02746385522186756, -0.0021678695920854807, -0.020586153492331505, 0.03350571542978287, -0.05970172211527824, -0.02939067780971527, -0.02488432638347149, -0.0026186611503362656, 0.016557201743125916, 0.05961093679070473, -0.0013520814245566726, -0.030090345069766045, 0.026667926460504532, -0.01734892465174198, -0.01048873271793127, -0.010479341261088848, 0.005378194618970156, 0.01563800871372223, 0.042524680495262146, 0.004240259062498808, -0.0011152398074045775, 0.0302171278744936, -0.014006628654897211, 0.02246132120490074, 0.0698179230093956, -0.01273486390709877, 0.05142468214035034, -0.037592582404613495, 0.02787962555885315, 0.015084302984178066, 0.04504629597067833, -0.021629391238093376, -0.02128523215651512, 0.037182487547397614, 0.010400100611150265, -0.03918130695819855, 0.02478102035820484, 0.036739520728588104, -0.03672543540596962, -0.016890600323677063, 0.031364455819129944, -0.010848740115761755, -0.036922652274370193, -0.06726930290460587, -0.05789855122566223, -0.0015683792298659682, -0.019487224519252777, 0.04361722618341446, 0.009969069622457027, -0.03237560763955116, -0.035803500562906265, 0.017342956736683846, -0.0060058594681322575, -0.014847951009869576, 0.034867484122514725, -0.01766226813197136, 0.04993769899010658, 0.047974877059459686, -0.02210131287574768, 0.03427581861615181, -0.02764914184808731, 0.013992542400956154, -0.010224596597254276, 0.0016200325917452574, -0.005947945173829794, -0.05327265709638595, 0.022755587473511696, -0.0030334522016346455, 0.026003429666161537, 0.010873000137507915, 0.012288768775761127, 0.01824767142534256, -0.0035828545223921537, 0.011444317176938055, 0.0397479273378849, 0.01499038841575384, -0.02331907674670219, -0.024417880922555923, -0.0387430377304554, -0.009038529358804226, -0.0030436262022703886, 0.013923279941082, -0.025588687509298325, 0.006759527139365673, -0.004696528892964125, -0.03927522152662277, -0.055675897747278214, 0.02451179549098015, -0.0009454103419557214, -0.010559950955212116, 0.02515668049454689, 0.04119734838604927, 0.034742262214422226, -0.0017828184645622969, 0.0069539109244942665, -0.0038990348111838102, 0.034820523113012314, 0.02603165432810783, 0.02996199391782284, -0.03822494298219681, -0.06718674302101135, -0.0113108791410923, 0.01828513853251934, -0.024749714881181717, -0.04090308025479317, 0.008127554319798946, -0.031023230403661728, -0.011115712113678455, 0.027144545689225197, 0.02279667556285858, -0.03614472597837448, 0.012166287750005722, -0.07987934350967407, 0.0016028148820623755, 0.033756155520677567, -0.01439016405493021, -0.03501148521900177, -0.0030131039675325155, -0.036254290491342545, 0.004914490040391684, 0.04293633997440338, -0.020950855687260628, -0.0374470129609108, -0.029314568266272545, 0.04229301959276199, 0.028008561581373215, -0.022771239280700684, -0.026850277557969093, -0.05031336098909378, -0.050833020359277725, -0.04486629366874695, -0.004318521358072758, 0.0006969270179979503, 0.01790018565952778, -0.034282080829143524, 0.0016158135840669274, 0.004194475244730711, 0.024845194071531296, -0.01386810466647148, 0.0012068068608641624, 0.01989392191171646, 0.004534721374511719, -0.0032048469875007868, -0.03847929462790489, -0.012562687508761885, 0.017280347645282745, -0.0047708782367408276, -0.02481154166162014, 0.016839338466525078, -0.054038651287555695, 0.011308922432363032, -0.02010239288210869, 0.013317137025296688, 0.014708642847836018, -0.027736209332942963, -0.06933269649744034, 0.011645451188087463, -0.017432566732168198, 0.007032663095742464, 0.016171367838978767, 0.030307913199067116, 0.03750409558415413, -0.015145347453653812, 0.025250595062971115, -0.046381451189517975, 0.08382220566272736, 0.008414776995778084, -0.042187370359897614, 0.06175219640135765, -0.007301494479179382, 0.0008741915225982666, -0.03702439367771149, -0.006698873825371265, -0.0039972541853785515, -0.010610821656882765, -0.010055158287286758, -0.0001260025310330093, -0.02548225224018097, 0.008792002685368061, 0.06617871671915054, -0.012071198783814909, -0.003785358509048819, 0.014598293229937552, 0.04991578310728073, 0.031899768859148026, -0.05428282916545868, 0.002870666328817606, -0.0003740944666787982, -0.0002803583920467645, 0.006973183713853359, -0.017079602926969528, -0.024165485054254532, -0.03774753957986832, 0.02979607693850994, -0.013788668438792229, 0.037542492151260376, 0.057596463710069656, 0.01783248782157898, -0.01913360133767128, 0.04038967937231064, 0.0016591637395322325, -0.027637597173452377, -0.00952453911304474, 0.019847355782985687, -0.012606513686478138, -0.001711599645204842, -0.024860063567757607, 0.004057907499372959, -0.012761473655700684, -0.003326153615489602, -0.054761793464422226, -0.010443340055644512, 0.016592321917414665, -0.016141628846526146, 0.002820969559252262, 0.02734802663326263, -0.013396965339779854, 0.08703409880399704, 0.01007002778351307, -0.03421007841825485, 0.03486435115337372, -0.02677827700972557, -0.028684748336672783, -0.02567966841161251, -0.004451176151633263, 0.006272734608501196, 0.0229027196764946, -0.007381322328001261, 0.017007993534207344, 0.013749145902693272, 0.054871365427970886, -0.02032945118844509, 0.04237128421664238, -0.02226409874856472, 0.05897857248783112, 0.00993463397026062, 0.0036907100584357977, 0.004588037729263306, 0.007894332520663738, 0.013683796860277653, 0.0062109073624014854, -0.033978421241045, -0.03469843417406082, -0.004649180453270674, 0.0005454891943372786, 0.028083693236112595, 0.017142605036497116, -0.01215826626867056, 0.006476999260485172, 0.0389934778213501, -0.023160984739661217, 0.061983853578567505, 0.006691438611596823, 0.01946856454014778, -0.039389487355947495, -0.07049880921840668, 0.00195969152264297, 0.024569710716605183, 0.017690442502498627, -0.035553060472011566, -0.0464753694832325, -0.02799447625875473, -0.022518450394272804, -0.033546410501003265, -0.024042220786213875, 0.02553234063088894, -0.010246118530631064, 0.018324075266718864, 0.012174504809081554, -0.010047527961432934, 0.00451300386339426, 0.006674220785498619, 0.020261557772755623, 0.015579215250909328, -0.01552648562937975, -0.02930625155568123, -0.005605547223240137, 0.009253750555217266, -0.04197997227311134, -0.004282520618289709, -0.00664761196821928, 0.04771191626787186, -0.008101727813482285, 0.04289408028125763, -0.012822910211980345, -0.018946554511785507, 0.0415957048535347, -0.00470005115494132, -0.051058415323495865, 0.03859981894493103, -0.037412576377391815, 0.023013070225715637, -0.03305179625749588, -0.008600063621997833, -0.091360442340374, -0.016154151409864426, -0.005131374578922987, 0.04224919527769089, -0.0024147876538336277, -0.01882603019475937, 0.004734877496957779, 0.014534899964928629, -0.015946364030241966, -0.00797024741768837, 0.0070878383703529835, -0.03518209606409073, -0.007347278296947479, 0.0186074823141098, -0.05140276998281479, -0.05919145047664642, -0.02704123966395855, -0.02844027616083622, -0.04377687722444534, -0.009715499356389046, 0.011993328109383585, -0.036438994109630585, -0.014184284023940563, -0.02373543381690979, 0.01337661687284708, -0.04172483831644058, -0.04439045861363411, 0.021442612633109093, -0.037652842700481415, -0.0077980696223676205, -0.024913283064961433, -0.06100400909781456, 0.012144179083406923, -0.02187591791152954, -0.004219910595566034, 0.007172458805143833, 0.03899034857749939, -0.07161325961351395, -0.021694347262382507, 0.00927018653601408, -0.015555443242192268, 0.0197945274412632, 0.024112658575177193, -0.03190603107213974, -0.002150651765987277, -0.03083696775138378, -0.007891984656453133, 0.016133802011609077, -0.06053130328655243, -0.042875293642282486, 0.007972203195095062, 0.02065795846283436, -0.020147882401943207, 0.020498499274253845, -0.014552510343492033, -0.010740736499428747, 0.0072251888923347, 0.010731346905231476, 0.007444323506206274, 0.043068595230579376, 0.054771967232227325, 0.03028913028538227, -0.04421241208910942, 0.002739185467362404, -0.031092101708054543, 0.04940864443778992, -0.0064957826398313046, 0.009033833630383016, 0.000362501828931272, 0.032400064170360565, 0.06126384064555168, -0.0016716857207939029, 0.04865263029932976, 0.010712954215705396, 0.013202090747654438, 0.01833767257630825, -0.008184686303138733, 0.029126150533556935, -0.018188288435339928, -0.026166263967752457, 0.007688502315431833, 0.025045741349458694, 0.014255894348025322, -0.02750376798212528, -0.04789035394787789, 0.001447757356800139, -0.05189738795161247, -0.03157419711351395, -0.022783759981393818, -0.042624857276678085, -0.015668140724301338, -0.0815838947892189, -0.026243742555379868, 0.04806409403681755, 0.007068663369864225, 0.029159020632505417, 0.010266161523759363, 0.05412004515528679, 0.02420500665903091, -0.030822880566120148, -0.03631533682346344, 0.01867341808974743, -0.0022087618708610535, -0.020831702277064323, 0.012396770529448986, -0.04194553568959236, -0.008276253007352352, 0.04605196788907051, -0.041948672384023666, -0.01409623958170414, 0.032200299203395844, -0.023272117599844933, 0.013083131983876228, 0.058390043675899506, -0.01861550286412239, -0.002947950502857566, -0.01805514469742775, -0.05369038134813309, 0.007119534071534872, -0.0027880994603037834, 0.021483823657035828, 0.011729191988706589, -0.030368957668542865, -0.019034991040825844, 0.0219635721296072, -0.07601787149906158, -0.00880212802439928, 0.05013179033994675, 0.01697668805718422, -0.024965133517980576, 0.005386332981288433, 0.00721892761066556, 0.07911393791437149, -0.017791399732232094, -0.03091992437839508, 0.07865062355995178, 0.024594753980636597, 0.013467400334775448, 0.04216389358043671, -0.031078016385436055, 0.04028637334704399, -0.025584382936358452, -0.029396936297416687, -0.03282492980360985, -0.006943443790078163, 0.042862772941589355, -0.03498644381761551, 0.038436248898506165, -0.017452524974942207, 0.033433713018894196, 0.053150374442338943, 0.04834427684545517, 0.011344140395522118, -0.03037208691239357, -0.0004897272447124124, 0.018783768638968468, -0.035670455545186996, -0.028011692687869072, -0.026959845796227455, 0.005017209332436323, 0.018782202154397964, -0.002978668548166752, 0.019343344494700432, -0.030165474861860275, 0.02198881097137928, 0.01828758418560028, 0.02636035531759262, 0.0361550934612751, -0.05222295969724655, -0.0034458953887224197, 0.05615643411874771, 0.000796613865531981, 0.05010361224412918, 0.03461547568440437, 0.023736998438835144, -0.04567709192633629, 0.01191007625311613, 0.0038241962902247906, 0.0389120876789093, 0.002262469381093979, 0.016457026824355125, -0.009437667205929756, -0.005509284324944019, -0.046390846371650696, -0.014533335343003271, 0.022913480177521706, 0.035485755652189255, -0.04211145639419556, 0.054226480424404144, -0.013622360303997992, -0.06408754736185074, 0.009848545305430887, 0.027780035510659214, 0.01105065643787384, 0.019743265584111217, -0.06070347875356674, 0.021359777078032497, 0.009164531715214252, -0.015214218758046629, 0.06894294917583466, 0.04772130399942398, 0.05409186705946922, -0.020806705579161644, -0.01530500315129757, 0.04721103236079216, 0.006592827849090099, -0.019214993342757225, -0.03599446266889572, -0.0052827149629592896, 0.005190365016460419, -0.009479147382080557, 0.02608800120651722, 0.016660507768392563, 0.05262170732021332, 0.02243158221244812, 0.037832945585250854, 0.004898446146398783, 0.009576192125678062, -0.020508868619799617, 0.026252351701259613, -0.03127993270754814, -0.04103769361972809, 0.018874749541282657, 0.007494410965591669, 0.008267643861472607, -0.0566745288670063, -0.008356471545994282, 0.014207763597369194, 0.038595907390117645, -0.06450233608484268, -0.02890857867896557, 0.02245662361383438, 0.022821327671408653, 0.0055785467848181725, 0.04529360681772232, 0.04240572080016136, -0.05292888730764389, -0.0131230466067791, -0.010247097350656986, 0.031189149245619777, -0.0007987170829437673, -0.012714515440165997, 0.034156858921051025, 0.09025850892066956, 0.016430417075753212, -0.01368966605514288, 0.02482122741639614, -0.05582929775118828, 0.06460721045732498, 0.05057945102453232, 0.018028339371085167, 0.0019518653862178328, 0.032367974519729614, 0.0050283619202673435, 0.0005134016391821206, 0.004581483080983162, -0.006977878976613283, 0.01007257215678692, 0.026426877826452255, 0.02168808877468109, -0.0037080745678395033, -0.0005079232505522668, -0.03161019831895828], [-0.03590919449925423, -0.05208297446370125, -0.04840685799717903, -0.0188676193356514, -0.03291555121541023, 0.033243145793676376, 0.04769591987133026, -0.033841539174318314, -0.006871532183140516, 0.08278728276491165, -0.015003645792603493, 0.04092748835682869, -0.04163652658462525, -0.013993536122143269, 0.003157464088872075, 0.05073194578289986, -0.004238552879542112, -0.03221726417541504, 0.05055484175682068, -0.006199812050908804, -0.017803745344281197, -0.039523959159851074, 0.027038313448429108, 0.029907358810305595, -0.022496297955513, 0.06426755338907242, 0.0020153974182903767, 0.00570266367867589, 0.03131847456097603, -0.02261837013065815, 0.017282560467720032, -0.02335777133703232, -0.015559143386781216, 0.004786796402186155, 0.025209112092852592, 0.020482560619711876, 0.03292946517467499, -0.014916992746293545, -0.02995416149497032, -0.02376573532819748, -0.0534789152443409, 0.027954181656241417, -0.04537273198366165, 0.022808410227298737, -0.015875237062573433, 0.034959644079208374, -0.005610317457467318, 0.03649173304438591, -0.004900805186480284, -0.06963624805212021, 0.040104757994413376, 0.03870486468076706, 0.0085286945104599, -0.019268468022346497, 0.020379304885864254, 0.024009881541132927, 0.04603622853755951, -0.037735238671302795, 0.04404890164732933, 0.00962356012314558, 0.004144171718508005, -0.005324189085513353, -0.029434876516461372, 0.012508414685726166, 0.02836151421070099, -0.008473074063658714, 0.024154094979166985, 0.02166328951716423, 0.021772079169750217, -0.03864224627614021, -0.010300024412572384, -0.004618550185114145, -0.002008835319429636, -0.04454099014401436, 0.06163126602768898, -0.014724671840667725, -0.07682150602340698, 0.04365295171737671, -0.021465947851538655, -0.022317297756671906, 0.018575400114059448, 0.01915872842073441, -0.01656024158000946, -0.017197804525494576, -0.03558598458766937, 0.03021981567144394, -0.026427315548062325, -0.007955645211040974, 0.03201739117503166, -0.007352235727012157, -0.0051511190831661224, -0.008127054199576378, 0.013412896543741226, 0.025849206373095512, -0.01169849280267954, 0.006479379255324602, 0.012606768868863584, 0.03156451880931854, 0.02029328420758247, 0.02061206661164761, 0.0669645443558693, -0.024815060198307037, -0.01737111248075962, -0.004168997053056955, -0.015990670770406723, 0.0008842416573315859, 0.012186944484710692, -0.018080011010169983, 0.0574592649936676, -0.016826841980218887, -0.006609358824789524, 0.011759529821574688, 0.007814913056790829, -0.02763524278998375, -0.04078454151749611, 0.014428066089749336, 0.03428618609905243, -0.034986212849617004, -0.031971853226423264, -0.02513827010989189, -0.02048904448747635, 0.05711011961102486, 0.007852546870708466, 0.05936437472701073, -0.02040586993098259, -0.0049601029604673386, 0.0069069527089595795, 0.023046579211950306, -0.0113559914752841, 0.02513834834098816, 0.010636200197041036, 0.013841734267771244, 0.01523704081773758, -0.044356293976306915, -0.04547709226608277, 0.05199948325753212, 0.003081484232097864, 0.012695680372416971, -0.006464515347033739, -0.006853901315480471, -0.03835192695260048, 0.008265572600066662, -0.023190155625343323, 0.0030512032099068165, 0.021069999784231182, -0.03784908726811409, -0.031745415180921555, -0.02048303559422493, 0.014581765979528429, -0.005050709005445242, -0.042772505432367325, 0.025301456451416016, -0.04553275555372238, 0.003020210424438119, -0.014058051630854608, -0.03800215572118759, 0.007350338622927666, 3.1862429750617594e-05, -0.017777178436517715, 0.017910005524754524, 0.04379463195800781, 0.02686042338609695, 0.039043255150318146, 0.01725093461573124, 0.015146592631936072, -0.030714433640241623, 0.014842357486486437, -0.008035855367779732, 0.005855650175362825, 0.022102246060967445, 0.037747886031866074, 0.01783979870378971, -0.008835775777697563, 0.04405775293707848, -0.017517853528261185, 0.023973513394594193, 0.009644432924687862, -0.043258268386125565, -0.019651925191283223, 0.01774176023900509, -0.009298453107476234, 0.011710193939507008, 0.002994277747347951, -0.01987077109515667, -0.01385438535362482, 0.0035897810012102127, -0.03678837791085243, -0.002153678797185421, -0.00967605784535408, 0.017546314746141434, 0.02064890973269939, -0.026122448965907097, 0.0017779709305614233, -0.035744111984968185, -0.013928388245403768, 0.04912032186985016, -0.016603566706180573, -0.038509659469127655, -0.03618528321385384, 0.013869723305106165, 0.011040055193006992, 0.010342856869101524, 0.04631200060248375, -0.04252684488892555, -0.018125057220458984, -0.040085624903440475, 0.06242126598954201, -0.012934090569615364, 0.029669536277651787, 0.012866096571087835, -0.011034046299755572, 0.05809414014220238, 0.023741699755191803, 0.014170637354254724, -0.010079596191644669, 0.0332520417869091, 0.043892037123441696, -0.05091157928109169, 0.024556364864110947, 0.02266770787537098, -0.05787956714630127, -0.025352057069540024, 0.04135316237807274, -0.011326896026730536, -0.013817462138831615, 0.04771742597222328, 0.02473125234246254, 0.014521598815917969, -0.02766070142388344, -0.02068164199590683, 0.046799030154943466, -0.004580599721521139, 0.00812325906008482, -0.015200356021523476, -0.014056785963475704, 0.01820412091910839, -0.0044915745966136456, 0.054446011781692505, -0.05845988914370537, -0.02148175984621048, -0.06300253421068192, -0.02782009169459343, 0.01012260653078556, -0.02800731174647808, -0.011309976689517498, -0.006637821905314922, 0.012912585400044918, -0.02262343093752861, -0.036619123071432114, -0.02649056538939476, 0.04415895789861679, 0.014658930711448193, -0.05777109041810036, 0.03435860946774483, 0.010700715705752373, 0.015048554167151453, -0.02213513664901257, 0.008397134020924568, 0.00966846849769354, 0.024930808693170547, 0.016321154311299324, -0.02490677498281002, -0.02904398739337921, -0.004067875444889069, 0.0336606428027153, 0.013615930452942848, -0.0009481246815994382, -0.02284733764827251, 0.027899786829948425, -0.02047164924442768, 0.012312655337154864, -0.06359203159809113, 0.022112369537353516, 0.0162743479013443, -0.003967514727264643, 0.04710642993450165, 0.06460656970739365, -0.015593141317367554, 0.04661181196570397, 0.0333545096218586, -0.026773927733302116, -0.02948484383523464, 0.03070937283337116, 0.0044786082580685616, 0.01264630164951086, 0.04709693789482117, -0.0027001630514860153, -0.03310292959213257, -0.002937036100775003, -0.004855739418417215, 0.02254689857363701, -0.001879488001577556, 0.026789110153913494, 0.07296701520681381, 0.05782896280288696, -0.03302307426929474, 0.01198217086493969, 0.0024427336174994707, -0.04921393468976021, -0.06053892895579338, 0.05787545442581177, 0.017634233459830284, -0.014356751926243303, -0.023872628808021545, 0.008170696906745434, -0.056900132447481155, -0.030769459903240204, 0.08234706521034241, -0.016400033608078957, 0.006924029905349016, -0.015157345682382584, -0.023882117122411728, -0.025779947638511658, -0.007342273835092783, 0.007151732221245766, -0.011234194040298462, 0.016414765268564224, 0.05600450560450554, -0.008763986639678478, 0.04428545758128166, 0.04969131946563721, -0.01488916389644146, -0.019592786207795143, -0.04229938983917236, 0.0182816032320261, 0.0691201239824295, 0.0350736565887928, 0.05165034160017967, -0.05460287630558014, -0.016260433942079544, 0.02737828530371189, -0.013815169222652912, 0.021269870921969417, -0.007580569945275784, -0.013341739773750303, -0.012971407733857632, -0.022697433829307556, -0.006488233804702759, -0.011896150186657906, 0.041613757610321045, 0.007712130900472403, -0.056166425347328186, 0.02406870573759079, -0.044174134731292725, -0.02110154554247856, -0.08791816979646683, -0.006691901013255119, -0.04664896801114082, 0.022109204903244972, 0.0088322963565588, 0.042414192110300064, -0.0180545337498188, 0.00915487390011549, -0.015759490430355072, 0.015748104080557823, 0.03285530209541321, 0.00011511587217682973, -0.06436748057603836, 0.03068217635154724, -0.04776803031563759, 0.012835261411964892, 0.004681168124079704, -0.049067191779613495, 0.05715566128492355, -0.02232994884252548, 0.008555259555578232, 0.02601555548608303, -0.049850232899188995, 0.05874704569578171, -0.047399912029504776, 0.04886985197663307, -0.011765854433178902, 0.00946606695652008, 0.03617548197507858, -0.011459089815616608, 0.02975176088511944, -0.03074352815747261, -0.03605657070875168, 0.032097090035676956, -0.029139496386051175, 0.029235636815428737, -0.005608104169368744, 0.02131549082696438, 0.0027147105429321527, 0.011237080208957195, 0.01023013237863779, 0.020851751789450645, 0.029048601165413857, -0.02183406613767147, 0.04991981014609337, 0.000922508304938674, -0.03582633659243584, 0.010534999892115591, 0.012032139115035534, 0.012536561116576196, 0.0038949644658714537, 0.003949834033846855, 0.014448938891291618, 0.02028442919254303, 0.05755287781357765, -0.05067754536867142, 0.0006312397890724242, -0.03097628988325596, 0.01855547726154327, -0.007826990447938442, -0.010214794427156448, -0.06651420146226883, -0.02613699436187744, -0.05811485648155213, 0.035268623381853104, -0.0020645747426897287, -0.017837267369031906, -0.0013054899172857404, 0.021521134302020073, 0.0362083725631237, 0.01380773726850748, -0.01149640791118145, -0.0010739931603893638, 0.007322191726416349, -0.0007956910412758589, -0.02059245854616165, 0.0198875330388546, -0.04727594181895256, 0.018875207751989365, 0.019397657364606857, 0.04593249782919884, -0.014617818407714369, -0.0400957427918911, 0.006731116212904453, 0.07023017108440399, 0.038183048367500305, 0.010827217251062391, 0.02945353463292122, 0.05251307785511017, 0.009596362709999084, 0.002271957229822874, 0.03382635489106178, 0.027551276609301567, -0.0664079412817955, -0.03110152669250965, 0.03787185624241829, 0.005474961828440428, -0.007945525459945202, -0.011792420409619808, -0.03513437509536743, -0.01860702596604824, -0.03839936852455139, 0.006098284851759672, -0.008012254722416401, -0.05899498984217644, 0.010849987156689169, -0.026238197460770607, -0.05127083882689476, 0.0014383159577846527, -0.029737845063209537, -0.02336551807820797, 0.0326676070690155, -0.0332975834608078, -0.05156305432319641, -0.004964530002325773, -0.02937605232000351, -0.00995214655995369, 0.013105498626828194, -0.015003645792603493, 0.007400800473988056, 0.008265572600066662, 0.011812659911811352, -0.04432071745395661, 0.0006508474471047521, -0.022914305329322815, 0.0056495326571166515, -0.04373897239565849, 0.008999969810247421, -0.023529179394245148, -0.0174204483628273, 0.022359203547239304, 0.060342222452163696, -0.014500093646347524, -0.0051422640681266785, -0.017820822075009346, 0.014700677245855331, -0.004128991160541773, 0.014601373113691809, 0.023216089233756065, 0.0015126351499930024, -0.0054572513327002525, -0.007998023182153702, -0.004665355198085308, 0.0053687007166445255, -0.03642215579748154, 0.008284231647849083, 0.06954516470432281, -0.002414112677797675, 0.028477897867560387, -0.04101414233446121, 0.01936152391135693, 0.006245352793484926, 0.06257402151823044, -0.017511211335659027, -0.023419318720698357, 0.04576045647263527, 0.05843332409858704, -0.014281959272921084, 0.005763383582234383, 0.03212365135550499, -0.03698919713497162, -0.0038917427882552143, 0.03574158251285553, -0.023310964927077293, -0.03602936863899231, -0.05717843398451805, -0.03849930316209793, -0.03413628414273262, -0.015427423641085625, 0.010124612599611282, 0.0646623894572258, 0.007025863043963909, -0.03441332280635834, 0.01577387936413288, -0.0134615208953619, -0.017485596239566803, -0.032500624656677246, 0.0008519049151800573, 0.03014011867344379, 0.05170600488781929, -0.03549870103597641, 0.034348808228969574, -0.02669486403465271, 0.021794216707348824, 0.0023361961357295513, -0.010853782296180723, 0.009527775458991528, -0.012822137214243412, 0.04435376822948456, 0.018206018954515457, -0.02201622724533081, -0.011784513480961325, -0.020487304776906967, 0.0036745364777743816, -0.03795534744858742, 0.01700805313885212, 0.05075329169631004, 0.026025043800473213, -0.02629701793193817, -0.02813128381967545, -0.03321029618382454, -0.03508883714675903, -0.002972298301756382, 0.032605305314064026, 0.01410074532032013, -0.00843326561152935, -0.00327194738201797, -0.07194362580776215, -0.05046376213431358, 0.035975608974695206, -0.004564154427498579, -0.014039076864719393, 0.05179455503821373, 0.07516687363386154, 0.019647497683763504, 0.02070061676204205, 0.028312891721725464, -0.0013848692178726196, 0.012662746012210846, 0.02693205326795578, 0.015703195706009865, -0.026785314083099365, -0.05935424938797951, -0.0028162277303636074, 0.01381121762096882, -0.0328662134706974, -0.033210139721632004, 0.00043516329606063664, -0.026730285957455635, -0.010121658444404602, 0.0032042693346738815, 0.03133049234747887, -0.007058753632009029, -0.014441349543631077, -0.05087235942482948, 0.02958478033542633, -0.006998033262789249, 0.004077758174389601, -0.02755507081747055, -0.008473034016788006, 0.01916489563882351, 0.02022465690970421, -0.011085279285907744, 0.03975039720535278, -0.03796912357211113, -0.01968354918062687, 0.01492576953023672, 0.03540635481476784, -0.0036369026638567448, -0.06008795648813248, -0.00948599074035883, -0.033682145178318024, -0.01725601591169834, -0.0032232445664703846, -0.02036665566265583, -0.03771626204252243, -0.013606837950646876, -0.012588901445269585, -0.009649809449911118, 0.0454239659011364, -0.01509093213826418, -0.0020429904107004404, 0.017445115372538567, -0.039341796189546585, -0.010486929677426817, -0.03609072417020798, 0.007689044810831547, -0.009961950592696668, 0.0005977170076221228, -0.002180876675993204, -0.003921529743820429, -0.05688242241740227, -0.02443745546042919, 0.0030132527463138103, -0.011064563877880572, 0.07056982070207596, -0.02343936264514923, -0.04167068377137184, -0.0027668920811265707, -0.03884844481945038, 0.013867035508155824, -0.0067832982167601585, 0.037702348083257675, 0.06447500735521317, 0.0033510103821754456, 0.0317203514277935, -0.030453842133283615, 0.05099000781774521, 0.03823364898562431, -0.05906899273395538, 0.04203247278928757, 0.001922814641147852, -0.029776429757475853, -0.03231466934084892, 0.02116361074149609, -0.029646527022123337, -0.004626456182450056, -0.04088005051016808, -0.002213924890384078, -0.039804790169000626, 0.0023445370607078075, 0.0455118827521801, 0.01755327358841896, -0.006731116212904453, -0.011142205446958542, 0.04957825690507889, -0.04321889206767082, -0.02860447578132153, 0.005850669927895069, 0.051764193922281265, -0.0253817830234766, -0.0007526807021349669, -0.01651596464216709, 0.015957463532686234, -0.045326557010412216, 0.04230445250868797, -0.026841606944799423, 0.05890129879117012, 0.04864799603819847, 0.01509915478527546, -0.013787340372800829, 0.04829300567507744, -0.022146522998809814, -0.03963781148195267, 0.02834317274391651, 0.044797785580158234, -0.003039185656234622, -0.014698462560772896, -0.021353362128138546, -0.01488030795007944, -0.019100379198789597, -0.006660275161266327, -0.06156042590737343, -0.0025926372036337852, 0.014932174235582352, -0.020971328020095825, -0.01337747648358345, 0.028589216992259026, -0.016365429386496544, 0.057738833129405975, 0.04090788215398789, -0.04214252904057503, 0.027711300179362297, -0.008467341773211956, -0.058936793357133865, -0.03742341324687004, 0.036832019686698914, 0.018953006714582443, 0.009016198106110096, -0.014099638909101486, 0.017677243798971176, 0.035683389753103256, 0.044428400695323944, -0.01770823635160923, -0.030974077060818672, 0.032847240567207336, 0.048034943640232086, 0.029211601242423058, 0.02243146486580372, 0.02803008258342743, 0.02535901591181755, 0.002284291200339794, -0.01277628168463707, -0.006965142674744129, -0.025737883523106575, 0.006074575707316399, 0.01311814971268177, 0.02037804014980793, -0.006355408579111099, -0.014001126401126385, -0.008400929160416126, 0.03046775422990322, -0.02202887646853924, 0.06812835484743118, -0.0037915499415248632, 0.003997746855020523, -0.02148492261767387, -0.05918220803141594, -0.0008352225413545966, 0.03711032122373581, 0.005795008968561888, -0.009697563014924526, -0.07869245111942291, -0.0406118668615818, -0.04965415596961975, -0.0018833621870726347, -0.00900307297706604, -0.004290912766009569, 0.004696664400398731, 0.02714141458272934, 0.012461846694350244, -0.03912990912795067, -0.012702593579888344, 0.0003428175987210125, -0.025477293878793716, 0.019905559718608856, -0.03209076449275017, -0.02310413494706154, -0.0029006670229136944, 0.018638651818037033, -0.021358421072363853, -0.04707353562116623, -0.00211904919706285, 0.0475517101585865, -0.005586282350122929, -0.003343578428030014, 0.02982386574149132, -0.006231437437236309, 0.0537312813103199, 0.012063131667673588, -0.04117376729846001, 0.0644136518239975, -0.028682826086878777, 0.03803567588329315, -0.003940504975616932, -0.0055205016396939754, -0.11802033334970474, -0.03945565223693848, -0.006284962873905897, 0.03420364856719971, 0.003559104399755597, 0.0050768000073730946, -0.006067618727684021, 0.0188106931746006, -0.0038834214210510254, -0.031988296657800674, 0.04880407080054283, -0.01712239906191826, 0.005049918312579393, 0.00860633421689272, -0.012993229553103449, -0.08468986302614212, -0.03733675926923752, -0.035535067319869995, 0.0008222562610171735, -0.013213024474680424, 0.01855263113975525, -0.01450270228087902, -0.015635518357157707, -0.054266657680273056, -0.01754315383732319, -0.01832619309425354, -0.021359054371714592, 0.040009722113609314, -0.054020654410123825, 0.023303057998418808, -0.0027324208058416843, -0.06378431618213654, 0.00847651343792677, -0.03994457423686981, 0.014211111702024937, -0.019162997603416443, 0.01873352751135826, -0.03348606824874878, 0.014023897238075731, 0.011794316582381724, -0.028738172724843025, 0.05365031957626343, 0.057904548943042755, -0.023658210411667824, -0.004728289786726236, 0.011253525502979755, -0.03331971913576126, -0.001325730117969215, -0.03704454004764557, 0.002986213192343712, 0.0073579284362494946, 0.019596897065639496, -0.009992310777306557, 0.03939239680767059, -0.015878401696681976, -0.029641704633831974, -0.014614656567573547, 0.03365178406238556, 0.025320906192064285, 0.051688291132450104, 0.06708598881959915, 0.05557440221309662, -0.045509349554777145, 0.01003200002014637, -0.002087819157168269, 0.02536027878522873, -0.0039606657810509205, -0.03438865393400192, 0.033129967749118805, 0.003283332334831357, 0.05354722589254379, -0.024928279221057892, 0.06658045947551727, -0.009201047010719776, 0.0010667192982509732, 0.008418322540819645, -0.016978958621621132, 0.029026908800005913, -0.06638770550489426, -0.010745386593043804, 0.04327550530433655, 0.018620625138282776, 0.01265515573322773, -0.014134425669908524, -0.012642505578696728, 0.04787902906537056, -0.05182238295674324, -0.01138635165989399, -0.04535312205553055, -0.0425446443259716, 0.005157523322850466, -0.06508521735668182, -0.005870870314538479, 0.0314873531460762, 0.025698669254779816, 0.012833522632718086, 0.033317822962999344, 0.04666367173194885, 0.026489300653338432, -0.006397153250873089, -0.021474802866578106, 0.02679922990500927, -0.03567738085985184, -0.02188403345644474, 0.041415147483348846, -0.026772188022732735, -0.038866154849529266, 0.03799614682793617, -0.03117869049310684, 0.026767604053020477, 0.03359486162662506, -0.03716186806559563, 0.018007412552833557, 0.024467814713716507, -0.01724967174232006, -0.014440084807574747, -0.01839466206729412, -0.02768663316965103, 0.02105165645480156, -0.0378769151866436, -0.010874339379370213, 0.01984499581158161, -0.024541188031435013, -0.04721648246049881, -0.009932855144143105, -0.04584363102912903, 0.011400898918509483, 0.017646251246333122, -0.014574808068573477, -0.041995786130428314, -0.0035594208166003227, -0.007973039522767067, 0.08864175528287888, 0.014066907577216623, -0.03186558932065964, 0.024373888969421387, 0.03016984649002552, -0.0012182042701169848, 0.04223614186048508, -0.0351419672369957, 0.016029568389058113, 0.018801838159561157, -0.05602727830410004, 0.018879635259509087, -0.0020290755201131105, -0.012242130003869534, -0.01182783953845501, 0.020403260365128517, -0.0068936701864004135, 0.020172474905848503, 0.08604595065116882, 0.045519474893808365, -0.0018952611135318875, -0.0216904878616333, -0.001644512522034347, -0.01250272151082754, -0.048505526036024094, -0.03660799190402031, -0.03591141104698181, 0.0440109483897686, -0.007817443460226059, -0.020788850262761116, 0.030894065275788307, -0.04685089364647865, 0.07646887749433517, 0.024047832936048508, 0.042088136076927185, 0.026514600962400436, -0.025539398193359375, -0.05026072636246681, 0.025836873799562458, -0.01980498991906643, 0.02290552854537964, 0.02116123773157597, 0.0055135441944003105, -0.04514186829328537, 0.0018137075239792464, -0.020304668694734573, 0.05860362946987152, -0.0057013980112969875, -0.008354123681783676, -0.010519186966121197, 0.03138014301657677, -0.02474801428616047, -0.03128558397293091, 0.06063064560294151, 0.02329135686159134, -0.021644314751029015, 0.04924239590764046, -0.009355378337204456, -0.0400201603770256, -0.031675681471824646, -0.011708928272128103, 0.007635598070919514, 0.04712919518351555, -0.026852359995245937, -0.00018975143029820177, -0.004398438613861799, -0.019146237522363663, 0.08642039448022842, 0.029024381190538406, 0.019058002158999443, 0.003406670643016696, -0.00813970435410738, 0.009368660859763622, 0.01528890524059534, -0.054898884147405624, -0.004903809633105993, -0.013388861902058125, -0.005920245312154293, 0.0093117356300354, 0.042666245251894, 0.002330147661268711, 0.02513827010989189, 0.02054438926279545, 0.02737290970981121, -0.013506507501006126, -0.0163565743714571, -0.04175859689712525, 0.05010702833533287, 0.0002694470458664, -0.044714294373989105, 0.03279790282249451, 0.009569165296852589, 0.014949883334338663, -0.024928279221057892, 0.028441211208701137, 0.010239936411380768, 0.030138539150357246, -0.09974347800016405, -0.022798003628849983, 0.0023592428769916296, 0.007564124651253223, -0.005039798095822334, 0.06430423259735107, 0.02514143288135529, -0.02517242543399334, -0.03178463131189346, -0.023793883621692657, -0.0041775754652917385, -0.018935296684503555, -0.01500554382801056, 0.042926836758852005, 0.09444055706262589, 0.05312534421682358, -0.00880699697881937, 0.025158509612083435, -0.0645129606127739, 0.05096850171685219, 0.040274109691381454, 0.0002618569997139275, -0.03350876271724701, -0.01054005976766348, 0.012653732672333716, 0.01977463066577911, 0.07137690484523773, 0.021837860345840458, 0.006302278023213148, 0.025090200826525688, -0.0025578495115041733, -0.034899402409791946, 0.010350308381021025, -0.02736848406493664], [-0.01960568130016327, -0.03712040930986405, -0.03303564712405205, -0.009739967994391918, -0.010182014666497707, 0.026695240288972855, 0.03679849952459335, -0.039771538227796555, 0.04063378646969795, 0.0052551222033798695, -0.03315636143088341, 0.0005955268861725926, -0.023342814296483994, -0.03403010591864586, -0.05104976147413254, 0.0033593233674764633, 0.007495820987969637, -0.006136915646493435, 0.06741639971733093, 0.03500387445092201, -0.009596260264515877, -0.009718412533402445, 0.00974916573613882, 0.046616651117801666, -0.038550592958927155, 0.03518896922469139, 0.0158653873950243, -0.014982444234192371, -0.008781147189438343, 0.0032972414046525955, 0.00544021837413311, -0.033873751759529114, 0.005251673050224781, -0.039353057742118835, 0.008959920145571232, 0.004476798232644796, -0.006026548333466053, 0.05552425980567932, -0.03219984099268913, -0.017562294378876686, -0.06190720573067665, 0.039877306669950485, -0.028789356350898743, 0.023654373362660408, 0.04199499264359474, 0.047449007630348206, 0.01925230212509632, 0.013484429568052292, -0.02971196360886097, -0.04661204665899277, 0.03665134310722351, -0.001264632330276072, -0.008812987245619297, 0.001565844751894474, 0.01784970983862877, 0.035724714398384094, 0.03093750588595867, 0.008153430186212063, 0.08353011310100555, 0.022434577345848083, 0.00015635453746654093, 0.024794841185212135, -0.022055190056562424, 0.017658865079283714, 0.012577343732118608, -0.019507529214024544, -0.0031857239082455635, 0.027923082932829857, 0.02383487299084663, -0.0453244224190712, -0.016408029943704605, 0.0009358279057778418, -0.02235409989953041, -0.013660328462719916, 0.017948580905795097, 0.022871414199471474, -0.07142643630504608, 0.0162125863134861, -0.021503347903490067, -0.04222032427787781, -0.017651967704296112, 0.006440499797463417, -0.01780717261135578, -0.04484386369585991, -0.034223251044750214, 0.00509301945567131, 0.0381033755838871, -0.036007530987262726, 0.018534911796450615, 0.007323370780795813, -0.03025460429489613, 0.0012600336922332644, 0.05120381340384483, -0.003606501501053572, 0.007172136101871729, 0.026948165148496628, 0.028465723618865013, 0.010392404161393642, 0.022165555506944656, 0.03278961777687073, 0.038267772644758224, 0.016909284517169, -0.0037938968744128942, -0.005711539648473263, -0.0512612983584404, 0.025750787928700447, 0.03722703829407692, -0.002259093103930354, 0.020040974020957947, 0.0078272121027112, 0.008845528587698936, 0.022818565368652344, 0.027344224974513057, -0.04309867322444916, -0.010409073904156683, 0.015858490020036697, 0.060279276221990585, -0.003143186215311289, -0.020549125969409943, -0.012196804396808147, -0.05545987561345101, -0.013646532781422138, 0.00168454775121063, 0.011458915658295156, 0.007429140154272318, 0.015642927959561348, -0.01154034584760666, -0.002968437038362026, -0.023610686883330345, -0.019091349095106125, -0.001128396950662136, -0.011043690145015717, 0.03399331867694855, -0.05312720686197281, -0.010043480433523657, 0.04910452663898468, -0.036630649119615555, 0.03700084239244461, -0.017061039805412292, -0.015617060475051405, -0.012907298281788826, 0.02188044041395187, 0.038941480219364166, 0.030886346474289898, -0.02210577204823494, -0.023255441337823868, 0.010684993118047714, -0.0547424852848053, -0.001826818916015327, -0.00010576924978522584, -0.01681041345000267, -0.004635452292859554, -0.014265915378928185, 0.042735375463962555, 0.04094333574175835, 0.014267352409660816, 0.04969315230846405, 0.022538047283887863, -0.02249206230044365, 0.010464257560670376, 0.009367476217448711, 0.03824248164892197, 0.047835297882556915, -0.05622325465083122, -0.010549907572567465, -0.047582365572452545, -0.0046630441211164, -0.014904267154634, -0.006796249188482761, -0.001757551566697657, 0.0387023463845253, -0.008732860907912254, 0.04610619693994522, 0.017887074500322342, -0.031369779258966446, -0.006098977290093899, 0.007261288817971945, -0.014950254000723362, -0.005808111280202866, 0.025092605501413345, 0.012621031142771244, -0.001154264435172081, -0.00838796142488718, 0.01056312955915928, -0.06402488797903061, -0.0018445668974891305, -0.045837175101041794, -0.008010870777070522, -0.03134965896606445, 0.04926087707281113, 0.01105518639087677, -0.06610118597745895, -0.0007978680660016835, -0.01348730456084013, -0.027846630662679672, 0.0029960288666188717, 0.006272576749324799, -0.023211751133203503, -0.012087585404515266, 0.01774623990058899, -0.03162040933966637, 0.030276160687208176, 0.06778141856193542, 0.027787422761321068, -0.06942601501941681, -0.03712960332632065, 0.071141317486763, -0.030994990840554237, 0.023494571447372437, -0.01971604861319065, 0.01864298060536385, 0.00927550345659256, 0.026444612070918083, 0.01956731081008911, 0.004879181273281574, 0.00039893403300084174, 0.06397660076618195, -0.04543479532003403, 0.0429009273648262, 0.018872912973165512, -0.0024326927959918976, -0.026704436168074608, 0.013568355701863766, -0.03606501594185829, -0.02071007899940014, 0.035966720432043076, 0.01593436859548092, 0.04775252193212509, -0.01271185465157032, -0.04373788833618164, 0.027541393414139748, -0.014025921933352947, 0.03865176439285278, -0.013704015873372557, -0.021678097546100616, 0.008682276122272015, 0.007130658254027367, 0.002179766306653619, -0.0289439857006073, -0.0003954850253649056, -0.07970403134822845, -0.029661377891898155, 0.01997659169137478, 0.039495330303907394, -0.003987040836364031, 0.041240811347961426, -0.006493312306702137, 0.035662632435560226, -0.02862667851150036, 0.04361832141876221, 0.01857859827578068, 0.003862877143546939, -0.03162500634789467, -0.03159741312265396, 0.021333198994398117, -0.004906773567199707, 0.007906251586973667, 0.02078566886484623, -0.054142359644174576, 0.039254188537597656, 0.011161529459059238, -0.061943989247083664, -0.06717266887426376, -0.0016900086775422096, 0.03490385413169861, 0.007307275664061308, -0.002816681284457445, 0.013280939310789108, -0.011650425381958485, -0.002230064244940877, 0.00965604279190302, -0.06112543120980263, 0.03494524210691452, -0.008291389793157578, -0.03128470480442047, -0.04188462346792221, 0.07365678250789642, -0.014494986273348331, 0.09808948636054993, 0.0453336238861084, -0.034389954060316086, -0.01597115769982338, -0.0013439592439681292, 0.01026651542633772, 0.030176427215337753, 0.01450993213802576, -0.005904396530240774, -0.04249150305986405, -0.0048814807087183, -0.03798495605587959, 0.01477090548723936, -0.035929352045059204, 0.01823139935731888, 0.023457780480384827, 0.04753178358078003, -0.007210704032331705, 0.0047458200715482235, 0.004826297052204609, -0.07319232076406479, -0.04065218195319176, 0.045591145753860474, 0.027818463742733, -0.03607708588242531, 0.05660954490303993, 0.04670402407646179, -0.025294946506619453, -0.08249254524707794, 0.06042643263936043, 0.017113924026489258, -0.01323265302926302, -0.01651264913380146, -0.027049336582422256, -0.007414194289594889, 0.028989972546696663, 0.009424960240721704, -0.01442888006567955, 0.014743314124643804, 0.030880020931363102, -0.034005388617515564, -0.006189800798892975, -0.011137962341308594, 0.004649248439818621, -0.025711126625537872, -0.010084868408739569, 0.032172247767448425, 0.03586037456989288, 0.024027440696954727, 0.007964884862303734, -0.04387124627828598, -0.033740390092134476, 0.06812459230422974, -0.05210285261273384, 0.007702760864049196, -0.0034518714528530836, -0.005253972485661507, -0.015350337140262129, 0.005803513340651989, -0.009270904585719109, 0.00251000770367682, 0.014074208214879036, -0.003209867049008608, -0.0920468419790268, -0.007707359734922648, -0.04278596490621567, 0.04661204665899277, -0.05953429266810417, 0.01279060635715723, 0.008302886039018631, -0.0013681023847311735, 0.012096783146262167, 0.02017577178776264, -0.005237877368927002, -0.008789194747805595, 0.02490176260471344, -0.013589049689471722, 0.01760885678231716, 0.025173369795084, -0.0032834454905241728, -0.023460078984498978, -0.011982391588389874, 0.010956315323710442, -0.00824109185487032, -0.07475586235523224, 0.03454975411295891, -0.007953387685120106, -0.01452717650681734, 0.03954850137233734, -0.010993104428052902, 0.04515427350997925, -0.02123202756047249, 0.01626892015337944, 0.05493563041090965, -0.016080375760793686, 0.01994037814438343, -0.03744231536984444, 0.0020889427978545427, -0.06952258944511414, -0.05442230403423309, 0.02280247211456299, -0.03456814959645271, 0.019397160038352013, -0.008031564764678478, 0.05549206957221031, 0.016481608152389526, 0.0013290136121213436, 0.03564423695206642, 0.007515364792197943, 0.04426098242402077, -0.014347828924655914, 0.023537108674645424, 0.005307755433022976, -0.00932723842561245, 0.04085452109575272, 0.03357943892478943, 0.02748620882630348, 0.026483701542019844, -0.004692073445767164, 0.022958826273679733, 0.021176842972636223, -0.01982023753225803, -0.04964716732501984, -0.013048706576228142, -0.03116973675787449, 0.007993626408278942, 0.024354521185159683, -0.06200836971402168, -0.04195820167660713, -0.012862460687756538, -0.019160330295562744, 0.008410954847931862, 0.04871823638677597, 0.013016516342759132, -0.013837377540767193, -0.0073647587560117245, 0.05205686762928963, 0.004314695484936237, -0.02636873349547386, -0.017980773001909256, -0.004859062377363443, 0.023181859403848648, -0.004768813494592905, 0.051907408982515335, -0.008277593180537224, 0.01754619926214218, 0.08479934930801392, 0.03360472992062569, 0.01080915704369545, -0.00655769370496273, -0.0481204092502594, 0.04753178358078003, 0.0338231660425663, 0.05111414194107056, 0.007619697600603104, 0.07344984263181686, 0.024122286587953568, -0.008502927608788013, 0.030139638110995293, 0.0050355358980596066, -0.03124331869184971, -0.027047038078308105, -0.014608803205192087, -0.008029266260564327, -0.026387128978967667, -0.015929769724607468, 0.003816315671429038, 0.022298917174339294, -0.026157196611166, -0.0032558534294366837, -0.029654478654265404, -0.09283781051635742, -0.0033087381161749363, -0.023271534591913223, -0.01758643612265587, -0.027187297120690342, -0.03754348307847977, -0.009900059551000597, 0.05101756751537323, 0.00021153849957045168, -0.02667253464460373, 0.012016882188618183, -0.034535959362983704, -0.02899112179875374, -0.012740596197545528, -0.008948998525738716, -0.01722659170627594, -0.032691895961761475, 0.04934365302324295, -0.05293980985879898, 0.01865246519446373, 0.033004604279994965, 0.050796832889318466, -0.06458822637796402, -0.020951509475708008, -0.016334451735019684, -0.011045988649129868, 0.014580060727894306, 0.02220119722187519, -0.027864448726177216, -0.007177363615483046, -0.007688964251428843, -0.034391965717077255, -0.003370820078998804, 0.025573739781975743, -0.02166889980435371, -0.0062507325783371925, 0.012094484642148018, 0.0004265260067768395, 0.00034719909308478236, -0.03459114208817482, -0.030759308487176895, -0.0035345933865755796, 0.08726940304040909, 0.004669834394007921, 0.03688127547502518, -0.04407358914613724, 0.01601254567503929, -0.0035294739063829184, 0.023908451199531555, -0.025563392788171768, -0.004391723312437534, 0.019496893510222435, -0.009128346107900144, -0.030222414061427116, 0.03815970569849014, 0.015591767616569996, -0.04353927820920944, 0.021511396393179893, 0.04493238776922226, 0.0184774287045002, -0.013069400563836098, -0.035323768854141235, -0.008840929716825485, -0.01882692612707615, 0.00736705819144845, 0.011533446609973907, 0.05607609823346138, -0.020221471786499023, -0.020808950066566467, 0.013441892340779305, -0.005186142399907112, 0.028272293508052822, -0.03868395462632179, -0.0453244224190712, 0.06430770456790924, 0.019764479249715805, -0.02365092560648918, 0.04487030580639839, -0.03410368412733078, -0.004841242451220751, 0.011253339238464832, 0.004892690107226372, -0.03295861929655075, -0.016051633283495903, 0.007762543391436338, 0.017033448442816734, -0.020620405673980713, 0.01774854026734829, -0.0012545727659016848, 0.01498014573007822, 0.02903250977396965, 0.018569400534033775, 0.04224332049489021, 0.03774697706103325, -0.022279372438788417, -0.011901339516043665, -0.04452195391058922, -0.03024080954492092, 0.06679098308086395, 0.005293061025440693, 0.008259198628365993, -0.036945659667253494, -0.048395756632089615, -0.08691473305225372, -0.05086121708154678, 0.0077659920789301395, -0.012604935094714165, -0.0233704075217247, -0.003996238112449646, 0.06454683840274811, -0.016644861549139023, -0.013051006011664867, -0.01129891537129879, 0.010054976679384708, -0.020666392520070076, 0.005713839083909988, 0.03842642903327942, -0.03472910448908806, -0.06228429451584816, -0.04798245429992676, 0.036792755126953125, -0.08533279597759247, -0.023712575435638428, -0.00015405521844513714, -0.03273443505167961, -0.05227990075945854, 0.002329222857952118, 0.02733905240893364, -0.07834282517433167, -0.0042629605159163475, -0.019675379619002346, 0.08078931272029877, -0.008761602453887463, 0.007575147785246372, 0.009121447801589966, -0.02096070721745491, -0.04397701472043991, 0.01847570389509201, 0.005918479524552822, 0.014531775377690792, -0.0470811128616333, -0.01253825519233942, 0.02036517858505249, 0.014638694934546947, -0.0017785329837352035, -0.03444398567080498, -0.04100857675075531, -0.03755268082022667, 0.03128240630030632, -0.00947834737598896, -0.0042123752646148205, 0.004030728247016668, -0.021466560661792755, 0.015212376601994038, -0.027992062270641327, 0.06010280176997185, -0.017458250746130943, -0.009246761910617352, 0.04749499261379242, 0.008227008394896984, 0.03917141258716583, -0.02925913780927658, 0.03152843564748764, -0.00628421688452363, 0.03036957047879696, -0.0009703179239295424, 0.0032989659812301397, -0.013234952464699743, 0.016750629991292953, -0.028580691665410995, -0.001765886670909822, 0.06265678256750107, -0.027389638125896457, -0.04030498117208481, -0.03853679448366165, 0.049176380038261414, -0.022018399089574817, -0.0042997500859200954, 0.003807118395343423, 0.030886920168995857, -0.030424753203988075, 0.06428930908441544, -0.05909282341599464, 0.05554265156388283, 0.02423495426774025, -0.04131898656487465, 0.0829782783985138, -0.02640552446246147, -0.033561043441295624, -0.014320236630737782, 0.03079264797270298, 0.013308530673384666, 0.004038416780531406, -0.029238300397992138, -0.026561878621578217, -0.002138378331437707, -0.03528553992509842, 0.03689967095851898, 0.023222673684358597, 0.012708405032753944, 0.04193980619311333, 0.014354727230966091, -0.019930604845285416, -0.03340928629040718, 0.010323998518288136, 0.025058116763830185, -0.01453033834695816, -0.003540970617905259, -0.004793531261384487, -0.010420570150017738, -0.015920571982860565, 0.019406357780098915, -0.008264947682619095, 0.06793145090341568, 0.048971161246299744, 0.03187793493270874, -0.003991639707237482, 0.024950046092271805, 0.007652175147086382, -0.04283999651670456, -0.03288504108786583, 0.004479097668081522, 0.028265682980418205, 0.007180812302976847, -0.039355359971523285, 0.023947536945343018, -0.004019950050860643, -0.020772160962224007, -0.01105518639087677, -0.0097629614174366, 0.02709072455763817, -0.01497784536331892, -0.0190085731446743, 0.007257840130478144, -0.013198163360357285, 0.0538848340511322, 0.03448997437953949, -0.012151967734098434, 0.024423498660326004, -0.04389883577823639, -0.028619779273867607, -0.03914611786603928, -0.01705874130129814, 0.007256690412759781, -0.001554348156787455, -0.010641306638717651, 0.02452007308602333, 0.013812946155667303, 0.047449007630348206, -0.04284948110580444, 0.025055816397070885, -0.04133278504014015, 0.06502050161361694, 0.026180189102888107, -0.0041066063567996025, 0.028657719492912292, -0.030077556148171425, -0.016014844179153442, 0.011917436495423315, -0.021291090175509453, -0.005067726597189903, -0.0571889765560627, 0.05889967456459999, 0.004614758305251598, 0.045149676501750946, 0.008719065226614475, -0.007312736473977566, 0.042836833745241165, 0.028819821774959564, 0.04267559200525284, 0.019399460405111313, 0.04192371293902397, -0.06255561858415604, -0.09166055917739868, -0.018422244116663933, -0.009057066403329372, -0.003927258308976889, -0.01859239488840103, -0.05368019640445709, -0.020900923758745193, -0.012331890873610972, -0.0030230460688471794, -0.00991414301097393, -0.0008381063817068934, 0.03739172965288162, 0.05139235779643059, 0.017116224393248558, 0.003968071658164263, -0.007870611734688282, -0.00955142267048359, -0.02135159447789192, 0.018357861787080765, 0.018330270424485207, -0.003662835108116269, 0.011140260845422745, -0.007992476224899292, -0.02717781253159046, -0.0035846580285578966, -0.0020854936446994543, 0.03259992226958275, -0.007622284349054098, 0.02141137421131134, 0.0352165624499321, 0.012894435785710812, 0.05245235189795494, -0.03127091005444527, -0.07100335508584976, 0.05740971118211746, -0.04644189774990082, 0.023317523300647736, -0.002349916845560074, 0.03782860189676285, -0.058071915060281754, 0.0010530938161537051, -0.03167099505662918, 0.013244150206446648, -0.01778532937169075, -0.02737124264240265, 0.015264111571013927, 0.04450586438179016, 0.02043128572404385, 0.0026465305127203465, -0.018422244116663933, -0.02061857283115387, -0.02460629679262638, 0.03563503921031952, -0.040155526250600815, -0.06691054999828339, -0.037322748452425, 0.004410117864608765, -0.025151239708065987, -0.025274252519011497, 0.05746489390730858, -0.04753408208489418, -0.027044737711548805, -0.029008368030190468, -0.020238716155290604, -0.06193479523062706, -0.03838963806629181, 0.01931438408792019, -0.02120903506875038, 0.019583405926823616, -0.003537665354087949, -0.08168145269155502, 0.0075877937488257885, -0.031395073980093, 0.04125460609793663, 0.0030742064118385315, 0.013294734992086887, -0.033248335123062134, -0.052125848829746246, 0.04818939417600632, -0.012526758015155792, 0.04441848397254944, -0.025865180417895317, -0.05952049419283867, 0.005047607701271772, 0.017023101449012756, -0.031201930716633797, -0.033910542726516724, -0.040118735283613205, -0.01094941608607769, 0.012931440956890585, 0.03458194434642792, 0.010307472199201584, 0.03035577572882175, -0.024915557354688644, -0.0014554769732058048, -0.009902071207761765, 0.027702346444129944, 0.006768082268536091, 0.0026764217764139175, 0.036766886711120605, -0.021271834149956703, -0.001012855558656156, 0.009652594104409218, -0.005014841910451651, 0.02113545499742031, 0.013370612636208534, 0.005952969193458557, 0.03579024598002434, -0.0006530101527459919, 0.019143659621477127, -0.025540973991155624, 0.035175174474716187, -0.033147163689136505, 0.036274254322052, -0.020063823089003563, -0.01708863116800785, 0.05868583917617798, -0.01016764435917139, -0.013996031135320663, 0.03315636143088341, 0.0030167228542268276, -0.004121551755815744, -0.007058947812765837, -0.04449666291475296, 0.0003322534030303359, -0.04074415564537048, -0.08323580026626587, -0.025570865720510483, -0.04593145102262497, 0.019093649461865425, -0.020739970728754997, 0.010172242298722267, 0.01267851423472166, 0.020900923758745193, 0.013785642571747305, 0.03936455398797989, 0.0395783931016922, -0.0049343653954565525, -0.007275084964931011, -0.03909783437848091, 0.00758377043530345, -0.07677927613258362, 0.018523413687944412, 0.04229850322008133, -0.03060295432806015, 0.0380217470228672, 0.0020326091907918453, -0.01667015440762043, 0.02805069461464882, 0.03888629376888275, 0.012905573472380638, 0.0439494252204895, 0.07088378816843033, -0.04858027771115303, -0.0012094483245164156, -0.006219691596925259, 0.023443985730409626, 0.0059690652415156364, 0.012827971018850803, 0.00876850076019764, 0.004845266230404377, -0.02592374198138714, -0.025688132271170616, 0.019783448427915573, -0.04732024669647217, 0.008929453790187836, 0.013832778669893742, -0.004508988931775093, -0.006937083322554827, -0.022850755602121353, -0.000301212421618402, 0.07832442969083786, -0.018483176827430725, -0.030535122379660606, 0.08455561846494675, 0.003960598725825548, 0.026479102671146393, 0.07169430702924728, 0.02523171529173851, 0.043990813195705414, -0.025983022525906563, -0.019751258194446564, -0.017964676022529602, -0.009229516610503197, 0.02734365127980709, -0.02311747893691063, 0.0011082778219133615, 0.013326926156878471, 0.006548496428877115, 0.0536939911544323, 0.00559657346457243, 0.013447640463709831, -0.037295155227184296, 0.009604307822883127, 0.0026442313101142645, -0.04879641532897949, -0.02049164287745953, -0.06210034713149071, 0.023741750046610832, -0.023627355694770813, 0.015842394903302193, -0.01834406703710556, -0.005651757121086121, 0.07852677255868912, -0.009399667382240295, -0.0009795152582228184, 0.023512963205575943, -0.015704434365034103, 0.007916023954749107, 0.06375586986541748, 0.02298871800303459, 0.026354938745498657, 0.03853105008602142, -0.018849920481443405, -0.03459574282169342, 0.016826508566737175, -0.013327500782907007, 0.04400000721216202, -0.003867475548759103, 0.002355665201321244, 0.008751255460083485, -0.02932567335665226, -0.0026718233712017536, 0.013589049689471722, -0.02807483822107315, 0.012839468196034431, -0.016412628814578056, 0.03256773203611374, -0.00544021837413311, 0.002828177995979786, -0.02496614307165146, -0.018137127161026, 0.003202968742698431, 0.030659286305308345, -0.02304850146174431, -0.012391097843647003, 0.013559157960116863, -0.016502302139997482, 0.040226805955171585, 0.03643980622291565, 0.028046097606420517, -0.015552678145468237, 0.021315952762961388, 0.0252834502607584, -0.05296740308403969, 0.007868312299251556, -0.005904683843255043, -0.02569733001291752, -0.026249170303344727, 0.026423918083310127, 0.0013635035138577225, 0.00843969639390707, 0.041967399418354034, 0.044918593019247055, 0.010407349094748495, 0.035175174474716187, -0.02228052169084549, 0.006358801387250423, 0.028658868744969368, -0.05214884132146835, -0.025901684537529945, 0.04259741306304931, 0.002933946903795004, 0.01294178795069456, 0.0007564800907857716, -0.027674755081534386, 0.025221368297934532, -0.0032023941166698933, -0.046924762427806854, 0.0029615391977131367, -0.017900295555591583, 0.030591458082199097, -0.030815640464425087, 0.041691478341817856, 0.025959454476833344, -0.06782108545303345, -0.02793228067457676, -0.0015796407824382186, 0.021602220833301544, -0.0177807305008173, 0.04361487179994583, 0.05750168487429619, 0.07757944613695145, -0.0033892146311700344, -0.0031868736259639263, 0.024647684767842293, -0.01772037334740162, 0.03485067933797836, 0.05827425792813301, 0.024191267788410187, -0.005835703574120998, 0.00756020238623023, 0.036288049072027206, 0.04208236560225487, -0.004697534255683422, -0.018608490005135536, -0.0006173705332912505, 0.012883154675364494, 0.034732554107904434, -0.010414822027087212, 0.006888365838676691, -0.02210347354412079], [-0.05797143280506134, -0.0407407246530056, -0.05869794264435768, -0.030085043981671333, 0.027984557673335075, 0.019165726378560063, 0.011833325028419496, -0.04654868692159653, 0.0391991026699543, 0.07809607684612274, -0.02873212657868862, -0.005852750968188047, -0.04516030848026275, -0.005875991657376289, -0.025026224553585052, 0.01222647912800312, 0.010894502513110638, 0.04494339972734451, 0.05262634158134461, 0.0443740040063858, 0.021388590335845947, -0.018555661663413048, 0.011779097840189934, 0.03871879726648331, -0.03038705140352249, 0.006972172297537327, 0.0033466427121311426, -0.0141886118799448, 0.01459701731801033, 0.0079928208142519, -0.00189440930262208, -0.024019133299589157, 0.007831105031073093, -0.0296472255140543, -0.009303975850343704, 0.05421832203865051, -0.028132714331150055, 0.04014034196734429, -0.025200529024004936, -0.03599577397108078, 0.028957754373550415, -0.007770098280161619, -0.016581181436777115, 0.028282083570957184, 0.016208121553063393, 0.033799540251493454, -0.020150545984506607, -0.001996268518269062, -0.03899550437927246, -0.06719624996185303, 0.038443781435489655, -0.005740422289818525, 0.011252311058342457, 0.0031624126713722944, 0.008168819360435009, 0.026264512911438945, 0.03882531821727753, 0.013438861817121506, 0.04775163531303406, 0.03673560172319412, -0.015416246838867664, 0.010126112028956412, -0.050935592502355576, -0.005077097099274397, 0.029368337243795395, 0.00752994604408741, -0.01090370211750269, 0.02605268359184265, 0.031738635152578354, -0.04884393885731697, -0.027834823355078697, -0.029668528586626053, -0.03203906863927841, -0.01805405132472515, 0.06521304696798325, -0.031747352331876755, -0.05641261860728264, 0.020876813679933548, -0.0123794786632061, -0.03603838384151459, -0.01026458665728569, -0.020911190658807755, -0.02454591915011406, -0.05425512045621872, -0.0306862723082304, 0.02176092378795147, -0.0034860861487686634, -0.05543651804327965, 0.021385202184319496, 0.030418038368225098, -0.006954742129892111, 0.01511872000992298, 0.04130818322300911, -0.015094753354787828, -0.00122545612975955, 0.030207905918359756, 0.013753577135503292, 0.024999111890792847, -0.002943806117400527, 0.027263130992650986, 0.04543241485953331, -0.017496278509497643, -0.001278231618925929, -0.03723140060901642, -0.04200346395373344, 0.008734340779483318, 0.021896494552493095, -0.028132714331150055, 0.01253296434879303, -0.01388043351471424, -0.0031994525343179703, 0.03528887405991554, -0.000348608591593802, -0.022109534591436383, 0.00027114004478789866, -0.008928254246711731, 0.045052818953990936, -0.00969519279897213, -0.05451076850295067, -0.031955789774656296, -0.07846985757350922, 0.01955355331301689, -0.006128733046352863, 0.0012191617861390114, -0.0013934660237282517, -0.008150937035679817, 0.006548999808728695, 0.03084024228155613, -0.048611532896757126, 0.0010283953743055465, 0.012880119495093822, 0.0005035458016209304, 0.024777961894869804, -0.03503129258751869, -0.019219955429434776, 0.02985639125108719, -0.03898993507027626, 0.04617902263998985, 0.00318395858630538, -0.002889578230679035, -0.0012588644167408347, -0.005577737465500832, 0.022973308339715004, 0.026780888438224792, -0.007138729561120272, -2.469310857122764e-05, 0.011602372862398624, -0.06623950600624084, 0.02733043022453785, 0.010221978649497032, -0.004641941282898188, 0.0020214456599205732, -0.026332659646868702, 0.038808126002550125, 0.006242998875677586, 0.034481264650821686, 0.03414814919233322, 0.01690836437046528, -0.027299927547574043, 0.01475389115512371, 0.04882844537496567, 0.022695450112223625, 0.05991419777274132, -0.012054110877215862, -0.041256133466959, 0.0020296769216656685, 0.030243733897805217, -0.003810485592111945, -0.01639719307422638, 0.005187489558011293, 0.04374650865793228, 0.01142467837780714, 0.02672278694808483, 0.017151543870568275, -0.01764056459069252, -0.00602027727290988, 0.0034541303757578135, -0.023174241185188293, 0.013711938634514809, 0.024278651922941208, -0.006443449296057224, -0.001938651199452579, -0.0049376534298062325, 0.006685538217425346, -0.02983508817851543, 0.010655803605914116, 0.0042317211627960205, -0.004018198233097792, -0.02801651321351528, 0.033849895000457764, 0.0006894703255966306, -0.08162089437246323, 0.02537870593369007, -0.011903047561645508, -0.040101610124111176, 0.04244309663772583, -0.013557001948356628, -0.028531678020954132, 0.00407484732568264, -0.011336558498442171, -0.0046703871339559555, 0.027787979692220688, 0.049796804785728455, 0.0027070427313447, -0.02815983071923256, -0.026212461292743683, 0.06868363916873932, -0.04269487038254738, 0.02862754464149475, -0.014798435382544994, 0.0078010861761868, 0.04191049933433533, 0.003172338241711259, 0.021789005026221275, 0.012774568982422352, 0.02557237818837166, 0.08297659456729889, -0.018765795975923535, 0.05756302922964096, 0.023655030876398087, -0.02387775480747223, -0.017459481954574585, 0.009522825479507446, -0.017315195873379707, -0.030412226915359497, 0.07539242506027222, 0.05504142865538597, 0.04399827867746353, -0.03598415479063988, -0.04099443554878235, 0.06761457771062851, -0.02384870313107967, 0.022462982684373856, -0.04201411455869675, -0.004577909130603075, 0.02350784093141556, 0.00590407382696867, -0.0039223311468958855, -0.03135564923286438, 0.01090757641941309, -0.0722162052989006, -0.02896047756075859, 0.03799833729863167, 0.01168226171284914, 0.020858414471149445, -0.01320839300751686, 0.005122609902173281, 0.0019444613717496395, -0.012631252408027647, 0.04136628657579422, 0.002924438798800111, 0.012958556413650513, -0.06306523084640503, -0.010725525207817554, -0.008028165437281132, -0.007185210939496756, -0.021058864891529083, 0.003432826604694128, -0.010558967478573322, 0.05220801383256912, 0.0325019434094429, -0.10244444757699966, -0.06311219930648804, -0.026851577684283257, 0.023328693583607674, -0.005102274473756552, -0.026176633313298225, 0.01188561785966158, 0.015464665368199348, -0.01312027219682932, 0.00243590259924531, -0.07178238779306412, 0.003974138293415308, -0.021123744547367096, -0.007710060570389032, 0.008271708153188229, 0.04389369487762451, -0.03238767758011818, 0.04464707896113396, 0.0582873597741127, -0.0422862246632576, -0.013500837609171867, 0.026128215715289116, 0.008664860390126705, 0.005336556117981672, 0.022869693115353584, 0.01296436693519354, -0.08313927799463272, -0.015098626725375652, -0.0536082535982132, 0.015044398605823517, 0.008163008838891983, 0.0029292807448655367, 0.03274403139948845, 0.05946875736117363, -0.00044471805449575186, 0.043703898787498474, -0.024689234793186188, -0.08840714395046234, -0.02970145270228386, 0.010767164640128613, 0.008473610505461693, -0.0078645134344697, 0.015350399538874626, 0.04301055520772934, -0.04554377496242523, -0.03446770831942558, 0.07396700233221054, 0.0017469164449721577, 0.011313801631331444, -0.005837257485836744, -0.01093081571161747, -0.006150037050247192, 0.002670729300007224, 0.017389396205544472, -0.04093826934695244, 0.008705531246960163, 0.05316281318664551, -0.029333477839827538, -0.002184614073485136, 0.003962517715990543, -0.03276533633470535, -0.012294262647628784, -0.06359395384788513, 0.03806612640619278, 0.067056804895401, -0.015183841809630394, 0.035195428878068924, -0.0551653765141964, -0.058039456605911255, 0.032316625118255615, -0.035666532814502716, 0.025954879820346832, 0.016620883718132973, -0.02991352416574955, -0.01876676455140114, -0.0034899592865258455, 0.008993012830615044, -0.003802133724093437, 0.02124963141977787, 0.0010651929769665005, -0.05275610089302063, -0.011806211434304714, -0.016128957271575928, -0.0018921700539067388, -0.04365354403853416, 0.008623705245554447, -0.03598028048872948, 0.014717093668878078, 0.013433052226901054, 0.004612769465893507, -0.0059389350935816765, 0.027323167771101, -0.01402956061065197, -0.00851210206747055, 0.026966813951730728, 0.017188340425491333, 0.006461847573518753, -0.0003239154757466167, -0.018273869529366493, 0.03183280676603317, -0.03419269621372223, -0.0706513449549675, 0.06946510821580887, -0.03651481494307518, -0.01265836600214243, 0.02897131070494652, -0.0013232601340860128, 0.0685790553689003, -0.03311781585216522, 0.01474517583847046, 0.027992304414510727, -0.05091235041618347, 0.03943368420004845, -0.027929360046982765, 0.031377438455820084, -0.06199229508638382, -0.05007956549525261, 0.0012215826427564025, -0.0474514402449131, -0.002238841960206628, -0.03201776370406151, 0.06235397979617119, -0.01898464374244213, 0.008526143617928028, 0.025822214782238007, 0.009526698850095272, 0.04755214974284172, -0.013680951669812202, 0.06223050877451897, -0.033497415482997894, -0.05205113813281059, 0.05143139138817787, 0.03800850734114647, 0.01443626917898655, 0.001516447402536869, -0.014354927465319632, 0.012592516839504242, 0.04080270230770111, 0.009670015424489977, -0.042832378298044205, -0.0035915158223360777, -0.009663237258791924, -0.012216794304549694, 0.0104447016492486, -0.047937557101249695, -0.03732823580503464, -0.019617950543761253, -0.04885168373584747, 0.02300429530441761, 0.025231515988707542, -0.011938877403736116, -0.01498097088187933, 0.01557989977300167, 0.05001371726393699, -0.015149223618209362, -0.017000479623675346, -0.025099819526076317, 0.03235790133476257, 0.020354868844151497, 6.778501119697466e-05, 0.03657098114490509, -0.04166260361671448, 0.009492806158959866, 0.050359416753053665, 0.03325387090444565, 0.005757852457463741, -0.0056857094168663025, -0.02567211724817753, 0.04306478425860405, 0.005012216977775097, 0.04501698911190033, -0.004257866647094488, 0.04610155150294304, 0.00974361039698124, 0.025704074651002884, 0.04084143415093422, -0.010704221203923224, -0.010333339683711529, -0.07240988314151764, -0.03388475626707077, -0.008800915442407131, -0.02310306765139103, 0.004750983789563179, -0.002315342193469405, -0.03345189988613129, -0.04299796745181084, 0.027110127732157707, -0.026025569066405296, -0.08843038231134415, 0.003307908307760954, -0.018243851140141487, -0.016668211668729782, -0.02022535167634487, -0.02155563235282898, -0.009884990751743317, 0.013550223782658575, 0.03263969346880913, -0.006673918105661869, 0.004160062409937382, -0.021588556468486782, -0.0006855969550088048, 0.02842176891863346, -0.006025118753314018, -0.034997399896383286, -0.005537066608667374, 0.020136503502726555, -0.06301875412464142, 0.02624441683292389, -0.02372088097035885, 0.04929410293698311, -0.02632188610732555, -0.005007375497370958, -0.03982950374484062, -0.04632620885968208, 0.004558057524263859, 0.05062571540474892, 0.003985758405178785, -0.02130192331969738, -0.022239292040467262, -0.0131507758051157, -0.011538945138454436, 0.02232334204018116, -0.018851978704333305, -0.0053530787117779255, 0.0023395512253046036, -0.011918541043996813, 0.00827848631888628, -0.016893960535526276, -0.05217508599162102, 0.029991962015628815, 0.08724123984575272, 0.013163848780095576, 0.027346407994627953, -0.03773494437336922, 0.007518325466662645, -0.02125689387321472, 0.02392617240548134, -0.012234710156917572, 0.03049260191619396, 0.007956023328006268, 0.04563674330711365, -0.020912643522024155, 0.038192011415958405, -0.00830463133752346, -0.0531221404671669, 0.017241600900888443, 0.01240271981805563, 0.034681715071201324, -0.0025939869228750467, -0.027311548590660095, -0.05872892960906029, -0.018553726375102997, -0.01757810451090336, 0.04648114740848541, 0.02929086983203888, -0.05196204781532288, -0.0335206538438797, 0.019673146307468414, -0.010396283119916916, -0.030418038368225098, 0.023747993633151054, -0.036945976316928864, 0.010574460960924624, 0.0033466427121311426, -0.04472551867365837, 0.02717694453895092, -0.022091135382652283, -0.007355642039328813, 0.022319423034787175, -0.010098997503519058, -0.032819561660289764, -0.024181818589568135, 0.027664028108119965, 0.02491776831448078, -0.02511144056916237, 0.028645943850278854, -0.0014292954001575708, 0.023194093257188797, 0.03613879159092903, -0.0016481440979987385, 0.035004179924726486, 0.046088963747024536, 0.0010356580605730414, -0.014835232868790628, -0.07558609545230865, -0.021388106048107147, 0.026115626096725464, 0.004561930894851685, 0.008393720723688602, 0.010221978649497032, -0.033693019300699234, -0.05667988583445549, -0.07181337475776672, 0.04525327309966087, -0.016892025247216225, -0.011620286852121351, -0.005196204874664545, 0.07091861218214035, -0.03648176789283752, -0.0238958653062582, 0.015793906524777412, 0.01877450942993164, 0.003641023300588131, -0.005964112468063831, 0.03672010824084282, 0.004084531217813492, -0.04170133918523789, -0.06648353487253189, -0.013063864782452583, -0.015354272909462452, -0.012756896205246449, -0.01872609183192253, 0.00531434454023838, -0.06300131976604462, 0.002159678842872381, 0.03460327908396721, -0.051903944462537766, -0.0355648547410965, -0.03831014782190323, 0.048555370420217514, 0.0164959654211998, 0.02640903927385807, -0.012619632296264172, 0.00918196327984333, -0.02355964668095112, 0.027059290558099747, 0.00036022887798026204, 0.02951068803668022, -0.04636881873011589, -0.029426438733935356, 0.030297961086034775, 0.02207757718861103, -0.03491121530532837, -0.004609380383044481, -0.0005926346639171243, -0.04389369487762451, -0.01068098098039627, -0.01235430222004652, -0.01697723940014839, -0.012404656037688255, -0.01743430458009243, 0.004751728847622871, -0.023798348382115364, 0.022477509453892708, -0.03037543222308159, -0.007185210939496756, 0.018997233361005783, 0.0027191471308469772, 0.02207854576408863, 0.010588018223643305, 0.006418271921575069, -0.0022465887013822794, 0.02774537168443203, 0.0006061916355974972, 0.011707439087331297, -0.07644598931074142, 0.014908827841281893, -0.016595706343650818, -0.03753739967942238, 0.03909064456820488, -0.05078840255737305, -0.01712055504322052, -0.01428133249282837, 0.0016733213560655713, -0.006486057303845882, 0.008843038231134415, -0.0008095466764643788, 0.01866218075156212, -0.02664144337177277, 0.05761725455522537, -0.019669272005558017, 0.03445802628993988, 0.02512160874903202, -0.05115250125527382, 0.08931352943181992, -0.010005309246480463, 0.0022833864204585552, -0.00021497531270142645, -0.008017998188734055, 0.016986923292279243, -0.006735892966389656, -0.018382325768470764, -0.019060175865888596, -0.013134798035025597, -0.012967271730303764, 0.03847476840019226, -0.003149097552523017, -0.025859013199806213, -0.005816921591758728, 0.02659448049962521, -0.017755798995494843, -0.025430209934711456, -0.0391874834895134, 0.027164358645677567, 0.0397200770676136, -0.014509864151477814, -0.02094121091067791, 0.005058698356151581, -0.016319725662469864, 0.007475717924535275, 0.00014525359438266605, 0.05820988863706589, 0.055103398859500885, 0.052634093910455704, -0.00757836364209652, 0.07918837666511536, 0.0019057270837947728, -0.04772451892495155, -0.008505566045641899, 0.020184438675642017, 0.03915213420987129, -0.024375487118959427, -0.051694780588150024, 0.012218732386827467, -0.022578218951821327, -0.017416873946785927, -0.04725195840001106, -0.04967672377824783, 0.027925001457333565, -0.050941403955221176, 0.003513684496283531, 0.03624367341399193, -0.013287798501551151, 0.04318437725305557, 0.017755798995494843, -0.005864371545612812, 0.030727911740541455, -0.031545206904411316, -0.057380978018045425, -0.03366494178771973, -0.02944677509367466, 0.04452119022607803, -0.004307253286242485, 0.007501863408833742, 0.010769100859761238, 0.016419466584920883, 0.021736472845077515, -0.07797987014055252, 0.010044255293905737, -0.0035228836350142956, 0.057005252689123154, 0.03646252304315567, 0.02280142344534397, 0.05589745193719864, 0.0011898688971996307, -0.02052820473909378, -0.01655890792608261, -0.004261014051735401, -0.02613789774477482, -0.05285681039094925, 0.06626661866903305, -0.00248286803252995, 0.03423336520791054, 0.00804172269999981, -0.029786666855216023, 0.01062820479273796, 0.003517073579132557, 0.025179224088788033, -0.013504710979759691, 0.02472409605979919, -0.04719385877251625, -0.08758597820997238, 0.011416932567954063, -0.00037184919347055256, 0.02299267426133156, -0.024642756208777428, -0.008928254246711731, -0.02595246024429798, -0.037624068558216095, 0.019098909571766853, 0.003015191992744803, 0.023070141673088074, 0.041283007711172104, 0.01722901314496994, 0.007583206053823233, 0.00912967137992382, 0.001644270610995591, -0.028346965089440342, 0.00612582778558135, 0.012427897192537785, -0.0023318042512983084, -0.04610736295580864, -0.030981620773673058, -0.014916575513780115, -0.02074414864182472, -0.03361748903989792, 0.04181366786360741, 0.04777487367391586, -0.03348191827535629, 0.04663802310824394, 0.019196713343262672, 0.0224252175539732, 0.03540314361453056, -0.019218986853957176, -0.05480127036571503, 0.04811573401093483, -0.028688794001936913, 0.0536421500146389, -0.0020722844637930393, 0.0001072455634130165, -0.08293785899877548, 0.008472157642245293, -0.030983557924628254, 0.015594424679875374, 0.02573506161570549, -0.0335225909948349, -0.00032924144761636853, 0.008442138321697712, 0.000883141765370965, -0.023608548566699028, 0.00951701495796442, -0.024110158905386925, 0.009121925570070744, -0.0032672372180968523, -0.029988087713718414, -0.0819927453994751, -0.013060717843472958, 0.004599696956574917, -0.014147698879241943, -0.03225016966462135, 0.014742271043360232, -0.03290090709924698, -0.034733038395643234, -0.056916166096925735, 0.01949884183704853, -0.05503489077091217, -0.027090761810541153, 0.01462606806308031, -0.05585484579205513, 0.024487819522619247, -0.007458287756890059, -0.06622014194726944, 0.014006318524479866, -0.044881422072649, 0.05302337184548378, 0.023119045421481133, -0.004541595466434956, -0.03647027164697647, -0.02404043823480606, 0.02769017592072487, 0.0063950312323868275, 0.035453494638204575, 0.009598356671631336, -0.018036076799035072, 0.006979918573051691, 0.003617782611399889, 0.010279112495481968, 0.002027740003541112, -0.06761748343706131, -0.04353734105825424, -0.011029589921236038, 0.040401801466941833, 0.013187089003622532, 0.022357432171702385, 0.008812050335109234, -0.024683425202965736, -0.0036877465900033712, 0.0319741889834404, 0.027421940118074417, 0.013841698877513409, 0.0763375386595726, 0.0057888394221663475, -0.007061745040118694, -0.004772064741700888, -0.048820700496435165, 0.04335528984665871, 0.011844946071505548, 0.004047733265906572, -0.003395060310140252, 0.007016716990619898, 0.02485966682434082, 0.002099398523569107, 0.05749718099832535, -0.03779498487710953, -0.005440230946987867, -0.001587863778695464, -0.0081225810572505, 0.05342233553528786, 0.016129925847053528, 0.03063107840716839, 0.04362255707383156, 0.042527828365564346, -0.005120673216879368, -0.011260058730840685, -0.022938447073101997, 0.037423133850097656, -0.06023956835269928, -0.04117454960942269, -0.011960181407630444, -0.02263777144253254, 0.024996690452098846, -0.01686006784439087, 0.008970861323177814, 0.024894922971725464, 0.013502772897481918, 0.008821734227240086, 0.04414159804582596, 0.03642475605010986, 0.010729397647082806, 0.0032289871014654636, -0.03564716503024101, 0.02576605044305325, -0.03604612872004509, -0.01743817701935768, 0.022626271471381187, -0.004039017949253321, 0.02310887724161148, 0.00732368603348732, -0.007147444877773523, 0.003096806351095438, 0.016324566677212715, -0.023891311138868332, 0.03480276092886925, 0.07670164108276367, -0.08760146796703339, -0.01333040650933981, -0.019532734528183937, 0.007894592359662056, 0.022510796785354618, -0.021776417270302773, -0.0011649337830021975, -0.006568367127329111, -0.01366933062672615, -0.004347924143075943, 0.012160426005721092, -0.04389272630214691, 0.02108694799244404, 0.00146397459320724, 0.006665203254669905, -0.022673116996884343, -0.0014254217967391014, 0.011207040399312971, 0.08760921657085419, 0.0019807748030871153, -0.048658013343811035, 0.07883202284574509, 0.029775047674775124, -0.014421744272112846, 0.036069370806217194, -0.011817832477390766, 0.04767029359936714, -0.014996948651969433, -0.023689892143011093, -0.04082594066858291, -0.01800272986292839, 0.004779811482876539, -0.024820933118462563, 0.034580036997795105, -0.01857309229671955, 0.0074544139206409454, 0.06852095574140549, 0.018033716827630997, 0.0020112779457122087, -0.02815256640315056, -0.008010251447558403, 0.017412999644875526, -0.06160301715135574, -0.035411857068538666, -0.04775937646627426, 0.015432709828019142, 0.01242983341217041, 0.022977178916335102, 0.015261310152709484, 0.006520433351397514, 0.06006235629320145, 0.019186969846487045, 0.0017856508493423462, 0.030518746003508568, -0.044389497488737106, -0.0057326750829815865, 0.0275943074375391, -0.014866220764815807, 0.061750203371047974, 0.026904836297035217, 0.025562694296240807, -0.030189506709575653, 0.004007062409073114, -0.005382129456847906, 0.03099905326962471, -0.016384661197662354, -0.0027603022754192352, -0.002303449669852853, 0.01181008480489254, -0.005434420891106129, -0.0011726806405931711, 0.02589484117925167, 0.05565730109810829, -0.02074972167611122, 0.044944364577531815, -0.023813841864466667, -0.030416101217269897, -0.025669213384389877, -0.01773739978671074, -0.005577737465500832, 0.06236220523715019, -0.007456350605934858, 0.007986526004970074, 0.043560583144426346, -0.013454356230795383, 0.06863425672054291, 0.03400640934705734, 0.018582774326205257, 0.012567341327667236, 0.011823642067611216, 0.043909553438425064, -0.02170475944876671, -0.0010070916032418609, 0.02276801690459251, 0.006615816615521908, -0.005155534017831087, -0.00907629169523716, -0.01119227334856987, -0.01862344704568386, 0.015568763948976994, 0.003652643412351608, 0.03907515108585358, 0.0059767006896436214, -0.03678208217024803, -0.03238767758011818, 0.028760209679603577, -0.039687152951955795, -0.0350661538541317, 0.02094363048672676, 0.015434162691235542, -0.005547234322875738, -0.01090563926845789, 0.003834694623947144, 0.01514123473316431, -0.0029089453164488077, -0.03480082005262375, -0.02676926739513874, -0.01990070939064026, 0.03392349183559418, -0.04397891089320183, 0.02393779158592224, 0.024208931252360344, -0.04203348234295845, -0.002155563095584512, -0.03394285961985588, 0.0025642099790275097, -0.01810247078537941, 0.05223706364631653, 0.03175824508070946, 0.04099637269973755, 0.008428581058979034, 0.01770060323178768, 0.031182071194052696, -0.034674935042858124, 0.07742209732532501, 0.02403850108385086, 0.00996197573840618, -0.009352394379675388, 0.02954651601612568, 0.04636591672897339, 0.012848163023591042, 0.01979709416627884, 0.016052458435297012, 0.029637541621923447, 0.027660157531499863, 0.019533703103661537, -0.004539658781141043, -0.0015056745614856482, -0.001849562395364046], [-0.041763897985219955, -0.013011100701987743, -0.06183842942118645, 0.012987302616238594, 0.000469681981485337, -0.005886074621230364, 0.0009351641638204456, -0.03220226615667343, 0.027648938819766045, 0.0007279720739461482, -0.028441309928894043, 0.018597237765789032, -0.076498843729496, 0.003019684227183461, 0.0005844776169396937, 0.018846603110432625, 0.009786325506865978, 0.027493547648191452, 0.00918084755539894, 0.0480426587164402, -0.015290563926100733, -0.04168480262160301, 0.006663744803518057, 0.007069729268550873, -0.007133689243346453, 0.06631265580654144, 0.00249242945574224, -0.012280329130589962, 0.016325123608112335, -0.012624716386198996, 0.025994205847382545, -0.03262715041637421, -0.0008980656275525689, -0.03151979297399521, 0.01928706094622612, 0.02578351274132729, 0.04753517732024193, 0.004598823841661215, -0.02620699442923069, -0.03254035487771034, -0.010491197928786278, 0.0510784424841404, -0.03864971920847893, 0.017065346240997314, 0.02099499478936195, 0.025938207283616063, 0.016316549852490425, 0.03594222292304039, 0.01981764100492001, -0.07657146453857422, 0.04657901823520661, 0.04532606154680252, -0.010493998415768148, -0.01578579470515251, 0.017857015132904053, 0.05178121477365494, 0.01324664242565632, -0.005869974847882986, 0.0624656043946743, 0.02014242671430111, -0.000995337264612317, -0.01869383454322815, -0.04316314309835434, -0.02606629952788353, 0.012339826673269272, 0.02911188453435898, 0.04996688291430473, 0.05073545500636101, 0.02337910421192646, -0.05628904327750206, -0.019533101469278336, -0.011995440348982813, 0.022092552855610847, -0.06604386866092682, 0.02907408587634563, -0.0213894285261631, -0.06761181354522705, 0.008575371466577053, -0.01187434419989586, -0.06265739351511002, -0.011271318420767784, 0.044317398220300674, -0.016730759292840958, -0.016776956617832184, -0.025910208001732823, 0.005713880993425846, 0.010298705659806728, -0.05845055729150772, 0.023995080962777134, -0.0036976083647459745, -0.07358678430318832, -0.02409357950091362, 0.026253193616867065, 0.002191266044974327, -0.009113650768995283, -0.02220594882965088, 0.025648416951298714, 0.02702176384627819, 0.006518150679767132, 0.022469138726592064, 0.03807014226913452, -0.04858734831213951, -0.0024905044119805098, 0.012866906821727753, -0.05455591157078743, -0.004703819751739502, 0.005014608148485422, -0.027868030592799187, 0.02389148436486721, -0.0009813624201342463, -0.027531344443559647, -0.02042241767048836, -0.004956160206347704, -0.049350909888744354, 0.0013481483329087496, 0.00017201840819325298, 0.01793891191482544, 0.00976322591304779, -0.034289587289094925, 0.004370632581412792, -0.04544785991311073, 0.03886951133608818, -0.001969024538993835, 0.015626201406121254, -0.03375830501317978, -0.003383320290595293, 0.0429503507912159, 0.03585962578654289, 0.020397217944264412, 0.0032650248613208532, 0.02822514995932579, -0.018414894118905067, 0.01229992788285017, -0.020404217764735225, -0.02971548028290272, 0.021910561248660088, -0.046150632202625275, 0.044725485146045685, -0.05590825900435448, 0.015153019689023496, -0.011115224100649357, 0.01489262841641903, -0.002215415006503463, 0.005350594874471426, -0.016926752403378487, -0.0434151366353035, -0.045968636870384216, -0.030513230711221695, 0.023334305733442307, -0.0004178839735686779, -0.03288566321134567, 0.030023250728845596, -0.008863737806677818, 0.015145757235586643, -0.006665494758635759, -0.005228274967521429, 0.000939363962970674, 0.02761814184486866, -0.02406192757189274, 0.03942248970270157, 0.01378783117979765, 0.022735128179192543, 0.03556756302714348, 0.05192261189222336, -0.013128696009516716, -0.01624217815697193, 0.03977247700095177, -0.02115458995103836, 0.0409204326570034, 0.032674748450517654, 0.04959169775247574, -0.017073746770620346, 0.017311736941337585, 0.022040754556655884, -0.020485414192080494, 0.013382437638938429, -0.018491366878151897, -0.03406349569559097, -0.03227856382727623, 0.018018009141087532, 0.02664167806506157, -0.012385325506329536, -0.015429290011525154, 0.02731400355696678, -0.03524714708328247, -0.046467021107673645, -0.04983948916196823, 0.015193617902696133, -0.016372371464967728, -0.00429923553019762, -0.0029167882166802883, -0.01140256319195032, -0.013799270614981651, 0.0033654707949608564, -0.01480863243341446, 0.03862171992659569, -0.008921857923269272, -0.03401029855012894, -0.008966656401753426, 0.000893165823072195, 0.0067729405127465725, -0.008486606180667877, 0.0638207495212555, -0.04036745056509971, -0.03387870267033577, -0.08289922773838043, 0.035546038299798965, -0.015681497752666473, 0.03526744991540909, 0.007191524375230074, -0.003742056665942073, 0.05925491824746132, 0.006252160295844078, 0.018715882673859596, 0.02858270518481731, 0.008237284608185291, 0.03168078511953354, -0.025509821251034737, 0.03606261685490608, -0.04962809756398201, 0.0031894277781248093, 0.01216203346848488, 0.061866432428359985, 0.009164049290120602, 0.02972366102039814, 0.0783969983458519, 0.02824934385716915, 0.029660664498806, -0.0073280190117657185, 0.02694336697459221, -0.003830778179690242, -0.014206655323505402, 0.022299746051430706, 0.0031449792440980673, 0.0051383282989263535, -0.0318627767264843, -0.017128344625234604, 0.05058145895600319, 0.00041718402644619346, 0.019934535026550293, -0.08814622461795807, -0.017505979165434837, 0.0448794811964035, -0.05789687857031822, 0.01961324922740459, -0.025025442242622375, 0.0018297297647222877, 0.006636620499193668, -0.05429482087492943, -0.02613699808716774, 0.02985665574669838, -0.004373082425445318, -0.006578347645699978, 0.009677829220891, 0.017949236556887627, -0.037518564611673355, -0.022555936127901077, 0.015529604628682137, -0.0398256741464138, 0.020138228312134743, 0.02106919325888157, 0.00969602819532156, -0.03470047190785408, 0.0028999887872487307, 0.04298102483153343, 0.025234032422304153, -0.008864984847605228, -0.017238939180970192, -0.0019256261875852945, -0.022050553932785988, -0.000660774705465883, -0.012491720728576183, 0.011454361490905283, 0.01187609415501356, 0.0018591287080198529, 0.00911995116621256, 0.02881789579987526, 0.015597152523696424, 0.06368076056241989, 0.0564318373799324, -0.04342633858323097, -0.04382951930165291, -0.011689901351928713, 0.05782338231801987, 0.03416009247303009, 0.0188880767673254, 0.012747212313115597, -0.043728724122047424, 0.004889312665909529, -0.012242531403899193, -0.0017222840106114743, -0.050910450518131256, 0.012059837579727173, -0.0007083728560246527, 0.0585765577852726, 0.01895107328891754, 0.01961604692041874, 0.009712828323245049, -0.016306575387716293, -0.04666440933942795, 0.031997524201869965, 0.01845969259738922, -0.025566870346665382, -0.021350931376218796, -0.006464952137321234, -0.04496067762374878, -0.04367692768573761, 0.07701945304870605, -0.022953519597649574, -0.032359760254621506, 0.0033682710491120815, 0.007607308216392994, -0.03998246788978577, -0.0251573845744133, 0.02742774970829487, -0.04331713914871216, 0.0069269342347979546, 0.05557787045836449, -0.03355391323566437, -0.02891729213297367, 0.009465036913752556, -0.0178633164614439, -0.009945218451321123, -0.07119567692279816, 0.047575775533914566, 0.05249238759279251, 0.0442999005317688, 0.010345603339374064, -0.02227734588086605, -0.01395606528967619, 0.005625334568321705, -0.04362478107213974, -0.01987573876976967, -0.016573965549468994, -0.01666461117565632, -0.021040495485067368, 0.04139081388711929, -0.004393031354993582, 0.0008469675667583942, 0.022911522537469864, 0.003621661337092519, -0.06388235092163086, -0.06063657999038696, -0.022134551778435707, 0.03514985367655754, -0.030955614522099495, -0.004689820576459169, -0.012220306321978567, 0.009283743798732758, 0.0028124921955168247, 0.03132589906454086, -0.022364843636751175, 0.004533026367425919, -0.02449486218392849, -0.019437730312347412, -0.02475595287978649, -0.026856571435928345, -0.01140256319195032, -0.008692091330885887, -0.03845740109682083, -0.010549995116889477, -0.015700530260801315, -0.026751575991511345, 0.06644704937934875, -0.007576509844511747, -0.01412510871887207, 0.04561375454068184, 0.016890352591872215, 0.05712480843067169, 0.008648868650197983, 0.05770019069314003, 0.02321811020374298, -0.03069312497973442, 0.005529787857085466, 0.0004024845839012414, 0.06756771355867386, -0.033027533441782, -0.010560494847595692, 0.015705997124314308, -0.05756999552249909, 0.043539032340049744, -6.789739563828334e-05, -0.013169645331799984, 0.015441407449543476, -0.01198424119502306, 0.009217246435582638, 0.0048007657751441, 0.005380693823099136, -0.02681177295744419, 0.07915856689214706, -0.02426001988351345, -0.004153640940785408, 0.052348896861076355, 0.03830813243985176, 0.02709876000881195, 0.035609036684036255, -0.03954848647117615, 0.015000424347817898, 0.051680419594049454, 0.012192132882773876, -0.008142087608575821, 0.03427348658442497, 0.002693496877327562, -0.007080928422510624, -0.017964111641049385, -0.0751827210187912, -0.0007132726605050266, -0.02142897993326187, -0.03842572867870331, 0.02803812548518181, -0.006748441606760025, -0.010497847571969032, 0.026584981009364128, 0.02949739433825016, 0.05422832444310188, 0.028330713510513306, 0.013239292427897452, -0.011140773072838783, 0.0006187763065099716, 0.029579466208815575, 0.020047230646014217, 0.012490672059357166, -0.047553375363349915, 0.0015441408613696694, 0.020589010789990425, -0.008068153634667397, -0.04452109709382057, 0.0005634783883579075, -0.015929989516735077, -0.004152241162955761, 0.03929929435253143, 0.05972171202301979, -0.008797919377684593, 0.06476712226867676, 0.025052739307284355, -0.020550161600112915, 0.057576995342969894, 0.024631356820464138, -0.015207398682832718, -0.06489871442317963, -0.011096084490418434, -0.008231684565544128, -0.0782318040728569, -0.02052321285009384, -0.01563670113682747, -0.01468683686107397, -0.05615849792957306, 0.0017989310435950756, -0.018209097906947136, -0.07474033534526825, 0.01144456211477518, 0.018650084733963013, -0.014912578277289867, -0.014061061665415764, -0.0009799624094739556, 0.0139042679220438, 0.02598777413368225, -0.04380011931061745, -0.004410530906170607, -0.019204551354050636, -0.040066465735435486, 0.009854222647845743, -0.003703733207657933, -0.029642464593052864, -0.03564823418855667, -0.007239122875034809, 0.015605201944708824, -0.06894875317811966, -0.0067060054279863834, 0.02532887831330299, -0.0035208649933338165, -0.05432352051138878, 0.021066393703222275, -0.033517513424158096, -0.01900497265160084, 0.03561165928840637, 0.04593504220247269, 0.011744936928153038, 0.013006201013922691, -0.007141126319766045, 0.0226623322814703, 0.01805930770933628, 0.024170072749257088, 0.03830813243985176, 0.01940885558724403, 0.05221239849925041, 0.015955887734889984, -0.0019714743830263615, -0.02084765024483204, 0.011375964619219305, 0.0714724212884903, 0.05639404058456421, 0.031314000487327576, 0.07083728164434433, -0.0296732634305954, 0.04493268206715584, 0.041489508002996445, 0.029581915587186813, -0.008887297473847866, -0.003998859319835901, 0.050586361438035965, 0.05075855553150177, -0.03316980227828026, -0.0010947580449283123, 0.018172703683376312, -0.050467368215322495, 0.02320411056280136, 0.027011964470148087, -0.0014181456062942743, 0.011978641152381895, -0.03300321102142334, -0.02322440966963768, 0.02036081999540329, -0.012024139054119589, -0.0004666195891331882, 0.07813940942287445, 0.008361879736185074, 0.003614661516621709, 0.011943642981350422, -0.02943597175180912, 0.013825870119035244, 0.012267730198800564, -0.01929406076669693, 0.05619384720921517, 0.026323191821575165, -0.053617946803569794, 0.034732669591903687, -0.012809508480131626, -0.0036739842034876342, 0.014565391466021538, -0.025445425882935524, -0.04493407905101776, -0.07282660901546478, 0.0551522858440876, -0.010391801595687866, -0.03375410661101341, 0.05496189370751381, -0.03496506065130234, 0.021021593362092972, -0.0022749127820134163, 0.03526429831981659, 0.019215313717722893, 0.027826733887195587, 0.0002383408573223278, -0.013729973696172236, -0.04847734048962593, -0.021612370386719704, 0.04120321944355965, -0.018538089469075203, 0.029716311022639275, 0.010521995835006235, 0.009733127430081367, -0.07415235787630081, -0.035959020256996155, 0.01647176966071129, 0.021676769480109215, -0.02351069822907448, 0.032470352947711945, 0.06518150120973587, -0.0029286877252161503, -0.051049042493104935, 0.04276135936379433, -0.010326003655791284, -0.0106657100841403, 0.008677917532622814, 0.006986432243138552, -0.0441725067794323, -0.05475190281867981, -0.01573469676077366, -0.00636065611615777, -0.002473705215379596, -0.031663987785577774, -1.1199571417819245e-05, 0.004666021093726158, -0.01806902140378952, -0.011498678475618362, 0.025109436362981796, 0.010253207758069038, 0.003305273363366723, -0.03194502741098404, 0.04506147280335426, -0.0047248187474906445, -0.00442523043602705, 0.0017534327926114202, -0.003035761648789048, 0.024817898869514465, 0.02987765520811081, -0.0017786318203434348, 0.005228799302130938, -0.04777876660227776, -0.0285309050232172, 0.033741507679224014, 0.053085967898368835, -0.045582253485918045, -0.010870584286749365, -0.029228081926703453, -0.032092370092868805, -0.027960779145359993, -0.024223271757364273, -0.02635748870670795, -0.04164560511708259, 0.007237722631543875, -0.00023959863756317645, -0.009174548089504242, 0.05273877829313278, -0.06392154842615128, 0.03858812153339386, 0.03562583401799202, -0.026212595403194427, 0.01253441907465458, -0.028834693133831024, 0.006994131952524185, -0.031537290662527084, 0.012568717822432518, 0.017741519957780838, 0.03016604296863079, -0.02968866378068924, 0.0031008811201900244, -0.030266841873526573, 0.003114880761131644, 0.02577861398458481, -0.012789209373295307, -0.04664621129631996, -0.018028508871793747, 0.007570909801870584, -0.004063169471919537, -0.0023089491296559572, 0.022430816665291783, 0.026376914232969284, -0.013022301718592644, 0.0452294684946537, -0.04800556227564812, 0.030128421261906624, 0.007757102604955435, -0.06327757984399796, 0.062174417078495026, -0.010595493018627168, -0.05741459876298904, -0.04978768900036812, 0.0174909308552742, -0.020869657397270203, -0.02742757461965084, -0.03382830321788788, 0.018462492153048515, 0.0478389672935009, 0.003933849278837442, 0.027766535058617592, 0.036913786083459854, -0.030447257682681084, 0.02379908971488476, 0.014639063738286495, -0.03721337392926216, -0.06879056245088577, -0.029005488380789757, 0.035827428102493286, -0.009607131592929363, -0.02248033881187439, -0.034808266907930374, 0.008390753529965878, -0.03522405028343201, 0.008853261359035969, -0.0035656634718179703, 0.04586084187030792, 0.06668994575738907, 0.006985032465308905, 0.005685882177203894, 0.042927954345941544, -0.014219255186617374, -0.005135003011673689, 0.000502668262924999, 0.03724697232246399, 0.017129743471741676, -0.03826053440570831, -0.04181079566478729, 0.0064964513294398785, 0.025670817121863365, 0.00903245434165001, -0.04091763496398926, -0.010763837024569511, 0.06634266674518585, -0.028283115476369854, 0.027027364820241928, -0.007692705374211073, 0.013526282273232937, 0.08160567283630371, 0.045750245451927185, -0.04945170506834984, 0.012069900520145891, -0.027914931997656826, -0.07008691132068634, -0.07514352351427078, 0.015338512137532234, -0.015433008782565594, -0.004379032179713249, 0.0005235799471847713, -0.0038775012362748384, 0.023194311186671257, 0.01402326300740242, -0.024397913366556168, 0.004901212174445391, 0.00289788912050426, 0.046090345829725266, 0.023281807079911232, 0.014635039493441582, 0.0011913543567061424, 0.011000778526067734, -0.027046963572502136, 0.004969809670001268, -0.00014559441478922963, -0.061641041189432144, 0.002520603593438864, 0.03044603392481804, 0.03130489960312843, 0.03448864072561264, 0.011165971867740154, -0.020380420610308647, 0.015035074204206468, 0.0018886588513851168, 0.05783458426594734, -0.004040244966745377, 0.012739512138068676, -0.07443112134933472, -0.05083485320210457, 0.0026605981402099133, 0.022436240687966347, 0.011573530733585358, 0.0229171235114336, -0.021682370454072952, -0.023714741691946983, -0.026932166889309883, 0.018491892144083977, -0.006865336559712887, 0.01749792881309986, -0.007623407989740372, 0.0016939351335167885, -0.021949758753180504, -0.03504345566034317, 0.024535460397601128, 0.021622169762849808, -0.028584105893969536, 0.039131298661231995, -0.03266354650259018, -0.013601179234683514, -0.04362303018569946, 0.05236254259943962, -0.0007132726605050266, -0.01716999150812626, -0.013481482863426208, 0.01312607154250145, 0.012098336592316628, 0.0028250915929675102, 0.02633999101817608, -0.02340850420296192, 0.06148004531860352, 0.0026252493262290955, -0.030989211052656177, 0.03678219020366669, -0.0350070595741272, -0.007516661658883095, -0.025479024276137352, 0.0236394926905632, -0.06336157023906708, -0.03927059471607208, -0.03882051259279251, 0.029953252524137497, 0.003324172692373395, 0.01997758448123932, 0.03748356178402901, -0.0055675869807600975, -0.01215293351560831, 0.001706534530967474, 0.04351033270359039, 0.0060001700185239315, -0.014675593934953213, -0.002513603772968054, -0.0320027731359005, -0.07875537872314453, -0.019242962822318077, -0.008580971509218216, -0.01132836565375328, 0.027984928339719772, 0.04411230981349945, 0.01109667494893074, -0.020903998985886577, -0.001833929680287838, 0.028049323707818985, -0.06984052062034607, -0.045694246888160706, 0.048166558146476746, -0.04479828476905823, 0.03356371447443962, -0.009040853008627892, -0.053085967898368835, 0.01121917087584734, -0.030219241976737976, -0.003600661875680089, -0.02457325905561447, 0.04581744596362114, 0.0066301459446549416, -0.01107637584209442, -0.027409549802541733, -0.05427871644496918, 0.016276825219392776, 0.03644060343503952, -0.0009398889960721136, 0.0043079848401248455, 0.0355418398976326, -0.0276461411267519, 0.019035769626498222, -0.025474824011325836, 0.006218561436980963, 0.0415504090487957, -0.012861307710409164, -0.03001764975488186, 0.016863754019141197, -0.03056642785668373, -0.019951336085796356, 0.003629011102020741, 0.015682199969887733, 0.002333010546863079, -0.01949635334312916, 0.02135758101940155, 0.019747642800211903, -0.04984509199857712, -0.005837776232510805, -0.004591824021190405, 0.017105944454669952, -0.004835064522922039, -0.004272636491805315, 0.028210757300257683, -0.01191074401140213, 0.01443764753639698, -0.02574501372873783, 0.01647019386291504, -0.01726553961634636, -0.007211648393422365, 0.026847122237086296, -0.014723584987223148, 0.029538867995142937, -0.04701020196080208, -0.028918690979480743, 0.026878969743847847, -0.007615708280354738, -0.02504994161427021, 0.007705304771661758, -0.042205579578876495, 0.046628016978502274, -0.02679077349603176, -0.008920458145439625, -0.03552486374974251, -0.041757602244615555, 0.019373858347535133, -0.04308054968714714, 0.013212693855166435, 0.06110486015677452, 0.024443062022328377, -0.007409916259348392, 0.03857552260160446, 0.03676259145140648, -0.020391270518302917, 0.015524355694651604, -0.05439351499080658, 0.014445345848798752, -0.0034004696644842625, 0.0019291260978206992, 0.032802581787109375, -0.015095621347427368, -0.01924366131424904, 0.03542004153132439, 0.013006902299821377, -0.005400993395596743, 0.03069242462515831, -0.03842012956738472, 0.03862451761960983, 0.061491239815950394, -0.018829278647899628, 0.028441309928894043, -0.025552520528435707, -0.030873717740178108, 0.002007523085922003, 0.0012764885323122144, 0.015592602081596851, -0.00952803436666727, -0.03938468918204307, -0.01946275308728218, -0.02576461248099804, -0.05568426474928856, -0.019998233765363693, 0.007144188974052668, 0.02681177295744419, -0.02899988740682602, -0.03141479566693306, -0.03166433423757553, 0.02208677865564823, -0.037490565329790115, -0.0314427949488163, 0.06676624715328217, 0.020601609721779823, -0.018876876682043076, 0.015482007525861263, -0.02313901484012604, 0.04008326306939125, 0.0006831738282926381, -0.05927933007478714, -0.04390231892466545, 0.011494259350001812, -0.017057646065950394, -0.002057921141386032, 0.0029286877252161503, -0.03041243366897106, 0.006076466757804155, 0.07714824378490448, -0.0023183112498372793, 0.006544946227222681, -0.01987643912434578, -0.0117147509008646, -0.030665474012494087, -0.011901994235813618, -0.05373554304242134, -0.03227716311812401, 0.041117820888757706, 0.0021436677780002356, -0.054215725511312485, 0.05141162872314453, -0.05724100768566131, 0.08136488497257233, -0.002138417912647128, -0.010280943475663662, 0.016600564122200012, -0.056317038834095, 0.024688227102160457, 0.009491723962128162, 0.015417084097862244, 0.04708859696984291, 0.03124680370092392, 0.015447008423507214, -0.03975847736001015, 0.011849145404994488, -0.037579458206892014, 0.030948612838983536, 0.02357509732246399, -0.008630669675767422, -0.01754692755639553, 0.00792632158845663, -0.03364140912890434, -0.02725730650126934, 0.027798734605312347, 0.029712460935115818, -0.05280597507953644, 0.051344435662031174, -0.010740388184785845, -0.046206630766391754, -0.020120028406381607, 0.00023659093130845577, 0.003789304755628109, 0.0531727634370327, -0.029340075328946114, -0.013222843408584596, 0.014511844143271446, -0.02565611712634563, 0.04776057228446007, 0.028577104210853577, 0.004273686092346907, 0.02329510636627674, 0.007238422986119986, 0.006079266779124737, 0.02428417094051838, -0.0244318637996912, -0.010605818592011929, -0.0234897006303072, 0.0179140642285347, 0.0060908496379852295, 0.020036032423377037, -0.020647108554840088, 0.029360376298427585, 0.02860090509057045, 0.036232538521289825, 0.03741159662604332, -0.028346115723252296, -0.006089766975492239, -0.008208497427403927, 0.02165996842086315, -0.00529879704117775, 0.0018279800424352288, 0.07218123227357864, 0.00822958443313837, -0.06041048467159271, 0.03348111733794212, -0.0008971906499937177, 0.02544577606022358, -0.0664624571800232, -0.009704427793622015, 0.0600661002099514, 0.01855768822133541, -0.024648156017065048, 0.014747035689651966, 0.016032535582780838, -0.06265600025653839, -0.0071432264521718025, 0.03216061741113663, 0.01414225809276104, 0.0025601519737392664, -0.008360479958355427, 0.02882489375770092, 0.042726363986730576, 0.021909160539507862, 0.032991137355566025, 0.005358994472771883, -0.07509312033653259, 0.06558188796043396, 0.046481020748615265, 0.02361849509179592, -0.010474584065377712, -0.03670659288764, 0.02294372022151947, 0.04897712171077728, 0.027058163657784465, -0.03726412355899811, -0.004107879940420389, 0.019852640107274055, 0.03725257143378258, -0.01277468539774418, -0.01756022684276104, 0.005244899075478315], [-0.047863271087408066, -0.05819593742489815, -0.04956313967704773, 0.0037026461213827138, 0.013972299173474312, -0.004405894782394171, 0.022681886330246925, -0.06025908514857292, 0.021233024075627327, 0.07988225668668747, -0.001749648479744792, 0.011438910849392414, -0.010752078145742416, -0.05167606472969055, -0.0361325740814209, 0.03816500306129456, 0.015940124168992043, -0.018955938518047333, 0.03616010770201683, 0.013226157054305077, 0.02786304801702499, -0.017149098217487335, 0.013937878422439098, 0.05356551334261894, -0.014784635975956917, 0.03711118921637535, 0.013829849660396576, -0.009307452477514744, 0.0257067009806633, 0.027930300682783127, -0.00048295382293872535, -0.04457579180598259, 0.007335390895605087, -0.056581854820251465, -0.009825357235968111, 0.008642067201435566, -0.01089611742645502, 0.04791410639882088, -0.016397129744291306, -0.03954290598630905, 0.005923598073422909, 0.03386078402400017, -0.043763983994722366, 0.05325201526284218, 0.02670861966907978, 0.041495904326438904, -0.02491607703268528, 0.017486687749624252, -0.04879528656601906, -0.05496777221560478, 0.022751785814762115, -0.011506163515150549, 0.010154739953577518, -0.017542555928230286, 0.0139505872502923, 0.02849745377898216, 0.04203075170516968, -0.01864032447338104, 0.046253424137830734, 0.0431777685880661, -0.022982671856880188, 0.04365013167262077, -0.07253627479076385, 0.018661506474018097, 0.018406260758638385, 0.011313404887914658, 0.004681263118982315, 0.00980099756270647, 0.029799100011587143, -0.04109344258904457, -0.0054978360421955585, 0.004094516858458519, 0.016265271231532097, -0.0383228100836277, 0.056683529168367386, -0.013723408803343771, -0.0785859078168869, 0.034421052783727646, -0.027282655239105225, -0.004117816686630249, 0.002169055864214897, 0.016267918050289154, -0.01311812736093998, -0.062021441757678986, -0.03109544888138771, 0.008219217881560326, -0.010103902779519558, -0.034242063760757446, 0.02615576423704624, 0.025179263204336166, -0.03532341122627258, -0.0070091853849589825, 0.05495506152510643, 0.01572565548121929, 0.02371557429432869, 0.03295736387372017, 0.01833529956638813, 0.05154896900057793, 0.0028511222917586565, 0.02188649401068687, 0.06338133662939072, -0.00046706717694178224, 0.003160382155328989, -0.008290707133710384, -0.027333494275808334, 0.04468594118952751, 0.03373686596751213, -0.04132962226867676, 0.052311792969703674, -0.009002958424389362, -0.006642733700573444, -0.027519894763827324, 0.0003812793584074825, -0.02928238734602928, 0.003161706030368805, -0.036060553044080734, 0.041360337287187576, 0.019606230780482292, -0.0332803912460804, -0.02117371186614037, -0.022631047293543816, 0.0052214087918400764, 0.005710717290639877, 0.022434052079916, -0.02716403640806675, 0.031669486314058304, -0.014636890962719916, 0.004986286628991365, -0.019945941865444183, 0.004905794281512499, -0.01837766356766224, 0.022891059517860413, 0.015854867175221443, -0.02915171906352043, -0.04813439771533013, 0.028437085449695587, -0.104730024933815, 0.0360075980424881, -0.0172126442193985, -0.01604868471622467, -0.019864125177264217, 0.01704954169690609, 0.015324053354561327, 0.03507769852876663, -0.027918120846152306, -0.008399663493037224, -0.028103996068239212, -0.03503533452749252, 0.006252782419323921, 0.024181583896279335, -0.022156566381454468, -0.017177164554595947, -0.024711137637495995, 0.05714106559753418, 0.04177127033472061, -0.003923735115677118, 0.04403353109955788, 0.02959892712533474, -0.03954925760626793, 0.00885428674519062, 0.02342749759554863, 0.02442729659378529, 0.06630024313926697, 0.0044821505434811115, -0.001398024265654385, -0.013861622661352158, 0.013323594816029072, 0.006737524177879095, -0.0017316436860710382, 0.0027759254444390535, 0.046249184757471085, -0.02572788298130035, 0.03731665760278702, 0.0404961034655571, -0.019934555515646935, 0.022338733077049255, 0.018737761303782463, -0.053853586316108704, 0.01764899678528309, 0.029311910271644592, -0.002016544109210372, 0.005456531420350075, -0.00918883178383112, 0.009562168270349504, -0.034751493483781815, 0.024008816108107567, -0.03381894901394844, 0.009243905544281006, -0.029727080836892128, 0.03134116157889366, 0.0006269927253015339, -0.07246002554893494, 0.023164838552474976, -0.023343829438090324, -0.02885437197983265, 0.009040556848049164, -0.018127715215086937, -0.0071426331996917725, -0.01083124615252018, -0.03314588591456413, -0.0014636890264227986, 0.01956704445183277, 0.05498180910944939, -0.014124281704425812, -0.0426948145031929, -0.012976206839084624, 0.06193988770246506, -0.02748388610780239, -0.00017581215070094913, -0.03642488643527031, -0.05441703647375107, 0.030805781483650208, -0.015289566479623318, 0.014830177649855614, 0.003356317291036248, 0.03446977213025093, 0.028581123799085617, -0.0030205799266695976, 0.017962493002414703, 0.03768734261393547, -0.03549710661172867, -0.006767708342522383, 0.011059219017624857, -0.030870918184518818, -0.007993098348379135, 0.05102365091443062, -0.0006778299575671554, 0.03306962922215462, -0.013065172359347343, -0.030767126008868217, 0.06190281733870506, 0.0022336614783853292, 0.02297525852918625, -0.03253795579075813, -0.0324850007891655, 0.005520077887922525, -0.022664939984679226, 0.00402461551129818, -0.019330862909555435, -0.01559336483478546, -0.05244709178805351, 0.004189836326986551, 0.01596713252365589, 0.008966418914496899, -0.0163717120885849, -0.011061337776482104, 0.00560162914916873, 0.017475303262472153, -0.022638460621237755, 0.010599433444440365, 0.02002987451851368, 0.04416697844862938, -0.05016788840293884, 0.01976297982037067, 0.009400653652846811, 0.019097859039902687, -0.014989574439823627, 0.006219089962542057, -0.017911655828356743, 0.03331534191966057, 0.010125084780156612, -0.07304465025663376, -0.05938531830906868, -0.01838613674044609, 0.022642696276307103, 0.026911966502666473, 0.00997257325798273, 0.006567006930708885, 0.0022919124457985163, -0.04043467715382576, -0.022404396906495094, -0.026091687381267548, 0.03860241547226906, 0.022411812096834183, -0.023589542135596275, -0.003045998513698578, 0.023785477504134175, -0.034370213747024536, 0.05460767447948456, 0.0115273455157876, -0.030828554183244705, -0.01935628056526184, 0.002935851225629449, 0.022859813645482063, -0.0008494056528434157, 0.01897500269114971, 0.027096251025795937, -0.060513269156217575, -0.004360353108495474, 0.007769625633955002, -0.0008462283294647932, -0.01940711960196495, 0.02720216289162636, 0.04172467067837715, 0.033217903226614, -0.026257436722517017, 0.021554991602897644, -0.02555842511355877, -0.0671517625451088, -0.04166959598660469, 0.025615619495511055, 0.03137505427002907, -0.020230047404766083, 0.024079909548163417, -0.006802394520491362, -0.01767653413116932, -0.054112013429403305, 0.11097771674394608, 0.010227818973362446, -0.028011323884129524, -0.0037714883219450712, -0.0020583788864314556, -0.006428264081478119, 0.021438490599393845, 0.024291731417179108, -0.008473403751850128, -0.005244709551334381, 0.08470332622528076, -0.039551377296447754, 0.01202724501490593, 0.035795778036117554, 0.011956284753978252, -0.03966576233506203, -0.03306327387690544, 0.0308698583394289, 0.023028213530778885, -0.018788598477840424, 0.056807711720466614, -0.022507132962346077, -0.013002817519009112, 0.026780638843774796, 0.0008774720481596887, -0.03958526998758316, 0.008714350871741772, -0.013479548506438732, -0.010586855933070185, 0.01890827901661396, 0.00403732480481267, -0.013072586618363856, 0.021016964688897133, -0.0045859431847929955, -0.04643690958619118, 0.017144862562417984, -0.002806639764457941, 0.017204171046614647, -0.07112131267786026, 0.005786973517388105, -0.05097493156790733, 0.011310228146612644, 0.004938626661896706, 0.0031942736823111773, -0.014575461857020857, 0.03258243575692177, 0.02871880866587162, -0.0014615708496421576, -0.0004019319894723594, 0.005329438019543886, -0.01783698983490467, -0.021906616166234016, -0.03758567199110985, 0.019424064084887505, -0.04308456555008888, -0.05720037221908569, 0.07955817133188248, -0.019195297732949257, -0.02288947068154812, 0.011952180415391922, -0.02360820770263672, 0.09486229717731476, -0.02518138475716114, 0.06488950550556183, 0.02778017334640026, -0.047706518322229385, 0.044558849185705185, 0.014505560509860516, 0.015819914638996124, -0.05331132560968399, -0.05752234533429146, 0.013958530500531197, -0.044457174837589264, 0.019568102434277534, -0.003752953838557005, 0.04131744056940079, -0.011150303296744823, 0.004837431944906712, 0.028040051460266113, 0.007420119363814592, 0.007403703406453133, -0.008926172740757465, 0.06558004766702652, -0.03573593497276306, -0.017259245738387108, 0.049015577882528305, 0.012192465364933014, 0.008572431281208992, 0.0022430610843002796, -0.0034707013983279467, 0.06302759796380997, 0.024122275412082672, -0.0126076377928257, -0.05486609786748886, 0.005279130302369595, -0.024727024137973785, 0.018691161647439003, 0.018106533214449883, -0.05329437926411629, -0.04607337340712547, -0.001070759491994977, -0.06619856506586075, 0.003822325496003032, 0.018990889191627502, -0.027479121461510655, -0.054599203169345856, -0.009161924012005327, 0.04841400682926178, -0.011336706578731537, -0.016697917133569717, 0.02375158667564392, -0.009391916915774344, -0.003560725599527359, 0.017913775518536568, 0.02864043414592743, -0.024015303701162335, 0.03162923827767372, 0.050036560744047165, 0.04505027458071709, 0.03224775940179825, -0.027685116976499557, -0.027519894763827324, 0.04999419301748276, 0.0177707951515913, 0.048913903534412384, -0.0008642331813462079, 0.044796086847782135, 0.014307508245110512, 0.02046199142932892, 0.02603078819811344, -0.0027600389439612627, -0.0231627207249403, -0.03909358009696007, 0.004484268836677074, -0.015926886349916458, -0.026071036234498024, -0.02078237198293209, -0.0035075051710009575, -0.003211219562217593, -0.028265509754419327, -0.00396133353933692, -0.04308456555008888, -0.1125536635518074, -0.005812391638755798, -0.04323495924472809, -0.015687527135014534, 0.0027579206507653, -0.04518583789467811, 0.0012137392768636346, 0.05082029849290848, 0.031872835010290146, -0.003448460018262267, -0.003274766029790044, 0.000801216228865087, 0.0006566477823071182, 0.03438292443752289, -0.04648218676447868, -0.015268119052052498, -0.008323539979755878, 0.04933754727244377, -0.03109121322631836, 0.030184615403413773, -0.003423041431233287, 0.036306265741586685, -0.018839437514543533, -0.002253784565255046, -0.022581269964575768, -0.01401413418352604, 0.028762761503458023, 0.057607077062129974, 0.013220861554145811, -0.03056589514017105, -0.027973193675279617, -0.021824007853865623, -0.013836204074323176, 0.039081133902072906, 0.02260933630168438, 0.011340943165123464, -0.0070960321463644505, -0.026748865842819217, -0.013259783387184145, -0.02719157189130783, -0.013376550748944284, -0.006962584797292948, 0.06894378364086151, 0.03750517964363098, 0.05393831804394722, -0.06043383851647377, 0.02678275667130947, -0.02562567964196205, 0.007634588982909918, -0.024882713332772255, -0.015764841809868813, 0.0031026608776301146, 0.03593346104025841, -0.028821542859077457, -0.0023734639398753643, 0.025525594130158424, -0.06830831617116928, 0.008674105629324913, 0.030360428616404533, -0.001635264721699059, -0.025544391945004463, -0.049888283014297485, -0.06163592636585235, 0.003971660044044256, 0.0007329036016017199, 0.03428972512483597, -0.01181330531835556, -0.020052116364240646, -0.007498493883758783, 0.032908644527196884, 0.016861019656062126, -0.0038127934094518423, 0.0037026461213827138, -0.023347005248069763, 0.03813640773296356, 0.013289703987538816, -0.012587513774633408, 0.012997918762266636, -0.03570893034338951, -0.02966459095478058, -0.01814889721572399, 0.047219328582286835, -0.029655059799551964, -0.022376861423254013, 0.03219692409038544, 0.009370999410748482, -0.02964235097169876, -0.004278272390365601, 0.01868533529341221, -0.011060278862714767, 0.008508884347975254, 0.009258734062314034, 0.03593346104025841, 0.01862337812781334, -0.02030259557068348, -0.0274097491055727, -0.017697716131806374, -0.02276555448770523, 0.04299772158265114, 0.014365758746862411, 0.014994869939982893, 0.01614929921925068, -0.03777630999684334, -0.06871501356363297, -0.07795467972755432, 0.049108777195215225, -0.0002796048647724092, -0.01365827303379774, -0.02886708453297615, 0.06147917360067368, -0.003640688257291913, -0.040813837200403214, 0.01609952002763748, -0.004333875607699156, 0.019018027931451797, 0.006231799256056547, 0.02233661524951458, -0.032091010361909866, -0.02997385337948799, -0.03582543134689331, -0.0040235561318695545, -0.026757337152957916, -0.007562040351331234, -0.003753483295440674, -0.05534905195236206, -0.03207830339670181, -0.019424064084887505, 0.06221631541848183, -0.04536377266049385, -0.018395835533738136, -0.03824443742632866, 0.03217574208974838, 0.007905191741883755, 0.013678131625056269, -0.002934791846200824, 0.014369995333254336, -0.011912861838936806, 0.006685917265713215, -0.013982360251247885, 0.01028183288872242, -0.03335770592093468, -0.009739171713590622, 0.01135576982051134, 0.04040290042757988, -0.022830450907349583, -0.020678050816059113, -0.04221398010849953, -0.03199251368641853, 0.009874075651168823, -0.012222121469676496, -0.0145479254424572, -0.02610068954527378, -0.04078841581940651, 0.00042364370892755687, -0.0581292137503624, 0.04808356240391731, -0.014696200378239157, -0.038488030433654785, 0.03983098268508911, 0.00955316610634327, 0.029487721621990204, -0.00019699434051290152, 0.007371400948613882, -0.015396801754832268, 0.02050885744392872, 0.008653981611132622, -0.005397221073508263, -0.016985995694994926, 0.021749868988990784, 0.009523510932922363, -0.012116210535168648, 0.05845436453819275, -0.05880174785852432, -0.029660355299711227, -0.03215032443404198, 0.031400471925735474, -0.007403173949569464, 0.02016967721283436, 0.02136276476085186, 0.031946972012519836, -0.022447291761636737, 0.05340452492237091, -0.03215456008911133, 0.07006219774484634, 0.04253382980823517, -0.08094984292984009, 0.06157238036394119, -0.0028617135249078274, -0.019482316449284554, 0.005240472499281168, 0.0063483016565442085, 0.018415793776512143, 0.03225358575582504, -0.04688306152820587, -0.04856545850634575, -0.012239066883921623, -0.010470353998243809, 0.06611383706331253, -0.020286180078983307, 0.008249402977526188, 0.002318390179425478, 0.007087559439241886, 0.01191497966647148, -0.029714372009038925, -0.026323102414608, 0.04683804884552955, 0.02100002020597458, 0.017742197960615158, 0.007426474709063768, -0.009167649783194063, 0.01734169013798237, 0.003212278475984931, -0.02454167976975441, 0.013745120726525784, 0.05020548775792122, 0.018517468124628067, -0.03529799357056618, 0.04388313367962837, -0.016081515699625015, -0.006070814561098814, -0.015536603517830372, 0.019454779103398323, 0.05922539159655571, -0.005230940878391266, -0.02449084259569645, 0.04404623433947563, 0.0008176323608495295, -0.05548037961125374, -0.02620554156601429, -0.0298329908400774, 0.02713649719953537, -0.026191772893071175, 0.020068002864718437, 0.04100023955106735, -0.016424667090177536, 0.04195661470293999, -0.011255684308707714, -0.02184518985450268, 0.006786772515624762, -0.03660493344068527, -0.02115795947611332, -0.04341712594032288, -0.0017994266236200929, 0.020110368728637695, 0.0141920642927289, -0.019615763798356056, -0.006422439124435186, 0.028842724859714508, 0.08243259787559509, -0.07740817964076996, 0.016068805009126663, 0.04015295207500458, 0.04096316918730736, 0.013251574710011482, 0.027977433055639267, 0.03091963566839695, -0.0363968200981617, -0.036064788699150085, -0.006434089038521051, -0.017597630620002747, 0.0013471869751811028, -0.04381323233246803, 0.014793639071285725, 0.03573434799909592, 0.03228376805782318, -0.009837007150053978, -0.03746917098760605, 0.017598159611225128, 0.02336924709379673, 0.009648486040532587, 0.0402546264231205, 0.01377689465880394, -0.031074266880750656, -0.07291755825281143, -0.018953820690512657, 0.01035173423588276, 0.020798789337277412, -0.03153974562883377, -0.03882271051406861, -0.0329848974943161, -0.03173727169632912, -0.024534797295928, -0.012090791948139668, -0.006616255734115839, 0.04471771419048309, 0.01427388098090887, 0.02175834029912949, -0.01536797359585762, -0.021910853683948517, -0.008333072066307068, -0.04805139079689979, 0.014742801897227764, -0.023870205506682396, -0.031078502535820007, -0.03879305720329285, -0.00841780100017786, -0.05071333050727844, -0.019202444702386856, 0.06681708246469498, 0.07040534913539886, 0.01169256679713726, 0.03335558623075485, -0.0012476308038458228, -0.008888243697583675, 0.0657452717423439, -0.005184869281947613, -0.002041962696239352, 0.05393566936254501, -0.016498805955052376, 0.01821879856288433, -0.028877144679427147, -0.012443475425243378, -0.06376685202121735, -0.007002830971032381, -0.029646586626768112, -0.019148696213960648, 0.005922539159655571, -0.014180414378643036, 0.007578985765576363, 0.03912455961108208, 0.010129321366548538, -0.032476525753736496, 0.030718404799699783, -0.019143400713801384, -0.023298287764191628, -0.00016628015146125108, -0.03546533361077309, -0.08713079988956451, -0.032304950058460236, 0.010680058039724829, -0.021508391946554184, -0.03840753808617592, 0.026071036234498024, -0.031544510275125504, -0.0037111188285052776, -0.06564783304929733, -0.00028807774651795626, -0.04544638097286224, -0.05551427602767944, 0.020800907164812088, -0.026654602959752083, 0.012823696248233318, 0.01416664570569992, -0.058852583169937134, 0.0094557274132967, -0.012091519311070442, 0.02531694807112217, 0.01704530604183674, 0.016911858692765236, -0.008455929346382618, -0.024306558072566983, 0.008557602763175964, 0.03772971034049988, 0.04097693786025047, -0.016191663220524788, -0.04604160040616989, -0.004933860618621111, 0.01844121143221855, -0.03220963105559349, -0.02708460204303265, -0.04257619380950928, -0.006596132647246122, 0.009348757565021517, 0.031132517382502556, 0.017592335119843483, 0.010306192561984062, 1.4827530321781524e-05, 0.004605006892234087, -0.010963370092213154, 0.032967954874038696, 0.014422951266169548, 0.022181984037160873, 0.07731921225786209, 0.0021082893945276737, -0.007045195437967777, 0.02040354162454605, -0.0664866492152214, 0.023029271513223648, 0.028346000239253044, 0.0012243303935974836, -0.014739623293280602, 0.01305246353149414, 0.023514343425631523, -0.0018322591204196217, 0.06317374855279922, -0.008882749825716019, 0.01340786088258028, -0.002749447710812092, 0.006445738952606916, 0.04355904459953308, 0.0009510801755823196, -0.015134671702980995, 0.060462430119514465, -0.009040556848049164, -0.0019593522883951664, 0.0021644223015755415, 0.007981447502970695, 0.03895827382802963, -0.09954780340194702, -0.03097047284245491, -0.021558169275522232, -0.020849624648690224, 0.022537846118211743, -0.028320183977484703, -0.020744772627949715, 0.00990584958344698, -0.006583423353731632, 0.008506766520440578, 0.05200650170445442, 0.0386977344751358, 0.005188046954572201, -0.010859576985239984, -0.008938882499933243, 0.03419281542301178, -0.008083122782409191, -0.045274801552295685, 0.012912130914628506, -0.03438292443752289, 0.02034664899110794, 0.014522505924105644, -0.04178814962506294, 0.02957191877067089, 0.022533610463142395, -0.03439775109291077, 0.05540412664413452, 0.03779431432485581, -0.02158888429403305, 0.002768511651083827, 0.011438380926847458, 0.005305343307554722, -0.008362727239727974, -0.006993298418819904, -0.0015759547241032124, -0.002128809690475464, -0.025760715827345848, -0.002529153134673834, 0.02264057844877243, -0.06101846322417259, 0.028538759797811508, -0.002619177335873246, -0.0006672388408333063, -0.015441813506186008, -0.0023829960264265537, -0.008117013610899448, 0.10427990555763245, -0.02114829421043396, -0.059115245938301086, 0.02481863833963871, 0.03596311807632446, -0.012438179925084114, 0.03328092396259308, -0.015827329829335213, 0.018072640523314476, -0.03313317522406578, -0.05588707700371742, -0.00649869441986084, -0.043342988938093185, -0.008809670805931091, -0.03343396261334419, 0.034448590129613876, -0.011637493968009949, 0.021474499255418777, 0.02129657007753849, 0.04084772989153862, -0.02677110582590103, -0.0615665502846241, -0.0005549733177758753, 0.005562442354857922, -0.04888848587870598, -0.034510016441345215, -0.04594416171312332, 0.029816044494509697, 0.014766101725399494, 0.034361742436885834, 0.013827730901539326, 0.009743805974721909, 0.048278436064720154, 0.013089863583445547, -0.011894856579601765, 0.016791118308901787, -0.037276413291692734, -0.007170170079916716, 0.03029264323413372, 0.0039102318696677685, 0.047488339245319366, 0.02571517415344715, 0.0042322007939219475, -0.0526207871735096, 0.05288159102201462, -0.02052553743124008, 0.028019797056913376, -0.025294708088040352, -0.002617588499560952, -0.022611409425735474, -0.0030671805143356323, 0.018468748778104786, 0.019871007651090625, 0.025431331247091293, 0.001148074516095221, -0.02071167714893818, 0.06162533536553383, 0.013625971041619778, -0.014734327793121338, -0.02973978966474533, -0.005225645378232002, -0.007002830971032381, 0.026473497971892357, 0.005561382509768009, 0.007468838710337877, -0.00249102502129972, -0.020682286471128464, 0.04637839645147323, 0.017672298476099968, 0.05591302737593651, -0.02401212602853775, 0.04245757311582565, 0.05767485871911049, -0.026090096682310104, -0.028818363323807716, -0.011561237275600432, -0.012789803557097912, -0.04574928805232048, -0.01225336454808712, 0.00051260890904814, -0.004967222455888987, 0.0242578387260437, 0.05009587109088898, 0.027149736881256104, 0.009756514802575111, -0.01071394979953766, -0.0018428502371534703, 0.05505673587322235, -0.034876998513936996, -0.06195366010069847, 0.03540390729904175, -0.0004490623541641981, 0.016852546483278275, -0.03037101961672306, -0.011531583033502102, 0.010553495027124882, 0.028850138187408447, -0.046643175184726715, -0.004578529391437769, 0.040868911892175674, 0.0006471157539635897, -0.013276994228363035, 0.03342972323298454, 0.018902983516454697, -0.04589332640171051, 0.005260596051812172, -0.027272064238786697, 0.008273761719465256, 0.0006749173626303673, 0.027960484847426414, 0.041593339294195175, 0.05261655151844025, 0.047107063233852386, -0.009676022455096245, 0.026284610852599144, 0.002615999896079302, 0.07823852449655533, 0.039244234561920166, 0.0438937246799469, -0.03552437946200371, 0.01501816976815462, 0.02422606572508812, 0.04039442911744118, 0.009544692933559418, -0.0039202929474413395, -0.0012232712469995022, -0.025805728510022163, 0.0061216517351567745, -0.0028140535578131676, 0.02384902350604534, -0.017895769327878952], [-0.05156727880239487, -0.03933194279670715, -0.039462167769670486, 0.0013342441525310278, 0.01691260188817978, 0.005985940340906382, 0.009111282415688038, -0.04054778441786766, 0.012755794450640678, 0.06828304380178452, 0.019063852727413177, -0.01762775331735611, -0.0191852655261755, -0.010048197582364082, -0.04175245016813278, -0.005721197929233313, -0.013433124870061874, 0.012412832118570805, 0.049403779208660126, 0.01621120609343052, 0.01558888889849186, -0.028227785602211952, 0.0206525269895792, 0.03867997229099274, -0.06664472818374634, 0.020933600142598152, -0.018776118755340576, 0.0010658481623977425, 0.018711652606725693, 0.0034829163923859596, 0.02400822751224041, -0.022348428145051003, 0.026536179706454277, -0.04771561175584793, 0.007718802895396948, 0.03201498091220856, -0.01325820479542017, 0.05023926496505737, -0.03203045576810837, -0.012731297872960567, 0.012645771726965904, 0.0024703608360141516, -0.008820752613246441, 0.016111496835947037, 0.017899371683597565, 0.029904775321483612, -0.03441077843308449, 0.017932895570993423, -0.030844267457723618, -0.04310151934623718, 0.034909963607788086, 0.024877237156033516, 0.014127644710242748, 0.014592018909752367, -0.03039729967713356, 0.022093141451478004, 0.01626664772629738, -0.010203346610069277, 0.06142723560333252, 0.03736657276749611, -0.03762443736195564, 0.03306594863533974, -0.05000374838709831, -0.031445957720279694, 0.02695736102759838, 0.002230115234851837, 0.009510115720331669, 0.03946560621261597, 0.018985848873853683, -0.04985418915748596, -0.01386376190930605, 0.01863901875913143, -0.006960890721529722, -0.040932003408670425, 0.051201969385147095, -0.015843316912651062, -0.06598631292581558, -0.014144835993647575, -0.021041905507445335, -0.03021722473204136, -0.0017749809194356203, -0.009405894204974174, -0.012253815308213234, -0.03336792066693306, -0.04149243608117104, -0.017086662352085114, -0.009292003698647022, -0.04467622935771942, 0.015478864312171936, 0.008863730356097221, -0.05361903831362724, 0.032948460429906845, 0.03539647161960602, -0.010898297652602196, -0.01376964058727026, 0.047426801174879074, 0.024765092879533768, 0.04997796192765236, 0.011153585277497768, 0.01434511225670576, 0.06086336448788643, -0.014013324864208698, 0.039223212748765945, -0.023173602297902107, -0.09629765897989272, 0.021138174459338188, 0.04868823662400246, -0.033728934824466705, 0.003629900282248854, -0.004804052412509918, -0.02399447560310364, 0.02312202751636505, -0.011383086442947388, -0.043135903775691986, 0.02636770531535149, -0.003821957390755415, 0.036159757524728775, 0.019680369645357132, -0.02815472148358822, -0.030933663249015808, -0.03691272810101509, -0.013788980431854723, 0.007535288576036692, -0.005144436378031969, -0.012800492346286774, 0.01904945634305477, -0.0071377442218363285, 0.02573421597480774, -0.04824510216712952, -0.033560462296009064, 0.024848872795701027, -0.02508525177836418, 0.015646692365407944, -0.01894631050527096, -0.015367123298346996, -0.001545479753986001, -0.030643993988633156, 0.039917729794979095, 0.018890438601374623, 0.020423024892807007, -0.01311422884464264, -0.008715886622667313, 0.01871423050761223, 0.045487646013498306, 0.01935717649757862, 0.0027527245692908764, -0.02187395468354225, -0.058800432831048965, 0.0045316810719668865, 0.014521750621497633, -0.012552940286695955, -0.008523346856236458, -0.02614637091755867, 0.028463302180171013, 0.012156148441135883, 0.01660316251218319, 0.01645188219845295, 0.03035432286560535, -0.0057236687280237675, 0.01787530444562435, 0.035998161882162094, 0.058522798120975494, 0.042020201683044434, -0.013202764093875883, -0.0012264774413779378, -0.030060354620218277, 0.026773417368531227, 0.0021712358575314283, 0.0024222256615757942, 0.015341228805482388, 0.05249474197626114, 0.029025450348854065, 0.006716562435030937, 0.03496497496962547, -0.05083063989877701, 0.0026446892879903316, 0.02913719229400158, -0.03938824683427811, -0.01574360765516758, 0.025002384558320045, 0.008625579997897148, 0.008588672615587711, -0.01668911799788475, -0.0013151190942153337, -0.037871990352869034, 0.02570413053035736, -0.01284569501876831, 0.02622072212398052, -0.013053201138973236, 0.022599417716264725, 0.01782802864909172, -0.05437544360756874, -0.019046878442168236, 0.012006263248622416, -0.03743189945816994, 0.0173922348767519, -0.00235174223780632, -0.029942596331238747, -0.013725372962653635, 0.006448810454457998, 0.007735994178801775, 0.031035950407385823, 0.026996901258826256, 0.02711380086839199, -0.02092672511935234, -0.04011370986700058, 0.07968418300151825, -0.03573513776063919, 0.0012446355540305376, -0.008647122420370579, 0.003858971875160933, 0.06736847758293152, 0.019678650423884392, 0.011724328622221948, 0.006879877764731646, 0.020436778664588928, 0.06491702795028687, -0.008896393701434135, 0.03714437782764435, 0.024540293961763385, -0.04270097240805626, -0.007848596200346947, 0.012460107915103436, -0.021613510325551033, -0.008434382267296314, 0.05442701652646065, 0.025743668898940086, 0.04238637536764145, -0.03531051427125931, -0.03212672472000122, 0.10972046107053755, -0.016806017607450485, 0.04027358815073967, -0.028090685606002808, -0.006811113096773624, 0.044617775827646255, -0.03370142728090286, 0.025676624849438667, -0.001074443687684834, 0.03407447785139084, -0.07219573855400085, -0.009662686847150326, 0.04443555325269699, -0.037064436823129654, -0.015767674893140793, 0.002836531260982156, -0.0019374367548152804, 0.031934939324855804, -0.0395500585436821, 0.05181397125124931, 0.002081841928884387, 0.05525906756520271, -0.027817776426672935, 0.021117545664310455, 0.012334614060819147, -0.012066432274878023, -0.02929728664457798, 0.020842112600803375, -0.02494772337377071, 0.02814526669681072, 0.040622565895318985, -0.05019113048911095, -0.05156297981739044, -0.013285281136631966, 0.042970869690179825, 0.014014183543622494, 0.00039539524004794657, 0.03553743660449982, 0.02005857415497303, -0.03622164577245712, -0.045240096747875214, -0.0735228881239891, 0.03123426623642445, -9.336914808955044e-05, -0.007684421259909868, 0.02272641658782959, 0.07660353183746338, -0.03965642675757408, 0.03911490738391876, 0.04347284883260727, -0.02737510576844215, -0.03863183408975601, 0.0056524332612752914, 0.014328780584037304, 0.022583946585655212, 0.03217485919594765, -0.00838066078722477, -0.05977001041173935, -0.0015764236450195312, -0.011428642086684704, -0.01762431301176548, -0.021529702469706535, 0.0070653269067406654, 0.0274540763348341, 0.06456976383924484, 0.006146677304059267, 0.016393432393670082, -0.0158192478120327, -0.07918907701969147, -0.03987647220492363, 0.024370102211833, 0.00034038376179523766, -0.03213317319750786, 0.009459401480853558, 0.02572991698980331, -0.045473892241716385, -0.025992941111326218, 0.048666711896657944, 0.019801566377282143, -0.03748347237706184, -0.027712052688002583, 0.001923469128087163, -0.012397145852446556, 0.017612280324101448, 0.016075825318694115, -0.0034786188043653965, -0.005872479174286127, 0.05447171628475189, -0.03934698551893234, 0.006910821422934532, 0.019443131983280185, 0.011244697496294975, -0.003788918256759643, -0.03887594863772392, 0.07515475898981094, 0.04045742377638817, 0.018207091838121418, 0.007837421260774136, -0.06975287944078445, -0.019411329180002213, 0.0145711749792099, -0.021983975544571877, 0.0010576823260635138, -0.02192896604537964, 0.013694428838789465, -0.010362794622778893, 0.0003627321857493371, 0.017338942736387253, -0.0065343366004526615, 0.02883634902536869, 0.003408135147765279, -0.048527032136917114, 0.0021523255854845047, -0.01706732250750065, 0.0032319265883415937, -0.06961707770824432, -0.0030943977180868387, -0.028633493930101395, -0.005469347815960646, 0.00788039993494749, 0.00642775185406208, 0.013537989929318428, 0.0254686139523983, 0.005650714039802551, -0.0051358407363295555, 0.007196194026619196, 0.02013421431183815, -0.00028967001708224416, -0.03761240467429161, 0.004676838405430317, 0.015174582600593569, -0.00873651634901762, -0.04453182220458984, 0.07172384113073349, -0.0196416899561882, -0.017032941803336143, 0.01301366090774536, -0.02663245052099228, 0.06412967294454575, -0.015305235050618649, 0.058181554079055786, 0.025059465318918228, -0.02249283343553543, 0.02312030829489231, 0.014780906960368156, 0.01907782256603241, -0.05093378573656082, -0.047019802033901215, 0.02669777534902096, -0.04923229664564133, 0.0007873523281887174, -0.029127739369869232, 0.0316157191991806, -0.020866556093096733, 0.0005750422715209424, 0.03117777779698372, -0.008726201951503754, 0.03194879740476608, -0.04054778441786766, 0.03139438480138779, -0.008885219693183899, -0.032509226351976395, 0.024012526497244835, 0.03653280436992645, -0.012002824805676935, 0.007075855974107981, -0.015236256644129751, 0.01653783768415451, 0.028519602492451668, 0.032235030084848404, -0.03810235112905502, 0.029561813920736313, -0.030283408239483833, -0.0033900844864547253, 0.002174566499888897, -0.06925949454307556, -0.03296049311757088, -0.008484236896038055, -0.04880209267139435, 0.02726508118212223, 0.03063797578215599, -0.02832147479057312, -0.03964954987168312, 0.001433845143765211, 0.0529417060315609, -0.009929578751325607, -0.023874998092651367, -0.00632460555061698, 0.01804162748157978, 0.00376656954176724, 0.017760124057531357, 0.01415171194821596, -0.037096187472343445, 0.04020997881889343, 0.04039220511913299, 0.01759251207113266, -0.024239448830485344, -0.007459217682480812, -0.021915214136242867, 0.04204942658543587, 0.013574951328337193, 0.033484820276498795, 0.010679110884666445, 0.0481075718998909, 0.018853478133678436, -0.005322364158928394, 0.023637762293219566, 0.0031683193519711494, -0.05750422552227974, -0.04490486904978752, 0.004414673894643784, 0.0006910821539349854, -0.03768288716673851, 0.004473123699426651, 0.018780415877699852, 0.011764083988964558, -0.03903410583734512, 0.018634291365742683, -0.02848908863961697, -0.12274444103240968, -0.004483438562601805, -0.055726662278175354, -0.01667880453169346, -0.01100832037627697, -0.0099089490249753, -0.008017068728804588, 0.06344761699438095, -0.02428758516907692, -0.034719571471214294, -0.009052402339875698, -0.04381667077541351, -0.01901674084365368, 0.004146493040025234, -0.04451119527220726, -0.03046778403222561, -0.011528350412845612, 0.022831497713923454, -0.04301900416612625, 0.03885532170534134, -0.003391803940758109, 0.04944847524166107, -0.028581062331795692, -0.020873431116342545, -0.01203204970806837, -0.026577439159154892, -0.01118495874106884, 0.0316728800535202, 0.01858760602772236, -0.043315548449754715, -0.02444574236869812, -0.019909441471099857, -0.016971053555607796, 0.00986425206065178, 0.006598803214728832, 0.03139352425932884, 0.029328012838959697, -0.017050132155418396, -0.0174541212618351, -0.02018492855131626, 0.007638005074113607, -0.0009859094861894846, 0.0709228441119194, 0.017699094489216805, 0.000830759818200022, -0.04090793803334236, 0.0014414736069738865, -0.014229072257876396, 0.04757464677095413, -0.03541538119316101, 0.02984374575316906, 0.020365005359053612, 0.021579986438155178, -0.027684545144438744, 0.03602566570043564, 0.02328706346452236, -0.05419322103261947, 0.022033831104636192, 0.03621691465377808, 0.008311895653605461, -0.00869353860616684, -0.03321559354662895, -0.060908060520887375, -0.019648997113108635, -0.01801970973610878, 0.02186707779765129, 0.04583147168159485, -0.01974397711455822, -0.006340077146887779, 0.01960129104554653, 0.00040227171848528087, -0.01576423831284046, 0.01000307034701109, -0.040375012904405594, 0.03688221052289009, 0.003775165183469653, -0.037875428795814514, 0.03362578898668289, -0.03418578952550888, 0.0041714198887348175, 0.017978450283408165, -0.023933446034789085, -0.016384191811084747, -0.03328540548682213, 0.05721455439925194, 0.01477403100579977, -0.01214379258453846, 0.01643683947622776, -0.017883040010929108, 0.035681843757629395, 0.01942250318825245, 0.017898082733154297, 0.04522118344902992, 0.039518896490335464, -0.040075886994600296, -0.03594315052032471, -0.0380009226500988, -0.029001384973526, 0.05147014930844307, -0.004286170471459627, 0.024529118090867996, -0.0031700385734438896, -0.02593792974948883, -0.07840516418218613, -0.08665688335895538, 0.03039729967713356, -0.0053086113184690475, -0.030593279749155045, -0.019219648092985153, 0.05282652750611305, -0.009575441479682922, -0.014203285798430445, 0.016260415315628052, 0.011705419048666954, 0.015263976529240608, 0.02365151420235634, 0.0178581140935421, 0.004521259106695652, -0.07908593118190765, -0.028791651129722595, -0.040923409163951874, -0.04418628290295601, -0.02016300894320011, -0.0034897930454462767, -0.03212328627705574, -0.027607185766100883, -0.010948150418698788, 0.027865052223205566, -0.08555666357278824, -0.0009804029250517488, -0.0496891513466835, 0.001986431423574686, 0.011273277923464777, 0.005435825325548649, -0.004780844319611788, -0.008930775336921215, -0.013274106197059156, -0.0007596316863782704, -0.01746959425508976, 0.02342115342617035, -0.023400524631142616, -0.009632602334022522, 0.024376118555665016, -0.00918219517916441, -0.01590176485478878, -0.031384069472551346, -0.02621298655867577, -0.04474499076604843, -0.014559141360223292, -0.018428856506943703, -0.020037943497300148, -0.04826229065656662, -0.04977424815297127, -0.013335135765373709, -0.034430332481861115, 0.050769612193107605, -0.011269625276327131, -0.011881197802722454, 0.042725034058094025, -0.007417744025588036, 0.021765651181340218, -0.01574360765516758, 0.008581259287893772, -0.012410253286361694, -0.012915671803057194, 0.016242150217294693, 0.03143908083438873, -0.012806509621441364, 0.010031006298959255, -0.016668489202857018, -0.03837289661169052, 0.07043536752462387, -0.05702631175518036, -0.014425050467252731, -0.008606723509728909, -0.007045771460980177, -0.005492126103490591, 0.001600168994627893, 0.03876248747110367, 0.0006794781656935811, -0.034114014357328415, 0.032632146030664444, -0.03264589607715607, 0.0660000666975975, 0.01484279427677393, -0.07663103938102722, 0.05563727021217346, -0.023919694125652313, -0.013372095301747322, 0.003196684643626213, 0.02804899588227272, 0.029486173763871193, 0.013180629350245, -0.05054698884487152, 0.0016984805697575212, -0.010749285109341145, -0.011728412471711636, 0.034909963607788086, -6.188795669004321e-05, 0.001236899523064494, 0.004580138251185417, -0.013642854988574982, -0.00941040739417076, -0.03264159709215164, -0.022622626274824142, 0.05585043877363205, -0.006165587343275547, -0.028642088174819943, -0.0018978973384946585, 0.003584129037335515, -0.04788064956665039, 0.03383895754814148, -0.028280217200517654, 0.03613568842411041, 0.05706069618463516, 0.003270606510341167, -0.002041443018242717, 0.07781378924846649, 0.035062965005636215, -0.010958036407828333, -0.018666524440050125, 0.026397790759801865, 0.02246575802564621, 0.0016941827489063144, -0.03785479813814163, 0.019228244200348858, 0.03775852918624878, -0.043933574110269547, 0.0037923562340438366, -0.019719909876585007, 0.0256095789372921, -0.009348519146442412, 0.019726784899830815, 0.053632788360118866, -0.012052679434418678, 0.05171598494052887, -0.006852049380540848, -0.0019039141479879616, 0.002709317021071911, 0.008712449111044407, -0.06746818870306015, -0.047351159155368805, -0.02240859717130661, 0.03429624065756798, 0.022579647600650787, -0.003933968022465706, -0.001540322438813746, 0.016751006245613098, 0.041574954986572266, -0.06763666123151779, 0.03221611678600311, 0.036413755267858505, 0.07887448370456696, 0.05429636687040329, 0.011836071498692036, 0.04585209861397743, -0.015808934345841408, 0.00916693825274706, -0.017170468345284462, -0.007497037760913372, -0.02384534478187561, -0.04122425615787506, 0.032102011144161224, -0.0024961475282907486, 0.010868212208151816, 0.005734520498663187, -0.01181415282189846, -0.014553983695805073, 0.010047337040305138, 0.046030882745981216, -0.02836359292268753, 0.0449349507689476, -0.04723769798874855, -0.07192755490541458, 0.009767982177436352, 0.03679840639233589, 0.006745786871761084, -0.02033363096415997, -0.029800770804286003, -0.012258649803698065, -0.012257253751158714, -0.020128197968006138, -0.02755679376423359, 0.013033431954681872, 0.04794081673026085, 0.026505237445235252, -0.0027024406008422375, -0.015410101041197777, -0.03442990034818649, 0.00367244821973145, 0.014002149924635887, 0.018424559384584427, -0.034203410148620605, -0.01410185731947422, -0.005265633575618267, -0.01108825858682394, -0.01888270303606987, -0.01708795130252838, 0.034822721034288406, 0.02636781521141529, 0.0235174223780632, -0.003630760125815869, 0.015784867107868195, -0.008000737056136131, 0.030280401930212975, -0.031165743246674538, -0.03845304995775223, 0.04981636255979538, -0.02960650995373726, 0.032238468527793884, -0.011016055941581726, 0.016551589593291283, -0.062252406030893326, 0.0034074904397130013, -0.019004760310053825, 0.04591398686170578, 0.008669471368193626, -0.034340936690568924, 0.0022623485419899225, 0.037685465067625046, 0.010833830572664738, -0.03359828144311905, 0.02537062391638756, -0.03970799967646599, -0.018150361254811287, -0.010006939060986042, -0.04400921240448952, -0.07330971956253052, -0.035838283598423004, 0.03399023786187172, -0.032774828374385834, -0.024184437468647957, 0.029087338596582413, -0.007888135500252247, -0.01927809789776802, -0.06118311733007431, 0.017534276470541954, -0.06312571465969086, -0.026619987562298775, 0.047384683042764664, -0.05748015642166138, 0.0014664008049294353, -0.0007456638850271702, -0.046525776386260986, 0.036694400012493134, -0.01166759803891182, 0.05187585949897766, 0.01984153687953949, 0.035454921424388885, -0.03547383099794388, -0.04481031745672226, 0.000557421357370913, 0.007844298146665096, 0.0077411518432199955, 0.002772924257442355, -0.0359581895172596, 0.0006257559871301055, 0.01281080674380064, -0.0003283499972894788, -0.018832849338650703, -0.06945203989744186, -0.0303551834076643, 0.00577792851254344, 0.06007944792509079, -0.006178910844027996, 0.02939334139227867, -0.018664374947547913, -0.046024009585380554, -7.907905091997236e-05, 0.04694029688835144, 0.033717330545186996, -0.0006708825821988285, 0.04308433085680008, 0.03117605671286583, -0.01460727583616972, -0.009351957589387894, -0.02468598820269108, 0.023046385496854786, 0.012992173433303831, 0.011561013758182526, 0.005609455052763224, 0.016762610524892807, 0.01785467565059662, -0.040371574461460114, 0.07643850147724152, 0.012199663557112215, 0.02262520417571068, -0.001995886443182826, 0.002579954219982028, 0.038906894624233246, -0.007806477602571249, -0.004816945642232895, 0.02890855260193348, 0.043073154985904694, 0.0019374367548152804, -0.006331589072942734, -0.01153565663844347, 0.032410379499197006, -0.05712258070707321, -0.02146630920469761, -0.02336270362138748, -0.021689148619771004, 0.015325864776968956, -0.029895320534706116, -0.006010652985423803, 0.023626545444130898, 0.025407584384083748, -0.0025305296294391155, 0.029101090505719185, 0.08745455741882324, 0.02866271696984768, 0.018234167248010635, -0.034762121737003326, 0.0053971451707184315, -0.02958244271576405, -0.04039908200502395, 0.012993891723454, -0.01037654746323824, -0.001236899523064494, 0.005220077000558376, -0.023526018485426903, 0.009924421086907389, 0.03549274057149887, -0.02648761495947838, 0.02808789163827896, 0.07481566071510315, -0.04434271901845932, 0.0030780660454183817, 0.014323622919619083, -0.004636439494788647, 0.004192049149423838, 0.003236439311876893, 0.01140285562723875, -0.003975011873990297, -0.0263212900608778, -0.01958581991493702, 0.010135872289538383, -0.08251039683818817, 0.018639879301190376, 0.0034640065860003233, 0.05798901244997978, -0.021812066435813904, -0.0099484883248806, -0.029628857970237732, 0.08936620503664017, -0.02877746894955635, -0.07713302224874496, 0.06531242281198502, 0.0064707291312515736, 0.004163683857768774, 0.046426281332969666, 0.0004492248699534685, 0.027920493856072422, -0.013003346510231497, -0.034836042672395706, -0.02859911322593689, -0.006917268503457308, 0.01884058490395546, -0.03536552935838699, 0.03410714119672775, 0.006771305110305548, -0.0030015658121556044, 0.03296908736228943, 0.02107628807425499, 0.029479295015335083, -0.044934093952178955, -0.0043089487589895725, 0.01007742155343294, -0.02412082999944687, -0.031299833208322525, -0.061379097402095795, -0.001520552672445774, 0.019078681245446205, -0.0035155797377228737, 0.004850897938013077, -0.012677145190536976, 0.07683733850717545, 0.014485220424830914, 0.003669440047815442, 0.002344865817576647, -0.033409181982278824, -0.024012526497244835, 0.06086680293083191, -0.00931757502257824, 0.05811966583132744, 0.0498301200568676, 0.02461765334010124, -0.03962548449635506, 0.011330652981996536, -0.007427413947880268, 0.01675369217991829, 0.006263825576752424, 0.018276287242770195, -0.03893440216779709, 0.013146033510565758, 0.014432357624173164, 0.0012343208072707057, 0.010930100455880163, 0.02764006331562996, -0.032559942454099655, 0.023152971640229225, 0.001839447533711791, -0.046807922422885895, -0.029114846140146255, -0.005499432794749737, -0.02247564308345318, 0.04746806249022484, -0.0027527245692908764, -0.013892127200961111, 0.012201542966067793, -0.014657991006970406, 0.06436347216367722, 0.01050032302737236, 0.008571267127990723, -0.0016855872236192226, 0.008647122420370579, 0.06056080386042595, -0.04089074581861496, -0.0004108672437723726, -0.003728749230504036, -0.025893231853842735, 0.0031588643323630095, -0.019410470500588417, -0.0009813968790695071, -0.009896405041217804, 0.03021335601806641, 0.04193252697587013, 0.05127739533782005, 0.029324576258659363, -0.032100509852170944, -0.040626004338264465, 0.05093378573656082, -0.016783669590950012, -0.01105043850839138, -0.004866800270974636, 0.0014449118170887232, -0.026041077449917793, 0.0004538450157269835, 0.011591903865337372, 0.025968873873353004, 0.0429399274289608, -0.061296578496694565, -0.008282671682536602, -0.019690684974193573, 0.045171331614255905, 0.003803691826760769, 0.038494307547807693, 0.014237668365240095, -0.05687674880027771, -0.02655337005853653, 0.004382011014968157, 0.05110765993595123, 0.025279294699430466, 0.013186431489884852, 0.0034261858090758324, 0.046081602573394775, 0.052769795060157776, 0.04236230626702309, 0.019850561395287514, -0.0351274311542511, 0.09270815551280975, 0.038122981786727905, 0.017428334802389145, -0.029860079288482663, 0.009731881320476532, 0.027498235926032063, 0.002523653209209442, -0.006199110299348831, -0.004022717010229826, 0.008299002423882484, 0.018941152840852737, 0.030809886753559113, -0.012399080209434032, 0.0123432083055377, -0.001530007692053914], [-0.04382181167602539, -0.0342036597430706, -0.0004245057934895158, -0.041668880730867386, -0.00040404731407761574, -0.008225207217037678, 0.02625204809010029, -0.021433742716908455, 0.036223046481609344, 0.024156659841537476, -0.02346181683242321, 0.015977052971720695, -0.060401421040296555, -0.00844126008450985, -0.02662905491888523, 0.04456116631627083, 0.002171385334804654, 0.02237829566001892, 0.03945841267704964, 0.023436302319169044, -0.032423123717308044, -0.02370609901845455, -0.00047553336480632424, 0.03651401400566101, -0.02547468990087509, 0.07460011541843414, -0.0039432356134057045, -0.011656878516077995, 0.032075703144073486, -0.009386898018419744, 0.003721754066646099, -0.02506769448518753, 0.011836220510303974, -0.02893153764307499, 0.0009820089908316731, 0.045188698917627335, 0.02104506641626358, 0.01583591289818287, -0.04505624249577522, -0.03473999351263046, -0.03797752782702446, 0.008433660492300987, -0.035819169133901596, 0.019659722223877907, 0.005385035183280706, 0.040278110653162, 0.015531376004219055, 0.008994963020086288, -0.011166892014443874, -0.03897636383771896, 0.03654658421874046, 0.008598685264587402, -0.0006123306229710579, 0.0002529663615860045, 0.006149363238364458, -0.006523927208036184, 0.016899891197681427, 0.013423503376543522, 0.04425283148884773, 0.047842130064964294, 0.006496784742921591, 0.013197679072618484, -0.021678023040294647, -0.012987597845494747, 0.02473207749426365, 0.03835100308060646, 0.006987517233937979, 0.027039173990488052, 0.035899512469768524, -0.02910524792969227, 0.016408072784543037, 0.02311222441494465, -0.016443900763988495, -0.04549486190080643, 0.0415516272187233, -0.004118031822144985, -0.06217978894710541, 0.05443228781223297, 0.015414664521813393, -0.060957297682762146, -0.01301094051450491, 0.05615853890776634, -0.00467058178037405, -0.06319816410541534, -0.05265609174966812, 0.0008338119369000196, -0.004192402120679617, 0.013141223229467869, 0.020470190793275833, 0.012826372869312763, 0.015318037010729311, -0.017384923994541168, 0.025914395228028297, 0.0012452893424779177, -0.010893840342760086, -0.0053589786402881145, -0.005854054819792509, 0.01888236589729786, 0.022656233981251717, 0.0699012354016304, 0.04200286790728569, -0.03151114284992218, -0.013407218270003796, -0.013644441962242126, -0.05654286965727806, -0.0016502527287229896, 0.045045386999845505, -0.06617947667837143, 0.015569917857646942, 0.018786825239658356, 0.044945500791072845, 0.008383718319237232, -0.036461085081100464, -0.050041746348142624, 0.003660955699160695, -0.00778441596776247, 0.006489455699920654, -0.0418643057346344, -0.04807446897029877, -0.01131291687488556, -0.03705685958266258, -0.012433351017534733, -0.001090035424567759, 5.8627403632272035e-05, 0.026325875893235207, 0.005680344067513943, 0.03607756644487381, 0.061966992914676666, -0.014330057427287102, 0.017559992149472237, 0.047631509602069855, 0.018843280151486397, 0.019690120592713356, -0.0071737137623131275, -0.066535584628582, 0.06495916098356247, -0.006761150900274515, 0.04023142531514168, -0.04872371256351471, 0.04672820866107941, -0.03159962594509125, -0.008859251625835896, 0.025500748306512833, 0.0469714030623436, -0.009156731888651848, -0.0028857707511633635, -0.03703514486551285, -0.06558451801538467, -0.018899736925959587, -0.0013636299408972263, -0.03519381210207939, -0.0104660764336586, -0.01449073851108551, 0.008852737955749035, -0.012507178820669653, 0.019453441724181175, 0.00903947651386261, 0.03298117220401764, -0.020024515688419346, 0.0044817388989031315, 0.032056160271167755, 0.03203227370977402, 0.05854054540395737, -0.021812649443745613, -0.03665081039071083, 0.023788612335920337, 0.037999242544174194, -0.008325090631842613, 0.02044576220214367, 0.03247876465320587, 0.04766624793410301, -0.004244040232151747, -0.01079612784087658, 0.050075605511665344, -0.0089558782055974, -0.03327430784702301, -0.03870277106761933, -0.03384755551815033, -0.016289731487631798, 0.01017076801508665, -0.03813821077346802, -0.03598419576883316, -0.0013343162136152389, 0.007480422034859657, -0.0330202542245388, -0.012839400209486485, -0.054965902119874954, -0.004866074305027723, -0.0473448820412159, -0.004768362268805504, 0.02169648185372353, 0.003304848214611411, 0.001668030978180468, 0.005736799910664558, -0.0462244488298893, 0.03261420503258705, -0.05826260894536972, 0.0023483531549572945, 0.011425829492509363, 0.008736839517951012, -0.007191628217697144, 0.03843351826071739, 0.028106410056352615, -0.03635767474770546, -0.056733954697847366, -0.05354636162519455, 0.013909893110394478, -0.01288934238255024, 0.03214084357023239, -0.01928190141916275, 0.004325399175286293, 0.08168751001358032, -0.02084529772400856, 0.04939901456236839, 0.04384461045265198, 0.04603336751461029, 0.04770098999142647, -0.03834666311740875, 0.05335527658462525, 0.012971855700016022, -0.04000125825405121, 0.02362901344895363, 0.0007903842488303781, -0.03349035978317261, -0.03634030371904373, 0.02938752807676792, 0.007312411442399025, 0.04480002075433731, -0.0087376544252038, -0.02755053713917732, 0.02829531952738762, -0.008297406136989594, -0.005706400144845247, -0.029740378260612488, -0.0024645221419632435, 0.0044773961417376995, -0.059860747307538986, 0.005343778990209103, -0.03253277763724327, -0.0010487789986655116, -0.06056427583098411, -0.024837389588356015, 0.017860187217593193, -0.02839520387351513, -0.05537575110793114, -0.0252314954996109, -0.0008555258391425014, 0.007256769575178623, -0.03214084357023239, 0.01241381000727415, 0.036965664476156235, 0.030379850417375565, 0.005610859487205744, -0.004859560169279575, -0.010470420122146606, -0.010461733676493168, -0.006922375876456499, 0.0345907099545002, -0.0574689656496048, 0.014174802228808405, 0.013475616462528706, -0.04175139591097832, -0.04670649766921997, 0.004987129010260105, 0.03347766399383545, 0.02893153764307499, 0.03804701194167137, -0.02214948646724224, 0.07525152713060379, 0.009006905369460583, 0.0065532405860722065, -0.08397180587053299, 0.011664682067930698, 0.015594889409840109, -0.035149842500686646, 0.004711905959993601, 0.02083932608366013, -0.040092457085847855, 0.06789921969175339, 0.030069343745708466, -0.03865065798163414, -0.003523072460666299, -0.014984728768467903, 0.028710054233670235, 0.0289999358355999, -0.01968143694102764, -0.003521986771374941, -0.050958070904016495, -0.05997366085648537, -0.03191067650914192, -0.0056564584374427795, 0.012696090154349804, -0.012309583835303783, 0.02511858567595482, 0.020280737429857257, -0.006703066639602184, 0.006040793843567371, -0.03199753165245056, -0.03837597742676735, -0.06356078386306763, 0.07464353740215302, 0.05451371148228645, -0.018940992653369904, -0.0396234393119812, 0.039745036512613297, -0.011477941647171974, -0.06201910227537155, 0.08492721617221832, -0.015617688186466694, 0.01342567428946495, -0.03703514486551285, -0.009178445674479008, -0.030025916174054142, 0.0024444367736577988, 0.017333082854747772, -0.00516464002430439, 0.014044519513845444, 0.08517909795045853, -0.010713614523410795, -0.037868957966566086, 0.025014357641339306, 0.008054753765463829, 0.03130703419446945, -0.06369975954294205, -0.00769172515720129, 0.05945686995983124, 0.027624361217021946, 0.01243769470602274, -0.03873914107680321, -0.0236105564981699, 0.03945841267704964, -0.04428322985768318, 0.00962792243808508, 0.0033537172712385654, -0.002297325525432825, 0.013945043087005615, 0.004321056418120861, 0.014635136350989342, -0.013551614247262478, 0.01839597523212433, 0.05602608248591423, -0.07914265245199203, 0.017801016569137573, -0.01743188127875328, 0.003907407633960247, -0.04874108359217644, -0.003175650956109166, -0.04109129309654236, 0.044376056641340256, -0.015210554003715515, 0.0274723656475544, 0.03291819989681244, 0.016780463978648186, 0.0368788056075573, -0.021770307794213295, -0.008768053725361824, 0.0281910952180624, -0.037638790905475616, -0.01202078815549612, -0.037333711981773376, -0.007072201929986477, -0.037069886922836304, -0.0352003239095211, 0.049176447093486786, 0.021626997739076614, -0.022062087431550022, 0.002631718758493662, 0.00011236919090151788, 0.045270126312971115, -0.02534223720431328, 0.05339436233043671, 0.014648164622485638, -0.018916023895144463, -0.005563089158385992, -0.04836978018283844, -0.015508033335208893, -0.03264026343822479, -0.01179930754005909, 0.026629868894815445, -0.06094644218683243, 0.031102921813726425, -0.042229101061820984, 0.03344150260090828, -0.05165562778711319, 0.06337839365005493, 0.042205214500427246, 0.0613790899515152, 0.004090889822691679, -0.017714159563183784, 0.040342167019844055, 0.005436063278466463, -0.024687564000487328, 0.033725954592227936, 0.031843364238739014, 0.00521132443100214, -0.008516172878444195, -0.015164954587817192, 0.014895702712237837, 0.03278031945228577, -0.008624742738902569, -0.03957458212971687, -0.004731923341751099, 0.005823655519634485, -0.014052662067115309, -0.03557814657688141, -0.04904725030064583, -0.06911084800958633, -0.01843940280377865, -0.03497667610645294, 0.00852920114994049, 0.05989548936486244, 0.030929211527109143, -0.025036072358489037, 0.0039367214776575565, 0.024067634716629985, -0.03172393888235092, -0.037452053278684616, 0.0010607216972857714, 0.019186358898878098, 0.02137511596083641, 0.02888811007142067, 0.0154819767922163, -0.03900676593184471, 0.01123257540166378, 0.024297799915075306, 0.03204096108675003, -0.02396422065794468, 0.0034286172594875097, -0.0424896664917469, 0.012253126129508018, 0.056907664984464645, -0.017533935606479645, 0.030112771317362785, 0.07250689715147018, 0.00459465105086565, 0.04665003716945648, 0.009250100702047348, 0.00980271864682436, 0.011946962215006351, -0.04584662616252899, -0.012613577768206596, -0.011534398421645164, -0.0054284632205963135, 0.0035480433143675327, -0.017719589173793793, 0.008174180053174496, -0.024656079709529877, -0.010776584967970848, -0.032499123364686966, -0.03720451518893242, -0.008051495999097824, -0.003111595055088401, -0.04375341162085533, -0.03493324667215347, -0.03264026343822479, -0.02172253839671612, -0.0007578134536743164, -0.0006849193596281111, 0.003602328011766076, -0.02551811747252941, -0.020849641412496567, -0.012408381327986715, 0.0254801195114851, 0.0019672750495374203, -0.003958435263484716, -0.008868209086358547, 0.0337042398750782, -0.03298551216721535, -0.00027359454543329775, -0.005176582373678684, 0.04090021178126335, -0.030031343922019005, 0.005464290734380484, -0.009068789891898632, -0.047761790454387665, 0.022386981174349785, 0.04309765622019768, 0.008711597882211208, -0.021590083837509155, 0.007678018417209387, 0.013110823929309843, -0.029708892107009888, 0.015243124216794968, 0.05130549147725105, 0.007933155633509159, 0.04225054010748863, -0.022606290876865387, 0.0042472295463085175, -0.011530055664479733, -0.03532680869102478, 0.02279628813266754, 0.053998008370399475, -0.00843800324946642, 0.07975063472986221, -0.015041185542941092, 0.04229424148797989, 0.02070850133895874, 0.02907484769821167, -0.007730131503194571, -0.04701700434088707, 0.016604583710432053, 0.02855805680155754, -0.03000837378203869, -0.0006742150872014463, 0.011430172249674795, -0.05350510403513909, -0.005343778990209103, 0.064546599984169, 0.02122529037296772, 0.012398609891533852, -0.06371577084064484, -0.0388764813542366, -0.00961272232234478, -0.01779233105480671, 0.04836978018283844, 0.03925864398479462, -0.012248783372342588, -0.014826217666268349, -0.02308019809424877, -0.011936104856431484, -0.02985003218054771, -0.03424708545207977, -0.005191782023757696, 0.07891682535409927, -0.012663519009947777, -0.004710820037871599, 0.030480820685625076, -0.03702971711754799, -0.061337292194366455, -0.020593417808413506, 0.013592871837317944, -0.060707587748765945, -0.041796453297138214, 0.04056147485971451, 0.030130140483379364, -0.03184553608298302, 0.041742708534002304, 0.01703885942697525, 0.0375041663646698, -0.02220458537340164, 0.01990101672708988, 0.02185064926743507, -0.030953096225857735, -0.03444468602538109, -0.03502878546714783, -0.0352611243724823, 0.017844444140791893, 0.004336799494922161, 0.02091912552714348, 0.01377092581242323, -0.03267066180706024, -0.004241801332682371, -0.07095218449831009, -0.05641258880496025, 0.038659341633319855, -0.0001943389797816053, -0.011573483236134052, 0.05752433463931084, 0.06723476946353912, 0.020367592573165897, 0.02577868476510048, 0.02054130472242832, 0.013697098009288313, 0.021014666184782985, 0.002601862186565995, 0.05006346106529236, -0.0034611879382282495, -0.04290657117962837, -0.033413276076316833, 0.0014428853755816815, 0.001090035424567759, 0.008429317735135555, -0.018261350691318512, -0.01463079359382391, -0.01257232017815113, -0.029284387826919556, 0.030803270637989044, -0.07711891829967499, -0.019931145012378693, -0.033869266510009766, 0.03633161634206772, -0.003626213409006595, 0.0025448633823543787, -0.010003572329878809, 0.021889733150601387, 0.03063390403985977, 0.0013413733104243877, 0.022169843316078183, 0.00784304365515709, -0.002814848907291889, 0.031233206391334537, 0.013004426844418049, 0.0666007250547409, -0.02490144781768322, -0.04351456090807915, -0.033899664878845215, -0.01736999675631523, 0.0012811173219233751, -0.012255298905074596, -0.030355965718626976, -0.03554734215140343, -0.02675146609544754, -0.007000545971095562, 0.011158749461174011, 0.025631031021475792, -0.02580474317073822, -0.02699466049671173, 0.04290657117962837, -0.005838312208652496, -0.04115643724799156, -0.02752339467406273, 0.040665704756975174, 0.0005325322272256017, -0.019329670816659927, -0.00782132986932993, 0.0101994713768363, -0.02934844233095646, 0.0024569223169237375, -0.03463142365217209, 0.009623579680919647, 0.03465313836932182, -0.002111672190949321, -0.030916184186935425, -0.004767276346683502, -0.005545717664062977, -0.041676755994558334, 0.03700040280818939, 0.029452670365571976, 0.04073735699057579, 0.028783882036805153, 0.03583871200680733, -0.015201867558062077, 0.0877196192741394, 0.022382639348506927, -0.025961080566048626, 0.06359335780143738, 0.016869492828845978, 0.007962469942867756, 0.0037171400617808104, -0.006105935666710138, -0.011384572833776474, 0.0284408051520586, -0.03852037340402603, 0.005506632849574089, 0.02635098248720169, -0.00516789685934782, 0.06621856242418289, -0.00809926725924015, -0.016863521188497543, 0.004490424878895283, 0.02138380147516727, 0.005565803498029709, -0.02057821862399578, -0.028708970174193386, 0.013592871837317944, -0.004816132597625256, -0.02117914892733097, -0.01593959704041481, 0.006263360846787691, -0.010388178750872612, 0.013964178040623665, -0.03509826958179474, 0.04390106722712517, 0.02472556196153164, 0.034162405878305435, 0.012875229120254517, 0.011154405772686005, 0.00543714826926589, -0.02188647724688053, -0.008281663060188293, 0.04409649223089218, -0.001705623115412891, 0.019794346764683723, -0.05515318363904953, -0.01374052558094263, 0.005348121747374535, -0.04615930840373039, -0.03434479981660843, 0.0080362968146801, 0.056822437793016434, -0.06059902161359787, 0.0132704209536314, -0.02391807921230793, -0.0200142003595829, 0.05422383174300194, 0.0634826198220253, 0.01888888143002987, 0.007929898798465729, -0.027863213792443275, -0.02411540411412716, -0.03729625418782234, -0.012670032680034636, -0.03299528360366821, -0.010709271766245363, -0.052145816385746, -0.011595197021961212, 0.04231378436088562, 0.016224591061472893, -0.0185496024787426, -0.01422691624611616, 0.03978846222162247, 0.05915721878409386, 0.00963443610817194, 0.019296014681458473, 0.013492444530129433, -0.04827667772769928, 0.019859489053487778, -0.03726097196340561, -0.0217431653290987, -0.03978629410266876, -0.032638635486364365, 0.024700051173567772, -0.002603490836918354, 0.022252356633543968, -0.012033817358314993, -0.0066694095730781555, -0.008268634788691998, 0.03821637853980064, 0.04102180898189545, 0.010910125449299812, 0.0338301807641983, -0.036062367260456085, -0.05173976719379425, 0.060164742171764374, 0.03331773728132248, -0.01945561170578003, -0.016168134286999702, -0.013071739114820955, -0.01257232017815113, -0.0027402881532907486, 0.010068713687360288, -0.00536549324169755, 0.005839635152369738, 0.01288934238255024, 0.043513473123312, 0.035937853157520294, -0.03016488254070282, -0.02840823493897915, 0.0250447578728199, -0.016504699364304543, 0.02283863164484501, -0.012547348625957966, -0.025645416229963303, -0.022030873224139217, 0.0095475809648633, -0.017136571928858757, -0.046849265694618225, -0.014309428632259367, 0.017185701057314873, 0.005782398395240307, 0.025650573894381523, 0.012819859199225904, -0.007730131503194571, 0.06326113641262054, -0.01184870582073927, -0.05987812206149101, 0.03726965561509133, -0.04298039898276329, 0.026799235492944717, -0.03792975842952728, -0.006329588126391172, -0.10106495022773744, -0.03302676975727081, 0.01861419901251793, 0.04039984568953514, -0.006636838894337416, -0.03005305863916874, 0.005541374906897545, 0.03135860338807106, -0.025612710043787956, 0.0021540140733122826, 0.006292674224823713, -0.032692376524209976, -0.024840647354722023, 0.0044497111812233925, -0.007004888728260994, -0.06797739118337631, -0.009556266479194164, -0.029652435332536697, -0.03792541474103928, -0.025587603449821472, -0.02146332897245884, 0.02377558127045631, -0.034511998295784, -0.021548690274357796, 0.020623816177248955, -0.049351245164871216, -0.03231889754533768, 0.03525460883975029, -0.06050347536802292, 0.0504021942615509, 0.000543660600669682, -0.07277180254459381, -0.01772501692175865, -0.03680878132581711, 0.021270889788866043, 0.011208690702915192, 0.05696411803364754, -0.0038238095585256815, -0.006579297129064798, 0.030466705560684204, 0.001214133109897375, 0.019709663465619087, 0.06162825599312782, -0.06406454741954803, -0.014057548716664314, 0.03423188999295235, -0.02151408419013023, -0.01857701502740383, -0.029622036963701248, -0.04173402488231659, 0.014880502596497536, 0.016648011282086372, 0.0023233823012560606, 0.03067515790462494, -0.01337573304772377, -0.01305436808615923, -0.013122224248945711, -0.005380692891776562, 0.00014331142301671207, 0.04807012900710106, 0.05314682796597481, 0.026360616087913513, -0.03232215717434883, -0.01704537495970726, 0.0017533935606479645, 0.046571873128414154, -0.007320825010538101, -0.020371392369270325, -0.006221018731594086, 0.0059495954774320126, 0.02004840038716793, -0.000896782090421766, 0.07235055416822433, -0.006840948946774006, -0.0324578657746315, -0.00865297019481659, -0.01369058433920145, 0.048502229154109955, -0.02491718903183937, -0.01389252208173275, 0.041189007461071014, 0.04909936338663101, 0.01253757905215025, 0.012394266203045843, -0.03855511546134949, 0.03977109119296074, -0.06252504140138626, 0.02564840205013752, -0.03326128050684929, -0.03605367988348007, -0.005463205277919769, -0.022877713665366173, 0.021453285589814183, 0.04558389261364937, -0.0201547984033823, 0.02983591891825199, 0.04301080107688904, 0.042185671627521515, 0.019123390316963196, 0.0154819767922163, 0.004820475354790688, 0.05764593556523323, 0.0008989535272121429, 0.0072111706249415874, 0.0311810914427042, -0.03229718282818794, -0.022686634212732315, 0.02486236020922661, -0.01764250546693802, -0.006571426056325436, 0.04634604603052139, -0.007790930103510618, -0.006087478715926409, 0.037469424307346344, -0.05263437703251839, 0.020834440365433693, -0.05009819939732552, -0.0033773183822631836, 0.0013549444265663624, -0.03566988930106163, 0.030355965718626976, -0.00013245450099930167, -0.013983720913529396, -0.010240253061056135, -0.034603193402290344, -0.04881273955106735, 0.005515318363904953, -0.029163874685764313, 0.019423041492700577, -0.02452362515032291, 0.00992757361382246, -0.045972567051649094, 0.021879419684410095, -0.010179453529417517, -0.07727526128292084, 0.07469131052494049, -0.018364354968070984, -0.02882513962686062, 0.04985717684030533, -0.0005089184269309044, -0.009197987616062164, 0.03786027058959007, -0.03242651745676994, 0.0015243124216794968, -0.014463596045970917, -0.055587463080883026, -0.04003165662288666, 0.049548838287591934, -0.04469253495335579, 0.050102539360523224, 0.06654427200555801, 0.004897559527307749, 0.0020888724830001593, -0.0037388538476079702, 0.022217614576220512, -0.0088732298463583, 0.0074413372203707695, -0.05593054369091987, -0.0469714030623436, 0.0139706926420331, -0.008937422186136246, 0.001619853312149644, 0.013349676504731178, -0.0377202183008194, 0.04777047410607338, 0.032192956656217575, 0.02762707695364952, 0.032061588019132614, -0.017840100452303886, 0.00831640511751175, 0.00946723949164152, 0.026612496003508568, 0.007839243859052658, 0.012272669933736324, 0.007447851356118917, -0.026516955345869064, 0.033560387790203094, -0.012928428128361702, 0.021343087777495384, 0.02658861130475998, -0.0013462587958201766, -0.0024428083561360836, 0.02212207205593586, 0.0156209459528327, -0.024419397115707397, 0.002924855798482895, 0.04494333267211914, -0.045937828719615936, 0.008244750089943409, -0.0002605662157293409, -0.04385329410433769, 0.022026531398296356, -0.009706092067062857, 0.01683257892727852, 0.02750493586063385, -0.031758952885866165, -0.04839474707841873, 0.02159225568175316, -0.010941609740257263, 0.023896094411611557, 0.013132537715137005, 0.04446128383278847, -0.011311831884086132, 0.014246458187699318, 0.03178907930850983, -0.020102141425013546, -0.014706792309880257, -0.011797135695815086, -0.012068558484315872, -0.01755809225142002, -0.0023711526300758123, -9.771233453648164e-05, 0.0035567290615290403, 0.059966057538986206, 0.030256083235144615, 0.025214124470949173, 0.004430372267961502, -0.017067087814211845, 0.0006318730884231627, 0.03628099709749222, 0.007165571209043264, -0.010221796110272408, 0.005300894379615784, 0.037319596856832504, -0.008676855824887753, -0.04069338738918304, 0.015828313305974007, 0.019526181742548943, 0.028510287404060364, -0.06579297035932541, -0.035775743424892426, 0.008481430821120739, 0.0217746514827013, -0.0032733632251620293, 0.004210315644741058, 0.01403257716447115, -0.01612904854118824, -0.024973101913928986, -0.014087947085499763, 0.01654704101383686, -0.02834960445761681, 0.009154560044407845, 0.006236218847334385, 0.0750691294670105, 0.01639612950384617, 0.02381140924990177, 0.037918902933597565, -0.022376125678420067, 0.06976226717233658, 0.022069960832595825, 0.011163023300468922, -0.030790243297815323, 0.01179930754005909, 0.029726263135671616, 0.03308648243546486, -0.014614101499319077, 0.0063209026120603085, 0.02273874543607235, 0.00850748736411333, 0.03316139429807663, -0.030672987923026085, 0.010685387067496777, -0.010778755880892277], [-0.004376029130071402, -0.019678719341754913, -0.05492924526333809, -0.01637917384505272, -0.0084284208714962, -0.010819141753017902, 0.024748750030994415, -0.02567206881940365, -0.004038546234369278, 0.004018913488835096, -0.010088144801557064, -0.03617125004529953, 0.009691142477095129, -0.011105678044259548, 0.01482242438942194, 0.047316841781139374, -0.02448914758861065, -0.01956016570329666, 0.06080923974514008, 0.02545270510017872, -0.05169622600078583, -0.01819811947643757, 0.03358907625079155, 0.03953569754958153, -0.0031429182272404432, 0.07568617910146713, -0.04362703114748001, -0.0248456709086895, 0.01090264692902565, -0.011199242435395718, 0.021125568076968193, -0.069027379155159, -0.06412522494792938, -0.018638577312231064, 0.023097679018974304, 0.05554796755313873, 0.04435045272111893, 0.0025267954915761948, -0.023914778605103493, -0.033637531101703644, -0.07461316138505936, -0.04010336101055145, 0.00400652876123786, 0.05896693095564842, 0.0383380651473999, 0.02837626077234745, 0.01032524835318327, -0.04539232701063156, 0.01900029182434082, -0.006323911715298891, 0.04527810215950012, 0.0156920924782753, -0.019622039049863815, -0.040762752294540405, 0.039455220103263855, 0.02873537689447403, -0.02307691052556038, 0.018464645370841023, 0.06731140613555908, 0.009512260556221008, 0.010151314549148084, 0.03455306217074394, -0.020647035911679268, 0.018556371331214905, 0.012668590992689133, 0.008042911998927593, 0.02868778444826603, 0.03420519828796387, -0.01720990054309368, -0.03546513244509697, 0.018864432349801064, -0.013846537098288536, -0.04436776041984558, 0.00836914498358965, 0.0036846217699348927, -0.025368334725499153, -0.04301782697439194, -0.008037286810576916, -0.013173949904739857, -0.04758163541555405, -0.01628398522734642, 0.025254543870687485, 0.007102718576788902, -0.018476760014891624, -0.06330834329128265, -0.01868876814842224, -0.006514286622405052, -0.03185536339879036, 0.04529887065291405, 0.034779783338308334, -0.03725465759634971, -0.03566589206457138, 0.04118330776691437, 0.023263825103640556, 0.003026962513104081, 0.03939031809568405, 0.01575266569852829, 0.031692247837781906, 0.0056424555368721485, 0.03510168939828873, 0.01689404994249344, -0.017137212678790092, -0.026195602491497993, 0.027675334364175797, -0.0208512544631958, -0.0012807046296074986, 0.015448066405951977, -0.04407700523734093, -0.0033627150114625692, -0.04608805850148201, 0.0029733115807175636, -0.005134933162480593, -0.020678186789155006, -0.019895918667316437, 0.00887320563197136, 0.01999629847705364, 0.03013809397816658, -0.020755203440785408, -0.002717170398682356, -0.03606567904353142, 0.009316260926425455, -0.062065280973911285, 0.026119450107216835, 0.04006874933838844, -0.05971544608473778, 0.03875342756509781, 0.039798762649297714, 0.02254299819469452, 0.004897829610854387, 0.00878147967159748, 0.03401828184723854, -0.006356794852763414, 0.02916198968887329, -0.03868073970079422, -0.04856639355421066, 0.0001869136467576027, -0.0033661762718111277, 0.0354374423623085, -0.026510585099458694, 0.025382179766893387, 0.019764387980103493, -0.0034743440337479115, -0.01560036651790142, 0.004759375471621752, -0.03434538096189499, -0.034045975655317307, 0.014946169219911098, -0.03853363171219826, 0.02840395085513592, -0.006047435104846954, 0.014369851909577848, 0.005743700545281172, -0.0357230044901371, 0.013549941591918468, -0.015597337856888773, -0.03670776262879371, 0.022080037742853165, 0.012173617258667946, -0.018623868003487587, 0.013549508526921272, 0.01779486984014511, -0.008868014439940453, 0.003499438753351569, 0.027104942128062248, 0.025143345817923542, 0.006587894633412361, 0.005780477542430162, -0.028833160176873207, 0.01653233915567398, 0.07152561843395233, 0.06392446905374527, -0.017980054020881653, 0.04294513911008835, 0.03296602889895439, -0.026157526299357418, -0.030865656211972237, 0.004716108087450266, 0.027090363204479218, -0.02681431919336319, -0.014787811785936356, -0.02287442237138748, -0.03076806291937828, 0.020152060315012932, 0.02345268614590168, -0.024236468598246574, 0.023343436419963837, -0.033189285546541214, -0.00783977285027504, 0.012917809188365936, 0.0127793550491333, -0.003011386375874281, -0.05460647493600845, -0.0199063029140234, -0.021198255941271785, -0.0009890847140923142, 0.005720336455851793, -0.012374592013657091, -0.021000094711780548, -0.00028361548902466893, -0.018706616014242172, -0.02101134322583675, -0.04515868425369263, 0.0011422500247135758, -0.02261655032634735, -0.066928930580616, -0.035838957875967026, 0.07962607592344284, 0.02357015572488308, 0.032448552548885345, -0.03843498229980469, -0.025994841009378433, 0.03319361060857773, -0.028966423124074936, 0.02748236246407032, 0.028480101376771927, 0.00365693075582385, 0.040899474173784256, -0.05975698307156563, 0.05805399268865585, 0.02349919825792313, -0.013473141938447952, -0.020117446780204773, 0.010709459893405436, -0.010181601159274578, -0.0053140586242079735, -0.009567209519445896, 0.03380195051431656, 0.011166360229253767, -0.023207146674394608, 0.021816976368427277, 0.061473820358514786, -0.03755233436822891, -0.008171522058546543, -0.05711423233151436, -0.024577412754297256, -0.04689845070242882, -0.012498551979660988, -0.07267478853464127, -0.03312525153160095, 0.022620011121034626, -0.049989014863967896, -0.026749419048428535, 0.0031316690146923065, -0.01996341533958912, 0.04189202189445496, -0.015844393521547318, 0.0036705597303807735, -0.044464677572250366, 0.0006005465984344482, 0.01980592310428619, 0.01113520748913288, 0.05824436992406845, -0.042117875069379807, 0.0003980568144470453, 0.006988493259996176, 0.04204172641038895, -0.03677352890372276, 0.03131149709224701, -0.028244728222489357, 0.02643573470413685, -0.009359527379274368, -0.05232197418808937, -0.04852832108736038, 0.006367179099470377, 0.009270614013075829, 0.02586331032216549, 0.009070503525435925, -0.020451467484235764, 0.03310448303818703, 0.025390835478901863, -0.012891849502921104, -0.062449924647808075, 0.06359390169382095, 0.005632504355162382, 0.004912107717245817, 0.02716478332877159, 0.02914122119545937, -0.004716108087450266, 0.029264749959111217, -0.014522801153361796, -0.04365472123026848, -0.014182505197823048, -0.06216609105467796, 0.04427257180213928, -0.019665738567709923, -0.045338671654462814, 0.02788371965289116, -0.03263373672962189, -0.046769946813583374, -0.02496984601020813, 0.004977873992174864, 0.008656870573759079, -0.015232596546411514, 0.057144951075315475, 0.06738582998514175, -0.038504209369421005, 0.00946682970970869, 0.008465197868645191, -0.04284476116299629, -0.06173688545823097, -0.020747413858771324, 0.004367375746369362, -0.047415491193532944, -0.028632400557398796, 0.04933568462729454, -0.006471019703894854, -0.04194480553269386, 0.020754337310791016, 0.0030165784992277622, -0.01465541496872902, 0.021027784794569016, -0.05258503928780556, -0.01016342919319868, -0.010197177529335022, 0.029621485620737076, -0.01133336964994669, -0.008990460075438023, 0.046146903187036514, -0.04787931591272354, -0.008823016658425331, -0.010418704710900784, -0.01053033396601677, -0.02745726890861988, -0.0924045741558075, 0.03660738095641136, 0.03527043014764786, 0.027576686814427376, 0.040345653891563416, -0.06832732260227203, -0.03404528647661209, 0.017564257606863976, -0.012698445469141006, 0.03345797583460808, -0.013803918845951555, -0.0016579932998865845, -0.01315145194530487, 0.035845883190631866, -0.051627106964588165, -0.017507577314972878, -0.01556661818176508, -0.0001732845266815275, -0.06845193356275558, -0.018320998176932335, -0.01992187835276127, 0.02524026483297348, -0.01851310394704342, -0.029996179044246674, 0.01889558508992195, 0.029227755963802338, 0.02989926002919674, 0.029255446046590805, -0.00992654263973236, -0.000533049984369427, 0.005947488360106945, 0.014640702866017818, -0.04314243793487549, -0.006693412084132433, 0.0008272659033536911, -0.009328375570476055, -0.030871903523802757, -0.007805375382304192, -0.014672720804810524, -0.10352246463298798, -0.00031709339236840606, -0.006206225603818893, -0.05475271865725517, 0.06299681961536407, 0.0438070185482502, 0.009013391099870203, -0.013564219698309898, 0.03718499839305878, 0.007454912643879652, -0.02267366275191307, 0.02993473969399929, -0.027748024091124535, 0.02759399078786373, -0.019362004473805428, -0.03381233289837837, 0.08412498980760574, 0.004064722917973995, 0.021270079538226128, -0.020177587866783146, 0.04983152449131012, 0.025579476729035378, 0.07802087068557739, 0.05439187213778496, 0.03636854887008667, -0.001656695269048214, -0.0097480658441782, 0.04432449489831925, 0.03084767423570156, 0.004517079796642065, 0.06141151487827301, -0.025496404618024823, 0.017234129831194878, -0.0006061172462068498, -0.010454184375703337, 0.005630773492157459, 0.03463440388441086, 0.031109005212783813, -0.04303556680679321, -0.036108944565057755, -0.04291398450732231, 0.0038572573103010654, 0.008411114104092121, -0.030363082885742188, -0.08141473680734634, -0.020636651664972305, -0.06901440024375916, -0.01754954643547535, 0.015148659236729143, -0.0008099591359496117, 0.006536785513162613, 0.007033491041511297, 0.06403522938489914, 0.01114732213318348, 0.013973524793982506, 0.0011448460863903165, -0.04021412506699562, -0.017819100990891457, -0.02359568513929844, 0.007234250660985708, -0.029665617272257805, 0.03131149709224701, 0.06530208885669708, 0.022984322160482407, -0.0177723728120327, 0.031294189393520355, -0.019984183833003044, 0.05186593905091286, 0.04337088763713837, 0.029321214184165, -0.014347786083817482, 0.054966457188129425, -0.002628040499985218, 0.011468362994492054, 0.04688071087002754, -0.05921700969338417, 0.016361434012651443, -0.014094674028456213, -0.01256128866225481, 0.018051013350486755, -0.03912292793393135, 0.005380690097808838, -0.02551717311143875, -0.0034025204367935658, -0.012592441402375698, 0.04899906367063522, 0.005021573510020971, -0.013206833973526956, -0.02467108704149723, 0.01550301630049944, -0.06179226562380791, -0.03593241795897484, -0.0370781309902668, 0.03988529369235039, 0.03542013466358185, -0.018256962299346924, -0.03140030428767204, -0.027929745614528656, -0.05968775600194931, -0.0060608480125665665, 0.017398545518517494, 0.0004465159145183861, -0.09129000455141068, -0.02034805901348591, -0.004432276356965303, -0.03317241370677948, 0.009549902752041817, -0.000709539046511054, 0.003279642201960087, -0.05271311104297638, -0.008530531078577042, -0.048646871000528336, 0.013108184561133385, 0.05349191650748253, 0.06473442167043686, 0.016863765195012093, -0.051527589559555054, -0.014489268884062769, 0.009733354672789574, -0.06627126783132553, 0.00732857221737504, 0.006994443014264107, -0.01591189019382, 0.022675395011901855, -0.0003409443306736648, 0.01398585643619299, -0.008733021095395088, -0.010436011478304865, 0.015924004837870598, 0.03361330181360245, 0.02936794236302376, 0.02559332549571991, -0.03375567868351936, 0.046405207365751266, -0.009155306965112686, 0.003175368532538414, 0.002135228831321001, 0.00293350568972528, 0.0107942633330822, 0.05866319313645363, -0.014971695840358734, 0.00813247449696064, 0.02896123006939888, -0.00045430398313328624, 0.022258300334215164, 0.03781193867325783, -0.012483407743275166, 0.015901505947113037, -0.0449596531689167, -0.01455503422766924, -0.024852484464645382, -0.01647459715604782, 0.020152060315012932, 0.026529621332883835, -0.007019645534455776, -0.011496270075440409, 0.03535782918334007, -0.027058346197009087, -0.008401162922382355, -0.03560531884431839, -0.026934601366519928, 0.0334402360022068, 0.03828787803649902, -0.03830864280462265, 0.028020605444908146, -0.06885950267314911, 0.011263277381658554, -0.014199378900229933, -0.016614113003015518, -0.013197313994169235, -0.012647823430597782, -0.025536157190799713, 0.032251257449388504, -0.011630182154476644, 0.01653839647769928, -0.03288641571998596, -0.001304068835452199, 0.02739323303103447, 0.020525887608528137, 0.03388674929738045, 0.011630182154476644, -0.02845633216202259, -0.03542705997824669, -0.05114511400461197, -0.011924399062991142, 0.011440672911703588, 0.0138974292203784, -0.020820103585720066, 0.016628392040729523, 0.04472081735730171, -0.03167407587170601, -0.018956158310174945, 0.043052442371845245, -0.045911531895399094, -0.020744387060403824, 0.0032160396222025156, 0.05280656740069389, 0.009705664590001106, -0.005695714615285397, 0.010892911814153194, 0.0036603922490030527, 0.02363419160246849, -0.02672172710299492, -0.005779936444014311, -0.04809911176562309, -0.004790527746081352, 0.02556574158370495, -0.0024766058195382357, -0.05522259697318077, 0.015564022585749626, 0.004435737617313862, -0.043800096958875656, -0.02891969494521618, -0.0006782920681871474, 0.017868857830762863, -0.05815090984106064, -0.02341482788324356, -0.031128045171499252, 0.030854595825076103, -0.02242271415889263, -0.011022713035345078, -0.03786559030413627, 0.028500869870185852, 0.015520754270255566, 0.024267621338367466, 0.006798118818551302, -0.0011145591270178556, 0.005719903390854597, 0.0172087661921978, 0.022547323256731033, 0.03769717365503311, -0.047832585871219635, -0.04567615315318107, -0.029058147221803665, -0.10541237145662308, -0.01769487001001835, -0.028545867651700977, 0.008501109667122364, -0.03219587355852127, -0.05028236657381058, 0.007036952767521143, 0.0042142104357481, 0.023279400542378426, -0.019615547731518745, 0.004953860770910978, 0.01532691903412342, -0.022322336211800575, -0.06505979597568512, 0.010166025720536709, 0.020951202139258385, -0.01315383054316044, 0.0018795204814523456, 0.00656923558562994, 0.03821864724159241, -0.04091396927833557, -0.005164355039596558, -0.015039625577628613, -0.00602623401209712, -0.02520911395549774, -0.005697404965758324, -0.020570019260048863, -0.02100355550646782, 0.026974407956004143, -0.024098016321659088, -0.009171748533844948, 0.011436345987021925, 0.035276055335998535, 0.017929863184690475, 0.09583823382854462, -0.004693609196692705, 0.06818194687366486, -0.009761910885572432, -0.02662307769060135, 0.08542818576097488, 0.03539936617016792, -0.02186197228729725, -0.037022314965724945, -0.023912830278277397, -0.006562745664268732, -0.0583101361989975, -0.007346744649112225, -0.004915136843919754, 0.014592244289815426, -0.0024956432171165943, 0.0562886968255043, 0.03586665168404579, 0.006436405703425407, 0.01393198873847723, 0.018511373549699783, 0.00541465450078249, -0.022677123546600345, -0.0246775783598423, -0.003734811441972852, 0.05414092168211937, -0.02296960912644863, -0.006702931132167578, -0.009885654784739016, -0.023632461205124855, -0.007169350050389767, -0.047518469393253326, 0.01634802110493183, 0.043058931827545166, 0.04635804519057274, 0.01980592310428619, 0.006723699159920216, -0.018325325101614, -0.04008864983916283, -0.009819889441132544, 0.04581288248300552, -0.04122830182313919, 0.03464478999376297, 0.009771429933607578, -0.0035946262069046497, -0.02134017273783684, 0.019535938277840614, -0.04110023379325867, -0.032960403710603714, 0.017771506682038307, -0.04329473897814751, -0.002221330301836133, -0.008148483000695705, 0.03351638466119766, 0.06109653040766716, -0.0012919539585709572, -0.026742495596408844, -0.0083600590005517, -0.02150718495249748, -0.06649280339479446, -0.05701904371380806, 0.00490821385756135, 0.02445799484848976, 0.049089062958955765, -0.008454381488263607, 0.014346595853567123, 0.05183781310915947, -0.010577062144875526, -0.02144314907491207, -0.012353606522083282, -0.014291970990598202, 0.029414670541882515, 0.0015714591136202216, -0.003941195085644722, 0.02878643199801445, 0.04844870790839195, -0.011303083039820194, 0.041598670184612274, -0.017196055501699448, -0.012225537560880184, -0.0511174201965332, 0.014487537555396557, 0.01874847710132599, 0.01242283545434475, -0.015913620591163635, 0.01827773079276085, -0.01575266569852829, -0.03320832550525665, 0.0005815090844407678, -0.023998498916625977, 0.02323959581553936, 0.012821324169635773, -0.05844166502356529, -0.015585655346512794, -0.04106908291578293, -0.003443191759288311, 0.009933248162269592, -0.028745761141180992, 0.009916807524859904, -0.04170943424105644, -0.0032121457625180483, -0.021354883909225464, -0.0016398211009800434, 0.05396265909075737, 0.0261298343539238, -0.019902842119336128, -0.006974648218601942, -0.053391534835100174, -0.04308705776929855, 0.026543468236923214, -0.0179506316781044, 0.011564415879547596, -0.012989632785320282, -0.03150533139705658, 0.0168568417429924, -0.030664222314953804, 0.007810567505657673, -0.001631167600862682, 0.002206403063610196, -0.02516670897603035, 0.055132605135440826, -0.04308013245463371, -0.001882981858216226, 0.06762120127677917, -0.017688866704702377, -0.061155375093221664, 0.0046151066198945045, -0.036992136389017105, 0.00919338222593069, 0.02951851114630699, 0.010273327119648457, -0.003004463855177164, -0.017177017405629158, -0.006179399322718382, 0.011016222648322582, -0.03727542608976364, 0.005486261565238237, 0.0001938363711815327, -0.018082596361637115, -0.004542174283415079, -0.006027964875102043, 0.031605713069438934, -0.017287781462073326, -0.03451671823859215, 0.0527581050992012, -0.004477274138480425, -0.04803680628538132, -0.05210044980049133, 0.008490725420415401, -0.09992611408233644, -0.005216275341808796, -0.029872002080082893, -0.027076518163084984, -0.028909310698509216, -0.06763850897550583, 0.008766336366534233, -0.00033575226552784443, -0.025271417573094368, 0.06626434624195099, -0.041204072535037994, -0.017828186973929405, 0.0176326185464859, -0.054943524301052094, -0.021377382799983025, -0.011863823980093002, -0.03594972565770149, 0.04891598969697952, 0.010139199905097485, 0.031630806624889374, 0.002153833629563451, 0.02860471047461033, 0.0034438406582921743, 0.01730465516448021, 0.047988347709178925, -0.0005858358344994485, -0.0021501558367162943, -0.01287627313286066, -0.034475184977054596, 0.029269292950630188, -0.04432622343301773, 0.0020906636491417885, 0.009510962292551994, 0.010328710079193115, -0.016015730798244476, 0.01281591597944498, 0.016851650550961494, -0.010437742806971071, 0.02674076706171036, -0.010224868543446064, 0.03505236655473709, 0.01899012364447117, 0.014437348581850529, 0.021418919786810875, -0.043672025203704834, 0.07591982185840607, -0.04396624118089676, 0.04722684621810913, -0.03548417240381241, -0.03396809473633766, 0.01783013343811035, -0.03475036099553108, -0.02849048562347889, -0.016361866146326065, -0.0025034314021468163, -0.050510384142398834, 0.015377108938992023, -0.0016536664916202426, -0.02154136449098587, 0.015330380760133266, -0.02979195863008499, -0.037690792232751846, -0.005202429834753275, 0.01236745249480009, 0.02098105661571026, -0.021972736343741417, 0.02355458028614521, 0.00716069620102644, -0.04553770273923874, -0.025158056989312172, -0.04300398379564285, -0.03029731847345829, 0.02722016349434853, -0.004707454703748226, 0.005162624176591635, 0.04032488539814949, 0.021097011864185333, 0.005205891095101833, -0.00768076628446579, 0.014882133342325687, -0.02921218052506447, -0.012363990768790243, -0.00590151734650135, 0.011041751131415369, 0.005455109290778637, 0.030276549980044365, 0.04965672641992569, -0.0222630575299263, -0.018410993739962574, 0.021675925701856613, -0.017621802166104317, 0.01295069232583046, 0.03248576447367668, -0.005440723150968552, 0.02225656807422638, 0.05276156961917877, -0.00011076364171458408, -0.0035305910278111696, -0.04860446974635124, 0.012654096819460392, -0.0035565511789172888, -0.007362320553511381, 0.01011843141168356, -0.006686773616820574, -0.05439187213778496, 0.02506027370691299, 0.015191493555903436, -0.017000380903482437, -0.044658511877059937, 0.03573857992887497, -0.011131745763123035, -0.0016476091695949435, -0.0022741160355508327, 0.010187226347625256, 0.05901971086859703, 0.000987354083918035, -0.05751748010516167, 0.06541977822780609, 0.02055184729397297, 0.013203372247517107, 0.05917201563715935, -0.005489723291248083, 0.005946623161435127, 0.02638251520693302, -0.017552576959133148, 0.014745409600436687, -0.04274459555745125, -0.014311008155345917, 0.005856627598404884, -0.003068499034270644, -0.00539799639955163, -0.01591189019382, 0.06973955780267715, -0.014205005019903185, -0.011252893134951591, -0.0002422954712528735, -0.008473418653011322, 0.013133712112903597, -0.029081296175718307, 0.030015811324119568, -0.011749599128961565, -0.06175246089696884, 0.04403546825051308, -0.011684698984026907, -0.020525887608528137, -0.024042632430791855, 0.06523977965116501, -0.05807822197675705, -0.018393687903881073, 0.038545746356248856, 0.03261297196149826, -0.001011570100672543, -0.02877085655927658, -0.0030292882584035397, 0.008203431963920593, -0.007931714877486229, 0.050847433507442474, -0.018451664596796036, -0.009806043468415735, -0.02976599708199501, -0.008181150071322918, -0.04017258808016777, -0.02520392090082169, -0.013137605972588062, -0.008762442506849766, -0.028269823640584946, -0.041591744869947433, -0.015389223583042622, 0.014507007785141468, 0.02253693901002407, 0.023507852107286453, -0.0259809959679842, -0.04509810730814934, -0.008705005049705505, -0.0226823166012764, 0.01753353886306286, 0.02900276705622673, -0.0664166510105133, 0.03427615389227867, 0.04628535732626915, -0.04007739946246147, 0.01249898411333561, 0.022248780354857445, 0.047511544078588486, 0.02459298819303513, 0.019335178658366203, 0.05442648380994797, 0.01056408230215311, -0.014905497431755066, -0.03732042387127876, -0.02327420935034752, 0.0007943829987198114, 0.01868790201842785, 0.025738701224327087, -0.009687059558928013, 0.0020802796352654696, -0.03189992904663086, 0.0554925836622715, 0.04565884917974472, 0.005347806960344315, 0.01769016496837139, 0.002584340749308467, 0.0100898751989007, 0.0003670667938422412, 0.0620899461209774, 0.023587463423609737, -0.011628451757133009, -0.05905086547136307, 0.0010881662601605058, -0.007743286900222301, -0.02209734544157982, -0.0646582767367363, -0.022725583985447884, 0.03862189501523971, -0.008283043280243874, -0.044900812208652496, 0.032038383185863495, 0.0006632838048972189, -0.08337906002998352, 0.029219968244433403, 0.01956968568265438, 0.0029646579641848803, -0.03382444754242897, -0.008624150417745113, 0.047406841069459915, 0.050034016370773315, 0.012652149423956873, 0.02996329590678215, 0.023183347657322884, -0.03337273746728897, 0.042110465466976166, -0.014181206934154034, -0.01049052830785513, -0.004095334094017744, 0.04529540613293648, -0.014498787932097912, 6.922727334313095e-05, 0.005653380416333675, -0.0015738388756290078, 0.024987583979964256, 0.0304498877376318, 0.02143622562289238, -0.010536391288042068, 0.02974696084856987, -0.03137434273958206], [-0.009475668892264366, -0.036009375005960464, -0.0655600056052208, 0.008670272305607796, -0.01068033091723919, 0.015383596532046797, 0.059970296919345856, -0.010005885735154152, 0.04181657359004021, 0.017003148794174194, -0.008200494572520256, 0.008787944912910461, -0.08295915275812149, -0.019758110865950584, -0.032650481909513474, 0.03405288606882095, -0.0017499884124845266, -0.0172050129622221, 0.019340988248586655, 0.026871616020798683, -0.023344166576862335, -0.0360107496380806, 0.03868106007575989, 0.04531105235219002, -0.04578724130988121, 0.05125240609049797, -0.009899201802909374, -0.06690065562725067, 0.06226332113146782, 0.004457559436559677, -0.014968764036893845, -0.005142822861671448, 0.0008919354295358062, 0.02065187692642212, 0.014922977425158024, 8.974299271358177e-05, -0.0211692713201046, -0.002424892270937562, -0.02370588481426239, 0.008775582537055016, -0.035783641040325165, 0.0009322282276116312, -0.03964488208293915, 0.03801989182829857, 0.06761126965284348, 0.029413722455501556, 0.0005952341016381979, 0.05775785818696022, 0.0015531032113358378, -0.04835132509469986, 0.004678540397435427, 0.04799784719944, -0.01146878767758608, -0.009813121519982817, -0.018205005675554276, 0.049634285271167755, 0.022214137017726895, -0.004573000594973564, 0.0683896541595459, 0.010360736399888992, 0.00927832629531622, -0.001070047845132649, -0.016008593142032623, -0.02948332019150257, -0.001600721850991249, 0.04218653216958046, 0.042308323085308075, 0.007280171383172274, -0.0012161090271547437, -0.0742119625210762, 0.02973194420337677, -0.019599685445427895, -0.023999840021133423, -0.03606386110186577, 0.08199212700128555, -0.011960542760789394, -0.05431465432047844, 0.04943922907114029, -0.00589190237224102, -0.03186975046992302, -0.04073232784867287, 0.011510912328958511, -0.01713908091187477, -0.06106918677687645, -0.05339158698916435, 0.0005879081436432898, -0.03891915455460549, -0.01811635121703148, 0.031340450048446655, 0.007401965092867613, -0.026943042874336243, -0.015578649938106537, -0.00041391662671230733, -0.008363497443497181, 0.0195310041308403, 0.017553912475705147, -0.0067472076043486595, 0.04103635624051094, -0.0006913872784934938, 0.07137681543827057, 0.05737690627574921, -0.02255822904407978, -0.02801629528403282, -0.01745043322443962, -0.05825602263212204, 0.016042932868003845, 0.0044889808632433414, -0.02623952366411686, 0.0172489695250988, -0.04469200596213341, 0.010414604097604752, 0.04767459258437157, 0.012981598265469074, -0.06041717901825905, 0.020435761660337448, 0.015314916148781776, 0.022992519661784172, -0.003652905812487006, -0.04330373927950859, -0.010566550306975842, -0.07683464884757996, 0.007526964414864779, 0.02276724763214588, 0.003730744356289506, -0.010750844143331053, -0.014974258840084076, 0.006692263297736645, 0.020650045946240425, -0.003641001414507627, 0.01200175192207098, 0.047333016991615295, -0.031637150794267654, 0.026940297335386276, -0.022292889654636383, -0.03167744353413582, 0.02322603575885296, -0.00265337061136961, 0.019570382311940193, -0.003926713485270739, 0.025362923741340637, -0.013369416818022728, 0.002531118458136916, 0.016679376363754272, 0.046479541808366776, 0.01785336062312126, -0.009358911775052547, -0.013186725787818432, -0.022120730951428413, 0.027265843003988263, 0.010977949015796185, 0.0021748938597738743, -0.029025446623563766, 0.010124159045517445, 0.03983123600482941, 0.032673776149749756, -0.03709430247545242, 0.04210960865020752, 0.025351935997605324, -0.013191762380301952, 0.022550445050001144, 0.012903760187327862, 0.0249120369553566, 0.04443193972110748, -0.007613044232130051, 0.012673906981945038, -0.01798156462609768, 0.01828925497829914, 0.03248696029186249, -0.0011959626572206616, 0.064590223133564, 0.06753434985876083, 0.0045384312979876995, 0.026120703667402267, 0.03969845175743103, -0.024838661774992943, -0.018607018515467644, -0.019563399255275726, -0.028056131675839424, -0.01506217010319233, 0.019235678017139435, -0.010051215067505836, 0.003651074599474669, 0.009670265018939972, 0.017217833548784256, -0.018487054854631424, -0.011362561024725435, -0.03933856636285782, -0.0037197554484009743, -0.0416993536055088, 0.017629917711019516, 0.027051102370023727, -0.06313510984182358, 0.01819310151040554, 0.008494448848068714, -0.0427982471883297, -0.007871742360293865, 0.009184920229017736, 0.003657484659925103, -0.003751005046069622, 0.01701453886926174, -0.017773691564798355, 0.020630355924367905, 0.04531837999820709, -0.024834999814629555, -0.02746959589421749, -0.06925960630178452, 0.06479169428348541, -0.062175411731004715, 0.05715712532401085, -0.0035933824256062508, 0.0114330742508173, 0.06413327157497406, 0.021918581798672676, 0.02594488300383091, 0.031556565314531326, 0.003135510254651308, 0.037395354360342026, -0.05424139276146889, 0.02053489163517952, 0.04843923449516296, -0.03183586895465851, -0.0029120685067027807, 0.037582166492938995, -0.028312768787145615, -0.0016790181398391724, 0.050080250948667526, 0.016805749386548996, 0.02651996910572052, -0.011890030466020107, -0.021225592121481895, 0.08663678914308548, -0.02020682394504547, 0.00989004410803318, -0.027481501922011375, -0.017232485115528107, -0.0014892370672896504, 0.00481407018378377, 0.018199512735009193, 0.025794699788093567, 0.014212358742952349, -0.05416080728173256, -0.004796671215444803, 0.03951255604624748, -0.029120685532689095, 0.008364412933588028, -0.01445320062339306, -0.004007298965007067, -0.002950930269435048, 0.010772822424769402, 0.002637344878166914, 0.01629476249217987, -0.005901059601455927, -0.032059311866760254, 0.01999620348215103, 0.0006744460551999509, -0.007540242746472359, -0.017677538096904755, 0.030450230464339256, -0.01844676211476326, 0.04081291705369949, -0.025957703590393063, -0.02258226647973061, -0.043272607028484344, -0.035501591861248016, 0.07097388803958893, 0.011959855444729328, 0.01124099548906088, -0.008173937909305096, 0.05806554853916168, 0.007747200783342123, -0.01227235421538353, -0.04046126827597618, 0.047208476811647415, 0.01876361109316349, 0.016748972237110138, 0.031637150794267654, 0.05642453208565712, -0.015955938026309013, 0.0597212091088295, 0.01218673214316368, -0.05608753859996796, -0.07561854273080826, -0.012843321077525616, 0.08505438268184662, 0.0272818673402071, 0.021498026326298714, -0.022998930886387825, -0.06540615856647491, 0.0016446775989606977, -0.029047425836324692, -0.02794853039085865, -0.01605895906686783, 0.02267017774283886, 0.029494307935237885, 0.03610964864492416, -0.023458633571863174, 0.017031021416187286, -0.02537345699965954, -0.04534218832850456, -0.05057109147310257, 0.014064008370041847, 0.016073152422904968, -0.05499596893787384, -0.007329735439270735, 0.009822278283536434, -0.01926440931856632, -0.05787140876054764, 0.048483192920684814, -0.023417770862579346, 0.0004283396410755813, -0.03277725353837013, 0.020001698285341263, -0.01176182646304369, -0.016474248841404915, 0.03700341656804085, -0.03908582031726837, 0.0140035692602396, 0.04865901544690132, -0.02803461067378521, 0.004771030507981777, 0.04488019645214081, -0.04406563937664032, -0.007487129420042038, -0.08776498585939407, 0.008450035005807877, 0.06304353475570679, 0.026391765102744102, -0.0035457639023661613, -0.05381648987531662, -0.04173598811030388, 0.030908217653632164, 0.00435528252273798, 0.001091567799448967, 0.009897369891405106, 0.0007426690426655114, -0.012703211978077888, -0.007595187518745661, 0.01040515024214983, 0.03628180921077728, 0.041186537593603134, 0.016314908862113953, -0.053669970482587814, -0.01647241786122322, -0.01836160011589527, 0.010168430395424366, -0.05516812577843666, -0.043823882937431335, 0.0001868119288701564, 0.012994647026062012, 0.018747128546237946, 0.043992381542921066, -0.007800314109772444, 0.01866322197020054, -0.012670245952904224, 0.01413909997791052, -0.010845165699720384, 0.023320471867918968, -0.005499047692865133, 0.010678041726350784, 0.0015154145658016205, 0.010725202970206738, -0.0007948664715513587, -0.045108672231435776, 0.04287150874733925, 0.01681307516992092, -0.02675439976155758, 0.01315925270318985, 0.0015018214471638205, 0.058153457939624786, -0.03285692259669304, 0.03875798359513283, 0.005890986416488886, -0.03162524476647377, 0.016406025737524033, -0.012363127432763577, 0.005438608583062887, -0.05684943497180939, -0.063320092856884, 0.03302839398384094, -0.05971388518810272, 0.003851622808724642, -0.004981651436537504, 0.019974224269390103, -0.0009688579593785108, 0.023225806653499603, 0.027223261073231697, 0.02991692535579205, 0.01472700759768486, 0.010073192417621613, 0.0638090968132019, 0.023582259193062782, -0.053919050842523575, 0.035875219851732254, 0.02839541621506214, -0.013505404815077782, -0.007721560075879097, 0.004341088235378265, 0.017076808959245682, 0.04097683355212211, 0.03484775125980377, -0.03665909543633461, 0.01805848814547062, -0.0333428680896759, -0.014490745030343533, 0.007272845134139061, -0.07580169290304184, -0.051911741495132446, 0.02978917770087719, -0.044380657374858856, 0.016669761389493942, 0.0009166605304926634, -0.010947042144834995, -0.02237347513437271, 0.0023965041618794203, 0.04730004817247391, -0.004590628668665886, -0.04163341969251633, -0.008428514935076237, -0.020827701315283775, 0.027084067463874817, 0.010075081139802933, 0.02304013818502426, -0.04339898005127907, 0.029613355174660683, 0.031853608787059784, -0.0017275525024160745, -0.021518399938941, -0.010394847951829432, -0.0359022319316864, 0.034733742475509644, 0.040448449552059174, 0.008927595801651478, -0.016966117545962334, 0.042241476476192474, 0.046618737280368805, 0.025713199749588966, 0.020416414365172383, -0.0012994419084861877, -0.023684823885560036, -0.02461155690252781, 0.00015384511789306998, -0.002864220878109336, -0.05034948140382767, -0.005041175056248903, 0.01711343787610531, -0.022568531334400177, -0.05180918052792549, 0.004689471796154976, -0.002578737447038293, -0.06560395658016205, 0.003040272742509842, -0.04494475573301315, -0.04062427207827568, -0.01873980090022087, -0.034318454563617706, -0.00210804445669055, 0.04104917496442795, -0.03499976545572281, -0.04561685025691986, -0.037831250578165054, -0.05000699311494827, -0.002043942455202341, 0.030787339434027672, -0.016234323382377625, -0.02495770901441574, -0.0016620768001303077, 0.00938787218183279, -0.06588234752416611, 0.0004102536477148533, -0.033856917172670364, 0.03016829676926136, -0.04263661801815033, -0.013173905201256275, -0.014617576263844969, -0.01561161782592535, 0.004877256695181131, 0.06001425161957741, 0.0043651266023516655, -0.01360247377306223, 0.01488268468528986, -0.0054047261364758015, 0.004835132509469986, 0.016964172944426537, 0.02679835446178913, 0.027721427381038662, 0.015391838736832142, -0.016705017536878586, -0.012990297749638556, 0.035439323633909225, -0.0210795309394598, 0.04896670579910278, 0.06359664350748062, -0.014062177389860151, 0.046153537929058075, -0.027432050555944443, 0.02077733539044857, 0.001091567799448967, 0.02818296104669571, -0.04455647990107536, -0.00978381745517254, 0.05765528976917267, 0.025251662358641624, -0.025735175237059593, 0.006269246339797974, 0.02443939819931984, -0.04484585300087929, 0.016631757840514183, 0.06620834767818451, -0.020347848534584045, -0.00364466430619359, -0.04025888815522194, -0.010228869505226612, -0.014505397528409958, -0.04828539118170738, 0.049289047718048096, 0.03280358016490936, -0.02353784628212452, 0.0009194077574647964, 0.03810780122876167, 0.001571189146488905, -0.0037312021013349295, -0.008670272305607796, -0.005849778186529875, 0.03443383425474167, 0.058530744165182114, -0.0005334213492460549, 0.0017966912128031254, -0.029756439849734303, 0.03565177693963051, 0.00631497660651803, -2.655659955053125e-05, -0.03329281508922577, -0.0476132333278656, 0.018421122804284096, 0.00985158234834671, -0.00456956634297967, 0.03660048916935921, 0.006450506392866373, 0.03263714537024498, -0.008112583309412003, 0.018243467435240746, 0.00914645940065384, -0.00449539115652442, -0.024354232475161552, -0.018344199284911156, -0.00015338725643232465, -0.028933871537446976, 0.023670170456171036, 0.00448714941740036, -0.024388113990426064, 0.03566642850637436, 0.015051696449518204, -0.07368449121713638, -0.04015907272696495, 0.04027765989303589, -0.014322249218821526, -0.009870813228189943, 0.014712355099618437, 0.04337699711322784, 0.033948492258787155, -0.01208050549030304, 0.008446830324828625, -0.020937131717801098, 0.022300217300653458, 0.02814999409019947, 0.04284220188856125, -0.013057604432106018, -0.06979074329137802, 0.007813134230673313, 0.02973240241408348, -0.05876883491873741, -0.007915697991847992, -0.012944968417286873, 0.006667538080364466, -0.03503914177417755, -0.011662926524877548, -0.0011538384715095162, -0.053142499178647995, 0.004683805629611015, -0.04774326831102371, 0.017904872074723244, 0.012175284326076508, -0.004813154693692923, -0.02540276013314724, 0.012165670283138752, 0.011981605552136898, 0.002798516070470214, 0.035361457616090775, -0.01169039774686098, -0.029149986803531647, -0.0186866894364357, 0.02390277199447155, 0.028497062623500824, -0.021018173545598984, -0.024250296875834465, -0.04408395662903786, -0.050640691071748734, -0.003010053187608719, -0.010473945178091526, -0.022860653698444366, 0.004097042139619589, -0.0499703586101532, -0.0436636246740818, -0.001064095413312316, 0.02533682622015476, 0.006563143339008093, -0.011333257891237736, 0.03016829676926136, 0.01583505980670452, 0.008733457885682583, -0.04211373254656792, 0.004163891542702913, -0.012033573351800442, 0.00014835066394880414, -0.008575034327805042, 0.03641413524746895, -0.025706788524985313, 0.017428454011678696, -0.012673906981945038, -0.004847953096032143, 0.03907391428947449, -0.05717910826206207, -0.05840986594557762, 0.003662978997454047, -0.01718120463192463, -0.01049901358783245, 0.017285598441958427, 0.03799242153763771, 0.04517918452620506, -0.011485270224511623, 0.035486944019794464, -0.03846311196684837, 0.11317140609025957, -0.007597018964588642, -0.06100325658917427, 0.06939147412776947, 0.04274696484208107, -0.007094274740666151, -0.04069569706916809, 0.005509120877832174, 0.002765549113973975, 0.00976550206542015, 0.00399814173579216, 0.006499956361949444, -0.0195017009973526, -0.0064119310118258, 0.03639353066682816, 0.012990755960345268, -0.03094667941331863, 0.01906580664217472, 0.05024050548672676, 0.009860740043222904, -0.047765251249074936, -0.021444912999868393, -0.00184614141471684, -0.003495741169899702, -0.0009684000979177654, -0.01922331564128399, 0.0003662979288492352, -0.004432204645127058, 0.0033206052612513304, -0.04078727215528488, 0.022280070930719376, 0.06322301924228668, 0.03347230330109596, 0.026418207213282585, 0.02844669669866562, 0.00786441657692194, -0.04114990681409836, -0.002771959640085697, 0.04221583530306816, -0.033310215920209885, 0.024159178137779236, -0.042116932570934296, 0.031737882643938065, 0.0004661141138058156, -0.0017985227750614283, -0.045155372470617294, -0.0376073494553566, 0.006399510893970728, -0.043779924511909485, -0.03578730672597885, 0.01948704943060875, -0.009933999739587309, 0.07840606570243835, 0.015614365227520466, -0.002197787631303072, -0.028767205774784088, -0.016820400953292847, -0.03582393378019333, -0.0501168817281723, -0.03287111595273018, -0.023747093975543976, 0.02973606437444687, 0.0028525451198220253, 0.016743477433919907, 0.04046126827597618, 0.054197441786527634, -0.018871668726205822, 0.0169689804315567, -0.03246132284402847, 0.045108672231435776, 0.016849704086780548, 0.01756192371249199, 0.00895964726805687, 0.010778316296637058, 0.007730717305094004, 0.01538084913045168, -0.02605476975440979, -0.0909004881978035, -0.03773601353168487, 0.02898469753563404, 0.026622533798217773, -0.0019194011110812423, 0.00507688894867897, -0.016201356425881386, 0.01681307516992092, 0.0017325892113149166, 0.03841732442378998, 0.01336804311722517, 0.031761690974235535, -0.029437530785799023, -0.050842154771089554, 0.012018692679703236, 0.03505837172269821, -0.0004148324078414589, -0.030981479212641716, -0.020414698868989944, -0.004765536170452833, -0.0011858894722536206, -0.018050245940685272, -0.027721427381038662, 0.02564726397395134, 0.03083495795726776, 0.04424329102039337, 0.007098854053765535, -0.020871426910161972, -0.02499525249004364, 0.007580535486340523, 0.04136968776583672, 0.0361069031059742, 0.005569388158619404, -0.02125031501054764, 0.004814986139535904, 0.02181670255959034, -0.03706476837396622, -0.0591278113424778, -0.0267928596585989, 0.03895212337374687, 0.0037252497859299183, 0.03209502249956131, 0.0006694094045087695, -0.009620814584195614, 0.01687900722026825, 0.008462397381663322, -0.0622999481856823, 0.04513522610068321, -0.05307840183377266, 0.006065893452614546, -0.04364806041121483, 0.008538404479622841, -0.08862944692373276, -0.00997337605804205, -0.00435528252273798, 0.00508513068780303, -0.004623595625162125, -0.04169202968478203, -0.014556679874658585, 0.02685604616999626, -0.008771004155278206, -0.021699490025639537, 0.017721492797136307, -0.03157854452729225, -0.053420890122652054, 0.010061974637210367, -0.04698503389954567, -0.06028439477086067, -0.020329533144831657, -0.02950163371860981, -0.029992474243044853, -0.02041698805987835, -0.005908614490181208, -0.04191913455724716, -0.01625630259513855, -0.06768453121185303, 0.02958588115870953, -0.06008750945329666, -0.012076598592102528, 0.003181297332048416, -0.04026529937982559, 0.007075044326484203, -0.0010091507574543357, -0.07982364296913147, 0.024058446288108826, -0.04357113689184189, -0.007557641714811325, -0.013501740992069244, 0.04198415204882622, -0.04754547029733658, -0.03353182598948479, 0.009271000511944294, 0.02750531025230885, -0.001397197600454092, 0.04771871492266655, -0.01967843994498253, -0.00833694078028202, -0.0286391731351614, 0.007212406024336815, -0.015852458775043488, -0.058186426758766174, -0.04520116373896599, 0.02838442474603653, 0.04087884724140167, -0.03553822264075279, 0.01007136143743992, -0.05049782991409302, 1.8314896124138611e-06, 0.018398229032754895, 0.018107937648892403, 0.021465973928570747, 0.025510817766189575, 0.05364250019192696, -0.0006291166646406054, -0.029623884707689285, -0.016681207343935966, -0.025358805432915688, 0.034666433930397034, -0.012022584676742554, 0.004479823634028435, -0.004591544158756733, 0.0033778392244130373, 0.02586429752409458, 0.02332310378551483, 0.027054306119680405, 0.009015049785375597, -0.005560402292758226, 0.03005840629339218, -0.0050938306376338005, 0.06251606345176697, -0.05058940500020981, -0.013264563865959644, -0.008721553720533848, 0.009842424653470516, 0.046278078109025955, -0.019092820584774017, -0.05231833457946777, 0.029692109674215317, -0.03322436660528183, -0.03493749350309372, -0.02381668984889984, -0.054710257798433304, -0.01934236101806164, -0.06151607260107994, -0.006388235837221146, 0.05488241836428642, 0.034911852329969406, 0.015617111697793009, 0.024032805114984512, 0.036805614829063416, -0.00367030524648726, -0.02510651759803295, -0.027499815449118618, 0.019977888092398643, -0.02404196374118328, -0.037399016320705414, 0.0412561371922493, -0.025721440091729164, -0.007090154103934765, 0.03171224147081375, -0.01097565982490778, 0.02940639667212963, 0.05435861274600029, 0.0010737108532339334, -0.005804906133562326, 0.07616432756185532, -0.04767550528049469, -0.0005970656056888402, -0.024677490815520287, -0.030294669792056084, 0.009974292479455473, 0.004653471522033215, 0.007401049602776766, -0.0011211935197934508, -0.052122361958026886, 0.020750777795910835, -0.014508144930005074, -0.07646835595369339, 0.0006560166948474944, 0.03615360334515571, 0.017820393666625023, -0.02810237556695938, 0.03459683805704117, 0.022161023691296577, 0.052289027720689774, -0.04203268513083458, -0.02895951457321644, 0.0597212091088295, 0.007325957994908094, -0.017280904576182365, 0.0387108214199543, -0.013870786875486374, 0.021009018644690514, -0.008122656494379044, -0.010774653404951096, -0.06522300839424133, 0.008227051235735416, 0.008266428485512733, -0.0449301041662693, 0.045662928372621536, -0.0001318672439083457, 0.025535544380545616, 0.061168089509010315, 0.0068282512947916985, -0.0015682129887863994, -0.030900893732905388, 0.016681207343935966, 0.020338691771030423, -0.03717649355530739, -0.028468674048781395, -0.011650105006992815, -0.000622706429567188, 0.007382162380963564, -0.026974178850650787, 0.007437679450958967, -0.04710957407951355, 0.04416888952255249, -0.017743472009897232, 0.04381289333105087, 0.029858775436878204, -0.0230396818369627, 0.01570502296090126, 0.004936522804200649, -0.0028644497506320477, 0.03929094597697258, 0.02518458478152752, 0.02506759762763977, -0.008343351073563099, 0.008409284055233002, -0.025366131216287613, 0.04664083197712898, -0.02035059593617916, 0.027822159230709076, -0.007074128370732069, 0.008346326649188995, -0.012230686843395231, 0.0009862571023404598, 0.0006739881355315447, 0.047970373183488846, -0.017150068655610085, 0.029716147109866142, 8.241702744271606e-05, -0.022616608068346977, -0.007598850410431624, -0.008274669758975506, -0.02340163104236126, 0.04009496793150902, -0.03033679537475109, -0.006248126737773418, 0.035098664462566376, -0.0318688340485096, 0.04291637986898422, 0.04266981407999992, 0.041992392390966415, 0.009051221422851086, 0.01561178918927908, 0.02926171012222767, -0.0003507302317302674, -0.0023841129150241613, -0.0017875338671728969, -0.024452218785881996, 0.024264946579933167, -0.007367624901235104, 0.011848821304738522, -0.009327433072030544, 0.04400428384542465, 0.028714094310998917, 0.025183439254760746, 0.009660650044679642, 0.010409499518573284, -0.037472277879714966, 0.03534042090177536, 0.012222674675285816, -0.038124289363622665, -0.016124891117215157, 0.007882731035351753, -0.026538284495472908, -0.03622778132557869, 0.003437248058617115, 0.03861512616276741, -0.005794832948595285, -0.07117900997400284, -0.03108404017984867, 0.026869669556617737, 0.0449301041662693, 0.008509558625519276, 0.04751250147819519, 0.02854742854833603, -0.051354967057704926, -0.00547706987708807, -0.03088715672492981, 0.05748038738965988, 0.04251619800925255, -0.02118781767785549, 0.012805774807929993, 0.05324506759643555, 0.01117483340203762, 0.010569525882601738, 0.015552552416920662, -0.03571312874555588, 0.056915368884801865, 0.02834230288863182, 0.006872664671391249, -3.11353214783594e-05, 0.010968790389597416, -0.02249046415090561, 0.017488893121480942, 0.026856964454054832, -0.00416847039014101, 0.006250874139368534, 0.02767987549304962, 0.033607833087444305, -0.04132550582289696, -0.012142317369580269, -0.005805822089314461], [-0.036722101271152496, -0.05932627245783806, -0.07492496818304062, -0.015190850012004375, -0.013846267946064472, -0.0025772610679268837, 0.0207771435379982, -0.011972440406680109, 0.03298218548297882, 0.06302536278963089, -0.01553324144333601, -0.0038764486089348793, -0.07872118055820465, -0.02420000359416008, -0.021816985681653023, 0.02609283477067947, -0.00028855190612375736, 0.033075787127017975, 0.06580672413110733, 0.0563422255218029, 0.004149341024458408, -0.0052551631815731525, 0.02033270336687565, 0.01366750616580248, -0.031388815492391586, 0.07416065037250519, 0.01601533405482769, -0.022918058559298515, 0.005263960920274258, -0.0033866139128804207, 0.0395977646112442, -0.025545991957187653, -0.017119573429226875, -0.00024210207629948857, 0.03152112662792206, 0.02363240160048008, 0.04223836585879326, 0.040668223053216934, -0.03182234615087509, -0.02254505269229412, -0.011335867457091808, 0.03677980974316597, -0.0369240865111351, -0.011629696935415268, 0.03836754709482193, 0.04177668318152428, 0.010389275848865507, 0.04585019499063492, -0.03717111423611641, -0.07676324993371964, 0.04228481650352478, 0.04700721427798271, -0.00719268387183547, -0.002777663990855217, 0.03696279227733612, 0.043706461787223816, 0.041275590658187866, 0.0008762124925851822, 0.06476511806249619, 0.019574375823140144, 0.010435197502374647, 0.01457046251744032, 0.003961606416851282, -0.01990867406129837, 0.01316095795482397, 0.02938707359135151, 0.006424854043871164, 0.0286116786301136, -0.017376454547047615, -0.0490228570997715, -0.0041860477067530155, 0.01565077342092991, -0.02135811932384968, -0.02725619077682495, 0.04466501623392105, 0.0018830650951713324, -0.028103547170758247, 0.01405599620193243, -0.013833600096404552, -0.023548651486635208, -0.05033189803361893, 0.017142094671726227, -0.020620904862880707, -0.015120119787752628, -0.055548351258039474, 0.02795434556901455, -0.044769175350666046, 0.028020499274134636, 0.04426034167408943, 0.0027799513190984726, -0.0248140562325716, 0.021853230893611908, 0.0012904780451208353, 0.007803569547832012, -0.02945622242987156, 0.010880517773330212, 0.03894183784723282, 0.012117069214582443, 0.03258243575692177, 0.024761976674199104, 0.01947690173983574, -0.059569425880908966, -0.02807154692709446, -0.03954322263598442, -0.037331048399209976, -0.022084776312112808, 0.0357663594186306, -0.013209343887865543, 0.0019818588625639677, -0.05401691421866417, 0.001026778481900692, 0.03605350479483605, 0.005640046205371618, -0.016509391367435455, -0.013324059545993803, -0.0023077114019542933, -0.032205209136009216, -0.030775289982557297, -0.023548651486635208, -0.02119237743318081, -0.06370099633932114, -0.01064043864607811, 0.008762036450207233, 0.005244606640189886, 0.003910230007022619, 0.009050676599144936, 0.011765879578888416, 0.01309110689908266, 0.0068970937281847, -0.02689162828028202, 0.012758216820657252, -0.01771286502480507, 0.029531879350543026, 0.0016644519055262208, -0.02774144895374775, 0.0188727006316185, -0.020408449694514275, 0.06630218774080276, -0.02381608821451664, 0.02730686403810978, -0.034088537096977234, 0.024962464347481728, 0.04193292558193207, 0.02018490992486477, -0.0027852298226207495, -0.029830636456608772, -0.022997234016656876, -0.0334213487803936, 0.0031726632732897997, -0.03038240410387516, 0.006750003434717655, -0.03402378782629967, -0.030653711408376697, 0.012385210022330284, -0.006084926426410675, 0.013928611762821674, 0.004822115879505873, 0.030268389731645584, -0.00864248163998127, 0.01304650492966175, 0.01204880140721798, 0.024569841101765633, 0.04012701287865639, 0.012065691873431206, -0.02512161061167717, -0.01583375781774521, 0.018988121300935745, -0.002173288492485881, -0.015550835989415646, 0.0437951385974884, 0.03618299961090088, 0.002509345766156912, 0.01511871162801981, 0.06536756455898285, -0.008037226274609566, 0.003898969618603587, 0.0008392637828364968, -0.03398437425494194, 0.011694093234837055, -0.009862844832241535, 0.028766512870788578, 0.017815615981817245, -0.02362712286412716, 0.026431353762745857, -0.02290257439017296, -0.02828371524810791, -0.01519331242889166, -0.01578167825937271, -0.018239295110106468, 0.020210597664117813, 0.007736005820333958, -0.029190191999077797, -0.004184706136584282, -0.005019824486225843, -0.05399439111351967, 0.020044151693582535, 0.02993057295680046, 0.011342201381921768, -0.008327009156346321, 0.04533783718943596, 0.03785238042473793, 0.023478271439671516, 0.06108221784234047, -0.04104334115982056, -0.06148688867688179, -0.03785660117864609, 0.06778154522180557, -0.029228877276182175, 0.04682915657758713, -0.02172870561480522, 0.00536776939406991, 0.09258434176445007, 0.02634531445801258, -0.007798907347023487, 0.023080281913280487, 0.03178434446454048, 0.04424837976694107, -0.039533019065856934, 0.06626840680837631, 0.03468253090977669, -0.010603930801153185, -0.0035907116252928972, 0.044035837054252625, -0.012772292830049992, -0.007251801900565624, 0.04597194865345955, -0.006089852191507816, 0.045537713915109634, 0.01171942986547947, 0.016198670491576195, 0.06659777462482452, 0.004846968222409487, -0.00973475631326437, 0.008712859824299812, 0.017284611240029335, -0.01052862498909235, -0.007661405019462109, 0.03244651481509209, -0.0033622453920543194, 0.03716830164194107, -0.06305491924285889, 0.018756575882434845, 0.05394653603434563, -0.030487971380352977, 0.01968768425285816, 0.00307272607460618, 0.007013218477368355, 0.03439820185303688, -0.03851252794265747, -0.033197544515132904, 0.013979283161461352, -0.030104409903287888, -0.04044441878795624, -0.016671260818839073, -0.015714114531874657, -0.0024252436123788357, -0.018292782828211784, 0.02573742158710957, 0.010904095135629175, 0.021036136895418167, -0.005481782369315624, -0.02765910886228085, -0.042707085609436035, -0.0029720845632255077, 0.05166345834732056, 0.03462833911180496, 0.022066831588745117, -0.011308418586850166, 0.05544700473546982, 0.019069761037826535, -0.0026363790966570377, -0.055767931044101715, 0.039055150002241135, -0.014258399605751038, 0.013596776872873306, 0.05829029902815819, 0.06086615473031998, -0.016945738345384598, 0.03204403817653656, 0.03920716419816017, -0.009951521642506124, -0.03912130370736122, 0.006162342615425587, 0.05546952784061432, 0.027383750304579735, 0.021832821890711784, 0.008921179920434952, -0.06755070388317108, -0.029558975249528885, -0.016366170719265938, -0.020002981647849083, -0.029961539432406425, 0.02827315963804722, 0.018930280581116676, 0.04329967498779297, -0.016789497807621956, 0.042643748223781586, 0.05193512141704559, -0.06426402926445007, -0.057918697595596313, 0.036833297461271286, 0.002519264817237854, -0.043257974088191986, -0.020064210519194603, -0.0012847597245126965, -0.032903317362070084, -0.05146076530218125, 0.035856444388628006, 0.010256963782012464, -0.012374653480947018, -0.056519974023103714, 0.010463877581059933, -0.011146549135446548, -0.03766657784581184, 0.0299671720713377, -0.021579811349511147, -0.014117226004600523, 0.09703226387500764, -0.04647233709692955, -0.03478950634598732, 0.03826515004038811, -0.012556230649352074, 0.02747577242553234, -0.07644232362508774, 0.019953714683651924, 0.054045069962739944, 0.0141736613586545, 0.02729560248553753, -0.03225447237491608, -0.03616892546415329, 0.04118304327130318, -0.034198325127363205, 0.03862372785806656, -0.015136746689677238, 0.005586646497249603, 0.03537752106785774, -0.0332271009683609, 0.02327839657664299, 0.022346585988998413, 0.034527700394392014, 0.04517596960067749, -0.03690085932612419, -0.008030892349779606, -0.034562885761260986, -0.027438469231128693, -0.06625714898109436, 0.005177043378353119, -0.008304664865136147, 0.03539757430553436, 0.006955860648304224, 0.020210597664117813, -0.0013678063405677676, 0.0004236786626279354, 0.020254231989383698, -0.020231006667017937, -0.03866736218333244, 0.02301095984876156, 0.008479203097522259, -0.01177291665226221, -0.012245860882103443, -0.01062715519219637, 0.003537751967087388, -0.011112766340374948, 0.0339069589972496, -0.0028042318299412727, -0.009740034118294716, 0.009335005655884744, -0.027126694098114967, 0.06293738633394241, -0.016323592513799667, 0.030034733936190605, -0.02642783336341381, -0.033966075628995895, 0.0010901631321758032, -0.012958443723618984, 0.006122930441051722, -0.03152253478765488, -0.05270083621144295, 0.046078216284513474, -0.08683019131422043, 0.03842385485768318, -0.015365037135779858, 0.010625747963786123, -0.024410435929894447, 0.058487359434366226, 0.03359025716781616, 0.014650695025920868, 0.058890629559755325, -0.019745396450161937, 0.060700058937072754, 0.006129968445748091, -0.022335324436426163, 0.022098060697317123, 0.04484237357974053, -0.02111276239156723, 0.003252894850447774, -0.005667933728545904, 0.026703013107180595, 0.05935019999742508, 0.00837996881455183, -0.0191415473818779, 0.0042339712381362915, -0.05913202837109566, -0.051197201013565063, -0.01540444791316986, -0.061150480061769485, -0.04698117822408676, 0.013596424832940102, -0.0318153090775013, 0.01032030489295721, -0.024359408766031265, -0.004062951542437077, -0.005908276420086622, 0.013884272426366806, 0.04530440643429756, -0.00048561173025518656, -0.07054319977760315, -0.009736866690218449, 0.004147405736148357, 0.008933848701417446, -0.006086333654820919, 0.032044459134340286, -0.01884736679494381, -0.010066942311823368, 0.012832642532885076, 0.01046106219291687, -0.023180218413472176, -0.006615580525249243, -0.0007185646099969745, 0.030544273555278775, 0.04469246417284012, 0.01768752746284008, 0.005527880508452654, 0.0598893016576767, 0.0017341264756396413, 0.004186113830655813, -0.008128718473017216, 0.01609116792678833, -0.042632486671209335, -0.0465286448597908, 0.00967247039079666, 0.0069660646840929985, -0.024564212188124657, 0.012202930636703968, 0.003681148169562221, -0.009623557329177856, -0.044183630496263504, 0.010878758504986765, -0.00297701102681458, -0.077821746468544, -0.030941208824515343, -0.015215834602713583, -0.011428062804043291, -0.041852694004774094, -0.021893348544836044, -0.023099634796380997, 0.05789617821574211, -0.020171890035271645, -0.033892884850502014, -0.011491579934954643, -0.07350894808769226, 0.013830081559717655, 0.07259684056043625, -0.007839110679924488, -0.0237274132668972, 0.013253681361675262, 0.008552748709917068, -0.054788265377283096, 0.010779173113405704, 0.023759786039590836, 0.01479356363415718, -0.061786700040102005, -0.023452935740351677, -0.02422146685421467, -0.029499856755137444, -0.0219946913421154, 0.02056741714477539, -0.02104317583143711, -0.023284731432795525, -0.00415655504912138, -0.010607976466417313, -0.007942214608192444, -0.006263687275350094, 0.05392120033502579, 0.06346593797206879, 0.015022996813058851, -0.0067582945339381695, 0.0037427290808409457, 0.019101431593298912, -0.020924938842654228, 0.04852176085114479, 0.06453428417444229, 0.004497890826314688, 0.04570662230253219, 0.002702710684388876, 0.007575542666018009, -0.0055908686481416225, 0.02469300478696823, -0.03957806155085564, -0.03604189306497574, 0.0207211934030056, 0.04107290133833885, -0.03991587832570076, 0.029614398255944252, 0.017823204398155212, -0.029108552262187004, -0.02204958908259869, 0.0320693776011467, -0.022706924006342888, 0.009637952782213688, -0.04621598497033119, -0.041204508394002914, -0.017532695084810257, -0.02638068236410618, 0.01596466265618801, 0.07018708437681198, -0.02770731784403324, 0.027382871136069294, 0.005718958098441362, -0.002908743917942047, -0.0339365191757679, 0.045194000005722046, -0.04397249594330788, 0.030037548393011093, 0.028680652379989624, -0.016934476792812347, 0.04665532335639, 0.001747630420140922, 0.013852601870894432, -0.005821006838232279, -0.03049148991703987, -0.0282865297049284, -0.04930296167731285, 0.0492396205663681, 0.009852991439402103, -0.016870828345417976, 0.058684416115283966, 0.007629030849784613, 0.013783455826342106, -0.007486866321414709, 0.0018579927273094656, 0.03463238477706909, 0.0021356360521167517, 0.01538615021854639, -0.01966586709022522, -0.04358259588479996, -0.0326373316347599, 0.011851036921143532, 0.000380043959012255, -0.01719980500638485, -0.003625900950282812, -0.011555799283087254, -0.060357313603162766, -0.04744074866175651, 0.03722425177693367, 0.029628651216626167, 0.00022169231669977307, 0.004971537739038467, 0.04439476877450943, -0.009689712896943092, -0.01795496605336666, 0.047820791602134705, -0.007374260574579239, 0.004635832738131285, 0.009481393732130527, -0.018992170691490173, -0.021745553240180016, -0.04279647022485733, -0.03570723906159401, -0.019979052245616913, -0.03138318657875061, -0.01666351966559887, -0.024342520162463188, -0.01834204792976379, -0.03481503948569298, -0.009057010523974895, 0.010145765729248524, -0.03791994228959083, -0.0019164069090038536, -0.02775270864367485, -0.00152580626308918, 0.047466084361076355, -0.02129935286939144, -0.013521119952201843, 0.008129773661494255, 0.008895140141248703, 0.008211412467062473, 0.006486083846539259, -0.022197384387254715, -0.04956899583339691, -0.017069604247808456, 0.042840808629989624, 0.024443862959742543, -0.004385989159345627, -0.043241966515779495, -0.0436234176158905, -0.001469503273256123, -0.015791531652212143, 0.013045360334217548, -0.036823444068431854, 0.005500784143805504, -0.05573978275060654, -0.010387868620455263, 0.0534369982779026, 0.0593220479786396, -0.0072081671096384525, -0.008915726095438004, 0.006942136213183403, -0.00396090280264616, -0.0003913045220542699, -0.01935303397476673, 0.016303885728120804, -0.006545201409608126, 0.007987961173057556, -0.010443818755447865, 0.029388658702373505, -0.058509353548288345, -0.023506423458456993, -0.017909042537212372, -0.0177001953125, 0.04528505355119705, -0.007635277230292559, -0.01489701960235834, -0.008251176215708256, -0.003217705525457859, -0.03134940564632416, -0.02751236781477928, 0.0799950361251831, 0.04898696392774582, -0.0015061001759022474, 0.013414143584668636, -0.049481019377708435, 0.06108854711055755, 0.009073197841644289, -0.03421451523900032, 0.07969099283218384, 0.012678776867687702, -0.021528787910938263, -0.04362940043210983, 0.008560841903090477, 0.017769871279597282, -0.004728732164949179, 0.01729622296988964, 0.03770599141716957, 0.006269317585974932, 0.03335237503051758, 0.021359175443649292, -0.02191305346786976, -0.03599720075726509, -0.014619025401771069, 0.047784194350242615, 0.019867150112986565, -0.0044049909338355064, -0.03182234615087509, -0.005664062686264515, 0.007736005820333958, 0.009095191024243832, -0.0022890609689056873, -0.010120782069861887, -0.02525796741247177, -0.028033167123794556, -0.04803192615509033, 0.06689336895942688, 0.02608790621161461, 0.03729920461773872, 0.04057461768388748, 0.05078724771738053, 0.013471150770783424, 0.0097724087536335, -0.016780348494648933, 0.02159494161605835, 0.0037356915418058634, -0.005625706631690264, -0.04741189256310463, 0.021255817264318463, 0.014664066955447195, -0.0063516609370708466, -0.0418006144464016, -0.030720924958586693, 0.03659682720899582, 0.006966769229620695, -0.03465578705072403, 0.011750396341085434, -0.02994183264672756, 0.06935380399227142, 0.016159962862730026, -0.009149382822215555, 0.02564064972102642, -0.018831882625818253, -0.05857181176543236, -0.009371602907776833, 0.03169848397374153, 0.008901122957468033, 0.025662820786237717, 0.000544025911949575, 0.02315734699368477, 0.03398648649454117, 0.022532382979989052, -0.021663738414645195, 0.02836957760155201, 0.006414297502487898, 0.06132502108812332, 0.032148201018571854, 0.011395689100027084, -0.003468956798315048, 0.010061311535537245, -0.0026240628212690353, -0.023486101999878883, -0.03486393019556999, -0.08029906451702118, -0.008251529186964035, 0.044025979936122894, 0.0016398192383348942, 0.005275573115795851, -0.0009163282811641692, -0.03512732312083244, -0.021040359511971474, -0.01853206939995289, 0.04844293370842934, 0.025493737310171127, 0.0008938070968724787, -0.03602425381541252, -0.024662038311362267, -0.0034626228734850883, 0.0570291168987751, -0.008898659609258175, -0.001827026135288179, -0.05262060463428497, -0.0286116786301136, 0.005949623417109251, -0.013337432406842709, -0.02448609098792076, -0.008161796256899834, 0.025837404653429985, 0.006165157537907362, -0.0004431866982486099, -0.025798477232456207, -0.01804223470389843, -0.007668443024158478, 0.004520412068814039, 0.038455523550510406, -0.025441745296120644, -0.0007329921936616302, 0.0029905587434768677, 0.003614640329033136, 0.0007135501364246011, -0.03186739236116409, -0.012877860106527804, -0.002292931778356433, -0.02252252958714962, 0.00451337406411767, 0.011030072346329687, -0.01965249516069889, 0.0016991131706163287, -0.002299969783052802, -0.10967786610126495, 0.033308036625385284, -0.05216314643621445, 0.008225137367844582, -0.05037694051861763, 0.005750914104282856, -0.08148142695426941, -0.02790156193077564, -0.024287976324558255, 0.026717090979218483, -0.000661733967717737, -0.015249615535140038, 0.005741566885262728, 0.010264353826642036, -0.040594324469566345, -0.0006728185690008104, -0.027641862630844116, -0.026831455528736115, -0.024587437510490417, 0.05493324622511864, -0.04485081508755684, -0.07834535837173462, -0.025284184142947197, -0.014654213562607763, -0.012744844891130924, 0.0002660307800397277, -0.01215155329555273, 0.0014554276131093502, -0.04395278915762901, -0.05111503228545189, 0.006858078297227621, -0.07647047936916351, 0.00193259387742728, 0.011453399434685709, -0.06517612934112549, 0.026124505326151848, 0.007833128795027733, -0.08967630565166473, 0.02006632089614868, -0.03199407085776329, 0.005320615600794554, -0.017756499350070953, 0.0533469133079052, -0.034308116883039474, -0.04208071902394295, 0.01306084357202053, 0.011451992206275465, 0.01557546854019165, 0.014765411615371704, -0.0379229336977005, -0.002132468856871128, 0.0016602290561422706, 0.017228659242391586, -0.02340683713555336, -0.04608983173966408, -0.015529018826782703, -0.03893902525305748, 0.023320622742176056, -0.01542908139526844, 0.009931815788149834, 0.009401865303516388, -0.02133665233850479, -0.011204259470105171, -0.01250485423952341, 0.055690161883831024, 0.01281100045889616, 0.04088287800550461, 0.016227876767516136, -0.03592682257294655, -0.014395924285054209, -0.021634353324770927, 0.017857491970062256, -0.021024877205491063, -0.008636850863695145, 0.025153281167149544, 0.022537311539053917, 0.04174540936946869, 0.0022552793379873037, 0.02657492458820343, 0.007876059040427208, -0.0012752587208524346, 0.02721097134053707, -0.01762700080871582, 0.038470301777124405, -0.02657492458820343, -0.011875318363308908, 0.02553398534655571, 0.034668806940317154, 0.03464312106370926, -0.011311234906315804, -0.03659823536872864, 0.004622944630682468, -0.047871463000774384, -0.01737223193049431, -0.0054068295285105705, -0.005071849562227726, 0.00116177333984524, -0.04682141914963722, 0.002784173935651779, 0.0696578323841095, 0.005155929829925299, 0.004385989159345627, 0.03949360549449921, 0.0522940494120121, 0.008062561973929405, 0.02374078333377838, -0.026006266474723816, 0.045784033834934235, -0.027949241921305656, -0.044742435216903687, 0.00914428010582924, -0.02086159773170948, -0.013416959904134274, -0.005171413067728281, -0.04677637293934822, 0.012732044793665407, 0.03167596086859703, -0.02024086005985737, -0.0008350410498678684, 0.04267400875687599, -0.05060496553778648, 0.004184706136584282, -0.027974050492048264, -0.02586410380899906, -0.0008262437768280506, 0.03142400458455086, 0.022257907316088676, 0.03497811779379845, -0.0035518277436494827, -0.01319034118205309, 0.00892892200499773, -0.06075073033571243, -0.01686761900782585, 0.029522379860281944, 0.030769485980272293, -0.02369503863155842, 0.012747308239340782, -0.03420677036046982, 0.02825838141143322, -0.02986864000558853, -0.02964342944324017, 0.00939130876213312, -0.027671951800584793, 0.0159674771130085, 0.030228978022933006, -0.043731797486543655, 0.033635299652814865, 0.01776212826371193, -0.03609643504023552, -0.05465313792228699, -0.015413246117532252, -0.0019438544986769557, -0.05288171023130417, 0.034637488424777985, -0.005566940177232027, 0.03797343000769615, 0.0496126301586628, -0.01428191177546978, 0.017608098685741425, -0.03335096687078476, 0.00993603840470314, -0.011018458753824234, -0.03565657138824463, -0.0426972359418869, -0.06783362478017807, 0.014641545712947844, 0.014962472021579742, -0.036223817616701126, 0.03130999207496643, -0.04929311200976372, 0.043486885726451874, -0.03194902837276459, 0.04892713949084282, -0.01519049797207117, -0.06281141191720963, 0.013742812909185886, 0.0275584664195776, 0.006300636101514101, 0.00986425206065178, 0.039837758988142014, 0.02750392071902752, -0.033320002257823944, 0.01547130849212408, 0.0016704340232536197, 0.036259010434150696, 0.0022387404460459948, 0.001352675026282668, 0.022416258230805397, -0.01367102563381195, -0.030885867774486545, -0.00859884638339281, 0.007305641192942858, 0.054422296583652496, -0.028900234028697017, 0.025032931938767433, -0.026237107813358307, -0.05277262255549431, -0.03335096687078476, 0.010396313853561878, -0.0024435417726635933, 0.0393662191927433, -0.01862497068941593, -0.008371875621378422, 0.009634818881750109, -0.007276258431375027, 0.04229466989636421, 0.02095872163772583, 0.03977934271097183, 0.032975852489471436, -0.002766931196674705, 0.012409139424562454, -0.007539649959653616, -0.01922600157558918, -0.021448908373713493, -0.016935884952545166, 0.03643495589494705, 0.01549734827131033, 0.03889397904276848, -0.015980849042534828, 0.05142557993531227, 0.02745254524052143, 0.06944388151168823, 0.028408989310264587, 0.01595340110361576, -0.04118268936872482, 0.03448547050356865, 0.003852519672363997, -0.03015015460550785, 0.005345599725842476, 0.027872705832123756, 0.0021852527279406786, -0.04137974977493286, -0.01706538163125515, -0.004346928559243679, -0.014480378478765488, -0.08185865730047226, -0.024994047358632088, 0.022199494764208794, 0.08169537782669067, 0.014407889917492868, 0.03613812103867531, 0.023931508883833885, -0.056481946259737015, -0.0022774487733840942, 0.015353776514530182, 0.05877731740474701, 0.03815315663814545, 0.002497029723599553, 0.0216994546353817, 0.03730342909693718, 0.02232969366014004, 0.011928454041481018, 0.008408824913203716, -0.044890228658914566, 0.05840853229165077, 0.00030544272158294916, 0.02833298221230507, -0.03877292945981026, -0.021572422236204147, 0.005172820761799812, 0.018638692796230316, -0.0021451369393616915, 0.001886144164018333, 0.041508544236421585, 0.021390140056610107, 0.01886108890175819, -0.02473101019859314, 0.00776063883677125, 0.028995243832468987], [-0.01952122338116169, -0.030892789363861084, -0.04908120632171631, -0.017070334404706955, -0.028951255604624748, 0.0226045586168766, 0.012485153041779997, 0.014421695843338966, 0.02508016675710678, 0.02665417082607746, -0.03543103113770485, 0.01852448843419552, -0.03876829519867897, 0.023482196033000943, 0.007923942990601063, 0.04079047963023186, -0.01924956776201725, 0.007210847921669483, 0.053803712129592896, 0.03475813567638397, -0.01880712993443012, -0.04269380867481232, -0.01618945226073265, 0.013187263160943983, -0.03214719891548157, 0.05391556769609451, 0.022199824452400208, -0.023697922006249428, -0.01601567305624485, -0.015935275703668594, -0.022125916555523872, -0.02249145321547985, -0.023861713707447052, 0.02663019858300686, 0.03005235828459263, 0.06787385046482086, 0.06735451519489288, 0.035734646022319794, -0.0810491293668747, -0.07337886840105057, -0.0340847410261631, 0.0002396957715973258, -0.031052587553858757, -0.01665685884654522, -0.014933045953512192, 0.028623171150684357, -0.009162371046841145, 0.05636046826839447, 0.025447702035307884, -0.09776391088962556, 0.02653232589364052, 0.04298943653702736, -0.002964237704873085, -0.013958283700048923, -0.0019974648021161556, 0.0031839588191360235, 0.02816007100045681, 0.0024558829609304667, 0.02085752598941326, 0.014400222338736056, 0.0073037296533584595, -0.03700103983283043, -0.017469827085733414, -0.040244922041893005, -0.00932816043496132, 0.04530250281095505, 0.022531403228640556, 0.017439864575862885, 0.02494833432137966, -0.03217516466975212, -0.02739722654223442, 0.02172842249274254, -0.032678522169589996, -0.056494295597076416, -0.024048475548624992, 0.01121376734226942, -0.05533776059746742, 0.056200671941041946, -0.016123535111546516, -0.040360771119594574, -0.04166411980986595, 0.025565551593899727, -0.003475588746368885, -0.04134752228856087, -0.009967349469661713, -0.00013582760584540665, -0.003458610037341714, -0.019737448543310165, 0.027688855305314064, 0.00015879844431765378, -0.04445657134056091, -0.018616370856761932, 0.056448355317115784, -0.027610955759882927, -0.00835339818149805, 0.04121169075369835, -0.011631987057626247, -0.003479583654552698, 0.0245128870010376, 0.05121899023652077, 0.0258871428668499, -0.06273238360881805, -0.0030800907406955957, 0.004522260278463364, -0.001965505303815007, -0.022527407854795456, 0.045342449098825455, -0.03028019331395626, 0.006134214345365763, -0.04727399721741676, 0.005688779521733522, 0.014565513469278812, 0.01297752931714058, -0.02789459563791752, -0.01915169134736061, 0.0019280528649687767, 0.05484239384531975, -0.008533169515430927, -0.05914093926548958, -0.015066877007484436, -0.04918557032942772, 0.05208589509129524, -0.0008306956733576953, 0.015280605293810368, 0.0034975609742105007, 0.005489033181220293, 0.021768372505903244, 0.04522060230374336, -0.01679168827831745, 0.020151423290371895, 0.02171244286000729, -0.0032478778157383204, 0.01907978393137455, -0.02373986877501011, -0.03681127727031708, 0.0014861138770356774, -0.03313194587826729, 0.0461873784661293, -0.07610341161489487, 0.03937802091240883, -0.036378826946020126, 0.0013063419610261915, 0.014037183485925198, 0.05890124291181564, -0.012072677724063396, -0.025372548028826714, -0.0262466873973608, -0.060682978481054306, -0.01002977043390274, -0.009669726714491844, -0.030323512852191925, 0.03639980033040047, 0.010332885198295116, 0.012118618935346603, 0.008613068610429764, 0.008220566436648369, 0.009666106663644314, 0.044871047139167786, -0.053659893572330475, 0.03450021147727966, -0.010040256194770336, 0.02279506623744965, 0.035913415253162384, -0.018105020746588707, -0.01093811634927988, 0.03377513214945793, 0.04928644374012947, -0.02816025912761688, 0.04707225784659386, 0.020650789141654968, -0.008906695060431957, -0.022788075730204586, 0.009382092393934728, 0.07795306295156479, -0.0013982253149151802, 0.043632619082927704, -0.015290592797100544, -0.05149863660335541, -0.005727894138544798, 0.013909845612943172, 0.01690254732966423, -0.010598547756671906, 0.003663350362330675, 0.0417570024728775, -0.03361034020781517, -0.01935143768787384, -0.06309348344802856, -0.009020551107823849, -0.05591503158211708, 0.03432443365454674, 0.03837928920984268, 0.02263526991009712, 0.0002396957715973258, -0.005766680929809809, -0.04443959891796112, 0.020160412415862083, -0.027976490557193756, -0.007555410731583834, -0.003724148264154792, 0.057055581361055374, 0.004362463019788265, -0.001570007298141718, 0.03211124241352081, -0.025247955694794655, -0.041769981384277344, -0.04263388738036156, 0.025594297796487808, -0.02373587526381016, 0.013197249732911588, -0.07079014927148819, 0.02700272761285305, 0.05876541510224342, 0.007452541030943394, -0.007734183687716723, 0.017711520195007324, 0.06220903992652893, 0.016398686915636063, -0.06110644340515137, 0.0688006728887558, 0.010580571368336678, -0.00105266401078552, 0.011400530114769936, 0.04075627028942108, 0.0016504052327945828, -0.022263741120696068, 0.04275872930884361, 0.010586750693619251, 0.03417462483048439, -0.014053412713110449, -0.01049068570137024, -0.001326566212810576, -0.005369185004383326, -0.018818115815520287, 0.00299819465726614, 0.06022755801677704, -0.01199277862906456, -0.029390696436166763, -0.033221833407878876, 0.00037402528687380254, 0.028399955481290817, -0.01999062672257423, -0.02221979945898056, 0.030627377331256863, -0.030021894723176956, -0.017557715997099876, -0.0858430489897728, -0.05241347476840019, -0.01315130852162838, -0.038874659687280655, 0.021980103105306625, 0.059045057743787766, -0.01952921412885189, -0.025771290063858032, 0.03243882954120636, -0.0332767628133297, -0.022811047732830048, -0.032534707337617874, 0.009456497617065908, -0.025231974199414253, 0.03632989153265953, 0.008974608965218067, -0.010289940051734447, -0.04564207047224045, 0.02920293435454369, 0.016077594831585884, 0.021342910826206207, 0.00835339818149805, -0.031190412119030952, 0.005775169935077429, -0.01318526454269886, 0.0084382900968194, -0.1082546040415764, 0.0596003532409668, 0.017011409625411034, 0.01346740685403347, 0.0456540584564209, 0.05695171654224396, 0.021720431745052338, 0.08546751737594604, 0.005753197707235813, -0.02126500941812992, -0.06893251091241837, -0.01648707501590252, 0.04899381846189499, 0.023394307121634483, 0.017105288803577423, 0.0009003572631627321, -0.04199869558215141, -0.02345822751522064, -0.02820719964802265, -0.022647256031632423, -0.03325778990983963, 0.02003457210958004, 0.03544700890779495, 0.021860254928469654, 0.026218721643090248, 0.013998232781887054, 0.023626014590263367, -0.02593508362770081, -0.06602820008993149, 0.02624269388616085, 0.0023240502923727036, -0.01039081159979105, -0.005896516144275665, 0.02453286200761795, 0.019441325217485428, -0.04114178195595741, 0.0641026422381401, 0.03201137110590935, -0.015722045674920082, -0.03567571938037872, 0.005650827661156654, -0.02301778458058834, -0.010494680143892763, 0.020222334191203117, -0.010712090879678726, 0.05523189902305603, 0.03584250807762146, -0.010007298551499844, -0.02710959129035473, 0.005791898816823959, -0.03502754122018814, 0.0107263857498765, -0.07449744641780853, 0.022616295143961903, 0.06387892365455627, 0.03312195837497711, 0.017761457711458206, -0.03244681656360626, -0.01801513507962227, 0.03324979916214943, -0.012879153713583946, 0.054826416075229645, -0.017021147534251213, 0.0037245226558297873, 0.016844620928168297, -0.016157492995262146, -0.021550647914409637, 0.007878000847995281, 0.047523681074380875, 0.02200644463300705, -0.046712711453437805, -0.03553090617060661, -0.020965389907360077, 0.00272604008205235, -0.03855256736278534, -0.018828103318810463, -0.03388598933815956, 0.02202005311846733, -0.009136403910815716, 0.01806706935167313, -0.01608758233487606, -0.007457534782588482, 0.011085929349064829, -0.006479775533080101, -0.017450852319598198, 0.01501194667071104, -0.004434371832758188, -0.028923289850354195, -0.039459917694330215, 0.0385071262717247, -0.02724541909992695, -0.011135865934193134, 0.044871047139167786, 0.011705143377184868, -0.013855913653969765, 0.01683463342487812, -0.015584220178425312, 0.04547828063368797, -0.007210847921669483, 0.03801874443888664, 0.022327661514282227, -0.010716398246586325, -0.02419529110193253, -0.027580995112657547, -0.003254868788644671, -0.02596304751932621, -0.02173391357064247, 0.0633191391825676, -0.05562540143728256, 0.012811739929020405, -0.009511927142739296, 0.019553182646632195, 0.018576422706246376, 0.027353283017873764, 0.0029619906563311815, 0.005336226895451546, -0.0005992394289933145, 0.037995774298906326, 0.04764752462506294, -0.0023709905799478292, -0.06263250857591629, 0.01212011743336916, 0.010211040265858172, 0.020150424912571907, 0.020583875477313995, 0.0028603693936020136, -0.01355080120265484, 0.015068874694406986, 0.051542580127716064, -0.03620205074548721, 0.019583145156502724, -0.026513973250985146, -0.017561711370944977, -0.031512003391981125, -0.060275498777627945, -0.06567265093326569, 0.0015280605293810368, -0.0606510192155838, 0.026949793100357056, -0.041701070964336395, -0.015707064419984818, 0.020975377410650253, -1.5979718227754347e-05, 0.020605845376849174, 0.004474320914596319, -0.02130096405744553, -0.03127230703830719, -0.014050167985260488, 0.035606805235147476, -0.010502669960260391, -0.0021677487529814243, -0.042553987354040146, 0.01394355297088623, -0.01805009134113789, -0.014450659044086931, -0.020668767392635345, 0.007418584078550339, -0.010740618221461771, 0.006579399574548006, 0.016153497621417046, 0.03462904691696167, 0.01921361498534679, 0.0674663707613945, 0.025643453001976013, 0.026066916063427925, -0.002323051681742072, 0.004636115860193968, -0.03753236308693886, 0.0030818386003375053, -0.00983951147645712, 0.0051414743065834045, -0.048358622938394547, -0.0173699539154768, 0.017282065004110336, 0.010464967228472233, -0.03605623543262482, 0.01161525771021843, -0.03318987414240837, -0.08685775846242905, 0.002825413830578327, 0.004757961258292198, -0.01817593164741993, -0.02575930580496788, -0.003563476959243417, -0.009112434461712835, 0.037480428814888, 0.014408711344003676, -0.025378290563821793, -0.04579787328839302, -0.0032676025293767452, 0.012360312044620514, 0.042023666203022, 0.0022371604572981596, -0.017328007146716118, -0.021964121609926224, -0.018931971862912175, -0.06175362318754196, -0.008223562501370907, 0.022315675392746925, 0.014175757765769958, -0.014285868033766748, 0.011872931383550169, -0.009528905153274536, -0.05101525038480759, 0.0019814849365502596, 0.03032151609659195, 0.002644643187522888, -0.01547236181795597, -0.010772326961159706, -0.011433488689363005, -0.016923019662499428, 0.0248764269053936, 0.04658537358045578, 0.001957515487447381, 0.039116352796554565, -0.02469265833497047, 0.0010266968747600913, 0.011899895966053007, -0.044523488730192184, 0.041667114943265915, 0.029627395793795586, 0.00599638931453228, 0.02499227784574032, -0.011512387543916702, 0.052017975598573685, 0.006859294138848782, 0.03585948795080185, 0.018832096830010418, -0.03879925608634949, 0.014524566009640694, 0.002572734607383609, -0.027676871046423912, 0.06120232120156288, 0.016886567696928978, -0.05805431306362152, -0.007055545225739479, -0.0027175508439540863, -0.01165520679205656, -0.017278069630265236, -0.011982792057096958, -0.004222141113132238, -0.05477847158908844, -0.017667075619101524, -0.004502285271883011, 0.05984404310584068, -0.01583290472626686, 0.009336150251328943, 0.008223562501370907, 0.0019515230087563396, -0.06476280093193054, 0.011179810389876366, -0.03780451789498329, 0.03846817463636398, 0.03517935052514076, -0.034074753522872925, 0.030441362410783768, -0.019465293735265732, -0.014901087619364262, -0.018856316804885864, 0.033501479774713516, -0.02740521728992462, -0.05551353842020035, 0.02925986237823963, -0.010762340389192104, -0.03500157594680786, 0.012887642718851566, -0.018904007971286777, 0.023002803325653076, -0.030820881947875023, 0.003173971315845847, 0.05232558771967888, 0.04384135827422142, -0.0014321821508929131, -0.02377382479608059, -0.03236692026257515, 0.01070641167461872, 0.02664218656718731, -0.007630814798176289, 0.017092306166887283, 0.020322207361459732, 0.000848922529257834, -0.033293742686510086, -0.050346098840236664, 0.0178912915289402, 0.0013163293479010465, 0.04647301882505417, 0.012193524278700352, 0.0872173011302948, -0.04274175316095352, 0.010319402441382408, 0.0065936315804719925, 0.004499289207160473, -0.0027415205258876085, 0.02684991993010044, 0.011241731233894823, -0.04178521782159805, -0.008009834215044975, 0.015700073912739754, 0.01745384745299816, -0.029011178761720657, -0.04011346399784088, 0.0049856724217534065, -0.02576729655265808, -0.016523029655218124, -0.0226452574133873, 0.014327814802527428, -0.038930587470531464, -0.023282449692487717, -0.022607307881116867, 0.02798048779368401, 0.019778896123170853, 0.028735527768731117, 0.011045980267226696, 0.02431314066052437, -0.029037144035100937, -0.005255329888314009, -0.010320900939404964, 0.012110629118978975, -0.0031215378548949957, 0.0005353205488063395, 0.04900180548429489, 0.03621603175997734, 0.01883409544825554, -0.025527600198984143, -0.0038934333715587854, -0.008586663752794266, -0.05007144808769226, 0.00855314452201128, -0.032614607363939285, -0.051681406795978546, -0.0442718081176281, 0.0076662697829306126, 0.024632735177874565, 0.01012315135449171, -0.052908848971128464, -0.012631967663764954, 0.004127760883420706, -0.020185379311442375, -0.0017038375372067094, -0.025861302390694615, 0.044871047139167786, -0.04237920790910721, 0.000873391458299011, 0.002765489974990487, 0.02770084328949451, 0.001839664997532964, 0.026679139584302906, 0.015242652967572212, 0.006542695686221123, 0.025855185464024544, 0.03414466232061386, -0.0831664428114891, -0.0541672520339489, -0.015116813592612743, -0.0037512388080358505, -0.007618829607963562, 0.03599631413817406, 0.049105674028396606, 0.028653131797909737, 0.015847885981202126, 0.005604886449873447, 0.01452156901359558, 0.018896017223596573, -0.031448084861040115, 0.07780124992132187, 0.0511031374335289, 0.004925748333334923, -0.01241324469447136, 0.03988737612962723, -0.007811085786670446, -0.040924061089754105, -0.02354411594569683, 0.01598571054637432, -0.021282987669110295, 0.01672077737748623, 0.04865824058651924, 0.016786694526672363, -0.09236276894807816, 0.02780870348215103, 0.03742050752043724, -0.01986878179013729, -0.0100592328235507, -0.05207790061831474, -0.027043676003813744, -0.003781200852245093, -0.03285854309797287, 0.056528251618146896, -0.048622287809848785, 0.012097645550966265, 0.004189682193100452, 0.004218645393848419, 0.05387362465262413, 0.06594529747962952, 0.02292390540242195, 0.01709430292248726, 0.02187960594892502, -0.05650428310036659, 0.006005377508699894, -0.017706526443362236, 0.013158299028873444, 0.003879076568409801, 0.035059500485658646, -0.014692352153360844, 0.001364268478937447, -0.01094610709697008, -0.0008339415653608739, -0.06081680953502655, 0.00012783774582203478, 0.04939331114292145, -0.014718318358063698, 0.011737102642655373, 0.016119541600346565, -0.040090616792440414, 0.05322045087814331, 0.06085875630378723, -0.009863480925559998, -0.004424134735018015, -0.024977296590805057, -0.0531645230948925, -0.05898113921284675, 0.017673568800091743, 0.02312864549458027, -0.003315791487693786, -0.009078695438802242, -0.011225751601159573, 0.04040871188044548, -0.008900702930986881, -0.04449552670121193, -0.00016878577298484745, -0.02426520362496376, 0.026016978546977043, 0.003976952284574509, 0.0183966513723135, 0.013672428205609322, 0.00866387877613306, 0.01571006141602993, -0.0017552721546962855, 0.038403257727622986, -0.06172166019678116, -0.04443959891796112, 0.019778896123170853, 0.03532316908240318, 0.01224745623767376, -0.011702646501362324, -0.027956517413258553, -0.029738256707787514, -0.010326392948627472, 0.040364768356084824, 0.01505888719111681, -0.0008199592703022063, -0.07719402760267258, -0.06866484880447388, 0.011325625702738762, 0.002868359442800283, -0.04663081467151642, 0.0010946106631308794, -0.009655744768679142, 0.006120231933891773, -0.01709430292248726, 0.010270964354276655, -0.08257919549942017, -0.0130727831274271, 0.0021105711348354816, -0.012767795473337172, -0.0131962513551116, -0.024752583354711533, -0.019855299964547157, 0.04765152186155319, -0.041315559297800064, 0.01860838197171688, 0.004534245003014803, -0.04441462829709053, -0.0009008565684780478, 0.02303476259112358, 0.0018576422007754445, -0.038263436406850815, -0.015028925612568855, 0.010213037021458147, 0.016756732016801834, 0.03890262171626091, 0.009983329102396963, -0.0017557715764269233, 0.02889732271432877, -0.018512504175305367, -0.05281296744942665, 0.0396149680018425, -0.023661967366933823, 0.036154113709926605, -0.01270787138491869, 0.0036753350868821144, -0.06530910730361938, -0.03835931420326233, -0.010360850021243095, -0.0009787577437236903, 0.0009363428689539433, 0.03163185343146324, 0.012416490353643894, -0.018164945766329765, -0.030378442257642743, -0.013534820638597012, -0.0013393001863732934, -0.040788229554891586, -0.047871243208646774, 0.034663066267967224, -0.005668804980814457, -0.06017962098121643, -0.02245250344276428, -0.042346253991127014, -0.035890448838472366, -0.020131448283791546, -0.028174741193652153, 0.03811162710189819, -0.04274175316095352, -0.018512504175305367, 0.007382629904896021, -0.060263510793447495, -0.002862117486074567, 0.0647498220205307, -0.04771943390369415, 0.05692375078797341, 0.004300541710108519, -0.08363784849643707, 0.02738524228334427, -0.08132078498601913, 0.016850613057613373, -0.020999347791075703, 0.04173103347420693, 0.0038111628964543343, -0.01961510442197323, 0.00861506536602974, -0.012360312044620514, 0.02071370929479599, 0.03513940051198006, -0.0204380601644516, -0.005129489116370678, 0.002357507823035121, 0.002360254293307662, 0.0014901086688041687, -0.04150282219052315, 0.01390635035932064, 0.01249613892287016, -0.010026274248957634, -0.023226521909236908, 0.04666077718138695, 0.022352630272507668, -0.0055369725450873375, 0.026270655915141106, 0.02140483260154724, 0.026262417435646057, -0.002075896365568042, 0.007694234605878592, 0.00939108058810234, -0.04248807579278946, 0.02547616697847843, -0.02602297253906727, 0.019764414057135585, -0.03674536198377609, 0.0048138899728655815, 0.03576260805130005, -0.00985349342226982, 0.02844389900565147, -0.02083855122327805, 0.0717509314417839, 0.02878346666693687, -0.023099681362509727, -0.0008349402341991663, -0.04004916921257973, 0.05628855898976326, -0.011359582655131817, -0.015608190558850763, 0.03423355147242546, 0.019744940102100372, 0.007261782884597778, 0.011677178554236887, -0.0328882560133934, 0.07415088266134262, -0.020249798893928528, -0.014643914066255093, -0.033749163150787354, -0.027345044538378716, 0.012286405079066752, -0.009446135722100736, 0.024492911994457245, 0.055018167942762375, 0.05277801305055618, -0.03234294801950455, 0.015530694276094437, 0.030819132924079895, 0.012652440927922726, 0.052293628454208374, -0.02791057713329792, 0.019641071557998657, 0.0077002267353236675, -0.043029386550188065, 0.03121238388121128, -0.03808865696191788, 0.004158721771091223, 0.017023393884301186, 0.0048798066563904285, 0.0012873660307377577, 0.059995852410793304, -0.0347718670964241, 0.01624038629233837, 0.014442669227719309, -0.029904045164585114, -0.004674067720770836, -0.019438328221440315, -0.012594015337526798, 0.029013175517320633, -0.02417157217860222, -0.004985172767192125, -0.0004738360876217485, -0.05425913259387016, -0.02290692739188671, -0.05186217278242111, -0.04662082716822624, -0.04018499702215195, 0.008832789957523346, -0.0035135403741151094, -0.033689241856336594, -0.025786520913243297, -0.011693159118294716, 0.03641777858138085, 0.012493361718952656, -0.03583451732993126, 0.030840856954455376, 0.015156762674450874, 0.019870778545737267, 0.031995393335819244, -0.004658087622374296, 0.011245726607739924, 0.00010286943870596588, -0.008453271351754665, -0.033709216862916946, 0.01614750549197197, 0.017915261909365654, -0.018262820318341255, 0.0248844176530838, -0.022061998024582863, 0.027305344119668007, 0.11196190118789671, -0.015284600667655468, 0.03459608927369118, -0.021101217716932297, 0.006419352255761623, 0.004434371832758188, -0.02356608957052231, -0.03299811854958534, 0.005350958555936813, 0.008613068610429764, 0.014573502354323864, -0.03159989416599274, 0.03572665527462959, -0.03416164219379425, 0.07042261958122253, 0.018753698095679283, -0.00472000939771533, -0.023795798420906067, -0.07040663808584213, 0.015610936097800732, 0.0024848461616784334, 0.014094110578298569, 0.0451686717569828, 0.05513901636004448, 0.020948411896824837, -0.04963300749659538, 0.008603580296039581, -0.0221558790653944, -0.014140053652226923, -0.02202005311846733, -0.019566666334867477, 0.005355203058570623, -0.02602197229862213, -0.005137479864060879, -0.016896555200219154, 0.006004379130899906, 0.06579648703336716, -0.04483109712600708, 0.055849116295576096, -0.011100410483777525, -0.04569600149989128, 0.0009747627773322164, -0.0334135927259922, -0.009059876203536987, 0.024029500782489777, -0.025363557040691376, -0.012018745765089989, 0.01649905927479267, -0.016166480258107185, 0.03590043634176254, 0.02937871217727661, -0.012088657356798649, 0.01774647645652294, -0.003447624389082194, 0.016594937071204185, -0.00403562793508172, -0.003088080557063222, -0.02273314632475376, -0.015431414358317852, 0.017266085371375084, 0.004314524121582508, 0.0022606307175010443, -0.00195901351980865, 0.04813091456890106, 0.05082149803638458, 0.042516037821769714, -0.012558559887111189, -0.006870654411613941, -0.02735128626227379, 0.02841193974018097, -0.03734060749411583, -0.01724611222743988, 0.03366926684975624, 0.012244459241628649, 0.014533553272485731, -0.06317831575870514, 0.022425038740038872, -0.0156721081584692, -0.006865785922855139, -0.05928375571966171, -0.018688280135393143, 0.030387433245778084, 0.05374778434634209, -0.00759292533621192, 0.0419108048081398, 0.005206391680985689, -0.051151078194379807, 0.02268320880830288, 0.022591078653931614, 0.03426451236009598, 0.0017337994650006294, 0.01822486892342567, 0.021276993677020073, 0.046453043818473816, 0.030645104125142097, 0.015592209994792938, 0.009032536298036575, -0.03332570195198059, 0.02615879848599434, 0.027813199907541275, 0.008537163957953453, -0.02683793567121029, -0.01428187359124422, 0.014041241258382796, 0.05926078557968139, -0.025183629244565964, 0.013572398573160172, -0.018767930567264557, 0.01952721551060677, 0.0318775400519371, 0.01369861327111721, -0.017853839322924614, -0.022643260657787323], [-0.037688516080379486, -0.04711940512061119, -0.054392259567976, 0.0024982918985188007, -0.02072553150355816, 0.01575785130262375, 0.006046479567885399, 0.010902274399995804, 0.02219429053366184, 0.059514082968235016, -0.0024128989316523075, -0.004635305609554052, -0.04793939366936684, 0.00831683725118637, 0.010974530130624773, 0.05108514055609703, 0.046954747289419174, 0.006211353465914726, 0.030716948211193085, 0.03689764812588692, -0.011517103761434557, -0.026442481204867363, 0.024435527622699738, -0.009268860332667828, -0.04230586811900139, 0.018571000546216965, 0.005643818527460098, -0.03656395897269249, 0.029038865119218823, -0.039219461381435394, 0.01948229782283306, -0.016925325617194176, -0.023198861628770828, 0.008620310574769974, 0.02351415902376175, 0.05535216256976128, 0.009388848207890987, 0.006407538428902626, -0.07779431343078613, -0.011525860987603664, -0.08764559030532837, -0.020711518824100494, -0.04398220032453537, -0.0012336000800132751, -0.02809910476207733, 0.0386468879878521, -0.0025267561431974173, 0.04779401049017906, -0.03034384734928608, -0.043048568069934845, 0.012377163395285606, 0.03420623764395714, -0.01957644894719124, -0.010160449892282486, -0.0037940754555165768, 0.013686522841453552, 0.038049355149269104, -0.020809611305594444, 0.01431624125689268, 0.015027412213385103, -0.01479619462043047, -0.04061202332377434, -0.022953631356358528, -0.02593143656849861, 0.011637968011200428, 0.031249448657035828, 0.04886229708790779, 0.009666594676673412, -0.014078893698751926, -0.02993220835924149, -0.007207823917269707, -0.01686839573085308, 0.005417417734861374, -0.04455411061644554, 0.055282097309827805, -0.01611168310046196, -0.07113803923130035, 0.02648145705461502, -0.0014683211920782924, -0.039333317428827286, -0.010946065187454224, 0.002040673280134797, -0.015938270837068558, -0.04153164103627205, -0.028530888259410855, 0.006326962262392044, -0.0509590208530426, -0.016003957018256187, 0.05505525693297386, -0.0063795121386647224, -0.005307501647621393, 0.004777189344167709, 0.010788416489958765, 0.01227732002735138, -0.007669164799153805, 0.034672174602746964, -0.004146157298237085, 0.014197129756212234, 0.00717476150020957, 0.04478970915079117, -0.011757079511880876, -0.05695667862892151, -0.02159610018134117, 0.02367180772125721, -0.011616948060691357, -0.005365306045860052, 0.014538701623678207, -0.006634815130382776, 0.03188617527484894, -0.009201421402394772, -0.00620785029605031, 0.025064369663596153, -0.003544027451425791, -0.03596839681267738, -0.02533062174916267, 0.009909087792038918, 0.02255951054394245, -0.01870762929320335, -0.051022082567214966, 0.01910700649023056, -0.038501281291246414, 0.01724390685558319, -0.0123587716370821, 0.010421445593237875, 0.008637389168143272, -0.006965001113712788, 0.04573209956288338, 0.04091768711805344, -0.021527785807847977, 0.019975824281573296, 0.018074845895171165, 0.018582386896014217, 0.014109546318650246, -0.01436660159379244, 0.0035102807451039553, 0.037078943103551865, -0.01372111774981022, 0.032013170421123505, -0.02727670408785343, 0.013277512975037098, -0.025941509753465652, -0.026425402611494064, -0.01155038457363844, 0.03543063998222351, -0.023980099707841873, -0.03941214084625244, -0.01069733127951622, -0.03533780202269554, -0.011644097976386549, -0.028322439640760425, -0.0008495506481267512, 0.0015064196195453403, -0.008169698528945446, 0.02855847589671612, -0.03814394399523735, -0.003145964816212654, 0.027972549200057983, 0.0254795104265213, -0.010373275727033617, 0.004400146659463644, 0.0159163735806942, 0.0028306676540523767, 0.06465693563222885, -0.009840335696935654, -0.03619260713458061, 0.01624831184744835, 0.03209111839532852, -0.019620239734649655, -0.005312756635248661, 0.04267021268606186, 0.004345845431089401, 0.021598728373646736, -0.009409867227077484, 0.06106429547071457, -0.010082500986754894, -0.05913222581148147, -0.04733660817146301, -0.008509519509971142, 0.004722450394183397, 0.027711991220712665, -0.0056800562888383865, -0.029147466644644737, -0.014776925556361675, -0.014188370667397976, -0.03209199383854866, 0.0014074514620006084, -0.011093861423432829, -0.009840335696935654, -0.02343796193599701, -0.011800871230661867, 0.03149730712175369, -0.03336237743496895, 0.011696210131049156, -0.00334565294906497, -0.0373922698199749, 0.02309463918209076, 0.05268965661525726, -0.020420745015144348, -0.010911031626164911, -0.0032002658117562532, 0.0025644167326390743, 0.00695668114349246, 0.02282225713133812, -0.01433857437223196, -0.04040883108973503, -0.05081188306212425, 0.03427279740571976, -0.013803008012473583, 0.029181623831391335, 0.011997932568192482, -0.014139325357973576, 0.08331376314163208, 0.0012857116525992751, 0.02132459543645382, 0.04512602463364601, 0.04344181343913078, 0.08818510919809341, -0.027308234944939613, 0.06311547756195068, 0.0017017287900671365, 0.007593405898660421, -0.005931199062615633, 0.024519607424736023, -0.02041023410856724, -0.01266968995332718, 0.02792481519281864, 0.018974756821990013, 0.05947905406355858, 0.017496582120656967, 0.009325788356363772, 0.012130181305110456, -0.02128606103360653, -0.0269771721214056, -0.04473015293478966, -0.028610587120056152, -0.02319535985589027, -0.051850613206624985, 0.012723990716040134, -0.052906859666109085, 0.03927835822105408, -0.02059941180050373, -0.002063444582745433, 0.0594019815325737, -0.04430625215172768, 0.003390320111066103, -0.039377108216285706, -0.006172817200422287, 0.007497064769268036, 0.01164497435092926, -0.004183818120509386, 0.06010964885354042, -0.03763071447610855, 0.005573752336204052, -0.00401406129822135, -0.021715214475989345, -0.009579777717590332, -0.028664011508226395, 5.473908822750673e-05, -0.023610500618815426, 0.013756370171904564, -0.00896494835615158, -0.012612104415893556, -0.05306801199913025, -0.016925325617194176, 0.0471789613366127, 0.021268542855978012, 0.029196513816714287, -0.0232815183699131, 0.05530311539769173, -0.011150571517646313, 0.007698505185544491, -0.1002574786543846, -0.0004133895563427359, -0.00793848093599081, -0.016945797950029373, 0.04637670144438744, 0.03586329519748688, 0.011584761552512646, 0.023254916071891785, 0.019159555435180664, -0.03429031744599342, -0.060270797461271286, -0.007374449633061886, 0.03489375859498978, 0.021549684926867485, 0.003894795430824161, -0.0060598356649279594, -0.04158418998122215, -0.053229160606861115, -0.03342149779200554, -0.005200651008635759, 0.02476133406162262, -0.005012677051126957, -0.003934207838028669, 0.07883304357528687, -0.024952266365289688, 0.011287637054920197, 0.04431851580739021, -0.038238536566495895, -0.06378811597824097, 0.04346546158194542, -0.0023113032802939415, -0.03333041071891785, -0.041713811457157135, 0.014797069132328032, -0.020434757694602013, -0.04835957661271095, 0.04531170427799225, 0.013398377224802973, -0.0076965345069766045, -0.004435179755091667, 0.019748110324144363, -0.001399076310917735, -0.0250380951911211, 0.008313334546983242, -0.011837327852845192, 0.029806088656187057, 0.04065581411123276, -0.009159929119050505, -0.001637793378904462, 0.03225577250123024, -0.01502565946429968, 0.023381691426038746, -0.07355531305074692, 0.03192909061908722, 0.0677538514137268, 0.008335229940712452, 0.034388408064842224, -0.026826530694961548, 0.011897211894392967, 0.03588782250881195, -0.018121210858225822, 0.004741718526929617, 0.03592635691165924, -0.00618901988491416, 0.0407433956861496, 0.008087371475994587, -0.02236420102417469, 0.02716810256242752, 0.07090506702661514, 0.03671810403466225, -0.0584210529923439, -0.006446074694395065, -0.045641008764505386, -0.0012804566649720073, -0.036174651235342026, 0.015127256512641908, -0.05358649790287018, 0.051507290452718735, -0.02347562462091446, -0.004000770393759012, 0.004879660904407501, 0.008502074517309666, -0.021048765629529953, -0.007882428355515003, -0.024935876950621605, -0.02248418889939785, -0.0129341883584857, -0.002135262358933687, -0.04358106851577759, 0.046512894332408905, -0.03079577162861824, -0.027634041383862495, 0.06296483427286148, 0.002427787985652685, -0.01445287000387907, -0.003287848550826311, 0.011133492924273014, 0.042617663741111755, -0.012723990716040134, 0.050304122269153595, -0.000119988078949973, -0.012293084524571896, 0.01218097936362028, -0.04564801976084709, 0.015105907805263996, -0.04279633238911629, -0.030787011608481407, 0.03963284939527512, -0.043658144772052765, 0.028553657233715057, -0.04566553607583046, 0.034432634711265564, 0.0136979091912508, 0.02319535985589027, 0.04688140004873276, 0.04463556408882141, 0.02245616354048252, -0.005443254951387644, 0.05425212532281875, -0.0027124446351081133, -0.057482171803712845, -0.006001155357807875, 0.020298128947615623, -0.02227224037051201, -0.010872496291995049, 0.0027781182434409857, 0.003972744103521109, 0.05996425822377205, 0.025565342977643013, -0.024125484749674797, 0.01833890751004219, -0.015358474105596542, -0.02023419365286827, -0.009809243492782116, -0.044786207377910614, -0.06261537969112396, 0.0006989086396060884, -0.03275061398744583, -0.009150623343884943, -0.02430940978229046, -0.010785789228975773, -0.019212104380130768, 0.02750091813504696, 0.021834326907992363, 0.006754365283995867, 0.000360840029316023, -0.033309388905763626, 0.03734519332647323, -0.022953631356358528, 0.03287498280405998, 0.048527732491493225, -0.06573594361543655, 0.008097881451249123, 0.029375622048974037, 0.005282978527247906, -0.0003731016186065972, 0.0207640677690506, 0.02240711636841297, -0.00831683725118637, 0.009127851575613022, -0.000669130589812994, -0.012331950478255749, 0.06633851677179337, 0.010847972705960274, 0.041479092091321945, 0.011611693538725376, -0.006660651881247759, -0.0449683777987957, -0.02674420364201069, 0.00955875776708126, -0.039307042956352234, -0.0010877751046791673, -0.009154126979410648, -0.01214594580233097, -0.0008022560505196452, -0.03418871760368347, -0.017999088391661644, -0.0007024119840934873, -0.02886720560491085, 0.0031915076542645693, -0.0066037229262292385, -0.06386978179216385, -0.02385222725570202, -0.016845624893903732, -0.002014398341998458, 0.022683002054691315, -0.043076157569885254, -0.01910700649023056, -0.020884493365883827, -0.032575447112321854, -0.025826336815953255, 0.03964861482381821, 0.01317066140472889, 0.018074408173561096, 0.02700169757008553, 0.002168543636798858, -0.07278459519147873, 0.00843157060444355, 0.02481651119887829, 0.010689448565244676, -0.060838330537080765, -0.007288618944585323, -0.05497271195054054, -0.042438995093107224, -0.0031194710172712803, 0.010079873725771904, -0.01136471051722765, 0.016685349866747856, 0.01474714744836092, 0.0035278245341032743, -0.014025467447936537, 0.050270624458789825, 0.014709487557411194, 0.007385178469121456, 0.053222157061100006, -0.018145350739359856, 0.026556776836514473, -0.0045284549705684185, -0.009588535875082016, 0.04257627949118614, -0.003938586916774511, 0.009277618490159512, 0.034518029540777206, -0.014584243297576904, 0.022255543619394302, 0.01302812062203884, 0.08202563971281052, -0.028352219611406326, -0.04176811128854752, 0.02835572138428688, 0.03679167479276657, -0.04552540183067322, 0.0496952049434185, 0.004246877506375313, 0.021484872326254845, 0.013504570350050926, 0.03168823570013046, 0.01624305732548237, -0.01967147551476955, -0.05312319099903107, -0.04470295086503029, -0.05126030743122101, -0.055685851722955704, 0.008821750991046429, 0.04374922811985016, 0.0001348771038465202, -0.004201553296297789, 0.02776716835796833, 0.003531327936798334, -0.03323494642972946, -0.024517854675650597, -0.04100964590907097, 0.055085912346839905, 0.030025044456124306, -0.02503897249698639, 0.052955903112888336, -0.001525687868706882, 0.028183184564113617, -0.038571350276470184, -0.02270139381289482, -0.04140552133321762, -0.05417221039533615, 0.02598048374056816, 0.01097234059125185, -0.057243943214416504, 0.03449350595474243, -0.024185042828321457, 0.004908125381916761, -0.029605526477098465, -0.0025153704918920994, 0.03679867833852768, 0.020405855029821396, -0.012692460790276527, -0.04730858653783798, -0.052749209105968475, 0.028515122830867767, 0.018199650570750237, 0.03563733398914337, -0.0162745863199234, -0.0046006012707948685, 0.01267494447529316, -0.0699118822813034, -0.06449928134679794, -0.010837462730705738, 0.009451907128095629, -0.006498624105006456, -0.00876613613218069, 0.07215400040149689, -0.02718474343419075, -0.028912747278809547, 0.011380475014448166, 0.022703146561980247, 0.0021825567819178104, 0.012720488011837006, 0.014835606329143047, 0.020056402310729027, -0.019562436267733577, -0.0049584852531552315, -1.7516507796244696e-05, -0.021455969661474228, 0.0071011921390891075, -0.007801852189004421, -0.03582476079463959, -0.01712413877248764, 0.007045139092952013, 0.029462764039635655, -0.008515650406479836, 0.024470560252666473, -0.013688274659216404, 0.02825533226132393, 0.0026152145583182573, 0.03923741355538368, 0.014591251499950886, 0.005065774079412222, 0.037670671939849854, -0.016377495601773262, -0.0076582171022892, 0.009250029921531676, -0.05177178978919983, 0.01454570796340704, 0.0336921252310276, 0.0390758253633976, -0.0244495403021574, -0.04660792276263237, -0.05668342113494873, -0.012916672974824904, -0.003588256426155567, 0.0043902937322855, -0.01805076003074646, -0.06712325662374496, -0.028021158650517464, -0.0077449241653084755, 0.06164759397506714, 0.048930611461400986, -0.042312875390052795, -0.009011367335915564, 0.02167843095958233, -0.015957538038492203, -0.038718488067388535, -0.04801712557673454, 0.030527770519256592, -0.042302366346120834, -0.01686839573085308, 0.00345951016061008, -0.007115205284208059, -0.04514354467391968, -0.013200439512729645, -0.016060009598731995, 0.02545849047601223, 0.013778484426438808, 0.02132634818553925, -0.02218947373330593, -0.0019894372671842575, -0.012307098135352136, -0.026817774400115013, -0.004624357912689447, 0.07352028787136078, 0.06211002916097641, 0.030052196234464645, 0.008396537974476814, -0.00497819110751152, 0.06428208202123642, 0.007765067741274834, -0.06266705691814423, 0.04289442300796509, 0.029567863792181015, -0.014584243297576904, -0.02458091452717781, 0.021049587056040764, 0.01096905581653118, 0.0017919386737048626, -0.0016780814621597528, 0.010075495578348637, -0.01198566984385252, -0.0012244038516655564, 0.006971569731831551, 0.02421131730079651, -0.01659689098596573, 0.035558510571718216, 0.022816127166152, -0.0023261921014636755, -0.03318360075354576, -0.006115888711065054, 0.04103416949510574, -0.010000173933804035, -0.00017691672837827355, -0.03685297816991806, -0.005254952237010002, -0.030930649489164352, -0.00620785029605031, -0.0292423851788044, 0.04623657464981079, 0.06304191052913666, 0.029513344168663025, 0.029006898403167725, 0.031021734699606895, -0.004028796683996916, -0.02164777554571629, -0.023546127602458, 0.06725988537073135, -0.030086353421211243, 0.015537142753601074, -0.06073498725891113, 0.010052723810076714, -0.002987221349030733, 0.02605229988694191, -0.0756082534790039, -0.0002837674110196531, 0.04039306566119194, -0.00971465464681387, -0.0025048605166375637, -0.012591522186994553, 0.013762719929218292, 0.05771514028310776, 0.057019736617803574, -0.03681269288063049, 0.012096024118363856, -0.03248261287808418, -0.05523305386304855, -0.00678239157423377, 0.03546567261219025, -0.014260188676416874, 0.00840704794973135, 0.0014643799513578415, -0.015558162704110146, 0.05696017667651177, -0.012656114995479584, -0.007585523650050163, 0.01890009269118309, 0.01956944167613983, 0.028352219611406326, 0.02797211147844791, 0.011459299363195896, 0.01407976821064949, 0.02172047086060047, 0.05683055892586708, 0.01607270911335945, -0.005871533416211605, -0.0818406268954277, -0.03950672969222069, 0.0297500379383564, 0.041366107761859894, 0.03518015146255493, -0.002071326831355691, -0.054497361183166504, 0.005757675971835852, -0.0032808417454361916, 0.03498397022485733, -0.0063199554570019245, 0.018374377861618996, -0.04904797300696373, -0.06982780247926712, 0.02420036867260933, 0.05481090024113655, -0.03278039023280144, 0.012845511548221111, -0.009549999609589577, 0.011084884405136108, -0.03305189684033394, 0.030040809884667397, -0.0049431584775447845, 0.023247908800840374, 0.0247928649187088, 0.01275376882404089, 0.01032160222530365, 0.0002986564359162003, -0.014519432559609411, 0.02521326020359993, -0.014153337106108664, 0.00670356722548604, 0.004630488809198141, -0.04396161809563637, -0.03155631572008133, 0.0678449347615242, -0.006894497200846672, -0.04047539457678795, -0.027657687664031982, 0.019288301467895508, -0.004942282568663359, -0.004709313157945871, 0.02752894163131714, 0.019936852157115936, 0.01998983882367611, -0.003650440135970712, -0.06527350842952728, 0.08550157397985458, -0.05002546310424805, 0.022754818201065063, -0.02389799058437347, 0.05021281912922859, -0.09014695137739182, -0.017314191907644272, 0.012371908873319626, 0.03584052622318268, -0.02602449432015419, 0.02042851783335209, 0.033004600554704666, 0.014772984199225904, -0.029224541038274765, -0.02979908138513565, 0.009339801967144012, 0.004000770393759012, -0.015743836760520935, 0.03203068673610687, -0.029583191499114037, -0.06122719869017601, -0.017583070322871208, -0.018311757594347, 0.017623359337449074, -0.03386291116476059, -0.037078943103551865, -0.017379440367221832, -0.02027360536158085, -0.03665154054760933, 0.030345596373081207, -0.05181382969021797, -0.0010825201170518994, 0.06773983687162399, -0.05080750584602356, 0.01781603880226612, -0.022951003164052963, -0.035068050026893616, 0.03583526983857155, -0.04626460000872612, -0.003829984227195382, -0.030913131311535835, 0.012855802662670612, -0.001578237395733595, -0.012506786733865738, -0.0037415260449051857, -0.02110038511455059, 0.0027903795707970858, 0.019615860655903816, -0.02607331983745098, 0.007262344006448984, -0.026404382660984993, 0.005815480370074511, -0.0072430758737027645, -0.050629716366529465, -0.02838374860584736, 0.024255327880382534, 0.016567112877964973, -0.02565204910933971, 0.041626229882240295, -0.023403804749250412, -0.0008990347268991172, 0.024838406592607495, -0.0003152971330564469, 0.015447095967829227, -0.005947299301624298, 0.03959431126713753, -0.012685454450547695, -0.05638476088643074, -0.011981290765106678, -0.004856451880186796, 0.000672633876092732, -0.03523620590567589, -0.03168385848402977, 0.010285255499184132, 0.03380642086267471, -0.0005149852950125933, 0.03619742393493652, -0.006917706690728664, -0.013035785406827928, -0.03176180645823479, -0.016858762130141258, -0.0001690343051450327, 0.02655852772295475, -0.07081223279237747, 0.009423880837857723, 0.029045874252915382, 0.04153689369559288, 0.0184098482131958, 0.011481194756925106, -0.021966993808746334, 0.04910227283835411, -0.05153925716876984, -0.007173885591328144, -0.017071587964892387, -0.033918965607881546, -0.016547078266739845, -0.014320621266961098, 0.0054791634902358055, 0.0638231411576271, 0.03251107409596443, -0.02737129293382168, 0.017381630837917328, 0.049873001873493195, -0.0207675714045763, 0.015057189390063286, -0.013981676660478117, 0.027101540938019753, -0.008362380787730217, -0.013192557729780674, 0.03672891482710838, -0.03593336418271065, -0.020802604034543037, 0.012910159304738045, -0.0027080520521849394, 0.028824180364608765, 0.06524548679590225, -0.05192811042070389, -0.012493648566305636, 0.06381263583898544, -0.02848709560930729, -0.019453613087534904, -0.027412019670009613, -0.03985355794429779, -0.0010343497851863503, -0.016532080247998238, 0.03545428812503815, 0.015660470351576805, -0.04657704755663872, -0.01107875257730484, -0.02705971896648407, -0.04148083925247192, 0.018643693998456, 0.004644501954317093, 0.023528173565864563, -0.017828302457928658, 0.01673242449760437, -0.04291018843650818, 0.021755501627922055, -0.009448404423892498, -0.037443287670612335, 0.07980521023273468, -0.013797753490507604, 0.016339397057890892, 0.043539028614759445, -2.1019808627897874e-05, -0.004380878526717424, 0.03163481131196022, -0.05280175805091858, -0.02305172197520733, 0.01423719897866249, -0.01911226101219654, -0.03555675968527794, 0.06618437170982361, -0.030803654342889782, 0.03899875283241272, 0.07497415691614151, 0.05052768066525459, 0.0011888234876096249, -0.005433620419353247, 0.02518479712307453, 0.0016430483665317297, -0.030205465853214264, -0.01952740177512169, -0.000814955506939441, 0.011180348694324492, 0.018394194543361664, -0.06316321343183517, 0.011512723751366138, -0.07813763618469238, 0.0642155185341835, -0.02117220312356949, 0.03842990472912789, 0.0286139827221632, -0.03482631966471672, -0.0018803970888257029, 0.016199924051761627, 0.030481349676847454, 0.01892133243381977, 0.031990617513656616, 0.0432460643351078, -0.039398130029439926, -0.002699293894693255, -0.032219864428043365, 0.02027185447514057, 0.005905690602958202, -0.010173587128520012, 0.003692479804158211, -0.004120320547372103, -0.037590425461530685, -0.035166140645742416, 0.04998860880732536, 0.04086600989103317, -0.04362310841679573, -0.0040202573873102665, -0.003853631438687444, -0.010625513270497322, -0.00925922580063343, -0.02814202196896076, -0.018776820972561836, 0.012026834301650524, -0.03526598587632179, -0.01714165322482586, 0.014945084229111671, -0.012288705445826054, 0.050401996821165085, 0.05355847254395485, 6.393525109160691e-05, 0.0467112697660923, -0.0027395817451179028, -0.002088843612000346, 0.007083894219249487, -0.04680410772562027, -0.026806825771927834, -0.002151902997866273, -0.04469862207770347, -0.0009007864282466472, -0.015996074303984642, -0.012499780394136906, 0.008953781798481941, 0.012639910914003847, 0.05166143551468849, 0.003841041587293148, 0.03155773878097534, 0.007449770346283913, 0.06304541230201721, 0.0002592442906461656, 0.01701553538441658, 0.008476237766444683, 0.024876944720745087, -0.0234160665422678, -0.032351236790418625, -0.022433390840888023, 0.0006590585689991713, -0.001288339146412909, -0.06991539150476456, -0.04560597985982895, 0.06432981044054031, 0.030713442713022232, 0.006714077200740576, 0.052292030304670334, 0.042982008308172226, -0.04096410423517227, -0.00373101606965065, -0.006239380221813917, 0.02882902510464191, 0.05615967512130737, 0.04520397633314133, 0.0419650636613369, 0.03975546732544899, 0.01140280906111002, 0.018969940021634105, 0.04882901534438133, -0.08000839501619339, 0.039180923253297806, 0.0590323843061924, -0.007731786463409662, -0.01938376761972904, -0.004863458219915628, -0.01108324248343706, 0.042989011853933334, -0.0026590058114379644, -0.016500549390912056, -0.009700641967356203, 0.029743028804659843, 0.04769745096564293, -0.033778831362724304, 0.018980886787176132, 0.003688976401463151], [0.019872909411787987, -0.04212810471653938, -0.057677850127220154, -0.017328348010778427, 0.017817622050642967, -0.0093765864148736, 0.013092816807329656, 0.02034677006304264, 0.005668469704687595, 0.0307344663888216, -0.0013980494113638997, 0.00819031335413456, -0.0026597827672958374, -0.026686271652579308, 0.008321761153638363, 0.023337604478001595, -0.04389939457178116, 0.006296496372669935, 0.08559339493513107, 0.026636773720383644, -0.01510591059923172, -0.03446520119905472, 0.027865242213010788, 0.02097682468593121, -0.020921245217323303, 0.04324621707201004, -0.005706605035811663, -0.060043904930353165, 0.0035188570618629456, -0.0022654403001070023, 0.015613291412591934, -0.0293760746717453, -0.04980074241757393, -0.05009284242987633, 0.04106678441166878, 0.04499966278672218, 0.04909319430589676, 0.004029432777315378, -0.029801249504089355, -0.03455932438373566, -0.05244916304945946, -0.04549705609679222, -0.020669708028435707, 0.033404696732759476, 0.025603044778108597, 0.05859311297535896, -0.006811737548559904, -0.02580265142023563, 0.04663301631808281, -0.024129537865519524, 0.054305654019117355, -0.02357615903019905, -0.02119448408484459, -0.028840547427535057, 0.033988095819950104, 0.0309891477227211, -0.02112896367907524, -0.00814974308013916, 0.04077143594622612, 0.02487191930413246, 0.06978724896907806, 0.023581840097904205, -0.010012321174144743, -0.011939001269638538, 0.003745035734027624, -0.02494662068784237, 0.04404301941394806, 0.034773536026477814, 0.01843834668397903, -0.025640370324254036, -0.02040032297372818, -0.008860533125698566, -0.03258274495601654, -0.017578259110450745, 0.004642854444682598, -0.033059850335121155, -0.026477739214897156, -0.008310400880873203, -0.03452686965465546, -0.06663250178098679, -0.028856776654720303, 0.03897011652588844, 0.0039515383541584015, -0.009825698100030422, -0.04756126180291176, -0.009139656089246271, -0.015479967929422855, -0.0409434549510479, 0.07256549596786499, 0.04850655049085617, -0.0414091981947422, -0.009814338758587835, 0.0521375834941864, 0.004723994992673397, 0.009866674430668354, 0.03342336043715477, -0.030044671148061752, 0.003007063874974847, -0.035076189786195755, 0.02164177224040031, -0.013982116244733334, 0.00894005037844181, -0.002654914278537035, 0.005150793120265007, -0.04005090892314911, -0.04723670333623886, 0.01101967878639698, 0.003284564008936286, -0.0014864924596622586, -0.03198271244764328, -0.026459887623786926, -0.010609920136630537, 0.007608536630868912, -0.03700246289372444, 0.005528908222913742, -0.015328234992921352, 0.031583093106746674, -0.0033807153813540936, -0.0011032053735107183, -0.012072070501744747, 0.01872558332979679, -0.018392909318208694, 0.004039575345814228, 0.0505731962621212, -0.02997651509940624, 0.003196120960637927, 0.008564370684325695, 0.025611160323023796, -0.0004811626276932657, -0.04283240064978599, 0.004151143599301577, -0.015690933912992477, 0.020216133445501328, -0.03487414866685867, -0.028892477974295616, -0.03612533584237099, -0.0006272154278121889, 0.06551114469766617, -0.02626677416265011, 0.007257198449224234, -0.013952906243503094, -0.004933337215334177, 0.01201868336647749, 0.04151792824268341, -0.03250241279602051, -0.04506538435816765, -0.03726941347122192, -0.04801565036177635, -0.005021780263632536, 0.019363347440958023, 0.01024346984922886, -0.020001111552119255, 0.026604318991303444, 0.01702812686562538, -0.01620049588382244, 0.03457555174827576, -0.0018475671531632545, 0.06595093011856079, -0.01704435609281063, 0.014517643488943577, 0.009656520560383797, -0.0007789479568600655, 0.029801249504089355, -0.0018130824901163576, -0.0041722399182617664, -0.004081768449395895, 0.029593532904982567, -0.06335443258285522, 0.026356030255556107, 0.04182301461696625, 0.03263954073190689, -0.031675998121500015, 0.043588630855083466, 0.0284802857786417, -0.025030195713043213, -0.005830749869346619, 0.0064147585071623325, 0.021580105647444725, -0.03427857905626297, -0.024739710614085197, 0.011194130405783652, -0.050939954817295074, -0.029181336984038353, 0.010158779099583626, -0.0407649464905262, 0.008798866532742977, -0.06756359338760376, -0.005628710146993399, 0.009203757159411907, 0.021390236914157867, 0.0134857390075922, -0.034412458539009094, -0.05550653487443924, -0.03057370707392693, -0.05298144370317459, 0.04580862820148468, 0.022208333015441895, -0.008831322193145752, 0.026472872123122215, 0.014219045639038086, -0.015686064958572388, -0.031965263187885284, -0.02268432267010212, -0.006385750602930784, -0.03538370877504349, -0.04313099756836891, 0.10172857344150545, 0.005234368145465851, 0.03156767785549164, -0.07167619466781616, -0.05806245654821396, 0.03422177955508232, -0.04147248715162277, 0.03754853829741478, 0.040252137929201126, -0.016617150977253914, 0.022647911682724953, -0.008890555240213871, 0.06624951958656311, 0.03163826838135719, -0.005940289702266455, -0.03241721913218498, 0.02528984472155571, -0.006875838153064251, -0.007656408939510584, -0.0001979826047318056, 0.03794531524181366, 0.003853358095511794, -0.023494461551308632, 0.0098210321739316, 0.049411267042160034, -0.03268011286854744, 0.01863633096218109, -0.030777370557188988, -0.012970699928700924, -0.03678581863641739, -0.009024842642247677, -0.03642312064766884, -0.00925365835428238, 0.02596229687333107, -0.050216175615787506, -0.030609814450144768, 0.02360212430357933, -0.0409921370446682, 0.03591599315404892, -0.006058754865080118, 0.008007748052477837, 0.021374819800257683, -0.02512107230722904, 0.024038659408688545, -0.019921593368053436, 0.04599566012620926, -0.012379187159240246, -0.023272693157196045, -0.015673082321882248, -0.005092372186481953, -0.03938717767596245, 0.030477961525321007, -0.03194984793663025, 0.01026831939816475, -0.004500262904912233, 0.008315269835293293, -0.005073304288089275, 0.04254354164004326, -0.0031758358236402273, 0.04387424513697624, 0.004703304264694452, -0.04736652597784996, 0.016850480809807777, 0.025753967463970184, 0.025734493508934975, -0.0682196170091629, 0.026672476902604103, 0.03621459007263184, 0.033871352672576904, 0.007830861955881119, 0.031177394092082977, -0.0059147304855287075, 0.053500741720199585, -0.024252869188785553, 0.0024674800224602222, 0.015281173400580885, -0.02394757978618145, 0.03792178258299827, 0.020365025848150253, 0.01636439934372902, 0.034936223179101944, -0.00493982806801796, -0.03070434369146824, -0.00821678526699543, 0.01951589249074459, 0.010837113484740256, -0.0390058197081089, 0.03831227123737335, 0.03651643171906471, -0.025363683700561523, 0.008478362113237381, 0.005670903250575066, -0.04175161197781563, -0.05173837020993233, -0.014004834927618504, 0.005455678794533014, -0.03706859424710274, 0.01878562942147255, 0.05709688365459442, 0.007909567095339298, -0.06364654004573822, 0.03937095031142235, -0.01099452655762434, -0.04247862845659256, 0.0038514311891049142, -0.03893847018480301, -0.028780503198504448, -0.048905763775110245, 0.03240099176764488, -0.005493814125657082, 0.02441677451133728, 0.013092816807329656, -0.0465741902589798, 0.021450279280543327, -0.021453525871038437, -0.043584976345300674, -0.032371778041124344, -0.0632505714893341, 0.051765963435173035, 0.01956457644701004, -0.01721475087106228, 0.006470136810094118, -0.07664848119020462, -0.015635758638381958, -0.01174913253635168, -0.01136614941060543, 0.03855873644351959, -0.041906993836164474, -0.029672645032405853, 0.02451089769601822, 0.028207652270793915, -0.03159445524215698, 0.008248734287917614, -0.01813650503754616, 0.005952460691332817, -0.07104004919528961, -0.012997476384043694, -0.02189655229449272, 0.02194361202418804, -0.01562186237424612, -0.04126963764429093, 0.018502550199627876, 0.05751232430338859, -0.009553472511470318, 0.06896285712718964, -0.0028653722256422043, -0.016223620623350143, 0.018986856564879417, 0.017364047467708588, -0.06471800059080124, 0.027561776340007785, 0.011950360611081123, 0.0013623475097119808, 0.033276088535785675, 0.014264484867453575, 0.025887036696076393, -0.06886224448680878, 0.019682230427861217, -0.0175190269947052, -0.016046734526753426, 0.034818973392248154, 0.010869570076465608, 0.01951264776289463, -0.005342690739780664, 0.04768135026097298, -0.004451362881809473, 0.015968434512615204, 0.052528273314237595, -0.03966792672872543, 0.0011379942297935486, -0.021485982462763783, -0.024006202816963196, 0.09656358510255814, -0.00010264262527925894, -0.011268781498074532, -0.014079485088586807, 0.01261895801872015, 0.010981137864291668, 0.04709713906049728, 0.0482022762298584, -0.019435562193393707, 0.015329859219491482, 0.005428597796708345, 0.05392267182469368, 0.0015254397876560688, -0.01960190199315548, 0.01143106073141098, 0.028896940872073177, 0.007042988203465939, 0.018902471289038655, -0.014296941459178925, -0.015890538692474365, 0.04175161197781563, 0.03497963026165962, -0.04272367060184479, -0.04080389067530632, -0.023282429203391075, -0.028944408521056175, -0.02218541130423546, -0.06264039874076843, -0.041209593415260315, -0.022877540439367294, -0.048946332186460495, -0.039113737642765045, 0.0004224372678436339, -0.06245175004005432, 0.04487916827201843, -0.00931689701974392, 0.05569478124380112, -0.0026808790862560272, 0.011510577984154224, -0.003821510588750243, -0.012446127831935884, -0.030271459370851517, -0.045117318630218506, -0.020203962922096252, -0.048664774745702744, 0.023976992815732956, 0.049424249678850174, -0.024147385731339455, 0.007012154441326857, 0.007335980888456106, -0.002559168729931116, 0.03379052132368088, 0.01640010066330433, 0.046081263571977615, -0.034510642290115356, 0.033027391880750656, -0.0025510545819997787, -0.015880800783634186, 0.02271931618452072, -0.03897985443472862, -0.006780093070119619, 0.0008367604459635913, -0.007005663588643074, 0.02159552089869976, -0.04688820242881775, 0.011244438588619232, -0.009654897265136242, -0.06795968115329742, 0.002067457651719451, 0.03142162412405014, 0.026769844815135, 0.01302141323685646, 0.01079045794904232, -0.023077145218849186, -0.040346261113882065, -0.025916248559951786, -0.00020447383576538416, 0.0074511244893074036, 0.025104843080043793, -0.07285760343074799, -0.01862334832549095, -0.028840547427535057, -0.021060805767774585, -0.024840326979756355, 0.02066240645945072, -0.03806459158658981, -0.10232455283403397, -0.03815080225467682, -0.04899095743894577, 0.018878737464547157, 0.027300909161567688, 0.03454634174704552, 0.03098590299487114, -0.08307155966758728, 0.004192525055259466, -0.026717916131019592, -0.03575371205806732, 0.0027766251005232334, 0.07265637069940567, 0.004985875450074673, -0.07563990354537964, -0.025703050196170807, 0.00215042382478714, -0.04783714562654495, 0.017555540427565575, 0.023993222042918205, 0.02853870764374733, 0.034377571195364, 0.01882619969546795, 0.0244070366024971, 0.009375774301588535, -0.0073805321007966995, 0.014867154881358148, 0.03157984837889671, 0.00445947702974081, -0.011543035507202148, 0.01094908732920885, 0.046224068850278854, 0.00116193073336035, 0.0032366912346333265, -0.009628121741116049, -0.010270753875374794, 0.009632989764213562, 0.05126775801181793, -0.007883602753281593, 0.015455625019967556, 0.017553696408867836, 0.012356062419712543, 0.04295411333441734, -0.013978262431919576, -0.014395932666957378, -0.021336684003472328, -0.034713491797447205, -0.03115142695605755, -0.012290743179619312, -0.012930536642670631, -0.015828872099518776, 0.044614244252443314, -0.003132831305265426, 0.0029340372420847416, 0.024197693914175034, -0.024713341146707535, 0.009256904013454914, -0.05839188769459725, 0.007176057901233435, 0.06762241572141647, 0.02130260318517685, -0.040333278477191925, 0.050138287246227264, -0.04796372354030609, -0.009558746591210364, 0.0006848251214250922, -0.024918220937252045, 0.019059883430600166, -0.0034896463621407747, 0.002249212237074971, 0.011976324953138828, -0.02412710152566433, -0.0012268431019037962, 0.009907244704663754, 0.0015173257561400533, 0.01298571191728115, 0.023495016619563103, 0.013055340386927128, 0.08562585711479187, -0.0352415107190609, -0.007224742788821459, -0.06376256793737411, -0.050079863518476486, 0.019569851458072662, 0.019828181713819504, -0.019895628094673157, 0.021781332790851593, 0.02044089324772358, -0.03180704265832901, -0.022225981578230854, -0.00797731988132, -0.02281506173312664, -0.029290471225976944, -0.027977213263511658, 0.06954707205295563, -0.014955800957977772, -0.010764087550342085, -0.008844304829835892, 0.017477644607424736, 0.03152061626315117, -0.01060586329549551, 0.02615804597735405, -0.03918108344078064, -0.03647748380899429, 0.06920953094959259, -0.009839086793363094, 0.007808953057974577, 0.046201352030038834, 0.005261144135147333, -0.014979331754148006, -0.014060011133551598, -0.005156473256647587, -0.01843834668397903, -0.07772278040647507, -0.02112247236073017, -0.006716803181916475, 0.04303362965583801, -0.023074304684996605, -0.032166339457035065, -0.02456931583583355, 0.04477003216743469, -0.014404046349227428, 0.00657237321138382, 0.0038866258691996336, -0.016573740169405937, 0.015157029032707214, 0.013252460397779942, 0.01635628379881382, 0.04257599636912346, -0.02782791666686535, -0.046205002814531326, -0.004955245181918144, -0.02532067708671093, -0.017649661749601364, 0.007838163524866104, -0.01729102060198784, -0.07763514667749405, -0.029694145545363423, -0.015643872320652008, -0.03283914923667908, -0.010418632067739964, -0.0437963493168354, -0.015809398144483566, 0.002424475736916065, -0.01230433490127325, -0.05674635991454125, -0.01966721937060356, 0.033767394721508026, -0.03425910696387291, -0.018159223720431328, -0.019128041341900826, 0.040424153208732605, 0.001126228948123753, 0.01975606754422188, -0.008828888647258282, -0.005494828801602125, -0.01669910177588463, -0.0036803262773901224, -0.03892143443226814, 0.006789830047637224, -0.018389662727713585, -0.015996020287275314, -0.06650268286466599, 0.028518421575427055, 0.09066954255104064, 0.020624268800020214, 0.05408657714724541, 0.01844970695674419, 0.03264116495847702, -0.02273067645728588, 0.003836318850517273, 0.08879357576370239, 0.01940229535102844, -0.02247508428990841, 0.008283219300210476, 0.025160018354654312, -0.018629837781190872, -0.05644776299595833, -0.008006935939192772, -0.034773536026477814, 0.006079445127397776, 0.0023206158075481653, -0.0013436852023005486, 0.012543495744466782, -0.025114580988883972, -0.00888893287628889, -0.017464661970734596, -0.0007440575864166021, -0.0285614263266325, 0.004610093776136637, -0.0017557264072820544, -0.010444394312798975, -0.02000090852379799, 0.035529762506484985, 0.010635885410010816, -0.03475406393408775, -0.0062413206323981285, -0.03125934302806854, 0.004379959776997566, 0.061219628900289536, 0.04475542530417442, 0.05381232500076294, 0.004782415926456451, -0.02662460319697857, 0.0016397462459281087, -0.0017790035344660282, 0.029716864228248596, -0.05290355160832405, -0.005819796118885279, -0.009545358829200268, 0.0004917109035886824, -0.029704896733164787, 0.04806757718324661, -0.04412415996193886, -0.01423527393490076, -0.017772996798157692, -0.00832216627895832, -0.002605418674647808, 0.009763422422111034, -0.0126432990655303, 0.04828828200697899, 0.005991408135741949, -0.015267380513250828, 0.007055311463773251, -0.01874343492090702, -0.0616861879825592, -0.0582701750099659, 0.011528226546943188, -0.008771278895437717, 0.017648039385676384, 0.03365379571914673, 0.003132831305265426, 0.00936522614210844, -0.02070622146129608, -0.0006142329657450318, -0.02931927889585495, -0.04126298055052757, 0.025075633078813553, 0.002899958286434412, 0.02200528047978878, 0.008227637968957424, 0.020448753610253338, 0.038352638483047485, 0.01257351879030466, -0.025848088786005977, -0.028489818796515465, -0.06222820654511452, 0.05540267378091812, 0.010803034529089928, -0.031274762004613876, 0.008003690280020237, 0.02217729575932026, -0.01967492699623108, -0.061229366809129715, 0.01995739713311195, -0.04202181100845337, 0.02611706964671612, -0.0016909661935642362, -0.06019320338964462, 0.02034514769911766, -0.0023449580185115337, -0.0014183343155309558, 0.009889393113553524, -0.04567880555987358, -0.040173836052417755, -0.02599089778959751, 0.01964571699500084, -0.03754528984427452, 0.05930390581488609, 0.07217277586460114, 0.03581862524151802, -0.01786711998283863, -0.04591898620128632, -0.0638347864151001, -0.012393792159855366, -0.013520427979528904, 0.01799207553267479, -0.01388961635529995, 0.002237852429971099, -0.030793193727731705, 0.009329118765890598, 0.003344608005136251, 0.01619562692940235, -0.009030927903950214, 0.028692469000816345, 0.02135615609586239, 0.03411548584699631, -0.019170233979821205, -0.016736021265387535, 0.03245292231440544, -0.02355993166565895, -0.07903724908828735, 0.009361980482935904, -0.023374930024147034, 0.04970012605190277, 0.008443775586783886, 0.029132654890418053, -0.011194130405783652, -0.03101835772395134, 0.03792746365070343, 0.015986284241080284, -0.015487270429730415, -0.025093484669923782, -0.0026760108303278685, -0.023123394697904587, -0.01382145844399929, -0.003735704580321908, 0.01991434209048748, -0.0166800357401371, -0.059966009110212326, 0.0588657446205616, -0.02862633764743805, -0.02770782820880413, 0.00044464945676736534, 0.03542468696832657, -0.054967764765024185, -0.009047156199812887, -0.05598201975226402, -0.03327243775129318, -0.00852136593312025, -0.016727907583117485, 0.016604574397206306, -0.011158430017530918, -0.010365688242018225, 0.07823234051465988, -0.05879759043455124, 0.01629684865474701, 0.04795236140489578, -0.07016698271036148, 0.02215133234858513, -0.022367164492607117, 0.015390713699162006, 0.007310750894248486, 0.06049910187721253, 0.018386417999863625, -0.033978357911109924, 0.02447357028722763, -0.025546249002218246, 0.04232284054160118, 0.020085496827960014, -0.003153522266075015, -0.03832424059510231, -0.017851853743195534, -0.05495477840304375, 0.04003143310546875, -0.02958054840564728, 0.03244318440556526, -0.015922589227557182, -0.012126028537750244, -0.007403251249343157, 0.03823011741042137, 0.034642089158296585, -0.0035068888682872057, 0.01634492538869381, -0.012891588732600212, 0.004342635162174702, 0.03201151639223099, 0.039874833077192307, 0.008557271212339401, -0.01549132727086544, 0.059193555265665054, -0.005365815479308367, 0.030395200476050377, -0.04249323159456253, -0.05982969328761101, -0.013887993060052397, -0.023219140246510506, -0.020490389317274097, -0.01108459196984768, 0.017261812463402748, 0.0024220412597060204, 0.01148299127817154, -0.016281940042972565, -0.020801967009902, 0.0002442326513119042, 0.003456581849604845, -0.005167021416127682, 0.02112693525850773, 0.003196932375431061, 0.02420093864202499, -0.0009704393451102078, 0.005032328423112631, 0.017612338066101074, -0.05224144086241722, -0.0008178953430615366, -0.038103535771369934, -0.01358209364116192, -0.0012219746131449938, 0.008193559013307095, 0.0063581629656255245, 0.01850244775414467, 0.028804847970604897, 0.008605752140283585, 0.0018435101956129072, 0.024715369567275047, -0.02661405503749847, -0.023300280794501305, 0.020087121054530144, 0.02860361896455288, -0.02696945145726204, 0.01482313685119152, 0.030409803614020348, -0.016341272741556168, 0.02608907595276833, 0.028069714084267616, -0.058524955064058304, 0.020640498027205467, 0.031490229070186615, 0.004011582117527723, 0.05155986547470093, 0.044516876339912415, -0.015377731062471868, -0.052562762051820755, -0.0407637283205986, -0.0026354407891631126, -0.011585229076445104, 0.0410570465028286, -0.000516052998136729, -0.007187418173998594, -0.06677450239658356, -0.011520011350512505, 0.01900552026927471, -0.04385152831673622, -0.004372656811028719, 0.021854359656572345, -0.0027319977525621653, 0.015229244716465471, -0.007202023174613714, -0.03865853697061539, 0.06134702265262604, -0.003841187106445432, -0.03113844431936741, 0.04301740229129791, 0.05135214328765869, 0.03731647506356239, 0.03427046537399292, -0.007385400589555502, -0.02185273729264736, 0.030473094433546063, -0.01349365059286356, 0.007148470729589462, -0.05167163535952568, -0.026653002947568893, 0.02945721708238125, -0.02140078507363796, -0.017678873613476753, 0.01480325683951378, 0.06976128369569778, -0.0008998471894301474, -0.014856809750199318, -0.003929072059690952, 0.01113408710807562, 0.002733214758336544, -0.044464949518442154, 0.009071904234588146, -0.010208021849393845, -0.04564270004630089, 0.03772055357694626, -0.02064899168908596, -0.029802873730659485, -0.029224343597888947, 0.04766512289643288, -0.020064400508999825, 0.01024722307920456, 0.021787824109196663, 0.0107149975374341, -0.019322779029607773, 0.00552566209807992, 0.01186272781342268, 0.016436714679002762, -0.0067232949659228325, 0.06093604490160942, 0.002755934139713645, 0.0187369454652071, 0.007134270388633013, -0.018968194723129272, -0.028277434408664703, -0.023024404421448708, 0.009381454437971117, -0.023219140246510506, -0.06397759169340134, -0.025046421214938164, 0.021862473338842392, -0.009111257269978523, 0.02888842299580574, -0.025925984606146812, -0.027324844151735302, -0.04810003563761711, -0.00734807550907135, -0.028311513364315033, 0.02808756567537785, -0.00813432689756155, -0.08492480218410492, 0.02129124477505684, 0.037604931741952896, -0.03326432406902313, 0.03103134036064148, 0.02786280587315559, 0.04099375754594803, 0.01782168075442314, 0.035927239805459976, 0.050316791981458664, 0.007932286709547043, 0.008516497910022736, -0.05065758153796196, -0.022229226306080815, 0.017812678590416908, 0.021781332790851593, 0.046052053570747375, -0.0031531164422631264, 0.028207652270793915, -0.014057575725018978, 0.062362898141145706, 0.07461023330688477, 0.028084319084882736, 0.010482530109584332, 0.015767205506563187, -0.006017372943460941, 0.02826850861310959, 0.03189751133322716, 0.025065895169973373, 0.00969769898802042, -0.08100409805774689, 0.009189963340759276, -0.006262823008000851, 0.0006836079992353916, -0.06450338661670685, 0.015554617159068584, 0.022372035309672356, 0.020485520362854004, -0.01096856128424406, -0.02925923280417919, -0.025134054943919185, -0.04110897704958916, 0.02284427359700203, 0.04271231219172478, -0.017428960651159286, -0.004306121729314327, 0.02296598255634308, 0.03487901762127876, 0.03845406696200371, 0.034760553389787674, 0.03736353665590286, -0.013805230148136616, -0.01692226342856884, 0.023469865322113037, -0.01631896011531353, 0.0047402228228747845, -0.014010109007358553, 0.006878881715238094, -0.013196676969528198, -0.016077972948551178, 0.01716931164264679, -0.031292207539081573, 0.012511851266026495, 0.005704982206225395, 0.023514490574598312, 0.004490208812057972, 0.0010897157480940225, -0.061653729528188705], [-0.06726215779781342, -0.03737396746873856, -0.07121667265892029, -0.0028580878861248493, 0.01700233854353428, -0.004232125822454691, -0.0016966897528618574, -0.04513873904943466, 0.00981835462152958, 0.04790601134300232, -0.03108973614871502, 0.017849944531917572, -0.04389538615942001, -0.020744210109114647, -0.02494458854198456, 0.01779973693192005, -0.0053248596377670765, -0.010026564821600914, 0.049326565116643906, 0.018526257947087288, 0.013531802222132685, -0.02993793413043022, 0.02017643302679062, 0.025924356654286385, -0.03971199318766594, 0.03847011551260948, -0.00982795376330614, -0.014883321709930897, 0.010318945161998272, 0.030593575909733772, 0.02228585071861744, -0.04322498291730881, 0.003078849520534277, 0.0007590065943077207, -0.002950379392132163, 0.023715263232588768, -0.010148021392524242, 0.03725334256887436, -0.03707614168524742, -0.020042793825268745, 0.004793259315192699, 0.00513215409591794, -0.0176092479377985, 0.011606598272919657, 0.04142344743013382, 0.03775540739297867, -0.01999332569539547, 0.035954613238573074, -0.0335410013794899, -0.034778449684381485, 0.028901316225528717, 0.005552266258746386, 0.02159772254526615, -0.021728038787841797, 0.005254348739981651, 0.03378022089600563, 0.055439967662096024, -0.01580033078789711, 0.07726804912090302, 0.03465145453810692, 9.450665675103664e-05, 0.022608870640397072, -0.05913754180073738, -0.02770226262509823, 0.02182808518409729, 0.022736234590411183, -0.0025221463292837143, 0.02824198454618454, 0.03631122782826424, -0.08139976114034653, -0.014006181620061398, -0.03197130560874939, -0.015468081459403038, -0.026326747611165047, 0.0680566057562828, 0.004454364068806171, -0.060141671448946, 0.04424092546105385, -0.02974301390349865, -0.026848748326301575, -0.01876252330839634, 0.0061650825664401054, -0.017959218472242355, -0.06542518734931946, -0.02423800341784954, -0.016744151711463928, -0.006287645548582077, -0.06112217903137207, 0.01192703563719988, 0.004966028966009617, -0.016857624053955078, 0.021556375548243523, 0.04402828961610794, 0.011334707029163836, 0.0019447696395218372, 0.015452575869858263, 0.0398552268743515, 0.05779081583023071, 0.024867063388228416, 0.03934983909130096, 0.07044289261102676, 0.0008834156906232238, 0.0030153528787195683, -0.017911965027451515, -0.06815475970506668, 0.0545894093811512, 0.009143518283963203, -0.015546344220638275, -0.00105655484367162, -0.01112446654587984, -0.003804631298407912, 0.004172413609921932, 0.02089778333902359, -0.04950967431068421, 0.03196392208337784, -0.025225892663002018, 0.05121817439794541, -0.011600691825151443, -0.04183395951986313, -0.03791147470474243, -0.06009368225932121, -0.013493039645254612, 0.00288429856300354, -0.0015586215304210782, -0.021706996485590935, 0.006194615736603737, 0.006032182369381189, 0.02688123658299446, -0.013955974020063875, -0.006738767493516207, 0.018313616514205933, 0.008717500604689121, 0.014629335142672062, -0.014413002878427504, -0.027996119111776352, 0.018405908718705177, -0.0398862399160862, 0.04065115004777908, -0.0077148438431322575, 0.012960702180862428, -0.02317074313759804, 0.029113957658410072, 0.011711026541888714, 0.03378502279520035, -0.032525792717933655, -0.024111010134220123, -0.033439479768276215, -0.07233303040266037, -0.0013880665646865964, 0.0102956872433424, -0.01327449269592762, -0.02794000506401062, -0.03168575465679169, 0.032823339104652405, 0.022126371040940285, 0.00857057236135006, 0.02989363484084606, 0.02946244925260544, -0.035008810460567474, 0.017773156985640526, 0.021328968927264217, 0.034825701266527176, 0.03689894080162048, -0.018365299329161644, -0.01884484849870205, -0.028000550344586372, 0.015682198107242584, -0.008213218301534653, -0.018278177827596664, 0.031061679124832153, 0.07169511169195175, -0.01182182226330042, 0.03532850742340088, 0.02942110225558281, -0.03310907632112503, -0.010981230065226557, 0.009822784923017023, -0.022950349375605583, -0.008392265066504478, 0.006504531484097242, -0.007833345793187618, 0.018438396975398064, -0.00016649415192659944, 0.0011990531347692013, -0.028287023305892944, 0.013472367078065872, -0.007179182954132557, 0.010965725407004356, -0.02032705210149288, 0.01950233243405819, 0.022451236844062805, -0.07043182104825974, 0.01866321824491024, 0.025407522916793823, -0.037421680986881256, 0.015610948204994202, -0.024374596774578094, -0.015484324656426908, 0.008623732253909111, 0.011091241613030434, -0.0007988765137270093, 0.023710833862423897, 0.0506851002573967, 0.020770790055394173, -0.03558175265789032, -0.05248958617448807, 0.07666852325201035, -0.023380059748888016, 0.02919812686741352, -0.01325751096010208, -0.010662639513611794, 0.05100996419787407, 0.020070848986506466, -0.002849966287612915, 0.03985227271914482, 0.03492759168148041, 0.05892489850521088, -0.019530391320586205, 0.05106312781572342, 0.041074953973293304, -0.045574355870485306, 0.0172356516122818, 0.0525457002222538, -0.026769010350108147, -0.01571320742368698, 0.05929996818304062, -0.008109448477625847, 0.06173351779580116, -0.013337990269064903, -0.029673982411623, 0.06186642125248909, -0.02399582788348198, 0.027395116165280346, -0.06093095242977142, -0.006993492133915424, 0.004415971226990223, -0.014794722199440002, 0.02359223924577236, 0.008911682292819023, 0.009308166801929474, -0.04995414987206459, -0.03066297806799412, 0.026159146800637245, -0.0192645899951458, -0.0016893064603209496, 0.0212699044495821, -0.0019181896932423117, -0.007358967326581478, -0.007947234436869621, 0.03114141896367073, -0.0011607521446421742, 0.010717645287513731, -0.034499358385801315, 0.0031113361474126577, -0.02127285674214363, -0.032144077122211456, -0.016022106632590294, 0.04195209592580795, 0.0011739498004317284, 0.02012991718947887, 0.0159465204924345, -0.057613618671894073, -0.0692165270447731, 0.00026579995756037533, 0.0032254087273031473, -0.0005552265793085098, 0.014170091599225998, -0.00783445406705141, 0.04101146012544632, -0.018647344782948497, 0.008837848901748657, -0.048348091542720795, 0.04296951740980148, 0.008992898277938366, -0.02552122622728348, 0.01582912728190422, 0.05403860658407211, -0.030682174488902092, 0.03484766557812691, 0.008082718588411808, -0.050342511385679245, -0.03531299903988838, -0.005289419554173946, 0.02175867930054665, 0.027762437239289284, 0.03940632194280624, 0.015118110924959184, -0.06922612339258194, -0.0041450029239058495, -0.011382144875824451, -0.014605707488954067, 0.013301603496074677, 0.016112277284264565, 0.03883632645010948, 0.05360003933310509, 0.012717052362859247, 0.007900946773588657, -0.011039374396204948, -0.060909535735845566, -0.045351382344961166, 0.005355869419872761, 0.019803574308753017, -0.04243164137005806, -0.002919738879427314, 0.02336234040558338, -0.03836379200220108, -0.04333720728754997, 0.08131115883588791, -0.0013127564452588558, -0.014903625473380089, -0.02395153045654297, -0.0025598013307899237, -0.02623048610985279, 0.0035868228878825903, 0.029300017282366753, -0.00010779665171867236, 0.01002951804548502, 0.06884218752384186, -0.02909475937485695, 0.005091546103358269, 0.03526279330253601, -0.0003477549471426755, -0.018839310854673386, -0.05460121855139733, 0.03618423640727997, 0.031485483050346375, 0.015739787369966507, 0.03332540765404701, -0.0395805686712265, -0.029779380187392235, 0.014035714790225027, -0.01195509172976017, -0.01912873797118664, -0.0004636732628569007, 0.03002801164984703, 0.011102686636149883, 0.008792071603238583, 0.020919933915138245, -0.004054187797009945, 0.01358011458069086, -0.010713214986026289, -0.04853212088346481, 0.018247535452246662, -0.004200377967208624, -0.01282226387411356, -0.05439448356628418, 0.0035639344714581966, -0.032046616077423096, 0.01685042679309845, 0.030234744772315025, 0.01256680116057396, 0.020090047270059586, 0.03745712339878082, 0.002333871321752667, 0.003452446078881622, 0.004848634358495474, 0.028227217495441437, -0.009654998779296877, -0.024964522570371628, 0.0031907069496810436, 0.016641292721033096, -0.014098841696977615, -0.07217355072498322, 0.061364445835351944, -0.023587901145219803, -0.024946801364421844, 0.02114521712064743, -0.0195008572191, 0.08488469570875168, -0.0029075562488287687, 0.022534670308232307, 0.05642933398485184, -0.035239167511463165, 0.038902778178453445, 0.021141434088349342, -0.001540163066238165, -0.04405486583709717, -0.05746152251958847, 0.0155141344293952, -0.08213551342487335, 0.017212023958563805, -0.020815089344978333, 0.027275506407022476, 0.010240682400763037, 0.02224634774029255, 0.042656466364860535, -0.00015061997692100704, 0.021066123619675636, -0.004412279464304447, 0.06019483134150505, -0.01437091827392578, -0.02747633308172226, 0.025889653712511063, 0.04908143728971481, 0.00788945984095335, 0.00029574858490377665, 0.01857125014066696, 0.02604839578270912, 0.046269867569208145, 0.009813925251364708, -0.04485374316573143, 0.004844758193939924, -0.018752187490463257, -0.013643289916217329, 0.017731811851263046, -0.038064006716012955, -0.056325968354940414, -0.0034901010803878307, -0.05061421915888786, 0.02175867930054665, 0.02497190609574318, -0.001013731467537582, -0.05093908682465553, 0.002566446317359805, 0.05514463037252426, 0.015288297086954117, -0.01087038777768612, -0.0035056062042713165, 0.017476346343755722, 0.0006489948718808591, 0.007947418838739395, 0.007139497436583042, -0.02849080227315426, 0.01960865408182144, 0.030373550951480865, 0.04952739551663399, -0.023313608020544052, -0.025321876630187035, -0.02917154505848885, 0.04587559774518013, 0.03777608275413513, 0.02071172371506691, -0.008556175045669079, 0.04877724498510361, 0.013173341751098633, 0.0010705831227824092, 0.021500632166862488, 0.01554412953555584, -0.03111188672482967, -0.04931069165468216, 0.013975171372294426, -0.004485374316573143, -0.007070094347000122, -0.04898840934038162, -0.0002111633075401187, -0.005422318819910288, -0.03725038841366768, 0.025466591119766235, -0.03867389261722565, -0.11904294043779372, -0.016417577862739563, -0.025215554982423782, -0.03701264411211014, 0.007530998904258013, -0.012563478201627731, -0.0187300369143486, 0.036116309463977814, -0.0038607444148510695, -0.03664495423436165, -0.001291714026592672, -0.04056476801633835, 0.00847606547176838, 0.013741858303546906, -0.034831609576940536, -0.03599189966917038, -0.004864877555519342, 0.028848156332969666, -0.08108671009540558, 0.054930053651332855, -0.01294741127640009, 0.03227180987596512, -0.048715222626924515, -0.03779204562306404, -0.02252654545009136, -0.019629327580332756, 0.015744032338261604, 0.06764313578605652, 0.006904892157763243, -0.011619149707257748, -0.008906514383852482, -0.03428524360060692, -0.017468225210905075, 0.039362020790576935, 0.040107738226652145, 0.015141000039875507, 0.021338937804102898, -0.018621502444148064, 0.02085643634200096, 0.018348319455981255, -0.013911674730479716, 0.015476202592253683, 0.0834323912858963, 0.013230931013822556, 0.0449497252702713, -0.03721790388226509, 0.004393082577735186, -0.01968987099826336, 0.025974931195378304, -0.021789690479636192, 0.004019486252218485, 0.022962532937526703, 0.045711684972047806, -0.03650688752532005, 0.01229135598987341, 0.016622833907604218, -0.05014611408114433, 0.020422296598553658, 0.020611310377717015, 0.009047535248100758, -0.010013275779783726, -0.022106803953647617, -0.083402119576931, -0.02368766628205776, -0.00873715803027153, 0.0650678277015686, 0.021856877952814106, -0.005879901349544525, -0.033526234328746796, 0.00244388310238719, 0.011145878583192824, -0.02933545596897602, 0.005425272509455681, -0.03266386315226555, 0.047471873462200165, 0.03142493963241577, 0.011284684762358664, 0.009599070996046066, -0.03934429958462715, 0.0008121665450744331, -0.008739281445741653, -0.04247187823057175, -0.03690484911203384, -0.049096208065748215, 0.04559651017189026, 0.028044849634170532, -0.02516387216746807, 0.00986076332628727, -8.546207391191274e-05, 0.00012514747504610568, 0.04111334681510925, 0.008561711758375168, 0.026993460953235623, 0.0065475390292704105, -0.013521096669137478, -0.03186498582363129, -0.034816842526197433, -0.02404308319091797, 0.04913755506277085, -0.03701412305235863, -0.00901357177644968, 0.005495506804436445, -0.012527668848633766, -0.07088589668273926, -0.03726515546441078, 0.04611038416624069, -0.003786172717809677, -0.017269613221287727, 0.0005315999151207507, 0.04665084928274155, -0.005056567490100861, -0.03243497759103775, 0.018436551094055176, -0.0086178258061409, 0.0021263996604830027, 0.01631421223282814, 0.018731513991951942, -0.001804486382752657, -0.0213082954287529, -0.049787282943725586, -0.002423578640446067, -0.04777569696307182, -0.008039341308176517, -0.021895641461014748, -0.0359199121594429, -0.013665071688592434, 0.015587321482598782, 0.028886551037430763, -0.08155924081802368, 0.00797252170741558, -0.025928786024451256, 0.022271083667874336, 0.016789698973298073, 0.008805361576378345, -0.0124918594956398, -0.01802418939769268, -0.01997634395956993, 0.0012736248318105936, 0.030838701874017715, 0.030980462208390236, -0.02908220700919628, -0.01803009770810604, 0.046963900327682495, 0.03432141989469528, -0.027880938723683357, -0.016840089112520218, -0.04240838438272476, -0.059398166835308075, 0.014528736472129822, 0.015375051647424698, -0.02668336220085621, -0.018140846863389015, -0.04493791610002518, -0.003455399302765727, -0.019545158371329308, 0.04358823969960213, -0.02573208324611187, -0.020526234060525898, 0.03735818341374397, -0.012507365085184574, 0.004843465983867645, -0.005382818169891834, 0.011665664613246918, 0.02751767821609974, 0.015025818720459938, -0.009852319024503233, 0.01974146254360676, -0.054191626608371735, 0.018032221123576164, -0.002205401426181197, -0.024683956056833267, 0.036160606890916824, -0.028478989377617836, -0.012973068282008173, -0.0258150827139616, 0.015121065080165865, -0.00970982015132904, 0.011788228526711464, 0.01201711129397154, 0.005818065721541643, -0.04166562110185623, 0.04688120633363724, -0.03460327908396721, 0.10157693177461624, 0.016935518011450768, -0.05027163401246071, 0.0513407364487648, -0.007309499196708202, 0.010909980162978172, -0.023608943447470665, 0.018140846863389015, 0.02257029339671135, 0.0037817428819835186, -0.048585280776023865, -0.015868257731199265, -0.028230909258127213, 0.008697565644979477, 0.04193584993481636, 0.0027080217842012644, 0.015823958441615105, 0.012123432010412216, 0.0285528227686882, -0.0022659446112811565, -0.05235372856259346, -0.024688756093382835, 0.020137669518589973, 0.03250475227832794, -0.01558990590274334, 0.012963654473423958, -0.004020962864160538, -0.02230209484696388, 0.006299459375441074, -0.018863720819354057, 0.05733305215835571, 0.05481681600213051, 0.04250510409474373, -0.00040239159716293216, 0.04297099635004997, -0.004531889222562313, -0.03538388013839722, -0.033944133669137955, 0.04391901195049286, 0.049084391444921494, -0.008789118379354477, -0.06138207018375397, 0.001736559788696468, 0.006829582620412111, -0.023520343005657196, -0.03821760416030884, -0.02826487086713314, 0.0061517925933003426, -0.01815709099173546, -0.0030710971914231777, 0.03679262101650238, 0.0015992297558113933, 0.045455485582351685, 0.017870618030428886, -0.018319524824619293, 0.010249542072415352, -0.006073528900742531, -0.03484342247247696, -0.019155316054821014, -0.005821019411087036, 0.03348488733172417, 0.019190756604075432, -0.003898399416357279, 0.01042231172323227, 0.01858384720981121, 0.07869450747966766, -0.05481385812163353, 0.025542154908180237, 0.01325455866754055, 0.049456510692834854, 0.039261605590581894, 0.03073561191558838, 0.03773805499076843, -0.03462487459182739, -0.014115454629063606, 0.00038983995909802616, -0.006111184135079384, -0.03122854232788086, -0.03808913379907608, 0.01974007673561573, 0.031125174835324287, 0.015630513429641724, 0.020794415846467015, -0.0295215155929327, -0.026699606329202652, 0.011506184935569763, 0.03061830997467041, 0.02446097880601883, 0.0275619775056839, -0.041151002049446106, -0.058546870946884155, -0.002107941312715411, 0.026728400960564613, 0.008485479280352592, -0.03836970031261444, -0.027643194422125816, -0.01996896043419838, -0.02663906291127205, -0.03564377501606941, -0.005973854102194309, 0.006281739100813866, 0.045513816177845, 0.030664457008242607, -0.001657281187362969, -0.007770218886435032, 0.019521530717611313, -0.01874037459492683, 0.021012963727116585, 0.005775611847639084, -0.013805354945361614, -0.03233364224433899, -0.031210821121931076, 0.007675711996853352, -0.052569326013326645, -0.03054041601717472, 0.0491907112300396, 0.04250362887978554, 0.007840360514819622, 0.02801531553268433, 0.008549898862838745, -0.009933535009622574, 0.02590359002351761, -0.016792651265859604, -0.06266972422599792, 0.05416117236018181, -0.02626989595592022, 0.021237047389149662, -0.02654603309929371, -0.02712414972484112, -0.0816183090209961, -0.014032761566340923, -0.030084863305091854, 0.002479876857250929, 0.03487009555101395, -0.02507232129573822, 0.004678079392760992, 0.029111741110682487, -0.001515059731900692, -0.02314822189509869, 0.006866498850286007, -0.01556997187435627, 0.0066590276546776295, -0.007387762423604727, -0.03852327540516853, -0.10056688636541368, -0.013818644918501375, 0.0017217930871993303, -0.01309360098093748, -0.03166932612657547, 0.03525098040699959, -0.014911377802491188, -0.0190962515771389, -0.0753336176276207, -0.012355268932878973, -0.05064375326037407, -0.04072350636124611, 0.00735453749075532, -0.045572876930236816, 0.02580474503338337, -0.002826339565217495, -0.07946237921714783, 0.015970928594470024, -0.03212819993495941, 0.02069326490163803, -0.02025100402534008, -0.0009701698436401784, -0.013375460170209408, -0.0368044376373291, 0.017595771700143814, 0.024129007011651993, 0.03246894106268883, 0.009751166217029096, -0.04286763072013855, 0.03023326955735683, 0.01125810481607914, -0.0037064328789711, -0.024205517023801804, -0.04258706048130989, -0.028715256601572037, 0.013753671199083328, 0.056633111089468, 0.01609640195965767, 0.008549898862838745, -0.012814510613679886, 0.0031788935884833336, 0.01936795748770237, 0.03377431258559227, 0.012014159001410007, 0.007119747344404459, 0.059344273060560226, 0.021580005064606667, -0.028662096709012985, -0.009805064648389816, -0.054053422063589096, 0.02874109707772732, -0.006211920641362667, -0.0008793548331595957, -0.01369165163487196, -0.006652382202446461, 0.03354986384510994, 0.01844947040081024, 0.048536546528339386, -0.018910745158791546, 0.015171270817518234, 0.0281644593924284, 0.008140861988067627, 0.03165382146835327, 0.014049003832042216, 0.002003836445510387, 0.02284550666809082, 0.051128096878528595, -0.0070289322175085545, -0.007096858695149422, -0.002635849639773369, 0.06085933372378349, -0.08281736075878143, -0.015999682247638702, -0.03535139560699463, -0.04377429932355881, 0.0410911962389946, -0.06746593117713928, -0.011986101046204569, 0.05066147446632385, 0.04163313657045365, 0.009673272259533404, 0.02822204865515232, 0.052391018718481064, 0.029949748888611794, 0.01697797328233719, -0.0061517925933003426, 0.02878613583743572, -0.037913016974925995, -0.05730647221207619, 0.041038405150175095, -0.02307734452188015, 0.002910324838012457, 0.014373132959008217, 0.01193294208496809, 0.02164645306766033, 0.019207000732421875, -0.003195506054908037, 0.02059285156428814, 0.062338948249816895, -0.0512390099465847, 0.005802560597658157, 0.0018635531887412071, -0.021341152489185333, 0.009595193900167942, -0.02591254375874996, 0.008222817443311214, 0.00992356799542904, -0.02307217568159103, 0.0005426749121397734, 0.024138880893588063, -0.07493196427822113, -0.006860961671918631, 0.04101883992552757, 0.003539200173690915, -0.01538095809519291, 0.026349635794758797, -0.02004980854690075, 0.08531587570905685, -0.042663849890232086, -0.0386044904589653, 0.05125509202480316, 0.0045293052680790424, -0.013577948324382303, 0.04199196398258209, -0.0004902532673440874, 0.00920258555561304, -0.007626981940120459, -0.034683939069509506, -0.05035727843642235, -0.024686263874173164, 0.014902517199516296, -0.061885613948106766, 0.03912501782178879, -0.0028292930219322443, 0.009165668860077858, 0.04265941679477692, 0.03002801164984703, -0.004545917734503746, -0.04716472327709198, 0.014822224155068398, 0.0038393326103687286, -0.04681475833058357, -0.033662088215351105, -0.03256640210747719, 0.024022409692406654, 0.03244826942682266, -0.004841250833123922, 0.019799144938588142, -0.006791188847273588, 0.08784393966197968, 0.007901273667812347, -0.009939072653651236, 0.02913905866444111, -0.02200980670750141, -0.02376990020275116, 0.02736632153391838, 0.0031157659832388163, 0.03318660333752632, 0.02878613583743572, 0.022226782515645027, -0.038574956357479095, 0.012566431425511835, -0.01489218045026064, 0.02633856236934662, 0.02694104239344597, 0.009119153954088688, -0.015875641256570816, 0.002394230104982853, 0.02239881455898285, -0.011969857849180698, 0.046546004712581635, 0.05260476842522621, -0.042102713137865067, 0.04653363674879074, 0.029041599482297897, -0.02951117977499962, -0.037461552768945694, -0.03077077679336071, -0.005900758784264326, 0.044376783072948456, -0.007860665209591389, -0.00011370331776561216, 0.01380830816924572, -0.006769038736820221, 0.04647069424390793, 0.026898182928562164, 0.042522087693214417, -0.011931465938687325, 0.011371439322829248, 0.04550938308238983, -0.002880976302549243, 0.0029090328607708216, -0.006486603990197182, -0.016546785831451416, -0.02183878980576992, -0.00395372835919261, -0.007265198510140181, -0.006677485536783934, 0.035745665431022644, 0.002088006353005767, 0.03854985162615776, 0.03867389261722565, -0.008400755934417248, -0.02398558519780636, 0.035565514117479324, -0.00841404590755701, -0.05083128809928894, 0.018969256430864338, -0.0019647045992314816, 0.00647665886208415, -0.03009815327823162, 0.002223859541118145, 0.009350251406431198, 0.013769914396107197, -0.04306181147694588, -0.01636441797018051, 0.02586233615875244, 0.028428781777620316, -0.0058723329566419125, 0.04945208504796028, 0.014679264277219772, -0.07183687388896942, -0.016362572088837624, -0.015346993692219256, 0.048470839858055115, 0.01086826529353857, 0.030656516551971436, 0.03133781626820564, 0.04940925911068916, 0.03887767344713211, 0.002406966406852007, 0.03722380846738815, -0.015363238751888275, 0.09726506471633913, 0.03749847039580345, 0.009636725299060345, -0.045115113258361816, 0.02608679048717022, 0.026568181812763218, 0.0038821562193334103, -0.004525982774794102, 0.005547097884118557, -0.0030212595593184233, 0.026813309639692307, 0.02351997420191765, 0.0023050762247294188, 0.0052273995243012905, 0.0005670399405062199], [-0.05022002756595611, -0.02176203392446041, -0.04512596502900123, -0.02076794020831585, -0.009734634310007095, -0.03069538250565529, 0.026135511696338657, -0.034493472427129745, 0.0209482554346323, 0.05666341260075569, -0.01468890067189932, 0.0211731418967247, -0.04849589616060257, -0.04359970614314079, -0.03953688591718674, 0.03812813386321068, -0.04277309402823448, -0.03766181319952011, 0.011526048183441162, 0.0008833397878333926, 0.010593323968350887, -0.04491593688726425, 0.014400869607925417, 0.022799352183938023, 0.02350440248847008, 0.04911855235695839, -0.004358957521617413, 0.008773968555033207, 0.03983403369784355, -0.0038061952218413353, -0.009727880358695984, -0.027205245569348335, -0.010804366320371628, 0.006704737897962332, 0.028196638450026512, -0.0011034994386136532, 0.03698141500353813, 0.029271775856614113, -0.0006733102491125464, -0.00838902685791254, -0.036177001893520355, 0.025098364800214767, -0.023751912638545036, 0.056381795555353165, 0.016918523237109184, 0.053575772792100906, 0.014479209668934344, 0.053413692861795425, -0.01109929010272026, -0.06489171087741852, 0.005520198494195938, 0.025248119607567787, 0.022580541670322415, -0.006350862327963114, -0.0031443655025213957, 0.03807545825839043, 0.034829117357730865, -0.010529843159019949, 0.06162780895829201, -0.019270045682787895, -0.0012831388739869, -0.0321824736893177, -0.02510178275406361, -0.015867700800299644, 0.011864306405186651, 0.01639007218182087, 0.03038472682237625, -0.002487938851118088, 0.028199192136526108, -0.10199198126792908, 0.012377562932670116, -0.011538203805685043, -0.04081057012081146, -0.027463223785161972, 0.07373590767383575, 0.008087826892733574, -0.07228461652994156, 0.03408219292759895, -0.037635136395692825, -0.04587559029459953, -0.019494256004691124, 0.018182331696152687, -0.03003760427236557, -0.03738526627421379, -0.025981536135077477, -0.017223775386810303, -0.028586983680725098, -0.03997180238366127, 0.04453903809189797, 0.0004875927988905459, -0.0681353509426117, 0.005989557132124901, 0.01661631092429161, 0.016259394586086273, 0.030416470021009445, 0.060031987726688385, 4.187084414297715e-05, 0.058940645307302475, 0.015670502558350563, 0.029612142592668533, 0.020111514255404472, -0.024553876370191578, -0.034111231565475464, -0.04009943827986717, -0.0254925936460495, 0.006679075304418802, -0.0015262599335983396, -0.04638073965907097, 0.027344701811671257, -0.04450128227472305, -0.04784993827342987, 0.0249854139983654, 0.02110966108739376, -0.02470245026051998, -0.04362671822309494, -0.004029056057333946, 0.04104423522949219, 0.013080588541924952, -0.02847183868288994, -0.005466171074658632, -0.029291190207004547, -0.004791721701622009, 0.022205054759979248, 0.027378806844353676, -0.007901433855295181, -0.001098772045224905, 0.011488144285976888, 0.02464437112212181, -0.033332571387290955, 0.03616560623049736, 0.04438310116529465, 0.01406252570450306, 0.03293817490339279, -0.059834789484739304, -0.03597254306077957, 0.02730519324541092, -0.012004776857793331, 0.02946627140045166, 0.01011248491704464, 0.024722710251808167, 0.010869874618947506, 0.05049353837966919, -0.016052067279815674, 0.03081154264509678, -0.006872559431940317, -0.05926750600337982, 0.002141491277143359, -0.05800732970237732, -0.006555362604558468, 0.03806329891085625, -0.036445870995521545, -0.011894021183252336, -0.030050775036215786, 0.0272552203387022, 0.012747647240757942, -0.006429201457649469, 0.025512853637337685, 0.0031149883288890123, -0.011488819494843485, 0.003380733309313655, 0.015540837310254574, 0.00910775363445282, 0.03579079359769821, -0.013306403532624245, 0.010866159573197365, -0.005574394017457962, 0.03383907303214073, 0.005565446335822344, -0.0337614081799984, 0.0005564770544879138, 0.01910344697535038, 0.0048813303001224995, 0.02321805991232395, 0.017088033258914948, -0.004975202027708292, -0.0004838784225285053, 0.014476507902145386, -0.025555061176419255, -0.01910458691418171, 0.023722536861896515, 0.0247875414788723, -0.0010920187924057243, 0.011381778866052628, -0.0019652284681797028, 0.027602342888712883, 0.01976844295859337, -0.04785905405879021, -0.031427785754203796, -0.04438310116529465, 0.006953262258321047, 0.0553397499024868, -0.05023691430687904, 0.0009664061944931746, -0.05866071954369545, -0.04538799822330475, 0.05161460116505623, 0.05740628018975258, -0.012111480347812176, 0.004138460382819176, 0.03273489698767662, 0.007898733019828796, 0.015972377732396126, 0.039536211639642715, -0.032293230295181274, -0.042735274881124496, -0.0028740623965859413, 0.04131167009472847, -0.02443636581301689, 0.0244350153952837, -0.015367867425084114, -0.009802168235182762, 0.07147015631198883, -0.0033074591774493456, 0.012986715883016586, 0.007417893037199974, 0.007893330417573452, 0.06166495382785797, -0.04981280118227005, 0.035926539450883865, 0.043714769184589386, -0.033741824328899384, -0.01575424335896969, 0.015046492218971252, -0.02027224376797676, -0.010193862952291964, 0.008614589460194111, 0.01598655991256237, 0.022462179884314537, -0.047789495438337326, 0.0051926178857684135, 0.06605058163404465, -0.0019611765164881945, 0.022134145721793175, -0.053592994809150696, -0.014816876500844955, 0.053824301809072495, -0.02376103214919567, -0.0017142988508567214, -0.01112869754433632, 0.010319137945771216, -0.026737235486507416, -0.06275764852762222, 0.023677287623286247, -0.04619299992918968, 0.041851937770843506, 0.015061464160680773, -0.0411306768655777, -0.004624702502042055, 0.004752341192215681, 0.007061315700411797, 0.05267082527279854, 0.008187776431441307, -0.012366757728159428, -0.008220192976295948, -0.024154074490070343, -0.0017491208855062723, -0.018849309533834457, 0.003948690835386515, -0.012479539029300213, 0.03373439610004425, -0.03414229676127434, -0.030819643288850784, -0.06143128499388695, -0.038132183253765106, 0.05345421284437179, 0.0050866324454545975, -0.020325256511569023, -0.0011750850826501846, 0.05389993265271187, 0.010389372706413267, -0.009276418946683409, -0.044761285185813904, 0.012104052118957044, 0.019776547327637672, -0.039858344942331314, 0.047419410198926926, 0.07171531021595001, 0.00044437122414819896, 0.03581983596086502, 0.03735858574509621, -0.0464584082365036, -0.06921791285276413, -0.03865624591708183, 0.05187663063406944, 0.009519371204078196, 0.018563643097877502, -0.004471232183277607, -0.05880287662148475, -0.01236236747354269, -0.033161710947752, -0.014502170495688915, 0.013299397192895412, 0.016310719773173332, 0.013952447101473808, 0.023879889398813248, -0.05935395509004593, 0.011761656031012537, -0.02359895035624504, -0.017741084098815918, -0.05958086624741554, 0.049683135002851486, 0.02376643195748329, -0.03392855450510979, 0.016693299636244774, 0.013360852375626564, -0.017304139211773872, -0.07975315302610397, 0.06348160654306412, -9.99497642624192e-05, -0.0032693028915673494, -0.018050892278552055, -0.014777707867324352, -0.00878764409571886, 0.010860081762075424, 0.02474364638328552, -0.07230959832668304, -0.00027553719701245427, 0.06795503199100494, -0.02373131550848484, 0.024047372862696648, 0.020013589411973953, -0.025090176612138748, -0.01223439071327448, -0.07921154052019119, 0.004834056831896305, 0.0414305292069912, 0.02781642414629459, 0.0018841881537809968, -0.02770364470779896, 0.006105039734393358, 0.037040844559669495, -0.005355416797101498, -0.0087928781285882, -0.002547368174418807, 0.01327440980821848, -0.008875269442796707, 0.003072780091315508, 0.012955650687217712, 0.012503175996243954, 0.009845727123320104, 0.006203638855367899, -0.021909594535827637, -0.019679298624396324, -0.02663526125252247, -0.017150163650512695, -0.07956541329622269, -0.025252172723412514, -0.04082542657852173, 0.00972889456897974, 0.02023644931614399, 0.02646305039525032, -0.014192866161465645, 0.012840842828154564, 0.003311848733574152, -0.004322151653468609, 0.007509738672524691, 1.2156052434875164e-05, -0.01913632825016975, -0.011876926757395267, -0.01447110529989004, 0.05352174863219261, -0.009458928368985651, -0.02201596088707447, 0.054834604263305664, -0.030133504420518875, -0.03661740571260452, 0.015383483842015266, -0.017461493611335754, 0.07800403982400894, -0.05418898165225983, 0.0397205762565136, 0.0062407818622887135, -0.010481217876076698, 0.06445054709911346, -0.023790746927261353, 0.02884209156036377, -0.06489711254835129, -0.05913024768233299, 0.02764016203582287, -0.030641356483101845, 0.022669687867164612, 0.007343606557697058, 0.04579522833228111, 0.0077650160528719425, 0.07195843011140823, 0.006675023585557938, -0.004484232515096664, 0.06826408207416534, -0.0018301613163203, 0.05436186492443085, 0.01576741226017475, -0.06157715618610382, 0.02943385578691959, -0.013187291100621223, -0.02262579090893269, 0.00926696415990591, -0.010783769190311432, 0.027856269851326942, 0.037589214742183685, 0.028085123747587204, -0.038963522762060165, -0.007710989564657211, -0.05705780535936355, -0.02200460620224476, 0.016399189829826355, -0.026302997022867203, -0.0801975280046463, 0.026671897619962692, -0.06428390741348267, 0.0643136203289032, 0.02252921648323536, 0.005995634943246841, -0.025427760556340218, 0.0008523588185198605, 0.04004203528165817, -0.014158761128783226, -0.03734879568219185, 0.017801864072680473, 0.006766869220882654, 0.006182027980685234, -0.015119427815079687, -0.006624288856983185, -0.007208538707345724, 0.026920929551124573, 0.03968140482902527, 0.023362919688224792, -0.03319176286458969, -0.03387756645679474, -0.01875881478190422, 0.05661681294441223, 0.00798112340271473, -0.01327457744628191, -0.00802231952548027, 0.04042832925915718, 0.01633874699473381, 0.0294021125882864, 0.02264469861984253, 0.004239085596054792, -0.05635005608201027, -0.06391112506389618, 0.003238912671804428, -0.0051170228980481625, 0.005832203663885593, -0.023527365177869797, 0.0066223470494151115, -0.02627463266253471, -0.05324654653668403, 0.01648900844156742, -0.03733326122164726, -0.021227167919278145, -0.0028051778208464384, -0.011055592447519302, -0.045080043375492096, -0.02702425606548786, -0.032801080495119095, 0.010481217876076698, 0.008230998180806637, -0.02353817038238049, -0.04157640039920807, -0.013271031901240349, -0.029625652357935905, -0.017728926613926888, 0.04705743119120598, -0.04071196913719177, -0.018663592636585236, 0.02658190950751305, 0.0027020203415304422, -0.037046246230602264, 0.000372785609215498, -0.01008412055671215, -0.012256002053618433, -0.059235092252492905, 0.007403035648167133, -0.025589672848582268, 0.000788792734965682, -0.001121227047406137, 0.059375565499067307, 0.025095494464039803, 0.0026662275195121765, -0.012220884673297404, 0.004799108020961285, -0.0054040406830608845, -0.012585566379129888, 0.03052249737083912, 0.028107495978474617, 0.025516904890537265, -0.009312886744737623, -0.014260062016546726, 0.04391846805810928, -0.002390690380707383, 0.04032567888498306, 0.04473359510302544, 0.004091355949640274, 0.03492298722267151, -0.0443911999464035, 0.022145964205265045, 0.007917726412415504, 0.0938575565814972, -0.04472346603870392, -0.014970263466238976, 0.04194783419370651, 0.06239026039838791, -0.016774002462625504, 0.03752100467681885, -0.0009373666835017502, -0.035792820155620575, -0.004444050136953592, 0.04625647887587547, -0.00812024250626564, -0.019778911024332047, -0.023913657292723656, -0.02382585220038891, -0.018714917823672295, -0.050266627222299576, 0.010795924812555311, 0.03492771461606026, 0.010805041529238224, -0.04455328360199928, 0.001540104392915964, -0.026626313105225563, -0.003946665208786726, 0.006781389005482197, -0.036595795303583145, 0.053759463131427765, 0.0649930089712143, -0.03135045990347862, 0.03731638193130493, -0.0065710218623280525, 0.018552161753177643, 0.0188378281891346, -0.0057633197866380215, -0.054996684193611145, -0.05232597887516022, 0.03131398931145668, -0.005254116374999285, 0.012432265095412731, 0.026059875264763832, -0.010445763356983662, 0.007273371331393719, 0.0023596249520778656, 0.00253183557651937, 0.03511377051472664, 0.04421696439385414, -0.024420158937573433, -0.02498609200119972, 0.0018990454263985157, -0.035729169845581055, 0.0038001169450581074, 0.01803890615701675, -0.020961085334420204, 0.004004743881523609, -0.006348161026835442, -0.09808044135570526, -0.07333611696958542, 0.006748297717422247, 0.0052573238499462605, 0.005048813764005899, 0.006645308807492256, 0.03141123801469803, 0.02000616118311882, 0.02369012124836445, -0.01574377529323101, 0.025252172723412514, 0.039477456361055374, 0.02112181670963764, 0.019383501261472705, 0.004759094212204218, -0.05326241999864578, -0.00696947006508708, -0.012034491635859013, -0.02666463889181614, -0.009167689830064774, -0.00967081543058157, -0.054072823375463486, -0.021822813898324966, 0.01977519504725933, 0.023370685055851936, -0.03519582375884056, 0.010180018842220306, -0.05008968710899353, 0.020807109773159027, 0.035447049885988235, 0.004875421058386564, -0.01553543470799923, 0.011768409051001072, 0.0013398670125752687, 0.003005246166139841, 0.010479867458343506, -0.007436803076416254, -0.001060277922078967, -0.05282209813594818, 0.04408054798841477, 0.007806169334799051, 0.007209551986306906, -0.009378732182085514, -0.011008487083017826, -0.051282331347465515, -0.01462879590690136, 0.016959043219685555, -0.020498143509030346, -0.02326398342847824, -0.042481351643800735, 0.008809085935354233, 0.0193544402718544, 0.04520430415868759, -0.017918022349476814, 0.0031382874585688114, 0.05023420974612236, -0.028699088841676712, 0.01328318938612938, -0.04463972523808479, -0.021210961043834686, -0.006550424266606569, -0.008282999508082867, -0.004454581066966057, 0.022900652140378952, -0.06155824661254883, -0.017248086631298065, 0.0018912791274487972, 0.019796131178736687, 0.06506999582052231, -0.045090850442647934, -0.03808322548866272, 0.02641645260155201, -0.04134408384561539, 0.01975088380277157, 0.017380453646183014, 0.03224325552582741, 0.02676290087401867, -0.02577623538672924, 0.030191581696271896, -0.05063670873641968, 0.08611887693405151, 0.002276558429002762, -0.01920386031270027, 0.01179947517812252, -0.005781891290098429, 0.0043586199171841145, -0.016268638893961906, -0.018525823950767517, -0.01077363919466734, 0.027521302923560143, -0.019909588620066643, 0.01555907167494297, -0.016243524849414825, -0.003178132465109229, 0.015724530443549156, -0.009030596353113651, -0.028122689574956897, 0.011090372689068316, 0.018489355221390724, -0.014954646117985249, -0.017304817214608192, -0.007137628272175789, 0.04623622074723244, -0.026242217049002647, -0.014191515743732452, -0.03416120633482933, 0.004138460382819176, -0.015875129029154778, 0.012828855775296688, 0.009004595689475536, 0.022145625203847885, 0.02839113585650921, 0.011311881244182588, 0.009720789268612862, 0.06686368584632874, 0.022498827427625656, -0.013902472332119942, 0.022475190460681915, 0.048451319336891174, 0.02050253376364708, 0.020735524594783783, -0.031061414629220963, -0.026242217049002647, -0.02964996173977852, 0.0014028422301635146, -0.04755515232682228, -0.03499187156558037, -0.0012595021398738029, -0.029034055769443512, -0.02358662523329258, 0.015976766124367714, -0.01967355795204639, 0.04613357037305832, -0.01674276776611805, -0.017520248889923096, 0.012361693195998669, -0.03106816858053207, -0.04033378139138222, -0.0582139827311039, -0.01000308059155941, 0.007620494347065687, 0.0399407371878624, 0.014491365291178226, 0.011540145613253117, -0.006161092780530453, 0.03014701046049595, -0.012375198304653168, -0.014033487997949123, -0.006021298002451658, 0.03850496932864189, 0.030392831191420555, 0.01682465150952339, -0.008849669247865677, -0.001719743711873889, 0.019627971574664116, -0.004650365561246872, -0.030017344281077385, -0.03446375951170921, -0.023923112079501152, 0.016993485391139984, 0.015966299921274185, -0.01309612113982439, 0.007932035252451897, -0.015293664298951626, 0.03371337801218033, 0.022653479129076004, 0.03849686682224274, 0.006349511444568634, 0.007694105617702007, -0.010573063977062702, -0.07297953218221664, 0.006408265326172113, -0.0036593095865100622, 0.022635329514741898, -0.024437041953206062, -0.044323667883872986, 0.004950087983161211, -0.00792979821562767, 0.0021363417617976665, -0.0016035859007388351, 0.048805199563503265, 0.0007860913756303489, 0.018397510051727295, 0.015168052166700363, -0.0018808115273714063, -0.020586950704455376, -0.00856528989970684, 0.050451669842004776, 0.015413030982017515, -0.000954925490077585, -0.03648892045021057, -0.01026698388159275, -0.012335185892879965, -0.023224368691444397, -0.0554451085627079, 0.026939161121845245, 0.05472384765744209, 0.018350236117839813, 0.03367766737937927, 0.029005691409111023, -0.03782760724425316, 0.01055719330906868, -0.010942473076283932, -0.04972635582089424, 0.05088793858885765, -0.0713128075003624, 0.008379234932363033, 0.009981880895793438, -0.005637791473418474, -0.0727485716342926, 0.02220032922923565, -0.020974595099687576, 0.00031639504595659673, 0.004987020511180162, -0.03787633776664734, 0.011465858668088911, 0.04731946066021919, 0.0040552252903580666, -0.0143549470230937, 0.023550326004624367, -0.0029809342231601477, -0.04609034955501557, 0.028776077553629875, -0.037132687866687775, -0.06964607536792755, -0.01898640394210815, -0.015180966816842556, -0.006478500552475452, -0.012114857323467731, -0.015964103862643242, -0.008417559787631035, 0.004599039908498526, -0.05860298126935959, 0.03912324085831642, -0.05140119045972824, 0.004386646673083305, 0.03161248937249184, -0.06145627424120903, 0.021297402679920197, -0.013044456951320171, -0.06987839192152023, 0.014219879172742369, -0.0034374615643173456, -0.010494724847376348, 0.004605117719620466, -0.0066358535550534725, -0.010734342969954014, -0.025110352784395214, 0.008818202652037144, 0.01916874386370182, 0.050208546221256256, 0.03613049164414406, 0.013613427989184856, -0.02399604767560959, -0.007662365213036537, -0.054032258689403534, -0.006281639914959669, -0.025957223027944565, -0.029453609138727188, -0.007463478483259678, 0.03472848981618881, 0.018864843994379044, 0.042983803898096085, -0.034452952444553375, -0.033412933349609375, -0.001555974711664021, 0.02181876450777054, 0.01507012825459242, 0.04023653268814087, 0.05153896287083626, 0.03466365858912468, -0.024946922436356544, 0.01161966659128666, -0.02538183890283108, 0.017252814024686813, -0.015251793898642063, 0.01391800493001938, -0.03593869507312775, 0.01915186084806919, 0.06528441607952118, 0.00232315668836236, 0.02177824266254902, -0.026667507365345955, -0.013910575769841673, -0.008542328141629696, -0.01449052058160305, 0.0298599936068058, -0.07287958264350891, -0.010921536944806576, 0.02516336739063263, 0.02504146844148636, 0.014714226126670836, 0.020596403628587723, -0.02730300091207027, -0.002843967406079173, -0.04170336201786995, -0.01967727206647396, -0.0356580913066864, -0.04188840836286545, -0.021710708737373352, -0.03890206664800644, 0.0006807388854213059, 0.03781207650899887, 0.05417277291417122, -0.004678729455918074, 0.013027743436396122, 0.05199548602104187, 3.916949935955927e-05, -0.00534055894240737, -0.0748920887708664, 0.01085231639444828, -0.00967081543058157, -0.043669939041137695, 0.021020514890551567, -0.02857887931168079, -0.01666189543902874, 0.026088237762451172, -0.028307393193244938, 0.01689353585243225, 0.023120811209082603, -0.024428261443972588, 0.016434982419013977, 0.05886838585138321, -0.055620692670345306, 0.01217090990394354, -0.020221929997205738, -0.03650597482919693, -0.006154676899313927, 0.005732423160225153, -0.023550136014819145, -0.030198335647583008, -0.042054541409015656, -0.02113262191414833, 0.000953574781306088, -0.054585739970207214, 0.015600266866385937, 0.04587964713573456, 0.013179861940443516, -0.03008994460105896, 0.011494222097098827, -0.012420209124684334, 0.047424811869859695, -0.015216675586998464, -0.057889822870492935, 0.03719211742281914, 0.004376179073005915, 0.004865544382482767, 0.05244661495089531, 0.0004723132879007608, 0.0330469012260437, -0.0035951524041593075, -0.05698081851005554, 0.006556839682161808, 0.028719011694192886, 0.017727576196193695, -0.04022572934627533, 0.04344302788376808, -0.016932031139731407, 0.036711279302835464, 0.061372868716716766, 0.02358037792146206, 0.027267375960946083, -0.013452022336423395, 0.010190824046730995, -0.015511798672378063, -0.045173242688179016, -0.00506367115303874, -0.017455752938985825, 0.019284900277853012, 0.009568501263856888, -0.010426516644656658, 0.01099413726478815, -0.06055334955453873, 0.060077909380197525, -0.018363067880272865, 0.038877081125974655, 0.03187992423772812, -0.020124977454543114, -0.033922139555215836, -0.015193039551377296, 0.008229309692978859, 0.04907803237438202, 0.014386012218892574, 0.06942997127771378, -0.012506552040576937, -0.0011966958409175277, -0.0487457700073719, 0.027466263622045517, -0.01198181603103876, 0.008831371553242207, 0.004451816435903311, 0.007729561068117619, -0.021811334416270256, 0.002841033972799778, 0.019287602975964543, 0.049863051623106, -0.04066942632198334, 0.056075870990753174, 0.03268222138285637, -0.018230026587843895, -0.05775914341211319, -0.017692457884550095, -0.019365942105650905, 0.008644303306937218, -0.03167867287993431, 0.024143608286976814, 0.04474237561225891, 0.01062413677573204, 0.06554543226957321, 0.05813294276595116, 0.07609178125858307, 0.007905486039817333, 0.010673013515770435, 0.02427428588271141, 0.0236502755433321, -0.02246708609163761, -0.01739073172211647, -0.00846702791750431, -0.01946183852851391, -0.010918837040662766, 0.012274235486984251, -0.0043722959235310555, 0.051472101360559464, -0.007650209125131369, 0.048539116978645325, 0.02260620705783367, -0.004344438202679157, -0.02606392651796341, 0.05331728979945183, 0.0012378912651911378, -0.041961342096328735, 0.007723820861428976, -0.02388799376785755, -0.015727229416370392, -0.011790020391345024, 0.005731240846216679, 0.028831202536821365, -0.008748305030167103, -0.0698675885796547, -0.030479276552796364, 0.006132390350103378, -0.002348734997212887, 0.01701374538242817, 0.0006111792754381895, 0.00530611677095294, -0.06281235069036484, -0.032592400908470154, -0.05334075912833214, 0.05573685094714165, 0.04004878923296928, 0.02650998532772064, 0.027602342888712883, 0.02620304748415947, 0.04890413582324982, -0.016226978972554207, -0.01662677899003029, -0.07500284165143967, 0.03984618932008743, 0.037277545779943466, -0.002551420358940959, -0.0311870276927948, 0.01615319959819317, 0.02577640302479267, 0.0030390131287276745, 0.0347663089632988, -0.011867346242070198, 0.023231565952301025, 0.013936281204223633, 0.035366516560316086, -0.00013055093586444855, 0.007773542311042547, 0.0032114770729094744], [-0.06208028271794319, -0.019155390560626984, -0.06586658954620361, -0.0393013134598732, 0.004704756196588278, 0.009400775656104088, 0.02986477129161358, -0.036873579025268555, 0.0243450365960598, 0.042696647346019745, 0.002302141627296806, 0.012943539768457413, -0.052944887429475784, -0.018276525661349297, -0.053984567523002625, 0.05302515998482704, -0.05077816918492317, -0.03215135261416435, 0.04199770465493202, 0.010763713158667088, 0.013380378484725952, -0.04821173846721649, 0.013767527416348456, 0.02323983609676361, 0.03299008309841156, 0.02859548106789589, 0.02382410690188408, -0.009844167158007622, 0.0410563126206398, 0.0017648296197876334, -0.01688382774591446, 0.0037153158336877823, -0.004937373101711273, -0.0007229685434140265, 0.045204102993011475, 0.00030401264666579664, 0.030141891911625866, 0.02359367348253727, 0.005621026270091534, -0.02403542958199978, -0.039256539195775986, 0.04195183143019676, -0.029215792194008827, 0.05372901260852814, 0.014131741598248482, 0.06013525649905205, 0.015341786667704582, 0.041984595358371735, -0.011541287414729595, -0.0686710923910141, 0.03774289041757584, 0.03862530738115311, 0.00934398639947176, -0.032365404069423676, -0.0013301748549565673, 0.030216701328754425, 0.03641489893198013, 0.004069155547767878, 0.0697675570845604, 0.019780069589614868, 0.034875042736530304, -0.011425524018704891, -0.018054556101560593, -0.0358513779938221, 0.0022934048902243376, 0.008519452065229416, 0.03837849199771881, -0.006097180303186178, 0.05361325293779373, -0.07328411191701889, 0.011445182375609876, 0.008832884952425957, -0.017176510766148567, -0.039791665971279144, 0.04778145253658295, 0.013087697327136992, -0.061978720128536224, 0.020707260817289352, -0.006377849727869034, -0.028658822178840637, -0.00945974886417389, 0.02924746461212635, -0.036327529698610306, -0.0556521974503994, -0.0668538436293602, -0.000904256768990308, -0.020570749416947365, -0.02895805984735489, 0.02838798239827156, -0.0015081866877153516, -0.04925960302352905, 0.0237989891320467, 0.024541614577174187, 0.03709637001156807, 0.025545254349708557, 0.01592114381492138, -0.00957223493605852, 0.04397439956665039, 0.018248949199914932, 0.019626084715127945, 0.014323950745165348, -0.0142906429246068, -0.05531473830342293, -0.02079571969807148, -0.020463723689317703, -0.017285719513893127, 0.00948377512395382, -0.052071209996938705, 0.0431181937456131, -0.06826482713222504, -0.008367651142179966, 0.02005527913570404, 0.02922671288251877, -0.04849131777882576, -0.04055613651871681, 0.009938087314367294, 0.019688334316015244, -0.009191331453621387, -0.03602174296975136, -0.009715299122035503, -0.04972975328564644, -0.01151671539992094, 0.01308605819940567, 0.01830137148499489, 0.010729857720434666, -0.004149970598518848, -0.01798466220498085, 0.03791980817914009, -0.03531406819820404, 0.019714543595910072, 0.005722591187804937, 0.002035669749602675, 0.03416736423969269, -0.0687977746129036, -0.037201207131147385, 0.027573278173804283, -0.0512002632021904, 0.07546393573284149, -0.0023369863629341125, 0.01651497185230255, -0.012903132475912573, 0.03192419558763504, -0.0260967630892992, 0.03919319808483124, -0.009114645421504974, -0.07400380074977875, -0.00557406572625041, -0.03890051320195198, -0.018221646547317505, 0.015472838655114174, -0.03128340467810631, 0.008666886016726494, -0.026192866265773773, 0.03332590311765671, 0.025146638974547383, -0.003181826090440154, 0.010680713690817356, 0.03489907085895538, -0.01892823353409767, 0.006399691570550203, 0.02956308051943779, 0.036497898399829865, 0.056369706988334656, -0.006519822403788567, -0.008784832432866096, 0.004546402022242546, 0.028700323775410652, 0.028481902554631233, -0.01377025805413723, 0.010727878659963608, 0.0055118161253631115, -0.01005166582763195, 0.03392054885625839, 0.04515277221798897, -0.027900908142328262, 0.037502627819776535, 0.021236928179860115, -0.035091277211904526, 0.004501625895500183, 0.048548102378845215, 0.03164898604154587, -0.011925704777240751, -0.003898788243532181, -0.006115746218711138, 0.015538363717496397, -0.0003363660362083465, -0.06261199712753296, -0.03584154695272446, -0.03461403027176857, 0.02030427567660809, 0.04257432743906975, -0.06486185640096664, 0.009380025789141657, -0.04039375111460686, -0.02822853811085224, 0.0290061105042696, 0.03446659818291664, 0.024458616971969604, 0.002327259862795472, -0.010625016875565052, 0.0061441403813660145, 0.038845907896757126, 0.05120626464486122, -0.04996564984321594, -0.0334247387945652, -0.008299941197037697, 0.053667858242988586, 0.0030272945296019316, 0.029827367514371872, -0.02679133601486683, -0.07057570666074753, 0.07950469851493835, -0.0023627530317753553, 0.020725827664136887, 0.01523585245013237, -0.0008256257278844714, 0.03350991755723953, -0.04739266633987427, 0.04061947390437126, 0.04823139309883118, -0.04281022399663925, -0.024117881432175636, 0.010090980678796768, -0.020655931904911995, -0.0012236953480169177, 0.0433606393635273, 0.027914011850953106, 0.020749852061271667, -0.02603888139128685, 0.0028492824640125036, 0.04806430637836456, 0.004949386231601238, 0.021020693704485893, -0.028695955872535706, -0.00020913667685817927, 0.03606652095913887, -0.052263420075178146, 0.018539447337388992, 0.003099372610449791, 0.0003044221957679838, -0.03799625486135483, -0.042976222932338715, 0.024800442159175873, -0.02657291665673256, 0.03187396004796028, 0.009592984803020954, -0.04156086593866348, 0.021378900855779648, -0.026828469708561897, 0.0076446826569736, 0.031190305948257446, 0.02305854670703411, -0.04285281524062157, 0.020355606451630592, -0.015734395012259483, 0.010575872845947742, -0.01139057707041502, 0.016427330672740936, -0.01774631068110466, 0.008206021040678024, -0.0239191185683012, -0.04170065000653267, -0.060358043760061264, -0.024511035531759266, 0.050655849277973175, 0.006916253361850977, -0.008681083098053932, 0.006923898123204708, 0.02800028771162033, 0.002348009729757905, 0.00241814274340868, -0.06075993925333023, 0.021624622866511345, 0.01872012205421925, -0.030258744955062863, 0.02059914357960224, 0.04786008223891258, -0.023197244852781296, 0.05590665712952614, 0.03171451389789581, -0.00092848768690601, -0.05218478664755821, -0.027180124074220657, 0.06622862070798874, 0.0266171470284462, 0.02575930394232273, -0.038568515330553055, -0.036822251975536346, 0.004534388892352581, -0.0023621385917067528, -0.022270051762461662, 0.018471738323569294, 0.023541254922747612, 0.0050411224365234375, 0.028211062774062157, -0.05914800241589546, 0.023197516798973083, -0.02060515061020851, -0.008407512679696083, -0.06884583085775375, 0.05669023841619491, 0.01341969519853592, -0.03663250058889389, 0.0215580053627491, 0.009068777784705162, -0.0012406227178871632, -0.07039660960435867, 0.08174131065607071, 0.019469914957880977, 0.016792090609669685, -0.01587909832596779, -0.009369105100631714, -0.026542337611317635, -7.75389198679477e-05, 0.025249294936656952, -0.04423431679606438, 0.01200761180371046, 0.06488806754350662, -0.004217953886836767, 0.009475037455558777, 0.037817154079675674, -0.01989801600575447, 0.00784835871309042, -0.0749615728855133, 0.00012995960423722863, 0.038048677146434784, 0.04007561132311821, 0.008339256048202515, -0.02542184665799141, 0.01799776777625084, 0.05864126980304718, -0.03301410749554634, -0.0168357752263546, -0.009767310693860054, 0.02211279049515724, -0.017130641266703606, -0.003258818993344903, 0.011714383959770204, 0.03302830457687378, 0.02419651299715042, 0.02486705966293812, -0.053294360637664795, -0.009411696344614027, -0.025061454623937607, 0.006921714171767235, -0.07031852006912231, -0.015964282676577568, -0.04456733912229538, 0.007491788826882839, 0.011784824542701244, 0.0362161360681057, -0.007266817148774862, 0.004548585973680019, -0.0005329435807652771, 0.011235841549932957, 0.04253501445055008, 0.0005951931234449148, -0.04072213172912598, 0.015483759343624117, -0.039924900978803635, 0.04215414449572563, -0.019557282328605652, -0.03144367039203644, 0.05483640357851982, -0.014559843577444552, -0.03396423161029816, 0.017021432518959045, -0.06020515039563179, 0.08164521306753159, -0.05812579765915871, 0.06531179696321487, 0.008494334295392036, -0.027790606021881104, 0.035351403057575226, -0.014232214540243149, 0.008801760151982307, -0.060148365795612335, -0.050430335104465485, 0.01894925720989704, -0.035235434770584106, 0.03205524757504463, -0.011842706240713596, 0.042421843856573105, -0.03776473179459572, 0.04426489770412445, 0.007954838685691357, 0.015874728560447693, 0.055740658193826675, 0.010842343792319298, 0.0781155526638031, -0.01033233478665352, -0.05892084911465645, 0.05125869065523147, -0.016492584720253944, -0.002717138733714819, 0.010912238620221617, 0.0023420031648129225, 0.016652746126055717, 0.017081497237086296, 0.006441190838813782, -0.029825182631611824, -0.004182733595371246, -0.056092314422130585, -0.02035669796168804, -0.016818301752209663, -0.03868646174669266, -0.07063686847686768, 0.007515269331634045, -0.05827869102358818, 0.050883010029792786, 0.034278757870197296, -0.03233850747346878, -0.012407183647155762, 9.39203891903162e-05, 0.02092895656824112, -0.02135050669312477, -0.05164310708642006, 0.021164849400520325, -0.014144846238195896, -0.010272269137203692, -0.007474315818399191, 0.01493334211409092, -0.0245852991938591, 0.011060217395424845, 0.025297345593571663, 0.04279602691531181, -0.05711233243346214, -0.026542337611317635, -0.02607601135969162, 0.03858599066734314, -0.01172475889325142, -0.005381856579333544, -0.03250628337264061, 0.042128756642341614, 0.02053361758589745, 0.05650075897574425, 0.022484105080366135, -0.0011098440736532211, -0.029451686888933185, -0.03713131695985794, -0.0008212573011405766, 0.0264047347009182, 0.0013456689193844795, 0.004143417812883854, -0.002772187115624547, -0.018099332228302956, -0.03613532334566116, 0.012428069487214088, -0.019239481538534164, -0.029626421630382534, 0.018681420013308525, -0.035104382783174515, -0.05424667149782181, -0.03383754938840866, -0.028578007593750954, 0.022995205596089363, 0.05456992611289024, 0.0055281976237893105, -0.022958073765039444, -0.055268868803977966, -0.006081891246140003, -0.012827777303755283, 0.03168174996972084, -0.028730902820825577, 0.013865269720554352, 0.03056562691926956, 0.007805221248418093, -0.02268286608159542, -0.012535096146166325, -0.0004534934996627271, 0.013065855018794537, -0.0593402124941349, -0.0011273176642134786, -0.015921417623758316, -0.025498293340206143, -0.002049662172794342, 0.07261137664318085, 0.006587532348930836, -0.002709493972361088, -0.005198384169489145, 0.003575527109205723, -0.01127372309565544, 0.00017473560001235455, 0.02757982909679413, 0.0310024656355381, 0.0022671944461762905, -0.01498193945735693, -0.020046541467309, 0.050145503133535385, -0.01221511047333479, 0.02097318693995476, 0.03878011181950569, -0.006890043616294861, 0.034824807196855545, -0.004599641542881727, 0.019531073048710823, 0.010696003213524818, 0.0670446902513504, -0.04381495341658592, -0.01661626435816288, -0.008050124160945415, 0.06899435073137283, -0.020387277007102966, 0.02284231223165989, -0.013978848233819008, -0.05465729534626007, -0.0011183761525899172, 0.0709645003080368, 0.009330881759524344, -0.028060900047421455, -0.05190084129571915, -0.0027597304433584213, -0.009995286352932451, -0.027099307626485825, 0.04184044152498245, 0.018382184207439423, 0.002813243307173252, 0.0035280208103358746, 0.015753507614135742, -0.025782238692045212, 0.00824752077460289, -0.006208574399352074, -0.005984694231301546, 0.06517638266086578, 0.026835020631551743, -0.010671976953744888, 0.021713081747293472, -0.017163405194878578, 0.001455766032449901, 0.0021929319482296705, 0.03298790007829666, -0.03648479282855987, -0.02697153203189373, 0.01879499852657318, 0.009619195014238358, 0.019532982259988785, 0.02094206213951111, 0.00032326087239198387, 0.03490343689918518, -0.014802290126681328, 0.006377849727869034, 0.04288448765873909, 0.01467451360076666, -0.031024307012557983, -0.027193227782845497, -0.0131106311455369, -0.02085469476878643, -0.03013206459581852, 0.03174399957060814, -0.006456480827182531, 0.022095317021012303, -0.0024987191427499056, -0.09745004773139954, -0.06700237095355988, 0.026436403393745422, 0.01234070211648941, 0.010514714755117891, 0.010903501883149149, 0.03570503368973732, 0.04432168602943421, 0.04255685582756996, -0.011290377005934715, 0.008911515586078167, 0.05762780085206032, 0.010856268927454948, 0.04145820438861847, -0.023377440869808197, -0.05600057542324066, 0.006206936202943325, -0.011655684560537338, -0.04835807904601097, -0.01541167963296175, -0.00275208568200469, -0.027348987758159637, -0.015111353248357773, 0.008363282307982445, 0.010910054668784142, -0.026420023292303085, -0.002378588542342186, -0.04455757886171341, 0.024155013263225555, 0.053790170699357986, 0.006157245486974716, -0.025607503950595856, 0.02990053780376911, -0.018380001187324524, 0.01659114472568035, -0.002868394134566188, 0.032316260039806366, 0.01720927283167839, -0.03055470436811447, 0.01458332408219576, 0.03471122682094574, -0.00017746584489941597, -0.04660198837518692, -0.02660786360502243, -0.03783462569117546, -0.012045289389789104, 0.021199796348810196, 0.008552761748433113, -0.0482051856815815, -0.04350479692220688, -0.01224459707736969, 0.009942456148564816, 0.017921321094036102, -0.017129072919487953, 0.002356746466830373, 0.04528272897005081, -0.01566067896783352, 0.00844628270715475, -0.04673850163817406, -0.010649588890373709, -0.022143369540572166, -0.01130539271980524, 0.010064770467579365, 0.03027075901627541, -0.05938389524817467, -0.02101536840200424, 0.008889674209058285, 0.016110077500343323, 0.04284517094492912, -0.030467336997389793, -0.03917135298252106, 0.012279544956982136, -0.02601076103746891, 0.02571234293282032, 0.005521645303815603, 0.04088813066482544, 0.03044658526778221, -0.006267548073083162, 0.0443883053958416, -0.018169226124882695, 0.056103236973285675, 0.016049465164542198, -0.04618261754512787, 0.05613162741065025, 0.006919529754668474, 0.002333812415599823, -0.017327219247817993, 0.016598790884017944, -0.024760309606790543, 0.02642211318016052, -0.008544571697711945, 0.0073869479820132256, -0.024023961275815964, 0.017119720578193665, 0.03637995198369026, 0.016498316079378128, -0.020509591326117516, 0.02498719096183777, 0.01946773007512093, -0.024655194953083992, -0.012337971478700638, -0.0199810154736042, 0.03662458434700966, -0.030528631061315536, -0.016984300687909126, -0.020486658439040184, -0.01317069586366415, -0.013524536043405533, 0.0017741123447194695, 0.013913322240114212, 0.004752808716148138, 0.01694280095398426, -0.011718206107616425, 0.005165621172636747, 0.07607988268136978, -0.005512908101081848, 0.01178427878767252, -0.00310674449428916, 0.027162648737430573, -0.0003683098766487092, 0.005975957959890366, -0.016711821779608727, -0.020706169307231903, -0.046694815158843994, -0.016927512362599373, -0.04333442822098732, -0.02618413046002388, 0.012585331685841084, -0.029268214479088783, -0.03120395727455616, -0.014058572240173817, -0.05408940464258194, 0.026542337611317635, -0.0016829223604872825, -0.019906753674149513, -0.007718945387750864, -0.031373776495456696, -0.042588528245687485, -0.04727635905146599, 0.009894403629004955, -0.005815282464027405, 0.02904706448316574, -0.005517276935279369, -0.000109209751826711, 0.01144955027848482, 0.009621788747608662, -0.010728766210377216, -0.01765703409910202, -0.0249467846006155, 0.03322597220540047, 0.009151777252554892, 0.022300085052847866, -0.013078959658741953, 0.009618102572858334, 0.0011991231003776193, -0.015420417301356792, -0.01523749064654112, -0.017145931720733643, -0.02704470232129097, 0.03159656375646591, 0.033378325402736664, -0.024528510868549347, -0.0034510281402617693, -0.016040729358792305, 0.03991752862930298, 0.008295572362840176, 0.04400170221924782, -0.0037109472323209047, 0.004050589632242918, -0.020687466487288475, -0.07906786352396011, 0.004846728872507811, 0.022619523108005524, 0.0017604611348360777, -0.014420055784285069, -0.018679236993193623, -0.02794022113084793, -0.03116081841289997, 0.0005657065194100142, -0.01603635959327221, 0.04702790454030037, 0.01185144204646349, 0.023964986205101013, 0.026590390130877495, -0.026264945045113564, -0.00839823018759489, -0.014876551926136017, 0.025812817737460136, 0.03729840740561485, -0.01828608103096485, -0.028508659452199936, -0.010568227618932724, -0.00048816759954206645, -0.03195914253592491, -0.03220158815383911, 0.01189403422176838, 0.059145815670490265, -0.005565328989177942, 0.01926896907389164, 0.033543504774570465, -0.03281698375940323, 0.02263699844479561, 0.01838655397295952, -0.04537883773446083, 0.04502936825156212, -0.04524996876716614, 0.01416232157498598, -0.020544538274407387, -0.006194377318024635, -0.09911003708839417, -0.0001474331656936556, -0.01476843561977148, 0.020580030977725983, -0.01654309406876564, -0.03149254247546196, 0.003266463754698634, 0.04512546956539154, 0.003307963255792856, -0.02966136857867241, 0.02910221554338932, -0.018600603565573692, -0.02271999605000019, 0.02552887238562107, -0.0322297103703022, -0.09164009243249892, -0.04164823144674301, -0.014608987607061865, -0.01341314148157835, -0.01845426484942436, -0.0433606393635273, -0.007649051491171122, 0.007877299562096596, -0.03276074305176735, 0.009011988528072834, -0.06397943943738937, -0.023632990196347237, 0.04921864718198776, -0.04418626427650452, 0.02934684418141842, 0.010776716284453869, -0.05745306611061096, 0.00411174725741148, -0.006778649520128965, 0.0032719243317842484, 0.00982887763530016, 0.02022564597427845, -0.006993792951107025, 0.006727320607751608, 0.01880701072514057, 0.017630822956562042, 0.04443526268005371, 0.02840491011738777, -0.008212573826313019, -0.03386376053094864, 0.0060720620676875114, -0.035563062876462936, -0.002765190787613392, -0.025327924638986588, -0.035381775349378586, -0.006329796742647886, 0.024395275861024857, -0.005927359219640493, 0.032452769577503204, -0.019380908459424973, -0.014780721627175808, 0.0036869212053716183, -0.0161674115806818, 0.023829568177461624, 0.06530743092298508, 0.07003840059041977, 0.002787032863125205, -0.008984686806797981, 0.02699665166437626, -0.0223421324044466, 0.020039988681674004, -0.0015201997011899948, 0.014878736808896065, 0.000670547888148576, 0.004001445136964321, 0.05192268267273903, -0.015621363185346128, 0.029755834490060806, -0.037004631012678146, 0.015367995947599413, -0.0029410184361040592, 0.006731689441949129, 0.023200519382953644, -0.034283123910427094, -0.008007259108126163, 0.050944164395332336, 0.012200367636978626, 0.051054760813713074, 0.03708326444029808, -0.03557023033499718, 0.019107338041067123, -0.05859540030360222, -0.021409479901194572, -0.042128756642341614, -0.02445752359926701, -0.038264915347099304, -0.036026112735271454, -0.019152114167809486, 0.044589247554540634, 0.02798609249293804, 0.007083890959620476, 0.05325477197766304, 0.04700168967247009, -0.009262078441679478, -0.0038004994858056303, -0.06060704588890076, 0.018187792971730232, -0.005399330053478479, -0.017349060624837875, -0.015907492488622665, -0.024255486205220222, -0.024799350649118423, 0.03922049701213837, -0.03505196422338486, 0.006414981093257666, 0.014287912286818027, -0.036456398665905, 0.003227148205041886, 0.05187353864312172, -0.048838600516319275, 0.005255173426121473, -0.012157228775322436, -0.05463545396924019, 0.025871790945529934, 0.012082966975867748, 0.007526736240833998, -0.010074599646031857, -0.04866386577486992, -0.017019247636198997, 0.005062964279204607, -0.06202240288257599, 0.031146621331572533, 0.03693037107586861, 0.014485581777989864, -0.019750993698835373, -0.006803767755627632, -0.020551636815071102, 0.06163798272609711, -0.008169981651008129, -0.047868821769952774, 0.025437135249376297, 0.009811404161155224, -0.020264960825443268, 0.03825835883617401, -0.01102144829928875, 0.0423908568918705, -0.01603635959327221, -0.0542554035782814, 0.020155752077698708, 0.01624918170273304, -0.022820470854640007, -0.042382121086120605, 0.019784439355134964, -0.005836169235408306, 0.02980552427470684, 0.04483715817332268, 0.014523805119097233, 0.011112501844763756, 0.007738602813333273, -0.021564558148384098, 0.01476952712982893, -0.06044104322791099, -0.03252703323960304, -0.03130388259887695, 0.004827070981264114, 0.014060482382774351, 0.011711654253304005, 0.036545950919389725, -0.0548669807612896, 0.048751235008239746, -0.005032385233789682, 0.034570347517728806, 0.05478834733366966, -0.02556818723678589, -0.02078261598944664, 0.011100079864263536, 0.03739342093467712, 0.02699883468449116, -0.011921335943043232, 0.04725724458694458, -0.04448441043496132, 0.057118337601423264, -0.037209946662187576, 0.04157615453004837, -0.03431370481848717, 0.013052749447524548, -0.0231427401304245, -0.001445937086828053, -0.021929318085312843, 0.0020531434565782547, 0.004937373101711273, 0.04312911629676819, -0.009523089975118635, 0.027595121413469315, 0.0028372693341225386, -0.032216876745224, -0.030407272279262543, -0.025703880935907364, -0.011539102531969547, 0.05244689062237739, -0.037367209792137146, 0.011488866060972214, 0.05397582799196243, 0.026214707642793655, 0.058239374309778214, 0.06639952957630157, 0.08216068148612976, -0.0015333048067986963, 0.0028765848837792873, 0.03132135793566704, 0.010452465154230596, -0.027210703119635585, -0.005482329521328211, 0.004969043657183647, -0.017126819118857384, 0.02601376362144947, 0.004803590942174196, 0.03240280598402023, 0.040468767285346985, -0.004333443008363247, 0.07065488398075104, 0.000880776671692729, -0.023235468193888664, -0.017865624278783798, 0.06214471533894539, -0.02670396864414215, -0.029001742601394653, 0.023576201871037483, 0.023783700540661812, -0.00962137896567583, -0.05218260735273361, 0.03357326239347458, 0.0109908701851964, -0.01583104580640793, -0.04371120408177376, -0.02406546287238598, 0.00750871654599905, 0.02027806825935841, -1.3105171092320234e-05, 0.00288259144872427, 0.04053429141640663, -0.03258819133043289, -0.03025546856224537, -0.010856540873646736, 0.05427287891507149, 0.032818350940942764, 0.022988107055425644, 0.036933645606040955, 0.05091795325279236, 0.03526601195335388, 0.015612625516951084, -0.005884221289306879, -0.05305846408009529, 0.05151860788464546, 0.03443165123462677, 0.007497795391827822, -0.02518322318792343, -0.006389862392097712, 0.00686710886657238, 0.0012100441381335258, 0.04910070449113846, -0.007950469851493835, 0.032071080058813095, -0.0003254450566601008, 0.02001541666686535, 0.01550778467208147, 0.004622575826942921, -0.021724004298448563], [-0.043029945343732834, -0.01882832869887352, -0.0656357854604721, -0.03556843101978302, 0.020639553666114807, -0.000761267903726548, 0.032808542251586914, -0.02185937389731407, 0.037681590765714645, 0.039642032235860825, -0.023161401972174644, -0.007070363033562899, -0.06610096246004105, -0.029976967722177505, -0.038831677287817, 0.04574775695800781, -0.02913544327020645, -0.023179320618510246, 0.03247660771012306, 0.020992916077375412, -0.014506165869534016, -0.018676679581403732, 0.01878235675394535, 0.01736033707857132, 0.004125027917325497, 0.058065179735422134, -0.019605958834290504, -0.026486201211810112, 0.043809134513139725, 0.008413685485720634, 0.005510426126420498, -0.008868731558322906, -0.014729793183505537, 0.013469845056533812, 0.025058725848793983, 0.0034555094316601753, 0.03246413916349411, 0.01383567415177822, -0.007904095575213432, -0.028030553832650185, -0.042441654950380325, 0.03765665739774704, -0.017634611576795578, 0.0503208190202713, 0.01992231048643589, 0.05517906695604324, -0.005427831783890724, 0.04513687267899513, 0.007046987768262625, -0.060016270726919174, 0.04753677546977997, 0.06320782750844955, 0.014931992627680302, -0.024245252832770348, -0.00411898922175169, 0.03866025432944298, 0.037800028920173645, 0.0032585696317255497, 0.06381472200155258, -0.003422978101298213, 0.02970152534544468, -0.027765240520238876, -0.02286764606833458, -0.03316774591803551, 0.0008446411229670048, 0.015611007809638975, 0.029881907626986504, 0.008419918827712536, 0.06047755107283592, -0.1009579971432686, 0.00661064125597477, 0.010951114818453789, -0.0300112534314394, -0.02914479374885559, 0.08066166937351227, 0.002887675305828452, -0.06214345619082451, 0.03746030107140541, -0.01783408224582672, -0.038242608308792114, -0.020849544554948807, 0.03409498184919357, -0.0357772521674633, -0.04863075539469719, -0.06394338607788086, -0.00463305925950408, -0.01619778573513031, -0.024405764415860176, 0.03884569928050041, -0.0012287814170122149, -0.045978400856256485, 0.0035866082180291414, 0.006119752302765846, 0.01821744441986084, 0.018834562972187996, 0.0271344855427742, -0.0006377663812600076, 0.06748402118682861, 0.031130168586969376, 0.06596927344799042, 0.03313424438238144, -0.03227557614445686, -0.021895218640565872, -0.026621779426932335, -0.06734688580036163, 0.006514021661132574, 0.007965652272105217, -0.05305032059550285, 0.026604635640978813, -0.057340532541275024, -0.0124366395175457, 0.040589526295661926, 0.013801000081002712, -0.04335934668779373, -0.01359928771853447, -0.006535839289426804, 0.032517123967409134, -0.02093213796615601, -0.054618049412965775, -0.01776551455259323, -0.06171490252017975, -0.006309094838798046, 0.0372203104197979, 0.02018187753856182, -0.017269950360059738, 0.005490946117788553, -0.0054667918011546135, 0.0244318675249815, -0.013312253169715405, 0.04461948946118355, 0.02425879053771496, -0.0114540820941329, 0.03908257186412811, -0.03631645068526268, -0.05152934417128563, 0.02651327848434448, -0.01572423242032528, 0.054166119545698166, 0.012841038405895231, 0.030753040686249733, -0.003980877809226513, 0.03357993811368942, -0.024846786633133888, 0.02996138483285904, -0.015214448794722555, -0.04732639715075493, -0.013250892050564287, -0.06173048913478851, 0.005562632344663143, 0.01651257835328579, -0.028010293841362, -0.014932188205420973, -0.005720807239413261, 0.03325150907039642, 0.023481646552681923, -0.018173810094594955, 0.021489258855581284, 0.01581909880042076, -0.028804872184991837, 0.015474697574973106, 0.026363089680671692, 0.037344980984926224, 0.04084821790456772, 0.001958881737664342, -0.011383955366909504, -0.011253051459789276, 0.02925388142466545, 0.024191487580537796, -0.025594808161258698, 0.017824731767177582, 0.01912792772054672, -0.02057488076388836, 0.018825991079211235, 0.034271471202373505, -0.027156302705407143, 0.0013495557941496372, 0.01621181145310402, -0.021663019433617592, -0.02592557482421398, 0.02844741940498352, 0.007762417197227478, -0.006476621143519878, 0.005815868731588125, -0.008842239156365395, -0.006972185336053371, 0.00354686938226223, -0.039478011429309845, -0.020135030150413513, -0.03674967959523201, 0.0322490856051445, 0.027201496064662933, -0.07794385403394699, 0.014416558668017387, -0.0039458139799535275, -0.04688537120819092, 0.032443881034851074, 0.01579260639846325, 0.0021451078355312347, -0.002476263325661421, 0.011260841973125936, 0.0053125121630728245, 0.03444172069430351, 0.049565788358449936, -0.018811186775565147, -0.016039609909057617, -0.06396832317113876, 0.05688723176717758, -0.011609919369220734, 0.030930696055293083, 0.010828003287315369, -0.01489186380058527, 0.08723179250955582, 0.0034218092914670706, 0.02011009491980076, 0.013141026720404623, 0.006269356701523066, 0.0278918594121933, -0.05525386333465576, 0.03902802988886833, 0.049201127141714096, -0.0402478501200676, -0.010678594000637531, 0.030500583350658417, -0.015278343111276628, 0.004177428316324949, 0.035493627190589905, 0.023525280877947807, 0.009499874897301195, -0.010110760107636452, 0.0004924475797452033, 0.06372677534818649, -0.01525652501732111, 0.0173198189586401, -0.034800149500370026, -0.018264194950461388, 0.007687481120228767, -0.042618535459041595, 0.014422792941331863, 0.015561968088150024, 0.010318023152649404, -0.04906398802995682, -0.02384435757994652, 0.01607934944331646, -0.038343124091625214, 0.02427096478641033, -0.00650778878480196, -0.021450739353895187, 0.007886952720582485, -0.013780253939330578, 0.006749434862285852, 0.026083555072546005, 0.012678966857492924, -0.04128923639655113, 0.018543144688010216, -0.02107551135122776, -0.006009107455611229, -0.010607881471514702, 0.012490889988839626, -0.004078276455402374, 0.02024275064468384, -0.022861411795020103, -0.02013736590743065, -0.05754780024290085, -0.030550451949238777, 0.05284149572253227, 0.007334605790674686, -0.02371540293097496, 0.01059931144118309, 0.05290383100509643, 0.009234950877726078, 0.008237588219344616, -0.07067558169364929, 0.029435236006975177, 0.010194911621510984, -0.032141946256160736, 0.039249319583177567, 0.07503903657197952, -0.01667620800435543, 0.053843144327402115, 0.026070114225149155, -0.01998230814933777, -0.05416183173656464, -0.049886807799339294, 0.07953963428735733, 0.012622475624084473, 0.03437782824039459, -0.020394498482346535, -0.04781104996800423, -0.0013963071396574378, -0.01317998580634594, -0.018890663981437683, 0.019527262076735497, 0.032603614032268524, 0.008540595881640911, 0.02570701204240322, -0.019997112452983856, 0.026233743876218796, 0.004020616412162781, -0.013825934380292892, -0.05991653725504875, 0.051513370126485825, 0.00948258675634861, -0.023768387734889984, 0.017244625836610794, 0.021767430007457733, -0.02078876830637455, -0.06198294833302498, 0.07649768143892288, -0.0010581390233710408, -0.030908877030014992, -0.021502505987882618, -0.004537998232990503, -0.02676505222916603, -0.013769053854048252, 0.025138009339571, -0.030195141211152077, 0.012230154126882551, 0.05540347099304199, -0.00534290075302124, -0.004774092230945826, 0.03750315681099892, -0.03034318797290325, 0.03397839888930321, -0.05947395786643028, 0.023011991754174232, 0.03917140141129494, 0.04321383312344551, 0.015858059749007225, -0.05612655729055405, 0.018672490492463112, 0.03034942038357258, -0.03183922916650772, -0.01780291460454464, -0.013284397311508656, 0.02899207174777985, -0.00164438143838197, -0.003791534574702382, 0.02981489524245262, 0.0064454530365765095, 0.03493105247616768, 0.014301239512860777, -0.0397542342543602, -0.010067124851047993, -0.02337723597884178, 0.01171822752803564, -0.046115532517433167, -0.0026180758140981197, -0.03799014911055565, 0.02320113778114319, 0.02079188637435436, 0.01505082007497549, -0.014379742555320265, 0.03113796003162861, 0.0139576168730855, 0.008981714025139809, 0.008511862717568874, 0.0023453596513718367, -0.020950060337781903, 0.00956259947270155, -0.03282256796956062, 0.017852783203125, -0.007064519450068474, -0.05127376690506935, 0.042668599635362625, 0.014516294933855534, -0.03290360048413277, 0.02019502595067024, -0.02479613944888115, 0.07251446694135666, -0.031394314020872116, 0.03654748201370239, 0.004821623209863901, -0.03010164014995098, 0.0405832901597023, -0.025441600009799004, 0.008061686530709267, -0.05947083979845047, -0.05706684663891792, 0.03732316568493843, -0.037276215851306915, 0.03368162363767624, -0.004700069315731525, 0.030958745628595352, -0.0019239155808463693, 0.03924425691366196, 0.01402540598064661, 0.035484276711940765, 0.0360807366669178, -0.0010877480963245034, 0.07234615832567215, 0.005461337510496378, -0.04394938796758652, 0.03107406757771969, -0.0025917727034538984, -0.0014087740564718845, 0.011859260499477386, -0.0004137494834139943, 0.01994101144373417, 0.0324510894715786, 0.03754601255059242, -0.016017014160752296, 0.007988248020410538, -0.0427619069814682, -0.006251045502722263, 0.015268992632627487, -0.03755692020058632, -0.0983336791396141, 0.007284250110387802, -0.05656134709715843, 0.07021430134773254, 0.02513323538005352, -0.01781694032251835, -0.014289550483226776, -0.01389294397085905, 0.03404121845960617, 0.00810084119439125, -0.037558481097221375, 0.0006309484597295523, -0.007783710956573486, 0.005488608498126268, -0.023023484274744987, 0.017011258751153946, -0.03576790168881416, 0.01912442035973072, 0.014544346369802952, 0.033040739595890045, -0.0596671923995018, -0.010888390243053436, -0.03073745593428612, 0.05138470232486725, 0.01859457232058048, 0.002960139885544777, -0.03266361355781555, 0.04466312751173973, 0.025412477552890778, 0.017107879742980003, 0.027614466845989227, -0.005853269249200821, -0.039523594081401825, -0.03495442867279053, -0.0024250317364931107, 0.0028954672161489725, -0.009496758691966534, 0.0014917576918378472, 0.0020122560672461987, -0.0209664236754179, -0.026028038933873177, -0.009580520913004875, -0.03133003041148186, -0.036017242819070816, 0.013451922684907911, -0.0039037379901856184, -0.060028739273548126, -0.03609204664826393, -0.03518546000123024, -0.011612256988883018, 0.04253126308321953, -0.000261807581409812, -0.03751158341765404, -0.020260831341147423, -0.045107267796993256, -0.009433059953153132, 0.04252191632986069, -0.005212775897234678, -0.004282423760741949, -0.011320061050355434, -0.004456962458789349, -0.03741510957479477, -0.020564362406730652, -0.02277102693915367, -0.013430885039269924, -0.03989994153380394, -0.014062807895243168, -0.0056179543025791645, -0.026891378685832024, 0.005172258242964745, 0.06158711761236191, 0.008374725468456745, -0.0016103284433484075, -0.015717804431915283, 0.014541229233145714, -0.012850388884544373, -0.009188199415802956, 0.042098816484212875, 0.025323649868369102, 0.02083474211394787, -0.011235908605158327, -0.004089185036718845, 0.044948313385248184, -0.0100549990311265, 0.02077006734907627, 0.05056159198284149, -0.001943298033438623, 0.053860679268836975, -0.0058419713750481606, 0.012615074403584003, 0.0008204862824641168, 0.0574059896171093, -0.037722889333963394, -0.03846389800310135, 0.020709291100502018, 0.06151231378316879, -0.004052563104778528, 0.01641595922410488, 0.011497716419398785, -0.02504470013082027, 0.010582949034869673, 0.059660959988832474, -0.017703959718346596, -0.005550554487854242, -0.0420442707836628, -0.0253146905452013, -0.034243810921907425, -0.02841547317802906, 0.029771262779831886, 0.039966173470020294, 0.01602363772690296, -0.0208838302642107, 0.020491119474172592, -0.013205698691308498, -0.006759466603398323, 0.001276311930269003, -0.008973143063485622, 0.05802777782082558, 0.0583982840180397, -0.025217682123184204, 0.03980059549212456, -0.01917428895831108, 0.007142048329114914, 0.0016078570624813435, -0.008571081794798374, -0.04084636643528938, -0.039660729467868805, 0.037416666746139526, -0.005447701551020145, 0.006896603852510452, 0.023777738213539124, -0.03457808122038841, 0.026584377512335777, -0.001751617412082851, 0.013370498083531857, 0.037422120571136475, 0.005802622064948082, -0.031591448932886124, -0.0176572073251009, -0.015175488777458668, -0.02879883348941803, 0.00691920006647706, 0.011852247640490532, -0.011722122319042684, 5.765999958384782e-05, 0.019103381782770157, -0.0667305439710617, -0.045528024435043335, 0.04746197536587715, 0.0003951463440898806, 6.486750498879701e-05, 0.007483333349227905, 0.04118482768535614, 0.024028636515140533, 0.022074906155467033, 0.001341763767413795, -0.001887658960185945, 0.035684529691934586, 0.01500991266220808, 0.023397494107484818, -0.012582347728312016, -0.045436084270477295, -0.006830762140452862, -0.02308114431798458, -0.05339257791638374, -0.03601568564772606, -0.01597961224615574, -0.017654869705438614, -0.01720566675066948, 0.030254360288381577, 0.003242790699005127, -0.060913898050785065, 0.005916676018387079, -0.07532889395952225, 0.00479357223957777, 0.04074224457144737, 0.0021973135881125927, -0.022294161841273308, 0.01513808872550726, -0.00798474159091711, 0.021236607804894447, 0.023826047778129578, 0.032083895057439804, -0.004984857048839331, -0.026162058115005493, 0.029529713094234467, -0.001429033000022173, -0.020389823243021965, -0.03913399949669838, -0.019160263240337372, -0.03777158632874489, 0.007017767522484064, -0.008887432515621185, -0.0031888317316770554, -0.026772942394018173, -0.039578136056661606, -0.01798524521291256, 0.02519742213189602, 0.039158932864665985, -0.0035562198609113693, -0.012342358008027077, 0.03834234178066254, -0.02349411323666573, -0.016468944028019905, -0.016338039189577103, -0.0007082830416038632, 0.00098080444149673, -0.010710345581173897, 0.008087984286248684, 0.034212641417980194, -0.05497179925441742, -0.0022632526233792305, 0.0188594963401556, -0.001162550412118435, 0.04335798695683479, -0.040511604398489, -0.04311487823724747, 0.01075281109660864, -0.02848404087126255, 0.02374657057225704, 0.011600568890571594, 0.06422428041696548, 0.03172546997666359, -0.0032912951428443193, 0.036487095057964325, -0.02365618385374546, 0.06675469875335693, 0.0061805290170013905, -0.04180194064974785, 0.04516180604696274, 0.028339114040136337, 0.009821582585573196, -0.005017589312046766, 0.03430614247918129, -0.010235429741442204, 0.01580975018441677, -0.007239447440952063, 0.016838280484080315, -0.0208838302642107, 0.012541829608380796, 0.03643488883972168, 0.018225235864520073, -0.021628733724355698, 0.04075471311807632, 0.015680404379963875, 0.006371430587023497, -0.04593944177031517, -0.005690955091267824, 0.024856137111783028, -0.025987520813941956, -0.019446225836873055, -0.018393540754914284, -0.014143843203783035, -0.014510841108858584, -0.002657035132870078, 0.005491726100444794, 0.03519441932439804, 0.026726190000772476, 0.007357688620686531, 0.00032570111216045916, 0.05595513805747032, 0.019289609044790268, -0.01610739901661873, 0.004126586019992828, 0.03296905383467674, -0.011550701223313808, 0.0021973135881125927, -0.03344358131289482, -0.037563152611255646, -0.03207298740744591, 0.01179848425090313, -0.05986666679382324, -0.022113390266895298, 0.012187883257865906, -0.03502923250198364, -0.009902715682983398, 0.0026726191863417625, -0.022317148745059967, 0.049201127141714096, 0.006731805391609669, -0.014407209120690824, 0.0018396658124402163, -0.03749224916100502, -0.04712536558508873, -0.05111481249332428, -0.008877303451299667, -0.008260964415967464, 0.02680722437798977, -0.009339362382888794, 0.009194432757794855, 0.04199051111936569, 0.038948554545640945, -0.031017964705824852, -0.016054416075348854, -0.02124887891113758, 0.043899521231651306, 0.027866924181580544, 0.04542984813451767, -0.006772323045879602, 0.01209691260010004, 0.003952826838940382, -0.020020877942442897, -0.020053213462233543, -0.04665473476052284, -0.019843611866235733, 0.01849113404750824, 0.01191692054271698, -0.0005828335415571928, -0.006998677738010883, -0.01393385138362646, 0.02818327397108078, 0.0209430493414402, 0.060695722699165344, 0.013502180576324465, 0.022506102919578552, -0.03476352617144585, -0.04504960775375366, -0.0017268782248720529, 0.031809620559215546, -0.015446648001670836, 0.004829414654523134, -0.028418978676199913, -0.018731707707047462, -0.020361771807074547, 0.006146342493593693, -0.047013163566589355, 0.040617577731609344, 0.015620796009898186, 0.023097505792975426, 0.00946169439703226, -0.034293677657842636, -0.002257311251014471, -0.012472677044570446, 0.036547090858221054, 0.017421113327145576, -0.011337202973663809, -0.048837631940841675, -0.021324850618839264, 0.009234950877726078, -0.030094625428318977, -0.04039394855499267, 0.016948923468589783, 0.02204248495399952, 0.0043322923593223095, 0.029490754008293152, 0.028194181621074677, -0.0212032962590456, 0.02983827330172062, -0.0009506108472123742, -0.05520400032401085, 0.03844207897782326, -0.07473360002040863, 0.015145880170166492, -0.009567664936184885, -0.026922546327114105, -0.10956023633480072, -0.021936515346169472, -0.0002517268294468522, 0.006760246120393276, -0.003944255877286196, -0.03175196051597595, 0.024711208418011665, 0.04507453739643097, 0.0030201373156160116, -0.04096158593893051, 0.023812023922801014, -0.037613023072481155, -0.030519284307956696, 0.024266155436635017, -0.06190502643585205, -0.0812850221991539, -0.022727392613887787, -0.012934541329741478, 0.007953964173793793, 0.0004963435349054635, -0.016574913635849953, -0.0011376163456588984, -0.01503835152834654, -0.03828001022338867, 0.0205832589417696, -0.040759388357400894, -0.03529883176088333, 0.04360654577612877, -0.049380335956811905, 0.02595791034400463, 0.002401461126282811, -0.08124762028455734, -0.0013838401064276695, -0.021133169531822205, -0.0029523482080549, 0.006663626059889793, 0.01801173761487007, -0.007602549158036709, 0.0004488130216486752, -0.007646963465958834, 0.019835039973258972, 0.027050333097577095, 0.053683023899793625, -0.014675055630505083, -0.034303806722164154, 0.00600287364795804, -0.01831718161702156, 0.0005625745980069041, -0.033701494336128235, -0.009752332232892512, 0.020936815068125725, 0.019009100273251537, 0.01047230325639248, 0.0396357998251915, -0.0261994581669569, -0.021305760368704796, 0.015820657834410667, 0.007887733168900013, 0.027031634002923965, 0.04193129017949104, 0.04236451908946037, 0.03447756543755531, -0.02954685501754284, 0.01891092211008072, -0.03865090385079384, 0.03739796578884125, -0.01071774773299694, 0.018560288473963737, -0.016240252181887627, 0.01128733530640602, 0.052037376910448074, 0.009346277453005314, 0.0407734140753746, -0.0318668894469738, 0.01092325896024704, 0.013089599087834358, 8.088958566077054e-05, 0.03490300476551056, -0.03989838436245918, -0.009157811291515827, 0.03019864857196808, 0.02806016243994236, 0.037745483219623566, 0.007672287058085203, -0.02477354370057583, 0.03263244777917862, -0.06407429277896881, -0.0004846556985285133, -0.05827712267637253, -0.030889933928847313, -0.009711814112961292, -0.044195614755153656, 0.00385231152176857, 0.06929174065589905, 0.04948786646127701, -0.002144328784197569, 0.031171465292572975, 0.029252322390675545, 0.002528323093429208, 0.030213842168450356, -0.04734976962208748, 0.02623140625655651, -0.04414262995123863, -0.015370287001132963, 0.02315049059689045, -0.011853804811835287, -0.0350487120449543, 0.04448547214269638, -0.017959143966436386, 0.02628049254417419, 0.02220669947564602, -0.02710916288197041, 0.0007604886777698994, 0.07698389887809753, -0.044839221984148026, 0.01077930349856615, -0.027343308553099632, -0.05083479359745979, 0.01398878451436758, -0.00986297708004713, 0.009610519744455814, -0.006836606655269861, -0.059505123645067215, -0.013186220079660416, -0.012110158801078796, -0.05723612383008003, 0.007109322119504213, 0.05092157796025276, 0.0134448129683733, -0.04498006030917168, 0.009708697907626627, -0.02249743416905403, 0.06603161245584488, -0.018407177180051804, -0.051682062447071075, 0.052243079990148544, -0.0159702617675066, -0.021927164867520332, 0.06216449663043022, -0.01970413699746132, 0.03962177410721779, -0.015365611761808395, -0.06400571763515472, -0.03727017715573311, 0.02283491939306259, -0.009523640386760237, -0.038124170154333115, 0.03787482902407646, 0.005834568757563829, 0.04878348112106323, 0.05476297810673714, 0.002057838719338178, 0.008289794437587261, -0.011118835769593716, -0.0021108235232532024, 0.007550343871116638, -0.04180895537137985, -0.040307458490133286, -0.002117203315719962, 0.016710687428712845, 0.00492915092036128, -0.004066180437803268, 0.0138633344322443, -0.059929002076387405, 0.06970315426588058, -0.017106320708990097, 0.019026244059205055, 0.057407546788454056, -0.030698498710989952, -0.020717082545161247, 0.002505872631445527, 0.02197625488042831, 0.021154986694455147, 0.024599002674221992, 0.04239257052540779, -0.029553869739174843, 0.028983013704419136, -0.03684006631374359, 0.035297274589538574, -0.025075869634747505, 0.015303277410566809, -0.010785537771880628, -0.005618733819574118, -0.01541392132639885, -0.00300143682397902, 0.03491274267435074, 0.06055702641606331, -0.04764898121356964, 0.01740163378417492, 0.009356504306197166, -0.016705816611647606, -0.040526412427425385, -0.03760679066181183, -0.00861841719597578, 0.053396280854940414, -0.03809066489338875, -0.0038359486497938633, 0.048016756772994995, 0.0179120022803545, 0.07229629904031754, 0.07183501124382019, 0.06539268046617508, 0.003749458584934473, 0.027386164292693135, 0.028112150728702545, -0.0017960311379283669, -0.029864763841032985, -0.02270089834928513, -0.011765757575631142, -0.01835419237613678, -0.0001484355452703312, 0.011025527492165564, 0.02831651456654072, 0.04935929924249649, 0.016828930005431175, 0.09272975474596024, 0.028979606926441193, -0.01622895337641239, -0.032704129815101624, 0.032096363604068756, 0.001104208524338901, -0.02774536982178688, 0.02352762036025524, 0.0048247394151985645, -0.003839844604954123, -0.05291629955172539, 0.03468093276023865, 0.01813017576932907, -0.008388751186430454, -0.05606422200798988, -0.022007422521710396, 0.0236063152551651, 0.021579548716545105, 0.01178913377225399, 0.023215943947434425, 0.02111641690135002, -0.05572761595249176, -0.020673448219895363, -0.01202191598713398, 0.06250344216823578, 0.022783491760492325, 0.005083527881652117, 0.011583426967263222, 0.058944109827280045, 0.02879259921610355, 0.026615547016263008, 0.004308916628360748, -0.047670796513557434, 0.06170555576682091, 0.053910546004772186, 0.004770975559949875, -0.02434031292796135, 0.002009139396250248, -0.00380156678147614, -0.001702820765785873, 0.03688058629631996, 0.001727462629787624, 0.016449464485049248, 0.040995482355356216, 0.020609555765986443, -0.01668088324368, 0.005053626373410225, -0.015532358549535276], [-0.0820925235748291, -0.015654418617486954, -0.05891168490052223, -0.006416727788746357, 0.014167063869535925, -0.004319292027503252, 0.010063602589070795, -0.04377606511116028, 0.02871484681963921, 0.06550591439008713, -0.02184513583779335, 0.008160506375133991, -0.05703422799706459, -0.02350005879998207, -0.04536865279078483, 0.01995233073830605, -0.024035613983869553, -0.03784407675266266, 0.02871702611446381, -0.0008217647555284202, 0.02086116187274456, -0.04755578190088272, 0.008610599674284458, 0.0027454718947410583, -0.010276751592755318, 0.04979921132326126, 0.008811349049210548, -0.0059427134692668915, 0.039409853518009186, -0.009790797717869282, -0.009887988679111004, 0.011476554907858372, -0.005150441080331802, 0.006172787398099899, 0.027305245399475098, 0.0023352596908807755, 0.014791933819651604, 0.03409251198172569, -0.016975542530417442, -0.00028168567223474383, -0.04482840746641159, 0.030944202095270157, -0.01571139134466648, 0.026758966967463493, 0.031771328300237656, 0.02828553132712841, 0.011331774294376372, 0.05768708139657974, -0.01749568060040474, -0.057494040578603745, 0.015524717979133127, 0.03512943908572197, 0.0184917189180851, -0.01710892841219902, -0.002904998837038874, 0.04037036746740341, 0.04117797315120697, -0.004637675825506449, 0.07063691318035126, -0.015466068871319294, 0.016994310542941093, -0.025529000908136368, -0.05855576694011688, -0.03730517253279686, 0.005443521309643984, 0.019647283479571342, 0.01866699755191803, 0.010440300218760967, 0.0513019822537899, -0.09684222936630248, 0.005827425047755241, -0.038823653012514114, -0.014209961518645288, -0.03189951181411743, 0.0751197561621666, 0.03828602284193039, -0.06201978027820587, 0.008731418289244175, -0.033481888473033905, -0.003842051839455962, -0.005083412863314152, 0.017970658838748932, -0.039687350392341614, -0.04628961905837059, -0.03040529601275921, -0.03260348364710808, -0.022533513605594635, -0.05113307386636734, 0.04427073523402214, -0.003207965986803174, -0.03513412922620773, 0.0034693756606429815, 0.021237190812826157, 0.031656041741371155, 0.01334127690643072, 0.045442383736371994, 0.0116697633638978, 0.04815300181508064, 0.0006448105559684336, 0.04547187685966492, 0.03163660317659378, -0.023375554010272023, -0.013467290438711643, -0.03761618211865425, -0.04689957574009895, 0.01902258023619652, 0.003946951124817133, -0.04826024919748306, 0.010150403715670109, -0.03608861193060875, -0.03624679893255234, 0.02834284119307995, 0.018060727044939995, -0.03629237785935402, -0.013102657161653042, -0.008336120285093784, 0.01665782928466797, 0.020515967160463333, -0.03119019605219364, -0.016408484429121017, -0.05682644248008728, -0.010424884036183356, 0.027751987800002095, 0.010814317502081394, -0.010376288555562496, 0.008662714622914791, 0.019039589911699295, 0.028422940522432327, -0.024733377620577812, 0.020329630002379417, 0.02140207961201668, -0.010999901220202446, 0.017700785771012306, -0.0295245461165905, -0.018419327214360237, 0.013754170387983322, -0.01357755158096552, 0.06113232672214508, 0.03299124166369438, 0.011303622275590897, 0.014334633946418762, 0.05798736959695816, -0.002174392342567444, 0.02267159149050713, -0.0032205337192863226, -0.0638362392783165, -0.028877390548586845, -0.06906845420598984, -0.00166196224745363, 0.01044164039194584, -0.016068609431385994, -0.036707282066345215, -0.02518288418650627, 0.03678302094340325, 0.02056958898901939, -0.009138613939285278, 0.02254289761185646, 0.004530095495283604, -0.0311010479927063, 0.024295013397932053, 0.033451054245233536, 0.04845865070819855, 0.036318518221378326, -0.012808403931558132, -0.004038373474031687, -0.0410185307264328, 0.028419755399227142, 0.016066616401076317, -0.03650008141994476, -0.012510128319263458, 0.04452544078230858, 0.007757834624499083, 0.02498406171798706, 0.030408646911382675, -0.03889574855566025, 0.011040201410651209, 0.023134086281061172, -0.022887757048010823, -0.0005952097126282752, 0.01349343080073595, 0.003722993191331625, -0.005464132409542799, 0.008863798342645168, 0.020805612206459045, 0.024083245545625687, -0.0043702335096895695, -0.04324118047952652, 0.012110641226172447, -0.05333293601870537, 0.019439831376075745, 0.03336995095014572, -0.0565502867102623, 0.012523533776402472, -0.012478793039917946, -0.03887362778186798, 0.02443845383822918, 0.0293891504406929, -0.02003068290650845, 0.009952335618436337, 0.013745289295911787, -0.0023097889497876167, 0.03933880478143692, 0.05594167113304138, -0.006536582484841347, -0.04594911634922027, -0.05418787896633148, 0.04756315425038338, -0.020780058577656742, 0.027604861184954643, 0.00250297668389976, -0.023601271212100983, 0.07163563370704651, 0.020187528803944588, -0.013453884981572628, 0.027004290372133255, 0.0281598549336195, 0.04489007219672203, -0.021979860961437225, 0.06196481734514237, 0.03358108922839165, -0.020242491737008095, -0.025944575667381287, 0.04266675189137459, -0.01834593154489994, -0.02034972794353962, 0.044057585299015045, 0.024593958631157875, 0.026716068387031555, -0.030421383678913116, -0.005171889904886484, 0.056571733206510544, -0.009943914599716663, 0.021207697689533234, -0.045545607805252075, -0.013984831050038338, 0.05145614966750145, -0.017991604283452034, 0.004773407708853483, 0.018726317211985588, -0.0034546293318271637, -0.034800998866558075, -0.04165797680616379, 0.04045281186699867, -0.04149375855922699, 0.012843928299844263, 0.011256943456828594, -0.031040722504258156, 0.002565668895840645, -0.010212383233010767, 0.0102341677993536, 0.03856228291988373, 0.0161269661039114, -0.02710215002298355, -0.010725839994847776, -0.035822510719299316, -0.033497974276542664, -0.02408420853316784, 0.015161761082708836, 0.0011957816313952208, 0.03776632621884346, -0.03299526125192642, -0.04509652033448219, -0.08665931969881058, -0.03179143741726875, 0.025894304737448692, 0.0006877085543237627, -0.009701650589704514, -0.02025187574326992, 0.03774755820631981, -0.01054486446082592, 0.001316516078077257, -0.04245142266154289, 0.01663302816450596, -0.0010054218582808971, -0.03667242452502251, 0.018046651035547256, 0.07479266077280045, -0.0344003401696682, 0.033055588603019714, 0.017980962991714478, -0.05296294018626213, -0.06080791354179382, -0.03311189264059067, 0.0526854433119297, 0.0262274332344532, 0.024029161781072617, 0.03029051050543785, -0.05379877984523773, 0.007718958426266909, -0.021133966743946075, -0.024516206234693527, 0.006613245699554682, 0.04102703183889389, 0.03014020062983036, 0.019153956323862076, -0.04316410049796104, 0.017076754942536354, -0.020672142505645752, -0.03612547740340233, -0.05571377277374267, 0.008541058748960495, 0.01997974328696728, -0.0231233611702919, 0.0238273236900568, 0.03172038868069649, -0.043314240872859955, -0.04473724961280823, 0.07966158539056778, 0.0019960973877459764, 0.008397283032536507, -0.03601345419883728, -0.03210378810763359, -0.00103994132950902, 0.0038045162800699472, 0.036299750208854675, -0.030256494879722595, 0.006234955973923206, 0.04044711589813232, -0.01549824234098196, 0.0026516325306147337, 0.041251786053180695, -0.028883758932352063, 0.007600318640470505, -0.07502859830856323, 0.018824176862835884, 0.06628812849521637, 0.015491539612412453, 0.016456743702292442, -0.05099767446517944, -0.003758937120437622, 0.04539278522133827, -0.03478558361530304, -0.0308315958827734, 0.0005027109291404486, 0.017282530665397644, -0.016805291175842285, -0.0031690895557403564, 0.024785658344626427, 0.026131583377718925, 0.03210906684398651, -0.011137392371892927, -0.020700965076684952, -0.03690216317772865, -0.02300807274878025, 0.001062228111550212, -0.05639411136507988, -0.008500841446220875, -0.039828110486269, 0.011209783144295216, 0.017895838245749474, 0.03128671646118164, 0.012580089271068571, 0.004163786768913269, -0.0036650977563112974, 0.015585378743708134, 0.009464371018111706, -0.0029599617701023817, -0.007834246382117271, -0.022033484652638435, -0.01207302138209343, 0.028768470510840416, -0.008842349983751774, -0.033578407019376755, 0.05286172777414322, -0.0193362720310688, -0.01388219464570284, 0.015839414671063423, -0.03615497052669525, 0.08587006479501724, -0.03880392014980316, 0.03345239534974098, 0.01776915416121483, -0.032316938042640686, 0.04413600638508797, 0.008956297300755978, 0.009279373101890089, -0.07444143295288086, -0.06380809098482132, 0.00417650118470192, -0.0601617619395256, 0.0274681244045496, -0.021304218098521233, 0.04047375917434693, 0.013200853019952774, 0.026555201038718224, 0.030702902004122738, -0.009274010546505451, 0.03800561651587486, -0.005748331546783447, 0.059242133051157, 0.01016950700432062, -0.025867827236652374, 0.039399128407239914, 0.02806534431874752, -0.01536452118307352, 0.019271086901426315, -0.012408915907144548, 0.029138464480638504, 0.022545579820871353, -0.006898115389049053, -0.05615079775452614, 0.0008552788058295846, -0.05367674678564072, -0.024635516107082367, 0.020414084196090695, -0.030050046741962433, -0.04450667276978493, 0.021086543798446655, -0.06215329095721245, 0.060880303382873535, 0.04555298015475273, -0.002217290224507451, -0.03896746784448624, 0.007257134653627872, 0.04982602596282959, 0.006190381944179535, -0.0315246656537056, 0.001959902234375477, 0.006148866377770901, 0.012662282213568687, -0.010619600303471088, 0.003598949406296015, -0.03647402301430702, 0.023332227021455765, 0.04635128751397133, 0.025575250387191772, -0.014231578446924686, -0.02688363939523697, -0.025277644395828247, 0.06174362450838089, 0.010602173395454884, 0.00021314942569006232, -0.028856946155428886, 0.03433247283101082, 0.01769089885056019, 0.015273028053343296, 0.018478311598300937, -3.384920273674652e-05, -0.04493431374430656, -0.03484926000237465, -0.007460230030119419, -0.01663772016763687, -0.013110700994729996, -0.057936426252126694, 0.019908692687749863, -0.04379751533269882, -0.04680439829826355, 0.015473106876015663, -0.020993709564208984, -0.05127517133951187, 0.008057450875639915, -0.035884175449609756, -0.05152585729956627, 0.00597220566123724, -0.016232870519161224, 0.015757305547595024, 0.02282441593706608, -0.009863858111202717, -0.03902444243431091, 0.005853565875440836, -0.043292123824357986, -0.003866181941702962, 0.022841842845082283, -0.02485670894384384, -0.021041467785835263, 0.006897193845361471, 0.017091501504182816, -0.059558507055044174, 0.014922638423740864, -0.02486475184559822, 0.0021341752726584673, -0.04056541994214058, -0.008466489613056183, -0.004217074252665043, 0.002539025153964758, 0.006040239240974188, 0.041820187121629715, 0.019281979650259014, -0.003045422723516822, 0.006122348830103874, -0.02333114854991436, -0.005120948422700167, -0.01778390072286129, 0.022335780784487724, 0.016758371144533157, 0.05138643831014633, -0.021969137713313103, 0.01125603262335062, 0.027965137735009193, -0.03110909089446068, 0.021041467785835263, 0.07912535965442657, 0.003742850385606289, 0.04494788497686386, -0.012649547308683395, -0.0011807003756985068, -0.01948909647762775, 0.08355055004358292, -0.040098901838064194, -0.02007927931845188, 0.025219330564141273, 0.043369874358177185, -0.02606924809515476, 0.020584335550665855, -0.013353006914258003, -0.025815211236476895, 0.00302162766456604, 0.0527833066880703, 0.01641719788312912, -0.021786149591207504, -0.022068338468670845, -0.052457548677921295, -0.021308239549398426, -0.04318219795823097, 0.046029552817344666, 0.026942623779177666, 0.02738366834819317, -0.03894602134823799, 0.008401639759540558, -0.005305945873260498, 0.0008003157563507557, 0.01271121297031641, -0.011006017215549946, 0.04674407094717026, 0.03480904549360275, -0.0013801928143948317, 0.022849885746836662, -0.004397044889628887, 0.014499858021736143, 0.0228163730353117, -0.00469448184594512, -0.03880928084254265, -0.049262989312410355, 0.03876906633377075, -0.009493863210082054, -0.0008103699656203389, 0.013935146853327751, -0.004251929000020027, 0.01019899919629097, 0.004238858353346586, 0.01956835761666298, 0.01656533032655716, 0.020337002351880074, -0.020973434671759605, -0.030262526124715805, -0.009192236699163914, -0.02593318000435829, 0.007796711288392544, 0.008516592904925346, 0.023418284952640533, 0.008393261581659317, -0.002766920952126384, -0.10596878081560136, -0.0549737848341465, 0.01805335469543934, -0.0038179217372089624, -0.013756181113421915, 0.007163965608924627, 0.023591551929712296, 0.014862019568681715, -0.007886864244937897, 0.004877636209130287, 0.0033018053509294987, 0.04318923503160477, 0.013483377173542976, 0.0208551287651062, 0.032016653567552567, -0.049863558262586594, -0.03204480558633804, -0.0094375591725111, -0.04704837873578072, -0.019320186227560043, -0.016895107924938202, -0.04493565112352371, -0.009030028246343136, 0.01768738031387329, 0.05410375818610191, -0.040148504078388214, 0.008545415475964546, -0.05919253453612328, 0.008735104463994503, 0.019593659788370132, 0.003410725854337215, -0.012006747536361216, 0.02118624933063984, -0.01929304003715515, -0.010518052615225317, 0.02833949029445648, 0.006570096593350172, -0.01218303106725216, -0.04666765779256821, 0.07781294733285904, 0.02002967894077301, -0.020076263695955276, -0.0028044565115123987, -0.04620382562279701, -0.05400858074426651, 0.0070640938356518745, 0.03314942866563797, -0.02417302131652832, -0.03005591221153736, -0.041758518666028976, -0.00461220508441329, 0.003337749047204852, 0.04756047204136848, -0.01634950004518032, -0.005315329879522324, 0.040049973875284195, -0.008208263665437698, -0.005683984607458115, -0.014230740256607533, -0.007576858624815941, 0.0032501935493201017, 0.008958978578448296, -0.004382298793643713, 0.022533513605594635, -0.047293033450841904, -0.000571749871596694, 0.007055379915982485, 0.01192296203225851, 0.04202127084136009, -0.025682495906949043, -0.0368681475520134, 0.029716918244957924, -0.04075846076011658, 0.010569329373538494, 0.01966437511146069, 0.024510173127055168, 0.0198939461261034, -0.04291944578289986, 0.030753592029213905, -0.0380384586751461, 0.0761546716094017, 0.02455776371061802, -0.03189197927713394, 0.01861572079360485, 0.023768171668052673, 0.004042382352054119, -0.008558150380849838, 0.01852891966700554, -0.02282709628343582, 0.02679248154163361, -0.04487935081124306, -0.0034928354434669018, -0.047402288764715195, 0.002706260420382023, 0.031050441786646843, -0.012248719111084938, -0.01393916830420494, 0.021329687908291817, 0.013015520758926868, -0.00039144422044046223, -0.03923558071255684, -0.01525224931538105, 0.039828110486269, 0.015236832201480864, -0.020907746627926823, -0.018440106883645058, -0.01593559980392456, -0.02728058211505413, 0.01825309731066227, 0.009465375915169716, 0.035854682326316833, 0.03595656529068947, 0.004231820348650217, 0.014537058770656586, 0.04114018380641937, 0.016585437580943108, -0.03239335119724274, -0.002153613604605198, 0.04746529459953308, 0.026519006118178368, 0.00897841714322567, -0.04184163361787796, -0.030794059857726097, 0.0069655622355639935, -0.0023352596908807755, -0.06872661411762238, -0.041970327496528625, 0.001939123496413231, -0.007357006426900625, 0.003817251417785883, 0.031009890139102936, -0.021403418853878975, 0.06900947540998459, -0.005298573058098555, -0.00858127512037754, 0.01980714499950409, -0.008615794591605663, -0.023902898654341698, -0.0437103770673275, 0.005461451131850481, 0.020716382190585136, 0.02408253401517868, 0.03703705966472626, 0.012490020133554935, 0.010879334062337875, 0.05126696079969406, -0.03281965106725693, 0.010008638724684715, -0.00013137511268723756, 0.04564883187413216, 0.04606273025274277, 0.04185168817639351, -0.0008063482819125056, 0.004365541506558657, 0.0002667719090823084, -0.00040753098437562585, -0.022670920938253403, -0.04545444995164871, -0.04413667693734169, 0.005393752828240395, 0.025493809953331947, -0.002955269766971469, 0.009839393198490145, -0.041511185467243195, 0.0014933865750208497, 0.01020302064716816, 0.042147282510995865, 0.017114290967583656, 0.016237227246165276, -0.02724559046328068, -0.04559789225459099, 0.007945513352751732, 0.0068730637431144714, 0.02629760280251503, -0.011000655591487885, -0.04723505303263664, -0.021449273452162743, -0.018490545451641083, -0.014173096045851707, -0.015488858334720136, 0.05884800851345062, -0.008509219624102116, 0.025933515280485153, 0.01223765965551138, 0.0077001904137432575, 0.0037723425775766377, -0.0188375823199749, 0.049600809812545776, 0.026413101702928543, 0.005111564416438341, -0.02703177183866501, -0.017570752650499344, 0.005407828837633133, -0.04148571565747261, -0.036865465342998505, 0.02653777413070202, 0.042785391211509705, 0.0023456490598618984, 0.019357051700353622, 0.011999709531664848, -0.03696366399526596, 0.012022163718938828, 0.018193107098340988, -0.05442683398723602, 0.04902910068631172, -0.05271309241652489, 0.010688974522054195, -0.019593659788370132, -0.015531755983829498, -0.06503336131572723, 0.01946764811873436, -0.03191879019141197, 0.02412140928208828, 0.008662127889692783, -0.032463058829307556, 0.015753284096717834, 0.042112428694963455, 0.011251005344092846, -0.03832399845123291, 0.002377487486228347, -0.009118505753576756, -0.015039769932627678, -0.004820809233933687, -0.03738560527563095, -0.09762512147426604, 0.005126310512423515, -0.027885038405656815, 0.0020242491737008095, -0.03565225750207901, 0.004918523598462343, -0.01748361438512802, -0.024258818477392197, -0.048048440366983414, 0.019476361572742466, -0.0602395124733448, -0.006001697853207588, 0.01705731637775898, -0.04350661486387253, 0.018322303891181942, 0.007628638297319412, -0.07279790192842484, 0.016293196007609367, -0.026815271005034447, -0.005452905315905809, -0.019888583570718765, -0.008669082075357437, -0.01483198255300522, -0.014258221723139286, 0.00974186696112156, 0.007918702438473701, 0.04571049660444259, 0.008750186301767826, -0.006316730286926031, 0.002330902963876724, -0.012518172152340412, -0.04549868777394295, -0.00372944469563663, -0.012172306887805462, -0.0522819347679615, 0.010109181515872478, 0.044789865612983704, 0.031162211671471596, 0.04015554115176201, -0.011767792515456676, -0.002795072738081217, 0.011767457239329817, 0.026443934068083763, 0.0022521449718624353, 0.03393897786736488, 0.06182137876749039, 0.028774501755833622, -0.013234032317996023, 0.013810185715556145, -0.0461227223277092, 0.02427356317639351, -0.013896269723773004, 0.02041676640510559, -0.02465026266872883, 0.003435861552134156, 0.05977701768279075, 0.00048260248149745166, 0.018999790772795677, -0.021192951127886772, -0.006331141106784344, 0.01822182536125183, -0.0017970239277929068, 0.008645286783576012, -0.014435678720474243, 0.011318368837237358, 0.030079539865255356, 0.023396333679556847, 0.003381568705663085, 0.02215547487139702, -0.04429486393928528, 0.018966611474752423, -0.07981708645820618, -0.038860224187374115, -0.04641563445329666, -0.07111114263534546, 0.01587359979748726, -0.03954591974616051, -0.02795608900487423, 0.0416928306221962, 0.04886886104941368, 0.006214847322553396, 0.023218875750899315, 0.05273236334323883, 0.01463894173502922, -0.012287595309317112, -0.06575726717710495, -0.0018072457751259208, -0.03168017044663429, -0.033928293734788895, 0.018725646659731865, -0.03379825875163078, 0.02905534952878952, 0.04006270691752434, -0.018424689769744873, -2.7858563043992035e-05, 0.015236832201480864, -0.013043672777712343, -0.0025705285370349884, 0.06864751875400543, -0.04984211176633835, 0.024044327437877655, 0.008823581971228123, -0.04438333958387375, 0.013991785235702991, 0.007048677187412977, 0.002594491001218558, -0.015979504212737083, -0.035957906395196915, -0.02202410064637661, 0.023760128766298298, -0.050201382488012314, 0.01977446861565113, 0.049024369567632675, 0.027242910116910934, -0.005275448318570852, 0.014852593652904034, -0.027449356392025948, 0.0635480210185051, -0.038722146302461624, -0.059537727385759354, 0.04149174690246582, -0.002449877792969346, -0.015167123638093472, 0.036062806844711304, 0.01950920559465885, 0.039153389632701874, -0.0034237965010106564, -0.03942527249455452, -0.016547903418540955, 0.00853670109063387, 0.03033122979104519, -0.03218824416399002, 0.04098367318511009, -0.003505570814013481, 0.017494339495897293, 0.026198945939540863, 0.020654883235692974, 0.008999865502119064, -0.0326530858874321, 0.005174403544515371, -0.0052630482241511345, -0.05895793437957764, -0.035414811223745346, -0.015216724015772344, 0.020304158329963684, 0.000116628929390572, -0.006281875539571047, 0.016612250357866287, -0.024769572541117668, 0.08472890406847, -0.016014358028769493, 0.0252575371414423, 0.031888630241155624, -0.013187112286686896, -0.03614189848303795, 0.003877576906234026, 0.01089877262711525, 0.04615824669599533, -0.0005127651384100318, 0.04293017089366913, -0.03893261402845383, 0.0414046123623848, -0.024651601910591125, 0.024744100868701935, 0.009270659647881985, -0.007630481384694576, -0.00611179182305932, -0.023482631891965863, -0.004477478563785553, -0.01909513957798481, 0.038895078003406525, 0.04996008053421974, -0.05222027003765106, 0.0759425237774849, 0.04239930957555771, -0.023772193118929863, -0.058807794004678726, -0.022734597325325012, -0.01663101837038994, 0.03472660109400749, -0.013041828759014606, 0.028348874300718307, 0.03128068521618843, 0.002931139664724469, 0.052523236721754074, 0.044619280844926834, 0.07970447838306427, -0.0026721598114818335, -0.0022092468570917845, 0.04539177939295769, -0.0058435117825865746, -0.048005539923906326, -0.019795164465904236, -0.014434506185352802, -0.015123555436730385, -0.008345670998096466, 0.0017698775045573711, 0.009646687656641006, 0.047523606568574905, -0.03161783516407013, 0.04466117173433304, 0.043300166726112366, 0.007292994763702154, -0.025069858878850937, 0.057032886892557144, -0.009751250967383385, -0.04585795849561691, 0.020141949877142903, -0.015689942985773087, -0.003779045538976789, -0.01672418601810932, 0.005700741894543171, 0.015735521912574768, -0.0032325987704098225, -0.0422867015004158, -0.02921822853386402, 0.0307350754737854, 0.016877681016921997, 0.017240973189473152, 0.007725661154836416, 0.0345798060297966, -0.057790305465459824, -0.0341762974858284, -0.03560575842857361, 0.07370680570602417, 0.03601421043276787, 0.02170504629611969, 0.04491420462727547, 0.04717707261443138, 0.03239770606160164, 0.0012400202685967088, -0.0003478759608697146, -0.07113024592399597, 0.09028688073158264, 0.05371600016951561, -0.01539798267185688, -0.03235045075416565, 0.007887198589742184, 0.034773100167512894, 0.009186203591525556, 0.026401037350296978, -0.005929139908403158, 0.013758862391114237, 0.02290082722902298, 0.0250658355653286, 0.004891775082796812, 0.019639238715171817, 0.019687457010149956], [-0.036101363599300385, -0.02652687206864357, -0.05268159881234169, -0.007013414520770311, -0.020130962133407593, 0.05211341753602028, 0.02335534244775772, -0.04239282384514809, 0.029871182516217232, 0.018298175185918808, -0.008323393762111664, 0.02079186961054802, -0.04513239488005638, 0.006430278532207012, 0.003884250298142433, 0.03661130368709564, 0.02143813855946064, -0.035519789904356, 0.058247145265340805, 0.046634264290332794, 0.013545866124331951, -0.020128989592194557, 0.04689011350274086, 0.01876501552760601, -0.04936719313263893, 0.0028542098589241505, 0.020969636738300323, -0.06276436895132065, 0.023501543328166008, -0.017652738839387894, 0.033537376672029495, 7.4761024734471e-05, -0.01934565976262093, 0.007359806913882494, 0.024011578410863876, 0.08756010979413986, 0.0002946830354630947, 0.0035918517969548702, -0.050292570143938065, 0.010898496024310589, -0.04271595552563667, 0.01575619727373123, -0.045833490788936615, -0.03208493813872337, 0.00817054882645607, 0.06633628904819489, 0.020499471575021744, 0.04523706063628197, -0.01323685422539711, -0.06245369836688042, -0.003993900027126074, 0.007389711681753397, -0.004232304636389017, -0.012044000439345837, 0.005417682230472565, -0.00512029929086566, 0.04988055303692818, -0.009569411166012287, 0.03350124508142471, 0.025881020352244377, 0.005648610647767782, -0.0192630086094141, -0.009289887733757496, -0.027027620002627373, -0.008529402315616608, 0.031660046428442, 0.005650271661579609, 0.01870899833738804, -0.007657605223357677, -0.034699082374572754, -0.008390262722969055, 0.008012928068637848, -0.03956685587763786, -0.021901657804846764, 0.0598885640501976, -0.010562071576714516, -0.05022943764925003, 0.04824775084853172, -0.01167601067572832, -0.01950681209564209, -0.01623477041721344, 0.02102072350680828, -0.017846286296844482, -0.04310886561870575, -0.04214527830481529, 0.002299316693097353, -0.038570042699575424, -0.016367679461836815, 0.04330407455563545, -0.02387036383152008, -0.012381670996546744, 0.02058752253651619, 0.0605730377137661, -0.028548741713166237, 0.018711023032665253, 0.014641530811786652, -0.0207333080470562, 0.04910137876868248, 0.015428182668983936, 0.04781050607562065, 0.026412134990096092, -0.05895986780524254, -0.039713054895401, 0.003637954592704773, -0.02288081683218479, -0.014684725552797318, 0.05534973740577698, -0.04477624595165253, 0.041699204593896866, -0.04381328448653221, 0.007947096601128578, 0.03394482657313347, -0.00615034019574523, -0.038214512169361115, -0.009255414828658104, 0.06307172030210495, 0.04175984859466553, -0.035451676696538925, -0.0501197874546051, -0.029436735436320305, -0.07343193888664246, 0.008109078742563725, -0.011427430436015127, 0.009278673678636553, 0.0023325439542531967, -0.016351066529750824, 0.01020238734781742, 0.03455952927470207, -0.028071517124772072, -0.005283112172037363, 0.031722765415906906, -0.02600354515016079, -0.011646105907857418, -0.04365711286664009, -0.01751152239739895, 0.016047868877649307, -0.016519485041499138, 0.02199801430106163, -0.016706597059965134, -0.012004959397017956, -0.02254127711057663, -0.017269795760512352, 6.977695011300966e-05, 0.05416685342788696, -0.01592804305255413, -0.0588252954185009, 0.021345101296901703, -0.06407517939805984, 0.034352272748947144, -0.013956221751868725, -0.003237982979044318, 0.0286451019346714, -0.025820795446634293, 0.03941068798303604, 0.007564153987914324, 0.004453991539776325, 0.015668248757719994, 0.028437430039048195, -0.019816655665636063, 0.0019030834082514048, 0.027090072631835938, 0.0373506061732769, 0.056632306426763535, -0.020516086369752884, -0.013049121014773846, -4.153389818384312e-05, 0.022321565076708794, -0.002787755336612463, 0.030018212273716927, 0.018831470981240273, -0.0007883134530857205, 0.008394832722842693, 0.00039208002272062, 0.06220615282654762, 0.009051067754626274, 0.00028076916350983083, 0.015012012794613838, -0.03633717820048332, 0.003326034639030695, 0.04870503768324852, -0.04402925819158554, -0.017527306452393532, 0.023368632420897484, -0.02250473015010357, -0.0025510122068226337, -0.015028626658022404, -0.06027565896511078, -0.02497350238263607, -0.02013895846903324, 0.021856801584362984, 0.028783200308680534, -0.05918414890766144, 0.018022390082478523, -0.007001785095781088, -0.0513359010219574, 0.014074437320232391, 0.005475829355418682, 0.021546127274632457, 0.030002014711499218, 0.004142591264098883, 0.010466543026268482, 0.02424582839012146, 0.017181742936372757, -0.025442006066441536, -0.029329579323530197, -0.03980276733636856, 0.05770221725106239, -0.006108806002885103, 0.04249748960137367, -0.02911027893424034, 0.014354116283357143, 0.07933639734983444, -0.01740228943526745, 0.027944007888436317, 0.02032170630991459, 0.012175247073173525, 0.06008792668581009, -0.07592064887285233, 0.043049056082963943, 0.02657276578247547, -0.02725953049957752, -0.02766931429505348, 0.0028675005305558443, -0.02127117291092873, -0.012003296986222267, 0.07563821971416473, 0.04805576056241989, 0.03882921114563942, -0.01589585468173027, -0.03806166723370552, 0.02941597066819668, 0.007145491894334555, 0.006725169252604246, -0.00493755005300045, 0.024227555841207504, 0.03421396389603615, -0.03486189246177673, 0.015678217634558678, -0.02334018424153328, -0.0076480526477098465, -0.03019680641591549, -0.03245459124445915, 0.046082694083452225, -0.04741759225726128, -0.017599575221538544, -0.03721437603235245, -0.05469183996319771, -0.00415923073887825, 0.003167375223711133, -0.002859193831682205, 0.02274479530751705, -0.006778332404792309, -0.03956685587763786, -0.027596784755587574, -0.01821676827967167, 0.009612605907022951, -0.02709754928946495, 0.004300420172512531, -0.014074177481234074, 0.016408797353506088, 0.00038543459959328175, -0.05187750607728958, -0.03242800757288933, 0.0018125394126400352, 0.05038394406437874, 0.012824838049709795, -0.009483019821345806, -0.025493508204817772, 0.06521403789520264, -0.00015949018415994942, -0.019514286890625954, -0.09670420736074448, 0.01308982353657484, 0.042391158640384674, -0.00971727166324854, 0.03397805616259575, 0.03570752590894699, -0.025910507887601852, 0.04413558170199394, 0.027696259319782257, -0.017859576269984245, -0.06055975332856178, 0.02959207445383072, 0.0465877428650856, 0.03275197371840477, 0.0025530888233333826, -0.009592670015990734, -0.048159390687942505, -0.005049899220466614, -0.03081815503537655, 0.011785659939050674, 0.02094222418963909, 0.021814849227666855, 0.019292496144771576, 0.05479318648576737, -0.004618569742888212, 0.039972227066755295, 0.03973797336220741, -0.028291232883930206, -0.07434900104999542, 0.0444146916270256, 0.0051801083609461784, -0.033930703997612, -0.04389302805066109, 0.005944331642240286, -0.02230702713131905, -0.020812638103961945, 0.0660189688205719, 0.03172774612903595, 0.004920521285384893, -0.01676640473306179, 0.002118644304573536, -0.01620694436132908, 0.0010703286388888955, 0.04820923134684563, -0.05545606464147568, 0.023096172139048576, 0.04497623071074486, -0.0012439403217285872, -0.0035469953436404467, 0.05202702805399895, -0.00596759095788002, 0.02007250301539898, -0.043890535831451416, 0.025578031316399574, 0.048584695905447006, 0.020113207399845123, -0.008068946190178394, -0.010787184350192549, -0.022106004878878593, 0.05005333572626114, -0.000441920681623742, 0.014030982740223408, -0.009004549123346806, 0.021634593605995175, 0.01936642825603485, -0.0017211649101227522, -0.011561376973986626, 0.03784568980336189, 0.05148874968290329, 0.01767059788107872, -0.0743224248290062, -0.01838124357163906, -0.029070407152175903, -0.010210128501057625, -0.04956821724772453, -0.020268544554710388, -0.02874644286930561, -0.0011170542566105723, -0.0005299726035445929, 0.026282653212547306, 0.004774737171828747, 0.03818460926413536, -0.012460170313715936, 0.007519297301769257, 0.02522244863212109, -0.02829621732234955, -0.023790618404746056, 0.004940872546285391, -0.025618109852075577, 0.05996166542172432, -0.05445260554552078, -0.03392821550369263, 0.057644072920084, -0.020608915016055107, -0.024308962747454643, -0.0010184112470597029, -0.013136342167854307, 0.05170139670372009, -0.05187999829649925, 0.03239644318819046, -0.015543647110462189, -0.03347616642713547, -0.003877916606143117, -0.020431356504559517, -0.0005245731445029378, -0.02388697676360607, -0.05277380347251892, 0.009594331495463848, -0.048817288130521774, 0.011702177114784718, -0.03619762510061264, 0.01994956284761429, -0.018934890627861023, 0.038885697722435, 0.017723970115184784, 0.031034130603075027, 0.05875759199261665, -0.011484019458293917, 0.03986423835158348, 0.0005465861177071929, -0.03102997876703739, 0.02907373197376728, 0.010084431618452072, 0.01223734114319086, -0.00033060985151678324, -0.003138716798275709, 0.01412817183881998, 0.038372237235307693, 0.020246529951691628, -0.022502237930893895, 0.015507512725889685, -0.014560123905539513, 0.00628241803497076, -0.015112525783479214, -0.04120495170354843, -0.04285717010498047, -0.00031233494519256055, -0.051118262112140656, 0.011656904593110085, -0.012511101551353931, -0.004492306616157293, -0.02923322096467018, 0.010207371786236765, 0.06322456151247025, 0.02092644013464451, -0.037912145256996155, -0.04976757988333702, 0.007143831346184015, 0.0016131766606122255, 0.003236321499571204, 0.02792074903845787, -0.04649138823151589, -0.007781376130878925, 0.0404573418200016, 0.019238503649830815, -0.02586357481777668, -0.05097704753279686, -0.022900130599737167, 0.003369230078533292, 0.01789778843522072, 0.021571047604084015, 0.00959100853651762, 0.030768314376473427, 0.007513794116675854, 0.0633840560913086, 0.0050239404663443565, 0.03291146457195282, -0.01372529286891222, -0.05093717575073242, 0.017520660534501076, 0.006147017702460289, -0.008459624834358692, 0.02029512450098991, -0.01512477733194828, -0.012560682371258736, -0.04745829477906227, 0.009294248186051846, 0.03172525390982628, -0.012226750142872334, 0.02033330500125885, -0.03307759761810303, -0.05053180828690529, -0.04282311350107193, -0.02390940487384796, -0.015767930075526237, 0.0184568352997303, -0.023136043921113018, 0.007795913144946098, 0.0005200044251978397, -0.02923654392361641, -0.030617959797382355, 0.04678378626704216, 0.005736662540584803, 0.0023126855958253145, 0.050686314702034, -0.0014777762116864324, -0.06690613180398941, -0.027292756363749504, -0.00096857052994892, 0.007104226853698492, -0.006509192753583193, 0.007187026087194681, -0.02435786835849285, -0.02262268587946892, 0.026766108348965645, 0.05058496817946434, 0.0011812241282314062, -0.005721710156649351, 0.02461797371506691, -0.012367133982479572, 0.017495740205049515, 0.05096292868256569, 0.04191933572292328, 0.018657028675079346, 0.03827764466404915, -0.013350657187402248, 0.005799793638288975, -0.004935058299452066, -0.02062075212597847, 0.03817681968212128, 0.05815410614013672, -0.003806997323408723, 0.015889208763837814, 0.009732223115861416, 0.02509644441306591, 0.005183430854231119, 0.05657415837049484, -0.0007974508916959167, 0.005017295479774475, 0.016788002103567123, 0.017630310729146004, -0.04248502850532532, 0.04536498710513115, 0.017680151388049126, -0.04184956103563309, -0.005518609192222357, 0.047574590891599655, 0.013546696864068508, -0.0017460852395743132, -0.050678838044404984, -0.022474825382232663, 0.003286162158474326, -0.005026017315685749, 0.061496756970882416, 0.04160367697477341, 0.0019736909307539463, 0.021717246621847153, 0.0105928061529994, 0.029120247811079025, -0.01501533668488264, 0.019427897408604625, 0.011732496321201324, 0.025890571996569633, 0.04445124417543411, -0.028837818652391434, 0.05599434673786163, 0.004427306354045868, 0.028781332075595856, -0.00513275945559144, 0.01562962308526039, -0.053522247821092606, -0.02437707781791687, 0.025412101298570633, 0.0133273983374238, -0.0016979058273136616, 0.03601487725973129, -0.001196176395751536, 0.03669270873069763, -0.016081927344202995, 0.028299538418650627, 0.04264036193490029, 0.0013864015927538276, -0.021861784160137177, -0.013111421838402748, -0.03177011385560036, 0.016224803403019905, -0.0281666312366724, 0.060257382690906525, -0.01208636537194252, 0.010572869330644608, 0.018330572172999385, -0.0723155066370964, -0.054269857704639435, 0.021207209676504135, 0.006495902314782143, -0.003860160708427429, 0.020904844626784325, 0.08863666653633118, 0.03364578261971474, 0.008847136050462723, 0.030243325978517532, 0.00026249425718560815, 0.01151776686310768, -0.005489120725542307, 0.04195713251829147, -0.006407019682228565, -0.06770524382591248, 0.013862354680895804, -0.011407493613660336, -0.03670932352542877, -0.039241231977939606, -0.011078545823693275, -0.021685680374503136, -0.026256071403622627, -0.011203354224562643, 0.01885971426963806, -0.024661999195814133, 0.009243784472346306, -0.050844140350818634, 0.05168146267533302, 0.009559442289173605, -0.000724351208191365, -0.022211603820323944, -0.0031117198523133993, 0.035426754504442215, -0.009365064091980456, 0.00566190155223012, 0.011016659438610075, -0.03454956039786339, -0.02096465229988098, 0.04106000065803528, 0.025780921801924706, -0.028140049427747726, -0.04017158970236778, 0.004487322643399239, -0.05495931953191757, -0.013209441676735878, 0.004174572415649891, -0.07162438333034515, -0.02471141144633293, -0.02930964156985283, 0.014224530197679996, -0.00653245160356164, 0.0236186683177948, -0.002149794716387987, -0.01451609842479229, 0.005549240857362747, -0.013951237313449385, 0.011825948022305964, -0.05548929050564766, -0.0019570773001760244, -0.011131500825285912, -0.011165973730385303, -0.013697050511837006, 0.004103549290448427, -0.03122352436184883, 0.010250255465507507, -0.04297595843672752, 0.008418090641498566, 0.04747490957379341, -0.028784655034542084, -0.02521647699177265, 0.0022627669386565685, -0.03719776123762131, 0.01317393034696579, 0.0007110604201443493, 0.0320824459195137, 0.04328247904777527, 0.011193386279046535, 0.02354307472705841, -0.027960622683167458, 0.06923369318246841, 0.013217749074101448, -0.06469320505857468, 0.04939211532473564, 0.03719443827867508, -0.01260304730385542, 0.009853502735495567, 0.019781766459345818, -0.017876191064715385, 0.00917961448431015, -0.026221182197332386, 0.021531173959374428, -0.01381915993988514, 0.024689411744475365, 0.04827900975942612, 0.011317158117890358, -0.0326373390853405, -0.01256649661809206, 0.02149462327361107, -0.029461655765771862, -0.029655205085873604, -0.019773459061980247, 0.024843918159604073, -0.015272845514118671, -0.011372397653758526, -0.0533793680369854, -0.011730835773050783, -0.009499633684754372, 0.034855250269174576, -0.01377430371940136, 0.041517287492752075, 0.018209293484687805, 0.004233134910464287, 0.05081755667924881, 0.04560089856386185, 0.03775099292397499, -0.023082882165908813, 0.0031337328255176544, 0.044109001755714417, -0.010752296075224876, 0.006733476184308529, -0.025614788755774495, 0.04064341261982918, -0.03584043309092522, -0.009885898791253568, -0.09166698157787324, -0.04771414399147034, 0.04041082412004471, -0.029859552159905434, -0.00301536126062274, -0.0001478606864111498, -0.03176014497876167, 0.034855250269174576, 0.0005955961532890797, -0.0033343415707349777, 0.00047265581088140607, -0.034091025590896606, -0.05977891385555267, -0.02400991879403591, 0.015945695340633392, 0.015254155732691288, 0.018810704350471497, -0.014599166810512544, 0.028209825977683067, 0.00977957248687744, -0.013033337891101835, -0.03854595124721527, 0.0032003947999328375, -0.018304821103811264, 0.0445442758500576, 0.02243162877857685, 0.023488251492381096, -0.007354822941124439, 0.030226711183786392, 0.02734924480319023, 0.008880779147148132, 0.006853093858808279, -0.061410363763570786, -0.03053208999335766, 0.038284290581941605, 0.03575902804732323, 0.010105198249220848, 0.0045097507536411285, -0.0626530572772026, 0.022752920165657997, -0.003475556615740061, 0.04321851581335068, 0.003007054328918457, 0.040061939507722855, -0.0049990201368927956, -0.05155520141124725, -0.0015384156722575426, 0.028843840584158897, -0.03156576678156853, -0.008217066526412964, -0.02396339923143387, -0.0035503178369253874, -0.034189045429229736, -0.003817796241492033, -0.0004984068218618631, 0.04267359152436256, 0.020946376025676727, 0.0011222460307180882, 0.012725986540317535, -0.01932157203555107, 0.0030602177139371634, -0.009552797302603722, 0.0029314628336578608, 0.029453350231051445, 0.020756566897034645, -0.02771572954952717, 0.0033592619001865387, 0.02226964570581913, -0.02053103782236576, -0.058851875364780426, -0.03382520750164986, 0.026058370247483253, -0.04287627711892128, 0.021733028814196587, 0.02767154574394226, -0.017590437084436417, 0.03324539586901665, 0.00750849861651659, -0.09315555542707445, 0.05188249051570892, -0.02699890360236168, 0.05433797091245651, -0.046275414526462555, -0.00939912162721157, -0.09856493026018144, -0.0179426446557045, -0.020219741389155388, 0.04698314890265465, -0.007441213820129633, -0.04982074350118637, 0.017766542732715607, 0.02509644441306591, -0.03905848041176796, -0.051090020686388016, -0.003940736409276724, -0.035729121416807175, -0.003608465427532792, -0.00026249425718560815, -0.028775516897439957, -0.07393034547567368, -0.03255593404173851, -0.005300556309521198, -0.013010909780859947, -0.02026231400668621, -0.010730698704719543, -0.00018939458823297173, -0.013385546393692492, -0.02413618005812168, 0.019460294395685196, -0.04708283022046089, -0.03492668643593788, 0.04000212997198105, -0.03213633596897125, 0.006359566934406757, -0.015374189242720604, -0.03800518065690994, 0.018947765231132507, -0.05122292786836624, 0.008863386698067188, -0.014706323854625223, 0.017651492729783058, -0.006587276700884104, -0.017044682055711746, 0.02636738307774067, 0.005798547528684139, 0.03673258051276207, 0.026282653212547306, -0.052000440657138824, 0.00126429193187505, -0.030216742306947708, 0.004935888573527336, 0.01892076805233955, -0.06109875813126564, -0.062280915677547455, 0.02707013674080372, -0.02168734185397625, -0.015038594603538511, 0.04060021787881851, 0.0023541415575891733, -0.00906768161803484, 0.02276722341775894, 0.024408644065260887, 0.030326392501592636, 0.01963722892105579, 0.08517772704362869, 0.022943327203392982, -0.032679080963134766, 0.0014221208402886989, -0.041766490787267685, 0.026356270536780357, 0.02569287084043026, -0.023503202944993973, 0.03947880491614342, 0.03007303737103939, 0.01427104789763689, 0.02126535587012768, 0.038351986557245255, -0.0444146916270256, 0.008519434370100498, -0.0222306065261364, -0.024277396500110623, 0.03888237848877907, -0.036383695900440216, 0.02547191083431244, 0.000716044451110065, 0.025638045743107796, 0.04576703906059265, -0.0015882563311606646, -0.025998560711741447, 0.034082718193531036, -0.021999675780534744, 0.01303832232952118, -0.0341433584690094, -0.03285497799515724, -0.02198285609483719, -0.05351394042372704, -0.009738869033753872, 0.05337604507803917, 0.04950924217700958, 0.01402018405497074, 0.03951369225978851, 0.035230714827775955, 0.014902363531291485, -0.019961193203926086, -0.03681565076112747, 0.045620836317539215, -0.017538728192448616, 0.0035519793163985014, 0.014500626362860205, -0.028940821066498756, 0.007824987173080444, 0.030147798359394073, 0.0025335680693387985, -0.0016497265314683318, 0.04266362264752388, -0.045713871717453, 0.004445788916200399, 0.01883811689913273, -0.04415884241461754, -0.030539046972990036, -0.004545470234006643, -0.028803760185837746, 0.024591391906142235, -0.03717782720923424, 0.023547852411866188, -0.003314197529107332, -0.014151430688798428, 0.009446054697036743, -0.009174838662147522, -0.06409844011068344, 0.035745736211538315, -0.004179971758276224, 0.03629730641841888, -0.06659379601478577, 0.00019354796677362177, -0.03876151517033577, 0.03967401385307312, 0.0006213471642695367, -0.03724095597863197, 0.0621679425239563, -0.0022606903221458197, -0.0011203769827261567, 0.048943549394607544, -0.02540545724332333, 0.01582607813179493, 0.00555557431653142, -0.0425240695476532, -0.057894933968782425, -0.004228150937706232, -0.010350248776376247, -0.046034567058086395, 0.00891649816185236, 0.003304437268525362, 0.01934565976262093, 0.06387747824192047, -0.0038898573257029057, 0.015673233196139336, -0.018855145201087, -0.005999572109431028, 0.01164278294891119, -0.04853817820549011, -0.013201135210692884, 0.003286162158474326, 0.040437716990709305, 0.009090940468013288, -0.0022893487475812435, 0.028050335124135017, -0.022176610305905346, 0.08161909878253937, 0.03105074353516102, 0.05034573003649712, 0.011262956075370312, -0.03890439122915268, 0.00044358207378536463, 0.044271815568208694, -0.005490781273692846, 0.026847513392567635, 0.004248087294399738, 0.016059134155511856, -0.03417741879820824, 0.009605960920453072, -0.00743290688842535, 0.022891150787472725, -0.030838090926408768, -0.005857941694557667, 0.028069259598851204, -0.003429038915783167, -0.02400991879403591, -0.04555438086390495, 0.049024954438209534, 0.07784450054168701, -0.0273334588855505, -0.0014038458466529846, -0.01836130768060684, -0.05127941817045212, -0.03504796698689461, -0.028940821066498756, -0.025903863832354546, 0.05903711915016174, -0.03571915253996849, 0.008081355132162571, 0.030643712729215625, -0.019388025626540184, 0.0519738607108593, 0.08368748426437378, -0.0038830041885375977, 0.0214128028601408, 0.0029173411894589663, -0.000993490917608142, 0.011224121786653996, -0.04847172275185585, 0.011317158117890358, -0.02669134736061096, -0.005743307992815971, 0.008674978278577328, 0.015420706942677498, -0.015004562214016914, 0.01515011303126812, -0.002156440168619156, 0.0357789620757103, 0.015151982195675371, 0.00797201693058014, -0.028698263689875603, 0.06032051518559456, -0.005722956266254187, -0.039546918123960495, 0.03426048532128334, 0.011021435260772703, -0.01619822159409523, -0.025683732703328133, 0.01453686598688364, -0.04307231679558754, -0.031040776520967484, -0.06194864213466644, -0.06756402552127838, 0.01332241389900446, 0.05707422271370888, 0.027905797585844994, 0.00921668391674757, 0.0605265237390995, -0.04392126947641373, 0.0011928535532206297, -0.02830867655575275, 0.027942348271608353, 0.038606591522693634, 0.005444471258670092, 0.033595941960811615, 0.0530603900551796, 0.004340708255767822, 0.025847377255558968, 0.018682247027754784, -0.029454700648784637, 0.025081492960453033, -0.0058047776110470295, -0.0052972594276070595, -0.03625328093767166, -0.03035297431051731, 0.01727893389761448, 0.03153087571263313, 0.019657164812088013, 0.006215132772922516, -0.003849361790344119, -0.0019346490735188129, 0.04646667465567589, -0.014004399999976158, 0.005193035583943129, -0.028171615675091743], [-0.015460483729839323, -0.034928951412439346, -0.05176376923918724, -0.012432663701474668, -0.009079517796635628, 0.02161470800638199, 0.02961835451424122, -0.01724286936223507, 0.017032558098435402, 0.034794632345438004, -0.034410979598760605, -0.019492538645863533, -0.02907811850309372, -0.03007052280008793, -0.00790637731552124, 0.06482309103012085, 0.0052643511444330215, -0.040823984891176224, 0.018924042582511905, -0.022593969479203224, 0.006352684926241636, -0.03930974751710892, 0.016097988933324814, 0.030100755393505096, -0.014907103031873705, 0.08647197484970093, -0.006442046258598566, -0.020878620445728305, 0.04376702383160591, -0.014168715104460716, 0.02237182855606079, -0.019510284066200256, -0.006205487530678511, 0.012148084118962288, 0.04248018562793732, 0.02242572046816349, 0.01573815941810608, -0.011875996366143228, -0.026979774236679077, 0.0019401184981688857, -0.04866595566272736, 0.041144710034132, -0.03381537273526192, 0.007466038689017296, 0.03257979452610016, 0.02057662606239319, -0.0140553442761302, 0.04736728593707085, -0.013546326197683811, -0.03559381514787674, 0.026400987058877945, 0.04276673123240471, 0.0005316513124853373, -0.012949896976351738, 0.009836637414991856, 0.04322810098528862, 0.03876030817627907, -0.002778733382001519, 0.05381594598293304, 0.008579372428357601, 0.0232403464615345, -0.012193434871733189, -0.05086107552051544, 0.002179675968363881, 0.014956559054553509, -0.00458091776818037, 0.04360797628760338, 0.013459901325404644, 0.03972247987985611, -0.07774144411087036, 0.0016391109675168991, -0.014886071905493736, 0.01771344058215618, -0.03653331473469734, 0.08516541868448257, -0.020868103951215744, -0.07260197401046753, 0.03324490413069725, -0.01705358922481537, -0.022924304008483887, 0.000984518206678331, 0.017960473895072937, -0.028608862310647964, -0.04175691306591034, -0.0390409417450428, 0.01158287562429905, -0.02717217616736889, -0.0237731896340847, 0.0450446642935276, -0.00973739754408598, -0.007013870403170586, -0.0107794227078557, 0.020333126187324524, 0.007047717459499836, 0.005374101921916008, 0.01824447512626648, 0.02351539395749569, 0.059670474380254745, 0.005004743579775095, 0.07794123888015747, 0.060343142598867416, -0.020686712116003036, -0.012320278212428091, -0.014275184832513332, -0.05801033228635788, 0.012258663773536682, -0.012095509096980097, -0.010838571935892103, 0.05013451725244522, -0.06033295392990112, 0.0006125306827016175, 0.03074384666979313, 0.011759339831769466, -0.03352685272693634, -0.0015760587994009256, -0.0292003620415926, 0.033126603811979294, -0.025366129353642464, -0.04871853440999985, -0.024139096960425377, -0.06259116530418396, 0.011721570044755936, 0.027859630063176155, 0.038878608494997025, -0.015005686320364475, -0.0019631213508546352, 0.00480297626927495, 0.0323169082403183, -0.0019395435228943825, 0.031340934336185455, 0.0463830940425396, -0.0029338377062231302, -0.0005753976292908192, -0.030688311904668808, -0.07386120408773422, 0.04929688945412636, 0.0018508185166865587, 0.03486265614628792, 0.000937691133003682, 0.020567096769809723, -0.02524585835635662, 0.015242286026477814, -0.004892153199762106, 0.009299359284341335, -0.01082707103341818, -0.03672834485769272, 0.001656198757700622, -0.06404494494199753, 0.012516130693256857, 0.005412878002971411, -0.03712448477745056, -0.04661805182695389, -0.010544465854763985, 0.02678309939801693, 0.02179938741028309, -0.0340375117957592, 0.040200937539339066, 0.0075337328016757965, -0.0455927848815918, 0.017593825235962868, 0.008073968812823296, 0.02502700313925743, 0.023844784125685692, 0.013796398416161535, -0.004857074003666639, 0.005954429041594267, 0.012033729813992975, 0.003631807398051023, -2.6288869776180945e-05, 0.045574385672807693, 0.06691963225603104, 0.0004916018806397915, 0.03403882682323456, 0.024135811254382133, -0.02349173277616501, -0.007668463047593832, 0.02954277396202087, -0.03365764021873474, -0.02827630750834942, 0.016240278258919716, -0.014569291844964027, -0.01775353029370308, 0.012147429399192331, -0.012417095713317394, 0.0003447128110565245, 0.02189074084162712, -0.04358300194144249, 0.015552823431789877, -0.02810543030500412, 0.02072877436876297, 0.027375996112823486, -0.04404765740036965, 0.03683892264962197, -0.01018693670630455, -0.024478552863001823, 0.03357943147420883, -0.003604356665164232, 0.006334302946925163, 0.010089668445289137, 0.007778876461088657, -0.01174783892929554, 0.01410200633108616, 0.06586413085460663, -0.04165734350681305, -0.011551616713404655, -0.06810131669044495, 0.05531178042292595, -0.01258448138833046, 0.05536961555480957, 0.015831157565116882, -0.011293698102235794, 0.08629715442657471, 0.027866529300808907, 0.00339225004427135, 0.028476104140281677, 0.02723592519760132, 0.040802955627441406, -0.05244629457592964, 0.020265432074666023, 0.03600260615348816, -0.03410717844963074, -0.0296959076076746, 0.05891861394047737, -0.017672691494226456, 0.006337260361760855, 0.07117974013090134, 0.03026374615728855, 0.029045257717370987, -0.029454048722982407, 0.009421930648386478, 0.060419708490371704, -0.024039199575781826, -0.003033735556527972, -0.03305168077349663, -0.015538200736045836, 0.032893288880586624, -0.01971648819744587, 0.01972363516688347, -0.0003299253003206104, -0.007504157721996307, -0.029969310387969017, -0.006032638251781464, 0.018393008038401604, -0.007556735537946224, -0.004576892126351595, -0.03514033183455467, 0.009390383958816528, -0.012303191237151625, -0.021545371040701863, -0.00884488970041275, 0.031725406646728516, -0.012351824901998045, -0.05625029280781746, 0.030255859717726707, 0.0030100755393505096, 0.01164596900343895, -0.030964672565460205, 0.005602455697953701, -0.004690262954682112, 0.025107184424996376, 0.01195223443210125, -0.027732785791158676, -0.041081614792346954, -0.046289440244436264, 0.024679990485310555, 0.005581127014011145, 0.010219797492027284, -0.0014025111449882388, 0.054370637983083725, -0.010647648945450785, 0.01144446898251772, -0.04214368760585785, -0.0003798741672653705, 0.023618577048182487, -0.01744135096669197, 0.02605884149670601, 0.04457014799118042, -0.020347584038972855, 0.02566713839769363, 0.013777010142803192, -0.05680235847830773, -0.052593182772397995, -0.0023909725714474916, 0.03998536989092827, 0.002974031027406454, 0.06051960587501526, -0.014177586883306503, -0.0271775983273983, -0.018890688195824623, -0.02045734040439129, 0.006581418216228485, 0.013078712858259678, 0.04377622529864311, 0.025471121072769165, 0.05561673268675804, -0.012571337632834911, 0.01957140676677227, -0.00656695943325758, -0.009474508464336395, -0.04213054105639458, 0.042014461010694504, 0.016540955752134323, -0.019840097054839138, -3.820101483142935e-05, 0.01936536654829979, -0.060764092952013016, -0.04122357442975044, 0.08820441365242004, -0.007790542207658291, -0.01125689409673214, -0.03249172866344452, -0.02433166280388832, -0.040565039962530136, 0.003457315033301711, 0.02698749676346779, -0.008375962264835835, -0.006735208444297314, 0.05859788879752159, -0.011448802426457403, 0.02636905014514923, 0.06123992055654526, -0.009661652147769928, -0.025196895003318787, -0.08790998160839081, 0.03809257224202156, 0.07484966516494751, 0.030221683904528614, 0.038445498794317245, -0.025127558037638664, -0.02009652554988861, 0.024551792070269585, 0.0015464427415281534, 0.0055554951541125774, 0.011446173302829266, 0.005797681398689747, 0.008417695760726929, -0.010046291165053844, 0.03180427476763725, 0.004913389682769775, 0.039554234594106674, 0.0031290326733142138, -0.04916544258594513, 0.012592368759214878, -0.013297567144036291, -0.012906191870570185, -0.05080061033368111, 0.011395895853638647, -0.052253562957048416, 0.028930572792887688, 0.015425569377839564, 0.02484298124909401, -0.018513279035687447, 0.026056213304400444, -0.004884225316345692, 0.034201160073280334, 0.00794055312871933, 0.005851902533322573, -0.022979101166129112, 0.005234113894402981, -0.038940880447626114, -0.0007773290271870792, -0.017142971977591515, -0.05213608592748642, 0.06442482024431229, -0.001469547743909061, -0.004334223456680775, 0.032746728509664536, -0.01000981591641903, 0.06176569685339928, -0.02431720495223999, 0.028410380706191063, -0.006601463537663221, -0.024316875264048576, 0.04903662949800491, -0.006685916800051928, 0.01354205422103405, -0.0624728687107563, -0.05549481883645058, 0.024814391508698463, -0.06339561194181442, 0.0445920005440712, -0.015177878551185133, 0.029935134574770927, 0.003082041395828128, 0.024280399084091187, 0.02517356351017952, 0.0177620742470026, 0.007590910885483027, 0.007824881933629513, 0.04961752891540527, 0.019763806834816933, -0.021843422204256054, 0.04152589663863182, 0.007092737127095461, 0.008101243525743484, -0.007957353256642818, 0.008078569546341896, 0.028259219601750377, -0.004684676416218281, 0.03957493603229523, -0.051203157752752304, 0.005920253228396177, -0.028053509071469307, -0.005546951200813055, -0.004692563321441412, -0.0426931232213974, -0.08577877283096313, -0.01860463246703148, -0.05151938647031784, 0.04659833386540413, 0.007910320535302162, -0.021506594493985176, -0.021709349006414413, 0.030015315860509872, 0.03666245564818382, 0.004491124767810106, -0.004883157555013895, 0.006464761681854725, -0.00182576198130846, -0.00791360717266798, -0.001398567808791995, 0.016680944710969925, -0.01383648905903101, 0.02507958188652992, 0.013098100200295448, 0.020250972360372543, -0.035342756658792496, -0.02188416942954063, -0.030569354072213173, 0.050207797437906265, 0.03902845457196236, 0.0178159661591053, -0.005044505465775728, 0.05045195668935776, 0.009047314524650574, 0.015327725559473038, 0.009848468005657196, 0.021111276000738144, -0.07058561593294144, -0.02769138105213642, -0.003399150911718607, -0.010975603014230728, -0.02654912881553173, -0.01753993332386017, -0.023658668622374535, -0.050105269998312, -0.022354083135724068, -0.001083101378753781, -0.005791437812149525, -0.0721471756696701, 0.01451014168560505, -0.01204030215740204, -0.08004960417747498, 0.007074005901813507, -0.018435070291161537, 0.0031753669027239084, 0.044149525463581085, -0.012587275356054306, -0.045569125562906265, -0.013926775194704533, -0.055921681225299835, 0.009114351123571396, 0.027407459914684296, -0.008526794612407684, -0.02595631591975689, 0.005536436103284359, 0.007919522002339363, -0.06816177815198898, 0.02700001932680607, -0.04750661551952362, 0.004103692714124918, -0.032947838306427, -0.02906365878880024, -0.029362695291638374, -0.019016053527593613, 0.007912292145192623, 0.0487816259264946, 0.0005560095887631178, -0.01545982714742422, 0.005860117729753256, 0.0027471869252622128, 0.0061765699647367, 0.02172117866575718, 0.03144510090351105, 0.0008885638089850545, 0.030497059226036072, -0.01655147224664688, 0.0001495179458288476, 0.032824281603097916, -0.02139979600906372, 0.007237900979816914, 0.07010715454816818, 0.0004074774624314159, 0.060283005237579346, -0.02874293550848961, 0.024989871308207512, 0.002653861418366432, 0.04954925924539566, -0.02645185962319374, -0.01773315668106079, 0.04406474530696869, 0.05549054592847824, -0.04790883511304855, 0.0052577736787498, 0.0180545374751091, -0.036515239626169205, 0.020518463104963303, 0.04207007586956024, -0.03550969064235687, -0.03557935729622841, -0.025937912985682487, -0.04815003648400307, -0.03070671297609806, -0.035464342683553696, 0.02701707184314728, 0.03908826410770416, -0.010513575747609138, -0.016891255974769592, 0.03399873897433281, -0.017679264768958092, -0.005104969721287489, -0.00794433243572712, -0.004669231828302145, 0.04981740564107895, 0.06435251981019974, -0.013910755515098572, 0.016609307378530502, -0.011022922582924366, 0.0060572843067348, -0.025207163766026497, -0.017872488126158714, -0.02790037728846073, -0.006365932058542967, 0.022237755358219147, 0.005920253228396177, -0.010444567538797855, -0.005709121003746986, -0.024068117141723633, 0.03777184709906578, -0.012949896976351738, 0.008925070986151695, 0.03788423165678978, 0.02935940958559513, -0.0234181247651577, -0.022574251517653465, -0.03363217040896416, -0.031210144981741905, 0.00687191030010581, 0.012458295561373234, -0.004186830949038267, -0.005827400367707014, 0.029254253953695297, -0.08334623277187347, -0.046862538903951645, 0.03490208834409714, 0.013315641321241856, -0.02767692133784294, 0.031152309849858284, 0.05723612755537033, 0.019991369917988777, -0.03380173444747925, 0.022681379690766335, -0.024873213842511177, 0.0036712405271828175, 0.018205370754003525, 0.014329446479678154, -0.0017061475664377213, -0.04037510231137276, 0.009579664096236227, 0.010156705044209955, -0.04563747718930245, -0.036428485065698624, -0.04322941601276398, -0.009334520436823368, -0.013135233893990517, 0.025373360142111775, -0.006359606049954891, -0.03751322999596596, -0.00010729144560173154, -0.06879796832799911, 0.014470708556473255, 0.01517393533140421, -0.01753467507660389, -0.012548334896564484, 0.005841386970132589, 0.00504614831879735, 0.011438286863267422, 0.007320135831832886, 0.012563450261950493, -0.03057646006345749, -0.02217860519886017, 0.06433674693107605, 0.023270249366760257, -0.040852081030607224, -0.024404942989349365, -0.03856314346194267, -0.06750981509685516, -0.009942450560629368, -0.00407707504928112, -0.036052554845809937, -0.019879642874002457, -0.028303418308496475, -0.008617491461336613, 0.003437269711866975, 0.019510284066200256, -0.012361368164420128, -0.014078100211918354, 0.023008346557617188, -0.004267504904419184, -0.01697998121380806, -0.020628875121474263, 0.011336663737893105, -0.0204908587038517, 0.003401122521609068, -0.01719423569738865, 0.02308556996285915, -0.05398748070001602, -0.03177272900938988, -0.004122094716876745, -0.013501634821295738, 0.031507208943367004, -0.029086004942655563, -0.04158899188041687, -0.02270832471549511, -0.03416435793042183, 0.022890539839863777, 0.02158020436763763, 0.04736202582716942, 0.02990753203630447, 0.0026157423853874207, 0.027300991117954258, -0.040818069130182266, 0.08519171178340912, 0.026133764535188675, -0.045924682170152664, 0.053148865699768066, 0.02765556238591671, 0.005063236225396395, -0.017010213807225227, 0.02166564390063286, 0.004229879006743431, -0.0027537590358406305, -0.017440693452954292, 0.006207294762134552, -0.037579938769340515, 0.023259077221155167, 0.02662273868918419, 0.007805524859577417, -0.00964702945202589, 0.027845170348882675, 0.04587933421134949, -0.009348321706056597, -0.0324384942650795, -0.0013519050553441048, 0.017234982922673225, 0.009210305288434029, 0.01289994828402996, -0.007876802235841751, -0.011717935092747211, -0.02497836947441101, 0.02412365190684795, -0.00507900957018137, 0.04776556044816971, 0.026472890749573708, 0.01750444434583187, -0.005195994861423969, 0.023290952667593956, 0.011272666975855827, -0.028629563748836517, 0.01460872497409582, 0.04957949370145798, -0.01357097178697586, -0.02441447228193283, -0.03712596371769905, -0.014577178284525871, -0.033261992037296295, 0.01714428700506687, -0.08458312600851059, -0.005623189266771078, 0.004603181034326553, -0.03084571659564972, 0.008646409027278423, 0.01264757476747036, 0.013489640317857264, 0.07905983179807663, 0.034126896411180496, -0.02884414792060852, 0.03228667378425598, -0.0064972941763699055, -0.03780076652765274, -0.032319534569978714, 0.02775973081588745, 0.00839995127171278, 0.020581556484103203, 0.0026207435876131058, -0.005850710906088352, 0.042029328644275665, 0.05441007390618324, -0.05092679709196091, -0.010848102159798144, 0.01788293570280075, 0.022453323006629944, 0.004304802510887384, 0.01196143589913845, -0.004224621225148439, 0.030997205525636673, 0.007615228183567524, -0.0026474534533917904, -0.02195284888148308, -0.04787728935480118, -0.008409809321165085, -0.002021613996475935, 0.030343927443027496, -0.010994005016982555, -0.019622618332505223, -0.012935930863022804, 0.020593713968992233, 0.0055298637598752975, 0.06972859799861908, 0.007250470109283924, 0.016826190054416656, -0.03087496198713779, -0.05739911645650864, 0.01140246819704771, 0.02718137577176094, 0.01132163032889366, 0.0014317575842142103, -0.06427102535963058, -0.03305036574602127, -0.02214968763291836, -0.00733130844309926, -0.024007324129343033, 0.004997514188289642, 0.0003286108549218625, 0.03803933784365654, 0.0035003628581762314, -0.011181313544511797, -0.006706290412694216, 0.008164008148014545, 0.02822898700833321, 0.015761224552989006, 1.2487213098211214e-05, -0.030354607850313187, -0.01845741458237171, 0.027538904920220375, -0.05327700078487396, -0.04564536362886429, -0.0014813777524977922, 0.038329172879457474, -0.0022631429601460695, 0.029849039390683178, 0.004427045583724976, -0.006082771811634302, 0.0553932748734951, 0.0037501072511076927, -0.03796112909913063, 0.06271341443061829, -0.03855394199490547, 0.03298070281744003, -0.037385400384664536, -0.033728618174791336, -0.11470359563827516, -0.017746958881616592, -0.001380165689624846, 0.02186182327568531, -0.014836451970040798, -0.01408163271844387, -0.00918237306177616, 0.018362775444984436, -0.006837734952569008, -0.027374599128961563, 0.03329485282301903, -0.007171603385359049, 0.002921350533142686, 0.008905354887247086, -0.028772510588169094, -0.0926998108625412, -0.047101765871047974, -0.04924956709146499, 0.007038187701255083, -0.019181016832590103, -0.01220263633877039, -0.006611814722418785, -0.022227732464671135, -0.028113316744565964, 0.018898410722613335, -0.045257601886987686, -0.0421975776553154, 0.02010700106620789, -0.03945433348417282, -0.0041010635904967785, 0.012917364947497845, -0.07543853670358658, 0.024950765073299408, -0.023833489045500755, 0.004392212722450495, -0.019062059000134468, 0.015635304152965546, -0.020109670236706737, 0.002486926969140768, 0.017784420400857925, -0.000724258366972208, 0.05230548605322838, 0.047927238047122955, -0.0239606611430645, 0.028794609010219577, 0.005541529506444931, -0.008085387758910656, -0.0031520354095846415, -0.03959629312157631, 0.00021864945301786065, 0.04202538728713989, 0.027895037084817886, -0.0006598506006412208, 0.025732530280947685, -0.03513047471642494, 0.0029049201402813196, 0.036793243139982224, 0.02760462649166584, 0.013405351899564266, 0.045446060597896576, 0.05021173879504204, 0.03075600601732731, -0.03572460263967514, 0.01241820491850376, -0.05383434519171715, 0.033407896757125854, -0.017299391329288483, 0.01355716958642006, 0.01505892165005207, 0.012995244935154917, 0.051486749202013016, 0.007981300354003906, 0.032411545515060425, -0.009983197785913944, -0.006109204608947039, 0.012849670834839344, -0.02590455859899521, 0.042530134320259094, -0.04296652972698212, -0.01983185112476349, 0.02637956663966179, 0.04408511891961098, 0.034523855894804, 0.009550746530294418, -0.008917184546589851, 0.05602683871984482, -0.07338275015354156, 0.004377096891403198, -0.06772538274526596, -0.03638724610209465, -0.0022680722177028656, -0.0630301907658577, -0.018684813752770424, 0.05458620935678482, 0.04943621903657913, 0.016470633447170258, 0.028997937217354774, 0.02494550868868828, 0.0133797200396657, -0.005008604843169451, -0.0147217670455575, 0.02465370111167431, -0.005262045655399561, -0.01997789740562439, 0.043721020221710205, -0.02649901621043682, -0.009203076362609863, 0.04981658607721329, -0.007505800575017929, 0.030990634113550183, 0.05293789505958557, -0.02907811850309372, 0.0017455809284001589, 0.054473165422677994, -0.020882563665509224, -0.019155384972691536, -0.028340715914964676, -0.035016775131225586, -0.00094327749684453, -0.015123986639082432, -0.01384601928293705, 0.007288589142262936, -0.03744487836956978, -0.01345505379140377, -0.003247989807277918, -0.05591905489563942, 0.005279790610074997, 0.031156416982412335, 0.017766017466783524, -0.033837635070085526, 0.039594486355781555, 0.019235730171203613, 0.08127729594707489, -0.03241417557001114, -0.04286925867199898, 0.0445491187274456, 0.026861967518925667, -0.024693135172128677, 0.03942541778087616, -0.029046570882201195, 0.030724458396434784, -0.0037566793616861105, -0.052312221378088, -0.05159946531057358, -0.018173085525631905, 0.022295590490102768, -0.02731282077729702, 0.03137839585542679, -0.016057733446359634, -0.0011816846672445536, 0.0532987117767334, 0.01149020716547966, -0.007534389849752188, -0.02262255735695362, -0.006984624080359936, 0.0004081346851307899, -0.045185308903455734, -0.04322152957320213, -0.02288367971777916, 0.034517284482717514, 0.001587847713381052, -0.005314623471349478, 0.03702458739280701, -0.04884931817650795, 0.06389772891998291, 0.005493762902915478, 0.00638228002935648, 0.04160213470458984, -0.024199726060032845, -0.031254835426807404, 0.014762514270842075, -0.028023933991789814, 0.04157453402876854, 0.01761682890355587, 0.006643197499215603, -0.030259309336543083, 0.012251927517354488, -0.04215157404541969, 0.05723612755537033, 0.002841498237103224, 0.01034072693437338, -0.00903679896146059, -0.0010600986424833536, -0.03371810540556908, -0.041310328990221024, 0.05765872076153755, 0.03924139589071274, -0.0385499969124794, 0.0575726255774498, -0.003764566034078598, -0.030679233372211456, -0.02960962615907192, -0.01931837573647499, 0.005138159729540348, 0.04778396338224411, -0.029611783102154732, -0.0034438418224453926, 0.026353934779763225, -0.010573218576610088, 0.05892913043498993, 0.032619230449199677, 0.046035751700401306, -0.01826550625264645, 0.013851605355739594, -0.006534098647534847, 0.0030470441561192274, -0.029853640124201775, -0.0024087177589535713, -0.006698403973132372, -0.01635866053402424, -0.005506203509867191, 0.03768180683255195, 0.006159975193440914, 0.038211528211832047, 0.009929469786584376, 0.0365862175822258, 0.010449825786054134, 0.00780491903424263, -0.015274490229785442, 0.02145303227007389, -0.008919813670217991, -0.0568201057612896, 0.01732042245566845, 0.001067328150384128, 0.012781647965312004, -0.05417610332369805, 0.025622036308050156, 0.011808959767222404, 0.035027287900447845, -0.08647460490465164, -0.03352159634232521, 0.028355173766613007, 0.012720526196062565, -0.006076015066355467, 0.05033529922366142, 0.046462949365377426, -0.055892765522003174, -0.009254996664822102, -0.006740466225892305, 0.03515741974115372, 0.0100292032584548, 0.00830531120300293, 0.04071357101202011, 0.05183376371860504, 0.03595693036913872, -0.0016693432116881013, 0.03949984908103943, -0.03158344700932503, 0.0852498710155487, 0.0600227452814579, -0.0032032986637204885, -0.035994719713926315, 0.0020495459903031588, 0.005149989388883114, 0.0188374537974596, 0.03483012318611145, 0.01730070449411869, 0.00152081111446023, 0.058085255324840546, 0.02182239107787609, -0.0243346206843853, 0.006760511547327042, -0.01277901977300644], [-0.058791548013687134, -0.02176174707710743, -0.04289424791932106, -0.042578235268592834, 0.0020254249684512615, 0.04964546486735344, 0.0246417298913002, -0.04572417214512825, 0.017084574326872826, 0.013945329003036022, -0.05604558065533638, -0.007078331429511309, -0.02923915535211563, -0.021812301129102707, -0.025774136185646057, -0.020671965554356575, 0.039313845336437225, -0.02548707090318203, 0.056065209209918976, -0.01514642871916294, -0.010743584483861923, -0.03551140055060387, 0.01026253029704094, 0.038712747395038605, -0.012998088262975216, 0.02181666344404221, -0.028409279882907867, -0.018640294671058655, 0.0016968250274658203, 0.018727920949459076, -0.0110262893140316, -0.045175712555646896, -0.001036471570841968, -0.023729776963591576, -0.029507586732506752, -0.0006617597537115216, -0.029403306543827057, 0.02799731492996216, -0.05860915780067444, -0.012941685505211352, -0.016479365527629852, 0.022414982318878177, -0.004239188041538, 0.06326447427272797, 0.014750621281564236, 0.010427177883684635, -0.0245925635099411, 0.02361241355538368, -0.02014528587460518, -0.0475737489759922, 0.026096094399690628, -0.016606245189905167, 0.01735166646540165, -0.031962521374225616, 0.032388560473918915, 0.05533088743686676, 0.04740642383694649, -0.011328027583658695, 0.05093686655163765, 0.04476652294397354, 0.03823298215866089, 0.010143381543457508, -0.03141871839761734, -0.017129626125097275, 0.01556424144655466, 0.005445343442261219, 0.005507643800228834, 0.011068914085626602, -0.0022802758030593395, -0.0568946897983551, -0.006888408213853836, -0.018808014690876007, 0.028801022097468376, -0.007773793768137693, 0.08495485037565231, 0.021907858550548553, -0.08066412061452866, 0.020990749821066856, -0.01570618897676468, 0.02872568741440773, 0.0006058532162569463, -0.020230263471603394, -0.033945225179195404, -0.05229527875781059, -0.0065057845786213875, -0.020397981628775597, -0.016610607504844666, -0.02430153265595436, 0.05154351517558098, 0.023870140314102173, -2.7755053451983255e-05, 0.01024121791124344, 0.07140106707811356, 0.004752458073198795, 0.01232482958585024, 0.02072390541434288, 0.02421192266047001, 0.02272891066968441, 0.009759767912328243, 0.04408137127757072, 0.05559892579913139, 0.02371946908533573, 0.023128286004066467, -0.01658007502555847, -0.01673540472984314, 0.026741597801446915, 0.020082762464880943, 0.028985295444726944, 0.02805808000266552, 0.012372014112770556, 0.004987186752259731, 0.02670670486986637, 0.012094958685338495, -0.024424448609352112, 0.01708085648715496, -0.048407986760139465, 0.0066933296620845795, 0.009597995318472384, -0.06403645873069763, -0.004480062052607536, -0.017385369166731834, -0.006767574232071638, 0.027338728308677673, 0.03196430578827858, -0.022847961634397507, -0.00820290669798851, 0.002731890184804797, 0.005362499505281448, -0.007655438967049122, 0.013417338952422142, 0.01201496459543705, 0.0024670276325196028, 0.005884864367544651, 0.010999724268913267, -0.03335205838084221, 0.06097269803285599, -0.02372620813548565, 0.04243668168783188, -0.015189151279628277, 0.019951123744249344, -0.024367351084947583, 0.003345995442941785, 0.024679794907569885, 0.03361612558364868, 0.01917794905602932, 0.009154410101473331, -0.006840431597083807, -0.07624869048595428, -0.04514716565608978, 0.02165429480373859, -0.03126230090856552, -0.031120551750063896, 0.026830215007066727, 0.01282115001231432, 0.05809212103486061, 0.005170964635908604, 0.03184694051742554, 0.042806223034858704, -0.03781982883810997, 0.02326875925064087, 0.02303590252995491, 0.04167381674051285, 0.017969217151403427, 0.002400811994448304, 0.002481351140886545, -0.0174991637468338, 0.016164543107151985, 0.026167068630456924, 0.02204108238220215, 0.0011113916989415884, 0.05367351695895195, -0.005613062996417284, 0.03218476101756096, -0.03057496622204781, -0.014340144582092762, 0.031567804515361786, 0.03968893364071846, -0.00298128928989172, -0.028895389288663864, -0.004190220031887293, -0.01795712299644947, -0.039846740663051605, -0.020230857655406, -0.0261706355959177, -0.03546302765607834, -0.017970629036426544, -0.01860877126455307, 0.001038038986735046, -0.010025521740317345, 0.016161173582077026, -0.0224141888320446, -0.04661262780427933, 0.0069700866006314754, -0.010666663758456709, -0.03839872404932976, 0.003723142202943563, -0.022246072068810463, -0.009299727156758308, -0.03305230662226677, -0.014830912463366984, -0.01113017275929451, 0.0016875072615221145, 0.06472954154014587, 0.008601687848567963, -0.010067947208881378, -0.03391429781913757, 0.03766876459121704, -0.007296010386198759, 0.0670371800661087, 0.015750596299767494, -0.015729978680610657, 0.05131473392248154, 0.029849965125322345, 0.00136319431476295, 0.04567371681332588, 0.038406647741794586, 0.013756048865616322, -0.03883963078260422, 0.04816453158855438, 0.02179069072008133, -0.022716322913765907, 0.0041900216601789, 0.048132020980119705, -0.017075777053833008, -0.06985709071159363, 0.04739175736904144, 0.026264211162924767, 0.03749469667673111, -0.008956159465014935, -0.05335909128189087, 0.0104795154184103, -0.016782687976956367, 0.04987582936882973, -0.01869104616343975, 0.0006628501578234136, 0.01850607804954052, 0.02783356048166752, 0.0022053371649235487, -0.03205074369907379, -0.0344400554895401, -0.06569859385490417, 0.04228759929537773, 0.050986334681510925, -0.00260441517457366, -0.019711045548319817, -0.03287923336029053, 0.03989749401807785, 0.0050272331573069096, -0.01698668859899044, -0.006450869143009186, 0.0054871742613613605, 0.023056916892528537, -0.032100703567266464, -0.03864455223083496, -0.014344803057610989, 0.012832549400627611, -0.007375509012490511, 0.0021241537760943174, -0.018771933391690258, 0.04421776533126831, 0.03778335079550743, -0.07272141426801682, -0.01171223632991314, -0.026587581261992455, 0.01832190342247486, -0.009389931336045263, 0.03780079632997513, -0.02337213419377804, 0.02750367298722267, 0.010436891578137876, 0.025564784184098244, -0.02158620767295361, 0.009687306359410286, -0.02485901303589344, -0.051643431186676025, -0.02264486439526081, 0.012379943393170834, -0.02695072628557682, 0.05012403801083565, 0.02428329363465309, -0.012067600153386593, -0.036936428397893906, 0.003614005399867892, 0.02346065454185009, 0.041066974401474, 0.005806357599794865, 0.026216035708785057, -0.06796340644359589, -0.018507838249206543, -0.010217726230621338, 0.014683215878903866, 0.00795568898320198, 0.005600969772785902, 0.01032170746475458, 0.05409856513142586, -0.020780159160494804, -0.005856712814420462, 0.0017665100749582052, -0.05819422006607056, -0.07102756202220917, 0.029949288815259933, 0.030273625627160072, 0.021970899775624275, 0.03710850700736046, 0.028625769540667537, -0.05157364532351494, -0.027810564264655113, 0.07539224624633789, -0.01903679594397545, 0.01979649066925049, -0.04072538763284683, -0.05125961825251579, -0.04068732634186745, 0.00858917273581028, 0.00488944910466671, -0.011096470057964323, 0.012105168774724008, 0.04007512331008911, 0.010478920303285122, 0.033090367913246155, 0.016372807323932648, -0.029291890561580654, 0.023407621309161183, -0.053978029638528824, 0.02705245465040207, 0.055890750139951706, -0.005878842901438475, 0.017488855868577957, -0.03798477351665497, -0.027952510863542557, 0.012142637744545937, -0.04242875799536705, -0.002451498992741108, 0.012538147158920763, -0.008395507000386715, 0.02677569724619389, -0.00664515420794487, 0.035155344754457474, -0.0051095071248710155, 0.05022395774722099, 0.001925705117173493, -0.05598907917737961, -0.006337668281048536, -0.03562242165207863, 0.03391033038496971, -0.04691158980131149, -0.01424091961234808, -0.035964205861091614, -0.012879534624516964, -0.012054217979311945, 0.04547566547989845, 0.006386041175574064, -0.018645448610186577, 0.014139712788164616, 0.0036999466829001904, 0.03773121163249016, -0.003782914718613029, -0.028896182775497437, -0.02629275806248188, -0.010277696885168552, 0.02872667834162712, -0.016781548038125038, -0.0530327707529068, 0.04202006012201309, 0.014966318383812904, -0.01319019217044115, 0.004579187370836735, -0.011704306118190289, 0.039929211139678955, -0.01298064272850752, 0.02175837568938732, 0.036075226962566376, -0.005375856533646584, 0.030254989862442017, 0.0025140130892395973, 0.014260546304285526, -0.05611913278698921, -0.03550674021244049, 0.015483380295336246, -0.058699559420347214, 0.056095343083143234, -0.02661789022386074, 0.0223663616925478, 0.017169276252388954, -0.01679101400077343, 0.04891074821352959, -0.030249835923314095, 0.0036024076398462057, -0.007821373641490936, 0.044832341372966766, -0.0407293513417244, -0.0006442827871069312, -0.001269199070520699, 0.03395790979266167, 0.003107475582510233, 0.0007291649235412478, -0.017386162653565407, 0.018757658079266548, -0.016066210344433784, 0.007969516329467297, -0.0903165340423584, -0.0031872715335339308, -0.019999895244836807, 0.03786146268248558, -0.008869722485542297, -0.06833770126104355, -0.006639801897108555, -0.0031896503642201424, -0.04666576161980629, 0.058462850749492645, 0.049774326384067535, -0.026111161336302757, -0.03455900773406029, 0.003299679374322295, 0.05000033229589462, -0.008458947762846947, -0.025858193635940552, 0.023224635049700737, 0.015304929576814176, 0.017930161207914352, -0.0015852099750190971, 0.004049462266266346, -0.03501815348863602, 0.030234770849347115, 0.057176847010850906, 0.038375724107027054, 0.02815155498683453, -0.04152711480855942, -0.02018585428595543, 0.02198081463575363, 0.009373475797474384, 0.041973572224378586, -0.0003600226773414761, 0.01814546063542366, 0.023284904658794403, 0.001319158123806119, 0.04380134120583534, 0.002423511818051338, -0.03621631860733032, 0.005366910714656115, -0.01157623715698719, -0.05765596777200699, 0.0327477902173996, -0.07090068608522415, 0.014458004385232924, -0.01882902719080448, -0.04487397521734238, 0.0008151064394041896, -0.023424571380019188, -0.079450823366642, -0.008721629157662392, -0.018742889165878296, -0.047957561910152435, 0.034331414848566055, -0.029968319460749623, 0.01290020253509283, 0.035845253616571426, -0.010950162075459955, -0.04390894249081611, 0.013068664819002151, -0.024011293426156044, 0.02101900056004524, -0.006171534303575754, -0.001948404824361205, -0.029266513884067535, 0.027085760608315468, 0.02950025349855423, -0.04132688045501709, 0.023269835859537125, 0.01220905128866434, 0.03153727203607559, -0.037137847393751144, -0.02822926826775074, -0.05986209958791733, -0.01934923604130745, 0.01058498490601778, 0.008668498136103153, -0.012975537218153477, 0.009217453189194202, -0.01633741706609726, -0.022006435319781303, 0.0035280638840049505, 0.037107713520526886, -0.0019793317187577486, 0.0098018953576684, 0.023451631888747215, -0.03528539463877678, 0.03420532867312431, -0.007075853645801544, -0.04287600889801979, 0.01708298735320568, 0.07081979513168335, -0.019048292189836506, 0.06216675788164139, -0.023744843900203705, -0.003572372952476144, -0.008395903743803501, 0.024155519902706143, -0.013296653516590595, -0.038697678595781326, 0.03236367926001549, 0.05712465941905975, 0.008872894570231438, 0.03540593385696411, 0.03195479139685631, -0.02742576040327549, 0.006668721791356802, 0.022332509979605675, 0.009280893951654434, -0.01563759334385395, -0.033956918865442276, -0.09470579028129578, -0.025751933455467224, 0.022933851927518845, 0.037910230457782745, 0.020682670176029205, -0.02365880459547043, -0.045050960034132, 0.03145837038755417, 0.030362443998456, -0.040384791791439056, -0.05006694421172142, -0.015436568297445774, 0.04776247963309288, -0.02745371311903, 0.01052630227059126, 0.021677490323781967, -0.02906311117112637, -0.005747674964368343, -0.0029997266829013824, 0.010350829921662807, -0.0046231988817453384, -0.06987930089235306, 0.03273550048470497, 0.02646345272660255, 0.018097087740898132, 0.008887366391718388, 0.005006615072488785, 0.017631100490689278, -0.018373053520917892, -0.010591129772365091, 0.06230850890278816, 0.025657564401626587, -0.018807122483849525, -0.026636922731995583, -0.030448485165834427, -0.028563914820551872, 0.028827983886003498, 0.017182162031531334, 0.02600926160812378, -0.003738209372386336, -0.03531711548566818, -0.05952586606144905, -0.05945767089724541, 0.015445291064679624, -0.019883522763848305, -0.03546580299735069, 0.008473221212625504, 0.042450957000255585, -0.04901859536767006, -0.025042591616511345, -0.004351397510617971, 0.010408938862383366, 0.0468461699783802, -0.011156143620610235, 0.024419687688350677, 0.024122312664985657, -0.015814829617738724, -0.06054091081023216, 0.006456668023020029, 0.00836398545652628, -0.01451678480952978, -0.0447431281208992, -0.03847326338291168, 0.00456288130953908, -0.010295539163053036, 0.021550212055444717, -0.04173765331506729, -0.013915590941905975, -0.03584684431552887, 0.05644267797470093, -0.02862735465168953, 0.023602865636348724, -0.012718257494270802, 0.02447817288339138, -0.012149031274020672, -0.015195098705589771, 0.02647336572408676, 0.007729634176939726, -0.03322002291679382, 0.0015447670593857763, 0.031177649274468425, 0.02862180396914482, -0.04265714064240456, -0.017163725569844246, -0.07915899902582169, -0.02947685867547989, 0.03291432186961174, 0.0039963312447071075, -0.05315092578530312, -0.021655583754181865, -0.004006243776530027, -0.011432505212724209, 0.006097190547734499, 0.05623490735888481, -0.036218758672475815, -0.045703060925006866, 0.03408479318022728, -0.018396446481347084, -0.00904378667473793, 0.00994106661528349, -0.007997618988156319, -0.007866575382649899, 0.004950708709657192, 0.009561814367771149, 0.02852902375161648, -0.03499357029795647, 0.009221022017300127, -0.013127347454428673, -0.04906776547431946, 0.025927383452653885, -0.015967879444360733, -0.040759485214948654, 0.00743280304595828, -0.021287133917212486, 0.0283823199570179, 0.023463726043701172, -0.012098824605345726, -0.005875744856894016, 0.03053690306842327, 0.04700715094804764, -0.04318844899535179, 0.044519901275634766, 0.02143641747534275, -0.014942527748644352, 0.057968415319919586, 0.003109557321295142, 0.02411339245736599, -0.04608885198831558, -0.002166777616366744, 0.006237155292183161, -0.02117948606610298, -0.008702795021235943, -0.013967929407954216, -0.031043630093336105, 0.0014594201929867268, -0.005411640740931034, -0.02733952179551125, -0.017166897654533386, -0.003328227438032627, 0.03941693156957626, -0.019731463864445686, -0.010456517338752748, -0.012947335839271544, 0.04527889937162399, 0.009189103730022907, 0.008377664722502232, -0.009993206709623337, -0.016617348417639732, -0.014690750278532503, 0.014704429544508455, -0.004772084765136242, 0.05097096413373947, 0.07876764982938766, 0.005572223570197821, 0.009420065209269524, 0.017816761508584023, -0.03120654448866844, -0.04160284250974655, -0.01318761520087719, 0.04458888992667198, 0.03713467717170715, -0.02011607028543949, -0.015370302833616734, 0.002332960953935981, -0.0016575714107602837, 0.003579608863219619, -0.048536449670791626, 0.011882731691002846, -0.015334666706621649, -0.0006010951474308968, 0.0100941164419055, 0.03646300360560417, -0.038926862180233, 0.024642858654260635, 0.0029479830991476774, -0.03711405768990517, 0.02870982699096203, -0.028712503612041473, -0.02293390221893787, -0.015908008441329002, 0.022911548614501953, 0.02067374810576439, -0.00648139975965023, -0.01602814719080925, 0.02579454332590103, 0.02178732119500637, 0.0581936240196228, -0.047647103667259216, 0.013787124305963516, -0.004262779839336872, 0.020881714299321175, 0.0895267054438591, 0.02431025356054306, 0.03393888100981712, -0.012744328007102013, -0.020671170204877853, -0.018118498846888546, -0.013217750005424024, -0.04145336523652077, -0.07883703708648682, 0.02058711275458336, -0.007225632201880217, 0.01036413386464119, 0.006384157575666904, -0.023791633546352383, 0.016062641516327858, -0.018485262989997864, 0.03598720207810402, 0.005783359985798597, 0.04979415237903595, -0.03609396144747734, -0.04561661928892136, -0.01210754830390215, -0.008315959013998508, -0.0013180181849747896, -0.019803032279014587, -0.07661663740873337, -0.02404043637216091, -0.02421192266047001, -0.008657430298626423, -0.007258343044668436, -0.019553039222955704, 0.009255914017558098, 0.03339646756649017, 0.016890933737158775, 0.009975959546864033, -0.012458364479243755, -0.019239801913499832, 0.033902402967214584, 0.03054879978299141, -0.02444199286401272, -0.002544345334172249, 0.013252120465040209, -0.00028270503389649093, -0.05503430590033531, -0.009515424259006975, 0.04571812227368355, 0.024292809888720512, -0.004791811108589172, 0.03062254749238491, 0.04622802510857582, -0.029988938942551613, 0.08879079669713974, -0.005324906203895807, -0.06305313855409622, 0.09424664080142976, -0.040086228400468826, 0.03197183832526207, -0.02345222607254982, 0.0013290706556290388, -0.09694284945726396, -0.025835197418928143, 0.007849179208278656, 0.029471900314092636, 0.017610978335142136, -0.025874847546219822, 0.0021494305692613125, 0.01590087078511715, 0.013720909133553503, -0.017237555235624313, 0.04559074714779854, -0.02428926527500153, 0.018940050154924393, 0.00126622524112463, -0.010681730695068836, -0.09032604098320007, -0.01014224160462618, -0.019580991938710213, -0.036519307643175125, -0.06642180681228638, 0.0009728146251291036, 0.03639361634850502, 0.0018020464340224864, -0.04243747517466545, -0.04181338474154472, -0.02737758494913578, -0.021538715809583664, 0.006707207299768925, -0.06522437930107117, 0.034591518342494965, -0.011856959201395512, -0.07598698884248734, -0.007687357254326344, -0.02858691103756428, 0.01764269731938839, -0.02218600362539291, 0.005106929689645767, -0.051328808069229126, -0.007292045745998621, 0.015916334465146065, -0.0017943145940080285, 0.06921951472759247, -0.003551159985363483, -0.036761172115802765, 0.02432373538613319, 0.017350872978568077, -0.013850416988134384, -0.04442845657467842, -0.029361749067902565, -0.026202356442809105, -0.004663245752453804, 0.0601348914206028, -0.015497231855988504, -0.0025074707809835672, -0.02094118855893612, 0.03052738681435585, 0.026762215420603752, 0.00203360291197896, 0.0014015063643455503, 0.05104384943842888, 0.04684418812394142, 0.021847588941454887, -0.00779718765988946, -0.045615825802087784, -0.030670424923300743, 0.0304694976657629, 0.016902035102248192, 0.03825697302818298, -0.0015908601926639676, 0.01290728896856308, 0.0137593699619174, -0.0343242809176445, 0.07767926156520844, -0.014053275808691978, -0.0009687009151093662, -0.026102440431714054, -0.021511754021048542, 0.029756391420960423, 0.0016920670168474317, -0.007762295193970203, 0.027477502822875977, 0.008005350828170776, -0.02032522484660149, 0.043913453817367554, -0.028659867122769356, 0.08017563074827194, -0.08101937919855118, -0.05726740136742592, -0.05986209958791733, -0.02119891345500946, -0.023159213364124295, 0.01155466865748167, 0.007137211970984936, 0.014750819653272629, 0.0056530386209487915, -0.015518545173108578, 0.02837042324244976, 0.05494390428066254, 0.05394868925213814, -0.03016352467238903, -0.006734862923622131, 0.02682327851653099, -0.06074709072709083, -0.00839273165911436, 0.04555238783359528, 0.01646449603140354, 0.009962404146790504, -0.010303964838385582, 0.00860089436173439, -0.0012775255599990487, 0.06322760134935379, -0.02187276631593704, 0.01654369756579399, 0.05861232802271843, -0.04323285818099976, 0.023538663983345032, -0.01439654640853405, -0.0029616623651236296, 0.006739125587046146, -0.02468455210328102, 0.02058473229408264, -0.013851109892129898, -0.03375400975346565, 0.004944364540278912, 0.0209590308368206, -0.03897444158792496, -0.009769381955266, 0.005836491473019123, -0.019846051931381226, -0.03927796334028244, 0.024566395208239555, -0.0012224118690937755, 0.08223108947277069, -0.028378749266266823, -0.05639826878905296, 0.08308038860559464, 0.01772056147456169, 0.0007097363704815507, 0.030387818813323975, -0.01790359616279602, 0.030798593536019325, -0.03384947031736374, -0.036877743899822235, -0.03940464183688164, -0.04122339189052582, 0.008348125033080578, 0.033177439123392105, 0.019557399675250053, -0.0410560704767704, 0.009491038508713244, 0.017671048641204834, 0.03268137574195862, -0.009617125615477562, -0.06820923089981079, -0.00029321230249479413, -0.036108531057834625, -0.04021311178803444, -0.03057893179357052, 0.005963371600955725, -0.00042980685248039663, -0.008823529817163944, 0.04092046618461609, -0.007903053425252438, -0.03951447457075119, 0.07729306817054749, 0.024180995300412175, -0.00994364358484745, 0.029510362073779103, -0.02458621934056282, -0.02508898265659809, 0.04614793136715889, -0.014213362708687782, 0.034681327641010284, 0.03491427004337311, -0.0002846875577233732, -0.02686292678117752, 0.03207136318087578, -0.03728296980261803, 0.036555588245391846, 0.007206154055893421, -0.00738760270178318, -0.00344479875639081, -0.01528837624937296, -0.04157548397779465, -0.008394714444875717, 0.011478845961391926, 0.0343417227268219, -0.031699445098638535, 0.04954990744590759, 0.019813142716884613, -0.006903474684804678, 0.006766285747289658, 0.006453446578234434, -0.024511678144335747, 0.03851767256855965, -0.027467986568808556, -0.0127403624355793, 0.04789412021636963, -0.035382937639951706, 0.034433513879776, 0.04073965921998024, 0.04105814918875694, -0.03196866810321808, -0.0012707849964499474, -0.01331449579447508, -0.022314270958304405, -0.008289641700685024, -0.010576657950878143, -0.024488482624292377, -0.05077430233359337, 0.0025241239927709103, 0.035214025527238846, 0.019581586122512817, 0.011259580962359904, 0.0040288446471095085, -0.016115477308630943, 0.007666739169508219, -0.0027173187118023634, 0.007537194527685642, 0.039282917976379395, -0.01639927178621292, -0.049930546432733536, 0.00459306500852108, -0.010779269970953465, -0.03276266157627106, -0.024672063067555428, -0.01590285263955593, 0.02057739906013012, 0.03873971104621887, -0.04604167118668556, 0.016485312953591347, 0.003738605650141835, 0.011805258691310884, 0.00940331257879734, 0.009016625583171844, 0.0238715261220932, -0.05432536453008652, -0.00488647585734725, -0.020064326003193855, 0.008754736743867397, -0.01420503668487072, 0.004434960428625345, 0.00388035480864346, 0.058847058564424515, 0.03768065944314003, 0.007386016193777323, 0.027502484619617466, -0.02926929108798504, 0.05674560368061066, 0.027345864102244377, -0.01437037717550993, -0.027980266138911247, 0.02494465745985508, 0.05868370085954666, -0.0016097931656986475, -0.011966262012720108, 0.001454959507100284, -0.028858911246061325, 0.026886221021413803, 0.03568665310740471, -0.008966666646301746, 0.016628053039312363, 0.01012504380196333], [-0.057305581867694855, -0.030115369707345963, -0.04569997638463974, -0.04083777219057083, 0.01742049679160118, 0.0013965008547529578, 0.02346019260585308, -0.0447152741253376, 0.014583555981516838, 0.04919770359992981, -0.023923080414533615, -0.0063653187826275826, -0.04549595341086387, -0.02626647800207138, -0.04283783212304115, 0.04850694537162781, -0.01933438330888748, -0.01621439680457115, 0.057429563254117966, 0.010838889516890047, 0.002396531635895371, -0.016612228006124496, 0.006858522072434425, 0.02428276464343071, 0.0022286109160631895, 0.05905631557106972, -0.00370651762932539, -0.011169281788170338, 0.03455419838428497, 0.026578815653920177, -0.008633440360426903, -0.019473012536764145, -0.025972871109843258, -0.02161238342523575, 0.005200432613492012, -0.00527843227609992, 0.016856105998158455, 0.025365479290485386, -0.01282532699406147, -0.0038063162937760353, -0.05182721093297005, 0.02361789345741272, -0.023045670241117477, 0.017841149121522903, 0.013586250133812428, 0.04868815094232559, -0.010870907455682756, 0.030205290764570236, -0.02345440164208412, -0.05860943719744682, 0.0359656848013401, 0.03881999850273132, 0.022562343627214432, -0.014057653956115246, 0.013757917098701, 0.042668890208005905, 0.03624294325709343, -0.01653456874191761, 0.058236125856637955, -0.013807220384478567, 0.0223685372620821, -0.01299290731549263, -0.03266721963882446, -0.02661934867501259, 0.008881064131855965, -0.011635576374828815, 0.02332633174955845, -0.0011880474630743263, 0.043674372136592865, -0.08646588027477264, 0.0043638949282467365, -0.0021977857686579227, -0.00706016318872571, -0.025075705721974373, 0.06741829216480255, 0.004673849791288376, -0.06941358745098114, 0.03548133745789528, -0.03411072492599487, -0.01836671121418476, 0.016041366383433342, 0.02021588198840618, -0.0497753769159317, -0.037034180015325546, -0.05124136060476303, -0.014376465231180193, -0.029788384214043617, -0.03135927766561508, 0.059495020657777786, -0.01697736233472824, -0.043159369379282, -0.006515187211334705, 0.02174692414700985, 0.025660190731287003, 0.02508847787976265, 0.03230617195367813, 0.009763925336301328, 0.053099729120731354, 0.023267747834324837, 0.044685300439596176, 0.03794054314494133, -0.019436566159129143, -0.043756116181612015, -0.01887524127960205, -0.05701810494065285, 0.000485028576804325, 0.00010184237908106296, -0.05828619748353958, 0.01598210074007511, -0.045957136899232864, -0.03290155902504921, 0.015336984768509865, 0.018950218334794044, -0.046357013285160065, -0.03844941407442093, 0.010129740461707115, 0.04185415059328079, -0.015936458483338356, -0.03743848204612732, 0.0006348969764076173, -0.045739829540252686, 0.01486149337142706, 0.03962094336748123, 0.019033284857869148, -0.012991885654628277, 0.008384454995393753, -0.00894850492477417, 0.0275921318680048, -0.01641603745520115, 0.02541222795844078, 0.00531624024733901, -0.014428237453103064, 0.019408294931054115, -0.04709477722644806, -0.028995444998145103, 0.02724607102572918, -0.013844432309269903, 0.04140590876340866, 0.01137364748865366, 0.01525932550430298, -0.013088959269225596, 0.021673692390322685, -0.020937975496053696, 0.02760303020477295, -0.003122712019830942, -0.05103427171707153, -0.03051047772169113, -0.04889523983001709, -0.01488193031400442, 0.02362334355711937, -0.02020498178899288, -0.005231768824160099, -0.007945068180561066, 0.029297566041350365, 0.018768971785902977, -0.002543675247579813, 0.024292301386594772, 0.024998726323246956, -0.02544577792286873, 0.019131379202008247, 0.03255145624279976, 0.02534683048725128, 0.03371766209602356, 0.00789125170558691, 0.0009898125426843762, -0.024642448872327805, 0.019392287358641624, 0.028341472148895264, -0.012561694718897344, -0.004237188026309013, 0.03990450128912926, 0.008900819346308708, 0.019634120166301727, 0.03500567749142647, -0.02208651229739189, 0.015602490864694118, 0.0119867455214262, -0.02703080512583256, -0.013990468345582483, 0.04008297994732857, 0.003888914128765464, -0.006180027034133673, -0.0095084672793746, -0.0048897964879870415, -0.00640074210241437, -4.904783418169245e-05, -0.027201451361179352, 0.012723825871944427, -0.016191234812140465, 0.027747448533773426, 0.024799128994345665, -0.067307248711586, 0.013236102648079395, -0.026194268837571144, -0.04405585303902626, 0.03836357966065407, 0.01743786782026291, -0.007354449946433306, -0.017218854278326035, 0.009049325250089169, 0.010598419234156609, 0.02333586849272251, 0.04212119057774544, 0.002197615336626768, -0.024107011035084724, -0.03152413293719292, 0.06799119710922241, -0.013253814540803432, 0.02687276341021061, 0.022502055391669273, -0.029104439541697506, 0.08566204458475113, 0.026371385902166367, 0.024032756686210632, 0.00655469810590148, 0.009161045774817468, 0.045702192932367325, -0.05885467678308487, 0.04176150634884834, 0.053953979164361954, -0.03729202225804329, -0.02641293965280056, 0.037591759115457535, -0.01238525938242674, -0.0067508891224861145, 0.05885603651404381, 0.0381675586104393, 0.033665888011455536, -0.029447773471474648, -0.01925944909453392, 0.06553880125284195, -0.0015334259951487184, 0.02516971342265606, -0.03876413777470589, -0.018694037571549416, 0.016467127948999405, -0.01851964369416237, 0.018125899136066437, -0.007166433613747358, -0.009258289821445942, -0.056154318153858185, -0.030077220872044563, 0.024586588144302368, -0.02340126596391201, 0.0271432064473629, -0.0172539371997118, -0.0023202348966151476, 0.00942093040794134, -0.02020498178899288, -0.0019428391242399812, 0.028648702427744865, 0.006385073997080326, -0.04724941402673721, 0.014366927556693554, -0.012588944286108015, 0.009460100904107094, -0.009746894240379332, -0.0004305309848859906, 0.013632615096867085, 0.030985288321971893, 0.001529338653199375, -0.03585941717028618, -0.05419921875, -0.02603520266711712, 0.030723698437213898, 0.0137388426810503, -0.021884871646761898, 0.0002619290607981384, 0.025684716179966927, -0.014856044203042984, 0.0010708776535466311, -0.06382212787866592, 0.02448304370045662, -0.002223501680418849, -0.030875610187649727, 0.0481976717710495, 0.06736992299556732, -0.024256877601146695, 0.03991403803229332, 0.02502665668725967, -0.013422757387161257, -0.03654033690690994, -0.022360021248459816, 0.07218478620052338, 0.016162622720003128, 0.015538626350462437, -0.014570612460374832, -0.05353298410773277, -0.0062314593233168125, -0.014551878906786442, -0.0120875658467412, 0.028936177492141724, 0.01976712793111801, 0.007596964482218027, 0.03265223279595375, -0.026885025203227997, 0.008978478610515594, 0.021322183310985565, -0.0377286821603775, -0.0691574439406395, 0.05577351897954941, -0.0025062081404030323, -0.0327448770403862, 0.001122650457546115, 0.015873616561293602, -0.03515639528632164, -0.05750049650669098, 0.0892452597618103, 0.020722027868032455, 0.003506664652377367, -0.022029289975762367, -0.01159487385302782, -0.027642540633678436, 0.01132136397063732, 0.0325176902115345, -0.03286749869585037, -0.002888372400775552, 0.05099884793162346, -0.04494961351156235, 0.01064065471291542, 0.029822275042533875, -0.022850841283798214, 0.010765999555587769, -0.056824639439582825, 0.04759274795651436, 0.032060932368040085, 0.0466417632997036, 0.03163040429353714, -0.05448941886425018, 0.013877811841666698, 0.03371970355510712, -0.04327653720974922, -0.010801422409713268, 0.004274314269423485, 0.023085180670022964, -0.01240365207195282, -0.014184020459651949, 0.04741562902927399, 0.035001080483198166, 0.03975054249167442, 0.007716859225183725, -0.03531444072723389, -0.006859203334897757, -0.0329410694539547, 0.002619971754029393, -0.06172669678926468, 0.024151969701051712, -0.04438556358218193, 0.013928222469985483, 0.012462236918509008, 0.029766244813799855, -0.003246012842282653, 0.0206055399030447, 0.0017643595347180965, -0.004672487266361713, 0.034184977412223816, 0.01699371263384819, -0.03088991716504097, -0.01912559010088444, -0.02097135409712791, 0.017485041171312332, -0.02985786832869053, -0.05513521283864975, 0.05646291375160217, -0.005901322700083256, -0.03089741058647633, 0.03169988840818405, -0.03861018270254135, 0.07498732209205627, -0.0483611635863781, 0.0517781637609005, -0.018325837329030037, -0.036650992929935455, 0.06128152087330818, -0.008508947677910328, 0.030858665704727173, -0.0429103821516037, -0.0485430508852005, 0.04326700046658516, -0.04585767909884453, 0.05271552130579949, -0.0242132805287838, 0.039127908647060394, 0.01268669869750738, 0.037386711686849594, 0.017941288650035858, 0.01845901645720005, 0.05502621829509735, 0.007671217434108257, 0.05893097072839737, -0.007218887563794851, -0.04258918762207031, 0.046500496566295624, -0.0015647620894014835, -0.0014080815017223358, 0.004883836023509502, 0.012410464696586132, 0.02498646453022957, 0.032186705619096756, 0.033780332654714584, -0.03602580353617668, -0.009863383136689665, -0.04839250072836876, -0.010528892278671265, -0.011321875266730784, -0.02388765662908554, -0.06926507502794266, 0.011275040917098522, -0.05690842866897583, 0.06043783202767372, 0.01841064915060997, -0.017738966271281242, -0.024469716474413872, 0.011558939702808855, 0.047794390469789505, -0.02830060012638569, -0.06370768696069717, 0.01486149337142706, 0.0025327755138278008, -0.008128316141664982, -0.03878048807382584, 0.0242296289652586, -0.03851889818906784, 0.01910345070064068, 0.017428329214453697, 0.02382089756429195, -0.00821551214903593, -0.01785273104906082, -0.027600305154919624, 0.035840339958667755, 0.021850809454917908, 0.00904387515038252, -0.014173461124300957, 0.061961036175489426, 0.01836296357214451, 0.027744725346565247, 0.012320543639361858, 0.005377550143748522, -0.046113137155771255, -0.023908093571662903, -0.002216689521446824, 0.0006580584449693561, 0.0024305926635861397, -0.02486180141568184, 0.005367331672459841, -0.04460082948207855, -0.028692983090877533, 0.011692969128489494, -0.03958909586071968, -0.03072846680879593, 0.023743238300085068, -0.028616685420274734, -0.05799633637070656, -0.029112614691257477, -0.009343612007796764, -0.01618305966258049, 0.03067328967154026, -0.011941784992814064, -0.03297921642661095, -0.01313119474798441, -0.022867189720273014, -0.004619011655449867, 0.027036936953663823, -0.02995528280735016, -0.005968848709017038, 0.0102436738088727, 0.007246136199682951, -0.04603956639766693, -0.010767362080514433, -0.0017936520744115114, 0.018439261242747307, -0.04600414261221886, -0.003861154429614544, -0.010982627049088478, -0.004549186676740646, 0.004291685298085213, 0.0753810703754425, 0.0011209473013877869, -0.01336008496582508, -0.0255382526665926, -0.007059822324663401, -0.0014223871985450387, -0.007170520722866058, 0.0101164560765028, 0.027355067431926727, 0.03152140602469444, -0.016435451805591583, 0.0020600089337676764, 0.017600849270820618, -0.012710031121969225, 0.01419900730252266, 0.06374038755893707, 0.00984805542975664, 0.04491418972611427, -0.017234863713383675, -0.012414551340043545, -0.0036997052375227217, 0.0691792443394661, -0.03696571663022041, -0.02020498178899288, 0.02130242809653282, 0.05378912389278412, -0.002474190667271614, 0.01594599522650242, 0.006993744056671858, -0.006913019809871912, 0.01394457183778286, 0.056407734751701355, 0.002190803177654743, -0.022345375269651413, -0.04348226636648178, -0.04708455875515938, -0.026992658153176308, -0.031093601137399673, 0.03022436425089836, 0.038954880088567734, -0.0058503164909780025, -0.03121349588036537, 0.016538657248020172, -0.02129220962524414, -0.010536428540945051, -0.004445641301572323, 0.0007731845835223794, 0.06994221359491348, 0.04391416162252426, -0.007908963598310947, 0.04023148491978645, -0.02920917607843876, 0.007994797080755234, 0.012560333125293257, -0.014881014823913574, -0.03169716149568558, -0.034000493586063385, 0.03240835666656494, -4.6322955313371494e-05, -0.002273912075906992, 0.015282487496733664, -0.012494935654103756, 0.02263966202735901, -0.013402320444583893, 0.006186924409121275, 0.04010273516178131, 0.00852683000266552, -0.0432683639228344, -0.03513459861278534, -0.009573864750564098, -0.026177918538451195, -0.01419049222022295, 0.025908155366778377, 0.02201702818274498, 0.01531586702913046, -0.022929862141609192, -0.08238673210144043, -0.0514838770031929, 0.04877721890807152, 0.014181636273860931, -0.006425180938094854, 0.014675179496407509, 0.043685268610715866, 0.02847635373473167, 0.005199240520596504, 0.024663396179676056, 0.015582224354147913, 0.04140216112136841, 0.0035532431211322546, 0.024090660735964775, 0.01844811625778675, -0.06721460819244385, -0.010040500201284884, -0.01057662069797516, -0.04621940851211548, -0.024624736979603767, -0.032503727823495865, -0.015627184882760048, -0.02124384231865406, 0.00979764573276043, 0.015827463939785957, -0.05028492957353592, 0.004480372648686171, -0.06181678920984268, 0.0008825203985907137, 0.035098664462566376, 0.00336522632278502, -0.030569573864340786, 0.02087448537349701, -0.01865861378610134, 0.02355871349573135, -0.0008011145982891321, 0.042576245963573456, 0.002412881003692746, -0.01868586242198944, 0.04060070589184761, 0.01988072134554386, -0.02866982109844685, -0.03995763510465622, -0.039592500776052475, -0.047799836844205856, 0.005975597072392702, -0.010798698291182518, 0.0009264590917155148, -0.02951044589281082, -0.03683049604296684, -0.0012154666474089026, 0.009181481786072254, 0.03634444624185562, -0.02089710161089897, -0.01420718152076006, 0.059219807386398315, -0.024804579094052315, 0.001523207756690681, -0.015956895425915718, -0.017482828348875046, 0.0002295711019542068, -0.01873559132218361, -0.003906796220690012, 0.032059572637081146, -0.051535990089178085, -0.017049571499228477, 0.008038054220378399, 0.009886544197797775, 0.05043071135878563, -0.03247034549713135, -0.025940854102373123, 0.0063993800431489944, -0.04017290100455284, 0.008812601678073406, 0.007898745127022266, 0.05373326316475868, 0.0376850850880146, -0.01673484779894352, 0.03660432994365692, -0.03703911975026131, 0.082356758415699, 0.02408793568611145, -0.05075497180223465, 0.03735877946019173, 0.02167096734046936, 0.018786001950502396, 0.0023318156599998474, 0.04707127436995506, -0.017642468214035034, 0.02771035023033619, -0.014752497896552086, 0.01277117058634758, -0.03931456431746483, -0.007711409591138363, 0.022221393883228305, 0.016329985111951828, -0.018176820129156113, 0.001765381428413093, 0.009019351564347744, -0.012483013793826103, -0.030724380165338516, -0.005526737309992313, 0.025673815980553627, -0.013939802534878254, -0.015162251889705658, -0.033434271812438965, -0.01290877629071474, -0.04689483717083931, 0.02323632501065731, 0.0045921034179627895, 0.05905359238386154, 0.02884625643491745, 0.009857933036983011, -0.011918623931705952, 0.06958524882793427, 0.03255413845181465, -0.03540981188416481, -0.001809320063330233, 0.05083807930350304, -0.00465273205190897, 0.005789006594568491, -0.01611902564764023, -0.03429260849952698, -0.02612580545246601, -0.01290094293653965, -0.06330440193414688, -0.018937913700938225, 0.016363242641091347, -0.01750190183520317, -0.005372781306505203, 0.021943455561995503, -0.015379220247268677, 0.0437520295381546, 0.00552878063172102, -0.0300295352935791, 0.04147590324282646, -0.024166276678442955, -0.05002947151660919, -0.03819736093282699, 0.01314396783709526, 0.0015135854482650757, 0.03899507224559784, 0.00516483886167407, 0.0244660135358572, 0.013973182998597622, 0.041354816406965256, -0.03470683470368385, -0.012310325168073176, -0.0010817772708833218, 0.03634112328290939, 0.045389000326395035, 0.022621270269155502, 0.016245732083916664, 0.009420590475201608, 0.004092087969183922, -0.02908945269882679, -0.019877996295690536, -0.02721814066171646, -0.0309328343719244, 0.019234925508499146, 0.019358906894922256, 0.011148844845592976, -0.02007146365940571, -0.015797831118106842, 0.02575862780213356, -0.009087473154067991, 0.0687214657664299, 0.026713186874985695, 0.02029694803059101, -0.040828607976436615, -0.05649765580892563, -0.005447375122457743, 0.00968149770051241, -0.013648921623826029, -0.03658968210220337, -0.045556582510471344, -0.02992803417146206, -0.051147352904081345, 0.008926705457270145, -0.025756925344467163, 0.038635388016700745, 0.0162198469042778, 0.02079849503934383, -0.002504164353013038, -0.00906942132860422, -0.012440736405551434, -0.02370168454945087, 0.03429669886827469, 0.035062387585639954, -0.024684812873601913, -0.04921405017375946, -0.008898776024580002, -0.00884564034640789, -0.04372205585241318, -0.04791155830025673, 0.03170227259397507, 0.02750442363321781, -0.005402754992246628, 0.023831116035580635, 0.031167173758149147, -0.018614673987030983, 0.03442272171378136, 0.01015426404774189, -0.05950047075748443, 0.07514128088951111, -0.07447504997253418, 0.0310854259878397, -0.015608110465109348, -0.017706267535686493, -0.10649919509887695, -0.007678710855543613, -0.0010565720731392505, 0.019326208159327507, -0.00158519868273288, -0.047156766057014465, 0.0072829220443964, 0.03909137845039368, -0.00014714349526911974, -0.02651035413146019, 0.022570177912712097, -0.02526218816637993, -0.016384020447731018, 0.011432914063334463, -0.0583614706993103, -0.10206037014722824, -0.038381293416023254, -0.002157423412427306, -0.0010359225561842322, -0.005332589615136385, -0.01267716195434332, -0.003034323686733842, 0.001406889408826828, -0.03663055598735809, 0.013524940237402916, -0.03570682182908058, -0.013899611309170725, 0.029443686828017235, -0.04039157181978226, 0.020675024017691612, -0.026273971423506737, -0.09473861753940582, -0.0046758935786783695, -0.04400118440389633, 0.01026564370840788, -0.0014123391592875123, 0.003451741300523281, -0.03273627907037735, -0.010306516662240028, 0.004848242271691561, 0.02461809478700161, 0.05393354222178459, 0.032336145639419556, -0.02527402527630329, -0.0023767761886119843, 0.00956810638308525, -0.025111127644777295, -0.02160012163221836, -0.04044385626912117, -0.041349366307258606, 0.012468026950955393, 0.02185489796102047, 0.006226860918104649, 0.035104624927043915, 0.0015913296956568956, -0.022134197875857353, 0.002278850879520178, -0.0013733393279835582, 0.03389545902609825, 0.04193589836359024, 0.04538968205451965, 0.03216993063688278, -0.015229351818561554, 0.02379092387855053, -0.04116271436214447, 0.036093756556510925, -0.007253629621118307, 0.004123424179852009, -0.009239385835826395, 0.01233825460076332, 0.07016564905643463, 0.008189626038074493, 0.04102391377091408, -0.022068800404667854, -0.003422448877245188, 0.006361912935972214, -0.017084995284676552, 0.029578568413853645, -0.04018107429146767, 0.011520110070705414, 0.026987208053469654, 0.016666386276483536, 0.021229537203907967, 0.02449803054332733, -0.01320732105523348, 0.022565750405192375, -0.05799906328320503, 0.011951066553592682, -0.037619687616825104, -0.035769496113061905, -0.010956400074064732, -0.04271998256444931, -0.0027466786559671164, 0.032314348965883255, 0.0541447214782238, 0.001852918183431029, 0.04208303987979889, 0.0367017425596714, 0.00062672229250893, 0.0004803451884072274, -0.05428505316376686, 0.010449913330376148, -0.030409997329115868, -0.03256639838218689, 0.02380361221730709, -0.02013583853840828, -0.009567052125930786, 0.04192499816417694, -0.034445203840732574, 0.02523511089384556, 0.01385022234171629, -0.046508245170116425, 0.004237017594277859, 0.06660696119070053, -0.0522182323038578, -0.01183347124606371, -0.016455547884106636, -0.038219161331653595, 0.009827619418501854, 0.008290446363389492, 0.00767666706815362, -0.009124557487666609, -0.03174008056521416, -0.03200950101017952, -0.005665024742484093, -0.06272809207439423, 0.019123205915093425, 0.01609722711145878, 0.028724318370223045, -0.03990313783288002, -0.0011625017505139112, -0.02329942397773266, 0.07027464359998703, -0.0284354817122221, -0.041717905551195145, 0.03199655935168266, -0.01513670664280653, -0.024286851286888123, 0.05991873890161514, -0.015204147435724735, 0.023808976635336876, 0.00015821332635823637, -0.07392598688602448, -0.035774946212768555, 0.004178602714091539, -0.0010456725722178817, -0.037845853716135025, 0.027097225189208984, 0.007086049299687147, 0.028048207983374596, 0.058413244783878326, 0.028033221140503883, 0.012767934240400791, -0.02340603433549404, -0.02618575282394886, 0.018179716542363167, -0.06618937104940414, -0.022166896611452103, -0.021213699132204056, 0.002493860898539424, 0.013362810015678406, -0.005803993437439203, 0.013236102648079395, -0.04369480907917023, 0.06111359968781471, 0.0023127414751797915, 0.01357194408774376, 0.024478957056999207, -0.030350901186466217, -0.034904345870018005, 0.013791637495160105, -0.006866696756333113, 0.008868120610713959, 0.027416376397013664, 0.04413248971104622, -0.0317598357796669, 0.03138584643602371, -0.01678798347711563, 0.03821269050240517, -0.009652204811573029, -0.008003056980669498, 0.00565003789961338, -0.01236277911812067, -0.018550299108028412, -0.01031094416975975, 0.054293226450681686, 0.04608861356973648, -0.04835571348667145, 0.033352527767419815, 0.029639877378940582, -0.007915094494819641, -0.023762313649058345, -0.02127722278237343, -0.01173060666769743, 0.0631817877292633, -0.03372311219573021, 0.01448273565620184, 0.03125300630927086, 0.019912995398044583, 0.06861655414104462, 0.07673261314630508, 0.06238884478807449, 0.011729244142770767, 0.016321348026394844, 0.03899336978793144, 0.01041857711970806, -0.027431363239884377, -0.016797520220279694, -0.0019251274643465877, -0.026950251311063766, 0.0019978052005171776, 0.026867995038628575, 0.0065139951184391975, 0.030115369707345963, -0.002302523236721754, 0.0620291605591774, 0.02434135042130947, -0.02549942396581173, -0.03350784629583359, 0.05151112377643585, -0.030239351093769073, -0.05864758417010307, 0.025410864502191544, -0.001173060736618936, -0.009167814627289772, -0.04096788540482521, 0.04047263786196709, 0.012534446083009245, -0.00917603261768818, -0.0690920501947403, -0.03379804268479347, 0.042295582592487335, 0.02575930953025818, 0.0162215493619442, 0.029724689200520515, 0.03957410901784897, -0.06192561611533165, -0.03001727350056171, -0.005286181345582008, 0.026176556944847107, 0.02473373152315617, 0.0413527749478817, 0.01911979913711548, 0.054526884108781815, 0.024699224159121513, 0.0045083132572472095, -0.009098373353481293, -0.04507768526673317, 0.07090545445680618, 0.02990623563528061, -0.0025196620263159275, -0.02993144094944, 0.005306021776050329, 0.015504565089941025, -0.005147042218595743, 0.05047294497489929, -0.01709461770951748, 0.0018011453794315455, 0.02127585932612419, 0.018085025250911713, -0.00804835744202137, 0.007860000245273113, 0.00838104821741581], [-0.051426686346530914, -0.01830153353512287, -0.03241552785038948, -0.013092917390167711, 0.018054965883493423, 0.03870538994669914, 0.013377238996326923, -0.04890318959951401, 0.0273477453738451, 0.039290547370910645, -0.021404288709163662, 0.002065160544589162, -0.034242380410432816, -0.03874579817056656, -0.019208470359444615, 0.016845716163516045, 0.01059714611619711, -0.009761289693415163, 0.038754940032958984, 0.027122559025883675, -0.000442113057943061, -0.007489451207220554, 0.0028880394529551268, 0.03175899386405945, -0.004358014091849327, 0.05718506872653961, 0.03583386912941933, -0.014206605963408949, 0.0065848007798194885, 0.017931165173649788, 0.027849288657307625, -0.04166657477617264, -0.007320967502892017, -0.0038353826384991407, 0.005398262292146683, 0.01302773505449295, -0.033031951636075974, 0.02610738016664982, -0.04957328736782074, -0.024704063311219215, -0.0370195247232914, 0.011309128254652023, -0.035957153886556625, 0.020215686410665512, 0.014920356683433056, 0.05578823760151863, -0.02693202905356884, 0.02932398207485676, -0.04367333650588989, -0.0751362144947052, 0.017538823187351227, -0.014405985362827778, 0.01112567726522684, 0.012620721012353895, 0.012170348316431046, 0.018550463020801544, 0.03631993010640144, -0.015341087244451046, 0.0759502500295639, 0.04066496342420578, -0.00905874650925398, 0.023567812517285347, -0.04184354096651077, 5.426871575764381e-05, 0.020818540826439857, 0.028933484107255936, 0.008243240416049957, 0.013254543766379356, 0.020569022744894028, -0.05576464533805847, -0.026390522718429565, 0.014319862239062786, 0.0036348241847008462, -0.05305592343211174, 0.07024259120225906, 0.019586287438869476, -0.0735553428530693, 0.011085564270615578, -0.01468322705477476, -0.042017847299575806, -0.0002536472456995398, -0.013483784161508083, -0.028120042756199837, -0.03514960780739784, -0.05645834282040596, -0.005566082429140806, -0.005694638472050428, -0.021037274971604347, 0.0627499669790268, 0.00786424521356821, -0.04897279664874077, 0.011450698599219322, 0.07939749211072922, 0.04370695725083351, -0.008799495175480843, 0.018987562507390976, 0.010637258179485798, 0.04238312691450119, 0.02145501784980297, 0.05282469838857651, 0.0615713931620121, -0.03941088542342186, -0.02346414141356945, -0.03154899924993515, -0.05269728600978851, 0.03344368562102318, 0.01510439906269312, -0.02548034116625786, 0.03418398275971413, -0.01901351474225521, -0.0152353523299098, 0.01871916651725769, 0.0249494519084692, -0.00982853677123785, -0.00621362030506134, 0.027162671089172363, 0.055476780980825424, -0.022032802924513817, -0.033625368028879166, 0.007070859894156456, -0.016025787219405174, 0.017023859545588493, 0.004408743232488632, 0.04740431532263756, -0.040118735283613205, -0.0031157322227954865, 0.008217875845730305, -0.011540507897734642, -0.028251290321350098, 0.010624870657920836, 0.020045801997184753, 0.009084700606763365, -0.0019337838748469949, -0.04105605185031891, -0.048204775899648666, 0.03791731595993042, -0.0014841313241049647, 0.035520054399967194, 0.0010193079942837358, 0.020197991281747815, -0.014754601754248142, -0.0037035446148365736, -0.01406975369900465, 0.03477194160223007, 0.008267130702733994, -0.026645461097359657, -0.016664329916238785, -0.04869083687663078, -0.012699764221906662, 0.016001012176275253, -0.02179006859660149, 0.002816074527800083, -0.01259624119848013, 0.04711350426077843, 0.0196570735424757, -0.02930186130106449, 0.03042115457355976, 0.009498205035924911, -0.03475498408079147, 0.045326173305511475, 0.05493173748254776, 0.03675289452075958, 0.04985171556472778, -0.015339759178459644, 0.019743194803595543, -0.01882033236324787, 0.011359858326613905, 0.011053121648728848, -0.014727173373103142, -0.033781833946704865, 0.06362947821617126, 0.02421269565820694, -0.006629041396081448, 0.038094278424978256, 0.020447654649615288, 0.03296647220849991, 0.008993269875645638, -0.055976998060941696, -0.0037333336658775806, 0.01611308939754963, 0.013118871487677096, -0.022056693211197853, 0.005819729529321194, -0.01528637669980526, -0.0005538948462344706, 0.026387572288513184, -0.05044984817504883, -0.005901132710278034, -0.002936409320682287, 0.020276904106140137, 0.011941623874008656, -0.0366862416267395, 0.05582127347588539, 0.0010490968124940991, -0.029341677203774452, 0.029558900743722916, -0.0063529787585139275, -0.05471229925751686, 0.0009957129368558526, 0.006721062585711479, 0.022213121876120567, -0.0024520924780517817, 0.016466131433844566, -0.004422900266945362, -0.04109586775302887, -0.04261038079857826, 0.05697271227836609, -0.0189350638538599, 0.03173540160059929, -0.0029847794212400913, 0.006033265497535467, 0.07249709963798523, -0.0043211462907493114, 0.006375984288752079, 0.020032234489917755, 0.035382021218538284, 0.053432855755090714, -0.05601947009563446, 0.053500697016716, 0.03611819073557854, 0.004684805870056152, -0.04270004108548165, 0.028122402727603912, -0.028791913762688637, -0.03040699847042561, 0.05675799772143364, 0.023932503536343575, 0.03295644745230675, -0.023555506020784375, -0.0046706488355994225, 0.08397965878248215, 0.0022981620859354734, 0.0002536472456995398, -0.01809743605554104, -0.019365083426237103, 0.04784141108393669, -0.02647487260401249, 0.01487818080931902, -0.03245741128921509, -0.028414390981197357, -0.04642836004495621, -0.02083328738808632, 0.058202460408210754, -0.035735949873924255, -0.0005636278074234724, -0.07787855714559555, -0.01288528088480234, -0.0033056726679205894, 0.00845884159207344, 0.00264943391084671, 0.02245781011879444, -0.003254943061619997, -0.050704676657915115, 0.012962748296558855, -0.03925279900431633, -0.020982526242733, 0.00420405576005578, 0.02799793891608715, -0.005009238142520189, 0.04521527513861656, 0.007319197990000248, -0.0633811429142952, -0.03296912834048271, -0.07367213815450668, 0.041447144001722336, 0.001938631874509156, -0.014129922725260258, 0.0024229211267083883, 0.04617559537291527, -0.02407790720462799, -0.021851416677236557, -0.05174876004457474, 0.038322415202856064, 0.002624364336952567, -0.031571414321660995, 0.016059262678027153, 0.04969598352909088, -0.028621438890695572, 0.05780090019106865, 0.02904791943728924, -0.021561196073889732, -0.060224708169698715, -0.006578901782631874, 0.03988042846322059, 0.02353934943675995, -0.013113562949001787, 0.00436745211482048, -0.06974945962429047, -0.014768758788704872, -0.01878877356648445, 0.0017867384012788534, -0.0060323807410895824, 0.018484100699424744, 0.015316754579544067, 0.06826119124889374, -0.015785707160830498, 0.01927925646305084, -0.022101007401943207, -0.04953554272651672, -0.06520504504442215, 0.06150076165795326, 0.01342103723436594, 0.03765128180384636, -0.003956897184252739, 0.003074145643040538, -0.03893662244081497, -0.028911639004945755, 0.07154858112335205, 0.004990067332983017, 0.017000265419483185, -0.027478845790028572, -0.02140222489833832, -0.018872534856200215, 0.01850120723247528, 0.009861864149570463, -0.009037510491907597, 0.010582399554550648, 0.06733096390962601, -0.015834078192710876, 0.011942066252231598, 0.02775726653635502, 0.02512051723897457, -0.014220762997865675, -0.02793894894421101, 0.03352626785635948, 0.05445275455713272, 0.02699160762131214, 0.043411433696746826, -0.04294189065694809, -0.024614401161670685, 0.061058204621076584, -0.02046402543783188, 0.014576164074242117, 0.00818277895450592, 0.0019268343457952144, 0.0018799391109496355, -0.02178299240767956, -0.004410807508975267, 0.05311491340398789, 0.05476538836956024, 0.021502207964658737, -0.023112131282687187, 0.01194088626652956, -0.022154318168759343, -0.00011089694453403354, -0.03806566819548607, 0.0008305473020300269, -0.02118249610066414, 0.02557472325861454, -0.010456755757331848, 0.017176637426018715, 0.010507484897971152, 0.011283762753009796, 0.0082700802013278, -0.035118937492370605, 0.03650632873177528, 0.010749260894954205, -0.05656687915325165, -0.03425299748778343, -0.014464234933257105, 0.029302747920155525, -0.05214161798357963, -0.07175503671169281, 0.08221710473299026, -0.0013461001217365265, 0.0002467161975800991, 0.023391880095005035, -0.004503123462200165, 0.0453190952539444, -0.02724289521574974, 0.042874645441770554, 0.00472845695912838, -0.031937140971422195, 0.030888335779309273, -0.002590741263702512, 0.024008598178625107, -0.0402555875480175, -0.03916667774319649, -0.0007786381174810231, -0.04519404098391533, 0.017322780564427376, -0.016413630917668343, 0.03404742479324341, -0.024054091423749924, 0.025150010362267498, 0.036499250680208206, 0.013916385360062122, 0.05088989436626434, -0.0147883715108037, 0.030138012021780018, 0.004241734277456999, -0.020192090421915054, 0.043317053467035294, 0.018509170040488243, 0.011319155804812908, -0.02213558927178383, 0.0012446411419659853, -0.00554838590323925, 0.018219836056232452, 0.014469985850155354, -0.034798044711351395, 0.024446874856948853, -0.034528765827417374, -0.035924267023801804, 0.012783821672201157, -0.008571655489504337, -0.029741615056991577, -0.011664971709251404, -0.044938623905181885, 0.02479298785328865, 0.026305874809622765, -0.0009166694362647833, -0.05680518597364426, -1.8286196791450493e-05, 0.06261193752288818, -0.026372237130999565, -0.04663275182247162, 0.0041008275002241135, 0.02475125342607498, -0.008647012524306774, 0.0011768053518608212, 0.024866869673132896, -0.03059575892984867, 0.03806596249341965, 0.02387358993291855, 0.028339477255940437, -0.01456878986209631, -0.013366620987653732, -0.04499584436416626, 0.03915605694055557, 0.03827596083283424, 0.02698040008544922, 0.005137831438332796, 0.0075082541443407536, 0.03036806546151638, -0.0016066415701061487, 0.045651789754629135, 0.03239606320858002, -0.037598781287670135, -0.02545674704015255, 0.004214083775877953, -0.020396778360009193, 0.014205868355929852, -0.027115482836961743, -0.0027267078403383493, 0.023567959666252136, -0.04227090626955032, 0.000984505284577608, -0.03294464945793152, -0.05421444773674011, 0.010299257934093475, -0.011212388053536417, -0.049795087426900864, -0.018087113276124, -0.03500332310795784, 0.019239438697695732, 0.01842518709599972, 0.016674652695655823, -0.01591349020600319, 0.017913395538926125, -0.04773641005158424, -0.0099690742790699, 0.02589561603963375, -0.002769474172964692, -0.03359432518482208, 0.012918313033878803, 0.021560292690992355, -0.05697271227836609, -0.024541255086660385, 0.011109160259366035, 0.02304031327366829, -0.0011325645027682183, -0.0029320591129362583, -0.02868691459298134, -0.02434541843831539, -0.004405203741043806, 0.022753337398171425, 0.0024969507940113544, -0.013740602880716324, -0.032896868884563446, -0.008533165790140629, 0.015031843446195126, 0.02238389290869236, 0.02513349242508411, 0.004070153925567865, -0.01078413799405098, -0.023877056315541267, 0.012619835324585438, -0.014831876382231712, -0.037542153149843216, 0.014602708630263804, 0.04340199381113053, 0.010973487980663776, 0.03125583007931709, -0.03033621236681938, 0.00498372595757246, -0.008201655000448227, 0.06973831355571747, 0.0006265972042456269, -0.012902386486530304, 0.017354043200612068, 0.0346611924469471, -0.008239996619522572, 0.02456013299524784, 0.013675715774297714, -0.05358150601387024, -0.03464939445257187, 0.03578667715191841, 0.0017719914903864264, 0.0042170328088104725, -0.04172792285680771, -0.042851049453020096, -0.007749808952212334, -0.04236263036727905, 0.035882238298654556, 0.028780115768313408, 0.010994133539497852, -0.02621414884924889, 0.02764224261045456, -0.003333396976813674, -0.05809229984879494, 0.00989106297492981, -0.015950283035635948, 0.016045991331338882, 0.011818782426416874, -0.02343243546783924, 0.03811197355389595, -0.007277906872332096, 0.02626502700150013, -0.009516307152807713, 0.012798569165170193, -0.026305874809622765, -0.0006636119796894491, 0.06471695750951767, 0.013512467965483664, -0.006903334520757198, 0.025836626067757607, -0.02816310338675976, -0.0033976933918893337, -0.015374562703073025, -0.014834235422313212, 0.018324244767427444, 0.01915980502963066, -0.008844620548188686, -0.04570959508419037, -0.020738907158374783, -0.024978207424283028, 0.02788704074919224, 0.03898676112294197, -0.005652204621583223, 0.029574088752269745, -0.029969897121191025, -0.1160595491528511, -0.03806360438466072, 0.05946789309382439, -0.012173961848020554, -0.0288892425596714, 0.002492858562618494, 0.06215301528573036, -0.016294771805405617, -0.027207501232624057, 0.04330971464514733, -0.0021312269382178783, 0.03235211595892906, 0.009551883675158024, 0.027553170919418335, -0.019661791622638702, -0.04477935656905174, 0.007342203054577112, 0.001997914630919695, -0.025141751393675804, -0.0575861856341362, -0.0637374222278595, -0.040614232420921326, -0.01161468494683504, -0.018605912104249, 0.07218211144208908, -0.05479193478822708, 0.022156972438097, -0.05252503603696823, 0.04424788057804108, 0.008944310247898102, 0.029432963579893112, 0.010009628720581532, 0.011365756392478945, 0.004760900046676397, 0.01591194048523903, -0.013091737404465675, 0.009796682745218275, -0.05290963873267174, -0.027825694531202316, 0.05760742351412773, 0.016002191230654716, -0.0680152177810669, -0.03637213259935379, -0.02399798110127449, -0.036639049649238586, 0.020917050540447235, 0.009331859648227692, -0.048188257962465286, -0.04525656998157501, -0.04599155858159065, 0.022765429690480232, -0.004585706163197756, 0.07034169137477875, 0.010369453579187391, -4.011165947304107e-05, 0.02869635447859764, -0.004131942987442017, 0.033742163330316544, -0.0016422185581177473, 0.01165155228227377, 0.0027736034244298935, -0.0050434512086212635, 0.008192216046154499, 0.01882888562977314, -0.05232919752597809, 0.010700374841690063, -0.006945806089788675, -0.007819414138793945, 0.07003967463970184, -0.023373890668153763, -0.01756300777196884, 0.019277190789580345, -0.019761186093091965, 0.004197567235678434, -0.015471302904188631, 0.023442905396223068, 0.03672576323151589, -0.005059672985225916, 0.06281957775354385, -0.0358586423099041, 0.07732819765806198, 0.04295486956834793, -0.03219550475478172, 0.030036259442567825, -0.012900027446448805, -0.02127894014120102, 0.0021145627833902836, 0.024744469672441483, -0.03654968738555908, 0.04291475564241409, -0.06972822546958923, -0.004432043060660362, -0.004932553973048925, 0.015245970338582993, 0.037202972918748856, -0.0014428399736061692, -0.05092823877930641, 0.02275923825800419, -0.009693159721791744, -0.01905539631843567, -0.030957942828536034, -0.025256188586354256, 0.03123990260064602, -0.028637954965233803, -0.017723454162478447, -0.02816074341535568, -0.000984505284577608, -0.02831647172570229, 0.03620431199669838, -0.024508684873580933, 0.04618503525853157, 0.011601706966757774, 0.008927203714847565, -0.03965981304645538, 0.04908251017332077, 0.017852047458291054, -0.04626172035932541, -0.006368610542267561, 0.06950288265943527, 0.011559235863387585, 0.014338738285005093, -0.003888397710397839, -0.0031458158046007156, -0.004150967113673687, -0.006621372886002064, -0.05870400369167328, -0.033259641379117966, 0.02046387642621994, -0.002735851099714637, 0.010043252259492874, 0.03286678344011307, -0.005556939169764519, 0.05512403696775437, -0.007279675919562578, -0.016012810170650482, 0.028065184131264687, -0.032654669135808945, -0.03913482278585434, -0.015186097472906113, -0.0018144259229302408, 0.011059020645916462, 0.004027682356536388, 0.02120889164507389, 0.026011232286691666, 0.02427581138908863, 0.05598171800374985, -0.03849952295422554, 0.004486606922000647, 0.028486356139183044, 0.06316760182380676, 0.03614768385887146, 0.036243241280317307, 0.03574184700846672, 0.002561247441917658, -0.007619445212185383, 0.008404572494328022, -0.012363828718662262, -0.03409019112586975, -0.011696088127791882, 0.02812387607991695, 0.01567893847823143, 0.03967161104083061, 0.002818729029968381, -0.029482917860150337, 0.0046836258843541145, -0.00835679192095995, 0.04096108302474022, -0.009794323705136776, 0.0208863765001297, -0.041119612753391266, -0.04518932476639747, -0.015679825097322464, -0.009752737358212473, -0.009528141468763351, -0.005487038753926754, -0.039266955107450485, -0.009676347486674786, -0.04964658245444298, 0.0063355774618685246, -0.007270238362252712, 0.03527466580271721, -0.003497087862342596, 0.035285282880067825, -0.0061704120598733425, -0.04568246006965637, -0.02270909771323204, -0.014095708727836607, -0.029802963137626648, 0.026838239282369617, -0.028823766857385635, -0.016941498965024948, -0.021808354184031487, 0.012353801168501375, -0.05205254256725311, -0.07539103925228119, 0.015302597545087336, 0.0526500903069973, -0.025300651788711548, 0.03551061451435089, 0.05274447426199913, -0.016674652695655823, 0.026043932884931564, 0.02442563883960247, -0.045542068779468536, 0.05270671844482422, -0.05057726055383682, 0.04288748279213905, 0.001543414080515504, -0.023566484451293945, -0.07335478812456131, -0.007336304523050785, -0.03314004838466644, -0.0012924212496727705, -0.00029316902509890497, -0.027114301919937137, -0.02784869819879532, 0.011704346165060995, -0.014314406551420689, -0.03921976685523987, 0.015178723260760307, -0.0510963574051857, -0.0020698795560747385, 0.0010207827435806394, -0.04641420394182205, -0.10138339549303056, -0.009914658032357693, -0.006223205476999283, -0.028605511412024495, -0.050871025770902634, 0.01626763679087162, -0.01052223239094019, -0.02685711346566677, -0.0375681072473526, 0.03511657565832138, -0.020819131284952164, 0.0002607257920317352, 0.011047222651541231, -0.035654544830322266, 0.013561870902776718, -0.019548386335372925, -0.061326008290052414, 0.01837585866451263, -0.0346706286072731, 0.017919441685080528, -0.0212724506855011, 0.013077580370008944, -0.021456418558955193, -0.026758015155792236, -0.0009213883895426988, 0.041079942137002945, 0.04113878309726715, 0.03048958070576191, -0.01344529539346695, 0.008428167551755905, 0.003172360360622406, -0.019448256120085716, -0.02369891107082367, -0.03296942263841629, -0.03557403013110161, 0.006236182991415262, 0.01957095041871071, -0.015646643936634064, 0.0757024958729744, -0.00947667472064495, -0.010798958130180836, 0.007526834961026907, -0.001195091521367431, 0.005291789770126343, 0.007411218713968992, 0.03008846379816532, 0.004370991140604019, -0.021429358050227165, 0.031118685379624367, -0.03745618090033531, 0.020049341022968292, 0.008307832293212414, 0.008152694441378117, -0.017537053674459457, 0.03522305190563202, 0.03325020521879196, 0.0169011652469635, 0.0526270866394043, -0.022417698055505753, 0.005659283138811588, 0.015080214478075504, -0.010063896887004375, 0.012592996470630167, -0.03158910945057869, -0.006059220060706139, 0.05500487983226776, 0.008657039143145084, -0.0025147206615656614, 0.035378482192754745, 0.013033929280936718, 0.04972430318593979, -0.0659223273396492, -0.00794918742030859, -0.0519280806183815, -0.05294738709926605, 0.007834751158952713, 0.0027839262038469315, 0.008791531436145306, 0.05626249685883522, 0.01181288342922926, 0.016240503638982773, 0.0164257250726223, 0.030987435951828957, 0.02225489169359207, 0.0028402593452483416, -0.003808248089626431, -0.008457955904304981, -0.015419392846524715, -0.016396230086684227, 0.022211242467164993, 0.007937389425933361, 0.017329415306448936, 0.007358130067586899, 0.02881963737308979, 0.006925749592483044, 0.03507528454065323, -0.039566610008478165, 0.028566578403115273, 0.025905054062604904, -0.07518340647220612, -0.020587898790836338, -0.00122753472533077, -0.017798317596316338, -0.025639608502388, -0.013508781790733336, -0.005937659181654453, 0.006182209588587284, -0.039183780550956726, -0.010136452503502367, -0.037034858018159866, -0.07706157863140106, 0.015184622257947922, 0.01502771582454443, -0.005116595886647701, -0.02617344819009304, 0.017397841438651085, -0.027641650289297104, 0.08622590452432632, 0.010084542445838451, -0.03438925743103027, 0.03551769256591797, 0.012490137480199335, -0.010627230629324911, 0.040382999926805496, 0.013971835374832152, 0.006988866720348597, -0.0216415673494339, -0.04867195710539818, -0.03363089635968208, -0.01923472061753273, -0.021278055384755135, -0.011154248379170896, 0.045670073479413986, -0.0006830779602751136, 0.017458600923419, 0.03386367857456207, 0.016528068110346794, 0.00916905328631401, -0.07117224484682083, -0.00767430430278182, -0.036157120019197464, -0.05518420785665512, -0.04407091438770294, -0.04178927093744278, 0.01538872066885233, 0.0024444516748189926, 0.014029936864972116, 0.014619076624512672, -0.04754883050918579, 0.07895862311124802, 0.011398348025977612, 0.031908825039863586, -0.001274724956601858, -0.011366642080247402, -0.054962411522865295, -0.008417844772338867, -0.011185253970324991, 0.029188605025410652, 0.0006385422311723232, 0.028742363676428795, -0.012153537943959236, 0.0021978828590363264, -0.031611524522304535, 0.022370507940649983, 0.014881277456879616, 0.039270494133234024, -0.004520819988101721, 0.011916848830878736, -0.005329555366188288, -0.012999717146158218, 0.02131226845085621, 0.03616242855787277, -0.0359731987118721, 0.060368046164512634, 0.03129269555211067, -0.024398507550358772, -0.03389425948262215, -0.012627504765987396, -0.02683529071509838, 0.05853470414876938, 0.024265192449092865, 0.01044318825006485, 0.025408968329429623, -0.02577763982117176, 0.08632028847932816, -0.0012508349027484655, 0.02749772183597088, -0.01838175766170025, 0.018517207354307175, 0.008472408168017864, -0.008753780275583267, -0.060710176825523376, 0.001149912946857512, -0.039425041526556015, -0.008030000142753124, -0.007023817393928766, -0.004640860017389059, 0.003716816892847419, 0.01543178129941225, -0.015937896445393562, 0.029653264209628105, 0.010559983551502228, 0.0002654448035173118, -0.010738126933574677, 0.04356155544519424, -0.036381274461746216, -0.04656432569026947, 0.02748946286737919, -0.0035498819779604673, -0.022020122036337852, -0.034172773361206055, 0.005822531878948212, 0.0094445263966918, 0.004108496010303497, -0.08347000181674957, -0.015349493362009524, 0.005113646853715181, 0.04127489775419235, -0.013194375671446323, 0.029894985258579258, 0.04459944367408752, -0.038540225476026535, -0.03925397619605064, -0.037266090512275696, 0.015618182718753816, 0.035049330443143845, -0.0038961400277912617, 0.03157244622707367, 0.052040159702301025, 0.0121719716116786, -0.012083047069609163, -0.003707969095557928, -0.04269767925143242, 0.068109892308712, 0.05121816694736481, -0.023245885968208313, -0.0230388380587101, -0.006005983334034681, 0.037242498248815536, -0.012340824119746683, 0.04450801759958267, -0.00691808108240366, 0.009341887198388577, 0.03599667549133301, 0.04282863438129425, -0.011123906821012495, -0.003170000622048974, -0.012042345479130743], [-0.06799142807722092, -0.05543060600757599, -0.0127450218424201, 0.010512316599488258, 0.00463100103661418, 0.01730276271700859, 0.04480293393135071, -0.05583249777555466, 0.02120324969291687, 0.09110922366380692, -0.03279098495841026, 0.006251572631299496, 0.003029035637155175, -0.023862028494477272, -0.016637369990348816, 0.026333585381507874, 0.018695179373025898, 0.003137880004942417, 0.045377448201179504, 0.025480739772319794, -0.0025248166639357805, -0.033081237226724625, -0.01136097777634859, 0.02646499127149582, -0.0019350105430930853, -0.010372772812843324, 0.03497159481048584, 0.009396894834935663, 0.024842560291290283, -0.025411898270249367, 0.01893705502152443, -0.015346121974289416, -0.03904721140861511, -0.039578408002853394, 0.014877255074679852, 0.02991637960076332, 0.0295554269105196, 0.04081197828054428, -0.01864168606698513, -0.02762971818447113, -0.04730170592665672, 0.04962557926774025, -0.034450627863407135, 0.023153144866228104, 0.019558491185307503, 0.009600629098713398, 0.016432706266641617, 0.0644805058836937, 0.007051276043057442, -0.06974969059228897, 0.015550786629319193, 0.02964845485985279, -0.0036430293694138527, -0.010329979471862316, -0.03607306256890297, 0.04906740412116051, 0.018198402598500252, -0.0004167715087532997, 0.024833256378769875, 0.03360964357852936, -0.007328852545469999, 0.015094943344593048, -0.05802055075764656, 0.003099737921729684, 0.013463207520544527, -0.04815199226140976, 0.057467956095933914, 0.034298062324523926, 0.006294365972280502, -0.04855387657880783, 0.013872536830604076, 0.023208962753415108, 0.003349056700244546, -0.018486792221665382, 0.04975282400846481, 0.05340442806482315, -0.045070864260196686, 0.0048765987157821655, -0.001227173488587141, -0.0010577437933534384, 0.007937788031995296, -0.01385021023452282, -0.06675786525011063, -0.056066930294036865, -0.03155555948615074, -0.013189701363444328, -0.004407730884850025, -0.013898584991693497, 0.03240026533603668, 0.005497104488313198, -0.020836248993873596, 0.0021564203780144453, 0.03686567023396492, 0.011338417418301104, -0.007066509686410427, 0.07272662967443466, 0.003836763091385365, -0.011476101353764534, -0.0109476950019598, 0.00013000851322431117, 0.04795476794242859, 0.01602831855416298, 0.01995665580034256, -0.024215539917349815, -0.053049057722091675, -0.0020438549108803272, 0.044340115040540695, -0.02479790337383747, -0.010217647068202496, 0.009430386126041412, 0.02660360373556614, 0.00520592276006937, -0.006270178593695164, -0.027617158368229863, -0.005885036662220955, -0.03484007343649864, 0.0060144346207380295, 0.03221420571208, -0.022241458296775814, -0.023659225553274155, -0.0281953364610672, -0.0013163654366508126, 0.008934538811445236, 0.0072451261803507805, -0.007795859593898058, 0.002728318562731147, -0.015022380277514458, 0.028251154348254204, -0.01506935991346836, 0.03530091792345047, -0.029427045956254005, -0.00650833360850811, 0.06209151074290275, 0.02278847061097622, -0.0058555579744279385, 0.06811237335205078, 0.02449834905564785, 0.0415324904024601, 0.03786666691303253, -0.013299476355314256, -0.044374074786901474, -0.05493197217583656, 0.006766954902559519, 0.06033697724342346, 0.0004763102915603667, -0.058556392788887024, -0.02519234828650951, -0.044501520693302155, 0.0019312894437462091, 0.015528226271271706, -0.02929680421948433, 0.00412399135529995, 0.018282128497958183, 0.04105990007519722, 0.03205419331789017, 0.00499753700569272, -0.008835927583277225, 0.012911544181406498, -0.07187262177467346, 0.025021173059940335, 0.020109225064516068, 0.03632238134741783, 0.0432698130607605, -0.04768870398402214, 0.017216011881828308, -0.00014140461280476302, -0.009302934631705284, 0.00936619471758604, -0.01738160476088524, 0.002813207684084773, 0.0487101711332798, 0.047549162060022354, -0.006772536784410477, 0.053460247814655304, -0.05251937359571457, 0.013021319173276424, 0.051329877227544785, -0.020098526030778885, 0.0016410377575084567, 0.025318870320916176, -0.03035547770559788, -0.01932777836918831, -0.0005656184512190521, 0.02694343775510788, 0.014315356500446796, 0.009569929912686348, -0.01951569877564907, 0.0018159329192712903, -0.02026272378861904, -0.017795585095882416, 0.019841300323605537, -0.03126716613769531, 0.016613181680440903, 0.01775372214615345, -0.016849476844072342, -0.007059067487716675, 0.03794481232762337, -0.025010012090206143, 0.010459289886057377, -0.01975757442414761, -0.02373551018536091, 0.004285862203687429, 0.022647997364401817, -0.02645382657647133, -0.022853126749396324, -0.05534688383340835, 0.019415225833654404, -0.027276206761598587, 0.027514362707734108, -0.012173821218311788, 0.006555778440088034, 0.06351300328969955, -0.015339145436882973, 0.003864206839352846, -0.00935596227645874, 0.049115777015686035, 0.04521970823407173, -0.0022029350511729717, 0.06916918605566025, -0.01644293963909149, -0.006516706198453903, 0.013792705722153189, 0.07013668864965439, -0.01139423530548811, -0.00038793240673840046, 0.04358239099383354, -0.001128446077927947, 0.025780294090509415, 0.010277883149683475, -0.035156723111867905, 0.08409853279590607, -0.012473375536501408, 0.0349399633705616, -0.016001978889107704, -0.011316090822219849, 0.021928880363702778, -0.009188160300254822, -0.014469785615801811, -0.007616312708705664, -0.03160765394568443, -0.04468013718724251, -0.03566001355648041, 0.06763606518507004, -0.006158543284982443, -0.0009061059099622072, -0.025235142558813095, 0.010700236074626446, 0.0172125231474638, -0.004276094492524862, -0.02268613874912262, 0.04241393879055977, 0.0071558174677193165, -0.023543868213891983, 0.001689413096755743, -0.006028302013874054, -0.0016224319115281105, -0.0375838577747345, 0.020439013838768005, 0.012359880842268469, 0.03633168339729309, -0.04056451842188835, -0.051568035036325455, -0.0410003624856472, 0.014802830293774605, 0.0017415095353499057, 0.002699711825698614, 0.01749509945511818, 0.000446540885604918, -0.009074083529412746, -0.028258131816983223, -0.0010754193644970655, -0.030937841162085533, 0.021272093057632446, -0.001266827224753797, -0.03874160721898079, 0.014698637649416924, 0.06377348303794861, 0.009059663861989977, 0.05068983510136604, 0.05022375658154488, -0.03255097195506096, -0.017488587647676468, -0.0263440515846014, 0.022957785055041313, 0.026719890534877777, 0.024323919788002968, 0.02608542889356613, -0.027555294334888455, -0.03870021179318428, -0.02160513773560524, -0.020163677632808685, -0.034740883857011795, 0.019807809963822365, 0.04526808112859726, 0.016027096658945084, 0.005477568134665489, 0.00739397294819355, 0.021618161350488663, -0.08284822106361389, -0.05010747164487839, 0.06552871316671371, -0.029172958806157112, -0.043470755219459534, 0.007153026759624481, 0.03752082958817482, -0.04301305487751961, -0.03758130222558975, 0.03644517809152603, -0.04006216302514076, -0.01494237408041954, -0.03578281030058861, -0.011719373054802418, -0.02785438485443592, -0.011557037010788918, 0.014988889917731283, -0.06104586273431778, 0.0021201390773057938, 0.04266698285937309, -0.041369225829839706, -0.0018094208789989352, 0.009085014462471008, -0.038960691541433334, -0.003594654379412532, -0.027656231075525284, 0.06485820561647415, 0.03806016966700554, 0.014168370515108109, 0.032567717134952545, -0.04992792382836342, -0.02165723219513893, 0.047153204679489136, -0.03951142728328705, 0.01362275332212448, -0.0048240371979773045, -0.02690981701016426, 0.017719300463795662, 0.01260919775813818, -0.013478092849254608, 0.020125970244407657, 0.027480872347950935, -0.026234278455376625, -0.044773168861866, -0.012902705930173395, -0.02499140612781048, -0.023988550528883937, -0.040640804916620255, 0.001451257849112153, -0.04125293716788292, 0.0012689203722402451, 0.006146449130028486, 0.02007480524480343, -0.00384374032728374, 0.0035741878673434258, 0.005470125935971737, -0.007260941434651613, -0.05697861686348915, -0.00802657287567854, -0.0545598529279232, -0.01980036683380604, 0.03549627959728241, -0.017643947154283524, 0.00983145833015442, 0.009450736455619335, 0.04975768178701401, -0.04823385924100876, 0.0018345387652516365, 0.06632620841264725, -0.029126793146133423, 0.08122579008340836, -0.001892216969281435, 0.07092930376529694, 0.015011216513812542, 0.026624999940395355, 0.006825563497841358, -0.0435916967689991, 0.02612636238336563, -0.08915933221578598, 0.004596580285578966, 0.0529337003827095, -0.004915670957416296, 0.04576300084590912, -0.004145388025790453, 0.05222295969724655, 0.004264465533196926, 0.030415017157793045, 0.011132822372019293, -0.0021061846055090427, 0.042437199503183365, -0.011192361824214458, 0.04182599857449531, -0.02297452837228775, -0.008808019571006298, 0.036357734352350235, 0.014211628586053848, -0.012510586529970167, -0.010021586902439594, 0.02242868021130562, 0.004519365727901459, 0.0508684515953064, -0.005258019082248211, -0.031734172254800797, -0.030188025906682014, -0.04507039859890938, -0.04291072115302086, 0.01566893421113491, -0.02207028493285179, -0.01242872141301632, -0.03685357794165611, -0.025312241166830063, 0.0011591457296162844, 0.02452346868813038, -0.03763223439455032, 0.027901362627744675, -0.04631373658776283, 0.03932443633675575, -0.01178681943565607, 0.002121069235727191, -0.006084119901061058, 0.03903883695602417, -0.011993808671832085, 0.013842768035829067, 0.014880974777042866, -0.05141918361186981, 0.01109654176980257, 0.0496106930077076, -0.021656302735209465, 0.04272093623876572, -0.02149815298616886, 0.02017248421907425, 0.053800735622644424, -0.007974475622177124, 0.03466459736227989, 0.005153825972229242, 0.026677098125219345, 0.0152456508949399, -0.013693920336663725, 0.012797117233276367, -0.028615828603506088, -0.019857116043567657, -0.048748310655355453, 0.006132494658231735, 0.029989873990416527, -0.04700029268860817, 0.019346384331583977, -0.006563656963407993, 0.04149109125137329, -0.012338483706116676, 0.01947290450334549, -0.04969999939203262, -0.03813087195158005, 0.0011303066276013851, -0.06380325555801392, -0.02252080850303173, -0.01850074715912342, -0.01343343872576952, 0.01948406733572483, 0.007993081584572792, 0.004122130572795868, -0.040464047342538834, -0.0274231918156147, -0.047541722655296326, -0.0007963893585838377, 0.049340326339006424, -0.02793671563267708, -0.01802629791200161, 0.01833980530500412, 0.0005724793882109225, -0.05566132441163063, -0.011523080058395864, -0.03003731742501259, 0.013853931799530985, -0.005911550484597683, 0.006221803370863199, -0.038610901683568954, -0.057365622371435165, -0.025326311588287354, -0.01988781616091728, -0.016081053763628006, -0.02236565202474594, -0.034952059388160706, -0.00538081768900156, -0.005183595232665539, -0.03110901638865471, 0.01178681943565607, 0.05367421358823776, 0.02828092500567436, -0.015002960339188576, -0.00027164569473825395, 0.006900917738676071, -0.051709435880184174, -0.0014363732188940048, 0.02944006957113743, 0.023525264114141464, 0.06184591352939606, -0.06533637642860413, 0.047519393265247345, 0.00985907670110464, 0.008616844192147255, -0.06279852986335754, -0.02465277723968029, 0.013195283710956572, 0.04417405650019646, 0.006656249985098839, 0.01806258037686348, 0.007041159085929394, -0.027729492634534836, 0.006902662105858326, 0.02796834334731102, -0.00282216165214777, -0.02697107195854187, -0.05577853694558144, -0.03637075796723366, -0.02917772531509399, -0.02979823388159275, 0.06358742713928223, 0.050423771142959595, 0.022917315363883972, -0.0069716195575892925, 0.03919884935021401, 0.015091221779584885, -0.021913062781095505, -0.01002019178122282, 0.030009407550096512, 0.04713239520788193, -0.0009061059099622072, -0.02713480219244957, -0.003456970676779747, -0.026674771681427956, 0.02500256896018982, 0.01158261951059103, 0.05479801073670387, -0.04215346276760101, -0.02351224049925804, 0.0637437105178833, 0.004402149002999067, -0.03271656110882759, 0.006564151030033827, 0.026747798547148705, -0.003475576639175415, 0.016700629144906998, 0.0029341457411646843, 0.024835580959916115, 0.033771514892578125, -0.02744365856051445, -0.0176309235394001, -0.03084108978509903, -0.01998642645776272, 0.01580754853785038, 0.016723886132240295, 0.01766069233417511, -0.034874845296144485, -0.012310574762523174, -0.04048637300729752, -0.07323271036148071, 0.03542092442512512, -0.05287788808345795, -0.017137402668595314, -0.0024113208055496216, 0.06310762465000153, 0.0700845941901207, -0.02037342824041843, 0.022472171112895012, 0.024894654750823975, 0.0031695100478827953, 0.007766090799123049, 0.019558491185307503, -0.0009535508579574524, -0.013545073568820952, -0.0374322235584259, 0.037613630294799805, -0.027090147137641907, -0.007931682281196117, 0.0033044025767594576, 0.01590057834982872, -0.034956708550453186, 0.022565199062228203, 0.04333679378032684, -0.05143406614661217, -0.06482285261154175, -0.06137704849243164, 0.01166216004639864, -0.015531251206994057, 0.00901082344353199, -0.025828668847680092, 0.07083626836538315, 0.02636381983757019, -0.005916666705161333, 0.01126387808471918, -0.0013619497185572982, -0.03516881540417671, -0.01682714931666851, 0.02635335549712181, 0.010191133245825768, 0.00244295084849, 0.006251572631299496, -0.046336058527231216, -0.0029508911538869143, 0.014828180894255638, 0.018466325476765633, 0.002850187011063099, -0.02423972822725773, -0.017997458577156067, -0.01334040891379118, -0.021352097392082214, 0.05864477530121803, -0.020403198897838593, 0.01515262108296156, 0.020868344232439995, -0.01274316105991602, -0.0035090672317892313, -0.023968083783984184, 0.030669916421175003, -0.01432320661842823, -0.010454638861119747, 0.029635431244969368, 0.0005525943706743419, -0.06634294986724854, 0.005090566352009773, -0.021793058142066, -0.03368407115340233, 0.05351792648434639, -0.006629271898418665, 0.00013396226859185845, -0.008261006325483322, -0.03414921462535858, -0.027408774942159653, -0.005467334762215614, 0.05346954986453056, 0.06029790639877319, -0.030535954982042313, 0.028995389118790627, -0.013801950961351396, 0.05203690007328987, 0.011729140765964983, -0.05412447825074196, 0.0472477488219738, -0.005410587415099144, 0.00034606916597113013, -0.016079192981123924, -0.004984280094504356, -0.05730793997645378, -0.007137211970984936, -0.08842254430055618, -0.04565950483083725, -0.02892840839922428, 0.00682788947597146, 0.05093543231487274, -0.025326311588287354, 0.012311505153775215, 0.028968410566449165, 0.02351037785410881, 0.003022523829713464, -0.03806016966700554, -0.02378295361995697, 0.018118396401405334, -0.012354297563433647, -0.007457233034074307, -0.013018527068197727, 0.04975954070687294, -0.04748962074518204, 0.01587080769240856, -0.05295975133776665, 0.029918240383267403, 0.027034329250454903, 0.045316461473703384, 0.03324497118592262, 0.04409591108560562, -0.01756115071475506, -0.006303668953478336, -0.024835580959916115, 0.017711859196424484, 0.02000224031507969, -0.013077601790428162, -0.039282575249671936, -0.01348925568163395, 0.005317557603120804, -0.021415356546640396, -0.02478116005659103, -0.02633102796971798, 0.007213496137410402, -0.005860849283635616, -0.03441714122891426, 0.05362747237086296, -0.01347437221556902, -0.006925337482243776, -0.0027313418686389923, -0.007773532532155514, 0.004199345130473375, 0.01776488497853279, -0.03263283893465996, -0.024381132796406742, 0.02082601562142372, 0.054984066635370255, 0.003874672343954444, 0.054995231330394745, 0.0010977464262396095, 0.05479428917169571, 0.029371228069067, -0.07893354445695877, 0.006833470892161131, 0.020942768082022667, 0.02312895841896534, 0.03520788997411728, 0.029198192059993744, 0.06400419771671295, -0.009295493364334106, 0.028096258640289307, 0.006959525868296623, -0.026492899283766747, -0.05707351118326187, -0.027015725150704384, 0.012687808834016325, -0.0459490567445755, 0.003689544042572379, 0.009893671609461308, -0.03191651031374931, -0.004180739168077707, 0.004923113621771336, 0.04966278746724129, 0.028033465147018433, 0.05430309474468231, -0.001808490720577538, -0.03365848585963249, -0.01891844905912876, 0.03747222200036049, 0.030337335541844368, 0.012129167094826698, -0.06308320164680481, -0.015456593595445156, -0.0388416163623333, -0.014806551858782768, -0.027761150151491165, 0.034956708550453186, -0.001881053438410163, -0.0142920995131135, -0.013655604794621468, -0.01819654181599617, -0.009140017442405224, 0.006642295513302088, 0.02959449775516987, 0.011936829425394537, -0.022442400455474857, -0.05495058000087738, -0.049136243760585785, 0.015926625579595566, -0.008134487085044384, -0.07212194055318832, -0.014674450270831583, 0.026665933430194855, 0.019766876474022865, 0.013907888904213904, -0.001797327189706266, 0.016401074826717377, 0.016766797751188278, 0.020968815311789513, -0.03492693975567818, 0.04377589374780655, -0.057097695767879486, 0.0105309234932065, -0.029908008873462677, -0.0021973825059831142, -0.05592924728989601, 0.02343316562473774, 0.013997197151184082, 0.046529561281204224, -0.006796724628657103, -0.042771175503730774, -0.014482809230685234, 0.032619815319776535, -0.0032988209277391434, -0.03730104863643646, 0.022628460079431537, -0.025823088362812996, 0.004178878851234913, -0.040002621710300446, -0.06100958213210106, -0.0959988459944725, 0.03191092610359192, 0.004711936693638563, 0.011781237088143826, -0.06671321392059326, 0.04298002645373344, -0.030747132375836372, -0.0231382604688406, -0.05246111378073692, 0.005421750713139772, -0.06125796586275101, -0.04997165128588677, -0.013035273179411888, -0.05069355666637421, 0.04134596511721611, 0.01445827353745699, -0.04366053640842438, 0.017525799572467804, -0.052647169679403305, 0.012208940461277962, 0.002022458240389824, 0.030602935701608654, -0.03621446713805199, -0.027729492634534836, -0.009462946094572544, 0.005684558767825365, 0.06101888418197632, 0.01645485684275627, -0.03271470218896866, 0.00040932916454039514, -0.00464402511715889, -0.015227044932544231, 0.0020001311786472797, -0.06928081810474396, -0.02954612299799919, 0.005607809405773878, 0.0409068688750267, -0.026829665526747704, 0.020911138504743576, 0.0027206435333937407, -0.06111915409564972, 0.020302725955843925, 0.03314077481627464, -0.02551981247961521, 0.015554508194327354, 0.03435387834906578, 0.047800805419683456, -0.0175784882158041, 0.05174478515982628, -0.03786666691303253, 0.03821645677089691, -0.007994942367076874, 0.029804743826389313, -0.017452307045459747, 0.008187512867152691, 0.004316561855375767, -0.018036531284451485, 0.0459490567445755, 0.0012838051188737154, 0.008694174699485302, 0.0025917976163327694, -0.00767492176964879, -0.04024449735879898, -0.027538549154996872, -0.011331905610859394, 0.005284067243337631, 0.014294889755547048, 9.535509161651134e-05, 0.0490785650908947, -0.003758386010304094, 0.05279602110385895, -0.03541278466582298, -0.007550262380391359, -0.05184711888432503, 0.007228381000459194, -0.022565199062228203, -0.06648621708154678, -0.010416380129754543, -0.011758910492062569, 0.020469946786761284, 0.007874004542827606, -0.006954874377697706, 0.05866733565926552, -0.005417099222540855, -0.0052868579514324665, 0.01080349925905466, 0.022714048624038696, -0.017196940258145332, -0.08507347851991653, 0.04167994111776352, -0.010999790392816068, -0.02382657676935196, -0.005780844483524561, 0.03899790719151497, 0.01825794018805027, 0.0296754352748394, -0.06982038915157318, -0.0017117400420829654, 0.04267442226409912, -0.04106687754392624, 0.03264586254954338, -0.008700105361640453, 0.02598193660378456, -0.0027425053995102644, -0.011368186213076116, 0.003706289455294609, 0.008071226999163628, -0.07018133997917175, -0.02141907811164856, 0.022178197279572487, -0.05199224129319191, 0.005973414983600378, 0.008612656965851784, -0.003241142490878701, 0.007863771170377731, 0.01290398556739092, -0.015111688524484634, 0.0369466096162796, -0.01407162006944418, -0.05201829597353935, -0.02638963609933853, -0.019830137491226196, -0.008440087549388409, 0.0479436069726944, 0.02706037648022175, 0.06041698157787323, 0.0016931341961026192, -0.010828616097569466, -0.023668529465794563, -0.03945932909846306, 0.05008700489997864, -0.05882804095745087, 0.03217699006199837, -0.0018419811967760324, 0.014802830293774605, 0.04229067638516426, -0.007807023823261261, 0.00854753702878952, -0.0366833359003067, 0.00737612321972847, 0.007755857426673174, -0.05705676227807999, -0.01677505299448967, -0.026032404974102977, -0.02349921315908432, 0.017568593844771385, 0.042309749871492386, -0.027384238317608833, 0.01429768092930317, 0.021731657907366753, -0.014652123674750328, -0.01170541811734438, -0.04020542651414871, -0.012121723964810371, 0.004081197548657656, -0.018728669732809067, 0.002903446089476347, 0.01562567614018917, 0.019017061218619347, 0.03247654810547829, -0.031577881425619125, 0.0408659353852272, -0.0053882603533566, 0.020505530759692192, -0.012304062023758888, 0.002836232306435704, 0.004904972389340401, -0.01269292552024126, -0.021456290036439896, 0.0013512513833120463, 0.021460942924022675, 0.035306964069604874, -0.04391729459166527, 0.009794129990041256, 0.0230680238455534, -0.012222196906805038, -0.04530157521367073, -0.0034960429184138775, -0.0822639986872673, 0.02395506016910076, 0.03967515751719475, -0.0010440219193696976, -0.008528931066393852, -0.04165296256542206, 0.04297212138772011, 0.03664984554052353, 0.009738313034176826, -0.016233623027801514, 0.01823747344315052, 0.016923900693655014, -0.04106315597891808, -0.016860639676451683, 0.010306722484529018, -0.019077995792031288, -0.01989525742828846, -0.04169575497508049, 0.033108215779066086, -0.02847256325185299, -0.014847484417259691, -0.007830280810594559, 0.06420513987541199, 0.002872281242161989, 0.0022066563833504915, -0.06197987496852875, 0.03882533684372902, 0.004688679240643978, -0.033676628023386, -0.0026531971525400877, 0.0071000000461936, -0.03273516893386841, -0.007273035123944283, -0.012602221220731735, 0.02932657301425934, 0.026595233008265495, -0.034668318927288055, -0.030930399894714355, 0.006526939570903778, -0.014605607837438583, -0.004904507659375668, 0.04241859167814255, 0.045264363288879395, -0.0418892577290535, -0.005685256328433752, -0.0010307652410119772, 0.005799449980258942, -0.00027536688139662147, 0.05231226608157158, 0.02822696603834629, 0.0218777135014534, 0.0170020442456007, 0.007881446741521358, 0.02760506421327591, -0.0162708330899477, 0.05115870386362076, 0.024524861946702003, 0.023867608979344368, -0.01442047953605652, -0.02088671922683716, -0.005472684279084206, 0.012720834463834764, 0.021454429253935817, -0.005258019082248211, 0.0017229035729542377, 0.06120214983820915, 0.026579415425658223, -0.0235010739415884, 0.019076598808169365, -0.004223532509058714], [-0.03618987277150154, -0.008593863807618618, -0.06368859857320786, -0.04598937928676605, -0.004649655893445015, 0.013103948906064034, 0.04367184266448021, -0.024938831105828285, 0.05537182092666626, 0.04126696288585663, -0.0048398207873106, -0.001208518398925662, -0.04612012580037117, -0.01687164045870304, -0.04045088589191437, 0.0520089827477932, -0.031808994710445404, -0.039959926158189774, 0.05620267614722252, 0.0083430465310812, 0.004032773897051811, -0.00679955817759037, 0.0034022422041743994, 0.03477282077074051, -0.015085134655237198, 0.04437364637851715, 0.00862793531268835, -0.0036633217241615057, 0.05283491685986519, -0.010222326032817364, 0.011244681663811209, 0.006792990490794182, -0.02075827494263649, 0.011863513849675655, 0.053279902786016464, 0.016313357278704643, 0.012249385006725788, 0.005752162076532841, -0.02274182252585888, -0.03146088868379593, -0.04130637273192406, 0.04293853044509888, -0.012462846003472803, 0.015175445936620235, 0.007829098030924797, 0.06225840747356415, 0.007097326219081879, 0.042560867965221405, -0.013957073912024498, -0.06554406881332397, 0.027368180453777313, 0.03153970465064049, 0.021241025999188423, -0.01220340933650732, 0.022291911765933037, 0.038381341844797134, 0.03267844021320343, -0.0005303688230924308, 0.07758820056915283, -0.011975170113146303, 0.01839049905538559, -0.027217937633395195, -0.012354474514722824, -0.042977940291166306, 0.016403667628765106, 0.016411878168582916, 0.03182787820696831, 0.003782777581363917, 0.041000962257385254, -0.06823532283306122, 0.005910820793360472, -0.012699296697974203, -0.02267162688076496, -0.026722051203250885, 0.06606129556894302, 0.020620346069335938, -0.05694732815027237, 0.017460711300373077, -0.02553652226924896, -0.025323061272501945, -0.02211129106581211, 0.02523151971399784, -0.030937088653445244, -0.03941560164093971, -0.0762680247426033, 0.0009835632517933846, -0.021280433982610703, -0.012838559225201608, 0.052935078740119934, -0.009980950504541395, -0.040473874658346176, 0.00691942498087883, 0.018623150885105133, 0.029784398153424263, -0.002638464327901602, 0.03729576617479324, -0.02167779952287674, 0.03631548956036568, 0.020712299272418026, 0.05213706195354462, 0.022275490686297417, -0.04258713871240616, -0.0440797246992588, -0.029590638354420665, -0.03235578536987305, -0.009472748264670372, 0.022564075887203217, -0.055447354912757874, 0.03190012648701668, -0.07268824428319931, -0.014262489043176174, 0.03500434383749962, 0.01824723370373249, -0.05094167962670326, -0.03804534301161766, 0.02653486095368862, 0.04702220484614372, -0.024137530475854874, -0.04357891157269478, -0.016098255291581154, -0.0354870930314064, -0.003233936382457614, 0.01390785351395607, 0.02475164085626602, -0.0124234389513731, -0.02194811590015888, -0.006169232074171305, 0.02150374837219715, -0.01469515822827816, 0.02369090355932713, 0.024303371086716652, -0.009933999739587309, 0.03299780935049057, -0.04586130380630493, -0.058265041559934616, 0.042344123125076294, -0.024953607469797134, 0.03891196474432945, -0.00012139640602981672, 0.008279829286038876, -0.007986730895936489, 0.02349386177957058, -0.014176282100379469, 0.013765781186521052, -0.022491825744509697, -0.079000324010849, -0.0014778078766539693, -0.04353458061814308, -0.013937370851635931, 0.007875073701143265, -0.03874319791793823, 0.005113215651363134, -0.038145504891872406, 0.016957025974988937, 0.012014578096568584, -0.008929243311285973, -0.0046637156046926975, 0.008106597699224949, -0.024378905072808266, 0.011053182184696198, 0.03131639212369919, 0.02954302169382572, 0.04640316963195801, -0.009677999652922152, -0.004453127738088369, 0.009915373288094996, 0.03612254932522774, 0.00579793332144618, -0.01922915317118168, 0.03213411197066307, 0.014448651112616062, 0.008222153410315514, -9.318399679614232e-05, 0.04911084100604057, -0.021658917888998985, 0.010392273776233196, 6.034382386133075e-05, -0.036440279334783554, -0.0008587706252001226, 0.043023914098739624, -0.0011920983670279384, -0.007370977196842432, 0.009382437914609907, 0.0071263182908296585, 0.00976010039448738, -0.017081817612051964, -0.05955812335014343, -0.03697146847844124, -0.006347185000777245, 0.03229584917426109, 0.04290240630507469, -0.045552607625722885, 0.01815158501267433, -0.014896303415298462, -0.027887465432286263, 0.03420345485210419, 0.014876600354909897, 0.01671154424548149, 0.000647239328827709, 0.0058258469216525555, -0.01868605986237526, 0.03710118681192398, 0.0353081151843071, -0.032824575901031494, -0.05573798716068268, -0.008453060872852802, 0.03730315715074539, 0.0016255887458100915, 0.020433157682418823, -0.007164905313402414, -0.006909573450684547, 0.07751266658306122, 0.012612269259989262, 0.017170486971735954, 0.020947106182575222, -0.000463867501821369, 0.05175283178687096, -0.05742761492729187, 0.047670796513557434, 0.024193357676267624, -0.03463078662753105, -0.01535114087164402, 0.02291135862469673, -0.016402848064899445, -0.005733894649893045, 0.04300359636545181, 0.010730527341365814, 0.03732286021113396, -0.0212952122092247, -0.01072765327990055, 0.0570647306740284, -0.0011297020828351378, 0.010088502429425716, -0.02350166067481041, -0.003234346630051732, 0.040633149445056915, -0.05844566226005554, 0.02488628588616848, -0.013065463863313198, -0.007314738351851702, -0.03421946242451668, -0.038193121552467346, 0.021186839789152145, -0.032728519290685654, 0.014630299061536787, -0.004344344604760408, -0.03424573689699173, 0.00548595143482089, -0.011827388778328896, 0.01847957819700241, 0.03854779899120331, 0.0035992832854390144, -0.049992598593235016, 0.0194688867777586, -0.010813449509441853, 0.016876565292477608, -0.0028956823516637087, 0.011606539599597454, -0.017932377755641937, 0.03552363067865372, -0.0025073473807424307, -0.037969812750816345, -0.05315346643328667, -0.032472364604473114, 0.0549875907599926, -0.0028800833970308304, -0.00679955817759037, 0.0002495853404980153, 0.04022593051195145, -0.00592765212059021, -0.003016370115801692, -0.07130012661218643, 0.04490647464990616, -0.0069990623742341995, -0.03279748558998108, 0.035424698144197464, 0.06857357174158096, -0.037881143391132355, 0.06710889935493469, 0.04566098004579544, -0.01693444699048996, -0.04932594671845436, -0.014779721386730673, 0.05523717775940895, 0.03510943427681923, 0.0001822629856178537, -0.02245323732495308, -0.0392499603331089, -0.028603794053196907, -0.017802659422159195, -0.011904563754796982, 0.023756584152579308, 0.024188430979847908, 0.008993281982839108, 0.04105473682284355, -0.007584438193589449, 0.03922874480485916, 0.0064518628641963005, -0.019705748185515404, -0.08060292899608612, 0.05987626314163208, 0.010366258211433887, -0.04066598787903786, 0.005661646369844675, 0.006492502521723509, -0.020971735939383507, -0.0553709976375103, 0.07073117047548294, 0.013076957315206528, 0.005154265556484461, 0.0065319109708070755, -0.015697604045271873, -0.01819581724703312, -0.022731970995664597, 0.028391974046826363, -0.030564352869987488, 0.02361537143588066, 0.060944799333810806, -0.01127197965979576, 0.022561201825737953, 0.053486794233322144, -0.014860180206596851, 0.024611657485365868, -0.05129307135939598, 0.017021063715219498, 0.046560801565647125, 0.04040491208434105, 0.006518928799778223, -0.02492733672261238, 0.00708567863330245, 0.05205167457461357, -0.02667935937643051, 0.011905794963240623, -0.005088585428893566, 0.007646834943443537, -0.0011888142907992003, -0.0045335860922932625, 0.0012659888016059997, 0.025995463132858276, 0.049385059624910355, 0.0362686887383461, -0.06106959283351898, -0.006509744096547365, -0.01688641868531704, 0.012649676762521269, -0.05455410107970238, -0.007279024925082922, -0.02659725770354271, 0.00570762250572443, -0.006171079818159342, 0.005238008219748735, -0.01280315313488245, 0.002359258709475398, -0.006573372054845095, 0.01007947139441967, 0.03200480341911316, -0.003372685983777046, -0.025071831420063972, 0.003183854976668954, -0.03185086324810982, 0.023530909791588783, -0.027723677456378937, -0.03219979256391525, 0.05383654311299324, -0.019848601892590523, -0.017684435471892357, 0.007822530344128609, -0.051521312445402145, 0.056728120893239975, -0.041604090481996536, 0.04244541376829147, -0.016242751851677895, -0.026595616713166237, 0.02942209132015705, -0.02117288298904896, 0.025016004219651226, -0.03923539072275162, -0.05745059996843338, 0.024140402674674988, -0.06175266578793526, 0.04284001141786575, -0.014528493396937847, 0.047257013618946075, -0.03132624179124832, 0.07257843017578125, 0.02487314864993095, 0.024708949029445648, 0.04936206713318825, -0.010086859576404096, 0.06173296272754669, 0.006471978034824133, -0.05182179808616638, 0.028538934886455536, -0.007549956906586885, -0.011883217841386797, -0.017163917422294617, 0.016882313415408134, 0.026909239590168, 0.020096546038985252, 0.03373999521136284, -0.01427890919148922, -0.009604109451174736, -0.04306003823876381, -0.04140489175915718, -0.026681000366806984, -0.035546205937862396, -0.09473733603954317, 0.006036434788256884, -0.0680399164557457, 0.05460336059331894, 0.02200784347951412, -0.020667143166065216, -0.029352549463510513, -0.010705691762268543, 0.020002540200948715, -0.002095203148201108, -0.033401742577552795, -0.02176687866449356, 0.000720841868314892, -0.004766751546412706, -0.0035007628612220287, 0.015012886375188828, -0.03244609385728836, 0.012218188494443892, 0.03128683567047119, 0.05559677630662918, -0.060439057648181915, -0.029634974896907806, -0.037137314677238464, 0.04181211441755295, 0.02912595309317112, 0.0022462678607553244, 0.0012943134643137455, 0.06943726539611816, 0.02543964423239231, 0.051648564636707306, 0.013375802896916866, 0.01321940217167139, -0.04621926322579384, -0.03836307302117348, -0.00045073142973706126, 0.005654667504131794, -0.0052396501414477825, 0.016624517738819122, -0.00880773551762104, -0.02505541406571865, -0.03692713752388954, 0.019707389175891876, -0.016450876370072365, -0.012473315000534058, 0.01620006002485752, -0.004947372246533632, -0.06208106502890587, -0.026075098663568497, -0.04190406575798988, -0.007387397810816765, 0.027634598314762115, -0.01807728409767151, -0.040552690625190735, -0.03304706886410713, -0.01194725651293993, -0.010815090499818323, 0.048864539712667465, 0.00805897917598486, 0.007825814187526703, 0.02742811478674412, 0.009826191700994968, -0.05036697909235954, -0.031135769560933113, 0.007369335740804672, 0.005244165658950806, -0.052744608372449875, 0.00712139206007123, -0.009815928526222706, 0.01375510822981596, 0.013074494898319244, 0.06797095388174057, -0.009379154071211817, -0.00864312332123518, -0.01132000796496868, 0.00731273740530014, -0.01766144670546055, -0.001852185931056738, 0.019572746008634567, 0.012813004665076733, 0.03996608406305313, -0.025414396077394485, -0.010853677988052368, 0.03546082228422165, -0.022656437009572983, 0.017857462167739868, 0.060529373586177826, -0.019076857715845108, 0.034570854157209396, 0.0020787829998880625, -0.0005911231855861843, -0.007890673354268074, 0.07784107327461243, -0.02827046625316143, -0.02149389497935772, 0.014524183236062528, 0.05765421316027641, -0.022052178159356117, 0.030705563724040985, -0.01010327972471714, -0.036544546484947205, -0.013210986740887163, 0.05097123607993126, 0.00224298401735723, -0.01912611909210682, -0.05290716886520386, -0.031314749270677567, -0.044895801693201065, -0.03454458341002464, 0.04474802315235138, 0.01925091072916985, 0.019096560776233673, -0.024107974022626877, 0.0038767827209085226, -0.01409828756004572, -0.019968468695878983, -0.000926092965528369, -0.01713600382208824, 0.06398497521877289, 0.036715317517519, -0.008075399324297905, 0.04928981885313988, -0.027779093012213707, 0.027544697746634483, 0.0048800501972436905, 0.01658531464636326, -0.045122403651475906, -0.02311907522380352, 0.0018747635185718536, 0.01888966932892799, 0.0045179869048297405, 0.017129436135292053, -0.013535077683627604, 0.02874090149998665, -0.01952020078897476, 0.006275757681578398, 0.028243372216820717, 0.006731671746820211, -0.023842377588152885, -0.0537068247795105, -0.015897929668426514, -0.01487783156335354, -0.002339862519875169, 0.05867882817983627, 0.0004926026449538767, -0.006236349232494831, 0.0021838718093931675, -0.11514422297477722, -0.044808778911828995, 0.031111549586057663, 0.0070015257224440575, 0.01060614548623562, 0.02885584346950054, 0.04211588203907013, 0.03629167750477791, 0.03704700246453285, 0.008182951249182224, 0.00946351233869791, 0.0342358835041523, 0.006312292534857988, 0.031313929706811905, -0.0005847603897564113, -0.05194659158587456, -0.006724026054143906, -0.019224638119339943, -0.04570695385336876, -0.026360809803009033, -0.009978488087654114, -0.01913432963192463, -0.02504761144518852, 0.020633945241570473, 0.002197007881477475, -0.03556837514042854, 0.013732119463384151, -0.07965712994337082, 0.023400265723466873, 0.049311164766550064, 0.00020360908820293844, -0.01527068205177784, 0.015249336138367651, -0.021042343229055405, 0.02502092905342579, 0.0036304814275354143, 0.02295856736600399, -0.0006953907432034612, -0.02387809194624424, 0.03707820177078247, 0.014144263230264189, 0.006228139158338308, -0.057246994227170944, -0.02641499601304531, -0.031808994710445404, -0.003575474256649614, -0.003529087407514453, 0.014252636581659315, -0.021348576992750168, -0.05156995728611946, 0.00025492184795439243, 0.04536870121955872, 0.04309944808483124, -0.006139162927865982, -0.00305085233412683, 0.019682759419083595, -0.03400271758437157, -0.011021162383258344, -0.03752975165843963, -0.010035957209765913, -0.021904395893216133, -0.011521975509822369, 0.01708017662167549, 0.015216494910418987, -0.05889885500073433, -0.03712746128439903, -0.009921837598085403, -0.0053299604915082455, 0.0408925861120224, -0.03837210312485695, -0.02695685997605324, 0.019257480278611183, -0.03564472869038582, 0.0028242552652955055, -0.015379054471850395, 0.04728595167398453, 0.017860129475593567, 0.004838384222239256, 0.02825404517352581, -0.03098142333328724, 0.06333556026220322, 0.018268989399075508, -0.0436774343252182, 0.05099422484636307, 0.029794251546263695, -0.012420154176652431, 0.0036263763904571538, 0.018748044967651367, -0.006325017660856247, 0.030295884236693386, -0.010425114072859287, 0.03357907757163048, -0.0177435465157032, 0.018180321902036667, 0.03168748691678047, 0.009341388009488584, -0.035585615783929825, 0.015257545746862888, 0.02824521996080875, -0.010521171614527702, -0.016667621210217476, -0.02747080661356449, 0.027920717373490337, -0.0033168576192110777, -0.012299671769142153, -0.03334345296025276, -0.019763218238949776, -0.03241325542330742, 0.024410102516412735, 0.0022947073448449373, 0.019170451909303665, 0.00022331319632939992, -0.013264147564768791, 0.04268237575888634, 0.04981854930520058, 0.005289795342832804, -0.009881609119474888, 0.020922476425766945, 0.05442274361848831, -0.010955482721328735, 0.008958800695836544, -0.03963727131485939, -0.02648560330271721, -0.048442542552948, -0.02247088961303234, -0.07337029278278351, -0.018971769139170647, 0.022576389834284782, -0.03041492961347103, -0.028824232518672943, -0.01497142482548952, -0.02305708639323711, 0.04598937928676605, 0.008801166899502277, -0.02207188308238983, 0.017828110605478287, -0.04070211574435234, -0.04849344864487648, -0.0350995808839798, 0.006234912667423487, 0.005385789088904858, 0.025214070454239845, -0.0025278725661337376, 0.02873351238667965, 0.025280367583036423, -0.0058012171648442745, -0.002886651549488306, -0.02225414477288723, -0.016169682145118713, 0.054895639419555664, 0.019881442189216617, 0.027104640379548073, 0.012049881741404532, 0.015850311145186424, 0.024919947609305385, -0.02364492602646351, -0.029457638040184975, -0.03622271493077278, -0.02067945897579193, 0.02684684284031391, 0.024137530475854874, -0.005681350361555815, -0.011704238131642342, -0.024244261905550957, 0.02974827215075493, 0.013132786378264427, 0.06326988339424133, 0.003891560947522521, -0.0030767139978706837, -0.007366051897406578, -0.06260651350021362, 0.017857564613223076, 0.015244410373270512, -0.012819983065128326, 0.005955565720796585, -0.02680538222193718, -0.005835699383169413, -0.0244856346398592, 0.012354474514722824, 0.0008981788414530456, 0.05274789035320282, 0.02675119787454605, 0.019920850172638893, 0.023201584815979004, -0.02739691734313965, -0.005717474967241287, -0.009405426681041718, 0.031383711844682693, 0.019826434552669525, 0.004824222065508366, -0.01001953799277544, -0.005508118309080601, 0.000580450112465769, -0.04468603804707527, -0.03959211707115173, -0.0037476797588169575, 0.05407463386654854, -0.011411960236728191, 0.008968652226030827, 0.03227727487683296, -0.01639135368168354, 0.035257212817668915, -0.003771283663809299, -0.05562305077910423, 0.031882062554359436, -0.05060999467968941, 0.028978170827031136, -0.02479925937950611, -0.014863463118672373, -0.10280288755893709, -0.0150666618719697, -0.0069255828857421875, 0.016469348222017288, -0.012572861276566982, -0.05032551661133766, -0.009892692789435388, 0.02341340482234955, -0.0010796207934617996, -0.04554275795817375, 0.015873298048973083, -0.025323880836367607, 0.00014449677837546915, 0.021348167210817337, -0.021208185702562332, -0.10587015748023988, -0.042224254459142685, -0.0291358046233654, 0.0029527421575039625, -0.01039555761963129, -0.03741481527686119, -0.006325839087367058, 0.004357891157269478, -0.024188430979847908, 0.011623780243098736, -0.051230672746896744, -0.02156614325940609, 0.04435065761208534, -0.05119454860687256, 0.02623930014669895, -0.011477641761302948, -0.0706983283162117, -0.015526835806667805, -0.02850198745727539, 0.0039473893120884895, 0.02145715430378914, 0.008617262355983257, -0.0033956740517169237, 0.002220816910266876, 0.006019501481205225, 0.019548114389181137, 0.04588593915104866, 0.03836389258503914, -0.019984273239970207, -0.021892696619033813, 0.017469331622123718, -0.025868207216262817, -0.001845617895014584, -0.04715849086642265, -0.010663204826414583, 0.012170569971203804, 0.02025582082569599, 0.0013365951599553227, 0.043480392545461655, -0.018562497571110725, -0.02688296884298325, 0.0030204751528799534, 0.011500629596412182, 0.024043936282396317, 0.04191391542553902, 0.06762120872735977, 0.018336312845349312, -0.027423599734902385, 0.01270340010523796, -0.0112116364762187, 0.013116366229951382, -0.01176006719470024, -0.006664093118160963, 0.0011759605258703232, 0.0009831527713686228, 0.033018335700035095, -0.017554717138409615, 0.040009185671806335, -0.036313023418188095, 0.004325051326304674, -0.007576228119432926, -0.005294657312333584, 0.03829164430499077, -0.04380550980567932, -0.011001459322869778, 0.04339049383997917, 0.01925091072916985, 0.05394655466079712, 0.017773102968931198, -0.017241092398762703, 0.017426639795303345, -0.05957864597439766, -0.01330273412168026, -0.04914860427379608, -0.037335995584726334, -0.029099678620696068, -0.04325051233172417, -0.0026592330541461706, 0.039560917764902115, 0.041161056607961655, 0.0013874974101781843, 0.044104356318712234, 0.04794901609420776, -0.001114102895371616, 0.015693088993430138, -0.04949014261364937, 0.030380036681890488, -0.01058767270296812, -0.0003349697799421847, 0.01732565648853779, -0.038769468665122986, -0.020071914419531826, 0.045367058366537094, -0.04027519375085831, 0.011129536665976048, 0.025721656158566475, -0.053591884672641754, -0.008975219912827015, 0.058265041559934616, -0.0526493676006794, -0.0070803421549499035, -0.02255955897271633, -0.05664601922035217, 0.02407677471637726, -0.0290853139013052, 0.008637786842882633, -0.013453388586640358, -0.027691246941685677, 0.0019572745077311993, -0.0022924495860934258, -0.04364459216594696, 0.0320914201438427, 0.02984515018761158, 0.01644635945558548, -0.03893859684467316, -0.015329794958233832, -0.01995902694761753, 0.04654109477996826, -0.014012902975082396, -0.04631121829152107, 0.04523734003305435, 0.014049028046429156, -0.001336184679530561, 0.040104422718286514, -0.015261651016771792, 0.011339712888002396, -0.01894385553896427, -0.060319192707538605, -0.001366151263937354, 0.030547931790351868, -0.01219191588461399, -0.04579562321305275, 0.017389796674251556, -0.016457853838801384, 0.02571057341992855, 0.06387577950954437, 0.0045992666855454445, 0.018202077597379684, -0.0032035589683800936, -0.016360975801944733, 0.014897946268320084, -0.06357857584953308, -0.05371338874101639, -0.014694337733089924, 0.026299234479665756, 0.013168910518288612, -0.01001584343612194, 0.017242733389139175, -0.053897298872470856, 0.06967371702194214, -0.00814374815672636, 0.04342127963900566, 0.050912946462631226, -0.008531877771019936, -0.013664387166500092, 0.016408594325184822, 0.022332139313220974, 0.018876532092690468, -0.009620323777198792, 0.04049029573798179, -0.05038996785879135, 0.015044084750115871, -0.025493675842881203, 0.06233393773436546, -0.00441371975466609, -0.003995418082922697, -0.006407733540982008, -0.027311531826853752, -0.029408376663923264, -0.030481429770588875, 0.010155824013054373, 0.07564939558506012, -0.02444232814013958, 0.0106270806863904, -0.006497428752481937, -0.02383047342300415, -0.04370206594467163, -0.02208830416202545, -0.010035418905317783, 0.0508776418864727, -0.04554932564496994, 0.006911625154316425, 0.03664470836520195, 0.03111935220658779, 0.0610039122402668, 0.06162787228822708, 0.06130275875329971, -0.0018686059629544616, 0.006952265743166208, 0.01369435340166092, 0.021984035149216652, -0.003745422000065446, -0.012746915221214294, 0.01642296090722084, -0.01675013266503811, 0.03020351938903332, 0.02681400254368782, 0.01809976063668728, 0.031473204493522644, -0.015880689024925232, 0.06721727550029755, 0.02107764594256878, -0.016120729967951775, -0.03202081471681595, 0.04378252103924751, -0.015483424067497252, -0.03269239515066147, 0.020336894318461415, 0.012597491964697838, 0.006287251599133015, -0.030835282057523727, 0.0181047897785902, 0.011857355944812298, -0.013102819211781023, -0.05575605109333992, -0.05104471743106842, -0.0007265888270922005, 0.0231194831430912, -0.0005393998580984771, 0.018823988735675812, 0.055040132254362106, -0.046994294971227646, -0.020912624895572662, -0.02240767143666744, 0.05631433427333832, 0.02515885792672634, 0.02000623568892479, 0.012890178710222244, 0.07851429283618927, 0.03249206766486168, 0.009775699116289616, 0.00862711388617754, -0.05373145267367363, 0.033370546996593475, 0.04136219993233681, 0.010476836934685709, -0.03778262063860893, -0.003674815641716122, -0.0013308480847626925, 0.02460632100701332, 0.04872168228030205, 0.01930345594882965, 0.03859705850481987, 0.012404554523527622, 0.011287168599665163, 0.0003940821043215692, 0.021955300122499462, -0.004531944170594215], [-0.034045130014419556, -0.029577096924185753, -0.005292108282446861, -0.01797911338508129, -0.0029741288162767887, 0.042181383818387985, 0.025209816172719, -0.030378157272934914, 0.0343310683965683, 0.01973983272910118, -0.01678125187754631, 0.010995428077876568, 0.0015822215937078, -0.02205905504524708, -0.012689492665231228, 0.01845178939402103, 0.032686807215213776, 0.041287027299404144, 0.04470646753907204, 0.01963161490857601, -0.014506186358630655, -0.022481976076960564, 0.013726891949772837, 0.06853557378053665, -0.02993917278945446, -0.002680571982637048, -0.01861349493265152, 0.031974684447050095, 0.029415391385555267, -0.01043370645493269, -0.007047696504741907, -0.04162038862705231, -0.005795104429125786, -0.0588705874979496, 0.001868315157480538, -0.027465911582112312, 0.005466252565383911, 0.04030249267816544, -0.01061282679438591, -0.07293146103620529, -0.014659339562058449, 0.007736964151263237, -0.032763928174972534, 0.09020249545574188, 0.01311552245169878, 0.05545363575220108, -0.03068912960588932, 0.020060133188962936, -0.03517582267522812, -0.08690277487039566, 0.03776434808969498, -0.006784770637750626, -0.001396882813423872, 0.01485696155577898, 0.03655777871608734, 0.054138846695423126, -0.0018540105083957312, -0.006635542958974838, 0.06694091111421585, 0.02487210184335709, 0.02118087373673916, -0.0039852517656981945, -0.02369911782443523, 0.019589321687817577, 0.02710549719631672, 0.02834907174110413, 0.0236288383603096, 0.04929142817854881, 0.003398915519937873, -0.04885482415556908, 0.005645993631333113, 0.03107784315943718, -0.03445561230182648, -0.006283329334110022, 0.01858612895011902, 0.02230783179402351, -0.06993618607521057, 0.033329274505376816, 0.006292502861469984, -0.008113861083984375, -0.026494748890399933, -0.005105525720864534, -0.02033005468547344, -0.03333362936973572, -0.05164610221982002, -0.005832887254655361, 0.016242533922195435, -0.03732401132583618, 0.00939381867647171, 0.01067603100091219, -0.014766158536076546, -0.03560744971036911, 0.03126504644751549, 0.001670381985604763, -0.0140510406345129, 0.011346718296408652, 0.023957224562764168, -0.007858864963054657, -0.00824820064008236, -0.007023362908512354, 0.04156659170985222, 0.02779087796807289, 0.0010712959337979555, -0.015399295836687088, -0.02601709775626659, -0.00903309229761362, 0.012705041095614432, 0.002577329520136118, 0.04895433411002159, 0.027535881847143173, 0.03472767397761345, 0.05470605939626694, -0.022628754377365112, 0.01243263017386198, -0.0118442727252841, 0.0029598241671919823, 0.01213658507913351, 0.016147492453455925, -0.05644625425338745, -0.010345702059566976, -0.035368625074625015, -0.006628041155636311, 0.00026588040054775774, 0.0033373432233929634, -0.01190949883311987, 0.0215160995721817, 0.007838341407477856, 0.01456464920192957, -0.009714119136333466, 0.01406087540090084, 0.022882508113980293, -0.02037981152534485, 0.048402052372694016, -0.02586021274328232, -0.040579259395599365, 0.0508556142449379, -0.027951804921031, 0.0017893285257741809, -0.002232151571661234, 0.03028051368892193, -0.018878597766160965, -0.009977823123335838, 0.0022013653069734573, 0.03166557848453522, 0.0031296145170927048, 0.01782984659075737, -0.012285851873457432, -0.038688551634550095, -0.009479958564043043, 0.01459077000617981, -0.03822831436991691, -0.007613819558173418, 0.021489977836608887, 0.01841943897306919, -9.4535258540418e-05, 0.0046085938811302185, 0.02791029028594494, -0.0017911943141371012, -0.040468551218509674, 0.032380811870098114, 0.02546745538711548, 0.059631843119859695, 0.00454017985612154, 0.01221106294542551, -0.016967834904789925, -0.016372013837099075, 0.010939967818558216, 0.026477335020899773, 0.01458517275750637, 0.012081854045391084, 0.021106084808707237, -0.04754128307104111, 0.01902957446873188, -0.003992870450019836, -0.046389445662498474, 0.018709585070610046, 0.017830468714237213, -0.012980095110833645, -0.014131776988506315, -0.019167644903063778, 0.020052669569849968, -0.02524464577436447, -0.01075960509479046, 0.0010227843886241317, -0.0026575601659715176, 0.02347615174949169, -0.027956625446677208, 0.016776898875832558, -0.029123079031705856, 0.021307749673724174, -0.00929306447505951, -0.04911355301737785, 0.015116933733224869, -0.03437849134206772, 0.004944442771375179, 0.0429040789604187, -0.04671036824584007, -0.011652403511106968, -0.021321121603250504, -0.0076853432692587376, 0.011942539364099504, 0.01959865167737007, 0.07839460670948029, 0.01805623434484005, -0.02951241470873356, -0.0562036968767643, 0.04442162066698074, -0.03307490050792694, 0.039276912808418274, 0.006172156892716885, 0.006524176336824894, 0.010872798040509224, -0.0009301149402745068, 0.00846992339938879, 0.011540764942765236, 0.01816445216536522, 0.02142965048551559, -0.021172165870666504, 0.046981535851955414, 0.02056390605866909, -0.036181192845106125, -0.010361765511333942, 0.04246125742793083, -0.00732150673866272, -0.044620331376791, 0.030422937124967575, 0.04150843992829323, 0.05006139352917671, -0.012552043423056602, -0.0468359999358654, 0.01573638804256916, -0.03011181205511093, 0.03690668940544128, -0.0030792371835559607, -0.026744769886136055, 0.005055148620158434, 0.016553621739149094, 0.009154370985925198, 0.0002357162011321634, 0.0034990482963621616, -0.08842529356479645, -0.005100861191749573, 0.03446245566010475, -0.001574758323840797, -0.02267664484679699, -0.007692495360970497, 0.03024117462337017, -0.010984825901687143, -0.06118794530630112, -0.014216671697795393, 0.033787645399570465, 0.07455597817897797, -0.021508635953068733, -0.0008833137690089643, -0.009079349227249622, 0.04948423057794571, -0.019159559160470963, 0.02057572267949581, -0.035132285207509995, 0.028778521344065663, 0.042001642286777496, -0.04726726934313774, -0.02399531751871109, -0.01160785648971796, 0.06363622099161148, 0.0031773485243320465, 0.019541122019290924, -0.025854147970676426, -0.00156107556540519, 0.0021413478534668684, 0.03537507727742195, -0.006734393071383238, -0.026295416057109833, -0.0004726762708742171, -0.01366407610476017, 0.018705230206251144, 0.03447427228093147, -0.017097199335694313, 0.016536828130483627, 0.04722284898161888, -0.020639006048440933, -0.00546314287930727, 0.025110306218266487, 0.002826728625223041, 0.030388731509447094, 0.0483672209084034, 0.011928856372833252, -0.04536448419094086, -0.012433873489499092, -0.010426554828882216, 0.017163123935461044, -0.008614525198936462, -0.003753422759473324, 0.008255664259195328, 0.04906877502799034, -0.0178547240793705, -0.027435125783085823, 0.010099723935127258, -0.05165138840675354, -0.028017263859510425, 0.0690256655216217, 0.03549674525856972, -0.007829633541405201, 0.0872013121843338, 0.0240778811275959, -0.05348705127835274, -0.03547808527946472, 0.06387224793434143, -0.007185107097029686, -0.02489231526851654, -0.047971587628126144, -0.02150988020002842, -0.027186349034309387, -0.013185025192797184, -0.004107930231839418, -0.0012420191196724772, 0.01971806399524212, 0.04760409891605377, 0.0011462399270385504, 0.030343951657414436, 0.017095955088734627, -0.012793667614459991, 0.0006468201754614711, -0.020771633833646774, 0.05656629055738449, 0.0621793195605278, 0.025777649134397507, -0.01736587844789028, -0.07950912415981293, -0.03530021011829376, 0.002982214093208313, -0.01925564929842949, 0.010547833517193794, -0.006908536888659, -0.007268952671438456, -0.01760345883667469, -0.017431803047657013, 0.025378985330462456, -0.0195687972009182, 0.02300114370882511, -0.005152171477675438, -0.11129287630319595, 0.011294475756585598, -0.03248871862888336, 0.019106928259134293, -0.03200235962867737, -0.013742441311478617, -0.04118192195892334, -0.010885470546782017, 0.009508256800472736, 0.051325179636478424, 0.019383147358894348, 0.018096039071679115, 0.01102890633046627, 0.041351087391376495, -0.000858280633110553, 0.03617426753044128, -0.04279959201812744, 0.008167659863829613, -0.024307377636432648, 0.018430020660161972, -0.024279389530420303, -0.09936153143644331, 0.04403850436210632, -0.009368008933961391, -0.012445691041648388, 0.03396303579211235, -0.0065055182203650475, 0.0716477707028389, 0.00076996476855129, 0.03768100589513779, 0.04906877502799034, -0.006161584053188562, 0.00824820064008236, -0.030116941779851913, 0.013027848675847054, -0.060572221875190735, -0.030123472213745117, -0.001610558945685625, -0.04520402103662491, 0.008946020156145096, -0.011091722175478935, 0.03640104830265045, 0.015659889206290245, -0.009885464794933796, 0.03348040580749512, 0.01325561571866274, 0.015009493567049503, -0.025331716984510425, 0.04723217710852623, -0.0202330332249403, -0.006055232137441635, 0.039172425866127014, 0.03309977799654007, -0.011092965491116049, 0.02924373559653759, -0.020095739513635635, 0.0366896316409111, -0.0025916341692209244, -0.00797081459313631, -0.06499796360731125, -0.04685714468359947, -0.017235269770026207, 0.01744673028588295, 0.008623854257166386, -0.05863175913691521, -0.044205185025930405, -0.05458042770624161, -0.03910774365067482, 0.034958142787218094, 0.05631440132856369, -0.0064140926115214825, 0.0005323827499523759, -0.014639281667768955, 0.039617735892534256, -0.014508051797747612, -0.01183655671775341, -0.03760015591979027, 0.032127682119607925, 0.03411789983510971, -0.03697323426604271, -0.009882666170597076, -0.016704753041267395, 0.02436755038797855, 0.03873955458402634, -0.0034110434353351593, 0.01548014860600233, -0.03281866014003754, -0.02836057730019093, 0.03203750029206276, 0.050464414060115814, 0.04989471286535263, 0.02015964314341545, 0.034888483583927155, 0.021299663931131363, 0.01288416050374508, 0.039046790450811386, 0.04800649732351303, -0.009849080815911291, -0.0050364900380373, -0.0264244694262743, -0.015603292733430862, -0.010285062715411186, -0.031102098524570465, -0.02468116581439972, 0.05087489262223244, -0.022797923535108566, 0.002438014606013894, -0.032154425978660583, -0.05658308044075966, -0.01936623826622963, -0.010413182899355888, -0.007379191927611828, 0.024262597784399983, -0.05749236047267914, 0.016324279829859734, 0.012499799951910973, 0.033048778772354126, -0.023109011352062225, -0.00858031865209341, -0.0062604728154838085, -0.024511996656656265, 0.010209807194769382, -0.017114613205194473, -0.03391576558351517, -0.05501952022314072, 0.04291309788823128, -0.005358656402677298, -0.01356705278158188, 0.0013110546860843897, 0.025365302339196205, -0.05146449431777, 0.01788691058754921, 0.006918332539498806, -0.06790616363286972, 0.02759931981563568, 0.03294849023222923, 0.007742717396467924, 0.01054130308330059, -0.032322973012924194, 0.01082179881632328, -0.05955721065402031, 0.01852455735206604, -0.007607600186020136, -0.0003688118886202574, -0.003906731493771076, 0.0010408207308501003, -0.005511032417416573, -0.04004065692424774, -0.04014762863516808, 0.001392684644088149, 0.05091967433691025, -0.00414213677868247, 0.07285931706428528, -0.01796916127204895, 0.011604513972997664, -0.03802431747317314, 0.04654150828719139, -0.03187401592731476, -0.0465923547744751, 0.03241253271698952, 0.0477253757417202, 0.0018484130268916488, 0.0072121224366128445, 0.03564227744936943, -0.02696509286761284, 0.019565066322684288, 0.008977117948234081, -0.006669710855931044, -0.026503223925828937, -0.04815949499607086, -0.05332285910844803, 0.02503038570284843, 0.01613660901784897, 0.01471267081797123, 0.03537359833717346, -0.006928439252078533, -0.007868816144764423, 0.06428895145654678, 0.00827556662261486, 0.00405879644677043, -0.06133099272847176, 0.004292025230824947, 0.0378078818321228, 0.0019137170165777209, -0.024666238576173782, 0.02865164540708065, -0.05941789597272873, -0.029068132862448692, 0.016497023403644562, -0.03114190325140953, -0.02584761753678322, -0.006262338720262051, 0.035501718521118164, 0.009465964511036873, -0.03200267255306244, 0.016589226201176643, -0.0016655619256198406, 0.0007680989801883698, 0.011418864130973816, 0.021419698372483253, 0.05689716339111328, -0.002866532886400819, -0.02223382145166397, -0.029611924663186073, -0.061407022178173065, -0.02811180055141449, 0.0409884974360466, -0.00024131368263624609, 0.03418973088264465, 0.017576094716787338, -0.014184020459651949, -0.049638472497463226, -0.06458250433206558, 0.014289749786257744, -0.0028279724065214396, -0.030930442735552788, 0.028234943747520447, 0.061686743050813675, 0.009551792405545712, -0.025061793625354767, 0.010520156472921371, 0.02374887280166149, 0.036831434816122055, -0.02861681766808033, 0.03789868578314781, 0.021404772996902462, -0.06667223572731018, -0.017046820372343063, 0.02926488034427166, -0.025084184482693672, -0.029786068946123123, -0.011585544794797896, -0.026771124452352524, -0.003353513777256012, -0.014615648426115513, 0.03877997770905495, -0.05410153046250343, -0.015548561699688436, -0.030986417084932327, 0.0572485588490963, -0.029310904443264008, 0.028892960399389267, -0.02188615500926971, 0.03009330853819847, -0.006270423997193575, 0.04231945425271988, -0.0017265123315155506, 0.0342932865023613, -0.02055582031607628, 0.014439016580581663, -0.016598401591181755, 0.04783483967185021, -0.031597163528203964, -0.046038668602705, -0.040053095668554306, -0.01802700199186802, 0.04341904819011688, -0.006201388314366341, 0.01992703601717949, -0.001660353154875338, -0.007457090076059103, -0.008930782787501812, -0.001365474658086896, 0.03478897362947464, -0.052282970398664474, 0.0005050172912888229, -0.010632728226482868, -0.006600364577025175, -0.02051166258752346, -0.010573022067546844, -0.006402275990694761, -0.042790886014699936, -0.015121908858418465, 0.007801646366715431, -0.001816693926230073, -0.020526589825749397, 0.028248626738786697, -0.008607061579823494, 0.003189320908859372, 0.04390416294336319, -0.00629654573276639, -0.03377038612961769, -0.015829680487513542, -0.012391582131385803, 0.026211144402623177, 0.005056081339716911, -0.00016792447422631085, 0.03406005725264549, 0.04031182453036308, 0.06415461003780365, -0.04441166669130325, 0.05421348288655281, 0.07149352878332138, -0.06211215257644653, 0.05780582129955292, -0.013746794313192368, -0.041749753057956696, -0.0548105463385582, 0.019287679344415665, -0.0055427514016628265, 0.006748075596988201, -0.03603534772992134, -0.011917661875486374, 0.017556192353367805, -0.008019170723855495, 0.0021295309998095036, 0.015939142554998398, 0.004772786516696215, 0.007092631887644529, 0.02495606429874897, -0.004813212901353836, -0.024216029793024063, -0.00752083957195282, 0.04281078651547432, -0.003754938719794154, -0.023208405822515488, 0.004006004426628351, 0.007727324031293392, 0.01205822080373764, 0.009304258972406387, 0.0025072055868804455, 0.02328552678227425, 0.018284643068909645, 0.044067732989788055, 0.013460079208016396, 0.0374595932662487, -0.042142823338508606, -0.02576334588229656, -0.023750117048621178, 0.037717077881097794, 0.03721144050359726, -0.023213380947709084, -0.028875000774860386, 0.04025958105921745, -0.009920604526996613, -0.003191653173416853, -0.05146511644124985, 0.013768562115728855, 0.014457052573561668, -0.03457004949450493, 0.03191933035850525, 0.025386136025190353, 0.016145003959536552, 0.037611350417137146, 0.04796917736530304, -0.02425731159746647, 0.03420310467481613, -0.027142813429236412, -0.02367112971842289, -0.052362579852342606, 0.019377510994672775, 0.027037082239985463, -0.021394820883870125, -0.025828026235103607, 0.037552885711193085, 0.056723643094301224, 0.07604614645242691, -0.0577709935605526, -0.03803737834095955, 0.02419169619679451, 0.02159508690237999, 0.05125801265239715, -0.014613782055675983, 0.03376898914575577, -0.036684032529592514, 0.007866328582167625, 0.003134590107947588, -0.014788548462092876, -0.01539680827409029, -0.04237169772386551, 0.04401984438300133, 0.0007326482445932925, 0.0404660664498806, -0.003258978482335806, -0.02887803316116333, 0.013200107030570509, 0.019049864262342453, 0.01473195105791092, 0.004510326776653528, 0.03944234922528267, -0.02393638901412487, -0.07300609350204468, -0.03466955944895744, -0.04773781821131706, -0.0123667037114501, -0.01830438897013664, -0.05236133560538292, -0.0359656885266304, -0.001594660454429686, -0.0014258031733334064, -0.03847833722829819, -0.03117548860609531, -0.027973728254437447, 0.03645080327987671, -0.008504441007971764, -0.001042375573888421, -0.013457591645419598, -0.004193680360913277, 0.0026084266137331724, 0.01321130245923996, -0.04295943304896355, -0.02377849258482456, -0.003566218074411154, -0.013351239264011385, -0.02338503673672676, -0.03352021053433418, 0.021169055253267288, 0.015457757748663424, -0.01042499952018261, 0.006631150841712952, 0.04983251914381981, 0.015531147830188274, 0.08642512559890747, 0.009617213159799576, -0.020189495757222176, 0.05542875826358795, -0.042003508657217026, 0.03480856493115425, 0.00139501690864563, 0.013549638912081718, -0.07252346724271774, -0.010222557000815868, -0.007819682359695435, 0.04782240092754364, -0.01704806461930275, -0.003222905797883868, 0.00765735562890768, 0.038921158760786057, 0.01042810920625925, -0.018022648990154263, 0.013988730497658253, -0.03384486585855484, 0.001969069940969348, -0.0007133680046536028, -0.04278218001127243, -0.03929681330919266, -0.03394313156604767, -0.03788873553276062, -0.02011113241314888, -0.018755298107862473, 0.04070986807346344, 0.013441421091556547, -0.01849532499909401, -0.024724701419472694, 0.0014813892776146531, 0.0017887065187096596, -0.06526042520999908, 0.021709445863962173, -0.055427514016628265, 0.014414139091968536, -0.011085502803325651, -0.05582680180668831, 0.01788582094013691, -0.05832825228571892, 0.023685434833168983, 0.00925170537084341, 0.037465814501047134, -0.002544055692851543, -0.014531063847243786, 0.03342443332076073, -0.04981261491775513, 0.036909330636262894, 0.018314961344003677, -0.04564311355352402, 0.009897242300212383, 0.012540225870907308, -0.004581228364259005, -0.02161623165011406, -0.03854053094983101, -0.007179704029113054, -0.01580604538321495, 0.047887083142995834, -0.0093900877982378, -0.005964894779026508, -0.03490341082215309, 0.019959377124905583, -0.0015503470785915852, 0.025052309036254883, 0.03938637301325798, 0.038241997361183167, 0.04437512904405594, -0.005170518532395363, 0.009966705925762652, -0.035281553864479065, -0.01852828823029995, 0.010981482453644276, 0.007547271903604269, 0.043546855449676514, 0.003499825717881322, 0.01127830520272255, 0.0031669309828430414, -0.02655445598065853, 0.05350260064005852, -0.04160048812627792, -0.0040290988981723785, -0.02863640896975994, 0.010290659964084624, 0.07084671407938004, -0.03782125562429428, 0.0028951421845704317, 0.019392166286706924, 0.004338670521974564, 0.0017762676579877734, 0.017712920904159546, -0.030767494812607765, 0.038402460515499115, -0.0029022556263953447, -0.01790323667228222, -0.0347740463912487, -0.013207570649683475, -0.025798173621296883, -0.01116511132568121, -0.008697554469108582, 0.0024653798900544643, 0.03347792103886604, -0.012863947078585625, 0.0014018582878634334, 0.04158058762550354, 0.013339421711862087, -0.00968100130558014, -0.028927788138389587, 0.03833995386958122, -0.04883803427219391, -0.00812256895005703, 0.04460975527763367, 0.007222306914627552, -0.0027116690762341022, 0.00339331803843379, 0.010090083815157412, 0.05514577403664589, 0.02984328754246235, -0.009852812625467776, 0.012946665287017822, 0.06659262627363205, -0.030925467610359192, 0.04205264151096344, 0.010609094984829426, 0.03070654347538948, 0.027491101995110512, -0.01420205645263195, -0.0384310707449913, -0.016974054276943207, -0.04297871142625809, -0.03341696783900261, 0.013510456308722496, -0.008739535696804523, -0.01675310917198658, 0.010284440591931345, -4.602374247042462e-05, -0.02813916467130184, 0.007382913958281279, -0.009600304067134855, 0.109491728246212, -0.01685246452689171, -0.069346584379673, 0.0955875813961029, -0.009194797836244106, -0.008297956548631191, 0.014345725066959858, 0.01986546441912651, 0.06159096211194992, -0.028248626738786697, -0.06830794364213943, -0.021028731018304825, -0.02979912981390953, -0.011806955561041832, 0.0348387286067009, -0.010231420397758484, -0.026852987706661224, 0.024609019979834557, 0.01128141488879919, -0.00868356041610241, -0.018740370869636536, -0.03640104830265045, -0.0016568547580391169, -0.01731736585497856, -0.021160971373319622, -0.00903309229761362, -0.01983747631311417, 0.026273338124156, 0.000860457425005734, 0.019887233152985573, -0.001267518731765449, -0.026086755096912384, 0.07637080550193787, -0.027217242866754532, 0.009686131961643696, 0.031645677983760834, -0.01618294231593609, -0.03011134453117847, 0.015860777348279953, 0.021031606942415237, 0.006833281833678484, 0.039046790450811386, 0.01289908681064844, -0.004439425189048052, 0.06877688318490982, -0.05248945578932762, 0.03347543254494667, -0.011236323975026608, 0.00028581172227859497, -0.01321503333747387, 0.008343669585883617, -0.010057431645691397, 0.022014275193214417, 0.011023308150470257, -0.001838461961597204, -0.029083585366606712, 0.07860482484102249, 0.03377147763967514, 0.01981104537844658, -0.02630692347884178, -0.03186024725437164, -0.02521727979183197, 0.015971481800079346, -0.03853306919336319, -0.007352914661169052, -0.0017911943141371012, -0.03292563557624817, 0.05458913370966911, 0.02391928620636463, 0.006096280179917812, 0.011892628856003284, 0.025519533082842827, 0.017731579020619392, -0.03698567673563957, 0.0015548561932519078, -0.014531063847243786, -0.0299303587526083, -0.045675456523895264, -0.002485515316948294, 0.031945452094078064, 0.019410202279686928, 0.013117699883878233, 0.05123717710375786, 0.03456507623195648, -0.004163282923400402, -0.027864111587405205, -0.019788965582847595, 0.021310625597834587, -0.0005983086302876472, -0.02554690837860107, 0.04154326766729355, 0.04123478755354881, 0.0016302666626870632, -0.053223349153995514, 0.010645478032529354, -0.0028795937541872263, 0.06544078886508942, -0.07316531240940094, 0.03731654956936836, 0.0334729440510273, 0.0063226670026779175, -0.02848745323717594, 0.008750420063734055, 0.016526255756616592, -0.05404306948184967, -0.00018658273620530963, -0.00850568525493145, 0.007717994973063469, -0.09750067442655563, 0.0019802649039775133, 0.013336156494915484, 0.08366867899894714, 0.01633220911026001, 0.005663913674652576, 0.03326024115085602, -0.02210383489727974, 0.04293020069599152, 0.05773865059018135, -0.0038977134972810745, -0.0055500203743577, 0.04335685446858406, 0.06502346694469452, 0.07301604747772217, 0.002058629645034671, 0.018416959792375565, -0.04607847332954407, 0.05873624607920647, 0.018914515152573586, -0.01564231887459755, 0.04869933798909187, -0.0018838637042790651], [-0.06272348016500473, -0.006550146266818047, -0.005651354324072599, -0.0232938788831234, 0.005096793174743652, 0.03552008792757988, 0.023322952911257744, -0.0674484595656395, 0.007367333862930536, 0.08562657982110977, -0.009902800433337688, 0.01671614684164524, -0.02840503863990307, -0.013787603937089443, -0.027605090290308, 0.020194079726934433, 0.017740506678819656, -0.015206475742161274, 0.054370149970054626, -0.005224226973950863, -0.0014389862772077322, -0.04288569837808609, -0.013236921280622482, 0.040722910314798355, 0.014807077124714851, 0.030511796474456787, 0.0144887063652277, 0.05092770233750343, 0.009009755216538906, -0.006379323545843363, -0.016043202951550484, -0.018148237839341164, -0.0007256708922795951, -0.03859575092792511, 0.0242332573980093, -0.024219103157520298, 0.00010315416875528172, 0.0188585352152586, -0.030319854617118835, -0.02555062808096409, -0.03539883345365524, 0.02510209195315838, -0.03317483887076378, 0.05683134123682976, 0.008387956768274307, 0.02171352133154869, 0.011386035941541197, 0.028814781457185745, -0.026905639097094536, -0.0888780951499939, 0.052010390907526016, 0.0023486968129873276, 0.009213405661284924, 0.007354691158980131, 0.018701650202274323, 0.04094329848885536, -0.0015631160931661725, -0.022638605907559395, 0.04736701771616936, 0.012169319204986095, 0.003963821101933718, -0.02106931060552597, -0.021743981167674065, 0.004700841847807169, 0.01196186151355505, -0.0008977860561572015, 0.03964568302035332, 0.04435687139630318, 0.006395271047949791, -0.05524235963821411, 0.00220721447840333, 0.026851117610931396, -0.017958594486117363, -0.014059999026358128, 0.0548400916159153, 0.0337141714990139, -0.08239460736513138, 0.023172622546553612, -0.013737032189965248, -0.0029929077718406916, -0.007956950925290585, 0.0027542738243937492, -0.024453572928905487, -0.034519366919994354, -0.07527783513069153, -0.0040939850732684135, -0.008705751970410347, -0.02884753793478012, 0.035367801785469055, -0.0054479194805026054, -0.05154835432767868, -0.02376590110361576, 0.0537160225212574, 0.06909289211034775, -0.0035861157812178135, 0.03577926754951477, 0.02895672433078289, 0.017763780429959297, 0.0004344543267507106, -0.0038871020078659058, 0.02507077343761921, 0.018267842009663585, -0.03668265789747238, -0.03112037666141987, -0.016395479440689087, -0.03145196661353111, 0.019038373604416847, -0.02411968633532524, 0.0262304674834013, 0.017188530415296555, 0.01795169897377491, 0.022529272362589836, 0.005720889661461115, 0.008448872715234756, -0.03215651586651802, -0.007787708658725023, 0.018586715683341023, 0.001519153476692736, -0.05341949313879013, -0.010921125300228596, -0.02906821295619011, 0.009123540483415129, 0.025312980636954308, 0.05688708275556564, -0.02359960414469242, 0.00931778084486723, 0.01111364085227251, 0.02504742704331875, -0.039312370121479034, 0.008540820330381393, 0.0237386766821146, -0.0011976227397099135, 0.04289489611983299, -0.03961234912276268, -0.03136547654867172, 0.06208788976073265, -0.036540426313877106, -0.01292587909847498, 0.00813280139118433, 0.02569831721484661, -0.015534616075456142, 0.037392955273389816, -0.020320437848567963, 0.013092245906591415, -0.00484795868396759, -0.020775651559233665, -0.03862117975950241, 0.008162683807313442, -0.02292263880372047, 0.020021678879857063, -0.054137833416461945, -0.005849042907357216, -0.034603483974933624, 0.01878727599978447, 0.021567555144429207, -0.009931533597409723, -0.005191901698708534, -0.012732500210404396, -0.03742686286568642, 0.03477983549237251, 0.027739565819501877, 0.01781664974987507, 0.008999482728540897, 0.003067615209147334, 0.015001281164586544, -0.02712351270020008, 0.008838502690196037, -0.006713354028761387, -0.006787558551877737, -0.027189023792743683, 0.02235773205757141, 0.011697222478687763, 0.014717373996973038, 0.013656577095389366, -0.03750386834144592, 0.06246200203895569, 0.005039900075644255, -0.03278521075844765, -0.016908518970012665, -0.00970741081982851, 0.0025802908930927515, -0.02150706946849823, 0.013973798602819444, -0.009034753777086737, 0.03440464660525322, -0.005249082110822201, -0.07500888407230377, -0.001731495838612318, -0.006351883057504892, 0.03427591919898987, 0.0122417276725173, -0.03764811158180237, 0.030550872907042503, -0.046152979135513306, -0.02215027436614037, 0.06736800074577332, -0.016955211758613586, -0.019498148933053017, -0.013410616666078568, -0.001624606316909194, 0.004314947407692671, 0.048477284610271454, 0.05357580631971359, -0.030195724219083783, -0.021916957572102547, -0.04430054873228073, 0.05495847389101982, -0.021950287744402885, 0.015757590532302856, -0.009753169491887093, -0.04024564474821091, 0.0323542058467865, 0.002917194040492177, 0.02713385596871376, -0.01159464381635189, 0.0069788540713489056, 0.008872982114553452, -0.05451827123761177, 0.04460042342543602, 0.03740674629807472, 0.0008301808848045766, -0.0017262519104406238, 0.03926869481801987, -0.01567009463906288, -0.02368839271366596, 0.014343888498842716, 0.03493564575910568, 0.007478821091353893, -0.0487186498939991, -0.03114623762667179, 0.05584461987018585, 0.0120555330067873, 0.0356026254594326, -0.021194588392972943, 0.0036566571798175578, 0.02263357676565647, -0.011892621405422688, 0.01840454153716564, -0.04227769374847412, -0.03629704937338829, -0.05716866999864578, -0.04768653586506843, 0.017462650313973427, -0.03445751592516899, -0.013310047797858717, -0.03031066060066223, -0.01075446791946888, -0.021127352491021156, -0.029306989163160324, -0.0027423494029790163, 0.04046919196844101, 0.03770960122346878, -0.05384230986237526, -0.004189955536276102, -0.028844088315963745, 0.03443222865462303, -0.03355872258543968, 0.0076391552574932575, -0.015144124627113342, 0.02248372882604599, 0.02908085472881794, -0.05594576150178909, -0.034294307231903076, -0.027564287185668945, 0.05298389121890068, 0.0058886948972940445, -0.004095134325325489, -0.030191702768206596, -0.006921098567545414, -0.0010444718645885589, -0.00997980684041977, -0.034306950867176056, -0.037794079631567, 0.003058420494198799, -0.0495266430079937, 0.012925016693770884, 0.04752562567591667, -0.01871141977608204, 0.03997382149100304, 0.04240182414650917, -0.02772950567305088, -0.03908537328243256, 0.012125642970204352, 0.0178361888974905, 0.007904079742729664, 0.03348056972026825, 0.038218189030885696, -0.017127616330981255, -0.028037820011377335, -0.01060850080102682, 0.0033675956074148417, -0.00046448109787888825, -0.0028193555772304535, 0.016403524205088615, 0.041646700352430344, -0.06598188728094101, -0.003326219040900469, -0.02743958495557308, -0.06577041000127792, -0.06520719081163406, 0.07810293138027191, 0.02172788791358471, 0.007998327724635601, 0.041217416524887085, 0.03220019116997719, -0.052319563925266266, -0.03766839578747749, 0.09552019089460372, -0.009929953143000604, 0.03635624423623085, -0.026457464322447777, -0.02306055836379528, -0.0074144573882222176, 0.03307786211371422, -0.007236020639538765, 0.00019021744083147496, -0.012108977884054184, 0.06979313492774963, 0.006001906003803015, 0.022183606401085857, 0.030256785452365875, -0.017700565978884697, -0.007955800741910934, -0.06275451183319092, 0.021623870357871056, 0.05928003042936325, 0.044240210205316544, -0.002547462470829487, -0.05979522690176964, -0.0003539998142514378, 0.04736586660146713, -0.027802778407931328, -0.010663382709026337, -0.03400811925530434, -0.01048609521239996, -0.01083377469331026, -0.018237311393022537, 0.018366614356637, 0.0061628869734704494, 0.027538428083062172, 0.016125380992889404, -0.08609092235565186, -0.026020711287856105, -0.04147544875741005, -0.019178343936800957, -0.0914698764681816, -0.03867562860250473, -0.03032905049622059, -0.02704765647649765, -0.006244419142603874, 0.038388293236494064, 0.008424736559391022, -0.017550574615597725, 0.008681041188538074, 0.003946670796722174, 0.06438888609409332, 0.008866661228239536, -0.0727234035730362, -0.0005131848156452179, -0.03113934025168419, 0.051378246396780014, -0.04194438084959984, -0.06362802535295486, 0.047010716050863266, -0.033988580107688904, 0.0046859001740813255, 0.03645049035549164, -0.01564251072704792, 0.0703425258398056, -0.04524761438369751, 0.05406887456774712, -0.0015384051948785782, -0.005355971399694681, 0.03215421736240387, -0.0032181802671402693, 0.012246612459421158, -0.04749574512243271, -0.04350290074944496, -0.0052042570896446705, -0.03130829706788063, 0.027884742245078087, -0.014376645907759666, 0.021074626594781876, 0.0010427478700876236, -0.005220922641456127, 0.032443851232528687, 0.03415868431329727, 0.031545061618089676, -0.014819719828665257, 0.03615941479802132, -0.003244040533900261, 0.01167886983603239, 0.013776110485196114, -0.010302773676812649, -0.017578160390257835, 0.006292116828262806, -0.016835680231451988, 0.013419811613857746, 0.02456161007285118, 0.01165440957993269, -0.06782659888267517, -0.010457648895680904, -0.05763760954141617, 0.0030308361165225506, 0.0002522823342587799, -0.01953665167093277, -0.042558133602142334, -0.01921655796468258, -0.06359238922595978, 0.06223041191697121, 0.05791230499744415, 0.002613334683701396, -0.016064178198575974, -0.004533036611974239, 0.027463719248771667, -0.004568666685372591, -0.04516486078500748, 0.006068568676710129, 0.024628274142742157, -5.746750321122818e-05, -0.04174881428480148, 0.03230593353509903, -0.002688042586669326, 0.03806877136230469, 0.03404030203819275, 0.020017080008983612, -0.00839255377650261, -0.06496816128492355, -0.009555121883749962, 0.05552280321717262, 0.03270935267210007, 0.02295726165175438, 0.02471504919230938, 0.03628038242459297, 0.03406960889697075, 0.012896858155727386, 0.04532059654593468, 0.03683437034487724, -0.05562222003936768, -0.02396395057439804, 0.011680234223604202, 0.02184225060045719, 0.006120971869677305, -0.0064311884343624115, -0.008887206204235554, 0.007304407190531492, -0.04851866140961647, 0.002958427183330059, -0.02565808966755867, -0.0508403480052948, 0.02290195040404797, -0.03128358721733093, -0.052782751619815826, -0.005758244078606367, -0.03351160138845444, 0.03751019015908241, 0.03691769763827324, -0.012276064604520798, -0.013881096616387367, -0.01934528537094593, 0.00238317740149796, -0.0056214714422822, -0.0023142164573073387, -0.016508689150214195, 0.00014711680705659091, -0.013897941447794436, 0.020148107782006264, -0.01882865279912949, -0.027589574456214905, 0.0023547308519482613, 0.01301236730068922, -0.043861497193574905, 0.008972976356744766, 0.007847187109291553, 0.0012073921971023085, 0.009785800240933897, 0.039550285786390305, 0.014576056972146034, 0.0037285634316504, -0.041651297360658646, -0.017062030732631683, -0.02158709429204464, -0.00951273925602436, 0.0016766143962740898, 0.009110897779464722, 0.007589733228087425, -0.02090955153107643, 0.025355812162160873, -0.010155657306313516, -0.023150209337472916, 0.011765250004827976, 0.02690628543496132, 0.0030722126830369234, 0.04152185097336769, -0.025117896497249603, 0.011357877403497696, -0.01750977337360382, 0.06063741073012352, -0.034778185188770294, -0.03332770615816116, 0.014148356392979622, 0.040518615394830704, -0.0030319856014102697, 0.022344836965203285, 0.003437706269323826, -0.03843426704406738, 0.0029348654206842184, 0.05008867755532265, 0.006470840889960527, -0.04389367997646332, -0.03261050954461098, -0.031894464045763016, -0.00029193490627221763, -0.00929152499884367, 0.01403126586228609, 0.02442081458866596, 0.010377769358456137, -0.016523057594895363, 0.028202751651406288, -0.010033035650849342, 0.015507319010794164, -0.03612062335014343, 0.00828221719712019, 0.043646566569805145, 0.03156919777393341, -0.0334782674908638, 0.016495471820235252, -0.02393011376261711, -0.01952803321182728, -0.007672486361116171, 0.025191454216837883, 0.0009384443401359022, -0.007289752829819918, 0.01831604167819023, 0.019691813737154007, 0.01741265319287777, -0.000767765857744962, -0.003983647562563419, -0.009323528036475182, -0.011709578335285189, 0.011884854175150394, 0.04695899412035942, 0.020092938095331192, -0.007635132409632206, -0.03862534835934639, -0.012591919861733912, -0.04164440184831619, 0.032393284142017365, 0.01910334825515747, 0.02200143225491047, 0.007006437983363867, -0.024705279618501663, -0.1101812943816185, -0.058701902627944946, 0.03154139965772629, -0.025638552382588387, -0.0170506089925766, 0.027263734489679337, 0.07826729118824005, 0.009303988888859749, 0.015829136595129967, 0.02038688398897648, 0.004034218844026327, 0.05789276212453842, -0.011768913827836514, 0.026090245693922043, -0.0099280858412385, -0.034220173954963684, -0.01416918821632862, -0.007573785725980997, -0.00794660672545433, -0.04438330233097077, -0.015034648589789867, -0.04451317712664604, -0.011401551775634289, 0.0016412719851359725, 0.04087548702955246, -0.006661633029580116, -0.0071368892677128315, -0.02343926951289177, 0.05331834778189659, -0.004075595177710056, 0.003443452762439847, -0.03065776452422142, 0.016694311052560806, -0.004896231461316347, 0.0019676873926073313, -0.014889830723404884, 0.034963227808475494, -0.006229477468878031, 0.003300933400169015, 0.014529508538544178, 0.037565357983112335, -0.014047356322407722, -0.04924160614609718, -0.027717728167772293, -0.005181700922548771, 0.01453238260000944, 0.017234504222869873, 0.02491101250052452, -0.035750534385442734, -0.02005271054804325, 0.012272615917026997, 0.002588049042969942, 0.036689553409814835, -0.04217654839158058, -0.010051066987216473, 0.014319465495646, -0.0461975522339344, 0.0038911246228963137, -0.0211712084710598, 0.0020995752420276403, -0.02205534465610981, -0.028730878606438637, -0.00028187810676172376, -0.00042640886385925114, -0.05236439034342766, 0.005307123996317387, -0.013772661797702312, 0.0029136023949831724, 0.05549062043428421, -0.03584707900881767, -0.03584090247750282, 0.03271797299385071, -0.036062005907297134, 0.0181160569190979, 0.03601373732089996, 0.001204518834128976, 0.019447002559900284, -0.0029078556690365076, 0.06042363494634628, -0.06000986695289612, 0.03603212535381317, 0.06092474982142448, -0.032169733196496964, 0.0374564565718174, -0.021983906626701355, -0.024872222915291783, -0.05683191493153572, 0.023553630337119102, -0.04008473455905914, 0.01601504348218441, -0.03725273534655571, -0.013270682655274868, -0.005670893471688032, 0.00783396977931261, 0.03660909831523895, 0.004573838319629431, -0.016335127875208855, 0.03182205557823181, 0.02163249254226685, -0.03627808392047882, -0.012862376868724825, 0.011219955049455166, 0.09410878270864488, -0.029395202174782753, -0.0329570397734642, -0.0211474671959877, -0.01133783534169197, -0.004891633987426758, 0.04065021499991417, 0.007299522403627634, 0.02701806090772152, 0.03653654456138611, 0.006854580249637365, -0.004986742977052927, 0.04020771384239197, -0.008201905526220798, -0.03440004959702492, 0.00972285494208336, 0.04099731519818306, 0.014952469617128372, -0.009291346184909344, -0.012076221406459808, -0.024219103157520298, -0.024250712245702744, -0.04846809431910515, -0.06792198866605759, -0.003040893003344536, 0.035122986882925034, -0.03170022740960121, -6.14902310189791e-05, 0.018547924235463142, -0.016584476456046104, 0.025446610525250435, 0.007228262722492218, -0.0438569001853466, 0.0369814895093441, -0.017500005662441254, -0.039712343364953995, -0.03924226015806198, 0.00626568216830492, 0.03975372016429901, 0.008852294646203518, 0.01431745383888483, 0.05356071889400482, 0.010227492079138756, 0.07098271697759628, -0.029058588668704033, -0.046834006905555725, -0.005595036316663027, 0.031555406749248505, 0.024266228079795837, -0.010763663798570631, 0.01535301748663187, -0.020968742668628693, 0.016449498012661934, 0.009674151428043842, -0.005430534947663546, -0.0033224839717149734, -0.0054456209763884544, 0.043777596205472946, 0.024271974340081215, 0.006476300302892923, -0.011346383951604366, -0.0006603015935979784, 0.042238615453243256, 0.003994565922766924, 0.05635723099112511, -0.0013355448609218, 0.004298569168895483, -0.019236097112298012, -0.07368943095207214, -0.02439150772988796, -0.03710159286856651, 0.002112559275701642, -0.03173930197954178, -0.0673358216881752, -0.04480626434087753, -0.018185734748840332, 0.005886971019208431, -0.01774711348116398, -0.0014616859843954444, -0.026568090543150905, 0.02548339031636715, 0.02281229943037033, -0.015173720195889471, -0.01435538288205862, 0.005075529683381319, 0.02521674148738384, 0.03363458067178726, -0.05282182991504669, -0.029123380780220032, 0.0025525628589093685, -0.02990378998219967, -0.029522638767957687, -0.03990313783288002, 0.02693616785109043, 0.0635981336236, 0.02357431873679161, -0.00787391047924757, 0.06918052583932877, -0.01234574429690838, 0.07655131071805954, 0.02125263400375843, -0.028275735676288605, 0.06911271810531616, -0.04682912304997444, 0.03314380720257759, 0.013380158692598345, 0.023888954892754555, -0.0925571545958519, 0.0002841767854988575, -0.020797111093997955, 0.029418764635920525, -0.02316630072891712, -0.01838500425219536, 0.006882308050990105, 0.030542830005288124, 0.003960660193115473, -0.029195789247751236, 0.039365239441394806, -0.01677677594125271, -0.015394682064652445, 0.01069757528603077, -0.026618946343660355, -0.06741972267627716, -0.007361012510955334, -0.03357366472482681, -0.0323750376701355, -0.036352794617414474, -0.0033127141650766134, -0.0024751252494752407, -0.007935112342238426, -0.02119114249944687, -0.0283613633364439, -0.008437953889369965, -0.02929715067148209, 0.03535688295960426, -0.0559641532599926, 0.023693565279245377, -0.008860339410603046, -0.055106740444898605, 0.014670304022729397, -0.036537837237119675, -0.0004818650195375085, -0.00561773544177413, 0.0017240251181647182, -0.015342673286795616, -0.0025906350929290056, 0.03774580731987953, -0.0009757982334122062, 0.06560260057449341, 0.033765606582164764, -0.033574849367141724, -0.001163142267614603, 0.02595965191721916, -0.04405688866972923, -0.01032216940075159, -0.02692582458257675, -0.016433406621217728, -0.004785893484950066, 0.018476951867341995, 0.005376085173338652, 0.05974321812391281, -0.01116708479821682, -0.00939248874783516, -0.00918618030846119, 0.032351329922676086, 0.004308913368731737, 0.037241239100694656, 0.06514516472816467, 0.04242078587412834, 0.02237985841929913, 0.020948054268956184, -0.01226413995027542, 0.008440827019512653, 0.001202220213599503, 0.009622358717024326, 0.013327289372682571, 0.011003877967596054, 0.06016617640852928, -0.0599684901535511, 0.05149548128247261, -0.05430794134736061, -0.005630665924400091, -0.024015095084905624, -0.00212105386890471, 0.011278141289949415, -0.07129877805709839, 0.01102190837264061, 0.05124262347817421, -0.028017131611704823, -0.006408201530575752, 0.04692566394805908, 0.0246029868721962, 0.022680411115288734, -0.03854518011212349, -0.023193884640932083, -0.052782751619815826, -0.05188626050949097, -0.01809249445796013, -0.02502451092004776, -0.016021940857172012, 0.021735358983278275, 0.03465261682868004, 0.012941681779921057, 0.011976228095591068, 0.04284317418932915, 0.0017179909627884626, -0.001220681588165462, -0.015448414720594885, 0.028372855857014656, -0.024734588339924812, -0.03983417525887489, 0.03641658276319504, -0.012807207182049751, -0.01690535806119442, 0.020717106759548187, -0.004736471455544233, 0.03271862119436264, 0.03217260539531708, -0.05954093113541603, 0.010652463883161545, 0.04493585601449013, -0.0183350071310997, 0.03732629120349884, 0.011166654527187347, 0.0023113430943340063, -0.006598993670195341, -0.03952844813466072, -0.007883966900408268, -0.00369674083776772, -0.0389767587184906, -0.031372085213661194, -0.0027628219686448574, -0.014966837130486963, 0.008191417902708054, 0.02737637050449848, 0.0020835562609136105, -0.011313052847981451, -0.013397758826613426, -0.03558732569217682, 0.06878171116113663, 0.0026118981186300516, -0.05179431289434433, 0.04334428906440735, 0.024147843942046165, 0.006948970723897219, 0.027871739119291306, -0.01053264457732439, 0.043625231832265854, -0.017224447801709175, -0.07733286917209625, 0.013264649547636507, -0.018996169790625572, -0.008496282622218132, -0.01001773588359356, -0.029140621423721313, -0.05222589522600174, 0.02494894154369831, 0.0263568963855505, 0.02831711247563362, -0.01121018547564745, -0.052601158618927, -0.03375411406159401, -0.0029917582869529724, -0.058251362293958664, -0.01603803038597107, -0.04079905524849892, 0.04430916905403137, -0.007099535316228867, 0.005890419241040945, 0.05132078006863594, -0.0330495610833168, 0.05736635997891426, -0.003413569647818804, 0.027269478887319565, 0.01560702547430992, -0.019590115174651142, -0.05304480344057083, 0.009613163769245148, -0.012190006673336027, 0.04825201258063316, 0.02208016626536846, 0.0007252399227581918, -0.03442073613405228, 0.053222090005874634, -0.042958106845617294, 0.04181450605392456, 0.015770232304930687, -0.020655976608395576, -0.02985321916639805, 0.0004909880226477981, -0.015130331739783289, -0.0002298700128449127, 0.027875760570168495, 0.001622882322408259, -0.04331984743475914, 0.07725557684898376, 0.016325367614626884, 0.008808618411421776, -0.007539736572653055, -0.024229448288679123, -0.02721201255917549, 0.03040318377315998, -0.01221759058535099, -0.011803250759840012, 0.006522561423480511, -0.007760411594063044, 0.077971912920475, 0.036809515208005905, 0.030511796474456787, -0.00795177835971117, 0.0025110426358878613, 0.007226682268083096, -0.02653159759938717, -0.02626035176217556, -0.005522627383470535, -0.025913462042808533, -0.038339875638484955, -0.006729588378220797, 0.01746782287955284, 0.014380667358636856, 0.011992965824902058, 0.008346867747604847, 0.03852851316332817, -0.008010395802557468, -0.04096168652176857, -0.04058355093002319, 0.03944339603185654, -0.03624590486288071, -0.03718377277255058, 0.03776046261191368, 0.03149104118347168, -0.012506077997386456, -0.03649904951453209, 0.027779793366789814, 0.006535779219120741, 0.05295515805482864, -0.068211629986763, 0.010634361766278744, -0.009714306332170963, -0.005614574998617172, -0.023148592561483383, 0.02298060990869999, 0.015904132276773453, -0.05574578046798706, -0.04216275736689568, -0.019936053082346916, 0.0032134391367435455, -0.0510508269071579, -0.02007972076535225, 0.04753367230296135, 0.06551295518875122, 0.03460003435611725, -0.04174324497580528, 0.016906939446926117, -0.05870767682790756, 0.028193557634949684, 0.044200554490089417, -0.03250749781727791, -0.024682292714715004, 0.005031854845583439, 0.025111574679613113, 0.026918010786175728, 0.03552066534757614, 0.005661698058247566, -0.026613201946020126, 0.05132422596216202, 0.00696965865790844, 0.014049654826521872, 0.02933489717543125, -0.003622176591306925], [-0.06760939210653305, 0.008269022218883038, -0.06115799769759178, -0.054856378585100174, -0.004033098462969065, 0.019689634442329407, 0.05181712284684181, -0.017268018797039986, 0.03263923525810242, 0.04697428643703461, -0.0007520128856413066, 4.193018412479432e-06, -0.07430262118577957, -0.03165865316987038, -0.04445301368832588, 0.05651954934000969, -0.03473847359418869, -0.08807600289583206, 0.03832769766449928, 0.015219680964946749, 0.013370852917432783, -0.03887142613530159, 0.014290586113929749, 0.030252138152718544, 0.021847380325198177, 0.024931881576776505, 0.02375003509223461, -0.004824506118893623, 0.036589641124010086, -0.027534281834959984, -0.01264302246272564, 0.004306131973862648, -0.008649708703160286, 0.03360284864902496, 0.03176864609122276, 0.007474883925169706, 0.02570105530321598, 0.008544395677745342, 0.00718624796718359, -0.027777599170804024, -0.03453681990504265, 0.03062970750033855, -0.03673318028450012, 0.00969971902668476, 0.016031760722398758, 0.05179762095212936, 0.014333492144942284, 0.058188024908304214, 0.007994428277015686, -0.0636371448636055, 0.006767336744815111, 0.023434096947312355, 0.007423397619277239, -0.032153233885765076, -0.02579622901976109, 0.03129122778773308, 0.05438988283276558, -0.013725015334784985, 0.07982414215803146, -0.005568328313529491, 0.02473841793835163, -0.035275958478450775, -0.0020821199286729097, -0.06224857270717621, -0.0018004626035690308, 0.010870642960071564, 0.03892837092280388, -0.011171760968863964, 0.05761636048555374, -0.06874833256006241, 0.010486056096851826, -0.013818529434502125, -0.015807874500751495, -0.033272672444581985, 0.06410910189151764, 0.018477363511919975, -0.04864681139588356, 0.016280611976981163, 0.0182168111205101, -0.015559802763164043, -0.011988521553575993, 0.02405739203095436, -0.03435973823070526, -0.053373806178569794, -0.07066424936056137, -0.009030396118760107, -0.004210180137306452, -0.03893617168068886, 0.03440571203827858, -0.013662608340382576, -0.03426963463425636, 0.022626306861639023, 0.01682511903345585, 0.037581924349069595, 0.031042376533150673, 0.0015876912511885166, -0.03236151859164238, 0.047754380851984024, 0.004443429410457611, 0.04240604117512703, 0.03509809821844101, -0.012157022021710873, -0.02513236738741398, -0.007313404232263565, -0.025378096848726273, -0.02243206277489662, -0.022512510418891907, -0.043373361229896545, 0.028346655890345573, -0.06349360942840576, -0.02256350964307785, 0.0450989343225956, 0.005722787231206894, -0.052890535444021225, -0.035553671419620514, 0.006658903323113918, 0.02150413766503334, -0.0027373582124710083, -0.05164394527673721, -0.012078233063220978, -0.039120275527238846, -0.01560738869011402, 0.007908618077635765, 0.013112640008330343, 0.002636726014316082, -0.013210932724177836, -0.009319031611084938, 0.023977043107151985, -0.05528153106570244, 0.011984621174633505, 0.018687989562749863, -0.02070297859609127, 0.029791492968797684, -0.07031788676977158, -0.024033211171627045, 0.03360031545162201, -0.019893238320946693, 0.06610849499702454, 0.0020036776550114155, -0.01194639690220356, -0.0010377232683822513, 0.031490929424762726, -0.020344914868474007, 0.043729085475206375, 0.001357843168079853, -0.06092552840709686, 0.03224070370197296, -0.02215785905718803, -0.02674872614443302, 0.026908256113529205, -0.04510049149394035, 0.01684384234249592, -0.028858885169029236, -0.00030833311029709876, 0.02156108431518078, 0.005367453675717115, 0.013448862358927728, -0.0005484077846631408, -0.033160336315631866, 0.010980247519910336, 0.026619523763656616, 0.039716269820928574, 0.04554514959454536, -0.004276488907635212, 0.002960466081276536, -0.0005959936534054577, 0.03863115608692169, 0.0067712366580963135, 0.004397793207317591, 0.001822305261157453, -0.01767776533961296, -0.010802384465932846, 0.01813880167901516, 0.02802574262022972, 0.0041532330214977264, 0.022486278787255287, 0.04174607992172241, -0.027066225185990337, -0.010145544074475763, 0.046581119298934937, 0.03407617285847664, 0.012139860540628431, 0.021883264183998108, -0.02545415423810482, 0.03392327204346657, -0.003660212270915508, -0.06685581803321838, -0.03108840435743332, -0.03133491426706314, 0.016995960846543312, 0.04900877922773361, -0.05754302814602852, 0.037334635853767395, -0.03763224184513092, -0.03939291834831238, 0.0405525304377079, 0.03611651435494423, 0.0015289889415726066, -0.000999693525955081, 0.008595102466642857, -0.006736717652529478, 0.03947912156581879, 0.05237255617976189, -0.04785891622304917, -0.040786560624837875, -0.0043342155404388905, 0.04896509274840355, -0.002694940660148859, 0.046540554612874985, -0.019948819652199745, -0.02846415713429451, 0.06897612661123276, 0.02738918550312519, 0.01481013000011444, 0.031225698068737984, -0.0284079909324646, 0.030411280691623688, -0.05724659562110901, 0.029049230739474297, 0.055661436170339584, -0.035185471177101135, -0.01794065721333027, -0.00018878333503380415, -0.00484732398763299, -0.009283147752285004, 0.014239880256354809, 0.054283007979393005, 0.01643507182598114, -0.041000306606292725, -0.005086716264486313, 0.07070169597864151, -0.006340623367577791, 0.0026086424477398396, -0.026162873953580856, -0.006059788633137941, 0.05991920828819275, -0.032280389219522476, 0.011010280810296535, -0.005308556370437145, 0.006439696066081524, -0.02411005087196827, -0.06248884275555611, 0.03097294829785824, -0.028626417741179463, 0.010449586436152458, -0.005685342475771904, -0.03352854400873184, 0.028219208121299744, -0.004484238103032112, -0.007407795637845993, 0.009441507048904896, -0.012177305296063423, -0.04352938011288643, -0.002842671237885952, -0.03581266477704048, -0.022842783480882645, 0.012280570343136787, 0.006033655721694231, 0.009816733188927174, 0.018013985827565193, -0.022891148924827576, -0.03705614060163498, -0.048397183418273926, -0.04772941768169403, 0.042324911803007126, 0.007146999705582857, -0.02979344315826893, -0.0105160903185606, 0.03666463121771813, -0.00015991977124940604, -0.015307052060961723, -0.05010715126991272, 0.01609806902706623, 0.009641211479902267, -0.03645390644669533, 0.02575020119547844, 0.049745187163352966, -0.04246220737695694, 0.04845959320664406, 0.030026886612176895, -0.01055958028882742, -0.06501635909080505, -0.03061254322528839, 0.060797590762376785, 0.0343460850417614, 0.011138997040688992, -0.025587940588593483, -0.06185852363705635, 0.015601147897541525, 0.0126859275624156, -0.01842275820672512, 0.037833116948604584, -0.0030384755227714777, -0.026926588267087936, 0.018069373443722725, -0.04174685850739479, 0.003472014097496867, -0.007229933515191078, -0.011958098039031029, -0.08187892287969589, 0.04485944285988808, 0.008733764290809631, -0.02659270539879799, 0.014567812904715538, 0.026445267722010612, -0.009883821941912174, -0.07659298926591873, 0.07676148414611816, -0.014128325507044792, 0.0153210936114192, -0.010329256765544416, 0.017024433240294456, -0.01990923099219799, -0.005065165925770998, 0.0342399924993515, -0.02763257548213005, 0.009526537731289864, 0.06590254604816437, 0.022535424679517743, 0.00605354830622673, 0.056226227432489395, -0.0286357793956995, 0.0323677621781826, -0.0741778090596199, -0.005328643601387739, 0.04892764613032341, 0.04732377082109451, -0.005280472803860903, 0.0026538879610598087, 0.019365113228559497, 0.0501289963722229, -0.03434920683503151, 0.002861393615603447, -0.02319694682955742, 0.02530008740723133, -0.0008518652757629752, -0.008205054327845573, 0.01923093758523464, 0.0408598892390728, 0.02859833650290966, 0.04071791097521782, -0.03273928165435791, 0.0018074833787977695, -0.01188866887241602, 0.004892764613032341, -0.05455058068037033, -0.016853202134370804, -0.03573153540492058, 0.009754326194524763, 0.014072159305214882, 0.015116708353161812, -0.0127565274015069, -0.014194633811712263, -0.02244025468826294, 0.007161285262554884, 0.04990744963288307, 0.004707101732492447, -0.02126386761665344, 0.011174880899488926, -0.05701568350195885, 0.050228849053382874, -0.02129117213189602, -0.02317042462527752, 0.04254801943898201, -0.012191347777843475, -0.013869528658688068, -0.0001466581306885928, -0.04422015696763992, 0.05682222172617912, -0.05557406693696976, 0.030049312859773636, -0.020706098526716232, -0.025018472224473953, 0.04039885476231575, -0.018964143469929695, -0.005146296229213476, -0.04283353313803673, -0.043582428246736526, 0.02359011583030224, -0.027256568893790245, 0.038386985659599304, -0.0009060819866135716, 0.05618566274642944, -0.04298331215977669, 0.04894949123263359, 0.017664503306150436, -0.011117934249341488, 0.06341013312339783, -0.0011646839557215571, 0.05300755053758621, 0.0001899534690892324, -0.0648416131734848, 0.03239896520972252, -0.019514892250299457, -0.021869808435440063, 0.0017427353886887431, -0.00964433141052723, 0.020944027230143547, 0.005631516221910715, 0.02604897879064083, -0.03302733227610588, 0.00397225096821785, -0.05277039855718613, -0.03172340244054794, -0.01422856841236353, -0.03164695203304291, -0.0861600935459137, -0.01179720275104046, -0.06658747047185898, 0.08183524012565613, 0.038261778652668, -0.021018916741013527, -0.0013729697093367577, 0.01977856457233429, 0.019637366756796837, -0.018379852175712585, -0.04102059081196785, 0.0057555511593818665, -0.01214454136788845, 0.0037507035303860903, -0.008794027380645275, 0.020390940830111504, -0.002543114358559251, 0.01376246102154255, 0.012834145687520504, 0.05060017481446266, -0.05520898476243019, -0.017939096316695213, -0.02970919199287891, 0.03448338061571121, -0.01292151678353548, -0.015570723451673985, -0.02204757183790207, 0.04311124607920647, 0.01822861097753048, 0.03709358349442482, 0.04616298153996467, -0.0052640908397734165, -0.02992449887096882, -0.043759118765592575, 0.029184965416789055, 0.033028341829776764, 0.017911013215780258, 0.007725684903562069, -0.006590644828975201, -0.015208759345114233, -0.04787295684218407, 0.015482963994145392, 0.00010843340714927764, -0.014177472330629826, 0.009687237441539764, -0.014360015280544758, -0.05974290147423744, -0.018585797399282455, -0.028049828484654427, 0.04487738758325577, 0.030573928728699684, -0.013779622502624989, -0.02052277699112892, -0.03000250831246376, -0.021263089030981064, -0.010360460728406906, 0.044725269079208374, 0.0007325592450797558, 0.009066280908882618, 0.01578349620103836, 0.013991613872349262, -0.05059705302119255, -0.031075529754161835, -0.00356972124427557, 0.0027865043375641108, -0.056791018694639206, -0.0027357980143278837, -0.015536399558186533, 0.0139699662104249, -0.0010063244262710214, 0.0710199773311615, -0.0005922882119193673, 0.015129190869629385, -0.004612124990671873, 0.01622941717505455, -0.0038341740146279335, -0.02408664859831333, 0.0393761470913887, 0.02413618378341198, 0.017046667635440826, -0.01455035898834467, -0.0012582954950630665, 0.04360153898596763, -0.009998544119298458, 0.0603661984205246, 0.012587635777890682, -0.018529629334807396, 0.021405845880508423, -0.003953528590500355, 0.013619703240692616, -0.014667763374745846, 0.060774192214012146, -0.003599365008994937, -0.013244476169347765, 0.00867077149450779, 0.05766160786151886, -0.004524559248238802, 0.05534316226840019, -0.028114674612879753, -0.05743381753563881, 0.021172206848859787, 0.0487903505563736, 0.027443792670965195, -0.06668888032436371, -0.04085521027445793, -0.02506917715072632, -0.03103223443031311, -0.0363665334880352, 0.06202702596783638, 0.018338117748498917, 0.03045964427292347, -0.023916974663734436, 0.013182069174945354, -0.018252696841955185, -0.004899005405604839, -0.0019391246605664492, 0.023597916588187218, 0.04140283539891243, 0.041767679154872894, -0.007966345176100731, 0.03236464038491249, -0.00973560381680727, -0.005634636618196964, 0.016739308834075928, 0.03871774673461914, -0.040588025003671646, 0.0042312429286539555, 0.02136571891605854, 0.016863344237208366, 0.021109409630298615, 0.01933976076543331, 0.002854372840374708, 0.015387791208922865, -0.024962451308965683, 0.00701306713744998, 0.022584181278944016, 0.02104817144572735, -0.005076867528259754, -0.046567074954509735, -0.007593458518385887, -0.012804502621293068, -0.022296715527772903, 0.049135152250528336, -0.0006818042602390051, 0.021168306469917297, -0.0016132392920553684, -0.0639054998755455, -0.05186392739415169, 0.014118184335529804, 0.0001294959947699681, -0.00256729731336236, 0.02104700170457363, 0.022585351020097733, 0.02349650301039219, 0.0432547889649868, -0.02174362726509571, -0.005426350515335798, 0.05963992699980736, 0.01719566620886326, 0.01567525789141655, -0.0017244031187146902, -0.04636893048882485, -0.00439155288040638, -0.02900710515677929, -0.027103669941425323, -0.01419658400118351, -0.004289847798645496, -0.02650455571711063, -0.008059956133365631, 0.007159724831581116, 0.01566082425415516, -0.015165073797106745, 0.016164084896445274, -0.04051196575164795, 0.03361084312200546, 0.03884568065404892, 0.018706712871789932, -0.02084885723888874, 0.03142228350043297, -0.03675346076488495, 0.004106427542865276, 0.0018464882159605624, 0.02938155084848404, 0.01023535244166851, -0.039997100830078125, 0.03630724549293518, 0.009147410281002522, 0.0005273451679386199, -0.04750475287437439, -0.020779427140951157, -0.05995352938771248, 0.0031094644218683243, 0.022634107619524, -0.008565458469092846, -0.040540050715208054, -0.04079358279705048, 0.006051988340914249, 0.0329824760556221, 0.011540745384991167, 0.007732315454632044, 0.024207953363657, 0.023040927946567535, -0.027257347479462624, 0.010796533897519112, -0.043549515306949615, -0.029495446011424065, -0.018956342712044716, 0.0076691280119121075, 0.013667289167642592, 0.03628925606608391, -0.0476670116186142, -0.008879057131707668, 0.0022529184352606535, 0.015708021819591522, 0.04559507220983505, -0.048431504517793655, -0.040708549320697784, 0.03067651204764843, -0.04470888525247574, 0.031621988862752914, 0.020903464406728745, -0.0024339009542018175, 0.010883758775889874, 0.0046368930488824844, 0.0368611142039299, -0.03464525192975998, 0.04771069437265396, -0.0012707770802080631, -0.018547572195529934, 0.035690970718860626, -0.01530861109495163, -0.0062959627248346806, -0.020975232124328613, 0.036177750676870346, -0.01238247100263834, 0.003707408206537366, -0.005729028023779392, 0.0101507855579257, -0.0169062502682209, 0.03360031545162201, 0.006833644583821297, 0.016850082203745842, -0.030817318707704544, 0.02033945359289646, 0.025481069460511208, -0.012188225984573364, -0.030244337394833565, -0.022433234378695488, 0.015397890470921992, -0.0239676833152771, -0.030281784012913704, -0.02413228154182434, -0.029256736859679226, -0.026533029973506927, 0.030259940773248672, 0.004164934623986483, 0.0026928929146379232, -0.004357618745416403, -0.009822973981499672, 0.016501573845744133, 0.06452957540750504, 0.0231251772493124, 0.005653358995914459, 0.003516674740239978, 0.014753183349967005, 0.001333184773102403, -0.0009696598281152546, -0.014659717679023744, -0.03087933547794819, -0.030255356803536415, -0.013600201345980167, -0.06287264823913574, -0.014654891565442084, 0.0124518983066082, -0.03582436963915825, -0.0401250384747982, -0.013998049311339855, -0.04865305125713349, 0.03668481484055519, -0.015100326389074326, -0.004685258958488703, 0.002878556028008461, -0.02213289588689804, -0.04714902862906456, -0.039280977100133896, 0.02823636867105961, 0.0005256874719634652, 0.024485666304826736, -0.014155629090964794, 0.046836987137794495, 0.015539521351456642, -0.008790906518697739, -0.01435533445328474, -0.01292151678353548, -0.0416448600590229, 0.03264235332608223, 0.011234559118747711, 0.03230847418308258, -0.01830418221652508, 0.004040899220854044, 0.017302928492426872, -0.029606608673930168, 0.002905079163610935, -0.015216561034321783, -0.02277413383126259, 0.023052629083395004, 0.03837762400507927, -0.048734184354543686, -0.006150280591100454, 0.0052469284273684025, 0.025331290438771248, -0.01640542782843113, 0.057184383273124695, -0.008162928745150566, -0.006821943446993828, -0.005445072893053293, -0.0633438304066658, -0.012353606522083282, 0.009572562761604786, 0.00278962473385036, 0.002255258848890662, -0.008443763479590416, -0.010243446566164494, -0.025748690590262413, -0.008334550075232983, -0.006724431179463863, 0.03607789799571037, -0.0001294959947699681, 0.023618200793862343, 0.028017552569508553, -0.012656771577894688, 0.0019213774939998984, -0.010067923925817013, 0.03133491426706314, 0.061485834419727325, 0.0006490402156487107, -0.009717660956084728, -0.00147457723505795, -0.001352687133476138, -0.04611929878592491, -0.03646326810121536, -0.008996072225272655, 0.05647273734211922, 0.0035387123934924603, 0.02657320350408554, 0.06374792009592056, -0.043436743319034576, 0.014580002054572104, 0.015729082748293877, -0.06537832319736481, 0.04388588294386864, -0.06518485397100449, 0.03212203085422516, -0.012909035198390484, -0.0349358394742012, -0.09273786097764967, -0.013345889747142792, -0.02556687965989113, 0.02889789082109928, -0.022371603175997738, -0.04784058406949043, -0.007510768249630928, 0.021730365231633183, 0.018347088247537613, -0.02798361703753471, 0.02512378431856632, -0.02758421003818512, 0.00853737536817789, 0.00525160925462842, -0.04598824307322502, -0.09311230480670928, -0.03745242953300476, -0.04443429410457611, -0.019146686419844627, -0.0148575222119689, -0.05865076929330826, -0.017808040603995323, 0.01596701331436634, -0.03341406583786011, 0.0026507675647735596, -0.050980862230062485, -0.010506338439881802, 0.011075809597969055, -0.027139943093061447, 0.027880646288394928, -0.008160808123648167, -0.047028109431266785, -0.0061003537848591805, -0.015917086973786354, 0.002848912263289094, 0.02552475407719612, 0.0012363065034151075, -0.0026827515102922916, -0.005478031933307648, 0.012977303005754948, 0.013847880996763706, 0.055953193455934525, 0.02771097607910633, 0.01477346569299698, -0.029818404465913773, 0.010227064602077007, -0.03842949867248535, 0.0010330426739528775, -0.028450896963477135, -0.0486392080783844, 0.004867801908403635, 0.03033014759421349, 0.002808347111567855, 0.05840737745165825, -0.005413088947534561, -0.026913130655884743, 0.018704762682318687, 0.01231304183602333, 0.031018193811178207, 0.05539542809128761, 0.07070169597864151, -0.008083359338343143, -0.011297356337308884, 0.028751235455274585, -0.011589892208576202, -0.0048575629480183125, -0.03363463655114174, 0.03922402858734131, -0.011432313360273838, -0.021199120208621025, 0.0281536802649498, -0.01792973466217518, 0.024981806054711345, -0.05032089725136757, 0.03892681002616882, -0.006585964001715183, 0.01626344956457615, 0.0005889727617613971, -0.02017153799533844, 0.008497590199112892, 0.04753595218062401, 0.0045339204370975494, 0.04078343883156776, 0.058101579546928406, -0.012888752855360508, 0.019305435940623283, -0.043445128947496414, -0.016597330570220947, -0.0430675633251667, -0.031113365665078163, -0.033636175096035004, -0.02576814405620098, -0.023145459592342377, 0.026278328150510788, 0.04428451508283615, 0.008568578399717808, 0.03440537303686142, 0.05608269199728966, 0.007666787598282099, -0.005168528761714697, -0.05791435390710831, 0.020382359623908997, 0.0009454768151044846, 0.004644693806767464, -0.007940211333334446, -0.02772482298314571, -0.005109631456434727, 0.030284903943538662, -0.01933234930038452, -0.013812191784381866, 0.017448807135224342, -0.03884256258606911, -0.02020527794957161, 0.04755624011158943, -0.07114478945732117, -0.0016569247236475348, -0.0172401312738657, -0.07031632959842682, 0.03955245018005371, 0.002330928109586239, 0.002461204305291176, 0.010447587817907332, -0.023279638960957527, -0.013122538104653358, -0.005245563108474016, -0.059446174651384354, 0.028395509347319603, 0.0411142036318779, 0.012662914581596851, -0.049195218831300735, 0.007435878738760948, -0.010879273526370524, 0.03566600754857063, 0.012572813779115675, -0.040715571492910385, 0.03777695074677467, 0.014100242406129835, -0.01753578707575798, 0.019948625937104225, -0.01210553664714098, 0.014844064600765703, -0.022418411448597908, -0.04686195030808449, 0.013523751869797708, 0.01828077994287014, -0.022086089476943016, -0.027024490758776665, 0.01935224048793316, -0.0018605299992486837, 0.02539954893290997, 0.033834341913461685, -0.00610347418114543, 0.017047448083758354, -0.005880171433091164, -0.02458474040031433, 0.02276009321212769, -0.06721934676170349, -0.038614772260189056, -0.015355417504906654, 0.011086389422416689, 0.02109773270785809, 0.01090886816382408, 0.03352542594075203, -0.04747042432427406, 0.046783942729234695, -0.0034066808875650167, 0.03649057075381279, 0.051725853234529495, -0.012561209499835968, -0.01516790222376585, 0.005357702262699604, 0.03461131826043129, 0.03859604895114899, -0.0029565654695034027, 0.006980303209275007, -0.04455900937318802, 0.038297273218631744, -0.023303041234612465, 0.04385077953338623, -0.026040399447083473, 0.012405873276293278, -0.011514224112033844, 0.005602652672678232, -0.04583222419023514, -0.01895946264266968, 0.0007855570875108242, 0.0500759519636631, -0.0026164434384554625, 0.0016912490827962756, -0.016612445935606956, -0.030995571985840797, -0.022992560639977455, -0.03583918884396553, -0.03294503316283226, 0.0568230040371418, -0.03952709585428238, 0.0288635678589344, 0.07533858716487885, 0.024591760709881783, 0.046248797327280045, 0.05231638625264168, 0.0700448527932167, -0.00333062163554132, 0.021162455901503563, 0.010599950328469276, 0.021154655143618584, -0.014802719466388226, -0.017586493864655495, -0.010746997781097887, -0.016422588378190994, 0.010802775621414185, -0.03281397745013237, 0.030247459188103676, 0.05012587457895279, -0.035653527826070786, 0.0846872627735138, -0.003281603567302227, -0.02087225951254368, -0.018368151038885117, 0.05767096579074859, -0.025598473846912384, -0.0070428079925477505, 0.003256512340158224, 0.017987463623285294, -0.001626306097023189, -0.050363026559352875, 0.031996436417102814, 0.011872286908328531, -0.006557490676641464, -0.04960476979613304, -0.025059819221496586, -0.023487143218517303, 0.018884573131799694, 0.012733514420688152, 0.017289862036705017, 0.05055961012840271, -0.038873761892318726, -0.023700889199972153, -0.026136349886655807, 0.04779962822794914, 0.03316345810890198, 0.030576659366488457, 0.022997243329882625, 0.02060546539723873, 0.02754988707602024, -0.017488202080130577, -0.018349427729845047, -0.04347984120249748, 0.054469455033540726, 0.045742906630039215, 0.008565068244934082, -0.04123355448246002, 0.01005697064101696, -0.003500292543321848, -0.011904271319508553, 0.05958688631653786, 0.030456524342298508, 0.015271168202161787, -0.0031203858088701963, 0.027388405054807663, 9.673195017967372e-05, 0.0005257849697954953, -0.01893215999007225], [-0.05749638006091118, -0.05349069461226463, -0.02230934239923954, 0.002877494553104043, -0.01536532398313284, 0.006331507116556168, 0.0007110921433195472, -0.022489624097943302, 0.03145432099699974, 0.05730272084474563, -0.026243362575769424, -0.0032670425716787577, -0.04250818118453026, -0.0006268440629355609, 0.009183520451188087, 0.06385655701160431, -0.011609355919063091, -0.018772196024656296, -0.0021805765572935343, 0.015645619481801987, -0.010692023672163486, -0.04576471447944641, 0.03335141763091087, 0.0005338367191143334, -0.021715305745601658, 0.04798606038093567, 0.035417962819337845, -0.028483182191848755, 0.02259186841547489, -0.04917413368821144, 0.03301378712058067, 0.010401534847915173, -0.02597580663859844, 0.01345166563987732, 0.027214206755161285, 0.03657099977135658, 0.020456520840525627, 0.014646747149527071, -0.051839496940374374, -0.01567619852721691, -0.05597640946507454, 0.027201464399695396, -0.054917655885219574, 0.012883429415524006, -0.006716914474964142, 0.04425621032714844, 0.0020945766009390354, 0.06506947427988052, -0.0206438098102808, -0.09634032845497131, 0.017969530075788498, 0.038843948394060135, -0.018621856346726418, -0.012368704192340374, -0.002429339336231351, 0.032960277050733566, 0.041864775121212006, -0.0010778660653159022, 0.05294029414653778, 0.044598937034606934, -0.03071535937488079, -0.05366651713848114, -0.01929456554353237, -0.032738588750362396, -0.0006803551223129034, 0.003991671837866306, 0.03409038111567497, 0.014785301871597769, 0.03469683974981308, -0.05425513908267021, -0.0012447696644812822, -0.012693592347204683, -0.010095756500959396, -0.04758918657898903, 0.060666274279356, -0.011428437195718288, -0.06127018481492996, 0.010641060769557951, -0.01869320310652256, -0.03744485601782799, -0.019964728504419327, 0.0366729274392128, -0.001877984032034874, -0.06243978440761566, -0.0297215823084116, 7.644439756404608e-05, -0.04444477334618568, -0.04879191145300865, 0.050091467797756195, -0.00617161113768816, -0.03378714993596077, 0.029772546142339703, 0.00508864875882864, -0.0215980913490057, -0.01812942698597908, 0.039791859686374664, -0.0025328577030450106, 0.05024944990873337, -0.0033711979631334543, 0.04351215064525604, 0.019421974197030067, -0.05324607342481613, -0.0010421919869259, 0.02854943461716175, -0.009761950001120567, 0.031546056270599365, 0.027965670451521873, -0.023999718949198723, 0.02765503525733948, -0.02035586908459663, 0.007151373662054539, 0.03756222873926163, 0.005009656306356192, -0.04889383912086487, -0.018499543890357018, -0.025680221617221832, 0.03119058907032013, -0.0031189315486699343, -0.03016241081058979, -0.010722600854933262, -0.04284963384270668, 0.026082828640937805, 0.0006829032790847123, 0.027091894298791885, -0.0006217478075996041, 0.009723409079015257, 0.03845662996172905, 0.054153211414813995, -0.018573440611362457, 0.01971246302127838, 0.021037498489022255, 0.02588152512907982, 0.026736030355095863, -0.04276586323976517, -0.021750979125499725, 0.0350726917386055, 0.015696583315730095, 0.06028914824128151, -0.00617161113768816, 0.010773563757538795, -0.024250712245702744, 0.003956475295126438, -0.005943552125245333, 0.038660481572151184, -0.009061209857463837, -0.06148168072104454, -0.034271299839019775, -0.061288021504879, 0.020799724385142326, -0.004282160196453333, -0.03477710485458374, 0.013706481084227562, -0.02074594050645828, 0.006319403648376465, -0.007557802833616733, -0.006788899656385183, 0.028534146025776863, 0.02785506471991539, -0.04196542873978615, 0.0315001904964447, 0.03601040691137314, 0.010391341522336006, 0.06142052635550499, -0.017392374575138092, -0.015576820820569992, -0.0013454214204102757, 0.07856445759534836, -0.02385065332055092, -0.00030322946258820593, 0.04176539555191994, 0.009173328056931496, 0.019661499187350273, 0.01722419634461403, 0.06943190097808838, -0.0033189610112458467, -0.02349391207098961, -0.003694812534376979, -0.01100799348205328, -0.01782556064426899, 0.016534922644495964, -0.020864224061369896, -0.00786676537245512, -0.02466096356511116, -0.019363366067409515, -0.016375664621591568, -0.039017222821712494, -0.04290059581398964, -0.01239482220262289, -0.04496268555521965, 0.013828791677951813, 0.0682903304696083, -0.017898181453347206, -0.015166568569839, -0.006538544315844774, -0.020446328446269035, 0.03810880705714226, 0.006217477843165398, -0.011423340998589993, 0.006072233431041241, 0.03443565219640732, -0.012363607063889503, 0.03382154926657677, 0.02165414951741695, -0.03373491391539574, -0.029444949701428413, -0.06021780148148537, 0.03417685627937317, -0.03526953607797623, 0.03270164132118225, -0.025828015059232712, -0.022056756541132927, 0.060464970767498016, -3.56740529241506e-05, -0.0006497774156741798, 0.025593584403395653, 0.009793801233172417, 0.0682903304696083, -0.03638498485088349, 0.0439937524497509, 0.0032794647850096226, -0.01617053896188736, -0.0008383402600884438, 0.014731472358107569, 0.017469774931669235, -0.020980164408683777, 0.05585537478327751, 0.01498310174793005, 0.04154498130083084, -0.018276581540703773, 0.010337830521166325, 0.04083150252699852, -0.005058708135038614, -0.018265115097165108, -0.03300359472632408, 0.012618422508239746, 0.025224102661013603, -0.04041360691189766, 0.016756612807512283, -0.013122955337166786, 0.01914677396416664, -0.055101122707128525, -0.06266402453184128, 0.042452123016119, -0.04134112969040871, -0.004047730937600136, -0.03182125464081764, -0.018071455880999565, 0.010637237690389156, -0.004653871525079012, 0.00634727394208312, 0.052430666983127594, -0.04339239001274109, -0.015195872634649277, 0.017128003761172295, -0.030659301206469536, -0.04000590369105339, -0.036876779049634933, 0.004775226581841707, -0.018122419714927673, 0.04440909996628761, -0.013148436322808266, -0.007736172992736101, -0.06757684797048569, -0.007588380482047796, 0.03097527101635933, 0.03345206752419472, -0.006527714431285858, -0.025542622432112697, 0.025266386568546295, -0.0006625181413255632, 0.02479219250380993, -0.06614988297224045, 0.002507376251742244, 0.04960731789469719, -0.000448473816504702, 0.02346588298678398, 0.06716914474964142, -0.0011860826052725315, 0.04443458095192909, 0.03357183188199997, -0.043792448937892914, -0.059998661279678345, -0.01031744573265314, 0.04989271238446236, 0.037596628069877625, 0.009169505909085274, 0.003813301445916295, -0.03418593481183052, -0.029996782541275024, -0.034547772258520126, -0.007455877028405666, -0.003289657412096858, 0.03222895786166191, 0.014603666961193085, 0.055753447115421295, -0.011558393016457558, 0.04674320295453072, 0.007012499496340752, -0.031240276992321014, -0.08276380598545074, 0.03864264488220215, 0.01865752972662449, -0.022428786382079124, -0.015953946858644485, 0.0224912166595459, -0.03603079169988632, -0.05483993887901306, 0.06023818626999855, 0.011145593598484991, -0.017643367871642113, -0.02101711370050907, -0.004342041909694672, -0.04287256672978401, -0.0043828124180436134, 0.0053039672784507275, -0.03160466253757477, -0.013793117366731169, 0.09852153807878494, -0.028251301497220993, -0.012942036613821983, 0.05158467963337898, -0.020252669230103493, -0.03393621742725372, -0.07520090043544769, 0.005351108033210039, 0.08390536904335022, 0.04410332068800926, 0.015138937160372734, -0.010037786327302456, -0.0020741913467645645, 0.027550561353564262, -0.021062979474663734, 0.03139316663146019, 0.003889745799824595, -0.006172885186970234, 0.0021608283277601004, -0.005850544665008783, 0.00403626449406147, 0.01394855510443449, 0.04682474210858345, 0.02316647581756115, -0.04629472643136978, -0.026154177263379097, -0.019605441018939015, -0.007455877028405666, -0.05718296021223068, -0.03155624866485596, -0.02223767526447773, 0.026385420933365825, 0.0037789014168083663, 0.01234322227537632, -0.014218658208847046, 0.00835027638822794, -0.0002955850213766098, -0.007101684808731079, -0.016576649621129036, -0.028406739234924316, 0.00028794058016501367, 0.0023863392416387796, -0.01089587528258562, 0.054795343428850174, -0.04224317520856857, -0.011527815833687782, 0.059992291033267975, -0.04079073294997215, -0.009130646474659445, 0.0091070756316185, 0.007478810381144285, 0.07932890206575394, -0.014498954638838768, 0.043961264193058014, 0.025922296568751335, 0.00403626449406147, 0.019314952194690704, -0.033146291971206665, 0.04670242965221405, -0.03608175739645958, -0.04187624156475067, 0.04143286496400833, -0.0449824333190918, 0.03958800435066223, -0.0021582802291959524, 0.019114922732114792, -0.00404900498688221, 0.030129285529255867, 0.025783421471714973, -0.00034527387470006943, 0.04659031331539154, -0.027104636654257774, 0.04699292033910751, 0.002314354293048382, -0.04394024237990379, -0.0008127990295179188, 0.03792534023523331, -0.01859637349843979, -0.012871325947344305, -0.004469449166208506, -0.0027061316650360823, 0.03575049713253975, 0.037294674664735794, -0.029701197519898415, 0.002063998719677329, -0.01605650968849659, -0.017072582617402077, 0.008859905414283276, -0.07155195623636246, -0.06422349065542221, 0.0016104286769405007, -0.0594431646168232, 0.03023630753159523, 0.0025086503010243177, -0.016766805201768875, -0.009219194762408732, 0.026648517698049545, 0.04490853473544121, 0.009145298041403294, 0.0010396437719464302, -0.02172040194272995, -0.004810900893062353, -0.005182930268347263, 0.02044123224914074, 0.0210451427847147, -0.04838420823216438, 0.007531047333031893, 0.02402774803340435, 0.01975323259830475, -0.02389078587293625, -0.008286572992801666, -0.005295685958117247, -0.008108202368021011, 0.04259482026100159, 0.019564669579267505, -0.006834129337221384, 0.06061531230807304, 0.04666675627231598, 0.017852315679192543, 0.007282603066414595, 0.0005707848467864096, -0.02548656240105629, -0.04292098060250282, 0.007353314198553562, -0.012866866774857044, -0.03940454125404358, -0.018438389524817467, 0.005730781704187393, -0.01041682343930006, -0.04730666056275368, 0.01986917294561863, -0.011614452116191387, -0.03407381847500801, 0.0011135400272905829, -0.02080816589295864, -0.0509425476193428, -0.02926291525363922, -0.0013403251068666575, -0.017210818827152252, 0.02216760255396366, -0.013452939689159392, -0.03781959414482117, -0.023667186498641968, -0.01916365511715412, -0.02456413395702839, 0.040454376488924026, -0.007648262195289135, -0.015095220878720284, 0.016917144879698753, -0.02226060815155506, -0.07848291844129562, -0.00229842821136117, -0.016152702271938324, 0.004336945712566376, -0.04592779651284218, 0.03263920918107033, -0.02249503880739212, -0.013726228848099709, -0.00028794058016501367, 0.0300273597240448, 0.016868731006979942, -0.011084438301622868, -0.0034705756697803736, 0.014690065756440164, 0.016619011759757996, 0.02546108141541481, 0.05915777385234833, 0.006107907276600599, 0.04747706651687622, -0.0212311577051878, 0.02669374644756317, 0.016715841367840767, -0.020418299362063408, 0.014919398352503777, 0.051164235919713974, 0.01229990366846323, 0.03732525184750557, -0.034797489643096924, 0.009960386902093887, 0.016934983432292938, 0.0655994862318039, -0.03044525533914566, -0.004018427338451147, 0.030408944934606552, 0.02688804268836975, -0.042992331087589264, 0.05540690198540688, -0.00964218657463789, -0.023981882259249687, -0.014202095568180084, 0.03725390508770943, 0.0002955850213766098, -0.02559868060052395, -0.020991632714867592, -0.035559386014938354, -0.05116678401827812, -0.03603779897093773, 0.017949145287275314, 0.055748350918293, 0.015256390906870363, -0.009440883062779903, -0.026205139234662056, 0.013184110634028912, -0.044246017932891846, 0.004897537641227245, -0.03912169486284256, 0.05484630912542343, 0.04200365021824837, -0.013630036264657974, 0.03852797672152519, 0.014646747149527071, 0.028004132211208344, 0.008173340000212193, 0.01310639176517725, -0.05512150749564171, -0.0636221244931221, 0.04992328956723213, -0.03708445280790329, -0.0720004290342331, 0.004270693752914667, 0.0050351377576589584, 0.05053994059562683, -0.04167748615145683, 0.03713159263134003, 0.035597607493400574, 0.0247985627502203, -0.013780376873910429, -0.04236039146780968, -0.03719274699687958, -0.02758113853633404, 0.01619601994752884, 0.0027175983414053917, 0.020606862381100655, 0.01564052328467369, 0.02647014707326889, -0.0908363312482834, -0.057343490421772, -0.001060029026120901, 0.011609992943704128, -0.008210128173232079, 0.006594603415578604, 0.06868784129619598, -0.0007899254560470581, 0.02170256525278091, 0.034241992980241776, 0.00906503200531006, 0.031398262828588486, 0.04042379930615425, 0.020732995122671127, -0.021229565143585205, -0.06058983132243157, 0.009239579550921915, 0.009614157490432262, -0.044826995581388474, -0.011295934207737446, 0.02220709808170795, -0.028100961819291115, -0.05103427916765213, 0.005249182227998972, 0.04070919007062912, -0.032616276293992996, -0.013133147731423378, -0.02226785570383072, 0.04027855396270752, -0.006978099700063467, -0.0006217478075996041, 0.00520204147323966, -0.012066110968589784, 0.0005962662980891764, -0.027290649712085724, 0.02044951356947422, -0.027275361120700836, -0.01672348566353321, -0.018759455531835556, 0.04892441630363464, 0.031227536499500275, -0.012197977863252165, -0.018591277301311493, -0.015956494957208633, -0.028437316417694092, -0.039200689643621445, 0.0127980662509799, -0.02368757128715515, -0.03327369689941406, -0.03037581965327263, -0.0017238211585208774, 0.021111395210027695, 0.041626524180173874, -0.03840821236371994, -0.00068799959262833, -0.00015798509411979467, 0.002757094567641616, -0.011420792900025845, -0.03275897353887558, 0.02622552588582039, -0.001939139561727643, -0.014032643288373947, -0.0014014806365594268, -0.01237380038946867, -0.024299126118421555, 0.00534091517329216, -0.02466096356511116, -0.010444216430187224, 0.04052349552512169, -0.018886862322688103, -0.026967035606503487, 0.004307004623115063, -0.01802049390971661, 0.0008230513776652515, -0.0016945175593718886, 0.03576578572392464, 0.04391857981681824, -0.007597299292683601, 0.003996131010353565, -0.05074888840317726, 0.0745689645409584, 0.024604903534054756, -0.05354165658354759, 0.06123705953359604, 0.024325881153345108, -0.025198621675372124, -0.00035164423752576113, -0.0006268440629355609, -0.035090528428554535, 0.020912639796733856, -0.05539670959115029, 0.03856874629855156, -0.03189260512590408, -0.0046019526198506355, 0.041218820959329605, 0.016959190368652344, -0.02245490439236164, 0.01774529367685318, -0.0022576579358428717, -0.01325291022658348, -0.01340197678655386, 0.008628024719655514, 0.03161740303039551, -0.03487648442387581, -0.011787726543843746, -0.048282280564308167, -0.020832054316997528, -0.0048892563208937645, 0.0001936591434059665, -0.01355104334652424, 0.02411629632115364, 0.052749183028936386, -0.017730005085468292, 0.055386513471603394, 0.02094576507806778, 0.0010294512612745166, -0.0011109919287264347, 0.008638217113912106, 0.044088032096624374, 0.02118019573390484, -0.015023872256278992, -0.05295048654079437, 0.0183950699865818, -0.01474867295473814, 0.002772383624687791, -0.05753587558865547, -0.03648436442017555, 0.04545893520116806, -0.02525213360786438, -0.009244675748050213, -0.014751221053302288, 0.0011925325961783528, 0.057241566479206085, 0.04678906872868538, -0.0338444821536541, 0.018958210945129395, -0.03372726961970329, -0.05383724346756935, -0.037243712693452835, 0.004149656742811203, -0.008616558276116848, -0.012914007529616356, 0.019571995362639427, -0.011181266978383064, -0.005794485565274954, -0.014162599109113216, -0.03350812941789627, 0.01422630250453949, -0.004566278774291277, 0.045772358775138855, 0.016716478392481804, 0.026535125449299812, 0.024350089952349663, 0.01425688061863184, 0.0060951667837798595, -0.006343611050397158, -0.007389625068753958, -0.06076820194721222, -0.050412531942129135, 0.0331055223941803, 0.012353414669632912, 0.015248109586536884, 0.0052899522706866264, -0.06949305534362793, 0.020487098023295403, 0.0005453033954836428, 0.0626436397433281, -0.007096269633620977, 0.018974296748638153, -0.023426096886396408, -0.08991900086402893, 0.05603884160518646, 0.03014521114528179, 0.007481358479708433, 0.008210128173232079, -0.034833163022994995, -0.022695068269968033, 0.01002440880984068, 0.011453919112682344, 0.017225470393896103, 0.024296578019857407, 0.0142734432592988, -0.006655759178102016, 0.023962771520018578, -0.022474654018878937, -0.004923019092530012, 0.026493079960346225, -0.00491282669827342, 0.0003815849486272782, 0.00654364051297307, -0.0164890568703413, -0.01282227411866188, 0.038609519600868225, 0.005335818976163864, -0.036397725343704224, -0.022282268851995468, 0.0340840108692646, 0.0046172416768968105, 0.009835845790803432, 0.010758275166153908, 0.010916260071098804, 0.02712247334420681, 0.018316078931093216, -0.04223807901144028, 0.03780939802527428, -0.006426425650715828, 0.018565796315670013, -0.034315891563892365, 0.00947862770408392, -0.09169250726699828, -0.010250557214021684, -0.01575901359319687, 0.04332868382334709, -0.025119628757238388, 0.01412692479789257, 0.02378949709236622, 0.01799190603196621, -0.015859665349125862, -0.0097848828881979, -0.008770721033215523, 0.008143876679241657, 0.0027367095462977886, 0.007534869480878115, -0.002211791230365634, -0.0842977836728096, -0.03505358099937439, -0.019834773615002632, 0.022377824410796165, -0.028299717232584953, 0.0007313180831260979, 0.017364345490932465, 0.00451595289632678, -0.01626736856997013, 0.04544874280691147, -0.046842578798532486, -0.02474688366055489, 0.0443020761013031, -0.0352536104619503, 0.01986774057149887, -0.002420739270746708, -0.03739213943481445, -0.003236146178096533, -0.03703651577234268, 0.003761064494028687, -0.019112374633550644, 0.04596522077918053, -0.024000992998480797, -0.024510622024536133, -0.013484791852533816, -0.0206877663731575, 0.02974706329405308, 0.027397671714425087, -0.02408253401517868, 0.01367845106869936, 0.004064294043928385, -0.024360282346606255, 0.03724689781665802, -0.033085137605667114, 0.009484201669692991, 0.017938952893018723, 0.03502172604203224, -0.0066353739239275455, 0.02601817063987255, -0.04966592788696289, -0.01939012110233307, 0.02077249065041542, 0.027937879785895348, -0.005674085579812527, 0.01486063189804554, 0.03429805487394333, 0.03915991634130478, -0.05404236912727356, 0.006849417928606272, -0.03429295867681503, 0.030587952584028244, -0.025838207453489304, -0.033342499285936356, -0.010345475748181345, 0.010900413617491722, 0.019901026040315628, -0.009825334884226322, 0.01739492267370224, -0.012390363030135632, -0.01891043409705162, 0.005944626871496439, -0.019574861973524097, 0.04127997532486915, -0.03987085074186325, -0.02160828374326229, 0.03351322561502457, 0.037442468106746674, 0.01697288639843464, 0.01929456554353237, -0.04658776521682739, 0.02520562894642353, -0.02468644455075264, -0.0032603535801172256, -0.024197200313210487, -0.04647054895758629, 0.01359181385487318, -0.03159956634044647, 0.00035928867873735726, 0.04308661073446274, 0.050229065120220184, -0.0022882355842739344, 0.025787243619561195, 0.04235019534826279, -0.016275649890303612, -0.02509414777159691, -0.05055522918701172, 0.016017649322748184, -0.011640571057796478, -0.02418573386967182, 0.03681816905736923, -0.04578255116939545, -0.0015645620878785849, 0.018351752310991287, -0.007654632441699505, 0.01955929398536682, 0.03294244036078453, -0.04158575460314751, 0.01445308793336153, 0.04203422740101814, -0.0035113459452986717, -0.006757684983313084, -0.03478729724884033, -0.031199507415294647, 0.014346065931022167, -0.0015747545985504985, 0.013133147731423378, -0.005501448642462492, -0.05425513908267021, -0.02113942429423332, -0.014942332170903684, -0.059198543429374695, -0.00320556852966547, 0.029456574469804764, 0.01997237280011177, -0.03807822987437248, -0.006595877464860678, -0.03810498490929603, 0.0323665589094162, -0.021246446296572685, -0.02886030822992325, 0.06824956089258194, 0.003761064494028687, -0.004015879239886999, 0.03693920746445656, -0.0034291683696210384, 0.012684674002230167, 0.008571965619921684, -0.03077906370162964, 0.003623464610427618, -0.012503755278885365, -0.0058250632137060165, -0.04017025604844093, 0.02223767526447773, -0.01276111789047718, 0.011679749004542828, 0.10009119659662248, 0.02911512367427349, 0.012987266294658184, -0.0010753178503364325, 0.019070329144597057, 0.0032820128835737705, -0.03514403849840164, -0.02495654858648777, -0.003185463137924671, -0.0013173917541280389, 0.006320677697658539, -0.052675288170576096, 0.03131672367453575, -0.06396867334842682, 0.07650555670261383, 0.00897170603275299, 0.034303151071071625, 0.012590392492711544, -0.0430101677775383, -0.014825116842985151, 0.022787438705563545, 0.01852502673864365, 0.040000807493925095, 0.014932138845324516, 0.017521055415272713, -0.04420015215873718, 0.01860656589269638, -0.029782738536596295, 0.050272386521101, 0.018367040902376175, -0.023045437410473824, 0.010085564106702805, 0.00017040730745065957, -0.05026983842253685, -0.03535808250308037, 0.03306347504258156, 0.06530135124921799, -0.0510750524699688, 0.02653894759714603, 2.5481465854682028e-05, -0.04180489480495453, -0.01696810871362686, -0.013301325030624866, -0.01770961843430996, 0.02458961494266987, -0.016654687002301216, -0.00379164214245975, 0.033503033220767975, -0.014065769501030443, 0.031597018241882324, 0.05627327039837837, 0.05999356508255005, 0.021455394104123116, 0.026388606056571007, 0.01600618287920952, 0.009923757053911686, -0.019783809781074524, -0.01411673240363598, -0.010641060769557951, -0.01260822918266058, 0.015655813738703728, 0.005585537292063236, -0.01774529367685318, 0.08697588741779327, 0.009468913078308104, 0.032241541892290115, 0.0014690065290778875, -0.025850310921669006, 0.026245910674333572, 0.055082011967897415, -0.0035164423752576113, 0.002903613029047847, 0.017526153475046158, 0.02902848646044731, -0.005402070935815573, -0.032538559287786484, -0.018463870510458943, 0.014812376350164412, 0.00024207393289543688, -0.07701518386602402, -0.06303095817565918, 0.02387358620762825, 0.04138190299272537, -0.004693686030805111, 0.008808942511677742, 0.01792876049876213, -0.044826995581388474, -0.019009174779057503, -0.008233061991631985, 0.043950434774160385, 0.030551521107554436, 0.025297999382019043, 0.05191084370017052, 0.05034118518233299, 0.0381457544863224, 0.020395366474986076, 0.03228597342967987, -0.08114827424287796, 0.02338689006865025, 0.03315648436546326, -0.018407810479402546, -0.04303310066461563, -0.019151870161294937, -0.01448884140700102, 0.0415959469974041, 0.05548844113945961, -0.028393998742103577, -0.00830695778131485, 0.02710718475282192, 0.03422160819172859, 0.010992704890668392, -0.02397296391427517, -0.03302015736699104], [-0.01883203536272049, 0.013798425905406477, -0.013065624050796032, -0.007252813316881657, -0.014668826945126057, 0.04256647825241089, 0.03208325803279877, -0.05348089709877968, 0.009060016833245754, -0.013915224932134151, -0.0014080025721341372, -0.011558420956134796, 0.03397446125745773, 0.012830423191189766, 0.04117767512798309, 0.068758524954319, -0.033812861889600754, -0.02974405325949192, 0.05315759405493736, 0.016358429566025734, -0.022148439660668373, -0.024246443063020703, 0.05032328888773918, 0.04232567548751831, -0.00774081377312541, 0.07709453999996185, -0.014732826501131058, -0.0270992498844862, -0.013555224984884262, -0.009105616249144076, 0.017072031274437904, -0.06597451865673065, -0.07760334014892578, -0.03536006435751915, 0.005155209451913834, 0.04218887910246849, 0.0056544104591012, -0.004481608048081398, 0.011190219782292845, 0.001158402068540454, -0.10028818249702454, -0.01851043477654457, -0.0119424220174551, 0.0645827129483223, 0.03893126919865608, 0.05688350275158882, 0.021522438153624535, -0.06050291284918785, 0.011879220604896544, -0.03625286743044853, 0.05406729504466057, -0.016189629212021828, -0.015613229013979437, -0.034579262137413025, 0.04927529022097587, 0.045565683394670486, -0.0019167035352438688, 0.013974424451589584, 0.054758500307798386, 0.022003240883350372, 0.03387685865163803, 0.025514645501971245, -0.042304877191782, 0.01382722519338131, 0.0017882032552734015, -0.002148403786122799, 0.019116034731268883, 0.03119605779647827, -0.03605126589536667, -0.024208545684814453, -0.004174807574599981, 0.024435942992568016, -0.08231054991483688, 0.012814423069357872, -0.019344035536050797, 0.006440411787480116, -0.04042887315154075, 0.005390409845858812, 0.010927218943834305, 0.014468025416135788, -0.0134288240224123, 0.0342128612101078, 0.0006656012265011668, -0.002671204973012209, -0.03670726716518402, -0.01882443390786648, -0.029168054461479187, -0.03845446929335594, 0.04030727222561836, 0.010455219075083733, -0.04868388921022415, -0.017497632652521133, 0.03670566529035568, 0.022553840652108192, 0.017121631652116776, 0.03675846382975578, 0.013100823387503624, -0.003027205588296056, 0.036620866507291794, 0.04523848369717598, 0.028941653668880463, -0.02474244497716427, -0.023401692509651184, 0.020515237003564835, -0.006281211506575346, -0.032569658011198044, 0.00919121690094471, -0.07524494081735611, 0.02317844331264496, -0.039371270686388016, -0.010886420495808125, -0.0008156014955602586, -0.023769645020365715, -0.012833623215556145, 0.0112184202298522, 0.05129609256982803, 0.03466566279530525, -0.06128650903701782, 0.011807221919298172, -0.02795655094087124, 0.013177623972296717, -0.05235849320888519, -0.013723224401474, 0.001793603179976344, -0.056900504976511, 0.017016030848026276, 0.0036000064574182034, 0.00014080025721341372, -0.01864003390073776, 0.015485628508031368, 0.01666083000600338, -0.00999581813812256, 0.020004836842417717, -0.036144062876701355, -0.06711732596158981, 0.0261104479432106, 0.013301598839461803, 0.033308859914541245, -0.027036849409341812, 0.01292882300913334, 0.018611233681440353, -0.014448525384068487, -0.04340488091111183, 0.00790401455014944, -0.023820841684937477, -0.016721630468964577, 0.02028803713619709, 0.00900321640074253, 0.010267218574881554, 0.00675521232187748, 0.02067203633487225, 0.0007144013070501387, -0.035001665353775024, 0.023296041414141655, -0.03170245513319969, -0.016641629859805107, -0.016747230663895607, 0.011431670747697352, -0.0250854454934597, 0.024377644062042236, 0.042735278606414795, 0.00036000064574182034, 0.003232005750760436, -0.020924637094140053, 0.024217644706368446, 0.0010672019561752677, 0.012720023281872272, -0.038739271461963654, 0.037780068814754486, 0.05418889597058296, 0.025026584044098858, 0.017652831971645355, 0.033617861568927765, 0.03814086690545082, -0.03697126731276512, -0.0368768684566021, 0.023502442985773087, 0.0002260004257550463, -0.02233204059302807, -0.005990410689264536, -0.03233285993337631, -0.02680164761841297, 0.006155211012810469, 0.04738568514585495, 0.004978809040039778, 0.010306818410754204, -0.0518592931330204, -0.015663228929042816, 0.038520071655511856, 0.010709620080888271, 0.029510455206036568, -0.0374576672911644, -0.04243447631597519, 0.00766701390966773, 0.004318407736718655, 0.005005608778446913, -0.01320722419768572, -0.011820821091532707, -0.007706413976848125, -0.046815283596515656, 0.004745608661323786, -0.04965928941965103, 0.002783205127343535, -0.05167209357023239, -0.04753929004073143, -0.010643219575285912, 0.038652870804071426, 0.046262484043836594, 0.024665646255016327, -0.049408089369535446, -0.03442566096782684, 0.02442404255270958, -0.0198416355997324, 0.007509613409638405, 0.027616048231720924, 0.002244004048407078, 0.03191366046667099, -0.06638572365045547, 0.03231045976281166, 0.023878443986177444, -0.015557228587567806, -0.00915901642292738, 0.025388045236468315, -0.016436729580163956, 0.0020264037884771824, -0.0026920048985630274, 0.04738728329539299, 0.016281628981232643, -0.02976125292479992, -0.007426413241773844, 0.07658253610134125, -0.05006089061498642, 0.0062784114852547646, -0.07878414541482925, -0.03748006746172905, -0.017423231154680252, -0.02985365502536297, -0.05935370922088623, -0.041356876492500305, 0.025462444871664047, -0.03700526803731918, -0.03101285547018051, 0.02041593566536903, -0.021091237664222717, -0.004865609109401703, -0.02653764933347702, -0.01578242890536785, -0.06445451825857162, -0.021705638617277145, 0.021209638565778732, 0.032489657402038574, 0.04216007515788078, -0.03323176130652428, 0.009343217127025127, 0.022787241265177727, 0.035558465868234634, -0.00985581800341606, 0.02256644144654274, 0.0028112048748880625, 0.0046832081861793995, -0.018952034413814545, -0.045496080070734024, -0.03483526408672333, -0.0067610121332108974, 0.02082083746790886, 0.01912163384258747, 0.011835422366857529, -0.023000841960310936, 0.016534430906176567, -0.026026448234915733, 0.02871685102581978, -0.04825608804821968, 0.06409331411123276, 0.016854429617524147, -0.0016280029667541385, 0.0017852031160145998, 0.046677883714437485, 0.00924801640212536, 0.02701444923877716, 0.0034900065511465073, -0.017848031595349312, -0.023074042052030563, -0.04099847376346588, 0.0768529400229454, 0.0032032057642936707, -0.04719368740916252, 0.018158920109272003, -0.009619217365980148, -0.018002232536673546, 0.005318409763276577, 0.016838030889630318, 0.01144642010331154, -0.01437122654169798, 0.03211306035518646, 0.05072969198226929, -0.019202835857868195, 0.013969624415040016, -0.016399230808019638, -0.010759219527244568, -0.07454413920640945, -0.022423241287469864, -0.006165711209177971, -0.024598443880677223, -0.0694529265165329, 0.024070441722869873, -0.0012844023294746876, -0.01533602736890316, 0.006770412437617779, 0.021992040798068047, 0.0013536023907363417, 0.03453686460852623, -0.032060060650110245, -0.017067231237888336, -0.019209634512662888, 0.04128807410597801, -0.02018323540687561, -0.02280804142355919, 0.05957130715250969, -0.00920321699231863, -0.008161614648997784, -0.004576008301228285, -0.008742216043174267, -0.043609682470560074, -0.05610249936580658, 0.028592051938176155, 0.05982010439038277, 0.03343366086483002, 0.002454404486343265, -0.05404489487409592, -0.026736048981547356, 0.003961606882512569, 0.022941041737794876, 0.03464006260037422, -0.013026423752307892, -0.014755227603018284, -0.014282426796853542, 0.0189888346940279, -0.02754324860870838, -0.0454464815557003, -0.012820023111999037, 0.0021888038609176874, -0.07285133004188538, -0.025628846138715744, -0.00912481639534235, 0.02024216204881668, -0.006408012006431818, -0.03972487151622772, 0.039876870810985565, 0.04335607960820198, -0.012562761083245276, 0.03461126238107681, -0.024512045085430145, -0.009529616683721542, -0.0055120098404586315, 0.01262082252651453, -0.008723216131329536, 0.000998401781544089, -0.033575862646102905, 0.01695363037288189, -0.02521844580769539, -0.011379021219909193, -0.01431722566485405, -0.05543050169944763, -0.023088840767741203, -0.02466144599020481, -0.05250889435410499, 0.040748871862888336, 0.04742088541388512, -0.014252825640141964, 0.001198402140289545, 0.05098249018192291, 0.00941761676222086, -0.050841689109802246, -0.010123218409717085, -0.03983807191252709, 0.0249930452555418, -0.01896083354949951, -0.012570422142744064, 0.045120079070329666, -0.011563220992684364, 0.03704966604709625, -0.040192075073719025, 0.040694475173950195, -0.014076825231313704, 0.06554251909255981, 0.0653793141245842, 0.010453619062900543, 0.025604845955967903, 0.011150720529258251, 0.06001690775156021, 0.02567204460501671, 0.012460822239518166, 0.04356487840414047, -0.03438086435198784, 0.008681615814566612, -0.03488006442785263, 0.009800017811357977, 0.00578841008245945, 0.03488006442785263, 0.04055207222700119, 0.0016784030012786388, -0.016598429530858994, -0.06059451028704643, 0.026121648028492928, 0.01370562519878149, -0.0181440319865942, -0.0529760979115963, -0.01188653614372015, -0.051659297198057175, 0.004787208512425423, 0.007208012975752354, -0.012789623811841013, -0.008387215435504913, 0.015561629086732864, 0.03844326734542847, 0.01196962222456932, 0.01247482281178236, 0.005302409641444683, 0.0010000017937272787, 0.00032400060445070267, -0.010464019142091274, 0.009948818013072014, -0.017523232847452164, -0.0033304060343652964, 0.05801290646195412, 0.06388811767101288, -0.034131262451410294, 0.02783364988863468, -0.013758424669504166, 0.04245087504386902, 0.02933725155889988, 0.03821767121553421, 0.0010048018302768469, 0.046366482973098755, 0.007486413232982159, 0.002738705137744546, 0.021836839616298676, -0.037185169756412506, 0.04460808262228966, -0.01875203289091587, -0.005286409519612789, -0.0017244031187146902, -0.05363209545612335, 0.01480482704937458, -0.025944048538804058, -0.0064920117147266865, -0.02426404319703579, 0.05517129600048065, 0.008945616893470287, 0.004918408580124378, -0.001543202786706388, 0.0007644013967365026, -0.08961296081542969, -0.04499288275837898, -0.014972826465964316, 0.059292908757925034, 0.029676854610443115, -0.0254848450422287, -0.013061823323369026, -0.06355211138725281, -0.03550006449222565, -0.015010827220976353, 0.025036843493580815, 0.019136033952236176, -0.05945610627532005, 0.0050039091147482395, 0.0020080036483705044, -0.023634642362594604, -0.055638499557971954, 0.007682414259761572, -0.004430408123880625, -0.02070983685553074, -0.012963823974132538, -0.017094429582357407, 0.02601284720003605, 0.032481659203767776, 0.05461130291223526, 0.008376264944672585, -0.0193865355104208, -0.02007603645324707, -0.01807323284447193, -0.032461658120155334, -0.01052961964160204, -0.0033450061455368996, -0.002615204779431224, 0.039003271609544754, 0.0023144043516367674, 0.03883687034249306, 0.018288832157850266, 0.012386422604322432, -0.008849616162478924, 0.036934465169906616, 0.014605626463890076, 0.010825620032846928, -0.018176032230257988, 0.019907236099243164, -0.02158883959054947, 0.02323044277727604, 0.01841043308377266, 0.009848018176853657, -0.0012112022377550602, 0.037331268191337585, -0.025496847927570343, -0.001417102525010705, 0.006009610835462809, -0.014620826579630377, -0.011118019931018353, 0.02848965115845203, -0.043340880423784256, 0.014244825579226015, -0.03613126650452614, -0.02076808735728264, -0.0184832327067852, -0.019612036645412445, 0.016699230298399925, 0.03401606157422066, -0.010048618540167809, -0.012600022368133068, 0.027937550097703937, -0.051766496151685715, -0.0062944116070866585, -0.031465157866477966, 0.020936038345098495, 0.060531310737133026, 0.001249602297320962, -0.020172836259007457, 0.0297472532838583, -0.0653713196516037, -0.013688024133443832, 0.0003560006443876773, -0.005408009979873896, 0.00168880308046937, 0.006812562234699726, -0.013661624863743782, 0.02919045276939869, -0.001532802707515657, -0.007703613955527544, -0.016834231093525887, 0.028908852487802505, -0.0051888092420995235, 0.0498499758541584, 0.05268489569425583, -0.01491202786564827, -0.03657286614179611, -0.025305645540356636, -0.01332002505660057, -0.009948818013072014, -0.011196020059287548, 0.03093365579843521, -0.0490608923137188, 0.030662454664707184, 0.05996650829911232, -0.026007646694779396, -0.03096005693078041, 0.053753696382045746, -0.03674406558275223, -0.026760049164295197, 0.018025632947683334, 0.06882252544164658, 0.04533768445253372, 0.015362427569925783, 0.014079226180911064, -0.02978765405714512, 0.045678481459617615, -0.029094453901052475, 0.027100849896669388, -0.05192969739437103, 0.0018976033898070457, 0.043585676699876785, 0.016574429348111153, -0.05707530304789543, 0.01248071063309908, -0.0043148077093064785, -0.02148324064910412, -0.017223231494426727, 0.002449204446747899, -0.002065603854134679, -0.07148812711238861, -0.022649642080068588, -0.019083235412836075, 0.04262087866663933, -0.03540486469864845, -0.002259204164147377, -0.05000649020075798, 0.009504017420113088, 0.025706646963953972, 0.029340852051973343, 0.0019637474324554205, -0.007788814138621092, 0.025079645216464996, 0.043052878230810165, 0.006145010702311993, 0.045228879898786545, -0.06959852576255798, -0.025422444567084312, -0.04030567407608032, -0.07932814210653305, -0.0005552010261453688, -0.031132858246564865, 0.05394889786839485, -0.03780166804790497, -0.03596486523747444, 0.009065616875886915, -0.021884838119149208, 0.02804965153336525, -0.0033440059050917625, 0.019606435671448708, 0.008719216100871563, -0.01756558194756508, -0.030880054458975792, 0.010457619093358517, 0.0056032100692391396, -0.03601286560297012, -0.028016051277518272, -0.013104823417961596, 0.043718479573726654, -0.04112807661294937, 0.03043205477297306, -0.051084890961647034, -0.007802214007824659, -0.02458244562149048, 0.00313600548543036, 0.0022416040301322937, 0.00404000747948885, 0.03239045664668083, -0.026592297479510307, 0.007660813629627228, -0.022043241187930107, 0.0344521626830101, 0.012731222435832024, 0.05408649519085884, 0.01393985003232956, 0.05260809510946274, -0.0023104040883481503, -0.03907527029514313, 0.0877697616815567, 0.04029447212815285, -0.03275686129927635, -0.0016220029210671782, -0.021288437768816948, -0.03068145550787449, -0.03258485719561577, -0.017788833007216454, 0.04246167838573456, 0.01299042347818613, 0.029748253524303436, 0.05161529406905174, 0.03141365945339203, -0.015529627911746502, 0.015437628142535686, 0.0203616376966238, -0.018508432433009148, -0.039667271077632904, -0.00256960466504097, -0.006312811281532049, 0.06043531373143196, 0.01195642165839672, -0.038660869002342224, -0.02362564392387867, -0.012415623292326927, 0.01245122216641903, -0.03953607380390167, 0.0020713037811219692, 0.019752034917473793, 0.03379686176776886, 0.05057929456233978, -0.003923207055777311, -0.002621204825118184, -0.018678434193134308, -0.005561610218137503, 0.05857130512595177, -0.03395526111125946, -0.002752005122601986, 0.004535208456218243, -0.00656881183385849, 0.005575209856033325, 0.013606425374746324, -0.03768806904554367, -0.017118431627750397, 0.03011205419898033, -0.04718168452382088, -0.03259845823049545, 0.0008040014654397964, 0.02446284517645836, 0.05259529873728752, 0.0025024046190083027, -0.0357600636780262, -0.012296822853386402, -0.02442244440317154, -0.07518734037876129, -0.042790476232767105, -0.005948810838162899, 0.047161683440208435, 0.05867530778050423, 0.0046644085086882114, 0.01389202568680048, 0.06575372070074081, -0.00013760024739895016, 0.035827264189720154, -0.0031656057108193636, -0.01835843361914158, 0.0030576055869460106, 0.010070418007671831, -0.017632031813263893, -0.010190417990088465, 0.013580825179815292, -0.02034243755042553, 0.023660842329263687, -0.034952562302351, -0.008096015080809593, -0.016012828797101974, 0.04349607974290848, 0.016572829335927963, 0.02537604607641697, -0.040089674293994904, 0.017075231298804283, -0.005475210025906563, -0.039718471467494965, 0.02651204727590084, -0.031531255692243576, -0.004078207537531853, 0.028520051389932632, -0.0831233486533165, -0.02443164587020874, -0.06391691416501999, 0.024204842746257785, 0.044691283255815506, -0.03620806708931923, -0.002307204296812415, -0.010297618806362152, -0.0019480035407468677, 0.00536960968747735, 0.019459234550595284, 0.03228485956788063, 0.021411240100860596, 0.006060810759663582, -0.021976038813591003, -0.02185123972594738, 0.0007072013104334474, -0.006704011932015419, -0.016444828361272812, 0.020275237038731575, -0.031757257878780365, -0.02275059185922146, -0.015014426782727242, -0.01604642905294895, 0.01516762748360634, -0.012603922747075558, 0.05611715093255043, -0.015393227338790894, 0.07027852535247803, -0.02580304630100727, -0.0009392017382197082, 0.06503692269325256, -0.017614206299185753, -0.053888097405433655, 0.013926425017416475, -0.04481608420610428, 0.022346440702676773, 0.013078023679554462, -0.019263334572315216, -0.04123186320066452, -0.01414402574300766, 0.003923207055777311, 0.012110422365367413, -0.02752324938774109, -0.008386014960706234, -0.024116044864058495, -0.043350476771593094, -0.01593242958188057, 0.002583604771643877, 0.01022401824593544, -0.0294872522354126, -0.0008544015581719577, 0.05119209364056587, -0.02402804233133793, -0.04422887787222862, -0.043136078864336014, -0.02911045216023922, -0.06603211909532547, -0.018241632729768753, -0.05695290490984917, -0.01274202298372984, 0.007107213139533997, -0.07048332691192627, 0.023913642391562465, -3.0400055038626302e-05, -0.043712083250284195, 0.059235308319330215, -0.03583686426281929, 0.0043424079194664955, 0.002198403934016824, -0.019767286255955696, -0.001036501838825643, -0.03082885593175888, -0.0454016849398613, 0.055376097559928894, 0.00415040785446763, 0.03578886389732361, -0.0034698061645030975, 0.0526672936975956, 0.0026424047537148, 0.053361695259809494, 0.03912967070937157, -0.01573122851550579, 0.008752015419304371, -0.028081649914383888, -0.033436860889196396, 0.05741290375590325, -0.026313647627830505, -0.01668483018875122, 0.008260814473032951, -0.022948842495679855, -0.03620966523885727, 0.014174225740134716, 0.014502426609396936, -0.010677618905901907, 0.037811268121004105, -0.018575632944703106, 0.005759210325777531, 0.016746429726481438, 0.021859239786863327, 0.008362014777958393, -0.05792650580406189, 0.0889049544930458, -0.029238451272249225, 0.03899846971035004, -0.010440419428050518, -0.024403242394328117, 0.028889652341604233, -0.007699213922023773, -0.014224025420844557, 0.0012584022479131818, -0.004087207373231649, -0.04515528306365013, 0.016835231333971024, -0.008417615666985512, -0.054707299917936325, 0.008600415661931038, -0.008153614588081837, -0.0622321143746376, -0.0012732023606076837, -0.004716808442026377, 0.019388435408473015, -0.0319344587624073, 0.013100823387503624, -0.01328002382069826, -0.024166444316506382, -0.006350411102175713, -0.027827251702547073, -0.01737763173878193, -0.0023744043428450823, -0.0465104840695858, -0.019632035866379734, 0.05459209904074669, 0.059422507882118225, 0.016600029543042183, -0.019987236708402634, 0.03067205473780632, -0.08320014923810959, -0.04492808133363724, -0.02987685427069664, 0.01269962266087532, -0.001894403365440667, 0.014493826776742935, 0.027793649584054947, -0.017816131934523582, -0.05517769977450371, 0.0443296805024147, -0.00909601617604494, 0.006552011705935001, 0.028490852564573288, -0.04553608223795891, -0.0032784061040729284, 0.045072879642248154, -0.0027408048044890165, -0.03009605407714844, -0.05748330429196358, -0.003968006931245327, 0.0008800016366876662, -0.025593645870685577, 0.021945638582110405, -0.013819724321365356, -0.036326464265584946, 0.023713544011116028, -0.01663682982325554, -0.01970403455197811, -0.028012851253151897, 0.034708861261606216, -0.05225929245352745, -0.029392052441835403, -0.020665638148784637, 0.021121637895703316, 0.04765548557043075, -0.001556802773848176, -0.04473448172211647, 0.07673613727092743, 0.02534564584493637, 0.011782821267843246, 0.03363636136054993, -0.036643266677856445, 0.014449626207351685, 0.03551286458969116, 0.014524825848639011, 0.02354404330253601, -0.03626606613397598, -0.0200264360755682, -0.003833607072010636, -0.019453635439276695, 0.014228825457394125, -0.00714481296017766, 0.04139527305960655, -0.02181563898921013, -0.02094903774559498, 0.014457626268267632, -0.010083017870783806, 0.006880812346935272, -0.05405769869685173, 0.012332823127508163, -0.022921642288565636, -0.050312090665102005, 0.04295047745108605, -0.019977636635303497, -0.01227842178195715, -0.0043424079194664955, 0.055372901260852814, -0.04264967516064644, -0.007009612862020731, 0.04235207661986351, 0.02815685048699379, 0.0023584042210131884, 0.00031600057263858616, -0.010412818752229214, 0.0056192101910710335, -0.028620051220059395, -0.006451611407101154, -0.012666823342442513, -0.0016284029697999358, -0.019462835043668747, 0.03992327302694321, -0.029817653819918633, -0.021550439298152924, 0.014081625267863274, -0.03369966149330139, -0.02126723900437355, 0.004955208860337734, -0.027125949040055275, 0.022233640775084496, 0.04899848997592926, 0.004994809161871672, 0.00506480922922492, -0.04147207736968994, 0.01986563578248024, -0.016586830839514732, 0.010726469568908216, 0.019117435440421104, -0.04546968638896942, 0.031636856496334076, 0.02065763808786869, -0.007074012886732817, 0.007635213900357485, 0.02782045118510723, 0.03883526846766472, 0.016933629289269447, 0.020852837711572647, 0.0019752036314457655, 0.02870885096490383, -0.034604862332344055, -0.05390729755163193, -0.020820436999201775, -0.015330427326261995, 0.017585931345820427, 0.004701108671724796, 0.028880052268505096, 0.019562354311347008, -0.050603292882442474, 0.02188083902001381, 0.04481928423047066, -0.010256018489599228, -0.004716408438980579, -0.039675273001194, -0.0043056076392531395, -0.008152014575898647, 0.05538890138268471, 0.026104047894477844, 0.010998419485986233, -0.06895532459020615, 0.008643215522170067, 0.0029584055300801992, -0.0006096010911278427, -0.06861452758312225, -0.04566728696227074, 0.028403250500559807, 0.029382452368736267, -0.02866885252296925, 0.01814643293619156, 0.04247487708926201, -0.04712328687310219, 0.0028432051185518503, 0.00862081628292799, -0.027901651337742805, -0.05192969739437103, -0.018526433035731316, 0.06385931372642517, 0.054131295531988144, -0.005704810377210379, 0.005613959860056639, -0.018884634599089622, -0.04690368473529816, 0.02875125408172607, -0.014192025177180769, -0.002946405205875635, -0.00614561140537262, 0.016992030665278435, -0.008934415876865387, 0.033462461084127426, 0.02673444896936417, 0.020592037588357925, 0.02170383930206299, 0.04941768944263458, 0.020830437541007996, -0.013846425339579582, 0.02010883577167988, -0.06878412514925003], [-0.036545298993587494, -0.03621860593557358, -0.04561462998390198, -0.048171333968639374, -0.034146007150411606, -0.019181206822395325, 0.03372624143958092, -0.02657521888613701, 0.0466715432703495, 0.013296823017299175, -0.04110214114189148, 0.0007108546560630202, -0.03600809723138809, -0.06064626947045326, 0.0034786902833729982, 0.029009100049734116, -0.0035227283369749784, -0.018117424100637436, 0.035907529294490814, 0.001070654485374689, -0.03833930194377899, 0.008056769147515297, 0.011212513782083988, 0.05704827234148979, -0.008059891872107983, 0.05893222242593765, -0.0247150044888258, -0.03854512423276901, 0.03784020617604256, -0.0019048780668526888, 0.00946860108524561, -0.04127735644578934, -0.005796463694423437, 0.00801913347095251, 0.021330635994672775, 0.008697662502527237, 0.008411884307861328, 0.022479215636849403, -0.026318486779928207, -0.015965808182954788, -0.03370250388979912, 0.00036667106905952096, -0.03134506568312645, 0.02387796901166439, 0.010808988474309444, 0.06794220954179764, -0.002121944911777973, 0.04028509557247162, -0.011796876788139343, -0.05908713862299919, -0.0017996240640059114, 0.03485061600804329, 0.008135475218296051, -0.019586605951189995, -0.008369270712137222, 0.03841613233089447, 0.026128754019737244, -0.00672376062721014, 0.05269569158554077, 0.03398109972476959, -0.005562062840908766, -0.026127031072974205, -0.0432659350335598, 0.009710224345326424, 0.03236137703061104, 0.05369388684630394, 0.02149546705186367, 0.015177808701992037, 0.012326269410550594, -0.06233533099293709, -0.024564774706959724, 0.003211963688954711, -0.03493151068687439, -0.07233476638793945, 0.07826147228479385, -0.029466111212968823, -0.050819236785173416, 0.04760352522134781, -0.020185023546218872, -0.0889105498790741, -0.02948859892785549, 0.012278171256184578, -0.03030814416706562, -0.005846748128533363, -0.0460393950343132, 0.0060670943930745125, -0.03471444174647331, 0.002719815354794264, 0.036154892295598984, -0.004723622929304838, -0.045697085559368134, -0.002736524911597371, 0.04196134954690933, 0.013126449659466743, 0.006635606288909912, 0.02586623840034008, -0.007357782684266567, 0.045494697988033295, 0.027542181313037872, 0.06543360650539398, 0.07423371076583862, -0.047587908804416656, -0.0026385325472801924, -0.034587014466524124, -0.035270385444164276, 0.033677831292152405, 0.0281880721449852, -0.06241778656840325, 0.026517750695347782, -0.040849778801202774, 0.012569337151944636, 0.013631168752908708, 0.018879655748605728, -0.026339413598179817, -0.02508229948580265, 0.016820644959807396, 0.0643492117524147, -0.029510462656617165, -0.0547320581972599, -0.014104655012488363, -0.05391501262784004, -0.00534866563975811, 0.019048156216740608, 0.025539545342326164, -0.031764835119247437, 0.010435446165502071, -0.006341473199427128, -0.00798813533037901, -0.02157237753272057, 0.01675068400800228, 0.03244945406913757, -0.02744598500430584, 0.013490778394043446, -0.04852426052093506, -0.05102661997079849, 0.04210158437490463, -0.03587692230939865, 0.04155938699841499, -0.017125476151704788, 0.034285932779312134, -0.007302188780158758, 0.024189436808228493, 0.015544479712843897, 0.04866793379187584, 0.004705039318650961, -0.03408479318022728, -0.00904996693134308, -0.05990668013691902, 0.017095491290092468, 0.024926137179136276, -0.024758730083703995, -0.0005734310834668577, 0.005755861289799213, 0.03684763237833977, 0.023674333468079567, -0.02889268100261688, 0.0385916605591774, 0.007548301946371794, -0.04331091046333313, 0.023273305967450145, 0.030888445675373077, 0.036014970391988754, 0.032756783068180084, 0.017345041036605835, 0.0003573012654669583, 0.004612434655427933, 0.02097989432513714, -0.005496005993336439, -0.02396667003631592, -0.0017690161475911736, 0.02639688178896904, -0.009203631430864334, 0.0014854238834232092, 0.02399551123380661, 0.0002785950491670519, 0.002755967201665044, 0.00198889384046197, -0.05099663883447647, -0.02919126488268375, 0.022187035530805588, -0.024171557277441025, -0.01942169852554798, -0.0034330906346440315, 0.029880881309509277, -0.007249093148857355, 0.010519149713218212, -0.02743099443614483, -0.0122269494459033, -0.020629776641726497, 0.026502760127186775, 0.029740959405899048, -0.057243164628744125, 0.013921554200351238, 0.001602233853191137, -0.03925316780805588, 0.037347353994846344, 0.015627559274435043, 0.002358219586312771, -0.024851802736520767, 0.022282607853412628, -0.003081411123275757, -0.01723322831094265, 0.027892611920833588, -0.036197368055582047, -0.030935294926166534, -0.03766155242919922, 0.06297731399536133, -0.01621910370886326, 0.03252314031124115, 0.0060541327111423016, -0.0017090494511649013, 0.06889761984348297, -0.0005128397606313229, 0.0036123658064752817, 0.047626011073589325, 0.010486355051398276, 0.03671957924962044, -0.07627757638692856, 0.02828926593065262, 0.04267876222729683, -0.03906077519059181, -0.015967369079589844, 0.010464180260896684, -0.03164365142583847, -0.016086053103208542, 0.04761352017521858, 0.035991232842206955, 0.02640281617641449, 0.0009384624427184464, 0.008042246103286743, 0.06417930871248245, 0.0030270663555711508, 0.02560076117515564, -0.06134588271379471, -0.02270924486219883, 0.018325388431549072, -0.0181280430406332, -0.0030445565935224295, 0.011623535305261612, 0.0066038272343575954, -0.04974733293056488, -0.022982217371463776, 0.03462761640548706, -0.04848053678870201, 0.013764219358563423, 0.011178783141076565, -0.01137679722160101, 0.001832106034271419, 0.013239511288702488, 0.010657509788870811, 0.0063221086747944355, 0.02448638156056404, -0.04327842965722084, -0.02035625651478767, -0.012587374076247215, 0.026135463267564777, -0.00635396596044302, 0.029356172308325768, -0.013694883324205875, 0.019724030047655106, -0.012354066595435144, -0.0230196975171566, -0.04398834705352783, -0.035750117152929306, 0.06279507279396057, 0.0027422248385846615, 0.02091493085026741, 0.017726000398397446, 0.0803678035736084, 0.020793436095118523, -0.016236593946814537, -0.06967125087976456, 0.019119367003440857, 0.02644029445946217, -0.03763812780380249, 0.07215986400842667, 0.07883115857839584, -0.028652813285589215, 0.02763400599360466, 0.014493189752101898, -0.04804328083992005, -0.06560350954532623, -0.03714684024453163, 0.08688168227672577, 0.009024355560541151, 0.020323695614933968, 0.02212769351899624, -0.09763570129871368, -0.010762764140963554, -0.0286265779286623, -0.028636572882533073, 0.004749545827507973, 0.01298808865249157, 0.004632423631846905, 0.02428805455565453, -0.025476768612861633, 0.033024758100509644, -0.009416013024747372, -0.034545786678791046, -0.07370900362730026, 0.01785975508391857, 0.002916190540418029, -0.05165127292275429, -0.008883184753358364, 0.016560789197683334, -0.022824805229902267, -0.06435783952474594, 0.07448357343673706, 0.030546760186553, -0.011211264878511429, 0.0008745136437937617, -0.010061903856694698, -0.018314814195036888, -0.0026475898921489716, 0.05724816024303436, -0.0550243966281414, -0.0002623540931381285, 0.06315987557172775, -0.011146300472319126, 0.022787950932979584, 0.03861851990222931, -0.027104925364255905, 0.003687324235215783, -0.035845063626766205, 0.01890448667109013, 0.024510743096470833, 0.011494075879454613, 0.01470369752496481, -0.02315337210893631, 0.01353247370570898, 0.04709755629301071, -0.013193286955356598, -0.003925804980099201, -0.026023026555776596, 0.01868773065507412, -0.013203905895352364, 0.007843762636184692, -0.000356051983544603, 0.01834261044859886, 0.03931313380599022, 0.03245070204138756, -0.04324282333254814, 0.0022859161254018545, -0.027773303911089897, -0.01999669149518013, -0.05171123892068863, 0.009307323954999449, -0.05084172263741493, 0.0032569386530667543, 0.028088441118597984, 0.03656419366598129, -0.013652406632900238, 0.02425650879740715, 0.04007146507501602, -0.000845076865516603, -0.026890045031905178, 0.0015166564844548702, -0.02708243764936924, 0.0013964108657091856, -0.014800205826759338, 0.03221958130598068, -0.01194507535547018, -0.030930297449231148, 0.050690557807683945, 0.02220514975488186, -0.028818972408771515, 0.006001037545502186, 0.004892278928309679, 0.01963907666504383, -0.01339380070567131, 0.042868658900260925, -0.011211264878511429, -0.02147742919623852, 0.05776225030422211, -0.005915460176765919, 0.01995140314102173, -0.03858150914311409, -0.0770646408200264, 0.04914766550064087, -0.03479260206222534, 0.022994710132479668, -0.02033134922385216, 0.04054244980216026, -0.02126817032694817, 0.04188545420765877, 0.01067968551069498, 0.04424789175391197, 0.04315537214279175, -0.003180828643962741, 0.03796638548374176, 0.04254133999347687, -0.06629812717437744, 0.08036530017852783, -0.00983765348792076, 0.006239030044525862, -0.0035611444618552923, -0.006383012514561415, 0.02728544920682907, 0.036566223949193954, 0.04004335403442383, -0.050067152827978134, 0.006205298937857151, -0.04648227244615555, 0.015026486478745936, 0.0066400570794939995, -0.043076042085886, -0.0839233249425888, 0.0016106667462736368, -0.02766711264848709, 0.022063041105866432, 0.0016369021032005548, 0.009742082096636295, -0.02147805504500866, -0.0022737353574484587, 0.01998638361692429, -0.004422540310770273, -0.0135249774903059, -0.03401358425617218, 0.022303767502307892, -0.012720425613224506, -0.010176215320825577, -0.0002723485231399536, -0.01692058891057968, 0.028104368597269055, 0.02987658604979515, 0.04027010127902031, -0.05907464399933815, 0.025087296962738037, -0.02295098453760147, 0.05450468510389328, 0.0420091338455677, 0.002103205304592848, 0.015493882820010184, 0.026628315448760983, -0.00010868954996112734, 0.01693807914853096, 0.03458326682448387, 0.009961958974599838, -0.026870055124163628, -0.0768672451376915, 0.004471263382583857, 0.004263878334313631, -0.023629358038306236, 0.011738471686840056, 0.0036473465152084823, 0.0006515126442536712, -0.03488559648394585, 0.021571751683950424, -0.02075720578432083, -0.02232133597135544, 0.014763586223125458, -0.023628108203411102, -0.05572650581598282, -0.037367966026067734, -0.036527182906866074, 0.01262297946959734, 0.018078695982694622, -0.0028527884278446436, -0.023253317922353745, -0.0015399247640743852, -0.05572900548577309, 0.007934337481856346, 0.0408872589468956, -0.014474059455096722, -0.0236518457531929, 0.01585868000984192, 0.003989109303802252, -0.05144888535141945, -0.024633798748254776, 0.00257856585085392, -0.014018453657627106, -0.025562189519405365, -0.013234826736152172, -0.0318429134786129, 0.003706063842400909, 0.004487035796046257, 0.04803328588604927, 0.022237632423639297, 0.001996077364310622, -0.029023857787251472, 0.015373949892818928, -0.01391975861042738, 0.011126311495900154, 0.03611741214990616, 0.04975232854485512, 0.0092457951977849, -0.01651831343770027, -0.008371594361960888, 0.0025073555298149586, 0.0004336650599725545, 0.02546333707869053, 0.05619530752301216, -0.007306092884391546, 0.039184458553791046, -0.018748322501778603, 0.02044331841170788, -0.007435551844537258, 0.06179063394665718, 0.00014616870612371713, -0.0030876577366143465, 0.034700311720371246, 0.02107327990233898, -0.013330711051821709, 0.01658077910542488, 0.03497429937124252, -0.044380318373441696, -0.003838490229099989, 0.011762208305299282, -0.0023515047505497932, 0.01862838864326477, -0.03161928802728653, -0.048735082149505615, 0.00533828092738986, -0.035946883261203766, 0.03750039264559746, 0.03707687929272652, -0.016032332554459572, 0.006077869795262814, 0.016489578410983086, -0.012967162765562534, -0.013246772810816765, 0.01018745917826891, -0.031033461913466457, 0.046105608344078064, 0.03083191439509392, -0.025701643899083138, 0.03373373672366142, -0.002719581127166748, 0.03108021430671215, -0.007150398101657629, 0.0019286929164081812, -0.07298190891742706, -0.020149730145931244, 0.02606175467371941, 0.013834805227816103, -0.014022201299667358, 0.06424926966428757, 0.011977088637650011, 0.046514131128787994, -0.0017783859511837363, -0.0011540456907823682, 0.03608493134379387, 0.0046499138697981834, -0.02373398654162884, -0.030459308996796608, -0.016840633004903793, -0.010863957926630974, -0.0090200612321496, 0.016898101195693016, -0.01881640963256359, 0.011436764150857924, 0.009136168286204338, -0.08627701550722122, -0.05792778357863426, 0.016428988426923752, 0.0012011288199573755, -0.006207797210663557, 0.00828289333730936, 0.059746772050857544, 0.06397441774606705, -0.022748596966266632, 0.010872703045606611, -0.013232639990746977, 0.01856592483818531, 0.009223620407283306, 0.03673456981778145, -0.01739470101892948, -0.04660407826304436, -0.021050792187452316, 0.01750151626765728, -0.05992167443037033, -0.03632136061787605, -0.02235131897032261, -0.04668903350830078, -0.0366671085357666, -0.007398229092359543, 0.02137686125934124, -0.037458229809999466, 0.03130040317773819, -0.05595364421606064, 0.029873386025428772, 0.027915099635720253, -0.0003880654112435878, -0.005650138948112726, 0.040260110050439835, 0.024217156693339348, 0.01395286526530981, -0.004333839751780033, -0.01720043271780014, -0.0290138628333807, -0.03740794584155083, 0.003873939160257578, 0.03056596964597702, -0.04414544627070427, -0.03543466702103615, -0.03320528194308281, -0.04291113466024399, -0.008011793717741966, -0.006605076603591442, -0.028747761622071263, -0.006461406126618385, -0.024845244362950325, -0.00998194795101881, -0.011562319472432137, 0.053802575916051865, 0.010379227809607984, -0.0025848124641925097, 0.030932795256376263, 0.006251523271203041, 0.015661289915442467, -0.00916365347802639, -0.001036610919982195, -0.005392001010477543, 0.003989655990153551, 0.012516788206994534, 0.029962437227368355, -0.012270675040781498, 0.011443635448813438, -0.01063783373683691, 0.01548763643950224, 0.05555909872055054, -0.022072723135352135, -0.02515975758433342, -0.0005931076011620462, -0.03765905648469925, 0.007805658504366875, 0.01046917773783207, 0.028878938406705856, 0.018090562894940376, -0.009367914870381355, 0.049247611314058304, -0.03954050689935684, 0.0876062735915184, 0.026580216363072395, -0.041851721704006195, 0.052136003971099854, 0.011530461721122265, 0.0129677876830101, -0.012180725112557411, -0.02594432048499584, 0.010589579120278358, 0.017906291410326958, -0.02848540805280209, 0.020314950495958328, -0.00887529831379652, -0.008146094158291817, 0.03300664201378822, 0.0050821732729673386, -0.03435838967561722, 0.004899774678051472, 0.019664064049720764, 0.00308828242123127, -0.028955770656466484, 0.003345014527440071, 0.031412530690431595, -0.02649526484310627, 0.008766374550759792, -0.0337199941277504, -0.01910257898271084, -0.03183979168534279, 0.019958900287747383, -0.04729119688272476, 0.015586331486701964, 0.04293612018227577, 0.0194694846868515, 0.0199813861399889, 0.047516074031591415, 0.0162078607827425, -0.020623529329895973, 0.007627008017152548, 0.04962240159511566, 0.011581058613955976, 0.02632348425686359, -0.01932112872600555, 0.0315387099981308, -0.01751650869846344, 0.005417611915618181, -0.05371762439608574, -0.01075276918709278, 0.04491189494729042, -0.030923426151275635, 0.0008663931512273848, 0.038075074553489685, -0.01167100854218006, 0.04843806102871895, -0.007315930910408497, 0.02654523588716984, 0.019551020115613937, -0.0257107000797987, -0.03766186535358429, -0.03929564356803894, -0.0012887363554909823, 0.006530196405947208, 0.03359881415963173, 0.005548164248466492, 0.019104374572634697, 0.05550912767648697, 0.018707094714045525, -0.01105353981256485, 0.0158834308385849, -0.0032438209746032953, 0.05378571152687073, 0.014525983482599258, 0.018514078110456467, 0.0056812153197824955, 0.024457646533846855, -0.003713559592142701, -0.008502146229147911, -0.030559252947568893, -0.05955437570810318, 0.02300408110022545, 0.01892697252333164, -0.012069537304341791, -0.023390116170048714, -0.010084391571581364, -0.0009632142609916628, 0.021408718079328537, 0.015387379564344885, 0.01959480531513691, 0.008581477217376232, 0.028391709551215172, -0.019765881821513176, -0.04316849261522293, -0.004898525774478912, -0.0017740133916959169, 0.0023908577859401703, -0.018070964142680168, -0.025277113541960716, -0.01440886128693819, -0.023999152705073357, 0.005555035546422005, -0.021840352565050125, 0.032586876302957535, -0.000950721208937466, 0.027327926829457283, -0.02455134503543377, -0.011830920353531836, -0.013922256417572498, -0.005794940982013941, 0.007395886816084385, 0.02854912169277668, 0.009903866797685623, -0.04450774565339088, -0.007769819349050522, 0.01157855987548828, -0.05388128384947777, -0.05549913272261619, 0.00788311567157507, 0.011495559476315975, -0.009911986999213696, 0.035773854702711105, 0.04078731685876846, -0.016773171722888947, 0.05426981672644615, -0.02207397297024727, -0.07111044973134995, 0.020007621496915817, -0.045309800654649734, 0.047241225838661194, 0.015325226821005344, -0.01797250472009182, -0.07462349534034729, -0.009587167762219906, -0.012785389088094234, 0.003070792183279991, -0.020605415105819706, -0.011364929378032684, 0.012296910397708416, 0.04974733293056488, -0.030124494805932045, -0.007575161755084992, 0.0002283105131937191, -0.0535389743745327, -0.05266820639371872, 0.002800317481160164, -0.05311670899391174, -0.07954075932502747, -0.03911449387669563, -0.006313988473266363, -0.020419111475348473, -0.03392363339662552, -0.01736128143966198, -0.016156014055013657, -0.019622523337602615, -0.05754799395799637, 0.03692946210503578, -0.05555909872055054, -0.024356452748179436, 0.005545665509998798, -0.009231428615748882, 0.004696762654930353, -0.0044081732630729675, -0.07330922782421112, 0.007348413113504648, -0.011457378044724464, 0.011730975471436976, 0.010163956321775912, 0.018514078110456467, -0.013325088657438757, -0.027104925364255905, -0.0056189061142504215, 0.05704827234148979, 0.01121626142412424, 0.055981364101171494, -0.021411841735243797, -0.02587810717523098, 0.0015041633741930127, 0.0028971387073397636, -0.030055159702897072, -0.046883925795555115, -0.033922381699085236, 0.05138267204165459, 0.014330779202282429, -0.029965834692120552, 0.02679009921848774, -0.004432847257703543, -0.016033895313739777, 0.046993862837553024, 0.0011437388602644203, 0.024306481704115868, 0.024633174762129784, 0.03776899352669716, 0.01783430017530918, -0.024796834215521812, 0.024877414107322693, -0.029489535838365555, 0.02389545924961567, -0.002116322983056307, 0.025351837277412415, -0.0233595073223114, 0.013732362538576126, 0.04451898857951164, 0.0037941397167742257, 0.033156558871269226, -0.03478815034031868, 8.300071203848347e-05, 0.027871686965227127, -0.04238267615437507, 0.05018458887934685, -0.04895777255296707, -0.01885826140642166, 0.027294820174574852, 0.010058819316327572, 0.017737634479999542, -0.014681834727525713, -0.01058286428451538, 0.013647410087287426, -0.03972290828824043, 0.01090258825570345, -0.0919688493013382, -0.033433906733989716, -0.019976701587438583, -0.05604632943868637, 0.005566903855651617, 0.053602688014507294, 0.0318785198032856, 0.0057268147356808186, 0.01826312392950058, 0.0187801793217659, 0.007676980458199978, -0.018966950476169583, -0.057428061962127686, 0.03521791100502014, -0.0002723485231399536, -0.01897944323718548, 0.03772401809692383, -0.0006512003019452095, -0.026130467653274536, 0.0324484184384346, -0.006500447168946266, 0.03166364133358002, 0.036739565432071686, 0.002021375810727477, 0.009925417602062224, 0.06423427164554596, -0.05498192086815834, -0.00020488604786805809, -0.030314389616250992, -0.021488673985004425, -0.0032600618433207273, -0.002755967201665044, -0.019097816199064255, 0.00188957410864532, -0.04789530485868454, -0.00993759837001562, -0.02397978864610195, -0.07108546793460846, 0.030530519783496857, 0.008922537788748741, 0.03974789381027222, -0.03429717570543289, 0.03412602096796036, 0.011255615390837193, 0.1104835495352745, -0.010435446165502071, -0.05010713264346123, 0.04644916579127312, 0.013170487247407436, -0.013641397468745708, 0.0648626759648323, -0.02189532294869423, 0.055159322917461395, -0.02258134633302689, -0.02856442518532276, -0.022165171802043915, -0.011775013990700243, -0.013282612897455692, -0.030321260914206505, 0.015573838725686072, 0.013850421644747255, 0.021330635994672775, 0.04950777813792229, -0.02812310867011547, 0.005800523795187473, -0.02752968855202198, 0.01045574713498354, -0.005272067617624998, -0.02561325393617153, -0.029775939881801605, -0.022248564288020137, 0.02459913119673729, 0.00994452740997076, 0.0102967731654644, 0.004275434650480747, -0.06936142593622208, 0.07455353438854218, 0.0001942669478012249, 0.025076210498809814, 0.0049703605473041534, -0.02183535508811474, 0.004364447668194771, -0.006096609402447939, -0.0093644792214036, 0.010718687437474728, 0.015313982963562012, 0.04565960541367531, -0.03181980177760124, 0.0008142346632666886, -0.03825872018933296, 0.04417917877435684, -0.03634978458285332, 0.019720282405614853, -0.0016934331506490707, -0.02854880876839161, 0.003698802320286632, 0.007188501767814159, -0.0152852488681674, 0.04809575155377388, -0.027194874361157417, 0.03132164105772972, 0.014949185773730278, -0.018256722018122673, -0.0387008972465992, -0.0069967336021363735, -0.05091668292880058, 0.049263227730989456, -0.05185366049408913, -0.008725771680474281, 0.040322571992874146, -0.01071201078593731, 0.046048764139413834, 0.07602521777153015, 0.035380322486162186, -0.0048530432395637035, 0.02006883919239044, 0.01628219522535801, 0.0407923124730587, -0.02358563244342804, -0.0055969650857150555, -0.04174553230404854, -0.013801776804029942, -0.019822726026177406, 0.024254634976387024, 0.00902654230594635, 0.008868192322552204, 0.0013904767110943794, 0.03725927695631981, 0.024707820266485218, 0.016008596867322922, -0.018224863335490227, 0.023491933941841125, 9.807045717025176e-05, -0.029173774644732475, 0.0161091648042202, 0.02389858290553093, -0.013467822223901749, -0.061093520373106, -0.01485548820346594, -0.009455366060137749, -0.016555791720747948, -0.05727314576506615, -0.044725123792886734, 0.03058986179530621, 0.01466184575110674, -0.012393107637763023, 0.010902217589318752, 0.02893749997019768, -0.04373692348599434, -0.008732018060982227, -0.0282867681235075, 0.04155938699841499, 0.0013342578895390034, 0.016873115673661232, 0.03585052862763405, 0.029602285474538803, 0.010911744087934494, 0.05579397082328797, 0.026999983936548233, -0.03175109252333641, 0.07069068402051926, 0.00826056208461523, 0.027014974504709244, -0.010003186762332916, 0.02633972465991974, 0.006049135699868202, 0.0016003599157556891, 0.03516044467687607, 0.0022103332448750734, 0.03224831447005272, 0.04208534210920334, 0.053462766110897064, -0.03761408105492592, 0.000874279357958585, 0.005556909367442131], [-0.04729784652590752, -0.02088155597448349, -0.029578370973467827, -0.03550949692726135, 0.012622492387890816, -0.010974480770528316, 0.01950637437403202, -0.0360674187541008, 0.04080667719244957, 0.018234115093946457, -0.02740677259862423, 0.010389584116637708, -0.05169900134205818, -0.033781781792640686, -0.010812622494995594, 0.01578414998948574, 0.004547665361315012, 0.0034388748463243246, 0.039086319506168365, 0.03210679441690445, -0.014912418089807034, 0.0014554982772096992, 0.023543020710349083, 0.023123659193515778, 0.004965492989867926, 0.05380316078662872, -0.020239640027284626, -0.0224541574716568, 0.03956330940127373, 0.02310764417052269, 0.005970669910311699, -0.03696499392390251, -0.014177313074469566, -0.008002327755093575, 0.009856819175183771, 0.01619318500161171, 0.01871854066848755, 0.013886703178286552, -0.02289191074669361, -0.022344717755913734, -0.021944059059023857, -0.007882007397711277, -0.0393308699131012, 0.04300279915332794, 0.014493672177195547, 0.05840630829334259, 0.022104687988758087, 0.035898201167583466, -0.03807348012924194, -0.06067723035812378, 0.03128769248723984, 0.011597390286624432, -5.150035576662049e-05, -0.01190761849284172, -0.031237419694662098, 0.03725437819957733, 0.01594165898859501, -0.001115841092541814, 0.06869412213563919, 0.025312425568699837, -0.0018840547418221831, -0.011586297303438188, -0.021823888644576073, -0.019657809287309647, 0.01801186613738537, 0.027389606460928917, 0.025275640189647675, 0.03144710138440132, 0.03255313262343407, -0.082893505692482, -0.0148455910384655, -0.01010406669229269, -0.025723814964294434, -0.06925081461668015, 0.05569886416196823, -0.018099922686815265, -0.05935293808579445, 0.04039099439978599, 0.001606320613063872, -0.08193951845169067, -0.025038983672857285, -0.014177389442920685, -0.04113161936402321, -0.03508155420422554, -0.05327589437365532, -0.007382944226264954, -0.028737200424075127, -0.006815213710069656, 0.026476088911294937, -0.004750678315758705, -0.031401731073856354, -0.01781483180820942, 0.04694870859384537, -0.00045859842794016, 0.007499433122575283, 0.01856219954788685, -0.005032933782786131, 0.04488562420010567, 0.02922767959535122, 0.05198347941040993, 0.0425325520336628, -0.028104787692427635, -0.022077713161706924, -0.028710221871733665, -0.03145936131477356, 0.013154356740415096, 0.01829887367784977, -0.06115299463272095, 0.0029686277266591787, -0.034892719238996506, -0.014432362280786036, 0.005222381558269262, 0.004685306455940008, -0.05835358425974846, 0.010176225565373898, 0.02892940677702427, 0.03185665234923363, -0.009909220971167088, -0.039571892470121384, -0.02296931110322475, -0.07404279708862305, -0.002871758071705699, 0.02242901921272278, 0.013513939455151558, -0.027366768568754196, 0.010028008371591568, -0.005324462428689003, 0.004069754388183355, -0.009275046177208424, 0.01573335938155651, 0.02994377911090851, -0.016171112656593323, 0.002947782166302204, -0.049188971519470215, -0.04318550229072571, 0.031136564910411835, -0.05525988340377808, 0.05022020637989044, 0.001400012755766511, 0.033637091517448425, -0.009058545343577862, 0.020336510613560677, 0.015909625217318535, 0.0541871152818203, -0.002101705176755786, -0.011119171977043152, -0.017252618446946144, -0.07372888922691345, 0.016876177862286568, 0.012504776939749718, -0.02522965706884861, 0.012502324767410755, 0.014900770969688892, 0.04354109987616539, 0.02134229987859726, -0.02037513442337513, 0.02699599787592888, 0.019904276356101036, -0.025479642674326897, 0.02188029512763023, 0.04198750853538513, 0.03925400227308273, 0.04514128714799881, 0.01842854544520378, -0.014398028142750263, -0.0063606007024645805, 0.008177521638572216, 0.010502164252102377, -0.002406415529549122, -0.006856904365122318, 0.04303222894668579, -0.021615436300635334, 0.009913052432239056, 0.03218281641602516, -0.018836868926882744, 0.0018969298107549548, -0.022033723071217537, -0.03311840817332268, -0.016614995896816254, 0.0023305444046854973, -0.005532610230147839, -0.02318144403398037, -0.008220437914133072, 0.003570078406482935, -0.018210895359516144, 0.0015793443890288472, -0.02052534371614456, -0.0006278138607740402, -0.029085438698530197, -0.008436248637735844, 0.023163704201579097, -0.05279522389173508, 0.010084682144224644, -0.0005910278996452689, -0.06640113145112991, 0.025191031396389008, 0.025932881981134415, -0.019425444304943085, -0.01698162965476513, 0.020700691267848015, 0.025119299069046978, -0.01168291736394167, 0.04496103897690773, -0.02138291671872139, -0.013843786902725697, -0.05835481360554695, 0.08135584741830826, -0.00676371343433857, 0.05111778527498245, -0.001397866872139275, -0.01571527309715748, 0.08917409181594849, 0.006626379210501909, 0.012399937957525252, 0.03945019096136093, 0.009537375532090664, 0.051348309963941574, -0.06501307338476181, 0.0580427423119545, 0.048997681587934494, -0.028594348579645157, -0.020188139751553535, 0.013626442290842531, -0.04142755642533302, -0.03731599450111389, 0.05646400898694992, 0.03644171357154846, 0.0335046611726284, -0.005969902966171503, -0.005314959213137627, 0.04312296584248543, 0.005813409574329853, 0.022062998265028, -0.046904563903808594, 0.008712143637239933, 0.0077863638289272785, -0.010172546841204166, 0.017222002148628235, 0.00023175161913968623, 0.007346771191805601, -0.0656605064868927, -0.025555212050676342, 0.045590080320835114, -0.05967910587787628, 0.007745286449790001, -0.004831837024539709, -0.0025014460552483797, -0.0011979964328929782, -0.02989473193883896, 0.02051553502678871, 0.0008344284142367542, 0.020262937992811203, -0.014244753867387772, -0.03365916386246681, -0.014291043393313885, 0.005703357979655266, -0.019978459924459457, 0.02676018327474594, -0.012789255939424038, 0.01208664383739233, -0.013228848576545715, -0.0382574088871479, -0.05535062402486801, -0.012693611904978752, 0.024790676310658455, -0.0020667584612965584, 0.009639150463044643, 0.005267750937491655, 0.06737135350704193, 0.02277974970638752, -0.013188996352255344, -0.07189449667930603, 0.018025891855359077, -0.000972375855781138, -0.02238640934228897, 0.04913624748587608, 0.06637170165777206, -0.010298232547938824, 0.030537258833646774, 0.008123568259179592, -0.031835343688726425, -0.050058960914611816, -0.019405825063586235, 0.0836561992764473, 0.026374315842986107, 0.014539807103574276, 0.00422088336199522, -0.08503934741020203, -0.014150336384773254, -0.04618355631828308, -0.0036393587943166494, 0.006694433744996786, -0.00041568148299120367, 0.0206357017159462, 0.050915539264678955, -0.02984568290412426, 0.03400004655122757, 0.015391250140964983, -0.036599740386009216, -0.059338219463825226, 0.02492862567305565, 0.0095205157995224, -0.0467083714902401, -0.023388519883155823, 0.043098438531160355, -0.017330866307020187, -0.05910401791334152, 0.0670681819319725, 0.008642863482236862, -0.01560154277831316, -0.031089048832654953, -0.02089136466383934, -0.013094885274767876, 0.0041647846810519695, 0.059088073670864105, -0.039806097745895386, 0.022580455988645554, 0.0426594614982605, -0.023253025487065315, 0.0018080302979797125, 0.031401731073856354, -0.04760357365012169, 0.028467437252402306, -0.0430886335670948, 0.02244335040450096, 0.05077199265360832, 0.016139231622219086, 0.012764732353389263, -0.05354810878634453, -0.02636542357504368, 0.02978130802512169, -0.013523135334253311, 0.004700020421296358, -0.015751751139760017, 0.009366320446133614, -0.005598824471235275, 0.009731114841997623, 0.009890712797641754, 0.03229440376162529, 0.03044774755835533, 0.001866274862550199, -0.03397061675786972, -0.013645143248140812, -0.035250768065452576, -0.02819276787340641, -0.03591659292578697, -0.0035388104151934385, -0.03620689734816551, 0.026615874841809273, 0.02286493219435215, 0.03533169627189636, -7.663743599550799e-05, 0.032420698553323746, 0.01772286742925644, 0.009409851394593716, -0.0025406843051314354, 0.030746940523386, -0.03180760145187378, 0.006018184591084719, -0.013670893386006355, 0.028416363522410393, -0.002830680226907134, -0.03917828202247619, 0.04935021698474884, 0.020479917526245117, -0.05040290951728821, 0.030321449041366577, -0.0010128403082489967, 0.024936288595199585, -0.009442958049476148, 0.05256408452987671, 0.014429910108447077, -0.019990721717476845, 0.062303170561790466, 0.003345990553498268, 0.005415508057922125, -0.041136521846055984, -0.0440671406686306, 0.05656211078166962, -0.03362666815519333, 0.019566457718610764, -0.030292021110653877, 0.02327203005552292, -0.019292401149868965, 0.02163352258503437, 0.030022257938981056, 0.03559165075421333, 0.03502514958381653, -0.0014530457556247711, 0.05211836472153664, 0.025625718757510185, -0.07266946136951447, 0.08230248093605042, 0.016486244276165962, 0.002456383081153035, 0.01980617828667164, -0.0022178874351084232, 0.0279794093221426, 0.0444779135286808, 0.026113439351320267, -0.05693977326154709, 0.0042831129394471645, -0.039723943918943405, 0.004712895955890417, -0.011212991550564766, -0.04270115494728088, -0.05882812291383743, -0.00743597699329257, -0.02041437476873398, 0.02895178459584713, 0.02895929478108883, 0.0044913943856954575, 0.004406958818435669, 0.00032126414589583874, 0.04281028360128403, -0.007376238238066435, -0.022630728781223297, -0.01514294371008873, 0.02824549376964569, -0.003744811750948429, -0.010769246146082878, -0.003258623881265521, -0.04040570929646492, 0.03250408172607422, 0.0555100291967392, 0.022587504237890244, -0.039733752608299255, 0.016330977901816368, -0.006592352408915758, 0.059891849756240845, 0.02074238285422325, 0.014654151163995266, -0.0026461374945938587, 0.02277909778058529, 0.005912731867283583, 0.009892973117530346, 0.03163470700383186, 0.018073253333568573, -0.03571174293756485, -0.06623559445142746, -0.01634768396615982, -0.010784421116113664, -0.01045457273721695, -0.014022811315953732, 0.0001961918460438028, -0.005865829531103373, -0.05522800609469414, 0.020248224958777428, -0.018179014325141907, -0.039369262754917145, 0.015346493571996689, -0.030119124799966812, -0.05232681706547737, -0.03187749534845352, -0.003249427303671837, 0.009582744911313055, 0.028523840010166168, -0.008139202371239662, -0.01555372029542923, -0.01552352588623762, -0.05810711532831192, 0.018689725548028942, 0.026302579790353775, -0.01776578463613987, -0.01595468819141388, 0.01429993286728859, 0.019644320011138916, -0.05689563602209091, -0.013816810213029385, 0.028913771733641624, 0.0064918044954538345, -0.04022790864109993, -0.013021006248891354, -0.016255106776952744, -0.028983741998672485, 0.0068100024946033955, 0.03519681468605995, 0.0033395530190318823, 0.002103544306010008, -0.004552263766527176, -0.002596476348116994, -0.02142997272312641, 0.03943885117769241, 0.0399714820086956, 0.052314553409814835, 0.011571027338504791, -0.017025159671902657, -0.019448205828666687, -0.0052505843341350555, -0.010593133047223093, 0.04959530383348465, 0.07421937584877014, 0.004369253292679787, 0.023138374090194706, -0.009310835972428322, 0.009732955135405064, -0.006322894711047411, 0.04948325827717781, -0.010634057223796844, -0.011963410302996635, 0.03460210934281349, 0.03575780242681503, -0.006072137504816055, 0.024318592622876167, 0.03913291543722153, -0.045298244804143906, 0.01821395941078663, 0.04092439264059067, 0.02053661085665226, 0.013572490774095058, -0.047943152487277985, -0.02813636139035225, 0.051299259066581726, -0.038691483438014984, 0.025436272844672203, 0.05822974070906639, -0.005684045609086752, -0.0050531658343970776, 0.014049788005650043, 0.001242139609530568, 0.012672115117311478, -0.006219587754458189, -0.043700508773326874, 0.04933810979127884, 0.02464522048830986, -0.027704739943146706, 0.03966508433222771, -0.02176748588681221, 0.01976878009736538, 0.008454948663711548, -0.018570782616734505, -0.05275353044271469, -0.050710685551166534, 0.032039351761341095, 0.00811686273664236, -0.007781459018588066, 0.046198274940252304, 0.0016026421217247844, 0.02115407958626747, -0.010834693908691406, -0.0002890764153562486, 0.05308491364121437, 0.02228984422981739, -0.02812164835631847, -0.009185456670820711, -0.00869712233543396, -0.02544056251645088, -0.02048058807849884, 0.010712074115872385, -0.01076847966760397, 0.02352968603372574, -0.018505794927477837, -0.058559585362672806, -0.05974041298031807, 0.0352654829621315, -0.01382232829928398, -0.0032273558899760246, 0.018462572246789932, 0.027108807116746902, 0.007690719794481993, -0.015908705070614815, -0.0013975603505969048, -9.043217687576544e-06, 0.04220086336135864, 0.01993676833808422, 0.04727732762694359, -0.011975059285759926, -0.03562598675489426, -0.03192470222711563, 0.007290979381650686, -0.05318760499358177, -0.023536890745162964, -0.011550795286893845, -0.03441879153251648, -0.03633473068475723, -0.01200843509286642, 0.020414987578988075, -0.053192511200904846, 0.019639723002910617, -0.0552353598177433, 0.029107511043548584, 0.019782882183790207, 0.026187624782323837, -0.015165936201810837, 0.04929319769144058, 0.01583758555352688, 0.02249339409172535, 0.014971889555454254, -0.0062979115173220634, -0.027176249772310257, -0.03797844797372818, 0.01606995053589344, 0.008151157759130001, -0.047475360333919525, -0.025141984224319455, -0.016909284517169, -0.06391562521457672, 0.0025002197362482548, -0.003551072208210826, -0.0496414415538311, -0.014957941137254238, -0.01852480135858059, -0.013632266782224178, -0.005774171091616154, 0.05307479947805405, -0.012516425922513008, -0.02091757580637932, 0.02443508058786392, -0.012049857527017592, 0.00016431066615041343, -0.014297174289822578, -0.01791231520473957, 0.012127567082643507, -0.02661035768687725, -0.008243735879659653, 0.03812252730131149, -0.04666545242071152, 0.017551813274621964, -0.008702334016561508, -0.010992567986249924, 0.05603997781872749, -0.0257501769810915, -0.022487875074148175, 0.016313504427671432, -0.05093783885240555, 0.017431184649467468, -0.005708569195121527, 0.04696249961853027, 0.030623093247413635, 0.004641776438802481, 0.03998144343495369, -0.03524341434240341, 0.07183073461055756, 0.005002892110496759, -0.05475714057683945, 0.02218990959227085, 0.018623510375618935, 0.03095662035048008, -0.019705018028616905, -0.0009895425755530596, -0.005107118748128414, 0.01802512444555759, -0.019354937598109245, 0.011277352459728718, -0.011251602321863174, -0.014268050901591778, 0.032175462692976, 0.006235221866518259, -0.007705434691160917, -0.0050511350855231285, 0.03028588742017746, -0.04024798795580864, -0.03851797431707382, -0.0030875690281391144, 0.03920526057481766, -0.031378429383039474, -0.02161911502480507, -0.02723142690956593, 0.002055109478533268, -0.026073895394802097, 0.017039259895682335, -0.02061179280281067, 0.04161719232797623, 0.052265506237745285, 0.027994122356176376, 0.02137264795601368, 0.05129987746477127, -0.00256766052916646, -0.03482405096292496, 0.0034161903895437717, 0.04196052998304367, 0.010035213083028792, 0.02453133650124073, -0.01248178631067276, 0.01035402435809374, -0.02596108429133892, 0.00617237901315093, -0.043129097670316696, -0.026084624230861664, 0.013599772937595844, -0.03826966881752014, 0.007302627898752689, 0.028769081458449364, -0.0256618931889534, 0.03831749409437179, 0.0069500962272286415, 0.004690173082053661, 0.01091455016285181, -0.029723675921559337, -0.04973708465695381, -0.043223511427640915, 0.00028202575049363077, 0.004008444491773844, 0.029241779819130898, 0.01997508853673935, 0.010956701822578909, 0.04994799196720123, 0.04359995573759079, -0.01874130219221115, 0.008785408921539783, 0.017821308225393295, 0.05646646395325661, 0.049277257174253464, 0.017860814929008484, 0.015012353658676147, 0.02867834083735943, 0.01610735058784485, -0.0013794738333672285, -0.007332670036703348, -0.05565471947193146, -0.002649815985932946, 0.016532035544514656, -0.01708984188735485, -0.0025970893912017345, -0.0031292596831917763, -0.007335122209042311, 0.02044318988919258, -0.002246396616101265, 0.02889660745859146, 0.023466994985938072, 0.03492950648069382, -0.035841796547174454, -0.0576019249856472, -0.005267750937491655, 0.03333728387951851, 0.00835286732763052, -0.046168845146894455, -0.036430373787879944, -0.0393928661942482, -0.023312494158744812, 0.012132932431995869, -0.04842505231499672, 0.027264762669801712, 0.01393820345401764, 0.04391508921980858, -0.015733204782009125, -0.03193021938204765, -0.018742451444268227, -0.02122550457715988, 0.019475718960165977, 0.028813952580094337, -0.013689132407307625, -0.047823142260313034, -0.016706347465515137, 0.01394678745418787, -0.027390219271183017, -0.056167274713516235, 0.030645165592432026, 0.008441153913736343, -0.001930343802087009, 0.03864366188645363, 0.01626966893672943, -0.02718973532319069, 0.03902071714401245, -0.023546699434518818, -0.06009355932474136, 0.05247150734066963, -0.07191412150859833, 0.035540152341127396, 0.024748068302869797, 0.01035402435809374, -0.07452837377786636, -0.005411216057837009, -0.014518195763230324, 0.003960929345339537, -0.001952721853740513, -0.006215603090822697, 0.0344243086874485, 0.060883231461048126, -0.016312126070261, 0.00048036343650892377, 0.009010723792016506, -0.06844887882471085, -0.024217428639531136, 0.007563808467239141, -0.07577910274267197, -0.0765148177742958, -0.029410267248749733, 0.00875567365437746, -0.009525420144200323, -0.023610012605786324, -0.00335488049313426, -0.025393355637788773, -0.017542002722620964, -0.07444989681243896, 0.02367422543466091, -0.059446126222610474, -0.021137218922376633, 0.039463989436626434, -0.021939152851700783, 0.02447493188083172, -0.010330726392567158, -0.08543173968791962, 0.03189588710665703, -0.00048066998715512455, 0.01356727909296751, 0.00023236470588017255, 0.015523219481110573, -0.027773406356573105, -0.01681547984480858, -0.0062720077112317085, 0.02400345914065838, 0.008233313448727131, 0.02738715335726738, -0.013298127800226212, -0.009738472290337086, 0.023876545950770375, 0.011523818597197533, -0.021356094628572464, -0.0422186441719532, -0.03334034979343414, 0.007121457252651453, 0.02294034324586391, -0.0348890982568264, 0.05117173492908478, -0.015150991268455982, -0.006435092072933912, 0.034274715930223465, 0.008154836483299732, 0.03668542206287384, 0.025316717103123665, 0.021485459059476852, 0.037199199199676514, -0.04051116108894348, -0.0016382018802687526, -0.02973777800798416, 0.030968882143497467, -0.01137667428702116, 0.02430632896721363, -0.031299956142902374, 0.01896684616804123, 0.041318003088235855, 0.0046000853180885315, 0.04116104915738106, 0.0048263194039464, 0.0005665039061568677, 0.024532562121748924, -0.02449823170900345, 0.05900346860289574, -0.02319723181426525, -0.0030425828881561756, 0.011848760768771172, 0.02902780845761299, 0.02228003554046154, 0.0005136241088621318, -0.03147101029753685, 0.030509058386087418, -0.03956208378076553, -0.00022255511430557817, -0.0797814130783081, -0.02949621714651585, -0.0001661499700276181, -0.04458766430616379, 0.003482711734250188, 0.05808688700199127, 0.02619038335978985, -0.01610735058784485, 0.02620141953229904, 0.05499993264675141, 0.02243698760867119, 0.006897369399666786, -0.025292806327342987, 0.037979062646627426, -0.010640954598784448, -0.027388380840420723, 0.04550853371620178, 0.00713371904566884, -0.0034934410359710455, 0.02895546332001686, 0.01650218479335308, 0.02162662334740162, 0.059588365256786346, -0.012003262527287006, 0.006269555538892746, 0.05482948943972587, -0.06952640414237976, 0.010985899716615675, -0.020200403407216072, -0.02952687069773674, 0.006161037366837263, 0.0024131597019732, -0.011327012442052364, -0.0008485297439619899, -0.05123120918869972, -0.006826403085142374, -0.023737832903862, -0.06322956085205078, 0.013326331041753292, 0.032033223658800125, 0.04892534017562866, -0.013731589540839195, 0.008169397711753845, -0.02667473442852497, 0.09194531291723251, -0.012429577298462393, -0.04986000806093216, 0.05023982748389244, 0.0016426467336714268, -0.01949656382203102, 0.0753045529127121, 0.013654951937496662, 0.04735580459237099, -0.0034836314152926207, -0.04775309190154075, -0.04903937503695488, -0.005757617298513651, -0.02432951331138611, -0.03957679867744446, 0.03626222908496857, 0.01916426420211792, 0.022085070610046387, 0.07122008502483368, -0.014832410030066969, 0.048621244728565216, -0.01557839848101139, 0.02372327260673046, -0.006029833573848009, -0.035947248339653015, -0.020678618922829628, -0.028688153252005577, 0.0144492220133543, 0.0210943017154932, -0.000496150751132518, 0.011627431958913805, -0.05816720426082611, 0.06531348824501038, 0.004371399525552988, 0.0269236508756876, 0.007530701346695423, -0.02084660902619362, -0.005086579825729132, -0.005123059265315533, 0.008680262602865696, 0.01800359971821308, 0.03078863024711609, 0.07384170591831207, -0.016356267035007477, -0.006201501470059156, -0.036526016891002655, 0.022508107125759125, -0.028190314769744873, 0.003752168966457248, 0.002104157581925392, -0.02082515135407448, 0.014572761952877045, 0.0070304120890796185, 0.016991669312119484, 0.0456906259059906, -0.032269880175590515, 0.032892633229494095, 0.008242816664278507, -0.022949691861867905, -0.02646474540233612, 0.005721444264054298, -0.033114731311798096, 0.06188074499368667, -0.03066355735063553, 0.01654142513871193, 0.03803669288754463, -0.004078950732946396, 0.05239793285727501, 0.07024893909692764, 0.03450523689389229, 0.01055021584033966, 0.004604683723300695, 0.02382504567503929, 0.02712290920317173, -0.0354800671339035, -0.002126842038705945, -0.031889449805021286, 0.011718169786036016, -0.04665257781744003, 0.0315881110727787, 0.00385854160413146, 0.03881410136818886, -0.002933681011199951, 0.061086785048246384, 0.030383985489606857, 0.023113850504159927, -0.036381322890520096, 0.054715756326913834, 0.013521602377295494, -0.020468709990382195, 0.008042639121413231, 0.01119274366647005, -0.027388380840420723, -0.04727119579911232, 0.012989738956093788, -0.00046932767145335674, -0.014456885866820812, -0.04213832691311836, -0.031236501410603523, 0.016074243932962418, 0.03901642560958862, -0.008624010719358921, 0.03781229630112648, 0.02483482100069523, -0.026823101565241817, -0.021715983748435978, -0.012945135124027727, 0.05632176995277405, 0.014158766716718674, 0.02235245890915394, 0.03472595661878586, 0.025862377136945724, 0.029212964698672295, 0.07090863585472107, 0.014541340060532091, -0.02384711802005768, 0.0546826496720314, 0.027411678805947304, 0.01095394231379032, -0.030468592420220375, 0.01334656309336424, 0.020088665187358856, -0.0033505887258797884, 0.02663426846265793, 0.008109811693429947, 0.04885299131274223, 0.05108100175857544, 0.043888118118047714, -0.03321895748376846, -0.0033426182344555855, 0.01040736399590969], [-0.04894084855914116, -0.05138884484767914, -0.03502289578318596, -0.0019375073025003076, 0.025258611887693405, 0.03428661823272705, 0.025769738480448723, -0.05395467206835747, 0.043310485780239105, 0.007181419525295496, -0.029035858809947968, -0.005583230871707201, -0.0357133150100708, -0.008946162648499012, -0.006497368682175875, 0.0559241846203804, -0.031079094856977463, -0.03430827334523201, 0.015985390171408653, 0.02565254457294941, -0.03750051185488701, -0.026103483512997627, 0.03946094587445259, 0.04278821125626564, -0.003877562237903476, 0.05361073836684227, -0.012106554582715034, -0.020897308364510536, 0.04254745692014694, 0.020078230649232864, 0.022327829152345657, -0.045198313891887665, 0.004094114527106285, 0.009772883728146551, 0.042513538151979446, 0.02565636672079563, 0.009775430895388126, 0.017861753702163696, -0.04741479083895683, -9.49009117903188e-05, -0.05878124386072159, 0.024557044729590416, -0.05215601250529289, 0.014017310924828053, 0.055819571018218994, 0.03883612900972366, 0.02850339375436306, 0.005682590417563915, -0.011579185724258425, -0.06367660313844681, 0.029409093782305717, 0.03988131508231163, 0.039753928780555725, -0.019962312653660778, 0.007715635467320681, 0.04637724906206131, 0.031540222465991974, -0.034062422811985016, 0.07313866913318634, -0.0015770111931487918, 0.0009948672959581015, -0.03257139399647713, -0.035802483558654785, 0.0066825528629124165, 0.03561841696500778, 0.005587052553892136, 0.02710726857185364, -0.005612529348582029, 0.03457004576921463, -0.05347571149468422, 0.017660487443208694, 0.0007999701192602515, -0.0348343662917614, -0.023179270327091217, 0.04800712317228317, -0.005777491256594658, -0.06927384436130524, 0.024548128247261047, -0.017400624230504036, -0.03112240508198738, -0.009518115781247616, 0.03711166977882385, -0.002824098337441683, -0.03441527485847473, -0.041516922414302826, -0.0017961112316697836, -0.035542622208595276, -0.027435598894953728, 0.054270584136247635, -0.010998276062309742, -0.015720412135124207, 0.0012318011140450835, -0.005210951901972294, 0.028193851932883263, 0.01913559064269066, 0.032149117439985275, 0.02933966927230358, 0.03589165210723877, 0.01918654516339302, 0.0639619454741478, 0.03742790222167969, -0.033861156553030014, -0.01877891644835472, 0.004478495102375746, -0.05003634840250015, 0.002728560473769903, 0.027942905202507973, -0.03568529337644577, 0.04896377772092819, -0.019843844696879387, 0.003770559793338179, 0.03574516251683235, -0.02078071236610413, -0.04504035785794258, -0.00886718463152647, 0.0124235013499856, 0.05356360599398613, -0.035524629056453705, -0.0705425888299942, -0.027253123000264168, -0.057857710868120193, -0.007412462029606104, -0.006112510804086924, 0.001154733938165009, -0.0013298866106197238, 0.00703413225710392, -0.00018088496290147305, 0.04299202561378479, -0.003103068796917796, 0.01050406601279974, 0.036523476243019104, -0.015994306653738022, 0.003829554421827197, -0.030155561864376068, -0.04682372882962227, 0.04616260901093483, -0.027909785509109497, 0.050996821373701096, -0.01889069564640522, 0.0402265228331089, 0.01668982207775116, 0.005420816596597433, 0.008109251037240028, 0.039164140820503235, 0.02065400592982769, -0.017982767894864082, -0.03266884386539459, 0.0008649358642287552, -0.005138661712408066, 0.029502082616090775, -0.012516889721155168, 0.005245664156973362, -0.022084524855017666, 0.03611266240477562, 0.0008910495089367032, -0.05950605869293213, 0.027056951075792313, -0.013339629396796228, -0.0086729247123003, 0.032652921974658966, 0.004906822927296162, 8.757635077927262e-05, 0.03168098255991936, 0.02277335338294506, -0.009965232573449612, 0.007100371643900871, 0.006361545994877815, -0.0014801995130255818, -0.013863952830433846, 0.04772409424185753, 0.047067031264305115, 0.02489078976213932, 0.0032256757840514183, 0.052138179540634155, -0.0001579558884259313, -0.022452665492892265, -0.0198406595736742, -0.0520719401538372, 0.03898962587118149, 0.014165202155709268, -0.05415084585547447, 0.0070774429477751255, 0.01260080374777317, 0.03275291621685028, -0.001696751918643713, -0.0016531229484826326, -0.05070638656616211, -0.006109326146543026, -0.020549550652503967, 0.04890502244234085, 0.02490352839231491, -0.035532429814338684, 0.010162359103560448, 0.009335161186754704, -0.010606610216200352, 0.037511974573135376, -0.028103409335017204, -0.018939420580863953, 0.020172176882624623, -0.004558428656309843, -0.0073615084402263165, 0.04260239005088806, 0.022257767617702484, -0.03239624202251434, -0.02637544833123684, -0.0835128054022789, 0.029803982004523277, -0.03957622870802879, 0.005920798052102327, -0.01333580818027258, -0.021129785105586052, 0.049435414373874664, 0.013586753979325294, 0.03459743410348892, 0.020929154008626934, 0.04286718741059303, 0.024343039840459824, -0.037893809378147125, 0.045794468373060226, 0.03513244539499283, -0.038925934582948685, -0.009145518764853476, 0.0444008894264698, 0.01698153093457222, -0.005618898663669825, 0.04212581366300583, 0.006887003779411316, 0.0027962331660091877, -0.00956779532134533, -0.028539061546325684, 0.05569632723927498, -0.005837998352944851, 0.0176097322255373, -0.04603713378310203, -0.004194747656583786, 0.014809638261795044, -0.019003111869096756, -0.0068908254615962505, -0.0037584584206342697, 0.002945112995803356, -0.05821693316102028, -0.009855682961642742, 0.02633279375731945, -0.03389427438378334, -0.020417071878910065, -0.037729162722826, 0.012054326944053171, 0.008556846529245377, -0.005573358852416277, 0.021967969834804535, 0.04907236993312836, 0.004117999225854874, -0.04290062561631203, 0.019754676148295403, -0.018771911039948463, 0.01806473173201084, -0.02494174428284168, 0.014424302615225317, -0.015851637348532677, 0.013292497023940086, -0.028495751321315765, -0.03711963444948197, -0.05226238071918487, 0.01909705810248852, 0.07203807681798935, 0.03036654181778431, -0.019766777753829956, 0.014729545451700687, 0.03874250128865242, 0.008206062950193882, -0.01897254027426243, -0.06643319129943848, 0.05211525037884712, 0.03284144774079323, -0.0020557353273034096, 0.08782347291707993, 0.0687159076333046, -0.005927803926169872, 0.04081153497099877, 0.03799857944250107, -0.028126338496804237, -0.03226121515035629, -0.006557398475706577, 0.0833701342344284, 0.02567611075937748, 0.001211419701576233, 5.0953512982232496e-05, -0.06410206854343414, -0.02551688067615032, -0.002815181389451027, -0.0141475610435009, -0.01093080174177885, 0.002945630345493555, 0.02982945926487446, 0.0392150953412056, -0.03013135865330696, 0.023995282128453255, 0.03401656448841095, -0.03815016895532608, -0.03758840635418892, 0.02460545115172863, -0.005623516160994768, -0.0188438817858696, -0.02802697941660881, -0.01742514595389366, -0.03420254588127136, -0.03109055943787098, 0.07896775007247925, 0.024928687140345573, 0.020783936604857445, 0.044222552329301834, 0.007893973030149937, 0.0011404033284634352, 0.001168109243735671, 0.024093367159366608, -0.028641605749726295, -0.005228785797953606, 0.05138024687767029, -0.04691799357533455, -0.0018101234454661608, 0.026917466893792152, -0.04074752330780029, -0.006420142482966185, -0.042632803320884705, 0.05446420982480049, -0.0015056763077154756, 0.057134173810482025, 0.005046945530921221, -0.03447769209742546, 0.023525236174464222, 0.004249522928148508, 0.008709228597581387, 0.025670379400253296, 0.005767619237303734, 0.03536173701286316, 0.02037917450070381, -0.0063860672526061535, 0.019048970192670826, 0.011783317662775517, 0.03932082653045654, -0.013658088631927969, -0.0507904589176178, -0.014863776043057442, -0.029186170548200607, 0.020890939980745316, -0.035212062299251556, -0.006308044772595167, -0.014343413524329662, 0.009355064481496813, -0.007792921736836433, 0.0007719456916674972, -0.026500921696424484, 0.020912595093250275, 0.015681499615311623, -0.03573879227042198, 0.014774607494473456, 0.009698363952338696, -0.05787299945950508, -0.02196382917463779, -0.0406685434281826, -0.00023565998708363625, -0.0466453917324543, -0.06720767915248871, 0.041761498898267746, 0.0015143343480303884, -0.006989547982811928, 0.04029467329382896, 0.022674312815070152, 0.04786572977900505, -0.020292235538363457, 0.041600994765758514, -0.010549924336373806, -0.039816346019506454, 0.021317675709724423, 0.021213220432400703, 0.0058924551121890545, -0.0484427772462368, -0.07503414154052734, 0.015459295362234116, -0.01781812496483326, 0.02056420035660267, -0.029042864218354225, 0.0290759839117527, 0.02327811159193516, 0.04776764288544655, 0.006850062869489193, 0.05679278448224068, 0.02970629557967186, 0.02391598559916019, 0.016982804983854294, 0.03600374981760979, -0.015451651997864246, 0.05047709494829178, 0.016810838133096695, -0.003390956204384566, -0.01074227411299944, 0.007358323782682419, 5.222734762355685e-05, 0.006707094144076109, 0.054026007652282715, -0.018727684393525124, 0.008790754713118076, -0.05082612857222557, -0.028860067948698997, -0.0018164926441386344, -0.04523143172264099, -0.10349422693252563, -0.007874068804085255, -0.0533636137843132, 0.021633587777614594, -0.03026765957474709, -0.0008611143566668034, -0.01852414943277836, 0.012106554582715034, 0.012503991834819317, -0.013111612759530544, -0.0110658286139369, -0.033114686608314514, -0.010170320980250835, -0.0046163881197571754, -0.007267244625836611, 0.018147092312574387, -0.053552139550447464, 0.006592110730707645, 0.00904552172869444, 0.02597633935511112, -0.031293097883462906, -0.004515914246439934, -0.0288033839315176, 0.011533327400684357, 0.035261739045381546, 0.012891238555312157, 0.025185683742165565, 0.034736283123493195, 0.02351950481534004, 0.002820913679897785, 0.028195125982165337, -0.01700430177152157, -0.008878649212419987, -0.08424732834100723, 0.004020232241600752, -0.005504252854734659, -0.0367298386991024, -0.007683470845222473, 0.00447499193251133, -0.016007045283913612, -0.031773973256349564, -0.005844964645802975, -0.02505798079073429, -0.026564404368400577, -0.022029750049114227, -0.0017795513849705458, -0.029311006888747215, -0.034676093608140945, -0.02633022703230381, -0.01803244836628437, 0.017877038568258286, -0.019574427977204323, -0.010905325412750244, -0.029991237446665764, -0.03111826442182064, -0.0006420142599381506, 0.039994366466999054, 0.007629014551639557, -0.015484771691262722, 0.0306179653853178, 0.005419144872575998, -0.021493464708328247, 0.011009779758751392, -0.04003194347023964, -0.017240120097994804, -0.03986984863877296, -0.02004001662135124, -0.005927992984652519, -0.03650309517979622, 0.010881122201681135, 0.05709850415587425, 0.006536061875522137, -0.0034393619280308485, -0.01942729949951172, -0.005099172703921795, 0.00571061484515667, 0.021524673327803612, 0.05626286566257477, 0.0003362931893207133, 0.026754414662718773, -0.010776667855679989, 0.01908782310783863, 0.04439579322934151, -0.021592186763882637, -0.009006032720208168, 0.04330156743526459, 0.0012980407336726785, 0.04302514344453811, -0.05653291940689087, 0.011196397244930267, 0.02336982823908329, 0.02571623772382736, -0.04958254471421242, -0.013414149172604084, 0.02289150282740593, 0.020982656627893448, -0.025999030098319057, 0.018454087898135185, 0.03545791283249855, -0.019934605807065964, 0.04316017031669617, 0.05081848427653313, -0.04176913946866989, -0.01682484894990921, -0.0489930734038353, -0.027028290554881096, -0.0395144484937191, -0.006331372074782848, 0.05275344476103783, 0.03303825855255127, -0.015910234302282333, -0.02583342976868153, -0.0277696643024683, -0.01854962669312954, -0.029349222779273987, -0.005250759422779083, -0.02489333786070347, 0.06331483274698257, 0.04778866097331047, -0.014505190774798392, 0.020499970763921738, -0.006932862102985382, -0.013959350995719433, 0.00097337132319808, -0.03391975164413452, -0.036044515669345856, -0.03922656178474426, 0.0023330338299274445, 0.007456628605723381, -0.006628016941249371, 0.01709108240902424, -0.027642279863357544, 0.05373302474617958, -0.016008319333195686, 0.027201930060982704, 0.04020996391773224, -0.02373032458126545, -0.02402784489095211, -0.03535918891429901, -0.025959540158510208, -0.015190834179520609, 0.008514650166034698, -0.010502474382519722, -0.010386236011981964, 0.01157217938452959, 0.01407590787857771, -0.10257960855960846, -0.046123117208480835, 0.05777077376842499, 0.0172133706510067, -0.01885976642370224, 0.02118201181292534, 0.07746972143650055, 0.03496430069208145, -0.0042074862867593765, 0.06967382878065109, -0.0199635848402977, 0.015572667121887209, 0.023808984085917473, 0.030012892559170723, -0.01926552318036556, -0.06960249692201614, -0.020755913108587265, 0.0252551082521677, -0.05991113930940628, -0.027611708268523216, -0.006476191338151693, -0.02860402688384056, -0.07002541422843933, 0.03324398025870323, 0.00888756662607193, -0.037320900708436966, 0.009709191508591177, -0.03581012785434723, 0.0342315249145031, 0.014955492690205574, 0.002359147649258375, -0.038232967257499695, 0.0016330600483343003, 0.03406369686126709, -0.0008254468557424843, -0.007273613940924406, -0.010368403047323229, -0.03207969292998314, -0.0036915820091962814, 0.03054535575211048, 0.04392128810286522, -0.04051186144351959, -0.04523397982120514, -0.008954920805990696, -0.040742427110672, 0.0012050505029037597, -0.008095398545265198, 0.00398894352838397, -0.047461286187171936, -0.039932265877723694, -0.016598105430603027, -0.017730548977851868, 0.018473831936717033, -0.018591662868857384, 0.005754880607128143, 0.013395678251981735, -0.0022738005500286818, 0.014329400844871998, -0.04530658945441246, 0.019349833950400352, 0.01927061751484871, -0.016725769266486168, -0.008500001393258572, 0.04154366999864578, -0.004780713003128767, 0.05785261839628219, -0.021104944869875908, 0.01806875132024288, 0.02782316505908966, -0.02994919940829277, -0.030209699645638462, -0.014475255273282528, -0.01992027461528778, 0.018966807052493095, 0.004609222989529371, 0.033807653933763504, 0.03483309596776962, -0.00012483610771596432, 0.053969960659742355, -0.02045273967087269, 0.08618276566267014, 0.024701625108718872, -0.060081832110881805, 0.08751775324344635, 0.03372039645910263, -0.010129876434803007, -0.027417048811912537, 0.0331299714744091, -0.052219707518815994, 0.012708522379398346, -0.02358383312821388, 0.024637257680296894, -0.0479835569858551, -0.006591314449906349, 0.055327869951725006, 0.037348922342062, -0.02322843112051487, 0.04105451703071594, 0.02602960169315338, 0.0094365905970335, 0.022821441292762756, 0.0056141214445233345, 0.031552962958812714, -0.016970066353678703, -0.020991254597902295, 0.005300438962876797, -0.014915366657078266, -0.026297107338905334, 0.00945824570953846, -0.006318872328847647, 0.025438759475946423, 0.053251516073942184, 0.025193963199853897, 0.013813496567308904, 0.039983220398426056, -0.003190326737239957, -0.04515627399086952, -0.01592806726694107, 0.04323691874742508, -0.03453119471669197, 0.019487647339701653, -0.030053654685616493, -0.0022720687557011843, -0.022236112505197525, -0.01759297400712967, -0.03194068744778633, -0.013284655287861824, 0.008500001393258572, -0.044527556747198105, 0.022611893713474274, 0.007597168441861868, 0.010746593587100506, 0.06098116189241409, 0.03977176174521446, -0.02705121971666813, 0.007643186021596193, -0.01597137749195099, -0.05150381103157997, 0.0033218504395335913, -0.03853144496679306, -0.00245357071980834, -0.012493801303207874, 0.0021604287903755903, 0.011491608805954456, 0.016414673998951912, 0.01646435260772705, -0.02475130558013916, -0.006731496192514896, 0.0070455968379974365, 0.04313533380627632, 0.011968979611992836, 0.002067438792437315, 0.002579521620646119, 0.029085537418723103, -0.013977184891700745, -0.016057999804615974, -0.041152920573949814, -0.07558316737413406, -0.007490165997296572, 0.034453026950359344, 0.03195931762456894, -0.009128321893513204, -0.03741006925702095, -0.036883335560560226, 0.02580922655761242, -0.003041924675926566, 0.05509093776345253, 0.005456483922898769, 0.022225284948945045, -0.030570833012461662, -0.06100695580244064, 0.03051796928048134, -0.0012652394361793997, -0.003055777633562684, -0.01280780229717493, 0.0031349146738648415, 0.013352368026971815, -0.017964297905564308, -0.008119442500174046, -0.007860853336751461, 0.053455330431461334, 0.018168747425079346, 0.016109589487314224, 0.0387042872607708, -0.02452392503619194, -0.013604587875306606, -0.016480913385748863, 0.01601596176624298, 0.0006190851563587785, 0.006119357421994209, -0.03328442573547363, -0.017941368743777275, -0.013480707071721554, -0.03104342706501484, -0.04197550192475319, -0.018136901780962944, 0.023424603044986725, 0.023415686562657356, 0.004342194646596909, 0.01103836204856634, -0.034648388624191284, 0.032531268894672394, 0.02053808607161045, -0.0733322948217392, 0.04081885889172554, -0.01625416986644268, 0.01866554468870163, -0.0432467944920063, -0.013866998255252838, -0.11140475422143936, -0.01885072886943817, 0.0007458320469595492, 0.015955455601215363, -0.023162828758358955, -0.014923646114766598, -0.024111201986670498, 0.03788138926029205, -0.032861191779375076, -0.023160917684435844, 0.010984940454363825, -0.005767937283962965, -0.01559686940163374, 0.013174029998481274, -0.01039642747491598, -0.05883092433214187, -0.014866642653942108, -0.03690053150057793, -0.04152265191078186, -0.0027690844144672155, -0.009196611121296884, 0.010683677159249784, -0.026512386277318, -0.05463999882340431, 0.022690871730446815, -0.020576301962137222, -0.03064551204442978, 0.034787554293870926, -0.006170470267534256, 0.009943577460944653, -0.029872769489884377, -0.05099936947226525, 0.004370537586510181, -0.056074339896440506, 0.04011394828557968, -0.0063048601150512695, 0.022546928375959396, -0.017758572474122047, 0.027168411761522293, 0.0013593441108241675, 0.009160167537629604, 0.001749616232700646, 0.05593676492571831, -0.005678609479218721, 0.03254527971148491, 0.004075007047504187, -0.020691584795713425, 0.024713726714253426, -0.05142737925052643, -0.007746207527816296, 0.045659441500902176, 0.03801259398460388, 0.0033985991030931473, 0.046097639948129654, 0.015414711087942123, -0.01691274344921112, 0.028044812381267548, -0.017049681395292282, 0.03650054708123207, 0.005944682285189629, 0.03933611139655113, 0.011925669386982918, -0.05413300916552544, 0.015576488338410854, -0.00972957257181406, 0.02870975621044636, 0.032816290855407715, -0.016040802001953125, 0.014966320246458054, -0.02519969642162323, 0.07539081573486328, 0.03299494460225105, 0.012626280076801775, -0.02290678769350052, -0.022205540910363197, 0.03515155240893364, -0.026215581223368645, 0.03823551535606384, -0.03374014049768448, 0.014641491696238518, -0.004028512164950371, 0.02822442352771759, 0.046234577894210815, -0.021085835993289948, -0.026758236810564995, 0.009637379087507725, -0.01713821291923523, 0.015688586980104446, -0.07164064049720764, -0.01662740483880043, -0.007472969591617584, -0.07659172266721725, 0.005766504444181919, 0.046897612512111664, 0.0363222099840641, 0.028918664902448658, 0.03941253945231438, 0.03834251686930656, -2.0381405192893e-05, -0.0034688692539930344, -0.04835488274693489, 0.01407909207046032, 0.0037043201737105846, -0.05082612857222557, 0.027886856347322464, -0.04564415663480759, -0.03889790922403336, 0.032829347997903824, -0.05510622262954712, 0.03555281087756157, 0.03560249134898186, -0.04174621030688286, -0.022678134962916378, 0.07931423932313919, -0.007630049251019955, 0.006067289505153894, -0.04560100287199021, -0.007655446417629719, 0.010284329764544964, -0.0052647716365754604, -0.0014751041308045387, -0.0006088944501243532, -0.014636396430432796, -0.02937215194106102, 0.017198720946907997, -0.07905182242393494, 0.0178566575050354, -0.02179727517068386, 0.017273876816034317, 0.00149803317617625, 0.024559592828154564, -0.0173458494246006, 0.051773861050605774, -0.02160237729549408, -0.05137746036052704, 0.06011240556836128, -0.001423513749614358, 0.010622533038258553, 0.012947287410497664, -0.026541683822870255, 0.007313420996069908, 0.022104110568761826, -0.05966401472687721, -0.026893263682723045, -0.01779376156628132, -0.02800978161394596, -0.05690870434045792, 0.006909295916557312, -0.023456448689103127, 0.026545505970716476, 0.04716384410858154, 0.024610545486211777, 0.006344030611217022, -0.00953356083482504, 0.022674312815070152, 0.02624010294675827, -0.05774052068591118, -0.02942055836319923, -0.017433106899261475, 0.025711141526699063, 0.00010548969294177368, -0.03506110981106758, 0.03923420235514641, -0.04533079266548157, 0.0798543393611908, -0.00903358031064272, 0.004994080867618322, 0.025653818622231483, -0.05996718630194664, -0.002894517732784152, 0.005956783890724182, -0.018763629719614983, 0.013834395445883274, 0.038339968770742416, 0.0027304713148623705, -0.003777565900236368, -0.004552059341222048, -0.027103446424007416, 0.04775235801935196, -0.02241954579949379, 0.0030801398679614067, -0.001896585221402347, 0.019287854433059692, 0.0068991053849458694, 0.008992657996714115, -0.005412497092038393, 0.059862732887268066, -0.052517782896757126, 0.03036152571439743, 0.012277248315513134, -0.048826202750205994, -0.03368345648050308, -0.009778217412531376, -0.014111893251538277, 0.05097898840904236, 0.008885018527507782, -0.02116760052740574, 0.014417296275496485, -0.0030865089502185583, 0.015110263600945473, 0.030855536460876465, 0.03135042265057564, -0.003755273763090372, 0.04580720514059067, 0.017527053132653236, 0.02859001606702805, -0.03699224814772606, 0.00822262279689312, -0.011326965875923634, -0.03144054487347603, 0.011483329348266125, -0.005979076027870178, -0.0038495378103107214, 0.015806416049599648, 0.013752352446317673, 0.018966488540172577, 0.03712218254804611, -0.031263481825590134, -0.03166506066918373, 0.007734742946922779, -0.023013154044747353, -0.016077106818556786, 0.02258705534040928, 0.018804393708705906, 0.017474506050348282, -0.0575430728495121, 0.007661815732717514, 0.039588332176208496, 0.007157694548368454, -0.06517782062292099, -0.052461735904216766, 0.022085798904299736, 0.025271667167544365, -0.04027875140309334, 0.03735911473631859, 0.036044515669345856, -0.05894811823964119, -0.02079094387590885, 0.026247426867485046, 0.01622503064572811, 0.005555524956434965, -0.002723465207964182, 0.02880147285759449, 0.04955165460705757, 0.004273725673556328, 0.026691360399127007, 0.016519129276275635, -0.03574213758111, 0.08808078616857529, 0.01828116364777088, -0.013471471145749092, -0.005733544006943703, -0.010346747003495691, -0.02063744515180588, 0.02915432490408421, 0.027981439605355263, 0.005189933814108372, -0.013202771544456482, 0.03245993331074715, 0.021163541823625565, 0.002141958335414529, 0.03551459684967995, -0.03766443580389023], [-0.04761892929673195, -0.03196561336517334, -0.04105236008763313, -0.03310832753777504, -0.00044670634088106453, -0.008399954997003078, 0.031398944556713104, 0.019484996795654297, 0.02896041050553322, 0.023992478847503666, -0.002795026870444417, 0.04331321641802788, -0.028159799054265022, -0.008202712051570415, -0.0002017696388065815, 0.03815774247050285, -0.020279547199606895, -0.0001319262955803424, 0.025232521817088127, 0.04842212796211243, -0.041981667280197144, 0.01720668189227581, 0.03106735087931156, 0.03714630752801895, -0.0751824751496315, 0.03450778126716614, 0.02522379159927368, -0.011235238052904606, 0.005910168867558241, -0.003990123979747295, 0.019432777538895607, -0.022527385503053665, -0.0031161122024059296, 0.020430469885468483, -0.004405303858220577, 0.03563303500413895, 0.014474546536803246, 0.009765779599547386, -0.04942062869668007, -0.06106894463300705, 0.0033531268127262592, 0.04979053884744644, -0.0021211679559201, 0.0252858754247427, -0.003793527837842703, 0.04164344444870949, -0.00394356157630682, 0.06290556490421295, -0.005304213613271713, -0.046546705067157745, 0.035485588014125824, -0.019340137019753456, -0.01192768942564726, -0.011143245734274387, -0.005509863141924143, 0.05473260208964348, 0.029934337362647057, -0.03491261601448059, 0.07131004333496094, 0.03125489503145218, -0.007568948436528444, 0.006891209166496992, -0.007228785194456577, -0.009288516826927662, 0.018006647005677223, 0.03145795688033104, 0.03296734765172005, 0.025820693001151085, 0.04039531573653221, -0.04490085691213608, -0.02177042700350285, -0.002726638689637184, -0.05052518844604492, -0.04413710907101631, 0.027929574251174927, -0.0057375007309019566, -0.04304548352956772, 0.018928837031126022, -0.01036753226071596, -0.05607643723487854, -0.007505571935325861, 0.012222584336996078, -0.022331759333610535, -0.02001399546861649, -0.02519533783197403, 0.011344368569552898, -0.03498116508126259, -0.039233848452568054, 0.002095300005748868, -0.01823945716023445, -0.04910891875624657, 0.041702937334775925, -0.007163792382925749, -0.025391770526766777, 0.0036868026945739985, 0.009572417475283146, 0.021864844486117363, 0.02335095591843128, 0.07858442515134811, 0.03085523471236229, 0.01871413365006447, -0.04478275403380394, 0.02227226458489895, 0.005499516148120165, -0.02504692040383816, 0.006058586295694113, 0.027336876839399334, -0.05124819651246071, 0.009895119816064836, -0.02212352305650711, -0.01870508119463921, -0.004004351329058409, -0.00441823760047555, -0.04293586686253548, -0.014136808924376965, -0.0020265884231776, 0.0654664859175682, -0.008808990940451622, -0.04794356971979141, 0.002337164944037795, -0.05117705836892128, 0.002133212750777602, 0.007118199951946735, 0.027582945302128792, -0.002605544403195381, -0.022070493549108505, 0.040249161422252655, -0.00894253421574831, -0.008050091564655304, -0.001883001415990293, 0.02373380027711391, -0.026289548724889755, 0.03853541612625122, -0.0072494796477258205, -0.05404839664697647, 0.00598664116114378, -0.014835242182016373, 0.005452953744679689, -0.028386466205120087, -0.021542789414525032, 0.003590141423046589, -0.00798671506345272, -0.017858553677797318, -0.0007255946402437985, -0.011447840370237827, -0.031080931425094604, -0.052677396684885025, -0.06817615032196045, -0.014523048885166643, 0.014788033440709114, -0.04458979517221451, 0.0339425690472126, -0.00438331626355648, 0.011435876600444317, -0.00014243513578549027, -0.010600666515529156, 0.029981868341565132, 0.0005652136751450598, -0.028932278975844383, 0.04912056028842926, 0.05215965583920479, 0.008205298334360123, 0.05888569355010986, 0.001592816086485982, 0.006188895553350449, 0.002287045819684863, 0.02767283469438553, 0.02465987205505371, 0.003975249826908112, 0.020962053909897804, 0.02699574269354343, -0.00981622189283371, 0.03145666420459747, 0.05683436989784241, 0.001081520807929337, -0.037911996245384216, -0.017077989876270294, -0.03012058511376381, -0.006477322895079851, 0.054589033126831055, -0.013899712823331356, -0.008852480910718441, -0.01978377252817154, -0.0113566555082798, -0.004056734032928944, 0.004921934101730585, -0.002922749612480402, 0.033096686005592346, -0.020610250532627106, 0.04077557474374771, 0.058575280010700226, -0.027853909879922867, 0.03063923679292202, 0.00027080459403805435, -0.039890892803668976, 0.047991424798965454, -0.014806141145527365, -0.031923577189445496, 0.020545581355690956, 0.02411858551204205, 0.02308451570570469, -0.028491554781794548, 0.04229402169585228, 0.008623752743005753, -0.04280620440840721, -0.06240890175104141, 0.062295082956552505, -0.050500452518463135, 0.02355337142944336, -0.012047975324094296, 0.02113265730440617, 0.079696424305439, 0.018674038350582123, 0.03168559446930885, 0.02011876180768013, 0.03278530389070511, 0.0736122876405716, -0.07154027372598648, 0.0418102890253067, 0.02032829076051712, 0.0038717782590538263, 0.017444828525185585, 0.01888098195195198, -0.03732997179031372, -0.006502159871160984, 0.01774020679295063, 0.033163782209157944, 0.03728599473834038, -0.0007501691579818726, -0.013836579397320747, 0.011111880652606487, -0.01148082222789526, 0.0016557074850425124, -0.029886480420827866, -0.01317225955426693, -0.010623947717249392, -0.018322881311178207, 0.015792354941368103, -0.00972115807235241, 0.013779832050204275, -0.07628444582223892, -0.02012522891163826, -0.002625915454700589, -0.04499657079577446, 0.02109414339065552, -0.014227346517145634, -0.019985541701316833, -0.01273784041404724, -0.036654818803071976, -0.004702784586697817, 0.02481507882475853, 0.006724361330270767, -0.021383700892329216, -0.008409654721617699, -0.02392716333270073, -0.0069073764607310295, -0.02198254317045212, 0.005596520844846964, -0.027507605031132695, 0.006292528938502073, -0.02684829570353031, -0.014471475034952164, -0.032822489738464355, -0.020253274589776993, 0.04319357872009277, -0.0008036834187805653, 0.041106682270765305, 0.009549782611429691, 0.008068198338150978, 0.029827632009983063, 0.04799530655145645, -0.09156720340251924, 0.04862130805850029, 0.02598172053694725, -0.021746661514043808, 0.02204139344394207, 0.04156454652547836, 0.003184338798746466, 0.0386367030441761, 0.03773286193609238, -0.062020882964134216, -0.052802857011556625, -0.023955941200256348, 0.02840942330658436, 0.010602929629385471, 0.0033227321691811085, 0.026479678228497505, -0.06886035948991776, -0.011643143370747566, -0.026063205674290657, 0.010089775547385216, -0.009356743656098844, 0.040216829627752304, 0.04252682998776436, 0.06360909342765808, -0.028702378273010257, -0.010535026900470257, 0.015572477132081984, -0.02547568082809448, -0.05504883825778961, 0.0689728781580925, 0.03274359181523323, -0.0366729237139225, -0.0017252274556085467, 0.020569508895277977, -0.02614792250096798, -0.028238695114851, 0.08070268481969833, 0.02646739035844803, -0.040503960102796555, -0.025798099115490913, 0.005976778920739889, -0.028886687010526657, -0.034988924860954285, 0.007359499111771584, -0.050227705389261246, 0.033087633550167084, 0.05411047860980034, -0.030534472316503525, 0.025774778798222545, 0.02213257737457752, 0.0030950945802032948, 0.021811168640851974, -0.04494030773639679, 0.007258533500134945, 0.036773812025785446, 0.04867045953869819, 0.02304571494460106, -0.06632012873888016, -0.017729859799146652, -0.003203093074262142, -0.03027837909758091, 0.011449133977293968, -0.041201747953891754, 0.031224822625517845, -0.03434404730796814, 0.01795879192650318, -0.004929129034280777, 0.033989131450653076, -0.0014369619311764836, 0.01567474566400051, -0.07166443765163422, 0.0021800175309181213, -0.0018385611474514008, 0.001034069457091391, -0.05428767204284668, -0.03495723754167557, -0.03644140809774399, 0.03249085322022438, 0.01718922145664692, 0.05690356343984604, -0.02317044697701931, 0.03387919068336487, 0.008814487606287003, -0.014147155918180944, -0.026311537250876427, 9.053766007127706e-06, -0.01568370871245861, 0.014609786681830885, -0.020279143005609512, 0.045032139867544174, -0.01534548681229353, -0.03687534108757973, 0.04101032763719559, -0.00646956218406558, -0.0006906730122864246, 0.001128446776419878, -7.760370499454439e-05, 0.03578048199415207, -0.016395077109336853, 0.06699657440185547, 0.04070443660020828, 7.372352411039174e-05, 0.012609309516847134, -0.014817134477198124, 0.012440602295100687, -0.001504218555055559, -0.06013333424925804, 0.024548638612031937, -0.0560208223760128, 0.018442101776599884, -0.02663569338619709, 0.031129110604524612, 0.007512039039283991, 0.04645487293601036, 0.017262298613786697, 0.02841201052069664, 0.03033658303320408, -0.01333522703498602, 0.0562756210565567, -0.0022343401797115803, -0.02904836088418961, 0.020470241084694862, 0.007787855342030525, 0.017055517062544823, -0.0036729995626956224, 0.019672539085149765, 0.030969053506851196, 0.03156660124659538, 0.01432693749666214, -0.030164560303092003, -0.02825033664703369, -0.03615815564990043, -0.03738946467638016, 0.026791386306285855, -0.020407188683748245, -0.07780030369758606, -0.03407837450504303, -0.013438375666737556, 0.020923253148794178, 0.005899821873754263, 0.02049950510263443, 0.014373499900102615, 0.004441518802195787, 0.07446657866239548, -0.0037956296000629663, -0.01784367859363556, 0.005220142658799887, 0.03923643380403519, -0.027717458084225655, 0.015244278125464916, -0.015658892691135406, -0.04853077232837677, -0.006046985741704702, 0.04209742322564125, 0.0022821957245469093, -0.05382592976093292, -0.009102864190936089, -0.04720504209399223, 0.009300480596721172, 0.046582918614149094, 0.016088541597127914, -0.001972912577912211, 0.04601382464170456, 0.028972698375582695, 0.055481478571891785, 0.03264205902814865, 0.03125521540641785, -0.01958523504436016, -0.04487757757306099, -0.021368181332945824, -0.0012545932549983263, 0.002632059156894684, -0.01992863230407238, -0.039629627019166946, 0.0275027547031641, -0.020737649872899055, 0.0150214908644557, -0.024597788229584697, -0.06086458638310432, 0.022289400920271873, -0.0037750969640910625, -0.020559808239340786, -0.028175318613648415, -0.049190402030944824, -0.017998887225985527, 0.03832976520061493, -0.0101531520485878, -0.03771022707223892, -0.03849539905786514, -0.039417508989572525, -0.009633206762373447, 0.019188163802027702, -0.011367649771273136, -0.02589118294417858, 0.015360764227807522, 0.027119586244225505, -0.054936956614255905, -0.00908060371875763, -0.014315620996057987, -0.013321969658136368, -0.05987901985645294, 0.02025165781378746, 0.01515406370162964, -0.02096981555223465, 0.04673165827989578, 0.0647861585021019, 0.014520623721182346, -0.00011252537660766392, -0.005895295180380344, -0.0004468680126592517, -0.0076103368774056435, 0.03101302869617939, 0.08177361637353897, -0.030413540080189705, 0.024797940626740456, -0.0046052951365709305, 0.042282380163669586, 0.02971704676747322, -0.014121207408607006, 0.01972298137843609, 0.04642383009195328, 0.0125449625775218, 0.02852453663945198, -0.02769563160836697, -0.012355642393231392, -0.004057380370795727, 0.049932811409235, 0.0028532296419143677, -0.00015132722910493612, 0.04647427424788475, 0.04330028221011162, -0.07155061513185501, 0.01921985112130642, 0.02733396552503109, 0.012044095434248447, 0.004031189251691103, 0.04475430026650429, -0.047974612563848495, -0.009419149719178677, -0.011121904477477074, -0.01398677472025156, -0.016015464439988136, -0.03273841738700867, 0.059599000960588455, 0.039069585502147675, 0.00978162419050932, -0.033676695078611374, -0.0012377791572362185, -0.02605544403195381, 0.00895967148244381, 0.017687179148197174, -0.025853028520941734, 0.050214771181344986, 0.06144661456346512, -0.0368669331073761, 0.020312123000621796, -0.02872113138437271, -0.011316560208797457, 0.02222699485719204, 0.00042682039202190936, -0.06790389120578766, -0.04531021788716316, 0.017842385917901993, 0.020404601469635963, -0.03977060690522194, 0.02769934944808483, -0.031175995245575905, 0.020245514810085297, 0.011040421202778816, -0.0006796791567467153, 0.025025902315974236, 0.01901226118206978, -0.00952068157494068, -0.06100427359342575, 0.003577530849725008, -0.038512133061885834, 0.04472560435533523, 0.03674276918172836, -0.0007598696392960846, 0.034163739532232285, -0.0010588056175038218, -0.05037256702780723, -0.05052518844604492, 0.053448259830474854, 0.011505396105349064, 0.006240914575755596, 0.028410717844963074, 0.03711752966046333, 0.0015882891602814198, 0.015086807310581207, 0.0422513373196125, -0.022898267954587936, -0.013954440131783484, 0.01671195775270462, 0.06332721561193466, -0.00021276349434629083, -0.060462988913059235, 0.007728520780801773, -0.009858904406428335, -0.009753492660820484, -0.03290364891290665, 0.014056618325412272, -0.0067010801285505295, -0.03713078796863556, -0.01499691605567932, 0.008832595311105251, -0.05859079957008362, -0.0047959089279174805, -0.02726088836789131, 0.00948123261332512, -0.032951828092336655, 0.007323849946260452, -0.025624744594097137, 0.016768867149949074, 0.04707958176732063, 0.030399959534406665, -0.013775709085166454, -0.011631502769887447, -0.02946418710052967, -0.027621746063232425, 0.02075737528502941, 0.02786102518439293, -0.015743205323815346, -0.035498522222042084, -0.02832535281777382, -0.027637267485260963, -0.011178167536854744, -0.008310063742101192, -0.0338248685002327, -0.02845275215804577, -0.006647081114351749, -0.023068996146321297, -0.0008439403027296066, 0.051178351044654846, -0.034688856452703476, -0.0038349165115505457, 0.03234781324863434, -0.007686000317335129, 0.013821867294609548, -0.03912067413330078, 0.023594921454787254, -0.005923557560890913, 0.0068212044425308704, -0.005719393026083708, -0.0011912168702110648, -0.03270624577999115, 0.007759158033877611, 0.01866239868104458, 0.04863424226641655, 0.03392446041107178, -0.005515036638826132, -0.02878677099943161, -0.02498580701649189, -0.003228314220905304, 0.003363312454894185, -0.004782975185662508, 0.07697544246912003, 0.0384448766708374, 0.0033826325088739395, 0.04842988774180412, -0.06689439713954926, 0.06695583462715149, 0.01607431471347809, -0.08500451594591141, 0.0617932453751564, -0.0021767839789390564, 0.01568370871245861, 0.00038219825364649296, 0.028413303196430206, -0.0119917131960392, 0.02786102518439293, 0.002434169640764594, 0.02058955654501915, 0.0012164381332695484, -0.034796856343746185, 0.05918058753013611, 0.03793026879429817, -0.03727306053042412, -0.01717887446284294, 0.05737436190247536, -0.04387972131371498, -0.07229238003492355, -0.021746499463915825, -0.004098769277334213, 0.004527529701590538, -0.019100859761238095, -0.01847226917743683, -0.02288210019469261, -0.029409218579530716, 0.03087075427174568, -0.04712994396686554, 0.03788742423057556, 0.033744677901268005, 0.02871951460838318, 0.025708168745040897, 0.03435774892568588, -0.017621982842683792, -0.02448914386332035, -0.00017590173229109496, 0.07096309214830399, -0.0009179871995002032, 0.014204065315425396, -0.024258919060230255, 0.0010143450926989317, -0.04874289035797119, 0.05591217800974846, -0.006028514821082354, -0.021767839789390564, 0.029142778366804123, -0.0009926807833835485, -0.02637943997979164, -0.01028329972177744, -0.004648057743906975, 0.016716808080673218, -0.004261413589119911, 0.01042670477181673, 0.020979516208171844, -0.026017935946583748, -0.05034540593624115, -0.04041362553834915, -0.020416241139173508, -0.01122246589511633, 0.033213093876838684, 0.002357212593778968, 0.005699345842003822, 0.030729128047823902, 0.02498807013034821, -0.03791426122188568, -0.04164732247591019, 0.014901204966008663, 0.04369088634848595, -0.0010651109041646123, 0.002560922410339117, -0.002616861602291465, -0.011769895441830158, 0.04233993589878082, 0.016429351642727852, -0.02343243919312954, -0.05267222225666046, -0.0217303317040205, 0.04134628549218178, 0.028040805831551552, 0.015152771025896072, -0.0015877233818173409, -0.013535380363464355, 0.025900237262248993, 8.471737965010107e-05, 0.02800588496029377, -0.0042319889180362225, 0.014266794547438622, -0.012651829048991203, -0.06883449107408524, 0.004742879886180162, 0.00901884399354458, -0.046343639492988586, -0.008251860737800598, -0.02690003253519535, -0.00764461187645793, -0.03326870873570442, -0.02703131176531315, -0.03501220420002937, 0.02294224314391613, 0.037300869822502136, 0.024529239162802696, -0.0016603959957137704, -0.0279515627771616, -0.01607690192759037, 0.0019776010885834694, 0.00927622988820076, 0.008822894655168056, 0.004223096650093794, -0.02848023734986782, -0.03986243903636933, 0.005754557438194752, -0.031498052179813385, -0.07236286997795105, -0.009846617467701437, 0.022647349163889885, -0.02224251627922058, 0.04102908074855805, 0.0010043212678283453, 0.008388960734009743, 0.032837361097335815, -0.015747085213661194, -0.0818563923239708, 0.025138266384601593, -0.04328734800219536, -0.003142950125038624, 0.011052869260311128, 0.017791297286748886, -0.07029246538877487, -0.010087142698466778, -0.0008672214462421834, 0.01387230958789587, -0.007269850466400385, -0.03906053304672241, 0.02903607301414013, -0.012133986689150332, -0.01551265735179186, 0.011055941693484783, 0.009321579709649086, -0.02689550444483757, -0.046563517302274704, -0.006331169046461582, 0.008704549632966518, -0.07238873839378357, -0.004427958279848099, -0.019398987293243408, -0.013658898882567884, -0.0200476236641407, 0.01209421455860138, -0.017235783860087395, -0.014987862668931484, -0.030037809163331985, 0.016438405960798264, -0.03586067259311676, -0.048525597900152206, 0.028790974989533424, -0.0598997138440609, 0.06100686267018318, -0.013634971342980862, -0.09413329511880876, -0.0034714725334197283, -0.011055294424295424, 0.03537435829639435, 0.023433085530996323, 0.06333626806735992, -0.009494328871369362, -0.019845854490995407, 0.012388138100504875, -0.012595081701874731, 0.02568553388118744, 0.049299050122499466, -0.000857197621371597, -0.006836239714175463, -0.02083206921815872, -0.008970826864242554, 0.018170908093452457, -0.03728502616286278, 0.004759855568408966, 0.020932307466864582, -0.004603193141520023, -0.031186344102025032, 0.01625409722328186, -0.0176989808678627, -0.028397783637046817, 0.040957942605018616, -0.004524296149611473, 0.003699110122397542, -0.008481761440634727, 0.04641219228506088, 0.0061475071124732494, -0.06887329369783401, 0.00893477350473404, -0.017973989248275757, 0.02386443316936493, -0.013587262481451036, -0.0366082563996315, -0.018254978582262993, 0.05091837793588638, 0.03148641064763069, 0.013163529336452484, 0.06971399486064911, 0.0005587466876022518, -0.015926543623209, -0.02281581424176693, -0.0023003031965345144, 0.055423274636268616, -0.06920439749956131, -0.00954525638371706, 0.012383611872792244, 0.05068298056721687, -0.006130450405180454, -0.019450075924396515, -0.03519586846232414, 0.02940663136541843, -0.021533412858843803, 0.05491238459944725, -0.0343836173415184, -0.008776979520916939, 0.0012009174097329378, -0.03929981216788292, 0.010795322246849535, 0.033390287309885025, 0.0350264348089695, 0.022157151252031326, 0.031504519283771515, 0.013208838179707527, 0.00832558423280716, 0.005841618869453669, -0.035310979932546616, 0.039439499378204346, -0.035237256437540054, -0.014233813621103764, 0.04506152123212814, -0.0024116968270391226, -0.03268150985240936, -0.011711692437529564, -0.003162350971251726, 0.03259355574846268, 0.04005127400159836, -0.008700022473931313, 0.03830203786492348, 0.0236374419182539, -0.02694918029010296, -0.004138217773288488, -0.00517390388995409, -0.023027606308460236, 0.0348363034427166, -0.018231697380542755, -0.002685088198632002, -0.008263501338660717, -0.042143985629081726, -0.010349424555897713, 0.0001270760694751516, -0.041364070028066635, 0.02087022364139557, 0.03395818918943405, -0.009418503381311892, -0.04520157352089882, -0.012946885079145432, 0.006423788145184517, 0.08344080299139023, 0.013041303493082523, -0.03442759066820145, 0.05234111472964287, -0.0018042861483991144, -0.008426468819379807, 0.05242389068007469, -0.004859123844653368, 0.029817931354045868, 0.010995798744261265, -0.04967057704925537, -0.02348870225250721, 0.004359388258308172, -0.0120402155444026, -0.021839624270796776, 0.017856450751423836, 0.003627973375841975, 0.037983134388923645, 0.07162822037935257, 0.03353385627269745, -0.0033240255434066057, 0.007590612862259149, -0.0128654008731246, 0.017950061708688736, -0.06696682423353195, -0.033969730138778687, 0.015008718706667423, -0.0020074299536645412, 0.01301478873938322, -0.06274518370628357, 0.023819325491786003, -0.05641530826687813, 0.05457092821598053, 0.005100665148347616, 0.04767939448356629, 0.0338837169110775, 3.104148345300928e-05, -0.01473807543516159, 0.02454346604645252, -0.013785005547106266, 0.024846766144037247, 0.03969041630625725, 0.02797225676476955, 0.0319196991622448, -0.023982131853699684, -0.012507130391895773, 0.004137570969760418, 0.006685559172183275, 0.011584940366446972, -0.01303321961313486, -0.0402226485311985, -0.010045800358057022, -0.0043871961534023285, 0.0332438126206398, 0.061923880130052567, -0.04094889014959335, 0.01121955644339323, 0.009457305073738098, -0.020149802789092064, -0.02286205254495144, -0.01674535498023033, -0.010940829291939735, 0.02855557762086391, -0.03970900923013687, -0.03318334370851517, -0.007660779170691967, -0.0007643965072929859, 0.07978566735982895, 0.011761488392949104, 0.007832188159227371, -0.001381992711685598, 0.03910192102193832, 0.024595201015472412, 0.032729364931583405, -0.009603539481759071, -0.002835445571690798, -0.02511773258447647, 0.040112387388944626, 0.03544743359088898, 0.012363564223051071, 6.984333595028147e-05, 0.042142368853092194, 0.006011700723320246, 0.04844669997692108, 0.0300429817289114, -0.022624067962169647, -0.025058884173631668, 0.04007843509316445, -0.012019520625472069, -0.0454990528523922, 0.0362926684319973, -0.012382964603602886, 0.008053971454501152, -0.04373486340045929, -0.03667551279067993, 0.001429848256520927, 0.0021431557834148407, -0.043178703635931015, -0.03190029785037041, 0.05049414560198784, 0.024407658725976944, -0.007658839225769043, 0.03881866857409477, 0.045518454164266586, -0.03469661623239517, 0.013667305931448936, 0.029269855469465256, 0.031201863661408424, 0.006869221571832895, 0.01515293214470148, 0.043204572051763535, 0.05035704746842384, 0.04386937618255615, 0.03638579323887825, 0.0350872240960598, -0.01793680340051651, 0.05304859951138496, 0.038616251200437546, 0.01669255830347538, -0.03640454635024071, -0.019967757165431976, 0.027312787249684337, 0.0514616034924984, 0.0294725950807333, -0.004508775193244219, 0.013430614955723286, 0.03545454889535904, 0.06406865268945694, 0.0016038100002333522, 0.013435788452625276, -0.0006775773945264518], [-0.012599466368556024, -0.044467899948358536, -0.056929025799036026, 0.00556822819635272, 0.030770229175686836, -0.0006699390942230821, 0.06313908845186234, -0.027323607355356216, 0.03188871592283249, -0.010172057896852492, -0.05368393659591675, 0.017680585384368896, -0.02019894123077393, -0.01201364304870367, -0.02627749554812908, 0.017384257167577744, 0.008625946007668972, -0.010165653191506864, 0.008356945589184761, 0.05381374433636665, -0.008795885369181633, -0.053490087389945984, 0.0009940204909071326, 0.0320204421877861, -0.04442691057920456, -0.0015029864152893424, -0.019009361043572422, -0.04602554067969322, 0.04445936158299446, 0.0106575395911932, 0.009439779445528984, -0.059589993208646774, -0.005927402526140213, -0.012163941748440266, -0.009362922050058842, 0.0009940204909071326, 0.04644910618662834, -0.02840985730290413, -0.06415360420942307, -0.011316804215312004, -0.06553703546524048, 0.020424388349056244, -0.00857043731957674, 0.061403822153806686, 0.04106226935982704, 0.02694273926317692, 0.030031973496079445, 0.05889657139778137, -0.002701959339901805, -0.03103666938841343, 0.022271523252129555, 0.011053781025111675, -0.004507251083850861, 0.020408162847161293, -0.02717331051826477, 0.020464524626731873, 0.01995086297392845, -0.002336460631340742, -0.00515114376321435, -0.004119548946619034, 0.02153881825506687, -0.01296667382121086, -0.0006556350854225457, -0.03588379919528961, -0.0007378296577371657, 0.016088999807834625, 0.06398622691631317, 0.0264867190271616, 0.013237381353974342, -0.07016896456480026, 0.030292006209492683, 0.008912025950849056, 0.016259578987956047, 0.017477339133620262, 0.03814169391989708, 0.03364469110965729, -0.035559289157390594, 0.053315021097660065, -0.03626296296715736, -0.03761564940214157, -0.00758154084905982, -0.025325318798422813, -0.07194522023200989, -0.07080090045928955, -0.020245907828211784, -0.02462250366806984, -0.029069121927022937, 0.006929108873009682, 0.04981716722249985, 0.003760881721973419, -0.01856188103556633, -0.01076209731400013, 0.06469672918319702, -0.0016874438151717186, 0.013407321646809578, 0.03267970681190491, -0.04787694662809372, 0.04666430875658989, -0.01865752600133419, 0.00032792429556138813, 0.02433129772543907, -0.01895470730960369, -0.010136190801858902, -0.0049905977211892605, -0.037092164158821106, -0.024778779596090317, -0.006013012491166592, -0.06449177861213684, -0.019595183432102203, 0.01727921888232231, -0.011593490839004517, 0.01591799221932888, 0.02791711688041687, -0.013458560220897198, -0.005723303649574518, -0.007001268677413464, 0.007213480770587921, -0.0009218601044267416, -0.027479030191898342, 0.038589175790548325, -0.06531842052936554, -0.004255330190062523, 0.006990594789385796, -0.011868467554450037, -0.023272376507520676, -0.03902298957109451, 0.013212616555392742, -0.0003142607747577131, 0.028628207743167877, 0.03924843668937683, 0.032942034304142, -0.03649523854255676, 0.02768569253385067, 0.024741631001234055, -0.038992248475551605, 0.02968056313693523, -0.02117844484746456, 0.00849272683262825, -0.00025106704561039805, 0.02174035646021366, -0.05875310301780701, -0.04644910618662834, 0.010336127132177351, 0.06453447788953781, 0.01846281997859478, 0.0024150258395820856, -0.017819354310631752, -0.029853707179427147, -0.020358633249998093, -0.009209207259118555, -0.025817206129431725, -0.01237060222774744, -0.009635337628424168, 0.03679241985082626, 0.01287956815212965, -0.017416708171367645, 0.02399312704801559, 0.028239063918590546, 0.002181038027629256, -0.0066831656731665134, 0.0002134923852281645, 0.01905035227537155, 0.03522282838821411, 0.0034713861532509327, -0.022254446521401405, -0.015675464645028114, 0.010105875320732594, -0.010754037648439407, -0.015151127241551876, 0.06386325508356094, 0.012456425465643406, 0.003437227103859186, -0.004390897694975138, 0.03943118825554848, -0.020818067714571953, -0.011005104519426824, -0.014628497883677484, -0.0109896007925272, -0.031844522804021835, 0.026189537718892097, -0.024237362667918205, -0.04263485595583916, -0.03884536400437355, 0.01799313724040985, 0.01685970649123192, -0.010848668403923512, -0.018145998939871788, -0.0003048671060241759, -0.03816688433289528, 0.045991383492946625, 0.021486299112439156, -0.07038074731826782, -0.00664900615811348, 0.016221577301621437, -0.041540492326021194, -0.00131084315944463, 0.039306510239839554, -0.03438422828912735, -0.004469676408916712, -0.008898361586034298, -0.0037122054491192102, -0.0059069073759019375, 0.03675484657287598, -0.01942097395658493, -0.05220827832818031, -0.05798794329166413, 0.05304517224431038, -0.005916300695389509, 0.0135900704190135, -0.013554203324019907, 0.005711347796022892, 0.05730818584561348, 0.006047812290489674, 0.058469582349061966, 0.0178445465862751, -0.0022818066645413637, 0.06036198139190674, -0.0423312708735466, 0.06825991719961166, 0.009407328441739082, 0.01686696521937847, 0.0205704178661108, 0.03687781840562821, -0.06521935760974884, -0.03700420632958412, 0.036963216960430145, 0.0038104120176285505, 0.02079928107559681, 0.006350971292704344, -0.02371644042432308, 0.05375225841999054, -0.04748070612549782, 0.03570873290300369, -0.019941896200180057, -0.011450023390352726, -0.01095813699066639, -0.04866088926792145, -0.008860787376761436, -0.031593456864356995, 0.006245078984647989, -0.04853962361812592, 0.0055883764289319515, 0.07138843834400177, -0.02821515128016472, 0.007994862273335457, -0.04469676315784454, -0.017981180921196938, 0.02625102363526821, -0.003033299697563052, 0.0028240771498531103, 0.01834668219089508, -0.016412867233157158, -0.0014005100820213556, 0.017683999612927437, -0.02600337192416191, 0.04361051321029663, -0.009058908559381962, 0.01521106529980898, -0.02130141668021679, 0.028444230556488037, -0.04248327389359474, -0.021938476711511612, -0.07893411070108414, -0.002203241223469377, 0.06324156373739243, 0.010515780188143252, 0.03196920454502106, -0.04839615896344185, 0.04654475301504135, 0.025680571794509888, 0.003508106805384159, -0.04627148434519768, 0.04149950295686722, 0.02098032273352146, -0.01464899256825447, 0.008196186274290085, 0.06384959071874619, 0.03215238079428673, 0.019894074648618695, -0.00827325601130724, -0.018514057621359825, -0.009011086076498032, -0.006872746627777815, 0.035142552107572556, 0.016996020451188087, 0.01735949143767357, -0.007607587147504091, -0.05580861493945122, -0.01512550748884678, -0.015830032527446747, 0.007270696572959423, -0.01201364304870367, -0.02106892317533493, -0.0007613137713633478, 0.07090252637863159, -0.024768531322479248, -0.01460629515349865, 0.02275828644633293, -0.054128002375364304, -0.034730084240436554, 0.033516597002744675, -0.00738000450655818, -0.07483505457639694, -0.03866346925497055, 0.016822772100567818, -0.01130292657762766, -0.04093588143587112, 0.029977744445204735, 0.017072558403015137, -0.007379577495157719, -0.017079390585422516, 0.005919716786593199, -0.03007851541042328, -0.004286927171051502, -0.0003304861893411726, -0.07082822918891907, 0.03407679870724678, 0.03864724189043045, -0.044223666191101074, 0.010645796544849873, -0.005373175721615553, -0.02077878639101982, -0.005569589324295521, -0.03543573245406151, 0.02523992210626602, 0.008985040709376335, -0.0068454197607934475, 0.029673732817173004, -0.08928422629833221, -0.031169887632131577, 0.061847034841775894, -0.030429495498538017, 0.03947388753294945, -0.02262848429381847, -0.014238661155104635, 0.04724842309951782, -0.005760878324508667, 0.003863357938826084, 0.037670303136110306, 0.020221998915076256, 0.0554499477148056, -0.0393235869705677, -0.00959306675940752, -0.03790599852800369, 0.0020896634086966515, -0.0468248575925827, -0.005615703295916319, -0.03288465738296509, 0.03511522710323334, -0.0009684014366939664, 0.05788034200668335, -0.015371451154351234, 0.022343257442116737, -0.030783893540501595, -0.010891527868807316, -0.013573845848441124, 0.05835002660751343, 0.010264713317155838, -0.028180141001939777, -0.04050633683800697, 0.011699936352670193, 0.002027323469519615, 0.00894533097743988, 0.04039446637034416, 0.02227792888879776, -0.028525998815894127, 0.003327065147459507, -6.20195351075381e-05, 0.057864971458911896, -0.01213149167597294, 0.05427829921245575, -0.007660106290131807, 0.025024082511663437, 0.04581375420093536, -0.007668646052479744, -0.016799287870526314, -0.05285729840397835, -0.049395304173231125, 0.02941071055829525, -0.013144298456609247, 0.013920556753873823, 0.0003911180538125336, 0.036518726497888565, -0.03663870692253113, 0.049352604895830154, 0.039759110659360886, 0.014792033471167088, 0.02860109508037567, 0.0019163076067343352, 0.06812968850135803, 0.049183521419763565, -0.010151135735213757, 0.01760714314877987, 0.035142552107572556, -0.03742606937885285, 0.027648864313960075, -0.0050042616203427315, 0.027564426884055138, 0.04615448787808418, 0.0378035232424736, -0.03709302097558975, -0.027710456401109695, -0.006520911119878292, -0.04722109809517861, 0.01226983405649662, -0.06014421954751015, -0.060597676783800125, 0.020133184269070625, 0.004251060076057911, 0.023759139701724052, 0.027952130883932114, -0.014630204997956753, -0.018739506602287292, 0.027680568397045135, -0.010222014971077442, -0.007637903094291687, -0.011446607299149036, -0.003287782659754157, 0.0318060927093029, -0.013253606855869291, 0.016671940684318542, 0.03496663644909859, -0.03043888881802559, 0.0017506374279037118, 0.0540289431810379, -0.009795029647648336, -0.008730984292924404, 0.05136028677225113, -0.016853835433721542, 0.02235350571572781, 0.06412286311388016, 0.014409881085157394, -0.001298033632338047, 0.07900242507457733, 0.009048661217093468, 0.02161567471921444, 0.010182732716202736, 0.03285818547010422, -0.05617411062121391, 0.00225832243449986, -0.007943624630570412, -0.030394483357667923, -0.033357758074998856, 0.0095004104077816, -0.00756051205098629, -0.01344489585608244, -0.03732529655098915, -0.01212978269904852, -0.00848931074142456, -0.04577618092298508, -0.002429476473480463, -0.025940176099538803, -0.051771048456430435, -0.028129756450653076, -0.03021685779094696, 0.015672901645302773, 0.027856484055519104, 0.010783927515149117, -0.0115490835160017, -0.017939338460564613, -0.05003577843308449, -0.013468807563185692, 0.04862160608172417, 0.016507230699062347, -0.041206590831279755, -0.023934202268719673, 0.012045239098370075, -0.07508783042430878, 0.03849694505333901, 0.0008232266409322619, 0.012841139920055866, -0.044379085302352905, -0.0028753154911100864, -0.022389370948076248, -0.0058983671478927135, 0.005240810569375753, -0.01976768672466278, 0.032244179397821426, 0.014307191595435144, 0.0370110385119915, -0.009911170229315758, 0.002781485440209508, -0.0004013656871393323, 0.0001767716894391924, -0.0021729255095124245, 0.05780348554253578, -0.010058052837848663, -0.0013437210582196712, 0.005038206931203604, 0.005187010858207941, -0.005068309139460325, -0.005099052097648382, -0.0026951278559863567, 0.07575050741434097, -0.03997260704636574, 0.0249820239841938, -0.00861996877938509, 0.027340687811374664, -0.0070266216062009335, -0.03805629909038544, 0.03646150976419449, 0.022950429469347, -0.02176768332719803, 0.02416050620377064, 0.013752324506640434, -0.033000797033309937, 0.00788704864680767, 0.006143883801996708, -0.0003774545039050281, 0.0013714749366044998, -0.03705032169818878, -0.061724916100502014, -0.006855667103081942, 0.002049526898190379, 0.03927149623632431, 0.048367127776145935, 0.01339195016771555, -0.02336716838181019, 0.03573691472411156, 0.02868996001780033, 0.010856087319552898, -0.03816219046711922, -0.01352089922875166, 0.054913654923439026, 0.023530276492238045, -0.011480766348540785, 0.03263530135154724, -0.04610068723559379, 0.045895736664533615, 0.03283747658133507, -0.01596175692975521, -0.050876084715127945, -0.03679241985082626, 0.06852934509515762, 0.03949950635433197, -0.02450721710920334, 0.022756580263376236, 0.02131166309118271, 0.04483756050467491, -0.007293326314538717, 0.018889805302023888, 0.0030920100398361683, 0.018460899591445923, -0.04478728398680687, -0.05842176079750061, -0.03405459597706795, -0.03040472976863384, 0.03578132390975952, 0.023721564561128616, 0.027355631813406944, -0.052180953323841095, -0.0007327058119699359, -0.05448325350880623, -0.05262501910328865, 0.006083678919821978, 0.002695981878787279, -0.01438767835497856, 0.030588438734412193, 0.0472354032099247, 0.0070879473350942135, -0.026609690859913823, 0.009740696288645267, 0.05494781211018562, 0.04308788478374481, 0.01699228398501873, -0.0053287697955966, -0.01719040609896183, -0.05693542957305908, -0.004797813948243856, 0.03295126557350159, -0.01684027910232544, -0.017916280776262283, -0.03566860035061836, -0.001552516594529152, -0.04340043663978577, -0.032961513847112656, 0.04852084070444107, -0.037561848759651184, -0.0442151241004467, -0.017824051901698112, 0.03633095696568489, -0.013377431780099869, -0.016432080417871475, -0.04098370298743248, 0.033279191702604294, 0.01091543771326542, -0.026908578351140022, 0.004739530850201845, -0.022292019799351692, -0.006406479515135288, 0.02111824043095112, 0.023282624781131744, 0.023993341252207756, -0.02072925679385662, -0.005947043653577566, -0.08691360056400299, -0.0027713445015251637, -0.01653626561164856, -0.03546364605426788, -0.01095130480825901, -0.022702820599079132, -0.02138681150972843, -0.004376593977212906, 0.024584073573350903, 0.04598113521933555, -0.01185822021216154, -0.0020471783354878426, 0.0205704178661108, 0.01520236488431692, -0.012126367539167404, 0.027528559789061543, 0.05828256160020828, -0.010469666682183744, -0.011385121382772924, -0.005649008322507143, 0.0013817226281389594, -0.05244056135416031, 0.03519037365913391, -0.02418612502515316, 0.02213328890502453, 0.023150473833084103, -0.030305668711662292, -0.017485879361629486, -0.027311652898788452, -0.026153670623898503, -0.005901783239096403, -0.010485038161277773, 0.02757979743182659, 0.08769241720438004, -0.027415836229920387, 0.0499333031475544, -0.0022928013931959867, 0.10387001931667328, -0.00458923215046525, -0.03609558194875717, 0.08253444731235504, 0.03460925072431564, 0.02575572021305561, -0.018944459035992622, -0.04783232882618904, -0.011463579721748827, 0.005656694062054157, -0.006469246000051498, -0.029180137440562248, -0.017762565985322, -0.018097322434186935, 0.015373158268630505, -0.03091070801019669, 0.0007651566411368549, 0.009626250714063644, -0.009444902651011944, -0.01020280085504055, -0.020748043432831764, -0.009161812253296375, 0.025687403976917267, -0.03943460434675217, -0.02233941480517387, -0.05386839434504509, -0.014722433872520924, -0.02041243202984333, -0.012664368376135826, 0.0007873598951846361, 0.040307361632585526, 0.07573343068361282, 0.033912837505340576, 0.060256943106651306, -0.0003484195622149855, 0.008024110458791256, -0.0029721877072006464, 0.008864203467965126, 0.08238499611616135, -0.0021887237671762705, -0.010898785665631294, -0.017119739204645157, -0.016097325831651688, -0.02067289501428604, 0.027313359081745148, -0.03837055712938309, 0.002174099674448371, 0.010054636746644974, -0.045901715755462646, -0.016032638028264046, 0.03518354147672653, -0.038291994482278824, 0.05783423036336899, 0.027208320796489716, 0.006172491237521172, 0.02343975380063057, -0.035251859575510025, -0.0547565259039402, -0.03577278181910515, 0.02697518840432167, -0.025017889216542244, -0.021144283935427666, 0.020143432542681698, 0.0014961545821279287, 0.054732613265514374, 0.02825464867055416, -0.025032835081219673, 0.025212595239281654, 0.0049359435215592384, 0.07259509712457657, -0.0008736107847653329, -0.03659088537096977, 0.006742943078279495, -0.012368894182145596, 0.016097325831651688, -0.0035866720136255026, -0.013138321228325369, -0.06411603093147278, -0.016406461596488953, 0.028853923082351685, -0.03666944801807403, 0.009195543825626372, 0.011538836173713207, -0.04341922700405121, 0.0027049484197050333, 0.01877024956047535, 0.013163086026906967, 0.03554648160934448, 0.003879156429320574, -0.03152172267436981, -0.06751824170351028, -0.009844561107456684, -0.01121603511273861, 0.014519190415740011, -0.055316727608442307, -0.05314764752984047, -0.01580868288874626, -0.012587510980665684, 0.0120614655315876, -0.0199760552495718, 0.005899221636354923, 0.022681429982185364, 0.047442276030778885, 0.018394503742456436, -0.05328769609332085, -0.0077284243889153, 0.040249504148960114, 0.018934210762381554, 0.025565285235643387, -0.013740796595811844, -0.03468482568860054, -0.013389814645051956, 0.024789026007056236, -0.00361399888060987, -0.0318564809858799, -0.02110671065747738, 0.011993148364126682, 0.005273261573165655, 0.025651320815086365, 0.05064722523093224, -0.014078114181756972, 0.014993783086538317, 0.012816374190151691, -0.05892389640212059, 0.04720230773091316, -0.013716458342969418, 0.020083654671907425, -0.020058035850524902, 0.023275792598724365, -0.042177554219961166, -0.010213475674390793, -0.04739872366189957, 0.02609816193580627, 0.018474776297807693, -0.030684830620884895, 0.0034637004137039185, 0.041510604321956635, -0.04085560888051987, -0.04384620860219002, 0.002152003115043044, -0.010271972045302393, -0.0031870142556726933, -0.02629115805029869, -0.019440189003944397, -0.037472181022167206, -0.027043934911489487, -0.003624246455729008, -0.03685646876692772, -0.010893234983086586, -0.03394128382205963, -0.028751445934176445, -0.02492993138730526, -0.03107765875756741, 0.0533013641834259, -0.05364294722676277, 0.0020085363648831844, 0.006864526774734259, -0.03980778902769089, 0.026018742471933365, 0.00970536284148693, -0.10844729840755464, 0.04226124286651611, -0.03223905712366104, -0.018285196274518967, 0.040618207305669785, 0.013834306038916113, -0.013048654422163963, -0.03490707278251648, 0.02595501579344273, 0.01835351251065731, 0.026831721886992455, 0.02030397951602936, -0.019540531560778614, -0.0024526002816855907, -0.043295398354530334, -0.021028144285082817, -0.006205369718372822, -0.06550287455320358, -0.0160876102745533, -0.010264713317155838, 0.003345852484926582, -0.013472222723066809, -0.0012805273290723562, 0.025742057710886, 0.017483318224549294, 0.03482487425208092, -0.004590940196067095, 0.0235285684466362, 0.03378815948963165, 0.028191668912768364, 0.008444050326943398, -0.02650550566613674, -0.037472181022167206, -0.006408187095075846, -0.01770065166056156, -0.001949612400494516, 0.034596651792526245, 0.0060752457939088345, 0.038391053676605225, 0.0469905249774456, 0.01459604687988758, 0.01867802068591118, -0.020401759073138237, 0.016795871779322624, -0.026686333119869232, 0.027102429419755936, 0.029436329379677773, -0.019588353112339973, -0.0010350110242143271, 0.022483309730887413, 0.05181203782558441, 0.03243034705519676, 0.03137142211198807, -0.0067190323024988174, 0.04381546750664711, -0.0315251387655735, -0.0023842828813940287, -0.029045209288597107, -0.009453069418668749, 0.0036874404177069664, -0.05788205564022064, 0.006380006205290556, 0.05236028507351875, -0.008029021322727203, 0.017809586599469185, 0.005702167749404907, 0.07939354330301285, -0.026579800993204117, 0.00965583324432373, -0.020567001774907112, 0.07253958284854889, -0.023658372461795807, -0.07630474120378494, 0.057009294629096985, -0.006811261177062988, -0.030107548460364345, 0.009283502586185932, -0.022350089624524117, 0.039085350930690765, 0.04257892072200775, -0.005005008541047573, 0.006578980945050716, 0.06785769760608673, -0.014522604644298552, -0.009824225679039955, -0.04050377383828163, -0.00846966914832592, -0.01344147976487875, 0.04158489778637886, 0.049974292516708374, 0.0035332455299794674, -0.06557119637727737, -0.02728261612355709, 0.02497006952762604, -0.06669159978628159, 0.010280084796249866, 0.025786463171243668, 0.025846241042017937, 0.0401664562523365, 0.008418858982622623, -0.003251916030421853, 0.01734582893550396, -0.01973181962966919, -0.030893201008439064, 0.0431254617869854, 0.010846266523003578, -0.016467947512865067, 0.03851231932640076, 0.05838418751955032, 0.006697682663798332, 0.03908447548747063, -0.012689987197518349, -0.03038082085549831, -0.02477792650461197, -0.02257724665105343, -0.042131442576646805, 0.05089658126235008, 0.0045358589850366116, 0.021882113069295883, 0.03397688269615173, -0.018329601734876633, -0.012486315332353117, -0.03938848897814751, 0.04551657289266586, -0.020107565447688103, -0.02913743816316128, -0.00222032074816525, -0.03987012803554535, -0.03507871925830841, 0.03855843096971512, -0.025472203269600868, -0.009019198827445509, -0.048665158450603485, 0.059847887605428696, -0.010377437807619572, 0.015933150425553322, 0.030812926590442657, -0.0017181866569444535, -0.00760716013610363, -0.013164793141186236, 0.014652409590780737, 0.008093229494988918, 0.019495269283652306, 0.04056013748049736, -0.0042595998384058475, -0.005946937017142773, -0.024081939831376076, -0.0043918052688241005, -0.0218752846121788, 0.027065254747867584, 0.013210907578468324, -0.005465404596179724, -0.02512378431856632, 0.025265755131840702, 0.030502082780003548, 0.013649635016918182, -0.024312511086463928, 0.0024671179708093405, 0.002256187377497554, -0.03054179251194, -0.0076720621436834335, -0.0005627659265883267, 0.014022926799952984, 0.030852211639285088, -0.024594321846961975, 0.010852244682610037, 0.0482458621263504, -0.030849969014525417, -0.018285196274518967, 0.04436243325471878, -0.002126384060829878, 0.0062339771538972855, 0.04025270789861679, 0.010468385182321072, -0.025287317112088203, -0.00666864775121212, -0.012613636441528795, -0.024918831884860992, -0.029945719987154007, -0.0025226259604096413, -0.004274971317499876, 0.01373866107314825, 0.03710220009088516, -0.01988254487514496, 0.05733209475874901, 0.0021742063108831644, 0.05474456772208214, -0.021590912714600563, 0.045267216861248016, -0.028416689485311508, -0.0005533722578547895, -0.0004099053621757775, 0.004730137065052986, -0.03178303688764572, 0.00028202342218719423, -0.03616219013929367, 0.032770223915576935, -0.001646453281864524, -0.06084020435810089, -0.028522580862045288, 0.03135776147246361, 0.005257036071270704, -0.041632723063230515, 0.028143418952822685, 0.04083169624209404, -0.055132269859313965, -0.005884276703000069, -0.00798376090824604, 0.05156438797712326, -0.006853959057480097, 0.0101451575756073, 0.007847979664802551, 0.0387292243540287, 0.01714898832142353, -0.00486762635409832, 0.008191275410354137, -0.022794153541326523, 0.04955585300922394, 0.02240132726728916, 0.013896645978093147, -0.014954714104533195, 0.01889578253030777, -0.015370597131550312, 0.05517326295375824, 0.02269808202981949, -0.011899638921022415, -0.008815954439342022, 0.018854793161153793, 0.04165492206811905, -0.04059771075844765, 0.017866749316453934, 0.011682302691042423], [-0.03876584395766258, -0.03460196778178215, -0.05375850573182106, -0.009355096146464348, -0.004844250623136759, -0.0005957905668765306, 0.028432229533791546, -0.023237312212586403, 0.029757963493466377, 0.02197113260626793, -0.03223384916782379, -0.02221785858273506, -0.053619176149368286, -0.03220031037926674, -0.03372924029827118, 0.04648744314908981, -0.004698262084275484, -0.002792737679556012, 0.02955753728747368, 0.02027266100049019, -0.01897701434791088, -0.04257337749004364, 0.02787984162569046, 0.035589609295129776, -0.04999905824661255, 0.07794203609228134, -0.02316875755786896, -0.03555804491043091, 0.027276160195469856, -0.005847427994012833, 0.007319149095565081, -0.02408611588180065, -0.0021464242599904537, -0.013021574355661867, 0.0104953832924366, 0.030075587332248688, 0.008877674117684364, 0.0009025635081343352, -0.016407914459705353, -0.013879749923944472, -0.02700391225516796, 0.01351971086114645, -0.041762858629226685, 0.029035912826657295, 0.04050586745142937, 0.0296395942568779, 0.013261272571980951, 0.055144164711236954, -0.000769398408010602, -0.054433949291706085, 0.019298091530799866, 0.0313914529979229, 0.00422971835359931, -0.01437591388821602, -0.004026518668979406, 0.012089419178664684, 0.023117464035749435, -0.019578231498599052, 0.07071363180875778, 0.016784721985459328, 0.027268268167972565, 0.019807077944278717, -0.03347475081682205, -0.0038173997309058905, 0.012959431856870651, 0.034540072083473206, 0.015339141711592674, 0.028836656361818314, 0.032681677490472794, -0.04982545226812363, 0.009276183322072027, -0.026565944775938988, -0.03696268796920776, -0.04510647431015968, 0.06975878775119781, 0.013407260179519652, -0.049947768449783325, 0.019870206713676453, 0.0016571658197790384, -0.048583563417196274, -0.04715031385421753, 0.02940877340734005, -0.0055633424781262875, -0.043816253542900085, -0.059263404458761215, 0.00010061363718705252, -0.01376631297171116, -0.0230069849640131, 0.05978422611951828, 0.015709536150097847, -0.01889563538134098, 0.027081837877631187, 0.012166359461843967, -0.014421287924051285, 0.006325342692434788, 0.009464587084949017, 0.01209336519241333, 0.042474739253520966, 0.003716539591550827, 0.06533179432153702, 0.04588770866394043, -0.04772341623902321, -0.010096874088048937, -0.038477811962366104, -0.06303542852401733, 0.02889386937022209, 0.025338854640722275, -0.046271175146102905, 0.018777266144752502, -0.041081927716732025, -0.003381407354027033, 0.031762342900037766, 0.021975202485919, -0.05019633844494819, 0.025555863976478577, 0.014898709952831268, 0.030515525490045547, -0.013072868809103966, -0.049399323761463165, -0.019462328404188156, -0.08563601225614548, 0.007679434958845377, 0.010160990990698338, 0.00400974927470088, -0.003716786159202457, 0.006492538843303919, 0.007036049850285053, 0.017033297568559647, -0.0223007183521986, 0.011061581782996656, 0.029610002413392067, -0.02232537791132927, 0.050004977732896805, -0.03614988923072815, -0.04676363989710808, 0.02991184219717979, -0.022587761282920837, 0.04211174324154854, 0.012349337339401243, 0.02115648426115513, -0.014636325649917126, 0.01888873055577278, 0.0210923682898283, 0.03451639413833618, 0.0060841660015285015, -0.026905272156000137, -0.014685645699501038, -0.04404904693365097, 0.009249303489923475, 0.025761038064956665, -0.02449892647564411, -0.029063530266284943, 0.007749222684651613, 0.03102845698595047, 0.027709193527698517, -0.020667225122451786, 0.020436899736523628, 0.009222917258739471, -0.012730584479868412, 0.03144669532775879, 0.02284126915037632, 0.03917224332690239, 0.04227745532989502, -0.008952640928328037, 0.011288455687463284, -0.039401087909936905, 0.005894775502383709, 0.011095797643065453, -0.014754694886505604, 0.06152622401714325, 0.0560753308236599, 0.008262154646217823, 0.010529907420277596, 0.06057532876729965, -0.0453353226184845, -0.006119676865637302, -0.030169295147061348, -0.04022178426384926, -0.02067511714994907, -0.006537913344800472, -0.014932247810065746, 0.01436407584697008, 0.004839133471250534, 0.010905728675425053, -0.03197738155722618, 0.002894121687859297, -0.037550587207078934, 0.002103022299706936, -0.06045350804924965, 0.015585250221192837, 0.023066168650984764, -0.04717398434877395, 0.010530893690884112, 0.02678295597434044, -0.039030201733112335, 0.010183678939938543, -0.006032626144587994, 0.004529586527496576, -0.009743739850819113, 0.014750748872756958, -0.0070182946510612965, 0.03783072903752327, 0.02699996531009674, -0.03522660955786705, -0.04484211653470993, -0.05981973931193352, 0.05151418223977089, -0.03853009268641472, 0.04248657822608948, -0.008475219830870628, 0.023070115596055984, 0.07765603810548782, 0.013229706324636936, -0.007161323446780443, 0.0316491536796093, 0.0213439017534256, 0.0453353226184845, -0.06445585936307907, 0.04751330986618996, 0.04724501073360443, -0.02121085859835148, 0.007382279261946678, 0.017825381830334663, -0.027301806956529617, 0.025252049788832664, 0.04505912587046623, 0.003631955245509744, 0.01368740014731884, -0.010270975530147552, 0.0117816599085927, 0.07285216450691223, -0.02662118524312973, -0.0035589607432484627, -0.0366043746471405, 0.014842484146356584, 0.030412938445806503, -0.02506265975534916, 0.010527935810387136, 0.018536582589149475, 0.030412938445806503, -0.04755473881959915, -0.011221379972994328, 0.020876342430710793, -0.03082920238375664, 0.007500648498535156, 0.007855755276978016, -0.01253724843263626, 0.012367586605250835, -0.028000185266137123, 0.014213155955076218, 0.02493344061076641, -0.008719848468899727, -0.010854436084628103, 0.006644445471465588, -0.023916207253932953, -0.004966811742633581, -0.01788949966430664, 0.013663725927472116, -0.023397602140903473, 0.043599244207143784, -0.033269576728343964, -0.03867903724312782, -0.027895500883460045, -0.0009114412241615356, 0.054015714675188065, 0.0038272638339549303, 0.001100831548683345, -0.002387107815593481, 0.07957552373409271, 0.0268224123865366, -0.004762378986924887, -0.05123009905219078, 0.03540021926164627, 0.02532307058572769, -0.014158903621137142, 0.05397625640034675, 0.06316958367824554, 0.0008226644713431597, 0.053636934608221054, 0.02745371311903, -0.05665065720677376, -0.06319325417280197, -0.01467775460332632, 0.06550539284944534, 0.02907734178006649, 0.0586005374789238, -0.0004458565090317279, -0.06035881116986275, -0.0071110171265900135, -0.02778909169137478, -0.016942547634243965, -0.032306842505931854, 0.023423250764608383, 0.03981143608689308, 0.05227174609899521, -0.01708459109067917, 0.04279827699065208, -0.01348025444895029, -0.034157220274209976, -0.060273487120866776, 0.024181798100471497, 0.030229467898607257, -0.05917463079094887, -0.017562011256814003, 0.0285940021276474, -0.017242414876818657, -0.05718011036515236, 0.06109417974948883, 0.014807467348873615, -0.0062109194695949554, -0.012975214049220083, 0.01013904344290495, -0.015423478558659554, 0.0076308539137244225, 0.026658669114112857, -0.0281797107309103, 0.009345725178718569, 0.04488946497440338, -0.03270356357097626, -0.01410169154405594, 0.0156681090593338, -0.010858382098376753, -0.0004340196028351784, -0.07534580677747726, 0.004269667901098728, 0.06690215319395065, 0.03677132725715637, 0.0071337041445076466, -0.054055169224739075, -0.0196058489382267, 0.024920616298913956, -0.017621196806430817, 0.00906706415116787, 0.001486887107603252, 0.02207976020872593, 0.002552331192418933, -0.009441899135708807, 0.004300739616155624, -0.0005242759943939745, 0.04199731722474098, -0.004446728155016899, -0.03273691609501839, -0.0370928943157196, -0.01870213821530342, -0.0028309915214776993, -0.0757482647895813, -0.027881816029548645, -0.022102942690253254, 0.005345099605619907, 0.0002771807194221765, 0.05729453265666962, -0.01611790992319584, 0.027903515845537186, 0.022969502955675125, -0.014910824596881866, -0.02637261152267456, 0.01894594170153141, -0.010594024322926998, -0.0030460285488516092, 0.01210618857294321, 0.029785582795739177, 0.004135023336857557, -0.05883234366774559, 0.047671135514974594, -0.023414619266986847, -0.0377044677734375, 0.015971429646015167, -0.009583941660821438, 0.06094251945614815, -0.014125365763902664, 0.03762950003147125, 0.03646257892251015, -0.035124022513628006, 0.026297643780708313, -0.016642678529024124, -0.01266646757721901, -0.06376142799854279, -0.04775991290807724, 0.042644403874874115, -0.04446728155016899, 0.029024073854088783, -0.006526076700538397, 0.021974215283989903, -0.0018741756211966276, 0.023484406992793083, 0.0070518325082957745, 0.05026736110448837, 0.03631165996193886, -0.010158032178878784, 0.044617217034101486, 0.00812405813485384, -0.061662353575229645, 0.04653109610080719, 0.010864300653338432, 0.007330986205488443, 0.0005602798773907125, -0.026966428384184837, 0.013486173003911972, 0.06351038813591003, 0.023075047880411148, -0.03170020133256912, 0.001268521067686379, -0.012178195640444756, -0.015165040269494057, 0.01922706887125969, -0.06542648375034332, -0.06890653073787689, 0.0050997305661439896, -0.04212554916739464, 0.023780329152941704, 0.015625692903995514, -0.0021178184542804956, -0.016173148527741432, -0.008213328197598457, 0.05050015449523926, 0.0007772896788083017, -0.02377243898808956, 0.014487377367913725, -0.0023599816486239433, -0.005480483639985323, 0.009409348480403423, 0.03435857221484184, -0.033464886248111725, 0.02025194838643074, 0.04483817145228386, 0.022687388584017754, -0.02570875734090805, -0.01280357874929905, -0.027351127937436104, 0.048159901052713394, 0.016751183196902275, 0.028821369633078575, -0.017682353034615517, 0.05160887911915779, 0.044364698231220245, 0.0001578253140905872, 0.02137349359691143, 0.0018939038272947073, -0.023034604266285896, -0.06476756185293198, -0.0063677579164505005, -0.007583506405353546, -0.038024064153432846, -0.018497126176953316, -0.003961415495723486, -0.02309773676097393, -0.041965749114751816, 0.008242426440119743, -0.0007299420540221035, -0.07545628398656845, -0.0003918506554327905, -0.010854436084628103, -0.036714114248752594, -0.023535700514912605, -0.029746126383543015, 0.0033656249288469553, 0.04996749758720398, -0.012410988099873066, -0.05901581794023514, -0.011187841184437277, -0.06590785086154938, 0.002870447933673858, 0.04745412617921829, -0.00030184091883711517, -0.0041843438521027565, 0.00839630700647831, -0.025551917031407356, -0.05307665094733238, 0.0007733440725132823, -0.012902219779789448, 0.007217549253255129, -0.038776695728302, -0.012651671655476092, -0.020205585286021233, -0.016145531088113785, -0.0032393645960837603, 0.0387224406003952, -0.019597958773374557, -0.02406046912074089, 0.024510271847248077, -0.007492756471037865, -0.002873098710551858, -0.011791524477303028, 0.057211678475141525, 0.04035988077521324, 0.018315628170967106, -0.025883352383971214, -0.009352630004286766, 0.04463990405201912, 0.0032531742472201586, 0.006888335105031729, 0.07067713886499405, -0.0005010953755117953, 0.04507885500788689, -0.01691887341439724, 0.043516386300325394, 0.00026435739709995687, 0.03687193989753723, -0.03672792389988899, -0.01029514241963625, 0.03450653329491615, 0.011901015415787697, -0.045990295708179474, 0.023661961778998375, 0.04020205512642861, -0.04210779070854187, 0.022110341116786003, 0.03586580231785774, -0.008128004148602486, 0.003242323873564601, -0.0531279481947422, -0.025970155373215675, -0.0312691405415535, -0.03700806573033333, 0.04036382585763931, 0.031683433800935745, -0.006085152737796307, 0.0068219988606870174, 0.001882066950201988, -0.0011383150704205036, 0.0030894307419657707, 0.008122208528220654, -0.012152548879384996, 0.04791576787829399, 0.06620772182941437, -0.007009416352957487, 0.018828559666872025, -0.022734737023711205, 0.021862750872969627, 0.004488157574087381, 0.00580599857494235, -0.0620490200817585, -0.05355506017804146, 0.03762950003147125, -0.006683901883661747, -0.005356196779757738, 0.051577311009168625, 0.0037305960431694984, 0.05520729348063469, 0.001309456885792315, 0.0022766301408410072, 0.014158903621137142, 0.021850913763046265, -0.0142190745100379, -0.015265652909874916, -0.01324549037963152, -0.053266044706106186, 0.04546158015727997, -0.0017459425143897531, -0.038611963391304016, 0.002847760682925582, -0.0002683030324988067, -0.0683225765824318, -0.0483221635222435, 0.026244869455695152, -0.021387796849012375, -0.009564213454723358, 0.01121348887681961, 0.03409815952181816, 0.026901325210928917, -0.007749222684651613, 0.0019136319169774652, -0.007498675491660833, 0.008148225024342537, 0.023905109614133835, 0.04136601462960243, -0.018240660429000854, -0.06049444153904915, -0.013754968531429768, 0.02508436143398285, -0.06465708464384079, -0.03439013659954071, -0.018489236012101173, -0.023705361410975456, -0.039401087909936905, 0.01071042101830244, 0.006924585904926062, -0.0718105211853981, 0.011187349446117878, -0.06179255619645119, 0.016468578949570656, 0.024170946329832077, 0.005480483639985323, 0.004336250480264425, 0.008062900975346565, -0.01110498420894146, 0.01377223152667284, 0.05033838748931885, -0.0003866720362566411, -0.03360100835561752, -0.018536582589149475, 0.0256071574985981, 0.032638274133205414, -0.01435618568211794, -0.02075587771832943, -0.03267378360033035, -0.059677604585886, -0.02199690416455269, -0.006958586163818836, -0.01893509179353714, -0.0009834489319473505, -0.03550378978252411, -0.03901244327425957, -0.005295039154589176, 0.04172901064157486, -0.020205585286021233, -0.020627275109291077, 0.02601552940905094, -0.006004266906529665, 0.005533750168979168, -0.013200114481151104, 0.014377886429429054, -0.006732729263603687, -0.0067835296504199505, 0.003207799745723605, 0.027473440393805504, -0.03593682497739792, 0.003247255925089121, 0.008928967639803886, -0.02326345071196556, 0.04572199657559395, -0.060912683606147766, -0.04521695151925087, -0.010970831848680971, 0.013104433193802834, 0.008027389645576477, -0.007237338460981846, 0.035921040922403336, 0.03102451004087925, -0.006712507922202349, 0.06002885848283768, -0.04907972738146782, 0.0928012877702713, -0.004913792479783297, -0.0499240942299366, 0.06439273059368134, 0.0439642146229744, -0.009173596277832983, -0.02778909169137478, 0.0014046452706679702, 0.007695957086980343, 0.016118403524160385, -0.02661834843456745, -0.00593028636649251, -0.015336675569415092, -0.007610139437019825, 0.050204478204250336, -0.0004789011727552861, -0.02393026277422905, 0.02094341814517975, 0.018789105117321014, -0.0024265642277896404, -0.008956586942076683, -0.029248975217342377, 0.003801617305725813, -0.02687074802815914, -0.017329219728708267, -0.021641796454787254, -0.012605896219611168, -0.02023221924901009, 0.019824832677841187, -0.016575604677200317, 0.05991049110889435, 0.056595172733068466, 0.02706950716674328, 0.02393026277422905, 0.03414155915379524, 0.013423043303191662, -0.04925728216767311, 0.01600348763167858, 0.03106791339814663, -0.018767772242426872, 0.031184308230876923, -0.039866674691438675, 0.014141147956252098, -0.003961415495723486, -0.005814876407384872, -0.03126322105526924, -0.02879522740840912, 0.014738419093191624, -0.045222871005535126, -0.010404017753899096, -0.0071859839372336864, -0.01704118773341179, 0.052461132407188416, 0.030367564409971237, -0.006580329034477472, -0.012199897319078444, -0.017610838636755943, -0.03152560815215111, -0.03906373679637909, -0.030467189848423004, -0.028347399085760117, 0.009349176660180092, 0.016851797699928284, 0.004758432973176241, 0.01725030690431595, 0.03707316517829895, -0.01276412233710289, 0.006522131152451038, -0.006368251051753759, 0.06852775067090988, 0.017751401290297508, 0.024426303803920742, 0.01352809462696314, -0.0018297872738912704, 0.013421069830656052, 0.005943602416664362, -0.032367508858442307, -0.07066628336906433, -0.028369100764393806, 0.02935156412422657, -0.001982680521905422, -0.0006155187729746103, 0.006831862963736057, -0.01704365387558937, 0.011047772131860256, 0.0021878534462302923, 0.041748739778995514, 0.01449526846408844, 0.02428438328206539, -0.03199513629078865, -0.051790375262498856, 0.02434899285435677, 0.051798269152641296, -0.0055633424781262875, -0.02237962931394577, -0.05167200788855553, -0.009542513638734818, -0.01698409952223301, -0.0052082352340221405, -0.033869314938783646, 0.020486220717430115, 0.0456332191824913, 0.016197316348552704, 0.0413028858602047, -0.03890048712491989, -0.032685622572898865, -0.003545644460245967, 0.022164592519402504, 0.029860548675060272, 0.006864415016025305, -0.02901223860681057, -0.0024384011048823595, 0.0001676894025877118, -0.017704054713249207, -0.042423442006111145, -0.013180386275053024, 0.014908574521541595, 0.00011047771840821952, 0.013928083702921867, 0.0017498881788924336, -0.008455491624772549, 0.01225513592362404, -0.019159993156790733, -0.05908190831542015, 0.039552997797727585, -0.04100104421377182, 0.0035273958928883076, -0.025563756003975868, -0.007772896904498339, -0.09933526068925858, -0.014439043588936327, 0.002109927125275135, 0.0032576131634414196, -0.0023910533636808395, -0.03432108834385872, 0.01693219132721424, 0.03872046619653702, -0.0019915581215173006, -0.003747364738956094, 0.008435763418674469, -0.056576430797576904, -0.02065933309495449, 0.04426950961351395, -0.048310328274965286, -0.06985348463058472, -0.01970202475786209, -0.014308837242424488, -0.03865931183099747, -0.02294779941439629, 0.010700556449592112, -0.026840167120099068, -0.023871079087257385, -0.06381863355636597, 0.029159214347600937, -0.07406742125749588, -0.016874484717845917, 0.0246296264231205, -0.04097145423293114, 0.010480587370693684, -0.0027441878337413073, -0.07976491004228592, 0.015237047336995602, -0.0414922758936882, 0.008279911242425442, 0.0016048861434683204, 0.06075090914964676, -0.030528347939252853, -0.039884429425001144, 0.03394724056124687, 0.018903527408838272, 0.0023397603072226048, 0.03429149463772774, -0.02338576689362526, -0.0157430749386549, -0.001866284292191267, -0.0028181683737784624, 0.0004695302923209965, -0.041586969047784805, -0.020205585286021233, 0.011813224293291569, 0.033109284937381744, -0.0031930035911500454, 0.033663153648376465, -0.03126322105526924, -0.016377335414290428, 0.0199451744556427, 0.041547514498233795, 0.04168166592717171, 0.034204691648483276, 0.06302753835916519, 0.019116591662168503, -0.051639456301927567, -0.002318059327080846, -0.02531123533844948, 0.026558054611086845, -0.008806652389466763, -0.0063189310021698475, -0.021128864958882332, -0.015751829370856285, 0.035755325108766556, 0.016961289569735527, 0.030055858194828033, 0.001799208577722311, 0.013644984923303127, -0.0036704251542687416, -0.016999265179038048, 0.06241202354431152, -0.03800828009843826, -0.035884544253349304, 0.010118575766682625, 0.020974982529878616, 0.02771412581205368, 0.00034721571137197316, -0.046978678554296494, 0.01983666978776455, -0.0562647245824337, -0.03381012752652168, -0.06740719079971313, -0.03434278815984726, -0.006889075040817261, -0.04995171353220939, -0.002667247783392668, 0.033948227763175964, 0.03149108216166496, 0.0213774386793375, -0.0012310375459492209, 0.06827523559331894, 0.005559396464377642, -0.006155187264084816, -0.023452842608094215, 0.030073614791035652, 0.0001262602600036189, -0.029026539996266365, 0.03732667490839958, -0.025279177352786064, -0.01979721337556839, 0.028495362028479576, -0.005620554089546204, 0.01699778623878956, 0.04408850148320198, 0.01199891697615385, 0.005610689986497164, 0.05530988425016403, -0.049399323761463165, -0.0027392557822167873, -0.020100286230444908, -0.011396960355341434, 0.0007259964477270842, 0.001822882448323071, 0.02637655660510063, 0.02516426146030426, -0.0618990920484066, 0.001240439247339964, -0.003564879298210144, -0.08680392056703568, -0.024545781314373016, 0.044609323143959045, 0.01530905533581972, -0.041717179119586945, 0.009435980580747128, 0.009400470182299614, 0.06663385033607483, -0.04824917018413544, -0.03498592600226402, 0.054416198283433914, 0.00485362159088254, -0.012160440906882286, 0.0685395896434784, -0.007563285063952208, 0.03833576664328575, -0.0008946722373366356, -0.020847737789154053, -0.05092233791947365, -0.013708114624023438, -0.003070935606956482, -0.05068559944629669, 0.0271617379039526, -0.013095554895699024, 0.01878318563103676, 0.06896078586578369, -0.0050070080906152725, 0.015534942969679832, -0.03090219758450985, 0.025999749079346657, 0.023486873134970665, -0.045366887003183365, -0.04774215817451477, -0.014598841778934002, 0.018208108842372894, 0.010696611367166042, -0.02267160639166832, 0.028313860297203064, -0.05412224307656288, 0.08724582940340042, -0.002659356687217951, 0.014915972016751766, 0.01924050971865654, -0.038225289434194565, 0.0054716067388653755, 0.006883156485855579, 0.02204276993870735, 0.04652690142393112, 0.0258379764854908, 0.020245041698217392, -0.016878431662917137, 0.011281058192253113, -0.03330114111304283, 0.03078284114599228, -0.01509204600006342, 0.0401349775493145, 0.007595343515276909, -0.010000206530094148, -0.01833930052816868, 0.013715020380914211, -0.007098440080881119, 0.04046246409416199, -0.038359444588422775, 0.03293025121092796, 0.014034616760909556, -0.028665022924542427, -0.017382485792040825, -0.004232677631080151, -0.019499318674206737, 0.023667877539992332, -0.020635288208723068, -0.014867144636809826, 0.03227922320365906, -0.02630356326699257, 0.047505419701337814, 0.028217194601893425, 0.04625070840120315, -0.012005574069917202, 0.009159786626696588, 0.03565668314695358, 0.007561805192381144, -0.012330102734267712, 0.008690503425896168, -0.0006036818376742303, -0.005616608541458845, -0.02754446305334568, 0.005196398589760065, -0.016610559076070786, 0.060013074427843094, 0.028183655813336372, 0.035238444805145264, 0.03635506331920624, -0.002941839164122939, -0.03854858875274658, 0.03076804429292679, -0.005036600399762392, -0.015853552147746086, -4.734759568236768e-05, 0.021322201937437057, -0.002998681040480733, -0.04508280009031296, -0.014685645699501038, 0.010805116035044192, 0.014801055192947388, -0.0646018460392952, -0.012204336002469065, 0.007885347120463848, 0.038521211594343185, 0.01162778027355671, 0.03687095269560814, 0.015056535601615906, -0.04310998320579529, -0.012126903049647808, 0.009627344086766245, 0.07454484701156616, 0.03968517482280731, -0.0108110336586833, 0.017168620601296425, 0.04743439704179764, 0.024912726134061813, 0.04199731722474098, 0.017318367958068848, -0.024646887555718425, 0.05044097080826759, 0.03874216973781586, 0.01456037163734436, -0.018505018204450607, -0.0003748351300600916, -0.017208445817232132, -0.004259063862264156, -0.005804026033729315, 0.0024694730527698994, 0.02834000252187252, 0.03650696948170662, 0.01866087131202221, -0.02960802987217903, 0.0011432471219450235, -0.009593806229531763], [-0.0309930220246315, -0.02191672660410404, -0.08121104538440704, 0.015357322990894318, -0.006544509902596474, 0.04414079710841179, 0.019729163497686383, -0.01888309419155121, -0.0009631197317503392, 0.002121821977198124, -0.0037629057187587023, -0.04346858710050583, -0.0361449308693409, -0.01271531730890274, 0.015232413075864317, 0.02194795571267605, -0.004769990686327219, -0.03793640062212944, 0.046694256365299225, 0.050473395735025406, -0.01257068570703268, -0.016642577946186066, 0.061827030032873154, 0.044796574860811234, -0.02666822634637356, 0.03312080353498459, 0.005758174695074558, -0.024505317211151123, 0.030708072707057, 0.004715342540293932, 0.00021037428814452144, 0.018994497135281563, 0.01043653767555952, -0.008362377993762493, 0.02554732747375965, -0.013172224164009094, 0.010617326945066452, -0.013792663812637327, -0.028068531304597855, 0.004516473039984703, -0.009039520286023617, 0.029113829135894775, -0.05977259576320648, 0.002356849377974868, 0.03947804868221283, 0.0370965451002121, -0.013676793314516544, 0.06829275190830231, -0.002480115508660674, -0.05180137977004051, 0.0026017383206635714, 0.01843404769897461, -0.02521214634180069, -0.016548896208405495, -0.034333743155002594, 0.0752909854054451, 0.06113673746585846, 0.013625227846205236, 0.0686066672205925, 0.04688716679811478, 0.020192643627524376, 0.04208800569176674, -0.029310233891010284, -0.003377082757651806, -0.02456037513911724, 0.0014856656780466435, 0.028710339218378067, 0.0358458049595356, 0.013908740133047104, -0.04707781970500946, 0.005559304729104042, -0.009218358434736729, -0.011919017881155014, -0.02076788619160652, 0.0862271636724472, -0.009180454537272452, -0.04878053814172745, 0.025438854470849037, 0.00012162263010395692, -0.043323956429958344, -0.03849027678370476, 0.010964117012917995, -0.01938052661716938, -0.03543245419859886, -0.03404776379466057, 0.019515501335263252, 0.0054212468676269054, -0.018065892159938812, 0.028821278363466263, -0.013082650490105152, -0.03562885895371437, 0.005858225282281637, 0.0423879511654377, -0.03788051754236221, 0.017401693388819695, -0.03545217588543892, 0.01326015405356884, 0.036989714950323105, 0.006888114381581545, 0.06685628741979599, 0.018790902569890022, -0.008881739340722561, 0.007538959849625826, 0.013076077215373516, -0.04193679615855217, 0.036342158913612366, 0.005463157314807177, -0.008153647184371948, 0.036004047840833664, -0.03959474340081215, 0.002778830472379923, 0.023006638512015343, 0.022451702505350113, -0.05194929987192154, -0.013541201129555702, -0.0008957342943176627, 0.013477102853357792, -0.040319547057151794, -0.018682222813367844, 0.0050506265833973885, -0.03066369518637657, -0.001927883131429553, 0.032920289784669876, 0.024344250559806824, -0.029057949781417847, -0.013449163176119328, 0.04048390313982963, 0.003129317658022046, 0.02709883823990822, 0.01900271512567997, 0.013451628386974336, -0.020886221900582314, 0.023636702448129657, -0.034613143652677536, -0.059079017490148544, 0.041654109954833984, -0.01813163422048092, 0.053106360137462616, -0.036223821341991425, -0.005270862020552158, 0.0029008639976382256, 0.01602131687104702, 0.0126988822594285, 0.03923480585217476, -0.008906393311917782, -0.023033827543258667, -0.0007375426357612014, -0.04502667114138603, 0.04897652938961983, -0.009631197899580002, -0.03428751602768898, -0.011959491297602654, 0.000621261540800333, 0.016304006800055504, 0.02814577892422676, -0.005380466114729643, 0.058881789445877075, 0.014980128966271876, -0.045855019241571426, 0.040102601051330566, 0.024010607972741127, 0.07681291550397873, 0.011240643449127674, 0.0005538760451599956, -0.014736061915755272, -0.047396671026945114, 0.0009705157135613264, 0.012479057535529137, 0.024437932297587395, 0.013205916620790958, 0.06888771802186966, 0.01022616308182478, 0.031607095152139664, 0.04376606643199921, -0.02923545241355896, 0.012857895344495772, 0.04330916330218315, -0.04156864434480667, -0.03253898769617081, -0.0032673757523298264, 0.011152301914989948, 0.01904873363673687, 0.02117384411394596, 0.000874676275998354, -0.05228458344936371, -0.010153845883905888, -0.00852755457162857, -0.01805274374783039, -0.028037305921316147, 0.030949672684073448, 0.027126161381602287, -0.03914029896259308, -0.005157457198947668, 0.030708072707057, -0.007657295558601618, 0.03713763505220413, 0.003330652369186282, 0.029800832271575928, 0.04084548354148865, 0.020143337547779083, 0.003716064617037773, 0.021127823740243912, 0.07762811332941055, -0.02377558127045631, -0.03084777481853962, -0.03074751608073711, 0.050470106303691864, -0.036839332431554794, 0.05066157877445221, 0.0028893593698740005, 0.012400577776134014, 0.09384111315011978, 0.016106370836496353, 0.0033388701267540455, 0.006327664479613304, 0.00574502581730485, 0.018687153235077855, -0.07188226282596588, 0.025703400373458862, 0.02881141752004623, -0.011018353514373302, -0.003998755011707544, 0.008751077577471733, -0.012994515709578993, -0.041502900421619415, 0.038754887878894806, 0.05904943123459816, 0.0334823802113533, -0.05611076578497887, -0.024041837081313133, 0.05611734092235565, -0.03861847519874573, 0.045250192284584045, 0.0035960853565484285, -0.009764325805008411, 0.04692661389708519, -0.012498368509113789, 0.0036786736454814672, 0.008595761843025684, -0.016723113134503365, -0.10556844621896744, -0.015909966081380844, 0.021537888795137405, -0.023012975230813023, -0.005927459802478552, -0.02416263706982136, 0.017155366018414497, -0.017270414158701897, -0.026595911011099815, -0.009281943552196026, 0.024945789948105812, -0.008133924566209316, -0.021461116150021553, -0.0119255930185318, 0.0250213909894228, -0.007560326252132654, -0.03194412216544151, 0.049451105296611786, -0.0246877521276474, 0.032976169139146805, 0.018546629697084427, -0.011320766061544418, 0.0018206415697932243, -0.030392510816454887, 0.0007363099721260369, 0.021093308925628666, -0.02160116657614708, 0.0011578802950680256, 0.026447992771863937, 0.0083015663549304, 0.021099884063005447, -0.029092464596033096, -0.0050325472839176655, 0.0013534626923501492, 0.020902657881379128, 0.019101327285170555, 0.046374380588531494, -0.00027611624682322145, 0.04041815921664238, 0.00952395610511303, -0.012363598681986332, 0.0029846851248294115, 0.008794991299510002, 0.010451328940689564, 0.04500201717019081, 0.0024694325402379036, 0.006386831868439913, -0.04058251529932022, -0.012891177088022232, -0.014735445380210876, 0.010467763990163805, -0.026819024235010147, 0.047645870596170425, 0.020665576681494713, 0.02162581868469715, 0.008807780221104622, 0.03561899811029434, 0.004371429793536663, -0.02720402553677559, -0.06371136009693146, 0.010445370338857174, 0.019221922382712364, -0.028142491355538368, 0.04279801994562149, 0.03503717854619026, -0.07074493169784546, -0.04500037804245949, 0.08449157327413559, 0.015271036885678768, -0.000164560362463817, -0.03222506865859032, 0.009539159014821053, -0.026814505457878113, 0.008022163063287735, 0.03221849352121353, -0.026881888508796692, 0.003679289948195219, 0.037512365728616714, -0.028218094259500504, 0.019191723316907883, 0.04761362075805664, 0.009586822241544724, -0.012026671320199966, -0.07234245538711548, 0.01511654257774353, 0.07610289752483368, 0.011742234230041504, 0.015037447214126589, -0.03516537696123123, -0.043810442090034485, 0.059646040201187134, -0.0034000922460108995, -0.003149040276184678, -0.01712845265865326, 0.0009351794724352658, -0.0059627965092659, 0.00414420897141099, 0.011305974796414375, 0.05118977278470993, 0.025543218478560448, -0.035121820867061615, -0.06589974462985992, 0.005837886594235897, -0.05239306017756462, -0.02768229879438877, -0.044635508209466934, -0.023870907723903656, -0.012167194858193398, 0.03572418540716171, -0.0041894069872796535, 0.04244958609342575, -0.01854416541755199, -0.0029438019264489412, -0.008271160535514355, 0.03555982932448387, 0.002497372915968299, 0.020965933799743652, 0.011101762764155865, 0.019820380955934525, -0.042175114154815674, -0.0032562818378210068, -0.017779091373085976, -0.0035204822197556496, 0.03031526505947113, -0.027583478018641472, -0.029381727799773216, 0.031064722687005997, 0.005746669601649046, 0.040306396782398224, -0.011905870400369167, 0.03321612626314163, 0.011549425311386584, -0.020042259246110916, 0.0456150621175766, -0.0034646017011255026, 0.016961324959993362, -0.04649271443486214, -0.06489471346139908, 0.034461937844753265, -0.05038464441895485, 0.013742844574153423, -0.003211494768038392, 0.020051300525665283, -0.02374599687755108, -0.0066144634038209915, 0.009589698165655136, -0.02926832251250744, 0.03843275085091591, 0.0159898828715086, 0.06599178165197372, 0.0008571108337491751, 0.012974176555871964, 0.020577235147356987, -0.014711408875882626, 0.021655403077602383, 0.02069557085633278, 0.0012408796465024352, 0.025645941495895382, 0.006527355406433344, 0.00725400960072875, -0.0439879484474659, -0.0127046350389719, 0.005502602551132441, -0.001857826835475862, -0.023930484429001808, -0.03327200934290886, -0.060798171907663345, -0.020189357921481133, -0.05244893953204155, 0.03197196125984192, 0.05436860769987106, -0.03585895523428917, 0.023414000868797306, 0.01879562810063362, 0.06223134323954582, 0.01770184561610222, -0.026921333745121956, -0.0017158653354272246, -0.037407178431749344, -0.000957778247538954, -0.011156411841511726, 0.024574346840381622, -0.03460656851530075, 0.004549344070255756, 0.033686183393001556, 0.02576756291091442, -0.016336878761649132, -0.02262345515191555, -0.04635794833302498, 0.04989486187696457, 0.06447971612215042, 0.023671217262744904, 0.031237294897437096, 0.028518864884972572, 0.006600082386285067, -9.532584954285994e-05, 0.04322534427046776, -0.015293071046471596, -0.04887257516384125, -0.02388570085167885, -0.040878355503082275, 0.03567652031779289, -0.057306502014398575, -0.018600044772028923, 0.00514184357598424, -0.047256965190172195, -0.04770894348621368, 0.030274175107479095, -0.005332906264811754, -0.05813870206475258, 0.005824327003210783, -0.0010325597831979394, -0.06309256702661514, -0.016146227717399597, -0.023930076509714127, 0.0432056225836277, 0.04222359880805016, 0.02290203608572483, -0.057278506457805634, 0.013249780051410198, -0.05026877298951149, 0.017153721302747726, 0.01867893524467945, 0.0005325099336914718, -0.029087532311677933, 0.02046547271311283, 0.02582673169672489, -0.038335781544446945, 0.030668627470731735, -0.006735264323651791, 0.024807730689644817, -0.0538032241165638, -0.04031790420413017, -0.047281619161367416, -0.015446075238287447, 0.008982817642390728, 0.06131095811724663, 0.0076441471464931965, -0.02938747964799404, 0.03211371973156929, -0.015258710831403732, -0.01752878539264202, 0.01273914985358715, -0.02268755249679089, 0.0075849792920053005, 0.021652117371559143, 0.028798267245292664, -0.03712202236056328, -0.006865104660391808, -0.00544672179967165, 0.028009362518787384, 0.05119655281305313, -0.009941007010638714, 0.03420390188694, -0.0389767661690712, 0.014114799909293652, -0.006470961030572653, 0.01989105343818665, -0.022118063643574715, -0.043021541088819504, 0.031528204679489136, 0.05017426609992981, -0.036167941987514496, -0.01433503534644842, 0.007404188625514507, -0.04561834782361984, 0.030096670612692833, 0.06781940907239914, -0.005196902435272932, -0.041225142776966095, -0.021487761288881305, -0.01800713501870632, -0.010629653930664062, -0.027021346613764763, 0.05945703387260437, 0.03436168283224106, -0.0482911691069603, -0.001439957763068378, 0.055216677486896515, -0.005847747903317213, -0.0339006669819355, 0.010318201966583729, -0.0187249556183815, 0.028490925207734108, 0.03219383955001831, -0.014226560480892658, 0.04001056030392647, -0.03471504524350166, -0.008895709179341793, 0.019359365105628967, 0.009085539728403091, -0.031227434054017067, -0.0652834102511406, 0.05265931412577629, 0.021721145138144493, 0.004683704115450382, -0.00956052541732788, -0.016816794872283936, 0.018577447161078453, -0.0007083697128109634, 0.03763604164123535, 0.03969171270728111, 0.005942457355558872, -0.009470129385590552, 0.0007614768692292273, -0.029468834400177, -0.0415094792842865, 0.025749484077095985, 0.01759912446141243, 0.015366362407803535, 0.03969992697238922, 0.020803377032279968, -0.04597335681319237, -0.055505938827991486, 0.057865869253873825, -0.005661204922944307, -0.02597629465162754, 0.03276250883936882, 0.01847020536661148, -0.003269019303843379, -0.0354546420276165, -0.013412388041615486, -0.020427672192454335, 0.025284359231591225, 0.030300471931695935, 0.02892872504889965, -0.007536982651799917, -0.07479463517665863, 0.00907896552234888, 0.008421545848250389, -0.019705332815647125, -0.024300696328282356, -0.04768265038728714, -0.008596583269536495, -0.02051745168864727, -0.007796791382133961, 0.006569265853613615, -0.03980429470539093, -0.013602834194898604, -0.04809682443737984, 0.016003238037228584, -0.012487686239182947, 0.04344886541366577, -0.0201178640127182, -0.004960231017321348, -0.031169908121228215, 0.0006759095704182982, -0.030904680490493774, 0.02611599490046501, -0.02822302468121052, -0.02110317163169384, 0.06709624826908112, 0.034205544739961624, -0.04778783395886421, -0.004485245794057846, -0.047419678419828415, -0.016701335087418556, -0.007133002858608961, -0.004652887582778931, -0.012002838775515556, 0.005636962596327066, -0.017312748357653618, 0.028356153517961506, -0.010547887533903122, 0.025307368487119675, -0.02753684483468533, -0.007879174314439297, 0.005456583108752966, -0.02023209072649479, 0.018591828644275665, 0.014671141281723976, 0.0009992779232561588, -0.025282714515924457, 0.020937172695994377, -0.03995796665549278, 0.03839988261461258, -0.04701865464448929, 0.023303059861063957, -0.011357746087014675, -0.00925965327769518, 0.006389502435922623, -0.04609826579689979, -0.026596732437610623, -0.0007198745151981711, -0.038383446633815765, 0.011864780448377132, -0.01093288790434599, 0.01373431831598282, 0.01441392581909895, -0.03740060329437256, 0.06355933099985123, -0.06874637305736542, 0.046387530863285065, 0.02518749237060547, -0.047393590211868286, 0.07518579810857773, 0.0013723635347560048, 0.0031613667961210012, -0.035158801823854446, 0.011222152970731258, -0.02164245955646038, 0.012698059901595116, -0.0451507605612278, -0.013876484706997871, -0.011018353514373302, 0.015045048668980598, 0.008133924566209316, 0.009862116537988186, -0.02164800651371479, 0.0057721445336937904, 0.06637966632843018, -0.01972094550728798, -0.07021241635084152, 0.00032480640220455825, -0.01626456342637539, -0.005259356927126646, 0.015518390573561192, -0.006991657894104719, -0.03041675128042698, -0.013680903241038322, -0.007504856213927269, 0.0034243345726281404, 0.03973444178700447, 0.011353638023138046, 0.002840052824467421, 0.03409789130091667, 0.02745384536683559, 0.009966892190277576, -0.021117962896823883, 0.0011603456223383546, 0.02631322108209133, 0.007376248482614756, 0.0025080558843910694, -0.0165571141988039, -0.007982717826962471, -0.0025088777765631676, -0.002352740615606308, -0.041838183999061584, -0.008178300224244595, 0.01581422984600067, 0.010390517301857471, 0.022493408992886543, 0.05140775442123413, -0.03888390585780144, 0.04823898896574974, 0.016130099073052406, 0.0013947568368166683, 0.028637200593948364, -0.009323135018348694, -0.04306098446249962, -0.060101304203271866, 0.006333005614578724, -0.007088627200573683, 0.02228652685880661, -0.009009731002151966, 0.01649794541299343, 0.03338541463017464, 0.05245222523808479, -0.05473018437623978, 0.027236895635724068, -0.01435640174895525, 0.04019792377948761, 0.0004359513986855746, 0.02299325354397297, 0.015699181705713272, 0.02033727616071701, 0.041575219482183456, -0.008113791234791279, -0.022036707028746605, -0.048464976251125336, -0.012773663736879826, 0.01597529835999012, 0.03887322545051575, 0.04732024669647217, -0.014733596704900265, -0.04409971088171005, 0.008673008531332016, -0.025049332529306412, 0.0888436883687973, 0.0008959397091530263, 0.002577085047960282, -0.02831999398767948, -0.0910000279545784, -0.026674801483750343, 0.001853923429735005, 0.0005226486246101558, 0.007443633861839771, -0.04414901509881019, -0.04438239708542824, -0.03594893962144852, -0.0157090425491333, -0.02538461610674858, -0.004639739170670509, -0.011965038254857063, 0.03906490281224251, 0.02945404313504696, -0.007622780743986368, 0.02356315217912197, -0.014696616679430008, 0.02418133243918419, 0.018754540011286736, 0.01225101575255394, -0.0003582937060855329, -0.004744926001876593, -0.0014101651031523943, -0.035796500742435455, -0.01411808654665947, -0.03401489183306694, 0.04717150330543518, -0.05376049131155014, 0.04590350389480591, 0.003637174377217889, -0.015280487015843391, 0.0419236533343792, -0.002485046163201332, -0.04868850111961365, 0.05797126144170761, -0.019459621980786324, 0.03964240476489067, -0.043881937861442566, -0.00995333306491375, -0.07140892744064331, -0.0323466919362545, -0.01754160039126873, 0.04891202226281166, -0.016419054940342903, -0.0076868790201842785, -0.0013222352135926485, 0.0246992576867342, -0.003405433846637606, 0.014490247704088688, 0.010593085549771786, -0.003226697910577059, 0.053891975432634354, 0.0455230250954628, -0.003089050529524684, -0.1004931703209877, -0.00426316075026989, -0.017242474481463432, -0.03438304737210274, -0.014492611400783062, 0.03184869512915611, -0.01587093248963356, -0.006861406844109297, -0.027149327099323273, 0.0028721021953970194, -0.05628827214241028, -0.03271813318133354, -0.0101028960198164, -0.01983763836324215, 0.007522113621234894, 0.05147595703601837, -0.056899670511484146, -0.011573872528970242, -0.03176651522517204, 0.014910277910530567, -0.023501314222812653, 0.03829140588641167, -0.01175055466592312, 0.014970267191529274, 0.008257190696895123, -0.02589575946331024, 0.06794431805610657, 0.04853811487555504, -0.012456458061933516, 0.018361730501055717, -0.0017495581414550545, 0.01812177151441574, -0.02021976374089718, -0.02037343569099903, -0.022082725539803505, 0.0018678936176002023, 0.03468545898795128, -0.0025254159700125456, -0.0017405184917151928, -0.0058995196595788, 0.0026318870950490236, 0.009687078185379503, 0.015037652105093002, 0.0049322908744215965, 0.036559104919433594, 0.07010723650455475, 0.001073237624950707, -0.05035177245736122, -0.019796138629317284, -0.019600966945290565, 0.02522190473973751, -0.015183106064796448, 0.048244740813970566, 0.010665400885045528, 0.015914486721158028, 0.04182504117488861, -0.02036028727889061, 0.06661633402109146, 0.010190363973379137, -0.000382946920581162, 0.02308200486004353, 0.0007017954485490918, 0.01250083465129137, -0.030302422121167183, -0.021932341158390045, 0.03896443918347359, 0.01666887477040291, 0.03074751608073711, -0.009263042360544205, -0.05407276749610901, 0.006462434772402048, -0.042153745889663696, -0.02897905930876732, -0.01364782638847828, -0.0395832359790802, -0.019111189991235733, -0.04830390959978104, -0.05120641365647316, 0.011859029531478882, 0.0650167465209961, 0.03191402554512024, 0.053928133100271225, 0.045309774577617645, 0.02773653529584408, -0.015280076302587986, -0.028743209317326546, 0.021211644634604458, -0.053209904581308365, -0.00646736565977335, 0.02782158926129341, -0.017176320776343346, 0.012274024076759815, 0.020120328292250633, 0.003259157994762063, 0.007939985953271389, 0.046065397560596466, -0.029707355424761772, -0.00551082007586956, 0.04497900605201721, -0.02770202048122883, -0.03966870158910751, 0.012037353590130806, 0.0008168439380824566, 0.016156088560819626, 0.03671031445264816, 0.01982818730175495, 0.033686183393001556, -0.048905450850725174, 0.003655047854408622, 0.019043803215026855, -0.05872729793190956, -0.012089947238564491, 0.015797793865203857, 0.03784764930605888, -0.062119584530591965, -0.027677368372678757, 0.013062311336398125, 0.08620086312294006, -0.00889606960117817, -0.0353165827691555, 0.04711027815937996, 0.006253242492675781, 0.01301033515483141, 0.026422517374157906, -0.019383607432246208, 0.0414634570479393, -0.03125044330954552, -0.03004695288836956, -0.029439251869916916, -0.01509353332221508, 0.016546020284295082, -0.0027007621247321367, 0.011761236935853958, -0.023418931290507317, -0.02879497967660427, 0.031129950657486916, 0.008592474274337292, 0.022011231631040573, -0.04801464453339577, -0.003625669283792377, 0.010537923313677313, -0.07720078527927399, -0.006280411966145039, -0.03683358058333397, 0.010623902082443236, 0.04897694289684296, -0.008848868310451508, 0.012530829757452013, -0.030098315328359604, 0.05943073332309723, -0.0193388219922781, 0.03247365355491638, 0.00709684519097209, -0.029797546565532684, -0.029092052951455116, 0.019089823588728905, 0.006067161448299885, 0.06323391199111938, 0.012750654481351376, 0.0176978912204504, -0.01334233209490776, 0.03646049275994301, -0.011215579695999622, 0.06413950026035309, 0.02614722214639187, 0.018869588151574135, 0.005511641968041658, -0.006436138413846493, -0.028333144262433052, -0.013072789646685123, 0.01262245699763298, 0.04160315915942192, -0.025113431736826897, 0.048543866723775864, -0.019534403458237648, -0.04053978249430656, -0.01624319516122341, -0.007412406615912914, 0.020330702885985374, 0.060134176164865494, 0.0011455536587163806, 0.004544413648545742, 0.027783377096056935, -0.003632243722677231, 0.04651901498436928, 0.050680480897426605, 0.04478507116436958, -0.023118777200579643, 0.010040441527962685, 0.03250940144062042, -0.03112553246319294, 0.0014923425624147058, 0.0012951166136190295, -0.03647364303469658, 0.004720272962003946, 0.01360940933227539, 0.007966693490743637, 0.03395901247859001, 0.02518739178776741, 0.0062931496649980545, 0.03445536270737648, 0.003829315537586808, -0.0360068716108799, -0.007920263335108757, -0.009712142869830132, -0.02225036732852459, -0.05658081918954849, -0.02156500704586506, 0.028962623327970505, 0.01793769560754299, -0.0353815034031868, 0.016363997012376785, 0.015415669418871404, 0.027039669454097748, -0.06567621976137161, 0.005369475111365318, 0.001664915238507092, 0.04039843752980232, -0.025146301835775375, 0.034881044179201126, 0.02366628684103489, -0.06497607380151749, -0.009297557175159454, -0.008543374016880989, 0.03218068927526474, -0.0018374879145994785, 0.0057836491614580154, 0.04648860916495323, 0.057563666254282, 0.015261996537446976, 0.0017216176493093371, 0.01507463213056326, -0.03555982932448387, 0.0815068855881691, 0.061292875558137894, -0.027236895635724068, -0.004753965884447098, -0.030330056324601173, 0.007954572327435017, 0.023325247690081596, 0.014285728335380554, 0.01973327249288559, 0.01708798110485077, 0.02944459393620491, 0.026605773717164993, -0.0012655328027904034, -0.03763069957494736, -0.0038984986022114754], [0.0050963545218110085, -0.03345402330160141, -0.07572299987077713, -0.01351225096732378, 0.030132252722978592, 0.05882878601551056, 0.03233041614294052, -0.023979172110557556, 0.02945452183485031, -0.0034822861198335886, -0.017090121284127235, 0.06101803109049797, -0.035177331417798996, 0.002510278020054102, -0.02894622273743153, 0.039513468742370605, 0.0366208516061306, 0.038340818136930466, 0.03878223150968552, 0.018815936520695686, -0.0038512477185577154, -0.008705714717507362, 0.03845228627324104, 0.02916024439036846, -0.04334353655576706, 0.04387412965297699, -0.008756990544497967, -0.002367597771808505, 0.0033217708114534616, -0.02185680717229843, 0.02933859266340733, -0.04761724919080734, 0.034408196806907654, -0.021834511309862137, -0.024326955899596214, 0.009925183840095997, 0.0016073804581537845, 0.008898556232452393, -0.03268401697278023, -0.0426524318754673, 0.0034733684733510017, 0.019498126581311222, -0.05281392484903336, 0.0041198874823749065, 0.02545947954058647, 0.06422945111989975, -0.018378978595137596, 0.03923702612519264, 0.014013860374689102, -0.0408979132771492, 0.048038601875305176, 0.013025689870119097, 0.002360909478738904, -0.0003176861209794879, 0.002497458830475807, 0.033087290823459625, 0.039592888206243515, -0.03359893336892128, 0.06864695996046066, 0.07235664129257202, -0.014642544090747832, 0.004436459392309189, -0.06867371499538422, 0.003925932105630636, -0.010805787518620493, 0.005381715018302202, 0.006980177480727434, 0.03745575621724129, -0.00650086160749197, -0.019511502236127853, 0.013492186553776264, -0.005765167530626059, -0.026043575257062912, -0.00730371568351984, 0.013360653072595596, 0.013648242689669132, -0.0417695976793766, 0.01583303138613701, 0.011083345860242844, -0.02236956357955933, -0.02872774563729763, 0.047995131462812424, -0.033626798540353775, -0.07522361725568771, -0.017603155225515366, -0.006862020585685968, 0.030553605407476425, -0.0665067583322525, 0.027831533923745155, 0.02908165752887726, -0.014497634954750538, -0.015393844805657864, 0.03577703237533569, -0.02264154702425003, 0.021076524630188945, -0.010468036867678164, 0.07037695497274399, 0.024665821343660355, 0.004327219910919666, 0.01810922473669052, 0.07400637865066528, 0.023399533703923225, -0.019145885482430455, 0.034689098596572876, -0.06381367146968842, -0.0010857062879949808, 0.019155917689204216, 0.030399776995182037, 0.05069379135966301, 0.003944603260606527, 0.007319042459130287, 0.01611281745135784, 0.011160258203744888, -0.0446900799870491, 0.02342517301440239, 0.026360148563981056, 0.04557960107922554, -0.020242737606167793, -0.02825065888464451, 0.01981469802558422, -0.026413653045892715, 0.008636604994535446, 0.008681192062795162, 0.009784732945263386, -0.0063626402989029884, 0.02220012992620468, 0.0220619086176157, 0.018383437767624855, -0.03718154132366181, -0.01093063224107027, 0.036961112171411514, -0.03346740081906319, 0.03540249913930893, -0.025449447333812714, -0.03784589469432831, 0.03228694200515747, -0.03824392706155777, 0.039183519780635834, -0.0706266462802887, 0.018102535977959633, -0.018978681415319443, 0.007054861634969711, -0.010281884111464024, 0.04661625996232033, -0.046813029795885086, -0.06613222509622574, -0.017665579915046692, -0.028566671535372738, 0.010698777623474598, 0.02464575693011284, -0.025490690022706985, 0.013897933065891266, -0.044382426887750626, 0.06191368401050568, 0.011918246746063232, -0.008966552093625069, 0.02736782468855381, 0.0334106869995594, -0.02975437231361866, 0.010919486172497272, 0.05795710161328316, 0.03593754768371582, 0.0241486057639122, -0.030497869476675987, -0.024748308584094048, -0.04231133684515953, 0.01933538168668747, 0.009412427432835102, -0.007015847600996494, 0.0116819329559803, -0.0020766642410308123, 0.0018102535977959633, -0.00144895538687706, 0.034791648387908936, -0.0775466337800026, -0.008464942686259747, 0.015980171039700508, -0.00912246946245432, -0.013510020449757576, 0.012792161665856838, 0.027483753859996796, 8.025755232665688e-05, -0.004933610092848539, -0.03722167015075683, -0.1060113087296486, 0.007479557767510414, -0.027057942003011703, -0.007954414933919907, -0.009407968260347843, 0.05095462873578072, 0.006679211743175983, -0.06338562816381454, -0.03252827376127243, 0.020372040569782257, 0.000450334046036005, -0.04291103780269623, -0.003763187443837523, -0.0014253987465053797, 0.01479936670511961, -0.009644282050430776, -0.0407073013484478, 0.015400531701743604, 0.05812430381774902, 0.03891599550843239, -0.02979784458875656, -0.033569950610399246, 0.04799959063529968, -0.022962577641010284, 0.04968833923339844, 0.006483026780188084, 0.02151571214199066, 0.020581604912877083, 0.05672090873122215, 0.02694758772850037, 0.030274933204054832, -0.02975882962346077, 0.01065878849476576, -0.0484064519405365, 0.04820803925395012, -0.012867960147559645, -0.012315074913203716, -0.007232097443193197, 0.020759953185915947, -0.021399227902293205, -0.02028997242450714, 0.02571808733046055, -0.01068317238241434, 0.051650192588567734, -0.03010313026607037, 0.009818173944950104, 0.03512605279684067, -0.030301682651042935, 0.007273340597748756, -0.012141741812229156, -0.009517207741737366, 0.022516701370477676, -0.0061084916815161705, -0.0012306157732382417, -0.04259892553091049, -0.003967175725847483, -0.052613284438848495, -0.03103626519441605, 0.02397025376558304, 0.017161739990115166, -0.01950704306364059, -0.0018459237180650232, -0.0015917748678475618, 0.006251171231269836, -0.03379957750439644, 0.007117284461855888, 0.0325399786233902, -0.008215252310037613, -0.013987107202410698, 0.03773219510912895, 0.04083994776010513, -0.0128044243901968, -0.0198771208524704, 0.0005311489221639931, -0.07027886062860489, 0.03558976575732231, 0.014178834855556488, -0.05898038670420647, -0.04427207261323929, -0.011366475373506546, 0.02741687186062336, -0.002502474933862686, -0.01956835202872753, -0.0056804511696100235, -0.01161059271544218, -0.06536204367876053, 0.003000740660354495, -0.03569008782505989, 0.02157590538263321, 0.00876479409635067, -0.05903611704707146, 0.007428282406181097, 0.03295464441180229, -0.012538013979792597, 0.08554563671350479, 0.0069244434125721455, -0.022507784888148308, -0.023194432258605957, -0.004525633994489908, 0.030836734920740128, 0.02243867516517639, 0.04134155437350273, -0.03395786136388779, -0.012911451049149036, 0.0160247590392828, 0.006938934326171875, -0.015172021463513374, -0.024683654308319092, 0.03521411493420601, 0.007511883974075317, 0.02099292352795601, -0.03622513636946678, 0.03517064452171326, -0.0082576097920537, -0.0629219189286232, -0.06345697492361069, 0.007709741126745939, 0.0258540790528059, -0.0379662811756134, 0.01402277871966362, 0.03802424296736717, -0.018405731767416, -0.03029276803135872, 0.060318008065223694, -0.025503650307655334, 0.010420662350952624, 0.007642302196472883, -0.005475348327308893, -0.014968032948672771, -0.002713151276111603, 0.014593777246773245, -0.0008204105542972684, 0.002269505290314555, 0.03272724524140358, 0.0016731469659134746, 0.012765409424901009, -0.010482528246939182, 0.026551874354481697, -3.2047287277237047e-06, -0.019059496000409126, 0.0516970120370388, 0.03388206288218498, 0.03573690354824066, 0.02385767176747322, -0.049010612070560455, -0.012364122085273266, 0.0439276322722435, 0.0018370061879977584, 0.0075754206627607346, -0.019935084506869316, 0.01870669797062874, -0.0038010866846889257, 0.018542839214205745, 0.006700251717120409, 0.01144115999341011, 0.003283592639490962, -0.004088676068931818, -0.05544013157486915, 0.012059394270181656, -0.008192958310246468, 0.04052560403943062, -0.010190479457378387, -9.5863186288625e-05, 0.009336628951132298, 0.01087935734540224, -0.0022070826962590218, 0.05123106762766838, 0.010743365623056889, 0.018419107422232628, -0.002251670230180025, -0.011704226024448872, 0.03288776054978371, -0.00180133618414402, -0.03799749165773392, 0.012892483733594418, -0.031243594363331795, -0.008779284544289112, -0.028957368806004524, -0.0352419838309288, 0.04933164268732071, -0.0006309135351330042, -0.0599791407585144, 0.06770950555801392, -0.036162715405225754, 0.06746985018253326, -0.004583598114550114, 0.016880838200449944, 0.06668511033058167, -0.016131768003106117, -0.019170965999364853, 0.0063626402989029884, 0.04938068613409996, -0.05416493117809296, -0.03763800486922264, 0.02167622745037079, -0.05089666694402695, 0.04494423046708107, -0.008320032618939877, 0.03442157059907913, -0.0031880082096904516, -0.010625207796692848, 0.004396330565214157, 0.01329377107322216, 0.04649754986166954, -0.0008884065318852663, 0.02742132917046547, -0.029979538172483444, 0.006561054848134518, 0.04167819023132324, 0.03355211392045021, -0.0010299718705937266, 0.06026896461844444, 0.014301449991762638, 0.006880134344100952, 0.030058681964874268, 0.00542825274169445, -0.08214806020259857, 0.008556347340345383, -0.026739001274108887, -0.00046092356205917895, 0.04554170370101929, -0.06191312521696091, -0.043116141110658646, -0.030506787821650505, -0.031108718365430832, -0.0030352959875017405, 0.02859063819050789, -0.022857239469885823, -0.008922800421714783, -0.015566620975732803, 0.023474497720599174, -0.0308668315410614, -0.027200205251574516, 0.02545724995434284, 0.013210727833211422, 0.010737513191998003, 0.03171287849545479, 0.03806883096694946, -0.03045328333973885, 0.009541730396449566, 0.0670953094959259, 0.03677579388022423, 0.02680574357509613, 0.019460227340459824, -0.026257595047354695, 0.014959115535020828, 0.03907427936792374, 0.03107750788331032, -0.0015455152606591582, 0.036454763263463974, 0.02999625913798809, 0.017888516187667847, 0.02259472943842411, 0.001648623845539987, -0.0008739156182855368, 0.00172553735319525, 0.006982407066971064, 0.03306611254811287, -0.01441514864563942, -0.01782609336078167, -0.008727451786398888, 0.017701806500554085, -0.03373492509126663, -0.020028717815876007, -0.032361630350351334, -0.0949474647641182, -0.0019128050189465284, -0.03687388822436333, -0.016189731657505035, -0.018200628459453583, -0.014759586192667484, 0.004093135241419077, 0.08654439449310303, -0.0341593399643898, 0.00011369819549145176, -0.004800404887646437, -0.032067351043224335, -0.03837202861905098, 0.007675742730498314, -0.0542362704873085, 0.018677717074751857, -0.013425304554402828, 0.05108392983675003, -0.05464201420545578, 0.033329177647829056, 0.00815951731055975, 0.035233065485954285, -0.038926027715206146, -0.00640276912599802, -0.02054593339562416, -0.025744838640093803, 0.010723301209509373, 0.025941025465726852, 0.0047474573366343975, 0.02675432711839676, -0.026279890909790993, -0.01967647671699524, -0.011120129376649857, 0.05272921174764633, -0.04190782085061073, -0.009431377053260803, 0.01674930565059185, 0.009640938602387903, -0.039616018533706665, 0.008048536255955696, 0.0004603662237059325, -0.037999723106622696, 0.052122823894023895, 0.010981002822518349, 0.038113418966531754, -0.022679448127746586, 0.035821620374917984, -0.0061087701469659805, 0.038693059235811234, -0.02084467001259327, 0.009722310118377209, 0.02181493677198887, 0.02221350558102131, -0.04822305217385292, -0.006130784749984741, 0.017839469015598297, -0.04532768204808235, -0.0004525633994489908, 0.04201482981443405, 0.0033596702851355076, 0.02735890820622444, -0.03896058350801468, -0.04309384897351265, -0.021633867174386975, 7.579879456898198e-05, 0.05802620947360992, 0.06509778648614883, 0.013115700334310532, -0.0030921450816094875, 0.0186509620398283, 0.023197775706648827, -0.05565972998738289, -0.03382410109043121, -0.017551880329847336, 0.04531876742839813, 0.008800463750958443, -0.025689104571938515, 0.004599203821271658, -0.03135395050048828, -0.0069311317056417465, -0.01383328065276146, -0.013090341351926328, -0.039356715977191925, -0.0151419248431921, 0.017507292330265045, 0.004352578893303871, -0.005725038703531027, 0.017119381576776505, 0.026462698355317116, 0.016375884413719177, 0.01117363478988409, -0.012529095634818075, 0.08223723620176315, 0.013425304554402828, -0.06005048379302025, -0.04962814599275589, -0.05651023238897323, -0.016675734892487526, 0.02385878562927246, -0.020022030919790268, -0.013404682278633118, 0.010406729765236378, -0.022623712196946144, -0.061636682599782944, -0.07857325673103333, -0.0019284107256680727, 0.011235639452934263, -0.014039497822523115, -0.00930095836520195, 0.024750536307692528, -0.03163931146264076, -0.020620616152882576, 0.005470889620482922, -0.017011813819408417, -0.011704226024448872, 0.030942073091864582, 0.014642544090747832, -0.035188477486371994, -0.0458894856274128, -0.013088668696582316, 0.03487636521458626, -0.0374758206307888, -0.037711575627326965, -0.019555533304810524, -0.027581844478845596, -0.012545258738100529, -0.0015962335746735334, -0.03038640134036541, -0.04698188230395317, -0.015344797633588314, -0.030995022505521774, 0.041127536445856094, -0.00993410125374794, 0.0018280887743458152, 0.014754013158380984, -0.013217972591519356, -0.049019526690244675, 0.029179194942116737, -0.00128412083722651, 0.00896209292113781, -0.05134699866175651, 0.011898182332515717, -0.018628669902682304, 0.001897199428640306, -0.003356326138600707, -0.03018519841134548, -0.03324446082115173, -0.04845326766371727, -0.010493675246834757, -0.03969181701540947, -0.01830763928592205, -0.012144528329372406, -0.007746526040136814, -0.006866479758173227, -0.05082086473703384, 0.037272945046424866, -0.02785828895866871, -0.023675698786973953, 0.05040174350142479, 0.004581925924867392, 0.028741121292114254, -0.01982584409415722, 0.007878616452217102, 0.02230714075267315, 0.023435205221176147, -0.00866781547665596, -0.0049202339723706245, -0.03593308851122856, 0.02055039070546627, -0.028371045365929604, 0.016743730753660202, 0.03190683573484421, -0.02371164970099926, -0.012066151015460491, -0.019930625334382057, 0.0033797346986830235, -0.014132016338407992, 0.0012573683634400368, 0.01923561654984951, 0.019705457612872124, -0.037382181733846664, 0.060942232608795166, -0.03818030282855034, 0.05139158293604851, 0.011257235892117023, -0.07235664129257202, 0.09013814479112624, -0.03154121711850166, -0.006887658499181271, 0.007049288600683212, 0.023934585973620415, -0.014785224571824074, 0.016332412138581276, -0.02943222783505917, -0.008966552093625069, -0.01738913729786873, 0.005470889620482922, 0.01992170885205269, 0.0015605635708197951, -0.004767312668263912, -0.011824612505733969, 0.03652610257267952, 0.005049537867307663, -0.04547927901148796, -0.04470345750451088, 0.01915926113724709, -0.04472380131483078, -0.004672772716730833, -0.02794467657804489, 0.008966552093625069, 0.02542380802333355, 0.016341328620910645, 0.002325796987861395, 0.03660636022686958, 0.023197775706648827, 0.05400887504220009, 0.03938416391611099, 0.006848644465208054, 0.03863063454627991, -0.018334392458200455, -0.01202637143433094, 0.034296728670597076, -0.017064901068806648, -0.0476105622947216, -0.0456821545958519, 0.018763547763228416, 0.0027265273965895176, -0.01443744171410799, -0.023149846121668816, 0.00430715549737215, 0.02030516043305397, -0.015413351356983185, 0.011768877506256104, 0.019168177619576458, 0.012034174054861069, 0.06319167464971542, 0.05044298619031906, 0.0034778271801769733, 0.00640276912599802, -0.0351438894867897, -0.07743962109088898, -0.015759462490677834, -0.012134496122598648, -0.0020816803444176912, -0.02039433643221855, -0.0008315573795698583, 0.04783350229263306, 0.028607359156012535, 0.019850993528962135, -0.053152792155742645, 0.007826225832104683, -0.03225461766123772, 0.020421087741851807, 0.08147033303976059, 0.010420105420053003, 0.03353316709399223, -0.005662616342306137, -0.02132175490260124, -0.011304053477942944, -0.028375502675771713, -0.0032541928812861443, -0.04648695886135101, 0.06277032196521759, -0.0018303180113434792, 0.03827393427491188, -0.003279970260336995, -0.041421812027692795, 0.025838473811745644, 0.01541390921920538, 0.04274160414934158, -0.013260331936180592, 0.05377645790576935, -0.06282978504896164, -0.0962912291288376, -0.016720322892069817, -0.005862145218998194, -0.030330665409564972, 0.029686376452445984, -0.023684894666075703, 0.02400592528283596, -0.0028268492314964533, 0.0062578595243394375, -0.02067077718675137, -0.003416519146412611, 0.02293582446873188, 0.03288776054978371, -0.0004458752810023725, 0.014132016338407992, -0.02500914596021175, 0.028888260945677757, -0.06097344681620598, 0.0012016339460387826, -0.011333592236042024, 0.01161505188792944, -0.024384919553995132, 0.009318794123828413, -0.0423581525683403, 0.0008192958193831146, 0.03223678097128868, 0.04329449310898781, -0.020704219117760655, 0.013621490448713304, 0.05601531267166138, 0.02901310473680496, 0.04026922583580017, 0.01867214217782021, -0.0446142815053463, 0.06852211058139801, -0.0646430030465126, 0.02829747647047043, -0.021688489243388176, -0.0059970226138830185, -0.05340694263577461, -0.004059694241732359, -0.023252395913004875, 0.03949563205242157, -0.03360116109251976, -0.012279405258595943, -0.002705348189920187, 0.015993546694517136, -0.0012194688897579908, 0.021798843517899513, 0.006964572239667177, -0.00016720322309993207, 0.00667029432952404, 0.006741634104400873, -0.0351438894867897, -0.04046318307518959, 0.003406486939638853, 0.010785723105072975, -0.04024024307727814, -0.03765416890382767, 0.035872895270586014, -0.03589741885662079, -0.04417732357978821, -0.033240001648664474, 0.005457513500005007, -0.06043393537402153, -0.03749142214655876, 0.0030040848068892956, -0.0011436700588092208, 0.003593754954636097, 0.0250286515802145, -0.041956864297389984, 0.016613313928246498, -0.02979784458875656, 0.04686595126986504, 0.051654648035764694, 0.012453297153115273, -0.014852105639874935, -0.02882137894630432, 0.027372701093554497, 0.0007557586068287492, 0.03564327210187912, 0.014111952856183052, -0.02810351923108101, -0.021745339035987857, 0.006465191952884197, -0.044623199850320816, -0.016292283311486244, -0.060647957026958466, -0.02284330502152443, 0.028375502675771713, 0.03822043165564537, 0.009584088809788229, 0.005127565935254097, -0.0052635581232607365, -0.01344314031302929, 0.004959526471793652, 0.0409090593457222, -0.01519988849759102, -0.0004770865780301392, -0.008043590001761913, -0.01631792075932026, -0.02571808733046055, -0.004815453197807074, -0.020767755806446075, 0.00063314288854599, 0.010692089796066284, 0.036008886992931366, 0.01747831143438816, -0.005325980484485626, 0.032999228686094284, -0.054753486067056656, 0.007983396761119366, -0.03388652205467224, 0.052907563745975494, -0.003323303535580635, -0.02373728528618813, 0.0426524318754673, -0.01880702003836632, -0.015492772683501244, 0.04756597802042961, 0.014125329442322254, 0.023016082122921944, 0.011757731437683104, -0.00011578824341995642, -0.010705465450882912, -0.01865319348871708, -0.03566110506653786, -0.029290663078427315, -0.031635548919439316, -0.017799340188503265, -0.005825360771268606, -0.015806278213858604, 0.03131828084588051, 0.04820803925395012, -0.015079502016305923, 0.017754754051566124, 0.07383694499731064, 0.01078349445015192, 0.011998504400253296, -0.007624467369168997, 0.003192467149347067, -0.06393405795097351, -0.015935583040118217, 0.02186572551727295, -0.02760414034128189, 0.027938546612858772, 0.03544151410460472, -0.004726278129965067, -0.004815453197807074, 0.006788451224565506, -0.04719144105911255, 0.006300217937678099, 0.0262954942882061, -0.01529575139284134, -0.00488121947273612, -0.009842696599662304, -0.009720081463456154, 0.015543213114142418, -0.016597706824541092, -0.011675245128571987, 0.00486895814538002, -0.07078716158866882, -0.0469239167869091, 0.004768078681081533, -0.06156645715236664, -0.015721004456281662, -0.003152338322252035, 0.021981650963425636, -0.011516958475112917, -0.042001448571681976, -0.011302937753498554, 0.11178985238075256, -0.047008633613586426, -0.0036093604285269976, 0.09235861152410509, -0.04393655061721802, -0.027671020478010178, 0.05295214802026749, 0.013964814133942127, 0.032007332891225815, -0.039464421570301056, -0.050593819469213486, -0.027091382071375847, -0.04615993797779083, 0.01689421385526657, -0.013938061892986298, 0.015612322837114334, 0.009234077297151089, 0.06047852337360382, 0.0332820825278759, 0.017750294879078865, 0.0007111710729077458, -0.005448595620691776, -0.023007163777947422, 0.0034376983530819416, -0.007970299571752548, -0.05390632525086403, -0.042438410222530365, 0.037139181047677994, -0.0001627444726182148, -0.010997513309121132, -0.007977266795933247, -0.014428523369133472, 0.08794444799423218, -0.04193902760744095, -0.009644282050430776, 0.000761889386922121, -0.010188249871134758, -0.018151860684156414, 0.06310918927192688, 0.03531259670853615, 0.03220111504197121, 0.0017612073570489883, -0.032212816178798676, -0.032649215310811996, 0.03809558227658272, -0.04605891928076744, 0.05739306285977363, 0.03482063114643097, 0.021402012556791306, 0.002035420620813966, 0.016205336898565292, 0.004177851602435112, -0.03209187462925911, 0.013395207934081554, 0.02755955047905445, -0.00436957785859704, 0.04573342576622963, -0.015163104049861433, -0.012163477949798107, -0.04602213203907013, -0.0017545191803947091, 0.00543967867270112, 0.03941091522574425, -0.03339383006095886, -0.021243728697299957, 0.019944000989198685, -0.030025241896510124, 0.0347738116979599, 0.007382580544799566, 0.007164101116359234, 0.02984689176082611, -0.005133975297212601, 0.0555984191596508, -0.04192119091749191, 0.024897675961256027, -0.03997717797756195, -0.015196545049548147, -0.012350745499134064, 0.015568850561976433, -0.03317758068442345, -0.016348017379641533, 0.04777693375945091, 0.0030531310476362705, 0.014191235415637491, 0.03189791738986969, 0.0018381209811195731, 0.020916009321808815, -0.0010790182277560234, -0.040146611630916595, -0.03478273004293442, 0.007159642409533262, 0.020962269976735115, -0.012506801635026932, -0.01733117178082466, -0.0031790907960385084, -0.00533266831189394, 0.04353080689907074, -0.028317540884017944, -0.017798226326704025, 0.004129362758249044, 0.016232090070843697, -0.039950426667928696, 0.032553356140851974, 0.05361204594373703, -0.03741339594125748, -0.012244710698723791, 0.010729989036917686, -0.0028614047914743423, 0.0011681931791827085, 0.034653425216674805, 0.07590580731630325, 0.05116641893982887, 0.0035725757479667664, -0.004574680235236883, 0.009180571883916857, -0.019154801964759827, 0.016484009101986885, 0.03665540739893913, -0.003553626127541065, 0.029481275007128716, 0.03534676134586334, 0.03719491884112358, 0.04197358340024948, 0.021647246554493904, 0.000880743027664721, -0.007256620097905397, -0.032352712005376816, 0.02931184135377407, 0.03229028731584549, -0.004275944083929062, -0.0728827714920044], [-0.04295117035508156, -0.060968514531850815, -0.044411104172468185, -0.03631824254989624, -0.013542704284191132, 0.021616404876112934, 0.03641020879149437, -0.022427797317504883, 0.017894724383950233, 0.04088197648525238, -0.017068961635231972, 0.011433272622525692, -0.036659277975559235, 0.0016151233576238155, 0.004034934565424919, 0.031775590032339096, 0.01327926479279995, 0.014100717380642893, 0.05016366392374039, 0.009805696085095406, -0.009596860967576504, -0.015971137210726738, 0.01579870469868183, 0.03348267823457718, -0.06129422038793564, 0.046993765980005264, -0.0051979003474116325, 0.01150990929454565, -0.01187106128782034, -0.008810373023152351, 0.016755707561969757, -0.04661058634519577, 0.0016199132660403848, -0.02364506945014, -0.0031133757438510656, 0.03439848870038986, 0.0005000560195185244, 0.05274537205696106, -0.04504719004034996, -0.015630103647708893, -0.04235340282320976, 0.007441446650773287, 0.006460493430495262, 0.014211361296474934, 0.012342378497123718, 0.02727891691029072, 0.0001389044482493773, 0.011664140969514849, -0.024759478867053986, -0.09009438008069992, 0.04766817390918732, 0.044851768761873245, 0.0141510097309947, 0.0004684432642534375, 0.01738125830888748, 0.05664810910820961, 0.024509450420737267, 0.014144783839583395, 0.09469259530305862, 0.03286958113312721, -0.02109479531645775, -0.05273004248738289, -0.0378279909491539, -0.0062842289917171, 0.038438212126493454, -0.005517859477549791, -0.0019561578519642353, 0.013825302943587303, 0.012491821311414242, -0.01464914996176958, -0.023676982149481773, 0.027788551524281505, -0.008840549737215042, -0.033366765826940536, 0.006709564011543989, -0.0005508280009962618, -0.07310397177934647, 0.03902352601289749, -0.013963250443339348, -0.03614772483706474, -0.03085882030427456, 0.019937098026275635, -0.0028413143008947372, -0.0365021713078022, -0.039663445204496384, 0.018208935856819153, -0.022484319284558296, -0.06566252559423447, -0.003802150022238493, -0.019120946526527405, -0.03239060193300247, 0.03163093701004982, -0.0006552457925863564, 0.016547830775380135, -0.020875900983810425, 0.06094169244170189, 0.0314134806394577, 0.012133543379604816, 0.012537803500890732, -0.0035584087017923594, 0.03108777292072773, -0.040284205228090286, 0.008552681654691696, 0.012350042350590227, -0.023734457790851593, 0.0026439742650836706, 0.02255808189511299, -0.04058883711695671, 0.021012891083955765, 0.034984759986400604, -0.0020653654355555773, 0.013531448319554327, -0.018924053758382797, -0.03073524311184883, -0.01219293661415577, -0.01644820161163807, 0.04619674384593963, 0.004962241742759943, -0.02164226956665516, -0.013790816999971868, -0.021128803491592407, 0.02640286087989807, -0.02416554093360901, 0.040322523564100266, 0.01421710941940546, 0.006299556232988834, 0.035996370017528534, 0.013235677033662796, -0.03396165743470192, 0.01240368839353323, -0.0017664814367890358, 0.009811443276703358, 0.02715917117893696, -0.01503999810665846, -0.02872735634446144, 0.017490465193986893, -0.06248532608151436, 0.02458896115422249, -0.010974409990012646, -0.004648030269891024, -0.0001010649575619027, 0.029489891603589054, -0.002946689957752824, 0.038793615996837616, -0.015056285075843334, -0.029643166810274124, -0.03913082182407379, -0.06961029022932053, 0.0038011919241398577, -0.012602943927049637, -0.005389492493122816, 0.019048109650611877, -0.02791212871670723, 0.043855488300323486, -0.02170358225703239, 0.013093420304358006, 0.04145196080207825, 0.015124298632144928, -0.04791341349482536, 0.05742405727505684, 0.02034997940063477, 0.012118694372475147, 0.06521803140640259, 0.0006667413399554789, -0.01648268848657608, -0.02094966545701027, 0.0218970887362957, -0.01512238383293152, 0.0005134674720466137, 0.0351763553917408, 0.03906184807419777, -0.007073589134961367, 0.031300440430641174, 0.04817014932632446, -0.01605927012860775, 0.0007088916609063745, -0.01939297653734684, 0.012074150145053864, 0.03110501542687416, 0.04604347050189972, -0.010077756829559805, 0.006475821137428284, -0.04489391669631004, -0.004801304079592228, -0.0669117122888565, -0.006360865663737059, -0.01554831676185131, -0.008257629349827766, -0.0033241272903978825, 0.04649945721030235, 0.03756742551922798, -0.03941437602043152, 0.01329650916159153, -0.02223524823784828, 0.0064915078692138195, 0.025391733273863792, -0.01652100868523121, -0.02209826000034809, 0.0002835566410794854, 0.01891782693564892, -0.008383123204112053, 0.02782687172293663, 0.05546885728836059, 0.010121763683855534, -0.059245143085718155, -0.036954332143068314, 0.08487540483474731, -0.01477943267673254, 0.02554500661790371, -0.00779014453291893, -0.01694442704319954, 0.0383414588868618, -0.006998868193477392, 0.01694442704319954, 0.0022512099239975214, 0.009463703259825706, 0.05367651209235191, -0.035093966871500015, 0.0487334243953228, 0.00191975524649024, 0.012613960541784763, -0.006690404843539, 0.03791803866624832, -0.00418006582185626, -0.020277174189686775, 0.035913024097681046, 0.01845225878059864, 0.03836002200841904, -0.03555187210440636, -0.031175905838608745, 0.04412371665239334, -0.019220544025301933, 0.01982022635638714, -0.015924137085676193, 0.006617599632591009, -0.0042801727540791035, -0.015306311659514904, 0.020301124081015587, -0.02224147692322731, 0.009357369504868984, -0.06555523723363876, -0.05095398426055908, 0.03252854943275452, -0.033894602209329605, -0.01589066907763481, 0.009801864624023438, -0.004996728152036667, 0.0101678054779768, 0.00767135713249445, 0.005095398053526878, 0.04250667616724968, 0.016553577035665512, -0.03655581921339035, 0.0307716466486454, -0.01171401608735323, -0.01812080293893814, -0.021120181307196617, 0.02424026094377041, -0.04194914549589157, 0.02300497330725193, 0.0219718087464571, -0.05907366797327995, -0.07689367234706879, 0.0011782929068431258, 0.041855260729789734, 0.020174672827124596, 0.03951591998338699, -0.004363515414297581, -0.006412595976144075, -0.03306740149855614, -0.02823304757475853, -0.1011233925819397, 0.03958297520875931, -0.0050158873200416565, -0.03416474536061287, -0.013700767420232296, 0.07436848431825638, -0.02287229336798191, 0.06810341775417328, 0.04944615066051483, -0.043951284140348434, -0.037099942564964294, 0.021718906238675117, 0.019074933603405952, 0.05460381880402565, 0.00994555838406086, 0.02158479206264019, -0.05425511673092842, -0.014177833683788776, -0.026769280433654785, -0.015427014790475368, 0.012409435585141182, 0.009832639247179031, 0.03147514909505844, 0.05159389972686768, 0.0010941119398921728, 0.0061769369058310986, 0.044541388750076294, -0.07791677117347717, -0.04628104716539383, 0.0528181791305542, 0.05014738067984581, -0.027290411293506622, 0.019603729248046875, 0.014216152019798756, -0.04258840531110763, -0.05235835164785385, 0.07718105614185333, 0.02905881218612194, -0.01115067396312952, -0.04643623158335686, -0.011445725336670876, 0.0020883565302938223, -0.013659575954079628, -0.0200582817196846, -0.01747896894812584, 0.020952537655830383, 0.05762714147567749, -0.028965169563889503, 0.008742358535528183, 0.00019159233488608152, 0.0001398624008288607, 4.406623702379875e-05, -0.04896717146039009, 0.05239667370915413, 0.03529130667448044, 0.05233919620513916, 0.037172745913267136, -0.04640654101967811, 0.0010575897758826611, 0.018795209005475044, -0.05648908391594887, -0.0032340786419808865, -0.0037604786921292543, 0.0183794517070055, -0.04028037190437317, 0.050174202769994736, -0.0024293907918035984, -0.010200376622378826, 0.01481775101274252, 0.000402343925088644, -0.08554214984178543, -0.023173091933131214, -0.014398164115846155, 0.011663184501230717, -0.0394958034157753, 0.01790047250688076, -0.01261444017291069, 0.010621879249811172, 0.007889772765338421, 0.0068206870928406715, -0.01147254928946495, -0.00907956063747406, 0.0002835566410794854, -0.006150113884359598, 0.006691362243145704, 0.004923923406749964, -0.020306872203946114, -0.04120480641722679, -0.02434994839131832, 0.04291285201907158, -0.03557151183485985, -0.0715712308883667, 0.0731973797082901, -0.01570195145905018, -0.017059382051229477, 0.0527760274708271, 0.0007702012080699205, 0.08575672656297684, -0.015971137210726738, 0.015013176016509531, 0.06959783285856247, 0.016637878492474556, 0.035329628735780716, -0.01556112989783287, 0.04996728524565697, -0.04454522207379341, -0.032108958810567856, 0.05107085406780243, -0.062317803502082825, -0.0017511540791019795, -0.036824047565460205, 0.05152875930070877, 0.019105589017271996, 0.000620040693320334, 0.03691984340548515, 0.0009119795286096632, 0.04876407980918884, -0.03652516379952431, 0.019875789061188694, -0.006160651799291372, -0.007962577976286411, 0.01220060046762228, 0.06150880455970764, 0.006166878622025251, -0.0054394262842834, 0.009297976270318031, 0.030011024326086044, 0.04222695156931877, 0.016770077869296074, -0.0597461573779583, -0.011499372310936453, -0.01460699923336506, 0.015471081249415874, -0.004858781583607197, -0.06241312250494957, -0.04326586425304413, -0.04122108966112137, -0.04203631728887558, 0.004944040440022945, -0.0036773753818124537, 0.0066444226540625095, 0.01401785295456648, 0.008111598901450634, 0.03228330984711647, 0.012721731327474116, -0.017480885609984398, -0.007871570996940136, 0.022642383351922035, 0.014643402770161629, 0.0245592650026083, 0.01095524989068508, -0.03573436662554741, 0.015355167910456656, 0.04833108186721802, -0.0031955207232385874, -0.01637539640069008, -0.014055214822292328, -0.042311251163482666, -0.005717115476727486, 0.05356539040803909, 0.027403930202126503, -0.008503826335072517, 0.04690946638584137, 0.05234302952885628, -0.010146730579435824, 0.015363790094852448, 0.008381686173379421, -0.040792882442474365, -0.04498204588890076, 0.00209027249366045, -0.006870501209050417, -0.02455207891762257, -0.024776721373200417, 0.0050388784147799015, 0.03918446600437164, -0.005777466576546431, -0.002699536038562655, -0.033107154071331024, -0.07496625185012817, 0.0002988840569742024, -0.03894928470253944, -0.014137598685920238, -0.02602590247988701, -0.013189216144382954, 0.0033183794002979994, 0.05861192569136619, 0.004565645474940538, -0.010374725796282291, 0.017841078341007233, -0.022269735112786293, -0.02025514096021652, -0.019993139430880547, -0.018604572862386703, -0.027817290276288983, -0.02709522843360901, 0.03134522587060928, -0.09166543930768968, 0.02516840770840645, 0.0058397348038852215, 0.02029346115887165, -0.061179269105196, 0.013863621279597282, -0.021170953288674355, -0.00450720963999629, 0.028773337602615356, 0.026064222678542137, 0.006904987618327141, 0.02077244035899639, -0.04673320427536965, -0.002440886339172721, -0.022661540657281876, 0.048741091042757034, 0.040579259395599365, 0.003776285098865628, 0.033629246056079865, -0.009384192526340485, 5.939362381468527e-05, -0.03167404606938362, -0.04196016117930412, -0.005228554829955101, 0.03762442618608475, 0.02526528388261795, 0.04646114259958267, -0.04306995868682861, -0.0010580687085166574, -0.010834545828402042, 0.036917928606271744, -0.01977616176009178, 0.004587199538946152, 0.02692255564033985, 0.05202881619334221, -0.04981401190161705, 0.0399661622941494, 0.025223132222890857, -0.039745111018419266, 0.02456692606210709, 0.01346223521977663, 0.00212284317240119, -0.018979137763381004, -0.008782592602074146, -0.05346192792057991, -0.03989102318882942, -0.010345028713345528, -0.01766960322856903, 0.049679894000291824, 0.0012798368697986009, -0.04386506229639053, 0.003981288988143206, -0.014925521798431872, -0.040301449596881866, 0.013614552095532416, -0.05210353806614876, 0.03618796169757843, 0.02462823875248432, -0.01197068952023983, 0.02060575596988201, -0.041316889226436615, -0.01823863387107849, -0.009798032231628897, -0.01128095667809248, -0.029972704127430916, -0.02033848501741886, 0.0337432436645031, 0.004250954836606979, -0.05467279255390167, 0.01991027593612671, -0.031121840700507164, 0.012629766948521136, 0.015771880745887756, -0.000720387208275497, 0.06225218251347542, 0.017908137291669846, -0.015523768961429596, -0.02902887389063835, -0.036759864538908005, -0.004389380570501089, 0.03697732090950012, -0.012225506827235222, 0.02251209318637848, 0.005554261617362499, -0.04567177966237068, -0.10756760090589523, -0.07124935835599899, -0.004950745962560177, -0.02167484164237976, -0.0012721731327474115, 0.01226765662431717, 0.09141253679990768, -0.04694778844714165, 0.013440202921628952, 0.017979023978114128, 0.026508716866374016, 0.0005388534627854824, -0.010700431652367117, 0.012806031852960588, -0.019071102142333984, -0.05723246559500694, -0.005399730987846851, 0.0187214445322752, -0.026274973526597023, -0.049139603972435, -0.004640366416424513, -0.015686145052313805, -0.05240816995501518, -0.01081921998411417, 0.03161656856536865, -0.027489669620990753, 0.00283365068025887, -0.009147576056420805, 0.03294238820672035, -0.009983398020267488, 0.0007893604342825711, -0.013770700432360172, -0.01462124940007925, -0.008202068507671356, 0.005985344760119915, -0.03252088278532028, 8.046878065215424e-05, -0.03298836946487427, 0.009258699603378773, 0.013263938017189504, 0.033795930445194244, 0.0007280509453266859, -0.03892390057444573, -0.03767088800668717, -0.025704028084874153, 0.0065007284283638, -0.023780440911650658, -0.030589634552598, -0.032675113528966904, -0.027554811909794807, 0.02184535749256611, -0.004570435266941786, 0.059075579047203064, -0.05116473510861397, 0.0022435463033616543, 0.02617917582392693, 0.02919100970029831, 0.01184902898967266, -0.04133030027151108, 0.043314237147569656, -0.00017602546722628176, 0.023095138370990753, 0.002345090266317129, -0.02045823074877262, -0.019456202164292336, 0.0186467245221138, -0.026348259299993515, 0.017277797684073448, 0.038027726113796234, 0.0001111235615098849, -0.022635197266936306, -0.015649262815713882, 0.04157170653343201, -0.01156451366841793, 0.026872742921113968, 0.03246340528130531, 0.03313014656305313, 0.0011572177754715085, 0.026366937905550003, -0.015722068026661873, 0.04917025566101074, 0.026765448972582817, -0.04288986325263977, 0.07004616409540176, -0.02628072164952755, -0.006162567529827356, -0.016568904742598534, 0.021500492468476295, -0.002283780835568905, 0.010911663062870502, -0.07336453348398209, -0.008029395714402199, 0.0011016560019925237, -0.04921049252152443, 0.08629319071769714, 0.05402328819036484, -0.00031995921744965017, 0.012056905776262283, 0.014930790290236471, -0.018516920506954193, -0.029602931812405583, -0.010962913744151592, 0.0432385616004467, 0.010426215827465056, -0.016545914113521576, 0.0031382825691252947, -0.020061634480953217, -0.023202791810035706, 0.0049840351566672325, -0.02152731455862522, 0.0620400570333004, 0.04419556260108948, 0.020358601585030556, 0.0016170393209904432, 0.019094092771410946, -0.0041307308711111546, -0.01354150753468275, -0.02736704796552658, 0.04791341349482536, -0.0020921884570270777, -0.004337650258094072, -0.0627196654677391, 0.03880702704191208, 0.020930984988808632, -0.020601924508810043, -0.05250971019268036, -0.0036431283224374056, 0.0511934719979763, -0.009491484612226486, 0.02004055865108967, 0.004739036317914724, 0.03952358290553093, 0.09157346934080124, 0.027550021186470985, -0.019935183227062225, 0.027124684303998947, -0.018647681921720505, -0.027003023773431774, -0.025370867922902107, -0.014848406426608562, 0.0047965142875909805, -0.03538231551647186, 0.004975653253495693, 0.03127170354127884, 0.020209159702062607, 0.034366875886917114, -0.053768474608659744, -0.006179810967296362, 0.011809752322733402, 0.052182089537382126, 0.00828828476369381, 0.011257007718086244, 0.029037736356258392, -0.02629796601831913, -0.0024471131619066, -0.021278245374560356, -0.0033796888310462236, -0.02962113358080387, -0.03482382372021675, 0.03203040733933449, 0.04009644314646721, 0.026968536898493767, 0.004339566454291344, -0.014652981422841547, 0.010943036526441574, 0.04154488071799278, 0.0356045626103878, -0.0011878724908456206, 0.051411889493465424, -0.058926139026880264, -0.09853211045265198, -0.00031804328318685293, 0.0162733756005764, -0.026194503530859947, -0.004536906257271767, -0.03422222658991814, -0.01111618708819151, -0.005958521738648415, -0.0058205751702189445, -0.030900010839104652, 0.007956829853355885, 0.04326538369059563, 0.015673210844397545, 0.0141510097309947, -0.010322995483875276, -0.015645431354641914, -0.010767489671707152, -0.046859655529260635, 0.008238470181822777, -0.011716590262949468, -0.025351498275995255, -0.005022592842578888, 0.021358713507652283, -0.013499596156179903, 0.0009627515682950616, 0.01715601608157158, 0.028282860293984413, -0.011342266574501991, -0.0011802088702097535, 0.05773575231432915, 0.02828669175505638, 0.022518806159496307, -0.003657018532976508, -0.0655399039387703, 0.06133254244923592, -0.03583543002605438, 0.04460461437702179, 0.021214060485363007, 0.0383836105465889, -0.044265490025281906, -0.010807723738253117, -0.05547364801168442, 0.004284004680812359, 0.02513883262872696, -0.006853258237242699, 0.025501897558569908, 0.02654176577925682, 0.026498179882764816, 0.00013028278772253543, 0.002351796021685004, -0.03465522453188896, -0.02561780996620655, 0.01833251304924488, 0.002142002340406179, -0.08430828899145126, -0.056895263493061066, 0.01532355509698391, 0.010165889747440817, -0.024391621351242065, 0.0169252660125494, -0.03738349676132202, -0.029183344915509224, -0.0067708734422922134, -0.009763545356690884, -0.024416526779532433, -0.020510917529463768, 0.05791069939732552, -0.03382754325866699, 0.0428534597158432, -0.00775757385417819, -0.0685555711388588, 0.009499148465692995, -0.060566168278455734, 0.05614805221557617, 0.01278112456202507, 0.01456868089735508, -0.0290607251226902, -0.03644852712750435, 0.0233917199075222, -0.009483820758759975, 0.03192120045423508, 0.017469389364123344, -0.027787594124674797, 0.018569128587841988, 0.015394444577395916, -0.01456676609814167, -0.0029921934474259615, -0.041912741959095, 0.003181630279868841, 0.012234129011631012, 0.04635576531291008, 0.0097616296261549, 0.04393786936998367, -0.02184152789413929, 0.01538486499339342, 0.0013652151683345437, 0.03302285447716713, 0.012328967452049255, -0.014687469229102136, 0.02233816869556904, -0.001904427888803184, 0.0017664814367890358, 0.03651175275444984, -0.014149094931781292, 0.02567337267100811, 0.018339218571782112, -0.03202944993972778, 0.01866133324801922, -0.01950410008430481, 0.03390417993068695, -0.03021794557571411, 0.02696087397634983, 0.0018373704515397549, 0.030746737495064735, -0.03005892224609852, -0.010991652496159077, 0.03785864636301994, -0.04048058763146401, -0.00416138581931591, 0.0064976150169968605, 0.02648189291357994, -0.013189216144382954, 0.0026133195497095585, -0.02513883262872696, 0.011507514864206314, -0.03427203744649887, -0.025937771424651142, -0.02224770188331604, -0.04833348095417023, 0.02329379692673683, -0.0288787130266428, -0.0065500629134476185, 0.01667044870555401, 0.032183680683374405, 0.021016722545027733, 0.04983700066804886, 0.031352169811725616, 0.016476940363645554, 0.01119665615260601, -0.02747434191405773, 0.001678348868153989, -0.03276228904724121, -0.00598151283338666, 0.05504065006971359, -0.03985312208533287, 0.009933345019817352, 0.02808169089257717, -0.028539594262838364, 0.020600007846951485, 0.022625138983130455, -0.02959718555212021, 0.05980938300490379, 0.0673791915178299, -0.03690451756119728, -0.000453115877462551, -0.018722403794527057, 0.007385884877294302, -0.005671133287250996, 0.0036364225670695305, -0.030396124348044395, -0.00423993868753314, -0.025443462654948235, -0.012721731327474116, -0.008073701523244381, -0.031229551881551743, -0.012416141107678412, 0.009933104738593102, 0.015373368747532368, -0.000565197435207665, -0.030151844024658203, -0.0282158050686121, 0.07737264782190323, -0.01754794269800186, -0.04635001718997955, 0.04381716623902321, -0.012066486291587353, 0.004939250648021698, 0.05996744707226753, 0.01261444017291069, 0.01666470244526863, -0.0026439742650836706, -0.019849924370646477, -0.005109767895191908, -0.025625474750995636, 0.008089028298854828, -0.023012155666947365, 0.032038070261478424, -0.0020500379614531994, 0.019532838836312297, 0.078905388712883, 0.017465557903051376, -0.00283365068025887, -0.020972415804862976, 0.008251403458416462, 0.009302645921707152, -0.03366468846797943, -0.002739770570769906, -0.03152460604906082, 0.0015157349407672882, 0.010246358811855316, -0.029696812853217125, -0.0011418904177844524, -0.03129756450653076, 0.08523943275213242, -0.027115225791931152, -0.01473584584891796, 0.00602749502286315, -0.025469327345490456, 0.010846042074263096, 0.04153626039624214, 0.0015595617005601523, 0.005159581545740366, 0.05662703514099121, 0.005674965213984251, -0.03531908988952637, 0.013799392618238926, -0.011017038486897944, 0.02173040434718132, 0.009621767327189444, -0.04229879751801491, -0.045593228191137314, -0.0017923463601619003, -0.03218179568648338, -0.0054337987676262856, -0.0012185272062197328, 0.02504878118634224, -0.011884473264217377, 0.04255266115069389, 0.0054163155145943165, -0.005763097666203976, -0.003546374151483178, -0.021233459934592247, -0.0028470621909946203, 0.037700105458498, -0.024945322424173355, -0.011873936280608175, 0.05839734524488449, -0.00868512038141489, 0.06414511799812317, 0.04698514938354492, -0.00031325346208177507, 0.014035576023161411, -0.0126594640314579, 0.02707583084702492, -0.047798458486795425, -0.015518980100750923, -0.013786026276648045, -0.05145404115319252, -0.021726571023464203, 0.01958361081779003, 0.01261444017291069, -0.02152923122048378, 0.03817285597324371, 0.013911519199609756, 0.03903885558247566, 0.007575561292469501, -0.020739153027534485, 0.019749337807297707, 0.05512494966387749, -0.03749653697013855, -0.011853817850351334, 0.031970057636499405, 0.002506027696654201, 0.004203536082059145, -0.027188869193196297, -0.006096468307077885, 0.013433976098895071, 0.0006150114350020885, -0.041613854467868805, -0.018339218571782112, 0.011430878192186356, 0.02486293762922287, -0.011890220455825329, 0.03151310607790947, 0.019544335082173347, -0.05913066491484642, -0.022415347397327423, 0.0035023081582039595, 0.0006686572451144457, -0.04452797397971153, 0.05612889304757118, 0.01920234225690365, 0.08590042591094971, 0.025447295978665352, -0.011246709153056145, 0.04696694388985634, -0.01983363926410675, 0.03960213810205459, 0.019843218848109245, 0.002440886339172721, -0.03719956800341606, 0.01538869645446539, 0.02817556820809841, 0.0188603512942791, 0.023790501058101658, -0.014813920482993126, -0.02425175905227661, 0.003028595820069313, 0.04300098493695259, -0.01881149411201477, 0.022169148549437523, -0.017453104257583618], [-0.017798712477087975, -0.04060829803347587, -0.04641646519303322, -0.024338530376553535, 0.03037956170737743, -0.007083645090460777, 0.03421461954712868, -0.0437668077647686, 0.013862555846571922, 0.06088561564683914, -0.01866739802062511, 0.003411495592445135, -0.018728727474808693, -0.03640717640519142, -0.036066025495529175, 0.0072944676503539085, -0.008731896057724953, -0.028779225423932076, 0.03866591304540634, 0.013467741198837755, -0.0004005632654298097, -0.011225353926420212, 0.018590735271573067, 0.05683781951665878, -0.010270901955664158, 0.033369168639183044, 0.011332202702760696, -0.024788925424218174, 0.017900768667459488, 0.011703777126967909, 0.012955059297382832, -0.034679386764764786, 0.007574107032269239, -0.04078749567270279, -0.01920020580291748, -0.009708388708531857, -0.02541372738778591, 0.018491072580218315, -0.027889935299754143, -0.026038529351353645, -0.05267886072397232, 0.017494935542345047, -0.013262667693197727, 0.019372696056962013, 0.030272232368588448, 0.05450727045536041, -0.03303784504532814, 0.034348778426647186, -0.03504832834005356, -0.06151425093412399, 0.00032773357816040516, -0.019137436524033543, -0.020224612206220627, 0.02218526415526867, 0.009832007810473442, 0.03249784931540489, 0.028183171525597572, 0.024988247081637383, 0.07298300415277481, 0.05917603522539139, -0.0014748011017218232, 0.04651516675949097, -0.062257878482341766, -0.001664062379859388, 0.027521954849362373, 0.04976567253470421, 0.0031556335743516684, 0.031529501080513, 0.028721727430820465, -0.04120435193181038, -0.009368197061121464, 0.008731896057724953, -0.011430427432060242, -0.04203806072473526, 0.053315162658691406, 0.0013224337017163634, -0.09708579629659651, 0.011365262791514397, -0.0343296118080616, -0.014572645537555218, -0.03061913326382637, 0.027233030647039413, 0.0003229421563446522, -0.055603548884391785, -0.0713730901479721, -0.011261768639087675, -0.015953535214066505, -0.03727346658706665, 0.019587351009249687, 0.012116559781134129, -0.019564352929592133, 0.008815266191959381, 0.07048380374908447, -0.006196272559463978, -0.005634717643260956, 0.03191473335027695, 0.016000010073184967, 0.05176657438278198, 0.0062978509813547134, 0.02361215092241764, 0.06946801394224167, -0.0070462715812027454, -0.00958668626844883, -0.02628384903073311, -0.06359180808067322, 0.0459497794508934, 0.019690847024321556, -0.028594275936484337, 0.016241738572716713, -0.0026103691197931767, -0.016948234289884567, -0.017908435314893723, 0.0034344946034252644, -0.02516169659793377, 0.023106174543499947, -0.019031547009944916, 0.03601619601249695, 0.00754937157034874, -0.038013260811567307, -0.02350865676999092, -0.022232217714190483, 0.03191569074988365, 0.015047953464090824, 0.027801774442195892, 0.02229355089366436, 0.019756009802222252, -0.030168738216161728, -0.007635617628693581, -0.0225114393979311, 0.02068578638136387, -0.006470342166721821, 0.015191217884421349, -0.0069418190978467464, -0.026715077459812164, -0.08410199731588364, 0.026928776875138283, -0.030523305758833885, 0.05113793909549713, -0.022289715707302097, 0.009108501486480236, -0.03725238144397736, -0.007167974021285772, 0.0012189388507977128, 0.07667815685272217, 0.004751178435981274, -0.03690548241138458, -0.05566966533660889, -0.0461701862514019, -0.004670682828873396, 0.0240548774600029, -0.02842753380537033, -0.01561238430440426, -0.02640087343752384, 0.05467592924833298, 0.02642220258712769, -0.028201857581734657, 0.05348765105009079, 0.023738643154501915, -0.05153394863009453, 0.05403196066617966, 0.0041946545243263245, 0.018429743126034737, 0.027228718623518944, -0.006813408806920052, 0.009433360770344734, -0.03700706362724304, 0.020526470616459846, 0.01582656055688858, -0.023335205391049385, -0.01057036593556404, 0.03290368616580963, 0.0009906274499371648, 0.03693806752562523, 0.029568850994110107, -0.031899403780698776, 0.03291231021285057, 0.006713866721838713, -0.04755011945962906, 0.02189681865274906, 0.044995568692684174, -0.015061549842357635, -0.007426232099533081, -0.01549691054970026, 0.002403379650786519, -0.03411112353205681, 0.028020262718200684, -0.04155699908733368, -0.003246670588850975, -0.03236321359872818, 0.06412078440189362, 0.010895703919231892, -0.05998099222779274, 0.04221438616514206, 0.02178182452917099, -0.04291968420147896, 0.016493886709213257, -0.011646520346403122, -0.013119536451995373, 0.002668824745342135, -0.007790140807628632, 0.017567286267876625, 0.015836622565984726, 0.02048766054213047, -0.019133124500513077, -0.06723042577505112, -0.0455423928797245, 0.05953634902834892, -0.003447910537943244, 0.0351230725646019, 0.021833572536706924, -0.012940684333443642, 0.03279652073979378, 0.0017498289234936235, 0.03161574900150299, 0.014339781366288662, 0.028974715620279312, -0.0010196155635640023, -0.021174272522330284, 0.06019948422908783, 0.05173207446932793, -0.011102693155407906, -0.02067069336771965, 0.012726028449833391, -0.03429032489657402, -0.0692974403500557, 0.0515940822660923, 0.03371630981564522, 0.05203872174024582, -0.029770569875836372, 0.001747912378050387, 0.04329916089773178, -0.010847790166735647, 0.04340265691280365, -0.04585970193147659, -0.025777874514460564, -0.0053271083161234856, -0.0095579382032156, 0.008832516148686409, -0.03462092950940132, 0.007792775984853506, -0.033183503895998, -0.019989831373095512, 0.04259386658668518, -0.023370660841464996, -0.019734926521778107, -0.010040913708508016, 0.002468543127179146, -0.004806759301573038, -0.01508820243179798, 0.013449055142700672, 0.014267909340560436, 0.025919701904058456, -0.05038304999470711, 0.0032524201087653637, 0.009613518603146076, -0.012285037897527218, -0.008099427446722984, 0.008731896057724953, -0.025877537205815315, 0.03326495736837387, 0.009828174486756325, -0.04782993718981743, -0.0660594031214714, -0.037104807794094086, 0.03141259402036667, -0.02108419314026833, 0.004145542159676552, 0.018289834260940552, 0.018464241176843643, -0.021869029849767685, -0.02075262740254402, -0.08031197637319565, 0.014660327695310116, 0.013833806850016115, -0.019662097096443176, 0.03331490606069565, 0.06447343528270721, -0.053112003952264786, 0.04950118437409401, 0.01810440607368946, -0.04057763516902923, -0.03781669586896896, 0.006631333846598864, 0.021948566660284996, 0.006352473050355911, -0.0006842156872153282, 0.02666333131492138, -0.04050480201840401, -0.0104568088427186, -0.007302134297788143, -0.001230917521752417, -0.038178086280822754, -0.0017670781817287209, 0.0340651273727417, 0.07141142338514328, -0.005899204406887293, 0.04579836875200272, -0.012887020595371723, -0.06463442742824554, -0.04261686652898789, 0.047849103808403015, 0.05026206374168396, 0.011773493140935898, 0.021657247096300125, 0.023067843168973923, -0.026737118139863018, -0.05085236579179764, 0.07844140380620956, 0.017988931387662888, 0.0096575990319252, -0.03308000788092613, -0.0028211919125169516, -0.010551679879426956, 0.03687865287065506, 0.017619751393795013, -0.0225005391985178, -0.035801537334918976, 0.046105023473501205, -0.04122926667332649, 0.015449116937816145, 0.012154891155660152, 0.014928228221833706, -0.0201968215405941, -0.024618349969387054, 0.0412752665579319, 0.016149023547768593, -0.01990741863846779, 0.041413258761167526, -0.03219263628125191, 0.008547904901206493, 0.025089826434850693, 0.004484775476157665, -0.02465476468205452, -0.018178671598434448, 0.02928519994020462, -0.020673567429184914, 0.010638883337378502, -0.005642383825033903, 0.0315740630030632, 0.026847321540117264, -0.01454293727874756, -0.04030931368470192, 0.016731660813093185, -0.035847537219524384, 0.0016012947307899594, -0.07892438024282455, -0.0035724875051528215, -0.03654516860842705, -0.006309350486844778, 0.00017824105452746153, 0.011419407092034817, 0.013324717991054058, 0.010955147445201874, 0.02046130783855915, -0.02452060580253601, 0.020806292071938515, -0.0055398475378751755, -0.033424992114305496, -0.004086128436028957, -0.02222263626754284, 0.01686486229300499, -0.007783193606883287, -0.042888060212135315, 0.04425361379981041, 4.791426545125432e-05, -0.04291585087776184, 0.02299501560628414, -0.006842156872153282, 0.06283284723758698, 0.0016750827198848128, 0.04628901556134224, 0.0031393426470458508, -0.049606598913669586, 0.062491703778505325, -0.00251837377436459, 0.011123775504529476, -0.043352823704481125, -0.026580918580293655, 0.021498173475265503, -0.0620451420545578, 0.026606790721416473, -0.01599186472594738, 0.04000074416399002, -0.010229695588350296, 4.216455272398889e-05, 0.03178824111819267, 0.015775293111801147, 0.023073112592101097, 0.0009148630197159946, 0.04445677250623703, -0.016024446114897728, -0.002478125737980008, 0.05956509709358215, 0.014506522566080092, 0.005824458319693804, 0.012303424067795277, -0.028840554878115657, 0.02713097259402275, 0.011132879182696342, 0.006549880374222994, -0.033940549939870834, 0.009092689491808414, 0.003794809803366661, -0.032899849116802216, -0.001525590312667191, -0.04007165879011154, -0.01396988332271576, -0.00874339509755373, -0.04579070582985878, 0.03249737247824669, 0.017842791974544525, 0.010416561737656592, -0.04240987449884415, -0.00478184362873435, 0.06416678428649902, -0.016003364697098732, -0.0408344529569149, 0.013979465700685978, 0.0010847789235413074, 0.007139225490391254, 0.003028181614354253, 0.023742476478219032, -0.01034636702388525, 0.03932803124189377, 0.05600794404745102, 0.029634013772010803, -0.00450010783970356, 0.008574736304581165, -0.029438525438308716, 0.041855987161397934, 0.05715213716030121, 0.051866237074136734, 0.020036788657307625, 0.02754111960530281, 0.019271116703748703, 0.036004696041345596, 0.012645532377064228, -0.00525140343233943, -0.06238054111599922, -0.049467649310827255, -0.023711811751127243, -0.009414194151759148, -0.02504766173660755, -0.00682299118489027, 0.016911819577217102, 0.022305049002170563, -0.032137054949998856, -0.006161774508655071, -0.0038753056433051825, -0.095115564763546, -0.0202849842607975, -0.02968001365661621, -0.027786441147327423, 0.009214871563017368, -0.03436027839779854, 0.007950892671942711, 0.061817068606615067, -0.015221403911709784, -0.020345056429505348, -0.003668316174298525, -0.03617910295724869, -0.012404045090079308, -0.00028940217453055084, -0.03700897842645645, -0.033398158848285675, -0.010219153948128223, 0.057819101959466934, -0.05030039697885513, 0.01223371084779501, 0.013097843155264854, 0.04563354700803757, -0.04487074911594391, -0.0198326725512743, -0.01336233038455248, -0.013712105341255665, -0.008428119122982025, 0.02264811471104622, 0.0123695470392704, -0.007388379890471697, -0.030703460797667503, -0.013812724500894548, -0.014236286282539368, 0.0013492656871676445, 0.033938635140657425, 0.00968059804290533, 0.020001331344246864, 0.017222782596945763, -0.007089395076036453, -0.037353962659835815, -0.02044597454369068, -0.01196467038244009, 0.035816870629787445, 0.021990731358528137, 0.054369278252124786, -0.04718979820609093, 0.013667064718902113, -0.020612716674804688, 0.031023528426885605, -0.017233802005648613, -0.005683590192347765, 0.03533269837498665, 0.012404045090079308, -0.01854857057332993, 0.0072154090739786625, 0.022301217541098595, -0.06034897640347481, 0.003516188357025385, 0.018402911722660065, 0.01184510998427868, -0.002790526719763875, -0.04525885730981827, -0.07631783932447433, -0.011677665635943413, -0.025526324287056923, 0.020008757710456848, 0.016658831387758255, -0.018594568595290184, -0.006904445588588715, 0.0492788664996624, -0.0007853148272261024, -0.012629003264009953, 0.02796468324959278, -0.02383255586028099, 0.01911204308271408, 0.006884321570396423, -0.026469755917787552, 0.03506174311041832, -0.04036680981516838, 0.006570003926753998, 0.0026333678979426622, 0.004630434792488813, -0.04826691374182701, -0.01748008280992508, 0.04735845699906349, 0.007518706377595663, -0.01166041474789381, 0.02005978673696518, -0.0004427278181537986, 0.0396001823246479, -0.003234212752431631, 0.029859691858291623, 0.03260565921664238, 0.005519723054021597, -0.019638141617178917, -0.04312283918261528, -0.030983280390501022, -0.04531156271696091, 0.038776054978370667, 0.015066161751747131, 0.03273580223321915, -0.001185398898087442, -0.02216322161257267, -0.08523373305797577, -0.07511423528194427, 0.037735238671302795, -0.02472759410738945, -0.05396296456456184, -0.0021542252507060766, 0.06325449794530869, -0.01497224997729063, -0.03358215093612671, -0.0008020848617888987, 0.00574587844312191, 0.03296884894371033, 0.013523321598768234, 0.03985700011253357, -0.0026951474137604237, -0.049652595072984695, 0.006773879285901785, -0.007635617628693581, -0.03398846089839935, -0.04404471069574356, -0.023052511736750603, -0.0304044745862484, -0.0036069860216230154, -0.01255545485764742, 0.07368830591440201, -0.062449537217617035, -0.013535779900848866, -0.04884122684597969, 0.005789001472294331, 0.015566626563668253, 0.014077211730182173, -0.01148600783199072, -0.0017709112726151943, 0.0020306066144257784, 0.020875288173556328, -0.016497841104865074, 0.030699627473950383, -0.039596349000930786, -0.008723271079361439, 0.01849921979010105, -0.016658831387758255, -0.01813746616244316, -0.04124459996819496, -0.0524757020175457, -0.027736609801650047, -0.007262844126671553, -0.010883246548473837, -0.0426858626306057, -0.033133674412965775, -0.05865855887532234, 0.012847731821238996, -0.0446699894964695, 0.027659947052598, -0.003355915192514658, -0.026732327416539192, 0.03465902432799339, -0.001381607842631638, 0.039120081812143326, -0.014242993667721748, 0.0031527585815638304, 0.007610701955854893, 0.022418126463890076, 0.0006343848654069006, -0.002713864203542471, -0.04492393881082535, 0.017703842371702194, -0.006302462425082922, -0.016523713245987892, 0.07372663915157318, -0.057305462658405304, -0.008120509795844555, 0.018736394122242928, -0.0023075509816408157, -0.029030295088887215, -0.0013782538007944822, 0.01333166565746069, 0.022695070132613186, -0.030511803925037384, 0.05302001163363457, -0.040687836706638336, 0.04170457646250725, 0.032589368522167206, -0.07778210192918777, 0.05279768630862236, -0.005433477461338043, -0.02101328037679195, 0.008591027930378914, -0.0028556901961565018, -0.006113860290497541, 0.03360898047685623, -0.06597603112459183, -0.01174953579902649, 0.004833591170608997, -0.002506874268874526, 0.0693645253777504, 0.00482592498883605, 0.0028911468107253313, 0.004310367163270712, 0.013069096021354198, 0.011441927403211594, -0.053947631269693375, -0.014324448071420193, 0.04838190972805023, 0.019410546869039536, 0.014010131359100342, -0.019330531358718872, 0.022550370544195175, -0.011322620324790478, -0.010794604197144508, -0.026784958317875866, 0.01533927209675312, 0.0304044745862484, 0.021187687292695045, -0.010652299970388412, 0.05354131758213043, -0.0018859055126085875, -0.031504467129707336, -0.009954667650163174, 0.02830391377210617, 0.016731660813093185, 0.00822400487959385, -0.028825221583247185, 0.008012702688574791, -0.004209268372505903, -0.018857738003134727, -0.05666149780154228, 0.0027023646980524063, 0.03889105096459389, -0.010058162733912468, 0.022949015721678737, 0.054373107850551605, -0.007348131388425827, 0.047910429537296295, -0.004791426472365856, 0.014096376486122608, 0.023029513657093048, -0.035448409616947174, -0.033250581473112106, -0.05170907452702522, -0.013565486297011375, 0.009995874017477036, -0.0046122269704937935, -0.0032394833397120237, 0.01526548434048891, 0.03453660011291504, 0.09938567876815796, -0.04699287191033363, 0.04251145198941231, 0.010424227453768252, 0.04851127788424492, 0.01931471936404705, 0.005219779908657074, 0.03774110600352287, -0.02309850975871086, -0.011081610806286337, 0.012403086759150028, -0.03756478428840637, -0.02203289605677128, -0.03510294854640961, 0.0411641038954258, 0.022452624514698986, 0.0448477528989315, -0.003169768489897251, -0.002606536028906703, -0.0109263239428401, 0.03159753978252411, 0.01698656566441059, 0.008894803933799267, 0.01072896271944046, -0.03895525634288788, -0.033984631299972534, 0.0003143175854347646, 0.009858060628175735, 0.03036997653543949, -0.001243674661964178, -0.040903449058532715, -0.015798291191458702, -0.027690613642334935, -0.019089043140411377, -0.016087694093585014, 0.001033031614497304, 0.04345536604523659, 0.002064625732600689, 0.012036542408168316, -0.011871238239109516, -0.04667999595403671, 0.004020965192466974, -0.017801107838749886, 0.013718812726438046, -0.03189173713326454, -0.022048229351639748, -0.01574079506099224, -0.011636098846793176, -0.05091753229498863, -0.03616185486316681, 0.03372658044099808, 0.054551348090171814, -0.033746976405382156, 0.028644105419516563, 0.03157645836472511, -0.004203039221465588, 0.05574154108762741, 0.002038751961663366, -0.02018340490758419, 0.05228213220834732, -0.03998349606990814, 0.043503277003765106, -0.006991649512201548, -0.027111807838082314, -0.05311967432498932, -0.01927590928971767, -0.02375014126300812, 0.0134440241381526, 0.005375980399549007, -0.03719416633248329, 0.002669782843440771, 0.03989341855049133, 0.017016271129250526, -0.0069226534105837345, 0.012999619357287884, -0.03457876667380333, -0.006769327446818352, 0.024211077019572255, -0.018129799515008926, -0.09182672947645187, -0.02825120836496353, 0.004385113716125488, -0.013195589184761047, -0.02728286199271679, 0.024190954864025116, -0.020804373547434807, -0.03495459631085396, -0.06369147449731827, 0.016978899016976357, -0.038501985371112823, -0.028821390122175217, -0.01327416766434908, -0.026071110740303993, 0.014608101919293404, 0.019763676449656487, -0.05068562924861908, -0.0007953767781145871, -0.0074707926250994205, 0.027682946994900703, -0.000333483301801607, 0.03417245298624039, 0.005053997039794922, -0.016208438202738762, 0.022669196128845215, 0.018529405817389488, 0.042425207793712616, 0.010219153948128223, -0.05026398226618767, -0.0058915382251143456, 0.020784728229045868, -0.027196137234568596, -0.03471292555332184, -0.02094428427517414, -0.017172472551465034, 0.011076820082962511, 0.022860854864120483, 0.01002366468310356, 0.040025658905506134, -0.007355798035860062, -0.0004772261017933488, -0.02878689207136631, 0.016533296555280685, 0.0018676981562748551, 0.014010131359100342, 0.041769739240407944, -0.0066485838033258915, 0.00282310857437551, 0.01334316562861204, -0.06661999225616455, 0.017490623518824577, 0.008666732348501682, 0.019587351009249687, 0.0014518023235723376, -0.014228620566427708, 0.01346965879201889, -0.012228678911924362, 0.05067412927746773, 0.0027023646980524063, -0.0008241253672167659, 0.0306143406778574, 0.0032600867561995983, 0.036460839211940765, 0.0036410049069672823, -0.016376856714487076, 0.04226900637149811, 0.03414658084511757, -0.002609411021694541, 0.02111198380589485, 0.0033391453325748444, 0.019871003925800323, -0.07453926652669907, -0.007037647068500519, -0.0400409922003746, -0.012908102944493294, 0.008176090195775032, -0.021756909787654877, 0.015887891873717308, 0.07198639214038849, 0.0034613267052918673, -0.021726243197917935, 0.030036495998501778, 0.02085133083164692, 0.03073795884847641, -0.022561868652701374, -0.03312792256474495, 0.04161258414387703, -0.050589799880981445, -0.04521957039833069, 0.033232856541872025, -0.013105749152600763, 0.025919701904058456, 0.023251833394169807, 0.006899654399603605, -0.0020449210423976183, 0.016325348988175392, -0.021212603896856308, 0.04104527458548546, 0.06464976072311401, -0.03711630403995514, 0.002827899996191263, 0.0035954865161329508, 0.01122727058827877, -0.01448160782456398, -6.5163396357093e-05, -0.009176540188491344, 0.01642405241727829, -0.04035530984401703, -0.024336613714694977, 0.006681165192276239, -0.0734889805316925, 0.0026831987779587507, 0.0015025914181023836, 0.01104531716555357, -0.01041560247540474, -0.004089961759746075, 0.0038326620124280457, 0.11231104284524918, -0.032106392085552216, -0.0645577684044838, 0.02911510318517685, 0.009717012755572796, -0.017392877489328384, 0.07747893035411835, 0.00030665131635032594, 0.029266992583870888, -0.026481257751584053, -0.07140710949897766, -0.026437174528837204, -0.04814808443188667, 0.016551503911614418, -0.02263469807803631, 0.022761670872569084, 0.00047243465087376535, 0.0249154195189476, 0.025030411779880524, 0.015081494115293026, 0.006880488712340593, -0.07828520238399506, -0.036440953612327576, -0.0031508421525359154, -0.03416478633880615, -0.05243353545665741, -0.05003015697002411, 0.0330071784555912, 0.011430427432060242, -0.0030660340562462807, 0.0055061280727386475, -0.025947490707039833, 0.08328649401664734, 0.010877976194024086, -0.016835156828165054, -0.005400896072387695, -0.007541705388575792, 0.014355114661157131, 0.0317499078810215, -0.03606219217181206, 0.06665880233049393, 0.03289218246936798, 0.004641993902623653, -0.03882972151041031, 0.025774041190743446, -0.030962198972702023, 0.011850155889987946, 0.014705847017467022, 0.023154567927122116, -0.012233469635248184, 0.011194689199328424, 0.009157374501228333, 0.015037412755191326, -0.0017258719308301806, 0.01354248821735382, -0.045015931129455566, 0.04506336525082588, 0.00040631298907101154, -0.012821857817471027, -0.06648200005292892, -0.03519590198993683, -0.03026648238301277, 0.06987816095352173, -0.01046854816377163, 0.00046969455434009433, 0.024673929437994957, -0.012321632355451584, 0.04986916854977608, 0.01044914312660694, 0.06055979803204536, 0.018426869064569473, 0.008409911766648293, 0.061939727514982224, -0.033781472593545914, -0.017198346555233, -0.006165607832372189, -0.05123951658606529, -0.029208537191152573, -0.009760135784745216, -0.004730096086859703, 0.010303483344614506, 0.007710363250225782, -0.022050144150853157, 0.05081978440284729, 0.009824341163039207, -0.013097843155264854, -0.020656798034906387, 0.04939577355980873, -0.023428158834576607, -0.040623631328344345, 0.010750044137239456, -0.004403560422360897, -0.03885942697525024, -0.027638865634799004, -0.0041431463323533535, 0.014600435271859167, 0.015037412755191326, -0.033557236194610596, 0.0003009015927091241, 0.02436895482242107, 0.038105256855487823, -0.04351477697491646, 0.010914870537817478, 0.04062746465206146, -0.05199272930622101, -0.011537441052496432, -0.02541372738778591, 0.03610244020819664, 0.019255785271525383, 0.021030530333518985, 0.02965366095304489, 0.06346148997545242, 0.04259194806218147, -0.018019597977399823, -0.030829954892396927, -0.01531818974763155, 0.08358931541442871, 0.03237470984458923, 0.0069494848139584064, 0.003935438115149736, 0.02070567011833191, 0.02292410098016262, 0.004724346566945314, 0.009399821050465109, -0.005043245851993561, 0.01028216164559126, 0.028004691004753113, 0.014463400468230247, -0.012705785222351553, -0.007535955868661404, -0.016647331416606903], [-0.040437329560518265, -0.04220364987850189, -0.054739635437726974, -0.005487884860485792, -0.016792692244052887, 0.027570495381951332, 0.008583012036979198, 0.006352965719997883, 0.0262850783765316, 0.05509037151932717, -0.01176853384822607, 0.0023828139528632164, -0.04932677745819092, 0.00712493946775794, -0.0007321999873965979, 0.03604593500494957, -0.008538718335330486, 0.014593379572033882, 0.023029951378703117, 0.04831797257065773, 0.0020976176019757986, -0.03181183338165283, 0.038522761315107346, 0.008385046385228634, -0.03617700934410095, 0.023363055661320686, 0.006213248707354069, -0.051626432687044144, -0.0038779485039412975, -0.03207578510046005, 0.02587287686765194, -0.016940034925937653, -0.02606581151485443, -0.021410975605249405, 0.028578173369169235, 0.06471201777458191, 0.03070087730884552, 0.017091898247599602, -0.057549115270376205, -0.010592494159936903, -0.04936293885111809, 0.0051999762654304504, -0.04457923397421837, 0.008187985047698021, 0.0032126407604664564, 0.036052264273166656, 0.010754301212728024, 0.07577276229858398, -0.02627603709697723, -0.07170859724283218, 0.026323042809963223, 0.021868374198675156, -0.017185909673571587, -0.0036702658981084824, -0.003511396236717701, 0.02912348322570324, 0.029636023566126823, 0.012055085971951485, 0.06761550903320312, 0.025592651218175888, -0.007474768441170454, -0.041458792984485626, -0.01182638667523861, -0.007853749208152294, 0.0171172097325325, -0.004555911291390657, 0.05006078630685806, 0.014273381792008877, 0.01004515215754509, -0.02609163150191307, -0.0416468158364296, -0.00831453874707222, -0.03170335665345192, -0.04390759393572807, 0.04033789411187172, -0.043328166007995605, -0.05124225467443466, 0.0358072929084301, -0.02261323109269142, -0.05806436762213707, -0.034458599984645844, 0.028107894584536552, 0.009792497381567957, -0.05066824331879616, -0.030502913519740105, -0.008413746953010559, -0.0301196351647377, -0.036049552261829376, 0.06053215265274048, -0.002290158998221159, -0.030409805476665497, 0.048111870884895325, 0.02755908295512199, -0.03298335149884224, 0.003938174340873957, 0.02262226864695549, -0.00317829055711627, 0.021451115608215332, 0.006895900703966618, 0.04698735848069191, 0.005054440349340439, -0.03838174417614937, -0.025462482124567032, 0.019413243979215625, -0.02255537547171116, 0.008285611867904663, 0.04613402485847473, -0.026952192187309265, 0.028296254575252533, -0.02628711238503456, -0.012605592608451843, 0.04670894145965576, -0.014898914843797684, -0.0523640513420105, -0.0008334425510838628, -0.008468209765851498, 0.01933550462126732, -0.031454771757125854, -0.037293389439582825, -0.036776330322027206, -0.039339933544397354, 0.019312001764774323, -0.016404444351792336, 0.03652322292327881, 0.014054625295102596, 0.028956251218914986, 0.02836642414331436, 0.02704145759344101, -0.02123255841434002, -0.03174493834376335, 0.005083818919956684, 0.03817632049322128, 0.01938793435692787, -0.02324599586427212, 0.0004592069599311799, 0.006321327295154333, -0.0231474656611681, 0.04545064270496368, -0.027671879157423973, 0.035662662237882614, -0.02900167740881443, 0.001035927445627749, 0.016024332493543625, 0.04878440871834755, -0.010412155650556087, -0.035471025854349136, -0.0314394049346447, -0.057549115270376205, 0.013541181571781635, -0.029136138036847115, 0.01656399294734001, 0.000342597282724455, 0.005840425379574299, 0.0057107084430754185, -0.0196573119610548, -0.004854215309023857, 0.04032343253493309, 0.03058245964348316, -0.020485330373048782, 0.027819985523819923, 0.0060121756978333, 0.010326731950044632, 0.05407794564962387, -0.015584109351038933, -0.0543016716837883, 0.01801573671400547, 0.02524101547896862, -0.030604153871536255, 0.008498492650687695, 0.054734211415052414, 0.0024912881199270487, 0.02243967168033123, 0.023396052420139313, 0.07063470780849457, -0.007334655616432428, -0.04238082095980644, -0.024905649945139885, -0.007246068678796291, -0.018885336816310883, 0.009326962754130363, 0.015793826431035995, -0.015020043589174747, -0.016061395406723022, -0.018910648301243786, -0.06392016261816025, -0.03370651230216026, -0.05781035870313645, -0.022097976878285408, -0.026724398136138916, 0.013163330033421516, 0.05063570290803909, -0.01679449900984764, -0.028920095413923264, 0.006273418199270964, -0.04762012138962746, 0.024254804477095604, 0.038974739611148834, -0.00027660891646519303, 0.02018341049551964, 0.04269539937376976, 0.024254804477095604, 0.021792443469166756, 0.023041702806949615, -0.046694476157426834, -0.007388892583549023, -0.06900397688150406, 0.04791136458516121, -0.02047177031636238, 0.03376436606049538, -0.04142263904213905, -0.026098864153027534, 0.06464332342147827, -0.010510234162211418, 0.016228627413511276, 0.02579694427549839, 0.030839182436466217, 0.05355003848671913, -0.03586514666676521, 0.06469755619764328, 0.04419957101345062, -0.007817365229129791, 0.006764715071767569, 0.03727169334888458, -0.003675915533676743, -0.028629925101995468, 0.040350522845983505, 0.010999271646142006, 0.04248206689953804, -0.017421841621398926, 0.012722202576696873, 0.04334985837340355, 0.021998543292284012, -0.012250339612364767, -0.027443941682577133, 0.01857505738735199, -0.004570374730974436, -0.026908550411462784, 0.014014851301908491, -0.027740437537431717, 0.05062485486268997, -0.037307851016521454, -0.006085395812988281, 0.05188315361738205, -0.03282199427485466, -0.020237646996974945, -0.05115637555718422, -0.03261454030871391, 0.04052591696381569, -0.014643662609159946, 0.052139874547719955, 0.03757937625050545, -0.028998736292123795, -0.0038526379503309727, 0.009829560294747353, -0.005159750580787659, -0.025476040318608284, -0.025748131796717644, -0.011892375536262987, -0.03653407096862793, 0.024600114673376083, 0.01444660034030676, -0.01228649728000164, -0.03634469583630562, 0.027176372706890103, 0.035123907029628754, 0.052212193608284, 0.015417782589793204, -0.020748211070895195, 0.022700009867548943, -0.004044275265187025, 0.0022182948887348175, -0.10248631238937378, 0.024703163653612137, 0.005717488005757332, 0.002977613592520356, 0.06602455675601959, 0.06223519891500473, 0.010597918182611464, 0.05150078237056732, 0.03376323729753494, -0.04543617740273475, -0.051373325288295746, -0.0007586406427435577, 0.04978960379958153, 0.0395677275955677, -0.0056144376285374165, 0.025753553956747055, -0.05066824331879616, -0.03333770111203194, -0.051845185458660126, 0.002907105488702655, 0.01172785647213459, -0.015715183690190315, 0.03641248866915703, 0.03714242950081825, -0.020400360226631165, 0.06089011579751968, 0.04922192171216011, -0.04707775264978409, -0.06063520535826683, 0.020953577011823658, 0.012503446079790592, -0.03342459350824356, -0.03246990963816643, -0.00783182866871357, -0.034494757652282715, -0.05919792130589485, 0.06397078186273575, 0.040243882685899734, -0.01934364065527916, -0.020554030314087868, 0.019293922930955887, -0.020036518573760983, -0.025874685496091843, -0.0015014620730653403, -0.0004122015088796616, 0.028745632618665695, 0.05578460171818733, -0.015520832501351832, -0.006756127346307039, 0.014058693312108517, -0.02597818523645401, -0.006799968890845776, -0.06784692406654358, 0.02343672886490822, 0.046878881752491, 0.032462675124406815, 0.014783209189772606, -0.019982732832431793, -0.020866120234131813, 0.027741342782974243, -0.010858255438506603, 0.009130975231528282, 0.012640845961868765, 0.016636308282613754, 0.01361033320426941, 0.006660308688879013, -0.012666157446801662, 0.030779069289565086, 0.05445399135351181, 0.04340771213173866, -0.06138186529278755, -0.04172636568546295, -0.00846459437161684, -0.015112248249351978, -0.01927222870290279, -0.02528169192373753, -0.027852527797222137, 0.05968967080116272, -0.030401669442653656, 0.007369909901171923, 0.0032460871152579784, -0.013364006765186788, 0.005094666033983231, 0.006837483029812574, -0.014969423413276672, 0.02278769202530384, -0.008823462761938572, 0.00730392150580883, -0.004318850580602884, 0.05129377543926239, -0.00977441854774952, -0.05791069567203522, 0.0405837707221508, -0.02071041241288185, -0.006857369560748339, 0.032534994184970856, 0.01261192001402378, 0.05784199386835098, -0.02916868031024933, 0.019430983811616898, 0.019142059609293938, -0.003868005005642772, 0.014309539459645748, -0.009849446825683115, 0.01885279454290867, -0.04234828054904938, -0.05790527164936066, 0.06634997576475143, -0.030469466000795364, -0.017927149310708046, -0.017001504078507423, 0.007076352369040251, 0.006346637383103371, 0.003809248097240925, 0.03465385362505913, -0.003850830020383, 0.03417656570672989, -0.009839503094553947, 0.04331008344888687, 0.006990250665694475, -0.026084400713443756, -0.019807366654276848, 0.05723815783858299, 0.0014571684878319502, 0.0016949075507000089, 0.008643575944006443, -0.021363969892263412, 0.041102636605501175, -0.0009654193418100476, -0.04209155961871147, -0.014924225397408009, -0.03510085493326187, -0.01661461405456066, 0.00016632692131679505, -0.08257770538330078, -0.03528842702507973, -0.0103416470810771, -0.03974354639649391, -0.00515794288367033, -0.01211655419319868, -0.006468896754086018, 0.0072930739261209965, 0.038273271173238754, 0.026963042095303535, -0.004552295431494713, -0.0374850258231163, -0.0002205639611929655, 0.011281304061412811, 0.011099835857748984, 0.01892782188951969, 0.028812525793910027, -0.0653158575296402, 0.008233183063566685, 0.020857758820056915, -0.0068844882771372795, -0.008453747257590294, -0.01487902831286192, -0.01023452915251255, -0.016112016513943672, 0.05138146132230759, 0.03340640291571617, 0.0007782450411468744, 0.07191108167171478, 0.02964777499437332, 0.03280256316065788, 0.003545294515788555, -0.023560570552945137, -0.02550225704908371, -0.036165256053209305, -0.0012112939730286598, -0.014820272102952003, -0.05725262314081192, -0.010890797711908816, 0.006844714749604464, 0.019263189285993576, -0.04674147814512253, -0.012344351038336754, 0.04464070126414299, -0.028869472444057465, 0.0007303921156562865, -0.028658853843808178, -0.030224496498703957, -0.05845668166875839, -0.0011453054612502456, -0.004993423819541931, 0.03865021839737892, -0.012381639331579208, 0.0029649583157151937, -0.02951941266655922, -0.025663159787654877, -0.030329354107379913, 0.009383912198245524, -0.0001645190204726532, -0.0371812991797924, 0.01686500757932663, 0.01344897784292698, -0.04856022819876671, 0.0228807982057333, 0.03831847012042999, 0.036476217210292816, -0.06170005723834038, 0.001910047838464379, -0.012572146020829678, -0.017094610258936882, 0.0002585299080237746, 0.0183610450476408, 0.017857998609542847, -0.00917840376496315, 0.012071357108652592, -0.007370813749730587, 0.010657578706741331, 0.04371866956353187, 0.05769374594092369, 0.025529375299811363, 0.045989394187927246, -0.000526099291164428, 0.01258525252342224, -0.003924953751266003, 0.004029812291264534, 0.038314852863550186, 0.02875828742980957, 0.02339424379169941, 0.014378239400684834, -0.022408824414014816, 0.017966924235224724, 0.0305499155074358, 0.060850340873003006, -0.028349699452519417, -0.010726956650614738, 0.023331360891461372, 0.019897762686014175, -0.04274963587522507, 0.04641244187951088, 0.009534872137010098, -0.0318443737924099, 0.013709316030144691, 0.04472747817635536, -0.00035073288017883897, -0.03376798331737518, -0.01600625552237034, -0.04851141571998596, -0.046094249933958054, -0.04111167788505554, 0.001312536420300603, 0.046370863914489746, -0.03406086191534996, 0.01397643331438303, -0.008666175417602062, -0.011006503365933897, -0.050245191901922226, -0.008130132220685482, -0.013183217495679855, 0.028922805562615395, 0.024753786623477936, -0.036714859306812286, 0.05305377021431923, 0.02871670573949814, 0.009696255438029766, -0.010240518487989902, 0.011453055776655674, -0.017744550481438637, -0.03534966707229614, 0.04644317552447319, -0.006559066008776426, -0.06152649596333504, 0.020450979471206665, 0.003461227286607027, 0.0290023535490036, -0.025517398491501808, 0.017880143597722054, 0.02249074354767799, 0.030502913519740105, -0.009746622294187546, -0.03785022348165512, -0.04126082733273506, -0.007195447105914354, 0.01513032615184784, -0.004009925294667482, -0.0195542611181736, 0.026691854000091553, 0.016068628057837486, -0.031117599457502365, -0.030798502266407013, 0.013298923149704931, 0.0008912953198887408, -0.014419821090996264, 0.007485262118279934, 0.09143642336130142, -0.052139874547719955, -0.017665907740592957, 0.024297289550304413, -0.001227564993314445, -0.00973374117165804, 0.02866879664361477, 0.0347912535071373, -0.02274339832365513, -0.06838387250900269, 0.020225444808602333, 0.02268192917108536, -0.05647522211074829, -0.00898526981472969, 0.02980867773294449, -0.024318985641002655, -0.029304271563887596, -0.007616236340254545, 0.01809709332883358, -0.03436458855867386, -0.015540719963610172, 0.007719738874584436, 0.03895304352045059, 0.0017934381030499935, 0.019396521151065823, -0.014593379572033882, -0.013696661219000816, 0.00830595102161169, -0.021429959684610367, 0.008958151564002037, -0.0004501674557104707, -0.017444441094994545, 0.0026246209163218737, 0.04496341198682785, 0.03984976187348366, -0.00983317568898201, -0.04580498859286308, -0.008800044655799866, -0.01083656121045351, -0.025798751041293144, 0.019724203273653984, -0.03041974827647209, -0.051199764013290405, -0.03278086706995964, 0.0008894874481484294, 0.001063045929186046, 0.028913766145706177, -0.04059823229908943, 0.02256170473992825, 0.01549913827329874, 0.0321010947227478, -0.012886720709502695, -0.03264889121055603, 0.010493963956832886, -0.01070458348840475, -0.017289865761995316, -0.02085956558585167, -0.026359202340245247, -0.015804674476385117, 0.03968704864382744, -0.043997086584568024, 0.015613035298883917, 0.015570550225675106, -0.01127045787870884, -0.033487048000097275, 0.006381891667842865, -0.000919091806281358, -0.03437181934714317, -0.030300427228212357, 0.046506453305482864, 0.06134570762515068, 0.0032542224507778883, 0.006823415402323008, -0.003612186992540955, 0.06222796440124512, 0.022377751767635345, -0.05015118047595024, 0.0804787278175354, -0.005326077342033386, -0.008958151564002037, 0.03567531704902649, 0.02094363234937191, -0.024448249489068985, 0.02535621263086796, -0.04665650799870491, 0.02842744253575802, -0.0216622743755579, -0.02400892972946167, 0.03507328778505325, 0.019908608868718147, -0.015330099500715733, 0.007054430898278952, 0.015370777808129787, 0.015683544799685478, -0.011487404815852642, 0.010594302788376808, 0.02943986654281616, -0.04060184955596924, -0.01797325164079666, 0.0002983037265948951, 0.002130611566826701, -0.009936225600540638, -0.021756285801529884, -0.02197684906423092, 0.05307229980826378, 0.08241498470306396, 0.03075963445007801, 0.04903751611709595, 0.023437632247805595, -0.023001927882432938, 0.0027552417013794184, -0.02066064067184925, 0.033269450068473816, -0.024688702076673508, 0.003698062151670456, -0.07363943755626678, 0.03322922810912132, 0.00965780857950449, 0.015822753310203552, -0.05694889649748802, -0.006307768169790506, 0.019022738561034203, -0.024714011698961254, 0.02006318606436253, -0.017147604376077652, -0.0181838721036911, 0.06476625800132751, 0.06605348736047745, -0.01444513164460659, 0.01567450538277626, -0.02701004594564438, -0.07316938042640686, -0.010959497652947904, 0.01281711645424366, -0.011834521777927876, -0.01212514191865921, 0.020546797662973404, -0.04503301531076431, -0.008081319741904736, 0.01361892092972994, 0.0016090321587398648, 0.001264174934476614, -0.03175849840044975, 0.03442108631134033, 0.004958621691912413, 0.003300776006653905, 0.008121092803776264, 0.022837409749627113, 0.03040890209376812, -0.005379862617701292, 0.018682852387428284, -0.06722500175237656, -0.0359085351228714, 0.023365316912531853, 0.03421995788812637, 0.024468136951327324, 0.019130166620016095, -0.04169382154941559, 0.025208698585629463, -0.021922612562775612, 0.03816479817032814, -0.006875448860228062, 0.025169601663947105, -0.05030304938554764, -0.0724245235323906, 0.02077640220522881, 0.03235781937837601, 0.004805401898920536, 0.018946466967463493, -0.011885142885148524, -0.007770359981805086, -0.0037080056499689817, 0.023930739611387253, -0.03266335651278496, 0.02249029278755188, 0.031426750123500824, 0.012544123455882072, 0.03596638888120651, -0.02773682214319706, -0.016100265085697174, 0.006436128634959459, -0.050509147346019745, -0.005304382182657719, -0.0025111748836934566, -0.02640078216791153, 0.007666405756026506, 0.04343663901090622, 0.005971046164631844, -0.03238312900066376, -0.040128178894519806, 0.015403320081532, -0.002179425209760666, 0.0011186390183866024, 0.03345227614045143, 0.028139984235167503, 0.0006969459936954081, -0.004140998236835003, -0.09434352070093156, 0.0727354884147644, -0.016914725303649902, 0.008106629364192486, -0.03307826817035675, 0.009456680156290531, -0.0883268266916275, -0.03630989044904709, 0.0013771688099950552, 0.023387011140584946, -0.02757411077618599, 0.03699689358472824, 0.04601470381021499, 0.02420237474143505, -0.02013278938829899, -0.034595999866724014, -0.015425014309585094, -0.01643291860818863, -0.015403320081532, 0.022831080481410027, -0.023341814056038857, -0.057086292654275894, -0.030862683430314064, -0.004339415114372969, -0.0011679042363539338, -0.0013095915783196688, 0.021524759009480476, 0.0293313916772604, -0.03319307044148445, -0.03520345315337181, 0.02260238118469715, -0.0507911816239357, -0.03997631371021271, 0.06203632801771164, -0.05140405893325806, 0.0060270908288657665, 0.005640652030706406, -0.05639748275279999, 0.04675232991576195, -0.05252314731478691, 0.022067243233323097, -0.03836728259921074, 0.058102335780858994, -0.01778251864016056, -0.013848524540662766, -0.013175532221794128, -0.017786134034395218, 0.015817837789654732, 0.01209847629070282, -0.03559938445687294, 0.013597226701676846, -0.0027335467748343945, -0.01297982782125473, 0.035460177809000015, -0.07857862114906311, -0.0005966074531897902, 0.010275207459926603, 0.006023927126079798, -0.035926613956689835, 0.0389295406639576, -0.02534677647054195, 0.013128980062901974, 0.013497792184352876, 0.03244460001587868, 0.007115899585187435, -0.014976654201745989, 0.05181806907057762, 0.015996310859918594, -0.03262583911418915, 0.003099646884948015, 0.0013432707637548449, 0.03010878898203373, -0.02748010121285915, -0.02712756022810936, 0.026200108230113983, -0.012120170518755913, 0.01895042322576046, 0.019432000815868378, 0.02998946793377399, 0.011689890176057816, 0.0029102691914886236, -0.006772398017346859, -0.010337579995393751, 0.050091519951820374, -0.020152676850557327, -0.009300748817622662, 0.03648977726697922, 0.03833230957388878, 0.025605306029319763, -0.0024153562262654305, -0.03518176078796387, 0.05066869407892227, -0.010844019241631033, -0.007640191353857517, -0.016180716454982758, -0.03445498272776604, -0.011636557057499886, -0.016071338206529617, 0.029193991795182228, 0.06265824288129807, 0.029261786490678787, -0.028181567788124084, 0.06591608375310898, 0.059367865324020386, -0.014290104620158672, 0.003427780931815505, -0.009319731034338474, 0.03546379134058952, -0.0009437244734726846, -0.0033550129737704992, 0.03111398220062256, -0.04924723133444786, 0.030745171010494232, 0.025219319388270375, -0.039050668478012085, 0.017601726576685905, 0.04696295037865639, -0.04152749478816986, 0.005953419487923384, 0.048437293618917465, -0.011102321557700634, -0.017443988472223282, -0.03755621239542961, -0.0323542021214962, 0.0036031475756317377, 0.007060307078063488, 0.015199478715658188, 0.02428282611072063, -0.0403270497918129, -0.015779362991452217, -0.0031493641436100006, -0.07221481204032898, 0.007230369374155998, 0.009046738035976888, 0.007058046758174896, -0.025623386725783348, 0.00344495614990592, -0.017735512927174568, 0.04728023707866669, -0.02156283892691135, -0.03797135129570961, 0.052176035940647125, -0.0033446175511926413, 0.03373724967241287, 0.03317498788237572, -0.002451514359563589, 0.011422321200370789, 0.027993544936180115, -0.048690397292375565, -0.00789985153824091, -0.012118362821638584, -0.022996505722403526, -0.024500679224729534, 0.03939778730273247, -0.024271979928016663, 0.030351046472787857, 0.09887050837278366, 0.030199183151125908, 0.012389999814331532, -0.0032237141858786345, 0.008500074036419392, 0.027516258880496025, -0.04124907776713371, -0.013792479410767555, -0.01357185933738947, 0.0201888345181942, 0.011317461729049684, -0.07051177322864532, 0.01797189563512802, -0.053145065903663635, 0.052617158740758896, -0.005720651708543301, 0.014516091905534267, 0.003590943990275264, -0.04939909651875496, 0.003896027337759733, 0.039376091212034225, 0.01045780535787344, 0.015168292447924614, 0.04137201234698296, 0.0354326069355011, -0.027221571654081345, 0.009509561583399773, -0.020262958481907845, 0.01454863417893648, -0.013674966059625149, -0.01919177733361721, 0.004352522548288107, 0.007264091167598963, -0.010420743376016617, -0.048221249133348465, 0.02674247696995735, 0.046694476157426834, -0.026601234450936317, -0.0080379294231534, -0.03239397704601288, -0.06683088093996048, 0.003751847194507718, -0.040970660746097565, -0.016718115657567978, 0.01964646391570568, 0.005579183343797922, -0.02634473890066147, 0.007947534322738647, -0.02873839996755123, 0.03529023379087448, 0.034561000764369965, 0.02236916497349739, 0.014955864287912846, -0.0068519460037350655, -0.006587992887943983, 0.00010847407975234093, -0.0021658658515661955, -0.008625497110188007, -0.01569981500506401, -0.01571427844464779, 0.008625497110188007, -0.010991588234901428, 0.01244197692722082, 0.05554822087287903, 0.04581945016980171, 0.01810245960950851, 0.030794886872172356, -0.0009473403333686292, -0.004660769831389189, 0.0495220348238945, -0.003355465130880475, 0.028322581201791763, -0.0018838332034647465, 0.014455979689955711, 0.0014264341443777084, -0.06666455417871475, 0.00684324512258172, 0.0032982900738716125, 0.03492232412099838, -0.060297127813100815, -0.02395830862224102, 0.022508373484015465, 0.08506537228822708, 0.01976216956973076, 0.016636308282613754, 0.0007838382152840495, -0.05666324496269226, -0.02846359834074974, 0.012987962923943996, 0.00940967444330454, 0.04918214678764343, 0.029877377673983577, 0.04993423819541931, 0.06683449447154999, 0.0340825580060482, 0.01555382739752531, 0.0328097939491272, -0.0597330629825592, 0.0215104091912508, 0.040437329560518265, 0.003548345295712352, -0.010984809137880802, -0.01765958033502102, -0.024417517706751823, 0.030643926933407784, -0.01007904950529337, 0.01803562417626381, -0.018465904518961903, 0.053557269275188446, 0.03451283648610115, -0.010528765618801115, -0.006678387522697449, -0.04834689572453499], [-0.015170147642493248, -0.04103976860642433, -0.015475128777325152, -0.029758136719465256, 0.012120330706238748, -0.011729235760867596, 0.024106109514832497, -0.015480509959161282, -0.0012445943430066109, 0.02208246663212776, -0.02002832479774952, 0.030871320515871048, -0.056471843272447586, -0.04038854315876961, -0.0644264817237854, 0.04130169376730919, -0.021801255643367767, 0.028847677633166313, 0.05152396112680435, 0.05415398254990578, -0.00419147964566946, -0.056425198912620544, 0.004811982624232769, 0.01745930314064026, -0.024230793118476868, 0.050375796854496, 0.010048922151327131, 0.002814801409840584, 0.01819484867155552, 0.00908307172358036, -0.016571268439292908, -0.03772802650928497, 0.015862634405493736, -0.022884389385581017, 0.03625873103737831, 0.03106866218149662, 0.02731873281300068, 0.046837110072374344, -0.041719697415828705, -0.06745477020740509, -0.012705178000032902, 0.020858952775597572, -0.05633191019296646, 0.01924075558781624, 0.010815412737429142, 0.04622446000576019, -0.011387253180146216, 0.02802579663693905, -0.008139423094689846, -0.02940382249653339, 0.02231748215854168, 0.0418497659265995, 0.013393180444836617, -0.0034965253435075283, -0.007548745255917311, -0.014696529135107994, 0.041438039392232895, -0.036142122000455856, 0.07071627676486969, 0.04042800888419151, -0.02290143072605133, 0.04112139716744423, -0.012489897198975086, -0.03315240517258644, 0.0221380814909935, 0.002796861343085766, 0.04667834192514419, 0.06256070733070374, 0.00452987477183342, -0.05946783721446991, -0.007949257269501686, -0.015439248643815516, -0.032279618084430695, 0.016964156180620193, -0.0006817237008363008, 0.005661895032972097, -0.028361501172184944, 0.03849182650446892, 0.002487843157723546, -0.06945688277482986, -0.004890470765531063, -0.006747327279299498, -0.04538486152887344, -0.013975337147712708, -0.0217523705214262, 0.014796992763876917, 0.014489321038126944, -0.04519110918045044, 0.005077047739177942, 0.00011840464867418632, -0.029934847727417942, -0.013230822049081326, -0.009777353145182133, 0.012376874685287476, -0.01971897110342979, 0.020239122211933136, 0.055305734276771545, 0.06012982502579689, -0.0006153453723527491, 0.04961872100830078, 0.002750216983258724, -0.054994698613882065, 0.002472145715728402, -0.04643256217241287, -0.019413204863667488, -0.0028335824608802795, 0.04849567636847496, -0.02463534474372864, 0.03356592357158661, -0.03976961225271225, -0.0052456846460700035, 0.040264759212732315, -0.007812912575900555, -0.030273916199803352, -0.03926459699869156, -0.009829379618167875, 0.02012520097196102, -0.009724430739879608, -0.010794108733534811, -0.01265853364020586, -0.05793933942914009, -0.0028399177826941013, 0.03082718513906002, -0.019195904955267903, 0.037523508071899414, -0.012287173420190811, 0.005288628861308098, 0.038815196603536606, -0.03796304017305374, -0.01813564635813236, 0.017871925607323647, -0.06800732761621475, 0.04618498682975769, -0.0442187525331974, -0.0335354246199131, 0.0026013143360614777, -0.04653571918606758, 0.03486478701233864, -0.04816468060016632, -0.006155247334390879, -0.0037934337742626663, 0.025044377893209457, 0.015055330470204352, 0.04831627011299133, -0.044031281024217606, 0.0057261427864432335, -0.024891886860132217, -0.0354989692568779, -0.010237516835331917, -0.012946919538080692, -0.061975862830877304, -0.008813072927296162, 0.01959417574107647, 0.03512021154165268, -0.002077911980450154, 0.018091019243001934, 0.0004350474046077579, 0.003205895656719804, -0.029498903080821037, -0.02580997161567211, 0.0006642321241088212, 0.02140074223279953, 0.03837566450238228, -0.018594911321997643, -0.02015749365091324, 0.02506411075592041, 0.020401479676365852, -0.036780789494514465, 0.029780564829707146, 0.022453827783465385, 0.0327729731798172, 0.025659721344709396, 0.024165311828255653, 0.0339711457490921, -0.041262224316596985, -0.013692555949091911, -0.0397014357149601, -0.027486024424433708, -0.03399289771914482, 0.027539845556020737, 0.0027564961928874254, 0.006182494107633829, -0.016020508483052254, -0.001510556205175817, -0.0204301830381155, -0.01094121765345335, -0.01076540444046259, -0.014857989735901356, -0.03102022223174572, -0.015498450957238674, 0.03114580549299717, -0.015889544039964676, 0.009610510431230068, -0.02966754138469696, -0.03185802698135376, 0.027843033894896507, -0.006172291003167629, -0.012254880741238594, 0.01502662617713213, 0.02918854169547558, 0.005435850005596876, -0.0006709596491418779, 0.04776035621762276, -0.03957114741206169, -0.007500979583710432, -0.034640759229660034, 0.047498203814029694, -0.027242038398981094, 0.06986591964960098, -0.01908647082746029, 0.01123835053294897, 0.04943214729428291, -0.01273747067898512, 0.02831665240228176, 0.004984656348824501, -0.002466539153829217, 0.028862029314041138, -0.026171013712882996, 0.07803225517272949, -0.00905974954366684, -0.05188097059726715, 0.0028740037232637405, 0.03231190890073776, -0.044773101806640625, -0.04384559765458107, 0.031359292566776276, -0.02712901495397091, 0.019050590693950653, -0.040013592690229416, 0.008490600623190403, 0.04556785151362419, -0.04248932749032974, 0.0039862897247076035, 0.0010136155178770423, -0.006853117607533932, -0.01904879510402679, -0.0469205342233181, 0.02341451868414879, 0.029090765863657, 0.02137562818825245, -0.04104021564126015, 0.003537787357345223, 0.007420024368911982, -0.013010159134864809, -0.01630844734609127, 0.021611539646983147, 0.015871604904532433, 0.06665105372667313, -0.02964063175022602, 0.030682949349284172, 0.009186227805912496, 0.000868300732690841, 0.010128979571163654, 0.004202328156679869, -0.011335451155900955, -0.031309060752391815, -0.06188616529107094, 0.055305734276771545, -0.027369415387511253, 0.002529553836211562, -0.013177001848816872, -0.024079199880361557, 0.020344296470284465, 0.02786276675760746, 0.04251444712281227, 0.03181317448616028, -0.01935243234038353, -0.02364863827824593, 0.010136155411601068, 0.007567357271909714, -0.0450296476483345, -0.011940930038690569, 0.008114306256175041, 0.0172260832041502, -0.03762846067547798, 0.009275423362851145, 0.0457041934132576, -0.03078431263566017, 0.056504134088754654, 0.02118546143174171, -0.011775880120694636, -0.008290119469165802, 0.045280132442712784, 0.03482823446393013, 0.01038479432463646, 0.02183130569756031, -0.009860774502158163, -0.09231256693601608, -0.030117837712168697, -0.027640309184789658, -0.024385975673794743, -0.008654303848743439, 0.00428768340498209, 0.017615381628274918, 0.04799335077404976, -0.007559956982731819, -0.013031686656177044, 0.003893001237884164, -0.06203686073422432, 0.005968670826405287, 0.033982135355472565, -0.028429673984646797, -0.03776031732559204, -0.0028560636565089226, 0.0071365712210536, -0.03256845474243164, -0.06111115217208862, 0.056473635137081146, 0.05468142032623291, -0.052812062203884125, -0.03361795097589493, 0.021113701164722443, -0.027371207252144817, -0.00446529034525156, 0.035176943987607956, -0.00744917755946517, 0.024563582614064217, 0.057494428008794785, -0.05346149206161499, -0.05387052521109581, 0.004212335217744112, -0.00027852001949213445, 0.04836650565266609, -0.06017826497554779, 0.09713352471590042, -2.915265940828249e-05, 0.0430356040596962, 0.02259017340838909, -0.04579030722379685, -0.032528091222047806, -0.011030469089746475, -0.020035501569509503, 0.02265116758644581, -0.0151270916685462, 0.023526418954133987, -0.007025342900305986, -0.017157910391688347, 0.007030724547803402, -0.015242804773151876, 0.0026192544028162956, 0.02539600245654583, -0.06332854926586151, 0.018681921064853668, 0.0019841748289763927, -0.05145220085978508, -0.06321731954813004, -0.002540317829698324, 0.012118255719542503, 0.018051326274871823, 0.004663752857595682, 0.050268154591321945, -0.001252218848094344, 0.04117880389094353, 0.007924141362309456, -0.009619480930268764, -0.04594459384679794, 0.02994919940829277, -0.01913132146000862, -0.02748064324259758, 0.03349640592932701, 0.017118442803621292, -0.028314802795648575, -0.019647996872663494, 0.05212001875042915, -0.04267052561044693, -0.041491858661174774, 0.019088264554739, 0.021614231169223785, 0.04607376083731651, 0.0007768062059767544, 0.0527295358479023, 0.018898099660873413, 0.0022676284424960613, -0.012842419557273388, -0.01248263567686081, -0.01042185164988041, -0.012665708549320698, -0.0329846628010273, 0.008778763003647327, -0.04141920432448387, 0.000794297840911895, -0.0026694866828620434, 0.05656154081225395, -0.016124559566378593, 0.008813969790935516, -0.008381614461541176, 0.012131094001233578, 0.04749134182929993, -0.03164812922477722, 0.029177777469158173, 0.03792267665266991, -0.04868942871689797, 0.010085923597216606, 0.034057483077049255, 0.04241936281323433, 0.0364399254322052, -0.005832325667142868, -0.010272500105202198, 0.0687895119190216, 0.0074738445691764355, -0.005460965912789106, 0.014348490163683891, 0.0011625183979049325, -0.03776031732559204, -0.010060807690024376, -0.06920572370290756, -0.03554651141166687, -0.015101974830031397, -0.02536640129983425, 0.021791838109493256, -0.006257730536162853, -0.012149343267083168, -0.027118252590298653, 0.013210191391408443, 0.04969586804509163, -0.011435466818511486, -0.0440824069082737, 0.017496977001428604, 0.02709672413766384, 0.02053782530128956, 0.025870518758893013, 0.008414354175329208, -0.029500698670744896, 0.007640239782631397, -0.020207727327942848, -0.014461513608694077, -0.023394785821437836, -0.022712163627147675, -0.020610034465789795, 0.07172451168298721, 0.009450843557715416, 0.006149865686893463, 0.038714732974767685, 0.03846357017755509, 0.016412051394581795, 0.034668341279029846, 0.002536729909479618, 0.024701720103621483, -0.05334757640957832, -0.03994183614850044, 0.017877867445349693, 0.0222152229398489, 0.002534487284719944, 0.037060655653476715, -0.024127637967467308, 0.04954696446657181, -0.05304528400301933, -0.007204743102192879, -0.02853013761341572, -0.07244928926229477, -0.0243483018130064, -0.009612305089831352, -0.019745320081710815, -0.032485928386449814, -0.02803768217563629, -0.004380972124636173, 0.012323950417339802, -0.00792503822594881, -0.08611785620450974, -0.027799976989626884, -0.028589339926838875, -0.016569025814533234, 0.005060901399701834, -0.06272934377193451, 0.03490425646305084, 0.043120820075273514, 0.003871473018079996, -0.04310647025704384, 0.011431654915213583, 0.026714598760008812, 0.022981714457273483, -0.04407164454460144, 0.006883615627884865, -0.007294444367289543, -0.04852796718478203, 0.012906107120215893, 0.04663034901022911, 0.03562544658780098, -0.03595913574099541, -0.019481152296066284, -0.020908959209918976, -0.024762829765677452, -0.007445141207426786, 0.04864278435707092, 0.012134683318436146, -0.008769120089709759, 0.00900951772928238, -0.02533859573304653, 0.014958453364670277, 0.011928820051252842, 0.003973731771111488, 0.03487958759069443, 0.024287303909659386, 0.0467088408768177, -0.018071061000227928, 0.0330241322517395, -0.04390390589833259, 0.001293481094762683, -0.02246817760169506, -0.0018774312920868397, 0.04558220133185387, 0.004470672458410263, -0.03378837928175926, 0.039608150720596313, -0.002091367030516267, -0.03775852546095848, 0.0009454432292841376, 0.02593420445919037, -0.0007153614424169064, 0.007035209331661463, -0.0731642097234726, -0.010368479415774344, 0.006013520993292332, -0.02165145613253117, 0.005013360641896725, 0.08859538286924362, 0.015060489065945148, -0.010706651024520395, 0.01170412078499794, -0.013368063606321812, 0.0072298599407076836, 0.001899856375530362, -0.05098217353224754, 0.04075900465250015, 0.021615127101540565, -0.039809077978134155, 0.04082448780536651, -0.05812816321849823, -0.0348091721534729, -0.0356079563498497, -0.0055511146783828735, -0.07664727419614792, -0.0386425219476223, 0.07516901195049286, 0.04192959517240524, 0.015439248643815516, 0.04232427850365639, -0.016379309818148613, 0.018736638128757477, 0.05025739222764969, 0.017159704118967056, 0.03778902441263199, 0.025658922269940376, -0.027398116886615753, -0.02811930887401104, 0.018026210367679596, -0.02889477089047432, 0.03143105283379555, -0.021183667704463005, -0.004032934084534645, 0.018557237461209297, -0.0032902138773351908, -0.01831953041255474, -0.03198498114943504, 0.034952469170093536, 0.01367753092199564, -0.028004493564367294, 0.01569489575922489, 0.033451106399297714, 0.008521546609699726, 0.00972353294491768, 0.012476441450417042, 0.0039414395578205585, 0.026250848546624184, 0.02256684936583042, -0.004854590632021427, -0.027390943840146065, -0.06117932125926018, 0.012550892308354378, 0.0049514672718942165, -0.0004233863146509975, -0.01892231777310371, -0.03828907385468483, 0.018498484045267105, -0.010417815297842026, -0.011750764213502409, -0.005385617725551128, -0.059378139674663544, -0.02574762888252735, -0.025361917912960052, -0.03203025087714195, 0.07910866290330887, -0.011966045014560224, -0.023555347695946693, -0.007237035315483808, -0.0241213608533144, 0.01951456628739834, -0.018763547763228416, 0.035285480320453644, -0.04528798535466194, -0.028437748551368713, -0.011890696361660956, 0.028928184881806377, 0.028976846486330032, -0.03311428055167198, -0.033955223858356476, -0.004517316818237305, 0.017593855038285255, 0.015765758231282234, 0.02511613629758358, -0.07317407429218292, 0.0035002254880964756, 0.015893133357167244, 0.008973637595772743, 0.0023061996325850487, -0.042478565126657486, 0.01872408017516136, 0.03989967703819275, 0.0020756693556904793, 0.016477981582283974, -0.009196626953780653, 0.0160581823438406, -0.02498696744441986, -0.02011623233556747, -0.006722155027091503, 0.04548989608883858, -0.05458454415202141, -0.030980756506323814, -0.018290827050805092, 0.009915940463542938, 0.021255427971482277, -0.031536899507045746, -0.018036974593997, -0.028391102328896523, -0.007610189728438854, -0.004344195127487183, -0.004171969834715128, 0.07728683948516846, 0.034911878407001495, -0.022884389385581017, 0.061312079429626465, -0.038305699825286865, 0.08571778982877731, -0.0008382510859519243, -0.03687587007880211, 0.050949882715940475, 0.00031215770286507905, -0.02228608727455139, -0.02432318590581417, 0.04652226343750954, -0.003972246311604977, -0.017233707010746002, 0.03666597232222557, 0.02124326303601265, 0.017093325033783913, 0.01222236454486847, 0.03262227401137352, 0.0007587540312670171, 0.0125795966014266, 0.0027816121000796556, 0.02303912304341793, -0.04662631452083587, -0.015841105952858925, -0.035819873213768005, 0.006004550494253635, -0.0265100821852684, -0.04504041373729706, 0.0037745966110378504, 0.027859626337885857, -0.019088264554739, 0.013785171322524548, -0.014753039926290512, 0.008037163875997066, 0.026201514527201653, 0.03326497972011566, 0.019579824060201645, 0.09391999989748, 0.01941836252808571, -0.03099331259727478, -0.01098113413900137, 0.023380881175398827, -0.00435226783156395, 0.022001735866069794, 0.003832902060821653, 0.04348680004477501, 0.0051972465589642525, -0.021004267036914825, 0.004266155418008566, 0.024570759385824203, 0.015663499012589455, -0.048108167946338654, 0.01621157117187977, 0.034875549376010895, 0.015113635919988155, 0.04552165046334267, 0.022511234506964684, 0.019172582775354385, -0.009013105183839798, -0.049378328025341034, -0.0906549021601677, -0.032289035618305206, -0.024133021011948586, 0.0039010741747915745, 0.03814782574772835, 0.009250812232494354, -0.005023451987653971, -0.0012486308114603162, 0.021284133195877075, -0.036221057176589966, 0.012489897198975086, -0.009974694810807703, 0.023607738316059113, 0.008648921735584736, -0.00028524757362902164, -0.0030282887164503336, -0.010243796743452547, 0.0038696792908012863, -0.022489706054329872, -0.004560372792184353, -0.03099690191447735, -0.02048400416970253, 0.03868602961301803, -0.009483136236667631, 0.0009772868361324072, -0.01852046139538288, -0.040268342941999435, 0.006200097966939211, 0.030946670100092888, 0.04851720482110977, 0.014135003089904783, -0.0008073044009506702, -0.04013872519135475, -0.08096904307603836, -0.015436558052897452, 0.06657929718494415, -0.007756401319056749, 0.002342976862564683, -0.026314087212085724, -0.02221612073481083, -0.03821958601474762, -0.021711107343435287, 0.0005830532172694802, -0.0036310760769993062, 0.01628243364393711, 0.02498696744441986, -0.026660332456231117, -0.05081712082028389, -0.009505055844783785, 0.021264398470520973, 0.02441288530826569, -2.6013143724412657e-05, -0.032095734030008316, -0.05742804706096649, -0.003903765231370926, 0.029579633846879005, 0.011061863973736765, -0.03816935420036316, 0.028327416628599167, 0.014326962642371656, 0.01900932751595974, 0.004790006205439568, 0.03091583587229252, -0.02014852501451969, 0.019830984994769096, -0.001941118622198701, -0.04770630970597267, 0.022830035537481308, -0.07610727846622467, 0.012030629441142082, 0.03503342345356941, 0.0018460360588505864, -0.07661139965057373, 0.02033958770334721, 0.0024039731360971928, 0.022637711837887764, 0.010545190423727036, -0.023311365395784375, 0.02189790830016136, -0.010760471224784853, -0.01124844141304493, -0.04055897518992424, -0.005726479459553957, -0.022816218435764313, -0.07016731053590775, 0.034748177975416183, -0.04073119908571243, -0.04720981791615486, -0.03326430544257164, -0.010943460278213024, -0.05656871944665909, -0.0060458132065832615, 0.019933244213461876, 0.020936094224452972, -0.01676502265036106, -0.03626052662730217, 0.024149615317583084, -0.04802025854587555, -0.01678071916103363, 0.0669829472899437, -0.05222362279891968, 0.019777165725827217, -0.004438380245119333, -0.041386909782886505, 0.02789326384663582, -0.008464138023555279, 0.06151211261749267, -0.015035596676170826, 0.02387827076017857, -0.03892463073134422, -0.012706971727311611, 0.00894493330270052, -0.039730142802000046, -0.020369188860058784, 0.0363825187087059, -0.0014782639918848872, -0.00826424639672041, 0.013014644384384155, -0.011675415560603142, 0.02624198980629444, -0.05726344883441925, -0.01396816037595272, 0.007376968394964933, -0.03344034403562546, 0.016701335087418556, 0.02615666389465332, -0.01264418102800846, -0.003819447010755539, -0.014814035966992378, -0.0004870736738666892, 0.06054721772670746, 0.030069399625062943, 0.040880102664232254, -0.0037387164775282145, 0.01776518113911152, 0.013952014036476612, -0.02959936670958996, -0.014875929802656174, -0.0020415831822901964, 0.015584563836455343, 0.005417909938842058, 0.054035574197769165, 0.03306001052260399, -0.01540045253932476, 0.10456745326519012, 0.006511359009891748, 0.016887519508600235, -0.012907899916172028, 0.038155000656843185, 0.013663851656019688, -0.008817054331302643, -0.013822845183312891, -0.007070192601531744, 0.0074738445691764355, -0.025635503232479095, -0.01000160537660122, -0.019547531381249428, -0.013343844562768936, -0.06416814774274826, -0.004922762978821993, 0.035456810146570206, -0.04711787775158882, -0.03500472009181976, -0.019524209201335907, 0.004247318487614393, 0.028218429535627365, 0.016606252640485764, 0.006365146487951279, 0.06721437722444534, 0.039098650217056274, -0.022855684161186215, 0.04819069057703018, -0.03199521079659462, 0.014621180482208729, 0.018507005646824837, -0.03302929177880287, -0.028887147083878517, -0.04464931786060333, -0.03407721593976021, 0.018925009295344353, -0.008661479689180851, 0.02430345118045807, 0.021615127101540565, -0.03216121345758438, 0.005508058704435825, 0.04618857800960541, -0.07494565844535828, 0.03704742342233658, 0.012706971727311611, -0.0006332854391075671, -0.004943506326526403, 0.003508887020871043, 0.00488508865237236, -0.0043971179984509945, -0.037237029522657394, -0.06200995296239853, -0.020013077184557915, -0.03768384829163551, -0.006752652581781149, 0.06398873776197433, 0.018388601019978523, -0.021544264629483223, -0.03931751847267151, 0.0036418400704860687, 0.019221020862460136, -0.01953659951686859, -0.06097480282187462, 0.04498659074306488, -0.030372587963938713, -0.00903463363647461, 0.0910155028104782, 0.017708670347929, 0.02992049604654312, 0.010193563997745514, -0.03485940396785736, -0.04351819306612015, -0.01404193975031376, -0.01857517659664154, -0.01220285426825285, 0.023772424086928368, -0.006587604060769081, 0.01056133583188057, 0.030680259689688683, 0.004715554881840944, 0.015593533404171469, -0.059751518070697784, 0.01393272913992405, -0.018313253298401833, -0.06944970786571503, -0.005946245975792408, 0.012743748724460602, 0.00464031845331192, 0.011415284126996994, -0.016044726595282555, 0.030071193352341652, -0.05999169126152992, 0.013670355081558228, 0.0022712163627147675, -0.00026461645029485226, -0.02341362275183201, -0.035151828080415726, -0.02433249168097973, 0.03342105820775032, 0.028225157409906387, 0.030695509165525436, 0.061051949858665466, 0.01864873245358467, -0.007437123917043209, 0.017036814242601395, -0.028818972408771515, 0.002073650946840644, -0.011309437453746796, 0.021009650081396103, -0.009625311009585856, -0.009398818016052246, -0.012357139959931374, 0.049102045595645905, -0.015835724771022797, 0.025001320987939835, -0.024167107418179512, 0.06329087167978287, 0.01641698367893696, 0.008047928102314472, -0.004779690410941839, -0.021341539919376373, -0.003368253353983164, 0.025225572288036343, -0.07960021495819092, 0.02793542481958866, 0.06887562572956085, 0.010148713365197182, 0.0475376732647419, 9.50825196923688e-05, -0.023747308179736137, 0.004520007874816656, 0.004520904738456011, 0.030629130080342293, 0.008661479689180851, 0.004999905358999968, -0.031818557530641556, -0.03961173817515373, 0.026394817978143692, -0.019892878830432892, 0.014931095764040949, -0.02903246134519577, 0.040267448872327805, 0.05345790833234787, 0.07196849584579468, 0.022577613592147827, -0.03559225797653198, 0.0032435699831694365, 0.0427996926009655, -0.014814933761954308, 0.006146277766674757, 0.017577707767486572, 0.00917097833007574, -0.009000995196402073, -0.005869999993592501, 0.005285153165459633, 0.0019796898122876883, 0.0041387807577848434, -0.074519582092762, 0.006978025194257498, 0.013937662355601788, 0.04255234450101853, 0.015401574783027172, 0.05039059743285179, 0.011341730132699013, -0.04185783863067627, -0.0136891920119524, 0.021485062316060063, 0.005728273652493954, -0.025754805654287335, 0.00412756809964776, 0.008369055576622486, 0.029985081404447556, 0.001880122348666191, -0.005175269674509764, -0.01094166561961174, -0.021061226725578308, 0.07803404331207275, 0.03567567840218544, 0.02494211867451668, -0.03981625288724899, -0.001697133295238018, 0.03758091852068901, 0.008449786342680454, 0.004688644781708717, -0.023175019770860672, 0.01389460638165474, 0.02053872123360634, 0.021114598959684372, -0.005244787782430649, -0.005496846046298742, 0.0080290911719203], [-0.005358703900128603, -0.03653881326317787, -0.043506961315870285, -0.03154419735074043, 0.0484495684504509, -0.0011076363734900951, -0.015597930178046228, -0.04619840160012245, 0.015587261877954006, 0.001205433625727892, 0.01059690024703741, -0.0005567484768107533, -0.04194705933332443, -0.05192558467388153, -0.048620253801345825, -0.00018900145369116217, -0.004777048248797655, 0.014337738044559956, 0.016365474089980125, -0.005533786490559578, -0.00427505886182189, -0.0046583726070821285, -0.005362366791814566, 0.001213125535286963, -0.008783439174294472, 0.04400657117366791, 0.009335792623460293, -0.007961136288940907, -0.014736251905560492, 0.02009422332048416, 0.019714022055268288, -0.05666746944189072, -0.02653007209300995, -0.02280324324965477, -0.028429333120584488, -0.010461010038852692, 0.00020951323676854372, 0.04881804808974266, -0.03588738292455673, -0.013261235319077969, 0.013188344426453114, 0.011803066357970238, -0.01758592575788498, 0.01537211798131466, 0.03093470074236393, 0.014223458245396614, 0.015826307237148285, 0.018388815224170685, -0.0067822583951056, -0.05455255508422851, 0.06464142352342606, 0.0058165560476481915, 0.03762447461485863, -0.021067434921860695, 0.027473704889416695, -0.0009845657041296365, 0.010102054104208946, -0.0697517916560173, 0.017886275425553322, 0.03577548265457153, 8.790764695731923e-05, 0.01448534894734621, -0.05101866647601128, -0.032556597143411636, 0.028478417545557026, 0.0053074243478477, 0.02216353267431259, 0.035894159227609634, -0.0023654482793062925, -0.016578009352087975, -0.0006710283923894167, -0.008660001680254936, -0.028248392045497894, -0.0467800572514534, 0.03981264308094978, -0.017602775245904922, -0.059882692992687225, -0.01070715207606554, -0.00898196455091238, -0.0055367168970406055, -0.045390017330646515, 0.0458119735121727, 0.0023918207734823227, -0.06019036844372749, -0.04054886847734451, -0.0030496628023684025, -0.0048751430585980415, -0.032839369028806686, 0.019660545513033867, 0.04484901577234268, -0.010462475940585136, 0.02636130712926388, 0.05893915146589279, 0.007066309917718172, -0.007320509757846594, 0.02958788350224495, 0.026805970817804337, 0.016393311321735382, 0.04189458861947059, 0.04688719660043717, 0.01825548894703388, 0.03914747387170792, -0.01000975165516138, -0.029467010870575905, -0.020990882068872452, 0.033438604325056076, 0.051540255546569824, 0.013846919871866705, 0.012392047792673113, 0.030631421133875847, -0.03794826567173004, -0.001364033669233322, 0.0048730140551924706, -0.06402607262134552, 0.02091323025524616, -0.021758608520030975, 0.07895279675722122, 0.01970157027244568, -0.03198520094156265, -0.005440201610326767, -0.035473667085170746, 0.00915924459695816, 0.037446826696395874, -0.0037946803495287895, 0.022063355892896652, -0.03518650308251381, 0.040041934698820114, 0.02475186623632908, 0.00313830329105258, 0.00944421160966158, 0.010485917329788208, 0.041475195437669754, 0.06020062416791916, -0.002926958492025733, -0.04865395650267601, 0.056668203324079514, -0.012781771831214428, 0.04811771586537361, -0.034568220376968384, -0.007295602466911077, -0.05379801616072655, 0.014457877725362778, 0.021767400205135345, 0.025000935420393944, -0.007220148108899593, -0.03621355816721916, -0.024661025032401085, -0.03887294605374336, -0.02893773280084133, 0.007978351786732674, -0.044865865260362625, -0.016670221462845802, -0.0001274660899071023, -0.02950180880725384, -0.02124178409576416, 0.01636674255132675, 0.02589924074709415, 0.034934498369693756, -0.029519686475396156, 0.018075278028845787, 0.028343623504042625, 0.029466645792126656, 0.03205259516835213, 0.0031676057260483503, 0.016175374388694763, 0.0050415038131177425, 0.012668957933783531, -0.05390497297048569, 0.022021599113941193, 0.03613004460930824, 0.06263402104377747, -0.009028115309774876, 0.003469467628747225, 0.015536212362349032, -0.045670587569475174, 0.019064240157604218, -0.002341273706406355, -0.0366193987429142, -0.05025602504611015, 0.019360195845365524, -0.007860775105655193, 0.02393166720867157, -0.01802106760442257, 0.03558831289410591, 0.0008831056184135377, 0.01812967099249363, -0.03223060816526413, -0.017342714592814445, -0.04710091650485992, -0.012850266881287098, -0.012471165508031843, -0.04633026197552681, -0.03320565074682236, 0.019938919693231583, -0.00026006012922152877, -0.004889497067779303, -0.040437519550323486, 0.004348475486040115, -0.00945593323558569, -0.001304695964790881, 0.00892262626439333, 0.05401192605495453, 0.011076363734900951, 0.0013821646571159365, -0.08430636674165726, -0.030291512608528137, 0.06697830557823181, 0.018151281401515007, 0.05151241645216942, -0.017997626215219498, -0.02800591289997101, 0.005040038377046585, 0.012872244231402874, -0.011906541883945463, -0.0013977315975353122, 0.013786849565804005, 0.06239685043692589, -0.07507899403572083, 0.05734508857131004, 0.010718872770667076, -0.06341511756181717, -0.01755296066403389, 0.023647157475352287, 0.002261057961732149, -0.027991993352770805, 0.026554932817816734, 0.01555818971246481, 0.08627110719680786, -0.048369720578193665, -0.021199479699134827, 0.061312656849622726, 0.025768661871552467, 0.008143178187310696, -0.059116430580616, -0.0012585445074364543, 0.027685783803462986, -0.03809697926044464, 0.02541249804198742, -0.02280031517148018, 0.00747215049341321, -0.054793573915958405, -0.03979872539639473, -0.03805815055966377, -0.018251093104481697, 0.005306783597916365, -0.019404148682951927, -0.013403627090156078, 0.056319501250982285, 0.009483495727181436, -0.02308308519423008, 0.057945795357227325, 0.02430884540081024, 0.0024811935145407915, -0.025358427315950394, -0.009577171877026558, 0.020271504297852516, 0.013849117793142796, 0.03471473231911659, -0.023749716579914093, -0.009447142481803894, -0.017167631536722183, -0.03116033226251602, -0.03464147448539734, 0.010167984291911123, 0.03797270730137825, -0.02748286165297031, 0.0037214236799627542, -0.01886003650724888, 0.05924206227064133, 0.06934375315904617, 0.020397506654262543, -0.04344396293163299, -0.0008842044626362622, -0.01578308641910553, 0.012603026814758778, -0.021698538213968277, 0.02381015196442604, -0.009532852098345757, 0.034883223474025726, 0.04575300216674805, -0.035461947321891785, -0.021045824512839317, 0.0014914998319000006, 0.00029815343441441655, 0.03531982749700546, 0.010454417206346989, -0.006845808122307062, -0.03495354577898979, -0.022769546136260033, -0.043262284249067307, -0.01444798894226551, -0.003495702752843499, 0.024049242958426476, 0.001996236387640238, 0.05571660399436951, -0.025926895439624783, 0.029291562736034393, -0.04313335195183754, -0.06291879713535309, -0.0683218240737915, 0.029178014025092125, 0.047288455069065094, 0.01382677536457777, 0.01944517157971859, 0.05438992753624916, 0.002071690279990434, -0.05010003596544266, 0.09383262693881989, 0.005592391360551119, 0.008553414605557919, -0.048801932483911514, 0.00974016822874546, -0.02424492873251438, 0.0056612528860569, 0.008717691525816917, -0.04207846149802208, -0.008725658990442753, 0.05031467601656914, -0.014929648488759996, 0.05015424266457558, 0.020656833425164223, -0.020554274320602417, -0.006138884462416172, -0.042998746037483215, 0.015246483497321606, 0.016218962147831917, -0.01044049859046936, 0.024022230878472328, -0.021723445504903793, -0.00513160927221179, -0.0030811631586402655, 0.0053810239769518375, -0.004317387007176876, 0.0054129138588905334, 0.015033306553959846, 0.0015266628470271826, 0.002590574324131012, -0.020262712612748143, 0.03356314077973366, 0.04775729402899742, 0.016749339178204536, -0.07129017263650894, 0.01210634782910347, -0.038831740617752075, 0.010257357731461523, -0.022225983440876007, -0.013431556522846222, -0.05146700143814087, -0.017382273450493813, -0.0032435173634439707, -0.0077974083833396435, 0.014100386761128902, 0.012592220678925514, 0.043933313339948654, -0.01819981448352337, 0.0035838850308209658, 0.011110794730484486, -0.004966782405972481, 0.007462169043719768, -0.02075939066708088, 0.03324667364358902, -0.01175911258906126, -0.0908459648489952, 0.0698070079088211, -0.012475606985390186, -0.03439716622233391, 0.017876753583550453, -0.012407065369188786, 0.0925784707069397, -0.00795564241707325, 0.025540102273225784, 0.008672090247273445, -0.0032771239057183266, 0.028128251433372498, 0.0010574557818472383, 0.013464522548019886, -0.03235514089465141, -0.009510142728686333, -0.005598252173513174, -0.0623646192252636, 0.037240609526634216, -0.0015413140645250678, 0.00267349136993289, -0.010782514698803425, 0.009614166803658009, 0.0387643426656723, -0.008100781589746475, -0.01715003326535225, -0.05605578050017357, 0.052275750786066055, -0.02025978267192841, -0.012342233210802078, 0.005102306604385376, 0.017608635127544403, -0.019086215645074844, 0.001487836940214038, 0.005097178742289543, -0.03729042783379555, 0.0426088385283947, 0.01783572882413864, -0.027175184339284897, -0.005298633594065905, 0.003220350481569767, 0.018811870366334915, -0.03458598256111145, -0.06794968247413635, -0.028245827183127403, -0.03675711899995804, -0.04157152771949768, 0.0310328658670187, 0.03235042840242386, 0.03908081352710724, -0.04831990599632263, 0.010784494690597056, 0.00898819137364626, 0.0042213983833789825, -0.013652058318257332, -0.0009647865081205964, 0.02242817170917988, 0.0028064516372978687, -0.002730997744947672, -0.012551014311611652, -0.0067710867151618, 0.02403981238603592, 0.05549902841448784, 0.009988873265683653, -0.006596004124730825, -0.021553490310907364, -0.05293798819184303, -0.011178922839462755, 0.05787253379821777, 0.05893915146589279, -0.011999393813312054, 0.09124813973903656, 0.04211069270968437, 0.02709313854575157, -0.00728974211961031, 0.013930431567132471, -0.02651587687432766, -0.059563662856817245, -0.04354065656661987, 0.009754086844623089, 0.014973602257668972, -0.007082426454871893, 0.016887059435248375, 0.011801602318882942, -0.06673949211835861, -0.009684492833912373, -0.03558941185474396, -0.043435536324977875, 0.0023815648164600134, -0.039980582892894745, -0.0538112036883831, 0.015614230185747148, -0.019029075279831886, 0.010487383231520653, 0.026624297723174095, -0.007974322885274887, -0.016133250668644905, -0.015181651338934898, -0.009472141042351724, 0.0034064215142279863, 0.015466618351638315, -0.02174285799264908, -0.07962308824062347, -0.02583898790180683, -0.02026124857366085, -0.03391916677355766, 0.003329502185806632, -0.005602647550404072, 0.05868128687143326, -0.04612733796238899, 0.019429055973887444, -0.032041970640420914, -0.03966100141406059, -0.005507780704647303, 0.0473749004304409, 0.013976950198411942, 0.003617399837821722, -0.0005333063891157508, -0.02875898778438568, 0.02155202627182007, 0.03765377774834633, 0.017418168485164642, 0.017256271094083786, 0.04030858725309372, -0.007051658816635609, 0.027024276554584503, -0.01716543361544609, -0.03282764554023743, 0.015331780537962914, 0.06722298264503479, -0.001399196800775826, 0.062344107776880264, -0.031775686889886856, 0.0346839614212513, -0.02998859621584415, 0.021818311884999275, 0.02640719525516033, -0.021798165515065193, 0.04004339873790741, 0.06400848925113678, -0.04283153638243675, -0.005712531972676516, -0.01355151366442442, -0.018439361825585365, 0.009589259512722492, 0.02266845293343067, 0.022190820425748825, -0.004871182609349489, -0.035193461924791336, -0.03726698085665703, -0.001222282531671226, 0.004782542586326599, 0.01903347112238407, 0.02369404211640358, 0.01761522702872753, -0.03592639043927193, -0.005631950218230486, -0.02113739401102066, -0.014827823266386986, -0.04579402506351471, -0.02687922865152359, 0.02664187923073769, -0.02361053042113781, -0.011439715512096882, 0.024687400087714195, -0.0524105429649353, -0.017074596136808395, 0.02024952694773674, 0.0202846210449934, -0.052949707955121994, -0.022589337080717087, 0.02080742083489895, 0.019252507016062737, -0.04789208620786667, 0.01997261866927147, 0.0022987849079072475, 0.03358951210975647, 0.015855610370635986, 0.03850354999303818, 0.04436992108821869, 0.03061237372457981, -0.03026074357330799, 0.024995440617203712, 0.0006611387943848968, -0.03487296774983406, 0.009778203442692757, -0.00952424481511116, 0.008925557136535645, -0.013891971670091152, 0.017124410718679428, -0.06059327721595764, -0.04446991533041, 0.008822998031973839, -0.0009083790355361998, -0.010494708083570004, 0.01658451184630394, 0.04297512024641037, 0.01956384815275669, 0.027720212936401367, -0.006066360045224428, 0.012162115424871445, 0.0274271871894598, 0.06249355152249336, 0.012872610241174698, 0.02389036864042282, -0.029001465067267414, -0.004758734256029129, 0.03182293847203255, -0.027493849396705627, 0.0254609864205122, -0.008368625305593014, -0.036168135702610016, -0.04301907494664192, 0.026653600856661797, 0.015498119406402113, -0.06907197088003159, 0.009755917824804785, -0.012791295535862446, 0.03063288703560829, -0.007143962197005749, -0.005935231689363718, -0.017821993678808212, -0.002534258412197232, -0.0187719464302063, -0.02929229475557804, 0.021973615512251857, 0.004414429422467947, -0.07023235410451889, -0.008954859338700771, 0.002203551819548011, 0.02211646549403667, -0.028882058337330815, -0.04751701280474663, -0.04600353538990021, -0.053301338106393814, -0.012279164977371693, -0.002143115270882845, -0.03487589582800865, -0.018394675105810165, -0.0006028999341651797, -0.01200671959668398, 0.01900343596935272, 0.05247317254543304, -0.03397630527615547, -0.026811832562088966, 0.015694446861743927, 0.03413160890340805, 0.003744865767657757, -0.013567079789936544, 0.027148080989718437, 0.023849712684750557, -0.005464925896376371, 0.021692678332328796, 0.004597569815814495, -0.02231682278215885, 0.003126581897959113, -0.008121934719383717, -0.005332056898623705, 0.014803647994995115, -0.0606064647436142, 0.002953696995973587, -0.029872486367821693, 0.007079496048390865, 0.0053916689939796925, 0.008254528045654297, 0.01782693900167942, 0.011995730921626093, -0.036257512867450714, 0.034231238067150116, -0.0377827063202858, 0.017226967960596085, 0.018618840724229813, -0.03947712853550911, 0.07739975303411484, -0.02573935873806477, -0.005971493665128946, -0.03453598544001579, -0.018524521961808205, 0.003238664474338293, -0.02528224140405655, -0.02826908603310585, 0.0014416854828596115, 0.03452719375491142, -0.010483719408512115, 0.009133605286478996, 0.006252065300941467, -0.01881786808371544, 0.03446272760629654, 0.025143785402178764, 0.0004373405536171049, 0.012708515860140324, -0.015196302905678747, 0.043092332780361176, 0.027055412530899048, -0.02530568279325962, -0.005614735186100006, 0.0004424685030244291, -0.008560922928154469, 0.014991185627877712, -0.0018497233977541327, 0.023088211193680763, 0.036293406039476395, 0.020166197791695595, 0.040584031492471695, 0.023260729387402534, -0.005520600359886885, -0.02115790545940399, -0.018615176901221275, 0.009252646006643772, -0.0004226892779115587, 0.0019295730162411928, -0.039308637380599976, 0.011807646602392197, -0.0279780738055706, -0.04435820132493973, -0.038589995354413986, -7.765175541862845e-05, 0.037981968373060226, -0.013616894371807575, 0.010732059367001057, -0.022598128765821457, -0.042011067271232605, 0.08915594220161438, 0.008597368374466896, 0.002750410698354244, 0.04389522224664688, -0.01394801400601864, -0.00848876591771841, -0.05981969088315964, 0.003380369860678911, 0.018173441290855408, 0.0028841036837548018, -0.042178090661764145, -0.015167457982897758, 0.02332155592739582, 0.022892892360687256, -0.0474943071603775, -0.02618475817143917, -0.006619446445256472, 0.09156900644302368, 0.03665748983621597, -0.006552782375365496, 0.048741862177848816, -0.03942204639315605, -0.0007618663366883993, -0.03197787329554558, -0.05955450236797333, -0.031066562980413437, -0.026397934183478355, 0.05783242732286453, -0.01868477091193199, 0.018980177119374275, 0.024740509688854218, -0.008257092908024788, 0.01675995998084545, 0.013389799743890762, 0.05320756882429123, -0.0033720366191118956, 0.04047854244709015, -0.03709409758448601, -0.04609290882945061, 0.0182496290653944, 0.002341273706406355, 0.021502211689949036, -0.03172001242637634, -0.06244959682226181, -0.020268207415938377, 0.000375072646420449, 0.014991185627877712, -0.016573522239923477, -0.02401417121291161, 0.02155788615345955, 0.007223078515380621, -0.006326420698314905, 0.020713239908218384, -0.019210752099752423, -0.024798749014735225, 0.013077727518975736, 0.03369133919477463, 0.0156578179448843, -0.06668674200773239, -0.024120211601257324, 0.043164853006601334, -0.023805391043424606, -0.02025245688855648, 0.03881589695811272, 0.026826484128832817, -0.006234483327716589, 0.031371310353279114, 0.014633692800998688, -0.014720868319272997, 0.05175086855888367, -0.01082619372755289, -0.02969227358698845, 0.021424926817417145, -0.051543183624744415, 0.030134741216897964, -0.027070429176092148, 0.0034694219939410686, -0.0634956955909729, 0.043569959700107574, -0.02777295559644699, 0.016388915479183197, -0.027352100238204, -0.07384975254535675, 0.012934145517647266, -0.0184219628572464, -0.005045166704803705, 0.007577639073133469, 0.02589832618832588, -0.03608947992324829, 0.03108506090939045, 0.006924558896571398, -0.04720640927553177, -0.09313522279262544, -0.002118207979947329, -0.0540514811873436, -0.006960820872336626, -0.027906283736228943, 0.013271124102175236, -0.037759266793727875, 0.008521181531250477, -0.007023821584880352, 0.029670296236872673, -0.031054841354489326, -0.06300634145736694, 0.002168388571590185, -0.07583500444889069, 0.01754792407155037, 0.006972541566938162, -0.06915988028049469, -0.01433480717241764, -0.03032594174146652, 0.023831764236092567, 0.003126581897959113, 0.029317202046513557, 0.034749891608953476, -0.029958926141262054, 0.042356837540864944, -0.016516748815774918, 0.04513251781463623, 0.010329514741897585, -0.03939782828092575, 0.010769419372081757, 0.05368080735206604, -0.029632937163114548, -0.028868872672319412, -0.028128983452916145, -0.04163452982902527, 0.059671711176633835, 0.03339904546737671, 0.02134452573955059, 0.014834416098892689, -0.02900073304772377, -0.01838698424398899, 0.01893860474228859, 0.043238844722509384, -0.006553332321345806, 0.011192841455340384, 0.003876727307215333, 0.0371263325214386, -0.023034734651446342, -0.03981337323784828, 0.004501512739807367, 0.016952991485595703, 0.002728525316342711, -0.0021713189780712128, -0.011778159998357296, 0.021320536732673645, 0.034401193261146545, -0.037595171481370926, 0.08179514110088348, -0.04464243724942207, -0.024819260463118553, -0.05407052859663963, 0.008544622920453548, 0.06485386937856674, -0.043783873319625854, -0.010567392222583294, 0.058775052428245544, 0.005630118306726217, 0.0027939979918301105, 0.05254240334033966, -0.000965061131864786, 0.012925355695188046, -0.051036249846220016, -0.0029265922494232655, -0.04930153861641884, -0.03194857016205788, 0.04220299795269966, -0.02200474962592125, -0.03378291055560112, 0.06245545670390129, 0.004672474693506956, 0.023374643176794052, 0.029961857944726944, 0.041650645434856415, 0.03098451718688011, -0.015507229603827, -0.015495188534259796, 0.021168163046240807, -0.015497764572501184, -0.03646116331219673, 0.05325372517108917, -0.016259251162409782, -0.014824160374701025, -0.019634174183011055, 0.010671989060938358, 0.004545008763670921, 0.035486578941345215, -0.008787102065980434, 0.0012600095942616465, 0.05394013226032257, -0.07188501954078674, 0.02583312802016735, -0.04337216913700104, 0.015681535005569458, -0.05766741931438446, 0.03405991196632385, -0.023683052510023117, 0.032437924295663834, -0.034043703228235245, 0.008266249671578407, 0.018376361578702927, -0.011533483862876892, 0.008122666738927364, 0.03267215937376022, 0.006181372795253992, -0.01634935848414898, 0.0002692171838134527, -0.0014556040987372398, 0.08333059400320053, -0.023682687431573868, -0.07277581095695496, 0.06794089078903198, -0.016693662852048874, -0.032005712389945984, 0.04832027107477188, -0.01186167262494564, 0.004689506720751524, 0.00773871224373579, -0.02806195244193077, 0.008239876478910446, -0.017678961157798767, -0.028662288561463356, -0.02164432778954506, 0.04030272737145424, -0.03419753909111023, 0.040238261222839355, 0.008097759447991848, 0.03057427890598774, 0.009247884154319763, -0.030665120109915733, 0.04477429762482643, -0.009291471913456917, -0.02948223426938057, -0.03225991129875183, -0.021865928545594215, 0.07482552528381348, 0.0013618359807878733, 0.013059505261480808, 0.005027951672673225, -0.0328950434923172, 0.09307588636875153, 0.02372334524989128, -8.003258699318394e-05, -0.03515134006738663, -0.03272252157330513, 0.0053209769539535046, 0.01942466013133526, -0.008644619025290012, 0.01953747496008873, 0.02818612195551395, -0.0070677753537893295, -6.51981754344888e-05, 0.017559552565217018, -0.032807137817144394, 0.03365837410092354, 0.01347441039979458, -0.030757421627640724, -0.022759290412068367, 0.03153247386217117, 0.009406118653714657, -0.031570568680763245, 0.017431536689400673, 0.03610660135746002, -0.028780963271856308, 0.016579383984208107, 0.014645415358245373, -0.039335742592811584, -0.014539924450218678, -0.010426030494272707, 0.01264404971152544, 0.04283886402845383, -0.027979539707303047, -0.032729484140872955, 0.07310400158166885, 0.004729431588202715, -0.009094779379665852, 0.02004440873861313, 0.049615081399679184, -0.002498042304068804, -0.032452572137117386, 0.022167379036545753, 0.007803269196301699, -0.01002582162618637, -0.009753353893756866, -0.045196257531642914, -0.017298761755228043, -0.0170877818018198, 0.03478798642754555, 0.007665546610951424, 0.006249501369893551, -0.00500487582758069, 0.03642819821834564, 0.03673367574810982, -0.05973617732524872, 0.011445575393736362, 0.022303635254502296, -0.03057427890598774, -0.004975572694092989, 0.02982596680521965, 0.06720247119665146, 0.005204865243285894, -0.0493733324110508, -0.0286340843886137, 0.008913103491067886, 0.004553616046905518, -0.05741843953728676, 0.015641700476408005, -0.008801387622952461, 0.0021889919880777597, -0.0029474704060703516, 0.008387671783566475, 0.04668775200843811, -0.07063087075948715, -0.03146214783191681, 0.014851264655590056, 0.005901808384805918, -0.0017859905492514372, 0.04613393545150757, 0.016505394130945206, 0.05550580471754074, 0.01479064580053091, -0.012449188157916067, 0.01825548894703388, -0.001724455039948225, -0.0009625429520383476, 0.011991336941719055, 0.011223609559237955, -0.015559653751552103, 0.006563771050423384, 0.013324235565960407, 0.0073021952994167805, -0.008157463744282722, 0.0005245156353339553, -0.02043413370847702, -0.013163438066840172, 0.02526136115193367, -0.010852565988898276, 0.03504951298236847, 0.0021273652091622353], [-0.09096632152795792, -0.040844593197107315, -0.02313456684350967, -0.03976253792643547, -0.025308188050985336, 0.0107848746702075, 0.025469902902841568, -0.024589991196990013, 0.025550760328769684, 0.06164144352078438, -0.023380110040307045, -0.002999431686475873, -0.06362957507371902, 0.0022568567655980587, 0.033079955726861954, 0.0690992921590805, 0.024832559749484066, 0.0010891890851780772, 0.006168900988996029, 0.02800856903195381, -0.020542392507195473, -0.03945813328027725, -0.004739637020975351, 0.02235453575849533, -0.004975073505192995, 0.023805201053619385, 0.011010630987584593, -0.03071608394384384, 0.017517395317554474, -0.02904187329113483, 0.0016260546399280429, -0.0400288887321949, -0.02550319582223892, -0.0032752961851656437, 0.001498229568824172, 0.05688516050577164, 0.027867069467902184, 0.007894243113696575, -0.06879489123821259, -0.01499180868268013, -0.05543924868106842, 0.029729153960943226, -0.05152007192373276, -0.04003854840993881, -0.009170115925371649, 0.02024274505674839, -0.007405534852296114, 0.047715041786432266, -0.03715609386563301, -0.07587224990129471, 0.016518576070666313, 0.016708826646208763, -0.02434266358613968, 0.01461130566895008, -0.003676607506349683, 0.014497154392302036, 0.04822396486997605, -0.007561302743852139, 0.013681451790034773, 0.008382950909435749, -0.03638795390725136, -0.022706501185894012, -0.019529303535819057, -0.013514981605112553, -0.0010035759769380093, 0.029588844627141953, 0.04361988231539726, 0.017323577776551247, 0.016528088599443436, -0.044376131147146225, -0.021969277411699295, -0.003682553069666028, 0.0009298535296693444, -0.05168654024600983, 0.05688516050577164, -0.04579350724816322, -0.04418112337589264, 0.03456391766667366, -0.0043020593002438545, -0.04483964666724205, -0.01702333614230156, 0.022685691714286804, 0.017151160165667534, -0.03606214746832848, -0.03412158042192459, 0.006645569112151861, -0.031886130571365356, -0.05813130736351013, 0.06655765324831009, 0.005193862598389387, -0.01527005061507225, -0.014709997922182085, 0.021022776141762733, -0.013555409386754036, 0.006525621749460697, 0.011880306527018549, 0.008568446151912212, 0.0213069636374712, -0.007348459213972092, 0.037265487015247345, 0.03933684900403023, -0.05291366204619408, 0.011381788179278374, 0.02795268222689629, 0.0070824045687913895, -0.01691572368144989, 0.029095381498336792, -0.030582908540964127, 0.04428338631987572, -0.019843216985464096, -0.00818556547164917, 0.014677893370389938, -0.03188493847846985, -0.01695139706134796, -0.030230943113565445, -0.03445214405655861, 0.03648070245981216, -0.032038331031799316, -0.03157578408718109, 0.026221394538879395, -0.04505152627825737, 0.026839712634682655, -0.006538701709359884, 0.004354378208518028, 0.01361367478966713, 0.023144079372286797, 0.011529233306646349, 0.04316803812980652, -0.03966265544295311, 0.015429386869072914, -0.01029378827661276, -0.003154605394229293, 0.006302076857537031, -0.01132233440876007, -0.02406204119324684, 0.027736272662878036, 0.0012342558475211265, 0.038961105048656464, -0.03795039281249046, 0.024932442232966423, -0.0445961095392704, 0.005288988351821899, -0.002887064591050148, 0.03941383957862854, -0.033950354903936386, -0.03376961871981621, -0.03097292222082615, -0.0592823289334774, -0.007051191758364439, -0.006054749712347984, -0.04440705105662346, 0.02543185092508793, 0.007193880155682564, 0.024373579770326614, -0.015286698006093502, -0.02435886487364769, 0.024433031678199768, 0.026511527597904205, -0.013821762055158617, 0.032927755266427994, 0.02226892299950123, -0.011472158133983612, 0.03669948875904083, 0.018073881044983864, -0.05380784347653389, 0.024128630757331848, 0.0538221150636673, -0.0003971497353632003, -0.00717961136251688, 0.009132065810263155, -0.00617365725338459, 0.013781334273517132, 0.027186919003725052, 0.06571757793426514, 0.023553119972348213, -0.0070966738276183605, 0.018592314794659615, -0.020675567910075188, -0.007262846454977989, 0.03714657947421074, 0.018159493803977966, -0.055449653416872025, -0.03153320029377937, -0.006139768753200769, -0.028644723817706108, -0.04075184464454651, -0.04950816184282303, -0.02765125222504139, -0.05771513283252716, 0.014154701493680475, 0.06881392002105713, -0.013894296251237392, 0.02731533907353878, -0.016778387129306793, -0.03825003653764725, 0.04096350073814392, 0.016328323632478714, 0.012680253945291042, 0.002602876629680395, 0.03503657132387161, 0.04171261191368103, -0.01832536980509758, 0.04000748321413994, -0.039719730615615845, -0.0027396196965128183, -0.04650457203388214, 0.04693976789712906, -0.01385936699807644, 0.02514974400401115, -0.03528449311852455, -0.020157132297754288, 0.07996264845132828, 0.001954832812771201, 0.02808466926217079, 0.01566244475543499, -0.010231510736048222, 0.03365665674209595, -0.05068296566605568, 0.06255465000867844, 0.009835995733737946, -0.003319886513054371, 0.005246181506663561, 0.015363986603915691, 0.00043520002509467304, -0.0024399738758802414, 0.04855690896511078, 0.003624288598075509, 0.043515242636203766, -0.025398558005690575, 0.02152753621339798, 0.01451617944985628, -0.00045006340951658785, -0.018314072862267498, -0.007074972614645958, 0.004632621072232723, 0.004366268869489431, -0.03406064212322235, 0.027329610660672188, -0.013541141524910929, 0.034735143184661865, -0.02378617785871029, -0.02820119820535183, 0.04988933354616165, -0.020490072667598724, 0.016164232045412064, -0.07030739635229111, -0.01253756508231163, 0.016915129497647285, 0.00040428416104987264, 0.011745643801987171, 0.04849507659673691, -0.02463279664516449, -0.011538744904100897, 0.007020275574177504, -0.013460285030305386, 0.015183843672275543, -0.016984689980745316, -0.0141642140224576, -0.008485211059451103, 0.0361049547791481, 0.03040216863155365, -0.032913487404584885, -0.056040916591882706, -0.03796466067433357, 0.02795268222689629, 0.020437754690647125, 0.015279711224138737, -0.03357461094856262, 0.034381989389657974, -0.01503104716539383, -0.005983405280858278, -0.09223386645317078, 0.00201190821826458, 0.04113234579563141, -0.00891922228038311, 0.03668046370148659, 0.01242341473698616, -0.01010234747081995, 0.050421372056007385, 0.03806305676698685, -0.006919427774846554, -0.044528331607580185, -0.0217861607670784, 0.03860200196504593, 0.027534129098057747, 0.0006456655682995915, -0.013322352431714536, -0.028611429035663605, -0.0167135838419199, -0.0026849224232137203, -0.018930012360215187, 0.038630541414022446, 0.019104359671473503, 0.01263269130140543, 0.0066914972849190235, -0.04630718752741814, 0.018569722771644592, 0.0449373759329319, -0.016608944162726402, -0.0925002172589302, 0.04076135531067848, 0.019429421052336693, -0.02792414464056492, -0.04485176131129265, 0.00974087044596672, -0.03107280656695366, -0.0652395710349083, 0.08085683733224869, 0.04824091121554375, -0.022297462448477745, -0.035420048981904984, 0.009815781377255917, -0.01071531418710947, -0.03714657947421074, 0.0229015089571476, 0.011638627387583256, -0.013693341985344889, 0.08024802803993225, 0.01945795863866806, -0.032383162528276443, 0.033179838210344315, -0.01977662928402424, 0.015327125787734984, -0.052622340619564056, 0.030044257640838623, 0.04517519101500511, 0.07265700399875641, 0.03331301361322403, 0.006637394893914461, 0.01518205925822258, 0.007231930270791054, -0.01862858049571514, -0.013969207182526588, 0.020946675911545753, -0.006659986916929483, 0.013904997147619724, 0.0366424135863781, 0.007148695178329945, 0.02077307179570198, 0.07202916592359543, 0.053484417498111725, -0.0651610940694809, -0.02006676234304905, -0.04495639726519585, -0.010373455472290516, -0.03478746488690376, -0.0006135606672614813, -0.020413972437381744, 0.03335106372833252, 0.0004946535336785018, -0.016228443011641502, -0.0004185530124232173, 0.03017267771065235, 0.017778990790247917, 0.004399563185870647, 0.002063038293272257, -0.021743353456258777, 0.02018091455101967, -0.01915771886706352, -0.03761150687932968, 0.03187661990523338, -0.02978385239839554, -0.01008807960897684, 0.04963420331478119, 0.025664908811450005, 0.001346028409898281, 0.0018163061467930677, 0.02398594096302986, 0.03382283076643944, -0.01241687498986721, 0.0548589825630188, -9.393661457579584e-05, -0.04521561786532402, 0.026687512174248695, -0.025160742923617363, 0.010241469368338583, -0.053926754742860794, -0.05068296566605568, 0.06382457911968231, -0.03978632017970085, 0.019638102501630783, -0.009279510006308556, 0.02150553837418556, 0.00019500764028634876, 0.0022211847826838493, 0.02949847467243671, 0.02560426853597164, 0.032474126666784286, -0.008228371851146221, 0.03463704511523247, 0.002113573718816042, -0.028259463608264923, 0.018518593162298203, 0.001912026316858828, -0.0029203584417700768, 0.008457119576632977, 0.014468616805970669, -0.00892041064798832, 0.027177410200238228, 0.026207126677036285, -0.028578132390975952, 0.014381814748048782, -0.038506876677274704, 0.008528018370270729, -0.012195113115012646, -0.07981044799089432, -0.0562763549387455, -0.03247353062033653, -0.03816085681319237, 0.02078496105968952, -0.02140803635120392, -0.01385386660695076, -0.024440167471766472, 0.039957545697689056, 0.05878767371177673, 0.00013317595585249364, -0.013074430637061596, -0.022871188819408417, 0.014608927071094511, 0.011877630837261677, 0.006482815369963646, 0.048590198159217834, -0.03508235141634941, -0.007947751320898533, 0.007365106139332056, 0.022698475047945976, -0.021436572074890137, 0.016685044392943382, 0.009969172067940235, -0.004325840622186661, 0.024356931447982788, 0.001472069998271763, -0.007569774985313416, 0.053584299981594086, 0.02602638676762581, 0.010425775311887264, 0.025512708351016045, 0.011728997342288494, -0.01354351919144392, -0.04191237688064575, 0.007038111798465252, 0.0015469815116375685, -0.04361988231539726, 0.02952701225876808, -0.003010728163644671, 0.03651399537920952, -0.046754270792007446, -0.051370248198509216, 0.0011415082262828946, -0.03733683004975319, 0.02103942260146141, -0.02464349940419197, -0.03971497341990471, -0.04506371170282364, 0.009450736455619335, 0.010800332762300968, 0.03935825452208519, -0.004705748986452818, -0.003804135601967573, -0.03755562007427216, -0.0007871650741435587, -0.005910872016102076, 0.010720664635300636, 0.017203480005264282, -0.021781403571367264, 0.005469726864248514, 0.011893088929355145, -0.07071643322706223, -0.016944263130426407, 0.024651821702718735, 0.02919882722198963, -0.05705638602375984, 0.03227614611387253, -0.0035553225316107273, -0.03894445672631264, 0.010281897149980068, 0.05302305519580841, 0.011405570432543756, 0.027510348707437515, -0.006425740197300911, 0.04075897857546806, 0.017945460975170135, 0.03955325856804848, 0.08530871570110321, 0.0008953704964369535, 0.03825241699814797, -0.028578132390975952, -0.000858509331010282, -0.02104893699288368, 0.00864811334758997, 0.0032711343374103308, 0.015236757695674896, -0.013445272110402584, 0.04907534271478653, -0.017108354717493057, 0.038188204169273376, 0.029690509662032127, 0.07384131103754044, -0.00019381857418920845, -0.04486127197742462, 0.045322634279727936, 0.02124810591340065, -0.03749379143118858, 0.0296078696846962, 0.00795250665396452, -0.02434147521853447, -0.014375870116055012, 0.04175898805260658, -0.014002501033246515, -0.01901339553296566, -0.008020284585654736, -0.02815006673336029, -0.04897070303559303, -0.03900272026658058, 0.02690154500305653, 0.06284953653812408, -0.010789630934596062, 0.009265242144465446, 0.02096986211836338, 0.02874698117375374, -0.021685460582375526, -0.010050028562545776, -0.03575298935174942, 0.04061391204595566, 0.03546047955751419, -0.02039970271289349, 0.05859742313623428, -0.005288988351821899, -0.00818556547164917, -0.022554300725460052, 0.0004898972692899406, -0.052423764020204544, -0.032737504690885544, 0.03693016991019249, 0.01006429735571146, -0.0675772875547409, 0.03819296136498451, -0.010025057941675186, 0.0015535213751718402, -0.0189775750041008, 0.004632621072232723, 0.05359381064772606, 0.03141525760293007, -0.011148731224238873, -0.018703613430261612, -0.04262344166636467, 0.01690145581960678, -0.0016908590914681554, 0.0036679869517683983, 0.00460883928462863, 0.012033399194478989, 0.009640988893806934, -0.04952418804168701, -0.0253034308552742, 0.0024019235279411077, 0.03361741825938225, -0.01759825274348259, 0.02569344826042652, 0.08755367994308472, 0.004689696244895458, -0.037139151245355606, 0.006630260031670332, 0.012340179644525053, 0.018511459231376648, 0.0016670775366947057, 0.01100604236125946, -0.012204625643789768, -0.060633111745119095, 0.031358182430267334, 0.01400487869977951, -0.014715943485498428, -0.017174942418932915, 0.01568622700870037, -0.04026670381426811, -0.03530114144086838, -0.0010196284856647253, -0.013072647154331207, 0.01888720504939556, 0.043731655925512314, -0.027384307235479355, 0.046768542379140854, 0.005529180634766817, 0.03524406626820564, 0.015705250203609467, -0.026425914838910103, 0.002901333384215832, -0.02714887075126171, -0.007274736650288105, 0.004304437432438135, 0.010996528901159763, 0.012306587770581244, 0.030673276633024216, 0.05160464346408844, -0.012019130401313303, -0.01344363670796156, -0.03451159968972206, -0.0326661579310894, -0.011306282132863998, 0.005700407084077597, -0.04806463420391083, -0.04578874632716179, 0.00972897931933403, -0.029674457386136055, -0.023686295375227928, 0.03571932390332222, -0.040176331996917725, -0.03336057811975479, 0.016685044392943382, 0.019479362294077873, 0.0035957510117441416, -0.023122379556298256, 0.02083282172679901, -0.007333001587539911, -0.028511544689536095, 0.03141050040721893, -0.023876545950770375, -0.040770869702100754, 0.004367420915514231, -0.018868179991841316, 0.005212887655943632, 0.036747053265571594, -0.02278735674917698, -0.030316555872559547, -0.012447196058928968, -0.013617241755127909, -0.01352598052471876, -0.010720664635300636, 0.03185759112238884, 0.0614607073366642, 0.027867069467902184, 0.006896612234413624, -0.02936411090195179, 0.036024097353219986, -0.000228301651077345, -0.05640953406691551, 0.06300649791955948, 0.0025065618101507425, 0.013450772501528265, -0.02480907551944256, 0.023515067994594577, -0.03891591727733612, 0.035562142729759216, -0.040441494435071945, 0.032951537519693375, -0.024135762825608253, -0.002045202301815152, 0.024980004876852036, 0.002340091858059168, -0.04359610378742218, 0.0008252153638750315, 0.0167135838419199, -0.025260625407099724, 0.011153485625982285, 0.03105853497982025, 0.02246155217289925, -0.01927959732711315, -0.0022081048227846622, -0.02114643901586533, -0.05105395242571831, 0.00730565283447504, 0.0006684065447188914, -0.00716772023588419, 0.05036429315805435, 0.05119902268052101, 0.004404318984597921, 0.016097644343972206, 0.006435549817979336, -0.005141543224453926, -0.019943099468946457, 0.017655327916145325, 0.053584299981594086, 0.011671921238303185, -0.007143938913941383, -0.03601934015750885, 0.03319886326789856, -0.03129635006189346, 0.015206435695290564, -0.06830975413322449, -0.013745661824941637, 0.0539933405816555, -0.04121796041727066, 0.02899906598031521, -0.0051712701097130775, -0.0036076416727155447, 0.06131088361144066, 0.035443831235170364, -0.016418693587183952, 0.01178369391709566, -0.03058796189725399, -0.07752743363380432, -0.03355558589100838, 0.019767116755247116, -0.03932495787739754, -0.005122518166899681, -0.0170417670160532, 0.007291383575648069, 0.04064720496535301, -0.008416839875280857, -0.03684217855334282, -0.001143291825428605, -0.010397237725555897, 0.04309431463479996, 0.005460214335471392, 0.02713816985487938, -0.002078496385365725, 0.03139147534966469, 0.005585066974163055, 0.011407948099076748, 0.02637626975774765, -0.04272570088505745, -0.002914413344115019, 0.03993376344442368, 0.024927685037255287, 0.04137016087770462, 0.029082302004098892, -0.04038085415959358, 0.016644617542624474, 0.02722734957933426, 0.038088325411081314, 0.017279580235481262, 0.02584386430680752, -0.0476008914411068, -0.07115401327610016, 0.032540712505578995, 0.02698477916419506, -0.04067098721861839, -0.029232123866677284, -0.006958444137126207, -0.0063246688805520535, -0.011011986993253233, 0.019612537696957588, -0.024730300530791283, 0.013113075867295263, 0.013197499327361584, 0.021916957572102547, 0.013303624466061592, -0.03961033374071121, 0.005938221234828234, 0.020666055381298065, 0.006791973952203989, 0.005582020152360201, -0.01550429780036211, -0.026865869760513306, -0.025033513084053993, 0.04690171778202057, -0.03803125023841858, -0.04332023859024048, -0.040405526757240295, 0.04243616387248039, -0.04221677780151367, 0.01727006956934929, 0.04394806548953056, -0.01931021735072136, 0.06094226986169815, 0.01631048694252968, -0.0795060470700264, 0.03863648697733879, -0.035343948751688004, 0.022977609187364575, -0.02361970767378807, 0.013471581041812897, -0.08907569199800491, -0.04999805986881256, -0.02831416018307209, 0.05457360669970512, -0.022047754377126697, 0.0431348904967308, 0.024981193244457245, 0.020568551495671272, -0.03107756190001965, 0.0032390295527875423, 0.004920375999063253, -0.024063527584075928, -0.016456743702292442, 0.015233783982694147, 0.013388940133154392, -0.06376750022172928, -0.06738703697919846, -0.03420006111264229, -0.02548179216682911, -0.02220352552831173, -0.009054776281118391, 0.03220955654978752, -0.025969313457608223, -0.006071396637707949, 0.0044310730881989, -0.02697288617491722, -0.035115644335746765, 0.059201471507549286, -0.005136786960065365, 0.0067485724575817585, 0.010720070451498032, -0.036709003150463104, 0.003291348461061716, -0.04117991030216217, -0.0041712610982358456, -0.010990584269165993, 0.013129723258316515, -0.0030487782787531614, -0.004794334527105093, -0.0014530448243021965, -0.008054767735302448, 0.018779000267386436, 0.00991804152727127, -0.02562091313302517, 0.009855021722614763, 0.01805485412478447, -0.000292511482257396, -0.013888350687921047, -0.06919442117214203, 0.008330632001161575, 0.027096550911664963, -0.008209346793591976, -0.01118440181016922, 0.007788415532559156, -0.014748048037290571, 0.021498404443264008, 0.058369118720293045, -0.012637447565793993, 0.003788231872022152, 0.008728078566491604, 0.018149981275200844, -0.012650527060031893, -0.0507163442671299, -0.005499454215168953, -0.014113085344433784, -0.002601687563583255, -0.03658058121800423, -0.024528158828616142, -0.0015885989414528012, -0.00634488370269537, 0.040846969932317734, 0.02146035432815552, 0.009303292259573936, -0.021650604903697968, 0.029317736625671387, -0.038328517228364944, -0.02583613619208336, 0.055068258196115494, -0.042794667184352875, 0.027436627075076103, 0.03989333659410477, 0.0022538842167705297, 0.023793907836079597, 0.028487764298915863, -0.014192751608788969, 0.030318934470415115, -0.006212896201759577, 0.01284672413021326, -0.03874513879418373, -0.034872036427259445, -0.01662559062242508, -0.010839572176337242, 0.03750092163681984, 0.060404807329177856, 0.05009615793824196, -0.007029788568615913, 0.031408123672008514, 0.032066866755485535, -0.011845526285469532, 0.011110679246485232, -0.04045695438981056, 0.007202203385531902, 0.012306885793805122, -0.013155883178114893, 0.045841068029403687, -0.010284275747835636, -0.000803812057711184, 0.02568690851330757, 0.007882351987063885, -0.002375764073804021, 0.02515123039484024, -0.06566525995731354, 0.025765981525182724, 0.037089504301548, -0.025702960789203644, -0.03033558279275894, -0.033361174166202545, -0.03945813328027725, -0.005607658997178078, 0.014029255136847496, -0.012134470976889132, 0.013544708490371704, -0.024673225358128548, 0.004373403266072273, -0.004689696244895458, -0.08334912359714508, -0.01742227002978325, -0.02952701225876808, 0.03285878896713257, -0.004445119295269251, -0.0014566121390089393, -0.05132506415247917, 0.04640230908989906, -0.04061450809240341, -0.05459263175725937, 0.04347243905067444, -0.006145119201391935, 0.008375816978514194, 0.014761128462851048, -0.008283069357275963, -0.0022211847826838493, 0.0028353400994092226, -0.06572233885526657, -0.009717014618217943, 0.0042687649838626385, -0.014554229564964771, -0.03472563251852989, 0.01681346446275711, 0.0018216569442301989, 0.004680332262068987, 0.07288529723882675, -0.00928121991455555, 0.03339862823486328, -0.025469902902841568, -0.006853805854916573, 0.041251253336668015, -0.02511972188949585, -0.04868532717227936, -0.025179769843816757, 0.01211425568908453, 0.0022735039237886667, -0.02249246835708618, 0.045627035200595856, -0.05878767371177673, 0.047762610018253326, 0.017315847799181938, 0.004712288733571768, 0.015524511225521564, -0.040047913789749146, 0.031747303903102875, 0.017151160165667534, 0.013935912400484083, 0.037137068808078766, 0.04114185646176338, 0.03037363104522228, -0.05272816866636276, 0.02988373301923275, 0.0049512917175889015, 0.022813517600297928, -0.024218998849391937, -0.00919151958078146, 0.0550825297832489, -0.007103807758539915, -0.04475901275873184, -0.0129635501652956, 0.05616933852434158, 0.04139869660139084, -0.05145348235964775, 0.04831433296203613, 0.0014839607756584885, -0.005260450299829245, -0.0022081048227846622, -0.03173333406448364, -0.04136807844042778, 0.0502786822617054, -0.02071361802518368, -0.07139182835817337, 0.04490407928824425, -0.011162999086081982, 0.02041872777044773, 0.08639314770698547, 0.0018620853079482913, 0.01321533601731062, 0.026281442493200306, -0.016330702230334282, 0.008965595625340939, -0.023186886683106422, -0.013224849477410316, -0.037128742784261703, 0.011053605005145071, 0.006134431343525648, -0.01524389162659645, 0.0009060721495188772, 0.054366111755371094, 0.005935843102633953, 0.008447160944342613, 0.00371465808711946, -0.025331970304250717, 0.04267338290810585, 0.047914810478687286, -0.015322964638471603, -0.005134408827871084, 0.05062113329768181, 0.050197821110486984, 0.007915646769106388, -0.07634787261486053, 0.024599503725767136, -0.013123777695000172, -0.012982277199625967, -0.05869254842400551, -0.06394349038600922, 0.05969136953353882, 0.02903711423277855, 0.003659960813820362, 0.01770051196217537, 0.04402416944503784, -0.06838585436344147, -0.012566102668642998, 0.0048228721134364605, -0.01083005964756012, 0.005560096353292465, 0.04325840622186661, 0.05431736260652542, 0.033293988555669785, 0.0289847943931818, 0.03218220919370651, 0.018340231850743297, -0.05054265260696411, 0.027739837765693665, 0.05467110872268677, 0.0007657617679797113, -0.014984672889113426, -0.010050028562545776, 0.0065265134908258915, 0.03460196778178215, 0.011922146193683147, -0.006192682310938835, -0.032471153885126114, 0.02465984970331192, 0.013154692947864532, -0.024142898619174957, 0.009990871883928776, -0.05061756446957588], [-0.031392261385917664, -0.03302412107586861, 0.004651640076190233, -0.03635092452168465, -0.002481435425579548, 0.03796175494790077, 0.03405875340104103, -0.04518946260213852, 0.01777801290154457, 0.047244008630514145, -0.022169943898916245, -0.021674707531929016, -0.030063221231102943, -0.024604063481092453, -0.024655058979988095, 0.019876718521118164, 0.019649604335427284, -0.012003418058156967, 0.03816363587975502, 0.00042426236905157566, -0.0047331275418400764, -0.022879675030708313, -0.01955076679587364, 0.0466846339404583, -0.033805351704359055, 0.025407373905181885, 0.0583263523876667, 0.008550438098609447, 0.012159033678472042, 0.04440717771649361, -0.037343502044677734, -0.02217835560441017, -0.013953868299722672, -0.0289444737136364, -0.0638023316860199, -0.002537162508815527, -0.016909509897232056, 0.057157132774591446, -0.05537806823849678, 0.005804035346955061, 0.0024961556773632765, 0.006211474537849426, -0.044463954865932465, 0.04846053943037987, 0.001804298022761941, 0.017445752397179604, -0.030534273013472557, 0.02480909787118435, -0.015331274829804896, -0.03044174425303936, 0.06906381249427795, -0.009967800229787828, 0.005401328206062317, 0.01364579237997532, 0.03265400975942612, 0.04578037932515144, 0.014478808268904686, -0.012657160870730875, 0.05288401618599892, 0.0052719986997544765, -0.006704081315547228, 0.05431399494409561, 0.01104869693517685, 0.003656962886452675, 0.03258251026272774, -0.006454886868596077, 0.01133048627525568, 0.04897260293364525, 0.005848196800798178, -0.044909778982400894, 0.012474470771849155, 0.024747062474489212, -0.0027653283905237913, -0.02161792851984501, 0.030002236366271973, 0.015342840924859049, -0.06914372742176056, 0.019292108714580536, -0.004592758137732744, -0.00605428172275424, -0.03295262157917023, -0.007060525007545948, -0.02201169915497303, -0.06696932017803192, -0.04117920994758606, -0.0324496328830719, 0.03544982895255089, -0.03964408487081528, 0.033667612820863724, 0.008137478493154049, -0.032290466129779816, 0.025722810998559, 0.010951962321996689, 0.05070539936423302, -0.011723204515874386, 0.01541854627430439, 0.02118157409131527, -0.006708287168294191, 0.0006897549028508365, -0.011069726198911669, 0.008762305602431297, 0.030938031151890755, -0.026489323005080223, 0.004496024455875158, -0.03616166487336159, 0.01760978065431118, 0.01578892208635807, 0.0051810480654239655, 0.004083853680640459, 0.057950980961322784, 0.02356259524822235, -0.021575869992375377, -0.008859565481543541, -0.06206953525543213, -0.005257278680801392, -0.029419729486107823, 0.06029467284679413, -0.012852994725108148, -0.05273260921239853, 0.03002116270363331, -0.011111784726381302, 0.008592495694756508, 0.026437800377607346, -0.013301965780556202, 0.011252677999436855, -0.008049944415688515, 0.004690543748438358, 0.02451574243605137, -9.52881746343337e-05, 0.019641192629933357, 0.02380916103720665, -0.04781179502606392, 0.016129527240991592, -0.008034172467887402, -0.041461002081632614, 0.03785240650177002, 0.015374024398624895, 0.007217192091047764, -0.006558980327099562, 0.006245646625757217, -0.0262990090996027, -0.03361714258790016, 0.004270815756171942, 0.03856896981596947, -0.010241178795695303, 0.002464612014591694, -0.006695669610053301, -0.01728593185544014, -0.0005020701210014522, -0.0033754354808479548, -0.013551161624491216, -0.019236743450164795, -0.0015309195732697845, 0.03559913486242294, 0.055306047201156616, 0.021622134372591972, 0.012968654744327068, 0.001176578924059868, -0.0896344929933548, -0.008820662274956703, 0.015868568792939186, -0.01657935418188572, 0.04178064316511154, -0.014350268058478832, 0.004091871436685324, -0.03312821313738823, 0.011860419996082784, -0.01397174410521984, 0.02024262398481369, 0.027548139914870266, 0.03309982642531395, 0.005634751170873642, 0.0352058932185173, -0.01158283557742834, -0.030685681849718097, 0.04153670370578766, 0.04083012789487839, 0.0321892648935318, -0.024460801854729652, 0.013019124045968056, 0.0064307027496397495, 0.006840770598500967, -0.03532680869102478, -0.007402248214930296, -0.05378406494855881, -0.009130841121077538, -0.022909117862582207, -0.014552147127687933, -0.005181573331356049, 0.04240310564637184, 0.03860945254564285, -0.01952553167939186, -0.007098508533090353, 0.01274364348500967, -0.03555181995034218, 0.03478320688009262, -0.01584753952920437, -0.04911560192704201, 0.00216389587149024, -0.038466453552246094, 0.0073112971149384975, 0.025994086638092995, 0.06841190904378891, 0.02376500144600868, -0.022831307724118233, -0.04162503033876419, 0.015828615054488182, -0.03676414862275123, 0.0683256983757019, -0.04266912490129471, -0.014720379374921322, 0.03905421867966652, 0.019113361835479736, 0.009239140897989271, 0.0007906946702860296, 0.01912808232009411, 0.03185490146279335, -0.06348268687725067, 0.05107971653342247, 0.012440823018550873, -0.01803877390921116, -0.02504882961511612, 0.049527768045663834, -0.029062235727906227, -0.026269568130373955, 0.02510455809533596, 0.0014299796894192696, 0.07156627625226974, -0.03380219638347626, -0.024675562977790833, 0.05777117982506752, 0.004521259572356939, 0.0417049378156662, -0.04049786925315857, -0.005400276277214289, 0.028330421075224876, -0.0290075596421957, 0.03383899852633476, 0.0058502997271716595, -0.004216337110847235, -0.07400565594434738, -0.015998950228095055, 0.06310416758060455, 0.00476099131628871, 0.02074627205729485, 0.0025024644564837217, 0.0537504144012928, -0.012402971275150776, 0.012095946818590164, -0.01749306730926037, -0.0011523953871801496, 0.009892094880342484, -0.0030691991560161114, -0.007524216547608376, -0.003124926472082734, 0.02848183177411556, -0.046238817274570465, 0.026715386658906937, -0.03590931370854378, 0.03364027291536331, 0.015222975984215736, -0.07316449284553528, 0.0018968259682878852, -0.03263087570667267, 0.02767851948738098, -0.0010030887788161635, 0.051229026168584824, -0.024435831233859066, -0.034735891968011856, -0.027492938563227657, -0.0003869356878567487, -0.009231780655682089, -0.0074353693053126335, -0.010133929550647736, -0.030774006620049477, 0.00038483276148326695, 0.03681961074471474, -0.044652171432971954, 0.031975820660591125, 0.04958664998412132, -0.07498981803655624, -0.04095630347728729, -0.0006750345346517861, 0.04483406990766525, 0.03691871091723442, 0.005183676723390818, -0.0025329566560685635, -0.042886774986982346, 0.01940987259149551, -0.025613460689783096, -0.0091597568243742, 0.0021239405032247305, 0.017834791913628578, 0.0266764834523201, 0.07385214418172836, -0.01751304604113102, -0.0200049951672554, -0.007982651703059673, -0.11089913547039032, -0.050772689282894135, 0.07806847989559174, 0.04597805440425873, -0.0026706974022090435, 0.028547022491693497, 0.04492659866809845, -0.03283906355500221, -0.04904620349407196, 0.07920405268669128, -0.0267195925116539, -0.01466990914195776, 0.0006676743505522609, 0.00888269767165184, -0.03095485642552376, -0.017906291410326958, 0.04452494531869888, 0.007127818185836077, 0.009580864571034908, 0.05354012548923493, -0.055956367403268814, -0.008725570514798164, 0.0016444766661152244, -0.004157455638051033, -0.0002628639340400696, -0.03561070188879967, 0.04045160114765167, 0.06483696401119232, 0.009879477322101591, 0.02446421980857849, -0.06725110858678818, -0.051803115755319595, -0.04660051688551903, -0.016047315672039986, 0.006458040792495012, -0.027800489217042923, -0.008045739494264126, 0.010661760345101357, -0.0010682789143174889, 0.012945521622896194, -0.011805744841694832, 0.018884144723415375, 0.006948018912225962, -0.04734073951840401, 0.023289743810892105, -0.0422779805958271, 0.015990538522601128, -0.04831859469413757, -0.03706170991063118, -0.00923631526529789, -0.017148716375231743, -0.027195900678634644, 0.05591220781207085, -0.023720839992165565, -0.022547414526343346, 0.004664257634431124, -0.00902796257287264, 0.007076296955347061, 0.03444358706474304, -0.026631269603967667, 0.008579878136515617, 0.03604810684919357, 0.03773043677210808, -0.04676033928990364, -0.07684879004955292, 0.02450522780418396, -0.0039114151149988174, 0.0036895580124109983, 0.009244398213922976, 0.0024667151737958193, 0.03799750655889511, -0.0015056845732033253, 0.04745850712060928, 0.02578800357878208, -0.008008413016796112, 0.061924826353788376, -0.03639929369091987, 0.015249262563884258, -0.03798699006438255, -0.0445706844329834, 0.012318854220211506, 0.004054938908666372, -0.002792666433379054, -0.03953053057193756, 0.02204771153628826, 0.00981008168309927, -0.009177105501294136, 0.038146551698446274, 0.025996189564466476, -0.0062056914903223515, -0.029145298525691032, 0.03408398851752281, -0.004151146858930588, -0.027876192703843117, -0.031308144330978394, 0.02690044231712818, -0.0052317725494503975, -0.04071026295423508, -0.0005278307944536209, -0.056035228073596954, 0.04693698137998581, -0.005433923099189997, -0.03398725390434265, -0.02808963879942894, -0.024115663021802906, -4.416113733896054e-05, 0.0013164224801585078, -0.04412749037146568, -0.02013327367603779, -0.036506541073322296, -0.014129461720585825, 0.05857028812170029, 0.05765762552618981, -0.01578865759074688, 0.009240192361176014, -0.024024710059165955, 0.024789121001958847, 0.023830190300941467, 0.0008495762594975531, -0.006136295385658741, -0.01130104623734951, 0.012110667303204536, 0.0034571862779557705, 0.005244858097285032, -0.010985610075294971, 0.022307684645056725, 0.03206939995288849, 0.006813433021306992, 0.013281987980008124, -0.026149703189730644, 0.0007991063175722957, 0.03230071812868118, 0.007139384280890226, 0.03914779797196388, -0.0052719986997544765, 0.03363817185163498, 0.01995084621012211, 0.007437997963279486, 0.018774792551994324, 0.023933233693242073, -0.0016739174025133252, -0.018373137339949608, 0.0011692186817526815, -0.025835581123828888, 0.007084708195179701, -0.007119143847376108, -0.006809226702898741, 0.011531052179634573, -0.04540816694498062, -0.03966090828180313, -0.03714792802929878, -0.09707038849592207, -0.034719068557024, -0.05333403870463371, -0.04893054440617561, 0.018455149605870247, -0.04728816822171211, -0.00011776303290389478, 0.013381876051425934, 0.000982059631496668, -0.012787804007530212, -0.0029774594586342573, -0.0022427551448345184, 0.016259711235761642, 0.012190577574074268, -0.02151068113744259, -0.05049510672688484, -0.04300453886389733, -0.0004647434398066253, -0.03058474324643612, -0.03392837196588516, -0.00800368096679449, 0.035261619836091995, -0.02793507464230061, -0.002157587092369795, 0.0039450619369745255, -0.04429572448134422, 0.029415525496006012, 0.03773464262485504, 0.02206795290112495, -0.0199187770485878, -0.028136953711509705, -0.01827850565314293, -0.006857068743556738, 0.019111258909106255, -0.0006266675773076713, 0.008692384697496891, 0.01435499917715788, -0.04342091456055641, 0.03105579689145088, -0.04323165491223335, -0.04809778928756714, 0.01934678480029106, 0.05046146363019943, -0.04517894610762596, 0.03612381219863891, -0.04367116093635559, 0.05166012421250343, -0.02519918791949749, 0.03789866715669632, 0.0009421042632311584, -0.005028061103075743, 0.008107774890959263, 0.0577564612030983, -0.010213840752840042, 0.013416574336588384, 0.010540317744016647, -0.06284130364656448, 0.020606428384780884, 0.00952776614576578, 0.007789183873683214, -0.018690675497055057, -0.06605665385723114, -0.043807849287986755, 0.01685483567416668, -0.000259319378528744, -0.004473418463021517, 0.04456069320440293, 0.003007163293659687, -0.051109157502651215, 0.007114149164408445, 0.027506081387400627, 0.01185621414333582, -0.009824802167713642, -0.033894725143909454, 0.059335749596357346, 0.01142827235162258, 0.010586055926978588, 0.043076034635305405, -0.03692081570625305, -0.029876060783863068, -0.03279700502753258, -0.021054349839687347, -0.01860971376299858, -0.024441087618470192, 0.05032267048954964, 0.03162989020347595, -0.01963803730905056, -0.01880817674100399, -0.018139712512493137, 0.020585400983691216, 0.0003574949223548174, -0.005867122672498226, 0.03395360708236694, 0.04432937130331993, -0.026101335883140564, -0.0475289486348629, -0.018564371392130852, -0.01943931356072426, 0.023872248828411102, 0.0015708747087046504, 0.006037458777427673, -0.01246816199272871, 6.729316373821348e-05, -0.05103345587849617, -0.027537625283002853, 0.011725833639502524, -0.03315029665827751, -0.044346194714307785, 0.005715712904930115, 0.0904756560921669, -0.003181705018505454, 0.00880489032715559, -0.029407113790512085, 0.02291121892631054, 0.010140239261090755, -0.018578171730041504, 0.03488309681415558, -0.006390747614204884, -0.01941250078380108, -0.024763884022831917, -0.02131405845284462, -0.016873762011528015, 0.016639286652207375, -0.01865282468497753, 0.0063744499348104, -0.011723730713129044, -0.0014855755725875497, 0.06294434517621994, -0.05471775308251381, -0.012060723267495632, -0.037534866482019424, 0.059932973235845566, 0.02788040041923523, 0.01856870763003826, -0.045111652463674545, 0.020751528441905975, -0.006428600288927555, -0.029111653566360474, 0.028279952704906464, 0.0011544984299689531, -0.02858392149209976, -0.013164225034415722, -0.011829927563667296, 0.029802458360791206, 0.007925872690975666, -0.05220267176628113, -0.03796175494790077, -0.030096866190433506, 0.04203299432992935, -0.05288401618599892, -0.015965303406119347, -0.028448186814785004, -0.023830190300941467, -0.00921811256557703, -0.0016739174025133252, 0.060075972229242325, -0.04746691510081291, -0.02911270596086979, 0.017016759142279625, -0.017341002821922302, 0.0007612539338879287, 0.0028347247280180454, 0.033968329429626465, -0.0034761126153171062, -0.017006244510412216, -0.029042258858680725, -0.012539660558104517, -0.02496681548655033, 0.03478635847568512, -0.02304370328783989, -0.016552014276385307, 0.04600749537348747, -0.04547335207462311, -0.004046001471579075, -0.005321942735463381, -0.006979562807828188, 0.05231622979044914, 0.03219977766275406, 0.022021686658263206, 0.04138845205307007, -0.010192811489105225, 0.0485520176589489, -0.04962870851159096, 0.02504882961511612, 0.005740948021411896, -0.022621016949415207, 0.08539502322673798, -0.07939331233501434, -0.03328067436814308, -0.055881716310977936, -0.028864560648798943, -0.017089834436774254, -0.0034613923635333776, -0.05986568331718445, -0.04599487781524658, 0.009240192361176014, -0.014896761626005173, 0.0250309556722641, -0.001503055915236473, -0.017917856574058533, 0.008821976371109486, 0.013116910122334955, -0.011448250152170658, -0.04866977781057358, 0.005951239261776209, 0.0728616714477539, -0.01619872637093067, -0.0274776928126812, -0.000467372068669647, 0.008565027266740799, -0.03683945909142494, 0.04618413746356964, -0.001989354146644473, 0.05366629734635353, 0.07518328726291656, 0.02692357636988163, 0.029129527509212497, -0.0047231391072273254, -0.019641192629933357, -0.0384075753390789, -0.04114135727286339, 0.01747729629278183, 0.030748769640922543, -0.0022185714915394783, -0.03740658983588219, -0.005744102410972118, -0.03527843952178955, -0.047481633722782135, -0.007306565996259451, 0.036313075572252274, 0.03369705379009247, -0.03615456447005272, 0.01658461056649685, 0.021659987047314644, 0.004111717455089092, 0.037213120609521866, 0.048190318048000336, -0.01798863336443901, 0.024919500574469566, -0.04099573194980621, -0.0322754867374897, -0.022534798830747604, 0.006063219625502825, 0.016691595315933228, 0.016684498637914658, 0.010032990016043186, 0.022837618365883827, 0.029230467975139614, 0.05603838339447975, -0.04310968518257141, 0.028431361541152, -0.005543274339288473, 0.016774924471974373, 0.038432806730270386, 0.0072676618583500385, 0.017124006524682045, -0.021983835846185684, 0.030601564794778824, -0.014146285131573675, 0.020991262048482895, -0.06104331463575363, -0.04263021796941757, 0.055264510214328766, -0.022502204403281212, 0.016749689355492592, -0.049429457634687424, -0.005575869232416153, 0.021454952657222748, 0.04679398238658905, 0.013151608407497406, 0.01608201488852501, 0.02930407039821148, -0.0282757468521595, -0.0815424919128418, -0.025485709309577945, -0.021531710401177406, -0.007961622439324856, -0.044333577156066895, -0.03299468010663986, -0.03670421615242958, -0.02966366708278656, -0.02924308553338051, -0.013044359162449837, -0.026351582258939743, -0.00194309011567384, 0.010216600261628628, 0.024629296734929085, -0.024620886892080307, -0.02562630921602249, -0.0016431623371317985, -0.00055516860447824, 0.023525267839431763, 0.0006855491083115339, -0.010369456373155115, -0.017899982631206512, -0.017588751390576363, -0.04286574572324753, -0.05173582583665848, 0.03597240149974823, 0.03185490146279335, 0.030433332547545433, 0.03144903853535652, 0.015940068289637566, -0.019458238035440445, 0.07359348982572556, -0.027358876541256905, -0.06778103858232498, 0.03478635847568512, -0.05956707149744034, 0.015230335295200348, 0.02660182863473892, 0.028368273749947548, -0.0755365788936615, 0.02216048166155815, 0.019335219636559486, 0.010535585694015026, 0.01036104466766119, -0.02265361323952675, 0.011877243407070637, 0.010686996392905712, 9.831110946834087e-05, 0.02093658596277237, -0.023804957047104836, 0.007756588980555534, 0.003578235162422061, 0.01783689484000206, -0.009667083621025084, -0.03225024789571762, -0.012147992849349976, -0.037228889763355255, -0.04678557440638542, -0.061754096299409866, 0.0588688999414444, 0.014577382244169712, -0.01900953054428101, -0.053373996168375015, -0.008121443912386894, -0.006086877081543207, -0.03017677925527096, 0.0198309812694788, -0.03270868584513664, -0.0132357245311141, 0.0002470921026542783, -0.08645699173212051, 0.0002591838128864765, -0.07336637377738953, 0.018934614956378937, 0.004531774204224348, 0.03499770164489746, -0.038010124117136, -0.017866333946585655, 0.03658224642276764, 0.01493908278644085, 0.02361989952623844, 0.00029020177316851914, -0.04933062195777893, -0.004585135728120804, 0.02195859886705875, -0.01715850830078125, -0.006853913888335228, -0.021975424140691757, -0.005454951897263527, -0.013313531875610352, 0.00015561544569209218, 0.0020966026932001114, 0.009125057607889175, -0.05391654372215271, 0.022917529568076137, -0.01635749638080597, 0.01007504854351282, 0.010958271101117134, 0.06958113610744476, 0.04826601967215538, -0.007747125346213579, 0.023507393896579742, 0.00756522361189127, -0.029476508498191833, 0.032077811658382416, 0.016366958618164062, -0.00720036868005991, 0.01201813854277134, 0.01513531059026718, -0.01398856658488512, -0.02055385708808899, 0.06066899374127388, 0.0033304858952760696, -0.005160544533282518, -0.03682408109307289, -0.004672668874263763, 0.056820664554834366, -0.04892633855342865, -0.014131564646959305, 0.02357153408229351, 0.006540054455399513, -0.0007859631441533566, 0.035088784992694855, -0.007222449406981468, 0.04467320069670677, -0.03968614339828491, -0.04072918742895126, -0.03422974422574043, -0.02559243142604828, -0.0038809231482446194, -0.011591248214244844, -0.022231977432966232, -0.0014425971312448382, 0.0180976539850235, 0.029705725610256195, 0.006632582284510136, 0.04126332700252533, -0.012526516802608969, -0.0006508511141873896, 0.0007738713757134974, 0.012066504918038843, -0.03812998905777931, -0.037175267934799194, 0.045124273747205734, 0.0027043442241847515, -0.012013932690024376, 0.009101400151848791, 0.013603733852505684, -0.023706121370196342, 0.04299192130565643, -0.0060753109864890575, 0.02670276910066605, 0.04641440510749817, -0.04417796432971954, 0.04053571820259094, 0.0008640337618999183, 0.0029966486617922783, -0.014451207593083382, 0.00031964253867045045, 0.01611415110528469, -0.002342643216252327, -0.03623736649751663, -0.02476283349096775, 0.001268055522814393, -0.042771115899086, -0.017229152843356133, -0.0032069399021565914, -0.00271906447596848, -0.02550305798649788, 0.00666202325373888, -0.02373766526579857, 0.0689081996679306, 0.006123678293079138, -0.09888730198144911, 0.051163312047719955, -0.034866269677877426, 0.0029566935263574123, 0.050800029188394547, -0.0015140961622819304, 0.034231193363666534, -0.01379089243710041, -0.027470331639051437, 0.0013080108910799026, -0.03542354330420494, -0.010468292981386185, -0.020869292318820953, 0.0016150360461324451, -0.0127050019800663, 0.03798278421163559, 0.01704620011150837, -0.004151146858930588, 0.04703792184591293, -0.03333535045385361, 0.018463561311364177, -0.022379182279109955, -0.0623723529279232, -0.04215916991233826, -0.023912204429507256, -0.003734770696610212, 0.0064207143150269985, 0.03930341452360153, -0.005544325802475214, -0.03822251781821251, 0.09195610880851746, 0.020143788307905197, -0.029062235727906227, 0.02764276973903179, -0.05538122355937958, -0.0504194051027298, 0.0026076100766658783, 0.024331210181117054, 0.024116188287734985, 0.04676559567451477, 0.008061510510742664, -0.013818230479955671, 0.05838523060083389, -0.04992732033133507, 0.04057777673006058, 0.01840047538280487, -0.0033005194272845984, -0.02707182988524437, 0.0034960901830345392, 0.02566393092274666, 0.024062562733888623, 0.003957679029554129, 0.01988513022661209, -0.016664521768689156, 0.03472327068448067, -0.008777552284300327, -0.01626076176762581, -0.028498653322458267, -0.02385871298611164, -0.03669159859418869, 0.0006734573980793357, -0.02990340068936348, -0.007280279416590929, 0.025016233325004578, -0.05369994789361954, 0.07088493555784225, 0.01982414536178112, 0.013619505800306795, 0.03591352328658104, 0.00670618424192071, -0.025550372898578644, -0.012970756739377975, 0.007862785831093788, -0.011822568252682686, -0.03440573439002037, -0.03511599078774452, 0.00786594022065401, -0.03489571064710617, -0.010030887089669704, 0.004064927808940411, 0.05511730909347534, -0.03864309936761856, 0.02891082689166069, -0.019767366349697113, -0.013930737040936949, 0.018555037677288055, 0.00747585017234087, -0.033705465495586395, -0.0011597556294873357, 0.04489689692854881, 0.023506345227360725, 0.005737793631851673, -0.004385621752589941, 0.03420175239443779, 0.03467701002955437, -0.03897956386208534, 0.03193901851773262, -0.01072695106267929, -0.004024972207844257, -0.010157061740756037, 0.02548202872276306, 0.02668173983693123, -0.07695183902978897, 0.009551028721034529, -0.03903844580054283, 0.0013101138174533844, 0.002237497828900814, 0.033774860203266144, 0.0007696655229665339, 0.04753289371728897, 0.01207912340760231, -0.0217877384275198, -0.01502162218093872, -0.03700282797217369, 0.025060394778847694, 0.04512637481093407, -0.00028547021793201566, 0.009450484067201614, 0.03083709254860878, 0.07085128873586655, 0.020616943016648293, -0.009999344125390053, 0.01709667034447193, -0.03964829072356224, 0.0266964603215456, 0.013600053265690804, -0.04241151735186577, -0.01797463558614254, -0.012583822011947632], [-0.021706530824303627, -0.05842255428433418, -0.02588578686118126, 0.017983585596084595, 0.010454957373440266, -0.005774619523435831, 0.004469242878258228, -0.02841551229357719, 0.010095030069351196, 0.08014614135026932, -0.03098916821181774, 0.007786258589476347, -0.009164506569504738, -0.03726188465952873, -0.05019710212945938, 0.04676328971982002, 0.008164044469594955, -0.011053700000047684, 0.04950965940952301, 0.0525946281850338, -0.013009432703256609, 0.006580192595720291, 0.03248900547623634, 0.04171662777662277, -0.023974843323230743, 0.0420735701918602, -0.01105881668627262, -0.029312774538993835, -0.010457516647875307, 0.023209357634186745, 0.02709563635289669, -0.05485739931464195, 9.55257928580977e-05, -0.06264445185661316, 0.010103772394359112, -0.00822545401751995, -0.01753324829041958, 0.0658445730805397, -0.06211906298995018, -0.013319025747478008, -0.04752195253968239, 0.03403106704354286, -0.03479868546128273, 0.056414809077978134, 0.028487157076597217, 0.017206797376275063, -0.04227016493678093, 0.008890722878277302, -0.012203527614474297, -0.06661900877952576, 0.004383098799735308, 0.01173474732786417, 0.005879953969269991, -0.01864288374781609, -0.008709905669093132, 0.049229905009269714, 0.04710104316473007, -0.03227066248655319, 0.08339402079582214, 0.04217123240232468, -0.024454602971673012, 0.008648496121168137, -0.05373667553067207, -0.020348701626062393, -0.005013398826122284, 0.029258187860250473, 0.04523487761616707, 0.018584033474326137, 0.025795375928282738, -0.01233647484332323, 0.004562209825962782, -0.004854757804423571, -0.018552474677562714, -0.011469067074358463, 0.03924831002950668, -0.01068353746086359, -0.05900765210390091, 0.0024239670019596815, -0.037459760904312134, -0.04297296330332756, -0.02273855358362198, 0.01326102763414383, -0.05637386813759804, -0.0665610134601593, -0.0356447696685791, 0.0059260111302137375, -0.036850783973932266, -0.019514555111527443, -0.018934577703475952, 0.010787592269480228, -0.03143886476755142, -0.026150187477469444, 0.03364000841975212, 0.023466935381293297, -0.022228511050343513, 0.03397989273071289, 0.030230505391955376, 0.03223313391208649, 0.004901880864053965, -0.02194363996386528, 0.03809432312846184, -0.00811031088232994, 0.02247585542500019, -0.029022784903645515, -0.0643775686621666, 0.014953198842704296, 0.014994138851761818, -0.02299954369664192, 0.018866345286369324, -0.0033152569085359573, 0.007380220573395491, 0.008573440834879875, 0.014225667342543602, -0.006541811861097813, -0.04400327801704407, -0.017899146303534508, 0.015618468634784222, 0.011031524278223516, -0.025375746190547943, -0.013252499513328075, -0.02866264432668686, 0.01372330542653799, 0.02698262594640255, 0.03811820596456528, -0.02838139794766903, 0.023707455024123192, -0.004271368030458689, -0.004435126669704914, -0.011851276271045208, -0.02215857431292534, 0.020896269008517265, -0.0028435983695089817, 0.051276031881570816, 0.0111765181645751, -0.030406203120946884, 0.032651059329509735, -0.018627531826496124, 0.014027154073119164, -0.0215313658118248, 0.015145957469940186, -0.04930666461586952, 0.005499556660652161, 0.0015522942412644625, 0.03571982681751251, -0.007758059538900852, -0.001698568114079535, -0.03986496478319168, -0.0505877323448658, 0.014275990426540376, 0.0017945202998816967, -0.042817093431949615, -0.020001567900180817, -0.01273222453892231, 0.04528264328837395, -0.004121255595237017, -0.0029141500126570463, 0.009916985407471657, -0.011732615530490875, -0.03763886913657189, 0.013093858025968077, 0.03576929494738579, 0.03471509739756584, 0.04921497404575348, -0.012486586347222328, -0.011620031669735909, -0.01486790832132101, 0.03575138375163078, -0.013247381895780563, -0.01194061804562807, -0.024894705042243004, 0.04920601844787598, 0.002106684958562255, -0.006996411830186844, 0.008778139017522335, -0.02850080467760563, 0.016653047874569893, -0.0016614665510132909, -0.01967831514775753, 0.014452542178332806, 0.0245363786816597, 0.007437366060912609, 0.013674689456820488, -0.012382958084344864, 0.0010337255662307143, -0.018888521939516068, -0.004933225456625223, 0.0013141193194314835, -0.005115747917443514, -0.0006833933293819427, 0.05454779043793678, -0.0003241053782403469, -0.04432738199830055, 0.03632539138197899, 0.018852699548006054, -0.009047658182680609, 0.029118310660123825, 0.04905932396650314, -0.014622270129621027, -0.013370200991630554, 0.013404316268861294, -0.018671030178666115, 0.02996966801583767, 0.022844312712550163, -0.002355734584853053, -0.03312954306602478, -0.06536693871021271, 0.033164508640766144, -0.03469718620181084, 0.03896088153123856, -0.025194929912686348, 0.005069690756499767, 0.0251539908349514, 0.007895378395915031, 0.06375493854284286, 0.01702832616865635, 0.008314155973494053, 0.028920436277985573, -0.01934056170284748, 0.05617514252662659, 0.02605903334915638, -0.01020505465567112, -0.01975337043404579, 0.02014741487801075, -0.007944846525788307, -0.025844847783446312, 0.007384912110865116, -0.012791714631021025, 0.062192413955926895, -0.07384144514799118, -0.03494538366794586, 0.05535037815570831, -0.06110581010580063, 0.047143686562776566, -0.012873168103396893, -0.020411817356944084, -0.000875084544532001, -0.031404104083776474, 0.01079441513866186, -0.026359310373663902, -0.013061447069048882, -0.06416604667901993, 0.00384320761077106, 0.060348425060510635, -0.00032367894891649485, -0.005357973743230104, -0.004809979815036058, 0.003905470017343759, 0.03475945070385933, -0.032114580273628235, 0.049222227185964584, 0.035910025238990784, 0.0391826368868351, -0.06657977402210236, -0.003950674086809158, 0.0160142183303833, -0.007098867557942867, 0.006051389034837484, 0.033631905913352966, -0.031189387664198875, 0.09407243877649309, -0.006881269160658121, -0.0390222892165184, -0.05204738304018974, -0.043960630893707275, 0.0405745841562748, -0.014816733077168465, -0.009269414469599724, 0.029053490608930588, 0.016398025676608086, -0.048308759927749634, -0.020299233496189117, -0.04406468942761421, 0.06538740545511246, 0.026068735867738724, -0.02278972789645195, 0.004151960369199514, 0.047831133008003235, -0.01780703291296959, 0.057479240000247955, 0.024410253390669823, -0.010930880904197691, -0.019704755395650864, 0.0018286367412656543, 0.017151998355984688, 0.033660903573036194, 0.0030883781146258116, 0.022073283791542053, -0.06849199533462524, -0.012221758253872396, -0.0010516367619857192, 0.0008972601499408484, -0.01281410362571478, -0.01637585088610649, 0.04261644929647446, 0.05073102191090584, -0.014172228053212166, -0.014773234724998474, -0.03973190858960152, -0.0668407678604126, -0.05264836177229881, 0.05801145359873772, 0.00046057082363404334, -0.014306695200502872, 0.05685149505734444, 0.028108466416597366, -0.034658804535865784, -0.04626689851284027, 0.05722678080201149, 0.01949579268693924, -0.0045357695780694485, -0.021759413182735443, -0.0275387242436409, -0.000962081248871982, -0.0012287752470001578, 0.023884862661361694, -0.010835354216396809, 0.0027037211693823338, 0.043030962347984314, -0.02996269054710865, -0.015093076042830944, -0.007955933921039104, 0.024746298789978027, 0.0021493304520845413, -0.0433550663292408, 0.04790959879755974, 0.02902960777282715, 0.002794129541143775, 0.031987495720386505, -0.033652376383543015, -0.012665271759033205, 0.04275248572230339, -0.02148648165166378, 0.025362100452184677, -0.020169589668512344, -6.311525794444606e-05, 0.012653756886720656, 0.02293642610311508, -0.039902493357658386, 0.004811046179383993, -0.009287538938224316, 0.021131671965122223, -0.05179545283317566, 0.017085472121834755, -0.0010772239184007049, -0.0046176486648619175, -0.05551839992403984, 0.012756106443703176, -0.007077864836901426, 0.0014392838347703218, -0.019057396799325943, -0.010680979117751122, 0.006320907734334469, 0.018607061356306076, 0.007273607421666384, 0.0041946060955524445, -0.00018422832363285124, 0.0004627030866686255, -0.01483038067817688, -0.0197891928255558, -0.025612855330109596, 0.05725065618753433, -0.03455987200140953, -0.033239565789699554, 0.061965540051460266, 0.012971038930118084, -0.028998902067542076, -0.01717076264321804, -0.015180925838649271, 0.061597082763910294, -0.02769992314279079, 0.0682293027639389, 0.04498257488012314, -0.008145280182361603, 0.0023213515523821115, 0.0021017808467149734, 0.011722380295395851, -0.03935663029551506, -0.05485910177230835, 0.02002459578216076, -0.039139989763498306, -0.010275846347212791, 0.02416461519896984, 0.01400626078248024, -0.0033843424171209335, -0.016677355393767357, 0.03573347255587578, 0.013580016791820526, 0.01850748434662819, -0.03386560082435608, 0.05220143869519234, -0.014808844774961472, -0.018924342468380928, 0.00819816067814827, 0.0460980199277401, 0.013905826956033708, 0.0057184346951544285, -0.012949289754033089, 0.031427133828401566, 0.033422090113162994, 0.004357511643320322, -0.040146421641111374, -0.01315185520797968, -0.028108466416597366, -0.006798536982387304, 0.012677637860178947, -0.03955450654029846, -0.04723750799894333, 0.013677247799932957, -0.04935954511165619, 0.007094496861100197, 0.005340915638953447, -0.002279825508594513, -0.050847020000219345, -0.02307630516588688, 0.052825767546892166, -0.015610791742801666, -0.04094645380973816, -0.000549273332580924, 0.020490283146500587, 0.009208431467413902, 0.02409936860203743, -0.004667117726057768, -0.04467878118157387, 0.05040350556373596, 0.052433427423238754, 0.0067857434041798115, -0.017331110313534737, -0.025348879396915436, -0.0026150187477469444, 0.05235496163368225, 0.04024365544319153, 0.05228502303361893, 0.054900042712688446, 0.03066975064575672, 0.04698845744132995, 0.018425391986966133, 0.003015885828062892, 0.022292055189609528, -0.020681334659457207, -0.02374839596450329, -0.003964320756494999, 0.015050590969622135, 0.001149721210822463, -0.01948044076561928, 0.01211471762508154, 0.04290814325213432, -0.027338288724422455, -0.0141770513728261, -0.04092768579721451, -0.0874231681227684, -0.02334241196513176, -0.06841012090444565, -0.0353970006108284, 0.013699849136173723, -0.03194655478000641, -0.0005885071586817503, 0.02834685519337654, -0.00977774802595377, -0.04202111437916756, -0.004518711473792791, -0.008993071503937244, -0.04254309460520744, 0.018596826121211052, -0.005943069700151682, -0.04004407301545143, -0.02975287474691868, 0.02063293382525444, -0.026924630627036095, 0.01755627803504467, -0.022414445877075195, 0.03929181024432182, -0.04717610031366348, 0.001975337043404579, -0.0032715455163270235, -0.02103273384273052, 0.027175385504961017, 0.03435858339071274, 0.04628907144069672, -0.0233520083129406, -0.03172821179032326, -0.011821317486464976, -0.02649817429482937, 0.01253093872219324, 0.010883118025958538, -0.02259185165166855, 0.03392551839351654, -0.01129933726042509, 0.011046023108065128, -0.017082486301660538, -0.00928796548396349, 0.0029604469891637564, 0.05763787776231766, 0.005898717790842056, 0.01256505399942398, -0.047215331345796585, 0.011579091660678388, -0.014447851106524467, 0.060694701969623566, -0.015271334908902643, -0.028678210452198986, 0.04213263466954231, 0.01884161122143269, -0.019907748326659203, 0.0009627209510654212, 0.020828036591410637, -0.03816426172852516, 0.00896599143743515, 0.020538046956062317, -0.02685980685055256, -0.016358792781829834, -0.032377276569604874, -0.08528406918048859, 0.018825406208634377, -0.0160739216953516, 0.021698003634810448, 0.05186283215880394, 0.00921482779085636, -0.04577391967177391, 0.025980032980442047, -0.0012588935205712914, -0.007567861117422581, -0.019859131425619125, -0.020372582599520683, 0.01290280558168888, -0.008272363804280758, -0.014316929504275322, 0.023257119581103325, -0.08717241138219833, -0.0034551341086626053, -0.01958790607750416, 0.027832122519612312, -0.01251387968659401, -0.022414445877075195, 0.022312097251415253, 0.02737155184149742, 0.0023966741282492876, -0.017597217112779617, 0.03273112699389458, 0.042410895228385925, 0.03531533479690552, 0.03168727084994316, 0.01779509149491787, -0.026661932468414307, -0.019378092139959335, -0.04926402121782303, -0.02958911657333374, -0.010618610307574272, 0.006402787286788225, 0.019883865490555763, 0.033631905913352966, 0.013510077260434628, 0.013404316268861294, -0.0763387605547905, -0.0615936703979969, 0.008201572112739086, -0.04901838302612305, -0.01104687713086605, 0.007329472806304693, 0.09432490170001984, 0.0011241339379921556, -0.007347490638494492, -0.026255948469042775, -0.0004861580964643508, -0.010589211247861384, -0.001801343634724617, -0.009782864712178709, -0.0036483181174844503, -0.018924342468380928, 0.008732934482395649, 0.018012583255767822, -0.02331511862576008, -0.047932203859090805, -0.013009846210479736, -0.00937602762132883, 0.003073883941397071, 0.0025928430259227753, 0.05937269702553749, -0.06232376396656037, -0.06312890350818634, -0.032806288450956345, 0.027067918330430984, -0.03440293297171593, 0.010767975822091104, 0.013875975273549557, -0.003017591778188944, -0.027327202260494232, 0.009160242043435574, -0.012355665676295756, 0.04118185490369797, -0.010903588496148586, -0.005346886347979307, 0.013499842025339603, 0.052143439650535583, -0.017992965877056122, -0.009315471164882185, -0.07936829328536987, 0.0001714346872176975, 0.018153313547372815, -0.0237530879676342, -0.010905453003942966, -0.005053485278040171, -0.04493465647101402, -0.0032679203432053328, 0.01096158567816019, 0.052427031099796295, -0.028775013983249664, 0.0003633392043411732, 0.02946970798075199, 0.0389028824865818, 0.01922968588769436, -0.0017599775455892086, 0.004288426134735346, -0.029392095282673836, -0.009382851421833038, -0.02183276414871216, 0.024710476398468018, -0.046786319464445114, 0.02067621797323227, -0.0010200790129601955, 0.020074917003512383, 0.05283941328525543, -0.040069662034511566, -0.007526068016886711, -0.015697361901402473, 0.02729702927172184, -0.015659833326935768, 0.021813997998833656, -0.004589929711073637, 0.08441751450300217, -0.0478857159614563, 0.06319713592529297, -0.024739477783441544, 0.0671955794095993, 0.038742534816265106, -0.07968216389417648, 0.03565841540694237, 0.027497785165905952, 7.185757567640394e-05, -0.03807385265827179, 0.032376423478126526, -0.005961833521723747, 0.024688303470611572, -0.030474435538053513, -0.06740710139274597, -0.010034793987870216, 0.001749316230416298, 0.038230787962675095, 0.0071593173779547215, 0.041083768010139465, 0.0068947020918130875, 0.016577137634158134, -0.031939733773469925, -0.03939756751060486, -0.019532466307282448, 0.04961882904171944, 0.0066458662040531635, -0.005308505147695541, 0.00870095007121563, 0.016653260216116905, 0.0061204745434224606, 0.01384271215647459, -0.01009993441402912, 0.05546637624502182, 0.0755813792347908, 0.04194264858961105, 0.027311421930789948, 0.036043930798769, 0.007286934182047844, -0.02350958250463009, -0.029812578111886975, 0.06765955686569214, 0.01301880180835724, 0.0007300900761038065, -0.023462671786546707, 0.0029442415107041597, 0.026762574911117554, 0.008781550452113152, -0.038126736879348755, 0.003976261243224144, 0.05573418736457825, -0.012099793180823326, 0.008399447426199913, 0.04897744208574295, 0.01553147193044424, 0.05274047702550888, 0.004266250412911177, -0.012592347338795662, -0.0240426491945982, -0.020448490977287292, -0.0361616350710392, -0.03878006339073181, -0.020480049774050713, 0.012579553760588167, 0.011213193647563456, 0.009844274260103704, -0.0055029685609042645, 0.056394338607788086, 0.04779360443353653, -0.0604814812541008, -0.004199297167360783, -0.0018071008380502465, 0.05126664787530899, 0.055643778294324875, 0.0018815170042216776, 0.02035040780901909, -0.05411536619067192, -0.010555601678788662, 0.012591068632900717, 0.0040154955349862576, -0.052627891302108765, -0.041103385388851166, 0.02377909980714321, 0.025020936504006382, 0.021117599681019783, -0.016251327469944954, -0.048359934240579605, -0.025232456624507904, 0.06405133008956909, 0.039602264761924744, 0.03044159896671772, 0.021609298884868625, -0.009148300625383854, -0.05749288573861122, -0.006714099086821079, 0.012685313820838928, -0.017964821308851242, -0.017404885962605476, -0.04318448528647423, -0.01586751826107502, -0.027859417721629143, -0.038158293813467026, -0.02230527251958847, -0.0035677182022482157, 0.008230571635067463, 0.02813448011875153, 0.012756106443703176, -0.04688269644975662, -0.020350726321339607, 0.01183240581303835, -0.019466793164610863, 0.008036107756197453, -0.01592274382710457, -0.014521627686917782, -0.026309935376048088, 0.02324347384274006, -0.03419482335448265, -0.03427329286932945, 0.05245667323470116, 0.027805684134364128, -0.01730552315711975, 0.017101677134633064, 0.0161336250603199, 0.005497850943356752, 0.04253457114100456, -0.0030163126066327095, -0.0655306950211525, 0.03887558728456497, -0.03756893426179886, 0.01956743746995926, 0.008894134312868118, 0.010776503942906857, -0.06604927033185959, 0.020165326073765755, -0.01878446713089943, 0.011432391591370106, 0.02116834744811058, -0.06646548956632614, -0.020622484385967255, 0.05625446140766144, -0.005613846704363823, -0.01971840113401413, -0.004187782760709524, -0.014205197803676128, -0.03376837074756622, 0.00974022038280964, -0.023655429482460025, -0.04993952438235283, -0.04456619918346405, -0.004891006276011467, -0.016815952956676483, -0.05908270552754402, 0.024787237867712975, -0.015857283025979996, -0.019882161170244217, -0.05647621676325798, -0.0003138704923912883, -0.03016994707286358, -0.023506170138716698, 0.024147557094693184, -0.07686074078083038, 0.018392128869891167, -0.006637337151914835, -0.04414485767483711, -0.007845803163945675, -0.05367185175418854, -0.010670743882656096, 0.014380044303834438, 0.029133662581443787, -0.030196387320756912, -0.02946970798075199, 0.01874011568725109, -0.010570419952273369, 0.05239249020814896, 0.037797510623931885, -0.04663535580039024, 0.007171258330345154, -0.002041863976046443, -0.027508020401000977, -0.016283737495541573, -0.05484204739332199, -0.04965294897556305, 0.004138314165174961, 0.006894915830343962, -0.0018917518900707364, 0.020059458911418915, 0.016921713948249817, 0.02275902219116688, -0.022518502548336983, 0.02642994187772274, -0.019668079912662503, -0.0024904939346015453, 0.05276435986161232, 0.00442489143460989, 0.019081279635429382, -0.00852567795664072, -0.024168025702238083, 0.022457093000411987, 0.015252570621669292, -0.016061127185821533, -0.006024948786944151, 0.03256235644221306, -0.01182984746992588, -0.019210919737815857, 0.061068277806043625, -0.011725791729986668, -0.007991970516741276, 0.0017126410966739058, 0.046614885330200195, 0.0014806499239057302, -0.031721387058496475, 0.003585629165172577, 0.019802840426564217, 0.020776862278580666, -0.02101226337254047, -0.02572629041969776, -0.017109353095293045, 0.06237322837114334, -0.08005062490701675, 0.006317496299743652, -2.1749177903984673e-05, -0.01257870066910982, 0.018871888518333435, -0.015290951356291773, 0.0084794070571661, 0.02321873977780342, 0.0388030931353569, -0.0044538904912769794, 0.027421023696660995, 0.0299234576523304, -0.005386972799897194, 0.03470486402511597, -0.0214984230697155, 0.022513383999466896, -0.019739722833037376, -0.008197307586669922, 0.016493553295731544, -0.015658648684620857, -0.008290701545774937, 0.020741572603583336, -0.005717901512980461, 0.03249327093362808, 0.02247031219303608, -0.03552195057272911, 0.04416362568736077, 0.07317276298999786, 0.017261171713471413, 0.027229970321059227, -0.041043683886528015, -0.0021390956826508045, -0.0063047027215361595, -0.03392189368605614, 0.0013339495053514838, -0.0008443798287771642, -0.029901280999183655, -0.0435154102742672, 0.022680554538965225, -0.05694020166993141, 0.038488369435071945, -0.03021088615059853, -0.006992147769778967, -0.03869989141821861, 0.011087816208600998, 0.018334129825234413, 0.09474794566631316, -0.0429985485970974, -0.06026313453912735, 0.05549366772174835, -0.0018832229543477297, -0.008771315217018127, 0.08278845995664597, 0.0010727462358772757, 0.0415673702955246, -0.0021629768889397383, -0.07479669898748398, -0.012547995895147324, -0.0313921682536602, 0.0106681315228343, -0.009235297329723837, 0.03304510563611984, -0.0046952636912465096, 0.022898897528648376, 0.06645866483449936, 0.035237718373537064, 0.01437919121235609, -0.08886629343032837, 0.005478234030306339, -0.025211986154317856, -0.044405847787857056, -0.011120226234197617, -0.045995671302080154, 0.011275029741227629, 0.01103365607559681, 0.008420770056545734, -0.019152922555804253, -0.03438246250152588, 0.07926253229379654, 0.022704435512423515, 0.009121008217334747, 0.018969973549246788, 0.0013458903413265944, -0.017682507634162903, 0.008544441312551498, 0.019726930186152455, 0.04265056177973747, 0.04496876895427704, 0.016096096485853195, -0.016902096569538116, 0.01397960353642702, -0.03744270280003548, 0.037579167634248734, 0.011098637245595455, -0.010692279785871506, -0.004591635428369045, -0.04883415624499321, 0.006134120747447014, 0.01870940998196602, -0.003930204547941685, 0.0027566016651690006, -0.009585843421518804, 0.05468852072954178, -0.012534349225461485, -0.003907175734639168, -0.02223704196512699, -0.022612320259213448, -0.031045883893966675, 0.02953794226050377, -0.015553646720945837, 0.03557312488555908, 0.012101071886718271, -0.04357000067830086, 0.06343254446983337, 0.014069585129618645, 0.019028665497899055, -0.016378410160541534, -0.01916998066008091, 0.05304922908544541, -0.01824286952614784, 0.0043890695087611675, -0.025592384859919548, -0.03800221160054207, -0.06586503982543945, -2.558726691859192e-06, -0.002333558863028884, -0.0025109639391303062, 0.02757688984274864, 0.007993889041244984, 0.012130070477724075, 0.020343583077192307, 0.004737056326121092, -0.005096130538731813, 0.02348911203444004, 0.01860620826482773, -0.041040804237127304, -0.015147662721574306, -0.01011549960821867, -0.011680588126182556, 0.0025826082564890385, -0.0140968794003129, -0.0006072711548767984, 0.01610579900443554, -0.02482817880809307, -0.007027969695627689, 0.019504321739077568, -0.02278972789645195, -0.014120759442448616, 0.03675525635480881, 0.06502577662467957, -0.047306593507528305, 0.00099619769025594, -0.03644949197769165, 0.015626998618245125, -0.06037912890315056, -0.004830876365303993, 0.005580156575888395, 0.0586528405547142, 0.028343869373202324, -0.027985647320747375, 0.009203953668475153, -0.05310893431305885, 0.0248367078602314, 0.02710544504225254, 0.03520125523209572, 0.01470926683396101, -0.001217953977175057, 0.019450588151812553, 0.025378303602337837, 0.0013987707206979394, 0.006008530035614967, -0.00250499346293509, 0.0016546433325856924, 0.019395148381590843, -0.02376716025173664, 0.0214984230697155, 0.007700061425566673], [-0.022357629612088203, -0.06776642799377441, -0.02134612575173378, -0.0175982303917408, 0.017455894500017166, 0.00029192742658779025, 0.035715870559215546, 0.002878302009776234, 0.046636685729026794, 0.04105762764811516, -0.04266280308365822, 0.0365779921412468, -0.047814637422561646, -0.04006746783852577, -0.05270911753177643, 0.04773952439427376, -0.005579057615250349, 0.005503087770193815, 0.004025525413453579, 0.039620183408260345, -0.015779444947838783, -0.015613849274814127, 0.007016500923782587, 0.018690183758735657, -0.0019617609214037657, 0.07826386392116547, 0.011403094977140428, -0.043277814984321594, 0.0031053568236529827, 0.06368798017501831, 0.03603425621986389, -0.045992229133844376, -0.00644118245691061, -0.008399315178394318, 0.02104950323700905, -0.003455328056588769, -0.007815460674464703, 0.026258956640958783, -0.04825679585337639, 0.015726521611213684, -0.04887991771101952, 0.04001667723059654, -0.07619476318359375, 0.06577244400978088, 0.024030238389968872, 0.027144556865096092, -0.03350549936294556, 0.008155189454555511, -0.015569462440907955, -0.06625215709209442, -0.02043065056204796, -0.004551336169242859, -0.009737850166857244, -0.01572481542825699, -0.018201932311058044, 0.05502234399318695, 0.043375976383686066, 0.002405800623819232, 0.05826406180858612, 0.0623188242316246, -0.010801315307617188, 0.023213353008031845, -0.013223799876868725, -0.055452555418014526, -0.014741347171366216, 0.029603105038404465, 0.05842987447977066, -0.007660107221454382, 0.016365008428692818, -0.01447003986686468, -0.004023818299174309, -0.03991936892271042, 0.013794850558042526, -0.033419717103242874, 0.07904917001724243, -0.040784478187561035, -0.02239561267197132, 0.02985512651503086, -0.009229004383087158, -0.04845312237739563, -0.03275733068585396, 0.008722824975848198, -0.026420285925269127, -0.10172732174396516, -0.04885943606495857, -0.016802044585347176, -0.04542459174990654, -0.0093194842338562, 0.0030413377098739147, 0.006293511483818293, -0.04544849321246147, -0.018581992015242577, 0.04378996789455414, 0.0038411503192037344, -0.01271164696663618, 0.017879273742437363, 0.02187833935022354, 0.019327815622091293, 0.006958457175642252, 0.004246178083121777, 0.029060862958431244, -0.018225831910967827, 0.03352726623415947, -0.0202932246029377, -0.04353303834795952, 0.006066776812076569, 0.01580163836479187, -0.008791966363787651, 0.012873828411102297, -0.04099958762526512, -0.022046497091650963, -0.0030345087870955467, -0.021771639585494995, -0.011714015156030657, -0.02154842764139175, -0.03816652297973633, -0.02658758871257305, 0.015583120286464691, -0.04898491129279137, -0.013190936297178268, -0.041252247989177704, -0.006965606007725, 0.036029137670993805, 0.015285644680261612, -0.02351808175444603, 0.004327696282416582, 0.013039425015449524, 0.004749368876218796, 0.024521904066205025, -0.0243546012789011, 0.04665034264326096, -0.0205569826066494, 0.04923458769917488, 0.017853666096925735, -0.01745397411286831, 0.04867846891283989, -0.003916265908628702, 0.04023562371730805, -0.007975935004651546, 0.038220297545194626, -0.04285016655921936, 0.012782281264662744, 0.03560490533709526, 0.042423371225595474, 0.0018864315934479237, -0.029870707541704174, 0.003025119425728917, -0.07047230005264282, 0.0017822937807068229, 0.025744028389453888, -0.04118737578392029, -0.0039333379827439785, -0.042886871844530106, 0.03014022670686245, -0.0012394111836329105, 0.00020144700829405335, 0.04108152911067009, 0.01274579018354416, -0.05447690188884735, 0.007553408853709698, 0.0001297455164603889, 0.025984955951571465, 0.03981821611523628, -0.007564079016447067, -0.019816922023892403, -0.02495552785694599, 0.03319266065955162, -0.003612388391047716, 0.00888927560299635, -0.006097826175391674, 0.031657908111810684, -0.01417725905776024, -0.005271765403449535, -0.000253515929216519, -0.014190063811838629, 0.015060722827911375, -0.002618810860440135, 0.0015688964631408453, 0.007919171825051308, 0.01329208817332983, 0.00977017916738987, 0.0048654573038220406, -0.021503614261746407, -3.4143558877985924e-05, -0.02162226289510727, -0.03860846906900406, 0.006762985605746508, -0.011309200897812843, -0.023436138406395912, 0.02718168869614601, 0.03281937912106514, -0.07659424096345901, 0.04929817467927933, -0.017895065248012543, -0.04025525599718094, 0.02741130255162716, 0.037656933069229126, 0.010669861920177937, 0.024602141231298447, 0.02404133416712284, 0.0111751863732934, 0.006240589078515768, 0.023446381092071533, -0.0003277781652286649, -0.015398744493722916, -0.029336147010326385, 0.026946095749735832, -0.04767464846372605, 0.03824249282479286, -0.028176117688417435, 0.0031377929262816906, 0.03929155319929123, 0.031021131202578545, 0.07097592204809189, 0.04601185768842697, 0.0033324111718684435, 0.0406922921538353, 0.00282708671875298, 0.06113745644688606, 0.05952417105436325, -0.023441258817911148, -0.027162695303559303, 0.017884396016597748, -0.001136553706601262, -0.006295218598097563, -0.015488372184336184, -0.03241589292883873, 0.06373919546604156, -0.06722183525562286, -0.03105868771672249, 0.05090121924877167, -0.05231902748346329, 0.004096373450011015, -0.014309565536677836, -0.013218678534030914, -0.01772221364080906, -0.03813648968935013, 0.010277211666107178, -0.025368664413690567, -0.012902851216495035, -0.05591348931193352, -0.003083163406699896, 0.0668564960360527, -0.008182504214346409, -0.02978171966969967, 0.004937158431857824, 0.019847223535180092, 0.034348420798778534, -0.030040355399250984, 0.057279232889413834, 0.032706115394830704, 0.003964920528233051, -0.02749922126531601, -0.009758229367434978, 0.012910532765090466, 0.01233617402613163, 0.003987967502325773, 0.047118108719587326, -0.035571612417697906, 0.07234678417444229, -0.032269932329654694, -0.021979061886668205, -0.014312979765236378, -0.017993655055761337, 0.03074456751346588, -0.02055954374372959, -0.0011301517952233553, 0.030961591750383377, 0.08372598141431808, -0.007752508856356144, -0.0289264228194952, -0.0251467302441597, 0.06292657554149628, 0.03916778415441513, 0.02275326661765575, 0.02741813100874424, 0.0036004383582621813, -0.005416875705122948, 0.011290421709418297, 0.011518329381942747, -0.0019478900358080864, -0.040098197758197784, -0.026539789512753487, 0.020455406978726387, 0.02551889605820179, -0.010405249893665314, -0.002170249819755554, -0.08688852936029434, -0.02545060962438583, 0.010929780080914496, 0.01683618873357773, 0.002848426578566432, -0.00010328427015338092, 0.023765625432133675, 0.016472559422254562, -0.00907535757869482, -0.02097097411751747, -0.01244788896292448, -0.05315469205379486, -0.05594763532280922, 0.006364359054714441, -0.022572306916117668, -0.03137793019413948, 0.010287880897521973, 0.004957644734531641, -0.006668237037956715, -0.03983187675476074, 0.04036109894514084, 0.020538631826639175, 0.004701568279415369, -0.002325603039935231, -0.03730525076389313, -0.018644943833351135, -0.014796964824199677, 0.03818274289369583, -0.025390857830643657, 0.023562468588352203, 0.06007900461554527, -0.06372383236885071, -0.04356035217642784, -0.018352163955569267, -0.002848426578566432, 0.019704246893525124, -0.06701014935970306, 0.010330134071409702, 0.03338898718357086, -0.005258961580693722, 0.02095390297472477, -0.012839685194194317, -0.040770743042230606, 0.038944143801927567, -0.02498113363981247, 0.04033549502491951, -0.01581188291311264, -0.03011973947286606, 0.04823802039027214, 0.0024105352349579334, -0.043597910553216934, 0.030039502307772636, 0.008686121553182602, 0.0422731414437294, -0.01919892244040966, 0.024832291528582573, -0.01905893348157406, -0.032354436814785004, -0.051553890109062195, -0.013244286179542542, -0.01194170955568552, 0.031794480979442596, 0.003228273242712021, -0.012590437196195126, 0.0003858222044073045, 0.0001843752252170816, 0.04104055464267731, 0.023681972175836563, -0.020107781514525417, 0.00602633785456419, 0.03083334118127823, -0.009878371842205524, -0.02552231028676033, 0.05204812064766884, -0.029889272525906563, -0.011325418017804624, 0.06570330262184143, 0.03329680114984512, -0.04222875460982323, -0.016998371109366417, -0.01233606692403555, 0.05500185862183571, -0.026591431349515915, 0.06741304695606232, 0.019283000379800797, -0.0261488426476717, 0.02398158237338066, -0.02732679806649685, -0.02046906389296055, -0.022968372330069545, -0.06414977461099625, 0.03490837663412094, -0.0513109415769577, 0.013235323131084442, 0.03549564257264137, 0.008979756385087967, -0.016423052176833153, -0.00929131545126438, 0.05811575427651405, 0.009401428513228892, 0.00690980302169919, 0.0015799931716173887, 0.05749092251062393, -0.020322885364294052, -0.02848026342689991, 0.010687788017094135, 0.014599785208702087, -0.008571740239858627, 0.013729019090533257, -0.016474267467856407, 0.02689829468727112, 0.036458492279052734, -0.01925288513302803, -0.03655238822102547, -0.014289505779743196, -0.03091016411781311, -0.0373496375977993, -0.02116473950445652, -0.0393538661301136, -0.05154396966099739, 0.03764668852090835, -0.047182343900203705, -0.020984631031751633, -0.029778489843010902, -0.011639539152383804, -0.04460514709353447, 0.0014630515361204743, 0.02640662901103497, -0.002808307763189078, -0.04467343166470528, 0.0016743147280067203, 0.01268603838980198, 0.0030916992109268904, -0.0032948532607406378, 0.00696528609842062, -0.057886987924575806, 0.04845653474330902, 0.022900085896253582, -0.00947825238108635, -0.04684688150882721, 0.0029161267448216677, -0.018898459151387215, 0.04018355533480644, 0.032378338277339935, 0.026118116453289986, 0.00335289747454226, 0.03434159234166145, 0.03392162546515465, 0.02269890531897545, 0.005642223171889782, -0.004423297941684723, -0.014532591216266155, -0.051620788872241974, -0.01199975423514843, -0.00549711287021637, 0.00032351023401133716, -0.004978131037205458, -0.0017543388530611992, -0.02189967781305313, -0.020998289808630943, -0.0005480041145347059, -0.02716461569070816, -0.05825701728463173, -0.014001847244799135, -0.027328504249453545, -0.047386351972818375, -0.028567060828208923, -0.02550523728132248, 0.008509855717420578, 0.02225477062165737, -0.01389424130320549, -0.07880418747663498, -0.007594808004796505, -0.011434677988290788, -0.020564664155244827, 0.05536719411611557, -0.013913500122725964, -0.03361732140183449, 0.013252822682261469, 0.0163189135491848, -0.01179980020970106, 0.047395527362823486, -0.03516871854662895, 0.05258791148662567, -0.05516916140913963, 0.004227399360388517, -0.03342568874359131, -0.04688593745231629, 0.01492585614323616, 0.029068119823932648, 0.07092300057411194, -0.027229702100157738, -0.009961383417248726, -0.0031873013358563185, -0.00180960854049772, -0.01710250787436962, 0.02172554656863213, 0.001407141447998583, 0.03617510199546814, -0.007798388600349426, -0.01604747213423252, 0.03372103348374367, 0.000804507581051439, 0.029213229194283485, 0.03771497681736946, 0.000476836139569059, 0.008156895637512207, -0.017500707879662514, 0.02595742605626583, -0.027325302362442017, 0.07031630724668503, 0.010198680683970451, -0.040144290775060654, 0.03291268274188042, 0.041959017515182495, -0.017318466678261757, 0.011274202726781368, 0.019682053476572037, -0.039587751030921936, -0.02547493577003479, 0.06033679097890854, -0.027887605130672455, -0.008394620381295681, -0.031485483050346375, -0.050863660871982574, 0.020312856882810593, -0.02411132864654064, 0.03760571405291557, 0.04214680939912796, -0.0036845167633146048, -0.02595849335193634, 0.035625386983156204, -0.01800987310707569, -0.007500059902667999, -0.018798163160681725, -0.03578415885567665, 0.02380342222750187, 0.017343221232295036, 0.02282155491411686, 0.025576939806342125, -0.0549352765083313, 0.006291057448834181, -0.007590113207697868, 0.02141484059393406, -0.010346352122724056, -0.030526049435138702, 0.01446491852402687, 0.029576856642961506, 0.01902308501303196, -0.012109012342989445, 0.035884879529476166, 0.03979090228676796, 0.01976986601948738, 0.02886667102575302, 0.006939678452908993, -0.02058515138924122, -0.012428255751729012, -0.0373854897916317, -0.03406394273042679, -0.0070182085037231445, 0.00025778388953767717, 0.027737533673644062, 0.019977396354079247, 0.002806600648909807, 0.008081779815256596, -0.05992194637656212, -0.04393763840198517, 0.00939033180475235, -0.012747498229146004, 0.031002352014184, -0.012073162011802197, 0.07447393238544464, 0.04523338750004768, -0.024188576266169548, -0.010187797248363497, -0.02117583528161049, 0.0049294764176011086, 0.002420778153464198, 0.022948099300265312, 0.01194683089852333, -0.035649292171001434, -0.017202377319335938, -0.007995140738785267, -0.027833828702569008, -0.0196634903550148, -0.016963373869657516, -0.05795527622103691, -0.012919923290610312, -0.004156978335231543, -0.004988373722881079, -0.08013152331113815, -0.03159559518098831, -0.030786391347646713, 0.03088284842669964, -0.026814643293619156, -0.010925938375294209, 0.006161205004900694, 0.011646260507404804, 0.015430327504873276, -0.017793061211705208, -0.009049110114574432, 0.008686121553182602, 0.005442483350634575, 0.022155754268169403, -0.01003564614802599, 0.04950816184282303, -0.04885260388255119, -0.00895628146827221, -0.08387365192174911, -0.00015364601858891547, 0.02407611720263958, -0.008508575148880482, -0.0019495971500873568, 0.007945206016302109, -0.0416756272315979, -0.019639374688267708, 0.045008037239313126, 0.029020102694630623, -0.019989347085356712, -0.00732037890702486, 0.026166768744587895, 0.031245838850736615, 0.05056660622358322, 0.005459554959088564, 0.005486549809575081, -0.020552288740873337, -0.02510746754705906, -0.022724246606230736, 0.032118845731019974, -0.030884554609656337, 0.025263672694563866, 0.02374599128961563, 0.021241774782538417, 0.0160372294485569, -0.07583284378051758, 0.02083098515868187, -0.0033870411571115255, 0.003544101258739829, 0.011007883585989475, 0.005488577298820019, 0.027145834639668465, 0.06091189384460449, -0.026441412046551704, 0.05842645838856697, -0.024261558428406715, 0.0900672897696495, -0.012093649245798588, -0.027818463742733, 0.034535784274339676, 0.04564140364527702, 0.01001772005110979, -0.043425485491752625, 0.02434435859322548, 0.019004838541150093, -0.000617998419329524, -0.021836087107658383, -0.0355912446975708, -0.009600101970136166, 0.00938265025615692, -0.0026555152144283056, -0.0154388640075922, 0.01583748869597912, -0.004503535572439432, 0.04238239675760269, -0.02130557969212532, -0.008064708672463894, -0.016214774921536446, 0.014654414728283882, -0.01318933628499508, 0.01037110574543476, -0.014719287864863873, 0.014490739442408083, -0.025771556422114372, 0.02610445581376553, 0.00015364601858891547, 0.03876318037509918, 0.0772327333688736, 0.0512426532804966, 0.04486463591456413, 0.04847040772438049, 0.011120130307972431, -0.012858464382588863, -0.02201918140053749, 0.06479594111442566, -0.014448700472712517, 0.025657176971435547, -0.03137793019413948, -0.017055988311767578, 0.011400534771382809, 0.03838760033249855, -0.03036472015082836, -0.017688071355223656, 0.033057793974876404, 0.002311518881469965, 0.006614460609853268, 0.03910163044929504, -0.011815379373729227, 0.029312245547771457, 0.018401671200990677, 0.012027922086417677, -0.0048654573038220406, -0.018642382696270943, -0.02434094436466694, -0.014634783379733562, -0.009530320763587952, 0.013807655312120914, 0.010444514453411102, 0.005764286499470472, -0.00931094866245985, 0.07636548578739166, 0.04164489731192589, -0.053902436047792435, 0.0026939266826957464, 0.0070651560090482235, 0.04072472825646401, 0.021428285166621208, 0.002203113166615367, 0.0044429306872189045, -0.04257701709866524, 0.004527436103671789, 0.020238595083355904, -0.03021704964339733, -0.07540946453809738, -0.059163957834243774, 0.007118931971490383, 0.026365656405687332, 0.007071130909025669, -0.02682872675359249, -0.05724508687853813, -0.051683105528354645, 0.03259856253862381, 0.05772310122847557, 0.01792963594198227, 0.0250408872961998, -0.0024532147217541933, -0.05002116411924362, 0.007149660959839821, 0.042087484151124954, -0.01917502284049988, -0.01756344735622406, -0.021974794566631317, -0.02226842939853668, -0.032381750643253326, -0.02653893642127514, -0.02963404916226864, 0.00357141625136137, 0.028854720294475555, 0.05000751093029976, 0.007603770587593317, -0.05323663726449013, -0.03384650871157646, 0.005847298074513674, 0.04199657961726189, 0.01579822413623333, -0.003904316108673811, 0.001408421783708036, -0.03565867617726326, 0.0474783256649971, -0.026162927970290184, -0.04175757244229317, 0.04248824343085289, 0.04094570502638817, -0.010579382069408894, 0.03444060683250427, -0.009934921748936176, -0.02972196601331234, 0.029896099120378498, -0.014525523409247398, -0.055326223373413086, 0.016183193773031235, -0.039043158292770386, 0.025918375700712204, -0.04926062002778053, 0.00579842971637845, -0.07831166684627533, 0.018848951905965805, -0.019122954457998276, 0.030549095943570137, 0.026544909924268723, -0.049323782324790955, -0.030237535014748573, 0.05003605037927627, -0.043853987008333206, 0.0001135273341787979, 0.01530741062015295, -0.03524639457464218, -0.033524706959724426, 0.015371429733932018, -0.0161601472645998, -0.049590103328228, -0.03152474761009216, -0.013349385000765324, -0.00883123092353344, -0.05183333903551102, -0.0006453132373280823, 0.0008819707436487079, 0.02350783906877041, -0.07737954705953598, -0.0017925369320437312, -0.05177529156208038, 0.0021433618385344744, 0.012800633907318115, -0.08615102618932724, 0.027427520602941513, -0.025002742186188694, -0.031310923397541046, -0.00959433987736702, -0.02580570243299007, -0.020301759243011475, 0.013298062607645988, 0.07376374304294586, -0.058604005724191666, -0.04119164124131203, 0.010596453212201595, 0.01050127763301134, 0.02054588682949543, 0.03336081653833389, -0.024483490735292435, 0.0133911045268178, -0.019552309066057205, -0.012156814336776732, -0.028701074421405792, -0.06500933319330215, -0.02376050129532814, 0.013296782970428469, 0.042486537247896194, -0.02240500226616859, 0.02306269481778145, -0.0007680166745558381, 0.006043409463018179, 0.019472071900963783, -0.04344426468014717, 0.019335176795721058, 0.022077225148677822, 0.0691782608628273, 0.004542800597846508, 0.020062755793333057, -0.04051602631807327, 0.01948743499815464, -0.019429393112659454, -0.001651534577831626, 0.01591772772371769, -0.028851307928562164, 0.0195369441062212, 0.02646808512508869, 0.0036996679846197367, 0.04601185768842697, -0.03648495301604271, 0.007308855652809143, -0.004319160245358944, 0.04186000302433968, 0.004233801271766424, -0.01884852536022663, 0.02289496175944805, 0.045958083122968674, 0.04390178620815277, 0.019524993374943733, -0.0008749286644160748, -0.026652462780475616, 0.031668152660131454, -0.06916631758213043, 0.0114824790507555, -0.011850375682115557, -0.02073965035378933, 0.007681206800043583, -0.009696770459413528, 0.004786073230206966, 0.00907023623585701, 0.036514829844236374, 0.017727868631482124, 0.01789463870227337, -0.0019205751596018672, -0.011782942339777946, 0.04034658893942833, -0.02620859630405903, 0.07988226413726807, -0.04224158450961113, -0.04037134349346161, 0.014925003051757812, -0.03056189976632595, 0.006096332799643278, 0.01306031085550785, -0.0404788963496685, 0.009781275875866411, 0.025262953713536263, -0.010346137918531896, 0.010832044295966623, 0.0556027814745903, 0.009198274463415146, 0.011329826898872852, -0.05277569964528084, -0.025477923452854156, -0.03678456321358681, -0.020337611436843872, 0.008865375071763992, 0.024272654205560684, -0.03941190987825394, -0.05750799551606178, 0.042066141963005066, -0.0508192740380764, 0.054716117680072784, -0.03766205161809921, -0.005748067982494831, -0.020226003602147102, 0.03676578402519226, 0.022197581827640533, 0.05410388484597206, -0.040924470871686935, -0.06427183747291565, 0.052892640233039856, -0.015962114557623863, -0.03387041017413139, 0.05162505805492401, -0.013845212757587433, 0.012865292839705944, 0.032475218176841736, -0.05468432232737541, -0.017677826806902885, -0.038126830011606216, -0.01294809114187956, 0.01250849198549986, 0.04922903701663017, -0.006938611157238483, 0.02223087102174759, 0.05357124283909798, 0.024798467755317688, 0.030905041843652725, -0.061861298978328705, 0.007384717930108309, -0.014744896441698074, -0.04753466323018074, -0.03445767983794212, -0.03776170685887337, -0.007286662701517344, 0.030493611469864845, 0.007751441095024347, -0.007861554622650146, -0.03989333286881447, 0.05456482246518135, 0.03148377314209938, 0.009003495797514915, 0.031422317028045654, -0.010070642456412315, -0.003914558794349432, -0.03944605216383934, -0.01463734358549118, 0.019581330940127373, 0.03678210824728012, 0.03412136435508728, 0.001498902216553688, 0.04480146989226341, -0.04541776329278946, 0.03644995763897896, 0.0054015107452869415, -0.0016824238700792191, 0.01796121895313263, -0.01397837232798338, -0.00836346484720707, -0.019161365926265717, 0.000988455954939127, 0.029588807374238968, -0.014796111732721329, 0.026486866176128387, -0.011071902699768543, -0.03351190313696861, -0.011847814545035362, -0.03042788617312908, -0.022309402003884315, 0.028864962980151176, -0.032361265271902084, 0.02974586933851242, 0.02844158373773098, -0.03043898195028305, 0.02739337831735611, 0.020259935408830643, 0.0314553938806057, -0.015074381604790688, -0.0016474266303703189, 0.034259647130966187, 0.006427951622754335, 0.017853666096925735, -0.0053366380743682384, -0.02602251246571541, -0.039982106536626816, -0.0018881387077271936, 0.0012906264746561646, -0.005341759882867336, 0.03437744081020355, -0.004296113271266222, 0.01805596612393856, 0.01637866534292698, 0.021363623440265656, -0.050962675362825394, 0.02122790366411209, 0.04744588956236839, -0.03021363541483879, -0.0017601004801690578, 0.02027103118598461, -0.022790824994444847, -0.012116695754230022, -0.03230663388967514, 0.009449763223528862, -0.008605883456766605, -0.02787821553647518, -0.009565318003296852, 0.021623115986585617, 0.0009408683981746436, 0.002137386705726385, -0.0013638217933475971, 0.032533690333366394, -0.05356697365641594, -0.001627794117666781, -0.014790989458560944, 0.04055401310324669, -0.03810421004891395, 0.019038448110222816, 0.008635546080768108, 0.013386943377554417, 0.05288154631853104, -0.01029598992317915, 0.008597347885370255, -0.03489129990339279, 0.026427116245031357, 0.04673197120428085, -0.014818305149674416, -0.004607459995895624, -0.02421802468597889, 0.007941791787743568, 0.01468855794519186, -0.0089767687022686, -0.03457718342542648, 0.05949856713414192, -0.027430934831500053, 0.00966988317668438, -0.03964920714497566, 0.016235262155532837, 0.01884382963180542], [-0.035930801182985306, -0.039831481873989105, -0.04961689934134483, 0.02824738435447216, 0.014348604716360567, 0.023910995572805405, 0.03506502881646156, -0.013291798532009125, 0.0037279962562024593, 0.04093722254037857, -0.02131681703031063, 0.0026951865293085575, -0.026379702612757683, 0.005045946221798658, -0.03760085999965668, 0.010201054625213146, 0.008919963613152504, 0.00010414361167931928, 0.04273652285337448, 0.039334289729595184, -0.023505713790655136, 0.0036241074558347464, 0.024638120085000992, 0.04399377852678299, -0.02170955203473568, 0.026876579970121384, -0.02456032484769821, -0.0034212118480354548, 0.017016815021634102, 0.015546257607638836, 0.0060898917727172375, -0.04195418953895569, -0.016214564442634583, -0.06324905157089233, 9.975201828638092e-05, 0.005279955919831991, -0.010698873549699783, 0.015690552070736885, -0.051449451595544815, -0.03346523270010948, -0.019423410296440125, 0.023303700610995293, -0.020681917667388916, 0.0678197592496872, 0.020305493846535683, 0.026076681911945343, 0.010663113556802273, 0.024321844801306725, -0.018222622573375705, -0.047109298408031464, 0.01791144534945488, -0.019390473142266273, 0.015424547716975212, -0.013442681171000004, 0.0038068878930062056, 0.0380437858402729, 0.028976235538721085, -0.03364215046167374, 0.039908334612846375, -0.00856612529605627, -0.02254834771156311, -0.008701324462890625, -0.018063269555568695, 0.0015781520633026958, -0.012879930436611176, 0.004944939631968737, 0.03326313942670822, 0.04030734300613403, 0.011359024792909622, -0.046814434230327606, -0.005369983147829771, -0.010059269145131111, -0.007779402192682028, -0.010285123251378536, 0.012844639830291271, 0.0213266983628273, -0.045719046145677567, 0.016929609701037407, -0.06735456734895706, -0.002202072646468878, -0.025264235213398933, 0.0062737902626395226, -0.03559413552284241, -0.0692216232419014, -0.018211957067251205, 0.017671789973974228, -0.008354702033102512, -0.028503352776169777, 0.006333938799798489, 0.012983132153749466, -0.023355772718787193, -0.00903383083641529, 0.00029486443963833153, 0.02217913791537285, -0.0038243760354816914, 0.005421741399914026, 0.018309200182557103, 0.022143691778182983, -0.003553116461262107, 0.0024963098112493753, 0.07874009758234024, -0.013337753713130953, 0.0217056293040514, -0.01884058304131031, -0.04120824486017227, 0.014443338848650455, 0.000582200416829437, -0.04599320515990257, 0.00125536962877959, 0.0376686193048954, 0.0023358596954494715, -0.0040641105733811855, 0.023518890142440796, -0.06651263684034348, -0.02136073261499405, -0.010168706066906452, 0.021842554211616516, -0.0027736914344131947, -0.008789470419287682, -0.012963997200131416, -0.04663626477122307, 0.009477226063609123, 0.02544617280364037, 0.0045816912315785885, -0.02014363370835781, 0.03653433173894882, -0.005537177436053753, -0.0054054297506809235, 0.005500162951648235, -0.01593930460512638, -0.00918220356106758, 0.0010427692905068398, 0.04125843569636345, -0.01346965879201889, -0.06354265660047531, 0.025679554790258408, -0.023317504674196243, 0.0355142243206501, -0.02038830704987049, 0.016379404813051224, -0.04650827869772911, -0.001498162280768156, -0.02397342026233673, 0.025052184239029884, 0.002444551791995764, 0.03130832687020302, -0.021160287782549855, 0.0110956858843565, -0.0020966744050383568, 0.01797606609761715, -0.026663901284337044, -0.02195814624428749, -0.02915809489786625, 0.062371354550123215, 0.05216716229915619, -0.00789232924580574, 0.03321428224444389, 0.014980368316173552, -0.05825517699122429, -0.001855763839557767, 0.048413604497909546, 0.025768643245100975, 0.06169316917657852, 0.01360093615949154, 0.03193444758653641, -0.032558996230363846, 0.00981271266937256, 0.015321657992899418, -0.015763327479362488, 0.0052490574307739735, 0.04539155587553978, 0.01197651494294405, 0.01234415452927351, 0.006027781870216131, -0.02014865167438984, 0.03694445639848709, 0.006120632402598858, -0.013987709768116474, -0.01619025319814682, 0.003564095590263605, -0.004032427910715342, -0.01688777282834053, -0.04140649735927582, 0.028700975701212883, -0.04446304962038994, 0.0019649264868348837, -0.008346504531800747, -0.0014580106362700462, 0.01493394374847412, 0.0302217211574316, 0.024296829476952553, -0.024647217243909836, 0.012513544410467148, 0.005661554168909788, -0.0388563871383667, 0.029861612245440483, 0.01177818700671196, -0.021769778802990913, -0.017703158780932426, -0.004429240245372057, 0.008510448969900608, 0.01168243493884802, 0.043880850076675415, 0.022655626758933067, -0.023086002096533775, -0.06515249609947205, 0.047311313450336456, -0.011543628759682178, 0.029111040756106377, -0.01069291401654482, -0.013814711943268776, 0.02771380729973316, 0.03552645817399025, 0.03860339894890785, -0.004109908360987902, 0.01475231908261776, 0.031732432544231415, 0.004971289075911045, 0.06802208721637726, 0.024177001789212227, -0.005278387106955051, 0.009573683142662048, 0.05262891203165054, -0.032337531447410583, -0.01066781859844923, 0.030005907639861107, -0.01919485256075859, 0.04768021032214165, -0.02702212892472744, -0.023574726656079292, 0.06937219202518463, -0.025298114866018295, 0.03821380436420441, 0.004269888158887625, -0.027348363772034645, -0.01828598603606224, -0.012795860879123213, 0.035422004759311676, -0.04606974869966507, -0.001785498228855431, -0.08379670977592468, -0.006408909801393747, 0.044027652591466904, -0.019275978207588196, -0.0040333690121769905, -0.035847362130880356, 0.01996961422264576, 0.006139453966170549, -0.04782716929912567, 0.014529915526509283, 0.013332773000001907, 0.03439436852931976, -0.032184138894081116, -0.003114270279183984, 0.010901201516389849, 0.02073336206376553, 0.0005825140979140997, 0.024388425052165985, -0.006986405234783888, 0.036446500569581985, 0.01932303048670292, -0.043564651161432266, -0.08093558251857758, -0.044009458273649216, 0.02572503872215748, -0.01840832456946373, 0.000507229589857161, 0.027960676699876785, -0.02054922841489315, -0.031024130061268806, -0.01693149283528328, -0.0589565746486187, 0.02825930528342724, -0.027284977957606316, -0.04797569662332535, -0.035317860543727875, 0.056130267679691315, 0.01834997907280922, 0.0402715802192688, 0.025168247520923615, -0.03596844524145126, -0.01603560708463192, -0.015370593406260014, 0.005816358141601086, 0.018735026940703392, 0.032360903918743134, 0.022758515551686287, -0.07560575753450394, -0.016878793016076088, -0.009975201450288296, 0.04089205339550972, -0.020266126841306686, 0.035002291202545166, 0.05744210258126259, 0.06697311997413635, -0.009709196165204048, -0.00664135068655014, -0.014140318147838116, -0.08879560977220535, -0.038051314651966095, 0.07032579928636551, -0.011171441525220873, -0.04350819066166878, 0.013976573944091795, 0.03379397466778755, -0.011072473600506784, -0.05594895780086517, 0.05840323492884636, 0.014602690935134888, 0.0019548884592950344, -0.002434199908748269, -0.015104588121175766, -0.038589127361774445, 0.013053083792328836, -0.009749348275363444, 0.002764197299256921, 0.03334101289510727, 0.05495520308613777, -0.008412419818341732, -0.007158304564654827, 0.007247391622513533, -0.007351848762482405, -0.0110574159771204, -0.04604590684175491, 0.03314025327563286, 0.0390726737678051, -0.004082303959876299, 0.03525504097342491, -0.05793396010994911, -0.02584769017994404, 0.01389815378934145, -0.0019661812111735344, 0.004097988363355398, 0.0061794486828148365, -0.007017773576080799, -0.04820217937231064, -0.0022289713378995657, -0.022023236379027367, 0.02722916193306446, -0.011105096898972988, 0.012708500027656555, -0.06794178485870361, 0.025525851175189015, -0.02780948206782341, -0.00686689093708992, -0.05449596792459488, 0.019025657325983047, -0.004785587079823017, -0.005647595040500164, -0.012261342257261276, 0.05335666239261627, 0.010978994891047478, 0.02386268973350525, -0.018442202359437943, -0.02782265469431877, 0.04237515851855278, 0.022229015827178955, -0.018287241458892822, 0.017339283600449562, -0.014641587622463703, 0.036666080355644226, -0.03257891535758972, -0.04291846230626106, 0.01352737657725811, -0.015608994290232658, -0.0034975940361618996, -0.011522650718688965, 0.010095656849443913, 0.08411416411399841, -0.02681760862469673, 0.054235607385635376, 0.02724296599626541, 0.00926501676440239, 0.017407041043043137, 0.018267791718244553, 0.010168392211198808, -0.03947921097278595, -0.03407503664493561, 0.03501232713460922, -0.06837467104196548, 0.015392080880701542, -0.00961634423583746, 0.028384780511260033, 0.0013400648022070527, -0.03015647456049919, 0.02656446397304535, 0.03120042383670807, 0.008225149475038052, -0.05009935051202774, 0.0610758364200592, -0.018398914486169815, -0.008027841337025166, 0.024111127480864525, 0.06348996609449387, 0.017624109983444214, -0.004191466607153416, -0.010492444038391112, 0.029475150629878044, 0.06376349180936813, 0.010585946962237358, -0.023556530475616455, -0.0461651049554348, -0.06390935927629471, -0.005557253956794739, -0.003966632764786482, -0.043427884578704834, -0.027779994532465935, 0.013466522097587584, -0.03545086085796356, 0.03016902320086956, 0.01688067428767681, -0.03446275368332863, 0.005083784461021423, -0.026761144399642944, 0.06146229803562164, -0.007617854047566652, -0.005074177868664265, 0.019875118508934975, 0.044814687222242355, 0.02113864384591579, 0.04636523500084877, 0.03011757880449295, -0.05184406787157059, 0.00987544935196638, 0.04415187239646912, 0.02261171117424965, -0.020860090851783752, -0.026212193071842194, 0.007531433366239071, 0.02084628865122795, 0.0353335440158844, 0.05311072990298271, -0.0028633219189941883, 0.03567608818411827, 0.03719056025147438, -0.005022106226533651, 0.018556227907538417, -0.0017353086732327938, -0.05579086020588875, -0.022594770416617393, 0.021769778802990913, 0.007528453599661589, -0.02568833716213703, -0.013786481693387032, 0.016008002683520317, 0.006418634206056595, -0.03507193177938461, -0.01960660330951214, -0.05280457064509392, -0.10199549049139024, 0.012489705346524715, -0.03948046639561653, -0.023039579391479492, 0.04987412318587303, -0.0034348571207374334, -0.001409075572155416, 0.04217314347624779, 0.009763017296791077, -0.009841885417699814, -0.0359383262693882, -0.01616966724395752, 0.0008067992748692632, 0.011683219112455843, -0.03395834565162659, -0.0013795890845358372, -0.07567601650953293, 0.02133689261972904, -0.07662460207939148, 0.0176667720079422, 0.01854022964835167, 0.016025569289922714, -0.072626993060112, 0.005471931304782629, -0.002481566509231925, -0.014875715598464012, -0.0111546590924263, 0.027273079380393028, 0.03379711136221886, 0.024872757494449615, -0.02824801206588745, -0.010423144325613976, 0.00709870457649231, 0.0540844090282917, 0.019992437213659286, 0.0002876496873795986, 0.021320894360542297, -0.01470024697482586, 0.01570419780910015, 0.00841430202126503, 0.008117868565022945, 0.028033453971147537, 0.04660614579916, 0.011164696887135506, 0.02767961658537388, -0.06288768351078033, 0.014802194200456142, 0.0011512261116877198, 0.04913272708654404, -0.01795097067952156, -0.017949087545275688, 0.05018435791134834, 0.06276660412549973, -0.0006116868462413549, 0.01019101683050394, -0.005741700995713472, -0.0294262170791626, 0.03762846812605858, 0.01985679566860199, -0.011219749227166176, 0.011243118904531002, -0.04202508553862572, -0.08418818563222885, 1.2547423466457984e-05, -0.02380591072142124, 0.004035251215100288, 0.08030852675437927, 0.005181928630918264, -0.013470913283526896, 0.04944688454270363, 0.014376836828887464, 0.005411546677350998, -0.04699762910604477, -0.016787825152277946, 0.03418419882655144, 0.02588537335395813, -0.0546949990093708, 0.016375642269849777, -0.05467665195465088, 0.012317177839577198, 0.024931728839874268, -0.016960978507995605, -0.029023444280028343, 0.009647713974118233, 0.08167870342731476, 0.02114240638911724, -0.067163847386837, 0.01655067689716816, 0.03070354275405407, -0.01987151056528091, 0.00857616402208805, 0.009121976792812347, 0.02658759616315365, 0.004267378710210323, -0.00934657547622919, -0.04246643930673599, 0.009651477448642254, -0.0423249676823616, 0.026761144399642944, -0.006212856620550156, 0.03514925390481949, -0.05248085409402847, -0.012004119344055653, -0.07485290616750717, -0.0319473072886467, 0.02922200784087181, -0.024140654131770137, -0.014815997332334518, -0.0030590614769607782, 0.08632627129554749, 0.004349407274276018, -0.013156600296497343, 0.014927355572581291, 0.035388752818107605, -0.007416781503707171, -0.023631814867258072, 0.01726023480296135, -0.0031210146844387054, -0.053815584629774094, -0.001671316800639033, 0.0011237392900511622, -0.015218965709209442, -0.03955700621008873, 0.008756846189498901, -0.013055907562375069, -0.02250254712998867, -0.004851460922509432, 0.06208214163780213, -0.055634018033742905, -0.01947171799838543, -0.031933192163705826, 0.04569457471370697, -0.015324166975915432, 0.025736724957823753, -0.0049483897164464, 0.03818808123469353, 0.0010483372025191784, 0.013093863613903522, 0.020326824858784676, 0.047257985919713974, -0.027082357555627823, 0.01769939437508583, 0.008773472160100937, 0.016058191657066345, -0.010848501697182655, -0.01449101883918047, -0.03767238184809685, -0.05200091376900673, 0.036936789751052856, -0.01933840289711952, -0.01494900044053793, -0.00623355945572257, -0.04724230244755745, -0.03412647917866707, -0.00131246040109545, 0.07962092757225037, -0.0641273707151413, -0.028535347431898117, 0.05725891143083573, -0.00172640779055655, 0.03539377078413963, -0.0008513426873832941, 0.01685495302081108, -0.021481188014149662, -0.0022495961748063564, -0.002251007594168186, 0.005987630225718021, -0.05191872641444206, 0.03628714755177498, 0.017960380762815475, 0.014861167408525944, 0.05446334555745125, -0.038954731076955795, -0.009801733307540417, 0.01914987713098526, -0.0006317627266980708, 0.02628183364868164, 0.00029486443963833153, 0.047683972865343094, 0.05475695431232453, -0.06356900930404663, 0.04819715768098831, -0.020138613879680634, 0.0700899064540863, 0.01735810562968254, -0.09018083661794662, 0.02617706172168255, -0.015820104628801346, -0.004074148368090391, -0.039315469563007355, 0.00746822590008378, 0.006665191147476435, 0.008058582432568073, -0.041145507246255875, -0.04713313654065132, -0.029545102268457413, -0.022092249244451523, 0.041481781750917435, 0.010106949135661123, 0.03329521417617798, 0.04115805774927139, 0.015619032084941864, -0.023955851793289185, -0.057826053351163864, -0.007469481322914362, 0.0529620461165905, -0.013539766892790794, -0.019131995737552643, -0.006753513123840094, 0.03636619448661804, -0.009546707384288313, 0.03184034302830696, -0.004451825749129057, 0.039940956979990005, 0.08152813464403152, 0.05544956773519516, 0.019476110115647316, 0.03106490895152092, -0.015922365710139275, -0.0416649729013443, -0.03241124749183655, 0.061959173530340195, 0.013851727358996868, -0.005372806452214718, -0.047632526606321335, -0.03320048004388809, -0.012391206808388231, 0.0017541296547278762, -0.03309006243944168, -0.024438301101326942, 0.011270095594227314, -0.016393836587667465, -0.023087257519364357, 0.039006173610687256, -0.001996922306716442, 0.004327018279582262, 0.03029198944568634, -0.015357104130089285, 0.010128279216587543, -0.010885516181588171, -0.04069631174206734, -0.04133301228284836, -0.031416237354278564, 0.0038655472453683615, 0.0010571203893050551, 0.02745627239346504, 0.019921543076634407, 0.07380393892526627, 0.05307057872414589, -0.029243651777505875, 0.024232838302850723, 0.0052950126118958, 0.03304489329457283, 0.029848435893654823, 0.001035476103425026, 0.05096888914704323, -0.019782893359661102, -0.029875414445996284, -0.004128102213144302, 0.016535308212041855, 0.0028156416956335306, -0.01536557450890541, 0.02508606389164925, -0.0029627603944391012, 0.0517907440662384, 0.0076426356099545956, 0.007980317808687687, 0.0303955040872097, 0.02348250150680542, 0.00968770869076252, 0.011697961948812008, 0.02151381224393845, -0.03310418128967285, -0.06418760120868683, -0.022129889577627185, 0.011157169006764889, 0.01313966140151024, -0.02218102104961872, -0.042623598128557205, -0.01832033507525921, -0.052616361528635025, 0.01129393558949232, 0.01346626691520214, 0.003015459282323718, 0.030076172202825543, 0.02114338800311089, -0.02246365137398243, -0.02915644645690918, -0.05526386946439743, -0.021983085200190544, -0.021300505846738815, 0.011497830972075462, -0.04203888401389122, -0.001442875131033361, -0.01795755885541439, -0.00549200689420104, -0.02140088565647602, -0.010678484104573728, 0.02560427039861679, 0.031196342781186104, -0.013323482125997543, -0.022439811378717422, 0.03309759125113487, 0.009297640062868597, 0.05490752309560776, -0.02792742475867271, -0.05075495317578316, 0.04082821682095528, -0.04717078432440758, -0.007362200412899256, 0.01888512633740902, 0.03608136996626854, -0.0688113197684288, 0.021517889574170113, -0.03958209976553917, 0.0033730610739439726, 0.02428177185356617, -0.019028794020414352, 0.0016066975658759477, 0.02498568221926689, 0.017348067834973335, -0.0023743645288050175, 0.0016085796523839235, -0.019443172961473465, 0.003717174055054784, 0.0007006167434155941, -0.028340237215161324, -0.07818048447370529, -0.026672055944800377, 0.004789351485669613, -0.0253846924751997, -0.03586610406637192, 0.04288332536816597, -0.021705787628889084, -0.04099588096141815, -0.036362431943416595, 0.007307618856430054, -0.031435832381248474, -0.039825521409511566, -0.006460040807723999, -0.03937036171555519, 0.02871101349592209, 0.009950419887900352, -0.08552699536085129, 0.010718008503317831, -0.030885303393006325, 0.024323806166648865, 0.008961369283497334, 0.006793174427002668, -0.04789602383971214, -0.0232892706990242, 0.0012158452300354838, 0.0015383140416815877, 0.054899994283914566, 0.01664164662361145, -0.03258032724261284, 0.0017183695454150438, 0.008080540224909782, -0.0462937168776989, -0.024464964866638184, -0.0362996943295002, -0.03444267809391022, 0.0014809879940003157, 0.0182269886136055, 0.009721430018544195, 0.021907800808548927, 0.007918992079794407, 0.004081363324075937, -0.06943242251873016, 0.04046544060111046, -0.001665670424699783, 0.021752212196588516, 0.017077043652534485, -0.006926177069544792, -0.020259853452444077, 0.019268451258540154, -0.06299810111522675, 0.0331026092171669, 0.033659715205430984, -0.005139424465596676, 0.014124633744359016, 0.017671789973974228, 0.000799270870629698, -0.007643890101462603, 0.018520623445510864, -0.0018771531758829951, 0.01907961070537567, -0.02157403901219368, -0.0021073396783322096, -0.011524808593094347, -0.013679828494787216, 0.0333736352622509, 0.05795403569936752, -0.007515063043683767, -0.010936333797872066, -0.016881616786122322, 0.00037422688910737634, 0.06135690212249756, -0.04832012578845024, -0.025944305583834648, -0.0030106757767498493, -0.029554199427366257, 0.048104312270879745, -0.01618962548673153, -0.006942263804376125, 0.0361466147005558, 0.06401757895946503, -0.019654283300042152, 0.010539835318922997, 0.061080850660800934, -0.021144604310393333, 0.03270109370350838, -0.007161598652601242, 0.02118067629635334, -0.03364591300487518, -0.03616669028997421, 0.03506471589207649, 0.00018821134290192276, -0.014340450055897236, 0.02056177519261837, 0.005858391989022493, 0.032299578189849854, 0.05448373407125473, -0.031745605170726776, 0.06470956653356552, 0.030365390703082085, -0.01602933183312416, 0.004667641595005989, -0.030197883024811745, -0.015006404370069504, -0.004072893410921097, 0.01986633613705635, 0.03956202417612076, 0.00841430202126503, -0.01571941189467907, -0.03202572837471962, -0.00198186538182199, -0.05630907043814659, -0.008948822505772114, 0.006984679494053125, -0.007591190747916699, -0.014225012622773647, -0.008924354799091816, 0.016122184693813324, 0.09782975167036057, -0.024628082290291783, -0.02418390102684498, 0.012340391054749489, 0.013905053958296776, -0.00790487602353096, 0.09143275767564774, 0.007297581061720848, 0.03105142153799534, 0.011592642404139042, -0.04115805774927139, -0.022004101425409317, -0.038361549377441406, -0.013199889101088049, -0.012584123760461807, 0.053075600415468216, -0.0013061867794021964, 0.07882792502641678, 0.04541884362697601, 0.01834935136139393, 0.021294232457876205, -0.03031347505748272, -0.007629774045199156, 0.007074237335473299, -0.03741641715168953, -0.04053570330142975, -0.05787342041730881, -0.015215632505714892, -0.016045957803726196, 0.00518867326900363, -0.007529100403189659, -0.0033242828212678432, 0.07577639818191528, 0.012824092991650105, -0.010233677923679352, -0.0023225280456244946, -0.00108284258749336, -0.07149521261453629, 0.008603767491877079, 0.006160784512758255, 0.047066010534763336, 0.034787729382514954, 0.02802090533077717, -0.009009049274027348, 0.033383674919605255, -0.026728520169854164, 0.011113408952951431, -0.0057975370436906815, -0.0163844246417284, 0.006560106761753559, -0.010482117533683777, 0.0377589613199234, 0.028365017846226692, 0.00883965939283371, 0.005252351053059101, -0.019348125904798508, 0.05592009797692299, 0.0014529915060847998, 0.019531162455677983, -0.0186536256223917, -0.017807302996516228, -0.02170327678322792, 0.04201379045844078, -0.008336507715284824, 0.014309395104646684, 0.0004444924707058817, -0.03419298306107521, 0.04597312957048416, 0.029262471944093704, 0.0093547310680151, 0.03663847595453262, 0.009061748161911964, 0.04009152576327324, -0.02913009747862816, -0.011081883683800696, -0.0004990737652406096, -0.032319653779268265, -0.039722006767988205, -0.023646635934710503, -0.0140719348564744, 0.008623216301202774, 0.011713019572198393, 0.002445492660626769, 0.06305409967899323, 0.03129703924059868, -0.028033453971147537, -0.02065305784344673, 0.0395137183368206, 0.013052456080913544, -0.013477187603712082, -0.013654106296598911, 0.00579345878213644, 0.007224806118756533, -0.002336330246180296, 0.01515226811170578, -0.011754426173865795, 0.02597065642476082, -0.0670182928442955, 0.02442983165383339, 0.05499974638223648, 0.005372806452214718, -0.03126774728298187, 0.0489136204123497, 0.05549474060535431, -0.03159378468990326, -0.015172343701124191, 0.001798673183657229, -0.002152510453015566, -0.03342005982995033, 0.061890166252851486, 0.020547660067677494, 0.04707542061805725, 0.023770464584231377, -0.003890014719218016, 0.03365093469619751, -0.042513180524110794, -0.0030261247884482145, 0.03768555819988251, 0.03474130481481552, -0.006205485202372074, 0.002974993782117963, 0.038331709802150726, 0.025891605764627457, 0.02869846485555172, -0.001234038965776563, -0.01671944186091423, -0.002601355081424117, 0.008338076062500477, -0.011109489016234876, -0.007548529654741287, -0.02056114748120308], [0.0018577170558273792, -0.03429608792066574, -0.05416881665587425, -0.01865948922932148, 0.01868162862956524, -0.00013699255941901356, 0.018236370757222176, -0.04003705456852913, -0.0004442473000381142, 0.02785230055451393, -0.039097677916288376, 0.008025807328522205, -0.04243246838450432, -0.016634810715913773, -0.012070024386048315, 0.014770734123885632, 0.023114560171961784, -0.002389786532148719, 0.020130079239606857, 0.03421303629875183, 0.010561943985521792, -0.03180624917149544, 0.03911724686622619, 0.02987514436244965, -0.0368940569460392, 0.046257007867097855, -0.03571665287017822, -0.03236938640475273, 0.005254887975752354, 0.04123084992170334, 0.02351379580795765, -0.025516944006085396, -0.01907554268836975, -0.04010653123259544, -0.015451721847057344, 0.03484014421701431, -0.045587208122015, -0.04487387463450432, -0.05946822836995125, -0.011286597698926926, -0.0132158687338233, 0.022975610569119453, -0.01983652263879776, 0.046437546610832214, 0.04786324501037598, 0.04461199417710304, -0.003585291327908635, 0.031272467225790024, -0.01680115982890129, -0.04466165602207184, 0.01965549774467945, -0.02409699186682701, 0.009759251959621906, -0.038099098950624466, 0.016104454174637794, 0.01815444976091385, 0.055513303726911545, -0.025010928511619568, 0.04667532071471214, 0.0033431078772991896, -0.022998973727226257, 0.010872316546738148, -0.0312793143093586, 0.015786435455083847, 0.028153927996754646, 0.01277969405055046, 0.0231719259172678, 0.012943840585649014, -0.018521638587117195, -0.04387480393052101, 0.006866507697850466, -0.05061875283718109, -0.008281506597995758, -0.01268355455249548, 0.06357923150062561, 0.017136532813310623, -0.07499364763498306, 0.02033923752605915, -0.05548590049147606, -0.007454352453351021, -0.05904379487037659, 0.014628298580646517, -0.03454463183879852, -0.07552792131900787, -0.045522626489400864, 0.008420883677899837, -0.053622808307409286, -0.011237059719860554, 0.00839715451002121, 0.03167854994535446, -0.02782398462295532, -0.002522742608562112, 0.012736883014440536, 0.017791420221328735, 0.003565720748156309, 0.004887209739536047, -0.011741731315851212, 0.029116790741682053, -0.005260025151073933, 0.03930903971195221, 0.08704899251461029, 0.0017681827303022146, 0.011070956476032734, -0.0118909552693367, -0.03318742662668228, 0.025722065940499306, -0.004574206192046404, -0.04011337831616402, 0.027705399319529533, -0.03335084021091461, -0.0006898554274812341, 0.033811721950769424, 0.006094212178140879, -0.031822822988033295, 0.03167561814188957, -0.0302440132945776, 0.009175566025078297, -0.01618151366710663, -0.019347263500094417, -0.000279856234556064, -0.03290952742099762, 0.0037817289121448994, 0.027297725901007652, 0.032798465341329575, 0.0037036919966340065, 0.025797657668590546, -0.014891092665493488, -0.0029140275437384844, 0.017901014536619186, 0.01516801305115223, 0.00021203269716352224, -0.012039690278470516, -0.006384832318872213, -0.030810607597231865, -0.06534545123577118, 0.06971845030784607, -0.028393175452947617, 0.018028222024440765, -0.01424331311136484, 0.046716418117284775, -0.00731176370754838, 0.02706385962665081, 0.028787273913621902, 0.04243724048137665, -0.007758182473480701, -0.0006389724439941347, -0.017840467393398285, -0.02880758047103882, 0.02369433082640171, 0.010845101438462734, -0.007760911248624325, -0.05248967930674553, -0.01649096980690956, 0.016907481476664543, 0.029430406168103215, -0.029594307765364647, 0.040679942816495895, 0.04044888913631439, -0.06154097616672516, 0.037112265825271606, 0.02080623432993889, 0.0286412313580513, 0.04233412817120552, -0.017676444724202156, -0.009172141551971436, -0.012934300117194653, 0.05015493556857109, 0.0478573739528656, -0.010821433737874033, 0.01014772430062294, 0.036986034363508224, 0.03211741894483566, 0.04253619164228439, -9.907498315442352e-05, 0.016457699239253998, 0.0047560883685946465, 0.03620126098394394, 0.009393653832376003, -0.006006145384162664, 0.01135888509452343, -0.026991449296474457, -0.004494823981076479, -0.02297874540090561, 0.010178547352552414, -0.026024185121059418, 0.012122130021452904, -0.0011093951761722565, -0.016924452036619186, 0.001841602032072842, 0.016583438962697983, 0.02559180185198784, -0.058204226195812225, 0.025072820484638218, 0.010375963523983955, -0.015056950971484184, -0.013926273211836817, 0.0024335752241313457, 3.5226661566412076e-05, 0.0184470284730196, -0.03624529764056206, 0.0036350730806589127, -0.004796696826815605, 0.02491992525756359, -0.0366005003452301, -0.051501255482435226, -0.042271990329027176, 0.03909388557076454, -0.04296478256583214, 0.06081099808216095, 0.0023880740627646446, 0.019974494352936745, 0.03708682209253311, 0.01042122021317482, 0.01673070713877678, 0.0055794198997318745, 0.010417305864393713, 0.02622135542333126, -0.004210686776787043, 0.042025405913591385, 0.02672675997018814, -0.006547510623931885, 0.02781572937965393, 0.040723975747823715, -0.050381459295749664, -0.046452224254608154, 0.04063982143998146, -0.01454396266490221, 0.04236054793000221, -0.008156929165124893, -0.018789142370224, 0.07517369091510773, -0.0005557984113693237, 0.045470770448446274, -0.04593752324581146, -0.019733289256691933, 0.01294824294745922, 0.011666873469948769, 0.014349482022225857, -0.03882760554552078, -0.02024652250111103, -0.06323576718568802, -0.013574494980275633, 0.017590824514627457, -0.014535339549183846, -0.002721748547628522, -0.007784067187458277, 0.0060677919536828995, -0.03537050262093544, -0.012507054023444653, 0.02647283487021923, -0.01136842556297779, -0.006170536391437054, -0.04318641498684883, -0.013789218850433826, -5.235072967479937e-05, -0.03265609219670296, 0.010917511768639088, 0.006209922023117542, -0.014664075337350368, 0.04579465836286545, -0.002483479445800185, -0.057256653904914856, -0.061031658202409744, -0.017846830189228058, 0.034668903797864914, 0.006881063338369131, -0.0061529227532446384, 0.006729270797222853, -0.0010543535463511944, -0.040266700088977814, -0.01824352703988552, -0.04777517914772034, 0.03693711012601853, -0.009689655154943466, -0.04016915708780289, -0.0022398284636437893, 0.06005842983722687, -0.016165122389793396, 0.05042500793933869, -0.0010323368478566408, -0.08288637548685074, -0.040848735719919205, -0.01443803682923317, 0.017176911234855652, 0.03383129462599754, 0.015268310904502869, 0.03486264869570732, -0.07214420288801193, -0.03829969838261604, -0.025693446397781372, -0.014726701192557812, -0.04224850609898567, 0.03434941917657852, 0.045678213238716125, 0.032990988343954086, 0.019967645406723022, 0.02139665000140667, -0.008764160796999931, -0.05411793664097786, -0.04097643122076988, 0.021092941984534264, -6.531609687954187e-05, -0.023667912930250168, 0.004725264851003885, 0.010522985830903052, -0.029120704159140587, -0.07942437380552292, 0.07746429741382599, -0.028218509629368786, -0.005901566706597805, -0.012379235588014126, -0.029494499787688255, -0.021668309345841408, 0.012050453573465347, 0.02034706622362137, -0.009888172149658205, -0.0005685191135853529, 0.02813619375228882, -0.010931272991001606, 0.017141195014119148, 0.012542648240923882, 0.012738351710140703, -0.01382744312286377, -0.05010013654828072, 0.02645619958639145, 0.046542733907699585, -0.0023166420869529247, 0.03103664517402649, -0.05102887749671936, -0.014222029596567154, 0.017794355750083923, -0.006615272723138332, -0.0024414032232016325, 0.03331112116575241, -0.0009315494098700584, -0.024883965030312535, 0.04395308718085289, 0.021861078217625615, 0.0006061921012587845, 0.011380014941096306, -0.0018985702190548184, -0.06509886682033539, 0.04386110231280327, -0.02281513437628746, -0.013958961702883244, -0.04965735971927643, 0.01959238387644291, -0.012455682270228864, -0.01674489490687847, -0.009890863671898842, 0.004932221490889788, -0.0009315494098700584, -0.010209860280156136, -0.021775824949145317, -0.04813526943325997, 0.02601880207657814, 0.01371491327881813, 0.016003666445612907, 0.006013484206050634, 0.02060469053685665, 0.012959497049450874, 0.0015705219702795148, -0.05538707226514816, 0.009100710041821005, -0.012973195873200892, -0.0010081185027956965, 0.0125629510730505, 0.021586602553725243, 0.05165891721844673, -0.02019074745476246, 0.03503584861755371, 0.03461410850286484, -0.00029551255283877254, 0.011981834657490252, 0.05231159180402756, 0.0035260908771306276, -0.05987382307648659, -0.04855799302458763, 0.026356758549809456, -0.07024978846311569, -0.01523748692125082, 0.004335570149123669, 0.02847292646765709, -0.0007171316538006067, 0.003947343211621046, 0.01648412086069584, 0.017552662640810013, 0.0015719897346571088, -0.029543424025177956, 0.061347223818302155, -0.009084564633667467, -0.0007348672952502966, 0.034077879041433334, 0.06322402507066727, 0.005400565452873707, 0.017546791583299637, -0.057435110211372375, 0.025648921728134155, 0.04125726968050003, 0.021803345531225204, -0.051352642476558685, -0.021508077159523964, -0.0309123732149601, -0.0018215118907392025, 0.02584266848862171, -0.02883889153599739, -0.02744266949594021, 0.001992997247725725, -0.0385066531598568, 0.006734652444720268, 0.01012558490037918, -0.01547820307314396, -0.022413449361920357, 0.0020740919280797243, 0.06475833803415298, 0.026854947209358215, -0.03594880551099777, 0.006862349342554808, -0.014456041157245636, 0.04330922290682793, 0.05423804745078087, -0.00492243655025959, -0.05097297951579094, 0.01084002573043108, 0.03408423811197281, 0.04464587941765785, 0.0031929053366184235, -0.014855865389108658, -0.003045148914679885, 0.03729524835944176, 0.016698170453310013, 0.02615579590201378, 0.020578667521476746, 0.036723792552948, -0.007966851815581322, -0.03155776485800743, 0.01531576830893755, 0.01035761646926403, -0.041240144520998, -0.022618450224399567, 0.003227642737329006, 0.008222978562116623, -0.043651700019836426, -0.0025764387100934982, 0.022244656458497047, -0.012396358884871006, -0.07812587916851044, 0.01371479034423828, -0.02393455989658833, -0.08146752417087555, 0.04447169974446297, -0.02599433995783329, -0.02532283030450344, 0.05417664349079132, -0.02101563848555088, 0.0061803217977285385, 0.03467966616153717, 0.04248836636543274, -0.046750668436288834, -0.01653989590704441, -0.021732890978455544, 0.008149100467562675, 0.029392734169960025, -0.03754158690571785, -0.011526212096214294, 0.001382646383717656, 0.03720895200967789, -0.03971610218286514, 0.04184389114379883, 0.01283718179911375, 0.020740674808621407, -0.02527904137969017, 0.004199800547212362, -0.03937484323978424, -0.0002182095777243376, -0.0034365563187748194, 0.028240039944648743, -0.015075542964041231, 0.007249352987855673, -0.04476427659392357, -0.023215102031826973, -0.008662822656333447, 0.05875512957572937, 0.018618756905198097, 0.00440357718616724, 0.016463082283735275, 0.014242456294596195, 0.04123280569911003, 0.02150929905474186, 0.01069349329918623, 0.02160274982452393, 0.03786768019199371, -0.015200303867459295, 0.0566229447722435, -0.04406072199344635, 0.002078372985124588, 0.001361608156003058, -0.012723674066364763, -0.024254534393548965, -0.008789051324129105, 0.04759708791971207, 0.07255713641643524, 0.006578089669346809, 0.029801754280924797, 0.02202473394572735, -0.04880458116531372, 0.02723216451704502, 0.03218689188361168, -0.008164267055690289, 0.002300496445968747, -0.04163301736116409, -0.09358549118041992, -0.011984159238636494, -0.008335072547197342, 0.04731135815382004, 0.008771438151597977, -0.009063036181032658, -0.007800870575010776, 0.0316697433590889, 0.029380014166235924, -0.04435036331415176, -0.03447907045483589, 0.013976995833218098, 0.04082696512341499, -0.008869779296219349, -0.021011723205447197, 0.009021449834108353, -0.019109360873699188, 0.029303444549441338, 0.011637518182396889, 0.014032931998372078, -0.027663201093673703, -0.010084609501063824, 0.05861276015639305, 0.05541789531707764, -0.028703367337584496, 0.007825210690498352, 0.02696087211370468, -0.008630531840026379, 0.02224123291671276, 0.0007823254563845694, 0.01833254098892212, 0.001963886199519038, -0.00974674616008997, -0.01316694263368845, -0.00818824116140604, -0.01768060401082039, 0.008578548207879066, -0.015887223184108734, 0.0427795983850956, 0.004828498698771, 0.003422367852181196, -0.06711070239543915, 0.010920753702521324, 0.02178964577615261, -0.05413505807518959, -0.009407964535057545, 0.026293033733963966, 0.061771903187036514, 0.00013650330947712064, -0.00030688781407661736, 0.037560056895017624, 0.012776513583958147, -0.018263554200530052, -0.019173210486769676, 0.035789307206869125, -0.007757204119116068, -0.004983838647603989, -0.017616264522075653, -0.004800610709935427, -0.029097221791744232, -0.0026331928092986345, -0.01783447526395321, -0.02757183276116848, -0.016460146754980087, -0.004894548561424017, 0.06501373648643494, -0.07021456211805344, -0.0035520216915756464, -0.041930701583623886, 0.0602375864982605, -0.006993470713496208, 0.010563594289124012, -0.03258465975522995, 0.03676782548427582, 0.021900709718465805, -0.017659809440374374, 0.020101701840758324, 0.006314325146377087, -0.03440127894282341, -0.004662639461457729, 0.022789690643548965, 0.005464229732751846, -0.016514454036951065, -0.01218077912926674, -0.04285714775323868, -0.03635220229625702, 0.029790010303258896, 0.0016774249961599708, -0.026305995881557465, -0.007210701238363981, -0.04325246810913086, -0.032343946397304535, 0.018993163481354713, 0.05145440623164177, -0.0461234413087368, 0.009091016836464403, 0.06419984996318817, 0.011203362606465816, 0.04009380936622619, -0.00282498262822628, -0.001792156370356679, -0.029783163219690323, 0.04161638393998146, -0.017947005107998848, 0.046027544885873795, -0.07976881414651871, 0.03978263959288597, -0.0002087913453578949, -0.01298224739730358, 0.03206617012619972, -0.038228753954172134, -0.034876350313425064, -0.03371288999915123, 0.030966680496931076, 0.02754162065684795, 0.005094411317259073, 0.01023530215024948, -0.008046845905482769, -0.045870982110500336, 0.03847576677799225, -0.05805353447794914, 0.09053251892328262, 0.022155610844492912, -0.06472507119178772, 0.029587948694825172, -0.023119941353797913, -0.02801155485212803, -0.02508627437055111, -0.01288512907922268, 0.017237577587366104, 0.007820318453013897, -0.036971356719732285, -0.015955964103341103, -0.025521714240312576, 0.04569093883037567, -0.014037824235856531, -0.040714189410209656, 0.04285910353064537, -0.011851569637656212, 0.02967405691742897, 0.009074779227375984, -0.06335123628377914, 0.00572335347533226, 0.061337441205978394, 0.020304255187511444, -0.00240715523250401, -0.021200576797127724, 0.0030725474935024977, -0.011518139392137527, 0.026272421702742577, -0.036175087094306946, -0.017159296199679375, 0.07260997593402863, 0.04467327520251274, 0.03340759500861168, 0.015016342513263226, -0.029811540618538857, -0.04753348231315613, -0.03809371963143349, 0.043632254004478455, 0.025074133649468425, 0.0019033404532819984, -0.06333362311124802, -0.012847946025431156, -0.00045301576028577983, -0.0038455768954008818, -0.03501627966761589, -0.04582670331001282, -0.029504286125302315, 0.005885787308216095, -0.007695159874856472, 0.07398675382137299, 0.014609279111027718, 0.06045090779662132, 0.013490832410752772, -0.0035950762685388327, 0.038870662450790405, -0.03943771123886109, -0.017110371962189674, -0.031675126403570175, -0.024081336334347725, 0.009157952852547169, 0.017366252839565277, 0.0286784153431654, 0.056546617299318314, 0.0460270531475544, 0.07158057391643524, -0.01827872171998024, 0.05271375924348831, -0.020224016159772873, 0.06925170123577118, 0.045229073613882065, 0.0013738396810367703, 0.03599381819367409, -0.010600288398563862, -0.063092902302742, -0.01113651692867279, 0.005795763805508614, -0.043392397463321686, -0.04491081088781357, 0.019119147211313248, -0.0007396987057290971, 0.0715414360165596, 0.005313843954354525, -0.013955628499388696, 0.033471688628196716, 0.010023941285908222, -0.011101290583610536, 0.002370583126321435, -0.016160231083631516, -0.0482487827539444, -0.08003105968236923, -0.00834088958799839, -0.010371316224336624, 0.033481962978839874, -0.045587208122015, -0.058656301349401474, -0.019432885572314262, -0.05730399116873741, -0.025573575869202617, 0.01076908316463232, 0.047690048813819885, 0.03493554890155792, 0.03329114988446236, 0.006019845139235258, 0.024388590827584267, -0.03146817162632942, 0.013378302566707134, -0.0012505464255809784, -0.022623343393206596, -0.0006595213199034333, 0.011371728032827376, -0.003511902177706361, 0.02242910861968994, -0.046107783913612366, -0.0031498505268245935, 0.03612689673900604, 0.06788177043199539, -0.02014763094484806, -0.003775123506784439, 0.024520691484212875, -0.008860605768859386, 0.04945676028728485, 0.002921855775639415, -0.03538224473595619, 0.06768998503684998, -0.0003591162385419011, 0.003148015821352601, -0.010448618791997433, -0.005822673439979553, -0.0724000558257103, -0.01293503399938345, -0.02380160056054592, -0.005828055087476969, -0.004616649355739355, -0.0172564759850502, -0.01669425703585148, 0.011701122857630253, 0.017984189093112946, -0.012756453827023506, -0.007239078171551228, -0.011795304715633392, 0.001193792326375842, -0.011984892189502716, -0.013294639065861702, -0.08114118129014969, -0.002627321518957615, 0.010733917355537416, -0.014764863066375256, -0.0067153265699744225, 0.02744597010314465, -0.011911503970623016, -0.0031938839238137007, -0.06314966082572937, -0.0047480156645178795, -0.04058307036757469, -0.05340166017413139, 0.015777628868818283, -0.022008834406733513, 0.02427067793905735, -0.01471030991524458, -0.04658370837569237, -0.022184478119015697, -0.009635469876229765, -0.035687051713466644, -0.01164077501744032, 0.027935566380620003, -0.021973608061671257, -0.004782997537404299, 0.025075022131204605, -0.006474611349403858, 0.0544002391397953, 0.0001188899768749252, -0.03382737934589386, -0.005905602592974901, -0.000770827813539654, -0.028109407052397728, -0.006298722233623266, -0.06919983774423599, -0.03483745455741882, -0.002599189290776849, 0.04602118581533432, -0.02852185256779194, -0.022909071296453476, -0.011464565992355348, -0.011067042127251623, -0.014713001437485218, 0.05164668709039688, -0.015346347354352474, -0.001135081285610795, 0.025048112496733665, -0.0042893351055681705, -0.04055126756429672, -0.0204098429530859, -0.06510277837514877, -0.00010470145934959874, 0.02315247803926468, 0.014323062263429163, 0.007605778053402901, 0.012258388102054596, -0.0010095862671732905, 0.005267610773444176, -0.00653650239109993, -0.017789339646697044, -0.007738490123301744, 0.024005010724067688, -0.026834886521101, -0.01965843327343464, -0.001199663383886218, 0.006047243252396584, 0.03450793772935867, 0.001001024269498885, -0.021566420793533325, -0.005190060939639807, -0.0015988989034667611, 0.01532408595085144, -0.10024528950452805, -0.03555935621261597, -0.0013028971152380109, -0.04907416179776192, 0.005507345777004957, -0.023402245715260506, 0.015865694731473923, 0.02695426531136036, 0.04343092441558838, -0.010513445362448692, 0.042899224907159805, 0.029050739482045177, 0.035157062113285065, -0.010009263642132282, 0.007946547120809555, 0.05256600305438042, -0.048400696367025375, 0.007584495469927788, 0.04841194674372673, -0.018065879121422768, -0.006457242649048567, 0.039410803467035294, -0.024051981046795845, 0.059388235211372375, 0.013223819434642792, -0.03615234047174454, 0.041806094348430634, 0.02329362742602825, -0.025413833558559418, 0.02795724757015705, -0.01850573904812336, -0.04096958413720131, 0.000279856234556064, 0.0005443008267320693, 0.03792933002114296, -0.012250560335814953, -0.02241981215775013, -0.03062126226723194, -0.0011106182355433702, -0.0684884563088417, -0.014849994331598282, -0.0008469076128676534, -0.030751895159482956, -0.00926020834594965, 0.018994998186826702, 0.02077394351363182, 0.06093037873506546, -0.034048523753881454, -0.04134631156921387, 0.04811080917716026, 0.01657463237643242, 0.0002206864592153579, 0.07439087331295013, -0.008111244067549706, 0.001086644595488906, -0.004531029146164656, -0.027714572846889496, -0.01905762404203415, -0.05404943600296974, -0.004893692210316658, -0.03143490105867386, 0.04529952630400658, -0.0010729453060775995, -0.003739896928891539, 0.0461486354470253, 0.006723460741341114, 0.01627178117632866, -0.08214465528726578, 0.029954401776194572, 0.021964311599731445, -0.05287325754761696, -0.0322297029197216, -0.06400293111801147, 0.0062912460416555405, 0.034868523478507996, -0.0139791127294302, 0.019314972683787342, -0.03204989805817604, 0.07391531765460968, -0.02291102893650532, -0.007328888401389122, 0.004458129405975342, 0.005863281898200512, -0.06774086505174637, 0.0258573479950428, 0.006984663661569357, 0.06764790415763855, 0.00928442645817995, 0.036699328571558, -0.016602031886577606, 0.024719329550862312, -0.024921884760260585, 0.023566635325551033, 0.030441217124462128, -0.024556895717978477, -0.011654458940029144, 0.009514378383755684, 0.010346852242946625, 0.007324331440031528, 0.020705446600914, 0.04403221979737282, -0.026933226734399796, 0.04070049151778221, 0.015571162104606628, -0.02039085328578949, -0.037188589572906494, -0.025148900225758553, -0.01465037651360035, 0.04747770726680755, -0.027896855026483536, -0.0017632900271564722, -0.0004858343454543501, -0.027926668524742126, 0.056656211614608765, 0.0084115881472826, 0.06325338035821915, 0.009918414987623692, 0.029816921800374985, 0.017984189093112946, 0.005352250766009092, -0.009439521469175816, 0.003691949648782611, 0.016680313274264336, -0.03044898249208927, -0.003658664645627141, -0.009395732544362543, -0.0023826919496059418, 0.012912528589367868, 0.00557804387062788, 0.025314269587397575, 0.03506715968251228, 0.00818090233951807, 0.040076687932014465, 0.049660783261060715, 0.01619105413556099, -0.055117979645729065, -0.003784908913075924, 0.010696183890104294, -0.01800224557518959, -0.038416750729084015, -0.015644550323486328, -0.0007319317082874477, 0.0037178804632276297, -0.0635332390666008, -0.003199754748493433, 0.028541911393404007, 0.023070525377988815, -0.011898293159902096, 0.06193874403834343, -0.00188756943680346, -0.020196618512272835, -0.005567525047808886, -0.03200146555900574, 0.009617856703698637, -0.015910707414150238, 0.017186205834150314, 0.036492373794317245, 0.0645117536187172, 0.0450744703412056, -0.012317221611738203, 0.023171313107013702, -0.01766335591673851, 0.02734934166073799, 0.05018722638487816, 0.05353865027427673, -0.00032829289557412267, -0.0121228639036417, 0.02617781236767769, -0.0001756440324243158, 0.0003938536101486534, -0.0008953443029895425, -0.010346363298594952, 0.02185031585395336, 0.013271643780171871, -0.00994859542697668, -0.003949299920350313, -0.002136105438694358], [-0.011808626353740692, -0.04938643425703049, -0.07556502521038055, 0.004290929064154625, 0.03907683491706848, 0.029179712757468224, 0.013653608039021492, -0.03830617666244507, 0.003968375269323587, 0.056681979447603226, -0.001177084748633206, 0.03523986041545868, -0.0315852090716362, 0.003971043974161148, -0.0398079939186573, 0.012657408602535725, 0.00988151691854, -0.04846148192882538, 0.06716261059045792, 0.018755747005343437, -0.04367265850305557, -0.030394986271858215, 0.025364503264427185, 0.022792287170886993, -0.03949650377035141, 0.016274690628051758, -0.02561170794069767, 0.005875979550182819, -0.0005904929130338132, 0.039714958518743515, 0.0025948015972971916, -0.020968452095985413, -0.025549905374646187, -0.027970802038908005, -0.012290917336940764, -0.04573897272348404, -0.04043685644865036, -0.025892991572618484, -0.049985963851213455, -0.03368807211518288, 9.03396630747011e-06, 0.027866091579198837, 0.01063380017876625, 0.03888619691133499, 0.03565378114581108, 0.022405264899134636, -0.008190112188458443, 0.032683659344911575, -0.03980088606476784, -0.07291889190673828, 0.043854158371686935, -0.02028043381869793, 0.03886822983622551, -0.01506783440709114, 0.01556552480906248, 0.02650940604507923, 0.015031700022518637, -0.026083525270223618, 0.06501170992851257, 0.02336219698190689, 0.011885825544595718, -0.014273308217525482, -0.041327934712171555, 0.014872783794999124, -0.0014043711125850675, 0.04630236327648163, 0.02777903713285923, 0.019767140969634056, -0.0034431731328368187, -0.040771111845970154, 0.0021845772862434387, -0.017617467790842056, -0.006057069171220064, -0.006622924469411373, 0.07696610689163208, 0.028880976140499115, -0.06450621783733368, -0.021530304104089737, -0.049640826880931854, -0.002269116695970297, -0.04958498105406761, -0.0002816955093294382, -0.05031098425388336, -0.03688158094882965, -0.03080613538622856, -0.02621123194694519, 0.00437367195263505, -0.032595373690128326, 0.022345926612615585, 0.02343009226024151, -0.023218218237161636, 0.016109513118863106, 0.0979643315076828, -0.03266805410385132, 0.010734816081821918, 0.019056743010878563, -0.013824817724525928, 0.05506141111254692, 0.02181600220501423, 0.024694757536053658, 0.07866572588682175, -0.03479309007525444, -0.029891343787312508, -0.008362989872694016, -0.03734477609395981, 0.029690848663449287, 0.013521384447813034, -0.022095028311014175, 0.014479190111160278, 0.019469019025564194, 0.004023810848593712, -0.010589657351374626, -0.01470483373850584, -0.0413123294711113, 0.02580798976123333, 0.01345598977059126, 0.031894829124212265, -0.01618722639977932, -0.021646205335855484, 0.0015746306162327528, -0.005541106685996056, 0.005975969135761261, 0.002496659755706787, 0.057792339473962784, -0.04184255748987198, -0.0017446334240958097, 0.020709548145532608, 0.0211846511811018, -0.03547720983624458, 0.01339182909578085, 0.0031171292066574097, 0.005844873376190662, 0.032710351049900055, -0.004897846840322018, -0.06447459757328033, 0.02093334309756756, -0.03632763400673866, 0.00372199434787035, -0.0022761488799005747, 0.003128626849502325, -0.03618411719799042, 0.008305500261485577, 0.0013616650830954311, 0.033203113824129105, -0.004574318416416645, 7.391427516267868e-06, 0.006675280164927244, -0.015063934028148653, -0.001337848254479468, 0.018402190878987312, -0.022678900510072708, -0.035979002714157104, -0.04057318717241287, 0.041228972375392914, 0.04231405630707741, -0.018270839005708694, -0.0023911267053335905, 0.009662648662924768, -0.04842010885477066, 0.0024868047330528498, 0.006362684536725283, 0.03029971942305565, 0.048879507929086685, -0.0027590554673224688, -0.009331111796200275, -0.02034285105764866, 0.01579476147890091, 0.025804704055190086, -0.023382369428873066, -0.01238792948424816, 0.04556412249803543, -0.007919504307210445, 0.021753791719675064, 0.015146677382290363, -0.013700010254979134, 0.01903374679386616, 0.04188475385308266, -0.020991243422031403, 0.010675685480237007, 0.00750476261600852, -0.004314129706472158, 0.0016106126131489873, -0.0071815927512943745, -0.019444381818175316, -0.021289825439453125, 0.010025239549577236, 0.00855516642332077, -0.009346356615424156, 0.00015080564480740577, 0.01928998157382011, -0.02726697362959385, -0.056467220187187195, 0.008178203366696835, 0.018782848492264748, -0.0062478091567754745, -0.0024946066550910473, -0.011817249469459057, -0.022818105295300484, -0.05256783217191696, -0.008089096285402775, -0.017077893018722534, -0.0007019802578724921, 0.04480375349521637, 0.0031774924136698246, -0.05730039626359939, -0.0025527114048600197, 0.07332295924425125, -0.02685634233057499, 0.050750359892845154, -0.03297151252627373, 0.0017573118675500154, 0.03860624507069588, -0.006667067296802998, -0.0033318912610411644, 0.017621982842683792, 0.02606011927127838, 0.025932105258107185, -0.018711499869823456, -0.01523311622440815, 0.03294133394956589, -0.01030672900378704, 0.008615786209702492, 0.08148720115423203, -0.010773415677249432, -0.05158510431647301, 0.05255099758505821, -0.03282245621085167, 0.020641330629587173, -0.001850012689828873, 0.014924935065209866, 0.07529401034116745, -0.03529837727546692, 0.03350123390555382, -0.03220691159367561, -0.0050496794283390045, 0.008378183469176292, 0.004881011322140694, 0.03625413030385971, -0.02562854252755642, -0.047704268246889114, -0.011105927638709543, 0.0021541903261095285, 0.0062408288940787315, -0.002206751611083746, 0.0028013766277581453, -0.03255595266819, 0.045406974852085114, -0.007335580885410309, -0.001679522218182683, -0.003617179812863469, 0.009438852779567242, 0.018839944154024124, -0.06815388798713684, 0.012039197608828545, 0.005272654350847006, -0.031510476022958755, 0.0055536311119794846, -0.002690479625016451, -0.00556307565420866, 0.03597695380449295, -0.00012770743342116475, -0.0353655181825161, -0.057505302131175995, -0.004142894875258207, 0.024971116334199905, 0.008103878237307072, 0.01551563199609518, -0.010376024059951304, 0.014368832111358644, -0.025170274078845974, -0.029925117269158363, -0.03365285322070122, 0.039545778185129166, -0.00709884986281395, -0.06413828581571579, -0.004433829803019762, 0.07318170368671417, -0.016641387715935707, 0.05942132696509361, 0.0356944315135479, -0.012323972769081593, -0.04074113816022873, -0.007811917457729578, 0.018905628472566605, 0.05233951658010483, 0.03673208132386208, 0.0171185452491045, -0.041315000504255295, 6.172354915179312e-05, -0.025722578167915344, -0.007503684610128403, -0.011978218331933022, 0.03353387862443924, 0.07227502018213272, 0.014460916630923748, -0.0021513160318136215, -0.002937681507319212, -0.03827856108546257, -0.02861098386347294, -0.05532729625701904, 0.01277895737439394, -0.0009962001349776983, -0.00011538839316926897, 0.0042761461809277534, 0.036661479622125626, -0.019875137135386467, -0.05535111576318741, 0.06877558678388596, 0.00208068685606122, -0.005400669761002064, -0.006896612234413624, -0.018105095252394676, -0.022264622151851658, -0.006840765941888094, -0.0035159580875188112, 0.011848253197968006, -0.023025117814540863, 0.04146097972989082, -0.031156715005636215, 0.03359157219529152, 0.0701364278793335, 0.006533816456794739, -0.029887646436691284, -0.018165048211812973, 0.025513768196105957, 0.033157121390104294, -0.00011620966688496992, 0.04398227483034134, -0.054567620158195496, -0.017986217513680458, 0.026232995092868805, -0.027722472324967384, -0.0365438349545002, 0.02596197836101055, -0.012519042938947678, 0.009416473098099232, 0.004956824705004692, -0.029084445908665657, 0.008337324485182762, 0.02361663617193699, 0.013596734963357449, -0.067169189453125, 0.0011983608128502965, -0.005066412501037121, 0.04170161113142967, -0.09547752887010574, -0.019353220239281654, -0.04814940318465233, -0.004761721473187208, -0.030460894107818604, 0.033263884484767914, -0.026622073724865913, 0.014659663662314417, -0.015481345355510712, -0.02949015237390995, 0.0422494001686573, 0.026150871068239212, 0.006405082065612078, -0.022000787779688835, -0.029698139056563377, 0.04528912156820297, -0.015300357714295387, -0.0835239440202713, 0.06782620400190353, -0.027480095624923703, 0.01847897842526436, 0.027675146237015724, -0.04103802517056465, 0.02492143027484417, -0.05338745936751366, 0.04400034621357918, 0.016642620787024498, -0.010047824122011662, 0.03387080505490303, 0.020931700244545937, 0.00398397957906127, -0.06421014666557312, -0.03775828331708908, 0.05116284638643265, -0.047785576432943344, 0.005479100625962019, 0.005424897186458111, 0.04029149189591408, 0.010645708069205284, 0.01479353103786707, 0.02245926298201084, 0.03038051165640354, 0.048234812915325165, -0.032693102955818176, 0.08379784226417542, -0.013085289858281612, 0.012025031261146069, 0.03319982811808586, 0.019755899906158447, -0.010222754441201689, 0.032174061983823776, 0.007100698072463274, 0.03453387692570686, 0.042653050273656845, -0.035204753279685974, -0.046246208250522614, 0.0006982332561165094, -0.0444684661924839, 0.024040309712290764, -0.02894195541739464, -0.02781394124031067, -0.013881100341677666, -0.005491419695317745, -0.03660842031240463, 0.013705349527299404, -0.013257757760584354, -0.040914423763751984, -0.018270786851644516, -0.020748557522892952, 0.044705405831336975, -0.01768101193010807, -0.015014451928436756, 0.017590364441275597, -0.001652137958444655, -0.013729061931371689, 0.015552383847534657, 0.0519990473985672, -0.032504621893167496, 0.008742005564272404, 0.0684593990445137, 0.04144558310508728, 0.04486103728413582, -0.043458305299282074, -0.03827163204550743, 0.049023229628801346, 0.0417451411485672, 0.02605067566037178, 0.01628536731004715, 0.03452535718679428, 0.03066025674343109, -0.04310023412108421, 0.0282451082020998, 0.007646020967513323, -0.055628702044487, -0.027637368068099025, -0.006729072891175747, -0.05354955419898033, -0.014469129033386707, -0.026975346729159355, 0.002554970094934106, 0.01494890544563532, -0.045545563101768494, -0.003890765365213156, -0.02293701097369194, -0.09526071697473526, -0.00110686628613621, -0.014970103278756142, -0.014430529437959194, 0.003630627878010273, -0.01931215636432171, -0.001184065593406558, 0.05975804850459099, 0.014349224045872688, -0.009735330939292908, -0.00096814869903028, 0.004586688708513975, 0.01508959848433733, 0.0203703623265028, -0.06444503366947174, -0.008267722092568874, -0.044099923223257065, 0.05259452015161514, -0.05512937530875206, 0.022679157555103305, 0.020198717713356015, 0.05214405804872513, -0.06876327097415924, -0.04440684616565704, -0.011463282629847528, 0.008762947283685207, 0.02165811322629452, 0.05057995021343231, -0.04478383809328079, -0.00806692149490118, -0.04419087991118431, -0.019051814451813694, -0.019953979179263115, 0.053484369069337845, 0.037073757499456406, 0.010398916900157928, -0.010132106952369211, 0.0019416355062276125, 0.02925773337483406, -0.005025041289627552, 0.0026921220123767853, 0.012082005850970743, 0.024265233427286148, -0.007387731224298477, 0.08117758482694626, -0.035100243985652924, -0.020261172205209732, -0.014477547258138657, 0.014156635850667952, -0.006038077641278505, 0.012606079690158367, 0.01671406999230385, 0.009550134651362896, 0.0005042596021667123, 0.025086505338549617, 0.05485793948173523, -0.03670911118388176, 0.021890532225370407, 0.02112470008432865, 0.0011856567580252886, -0.019900083541870117, -0.03169064223766327, -0.05008677765727043, -0.02888159081339836, 0.05578967183828354, 0.027209486812353138, 4.845491275773384e-05, -0.016101403161883354, -0.01152362022548914, 0.02676269039511681, 0.014727522619068624, -0.012724753469228745, 0.005495115648955107, -0.02361355535686016, 0.05674973502755165, 0.029171500355005264, -0.03417303040623665, 0.00940230581909418, -0.0367312878370285, 0.019693225622177124, -0.024172430858016018, 0.01399772148579359, 0.007957590743899345, -0.014929041266441343, 0.032817523926496506, -0.01286888588219881, -0.018739579245448112, 0.018432578071951863, -0.005829783156514168, 0.0009662237716838716, 0.02983357198536396, -0.02327876165509224, 0.02503887005150318, 0.015540886670351028, 0.01997245661914349, -0.011624661274254322, -0.03538317233324051, -0.005705694202333689, 0.040126826614141464, 0.001158619066700339, -0.031131459400057793, 0.02180306799709797, -0.027894478291273117, -0.05233284458518028, -0.03379853069782257, 0.05520041286945343, -0.01798827014863491, -0.02096475660800934, 0.02236645855009556, 0.0739087238907814, -0.02926512621343136, -0.04064135253429413, -0.0008389269933104515, 0.017537804320454597, -0.004176361486315727, 0.02301669865846634, -0.003473560092970729, -0.023164477199316025, -0.01905920542776585, -0.04846753925085068, 0.002597265411168337, 0.0010914674494415522, -0.04246785491704941, -0.013157151639461516, -0.048608094453811646, -0.01299479603767395, 0.008611833676695824, 0.0810663029551506, -0.02336266078054905, 0.012169984169304373, -0.023627929389476776, 0.03876398131251335, 0.006502094678580761, 0.012775260955095291, -0.04328255355358124, 0.007396970875561237, 0.017345216125249863, 0.02233643084764481, 0.008654129691421986, 0.03436644375324249, -0.03343368321657181, 0.0013594067422673106, 0.02388580702245235, 0.02304770238697529, -0.005132473539561033, -0.043271880596876144, -0.045630767941474915, -0.026088351383805275, 0.03646909445524216, -0.006972169503569603, -0.033803462982177734, -0.008730918169021606, -0.037663839757442474, -0.01250629499554634, -0.02277955785393715, 0.04233378544449806, -0.018175315111875538, -0.02045023068785667, -0.008638949133455753, 0.009710692800581455, 0.013144421391189098, 0.03156508877873421, 0.01719985157251358, -0.005118153057992458, 0.028292329981923103, 0.007193912286311388, 0.0007091150619089603, -0.05008595436811447, 0.03350164368748665, 0.004261978901922703, -0.011928428895771503, 0.04322958365082741, -0.023548267781734467, -0.04210485517978668, -0.01687627099454403, 0.004952666815370321, -0.000646339263767004, 0.02685757353901863, 0.011241745203733444, 0.034591469913721085, -0.025783764198422432, 0.05476226285099983, -0.02488940022885799, 0.07491129636764526, 0.011182742193341255, -0.07069982588291168, 0.09785572439432144, -0.005858642980456352, -0.0005241240723989904, -0.07450230419635773, -0.007218139711767435, 0.010846509598195553, 0.0049906508065760136, 0.04117435589432717, -0.03149405121803284, 0.001790983835235238, -0.0010265870951116085, 0.053417228162288666, -0.01678880676627159, -0.0058369687758386135, 0.003640278009697795, 0.04785168915987015, -9.96302769635804e-05, -0.02741110697388649, -0.01260402612388134, 0.007315870840102434, 0.027008892968297005, -0.013325409032404424, 0.004807712975889444, 0.0019141742959618568, 0.013647038489580154, 0.028930868953466415, -0.048109978437423706, 0.023144330829381943, 0.09367238730192184, 0.020675670355558395, -0.012540377676486967, 0.006839534267783165, -0.05864522606134415, -0.02064364030957222, 0.004153571557253599, 0.02088324539363384, 0.04400938004255295, -0.04711049795150757, -0.037188734859228134, 0.00451965257525444, 0.022003663703799248, -0.03293450549244881, -0.06690719723701477, -0.000212092898436822, 0.01346471719443798, -0.030677707865834236, -0.013067017309367657, 0.02280501648783684, -0.012395423837006092, 0.03416997939348221, 0.004075140226632357, -0.03669104352593422, 0.048011429607868195, -0.021162888035178185, 0.0031503906939178705, -0.04057113453745842, -0.0076205614022910595, 0.041121385991573334, 0.007326547056436539, -0.012244078330695627, 0.04470006749033928, 0.06574591994285583, 0.0648975521326065, -0.01862885989248753, 0.018752051517367363, -0.01429255586117506, 0.04626047983765602, 0.042362529784440994, 0.00935631524771452, 0.03744497150182724, -0.032378558069467545, -0.0355219691991806, 0.03439806029200554, -0.028143681585788727, -0.01419482473284006, -0.03499758616089821, 0.02164250984787941, -0.0022753276862204075, 0.024332785978913307, -0.008813044987618923, -0.01138156559318304, 0.02420579455792904, -0.01937149465084076, -0.020827194675803185, 0.01564847305417061, 0.027372200042009354, -0.04356425255537033, -0.07314228266477585, -0.017934272065758705, -0.0174447949975729, 0.04460808634757995, -0.02747311443090439, -0.07080002129077911, -0.05224014446139336, -0.024853263050317764, -2.068573121505324e-05, -0.02574465051293373, 0.013244308531284332, 0.030348623171448708, 0.010640369728207588, 0.012690773233771324, -0.015129840932786465, -0.02267361246049404, -0.02435639500617981, -0.01976139098405838, 0.002315980615094304, -0.02843317948281765, 0.025783659890294075, -0.0406220518052578, 0.01472269557416439, -0.0349368117749691, -0.005919711664319038, 0.03827938064932823, 0.03997694328427315, -0.02980305440723896, 0.005592846777290106, 0.02508157677948475, 0.0006348414462991059, 0.05110843479633331, -0.013419956900179386, -0.04797713831067085, 0.03671753033995629, -0.008677946403622627, 0.009107059799134731, -0.03358500450849533, -0.011529375799000263, -0.062270309776067734, -0.03611369431018829, -0.03191987797617912, -0.020856965333223343, 0.014755752868950369, -0.02769342064857483, -0.007772085722535849, 0.006011078599840403, 0.03560450300574303, -0.01056840643286705, 0.005180568899959326, -0.014601970091462135, 0.01720293052494526, -0.023978199809789658, -0.021282793954014775, -0.07636494189500809, -0.03035002201795578, -0.007915397174656391, -0.0402931347489357, -0.020486367866396904, 0.04126716032624245, -0.01865575835108757, -0.03618966042995453, -0.05450151115655899, -0.012292765080928802, -0.028903765603899956, -0.04923347756266594, 0.002035106299445033, -0.04972007870674133, 0.021565208211541176, 0.020580196753144264, -0.07538270205259323, 0.0053752101957798, -0.013851123861968516, 0.016662124544382095, 0.003994655795395374, 0.034547530114650726, -0.03355707973241806, -0.009551366791129112, 0.01782212220132351, -0.01904185675084591, 0.06247316300868988, 0.01976862922310829, -0.03822189196944237, -0.011055521667003632, 0.01692924275994301, -0.05957983061671257, 0.002892511896789074, -0.039652541279792786, 0.034769684076309204, -0.017560800537467003, 0.019969994202256203, 0.00013242974819149822, 0.00105307309422642, -0.010589657351374626, -0.0016963325906544924, -0.014609644189476969, 0.015931399539113045, 0.007768390234559774, 0.00868923868983984, 0.057613711804151535, 0.01665545254945755, -0.001408349140547216, -0.03035741299390793, -0.06469305604696274, -0.021125879138708115, 0.012864779680967333, -0.002997634233906865, 0.042223118245601654, 0.005582349840551615, -0.0031795455142855644, -0.012400557287037373, 0.04021264985203743, -0.027454223483800888, 0.027995850890874863, 0.03193671628832817, -0.03754188120365143, 0.022394727915525436, 0.008878747001290321, -0.018796399235725403, 0.04537925496697426, -0.012793200090527534, -0.003141151275485754, -0.004881216213107109, 0.012205298990011215, 0.05468835309147835, -0.07183728367090225, -0.038901083171367645, -0.052194975316524506, -0.013090217486023905, -0.011318739503622057, -0.07107432186603546, 0.00949038751423359, 0.02112860046327114, 0.004925873130559921, 0.014332798309624197, 0.03506236523389816, 0.06285792589187622, -0.005180158652365208, -0.04358149692416191, -0.004346486646682024, 0.03389544412493706, -0.04675370454788208, 0.001411762670613825, 0.03822189196944237, 0.0014224391197785735, 0.017029233276844025, 0.028506271541118625, -0.026591069996356964, 0.04687150567770004, 0.0664735734462738, -0.010030167177319528, 0.06118376925587654, 0.058821797370910645, -0.03778189420700073, 0.0017402705270797014, -0.021111968904733654, -0.04870878905057907, 0.014075741171836851, -0.011682190001010897, -0.002258491702377796, -0.011999058537185192, 0.01197010837495327, 0.0018462142907083037, 0.0004050912684760988, -0.0471351332962513, -0.041506968438625336, 0.03266189619898796, 0.005396973807364702, -0.015880070626735687, 0.01684095710515976, 0.0021439245902001858, 0.04962029308080673, 0.005529813934117556, 0.02228330634534359, 0.022438526153564453, 0.027202093973755836, 0.009368223138153551, 0.06528406590223312, -0.02629212848842144, 0.011588936671614649, -0.0036544448230415583, -0.07769211381673813, -0.017192870378494263, -0.03339323773980141, 0.02317972294986248, -0.036052919924259186, 0.007472733035683632, -0.030056007206439972, 0.029020385816693302, 0.03225536644458771, 0.045054033398628235, -0.04831939935684204, -0.016156017780303955, 0.011628357693552973, 0.010920988395810127, -0.04496005177497864, -0.021207666024565697, -0.02209051325917244, 0.036544449627399445, 0.009403537958860396, -0.0016585028497502208, -0.0037080328911542897, -0.027512535452842712, 0.06222432106733322, 0.008052344433963299, -0.0192156583070755, 0.030292123556137085, -0.001315818401053548, -0.024030759930610657, 0.06992947310209274, 0.017472872510552406, 0.03180161491036415, 0.026384880766272545, 0.011653406545519829, -0.038645461201667786, 0.009231687523424624, -0.02351367101073265, 0.027508633211255074, -0.008532511070370674, -0.021921740844845772, -0.003656754735857248, 0.007841483689844608, -0.02033032663166523, -0.004001225810497999, 0.015894854441285133, 0.028626997023820877, 0.012413491494953632, 0.05186810716986656, 0.02205909788608551, 0.0015641081845387816, -0.012938283383846285, -0.00439584581181407, 0.011655460111796856, 0.07753750681877136, -0.01686379872262478, 0.027157746255397797, 0.011119171045720576, 0.002847906900569797, 0.07116466015577316, 0.019586462527513504, 0.01098930649459362, 0.026628850027918816, -0.014290503226220608, 0.00043218035716563463, 0.013297177851200104, -0.005825265776365995, -0.029109906405210495, -0.012738509103655817, -0.022054940462112427, -0.01934911496937275, -0.0029844939708709717, -0.004844259470701218, 0.009456099942326546, -0.009160442277789116, 0.027316251769661903, -0.006812843028455973, 0.03498034179210663, 0.0007687084726057947, 0.05652306601405144, -0.005867150612175465, -0.02499370090663433, -0.011524466797709463, -0.02319778874516487, -0.014852252788841724, -0.06472098082304001, -0.004335483070462942, 0.018361127004027367, 0.01724502071738243, -0.021477844566106796, -0.030058471485972404, -0.01294813770800829, 0.05114293098449707, -0.032783444970846176, 0.016383536159992218, 0.03198804333806038, -0.016293169930577278, -0.01930089108645916, -0.014212071895599363, -0.005149361211806536, -0.005591203924268484, 0.006474068854004145, -0.001198129844851792, 0.04526879638433456, 0.05532770976424217, -0.010775058530271052, -0.0057958029210567474, -0.016422931104898453, 0.05040953308343887, 0.03795277327299118, 0.05230749025940895, -0.03389544412493706, -0.03082389570772648, 0.03944886848330498, -0.03297726437449455, 0.04194552823901177, 0.017059413716197014, -0.019193893298506737, 0.016721872612833977, 0.02091609686613083, 0.033543940633535385, -0.007832448929548264, -0.012133438140153883], [-0.02919904701411724, -0.06290847808122635, -0.055438414216041565, -0.0115199638530612, 0.01346205361187458, 0.004314344841986895, 0.01980945840477943, -0.052094411104917526, 0.02788175269961357, -0.03388115018606186, -0.032708946615457535, 0.029670817777514458, -0.019869398325681686, -0.024161530658602715, -0.04011959955096245, -0.008307123556733131, -0.02033059112727642, -0.010875421576201916, 0.02501022443175316, 0.031124213710427284, -0.012630988843739033, -0.004427880514413118, 0.01740264892578125, 0.010244508273899555, -0.053334835916757584, 0.014064989984035492, 0.009410039521753788, -0.06169555708765984, 0.028650937601923943, 0.03199723735451698, 0.04652271419763565, -0.0194639153778553, -0.0085578178986907, -0.05277068912982941, 0.03494210168719292, 0.013930299319326878, -0.022755032405257225, 0.007555392570793629, -0.0221309382468462, 0.00010436793672852218, -0.060115933418273926, 0.05240963026881218, -0.003333250992000103, 0.01260806992650032, 0.0451708659529686, 0.06101575493812561, 0.0177016481757164, 0.04458767548203468, -0.025589890778064728, -0.07172051817178726, -0.006067444104701281, 0.00159901543520391, 0.01524336077272892, -0.03428186848759651, 0.022706372663378716, 0.04180359095335007, -0.01667877286672592, -0.012287208810448648, 0.04701775684952736, 0.01669393479824066, -0.004376401659101248, 0.04321679100394249, -0.044210225343704224, -0.010609389282763004, 0.016837088391184807, -0.007586420979350805, 0.03219609707593918, 0.02344752661883831, 0.010981200262904167, -0.04107724875211716, 0.006991241592913866, 0.015492072328925133, 0.0012129247188568115, -0.051681872457265854, 0.021205026656389236, 0.004234658554196358, -0.06515379995107651, -0.020762939006090164, -0.01629268191754818, -0.01338025275617838, -0.03571922332048416, 0.036527369171381, -0.04444099962711334, -0.07003370672464371, -0.05048023536801338, 0.03584051504731178, -0.01689632423222065, -0.02571400441229343, 0.02064228616654873, 0.026007361710071564, -0.06377163529396057, -0.006281821522861719, 0.08217424154281616, 0.04435637220740318, -0.02653484418988228, 0.013172927312552927, -0.01061749830842018, 0.03424396738409996, 0.025060998275876045, 0.06465170532464981, 0.05175239592790603, -0.017563432455062866, -0.03483068570494652, -0.06479838490486145, -0.05514012277126312, 0.04340648651123047, 0.06474549323320389, -0.05156410858035088, 0.026004541665315628, -0.033613529056310654, -0.027891626581549644, 0.01791461557149887, 0.0298615712672472, -0.07729997485876083, 0.053925078362226486, 0.03403523191809654, -0.001856761984527111, -0.008596251718699932, -0.018605699762701988, -0.01760503649711609, -0.009810586459934711, -0.02579333819448948, 0.017103031277656555, 0.008610355667769909, -0.025561682879924778, -0.020698701962828636, 0.005090846214443445, 0.04842672497034073, -0.021138738840818405, -0.02213446609675884, 0.047129176557064056, -0.008625869639217854, 0.02841628715395927, -0.04951077327132225, -0.08719518035650253, 0.006940467748790979, -0.04283810034394264, 0.0409446693956852, 0.005078064277768135, -0.008034920319914818, 0.01381605863571167, 0.011889483779668808, 0.01730462722480297, 0.04052861034870148, -0.020865123718976974, -0.022899946197867393, -0.021142970770597454, -0.048871345818042755, -0.014244813472032549, 0.04061887413263321, -0.04044680669903755, -0.017917083576321602, 0.0031745394226163626, 0.02860175259411335, 0.0096261790022254, -0.0009453055681660772, 0.04582316800951958, 0.02342989854514599, -0.04289522022008896, -0.00849157478660345, 0.021967336535453796, 0.05609353631734848, 0.03891513869166374, -0.026972061023116112, 0.02032354101538658, -0.019573219120502472, 0.029650455340743065, -0.01991629414260387, -0.008019406348466873, 7.051887951092795e-05, 0.015628756955266, 0.031222939491271973, -0.005707092583179474, 0.06092266738414765, -0.005855887662619352, 0.018069757148623463, -0.01675528474152088, -0.014439444988965988, 0.002176917856559158, 0.04967913776636124, -0.012400920502841473, -0.018405955284833908, 0.0007101251394487917, 0.014117307029664516, -0.01804366521537304, 0.012477610260248184, -0.054852403700351715, 0.0345260426402092, -0.03672623261809349, -0.0032184815499931574, 0.04703891277313232, -0.04328448697924614, 0.026567282155156136, -0.013450770638883114, 0.007280942052602768, 0.012138414196670055, 0.026245715096592903, 0.003424044232815504, -0.04940129444003105, 0.003900399198755622, 0.0024089249782264233, -0.002490726765245199, 0.012040393427014353, -0.022137286141514775, -0.056681662797927856, -0.05750109255313873, 0.029805509373545647, 0.0018193870782852173, 0.0394422672688961, 0.0006269128061830997, 0.03596885874867439, 0.05719645321369171, -0.011335468851029871, 0.04242626950144768, 0.009112449362874033, 0.006437668111175299, 0.02452646568417549, -0.013911963440477848, 0.047387272119522095, 0.02972511760890484, -0.011096850968897344, 0.012917648069560528, -0.0014386733528226614, -0.001704441267065704, -0.03831431642174721, 0.040427062660455704, 0.030680514872074127, 0.01524618174880743, -0.022980691865086555, -0.014148907735943794, 0.020285461097955704, -0.01530189160257578, 0.012366190552711489, -0.003627490950748325, -0.010469937697052956, 0.05392155423760414, -0.020327771082520485, 0.032624855637550354, 0.010164590552449226, 0.02424086444079876, -0.039530061185359955, -0.03829457238316536, 0.010244982317090034, -0.03644133359193802, -0.007798682898283005, -0.044149044901132584, -0.04136355221271515, 0.035406116396188736, -0.019581682980060577, 0.035353582352399826, 0.03994894400238991, 0.02129529044032097, -0.010554208420217035, 0.008515859954059124, 0.011116595938801764, -0.0046810428611934185, -0.00882014911621809, -0.0030248193070292473, 0.006653103977441788, 0.024360965937376022, -0.018004879355430603, -0.04532388970255852, -0.08280608803033829, -0.007764128502458334, 0.049363214522600174, 0.0003526825166773051, -0.017112111672759056, 0.003874307032674551, 0.0027417740784585476, 0.0028799909632653, -0.02154069766402245, -0.0810685008764267, 0.033448513597249985, 0.0010937477927654982, -0.020924359560012817, 0.025440391153097153, 0.08053819835186005, -0.01036627497524023, 0.0783098042011261, 0.022303709760308266, -0.04280778020620346, -0.06936237215995789, -0.029056597501039505, 0.012103860266506672, 0.021217016503214836, 0.028027726337313652, 0.022799458354711533, -0.036748796701431274, -0.036334145814180374, -0.027914898470044136, -0.019695216789841652, -0.040762729942798615, 0.030173616483807564, 0.05660127475857735, 0.10719151794910432, 0.0052071139216423035, 0.050502799451351166, -0.0043890951201319695, -0.011219553649425508, -0.048642512410879135, 0.03191225975751877, -0.006534102838486433, -0.02377050369977951, 0.010268958285450935, -0.0033916053362190723, 0.04193616658449173, -0.016258127987384796, 0.06634698063135147, -0.010852855630218984, 0.018691381439566612, -0.01095863338559866, 0.003116934560239315, 0.00951229128986597, -0.02154069766402245, 0.03806890919804573, -0.03040333092212677, 0.03950185328722, 0.03995458409190178, -0.016319477930665016, -0.02997475303709507, 0.00919566210359335, 0.010527058504521849, -0.025776060298085213, -0.052669137716293335, 0.02861938253045082, 0.021939128637313843, 0.05910610035061836, 0.025776060298085213, -0.02158794365823269, -0.020893508568406105, 0.05297660082578659, 0.041353680193424225, 0.037663426250219345, 0.012919058091938496, 0.03336741775274277, -0.02105129510164261, -0.0127300675958395, 0.03553023189306259, 0.024294458329677585, 0.031048139557242393, 0.00496743805706501, -0.023467978462576863, -0.03233572468161583, -0.008601892739534378, 0.03545971214771271, -0.08550836890935898, -0.04634500667452812, -0.005642920266836882, -0.047153156250715256, -0.00017171345825772732, 0.04498046636581421, 0.0026938212104141712, 0.009789430536329746, -0.009493251331150532, -0.03509583696722984, 0.0012559412280097604, 0.023394636809825897, -0.041549719870090485, -0.007551161106675863, 0.03293725475668907, 0.026096215471625328, -0.018941370770335197, 0.0033859640825539827, 0.03084143064916134, -0.035473816096782684, -0.02452646568417549, 0.051260173320770264, -0.027096174657344815, 0.06536253541707993, -0.05106130987405777, 0.04505310207605362, 0.024854378774762154, -0.0313526950776577, 0.005046859849244356, -0.014563558623194696, 0.02413772977888584, -0.06511431187391281, -0.03792769834399223, 0.014840696938335896, -0.022633740678429604, 0.019865168258547783, -0.008722832426428795, 0.023469166830182076, 0.0061238594353199005, 0.013507714495062828, 0.048429545015096664, 0.009433310478925703, 0.03784571960568428, -0.04443315044045448, 0.06175549700856209, 0.0008596251136623323, -0.014028320088982582, 0.03809147700667381, 0.008815036155283451, -0.013023425824940205, 0.010536931455135344, -0.05287646129727363, 0.00441342405974865, 0.013002270832657814, 0.044347912073135376, -0.013680662028491495, -0.034125495702028275, 0.0001791179383872077, -0.017487624660134315, 0.02134536020457745, -0.05851515382528305, -0.022712720558047295, 0.007070222869515419, -0.014056527987122536, 0.016577577218413353, 0.04110122472047806, -0.04547903314232826, 0.0007517312769778073, -0.0013913374859839678, 0.0408332496881485, -0.01463407836854458, -0.004097322933375835, 0.025965051725506783, -0.01746893674135208, 0.024012383073568344, 0.04451151564717293, 0.041335344314575195, -0.01430969126522541, 0.02421300858259201, 0.02901710756123066, 0.0287491362541914, -0.02032354101538658, -0.006487744860351086, -0.036031268537044525, 0.014595997519791126, 0.011534067802131176, 0.0538143627345562, 0.0202332753688097, 0.052601441740989685, 0.003659929847344756, 0.02100052125751972, 0.004981453530490398, 0.05370462313294411, -0.05166495218873024, -0.02495522052049637, -0.05930355191230774, 0.01811559498310089, -0.02988307923078537, -0.003843455109745264, 0.010596167296171188, 0.029047608375549316, -0.08184138685464859, 0.022497637197375298, -0.02775340899825096, -0.08536733686923981, -0.0006113986601121724, -0.029196225106716156, -0.04339449852705002, -0.009381831623613834, -0.03414806351065636, 0.012264643795788288, 0.06969521939754486, -0.03658237308263779, -0.05740589648485184, -0.02027065306901932, -0.025354357436299324, -0.009530273266136646, 0.023793069645762444, -0.00964134093374014, -0.045267216861248016, 0.041230976581573486, 0.02093701064586639, -0.022296657785773277, 0.01402056310325861, 0.012406914494931698, 0.04457639530301094, -0.02351769432425499, 0.03299860283732414, 0.03019900433719158, -0.03663314878940582, -0.022145748138427734, 0.04310113936662674, -0.008256349712610245, 0.006789557635784149, 0.024266956374049187, -0.011244235560297966, 0.021299168467521667, 0.014232119545340538, -0.007616038899868727, 0.027208298444747925, 0.040144987404346466, -0.007463717833161354, 0.015531077049672604, -0.005211344920098782, -0.010672327131032944, 0.0144484369084239, 0.04558058083057403, -0.01585405506193638, 0.05010789632797241, -0.004468076396733522, 0.0171953234821558, 0.005667954683303833, 0.02065497823059559, -0.012707501649856567, -0.01959225907921791, 0.04464620724320412, 0.005823448766022921, -0.027315840125083923, 0.014176410622894764, 0.005741646979004145, -0.03702664002776146, -0.02270707860589027, 0.04210259020328522, -0.03174266219139099, -0.009895914234220982, -0.05724440515041351, -0.04427175223827362, 0.018631791695952415, -0.03930449113249779, 0.026103267446160316, 0.0389835387468338, -0.014460600912570952, -0.00950030330568552, 0.044238608330488205, -0.008410962298512459, 0.0028510780539363623, 0.007998251356184483, -0.0054708546958863735, 0.02688743732869625, 0.005434184800833464, -0.0010281652212142944, 0.05044638365507126, -0.023210180923342705, 0.03309309855103493, 0.011886045336723328, -0.013213827274739742, -0.038108401000499725, -0.01690760627388954, 0.023869406431913376, -0.01506001129746437, 0.00889313593506813, 0.02177358604967594, 0.01842094212770462, 0.029671521857380867, -0.01786375418305397, -0.02189893275499344, 0.04789360240101814, 1.2693398275587242e-05, -0.018208680674433708, -0.022188058122992516, 0.004786116071045399, -0.0010641298722475767, 0.0274177398532629, 0.06248819082975387, 0.02734263613820076, 0.042329661548137665, 0.02200259454548359, -0.11890047043561935, -0.04874969646334648, 0.020407721400260925, -0.006056161597371101, -0.023980649188160896, 0.019985049962997437, 0.03550343215465546, 0.02129664458334446, -0.0183913242071867, -0.03432295098900795, -0.024523645639419556, 0.031131263822317123, -0.03655698522925377, 0.014140445739030838, 3.525943975546397e-05, -0.07016875594854355, 0.014881950803101065, 0.025819430127739903, -0.039987023919820786, -0.01469472423195839, -0.0313526950776577, -0.0033538779243826866, -0.01377656776458025, 0.005452343728393316, 0.05844322592020035, -0.027221079915761948, 0.025437571108341217, -0.058567337691783905, 0.04406724497675896, 0.012851360253989697, -0.010800671763718128, -0.01569468155503273, 0.050710126757621765, -0.03779388591647148, 0.012763917446136476, 0.012005838565528393, 0.012323879636824133, -0.013040351681411266, -0.00859484076499939, 0.031042849645018578, 0.012405680492520332, -0.0038845324888825417, -0.05064524710178375, -0.02947971224784851, -0.048680588603019714, -0.010082083754241468, 0.002789726946502924, -0.02355048432946205, -0.023358672857284542, -0.037016768008470535, 0.0045357742346823215, -0.012075652368366718, 0.03128499537706375, 0.0036641608458012342, -0.015667883679270744, 0.03142215311527252, -0.0013144718250259757, -0.01295572891831398, -0.03051704540848732, -0.01248889323323965, -0.013182799331843851, 0.00860488973557949, -0.03243163228034973, 0.007153434678912163, -0.054461732506752014, -0.019296785816550255, 0.015257464721798897, -0.04358207806944847, 0.06057289615273475, -0.04582034796476364, -0.034257013350725174, -0.009635699912905691, -0.02916237711906433, -0.006570508237928152, -0.003204377833753824, 0.032088909298181534, 0.06904080510139465, -0.020741011947393417, 0.07289959490299225, -0.026300720870494843, 0.08295276761054993, 0.045831628143787384, -0.08011508733034134, 0.061543237417936325, 0.03756716847419739, -0.011784409172832966, 0.004146157298237085, -0.01686212047934532, -0.01802700571715832, -0.010910680517554283, -0.037352439016103745, -0.016010604798793793, -0.021705711260437965, -0.00024046938051469624, 0.026273922994732857, -0.029231484979391095, -0.04755369946360588, 0.016680534929037094, 0.004960297606885433, 0.016253191977739334, -0.004191642161458731, -0.026609592139720917, 0.013124973513185978, -0.002446652390062809, -0.019886324182152748, -0.01224207691848278, 0.03531867265701294, -0.015044497326016426, 0.02751121111214161, 0.0023482786491513252, 0.02228114567697048, 0.02644316852092743, 0.004311524331569672, 0.0005133774247951806, 0.032740503549575806, -0.009596914052963257, -0.02485649473965168, -0.004651424940675497, 0.0540456660091877, 0.005562529433518648, -0.03324136510491371, -0.017642412334680557, 0.004728290718048811, 0.0021748023573309183, -0.02922866493463516, -0.03170528635382652, -0.04778182879090309, 0.007408713456243277, -0.04536408931016922, -0.017336007207632065, 0.026292258873581886, -0.0075744325295090675, 0.026658251881599423, 0.014649592339992523, -0.002442773897200823, -0.0070007615722715855, -0.05664076656103134, -0.04576534032821655, -0.0726964995265007, -0.046525534242391586, -0.02425849437713623, 0.00923233199864626, 0.04754100739955902, -0.017461178824305534, 0.04041719064116478, 0.01993427611887455, 0.009971369057893751, 0.0186307355761528, 0.0013458527391776445, 0.054449036717414856, -0.013615784235298634, 0.013473336584866049, 0.04060759395360947, 0.002899030921980738, -0.03437372297048569, 0.0036980099976062775, -0.039468005299568176, -0.025038432329893112, -0.025073692202568058, 0.026103267446160316, -0.008943556807935238, 0.016561711207032204, 0.003930777311325073, -0.04941963031888008, 0.03070603497326374, 0.027130022644996643, -0.0281433779746294, 0.027325714007019997, 0.033321313560009, -0.024629423394799232, -0.014348828233778477, 0.011689209379255772, 0.0043108188547194, 0.0335373692214489, -0.03089786320924759, -0.04820423573255539, -0.01127878949046135, -0.010001626797020435, -0.03204871341586113, -0.03560921177268028, 0.03713523969054222, 0.024607913568615913, -0.001360309193842113, 0.03434747830033302, 0.03380903974175453, -0.027981890365481377, 0.024355104193091393, -0.006223996169865131, 0.00013539624342229217, 0.023958085104823112, -0.024464409798383713, -0.024950988590717316, -0.030373891815543175, -0.02605249546468258, -0.04004625976085663, 0.0057599819265306, 0.02641848661005497, -0.020828455686569217, 0.009411449544131756, 0.009481968358159064, -0.02572828345000744, 0.0024963682517409325, -0.002489316277205944, -0.011136340908706188, 0.0358581468462944, -0.022876324132084846, 0.01596829481422901, -0.042214009910821915, 0.02441504597663879, -0.08736442774534225, -0.010328899137675762, -0.009328236803412436, -0.015870273113250732, -0.032070573419332504, -0.016047276556491852, 0.005769502371549606, 0.007758354768157005, 0.005817807279527187, -0.002084537874907255, -0.0017129034968093038, -0.008534546941518784, 0.01067796815186739, 0.001094452920369804, -0.040926337242126465, -0.07089121639728546, -0.038943346589803696, -0.016013426706194878, -0.03332933783531189, -0.017649464309215546, -0.019852474331855777, -0.03603161871433258, -0.007274727337062359, 0.007977095432579517, 0.06172940507531166, -0.04082055762410164, -0.04507284611463547, 0.037846069782972336, -0.021346064284443855, 0.02356952428817749, -0.015395681373775004, -0.05346635356545448, 0.02280580438673496, -0.015876619145274162, 0.014464831911027431, 0.010312680155038834, 0.013077902607619762, -0.004103140905499458, -0.00666544446721673, 0.042292989790439606, -0.04585842788219452, 0.034478090703487396, 0.010710407979786396, -0.026646969839930534, -0.02534448355436325, -0.014253275468945503, -0.046892233192920685, 0.011414185166358948, -0.060134269297122955, -0.03224969282746315, -0.01001932192593813, 0.010827467776834965, -0.012716668657958508, 0.002757288049906492, -0.021832643076777455, -0.02778373286128044, -0.026233023032546043, 0.02402719296514988, -0.01872417144477367, 0.03379828855395317, 0.05859554931521416, 0.01243459340184927, 0.012541783042252064, 0.045927535742521286, -0.05382494628429413, 0.009266179986298084, 0.03170176222920418, 0.0046657053753733635, 0.00013962738739792258, 0.007967222481966019, 0.00942132156342268, 0.027146948501467705, 0.08418402820825577, 0.011288662441074848, -0.010713228024542332, -0.009355033747851849, -0.005146820098161697, -0.00118753791321069, -0.01833682507276535, -0.038441251963377, -0.014262795448303224, 0.01371169090270996, 0.015617815777659416, -0.00900949165225029, 0.0031454944983124733, 0.008068417198956013, -0.05641086772084236, 0.01241978444159031, -0.002418797463178634, -0.04633372649550438, -0.020924359560012817, -0.03357333317399025, 0.029106667265295982, 0.026064129546284676, 0.012532615102827547, -0.006305797956883907, 0.006758529227226973, 0.0326445996761322, -0.021539989858865734, -0.041433367878198624, -0.01856197789311409, 0.004812208004295826, -0.03280538320541382, 0.018012283369898796, 0.023838113993406296, -0.009584926068782806, 0.010826057754456995, 0.02759544737637043, 0.00426216097548604, 0.02489880472421646, 0.04321114718914032, -0.006778363138437271, 0.016938986256718636, 0.03731294721364975, -0.04538595303893089, -0.015439403243362904, 8.321227505803108e-05, -0.003927196376025677, 0.017566252499818802, -0.0027163871563971043, 0.02557719685137272, 0.015356015413999556, -0.02488364465534687, -0.023142002522945404, 0.02000056393444538, -0.06504660844802856, 0.01339506171643734, 0.04348475858569145, 0.026598310098052025, -0.01690760627388954, 0.010081378743052484, 0.008095567114651203, 0.039101310074329376, -0.00031874532578513026, -0.03981778025627136, 0.017581766471266747, -0.026965007185935978, 0.008331937715411186, 0.031960565596818924, -0.010812658816576004, 0.017930835485458374, 0.01599297672510147, -0.0475071594119072, -0.02957702800631523, -0.0252288319170475, 0.014546634629368782, -0.008074411191046238, 0.03069263696670532, -0.02333575300872326, 0.012326699681580068, 0.035674087703228, 0.02255193702876568, -0.01595383696258068, -0.004093620926141739, 0.004609114024788141, 0.02164365351200104, -0.05628252401947975, -0.04424795135855675, -0.019962484017014503, -0.007747204042971134, 0.008139288984239101, 0.03187170997262001, 0.012106681242585182, -0.050711534917354584, 0.05068332701921463, 0.017942074686288834, 0.03758938238024712, 0.07280086725950241, 0.00031319196568802, -0.007242994382977486, 0.016082534566521645, 0.0041726017370820045, 0.03433423116803169, -0.020326361060142517, 0.038487087935209274, 0.005476496182382107, 0.026103267446160316, -0.03591667488217354, 0.038169048726558685, -0.00043651185114867985, 0.030619295313954353, 0.012990987859666348, -0.009700928814709188, -0.02277759648859501, -0.026788005605340004, 0.019136004149913788, 0.02344752661883831, 0.013818878680467606, 0.01279961783438921, -0.028674384579062465, 0.017308153212070465, -0.05000176280736923, -0.00018969576922245324, -0.033081814646720886, 0.0473717600107193, -0.06456144154071808, 0.05061562731862068, -0.015659598633646965, -0.03227508068084717, -0.001966771436855197, -0.0032142505515366793, 0.04648604243993759, -0.023550838232040405, -0.0035738968290388584, -0.000953591545112431, -0.029696203768253326, -0.048703160136938095, -0.02019660547375679, 0.01071745902299881, 0.04427457228302955, 0.008346614427864552, -0.007816312834620476, -0.02350958250463009, -0.012608774937689304, -0.006521585863083601, 0.05909482017159462, 0.020704342052340508, 0.028599636629223824, 0.02033200114965439, 0.051748160272836685, 0.007468654308468103, -0.03710421174764633, -0.01720660738646984, 0.005329464096575975, -0.03890667483210564, -0.04231766983866691, 0.005303019657731056, 0.018636640161275864, 0.051546480506658554, -0.04262725263834, -0.04638449475169182, 0.027847904711961743, 0.01819528080523014, -0.0021950763184577227, 0.038712043315172195, 0.07648054510354996, -0.03175147622823715, -0.03891919180750847, 0.01247655227780342, 0.04697826877236366, 0.0401478074491024, -0.03912951424717903, 0.055817101150751114, 0.05114028975367546, -0.004802335519343615, 0.002157877665013075, 0.006933768279850483, -0.05804549902677536, 0.03889257088303566, 0.058950964361429214, 0.02034892700612545, 0.010676558129489422, 0.011099671944975851, 0.0143646951764822, 0.02643752843141556, 0.014604107476770878, -0.005602019838988781, 0.025690557435154915, 0.02317320927977562, 0.03478555008769035, -0.030629169195890427, 0.027871880680322647, -0.00846085511147976], [-0.02047456800937653, -0.03127456456422806, -0.09709642082452774, 0.033756695687770844, -0.014998609200119972, 0.015352335758507252, 0.04675236716866493, -0.037020355463027954, 0.02292231097817421, 0.016398398205637932, -0.023687584325671196, -0.01928263157606125, -0.038098160177469254, -0.00378116057254374, -0.01078563556075096, 0.017299532890319824, -0.00991719216108322, -0.0162563044577837, 0.043494001030921936, -0.008613391779363155, -0.00902947410941124, -0.019551703706383705, 0.011356662027537824, 0.028623126447200775, -0.04386813566088677, 0.054779235273599625, -0.017583534121513367, -0.006282047368586063, 0.011338144540786743, -0.002367246663197875, 0.012864936143159866, -0.03727960214018822, 0.006433590315282345, -0.030873220413923264, 0.024252185598015785, 0.004773796536028385, 0.008922146633267403, 0.002439806004986167, -0.05399620160460472, -0.012678978964686394, -0.024809984490275383, 0.017906175926327705, -0.014901864342391493, 0.03473851457238197, 0.04502303525805473, 0.03650336712598801, 0.01809210889041424, 0.07105972617864609, -0.008126262575387955, -0.03850177302956581, -0.002383874962106347, 0.016247233375906944, 0.00900944508612156, -0.017414607107639313, 0.011708498932421207, 0.014638836495578287, 0.015210996381938456, -0.020031653344631195, 0.06185074895620346, -0.002355153439566493, 0.060886312276124954, 0.0035784575156867504, -0.015613095834851263, -0.0086466483771801, 0.01225344929844141, 0.03800897300243378, 0.026890018954873085, 0.01557303685694933, 0.023346807807683945, -0.039346784353256226, -0.026354067027568817, -0.028244836255908012, -0.022105641663074493, -0.02582128159701824, 0.06871364265680313, -0.008573935367166996, -0.04972578585147858, 0.0016348514473065734, -0.01836656965315342, -0.03201829642057419, -0.020534278824925423, -0.009812887758016586, -0.00819012988358736, -0.051748376339674, -0.0399559810757637, 0.013377361930906773, -0.0064732711762189865, -0.03393356129527092, 0.01871122606098652, 0.017562370747327805, -0.02344316802918911, 0.011666455306112766, 0.07119275629520416, -0.020764049142599102, 0.03863177448511124, 0.018520569428801537, 0.001634095679037273, 0.05692276358604431, -0.013529058545827866, 0.07166438549757004, 0.05059366673231125, -0.019733859226107597, -0.00269565312191844, -0.06113271042704582, -0.03721384331583977, 0.005457913037389517, 0.001521099591627717, -0.01540637668222189, 0.01416380051523447, -0.025109291076660156, -0.003948434256017208, 0.025014813989400864, 0.000926642562262714, -0.040424592792987823, 0.010942847467958927, -0.01341042947024107, 0.019441355019807816, -0.013650216162204742, -0.015359516255557535, -0.016100604087114334, -0.07076948881149292, 0.005628824234008789, 0.02332214079797268, -0.009623553603887558, -0.017859598621726036, -0.001029434846714139, 0.02829478122293949, 0.0163409560918808, -0.0002174889086745679, 0.003690697718411684, 0.03176585212349892, -0.018145868554711345, 0.006026955787092447, -0.0479949451982975, -0.07611166685819626, 0.04614770784974098, -0.003950749058276415, 0.008489436469972134, -0.029215695336461067, 0.0278476495295763, -0.02672675997018814, 0.029725121334195137, 0.022888677194714543, 0.028096316382288933, -0.0019001462496817112, -0.011092501692473888, 0.02651437371969223, -0.016229093074798584, -0.01401754654943943, 0.012662351131439207, -0.003251563059166074, -0.04244718328118324, -0.00916854664683342, 0.0048473007045686245, 0.046480268239974976, -0.0028479520697146654, 0.03817393258213997, 0.03052705153822899, -0.025930875912308693, 0.013444631360471249, 0.004945368971675634, 0.03763408586382866, 0.05113011226058006, -0.025005744770169255, 0.0201692134141922, -0.009429683908820152, -0.009049504064023496, -0.03291773051023483, -0.015657689422369003, 0.040010400116443634, 0.07508223503828049, -0.005514506250619888, 0.03553440049290657, 0.03195631876587868, -0.02396327070891857, -0.006983831524848938, -0.00948863849043846, -0.033569250255823135, 0.005765439942479134, 0.014338300563395023, 0.010125326924026012, -0.01874448172748089, -0.0007875706069171429, 0.03240679204463959, -0.03724861145019531, 0.004184630233794451, -0.05590088292956352, 0.0053535145707428455, -0.034569162875413895, 0.014539066702127457, 0.0016917273169383409, -0.06803642213344574, 0.03491688892245293, -0.020083805546164513, -0.015030354261398315, 0.01236531138420105, 0.011454541236162186, -0.022917019203305244, 0.0008631531381979585, -0.003213015850633383, 0.004368674010038376, -0.00839155726134777, 0.03379146382212639, 0.02403375133872032, -0.07441256940364838, -0.09137632697820663, 0.0802256315946579, -0.016579797491431236, 0.060230255126953125, 0.006312279962003231, -0.0051668258383870125, 0.05039242282509804, -0.0029129530303180218, -0.002117068273946643, 0.019291700795292854, 0.020998355001211166, 0.040544766932725906, -0.05965582653880119, 0.03299463540315628, 0.023153970018029213, -0.040636979043483734, -0.0042122178710997105, 0.026828795671463013, -0.01012655533850193, 0.014687209390103815, 0.05125708878040314, 0.027499213814735413, 0.04378499090671539, -0.006598359905183315, 0.007716982625424862, 0.0687907412648201, -0.007134241051971912, 0.021027076989412308, -0.01384748611599207, 0.016485318541526794, 0.0162876695394516, -0.01606583595275879, 0.046655625104904175, -0.00976035837084055, 0.009624687023460863, -0.05616995692253113, -0.02062044106423855, 0.010442490689456465, 0.010775810107588768, 0.0014115048106759789, -0.023545488715171817, -0.03293284401297569, -0.0006753304623998702, -0.05865511670708656, 0.019410742446780205, 0.01142733171582222, -0.01774679124355316, -0.026032911613583565, 0.016125546768307686, 0.023841017857193947, 0.028403935953974724, 0.004915135912597179, 0.034361355006694794, -0.03414519131183624, 0.0525692030787468, 0.01187553722411394, -0.03207120671868324, -0.05272830277681351, -0.02737903594970703, 0.04454837739467621, 0.0005169849027879536, -0.02113289199769497, 0.008982234634459019, 0.050141964107751846, 0.028628984466195107, -0.0489283911883831, -0.029618550091981888, 0.02629518322646618, 0.019760312512516975, -0.024761613458395004, 0.015568124130368233, 0.06188097968697548, -0.0004761703312397003, 0.05181035399436951, 0.029372718185186383, -0.030044078826904297, -0.02393247187137604, -0.01687551476061344, 0.0636465847492218, 0.015814900398254395, 0.04742958769202232, 0.0015177929308265448, -0.039382874965667725, -0.00013944988313596696, -0.04114716500043869, -0.01302817091345787, -0.043662551790475845, 0.032068558037281036, 0.04067854955792427, 0.060544680804014206, -0.013798357918858528, 0.04025982320308685, -0.015861762687563896, -0.0422276146709919, -0.04626863822340965, -0.010677552781999111, 0.04372452944517136, -0.07064855843782425, -0.022974083200097084, 0.0021646854002028704, -0.015212507918477058, -0.057185787707567215, 0.06471079587936401, -0.007724540773779154, 0.003837328171357513, -0.027423124760389328, -0.01993868872523308, -0.04665864631533623, 0.009672303684055803, 0.014457248151302338, -0.06179632619023323, -0.01548876240849495, 0.05122080817818642, -0.022083722054958344, -0.004503211006522179, 0.03685104846954346, -0.012367580085992811, -0.05941396206617355, -0.06340169906616211, 0.01245185360312462, 0.06800014525651932, 0.03740733489394188, -0.001333607593551278, -0.008496003225445747, -0.031133979558944706, 0.019228210672736168, 0.020437533035874367, 0.0261496864259243, 0.0008208269136957824, 0.013535330072045326, 0.001179088489152491, -0.01702573522925377, 0.002008985262364149, 0.0158678088337183, 0.02963442355394363, 0.021090565249323845, -0.06561778485774994, -0.024881787598133087, -0.03872247040271759, -0.030653275549411777, -0.05524482578039169, -0.004979381337761879, -0.042079851031303406, 1.9651473849080503e-05, -0.0031805154867470264, 0.05229974910616875, -0.03628190979361534, 0.025389324873685837, -0.019925838336348537, -0.01792771741747856, -0.0026786469388753176, 0.017284227535128593, -0.017595628276467323, -0.0024223276413977146, -0.005305142141878605, 0.002542598405852914, 0.01719050481915474, -0.03701581805944443, 0.033656928688287735, -0.028618592768907547, -0.02767229825258255, 0.02627326361835003, -0.019222164526581764, 0.06954202800989151, -0.03060490265488625, 0.04004819318652153, -0.00615695770829916, -0.023820608854293823, 0.024839460849761963, 0.0259743332862854, 0.018290231004357334, -0.07630516588687897, -0.0602756030857563, 0.03349366784095764, -0.05014489218592644, 0.029880821704864505, -0.014019059017300606, 0.033788442611694336, -0.0017420370131731031, 0.030418969690799713, 0.013441608287394049, 0.021844878792762756, 0.009632245637476444, -0.0181609857827425, 0.06006094813346863, 0.01492604985833168, -0.04588770121335983, 0.06633733212947845, 0.046344220638275146, -0.006914295721799135, 0.021373245865106583, -0.019695689901709557, 0.0162257868796587, 0.01500900276005268, 0.032488420605659485, -0.05283525586128235, -0.02689909003674984, 0.004103378858417273, 0.005085196811705828, -0.006524289026856422, -0.05349433422088623, -0.06114933639764786, 0.00284530664794147, -0.048363786190748215, -0.005920951254665852, 0.01024181954562664, -0.026189368218183517, -0.03879201039671898, 0.015146750956773758, 0.033730242401361465, 0.022522099316120148, -0.018134530633687973, 0.010457606986165048, -0.0005765061941929162, 0.010043509304523468, 0.013926280662417412, 0.03651546314358711, 0.0051632593385875225, 0.01197303831577301, 0.05251175910234451, 0.04671004042029381, -0.023082921281456947, -0.008223386481404305, -0.03383832797408104, 0.0257237795740366, 0.04130437225103378, 0.03052327409386635, -0.0017601294675841928, 0.06845968961715698, 0.01920704729855061, -0.019251594319939613, -0.006896155886352062, 0.009181773290038109, -0.04507745802402496, -0.04315841570496559, -0.01684584841132164, 6.991389818722382e-05, -0.03708686679601669, 0.008442575111985207, -0.0018653783481568096, -0.056218329817056656, -0.07153136283159256, 0.012541418895125387, -0.0153584536164999, -0.095838725566864, 0.02827091328799725, -0.04359603673219681, -0.05276269465684891, 0.004359603859484196, -0.027156824246048927, -0.019950781017541885, 0.05399469286203384, -0.013421956449747086, -0.04777046293020248, -0.03930247202515602, -0.03016350045800209, 0.019090650603175163, 0.013209191150963306, -0.007404070813208819, -0.023144900798797607, -0.005003567319363356, -0.01027658674865961, -0.03712919354438782, 0.02778718434274197, -0.01871954090893269, 0.00790480524301529, -0.01351870223879814, -0.013285907916724682, -0.02822631783783436, 0.004982404410839081, 0.008517402224242687, 0.03033204935491085, 0.013887545093894005, 0.005200081970542669, 0.01566222496330738, -0.015306513756513596, 0.002408061409369111, -0.010109927505254744, 0.012344148941338062, 0.0202319473028183, 0.04744168370962143, -0.016886284574866295, -0.0010188532760366795, 0.009455381892621515, 0.01440604217350483, 0.024388233199715614, 0.05962106212973595, -0.02199424989521503, 0.05585100129246712, -0.026865076273679733, 0.010598191060125828, 0.00021881160500925032, 0.0181609857827425, -0.017229808494448662, 0.0022372447419911623, 0.05206809192895889, 0.02492109127342701, -0.05106964334845543, 0.039496440440416336, 0.039797257632017136, -0.031141916289925575, 0.006093468051403761, 0.009905098006129265, -0.014183073304593565, -0.02532772719860077, -0.04931461811065674, -0.05956513062119484, -0.002474574139341712, -0.01811525598168373, 0.019373329356312752, 0.04858449101448059, -0.03692738711833954, -0.008082802407443523, 0.006051708944141865, 0.00974467396736145, -0.007547677494585514, -0.00957933720201254, -0.006769177038222551, 0.06182655692100525, 0.06958586722612381, -0.01521175168454647, 0.022503960877656937, -0.06035421043634415, 0.038940150290727615, -0.008791294880211353, -0.011747424490749836, -0.02532016858458519, -0.012111353687942028, 0.038991548120975494, 0.003052024869248271, -0.013907953165471554, 0.01378324069082737, 0.03634766861796379, 0.03099490888416767, 0.009647361934185028, -0.010887672193348408, 0.03557823598384857, -0.010855171829462051, -0.021545572206377983, -0.007162205874919891, -0.0336402989923954, -0.035257767885923386, 0.025497786700725555, -0.0033702277578413486, -0.01388603448867798, -0.0017342425417155027, 0.015193612314760683, -0.06690570712089539, -0.06881038844585419, -0.008409319445490837, -0.008005707524716854, -0.004949148278683424, 0.0222273301333189, 0.1015225425362587, 0.011763674207031729, -0.026925543323159214, -0.013532874174416063, -0.023844795301556587, 0.000299307081149891, 0.017595628276467323, -0.0034586593974381685, -0.005800963845103979, -0.04895182326436043, -0.005458574276417494, 0.019568994641304016, -0.04881426319479942, -0.006276378408074379, -0.03084449842572212, -0.0022720126435160637, -0.020463986322283745, 0.025354180485010147, 0.04021371901035309, -0.026480359956622124, -0.03260529041290283, -0.04645910486578941, 0.01930379495024681, 0.012708457186818125, -0.022185003384947777, -0.012874738313257694, 0.015471755526959896, -0.02432021126151085, 0.004316143691539764, 0.0050821732729673386, 0.0032183066941797733, -0.04164903238415718, -0.014372029341757298, 0.04389232024550438, 0.02327565848827362, -0.02777036651968956, -0.03132520616054535, -0.05165012180805206, -0.040200866758823395, -0.033079203218221664, -0.02423669211566448, -0.05061009898781776, -0.020819224417209625, -0.06593107432126999, 0.001888053142465651, -0.032210275530815125, 0.01967868208885193, -0.011610997840762138, -0.008116059005260468, 0.018038541078567505, 0.022783616557717323, 0.009592564776539804, 0.00019802637689281255, 0.01647171378135681, -0.00557346036657691, 0.010620014742016792, 0.004767182748764753, 0.030256466940045357, -0.04026133567094803, -0.007863612845540047, 0.002352130366489291, -0.023888634517788887, 0.054492026567459106, -0.048106808215379715, -0.029480233788490295, -0.008095650933682919, -0.020360438153147697, 0.011350993067026138, 0.009812887758016586, 0.028438705950975415, 0.05131151154637337, -0.0396551638841629, 0.019289053976535797, -0.06474706530570984, 0.07544352114200592, -0.002481943229213357, -0.0755705013871193, 0.07006204128265381, 0.01181204803287983, -0.0014663022011518478, -0.039412543177604675, 0.00020482882973738015, 0.013948011212050916, -0.003925759810954332, -0.02195674180984497, 0.004230735823512077, -0.03005314990878105, 0.017281202599406242, 0.020818468183279037, 0.012945975176990032, -0.020739862695336345, 0.048631347715854645, 0.04166717082262039, -0.010806798934936523, -0.017403647303581238, -0.00744375167414546, -0.005697038024663925, -0.0013574634213000536, 0.03398117795586586, -0.007848496548831463, 0.020785683766007423, -0.01188007090240717, 0.03505823016166687, -0.025425227358937263, 0.06422101706266403, 0.05013015493750572, 0.01879663392901421, 0.003201678628101945, 0.006838712841272354, -0.008028382435441017, -0.02318269200623035, -0.03700145706534386, 0.035851847380399704, 0.03101909346878529, 0.004742051474750042, -0.03639981895685196, -0.0026544607244431973, 0.03073490597307682, 0.01169111579656601, -0.042504627257585526, 0.004338440485298634, 0.005078393965959549, -0.04728446900844574, -0.02322501875460148, -0.0009976901346817613, -0.008524204604327679, 0.053052932024002075, 0.03406960889697075, -0.0045712352730333805, -0.008531762287020683, -0.030988862738013268, -0.06561173498630524, -0.03952062502503395, -0.033144477754831314, 0.023361917585134503, 0.02070056088268757, 0.037841178476810455, -0.008874151855707169, 0.0338594876229763, 0.04242299497127533, -0.0229136161506176, 0.0234117079526186, -0.04640166461467743, 0.04741560667753219, 0.00284492876380682, -0.0008170478395186365, 0.04903798550367355, 0.012790463864803314, 0.0065892902202904224, 0.008948222734034061, -0.04223101586103439, -0.03531218692660332, -0.014228045009076595, -0.009218052960932257, 0.008608857169747353, -0.02506318874657154, -0.01784202642738819, -0.020779164507985115, 0.031495265662670135, -0.030990375205874443, 0.03278394788503647, 0.007267266046255827, -0.008688029833137989, -0.02687565796077251, -0.05838603898882866, 0.033543553203344345, 0.0182581078261137, 0.004581816494464874, -0.01017837692052126, -0.05002358183264733, -0.006505204830318689, -0.008868861012160778, -0.007063193246722221, 0.025571102276444435, 0.03637790307402611, 0.03431751951575279, 0.04785889387130737, 0.02001124620437622, -0.025066209957003593, -0.029271624982357025, -0.005284734535962343, 0.02706007845699787, 0.028195330873131752, -0.03201376274228096, -0.003737370250746608, -0.014757122844457626, 0.002662018872797489, -0.01781632751226425, -0.026288380846381187, -0.02128934860229492, 0.03386704996228218, 0.007422210648655891, 0.03148014843463898, 0.03077118471264839, -0.0076203313656151295, 0.05143546313047409, -0.0008351876749657094, -0.0463532879948616, 0.0474371463060379, -0.007794643752276897, 0.002299222396686673, -0.02613041177392006, -0.011001801118254662, -0.08222781121730804, -0.022919664159417152, 0.0017504928400740027, 0.014407552778720856, 0.003106822492554784, -0.016127057373523712, 0.00096896878676489, 0.030300304293632507, -0.03576266020536423, -0.015494431369006634, 0.004970311187207699, -0.0006107073277235031, 0.01458517275750637, 0.02194616012275219, -0.021416421979665756, -0.06806061416864395, -0.027168918401002884, -0.03380053490400314, -0.029967742040753365, -0.008450133726000786, -0.010191556997597218, -0.013250383548438547, -0.006777490954846144, -0.005907535087317228, 0.029821867123246193, -0.055749718099832535, -0.02557714842259884, -0.02105126343667507, -0.04979380965232849, -0.0062589943408966064, -0.02532016858458519, -0.10404396802186966, 0.009993861429393291, -0.04190298914909363, 0.00787721760571003, -0.017479607835412025, 0.022278722375631332, -0.022145699709653854, -0.041684508323669434, 0.04786418378353119, -0.012009317986667156, 0.04936601221561432, 0.02461876161396503, -0.029931461438536644, -0.006408246234059334, -0.005228803493082523, 0.012747570872306824, 0.0006125968648120761, -0.029700934886932373, -0.01363963447511196, 0.003608312923461199, 0.04427023604512215, -0.043819766491651535, 0.023424934595823288, 0.010729704983532429, -0.042761605232954025, -0.007390087936073542, 0.028321174904704097, -0.005530566908419132, 0.044574834406375885, 0.07783401012420654, 0.009242994710803032, -0.05086193606257439, 0.00028116724570281804, -0.0470426045358181, 0.019899385049939156, -0.007901971228420734, -0.00678996229544282, 0.020221365615725517, 0.02038538083434105, 0.03720250725746155, -0.008011754602193832, 0.021036524325609207, 0.0009115260909311472, 0.022816117852926254, 0.007165229879319668, -0.04114111512899399, 0.04915652051568031, -0.03960590437054634, -0.056717175990343094, 0.046308696269989014, 0.0002078521210933104, 0.020482126623392105, -0.005408690311014652, 0.009748642332851888, 0.021604526787996292, -0.04570630565285683, 0.004125298000872135, -0.03792281076312065, -0.02584773488342762, 0.001221036771312356, -0.08940314501523972, -0.007801634725183248, 0.05627577379345894, 0.03964760527014733, 0.008270246908068657, 0.016700729727745056, 0.04932822287082672, 0.0010007134405896068, -0.026535537093877792, -0.0036098244599998, 0.03470299020409584, -0.01243333611637354, -0.0013468817342072723, 0.04523703455924988, -0.04510466381907463, -0.03052327409386635, 0.015710880979895592, -0.018350696191191673, 0.03544974699616432, 0.01736585609614849, -0.011509716510772703, 0.04032331332564354, 0.04716844856739044, -0.03145747631788254, -0.008846186101436615, -0.011635750532150269, -0.019630689173936844, -0.0026484141126275063, 0.0001919797796290368, 0.03349669277667999, 0.0184648260474205, -0.02359083667397499, 0.03706570342183113, -0.010892963036894798, -0.05847069248557091, -0.022859197109937668, 0.03667191788554192, 0.02966918982565403, -0.023888634517788887, 0.011380470357835293, 0.027233919128775597, 0.08175013214349747, -0.0428009107708931, 0.0009342008270323277, 0.05457063391804695, 0.005327438935637474, -0.020169969648122787, 0.07260105013847351, -0.028908830136060715, 0.04080250486731529, 0.015220443718135355, -0.05301060527563095, -0.050561729818582535, -0.04255526512861252, 0.003491726703941822, -0.028147714212536812, 0.020295437425374985, -0.03059280849993229, -0.006437747273594141, 0.048811234533786774, 0.014833461493253708, -0.013709169812500477, -0.0015159978065639734, 0.025495517998933792, 0.005206129048019648, -0.03278772905468941, -0.0505012609064579, -0.028151195496320724, 0.016449039801955223, 0.025004232302308083, -0.013310094363987446, 0.023149436339735985, -0.04201182723045349, 0.06431171298027039, -0.005428341683000326, 0.01949426159262657, 0.004096576478332281, -0.02612587809562683, -0.02742665447294712, 0.02800854668021202, 0.00651975441724062, 0.06981110572814941, 0.010483683086931704, 0.015137680806219578, -0.019397515803575516, 0.023915842175483704, -0.04261346533894539, 0.06601232290267944, 0.007722273003309965, 0.00752802612259984, -0.00977131724357605, -0.041222747415304184, -0.02872440963983536, -0.005956664215773344, 0.03278394788503647, 0.02907208725810051, -0.03753431513905525, 0.03306889533996582, -0.009235626086592674, -0.023658106103539467, -0.012038039043545725, 0.001037748996168375, 0.017625482752919197, 0.02430509217083454, -0.04541606828570366, -0.00454308046028018, -0.015621410682797432, 0.008012604899704456, 0.02997680939733982, 0.02716665156185627, 0.06142748519778251, 0.008028949610888958, -0.019968919456005096, 0.0370052345097065, -0.02953767590224743, 0.012613222934305668, -0.007032203953713179, -0.0056531997397542, 0.001393742859363556, -0.012519500218331814, 0.04932217672467232, -0.004717865493148565, 0.01886843703687191, 0.011726638302206991, 0.02402392588555813, 0.014490694738924503, 0.007676923647522926, -0.02999873086810112, 0.01288569811731577, 0.017777403816580772, -0.033386342227458954, -0.012189960107207298, 0.002921645063906908, -0.00907520204782486, -0.024556027725338936, -0.009793992154300213, 0.0059045120142400265, 0.03928603604435921, -0.08655113726854324, -0.03590947762131691, 0.04103152081370354, 0.03682383894920349, -0.037207040935754776, 0.04977869242429733, 0.03809664770960808, -0.04658155143260956, -0.008192396722733974, 0.024108579382300377, 0.041237108409404755, 0.033291108906269073, -0.002617425052449107, 0.01068889070302248, 0.07933451235294342, 0.04593304917216301, -0.009703293442726135, 0.010755402967333794, -0.050220098346471786, 0.0661056637763977, 0.009606546722352505, 0.03598562628030777, -0.007059414405375719, 0.0066467332653701305, -0.004776795860379934, 0.0025819013826549053, 0.03163282573223114, 0.007951288484036922, 0.00604056054726243, 0.025359472259879112, 0.020151831209659576, -0.029543723911046985, -0.01281143818050623, -0.0129291582852602], [-0.0285680890083313, -0.03127718344330788, -0.05492871254682541, -0.033034007996320724, 0.011009586974978449, 0.013175812549889088, 0.008119434118270874, -0.050633754581213, -0.016248570755124092, 0.04127451777458191, 0.03986466675996781, 0.0021594776771962643, -0.04604936018586159, 0.00287930341437459, -0.045504990965127945, 0.014984375797212124, -0.001272910856641829, 0.006162009667605162, 0.07417205721139908, 0.0300077423453331, -0.006287229247391224, 0.02741004154086113, 0.04170791059732437, 0.037547700107097626, -0.02054053172469139, 0.03139040619134903, -0.019812269136309624, -0.037346966564655304, 0.012052584439516068, 0.012611949816346169, 0.025201404467225075, -0.023551804944872856, -0.019829655066132545, -0.014523237012326716, 0.014798419550061226, 0.018411047756671906, 0.029464121907949448, 0.019052891060709953, -0.0439123809337616, -0.059364642947912216, -0.013582871295511724, 0.0032189711928367615, 0.011522555723786354, 0.03008919022977352, 0.02456105872988701, 0.046478256583213806, -0.004486914724111557, 0.025307128205895424, -0.01811036840081215, -0.04747326299548149, 0.05990150943398475, 0.015572233125567436, -0.012878885492682455, -0.0025113301817327738, -0.007293110713362694, 0.021984681487083435, 0.008185019716620445, 0.02070099301636219, 0.09032315760850906, 0.01585116609930992, -0.009234766475856304, 0.032494138926267624, -0.0060394140891730785, -0.022266613319516185, -0.009187152609229088, 0.033864058554172516, 0.02321663312613964, 0.0054676770232617855, 0.0614161416888237, -0.05332288146018982, -0.0013410506071522832, 0.001786067965440452, 0.008630412630736828, -0.03808778524398804, 0.05958058685064316, -0.01443569641560316, -0.02787000685930252, 0.05356704071164131, 0.005853083916008472, -0.03139640390872955, -0.03947645053267479, -0.02351356111466885, 0.0011742159258574247, -0.03764089569449425, -0.09141788631677628, 0.03013445995748043, -0.002321250969544053, -0.013976619578897951, 0.050465792417526245, -0.007958105765283108, -0.01451049093157053, -0.025889737531542775, 0.02589573711156845, -0.003988285083323717, -0.015857163816690445, -0.011092816479504108, -0.009083958342671394, 0.004019028041511774, 0.04296760633587837, 0.05198342725634575, 0.018804701045155525, -0.005503012333065271, -0.004027275834232569, -0.0030037732794880867, 0.001898540765978396, 0.019455919042229652, 0.04626680910587311, -0.052973560988903046, 0.03026867657899857, -0.03063027746975422, -0.010038571432232857, 0.0187754575163126, 0.025034945458173752, -0.05808994919061661, -0.035622380673885345, 0.006527733523398638, 0.02826516330242157, -0.01860000193119049, -0.08183520287275314, -0.009717649780213833, -0.03448565676808357, -0.05259827524423599, 0.0005882327095605433, -0.0057942233979702, -0.02645210176706314, 0.00328383082523942, -0.010969096794724464, 0.005644634831696749, 0.0012207047548145056, -0.0028523101937025785, 0.02400506846606731, -0.01450401172041893, 0.004880569409579039, -0.0214358139783144, -0.05132058262825012, 0.0014171572402119637, -0.07331126928329468, 0.059469617903232574, -0.03620274364948273, -0.016309117898344994, -0.023314109072089195, 0.0011307265376672149, -0.00744419964030385, 0.03399977460503578, 0.017416412010788918, -0.03495054319500923, -0.02314090169966221, -0.028324022889137268, -0.00297827972099185, -0.0022438322193920612, -0.0047313557006418705, 0.01875746250152588, 0.01096009835600853, -0.006875942461192608, -0.011129557155072687, 0.035895317792892456, 0.03581283986568451, 0.06310173869132996, -0.02672128565609455, 0.011718166060745716, 0.0034626624546945095, 0.01637153886258602, 0.019473914057016373, 0.02361891232430935, -0.03218221664428711, 0.0010197533993050456, 0.00943421758711338, 0.0148943979293108, 0.0002481899573467672, 0.02639361470937729, 0.03775186836719513, -0.008619914762675762, 0.011008836328983309, 0.062395405024290085, -0.029479119926691055, -0.02421857975423336, -0.008773627690970898, -0.05295518785715103, 0.013785414397716522, 0.07768120616674423, -0.03412874415516853, -0.016202080994844437, 0.0054286872036755085, -0.01851077191531658, -0.0338888019323349, 0.02975580282509327, -0.0016076110769063234, 0.003785084467381239, -0.013243296183645724, 0.014335313811898232, -0.017548754811286926, -0.04558597132563591, 0.018571507185697556, 0.003792582545429468, -0.0197262279689312, 0.03893658146262169, 0.004201983567327261, 0.032065246254205704, -0.016686463728547096, -0.005031283013522625, 0.00574960932135582, -0.036824341863393784, 0.030394647270441055, -0.00988335907459259, -0.03442567214369774, -0.028364138677716255, 0.008934838697314262, -0.02621365897357464, 0.040616173297166824, -0.031663525849580765, 0.0087655670940876, 0.06014520302414894, -0.0016128597781062126, 0.0023005781695246696, 0.0199609212577343, 0.04492669552564621, 0.07664945721626282, -0.01171516627073288, 0.04618432745337486, -0.02208365872502327, -0.037889834493398666, -0.0443660169839859, 0.047895412892103195, -0.03984985873103142, -0.07289736717939377, 0.052445314824581146, 0.022167637944221497, 0.03647717833518982, -0.0048265825025737286, 0.00610427325591445, 0.076337531208992, -0.021360833197832108, -0.01150709204375744, 0.00797956995666027, -0.011300516314804554, 0.0012896880507469175, -0.03295902907848358, 0.009742767550051212, -0.018566399812698364, -0.020284093916416168, -0.04850126802921295, 0.02837313711643219, 0.03467048704624176, 0.024342112243175507, 0.011266023851931097, -0.017832936719059944, 0.007770370692014694, 0.0016091108554974198, -0.05623639747500419, -0.04136599600315094, 0.03253013268113136, 0.017353801056742668, -0.02669954113662243, 0.018103620037436485, 0.01453485991805792, -0.006560655310750008, -0.055479079484939575, 0.027282901108264923, -0.02400619350373745, 0.03363386541604996, -0.012725922279059889, -0.05396144837141037, -0.03078455477952957, 0.0009627671097405256, 0.04418831318616867, 0.04052019864320755, -0.002453406574204564, -0.005257728043943644, 0.02835364080965519, 0.007801113184541464, -0.029619336128234863, -0.03031066618859768, 0.016931654885411263, 0.023839732632040977, -0.01351473107933998, 0.043363507837057114, 0.0790608748793602, -0.022449569776654243, 0.01485240738838911, -0.003869813866913318, 0.0049173105508089066, -0.044014349579811096, -0.02397170290350914, 0.061461132019758224, -0.02526738867163658, -0.03515149652957916, -0.009185277856886389, -0.044423751533031464, -0.04788641631603241, -0.06549215316772461, -0.010757648386061192, 0.014772175811231136, -0.020391786471009254, 0.035586390644311905, 0.06590306013822556, -0.028472112491726875, 0.056878238916397095, 0.02839712984859943, -0.04083563759922981, -0.04050220176577568, 0.011538958176970482, 0.018731968477368355, -0.02385248057544231, -0.004493663087487221, 0.0015791180776432157, -0.04818034544587135, -0.00787909422069788, 0.0826600044965744, 0.01447449903935194, -0.00014049725723452866, 0.043855391442775726, 0.019723229110240936, -0.01702425628900528, -0.0474335253238678, 0.029353898018598557, -0.03563138097524643, -0.007733629550784826, 0.051071647554636, -0.02480699867010117, -0.008362727239727974, 0.032656099647283554, 0.01753675751388073, 0.022398581728339195, -0.04238424822688103, 0.03470160812139511, 0.034247592091560364, 0.0050447797402739525, 0.045703694224357605, -0.019455544650554657, -0.013115827925503254, 0.01072877924889326, -0.037509676069021225, 0.0055936467833817005, 0.021212369203567505, 0.022830476984381676, 0.03056260570883751, 0.005347706377506256, 0.024019690230488777, 0.03749467805027962, 0.036789100617170334, 0.00598392728716135, -0.04006430879235267, -0.021711185574531555, -0.0630987361073494, 0.00990857183933258, -0.017434783279895782, 0.019330324605107307, -0.08359578251838684, 0.011915743350982666, -0.01854751445353031, 0.017900560051202774, -0.01087911892682314, -0.004340981133282185, -0.014968628995120524, -0.015424143522977827, 0.014281045645475388, -0.0070842863060534, -0.040760140866041183, -0.023186640813946724, -0.018655814230442047, -0.02813619375228882, -0.023031428456306458, -0.04875320568680763, 0.04193435609340668, 0.024066179990768433, -0.03593730553984642, 0.02765331044793129, 0.006487430538982153, 0.05201491713523865, -0.009098298847675323, 0.04490063712000847, -0.0077846166677773, -0.014625211246311665, -0.02002015709877014, 0.009239640086889269, 0.02639361470937729, -0.042487721890211105, -0.03752242401242256, -0.008495819754898548, -0.033539388328790665, 0.031980887055397034, -0.018474031239748, 0.06341665983200073, -0.02720135822892189, 0.04734804853796959, 0.01339185517281294, 0.007661646232008934, 0.047806937247514725, -0.008415964432060719, 0.050195857882499695, -0.02908921428024769, -0.05908570438623428, 0.043117571622133255, 0.04206032678484917, 0.022111214697360992, -0.02186096273362637, -0.00887785293161869, 0.05439484119415283, 0.030667580664157867, 0.011735411360859873, -0.01927933655679226, 0.031014373525977135, -0.03474659472703934, -0.05266726389527321, -0.0293583981692791, -0.038497187197208405, -0.057529084384441376, -0.02038775570690632, -0.03259311616420746, 0.05035782232880592, -0.021801071241497993, -0.015088600106537342, -0.01709548942744732, 0.01759074442088604, 0.05913969501852989, -0.001632144208997488, -0.0239552054554224, 0.006413948722183704, 0.01482677273452282, 0.00974764209240675, 0.001587647246196866, 0.002999274525791406, -0.0653601884841919, 0.01485240738838911, 0.03771175444126129, 0.02788875438272953, -0.00596555694937706, 0.0036262166686356063, -0.041318006813526154, 0.02510392665863037, 0.017764702439308167, 0.010896364226937294, 0.004014903679490089, 0.05011225491762161, 0.001400661189109087, 0.07206356525421143, 0.035679370164871216, -0.007741877343505621, 0.009461211040616035, -0.02281848154962063, -0.05765805020928383, 0.018935170024633408, -0.002744335914030671, 0.005386321805417538, -0.02477550692856312, -0.004214824177324772, -0.023764751851558685, 0.030507871881127357, -0.021391576156020164, -0.048813194036483765, 0.00207549799233675, -0.04968297854065895, -0.04458721727132797, -0.042896464467048645, -0.017856180667877197, 0.0266665481030941, 0.027879755944013596, -0.008988825604319572, 0.029001109302043915, -0.004065516404807568, -0.015716947615146637, 0.012068330310285091, 0.03770088031888008, 0.005019660573452711, 0.0023765501100569963, 0.02201973646879196, 0.018586503341794017, -0.028364138677716255, -0.0013849149690940976, 0.04642876610159874, -0.008628631010651588, -0.039488449692726135, 0.03758690878748894, -0.03912253677845001, -0.02163676545023918, 0.014011110179126264, 0.043423496186733246, 0.02039993926882744, -0.01443100906908512, -0.01509234867990017, 0.03344191238284111, 0.007238748949021101, -0.0179536584764719, 0.037185005843639374, 0.005284721497446299, 0.01577918231487274, -0.02319938875734806, -0.01838105358183384, 0.033231962472200394, -0.05419539287686348, 0.048040881752967834, 0.06076529994606972, -0.003780585480853915, 0.008019122295081615, 0.0029687192291021347, 0.00508058350533247, -0.010249458253383636, 0.031470637768507004, -0.0244439709931612, -0.014348529279232023, 0.02581925503909588, 0.07299034297466278, 0.021338338032364845, -0.0013841652544215322, 0.033450908958911896, -0.07036297768354416, 0.003133304649963975, 0.03156755119562149, 0.026077192276716232, 0.02460305020213127, -0.08360027521848679, -0.02681201323866844, 0.025724777951836583, -0.021686628460884098, 0.03291703760623932, 0.0008598545100539923, 0.0036808594595640898, 6.935822057130281e-06, 0.05000915378332138, -0.005143755581229925, -0.002681351499632001, 0.013221176341176031, -0.027498848736286163, 0.024792004376649857, 0.004996041301637888, 0.040223270654678345, 0.03797081485390663, 0.004315956030040979, -0.012562977150082588, -0.017761703580617905, -0.011801394633948805, -0.03796781599521637, -0.023440830409526825, 0.04808961600065231, 0.02945437468588352, -0.03232618048787117, 0.024863986298441887, 0.007756311446428299, 0.00837322510778904, -0.006766363047063351, -0.01187862642109394, 0.04062367230653763, 0.007837854325771332, -0.059363141655921936, -0.05251729488372803, -0.02541135437786579, -0.001385664800181985, 0.0007771870004944503, 0.04090410843491554, 0.018246086314320564, 0.021930694580078125, -0.011140055023133756, -0.043024592101573944, -0.06933722645044327, 0.06409449875354767, 0.009345739148557186, -0.012564711272716522, 0.018617622554302216, -0.0018258083146065471, 0.003423671703785658, 0.0030262679792940617, 0.058042265474796295, -0.012683557346463203, 0.01948628760874271, 0.01389113999903202, 0.04505210369825363, 0.01049446128308773, -0.0552736297249794, -0.03764989227056503, -0.007794552482664585, -0.00825700256973505, -0.019612256437540054, -0.030415641143918037, -0.009957403875887394, -0.0422297865152359, -0.009088551625609398, -0.005951310507953167, -0.00925351120531559, -0.005547158420085907, -0.05096667259931564, -0.00557565176859498, 0.037387456744909286, 0.013521854765713217, -0.058173928409814835, 0.04116504266858101, -0.01912899687886238, 0.0270264632999897, 0.002681351499632001, -0.01947878859937191, -0.02668585814535618, -0.0169833917170763, 0.04144697263836861, 0.04047220945358277, -0.021861713379621502, -0.06571410596370697, -0.027579452842473984, -0.01146903820335865, 0.006433631293475628, 0.010259206406772137, -0.03169652074575424, -0.007451697252690792, -0.02407967485487461, -0.0023064420092850924, 0.012446988373994827, 0.04227777197957039, 0.008994074538350105, -0.035607386380434036, 0.012497976422309875, -0.04929907247424126, 0.005554656498134136, -0.024658534675836563, -0.0008600419969297945, -0.0234663225710392, 0.0065442295745015144, 0.029733305796980854, 0.047484513372182846, -0.06642793118953705, -0.017085649073123932, -0.03826511651277542, -0.04653674364089966, 0.0119697293266654, -0.03572135791182518, 0.0029085464775562286, -0.010259018279612064, -0.0372689850628376, -0.02417115494608879, -0.01180439442396164, 0.05858182907104492, 0.036327213048934937, -0.002922043204307556, 0.06037239730358124, -0.01761174015700817, 0.07919284701347351, -0.013220801949501038, -0.08191618323326111, 0.04743952676653862, 0.01496937870979309, -0.04132625088095665, -0.013205243274569511, -0.013258293271064758, -0.04445824772119522, 0.02398819662630558, -0.01746777445077896, 0.005252854432910681, -0.023341104388237, -0.01090686209499836, 0.008224010467529297, 0.02201308123767376, -0.014625211246311665, -0.06275682151317596, 0.051202114671468735, -0.016558995470404625, -0.0103343753144145, -0.039593424648046494, 0.03447666019201279, -0.008032807148993015, -0.007089534774422646, -0.016555245965719223, -0.01836455799639225, -0.012994357384741306, 0.006891709286719561, -0.02837163768708706, 0.0130888344720006, 0.01986606977880001, -0.01633629761636257, 0.03633321076631546, 0.07466393709182739, -0.018942292779684067, 0.010394735261797903, -0.0355200320482254, 0.061980005353689194, -0.0007445699302479625, -0.0026948482263833284, -0.03363986313343048, 0.014012235216796398, -0.01430925726890564, 0.014355277642607687, -0.028528349474072456, 0.013580714352428911, 0.051599521189928055, 0.004774845205247402, 0.0024995203129947186, 0.01839904859662056, -0.012670622207224367, 0.042633187025785446, -0.005976054351776838, 0.002303442917764187, 0.016702959313988686, -0.02962683327496052, -0.04976021498441696, -0.005259977653622627, 0.04819009453058243, -0.0023686769418418407, 0.030412642285227776, -0.007083442993462086, -0.005524663720279932, 0.027695300057530403, 0.024246135726571083, -0.024917973205447197, 0.0009927598293870687, 0.025402355939149857, 0.035157494246959686, 0.03969652205705643, 0.0380045585334301, 0.01912037469446659, 0.0238652266561985, 0.01657024212181568, 0.020144252106547356, -0.03865464776754379, -0.07079487293958664, -0.018513021990656853, 0.030843790620565414, 0.014163323678076267, 0.009368889965116978, -0.020853955298662186, 0.034080758690834045, -0.00764533830806613, -0.03243565559387207, 0.004720858298242092, 0.01849052682518959, -0.017613990232348442, -0.00035241476143710315, -0.06763964146375656, 0.0048571377992630005, 0.016720956191420555, -0.03867864608764648, -0.02620166167616844, 0.009250512346625328, -0.006768565624952316, -0.07960674166679382, -0.01427654642611742, -0.017922164872288704, 0.037958819419145584, 0.032322149723768234, -0.00484682759270072, 0.0070914095267653465, -0.01408871728926897, -0.02333135716617107, 0.00024594052229076624, 0.011934113688766956, -0.02597409300506115, -0.010810885578393936, -0.019609255716204643, 0.003635120578110218, 0.014583973214030266, -0.025431597605347633, 0.00468486687168479, -0.023601289838552475, 0.015782183036208153, -0.016430025920271873, 0.002706845290958882, 0.014378521591424942, -0.00055936467833817, 0.06925924867391586, 0.009507699869573116, -0.053537048399448395, 0.0584348626434803, -0.05242132022976875, 0.01528242789208889, -0.017824500799179077, -0.016009002923965454, -0.06851542741060257, -0.031178956851363186, 0.0004258969856891781, -0.006826348602771759, -0.020746732130646706, -0.00782510731369257, 0.008352979086339474, 0.05423063039779663, 0.0007723131566308439, 0.00867990031838417, 0.008712892420589924, -0.036003291606903076, -0.013288285583257675, 0.0050987666472792625, 0.0055138845928013325, -0.1038798689842224, -0.011315278708934784, 0.024627042934298515, -0.006031540688127279, 0.0062969764694571495, -0.04695664346218109, 0.010711909271776676, -0.0063279070891439915, -0.04121603071689606, -0.012684306129813194, -0.04996191710233688, -0.016570990905165672, 0.04338825494050979, -0.03674711287021637, 0.03720900043845177, -0.018430540338158607, -0.09696054458618164, 0.0003809078480117023, -0.02774328924715519, 0.034653618931770325, -0.01177313644438982, 0.00038840604247525334, 0.006057034712284803, 0.01434740424156189, -0.01860206201672554, 0.03618624806404114, 0.013478739187121391, 0.025806881487369537, -0.00522061251103878, 0.0023400902282446623, 0.02984577976167202, 0.016900911927223206, -0.007271741051226854, -0.053529176861047745, -0.008819366805255413, -0.0026723535265773535, -0.011003213934600352, -0.018088623881340027, 0.032953403890132904, 0.011886125430464745, -0.006407199893146753, -0.0023641313891857862, -0.009950092993676662, 0.031129468232393265, 0.047730453312397, 0.06651191413402557, -0.012532468885183334, -0.036519166082143784, 0.02660956420004368, -0.025223899632692337, 0.030233437195420265, -0.007102469448000193, -0.0264476016163826, 0.0002541885187383741, 0.005185745656490326, 0.023259375244379044, -0.0145126860588789, 0.061776053160429, -0.015123841352760792, -0.01261644810438156, 0.03349589928984642, -0.008059050887823105, 0.034869566559791565, -0.007410082966089249, 0.003424421651288867, 0.06663188338279724, -0.0011322260834276676, 0.06885134428739548, 0.007033673580735922, -0.009157534688711166, 0.02981278859078884, -0.06190202385187149, 0.015278303995728493, -0.02355330251157284, -0.007244747597724199, -0.025164663791656498, -0.015941143035888672, 0.031384408473968506, 0.05667579174041748, 0.007777118589729071, -0.01813361421227455, 0.03955049440264702, 0.05137907341122627, 0.021215368062257767, 0.034635622054338455, -0.027155430987477303, 0.025853745639324188, 0.007054293528199196, -0.01944204606115818, 0.025145916268229485, -0.026473097503185272, -0.03016970120370388, 0.01430241484194994, -0.019666243344545364, 0.029295414686203003, 0.03669687360525131, -0.05843786150217056, -0.024538565427064896, 0.0629967600107193, -0.03304000571370125, 0.019642388448119164, 0.011853132396936417, 0.014486495405435562, 0.01535328570753336, 0.03337180241942406, 0.02129616029560566, -0.02760832197964191, -0.03132142499089241, -0.05043580010533333, -0.003871313529089093, -0.008150528185069561, 0.014814728870987892, -0.003002273850142956, 0.028811031952500343, -0.027675803750753403, 0.021496551111340523, -0.0013043094659224153, 0.07918684929609299, -0.005160252097994089, -0.06862340122461319, 0.05503518879413605, 0.006253487430512905, -0.009654664434492588, 0.03996233269572258, 0.004978795535862446, 0.023581795394420624, 0.01712585799396038, -0.06240590289235115, -0.015575231984257698, -0.018031638115644455, -0.04108406230807304, -0.0170538742095232, 0.029374893754720688, -0.054688770323991776, 0.02615967206656933, 0.03948994725942612, 0.02689749374985695, 0.015534460544586182, -0.025961628183722496, 0.020479045808315277, 0.030732816085219383, -0.06463136523962021, -0.03666013106703758, -0.02711644023656845, -0.015777308493852615, 0.01329948566854, 0.017587745562195778, 0.011579824611544607, -0.034671612083911896, 0.029799291864037514, 0.009426719509065151, 0.04468206688761711, 0.04064317047595978, 0.0053297108970582485, 0.02438410185277462, -0.003950981888920069, 0.0019855196587741375, 0.02930591255426407, -0.01143784448504448, 0.009699278511106968, -0.019273336976766583, 0.01905251666903496, 0.00011997098044957966, 0.04383589327335358, 0.004306958056986332, 0.016139095649123192, 0.027123939245939255, -0.02201017737388611, -0.014769177883863447, -0.030393147841095924, 0.0012252036249265077, 0.05264926701784134, -0.028341645374894146, 0.0029737805016338825, -0.02965832501649857, -0.042703669518232346, -0.05316288769245148, 0.011616752482950687, 0.014019358903169632, 0.08976229280233383, -0.04090410843491554, -0.006179255433380604, 0.041497960686683655, 0.022688761353492737, 0.02724166214466095, 0.05184545740485191, 0.05412490665912628, 0.015695951879024506, 0.012306023389101028, 0.03119320422410965, 0.028745045885443687, -0.00601954385638237, -0.01177965011447668, -0.0138536486774683, 0.009459711611270905, -0.021012917160987857, 0.02025672607123852, 0.02335684932768345, -0.0047088610008358955, 0.004636878613382578, 0.10487863421440125, 0.015134338289499285, -0.037563662976026535, -0.01617864891886711, 0.022734500467777252, -0.029659824445843697, -0.039056554436683655, 0.018448537215590477, 0.021448936313390732, 0.013262791559100153, -0.050102878361940384, 0.035445425659418106, -0.010449472814798357, -0.018355559557676315, -0.04188187047839165, -0.05986852198839187, 0.01952227763831615, 0.007927082479000092, -0.038481440395116806, 0.009750640951097012, 0.0429304912686348, -0.013925631530582905, -0.035876572132110596, 0.021162880584597588, 0.022704508155584335, 0.023528559133410457, 0.010107554495334624, 0.003551140893250704, 0.04471318423748016, 0.02186770923435688, 0.01690690964460373, 0.029761800542473793, -0.02524076960980892, 0.044805411249399185, 0.0361502580344677, 0.029136452823877335, -0.04147396981716156, -0.0022837952710688114, 0.03839455917477608, 0.0264356043189764, 0.027570828795433044, 0.00910279806703329, 0.05739111825823784, -0.026330629363656044, 0.03293953090906143, 0.008529187180101871, 0.014443006366491318, 0.00980312842875719], [-0.026382502168416977, -0.04861743375658989, -0.02811538800597191, -0.033923398703336716, -0.012570535764098167, -0.0012939838925376534, 0.03607583791017532, -0.02463398687541485, 0.0354105606675148, 0.05234740301966667, -0.025561507791280743, -0.02240964397788048, -0.03708662837743759, -0.04931911081075668, -0.035247743129730225, 0.02655578963458538, 0.02893637865781784, -0.01680048555135727, 0.03725423663854599, 0.017190739512443542, 0.010820602998137474, 0.007080691866576672, 0.0023919527884572744, 0.04171997308731079, -0.010005294345319273, 0.0659463033080101, -0.007862620986998081, -0.04414033517241478, 0.02240786701440811, 0.013849959708750248, -0.007718450855463743, -0.06367473304271698, -0.00963883101940155, -0.018926111981272697, 0.008074083365499973, -0.004350683651864529, 0.0026561471167951822, 0.03248169645667076, -0.0305044986307621, -0.015086062252521517, -0.02809763327240944, -0.00850819330662489, -0.0281409565359354, 0.014270753599703312, -0.01363832037895918, 0.05868522450327873, -0.008347687311470509, 0.009432872757315636, -0.0703495442867279, -0.05731596052646637, 0.02930000051856041, -0.013612398877739906, 0.007749699521809816, 0.010436740703880789, 0.02431204728782177, 0.02960183657705784, 0.018539054319262505, -0.021300310268998143, 0.055313196033239365, 0.02813846990466118, -0.018246807157993317, 0.004347842652350664, -0.03445889428257942, 0.006362679414451122, 0.02900351583957672, 0.053520653396844864, 0.004042456857860088, 0.024692224338650703, -0.0029475954361259937, -0.04985460266470909, -0.036080989986658096, 0.023143989965319633, 0.0033833917696028948, -0.05713983252644539, 0.05374791845679283, 0.012921374291181564, -0.064321368932724, 0.026560049504041672, -0.01707107201218605, -0.0609777495265007, 0.001933163614012301, -0.018595870584249496, -0.028682835400104523, -0.015032798051834106, -0.06113399192690849, 0.02321784943342209, -0.03565486893057823, -0.0010304998140782118, 0.05426210165023804, -0.007389983627945185, -0.0094605702906847, -0.01023575384169817, 0.060736283659935, 0.0338168703019619, 0.004870549775660038, 0.05538421496748924, 0.014255128800868988, 0.04615303874015808, 0.013388685882091522, 0.05231047049164772, 0.06697183102369308, -0.037280868738889694, -0.03675709664821625, -0.04362614825367928, -0.03499864414334297, 0.004391875118017197, 0.011396397836506368, -0.023828621953725815, 0.03484950214624405, -0.025836888700723648, -0.00787043385207653, -0.00028692069463431835, 0.05751197412610054, -0.028203807771205906, -0.01820952259004116, 0.009876481257379057, 0.05340702459216118, -0.004535512998700142, -0.05646371841430664, 0.02026626095175743, -0.011039345525205135, 0.01871509477496147, 0.016662705689668655, 0.028555355966091156, -0.02535093389451504, 0.02135172300040722, -0.018253376707434658, 0.005404619965702295, -0.020872771739959717, 0.024864092469215393, 0.017956335097551346, -0.00449414411559701, -0.005194223485887051, -0.05894942209124565, -0.03672727197408676, 0.041850652545690536, -0.026388181373476986, 0.030231783166527748, -0.02339113876223564, 0.016880027949810028, -0.02314256876707077, 0.007396819069981575, 0.01307761762291193, 0.030243145301938057, -0.029719019308686256, -0.04335485398769379, -0.022288907319307327, -0.05776480585336685, -0.01916545070707798, 0.020152626559138295, -0.028863226994872093, -0.027292976155877113, -0.0031589684076607227, 0.04225688427686691, 0.011845510452985764, -0.003307044971734286, 0.0393521673977375, 0.016665548086166382, -0.0502537339925766, 0.038712989538908005, 0.03451854735612869, 0.012456904165446758, 0.03755678236484528, 0.017743630334734917, -0.0002153680834453553, 0.0042313700541853905, 0.00634776521474123, -0.006896039471030235, -0.0015727373538538814, -0.020833708345890045, 0.04167310148477554, 0.00921839289367199, 0.011147295124828815, 0.04147535562515259, -0.01217566430568695, 0.025528129190206528, 0.0004939439240843058, -0.05002646893262863, -0.0034615134354680777, 0.022308794781565663, -0.0061801583506166935, -0.02192244678735733, -0.02375049889087677, -0.001769817783497274, -0.02517303079366684, 0.03473728895187378, -0.033657073974609375, -0.007085663266479969, -0.009251061826944351, 0.03064085729420185, 0.024607710540294647, -0.02652129903435707, 0.014362368732690811, -0.014057694002985954, -0.0678805410861969, 0.04066035524010658, -0.0012597168097272515, -0.029945483431220055, -0.007053704001009464, 0.006979843135923147, 0.008067868649959564, -0.00867291446775198, 0.042421650141477585, -0.00882636196911335, -0.04619393497705459, -0.02147502079606056, 0.07248084992170334, 0.0009587696404196322, 0.020071664825081825, 0.0068640802055597305, 0.0021689501591026783, 0.05794874578714371, 0.011785410344600676, 0.0033542735036462545, 0.025993309915065765, -0.00045452784979715943, 0.03777126595377922, -0.0597618892788887, 0.06917345523834229, 0.049299225211143494, -0.036359384655952454, -0.028195640072226524, -0.007760663516819477, -0.03360345587134361, -0.04966142773628235, 0.0703495442867279, 0.02240680158138275, 0.047211237251758575, -0.02103327587246895, 0.002459776820614934, 0.06684169173240662, 0.019039034843444824, 0.024476325139403343, -0.04495280236005783, -0.015965290367603302, 0.012049959041178226, 0.008266724646091461, 0.012924214825034142, -0.05142898112535477, -0.012574796564877031, -0.046942781656980515, -0.01773226633667946, 0.06720442324876785, -0.03586224466562271, 0.02037705108523369, -0.017911238595843315, -0.01084545999765396, -0.01598801650106907, 0.018920792266726497, -0.012912141159176826, 0.023320117965340614, 0.025092776864767075, -0.04804661124944687, -0.02652951143682003, -0.01000458374619484, 0.04162906855344772, -0.011275841854512691, 0.016791963949799538, -0.027334168553352356, 0.042650338262319565, 0.022563045844435692, -0.04625388979911804, -0.04663029685616493, -0.050248049199581146, 0.030021563172340393, 0.016827473416924477, 0.04126260429620743, 0.00312239327467978, 0.0652645155787468, -0.012652917765080929, -0.01746523194015026, -0.10070063918828964, 0.013706854544579984, -0.01561445090919733, -0.03403277322649956, 0.031635139137506485, 0.06731557101011276, -0.015621554106473924, 0.04480792209506035, 0.0342259481549263, -0.027220536023378372, -0.04143589362502098, -0.0035595211666077375, 0.04482283443212509, 0.02388685755431652, 0.025128288194537163, 0.042038142681121826, -0.06868483871221542, -0.02220439352095127, -0.039849307388067245, -0.004121289122849703, 0.012425165623426436, 0.010780831798911096, 0.007567888591438532, 0.06310834735631943, -0.041205789893865585, -0.004553800914436579, 0.0068022930063307285, -0.08622393012046814, -0.06913936883211136, 0.06129308044910431, 0.014806955121457577, 0.008418708108365536, 0.005417403765022755, 0.039693064987659454, -0.04022287204861641, -0.055330242961645126, 0.08580349385738373, 0.02551179565489292, 0.0027577057480812073, -0.014015791937708856, -0.03498585894703865, -0.02302929200232029, 0.027146674692630768, 0.022982418537139893, -0.010407090187072754, -0.0003710793680511415, 0.06272200495004654, -0.010851852595806122, 0.0010979687795042992, 0.02594643831253052, 9.232597221853212e-06, 0.013775033876299858, -0.031737230718135834, 0.019510608166456223, 0.041265446692705154, 0.016349375247955322, 0.039737094193696976, -0.007682230789214373, -0.006888937670737505, 0.043876852840185165, -0.022876953706145287, -0.01623658649623394, 0.0022357087582349777, 0.016522087156772614, -0.011067752726376057, 0.0019416860304772856, 0.00030449815676547587, 0.028242159634828568, 0.04507850855588913, 0.02530672587454319, -0.07456529140472412, 0.018286222591996193, -0.03537225350737572, -0.0026565021835267544, -0.05042986571788788, 0.03318621218204498, -0.03694175183773041, -9.942796168616042e-05, 0.011418592184782028, 0.019402656704187393, -0.004585049580782652, 0.03602772206068039, 0.013959686271846294, -0.010522319935262203, 0.0003082266775891185, -0.016658443957567215, -0.02444223314523697, -0.001463011372834444, -0.02960112690925598, 0.024798134341835976, -0.01910153217613697, -0.04308924078941345, 0.07960628718137741, 0.0377797856926918, -0.0050864508375525475, 0.019612876698374748, 0.004022571258246899, 0.05928605794906616, -0.008697106502950191, 0.050307709723711014, -0.01494721882045269, -0.025214221328496933, 0.05758583918213844, -0.007777042221277952, 0.03372596576809883, -0.033647846430540085, -0.014515062794089316, 0.030442003160715103, -0.034357331693172455, 0.05001332983374595, -0.030769404023885727, 0.03513713181018829, -0.0038578049279749393, 0.024692846462130547, 0.02500702254474163, 0.01772436499595642, 0.04854339361190796, -0.03198171406984329, 0.02502743899822235, -0.0015695414040237663, -0.049424223601818085, 0.04266738146543503, -0.009219813160598278, 0.028178062289953232, -0.004843562375754118, 0.00279374816454947, 0.02459563873708248, 0.03967513144016266, 0.02548480778932571, -0.04856061562895775, 0.021304572001099583, -0.03492620587348938, 0.01767687126994133, -0.012936999090015888, -0.035704582929611206, -0.06785532832145691, -0.011422497220337393, -0.02699895203113556, 0.015624038875102997, 0.0042029619216918945, 0.0018237929325550797, -0.03886781260371208, 0.007109099067747593, 0.02679157629609108, -0.0026930775493383408, -0.02535413019359112, -0.02426113188266754, 0.04742997884750366, -0.019438166171312332, 0.0003167490940541029, 0.05108609050512314, 0.0024544503539800644, 0.02181733585894108, 0.02109271101653576, 0.02740802988409996, -0.01438793633133173, 0.011738182045519352, -0.02634272910654545, 0.05615122988820076, 0.023645391687750816, 0.023157259449362755, 0.011736760847270489, 0.048094723373651505, 0.018224790692329407, 0.0257035493850708, 0.019922522827982903, 0.024013273417949677, -0.044958483427762985, -0.03806386515498161, 0.015245147980749609, -0.03055776283144951, 0.01353356707841158, -0.028334129601716995, 0.002658277750015259, 0.003886212827637792, -0.056449513882398605, -0.011364460922777653, -0.02240964397788048, -0.0679803192615509, 0.016103068366646767, -0.01759306900203228, -0.07370168715715408, -0.0180779118090868, -0.020201632753014565, 0.013564815744757652, 0.040543172508478165, -0.013428457081317902, -0.0021071627270430326, 0.006545866839587688, -0.018166910856962204, -0.013635835610330105, 0.011635913513600826, -0.016797645017504692, 0.004466889891773462, 0.018290840089321136, 0.045671526342630386, -0.05656598880887032, -0.016573220491409302, 0.05051722005009651, 0.02950667031109333, -0.04526600241661072, -0.017012834548950195, -0.025264646857976913, -0.006073628552258015, -0.005700417794287205, 0.05348372086882591, -0.0027896645478904247, -0.012245974503457546, -0.028765929862856865, -0.01907312497496605, -0.009181462228298187, 0.03399974852800369, -0.009412632323801516, 0.03388221189379692, 0.012829048559069632, -0.03298167511820793, -0.00252973148599267, -0.04164327308535576, -0.004416732117533684, 0.01208227314054966, 0.03053237311542034, 0.008315728977322578, 0.03911638259887695, -0.03685084357857704, 0.01780896820127964, -0.0015553374541923404, 0.05998062714934349, -0.0044472711160779, 0.006173056084662676, 0.04019974544644356, 0.037992846220731735, -0.03255413472652435, 0.006708547007292509, 0.02398202382028103, -0.03702910616993904, -0.0008881047833710909, 0.00846416037529707, 0.0014015792403370142, 0.023459317162632946, -0.03226020187139511, -0.0723096951842308, 0.01329778041690588, -0.04235631227493286, 0.023036038503050804, 0.01521389838308096, -0.0051990170031785965, 0.002124917460605502, 0.01863706111907959, 0.0008437172509729862, -0.022339599207043648, -0.01389275025576353, -0.03597019985318184, 0.0522877462208271, 0.014303422532975674, -0.035024210810661316, 0.03937915712594986, -0.04029646515846253, 0.019312461838126183, -0.01599838212132454, 0.002704440616071224, -0.07209379971027374, -0.005251572001725435, 0.0177365280687809, 0.02835685573518276, -0.024761823937296867, 0.01153692789375782, -0.00952519942075014, -0.008383197709918022, -0.00662687374278903, -0.012981918640434742, 0.04830778390169144, 0.012076236307621002, -0.00999890174716711, -0.04468576610088349, -0.04919127747416496, -0.010186394676566124, 0.026456359773874283, 0.01708456501364708, 0.0033677672035992146, 0.007393179461359978, -0.03243766352534294, -0.0940304473042488, -0.054367564618587494, 0.028072774410247803, -0.006484123878180981, -0.020264839753508568, 0.00815593358129263, 0.0694064050912857, 0.006258280482143164, -0.025077862665057182, -0.012266569770872591, 0.0066787186078727245, 0.03261805325746536, 0.008459899574518204, 0.02974884770810604, 0.0012101803440600634, -0.024099918082356453, -0.012705473229289057, -0.006817207671701908, -0.03726276010274887, -0.03608240932226181, -0.042049504816532135, -0.06069651246070862, -0.017752153798937798, -0.01029434520751238, 0.0062497579492628574, -0.04571272060275078, 0.02950453944504261, -0.03941750526428223, 0.028655849397182465, 0.005237723235040903, 0.01737290620803833, -0.0004309137002564966, 0.010823444463312626, 0.00959692895412445, 0.02158209308981895, -0.02871728129684925, 0.008255361579358578, -0.005656030960381031, -0.006521994713693857, 0.020851464942097664, 0.027616826817393303, -0.02757776714861393, -0.031207596883177757, -0.04140961542725563, -0.024229172617197037, 0.001400868990458548, -0.010103302076458933, -0.04387329891324043, -0.0489015132188797, -0.052588868886232376, 0.005740900058299303, -0.04540165141224861, 0.06476790457963943, -0.02880428172647953, -0.01864345371723175, 0.03583667799830437, -0.001174670411273837, 0.01381196454167366, -0.0212012380361557, 0.005944371689110994, -0.0019814572297036648, -0.025004712864756584, 0.019402656704187393, 0.02025986835360527, -0.035524193197488785, -0.0044756787829101086, -0.02714596502482891, 0.02671913430094719, 0.05410585552453995, -0.03398429974913597, -0.0024072665255516768, 0.00415324792265892, -0.02362976595759392, -0.010654594749212263, -0.012442699633538725, 0.06490373611450195, 0.016871504485607147, -0.03306885436177254, 0.04034218564629555, -0.045333825051784515, 0.043509677052497864, 0.03244192525744438, -0.057634130120277405, 0.047847580164670944, -0.03217773139476776, 0.013950453139841557, -0.010985368862748146, 0.01896943524479866, 0.017158426344394684, 0.05447160825133324, -0.034071121364831924, 0.0030854628421366215, -0.014976692385971546, 0.02158456854522228, 0.0273909829556942, 0.01064198836684227, -0.027578476816415787, 0.015422608703374864, 0.009190695360302923, -0.014915614388883114, -0.035512831062078476, -0.01440427079796791, 0.05472515523433685, -0.01033056527376175, 0.00023969241010490805, -0.02286274917423725, -0.0084464056417346, -0.02351604402065277, 0.012961678206920624, -0.027518820017576218, 0.05080484971404075, 0.02239697054028511, 0.027680743485689163, -0.006533482577651739, 0.05647437274456024, 0.009714111685752869, -0.04965965449810028, -0.004232790786772966, 0.06587386876344681, 0.02733984775841236, 0.005011879839003086, -0.0034052301198244095, 0.01498485915362835, -0.00218812539242208, 0.01939413510262966, -0.06866637617349625, 0.024229172617197037, 0.034183334559202194, -0.028072774410247803, -0.008763154037296772, 0.017835957929491997, 0.005692961625754833, 0.01900778710842133, -0.0031689114402979612, 0.01610608771443367, 0.03104141168296337, -0.02084578387439251, -0.01608886569738388, -0.036278512328863144, 0.028530411422252655, -0.0037397341802716255, 0.019739292562007904, 0.010521254502236845, 0.03462321311235428, 0.05905013531446457, 0.053689680993556976, -0.01570109650492668, 0.00318382540717721, 0.03201580420136452, 0.05091919004917145, 0.028855416923761368, 0.0255828145891428, 0.03684995695948601, 0.004925945308059454, 0.006894619204103947, 0.0016561857191845777, -0.03476712107658386, -0.042782433331012726, -0.009782291017472744, 0.033191896975040436, 0.0034458893351256847, 0.016225222498178482, -0.03208398446440697, 0.0006232002633623779, 0.025530261918902397, 0.02127900533378124, 0.033921979367733, 0.01485453825443983, 0.024910254403948784, -0.03968312218785286, -0.07136370986700058, -0.014209676533937454, -0.0009213066077791154, -0.003850703127682209, -0.01568831130862236, -0.05874771997332573, -0.012482469901442528, -0.03143628314137459, 0.004930206574499607, -0.005036736372858286, 0.010201308876276016, 0.017473043873906136, 0.019107213243842125, -0.023333968594670296, -0.016505042091012, -0.019108634442090988, -0.004957194440066814, -0.017726585268974304, 0.040785353630781174, -0.018040494993329048, -0.059010498225688934, -0.018286222591996193, 0.028922883793711662, -0.06776442378759384, -0.028425034135580063, 0.012198390439152718, 0.04806631803512573, -0.01271541602909565, 0.01902767084538937, 0.04879569634795189, -0.01002304907888174, 0.053804732859134674, -0.016744380816817284, -0.05104631930589676, 0.06576307862997055, -0.061531707644462585, 0.0488489605486393, 0.013540668413043022, 0.010068857111036776, -0.07146597653627396, -0.016757873818278313, 0.0017314670840278268, 0.01133762951940298, 0.02021796628832817, -0.005372661165893078, 0.015253670513629912, 0.03771444782614708, -0.0046748011372983456, -0.004596412647515535, 0.03742184489965439, -0.04383494704961777, -0.03075590915977955, 0.03904411941766739, -0.043680835515260696, -0.07985521107912064, -0.013990935869514942, -0.017257854342460632, -0.008897737599909306, -0.043842051178216934, 0.012921374291181564, -0.03884686157107353, -0.03305092081427574, -0.05135738104581833, 0.02625466510653496, -0.03827142342925072, 0.001648373669013381, 0.03386232629418373, -0.01227154117077589, 0.026734760031104088, -0.026051457971334457, -0.056908924132585526, 0.022601397708058357, -0.04041604697704315, 0.0317416675388813, -0.009344808757305144, 0.012249170802533628, -0.0370347835123539, -0.05818524584174156, 0.009366114623844624, 0.035004325211048126, 0.026669420301914215, -0.0034091363195329905, -0.02671203203499317, -0.007931510917842388, 0.003408958902582526, -0.0021895458921790123, -0.04006662964820862, -0.0390268936753273, -0.03300795331597328, 0.02551957406103611, 0.007715609855949879, -0.008142617531120777, 0.0591852068901062, 0.0077649690210819244, 0.00657076807692647, 0.004603159613907337, 0.014922539703547956, 0.013706854544579984, 0.023942653089761737, 0.031674906611442566, 0.010844750329852104, 0.008684678003191948, 0.010613225400447844, -0.023097293451428413, 0.0010603282134979963, -0.01556828897446394, -0.0010162958642467856, -0.009922911413013937, 0.010882568545639517, 0.029826171696186066, 0.0017069651512429118, 0.02616375871002674, -0.007476627826690674, -0.02645067870616913, -0.015191882848739624, -0.019891273230314255, 0.04272561892867088, -0.06150045990943909, -0.009508198127150536, 0.043117646127939224, 0.01976840943098068, -0.006238394416868687, 0.0016448225360363722, 0.01049249153584242, 0.03422878682613373, -0.07967020571231842, -0.01660873182117939, -0.05793525278568268, -0.03726276010274887, 0.015524256974458694, 0.004604935180395842, 0.002721307799220085, 0.04441802203655243, 0.03492407128214836, -0.011375979520380495, 0.04436759650707245, 0.022584352642297745, 0.04058472067117691, -0.004999806173145771, -0.03003292717039585, 0.04425396770238876, -0.009959841147065164, -0.018011732026934624, 0.033775679767131805, -0.0021298446226865053, 0.013830430805683136, 0.023793110623955727, -0.008942125365138054, 0.024626176804304123, 0.013976731337606909, -0.04408351704478264, 0.03783944249153137, 0.052157070487737656, -0.055861473083496094, -0.03270682692527771, -0.019387032836675644, -0.0005124090821482241, -0.006729852873831987, -0.02845912240445614, -0.011727528646588326, 0.002254884224385023, -0.04001833498477936, -0.011954082176089289, -0.01602388173341751, -0.03918740153312683, 0.03116072341799736, -0.009070671163499355, 0.047025166451931, -0.027872499078512192, 0.008117582648992538, -0.01606045663356781, 0.0872054249048233, -0.011167891323566437, -0.022558076307177544, 0.05278950184583664, -0.01318982895463705, 0.002509135752916336, 0.06663165241479874, -0.014886830002069472, 0.024229884147644043, -0.020015204325318336, -0.06102462112903595, -0.033947549760341644, 0.0006327879964374006, 0.005282820668071508, -0.06597471982240677, 0.022273994982242584, 0.01133762951940298, 0.024467801675200462, 0.05796366557478905, 0.02118028700351715, 0.023760441690683365, -0.06003744527697563, -0.011145164258778095, 0.005275186151266098, -0.04937947914004326, -0.028675025328993797, -0.04545562341809273, 0.04210303723812103, 0.02939232625067234, 0.034247253090143204, -0.010678563266992567, -0.05468005686998367, 0.05246672034263611, 0.030973229557275772, 0.012230349704623222, -0.001997081562876702, -0.0046276613138616085, -0.022595714777708057, 0.028804991394281387, -0.0012044988106936216, 0.02103753760457039, 0.02229885198175907, 0.04658626392483711, -0.05355190113186836, 0.022361349314451218, -0.041617706418037415, 0.04504726082086563, -0.0009360432741232216, 0.006676587741822004, -0.013882895931601524, 0.0030019700061529875, 0.00188043131493032, -0.014576139859855177, 0.016113722696900368, 0.010049326345324516, -0.02042960561811924, 0.02680719830095768, -0.0011107524624094367, 0.002584860660135746, -0.03074596635997295, -0.002916080178692937, -0.02380695939064026, 0.045626070350408554, -0.0045594824478030205, -0.010328434407711027, 0.04703155905008316, -0.0007371872779913247, 0.05604896694421768, 0.044850535690784454, 0.03845873475074768, -0.010226876474916937, 0.01622096262872219, 0.019348682835698128, 0.011149425990879536, -0.03970584645867348, -0.021958665922284126, -0.033623695373535156, -0.05307748541235924, -0.02627437189221382, 0.028811383992433548, -0.012226798571646214, -0.00573557335883379, -0.008174753747880459, 0.02120443433523178, 0.010842619463801384, -0.014675566926598547, -0.009547392837703228, 0.048347555100917816, -0.011432085186243056, -0.04487325996160507, 0.01637720689177513, 0.02442767657339573, -0.018987901508808136, -0.04662603139877319, -0.003157992148771882, -0.009721213951706886, -0.024550186470150948, -0.057526178658008575, -0.021754788234829903, 0.02444365620613098, 0.019624238833785057, 0.010648024268448353, 0.0496244952082634, 0.05266273394227028, -0.06382139027118683, -0.012140153907239435, -0.024672338739037514, 0.021811654791235924, 0.00969280581921339, 0.05790116637945175, 0.0099271722137928, 0.04650956019759178, 0.02398628741502762, 0.019078096374869347, 0.01852431707084179, -0.030020853504538536, 0.041873376816511154, 0.05378591269254685, 0.013602456077933311, -0.025783712044358253, 0.025134678930044178, 0.01854189485311508, 0.005241273902356625, 0.008493011817336082, 0.010862505063414574, 0.005141845904290676, 0.005023953039199114, 0.043146055191755295, -0.013845698907971382, -0.006101326085627079, 0.012814844027161598], [-0.0691203847527504, -0.04007778689265251, -0.03305869549512863, -0.026457710191607475, 0.006044487468898296, -2.179502735089045e-05, 0.011005399748682976, -0.03630179911851883, 0.043207187205553055, 0.051674555987119675, -0.03675876930356026, -0.015355322510004044, -0.03777405247092247, -0.038001809269189835, -0.027767593041062355, 0.021289382129907608, 0.01771499775350094, -0.022283237427473068, 0.055007655173540115, 0.04119260236620903, -0.006001623813062906, -0.011136623099446297, 0.01092076115310192, 0.03938651829957962, -0.03712419793009758, 0.05784109607338905, 0.007418119348585606, -0.024320706725120544, 0.028278321027755737, -0.011385723017156124, 0.0014537284150719645, -0.028711317107081413, 0.0046232701279222965, -0.01936125010251999, 0.025003254413604736, 0.020719805732369423, 0.005780767649412155, 0.0453559085726738, -0.0260610394179821, -0.012747185304760931, -0.03447246924042702, 0.017937488853931427, -0.01938195526599884, 0.011766409501433372, 0.012007607147097588, 0.05832930281758309, -0.004823965951800346, 0.04215448722243309, -0.036999963223934174, -0.07370787858963013, 0.009218206629157066, -0.0007265009335242212, 0.012756266631186008, 0.0016208236338570714, 0.019571935757994652, 0.052488237619400024, 0.03632468357682228, -0.017125079408288002, 0.07580310106277466, 0.02386119589209557, -0.00904965866357088, 0.003388036973774433, -0.028368134051561356, 0.006268249824643135, 0.0211589764803648, 0.03551717847585678, 0.01580284722149372, 0.017648160457611084, 0.015427247621119022, -0.0716446116566658, -0.007663858123123646, -0.013582661747932434, -0.028263792395591736, -0.052308063954114914, 0.07302206009626389, 0.001830782275646925, -0.0717143565416336, 0.017022643238306046, -0.043547917157411575, -0.04104439541697502, 0.0020890533924102783, -0.004467980470508337, -0.045702721923589706, -0.05033779889345169, -0.05639972165226936, 0.007875270210206509, -0.02500906772911549, -0.02052801102399826, 0.042876631021499634, -0.0008892371552065015, -0.03219415992498398, 0.008285016752779484, 0.052000027149915695, 0.013136953115463257, -0.0007199624087661505, 0.04216611385345459, -0.004096012096852064, 0.03922232985496521, 0.03184979781508446, 0.05568484216928482, 0.04900103434920311, -0.018038291484117508, -0.013923389837145804, -0.033968277275562286, -0.028583452105522156, 0.02409803494811058, 0.050557199865579605, -0.04785025492310524, 0.019898859784007072, -0.04135243222117424, -0.008906901814043522, 0.024371562525629997, 0.02948140911757946, -0.04442843794822693, 0.010226953774690628, 0.01246857177466154, 0.025944801047444344, -0.009182970970869064, -0.05400699004530907, 0.0005288926768116653, -0.028433794155716896, -0.003798964200541377, 0.009230784140527248, 0.01515117660164833, -0.02164391614496708, 0.01522891316562891, -0.003049850929528475, 0.02555684931576252, -0.02124851755797863, 0.0035754856653511524, 0.024381371214985847, -0.01825551502406597, 0.010852289386093616, -0.04637691378593445, -0.03713000938296318, 0.033946484327316284, -0.019253727048635483, 0.05193973332643509, 0.00911903940141201, 0.01994458399713039, -0.015606692992150784, 0.02134605124592781, 0.017287814989686012, 0.04413638636469841, -0.018280943855643272, -0.03042876534163952, -0.027746522799134254, -0.0666753500699997, -0.010074115358293056, 0.0012103505432605743, -0.006730304565280676, -0.013639328069984911, -0.0001750867086229846, 0.026783546432852745, 0.024046193808317184, -0.01350710541009903, 0.021865997463464737, 0.03085068054497242, -0.041300125420093536, 0.02103329263627529, 0.03827787935733795, 0.03355562314391136, 0.06267087906599045, -0.019183075055480003, 0.007720888126641512, 0.003365152282640338, 0.015910370275378227, -0.006513080559670925, -0.017340850085020065, -0.010965259745717049, 0.04916376993060112, 0.01986980065703392, -0.0003708787262439728, 0.04868282750248909, -0.015140279196202757, 0.0023567688185721636, -0.015180963091552258, -0.04937300086021423, -0.011047172360122204, 0.00837074313312769, -0.01887158863246441, -0.01327026542276144, -0.017178023234009743, 0.01082559023052454, -0.00967408623546362, 0.031040478497743607, -0.03210625424981117, -0.007773559540510178, -0.04188423231244087, 0.016794521361589432, 0.043537747114896774, -0.0422910712659359, 0.013244111090898514, 0.004465801175683737, -0.03901178017258644, 0.009775069542229176, 0.008843695744872093, -0.026270274072885513, -0.011465637944638727, 0.029661579057574272, -0.01366620883345604, 0.0026967714074999094, 0.03872177377343178, -0.019673645496368408, -0.03609383851289749, -0.04789820313453674, 0.06582824885845184, -0.024634193629026413, 0.01303051970899105, 0.0010428921086713672, 0.004717897158116102, 0.08271648734807968, 0.010538621805608273, 0.0005332516739144921, 0.032988954335451126, 0.0195225328207016, 0.06451763957738876, -0.052520204335451126, 0.06825476139783859, 0.022848453372716904, -0.031835269182920456, -0.003452332224696874, 0.014108647592365742, -0.02764208987355232, -0.03814856335520744, 0.06732193380594254, 0.011667604558169842, 0.0357627347111702, -0.02292836830019951, -0.03501734510064125, 0.07342889904975891, 0.005224994849413633, 0.030850134789943695, -0.03757026791572571, -0.0015401819255203009, 0.025840185582637787, -0.006855262443423271, 0.021603504195809364, 0.003755646524950862, -0.0006952613475732505, -0.05078241229057312, -0.02426513098180294, 0.05927666276693344, -0.04298851266503334, 0.012189232744276524, -0.001191461575217545, -0.04216611385345459, 0.021071434020996097, -0.003808317705988884, 0.01675892248749733, 0.025334540754556656, 0.0036906246095895767, -0.044671814888715744, -0.0195341557264328, -0.017069866880774498, 0.0034643197432160378, -0.0037211377639323473, 0.019813133403658867, -0.02424188144505024, 0.037675611674785614, 0.0013257734244689343, -0.033273741602897644, -0.06725364178419113, -0.026482412591576576, 0.02696303278207779, 0.001096108346246183, 0.017181020230054855, -0.012402824126183988, 0.03891429677605629, -0.01270795427262783, -0.015758531168103218, -0.06962785124778748, 0.019448429346084595, 0.002904550870880485, -0.021443400532007217, 0.04618802294135094, 0.08393701165914536, -0.04645537585020065, 0.05892503634095192, 0.035546235740184784, -0.05149438232183456, -0.05741536617279053, 0.00900307111442089, 0.03989797830581665, 0.030024830251932144, 0.03463157266378403, 0.029044054448604584, -0.05645856633782387, -0.016370609402656555, -0.02785113826394081, -0.01202940195798874, 0.0029612176585942507, 0.014935405924916267, 0.026294248178601265, 0.07109737396240234, -0.01592489890754223, 0.020387794822454453, 0.0015706949634477496, -0.06753552705049515, -0.06523396819829941, 0.03862660005688667, -0.004663046449422836, -0.027785753831267357, 0.009881865233182909, 0.04379928484559059, -0.037336334586143494, -0.03795567899942398, 0.06378678232431412, 0.020623907446861267, 0.005223904736340046, -0.020328812301158905, -0.014570701867341995, -0.024177949875593185, 0.02784564532339573, 0.02847266010940075, -0.030018292367458344, 0.00463652890175581, 0.06407846510410309, -0.03933566436171532, -0.0005695767467841506, 0.018935520201921463, 0.004529006779193878, -0.006641671527177095, -0.038634590804576874, 0.04361512139439583, 0.04574050009250641, 0.016410203650593758, 0.02766152285039425, -0.038646943867206573, -0.02326837182044983, 0.04259765520691872, -0.02620125748217106, 0.005198840517550707, -0.0162910558283329, 0.01874372363090515, -0.019914116710424423, -2.9060038286843337e-05, 0.02152540348470211, 0.02638505958020687, 0.04032661393284798, 0.016802513971924782, -0.04083879664540291, -0.008662797510623932, -0.02216445282101631, -0.01236431859433651, -0.05727151781320572, 0.011087856255471706, -0.029597647488117215, 0.0028420714661478996, 0.0236025620251894, 0.03387237712740898, 0.0033041262067854404, 0.01662561111152172, 0.013963348232209682, -0.0009894942631945014, -0.016009174287319183, -0.006084445398300886, -0.005005591083317995, -0.01210441254079342, 0.011721366085112097, 0.03440417721867561, -0.012731201946735382, -0.04499220103025437, 0.06902884691953659, -0.01196256373077631, -0.015524961054325104, 0.02207836322486401, 0.004114174749702215, 0.07206016778945923, -0.013213598169386389, 0.05113839730620384, 0.012369767762720583, -0.018278399482369423, 0.05629801005125046, 0.009687889367341995, 0.03568136692047119, -0.0668046697974205, -0.07341709733009338, 0.029741493985056877, -0.03499700129032135, 0.040294647216796875, -0.01593289151787758, 0.04135969653725624, -0.009973041713237762, 0.028855163604021072, 0.027240877971053123, -0.007621720898896456, 0.04530023783445358, -0.006373047828674316, 0.04001312702894211, 0.008275935426354408, -0.04609648510813713, 0.050686515867710114, 0.030878832563757896, 0.0003530794638209045, -0.0007123341201804578, -0.011661792173981668, 0.02947269007563591, 0.012424210086464882, 0.03434315323829651, -0.05407491326332092, 0.015846801921725273, -0.028851009905338287, -0.009305023588240148, -0.002242345130071044, -0.07711371779441833, -0.05824793502688408, -0.0022594179026782513, -0.04259910807013512, 0.027412332594394684, 0.031654007732868195, -0.003053846536204219, -0.05780041217803955, -0.002268499229103327, 0.05422457307577133, 0.014834785833954813, -0.016520630568265915, -0.01115687470883131, 0.02461385168135166, -0.01939103566110134, 0.005989273078739643, 0.017684485763311386, -0.032497838139534, 0.023974530398845673, 0.04650986194610596, 0.041936542838811874, -0.016556046903133392, -0.0007591934991069138, -0.015368400141596794, 0.049901895225048065, 0.03727240487933159, 0.018474282696843147, 0.020474066957831383, 0.0472458116710186, 0.01576071046292782, 0.01148961205035448, 0.02405589818954468, 0.01870449259877205, -0.03210843354463577, -0.03773155063390732, -0.011661792173981668, -0.014709463343024254, 0.000876160163898021, -0.02405880391597748, 0.012747185304760931, 0.011775126680731772, -0.048928383737802505, 0.009264339692890644, -0.01554748322814703, -0.07406821846961975, 0.01474651601165533, -0.027451563626527783, -0.039780646562576294, -0.02540718950331211, -0.031512703746557236, -0.00364703475497663, 0.02507445216178894, 0.003698616055771709, -0.02686309814453125, 0.007637704256922007, -0.0504656620323658, -0.008407068438827991, 0.016052765771746635, -0.015154808759689333, -0.01124332845211029, 0.003198056947439909, 0.02832481823861599, -0.06812253594398499, -0.02706070803105831, 0.012036032043397428, 0.025504542514681816, -0.03984130918979645, -0.008099032565951347, -0.011588518507778645, -0.006322010885924101, 0.014680767431855202, 0.049739159643650055, -0.0043052444234490395, -0.0001293171662837267, -0.030155053362250328, -0.023252250626683235, -0.020435016602277756, 0.02411038614809513, 0.011958932504057884, 0.03385203704237938, 0.01904304325580597, -0.016182081773877144, 0.014041809365153313, 0.001800995785742998, -0.02933029644191265, 0.01706586964428425, 0.09978054463863371, -0.016683368012309074, 0.03495631739497185, -0.018124744296073914, 0.008355305530130863, -0.004186098463833332, 0.05077369511127472, -0.009331904351711271, -0.013473868370056152, 0.03374741971492767, 0.015358229167759418, -0.028853710740804672, 0.0455545112490654, 0.016549689695239067, -0.03560363128781319, -0.003485751571133733, 0.049236416816711426, 0.029227858409285545, 0.009332630783319472, -0.04997454583644867, -0.07592806965112686, 0.007221419364213944, -0.03874284029006958, 0.04459553211927414, 0.039171475917100906, -0.01155899278819561, -0.012697056867182257, 0.006029957439750433, 0.020785555243492126, 0.004562425892800093, 0.002798481611534953, -0.02720600739121437, 0.04650768265128136, 0.004246397875249386, -0.03598213940858841, 0.0520639605820179, -0.028560204431414604, 0.03293955326080322, 0.017301255837082863, 0.006340173073112965, -0.04360167682170868, -0.02917526662349701, 0.03549538180232048, 0.00918878335505724, -0.012190685607492924, 0.017931131646037102, -0.017517391592264175, 0.014041809365153313, 0.0021813190542161465, -0.010862641967833042, 0.02097662352025509, 0.01829547248780727, -0.027315707877278328, -0.04023652523756027, -0.02750241942703724, -0.007017272524535656, 0.020275188609957695, 0.02410493791103363, 0.00802588276565075, 0.012562653981149197, -0.01417512260377407, -0.09309092164039612, -0.04814085736870766, 0.023204438388347626, 0.006458593066781759, -0.01959463767707348, -0.0004620545660145581, 0.050889939069747925, -0.01548695657402277, -0.003023696830496192, 0.006837100256234407, 0.01018082071095705, 0.03658949211239815, -0.000729406950995326, 0.021876396611332893, -0.006065555848181248, -0.05420713871717453, -0.02963978424668312, 0.02085929550230503, -0.061793264001607895, -0.051197972148656845, -0.03878642991185188, -0.050698138773441315, -0.016875162720680237, -0.009025320410728456, 0.05508257448673248, -0.054632872343063354, -0.010147765278816223, -0.05113694816827774, 0.039294980466365814, 0.015099595300853252, 0.0009553487179800868, -0.010525546036660671, 0.039315324276685715, -0.006538507994264364, 0.01970343105494976, 0.03519751876592636, -0.010326484218239784, -0.04976240545511246, -0.0358600877225399, 0.03728075698018074, 0.027956118807196617, -0.026990963146090508, -0.03077385202050209, -0.051168911159038544, -0.04673434793949127, 0.004722255747765303, 0.009326455183327198, -0.0240121278911829, -0.015078162774443626, -0.04281415417790413, -0.009666820988059044, -0.011825255118310452, 0.05833511799573898, -0.013164197094738483, -0.0037669073790311818, 0.029568586498498917, -0.006728124804794788, 0.01727183163166046, -0.008824443444609642, 0.005474910605698824, 0.009680625051259996, -0.009581093676388264, 0.004557522013783455, 0.01987415924668312, -0.04828760772943497, -0.009393656626343729, -0.02750241942703724, 0.003504640655592084, 0.05492056533694267, -0.023573502898216248, -0.038341812789440155, 0.004778923001140356, -0.01914475299417973, 0.0005025570280849934, 0.012343976646661758, 0.0244453027844429, 0.021715840324759483, -0.030537739396095276, 0.03837377950549126, -0.04681571573019028, 0.07449249923229218, 0.033111006021499634, -0.043008312582969666, 0.05238071456551552, 0.004497040528804064, 0.01190117560327053, -0.0016934736631810663, 0.01349838636815548, -0.005870127584785223, 0.03301111236214638, -0.050706859678030014, 0.02037980407476425, -0.022107424214482307, 0.0006672910531051457, 0.014124630019068718, -0.003944445867091417, -0.006451328285038471, 0.011824892833828926, 0.01491070445626974, -0.0179213248193264, -0.04966359958052635, -0.024997444823384285, 0.043587151914834976, -0.0003138484025839716, -0.018845433369278908, -0.03613325208425522, -0.0015761436661705377, -0.02989605814218521, 0.03516554832458496, -0.023859381675720215, 0.05770659074187279, 0.05262772738933563, -0.000534704711753875, 0.010187722742557526, 0.0537581630051136, 0.021457931026816368, -0.03332023695111275, -0.001217615557834506, 0.04757128283381462, 0.0219352412968874, 0.018283847719430923, -0.03025512956082821, 0.02151132933795452, -0.0017632177332416177, -0.012891032733023168, -0.03811514377593994, -0.04195106774568558, 0.008907990530133247, -0.0025427532382309437, 0.009568016976118088, 0.033614836633205414, -0.008552913554012775, 0.04128559306263923, -0.01147290226072073, -0.011095122434198856, 0.025351976975798607, -0.031509798020124435, -0.03651230409741402, -0.03923686221241951, 0.0003940813476219774, 0.01295496430248022, 0.0081270020455122, 0.009350793436169624, 0.01392702292650938, 0.033955927938222885, 0.03793933242559433, -0.03340887278318405, 0.02500761486589909, 0.0037778045516461134, 0.07362142205238342, 0.04119841381907463, 0.023841582238674164, 0.026802072301506996, -0.0023030079901218414, 0.013227885589003565, -0.011421320959925652, -0.02232392132282257, -0.06445370614528656, -0.026937928050756454, 0.020087750628590584, 0.007358001545071602, 0.005020848009735346, -0.008178947493433952, -0.03336673602461815, 0.02427312172949314, 0.003224211046472192, 0.03058859333395958, 0.014311341568827627, 0.04316505417227745, -0.031463298946619034, -0.06560593843460083, -0.003004807746037841, 0.008665703237056732, -0.012742826715111732, -0.035582199692726135, -0.03825463354587555, -0.006754641886800528, -0.033766310662031174, 0.01442322228103876, -0.021597418934106827, 0.016020797193050385, -0.004743506200611591, 0.030042991042137143, 0.005933696404099464, -0.007788090035319328, -0.012195907533168793, -0.004608921706676483, 0.00886966846883297, 0.025121858343482018, -0.00962541066110134, -0.02084948681294918, 0.0055998689495027065, 2.034202589129563e-05, -0.05994794890284538, -0.0325937382876873, 0.00869984831660986, 0.02296033315360546, 6.10260758548975e-05, 0.02405589818954468, 0.0374039001762867, -0.005923888646066189, 0.03801052644848823, 0.0029597647953778505, -0.0895397886633873, 0.05546253174543381, -0.053647734224796295, 0.03079782612621784, 0.0054600173607468605, 0.0014261212199926376, -0.0716039314866066, 0.01725003868341446, -0.02294108271598816, 0.015018953010439873, -0.0013999672373756766, -0.01901003159582615, 0.004588579759001732, 0.032785531133413315, -0.009662099182605743, -0.01842479035258293, 0.0008877841173671186, -0.03951438516378403, -0.021113570779561996, 0.013140948489308356, -0.06241950765252113, -0.07371078431606293, -0.016032421961426735, -0.00011914614879060537, -0.02521975338459015, -0.040652085095644, 0.019725952297449112, -0.023561878129839897, -0.042223505675792694, -0.03664979338645935, 0.0171152725815773, -0.0456213541328907, -0.019911210983991623, 0.029554057866334915, -0.02879268489778042, 0.014789379201829432, -0.01865745149552822, -0.07555028051137924, 0.0031017956789582968, -0.03205176815390587, 0.01809859089553356, -0.006769535597413778, 0.012975306250154972, -0.043514497578144073, -0.04674597457051277, 0.010847749188542366, 0.010941830463707449, 0.04296816885471344, -0.0061607277020812035, -0.03177923709154129, -0.017970727756619453, -0.0025529242120683193, 0.006672184448689222, -0.013794071972370148, -0.058364178985357285, -0.06075872480869293, 0.013989501632750034, 0.027607828378677368, -0.01789916679263115, 0.04604272171854973, 0.007145863026380539, -0.018038291484117508, 0.005070613231509924, 0.029350999742746353, 0.006750646512955427, 0.02230902574956417, 0.04003601148724556, 0.016018254682421684, -0.016521356999874115, 0.009993746876716614, -0.03951583802700043, 0.03793497383594513, 0.0010868452955037355, 0.005702577996999025, 0.00025427533546462655, 0.017503948882222176, 0.0418974906206131, -0.006590725854039192, 0.04800717905163765, -0.009650474414229391, -0.00902604777365923, 0.005191030912101269, -0.016847556456923485, 0.0341629795730114, -0.027716010808944706, -0.011436577886343002, 0.026796260848641396, 0.03552008047699928, -0.021725283935666084, 0.011311618611216543, -0.030486883595585823, 0.03971271961927414, -0.06858168542385101, -0.0033495326060801744, -0.06473559141159058, -0.044848356395959854, 0.015014594420790672, -0.03770321607589722, -0.0037254965864121914, 0.037528131157159805, 0.03826044499874115, -0.0024058078415691853, 0.00999156665056944, 0.053807564079761505, 0.026327665895223618, -0.013676379807293417, -0.04199320822954178, 0.02312743104994297, -0.017043348401784897, -0.01302725076675415, 0.034113213419914246, 0.0018816373776644468, 0.0024483080487698317, 0.03169723227620125, -0.009796865284442902, 0.007632618770003319, 0.03269544988870621, -0.025290951132774353, 0.015850797295570374, 0.056422967463731766, -0.05507748946547508, -0.0012103505432605743, -0.01988723687827587, -0.006651479285210371, 0.011297089047729967, -0.008891281671822071, 0.006611158140003681, 0.007549797650426626, -0.03366024047136307, -0.008023476228117943, 0.010230585932731628, -0.07277795672416687, 0.010361356660723686, 0.02839746885001659, 0.02735712006688118, -0.0390755794942379, 0.00614910339936614, -0.015277042984962463, 0.07686960697174072, -0.011478714644908903, -0.07404206693172455, 0.06365310400724411, 0.012402824126183988, -0.004201718140393496, 0.047298114746809006, -0.001123896916396916, 0.04592938721179962, 0.0013229581527411938, -0.03515101969242096, -0.03999895974993706, 0.003520623315125704, 0.008497155271470547, -0.05449628829956055, 0.04518835619091987, -0.01049015112221241, -0.0012488550273701549, 0.04705982282757759, 0.009367503225803375, 0.009153911843895912, -0.028629949316382408, 0.018441498279571533, -0.015169520862400532, -0.04090054705739021, -0.02490517683327198, -0.031983476132154465, 0.0374380461871624, 0.014782841317355633, -0.00618978776037693, -0.012587354518473148, -0.04394858330488205, 0.09532853960990906, 0.02294326201081276, 0.02272040955722332, 0.010232402011752129, -0.013543838635087012, -0.011398798786103724, 0.038336001336574554, 0.002268135780468583, 0.04871915280818939, 0.01334872841835022, 0.05029565840959549, -0.04179559648036957, 0.030964920297265053, -0.031640566885471344, 0.023224780336022377, 0.010031525045633316, 0.007666037883609533, -0.008517497219145298, -0.03514084964990616, -0.009505538269877434, 0.006050299387425184, 0.017531920224428177, 0.050905194133520126, -0.04212542995810509, 0.05844626948237419, 0.026258649304509163, -0.024857955053448677, -0.021596692502498627, 0.009996652603149414, -0.04365108162164688, 0.04440809786319733, -0.026746857911348343, 0.0023364268708974123, 0.029259098693728447, -0.021414339542388916, 0.04966069385409355, 0.05052495747804642, 0.0521162711083889, -0.0023400820791721344, 0.02181827463209629, 0.03873412311077118, -0.0009066732018254696, -0.0260385200381279, -0.015527503564953804, -0.014377453364431858, -0.0031501080375164747, -0.015333891846239569, 0.02962053194642067, 0.006285686045885086, 0.04616641253232956, 0.0110050356015563, 0.04019729420542717, 0.02541590854525566, -0.031152360141277313, -0.0069250063970685005, 0.047635212540626526, -0.02004488743841648, -0.02785985730588436, -0.004340842831879854, 0.005435680039227009, -0.012681799940764904, -0.02305169217288494, -0.00476838881149888, -0.010066396556794643, -0.012627312913537024, -0.04758580774068832, -0.035874251276254654, -0.004959095269441605, 0.032949723303318024, -0.007371804676949978, 0.034607600420713425, 0.048873171210289, -0.04835953563451767, -0.026634978130459785, -0.02685728669166565, 0.04546733200550079, 0.014432666823267937, 0.021109210327267647, 0.039289169013500214, 0.055574413388967514, 0.02878687158226967, 0.029209939762949944, 0.02915775030851364, -0.04577900469303131, 0.055789459496736526, 0.02018219605088234, -0.0033273741137236357, -0.032326385378837585, 0.02374277636408806, 0.03250982612371445, 0.02311435341835022, 0.016709884628653526, -0.0005704394425265491, 0.011496877297759056, 0.039171475917100906, 0.04089764133095741, -0.01024366356432438, 0.021449213847517967, 0.016174817457795143], [-0.02690104767680168, -0.05545763298869133, -0.03404542803764343, -0.030182134360074997, 0.022283539175987244, -0.010049772448837755, 0.01400660164654255, -0.026180783286690712, 0.025592349469661713, 0.020564066246151924, -0.0191965252161026, 0.009867584332823752, -0.05342753604054451, -0.03672732785344124, -0.04816104844212532, 0.03626323118805885, 0.0021115723066031933, -0.01204026211053133, 0.005669334437698126, 0.053080130368471146, -0.002254154533147812, -0.02661079168319702, 0.019029047340154648, -0.0043906220234930515, -0.03967855125665665, 0.0569785051047802, -0.006033710669726133, -0.03240912780165672, 0.023435227572917935, 0.03657795861363411, 0.01268414594233036, -0.02062581107020378, -0.010727602988481522, -0.027656394988298416, 0.033640313893556595, 0.03388926759362221, 0.009525839239358902, 0.027140382677316666, -0.018877411261200905, -0.015598590485751627, -0.03050803579390049, 0.016858631744980812, -0.020011279731988907, 0.0008917037048377097, 0.0318676196038723, 0.032771240919828415, -0.01158309541642666, 0.003048540325835347, -0.00672851549461484, -0.04957329481840134, 0.021065931767225266, 0.04576743021607399, 0.019669534638524055, -0.00813849363476038, 0.005422644782811403, 0.02883099764585495, 0.03794267028570175, -0.026640214025974274, 0.06595778465270996, 0.011581539176404476, -0.0055765425786376, -0.009684264659881592, -0.01339818723499775, -0.04595668613910675, 0.03527887538075447, 0.05393675714731216, 0.0005884339334443212, 0.03966440632939339, 0.012852754443883896, -0.07041290402412415, -0.0033042829018086195, -0.020457129925489426, -0.03716667369008064, 0.0020504656713455915, 0.012974684126675127, -0.0248239878565073, -0.03703965246677399, 0.02693895623087883, -0.037705034017562866, -0.05357011780142784, -0.013529453426599504, 0.022465160116553307, -0.030200237408280373, -0.0412265844643116, -0.04597026854753494, 0.0010772866662591696, -0.018751803785562515, -0.017720913514494896, 0.047319136559963226, 0.017865758389234543, -0.005684044677764177, -0.018707672134041783, -0.03167584910988808, -0.030204765498638153, -0.017759812995791435, 0.04394243285059929, 0.030652880668640137, 0.04969098046422005, 0.004906633403152227, 0.04596121236681938, 0.042645618319511414, -0.04395148903131485, -0.023442301899194717, -0.04825158044695854, -0.030218344181776047, 0.010709497146308422, 0.06346485763788223, -0.032585661858320236, 0.013673166744410992, -0.06045931950211525, -0.01802757754921913, 0.022679883986711506, -0.012047052383422852, -0.03268071264028549, -0.033721789717674255, -0.007978937588632107, 0.015416968613862991, 0.003299756208434701, -0.0390901155769825, -0.027796711772680283, -0.05847674980759621, -0.02246459573507309, 0.011340931989252567, -0.032203175127506256, 0.0013307658955454826, -0.036514587700366974, 0.00829918123781681, 0.0379856713116169, -0.018390823155641556, 0.005218956153839827, 0.008518712595105171, -0.027402915060520172, 0.05342753604054451, -0.05160565674304962, -0.057802315801382065, 0.014636161737143992, -0.031313735991716385, 0.054407503455877304, -0.026426905766129497, 0.01781596802175045, -0.006266255397349596, 0.02352830208837986, 0.015014116652309896, 0.04426663741469383, -0.033165037631988525, -0.025202935561537743, -0.03563448414206505, -0.054760560393333435, 0.024859068915247917, -0.008666952140629292, -0.026594948023557663, 0.005653491709381342, -0.0030689092818647623, 0.010409905575215816, -0.024881700053811073, -0.006676461547613144, 0.027967583388090137, 0.013295918703079224, -0.02059518545866013, 0.010098678059875963, 0.005771178752183914, 0.012870860286056995, 0.05285947024822235, -0.002521212911233306, -0.030299820005893707, 0.015471285209059715, 0.038480181246995926, -0.03455464914441109, 0.019142206758260727, 0.05156491696834564, 0.042869675904512405, 0.015054007060825825, 0.013085865415632725, 0.04694344848394394, -0.04069246724247933, -0.004128090105950832, -0.02443358674645424, -0.020527290180325508, -0.024203093722462658, 0.03906578570604324, -0.03054424561560154, 0.009722456336021423, 0.001105576753616333, -0.015673240646719933, -0.024051105603575703, -0.032852716743946075, -0.016172880306839943, 0.00590244447812438, -0.047562435269355774, 0.024100612848997116, 0.0345274917781353, -0.016759049147367477, 0.0006948046502657235, -0.005668627098202705, -0.009641263633966446, 0.031029704958200455, 0.010483176447451116, 0.011687202379107475, 0.010442438535392284, 0.026052910834550858, -0.007906514219939709, 0.01204026211053133, 0.04809315502643585, -0.03229822963476181, -0.03268523886799812, -0.08022617548704147, 0.05419023334980011, -0.04547689110040665, 0.0633154883980751, -0.010254592634737492, 0.014851165935397148, 0.06335169821977615, 0.00937873125076294, 0.03847226127982139, 0.028550926595926285, 0.0054633826948702335, 0.08658125251531601, -0.0340476892888546, 0.08202994614839554, 0.03658474609255791, -0.05986635759472847, -0.02022402174770832, 0.003384626703336835, -0.024635011330246925, -0.024945354089140892, 0.05629049614071846, -0.009901531971991062, 0.040656257420778275, -0.026680951938033104, -0.007866908796131611, 0.07463152706623077, -0.029652543365955353, 0.010762683115899565, -0.027402915060520172, 0.018849404528737068, -0.02183995023369789, -0.011604595929384232, 0.015358124859631062, 0.03867821395397186, 0.01200037356466055, -0.04712223634123802, 0.002213133964687586, 0.02719922550022602, -0.01210702769458294, -0.008459868840873241, 0.014312523417174816, 0.00389724294655025, 0.05424455180764198, -0.027672234922647476, 0.037763770669698715, 0.007916699163615704, -0.03256755322217941, -0.014685952104628086, 0.013047389686107635, -0.013696931302547457, 0.007997325621545315, -0.06950762122869492, 0.05438034608960152, -0.002198705915361643, 0.04456707835197449, -0.010023179464042188, -0.04415517672896385, -0.03234802186489105, 0.02901431731879711, 0.03432153910398483, 0.03508876636624336, -0.014722163788974283, -0.02413710579276085, 0.020396023988723755, 0.010618967935442924, -0.033441152423620224, -0.03782271966338158, 0.022373590618371964, 0.02136467769742012, -0.0046350485645234585, 0.03922590985894203, 0.08522333204746246, -0.03103083558380604, 0.05888865515589714, 0.0511077456176281, -0.04777630791068077, -0.04138953611254692, 0.04395601153373718, 0.02335403673350811, 0.013794248923659325, 0.00770622119307518, 0.0008622819441370666, -0.11435534060001372, -0.02897357940673828, -0.03223486244678497, -0.043729692697525024, -0.023437773808836937, -0.007441991474479437, 0.014872102066874504, 0.04473003000020981, -0.007627008948475123, 0.008143019862473011, 0.025832246989011765, -0.036669619381427765, -0.013925515115261078, 0.05083701014518738, 0.0012719224905595183, -0.012959125451743604, -0.002670584712177515, 0.009797424077987673, -0.024098630994558334, -0.06409289687871933, 0.0655243769288063, 0.029747597873210907, -0.011330747045576572, -0.0062538073398172855, 0.03680427744984627, -0.017243942245841026, -0.02045034058392048, 0.03957444429397583, -0.014554685913026333, -0.007590797264128923, 0.07936615496873856, -0.027063433080911636, -0.050510261207818985, 0.0014461894752457738, -0.005599174648523331, 0.04845074564218521, -0.0513770692050457, 0.034631598740816116, 0.00039379808004014194, 0.03545993193984032, 0.027308989316225052, -0.06089385971426964, -0.026001987978816032, 0.005228008609265089, -0.034310221672058105, 0.02310281991958618, -0.0053864335641264915, 0.010650654323399069, 0.02846209518611431, -0.0008962301071733236, 0.004379305988550186, 0.017406892031431198, 0.03641896694898605, 0.01816902868449688, -0.044358864426612854, -0.004022851120680571, -0.01310849655419588, -0.008302010595798492, -0.055799372494220734, 0.021110067144036293, 4.073773015988991e-05, 0.00044358865125104785, 0.02708606608211994, 0.042267657816410065, -0.0075477962382137775, 0.019852854311466217, 0.04200739040970802, -0.02519402466714382, -0.05532183870673179, 0.008844614028930664, -0.016510097309947014, -0.03316051512956619, 0.053705912083387375, 0.02895321138203144, -0.038718950003385544, -0.022735614329576492, 0.05346374586224556, -0.005302695091813803, -0.022702232003211975, 0.039162538945674896, -0.019975068047642708, 0.059929728507995605, -0.010689128190279009, 0.007147208787500858, 0.025490503758192062, -0.0233449824154377, 0.007350897416472435, -0.02670810930430889, 0.002109592081978917, -0.0180592630058527, -0.034708548337221146, 0.026418419554829597, -0.0622178353369236, 0.02519402466714382, -0.019997699186205864, 0.028285564854741096, 0.004005876835435629, 0.0312865786254406, 0.00850881077349186, 0.0022230353206396103, 0.07156148552894592, -0.009100498631596564, 0.04649533331394195, 0.02627357468008995, -0.06121522933244705, -0.011366958729922771, 0.04501066729426384, 0.03494052588939667, 0.004784420132637024, 0.008858193643391132, -0.006754542235285044, 0.07799012213945389, 0.032211098819971085, -0.011641938239336014, 0.017216218635439873, -0.010394911281764507, -0.053710438311100006, 0.009515655227005482, -0.04172448813915253, -0.06356896460056305, 0.004390268586575985, -0.04810673743486405, 0.020323602482676503, -0.005848127882927656, -0.016856368631124496, -0.03893622010946274, 0.00316226645372808, 0.03264365345239639, -0.027461756020784375, -0.043372102081775665, 0.001403188449330628, 0.022930817678570747, 0.012312696315348148, -0.004921627230942249, 0.0015344546409323812, -0.02246120013296604, -0.008120954036712646, -0.012653455138206482, -0.0022224695421755314, -0.03181164339184761, -0.006581972818821669, -0.03972943872213363, 0.035143084824085236, 0.021464258432388306, 0.01541074365377426, 0.0007083839154802263, 0.04171091318130493, 0.029607277363538746, 0.04891243577003479, 0.0031458581797778606, 0.006174029782414436, -0.04410538077354431, -0.04624156653881073, 0.004293303936719894, -0.020441288128495216, -0.01953968405723572, 0.015905821695923805, 0.012741857208311558, -0.0063596125692129135, -0.04476850479841232, 0.026538370177149773, -0.04391980171203613, -0.0703766942024231, -0.0026954798959195614, -0.005092216655611992, -0.04597026854753494, -0.017159638926386833, -0.04120169207453728, -0.02049560472369194, -0.00032929665758274496, -0.014735743403434752, -0.06479109823703766, 0.01813281700015068, -0.040104035288095474, 0.005083163734525442, 0.04705434292554855, -0.03855110332369805, -0.012660381384193896, 0.015901295468211174, -0.005934412591159344, -0.07162598520517349, -0.010413017123937609, 0.029562579467892647, 0.017772966995835304, -0.05163733661174774, 0.008862719871103764, -0.02150711789727211, -0.03395489975810051, 0.0032194124069064856, 0.06818591058254242, 0.03601045534014702, -0.024510536342859268, 0.0042389873415231705, -0.029865143820643425, -0.0027483825106173754, -0.011467671021819116, 0.032535869628190994, 0.01008937880396843, 0.00867260992527008, -0.008044570684432983, 0.002537621185183525, 0.018367059528827667, -0.0420549213886261, 0.024942807853221893, 0.07103755325078964, 0.025175917893648148, 0.05178218334913254, 0.02089732512831688, 0.02715396136045456, -0.010856889188289642, 0.010900738649070265, -0.015794677659869194, -0.012901979498565195, 0.04582994803786278, 0.03488055244088173, -0.03539203479886055, 0.015508062206208706, 0.005662544630467892, -0.03883890062570572, -0.013375556096434591, 0.010437912307679651, 0.007617956027388573, -0.014400788582861423, -0.05176860466599464, -0.035893335938453674, -0.008364814333617687, -0.0581805519759655, 0.024035261943936348, 0.047884657979011536, 0.0108588682487607, -0.04579487070441246, -0.01698763482272625, -0.015199700370430946, -0.005501857027411461, 0.02223374880850315, -0.04962421581149101, 0.024128053337335587, 0.03617963194847107, -0.020841876044869423, 0.04289230704307556, -0.04085768386721611, -0.011741519905626774, -0.01924178935587406, -0.015661396086215973, -0.058273062109947205, -0.04037109389901161, 0.0571686178445816, 0.019010940566658977, -0.0023311034310609102, 0.04962760955095291, 0.006110659800469875, 0.04084184020757675, 0.006215898785740137, 0.02532642148435116, 0.032934192568063736, -0.005549384746700525, -0.015213279984891416, -0.052515462040901184, -0.010469596832990646, -0.014907747507095335, 0.009464732371270657, -0.018834412097930908, -0.01561556477099657, 0.00020821507496293631, -0.0022518914192914963, -0.06673745810985565, -0.013692404143512247, 0.02896905317902565, 0.006961625535041094, -0.01444548647850752, 0.020100675523281097, 0.026365233585238457, 0.025547083467245105, 0.023688990622758865, 0.0010659706313163042, -0.004735761322081089, 0.030526138842105865, 0.02473006583750248, 0.012085526250302792, -0.026343733072280884, -0.03204701468348503, -0.007389371749013662, 0.003484914777800441, -0.01213984377682209, -0.01091318577528, -0.03488960489630699, -0.011053505353629587, -0.03514761105179787, 0.002498580841347575, -0.014609003439545631, -0.062410205602645874, -0.02989244274795055, -0.025458820164203644, -0.004191459622234106, 0.07944762706756592, -0.03823462501168251, -0.03758734837174416, 0.028301972895860672, -0.01637430489063263, 0.02963669970631599, 0.039373017847537994, -5.431697718449868e-05, -0.010931291617453098, -0.003716186387464404, 0.004978490527719259, 0.0440567247569561, -0.0007457268075086176, -0.02722185850143433, -0.009863057173788548, -0.04154343158006668, -0.003829346736893058, 0.011018354445695875, 0.008137362077832222, -0.036116261035203934, -0.007742432411760092, 0.014794586226344109, 0.029175005853176117, -0.020047491416335102, -0.014478868804872036, 0.010630285367369652, 0.013054179958999155, 0.0245159100741148, -0.0006653829477727413, -0.028077350929379463, 0.015258543193340302, 0.0032884401734918356, -0.015779081732034683, 0.002351472387090326, 0.019757799804210663, -0.03396621346473694, -0.00954507663846016, -0.04091878980398178, 0.008595661260187626, 0.0262079406529665, -0.034667808562517166, -0.01086113229393959, -0.00942173134535551, 0.0006110660033300519, -0.031784482300281525, -0.005865525919944048, 0.05848127603530884, 0.03170301020145416, -0.0025710035115480423, 0.03950654715299606, -0.02778765745460987, 0.07893161475658417, -0.017542120069265366, -0.035849202424287796, 0.055285628885030746, 0.045264143496751785, -0.012404639273881912, -0.02604498900473118, 0.00967294815927744, 0.010745707899332048, -0.018223345279693604, 0.024066945537924767, 0.010007902979850767, 0.011748027056455612, -0.002343551255762577, 0.0300734993070364, 0.0135837709531188, -0.013565665110945702, 0.0011089715408161285, 0.022161325439810753, -0.005897917784750462, -0.001462031970731914, -0.04528225213289261, 0.009668421000242232, -0.02135222963988781, -0.0024442640133202076, 0.012157950550317764, -0.014448314905166626, -0.020092755556106567, 0.018268609419465065, 0.010299855843186378, 0.0696072056889534, 0.04647722467780113, 0.0045580994337797165, 0.01400755625218153, 0.07021374255418777, 0.035803940147161484, -0.03187501057982445, 0.005340603645890951, 0.03778311610221863, -0.016901632770895958, -0.005739493761211634, -0.04367198050022125, 0.028760839253664017, -0.0035849204286932945, -0.018866095691919327, -0.033051878213882446, -0.0015208752593025563, 0.02063139900565147, -0.021383631974458694, -0.008041175082325935, 0.02945436909794807, 0.021700764074921608, 0.05027714744210243, 0.04854127019643784, -0.004787815269082785, 0.007230947259813547, -0.05458856001496315, -0.09212158620357512, -0.01789744384586811, 0.008645452558994293, 0.007391069550067186, 0.01610894314944744, 0.0097051989287138, -0.01895209774374962, -0.00492473877966404, 0.02684164047241211, -0.010456017218530178, 0.01410317700356245, -0.000731015985365957, 0.021034248173236847, 0.026615317910909653, 0.030204765498638153, -0.0156432893127203, -0.029566539451479912, -0.014470947906374931, -0.011168504133820534, -0.0009743107366375624, -0.08666273206472397, -0.06323090195655823, 0.01819392293691635, 0.012809754349291325, -0.03602573275566101, -0.018463244661688805, -0.037700507789850235, 0.0044545577839016914, 0.024696119129657745, 0.030278319492936134, 0.015477508306503296, 0.019762326031923298, -0.044526342302560806, -0.03530377149581909, 0.01881404221057892, 0.06972488760948181, -0.031359001994132996, -0.025121601298451424, 0.00036890277988277376, 0.009156936779618263, -0.005606672260910273, -0.03199722617864609, -0.011379406787455082, -0.015250056982040404, 0.046912893652915955, -0.008618293330073357, -0.017318062484264374, -0.039000436663627625, -0.0068597812205553055, 0.04402390867471695, 0.02878573350608349, 0.0009369678446091712, -0.0232380460947752, -0.057306669652462006, 0.011871653608977796, 0.03254492208361626, 0.00892835296690464, -0.03515666350722313, 0.021226055920124057, -0.012037999927997587, -0.021351097151637077, 0.025483714416623116, 0.030635906383395195, 0.0004846092488151044, 0.01266717165708542, -0.022908182814717293, -0.07857856154441833, 0.04475266113877296, -0.05486467480659485, -0.002396736526861787, -0.034622546285390854, -0.013601875863969326, -0.07716631144285202, -0.004268409218639135, 0.01523138489574194, 0.020749084651470184, -0.0024799094535410404, -0.07336186617612839, 0.017193585634231567, 0.02129310369491577, -0.027253542095422745, -0.011902772821485996, 0.017122860997915268, -0.039633288979530334, -0.04248492792248726, 0.032666001468896866, -0.03658248484134674, -0.06192135065793991, -0.0435078963637352, -0.042276713997125626, -0.0037976617459207778, 0.014792323112487791, 0.004580731503665447, 0.011194954626262188, -0.025800563395023342, -0.04048877954483032, 0.017453854903578758, -0.056344807147979736, 0.010555598884820938, 0.05736777558922768, -0.04111795127391815, 0.030177606269717216, -0.007645078934729099, -0.0563538633286953, 0.01076155062764883, -0.03305856138467789, 0.03854864463210106, 0.014498671516776083, -0.00054203812032938, -0.014222241938114166, -0.03368784114718437, 0.0021839949768036604, -0.02412126213312149, -0.0037048703525215383, 0.015869610011577606, -0.018436653539538383, 9.05282940948382e-05, -0.0019429634558036923, 0.009184095077216623, -0.005302695091813803, -0.054849617183208466, -0.038089778274297714, -0.01545657403767109, -0.004705207888036966, 0.02016376331448555, 0.04589331895112991, -0.010845289565622808, 0.006459193769842386, -0.01576097495853901, 0.031439345329999924, 0.0361219197511673, 0.03640142455697059, 0.0484778992831707, 0.020165177062153816, -0.007990253157913685, 0.016162695363163948, -0.03199269622564316, 0.04754545912146568, -0.010623741894960403, 0.004743682686239481, -0.014648502692580225, 0.03212849050760269, 0.018356308341026303, 0.006368665024638176, 0.04545199126005173, 0.0017200375441461802, -0.00902114436030388, 0.007080656010657549, 0.01461013499647379, 0.03526756167411804, -0.00933799333870411, 0.005218956153839827, -0.009944532997906208, 0.01879367418587208, -0.014231047593057156, 0.02074003219604492, -0.02402620948851109, 0.003358599497005343, -0.04684839025139809, -0.02081245370209217, 0.017604075372219086, -0.03710528463125229, -0.005259694065898657, -0.03134768456220627, 0.027479862794280052, 0.0378408282995224, 0.01951337419450283, 0.020880350843071938, 0.05822779983282089, 0.039657048881053925, -0.0022564176470041275, 0.055358052253723145, -0.030132342129945755, 0.005033373367041349, -0.005796073470264673, -0.028670309111475945, 0.003682238049805164, -0.04772311821579933, -0.020074648782610893, 0.01436952780932188, -0.0336301289498806, 0.017603226006031036, 0.015240438282489777, -0.03081583045423031, 0.004195986315608025, 0.070304274559021, -0.07787244021892548, 0.04173354431986809, -0.011936155147850512, -0.0411541610956192, 0.0043906220234930515, -0.009275967255234718, 0.02963443659245968, 0.0032544920686632395, -0.039234962314367294, -0.04193270578980446, -0.009165494702756403, -0.05270557478070259, -0.004285948816686869, 0.062235936522483826, 0.008145282976329327, -0.047568656504154205, -0.028423620387911797, -0.014830020256340504, 0.018988309428095818, -0.052495092153549194, -0.03965139016509056, 0.07937520742416382, -0.011478987522423267, -0.031282052397727966, 0.09218721836805344, 0.0012764489511027932, 0.028077350929379463, 0.016450688242912292, -0.04450370743870735, -0.033441152423620224, -0.02339930087327957, 0.005229706410318613, -0.031395211815834045, 0.01432610210031271, 0.00979289785027504, 0.036754485219717026, 0.044526342302560806, -0.003840662771835923, 0.0070122648030519485, -0.04332683980464935, 0.013407240621745586, -0.005042425822466612, -0.08498796075582504, -0.05422644689679146, -0.018277661874890327, 0.00971425138413906, 0.000425482983700931, -0.013381213881075382, -0.00209403270855546, -0.06858423352241516, 0.053194426000118256, 0.010867921635508536, 0.016648152843117714, -0.0032137541566044092, -0.015687987208366394, 0.004761788062751293, 0.030827147886157036, 0.05290473252534866, 0.03869631886482239, 0.039044853299856186, 0.025927303358912468, -0.02567948028445244, 0.006047289818525314, -0.027330493554472923, 0.02235143631696701, -0.009390046820044518, 0.010469596832990646, -0.015208753757178783, 0.0092859398573637, -0.007369002792984247, 0.031594373285770416, 0.014808165840804575, 0.047948312014341354, -0.05859896540641785, 0.041500434279441833, -0.015041275881230831, -0.0002127414918504655, -0.03330535814166069, -0.020012976601719856, -0.003232849994674325, 0.011387327685952188, -0.03640453889966011, 0.01452526357024908, 0.02340099774301052, 0.0022268544416874647, 0.06974299997091293, 0.01794525422155857, 0.018513036891818047, 0.013967383652925491, -0.01671491749584675, 0.045463308691978455, 0.009127515368163586, -0.02384062670171261, -0.05060531198978424, -0.01899283565580845, 0.009743107482790949, -0.01984267123043537, 0.010959581471979618, -0.03902674838900566, 0.0215468667447567, 0.010569178499281406, 0.07044912129640579, 0.029313061386346817, -0.021120252087712288, -0.009721606969833374, 0.042041338980197906, -0.006029184442013502, -0.0028629573062062263, 0.015265333466231825, 0.007640588097274304, -0.008064373396337032, -0.02188068814575672, -0.001750590861774981, 0.013099443167448044, -0.007559112273156643, -0.06595438718795776, -0.025049179792404175, 0.01928931660950184, 0.045345619320869446, 0.02419029176235199, 0.03428306430578232, 0.009607315063476562, -0.04884680360555649, -0.005026583094149828, 0.015032223425805569, 0.04269314184784889, -0.005314010661095381, 0.018472298979759216, 0.015439600683748722, 0.026149097830057144, 0.017942707985639572, -0.002740744035691023, 0.009393441490828993, -0.03849093243479729, 0.07279832661151886, 0.022044772282242775, 0.003915349021553993, -0.060328055173158646, 0.031862564384937286, 0.012848228216171265, -0.021984796971082687, 0.026832586154341698, -0.01282531302422285, 0.029376430436968803, 0.028869472444057465, 0.014258205890655518, -0.009161746129393578, 0.018734829500317577, -0.01291386131197214], [-0.033689338713884354, -0.05445707216858864, -0.02453012019395828, -0.01357713621109724, 0.03099294938147068, 0.01584618166089058, 0.012820422649383543, -0.03299262374639511, 0.042639944702386856, 0.027008449658751488, -0.01425292156636715, -0.006377088837325573, -0.05858064070343971, -0.04300180450081825, -0.059812042862176895, 0.023724040016531944, 0.0006119871977716684, -0.031133370473980904, 0.03477896377444267, 0.04161648079752922, 0.010252389125525951, -0.010014581494033337, 0.014574273489415646, 0.003505171043798327, -0.04895762354135513, 0.04660959169268608, -0.013217979110777378, -0.015667952597141266, 0.006847978103905916, 0.036566656082868576, -0.002149550011381507, -0.00907482858747244, 0.010993490926921368, -0.029825683683156967, 0.026729291304945942, 0.017816152423620224, -0.0033053383231163025, 0.043714720755815506, -0.0323890745639801, -0.018021386116743088, -0.047884199768304825, 0.04061461612582207, 0.0006872619851492345, 0.013463042676448822, 0.03656800836324692, 0.02568928524851799, -0.009547869674861433, 0.02484674751758575, -0.0014609378995373843, -0.055818092077970505, 0.014572924003005028, 0.03057432360947132, 0.02954281121492386, -0.011212902143597605, -0.012372064404189588, 0.03538386523723602, 0.03756852075457573, -0.016543231904506683, 0.07645417749881744, 0.025370631366968155, -0.003931840416043997, -0.0005156996194273233, -0.01868434250354767, -0.026839671656489372, 0.04202829673886299, 0.039121273905038834, -0.014220517128705978, 0.0624665729701519, 0.032070424407720566, -0.05869406089186669, 0.018447717651724815, -0.016949480399489403, -0.02020435407757759, -0.007146208081394434, 0.021517779678106308, -0.013292915187776089, -0.05230752378702164, 0.03064560517668724, -0.03720125928521156, -0.032881904393434525, -0.008029757998883724, 0.014661701396107674, -0.03093354031443596, -0.04126137122511864, -0.025845909491181377, -0.01115281693637371, -0.01044935267418623, -0.03277388587594032, 0.06262724846601486, -0.0008465878781862557, -0.025349028408527374, -0.005375310312956572, -0.01791471801698208, -0.011597038246691229, -0.002536050509661436, 0.04430881887674332, 0.02973859570920467, 0.049569271504879, 0.013288864865899086, 0.03102535381913185, 0.05745995789766312, -0.014439252205193044, -0.011015093885362148, -0.06488076597452164, -0.05724932625889778, 0.03734978288412094, 0.06887201964855194, -0.027215031906962395, -0.0029843023512512445, -0.029168125241994854, -0.01039264351129532, 0.02021709643304348, 0.004816202912479639, -0.05361048132181168, -0.0003323228738736361, 0.0018639785703271627, 0.011120411567389963, 0.01754205860197544, -0.051332663744688034, -0.030242225155234337, -0.05717911198735237, -0.016474034637212753, 0.00989643670618534, -0.02354564145207405, 0.00021265963732730597, -0.01734796352684498, -0.0038764814380556345, 0.041169553995132446, -0.030453156679868695, -0.002477653557434678, -0.003772514406591654, -0.023601844906806942, 0.025444895029067993, -0.03471820428967476, -0.035829100757837296, 0.02890247106552124, -0.03276173770427704, 0.03622639924287796, 0.0024020413402467966, 0.01670188456773758, -0.0023196779657155275, 0.015216978266835213, 0.0262704286724329, 0.03037184663116932, -0.006036833859980106, -0.03355735167860985, -0.03388376906514168, -0.04004927352070808, -0.00999040435999632, 0.00014042288239579648, -0.0020283679477870464, -0.01605546474456787, 0.010146059095859528, 0.02331762388348579, -0.0037174930330365896, 0.01858307607471943, 0.021076932549476624, 0.013281396590173244, -0.0298965685069561, 0.023613322526216507, 0.02521107532083988, 0.02324538491666317, 0.048456694930791855, -0.018287379294633865, -0.02316977456212044, -0.015770569443702698, 0.017586614936590195, -0.021167397499084473, 0.006638137623667717, 0.03466149792075157, 0.042623747140169144, 0.005113620776683092, 0.006238016299903393, 0.04050389677286148, -0.05697118118405342, 0.006364578381180763, -0.0036698977928608656, -0.022879475727677345, -0.019073206931352615, 0.03502470627427101, -0.018117250874638557, 0.002409805078059435, 0.012253920547664164, -0.012016956694424152, -0.025708189234137535, -0.015163645148277284, -0.03222164884209633, 0.03551078587770462, -0.047033559530973434, 0.040938667953014374, 0.034117355942726135, -0.01392751932144165, 0.004149226006120443, -0.003953443840146065, -0.01477950718253851, 0.02838972397148609, 0.0028428882360458374, -0.007458615116775036, -0.01088547334074974, 0.008192797191441059, -0.026804903522133827, 0.023805053904652596, 0.05478382483124733, 0.004194458480924368, -0.04450324922800064, -0.06556127965450287, 0.05569927394390106, -0.056925274431705475, 0.0559639148414135, 0.012014257721602917, 0.004023655317723751, 0.05432474613189697, 0.00878183078020811, 0.01662154495716095, 0.03215818852186203, 0.012392234057188034, 0.06102994084358215, -0.027090812101960186, 0.06815910339355469, 0.04238070547580719, -0.03739164024591446, -0.027765924111008644, 0.01861075684428215, -0.013533929362893105, -0.03599703311920166, 0.051236119121313095, 0.007438572123646736, 0.045885875821113586, -0.03739839047193527, -0.04578595981001854, 0.10526315122842787, -0.0253895353525877, 0.01830087974667549, -0.04040803015232086, -0.019105611369013783, 0.006998865399509668, 0.0057700807228684425, 0.014001780189573765, 0.032032616436481476, -0.004290998913347721, -0.05459749326109886, -0.003613188397139311, 0.04882935434579849, 0.010145552456378937, -0.02416893839836121, 0.00843111053109169, 0.017420537769794464, 0.04284517839550972, -0.020324185490608215, 0.020787648856639866, 0.002298580715432763, -0.018499363213777546, -0.043730251491069794, 0.0020237264689058065, -0.009683777578175068, -0.01698576658964157, -0.046538032591342926, 0.029108885675668716, -0.0013691229978576305, 0.04261775314807892, 0.0015412759967148304, -0.0377548485994339, -0.04288973659276962, -0.0018131568795070052, 0.042426612228155136, 0.041484154760837555, -0.02165887877345085, -0.014739001169800758, 0.02454969845712185, -0.014179334044456482, -0.046371955424547195, -0.03985309228301048, 0.02770921215415001, -0.0015044825850054622, -0.017190326005220413, 0.03215143829584122, 0.0823742151260376, -0.04194863140583038, 0.05512138083577156, 0.058437518775463104, -0.05695497617125511, -0.04523506760597229, 0.03207936882972717, 0.02007102034986019, 0.011547419242560863, 0.011549106799066068, 0.01845223270356655, -0.10746670514345168, -0.002799681155011058, -0.03335583209991455, -0.04974817857146263, -0.008249844424426556, 0.009471582248806952, -0.018282990902662277, 0.059973396360874176, -0.009377614594995975, 0.014463556930422785, 0.01510035339742899, -0.05609893798828125, -0.031225185841321945, 0.030242731794714928, 0.01178066898137331, -0.0182249303907156, 0.006541815586388111, 0.014275874942541122, -0.042062051594257355, -0.0526173934340477, 0.06410304456949234, 0.032128483057022095, -0.019799625501036644, -0.016644835472106934, 0.022574326023459435, -0.017764844000339508, -0.0152642372995615, 0.03337676078081131, 0.00022751206415705383, -0.0021596767473965883, 0.06043761596083641, -0.042677752673625946, -0.024723876267671585, -0.009295589290559292, -0.0041883825324475765, 0.02726094052195549, -0.05621775984764099, 0.049553073942661285, 0.025778399780392647, 0.02399475686252117, 0.01787353679537773, -0.061597030609846115, -0.02186698094010353, 0.013712158426642418, -0.03940751776099205, -0.0019730087369680405, -0.016762981191277504, 0.02210175059735775, 0.013880260288715364, -0.009447488933801653, 0.03333963081240654, 0.011670625768601894, 0.024873750284314156, -0.008293051272630692, -0.04697145149111748, -0.006604684982448816, -0.01623234525322914, 0.017483998090028763, -0.07005751132965088, 0.021319296211004257, -0.01839269697666168, -0.007383045274764299, 0.02361939661204815, 0.034292884171009064, -0.003941291943192482, 0.008167311549186707, 0.04369311407208443, -0.021611619740724564, -0.04258188232779503, -0.006921902298927307, -0.029101291671395305, -0.03746463730931282, 0.053919680416584015, 0.027846936136484143, -0.03583146259188652, -0.04437632858753204, 0.04734478518366814, -0.017327962443232536, -0.014423049986362456, 0.04197563976049423, -0.03616800531744957, 0.07992222160100937, -0.02171153761446476, 0.010002429597079754, 0.011089693754911424, -0.02270057424902916, 0.019351352006196976, -0.01551807764917612, 0.01592719554901123, -0.03300342708826065, -0.05014278367161751, 0.018301555886864666, -0.08369473367929459, 0.02392986416816711, -0.03432934358716011, 0.023088760673999783, -0.006398691795766354, 0.026268528774380684, 0.022633736953139305, -0.023920496925711632, 0.07265263050794601, -0.02061515673995018, 0.02363155037164688, 0.00898436363786459, -0.03614538535475731, -0.018794724717736244, 0.039971910417079926, 0.018784260377287865, -0.02595190331339836, -0.005595311522483826, 0.01062656845897436, 0.06377730518579483, 0.008560225367546082, -0.015177822671830654, 0.0352623425424099, -0.030138259753584865, -0.0250735841691494, 0.016378168016672134, -0.05417082458734512, -0.04655558615922928, 0.0081742312759161, -0.05669303238391876, 0.026647940278053284, 0.008050348609685898, -0.014952842146158218, -0.05305824428796768, 0.009496446698904036, 0.04513245075941086, -0.028123056516051292, -0.04975762963294983, 0.01170775666832924, 0.03954524174332619, 0.014289715327322485, 0.010300828143954275, 0.036385051906108856, -0.02458480559289455, 0.0011166319018229842, -0.00901119876652956, -0.0019071856513619425, -0.013768867589533327, -0.008140475489199162, -0.04161648079752922, 0.017147794365882874, 0.019350001588463783, 0.026621948927640915, -0.007975748740136623, 0.034539807587862015, 0.010282600298523905, 0.0064905076287686825, 0.01651453971862793, 0.012276200577616692, -0.03951418772339821, -0.0402662567794323, 0.003764413297176361, -0.023692309856414795, 0.003183818655088544, -0.0018842319259420035, 0.004686951171606779, -0.0132139278575778, -0.032497093081474304, 0.030271930620074272, -0.03705543652176857, -0.07542712986469269, -0.00014481108519248664, -0.03230266273021698, -0.025991734117269516, -0.008741323836147785, -0.029407789930701256, -0.012864896096289158, 0.013099833391606808, -0.019342659041285515, -0.03807147964835167, 0.0266722459346056, -0.04636925086379051, -0.005498095881193876, 0.032711103558540344, -0.03530015051364899, -0.016458505764603615, 0.002240014960989356, 0.005299612879753113, -0.08128324151039124, -0.011533072218298912, 0.01400718092918396, 0.02940509095788002, -0.05292322114109993, -0.008945375680923462, -0.015890737995505333, -0.02375306934118271, 0.0019497176399454472, 0.04603169858455658, 0.03256595507264137, -0.006063837558031082, -0.03923739120364189, -0.03405794873833656, 0.016995219513773918, -0.028524747118353844, 0.004998514428734779, 0.01912451535463333, 0.0066420696675777435, -0.013616629876196384, 0.015260186046361923, 0.022113902494311333, -0.04376468062400818, 0.016867781057953835, 0.068175308406353, 0.017746783792972565, 0.0472928024828434, -0.00552020501345396, 0.0092895133420825, -0.017080282792448997, 0.017245303839445114, -0.004433447029441595, -0.004613026510924101, 0.04137073829770088, 0.03076206147670746, -0.02798195742070675, 0.01301274448633194, -0.009855255484580994, -0.02925681695342064, 0.029926273971796036, 0.0009120735339820384, 0.022103268653154373, -0.01992654614150524, -0.05955279991030693, -0.08033335953950882, -0.002739934017881751, -0.04806512966752052, 0.025422953069210052, 0.015215628780424597, 0.0076773506589233875, -0.06024681404232979, -0.014460855163633823, -0.017490748316049576, -0.016927707940340042, 0.028077824041247368, -0.034576430916786194, 0.037325479090213776, 0.02461155503988266, -0.010479395277798176, 0.036384377628564835, -0.0291377454996109, -0.0113398227840662, -0.017336824908852577, -0.004224838223308325, -0.0466419979929924, -0.041922979056835175, 0.05294245854020119, 0.0019192531472072003, -0.00019308146147523075, 0.0316491536796093, -0.006251518148928881, 0.03484377637505531, 0.008635036647319794, 0.011634170077741146, 0.020201990380883217, -0.007385702803730965, -0.014494611881673336, -0.05437875911593437, 0.0009924116311594844, -0.002684912411496043, 0.029113441705703735, 0.016860196366906166, -0.016469983384013176, 0.001244565239176154, -0.03913072496652603, -0.06758660823106766, -0.043109823018312454, 0.04326644539833069, 0.005954047664999962, -0.036758389323949814, 0.007319542113691568, 0.02187626250088215, 0.007334394846111536, 0.006095568183809519, -0.000649455760139972, -0.02836812101304531, 0.027395961806178093, 0.01580871269106865, 0.0200426634401083, -0.015965845435857773, -0.07797958701848984, -0.014815288595855236, 0.01375401485711336, -0.025300420820713043, -0.04253192991018295, -0.04691204056143761, -0.02770786359906197, -0.02107507549226284, -0.00876765325665474, 0.014609379693865776, -0.05935566872358322, -0.024895355105400085, -0.039033591747283936, -0.000139072653837502, 0.0377008430659771, -0.0415746234357357, -0.02699359878897667, 0.0022886227816343307, 0.002303475048393011, 0.017170241102576256, 0.02505265548825264, 0.023210028186440468, -0.013820852153003216, -0.01039264351129532, 0.016378168016672134, 0.02343272790312767, 0.01766897924244404, -0.025610972195863724, -0.0170073714107275, -0.05622585862874985, 0.024916959926486015, 0.011809023097157478, -0.0017242308240383863, -0.01176210306584835, -0.042955897748470306, 0.00730604026466608, 0.009452552534639835, 0.007898787036538124, 0.006298269610852003, -0.002654532436281442, 0.01423829048871994, 0.011536278761923311, 0.0026140257250517607, -0.028361454606056213, 0.00229621771723032, -0.001261443016119301, -0.0069786119274795055, 0.005360035691410303, 0.019282206892967224, -0.050583966076374054, -0.003008121158927679, -0.058502331376075745, 0.009412383660674095, 0.04313952848315239, -0.038667596876621246, -0.0011044798884540796, 0.012129025533795357, 0.006324429996311665, -0.01554373186081648, -0.003694201586768031, 0.028975719586014748, 0.01755758561193943, -0.023280492052435875, 0.04188989847898483, -0.04642730951309204, 0.0747859850525856, 0.007283761631697416, -0.04267505183815956, 0.05066024884581566, 0.019083334133028984, -0.030072100460529327, -0.02175727486610413, 0.02946450002491474, 0.011075516231358051, 0.00720544857904315, 0.005260456819087267, 0.008798539638519287, -0.0008020306122489274, -0.0031149573624134064, 0.04015554115176201, 0.006334556732326746, -0.02961302362382412, 0.006498608738183975, 0.024611808359622955, 0.006475654896348715, -0.07089194655418396, -0.04686343297362328, 0.02677486091852188, -0.018599364906549457, 0.004851424600929022, -0.017612522467970848, 0.002605924615636468, -0.028798166662454605, 0.04333125427365303, -0.020931342616677284, 0.06302826851606369, 0.06121356785297394, 0.004297834355384111, -0.022913232445716854, 0.0782371461391449, 0.04662579298019409, -0.03956684470176697, -0.009540654718875883, 0.03984228894114494, -0.0015048201894387605, -0.02298817038536072, -0.04868623241782189, 0.0212524626404047, 0.007239879574626684, -0.022089596837759014, -0.03967486321926117, -0.01916772313416004, 0.03300241380929947, 0.010204962454736233, 0.001211147289723158, 0.025300420820713043, 0.02466784417629242, 0.05219275131821632, 0.01155636366456747, 0.00649995869025588, 0.021766558289527893, -0.035716019570827484, -0.04929922893643379, -0.012327508069574831, 0.012407170608639715, 0.02666684240102768, -0.0040864404290914536, 0.02536793239414692, 0.0069833374582231045, 0.0040290565229952335, 0.016592852771282196, -0.022937703877687458, 0.034903187304735184, -0.005992613732814789, 0.02201533690094948, 0.04751896858215332, 0.021031510084867477, 0.02027220278978348, -0.046841830015182495, 0.008214738219976425, -0.0032364772632718086, -0.013213252648711205, -0.0631173774600029, -0.060187406837940216, 0.021579889580607418, 0.04564148560166359, -0.001107180374674499, -0.011323281563818456, -0.026585830375552177, -0.016515890136361122, 0.006034639663994312, 0.052696384489536285, 0.028141284361481667, 0.018176153302192688, -0.04656495153903961, -0.04771137237548828, -0.0003902135649695993, 0.08618724346160889, -0.03119008056819439, -0.017271338030695915, -0.01776045560836792, 0.010264371521770954, -0.008914152160286903, -0.024029189720749855, 0.008700817823410034, -0.0016199263045564294, 0.03394722938537598, -0.009592384099960327, -0.019232532009482384, -0.01472929585725069, -0.016511164605617523, 0.020400473847985268, 0.00945795327425003, 0.02754921093583107, -0.004573195241391659, -0.037560418248176575, 0.01794518157839775, 0.0014109797775745392, -0.020758282393217087, -0.03368258476257324, 0.030990246683359143, -0.003370824037119746, -0.0067291585728526115, 0.013793171383440496, 0.0381707176566124, 0.016051415354013443, -0.003351920982822776, -0.02345466986298561, -0.07037346810102463, 0.07239609211683273, -0.06563689559698105, 0.013189961202442646, -0.020409924909472466, -0.022184450179338455, -0.08315194398164749, 0.009581160731613636, -0.010616610758006573, 0.024968942627310753, -0.004856741055846214, -0.07821959257125854, 0.029726441949605945, 0.016398252919316292, 0.02813858352601528, 0.004663153551518917, 0.025099914520978928, -0.039561446756124496, -0.035780828446149826, 0.02375306934118271, -0.04748925939202309, -0.07882314175367355, -0.021031025797128677, -0.017228806391358376, -0.028476139530539513, -0.011100495234131811, 0.017805011942982674, 0.002117566764354706, -0.02356133796274662, -0.01043584942817688, 0.00547041604295373, -0.043398771435022354, -0.010106395930051804, 0.027644403278827667, -0.009443438611924648, 0.01616213284432888, -0.02246495895087719, -0.05593151226639747, 0.010164455510675907, -0.047163184732198715, 0.06663605570793152, 0.010015930980443954, 0.0029762221965938807, -0.021926220506429672, -0.04931408539414406, 0.019286541268229485, -0.01594879850745201, 0.02220841683447361, 0.004363910760730505, -0.036095429211854935, 0.015990400686860085, -0.00895263347774744, 0.012409871444106102, -0.006455401424318552, -0.04296669736504555, -0.04346087947487831, 0.01745024137198925, 0.0006761226686649024, 0.004778766073286533, 0.07103236764669418, -0.012858144007623196, 0.003067699493840337, -0.01640787348151207, 0.034395504742860794, 0.025182953104376793, 0.04939104616641998, 0.03352326154708862, 0.008104019798338413, 0.008584698662161827, 0.02849132940173149, -0.031962405890226364, 0.03557019680738449, -0.0019389158114790916, 0.011910796165466309, 0.016785934567451477, 0.015658501535654068, 0.005748561583459377, 0.00636493694037199, 0.060314323753118515, -0.0028057571034878492, 0.0032506545539945364, 0.020848747342824936, 0.00769878551363945, 0.020201316103339195, 0.000651481153909117, 0.008613052777945995, -0.002406091894954443, 0.01059382501989603, -0.02793470211327076, 0.024253832176327705, -0.018357083201408383, 0.013638571836054323, -0.08254771679639816, -0.01695268601179123, 0.01231265626847744, -0.03911857306957245, -0.005994976498186588, -0.048616018146276474, -0.009758039377629755, 0.039410218596458435, 0.044441137462854385, 0.0318206325173378, 0.046922843903303146, 0.03287245333194733, 0.012733248993754389, 0.04694309830665589, -0.03483027219772339, -0.020512202754616737, -0.035251542925834656, 0.009995678439736366, -0.010186227969825268, -0.03091294690966606, 0.004782478790730238, 0.02051524259150028, -0.04668520390987396, 0.0017745265504345298, 0.007466884795576334, -0.049076445400714874, -0.005278009921312332, 0.08770488202571869, -0.07639004290103912, 0.0240703709423542, -0.002000350970774889, -0.04460451379418373, 0.015281113795936108, 0.003607112681493163, 0.037538815289735794, 0.012184384278953075, -0.017852608114480972, -0.03576276823878288, -0.011528178118169308, -0.03610488027334213, -0.005349571350961924, 0.04618832468986511, 0.00914233922958374, -0.044762492179870605, -0.022435931488871574, -0.009862681850790976, 0.05951566994190216, -0.04247656837105751, -0.02887580171227455, 0.07582294940948486, -0.027385160326957703, -0.024579403921961784, 0.06485376507043839, 0.006765952333807945, 0.04390915110707283, 0.017238005995750427, -0.0560496561229229, -0.021403687074780464, -0.016770407557487488, 0.012259996496140955, -0.027589717879891396, 0.025238310918211937, -0.0028685422148555517, 0.04349058121442795, 0.03532715514302254, 0.017323996871709824, -0.004079352132976055, -0.0543733574450016, 0.001836974173784256, -0.006640296895056963, -0.06714373826980591, -0.04657718911767006, -0.023372307419776917, -0.001473765121772885, -0.005329317878931761, 0.011669951491057873, -0.03138991445302963, -0.04461666941642761, 0.060209009796381, 0.02374260500073433, -0.003915975335985422, -0.0014143554726615548, -0.007928491570055485, 0.00648105563595891, 0.05890469253063202, 0.04683372750878334, 0.020441317930817604, 0.04182981327176094, -0.008718201890587807, -0.05077367275953293, 0.03905646130442619, -0.026842372491955757, 0.024071045219898224, -0.006325780414044857, 0.010348930023610592, -0.032924775034189224, 0.01089019887149334, 0.01019551046192646, 0.02426750212907791, 0.0007898786570876837, 0.06225324049592018, -0.03709324076771736, 0.04833719879388809, -0.011150116100907326, 0.005728477146476507, -0.0337798036634922, -0.03006703592836857, -0.012081767432391644, 0.02048967219889164, -0.028862301260232925, 0.03718370571732521, 0.023480577394366264, -0.007725114468485117, 0.08828277885913849, 0.022554747760295868, 0.04203369468450546, -0.00028557152836583555, 0.0030029313638806343, 0.05514095723628998, -0.005515311378985643, -0.013981526717543602, -0.059010013937950134, -0.02555291168391705, -0.0052928621880710125, -0.024767760187387463, 0.011771217919886112, -0.030038341879844666, 0.014198744669556618, 0.010699142701923847, 0.05363613739609718, 0.01809260994195938, -0.016640447080135345, -0.0024330962914973497, 0.034940991550683975, -0.03744902461767197, -0.00882672518491745, 0.01850341446697712, -0.0011476869694888592, -0.002995800692588091, -0.020720474421977997, -0.016305256634950638, -0.0017360453493893149, 0.005553455092012882, -0.05771920457482338, -0.008263345807790756, 0.014035535976290705, 0.03857308253645897, 0.04507574439048767, 0.03819772228598595, 0.03413086012005806, -0.05617320165038109, -0.009961922653019428, -0.024954764172434807, 0.03136628493666649, 0.03113607317209244, 0.029012512415647507, 0.015262885950505732, 0.04027976095676422, 0.009464366361498833, 0.007464015856385231, -0.01062623132020235, -0.007991951890289783, 0.062345054000616074, 0.02621046826243401, 0.010052387602627276, -0.03910372033715248, 0.04350176826119423, 0.03132442757487297, -0.00739110354334116, 0.02703680470585823, -0.01696956343948841, 0.005215899553149939, 0.018539870157837868, 0.01934375800192356, -0.004967459011822939, -0.0036010367330163717, -0.01623099483549595], [-0.042562976479530334, -0.04331231117248535, -0.038282427936792374, -0.01675572246313095, 0.014403012581169604, 0.006853970233350992, 0.02314615249633789, -0.01307142712175846, 0.031676698476076126, 0.02549552172422409, -0.02796328067779541, -0.017200805246829987, -0.05031061172485352, -0.03624049574136734, -0.043499287217855453, 0.043178483843803406, 0.008914361707866192, -0.024870147928595543, 0.03872798755764961, 0.03793743625283241, 0.003474166616797447, -0.025642555207014084, 0.03615647554397583, 0.03326670452952385, -0.047093357890844345, 0.053803157061338425, 0.006124844774603844, -0.019875749945640564, 0.009780974127352238, 0.018378671258687973, 0.009250440634787084, -0.02474205009639263, 0.0125809945166111, -0.005947575904428959, 0.028604885563254356, 0.025941716507077217, -0.009403840638697147, 0.03532900661230087, -0.016405005007982254, -0.019560039043426514, -0.0251619890332222, 0.038425005972385406, -0.018134886398911476, 0.0038618824910372496, 0.025328118354082108, 0.04659273847937584, -0.017677035182714462, 0.022752469405531883, -0.033019740134477615, -0.0631522536277771, 0.007573866285383701, 0.012065100483596323, 0.005965398158878088, -0.0006809891783632338, 0.0053677125833928585, 0.05759168043732643, 0.036436859518289566, -0.03561106324195862, 0.07115958631038666, 0.010861454531550407, -0.026175953447818756, 0.001248201704584062, -0.009710639715194702, 0.004138128831982613, 0.03855867311358452, 0.027558458968997, 0.01000423077493906, 0.04050131142139435, 0.008261936716735363, -0.05879182368516922, 0.016025323420763016, -0.02477053366601467, -0.028671083971858025, -0.03005358949303627, 0.04004429653286934, 0.006185631733387709, -0.06903617829084396, 0.0109276520088315, -0.05319719761610031, -0.02241368591785431, -0.006712664384394884, -0.00759741710498929, -0.015154097229242325, -0.0644100084900856, -0.05322265625, -0.008407698012888432, -0.024501288309693336, -0.03469249606132507, 0.042483411729335785, 0.012202746234834194, -0.03845301270484924, -0.0041869813576340675, 0.01213193405419588, -0.01260931883007288, 0.006353671196848154, 0.04287295788526535, 0.005767124239355326, 0.0504831038415432, 0.028673630207777023, 0.05348092317581177, 0.04717451333999634, -0.03121713548898697, -0.0035978888627141714, -0.03782413899898529, -0.022006794810295105, 0.020913265645504, 0.03425457328557968, -0.02840327098965645, 0.003749060444533825, -0.049129877239465714, -0.03132820501923561, 0.03492705151438713, 0.027513902634382248, -0.05966925993561745, -0.002931778086349368, -0.011561619117856026, 0.02784998156130314, 0.006427506450563669, -0.06728195399045944, -0.012075921520590782, -0.03644672408699989, -0.002274578670039773, 0.012644964270293713, -0.013889027759432793, -0.016114594414830208, -0.007342812139540911, 0.01926899328827858, 0.02406909689307213, -0.040120359510183334, -0.00402785325422883, 0.036600761115550995, -0.02675231546163559, 0.022256307303905487, -0.04261278361082077, -0.04504473879933357, 0.023915696889162064, -0.011074050329625608, 0.02747571282088757, 0.0078672980889678, -0.002878032624721527, -0.012966402806341648, 0.010874184779822826, 0.020815879106521606, 0.03689228370785713, -0.0213333647698164, -0.026313280686736107, -0.012328934855759144, -0.04805417358875275, -0.007514033932238817, 0.01352462451905012, -0.009718277491629124, -0.0014741637278348207, -0.005442184861749411, 0.007793144788593054, -0.002792302286252379, 0.013352765701711178, 0.0188274122774601, 0.033459730446338654, -0.02190113253891468, 0.012641383334994316, 0.01843595691025257, 0.005403357557952404, 0.040436387062072754, -0.03164280205965042, -0.009175969287753103, -0.007265316322445869, 0.027730636298656464, -0.009938988834619522, -0.014268708415329456, 0.03335454687476158, 0.05621681362390518, 0.009690589271485806, 0.005308516789227724, 0.03541748225688934, -0.03799726814031601, -0.02466359920799732, -0.01933141238987446, -0.026234513148665428, -0.02090180851519108, 0.0443522147834301, -0.016469450667500496, 0.008142272010445595, -0.003948925528675318, -0.007072294130921364, -0.007876846008002758, 0.009708093479275703, -0.024093283340334892, -0.00040227611316367984, -0.05894108861684799, 0.005223661661148071, 0.0496276319026947, -0.03205987811088562, 0.004086153581738472, -0.01118480321019888, -0.03631560131907463, 0.0031956923194229603, 0.03980114683508873, -0.009829031303524973, -0.02493411675095558, 0.029568089172244072, -0.01236044242978096, 0.02721346914768219, 0.029218485578894615, -0.013024961575865746, -0.039956457912921906, -0.04437703639268875, 0.06164244934916496, -0.05192480608820915, 0.030252180993556976, 0.0004054586752317846, 0.013962545432150364, 0.06952756643295288, 0.020652296021580696, 0.013430420309305193, 0.03941796720027923, 0.015851078554987907, 0.09921452403068542, -0.04481050372123718, 0.06965487450361252, 0.0206472035497427, -0.05452432483434677, -0.009326186031103134, 0.019215049222111705, -0.013173269107937813, -0.025828417390584946, 0.07094317674636841, 0.0057508936151862144, 0.035850949585437775, -0.03978969156742096, -0.014208239503204824, 0.08628058433532715, -0.019688615575432777, 0.015569103881716728, -0.04437767341732979, 0.008404435589909554, 0.012681244872510431, 0.0034346231259405613, 0.037314750254154205, 0.004116964992135763, -0.006190166808664799, -0.05735171586275101, -0.03520043194293976, 0.04246686398983002, -0.013898257166147232, 0.011897141113877296, 0.007875255309045315, -0.02074013464152813, 0.013005071319639685, -0.015077715739607813, 0.03468231111764908, 0.03831807151436806, -0.03760645166039467, -0.03901059925556183, -0.008578919805586338, -0.01297976914793253, 0.010660316795110704, -0.00040235568303614855, 0.016415348276495934, -0.018056595697999, 0.055621035397052765, -0.0029457814525812864, -0.030972713604569435, -0.04185198992490768, -0.026483310386538506, 0.025867881253361705, 0.00868521723896265, -0.004756023641675711, -0.021771283820271492, 0.045433010905981064, -0.01437707431614399, 0.005034498404711485, -0.04217788577079773, 0.04472648352384567, 0.01749582774937153, -0.013828559778630732, 0.028812389820814133, 0.08134124428033829, -0.04568872973322868, 0.062164388597011566, 0.03246215358376503, -0.05897163972258568, -0.06412994116544724, 0.003890366293489933, 0.017559677362442017, 0.026775548234581947, 0.01339429896324873, 0.006116569973528385, -0.05895509198307991, -0.013589389622211456, -0.04643360897898674, -0.01907358504831791, -0.00019349990179762244, 0.01211840845644474, 0.02148739993572235, 0.06490903347730637, -0.02160579152405262, 0.017800718545913696, -0.0128193786367774, -0.04325231909751892, -0.05016230419278145, 0.03249397873878479, -0.012301485985517502, -0.023111781105399132, -0.012633506208658218, 0.018514249473810196, -0.0449836328625679, -0.05282801762223244, 0.06916093826293945, -0.004249359481036663, -1.3685025805898476e-05, -0.02975824847817421, 0.012763354927301409, -0.0258156880736351, 0.0068012988194823265, 0.0220691729336977, -0.02258538454771042, 0.0018522522877901793, 0.08971775323152542, -0.05059003829956055, -0.0027656482998281717, 0.022190308198332787, -0.004668821580708027, -0.008037247695028782, -0.04898093640804291, 0.04833932965993881, 0.03966684266924858, 0.030364207923412323, 0.026321077719330788, -0.04950033128261566, -0.01873384602367878, 0.03642699122428894, -0.008050614036619663, 0.01566426269710064, -0.008834797888994217, 0.01341578084975481, 0.008142272010445595, -0.02719787508249283, 0.027701038867235184, 0.0050946488045156, 0.04121038690209389, 0.015043344348669052, -0.03222537040710449, -0.004699533339589834, -0.01679646037518978, 0.004814582876861095, -0.09175968915224075, 0.010298777371644974, -0.020157087594270703, -0.01379068661481142, 0.025157852098345757, 0.05351290479302406, -0.0025619640946388245, 0.014921770431101322, 0.01837739907205105, -0.02183620817959309, -0.01629600115120411, -0.018959807232022285, 0.012638598680496216, -0.001465889043174684, 0.010420351289212704, 0.030061228200793263, -0.018231000751256943, -0.058183636516332626, 0.06815843284130096, -0.015572923235595226, -0.011040633544325829, 0.051330938935279846, -0.02810458652675152, 0.06828000396490097, -0.03464030101895332, 0.02679337002336979, 0.02878820151090622, -0.02386795729398727, 0.024611404165625572, -0.0054803756065666676, 0.04731327295303345, -0.06297403573989868, -0.06998036801815033, 0.01386324968189001, -0.05199800431728363, 0.024190032854676247, -0.021568236872553825, 0.04492634907364845, -0.004065407440066338, 0.03056916408240795, 0.023222096264362335, -0.006929078605026007, 0.056654732674360275, -0.00829885434359312, 0.0580754317343235, -0.004079092293977737, -0.047127410769462585, 0.00993469264358282, 0.022417981177568436, -0.0013869614340364933, -0.00476238876581192, -0.006857520435005426, 0.02047789096832275, 0.03942815214395523, 0.04643870145082474, -0.04372429475188255, 0.014413196593523026, -0.011185440234839916, -0.021728001534938812, 0.007619058713316917, -0.05634411424398422, -0.0679999366402626, 0.027053704485297203, -0.04393720626831055, 0.02562855184078217, 0.016656506806612015, -0.01069468818604946, -0.05964379757642746, 0.01901772990822792, 0.051938172429800034, -0.00948531460016966, -0.02808612771332264, 0.012834644876420498, 0.023637540638446808, -0.005681195296347141, 0.013675319030880928, 0.017978942021727562, -0.03016688860952854, 0.006619892548769712, 0.05047037452459335, 0.03152775391936302, 0.002408564556390047, -0.0016676635714247825, -0.03666139021515846, 0.04714777693152428, 0.029277361929416656, 0.027701038867235184, 0.01975894905626774, 0.05241301283240318, 0.016797414049506187, 0.017140017822384834, 0.023554794490337372, 0.016564609482884407, -0.03498401865363121, -0.028662173077464104, 0.002828662982210517, -0.02901479974389076, 0.0026902214158326387, -0.02542741410434246, 0.020279299467802048, -0.0192201416939497, -0.05125710368156433, 0.025750763714313507, -0.026596130803227425, -0.05795831233263016, 0.009400339797139168, -0.026458565145730972, -0.03243303298950195, -0.016450833529233932, -0.026789551600813866, -0.020968005061149597, 0.031545575708150864, -0.030075866729021072, -0.02077752910554409, 0.007046833634376526, -0.03130115568637848, -0.013949337415397167, 0.013904065825045109, -0.0050547076389193535, -0.015835165977478027, 0.007420784793794155, 0.024905472993850708, -0.08999782055616379, -0.011873510666191578, 0.007976778782904148, 0.04009012505412102, -0.048227302730083466, -0.0044479514472186565, -0.02593917027115822, -0.0029922467656433582, 0.01697738841176033, 0.05023232102394104, 0.009072854183614254, 0.003563835285604, -0.017953481525182724, -0.03696803003549576, 0.00619537802413106, 0.0022218276280909777, 0.016742832958698273, 0.026308348402380943, 0.02519572339951992, -0.017348794266581535, 0.03521189093589783, 0.015824981033802032, -0.03651546686887741, 0.03200259059667587, 0.07718609273433685, 0.002390424022451043, 0.00714024156332016, -0.0006479700678028166, 0.02059500850737095, -0.016149602830410004, 0.03805837407708168, -0.009664492681622503, -0.017323333770036697, 0.0560331791639328, 0.04405687004327774, -0.052203599363565445, 0.0462464764714241, 0.0016254946822300551, -0.04549284651875496, 0.004792305175215006, 0.05251803621649742, 0.011475689709186554, 0.0033512399531900883, -0.05511819198727608, -0.0698992908000946, -0.015387697145342829, -0.0497422032058239, 0.033517491072416306, 0.036728061735630035, -0.012140527367591858, -0.04381754249334335, 0.0013820284511893988, -0.0039642020128667355, -0.0026249790098518133, 0.017417537048459053, -0.037202902138233185, 0.05369113013148308, 0.041424255818128586, -0.01092415116727352, 0.04021153971552849, -0.04222005605697632, 0.009704274125397204, 0.013396685011684896, -0.011205172166228294, -0.03620230406522751, -0.023608578369021416, 0.03472050279378891, -0.014991150237619877, -0.0063562169671058655, 0.02754254639148712, -0.012753807939589024, 0.015898818150162697, 0.02029712125658989, -0.0303279273211956, 0.014195349998772144, 0.03712206333875656, -0.024276599287986755, -0.06550481170415878, -0.01366911269724369, -0.020880166441202164, 0.039095889776945114, 0.02287722565233707, -0.0026046105194836855, 0.0009114863933064044, -0.007228875998407602, -0.08424374461174011, -0.049199894070625305, 0.028581971302628517, -0.001642043935135007, -0.028541235253214836, 0.0025154987815767527, 0.03861468657851219, -0.028349723666906357, 0.002528149401769042, -0.00512265507131815, 0.004838770721107721, 0.026247242465615273, 0.0111937141045928, 0.01056547649204731, -0.016412483528256416, -0.05727851763367653, -0.023179251700639725, 0.02179165370762348, -0.0324736125767231, -0.04281185194849968, -0.04505492374300957, -0.04874160513281822, -0.009340189397335052, -0.007682709954679012, 0.02765393629670143, -0.06666071712970734, -0.02412431314587593, -0.04170750454068184, 0.03324124589562416, 0.011169368401169775, -0.027881808578968048, -0.023413488641381264, 0.028932053595781326, -0.009794022887945175, 0.017961755394935608, 0.06089963763952255, 0.0052588689140975475, -0.043916840106248856, -0.02898552082479, 0.030611174181103703, 0.018227817490696907, -0.0036968665663152937, -0.03492605686187744, -0.03770192712545395, -0.055809445679187775, -0.012567388825118542, 0.003139360807836056, -0.00737081840634346, -0.0032946898136287928, -0.031115293502807617, -0.011147885583341122, -0.0007383548654615879, 0.041215479373931885, 0.007155677303671837, -0.020243654027581215, 0.035514868795871735, 0.0002189604128943756, 0.005806270055472851, -0.035505957901477814, 0.0014213331742212176, 0.0042977347038686275, -0.006753082852810621, 0.0053377170115709305, 0.02976715937256813, -0.0560169480741024, -0.03053733892738819, -0.031590767204761505, 0.0038585406728088856, 0.05053911730647087, -0.03516860678792, -0.044307976961135864, 0.0031558305490761995, -0.007739996071904898, -0.012741077691316605, 0.012189220637083054, 0.035553060472011566, 0.016632080078125, -0.03436660021543503, 0.040245432406663895, -0.04567059129476547, 0.07610147446393967, 0.007484117988497019, -0.039378345012664795, 0.044750988483428955, 0.031667787581682205, 0.013130941428244114, -0.019050829112529755, 0.02862461842596531, -0.0003542193735484034, 0.0234389491379261, -0.016248898580670357, 0.012548849917948246, -0.01078252773731947, -0.021432023495435715, 0.013695210218429564, -0.0038306734059005976, -0.006886432413011789, 0.01917431317269802, 0.03037821128964424, -0.004366000648587942, -0.044012315571308136, -0.034667354077100754, 0.026536855846643448, 0.006217457354068756, -0.0008911179611459374, -0.03500724956393242, 0.0018229727866128087, -0.03910353034734726, 0.05106106027960777, -0.02181202173233032, 0.07384566962718964, 0.06505733728408813, 0.01743408665060997, 0.01125609315931797, 0.054903049021959305, 0.03697311878204346, -0.03568800166249275, -0.006909983232617378, 0.040106356143951416, 0.0028604886028915644, -0.0027764688711613417, -0.027956916019320488, 0.012814275920391084, -0.006160171236842871, 0.002012653509154916, -0.03528127074241638, -0.03032601624727249, 0.017639361321926117, -0.003617302281782031, -0.00594455236569047, 0.03136226162314415, -0.007363180164247751, 0.04592058062553406, 0.007661068346351385, -0.022444874048233032, 0.01984010450541973, -0.05473501235246658, -0.03551996126770973, -0.020941590890288353, 0.01541061233729124, 0.013236920349299908, 0.0054264310747385025, 0.009911777451634409, 0.003416800871491432, 0.012604227289557455, 0.03901823610067368, -0.02362353727221489, 0.0298830047249794, -0.011687170714139938, 0.07226584851741791, 0.061176519840955734, 0.024502282962203022, 0.039486709982156754, -0.022238485515117645, 0.025781314820051193, -0.01414076890796423, -0.04530443623661995, -0.06480464339256287, -0.03373072296380997, 0.01225382648408413, 0.012269421480596066, 0.0023640086874365807, -0.005572033114731312, -0.046209558844566345, 0.029012255370616913, 0.011770395562052728, 0.02760683372616768, 0.02030921541154385, 0.04302317649126053, -0.025473879650235176, -0.05953686311841011, 0.01654583215713501, 0.03862359747290611, -0.014575507491827013, -0.03320050984621048, -0.03915317729115486, 0.007461203262209892, -0.02765393629670143, -0.01148205529898405, -0.0027984285261482, 0.014549092389643192, 0.009307090193033218, 0.002831208985298872, 0.01285246666520834, -0.008936003781855106, -0.02065356820821762, 0.013536897487938404, 0.013721466064453123, 0.016863612458109856, 0.0026701712049543858, -0.019204068928956985, 0.011825134977698326, -0.015141366980969906, -0.04323577135801315, -0.03635697439312935, 0.016131144016981125, 0.02533225528895855, -0.010147923603653908, 0.03060099110007286, 0.035225894302129745, 0.001233561895787716, 0.03438442200422287, 0.003656706539914012, -0.08711569011211395, 0.05915750190615654, -0.06850533187389374, 0.00889653991907835, -0.018010767176747322, -0.00035724282497540116, -0.09093476831912994, 0.019646605476737022, -0.007612693589180708, -0.0041997116059064865, 0.0021970036905258894, -0.07130853086709976, -0.004284253343939781, 0.007503213360905647, -0.001233561895787716, 0.01006199512630701, 0.00852831732481718, -0.040097761899232864, -0.006720302626490593, 0.031772173941135406, -0.046939000487327576, -0.06231205910444259, -0.02747412212193012, -0.029266860336065292, -0.0335276760160923, -0.02847662940621376, 0.00535434577614069, -0.03417819365859032, -0.03161686658859253, -0.036823540925979614, 0.028416479006409645, -0.038032278418540955, -0.001063931151293218, 0.044173989444971085, -0.031033342704176903, 0.01166998501867056, -0.03508840501308441, -0.07909563183784485, 0.0014133767690509558, -0.02258474752306938, 0.015160462819039822, 0.004060951992869377, -0.005249321460723877, -0.04198183864355087, -0.06194288283586502, 0.028122887015342712, -0.012539939023554323, 0.05489795655012131, 0.005070779472589493, -0.03506326302886009, 0.0003802368592005223, 0.002153959358111024, 0.008513676933944225, 0.004081320017576218, -0.06637301295995712, -0.0601835623383522, 0.008801699616014957, 0.019708983600139614, 0.0007313532405532897, 0.029754428192973137, -0.013234215788543224, -0.011261184699833391, -0.008626021444797516, 0.05239332094788551, 0.016471678391098976, 0.02274133078753948, 0.041967835277318954, 0.015146459452807903, -0.01209660805761814, 0.009085584431886671, -0.03700940310955048, 0.026173407211899757, -0.019679702818393707, -0.015200483612716198, 0.017670869827270508, -0.003306047525256872, 0.036030445247888565, 0.0045135123655200005, 0.050068099051713943, -0.0033480573911219835, -0.011226813308894634, 0.004454316571354866, -0.014994969591498377, 0.0381445437669754, -0.020627152174711227, -0.008464347571134567, 0.017330970615148544, 0.05188725143671036, -0.027987468987703323, 0.008855166845023632, -0.014849844388663769, 0.023879097774624825, -0.0707598552107811, -0.014969349838793278, -0.016514962539076805, -0.030118931084871292, 0.018251368775963783, -0.043369755148887634, 0.013692663982510568, 0.032822418957948685, 0.021073348820209503, 0.01929214596748352, 0.013205095194280148, 0.04533880949020386, 0.02241925522685051, -0.0001903173397295177, -0.023527422919869423, 0.011972328647971152, -0.005379488226026297, -0.018527615815401077, 0.02836555801331997, -0.013411802239716051, -0.020634951069951057, 0.012793270871043204, -0.024997131898999218, 0.036148201674222946, 0.018175305798649788, -0.020107440650463104, 0.0015098084695637226, 0.06639338284730911, -0.05933827161788941, -0.015548734925687311, -0.029100093990564343, -0.04002774506807327, 0.02213027887046337, 0.0027357321232557297, 0.026744995266199112, 0.01898335851728916, -0.012317796237766744, -0.021979425102472305, 0.0022258854005485773, -0.06211346760392189, 0.017026718705892563, 0.044443871825933456, 0.013830787502229214, -0.04530443623661995, -0.0073663629591465, 0.002057845937088132, 0.06004607304930687, -0.030154159292578697, -0.055336833000183105, 0.07221619784832001, 0.008760962635278702, -0.010376909747719765, 0.054468948394060135, 0.0021017652470618486, 0.03448881208896637, 0.028580699115991592, -0.04426310211420059, -0.03169833868741989, 0.025351032614707947, 0.015612386167049408, -0.06146422401070595, 0.0313151590526104, -0.04556922614574432, 0.011918066069483755, 0.061417121440172195, 0.02636818028986454, -0.003733465913683176, -0.036950841546058655, 0.008466655388474464, 0.00592848053202033, -0.047723185271024704, -0.034217655658721924, -0.041006702929735184, 0.02726820856332779, 0.020402146503329277, -0.025982454419136047, 0.003779294900596142, -0.03382683917880058, 0.0747622475028038, 0.01439115684479475, 0.03030119277536869, 0.0152349341660738, -0.008858269080519676, -0.022779520601034164, 0.046770963817834854, 0.013131259940564632, 0.05464017018675804, 0.029892869293689728, 0.027564823627471924, -0.024811429902911183, 0.02415056899189949, -0.03263910487294197, 0.02613368071615696, 0.019184496253728867, 0.01932707615196705, -0.008847209624946117, -0.021865807473659515, -0.008198444731533527, 0.02180533856153488, 0.02860257960855961, 0.05552937835454941, -0.03699412569403648, 0.022039534524083138, -0.002692449139431119, -0.02897406369447708, -0.032058604061603546, -0.0023169065825641155, -0.02276679128408432, 0.0277723278850317, -0.012287243269383907, -0.0010578843066468837, 0.0270369965583086, -0.0221264585852623, 0.07528164237737656, 0.04381881654262543, 0.04511905089020729, -0.008031468838453293, 0.0059972237795591354, 0.04478440433740616, -0.005275418516248465, -0.03072638437151909, -0.02956952154636383, 0.001028286525979638, -0.00642476137727499, -0.002817524131387472, 0.03208533674478531, 0.0010328216012567282, 0.04599282518029213, 0.021132225170731544, 0.03592168167233467, 0.009867222048342228, -0.02607283927500248, 0.0014652524841949344, 0.05222874134778976, -0.026438197121024132, -0.023449769243597984, -0.005596539005637169, 0.0009742624242790044, -0.014913495630025864, -0.004360112827271223, -0.005494378507137299, 0.016789935529232025, -0.016060492023825645, -0.0557534322142601, -0.04146817326545715, -0.013685662299394608, 0.03669878467917442, 0.015201198868453504, 0.04559214040637016, 0.05307753011584282, -0.03921937569975853, -0.020330220460891724, -0.011644365265965462, 0.03375045582652092, 0.01911097951233387, 0.01671466790139675, 0.027232645079493523, 0.04443368688225746, 0.03223555535078049, 0.020338494330644608, 0.02494780160486698, -0.02642291970551014, 0.045971501618623734, 0.03256908804178238, 0.013175496831536291, -0.03217190504074097, 0.029675500467419624, 0.015014064498245716, 0.016078313812613487, 0.017603399232029915, -0.004493143875151873, 0.0046096257865428925, 0.021920865401625633, 0.018586810678243637, -0.00877369288355112, 0.015637846663594246, 0.008163913153111935], [-0.044906359165906906, -0.038728099316358566, -0.028926540166139603, -0.03408563882112503, 0.005424260161817074, 0.04264478757977486, 0.024470116943120956, -0.04376018047332764, 0.013195413164794443, 0.02913353405892849, 0.02269909530878067, -0.01792832836508751, -0.034710049629211426, -0.02839108370244503, -0.03088873252272606, 0.025294682011008263, 0.03419726341962814, -0.02364897169172764, 0.057346705347299576, 0.026094872504472733, 0.006910447031259537, -0.018359430134296417, -0.01987854763865471, 0.02059020660817623, -0.03472587466239929, 0.04379626736044884, 0.03075037896633148, 0.007268842775374651, 0.0046026878990232944, 0.008396206423640251, 0.01265418529510498, -0.04940757900476456, 0.010291682556271551, -0.044827669858932495, 0.03498077020049095, -0.003891029162332416, -0.012469427660107613, 0.04670261591672897, -0.05465061217546463, -0.0002709617547225207, -0.02578394860029221, 0.054581329226493835, 0.001159867155365646, 0.05341975018382072, 0.010293392464518549, 0.02464033290743828, 0.015393044799566267, 0.005554275121539831, -0.026049965992569923, -0.0528167188167572, 0.02033017762005329, 0.00807288009673357, 0.013282017782330511, 0.033651113510131836, -0.01250599417835474, 0.02004876546561718, 0.05344797670841217, -0.037322744727134705, 0.054340969771146774, 0.026916444301605225, 0.020640887320041656, 0.00925177987664938, -0.029039446264505383, -0.009162608534097672, 0.045830149203538895, 0.023387232795357704, -0.0001753486430970952, 0.028010450303554535, -0.010288260877132416, -0.04134977608919144, -0.007332995068281889, -0.014623221009969711, -0.025361400097608566, -0.00011632885434664786, 0.013856819830834866, -0.0029749395325779915, -0.06688567250967026, -0.0304028894752264, -0.06389875710010529, -0.027850495651364326, -0.0061585865914821625, 0.025244003161787987, -0.06333763897418976, -0.035085126757621765, -0.04762297868728638, 0.010952875018119812, -0.01439997274428606, -0.0512462817132473, 0.022376198321580887, 0.005087676458060741, -0.01995382085442543, -0.039969224482774734, 0.0043589104898273945, 0.020908882841467857, -0.003059192094951868, 0.013996885158121586, 0.045101381838321686, 0.04535456746816635, -0.002531863283365965, 0.02348303236067295, 0.03490892052650452, -0.003520658705383539, 0.03751263394951821, -0.022546840831637383, -0.03376958146691322, 0.008693871088325977, 0.03976736217737198, 0.013401768170297146, 0.02731161937117577, -0.008695581927895546, -0.04009539261460304, 0.010681726038455963, 0.01151142455637455, -0.02262767404317856, -0.02266017720103264, 0.0034505189396440983, 0.012282958254218102, 0.016136351972818375, -0.02751861698925495, 0.004126253072172403, -0.01148576382547617, -0.0066598267294466496, -0.00554786017164588, -0.007799165323376656, -0.009313578717410564, -0.008324355818331242, -0.0017688828520476818, 0.03641435503959656, -0.02308528870344162, -0.005535457283258438, 0.005131300073117018, -0.03406040370464325, 0.018208887428045273, -0.013102392666041853, -0.029005231335759163, 0.04716793075203896, -0.01658969186246395, 0.05273118615150452, -0.017033623531460762, 0.00228904839605093, -0.022891124710440636, 0.021767182275652885, 0.03494313359260559, 0.04095631092786789, -0.018325217068195343, 0.0015865309396758676, -0.0232127383351326, -0.029865723103284836, 0.0024702774826437235, -0.008935082703828812, -0.01521684043109417, -0.03209436312317848, -0.0038901737425476313, -0.0016260379925370216, -0.008043798618018627, -0.015129594132304192, 0.03937047719955444, 0.018947061151266095, -0.029824666678905487, 0.013381239026784897, 0.0026114117354154587, 0.028768297284841537, 0.04995982348918915, -0.016541792079806328, -0.006150888279080391, -0.01246771588921547, 0.00818044226616621, -0.033692602068185806, -0.011297584511339664, 0.03654715046286583, 0.04848860576748848, 0.009793863631784916, 0.0016422896878793836, 0.017006251960992813, -0.05440768972039223, 0.019545814022421837, 0.0002629160590004176, -0.007083229720592499, 0.019131606444716457, 0.02278677001595497, -0.020118048414587975, -0.009514161385595798, -0.01574203185737133, -0.02114276960492134, -0.006762470118701458, 0.003948338329792023, -0.010150975547730924, 0.027595600113272667, -0.017892831936478615, 0.04041401296854019, 0.045074012130498886, -0.01063382625579834, 0.02355317212641239, -0.007575061172246933, -0.01565435715019703, 0.006175694055855274, 0.01810966618359089, 0.00797911174595356, 0.01060816552489996, 0.010437948629260063, -0.011560180224478245, 0.005050040781497955, 0.04637758061289787, -0.011833040043711662, -0.03830982744693756, -0.03615090250968933, 0.06153111904859543, -0.05288515239953995, 0.04929136112332344, 0.004529554862529039, -0.006613637320697308, 0.04517408832907677, 0.007983746007084846, 0.043419744819402695, 0.02689334936439991, 0.013990256004035471, 0.053901318460702896, -0.004963221959769726, 0.08095461875200272, -0.010715513490140438, -0.029258418828248978, -0.018324026837944984, 0.030464474111795425, -0.03824824094772339, -0.03889821097254753, 0.06686855852603912, -0.01961338706314564, 0.06049228832125664, -0.028155004605650905, -0.050431981682777405, 0.08394837379455566, -0.030656075105071068, 0.056231316179037094, -0.03516552969813347, -0.010113767348229883, 0.002073711482807994, 0.004911472555249929, 0.037690550088882446, -0.0013206746662035584, 0.0007116589113138616, -0.07428965717554092, -0.0018373116618022325, 0.06515784561634064, 0.005274144932627678, -0.012934315018355846, -0.002206399105489254, 0.010207857005298138, 0.06136004999279976, -0.016301007941365242, 0.00906680803745985, 0.024537689983844757, -0.011338641867041588, -0.023755036294460297, 0.010144560597836971, -0.0010914384620264173, 0.026954080909490585, -0.017890693619847298, 0.03246259316802025, -0.019960662350058556, 0.06612268835306168, 0.02100762166082859, -0.04773760214447975, -0.02700711414217949, -0.013220432214438915, 0.055362701416015625, 0.008757168427109718, -0.000827987736556679, -0.03423831984400749, 0.005696692503988743, -0.010356689803302288, -0.04235738888382912, -0.02679327130317688, 0.028315812349319455, -0.03189805895090103, -0.0256505124270916, 0.002280387794598937, 0.05572494491934776, -0.05454796925187111, 0.07948682457208633, 0.031948521733284, -0.02192285656929016, -0.006252676248550415, 0.046856578439474106, -0.02091524377465248, 0.02212835848331451, 0.03365325555205345, 0.027049880474805832, -0.05705587938427925, -0.028161847963929176, -0.019374743103981015, 0.004565052222460508, -0.0038867522962391376, -0.003342743730172515, 0.00739714689552784, 0.07992776483297348, -0.005039776675403118, 0.0009900783188641071, 0.002945857122540474, -0.05570099130272865, -0.03126851096749306, 0.05219145491719246, 0.006878371350467205, -0.009829788468778132, 0.015472379513084888, 0.03261313587427139, -0.028634006157517433, -0.04895905405282974, 0.05215638503432274, 0.03366266191005707, 0.006159869488328695, -0.043463099747896194, -0.02474383264780045, -0.03390815109014511, 0.021264230832457542, 0.012530611827969553, -0.02148662321269512, 0.018237970769405365, 0.05585495755076408, -0.02745703235268593, -0.0006483623292297125, -0.010436237789690496, -0.023258928209543228, 0.0009922166354954245, -0.037615276873111725, 0.045902855694293976, -0.012470281682908537, 0.016540508717298508, 0.04815330356359482, -0.05771108716726303, -0.019617663696408272, 0.03450519219040871, -0.01212215144187212, 0.02980071492493153, -0.01856129616498947, 0.014985893853008749, 0.007763240020722151, -0.022268421947956085, 0.015451209619641304, 0.018302228301763535, 0.0541442409157753, 0.0031113692093640566, -0.06565053015947342, 0.01401164010167122, -0.022037474438548088, 0.015115908347070215, -0.0642203688621521, 0.031537093222141266, -0.02046610042452812, 0.005302586127072573, -0.004305878188461065, 0.055735208094120026, -0.010151403024792671, -0.030839120969176292, 0.008897446095943451, 0.013805498369038103, 0.0023167403414845467, 0.010839112102985382, -0.04500216245651245, -0.028936775401234627, 0.010987944900989532, 0.02920538559556007, -0.01710076816380024, -0.03577454388141632, 0.05570483952760696, -0.030595343559980392, -0.00174835417419672, 0.0431002676486969, -0.002696092240512371, 0.07269784063100815, -0.0249456949532032, 0.013811485841870308, 0.023503560572862625, -0.017337704077363014, 0.004440811462700367, -0.005007273051887751, 0.022401858121156693, -0.03158670663833618, -0.03673703968524933, 0.04117356985807419, -0.04836200922727585, 0.024483801797032356, -0.021616637706756592, 0.05148236081004143, -0.005845524836331606, 0.010009413585066795, 0.04277993738651275, 0.002102900762110949, 0.028876714408397675, -0.018707988783717155, 0.014257127419114113, 0.009116098284721376, -0.016138918697834015, 0.00667864503338933, 0.04347619786858559, 0.016810374334454536, 0.0009135236614383756, 0.006558894645422697, -0.004234028048813343, 0.0396270826458931, 0.012764738872647284, -0.01553246844559908, 0.008545038290321827, -0.02351553551852703, -0.008693443611264229, 0.0005878456286154687, -0.05871185660362244, -0.03170773759484291, 0.006988284643739462, -0.039115577936172485, 0.0379054993391037, 0.023843994364142414, -0.01837226003408432, -0.04967070743441582, 0.0175246000289917, 0.022578062489628792, -0.0025044919457286596, -0.013189638964831827, 0.022555822506546978, 0.02132239378988743, -0.008850829675793648, -0.006519548129290342, 0.028568997979164124, -0.019971782341599464, 0.011175268329679966, 0.05004877969622612, 0.011906173080205916, 0.007850486785173416, -0.002968951826915145, -0.010599611327052116, 0.03742196410894394, 0.020597264170646667, 0.01434608455747366, 0.05125996842980385, 0.06009411811828613, 0.012594309635460377, 0.0055664642713963985, 0.013607054017484188, 0.03537936881184578, -0.05445783585309982, 0.0025412722025066614, 0.002546458039432764, -0.04205630347132683, -0.008433842100203037, 0.0005782228545285761, 0.00958686601370573, 0.013545896857976912, -0.040280576795339584, 0.01229407824575901, -0.027687977999448776, -0.09998123347759248, -0.015911392867565155, -0.014490640722215176, -0.016794925555586815, 0.014886672608554363, -0.025171510875225067, -0.008257637731730938, 0.030768983066082, 0.001732957782223821, -0.051485784351825714, 0.01302541047334671, -0.036041416227817535, -0.0064802011474967, 0.0007672572392039001, -0.02924986556172371, -0.001288171042688191, -0.0045470898039639, 0.02077881433069706, -0.0831546038389206, 0.019751956686377525, 0.046767622232437134, 0.05663846805691719, -0.04762297868728638, -0.02406681515276432, -0.024223772808909416, 0.0051458412781357765, 0.033027131110429764, 0.05656319484114647, 0.001723335008136928, 0.015580582432448864, -0.00935420859605074, -0.026179978623986244, -0.019178008660674095, -0.01213391311466694, -0.0051632956601679325, 0.00028397925780154765, 0.039914485067129135, 0.013588237576186655, 0.01225045509636402, 0.003171672113239765, -0.05273802950978279, 0.008777269162237644, 0.06721755117177963, 0.009687798097729685, 0.06638956069946289, 0.010968271642923357, 0.003154564881697297, -0.01548884529620409, 0.07520703226327896, -0.022426825016736984, -0.00953982211649418, 0.06505349278450012, 0.02141135185956955, -0.034286219626665115, 0.036835189908742905, -0.021041836589574817, -0.035620152950286865, 0.009252420626580715, -0.0028714409563690424, 0.0396946556866169, -0.004529982805252075, -0.06966730207204819, -0.07828932255506516, 0.0038780916947871447, 0.001286032609641552, 0.002245317911729217, 0.03511762619018555, -0.001170131377875805, -0.02464803121984005, 0.018649397417902943, 0.01099227461963892, -0.0019810120575129986, -0.0008040377288125455, -0.028630582615733147, 0.03071253001689911, 0.010558126494288445, 0.0022316323593258858, 0.05783597007393837, -0.06385085731744766, -0.016867684200406075, -0.02012147195637226, -0.0022649914026260376, -0.033576272428035736, -0.0068518551997840405, 0.017810288816690445, 0.044725026935338974, -0.011239420622587204, 0.018222574144601825, 0.03476778790354729, 0.012204265221953392, 0.011803957633674145, 0.01910359226167202, 0.052590906620025635, 0.03303910419344902, -0.03555728495121002, -0.06387823075056076, -0.0291437990963459, -0.02953384257853031, 0.03474554792046547, 0.01758960634469986, -0.00172739801928401, -0.03483108431100845, -0.03531607240438461, -0.08587807416915894, -0.04571039974689483, 0.0032563526183366776, 0.012994617223739624, -0.013914128765463827, 0.003476179903373122, 0.07859724760055542, -0.04482082277536392, -0.002408691681921482, -0.029284078627824783, 0.0423608124256134, 0.04051066935062408, 0.03837290406227112, 0.022211968898773193, -0.011468657292425632, -0.03984092175960541, -0.019194262102246284, 0.04404586553573608, -0.016162868589162827, -0.02000514231622219, -0.04229238256812096, -0.04007785767316818, -0.005183476954698563, 0.012238319963216782, 0.030351566150784492, -0.07852882146835327, -0.0295098926872015, -0.022369353100657463, 0.015088536776602268, 0.013162268325686457, -0.015854937955737114, 0.007506632246077061, 0.005670176353305578, -0.011078612878918648, 0.013130619190633295, 0.01289796270430088, 0.010028231889009476, -0.02337525598704815, 0.006459672935307026, 0.010760420002043247, 0.04422549158334732, -0.01981354132294655, -0.021452410146594048, -0.050924669951200485, -0.046307437121868134, 0.009808404371142387, 0.014310801401734352, 0.008158416487276554, -0.0305790938436985, -0.01660936512053013, 0.026119250804185867, 0.02337525598704815, 0.04288429021835327, -0.014116848818957806, -0.023362426087260246, 0.013008303940296171, 0.012908226810395718, 0.04168251156806946, -0.02637072652578354, 0.021609794348478317, -0.014763500541448591, -0.005381919909268618, -0.014868710190057756, 0.01669832319021225, -0.0486459918320179, -0.004562485963106155, -0.029787030071020126, 0.02755967527627945, 0.032117027789354324, -0.019074510782957077, -0.029102742671966553, 0.012605429627001286, 0.030093247070908543, -0.016797544434666634, 0.015981532633304596, 0.0109220826998353, 0.05677703395485878, -0.026256106793880463, 0.04481098800897598, -0.038961611688137054, 0.052604593336582184, -0.0063570295460522175, -0.03595416992902756, 0.0835857093334198, 0.02420666627585888, -0.03434780612587929, -0.04579935595393181, 0.0019639048259705305, 0.00950817298144102, 0.003175948746502399, -0.003982552792876959, 0.01834403350949287, 0.004144215490669012, 0.007273547351360321, 0.012317173182964323, 0.015493550337851048, 0.003208880079910159, -0.005417845211923122, 0.03965359926223755, -0.02542555332183838, -0.024217357859015465, -0.029833219945430756, 0.03582928702235222, 0.006124372128397226, -0.0019279796397313476, -0.00813339650630951, 0.0038799094036221504, -0.04257636144757271, 0.03908649459481239, -0.022923626005649567, 0.0738346129655838, 0.0641930028796196, 0.012349676340818403, -0.003250364912673831, 0.05919085815548897, 0.018848268315196037, -0.011324101127684116, -0.007654609624296427, 0.04569157958030701, 0.02489437349140644, -0.009186558425426483, -0.01817467249929905, 0.012084515765309334, -0.010272864252328873, -0.04832779988646507, -0.014250070787966251, 0.016128653660416603, -0.003038235940039158, -0.02282611653208733, -0.0033151584211736917, 0.04512191191315651, 0.022174548357725143, 0.031253114342689514, 0.029445741325616837, 0.01624070666730404, 0.020204439759254456, -0.08648964762687683, -0.02974426187574863, -0.01935848966240883, 0.003168250434100628, 0.003377385903149843, -0.004139938857406378, 0.009111287072300913, 0.008669921196997166, 0.028175532817840576, 0.02742623910307884, -0.02059363014996052, 0.001904029631987214, -0.00739714689552784, 0.04378412663936615, 0.03525662422180176, 0.029694650322198868, 0.02621505036950111, -0.02228553034365177, -0.00745253125205636, -0.000827987736556679, -0.048007890582084656, -0.05571531876921654, -0.04408104345202446, 0.03731419146060944, 0.04420154541730881, 0.018843136727809903, -0.03023951500654221, -0.02044394053518772, 0.021009761840105057, 0.03279789537191391, 0.042384762316942215, 0.014591573737561704, 0.011993846856057644, -0.03680739179253578, -0.07967842370271683, -0.030286559835076332, 0.016997698694467545, -0.014862721785902975, -0.03163118660449982, -0.019905921071767807, -0.020106928423047062, -0.045258767902851105, -0.025184500962495804, 0.019609110429883003, -0.035938773304224014, 0.05073991045355797, 0.01112319901585579, 0.022610565647482872, -0.02746729552745819, -0.004490635823458433, 0.010384061373770235, 0.03407066687941551, 0.0046428898349404335, -0.02741939388215542, -0.006615348160266876, 0.01518262643367052, 0.013555732555687428, 0.014565913006663322, -0.042593467980623245, 0.02732701599597931, 0.028817906975746155, -0.023998387157917023, 0.015403308905661106, 0.06328460574150085, -0.007007102947682142, 0.07338298112154007, -0.0031169289723038673, -0.07958262413740158, 0.05493972450494766, -0.04362161085009575, 0.011200929060578346, 0.012598799541592598, 0.005893425550311804, -0.07817298918962479, 0.014032168313860892, -0.02330340631306171, 0.014021048322319984, -0.004133095499128103, -0.03980328515172005, 0.0018796519143506885, 0.03499274700880051, -0.006836031097918749, -0.01637585274875164, 0.014874696731567385, 0.01583098992705345, -0.01870841719210148, 0.026805248111486435, -0.012734588235616684, -0.08103331178426743, -0.03047987073659897, -0.003565137507393956, -0.04462922364473343, -0.01835601031780243, 0.029410671442747116, -0.02354910783469677, -0.01660594530403614, -0.04101789742708206, 0.00015054323012009263, -0.04907709360122681, -0.016666674986481667, 0.026282621547579765, -0.05112653225660324, 0.01238218042999506, -0.006039263680577278, -0.0792541652917862, 0.004683947190642357, -0.031615789979696274, 0.04653838649392128, 0.00883415061980486, 0.00304336822591722, -0.038498010486364365, -0.01822727732360363, 0.04977164417505264, -0.030242079868912697, 0.047030214220285416, 0.01622723415493965, -0.045676182955503464, 0.004657003562897444, 0.002580404980108142, -0.016432305797934532, -0.03005732223391533, -0.06515784561634064, -0.04299377650022507, 0.005556413438171148, 0.014623221009969711, 0.002000257605686784, 0.04844754561781883, -0.004172015003859997, 0.010921226814389229, -0.0457754023373127, 0.025209147483110428, 0.008620310574769974, 0.02243436314165592, 0.05497564747929573, 0.01790534146130085, -0.0023992827627807856, -0.002401848789304495, -0.016618667170405388, 0.020238440483808517, 0.0036556983832269903, 0.011781718581914902, 0.021372007206082344, 0.036404088139534, 0.02907879278063774, -0.013333340175449848, 0.04359252750873566, 0.018622880801558495, -0.015060310252010822, -0.056477662175893784, 0.015510229393839836, 0.0181883592158556, -0.011058084666728972, -0.02104012481868267, -0.001563596655614674, -0.001910872524604201, -0.03437774255871773, 0.04161151498556137, -0.019365761429071423, 0.0450158454477787, -0.07027973979711533, -0.03638356178998947, 0.0053220451809465885, -0.03221817687153816, -0.009617659263312817, -0.022962117567658424, -0.011747931130230429, 0.01659354194998741, 0.026569169014692307, 0.03748184069991112, 0.0725344642996788, 0.03703363239765167, 0.010022244416177273, 0.03615090250968933, -0.032791052013635635, -0.016388682648539543, -0.04876231774687767, -0.021315552294254303, -0.001289881649427116, -5.6453711295034736e-05, 0.00043965462828055024, -0.0063347904942929745, -0.052094802260398865, 0.03485075756907463, 0.04835859313607216, -0.01140707079321146, 0.02861860953271389, 0.07844670116901398, -0.06329657882452011, 0.03313319385051727, -0.021169286221265793, 0.012011488899588583, 0.02181251533329487, 0.004932001233100891, 0.023016005754470825, 0.030519217252731323, -0.02537647634744644, -0.03398171067237854, -0.010172145441174507, -0.032746572047472, -0.005922507494688034, 0.01353862602263689, -0.00608331523835659, -0.00987255573272705, -0.0337015800178051, 0.003664358984678984, 0.0677957758307457, -0.00571037782356143, -0.0867539569735527, 0.06984521448612213, -0.011975028552114964, 4.7900113713694736e-05, 0.06721755117177963, 0.01439740601927042, 0.043958619236946106, 0.017208972945809364, -0.0729142427444458, 0.0003900438023265451, -0.03293304145336151, 0.008207171224057674, 0.0007847386295907199, 0.0105801522731781, 0.008444106206297874, 0.003876487957313657, 0.013885046355426311, 0.03555728495121002, -0.034556515514850616, -0.05258748680353165, 0.03069114312529564, -0.021544788032770157, -0.056192826479673386, -0.03258918598294258, -0.04826962947845459, 0.022490816190838817, -0.01159524917602539, 0.0045316931791603565, -0.005888293031603098, -0.005841248203068972, 0.06140794977545738, -0.01160893589258194, 0.020801052451133728, 0.032693542540073395, -0.00014027892029844224, -0.035483721643686295, 0.04270637407898903, 0.0368899330496788, 0.0633000060915947, 0.026363028213381767, -0.0012214529560878873, -0.026586277410387993, 0.033772148191928864, -0.036393824964761734, 0.027547698467969894, 0.03793860599398613, 0.006695752032101154, -0.00748097151517868, -0.002117869444191456, -0.021947983652353287, 0.03459414839744568, -0.012022500857710838, 0.03927125409245491, -0.03694125637412071, 0.06016596779227257, -0.009429479949176311, 0.033032048493623734, -0.023669499903917313, 0.00361047126352787, -0.006466515827924013, 0.0714806616306305, -0.0318535752594471, 0.0010777526767924428, 0.03076555952429771, -0.0314190536737442, 0.08724664151668549, 0.004421779420226812, 0.025597479194402695, 0.006728683598339558, -0.03725944831967354, 0.047566525638103485, -0.05779490992426872, 0.01438500452786684, -0.03291422501206398, -0.03258234262466431, -0.03745190426707268, -0.00981145165860653, 0.03335558995604515, -0.008095120079815388, 0.030135588720440865, -0.006329658441245556, 0.0446908101439476, -0.0017812856240198016, -0.02797580696642399, -0.011968186125159264, 0.038576699793338776, 0.006624757312238216, -0.02194509655237198, 0.024658294394612312, -0.026092199608683583, -0.012567365542054176, -0.012007425539195538, -0.008713544346392155, 0.0041604675352573395, 0.010522629134356976, -0.05586351081728935, 0.0008249940001405776, 0.009876404888927937, 0.026818932965397835, -0.018499495461583138, 0.01072962675243616, 0.05330599099397659, -0.072048619389534, 0.014496629126369951, -0.014631775207817554, 0.003991106525063515, -0.010236939415335655, 0.026516135782003403, 0.046265099197626114, 0.0435001477599144, 0.029955536127090458, -0.04216921329498291, 0.019392704591155052, -0.03384998440742493, 0.05145499110221863, 0.0426328144967556, 0.014380513690412045, -0.0498640201985836, 0.010938333347439766, 0.04421950876712799, -0.01646844483911991, 0.018725525587797165, -0.017060352489352226, -0.01084082294255495, -0.003942297305911779, 0.016583705320954323, 0.019482944160699844, 0.02056283690035343, -0.019690370187163353], [-0.04485711827874184, -0.05088704451918602, -0.022283995524048805, -0.043319668620824814, -0.011094512417912483, 0.013312570750713348, 0.024782739579677585, -0.024869266897439957, 0.015541181899607182, 0.022608472034335136, -0.01133299060165882, -0.008686515502631664, -0.06988361477851868, -0.04532774165272713, -0.06213095784187317, 0.06197953596711159, -0.014062728732824326, -0.03503730148077011, 0.017967116087675095, 0.08160386234521866, 0.001325347926467657, -0.03671720251441002, 0.014783537946641443, 0.0039169518277049065, 0.0024422912392765284, 0.06062833592295647, 0.00189410790335387, -0.04599674791097641, 0.01112089306116104, 0.03265251964330673, -0.005018594674766064, -0.03572332486510277, 0.015171857550740242, 0.0068208989687263966, -0.007829682901501656, 0.03908510133624077, 0.008916552178561687, 0.04721446335315704, -0.02390691265463829, -0.024335328489542007, -0.03908510133624077, 0.02825227938592434, -0.06179751083254814, -0.011172071099281313, 0.018495779484510425, 0.001961971167474985, -0.015775438398122787, 0.04494364559650421, -0.0392201691865921, -0.05040806531906128, -0.032192446291446686, 0.01853388175368309, 0.01505156233906746, 0.016011806204915047, -0.02624526433646679, 0.04646947979927063, 0.0674365684390068, -0.027933605015277863, 0.07412662357091904, 0.027570612728595737, 0.007981105707585812, 0.007130076177418232, -0.007637106347829104, -0.02594769559800625, 0.031660620123147964, 0.01863084547221661, 0.02324212901294231, 0.026937484741210938, 0.036252908408641815, -0.04896242171525955, -0.0022283466532826424, 0.005187428556382656, -0.036472391337156296, -0.03574218600988388, 0.04353388026356697, -0.021740294992923737, -0.045770931988954544, 0.050236593931913376, -0.0035307437647134066, -0.0595741793513298, 0.013961263000965118, 0.05127070099115372, -0.017489105463027954, -0.01397260744124651, -0.05216974392533302, -0.007640008348971605, -0.012417750433087347, -0.02307065762579441, 0.05243987962603569, -0.001268366351723671, -0.014490188099443913, 0.004807551857084036, -0.023868924006819725, 0.002515628468245268, 0.0034632100723683834, 0.007819658145308495, 0.0412968285381794, 0.012345995754003525, 0.009826146066188812, 0.04629432037472725, 0.03353889659047127, -0.04854720085859299, -0.01031576469540596, -0.01929774135351181, -0.0406046062707901, 0.02466033399105072, 0.04308646917343139, -0.06053442135453224, 0.028065772727131844, -0.06465502828359604, -0.033633869141340256, -0.002840370172634721, -0.0024438740219920874, -0.045315079391002655, -0.025369437411427494, -0.004050963558256626, 0.03928770124912262, 0.010374857112765312, -0.05815491825342178, -0.015972763299942017, -0.06690052151679993, 0.006867328193038702, 0.026036331430077553, -0.033797163516283035, 0.004246178083121777, -0.01863928698003292, -0.019335728138685223, 0.02491358667612076, -0.04013187065720558, 0.018188711255788803, -0.0016503535443916917, -0.024732090532779697, 0.03350091353058815, -0.055284738540649414, -0.03374044597148895, 0.00790987815707922, -0.04011287540197373, 0.06139231100678444, -0.0028812596574425697, -0.011244352906942368, -0.030753135681152344, 0.016205966472625732, 0.0059040505439043045, 0.061037756502628326, -0.007821241393685341, -0.020939653739333153, -0.01730760745704174, -0.03568731248378754, 0.02265015244483948, 0.00021948435460217297, -0.042322494089603424, 0.008792037144303322, 0.028117215260863304, 0.029358142986893657, -0.017693553119897842, -0.007812799885869026, 0.03406650573015213, -0.004228503443300724, -0.0033640197943896055, 0.002213837578892708, 0.013299908488988876, 0.03747273236513138, 0.04777161777019501, 0.011205310001969336, -0.02187246084213257, -0.0009897900745272636, 0.02613130025565624, -0.017660049721598625, 0.017001595348119736, 0.010788501240313051, 0.022152092307806015, 0.006875769700855017, 0.034921228885650635, 0.04217872396111488, -0.03711818531155586, -0.0065085552632808685, -0.028661703690886497, -0.06248551234602928, -0.015794433653354645, 0.04577937349677086, -0.025215378031134605, -0.004674594849348068, -0.0012134952703490851, -0.006671058479696512, 0.007255646400153637, -0.003156143007799983, -0.01986544579267502, 0.003692191326990723, -0.03550581634044647, 0.03932146728038788, 0.024058863520622253, -0.016926148906350136, 0.02964516170322895, 0.016347363591194153, -0.04209034889936447, 0.03802988678216934, -0.0031867441721260548, 0.013736766763031484, 0.015279488638043404, 0.01082648802548647, 0.012590804137289524, 0.009371348656713964, 0.059362079948186874, -0.033036619424819946, -0.02030441351234913, -0.0708174780011177, 0.05609513819217682, -0.06001868844032288, 0.058616042137146, -0.005855378694832325, 0.028039127588272095, 0.05032100901007652, -0.004799109883606434, 0.04083886370062828, 0.00838683545589447, 0.017562970519065857, 0.04457220807671547, -0.04769564047455788, 0.07650718092918396, 0.03672986477613449, -0.04867487773299217, -0.04456799104809761, 0.01851266250014305, -0.024027206003665924, -0.032335955649614334, 0.06627583503723145, -0.018537987023591995, 0.035033080726861954, -0.01762733794748783, -0.037045370787382126, 0.08212091773748398, 0.005138888955116272, 0.017161989584565163, -0.017001595348119736, -0.004298938903957605, -0.01429180894047022, -0.014898557215929031, 0.007428173907101154, 0.02368320524692535, 0.01487745251506567, -0.05828998237848282, -0.012726400047540665, 0.04637029021978378, -0.00350225274451077, 0.013933497481048107, -0.006838837172836065, -0.0036573694087564945, 0.05834907665848732, -0.02204129658639431, 0.018571753054857257, -0.014653746038675308, -0.019052930176258087, -0.04007278010249138, 0.039152633398771286, -0.044280968606472015, -0.001251482986845076, -0.04651380330324173, 0.015798652544617653, -0.02079719863831997, 0.04277834668755531, 0.01988021843135357, -0.07007460296154022, -0.004558521322906017, -0.01899172924458981, 0.047636546194553375, 0.006468457635492086, -0.006077500991523266, 0.01432768628001213, 0.02782386541366577, 0.013181723654270172, -0.009081165306270124, -0.036814283579587936, 0.023410962894558907, 0.02879888005554676, -0.009082220494747162, 0.030841775238513947, 0.04735797271132469, -0.015460984781384468, 0.049654118716716766, 0.02520165964961052, -0.01895585097372532, -0.035306379199028015, 0.014501797035336494, 0.042491327971220016, 0.013334994204342364, 0.010875027626752852, -0.009718514047563076, -0.09410814940929411, -0.03090086579322815, -0.01559183094650507, -0.013477183878421783, 0.020087039098143578, -0.01594163477420807, 0.022302724421024323, 0.0387706458568573, -0.0156641136854887, 0.00667527923360467, 0.016315707936882973, -0.020627310499548912, -0.05063335224986077, 0.05105913430452347, 6.384040898410603e-05, -0.04577937349677086, -0.013334729708731174, -0.00165879528503865, -0.027384893968701363, -0.0563146211206913, 0.08649372309446335, 0.03495710715651512, -0.02831559255719185, -0.0037080193869769578, 0.018917864188551903, 0.0023974445648491383, -7.175450446084142e-05, 0.03559867665171623, 0.008608429692685604, 0.011526095680892467, 0.06935705989599228, -0.017928073182702065, -0.031363047659397125, 0.018643509596586227, -0.018727926537394524, 0.04272347688674927, -0.027344796806573868, 0.032821353524923325, 0.02081724815070629, 0.05615423247218132, 0.04067213833332062, -0.043500110507011414, -0.004866643808782101, 0.00793942529708147, -0.04063837230205536, -0.008289755322039127, -0.007454026956111193, 0.033007070422172546, 0.007359585259109736, -0.021346965804696083, 0.0071279327385127544, 0.03500986844301224, 0.022807378321886063, 0.015331193804740906, -0.03785683214664459, -0.017803559079766273, -0.014802532270550728, 0.0069369724951684475, -0.07114247977733612, 0.020462695509195328, -0.04337348788976669, 0.039642252027988434, 0.024601241573691368, 0.023723304271698, 0.016452884301543236, 0.008720282465219498, 0.042073462158441544, -0.008606319315731525, -0.018415581434965137, 0.020703284069895744, -0.019481347873806953, -0.024703335016965863, -0.00181536260060966, 0.04298727959394455, -0.030719369649887085, -0.054140880703926086, 0.0693327859044075, -0.020572438836097717, -0.0108307097107172, 0.01654679886996746, -0.020654745399951935, 0.05794387310743332, -0.014772986061871052, 0.02497267909348011, 0.013831736519932749, -0.05606136843562126, 0.05808737874031067, -0.032319072633981705, -0.014035391621291636, -0.02372119575738907, -0.04210934415459633, 0.06343097984790802, -0.07008304446935654, 0.029770996421575543, -0.007580652367323637, 0.022547798231244087, -0.030880816280841827, 0.03106442280113697, 0.0022476043086498976, 0.024705443531274796, 0.06305427104234695, 0.008336976170539856, 0.02622838318347931, 0.0374336913228035, -0.06130367144942283, 0.024210812523961067, -0.006411475595086813, 0.020833076909184456, -0.00792940054088831, 0.016642823815345764, 0.024979008361697197, 0.0613965280354023, -0.00046534903231076896, 0.013363221660256386, 0.025202713906764984, -0.01400057040154934, -0.03309570997953415, 0.0172421857714653, -0.0388445109128952, -0.0581633560359478, -0.01416307222098112, -0.02595824748277664, 0.02846543490886688, -0.008610540069639683, -0.0050871833227574825, -0.024042507633566856, 0.012071640230715277, 0.038384441286325455, -0.04614236578345299, -0.027270931750535965, 0.010212354362010956, 0.025502394884824753, -0.009240898303687572, 0.005680213216692209, 0.008903889916837215, -0.001684120506979525, 0.03445904701948166, -0.008863791823387146, 0.002758327405899763, -0.017027975991368294, -0.006035820115357637, -0.05106388404965401, 0.043642040342092514, 0.04016563668847084, 0.030339492484927177, 0.018364932388067245, 0.033682409673929214, 0.012394008226692677, 0.04505127668380737, 0.0038895162288099527, 0.009623545221984386, -0.016815878450870514, -0.041237734258174896, 0.0015300592640414834, -0.018879875540733337, 0.009718514047563076, 0.0035117496736347675, 0.0011132500367239118, 0.0024164384230971336, -0.032499514520168304, 0.001363335526548326, -0.0006531770341098309, -0.06674857437610626, 0.003751283278688789, -0.001951616955921054, -0.04049064218997955, -0.03514915332198143, -0.021064167842268944, -0.00844170618802309, 0.03472073748707771, 0.02256257086992264, -0.024790653958916664, 0.019437028095126152, -0.03466164693236351, 0.02401876449584961, 0.052245721220970154, -0.027853410691022873, 0.02318250760436058, 0.026109373196959496, 0.04044421389698982, -0.05303080007433891, -0.017844712361693382, 0.03576064854860306, 0.022849587723612785, -0.04378475621342659, 0.0063798194751143456, -0.004277834668755531, -0.01440788246691227, 0.00366475572809577, 0.049096960574388504, 0.0437651053071022, -0.02155800722539425, 0.03288888931274414, 0.011425849981606008, -0.009876796044409277, -0.03454768285155296, 0.06101665273308754, 0.011463837698101996, 0.01215711236000061, -0.010250342078506948, 0.002562057925388217, 0.015017795376479626, -0.022947194054722782, 0.05943594500422478, 0.05749224126338959, 0.007012947462499142, 0.04573716223239899, -0.007617320865392685, 0.016423340886831284, -0.012946411967277529, 0.033516738563776016, 0.006670266855508089, -0.02454465813934803, 0.043698493391275406, 0.019464464858174324, -0.021984312683343887, 0.018067361786961555, -0.011805727146565914, -0.041257452219724655, 0.010763175785541534, 0.018806010484695435, 0.004887748043984175, -0.03949030116200447, -0.03864824399352074, -0.030516767874360085, -0.007247204892337322, -0.037289127707481384, 0.03612206131219864, 0.04948106408119202, -0.015233058482408524, -0.03228319436311722, 0.009463152848184109, -0.028950832784175873, -0.007279916666448116, 0.001240930869244039, -0.032114360481500626, 0.017752908170223236, 0.046551790088415146, -0.037991899996995926, 0.0385131761431694, -0.05218663066625595, -0.04146566241979599, -0.01606878824532032, 0.030107345432043076, -0.07315582782030106, -0.01677578128874302, 0.029908964410424232, 0.023805612698197365, 0.014044889248907566, 0.03573796525597572, 0.028127767145633698, 0.031078141182661057, -0.01805680990219116, 0.011078421026468275, 0.0407227911055088, -0.003070670645684004, 0.0023320214822888374, -0.03699999675154686, 0.011376254260540009, 0.0023668434005230665, 0.003723583882674575, 0.02348766103386879, -0.021739240735769272, 0.009684747084975244, -0.050063539296388626, -0.033298309892416, -0.0402584969997406, 0.0451214462518692, 0.003082278184592724, -0.004885637667030096, 0.032570213079452515, 0.01931040361523628, 0.02642254158854485, -0.012180854566395284, 0.0008737166645005345, -0.006879990454763174, 0.04161655530333519, 0.03953250870108605, 0.04282477498054504, -0.04046532139182091, -0.051291804760694504, -0.014072324149310589, 0.036662328988313675, -0.03351357579231262, -0.018862992525100708, -0.0242023728787899, 0.0006964407511986792, -0.02643520198762417, -0.023678986355662342, 0.0014862680109217763, -0.08169883489608765, -0.01711028441786766, -0.03276648372411728, -0.01465902291238308, 0.03897535800933838, -0.01006356906145811, -0.034497033804655075, 0.018320612609386444, -0.02158544212579727, 0.04136330634355545, 0.021144364029169083, 0.010570071637630464, -0.03536653146147728, -0.006171414628624916, -0.00823171902447939, 0.04497319087386131, -0.016721650958061218, -0.03451919183135033, -0.006474788300693035, -0.061132725328207016, 0.006117533426731825, 0.005583133082836866, 0.006673169322311878, -0.01874691992998123, -0.028818005695939064, -0.0027381093241274357, -0.010569016449153423, -0.01026089396327734, 0.01082648802548647, -0.01904449053108692, 0.025476014241576195, 0.02536521852016449, 0.03729018196463585, -0.008908110670745373, 0.011123531498014929, -0.030868418514728543, -0.019150538370013237, -0.03368662670254707, 0.033982086926698685, -0.052353352308273315, 0.017338737845420837, -0.04933333396911621, 0.017752908170223236, 0.018747447058558464, -0.05154505744576454, -0.024088408797979355, -0.002777321496978402, -0.0013126853154972196, 0.012426191940903664, -0.005990446079522371, 0.0589737594127655, 0.03593634441494942, 0.0049383980222046375, 0.08029751479625702, -0.046112820506095886, 0.07728434354066849, -0.024605464190244675, -0.05263720452785492, 0.07045447826385498, 0.012257357127964497, 0.0019437028095126152, -0.011590463109314442, 0.018757471814751625, -0.0013063540682196615, -0.013422313146293163, -0.0024016655515879393, 0.010581678710877895, 0.018903091549873352, -0.011231690645217896, 0.03811430558562279, 0.011565137654542925, -0.016190137714147568, -0.027663473039865497, 0.005845881532877684, 0.012358658015727997, -0.020044831559062004, -0.009334416128695011, -0.009306981228291988, -0.013730434700846672, -0.004480435512959957, 0.004209245555102825, 0.0003228952700737864, -0.02393223717808723, 0.015887290239334106, -0.04533829540014267, 0.04417544975876808, 0.026616699993610386, 0.004267282318323851, 0.004600729793310165, 0.04115542769432068, 0.02205079235136509, -0.04318777099251747, -0.004905159119516611, 0.024415526539087296, -0.031445883214473724, -0.006080666556954384, 0.01086447574198246, 0.02811088226735592, -0.03606297075748443, -0.02395756170153618, -0.05605398491024971, -0.019196439534425735, 0.014019563794136047, -0.048378366976976395, 0.030848104506731033, 0.002671800088137388, -0.0013844397617504, 0.03459041938185692, 0.02905002236366272, 0.025751424953341484, 0.004655600991100073, -0.02353178523480892, -0.06209718808531761, -0.03750966489315033, 0.02663358300924301, -0.01243146788328886, 0.038137517869472504, -0.015578114427626131, -0.004649269860237837, 0.005900752730667591, 0.028061287477612495, -0.02175849862396717, -0.007832452654838562, -0.011175236664712427, 0.03960426524281502, -0.015836641192436218, 0.04161128029227257, 0.0009718514047563076, -0.04301682487130165, 0.0006120236939750612, 0.005375256296247244, 0.005225416272878647, -0.053908735513687134, -0.014308691956102848, 0.027572723105549812, 0.02619145065546036, 0.001574378227815032, -0.02891429513692856, -0.01864693872630596, -0.0017558748368173838, 0.01190801616758108, 0.05708282068371773, 0.021891456097364426, -0.00219906447455287, -0.03044501319527626, -0.049392420798540115, 0.006018937099725008, 0.06430891901254654, -0.02746720239520073, -0.03707214817404747, -0.024359598755836487, -0.00830874964594841, -0.01967339776456356, -0.01424960047006607, -0.013920373283326626, -0.014981918968260288, 0.04843851178884506, 0.0018023042939603329, -0.01591050624847412, -0.03757403418421745, -0.0003967601805925369, 0.023273784667253498, 0.00027435546508058906, 0.04476214945316315, -0.0050249258056283, -0.04102247208356857, 0.004687257576733828, 0.016845425590872765, -0.04850340634584427, -0.07291101664304733, 0.004811772610992193, 0.014263317920267582, -0.011058635078370571, 0.044295743107795715, 0.032882556319236755, -0.0026053215842694044, 0.024774298071861267, -0.03016221523284912, -0.07817020267248154, 0.028951358050107956, -0.04785181209445, 0.0361262820661068, -0.04327799007296562, -0.03594900667667389, -0.06895186007022858, -0.008439595811069012, -0.025057096034288406, 0.013245036825537682, -0.010195471346378326, -0.05606770142912865, 0.03538130223751068, 0.015801819041371346, -0.006694273557513952, 0.0016208076849579811, 0.005119895096868277, -0.09423477202653883, -0.01218982320278883, 0.01969028078019619, -0.034528955817222595, -0.07995984703302383, -0.049704767763614655, -0.03974355384707451, -0.02796737290918827, -0.007251426111906767, -0.007366972044110298, -0.007559548132121563, -0.021593885496258736, -0.04350855574011803, 0.02074338309466839, -0.061776407063007355, -0.03216923400759697, 0.046524353325366974, -0.013291466049849989, 0.02536732703447342, 0.0010768452193588018, -0.0613965280354023, 0.011641640216112137, -0.007766369730234146, 0.05590097978711128, 0.00728941336274147, 0.044783253222703934, -0.01301288977265358, -0.02061464637517929, 0.01674412563443184, 0.003486424684524536, 0.024030372500419617, 0.03328142687678337, -0.01788586564362049, -0.004483601078391075, 0.027499914169311523, 0.008644307032227516, -0.033994752913713455, -0.04842584952712059, -0.028381017968058583, 0.008787816390395164, -0.002084046369418502, -0.00378821580670774, 0.06559205800294876, 0.00694857956841588, 0.0043348162434995174, 0.01860974170267582, -0.000130846441606991, 0.04940297454595566, 0.04788346588611603, 0.06564481556415558, 0.003338694805279374, 0.016881829127669334, 0.02778587676584721, -0.030862879008054733, 0.024025097489356995, -0.03124697506427765, 0.011442732997238636, -0.011750854551792145, 0.01483946479856968, 0.019185887649655346, 0.030189651995897293, 0.08119232952594757, -0.003336584661155939, -0.005043919663876295, -0.013670288026332855, 0.0024079966824501753, 0.031909648329019547, -0.012238364666700363, 0.014718115329742432, -0.00801962148398161, 0.010195471346378326, 0.006620408501476049, 0.013409650884568691, -0.008629534393548965, 0.005928715690970421, -0.05045396834611893, 0.0017389915883541107, -0.010720967315137386, -0.028556181117892265, -0.024852383881807327, -0.050150066614151, -0.002823223127052188, 0.01167065929621458, 0.01645921729505062, 0.02627428248524666, 0.05053205043077469, 0.011293948628008366, 0.003751019481569529, 0.03281713277101517, -0.015043120831251144, 0.026971252635121346, 0.010436059907078745, -0.009299409575760365, -0.025470739230513573, -0.033414386212825775, -0.01344341691583395, 0.011254377663135529, -0.01476032380014658, 0.007350088097155094, 0.007647130638360977, -0.03202783316373825, 0.01836809702217579, 0.08055076003074646, -0.06329591572284698, 0.01933467388153076, -0.008137805387377739, -0.009493754245340824, 0.010351642034947872, 0.00820639356970787, -0.00928165577352047, 0.01829739846289158, -0.016950946301221848, -0.02192311175167561, -0.012426191940903664, -0.06001631170511246, 0.015173966996371746, 0.04593132063746452, 0.02496423572301865, -0.053765229880809784, -0.012585528194904327, -0.007629191968590021, 0.04208190739154816, -0.029436230659484863, -0.039608485996723175, 0.05922700837254524, -0.02319569885730743, -0.0436098538339138, 0.07949976623058319, -0.000736011250410229, 0.028292378410696983, -0.0021032379008829594, -0.041600726544857025, -0.03663700446486473, -0.022916067391633987, -0.02044159173965454, -0.025814736261963844, 0.016433892771601677, 0.00716067710891366, 0.04671640321612358, 0.06384884566068649, -0.008421656675636768, -0.006865217350423336, -0.04392219707369805, 0.015220397152006626, 0.026566050946712497, -0.08082933723926544, -0.04311179369688034, -0.024729980155825615, 0.017594626173377037, 0.007062015123665333, 0.015294788405299188, 0.00027646590024232864, -0.02709154598414898, 0.022877024486660957, 0.026661019772291183, -0.00027290452271699905, -0.009569729678332806, 0.00896720215678215, 0.016628051176667213, 0.02042048797011375, 0.0011227469658479097, 0.006052703130990267, 0.05527207255363464, 0.015701573342084885, -0.04296828433871269, 0.028402121737599373, -0.011484941467642784, -0.0018121969187632203, -0.025156285613775253, 0.0437786877155304, 0.013096251524984837, 0.010367470793426037, -0.00940722692757845, 0.018888317048549652, 0.01798083446919918, 0.04154163599014282, -0.061742641031742096, 0.0040572951547801495, -0.01160945650190115, -0.009703741408884524, 0.008939767256379128, -0.016645461320877075, -0.02635500766336918, 0.04858221486210823, -0.02630435675382614, -0.004216104745864868, 0.046334415674209595, -0.002832192461937666, 0.0460769459605217, -0.0024185488000512123, 0.01309374626725912, 0.014141968451440334, 0.02233886532485485, 0.0346827507019043, 0.014078655280172825, -0.01846359483897686, -0.02190939337015152, -0.04222119227051735, -0.0024396530352532864, -0.03978576138615608, -0.009849361144006252, -0.017747633159160614, 0.026137633249163628, 0.024616016075015068, 0.07622227817773819, 0.02625792659819126, -0.03174292668700218, -0.026151351630687714, 0.05272689461708069, -0.02586960978806019, -0.009117042645812036, 0.0401550866663456, -0.011928130872547626, -0.02356713265180588, -0.05283241719007492, 0.017178872600197792, -0.01573745161294937, 0.006983401253819466, -0.07222723960876465, -0.0118372505530715, 0.027971593663096428, 0.040832534432411194, 0.03471623733639717, 0.024120066314935684, 0.02809188701212406, -0.04010232537984848, 0.018048368394374847, -5.1177845307393e-05, 0.008026611991226673, 0.0218893438577652, 0.03515126556158066, 0.011793063953518867, 0.001904660020954907, 0.035250455141067505, -0.009200405329465866, -0.011485337279736996, 0.02362939156591892, 0.06219005212187767, 0.037135593593120575, 0.00290394714102149, -0.0607634000480175, 0.014118754304945467, 0.006723819300532341, -0.01120847463607788, 0.018881458789110184, 0.014718115329742432, 0.03412243351340294, 0.032201942056417465, -0.014323992654681206, -0.013943588361144066, 0.029765456914901733, -0.021608658134937286], [-0.05659222975373268, -0.04002926126122475, -0.026775402948260307, -0.021694213151931763, 0.013906757347285748, 0.01223751064389944, 0.01418559905141592, -0.029383497312664986, 0.01818542368710041, 0.02683851681649685, -0.018372587859630585, 0.0035505485720932484, -0.0612533874809742, -0.03861464560031891, -0.03901078924536705, 0.03765052929520607, 0.008293998427689075, -0.047850996255874634, 0.04710016027092934, 0.0466703325510025, -0.019833995029330257, -0.025567539036273956, 0.0070600188337266445, 0.02021104469895363, -0.02413775771856308, 0.061211492866277695, -0.005043613724410534, -0.03149804100394249, 0.01592911221086979, 0.03079073503613472, 0.02023552730679512, -0.02502644993364811, 0.011575905606150627, -0.012586268596351148, -0.0021627291571348906, 0.02384279854595661, -0.02025402709841728, 0.04829061776399613, -0.045528847724199295, -0.020531509071588516, -0.034823477268218994, 0.011983424425125122, -0.007773174904286861, 0.005093431565910578, 0.034613460302352905, 0.03955264389514923, -0.015576002188026903, 0.01854887045919895, -0.02195374295115471, -0.05130048096179962, 0.004398909397423267, 0.03741133585572243, 0.009562255814671516, -0.006735744886100292, -0.023922232910990715, 0.047466326504945755, 0.07216279208660126, -0.03318905085325241, 0.08180557191371918, 0.014371947385370731, -0.016138669103384018, 0.0174160897731781, -0.03840572014451027, -0.0028308627661317587, 0.04892392456531525, 0.034113992005586624, -0.00876843836158514, 0.030566029250621796, 0.023895572870969772, -0.04766165465116501, -0.010438636876642704, -0.01982147991657257, -0.009745610877871512, -0.019700150936841965, 0.03335009887814522, -0.020596254616975784, -0.06744232773780823, 0.025367317721247673, -0.04285848885774613, -0.0275805089622736, 0.012271243147552012, 0.01894734427332878, -0.034760091453790665, -0.03649789094924927, -0.04135899990797043, -0.004111089743673801, -0.010939329862594604, -0.045025572180747986, 0.05093920975923538, 0.0246545672416687, -0.013616081327199936, -0.0009216763428412378, -0.0061285486444830894, 0.022420020774006844, 0.013935592956840992, 0.03929148241877556, 0.02483193948864937, 0.04816874116659165, 0.00939603801816702, 0.019187623634934425, 0.06558156758546829, -0.036623574793338776, 0.01439615897834301, -0.03301059454679489, -0.0520186685025692, 0.01859171874821186, 0.042331818491220474, -0.016939474269747734, 0.014887737110257149, -0.042934663593769073, -0.021114766597747803, -0.0013976298505440354, 0.017255587503314018, -0.04291725531220436, -0.003150919685140252, 0.007228344213217497, 0.04843642935156822, 0.014024279080331326, -0.0565057210624218, -0.011304953135550022, -0.06824104487895966, -0.020789233967661858, -0.009008651599287988, -6.801034942327533e-06, -0.01859845034778118, -0.01666335202753544, 0.0010019284673035145, -0.002617038320749998, -0.033319633454084396, 0.01595713198184967, 0.0026317285373806953, -0.015074903145432472, -0.00375852407887578, -0.0429716631770134, -0.04051893576979637, 0.030885133892297745, -0.00374771049246192, 0.04735914617776871, -0.013093897141516209, 0.004037230275571346, -0.019389750435948372, 0.01029839925467968, 0.01419022399932146, 0.022927649319171906, -0.010452918708324432, -0.019729532301425937, 0.001054432475939393, -0.05740944296121597, -3.917396315955557e-05, 0.009791314601898192, -0.01282886043190956, -0.024982105940580368, 0.008866101503372192, 0.02456125989556313, 0.005443004425615072, 0.00832569133490324, 0.03658521920442581, 0.00363447330892086, -0.02339991182088852, 0.02186560072004795, 0.009234174154698849, 0.04662680625915527, 0.05406877398490906, 0.004157880786806345, -0.015262611210346222, -0.012974198907613754, 0.03491515293717384, -0.03983556851744652, -0.0045702955685555935, 0.009240702725946903, 0.05390772596001625, 0.004911503754556179, 0.03048822470009327, 0.04623397812247276, -0.026905439794063568, 0.007427002768963575, 0.0004265609022695571, -0.034719012677669525, -0.007230860646814108, 0.047235094010829926, -0.02037263661623001, -0.0008922957931645215, 0.00033461092971265316, -0.024448907002806664, 0.005768229719251394, 0.021947214379906654, -0.018205011263489723, 0.04350268468260765, -0.033540528267621994, 0.06191227212548256, 0.025130096822977063, -0.03691492974758148, 0.03547637537121773, -0.003167650196701288, -0.031095420941710472, 0.012654482387006285, 0.017728257924318314, -0.014961189590394495, -0.01367606595158577, 0.010865096002817154, -0.014527011662721634, 0.00013976127956993878, 0.04712627828121185, 0.02468068338930607, -0.049559418112039566, -0.05723315849900246, 0.0658949613571167, -0.0509122759103775, 0.05195106565952301, -0.003217025427147746, 0.030922403559088707, 0.05686943978071213, 0.0012579194735735657, 0.018957478925585747, 0.030285827815532684, 0.007957550697028637, 0.06612564623355865, -0.04115007072687149, 0.07167094200849533, 0.025567539036273956, -0.050688933581113815, -0.03781348466873169, 0.030007254332304, -0.01143893226981163, -0.025905413553118702, 0.05548393353819847, -0.0034304421860724688, 0.032029397785663605, -0.02589507587254047, -0.05106978863477707, 0.10052038729190826, -0.004130404908210039, 0.01907091960310936, -0.022864537313580513, -0.021175704896450043, 0.006045304238796234, 0.023401817306876183, 0.006697659380733967, 0.016875816509127617, -0.00653225788846612, -0.06381002813577652, 0.00468890555202961, 0.055209167301654816, 0.02592010423541069, -0.021612873300909996, -0.010641715489327908, -0.019291000440716743, 0.016845349222421646, -0.02049485221505165, 0.005179668311029673, 0.00523190014064312, -0.029851648956537247, -0.0561043918132782, 0.007594716269522905, -0.03574841842055321, 0.005787952803075314, -0.025308554992079735, 0.03778301551938057, -0.012820768170058727, 0.04988151416182518, 0.02597777731716633, -0.06515500694513321, -0.042423225939273834, -0.02348370291292667, 0.04251571744680405, 0.01958698034286499, 0.0052210185676813126, -0.021401293575763702, 0.012903468683362007, -0.012450790964066982, -0.03416839987039566, -0.041367705911397934, 0.022177495062351227, -0.006542595569044352, -0.01083486434072256, 0.02714755572378635, 0.07619237154722214, -0.05598829686641693, 0.05996663495898247, 0.03693234175443649, -0.04722366482019424, -0.04685205966234207, 0.0331837460398674, 0.008325283415615559, 0.03084024414420128, 0.015358369797468184, 0.004518063738942146, -0.08811971545219421, -0.013223933055996897, -0.011686592362821102, -0.017405850812792778, -0.0065893870778381824, -0.00183029449544847, 0.006304287351667881, 0.06670564413070679, -0.00937073864042759, -0.025444576516747475, 0.009408926591277122, -0.03614233061671257, -0.03644919767975807, 0.018140263855457302, -0.001875453395769, -0.001182292005978525, 0.017273541539907455, 0.01695566065609455, -0.03547855094075203, -0.05863036587834358, 0.0815688967704773, 0.02452072501182556, -0.03027249686419964, -0.03831430897116661, -0.000943439605180174, -0.03431149572134018, 0.010855268687009811, 0.033002156764268875, -0.015958765521645546, 0.015097073279321194, 0.07348273694515228, -0.02952519804239273, -0.021496711298823357, 0.017163772135972977, 0.0025418868754059076, 0.013436668552458286, -0.029106661677360535, 0.04027518630027771, 0.0278575848788023, 0.03166888281702995, 0.020582448691129684, -0.05825168266892433, -0.008193071000277996, 0.024632804095745087, -0.022231224924325943, 0.008473954163491726, 0.006549668498337269, 0.03158781677484512, 0.0034236409701406956, -0.01572127267718315, 0.00936584174633026, 0.02243579737842083, 0.027465300634503365, 0.0035125985741615295, -0.05148220434784889, -0.006943584885448217, -0.0028792861849069595, 0.034432552754879, -0.07728370279073715, 0.02361836284399033, -0.02848844788968563, 0.00758832274004817, 0.026021305471658707, 0.02235962636768818, -0.0033972531091421843, -0.007867981679737568, 0.03578541427850723, -0.01946129836142063, -0.0008819582290016115, 0.01418804656714201, -0.021355250850319862, -0.05265143886208534, 0.01269508432596922, 0.03381406515836716, -0.054290760308504105, -0.04130894318223, 0.07183253020048141, 0.0023947805166244507, -0.00690658763051033, 0.03205633908510208, -0.025947853922843933, 0.07484838366508484, -0.022202931344509125, 0.01569570042192936, 0.013635803014039992, -0.035324033349752426, 0.03374945744872093, -0.004968020133674145, -0.0032133529894053936, -0.0340791717171669, -0.05371403321623802, 0.031521983444690704, -0.06859796494245529, 0.022218165919184685, -0.032908305525779724, 0.021544048562645912, -0.008901194669306278, 0.023829057812690735, 0.04101486876606941, -0.019428381696343425, 0.057951346039772034, -0.001986174378544092, 0.012503568083047869, 0.008567672222852707, -0.0310219693928957, 0.031173767521977425, 0.025978339836001396, 0.03627835214138031, -0.0012780504766851664, 0.009348430670797825, 0.030273856595158577, 0.026860279962420464, 0.008295359089970589, -0.02765573002398014, 0.01592203974723816, -0.028753282502293587, -0.012928903102874756, 0.031808167695999146, -0.04480576515197754, -0.04924819990992546, -0.014932352118194103, -0.03809504583477974, 0.03510422259569168, 0.0136096877977252, -0.01469758152961731, -0.0565497912466526, 0.024977752938866615, 0.04705880954861641, -0.02070452831685543, -0.033828895539045334, -0.0051644342020154, -0.0007530105649493635, -0.010867509990930556, 0.0084574269130826, 0.025914596393704414, -0.0039217486046254635, 0.002613773802295327, 0.00899355299770832, 0.014149417169392107, -0.010492092929780483, 0.004403261933475733, -0.06360001862049103, 0.02933694608509541, 0.0023902917746454477, 0.029801592230796817, 0.023668553680181503, 0.030872244387865067, 0.017583124339580536, 0.004977813456207514, 0.023296130821108815, 0.030135387554764748, -0.01944035105407238, -0.04321758449077606, 0.00861065462231636, -0.017253953963518143, -0.004605661146342754, -0.02531726285815239, -0.0026181263383477926, 0.000866179820150137, -0.04310006275773048, 0.021106604486703873, -0.05048000067472458, -0.08871161192655563, 0.010301765985786917, -0.020103858783841133, -0.019556241109967232, -0.009599797427654266, -0.03186584264039993, 0.0049345591105520725, 0.02827380783855915, 0.011258713901042938, -0.023434733971953392, 0.030576366931200027, -0.0408562645316124, -0.016118725761771202, 0.02142353355884552, -0.03832736983895302, -0.029699133709073067, -0.0006454182439483702, 0.02153044566512108, -0.09305992722511292, -0.0018895996036008, 0.02497721090912819, 0.02417747676372528, -0.023932570591568947, 0.006164186634123325, -0.019461842253804207, -0.00846048817038536, 0.01839326322078705, 0.05184129998087883, 0.023646926507353783, -0.007416188716888428, -0.014543334022164345, -0.011851211078464983, -0.0028390241786837578, -0.025206267833709717, 0.02889460511505604, 0.003204647684469819, 0.0012998138554394243, -0.021861791610717773, 0.02026708610355854, 0.008775511756539345, -0.05646273493766785, 0.03893619775772095, 0.07914446294307709, 0.010118036530911922, 0.04814479872584343, -0.0028417445719242096, -0.006535522639751434, -0.02399405278265476, 0.04674895480275154, 0.010830512270331384, 0.01589048281311989, 0.04369474574923515, 0.007902802899479866, -0.03366294875741005, 0.02973385527729988, -0.009726024232804775, -0.04840813577175141, 0.002448644721880555, 0.015237582847476006, 0.015902996063232422, -0.024241745471954346, -0.05192073434591293, -0.061001475900411606, -0.015209291130304337, -0.02777325175702572, 0.02225407585501671, 0.049437541514635086, -0.008688458241522312, -0.04228393733501434, 0.013394910842180252, -0.01622563786804676, -0.013501958921551704, 0.016696065664291382, -0.04020119085907936, 0.03820767253637314, 0.0424041822552681, -0.019334526732563972, 0.042694177478551865, -0.04721659421920776, -0.017560545355081558, -0.025533396750688553, 0.020165884867310524, -0.06414083391427994, -0.015071094036102297, 0.04837549105286598, 0.018692374229431152, 0.01226036250591278, 0.035592809319496155, 0.005279779899865389, 0.003561022225767374, -0.0017851355951279402, -0.0007086679106578231, 0.03670654818415642, 0.007890289649367332, -0.007106809876859188, -0.039260197430849075, -0.008655269630253315, -0.0012927408097311854, 0.028194371610879895, 0.04303504526615143, -0.01644163765013218, 0.0002655124117154628, -0.045810140669345856, -0.07844150811433792, -0.0501682423055172, 0.03542414307594299, 0.010627569630742071, -0.012906529009342194, 0.014341479167342186, 0.06017556041479111, -0.010019829496741297, -0.017965886741876602, -0.00036780000664293766, -0.017888354137539864, 0.01667504943907261, 0.024692654609680176, 0.030111754313111305, -0.014794698916375635, -0.05725274607539177, -0.008393021300435066, 0.02885815128684044, -0.037581976503133774, -0.03385065868496895, -0.037575989961624146, -0.02349132113158703, -0.03278316557407379, -0.0028915281873196363, 0.030688447877764705, -0.07272428274154663, 0.005330923479050398, -0.04884022474288941, 0.01814896985888481, 0.010513856075704098, -0.018004924058914185, -0.021696390584111217, 0.021866552531719208, -0.023433104157447815, 0.012915438041090964, 0.02011365257203579, -0.01224812027066946, -0.03656290844082832, -0.016108116135001183, 0.026133930310606956, 0.0419713631272316, -0.02513771504163742, -0.023885779082775116, -0.030862553045153614, -0.056254900991916656, 0.020726291462779045, 0.01465704757720232, -0.0117498766630888, -0.026090947911143303, -0.04847560077905655, 0.02208976075053215, -0.007844739593565464, 0.01769738271832466, -0.006170987617224455, -0.007174990139901638, 0.037025924772024155, 0.019651183858513832, 0.02933068946003914, -0.02652403712272644, 0.02656212262809277, -0.004123467952013016, 0.004738416988402605, -0.021909262984991074, 0.021398505195975304, -0.047928255051374435, 0.0007679729023948312, -0.040425896644592285, 0.0043124002404510975, 0.03605092689394951, -0.03547637537121773, -0.011992673389613628, 0.003300134325399995, 0.0367887020111084, 0.0056266579777002335, 0.018748005852103233, 0.02356749214231968, 0.04046643152832985, -0.01815386675298214, 0.06409730762243271, -0.04906743019819259, 0.08011510223150253, -0.01821589283645153, -0.04380356520414352, 0.05529840290546417, 0.008559511043131351, -0.01387193612754345, -0.016881801187992096, 0.024706801399588585, 0.006521920673549175, -0.015102650970220566, -0.005243869964033365, -0.01368796732276678, 0.008325351402163506, -0.007334508467465639, 0.018258096650242805, 0.01969362050294876, -0.0235604178160429, -0.009730377234518528, 0.006755060516297817, 0.003327338257804513, -0.058978576213121414, -0.017149491235613823, 0.015096121467649937, 0.0045728799887001514, -0.010039416141808031, -0.0058233183808624744, -0.020771993324160576, -0.047861333936452866, 0.04311094805598259, -0.0349779948592186, 0.0832316130399704, 0.04729276895523071, 0.01463419571518898, -0.02843920886516571, 0.028743436560034752, 0.02184601314365864, -0.03403564542531967, -0.008860932663083076, 0.059705473482608795, 0.023085977882146835, -0.016026776283979416, -0.02176848240196705, 0.031282585114240646, 0.004889128264039755, -0.01506347581744194, -0.04544778540730477, -0.01504810620099306, -0.009790225885808468, -0.01373863499611616, -0.003669294295832515, 0.057474732398986816, 0.006128004752099514, 0.07382605224847794, 0.013471762649714948, 0.015969373285770416, 0.02240465208888054, -0.05251487344503403, -0.046566955745220184, -0.030709121376276016, 0.02029537782073021, 0.01167928148061037, 0.01252206601202488, -0.009189287200570108, 0.018419379368424416, 0.013330521993339062, 0.03370266407728195, -0.03462716192007065, 0.017975136637687683, -0.020181119441986084, 0.04926125705242157, 0.02254461497068405, 0.039700090885162354, 0.019786659628152847, -0.025105070322752, 0.00933659728616476, -0.0037957937456667423, -0.002778494730591774, -0.0462970957159996, -0.05102191120386124, 0.02911819145083427, 0.06144218519330025, 0.0034777773544192314, -0.017865503206849098, -0.02750447392463684, 0.00877496786415577, 0.018758513033390045, 0.04966823011636734, 0.03169608861207962, 0.015294983983039856, -0.04294119030237198, -0.06690260022878647, -0.0007682449067942798, 0.03790488839149475, -0.02798081748187542, -0.05097729712724686, -0.019475989043712616, -0.00971024576574564, -0.02451474033296108, -0.04083885625004768, 0.006402842700481415, -0.014007684774696829, 0.02076328918337822, 0.013788962736725807, -0.013490806333720684, -0.002090910216793418, -0.0031230351887643337, 0.016063502058386803, 0.024225831031799316, 0.03133372962474823, -0.016263723373413086, -0.017910119146108627, 0.008622080087661743, 0.01060689426958561, -0.025504427030682564, -0.041307855397462845, 0.03225540369749069, 0.04418197274208069, -0.0280452910810709, 0.017996491864323616, 0.04248307645320892, 0.0036975867114961143, 0.010729584842920303, -0.010563911870121956, -0.09262465685606004, 0.04886952042579651, -0.03425334393978119, 0.031099773943424225, -0.020163163542747498, -0.03275596350431442, -0.07369492948055267, 0.001784591586329043, -0.03177008405327797, 0.009152560494840143, -0.017256131395697594, -0.042771436274051666, 0.030771147459745407, 0.007048184517771006, 0.014507967978715897, -0.018194129690527916, 0.00809350423514843, -0.027013985440135, -0.031225455924868584, 0.0006542595801874995, -0.03263626620173454, -0.08619577437639236, -0.035026419907808304, -0.0005778159247711301, -0.04670080542564392, -0.020148474723100666, 0.008852227590978146, -0.01330486498773098, -0.02570682391524315, -0.004892392549663782, -0.003178532002493739, -0.03956352546811104, -0.02436620555818081, 0.02680315263569355, -0.02142815664410591, 0.014635827392339706, -0.01236927229911089, -0.07006045430898666, -0.00353028136305511, -0.030758090317249295, 0.05328964442014694, -0.002205711789429188, 0.008958867751061916, -0.015254993923008442, -0.02519538812339306, 0.035711418837308884, -0.0009326940053142608, 0.038860537111759186, 0.021523915231227875, -0.026780299842357635, -0.0017356241587549448, 0.0076669431291520596, 0.004213292151689529, -0.028253134340047836, -0.05347245559096336, -0.03931596875190735, 0.012172220274806024, 0.01391658466309309, -0.0043526627123355865, 0.0669439509510994, 0.008125333115458488, -0.005147023592144251, 0.0025896630249917507, 0.031735263764858246, 0.009504038840532305, 0.010785626247525215, 0.05440175160765648, 0.006186765618622303, 0.01950237713754177, 0.021209165453910828, -0.031852785497903824, 0.04359191656112671, 0.006095903925597668, -0.007058930583298206, -0.00556732714176178, 0.013658654876053332, 0.025145331397652623, 0.006659573409706354, 0.04854742065072059, -0.008501837961375713, -0.004563766531646252, -0.0055044861510396, -0.004698698874562979, 0.014184375293552876, -0.01834973692893982, -0.001285939710214734, -0.006645308341830969, 0.03282288461923599, -0.028238441795110703, 0.007281460333615541, -0.011075757443904877, 0.04542873799800873, -0.06491343677043915, -0.006301566958427429, -0.028018087148666385, -0.027302077040076256, 0.002045751316472888, -0.04273117706179619, -0.005903842858970165, 0.014765319414436815, 0.02203100174665451, 0.04220627248287201, 0.026425013318657875, 0.009813349694013596, 0.023727452382445335, 0.02550444193184376, -0.05258016288280487, -0.010492092929780483, -0.02145644836127758, 0.005728104151785374, -0.01317006815224886, -0.039979204535484314, 0.0201696939766407, 0.014295232482254503, -0.02316813543438911, 0.018733859062194824, 0.003985950723290443, -0.027061590924859047, 0.04122406616806984, 0.07529235631227493, -0.07693766057491302, 0.008013252168893814, 0.0003721526591107249, -0.004895657300949097, 0.017830682918429375, 0.0025267205201089382, 0.000943575578276068, 0.01081310212612152, -0.009784785099327564, -0.029483847320079803, -0.014636372216045856, -0.07380374521017075, 0.0017519466346129775, 0.02569186314940453, 0.005674512125551701, -0.04935048520565033, -0.031951602548360825, 0.011830808594822884, 0.07709599286317825, -0.03545896336436272, -0.05590587109327316, 0.07549040019512177, -0.004362456034868956, -0.024146396666765213, 0.05490339919924736, 0.011304953135550022, 0.01693185791373253, -0.0018145162612199783, -0.05577447637915611, -0.03960922732949257, -0.02718673087656498, 0.006907675415277481, -0.025972338393330578, 0.0223900955170393, 0.012995961122214794, 0.02666223421692848, 0.03403346613049507, -0.012871570885181429, -0.0289098396897316, -0.05018402263522148, 0.026603473350405693, -0.007114426698535681, -0.0683150365948677, -0.030688991770148277, -0.03644593060016632, -0.002519103465601802, 0.005460686981678009, 0.005513191223144531, -0.022705664858222008, -0.02768293395638466, 0.06917251646518707, 0.030766930431127548, 0.008538019843399525, 0.007083958480507135, -0.004423393402248621, -0.01115152146667242, 0.03269026428461075, 0.013359681703150272, 0.028581757098436356, 0.03902814909815788, -0.010114227421581743, -0.04050057381391525, 0.019793188199400905, -0.03323502466082573, 0.020532596856355667, 0.00592587748542428, 0.015783298760652542, -0.012812062166631222, -0.0014230486704036591, -0.016982456669211388, 0.03747206926345825, 0.007094840053468943, 0.053680844604969025, -0.05164434015750885, 0.04578021541237831, 0.004223170690238476, -0.0007973533356562257, -0.038999855518341064, -0.010389260947704315, -0.037381481379270554, 0.07224114239215851, -0.019534749910235405, 0.02587440051138401, 0.038938917219638824, -0.011823718436062336, 0.07709435373544693, 0.01357867568731308, 0.016226861625909805, -0.0162082277238369, 0.0071694133803248405, 0.03542251139879227, -0.002939679194241762, -0.02263914979994297, -0.033317454159259796, -0.048442959785461426, -0.01761087216436863, -0.022657785564661023, 0.0028716688975691795, -0.01943382248282433, 0.029728412628173828, -0.01134439930319786, 0.05329073593020439, 0.02571716159582138, -0.01509176939725876, -0.01616959646344185, 0.05980231612920761, -0.030600031837821007, -0.02104376256465912, 0.034418679773807526, -0.030694976449012756, -0.030612818896770477, -0.020650390535593033, -0.009896050207316875, 0.00958592351526022, 0.000956497562583536, -0.05500296130776405, -0.01247690711170435, 0.02724134363234043, 0.05128307268023491, -0.0014597742119804025, 0.040973786264657974, 0.030871257185935978, -0.06823015958070755, -0.001360751106403768, -0.01852479577064514, 0.007621103897690773, 0.03675823658704758, 0.021974418312311172, 0.026021305471658707, 0.025132274255156517, 0.019229110330343246, -0.011582434177398682, -6.773830682504922e-05, 0.001984406029805541, 0.06986893713474274, 0.03724110871553421, 0.028973497450351715, -0.041426464915275574, 0.032712437212467194, 0.0499827116727829, -0.01201008353382349, 0.019429469481110573, 0.0015139274764806032, -0.0027089884970337152, 0.038340698927640915, 0.02932824194431305, -0.023447249084711075, 0.008213439956307411, -0.027000654488801956], [-0.030701519921422005, -0.04347629100084305, -0.0360647588968277, -0.06265649199485779, 0.0014858272625133395, -0.0006020769360475242, 0.018254196271300316, -0.029665492475032806, 0.02860393561422825, 0.02402542345225811, 0.005266604945063591, 0.02078573778271675, -0.03675419837236405, -0.04384070634841919, -0.06064428761601448, 0.0207892581820488, -0.006776005961000919, -0.010844426229596138, 0.016730520874261856, 0.05209197476506233, 0.0032163583673536777, -0.03945540264248848, -0.00033800810342654586, 0.009011789225041866, -0.04618431627750397, 0.0555688850581646, 0.0005351795116439462, -0.04796985909342766, 0.003867727937176824, 0.014087190851569176, 0.01615661196410656, -0.04264535382390022, -0.0042370944283902645, -0.021978791803121567, 0.023634159937500954, 0.04329320043325424, 0.01785457320511341, 0.036437977105379105, -0.01895662024617195, -0.012509820982813835, -0.01643212139606476, 0.03805231675505638, -0.01391642726957798, 0.02134457416832447, 0.02974207140505314, 0.02331111580133438, -0.01634674146771431, 0.009870012290775776, -0.00650665583088994, -0.050380807369947433, 0.010214182548224926, 0.028614496812224388, 0.010404312051832676, -0.0006548906676471233, -0.006740796845406294, 0.02431325800716877, 0.05218704044818878, -0.009951873682439327, 0.08237890899181366, 0.017917949706315994, 0.0025121746584773064, 0.007320648059248924, -0.017153911292552948, -0.019299909472465515, 0.027890948578715324, 0.038149144500494, 0.021093597635626793, 0.032237034291028976, 0.003980507608503103, -0.06578835099935532, 0.01252918504178524, -0.0165366493165493, -0.05542980507016182, -0.021496962755918503, 0.03539864346385002, -0.031008722260594368, -0.027230776846408844, 0.030850281938910484, -0.015536049380898476, -0.06133438274264336, -0.01670939475297928, 0.020317234098911285, -0.01731763407588005, -0.03180709108710289, -0.04032154753804207, 0.0078507661819458, -0.016699712723493576, -0.004077222663909197, 0.038765303790569305, -0.0002376619377173483, -0.019495321437716484, -0.016583522781729698, -0.027817009016871452, -0.01718207821249962, -0.0012525664642453194, 0.04815911501646042, 0.03818435221910477, 0.04295519739389419, 0.037786487489938736, 0.045681264251470566, 0.05148813873529434, -0.014710393734276296, -0.020602649077773098, -0.05048995837569237, -0.03201570361852646, 0.027852218598127365, 0.04539518803358078, -0.03749601170420647, 0.013518343679606916, -0.061496347188949585, -0.03041720762848854, 0.032628342509269714, -0.0058227176778018475, -0.03993072733283043, -0.02893269993364811, -0.006456482689827681, 0.0123531399294734, -0.009221283718943596, -0.04769258946180344, -0.02776859886944294, -0.06242851167917251, -0.009701889008283617, 0.015439223498106005, -0.02001641690731049, -0.00184672127943486, -0.043356578797101974, -0.006200335919857025, 0.027623360976576805, -0.021262820810079575, 0.005503194406628609, 0.008668499067425728, -0.026549478992819783, 0.05013786628842354, -0.035107072442770004, -0.03520411625504494, 0.01330378744751215, -0.04920130223035813, 0.04241297394037247, -0.00015205962699837983, -0.009446621872484684, 0.0046881018206477165, 0.031967293471097946, -0.00842379592359066, 0.038870930671691895, -0.031381938606500626, -0.03098319470882416, -0.02694382146000862, -0.05285073444247246, 0.0035314804408699274, -0.004887913819402456, -0.03497811406850815, 0.005210958421230316, -0.0004154682683292776, 0.03374263271689415, -0.02926850877702236, -0.00893256813287735, 0.009770546108484268, 0.010922767221927645, -0.005693323910236359, -0.011312708258628843, -0.0006372861098498106, -0.013192878104746342, 0.042541489005088806, -0.000881109619513154, -0.021419942378997803, 0.027058253064751625, 0.04671597853302955, -0.03429901972413063, 0.0053438725881278515, 0.06892548501491547, 0.02599581517279148, 0.0002605479094199836, 0.01600785180926323, 0.03697843849658966, -0.0284138061106205, -0.007636073045432568, -0.036723170429468155, -0.03584294021129608, -0.02325213886797428, 0.04911327734589577, -0.04187075421214104, 0.017073919996619225, 0.0272237341850996, 0.008849826641380787, -0.012479892931878568, -0.0044187516905367374, -0.015828285366296768, 0.004969362635165453, -0.05716022849082947, 0.022466976195573807, 0.03265298902988434, -0.019895166158676147, 0.0047677624970674515, -0.008219582028687, -0.013575778342783453, 0.03361067920923233, 0.019783155992627144, 0.007132609374821186, 0.008614804595708847, 0.0197893176227808, -0.0026846998371183872, 0.02250746451318264, 0.0381033681333065, -0.028734207153320312, -0.029470080509781837, -0.04399034380912781, 0.05584175139665603, -0.041555631905794144, 0.04768906906247139, -0.008509177714586258, 0.014816020615398884, 0.058446187525987625, 0.023773236200213432, 0.022058548405766487, 0.020897086709737778, 0.010635372251272202, 0.08530478924512863, -0.041388384997844696, 0.07717851549386978, 0.028662029653787613, -0.04564869403839111, -0.02493513934314251, 0.0020130847115069628, -0.04362241178750992, -0.04295519739389419, 0.051792699843645096, -0.0013009790563955903, 0.05277151241898537, -0.016342338174581528, -0.01596912182867527, 0.08597376942634583, -0.01495729759335518, 0.022657105699181557, -0.03419603407382965, 0.002394224051386118, -0.006746078375726938, -0.02604950964450836, 0.014666382223367693, 0.04582826420664787, 0.008126277476549149, -0.038678381592035294, 0.01913442648947239, 0.016908766701817513, -0.007194995414465666, 0.010916054248809814, 0.011604944244027138, 0.003387562930583954, 0.031161881983280185, -0.005978518165647984, 0.03077986277639866, 0.01649285852909088, -0.023871298879384995, -0.02674137055873871, 0.02047765627503395, -0.019672246649861336, 0.023192284628748897, -0.0522645004093647, 0.055281925946474075, 0.015548372641205788, 0.030961189419031143, -0.02358310669660568, -0.04283900558948517, -0.04616627097129822, 0.01160186342895031, 0.0471574105322361, 0.022213470190763474, -0.019034961238503456, -0.01933423802256584, 0.044050201773643494, -0.006915082689374685, -0.03157911077141762, -0.03234666958451271, 0.03383601829409599, 0.0054327757097780704, -0.01960446871817112, 0.04445774480700493, 0.08643148839473724, -0.04674370586872101, 0.05094063654541969, 0.050292789936065674, -0.039066340774297714, -0.04942312091588974, 0.019150272011756897, 0.025958405807614326, -0.005516397766768932, 0.00772445322945714, 0.015481474809348583, -0.09593796730041504, -0.039811015129089355, -0.04657470062375069, -0.04072205349802971, -0.002245465060696006, -0.006255130283534527, 0.02479430101811886, 0.03858397528529167, -0.019245335832238197, 0.02741386368870735, 0.01476672850549221, -0.02529779262840748, -0.022773295640945435, 0.03439672663807869, 0.007740737404674292, -0.03503313288092613, -0.018541153520345688, 0.00786132924258709, 0.007526841480284929, -0.0724111944437027, 0.061735767871141434, 0.0471767783164978, 0.01610555686056614, 0.014930451288819311, 0.020548075437545776, -0.00816412828862667, -0.02430357411503792, 0.02257436513900757, -0.03446626290678978, -0.0006249629077501595, 0.06906631588935852, -0.016289085149765015, -0.010035055689513683, 0.011552790179848673, -0.0019217608496546743, 0.03433819115161896, -0.027959607541561127, 0.02502492256462574, 0.001580011798068881, 0.03264770656824112, 0.03949369117617607, -0.06236953288316727, -0.050996970385313034, 0.015404014848172665, -0.02587522380053997, 0.027346527203917503, -0.013664680533111095, 0.013954387046396732, 0.032260410487651825, 0.005375560838729143, 0.010230026207864285, 0.014470971189439297, 0.05372920259833336, 0.022357827052474025, -0.038223084062337875, 0.00472639175131917, -0.023731976747512817, 0.010741439647972584, -0.06998880207538605, 0.03883572295308113, -0.015601186081767082, 0.000252185738645494, 0.0176257137209177, 0.019508084282279015, -0.01052754372358322, 0.011295104399323463, 0.0469408743083477, 6.337651575449854e-05, -0.0489288754761219, -0.017738383263349533, -0.02587522380053997, -0.03162136301398277, 0.043032657355070114, 0.016126682981848717, -0.03527255356311798, -0.03720377758145332, 0.05794396251440048, -0.03261690214276314, -0.02904273010790348, 0.02917773462831974, -0.00386024615727365, 0.07153800129890442, -0.026336463168263435, -0.001610709703527391, 0.01570945419371128, -0.031204134225845337, 0.011960557661950588, -0.03066895343363285, 0.01939849555492401, -0.026767225936055183, -0.04018423333764076, 0.06184139475226402, -0.039335910230875015, 0.03651015460491181, -0.016694869846105576, 0.0339830182492733, -0.010326852090656756, 0.03942019492387771, 0.015978088602423668, 0.018829867243766785, 0.07188306003808975, 0.0014019854133948684, 0.032181188464164734, 0.02386477962136269, -0.051602572202682495, -0.001211195602081716, 0.024736206978559497, 0.027533577755093575, 0.0206677857786417, 0.007536524441093206, 0.015521084889769554, 0.0902622416615486, 0.044785190373659134, 0.004928404465317726, 0.011418336071074007, -0.040238723158836365, -0.03961032256484032, 0.004909919574856758, -0.04858866333961487, -0.06588341295719147, 0.013592503033578396, -0.056489601731300354, 0.03716328367590904, -0.026891008019447327, -0.0017551775090396404, -0.05936267226934433, 0.01829380728304386, 0.04377689212560654, -0.04152394458651543, -0.024692196398973465, -0.006953812204301357, 0.03308958560228348, -0.0013467509998008609, -0.0077988323755562305, -0.004334249533712864, -0.01323556900024414, 0.000767560035455972, -0.01274088118225336, 0.0048201363533735275, -0.03657529503107071, 0.007321748416870832, -0.02808107808232307, 0.05239125341176987, 0.020646661520004272, 0.0036908017937093977, 0.021331919357180595, 0.047222547233104706, 0.006469686049968004, 0.05846836045384407, -0.009928987361490726, 0.0010660678381100297, -0.02317379973828793, -0.0437733493745327, 0.011566214263439178, -0.025627437978982925, -0.005070121493190527, 0.01517779566347599, -0.00197237404063344, 0.004703945945948362, -0.02596764825284481, 0.020405149087309837, -0.017787236720323563, -0.08097054064273834, -0.01926293969154358, -0.015192318707704544, -0.0443776473402977, -0.016646018251776695, -0.0394149124622345, -0.02057800255715847, 0.008562872186303139, -0.03517748787999153, -0.06063724309206009, 0.006919483188539743, -0.05282432585954666, 0.006668617948889732, 0.05478547513484955, -0.03838680684566498, -0.006823538336902857, 0.03937750309705734, 0.007062080316245556, -0.06962966918945312, -0.00918145291507244, 0.03068237565457821, 0.01909305714070797, -0.07089719921350479, 0.016473272815346718, -0.011362881399691103, -0.028054671362042427, 0.010541627183556557, 0.04163617268204689, 0.032802630215883255, 0.02146196737885475, -0.01144650299102068, -0.030140815302729607, -0.0008467806619592011, -0.026503928005695343, 0.034564848989248276, 0.007325489073991776, 0.02049482055008411, -0.004757639952003956, 0.004195173271000385, 0.016399113461375237, -0.04213658347725868, 0.0416075624525547, 0.06412999331951141, 0.007712570484727621, 0.04742676019668579, 0.01234301645308733, 0.032946545630693436, -0.0222706850618124, 0.033580753952264786, -0.015104296617209911, 0.005137018859386444, 0.041339974850416183, 0.04843726381659508, -0.037210818380117416, 0.018574601039290428, -0.003731292439624667, -0.04458890110254288, 0.008976579643785954, 0.006422153674066067, -0.008178651332855225, -0.022986311465501785, -0.07684755325317383, -0.036085885018110275, 0.018907327204942703, -0.04110143333673477, -0.0006108792149461806, 0.048011235892772675, 0.016171574592590332, -0.04040604829788208, 0.004533841740339994, -0.0028070516418665648, 0.004716269206255674, 0.021877000108361244, -0.05308135598897934, 0.03384746238589287, 0.024737967178225517, -0.014786973595619202, 0.037943169474601746, -0.03747136518359184, -0.010198337957262993, -0.017141588032245636, -0.018752407282590863, -0.07353788614273071, -0.05172932520508766, 0.04213041812181473, 0.015939194709062576, 0.00999236386269331, 0.053637661039829254, -0.005032271612435579, 0.036606982350349426, 0.009006507694721222, 0.006355256773531437, 0.02429785206913948, -0.0003591336135286838, -0.013531766831874847, -0.05830992013216019, -0.0015034318203106525, -0.013700100593268871, 0.014353021048009396, 0.005788388662040234, -0.017844010144472122, -0.00376034015789628, -0.0004207496531307698, -0.05170819908380509, -0.014171693474054337, 0.031238462775945663, 0.02579072304069996, 0.00027111064991913736, 0.012364966794848442, -0.0056464518420398235, 0.008106912486255169, 0.0307182464748621, 0.0027445554733276367, -0.014756165444850922, 0.030359113588929176, 0.020887678489089012, 0.01050641853362322, -0.03945188224315643, -0.029959486797451973, -0.013318751007318497, 0.009392928332090378, 0.008561551570892334, -0.02414645254611969, -0.030139055103063583, -0.0061043910682201385, -0.061965178698301315, -0.0033985658083111048, -0.008732316084206104, -0.0391526035964489, -0.03052547574043274, -0.042757146060466766, 0.001998120918869972, 0.08568505197763443, -0.012802056968212128, -0.03025348484516144, 0.02469923719763756, -0.02584177441895008, 0.01875944994390011, 0.02061673440039158, -0.005883453413844109, -0.023526770994067192, -0.029832733795046806, 0.006453841924667358, 0.03854876756668091, 0.004388823639601469, -0.02628409117460251, -0.01618213765323162, -0.04930692911148071, 0.005522558931261301, 0.008277677930891514, 0.016893362626433372, -0.019272733479738235, -0.007425615098327398, 0.014356541447341442, 0.04242001473903656, 0.004964054096490145, 0.001538228476420045, 0.0013784392504021523, 0.019715378060936928, 0.003936385735869408, 0.009851527400314808, -0.010335654020309448, 0.003957511391490698, -0.010260834358632565, 0.004011205397546291, 0.004524379502981901, 0.027801165357232097, -0.04790208488702774, -0.020813023671507835, -0.018479427322745323, 0.002070739632472396, 0.027118107303977013, -0.03621615841984749, -0.022271346300840374, -0.014171693474054337, -0.0033836020156741142, -0.014398791827261448, -0.006250509060919285, 0.06104567274451256, 0.02302085980772972, 0.00599612295627594, 0.03820371627807617, -0.020252319052815437, 0.07539869099855423, -0.011661279015243052, -0.035846464335918427, 0.04958860203623772, 0.023695774376392365, -0.04117361083626747, -0.03553463891148567, -0.007953752763569355, 0.012745721265673636, -0.011928869411349297, 0.015833565965294838, 0.015002630650997162, 0.007454882841557264, -0.005884608719497919, 0.03180906921625137, 0.0040015229023993015, -0.0077873896807432175, -0.02839267998933792, 0.03225160390138626, -0.005226802546530962, -0.0022516269236803055, -0.03866847604513168, 0.02759695425629616, -0.02688748762011528, 0.003864647122099995, -0.007573493756353855, 0.014053241349756718, -0.00401032529771328, 0.025968527421355247, 0.002781525021418929, 0.05288264527916908, 0.04664819687604904, -0.004450439941138029, 0.0049798982217907906, 0.09030449390411376, 0.022724000737071037, -0.02694866433739662, 0.007014547940343618, 0.0432826392352581, -0.02214833162724972, -0.00306319841183722, -0.039300043135881424, 0.030171183869242668, -0.03838592395186424, -0.01777271181344986, -0.040068041533231735, 0.003953990526497364, 0.035014647990465164, -0.0539756678044796, 0.0017256897408515215, 0.018305251374840736, 0.0276039931923151, 0.04316997155547142, 0.035185519605875015, 0.01039022859185934, 0.014941014349460602, -0.028838077560067177, -0.07534763962030411, -0.03499704226851463, 0.012055622413754463, -0.007666688412427902, 0.04197286069393158, -0.016059236600995064, -0.014926929958164692, -0.004953931085765362, 0.011413054540753365, -0.03601832687854767, 0.016322974115610123, -0.00030631982372142375, 0.04301505163311958, 0.025144632905721664, 0.021577944979071617, -0.009789030998945236, -0.03203330934047699, -0.0014794456074014306, -0.01365587953478098, -0.016284244135022163, -0.07222457975149155, -0.03818787261843681, 0.008075224235653877, 0.0009768345626071095, -0.02680826745927334, -0.030163701623678207, -0.01291351579129696, 0.012750123627483845, 0.018347501754760746, 0.044993806630373, 0.005694644059985876, 0.02140541933476925, -0.022192208096385, -0.04230206459760666, 0.003131856210529804, 0.060489363968372345, -0.01841440051794052, -0.03959447890520096, -0.004844782408326864, 0.024296972900629044, -0.029234180226922035, -0.025956204161047935, 0.006876352243125439, -0.014803698286414146, 0.0477999784052372, -0.00936388038098812, -0.0034399363212287426, -0.02263069897890091, 0.0013546730624511838, 0.037704624235630035, 0.01740257441997528, 0.025203607976436615, -0.007654475048184395, -0.06964375078678131, 0.003133616643026471, 0.0067438771948218346, -0.005429254844784737, -0.04866260290145874, 0.005668677855283022, 0.004392785020172596, -0.0016161012463271618, 0.02404610626399517, 0.03863062709569931, -0.0006795371300540864, 0.013253724202513696, -0.029338210821151733, -0.06498909741640091, 0.034490909427404404, -0.06577426195144653, 0.001046152669005096, -0.029006198048591617, -0.014357862062752249, -0.07567156106233597, -0.014152328483760355, 0.009999406524002552, 0.0220299419015646, -0.01163663249462843, -0.05190184712409973, 0.026656867936253548, 0.02274864912033081, -0.02971654385328293, -0.001440055319108069, 0.02689805068075657, -0.04604656249284744, -0.048306990414857864, 0.03772443160414696, -0.02706705406308174, -0.06844311952590942, -0.04685725271701813, -0.0398145355284214, -0.012427518144249916, 0.002084383275359869, -0.008129358291625977, 0.00656651146709919, -0.016294807195663452, -0.0321635827422142, 0.038765303790569305, -0.07605182379484177, 0.0129710603505373, 0.04680708050727844, -0.03391699865460396, 0.031649526208639145, 0.0009124677744694054, -0.06943249702453613, 0.006013727281242609, -0.035842061042785645, 0.02292821742594242, 0.022229313850402832, 0.013506239280104635, -0.0145378690212965, -0.026581168174743652, 0.004971466958522797, -0.010092710144817827, -0.0070527829229831696, 0.02796928957104683, -0.019791077822446823, 0.016184255480766296, 0.020424842834472656, 0.011770428158342838, -0.02718852646648884, -0.054824210703372955, -0.03728651627898216, 0.00334553187713027, 0.007334071211516857, 0.020713558420538902, 0.064432792365551, -0.010854493826627731, -0.010346435941755772, -0.02781524881720543, 0.028181424364447594, 0.04851912334561348, 0.030352070927619938, 0.05866992846131325, 0.0070242309011518955, 0.00498209847137332, 0.01675780676305294, -0.029801927506923676, 0.03490990027785301, -0.005303382407873869, 0.007867489941418171, 0.004855345468968153, 0.03924766927957535, 0.006885814480483532, 0.02327326498925686, 0.05873066559433937, 0.005756700411438942, -0.018101036548614505, -0.01104159839451313, 0.00968164298683405, 0.04038404673337936, -0.030888130888342857, 0.0044926912523806095, 0.02290797047317028, 0.02436475083231926, 0.0100029269233346, 0.04000026732683182, -0.022369269281625748, 0.014717436395585535, -0.045393429696559906, -0.01626751944422722, 0.012981623411178589, -0.03735605627298355, -7.746018673060462e-05, -0.04981394112110138, 0.011075926944613457, 0.05076106637716293, 0.01750072091817856, 0.015151388011872768, 0.03471976891160011, 0.03744309023022652, -0.01876913197338581, 0.05104626342654228, -0.053722161799669266, 0.00618625245988369, -0.014407594688236712, -0.029558103531599045, -0.012340816669166088, -0.0136118670925498, -0.04750422388315201, -0.005434976890683174, -0.020597368478775024, 0.010400790721178057, 0.013332394883036612, -0.027744831517338753, 0.0015976163558661938, 0.07733343541622162, -0.10630354285240172, 0.014385588467121124, -0.011772188358008862, -0.026773057878017426, 0.0016370067605748773, -0.003670556703582406, 0.030100325122475624, 0.009010028094053268, -0.024255823343992233, -0.040504638105630875, -0.014695869758725166, -0.04283471405506134, 0.002048513852059841, 0.05988464504480362, -0.004508535377681255, -0.02016209438443184, -0.01980516128242016, 0.00747666833922267, 0.006785468198359013, -0.02477317489683628, -0.05402495712041855, 0.08981157094240189, -0.01519980188459158, -0.015064246021211147, 0.07512229681015015, 0.002564108232036233, 0.02233758196234703, 0.01995083875954151, -0.03967546299099922, -0.019474195316433907, -0.018207544460892677, 0.008518860675394535, -0.03585350513458252, 0.02553633414208889, -0.0020157252438366413, 0.04154066741466522, 0.06904519349336624, -0.005612782668322325, -0.006779966875910759, -0.028966588899493217, 0.007550167851150036, -0.009154385887086391, -0.08563575893640518, -0.0530250184237957, -0.00975954346358776, 0.007327910047024488, -0.01046768855303526, -0.02893226034939289, 0.03139954432845116, -0.06153155863285065, 0.04270169138908386, 0.025697968900203705, 0.03565545007586479, -0.0002232481783721596, -0.01718207821249962, 0.034184589982032776, 0.022840192541480064, 0.04003811627626419, 0.030410606414079663, 0.024202236905694008, 0.020864076912403107, -0.0464690737426281, 0.0015729700680822134, -0.018931973725557327, 0.010138042271137238, -0.001271931454539299, 0.022179139778018, -0.01783696748316288, -0.007524200715124607, -0.016330016776919365, 0.0431453250348568, 0.011358480900526048, 0.04650427773594856, -0.044962115585803986, 0.02106565050780773, -0.015523725189268587, -0.003693442558869719, -0.02922009490430355, -0.00021301550441421568, -0.00944508146494627, 0.021056847646832463, -0.05265180021524429, 0.004802751820534468, 0.031996339559555054, 0.0184306837618351, 0.07320691645145416, 0.02620971016585827, 0.02822367660701275, 0.013046760112047195, -0.012412995100021362, 0.05314473435282707, 0.003512115450575948, -0.00041194737423211336, -0.04996886104345322, -0.02002345770597458, -0.007540595717728138, -0.018009493127465248, 0.0066721392795443535, -0.03293466195464134, 0.00669502466917038, 0.0033079020213335752, 0.06818081438541412, 0.018304260447621346, -0.011328552849590778, -0.014677605591714382, 0.03711003437638283, 0.002404786879196763, -0.009439580142498016, 0.027361931279301643, 0.0038078725337982178, 0.001778063364326954, -0.002489288803189993, -0.01576314866542816, 0.026046428829431537, 0.009386766701936722, -0.07586873322725296, -0.02558474987745285, 0.017232472077012062, 0.02871132455766201, 0.029441911727190018, 0.029773760586977005, 0.03300156071782112, -0.031276311725378036, -0.013358361087739468, -0.004468924831598997, 0.028267689049243927, 0.014830105006694794, 0.01845620945096016, 0.004851824603974819, 0.03182205557823181, 0.016533128917217255, 0.007665257900953293, -0.005052516702562571, -0.02629905566573143, 0.07591098546981812, 0.020159894600510597, 0.029948923736810684, -0.06365819275379181, 0.02350916713476181, 0.0019030560506507752, -0.007116214372217655, 0.030015824362635612, -0.011671842075884342, 0.03559647873044014, 0.02710842527449131, 0.02477317489683628, -0.02332211844623089, 0.024201028048992157, -0.022911490872502327], [-0.04620959982275963, -0.023938018828630447, -0.03721188008785248, -0.0187657717615366, 0.04901843890547752, 0.009918958880007269, 0.020290719345211983, -0.024648088961839676, 0.02309955842792988, 0.028884928673505783, -0.012749824672937391, 0.0064070094376802444, -0.04422317072749138, -0.0398373045027256, -0.03265799582004547, 0.041115958243608475, -0.007622120901942253, -0.00962656270712614, 0.04202778264880181, 0.03368052467703819, -0.003463885746896267, -0.02049771323800087, 0.05561082437634468, 0.00324379000812769, -0.0036001354455947876, 0.04366801679134369, -0.012524488382041454, -0.023576432839035988, 0.03147219866514206, 0.02054332196712494, 0.0022638405207544565, -0.03277852386236191, -0.0131002739071846, -0.028672367334365845, 0.022643646225333217, 0.038789231330156326, 0.006817723624408245, 0.056658901274204254, -0.013108789920806885, -0.01989245042204857, -0.05235131457448006, 0.0035555921494960785, -0.03010760433971882, 0.031410787254571915, 0.008379354141652584, 0.06372816115617752, -0.04772930592298508, 0.02667938731610775, -0.016033491119742393, -0.05400727316737175, 0.012377758510410786, 0.01078992523252964, -0.020636584609746933, -0.017020726576447487, -0.012419681064784529, 0.036436304450035095, 0.0354144312441349, 0.005681218113750219, 0.047241952270269394, 0.03559489920735359, 0.0028101494535803795, 0.003002732992172241, -0.006705710664391518, -0.0257077906280756, 0.005371381063014269, 0.025384360924363136, 0.03565024957060814, 0.043620526790618896, 0.037332408130168915, -0.06297354400157928, -0.0057958513498306274, -0.008250842802226543, -0.002966050524264574, -0.04125220701098442, 0.0052403719164431095, -0.020146608352661133, -0.05659732595086098, 0.029678845778107643, -0.004636419005692005, -0.03590702638030052, -0.02888754941523075, 0.014823701232671738, -0.046230558305978775, -0.05430073291063309, -0.03808702155947685, -0.018146097660064697, -0.015144674107432364, -0.02409522980451584, 0.02120254375040531, 0.05163862183690071, -0.060054659843444824, -0.01586260460317135, 0.027438586577773098, -0.0003835296956822276, -0.011950667947530746, 0.046995654702186584, -0.012403960339725018, 0.035614222288131714, 0.007320799399167299, 0.06011492386460304, 0.03283616900444031, -0.029099784791469577, -0.020557979121804237, -0.027001015841960907, -0.03179202601313591, 0.007588058244436979, 0.036782167851924896, -0.05217314139008522, 0.007441327907145023, -0.05130847916007042, -0.01970379799604416, 0.026047267019748688, -0.009190302342176436, -0.016108902171254158, -0.00011528818140504882, -0.005869216285645962, 0.03915605694055557, -0.022367216646671295, -0.020819997414946556, -0.019923893734812737, -0.0590786412358284, -0.006513782311230898, 0.014426743611693382, -0.013727153651416302, 0.0015039866557344794, 0.0033957608975470066, 0.008321709930896759, 0.019187621772289276, -0.008112095296382904, -0.0015825922600924969, -9.170650446321817e-05, 0.005863321013748646, 0.016617218032479286, -0.026712140068411827, -0.026209719479084015, 0.021820908412337303, -0.02077086828649044, 0.033504318445920944, -0.014390060678124428, 0.016821593046188354, -0.029701117426157, -0.012563791126012802, 0.01560844760388136, 0.07704918831586838, -0.00950996484607458, -0.021574610844254497, -0.047142382711172104, -0.05080016329884529, 0.0036001354455947876, 0.0008672815165482461, -0.02001821994781494, -0.010365455411374567, 0.028607189655303955, 0.021443601697683334, -0.006777110975235701, 0.037259042263031006, 0.023974699899554253, 0.050823744386434555, -0.03374013304710388, -0.002607085043564439, 0.033360205590724945, 0.01258737314492464, 0.028811564669013023, -0.036132361739873886, -0.003039415692910552, 0.005544313229620457, 0.03929230570793152, -0.013376048766076565, 0.008300748653709888, -0.020290719345211983, 0.02634858898818493, -0.004485758021473885, -0.010075761005282402, 0.035641077905893326, -0.025997484102845192, 0.01323193870484829, -0.022234898060560223, -0.03707038983702659, -0.03670618310570717, 0.035136692225933075, 0.003437683917582035, -0.05362996459007263, -0.028015026822686195, 0.02274845354259014, -0.051067423075437546, -0.02412143163383007, -0.040696725249290466, -0.013077757321298122, -0.02114751935005188, 0.00583990290760994, 0.025284793227910995, -0.020330023020505905, -0.025945080444216728, 0.0027289236895740032, -0.06762176007032394, 0.01961733214557171, 0.03429299220442772, -0.012540210038423538, -0.013970831409096718, 0.014206647872924805, 0.0027249932754784822, -0.01753690466284752, 0.01717269793152809, -0.006162676960229874, 0.019085433334112167, -0.07396260648965836, 0.040175311267375946, -0.017156977206468582, 0.06461247056722641, -0.020823927596211433, -0.04094826430082321, 0.04494142904877663, 0.0038464327808469534, 0.011790836229920387, 0.011507856659591198, 0.01642594486474991, 0.056742746382951736, -0.03834773227572441, 0.08677007257938385, 0.018933463841676712, -0.07310711592435837, -0.009429394267499449, 0.028549544513225555, -0.03280145302414894, 0.0006236042245291173, 0.04072817042469978, 0.03773067519068718, 0.031096365302801132, -0.02918101102113724, 0.009162790141999722, 0.07397308945655823, -0.017605029046535492, 0.010585551150143148, -0.008713427931070328, 0.009327861480414867, 0.001928456826135516, -0.0031913863494992256, 0.02596309408545494, 0.016737747937440872, -0.003631577594205737, -0.07282020896673203, -0.01711505465209484, 0.05462104827165603, -0.01003793254494667, -0.0062727248296141624, -0.004653450101613998, -0.004263042472302914, 0.022712426260113716, -0.03763635084033013, -0.0015144674107432363, 0.008463200181722641, -0.020170191302895542, -0.01542765460908413, -0.04044518992304802, 0.0010323532624170184, 0.001593073015101254, -0.054751403629779816, 0.0392032228410244, 0.01344089861959219, 0.02328559197485447, -0.0021642735227942467, -0.025628037750720974, -0.02873819880187511, 0.014751646667718887, 0.02912598662078381, 0.02283754013478756, -0.007648322731256485, -0.022627925500273705, 0.025310995057225227, 0.003613891312852502, -0.01130217220634222, -0.05931052938103676, 0.016288384795188904, 0.026935510337352753, -0.003741625463590026, 0.012744584120810032, 0.07814442366361618, 0.017075423151254654, 0.04866209253668785, 0.02919411100447178, -0.022166771814227104, -0.04298415035009384, -0.012901468202471731, 0.04716776683926582, 0.02633286826312542, 0.030213363468647003, 0.01796923391520977, -0.08296556770801544, -0.006309407763183117, -0.046995654702186584, 0.005780130159109831, -0.02813555672764778, -0.01943391934037209, -0.0017712456174194813, 0.054088495671749115, -0.018959665670990944, 0.018542932346463203, 0.04951103404164314, -0.044498614966869354, -0.04521392658352852, 0.04818521812558174, -0.003022384364157915, -0.04067576676607132, 0.024027105420827866, 0.012993501499295236, -0.018567947670817375, -0.04644017294049263, 0.057916589081287384, -0.012692180462181568, -0.046115271747112274, -0.01587308570742607, 0.013955109752714634, -0.01026064809411764, -0.007332590408623219, 0.0398084856569767, -0.03257415071129799, 0.0013493957230821252, 0.061783984303474426, -0.0625438392162323, -0.03026052750647068, -0.010806956328451632, -0.026642050594091415, 0.010941896587610245, -0.05181679502129555, 0.04881930351257324, 0.04953199252486229, 0.029550455510616302, -0.009684206917881966, -0.05846158787608147, -0.019292429089546204, 0.014756887219846249, -0.015092270448803902, 0.029065722599625587, -0.0005869216402061284, 0.0029765311628580093, 0.03452356904745102, -0.0358755849301815, 0.02968146651983261, -0.013900086283683777, 0.04996170476078987, 0.005853495094925165, -0.003137017600238323, -0.011350645683705808, -0.04024605453014374, -0.0465083010494709, -0.038373932242393494, 0.008269306272268295, -0.02273797243833542, 0.027831614017486572, -0.02199907973408699, 0.034109581261873245, 0.012039754539728165, 0.037217121571302414, 0.0348379909992218, -0.022770725190639496, -0.010310431011021136, 0.010831848718225956, -0.022292541339993477, 0.00461152708157897, 0.04484710097312927, 0.04756685346364975, -0.028379233554005623, -0.012272950261831284, 0.03524281084537506, -0.0048025548458099365, -0.04798493906855583, 0.0248547550290823, -0.014180446043610573, 0.055624499917030334, -0.02638134174048901, 0.043252717703580856, 0.00790772121399641, -0.016401054337620735, 0.0229515191167593, -0.017052169889211655, 0.01606173999607563, -0.033402130007743835, -0.016876617446541786, 0.02613897435367107, -0.04681224003434181, 0.033645808696746826, -0.006418472621589899, -0.010837088339030744, -0.01672726683318615, 0.004670481197535992, 0.008777623064815998, 0.000826668634545058, 0.04366801679134369, -0.011709610931575298, 0.06061014160513878, 0.0008004668052308261, -0.06292638182640076, 0.001483025262132287, 0.05718817561864853, 0.021040093153715137, 0.004648038186132908, -0.032076314091682434, 0.0018865338061004875, 0.04080677404999733, 0.06729685515165329, -0.043468885123729706, 0.019086744636297222, -0.0054604671895504, -0.03462804853916168, -0.041042592376470566, -0.026841184124350548, -0.07938115298748016, 0.025745946913957596, -0.0435684509575367, 0.016535993665456772, 0.018341301009058952, -0.020458411425352097, -0.032105136662721634, -0.007420366629958153, 0.039397113025188446, 0.001870812731795013, -0.05462563410401344, -0.015354289673268797, 0.02481839992105961, 0.0006786281592212617, -0.025759046897292137, 0.03661971911787987, -0.041550908237695694, 0.03755250573158264, 0.01117247249931097, -0.0027734667528420687, -0.029360493645071983, 0.014080879278481008, 0.011093867011368276, 0.038170866668224335, 0.039239902049303055, 0.04782363399863243, -0.004221119452267885, 0.04511960223317146, 0.0323699414730072, 0.02532147616147995, -0.003636162960901856, -0.025237631052732468, -0.042819079011678696, -0.013551601208746432, 0.0031245716381818056, 0.009008198976516724, -0.005130324047058821, -0.016370920464396477, 0.0061836387030780315, -0.034733183681964874, -0.06642695516347885, 0.012063335627317429, 0.003353837877511978, -0.06183638796210289, 0.01749367080628872, -0.047718826681375504, -0.08820594102144241, -0.02546820603311062, -0.019232165068387985, -0.03513145074248314, 0.016460007056593895, -0.02825346402823925, -0.0302631463855505, -0.011324442923069, -0.004601046442985535, -0.0012576892040669918, 0.04542878270149231, -0.02309955842792988, -0.026699693873524662, 0.006858336739242077, -0.02432842552661896, -0.04180768504738808, -0.0010228550527244806, 0.03298027813434601, 0.021286390721797943, -0.050433337688446045, 0.014458185993134975, -0.03556116297841072, -0.05724582076072693, -0.008168429136276245, 0.041189320385456085, 0.008649233728647232, -0.022274199873209, -0.008311229757964611, -0.0395779088139534, -0.00025677820667624474, 0.01198211032897234, 0.03925038501620293, 0.057874664664268494, 0.02438344992697239, -0.005815502721816301, 0.015385731123387814, 0.014384820125997066, -0.016490139067173004, 0.08136200904846191, 0.046953730285167694, 0.010575070045888424, 0.042748332023620605, -0.010402138344943523, 0.037853825837373734, -0.002199646085500717, 0.025007054209709167, -0.013208356685936453, -0.039947353303432465, 0.039656512439250946, 0.047834113240242, 0.0027249932754784822, -0.0023313104175031185, 0.021616533398628235, -0.05798471346497536, 0.008609930984675884, 0.0052492148242890835, 0.024574723094701767, 0.0053857918828725815, -0.018723849207162857, -0.029563557356595993, 0.037424441426992416, -0.05534094572067261, 0.015163015574216844, 0.05760740488767624, -0.0032326544169336557, -0.011363746598362924, -0.017691494897007942, -0.017379693686962128, 0.003416722407564521, 0.004863065201789141, -0.04152994602918625, 0.041721221059560776, 0.04228980094194412, -0.03247196227312088, 0.025003451853990555, -0.03071119822561741, 0.0009223054512403904, 0.0014542031567543745, -0.04911276325583458, -0.025937220081686977, -0.04220595583319664, 0.0528910718858242, 0.010040552355349064, -0.02014988474547863, 0.01110696792602539, 0.021894272416830063, 0.03725118190050125, -0.023807663470506668, -0.0005633399705402553, 0.050779201090335846, 0.034211765974760056, -0.029600240290164948, -0.03125357627868652, -0.05076348036527634, -0.0347227044403553, -0.012743929401040075, 0.003584414254873991, 0.014846628531813622, 0.03505808860063553, -0.005580995697528124, -0.06169424206018448, -0.056092940270900726, 0.03076491318643093, 0.005058269016444683, -0.04834767058491707, -0.0008908631862141192, 0.040551308542490005, -0.0035251325462013483, -0.007478010375052691, 0.010648434981703758, 0.01942736841738224, 0.05650168657302856, 0.005522041581571102, 0.017691494897007942, 0.02787877805531025, -0.048945073038339615, 0.014352396130561829, 0.015244241803884506, 0.0034796069376170635, -0.01804259978234768, -0.04551786929368973, -0.01081088650971651, -0.0012969920644536614, -0.026166649535298347, -0.01078271958976984, -0.05873408541083336, -0.026251642033457756, -0.03285713121294975, 0.039355192333459854, 0.02140691876411438, -0.014238090254366398, -0.024693941697478294, 0.03432378172874451, -0.0074020251631736755, 0.043011005967855453, 0.02081475593149662, -0.006546534597873688, 0.012954198755323889, -0.0012288672151044011, 0.015385731123387814, 0.007897240109741688, -0.014921958558261396, -0.02256504073739052, -0.02211698889732361, -0.027260413393378254, 0.005470948293805122, -0.006697195116430521, -0.05181679502129555, -0.04327236860990524, -0.03668784350156784, -0.020157089456915855, 0.019944854080677032, 0.025690922513604164, -0.05657505244016647, -0.015102751553058624, 0.004842103458940983, -0.016260217875242233, 0.010026141069829464, -0.03666163980960846, -0.009267597459256647, -0.022051485255360603, -0.058912258595228195, 0.0017450437881052494, 0.014830252155661585, -0.03945999965071678, -0.01613510400056839, -0.0320710763335228, -0.004234220366925001, 0.041016388684511185, -0.006277965381741524, 0.0017240822780877352, 0.02818271890282631, -0.01167030818760395, -0.0011037533404305575, -0.010263267904520037, 0.04576940834522247, 0.04268528521060944, -0.03361174464225769, 0.038212791085243225, -0.06073590740561485, 0.08148778229951859, -0.012925377115607262, -0.04728911444544792, 0.031190693378448486, 0.01249304600059986, -0.020948385819792747, 0.017827745527029037, 0.04209066554903984, -0.00745704909786582, 0.0014987463364377618, -0.03369460627436638, -0.02532147616147995, -0.00747539009898901, 0.01146069262176752, -0.0018953769467771051, 0.0210348516702652, -0.011345405131578444, 0.03103380836546421, 0.0001545909617561847, -0.0130814416334033, -0.04792844131588936, -0.012555930763483047, 0.004980973433703184, -0.06049485132098198, -0.046230558305978775, 0.009772801771759989, 0.00585742574185133, -0.010070684365928171, 0.029516393318772316, 0.011422700248658655, 0.05957254767417908, 0.07724528759717941, 0.027665233239531517, 0.03693021088838577, 0.05397582799196243, -0.0005328803090378642, -0.024011382833123207, -0.006946112960577011, 0.04171859845519066, -0.0024249821435660124, 0.02248905599117279, -0.022771380841732025, 0.0035739336162805557, 0.015139433555305004, 0.00441239308565855, -0.04030894115567207, 0.002966050524264574, 0.004553882870823145, -0.03475185111165047, -0.02074466645717621, 0.03393926844000816, 0.014996633864939213, 0.03895692527294159, 0.005617678631097078, -0.02171929366886616, -0.006535726133733988, -0.05415400117635727, -0.06843925267457962, -0.029922522604465485, 0.025038495659828183, -0.0007644392317160964, 0.04751969128847122, 0.04320817440748215, -0.005497150123119354, 0.0013598764780908823, 0.027989480644464493, -0.00774715282022953, 0.027354741469025612, 0.013268621638417244, 0.03540395200252533, 0.07282020896673203, 0.024145012721419334, 0.01659625768661499, 0.011141030117869375, 0.033764369785785675, -0.03770971670746803, -0.010936656035482883, -0.06212984770536423, -0.029183629900217056, 0.03884163498878479, 0.002515050815418362, -0.01874743029475212, -0.001244588289409876, -0.032306890934705734, 0.002975221024826169, -0.02875916101038456, 0.02119206264615059, 0.006220321170985699, 0.019191879779100415, -0.0457012839615345, -0.02482888102531433, 0.01982956752181053, 0.051732949912548065, 0.007168828509747982, -0.03417770564556122, -0.040536895394325256, -0.03027624823153019, -0.0031874561682343483, 0.03758656606078148, -0.008562767878174782, 0.010931415483355522, 0.029267476871609688, 0.02089860290288925, -0.006650031544268131, -0.022177252918481827, -0.03754005953669548, 0.01811252534389496, 0.011717471294105051, 0.016978804022073746, -0.024032345041632652, -0.06055249646306038, -0.0032621314749121666, -0.0010166320716962218, -0.02184972912073135, -0.03752368316054344, 0.0012891314690932631, -0.00611747894436121, 0.009475247003138064, 0.032348815351724625, 0.003664329880848527, -0.0300902146846056, 0.03168721869587898, -0.009781153872609138, -0.026554273441433907, 0.07132145762443542, -0.05630255490541458, 0.02933560125529766, 0.010279030539095402, -0.007273635827004909, -0.10195667296648026, -0.00849202275276184, 0.03598170354962349, 0.008787448517978191, 0.0020175431855022907, -0.04476325586438179, 0.024099159985780716, 0.03151297569274902, -0.007703346665948629, -0.0052456120029091835, -0.002305763540789485, -0.05770697444677353, -0.0193422120064497, 0.0195151437073946, -0.06266436725854874, -0.05622918903827667, 0.0042971046641469, -0.0134782362729311, 0.001155501930043101, 0.01154977921396494, -0.018138237297534943, 0.019596369937062263, -0.005881007295101881, -0.039281826466321945, 0.03651491180062294, -0.033172864466905594, -0.013834581710398195, 0.06206696480512619, -0.031266678124666214, 0.019467981532216072, -0.036423202604055405, -0.04421825706958771, 0.025835033506155018, -0.037259042263031006, 0.011458072811365128, -0.02590184658765793, 0.048410553485155106, -0.016820937395095825, -0.044439662247896194, -0.01496486458927393, -0.007252674549818039, 0.02636430971324444, -0.008381974883377552, -0.02266460843384266, -0.007501919753849506, 0.019769957289099693, 0.02397994138300419, 0.0008803824312053621, -0.04616505652666092, -0.010575070045888424, -0.03144485130906105, 0.03373751416802406, -0.020343123003840446, 0.062046002596616745, -0.017000339925289154, -0.02044530957937241, -0.02289399690926075, 0.03610878065228462, 0.02260155975818634, 0.0531792938709259, 0.013205736875534058, 0.019985467195510864, -0.03130467236042023, -0.0003812370414379984, -0.0392608642578125, 0.03935781121253967, -0.026568684726953503, -0.0211868230253458, 0.009422188624739649, 0.043023452162742615, 0.04321898519992829, 0.006165297236293554, 0.02167385071516037, 0.015210178680717943, 0.0030446560122072697, 0.019986778497695923, -0.005656981375068426, 0.026369551196694378, -0.011105657555162908, -0.0007349621155299246, 0.019798124209046364, 0.013051473535597324, -0.01703120768070221, 0.025227149948477745, -0.009686827659606934, 0.043151840567588806, -0.05648072808980942, -0.025151163339614868, -0.009668486192822456, -0.014945540577173231, -0.0026254262775182724, -0.022903699427843097, 0.024603545665740967, 0.05873408541083336, 0.04717644676566124, -0.014442464336752892, 0.02096148766577244, 0.07475914061069489, 0.00279835844412446, 0.04146182164549827, -0.020943474024534225, 0.01740327477455139, -0.03900932893157005, -0.0387420691549778, 0.044553641229867935, -0.034473784267902374, 0.00376258697360754, 0.016804112121462822, -0.013032804243266582, 0.03720663860440254, 0.04224787652492523, -0.03349907696247101, 0.003280472708866, 0.04435974732041359, -0.04963679984211922, 0.028423776850104332, -0.008222143165767193, -0.029702426865696907, -0.02397994138300419, 0.008323020301759243, 0.02587171457707882, -0.010548868216574192, -0.05213121697306633, -0.0535028837621212, -0.015511500649154186, -0.05532784387469292, -0.003754726378247142, 0.010741451755166054, 0.032710399478673935, -0.0561787486076355, 0.016389261931180954, -0.0394914411008358, 0.05282294750213623, -0.04203040152788162, -0.02721325121819973, 0.05243515968322754, -0.007053540553897619, -0.0150451073423028, 0.07764790207147598, -0.005975989159196615, 0.043746624141931534, 0.0006314648198895156, -0.09176938980817796, -0.05993937328457832, -0.001074276166036725, -0.026327628642320633, -0.019295047968626022, 0.030467521399259567, 0.014230229891836643, 0.02282312884926796, 0.05890701711177826, -0.01378741767257452, 0.0516805462539196, -0.03614350035786629, 0.035582125186920166, -0.005691043566912413, -0.032867610454559326, -0.01924002543091774, -0.02520749904215336, -0.009435289539396765, 0.04537048190832138, -0.007111839484423399, -0.016952602192759514, -0.08984093368053436, 0.033330731093883514, 0.0070063769817352295, 0.03860582038760185, -0.019436538219451904, -0.04466892778873443, -0.010923555120825768, 0.011272039264440536, 0.03296815976500511, 0.03175141289830208, 0.04537113755941391, 0.050245992839336395, -0.02001461759209633, 0.0075356545858085155, -0.03551923856139183, 0.0374738983809948, -0.01763909123837948, -0.0008497590315528214, 0.020846199244260788, 0.006241282913833857, -0.011722711846232414, 0.004208018537610769, 0.03898312523961067, 0.034240588545799255, -0.03860843926668167, 0.019365139305591583, -0.018383223563432693, -0.04954247549176216, -0.04945338889956474, -0.016892338171601295, 0.011612663976848124, 0.04735200107097626, -0.022963963449001312, 0.02097262255847454, 0.02802812866866589, 0.008950554765760899, 0.05357756093144417, 0.046073347330093384, 0.03819182887673378, 0.025489168241620064, 0.007015220355242491, 0.01762721873819828, 0.01348069217056036, -0.031295500695705414, -0.01691591925919056, -0.011051944456994534, 0.0095486119389534, -0.05187869817018509, 0.021647974848747253, -0.012439332902431488, 0.03150314837694168, 0.018846996128559113, 0.04605238884687424, 0.003878545481711626, -0.0032280690502375364, -0.014202717691659927, 0.07020001858472824, -0.0060631101951003075, -0.011539299041032791, -0.017285365611314774, 0.01421974878758192, -0.003353837877511978, -0.030309000983834267, 0.03486943244934082, 0.0020961486734449863, 0.007273635827004909, -0.07276780158281326, -0.03667736053466797, 0.01338390912860632, 0.03513145074248314, 0.02688179723918438, 0.030412988737225533, 0.008678055368363857, -0.030108556151390076, -0.016008025035262108, 0.005476188380271196, 0.0200948603451252, 0.03247196227312088, 0.010113917291164398, 0.010428340174257755, 0.03498996049165726, 0.026623709127306935, 0.049900129437446594, -0.0011738432804122567, -0.049332860857248306, 0.046691711992025375, 0.028169618919491768, -0.009081563912332058, -0.030760983005166057, 0.0208748672157526, 4.2250496335327625e-05, -0.006980175152420998, 0.002656868426129222, -0.0336562879383564, 0.012299643829464912, 0.03341260924935341, 0.028329450637102127, -0.03417770564556122, -0.029288437217473984, -0.02263578586280346], [-0.045837756246328354, -0.04772717133164406, -0.05860108882188797, -0.003567155683413148, 0.009280625730752943, 0.02371475286781788, 0.028323262929916385, -0.03026084415614605, 0.004028933122754097, 0.033474911004304886, -0.004551616497337818, 0.008200096897780895, -0.055881377309560776, -0.0510304719209671, -0.03765854239463806, 0.029535215348005295, 0.05263550207018852, -0.048569515347480774, 0.008398756384849548, 0.03852558881044388, 0.014041362330317496, -0.01047744881361723, 0.011550760827958584, -0.012680268846452236, -0.04250388219952583, 0.018625477328896523, 0.009932147338986397, -0.021582333371043205, 0.011491629295051098, 0.025716250762343407, 0.0410921536386013, -0.03850706294178963, 0.015490765683352947, -0.020903022959828377, 0.02050778642296791, 0.0322783961892128, 0.018883615732192993, 0.04291023686528206, -0.01640968769788742, 0.02873733453452587, -0.023793183267116547, 0.038728147745132446, -0.008217349648475647, -0.002011996228247881, 0.04649321734905243, 0.024243999272584915, -0.023739146068692207, 0.045931316912174225, -0.007183406967669725, -0.04782350733876228, 0.02529631182551384, 0.016975369304418564, 0.02459847554564476, 0.007817481644451618, -0.03446454554796219, 0.046406835317611694, 0.005144855938851833, -0.03884425014257431, 0.05984361097216606, 0.006078908685594797, -0.0069079771637916565, -0.0167484562844038, -0.03047513402998447, -0.051278114318847656, 0.0173838809132576, 0.005875424016267061, 0.03764650225639343, 0.024512017145752907, 0.05830713361501694, -0.04378222301602363, 0.016829470172524452, -0.0396060049533844, -0.03063446469604969, -0.024897372350096703, 0.04362906888127327, -0.04925376549363136, -0.03969501703977585, 0.005207383539527655, -0.02702423371374607, -0.02497641928493977, -0.0008504899451509118, -0.016821520403027534, -0.01877616159617901, -0.04651182144880295, -0.03185039386153221, -0.0036888530012220144, -0.033397410064935684, -0.07947199791669846, 0.026184359565377235, -0.0004937357152812183, -0.028028378263115883, 0.016863591969013214, 0.0066731516271829605, -0.01680646650493145, 0.004749620333313942, 0.04711023345589638, -0.016352873295545578, 0.029801921918988228, 0.024292167276144028, 0.03611712530255318, 0.05428067222237587, 0.0006224960670806468, -0.00903854425996542, -0.04553114250302315, -0.05448693409562111, 0.0214958768337965, 0.062341004610061646, -0.02775541879236698, 0.02823340892791748, -0.049604542553424835, -0.015157285146415234, 0.019218331202864647, 0.019654326140880585, -0.06907730549573898, -0.022975541651248932, -0.0004188571183476597, -0.013326849788427351, 0.010045159608125688, -0.039075832813978195, -0.04131447151303291, -0.05528111010789871, -0.040171995759010315, 0.016829626634716988, -0.029846463352441788, 0.027636850252747536, -0.010583977214992046, 0.004439067095518112, 0.012305413372814655, -0.02873609960079193, 0.004241371992975473, 0.0002149093634216115, -0.027964770793914795, 0.05567881464958191, -0.05569363757967949, -0.022770510986447334, 0.03180040791630745, -0.02558594755828381, 0.016715608537197113, 0.0404597744345665, 0.009131177328526974, -0.019819213077425957, -0.02256795205175877, 0.012196723371744156, 0.013283621519804, 0.008789051324129105, -0.04515073075890541, 0.01397157832980156, -0.03778699412941933, 0.021999185904860497, -0.01305327285081148, -0.010656540282070637, 0.004827895667403936, 0.017793938517570496, 0.051191963255405426, 0.012853802181780338, -0.00588422454893589, 0.002782705705612898, 0.035821933299303055, -0.0310803409665823, 0.0040730880573391914, 0.000770709419157356, -0.008414504118263721, 0.014576783403754234, -0.04595694690942764, 0.0148602407425642, -0.011263596825301647, 0.04432320222258568, 0.021308138966560364, 0.018124178051948547, 0.013890215195715427, 0.06967015564441681, -0.0031859693117439747, 0.00509128300473094, 0.0260398518294096, -0.04771728441119194, -0.02292451448738575, -0.0008052925113588572, -0.006930209696292877, -0.025925524532794952, 0.055353984236717224, -0.025626087561249733, -0.01785723865032196, -0.02352269366383553, -0.022859441116452217, 0.0031495336443185806, -0.03061964176595211, -0.003347267396748066, 0.027093399316072464, -0.0440690778195858, 0.017020296305418015, 0.03672850504517555, -0.052420590072870255, 0.008480891585350037, 0.0014957196544855833, -0.01736319437623024, 0.005780321080237627, 0.03640830144286156, -0.011311148293316364, -0.029219646006822583, -0.005419668275862932, 0.006588701158761978, 0.00710405083373189, 0.05762040987610817, -0.018388181924819943, -0.043898943811655045, -0.0514405332505703, 0.04215311259031296, -0.008398756384849548, 0.057763684540987015, 0.002657959470525384, 0.006902631372213364, 0.06632176786661148, -0.009118827059864998, -0.015574753284454346, 0.04029427096247673, 0.0408821813762188, 0.0930483415722847, -0.019672852009534836, 0.05399412289261818, 0.03930123895406723, -0.053062696009874344, -0.02736821211874485, 0.02788201905786991, 0.0005544877494685352, -0.032091278582811356, 0.07342489063739777, 0.024741748347878456, 0.04995283856987953, -0.003639255417510867, -0.006177408620715141, 0.061360329389572144, -0.03541310876607895, 0.017213204875588417, -0.06395900249481201, -0.004627961665391922, -0.016089795157313347, -0.008573216386139393, 0.0020082909613847733, 0.01961943320930004, -0.015734698623418808, -0.06609821319580078, -0.04493828862905502, 0.05246628820896149, -0.001604409539140761, -0.023189213126897812, 0.014250713400542736, 0.03114333190023899, 0.007883715443313122, -0.03139776363968849, -0.015794603154063225, 0.028376681730151176, -0.036044251173734665, -0.02093390002846718, 0.0020799273625016212, 0.00881004799157381, -0.022805094718933105, -0.03590221330523491, 0.024053482338786125, 0.00978084560483694, 0.051930252462625504, -0.002959635341539979, -0.032194409519433975, -0.044242922216653824, 0.017872678115963936, 0.023520223796367645, 0.02092679776251316, -0.005015169270336628, 0.009880890138447285, 0.015842773020267487, -0.02347051165997982, 0.009515914134681225, -0.0327502079308033, -0.0065387943759560585, 0.01326571311801672, -0.017896762117743492, 0.020085997879505157, 0.07941271364688873, -0.02147858403623104, 0.06294744461774826, 0.03855646774172783, -0.05194075405597687, -0.05863814055919647, -0.024230413138866425, 0.04546382650732994, 0.011608347296714784, 0.021045060828328133, 0.013678239658474922, -0.09088443219661713, -0.022743338719010353, -0.03309480845928192, -0.0404159277677536, -0.02111175656318665, -0.004981203470379114, -0.008348888717591763, 0.04828543588519096, -0.009172862395644188, 0.03888439014554024, 0.01644046977162361, -0.03704839572310448, -0.06788665801286697, -0.0023602975998073816, 0.04538771137595177, -0.04154049605131149, -0.03931482508778572, 0.017004547640681267, -0.02878859080374241, -0.029784707352519035, 0.09066704660654068, 0.016934474930167198, -0.019371330738067627, -0.029478421434760097, 0.007815783843398094, -0.02408714033663273, -0.043078210204839706, 0.0453014075756073, -0.04368835315108299, -0.010076346807181835, 0.007758660241961479, -0.05286522954702377, 0.002961796708405018, 0.03503146022558212, -0.03204125538468361, 0.03541804850101471, -0.03720031678676605, 0.044249098747968674, 0.010820810683071612, 0.022281408309936523, 0.03852558881044388, -0.05447334796190262, -0.04316466674208641, 0.016045330092310905, -0.047393690794706345, -0.0009950364474207165, 0.026824533939361572, 0.019595040008425713, 0.0497453436255455, 0.01882185973227024, 0.027681313455104828, 0.022768039256334305, 0.03234633058309555, -0.011958733201026917, -0.01337254885584116, -0.020184805616736412, -0.01498031709343195, -0.02698224037885666, -0.05760713294148445, 0.031457047909498215, -0.06019438058137894, 0.0035509448498487473, 0.015979869291186333, 0.01867673546075821, -0.027262920513749123, 0.012160904705524445, 0.03310530632734299, -0.015483354218304156, -0.029069578275084496, -0.017205098643898964, 0.005782482214272022, 0.01495410967618227, 0.021593449637293816, -0.004577322397381067, -0.04357657581567764, -0.01901577226817608, 0.05136650055646896, -0.027638083323836327, -0.02282639965415001, 0.006842516362667084, -0.0383523665368557, 0.04434172809123993, -0.04336228594183922, 0.029831640422344208, -0.001684074173681438, -0.03529824689030647, 0.031206630170345303, -0.024284757673740387, 0.021997949108481407, -0.05007882043719292, -0.029642052948474884, 0.017255740240216255, -0.07486719638109207, 0.024394681677222252, -0.016120053827762604, 0.00967678800225258, 0.006712675094604492, 0.03488942235708237, 0.011063817888498306, -0.03313803672790527, 0.05449558049440384, 0.006005728617310524, 0.05422879382967949, 0.02524721808731556, -0.057284463196992874, 0.007562586572021246, 0.016225656494498253, 0.011075859889388084, -0.005973615683615208, 0.014967696741223335, 0.025500107556581497, 0.06046116352081299, 0.042539700865745544, -0.018447622656822205, 0.003993114456534386, -0.022730370983481407, -0.035534150898456573, 0.024778801947832108, -0.040829844772815704, -0.05910377949476242, -0.023071259260177612, -0.04274966940283775, 0.017688801512122154, 0.006769027095288038, -0.02907945960760117, -0.02531730942428112, 0.03712250292301178, 0.027335481718182564, -0.017496585845947266, -0.04384830221533775, -0.006782613694667816, 0.017087765038013458, 0.002045344328507781, 0.014430267736315727, -0.042088884860277176, -0.01666906103491783, -0.003489807015284896, 0.04926611855626106, -0.010413840413093569, 0.010554025880992413, -0.005932548549026251, -0.011767445132136343, 0.02125132456421852, 0.000416232505813241, 0.004381556995213032, -0.01927514560520649, 0.0251147523522377, 0.03660869970917702, 0.023269804194569588, -0.005643223412334919, -0.022115129977464676, -0.025857672095298767, -0.025475403293967247, 0.02023112215101719, -0.00869456585496664, 0.0037112005520612, -0.02968219481408596, 0.013465645723044872, -0.01844082958996296, -0.03902561590075493, 0.010706562548875809, -0.04580286890268326, -0.06456374377012253, 0.04297075420618057, -0.046219099313020706, -0.04346727207303047, -0.010064921341836452, -0.01759539544582367, 0.004044989589601755, 0.028629878535866737, -0.007743530441075563, -0.0458349771797657, -0.013898706994950771, -0.03662845864892006, 0.027594856917858124, 0.052568189799785614, -0.014200074598193169, -0.012599370442330836, 0.032660048454999924, 0.026677168905735016, -0.06440117210149765, -0.014423010870814323, -0.0025813826359808445, -0.0030272577423602343, -0.028021275997161865, -0.019713303074240685, -0.02532472275197506, -0.04055117070674896, 0.03958902135491371, 0.030362894758582115, 0.005630872678011656, -0.0360955111682415, -0.03458558768033981, -0.047875382006168365, 0.02806882932782173, -0.01890461333096027, 0.007201315835118294, 0.023931514471769333, 0.031121717765927315, -0.02393460273742676, 0.02023359201848507, 0.023393625393509865, -0.017479294911026955, 0.022727591916918755, 0.044513408094644547, 0.017213746905326843, 0.017210040241479874, -0.016533199697732925, 0.0007478598272427917, 0.0028234641067683697, 0.02796044945716858, -0.015230157412588596, -0.020236525684595108, 0.03320523351430893, 0.04755795747041702, 0.0033829696476459503, 0.05424855649471283, -0.019540078938007355, -0.012231924571096895, 0.02499031461775303, 0.03669391945004463, 0.0061156535521149635, -0.009633868001401424, -0.02919926680624485, -0.0650026723742485, -0.0026826616376638412, -0.046652622520923615, 0.05080197751522064, 0.008843396790325642, -0.011533468961715698, -0.03415453061461449, -0.011418604291975498, -0.014243457466363909, -0.02097589522600174, 0.01517457701265812, -0.025878051295876503, 0.04602518677711487, 0.006009742617607117, -0.014797250740230083, 0.02650853618979454, -0.03298982232809067, 0.0438118651509285, 0.008530913852155209, -0.00090410141274333, -0.037500448524951935, -0.018215421587228775, 0.020203949883580208, -0.018156135454773903, -0.00937202386558056, 0.01987726241350174, -0.007541589438915253, 0.029629085212945935, 0.0005437577492557466, -0.0237802155315876, 0.027299664914608, 0.03833157196640968, -0.025230543687939644, -0.046156108379364014, -0.006365551147609949, 0.01819071918725967, -0.014764519408345222, 0.033152855932712555, -0.03662598878145218, -0.00561234587803483, -0.013893148861825466, -0.06550782918930054, -0.040188051760196686, 0.019241798669099808, -0.020398788154125217, -0.01715198904275894, 0.018405936658382416, 0.021760189905762672, 0.052398357540369034, -0.02031758055090904, -0.01316690444946289, -0.018848299980163578, 0.02778012305498123, 0.031152594834566116, 0.026236850768327713, 0.015358608216047289, -0.05841705948114395, -0.03688042238354683, 0.01049226988106966, -0.045691706240177155, -0.004261133726686239, -0.018660061061382297, -0.04696387052536011, -0.002292598132044077, -0.01475201454013586, 0.01057872734963894, -0.05229460820555687, -0.015133818611502647, -0.03179546818137169, -0.0230477936565876, 0.023747483268380165, -0.01877152919769287, -0.042271219193935394, 0.03589974343776703, 0.008039339445531368, 0.01002539787441492, 0.04770864173769951, 0.00022386392811313272, -0.050528403371572495, -0.007148746866732836, 0.01652146689593792, 0.02094378136098385, -0.039409928023815155, -0.022428693249821663, -0.032458722591400146, -0.051533471792936325, 0.02523459494113922, 0.008564261719584465, -0.016192307695746422, -0.029611174017190933, -0.022096140310168263, -0.011462971568107603, 0.026180729269981384, 0.03705580532550812, 0.030764151364564896, -0.010784991085529327, 0.028271697461605072, 0.010458304546773434, -0.005223902873694897, -0.010174846276640892, -0.0020725165959447622, 0.00785777810961008, -0.017039595171809196, 0.005734852980822325, -0.00798005424439907, -0.046653855592012405, -0.015387016348540785, -0.03767583146691322, 0.01765468157827854, 0.033856868743896484, -0.03464363515377045, 0.004781115800142288, -0.003603436984121799, -0.03775148466229439, 0.0060038757510483265, 0.02828898653388023, 0.041258737444877625, 0.026048343628644943, -0.004153679125010967, 0.026084313169121746, -0.01317122671753168, 0.06155485659837723, -0.026540378108620644, -0.03402237221598625, 0.023446734994649887, -0.00013447273522615433, -0.005723968613892794, -0.05162765085697174, 0.03815999627113342, -0.02186490409076214, -0.0228742603212595, -0.024540424346923828, 0.009786403737962246, -0.020876990631222725, -0.015232008881866932, 0.010303298011422156, 0.0038164937868714337, -0.0018430561758577824, 0.0023383742664009333, 0.039676714688539505, -0.03541804850101471, -0.0465640053153038, -0.06163698807358742, 0.004746532533317804, -0.01339601632207632, 0.012113970704376698, -0.02796044945716858, 0.001797395758330822, -0.029047345742583275, 0.018715640529990196, -0.027433056384325027, 0.03810565173625946, 0.02916529960930347, 0.04371058568358421, -0.0023578274995088577, 0.06360328942537308, 0.022580303251743317, -0.01016002520918846, -0.02782273478806019, 0.008900212123990059, -0.04321901500225067, -0.006296597421169281, -0.035339005291461945, 0.02291501872241497, -0.007919534109532833, -0.0006694303010590374, -0.07616931200027466, -0.03402731567621231, -0.018930550664663315, 0.04515419900417328, -0.01478918269276619, 0.01804374158382416, 0.02754051238298416, 0.02410690300166607, 0.007855616509914398, -0.01833646185696125, 0.027076108381152153, -0.029932303354144096, -0.05374215915799141, -0.033150386065244675, 0.04294852539896965, 0.030037906020879745, 0.00820237398147583, 0.018011009320616722, 0.0047730873338878155, 0.028413735330104828, 0.05452274903655052, -0.04778892546892166, 0.013432915322482586, 0.01614043302834034, 0.038219746202230453, 0.050792716443538666, 0.013445422053337095, 0.02494801394641399, -0.014171666465699673, 0.037106603384017944, 0.007526767905801535, -0.0223030224442482, -0.060710661113262177, -0.040659863501787186, 0.020169368013739582, 0.024725692346692085, -0.0293885450810194, -0.006136032752692699, -0.041626956313848495, 0.013946258462965488, 0.020342282950878143, 0.031956031918525696, 0.025122161954641346, 0.02961179055273533, -0.011616915464401243, -0.04206634685397148, -0.009231221862137318, 0.05971021577715874, -0.02522359788417816, -0.02502335235476494, -0.034553781151771545, 0.01899014413356781, 0.002818214939907193, -0.02848212979733944, -0.010409518145024776, 0.017775721848011017, -0.005682746879756451, -0.0021046295296400785, 0.017012113705277443, -0.007546530105173588, -0.026035837829113007, 0.023377567529678345, 0.021206242963671684, 0.04055178910493851, 0.011702061630785464, -0.007733494509011507, -0.030025554820895195, -0.0032611568458378315, -0.04033811762928963, -0.035058632493019104, 0.036022018641233444, 0.030676458030939106, -0.006973437964916229, 0.040405429899692535, 0.03322696313261986, -0.004060737323015928, -0.0005077851237729192, 0.0030980450101196766, -0.06097497418522835, 0.06842269003391266, -0.08526837825775146, 0.029000412672758102, -0.06194083020091057, -0.006492979824542999, -0.07280733436346054, -0.006397258955985308, -0.008080406114459038, 0.04793466627597809, 0.0015256712213158607, -0.08035757392644882, 0.003208587411791086, 0.0019588866271078587, 0.0196297001093626, -0.001159460749477148, 0.03811553120613098, -0.03888130187988281, 0.022313520312309265, -0.007608285173773766, -0.06304995715618134, -0.10610099136829376, -0.04028932750225067, -0.03259952738881111, 0.03716696798801422, -0.009121913462877274, -0.022561777383089066, -0.0010850452817976477, 0.018036330118775368, -0.013050185516476631, 0.021649030968546867, -0.061370208859443665, 0.005237489473074675, 0.032693393528461456, -0.03720896318554878, 0.018503202125430107, -0.028458815068006516, -0.06330686062574387, 0.006175556220114231, -0.07346873730421066, 0.03569718450307846, 0.026682106778025627, 0.00010868979734368622, -0.0050443485379219055, -0.0461517833173275, 0.020917844027280807, -0.004350988194346428, 0.0371323861181736, -0.003195541677996516, -0.007762751542031765, 0.002276618732139468, 0.0287336278706789, 0.044523291289806366, -0.023537514731287956, -0.04204751178622246, -0.040283773094415665, -0.007745382841676474, 0.0061454507522284985, -0.005360382609069347, 0.054147277027368546, -0.002051056595519185, -0.00975367333739996, -0.004080807324498892, 0.018878675997257233, 0.03977150842547417, 0.04535575583577156, 0.04320913180708885, 0.03540855646133423, 0.02244938351213932, 0.04995778203010559, -0.01637016423046589, 0.01327127031981945, 0.007075952365994453, -0.011013796553015707, -0.0032581558916717768, -0.014470717869699, 0.019378894940018657, -0.02411184087395668, 0.0663294866681099, -0.005156589671969414, 0.004193820059299469, 0.034583114087581635, -0.007685788907110691, 0.012922660447657108, -0.0064846426248550415, 0.012896491214632988, 0.004942914936691523, 0.03191836178302765, -0.01785723865032196, -0.008882920257747173, -0.011358083225786686, 0.02170831523835659, -0.06830412149429321, 0.0066634248942136765, -0.00358244008384645, -0.007187807466834784, 0.04021398723125458, -0.06731696426868439, 0.015971222892403603, 0.042211778461933136, 0.05213003233075142, 0.01785723865032196, 0.029496926814317703, 0.033189911395311356, 0.0022880437318235636, 0.031168032437562943, -0.015744425356388092, 0.014201309531927109, -0.02243209071457386, 0.00026705421623773873, 0.0025803018361330032, -0.003685572184622288, 0.0007830605027265847, 0.012571579776704311, 0.0113160889595747, 0.0013592399191111326, 0.01627320796251297, -0.04531623423099518, -0.014537876471877098, 0.08587481826543808, -0.059873249381780624, 0.027293488383293152, 0.00439051166176796, -0.07267332822084427, 0.03404460474848747, 0.0029099222738295794, 0.0044105821289122105, -0.011743438430130482, -0.041377462446689606, -0.008165880106389523, -0.005510448478162289, -0.04456034675240517, 0.02460712194442749, 0.04856225848197937, -0.0005488525494001806, -0.025297239422798157, 0.018240122124552727, -0.006458396557718515, 0.04938530549407005, -0.042789194732904434, -0.040406662970781326, 0.03940499201416969, -0.016002101823687553, -0.03990551829338074, 0.07539589703083038, 0.003358267480507493, 0.04084265977144241, 0.03953097015619278, -0.03905421867966652, -0.030297743156552315, -0.02436874620616436, 0.035583555698394775, -0.041634365916252136, 0.02455771714448929, -0.0006987641681917012, 0.027475668117403984, 0.07032600045204163, 0.015995927155017853, 0.019977925345301628, -0.05136086791753769, 0.016546785831451416, -0.0255478136241436, -0.049809567630290985, -0.03560640290379524, -0.0037374466191977262, 0.001223995233885944, -0.0005693862913176417, -0.014302588067948818, -0.0521325021982193, -0.04191967472434044, 0.0654633641242981, 0.014585737138986588, 0.003079440910369158, -0.01996557228267193, -0.008316699415445328, -0.003585528116673231, 0.00024316251801792532, 0.03181646391749382, 0.014151904731988909, 0.033617258071899414, 0.007904712110757828, -0.03444848954677582, 0.004258663859218359, -0.03916290774941445, 0.0597207173705101, -0.0016087323892861605, -0.01573879085481167, -0.010651599615812302, -0.002312128199264407, -0.016303468495607376, -0.006819976028054953, 0.04263295233249664, 0.06974858790636063, -0.020945489406585693, 0.028192805126309395, -0.01288406364619732, -0.017499364912509918, -0.04032391309738159, 0.007286848034709692, -0.031170502305030823, -0.006187906954437494, -0.021104346960783005, 0.009817281737923622, 0.008223679848015308, -0.0011752083664759994, 0.053386446088552475, 0.07764897495508194, 0.020448502153158188, 0.017440080642700195, -0.0342891588807106, 0.007138943299651146, 0.030499296262860295, -0.03836996480822563, -0.005137445405125618, -0.0097144590690732, 0.004682615865021944, -0.006378114689141512, 0.018624242395162582, -0.01105700060725212, 0.018838534131646156, -0.006319446489214897, 0.05734868720173836, 0.0486411489546299, 0.00938437506556511, 0.0018835446098819375, 0.050535812973976135, -0.01048609521239996, -0.03339000046253204, 0.00740418303757906, -0.014182782731950285, 0.004797171801328659, 0.026389695703983307, -0.015757549554109573, 0.0023237846326082945, -0.01531167421489954, -0.04854728281497955, -0.04199378192424774, 0.008765584789216518, 0.03586516156792641, 0.027812235057353973, 0.029756609350442886, 0.033634550869464874, -0.03186092898249626, -0.024074170738458633, -0.02308978885412216, 0.021834297105669975, 0.028575534000992775, 0.04561265930533409, 0.0025011003017425537, 0.010025088675320148, 0.009609165601432323, 0.042280327528715134, -0.018025213852524757, -0.01838061586022377, 0.06473217904567719, 0.022262878715991977, 0.020363451912999153, -0.016186749562621117, 0.03202396631240845, 0.002639857353642583, -0.015605630353093147, 0.02792215906083584, -0.010339733213186264, -0.0034126124810427427, 0.048791833221912384, 0.02704399637877941, -0.04648958891630173, 0.027373772114515305, 0.013087239116430284], [-0.0245436429977417, -0.06509530544281006, -0.039677076041698456, -0.011859419755637646, 0.020414499565958977, 0.017723744735121727, 0.02209838666021824, -0.02102598175406456, 0.036703940480947495, 0.038488831371068954, -0.0010656643426045775, -0.0017819624627009034, -0.04604704678058624, -0.04634273424744606, -0.06722663342952728, 0.01632213406264782, 0.004067481029778719, -0.0264898594468832, 0.025313980877399445, 0.04217486083507538, -0.002552544232457876, 0.002860316075384617, 0.01611183024942875, 0.01588042452931404, -0.03134097531437874, 0.03643612191081047, -0.004303156863898039, -0.023362886160612103, 0.021500656381249428, 0.02081875875592232, -0.010644933208823204, -0.02058686502277851, 0.005065321456640959, -0.03234271705150604, 0.0027012445498257875, 0.009318708442151546, -0.009766638278961182, 0.033187832683324814, -0.054075635969638824, -0.02750331349670887, -0.05158127844333649, 0.02678799070417881, -0.014314253814518452, 0.018466757610440258, 0.02340167760848999, 0.04026493802666664, -0.024118464440107346, 0.030453043058514595, -0.019883617758750916, -0.06835085153579712, 0.020455487072467804, 0.010377541184425354, 0.012087775394320488, 0.007543088868260384, 0.013406621292233469, 0.033070724457502365, 0.03209337964653969, -0.026515232399106026, 0.0664530023932457, 0.015805402770638466, -0.01482756808400154, 0.016894977539777756, -0.04800295829772949, -0.01112799532711506, 0.03788866475224495, 0.04556349664926529, -0.02402233704924583, 0.0389406643807888, 0.022659029811620712, -0.04458224028348923, 0.017590338364243507, 0.003925977740436792, -0.008992518298327923, -0.01567658595740795, 0.02613610215485096, 0.008005169220268726, -0.07967500388622284, -0.01351744495332241, -0.03672833740711212, -0.01758858561515808, -0.003736595390364528, 0.011528595350682735, -0.01616794429719448, -0.027682878077030185, -0.043556589633226395, 0.014918813481926918, -0.01527598686516285, -0.04062308371067047, 0.04347168654203415, 0.0007299606222659349, -0.04119104892015457, -0.01584004797041416, 0.007701181340962648, -0.0007963206153362989, -0.007751805707812309, 0.05979528650641441, 0.022822977975010872, 0.06543101370334625, 0.003957327920943499, 0.03387022018432617, 0.05225463956594467, -0.004805248696357012, -0.016607578843832016, -0.05066004395484924, -0.07021284103393555, 0.05248299241065979, 0.038552261888980865, -0.017797181382775307, 0.0013681270647794008, -0.0069233872927725315, -0.027685804292559624, 0.005126557778567076, 0.011350007727742197, -0.05646654590964317, 0.0023128429893404245, -0.011957739479839802, 0.033254191279411316, 0.014478201977908611, -0.029854217544198036, -0.023463645949959755, -0.032559365034103394, 0.00023372401483356953, 0.01618502102792263, -0.022725390270352364, -0.016750788316130638, -0.016289440914988518, -0.01021298300474882, 0.016570495441555977, -0.03323589637875557, -0.012006289325654508, 0.002182562602683902, -0.024363165721297264, 0.006908276583999395, -0.009511139243841171, -0.04627662152051926, 0.014775846153497696, -0.03528159111738205, 0.030258841812610623, 0.0017030684975907209, 0.00581870274618268, -0.014568471349775791, 0.008155942894518375, 0.017417563125491142, 0.02728959545493126, -0.007379384245723486, -0.02766384743154049, -0.04717418923974037, -0.04741621017456055, -0.017349980771541595, 0.012435313314199448, -0.023179421201348305, -0.02276540175080299, -0.011405512690544128, 0.023660285398364067, 0.015569239854812622, -0.002033595461398363, 0.03188624978065491, 0.01488514430820942, -0.028367945924401283, 0.029967419803142548, 0.022533629089593887, 0.03029775619506836, 0.04349705949425697, -0.002382313599810004, 0.0045806122943758965, -0.0349639393389225, 0.0032335887663066387, -0.028032243251800537, -0.0005414321785792708, 0.026532309129834175, 0.06151381880044937, 0.004167020786553621, 0.01932443678379059, 0.048206672072410583, -0.05624404549598694, 0.01802944019436836, -0.008903957903385162, -0.04470130056142807, 0.016193805262446404, 0.037339240312576294, -0.023119159042835236, 0.0010271170176565647, -0.009563654661178589, -0.015985697507858276, -0.025813572108745575, 0.014068818651139736, -0.03053830936551094, 0.03750172629952431, -0.009204529225826263, 0.061660200357437134, 0.027197374030947685, -0.022311462089419365, 0.03451161831617355, -0.00784024503082037, -0.03067883662879467, 0.026795310899615288, -0.009360183030366898, -0.016796899959445, -0.014897099696099758, 0.011076761409640312, -0.022500937804579735, 0.020198462530970573, 0.033381059765815735, 0.0093679903075099, -0.04869559034705162, -0.05824070423841477, 0.05796550214290619, -0.04360831156373024, 0.04013807326555252, 0.00677067693322897, -0.003167137037962675, 0.03236614167690277, 0.029173050075769424, 0.03291187062859535, 0.004159335512667894, 0.03632627427577973, 0.03869181498885155, -0.024366825819015503, 0.05260375887155533, 0.028123976662755013, -0.018162649124860764, -0.020862428471446037, 0.023720456287264824, -0.01932785287499428, -0.040929511189460754, 0.06372907012701035, 0.001998608699068427, 0.02630688063800335, -0.029634641483426098, -0.04397134482860565, 0.11406902223825456, -0.018741346895694733, 0.04409528151154518, -0.03547969460487366, -0.027535516768693924, 0.007222022861242294, -0.016659071668982506, 0.025891155004501343, -0.022538265213370323, -0.007662633899599314, -0.044441718608140945, -0.0013686760794371369, 0.031077973544597626, 0.0014462587423622608, -0.010899516753852367, -0.00977542158216238, 0.01642215996980667, 0.01309305801987648, -0.03466727212071419, 0.026712847873568535, 0.020669203251600266, 0.021179592236876488, -0.05957181006669998, 0.01589811220765114, 0.011835509911179544, -0.0053049009293317795, -0.03160056099295616, 0.019680390134453773, -0.003247739048674702, 0.0465628020465374, 0.007347180042415857, -0.04132767394185066, -0.04185562580823898, -0.033761654049158096, 0.03796966001391411, 0.013869251124560831, -0.01839832402765751, 0.009250273928046228, 0.030504154041409492, -0.028717128559947017, -0.04873169958591461, -0.050779588520526886, 0.05615353584289551, -0.011253640986979008, -0.023871565237641335, 0.006677480414509773, 0.0793197751045227, -0.03889479860663414, 0.06048291549086571, 0.043245282024145126, -0.051167502999305725, -0.058638863265514374, 0.031442221254110336, 0.015453687869012356, 0.019226117059588432, 0.005058978218585253, 0.02490575611591339, -0.0823981985449791, -0.01907265931367874, -0.02636884897947311, -0.023506583645939827, -0.017424393445253372, 0.008625342510640621, 0.002676847390830517, 0.06396327912807465, -0.008227319456636906, 0.022373095154762268, 0.002579930005595088, -0.07629454135894775, -0.02665441669523716, 0.021775854751467705, 0.01679665595293045, -0.006520363036543131, 0.0032160228583961725, 0.0008667824440635741, -0.0474669523537159, -0.0432189367711544, 0.08131838589906693, 0.024823538959026337, -0.010832302272319794, -0.0061417208053171635, -0.00358246685937047, -0.0351649709045887, -0.005148759577423334, 0.0293697826564312, -0.01783914305269718, 0.01286750752478838, 0.05409124866127968, -0.05297093838453293, -0.015264763496816158, 0.012710877694189548, 0.00854873564094305, 0.01829587109386921, -0.037021346390247345, 0.05785718187689781, 0.041176412254571915, 0.002780716400593519, 0.02608535625040531, -0.05100062862038613, -0.016312861815094948, 0.026601597666740417, -0.019693320617079735, -0.013289088383316994, 0.0018317325739189985, 0.028511399403214455, 0.0036841416731476784, -0.013493048027157784, 0.009865690022706984, 0.017617983743548393, 0.03162568807601929, -0.004615927115082741, -0.06239406391978264, -0.005252202972769737, -0.018700847402215004, 0.015583999454975128, -0.06434144079685211, 0.014299859292805197, -0.029765410348773003, -0.011123116128146648, -0.010799122974276544, 0.030543677508831024, 0.0020122709684073925, 0.012575718574225904, 0.01129975076764822, -0.026311760768294334, -0.011679613962769508, -0.010453172028064728, -0.027903182432055473, -0.021734869107604027, 0.03328794613480568, 0.02791123278439045, -0.03253423795104027, -0.06913411617279053, 0.06417837738990784, -0.007051731459796429, -0.013158807530999184, 0.02790571190416813, -0.028892239555716515, 0.04803686961531639, -0.0223457720130682, 0.023701030761003498, 0.0018138616578653457, -0.03728654235601425, 0.019813599064946175, 7.416711741825566e-05, 0.040223706513643265, -0.03668442368507385, -0.034159813076257706, 0.031649842858314514, -0.07100111246109009, 0.012843597680330276, -0.042064469307661057, 0.03681714087724686, -0.003349718637764454, 0.03552604839205742, 0.02913303859531879, 0.020288366824388504, 0.04006805270910263, -0.033047307282686234, 0.03244640678167343, -0.002502896124497056, -0.0060238828882575035, -0.003948911093175411, 0.04179999977350235, 0.02329140156507492, -0.011537621729075909, -0.006960608065128326, 0.04678773880004883, 0.05157347396016121, 0.010038543492555618, -0.028913678601384163, 0.03363283351063728, -0.026238935068249702, -0.013326171785593033, -0.004691069945693016, -0.05791060999035835, -0.02992643229663372, 0.002476791385561228, -0.04284517467021942, 0.017938682809472084, 0.02864314429461956, -0.004632029216736555, -0.0585959255695343, -0.005982529371976852, 0.07104965299367905, -0.05016234517097473, -0.04319705814123154, 0.010568935424089432, 0.0402107760310173, 0.02336361818015575, 0.01990899071097374, 0.0407470241189003, -0.02205495722591877, 0.0284957867115736, 0.00524634774774313, -0.014851477928459644, 0.005787962581962347, -0.014942722395062448, -0.05775349214673042, 0.026686744764447212, 0.043067675083875656, 0.04530537500977516, 0.02275686152279377, 0.05219413340091705, -0.0004769628576468676, 0.00127084378618747, 0.019726987928152084, 0.00908717978745699, -0.06302643567323685, -0.01648266613483429, 0.011377333663403988, -0.02461567521095276, 0.003402660600841046, 0.008806857280433178, 0.014476250857114792, -0.013261519372463226, -0.045338552445173264, 0.002015930600464344, -0.016763614490628242, -0.0972077175974846, 0.005858226213604212, -0.03191332891583443, -0.017868176102638245, 0.013757511973381042, -0.03775496780872345, -0.014226912520825865, 0.04349071905016899, -0.03886820375919342, -0.04307353124022484, -0.004265340976417065, -0.024577617645263672, -0.017989428713917732, 0.03715967759490013, -0.05527792125940323, -0.0033179414458572865, -0.0034995167516171932, 0.02739669755101204, -0.0542181171476841, 0.002828597091138363, 0.03032849542796612, 0.02841930091381073, -0.03035777248442173, -0.018749337643384933, -0.006859482731670141, -0.004956510383635759, 0.004165800753980875, 0.03346351906657219, 0.006676016375422478, -0.005257570184767246, -0.030596740543842316, -0.03206947073340416, -0.0020747275557368994, 0.010976732708513737, 0.01057442557066679, 0.018229495733976364, 0.008416504599153996, -0.020175406709313393, 0.013515980914235117, -0.015899088233709335, -0.0509742759168148, 0.009810552932322024, 0.06790975481271744, 0.013744338415563108, 0.05289091542363167, -0.03496979549527168, 0.005312707740813494, -0.01813446916639805, 0.05392925441265106, -0.022598523646593097, 0.0217933002859354, 0.047567471861839294, 0.028901755809783936, -0.030998196452856064, 0.008015903644263744, 0.01521444506943226, -0.035243041813373566, 0.016754936426877975, 0.01698671095073223, -0.008457551710307598, -0.017213480547070503, -0.05558532476425171, -0.08618609607219696, -0.01210680603981018, -0.03953302651643753, 0.02120545133948326, 0.02345534972846508, 0.010080872103571892, -0.0213923342525959, -0.004683629143983126, -0.02194761112332344, -0.037602730095386505, 0.023182101547718048, -0.02337788976728916, 0.05045618489384651, 0.024078695103526115, -0.013540378771722317, 0.03158872574567795, -0.04423336684703827, -0.007734361570328474, -0.015889327973127365, -0.003882550867274403, -0.03517765924334526, -0.012594747357070446, 0.03886161744594574, 0.0019332244992256165, -0.01153054740279913, 0.027377424761652943, 0.006407236680388451, 0.02219841256737709, 0.003811799455434084, 0.01906558498740196, 0.04605826735496521, -0.0009508761577308178, -0.00036571218515746295, -0.06430289149284363, -0.001791599439457059, -0.015778077766299248, 0.0382390059530735, 0.038177765905857086, 0.008013281039893627, -0.005820410791784525, -0.05551994219422341, -0.1042867675423622, -0.06373687833547592, 0.044839877635240555, 0.009975233115255833, -0.05208190530538559, 0.013029015623033048, 0.03808676451444626, 0.0041758036240935326, -0.023782148957252502, 0.005113383289426565, -0.015059827826917171, 0.01905907317996025, 0.03062516450881958, 0.026922907680273056, -0.010413038544356825, -0.07004498690366745, -0.01670614257454872, 0.011588368564844131, -0.02604851685464382, -0.04477156698703766, -0.04371565952897072, -0.044088445603847504, -0.013946345075964928, -0.011043641716241837, 0.038900651037693024, -0.060660894960165024, 0.0006352998898364604, -0.034925878047943115, 0.0031462470069527626, 0.03368065506219864, -0.01854519546031952, -0.01301242597401142, -0.016126956790685654, 0.005360037554055452, 0.012101438827812672, -0.010645665228366852, 0.03221682831645012, -0.029802890494465828, -0.005854402668774128, 0.02188271656632423, 0.004875023849308491, 0.012093143537640572, -0.02617001160979271, -0.01732534170150757, -0.03505859896540642, 0.021213257685303688, 0.005316366907209158, -0.019408851861953735, -0.040852420032024384, -0.06103953346610069, 0.0082979341968894, -0.01743512786924839, 0.03802821412682533, -0.00927406083792448, -0.03588712587952614, 0.032231468707323074, 0.0036673687864094977, 0.015574119053781033, -0.030991118401288983, -0.0023094273637980223, -0.01799333281815052, 0.01059003919363022, 0.01210168283432722, 0.022210124880075455, -0.03874719515442848, -0.007968084886670113, -0.03590896353125572, 0.011892965994775295, 0.07187183946371078, -0.04427435249090195, -1.8053837266052145e-05, 0.012877264991402626, 0.011259937658905985, -0.011488095857203008, -0.008925670757889748, 0.03273111954331398, 0.016336772590875626, -0.03263841196894646, 0.06250336021184921, -0.04224476218223572, 0.08054548501968384, 0.012086068280041218, -0.06445488333702087, 0.05565851926803589, 0.011398802511394024, -0.029762787744402885, -0.0075573609210550785, 0.020220298320055008, 0.004502724390476942, 0.03028165176510811, -0.003729825373739004, -0.006141232326626778, -0.014346457086503506, -0.017109425738453865, 0.03334007039666176, 0.008160945028066635, -0.029024716466665268, 0.0020522212143987417, 0.00678726751357317, 0.020813634619116783, -0.05551774427294731, -0.02539394237101078, 0.03879818320274353, 0.0030364603735506535, 0.018463341519236565, -0.023412900045514107, 0.0177998635917902, -0.051050398498773575, 0.05158127844333649, -0.03726702556014061, 0.038231197744607925, 0.06774190813302994, 0.0302006546407938, -0.01282895915210247, 0.06255313009023666, 0.032719407230615616, -0.02890419401228428, -0.015902016311883926, 0.04695705696940422, 0.0020327644888311625, -0.02370908111333847, -0.044388528913259506, 0.01575660891830921, 0.017504416406154633, -0.0345970056951046, -0.04063321277499199, -0.0007533817552030087, 0.025549594312906265, -0.014929059892892838, -0.011342933401465416, 0.03940225765109062, 0.028407957404851913, 0.04551421478390694, -0.00840869639068842, -0.007434765342622995, 0.01954090036451817, -0.0420830063521862, -0.04974661394953728, -0.022393587976694107, -0.002018126193434, 0.027548937126994133, -0.020382782444357872, 0.01133878529071808, 0.007339129224419594, 0.010711293667554855, 0.060564279556274414, -0.01564730890095234, 0.03478047251701355, 0.017065268009901047, 0.042075201869010925, 0.03134682774543762, 0.01936347223818302, 0.04113737866282463, -0.02406430058181286, -0.00817912071943283, -0.00032521304092369974, -0.03484781086444855, -0.04056941345334053, -0.05097232386469841, 0.041888318955898285, 0.03361770883202553, 0.0060326652601361275, 0.002971807960420847, -0.03965305909514427, -0.01538772415369749, 0.009830497205257416, 0.024750346317887303, 0.02705538272857666, 0.016376294195652008, -0.027330826967954636, -0.05516423285007477, -8.19741835584864e-05, 0.05921658873558045, -0.005927056074142456, -0.01846439391374588, -0.04405965656042099, -0.003621502080932259, -0.02422019839286804, -0.03125656023621559, 0.007600178010761738, 0.007263131905347109, 0.05187208950519562, -0.02658086083829403, -0.006729751359671354, -0.01127132773399353, -0.05569950491189957, 0.02139916457235813, -0.015638526529073715, 0.02535441890358925, -0.024870991706848145, -0.028334522619843483, -0.009318464435636995, -0.0027188104577362537, -0.03979334235191345, -0.021203868091106415, 0.034560900181531906, 0.014203734695911407, -0.016804464161396027, 0.0014096631202846766, 0.03350011631846428, 0.006608680356293917, 0.027080757543444633, -0.018870651721954346, -0.03970380499958992, 0.06621171534061432, -0.0664195790886879, 0.022799527272582058, 0.0013828263618052006, -0.024225475266575813, -0.071200430393219, 0.00899691041558981, -0.009044485166668892, 0.006422930397093296, 0.02275930345058441, -0.050739090889692307, 0.023374589160084724, 0.011163126677274704, 0.01515741553157568, -0.026228811591863632, 0.023530492559075356, -0.03078325651586056, -0.02300351671874523, 0.02965952828526497, -0.04758845269680023, -0.0987749844789505, -0.027427926659584045, -0.007061490323394537, -0.03911534696817398, -0.031720105558633804, 0.02510751970112324, -0.01526732463389635, -0.02915743738412857, -0.02846260741353035, 0.02474668994545937, -0.047751910984516144, -0.021368423476815224, 0.027862073853611943, -0.0355319045484066, 0.014306445606052876, -0.043817151337862015, -0.06215594708919525, 0.009319989010691644, -0.03371792286634445, 0.05645288899540901, 0.0020139787811785936, 0.02636738494038582, -0.02700890600681305, -0.03129461780190468, 0.02799515798687935, 4.293886013329029e-05, 0.041687775403261185, 0.0061822193674743176, -0.04518143832683563, 0.006417407188564539, 0.0021386477164924145, 0.0005260009784251451, -0.027009516954421997, -0.04162238910794258, -0.01892274059355259, 0.00391353527083993, 0.011011864989995956, -0.006247847806662321, 0.05851590260863304, 0.005220974795520306, -0.0017536618979647756, -0.0247022844851017, 0.0435887947678566, 0.023975985124707225, 0.017302285879850388, 0.049773942679166794, 0.0024309249129146338, 0.022895438596606255, 0.012295639142394066, -0.04210643097758293, 0.017313141375780106, -0.0013647725572809577, 0.002900812542065978, 0.010023295879364014, 0.02021639421582222, 0.001705843722447753, 0.00463861646130681, 0.06318257749080658, 0.010446462780237198, 0.001838197815231979, -0.0033014127984642982, -0.008161310106515884, 0.006516947411000729, -0.017533691599965096, -0.003866936778649688, 0.01645204797387123, 0.021886130794882774, -0.008853211998939514, 0.011640333570539951, 0.03198310360312462, 0.02663282491266727, -0.08475154638290405, -0.012344921939074991, -0.0036361406091600657, -0.04971929267048836, -0.0009871057700365782, -0.01577368751168251, -0.02190467342734337, 0.029319431632757187, 0.026155252009630203, 0.01039705891162157, 0.057344842702150345, 0.03748366981744766, 0.03085644729435444, 0.01710430346429348, -0.033438634127378464, 0.01152225211262703, -0.0416824072599411, -0.018502743914723396, -0.005090206395834684, -0.023349467664957047, 0.012652813456952572, 0.01622893661260605, -0.042142532765865326, 0.021943828091025352, 0.01833489164710045, -0.06525144726037979, 0.02775777503848076, 0.05510031431913376, -0.06227695941925049, -0.01003427430987358, -0.0018005042802542448, -0.03481779992580414, 0.01392316911369562, -0.005428837612271309, 0.04023566097021103, 0.011511517688632011, -0.004990666173398495, -0.046153414994478226, -0.02206471562385559, -0.0438874177634716, 0.021178128197789192, 0.02292349375784397, 0.0193537138402462, -0.03893212601542473, -0.04159018769860267, -0.017116134986281395, 0.07918315380811691, -0.02668162062764168, -0.03714284300804138, 0.06512068212032318, -0.010564422234892843, 0.00017175544053316116, 0.06978637725114822, -0.011281028389930723, 0.026559390127658844, 0.004169948864728212, -0.059306368231773376, -0.029841529205441475, -0.020578935742378235, 0.009285284206271172, -0.034457333385944366, 0.03632090613245964, -0.01328176911920309, 0.04823838919401169, 0.017893793061375618, 0.03213217109441757, 0.005866033490747213, -0.06682457029819489, -0.004830621182918549, 0.018053319305181503, -0.05329102277755737, -0.04209861904382706, -0.024814268574118618, 0.008181803859770298, 0.020181262865662575, 0.02012954093515873, -0.011224119924008846, -0.035420652478933334, 0.06052817776799202, 0.03488660231232643, -0.0033431316260248423, 0.012798218987882136, -0.004022590350359678, -0.013325683772563934, 0.04696778953075409, 0.023170392960309982, 0.018393322825431824, 0.03940616175532341, -0.015477262437343596, -0.04966464266180992, 0.009520716033875942, -0.03105674684047699, 0.035697806626558304, -0.005179987289011478, 0.023095250129699707, -0.03502151742577553, -9.661242802394554e-05, 0.023793982341885567, 0.015257444232702255, 0.014353289268910885, 0.05157932639122009, -0.031766947358846664, 0.03150126338005066, -0.0024216538295149803, 0.010660791769623756, -0.04286078363656998, -0.007377097383141518, -0.007390850689262152, 0.04314306005835533, -0.011603250168263912, 0.02082998119294643, 0.02082144282758236, -0.021450672298669815, 0.07606814056634903, -0.004604216665029526, 0.0509742759168148, 0.0062673045322299, 0.014359144493937492, 0.04450466111302376, -0.009524131193757055, -0.023416314274072647, -0.057026706635952, -0.039063625037670135, -0.0127767501398921, -0.011138729751110075, 0.007121994625777006, -0.026093894615769383, 0.009762856177985668, 0.017641892656683922, 0.03768470138311386, 0.005841514095664024, -0.03028702177107334, -0.02428485080599785, 0.029022762551903725, -0.033558666706085205, -0.04634883627295494, 0.012419088743627071, -0.01922343298792839, -0.02221207693219185, -0.014669475145637987, -0.01654561050236225, 0.0022984487004578114, 0.003923050127923489, -0.06600970774888992, -0.02394292503595352, 0.013773004524409773, 0.04178829118609429, 0.010478544980287552, 0.034688252955675125, 0.048062242567539215, -0.034759003669023514, 0.0008607289055362344, -0.021694369614124295, 0.03227977454662323, 0.05138317123055458, 0.022105703130364415, 0.004119446501135826, 0.04934065043926239, 0.03971746563911438, -0.006748231593519449, -0.02373908832669258, -0.013697250746190548, 0.05558694154024124, 0.030790576711297035, 0.04026103392243385, -0.016608798876404762, 0.020331060513854027, 0.025896644219756126, -0.006866923533380032, 0.027374498546123505, -0.005789914634078741, 0.0016558297211304307, 0.008887184783816338, 0.03406417369842529, -0.011650336906313896, 0.003860105760395527, -0.003056465880945325], [-0.04283750429749489, -0.035913996398448944, -0.059421356767416, -0.02608292736113071, 0.03638571873307228, 0.028903288766741753, 0.03157498314976692, -0.030315304175019264, 0.05956792086362839, 0.03088998794555664, -0.030444791540503505, -0.014951207675039768, -0.041167039424180984, -0.030907846987247467, -0.010519233532249928, 0.017419874668121338, -0.007631192449480295, -0.018331540748476986, 0.04657557234168053, 0.052075374871492386, -0.02624787576496601, 0.004832798615098, 0.04614587128162384, 0.03851740434765816, -0.035441748797893524, 0.04764823988080025, 0.01856530085206032, -0.039811231195926666, 0.041570473462343216, -0.003633923130109906, 0.0277150496840477, -0.0015472833765670655, 0.007340863347053528, -0.029279403388500217, 0.0260319747030735, 0.03808087483048439, -0.02302198112010956, 0.02542288415133953, -0.034999966621398926, -0.005834291223436594, -0.04005549475550651, 0.02987667545676231, -0.017657706514000893, 0.015549004077911375, 0.042093675583601, 0.049199990928173065, -0.007514608092606068, 0.03555678948760033, -0.00944247469305992, -0.0633038878440857, 0.0281457994133234, 0.0226411372423172, 0.004419515375047922, -0.019576510414481163, 0.011691170744597912, 0.02905881032347679, 0.041052524000406265, -0.011971059255301952, 0.07378002256155014, 0.03789334371685982, 0.00048748229164630175, 0.018409285694360733, -0.03891243413090706, -0.009791670367121696, 0.0202410202473402, 0.005894963163882494, 0.0065552713349461555, 0.030808039009571075, 0.05054371803998947, -0.06132401153445244, 0.013081387616693974, -0.041417937725782394, -0.01508043333888054, -0.033491555601358414, 0.05156596377491951, -0.001273337285965681, -0.06512510776519775, -0.0032558352686464787, -0.01841558888554573, -0.028582587838172913, 0.006618044804781675, -0.003856258001178503, -0.02412406913936138, -0.07178176939487457, -0.038999635726213455, 0.02593741938471794, -0.03999876230955124, -0.0159324761480093, 0.057678401470184326, 0.0026023569516837597, -0.04271983727812767, -0.005808813963085413, 0.03061709366738796, 0.006677141413092613, -0.0015535871498286724, 0.052433762699365616, -0.01020403392612934, 0.04239625111222267, 0.0395364947617054, 0.03549795597791672, 0.06879016011953354, -0.028865203261375427, -0.00025582313537597656, -0.04159778729081154, -0.04802120476961136, 0.01920932345092297, 0.028119532391428947, -0.0418851301074028, 0.0215647891163826, -0.034542690962553024, -0.0187743715941906, 0.02765779197216034, 0.00800225418061018, -0.060372158885002136, 0.03539237007498741, 0.03192746266722679, 0.026082536205649376, -0.02546306885778904, -0.06298607587814331, -0.0291522815823555, -0.03966519236564636, 0.0015170784899964929, 0.0036534906830638647, 0.0018385646399110556, -0.013067467138171196, 0.0021946553606539965, 0.007770430762320757, 0.026892421767115593, -0.02958093024790287, 0.005739473272114992, 0.032278891652822495, -0.04159831255674362, 0.015352540649473667, -0.04891002178192139, -0.04411425441503525, 0.03981700539588928, -0.03080699034035206, 0.03294497728347778, 0.015492270700633526, -0.02438540756702423, 0.010000741109251976, 0.0020954383071511984, 0.01837513968348503, 0.0254207830876112, -0.018399043008685112, -0.04367667809128761, -0.03539604693651199, -0.06449895352125168, 0.0009476487175561488, 0.008468953892588615, -0.01413160189986229, -0.001819653669372201, 0.014861643314361572, 0.02705211378633976, 0.0037464695051312447, -0.007562278769910336, 0.01778259687125683, 0.018559522926807404, -0.047531627118587494, 0.0101609593257308, 0.03264030069112778, 0.05599742755293846, 0.039534393697977066, -0.009205956012010574, 0.010338511317968369, -0.01183090079575777, 0.03741111233830452, 0.003271594410762191, -0.020938625559210777, 0.02169296145439148, 0.054925281554460526, -0.01003422960639, 0.016112130135297775, 0.04478481039404869, -0.006934278178960085, 0.0015669823624193668, 0.012821624986827374, -0.042258620262146, -0.02394993044435978, 0.01630517840385437, -0.0028328343760222197, 0.011732538230717182, 0.004806008189916611, -0.008713220246136189, -0.01534965168684721, 0.003339358838275075, -0.02787894569337368, 0.0018763865809887648, -0.01897818967700005, 0.018627285957336422, 0.046804603189229965, -0.0577382855117321, 0.02057301253080368, -0.00036666233791038394, -0.0183310154825449, 0.023605069145560265, 0.019832858815789223, -0.004145700950175524, -0.042992208153009415, -0.010444097220897676, -3.151825148961507e-05, 0.025128712877631187, 0.032965462654829025, 0.00257162656635046, -0.04412555322051048, -0.03175384923815727, 0.05259976163506508, -0.03915617614984512, 0.03268468752503395, 0.000765302567742765, 0.008579136803746223, 0.06347355991601944, 0.02532806806266308, 0.026457471773028377, 0.027670923620462418, 0.043946947902441025, 0.06300288438796997, -0.048609547317028046, 0.05479658395051956, 0.031579189002513885, -0.0696282833814621, -0.012980266474187374, 0.02494354359805584, -0.008250952698290348, -0.022095313295722008, 0.05186433345079422, 0.022791897878050804, 0.03843966126441955, -0.02959957718849182, -0.02468404360115528, 0.05578099936246872, -0.03117470256984234, 0.03775151073932648, -0.033832743763923645, -0.026345057412981987, 0.0141561608761549, -0.009748595766723156, 0.02908661961555481, -0.0060478271916508675, 0.0045759244821965694, -0.0493575818836689, -0.00908960122615099, 0.034414779394865036, -0.0208414439111948, -0.006399255245923996, -8.877640357241035e-05, -0.00493956683203578, 0.009162552654743196, -0.028281426057219505, 0.006577333435416222, 0.004129678942263126, 0.01932285539805889, -0.06925380975008011, -0.011841407045722008, -0.002285861177369952, -0.009932451881468296, -0.023862995207309723, 0.01764601841568947, 0.012238536961376669, 0.036752380430698395, 0.005653323605656624, -0.03757448121905327, -0.04872715100646019, -0.010910567827522756, 0.029507486149668697, 0.023910794407129288, 0.009201752953231336, 0.0030446629971265793, 0.030835356563329697, -0.025515075773000717, -0.008558781817555428, -0.058762628585100174, 0.03544778749346733, 0.024922531098127365, -0.014284071512520312, 0.03553210198879242, 0.06136393174529075, -0.03116682358086109, 0.0622212290763855, 0.0392129048705101, -0.05116042494773865, -0.06202318891882896, -0.012338869273662567, 0.046529341489076614, 0.02785162813961506, 0.03336232900619507, 0.02911025658249855, -0.06485615670681, -0.0031145287211984396, -0.016957607120275497, -0.01184455957263708, -0.011184513568878174, 0.03213653713464737, 0.028740115463733673, 0.08137592673301697, 0.0014606082113459706, 0.03175568953156471, -0.021304236724972725, -0.03490331023931503, -0.02930409461259842, 0.032014138996601105, 0.016053033992648125, -0.02719421125948429, 0.0018175196601077912, 0.017774192616343498, -0.046043045818805695, -0.02867438644170761, 0.07752229273319244, 0.01379377767443657, -0.01868402026593685, 0.0006660857470706105, 0.02023891918361187, -0.03225814178586006, -0.0062700305134058, 0.05578494071960449, -0.030811190605163578, 0.023373670876026154, 0.045306432992219925, -0.04089965671300888, 0.007858287543058395, 0.03622707724571228, -0.004079512320458889, -0.018402455374598503, -0.05108058080077171, 0.033653613179922104, 0.04057502001523971, 0.018990272656083107, 0.02754169888794422, -0.05369449034333229, -0.018235409632325172, 0.026048850268125538, -0.017761584371328354, 0.009648097679018974, -0.008228365331888199, 0.01343938149511814, 0.01752583123743534, -0.0209239162504673, 0.031512998044490814, -0.0009190196869894862, 0.024535907432436943, 0.01293981820344925, -0.05281198024749756, 0.005353046581149101, -0.03031110391020775, 0.014835000969469547, -0.07460422068834305, -0.006302599795162678, -0.00693637877702713, -0.01114695519208908, 0.012288572266697884, 0.026744287461042404, 0.00720087019726634, 0.018198637291789055, 0.03032817505300045, -0.02955729141831398, -0.01793467253446579, -0.005039505660533905, -0.01334377657622099, -0.004310646094381809, -0.004348468035459518, 0.026339277625083923, -0.031360529363155365, -0.023775268346071243, 0.0429273322224617, -0.02887137420475483, -0.035264723002910614, 0.022876471281051636, -0.027643345296382904, 0.07217469066381454, -0.02760276570916176, 0.04684032127261162, 0.0056779468432068825, -0.03279053792357445, 0.03883468732237816, -0.002433208981528878, 0.0315072201192379, -0.06576388329267502, -0.07366130501031876, 0.018509618937969208, -0.02468246966600418, 0.03532775864005089, -0.021227935329079628, 0.044439684599637985, 0.0017030362505465746, 0.03973112255334854, 0.03700242564082146, 0.015114052221179008, 0.05321593955159187, 0.004475854337215424, 0.05238964036107063, -0.0043671163730323315, -0.03828732296824455, 0.04118699952960014, 0.02660875767469406, 0.002203322714194655, -0.011377038434147837, -0.023162761703133583, 0.03919898718595505, 0.022170988842844963, 0.03773154690861702, -0.05082843452692032, 0.006719428580254316, -0.0264396108686924, -0.014703001827001572, 0.028454676270484924, -0.05485436692833901, -0.08110696822404861, 0.008879217319190502, -0.04780057817697525, 0.018264563754200935, 0.0246003158390522, -0.020523469895124435, -0.058729007840156555, 0.012742172926664352, 0.06415605545043945, 0.011053450405597689, -0.018512770533561707, -0.004936283454298973, 0.00790477730333805, 0.0007354915142059326, 0.030146155506372452, 0.02170819602906704, -0.0379374697804451, 0.012013706378638744, 0.04026351496577263, 0.025516124442219738, -0.013561253435909748, 0.0009987346129491923, -0.03993992879986763, 0.032506875693798065, 0.0387711264193058, 0.02611851878464222, -0.007412042003124952, 0.03680911660194397, 0.010763483121991158, 0.023979084566235542, 0.04291735216975212, 0.009800074622035028, -0.03272855281829834, -0.05631260946393013, 7.748237112537026e-05, -0.014565634541213512, -0.017619818449020386, -0.027179239317774773, -0.0023633434902876616, -0.03343876451253891, -0.043795134872198105, 0.017250990495085716, -0.028680957853794094, -0.05783388763666153, 0.020610835403203964, -0.020763633772730827, -0.04237891733646393, -0.012837383896112442, -0.03147202730178833, -0.017434846609830856, 0.02894662506878376, -0.014754744246602058, -0.0419023334980011, 0.02477649785578251, -0.0422554686665535, -0.005150082521140575, 0.04012063518166542, 0.006215399131178856, -0.02597734332084656, 0.013975718058645724, 0.013051969930529594, -0.06919096410274506, -0.010117358528077602, -0.006121468264609575, 0.006966583896428347, -0.024376215413212776, -0.016351208090782166, -0.0428900346159935, -0.014381778426468372, 0.016271166503429413, 0.04478401690721512, -0.009360920637845991, -0.0288108978420496, -0.02470610849559307, -0.009877820499241352, -0.003898807801306248, 0.01958622969686985, -0.0007879562908783555, 0.0043211523443460464, 0.027746567502617836, -0.01646566018462181, 0.019076978787779808, 0.026865139603614807, -0.031371165066957474, 0.0017505761934444308, 0.0840906947851181, -0.0005090197664685547, 0.028417382389307026, -0.01006903126835823, 0.011871087364852428, -0.00011320305202389136, 0.02641439624130726, -0.026633840054273605, -0.011523597873747349, 0.03224474564194679, 0.015682430937886238, -0.02271520532667637, 0.027234921231865883, -0.001683074631728232, -0.039498671889305115, 0.01833311654627323, 0.0660412460565567, 0.008206499740481377, 0.02224820666015148, -0.056804291903972626, -0.06050624325871467, -0.010619615204632282, -0.020444411784410477, 0.03948081284761429, 0.025408964604139328, -0.012170510366559029, -0.031032871454954147, 0.004431466106325388, -0.01286732591688633, -0.01554099377244711, 0.01767806150019169, -0.02017693407833576, 0.034455981105566025, 0.027237022295594215, -0.01728513464331627, 0.04817669838666916, -0.01149575598537922, 0.02177911251783371, 0.03342825919389725, 0.012313655577600002, -0.024374114349484444, -0.04189826175570488, 0.03343876451253891, 0.005284822545945644, -0.00931469351053238, 0.03468478471040726, -0.0070009916089475155, 0.03556099161505699, -0.0015992886619642377, -0.0012325606076046824, 0.022225620225071907, 0.0016011270927265286, -0.03527890518307686, -0.035129718482494354, -0.031085729598999023, -0.010533662512898443, 0.031097745522856712, 0.04485257342457771, -0.008146417327225208, 0.02358721010386944, 0.002103252336382866, -0.08192644268274307, -0.05919915437698364, 0.04538368806242943, 0.008501523174345493, -0.011418011970818044, 0.002597103826701641, 0.047160759568214417, 0.028603339567780495, -0.012255346402525902, -0.01096296776086092, -0.007362401112914085, 0.0054634264670312405, 0.0016736191464588046, 0.02957252599298954, 0.028307590633630753, -0.07448603212833405, -0.015817958861589432, -0.0036119914148002863, -0.061897117644548416, -0.03978864103555679, -0.049113839864730835, -0.031236557289958, -0.021167658269405365, 0.002605508780106902, 0.02715192176401615, -0.04699791595339775, 0.00442634429782629, -0.05871639773249626, 0.027819057926535606, 0.02556655555963516, -0.021438714116811752, -0.012991297990083694, 0.02210479974746704, 0.009239050559699535, 0.023241031914949417, 0.033127784729003906, 0.000633516872767359, -0.02424882911145687, -0.014961713925004004, 0.03505460172891617, 0.02389293536543846, -0.016312796622514725, -0.031020130962133408, -0.012368813157081604, -0.04797077924013138, 0.02846229448914528, 0.007559915538877249, -0.03214021027088165, 0.0005983214941807091, -0.03559251129627228, -0.002945380751043558, 0.008454245515167713, 0.05986786633729935, -0.016207341104745865, -0.020454557612538338, 0.03603376820683479, -0.004538398236036301, -0.008699562400579453, -0.023984337225556377, 0.000760344963055104, 0.006094579119235277, 0.012247992679476738, -0.021730782464146618, 0.023150943219661713, -0.03422987088561058, -9.61306650424376e-05, -0.020809268578886982, -0.011549338698387146, 0.047681860625743866, -0.01972307078540325, -0.027177663519978523, 0.006265828851610422, -0.023078713566064835, 0.012904097326099873, 0.0247915331274271, 0.008671196177601814, 0.01922350749373436, -0.0019337760750204325, 0.05015604570508003, -0.05845899879932403, 0.0834561288356781, 0.028182044625282288, -0.05374295264482498, 0.047266870737075806, 0.01813560165464878, 0.0007396283326670527, -0.015825314447283745, 0.042580895125865936, 0.0025059636682271957, 0.020455345511436462, -0.01849490962922573, 0.011423527263104916, 0.001790236565284431, -0.007092657033354044, 0.02381519041955471, -0.0008924917783588171, -0.012762791477143764, 0.018137702718377113, 0.006191235035657883, -0.0032080328091979027, -0.05722663924098015, -0.042366836220026016, 0.02925734221935272, -0.005797256715595722, -0.006274495739489794, -0.03367803990840912, 0.0011365612735971808, -0.02494334615767002, 0.03654777631163597, -0.013119734823703766, 0.033056341111660004, 0.054333265870809555, 0.008597390726208687, -0.005388570483773947, 0.07871157675981522, 0.026256803423166275, -0.018173424527049065, -0.015939829871058464, 0.03864137455821037, 0.01130559667944908, 0.001064791576936841, -0.04115495830774307, 0.016070500016212463, 0.0021269565913826227, -0.0013783981557935476, -0.0576070211827755, -0.05574528127908707, 0.003047815058380366, -0.012894117273390291, -0.023004909977316856, 0.026222003623843193, -0.014291426166892052, 0.06453887373209, -0.005261676385998726, -0.02774026244878769, 0.012454962357878683, -0.03124929405748844, -0.04365488141775131, -0.04538575932383537, 0.02110251970589161, 0.004745335318148136, 0.01909848488867283, 0.011515455320477486, 0.016724634915590286, 0.03235453739762306, 0.03952809050679207, -0.022206315770745277, 0.028386913239955906, 0.0017949644243344665, 0.06810883432626724, 0.049763116985559464, 0.014076576568186285, 0.0385783389210701, -0.023001495748758316, 0.017281457781791687, -0.0027326324488967657, -0.02828027680516243, -0.064837247133255, -0.03950287401676178, 0.021360969170928, 0.028517713770270348, 0.012705531902611256, -0.0016938433982431889, -0.03268652781844139, 0.01808779872953892, -0.0034874945413321257, 0.024863699451088905, 0.021614693105220795, 0.03662394732236862, -0.041465673595666885, -0.05612349882721901, -0.023298028856515884, 0.02727694623172283, -0.015022649429738522, -0.02232385240495205, -0.03212130069732666, 0.020579317584633827, -0.03276112303137779, -0.006789031438529491, -0.03514100983738899, 0.019346952438354492, 0.015076756477355955, 0.01094445027410984, 0.01840560883283615, 0.010674181394279003, -0.02395508624613285, -0.009341484867036344, 0.01640314981341362, 0.024086585268378254, -0.0017091428162530065, -0.01197496522217989, 0.0006330572068691254, -0.004878500010818243, -0.04692332074046135, -0.02530626766383648, -0.003621447132900357, 0.02614123746752739, -0.0034186795819550753, 0.034749530255794525, 0.015459964983165264, -0.008262640796601772, 0.04009226709604263, 0.0011992694344371555, -0.0619816929101944, 0.07667313516139984, -0.05867332965135574, 0.023095326498150826, -0.012724443338811398, -0.014614487998187542, -0.10149717330932616, 0.008483859710395336, -0.005899166222661734, 0.016034483909606934, -0.02124422043561935, -0.04252127185463905, 0.009441292844712734, 0.007463522255420685, 0.0005079691181890666, -0.03343193233013153, 0.018627813085913655, -0.03194374963641167, -0.007807727437466383, -0.005541794933378696, -0.05741364508867264, -0.08215757459402084, -0.027695611119270325, -0.01594403199851513, -0.039130959659814835, -0.013279164209961891, -0.003930326085537672, -0.025978391990065575, -0.0069045983254909515, -0.01486983522772789, 0.02514263428747654, -0.03261718899011612, -0.009016321040689943, 0.019114242866635323, -0.014686061069369316, -0.005193945020437241, -0.028672154992818832, -0.0725213959813118, 0.011854015290737152, -0.04071265086531639, 0.007169877178966999, -0.0021926197223365307, 0.02266792766749859, -0.04042951017618179, -0.027771780267357823, 0.001489762682467699, -0.0029361878987401724, 0.043727897107601166, 0.024616805836558345, -0.02431698702275753, -0.007325498387217522, -0.01104633416980505, 0.01514136791229248, 0.016068004071712494, -0.0563787966966629, -0.037916455417871475, 0.009967646561563017, 0.02691238559782505, -0.01149365585297346, 0.03958245739340782, -0.033493395894765854, -0.01816081628203392, 0.0056412420235574245, 0.020288823172450066, 0.017350010573863983, 0.02494512125849724, 0.06288521736860275, -0.0008525687153451145, -0.01745060458779335, 0.010196679271757604, -0.027341030538082123, 0.05299898982048035, 0.026175906881690025, -0.002303984249010682, 0.013928966596722605, 0.031133335083723068, 0.030732659623026848, 0.004947577603161335, 0.06429092586040497, -0.000635224103461951, 0.005441626068204641, 0.019795037806034088, -0.010699396021664144, 0.017608195543289185, -0.021245401352643967, -0.010319075547158718, 0.0017440099036321044, 0.030646245926618576, 0.01218495611101389, -0.009304450824856758, -0.0057239774614572525, 0.040957968682050705, -0.0877210721373558, -0.0058450596407055855, -0.03208557888865471, -0.040603913366794586, -0.0009308389853686094, -0.05917656794190407, 9.45547526498558e-06, 0.0434810034930706, 0.017576677724719048, -0.003398455446586013, 0.017088275402784348, 0.05718250945210457, 0.002964094514027238, -0.010331682860851288, -0.07198768854141235, 0.007522356230765581, -0.031843941658735275, 0.004514201544225216, 0.015322072431445122, -0.026666540652513504, -0.0012481227749958634, 0.0394461415708065, -0.009782214649021626, 0.010382112115621569, 0.0311043132096529, -0.035710178315639496, 0.0012487794738262892, 0.05661938712000847, -0.04869182407855987, -0.003008417086675763, -0.018711335957050323, -0.04830697178840637, 0.018074601888656616, -0.016388440504670143, 0.039296433329582214, -0.006067854817956686, -0.02800219319760799, -0.028680557385087013, 0.00823361799120903, -0.06999573111534119, 0.01381366141140461, 0.03729449585080147, 0.0025587568525224924, -0.043074943125247955, 0.0011622683377936482, 0.005283246748149395, 0.08013620227575302, -0.030217597261071205, -0.036887384951114655, 0.0949077531695366, 0.014464250765740871, -0.019496139138936996, 0.03835561126470566, -0.011192656122148035, 0.048626355826854706, 0.026486363261938095, -0.04294151812791824, -0.05722033232450485, 0.002181063173338771, 0.008225606754422188, -0.05373336374759674, 0.026752689853310585, -0.024328412488102913, 0.027072077617049217, 0.062177106738090515, 0.011386494152247906, 0.01008659601211548, -0.0357038751244545, -0.011683141812682152, -0.0018267453415319324, -0.036024309694767, -0.0312288086861372, -0.00818634033203125, -0.005307870451360941, 0.005328160244971514, -0.017179546877741814, 0.008782823570072651, -0.04205375164747238, 0.08527157455682755, 0.006293439771980047, 0.020897913724184036, 0.022329630330204964, -0.012555820867419245, -0.006996395066380501, 0.04275135695934296, -0.005632311105728149, 0.04613904282450676, 0.017319541424512863, 0.02441035956144333, -0.026047207415103912, 0.02614542283117771, -0.02302933484315872, 0.02343066781759262, -0.00962252262979746, 0.01807624287903309, -0.014746864326298237, -0.025069616734981537, -0.03147202730178833, -0.011799908243119717, 0.004787622485309839, 0.0685395896434784, -0.021199701353907585, 0.038813937455415726, 0.01907983608543873, -0.037256672978401184, -0.031128475442528725, 0.001846345840021968, -0.021655403077602383, 0.03706861659884453, -0.02408834919333458, 0.022029157727956772, 0.0006847340264357626, -0.006231880746781826, 0.06369838863611221, 0.057372670620679855, 0.04148668423295021, -0.029984362423419952, 0.03733021765947342, 0.05394243448972702, -0.00025083275977522135, -0.03869600594043732, 0.001662062481045723, -0.016877366229891777, 0.02243521623313427, 0.013937896117568016, 0.00869063287973404, 0.010398921556770802, 0.03503568843007088, 0.00511620007455349, 0.02979945577681065, 0.0485675223171711, 0.007249723188579083, -0.022701021283864975, 0.04111345857381821, -0.02171817608177662, -0.03718733415007591, -0.009765930473804474, 0.023275967687368393, 0.0018228054977953432, -0.03119991719722748, -0.01538405939936638, 0.00959835760295391, -0.008610785938799381, -0.054728295654058456, -0.023652149364352223, 0.002237270586192608, 0.01932380720973015, -0.0019824651535600424, 0.03603481501340866, 0.052517808973789215, -0.04763878509402275, -0.024886811152100563, -0.014497345313429832, 0.03278108313679695, 0.02597944438457489, -0.0006009479984641075, 0.03229517489671707, 0.05870799720287323, 0.010888505727052689, 0.048319581896066666, 0.019021790474653244, -0.04921260103583336, 0.07585812360048294, 0.02884707972407341, 0.03671981394290924, -0.008139916695654392, 0.028910115361213684, 0.01628810726106167, 0.03055904619395733, 0.022314922884106636, 0.005396975204348564, 0.015127988532185556, 0.0191226489841938, 0.0369381457567215, -0.014604507014155388, 0.00198564981110394, 0.004739294294267893], [-0.0247368011623621, -0.052296970039606094, -0.08312460035085678, -0.02369256317615509, -0.017119595780968666, 0.004623835906386375, 0.0052261678501963615, -0.013822728767991066, 0.0279513206332922, 0.02977658435702324, -0.010643500834703444, -0.027504289522767067, -0.05451301485300064, -0.005575641989707947, -0.0245926920324564, 0.011350812390446665, -0.0023344235960394144, -0.0037644878029823303, 0.0541498027741909, 0.04243871569633484, -0.01578952744603157, 0.002611613366752863, -0.008600972592830658, 0.023942731320858, -0.05413804203271866, 0.06429480761289597, -0.014017937704920769, -0.027129311114549637, 0.016657859086990356, 0.013851403258740902, 0.027986614033579823, -0.004708550870418549, -0.0019164331024512649, 0.01166329439729452, 0.026585225015878677, 0.03100849688053131, 0.003732871962711215, -0.008694993332028389, -0.03676993027329445, -0.028105633333325383, -0.033825960010290146, 0.016801968216896057, -0.0033387772273272276, -0.01518809050321579, 0.02153128944337368, 0.0462590865790844, 0.022023355588316917, 0.03781913220882416, -0.02936227060854435, -0.06060825288295746, 0.056702595204114914, 0.03975063934922218, -0.015872610732913017, -0.026542581617832184, 0.04484445974230766, 0.020476019009947777, 0.02028154581785202, -0.014042936265468596, 0.0673782229423523, -0.002835129853338003, -0.002686609048396349, -0.01574614644050598, -0.021013488993048668, -0.01281947735697031, 0.022597219794988632, 0.02915860526263714, 0.0021962421014904976, 0.017390169203281403, 0.023292768746614456, -0.05261092260479927, 0.0008576709078624845, -0.017690885812044144, -0.03807500004768371, -0.033983323723077774, 0.05253813415765762, -0.002688079606741667, -0.03179521858692169, 0.02473055198788643, -0.02051645889878273, -0.04730314388871193, -0.02081644162535667, 0.01644095964729786, 0.002694329246878624, -0.04551353678107262, -0.04325705021619797, 0.009426659904420376, -0.04162764549255371, 0.014112417586147783, 0.06410805135965347, 0.019732680171728138, -0.04127996042370796, 0.02475922927260399, 0.014058008790016174, -0.0003323336713947356, 0.012625601142644882, 0.026140397414565086, 0.0006117292796261609, 0.03568322956562042, 0.008667144924402237, 0.06583148241043091, 0.04763547703623772, -0.044875338673591614, -0.02980121411383152, -0.02165352553129196, -0.03932713344693184, 0.0300629660487175, 0.036259666085243225, -0.005657025147229433, 0.03323042765259743, -0.05916127935051918, -0.0015315290074795485, 0.02710219845175743, 0.008787909522652626, -0.06568001955747604, -0.0014771203277632594, 0.014993248507380486, 0.0180813055485487, -0.03330983594059944, -0.05383217707276344, -0.02072232775390148, -0.06383159756660461, -0.01378890685737133, 0.028087526559829712, 0.008003948256373405, -0.012854402884840964, -0.024642091244459152, -0.007045823615044355, -0.00811129529029131, -0.02825387939810753, -0.014016099274158478, 0.014263879507780077, -0.018040131777524948, 0.032923828810453415, -0.0024939733557403088, -0.044218119233846664, 0.02123994566500187, -0.03769634664058685, 0.017181357368826866, -0.02962843142449856, -0.010659676045179369, -0.040257226675748825, 0.019223151728510857, 0.0330510251224041, 0.013294817879796028, -0.023723626509308815, -0.07055473327636719, -0.03155405446887016, -0.04569146782159805, -0.0003507149813231081, 0.0030790495220571756, 0.014888843521475792, -0.0005639379378408194, 0.013270554132759573, -0.010934476740658283, 0.009146529249846935, 0.010634666308760645, 0.007223478518426418, 0.018837418407201767, -0.00833481177687645, 0.030086493119597435, 0.017323996871709824, 0.040803518146276474, 0.05052795633673668, -0.016096126288175583, 0.0005992299993522465, -0.001907058642245829, 0.024539755657315258, 0.006058472208678722, -0.0271160751581192, 0.06599985063076019, 0.0278686061501503, -0.007893660105764866, -0.015919482335448265, 0.06621380895376205, -0.030770275741815567, -0.0030160017777234316, -0.017684269696474075, -0.03970946371555328, -0.017051493749022484, 0.004473637789487839, -0.018504809588193893, -0.01409026887267828, 0.015371903777122498, 0.018492311239242554, -0.03392965346574783, 0.004673994146287441, -0.04219608381390571, -0.01985693722963333, -0.01713540405035019, 0.02958063967525959, 0.02717195637524128, -0.036721400916576385, -0.00027057257830165327, 0.010572181083261968, -0.025541167706251144, 0.017297526821494102, 0.01246104296296835, 0.023146452382206917, 0.0026601399295032024, 0.031170988455414772, -0.016678446903824806, 0.013679354451596735, 0.018909933045506477, -0.03652288392186165, -0.08778315037488937, -0.020803941413760185, 0.02868473343551159, -0.037609588354825974, 0.04038001596927643, -0.012575006112456322, 0.013034539297223093, 0.07180172204971313, 0.03728901594877243, 0.012116944417357445, 0.022287126630544662, 0.033533353358507156, 0.06824604421854019, -0.046560537070035934, 0.06247652694582939, 0.010065961629152298, -0.03748900443315506, -0.001117582316510379, 0.0493912547826767, -0.019323330372571945, -0.033214252442121506, 0.04431360960006714, 0.0007056577014736831, 0.04466800391674042, 0.004629878792911768, 0.0014028599252924323, 0.05723418667912483, 0.0030972470995038748, -0.02150757610797882, -0.018430527299642563, -0.004852660000324249, 0.005917304195463657, -0.009923689998686314, 0.021657569333910946, -0.013712440617382526, 0.03641921654343605, -0.04890893399715424, 0.018003368750214577, 0.023748623207211494, -0.031755514442920685, -0.007199583109468222, 0.0020476754289120436, -0.02538088336586952, 0.004217219073325396, -0.01610494963824749, 0.008123794570565224, 0.0441768541932106, -0.02810719609260559, -0.02125612087547779, 0.011122885160148144, -0.03693315386772156, 0.026692571118474007, -0.004232842940837145, 0.0021226711105555296, -0.03228048235177994, 0.01875663362443447, -0.018765823915600777, -0.023354897275567055, -0.05275870859622955, 0.02222518250346184, 0.05673788860440254, 0.01768500544130802, -0.0012344872811809182, 0.006826075259596109, 0.04146230593323707, 0.008564209565520287, -0.0031432004179805517, -0.041627734899520874, 0.029033612459897995, -0.0021557575091719627, -0.010219627991318704, 0.06536974012851715, 0.07610147446393967, -0.005590852815657854, 0.05901423096656799, 0.009134764783084393, -0.04853248223662376, -0.06483153998851776, 0.025080714374780655, 0.04239938035607338, -0.0001066114637069404, 0.02116348035633564, 0.002498384565114975, -0.042785756289958954, -0.0397271104156971, -0.01677843928337097, -0.035792045295238495, -0.021028194576501846, 0.02060909941792488, 0.045113563537597656, 0.03769340366125107, -0.006995918694883585, 0.03755076602101326, 0.03703020513057709, -0.027133721858263016, -0.049879465252161026, 0.02576027438044548, 0.04126635938882828, -0.045519422739744186, -0.017251206561923027, -0.006883057300001383, -0.03965064510703087, -0.03815808519721031, 0.05201904475688934, 0.030046788975596428, -0.009368575178086758, -0.006007968448102474, -0.005703345872461796, -0.02207041345536709, -0.02910272590816021, 0.03796544671058655, -0.03954366594552994, 0.03812573477625847, 0.06487859040498734, -0.024216245859861377, -0.009228876791894436, 0.04357835650444031, -0.04054765030741691, -0.002916007535532117, -0.06257284432649612, -0.003986533731222153, 0.062208160758018494, 0.030404122546315193, 0.029831361025571823, -0.02742927148938179, -0.0530381016433239, 0.0415608286857605, -0.01189636904746294, 0.0572202131152153, -0.006069869268685579, 0.004157847259193659, 0.04578255116939545, -0.011541242711246014, -0.003970358520746231, 0.03956388682126999, 0.03065410628914833, 0.01911727525293827, -0.04874129593372345, -0.021943580359220505, -0.03826837241649628, 0.007411335594952107, -0.07909248024225235, -0.0037086086813360457, -0.014751628041267397, 0.0035578820388764143, 0.004629878792911768, 0.027817504480481148, -0.012451760470867155, 0.0014197707641869783, 0.013483409769833088, -0.031011071056127548, -0.026218336075544357, -0.008377548307180405, 0.02188696712255478, -0.011496208608150482, 0.005112939048558474, 0.0030075463000684977, -0.01729605719447136, -0.06437494605779648, 0.02047087252140045, -0.03486636281013489, -0.013956728391349316, 0.02887626737356186, -0.045754700899124146, 0.06866367161273956, -0.013692405074834824, 0.036762576550245285, -0.010070372372865675, -0.015063833445310593, 0.02348430268466473, 0.0023737596347928047, 0.028377767652273175, -0.038862451910972595, -0.057684894651174545, 0.027393357828259468, -0.05619674548506737, 0.03262164071202278, -0.013763908296823502, 0.0019785617478191853, 0.01195519044995308, 0.05890835076570511, 0.0268278568983078, 0.01420947164297104, 0.05432920530438423, -0.022561192512512207, 0.05714375153183937, 0.0018032044172286987, -0.06196111813187599, 0.030410002917051315, 0.02857260964810848, -0.004275855142623186, -0.004357100464403629, 0.012652208097279072, 0.03861540928483009, 0.04090939462184906, 0.028457175940275192, -0.03994474560022354, 0.008367162197828293, -0.03921537473797798, -0.04838617146015167, -0.010965908877551556, -0.04286075010895729, -0.08228935301303864, 0.015280162915587423, -0.05522345378994942, 0.006640791893005371, 0.00977186020463705, -0.027923382818698883, -0.023229537531733513, 0.0045276787132024765, 0.04327690228819847, 0.01931946910917759, -0.017876170575618744, -0.009453864768147469, 0.004570323508232832, 0.01797983981668949, 0.00327333970926702, 0.04107408970594406, -0.023853765800595284, 0.008530388586223125, 0.022928083315491676, 0.03617437556385994, -0.04302103817462921, -0.012830139137804508, 0.0013616859214380383, 0.053488075733184814, 0.029152723029255867, 0.00588040379807353, 0.0008705377695150673, 0.05640261620283127, 0.018495988100767136, 0.013990365900099276, 0.019654743373394012, 0.012139002792537212, -0.06598441302776337, -0.05162642151117325, 0.007917189039289951, 0.001733723096549511, -0.038847748190164566, -0.006361396051943302, 0.005215874407440424, -0.026515744626522064, -0.04015906900167465, 0.02520265430212021, 0.005648937541991472, -0.07083707302808762, -0.011914750561118126, -0.0049850051291286945, -0.05117938667535782, -0.0395418256521225, -0.021856639534235, 0.004200578201562166, 0.04845748469233513, -0.03639642149209976, -0.05022356286644936, 0.00818629004061222, -0.04875011742115021, 0.003407890908420086, 0.062286097556352615, -0.0009646500111557544, -0.02268397994339466, 0.0216458048671484, 0.002226640237495303, -0.05198522284626961, -0.014190354384481909, -0.006011416669934988, -0.021028561517596245, -0.0571378655731678, -0.004124761093407869, -0.0445680059492588, 0.0014969721669331193, -0.02599114179611206, 0.03523913398385048, -0.010686513036489488, -0.015460685826838017, 0.03168639913201332, 0.002863069297745824, 0.0056158509105443954, -0.013296288438141346, 0.029398297891020775, 0.022556688636541367, 0.02690432406961918, 0.007631910964846611, -0.002066792221739888, 0.028663046658039093, -0.01856114901602268, 0.04488857463002205, 0.057011403143405914, -0.020364996045827866, 0.05655554682016373, 0.022166362032294273, 0.01072584930807352, -0.008347311057150364, 0.043028391897678375, -0.04321514442563057, -0.0010481009958311915, 0.04067117348313331, 0.01870773918926716, -0.014991778880357742, 0.022843530401587486, 0.01837981678545475, -0.04507165774703026, 0.0008448039880022407, 0.03042323887348175, -0.03670963644981384, 0.010930249467492104, -0.05007650703191757, -0.04969270899891853, -0.03639715537428856, -0.04768547043204307, 0.04090314358472824, 0.05810251459479332, -0.004231648053973913, -0.014243291690945624, 0.008302092552185059, 0.00444239005446434, -0.04023002088069916, -0.0008646557689644396, -0.014337405562400818, 0.07046650350093842, 0.0488956980407238, -0.0022945362143218517, 0.0459693931043148, -0.031230544671416283, 0.014543275348842144, 6.120969192124903e-05, -0.016219647601246834, -0.04367982596158981, -0.03796544671058655, 0.04660465195775032, -0.00231751287356019, -0.019112126901745796, 0.03979852795600891, 0.0034953858703374863, 0.0510999821126461, -0.011555212549865246, -0.008808312937617302, 0.043218083679676056, 0.0038240430876612663, -0.013471278361976148, -0.055296797305345535, -0.025763075798749924, -0.010187645442783833, -0.0009157558088190854, 0.02654993161559105, -0.015716001391410828, -0.0009925896301865578, 0.004244974814355373, -0.07433687150478363, -0.050644125789403915, 0.032993678003549576, 0.02586357481777668, 0.007871970534324646, 0.011453747749328612, 0.056918758898973465, 0.011581681668758392, -0.01288123894482851, 0.028464527800679207, -0.034294337034225464, 0.006659356877207756, 0.004840895999222994, 0.027386650443077087, -0.018162092193961143, -0.03952528536319733, -0.010944034904241562, 0.01162478607147932, -0.06785636395215988, -0.00909800175577402, -0.01870773918926716, -0.022922201082110405, -0.05545128881931305, 0.011866959743201733, -0.026229362934827805, -0.046750232577323914, -0.0021814913488924503, -0.06793126463890076, 5.7349621783941984e-05, 0.060672953724861145, -0.0004407833039294928, -0.005334249697625637, 0.027968967333436012, 0.01311394665390253, 0.010005302727222444, 0.034004095941782, 0.0002646905486471951, -0.03749782964587211, 0.010359509848058224, 0.04063808545470238, 0.029567403718829155, -0.0008249522652477026, -0.02794470451772213, -0.011599328368902206, -0.0019697388634085655, -0.007889984175562859, 0.02342217229306698, -0.0341627262532711, -0.026476774364709858, -0.0807306170463562, -0.0032821628265082836, 0.020497342571616173, 0.05513798072934151, 0.016110464930534363, -0.0015741735696792605, 0.023630984127521515, -0.03643060848116875, -0.0144388685002923, -0.037871334701776505, 0.005225799977779388, -0.02355773374438286, -0.0029715190175920725, -0.005788818933069706, 0.039930038154125214, -0.05790841206908226, -0.011396031826734545, -0.014069773256778715, 0.0071106175892055035, 0.037200603634119034, -0.007953583262860775, -0.041631411761045456, -0.0058981878682971, -0.013231953606009483, -0.0026733747217804193, -0.02814028039574623, 0.0602082796394825, 0.04292839765548706, 0.022629158571362495, 0.026474937796592712, -0.025338387116789814, 0.08399513363838196, -0.011137589812278748, -0.04995887354016304, 0.055422525852918625, 0.034294337034225464, -0.0024292711168527603, -0.03305837884545326, 0.007190759759396315, 0.01612553559243679, 0.006852544378489256, 0.004379709716886282, 0.0338745079934597, -0.01229928806424141, 0.0002823365794029087, 0.020936287939548492, 0.0039856149815022945, -0.017438694834709167, 0.002235164633020758, 0.06327280402183533, 0.0021792855113744736, -0.009587679989635944, -0.03554205968976021, -0.0017827092669904232, -0.003038059221580625, 0.03251723572611809, 0.003171691205352545, 0.006949597503989935, -0.015784379094839096, -0.0011969894403591752, -0.007714994251728058, 0.047561950981616974, 0.044947393238544464, 0.008870074525475502, 0.02998208813369274, 0.049805935472249985, -0.0014750984264537692, -0.002396919997408986, -0.027018286287784576, 0.040900569409132, 0.000438209914136678, 0.017049012705683708, -0.05119115486741066, -0.013328088447451591, 0.009471510536968708, 8.52891753311269e-05, -0.07408909499645233, -0.02712329104542732, 0.03758017718791962, 0.00789071898907423, -0.003165614092722535, 0.01822320930659771, -0.036465536803007126, 0.08690673112869263, 0.02891744114458561, -0.0054663424380123615, 0.0007080471841618419, -0.04010944068431854, -0.05966712906956673, -0.02808661013841629, 0.022254593670368195, 0.003747577080503106, -0.02669808454811573, 0.007260149344801903, -0.0008440687670372427, 0.023805974051356316, 0.0005999652203172445, -0.004463711753487587, 0.014327846467494965, 0.01190932933241129, 0.07863073796033859, 0.028539523482322693, 0.020584378391504288, 0.020529692992568016, -0.0027711631264537573, -0.008153939619660378, -0.005769151262938976, -0.05017944425344467, -0.06691965460777283, -0.02866598777472973, 0.015459984540939333, 0.011478746309876442, 0.009920014068484306, -0.0015293231699615717, -0.016641223803162575, 0.0031711398623883724, -0.03602953255176544, 0.04582087695598602, 0.021145833656191822, -0.007446627598255873, -0.03630046918988228, -0.04325925558805466, 0.027970436960458755, 0.037450771778821945, -0.025636015459895137, -0.011998753994703293, -0.03918743506073952, 0.00988619215786457, 0.0016980633372440934, 0.01602260023355484, -0.01051997859030962, 0.02525147795677185, 0.039546240121126175, 0.01962239295244217, 0.005213668569922447, -0.01898934133350849, -0.015357933938503264, -0.016628447920084, 0.0062614018097519875, 0.014690693467855452, 0.006037885323166847, -0.0019528280245140197, -0.0014444015687331555, 0.019812086597085, -0.027391061186790463, -0.03666405379772186, -0.03511708602309227, 0.006101852282881737, -0.011075829155743122, 0.025361767038702965, 0.018869495019316673, -0.020206917077302933, 0.001290090731345117, -0.005799664184451103, -0.06641968339681625, 0.03531266003847122, -0.04063882306218147, -0.0004918832564726472, -0.059092164039611816, -0.0007547356653958559, -0.08824194222688675, -0.025652924552559853, -0.001706702634692192, 0.01053321361541748, 0.0006892983219586313, -0.019841497763991356, -0.012974984012544157, 0.006950332783162594, -0.015959186479449272, -0.022854557260870937, -0.014158003963530064, -0.04341219365596771, 0.005905540194362402, 0.05603498965501785, -0.025973495095968246, -0.0645139142870903, -0.03569976985454559, -0.02401919662952423, -0.0031380534637719393, -0.0018587157828733325, -0.011055242270231249, 0.009375927038490772, -0.020625274628400803, -0.057740774005651474, 0.007690731436014175, -0.03268928453326225, -0.008686629123985767, 0.0084068663418293, -0.06417275220155716, 0.00804218091070652, -0.01719900406897068, -0.104840986430645, 0.007533386815339327, -0.03810882195830345, -0.0032071673776954412, -0.000185651020728983, 0.03816543519496918, -0.03194814920425415, -0.03653905913233757, 0.006025018636137247, 0.008353928104043007, 0.022931024432182312, 0.03434212878346443, -0.010886133648455145, 0.001410212484188378, -0.00807306170463562, -0.008487743325531483, -0.007564267609268427, -0.03272751346230507, -0.005046766251325607, -0.016685063019394875, 0.011406691744923592, -0.02112818881869316, 0.02537352964282036, 0.013998362235724926, -0.016604000702500343, 0.012712579220533373, 8.675968274474144e-05, 0.026969026774168015, 0.020051779225468636, 0.07400159537792206, -0.0033483353909105062, -0.07175466418266296, -0.028496144339442253, -0.0028086609672755003, 0.029696809127926823, -0.0018801300320774317, -0.0241177212446928, 0.005402996204793453, 0.009508272632956505, 0.03260987624526024, -0.00839363131672144, 0.04553265869617462, 0.0010687800822779536, -0.011874495074152946, 0.003321130992844701, -0.021959757432341576, 0.055511489510536194, -0.03563176095485687, -0.02186601236462593, 0.028468940407037735, 0.008795813657343388, 0.04143325984477997, -0.026116134598851204, -0.04537678137421608, -0.010637619532644749, -0.048020750284194946, -0.020292941480875015, -0.007806900888681412, -0.022206986322999, 0.004792920779436827, -0.0395212396979332, -0.007254703901708126, 0.03876246139407158, 0.015259410254657269, 0.0009164910297840834, 0.01691446080803871, 0.03182830289006233, 0.027119018137454987, -0.0011896369978785517, -0.06295517832040787, 0.009702378883957865, -0.012146355584263802, -0.03031001053750515, 0.03224758058786392, -0.03088515996932983, -0.03560969978570938, 0.0021792855113744736, -0.03829630836844444, 0.04645760357379913, 0.029707102105021477, -0.01782543770968914, 0.004315926227718592, 0.06760288774967194, -0.0493912547826767, -0.021032605320215225, -0.01768500544130802, -0.05145584046840668, 0.008214229717850685, 0.002338099759072066, 0.014885902404785156, 0.020684096962213516, -0.046022333204746246, 0.001278970041312277, -0.006099922116845846, -0.055620308965444565, 0.0044408272951841354, 0.04097997769713402, 0.037902217358350754, -0.04189169034361839, 0.0007558385841548443, -0.014198442921042442, 0.04082704707980156, -0.055008579045534134, -0.021450228989124295, 0.0464344434440136, 0.0048879520036280155, -0.006340809166431427, 0.03527148813009262, -0.011136120185256004, 0.008446569554507732, 0.01371685229241848, -0.028792083263397217, -0.03165331482887268, -0.00022792797244619575, 0.026307299733161926, -0.05965242907404899, 0.005723197944462299, -0.026249948889017105, 0.02706902101635933, 0.0923534706234932, 0.004152700304985046, 0.03147023543715477, -0.032027553766965866, 0.018979784101247787, -0.02083408646285534, -0.044126853346824646, -0.033249545842409134, -0.027013622224330906, 0.010156764648854733, -0.004571426194161177, -0.03741547837853432, 0.031362153589725494, -0.04192404076457024, 0.05558501556515694, 0.011772846803069116, 0.046037040650844574, 0.021257592365145683, -0.033152490854263306, -0.006317281164228916, -0.0023351588752120733, 0.018848907202482224, 0.02282661944627762, 0.007058414630591869, 0.030804099515080452, -0.04297398030757904, -0.019445931538939476, -0.006747770588845015, 0.032540760934352875, 0.007838516496121883, -0.010855253785848618, 0.007559856399893761, -0.037496358156204224, -0.021332496777176857, -0.004544589668512344, 0.026994023472070697, 0.08538328856229782, -0.011699321679770948, 0.015463074669241903, -0.002591026248410344, -0.052964579313993454, -0.05098233744502067, -0.024719154462218285, 0.029104195535182953, 0.009278139099478722, -0.018830526620149612, -0.03788898140192032, -0.005818228702992201, 0.00970789324492216, 0.05523945018649101, 0.0323701836168766, 0.04082116484642029, 0.02960747666656971, -0.005724668502807617, 0.02559557743370533, 0.0031689340248703957, -0.00835833977907896, -0.03770957887172699, 0.010446453467011452, 0.003375539556145668, 0.0006131997797638178, 0.014924870803952215, -0.01227134745568037, 0.026224398985505104, 0.030898211523890495, 0.05151466280221939, 0.044050391763448715, -0.016769984737038612, -0.017431342974305153, 0.013437457382678986, -0.015625566244125366, -0.037003740668296814, 0.018422462046146393, 0.019390052184462547, 0.020050309598445892, -0.012508098967373373, -0.004856336396187544, 0.02858363837003708, -0.03709711506962776, -0.053479257971048355, -0.03567734360694885, 0.012539714574813845, 0.046467896550893784, 0.009488053619861605, 0.03856173902750015, 0.008682585321366787, -0.06989888846874237, -0.026249948889017105, -0.01788719929754734, 0.06096264719963074, 0.0536145381629467, -0.008034828118979931, 0.02292514219880104, 0.07036063075065613, 0.039315368980169296, 0.03349217772483826, 0.0039732991717755795, -0.06054263189435005, 0.03527994081377983, 0.03248727321624756, 0.013828977942466736, -0.0062665487639606, -0.013641857542097569, 0.005910319741815329, 0.029391679912805557, 0.02312660217285156, 0.02548234909772873, 0.0201003048568964, 0.023699086159467697, 0.02610069327056408, -0.04332331568002701, 0.021313471719622612, -0.0005507033783942461], [-0.010782516561448574, -0.04989948123693466, -0.06925348192453384, -0.028365202248096463, -0.010426757857203484, 0.00985119305551052, 0.0246039554476738, 0.003771221032366157, 0.05214708670973778, 0.02258576638996601, -0.008275989443063736, 0.036194413900375366, -0.042737528681755066, -0.02197897993028164, -0.05087034031748772, 0.03700568154454231, 0.003896942362189293, 0.02498091012239456, 0.0345635712146759, 0.014281930401921272, -0.015335910953581331, -0.029872609302401543, 0.024751082062721252, 0.02928951382637024, -0.029454924166202545, 0.042408574372529984, -0.05222023278474808, -0.043033648282289505, 0.04757208004593849, -0.006184237077832222, 0.02958127111196518, -0.018388131633400917, -0.002728878054767847, 0.004815226886421442, 0.024707024917006493, 0.026528216898441315, 0.014034229330718516, 0.008925583213567734, -0.023195046931505203, 0.004528457764536142, -0.03517700731754303, 0.015570314601063728, -0.012055937200784683, 0.041959717869758606, 0.047800663858652115, 0.02787894196808338, -0.034550268203020096, 0.029113711789250377, 0.013360945507884026, -0.060073550790548325, 0.034305062144994736, 0.07683083415031433, -0.006839234847575426, -0.02316429279744625, 0.016251910477876663, 0.024182530120015144, 0.027679450809955597, -0.0021179351024329662, 0.04290065169334411, 0.01805398426949978, 0.005078929476439953, -0.022300295531749725, -0.0240919291973114, -0.027041075751185417, -0.0011429202277213335, 0.05103658512234688, 0.024441037327051163, 0.02559143677353859, 0.027254698798060417, -0.052160389721393585, 0.009740173816680908, -0.006321387831121683, -0.012619501911103724, -0.05122277513146401, 0.042809635400772095, -0.03794287517666817, -0.0646352544426918, 0.03942202031612396, -0.010026111267507076, -0.04729112982749939, -0.04009447246789932, 0.029853077605366707, -0.024203309789299965, -0.06169940531253815, -0.047500595450401306, -0.012541783042252064, -0.021335618570446968, 0.0158412903547287, 0.052742231637239456, 0.02723594382405281, -0.03793933987617493, -0.021439936012029648, -0.013723354786634443, -0.011748388409614565, -0.006472669076174498, 0.04132799804210663, -0.016404852271080017, 0.013174752704799175, 0.007101898547261953, 0.06053902953863144, 0.06719207018613815, -0.043961282819509506, -0.02968267723917961, -0.018685705959796906, -0.0458764024078846, -0.014070802368223667, -0.01107905339449644, -0.03666321933269501, 0.008737937547266483, -0.04260370135307312, 0.01957344450056553, 0.03842705488204956, -0.012277040630578996, -0.041801270097494125, -0.0306635107845068, 0.03607388585805893, 0.013459859415888786, -0.02421494759619236, -0.026570608839392666, -0.0365401990711689, -0.08404578268527985, -0.008355370722711086, 0.047005608677864075, 0.024278119206428528, -0.022881679236888885, -0.013484381139278412, 0.007072805892676115, 0.015737388283014297, -0.011801586486399174, 0.010080971755087376, 0.04835674911737442, -0.028904244303703308, 0.05085371434688568, -0.01695678010582924, -0.03738138824701309, 0.043648745864629745, -0.02127177082002163, 0.0323907770216465, -0.017088111490011215, 0.006266527809202671, -0.03759085386991501, -0.015350457280874252, -0.00867372564971447, 0.04633357003331184, -0.013509731739759443, -0.042538244277238846, -0.02108791656792164, -0.05226678028702736, 0.033283498138189316, 0.008727546781301498, -0.014451083727180958, -0.01958258636295795, -0.01130098756402731, 0.045300159603357315, -0.013283642940223215, -0.015815937891602516, 0.04642978310585022, 0.018709812313318253, -0.019509024918079376, 0.006446070037782192, 0.012124097906053066, 0.01792597584426403, 0.0200946144759655, 0.014890795573592186, -0.02659222111105919, 0.0001097203348763287, 0.028655296191573143, 0.0211993008852005, -0.020468246191740036, 0.055970676243305206, 0.031493060290813446, -0.006184237077832222, 0.008084394969046116, 0.02486661821603775, -0.03084804117679596, -0.03147311508655548, -0.015931062400341034, -0.018261786550283432, -0.021684730425477028, -0.004870918113738298, 0.005293175578117371, -0.012416478246450424, 0.023450229316949844, 0.00719665689393878, -0.03460180386900902, -0.021288655698299408, -0.03149472549557686, -0.004061315208673477, -0.056918155401945114, 0.02824135310947895, -0.009105125442147257, -0.06478819996118546, -0.0011952867498621345, -0.005572463385760784, -0.0469137579202652, 0.01829129457473755, 0.02084769681096077, -0.004595785867422819, -0.0037969888653606176, 0.0067550744861364365, 0.0006516723660752177, 0.017484601587057114, 0.04678741469979286, -0.00911302212625742, -0.016939843073487282, -0.0456569641828537, 0.04735928773880005, -0.018038969486951828, 0.0357106477022171, -0.008001090958714485, 0.02012869529426098, 0.09050597995519638, 0.025081072002649307, 0.028422554954886436, 0.02116064913570881, 0.020098356530070305, 0.04371524602174759, -0.05107647925615311, 0.0446561761200428, 0.05301155149936676, -0.04138534888625145, -0.018482059240341187, 0.04154078662395477, -0.027721840888261795, 0.013660182245075704, 0.01592441089451313, 0.022941526025533676, 0.013891260139644146, 0.015849603340029716, 0.007505868561565876, 0.05747350677847862, -0.019525233656167984, -0.020550953224301335, -0.02882320061326027, -0.01639654114842415, -0.031135639175772667, -0.022725410759449005, -0.022160185500979424, 0.02124917320907116, -0.003068013349547982, -0.03063192591071129, 0.010819921270012856, -0.004364708438515663, -0.029741693288087845, 0.0013897910248488188, -0.0010772543027997017, 0.018855275586247444, -0.006997996475547552, -0.01662844978272915, 0.02305041439831257, 0.020351462066173553, -0.003981518559157848, -0.049038343131542206, -0.0007181695546023548, 0.003601653268560767, 0.042009592056274414, -0.04323646426200867, 0.04271009936928749, -0.0068658338859677315, 0.01193790603429079, -0.02213026024401188, -0.026850728318095207, -0.055731285363435745, -0.005821827799081802, 0.04686305299401283, 0.01392450835555792, 0.0025090216659009457, -0.010020293295383452, 0.0692967027425766, 0.005175142548978329, -0.014918641187250614, -0.0730072483420372, 0.02085268311202526, -0.003957205452024937, -0.0040596527978777885, 0.05931548401713371, 0.06000123545527458, -0.005900793243199587, 0.05000587925314903, 0.01719118282198906, -0.009880649857223034, -0.05887327343225479, -0.021703016012907028, 0.08645962923765182, 0.013595347292721272, 0.02990959957242012, -0.016210349276661873, -0.060472533106803894, -0.03766400367021561, -0.009118893183767796, -0.012521002441644669, -0.01725934073328972, 0.00541390897706151, 0.01812214218080044, 0.019963283091783524, -0.021526798605918884, 0.011959933675825596, -0.017807943746447563, -0.014892042614519596, -0.028459129855036736, 0.018354883417487144, 0.0209139846265316, -0.05798886343836784, -0.02091003768146038, 0.02716409787535667, -0.017242716625332832, -0.06015334278345108, 0.06575240939855576, 0.00594484806060791, -0.020766237750649452, -0.02192702703177929, 0.008810044266283512, -0.02815823070704937, -0.03353286162018776, 0.03843037784099579, -0.027344470843672752, 0.023377081379294395, 0.03286726772785187, -0.04067632183432579, 0.0081891268491745, 0.04718722775578499, -0.010247214697301388, 0.01258459035307169, -0.06340838223695755, -0.005494329147040844, 0.06741483509540558, 0.03116639517247677, 0.004117837641388178, -0.06536257266998291, -0.022785259410738945, 0.0598507821559906, -0.015699567273259163, 0.02622482366859913, -0.002611884381622076, -0.010609623976051807, 0.03188040852546692, -0.004355565179139376, 0.013944458216428757, 0.016889451071619987, 0.042994581162929535, 0.014722474850714208, -0.05159349367022514, -0.013046746142208576, -0.0006009681965224445, 0.02187424711883068, -0.0453643724322319, -0.008119305595755577, -0.011845848523080347, 0.018937356770038605, 0.00864629540592432, -0.01210747379809618, -0.0006982203922234476, 0.0052989935502409935, 0.02968849427998066, 0.004214258398860693, -0.010770880617201328, 0.003882603719830513, 0.0053862715139985085, 0.004385489039123058, -0.041853271424770355, -0.003982349764555693, 0.006426952313631773, -0.03891248628497124, 0.04619060084223747, 0.017499564215540886, -0.015814796090126038, 0.028096305206418037, -0.004041365813463926, 0.03870135918259621, -0.008688687346875668, 0.05497577786445618, -0.01632838137447834, -0.02645174600183964, 0.017248744145035744, -0.028733430430293083, -0.009366127662360668, -0.06378825008869171, -0.04506628215312958, 0.057180922478437424, -0.06202295795083046, 0.021331047639250755, -0.04273441061377525, 0.007516674231737852, 0.010927148163318634, 0.04254905134439469, 0.032975949347019196, 0.016389060765504837, 0.01725934073328972, -0.0010789167135953903, 0.04903668165206909, 0.026080194860696793, -0.058457668870687485, 0.06502094119787216, 0.01138930395245552, -0.01912458799779415, 0.0048393323086202145, -0.02238793671131134, 0.04255486652255058, 0.07200314104557037, 0.04070458561182022, -0.03953922167420387, 0.010115883313119411, -0.033223651349544525, -0.026833273470401764, 0.013944458216428757, -0.0301082581281662, -0.08239072561264038, 0.03652897849678993, -0.0327872633934021, 0.009522396139800549, 0.008741053752601147, -0.021806087344884872, -0.015281259082257748, -0.0025135932955890894, 0.041561566293239594, -0.012681011110544205, -0.017393583431839943, -0.023162629455327988, -0.014983891509473324, 0.023827601224184036, -0.012147371657192709, 0.02867025695741177, -0.014675095677375792, -0.0096720140427351, 0.023317234590649605, 0.02986055612564087, -0.044558096677064896, -0.0004787796933669597, -0.05276717245578766, 0.04579286277294159, 0.007810924202203751, -0.0011670254170894625, -0.023593196645379063, 0.06487464904785156, 0.025609413161873817, 0.01414727419614792, 0.02383674494922161, -0.010017799213528631, -0.0385417640209198, -0.042312152683734894, 0.00977508444339037, -0.025767657905817032, -0.03422277048230171, 0.0023473503533750772, -0.008875710889697075, -0.02422492206096649, -0.03265094757080078, 0.0196154210716486, -0.01627102866768837, -0.07119187712669373, 0.0016935999738052487, -0.006687538232654333, -0.029973601922392845, -0.020401334390044212, -0.01219890732318163, -0.01631508208811283, 0.035250984132289886, -0.024451011791825294, -0.059560686349868774, -0.00625239685177803, -0.035509493201971054, -0.0174156092107296, 0.04811735451221466, -0.00925474427640438, -0.022402897477149963, -0.028399281203746796, -0.014372117817401886, -0.06710978597402573, -0.00305222044698894, 0.02465050294995308, 0.012537211179733276, -0.04852299019694328, -0.006526697892695665, -0.014748242683708668, -0.01202268898487091, -0.004099135287106037, 0.023812640458345413, -0.014153924770653248, -0.01859094761312008, 2.5767656552488916e-05, -0.0033090657088905573, -0.031488075852394104, 0.01702161505818367, 0.031044207513332367, 0.039783600717782974, 0.03636564314365387, -0.012319432571530342, -0.024833370000123978, 0.023546621203422543, -0.012923725880682468, 0.024670762941241264, 0.05648935213685036, -0.013119840994477272, 0.04314419999718666, 0.01210747379809618, 0.03084305301308632, -0.01117152627557516, 0.03350169211626053, -0.03884099796414375, -0.007384511642158032, 0.06768497824668884, 0.03216502442955971, -0.021649403497576714, -0.007124964613467455, 0.02872169017791748, -0.027769220992922783, 0.021368451416492466, 0.06764093041419983, -0.004315666854381561, 0.027341976761817932, -0.057008448988199234, -0.034959226846694946, -0.01473203394562006, -0.05382281169295311, 0.024700377136468887, 0.04954705014824867, -0.010841533541679382, -0.02422492206096649, 0.04029728844761848, -0.028306186199188232, -0.008125955238938332, -0.027958737686276436, -0.023157641291618347, 0.08788266777992249, 0.048145513981580734, -1.579307900101412e-05, 0.02848406508564949, -0.0015327599830925465, 0.001890182262286544, -0.02027166448533535, -0.005829847883433104, -0.04593915864825249, -0.0535169281065464, 0.03893077373504639, 0.008898153901100159, -0.014280268922448158, 0.06407667696475983, -0.006124389823526144, 0.03714428469538689, 0.04531782492995262, 0.0002930031914729625, 0.028178179636597633, 0.027443384751677513, -0.02253558114171028, -0.024249857291579247, -0.014508851803839208, 0.0010622923728078604, 0.024663802236318588, 0.01855936273932457, -0.028154773637652397, -0.02258576638996601, -0.002633911557495594, -0.06467848271131516, -0.04089243710041046, 0.04138617962598801, -0.019084690138697624, 0.0004604929417837411, 0.020647374913096428, 0.03835224732756615, 0.05103907734155655, -0.03245062381029129, -0.01720365136861801, 0.003078819252550602, 0.017858855426311493, 0.008310484699904919, -0.004129474516957998, -0.004662646912038326, -0.04783807322382927, -0.014727462083101273, 0.01030290685594082, -0.06602504849433899, -0.025230690836906433, -0.017846284434199333, -0.012242130003869534, -0.015673384070396423, 0.0004052171716466546, 0.020461829379200935, -0.065366730093956, -0.005780682899057865, -0.05247541889548302, 0.02984725683927536, 0.041963040828704834, -0.005367984529584646, -0.03473620116710663, 0.056276559829711914, 0.003872629255056381, 0.045622050762176514, 0.023382900282740593, 0.0015793078346177936, -0.01235517580062151, -0.011034791357815266, 0.0009542345069348812, 0.008922258391976357, -0.02917979098856449, -0.0528087355196476, -0.019504453986883163, -0.04039828106760979, -0.013486874289810658, -0.00045134956599213183, -0.01736075058579445, -0.0052699013613164425, -0.035936739295721054, -0.012318601831793783, 0.04008075967431069, 0.0208269152790308, -0.007008906453847885, -0.01331273466348648, 0.02532212436199188, -0.010486604645848274, -0.029853908345103264, -0.00011834420001832768, 0.02816903591156006, -0.04071621969342232, -0.0019483673386275768, -0.008822097443044186, 0.036126043647527695, -0.03615119308233261, -0.0012210544664412737, -0.0024005479644984007, 0.006202524062246084, 0.06698759645223618, -0.034201160073280334, -0.05664977803826332, 0.004709662403911352, -0.028637008741497993, -0.02142206579446793, 0.027889329940080643, 0.07664797455072403, 0.018459616228938103, 0.015776455402374268, 0.037065524607896805, -0.012371799908578396, 0.11134952306747437, -0.02089507505297661, -0.04402777925133705, 0.05235987901687622, 0.04817720502614975, -0.00564145389944315, -0.05317113921046257, 0.007120185531675816, 0.031096676364541057, 0.0024403943680226803, 0.02221836894750595, 0.011366860941052437, 0.0003272907924838364, 0.003988999407738447, 0.028560537844896317, 0.011141601949930193, -0.018140429630875587, 0.0167477298527956, 0.02456904575228691, 0.006633924786001444, -0.018652457743883133, -0.05571133643388748, 0.03098103404045105, -0.0022670342586934566, 0.013316060416400433, 0.012258755043148994, -0.011434189043939114, -0.03017808124423027, -0.0107002267614007, -0.025928912684321404, 0.037294939160346985, 0.07602622359991074, 0.030018487945199013, 0.021393803879618645, 0.03847194090485573, 0.0006861677393317223, -0.022668888792395592, 0.018369844183325768, 0.03410639986395836, -0.0014808090636506677, 0.021751226857304573, -0.03904714435338974, 0.009711497463285925, -0.0032820513006299734, -0.013442404568195345, -0.053092800080776215, 0.0008943870780058205, 0.014087426476180552, -0.04288402944803238, -0.012338551692664623, 0.02448093704879284, -0.014845495112240314, 0.07810758054256439, 0.0326131246984005, -0.020817771553993225, -0.009967926889657974, -0.007012127432972193, -0.05035831034183502, -0.03438153490424156, -0.0015294351615011692, -0.020487571135163307, 0.0478297546505928, -0.0049329474568367004, 0.02490817941725254, 0.0449737012386322, 0.030749540776014328, -0.02733844332396984, 0.021065475419163704, -0.006460200529545546, 0.04981095716357231, 0.017483770847320557, 0.01212575938552618, -0.010763399302959442, -0.01091332919895649, 0.0279479306191206, 0.0034029928501695395, -0.04660122096538544, -0.07692060619592667, -0.03159862756729126, 0.02360733039677143, -0.025175832211971283, -0.003078819252550602, 0.0005912014748901129, 0.004099551122635603, 0.02359984815120697, -0.005709197837859392, 0.04120497405529022, 0.008935143239796162, 0.0400911457836628, -0.0497109517455101, -0.05202583223581314, 0.007185746915638447, 0.046388428658246994, 0.003241737373173237, -0.011121652089059351, -0.007986310869455338, 0.00035492866300046444, -0.01240089163184166, -0.024986157193779945, -0.03215304762125015, 0.018576402217149734, 0.003055960638448596, 0.03159280866384506, -0.001224379288032651, 0.0021885884925723076, -0.04964679107069969, 0.015358354896306992, 0.05013887211680412, 0.022514283657073975, 0.000842851703055203, -0.01476320344954729, -0.02060747519135475, -0.009542345069348812, -0.0068508717231452465, -0.038199301809072495, -0.015599406324326992, -0.009999824687838554, 0.0034209161531180143, 0.025923924520611763, 0.008306744508445263, -0.0064336019568145275, 0.004926609341055155, -0.0402141697704792, -0.05321104079484939, 0.046790532767772675, -0.04982300847768784, 0.019847745075821877, -0.03985175862908363, 0.027982013300061222, -0.06420302391052246, -0.020005259662866592, -0.018566010519862175, 0.01338588260114193, 0.00745267141610384, -0.03376477211713791, 0.001885194913484156, 0.03202919661998749, -0.00305222044698894, -0.02975083701312542, 0.010227265767753124, -0.039322275668382645, -0.07087601721286774, 0.00469968793913722, -0.02117270231246948, -0.042911458760499954, -0.03856836259365082, -0.02015986479818821, -0.015017139725387096, -0.02677612751722336, -0.05563818663358688, -0.044599659740924835, -0.007859966717660427, -0.020964065566658977, 0.0459495484828949, -0.06918366253376007, -0.02048029936850071, 0.04173695296049118, -0.04190153256058693, 0.014616078697144983, 0.011310338042676449, -0.10758578032255171, 0.02308117039501667, -0.022137325257062912, -0.012434556148946284, 0.01812577992677689, 0.019021518528461456, -0.029819829389452938, -0.026901433244347572, -0.007308039348572493, 0.033132217824459076, 0.00991306733340025, 0.03055877797305584, -0.02832779847085476, -0.025303421542048454, -0.007487582508474588, -0.002924213418737054, -0.01706816256046295, -0.05444788560271263, -0.028005287051200867, 0.013886052183806896, 0.03522854298353195, 0.012042638845741749, 0.0361129529774189, -0.01841306872665882, -0.004558381624519825, 0.01539409626275301, -0.001718951971270144, 0.03473895788192749, 0.0227004736661911, 0.07065325230360031, 0.014180523343384266, -0.03398005664348602, -0.000864878878928721, -0.02780912071466446, 0.04369280114769936, 0.00029591243946924806, 0.034732721745967865, -0.00517348013818264, 0.006067867390811443, 0.03490935638546944, 0.03137004375457764, 0.016308432444930077, -0.01591111160814762, -0.016128890216350555, 0.02676386572420597, -0.01062458660453558, 0.05501311644911766, -0.056828491389751434, -0.001799579942598939, 0.013934483751654623, 0.03419812023639679, 0.024028755724430084, -0.009904754348099232, -0.02388911135494709, 0.01044338196516037, -0.02026875503361225, -0.017601698637008667, -0.010972034186124802, -0.03038027323782444, -0.005253276787698269, -0.04930100589990616, 0.013733329251408575, 0.05021201446652413, 0.01462272834032774, 0.019043492153286937, -0.01270283106714487, 0.019079701974987984, 0.0019699789118021727, 0.03138168156147003, -0.02778002806007862, 0.0057154325768351555, -0.01901258155703545, -0.02176452614367008, 0.02953679859638214, -0.024791808798909187, -0.006767749786376953, 0.012232155539095402, -0.019504453986883163, 0.0309078861027956, 0.06504753977060318, -0.0037271666806191206, -0.005392921157181263, 0.07164406031370163, -0.036772940307855606, -0.024015454575419422, -0.045819878578186035, -0.04434031993150711, -0.0002600143488962203, -0.017638375982642174, -0.004219661466777325, -0.002586116781458258, -0.023729518055915833, -0.0016341682057827711, -0.002477850997820497, -0.03471817448735237, -0.00880422629415989, 0.02309696190059185, 0.02153843455016613, -0.007025842554867268, 0.02208952978253365, 0.006143508013337851, 0.049015067517757416, -0.04773832485079765, -0.02176743559539318, 0.07641855627298355, 0.009145024232566357, 0.0034312542993575335, 0.06431274861097336, -0.01684207282960415, 0.026430964469909668, -0.011432527564466, -0.0376858189702034, -0.049836307764053345, -0.005097008775919676, 0.017763059586286545, -0.032929401844739914, 0.04742952436208725, -0.011773325502872469, 0.0699683353304863, 0.07942256331443787, 0.00661272881552577, -0.0040496778674423695, -0.006102570798248053, -0.01009177789092064, 0.0017131335334852338, -0.029486510902643204, -0.02295399270951748, -0.021792788058519363, 0.0018592195119708776, -0.007974673993885517, -0.03223450481891632, 0.02193409390747547, -0.046995218843221664, 0.05781596899032593, -0.013515551574528216, 0.005152700003236532, 0.0357954315841198, -0.01389770209789276, 0.010130845010280607, 0.02184099704027176, -0.0034977516625076532, 0.014197147451341152, 0.020720520988106728, 0.017049046233296394, -0.022860068827867508, 0.034776777029037476, 0.0008578135748393834, 0.014290450140833856, -0.039273232221603394, 0.01831706240773201, -0.0025751031935214996, -0.01225833874195814, -0.033747006207704544, -0.002287918468937278, 0.021698860451579097, 0.009150531142950058, -0.0464383028447628, 0.020165683701634407, 0.015302246436476707, -0.01392783410847187, -0.030182858929038048, -0.01831332221627235, -0.013882949016988276, 0.04010777175426483, -0.014074127189815044, -0.023160966113209724, 0.027464579790830612, -0.008054470643401146, 0.03311268612742424, 0.04197052493691445, 0.028062639757990837, 0.005812684539705515, -0.008322537876665592, 0.06031128019094467, -0.008316302672028542, -0.01145039778202772, -0.02268218621611595, -0.004939909093081951, -0.009786722250282764, -0.0019209370948374271, 0.03504754602909088, -0.0010323686292394996, 0.017618633806705475, 0.008592266589403152, 0.08051478117704391, 0.046434979885816574, 0.026931356638669968, -0.04100215807557106, 0.016481325030326843, 0.010460006073117256, -0.01816702820360661, -0.002244279719889164, 0.03968136012554169, -0.0034728150349110365, -0.04144852235913277, 0.0003117055166512728, 0.0327814482152462, 0.005027186591178179, -0.0831613689661026, -0.02112116478383541, 0.04463788866996765, 0.043429307639598846, 0.012664387002587318, 0.02673519030213356, 0.011735089123249054, -0.045444171875715256, -0.02434794045984745, -0.009539227932691574, 0.0717005804181099, 0.01466595195233822, 0.022595740854740143, 0.004730443004518747, 0.07391826063394547, -0.0027987000066787004, 0.0306817963719368, 0.03446881100535393, -0.060110121965408325, 0.08306827396154404, 0.04142898693680763, 0.01284392923116684, -0.018196120858192444, 0.0171413104981184, 0.008460518904030323, 0.00924871861934662, -0.0004920790670439601, -0.020661503076553345, 0.028907153755426407, 0.021589970216155052, 0.022313127294182777, -0.03923671320080757, 0.018891016021370888, -0.0004455310991033912], [-0.01461878139525652, -0.04965420067310333, -0.03547041863203049, -0.0508141927421093, 0.013041529804468157, -0.014349646866321564, 0.00838697049766779, -0.02050009183585644, 0.03430886194109917, 0.022718362510204315, -0.03770172595977783, -0.0014645903138443828, -0.05979158356785774, -0.007877910509705544, 0.005603831727057695, 0.05053045228123665, 0.003383996430784464, 0.024872999638319016, 0.01162075251340866, 0.03164973109960556, -0.019197450950741768, -0.024974187836050987, 0.04103356599807739, 0.009680483490228651, -0.01791306585073471, 0.02692592889070511, -0.02461221069097519, -0.03037042915821075, 0.02040829509496689, -0.013982457108795645, 0.031051088124513623, -0.05115634575486183, -0.025298606604337692, 0.004957075230777264, 0.002136447699740529, 0.026479458436369896, 0.008841785602271557, 0.022916041314601895, -0.052862949669361115, -0.02620189823210239, -0.0618797242641449, 0.011180149391293526, -0.03894725441932678, 0.037712156772613525, 0.008331683464348316, 0.060398705303668976, 0.001007688231766224, 0.032279402017593384, 0.0022354822140187025, -0.06933228671550751, 0.015386804938316343, 0.02685043029487133, -0.012563765048980711, -0.014020009897649288, 0.019375408068299297, 0.03024316392838955, 0.040835365653038025, -0.007215506862848997, 0.06010662019252777, 0.011691687628626823, -0.022548850625753403, -0.05581716448068619, -0.0013143758988007903, -0.025327816605567932, 0.013853104785084724, 0.03542556241154671, 0.031929947435855865, 0.03073136135935783, 0.023882001638412476, -0.05555428937077522, -0.009096316061913969, -0.012663908302783966, -0.033493638038635254, -0.030483871698379517, 0.041300613433122635, -0.0173356793820858, -0.0643334910273552, 0.06656166166067123, 0.005082253832370043, -0.05214943364262581, -0.02391120977699757, 0.018344933167099953, -0.0057206652127206326, -0.05731930583715439, -0.013686200603842735, -0.010179111734032633, -0.03979012370109558, -0.012517865747213364, 0.03452010080218315, -0.006129581481218338, -0.04683559387922287, -0.009020687080919744, 0.004667077679187059, -0.02998446114361286, 0.01674056053161621, 0.06045294925570488, 0.02300575003027916, 0.04755119979381561, 0.03419463708996773, 0.02650449611246586, 0.027441250160336494, -0.07141129672527313, -0.02579932101070881, 0.014424755237996578, -0.01147784013301134, 0.018939530476927757, 0.025711696594953537, -0.0427359938621521, 0.05074325576424599, -0.013504169881343842, 0.006309004500508308, 0.022749658674001697, -0.06033611297607422, -0.02431178279221058, -0.027180461212992668, 0.016574697569012642, 0.046912793070077896, 0.0020586673635989428, -0.04289038106799126, 0.0019006292568519711, -0.05237475037574768, 0.02358783222734928, 0.02741829864680767, 0.03198106214404106, -0.00677633797749877, -0.0012611750280484555, 0.031799815595149994, -0.0018088315846398473, -0.0033214071299880743, 0.017917238175868988, 0.013510949909687042, 0.015071511268615724, 0.020777571946382523, -0.039445362985134125, -0.05580464750528336, 0.02165382169187069, -0.02425128035247326, 0.045928049832582474, -0.014198388904333116, 0.020215310156345367, -0.00962571706622839, -0.013661163859069347, -0.003999458160251379, 0.0347120426595211, -0.017905764281749725, -0.017439473420381546, -0.03165964037179947, -0.06821402907371521, 0.028081746771931648, 0.007068421225994825, -0.02098359540104866, 0.02873997762799263, -0.028745194897055622, 0.023484038189053535, -0.030266113579273224, -0.0218353308737278, 0.06201246753334999, 0.03425409644842148, -0.028624186292290688, 0.05264179781079292, 0.02324150502681732, -0.01991175301373005, 0.05789930373430252, -0.012484485283493996, -0.03409866616129875, 0.001193369971588254, 0.04345785826444626, 0.004310318734496832, 0.0028457280714064837, 0.04108363389968872, 0.004881967790424824, 0.005651295185089111, 0.027628496289253235, 0.07538676261901855, -0.005875051952898502, -0.04654977098107338, -0.03838394954800606, 0.0033652198035269976, -0.010318893939256668, 0.005547500681132078, -0.018180115148425106, -0.00516857486218214, -0.014681370928883553, -0.002914576325565577, -0.00789877399802208, -0.004372907802462578, -0.01510697789490223, -0.028454022482037544, -0.031797464936971664, 0.048552628606557846, 0.030802296474575996, -0.028618449345231056, -0.004499390721321106, -0.0004391684487927705, -0.018488887697458267, 0.07010004669427872, 0.014775254763662817, 0.006386198103427887, 0.0334206148982048, -0.003696942934766412, 0.01759698987007141, 0.01871003769338131, 0.01803198643028736, -0.03000115230679512, -0.04789335653185845, -0.032830189913511276, 0.02260700613260269, -0.038417331874370575, 0.04130895808339119, -0.032062429934740067, 0.02097994275391102, 0.06378942728042603, -0.026767371222376823, 0.033069074153900146, 0.02977798134088516, 0.030926430597901344, 0.07883752137422562, -0.09042906016111374, 0.049499817192554474, 0.0420767217874527, -0.011041801422834396, 0.022591618821024895, -0.001168334158137441, 0.0009724816773086786, -0.0318371057510376, -0.014990144409239292, 0.0015230070566758511, 0.022966112941503525, 0.015586568973958492, -0.012565851211547852, 0.029996979981660843, -0.02504825033247471, -0.04156766086816788, -0.0538727231323719, 0.026587948203086853, -0.018751762807369232, -0.028219442814588547, -0.0021259509958326817, -0.01868082955479622, 0.015987401828169823, -0.02790232375264168, -0.021180229261517525, 0.02489255741238594, -0.048569321632385254, 0.014744481071829796, -0.02445991151034832, -0.02321646921336651, -0.01197542529553175, -0.01482949871569872, 0.02650449611246586, 0.05658075585961342, -0.006075337994843721, -0.024418184533715248, 0.014898346737027168, 0.0014155620010569692, 0.01049414463341236, -0.03661475703120232, 0.0011871110182255509, -0.026913411915302277, 0.0579034723341465, -0.020846419036388397, -0.035054195672273636, -0.07994743436574936, -0.018640145659446716, 0.03944797068834305, -0.00042560743167996407, -0.014570796862244606, -0.0019444418139755728, 0.0248938612639904, 0.004291541874408722, -0.007138834334909916, -0.09370874613523485, 0.04907108098268509, 0.048807159066200256, -0.008307690732181072, 0.06206358224153519, 0.025713782757520676, 0.0038492437452077866, 0.06032777205109596, 0.0471777506172657, -0.05111879110336304, -0.07373857498168945, -0.04177629202604294, 0.049320392310619354, 0.010719466023147106, -0.014673025347292423, 0.011512263678014278, -0.060219280421733856, -0.00957825407385826, -0.04132356122136116, -0.02600795216858387, 0.01935470663011074, 0.008553875610232353, 0.01915650814771652, 0.0147919449955225, -0.05342625454068184, 0.03183293342590332, 0.034005824476480484, -0.032488033175468445, -0.04968758672475815, 0.06133337318897247, 0.005814549047499895, -0.056931257247924805, -0.03229178860783577, 0.006939070764929056, -0.036406125873327255, -0.06833920627832413, 0.04954571649432182, 0.03880538418889046, -0.03593461960554123, 0.0120213245972991, 0.008891858160495758, -7.5107192969881e-05, -0.021289760246872905, 0.005359733011573553, -0.04848586767911911, 0.020022327080368996, 0.06238904222846031, -0.03492171689867973, -0.005891742184758186, -0.002127393381670118, 0.00999968871474266, 0.03156588599085808, -0.07428936660289764, 0.01644221693277359, 0.03474542498588562, 0.037336621433496475, 0.013481741771101952, -0.0404827781021595, 0.007594171911478043, -0.008594558574259281, -0.004911175929009914, -0.007410577032715082, 0.010843601077795029, 0.02333330363035202, -0.02901224046945572, 0.04538978263735771, -0.04311152920126915, -0.0050420924089848995, 0.04795176908373833, -0.00876250583678484, -0.049996353685855865, -0.01961132325232029, -0.03444082289934158, 0.009213149547576904, -0.02229849249124527, -0.010815436951816082, -0.009877639822661877, 0.02430206723511219, 0.025001144036650658, 0.006826148834079504, -0.006434183102101088, 0.018885288387537003, 0.008770851418375969, -0.026379317045211792, -0.017650190740823746, 0.007142486050724983, -0.008157475851476192, 0.02002858556807041, -0.009559477679431438, 0.06095157563686371, -0.04037637636065483, -0.03435215353965759, 0.04779738560318947, -0.0001773364347172901, -0.06032777205109596, 0.06225552037358284, 0.016213243827223778, 0.07325872033834457, -0.015793373808264732, 0.058162178844213486, 0.03420546278357506, -0.003204573877155781, 0.022985931485891346, -0.03283853456377983, 0.01569114439189434, -0.052095185965299606, -0.0544777512550354, 0.06193005293607712, -0.029901009052991867, 0.0195633377879858, -0.024493291974067688, 0.03764539584517479, 0.02956719882786274, -7.406403892673552e-05, 0.017234493046998978, 0.02782304398715496, 0.024364981800317764, -0.03615159913897514, 0.03162847459316254, 0.016718709841370583, -0.08033131808042526, 0.029137419536709785, 0.015048560686409472, -0.014145090244710444, 0.01469180267304182, 0.002323107328265906, 0.012511607259511948, 0.058324914425611496, 0.017188072204589844, -0.03690684214234352, 0.023024527356028557, -0.02857411466538906, -0.02001606859266758, 0.007168564945459366, -0.050459519028663635, -0.03991112858057022, 0.0076776244677603245, -0.04685020074248314, -0.0021030015777796507, -0.01313958689570427, -0.0018599462928250432, -0.01950700767338276, 0.009869815781712532, 0.03986940160393715, -0.037901099771261215, -0.021580802276730537, 0.008470422588288784, 0.01236765179783106, -0.01485036127269268, 0.015430355444550514, 0.010197888128459454, -0.0463859997689724, 0.003204573877155781, 0.05186152085661888, 0.02143058553338051, -0.02009834721684456, 0.002052930183708668, -0.008975310251116753, -0.0008929410832934082, 0.039072435349226, 0.013225126080214976, -0.007627553306519985, 0.05347632244229317, 0.04432158917188645, 0.009893286973237991, 0.01645682193338871, 0.004710890352725983, -0.027497578412294388, -0.06846021115779877, 0.006534326355904341, -0.008358804509043694, -0.02678927779197693, 0.030620785430073735, 0.005967501550912857, 0.023850707337260246, -0.04356217384338379, 0.001114090089686215, -0.032667458057403564, -0.022663597017526627, -0.00852049421519041, -0.006167135667055845, -0.047501131892204285, -0.04779321327805519, -0.020679514855146408, 0.014999794773757458, 0.04582373425364494, 0.014283929020166395, -0.016265925019979477, -0.029921870678663257, -0.02710535190999508, -0.026916801929473877, 0.017203720286488533, -0.008470422588288784, -0.014687629416584969, 0.0035686350893229246, 0.009071280248463154, -0.041813842952251434, 0.0051031168550252914, 0.015645768493413925, -0.01557222567498684, -0.08297675848007202, 0.039877749979496, 2.2949421691009775e-05, -0.04908255487680435, 0.02665262296795845, 0.018417952582240105, 0.013598575256764889, 0.013776954263448715, -0.04199744015932083, 0.003646871773526073, -0.026270827278494835, 0.0444217324256897, 0.048148930072784424, 0.010761192068457603, 0.019540388137102127, 5.81233216507826e-05, -0.012640958651900291, 0.0030710496939718723, 0.004228691570460796, 0.02949626557528973, 0.01129946019500494, 0.029757054522633553, 0.047367602586746216, -0.03000323846936226, 0.02872537262737751, -0.021876534447073936, 0.056645430624485016, -0.030723538249731064, -0.03958488255739212, 0.05899253115057945, 0.05359315872192383, -0.02255302295088768, 0.0322856642305851, 0.030987977981567383, -0.026317769661545753, 0.005363905802369118, 0.03755776956677437, 0.005432753823697567, 0.009718036279082298, -0.03948134928941727, -0.02520889788866043, -0.02368171513080597, -0.025894248858094215, 0.027835560962557793, 0.049761123955249786, -0.009314335882663729, -0.01577303372323513, 0.002652744529768825, 0.008198159746825695, -0.03487894684076309, -0.004621830768883228, -0.05522673949599266, 0.05301942303776741, 0.05636795237660408, -0.02872433140873909, 0.058733828365802765, -0.044964175671339035, 0.0037762229330837727, 0.005985626019537449, -0.002741412492468953, -0.06699562072753906, -0.06807945668697357, 0.02929493598639965, -0.024566834792494777, -0.025123355910182, 0.03701845929026604, -0.024576744064688683, 0.020281028002500538, 0.008461033925414085, 0.012035928666591644, 0.03116309642791748, 0.011813736520707607, -0.017559437081217766, -0.0201495923101902, -0.04495583102107048, -0.00943012535572052, 0.008209633640944958, 0.014946332201361656, -0.007001659832894802, -0.003179537830874324, -0.0022918125614523888, -0.07470662891864777, -0.026992693543434143, 0.017860908061265945, 0.013865622691810133, 0.007907118648290634, 0.02337920106947422, 0.05523717403411865, -0.00844642985612154, 0.01545017585158348, 0.002172892913222313, 0.010761192068457603, -0.0028686777222901583, 0.013398810289800169, 0.023913295939564705, -0.02971741370856762, -0.031079774722456932, -0.030499780550599095, 0.01469284575432539, -0.0640580877661705, -0.03001471422612667, 0.028265342116355896, -0.019826864823698997, -0.06793863326311111, 0.018232012167572975, 0.002715072827413678, -0.02435402944684029, -0.0059143006801605225, -0.023569054901599884, 0.02590363658964634, 0.05295683443546295, 0.024572571739554405, -0.015430355444550514, 0.015342731960117815, 0.036059800535440445, 0.0026141477283090353, -0.007948844693601131, -0.01299771759659052, -0.048402413725852966, 0.017425913363695145, 0.01880183443427086, 0.03020978346467018, 0.0034909199457615614, -0.0624641515314579, -0.017182856798171997, -0.03666482865810394, -0.02010369300842285, -0.009742029942572117, -0.034019388258457184, -0.05005060136318207, -0.015424096956849098, 0.01696901023387909, 0.011657132767140864, 0.06160459294915199, -0.05614680051803589, -0.025027386844158173, 0.007268707267940044, -0.00676382053643465, -0.007787155918776989, -0.023150227963924408, 0.01980743743479252, -0.007402753457427025, 0.005912605207413435, 0.01812326163053513, -0.004322836175560951, -0.04138614982366562, 0.04307815060019493, -0.012113121338188648, 0.007665106561034918, 0.038087692111730576, -0.02959640696644783, -0.030018363147974014, 0.01829799078404903, 0.015388629399240015, -0.012618009001016617, 0.008569522760808468, 0.054527826607227325, -0.0016523582162335515, 0.046766750514507294, 0.008987827226519585, -0.034124746918678284, 0.05196583643555641, 0.021731015294790268, -0.03901401534676552, 0.08669247478246689, 0.009292429313063622, 0.006291270721703768, -0.019375570118427277, -0.017796233296394348, 0.011491401121020315, 0.026723427698016167, -0.0234699547290802, -8.449560118606314e-05, 0.004702544771134853, -0.058840230107307434, 0.0655602365732193, 0.02217748574912548, -0.02758416160941124, -0.0003171192656736821, 0.04045148566365242, -0.001178765669465065, -0.00024201208725571632, -0.016810450702905655, 0.03790409862995148, -0.028594978153705597, 0.008574738167226315, -0.01355267595499754, -0.03663770854473114, 0.01152478251606226, -0.0053200931288301945, 0.0017232928657904267, 0.011887799948453903, 0.043883465230464935, 0.006759647745639086, 0.03097989223897457, 0.02955259568989277, -0.0053117480129003525, -0.03690266981720925, 0.007393885869532824, 0.03719266504049301, 0.01093852799385786, 0.017744075506925583, -0.05200756341218949, 0.010512921027839184, -0.033852480351924896, 0.0140867717564106, 0.0006253717583604157, -0.009313291870057585, 0.07840774208307266, -0.020199663937091827, 0.032818324863910675, -0.0007083025993779302, -0.02485213615000248, 0.04812702164053917, 0.0245013739913702, -0.039093296974897385, -0.011131512001156809, -0.012401033192873, -0.07546604424715042, -0.013765479438006878, -0.028119301423430443, -0.032141707837581635, 0.016348332166671753, 0.004685332998633385, -0.0017274655401706696, 0.013010234571993353, -0.0008574738167226315, -0.025833746418356895, -0.009465495124459268, 0.018117524683475494, 0.04722573980689049, 0.030393380671739575, -0.004293628036975861, -0.009680483490228651, 0.01430166233330965, 0.025432130321860313, -0.02589946612715721, -0.007909204810857773, -0.05393531173467636, -0.029212525114417076, 0.026731904596090317, 0.015921682119369507, 0.03452010080218315, 0.003982245922088623, -0.045172806829214096, 0.022290147840976715, 0.02602881565690041, 0.05040527507662773, 0.0021123900078237057, 0.03251307085156441, -0.022620826959609985, -0.09566988050937653, 0.036928750574588776, 0.04402950406074524, -0.02223590388894081, -0.012945037335157394, -0.010696516372263432, 0.029542163014411926, 0.004744271282106638, -0.004953423980623484, -0.013834327459335327, -0.0018896760884672403, 0.015029963105916975, -0.004006760194897652, 0.012864192947745323, -0.02175605297088623, -0.01575269177556038, 0.003596800146624446, -0.031043263152241707, 0.007940500043332577, -0.005261676385998726, -0.035788580775260925, -0.030910784378647804, 0.0104232095181942, -0.0018726271810010076, -0.03388586267828941, -0.013784256763756275, 0.034678660333156586, -0.01602286845445633, 0.01509237475693226, 0.022498778998851776, 0.021257422864437103, 0.030214998871088028, -0.01551798079162836, -0.07390548288822174, 0.05164036899805069, -0.02480754256248474, -0.00929451547563076, -0.017618896439671516, 0.01838509365916252, -0.08545529842376709, 0.0014583314768970013, 0.0007510719588026404, 0.03860927000641823, -0.005013405345380306, 0.004514777101576328, 0.016148047521710396, 0.016572481021285057, -0.010183284059166908, -0.012075567618012428, -0.0002962561557069421, -0.016360851004719734, -0.04224362596869469, 0.027966998517513275, -0.00960954837501049, -0.057173263281583786, -0.058750517666339874, 0.004072478972375393, -0.018253136426210403, 0.01239685993641615, -0.007043385878205299, 0.008628982119262218, -0.01635042019188404, -0.030910784378647804, 0.02321438118815422, -0.02156410925090313, -0.03483304753899574, 0.055879753082990646, -0.034779325127601624, 0.023988405242562297, -0.009237532503902912, -0.06868970394134521, -0.023938333615660667, -0.06701022386550903, 0.014174397103488444, 0.013223038986325264, 0.01334195863455534, -0.009355018846690656, -0.009417607448995112, -0.013978283852338793, 0.009595987387001514, -0.0214138962328434, 0.048661116510629654, -0.0008793800952844322, -0.01428705733269453, -0.030575409531593323, -0.014403891749680042, 0.008261791430413723, -0.05903425812721253, 0.0019194061169400811, 0.034031253308057785, 0.010596894659101965, 0.010873853228986263, 0.004577366169542074, -0.04291202500462532, -0.01093852799385786, 0.0010447202948853374, 0.004729145672172308, 0.022665683180093765, 0.02213158831000328, 0.031152794137597084, 0.025761770084500313, -0.03402668982744217, -0.024994006380438805, -0.01978970319032669, 0.02461012452840805, 0.0444217324256897, -0.0262499637901783, 0.0008762506186030805, 0.008937756530940533, 0.00298603274859488, 0.0010723639279603958, 0.02025390788912773, -0.019838731735944748, -0.01303422823548317, -0.022502949461340904, -0.023581573739647865, 0.07053400576114655, -0.06881070882081985, -0.025553138926625252, 0.02115519344806671, 0.04067471995949745, 0.04107111692428589, -0.020995069295167923, -0.017962094396352768, 0.004295714199542999, 0.00024396799562964588, 0.005370164290070534, -0.01503708679229021, -0.03896811977028847, -0.008370280265808105, -0.04460115730762482, 0.028477100655436516, 0.06258098781108856, 0.044425904750823975, -0.02222338318824768, 0.03216987103223801, 0.00681389169767499, 0.017737817019224167, 0.0002962561557069421, -0.047384295612573624, 0.020907966420054436, -0.022860752418637276, -0.03217821568250656, 0.03869689628481865, -0.0353441946208477, -0.032938677817583084, 0.014595831744372845, -0.01740191876888275, 0.006379417143762112, 0.04095011204481125, -0.03325996920466423, 0.015376112423837183, 0.05930130183696747, -0.04510604590177536, 0.021330444142222404, -0.018009036779403687, 0.007827838882803917, 0.008625592105090618, -0.04515194147825241, -0.024334732443094257, -0.013172968290746212, -0.03573537617921829, -0.0026287517976015806, -0.01659243181347847, -0.0460699200630188, 0.007294786162674427, 0.015384458005428314, 0.0030209782999008894, -0.0421956405043602, -0.02632296271622181, -0.013231384567916392, 0.03860509768128395, -0.0007158654625527561, -0.04188269376754761, 0.055879753082990646, 0.002607888774946332, 0.011155505664646626, 0.054632142186164856, -0.008741643279790878, 0.01542540080845356, 0.005214473698288202, -0.0440002977848053, 0.02177482657134533, 0.034821052104234695, -0.0025035731960088015, -0.04061630368232727, 0.022590575739741325, -0.026198850944638252, 0.060719992965459824, 0.08230914175510406, 0.025784196332097057, 0.029208354651927948, 0.008417743258178234, -0.02508997544646263, -0.0060085756704211235, -0.01292000338435173, -0.018793489784002304, 0.002645442495122552, 0.019630100578069687, 0.0013623611303046346, -0.05587140843272209, 0.02732650190591812, -0.07864557951688766, 0.06490930914878845, -0.014890002086758614, -0.001549085951410234, 0.03876782953739166, -0.03874696791172027, 0.013074911199510098, 0.0309942364692688, 0.020424984395504, 0.02596205472946167, 0.04061473906040192, 0.016384322196245193, -0.018738659098744392, -0.006960976403206587, -0.026642192155122757, -0.004640998784452677, -0.043837565928697586, -0.029800867661833763, -0.02809634990990162, -0.009704475291073322, -0.015109064988791944, -0.018463851884007457, 0.02691758424043655, 0.033027347177267075, -0.016945017501711845, 0.03382640331983566, 0.030439278110861775, -0.01939851976931095, -0.00305383768863976, -0.024271098896861076, -0.03191012516617775, 0.01871851272881031, -0.03906825929880142, -0.002008221112191677, 0.025427959859371185, -0.0291692353785038, 0.05081001669168472, 0.05595629662275314, 0.02103836089372635, 0.037067487835884094, -0.004898658487945795, 0.02288266085088253, 0.005659118760377169, -0.03429895266890526, -0.016010351479053497, -0.019769882783293724, 0.019540388137102127, -0.006274319253861904, 0.00022740788699593395, -0.016554877161979675, 0.044455114752054214, 0.022586403414607048, 0.06272285431623459, 0.009230883792042732, 0.0016174126649275422, 0.02009117417037487, 0.041676148772239685, -0.021889574825763702, 0.0035655053798109293, 0.05723429098725319, 0.0253288596868515, 0.01609901897609234, -0.0389535129070282, -0.020712895318865776, 0.03853416442871094, -0.030207697302103043, -0.055654436349868774, -0.0565202534198761, 0.03068546392023563, 0.036568861454725266, 0.010869745165109634, 0.042007870972156525, 0.001487018191255629, -0.06375479698181152, -0.016665451228618622, -0.006300659384578466, 0.02912907302379608, -0.005403545685112476, 0.030985889956355095, 0.027147077023983, 0.04241887480020523, 0.0026704780757427216, 0.02768743224442005, 0.0286033246666193, -0.04241470247507095, 0.01292052399367094, 0.046587325632572174, -0.011262232437729836, -0.01997016929090023, 0.016106320545077324, 0.01811596006155014, 0.013992887921631336, 0.008578911423683167, -0.03624339401721954, -0.003638526191934943, 0.011912835761904716, 0.024960625916719437, -0.019976427778601646, 0.016619553789496422, -0.02585773915052414], [-0.028598684817552567, -0.04336152225732803, -0.0693676546216011, -0.027616992592811584, 0.018450694158673286, 0.004855076316744089, 0.01873999461531639, -0.012333991937339306, 0.03505057841539383, 0.013575482182204723, -0.0019753717351704836, 0.0001168814706034027, -0.0353255495429039, -0.013015051372349262, -0.014264035038650036, 0.04128912463784218, -0.012394867837429048, 0.0209483802318573, 0.016510631889104843, 0.03359593078494072, -0.016611402854323387, -0.025641996413469315, 0.057522162795066833, 0.024884982034564015, -0.07259837538003922, 0.04075267165899277, -0.004119322635233402, -0.020533675327897072, 0.022617219015955925, 0.0031305127777159214, 0.021945994347333908, -0.03509291261434555, -0.03284893557429314, -0.01454200316220522, 0.011436402797698976, 0.0323709212243557, 0.019716255366802216, -0.008040845394134521, -0.033886633813381195, -0.015271013602614405, -0.0326593816280365, 0.01617560349404812, -0.014782508835196497, 0.029602479189634323, 0.04032260552048683, 0.051379892975091934, -0.013147667050361632, 0.031935613602399826, -0.008852273225784302, -0.06757546961307526, 0.02038232982158661, 0.015612666495144367, -0.0142970010638237, -0.010584703646600246, 0.00960900541394949, 0.0523126982152462, 0.02675461769104004, -0.001624352764338255, 0.07402192801237106, 0.01827246882021427, -0.014515778981149197, -0.03286167234182358, -0.017319435253739357, -0.005125551950186491, 0.0263939518481493, 0.021062640473246574, 0.03552747145295143, 0.03246607631444931, 0.039597343653440475, -0.06693711876869202, -0.023561635985970497, -0.014156143181025982, -0.021247701719403267, -0.022871118038892743, 0.05087640509009361, -0.018164578825235367, -0.05545426160097122, 0.02500888891518116, -0.005001927260309458, -0.050789494067430496, -0.023441476747393608, -0.006197901908308268, -0.011454383842647076, -0.03470915928483009, -0.04146145284175873, 0.0100390687584877, -0.0256753358989954, -0.02344522252678871, 0.046105243265628815, -0.008235648274421692, -0.04469180107116699, 0.018594641238451004, 0.008154730312526226, -0.031569983810186386, -0.007274372968822718, 0.04711222276091576, 0.02165154181420803, 0.057766418904066086, 0.02400565519928932, 0.04848819971084595, 0.026862505823373795, -0.047004334628582, -0.030075250193476677, -0.026409218087792397, -0.02301066555082798, 0.019122855737805367, 0.019309042021632195, -0.05466156825423241, 0.01652374304831028, -0.01421308610588312, -0.033029504120349884, 0.025009635835886, 0.010010411031544209, -0.04026491567492485, -0.0072586387395858765, -0.0043605780228972435, 0.033693328499794006, -0.02557831071317196, -0.054556675255298615, -0.002211757004261017, -0.05557563900947571, 0.010760587640106678, 0.014683983288705347, 0.010216639377176762, -0.006161751225590706, -0.003870200132951141, 0.0057301889173686504, 0.010518582537770271, 0.0017549077747389674, -0.003071884624660015, 0.02624138817191124, 0.00159213540609926, 0.03519480675458908, -0.01130603440105915, -0.060059092938899994, 0.007627265062183142, -0.018187055364251137, 0.0363156720995903, 0.001759215840138495, 0.006214572582393885, 0.008914834819734097, 0.007885003462433815, 0.00902160070836544, 0.038678400218486786, -0.014198101125657558, -0.0426165945827961, -0.039092354476451874, -0.06303207576274872, 0.013252654112875462, -0.0076310113072395325, -0.027470141649246216, 0.005585960112512112, -0.00432161707431078, 0.012331369332969189, -0.029603976756334305, -0.007477042265236378, 0.00017532218771521002, 0.02046099863946438, -0.00698591535910964, 0.01532420888543129, 0.04228561744093895, 0.03329024091362953, 0.060071077197790146, 0.0079584289342165, -0.01128655392676592, -0.0029190396890044212, 0.051529739052057266, -0.002330136951059103, -0.007285985630005598, 0.04306632652878761, 0.036284200847148895, -0.006890762131661177, 0.0035386146046221256, 0.05262962728738785, -0.021805839613080025, -0.012626194395124912, -0.004670482594519854, -0.02971261739730835, -0.03748598322272301, 0.020797407254576683, -0.0031973826698958874, 0.0029187118634581566, -0.02528086118400097, 0.01228154543787241, -0.04365747421979904, 0.0023365055676549673, 0.0003633814631029963, -0.003962543793022633, -0.0351693332195282, -0.005755288526415825, 0.05199127271771431, -0.04690243676304817, -0.02963394671678543, 0.007445948664098978, -0.018823159858584404, 0.03275415673851967, 0.003863082267343998, -0.003768678056076169, 0.0004109582223463803, 0.03008049540221691, -0.010200530290603638, -0.0002981975849252194, 0.012753191404044628, -0.032073475420475006, -0.032939594238996506, -0.048538777977228165, 0.05364896357059479, -0.0062876236625015736, 0.03100692853331566, 0.007844919338822365, 0.004891039803624153, 0.07483410835266113, 0.021431325003504753, 0.02356349676847458, 0.0195169560611248, 0.025755878537893295, 0.09699364006519318, -0.054796427488327026, 0.05145631358027458, 0.051757510751485825, -0.0664733350276947, 0.004915764555335045, 0.03266986832022667, 0.001352378516457975, -0.03121034801006317, 0.042427971959114075, 0.01210397481918335, 0.049564484506845474, -0.02564574033021927, 0.011155999265611172, 0.061749376356601715, -0.011985969729721546, -0.011616219766438007, -0.04223916307091713, 0.01797848753631115, -0.001809415058232844, 0.0042945509776473045, 0.024739161133766174, 0.01378826703876257, 0.013090724125504494, -0.05450347438454628, -0.02552061900496483, 0.033383145928382874, -0.05016612261533737, 0.005707524251192808, -0.010818279348313808, 0.005385538563132286, 0.03694278374314308, -0.032058488577604294, 0.035815175622701645, 0.03413538262248039, 0.0019330397481098771, -0.01587340235710144, 0.015475556254386902, 0.008662714622914791, 0.007780109997838736, -0.028905685991048813, 0.015130155719816685, 0.0051706936210393906, 0.044538579881191254, -0.0012242584489285946, -0.009011860936880112, -0.04036194086074829, 0.009439677000045776, 0.03333219885826111, 0.01709466241300106, -0.001045190030708909, -0.006776877213269472, 0.035463035106658936, -0.006338571663945913, 0.0013771035009995105, -0.08775100111961365, 0.032721564173698425, 0.02291700802743435, -0.025585804134607315, 0.08007878810167313, 0.057775408029556274, -0.007888749241828918, 0.05467654764652252, 0.025790344923734665, -0.048994310200214386, -0.07145503908395767, -0.01843130774796009, 0.0494019016623497, 0.035023607313632965, 0.011403493583202362, -0.007855127565562725, -0.06591515243053436, -0.018135780468583107, -0.05274650454521179, -0.02560678124427795, 0.023666998371481895, 0.010064871050417423, 0.024388518184423447, 0.06735968589782715, -0.004210729617625475, 0.040794629603624344, 0.02837822027504444, -0.029377052560448647, -0.055150069296360016, 0.0363842248916626, -0.00869568157941103, -0.05890825763344765, -0.015443899668753149, 0.011694515123963356, -0.03213978186249733, -0.0326354019343853, 0.06035279482603073, 0.02403225377202034, -0.03327375650405884, -0.03108597546815872, -0.003071884624660015, -0.021145805716514587, -0.03195059671998024, 0.01932365261018276, -0.0246529970318079, 0.0029602479189634323, 0.0602508969604969, -0.040920499712228775, 0.023783130571246147, 0.014933854341506958, -0.013842960819602013, 0.02572890743613243, -0.06165347620844841, 0.061554573476314545, 0.03930214419960976, 0.04479856416583061, 0.025974657386541367, -0.050032757222652435, -0.018562424927949905, 0.02399010956287384, -0.030015870928764343, 0.033893752843141556, 0.002681436948478222, 0.02058912068605423, -0.011356232687830923, 0.015209575183689594, -0.0012954362900927665, -0.008888985961675644, 0.0530102401971817, 0.005555054172873497, -0.033303726464509964, -0.018823910504579544, -0.017097661271691322, -0.0072751217521727085, -0.05908657982945442, -0.008685192093253136, -0.015118168666958807, 0.001901665236800909, 0.002088694367557764, 0.0617823451757431, -0.017442312091588974, 0.03676072135567665, 0.0292353518307209, -0.029741650447249413, -0.02409865520894527, -0.003234469797462225, 0.003777668811380863, 0.001501477207057178, -0.00346393627114594, 0.02746901847422123, -0.013009807094931602, -0.04597337543964386, 0.02746414765715599, -0.03208770975470543, -0.04463972896337509, 0.051237210631370544, -0.0011523313587531447, 0.07319177687168121, -0.02136533334851265, 0.028682036325335503, 0.019764956086874008, -0.011276064440608025, 0.00118042784743011, -0.009621742181479933, 0.04102239757776261, -0.06233678013086319, -0.05545144900679588, 0.04977951571345329, -0.035290710628032684, 0.015449333004653454, -0.005665894597768784, 0.04200989753007889, 0.008418462239205837, 0.013665392063558102, 0.021952737122774124, 0.032287754118442535, 0.059498660266399384, -0.01285696029663086, 0.05295030027627945, 0.02001670002937317, -0.05354969576001167, 0.02241726592183113, 0.0334709957242012, -0.009760163724422457, -0.005432740785181522, -0.012835982255637646, 8.428951696259901e-05, 0.04450411722064018, 0.04244295507669449, -0.03143811598420143, 0.01866057515144348, -0.016390377655625343, -0.03927142173051834, -0.01427826937288046, -0.07255642116069794, -0.09945113956928252, 0.002882701577618718, -0.030230341479182243, 0.02383258193731308, -0.007634007837623358, -0.01885088160634041, -0.018037207424640656, 0.00380314327776432, 0.06499209254980087, -0.018314426764845848, -0.005484437569975853, -0.020105861127376556, 0.0208000298589468, 0.01259023230522871, 0.012367707677185535, 0.012552768923342228, -0.04635399207472801, 0.02956501767039299, 0.03104851208627224, 0.010309544391930103, -0.03626022860407829, 0.015130155719816685, -0.010579271242022514, 0.04507344588637352, 0.038636814802885056, 0.04411226511001587, 0.004774158354848623, 0.055515699088573456, 0.036969006061553955, 0.006916985381394625, 0.020448263734579086, 0.0005769149283878505, -0.0044341906905174255, -0.04831550270318985, 0.0013149164151400328, -0.004060881678014994, -0.0146719953045249, 0.003563386388123035, -0.004736789967864752, -0.006137775722891092, -0.04504169523715973, 0.02267800085246563, -0.023290131241083145, -0.057182010263204575, 0.012598473578691484, -0.028249351307749748, -0.04538297280669212, -0.05202723667025566, -0.02413152903318405, -0.02685576304793358, 0.022441240027546883, -0.028457265347242355, -0.04683800041675568, -0.006372287403792143, -0.046560779213905334, -0.01035150233656168, 0.027871359139680862, -0.0067326719872653484, -0.014334462583065031, 0.028737856075167656, 0.004226088989526033, -0.05499422550201416, -0.003060645889490843, 0.0127955237403512, -0.006277134176343679, -0.06417091935873032, 0.008917456492781639, -0.0092935748398304, -0.03970373421907425, 0.03234020248055458, 0.04509526863694191, 0.009166017174720764, -0.009133987128734589, -0.004135805647820234, 0.0005025060381740332, 0.020858846604824063, 0.00252344086766243, 0.057387299835681915, 0.0210926104336977, 0.03458492457866669, -0.014597072266042233, 0.0255790613591671, 0.030356215313076973, -0.020094620063900948, 0.02586096152663231, 0.05203772708773613, -0.004747185856103897, 0.03826818987727165, -0.001855118665844202, 0.02262255921959877, 0.005240841303020716, 0.029510697349905968, -0.04781950265169144, -0.007703313138335943, 0.04951053857803345, 0.04885046184062958, -0.028365202248096463, 0.025619518011808395, 0.021964725106954575, -0.016310209408402443, 0.016342051327228546, 0.04709761217236519, -0.0014445349806919694, 0.02344522252678871, -0.03351576253771782, -0.05498523637652397, -0.017532220110297203, -0.04002740606665611, 0.01763336732983589, 0.076961949467659, -0.00898713618516922, -0.022429252043366432, 0.005554117262363434, -0.0028456139843910933, -0.014316481538116932, 0.017223533242940903, -0.02832127921283245, 0.043707672506570816, 0.04300938174128533, -0.01836837083101273, 0.04885345697402954, -0.03236342966556549, 0.005264161620289087, 0.028355369344353676, -0.024714436382055283, -0.050456829369068146, -0.06334975361824036, 0.05251574143767357, -0.015362420119345188, -0.02894764393568039, 0.028737856075167656, -0.0345519594848156, 0.034595414996147156, -0.004072869662195444, -0.01284797117114067, 0.03453997150063515, 0.012994072400033474, -0.059510648250579834, -0.04166974127292633, -0.023713452741503716, -0.023939721286296844, 0.022357137873768806, 0.00563063332810998, 0.00328878965228796, 0.01854819059371948, 0.03426725044846535, -0.06204153597354889, -0.05576744303107262, 0.04254784807562828, -0.0017479772213846445, -0.035010870546102524, 0.010748598724603651, 0.05140986666083336, 0.011681778356432916, 0.026726895943284035, 0.03726046532392502, 0.002054041950032115, 0.028853988274931908, 0.011980350129306316, 0.011436402797698976, -0.002233859384432435, -0.049917373806238174, -0.007968918420374393, 0.006304106675088406, -0.026117762550711632, -0.027013104408979416, -0.021509187296032906, -0.014099949970841408, -0.021679263561964035, -0.0033830066677182913, 0.00992293655872345, -0.046572767198085785, -0.008401979692280293, -0.05418729782104492, 0.01440489199012518, 0.03153083473443985, -0.010269085876643658, -0.02117127925157547, -0.0016927208052948115, 0.011557779274880886, 0.007378517184406519, 0.03214539960026741, -0.013694611378014088, -0.010303550399839878, -0.01640835963189602, 0.0031029782257974148, 0.02395770326256752, -0.0027416804805397987, -0.04762544855475426, -0.02929079346358776, -0.027775831520557404, -0.02451888471841812, -0.01342938095331192, -0.023358311504125595, -0.053753484040498734, -0.042119283229112625, 0.009615045972168446, 0.0008706170483492315, 0.06994307041168213, -0.02828381583094597, 0.009880979545414448, 0.03137218579649925, 0.009216824546456335, 0.0027572037652134895, -0.011788545176386831, -0.012335490435361862, 0.005061866715550423, -0.023013660684227943, -0.009465900249779224, 0.004769662860780954, -0.050160132348537445, 0.007720170542597771, -0.02268998883664608, -0.023020777851343155, 0.03831913694739342, -0.03730017319321632, -0.027443544939160347, 0.02154814638197422, -0.006382028106600046, -0.005152758676558733, -0.0011755578452721238, 0.05826091393828392, 0.03963850438594818, 0.0010428954847157, 0.009625769220292568, -0.01770005002617836, 0.06802501529455185, 0.024802470579743385, -0.041091326624155045, 0.042403995990753174, 0.03273055702447891, 0.0067071979865431786, 0.00668865442276001, 0.013173140585422516, 0.01196087058633566, 0.02736000344157219, -0.03931712731719017, 0.008485893718898296, -0.0218223687261343, -0.008626751601696014, 0.031066495925188065, 0.021122578531503677, -0.029732096940279007, 0.0148903988301754, 0.01165218371897936, -0.005696098320186138, -0.009275218471884727, -0.017250506207346916, 0.02547416649758816, -0.02450464852154255, -0.005047256126999855, -0.02045051008462906, -0.008550329133868217, 2.2477204311144305e-06, -0.0018656080355867743, 0.00779322162270546, 0.035040464252233505, 0.06426382809877396, 0.009089781902730463, 0.02789233811199665, 0.0842505618929863, 0.015401381067931652, -0.006247164215892553, 0.002334632445126772, 0.044438932090997696, -0.006931220646947622, -0.010061733424663544, -0.05338785797357559, 0.008826049044728279, 0.010789058171212671, 0.006581326015293598, -0.028402196243405346, -0.01363017689436674, 0.05367406830191612, -0.008538715541362762, 0.0023406262043863535, 0.011805028654634953, -0.0036769898142665625, 0.06058955192565918, 0.019273454323410988, -0.013144106604158878, 0.025291724130511284, -0.042979415506124496, -0.07106392830610275, -0.02783801779150963, 0.01033501885831356, -0.020423537120223045, 0.00829558726400137, 0.0021113588009029627, -0.018985746428370476, 0.00913473591208458, 0.038043420761823654, -0.01222909800708294, 0.020511947572231293, 0.012740079313516617, 0.05339459702372551, 0.052271489053964615, 0.016643621027469635, -0.008990881964564323, 0.0031108453404158354, 0.009040706790983675, -0.03771375119686127, -0.014253545552492142, -0.08347734063863754, -0.03787708654999733, 0.015856917947530746, -0.017145611345767975, 0.011700134724378586, 0.0013538770144805312, -0.045535821467638016, 0.013820718042552471, 0.016518497839570045, 0.03635912761092186, -0.007738152518868446, 0.06248663365840912, -0.0348404161632061, -0.08397483825683594, 0.02371101640164852, 0.052326932549476624, -0.024626025930047035, -0.004495440982282162, -0.04492631182074547, 0.014499296434223652, -0.024018017575144768, -0.01364872045814991, -0.022016985341906548, 0.03768078610301018, 0.03827568143606186, 0.02050108276307583, 0.015203582122921944, -0.025981025770306587, -0.008265617303550243, 0.010191164910793304, -9.964893979486078e-05, -0.0007522371597588062, 0.0016663101268932223, -0.040590837597846985, -0.010700834915041924, 0.024440214037895203, -0.015317466109991074, 0.0014100699918344617, -0.01725500077009201, 0.004903121385723352, -0.018335405737161636, 0.017247509211301804, 0.01631133444607258, 0.007560348138213158, 0.034274742007255554, -0.017748001962900162, -0.07151947170495987, 0.037779685109853745, -0.05941024795174599, 0.011721113696694374, -0.0038301157765090466, 0.019648073241114616, -0.10081775486469267, -0.012364710681140425, -0.008065243251621723, 0.030791522935032845, 0.003385067218914628, -0.03897247463464737, -0.0006855546962469816, 0.03076230362057686, -0.03139962628483772, -0.024696452543139458, 0.005752666387706995, -0.04691292718052864, -0.0001468510745326057, 0.020338498055934903, -0.03520529717206955, -0.04904526099562645, -0.04111830145120621, -0.009488377720117567, 0.002097310498356819, 0.014566726982593536, 0.009334408678114414, 0.021850839257240295, -0.004209231119602919, -0.012204748578369616, 0.03425676003098488, -0.011537923477590084, -0.00122201070189476, 0.049827467650175095, -0.038387320935726166, 0.02828681468963623, -0.006539742927998304, -0.07692598551511765, -0.020990338176488876, -0.05322602018713951, 0.016939571127295494, -0.00219536735676229, 0.029401682317256927, -0.02602260932326317, -0.024235671386122704, -0.032504286617040634, -0.028745723888278008, 0.017145611345767975, -0.001404029200784862, -0.002772188512608409, 0.0024282874073833227, -0.020346365869045258, -0.011659675277769566, 0.022578353062272072, -0.06857046484947205, -0.025336304679512978, -0.0018880852730944753, 0.032996539026498795, 0.02154402621090412, 0.030005570501089096, -0.03004659153521061, -0.017831915989518166, 0.009774587117135525, 0.015958815813064575, 0.02555658109486103, 0.018241001293063164, 0.029262324795126915, 0.026397230103611943, -0.045224886387586594, -0.004129812121391296, -0.013937365263700483, 0.025641996413469315, -0.0016528237611055374, -0.025432582944631577, -0.013696109876036644, 0.04444792494177818, 0.02494482882320881, 0.010433170013129711, 0.03511688858270645, -9.590274567017332e-05, 0.007714925799518824, 0.0220748633146286, -0.010762086138129234, 0.05764653906226158, -0.02859887294471264, -0.010213642381131647, 0.011944386176764963, 0.0328676663339138, 0.019648822024464607, -0.006650255527347326, -0.01770791783928871, 0.024112233892083168, -0.04520915076136589, 0.017604148015379906, -0.036339644342660904, -0.039801884442567825, 0.015856917947530746, -0.05273564159870148, 0.025767868384718895, 0.05179497227072716, 0.02566896751523018, -0.02394571527838707, 0.02841483987867832, 0.059921231120824814, 0.003452498698607087, -0.00032666869810782373, -0.043800581246614456, 0.023726938292384148, -0.023826586082577705, -0.04327910766005516, 0.035052452236413956, -0.014755817130208015, -0.033272258937358856, 0.041674237698316574, -0.026370257139205933, 0.02122541144490242, 0.02617545425891876, -0.02530333772301674, 0.00997987948358059, 0.05265659838914871, -0.037301670759916306, -0.0013426383957266808, -0.0384569987654686, -0.04269133135676384, 0.007305091712623835, 0.001519459066912532, 0.01998523250222206, -0.0033910609781742096, -0.027218397706747055, -0.034269869327545166, -0.008177956566214561, -0.0590401254594326, 0.0019495229935273528, 0.05450272560119629, 0.014677615836262705, -0.03377321735024452, -0.012125702574849129, -0.030200371518731117, 0.06783920526504517, -0.011556279845535755, -0.02047223784029484, 0.061508119106292725, -0.03151753917336464, 0.0007117781206034124, 0.07124225050210953, -0.01933901198208332, 0.03310742229223251, 0.003890054998919368, -0.04889841005206108, -0.028632963076233864, 0.007102797273546457, 0.016857154667377472, -0.03778867796063423, 0.020055660977959633, 0.008525978773832321, 0.01648777909576893, 0.08640836924314499, 0.04294045269489288, 0.02981526218354702, -0.016384383663535118, -0.0028066537342965603, -0.007939054630696774, -0.03382950648665428, -0.0228967797011137, -0.005688231438398361, -0.0014280517352744937, 0.013064407743513584, -0.05696847289800644, 0.001280451426282525, -0.05907009541988373, 0.06459948420524597, -0.007920967414975166, 0.019606491550803185, 0.020853601396083832, -0.042154498398303986, -0.012884975410997868, 0.05214111879467964, 0.034539222717285156, 0.03905489295721054, 0.02037333883345127, 0.03932012617588043, -0.02471340633928776, -0.017621753737330437, -0.04294644668698311, 0.011730197817087172, 0.005168258678168058, 0.0020109605975449085, 0.01130528561770916, -0.012511562556028366, -0.036102887243032455, -0.00870766956359148, 0.03577322140336037, 0.056222982704639435, -0.02964518591761589, 0.010572154074907305, 0.011619215831160544, -0.027158457785844803, -0.027431180700659752, -0.0036023466382175684, -0.0020469240844249725, 0.04579955339431763, -0.03603545576334, 0.005134542938321829, 0.023550117388367653, 0.008153793402016163, 0.08753222972154617, 0.068558469414711, 0.04187653213739395, 0.02485978789627552, -0.003922272007912397, 0.03343409299850464, 0.024204954504966736, -0.038967981934547424, -0.03978465497493744, -0.0011028815060853958, 0.009344336576759815, -0.006250910926610231, 0.026832539588212967, -0.02077268436551094, 0.0408661812543869, 0.01724451221525669, 0.03891478478908539, 0.04258381575345993, 0.015226058661937714, 0.0021934006363153458, 0.05012191832065582, 0.0067641399800777435, -0.017305949702858925, 0.011649934574961662, 0.012268807739019394, 0.03993599861860275, -0.02117202803492546, 0.012444130145013332, 0.020653555169701576, 0.008557634428143501, -0.07190307974815369, -0.05094383656978607, 0.03166888281702995, 0.04220769554376602, 0.0034405109472572803, 0.06126087158918381, 0.01734416000545025, -0.041903503239154816, -0.03793702647089958, 0.002095250179991126, 0.016857903450727463, -0.015164620243012903, 0.024832814931869507, 0.026423264294862747, 0.0637633353471756, 0.03903241455554962, 0.039538901299238205, 0.013489695265889168, -0.06475233286619186, 0.052180081605911255, 0.02265702188014984, 0.00920366682112217, -0.026042090728878975, 0.03305048123002052, 0.002545168856158853, 0.016355538740754128, 0.014418377541005611, -0.003732714569196105, -0.0035903588868677616, 0.025416474789381027, 0.0433000884950161, -0.012444130145013332, -0.00014497796655632555, 0.004675258882343769], [-0.05791250988841057, -0.04604076594114304, -0.04645761847496033, -0.01754457876086235, -0.0029403355438262224, -0.0035799487959593534, -0.007255760952830315, -0.001612391322851181, 0.05895758047699928, 0.040246136486530304, -0.02495906502008438, -0.022999953478574753, -0.034589409828186035, -0.02948821894824505, -0.05270622298121452, 0.006646007299423218, 0.004258850589394569, -0.0009771980112418532, 0.04397145286202431, 0.024230610579252243, -0.009695957414805887, 0.02268977463245392, -0.0020791362039744854, 0.014228646643459795, -0.0024307663552463055, -0.001125216600485146, -0.037345875054597855, -0.016556084156036377, -0.003100238973274827, 0.031074678525328636, 0.04182159900665283, -0.02357925847172737, 0.0021881612483412027, -0.005739233456552029, 0.04030349850654602, 0.004834424238651991, 0.0028287568129599094, 0.006919453386217356, -0.04209190234541893, -0.030750157311558723, 0.010938645340502262, -0.005970248486846685, -0.029576225206255913, 0.025750329717993736, 0.008850079961121082, 0.05375894904136658, -0.007315479218959808, 0.023072440177202225, -0.029643800109624863, -0.06410592049360275, 0.02287992835044861, -0.023065369576215744, -0.016710881143808365, -0.015693314373493195, -0.008131693117320538, 0.010590551421046255, -0.028346894308924675, -0.009300717152655125, 0.0877857506275177, 0.047536082565784454, -0.0386054590344429, -0.02072928845882416, -0.01380433328449726, 0.02629133127629757, 0.030154546722769737, 0.008310259319841862, 0.01948070526123047, 0.04008878767490387, 0.02478933706879616, -0.04427790269255638, -0.017605869099497795, 0.01984530128538609, 0.002492449013516307, -0.05855526402592659, 0.04578028619289398, 0.02760866656899452, -0.06977599859237671, 0.005206091329455376, -0.009326156228780746, -0.032599370926618576, 0.023667264729738235, -0.02031676098704338, -0.017406675964593887, -0.0005468929884955287, -0.02381538227200508, 0.027185924351215363, -0.004761348012834787, 0.0060032508336007595, 0.050697606056928635, 0.010998363606631756, 0.003868717700242996, -0.001646768650971353, 0.06507398188114166, 0.03134891390800476, -0.0003952401748392731, 0.045175835490226746, -0.004389680456370115, 0.01585596799850464, 0.010076071135699747, 0.039228569716215134, 0.06560201197862625, -0.04595787078142166, -0.008214395493268967, -0.04089989513158798, -0.030079113319516185, 0.03724844008684158, 0.06135259568691254, -0.03070458397269249, 0.04688507318496704, -0.03134341165423393, 0.011176045052707195, -0.003539089113473892, 0.03211110457777977, -0.03079887665808201, -0.008608456701040268, 0.01119559071958065, 0.07117781043052673, -0.01773316226899624, 0.008805487304925919, 0.015067843720316889, -0.00440657464787364, -0.008849294856190681, -0.003306502476334572, 0.030860165134072304, -0.011825185269117355, 0.0027014627121388912, -0.011871349066495895, 0.02241632528603077, -0.035038866102695465, -0.00477608060464263, 0.017005544155836105, 0.009558054618537426, -0.014153213240206242, -0.02835828810930252, -0.042261626571416855, 0.04362886026501656, -0.056664712727069855, 0.04329569637775421, -0.009545482695102692, 0.009111739695072174, -0.020545026287436485, 0.016147486865520477, 0.02101137675344944, 0.048063725233078, -0.038848258554935455, -0.02592869848012924, -0.03601478785276413, -0.06858163326978683, 0.01690869778394699, -0.005690122954547405, -0.0203081164509058, -0.012279555201530457, 0.008420266211032867, 0.01724834553897381, 0.020511629059910778, 0.0022547547705471516, 0.017087263986468315, 0.015385293401777744, -0.039722032845020294, 0.039300862699747086, 0.04333812743425369, 0.05766106396913528, 0.04634132236242294, 0.0199333056807518, 0.01315293274819851, -0.044706929475069046, 0.0585678368806839, -0.014049491845071316, -0.026406986638903614, -0.03481413796544075, 0.050015561282634735, 0.013859337195754051, -0.01636907272040844, 0.029577797278761864, -0.010771277360618114, 0.03215667977929115, -0.016461793333292007, -0.06346158683300018, -0.0052269138395786285, -0.0165215115994215, 0.010115948505699636, -0.021719353273510933, 0.0035799487959593534, 6.443279562518e-05, -0.02475122921168804, 0.02217273786664009, -0.01434788666665554, -0.009765497408807278, 0.01736385188996792, 0.008987588807940483, 0.033577341586351395, -0.023953283205628395, 0.013015423901379108, 0.014295240864157677, -0.028256529942154884, 0.05182204023003578, 0.03396708518266678, -0.029263488948345184, -0.02555624581873417, 0.01480697002261877, -0.00016343928291462362, -0.0038329653907567263, 0.05087675899267197, -0.007839585654437542, -0.026496022939682007, -0.031374841928482056, 0.0612960159778595, -0.007449059747159481, 0.009759210981428623, -0.005164052359759808, -0.0012325717834755778, 0.07552780956029892, 0.04768498241901398, 0.011117800138890743, 0.0318140834569931, 0.04822716116905213, 0.04307882487773895, -0.0421861931681633, 0.04339352250099182, 0.007720934227108955, -0.02928391844034195, -0.014392086304724216, 0.010253457352519035, -0.032816722989082336, -0.054041825234889984, 0.07297564297914505, 0.025245413184165955, 0.05888214334845543, 0.03516930341720581, 0.011265523731708528, 0.08813149482011795, 0.0037559603806585073, -0.014005488716065884, -0.03372664004564285, -0.010166482999920843, 0.01462152972817421, -0.03375335410237312, 0.054387565702199936, 0.022421039640903473, 0.018662722781300545, -0.050548311322927475, -0.030258269980549812, 0.04199132323265076, -0.05564793199300766, 0.05687058344483375, 0.006023680325597525, 0.04304739087820053, 0.030387133359909058, 0.011076449416577816, 0.02489699050784111, 0.01440465822815895, 0.014690677635371683, -0.07704561203718185, -0.01234280876815319, -0.03671245276927948, 0.020579205825924873, -0.006396133452653885, -0.0012697975616902113, -0.00916045717895031, 0.048092011362314224, 0.05697430670261383, -0.04489237070083618, -0.06741242110729218, -0.0052787745371460915, -0.0012289376463741064, -0.008885439485311508, 0.03903350606560707, -0.01827259175479412, 0.02997853606939316, -0.03392229601740837, -0.03365807980298996, -0.059862781316041946, 0.03134891390800476, -0.036722250282764435, -0.025977415964007378, 0.012614683248102663, 0.06968799233436584, -0.04978298023343086, 0.04334009066224098, 0.04128727689385414, 0.009418188594281672, -0.05731689929962158, -0.036310140043497086, 0.03231383115053177, 0.029254846274852753, 0.01459638588130474, 0.04450695216655731, -0.08402036130428314, 0.0021600702311843634, -0.03418827801942825, -0.022584479302167892, -0.005746304988861084, -0.000925632135476917, 0.02811470068991184, 0.06753185391426086, 0.0016045337542891502, 0.03178265318274498, 0.0138577651232481, -0.05735147371888161, -0.0599382109940052, 0.01259582582861185, 0.02627384662628174, -0.014902245253324509, -0.0026888905558735132, 0.03601321950554848, -0.043789155781269073, -0.04975154623389244, 0.07158640772104263, 0.006446422543376684, 0.025059642270207405, -0.03368106484413147, -0.036076076328754425, 0.013846764340996742, -0.017360709607601166, 0.005054045468568802, -0.02357611618936062, 0.011293025687336922, 0.027159208431839943, -0.02929649129509926, -0.008462845347821712, -0.007852550595998764, 0.02406957745552063, -0.002901833038777113, -0.01817004755139351, -0.005046973470598459, 0.04992441460490227, 0.02819327637553215, 0.03948315978050232, -0.046753063797950745, 0.0061063822358846664, 0.029664231464266777, -0.03982260823249817, -0.00901744794100523, -0.019923876971006393, 0.015954189002513885, -0.0047491686418652534, -0.012947062961757185, 0.009649204090237616, 0.04719486087560654, 0.023018812760710716, 0.03772775828838349, -0.031802888959646225, -0.005224556662142277, -0.018127616494894028, 0.04059109091758728, -0.04277394711971283, 0.03038595430552959, -0.009545482695102692, 0.006451137363910675, -0.013405163772404194, 0.03985089808702469, -0.017915459349751472, 0.03586863726377487, 0.014590099453926086, 0.021561414003372192, -0.019166791811585423, 0.0013925243401899934, -0.04435647651553154, -0.05514661595225334, -0.01733477972447872, 0.0410279743373394, -0.0396576002240181, -0.05893400311470032, 0.08016697317361832, 0.0009881004225462675, -0.025251762941479683, 0.028231779113411903, 0.012298805639147758, 0.005298614967614412, 0.003441654145717621, 0.022919634357094765, -0.020035456866025925, -0.05162166804075241, 0.05582394450902939, 0.004827352240681648, 0.04340570420026779, -0.01381533406674862, -0.016147732734680176, 0.06970999389886856, -0.042533501982688904, 0.04857604205608368, -0.041496291756629944, 0.005923102609813213, -0.02145690657198429, 0.022872069850564003, 0.0459863543510437, 0.01866331323981285, 0.019616642966866493, -0.05022614821791649, 0.004915750585496426, -0.002209573518484831, -0.03793952241539955, 0.020637352019548416, 0.0418066680431366, -0.0015966760693117976, 0.0088398652151227, -0.006559572648257017, 0.007489919196814299, 0.008467412553727627, 0.018660366535186768, -0.04390230774879456, 0.0375792495906353, -0.038904838263988495, -0.004508723970502615, -0.024958277121186256, -0.034177668392658234, -0.027554448693990707, -0.001921590301208198, -0.015286287292838097, 0.012257946655154228, -0.009526624344289305, 0.0020257041323930025, -0.035901639610528946, 0.012896087020635605, 0.07572896033525467, -0.014803826808929443, -0.015282358042895794, -0.032877616584300995, 0.06092199310660362, -0.015896238386631012, -0.0004557441279757768, 0.003141098655760288, -0.02953064814209938, 0.031996384263038635, 0.03468763083219528, 0.003146206261590123, -0.02510128729045391, -0.028716595843434337, -0.01884580589830875, 0.0458698645234108, 0.011994714848697186, 0.04782956093549728, 0.0012862986186519263, 0.03810178488492966, 0.02653256058692932, -0.009800070896744728, 0.014465628191828728, 0.0046038017608225346, -0.030071649700403217, -0.0602407306432724, -0.02794811874628067, -0.06595403701066971, -0.026278363540768623, -0.011799058876931667, 0.010202382691204548, -0.0013593747280538082, 0.0017286846414208412, 0.040089771151542664, -0.0075260647572577, -0.06288326531648636, -0.0122862346470356, -0.031675003468990326, -0.023429177701473236, 0.012201370671391489, -0.002228431636467576, 0.011844633147120476, 0.03131512179970741, 0.010415717959403992, -0.0005374638130888343, -0.002779253525659442, -0.05402296781539917, -0.01071077398955822, 0.01372811384499073, -0.0238910261541605, -0.026598172262310985, -0.018861915916204453, 0.04763154685497284, -0.053322069346904755, 0.03147036209702492, 0.03264385089278221, 0.020800791680812836, -0.04946238547563553, -0.008180608041584492, -0.030279483646154404, 0.022877179086208344, -0.012067103758454325, 0.010298246517777445, -0.010966147296130655, 0.003166439710184932, 0.00440971739590168, -0.0326312817633152, -0.005098048131912947, 0.035406406968832016, 0.03704414144158363, 0.04508409649133682, 0.01198936067521572, -0.047719553112983704, 0.027368223294615746, -0.05848611891269684, -0.03335065022110939, 0.024126151576638225, 0.035214878618717194, 0.010388020426034927, 0.040499940514564514, -0.006889594253152609, 0.01224694587290287, -0.01502384152263403, 0.064574234187603, -0.03550522029399872, 0.02376430667936802, 0.013462131842970848, 0.03540896251797676, -0.02351011149585247, 0.050942763686180115, 0.057131461799144745, -0.04528525099158287, 0.01884492300450802, 0.00894908607006073, 0.03357420116662979, -0.0025395951233804226, 0.006891951896250248, -0.0719572901725769, 0.040160488337278366, -0.011520111933350565, 0.01762826181948185, 0.014374799095094204, 0.012386025860905647, 0.014454947784543036, 0.009837787598371506, 0.02649916522204876, -0.02861955389380455, 0.025169650092720985, -0.023500682786107063, 0.038364227861166, -0.04294092208147049, -0.026496807113289833, 0.03649410605430603, -0.026080746203660965, -0.012287411838769913, 0.009454334154725077, -0.02893503755331039, -0.05154348537325859, -0.02769588679075241, 0.03639824315905571, 0.006336415186524391, -0.0627984032034874, 0.0410955511033535, 0.005941960960626602, 0.025059642270207405, -0.0011920066317543387, -0.02392939105629921, 0.019958844408392903, 0.006548571866005659, -0.008972659707069397, -0.008467412553727627, -0.03134419769048691, -0.0014815614558756351, 0.04043668881058693, 0.030739156529307365, 0.004767830017954111, 0.01676313392817974, -0.043644968420267105, -0.07730678468942642, -0.03801849111914635, 0.024507248774170876, 0.0117063382640481, -0.047054801136255264, 0.003089729230850935, 0.04433919116854668, 0.01117516029626131, -0.024365026503801342, 0.04181452840566635, 0.010323391295969486, 0.039084773510694504, -0.03364334627985954, 0.0030731300357729197, -0.02108052559196949, -0.0511266365647316, -0.037264157086610794, -0.01008667889982462, -0.04258222132921219, -0.058850713074207306, -0.04834345355629921, -0.00606925506144762, -0.04548640921711922, -0.036788176745176315, 0.0443321168422699, -0.025548242032527924, -0.005330635234713554, -0.054016683250665665, 0.015371151268482208, 0.021012358367443085, -0.01259052101522684, 0.02478933706879616, 0.02557038888335228, -0.001049783080816269, 0.00475073978304863, -0.0402044914662838, 0.018182620406150814, -0.022914500907063484, -0.0026448876596987247, 0.03308388218283653, -0.0008651281823404133, -0.07271162420511246, -0.0277155302464962, -0.019566353410482407, -0.06346944719552994, -0.005767520982772112, -0.027947528287768364, -0.018071040511131287, -0.029808811843395233, -0.047083087265491486, -0.0005586794577538967, -0.019041461870074272, 0.04533711448311806, -0.003288724459707737, 0.00561508210375905, -0.0019549850840121508, -0.026940373703837395, 0.01693560928106308, -0.010988934896886349, 0.009760782122612, -0.01919468678534031, -0.022177454084157944, 0.006086148787289858, 0.04720880836248398, -0.0307540874928236, -0.01490912027657032, -0.03573073446750641, -0.016298944130539894, 0.05216934531927109, 0.0009279893711209296, -0.003908399026840925, 0.020537560805678368, 0.004342142026871443, -0.00026873190654441714, -0.006041753105819225, 0.05335664004087448, 0.07742621749639511, -0.01029353216290474, 0.03647053241729736, -0.03877479210495949, 0.01380276121199131, 0.03601950407028198, -0.07083206623792648, 0.04239913821220398, -0.006930454168468714, -0.02803847938776016, 0.013719470240175724, 0.010610980913043022, -0.010395681485533714, 0.00205556326545775, -0.02963358350098133, 0.016103483736515045, 0.025741687044501305, -0.0024042469449341297, 0.02023189701139927, 0.031229475513100624, -0.01867077685892582, 0.007329623214900494, 0.011585330590605736, 0.0019549850840121508, -0.0656648799777031, -0.030728155747056007, 0.05616025626659393, -0.004037264734506607, -0.006756014656275511, -0.005756520200520754, -0.012785588391125202, -0.011233308352530004, 0.05367409065365791, -0.025820262730121613, 0.04217362031340599, 0.03621122986078262, 0.002115281531587243, -0.03149977698922157, 0.009581235237419604, -0.021346112713217735, -0.017927246168255806, -0.04378601163625717, 0.07529757916927338, 0.030344506725668907, -0.007031032349914312, -0.033715639263391495, -0.006774086505174637, 0.009961545467376707, -0.04220976680517197, -0.008142105303704739, -0.012443779967725275, 0.033181317150592804, -0.004511867184191942, -0.018531499430537224, 0.02994710393249989, 0.0010753205278888345, 0.04153557866811752, 0.004777849186211824, 0.002684961771592498, 0.04689449816942215, 0.014106067828834057, -0.004519724752753973, -0.020072385668754578, 0.006081041414290667, 0.024123793467879295, 0.023118801414966583, -0.010207097046077251, -0.015124420635402204, 0.03255859762430191, 0.028595587238669395, -0.02323116548359394, 0.051510874181985855, 0.037436239421367645, 0.07407885789871216, 0.02996596321463585, 0.01112722884863615, 0.07281848788261414, 0.0150014478713274, -0.02603006362915039, 0.009621702134609222, -0.04963839426636696, -0.02328381314873695, -0.01680595800280571, 0.0565248467028141, 0.01976829580962658, 0.009317610412836077, 0.005374637898057699, -0.021291110664606094, -0.016174988821148872, -0.010304532945156096, -0.01524857059121132, -0.03356084227561951, 0.011672207154333591, -0.028606588020920753, -0.04045750945806503, -0.014712482690811155, 0.015074131079018116, -0.004144717939198017, -0.04283051937818527, -0.02876492217183113, -0.03378792852163315, -0.05559450015425682, -0.01536015048623085, -0.028540583327412605, 0.011497324332594872, -0.005326706450432539, 0.002817633096128702, 0.003796034725382924, -0.02241401933133602, -0.008539702743291855, -0.024735908955335617, -0.016856247559189796, 0.03646581992506981, -0.02977187931537628, -0.010328104719519615, -0.03356005623936653, 0.01105100940912962, -0.03524002432823181, -0.020213039591908455, 0.013876623474061487, -0.017582295462489128, -0.01096398662775755, -1.5715315385023132e-05, 0.034616127610206604, -0.023337243124842644, 0.012177012860774994, 0.01516842283308506, -0.045800719410181046, 0.051541518419981, -0.0051601240411400795, 0.0554954968392849, 0.006474710069596767, 0.016953682526946068, -0.05922434851527214, -0.009746639057993889, -0.036214374005794525, 0.00485367514193058, 0.021970797330141068, 0.010247956961393356, 0.03671411797404289, 0.016904179006814957, -0.02026018500328064, -0.02091394178569317, 0.0088905468583107, -0.07156126201152802, 0.001936126849614084, -0.0077433292753994465, -0.056939732283353806, -0.07991866767406464, -0.018744049593806267, 0.03608698025345802, -0.028702452778816223, -0.06900909543037415, -0.00627355370670557, -0.009094453416764736, -0.06065994128584862, -0.05350122228264809, 0.024182727560400963, -0.04120869934558869, -0.014916977845132353, 0.01694110967218876, -0.03559951111674309, 0.019761813804507256, 0.0013035854790359735, -0.05930646136403084, 0.03502236679196358, 0.003717457875609398, 0.03266462683677673, 0.005223771091550589, 0.0215583685785532, -0.011076940223574638, -0.02188514918088913, -0.001700397115200758, -0.003895826637744904, 0.028782598674297333, 0.012885773554444311, -0.04405003041028976, -0.010449899360537527, 0.00480888644233346, -0.004516582004725933, -0.03491942957043648, -0.019097546115517616, -0.006825578864663839, -0.019330622628331184, 0.012272875756025314, -0.00150081270840019, 0.03736473619937897, 0.008869724348187447, -0.007942520081996918, -0.03982889652252197, 0.004379072692245245, 0.003719422500580549, 0.03662925958633423, 0.015155849978327751, 0.018517356365919113, 0.010408253408968449, 0.016247671097517014, -0.02595227211713791, 0.03540660813450813, 0.044783543795347214, 0.01574203185737133, -0.008938871324062347, -0.011744054965674875, 0.023582402616739273, -0.040102340281009674, 0.028142986819148064, 0.019172685220837593, -0.023310527205467224, 0.00040899106534197927, -0.014240826480090618, 0.05281917750835419, -0.016156915575265884, 0.009980699047446253, 0.04622502997517586, 0.011745626106858252, -0.006071415729820728, 0.005116906948387623, 0.002380870282649994, 0.0271332785487175, -0.08223510533571243, -0.02838853932917118, -0.05108734965324402, -0.036993853747844696, 0.010412967763841152, 0.004429754335433245, -0.020687641575932503, 0.02154393121600151, 0.007255760952830315, 0.014833686873316765, 0.03496657684445381, 0.04268475994467735, 0.028771597892045975, -0.01924075186252594, -0.004139414057135582, 0.03280611336231232, -0.0020887618884444237, 0.016746241599321365, 0.03283243998885155, -0.0055600786581635475, 0.01864582858979702, 0.021968046203255653, -0.030433887615799904, -0.002308187074959278, 0.02308579906821251, -0.015394723042845726, 0.04348113760352135, 0.04715557396411896, -0.0722275897860527, -0.014121782034635544, -0.019378555938601497, 0.002589491195976734, -0.025049034506082535, -0.006303413305431604, -0.02805655263364315, 0.05407797172665596, -0.01960485614836216, 0.02405386418104172, 0.011866634711623192, -0.04793014004826546, -0.01616477407515049, -0.010525725781917572, 0.041796453297138214, -0.016939539462327957, 0.02542109414935112, -0.013965439051389694, 0.0633578673005104, 0.001629580045118928, -0.04601915925741196, 0.03223211318254471, 0.000436885777162388, 0.023874707520008087, 0.055464062839746475, 0.014379513449966908, 0.057210031896829605, -0.0032169250771403313, -0.06655938178300858, -0.05232689529657364, -0.051374152302742, -0.017233414575457573, -0.028955860063433647, -0.006106971763074398, -0.022420255467295647, -0.0050446162931621075, 0.06970056891441345, 0.023818131536245343, 0.019227271899580956, -0.0001151146861957386, 0.024056613445281982, -0.0144353024661541, -0.03355691209435463, -0.03657268360257149, -0.05109363421797752, 0.01564616896212101, 0.025507530197501183, 0.04038050398230553, -0.025121716782450676, -0.04337112978100777, 0.08514400571584702, 0.03511548042297363, -0.001857550349086523, -0.022482722997665405, 0.00789694581180811, -0.028485579416155815, 0.04886520281434059, 0.015776604413986206, 0.019774189218878743, 0.0009664918761700392, 0.01867411658167839, -0.019556138664484024, 0.03888833522796631, 0.01399291679263115, 0.04381852224469185, 0.012031645514070988, -0.03004768304526806, -0.023699678480625153, -0.013681753538548946, -0.012423743493855, -0.03966545686125755, 0.002914405195042491, 0.02363269031047821, -0.033335328102111816, 0.04778045415878296, -0.00901116244494915, -0.022491758689284325, -0.03320017457008362, 0.011322885751724243, -0.005508218426257372, 0.05305176228284836, -0.01519671082496643, 0.02204858884215355, 0.02902304381132126, -0.006229551043361425, 0.06013936921954155, 0.0450589545071125, 0.021529195830225945, 0.010130878537893295, -0.0036192371044307943, 0.003989676479250193, 0.002508164383471012, -0.025929486379027367, -0.01718941144645214, 0.006993315648287535, -0.04274566099047661, -0.008669354021549225, 0.044923800975084305, -0.026285436004400253, 0.013499455526471138, -0.0174738597124815, 0.014065206982195376, -0.01817331276834011, -0.016882963478565216, -0.03757846355438232, 0.018688654527068135, -0.008008524775505066, -0.04554926976561546, 0.0036088256165385246, -0.005468929652124643, -0.01916639879345894, -0.04181000590324402, 0.02582576312124729, -0.02412104420363903, -0.0011629334185272455, -0.04251778498291969, -0.030699869617819783, 0.0417713075876236, 0.036518584936857224, -0.013064141385257244, 0.008490518666803837, 0.0644453689455986, -0.04118512943387032, -0.012498389929533005, -0.027767783030867577, 0.02214445173740387, 0.04028385505080223, 0.021715423092246056, 0.02016589231789112, 0.03693413361907005, 0.010304532945156096, 0.04427947476506233, -0.01070212945342064, -0.038533955812454224, 0.07829684764146805, 0.025093035772442818, 0.024486524984240532, -0.01931176520884037, -0.005629226099699736, 0.010661270469427109, -0.03156264126300812, 0.052640024572610855, 0.018753085285425183, 0.018069272860884663, 0.01380276121199131, 0.0389641597867012, -0.012478211894631386, 0.017188627272844315, 0.0036710978019982576], [-0.044828008860349655, -0.05234334617853165, -0.05352829024195671, -0.03644543141126633, 0.04240876063704491, 0.027219228446483612, -0.02472914196550846, -0.008294565603137016, 0.003941207192838192, 0.06027728319168091, -0.027071110904216766, 0.007968279533088207, -0.03877773880958557, 0.006199995055794716, -0.057658396661281586, 0.005364420358091593, 0.026785610243678093, 0.009136044420301914, 0.04763365164399147, 0.02003232203423977, 0.006196775007992983, -0.03632092475891113, 0.008316032588481903, 0.01518094539642334, -0.03552130609750748, -0.001534838229417801, 0.02244083769619465, -0.007882414385676384, 0.010600043460726738, -0.003650339087471366, 0.007151487283408642, -0.0026221047155559063, 0.02484935149550438, -0.018757225945591927, 0.03717099130153656, 0.017863156273961067, 0.03664292022585869, 0.002000656211748719, -0.03850189968943596, -0.010649415664374828, -0.022964615374803543, 0.01082785427570343, -0.04625551775097847, 0.0368790477514267, 0.023860832676291462, 0.036205410957336426, -0.03735774755477905, 0.051589883863925934, 0.0029451719019562006, -0.06697475910186768, 0.038192782551050186, -0.019344327971339222, 0.0008887035655789077, -0.02022981271147728, 0.010964970104396343, 0.03764324635267258, 0.018055278807878498, 0.0013588147703558209, 0.04876707121729851, 0.05124427378177643, -0.005774426274001598, 0.010405236855149267, -0.0066888895817101, -0.022376438602805138, 0.005828091874718666, -0.012242212891578674, 0.03388235718011856, 0.025675803422927856, 0.03393387794494629, -0.05363132432103157, -0.004188471473753452, -0.004778391681611538, 0.022634034976363186, -0.041116490960121155, 0.04165100306272507, -0.0024428614415228367, -0.10935775935649872, -0.004312573000788689, -0.022951733320951465, -0.01866706646978855, -0.014942669309675694, -0.021828511729836464, -0.023316659033298492, -0.0623122863471508, -0.04743186756968498, 0.0053542242385447025, -0.00848776288330555, -0.01635836996138096, 0.01625855267047882, 0.01331338007003069, -0.035234734416007996, -0.038192782551050186, 0.029743662104010585, 0.008488701656460762, -0.04056265950202942, 0.026566652581095695, 0.0370679534971714, 0.0039956774562597275, -0.013240394182503223, 0.06198277696967125, 0.03474101051688194, 0.0271000899374485, 0.0261287409812212, -0.01892036944627762, -0.02929716370999813, 0.01792004145681858, 0.04325989633798599, 0.009153217077255247, 0.03929400444030762, 0.009964642114937304, 0.006603024434298277, 0.0012579233152791858, -0.007089972961694002, -0.028356941416859627, -0.01334772538393736, -0.027671094983816147, 0.02598706446588039, 0.014519784599542618, -0.014977015554904938, 0.00034775357926264405, -0.014305122196674349, 0.023806091398000717, 0.01293128076940775, 0.012220746837556362, 0.0057958923280239105, -0.0021047675982117653, -0.014212816022336485, 0.04583719000220299, -0.018205542117357257, -0.03981563448905945, 0.017877107486128807, -0.0153075959533453, 0.007611938752233982, -0.011643304489552976, -0.03867148235440254, 0.020594201982021332, -0.0449289008975029, -0.004064638167619705, 0.018823770806193352, 0.013622493483126163, -0.05008670687675476, 0.003175934311002493, -0.013448617421090605, 0.04998098686337471, -0.01552869938313961, -0.016864974051713943, -0.03082985430955887, -0.0264893751591444, 0.027556248009204865, -0.004230196587741375, -0.0190738532692194, -0.023325247690081596, -0.04080308601260185, 0.00943442527204752, -0.0028669543098658323, 0.0313987098634243, 0.021934233605861664, 0.031587615609169006, -0.05402630567550659, -0.005742226727306843, 0.015557678416371346, 0.025615699589252472, 0.06882085651159286, -0.01251483429223299, -0.004243881441652775, 0.0006013238453306258, 0.019706571474671364, 0.016911126673221588, 0.00820440798997879, -0.020326409488916397, 0.06825415045022964, 0.017065683379769325, 0.0024085151962935925, 0.03864357620477677, -0.026214605197310448, 0.03652700036764145, -0.0009616888128221036, -0.0352819599211216, 0.02268984541296959, 0.010078296065330504, 0.0015455713728442788, 0.0095997154712677, -0.002451447769999504, 0.00998181477189064, -0.01667472906410694, 0.021646585315465927, -0.01968027465045452, 0.02815515734255314, -0.006010555196553469, -0.0229345615953207, 0.015238904394209383, -0.05548601225018501, 0.02785462886095047, -0.004310426767915487, -0.014876124449074268, 0.0541057288646698, 0.00956107582896948, -0.017221851274371147, -0.014760205522179604, 0.016945473849773407, 0.017087150365114212, 0.009172536432743073, 0.03907075524330139, -0.012744523584842682, -0.0006783340941183269, -0.05843118205666542, 0.06009965017437935, -0.03975660353899002, 0.01872502639889717, 0.007891000248491764, -0.02371164038777351, 0.10007574409246443, 0.02616630680859089, 0.025282971560955048, -0.0016314364038407805, 0.05606989189982414, 0.09709622710943222, -0.024402854964137077, 0.0468393974006176, 0.009470918215811253, -0.01520643662661314, -0.010192183777689934, 0.03540646284818649, -0.029871387407183647, -0.050347790122032166, 0.08792583644390106, 0.007706390228122473, 0.0033337115310132504, -0.00837184488773346, -0.04094476252794266, 0.05805337429046631, -0.06034168228507042, 0.006439880467951298, -0.040571246296167374, -0.011711996048688889, -0.0021680931095033884, -0.04661829397082329, 0.04200519621372223, -0.018083184957504272, -0.013926241546869278, -0.04188498109579086, -0.027983427047729492, 0.04273504763841629, -0.008616560138761997, 0.023396085947752, -0.024359922856092453, 0.04970729351043701, 0.0036159928422421217, -0.06761874258518219, 0.0009294894407503308, 0.044226955622434616, 0.03652270883321762, -0.022584659978747368, 0.02967282384634018, 0.02539781667292118, 0.0026854302268475294, -0.018748639151453972, 0.032096363604068756, -0.007184760179370642, 0.029872458428144455, 0.007357563357800245, -0.023573720827698708, -0.041897863149642944, -0.014862170442938805, 0.009848724119365215, 0.001970603596419096, 0.0014024851843714714, 0.024394268169999123, -0.00924122892320156, -0.02733943983912468, -0.01737050525844097, -0.05668383091688156, 0.013987420126795769, 0.02191813290119171, -0.015681108459830284, -0.0016056769527494907, 0.032547153532505035, -0.013545215129852297, 0.05311935767531395, 0.03803393617272377, -0.04460261389613152, -0.033392928540706635, -0.0006525745848193765, -0.005031693261116743, 0.02016112022101879, 0.056250207126140594, 0.013309086672961712, -0.03860493749380112, -0.0057255905121564865, -0.014759132638573648, 0.020083840936422348, -0.027271820232272148, -0.0013072957517579198, 0.03500719368457794, 0.057907409965991974, 0.014185179024934769, 0.027893269434571263, -0.015885038301348686, -0.07944236695766449, -0.02916729263961315, 0.02401860803365707, 0.011276230216026306, -0.028027433902025223, -0.012336664833128452, 0.008285979740321636, -0.02796303480863571, -0.025768646970391273, 0.07336311787366867, 0.0021707764826714993, 0.0005538297118619084, -0.022200413048267365, -0.01943126693367958, -0.015902211889624596, 0.015335503034293652, 0.00765701849013567, -0.03556102141737938, 0.014622822403907776, 0.027545515447854996, -0.05668812245130539, -0.02679634466767311, 0.02624465897679329, 0.0009423692245036364, -0.02885710634291172, -0.08051139116287231, 0.06208045035600662, 0.044984713196754456, 0.03489986062049866, 0.009196149185299872, -0.049372415989637375, -0.03277832269668579, 0.051665015518665314, 0.0020693482365459204, 0.004336186219006777, 0.004789124708622694, -0.0110207824036479, -0.027957668527960777, -0.009519417770206928, -0.0027712953742593527, 0.008826930075883865, 0.04332751780748367, -0.007938225753605366, -0.044735703617334366, -0.0093410462141037, -0.04176906496286392, 0.005315316375344992, -0.05275120586156845, 0.03203625977039337, -0.01647321507334709, 0.0364261120557785, 0.006901405286043882, 0.04949263110756874, -0.014223548583686352, 0.013834205456078053, -0.01930890791118145, 0.027614207938313484, 0.028541550040245056, 0.0016287531470879912, -0.033566802740097046, -0.003215647069737315, -0.02507045492529869, 0.008743210695683956, -0.021326737478375435, -0.015127279795706272, 0.04999923333525658, -0.02340252511203289, 0.013072957284748554, 0.0032113539054989815, -0.023241527378559113, 0.04059700667858124, -0.02056146413087845, 0.03833446279168129, -0.005327927879989147, -0.007783669047057629, -0.007532513700425625, -0.023647241294384003, 0.03906860947608948, -0.06001110374927521, -0.03977485001087189, 0.04284881800413132, -0.0333714596927166, 0.036115922033786774, -0.015236756764352322, 0.05102531984448433, -0.02888501062989235, -0.018574761226773265, 0.0398242212831974, 0.02947103977203369, -0.00013040757039561868, -0.0010754599934443831, 0.05657864362001419, -0.02244727686047554, -0.018931102007627487, 0.02918124571442604, 0.04295829683542251, 0.0018681020010262728, -0.00980257149785757, -0.02092531882226467, -0.02359572052955627, 0.06041896343231201, 0.0329335480928421, -0.051665015518665314, 0.020152533426880836, 0.0015144452918320894, -0.007722490001469851, -0.029726490378379825, -0.05879181623458862, -0.009535316377878187, -0.024857938289642337, -0.045285243541002274, -0.014919056557118893, 0.029310310259461403, 0.0055189779959619045, 0.00863963644951582, 0.009732806123793123, 0.08832081407308578, 0.0006611610297113657, -0.018430937081575394, 0.00465796235948801, 0.044770050793886185, 0.003007424296811223, 0.0204208604991436, 0.015554457902908323, -0.03735130652785301, 0.027635136619210243, 0.032843392342329025, -0.012458820827305315, 0.0016314364038407805, -0.028348354622721672, -0.02496526949107647, 0.03559107333421707, 0.04767229035496712, 0.021006889641284943, 0.007148267235606909, 0.03351743146777153, 0.03542149066925049, 0.033075228333473206, 0.032529983669519424, 0.023329541087150577, -0.08589942008256912, -0.03379971534013748, -0.041696079075336456, -0.004752631764858961, -0.03168850392103195, 0.04130539298057556, 0.0032929254230111837, -0.021977165713906288, -0.005684267729520798, 0.001499687205068767, 0.0009981815237551928, -0.08083338290452957, 0.03524761274456978, -0.033843718469142914, -0.005199130158871412, -0.004361945670098066, -0.006229511462152004, -0.022339409217238423, 0.03743287920951843, 0.0075346603989601135, -0.022223491221666336, -0.016561226919293404, -0.02977800741791725, -0.00529787503182888, -0.01569667086005211, -0.043200865387916565, 0.011537046171724796, -0.003387377131730318, 0.02775159291923046, -0.04815742373466492, 0.009095258079469204, -0.01785564236342907, 0.034174300730228424, -0.029443133622407913, -0.03140193223953247, -0.047607891261577606, -0.03936054930090904, -0.00467803655192256, 0.06218348816037178, 0.009006978012621403, -0.035095203667879105, -0.03611914440989494, -0.002629617927595973, 0.008953580632805824, 0.033027999103069305, 0.04129466041922569, 0.033178262412548065, 0.01220571994781494, -0.01131520513445139, 0.01244292315095663, -0.030705351382493973, 0.0005151904188096523, 0.005100385751575232, 0.034695930778980255, -0.015170211903750896, 0.022178947925567627, 0.007657554931938648, 0.01889299973845482, -0.022885188460350037, 0.028550002723932263, -0.030957579612731937, -0.007973108440637589, 0.028148718178272247, 0.016752276569604874, -0.047260139137506485, 0.0005091530620120466, 0.00902334600687027, -0.043791186064481735, 0.02268984541296959, 0.01913449540734291, 0.01980692707002163, -0.025553446263074875, -0.001305149169638753, -0.059517379850149155, -0.002419248456135392, 0.009848724119365215, 0.013318746350705624, 0.028317227959632874, 0.006890672259032726, 0.00950794667005539, 0.01531403698027134, -0.0001089413053705357, -0.028228143230080605, 0.00123645702842623, -0.018864557147026065, 0.002498673740774393, -0.02299466542899609, -0.028316155076026917, 0.0031888142693787813, -0.006766167934983969, -0.023990701884031296, 0.02374169230461121, 0.004225769080221653, 0.01664065197110176, -0.04754778370261192, 0.02416672557592392, -0.021527446806430817, -0.04877994582056999, 0.01279604248702526, 0.0095524899661541, -0.0009380759438499808, 0.0495956651866436, -0.01662455126643181, 0.038636062294244766, 0.045598648488521576, -0.04353681206703186, -0.0394635871052742, -0.03228500112891197, -0.009894339367747309, 0.010968190617859364, 0.03533991798758507, 0.011205391958355904, -0.010739574208855627, -0.0373341329395771, -0.07302824407815933, -0.03468090295791626, 0.05101243779063225, -0.01878298446536064, -0.00411508372053504, 0.006142036058008671, 0.0635487362742424, 0.005534003954380751, -0.014441432431340218, 0.041323643177747726, 0.012325931340456007, -0.005733640398830175, -0.019706035032868385, -0.010612922720611095, 0.0010582869872450829, -0.06106724217534065, 0.006637370679527521, 0.01290552131831646, -0.039369069039821625, -0.050351280719041824, -0.03175075724720955, 0.0009294894407503308, -0.026843836531043053, -0.03796255961060524, 0.03105095773935318, -0.03444907069206238, -0.041232410818338394, -0.042784418910741806, 0.012710177339613438, 0.017905013635754585, -0.016069648787379265, 0.01000542752444744, 0.001468561007641256, -0.01872717402875423, 0.015727262943983078, -0.031418029218912125, 0.05808987095952034, -0.034637968987226486, -0.03539787605404854, 0.029056740924715996, 0.0017578189726918936, -0.03270600736141205, -0.013248980976641178, -0.019433412700891495, -0.041412726044654846, 0.020805643871426582, 0.003028353676199913, 0.03770335391163826, -0.014365226961672306, -0.03503939136862755, -0.03253857046365738, 0.0014511197805404663, 0.028582336381077766, -0.016175102442502975, 0.002852866891771555, 0.0021509199868887663, -0.022919533774256703, -0.0017881402745842934, -0.022970298305153847, 0.009535316377878187, -0.026617368683218956, -0.002468620892614126, 0.0025416063144803047, 0.033392928540706635, -0.04237012192606926, -0.01354306936264038, -0.06087833642959595, -0.016144780442118645, 0.045424774289131165, -0.039506521075963974, -0.033873770385980606, 0.0232007447630167, -0.044383659958839417, -0.016353003680706024, 0.020382221788167953, 0.04286384582519531, 0.02921129949390888, -0.01016642525792122, 0.06487106531858444, -0.02154998667538166, 0.02922290191054344, 0.015421368181705477, -0.03820136934518814, 0.06450184434652328, 0.004512209445238113, -0.005126145202666521, -0.015923677012324333, 0.02901112474501133, -0.023475510999560356, 0.01151021383702755, -0.046083785593509674, -0.014558423310518265, -0.006060464307665825, -0.010703081265091896, 0.05907516926527023, 0.003391670528799295, 0.018263500183820724, 0.03348254784941673, 0.026944458484649655, -0.039765458554029465, -0.03670195117592811, -0.01793077401816845, 0.048556700348854065, -0.007311411201953888, -0.02022981271147728, -0.040571246296167374, 0.01914147101342678, -0.033689163625240326, 0.07024192065000534, -0.0067626796662807465, 0.02245371602475643, 0.026641786098480225, 0.05453290790319443, 0.023046186193823814, 0.05572643503546715, -0.014663607813417912, -0.005635968409478664, 0.0004320086445659399, 0.051544804126024246, 0.004576004575937986, 0.02013750560581684, -0.04903325065970421, 0.008191527798771858, -0.014213821850717068, -0.027614207938313484, -0.04090182855725288, -0.01303324569016695, 0.04130539298057556, -0.00976715236902237, 0.03197508305311203, 0.014386693015694618, -0.0033015122171491385, 0.026555920019745827, 0.03814985230565071, -0.04562870413064957, 0.05703802406787872, -0.00649783993139863, -0.026362724602222443, -0.03249993175268173, 0.008127129636704922, 0.06024293228983879, -0.0059869419783353806, -0.005622015800327063, -0.00871315784752369, 0.013425004668533802, 0.0470583513379097, -0.061213213950395584, 0.023140637204051014, 0.04419046267867088, 0.04537861794233322, 0.035599660128355026, 0.004598074592649937, 0.050628192722797394, 0.0006633076700381935, 0.014592819847166538, 0.0072555989027023315, -0.028597362339496613, -0.04302484169602394, -0.016609525308012962, 0.055714357644319534, -0.0027219229377806187, 0.034706663340330124, -0.008938553743064404, -0.0036814650520682335, 0.0153741417452693, -0.025569546967744827, 0.032929256558418274, -0.01780063472688198, 0.01689189113676548, -0.03783644363284111, -0.0716458186507225, 0.009425302036106586, 0.02914690040051937, 0.016996990889310837, -0.04050684720277786, -0.02361021190881729, -0.011604663915932178, -0.03852766007184982, 0.00709674833342433, -0.034528493881225586, -0.0030181575566530228, 0.006188725121319294, -0.01489759050309658, 0.03734271973371506, -0.03236791118979454, -0.005830238573253155, -0.005611819215118885, -0.01122149173170328, -0.012242212891578674, -0.06721518188714981, 0.006534868385642767, -0.03838007897138595, 0.002621031366288662, -0.03707814961671829, -0.052094340324401855, 0.007994038052856922, 0.023050479590892792, -0.017552070319652557, 0.013167409226298332, 0.019255243241786957, -0.00501639861613512, 0.03886253386735916, 0.007140217814594507, -0.01916186511516571, 0.0712851881980896, -0.04227003455162048, 0.024462958797812465, -0.025985991582274437, 0.027781642973423004, -0.07372374832630157, 0.024527762085199356, -0.06342852860689163, 0.02789219468832016, 0.013025731779634953, -0.012140650302171707, 0.007652724627405405, 0.041471220552921295, -0.007758982945233584, -0.028713280335068703, 0.02695304714143276, -0.03973620757460594, 0.014367373660206796, 0.006552578415721655, -0.034225817769765854, -0.062082596123218536, -0.015278616920113564, 0.02830112911760807, -0.025983843952417377, -0.05023106932640076, 0.0198922548443079, -0.008826930075883865, -0.03446194902062416, -0.05585254728794098, -0.006933604832738638, -0.0632825568318367, -0.04303557798266411, 0.016971230506896973, -0.05142029747366905, 0.011857966892421246, -0.0018503923201933503, -0.06442885845899582, 0.06231872737407684, -0.01612546108663082, 0.007822307758033276, -0.0030224507208913565, -0.001644316129386425, -0.0644417405128479, -0.01740485057234764, 0.011962614953517914, 0.0029451719019562006, 0.04994771629571915, -0.013882236555218697, -0.0535883903503418, 0.024513004347682, -0.005231329705566168, 0.022983932867646217, -0.0207106564193964, -0.06427859514951706, -0.01530544925481081, 0.001931964186951518, 0.002106914296746254, 0.006673862691968679, 0.052892886102199554, -0.002090814523398876, -0.033575389534235, -0.022582514211535457, 0.03294213488698006, -0.018951494246721268, 0.03984139487147331, 0.0383044108748436, 0.009744612500071526, -0.016681436449289322, 0.008822636678814888, -0.05346818268299103, 0.025450406596064568, 0.001423213630914688, 0.023432578891515732, 0.027202054858207703, 0.016863899305462837, 0.04276939481496811, -0.038192782551050186, 0.055642444640398026, -0.0391974076628685, 0.03235610947012901, -0.013456666842103004, 0.00019319642160553485, 0.0320405513048172, 0.007942519150674343, -0.015238904394209383, 0.04376542940735817, 0.03499860316514969, 0.057010117918252945, 0.005111118778586388, 0.016114728525280952, 0.042136140167713165, -0.04223273694515228, -0.01312876958400011, -0.04946203902363777, -0.040648527443408966, 0.0059354230761528015, -0.06513942033052444, -0.031100330874323845, 0.020667722448706627, 0.011074448935687542, 0.007772936020046472, 0.05545702949166298, 0.037186019122600555, -0.026115862652659416, -0.013288693502545357, 0.005548560526221991, 0.014029011130332949, -0.05921255424618721, -0.017755825072526932, 0.04719788208603859, -0.030776187777519223, 0.005375153385102749, 0.018656602129340172, 0.005430966150015593, 0.013360606506466866, 0.04742328077554703, -0.05624806508421898, 0.004020632244646549, 0.030555088073015213, -0.038244303315877914, -0.007908172905445099, 0.009938882663846016, 0.007796549238264561, -0.02559208497405052, -0.03141588345170021, 0.003587013576179743, 0.01752076856791973, -0.03437420353293419, -0.01677374355494976, 0.016111910343170166, -0.025028595700860023, 0.0027562687173485756, 0.03962887823581696, 0.015865718945860863, 0.0047392151318490505, 0.024860085919499397, 0.004652813542634249, 0.08529836684465408, -0.002000656211748719, -0.04067254066467285, 0.01604389026761055, 0.010411140508949757, 0.009539609774947166, 0.07059665769338608, -0.02313634566962719, 0.014105484820902348, -0.0018761518876999617, -0.06438592076301575, -0.04112400487065315, -0.03968039900064469, 0.005907517392188311, -0.025982771068811417, 0.02858448214828968, -0.054137930274009705, -0.0017948484746739268, 0.05849987268447876, 0.048354919999837875, 0.012999971397221088, 0.001433946774341166, 0.009248205460608006, 0.031472768634557724, -0.01929119788110256, -0.031413737684488297, -0.06501703709363937, 0.002367729553952813, 0.0010990729788318276, -0.0014492414193227887, 0.009923855774104595, -0.004310426767915487, 0.08336640149354935, 0.006317522376775742, 0.028597362339496613, 0.018409471958875656, -0.03342485800385475, -0.04708196967840195, 0.06658407300710678, 0.007901733741164207, 0.05131887272000313, 0.01313037984073162, 0.003810262773185968, -0.006987270433455706, 0.043275997042655945, 0.0030052775982767344, 0.04146424308419227, 0.04000668227672577, -0.014986676163971424, -0.025267943739891052, -0.007384396158158779, -0.028916137292981148, 0.009277721866965294, 0.03620930388569832, 0.024123793467879295, -0.02677272818982601, 0.054137930274009705, -0.029282405972480777, -0.03503295034170151, -0.0009616888128221036, 0.009453744627535343, -0.048788536339998245, 0.06448467075824738, -0.048331305384635925, -0.007053412962704897, 0.023574255406856537, -0.004608807619661093, 0.08095359057188034, 0.044156115502119064, -0.0018428791081532836, -0.0008114249212667346, -0.001841805875301361, 0.03189028799533844, -0.04755851626396179, -0.016307387501001358, 0.01958555541932583, -0.010868371464312077, 0.001116245985031128, -0.008227081969380379, 0.02765284664928913, 0.004403804894536734, 0.02910718508064747, 0.013687966391444206, 0.04412606358528137, -0.044589731842279434, -0.01318887621164322, -0.05256659910082817, 0.018580129370093346, -0.06244966760277748, -0.04685549810528755, -0.003705078037455678, 0.022626521065831184, -0.014023913070559502, -0.027226069942116737, 0.0023784625809639692, -0.013910679146647452, 0.05231758952140808, -0.07549472153186798, -0.008730331435799599, -0.011255301535129549, 0.0014564862940460443, -0.014339467510581017, 0.031250596046447754, 0.066305011510849, -0.02508118934929371, -0.019873471930623055, -0.012012523598968984, 0.016366956755518913, 0.006127546541392803, 0.019409799948334697, 0.036510635167360306, 0.0464787632226944, 0.001821681275032461, 0.014622822403907776, -0.005780194886028767, -0.04433643072843552, 0.05934993922710419, 0.03491917625069618, 0.009275575168430803, -0.022715603932738304, -0.0013394951820373535, 0.02266623266041279, 0.021909547969698902, 0.024499453604221344, -0.004226708319038153, 0.03323836997151375, 0.040519729256629944, 0.03305697813630104, -0.053987666964530945, -0.00024310548906214535, -0.006010555196553469], [-0.02864927425980568, -0.03675827756524086, -0.06145603954792023, -0.029932646080851555, 0.02623569220304489, 0.01169504690915346, -0.001875411602668464, -0.0008386802510358393, 0.01658136397600174, 0.04544294998049736, -0.021956732496619225, 0.021378951147198677, -0.04437928274273872, -0.03335919231176376, -0.03185717388987541, 0.013680838979780674, -0.014420229010283949, -0.03940318152308464, 0.02961365133523941, 0.04697031527757645, 0.013897903263568878, -0.03864266723394394, 0.023495720699429512, 0.03477248549461365, -0.016424506902694702, 0.022054966539144516, 0.0033969718497246504, -0.012683718465268612, 0.02088039182126522, -0.0017359836492687464, 0.04646753519773483, 0.005729353055357933, 0.03541892394423485, 0.00768860662356019, -0.004123687278479338, 0.035271044820547104, 0.020626885816454887, 0.01547491829842329, -0.024860426783561707, -0.014285027049481869, 0.01539622526615858, 0.0202740915119648, -0.04318041354417801, 0.015468052588403223, 0.05280939117074013, 0.0018822773126885297, -0.020583579316735268, 0.04690271615982056, -0.0019266406306996944, -0.09372937679290771, 0.007070687133818865, -0.005342625547200441, 0.011429395526647568, -0.0135002164170146, -0.007015760987997055, 0.042782727628946304, 0.03397183120250702, -0.013042851351201534, 0.0544629842042923, 0.032898660749197006, 0.017831115052103996, -0.01592119410634041, -0.014576558023691176, -0.033810220658779144, 0.014572332613170149, 0.005136652383953333, 0.05116530507802963, 0.025581859052181244, 0.016708116978406906, -0.04518310725688934, -0.0162285678088665, -0.0326472669839859, -6.33763420410105e-06, -0.02940450981259346, 0.08286245167255402, -0.01711900532245636, -0.05360793694853783, -0.007564494386315346, 0.0001225275918841362, -0.01946498639881611, 0.00022287346655502915, 0.019960377365350723, -0.037799764424562454, -0.0437043234705925, -0.04160022735595703, -0.01289919763803482, -0.03645407035946846, -0.02243311144411564, 0.03715543821454048, 0.002353374846279621, -0.008196145296096802, -0.02790249139070511, 0.04976310580968857, 0.007621334865689278, -0.013325931504368782, 0.04311703518033027, -0.0001816788426367566, 0.018252385780215263, -0.008940289728343487, 0.06499877572059631, 0.06864925473928452, 0.007195327430963516, 0.003929333295673132, -0.002231375314295292, -0.009626866318285464, 0.02524174004793167, 0.056586623191833496, 0.0051884097047150135, 0.031426213681697845, -0.05906463414430618, -0.02030155435204506, 0.010123314335942268, -0.031143132597208023, -0.040607333183288574, 0.006037652492523193, 0.002378725213930011, 0.04294645041227341, 0.0056436629965901375, -0.027953190729022023, -0.008126959204673767, -0.009457862935960293, 0.0442366860806942, 0.001514694420620799, 0.004913778975605965, 0.0005598243442364037, -0.0002704057260416448, 0.00656367652118206, 0.05323190242052078, -0.025815295055508617, -0.03586255759000778, -0.0022308470215648413, -0.0087036844342947, 0.02178033627569675, -0.03450102359056473, -0.04890752211213112, 0.025835363194346428, -0.025908248499035835, 0.025739245116710663, 0.006086241453886032, 0.022879915311932564, -0.04056930914521217, 0.014671622775495052, 0.003388521494343877, 0.03813988342881203, -0.03612522408366203, -0.039494551718235016, -0.02452664263546467, -0.026092831045389175, 0.07493618130683899, -0.002936965087428689, 0.014215313829481602, 0.026370367035269737, -0.0053489631973207, 0.017293289303779602, 0.01432727836072445, 0.019122755154967308, 0.019917070865631104, 0.05118695646524429, -0.015751132741570473, -0.02382105216383934, 0.012573866173624992, 0.005953019019216299, 0.061601802706718445, -0.001911852974444628, -0.003029388841241598, 0.02106629498302937, 0.037851255387067795, -0.00035702003515325487, -0.022967584431171417, -0.008564256131649017, 0.05017003044486046, 0.030665697529911995, -0.010055184364318848, 0.058880843222141266, -0.0021369708701968193, 0.01807915605604649, 0.017177099362015724, -0.0718265175819397, 0.01957114227116108, 0.05064297839999199, -0.0027843338903039694, -0.022714078426361084, -0.007784727029502392, 0.009434591978788376, -0.004484932404011488, 0.016384895890951157, -0.010179824195802212, 0.029991796240210533, -0.022051796317100525, -0.001634053303860128, 0.007863947190344334, -0.07126881182193756, -0.0027922559529542923, 0.0018717144848778844, -0.04074253514409065, 0.01828618533909321, -0.017945274710655212, -0.0007710788049735129, -0.04136362299323082, 0.025935709476470947, 0.005627818871289492, 0.026834070682525635, 0.04684779420495033, -0.022577820345759392, -0.059467073529958725, -0.05970896035432816, 0.05113203078508377, -0.0388602577149868, 0.008987292647361755, -0.0005027856095694005, 0.021953562274575233, 0.06519734859466553, 0.03225353732705116, 0.03397394344210625, 0.05572047829627991, 0.04496762901544571, 0.05649050325155258, 0.010684194974601269, 0.022888464853167537, 0.004639148246496916, -0.028449637815356255, -0.04741818085312843, 0.023787252604961395, -0.01635848917067051, -0.03966988995671272, 0.09694044291973114, -0.009362798184156418, -0.013535073958337309, -0.014375866390764712, -0.051472149789333344, 0.010348300449550152, -0.04214104264974594, 0.027615182101726532, -0.03947289660573006, -0.007799515035003424, -0.01906465925276279, -0.03812720626592636, 0.01780875213444233, 0.012721744365990162, 0.020884616300463676, -0.036086488515138626, -0.016003582626581192, 0.06295382976531982, 0.011596813797950745, 0.04192133620381355, -0.03799200430512428, 0.01856081746518612, 0.0032966260332614183, -0.01023633498698473, -0.00015421576972585171, -0.0018891431391239168, 0.01656235009431839, -0.033737339079380035, 0.008140690624713898, -0.02767222374677658, 0.002982913050800562, -0.01739891804754734, 0.005471490789204836, 0.010495121590793133, 0.03458235785365105, -0.03090652823448181, -0.028570054098963737, -0.05187353491783142, 0.002788559067994356, 0.018624193966388702, 0.01554832886904478, 0.00779106467962265, 0.04378882795572281, 0.0135002164170146, -0.01174997352063656, -0.024575233459472656, -0.0333201102912426, 0.05468110367655754, 0.0026206118054687977, -0.022845057770609856, 0.04967014864087105, 0.05177424475550651, -0.024175962433218956, 0.04676328971982002, 0.026741646230220795, -0.013112301006913183, -0.05460505560040474, -0.005407586228102446, 0.024644944816827778, 0.061753906309604645, 0.02617627754807472, -0.003812086768448353, -0.059100549668073654, -0.005057431757450104, -0.02043253183364868, -0.0002197046414949, -0.029408734291791916, 0.04907018691301346, 0.029592527076601986, 0.05358152836561203, 0.021674972027540207, 0.028950313106179237, 0.005224850960075855, -0.04936488717794418, -0.05271221324801445, 0.006857320200651884, 0.005539092235267162, -0.022560393437743187, 0.004385246895253658, 0.0005323612713254988, -0.0373276062309742, -0.01255696639418602, 0.06858666986227036, 0.033620089292526245, -0.0285140722990036, 0.012628791853785517, -0.023398544639348984, -0.010278585366904736, -0.014088560827076437, 0.04194985702633858, -0.03734556585550308, 0.010026137344539164, 0.047904063016176224, -0.04302830994129181, -0.0023745002690702677, 0.035334423184394836, -0.0343964509665966, -0.009831782430410383, -0.07044068723917007, 0.05025110021233559, 0.020341692492365837, 0.029593581333756447, 0.030644573271274567, -0.020694486796855927, -0.034916140139102936, 0.03317117691040039, -0.0057001737877726555, -0.008061470463871956, 0.0059954016469419, -0.026837768033146855, 0.0012273883912712336, 0.02503471076488495, -0.003642026800662279, 0.04528450965881348, -0.001344634685665369, -0.00957141164690256, -0.01489766500890255, -0.017669586464762688, -0.012624566443264484, 0.014646800234913826, -0.06373969465494156, 0.024404114112257957, -0.026032360270619392, 0.019923407584428787, -0.008914938196539879, 0.018632644787430763, 0.0093501228839159, 0.03603578731417656, 0.004085661377757788, 0.03495205193758011, -0.007655861787497997, 0.006599589250981808, -0.01648629829287529, -0.01632574573159218, -0.0030695274472236633, 0.013207629323005676, -0.010964106768369676, 0.0032575437799096107, 0.07974591851234436, -0.01311467681080103, 0.00030420641996897757, 0.01402307115495205, -0.01400722749531269, 0.04013834893703461, 0.018619969487190247, 0.050747547298669815, -0.030703725293278698, -0.031246647238731384, 0.010233166627585888, 0.007216452620923519, 0.019171342253685, -0.038019463419914246, -0.07977496832609177, 0.02442207373678684, -0.04862232878804207, 0.0290406234562397, 0.02880190499126911, 0.017098937183618546, -0.015818733721971512, 0.053629059344530106, 0.031062856316566467, 0.02203701063990593, 0.011116210371255876, 0.041110120713710785, 0.05518811568617821, 0.0044368719682097435, -0.0305748600512743, 0.03429505228996277, 0.01556839793920517, -0.021040944382548332, 0.03648153319954872, -0.022852452471852303, -0.0030758650973439217, 0.042631153017282486, 0.02214791812002659, -0.07611920684576035, 0.025688543915748596, 0.0007985418778844178, -0.02975730411708355, -0.020621605217456818, -0.07338135689496994, -0.045943621546030045, -0.044439490884542465, -0.050920773297548294, 0.0013995608314871788, 0.007071743253618479, 0.009265621192753317, -0.008534680120646954, -0.018138308078050613, 0.06897035986185074, -0.017498206347227097, -0.023871755227446556, -0.015932811424136162, 0.0022477474994957447, 0.008936064317822456, 0.023909516632556915, -2.53505368164042e-05, -0.0462520495057106, 0.01989594474434853, -0.0014196299016475675, -0.017660873010754585, -0.028278522193431858, -0.0007573472103103995, -0.015421575866639614, 0.03085160255432129, 0.03173886984586716, 0.012018267065286636, 0.033734697848558426, 0.025754030793905255, 0.04460004344582558, 0.022217631340026855, 0.0280841700732708, 0.04390712454915047, -0.06747467815876007, -0.054448723793029785, -0.039491910487413406, -0.012798324227333069, -0.0009675454348325728, 0.015903236344456673, -0.01982887275516987, 0.0027040571440011263, -0.03205575421452522, -0.0199186559766531, -0.01892628893256187, -0.08757765591144562, 0.012812583707273006, -0.008040345273911953, -0.003713853657245636, -0.00598167022690177, -0.018773095682263374, -0.014109686017036438, 0.011859825812280178, 0.010564835742115974, -0.030717456713318825, -0.007584035396575928, -0.0486624650657177, 0.005517967045307159, 0.04465311765670776, -0.03744696453213692, -0.0010309218196198344, 0.02859540469944477, 0.03574636951088905, -0.02662044018507004, 0.03109031915664673, -0.013436839915812016, 0.03333595395088196, -0.05637114122509957, 0.012445000000298023, -0.035051338374614716, -0.04184528440237045, 0.01362168788909912, 0.05690350383520126, 0.004816601984202862, -0.055543024092912674, -0.003642026800662279, 0.008040345273911953, 0.01235627382993698, 0.01709471084177494, 0.03627661615610123, 0.00853362400084734, 0.02545854076743126, -0.014437130652368069, -0.0018331606406718493, 0.015190252102911472, 0.00736670708283782, 0.007218565326184034, 0.03459344804286957, -0.03528371825814247, 0.024091459810733795, -0.010427520610392094, 0.0012506264029070735, 0.0075639658607542515, 0.0295349583029747, -0.04063690826296806, -0.013197067193686962, 0.008810658939182758, 0.04926163703203201, -0.04094111546874046, 0.014956816099584104, 0.023709090426564217, -0.0592864528298378, -0.0236641988158226, 0.023460865020751953, 0.0003094877756666392, -0.03595128655433655, -0.06176552549004555, -0.039641372859478, -0.05047713965177536, 0.02465207502245903, 0.08238924294710159, 0.030285440385341644, 0.006751692853868008, 0.003696953179314733, 0.020734624937176704, -0.004817658104002476, -0.03899810463190079, 0.03190787509083748, -0.0019149556756019592, 0.01307137031108141, -0.022819707170128822, -0.0311642587184906, 0.04911243915557861, -0.020631110295653343, 0.0009147318196482956, 0.01396867260336876, 0.018953751772642136, -0.01703859679400921, -0.05795132368803024, 0.041796695441007614, -0.0409664660692215, -0.03259194269776344, 0.02319151721894741, 0.017139075323939323, 0.006341859232634306, 0.004671232309192419, 0.017980923876166344, 0.03171774744987488, 0.035887908190488815, -0.024716772139072415, -0.0462140291929245, -0.04418598487973213, -0.009186928160488604, 0.03146001324057579, -0.011061283759772778, 0.01626870594918728, -0.004156093113124371, -0.017696786671876907, -0.0687844529747963, -0.028946086764335632, 0.046399928629398346, -0.005562329664826393, -0.011942214332520962, 0.01643982343375683, 0.01739046722650528, 0.03406267240643501, -0.03445560485124588, 0.03261663392186165, -0.00480181397870183, 0.0146124716848135, 0.018647432327270508, -0.0003483057953417301, 0.007767298258841038, -0.042608968913555145, 0.008289624936878681, 0.01210910640656948, 0.0034518977627158165, -0.018613630905747417, -0.006048215087503195, -0.011737297289073467, -0.029720930382609367, -0.020632168278098103, 0.040939003229141235, -0.03023051470518112, 0.010276209563016891, -0.05733644217252731, 0.021576473489403725, 0.062125712633132935, 0.0016139841172844172, 0.0027927840128540993, -0.01164434663951397, 0.0018252385780215263, -0.002793840365484357, 0.019346684217453003, 0.03937783092260361, -0.008529399521648884, -0.046633169054985046, 0.045473579317331314, 0.004384058061987162, -0.04116927087306976, -0.01814042218029499, -0.024395667016506195, -0.0643058568239212, 0.019570615142583847, 0.016112377867102623, -0.012696393765509129, -0.022782737389206886, -0.04662280157208443, -0.031274110078811646, -0.000164778481121175, 0.02797854132950306, 0.002397738164290786, 0.027556033805012703, 0.042335394769907, -0.031700581312179565, 0.02929254435002804, -0.04063690826296806, 0.02351684682071209, -0.02414955571293831, -0.01583629474043846, 0.009996561333537102, 0.023863304406404495, -0.02741105854511261, -0.009809601120650768, -0.013737877830863, -0.040653809905052185, 0.05701757967472077, -0.02249437570571899, -0.05926849693059921, -0.003436582162976265, -0.03272753953933716, 0.0021442328579723835, 0.010648809373378754, 0.005817947909235954, 0.04476059600710869, 0.013851955533027647, 0.06403545290231705, -0.01526313554495573, 0.08251599222421646, 0.023311929777264595, -0.02679974026978016, 0.06454246491193771, 0.038600414991378784, -0.002889961237087846, -0.015133213251829147, 0.006324958521872759, -0.0011399158975109458, 0.004651823081076145, -0.02558925375342369, 0.006820350419729948, -0.03474396467208862, 0.00516305910423398, 0.04759140685200691, -0.01131690200418234, -0.003524780971929431, 0.014781475067138672, 0.0067094420082867146, -0.04924130067229271, -0.030576972290873528, -0.011357039213180542, 0.04130447283387184, 0.0004605347057804466, -0.0003591325948946178, -0.013953357934951782, -0.015170183032751083, -0.00663550291210413, 0.03193745017051697, -0.01704823598265648, 0.020550834015011787, 0.04297338426113129, 0.05683167651295662, 0.0026343432255089283, 0.07464887946844101, -0.01634264551103115, -0.02550475299358368, -0.007352183572947979, 0.017576372250914574, -0.0005661619361490011, 0.023804154247045517, -0.06143279746174812, 0.029245011508464813, -0.003985447343438864, -0.03434152528643608, -0.056235939264297485, -0.013401984237134457, 0.002547728829085827, -0.01286117173731327, 0.023260636255145073, 0.0005862311227247119, 0.0008830436272546649, 0.008933951146900654, 0.014402802102267742, -0.01079721562564373, 0.01642926037311554, -0.06315663456916809, -0.02355487272143364, -0.02128441631793976, 0.03971584141254425, 0.038448311388492584, 0.01228022202849388, -0.004622115753591061, -0.002057618461549282, 0.02025296539068222, 0.06917315721511841, -0.05454590171575546, 0.035866785794496536, 0.0067305671982467175, 0.04893815517425537, 0.029812229797244072, 0.02854681760072708, 0.0199508722871542, 0.0004732100060209632, -0.023597123101353645, 0.009369135834276676, -0.006586913950741291, -0.053603705018758774, -0.06079903617501259, 0.05782457068562507, -0.0074805207550525665, 0.01940794847905636, -0.023301366716623303, -0.024493372067809105, 0.00225831032730639, -0.035583700984716415, 0.038304660469293594, 0.0058770994655787945, 0.05352343246340752, -0.03218250721693039, -0.037373028695583344, -0.02515618316829205, 0.014644159935414793, 0.03636111691594124, -0.039491910487413406, -0.0017555245431140063, -0.004066648427397013, -0.0539918877184391, 0.025796283036470413, -0.005302486941218376, 0.011527100577950478, 0.028518956154584885, -0.017415817826986313, -0.0029955883510410786, -0.05866958945989609, -0.006394673138856888, -0.01785522699356079, 0.040767889469861984, -0.015230391174554825, -0.0025266034062951803, -0.003823705948889255, -0.03447672724723816, 0.010372593998908997, -0.027430864050984383, -0.03700333088636398, -0.008255824446678162, 0.036667436361312866, -0.03541469946503639, 0.0280461423099041, 0.021222788840532303, -0.02826162427663803, 0.02255880832672119, 9.08394213183783e-05, -0.03941163420677185, 0.03201983869075775, -0.049330033361911774, 0.0038374371360987425, -0.0627848282456398, -0.01065567508339882, -0.05999626964330673, -0.0066671911627054214, -0.032245881855487823, 0.028113745152950287, 0.02180885337293148, 0.0028471818659454584, -0.05934560298919678, 0.033175401389598846, -0.0031851890962570906, -0.02674887515604496, -0.0034310368355363607, -0.06145075708627701, 0.00790091697126627, -0.031034864485263824, -0.023052087053656575, -0.07430242002010345, -0.022553525865077972, -0.0014428680296987295, -0.03190100938081741, -0.03577541559934616, 0.028310541063547134, -0.015077231451869013, -0.009734605439007282, -0.04935326799750328, -0.020990243181586266, -0.05950615927577019, -0.03346693143248558, 0.028933411464095116, -0.04258890077471733, 0.001485383021645248, -0.018108002841472626, -0.03833423554897308, 0.016101814806461334, -0.009667004458606243, 0.022418322041630745, 0.017986206337809563, 0.020305778831243515, -0.010475052520632744, -0.017268501222133636, -0.013339134864509106, 0.03144311532378197, 0.019638214260339737, 0.0030040384735912085, -0.0025266034062951803, -0.015681419521570206, 0.016283493489027023, 0.025967398658394817, -0.023276017978787426, -0.07823175191879272, -0.0318487212061882, 0.0004309591022320092, -0.001449205563403666, -0.026096265763044357, 0.03673292696475983, 0.03344158083200455, -0.010948791168630123, -0.02136627770960331, -0.008948739618062973, -0.00024716771440580487, 0.031839217990636826, 0.049272987991571426, 0.01848476566374302, -0.05081937462091446, -0.00424641277641058, -0.05297417193651199, 0.02207186818122864, -0.009026902727782726, 0.02854892984032631, -0.0046961866319179535, 0.01576169580221176, 0.02198261022567749, -0.02473367378115654, 0.05254954844713211, -0.03628731146454811, 0.013203403912484646, -0.0022472194395959377, 0.0018965370254591107, 0.04516620561480522, 0.020644843578338623, 0.00788612850010395, 0.0347767099738121, 0.06872319430112839, 0.05498319864273071, 0.014859640039503574, -0.011095085181295872, 0.0480392649769783, -0.05235598608851433, -0.039545778185129166, -0.02471254765987396, 0.014623034745454788, -0.024705152958631516, -0.062343306839466095, -0.0005054263165220618, 0.05833158269524574, 0.009628978557884691, 0.01587788574397564, 0.03419364616274834, 0.03219333291053772, -0.004674532916396856, 0.01814675889909267, -0.007491083350032568, 0.017096031457185745, -0.0317230261862278, -0.03059123083949089, 0.03926164284348488, -0.020838141441345215, 0.001798831857740879, 0.031186440959572792, -0.04591827467083931, -0.0038321558386087418, 0.030247416347265244, -0.03207898885011673, 0.011799486353993416, 0.046700965613126755, -0.05245448276400566, -0.016579249873757362, -0.01801815629005432, -0.016887683421373367, 0.004902159795165062, -0.02826162427663803, 0.027412379160523415, -0.004151150118559599, -0.020550834015011787, -0.016165191307663918, 0.045276056975126266, -0.05808652937412262, 0.024632271379232407, 0.01656235009431839, -0.0008027669973671436, -0.004331772681325674, 0.04402543231844902, 0.011837643571197988, 0.057224612683057785, -0.01640179753303528, -0.028793983161449432, 0.03578650578856468, 0.02172118239104748, -0.003599775955080986, 0.03793390840291977, -0.0170830599963665, 0.03063189797103405, 0.008549468591809273, -0.05969206243753433, -0.05907519534230232, -0.054199449717998505, 0.002378725213930011, -0.04795264825224877, 0.0487237274646759, -0.04311281070113182, -0.016815856099128723, 0.03906834498047829, 0.02864452265202999, -0.014846963807940485, -0.003464573295786977, 0.006082247477024794, 0.034176748245954514, -0.031564585864543915, -0.07370879501104355, -0.04908708855509758, 0.003268106607720256, 0.013368182815611362, 0.025636786594986916, 0.024556219577789307, -0.03123186156153679, 0.05494306236505509, -0.003762442152947187, 0.05086585134267807, 0.03229658305644989, -0.03575904294848442, -0.024173850193619728, 0.0702294334769249, 0.040417201817035675, 0.03572946786880493, 0.024743178859353065, 0.04543111473321915, -0.0021305012051016092, 0.06826476752758026, 0.0017386242980137467, 0.032240334898233414, 0.017748543992638588, 0.018157321959733963, -0.02260211668908596, -0.013724147342145445, -0.017120063304901123, -0.006641840096563101, 0.0405333936214447, 0.054055795073509216, -0.03620690479874611, 0.03577172011137009, -0.04641472175717354, -0.020721951499581337, 0.0019129092106595635, 0.0028033466078341007, -0.03167549520730972, 0.03253741189837456, -0.021923989057540897, -0.01746123842895031, 0.008602282032370567, -0.026706788688898087, 0.04607037454843521, 0.032854292541742325, 0.024483071640133858, -0.0028646106366068125, 0.02140430361032486, 0.044278934597969055, -0.009217032231390476, -0.027184225618839264, 0.021370502188801765, 0.0025255142245441675, 0.043149255216121674, -0.011875670403242111, 0.028693638741970066, 0.008002319373190403, 0.04811108857393265, 0.0024045545142143965, 0.039749640971422195, -0.027412379160523415, -0.019242113456130028, -0.041879087686538696, 0.03877945616841316, -0.034890785813331604, -0.03215715289115906, 0.0034011967945843935, 0.022259486839175224, -0.025669001042842865, -0.06152786314487457, -0.014082222245633602, -0.008300716057419777, 0.01942484825849533, -0.05562488362193107, -0.049691274762153625, 0.03376057744026184, 0.006616489961743355, 0.009810657240450382, -9.2951966507826e-05, 0.0684886947274208, -0.04719636216759682, -0.008464437909424305, -0.008684671483933926, 0.04585912078619003, 0.020658574998378754, -0.005230660550296307, 0.044108349829912186, 0.010795103386044502, 0.05255166441202164, 0.005805272608995438, -0.00955187063664198, 0.008714246563613415, 0.09396598488092422, 0.035396743565797806, 0.01727876625955105, -0.02329186163842678, 0.013082988560199738, -0.0005270799156278372, 0.014029936864972116, 0.03099525347352028, -0.009414555504918098, 0.04203752800822258, 0.00949219148606062, 0.037894826382398605, 0.011122548021376131, 0.015142720192670822, -0.018942132592201233], [-0.027148380875587463, -0.025593014433979988, -0.06040599197149277, -0.028621971607208252, -0.020508402958512303, -0.014662948437035084, 0.010755788534879684, -0.03372421860694885, -0.005251370370388031, -0.003606208134442568, -0.017558015882968903, -0.011525755748152733, -0.023075561970472336, -0.021319760009646416, -0.0020063440315425396, 0.040125276893377304, -0.01983494684100151, -7.77683817432262e-05, 0.06488929688930511, 0.05315348878502846, -0.045763082802295685, -0.03237730264663696, 0.03965386003255844, 0.02055971510708332, -0.02236201800405979, 0.062314119189977646, -0.033998411148786545, -0.023243527859449387, -0.00898024346679449, -0.01392935961484909, 0.014195936731994152, -0.0718451589345932, -0.03350614756345749, -0.007573598530143499, 0.026947949081659317, 0.06921867281198502, 0.05897729471325874, -0.002636007498949766, -0.02589446492493153, -0.03697606176137924, -0.050438810139894485, -0.027845891192555428, -0.01492511574178934, 0.044911645352840424, 0.03578628599643707, 0.04955369234085083, -0.011979538016021252, -0.0247255340218544, 0.003665536642074585, -0.02052764594554901, 0.03901888430118561, -0.013135641813278198, -0.015030543319880962, -0.028136922046542168, 0.060181502252817154, 0.039580099284648895, -0.018864845857024193, 0.009999250061810017, 0.03501661866903305, 0.017145121470093727, 0.051330335438251495, 0.01547442376613617, 0.013514059595763683, 0.0017373616574332118, 0.00542334234341979, -0.012118813581764698, 0.03434155508875847, 0.035446349531412125, 0.001120826811529696, -0.04139522835612297, 0.023619139567017555, -0.018574215471744537, -0.03496710956096649, 0.02078099548816681, 0.023882107809185985, -0.01028526946902275, -0.013639130629599094, -0.008722886443138123, 0.007416858337819576, -0.02656080946326256, -0.03107207641005516, 0.028747843578457832, -0.007542731706053019, -0.021191483363509175, -0.06501757353544235, -0.03763668984174728, -0.01834692433476448, -0.021726243197917935, 0.04766159504652023, 0.02104717120528221, -0.03810169920325279, -0.03489154577255249, 0.06864142417907715, 0.010639837011694908, 0.014852157793939114, 0.037816278636455536, 0.03891626000404358, 0.010518775321543217, -0.016163798049092293, 0.05421338230371475, 0.010483097285032272, -0.006498169619590044, -0.04072016477584839, 0.006101210601627827, 0.0003896436537615955, 0.00822901725769043, 0.017612935975193977, -0.029877491295337677, 0.007172329816967249, -0.05795428156852722, -0.00946048367768526, 0.018696481361985207, -0.030668102204799652, -0.037997473031282425, 0.0004529808065854013, 0.02674190141260624, 0.02111451700329781, -0.027455445379018784, 0.0010589929297566414, -0.03796379640698433, -0.018742982298135757, -0.035516902804374695, 0.033611975610256195, 0.02607886493206024, -0.04589777812361717, 0.02851975150406361, 0.03295455127954483, 0.019081315025687218, -0.02138630487024784, -0.026660924777388573, 0.016644038259983063, 0.0033672908321022987, 0.023019442334771156, -0.01576533354818821, -0.04801756888628006, 0.006330506876111031, -0.002365120919421315, 0.02460467256605625, -0.0049082268960773945, 0.02034805715084076, -0.0023218272253870964, 0.017618948593735695, -0.019390784204006195, 0.008185723796486855, -0.023253148421645164, -0.06402983516454697, 0.01511111855506897, -0.034408099949359894, 0.0031844947952777147, -0.009498966857790949, 0.02134701982140541, 0.027060791850090027, -0.02063988894224167, 0.03304755315184593, -0.01385960914194584, 0.0013613476185128093, 0.0222609993070364, 0.03136671334505081, -0.02580467239022255, -0.004289287142455578, 0.032925691455602646, 0.008166481740772724, 0.0045410324819386005, 0.04924903437495232, 0.0027387298177927732, 0.00906442664563656, 0.01634199544787407, -0.03029278852045536, 0.041958048939704895, 0.0698728859424591, 0.06232814863324165, -0.011747034266591072, 0.04033372923731804, 0.016003450378775597, -0.03259938210248947, -0.03691833466291427, 0.001975477207452059, 0.02556896023452282, -0.05594833940267563, -0.013199979439377785, -0.0397660993039608, -0.02349867857992649, 0.013068495318293571, 0.04983590543270111, -0.002801265101879835, 0.027558868750929832, -0.04449313133955002, 0.00809432566165924, -0.018459167331457135, 0.032078955322504044, -0.010255004279315472, -0.0650111585855484, -0.018180163577198986, -0.01618444174528122, -0.0015926483320072291, 0.018336301669478416, -0.020588578656315804, -0.01667770929634571, 0.015242602676153185, -0.004719017539173365, 0.006744202226400375, -0.046398062258958817, 0.027525197714567184, -0.02571647986769676, -0.029202429577708244, -0.01874137856066227, 0.07825583964586258, 0.019653351977467537, 0.04235410317778587, -0.01608763262629509, -0.011544195003807545, 0.04915602877736091, -0.011114465072751043, 0.01275722123682499, 0.03523949906229973, 0.015156014822423458, 0.04727035015821457, -0.06361934542655945, 0.06942712515592575, 0.03975006565451622, -0.02455596998333931, -0.03160763531923294, 0.02603717520833015, -0.025898775085806847, -0.03211112692952156, 0.005702747497707605, 0.020159248262643818, 0.002196756424382329, -0.03507113456726074, 0.003219771198928356, 0.05557633191347122, -0.03323996812105179, 0.002450104802846909, -0.05129185691475868, -0.0016323343152180314, -0.0176846906542778, -0.0188562273979187, -0.05277987942099571, -0.021294105798006054, 0.03914395347237587, -0.06389755010604858, -0.021579522639513016, 0.014689204283058643, -0.03209589049220085, 0.04475610330700874, -0.004566687624901533, 0.013049854896962644, -0.03966347873210907, -0.023326504975557327, 0.009737583808600904, 0.001597859663888812, 0.03342917934060097, -0.03905376046895981, -0.01790757291018963, -0.0012221460929140449, 0.01032816246151924, -0.02045869641005993, 0.028580280020833015, -0.04159165546298027, 0.01796209067106247, -0.02379712462425232, -0.021390313282608982, -0.028444787487387657, 0.006505285389721394, 0.009505380876362324, 0.021770736202597615, 0.014633283950388432, -0.004476893227547407, 0.01908772811293602, 0.0026389136910438538, -0.010372859425842762, -0.05160613730549812, 0.07100493460893631, 0.0035180170089006424, 0.014727888628840446, 0.02975722961127758, 0.025012556463479996, -0.015261844731867312, 0.036541517823934555, -0.01065066084265709, -0.04001624137163162, -0.03440409153699875, -0.03639239817857742, 0.04002024978399277, 0.0008225810597650707, -0.01702045276761055, 0.007682233117520809, -0.03220412880182266, -0.05412037670612335, -0.02044266276061535, 0.00799571257084608, 0.0002581589506007731, 0.0012803722638636827, 0.04830298200249672, 0.05804460868239403, -0.022891363129019737, 0.019558748230338097, -0.0020271390676498413, -0.038005486130714417, -0.05528129264712334, -0.04072818532586098, 0.011776698753237724, -0.0741637796163559, -0.014290140010416508, 0.02679722011089325, -0.0023873690515756607, -0.05164462327957153, 0.0209221001714468, 0.007148277014493942, -0.015505571849644184, 0.00036879852996207774, -0.03693276643753052, -0.01945732906460762, -0.006662425585091114, 0.011620760895311832, 0.0031235632486641407, 0.003106726799160242, 0.04149143770337105, -0.05733213201165199, 0.008103946223855019, -0.009103291667997835, -0.02476401813328266, -0.0055223568342626095, -0.100608229637146, 0.04051171615719795, 0.055060014128685, 0.030667999759316444, 0.006615924648940563, -0.06657615303993225, -0.04661612957715988, 0.036155082285404205, -0.022461432963609695, 0.05286325886845589, -0.0012186386156827211, -0.02118046022951603, 0.0012084164191037416, 0.034596506506204605, -0.05478101223707199, -0.010578103363513948, 0.00018600272596813736, -0.006812149193137884, -0.05259387567639351, -0.04354307800531387, -0.030626310035586357, 0.0199515987187624, -0.03033287450671196, -0.03599152714014053, 0.018562590703368187, 0.05467197671532631, 0.016802780330181122, 0.02928580902516842, -0.01747383363544941, 0.022274628281593323, 0.01578778401017189, 0.028043119236826897, -0.03694719821214676, 0.011391064152121544, 0.02421402744948864, -0.009550278075039388, -0.03706585243344307, -0.03326883167028427, -0.0020981428679078817, -0.0979047790169716, 0.009690782055258753, 0.0028277223464101553, -0.05994739755988121, 0.02304830215871334, 0.02304108813405037, 0.02213432639837265, -0.02254040353000164, 0.032343629747629166, 0.00478155305609107, -0.018484020605683327, 0.01269829459488392, -0.02593776024878025, 0.015778163447976112, -0.018013402819633484, -0.030473381280899048, 0.06581931561231613, -0.017506703734397888, 0.007148277014493942, -0.015970580279827118, 0.04460858553647995, 0.02673869207501411, 0.06546654552221298, 0.049550484865903854, 0.018468787893652916, 0.02043304033577442, 0.0026617632247507572, 0.060322608798742294, 0.015877578407526016, -0.0005620168522000313, 0.08288366347551346, -0.01767667382955551, 0.0058310250751674175, -0.014266089536249638, -0.02566196210682392, 0.007621301338076592, 0.04849058762192726, 0.02330746501684189, -0.04697531089186669, -0.0210888609290123, -0.032707616686820984, -0.010191666893661022, 0.01157947164028883, -0.040085192769765854, -0.08034997433423996, -0.02459084242582321, -0.05260830745100975, -0.03090772032737732, 0.011005428619682789, -0.005810180213302374, 0.013081624172627926, -0.007738355081528425, 0.05724073573946953, 0.010921246372163296, 0.011383146047592165, 0.004929072223603725, -0.009130168706178663, 0.0007877054740674794, -0.032595373690128326, 0.023439550772309303, -0.02215917780995369, 0.01722128689289093, 0.04374592006206513, 0.0041714319959282875, -0.021138567477464676, 0.017346758395433426, -0.01868525706231594, 0.03719613701105118, 0.03937264904379845, 0.03308282792568207, -0.03116828389465809, 0.06864142417907715, -0.015451855957508087, 0.0022015669383108616, 0.024221643805503845, -0.028137722983956337, 0.020673561841249462, -0.01769270747900009, -0.021412761881947517, -0.008405900560319424, -0.02592172473669052, 0.022455018013715744, -0.026305757462978363, -0.0010069803101941943, -0.02260013297200203, 0.029223274439573288, 0.032076653093099594, -0.03262423723936081, -0.034942857921123505, 0.024161113426089287, -0.040715355426073074, -0.044627826660871506, -0.028705351054668427, 0.01844313181936741, 0.028856080025434497, -0.023530948907136917, -0.049676358699798584, -0.04158584028482437, -0.07404832541942596, -0.008459917269647121, 0.0219094380736351, -0.020915687084198, -0.08146759122610092, -0.02058376744389534, 0.0026089739985764027, -0.04957934468984604, 0.0057668862864375114, 0.016047945246100426, 0.011565841734409332, -0.07059124112129211, -0.009718642570078371, -0.0461270734667778, 0.009216755628585815, 0.03351897373795509, 0.058039262890815735, 0.03932835161685944, -0.058587852865457535, -0.017467420548200607, -0.0019033210119232535, -0.04777063429355621, -0.0010049759875983, 0.02501576393842697, -0.006355761084705591, 0.008793439716100693, -0.01752183772623539, 0.03582316264510155, 0.006407874170690775, -0.023550191894173626, 0.02316214889287949, 0.04451237618923187, 0.0030177338048815727, 0.011397477239370346, -0.014104939997196198, 0.04540831968188286, -0.029750214889645576, 0.00908286590129137, 0.02105077728629112, 0.014798441901803017, 0.02184249274432659, 0.037352874875068665, -0.019822118803858757, 0.017856260761618614, 0.022727610543370247, -0.007215622812509537, 0.016563862562179565, 0.0067995223216712475, -0.035981904715299606, 0.027050567790865895, -0.027531737461686134, -0.020296746864914898, -0.020979825407266617, -0.037745729088783264, 0.017563628032803535, 0.024642154574394223, 0.008969821035861969, 0.002326637739315629, 0.059266723692417145, -0.039479080587625504, -0.011791931465268137, -0.027485910803079605, -0.020999066531658173, 0.042305998504161835, 0.023479638621211052, -0.04454805329442024, 0.029532745480537415, -0.052981916815042496, -0.014065654948353767, 0.023920591920614243, -0.02195313200354576, -0.015983806923031807, -0.010589327663183212, -0.0269703958183527, 0.01994558610022068, -0.01723732240498066, 0.02559942752122879, -0.021069619804620743, 0.005973734427243471, 0.015746895223855972, -0.005956096109002829, 0.05023035779595375, 0.016234349459409714, -0.030446721240878105, -0.02112734504044056, -0.05909755453467369, -0.01732390932738781, 0.013318437151610851, 0.002596822567284107, -0.018973931670188904, 0.0005355596076697111, 0.03478892520070076, -0.01934107579290867, -0.028881734237074852, 0.0393860787153244, -0.02670903131365776, -0.01963130570948124, 0.007103379815816879, 0.035571418702602386, 0.012466993182897568, -0.02680403552949429, 0.035589057952165604, 0.004990805871784687, 0.0028449599631130695, -0.016100460663437843, -0.02610452100634575, -0.044265445321798325, -0.045087218284606934, 0.024817734956741333, -0.0007231657509692013, -0.048533882945775986, -0.004050369840115309, 0.007842580787837505, -0.0593893863260746, -0.03617192059755325, -0.018674032762646675, 0.005764481145888567, -0.047818735241889954, -0.02540380321443081, -0.02842815034091473, 0.02695796824991703, -0.018412666395306587, 0.0009235997567884624, -0.02483457140624523, 0.037508413195610046, 0.0017157148104161024, 0.02489069290459156, -0.008580178022384644, 0.008572160266339779, -0.0034708024468272924, 0.0006910963566042483, 0.033509355038404465, 0.06047253683209419, -0.05476176738739014, -0.04170630127191544, -0.0025591410230845213, -0.08549993485212326, -0.02377873472869396, -0.02187095396220684, 0.015726851299405098, -0.03345804288983345, -0.05108661204576492, 0.011987554840743542, 0.001411055214703083, -0.003756934544071555, -0.00239137769676745, 0.027156399562954903, 0.03104321286082268, -0.021130552515387535, -0.049030959606170654, 0.01708098314702511, 0.0007203597342595458, -0.04813622310757637, 0.0031342862639576197, -0.005299474578350782, 0.045076798647642136, -0.030721718445420265, 0.002158273011445999, -0.030210409313440323, -0.008424640633165836, -0.03022303804755211, 0.006580648478120565, -0.061480313539505005, -0.014517833478748798, -0.005296267103403807, -0.02059098333120346, -0.02210064977407455, 0.007316641975194216, 0.04264593496918678, 0.01931111142039299, 0.10829848796129228, 0.0011897761141881349, 0.06526130437850952, -4.489721322897822e-05, 0.00749462703242898, 0.10005343705415726, 0.033044345676898956, -0.012429311871528624, -0.03152265027165413, 0.016239961609244347, 0.021832872182130817, -0.07254106551408768, -0.011455202475190164, 0.002176712965592742, 0.011591496877372265, 0.021057594567537308, 0.04198049381375313, 0.01816132292151451, 0.013142054900527, 0.011611140333116056, 0.011868095956742764, 0.006340929307043552, -0.01696874015033245, -0.0008875216590240598, -0.003460292238742113, 0.05616821348667145, -0.031569954007864, -0.015567305497825146, 0.012644978240132332, -0.03415394946932793, -0.008277121931314468, -0.04772573709487915, 0.007419263944029808, 0.03941654413938522, 0.056102268397808075, 0.026242420077323914, 0.02356462180614471, -0.03710433840751648, -0.028423141688108444, -0.004278864245861769, 0.04541633278131485, -0.0327717550098896, 0.03590173274278641, -0.0032871172297745943, -0.01248583383858204, -0.01810319721698761, 0.022573675960302353, -0.06164306774735451, -0.034320712089538574, 0.007449729833751917, -0.03550206869840622, 0.010845882818102837, -0.009577536955475807, 0.010326358489692211, 0.0474659726023674, 0.020011328160762787, -0.050078026950359344, 0.014616548083722591, -0.01946614682674408, -0.09631092846393584, -0.0643986314535141, 0.02712112106382847, 0.03478251025080681, 0.02729129046201706, -0.02000170759856701, 0.02339465357363224, 0.03792130574584007, -0.014848950318992138, -0.014735906384885313, -0.007642146665602922, -0.026972098276019096, 0.04673158377408981, 0.004414357710629702, -0.01598501019179821, 0.015483925119042397, 0.02675633132457733, -0.011354183778166773, 0.038789086043834686, -0.012670633383095264, -0.015350036323070526, -0.03228750824928284, 0.01762215606868267, -0.0038996434304863214, 0.03629538416862488, -0.004431996028870344, 0.006182987242937088, 0.004354828968644142, -0.04448030889034271, 0.006631558295339346, -0.045179419219493866, 0.014678181149065496, -0.01241808757185936, -0.08347032964229584, -0.014657736755907536, -0.03757896646857262, 0.011932236142456532, 0.025658756494522095, -0.02844959869980812, -0.014293347485363483, -0.02901001088321209, 0.008593055419623852, -0.026683373376727104, -0.015758119523525238, 0.0426415279507637, 0.034219689667224884, -0.02171975187957287, 0.018455158919095993, -0.03815280646085739, -0.04709717258810997, 0.0329321064054966, -0.005777308717370033, 0.01304013468325138, -0.0052577839232981205, -0.03660886362195015, 0.017715156078338623, -0.04019342362880707, 0.0011456806678324938, 0.011844846419990064, -0.002690625609830022, -0.010967747308313848, 0.06394004076719284, -0.04057745635509491, 0.000592482800129801, 0.06267650425434113, -0.023003406822681427, -0.06953936815261841, 0.005910397041589022, -0.05341164395213127, 0.013690843246877192, -0.006598887965083122, 0.022390879690647125, -0.016748137772083282, -0.012115833349525928, -0.03560108318924904, 0.030712898820638657, -0.028075989335775375, -0.0010635026264935732, 0.013398610055446625, -0.006023341324180365, 0.00018179362814407796, -0.01772638037800789, 0.00430692546069622, -0.04179609566926956, -0.0387270525097847, 0.04178246855735779, -0.01612772047519684, -0.03990079089999199, -0.03275572136044502, -0.012404457665979862, -0.1068553626537323, -0.024627722799777985, -0.029311463236808777, -0.024661395698785785, -0.04045078158378601, -0.05679256469011307, 0.019549528136849403, -0.011219492182135582, -0.02944936417043209, 0.07692816108465195, -0.030177338048815727, -0.02806396409869194, 0.03673233091831207, -0.04689553380012512, -0.0018247509142383933, -0.027218131348490715, -0.024327874183654785, 0.03256330266594887, 0.011269601061940191, 0.008227814920246601, -0.025802666321396828, 0.014575558714568617, 0.004650068003684282, 0.026002123951911926, 0.021132681518793103, 0.003129576100036502, 0.009337016381323338, -0.004606774542480707, -0.012956052087247372, 0.03524511307477951, -0.04930194839835167, -0.014773587696254252, -0.018478408455848697, 0.005857482552528381, -0.02234037034213543, -0.009349843487143517, 0.0267635490745306, -0.02003538049757481, 0.03582797572016716, -0.019408421590924263, 0.04593305662274361, 0.00867287814617157, -0.003611820051446557, 0.019106969237327576, -0.04714528098702431, 0.07082214206457138, -0.025123195722699165, 0.03693597391247749, -0.02830127626657486, -0.004589136224240065, 0.03535334765911102, -0.02127807028591633, -0.010912627913057804, -0.01422920823097229, 0.032512396574020386, -0.07395853102207184, 0.005682704038918018, -0.023987939581274983, -0.017742415890097618, 0.013164803385734558, -0.004842484835535288, -0.02847284823656082, 0.008176904171705246, 0.02136165089905262, 0.029794109985232353, -0.015345226041972635, 0.01974835991859436, 0.003202283289283514, -0.025382958352565765, -0.03512084484100342, -0.06379251927137375, -0.04112584516406059, 0.00832682941108942, -0.010050561279058456, -0.004348615650087595, 0.05253614857792854, 0.022848671302199364, -0.010997410863637924, -0.005829421803355217, 0.030664794147014614, -0.0477321483194828, -0.023687288165092468, -0.030202995985746384, -0.0015167840756475923, 0.0064625926315784454, 0.024578014388680455, 0.04093342646956444, -0.029287412762641907, -0.0014575559180229902, -0.005379647947847843, -0.017721571028232574, 0.007201793137937784, 0.01726638525724411, -0.011177601292729378, -0.0017125079175457358, 0.06327760219573975, -0.024129444733262066, 0.0022320325952023268, -0.03266913443803787, 0.009838903322815897, -0.003206818364560604, -0.0036174324341118336, -0.008238637819886208, 0.007683135103434324, -0.03926261141896248, 0.011981140822172163, 0.03191710636019707, -0.005936854053288698, -0.028650032356381416, 0.05932845547795296, -0.04049728438258171, -0.015784576535224915, -0.006125262472778559, -0.0003856349794659763, 0.05598041042685509, -0.001481607905589044, -0.04024072736501694, 0.04814805090427399, 0.03379477187991142, 0.02579023875296116, 0.047501251101493835, -0.013547733426094055, 0.011052030138671398, 0.03455682098865509, -0.010620595887303352, -0.018234681338071823, -0.04912556707859039, 0.0009519612067379056, 0.003945342265069485, 0.00014230811211746186, -0.01656707003712654, 0.007606870029121637, 0.08549871295690536, -0.02129931747913361, -0.001757805934175849, -0.0027579714078456163, -0.023269832134246823, 0.0031399985309690237, -0.03954802826046944, 0.01438314188271761, -0.004279666114598513, -0.04804402217268944, 0.051054541021585464, -0.012361164204776289, -0.0038389121182262897, -0.0318257100880146, 0.06318320333957672, -0.040195830166339874, -0.015261844731867312, 0.025467943400144577, 0.018136968836188316, -0.0049194516614079475, -0.01697755977511406, 0.0009805229492485523, 0.01800057478249073, -0.013069898821413515, 0.052124060690402985, -0.041375987231731415, 0.003186900168657303, 0.0043562320061028, 0.0062904199585318565, -0.026585562154650688, -0.007530304603278637, 0.004644856788218021, -0.019714685156941417, -0.04459896683692932, -0.02103354036808014, -0.03438084200024605, 0.04187627136707306, 0.005372632760554552, 0.01673383079469204, -0.012940818443894386, -0.02822110429406166, -0.006860454101115465, -0.03333938494324684, 0.017602913081645966, 0.0262492336332798, -0.06623942404985428, -0.0019287761533632872, 0.033676113933324814, -0.04107453301548958, 0.00029343535425141454, 0.044483914971351624, 0.05097116157412529, 0.003461094107478857, 0.03700171411037445, 0.07206002622842789, 0.009098099544644356, 0.0031668569426983595, -0.032210540026426315, -0.00277079944498837, 0.01984376460313797, 0.022337162867188457, 0.0400996208190918, -0.015752507373690605, 0.0283092949539423, -0.03343559429049492, 0.07082855701446533, 0.04345328360795975, 0.013683226890861988, 0.01209498755633831, -0.00010823434422491118, -0.008431054651737213, -0.0061653489246964455, 0.06167273595929146, 0.02338663674890995, -0.0018910944927483797, -0.038573116064071655, 0.008009116165339947, -0.021375883370637897, -0.015233783051371574, -0.08359860628843307, -0.021687759086489677, 0.01157546229660511, 0.01774081215262413, -0.031164677813649178, 0.034786518663167953, 0.008237836882472038, -0.05438736081123352, 0.01955273561179638, 0.032242611050605774, 0.004293295554816723, -0.03486909717321396, 0.009096094407141209, 0.04870305210351944, 0.06161821261048317, 0.004887382034212351, 0.039730824530124664, 0.023381825536489487, -0.033093251287937164, 0.04158684238791466, 0.008562940172851086, 0.01826033741235733, -0.014017149806022644, 0.027133949100971225, -0.005197253078222275, 0.008482365868985653, 0.015427603386342524, -0.006136687006801367, 0.014274105429649351, 0.045714981853961945, 0.02937079221010208, -0.014889839105308056, 0.014879015274345877, -0.037550102919340134], [-0.06601187586784363, -0.005207006819546223, -0.06094403564929962, -0.03688623756170273, 0.013257183134555817, 0.019114000722765923, 0.002819429617375135, -0.0095684714615345, 0.027474142611026764, 0.04453785717487335, 0.0042387037537992, 0.0005468062008731067, -0.056282803416252136, -0.011799669824540617, -0.05230379477143288, 0.027059895917773247, -0.032358117401599884, -0.042067751288414, 0.04273245856165886, 0.013872817158699036, 0.005047441925853491, -0.026075899600982663, 0.018545525148510933, 0.011517981998622416, 0.02997874654829502, 0.021093782037496567, 0.021229926496744156, -0.01200743019580841, 0.04554168879985809, 0.013577746227383614, 0.019101891666650772, 0.02966519258916378, 0.0031597495544701815, 0.04021638631820679, 0.05251378566026688, 0.01041226089000702, 0.02867751196026802, 0.0028806107584387064, -0.0028576678596436977, -0.003325129859149456, -0.04119528457522392, 0.011519893072545528, -0.04103301092982292, 0.04270569235086441, 0.04341309890151024, 0.0589836910367012, 0.00321838166564703, 0.05826481431722641, 0.003287210362032056, -0.07952269911766052, 0.030099833384156227, 0.021053949370980263, 0.01290220394730568, -0.032178714871406555, 0.0015116834547370672, 0.02227369137108326, 0.04584759473800659, 0.009941930882632732, 0.04230976849794388, -0.027029305696487427, 0.03258786350488663, -0.04811639338731766, -0.01565471664071083, -0.04103213548660278, 0.011888572946190834, -0.007523683365434408, 0.026736145839095116, 0.004135062452405691, 0.05455252155661583, -0.08192151039838791, -0.004218310117721558, -0.04996329918503761, -0.010045173577964306, -0.03648720681667328, 0.06642229855060577, 0.031164130195975304, -0.08314386010169983, -0.006800025701522827, 0.006265965756028891, -0.016409285366535187, -0.02894025854766369, 0.006283172871917486, -0.01546543836593628, -0.048819977790117264, -0.05453276261687279, -0.029739119112491608, -0.03712036833167076, -0.008891097269952297, 0.03189097344875336, -0.006183116231113672, -0.03858106583356857, 0.0023557916283607483, 0.026882406324148175, 0.03597194701433182, 0.016461463645100594, 0.032863181084394455, -0.01146843098104, 0.03845997527241707, -0.011359293013811111, 0.04845544323325157, 0.018795108422636982, 0.010606319643557072, -0.02134965918958187, -0.01847127825021744, -0.028319207951426503, -0.002240758389234543, 0.009579305537045002, -0.010145868174731731, 0.02328960970044136, -0.06399289518594742, -0.03419514372944832, 0.051295265555381775, 0.02265039458870888, -0.0264394823461771, -0.041751012206077576, 0.00042699321056716144, 0.018941927701234818, 0.009683823212981224, -0.006844636984169483, -0.013473865576088428, -0.02485227771103382, -0.016880888491868973, 0.016010332852602005, 0.01839512027800083, 0.010887977667152882, -0.013905957341194153, -0.017149830237030983, 0.04468005895614624, -0.02201245352625847, 0.003723125671967864, 0.0021789397578686476, 0.008878749795258045, 0.02361826039850712, -0.04199828580021858, -0.001194306300021708, 0.03346479311585426, -0.036883290857076645, 0.05009203404188156, -0.00810649711638689, 0.013946743682026865, 0.00800580345094204, 0.02805791236460209, -0.009868879802525043, 0.009211581200361252, -0.006664917338639498, -0.06928505748510361, 0.00755076901987195, -0.03428691625595093, -0.015036692842841148, 0.004269772674888372, -0.0060532656498253345, -0.009597786702215672, -0.04497958719730377, 0.008268053643405437, 0.014905247837305067, 0.01173530239611864, 0.019632764160633087, 0.019769147038459774, -0.025638628751039505, -0.005747200921177864, 0.011351008899509909, 0.05507829785346985, 0.056735288351774216, 0.003704006550833583, -0.008330748416483402, -0.028256751596927643, 0.02282055653631687, 0.0350261889398098, 0.012829951010644436, 0.005675663705915213, 0.03316016122698784, 0.017838118597865105, 0.005033739842474461, 0.032808370888233185, -0.01635192707180977, 0.021632622927427292, 0.024655988439917564, -0.02950841560959816, 0.009880749508738518, 0.02569989114999771, 0.023631205782294273, -0.0022611520253121853, -0.005261257290840149, 0.01110497396439314, 0.021499106660485268, -0.009607983753085136, -0.04061788693070412, -0.015854671597480774, -0.01696055196225643, 0.0005060188123025, 0.03535248711705208, -0.07649678736925125, 0.00858431588858366, -0.03045991063117981, -0.04884547367691994, 0.04008255153894424, 0.04215378686785698, 0.02795514650642872, -0.01098965760320425, 0.047774799168109894, 0.00872969999909401, 0.04149768128991127, 0.05306441709399223, -0.054491978138685226, -0.03926170617341995, 0.0015332720940932631, 0.04022243991494179, -0.007966291159391403, 0.04208241030573845, -0.0026014719624072313, -0.04842580854892731, 0.0782519206404686, 0.02559919655323029, 0.007165837567299604, 0.03637217357754707, 0.025878334417939183, 0.06638660281896591, -0.03699927777051926, 0.0373198427259922, 0.029231825843453407, -0.02086769789457321, -0.0290415920317173, 0.04031006619334221, -0.026728499680757523, -0.0008527117315679789, 0.06723294407129288, 0.03841281682252884, 0.013441920280456545, -0.036392565816640854, -0.008789049461483955, 0.049916140735149384, -0.016910841688513756, 0.02483698353171349, -0.06113331392407417, 0.0013281400315463543, 0.0353269949555397, -0.042281247675418854, 0.009074879810214044, 0.006406013388186693, -0.0049422867596149445, -0.013801438733935356, -0.04677168279886246, 0.03850841149687767, -0.025830697268247604, 0.01710330881178379, 0.0009279135265387596, -0.0055553726851940155, -0.006495235487818718, -0.002230561338365078, 0.0013396114809438586, 0.035530928522348404, -0.023954955860972404, -0.03328635171055794, -0.01976659707725048, -0.021760081872344017, -0.009210944175720217, -0.004889390897005796, 0.0239575058221817, 0.011516069993376732, 0.009725247509777546, -0.02854226529598236, -0.024817224591970444, -0.03900168463587761, -0.020373987033963203, 0.03987734019756317, 0.028348522260785103, -0.00749835092574358, -0.010651249438524246, 0.01416215393692255, -0.02447435632348061, 0.000207123564905487, -0.046910617500543594, 0.022789645940065384, -0.004780411720275879, -0.012316443026065826, 0.04186572507023811, 0.04849113151431084, -0.00985270831733942, 0.04816622659564018, 0.03350812941789627, -0.009215405210852625, -0.06637131422758102, -0.015610105358064176, 0.026228852570056915, 0.045449282974004745, 0.006506866775453091, -0.02680577151477337, -0.053892914205789566, -0.02107880637049675, 0.017029061913490295, -0.012718023732304571, 0.02206088975071907, -0.01080101542174816, -0.00553816556930542, 0.02635440044105053, -0.05642428249120712, 0.01089788507670164, 0.003896472277119756, -0.0010837342124432323, -0.07312162220478058, 0.02106032334268093, 0.007803141139447689, -0.043460261076688766, -0.018028033897280693, -0.0093148248270154, -0.03287592902779579, -0.05234554037451744, 0.055873651057481766, 0.0006487747305072844, 0.02887684851884842, -0.003962751943618059, 0.011313408613204956, -0.010764052160084248, -0.012869701720774174, 0.04884292185306549, -0.057510245591402054, 0.029816871508955956, 0.06276162713766098, -0.014344422146677973, 0.0027996732387691736, 0.04880213737487793, -0.022631913423538208, 0.02267269976437092, -0.0893448144197464, 0.01020545605570078, 0.05755103379487991, 0.01368353795260191, -0.013874371536076067, -0.026714477688074112, -0.0058122058399021626, 0.05863190069794655, -0.03231382369995117, -0.001203228603117168, -0.0003081361355725676, 0.0012570807011798024, 0.018776705488562584, 0.0017997444374486804, 0.01295111794024706, 0.03274209424853325, 0.01730533316731453, 0.017265502363443375, -0.03468523174524307, -0.01926950179040432, -0.015200319699943066, 0.00319161475636065, -0.06614474952220917, -0.010818860493600368, -0.019820131361484528, 0.04958856478333473, -0.011535190045833588, 0.014096511527895927, -8.699188765604049e-05, -0.003337557427585125, -0.018762845546007156, 0.015873949974775314, 0.023733172565698624, 3.3139771403511986e-05, -0.011045421473681928, -0.011578086763620377, -0.03071674332022667, 0.023534653708338737, -0.011358178220689297, -0.014604441821575165, 0.03587993606925011, -0.0049569448456168175, -0.03435829281806946, -0.02944850921630859, -0.02296251431107521, 0.034135397523641586, -0.06132163852453232, 0.035815805196762085, -0.03342018276453018, -0.012241958640515804, 0.03582919016480446, -0.02747286856174469, 0.013016918674111366, -0.04319195449352264, -0.052034538239240646, 0.014545172452926636, -0.022444546222686768, 0.030902836471796036, -0.0014305864460766315, 0.036960404366254807, -0.020931588485836983, 0.06411545723676682, 0.027539346367120743, -0.01641055941581726, 0.03478655964136124, 0.003483499633148313, 0.0706469789147377, -0.02392468228936195, -0.05150206759572029, 0.016167746856808662, -0.0019252932397648692, -0.013464942574501038, -0.008078455924987793, -0.005963883828371763, -0.0006143603823147714, 0.04350486770272255, 0.03965301066637039, -0.05173372849822045, 0.0003390453348401934, -0.0706106498837471, -0.01122418511658907, -0.004999007098376751, -0.030202439054846764, -0.06994020938873291, 0.005213459022343159, -0.06276417523622513, 0.026212921366095543, 0.03243694454431534, -0.018629010766744617, -0.00873503740876913, -0.001661290298216045, 0.04131987690925598, -0.020704708993434903, -0.02048993855714798, 0.013485973700881004, 0.011399921029806135, 0.004413962364196777, -0.005422175861895084, 0.015792375430464745, -0.015038445591926576, 0.006714627146720886, 0.03250756487250328, 0.024329688400030136, -0.029690686613321304, -0.03399502858519554, -0.021819988265633583, 0.04674810543656349, -0.013261644169688225, -0.0022879187017679214, -0.0247197188436985, 0.03422573581337929, 0.0203286986798048, 0.041995737701654434, 0.020856386050581932, 0.010218520648777483, -0.052139054983854294, -0.03683612868189812, 0.011128590442240238, -0.020739395171403885, 4.8634206905262545e-05, -0.002338903024792671, -0.006302929483354092, -0.02827141061425209, -0.04328818619251251, 0.028231259435415268, -0.009020390920341017, -0.02092776447534561, 0.015361557714641094, -0.012980593368411064, -0.03840899467468262, -0.01830143854022026, -0.025071511045098305, 0.023038193583488464, 0.0024506701156497, -0.03478146344423294, -0.02222638949751854, -0.027121078222990036, -0.0632459744811058, -0.023230183869600296, 0.05429568886756897, -0.020771626383066177, -0.0028207541909068823, 0.030157189816236496, 0.030207697302103043, -0.05820363387465477, 0.003913042135536671, -0.0034790385980159044, -0.010678335092961788, -0.04420717805624008, -0.015630340203642845, -0.026251796633005146, 0.010112727992236614, 0.021195432171225548, 0.07022061944007874, -0.007528065238147974, -0.014293755404651163, -0.003960202448070049, 0.015532037243247032, -0.0018430809723213315, -0.008297051303088665, 0.01951167732477188, 0.02841607667505741, 0.024950742721557617, -0.012176555581390858, 0.009572295472025871, 0.026471029967069622, -0.005982843693345785, 0.048518214374780655, 0.03229502588510513, -0.01163843274116516, 0.023099536076188087, 0.00386142055504024, 0.012621154077351092, 0.023635027930140495, 0.07966545224189758, -0.02825547754764557, 0.009279772639274595, -0.0016741957515478134, 0.04698709771037102, -0.027225594967603683, 0.02876277081668377, -0.0007469194242730737, -0.04564620554447174, 0.01792861521244049, 0.0395999550819397, 0.0037838288117200136, -0.0367666631937027, -0.023278774693608284, -0.017449045553803444, 0.007130706682801247, -0.03862662985920906, 0.045753754675388336, 0.017242876812815666, 0.0075813597068190575, -0.008648842573165894, 0.01891070045530796, -0.030903631821274757, -0.006607559975236654, 0.03632787987589836, 0.005204218439757824, 0.03125494718551636, 0.02184675633907318, 0.006915377918630838, 0.033507175743579865, 0.02044644206762314, -0.004651039373129606, 0.008914598263800144, -0.007066418416798115, -0.03353840485215187, -0.07022061944007874, 0.025006506592035297, -0.01581237092614174, -0.0103294113650918, 0.03549524396657944, -0.0021999708842486143, 0.03415435925126076, -0.00968446023762226, -0.009977620095014572, 0.02978755533695221, 0.02637224644422531, -0.011235657148063185, -0.051622841507196426, -0.012542766518890858, -0.01668204925954342, -0.011056574061512949, 0.03774109855294227, -0.013115382753312588, 0.015044818632304668, -0.00176150631159544, -0.11428631842136384, -0.048735857009887695, 0.0426441915333271, -0.0018297773785889149, -0.016929801553487778, 0.00670315558090806, 0.004687524866312742, 0.017092473804950714, 0.014907797798514366, 0.026481226086616516, -0.00837034173309803, 0.04210089147090912, -0.010512317530810831, 0.020211435854434967, -0.00490149948745966, -0.03131517022848129, -0.004484384320676327, 0.005901427939534187, -0.03583556041121483, -0.030116401612758636, -0.006424972787499428, -0.029623130336403847, -0.01836708001792431, -0.006128945387899876, 0.006948517635464668, -0.0408129021525383, 0.008613791316747665, -0.03359990194439888, 0.030644472688436508, 0.03174901381134987, -0.007205032277852297, -0.004408784676343203, 0.015594810247421265, 0.005367367994040251, -0.00574497040361166, 0.004713495261967182, 0.04082946851849556, -0.01523919589817524, -0.035756539553403854, 0.03843066096305847, 0.03655475750565529, -0.008055513724684715, -0.04026609286665917, -0.03184731677174568, -0.038646068423986435, 0.02265390194952488, 0.02701655961573124, 0.011356744915246964, -0.04031835496425629, -0.044031281024217606, -0.030978037044405937, 0.04941904172301293, 0.01642712950706482, 0.005519364960491657, 0.04141451418399811, 0.04047640413045883, -0.01259311195462942, -0.008567268028855324, -0.05530039593577385, -0.018877241760492325, -0.0228944830596447, -0.009120128117501736, -0.014315925538539886, 0.02302449196577072, -0.061561692506074905, -0.014828773215413094, -0.021207541227340695, 0.00923516135662794, 0.028491279110312465, -0.02646911703050137, -0.049956925213336945, 0.060107894241809845, -0.04884037375450134, 0.021930720657110218, 0.010820772498846054, 0.01249751728028059, 0.032252006232738495, -0.00286630867049098, 0.04435630887746811, -0.033402975648641586, 0.054604142904281616, 0.004407270811498165, -0.010894061997532845, 0.03689476102590561, 0.011991498060524464, 0.0006806398741900921, -0.01025500614196062, 0.0482502281665802, -0.004941330756992102, 0.008319356478750706, -0.005576403345912695, -0.00087183085270226, -0.04231183975934982, 0.03153631463646889, 0.009281843900680542, -0.001585610443726182, -0.027240175753831863, 0.01528587844222784, 0.01256762072443962, -0.015631137415766716, -0.036351777613162994, -0.0006264690891839564, 0.03536698594689369, 0.02291232720017433, -0.01270002033561468, -0.021966569125652313, -0.00015996312140487134, -0.056082047522068024, 0.03121001459658146, 0.008644540794193745, 0.026298638433218, 0.035092465579509735, 0.01089533604681492, 0.022216390818357468, 0.06048135459423065, 0.0008265823707915843, -0.003825094318017363, -0.013332782313227654, 0.07017473131418228, 0.0009610533015802504, 0.023812396451830864, -0.03486686199903488, -0.034200239926576614, -0.0044407290406525135, -0.006750316359102726, -0.07593723386526108, -0.02597435936331749, 0.0042861830443143845, 0.0025311296340078115, -0.02110939659178257, 0.0240110382437706, -0.04480154439806938, 0.030223151668906212, -0.003362411865964532, -0.03816936910152435, 0.04476800560951233, -0.041859351098537445, -0.04961533099412918, -0.016473013907670975, 0.05035970360040665, 0.0414196141064167, 0.025813329964876175, 0.00035179141559638083, 0.027080288156867027, 0.006187328603118658, 0.028506575152277943, -0.014808856882154942, 0.017181696370244026, -0.033961571753025055, 0.011577569879591463, 0.01839767023921013, -0.01011782605201006, -0.0068592955358326435, 0.008958890102803707, 0.009414243511855602, -0.01084785722196102, -0.012417216785252094, -0.04829484224319458, -0.040027741342782974, 0.02465829998254776, 0.020703433081507683, -0.012208180502057076, -0.018076708540320396, -0.019694581627845764, 0.019502755254507065, -0.02953263372182846, 0.057506900280714035, -0.002897180849686265, 0.010302644222974775, -0.02087933011353016, -0.06962411105632782, -0.004561816807836294, 0.008041811175644398, 0.036595866084098816, -0.00852520577609539, -0.018604157492518425, -0.03430221229791641, -0.04205341264605522, 0.015873949974775314, 0.005035970360040665, 0.04222261533141136, 0.009996101260185242, -0.012408293783664703, 0.026542406529188156, -0.013885403983294964, 0.015415728092193604, -0.0170058012008667, 0.04808708280324936, 0.03266051784157753, 0.005529641639441252, 0.005097470246255398, -0.02613198384642601, 0.025211557745933533, -0.03047201782464981, -0.04509621486067772, 0.004164139274507761, 0.0229638684540987, -0.01993994414806366, 0.007158827502280474, 0.04231183975934982, -0.021691253408789635, 0.014927553944289684, -8.15748207969591e-05, -0.07344283163547516, 0.04792265594005585, -0.06188182905316353, 0.02967538870871067, -0.0343635119497776, -0.030667031183838844, -0.07204841077327728, 0.0275111086666584, -0.03602037951350212, 0.03066193498671055, -0.008838998153805733, -0.05458581820130348, 0.0028006292413920164, 0.046154458075761795, -0.005527968518435955, -0.043780822306871414, -0.012194160372018814, -0.03799347206950188, -0.0034388885833323, 0.01734882965683937, -0.05760711431503296, -0.08818492293357849, -0.003419450717046857, -0.025297116488218307, -0.007678229827433824, -0.05913091078400612, -0.04563728719949722, -0.005153234116733074, 0.0014098741812631488, -0.057092174887657166, -0.008345486596226692, -0.056566402316093445, -0.0023070378229022026, 0.04194523021578789, -0.06667722016572952, 0.004756513051688671, -0.0031680346000939608, -0.050439368933439255, 0.031540777534246445, -0.017576823011040688, -0.008630361407995224, 0.0097093153744936, -0.020109785720705983, -0.020358573645353317, -0.016183678060770035, 0.012635811232030392, 0.0172782763838768, 0.022403758019208908, 0.028239544481039047, 0.001468984060920775, -0.015718765556812286, -0.01849326677620411, -0.025411829352378845, -0.010929273441433908, -0.044599760323762894, -0.05767212063074112, -0.015058200806379318, 0.01882338896393776, -0.014369913376867771, 0.04116087034344673, -0.01470513455569744, -0.016124408692121506, 0.02330618165433407, -0.006729922257363796, -0.0025046018417924643, 0.04645685851573944, 0.07201144844293594, 0.004271843936294317, -0.029414094984531403, 0.01665193773806095, -0.023129647597670555, 0.027528313919901848, -0.012289555743336678, 0.016123773530125618, -0.01576242223381996, -8.731054549571127e-05, 0.04901371896266937, -0.0002447244478389621, 0.002128592925146222, -0.04753517359495163, 0.003410846926271915, 0.01957094483077526, -0.009250775910913944, 0.014759624376893044, -0.018104510381817818, 0.00822790339589119, 0.034476831555366516, 0.036838676780462265, 0.06412672996520996, 0.036015283316373825, -0.019851040095090863, 0.02529950626194477, -0.05239652469754219, -0.040654849261045456, -0.04983584210276604, -0.039551038295030594, -0.02934526465833187, -0.02428826503455639, -0.03196203336119652, 0.03902080282568931, 0.05656576156616211, 0.01453911792486906, 0.03708085045218468, 0.06972352415323257, -0.04624272510409355, -0.02364713698625565, -0.01981758326292038, 0.013558627106249332, -0.02201627939939499, -0.020806357264518734, 0.010084368288516998, -0.02677231468260288, 0.0022966815158724785, 0.05393248423933983, -0.03821525350213051, -0.008946463465690613, 0.036689549684524536, -0.04125391319394112, -0.04269421845674515, 0.05046932026743889, -0.05890211835503578, -0.017690900713205338, 0.01671646535396576, -0.07793963700532913, 0.01474058534950018, -0.0016628238372504711, 0.007247412577271461, 0.019893422722816467, -0.02189774066209793, -0.015991372987627983, 0.021346472203731537, -0.0650632455945015, 0.05546960234642029, 0.045477960258722305, -0.0020780866034328938, -0.014655426144599916, 0.02805154025554657, -0.03746578469872475, 0.06209883093833923, -0.0179330762475729, -0.054519183933734894, 0.04993908107280731, 0.017213083803653717, 0.013498401269316672, 0.05261703208088875, -0.008366516791284084, 0.03301167115569115, -0.002602109219878912, -0.05323266610503197, -0.03478560596704483, 0.016177944839000702, -0.008301512338221073, -0.03544425591826439, 0.0345345064997673, -0.061491481959819794, -0.02129293978214264, 0.059515200555324554, 0.004761930089443922, 0.010683752596378326, 0.011604017578065395, 0.006265965756028891, 0.007672493811696768, -0.07037867605686188, -0.031053239479660988, -0.038299378007650375, -0.0004886522656306624, 0.016034550964832306, -0.014225246384739876, -0.0003279722004663199, -0.04019599035382271, 0.0690913200378418, -0.029196137562394146, 0.05266929045319557, 0.062139615416526794, -0.026506716385483745, -0.0446188785135746, 0.04354565963149071, 0.03747725486755371, 0.05357266589999199, -0.024042902514338493, 0.03648294135928154, -0.006892434787005186, 0.015065371058881285, -0.025540566071867943, 0.0675981193780899, 0.02064209431409836, -0.004899587482213974, -0.00570928119122982, -0.012805972248315811, -0.025308946147561073, -0.01070032175630331, 0.0012841661227867007, 0.06127670779824257, -0.020138783380389217, 0.010922103188931942, 0.005259026773273945, -0.012544677592813969, -0.027911651879549023, -0.008662225678563118, -0.04698773100972176, 0.061721548438072205, -0.03971036896109581, -0.00134455063380301, 0.038727644830942154, 0.02116014063358307, 0.058257803320884705, 0.055188871920108795, 0.06009515002369881, -0.02348080277442932, 0.03311140835285187, 0.009449295699596403, 0.021599482744932175, -0.0012210729764774442, -0.013033808209002018, -0.010758954100310802, -0.02750728279352188, 0.009492950513958933, 0.006569959223270416, 0.03166632354259491, 0.04006542265415192, -0.02898965030908585, 0.035824090242385864, 0.011469547636806963, -0.0015473723178729415, -0.031083829700946808, 0.04855231195688248, -0.03146366402506828, -0.03294602781534195, -0.008224080316722393, 0.0014963879948481915, -0.01473700162023306, -0.026553239673376083, 0.00687841372564435, 0.016527822241187096, 0.0014371189754456282, -0.06311341375112534, -0.050372447818517685, 0.004798893351107836, 0.01914331503212452, -0.008283986710011959, 0.00261549255810678, 0.04981927201151848, -0.03084484115242958, -0.04688512533903122, -0.04322955384850502, 0.05170824006199837, 0.05816284567117691, 0.0038321043830364943, 0.04112629592418671, 0.05425362661480904, 0.01150204986333847, -0.01211449783295393, -0.007477479055523872, -0.05663076415657997, 0.06651406735181808, 0.028305506333708763, -0.015621577389538288, -0.029468903318047523, -0.01430490892380476, 0.005596797447651625, -0.0003262992831878364, 0.022921247407794, -0.0031812586821615696, 0.009197879582643507, 0.03170838579535484, 0.04855358600616455, 0.0034905101638287306, 0.010011397302150726, -0.007783384528011084], [-0.06639482080936432, -0.03435046225786209, -0.06437359750270844, 0.020492346957325935, -0.02500906772911549, -0.0005029187304899096, 0.009144844487309456, 0.0023960256949067116, 0.06897148489952087, 0.0023478823713958263, -0.021353457123041153, 0.028946474194526672, -0.03936532512307167, -0.012217264622449877, -0.034336935728788376, 0.03854808211326599, -0.011878271587193012, 0.012569785118103027, 0.031664781272411346, 0.023858798667788506, -0.01908465102314949, -0.02296874299645424, 0.01870029978454113, 0.0106647415086627, 0.02071356773376465, 0.02693002298474312, -0.008947497233748436, -0.020135847851634026, 0.0029713583644479513, 0.03868654742836952, 0.0340799055993557, -0.009025481529533865, 0.003868972882628441, 0.008228132501244545, 0.04765472933650017, 0.0213294830173254, -0.010471372865140438, -0.015409047715365888, -0.0178440660238266, -0.033545952290296555, -0.004869239870458841, -0.002067775698378682, -0.05355288460850715, 0.05447636544704437, 0.07355345040559769, -0.002830509329214692, 0.01127588376402855, -0.012907982803881168, -0.033431362360715866, -0.020711975172162056, 0.02071167714893818, 0.01670294813811779, -0.005611681845039129, -0.025110920891165733, -0.02874753437936306, 0.01916184090077877, -0.018165551126003265, 0.0015931064262986183, 0.06962081789970398, 0.010924158617854118, -0.005124677903950214, -0.03911943733692169, -0.015519856475293636, -0.0001018569601001218, 0.02249288000166416, -0.009619115851819515, 0.03444356843829155, 0.03672898188233375, 0.021055743098258972, -0.02468757890164852, -0.01337509136646986, -0.027369381859898567, -0.020047815516591072, -0.027816498652100563, 0.03758840262889862, 0.016179339960217476, -0.04690512642264366, 0.05406853556632995, 0.012141667306423187, -0.056928493082523346, -0.032470088452100754, -0.03005337156355381, -0.0012795779621228576, -0.0703449621796608, -0.02255335822701454, 0.0004265260067768395, -0.016883188858628273, 0.00221538869664073, 0.01194272842258215, 0.027318354696035385, -0.009520442225039004, -0.0160671379417181, 0.024928618222475052, -0.0133076012134552, -0.005578259937465191, 0.014355463907122612, -0.01539114397019148, 0.00926261767745018, -0.001101328409276903, 0.015789419412612915, 0.017829742282629013, -0.060518547892570496, -0.02978997677564621, -0.04220061004161835, -0.055741216987371445, 0.017710378393530846, 0.0501665361225605, -0.048834044486284256, 0.035290252417325974, -0.06125263869762421, -0.003786213928833604, 0.01504021417349577, -0.005038736388087273, -0.02352696843445301, -0.02633241005241871, 0.01839791238307953, 0.001836608280427754, -0.0182015597820282, -0.010118852369487286, -0.013612227514386175, -0.07766593247652054, -0.02422046847641468, 0.012375620193779469, 0.04049450531601906, 0.014772441238164902, -0.027439307421445847, 0.020968209952116013, 0.0270350631326437, -0.03862924873828888, 0.021052559837698936, 0.048980463296175, 0.003405841998755932, 0.00684440927579999, -0.01962178759276867, -0.03459157794713974, 0.026570739224553108, -0.05107489973306656, 0.055879682302474976, -0.03514064848423004, -0.005570302251726389, -0.005538472440093756, -0.0013651716290041804, 0.03587911278009415, 0.02922976389527321, -0.018709849566221237, 0.01587376929819584, -0.0028905889485031366, -0.03388176113367081, 0.03587593138217926, -0.00876288115978241, -0.045485492795705795, 0.011105591431260107, -0.02594607137143612, 0.021189428865909576, -0.0010591531172394753, -0.011808643117547035, 0.01020917110145092, 0.020431868731975555, -0.010628136806190014, -0.007831049151718616, -0.001588332001119852, 0.04292315989732742, 0.028590770438313484, 0.004822290036827326, -0.013889946043491364, -0.003519038436934352, 0.04951521009206772, -0.01250771526247263, -0.01704353280365467, 0.005477994214743376, 0.034265317022800446, 0.006445635110139847, -0.007212347816675901, 0.014839285053312778, -0.019767411053180695, 0.010274273343384266, 0.001508756191469729, -0.04405313357710838, -0.03351173177361488, 0.006808501202613115, 0.033678844571113586, -0.02671089209616184, 0.02543400041759014, -0.024507738649845123, -0.02963639609515667, 0.013285967521369456, -0.018762368708848953, -0.013909840025007725, -0.027058938518166546, 0.028513580560684204, 0.017398441210389137, -0.0472552627325058, 0.012441270053386688, -0.01035439595580101, -0.03742765635251999, 0.02647704072296619, 0.029869550839066505, -0.008223357610404491, -0.003927859012037516, 0.014902056194841862, 0.013149096630513668, 0.020394468680024147, 0.028268489986658096, -0.029201116412878036, -0.015677714720368385, -0.07239165157079697, 0.04616666212677955, -0.03351451829075813, 0.039872221648693085, -0.07160782814025879, 0.007798423059284687, 0.07973489910364151, 0.03122233971953392, 0.07915240526199341, 0.022353224456310272, 0.014358648099005222, 0.10381770133972168, 0.003786213928833604, 0.02191555872559547, 0.00314483349211514, -0.04423138499259949, -0.03565789386630058, 0.013381457887589931, -0.02000852487981319, -0.0031113121658563614, 0.030397934839129448, -0.0006795768858864903, 0.05700169876217842, 0.01880534179508686, 0.0007336884154938161, 0.06419534981250763, -0.01965998485684395, 0.01801913231611252, -0.032624464482069016, -0.016186900436878204, -0.01228012889623642, -0.0390271320939064, 0.0441279336810112, 0.01156394835561514, 0.0075718313455581665, -0.051840417087078094, -0.014061033725738524, 0.030779898166656498, -0.039543576538562775, 0.02000056765973568, 0.0057023982517421246, -0.0009572962298989296, 0.039639465510845184, 0.0053952354937791824, 0.05093126371502876, 0.005971364211291075, 0.01294219959527254, -0.024762853980064392, -0.008723093196749687, -0.04058999940752983, 0.013224296271800997, -0.011166068725287914, 0.03781161084771156, -0.031188122928142548, 0.026322463527321815, 0.03294992819428444, -0.05698259919881821, -0.05645421892404556, 4.6153931180015206e-05, 0.024904023855924606, -0.011146970093250276, 0.03728004172444344, -0.005586217623203993, 0.03680139407515526, -0.0011864743428304791, -0.024417022243142128, -0.028709635138511658, 0.03857832029461861, -0.013044056482613088, -0.009533174335956572, 0.0336756594479084, 0.03097008541226387, -0.014258780516684055, 0.08089988678693771, 0.019867677241563797, -0.0017538495594635606, -0.03490908443927765, -0.04554279148578644, 0.058863770216703415, 0.00419364171102643, 0.00025941693456843495, 0.01556660793721676, -0.05532106012105942, 0.004405313637107611, -0.056492410600185394, 0.05120858550071716, -0.008976144716143608, -0.030242761597037315, 0.05252476781606674, 0.06700914353132248, 0.01166341733187437, 0.0009708240977488458, -0.02748068794608116, -0.03966691717505455, -0.03926506265997887, 0.05228007584810257, 0.015347376465797424, -0.019219134002923965, 0.022757867351174355, 0.023022856563329697, -0.01291121542453766, -0.07073647528886795, 0.05934440717101097, -0.009818055666983128, 0.002080109901726246, -0.05555660277605057, -0.025737980380654335, -0.01897185295820236, -0.056247323751449585, 0.007964786142110825, -0.030221275985240936, 0.03516292944550514, 0.03053719364106655, -0.0320340134203434, -0.04951521009206772, -0.01188225019723177, -0.026699254289269447, 0.005410355050116777, -0.06024998053908348, -0.03557354211807251, 0.058704618364572525, 0.0016297113616019487, 0.0531502328813076, -0.02195972390472889, -0.029809076339006424, 0.002873480087146163, -0.05150779336690903, 0.0007543780957348645, -0.007510358933359384, -0.03641704469919205, 0.019273843616247177, -0.03268653526902199, -0.03840643912553787, 0.01217449177056551, 0.010454338043928146, 0.029700851067900658, -0.024348588660359383, -0.011917264200747011, -0.006365661509335041, 0.0072167241014540195, -0.06191151961684227, 0.0017411173321306703, -0.003345364471897483, 0.012143457308411598, -0.010424423031508924, 0.03471093997359276, -0.009001608937978745, 0.010854131542146206, 0.00747216260060668, 0.04150989279150963, -0.017349103465676308, -0.005026004277169704, 0.007337480783462524, 0.005158099811524153, -0.033303048461675644, 0.011721507646143436, -0.0404181145131588, -0.04552051052451134, 0.0614284984767437, -0.02091250568628311, -0.0236749779433012, 0.011929001659154892, 0.010477738454937937, 0.02134062349796295, -0.004864465445280075, 0.06365423649549484, -0.008985692635178566, -0.03646160662174225, 0.03491624444723129, -0.018833987414836884, -0.012757583521306516, -0.06428447365760803, -0.02556808479130268, 0.026565566658973697, -0.04751945286989212, 0.026979360729455948, 0.0171374324709177, 0.022500837221741676, -0.00807360652834177, -0.016936901956796646, 0.01214803382754326, 0.035115186125040054, 0.03126411885023117, 0.013674296438694, 0.04818947985768318, 0.007053544744849205, -0.04680167883634567, 0.037184152752161026, -0.001428484101779759, -0.017513031139969826, 0.03500696271657944, -0.011889834888279438, 0.003003387711942196, 0.02751411125063896, -0.01050558965653181, -0.02542842924594879, 0.015996316447854042, -0.017221784219145775, -0.04856030270457268, -0.02596874907612801, -0.04047222435474396, -0.04785367101430893, -0.022328954190015793, -0.00947110541164875, -0.004228655248880386, 0.02138618007302284, -0.033386800438165665, -0.008209033869206905, -0.027407478541135788, 0.07298687845468521, -0.01611279509961605, -0.04570194333791733, -0.03554489463567734, 0.01126315165311098, -0.003380825277417898, -0.021814895793795586, -0.034424468874931335, -0.028991833329200745, 0.006085952743887901, 0.049630746245384216, 0.01030824240297079, -0.025742752477526665, -0.042512547224760056, -0.04032700136303902, 0.06807227432727814, 0.005114333238452673, 0.0456637479364872, 0.0011673761764541268, 0.03557354211807251, -0.006072027608752251, 0.004300273489207029, 0.03774118423461914, 0.008668981492519379, -0.04146692156791687, -0.07867813110351562, -0.018833987414836884, -0.005914069712162018, -0.0116445180028677, -0.02509818971157074, -0.009870575740933418, -0.0016694990918040276, -0.028655026108026505, 0.020213233307003975, 0.00037201662780717015, -0.06190992891788483, 0.008048291318118572, -0.02723400481045246, -0.03204356133937836, 0.003762341570109129, -0.029029231518507004, 0.0011864743428304791, 0.004629716742783785, -0.034599535167217255, -0.009739872068166733, -0.031066371127963063, -0.04384623467922211, 0.0014148567570373416, 0.030544355511665344, -0.01453480776399374, -0.04718364402651787, -0.012907185591757298, 0.040118906646966934, -0.051342274993658066, 0.0351724810898304, -0.022176170721650124, 0.019274041056632996, -0.0281666312366724, -0.005932372063398361, -0.03490510582923889, -0.005957040004432201, 0.01335599273443222, 0.04427594691514969, -0.00627613952383399, -0.027711955830454823, 0.04776892438530922, -0.01271938718855381, -0.04653589427471161, 0.028811194002628326, 0.05299745127558708, 0.008729757741093636, 0.019021786749362946, -0.018839558586478233, 0.00487003568559885, 0.03794808313250542, -0.008344685658812523, 0.04779458791017532, 0.06340595334768295, 0.006835556589066982, 0.04749717190861702, -0.018289688974618912, 0.009603201411664486, -0.009389937855303288, 0.045842789113521576, -0.04209716245532036, -0.009245110675692558, 0.04441440850496292, 0.0654812902212143, -0.03103454038500786, 0.03806107863783837, 0.04493085294961929, -0.06343141943216324, 0.0061229560524225235, 0.06375131011009216, 0.0061217620968818665, 0.009371635504066944, -0.007687763310968876, -0.0013838221784681082, 0.0006443645688705146, -0.01087880041450262, 0.044409628957509995, 0.03955232724547386, -0.006718580611050129, 0.005092847626656294, 0.028048858046531677, 0.01969977281987667, 0.042232438921928406, 0.019075898453593258, -0.04709292575716973, 0.03556080907583237, 0.03469502553343773, -0.04556507244706154, 0.02271251007914543, -0.019145924597978592, 0.016622578725218773, -0.010602672584354876, -0.035462137311697006, -0.04599478095769882, -0.03699317201972008, 0.04109450429677963, 0.007784646470099688, -0.010731585323810576, 0.05206163600087166, 0.018125763162970543, 0.023010121658444405, 0.028650453314185143, -0.0035920492373406887, -0.002250402234494686, 0.0005466853617690504, -0.02226957120001316, 0.025357607752084732, -0.03863750770688057, -0.004672843497246504, 0.02918042615056038, -0.002525336341932416, -0.0010730789508670568, -0.005910886917263269, -0.020404813811182976, -0.04030352458357811, -0.050266411155462265, 0.005769241601228714, -0.00216371426358819, 0.02176237665116787, -0.015851488336920738, 0.04937515780329704, 0.0011442992836236954, -0.01422297116369009, 0.020400436595082283, 0.018730539828538895, 0.016172179952263832, -0.012791105546057224, 0.014289019629359244, 0.007523091044276953, -0.028795281425118446, -0.015222840011119844, 0.010434768162667751, -0.03834914416074753, -0.0251634418964386, -0.011721507646143436, 0.019629744812846184, -0.07147493958473206, -0.004055180121213198, 0.01242376398295164, -0.05686801299452782, -0.03849635645747185, -0.04259848967194557, 0.013734773732721806, -0.0039931111969053745, 0.015635838732123375, 0.007037678733468056, 0.02489447593688965, -0.011621242389082909, -0.023167684674263, 0.004562475252896547, 0.006203725468367338, -0.020431868731975555, -0.010123626329004765, 0.028028368949890137, -4.386612999951467e-05, -0.0044267987832427025, -0.014555995352566242, -0.02515389397740364, -0.05068020522594452, -0.006864203605800867, -0.01664167456328869, -0.011911693960428238, -0.015378013253211977, -0.016051223501563072, -0.00017506664153188467, -0.00012422520376276225, 0.03608600795269013, 0.003713800106197595, -0.023323576897382736, 0.05104147642850876, -0.018542740494012833, -0.002156701637431979, -0.010855724103748798, -0.006937910802662373, -0.02195972390472889, -0.06045210361480713, -0.0368308387696743, 0.025273257866501808, -0.03681492432951927, -3.9787872083252296e-05, 0.009465396404266356, -0.011349490843713284, 0.028504030779004097, -0.01111673191189766, -0.01579737663269043, -0.017270324751734734, 0.01297721266746521, -4.058362901560031e-05, 0.016015812754631042, 0.04236612841486931, 0.0963694155216217, -0.0005681708571501076, 0.046052075922489166, -0.04649610817432403, 0.07532322406768799, 0.02277139574289322, -0.04801282286643982, 0.04043084383010864, 0.05799480527639389, -0.005694440566003323, -0.029236923903226852, 0.014220980927348135, -0.005270053166896105, -0.00835704430937767, 0.034567706286907196, -0.008556780405342579, 0.03119174018502235, -0.00155053345952183, 0.03702181950211525, -0.00043925814679823816, 0.014750161208212376, 0.005250407848507166, 0.04443609341979027, 0.00902070663869381, -0.05547066032886505, -0.024436119943857193, 0.053169332444667816, 0.018055737018585205, -0.008264737203717232, 0.018728947266936306, -0.012513585388660433, 0.02329659648239613, 0.04610300436615944, -0.01545997615903616, 0.06836193054914474, 0.05585421994328499, -0.009153597988188268, 0.0053602224215865135, 0.03296027332544327, -0.010258905589580536, -0.03603826463222504, -0.021295662969350815, 0.03160032629966736, 0.011427076533436775, -0.017894994467496872, -0.024146463721990585, -0.037661612033843994, 0.005788339767605066, -0.04417090490460396, -0.016838228330016136, -0.031220152974128723, 0.010768985375761986, -0.05393405258655548, -0.04334172606468201, 0.01872297935187817, -0.007229456212371588, 0.06525848060846329, 0.030661728233098984, -0.01883319206535816, 0.008565532974898815, -0.014796712435781956, -0.014232123270630836, -0.006371630355715752, 0.01492005493491888, -0.024353360757231712, 0.05204632133245468, 0.01089471485465765, -0.03891413286328316, 0.021650569513440132, 0.06565158069133759, -0.03899768739938736, 0.0505274161696434, 0.015816476196050644, 0.07945320010185242, 0.029321273788809776, -0.010283971205353735, 0.010475749149918556, -0.0021742084063589573, -0.03131464868783951, 0.04254557192325592, -0.04430459067225456, -0.06376881897449493, -0.02766053006052971, 0.04745897650718689, -0.023784395307302475, 0.009176277555525305, 0.0042764004319906235, -0.007776142098009586, 0.0001535811898065731, 0.010868455283343792, 0.02209261618554592, 0.007414868101477623, 0.034567706286907196, -0.034671153873205185, -0.032189980149269104, 0.0197379682213068, 0.05556297302246094, 0.006786219775676727, -0.04549822956323624, -0.01144657377153635, -0.04285472258925438, -0.036453649401664734, 0.0013440344482660294, -0.05373431742191315, 0.013807984068989754, 0.01747901178896427, 0.04977863281965256, 0.006116191856563091, -0.011339145712554457, -0.000982760451734066, -0.023996863514184952, 0.04447329416871071, 0.008578266017138958, 0.006795345805585384, -0.012588883750140669, -0.015165496617555618, 0.01602178066968918, -0.007207971066236496, -0.05501548945903778, -0.02065308950841427, 0.025489702820777893, 0.00036604845081456006, 0.02191237546503544, -0.0195024237036705, -0.020613301545381543, 0.010015403851866722, -0.02831861935555935, -0.07984311878681183, 0.04989717900753021, -0.04688921198248863, 0.012350155971944332, -0.022037707269191745, 0.03614012151956558, -0.104237861931324, 0.02276940830051899, -0.020893407985568047, 0.0033135339617729187, 0.0036230836994946, -0.04627847298979759, -0.007284563034772873, 0.025771399959921837, -0.028301510959863663, -0.02195494808256626, -0.007682242430746555, -0.0404403954744339, 0.005449347198009491, -0.023182006552815437, -0.06476829200983047, -0.02629142813384533, -0.02260269597172737, 0.0013040475314483049, -0.0014689683448523283, -0.043983109295368195, -0.025243813171982765, 0.005140593275427818, -0.014308515004813673, -0.08000864088535309, 0.01094643957912922, -0.04863669723272323, -0.023962246254086494, 0.03733693808317184, -0.05911523103713989, 0.05088391527533531, -0.00714709609746933, -0.07565425336360931, 0.01933610998094082, 0.02352259121835232, -0.010083838365972042, 0.029309138655662537, 0.048366934061050415, -0.008037150837481022, -0.02178664691746235, 0.03549635410308838, -0.037387870252132416, 0.01749870739877224, 0.03264356404542923, -0.02915336936712265, -0.005875475239008665, -0.013024957850575449, -0.04385578632354736, 0.0067989518865942955, -0.05655289068818092, -0.0056449794210493565, -0.02125070244073868, 0.04602024331688881, -0.033376049250364304, 0.03886956721544266, -0.011345910839736462, -0.011360631324350834, -0.0027859467081725597, 0.0007129987352527678, 0.020768871530890465, 0.026334797963500023, 0.04719796404242515, 0.011051480658352377, 0.01261991821229458, -0.018289688974618912, 0.0088154012337327, 0.03291253000497818, 0.020662041381001472, -0.00030477510881610215, 0.02380985952913761, 0.00852733664214611, 0.05115765705704689, -0.0006397889810614288, 0.0397551953792572, 0.0037878055591136217, 0.0009310362511314452, -0.003689131699502468, -0.01281487848609686, 0.06593964993953705, -0.023922059684991837, 0.016010640189051628, 0.023935191333293915, 0.059293482452631, 0.02160044014453888, -0.02504696324467659, -0.03650139272212982, 0.022462639957666397, -0.081733837723732, -0.015483849681913853, -0.03112684935331345, -0.006881710607558489, -0.0013639284297823906, -0.04899001494050026, 0.013421245850622654, 0.01623186096549034, 0.010296305641531944, 0.02093956246972084, 0.01801515370607376, 0.0816638171672821, -0.0023331609554588795, -0.0025057033635675907, 0.02768917754292488, 0.03935816511511803, -0.04563191905617714, 0.0057294536381959915, 0.022246195003390312, -0.002967379754409194, -0.023654688149690628, -0.009210096672177316, -0.032591041177511215, 0.00810479000210762, 0.04396400973200798, 0.014757919125258924, 0.03393905609846115, 0.05374118313193321, -0.05067860707640648, 0.010100550018250942, -0.03525921702384949, -0.01255227904766798, 0.013872439973056316, 0.01727151870727539, 0.004726003855466843, 0.025930553674697876, -0.03397884592413902, -0.013693394139409064, 0.004842979833483696, -0.096394881606102, 0.0028251379262655973, 0.00020431072334758935, 0.014183580875396729, -0.01763537898659706, 0.009240335784852505, -0.0012222834629938006, 0.037266913801431656, -0.01301918923854828, -0.0798940509557724, 0.06438314914703369, 0.01849658600986004, -0.013741140253841875, 0.041743844747543335, -0.013461032882332802, 0.023345137014985085, 0.017201093956828117, -0.05849771946668625, -0.007390995509922504, -0.01867801882326603, 0.00011777209874708204, -0.06953010708093643, 0.042205385863780975, -0.02377086691558361, 0.01495506800711155, 0.07418369501829147, 0.00862083863466978, 0.010330523364245892, -0.02230030857026577, 0.06245741248130798, 0.0031531888525933027, -0.03233003243803978, -0.006227598059922457, -0.03269926458597183, 0.020607730373740196, 0.04200544953346253, -0.015733717009425163, 0.003507699118927121, -0.05686164274811745, 0.05625368654727936, -0.02223505452275276, 0.03620696440339088, 0.022605877369642258, -0.004681639838963747, -0.0023283862974494696, 0.03708070516586304, -0.0034567704424262047, 0.0315406434237957, 0.041792385280132294, 0.03277486190199852, 0.022314630448818207, 0.004457634408026934, 0.01932099089026451, 0.040952861309051514, -0.0007973489700816572, 0.001955971820279956, 0.018466247245669365, -0.022863106802105904, 0.0010599489323794842, 7.95757478044834e-06, -0.003254051087424159, 0.044615138322114944, -0.013929336331784723, -0.009813280776143074, -0.019602689892053604, -0.03910352289676666, -0.02301410213112831, -0.011148984543979168, 0.018105868250131607, 0.05528007820248604, -0.01969285868108273, -0.0037173063028603792, 0.018198177218437195, -0.0001877987670013681, 0.06112690269947052, 0.02319931425154209, 0.0069473604671657085, 0.0014832918532192707, -0.031060004606842995, 0.019037703052163124, 0.0031472209375351667, -0.0128590427339077, 0.025612249970436096, 0.014411963522434236, -0.021705079823732376, -0.02484673075377941, 0.014293394982814789, -0.0011968192411586642, 0.019570859149098396, 0.026495540514588356, 0.03401385620236397, -0.0062459004111588, -0.011726281605660915, -0.06446272134780884, 0.015966078266501427, 0.01614432781934738, -0.06444680690765381, 0.026776442304253575, -0.00964617170393467, -0.02809610776603222, -0.016524700447916985, 0.039405908435583115, 0.033573802560567856, 0.018573377281427383, -0.03941744938492775, -0.04456241801381111, 0.010398958809673786, 0.03255603089928627, 0.02307656779885292, 0.02696503885090351, 0.04466746002435684, -0.02077881805598736, -0.013769786804914474, -0.010562089271843432, 0.06038207560777664, 0.03032790869474411, -0.00274695479311049, 0.01866846904158592, 0.02495853416621685, 0.02044360712170601, 0.049426089972257614, 0.02655562199652195, -0.03725259006023407, 0.06673640012741089, 0.027058938518166546, 0.010920975357294084, -0.03959530219435692, -0.033469557762145996, 0.012960104271769524, -0.010733176954090595, 0.016562895849347115, 0.012698697857558727, 0.016761835664510727, 0.022230280563235283, 0.0420987531542778, -0.04686693102121353, 0.047917332500219345, -0.008068980649113655], [-0.03334386646747589, -0.02339066751301289, -0.06421050429344177, -0.03293987736105919, 0.009244749322533607, 0.028686033561825752, 0.02454346977174282, -0.009529618546366692, 0.019093718379735947, 0.05213704705238342, 0.0073086535558104515, -0.012368128634989262, -0.06854625046253204, -0.01945343054831028, -0.017349235713481903, 0.025965075939893723, 0.03470473736524582, -0.00590507173910737, 0.0502522811293602, 0.026944683864712715, -0.027081826701760292, -0.028927406296133995, 0.015755217522382736, 0.01504989992827177, -0.04262623563408851, 0.05538150295615196, -0.009244357235729694, -0.0137960035353899, 0.004306353162974119, -0.005300654098391533, 0.014714484103024006, -0.03516417369246483, -0.008614273741841316, 0.011477077379822733, 0.017802204936742783, 0.04892079904675484, 0.00751006044447422, 0.015747185796499252, -0.05800841748714447, -0.01122237928211689, -0.046444348990917206, -0.003516006050631404, -0.036817554384469986, 0.03356212377548218, 0.016607867553830147, 0.018909161910414696, 0.0029415644239634275, 0.024294259026646618, -0.0016437808517366648, -0.06295818090438843, 0.006219330243766308, 0.002283660229295492, -0.006518697831779718, -0.00644189678132534, 0.019585873931646347, 0.05156652256846428, 0.04255099967122078, -0.03001829795539379, 0.04423592612147331, 0.017740294337272644, 0.01983665302395821, -0.010422236286103724, -0.025026218965649605, -0.02333502471446991, 0.02491493709385395, 0.0317988321185112, 0.016081230714917183, -0.002148474333807826, 0.02393474243581295, -0.06624338775873184, 0.01308755110949278, -0.020744943991303444, -0.022443192079663277, 0.004335349425673485, 0.06102090701460838, 0.005571221467107534, -0.03336307033896446, 0.03203237056732178, -0.019886808469891548, -0.04068896174430847, -0.02080528810620308, -0.006859992630779743, -0.016802221536636353, -0.060152582824230194, -0.04618417099118233, -0.005968550220131874, 0.002045419765636325, 0.013611054047942162, 0.07145019620656967, -0.02757241390645504, -0.007382319308817387, 0.01919168047606945, 0.02620997652411461, -0.02880515158176422, 0.021313117817044255, 0.007728708442300558, 0.0163300521671772, 0.06591737270355225, 0.025623388588428497, 0.04352590441703797, 0.005009711254388094, -0.0818716511130333, -0.030437178909778595, -0.01823166385293007, -0.010432228446006777, 0.004378844052553177, 0.04782697185873985, -0.02418336644768715, 0.008260047994554043, -0.022628141567111015, -0.00526715163141489, 0.027450943365693092, 0.00881881546229124, -0.038813602179288864, -0.007004778832197189, 0.010048418305814266, -0.021825646981596947, -0.03552917391061783, -0.04919352009892464, -0.03138504549860954, -0.04837535321712494, -0.016366051509976387, 0.004317520651966333, 0.0020924408454447985, 0.010713767260313034, 0.0020780896302312613, 0.03557267040014267, 0.0049895308911800385, 0.001819718279875815, 0.004912142176181078, 0.007191100157797337, -0.010370513424277306, 0.00989481620490551, -0.03902911767363548, -0.024063853546977043, 0.030068453401327133, -0.03800532966852188, 0.06527161598205566, -0.006802392192184925, 0.04762301221489906, -0.032692234963178635, 0.017037328332662582, 0.02599642425775528, 0.022285670042037964, 0.0012680034851655364, -0.005729526747018099, -0.013731741346418858, -0.07854411751031876, 0.007045334670692682, -0.028751861304044724, -0.004648823756724596, -0.003184898756444454, -0.009006899781525135, 0.030786311253905296, 0.009499838575720789, -0.02295258827507496, 0.008208324201405048, 0.02614062093198299, -0.047132425010204315, 0.029353732243180275, 0.005057919770479202, 0.022792715579271317, 0.04309331253170967, -0.029527710750699043, -0.04929696395993233, -0.005121973808854818, 0.030837250873446465, 0.011736477725207806, 0.0042761811055243015, 0.038670189678668976, 0.045525871217250824, -0.0049858083948493, -0.01025648694485426, 0.065892294049263, -0.016098471358418465, -0.027733756229281425, -0.016878239810466766, -0.033015504479408264, 0.0023667309433221817, 0.009474760852754116, -0.03269536793231964, -0.006015571765601635, 0.002672760281711817, -0.022507453337311745, -0.03162955865263939, -0.03973913565278053, -0.020927542820572853, -0.025977615267038345, -0.021111318841576576, 0.0060543641448020935, 0.026331841945648193, -0.0449381060898304, -0.0022946319077163935, 0.014921375550329683, -0.042099595069885254, 0.017874695360660553, -0.005032829940319061, 0.016451915726065636, -0.002574407495558262, 0.016166262328624725, 0.021179890260100365, 0.007571971509605646, 0.04239896684885025, -0.03639181703329086, -0.03914901986718178, -0.04913396015763283, 0.019777189940214157, -0.04867001995444298, 0.024516822770237923, 0.006803959142416716, 0.005881953053176403, 0.08543898165225983, 0.014149054884910583, 0.015810467302799225, 0.025939997285604477, 0.008114674128592014, 0.09009251743555068, -0.04691142588853836, 0.06372305005788803, 0.02322844415903091, -0.006739696953445673, -0.007984190247952938, 0.017695624381303787, -0.003458797000348568, -0.0014960560947656631, 0.032645996659994125, 0.013021721504628658, 0.025817742571234703, 0.015454282984137537, -0.005491286050528288, 0.039611395448446274, -0.025623388588428497, 0.012310919351875782, -0.04943019524216652, 0.030841950327157978, -0.006354485172778368, -0.02235855534672737, 0.05534075200557709, -0.0031178935896605253, 0.0011096990201622248, -0.06170741096138954, 0.005592381581664085, 0.0485164150595665, -0.02294318377971649, -0.0011304666986688972, 0.008730258792638779, -0.03075182624161243, 0.01671915128827095, -0.009540590457618237, 0.026276199147105217, 0.029347464442253113, -0.02865155041217804, -0.019991038367152218, -0.003622195450589061, 0.008810978382825851, -0.03763885796070099, -0.012605585157871246, -0.001653576851822436, -0.003436265978962183, 0.03238816186785698, -0.004828189499676228, -0.044149719178676605, -0.0413065068423748, -0.02109995484352112, 0.04244990646839142, 0.029847456142306328, 0.008252210915088654, -0.03776150569319725, 0.05470867455005646, 0.027642162516713142, -0.004994820803403854, -0.0461684949696064, 0.053716953843832016, 0.005675451830029488, -0.025700975209474564, 0.032663729041814804, 0.023388121277093887, -0.011866569519042969, 0.03029102087020874, 0.026861613616347313, -0.018665825948119164, -0.0496370866894722, 0.027142170816659927, 0.045789189636707306, 0.051308099180459976, -0.004971702117472887, -0.01613452099263668, -0.04981106519699097, -0.01507517509162426, -0.05076402425765991, -0.008626028895378113, -0.001307971426285803, 0.03826580569148064, 0.05622788518667221, 0.06751295924186707, -0.002504267729818821, 0.05705232173204422, 0.02562319114804268, -0.03029729053378105, -0.07478242367506027, 0.021074878051877025, 0.012154770083725452, -0.05181730166077614, -0.039428796619176865, 0.030043939128518105, -0.031015146523714066, -0.030425813049077988, 0.06397383660078049, 0.021238667890429497, 0.026090465486049652, -0.01865798979997635, -0.022836603224277496, -0.033246297389268875, 0.01589314639568329, 0.02225353941321373, -0.014855154789984226, 0.008926964364945889, 0.07828707247972488, -0.034030769020318985, -0.01774577982723713, 0.02367984689772129, 0.001624972326681018, 0.03066718950867653, -0.08093906193971634, -0.013556195423007011, 0.04751643165946007, 0.025698620826005936, 0.025847522541880608, -0.026262875646352768, -0.04394909739494324, 0.022878922522068024, -0.03114994242787361, 0.014431572519242764, 0.001530734123662114, 0.016231698915362358, 0.02273942530155182, -0.002780908951535821, -0.021748846396803856, 0.03083646669983864, 0.07524637132883072, 0.009944972582161428, -0.03393986076116562, -0.028982266783714294, -0.04206198081374168, -0.02749953232705593, -0.04161841422319412, -0.02929730899631977, -0.04638165608048439, 0.030294157564640045, -0.005072013940662146, 0.046002548187971115, 0.018635261803865433, -0.011736477725207806, 0.011955909430980682, -0.01878651417791843, 0.002760140923783183, -0.009639334864914416, 0.009945755824446678, 0.007362335920333862, -0.008918490260839462, 0.04670453444123268, 0.006278106477111578, -0.03031061217188835, 0.03724231570959091, -0.014246133156120775, -0.03763572126626968, 0.0204353891313076, -0.0032076258212327957, 0.043516501784324646, -0.03749152645468712, 0.0255983117967844, 0.012371263466775416, 0.004992078058421612, -0.003683322807773948, 0.004464265890419483, 0.00513470871374011, -0.030039459466934204, -0.044521186500787735, 0.04670766741037369, -0.05013080686330795, 0.03254803642630577, -0.027566930279135704, 0.04496710002422333, -0.021005913615226746, 0.040591783821582794, 0.01483987271785736, 0.03583638370037079, 0.017395472154021263, -0.030068453401327133, 0.019081180915236473, 0.01380619127303362, -0.02323393151164055, 0.02725345455110073, 0.04771079123020172, -0.005296932067722082, -0.019771214574575424, 0.0042851935140788555, 0.03601819649338722, 0.030857626348733905, 0.00696226442232728, -0.04921546205878258, 0.00909388903528452, -0.02030372992157936, -0.03795507550239563, -0.018827658146619797, -0.05399516224861145, -0.05467618256807327, 0.00018808456661645323, -0.05110571160912514, 0.021818986162543297, 0.030934425070881844, -0.012429255992174149, -0.031698521226644516, -0.011158117093145847, 0.02431933581829071, 0.002841252600774169, -0.03180823475122452, -0.023529382422566417, -0.03603386878967285, -0.008229483850300312, 0.015836721286177635, 0.06018706411123276, -0.06940164417028427, 0.0064473822712898254, 0.028432706370949745, 0.03793038800358772, -0.03029533103108406, -0.013537191785871984, -0.04309644550085068, 0.017165852710604668, 0.025670411065220833, -0.0003879244322888553, 0.016049884259700775, 0.0362783782184124, 0.03457856550812721, 0.01845736615359783, 0.004329079762101173, -0.01324742380529642, -0.03140111267566681, -0.024485476315021515, 0.003032863838598132, -0.05984850972890854, -0.011099341325461864, -0.01989934779703617, 0.012775644659996033, 0.006506942678242922, -0.05104615166783333, 0.004039948806166649, -0.03922033682465553, -0.029529277235269547, 0.0027225243393331766, -0.02928006649017334, -0.05334392189979553, -0.04665124788880348, -0.026797348633408543, -0.00437923613935709, 0.045046258717775345, -0.026746409013867375, -0.025240950286388397, -0.013959010131657124, -0.04197420924901962, -0.02541610226035118, 0.03642257675528526, 0.034292519092559814, 0.007792971096932888, 0.02653246372938156, 0.010783515870571136, -0.08599853515625, -0.0005346696125343442, -0.0035516638308763504, 0.015929196029901505, -0.07297054678201675, -0.01469606626778841, -0.01111579779535532, -0.019441675394773483, 0.02696976065635681, 0.01574111171066761, -0.00977177731692791, -0.02696099318563938, 0.007948924787342548, -0.0038196840323507786, -0.005973252467811108, 0.03268909826874733, 0.0595538467168808, 0.009426171891391276, 0.0209726057946682, -0.01067379955202341, -0.030469702556729317, 0.012625176459550858, -0.03548293933272362, 0.02293691225349903, 0.06813403218984604, -0.003862786805257201, 0.031439121812582016, 0.0016237967647612097, 0.029675044119358063, -0.018040446564555168, 0.04294911399483681, -0.02134603075683117, -0.046479225158691406, 0.07705511897802353, 0.02427545003592968, -0.04430018737912178, 0.03204334154725075, 0.026579486206173897, -0.048945873975753784, 0.00953745562583208, 0.06042530760169029, -0.0026175102684646845, 0.0014169038040563464, -0.030124880373477936, -0.041718725115060806, -0.01352798379957676, -0.027711911126971245, 0.03620784729719162, 0.04986121878027916, -0.011402626521885397, 0.011316422373056412, 0.0006586878444068134, -0.02277625910937786, -0.00828826054930687, 0.017502836883068085, -0.040997736155986786, 0.05219347029924393, 0.02763589471578598, -0.012554645538330078, 0.02786159515380859, -0.03284896910190582, 0.03253236040472984, 0.017107859253883362, 0.01665802299976349, -0.07149095088243484, -0.0780237466096878, 0.03329410403966904, -0.01618546061217785, -0.015835154801607132, 0.04689575731754303, -0.013277202844619753, 0.008778063580393791, -0.02121496200561523, 0.0026551273185759783, 0.010654575191438198, 0.01728418841958046, -0.029287120327353477, -0.03744136914610863, -0.038765799254179, 0.00826161541044712, 0.020337427034974095, 0.039171747863292694, 0.005336899776011705, -0.02051062323153019, 0.004454861395061016, -0.06749728322029114, -0.049886297434568405, 0.020839771255850792, 0.011642435565590858, 0.007238513324409723, -0.020457332953810692, 0.03184428811073303, -0.030814524739980698, 0.0029529279563575983, 0.02984236180782318, -0.005641753319650888, -0.0004968567518517375, 0.03839433193206787, 0.02331621944904327, -0.019694805145263672, -0.05211157724261284, -0.05413074418902397, 0.01196531392633915, -0.06557881832122803, -0.03638182580471039, -0.030292587354779243, -0.04100870713591576, -0.042756322771310806, -0.03402920067310333, 0.025140639394521713, -0.052949726581573486, -9.355860674986616e-05, -0.03794665262103081, 0.005080438684672117, 0.029703257605433464, 0.018990272656083107, -0.01058132480829954, -0.014280321076512337, 0.03525645285844803, -0.034307800233364105, 0.03737867623567581, 0.0240403451025486, -0.022288022562861443, -0.026491710916161537, 0.04546787589788437, 0.015643861144781113, -0.03384268656373024, -0.06241899728775024, -0.050995998084545135, -0.034964922815561295, 0.006709916982799768, 0.032353684306144714, -0.05148502066731453, -0.04585501551628113, -0.011644002981483936, -0.00457045529037714, 0.05621534585952759, 0.04336458817124367, -0.01928591914474964, -0.026841238141059875, 0.019219892099499702, -0.012365384958684444, -0.0020050599705427885, -0.0004247576580382883, -0.010480228811502457, -0.003860729979351163, -0.008910310454666615, -0.0041768490336835384, 0.005418403074145317, -0.05596417561173439, 0.012197284027934074, -0.022480417042970657, -0.01812821812927723, 0.02848854288458824, -0.024768387898802757, -0.04719982296228409, 0.04611833766102791, -0.03464360907673836, -0.007041416596621275, -0.021585840731859207, 0.03277843818068504, 0.006436410825699568, 0.03099633753299713, 0.03830655664205551, -0.03100887686014175, 0.07063202559947968, 0.029845887795090675, 0.007209908682852984, 0.0545821450650692, 0.05804290249943733, -0.010551543906331062, -0.045362863689661026, 0.023454146459698677, 0.003662947099655866, 0.01460692286491394, -0.0020532566122710705, 0.004412542562931776, -0.00626008166000247, 0.012510758824646471, 0.026295790448784828, 0.021375810727477074, -0.03014603815972805, -0.011587577871978285, 0.03469376638531685, -0.024414943531155583, -0.023803669959306717, -0.015061656013131142, 0.003758556675165891, -0.018408777192234993, -0.014300696551799774, -0.019634461030364037, -0.048690397292375565, -0.0036598125007003546, 0.015208597294986248, -0.01950201950967312, 0.05075148865580559, 0.04872918874025345, 0.01513659581542015, 0.04210743680596352, 0.03237875923514366, -0.01988445781171322, -0.02542276494204998, 0.004749135579913855, 0.0523131787776947, 0.00980018638074398, 0.013880642130970957, -0.03289599344134331, 0.009828202426433563, 0.005948958452790976, -0.023498032242059708, -0.04995565116405487, -0.028513621538877487, 0.04357919842004776, 0.00524129020050168, 0.019372710958123207, -0.004670687485486269, -0.02971109189093113, 0.049652762711048126, 0.021535683423280716, -0.03347592055797577, 0.007388588972389698, -0.04067642614245415, -0.05338467285037041, 0.001799342455342412, -0.00862994696944952, -0.019572550430893895, -0.022355418652296063, -0.0007303950842469931, -0.005824744235724211, 0.0393410250544548, -0.021755114197731015, -0.03501821309328079, 0.008236536756157875, -0.01504911668598652, 0.07413588464260101, 0.03429408743977547, 0.021126599982380867, 0.003247593529522419, 0.02322844415903091, 0.015955254435539246, -0.02176138572394848, -0.02856377884745598, -0.06671673059463501, -0.0361686646938324, 0.0023353835567831993, -0.011223554611206056, 0.008690291084349155, 0.00138712371699512, -0.038624733686447144, 0.015134538523852823, -0.031384557485580444, 0.04870136454701424, 0.006536330562084913, 0.04746000841259957, -0.02096124179661274, -0.043090175837278366, 0.027671942487359047, 0.05169034376740456, 0.01023336872458458, -0.005269502755254507, -0.02010389044880867, -0.011223236098885536, -0.01539628952741623, -0.02117675729095936, 0.006301616784185171, 0.030134284868836403, 0.030485374853014943, 0.03433483839035034, 0.04370458796620369, -0.04298673197627067, -0.008106444962322712, -0.025098320096731182, 0.03436305373907089, 0.013332844711840153, 0.004473278298974037, -0.008284342475235462, 0.0160773117095232, 0.0053541408851742744, -0.019841354340314865, -0.003750719828531146, -0.014655315317213535, 0.02007097564637661, -0.012370968237519264, 0.03193245083093643, 0.015629827976226807, 0.000536726787686348, 0.03514987230300903, -0.013938242569565771, -0.09174764901399612, 0.027298713102936745, -0.05523260310292244, 0.013379475101828575, -0.03834887593984604, 0.03820624575018883, -0.11580994725227356, 0.01631947234272957, -0.003843194805085659, 0.04576646536588669, 0.00406654505059123, -0.03644726425409317, 0.008888564072549343, 0.019639164209365845, -0.024965090677142143, -0.024557575583457947, -0.04195540025830269, -0.03714356943964958, -0.024300526827573776, 0.023715898394584656, -0.025255056098103523, -0.08409888297319412, -0.005335332825779915, -0.0198053065687418, -0.0028902331832796335, -0.0026151593774557114, 0.0006990476977080107, 0.009107211604714394, -0.050923898816108704, -0.03850404545664787, 0.015423327684402466, -0.02973303571343422, 0.0099857235327363, 0.06722142547369003, -0.03835789114236832, 0.038604360073804855, -0.0023165750317275524, -0.069610096514225, 3.44821710314136e-05, -0.05380786210298538, 0.01890798658132553, -0.006922786124050617, 0.019918156787753105, -0.015317481011152267, 0.005617557093501091, 0.013680018484592438, -0.012879434041678904, -0.0006653491873294115, 0.02137424424290657, -0.030795715749263763, -0.0015027173794806004, -0.00869827438145876, 0.004150399472564459, 0.01583554595708847, -0.06325911730527878, -5.8188663388136774e-05, 0.019520044326782227, 0.026227610185742375, 0.009945755824446678, 0.040908392518758774, -0.01760706678032875, 0.023074842989444733, 0.013943335972726343, 0.030565310269594193, 0.0645788386464119, 0.04475786164402962, 0.023284871131181717, 0.03779246285557747, -0.04888357222080231, -0.04481428116559982, -0.0305417999625206, 0.0061668227426707745, 0.013355180621147156, -0.011644653975963593, -0.018638398498296738, -0.008733393624424934, 0.03447120264172554, -0.02629451639950275, 0.048356544226408005, -0.005650373641401529, 0.03409503400325775, -0.02050200290977955, -0.0010962783126160502, 0.06201775372028351, -0.014430789276957512, -0.019825682044029236, 0.02792742475867271, 0.03475489467382431, 0.01252995990216732, 0.0049148849211633205, -0.03798367828130722, 0.04542399197816849, -0.04127829521894455, -0.006178578361868858, -0.025880437344312668, -0.03807145357131958, 0.00596228102222085, -0.019599979743361473, 0.03030669502913952, 0.03966076672077179, 0.010999812744557858, 0.003653542837128043, 0.031861525028944016, 0.053459908813238144, 0.04360270872712135, 0.018846074119210243, -0.0367705337703228, 0.030461277812719345, -0.02267202734947205, -0.010830536484718324, 0.02241654507815838, -0.02394003234803677, 0.006506942678242922, 0.01585082709789276, -0.003972894977778196, 0.009033937007188795, 0.05964671075344086, -0.01944245956838131, -0.03212641179561615, 0.028789479285478592, -0.03814355283975601, 0.03095715492963791, -0.026927441358566284, -0.018973032012581825, 0.03937863931059837, 0.005381961818784475, 0.008366628549993038, 0.0352972075343132, -0.022112475708127025, -0.010257662273943424, -0.004271087236702442, -0.05028754472732544, -0.0006481080781668425, 0.02325117215514183, 0.006925430614501238, -0.04049774259328842, -0.005744416266679764, -0.03725602850317955, 0.04009022563695907, -0.024219023063778877, -0.0488455630838871, 0.06656626611948013, -0.00161282520275563, -0.020899329334497452, 0.050651177763938904, -0.001974104205146432, 0.0430525578558445, 0.02620331570506096, -0.02707790955901146, -0.039215631783008575, 0.025562260299921036, 0.0013455883599817753, -0.08582925796508789, 0.04680171236395836, -0.04627664014697075, 0.04347888380289078, 0.0666540339589119, 0.02529737539589405, -0.002005451824516058, -0.008057072758674622, 0.0013761521549895406, -0.0037240744568407536, -0.0467672273516655, -0.041591767221689224, -0.02533499337732792, 0.03281135484576225, -0.012639712542295456, -0.043692633509635925, 0.02523624710738659, -0.053710684180259705, 0.07805509865283966, -0.008470075204968452, 0.029300441965460777, 0.04380607232451439, -0.01900908164680004, -0.01857962086796761, 0.0325903557240963, 0.014461352489888668, 0.02505756914615631, 0.01176547445356846, 0.0008471643086522818, -0.04653839394450188, -0.016578087583184242, 0.007662879303097725, 0.011750192381441591, -0.008707532659173012, 0.0017726970836520195, 0.006029677577316761, -0.01864858530461788, -0.0069818561896681786, -0.033642061054706573, 0.04079240933060646, 0.07548147439956665, -0.0274997279047966, 0.011939452029764652, -0.00630945386365056, -0.011394007131457329, -0.01328817568719387, 0.0076816873624920845, 0.016037344932556152, -0.006304947193711996, -0.02205134741961956, -0.01408146135509014, 0.0212535560131073, -0.0034700625110417604, 0.04020621255040169, 0.03838179260492325, 0.05074521526694298, -0.004445065278559923, -0.01094338670372963, 0.01829435862600803, 0.0014027974102646112, -0.018759869039058685, -0.003832027316093445, -0.00441215094178915, 0.010778813622891905, 0.007860759273171425, -0.0031378776766359806, -0.023514490574598312, 0.050934869796037674, 0.041865274310112, 0.044826824218034744, 0.01674109324812889, -0.004556349013000727, 0.00023912210599519312, 0.044287651777267456, -0.01919403113424778, -0.01972850412130356, 0.01584446057677269, 0.0410870760679245, -0.024274470284581184, -0.02145418152213097, -0.019052967429161072, 0.004594749305397272, -0.04222812131047249, -0.05812440440058708, -0.03567710891366005, 0.001087755779735744, 0.049793824553489685, 0.005120602436363697, 0.03547118604183197, 0.03952597454190254, -0.0322079136967659, -0.04009963199496269, 0.004852581769227982, 0.04970448091626167, 0.017821012064814568, -0.0001837743038777262, 0.04766063019633293, 0.04984241351485253, 0.04240993410348892, 0.05762284621596336, 0.04205571115016937, -0.031905412673950195, 0.053737327456474304, 0.03614828735589981, -0.014864950440824032, -0.04145384207367897, -0.013560114428400992, -0.006778097711503506, 0.01784922555088997, -0.006636251229792833, -0.010926146991550922, 0.01880718395113945, 0.013623200356960297, 0.010913606733083723, 0.0003416869731154293, 0.01684454083442688, 0.010274119675159454], [-0.04642023146152496, -0.02894881926476955, -0.06038403883576393, -0.026280144229531288, 0.012962471693754196, 0.034678760915994644, 0.020047781988978382, -0.010842954739928246, 0.015635821968317032, 0.02659006789326668, -0.015189483761787416, 0.01226609293371439, -0.03742571920156479, 0.02069976180791855, -0.019793065264821053, 0.01724356971681118, -0.004309139680117369, -0.009707248769700527, 0.05209292098879814, 0.05770835652947426, -0.007491921074688435, -0.03470680117607117, 0.028789915144443512, 0.03283732756972313, -0.031304359436035156, 0.008171942085027695, 0.010738381184637548, -0.04905502125620842, 0.017255254089832306, -0.012226657941937448, 0.020648350939154625, -0.01675984263420105, -0.021079497411847115, 0.018232055008411407, 0.004213767591863871, 0.0430937334895134, 0.028266461566090584, 0.006328756455332041, -0.047634221613407135, -0.0150656308978796, -0.030435051769018173, 0.038226090371608734, -0.04210641607642174, 0.002961949212476611, 0.02345256321132183, 0.029210546985268593, 0.004309139680117369, 0.06642244011163712, 0.004201644565910101, -0.0624217689037323, 0.04024979844689369, 0.00804611761122942, -0.004189376253634691, -0.014538672752678394, 0.009222353808581827, 0.03515547513961792, 0.02781895361840725, 0.02293787337839603, 0.07558520883321762, 0.031402505934238434, -0.0006449688225984573, 0.0028953494038432837, 0.009903543628752232, -0.03183482214808464, 0.019626565277576447, 0.015913905575871468, 0.04171733185648918, 0.019185487180948257, 0.020008055493235588, -0.06160445883870125, 0.0070876469835639, 0.00845937430858612, -0.015441862866282465, -0.037582870572805405, 0.062066566199064255, 0.00950511172413826, -0.0614648312330246, 0.0107518183067441, -0.027331722900271416, -0.0436919629573822, -0.015563379041850569, 0.007068952079862356, -0.030220063403248787, -0.07524636387825012, -0.056897468864917755, 0.01774219423532486, -0.008878837339580059, -0.005197140388190746, 0.046143900603055954, -0.011553354561328888, -0.022443046793341637, -0.0067464676685631275, -0.0005649319500662386, -0.010909919627010822, -0.04054540768265724, 0.04481131583452225, 0.018975170329213142, 0.016040096059441566, 0.031091120094060894, 0.07372274249792099, 0.03325328603386879, -0.013747652061283588, -0.004241371527314186, 0.0026032438036054373, -0.02996768429875374, 0.020697424188256264, 0.05025499314069748, -0.048438094556331635, 0.016847766935825348, -0.04381348192691803, 0.03422190621495247, 0.02342919446527958, -0.0035701128654181957, -0.06600648164749146, 0.019722960889339447, 0.015759672969579697, 0.05406755208969116, -0.01643034815788269, -0.04051152244210243, -0.024461932480335236, -0.05024447664618492, 0.004568529315292835, -0.010866323485970495, 0.007653162814676762, 0.013913567177951336, -0.007933584041893482, -0.012609608471393583, 0.028710460290312767, -0.021587762981653217, -0.021709276363253593, 0.02796734683215618, -0.004154908005148172, 0.014730585739016531, -0.013511630706489086, -0.04209356382489205, 0.0515320748090744, -0.04629287123680115, 0.033183179795742035, -0.011671366170048714, -0.007711583748459816, -0.04509173706173897, 0.004253055434674025, 0.01538227405399084, 0.08055567741394043, -0.01089436560869217, -0.057182565331459045, -0.03388189524412155, -0.02795449085533619, 0.017150096595287323, -0.018302159383893013, -0.01780558004975319, 0.008823920972645283, -0.0003734568308573216, 0.021891552954912186, 0.004103497602045536, 0.02520052157342434, 0.004711076617240906, 0.045334771275520325, -0.02635725773870945, 0.00853240117430687, 0.023900652304291725, 0.021900899708271027, 0.06609528511762619, -0.03090125322341919, -0.03059103712439537, 0.0012408640468493104, 0.018363719806075096, 0.011293965391814709, -0.008636973798274994, 0.03494048863649368, 0.05924366042017937, 0.0043138135224580765, -0.0038289183285087343, 0.06685709953308105, -0.0012315165949985385, -0.004991497844457626, -0.03427916020154953, -0.04595169425010681, -0.0013413482811301949, 0.03566023334860802, -0.024074163287878036, 0.013824766501784325, -0.007440510205924511, 0.02178405784070492, -0.025290856137871746, 0.005201813764870167, -0.07432565093040466, -0.010730786249041556, -0.01433770451694727, 0.007342362776398659, 0.04022759571671486, -0.025695934891700745, -0.0018531171372160316, 0.04003480449318886, -0.012417987920343876, 0.02038194984197617, 0.007992004975676537, 0.005935583263635635, -0.00971309095621109, 0.031285662204027176, 0.0024542701430618763, 0.01353671494871378, 0.028378630056977272, -0.02148034051060677, -0.010727280750870705, -0.057462986558675766, 0.05463540554046631, -0.037417542189359665, 0.02146858349442482, -0.03525829687714577, 0.024456528946757317, 0.0893702507019043, -0.0022129910066723824, 0.0061529092490673065, 0.03415530547499657, 0.028782904148101807, 0.08005091547966003, -0.06913318485021591, 0.04364756494760513, 0.021068982779979702, -0.04327016696333885, -0.006531477905809879, 0.019325697794556614, -0.006893104407936335, -0.04946630820631981, 0.07379752397537231, 0.012016049586236475, 0.0027247597463428974, 0.006026719696819782, -0.03362250700592995, 0.06414168328046799, -0.03451985493302345, 0.0033837496303021908, -0.017537426203489304, 0.02464902773499489, 0.01940982416272163, -0.039427224546670914, 0.04010958597064018, 0.003467875998467207, -0.01437158789485693, -0.0680488869547844, -0.03651084378361702, 0.04851754754781723, -0.03107067383825779, 0.028516503050923347, -0.013596341013908386, 0.0027481282595545053, 0.042049165815114975, -0.024758856743574142, 0.002855622908100486, 0.015081988647580149, -0.001972296042367816, -0.02753736637532711, 0.027196185663342476, 0.015301652252674105, -0.0022714119404554367, -0.020629657432436943, 0.027008069679141045, -0.04180146008729935, 0.024674730375409126, 0.003412960097193718, -0.028179997578263283, -0.0569719560444355, 0.00315473903901875, 0.024548541754484177, 0.013030240312218666, 0.006302467081695795, 0.016974830999970436, 0.01628078892827034, 0.0007174109923653305, 0.0004042739456053823, -0.06515119969844818, 0.02079323492944241, 0.016272611916065216, -0.005521961487829685, 0.035211559385061264, 0.07459205389022827, -0.007066615391522646, 0.04896388575434685, 0.035448748618364334, -0.01911070756614208, -0.050063371658325195, 0.009866153821349144, 0.047952618449926376, 0.056878771632909775, 0.014667199924588203, -0.011684218421578407, -0.034529201686382294, -0.012261418625712396, -0.048615697771310806, -0.0026616649702191353, -0.014637988992035387, 0.024162964895367622, 0.0637105405330658, 0.07084141671657562, 0.031435221433639526, 0.04646579921245575, 0.02274216338992119, -0.05003649741411209, -0.05478028953075409, 0.037141792476177216, 0.010917733423411846, -0.05249952897429466, -0.018573233857750893, 0.03938983753323555, -0.02918250299990177, -0.011562702246010303, 0.058514565229415894, 0.01749477908015251, -0.001037558540701866, 0.00790086854249239, -0.016928095370531082, -0.019129402935504913, -0.012160934507846832, 0.03856726735830307, -0.014361072331666946, 0.01998205855488777, 0.03910941630601883, -0.036822814494371414, -0.029874209314584732, 0.05265960097312927, -0.013862156309187412, -0.006650657393038273, -0.05825050547719002, 0.03573267534375191, 0.05997275933623314, 0.04251653328537941, 0.0406423844397068, -0.025995049625635147, -0.04103497415781021, 0.03209187462925911, -0.0225038044154644, 0.003514613024890423, 0.009557690471410751, -0.015043430961668491, -0.009370743297040462, -0.018881697207689285, -0.0019988776184618473, 0.016834622249007225, 0.03982916474342346, 0.013759409077465534, -0.04561518877744675, -0.02925494685769081, -0.027901912108063694, 0.009478237479925156, -0.04493282735347748, -0.02560713328421116, -0.022735152393579483, 0.015848472714424133, 0.00260726036503911, 0.05463540554046631, -0.022139256820082664, 0.030238758772611615, -0.01566152647137642, 0.002951433416455984, 0.02126469276845455, 0.013058283366262913, -0.023717211559414864, 0.03876648470759392, -0.014570512808859348, 0.035220906138420105, -0.037137120962142944, -0.024985533207654953, 0.01802290789783001, -0.01994028687477112, -0.0007618110394105315, 0.0115673765540123, -0.024022752419114113, 0.05249485746026039, -0.01704961247742176, 0.03520221263170242, -0.010803229175508022, -0.013380766846239569, -0.010880927555263042, 0.0008249058155342937, 0.0345759391784668, -0.05646749213337898, -0.06879667937755585, 0.0509805828332901, -0.049569129943847656, 0.030444398522377018, -0.006641309708356857, 0.0423763245344162, -0.04332391172647476, 0.03861166909337044, 0.0012957798317074776, 0.0381840243935585, 0.025150280445814133, 0.005437835119664669, 0.04626015946269035, 0.021097024902701374, -0.0449608750641346, 0.012562870979309082, 0.01730666495859623, 0.004428318701684475, 0.0008249058155342937, 0.003082296811044216, -0.000976800569333136, 0.04786790534853935, 0.028387978672981266, -0.02983681857585907, 0.022922100499272343, 0.012731707654893398, -0.022244414314627647, -0.0283505879342556, -0.06033730506896973, -0.08164931833744049, -0.002825828269124031, -0.045044999569654465, 0.022022414952516556, 0.004713997710496187, -0.019004380330443386, 0.005458866711705923, -0.011521292850375175, 0.06825920939445496, -0.0013506956165656447, -0.042378660291433334, -0.04998975992202759, 0.022732816636562347, 0.006466046907007694, 0.03860465809702873, 0.0017012221505865457, -0.03701852634549141, 0.019405150786042213, 0.03275320306420326, 0.015294642187654972, -0.03459463268518448, -0.02276085689663887, -0.01691407524049282, 0.02765888161957264, 0.05852391570806503, 0.025207532569766045, 0.0118781765922904, 0.02877121977508068, 0.029857851564884182, 0.05411195382475853, 0.01972179301083088, 0.020386623218655583, -0.023214206099510193, -0.036309875547885895, -0.0022173726465553045, 0.002565854461863637, -0.03785686567425728, 0.033856190741062164, 0.0013320008292794228, 0.0326690748333931, -0.019321024417877197, -0.00031196861527860165, 0.006599100772291422, -0.035641539841890335, 0.01415835227817297, -0.03615593910217285, -0.032912105321884155, -0.03976373001933098, -0.013254577293992044, -0.0300214309245348, 0.02214626781642437, 0.006943930871784687, -0.010647827759385107, -0.030177999287843704, -0.029684925451874733, 0.008398616686463356, 0.029756199568510056, 0.015958305448293686, 0.008451195433735847, 0.027046628296375275, 0.02554871328175068, -0.03976899012923241, 0.00440166424959898, -0.01539045199751854, 0.047102589160203934, -0.041352786123752594, -0.008398616686463356, -0.024303173646330833, -0.050756242126226425, 0.008878837339580059, 0.0752183198928833, -0.012506787665188313, -0.06229090690612793, -0.02832721918821335, -0.002445506863296032, -0.0004261818830855191, 0.03087204322218895, 0.0675908699631691, 0.01001571211963892, 0.02793462760746479, -0.021384457126259804, 0.003381412709131837, 0.02282862551510334, -0.012366577051579952, 0.030689766630530357, 0.052798643708229065, -0.02588638663291931, 0.021438203752040863, 0.003159412881359458, 0.02856440842151642, 0.019115380942821503, 0.02229699306190014, -0.05890832096338272, -0.016128895804286003, 0.013656513765454292, 0.04806419834494591, -0.03938049077987671, 0.022947805002331737, 0.018596602603793144, -0.06438471376895905, 0.008029394783079624, 0.04740988463163376, 0.01179638784378767, -0.0037249289453029633, -0.02039421908557415, -0.03149597719311714, -0.03013593703508377, -0.006286109331995249, 0.032659728080034256, 0.05277995392680168, 0.00980305951088667, 0.021368099376559258, 0.006092151161283255, -1.3875010154151823e-06, -0.03737547621130943, -0.008473395369946957, -0.016794895753264427, 0.042037483304739, 0.002645306987687946, -0.028280481696128845, 0.027661509811878204, -0.02229115180671215, 0.004084802698343992, 0.007926573976874352, 0.009987669996917248, -0.01812923327088356, -0.056472163647413254, 0.01904994994401932, -0.02382645942270756, -0.0266330074518919, 0.024733154103159904, -0.007454531732946634, 0.008281773887574673, -0.008199984207749367, 0.009824090637266636, 0.013265092857182026, 0.008188300766050816, -0.03937114402651787, -0.04049282893538475, -0.018658235669136047, -0.012978829443454742, 0.0022994542960077524, 0.03419561684131622, 0.006889014970511198, -0.007706910837441683, 0.009704912081360815, -0.08730448782444, -0.03269711509346962, 0.036758553236722946, -0.0028205704875290394, -0.013675209134817123, 0.03499043732881546, 0.05147599428892136, 0.0008108848123811185, 0.03416932746767998, 0.04783051460981369, -0.001950095989741385, 0.002378906821832061, 0.032209884375333786, 0.01854051649570465, -6.031977682141587e-05, -0.04120322689414024, -0.006847536191344261, 0.033686187118291855, -0.04597039148211479, -0.023620815947651863, -0.01674114726483822, 0.01106378622353077, -0.025501392781734467, -0.034412357956171036, 0.03599673882126808, -0.04601478949189186, -0.028247766196727753, -0.05727136507630348, 0.013301314786076546, 0.052962224930524826, 0.005444845650345087, 0.006371404509991407, 0.005916888359934092, -0.004692382179200649, -0.006079298444092274, 0.0160821583122015, 0.012245060876011848, -0.03607619181275368, -0.04707659035921097, 0.03773535043001175, 0.0006239372305572033, -0.016993526369333267, -0.025027595460414886, -0.003211991861462593, -0.04790354147553444, -0.004145560786128044, 0.000924221647437662, 0.0024162963964045048, -0.016722451895475388, -0.046250808984041214, -0.029906924813985825, -0.010384349152445791, 0.043390512466430664, -0.0011672533582895994, 0.0032412023283541203, -0.008085479028522968, 0.005328003317117691, -0.004589560907334089, -0.030304189771413803, 0.002846275456249714, -0.002535475417971611, -0.036570437252521515, -0.008940763771533966, 0.01908266544342041, -0.037137120962142944, -0.001028211205266416, -0.018297486007213593, -0.012977076694369316, 0.03852871060371399, -0.02482662722468376, -0.022115888074040413, -0.016659358516335487, -0.03366924449801445, -0.001911538070999086, -0.002583380788564682, 0.0381840243935585, 0.015124051831662657, -0.0068901837803423405, 0.02921755611896515, -0.007169436197727919, 0.07354514300823212, 0.02427513152360916, -0.05815936252474785, 0.07935921102762222, 0.04129670187830925, 0.0006099162274040282, 0.02302258275449276, 0.017187485471367836, -0.041614510118961334, 0.03785686567425728, -0.04964858293533325, 0.013838788494467735, -0.00427700811997056, 0.0024396649096161127, 0.06266479939222336, 0.003668844467028975, -0.006795103196054697, 0.0360645093023777, 0.031575433909893036, -0.030096210539340973, -0.0358051173388958, -0.02291508950293064, 0.007870489731431007, -0.030037786811590195, -0.04152804985642433, -0.010090198367834091, 0.000243031739955768, -0.006793204694986343, 0.05641140416264534, -0.04677426442503929, 0.02603769674897194, 0.03920522704720497, 0.03228583186864853, 0.057163868099451065, 0.045470304787158966, -0.01980124413967133, -0.012967145070433617, 0.01916211843490601, 0.032112907618284225, -0.014996694400906565, 0.0056037516333162785, -0.03826581686735153, 0.024776091799139977, -0.007115689106285572, -0.02671479620039463, -0.03725630044937134, -0.048438094556331635, 0.008150910027325153, -0.01466369442641735, 0.006078130565583706, -0.015343715436756613, -0.02092176117002964, 0.026359597221016884, 0.017549695447087288, -0.015719948336482048, 0.010983165353536606, -0.05742822214961052, -0.03630870953202248, -0.03571281209588051, -0.003070612670853734, 0.001497916760854423, 0.01492775697261095, 0.007230194285511971, 0.0011473902268335223, 0.029235081747174263, 0.015259589068591596, -0.039139796048402786, 0.01281057670712471, 0.016079820692539215, 0.0572526678442955, 0.01826973631978035, 0.015168452635407448, 0.020662372931838036, 0.011644492857158184, 0.007258236408233643, 0.0058748251758515835, -0.012217019684612753, -0.05120959132909775, -0.044773925095796585, 0.041633207350969315, -0.0016848644008859992, 0.03246810659766197, -0.011001859791576862, -0.027858681976795197, 0.009169482626020908, -0.021489614620804787, 0.030274393036961555, -0.013797893188893797, 0.03890961408615112, -0.04886807873845101, -0.055822521448135376, 0.017361579462885857, 0.05976711586117744, 0.013862156309187412, -0.012179628945887089, -0.02562582865357399, 0.00893375277519226, -0.013464893214404585, 0.019124727696180344, -0.005430825054645538, 0.0341973714530468, 0.022747421637177467, -0.006817741319537163, 0.04021240770816803, -0.03294482082128525, -0.02985084243118763, -0.018362917006015778, -0.006758152041584253, -0.03527699410915375, -0.028997894376516346, -0.003332338994368911, -0.013002198189496994, 0.00545910419896245, -0.028261788189411163, -0.02288237400352955, -0.024830132722854618, 0.016415158286690712, -0.01595129445195198, 0.036604318767786026, -0.011001859791576862, -0.008875331841409206, 0.054046522825956345, 0.01125423889607191, -0.058271534740924835, 0.03730537369847298, -0.0361333005130291, 0.027013912796974186, -0.04312878847122192, 0.02316746860742569, -0.11493531614542007, 0.0044324081391096115, -0.017072979360818863, 0.03440681844949722, 0.005204150918871164, -0.025555722415447235, -0.018236728385090828, 0.0224804375320673, -0.00961844902485609, -0.03882899507880211, 0.008478652685880661, -0.045379169285297394, 0.009478237479925156, 0.004376908298581839, -0.01983746699988842, -0.09355787187814713, -0.03772133216261864, 0.0011310323607176542, -0.023209530860185623, -0.01992918737232685, -0.003765969537198543, 0.008917395025491714, -0.03573501110076904, -0.04664807394146919, 0.005264908540993929, -0.06849756091833115, -0.03587989881634712, 0.04766693338751793, -0.036038801074028015, 0.028967514634132385, 0.0020715389400720596, -0.06302934885025024, 0.030177999287843704, -0.02469459548592567, 0.013665861450135708, 0.0004788156074937433, 0.05981852486729622, -0.02446792274713516, -0.008662679232656956, 0.013074147514998913, 0.01062095444649458, 0.0180953498929739, 0.01758299581706524, -0.05573839321732521, -0.00906227994710207, -0.00885196402668953, 0.000486063479911536, 0.024835975840687752, -0.07924704253673553, -0.015139241702854632, 0.010412975214421747, -0.0028416020795702934, -0.01219598762691021, 0.05580265820026398, -0.009616111405193806, 0.006730109918862581, -0.013454961590468884, 0.028556231409311295, -0.0011672533582895994, 0.04344660043716431, 0.045199230313301086, 0.005117687396705151, -0.024922437965869904, -0.0012876008404418826, -0.0337720662355423, 0.03244824334979057, -0.0017409485299140215, 0.01089903898537159, 0.03910759091377258, 0.006388930603861809, 0.008566869422793388, -0.02043336071074009, 0.04976074770092964, -0.014413651078939438, 0.009094995446503162, -0.002056422410532832, -0.014287461526691914, 0.052758920937776566, -0.0030650626868009567, -0.009516212157905102, 0.009890690445899963, 0.017526326701045036, 0.057850904762744904, -0.00687966775149107, -0.03909305855631828, 0.06379582732915878, -0.04875590652227402, -0.027976691722869873, -0.036391668021678925, -0.02425643801689148, -0.012301146052777767, -0.06845082342624664, 0.0012291797902435064, 0.05088711157441139, 0.0033146669156849384, -0.0158064104616642, 0.05152273178100586, 0.06038403883576393, 0.018694749101996425, 0.016819432377815247, -0.02613525837659836, 0.056906819343566895, -0.0258723646402359, -0.020531509071588516, 0.013560703955590723, -0.017218448221683502, -0.03965156525373459, 0.03806835040450096, 0.003058928297832608, -0.009003859013319016, 0.06717958301305771, -0.039401520043611526, -0.0008655815036036074, 0.03516015037894249, -0.040403444319963455, 0.0067114150151610374, -0.02433588914573193, -0.018626980483531952, 0.0031436390709131956, -0.013954461552202702, 0.033463601022958755, -0.007035067770630121, -0.040897101163864136, 0.007883707992732525, 0.01475833635777235, -0.06270218640565872, -0.002491075312718749, 0.026780229061841965, 0.04483001306653023, -0.0033755707554519176, 0.02535008080303669, -0.011964640580117702, 0.04692381992936134, -0.00403397623449564, -0.01909668743610382, 0.03362250700592995, -0.003023875644430518, -0.030318209901452065, 0.0806213989853859, -0.009024890139698982, 0.026727650314569473, 0.029987838119268417, -0.02876187115907669, -0.020886708050966263, -0.007432331331074238, 0.012186639942228794, -0.08639778196811676, 0.04173602908849716, -0.03543473035097122, -0.0037436236161738634, 0.06451558321714401, 0.03038378618657589, 0.007361057680100203, 0.003825997468084097, 0.015074978582561016, 0.047344453632831573, -0.020489444956183434, -0.03136979043483734, -0.02480326034128666, 0.030369620770215988, 0.0065945726819336414, -0.014609946869313715, 0.013534998521208765, -0.036096639931201935, 0.06359953433275223, 0.0028369282372295856, 0.01968790777027607, 0.0052403719164431095, -0.02267439290881157, -0.01642567478120327, 0.060972925275564194, 0.027635512873530388, 0.0424230583012104, 0.018171295523643497, 0.011343038640916348, -0.047349125146865845, 0.034823644906282425, -0.01966220326721668, 0.01952783390879631, -0.010043754242360592, -0.007843616418540478, -0.01545121055096388, 0.0073487889021635056, -0.018431855365633965, -0.01654134877026081, 0.0479707270860672, 0.07557352632284164, -0.01879757083952427, 0.020997708663344383, 0.007539242040365934, -0.07044181227684021, -0.017090214416384697, -0.003911876119673252, -0.009859143756330012, 0.05214199051260948, -0.020782720297574997, -0.010862817987799644, 0.03134174644947052, -0.004916719160974026, 0.06930610537528992, 0.05070016160607338, 0.04663405194878578, 0.021452225744724274, 0.01340880896896124, 0.008347205817699432, 0.012291798368096352, -0.027972018346190453, 0.0011482300469651818, -0.02424709126353264, 0.030748188495635983, -0.017298486083745956, 0.010317456908524036, 0.019311675801873207, 0.037466615438461304, 0.014030409045517445, 0.026632515713572506, -0.008305142633616924, -0.033332739025354385, -0.038099899888038635, 0.023209530860185623, 0.007354046683758497, -0.008703574538230896, 0.006057098973542452, 0.018708771094679832, 0.000930063775740564, -0.026721807196736336, 0.010529817081987858, -0.007926573976874352, -0.003430486656725406, -0.03913512080907822, -0.0358121320605278, 0.00810651108622551, 0.03755775094032288, -0.0061529092490673065, 0.027574755251407623, 0.07066614925861359, -0.025623491033911705, -0.014094089157879353, -0.009613774716854095, 0.034082863479852676, 0.02388721704483032, -0.008665015920996666, 0.02411388978362083, 0.04350735619664192, 0.03680061548948288, 0.05536449700593949, -0.01606346294283867, -0.03998807072639465, 0.011574970558285711, 0.0006473057437688112, -0.010209377855062485, -0.04181391000747681, 0.01990465074777603, 0.003008686238899827, 0.04346762970089912, 0.032641030848026276, 0.018470412120223045, 0.036468781530857086, 0.013618540950119495, 0.021634498611092567, 0.003596402471885085, -0.0191551074385643, -0.03233256936073303], [-0.035990528762340546, -0.026129422709345818, -0.06531037390232086, -0.04153364524245262, -0.0031573455780744553, 0.01942840777337551, 0.007559141609817743, -0.009544610045850275, 0.016374193131923676, 0.029781263321638107, -0.004899691324681044, -0.019212214276194572, -0.07118656486272812, -0.01179363578557968, -0.05144036188721657, 0.03325473144650459, 0.002488137921318412, -0.008098862133920193, 0.036496251821517944, 0.014967024326324465, -0.018308479338884354, -0.010302433744072914, -0.006407891400158405, 0.016157807782292366, -0.03567884489893913, 0.04129377007484436, -0.0035141033586114645, -0.01685241609811783, 0.021556731313467022, 0.0071045998483896255, 0.0319378525018692, -0.007482270710170269, 0.00022068186081014576, 0.02287833951413631, 0.02004413865506649, 0.06107816845178604, 0.02777058444917202, -0.012050317600369452, -0.030772848054766655, -0.04607316851615906, -0.002278055530041456, 0.02093641646206379, -0.05487501248717308, 0.040250230580568314, 0.0312785767018795, 0.03709670901298523, -0.0007329960935749114, 0.04744574427604675, 0.002252081874758005, -0.06749828904867172, 0.049368567764759064, -0.0025179313961416483, -0.03168575093150139, -0.00902074109762907, 0.04419519379734993, 0.021637707948684692, 0.04562833905220032, 0.02385464869439602, 0.04194005578756333, -0.0048372396267950535, 0.03376747667789459, -0.01836004294455051, 0.0023886351846158504, -0.030490193516016006, 0.02366366609930992, 0.01506480760872364, 0.025054030120372772, 0.022762220352888107, 0.0402013435959816, -0.06208045408129692, 0.011162624694406986, -0.031234649941325188, -6.66533742332831e-05, -0.03001808188855648, 0.10426191240549088, 0.010692805051803589, -0.05567561835050583, 0.03252531588077545, -0.005811448208987713, -0.03552071005105972, -0.025891302153468132, -0.0008445307030342519, -0.013946406543254852, -0.05148925259709358, -0.07563572376966476, -0.0216887965798378, -0.029338179156184196, 0.0038371526170521975, 0.034360289573669434, -0.004352904390543699, -0.02777058444917202, -0.011132068000733852, 0.01687457226216793, 0.04157642275094986, 0.001818166463635862, 0.03468878194689751, 0.033689554780721664, 0.02339781634509563, 0.013187054544687273, 0.07445620745420456, 0.02873925305902958, -0.019211450591683388, 0.014805070124566557, -0.00833148043602705, -0.02706776186823845, 0.014863128773868084, 0.03455585986375809, -0.038575686514377594, 0.030449705198407173, -0.05229291319847107, -0.04117917641997337, 0.04930134117603302, -0.029820222407579425, -0.04014328122138977, -0.034824762493371964, -0.02404868975281715, 0.0012948706280440092, -0.020904330536723137, -0.02902649343013763, -0.0268248300999403, -0.02414494566619396, 0.010245329700410366, 0.029750704765319824, 0.01440553180873394, 0.014930355362594128, -0.027617795392870903, 0.017470775172114372, 0.0157905463129282, -0.003327702870592475, -0.015849370509386063, -0.005333415698260069, 0.007068599574267864, 0.03875138983130455, 0.00023949377646204084, -0.03072395920753479, 0.023391705006361008, -0.01612667925655842, 0.054716113954782486, 0.005665345583111048, 0.020559033378958706, -0.01815454475581646, 0.009626351296901705, -0.015987642109394073, 0.03530419245362282, 0.002462928183376789, -0.03365937992930412, -0.035091377794742584, -0.06393834203481674, -0.016446001827716827, -0.011319996789097786, -0.01182572077959776, 0.03057575412094593, -0.01935659721493721, -0.0032231390941888094, 0.008394123055040836, 0.0032734638080000877, 0.03056047484278679, 0.027814891189336777, -0.00536893866956234, 0.0031596370972692966, 0.01917019672691822, 0.01902199350297451, 0.06482451409101486, 0.022728608921170235, -0.03037063591182232, 0.0104680173099041, 0.03497945889830589, 0.004305540584027767, -0.010609536431729794, 0.04586974158883095, 0.05287044867873192, -0.01435816753655672, -0.020592644810676575, 0.07319113612174988, 0.005174421705305576, -0.0024942492600530386, -0.029992107301950455, -0.033384744077920914, 0.009057983756065369, 0.02229488454759121, -0.02078000083565712, -0.013714934699237348, -0.004507219418883324, 0.015069200657308102, 0.002126796403899789, 0.002794475993141532, -0.019662553444504734, -0.020194634795188904, -0.02417817525565624, 0.011905170045793056, 0.01946813240647316, -0.03969027101993561, 0.03119148500263691, 0.013185527175664902, -0.037325888872146606, 0.05200796201825142, -0.0009337202063761652, -0.018984559923410416, 0.010361257009208202, 0.013545339927077292, 0.020497916266322136, 0.02614416368305683, 0.06772288680076599, -0.02675989829003811, 0.004534148145467043, -0.04828072339296341, 0.03773230314254761, -0.0026279380545020103, 0.031794995069503784, 0.01272258162498474, -0.007032981142401695, 0.08985714614391327, 0.024552887305617332, 0.014003701508045197, 0.03741450235247612, 0.04464133456349373, 0.08242920786142349, -0.0031745340675115585, 0.05771685391664505, 0.0032726996578276157, -0.010223749093711376, -0.0015614841831848023, 0.02402959018945694, -0.04178345203399658, -0.02875414863228798, 0.05585896223783493, -0.001641697366721928, 0.00882421899586916, 0.005460611078888178, -0.015153424814343452, 0.03562307357788086, -0.00794951245188713, -0.00241709197871387, -0.023082692176103592, -0.01819618046283722, 0.017717573791742325, -0.0782361626625061, 0.04110431298613548, -0.00016806581697892398, 0.029262932017445564, -0.05109468102455139, -0.0075262924656271935, 0.006881531327962875, -0.05784213915467262, 0.001596243237145245, -0.03862152248620987, 0.042737606912851334, -0.0006928895018063486, -0.01058967411518097, 0.018734753131866455, 0.0365925095975399, -0.0079052047803998, -0.039241839200258255, 0.03488129377365112, -0.02120379358530045, -0.0019149953732267024, -0.0016478088218718767, 0.03427320346236229, -0.024393223226070404, 0.023469625040888783, -0.02322287485003471, -0.023368021473288536, -0.060341738164424896, 0.011739825829863548, 0.017931094393134117, -0.0011214573169127109, 0.020632369443774223, -0.004731816239655018, 0.06581151485443115, -0.0025738896802067757, -0.03970019891858101, -0.07230343669652939, 0.051278404891490936, -0.024070462211966515, -0.02949325740337372, 0.01394105888903141, 0.05276044458150864, -0.02492568828165531, 0.06240436062216759, 0.03834039345383644, -0.032276276499032974, -0.05768935382366181, -0.02172021381556988, 0.02106628380715847, 0.01159787829965353, 0.009896784089505672, -0.01804988645017147, -0.07539737969636917, -0.027098320424556732, -0.034933242946863174, -0.011006781831383703, -0.0045194425620138645, 0.0027906561736017466, 0.04724177345633507, 0.06396278738975525, 0.01456137467175722, 0.04295380041003227, 0.046953003853559494, -0.04755345731973648, -0.06692074984312057, 0.02846118062734604, 0.023492544889450073, -0.054370056837797165, -0.04744955897331238, -0.01149054430425167, -0.01885392889380455, -0.06167098507285118, 0.045872800052165985, 0.015170625410974026, 0.0007540043443441391, -0.01932680420577526, -0.02214190550148487, -0.01664462685585022, -0.033481765538454056, 0.0023078492376953363, -0.04590946435928345, 0.025575796142220497, 0.05299878865480423, -0.029047884047031403, -0.011365831829607488, 0.007672968320548534, -0.0352143719792366, 0.0370982363820076, -0.05432956293225288, 0.008196263574063778, 0.04285677894949913, 0.03021594136953354, 0.04119139909744263, -0.05883258581161499, -0.018606413155794144, 0.01893948949873447, -0.00953849870711565, 0.03559805825352669, 0.005436308216303587, 0.01156674697995186, -0.019084636121988297, 0.02157735824584961, -0.01920686662197113, 0.016617124900221825, 0.04637394100427627, 0.01807967945933342, -0.00031254510395228863, -0.019593417644500732, -0.02920219674706459, -0.004322346765547991, -0.04872380569577217, 0.0031688043382018805, -0.027802670374512672, 0.053434234112501144, -0.010407045483589172, 0.015284821391105652, 0.01741390861570835, 0.026872195303440097, 0.0037184557877480984, 0.027652937918901443, 0.011065605096518992, -0.032519206404685974, -0.0005973975639790297, -0.022285526618361473, -0.0031855155248194933, -0.013489573262631891, -0.006145096849650145, -0.023517753928899765, 0.04320666566491127, 0.0047776526771485806, -0.04884679988026619, 0.0030756043270230293, -0.005120850633829832, 0.039213571697473526, -0.015220650471746922, 0.01904338411986828, -0.0028565458487719297, -0.02405632846057415, 0.002456625457853079, -0.008792897686362267, 0.018353933468461037, -0.02598603069782257, -0.04940829426050186, 0.02961663156747818, -0.023639218881726265, 0.0468139685690403, -0.013038850389420986, 0.043587103486061096, -0.03478962182998657, 0.030728541314601895, 0.054913975298404694, 0.033966101706027985, 0.02217704802751541, -0.028856899589300156, 0.06528287380933762, -0.04731510952115059, -0.04358099400997162, 0.0380745455622673, 0.03440765291452408, 0.001955674961209297, -0.0031023421324789524, -0.02054375410079956, 0.018569745123386383, 0.03980905935168266, 0.045241791754961014, -0.03193403035402298, 0.018581204116344452, -0.03187138959765434, -0.03728616237640381, -0.0212679635733366, -0.05488723888993263, -0.07726749032735825, -0.003327702870592475, -0.05085977166891098, 0.009254314936697485, 0.004738692194223404, 0.011818082071840765, -0.010030472651124, -0.007993821054697037, 0.04599985107779503, 0.007966701872646809, -0.0220288448035717, -0.007404826581478119, 0.01277147326618433, -0.0029560483526438475, 0.002579046180471778, 0.023143425583839417, -0.0551813542842865, -0.0009228340932168068, 0.04013105854392052, 0.0495946928858757, -0.056445665657520294, 0.0034927132073789835, -0.009921612218022346, 0.030594851821660995, 0.030135728418827057, -0.00013368870713748038, -0.024769844487309456, 0.033851508051157, 0.043125685304403305, 0.031718604266643524, 0.010392578318715096, 0.000297934835543856, -0.05873076245188713, -0.05202668160200119, -0.006187877152115107, -0.05178871378302574, 0.009401371702551842, 0.020735597237944603, 0.01015117485076189, -0.01651991344988346, -0.026176346465945244, 0.0022406228817999363, -0.024793528020381927, -0.06761746108531952, 0.0038517627399414778, 0.018671348690986633, -0.02250296249985695, -0.013408691622316836, -0.03238246217370033, -0.026151038706302643, 0.03811885416507721, -0.002916705794632435, -0.05471917241811752, -0.002536265878006816, -0.04542054608464241, -0.00651484215632081, 0.05075740069150925, 0.021256504580378532, -0.01528443954885006, 0.014841738156974316, 0.02086460590362549, -0.0661812573671341, -0.01342387404292822, -0.02733437530696392, -0.0007520944927819073, -0.056350935250520706, 0.015134326182305813, -0.03207382932305336, -0.01162098627537489, 0.03966658562421799, 0.017321472987532616, 0.0013897180324420333, 0.01690742000937462, -0.00979976449161768, 0.023253049701452255, 0.0004553055623546242, 0.011863918974995611, 0.0558406300842762, 0.00578604731708765, 0.01809610426425934, -0.023740822449326515, 0.005220985971391201, 0.011506778188049792, -0.015471985563635826, 0.011240546591579914, 0.05408357456326485, 0.0058593847788870335, 0.03926781192421913, 0.03226252645254135, 0.02779350243508816, -0.025866473093628883, 0.04362071678042412, -0.030487138777971268, -0.00678069144487381, 0.040238965302705765, 0.043642107397317886, -0.035181522369384766, 0.014169475995004175, 0.011970870196819304, -0.048195160925388336, 0.002658495446667075, 0.012922351248562336, 0.012631768360733986, 0.009457139298319817, -0.028377912938594815, -0.054899461567401886, 0.0023227459751069546, -0.03790877014398575, 0.021390194073319435, 0.018310578539967537, 0.036617718636989594, -0.010620995424687862, 0.012458260171115398, -0.010824966244399548, -0.02097155712544918, 0.018603356555104256, -0.030914941802620888, 0.03239697590470314, -0.010316184721887112, -0.01742689684033394, 0.03012808784842491, 0.00738420058041811, -0.01807280443608761, 0.017441412433981895, -0.02275916561484337, -0.05095449835062027, -0.06755328923463821, 0.03446800634264946, 0.024268701672554016, -0.03299742937088013, 0.03624453768134117, -0.02358039654791355, 0.024007437750697136, -0.017058679834008217, -0.03241836652159691, 0.042458340525627136, 0.0012803558493033051, -0.043367091566324234, -0.0592462532222271, -0.02601047605276108, -0.007520181126892567, -0.003859402146190405, 0.01891886256635189, 0.015553726814687252, -0.01882719062268734, 0.008476627990603447, -0.07171826809644699, -0.03120982088148594, 0.0474931076169014, 0.008734074421226978, -0.01242617517709732, 0.008932124823331833, 0.029286229982972145, -0.013133578933775423, -0.011059876531362534, 0.05452398583292961, 0.004287969786673784, 0.01605219393968582, -0.018310006707906723, 0.009807785972952844, -0.021646875888109207, -0.08042101562023163, -0.01907355897128582, -0.012225259095430374, -0.01950785703957081, -0.05779630318284035, -0.00887845829129219, -0.031535256654024124, -0.056387607008218765, -0.017642326653003693, 0.0071641867980360985, -0.05281239002943039, -0.020832616835832596, -0.057561010122299194, 0.014838683418929575, 0.03489962965250015, 0.030314870178699493, -0.013152677565813065, 0.0035538277588784695, -0.012534653767943382, 0.003550772089511156, -0.02013886719942093, 0.03148942068219185, -0.019957050681114197, -0.05116152763366699, 0.04938995838165283, 0.027966151013970375, -0.011633208952844145, -0.052488479763269424, -0.02213159389793873, -0.04410352557897568, 0.010598077438771725, -0.004062608815729618, 0.006870071403682232, -0.006294828373938799, -0.019645364955067635, -0.02141616865992546, 0.03826858475804329, 0.05464278161525726, 0.007333398796617985, 0.006261215545237064, 0.031217459589242935, -0.03080722689628601, -0.008760812692344189, -0.022560542449355125, 0.004159055650234222, -0.01798991672694683, -0.02680802531540394, 0.008052262477576733, 0.010760795325040816, -0.0436413437128067, -0.011650493368506432, -0.03873152658343315, -0.023409275338053703, 0.014521650038659573, -0.016635458916425705, -0.05200357362627983, 0.027257218956947327, -0.018158746883273125, -0.009410539641976357, -0.01734362728893757, 0.045333266258239746, 0.055070582777261734, 0.016463574022054672, 0.04746178537607193, -0.021300049498677257, 0.037958428263664246, 0.0319378525018692, -0.02890655398368835, 0.05437768995761871, 0.041655875742435455, -0.0070108273066580296, -0.03632207587361336, 0.004687508102506399, 0.017579682171344757, 0.020222900435328484, -0.028045598417520523, 0.013001860119402409, -0.02453760802745819, -0.015248151496052742, 0.027312222868204117, 0.010462860576808453, 0.007966319099068642, 0.02745584212243557, 0.049353860318660736, -0.021513378247618675, -0.007500031962990761, -0.00878831371665001, 0.06143263727426529, 0.026872195303440097, -0.03259292617440224, -0.021761465817689896, -0.005621036980301142, -0.016080841422080994, 0.018147669732570648, 0.003180263563990593, 0.029286229982972145, 0.05273907259106636, -0.000423602235969156, 0.013556035235524178, 0.06181155145168304, -0.007885342463850975, -0.003385762218385935, -0.017429951578378677, 0.07173048704862595, -0.008585107512772083, 0.007457538042217493, -0.05974892154335976, -0.02480345778167248, -0.03998247534036637, 0.00993116106837988, -0.05308892950415611, -0.013891403563320637, 0.031402189284563065, -0.023345869034528732, 0.019309233874082565, -0.013919668272137642, -0.008543185889720917, 0.06749828904867172, 0.03156275674700737, -0.02249331586062908, 0.03819983080029488, -0.039706312119960785, -0.04688730463385582, -0.010806631296873093, -0.0012696607736870646, 0.020321067422628403, -0.011883780360221865, -0.005596018396317959, 0.011905170045793056, 0.05548463389277458, -0.008875975385308266, -0.04435256868600845, 0.01919005997478962, 0.02969570085406303, 0.045354850590229034, 0.02106628380715847, 0.0070136915892362595, 0.004788156598806381, -0.0027100611478090286, -0.01858273148536682, -0.0319477804005146, -0.0154559426009655, -0.08393511921167374, 0.004731816239655018, 0.020354297012090683, -0.012006965465843678, 0.01197163388133049, -0.019122833386063576, -0.02715026773512363, 0.02539321593940258, -0.008889475837349892, 0.02849785052239895, -0.028887076303362846, 0.005196289159357548, -0.033854562789201736, -0.028864538297057152, 0.016895197331905365, 0.04588215798139572, -0.02095475047826767, 0.0019434518180787563, -0.011981564573943617, -0.0042810942977666855, -0.04359779879450798, 0.009546137414872646, -0.021722888574004173, -0.002359032863751054, 0.021394778043031693, -0.01001041941344738, 0.04067803546786308, -0.03946796432137489, 0.020852383226156235, -0.033408429473638535, 0.02999821864068508, -0.01779014803469181, 0.02303418330848217, -0.01731918193399906, -0.028826341032981873, 0.028210610151290897, -0.017132172361016273, -0.050956595689058304, 0.008301305584609509, 0.02360331453382969, 0.002421102486550808, 0.028005875647068024, 0.017264943569898605, -0.004058025311678648, 0.041863664984703064, 0.011792108416557312, -0.07374116033315659, 0.0639108419418335, -0.031728532165288925, 0.002808990655466914, -0.047394558787345886, 0.003968644887208939, -0.07565253227949142, -0.01535433903336525, -0.04086596518754959, 0.02700970135629177, -0.020348185673356056, 0.005974357016384602, 0.012481178157031536, 0.05217144638299942, -0.014279481954872608, -0.03635721653699875, 0.0011902115074917674, -0.04989415779709816, -0.013476968742907047, -0.0007423543138429523, -0.01630161888897419, -0.08531631529331207, -0.022323722019791603, -0.0047287605702877045, -0.03136108070611954, -0.026199933141469955, -0.0007517125341109931, 0.011326107196509838, -0.02695164456963539, -0.056888751685619354, 0.0031718602403998375, -0.04625782370567322, -0.00020626258628908545, 0.048882704228162766, -0.047657351940870285, 0.017863867804408073, -0.004618754144757986, -0.07754556089639664, 0.008360509760677814, -0.028016570955514908, -0.008171053603291512, 0.011122900992631912, -0.014869241043925284, -0.03297145664691925, -0.03221821412444115, -0.003838011994957924, 0.02533821202814579, -0.02441427856683731, 0.03474989905953407, -0.007736947387456894, -0.001308621489442885, 0.012436870485544205, 0.013539992272853851, -0.0027767145074903965, -0.07194247841835022, 0.004502254072576761, 0.018331395462155346, 0.0217885859310627, -0.00782537367194891, 0.03819066286087036, -0.021911198273301125, -0.041759006679058075, 0.004840295296162367, 0.027667449787259105, 0.04035871475934982, 0.02932137250900269, 0.03653674200177193, 0.02372019737958908, -0.04863519221544266, -0.016276028007268906, -0.011182487942278383, 0.009523984044790268, 0.008831094019114971, 0.004058025311678648, -0.003143594367429614, 0.008033545687794685, 0.02278972417116165, -0.012161852791905403, 0.035061582922935486, -0.027412299066782, 0.01317444909363985, 0.004025939851999283, 0.002545958152040839, 0.05389106273651123, -0.016706695780158043, -0.0029671252705156803, 0.0451287254691124, 0.05441665276885033, 0.05958085507154465, 0.01631155051290989, -0.04920584708452225, 0.05386661738157272, -0.05757208913564682, -0.03305090591311455, -0.05365576967597008, -0.03090515173971653, 0.016397111117839813, -0.019924964755773544, -0.0029981841798871756, 0.05217984691262245, 0.012203105725347996, -0.0028983713127672672, 0.023419206961989403, 0.06142958253622055, -0.01151365414261818, 0.0001252854272024706, 0.0012184771476313472, 0.030812574550509453, -0.026424529030919075, 0.002160600619390607, 0.03441300243139267, -0.016001012176275253, -0.0402013435959816, 0.0032734638080000877, -0.005940362811088562, 0.018245834857225415, 0.04069637134671211, -0.04210201278328896, -0.022145725786685944, 0.03811044991016388, -0.07365560531616211, -0.00265162019059062, -0.016686642542481422, -0.018693501129746437, 0.01911824941635132, -0.008185568265616894, 0.02660166658461094, 0.03124343231320381, -0.022076208144426342, -0.006888502277433872, 0.0014423102838918569, -0.038872189819812775, -0.004010661505162716, 0.030673537403345108, 0.0014843267854303122, -0.022063985466957092, -0.011428474448621271, -0.016896342858672142, 0.06033257022500038, 0.0013101493241265416, -0.07068847864866257, 0.044574107974767685, -0.010743177495896816, 0.01914498768746853, 0.05177190899848938, 0.0077319820411503315, 0.0008181749144569039, 1.0695096534618642e-05, -0.04992776736617088, -0.04448701813817024, -0.00013139689690433445, -0.02845449559390545, -0.031455617398023605, 0.05016306042671203, -0.04135335609316826, 0.01453310903161764, 0.08152108639478683, 0.010740646161139011, 0.013056039810180664, 0.005301712546497583, 0.02457275055348873, -0.0025668232701718807, -0.030686810612678528, -0.05903235077857971, -0.02030082233250141, 0.006982418242841959, -0.0123788109049201, -0.020856203511357307, 0.014261147938668728, -0.05804687738418579, 0.09932383894920348, -0.013300880789756777, 0.035321321338415146, 0.04341903701424599, -0.02528320997953415, -0.02405317686498165, 0.017318226397037506, 0.04041600599884987, 0.023472683504223824, -0.01950632967054844, 0.03228697180747986, -0.017439119517803192, -0.0006829583435319364, -0.012980791740119456, 0.04849615320563316, -0.0149937616661191, 0.003599664196372032, -0.03278505429625511, -0.005980851128697395, -0.008067158982157707, -0.0035202146973460913, 0.01715102046728134, 0.02760557271540165, -0.04018300771713257, 0.019519316032528877, -0.036489665508270264, -0.006702770013362169, -0.015763331204652786, 0.001660795882344246, -0.011267284862697124, 0.05155418440699577, -0.0451287254691124, -0.02626104466617107, 0.052192073315382, -0.0003630603605415672, 0.04927116632461548, 0.04066887125372887, 0.030919143930077553, 0.008475864306092262, 0.02723602019250393, 0.028452778235077855, -0.026427583768963817, -0.015561366453766825, -0.0081332391127944, 0.005550755187869072, -0.014245868660509586, 0.027935592457652092, 0.03952602297067642, 0.011194041930139065, 0.06366944313049316, -0.008945684880018234, 0.04274142906069755, -0.013967796228826046, -0.021596457809209824, -0.02516250871121883, 0.03628769889473915, -0.02203724719583988, -0.02127942256629467, 0.015465110540390016, 0.020544517785310745, -0.024415379390120503, -0.015173000283539295, -0.012591948732733728, 0.008771889843046665, 0.038945429027080536, -0.0449499636888504, -0.04952135309576988, 0.0196942575275898, 0.013955573551356792, 0.01247353944927454, 0.025918802246451374, 0.0504869669675827, -0.03220751881599426, -0.02352157235145569, -0.008775327354669571, 0.05441359803080559, 0.008065631613135338, 0.013808897696435452, 0.030086835846304893, 0.06357165426015854, 0.021796608343720436, 0.0387437529861927, 0.021292410790920258, -0.04145877808332443, 0.06329663842916489, 0.05600076913833618, 0.016788246110081673, -0.024033410474658012, -0.03271171823143959, -0.0038838479667901993, 0.03377396985888481, 0.019665610045194622, -0.002361324615776539, 0.028968434780836105, 0.023749228566884995, 0.012221439741551876, -0.02740236558020115, 0.021646875888109207, -0.016207655891776085], [-0.07285355776548386, -0.02704598195850849, -0.07699548453092575, -0.024647096171975136, 0.002568563912063837, 0.014628819189965723, 0.04553057253360748, -0.025198182091116905, 0.010838870890438557, 0.03799602389335632, -0.029017750173807144, 0.04921812936663627, -0.08143635094165802, -0.02767203375697136, 0.004702695179730654, 0.042578134685754776, -0.010535718873143196, 0.01895412802696228, 0.050979260355234146, 0.042350586503744125, 0.0046237073838710785, -0.002755793975666166, 0.02727709524333477, 0.023263348266482353, -0.025532051920890808, 0.01036128867417574, -0.004973301198333502, -0.030379557982087135, 0.05678047612309456, 0.0051268888637423515, 0.010436253622174265, -0.02476265095174313, -0.027224436402320865, 0.01091200765222311, 0.03111823834478855, 0.03813059255480766, 0.013247997500002384, -0.005420533008873463, -0.007043986115604639, -0.004550570622086525, -0.046977218240499496, 0.015937967225909233, -0.019782036542892456, 0.005243175663053989, -0.001878883922472596, 0.0178863313049078, 0.006807571742683649, 0.06799966096878052, 0.01138703152537346, -0.05217870697379112, 0.03759815916419029, 0.016614118590950966, 0.0035292154643684626, -0.03407003730535507, -0.012828192673623562, 0.04772961139678955, 0.016359463334083557, 0.02297482453286648, 0.044651467353105545, 0.014788257889449596, 0.0284940917044878, -0.018614042550325394, -0.04294006898999214, -0.02020915597677231, 0.018118906766176224, 0.002855260157957673, 0.04331745207309723, 0.025458913296461105, 0.05601107329130173, -0.02875153161585331, -0.001351567800156772, 0.02442878484725952, -0.007094267755746841, -0.03881661593914032, 0.057649336755275726, -0.06342421472072601, -0.05178815498948097, 0.01183682307600975, 0.014830676838755608, -0.05023326724767685, -0.004364802967756987, 0.008843882940709591, -0.009342607110738754, -0.03475167602300644, -0.029500452801585197, 0.048646654933691025, -0.027897296473383904, -4.388206889416324e-06, 0.04960428923368454, -0.02398886531591415, -0.004722990561276674, 0.01399764884263277, -0.009481658227741718, -0.03338548168540001, -0.0014166595647111535, 0.01318509876728058, -0.0007452638237737119, 0.08054407685995102, 0.04637749865651131, 0.030471710488200188, -0.003509925678372383, -0.03939074277877808, 0.00715058296918869, -0.013890137895941734, -0.009479989297688007, -0.010364579036831856, 0.01201929897069931, -0.06636139750480652, 0.013162976130843164, -0.034351613372564316, -0.03328893706202507, -0.015023941174149512, -0.006366191431879997, -0.04316825419664383, -0.03655083850026131, 0.0059628416784107685, 0.003023108933120966, -0.004039344377815723, -0.03791118413209915, -0.03322238475084305, -0.051921263337135315, -0.00046953815035521984, 0.007997872307896614, 0.016909224912524223, 0.011157747358083723, -0.03171210736036301, 0.0020851297304034233, 0.03495645895600319, -0.026577908545732495, 0.026665328070521355, -0.00478607090190053, -0.013157307170331478, 0.022774793207645416, -0.018603073433041573, -0.027629613876342773, 0.02515905350446701, -0.046191729605197906, 0.052371785044670105, -0.02200246974825859, 0.010443932376801968, 0.0107569582760334, -0.01683243177831173, -0.010490375570952892, 0.03317008912563324, 0.006643014028668404, -0.03930334001779556, -0.047849010676145554, -0.08975053578615189, 0.015982216224074364, 0.0017699102172628045, -0.024097107350826263, 0.04163530841469765, -0.012937805615365503, 0.06109261512756348, -0.009291296824812887, -0.005741237662732601, 0.02604473941028118, 0.03253709152340889, -0.016619602218270302, 0.0291227363049984, 0.016265621408820152, 0.04055873304605484, 0.06571193784475327, -0.017064273357391357, -0.06032230705022812, -0.00514882942661643, 0.0068894848227500916, 0.016956031322479248, -0.004459698218852282, 0.011265990324318407, 0.016148967668414116, -3.3642922062426805e-05, 0.03893948718905449, 0.03607545047998428, 0.0016909224214032292, -0.019346874207258224, -0.011211869306862354, -0.05079788714647293, -0.017630353569984436, 0.04970960691571236, 0.001361441216431558, -0.01909162662923336, -0.016160303726792336, -0.03276089206337929, -0.06314922869205475, 0.008920128457248211, -0.013863077387213709, 0.014123809523880482, -0.03337085247039795, 0.015659132972359657, 0.032461028546094894, -0.05863814428448677, 0.01965084858238697, 0.003501789178699255, -0.03427847847342491, 0.055286288261413574, 0.009686235338449478, -0.00500109326094389, -0.032196272164583206, 0.031087521463632584, 0.05673951655626297, 0.008694043383002281, 0.052159324288368225, -0.023615501821041107, -0.035434771329164505, -0.03292398527264595, 0.0414656326174736, -0.025972336530685425, 0.047919221222400665, 0.005005481652915478, 0.004086883272975683, 0.08493813872337341, -0.013170472346246244, 0.03483980521559715, 0.03073573298752308, 0.0149455014616251, 0.06809911876916885, -0.06869591772556305, 0.04071085900068283, 0.03577851504087448, -0.02279234677553177, -0.002248956123366952, 0.007622498087584972, 0.0027729813009500504, -0.006792944855988026, 0.05410659313201904, 0.01932273805141449, 0.021432003006339073, -0.009882242418825626, -0.046866051852703094, 0.04461489990353584, -0.018398290500044823, 0.007278572302311659, -0.04912076517939568, -0.0015958446310833097, -0.007222989108413458, -0.008728143759071827, 0.02386014349758625, -0.0037672757171094418, 0.016231978312134743, -0.05383598431944847, -0.011304020881652832, 0.0423123724758625, -0.028631586581468586, 0.01943052373826504, -0.010302047245204449, 0.021556884050369263, 0.02366706170141697, -0.011868637055158617, -0.015250482596457005, 0.0003890876832883805, -0.001181159052066505, -0.027866577729582787, 3.071744868066162e-05, -0.009915153495967388, -0.013027124106884004, -0.017354799434542656, 0.028057465329766273, 0.028292233124375343, -0.020049260929226875, -0.021252088248729702, -0.07378989458084106, -0.042998578399419785, 0.036246590316295624, 0.00930738728493452, -0.0017157889669761062, -0.019109180197119713, -0.016104720532894135, 0.032645333558321, -0.010572653263807297, 0.03584872558712959, -0.09135662019252776, 0.042938604950904846, 0.017135582864284515, 0.00010824243508977816, 0.04542379453778267, 0.034608326852321625, -0.0042287688702344894, 0.02169163897633553, 0.030535796657204628, -0.016885820776224136, -0.04490306228399277, -0.01736120879650116, 0.04773491621017456, 0.040943436324596405, -6.728584412485361e-05, -0.0010034366277977824, -0.03332989662885666, -0.0020273516420274973, 0.007186420261859894, -0.02153585664927959, 0.02863597683608532, 0.019663920626044273, 0.06696988642215729, 0.027114730328321457, -0.0011877414071932435, 0.02008628658950329, 0.0712820366024971, 0.019436832517385483, -0.09691501408815384, 0.031943220645189285, 0.020208150148391724, -0.0425465926527977, -0.03026692755520344, 0.02095076255500317, -0.062909334897995, -0.01641920767724514, 0.08177277445793152, -0.009487532079219818, -0.0107479989528656, -0.05913547798991203, -0.0058904364705085754, -0.010467199608683586, -0.037150561809539795, 0.053465913981199265, -0.019948789849877357, 0.02745554782450199, 0.015829725190997124, -0.02094198763370514, 0.03330356627702713, 0.0416535921394825, -0.03196223825216293, 0.05358586087822914, -0.03590431064367294, 0.031480997800827026, 0.010805228725075722, 0.02647697925567627, 0.04826735332608223, -0.054056860506534576, -0.010265478864312172, 0.01142030954360962, -0.032341085374355316, 0.008167915977537632, 0.004502300638705492, 0.011690182611346245, -0.007278572302311659, 0.02239301986992359, 0.004585676360875368, 0.024653952568769455, 0.03698381036520004, 0.0272933691740036, -0.05176329240202904, -0.015765365213155746, -0.008500688709318638, -0.030414661392569545, -0.05524789169430733, -0.002907918533310294, -0.07089587301015854, 0.054805777966976166, 0.018567966297268867, 0.022768212482333183, 0.02530788630247116, 0.03696918115019798, -0.0002954726223833859, 0.02684997580945492, 0.03538138046860695, -0.009047020226716995, 0.007600374519824982, -0.004691358655691147, -0.0388881079852581, 0.04513270780444145, -0.010612147860229015, -0.03563809394836426, 0.022037575021386147, 0.00736633688211441, 2.8340502467472103e-05, 0.01195274479687214, -0.02529655210673809, 0.06122426688671112, -0.04878369718790054, 0.0439230278134346, 0.002433991990983486, -0.0022584637627005577, 0.06060845032334328, 0.006377527490258217, 0.03951873257756233, -0.03103340044617653, -0.07664908468723297, 0.04174647480249405, -0.03978494927287102, 0.015111522749066353, -0.028763234615325928, 0.021157007664442062, -0.007502371445298195, 0.03960064426064491, 0.014147578738629818, 0.03323042765259743, 0.04052801802754402, 0.00010294002277078108, 0.0631316751241684, 0.014328958466649055, -0.028707651421427727, 0.03588968142867088, 0.018516771495342255, -0.003882831893861294, -0.012325010262429714, 0.0006977249286137521, 0.04042124003171921, 0.015788769349455833, -0.010321062989532948, -0.023310156539082527, -0.01958676241338253, -0.03723540157079697, 0.001998096937313676, -0.006354123819619417, -0.026661284267902374, -0.06336570531129837, -0.03970742225646973, -0.01079096645116806, 0.04473045468330383, 0.023949554190039635, 0.028224948793649673, 0.03692968934774399, 0.015297289937734604, 0.053509797900915146, 0.02156803570687771, -0.0349535308778286, 0.00184679520316422, -0.012167035602033138, -0.024813847616314888, 0.016923852264881134, -0.011952013708651066, -0.05227232351899147, -0.0013281638966873288, 0.03355369344353676, -0.0018584056524559855, -0.03795652836561203, -0.01695164293050766, 0.026029745116829872, 0.017694713547825813, 0.04265922307968139, -0.0029283969197422266, 0.0249948613345623, 0.0470883846282959, -0.002957651624456048, 0.03296567499637604, 0.035110775381326675, -0.004887731280177832, -0.047155674546957016, -0.048583485186100006, -0.010875439271330832, -0.013569067232310772, 0.001562201650813222, 0.0045534963719546795, -0.006841214839369059, 0.0026596190873533487, -0.010592217557132244, -0.0035383577924221754, -0.01342059951275587, -0.01650112122297287, 0.017525218427181244, -0.01329443883150816, -0.03799602389335632, -0.047410186380147934, -0.015039117075502872, -0.01829297281801701, -0.01849190518260002, 0.014853348955512049, -0.019431347027421, -0.00687046954408288, -0.03186021000146866, 0.01451326347887516, 0.019469011574983597, 0.011883264407515526, -0.03014186210930347, 0.024073703214526176, 0.02641408145427704, -0.06134878098964691, 0.002020037965849042, 0.01434248872101307, -0.004640528932213783, -0.023788468912243843, -0.02225991152226925, -0.03779124096035957, -0.034813109785318375, 0.034757524728775024, 0.051090434193611145, 0.0002091712085530162, -0.01283989381045103, -6.088637383072637e-05, 0.019064199179410934, 0.009311775676906109, 0.03199295699596405, 0.0672273337841034, -0.00280991499312222, 0.018684254959225655, -0.017210548743605614, -0.033420585095882416, 0.005503359716385603, -0.017804784700274467, 0.03488112613558769, 0.05351126194000244, -0.03861037269234657, 0.02030569687485695, -0.007398516871035099, 0.0018518234137445688, 0.01916549541056156, 0.023422786965966225, -0.0044708517380058765, -0.0354393906891346, 0.03691743686795235, 0.060615766793489456, -0.007538927253335714, 0.012953986413776876, 0.01376507431268692, -0.038118891417980194, 0.017650101333856583, 0.04558761790394783, -0.007173255551606417, -0.03096172586083412, -0.032527949661016464, -0.016851995140314102, 0.00019015563884750009, -0.01682436838746071, 0.024264773353934288, 0.05340155586600304, -0.036525242030620575, -0.03545232489705086, 0.0179132092744112, -0.004159288946539164, -0.017644980922341347, 0.0021034139208495617, -0.007896212860941887, 0.03688434138894081, 0.05728950724005699, 0.028659015893936157, 0.03170625865459442, 0.018015053123235703, -0.020943449810147285, 0.006885096896439791, -0.009282520040869713, -0.029237160459160805, -0.053974948823452, 0.0454135537147522, 0.008398479782044888, -0.04458564892411232, 0.01975131966173649, -0.007369262631982565, 0.007215995341539383, -0.028254933655261993, 0.003128631738945842, 0.04363925755023956, 0.01376873068511486, -0.040099434554576874, 0.005053568631410599, -0.022986890748143196, -0.006538428366184235, -0.007086954545229673, 0.03120015189051628, 0.008499957621097565, 0.010319599881768228, 0.01363269705325365, -0.029068946838378903, -0.06543108820915222, 0.028713500127196312, 0.01155195478349924, 0.0024573958944529295, 0.022369617596268657, 0.022295748814940453, -0.01379026100039482, -0.011371489614248276, -0.0023705458734184504, -0.012500539422035216, 0.011099237948656082, 0.0182212982326746, 0.021353013813495636, 0.019528985023498535, -0.04243762046098709, -0.01377787347882986, 0.002141444943845272, -0.018541637808084488, -0.038182154297828674, -0.016531838104128838, -0.018427543342113495, -0.023239945992827415, -0.007118403445929289, 0.005423092748969793, -0.05047023296356201, -0.0072538889944553375, -0.015390904620289804, 0.011454682797193527, 0.02409125678241253, 0.015274434350430964, -0.024603214114904404, -0.006523801479488611, 0.027528686448931698, -0.00564104039222002, 0.0010034366277977824, 0.045976705849170685, -0.00667885085567832, 0.005087029188871384, 0.05526800453662872, 0.03458492457866669, -0.024890640750527385, -0.03741677850484848, -0.011603882536292076, -0.030767181888222694, -0.01192385610193014, 0.02178141288459301, -0.012822341173887253, -0.052248917520046234, 0.021018048748373985, -0.02372264675796032, 0.035702452063560486, 0.049714360386133194, -0.00913990382105112, -0.022903835400938988, 0.0030673567671328783, -0.019182315096259117, -0.004829953424632549, -0.02556002512574196, -0.013887212611734869, 0.0035829709377139807, -0.011794038116931915, 0.0050625279545784, 0.006880708504468203, -0.023925235494971275, 0.017485542222857475, 0.00017552827193867415, 0.014983898028731346, 0.03716079890727997, -0.016449924558401108, -0.041852161288261414, 0.018946448341012, 0.00236231810413301, -0.006033144425600767, -0.011154090985655785, 0.018013590946793556, 0.08177277445793152, 0.026027917861938477, 0.027487730607390404, -0.021475885063409805, 0.052188947796821594, 0.04284060373902321, -0.022771868854761124, 0.06193222850561142, 0.021616673097014427, -0.0007335619884543121, -0.012259919196367264, 0.04435014724731445, -0.0037489915266633034, 0.008532136678695679, -0.012327936477959156, 0.04185764491558075, -0.021227220073342323, -0.025221221148967743, 0.04591234773397446, 0.02500692754983902, -0.023005906492471695, -0.01494184508919716, 0.015178076922893524, -0.026192476972937584, -0.03126250207424164, 0.02668614871799946, 0.00935565773397684, -0.007510690484195948, 0.0018035530811175704, -0.017795642837882042, -0.03179255872964859, -0.01985686458647251, 0.0026782690547406673, -0.015820126980543137, 0.05878479033708573, 0.04149049893021584, 0.008777876384556293, 0.01496040355414152, 0.026659822091460228, 0.014128563925623894, -0.009911497123539448, -0.007918702438473701, 0.038807839155197144, 0.007412413135170937, 0.008422797545790672, -0.024888448417186737, -0.0012265038676559925, -0.025265835225582123, 0.022537831217050552, -0.021249160170555115, -0.04891973361372948, 0.03465805947780609, 0.0023198986891657114, 0.01677977293729782, 0.02291082963347435, -0.05068671703338623, 0.05638553202152252, 0.026840010657906532, -0.000987346633337438, 0.02771390415728092, -0.054589297622442245, -0.05018508806824684, -0.01905505731701851, 0.012817952781915665, -0.00035946728894487023, 0.00760841928422451, -0.03570830076932907, 0.03401591628789902, 0.06325161457061768, 0.026703154668211937, -0.030443916097283363, -0.011069434694945812, -0.0004068005073349923, 0.03047756105661392, 0.0556102879345417, 0.037586458027362823, -0.017332686111330986, 0.0027479317504912615, 0.026362886652350426, -0.0025458913296461105, -0.009642353281378746, -0.05959770083427429, 0.0040634796023368835, 0.022619014605879784, 5.265848449198529e-05, -0.0040978542529046535, -0.010568995960056782, -0.03838511183857918, -0.02049877867102623, -0.009830314666032791, 0.016960054636001587, 0.016964808106422424, 0.046505123376846313, -0.034917693585157394, -0.03770054876804352, -0.005192711483687162, 0.06382793188095093, -0.04318726807832718, -0.0294624213129282, -0.03611494228243828, -0.034143175929784775, -0.042957622557878494, 0.010129810310900211, -0.06439109146595001, 0.04591527208685875, 0.010885678231716156, 0.023110859096050262, 0.039663542062044144, -0.025147169828414917, 0.002300883177667856, -0.04256853461265564, -0.0005445033311843872, 0.018185460940003395, 0.01244934368878603, -0.05107434466481209, -0.019898690283298492, -0.007126448210328817, -0.014877484180033209, -0.06864910572767258, 0.021818166598677635, 0.02574195526540279, -0.027414590120315552, 0.05211727321147919, 0.024041524156928062, -0.0015534252161160111, 0.03072768822312355, 0.006035247351974249, -0.08838433772325516, 0.04206096380949021, -0.06348565220832825, 0.035047147423028946, -0.015977462753653526, 0.018013590946793556, -0.06432526558637619, -0.00139910657890141, -0.046421561390161514, 0.038256388157606125, -0.005246284417808056, -0.01946023479104042, 0.020396387204527855, 0.047576937824487686, 0.003064431250095367, -0.028102079406380653, -0.007487012539058924, -0.06154168024659157, 0.003233377123251558, 0.008170110173523426, -0.02045489475131035, -0.09073056280612946, -0.012112914584577084, -0.003819202771410346, 0.02658083289861679, 0.029426584020256996, -0.004985003266483545, 0.0015695154434069991, -0.010626775212585926, -0.05730413272976875, -0.009697937406599522, -0.04244859144091606, -0.05608713626861572, 0.03781098499894142, -0.05710520222783089, 0.02215002290904522, -0.007149851880967617, -0.11093387752771378, 0.026036694645881653, -0.02966720424592495, 0.01852956973016262, 0.008409998379647732, 0.024892834946513176, -0.01635192148387432, 0.00931360386312008, 0.011233809404075146, -0.01215021312236786, -0.002105607884004712, 0.05838070809841156, -0.019167516380548477, -0.009820807725191116, 0.01843266375362873, 0.0029243743047118187, -0.01131426077336073, -0.06467632204294205, -0.02085861004889011, 0.02556423284113407, 0.04014916718006134, -0.019524596631526947, 0.03529873490333557, -0.01595405675470829, -0.013337954878807068, 0.03340888395905495, 0.0019611630123108625, 0.04584798961877823, 0.058279044926166534, 0.043519310653209686, 0.04044756665825844, -0.06672780960798264, 0.002101951278746128, -0.028087815269827843, 0.034824810922145844, -0.028019433841109276, 0.006664223503321409, -0.015198555774986744, 0.009313237853348255, 0.03828856721520424, 0.007063550408929586, 0.04048267379403114, -0.0339852012693882, 0.025615427643060684, 0.007006229367107153, 0.0015490371733903885, 0.03493305295705795, -0.021078022196888924, 0.04540916532278061, 0.0008703277562744915, 0.04950482398271561, 0.014642350375652311, 0.012065375223755836, -0.036063291132450104, 0.0491362139582634, -0.05094416067004204, 0.04352515935897827, -0.03163495659828186, -0.01006508432328701, 0.0002866961876861751, -0.022077802568674088, 0.02222188003361225, 0.06812837719917297, 0.012302338145673277, -0.006382646970450878, 0.0601535402238369, 0.050157204270362854, 0.022063905373215675, 0.041714295744895935, 0.007715930696576834, 0.04356611892580986, -0.03959113359451294, 0.015635913237929344, 0.011429817415773869, 0.0028879886958748102, 0.012510047294199468, 0.0022116564214229584, 0.0032911552116274834, 0.0140327550470829, 0.043244317173957825, -0.03445327654480934, -0.012386444956064224, 0.06767492741346359, -0.057023290544748306, 0.0011910725152119994, -0.02336720190942287, -0.02533458173274994, 0.029794463887810707, -0.0007611711043864489, 0.019566284492611885, 0.03165799006819725, -0.0426219254732132, -0.017348045483231544, 0.0031273288186639547, -0.04676000028848648, 0.01751772314310074, 0.022227732464671135, 0.02450082264840603, -0.007631091866642237, 0.010824243538081646, -0.04612627625465393, 0.1004255786538124, 0.005690041929483414, -0.03630217164754867, 0.044157061725854874, -0.0223900955170393, -0.02453739009797573, 0.03666346892714501, 0.014968905597925186, 0.02469390444457531, 0.01988442800939083, -0.044707052409648895, -0.014394051395356657, -0.009650764055550098, -0.013683892786502838, -0.01271702442318201, 0.030591655522584915, -0.001855845912359655, 0.006491621024906635, 0.07709202170372009, 0.01816406846046448, 0.01776638627052307, 0.017522111535072327, -0.004792653489857912, 0.0235251784324646, -0.04501377046108246, -0.031827665865421295, -0.014073391444981098, -0.0025290700141340494, 0.018056008964776993, -0.04365241900086403, -0.0047886306419968605, -0.029781298711895943, 0.06070938333868981, -0.013922317884862425, 0.01412051822990179, 0.009384911507368088, -0.02489466592669487, -0.001360344234853983, -0.010689672082662582, 0.003391352714970708, -0.017356637865304947, 0.03313973918557167, 0.05104947462677955, -0.023358242586255074, 0.02785414457321167, -0.012317697517573832, -0.006961890496313572, -0.01398082822561264, -0.010680895298719406, 0.0013000062899664044, -0.0011043654521927238, -0.021886182948946953, -0.023892322555184364, 0.03245225176215172, 0.053718604147434235, -0.025578858330845833, 0.04632776230573654, -0.02485443837940693, -0.028689822182059288, -0.028470687568187714, -0.019722064957022667, -0.02406821958720684, 0.04345495253801346, -0.010274255648255348, -0.02432236820459366, 0.018828334286808968, 0.0030951485969126225, 0.06731509417295456, 0.06992607563734055, 0.020581422373652455, -0.003519342048093677, 0.02340669557452202, 0.0498792864382267, 0.03231621906161308, -0.04290788620710373, -0.008510196581482887, -0.038364630192518234, 0.0225583091378212, -0.016234902665019035, -0.0223330482840538, 0.03023657388985157, 0.00465369364246726, 0.012111451476812364, 0.05987269803881645, 0.003873963840305805, -0.009412841871380806, -0.006790750660002232, 0.060147691518068314, 0.009248877875506878, -0.013527379371225834, 0.04868057370185852, 0.01904701255261898, -0.015918951481580734, -0.03872738778591156, 0.002367437584325671, 0.01984200999140739, -0.025366760790348053, -0.04478896409273147, -0.035461101680994034, 0.03493451699614525, 0.02025742642581463, -0.007999518886208534, 0.013951938599348068, 0.022868407890200615, -0.02732975222170353, -0.030522173270583153, -0.026504771783947945, 0.01522634644061327, -0.010103480890393255, 0.01643749326467514, 0.01663130521774292, 0.04989098757505417, 0.05274917557835579, 0.07021716237068176, 0.03254001960158348, -0.005398957524448633, 0.042398855090141296, 0.023836741223931313, -0.017092430964112282, -0.014318719506263731, -0.021140551194548607, 0.01312878355383873, 0.032107047736644745, 0.0431799590587616, 0.010642864741384985, 0.03702184185385704, 0.0497129000723362, 0.031037786975502968, -0.035017892718315125, -0.009296782314777374, -0.03103632479906082], [-0.0431646816432476, -0.04754836857318878, -0.08514366298913956, -0.04424767568707466, 0.0030740343499928713, -0.012382550165057182, 0.008190194144845009, -0.02638852968811989, 0.013766572810709476, -0.006057405844330788, -0.03492216020822525, -0.01387281809002161, -0.04669273644685745, 0.013613580726087092, -0.019767314195632935, 0.03385970741510391, -0.005916452966630459, 0.03641739115118981, 0.046181339770555496, 0.04013243690133095, -0.025695810094475743, -0.04054892063140869, 0.034624673426151276, -0.00028332110377959907, -0.006950575392693281, 0.02558106556534767, -0.026691682636737823, -0.027943961322307587, 0.008428094908595085, 0.016367461532354355, 0.03374354541301727, -0.03727372735738754, 0.005303771700710058, 0.03408920019865036, 0.016455290839076042, 0.014190138317644596, 0.04232534393668175, -0.020907683297991753, -0.053459327667951584, -0.032098378986120224, 0.012381133623421192, 0.008292632177472115, -0.04268799349665642, 0.028383109718561172, 0.031404729932546616, 0.014852047897875307, -0.005075697787106037, 0.066840760409832, -0.01920687034726143, -0.05353635549545288, 0.03419119119644165, 0.00984257645905018, -0.026552855968475345, -0.032897479832172394, -0.007017863914370537, 0.012939276173710825, 0.008187980391085148, 0.003508223919197917, 0.07350252568721771, 0.02146405354142189, -0.016823608428239822, -0.025374239310622215, -0.002896958263590932, -0.013769406825304031, -0.0009335431386716664, 0.017504995688796043, 0.03962281346321106, 0.023252874612808228, 0.05863330513238907, -0.05710620433092117, 0.004520034417510033, -0.0016142220702022314, 0.004654965829104185, -0.035825956612825394, 0.05680588260293007, 0.01331467553973198, -0.04501689597964287, 0.05567118525505066, 0.0049855662509799, -0.05053103342652321, -0.03791970014572144, -0.005377435125410557, 0.013074561022222042, -0.04325322061777115, -0.06014907732605934, 0.021878056228160855, -0.02985779568552971, -0.009666208177804949, 0.038647834211587906, -0.006221731659024954, -0.005462431348860264, 0.0029968293383717537, 0.021164441481232643, -0.044070955365896225, 0.011897716671228409, 0.010756286792457104, 0.011935611255466938, 0.03734172508120537, 0.023546108976006508, 0.023381784558296204, 0.0228895116597414, -0.05426661670207977, -0.021727189421653748, -0.023153001442551613, -0.027492066845297813, 0.021750561892986298, 0.0409342348575592, -0.03317052870988846, 0.03900057077407837, -0.03223627805709839, 0.009406261146068571, 0.03054201789200306, -0.003958527464419603, -0.050635505467653275, -0.019279293715953827, 0.03395887091755867, 0.006433514412492514, -0.01006392017006874, -0.054085999727249146, -0.03342906013131142, -0.07489877194166183, -0.0054585798643529415, 0.017979558557271957, 0.015166180208325386, -0.0028445441275835037, -0.014702241867780684, 0.02408725395798683, 0.0208651851862669, -0.01622721739113331, 0.01675773598253727, 0.034247856587171555, -0.01337842270731926, 0.03925980627536774, -0.044240593910217285, -0.03994225710630417, -0.0010426216758787632, -0.05794483795762062, 0.04650432989001274, -0.019413162022829056, 0.018320253118872643, -0.0062621054239571095, 0.02919340878725052, 0.026845386251807213, 0.040418591350317, -0.019260523840785027, -0.021572070196270943, -0.03578345850110054, -0.07683669030666351, 0.010823929682374, -0.034184109419584274, -0.0272542517632246, 0.004736598115414381, -0.0012352801859378817, 0.03288508206605911, 0.008509727194905281, -0.0010700684506446123, 0.03508719429373741, 0.012488795444369316, -0.023828500881791115, 0.03695640712976456, 0.01656011864542961, 0.030920250341296196, 0.027614600956439972, 0.0026958005037158728, -0.052754394710063934, -0.01718980073928833, 0.03638976439833641, -0.009189520962536337, -0.013510875403881071, 0.05819699168205261, 0.04259449616074562, -0.030227530747652057, 0.029845047742128372, 0.042598746716976166, -0.030958499759435657, -0.02605137787759304, -0.016022341325879097, -0.03457367792725563, -0.0024471860378980637, 0.010999943129718304, -0.014120016247034071, 0.008673344738781452, -0.0019492493011057377, -0.018189216032624245, -0.042169515043497086, 0.029114078730344772, 0.009423969313502312, -0.008081558160483837, -0.040959734469652176, 0.015139264054596424, 0.012957912869751452, -0.06478137522935867, 0.03160606324672699, 0.008546736091375351, -0.036695752292871475, 0.04662898927927017, 0.001782089937478304, -0.006133901886641979, 0.02458377368748188, 0.03142881020903587, -0.00989003200083971, -0.008879992179572582, 0.057990167289972305, -0.02726965956389904, -0.02432878501713276, -0.06751825660467148, 0.05483113601803779, -0.027884466573596, 0.046696990728378296, -0.026232702657580376, 0.003258547279983759, 0.10662932693958282, 0.011250682175159454, 0.040965400636196136, 0.04220918193459511, 0.030369190499186516, 0.07978323101997375, -0.04403093457221985, 0.05351387336850166, 0.029862048104405403, -0.02786463312804699, -0.023412594571709633, 0.0407649502158165, -0.014881441369652748, -0.026512129232287407, 0.026725679636001587, 0.014398379251360892, 0.05619107559323311, 0.008941304869949818, 0.028165660798549652, 0.037914033979177475, -0.01471056416630745, -0.027599019929766655, -0.02550314925611019, 0.015210093930363657, -0.01013227179646492, -0.03417623043060303, 0.029986442998051643, 0.0367920808494091, 0.024730393663048744, -0.06994348764419556, -0.004041044507175684, 0.03113699145615101, -0.04694630950689316, 0.028934303671121597, -0.01229896955192089, 0.031947288662195206, 0.013260136358439922, -0.016330983489751816, 0.016664061695337296, 0.006975365802645683, -0.010141479782760143, -0.04240759462118149, -0.005660756025463343, -0.04371320456266403, -0.015042935498058796, -0.05412566661834717, 0.03030686266720295, -0.020811352878808975, 0.0058805071748793125, 0.013112101703882216, -0.006769958417862654, -0.06056555360555649, 0.009895699098706244, 0.015979310497641563, 0.009283016435801985, 0.009300724603235722, -0.011838573962450027, 0.0596390999853611, 0.007321017794311047, 0.017449747771024704, -0.05490196868777275, 0.004746691323816776, 0.0037915450520813465, -0.001286277896724641, 0.02385970950126648, 0.0214884914457798, 0.002094805706292391, 0.043445877730846405, 0.02608395926654339, -0.0062422724440693855, -0.04990984871983528, -0.03861100226640701, 0.05631573870778084, 0.027178995311260223, 0.017605574801564217, -0.022068502381443977, -0.038282349705696106, -0.013397105038166046, -0.033586300909519196, -0.011044919490814207, 0.01125351432710886, 0.0033600558526813984, 0.04163403809070587, 0.07487610727548599, -0.004891538992524147, 0.03453117981553078, 0.012320572510361671, -0.030093660578131676, -0.04503672197461128, 0.02722645178437233, 0.021790964528918263, -0.057890649884939194, -0.020443035289645195, 0.021019594743847847, -0.052029091864824295, -0.02799496054649353, 0.072796531021595, 0.0018302544485777617, -0.0020540780387818813, -0.04775518923997879, -0.004431142471730709, -0.0013454211875796318, -0.030289506539702415, 0.005577176343649626, -0.0236346498131752, 0.02091193199157715, 0.046082183718681335, -0.037635669112205505, -0.024123378098011017, 0.004189611412584782, 0.01695358194410801, 0.04110706225037575, -0.060673218220472336, 0.020074717700481415, 0.038766831159591675, 0.03978961706161499, 0.03634301945567131, -0.05153610929846763, -0.010206643491983414, 0.013578164391219616, -0.04477040469646454, 0.013190369121730328, -0.022046633064746857, 0.03688274323940277, 0.003093866864219308, 0.023234456777572632, 0.011668581515550612, 0.03695074096322059, 0.02836894430220127, 0.030795590952038765, -0.05472630634903908, -0.014162514358758926, -0.02436597086489201, 0.012272586114704607, -0.03231702372431755, 0.012028397992253304, -0.02641969546675682, 0.03869759291410446, -0.009318431839346886, 0.03577778860926628, -0.00015901397273410112, 0.039970945566892624, 0.0029543312266469, 0.024005796760320663, -0.004969452507793903, 0.003803719067946077, -0.008178772404789925, -0.0096244178712368, -0.044335637241601944, 0.024927256628870964, -0.03232879936695099, -0.06914877146482468, 0.03962281346321106, 0.004266816191375256, -0.021137172356247905, 0.031701333820819855, 0.0027174921706318855, 0.05454640090465546, -0.002962122205644846, 0.02829953096807003, 0.03707965090870857, -0.03516581654548645, 0.03794236481189728, -0.01108068972826004, 0.011131332255899906, -0.04392044246196747, -0.03507232293486595, 0.02800912596285343, -0.057932086288928986, 0.01332742627710104, -0.012303220108151436, 0.0218539759516716, -0.018903184682130817, 0.012816031463444231, 0.01520407386124134, 0.020716441795229912, 0.03538202494382858, 0.007528550457209349, 0.04394593834877014, 0.012038934044539928, -0.023900263011455536, 0.03895948827266693, 0.01705026626586914, -0.0008287142845802009, 0.012865612283349035, -0.0005793916643597186, 0.033746376633644104, 0.041438546031713486, -0.006402171682566404, -0.02215287834405899, 0.022291705012321472, -0.02533457614481449, -0.03385120630264282, -0.014188721776008606, -0.034791480749845505, -0.08632227778434753, -0.01513572223484516, -0.02696561999619007, 0.015627993270754814, -0.0011474505299702289, -0.010810117237269878, 0.026474587619304657, 0.020428869873285297, 0.07226955145597458, -0.01753191091120243, -0.004266816191375256, -0.018427206203341484, 0.002568305935710669, -0.004801673348993063, 0.00486604031175375, -0.009211654774844646, -0.04523221775889397, 0.0004952143062837422, 0.016863981261849403, -0.003431373042985797, -0.04961236193776131, -0.03403253108263016, -0.021606069058179855, 0.030512269586324692, 0.045682698488235474, 0.03355810418725014, -0.0006902411114424467, 0.038503341376781464, 0.008160002529621124, 0.004171195439994335, 0.007861453108489513, -0.019435830414295197, -0.033159904181957245, -0.052286915481090546, -0.021734271198511124, -0.03283975273370743, -0.015368754044175148, -0.010315721854567528, -0.0016753132222220302, -0.002253111219033599, -0.01856745034456253, 0.021414827555418015, -0.007532800547778606, -0.06125721335411072, 0.008157523348927498, -0.01029022317379713, -0.03252136707305908, -0.029904546216130257, -0.02309917099773884, -0.010387969203293324, 0.019398998469114304, 0.002046995097771287, -0.02770172245800495, -0.005203723441809416, -0.04389812797307968, -0.012239472940564156, 0.02543657086789608, -0.012744491919875143, -0.035156965255737305, -0.00787473376840353, 0.02182210050523281, -0.05607137456536293, 0.03108740970492363, -0.019607769325375557, 0.010797368362545969, -0.08973345905542374, -7.472594734281301e-05, -0.030070286244153976, -0.005426662042737007, 0.011565168388187884, 0.0301708672195673, -0.006533385254442692, 0.00830768421292305, 0.019665319472551342, -0.00044410585542209446, -0.0032624430023133755, 0.06184900179505348, 0.1042848378419876, 0.0011715329019352794, 0.038558587431907654, -0.004913496784865856, 0.004127988591790199, 0.03418552875518799, 0.005649777129292488, 0.02690930850803852, 0.035140495747327805, 0.018319545313715935, 0.040721744298934937, 0.005490763112902641, 0.01279163919389248, -0.016040224581956863, 0.030865203589200977, -0.049708690494298935, -0.003625093959271908, 0.030946459621191025, 0.074538953602314, -0.030928749591112137, 0.027074165642261505, 0.048144761472940445, -0.026796512305736545, 0.03934480249881744, 0.05911778658628464, 0.01069785188883543, 0.00651567755267024, 0.005571510177105665, -0.02255944348871708, -0.004484973382204771, -0.015154161490499972, 0.03185662627220154, 0.058114830404520035, 0.008022724650800228, -0.012691369280219078, 0.03472667187452316, -0.00249464251101017, -0.019531451165676117, 0.008267310447990894, -0.03549730405211449, 0.04232250899076462, 0.03408636525273323, -0.019819021224975582, 0.035233814269304276, -0.003758077742531896, -0.024087607860565186, 0.00492226192727685, -0.035289060324430466, -0.0593954399228096, -0.07460199296474457, 0.02530907653272152, 0.00742018036544323, -0.029058830812573433, 0.04378444701433182, -0.02280309982597828, 0.04100789874792099, -0.022116756066679955, -0.0006488053477369249, 0.0386287122964859, 0.006959075108170509, -0.01908021792769432, 0.0049152672290802, -0.02682626061141491, -0.013969679363071918, 0.01049093808978796, -0.009744830429553986, -0.0015795152867212892, 0.019848769530653954, 0.006224564742296934, -0.051292456686496735, -0.055678267031908035, 0.051561612635850906, 0.009413344785571098, -0.011958984658122064, -0.006609882228076458, 0.010922737419605257, -0.0005244982312433422, -0.024466196075081825, 0.020566103979945183, 0.012762199155986307, -0.011339928023517132, 0.0012643205700442195, -0.0002578222192823887, -0.018920185044407845, -0.07411680370569229, -0.027238493785262108, -0.007100735325366259, -0.04902021959424019, -0.04171159863471985, -0.020402662456035617, 0.0106599573045969, -0.06298228353261948, -0.006917994003742933, -0.0008669625967741013, -0.04042709246277809, -0.008695125579833984, -0.036573924124240875, -0.004543054383248091, 0.041168686002492905, 0.01494625210762024, -0.00738972332328558, 0.023034008219838142, 0.011635998263955116, -0.001339046400971711, -0.003320523537695408, 0.0062780422158539295, -0.03394753485918045, -0.014200055040419102, 0.05555785819888115, 0.025674205273389816, -0.032733507454395294, -0.03771570697426796, -0.014915971085429192, -0.06105286628007889, -0.007487202994525433, -0.0019180841045454144, -0.06327127665281296, -0.013316093012690544, -0.015768591314554214, -0.031890448182821274, 0.01678960956633091, 0.056495651602745056, -0.03490392118692398, -0.026691682636737823, 0.015061350539326668, -0.03192745894193649, -0.0117751806974411, -0.025469152256846428, 0.01920704729855061, -0.017452934756875038, -0.013077395036816595, -0.008051455020904541, 0.03427760675549507, -0.05130520462989807, 0.010309170000255108, 0.012366967275738716, -0.013210023753345013, 0.004936870653182268, -0.01815521903336048, -0.013135476037859917, -0.013036313466727734, -0.010200977325439451, 0.005407183431088924, -0.019244587048888206, 0.07381082326173782, 0.05380268022418022, 0.050874557346105576, 0.026074042543768883, -0.04594901949167251, 0.08433761447668076, 0.01445575151592493, -0.03440935164690018, 0.05792216956615448, 0.04021318256855011, -0.00736068282276392, -0.019166674464941025, 0.05068402364850044, -0.025354405865073204, 0.0023997300304472446, -0.004640799947082996, 0.02171939797699451, 0.0016829273663461208, -0.01656295359134674, 0.05466397851705551, 0.029886482283473015, -0.030676594004034996, -0.008165845647454262, 0.04754128307104111, -0.006553925573825836, -0.0260195042937994, -0.02519858069717884, 0.029384031891822815, 0.011901257559657097, -0.025771066546440125, 0.016949687153100967, -0.006239085458219051, -0.004930850118398666, 0.015750795602798462, -0.028536103665828705, 0.03966495767235756, 0.0433141328394413, 0.017206091433763504, 0.03165816888213158, 0.03533297777175903, -0.00668921135365963, -0.0001848670217441395, -0.018935058265924457, 0.0374663844704628, 0.00026348864776082337, -0.0044729323126375675, -0.03210311755537987, -0.011417132802307606, -0.04977172985672951, 0.01672515459358692, -0.04052908718585968, 0.001113806152716279, 0.04417118057608605, -0.010974355973303318, 0.017279932275414467, -0.00815398246049881, -0.009480632841587068, 0.05819132924079895, 0.0389566570520401, -0.02810262143611908, 0.023691488429903984, -0.00190108479000628, -0.042557667940855026, -0.004044408909976482, 0.015217532403767107, -0.01931045949459076, 0.023696977645158768, -0.00620827404782176, -0.008021529763936996, 0.030892273411154747, 0.04402810335159302, -0.0522642508149147, 0.00775520782917738, 0.00657659163698554, 0.05996208265423775, 0.034743670374155045, 0.028137683868408203, 0.011906569823622704, 0.00333185656927526, 0.00790607649832964, 0.020196545869112015, -0.02064277790486813, -0.06358859688043594, -0.02643173560500145, 0.03664014860987663, 0.018062429502606392, 0.0086743189021945, -0.010971610434353352, -0.023497238755226135, -0.028184786438941956, 0.0006767833256162703, 0.02099728398025036, -0.019531451165676117, 0.027201659977436066, -0.04158162698149681, -0.05710762366652489, 0.016649365425109863, 0.06062788516283035, -0.01145750656723976, -0.0058187078684568405, -0.007680835667997599, -0.039837077260017395, -0.0509893037378788, -0.01715509407222271, -0.06681278347969055, 0.02410212904214859, 0.02526586875319481, 0.025756722316145897, 0.02360914833843708, -0.00489933043718338, 0.026269536465406414, -0.02997395768761635, 0.01466895081102848, 0.010386197827756403, -0.0018602466443553567, -0.010196372866630554, -0.05041593313217163, 0.04004177451133728, -0.0323311910033226, -0.059945084154605865, -0.0010511213913559914, -0.00723655242472887, 0.0021546571515500546, -0.009857804514467716, -0.009677540510892868, -0.03349988907575607, 0.022174660116434097, -0.0181708000600338, -0.0724310502409935, 0.04135354980826378, -0.03430452197790146, 0.009657001122832298, -0.03590581566095352, 0.01936499774456024, -0.0939946174621582, -0.01824871264398098, -0.04747753590345383, 0.029954124242067337, 0.013684055767953396, -0.020954785868525505, 0.03799194470047951, 0.03102366253733635, -0.03237326815724373, 0.010861115530133247, 0.00014768113032914698, -0.04453808069229126, -0.01788322813808918, 0.01053104642778635, -0.02640375867486, -0.056464482098817825, -0.03181767091155052, -0.014836111105978487, -0.017220258712768555, -0.00380358612164855, -0.03126200661063194, 0.003466433845460415, -0.022070715203881264, -0.06453488767147064, 0.04198252409696579, -0.05988841876387596, -0.025165820494294167, 0.041366297751665115, -0.03771854192018509, 0.03023306280374527, 0.0027439650148153305, -0.09286699444055556, 0.00678554130718112, -0.0095493383705616, 0.015188844874501228, 0.00449772272258997, 0.06206149235367775, 0.0065018655732274055, 0.007624171208590269, 0.0035064530093222857, -0.022601941600441933, 0.005419578868895769, 0.033423393964767456, -0.040167853236198425, 0.025429485365748405, 0.009588295593857763, 0.0020229127258062363, -0.023019133135676384, -0.04990701749920845, 0.01534183882176876, -0.00982309691607952, 0.02520548552274704, 0.011981649324297903, 0.017040349543094635, -0.027718722820281982, 0.010716444812715054, 0.0064016408286988735, -0.013731158338487148, 0.03997696563601494, 0.04267241060733795, 0.03197278827428818, 0.01388415228575468, -0.04019494354724884, -0.009076899848878384, -0.010987192392349243, 0.0013411713298410175, 0.01190816331654787, 0.0017877562204375863, 0.01971065066754818, -0.003126802621409297, 0.02571563981473446, -0.015446667559444904, 0.06500236690044403, -0.009232019074261189, 0.0026524390559643507, 0.0399261899292469, 0.0033587717916816473, 0.08599362522363663, -0.011321824043989182, 0.005074281245470047, 0.0205889455974102, 0.04068632796406746, 0.048753898590803146, -0.0016517620533704758, -0.02302904985845089, 0.03619427606463432, -0.04770560935139656, 0.008765955455601215, -0.04382411018013954, -0.028268365189433094, -0.011781909503042698, -0.04950753226876259, 0.017944851890206337, 0.03860091045498848, 0.029316652566194534, -0.012791240587830544, 0.026157623156905178, 0.03291554003953934, 0.029905961826443672, 0.008062610402703285, 0.00048447909648530185, 0.01866094581782818, -0.023994464427232742, -0.02086394466459751, 0.05000334233045578, 0.01728825457394123, -0.02270535379648209, -0.01450444757938385, 0.006826622411608696, 0.011035357601940632, 0.06241989508271217, -0.0057337116450071335, 0.01094859093427658, 0.060197945684194565, -0.022749625146389008, -0.006883641239255667, -0.016796693205833435, -0.01812794804573059, -0.02107059210538864, 0.02662244625389576, 0.004261857829988003, 0.029875148087739944, -0.05186476558446884, 0.006468929350376129, 0.013902567327022552, -0.06820248067378998, -0.024017132818698883, 0.04352378845214844, 0.022073550149798393, -0.008641294203698635, 0.019770149141550064, 0.006017032079398632, 0.06653513014316559, -0.02927982248365879, -0.03897365182638168, 0.05059973523020744, -0.009059193544089794, -0.008278997614979744, 0.04699801653623581, -0.0016744278836995363, 0.029760051518678665, 0.030624179169535637, -0.061775337904691696, -0.03783470392227173, -0.02931240387260914, -0.017482329159975052, -0.004410955589264631, 0.037487633526325226, -0.035097818821668625, 0.017986642196774483, 0.12343167513608932, 0.03291483223438263, 0.02090892195701599, -0.004959181882441044, 0.012120477855205536, 0.005254189949482679, -0.05808649957180023, -0.031320974230766296, -0.010052233934402466, -0.00657092547044158, 0.03784886747598648, -0.017078597098588943, 0.02520708180963993, -0.05902712419629097, 0.06639914214611053, -0.025437986478209496, 0.014924648217856884, 0.004475765395909548, -0.007527532055974007, 0.0016765528125688434, 0.022059382870793343, 0.00880101602524519, 0.00776370707899332, 0.024139491841197017, 0.03396610915660858, -0.0112478481605649, 0.027071332558989525, 0.01405379083007574, 0.038079775869846344, -0.013735408894717692, -0.03406086564064026, -0.000830839155241847, -0.014929251745343208, -0.009630084969103336, -0.03579762205481529, 0.015435335226356983, 0.06057972460985184, -0.025368575006723404, 0.02700333669781685, -0.009546859189867972, -0.036083776503801346, -0.018914518877863884, -0.018003640696406364, 0.011535597033798696, 0.05332316085696221, -0.01948115974664688, -0.032643549144268036, 0.04433975741267204, 0.0009176062885671854, 0.01610751450061798, 0.048887062817811966, 0.033395059406757355, 0.027827799320220947, 0.006206149701029062, 0.05461935326457024, 0.020391330122947693, -0.016271840780973434, 0.0079117426648736, 0.007959199137985706, 0.00025886809453368187, 0.01569421961903572, 0.018392499536275864, -0.021038008853793144, 0.02877763658761978, -0.0008471301407553256, 0.05331536754965782, 0.014167118817567824, 0.0026596770621836185, -0.003754005068913102, 0.030748840421438217, 0.001718608196824789, -0.03184104338288307, 0.031068993732333183, 0.02156250737607479, 0.0026632186491042376, -0.03755704686045647, 0.0183608029037714, -0.0001954915642272681, 0.002072494011372328, -0.05134345218539238, -0.034430600702762604, 0.015217178501188757, 0.044101763516664505, -0.011848488822579384, 0.028512021526694294, 0.016891606152057648, -0.0264083631336689, -0.01588156633079052, 0.011431299149990082, 0.05425599217414856, 0.024439986795186996, 0.02004072070121765, 0.0431455560028553, 0.0372510626912117, 0.02975615486502647, 0.03647476062178612, 0.03016236610710621, -0.028782593086361885, 0.07163491100072861, 0.02033289521932602, 0.003710090182721615, -0.010315721854567528, -0.007453116122633219, 0.007769019342958927, -0.006543832831084728, 0.027531730011105537, 0.013542748987674711, 0.02031129039824009, 0.04712090641260147, 0.026380738243460655, -0.003837584750726819, 0.044278841465711594, -0.010855448432266712], [-0.058285217732191086, -0.02567218989133835, -0.053388241678476334, 0.012005790136754513, -0.014069083146750929, 0.007655515801161528, 0.033613793551921844, -0.03435438871383667, 0.024396775290369987, 0.030774500221014023, -0.03742427751421928, -0.013889440335333347, -0.05553185194730759, -0.02158813923597336, -0.03115839883685112, 0.03524784743785858, 0.018691411241889, -0.00604737363755703, 0.08050728589296341, 0.014416275545954704, -0.02782951481640339, -0.02731941267848015, 0.0020037000067532063, 0.03710903972387314, -0.03555531054735184, 0.04083628952503204, 0.014283056370913982, -0.007408507633954287, 0.01163182407617569, -0.006788397207856178, 0.006196140311658382, -0.034942109137773514, -0.01164218783378601, -0.02625192515552044, 0.016015781089663506, 0.03837085515260696, -0.017621224746108055, 0.033651795238256454, -0.03986326605081558, -0.002366438740864396, 0.008799870498478413, 0.028778141364455223, -0.003620478790253401, 0.02268153801560402, 0.01857827231287956, 0.04303809255361557, -0.015712959691882133, 0.030612995848059658, -0.01944798044860363, -0.06871999800205231, 0.004283772315829992, -0.006474024150520563, 0.01423317939043045, 0.006094011478126049, -0.015152117237448692, 0.03332705795764923, 0.05181637033820152, -0.025878822430968285, 0.07325596362352371, 0.002056383527815342, 0.016351746395230293, 0.01682373881340027, -0.04095148295164108, -0.008574454113841057, 0.015614178031682968, 0.012583580799400806, 0.02456950768828392, 0.061409950256347656, 0.0032177951652556658, -0.05327768996357918, -0.00813225843012333, -0.05242093652486801, -0.02705685980618, -0.028059573844075203, 0.056060414761304855, 0.0048537906259298325, -0.07683153450489044, -0.011089443229138851, -0.04079947993159294, -0.02989313006401062, -0.00608537532389164, -0.018950078636407852, -0.042948272079229355, -0.09486137330532074, -0.04955357685685158, -0.023158280178904533, -0.027556056156754497, -0.04004808887839317, 0.01066797599196434, 0.0023647116031497717, -0.036956820636987686, 0.002735007321462035, 0.05406535044312477, 0.020833296701312065, -0.001162383472546935, 0.03157554939389229, 0.02032719179987907, 0.010255143977701664, 0.02338801696896553, 0.023792210966348648, 0.04296554625034332, -0.024300312623381615, 0.025506582111120224, -0.013001594692468643, -0.034249451011419296, 0.012448849156498907, 0.0388808473944664, -0.04173223674297333, 0.016140149906277657, -0.02389282733201981, -0.01907056011259556, 0.01602916792035103, -0.011136945337057114, -0.03548233211040497, -0.008076983503997326, -0.012074019759893416, 0.03362070396542549, -0.02865377441048622, -0.0149379288777709, -0.009591850452125072, -0.04649015888571739, -0.002396073192358017, -0.014608873054385184, 0.010778523981571198, -0.03310941532254219, 0.003782847430557013, 0.02260726317763329, 0.027832429856061935, -0.030407873913645744, -0.008180622942745686, 0.028991464525461197, -0.00032473760074935853, 0.028925826773047447, -0.031989242881536484, -0.03759874030947685, 0.045027974992990494, 0.006382475141435862, 0.03790447488427162, 0.02689449116587639, 0.008802461437880993, -0.00126785843167454, 0.014618373475968838, 0.02160368673503399, 0.029371477663517, -0.03230448067188263, -0.01092707458883524, 0.00494792964309454, -0.051073621958494186, 0.005207784939557314, 0.014356251806020737, -0.001903515076264739, 0.008805916644632816, -0.03798047825694084, 0.016531821340322495, 0.014652487821877004, 0.00943811796605587, 0.02477678842842579, 0.007915910333395004, -0.03722045198082924, 0.013733332976698875, 0.03164658322930336, 0.015554585494101048, 0.08780351281166077, -0.03358961269259453, 0.02285081520676613, 0.005800366401672363, 0.043252285569906235, -0.013238239102065563, -0.03710299730300903, -0.0004289035277906806, 0.07057860493659973, 0.0017826020484790206, -0.0079491613432765, 0.04239898175001144, -0.01422540657222271, -0.017926204949617386, -0.012136203236877918, -0.02500997669994831, -0.005385375581681728, 0.022047609090805057, -0.007582968100905418, 0.003369152545928955, -0.01983490213751793, 0.007901012897491455, -0.01723182015120983, -0.005245030391961336, -0.010294441133737564, -0.01906451396644115, -0.0367700532078743, 0.008049346506595612, 0.05933715775609016, -0.023694615811109543, 0.009833675809204578, -0.00930252205580473, -0.037340935319662094, 0.007578919641673565, -0.0020909300073981285, -0.013290058821439745, 0.0054566278122365475, -0.0025167162530124187, 0.011600732803344728, 0.010056501254439354, 0.03427017852663994, -0.008622819557785988, -0.053312238305807114, -0.01752546615898609, 0.043801575899124146, -0.06076133996248245, 0.027300413697957993, -0.017864884808659554, 0.005302895326167345, 0.04456677660346031, 0.016321085393428802, 0.01302966382354498, 0.02476642280817032, 0.0359145924448967, 0.06518243253231049, -0.018041936680674553, 0.0686025470495224, -0.025714727118611336, -0.028531134128570557, 0.016132377088069916, 0.024816514924168587, -0.04549262672662735, -0.030981779098510746, 0.029018670320510864, -0.0015105479396879673, 0.051073621958494186, -0.021797146648168564, -0.050116680562496185, 0.05072815343737602, 0.002255053026601672, 0.027257228270173073, -0.0420638807117939, 0.01341442670673132, 0.023070186376571655, -0.008871554397046566, -0.008356810547411442, -0.01863095536828041, -0.01685439795255661, -0.03215593099594116, -0.039175789803266525, 0.041559502482414246, -0.01860504411160946, 0.017245639115571976, -0.014818958938121796, -0.012394438497722147, 0.023487551137804985, 0.0031899421010166407, 0.022928977385163307, 0.0353056900203228, 0.00726460013538599, -0.02326148748397827, -0.005441081710159779, 0.0096833985298872, 0.015593450516462326, 0.001335224136710167, 0.02884809859097004, -0.003666252829134464, 0.040308915078639984, 0.017184751108288765, -0.04688657820224762, -0.06596361845731735, -0.02575100027024746, 0.023809483274817467, -0.01832349039614201, 0.012816770002245905, -0.04667239263653755, 0.0535108782351017, -0.01343860849738121, -0.0086867306381464, -0.0455254428088665, 0.03324069082736969, 0.0047795153222978115, -0.05558213219046593, 0.005555085372179747, 0.06543117016553879, -0.033824529498815536, 0.05630224198102951, 0.023211829364299778, -0.049881335347890854, -0.008947556838393211, -0.001732509583234787, 0.019258838146924973, 0.011694008484482763, 0.03820330649614334, 0.03417690470814705, -0.0370546318590641, -0.016205787658691406, -0.04939465969800949, 0.004330410156399012, -0.0027084497269243, -0.011725099757313728, 0.044120267033576965, 0.07613714784383774, -2.677357588254381e-05, 0.010921028442680836, -0.0071494085714221, -0.05533666908740997, -0.04193951562047005, 0.04419194906949997, 0.01897210255265236, -0.03718158975243568, -0.0019890177063643932, 0.04159577563405037, -0.02966339699923992, -0.05771346762776375, 0.052897680550813675, -0.000943984545301646, 0.02052065171301365, -0.03150559216737747, -0.003955579828470945, 0.002108203247189522, 0.011630096472799778, 0.012471305206418036, -0.05260058119893074, 0.02829707972705364, 0.05812111869454384, -0.021937061101198196, -0.016011463478207588, 0.03731372952461243, -0.01515014749020338, -0.039894357323646545, -0.04617816209793091, 0.03194519504904747, 0.055291108787059784, 0.034408364444971085, 0.04619564861059189, -0.06132704019546509, -0.05636615306138992, 0.013595796190202236, 0.001409499323926866, 0.015423307195305824, -0.017509056255221367, -0.009705421514809132, -0.02653261460363865, -0.013759891502559183, 0.0010104866232722998, 0.016910536214709282, 0.02340010553598404, 0.04149386286735535, -0.04057665169239044, 0.02514643408358097, -0.020244279876351357, -0.016625527292490005, -0.055823881179094315, -0.006757305469363928, -0.01616130955517292, 0.00020555198716465384, 0.019280429929494854, 0.044896699488162994, -0.012735153548419476, -0.002832817379385233, -0.008170259185135365, -0.008073529228568077, -0.015034658834338188, -0.00031610095174983144, -0.004803698044270277, -0.005057615227997303, 0.002915729070082307, 0.04039959982037544, -0.018997149541974068, -0.03980107977986336, 0.0490267388522625, -0.0382741242647171, -0.05532975494861603, 0.02482515200972557, 0.011496445164084436, 0.0852816179394722, 0.0001589141320437193, 0.05145363137125969, 0.03695790097117424, -0.010430144146084784, 0.0340723991394043, 0.012453168630599976, 0.022565806284546852, -0.07869704812765121, -0.05561302229762077, 0.030048590153455738, -0.02783070132136345, 0.03777147084474563, -0.015081296674907207, 0.0467708520591259, -0.020205413922667503, 0.017944341525435448, 0.03947634622454643, 0.001914742635563016, 0.0314762257039547, -0.002407894702628255, 0.06340674310922623, -0.003276740200817585, -0.040813297033309937, 0.02620183303952217, 0.02481996826827526, -0.0018758777296170592, 0.028563298285007477, -0.013794437982141972, 0.023343104869127274, 0.036389611661434174, 0.018012572079896927, -0.044423412531614304, -0.004549780860543251, -0.01774742640554905, -0.02373477630317211, -0.00466896640136838, -0.05743018910288811, -0.05734727904200554, 0.03331669420003891, -0.02901910245418549, 0.023004548624157906, 0.025921139866113663, -0.027142362669110295, -0.0666886642575264, -0.007270429749041796, 0.04724068194627762, 0.004468596540391445, -0.01152300275862217, -0.015382068231701853, -0.0058020930737257, -0.0257786363363266, 0.024649828672409058, 0.020458467304706573, -0.04670693725347519, -0.00914619956165552, 0.0959288626909256, 0.043045006692409515, 0.008063812740147114, -0.005161254666745663, 0.00865418091416359, 0.06373147666454315, 0.03591848164796829, 0.03338578715920448, -0.0036679799668490887, 0.05725054442882538, 0.04615073651075363, 0.02528807520866394, 0.008671185001730919, 0.03452927991747856, -0.02654038742184639, -0.03381761908531189, -0.0033415150828659534, -0.006610482465475798, -0.011215537786483765, -0.0432116873562336, 0.0031493499409407377, 0.011662916280329227, -0.05673234537243843, 0.023087460547685623, -0.03680935129523277, -0.0464305654168129, -0.0017683516489341855, -0.02878246083855629, -0.02236241288483143, 0.005982599221169949, -0.03570342808961868, -0.008206857368350029, 0.013230573385953903, -0.012297709472477436, -0.02783728763461113, -0.006601198110729456, -0.012191478163003922, -0.013222693465650082, 0.006763351149857044, 0.01158000435680151, -0.03505093231797218, 0.02066509984433651, 0.02218579687178135, -0.07594022899866104, -0.0033846984151750803, -0.02906746976077557, 0.04716208949685097, -0.05193642154335976, 0.008935465477406979, -0.032738905400037766, 0.013480063527822496, 0.039056602865457535, 0.056462883949279785, -0.00855113472789526, 0.00672103138640523, -0.01661171019077301, -0.029836993664503098, -0.013010231778025627, 0.0052320752292871475, 0.004877972882241011, 0.018268216401338577, 0.04685117304325104, -0.003264649072661996, 0.042305707931518555, 0.0041934652253985405, -0.014381729066371918, 0.013448972254991531, 0.08128112554550171, -0.008662547916173935, 0.031096216291189194, -0.019206155091524124, 0.011147309094667436, -0.028544088825583454, 0.05574086308479309, -0.00489740539342165, -0.023106461390852928, 0.04832976311445236, 0.016599617898464203, -0.032176658511161804, 0.01704181358218193, 0.004972112365067005, -0.03484710678458214, -3.4546553706604755e-06, 0.0619419664144516, 0.0004326955531723798, 0.002152250148355961, -0.050728265196084976, -0.07666570693254471, -0.004098084755241871, -0.020015409216284752, 0.03531002998352051, 0.038042664527893066, -0.017501283437013626, -0.06025609374046326, 0.022389618679881096, 0.02093045972287655, 0.03627733141183853, -0.036163330078125, -0.014614054933190346, 0.04389830306172371, 0.009342682547867298, -0.017478827387094498, 0.030131718143820763, -0.0513664036989212, 0.025514354929327965, 0.023014914244413376, -0.014088083989918232, -0.03827585279941559, -0.03349633514881134, 0.035159751772880554, 0.045338891446590424, -0.030038226395845413, 0.008391140960156918, 0.008550271391868591, 0.018088575452566147, 0.029732273891568184, -0.007379143498837948, -0.01466846652328968, 0.027440108358860016, -0.04308818653225899, -0.06100920960307121, -0.03432890772819519, -0.020950324833393097, 0.04324537143111229, -0.006866127252578735, 0.019940270110964775, 0.010375571437180042, 0.00019691533816512671, -0.09682707488536836, -0.048047345131635666, -0.026741622015833855, 0.004428868182003498, 0.004238969646394253, 0.014684874564409256, 0.06068447232246399, -0.03436432033777237, -0.016855262219905853, 0.012053292244672775, 0.021949151530861855, 0.003561749355867505, 0.00047231614007614553, 0.02610164694488049, -0.01618160493671894, -0.0368775799870491, -0.04247153177857399, 0.018988512456417084, -0.018230214715003967, -0.02086784504354, -0.021246129646897316, -0.029758399352431297, -0.04089793562889099, -0.0056846351362764835, 0.06220106407999992, -0.053360600024461746, -0.019760627299547195, -0.030390599742531776, 0.05441772565245629, -0.013649342581629751, 0.000718136434443295, 0.0086867306381464, 0.04296554625034332, 0.00267390301451087, -0.007678835187107325, 0.01620427705347538, 0.021525094285607334, -0.05726436525583267, -0.03268449380993843, 0.0023993661161512136, 0.032733287662267685, -0.012954956851899624, -0.011118807829916475, -0.07011568546295166, -0.05139317736029625, 0.0288662351667881, 0.027657970786094666, -0.004856381565332413, 0.008871554397046566, -0.02063724584877491, -0.026749394834041595, -0.0021107944194227457, 0.07911505550146103, -0.016765441745519638, -0.039066966623067856, 0.03546878322958946, -0.03510275110602379, 0.0012868590420112014, -0.002677357755601406, 0.015276485122740269, -0.005245893727988005, 0.010371738113462923, -0.006664029788225889, 0.02335001341998577, -0.07589877396821976, 0.007703880779445171, -0.0129515016451478, -0.005798638798296452, 0.05163327604532242, -0.03472619503736496, -0.026504114270210263, -0.017063405364751816, -0.005137071944773197, -0.01458846963942051, 0.03589041158556938, -0.022472530603408813, 0.04497615247964859, -0.02338801696896553, 0.042153701186180115, -0.05332950875163078, 0.08216551691293716, 0.015169390477240086, -0.04205351695418358, 0.05907460302114487, 0.014198632910847664, -0.006541389971971512, -0.0415785014629364, -0.024884743615984917, 0.004494506400078535, 0.010947803035378456, -0.04495197534561157, -0.0052363937720656395, 0.001646143151447177, 0.00340801733545959, 0.024016762152314183, -0.00855372566729784, 0.015418125316500664, 0.014799742959439754, 0.04246289283037186, -0.017829475924372673, -0.02880491316318512, -0.05008213594555855, 0.04334210231900215, 0.01815766841173172, -0.02505877241492271, -0.020479412749409676, 0.001849967869929969, 0.0016858717426657677, 0.012351148761808872, -0.018656864762306213, 0.05512247607111931, 0.08047100901603699, 0.02166414074599743, 0.01074743177741766, 0.03182082623243332, 0.007133862469345331, -0.035159751772880554, -0.015684135258197784, 0.02297777496278286, 0.030912255868315697, -0.02830442227423191, -0.039051420986652374, 0.016512388363480568, -0.021923240274190903, -0.012810725718736649, -0.0346294641494751, -0.047743331640958786, -0.01279604248702526, -0.04412458464503288, -0.022792087867856026, 0.0182716716080904, 0.004003945272415876, 0.05363352224230766, 0.04086166247725487, 0.02143700048327446, 0.00849154219031334, -0.01880876161158085, -0.03043723851442337, -0.019982103258371353, -0.03708918020129204, 0.007591604720801115, 0.013500791974365711, 0.011491046287119389, 0.02091448195278645, 0.014765195548534392, 0.03746228292584419, -0.046485841274261475, 0.010101411491632462, 0.0020637246780097485, 0.04854092746973038, 0.023712752386927605, 0.01448364183306694, 0.05532284826040268, -0.028093256056308743, 0.021035827696323395, -0.006370384246110916, -0.022831816226243973, -0.0476500578224659, -0.02170732617378235, 0.0228542722761631, -0.0228413175791502, 0.02605501003563404, -0.005418626591563225, -0.021149398759007457, 0.04010919481515885, 0.012907130643725395, 0.05187510326504707, 0.019877437502145767, 0.01998431608080864, -0.015176300890743732, -0.035838592797517776, 0.008693639189004898, -0.01038987562060356, 0.0020624292083084583, -0.03400762379169464, -0.03688707947731018, -0.02376673184335232, -0.0346355102956295, 0.007102770730853081, -0.011261312291026115, 0.013052118942141531, -0.008532998152077198, 0.012332255020737648, 0.02690528705716133, -0.018351128324866295, -0.023075368255376816, -0.02256494387984276, 0.02410140261054039, 0.03893396258354187, 0.003292286302894354, -0.004653420299291611, -0.018665501847863197, -0.011987652629613876, -0.009009740315377712, -0.034788377583026886, 0.01088259555399418, 0.02193792350590229, -0.005099071189761162, 0.033489424735307693, 0.012749404646456242, 0.017984071746468544, 0.04151459038257599, 0.0033682887442409992, -0.06536207348108292, 0.05287112295627594, -0.05468373745679855, 0.04003621265292168, -0.029157288372516632, 0.0205893125385046, -0.08491542190313339, 0.03255321457982063, -0.010557426139712334, 0.011448943056166172, 0.012049837037920952, -0.03197110444307327, -0.002939911326393485, -0.005778126418590546, 0.025311395525932312, 0.0004272976657375694, 0.011478091590106487, -0.012505851686000824, -0.006163968238979578, -0.005656782072037458, -0.042860180139541626, -0.07827557623386383, -0.016822442412376404, -0.0023077097721397877, -0.031114783138036728, -0.026318427175283432, 0.025403806939721107, -0.03364402428269386, -0.04727350175380707, -0.055526670068502426, -0.009609554894268513, -0.062087059020996094, -0.02022743783891201, 0.015119298361241816, -0.05652506649494171, 0.03205228969454765, 0.007982844486832619, -0.09464028477668762, 0.005441081710159779, -0.027726199477910995, 0.00913929007947445, 0.01099184900522232, -0.01047796942293644, -0.04241107404232025, -0.056262511759996414, 0.07146644592285156, -0.00342475064098835, 0.040433283895254135, 0.037227362394332886, -0.04347942769527435, 0.004435129463672638, -0.02484242431819439, -0.017959024757146835, -0.022551989182829857, -0.04154568538069725, -0.06384893506765366, 0.013207146897912024, 0.04760514944791794, 0.005095616448670626, 0.017936568707227707, -0.01417099591344595, -0.022482894361019135, -0.008285126648843288, 0.05557848885655403, 0.0049237473867833614, 0.02690485492348671, 0.08320191502571106, 0.0034386771731078625, -0.033447541296482086, -0.026073146611452103, -0.04506252333521843, 0.013549158349633217, -0.014370501972734928, -0.015770500525832176, 0.01147118303924799, 0.0198651310056448, 0.003435654565691948, 0.014898110181093216, 0.04581218212842941, 0.023097824305295944, -0.01597605273127556, -0.02452870085835457, 0.0005475628422573209, 0.030521878972649574, -0.03602859750390053, -0.03129226714372635, 0.021005166694521904, 0.024044400081038475, -0.017122996971011162, -0.00017446008860133588, -0.02760615013539791, 0.03913692384958267, -0.04228454455733299, -0.004899564664810896, -0.04246807470917702, -0.03839503973722458, 0.048434268683195114, -0.03850299492478371, -0.0006693394389003515, 0.03184846416115761, 0.02400985360145569, 0.009011467918753624, 0.004795925226062536, 0.05786547437310219, -0.015152117237448692, -0.0035466353874653578, -0.012433303520083427, 0.016035862267017365, -0.041559502482414246, -0.02747660130262375, 0.016070624813437462, 0.005380625836551189, -0.02370584197342396, 0.02105266973376274, -0.00828426331281662, 0.021589867770671844, 0.037434644997119904, -0.002575445454567671, 0.01821985095739365, 0.057006992399692535, -0.045946914702653885, -0.01337037980556488, -0.02896037325263023, -0.01815766841173172, 0.0027084497269243, 0.01253521628677845, 0.0185929536819458, -0.005971371661871672, -0.025578266009688377, 0.002480442402884364, 0.0182716716080904, -0.048669181764125824, 0.005055888090282679, 0.01232620980590582, -0.01217075064778328, -0.02074865810573101, 0.005803820677101612, 0.0002685994259081781, 0.06459169089794159, -0.02338455989956856, -0.06689593940973282, 0.05978626012802124, -0.003112644422799349, -0.022874999791383743, 0.05081365630030632, 0.005396171472966671, 0.04063883796334267, 0.017472781240940094, -0.030530083924531937, 0.0002625538036227226, -0.010334600694477558, 0.010758659802377224, -0.04036764428019523, 0.04966412112116814, -0.033254511654376984, -0.010343237780034542, 0.06266053766012192, 0.028316082432866096, 0.01048833318054676, -0.017430463805794716, 0.02191633358597755, -0.0272233746945858, -0.02906055934727192, -0.033254511654376984, -0.018868030980229374, 0.030549516901373863, 0.020668769255280495, -0.017539285123348236, -0.008987285196781158, -0.032535940408706665, 0.10254798829555511, 0.010668838396668434, 0.0153870340436697, 0.035120025277137756, -0.02834155969321728, -0.02482860721647739, 0.042022425681352615, 0.022546807304024696, 0.04858972504734993, -0.010710294358432291, 0.027728790417313576, -0.026903126388788223, 0.01867586560547352, -0.025308804586529732, 0.01194446999579668, 0.02079702354967594, 0.011768282391130924, 0.0008524361765012145, -0.016871672123670578, -0.004847744945436716, 0.015033796429634094, 0.03508331999182701, 0.01932879537343979, -0.03395235165953636, 0.050617609173059464, 0.0043459562584757805, 0.004381366539746523, -0.01168018952012062, 0.005701908376067877, -0.02380257472395897, 0.03407391160726547, -0.028766915202140808, 0.011621891520917416, 0.022531261667609215, -0.01163527835160494, 0.07614059746265411, 0.02389930374920368, 0.022030336782336235, 0.0022748904302716255, -0.003965944051742554, 0.05338996648788452, -0.04313136637210846, -0.011844285763800144, -0.0006423499435186386, -0.018045390024781227, -0.021020712330937386, -0.00844857469201088, 0.019776172935962677, -0.017275866121053696, 0.02547808177769184, -0.014395548030734062, 0.03558553755283356, 0.017981480807065964, -0.013754901476204395, -0.013685616664588451, 0.032611943781375885, -0.01714027114212513, -0.045043088495731354, 0.01596914418041706, 0.02210288494825363, -0.030861297622323036, -0.003000367898494005, 0.007814429700374603, 0.010373465716838837, 0.021111397072672844, -0.03359997645020485, -0.03988054022192955, 0.02076593227684498, 0.018154213204979897, -0.0027982706669718027, 0.04823734983801842, 0.05387361720204353, -0.052020199596881866, -0.02574236132204533, -0.01404317282140255, 0.03721354529261589, 0.0011184446047991514, 0.030200595036149025, 0.04132458567619324, 0.045898545533418655, 0.014908780343830584, -0.009680968709290028, 0.02048405446112156, -0.03791483864188194, 0.06242562085390091, 0.018948784098029137, 0.016273152083158493, -0.016646254807710648, 0.03132854029536247, 0.02574236132204533, 0.01218629628419876, -0.0003437382110860199, -0.009655761532485483, -0.0014284998178482056, 0.02603168971836567, 0.02292854525148869, -0.01039851177483797, 0.03919133543968201, 0.015172845683991907], [-0.041884664446115494, -0.03429919481277466, -0.055662546306848526, -0.032396864145994186, 0.006454803515225649, 0.02610933594405651, 0.012531527318060398, -0.04394979774951935, 0.016756609082221985, 0.04005508869886398, -0.0024426160380244255, -0.02579655312001705, -0.041573673486709595, -0.03693250939249992, -0.0486924983561039, 0.02747585251927376, 0.015341488644480704, -0.03449837490916252, 0.06234634295105934, 0.013615676201879978, -0.01634453795850277, 0.01316454354673624, 0.002569636795669794, 0.0330611914396286, -0.049084894359111786, 0.06001107022166252, -0.0016971887089312077, -0.01637435331940651, 0.011553526856005192, 0.0008046887232922018, 0.019403770565986633, -0.021091418340802193, -0.008461903780698776, -0.017056569457054138, 0.013674434274435043, 0.018761808052659035, 0.02531590312719345, 0.03985710069537163, -0.04483536630868912, -0.018591850996017456, -0.010661175474524498, 0.026146307587623596, 0.007676111534237862, 0.055310703814029694, 0.02164422534406185, 0.0439336933195591, -0.01452748291194439, 0.05814571306109429, -0.00649982737377286, -0.05928591638803482, 0.052327800542116165, 0.02422817423939705, -0.000775989843532443, 0.013265623711049557, 0.010354879312217236, 0.029406806454062465, 0.04419548809528351, 0.0006679028738290071, 0.08328182250261307, 0.010532588697969912, 0.0014992033829912543, 0.01878894120454788, -0.01812349818646908, -0.01818365417420864, 0.026765013113617897, 0.023209623992443085, 0.005574603099375963, 0.023390015587210655, 0.029908927157521248, -0.04607456177473068, 0.010567176155745985, -0.02123931050300598, -0.005461894907057285, -0.01030940841883421, 0.08321622014045715, 0.001306286663748324, -0.05819103494286537, 0.0044940318912267685, -0.03732145577669144, -0.01763501949608326, -0.022973472252488136, -0.011545773595571518, -0.011269071139395235, -0.0478498749434948, -0.08409851044416428, 0.028340399265289307, -0.005049226339906454, -0.021420300006866455, 0.04370112344622612, 0.007807604968547821, -0.025585448369383812, 0.00812098290771246, 0.019707009196281433, 0.025649406015872955, -0.014291927218437197, 0.04474471881985664, 0.011102096177637575, 0.02193106710910797, 0.03266998752951622, 0.03980700671672821, 0.03106463886797428, -0.0002609740768093616, 0.006967657711356878, -0.019230233505368233, -0.03653786331415176, 0.0042122602462768555, 0.035203251987695694, -0.049453433603048325, 0.018405195325613025, -0.0376303605735302, -0.03045636974275112, 0.013949627988040447, 0.022741496562957764, -0.05334873870015144, -0.013354776427149773, -0.03229548782110214, 0.02408743835985661, -0.024927683174610134, -0.05368030071258545, -0.027727508917450905, -0.04067051038146019, -0.021925102919340137, -0.016440846025943756, -0.013975867070257664, -0.016544310376048088, -0.00045321977813728154, -0.00280802440829575, 0.009506434202194214, -0.001452688593417406, -0.005294919013977051, 0.02789865992963314, -0.012511848472058771, 0.03204025328159332, -0.01869889348745346, -0.04347093403339386, 0.03679906204342842, -0.04190612956881523, 0.03183690086007118, 0.020245805382728577, -0.007803728803992271, 0.003921543713659048, 0.05646641179919243, -0.001855517621152103, 0.016204992309212685, -0.010344145819544792, -0.028010623529553413, -0.01758805848658085, -0.046583835035562515, -0.011541599407792091, 0.00403842655941844, -0.01961308717727661, -0.002456928137689829, -0.005014339927583933, 0.025327829644083977, 0.014099309220910072, 0.010105608962476254, 0.03350486978888512, 0.005936881061643362, -0.024379348382353783, 0.020495671778917313, 0.02282915636897087, -0.004493435379117727, 0.04825061559677124, -0.0005701027694158256, -0.01152251660823822, -0.020394889637827873, 0.02236281707882881, -0.002745557576417923, -0.03048737905919552, 0.054515182971954346, 0.052990932017564774, -0.03014299087226391, 0.015920089557766914, 0.06688808649778366, -0.03299201652407646, -0.02606252208352089, -0.022734934464097023, -0.03110519051551819, 0.02024401538074017, 0.0644359290599823, -0.03438268229365349, 0.020111627876758575, 0.006801874376833439, -0.020855266600847244, 1.2821349628211465e-05, 0.018608249723911285, -0.018683984875679016, -0.015459416434168816, -0.03149817883968353, 0.02702561393380165, 0.02532082423567772, -0.05316029489040375, 0.024655155837535855, 0.0166209414601326, -0.02094266749918461, 0.01714363507926464, 0.010329683311283588, -0.006542764138430357, -0.01767478883266449, 0.010134232230484486, -0.014433559961616991, 0.028668535873293877, 0.04992096498608589, 0.002066920744255185, -0.04451572149991989, -0.0389387346804142, 0.030487528070807457, -0.028536148369312286, 0.013432002626359464, -0.009666104800999165, 0.003565974999219179, 0.04665688797831535, 0.02615256980061531, -0.012601299211382866, 0.024944977834820747, 0.01687617599964142, 0.07894611358642578, -0.0058095622807741165, 0.07521063089370728, 0.0029000104404985905, -0.04005389288067818, -0.019996533170342445, 0.010207582265138626, -0.022191518917679787, -0.027503881603479385, 0.059013985097408295, 0.00355330272577703, 0.04552712291479111, -0.008551839739084244, -0.007486475165933371, 0.09111148864030838, -0.01333062443882227, 0.020078828558325768, -0.023371828719973564, -0.03205933794379234, -0.0017687497893348336, -0.020704688504338264, 0.04363895580172539, 0.0025374344550073147, -0.0002385367261013016, -0.04578712582588196, 0.0030049665365368128, 0.023164302110671997, 0.004299028310924768, 0.004578712396323681, 0.003856728784739971, 0.009900467470288277, -0.008447927422821522, -0.031171979382634163, -0.005673595704138279, 0.050021152943372726, -0.0042882938869297504, -0.04665539786219597, 0.005113780498504639, -0.009558524936437609, -0.00882943719625473, -0.005079043097794056, 0.04444655030965805, -0.005667632911354303, 0.03752302005887032, -0.00529432250186801, -0.05246615037322045, -0.0652708038687706, 0.0074017951264977455, 0.04218998923897743, 0.0223284550011158, -0.011252373456954956, -0.01194949820637703, 0.03955047205090523, -0.001124700647778809, -0.03024347499012947, -0.04315129667520523, 0.029088959097862244, -0.01141934935003519, -0.04768587648868561, 0.0064530149102211, 0.09124507009983064, -0.057663869112730026, 0.051399894058704376, 0.015008581802248957, -0.040647849440574646, -0.04025217890739441, 0.00459868973121047, 0.047395460307598114, 0.010831953026354311, 0.010419283993542194, 0.010961954481899738, -0.0722682774066925, -0.04004882648587227, -0.061637889593839645, -0.030171317979693413, -0.008753403089940548, 0.018029797822237015, 0.01980808936059475, 0.07738608121871948, 0.009485412389039992, 0.028827013447880745, 0.009355410933494568, -0.0673198327422142, -0.059395648539066315, -0.0048929848708212376, 0.012662423774600027, -0.03743118420243263, 0.005699835252016783, 0.02276594378054142, -0.036267124116420746, -0.05386636033654213, 0.061893124133348465, -0.001727005816064775, 0.011396092362701893, -0.014578172005712986, -0.0028288220055401325, -0.007399073801934719, -0.008688700385391712, 0.0244333166629076, -0.04406309872865677, -0.013792193494737148, 0.06130155548453331, -0.034251488745212555, -0.00266206986270845, 0.025318289175629616, -0.0037617243360728025, 0.015562135726213455, -0.03479535132646561, 0.043208543211221695, 0.0438239686191082, 0.01844365894794464, 0.04527486860752106, -0.05701981857419014, -0.007915990427136421, 0.012454300187528132, -0.03188043087720871, 0.02168358489871025, 0.02290996350347996, 0.01741437241435051, 0.0036641478072851896, 0.009187838062644005, 0.030213061720132828, 0.018956514075398445, 0.034196626394987106, -0.0012207117397338152, -0.03778898715972901, -0.009722757153213024, -0.03133418411016464, 0.01969858631491661, -0.054187193512916565, 0.027295758947730064, -0.04456343129277229, 0.0035208577755838633, 0.005701027810573578, 0.0055984570644795895, -0.005558502394706011, 0.002505828393623233, -0.007625720929354429, -0.00612055417150259, -0.01566440984606743, -0.040118299424648285, -0.018212875351309776, -0.04472802206873894, -0.0005355149623937905, -0.026470420882105827, -0.012774834409356116, -0.06463271379470825, 0.04432757943868637, -0.02939264476299286, -0.00825486145913601, 0.02018497884273529, 0.006215671077370644, 0.06149476766586304, -0.009758537635207176, 0.01373166497796774, 0.010739072225987911, -0.03446616977453232, -0.00082593341358006, 0.02060927450656891, 0.03948378935456276, -0.054333895444869995, -0.05127883329987526, -0.0003053270047530532, -0.029202857986092567, 0.0458097867667675, -0.02088150382041931, 0.05278817564249039, -0.01843978278338909, 0.04988280311226845, 0.0387561060488224, 0.03803713992238045, 0.05430139601230621, -0.03524618595838547, 0.049448661506175995, -0.04019821062684059, -0.031062252819538116, 0.023140447214245796, 0.043561577796936035, 0.014393902383744717, -0.0145095931366086, 0.002595279598608613, 0.06714808940887451, 0.04674842581152916, 0.003617856651544571, -0.036180056631565094, -0.0025094065349549055, -0.04695833846926689, -0.035930972546339035, -0.008550945669412613, -0.06420931220054626, -0.09088249504566193, 0.007067842874675989, -0.037167299538850784, 0.04892805591225624, -0.00855213776230812, 0.007604551035910845, -0.050164274871349335, 0.0016184716951102018, 0.05556236207485199, 0.022089693695306774, -0.034953754395246506, -0.010815254412591456, 0.005305653437972069, 0.0036376849748194218, -0.006229684688150883, 0.013154256157577038, -0.05174696445465088, 0.016371967270970345, 0.0476214699447155, 0.039382413029670715, -0.006717194337397814, 0.025496594607830048, -0.04342203214764595, 0.04032284393906593, 0.03508755937218666, 0.01980361714959145, -0.0028600553050637245, 0.0783020630478859, 0.03585147485136986, 0.025530586019158363, 0.04036995768547058, 0.0001359659363515675, -0.023409809917211533, -0.02387603372335434, -0.02405642904341221, -0.00676191970705986, 0.0035863996017724276, -0.01698143035173416, 0.00211272737942636, 0.002327373018488288, -0.034254468977451324, 0.005284781102091074, -0.05380672961473465, -0.08430842310190201, -0.008067908696830273, -0.031690794974565506, -0.04170408099889755, -0.01877284049987793, -0.042915139347314835, 0.002960240701213479, 0.03633391484618187, -0.013327047228813171, -0.015213873237371445, 0.002688308944925666, -0.024840619415044785, -0.022703925147652623, 0.01364668644964695, 0.02135977149009705, -0.03370404615998268, 0.0013739715795964005, 0.013350900262594225, -0.08136964589357376, -0.01355030294507742, 0.013767445459961891, 0.015448831021785736, -0.029298273846507072, -0.0022732550278306007, -0.024282442405819893, 0.007113164756447077, 0.037759169936180115, 0.04161034896969795, -0.0001681683934293687, -0.009577249176800253, -0.03272425755858421, -0.0012046104529872537, -0.010373515076935291, -0.012382441200315952, 0.0181138813495636, 0.01805901899933815, 0.006552007514983416, -0.02218749187886715, 0.0212106853723526, 0.01021772064268589, -0.05828883498907089, -0.00027577081345953047, 0.10279024392366408, 0.010890691541135313, 0.037808071821928024, -0.0027694115415215492, 0.00695215305313468, -0.020809942856431007, 0.05504473298788071, -0.03581509739160538, -0.012044614180922508, 0.037659283727407455, 0.03165978565812111, -0.030814768746495247, 0.02610903792083263, 0.009745418094098568, -0.049207739531993866, 0.019264820963144302, 0.05135934427380562, 0.009982761926949024, 0.0028481283225119114, -0.07623156905174255, -0.04786716401576996, -0.011595269665122032, -0.006603590678423643, 0.01940794475376606, 0.028660187497735023, 0.020918479189276695, -0.022352082654833794, 0.005552538670599461, 0.003201759187504649, -0.009299354627728462, 0.02441423386335373, -0.03740732744336128, 0.04019343852996826, 0.004785344935953617, 0.014562667347490788, 0.04422232508659363, -0.0223926343023777, 0.011249392293393612, -0.0029975122306495905, -0.027208691462874413, -0.04247862100601196, -0.03316137567162514, 0.026790058240294456, 0.01457638293504715, -0.026546752080321312, 0.020175138488411903, -0.017990440130233765, 0.014958339743316174, 0.0025187241844832897, -0.0030312053859233856, 0.014784357510507109, -0.006318837869912386, -0.03946948051452637, -0.056433018296957016, 0.00835117045789957, -0.002408028347417712, 0.04796496406197548, 0.03226373344659805, -0.0008658883161842823, -0.013425741344690325, -0.005747542250901461, -0.07306856662034988, -0.03801559656858444, 0.025481684133410457, 0.004005031660199165, -0.01795346662402153, 0.0054753124713897705, 0.02553386613726616, -0.026658862829208377, -0.0010495615424588325, 0.02831117808818817, -0.009312772192060947, 0.007697431370615959, -0.0031164824031293392, 0.0191029142588377, 0.004146364517509937, -0.06546640396118164, -0.03923929110169411, -0.021202338859438896, -0.015705257654190063, -0.029650114476680756, -0.025430401787161827, -0.03976645693182945, -0.04954199120402336, 0.0035541970282793045, 0.029515042901039124, -0.035222332924604416, 0.00764629477635026, -0.0579984150826931, 0.03198777511715889, 0.02709747478365898, 0.007698772475123405, -0.019407497718930244, 0.02177512459456921, -0.015704065561294556, -0.0010292859515175223, -0.00525973504409194, -0.0033615787979215384, -0.0581170879304409, -0.04908936843276024, 0.06537337601184845, 0.024563319981098175, -0.02114747278392315, -0.04450245574116707, -0.057797446846961975, -0.026112614199519157, 0.018638066947460175, -0.005136888474225998, -0.02495064213871956, 0.006106614600867033, -0.03628382086753845, -0.026551522314548492, 0.03101007267832756, 0.0597868449985981, 0.008963166736066341, -0.0217855591326952, 0.015689752995967865, -0.016122696921229362, 0.013408149592578413, -0.010821218602359297, 0.013446315191686152, -0.009355708956718445, 0.015189123339951038, 0.008062541484832764, 0.01921413280069828, -0.07038741558790207, -0.030258383601903915, -0.01548580452799797, -0.02507796138525009, 0.013478071428835392, -0.04306422919034958, -0.03579482063651085, -0.01974070444703102, 0.006466432940214872, -0.0388677716255188, 0.011631050147116184, 0.023684311658143997, 0.02490323595702648, -0.013341358862817287, 0.06279121339321136, -0.03421570733189583, 0.06267313659191132, -0.0017013632459565995, -0.07671818137168884, 0.04178686439990997, 0.009128800593316557, -0.03333670273423195, -0.02215767651796341, -0.0075213611125946045, -0.01632724329829216, 0.024230560287833217, -0.014638998545706272, -0.009583213366568089, 3.5333250707481056e-05, -0.0186106339097023, 0.0029101481195539236, 0.01068942714482546, 0.0008310023113153875, 0.006936051417142153, 0.05382342636585235, 0.010427036322653294, -0.03835193440318107, -0.02982448972761631, 0.04168667644262314, 0.02652110904455185, -0.014503927901387216, -0.01904723234474659, -0.0029518920928239822, -0.013791372999548912, 0.02591045573353767, -0.006795911584049463, 0.04592070356011391, 0.05578181520104408, 0.011040672659873962, -0.009905237704515455, 0.05857865884900093, -0.007854715920984745, -0.007794187869876623, -0.03706860914826393, 0.06817379593849182, 0.005617540329694748, 0.012838484719395638, -0.06186449900269509, -0.011340036056935787, -0.018053650856018063, 0.006716597825288773, -0.05175292864441872, -0.019094865769147873, 0.040004994720220566, -0.02191317453980446, 0.0017723279306665065, 0.027073917910456657, 0.020486243069171906, 0.08345922827720642, 0.0030007921159267426, -0.01117186713963747, 0.022021710872650143, -0.03490269184112549, -0.03734038770198822, -0.01815890707075596, -0.005535244941711426, 0.005383774172514677, 0.00020573791698552668, -0.009289216250181198, 0.0004031270509585738, 0.040579866617918015, 0.032448746263980865, -0.03371776267886162, 0.026578061282634735, 0.02059466391801834, 0.05382342636585235, 0.046593379229307175, 0.04414837807416916, 0.045956484973430634, -0.000781207752879709, 0.026163900271058083, -0.007960567250847816, -0.04480435326695442, -0.06951139122247696, -0.032347965985536575, 0.007189496885985136, 0.020549044013023376, 0.004833871964365244, -0.0056360261514782906, 0.0016244350699707866, -0.007324269972741604, 0.012366637587547302, 0.012916316278278828, 0.010173292830586432, 0.01713409274816513, 0.0075162919238209724, -0.054108478128910065, 0.004095078911632299, 0.018152644857764244, -0.04047729820013046, -0.013095665723085403, -0.02080696262419224, 0.0064926715567708015, -0.04886186122894287, -0.014685737900435925, 0.009799089282751083, 0.01770300418138504, 0.03371269255876541, -0.014403442852199078, 0.02787286601960659, -0.0024903235025703907, -0.0070153651759028435, -0.026057753711938855, 0.014908545650541782, 0.005167898256331682, 0.008084009401500225, -0.03148386627435684, -0.008584937080740929, 0.0005474417703226209, -0.029605986550450325, -0.007755425292998552, 0.012260787189006804, 3.9656730223214254e-05, -0.0002886294387280941, 0.0242758821696043, 0.0300469808280468, 0.01627536118030548, 0.04781826585531235, -0.006818572524935007, -0.07502218335866928, 0.060073088854551315, -0.05595594272017479, 0.01972460187971592, -0.033638451248407364, -0.016213340684771538, -0.0647340938448906, -0.022739706560969353, -0.0005894838832318783, -0.02382683753967285, -0.014256147667765616, -0.029292311519384384, 0.01650077849626541, 0.04628327861428261, 0.010900532826781271, 0.0037372743245214224, 0.025220191106200215, -0.01194413099437952, -0.017945118248462677, 0.002625842113047838, -0.040378302335739136, -0.0959060788154602, -0.032561756670475006, 0.0032449939753860235, -0.018781188875436783, -0.009658053517341614, 0.01922605931758881, -0.001720147905871272, -0.025767331942915916, -0.05367076396942139, -0.003910213243216276, -0.05081309378147125, -0.006830648519098759, 0.04482105001807213, -0.03144868090748787, 0.03232947736978531, -0.00980266649276018, -0.1019243597984314, 0.006606870796531439, -0.01565277948975563, 0.012592353858053684, 0.008392914198338985, -0.018894493579864505, -0.015842417255043983, -0.03226209431886673, 0.026049701496958733, 0.025771507993340492, 0.003586995881050825, 0.022945145145058632, -0.02518739178776741, 0.0009350639302283524, 0.03267953172326088, 0.0049931700341403484, -0.0051989080384373665, -0.04828937351703644, -0.012133169919252396, 0.022267404943704605, 0.010637247003614902, -0.014407320879399776, 0.044926006346940994, -0.013959169387817385, -0.031179284676909447, -0.0096559664234519, 0.034585438668727875, 0.0330611914396286, 0.025416089221835136, 0.04419384524226189, 0.011316201649606228, -0.005742175038903952, 0.026351749897003177, -0.024483410641551014, 0.025653433054685593, 0.0018796693766489625, -0.018258793279528614, 0.008014312013983727, 0.011673390865325928, 0.014576978981494904, -0.013446315191686152, 0.04139655828475952, -0.010935716331005096, -0.015585691668093204, 0.021001964807510376, 0.006877013947814703, 0.050419580191373825, -0.046886783093214035, -0.006286188494414091, 0.04918627068400383, 0.046882010996341705, 0.018869446590542793, 0.016101229935884476, -0.02101687528192997, 0.02327045053243637, -0.05941711366176605, -0.026428379118442535, -0.039046671241521835, -0.03374340757727623, 0.039270300418138504, -0.042228154838085175, 0.0031856580171734095, 0.04091143235564232, 0.004519525449723005, 0.030823716893792152, 0.024244870990514755, 0.05780002102255821, -0.00548157375305891, 0.033157795667648315, -0.03667680919170379, 0.024055534973740578, -0.02206941694021225, 0.002795650390908122, 0.015020305290818214, -0.018925951793789864, -0.014705938287079334, 0.0240707416087389, -0.023870369419455528, 0.028822841122746468, 0.032398056238889694, -0.03626473993062973, 0.015910400077700615, 0.05725358426570892, -0.05288359522819519, -0.0039639584720134735, -0.009483027271926405, -0.0065323286689817905, 0.00962257105857134, 0.020283373072743416, 0.025136999785900116, 0.01093869749456644, -0.010808099061250688, -0.01414761319756508, -0.016469769179821014, -0.0373232439160347, -0.0017830620054155588, 0.0047540366649627686, 0.014384957030415537, -0.026266470551490784, 0.004372676368802786, 0.02169133722782135, 0.07095513492822647, -0.013195851817727087, -0.07535375654697418, 0.04387644678354263, 0.021172521635890007, 0.0015096392016857862, 0.04340652748942375, 0.0181635282933712, 0.0065786936320364475, 0.03530462831258774, -0.03867276757955551, -0.02554251067340374, -0.0008477744413539767, -0.004368800204247236, -0.04183158650994301, 0.04731137678027153, -0.03484842926263809, 0.012257209978997707, 0.05876591056585312, 0.03882423788309097, -0.005008078645914793, -0.029254144057631493, 0.019418828189373016, -0.004132350441068411, -0.05950615182518959, -0.07673249393701553, -0.02428184635937214, 0.024887729436159137, -0.007417523302137852, -0.013439755886793137, -0.009617800824344158, -0.025474006310105324, 0.08863547444343567, 0.0006507207290269434, 0.010444330982863905, 0.04814565554261208, -0.006156334653496742, 0.000616617442574352, 0.01375164184719324, 0.018621966242790226, 0.03008723258972168, 0.0037450266536325216, -0.0009341694531030952, -0.02595040947198868, -0.004017107654362917, -0.029776539653539658, 0.07056871056556702, 0.005086199380457401, 0.00704160425812006, -0.010540937073528768, 3.1904284696793184e-05, -0.011673390865325928, -0.018333932384848595, 0.021672552451491356, 0.04058702290058136, -0.03823147341609001, 0.03971457853913307, -0.031136199831962585, -0.008373831398785114, -0.0654681921005249, 0.00845582876354456, -0.0005689100944437087, 0.04915764927864075, -0.02669497951865196, 0.000729624240193516, 0.03048260696232319, 0.013479524292051792, 0.06018877774477005, 0.03691117465496063, 0.07208281755447388, -0.005946124438196421, -0.003382599912583828, 0.0447375662624836, -0.0016602156683802605, -0.010107397101819515, -0.019635897129774097, 0.0013602556427940726, -0.027576038613915443, 0.016045134514570236, 0.03759815916419029, 0.00949376169592142, 0.034575898200273514, -0.008726865984499454, 0.0646720752120018, 0.02610903792083263, -0.03062274679541588, -0.02115701511502266, 0.027300527319312096, -0.004916241858154535, -0.033217430114746094, -0.011585728265345097, -0.011882707476615906, -0.002890208037570119, -0.02793268859386444, 0.004337790422141552, 0.0338483601808548, -0.005145237315446138, -0.03553391993045807, -0.04074445739388466, 0.014703403227031233, 0.01601744256913662, -0.024134548380970955, 0.02291860803961754, 0.05723927170038223, -0.033997148275375366, -0.033206697553396225, 0.0034957556053996086, 0.03551573306322098, 0.020765293389558792, -0.004824405536055565, 0.009645231999456882, 0.059832166880369186, 0.03519251570105553, -0.007954305969178677, 0.008256091736257076, -0.029413964599370956, 0.05815286934375763, 0.02967471443116665, 0.04192998632788658, -0.03618363663554192, 0.013010985217988493, 0.022723009809851646, 0.032584115862846375, 0.0226210355758667, 0.02948075346648693, 0.03539467602968216, 0.02677053026854992, 0.030635271221399307, -0.039580173790454865, 0.03261035680770874, 0.020650124177336693], [-0.02148766815662384, -0.028072945773601532, -0.0523664727807045, 0.005887799896299839, 0.014621724374592304, 0.051642484962940216, 0.025892803445458412, -0.04066941514611244, 0.04556352272629738, 0.059539396315813065, -0.00023123023856896907, 0.012317396700382233, -0.018278352916240692, -0.022277837619185448, -0.02691081538796425, -0.0307424608618021, 0.039277248084545135, 0.002341804327443242, 0.057373806834220886, 0.04025798290967941, 0.014333783648908138, 0.0009998715249821544, -0.008582629263401031, 0.04474703595042229, -0.03887857496738434, 0.021703749895095825, -0.006007202435284853, 0.008295584470033646, 0.006729597691446543, -0.0016554888570681214, -0.014117802493274212, -0.03702417388558388, 0.003852774389088154, -0.0430116169154644, 0.012874740175902843, 0.01767476089298725, -0.012596466578543186, 0.018795032054185867, -0.04706651717424393, -0.015854422003030777, -0.033204663544893265, 0.01239075232297182, -0.013092415407299995, 0.04416976124048233, -0.02257046289741993, 0.03145389258861542, -0.03044106438755989, 0.04396883025765419, -0.006637902930378914, -0.06878222525119781, 0.04272337630391121, -0.023069603368639943, -0.004916433244943619, 0.006204645149409771, 0.0006035906844772398, 0.0010105172405019405, 0.002785925753414631, -0.00807990226894617, 0.07478464394807816, 0.02272096276283264, 0.021746806800365448, 0.012877630069851875, -0.01775210350751877, 0.029785646125674248, 0.0028222049586474895, -0.004683608654886484, 0.01654970645904541, 0.034368786960840225, 0.03505769371986389, -0.04577402025461197, -0.011576661840081217, 0.006246405653655529, -0.005682284012436867, -0.028678929433226585, 0.05270135775208473, 0.0098870862275362, -0.08562854677438736, -0.015599271282553673, -0.02432861179113388, -0.01269533857703209, -0.02898510918021202, -0.004503607749938965, -0.04847223684191704, -0.04199141263961792, -0.05794629827141762, 0.017505524680018425, 0.0319424644112587, -0.04017665237188339, 0.02516103908419609, 0.006956841330975294, -0.039797116070985794, -0.007842691615223885, 0.05203159153461456, 0.03461756184697151, 0.00011476793588371947, 0.04430052638053894, 0.014355411753058434, 0.027084238827228543, -0.0028895807918161154, 0.028079325333237648, 0.03242725133895874, -0.00016138775390572846, 0.001197613193653524, -0.023510534316301342, -0.04363872855901718, 0.025888221338391304, 0.04285254701972008, -0.03267522528767586, 0.02132102288305759, 0.032473497092723846, -0.01480192504823208, 0.01718279905617237, 0.016887780278921127, -0.05825088545680046, -0.0046883923932909966, -0.021099360659718513, 0.03686288371682167, 0.00710833678022027, -0.033693037927150726, -0.02278654463589191, -0.026508552953600883, 0.008293191902339458, -0.009346486069262028, 0.011252142488956451, -0.040141571313142776, -0.012589290738105774, 0.013168961741030216, 0.020111549645662308, -0.035000286996364594, -0.015737362205982208, 0.019645001739263535, 0.00815525185316801, 0.04897615686058998, -0.006059826817363501, -0.037870731204748154, 0.0359283946454525, -0.05112261697649956, 0.024060701951384544, -0.00040186219848692417, -0.007444019429385662, -0.01457747258245945, 0.005610921420156956, -0.0145358107984066, 0.05873885750770569, -0.02396063692867756, 0.005936039611697197, -0.007742226589471102, -0.05298202857375145, -0.014372953213751316, 0.041272006928920746, -0.03238977491855621, -0.014395279809832571, -0.028368962928652763, 0.029495809227228165, 0.03537822887301445, 0.008834191597998142, 0.04115579277276993, 0.05000314116477966, -0.0432560034096241, 0.0015372824855148792, 0.031960804015398026, 0.03197356313467026, 0.05720796063542366, -0.008619306609034538, 0.0036582218017429113, -0.02790949121117592, 0.021681424230337143, 0.002001337707042694, -0.02335425466299057, -0.00102737988345325, 0.05499133840203285, -0.021030789241194725, -0.012309422716498377, 0.022945217788219452, -0.03730301931500435, 0.021882355213165283, 0.0012917000567540526, -0.05396435409784317, 0.031176216900348663, 0.008868078701198101, -0.0039994860999286175, -0.021330591291189194, 0.0010206025326624513, 0.010721509344875813, -0.0276710856705904, 0.014756077900528908, -0.03168651834130287, 0.015189435333013536, -0.012990355491638184, 0.029610229656100273, 0.023148538544774055, -0.044495075941085815, 0.03417959436774254, -0.01696113683283329, -0.01361866481602192, 0.017841406166553497, -0.003699683817103505, -0.01688140258193016, -0.004273772705346346, -0.025041038170456886, -0.013402184471488, 0.013323248364031317, 0.05523053929209709, 0.0015085780760273335, -0.0685206949710846, -0.0214314553886652, 0.07231924682855606, -0.032299675047397614, 0.022067338228225708, -0.0004425268271006644, -0.009529078379273416, 0.04207035154104233, 0.002427120227366686, 0.0049866000190377235, 0.020852183923125267, 0.055042367428541183, 0.05809779465198517, -0.018474500626325607, 0.0452190674841404, -0.009584094397723677, -0.010339979082345964, -0.017477815970778465, 0.03509596735239029, -0.03608258068561554, -0.06351974606513977, 0.05559732019901275, 0.02300103008747101, 0.0468297079205513, 0.003479616716504097, -0.05160939320921898, 0.06649225205183029, 0.0005748862749896944, 0.041666097939014435, -0.005562283098697662, -0.02103397808969021, 0.01743755117058754, -0.037550199776887894, 0.033666327595710754, -0.03184598684310913, -0.015851231291890144, -0.0444791316986084, -0.00318380119279027, 0.04122595861554146, -0.01094994880259037, 0.01701814867556095, -0.014352221973240376, 0.016495486721396446, 0.01954652927815914, -0.011071941815316675, 0.028685307130217552, 0.04280311241745949, 0.031528644263744354, -0.026963040232658383, -0.002696623094379902, 0.0008547545876353979, -0.006431390531361103, 0.021764349192380905, 0.009352466091513634, 2.551506258896552e-05, 0.02202308550477028, 0.033283598721027374, -0.05035397410392761, -0.06787325441837311, -0.012141980230808258, 0.019040614366531372, -0.01660073734819889, -0.00586846424266696, -0.026065628975629807, 0.023371797055006027, -0.021491654217243195, -0.01307646930217743, -0.05250999704003334, 0.03525543585419655, -0.0405883826315403, -0.057602643966674805, -0.0021655908785760403, 0.037059031426906586, -0.03701956570148468, 0.06399177759885788, 0.045609768480062485, -0.03521716594696045, -0.05884610116481781, 0.03632228448987007, 0.032520540058612823, 0.031617943197488785, 0.02984943427145481, 0.05685393512248993, -0.053045812994241714, -0.01901988312602043, -0.033998820930719376, 0.01981005258858204, -0.0005697035230696201, 0.006962422747164965, 0.025238780304789543, 0.042248159646987915, 0.010357321240007876, 0.04040947929024696, -0.010426091961562634, -0.05604423210024834, -0.06448931992053986, 0.03519324213266373, 0.01402441319078207, -0.018421873450279236, 0.0013829960953444242, 0.03912734612822533, -0.0007686412427574396, -0.03955472260713577, 0.0820181667804718, -0.02139756828546524, 0.0300790686160326, -0.03059614636003971, -0.020638495683670044, -0.019170183688402176, -0.005961155518889427, 0.006940096616744995, -0.03719537705183029, 0.016154224053025246, 0.03848627954721451, -0.007204018067568541, 0.020871320739388462, 0.01356444414705038, -0.003363204188644886, -0.024360504001379013, -0.016438078135252, 0.06225116923451424, 0.024363692849874496, 0.004578358959406614, 0.02899716980755329, -0.06962741911411285, -0.04103938117623329, 0.0311028603464365, -0.009528281167149544, 0.006313382647931576, 0.0035420090425759554, -8.571465878048912e-05, -0.00915352813899517, -0.02483891136944294, -0.009140770882368088, 0.012452945113182068, 0.021977238357067108, 0.011488355696201324, -0.05801806226372719, 0.012341315858066082, -0.009482034482061865, 0.04570385441184044, -0.05250999704003334, 0.03031827136874199, -0.036985475569963455, 0.001926387194544077, -0.023540334776043892, 0.0025004760827869177, -0.018061872571706772, 0.0018458551494404671, -0.02051570452749729, 0.012714275158941746, 0.005959361791610718, -0.010008282959461212, -0.02789713256061077, -0.03258592262864113, -0.01050742156803608, 0.02154542505741119, -0.004143805243074894, -0.06929173320531845, 0.06178073585033417, -0.019235165789723396, 0.006402760744094849, 0.02198122628033161, -0.014974948950111866, 0.0712699443101883, -0.008974922820925713, 0.04411554336547851, 0.045300599187612534, -0.03704149276018143, 0.02028287947177887, -0.009853597730398178, 0.03121289238333702, -0.04278287664055824, -0.04355819895863533, 0.025237685069441795, -0.044601920992136, 0.038703955709934235, -0.034340083599090576, 0.0612776093184948, -0.0242967177182436, 0.04188935086131096, 0.05105563998222351, 0.03490779548883438, 0.014820663258433342, -0.033978089690208435, 0.05008925497531891, -0.03458486869931221, -0.005147663876414299, 0.03481530398130417, 0.06317529082298279, 0.00975871365517378, 0.011543970555067062, 0.012090950272977352, 0.04430770128965378, 0.049955304712057114, 0.019849123433232307, -0.0348527766764164, -0.0002168780192732811, -0.016402198001742363, 0.015041128732264042, -0.025259114801883698, -0.028458062559366223, -0.02119504287838936, 0.001074024592526257, -0.06290419399738312, 0.007197988219559193, 0.025620311498641968, -0.008121763356029987, -0.05173498019576073, -0.03550101816654205, 0.06041009724140167, -0.005731320939958096, 0.0022198103833943605, -0.012687364593148232, 0.03800069913268089, -0.009752335026860235, 0.012815737165510654, 0.03519802913069725, -0.05358482152223587, 0.05222469940781593, 0.0737895593047142, 0.04826173931360245, 0.012304638512432575, -0.014282056130468844, 0.0012414671946316955, 0.05673274025321007, 0.04662877321243286, 0.05930019170045853, 0.00014113019278738648, 0.04963954910635948, 0.03066910430788994, 0.017436355352401733, 0.06117236241698265, 0.008142493665218353, -0.04807516187429428, -0.0276519488543272, -0.010183699429035189, -0.02033231407403946, 0.007386510726064444, -0.028567301109433178, 0.01052257139235735, 0.0017402567900717258, -0.034301213920116425, 0.0020093112252652645, -0.03082219511270523, -0.06852708011865616, 0.0030083851888775826, -0.007300497032701969, 0.0005796703044325113, 0.017123796045780182, -0.0383746512234211, -0.003779418533667922, 0.03429224342107773, 0.00547776510939002, -0.02730589918792248, -0.013179326429963112, -0.02106228470802307, -0.003558553522452712, -0.012963245622813702, -0.005316701252013445, -0.005344209261238575, 0.00030937010888010263, 0.02758975513279438, -0.05549286678433418, 0.013829163275659084, 0.03636693581938744, 0.05185617133975029, -0.04186383634805679, -0.00636042607948184, -0.0416589193046093, -0.0150251816958189, 0.007124283351004124, 0.03446447104215622, -0.014720595441758633, -0.0030107772909104824, -0.04870825633406639, -0.0313117653131485, -0.007825151085853577, 0.04850253835320473, 0.01013226993381977, 0.02009590156376362, 0.03773916885256767, -0.027744440361857418, 0.0020882482640445232, -0.04438973218202591, -0.04701150208711624, -0.004592711105942726, 0.06323907524347305, 0.003709252225235105, 0.03475789353251457, -0.036706604063510895, 0.00972133781760931, 0.004435235168784857, 0.019015099853277206, -0.01978214643895626, -0.00783870555460453, 0.03831405192613602, 0.035391781479120255, 0.003025926649570465, 0.014395279809832571, 0.013159393332898617, -0.03646102547645569, 0.032370638102293015, 0.02243550680577755, 0.03663324937224388, 0.000145116908242926, -0.04450384899973869, -0.08889766037464142, 0.022719567641615868, -0.007613256108015776, 0.019331645220518112, 0.02284235879778862, 0.006814116612076759, -0.016441069543361664, 0.024009672924876213, 0.004880553111433983, -0.02918444760143757, -0.009134392254054546, -0.01226726360619068, 0.06113408878445625, -0.016176722943782806, -0.013197665102779864, 0.05389419198036194, -0.023701898753643036, 0.016664449125528336, 0.01591820828616619, 0.012441782280802728, -0.006461290642619133, -0.014022719115018845, 0.04123552888631821, 0.01620924100279808, -0.03740826994180679, -0.007593919988721609, -0.015315515920519829, -0.010416524484753609, 0.029583118855953217, -0.01379567477852106, 0.010805628262460232, 0.06739165633916855, -0.0199830774217844, -0.04122915118932724, -0.026578720659017563, -0.02220766991376877, 0.057472676038742065, 0.03746209293603897, 0.016607115045189857, 0.003450911957770586, -0.06311788409948349, -0.09607696533203124, -0.05685712769627571, 0.013420922681689262, -0.010237121023237703, -0.029170094057917595, 0.0037068601232022047, 0.06973904371261597, -0.038211993873119354, -0.03726554289460182, 0.009231269359588625, 0.005440289154648781, 0.02008194848895073, -0.0038862626533955336, 0.029297668486833572, 0.01428644172847271, -0.03713717311620712, -0.07178662717342377, 0.010906093753874302, -0.031039072200655937, -0.03462234511971474, -0.03629796579480171, -0.0220030527561903, -0.02585313655436039, 0.007544085849076509, 0.06452839076519012, -0.03786435350775719, -0.018875563517212868, -0.041725896298885345, 0.054171666502952576, 0.017220472916960716, 0.002098215278238058, 0.0030649970285594463, 0.01186769362539053, -0.03691232204437256, -0.000870701449457556, -0.02974577806890011, 0.02632516622543335, -0.044967107474803925, -0.03872867301106453, 0.023993726819753647, 0.013542916625738144, -0.01089493092149496, -0.03600972518324852, -0.04730811342597008, -0.03448440507054329, 0.03540852665901184, 0.002353166462853551, -0.002813234692439437, -0.01828194037079811, -0.008061463944613934, 0.02284235879778862, 0.02380555309355259, 0.06454034894704819, -0.013097996823489666, -0.02771254815161228, 0.0109395831823349, -0.03397170826792717, 0.03180522099137306, -0.011625300161540508, -0.001311633619479835, -0.02386854402720928, -0.006779431365430355, 0.016364723443984985, 0.02108500897884369, -0.026317192241549492, 0.00376506638713181, -0.014809499494731426, -0.019565267488360405, 0.057482246309518814, -0.018561409786343575, -0.029099926352500916, -0.025482770055532455, 0.0036757634952664375, 0.009812135249376295, 0.022836776450276375, 0.010700379498302937, 0.03556082025170326, -0.01748419739305973, 0.05385591834783554, -0.04064549133181572, 0.02590339444577694, 0.03540533781051636, -0.07925616204738617, 0.049901083111763, -0.004451325628906488, -0.054873328655958176, -0.030012089759111404, 0.0025012732949107885, -0.000451297644758597, 0.00965904537588358, -0.023339902982115746, -0.010786592029035091, -0.001581136486493051, 0.010375859215855598, 0.02222999930381775, -0.002497286768630147, 0.0030649970285594463, 0.0157077107578516, 0.018131639808416367, -0.0295767392963171, -0.0340036042034626, -0.04390823096036911, 0.062078144401311874, 0.007199233863502741, 0.0018896096153184772, -0.02540702186524868, -0.0002104992454405874, -0.000494753010571003, 0.01479873526841402, 0.0036215439904481177, 0.016986653208732605, 0.052060291171073914, 0.01897682808339596, -0.00698235584422946, 0.047496285289525986, -0.026819517835974693, -0.00896734744310379, -0.03646421432495117, 0.024902699515223503, 0.05113856494426727, -0.015458938665688038, -0.05056128278374672, 0.016444457694888115, -0.03183721378445625, -0.025281239300966263, -0.024271203204989433, -0.03128146752715111, 0.009169475175440311, -0.014490960165858269, 0.0153951495885849, 0.0028210089076310396, 0.01143104676157236, 0.019212841987609863, 0.022188536822795868, -0.009944495745003223, 0.02849394455552101, -0.03230366110801697, -0.028685307130217552, -0.023452330380678177, -0.000511895923409611, 0.03806847333908081, -0.02856411226093769, -0.02570323646068573, 0.04463222250342369, 0.017740143463015556, 0.048398084938526154, -0.05282893404364586, 0.017305590212345123, -0.014882208779454231, 0.02328408695757389, 0.03660135716199875, 0.03181728348135948, 0.06088850647211075, -0.005007330793887377, -0.015852030366659164, -0.01985071785748005, -0.049422673881053925, -0.01717163622379303, -0.03669065982103348, 0.05665619298815727, -0.013813216239213943, 0.04469441622495651, 0.008023196831345558, -0.0008770802523940802, 0.0167984776198864, -0.005350986961275339, 0.015097740106284618, -0.021183880046010017, 0.010780113749206066, -0.02997182495892048, -0.04293227940797806, -0.02499997615814209, 0.006922554690390825, 0.022805681452155113, -0.04805362969636917, -0.04014914482831955, -0.014585047028958796, -0.03913372382521629, 0.0008754855953156948, 0.0060789636336266994, 0.018843671306967735, 0.0472092404961586, 0.004753774963319302, 0.03703511133790016, -0.018352504819631577, -0.04075074195861816, 0.026723837479948997, -0.020992515608668327, 0.007695980370044708, -0.025818701833486557, -0.015292293392121792, -0.021166488528251648, -0.007491704076528549, -0.016643792390823364, -0.006845213007181883, 0.03181090205907822, 0.02763918973505497, 0.022926878184080124, 0.009794594720005987, 0.040693335235118866, -0.006433583330363035, 0.048539213836193085, -0.013398596085608006, -0.03907791152596474, 0.06928296387195587, -0.0460243858397007, 0.0294348131865263, 0.006158698350191116, 0.0008419969817623496, -0.05668170750141144, 0.0006873119855299592, -0.036677900701761246, -0.01852313801646233, -0.011403637006878853, -0.008930271491408348, 0.005970524623990059, 0.023330334573984143, -3.209316128049977e-05, -0.025967953726649284, 0.002441472606733442, -0.025929681956768036, -0.004245068412274122, 0.012278325855731964, -0.023534853011369705, -0.09935564547777176, -0.019753441214561462, 0.010579181835055351, -0.03222193568944931, -0.03428586572408676, 0.045059602707624435, -0.022698039188981056, -0.03828056529164314, -0.04901443049311638, 0.01931809075176716, -0.04497029632329941, -0.03614846244454384, 0.02247239090502262, -0.05042095109820366, 0.024051133543252945, 0.009767086245119572, -0.0792497843503952, 0.03297741711139679, -0.032935161143541336, 0.03862103447318077, 0.007488670758903027, -0.0062926518730819225, -0.0553995743393898, -0.0033492506481707096, 0.03372931852936745, -0.007927410304546356, 0.05108115449547768, -0.0008196713170036674, -0.04517919942736626, -0.00608932925388217, 0.011272075586020948, -0.031594425439834595, -0.035513777285814285, -0.0547361858189106, -0.026639319956302643, -0.0054841432720422745, 0.03736282140016556, 0.01997988857328892, 0.062499143183231354, -0.01416643988341093, -0.0213672686368227, -0.022183751687407497, 0.04477414861321449, 0.014886443503201008, 0.018594101071357727, 0.0557791143655777, 0.00546979159116745, -0.01498720794916153, -0.001358278444968164, -0.04111114144325256, 0.01509455032646656, 0.009652666747570038, -0.005675506312400103, 0.0121579272672534, 0.02968643791973591, 0.011223038658499718, -0.014910364523530006, 0.08553286641836166, -0.02038334496319294, 0.006029528100043535, -0.013715939596295357, 0.019031843170523643, 0.03074883669614792, -0.026886096224188805, 0.028436535969376564, 0.052353713661432266, 0.008480568416416645, -0.007129864767193794, 0.05053577199578285, 0.026289284229278564, 0.03799352049827576, -0.0624816007912159, -0.04607382044196129, -0.03366871923208237, -0.03207721933722496, 0.023825883865356445, -0.024010319262742996, -0.027234137058258057, 0.03684055805206299, -0.001985390903428197, -0.03306632488965988, 0.04134077951312065, 0.05582376569509506, -0.01517946831882, 0.004067459609359503, -0.004232310689985752, 0.02292628027498722, -0.05559413135051727, -0.005716569721698761, 0.037500761449337006, 0.024755988270044327, -0.003761876840144396, 0.005365338642150164, -0.017003396525979042, 0.028194485232234, 0.03768255561590195, -0.04276324436068535, 0.02072620391845703, 0.06278619170188904, -0.07599661499261856, -0.023367011919617653, -0.02093510702252388, 0.008691067807376385, 0.00166585436090827, -0.030171560123562813, 0.02012789435684681, 0.0002870444441214204, -0.008369737304747105, 0.002632835414260626, 0.007159367203712463, -0.01607847586274147, 0.02578296884894371, 0.01760220341384411, 0.019314901903271675, -0.008482561446726322, -0.019825203344225883, 8.212660759454593e-05, 0.10239194333553314, 0.010341573506593704, -0.02933434769511223, 0.05418442562222481, -0.01621801033616066, 0.013908898457884789, 0.053607143461704254, 0.016682863235473633, 0.04958214610815048, -0.0069887349382042885, -0.061427511274814606, -0.03653118759393692, -0.025058181956410408, -0.023097509518265724, -0.0067687672562897205, 0.014929501339793204, -0.019002340734004974, 0.0009998715249821544, 0.040551405400037766, 0.03425556421279907, -0.022603753954172134, -0.029782455414533615, 0.0174714382737875, -0.005100919399410486, -0.0458824597299099, -0.0520060770213604, -0.019794106483459473, 0.01754479482769966, 0.0006662570522166789, 0.02459014020860195, 0.004107924643903971, 0.0002794696483761072, 0.08014918863773346, 0.021464545279741287, 0.007314849179238081, 0.023247411474585533, -0.015070631168782713, -0.0317566841840744, 0.05771506950259209, 0.014374548569321632, 0.035313643515110016, 0.011188355274498464, 0.03784840181469917, -0.06058073043823242, 0.02841740101575851, -0.03973013907670975, 0.016737382858991623, -0.0026289483066648245, -0.0038200831040740017, -0.0002854497579392046, -0.016144655644893646, -0.021664679050445557, -0.003291442757472396, 0.03741465136408806, 0.017857354134321213, -0.027604106813669205, 0.04325281083583832, -0.00360559718683362, 0.006423417013138533, -0.04009691998362541, 0.012110086157917976, -0.02413724921643734, 0.05170627310872078, -0.03660773485898971, 0.0029756941366940737, 0.006779531482607126, -0.014801127836108208, 0.07006435841321945, 0.02166946418583393, 0.027403177693486217, 0.0002854497579392046, 0.02043437585234642, 0.03287137299776077, -0.034528255462646484, -0.003677358152344823, -0.040390342473983765, -0.031587645411491394, -0.05919494107365608, 0.0007399367750622332, 0.019423341378569603, -0.01993035338819027, 0.011027690023183824, -0.002693433780223131, 0.05403133109211922, -0.015482857823371887, -0.03058937005698681, -0.011702642776072024, 0.012673011980950832, -0.03315682336688042, -0.01886200904846191, 0.007252656389027834, 0.012486432678997517, -0.006833252497017384, -0.005185936111956835, -0.014854549430310726, 0.00505357701331377, 0.0055144429206848145, -0.04526691138744354, 0.005653181113302708, 0.013087432831525804, -0.0092318682000041, -0.039136916399002075, 0.00339748989790678, 0.05217192322015762, -0.0280765350908041, -0.011902776546776296, -0.03931552171707153, -0.01150569785386324, -0.014933486469089983, 0.029725046828389168, 0.011793140321969986, 0.05886085703969002, 0.03931432217359543, 0.007431261707097292, 0.016575220972299576, -0.029067236930131912, 0.041796859353780746, 0.04315872862935066, 0.030267242342233654, -0.03022896870970726, 0.002646390348672867, 0.052802421152591705, 0.034137558192014694, 0.040005624294281006, 0.0042418790981173515, 0.0005510654882527888, -0.01329255010932684, 0.030028436332941055, 0.0092476150020957, 0.0037778238765895367, 0.015321793965995312], [-0.03142741322517395, -0.02382521517574787, -0.020107142627239227, -0.0021111660171300173, 0.03992161527276039, 0.03761381283402443, 0.02542240358889103, -0.03764353692531586, 0.030742237344384193, 0.02461680769920349, -0.026678433641791344, 0.023321907967329025, -0.020417718216776848, 0.003969297278672457, -0.05022898688912392, -0.008063587360084057, 0.02328532375395298, -0.008760957978665829, 0.0619356706738472, 0.029920633882284164, -0.0025745555758476257, -0.03690653666853905, 0.027668088674545288, 0.03415020555257797, -0.04111972078680992, 0.026187604293227196, -0.012398718856275082, -0.05046677961945534, -0.0012209704145789146, 0.018149930983781815, -0.03258969634771347, -0.0338190495967865, 0.0026583923026919365, -0.028049547225236893, 0.025639617815613747, 0.005130819045007229, -0.006450869608670473, 0.023722799494862556, -0.06215211749076843, -0.02498035319149494, -0.06931331753730774, 0.022908439859747887, -0.021986613050103188, 0.009932388551533222, 0.01304197683930397, 0.06191127747297287, -0.015305954031646252, 0.07608123868703842, -0.015097123570740225, -0.03277413919568062, 0.035959940403699875, 0.004444880876690149, -0.027504606172442436, 0.012799611315131187, 0.007998041808605194, 0.02559160068631172, 0.036728955805301666, -0.018429089337587357, 0.058943454176187515, 0.02249801903963089, -5.5256150517379865e-05, 0.06058589369058609, -0.051235031336545944, 0.01282857358455658, 0.019615361467003822, 0.02456383779644966, 0.01370962243527174, 0.07513007521629333, 0.01105580385774374, -0.043570809066295624, 0.013035878539085388, -0.004069901537150145, -0.01295661460608244, -0.0270572230219841, 0.032059237360954285, 0.004061136394739151, -0.06875541806221008, 0.023834075778722763, -0.030364209786057472, -0.028862765058875084, -0.05571344494819641, 0.0081314193084836, -0.024172471836209297, -0.013084656558930874, -0.06029551476240158, 0.003731505014002323, 0.008557463064789772, -0.042520564049482346, 0.03260437771677971, 0.024267738685011864, -0.05306115001440048, 0.001537454780191183, 0.05503055453300476, 0.013857480138540268, -0.01701965741813183, 0.023605426773428917, -0.022309767082333565, 0.029515931382775307, 0.009188526310026646, 0.02700006030499935, 0.06416191905736923, -0.01191398873925209, 0.004197943489998579, -0.041883401572704315, -0.065965935587883, 0.020762974396348, 0.02236311696469784, -0.02830563113093376, -0.0033734834287315607, -0.012938323430716991, 0.01455408986657858, 0.032461654394865036, 0.02700006030499935, -0.03865339234471321, -0.020504986867308617, -0.009712887927889824, 0.02096685022115707, 0.008208396844565868, -0.005731396842747927, 0.03140607103705406, -0.03234485536813736, 0.010617945343255997, 0.020622357726097107, 0.007711281534284353, -0.03183668851852417, 0.0007827319786883891, -0.02451086789369583, 0.004822909366339445, -0.017618328332901, 0.011228812858462334, 0.02532637119293213, -0.014878766611218452, 0.024020038545131683, -0.04617127776145935, -0.033705491572618484, 0.03785008192062378, -0.0075247446075081825, 0.0037436995189636946, -0.008685505017638206, 0.01332397386431694, -0.010704927146434784, 0.020471451804041862, -0.004524145275354385, 0.029139427468180656, 0.0013734011445194485, -0.010482663288712502, -0.07586173713207245, -0.04204345494508743, -0.00019892214913852513, 0.010545160621404648, -0.035866957157850266, -0.021669557318091393, -0.010427407920360563, 0.032976869493722916, 0.014478636905550957, 0.03258969634771347, 0.02510534785687923, 0.022983890026807785, -0.04176145419478416, 0.017297128215432167, 0.050980471074581146, 0.0035333451814949512, -0.0037909531965851784, -0.01474615279585123, 0.00790505949407816, -0.01778562180697918, 0.01107075996696949, 0.04172944650053978, -0.0006691710441373289, -0.013109230436384678, 0.04812848940491676, 0.018688011914491653, 0.020200125873088837, 0.02871490642428398, -0.015779633074998856, 0.003278023563325405, 0.0005457021179609001, -0.024456944316625595, -0.01456933282315731, -0.0024419408291578293, 0.02203081920742989, -0.012633461505174637, -0.014427571557462215, 0.00019540908397175372, -0.050832610577344894, -0.018738312646746635, -0.024965491145849228, 0.020200125873088837, -0.01238195039331913, 0.0651915892958641, 0.023675547912716866, -0.006667702924460173, 0.024146556854248047, 0.004371714312583208, -0.043893203139305115, 0.031079871580004692, -0.02455812133848667, -0.04105570167303085, -0.015138661488890648, 0.002739180810749531, 0.020270243287086487, 0.01764386147260666, 0.009688880294561386, -0.0004217747191432863, -0.011777562089264393, -0.04647919163107872, 0.06264446675777435, -0.05253373831510544, 0.036851659417152405, -0.0022674077190458775, 0.0068372818641364574, 0.0084949666634202, 0.022127993404865265, 0.030884282663464543, 0.0267508365213871, 0.020492982119321823, 0.01992117613554001, -0.0447353832423687, 0.01982209645211697, 0.02188600972294807, -0.006555118598043919, 0.0007411945844069123, 0.034644465893507004, -0.023938298225402832, -0.02490832842886448, 0.05591770261526108, 0.04880223423242569, 0.04346716031432152, -0.0013875010190531611, -0.004178127273917198, 0.04988754168152809, -0.007202663458883762, 0.01992727257311344, -0.014517505653202534, -0.03015690296888351, 0.008145900443196297, -0.024192286655306816, 0.03882106766104698, -0.031187335029244423, 0.007903534919023514, -0.047756556421518326, -0.03865453600883484, 0.03283054009079933, -0.006955415476113558, -0.001214873162098229, -0.040260013192892075, 0.036289192736148834, 0.003573548514395952, -0.05018020421266556, -0.0019663567654788494, 0.025483375415205956, 0.03721749410033226, -0.03483195602893829, 0.04446100816130638, 0.02070009708404541, 0.007845801301300526, -0.037229690700769424, 0.039930760860443115, -0.014294574968516828, 0.02228690125048161, 0.03555599972605705, -0.04223551228642464, -0.0891171246767044, -0.03156307712197304, 0.06356972455978394, 0.0099114291369915, -0.011894934810698032, -0.018211865797638893, 0.02079765312373638, -0.038983408361673355, -0.02753814123570919, -0.06066134572029114, 0.017916712909936905, -0.006145627237856388, -0.021511411294341087, -0.006841092836111784, 0.0420815609395504, -0.026721112430095673, 0.01764843240380287, 0.046744417399168015, -0.052457522600889206, -0.021224459633231163, -0.030516639351844788, 0.048486702144145966, 0.006752206012606621, 0.018642282113432884, 0.0063624600879848, -0.0605333037674427, 0.009213296696543694, -0.04050695151090622, -0.009087922051548958, -0.025574833154678345, -0.011697536334395409, 0.007386794779449701, 0.06606044620275497, -0.02814481779932976, 0.008408080786466599, 0.0106554813683033, -0.08206872642040253, -0.02535533346235752, 0.04920846223831177, 0.04247940704226494, -0.02060978300869465, 0.00817638635635376, 0.018290167674422264, -0.01359158381819725, -0.03952987119555473, 0.06561839580535889, 0.007309055421501398, -0.004715826828032732, -0.0174106415361166, -0.04337569698691368, -0.02251097559928894, 0.019895263016223907, 0.0324309766292572, -0.012744736857712269, 0.002594371559098363, 0.05413121357560158, -0.04932049661874771, -0.020472975447773933, 0.0033671956043690443, 0.0159747451543808, -0.0022193919867277145, -0.0497366338968277, 0.04786325618624687, 0.059951018542051315, 0.05771028622984886, 0.03406522795557976, -0.04525059834122658, -0.02448561973869801, 0.03439295291900635, 0.00981120578944683, -0.017168277874588966, -0.02464805543422699, 0.010699115693569183, 0.002883227774873376, -0.0035516368225216866, 0.014003814198076723, 0.02239055559039116, 0.02441464364528656, -0.01324928179383278, -0.0825999453663826, -0.002634003758430481, -0.05432022735476494, 0.05953335762023926, -0.04916197061538696, 0.010661388747394083, -0.005149492062628269, -0.0014412328600883484, 0.009008181281387806, 0.02516631968319416, -0.02806555293500423, -0.0032740163151174784, -0.0009293274488300084, -0.024347003549337387, -0.007291525602340698, -0.008479722775518894, -0.03821134567260742, -0.01582879200577736, -0.00019206275464966893, -0.0031217820942401886, -0.024010512977838516, -0.05168621987104416, 0.02368088066577911, 0.004019599407911301, -0.03987131267786026, -0.004180413670837879, -0.008406556211411953, 0.06026378646492958, -0.03357287496328354, 0.03775252774357796, -0.02209026739001274, -0.030208729207515717, 0.04302510619163513, -0.012842671945691109, 0.04184529557824135, -0.018068570643663406, -0.04183919355273247, 0.02504437416791916, -0.04630617797374725, 0.011916989460587502, -0.0017072245245799422, 0.0668690875172615, -0.011950571089982986, 0.007075836416333914, 0.04089107736945152, 0.018224623054265976, 0.05720879137516022, -0.03033677116036415, 0.04701574519276619, -0.002845882438123226, -0.044419851154088974, 0.020439820364117622, 0.04225380718708038, -0.014028203673660755, 0.022466007620096207, -0.0072427475824952126, 0.011920085176825523, 0.0026522953994572163, 0.01385557558387518, -0.030574562028050423, -0.0018017316469922664, -0.02351625449955463, 0.007775492966175079, -0.026812570169568065, -0.03681507706642151, -0.04254647344350815, -0.026469221338629723, -0.03015690296888351, 0.018204806372523308, 0.04847565293312073, -0.0020517180673778057, -0.030370304360985756, -0.0008886713185347617, 0.0539117157459259, 0.017933478578925133, -0.06741707772016525, -0.0012501227902248502, 0.053454041481018066, 0.011907891370356085, 0.024422457441687584, 0.07548400014638901, -0.023321907967329025, 0.0550336018204689, 0.024319184944033623, -0.004374207463115454, -0.016383258625864983, -0.009259776212275028, 3.3534768590470776e-05, 0.014404707588255404, 0.053375158458948135, 0.05424400791525841, 0.013472593389451504, 0.02802896872162819, 0.02624705247581005, 0.031126266345381737, 0.0605698898434639, 0.0016950300196185708, -0.06189603731036186, -0.02359513938426971, 0.004608803428709507, 0.009497960098087788, -0.030938873067498207, 0.0006874627433717251, 0.010688254609704018, -0.012215801514685154, -0.040726449340581894, 0.003368719946593046, -0.04155872389674187, -0.07807350903749466, 0.009109262377023695, -0.05825294181704521, -0.047119397670030594, 0.014178728684782982, -0.028888678178191185, -0.006130765192210674, 0.026591546833515167, -0.0418270006775856, -0.01875355653464794, -0.051163386553525925, -0.032321419566869736, -0.02753814123570919, 0.012418153695762156, -0.0062085045501589775, -0.035257235169410706, -0.007880670949816704, 0.015328437089920044, -0.04502195119857788, -0.0014828655403107405, 0.007097176276147366, 0.04747761040925979, -0.02786739356815815, 0.004711634945124388, 0.004106484819203615, -0.027243951335549355, -0.0018870928324759009, 0.02801486849784851, 0.01845784112811089, -0.021983182057738304, -0.03561392053961754, -0.009358486160635948, -0.010345951654016972, -0.00717796478420496, 0.01964660920202732, 0.02880941517651081, 0.025356095284223557, -0.03068736009299755, -0.002666776068508625, 0.002515107626095414, -0.003155316924676299, -0.013569767586886885, 0.023181671276688576, 0.05002777650952339, 0.0291112270206213, -0.04029964283108711, 0.002232348546385765, 0.009176332503557203, 0.021298959851264954, -0.06989102810621262, 0.024133218452334404, 0.05585749074816704, 0.03760161995887756, -0.019782844930887222, 0.0008658067090436816, -0.0004420492041390389, -0.028001530095934868, 0.02855180762708187, 0.055411629378795624, 0.03052273765206337, 0.006522512063384056, -0.00797593966126442, -0.05166183412075043, -0.019884593784809113, -0.03789585828781128, -0.010353097692131996, 0.030825119465589523, -0.0003147695097140968, -0.0012163975043222308, 0.026791231706738472, -0.008776962757110596, -0.028976326808333397, 0.012886496260762216, -0.03592792898416519, 0.026141874492168427, 0.027593396604061127, -0.02254641428589821, 0.034056078642606735, -0.002824542112648487, 0.020386090502142903, 0.002129457890987396, 0.003754369681701064, -0.02737908996641636, -0.004512331448495388, 0.04036518931388855, 0.002905616071075201, -0.02963863685727119, 0.011739455163478851, -0.02272132970392704, 0.04069901257753372, 0.024805821478366852, 0.016218632459640503, 0.02010028250515461, 0.05700605735182762, -0.04333606734871864, -0.0345926359295845, -0.04989973455667496, -0.029044918715953827, 0.03080320917069912, 0.02411826327443123, 0.023593995720148087, 0.029595956206321716, -0.016725845634937286, -0.08871050924062729, -0.07070348411798477, 0.08021516352891922, -0.009728130884468555, -0.06083816662430763, 0.004020361229777336, 0.0757397934794426, 0.002353531075641513, -0.05827733129262924, -0.009726607240736485, 0.011285973712801932, 0.05250325426459312, 0.008433803915977478, 0.028609730303287503, 0.005545431282371283, -0.0373142883181572, -0.0011035987408831716, -0.004720780998468399, -0.04436421021819115, -0.031996361911296844, -0.01816669851541519, 0.009875989519059658, -0.023148134350776672, 0.023685455322265625, 0.055192895233631134, -0.025273021310567856, 0.01323861163109541, -0.04413556680083275, 0.029193539172410965, -0.014749200083315372, 0.01592901349067688, -0.016980787739157677, 0.013651699759066103, -0.02839823253452778, 0.01576896198093891, -0.014080028980970384, 0.02140737697482109, -0.04340694472193718, 0.0043564713560044765, 0.008804400451481342, -0.007892864756286144, 0.0022902721539139748, 0.0013383420882746575, -0.025958959013223648, 0.01701984740793705, 0.02803049236536026, -0.006794982124119997, -0.035022493451833725, -0.005576560273766518, -0.04277397692203522, -0.0181636493653059, -0.027388758957386017, 0.0691075325012207, -0.034668851643800735, -0.02080899477005005, 0.02894660271704197, 0.004121727775782347, -0.011474987491965294, -0.050832610577344894, -0.02812652476131916, -0.011590835638344288, 0.012150637805461884, -0.00963057577610016, 0.018971532583236694, -0.02332419343292713, 0.019671570509672165, -0.016350485384464264, -0.017092062160372734, 0.07219120860099792, -0.04276597499847412, -0.01049943082034588, -0.0005803801468573511, -0.01448701974004507, -0.006569003686308861, 0.01947931759059429, 0.02509315311908722, 0.05683533474802971, -0.03167206421494484, 0.071886345744133, -0.06388678401708603, 0.053161755204200745, 0.02008122950792313, -0.08142241090536118, 0.05533236637711525, -0.05516469478607178, -0.03086418099701405, -0.01865752600133419, -0.018998969346284863, -0.021739674732089043, 0.04240104556083679, -0.046936482191085815, -0.00377189926803112, -0.007922588847577572, -0.03543710336089134, 0.04000621661543846, -0.0012903264723718166, -0.02465720102190971, 0.017063099890947342, -0.023587137460708615, 0.00637313025072217, -0.02842986024916172, -0.021506933495402336, 0.01173716876655817, -0.008413797244429588, -0.03618401288986206, -0.012060320936143398, 0.042705003172159195, -0.024827923625707623, 0.039583221077919006, -0.0074919722974300385, 0.02885819226503372, 0.05062606558203697, 0.020038167014718056, -0.007005717605352402, 0.03701324015855789, -0.0011169363278895617, -0.003997115418314934, -0.006029779557138681, 0.05279286950826645, 0.01961478963494301, -0.005588111933320761, -0.022332631051540375, 0.01845707930624485, 0.007213023491203785, -0.0002092112263198942, -0.02690707892179489, 0.001146279275417328, 0.04208918288350105, -0.03271164372563362, 0.0015166860539466145, 0.0454365611076355, 0.015700368210673332, 0.05503970384597778, 0.01825510896742344, -0.033028699457645416, 0.016983073204755783, -0.029296431690454483, -0.043765921145677567, -0.044089075177907944, -0.014974798075854778, 0.0017041759565472605, 0.01859045587480068, 0.03209581971168518, 0.024684635922312737, 0.04645860940217972, 0.08606621623039246, -0.04085525497794151, 0.028632594272494316, 0.012352989986538889, 0.06752225011587143, 0.03648125380277634, 0.004829006735235453, 0.07094127684831619, -0.012714631855487823, 0.006609397474676371, -0.0053853788413107395, -0.03599805012345314, -0.03922157734632492, -0.04494878277182579, 0.04798939451575279, -0.016756713390350342, 0.03597060963511467, 0.03118123672902584, -0.02859296277165413, 0.022310147061944008, 0.00492275133728981, 0.03226349502801895, 0.01341848075389862, 0.03889423608779907, -0.059646155685186386, -0.047683387994766235, -0.014218741096556188, 0.03437008708715439, 0.021962225437164307, -0.017789050936698914, -0.034854818135499954, 0.0039167082868516445, -0.03583342581987381, -0.010336712002754211, 0.006141435354948044, 0.011813384480774404, 0.022971315309405327, 0.021435575559735295, 0.005477599333971739, -0.031976163387298584, -0.05373946577310562, 0.006472162436693907, -0.03084893897175789, -0.0057897730730473995, -0.004091241396963596, -0.03667179122567177, -0.02100762724876404, 0.007401561830192804, -0.035534657537937164, -0.007176440209150314, 0.032016556710004807, 0.0579053983092308, 0.0004969242727383971, 0.006178590003401041, 0.02492852695286274, -0.011361069977283478, 0.03911982849240303, 0.001428276184014976, 0.018200233578681942, 0.05708989500999451, -0.08272721618413925, 0.03204399347305298, 0.02192564122378826, -0.014291908591985704, -0.04965584725141525, -0.01668507046997547, -0.02723404206335545, 0.01057412102818489, 0.013580056838691236, -0.05006473883986473, 0.03614438325166702, 0.03696141019463539, -0.003451032331213355, 0.04061974957585335, 0.029388651251792908, -0.035119667649269104, 0.0009412599611096084, 0.024231920018792152, -0.011688390746712685, -0.08406861126422882, -0.014419950544834135, 0.0033898695837706327, -0.028260139748454097, -0.04158616438508034, 0.03413534536957741, -0.0292514618486166, -0.03665502741932869, -0.03908324986696243, 0.017292508855462074, -0.06588667631149292, -0.02589798718690872, -0.022757913917303085, -0.016299420967698097, 0.040872786194086075, -0.02260510064661503, -0.0647038072347641, 0.039601512253284454, -0.013992381282150744, 0.015761341899633408, 0.011356091126799583, 0.03047395870089531, -0.03786684945225715, -0.019005639478564262, 0.010825632140040398, -0.013516034930944444, 0.03837672993540764, 0.04058011993765831, -0.04903087764978409, -0.013642553240060806, -0.01052763033658266, -0.036924827843904495, -0.027154017239809036, -0.053324852138757706, -0.008971313014626503, -0.0067564938217401505, 0.0069112107157707214, -0.016340577974915504, 0.05124112591147423, -0.0010083295637741685, -0.04090174660086632, -0.014337637461721895, 0.027315592393279076, -0.002042572246864438, 0.011061900295317171, 0.016376398503780365, 0.0010997880017384889, -0.00499572791159153, 0.004023886285722256, -0.03922500833868981, 0.021367745473980904, 0.01739044487476349, -0.023116886615753177, 0.017910901457071304, 0.006948365829885006, 0.006939410697668791, 0.002019707579165697, 0.04093680530786514, 0.005069847218692303, 0.03508651256561279, -0.004915892146527767, 0.001164571032859385, 0.006307584699243307, -0.022498780861496925, -0.024645766243338585, 0.026081569492816925, 0.010325659066438677, 0.03364451974630356, 0.014773589558899404, 0.041221849620342255, 0.047826677560806274, -0.07396550476551056, -0.008665688335895538, -0.02423420548439026, -0.021517127752304077, -0.010156461969017982, -0.033732928335666656, 0.0006127716624177992, 0.02479543723165989, 0.0412508137524128, 0.02142795547842979, 0.048320550471544266, 0.0385344959795475, -0.005922697018831968, 0.002141652163118124, -0.01903098076581955, 0.019465407356619835, -0.0715692937374115, -0.031588226556777954, 0.04508749395608902, -0.007275710813701153, -0.013334643095731735, 0.02746497467160225, 0.014194352552294731, 0.04564996808767319, 0.05263129249215126, -0.04723524674773216, 0.048936374485492706, 0.04990582913160324, -0.0458572693169117, -0.019346512854099274, 0.020337313413619995, 0.009720890782773496, -0.012695958837866783, 0.026510758325457573, -0.004076760727912188, 0.005783223081380129, -0.04329033941030502, -0.014790738001465796, -0.03530906140804291, -0.03168845176696777, -0.000667646701913327, 0.009116502478718758, 0.028391754254698753, -0.015263654291629791, -0.019416630268096924, 0.02386074885725975, 0.09832394123077393, -0.011673909611999989, -0.01987392269074917, 0.055862825363874435, -0.017006700858473778, -0.01379345916211605, 0.09693453460931778, -0.01295089814811945, 0.014608964323997498, -0.004610268399119377, -0.07049617916345596, -0.02642844431102276, -0.038874417543411255, 0.011595056392252443, -0.027989337220788, 0.01832979917526245, 0.003204475622624159, 0.0273948572576046, 0.020613593980669975, 0.017929667606949806, 0.008464479818940163, -0.05594437941908837, -0.005268007516860962, 0.006314444355666637, -0.02200261875987053, -0.0328427329659462, -0.05625304952263832, 0.0020323784556239843, 0.0056978617794811726, 0.029226504266262054, -0.01637411303818226, -0.0401807464659214, 0.06399653106927872, 0.004865208640694618, 0.002425935585051775, 0.030096692964434624, -0.023821117356419563, -0.032976869493722916, 0.04650891572237015, 0.0030901525169610977, 0.02831401489675045, -0.01077075768262148, 0.027855196967720985, -0.04393664374947548, 0.02540106326341629, -0.010746368207037447, 0.03925854340195656, -0.02340574376285076, 0.0012743212282657623, 0.00655957218259573, 0.0011981058632954955, -0.005989766679704189, -0.002612663432955742, -0.00078425626270473, 0.007802549749612808, -0.009956778027117252, 0.06332278996706009, 0.007389081176370382, -0.006112473551183939, -0.03437008708715439, 0.00023931630130391568, -0.05719202011823654, 0.06183811277151108, -0.006394470576196909, 0.008151091635227203, 0.00486940098926425, -0.0037467479705810543, 0.09889707714319228, -0.0035596394445747137, 0.0215445626527071, 0.0061185709200799465, 0.00813980307430029, 0.016253693029284477, -0.04906441271305084, -0.02768981084227562, -0.02318471856415272, -0.05473483726382256, -0.027458876371383667, -0.04484817758202553, 0.0015989986713975668, -0.008273941464722157, 0.03219398483633995, 0.012366707436740398, 0.01247493363916874, -0.001115793245844543, -0.006595679093152285, -0.02712734043598175, 0.03890033066272736, -0.02173052914440632, -0.001002994365990162, 0.01170210912823677, -0.017544781789183617, -0.02363744005560875, -0.042351361364126205, -0.017322232946753502, 0.008757147006690502, 0.031830593943595886, -0.02918134443461895, -0.024747135117650032, 0.012343843467533588, 0.006438675336539745, -0.010663150809705256, 0.0347382090985775, 0.03814275190234184, -0.009793676435947418, 0.003995210397988558, 0.009700693190097809, 0.011206709779798985, 0.00391137320548296, -0.00108988001011312, 0.00733039528131485, 0.05413730815052986, 0.01371038518846035, 0.017987973988056183, -0.01566988229751587, 0.006888346280902624, 0.03318646177649498, 0.03385182470083237, 0.01889379322528839, 0.004761746618896723, 0.021279335021972656, 0.03058563731610775, 0.017438460141420364, 0.05017106235027313, -0.007268279790878296, -0.01059393770992756, 0.019556105136871334, 0.021514076739549637, -0.025431549176573753, -0.006322828121483326, -0.01047604251652956], [-0.06364931166172028, -0.03688117489218712, -0.04831444099545479, -0.003085711505264044, -0.019266324117779732, 0.030956203117966652, 0.03238917142152786, -0.02374308370053768, 0.03608402237296104, 0.05789297819137573, -0.018913162872195244, -0.00034172763116657734, -0.06022409349679947, -0.0033017327077686787, -0.019821472465991977, 0.0398423932492733, 0.02088659256696701, -0.017885757610201836, 0.027710426598787308, -0.0024667272809892893, -0.021817848086357117, -0.041060671210289, 0.0020402029622346163, 0.022119559347629547, -0.02972903288900852, 0.06502225250005722, -0.0009445148170925676, -0.016484228894114494, 0.003709142096340656, -0.015353606082499027, -0.005733147729188204, -0.009889774955809116, -0.03071991540491581, 0.02672208473086357, -0.00042684192885644734, 0.05694783106446266, 0.028888052329421043, 0.01955723762512207, -0.04985920339822769, -0.020599886775016785, -0.05562792345881462, 0.008539379574358463, -0.05297413468360901, 0.0017740618204697969, 0.0033499470446258783, 0.008670544251799583, 0.0001994469785131514, 0.05128709226846695, -0.001978272572159767, -0.06592167168855667, 0.014246802777051926, 0.017273124307394028, -0.020609574392437935, -0.0023204765748232603, -0.02000313438475132, 0.03568703681230545, 0.027061589062213898, -0.008295152336359024, 0.017344264313578606, 0.014437674544751644, -0.011099637486040592, -0.04414511099457741, -0.0187003780156374, -0.001169369090348482, -0.004885816015303135, 0.033084936439991, 0.01432191301137209, 0.020264828577637672, 0.01927013508975506, -0.033832304179668427, -0.005952285602688789, -0.014991870149970056, -0.03298497200012207, -0.027710743248462677, 0.09218769520521164, -0.011832715943455696, -0.035465992987155914, 0.031367167830467224, -0.012055744417011738, -0.01942194439470768, -0.005744581110775471, 0.041722528636455536, 0.005348227918148041, -0.04514806345105171, -0.05120578780770302, 0.0009324463899247348, -0.03714477643370629, -0.01960170082747936, 0.0577300563454628, -0.02040107548236847, -0.02444337122142315, 0.021348608657717705, 0.04851770028471947, -0.014150334522128103, 0.02512269653379917, 0.04489462450146675, -0.009588699787855148, 0.03404064476490021, 0.01160222478210926, 0.02197473868727684, 0.021773703396320343, -0.058921974152326584, -0.015707720071077347, 0.007004145998507738, -0.036850687116384506, 0.015348684042692184, 0.0397699810564518, -0.032193537801504135, 0.010007918812334538, -0.023344507440924644, -0.0159862469881773, 0.03256956487894058, -0.011926166713237762, -0.02552413195371628, 0.007972797378897667, -0.01285194419324398, 0.012693466618657112, -0.021934086456894875, -0.03198900818824768, -0.007802569307386875, -0.06362485885620117, 0.01708638109266758, -0.021947424858808517, 0.010032850317656994, -0.012407634407281876, 0.005533700808882713, 0.03981317579746246, -0.008817588910460472, -0.02719460427761078, 0.011156327091157436, 0.009478813037276268, 0.0103837875649333, 0.04333970323204994, -0.009265709668397903, -0.02071644365787506, 0.02332005277276039, -0.014274433255195618, 0.05520743131637573, 0.0006212074658833444, 0.03515094146132469, -0.03459325432777405, 0.004639047663658857, -0.014464987441897392, 0.042094744741916656, 0.033770691603422165, -0.03949050232768059, -0.024246782064437863, -0.048995357006788254, -0.012283138930797575, -0.009230457246303558, 0.0007342697936110198, 0.016167353838682175, 0.007161353249102831, 0.027824440971016884, 0.004835001192986965, -0.04803750291466713, 0.016436273232102394, 0.009973619133234024, -0.023372137919068336, 0.02579313144087791, 0.026351138949394223, -0.007784704677760601, 0.05353055149316788, 0.0013567475834861398, -0.003724068868905306, -0.046419061720371246, 0.040837086737155914, -0.004849292803555727, 0.009292228147387505, 0.038486916571855545, 0.01941876858472824, 0.0061803157441318035, 0.007852748036384583, 0.05459511652588844, 0.008452359586954117, -0.018142053857445717, -0.02812964655458927, -0.028537433594465256, -0.01036965474486351, 0.023398496210575104, -0.033629048615694046, -0.0148327574133873, -0.026115961372852325, 0.004348293412476778, -0.016827544197440147, -0.016114553436636925, -0.04157643765211105, -0.006711327470839024, -0.06448362022638321, 0.017579281702637672, 0.029556263238191605, -0.029095280915498737, 0.024588510394096375, 0.007175962440669537, -0.024252498522400856, 0.033892013132572174, 0.007210580166429281, -0.02317777089774609, -0.0017582220025360584, 0.03015714511275291, -0.014186142943799496, 0.036842431873083115, 0.04558109864592552, -0.03131190687417984, -0.03693040460348129, -0.0642092227935791, -0.00035189054324291646, -0.014445296488702295, 0.029607078060507774, -0.015343761071562769, 0.012333476915955544, 0.06142458692193031, 0.0314592681825161, 0.0005742040229961276, 0.028560299426317215, 0.05560378357768059, 0.058741580694913864, -0.05019203945994377, 0.044532570987939835, 0.01729726232588291, 0.006641457322984934, -0.007122289855033159, 0.03330637514591217, 0.00693872245028615, -0.0037412187084555626, 0.02182229422032833, 0.003422993002459407, 0.01869148574769497, 0.017326798290014267, -0.015146536752581596, 0.027250872924923897, 0.004701612982898951, -0.015258805826306345, -0.020399488508701324, 0.010248652659356594, 0.028532350435853004, -0.030126657336950306, 0.03387803956866264, -0.00924724992364645, 0.03924659267067909, -0.05182826519012451, -0.004876923281699419, 0.05130360648036003, -0.015132563188672066, 0.0032864289823919535, -0.03646957874298096, -0.02675638347864151, 0.012563253752887247, -0.009714465588331224, 0.010003631934523582, 0.05159197747707367, -0.050710346549749374, -0.032416604459285736, 0.0280089620500803, -0.04288173466920853, -0.04053537547588349, -0.021544083952903748, 0.014325406402349472, -0.006572857964783907, 0.05317798629403114, -0.016047224402427673, -0.013582720421254637, -0.042018525302410126, -0.0022895908914506435, 0.042115069925785065, 0.009103421121835709, 0.02013525180518627, -0.020727241411805153, 0.06528395414352417, 0.012102747336030006, -0.008989088237285614, -0.05183080583810806, 0.04327364265918732, 0.03583122044801712, 0.003818711033090949, 0.0224460419267416, 0.07525630295276642, 0.003805054584518075, 0.05771258845925331, 0.02424741722643375, -0.03574293106794357, -0.07659157365560532, -0.00802662968635559, 0.048558034002780914, 0.02489149197936058, 0.010686293244361876, -0.0013160959351807833, -0.04627043008804321, -0.013361677527427672, -0.03966232016682625, -0.01562228798866272, -0.03938887268304825, 0.02766755223274231, 0.05013614147901535, 0.055683817714452744, -0.011796589940786362, 0.032313983887434006, 0.01948101632297039, -0.03107530064880848, -0.08701477944850922, 0.014473244547843931, 0.02307233214378357, -0.0351712666451931, -0.023854875937104225, 0.012610257603228092, -0.01463076937943697, -0.03874098882079125, 0.06568284332752228, 0.04213285818696022, -0.017784446477890015, -0.01579378731548786, -0.012426690198481085, -0.03801434114575386, -0.0008041397086344659, 0.012726813554763794, -0.012299018912017344, 0.03063289634883404, 0.0640948936343193, -0.00606852350756526, -0.007516419980674982, 0.010546156205236912, -0.031980276107788086, -0.019178669899702072, -0.061206087470054626, -0.01806837134063244, 0.08553099632263184, 0.03608592972159386, 0.015587988309562206, -0.03878672048449516, -0.028169026598334312, 0.02683006413280964, -0.01620490849018097, 0.035082343965768814, 0.016643976792693138, 0.005919891409575939, 0.024624714627861977, -0.009697950445115566, -0.01350649818778038, 0.010169493034482002, 0.06534747034311295, 0.042896345257759094, -0.03707173094153404, -0.0548618920147419, -0.03411813825368881, -0.015402396209537985, -0.05120832845568657, -0.03315329551696777, -0.043564554303884506, 0.03977760300040245, 0.002427901839837432, 0.003185434965416789, -0.0016060563502833247, 0.019657595083117485, -0.003662456292659044, -0.02438715659081936, -0.020941298454999924, -0.00822432991117239, -0.004834842402487993, -0.01022610440850258, 0.0006653525633737445, 0.03206951916217804, -0.0312623605132103, -0.052941106259822845, 0.035900454968214035, -0.018631143495440483, -0.0243954136967659, 0.003096192143857479, -0.01716633513569832, 0.04409175738692283, -0.029249470680952072, 0.04818486422300339, 0.021888352930545807, 1.7467490351918968e-06, 0.002043378772214055, -0.0222904235124588, 0.016670972108840942, -0.03618755936622619, -0.06303159892559052, 0.040204763412475586, -0.01232601422816515, 0.04805528745055199, -0.0278247594833374, 0.034701231867074966, 0.025191932916641235, 0.034823186695575714, 0.02475683204829693, 0.022355172783136368, 0.019746044650673863, -0.0007250596536323428, 0.050338130444288254, -0.0037920332979410887, -0.028301145881414413, 0.02683514729142189, 0.03695739805698395, 0.007985501550137997, 0.007603121921420097, 0.001784859923645854, 0.04135825112462044, 0.03116120770573616, 0.02310900390148163, -0.024309664964675903, 0.01884329319000244, -0.05411873012781143, -0.0009029898210428656, -0.0038276035338640217, -0.04000880941748619, -0.05377446115016937, 0.006899341009557247, -0.06232400611042976, 0.013601141050457954, 0.0021399264223873615, 0.003471901873126626, -0.020709456875920296, 0.002726516453549266, 0.03543804585933685, 0.022288518026471135, -0.02266835607588291, -0.02219490706920624, -0.006032000761479139, -0.02349790371954441, 0.02552921324968338, 0.031737636774778366, -0.05318755656480789, 0.01666589081287384, 0.04606844112277031, 0.026600129902362823, -0.046845901757478714, -0.007748102303594351, -0.02459295652806759, 0.02292496897280216, 0.0283594224601984, 0.025067277252674103, -0.01830211840569973, 0.04100604355335235, 0.05311006307601929, 0.012426690198481085, 0.0027454923838377, 0.01376184169203043, -0.04820646345615387, -0.038456425070762634, 0.004417052026838064, -0.03220624104142189, -0.005428697448223829, -0.021375127136707302, -0.012608987279236317, -0.009408308193087578, -0.02964518964290619, 0.008056641556322575, -0.013949220068752766, -0.05106477811932564, 0.008038857020437717, 0.00094387965509668, -0.04878701642155647, -0.02542250230908394, -0.02509220875799656, -0.007822894491255283, 0.05274800956249237, -0.005017933435738087, -0.05000148341059685, -0.042693085968494415, -0.03834463283419609, 0.00992153398692608, 0.06262635439634323, 0.017322668805718422, -0.003970201592892408, 0.03515094146132469, -0.010369833558797836, -0.06266064941883087, 0.006023108027875423, 0.007297917269170284, 0.0022567997220903635, -0.03617993742227554, 0.007577079813927412, -0.0178060419857502, -0.02049349434673786, 0.015292628668248652, -0.011080105789005756, 0.002115789568051696, -0.002113248687237501, -0.003642130410298705, 0.001339915324933827, -0.006818673107773066, 0.016540760174393654, 0.029810335487127304, 0.010474777780473232, 0.018185244873166084, -0.01186900120228529, 0.010763784870505331, 0.024664731696248055, -0.04697293788194656, 0.036704279482364655, 0.08371691405773163, 0.003924468532204628, 0.03716446831822395, -0.0054041240364313126, -0.0022396498825401068, -0.009113583713769913, 0.07997442781925201, 0.006717043928802013, -0.03970138356089592, 0.07159256935119629, 0.010734566487371922, -0.07064742594957352, 0.07242085039615631, 0.026309216395020485, -0.03502946346998215, 0.002896427409723401, 0.03146689012646675, -0.014512626454234123, -0.010198076255619526, -0.05015329271554947, -0.03314599022269249, -0.04454146325588226, -0.041465915739536285, 0.01896064355969429, 0.052044227719306946, 0.0143855893984437, -0.00219963351264596, 0.003096509724855423, -0.003578929929062724, -0.014653636142611504, 0.008388206362724304, -0.03419816866517067, 0.055392906069755554, 0.03714033216238022, -0.012294572778046131, 0.02499057911336422, -0.0005443505360744894, 0.024627890437841415, 0.0026941222604364157, 0.03686593100428581, -0.06992077827453613, -0.07200925052165985, 0.017776822671294212, -0.022794121876358982, -0.04109878093004227, 0.017536725848913193, -0.019555967301130295, 0.038662225008010864, -0.03323332965373993, 0.014108650386333466, 0.01972111314535141, 0.025717703625559807, 0.013928258791565897, -0.032386038452386856, -0.0171994436532259, -0.015023311600089071, 0.010420787148177624, 0.0333438515663147, 0.00961791817098856, 0.003824427491053939, -0.020159389823675156, -0.05751186981797218, -0.06913060694932938, 0.030286721885204315, 0.003481270745396614, -0.004951874725520611, -0.010401731356978416, 0.038868024945259094, -0.025510158389806747, -0.02511189877986908, 0.03389010578393936, -0.0056075407192111015, -0.004144559148699045, 0.02908623032271862, 0.013778355903923512, -0.02214369550347328, -0.06329455971717834, -0.042323410511016846, 0.008893811143934727, -0.05672932788729668, -0.03543296456336975, 0.015597515739500524, -0.046693459153175354, -0.029027793556451797, -0.0025064260698854923, 0.03426041826605797, -0.02884041517972946, 0.0034541168715804815, -0.02688087895512581, 0.03669316321611405, -0.014903897419571877, 0.005150051321834326, 0.013058378361165524, 0.006428036373108625, -0.0034287094604223967, -0.02092144824564457, 0.023431845009326935, -0.0020484603010118008, -0.03100193664431572, -0.03067418374121189, 0.05509563907980919, 0.02844596654176712, -0.03751127794384957, -0.02683514729142189, -0.01365767139941454, -0.025717226788401604, -0.02838562428951263, -0.01263757050037384, -0.03852248564362526, -0.032969411462545395, -0.0287165530025959, -0.00479053845629096, 0.034447796642780304, 0.03990654647350311, -0.02672954834997654, -0.026489607989788055, 0.02601846121251583, -0.019759224727749825, -0.005240247119218111, -0.020039021968841553, 0.016910435631871223, -0.010707571171224116, -0.005085262935608625, 0.008163352496922016, 0.010470331646502018, -0.0368354432284832, 0.0033540755975991488, 0.0011033101473003626, -0.01961059309542179, 0.0283278226852417, -0.00315518444404006, -0.04549360275268555, -0.006838363595306873, 0.0041540865786373615, -0.01789623685181141, -0.00055705412523821, 0.0345335453748703, 0.04039531946182251, 0.007327532861381769, 0.050072625279426575, -0.03040359541773796, 0.08253293484449387, 0.022856369614601135, -0.03042011149227619, 0.05813688784837723, 0.04806799069046974, -0.020445339381694794, -0.0251484215259552, 0.009193934500217438, -0.012054474093019962, 0.016972048208117485, -0.03506074473261833, 0.014214091002941132, -0.017642799764871597, -0.026937410235404968, 0.03208428621292114, 0.007062503136694431, -0.02803309820592403, 0.016878042370080948, 0.06329964101314545, -0.01422298327088356, -0.01524689607322216, -0.001802962622605264, 0.013986695557832718, -0.015359957702457905, 0.0019665218424052, -0.02255592867732048, -0.029257727786898613, -0.02389552630484104, 0.02090572752058506, -0.0415637344121933, 0.051342353224754333, 0.06509847939014435, 0.002118290401995182, 0.019150085747241977, 0.014099758118391035, -0.008407262153923512, -0.03713906183838844, 0.008181772194802761, 0.052092183381319046, 0.00960267335176468, 0.021681124344468117, -0.01891348138451576, -0.010288669727742672, 0.0003468090726528317, 0.017735537141561508, -0.055215053260326385, -0.023857733234763145, 0.048997897654771805, 0.0007215661462396383, 0.0019887532107532024, 0.006075351964682341, -0.019380657002329823, 0.07697891443967819, 0.04066940024495125, -0.021342096850275993, -0.000154984270920977, -0.03413846343755722, -0.02543012425303459, -0.03013300895690918, -0.00192015350330621, -0.005978327710181475, -0.02466028556227684, -0.00044907329720444977, 0.0009152964921668172, 0.03481556475162506, 0.0018140783067792656, -0.01965632475912571, 0.02310567907989025, -0.016385458409786224, 0.05998145416378975, 0.02227772027254105, 0.04172443598508835, 0.01247373316437006, 0.013133964501321316, 0.03442429378628731, 0.025990990921854973, 0.013753902167081831, -0.05434993654489517, -0.019056158140301704, -0.016723057255148888, 0.03569275140762329, 0.0262539554387331, 0.01777777634561062, -0.0239209346473217, 0.01875905320048332, -0.016396574676036835, 0.05203914642333984, 0.016558704897761345, -0.002741443226113915, -0.025829335674643517, -0.06197338551282883, 0.0018746587447822096, 0.023643994703888893, -0.018373258411884308, -0.022058581933379173, -0.0381210520863533, -0.00759677030146122, -0.016338137909770012, 0.003600526135414839, -0.038119781762361526, 0.033779583871364594, 0.01447959616780281, 0.014470703899860382, 0.04176953434944153, -0.013893323950469494, 0.004109623841941357, 0.03678463026881218, -0.012666788883507252, 0.023989534005522728, 0.03410225734114647, -0.007545955944806337, -0.0006440739962272346, 0.0460481159389019, -0.032399337738752365, -0.05742516741156578, -0.010123681277036669, 0.026016715914011, 0.003364556236192584, 0.0239209346473217, 0.017993420362472534, -0.013013597577810287, 0.048693012446165085, 0.0016342424787580967, -0.1041087806224823, 0.0685691088438034, -0.03229135647416115, 0.013567475602030754, -0.046402864158153534, -0.0058525619097054005, -0.097208172082901, -0.007711103186011314, 0.0038345905486494303, 0.015857622027397156, 0.01740841753780842, 0.023630179464817047, 0.013183826580643654, 0.02830940298736095, -0.017301708459854126, -0.038156621158123016, -0.00034426836646161973, -0.03493212163448334, -0.02146405167877674, -0.0006060822051949799, -0.0185758825391531, -0.09544999152421953, -0.04036895930767059, -0.02579192072153091, 0.0035541579127311707, -0.013930799439549446, 0.007901339791715145, 0.01902749575674534, -0.03387444466352463, -0.04666678234934807, 0.01672559790313244, -0.03494641184806824, -0.025036312639713287, 0.04666551202535629, -0.07512926310300827, 0.049531448632478714, -0.02492960169911385, -0.07343968003988266, 0.025762921199202538, -0.04799304157495499, 0.014381143264472485, -0.01722707413136959, 0.003735422855243087, -0.020718349143862724, -0.01618950441479683, 0.0011611117515712976, 0.013981614261865616, -0.010074613615870476, 0.036571208387613297, -0.034409049898386, -0.009606484323740004, -0.009395604021847248, -0.0008378043421544135, -0.006128230597823858, -0.038467857986688614, 0.004299066960811615, 0.02658742479979992, 0.02331655845046043, -0.02602973580360413, 0.041347771883010864, -0.013152067549526691, -0.029858609661459923, 0.030478546395897865, 0.0221557654440403, 0.027702804654836655, 0.027284855023026463, 0.04074053838849068, 0.04164821282029152, -0.04413050413131714, -0.020048828795552257, -0.011021033860743046, 0.011017858050763609, -0.010863032191991806, -0.01794419437646866, -0.0018286873819306493, -0.01739698462188244, 0.021439915522933006, 0.006524583790451288, 0.043039895594120026, -0.010698361322283745, -0.006042005028575659, -0.024129273369908333, -0.02172066457569599, 0.06170661002397537, -0.0644683763384819, -0.02307391911745071, 0.034710127860307693, 0.01925870217382908, 0.0013503958471119404, 0.014482137747108936, -0.06838109344244003, 0.029500367119908333, -0.037302300333976746, -0.02808264270424843, -0.04901568219065666, -0.012154832482337952, 0.026137717068195343, -0.0346241369843483, 0.0033423248678445816, 0.05220937728881836, 0.026149149984121323, -0.012175158597528934, 0.011104241944849493, 0.05965116247534752, -0.001719436259008944, -0.002691898960620165, -0.033256832510232925, 0.054295629262924194, 0.010157504118978975, -0.01427776739001274, 0.0424606092274189, -0.05517440289258957, -0.000924824213143438, 0.002635526703670621, -0.0032965918071568012, -0.0009534073760733008, 0.06575906276702881, -0.04653593525290489, 0.002134209731593728, 0.02907479554414749, -0.018667040392756466, 0.01901066303253174, -0.031874675303697586, -0.03450813889503479, 0.031652361154556274, -0.02132050134241581, 0.014353195205330849, 0.013219396583735945, -0.025174781680107117, -0.02563465386629105, -0.03353758156299591, -0.061739638447761536, -0.004514393396675587, 0.01772553287446499, 0.002090382156893611, -0.04222940281033516, -0.01218532118946314, -0.013904519379138948, 0.03592967614531517, -0.016548700630664825, -0.046913232654333115, 0.04672902822494507, 0.012232721783220768, 0.003755510319024325, 0.025401223450899124, 0.007613284979015589, 0.020586231723427773, 0.012669329531490804, -0.009642054326832294, -0.04001135006546974, 0.014508814550936222, -0.011654945090413094, -0.041556112468242645, 0.0587126798927784, -0.029420970007777218, 0.031301744282245636, 0.10712716728448868, 0.016328610479831696, 0.006786278914660215, -0.003511918243020773, 0.026074199005961415, 0.004588550888001919, -0.02401430532336235, -0.04399266839027405, -0.007894035428762436, 0.017147358506917953, -0.006109175272285938, -0.02169271744787693, 0.03702821955084801, -0.04842115193605423, 0.09384424984455109, 0.011619056575000286, 0.00524913938716054, 0.015536220744252203, -0.024497678503394127, 0.009937096387147903, -0.026459118351340297, 0.013399788178503512, 0.04628186300396919, 0.01718801073729992, 0.0030348969157785177, -0.043784964829683304, -0.01406926941126585, -0.03819600120186806, 0.02910655550658703, -0.04197787120938301, -0.014135328121483326, 0.0018344040727242827, -0.017755385488271713, -0.02633700519800186, -0.0005087803583592176, 0.013509674929082394, 0.07490313798189163, -0.04863203316926956, 0.031092926859855652, 0.01780540682375431, -0.02381390519440174, -0.005873523186892271, -0.00925125926733017, -0.031420521438121796, 0.001414628466591239, -0.03898489847779274, -0.023154905065894127, 0.023779287934303284, -0.0010636113584041595, 0.01821986213326454, 0.052064552903175354, 0.02119314670562744, 0.001128082280047238, 0.0031217581126838923, 0.0187962893396616, -0.0033804357517510653, -0.024309664964675903, -0.01889664866030216, 0.00542953098192811, -0.02153082564473152, -0.014632358215749264, 0.0037247040309011936, 0.01153426058590412, 0.08716023713350296, 0.02934030257165432, 0.04680271074175835, 0.010161950252950191, -0.0196957066655159, -0.018511729314923286, 0.06616558134555817, -0.008476496674120426, 0.0038606328889727592, 0.030376918613910675, -0.01161111705005169, -0.029279325157403942, -0.021786723285913467, -0.026637010276317596, 0.03910304233431816, 0.009433397091925144, -0.06758838891983032, -0.049099527299404144, 0.023505525663495064, 0.056366004049777985, 0.02309519797563553, 0.005942916497588158, 0.011576817370951176, -0.03163711726665497, 0.0029370791744440794, -0.02540471777319908, 0.06285596638917923, 0.0409361757338047, -0.0047105057165026665, 0.019221067428588867, 0.04522746056318283, 0.03471647948026657, 0.029635027050971985, 0.02132939361035824, -0.07024598866701126, 0.04996083304286003, 0.06080274656414986, -0.019029401242733, -0.028249060735106468, -0.03589283302426338, -0.00384030700661242, 0.06199879199266434, 0.013307051733136175, -0.020433787256479263, 0.00822432991117239, 0.02690057083964348, 0.05573209375143051, 0.008818541653454304, -0.008647836744785309, -0.006151097360998392], [-0.034580785781145096, -0.0475633516907692, -0.0444813147187233, -0.0037911157123744488, 0.014987453818321228, 0.018254831433296204, 0.019357753917574883, -0.042482152581214905, 0.02369733527302742, 0.04868579655885696, -0.00614660419523716, -0.001551952213048935, -0.0273877140134573, -0.031915757805109024, -0.042879123240709305, 0.04481450840830803, 0.009657075628638268, -0.030595090240240097, 0.044264741241931915, 0.05453126132488251, -0.014820190146565436, 0.002244890434667468, 0.016089074313640594, 0.009406465105712414, -0.017751136794686317, 0.047303829342126846, 0.0038689477369189262, -0.023420630022883415, 0.00951478537172079, 0.01846229657530785, 0.03064793348312378, 0.010361271910369396, -0.0006809639744460583, -0.021449321880936623, 0.011023933067917824, 0.011923247016966345, -0.034111712127923965, 0.036806412041187286, -0.04708855226635933, -0.016307992860674858, -0.05829217657446861, 0.02574465237557888, -0.010643445886671545, 0.019388729706406593, 0.029110167175531387, 0.05312872305512428, 0.000980317359790206, 0.04820474982261658, -0.017726927995681763, -0.052527930587530136, 0.016038835048675537, 0.017044922336935997, 0.01739061065018177, -0.007364093791693449, 0.009869291447103024, 0.016103390604257584, 0.03143887594342232, -0.019114887341856956, 0.07486646622419357, 0.023738740012049675, -0.02117860317230225, 0.009188327938318253, -0.03924165293574333, 0.018070533871650696, 0.0241291131824255, 0.010073372162878512, 0.00931691937148571, 0.05209478363394737, 0.0268043652176857, -0.06621385365724564, 0.01181834191083908, -0.007782147731631994, -0.005037466995418072, -0.00769793801009655, 0.031638793647289276, 0.011371525004506111, -0.06696353852748871, 0.027681080624461177, -0.027790667489171028, -0.014879166148602962, 0.002334956545382738, 0.010780823417007925, -0.026386050507426265, -0.04447922855615616, -0.03656380623579025, -0.005794961471110582, -0.02139587141573429, -0.029144657775759697, 0.05708851665258408, -0.003910857252776623, -0.0393064059317112, 0.00664362870156765, -0.0016585236880928278, 0.0010646568844094872, 0.007351859472692013, 0.053473372012376785, 0.009622220881283283, 0.05248836800456047, -0.011359160766005516, 0.027473876252770424, 0.03874882683157921, -0.013850952498614788, -0.026945453137159348, -0.036488838493824005, -0.0657067745923996, 0.03525055572390556, 0.05970200151205063, -0.024589864537119865, 0.00983441062271595, -0.013469862751662731, -0.003433193312957883, 0.021161554381251335, 0.0051543451845645905, -0.07212803512811661, 0.008138149976730347, 0.0037443905603140593, 0.008148659951984882, -0.005942815914750099, -0.03614731505513191, -0.03288722783327103, -0.054510436952114105, -0.026137977838516235, -0.0013338146964088082, -0.018267326056957245, -0.010382617823779585, -0.015703300014138222, 0.0007684272131882608, 0.028715280815958977, -0.031704388558864594, -0.0049515655264258385, 0.014053862541913986, 0.00203768559731543, 0.02308613434433937, -0.015988335013389587, -0.04013730585575104, 0.024993665516376495, -0.01966778002679348, 0.02263163961470127, 0.003685951698571443, -0.008583243936300278, -0.023459287360310555, 0.007411990314722061, 0.01635354571044445, 0.04022945463657379, -0.03158126398921013, -0.044515155255794525, -0.024789586663246155, -0.05586819723248482, -0.0038129817694425583, 0.0183350071310997, -0.02093573659658432, -0.01666799932718277, 0.008499554358422756, 0.049320947378873825, 0.021453486755490303, -0.005544545594602823, 0.023984715342521667, 0.015886619687080383, -0.03886127844452858, 0.015300603583455086, 0.02109530568122864, 0.036419857293367386, 0.05469785630702973, -0.03375561162829399, -0.006230716127902269, -0.022863313555717468, 0.009375553578138351, -0.028183994814753532, -0.008838864974677563, 0.02566317655146122, 0.05672408640384674, 0.0029798028990626335, 0.024266889318823814, 0.05531009659171104, -0.04150613024830818, 0.003723435802385211, 0.0051077501848340034, -0.03728329390287399, -0.012717053294181824, 0.019156439229846, -0.03629933297634125, 0.00910034403204918, -0.0002873792836908251, -0.006141251418739557, -0.011723200790584087, 0.015273856930434704, -0.037423860281705856, 0.021705465391278267, -0.02750302851200104, 0.03548925742506981, 0.03320271894335747, -0.06317346543073654, 0.01940174587070942, -0.010902613401412964, -0.027646197006106377, 0.02099638804793358, 0.020824585109949112, 0.010355545207858086, 0.0002759257622528821, -0.005067662801593542, -0.03158725053071976, 0.02468702383339405, 0.02587038278579712, 0.007949622347950935, -0.04745350405573845, -0.055233050137758255, 0.055288489907979965, -0.02545909769833088, 0.03485619276762009, -0.001839461736381054, 0.004647526890039444, 0.04365457966923714, 0.010006343945860864, 0.02776021510362625, 0.019375193864107132, 0.030554145574569706, 0.045058153569698334, -0.03727808967232704, 0.05289340391755104, 0.02700428105890751, -0.02001815289258957, -0.02473023720085621, 0.014052430167794228, -0.02053824812173843, -0.02071421593427658, 0.04702607914805412, 0.009957275353372095, 0.01931532472372055, -0.043472882360219955, -0.054181408137083054, 0.0824674442410469, -0.028098613023757935, 0.04838956892490387, -0.033024147152900696, -0.03469636291265488, 0.016849171370267868, -0.01163938082754612, 0.012673841789364816, 0.004016802180558443, -0.02370150201022625, -0.04702920466661453, -0.006952288094907999, 0.042638663202524185, -0.015201947651803492, -0.013336584903299809, 0.01036179345101118, 0.005448622163385153, 0.014402282424271108, -0.0016097405459731815, 0.013736938126385212, 0.015442471019923689, -0.011093256995081902, -0.06924955546855927, 0.008288185112178326, -0.011418120004236698, -0.016446737572550774, -0.029430344700813293, 0.02310487814247608, 0.0024369971361011267, 0.03239550441503525, -0.010532294400036337, -0.04676629230380058, -0.06684067100286484, 0.005378339439630508, 0.039712484925985336, 0.02896387316286564, -0.03941677510738373, -0.002789453137665987, 0.01853440143167973, -0.019365042448043823, -0.032857030630111694, -0.05385862663388252, 0.019785437732934952, -0.011539032682776453, -0.024485858157277107, 0.05970200151205063, 0.08135749399662018, -0.04044759273529053, 0.05932924151420593, 0.04271747171878815, -0.05091298744082451, -0.053554583340883255, 0.025113407522439957, 0.02577042393386364, 0.006855973973870277, 0.025617364794015884, 0.01686999574303627, -0.05835966393351555, -0.027701904997229576, -0.020219631493091583, -0.046707458794116974, -0.012494751252233982, 0.00582541711628437, -0.004128213971853256, 0.08496639132499695, 0.011161977425217628, 0.0024364765267819166, -0.00807317066937685, -0.06859514117240906, -0.04770912602543831, 0.022340353578329086, -0.020112905651330948, -0.02258218079805374, 0.0017950792098417878, 0.01193157583475113, -0.04255087673664093, -0.03251706808805466, 0.0722363218665123, 0.02023563906550407, 0.010791820473968984, -0.023488571867346764, 0.015160851180553436, -0.03257694095373154, 0.0061023845337331295, 0.03650758042931557, -0.026838727295398712, 0.016434762626886368, 0.05954998731613159, -0.024990543723106384, 0.003652274375781417, 0.013959759846329687, 0.0022281005512923, 0.006625341717153788, -0.04345205798745155, 0.05488111078739166, 0.021181726828217503, 0.013313157483935356, 0.01095034833997488, -0.05214007571339607, -0.019804179668426514, 0.02027481608092785, -0.028435971587896347, 0.0016909562982618809, -0.021385839208960533, 0.04289812594652176, -0.0020959945395588875, -0.02226356416940689, 0.040313273668289185, 0.010140531696379185, 0.016649028286337852, 0.0006643042434006929, -0.08153241872787476, -0.008400117047131062, -0.0340304970741272, 6.247375949897105e-06, -0.05582055822014809, -0.0009464774047955872, -0.03869260102510452, -0.00035557980299927294, -0.0020751699339598417, 0.02272014319896698, -0.0044304304756224155, -0.0019554286263883114, 0.03076832555234432, -0.013871255330741404, 0.0004034763260278851, -0.011357988230884075, -0.021610192954540253, -0.019069917500019073, 0.03327508270740509, 0.024663597345352173, -0.042594607919454575, -0.06413253396749496, 0.05924073979258537, -0.03677830100059509, -0.013911863788962364, 0.044472984969615936, -0.010277452878654003, 0.06606808304786682, -0.028696278110146523, 0.019568342715501785, 0.011413955129683018, -0.01802680268883705, 0.012999161146581171, -0.0036744980607181783, 0.042594607919454575, -0.03688138350844383, -0.04449484869837761, 0.03600570932030678, -0.06574112921953201, 0.016400141641497612, -0.033290181308984756, 0.04499984532594681, -0.01271913666278124, 0.04092317074537277, 0.042577944695949554, -0.010791040025651457, 0.06530693918466568, -0.03888366371393204, 0.02680748887360096, 0.0007837853627279401, -0.01299870666116476, 0.0005653874832205474, 0.019617538899183273, -0.00038066692650318146, -0.0162369292229414, -0.008262154646217823, 0.04706356301903725, 0.06306934356689453, 0.016715895384550095, -0.030278947204351425, 0.014233604073524477, -0.04645776376128197, 0.007626483682543039, 0.006352409720420837, -0.05638256296515465, -0.04792501777410507, 0.018699437379837036, -0.03736971691250801, 0.015458089299499989, 0.02826312556862831, -0.02535002864897251, -0.04605356976389885, -0.007681148592382669, 0.04950420185923576, -0.01111720409244299, -0.024593835696578022, -0.004221143200993538, -0.00743125332519412, -0.001530086388811469, 0.007037213072180748, 0.04402317479252815, -0.02600444108247757, 0.02150268666446209, 0.020574690774083138, 0.006719572935253382, 0.0030986983329057693, -0.028428683057427406, -0.05264194682240486, 0.03001737035810947, 0.027713358402252197, 0.027605591341853145, 0.006199967581778765, 0.0353153720498085, -0.0005726760718971491, 0.022496800869703293, 0.027393700554966927, 0.008511008694767952, -0.043318524956703186, -0.03819229081273079, -0.0026072380132973194, -0.0038171466439962383, -0.01789899170398712, -0.0052384245209395885, 0.015922999009490013, -0.016357582062482834, -0.046941086649894714, 0.027580080553889275, -0.01762671023607254, -0.08555051684379578, -0.0007509866263717413, -0.02091914601624012, -0.04204457998275757, -0.012125114910304546, -0.031115055084228516, -0.0028789988718926907, 0.03471823036670685, -0.044963013380765915, -0.05180948227643967, -0.004234028980135918, -0.05268203839659691, -0.019487647339701653, 0.05538506805896759, -0.058971062302589417, -0.01636008732020855, 0.006935367826372385, 0.005199378356337547, -0.07943329960107803, 0.013716308400034904, 0.0354163721203804, 0.039064060896635056, -0.036771010607481, -0.028180349618196487, -0.021700259298086166, -0.005372743122279644, 0.019425172358751297, 0.037405118346214294, 0.017263581976294518, -0.007680106908082962, -0.03827454522252083, -0.03739731013774872, 0.00429194699972868, -0.002810538047924638, 0.013228037394583224, -0.003141909372061491, 0.03278466314077377, -0.007993517443537712, 0.035653773695230484, 0.03300436586141586, -0.0544896125793457, 0.0037056049332022663, 0.0720655620098114, 0.022416623309254646, 0.04917725920677185, -0.02496138960123062, 0.022231806069612503, -0.03563294559717178, 0.04168040677905083, -0.015705641359090805, 0.014403845183551311, 0.03467892110347748, 0.008115861564874649, -0.0364612452685833, 0.029533425346016884, 0.004748526029288769, -0.011058895848691463, 0.01512645836919546, 0.049316782504320145, 0.00661805272102356, -0.02366193570196629, -0.07153765857219696, -0.06623298674821854, -0.01874733343720436, -0.015182163566350935, 0.03993687033653259, 0.02544764243066311, -0.012642605230212212, -0.026849139481782913, 0.008981838822364807, -0.00915657076984644, -0.021356655284762383, 0.01825743354856968, -0.0018112182151526213, 0.05220307037234306, 0.003913850989192724, 0.00978078693151474, 0.039605554193258286, -0.03659055382013321, 0.02104792930185795, -0.025536147877573967, 0.023567182943224907, -0.04044472798705101, -0.019207362085580822, 0.02864838019013405, 0.007538239471614361, 0.008446191437542439, 0.01297664549201727, -0.003548509208485484, 0.023841287940740585, -0.006084944121539593, 0.016140615567564964, 0.03833597898483277, 0.02085009403526783, -0.033507801592350006, -0.040615230798721313, 0.00837877206504345, -0.008585846982896328, 0.011980383656919004, 0.035957809537649155, -0.01289145927876234, 0.0011696909787133336, -0.026191601529717445, -0.10792965441942216, -0.07356935739517212, 0.048352085053920746, 0.0005966243334114552, -0.036605458706617355, -0.006341086234897375, 0.06046626716852188, 0.0074885208159685135, -0.027454091235995293, 0.0025869340170174837, -0.009856276214122772, 0.021625226363539696, 0.023440152406692505, 0.04915018379688263, 0.001390561694279313, -0.088492251932621, -0.011966587975621223, 0.02824126183986664, -0.045989010483026505, -0.028304776176810265, -0.045071691274642944, -0.026006782427430153, -0.0370531864464283, 0.009770895354449747, 0.023396356031298637, -0.06218923628330231, -0.01569496840238571, -0.052217647433280945, 0.024896834045648575, 0.04423141852021217, -0.03188185393810272, -0.014518380165100098, -0.01238477136939764, 0.01350161898881197, 0.01025975216180086, -0.0009553278214298188, 0.018116867169737816, -0.021689847111701965, -0.019480358809232712, 0.027155844494700432, 0.023747315630316734, -0.0102313794195652, -0.02642809227108955, -0.03954614698886871, -0.016019312664866447, 0.031215010210871696, 0.015965428203344345, -0.01177708338946104, -0.015022172592580318, -0.05205521360039711, -0.003582869889214635, 0.007241619285196066, 0.016531595960259438, -0.006449796725064516, -0.01128484308719635, 0.03510478511452675, -0.015389368869364262, 0.00011010999151039869, -0.028583111241459846, -0.007827701978385448, -0.039469096809625626, -0.009943218901753426, -0.016095321625471115, 0.023343969136476517, -0.04457398131489754, 0.010157711803913116, -0.03611139208078384, 0.011499596759676932, 0.06403768062591553, -0.034921787679195404, -0.014959471300244331, 0.006206767167896032, 0.005631488282233477, -0.010442488826811314, 0.0047459229826927185, 0.006285901181399822, 0.03137952461838722, -0.0539742037653923, 0.060922324657440186, -0.05519367754459381, 0.09552653878927232, 0.008544848300516605, -0.0668385922908783, 0.03826309368014336, 0.04388989880681038, -0.011572741903364658, -0.010744445025920868, 0.0029547482263296843, 0.00406600022688508, 0.0005065580480732024, 0.004206566140055656, -0.012308110482990742, -0.007307346910238266, -0.00010256108362227678, 0.027701904997229576, 0.013639582321047785, -0.018297066912055016, -0.0038364094216376543, 0.01536158099770546, 0.007146997842937708, -0.07466446608304977, -0.021078646183013916, 0.04066833481192589, -0.0007408346282318234, -0.001821109908632934, -0.0292960274964571, 0.025929732248187065, -0.05390235409140587, 0.03909815847873688, -0.03864054009318352, 0.03403361886739731, 0.04352546855807304, 0.002990670735016465, 0.008371743373572826, 0.07170946151018143, 0.033065278083086014, -0.013815030455589294, -0.005248186178505421, 0.05332135036587715, -0.011627406813204288, -0.027884120121598244, -0.05658456310629845, 0.015227978117763996, -0.0029898574575781822, -0.004194722045212984, -0.04157302901148796, 0.003789033275097609, 0.00786544568836689, -0.01071008387953043, -0.017367703840136528, 0.03764707595109939, 0.01677732728421688, 0.04158357158303261, 0.003761440748348832, -0.001987186027690768, 0.004684490617364645, -0.02909194491803646, -0.048500459641218185, -0.03150239214301109, -0.02090892381966114, 0.04089583829045296, 0.0003810898924712092, 0.011939775198698044, 0.026065092533826828, 0.024356434121727943, 0.026136936619877815, -0.032903626561164856, 0.03313295915722847, -0.02674918062984943, 0.02573450282216072, 0.02273315936326981, 0.006259870249778032, 0.03890865668654442, -0.030094128102064133, 0.022759320214390755, -0.0007012679125182331, -0.031613800674676895, -0.04171893373131752, -0.05952082946896553, 0.03326258808374405, 0.04325006157159805, 0.005650751292705536, -0.013950389809906484, -0.03722186386585235, 0.008556822314858437, 0.012375627644360064, 0.06038296967744827, 0.02374210953712463, 0.013200964778661728, -0.01749994046986103, -0.06817968934774399, -0.015247761271893978, 0.05126180127263069, -0.019590208306908607, -0.003362129209563136, -0.039060577750205994, 0.0002790494472719729, -0.0499277263879776, -0.023766057565808296, 0.004993735812604427, 0.009545469656586649, 0.022692810744047165, 0.0020106136798858643, 0.00025744392769411206, 0.0023745233193039894, -0.01898629404604435, 0.023245442658662796, 0.015326373279094696, 0.00548259261995554, -0.010601275600492954, -0.03354319930076599, 0.008027877658605576, -0.007051204796880484, -0.044194456189870834, -0.0331805944442749, 0.03135349601507187, 0.01675962656736374, 0.007605138700455427, -0.0004497134068515152, 0.018294919282197952, 0.01827513612806797, 0.012847728095948696, -0.023319371044635773, -0.05722752213478088, 0.05574532970786095, -0.06794176995754242, 0.03567667677998543, -0.021268147975206375, -0.010149902664124966, -0.0905119776725769, 0.020308135077357292, -0.005467494484037161, 0.015989115461707115, -0.017213081941008568, -0.05028825253248215, 0.01921120099723339, 0.024375177919864655, -0.01051016803830862, -0.015475302934646606, 0.012388025410473348, 0.0004872952995356172, -0.021653924137353897, 0.02226460538804531, -0.042482152581214905, -0.06893562525510788, -0.01919766515493393, -0.00806484092026949, -0.014082886278629305, -0.02878165803849697, 0.016839802265167236, -0.02628687582910061, -0.022471679374575615, -0.017230913043022156, 0.012030882760882378, -0.05062665045261383, -0.038042351603508, 0.0234089158475399, -0.026186395436525345, 0.016070332378149033, -0.01574026234447956, -0.06912356615066528, 0.01101516466587782, -0.03683335706591606, 0.04130660742521286, -0.00673050619661808, -0.003521957900375128, -0.025184212252497673, -0.04388989880681038, 0.033612899482250214, -0.02433977648615837, 0.03798404335975647, 0.03491033613681793, -0.04551317170262337, 0.006989771965891123, -0.013284003362059591, 0.0008496430818922818, -0.028759794309735295, -0.03340575844049454, -0.044975899159908295, 0.026772085577249527, 0.02652193233370781, -0.009594732895493507, 0.06725924462080002, -0.01050860621035099, 0.002582378685474396, -0.0024203374050557613, 0.03199151158332825, 0.016209857538342476, 0.01748848706483841, 0.06490502506494522, 0.012256309390068054, 0.014317943714559078, 0.01620412990450859, -0.036684852093458176, 0.033483851701021194, -8.069526666076854e-05, 0.010747048072516918, 0.01957719214260578, 0.02175023779273033, 0.02361820451915264, -0.00807525310665369, 0.05631592869758606, -0.010496892035007477, -0.00023323534696828577, 0.0018825425067916512, 0.007045998703688383, 0.0018614575965330005, -0.03563398867845535, -0.004337761085480452, 0.00357037503272295, 0.027693573385477063, -0.00018911327060777697, 0.033273521810770035, -0.011190871708095074, 0.02251528203487396, -0.0712055042386055, -0.005965723190456629, -0.03069752082228661, -0.03648307919502258, -0.0018822820857167244, -0.030281029641628265, -0.03551841154694557, 0.02089252509176731, 0.053554583340883255, 0.05369358882308006, 0.02337976172566414, 0.05059333145618439, 0.002355260541662574, 0.0031929295510053635, -0.04530727118253708, -0.008182890713214874, -0.033408619463443756, -0.01210991945117712, 0.004449823405593634, -0.04801733046770096, 0.002013737335801125, 0.01475844904780388, -0.03277477249503136, 0.029001358896493912, 0.029131047427654263, -0.06182403117418289, -0.005401897244155407, 0.06764241307973862, -0.049072615802288055, 0.0019831513054668903, -0.004637634847313166, -0.042911142110824585, 0.014913786202669144, -0.012588461861014366, 0.0498894564807415, 0.010564051568508148, -0.03237390145659447, -0.02707820944488049, -0.003270501270890236, -0.07241957634687424, 0.007153635378926992, 0.024806994944810867, 0.02218599244952202, -0.04471871256828308, -0.025426426902413368, 7.288604592758929e-06, 0.08431458473205566, -0.0369625948369503, -0.02670857310295105, 0.07577650249004364, -0.008743202313780785, -0.011188008822500706, 0.08293391019105911, -0.005991233512759209, 0.03634306415915489, 0.01516342256218195, -0.03632328286767006, -0.03487493097782135, -0.017313819378614426, 0.044802144169807434, -0.04019372537732124, 0.01903575286269188, -0.014731312170624731, 0.028936021029949188, 0.030158424749970436, 0.019329380244016647, -0.021243680268526077, -0.05089737102389336, 0.023574473336338997, 0.0139393275603652, -0.07284023612737656, -0.015314140357077122, -0.011361893266439438, -0.007111075334250927, 0.019941622391343117, -0.0003628683916758746, -0.007838764227926731, -0.04267868772149086, 0.060395460575819016, 0.022852379828691483, 0.014512654393911362, 0.013708824291825294, -0.00013848349044565111, -0.0120414262637496, 0.040298957377672195, 0.030703768134117126, 0.021946769207715988, 0.011182802729308603, -0.0003979448229074478, -0.03247177600860596, 0.03374858573079109, -0.04984833300113678, 0.035503312945365906, 0.01179869007319212, 0.011785153299570084, -0.030172742903232574, -0.024982213973999023, -0.011598773300647736, 0.017917994409799576, -0.0028180868830531836, 0.050039395689964294, -0.040924474596977234, 0.030593138188123703, 0.008957695215940475, 0.000755818618927151, -0.03198135644197464, -0.012978922575712204, -0.029367417097091675, 0.026582583785057068, -0.015118778683245182, 0.02731040120124817, 0.026889225468039513, -0.01603076606988907, 0.05580988898873329, 0.01448558084666729, 0.05466974154114723, -0.01393164787441492, 0.005456041544675827, 0.028874067589640617, -0.0014306489611044526, -0.010338885709643364, -0.0416325107216835, -0.021649237722158432, -0.021801259368658062, -0.015145720914006231, 0.021945467218756676, -0.015997575595974922, 0.004131597466766834, 0.006323385052382946, 0.046533577144145966, 0.020783977583050728, -0.008733831346035004, -0.023249607533216476, 0.029475640505552292, -0.024288496002554893, -0.02875667065382004, 0.0024186454247683287, -0.004869829397648573, -0.02995772659778595, -0.025590291246771812, -0.021370189264416695, -0.0026671087834984064, -0.00029258543509058654, -0.056884437799453735, -0.03925258666276932, 0.026054680347442627, 0.02763110026717186, -0.003118481719866395, 0.01319237519055605, 0.06346500664949417, -0.0676465779542923, -0.018474791198968887, -0.0016787219792604446, 0.030199812725186348, 0.03252383694052696, 0.02041440457105637, 0.03836721554398537, 0.059475015848875046, 0.04079015552997589, -0.00249634706415236, -0.0008017465588636696, -0.029772909358143806, 0.04742590710520744, 0.015745989978313446, 0.0072669992223382, -0.023450564593076702, 0.01373511552810669, 0.027661297470331192, -0.005147316958755255, 0.032770153135061264, -0.007906085811555386, 0.0052311355248093605, 0.03378177434206009, 0.0345110222697258, 0.005177772603929043, -0.00161078164819628, -0.007294851820915937], [-0.027548786252737045, -0.036387767642736435, -0.061989180743694305, 0.015730375424027443, 0.022059274837374687, 0.01955493539571762, 0.019320154562592503, -0.06231583282351494, 0.048507947474718094, 0.049596790224313736, -0.011953452602028848, 0.007553847040981054, -0.020531492307782173, -0.0341080017387867, -0.04364388436079025, -0.0068010143004357815, -0.0002500935806892812, -0.022949064150452617, 0.05272721499204635, 0.035380586981773376, -0.00550567451864481, -0.011131716892123222, 0.024151895195245743, 0.03957603499293327, -0.05892680957913399, 0.01610381528735161, -0.005402531940490007, -0.025235315784811977, 0.031510088592767715, -0.030821481719613075, 0.05064480379223823, 0.006205553654581308, -0.008353466168045998, -0.03195923566818237, 0.019057301804423332, 0.016594644635915756, -0.0058112735860049725, 0.028874114155769348, -0.042419787496328354, -0.015991315245628357, -0.03333815559744835, 0.016974039375782013, -0.015420735813677313, 0.04889414831995964, 0.042007215321063995, 0.0584980808198452, 0.01204192079603672, 0.0664670541882515, -0.006277434062212706, -0.05847086012363434, 0.034361500293016434, 0.006434380542486906, 0.009871040470898151, -0.010743816383183002, 0.008884915150702, 0.026072682812809944, 0.013770459219813349, -0.0077035631984472275, 0.09051686525344849, 0.0178047064691782, 0.015395216643810272, 0.016712035983800888, -0.022798283025622368, 0.0067916568368673325, 0.014496071264147758, 0.008190990425646305, 0.019566847011446953, 0.019070060923695564, 0.03064071759581566, -0.04943346232175827, -0.026106707751750943, -0.027323151007294655, -0.003004525788128376, -0.011397122405469418, 0.06457050144672394, 0.007941747084259987, -0.06165572628378868, -0.027104103937745094, -0.03599986806511879, 0.005725782364606857, -0.0341080017387867, -0.008651196025311947, -0.0584980808198452, -0.04265371710062027, -0.05240056291222572, 0.04175031557679176, 0.0007062525837682188, -0.025701792910695076, 0.040246352553367615, 0.019201062619686127, -0.0203035157173872, -0.007587022613734007, 0.03140630945563316, 0.011364610865712166, -0.007290993817150593, 0.04405049979686737, -0.003458777442574501, 0.043713636696338654, -0.0018386982847005129, 0.03893187269568443, 0.01879848912358284, 0.0046854265965521336, -0.018519684672355652, -0.01814284361898899, -0.07274831086397171, 0.029313690960407257, 0.03709211200475693, -0.02628534659743309, 0.01704549416899681, -0.017343224957585335, 0.0033167172223329544, 0.010874818079173563, 0.019410325214266777, -0.06044778972864151, 0.03616319224238396, -0.005811698269098997, 0.03373711556196213, 0.0030691756401211023, -0.045139338821172714, -0.014466296881437302, -0.045955970883369446, -0.00905100628733635, -0.0074738855473697186, 0.007482391782104969, -0.015860527753829956, -0.0035880773793905973, -0.014692572876811028, 0.01494606863707304, -0.01072850450873375, -0.009785975329577925, 0.017405323684215546, -0.006895437370985746, -0.0007787778158672154, -0.01199598517268896, -0.05034196749329567, 0.035207051783800125, -0.03127530962228775, 0.021486783400177956, -0.003468985203653574, -0.006635135971009731, -0.03456055372953415, 0.007960462011396885, 0.003813501913100481, 0.053230803459882736, -0.013496547006070614, -0.03327903524041176, -0.000649903086014092, -0.008656300604343414, -0.004772193729877472, 0.0251250471919775, 0.0032127241138368845, -0.029167376458644867, -0.010852275416254996, 0.0320146381855011, 0.05104971677064896, 0.011221886612474918, 0.04377828538417816, 0.029502537101507187, -0.03798019886016846, -0.016526592895388603, 0.02891898527741432, 0.05005274340510368, 0.06349314749240875, -0.027709348127245903, -0.0040414780378341675, -0.01320902444422245, 0.021318351849913597, 0.0177515409886837, -0.02954847365617752, 0.01539351511746645, 0.06161680817604065, 0.023488381877541546, 0.014073292724788187, 0.06461261212825775, -0.021780259907245636, 0.006047331262379885, -0.017338545992970467, -0.0530470609664917, 0.0430186502635479, 0.03781687468290329, -0.015105407685041428, 0.0014835483161732554, 0.0013032087590545416, -0.0043893977999687195, -0.00614515645429492, 0.027294225990772247, -0.037716493010520935, 0.03840382769703865, -0.03646262362599373, 0.04313858970999718, -0.0015720168594270945, -0.06546157598495483, 0.05066181346774101, 0.0006941372994333506, -0.02247779816389084, 0.011837762780487536, 0.016126783564686775, -0.00879623368382454, -0.017516758292913437, -0.0023359081242233515, -0.028782879933714867, 0.017788968980312347, 0.04067295789718628, 0.007194869220256805, -0.06937970221042633, -0.05814080312848091, 0.07117629051208496, -0.030606690794229507, 0.03265507519245148, 0.00024158699670806527, 0.0075938282534480095, 0.058318592607975006, -0.010776140727102757, -4.848753087571822e-05, 0.03328711539506912, 0.030164774507284164, 0.05719146877527237, -0.013365546241402626, 0.02880840003490448, 0.00929259229451418, -0.05556501075625419, -0.034696657210588455, 0.01452541910111904, -0.03136888146400452, -0.03647793456912041, 0.06474531441926956, 0.023537717759609222, 0.024032801389694217, 0.00265065161511302, -0.041910238564014435, 0.0695430263876915, -0.015177873894572258, 0.04621797427535057, -0.020592739805579185, -0.016443228349089622, 0.01313544251024723, -0.025179490447044373, 0.04285617545247078, -0.027520501986145973, 0.006832488346844912, -0.028224848210811615, -0.02326720952987671, 0.02958589978516102, 0.004112082999199629, 0.03156963735818863, -0.013404037803411484, -0.02048385515809059, -0.007295247167348862, -0.041672054678201675, 0.028097249567508698, 0.03978869691491127, 0.01383128110319376, -0.041056178510189056, -0.016764776781201363, 0.004625880625098944, -0.013280480168759825, 0.012890027835965157, 0.024390079081058506, -0.018319780007004734, 0.06159532815217972, 0.002381843514740467, -0.0419357605278492, -0.07810405641794205, -0.032964713871479034, 0.03582633286714554, 0.006114533171057701, 0.0009586920496076344, -0.0045050871558487415, 0.010684269480407238, -0.006631733383983374, -0.02172751910984516, -0.04432611167430878, 0.04789547249674797, -0.005189867224544287, -0.012759026139974594, 0.021870428696274757, 0.06882847845554352, -0.019397564232349396, 0.046549730002880096, 0.02719087153673172, -0.05052230879664421, -0.06479975581169128, 0.002991765970364213, 0.028292901813983917, 0.03966450318694115, 0.02900405041873455, 0.021383851766586304, -0.041573379188776016, -0.006354418583214283, -0.026469089090824127, -0.004772193729877472, -0.028261002153158188, 0.03351254016160965, 0.036904964596033096, 0.06489503383636475, 0.004042328801006079, 0.03597264364361763, 0.013697302900254726, -0.06768518686294556, -0.05818503722548485, 0.0006737214862369001, 0.005883579142391682, -0.0294583011418581, 0.01326516829431057, 0.019068360328674316, -0.015416483394801617, -0.02647419273853302, 0.06719521433115005, -0.0012704584514722228, 0.0018238117918372152, -0.026259826496243477, -0.013634352944791315, -0.01001905556768179, -0.003263657446950674, 0.03375072404742241, -0.030043555423617363, 0.01464833877980709, 0.02776123769581318, -0.02034817636013031, -0.009779169224202631, 0.04048283398151398, 0.014012045226991177, -0.03785770386457443, -0.046969957649707794, 0.03939973562955856, 0.04653441905975342, -0.0016230563633143902, 0.008603984490036964, -0.026070980355143547, -0.027435436844825745, 0.04961040243506432, 0.013249856419861317, 0.007860084064304829, 0.013590119779109957, 0.015381606295704842, -0.012775188311934473, -0.006075402721762657, -0.016315629705786705, 0.03087550029158592, 0.021605024114251137, -0.004192895721644163, -0.05007337033748627, -0.003488975577056408, -0.0067848521284759045, 0.03591479733586311, -0.05694818124175072, 0.00017353432485833764, -0.012150805443525314, -0.014874612912535667, -0.01629010960459709, 0.012417061254382132, -0.02258753404021263, -0.0029619927518069744, -0.038163941353559494, -0.013949097134172916, -0.012702244333922865, 0.006305931136012077, -0.03751063719391823, -0.013212427496910095, 0.008227355778217316, 0.021024875342845917, -0.028024090453982353, -0.05008464306592941, 0.04973969981074333, -0.027192147448658943, 0.0005682398332282901, 0.010903527960181236, -0.021301764994859695, 0.06296233832836151, -0.03308720886707306, 0.04163292795419693, -0.001558406394906342, -0.010580489411950111, 0.001880805823020637, 0.010093913413584232, 0.017958249896764755, -0.06666439771652222, -0.06513661891222, 0.0164585392922163, -0.06229541823267937, 0.012246078811585903, -0.021885741502046585, 0.03585823252797127, -0.016231413930654526, 0.03907244652509689, 0.028474941849708557, 0.04030589759349823, 0.02719959057867527, -0.022583279758691788, 0.05490489676594734, -0.01103644259274006, -0.022501615807414055, 0.03374051675200462, 0.056194499135017395, 0.010054782964289188, 0.0004321344895288348, -0.008433428592979908, 0.042587365955114365, 0.03800061717629433, 0.030963966622948647, -0.03951946273446083, -0.013543332926928995, -0.016641005873680115, -0.006165572442114353, -0.01348804123699665, -0.06603831797838211, -0.04099386930465698, 0.0057623605243861675, -0.06121423467993736, 0.010571982711553574, 0.01754227839410305, -0.030790433287620544, -0.03240668401122093, -0.014832081273198128, 0.07239443808794022, -0.005635612178593874, -0.016582736745476723, -0.013202219270169737, 0.017734527587890625, 0.0006284239352680743, 0.030895916745066643, 0.034444861114025116, -0.029858961701393127, 0.03903501480817795, 0.05915265902876854, 0.01141243427991867, 0.03587396815419197, -0.02019803412258625, -0.01436847262084484, 0.03344789147377014, 0.039152830839157104, 0.020465141162276268, 0.009425295516848564, 0.06413964927196503, 0.02364660426974297, 0.03375837951898575, 0.024784784764051437, 0.03210725262761116, -0.0550750344991684, -0.041300319135189056, -0.012855150736868382, -0.014260438270866873, -0.027118992060422897, -0.0028718230314552784, -0.01757120154798031, -0.011970465071499348, -0.05793324485421181, 0.007560652680695057, -0.017119713127613068, -0.07197931408882141, 0.011085781268775465, -0.04420021176338196, -0.02555888332426548, 0.006189390551298857, -0.02498894184827805, -0.013787471689283848, 0.04491987079381943, 0.010674062184989452, -0.036038994789123535, -0.003645922057330608, -0.037185683846473694, -0.008695430122315884, 0.024977032095193863, -0.015068563632667065, -0.018523938953876495, -0.00336520466953516, 0.03161727264523506, -0.06267651170492172, 0.0014445243868976831, 0.006674265954643488, 0.04940411448478699, -0.03468644991517067, -0.011209764517843723, -0.02485964260995388, -0.00904079806059599, 0.008077002130448818, 0.05274082347750664, -0.016446629539132118, -0.02629895508289337, -0.03365034610033035, -0.021022746339440342, -0.023947736248373985, 0.019098984077572823, 0.00568409962579608, 0.011373302899301052, 0.03840212523937225, -0.007735888008028269, 0.018472474068403244, -0.007459423970431089, -0.03238796815276146, -0.013261765241622925, 0.06872639805078506, -0.02444111742079258, 0.03926299139857292, -0.024849433451890945, 0.00483641866594553, 0.005161795299500227, 0.026234306395053864, -0.04469699785113335, -0.0014850370353087785, 0.02609352208673954, 0.03421688452363014, -0.022472694516181942, 0.019211269915103912, 0.005614345893263817, -0.053336285054683685, 0.02109462767839432, 0.04109020531177521, 0.0076518855057656765, -0.021777493879199028, -0.06877743452787399, -0.0852632001042366, -0.04290040582418442, -0.009961635805666448, 0.03725884109735489, 0.01079060323536396, -0.013123958371579649, -0.03239307180047035, 0.024080440402030945, 0.012926606461405754, -0.028897719457745552, 0.01194154378026724, -0.00692435959354043, 0.04716050624847412, 0.011662952601909636, -0.007886454463005066, 0.023998776450753212, -0.0431930348277092, 0.04161421209573746, -0.006890333257615566, 0.01735513284802437, -0.025546975433826447, -0.023369288071990013, 0.027476269751787186, -0.01476743072271347, -0.012955527752637863, 0.0062685017473995686, 0.014131988398730757, -0.003320970805361867, 0.021838529035449028, -0.014012045226991177, 0.020370718091726303, 0.035492874681949615, -0.02113354578614235, -0.03488380089402199, -0.024725662544369698, -0.03152880445122719, 0.04173330217599869, 0.04407516494393349, -0.011604683473706244, 0.006499030627310276, -0.037575285881757736, -0.1065841019153595, -0.05930110439658165, 0.01112320926040411, -0.0014359115157276392, -0.0259044636040926, 0.015514309518039228, 0.08415394276380539, -0.008950628340244293, -0.02153271809220314, -0.0009586920496076344, -0.00200074864551425, 0.016910240054130554, 0.021273266524076465, 0.016672905534505844, 0.004832590464502573, -0.03367246687412262, -0.017603525891900063, 0.015883494168519974, -0.061815645545721054, -0.017081009224057198, -0.015538127161562445, 0.00011568954505492002, -0.024696314707398415, -0.01535778772085905, 0.056214913725852966, -0.02576304040849209, -0.0030283438973128796, -0.062185682356357574, 0.050182044506073, 0.026967573910951614, 0.0013244751607999206, 0.002472864231094718, -0.006089225877076387, -0.03707680106163025, 0.016756270080804825, 0.006536406464874744, 0.00907822698354721, -0.04690190404653549, -0.028114262968301773, 0.06268586963415146, -0.005698561202734709, -0.013236245140433311, -0.014680663123726845, -0.05588485673069954, -0.034033142030239105, 0.00111436250153929, -0.014577734284102917, -0.009343632496893406, -0.0025570793077349663, -0.04607166349887848, -0.016972336918115616, -0.018100310117006305, 0.05235973000526428, 0.016363266855478287, -0.022499917075037956, 0.009010174311697485, -0.0019395012641325593, 0.02295076474547386, -0.031155791133642197, 0.003974276594817638, -0.008452142588794231, 0.015856273472309113, 0.01436932198703289, 0.02368573285639286, -0.03909796476364136, -0.017021676525473595, -0.03284222260117531, -0.030230700969696045, 0.08092144131660461, -0.04222668334841728, -0.025407467037439343, -0.002912229159846902, 0.01690598577260971, -0.0053591481409966946, 0.013488572090864182, 0.021157577633857727, 0.03349722921848297, -0.03073939308524132, 0.04625880345702171, -0.021402567625045776, 0.07879138737916946, 0.03083466924726963, -0.07873013615608215, 0.06469768285751343, 0.03198816254734993, -0.01589583046734333, 6.757417577318847e-05, 0.005895063281059265, 0.002545170020312071, 0.03432619571685791, -0.03133400157094002, 0.005464629735797644, -0.020615708082914352, -0.005913352593779564, 0.04496240243315697, 0.00205636047758162, -0.004488073755055666, 0.03325479105114937, 0.014103916473686697, -0.028588930144906044, -0.03334581106901169, -0.00939297117292881, 0.03904182091355324, 0.023718059062957764, 0.0052332510240376, -0.028398381546139717, 0.02690143696963787, -0.013692199252545834, 0.04319388419389725, -0.02732761576771736, 0.0283745639026165, 0.04558848962187767, 0.04062063992023468, 0.013283883221447468, 0.0344376303255558, -0.013070792891085148, -0.019105788320302963, -0.028422199189662933, 0.039861854165792465, 0.06332982331514359, 0.0202320609241724, -0.04381231218576431, 0.03863350674510002, 0.005216237623244524, -0.008230971172451973, -0.04007282108068466, -0.025254348292946815, 0.015010719187557696, -0.021381299942731857, -0.02276362106204033, 0.03399571403861046, -0.021243492141366005, 0.03785089775919914, 0.002534962259232998, -0.003254193812608719, 0.013942292891442776, -0.04183538630604744, -0.019779298454523087, -0.03956922888755798, -0.019719963893294334, 0.016848992556333542, -0.0009680493385531008, 0.010391643270850182, 0.02777314744889736, 0.01970805414021015, 0.05545612424612045, -0.04949258640408516, 0.01956174150109291, -0.03192010894417763, 0.033928725868463516, 0.021416177973151207, 0.03525809198617935, 0.0526251345872879, 0.016446629539132118, -0.005884004756808281, 0.017401069402694702, -0.023821840062737465, -0.03252917900681496, -0.06034911423921585, 0.034438058733940125, 0.019662119448184967, 0.02801728807389736, -0.016031509265303612, -0.023086871951818463, 0.015818418934941292, 0.005600735545158386, 0.014927354641258717, 0.010995610617101192, 0.03349297493696213, -0.026729390025138855, -0.04757562279701233, 0.01098710484802723, 0.023136207833886147, 0.02922096848487854, -0.046466369181871414, -0.043900780379772186, 0.015298240818083286, -0.023723162710666656, -0.017302392050623894, 0.0032656777184456587, 0.034221988171339035, 0.039701931178569794, 0.02502467110753059, 0.025022968649864197, -0.0057623605243861675, -0.035836007446050644, 0.007223578635603189, 0.0005801490624435246, 0.004573139827698469, -0.007797135040163994, 0.0015817993553355336, -0.0033005548175424337, -0.023362483829259872, -0.03803464025259018, -0.027039028704166412, 0.0045050871558487415, 0.05263194069266319, -0.012212052941322328, 0.006971996743232012, 0.031384192407131195, -0.007839668542146683, 0.046466369181871414, 0.014444180764257908, -0.051720030605793, 0.056048180907964706, -0.028654854744672775, 0.025351323187351227, -0.005120963789522648, -0.0003606791724450886, -0.07638232409954071, 0.014566675759851933, -0.025794517248868946, 0.01991986855864525, 0.01388444658368826, -0.013768332079052923, 0.0007281636353582144, 0.04380965605378151, 0.02418251894414425, -0.03419987112283707, 0.010448637418448923, -0.01574738882482052, 0.0050341966561973095, -0.0030997993890196085, -0.03386301174759865, -0.10424309223890305, -0.02467079646885395, 0.013549288734793665, -0.04394161328673363, -0.03150158375501633, 0.013188608922064304, -0.04944707453250885, -0.011404777877032757, -0.028616148978471756, 0.01896117627620697, -0.05664705112576485, -0.051372963935136795, 0.03286263719201088, -0.03302936628460884, 0.010140273720026016, -0.007797135040163994, -0.07301371544599533, 0.014285958372056484, -0.042035285383462906, 0.03720269724726677, -0.006053285673260689, 0.02651672624051571, -0.039715543389320374, -0.026883358135819435, 0.05156748741865158, 0.026319371536374092, 0.04482927545905113, -0.017846176400780678, -0.04261075705289841, -0.010279356501996515, -0.013772159814834596, -0.008768587373197079, -0.009054620750248432, -0.05888938531279564, -0.001633264240808785, -0.002259348751977086, 0.03154241666197777, -0.020654836669564247, 0.045425161719322205, -0.00843119528144598, -0.009246231988072395, -0.02120904065668583, 0.04019106179475784, -0.021333664655685425, 0.045724593102931976, 0.05888938531279564, 0.0070162308402359486, -0.017083773389458656, 0.03431428596377373, -0.06462537497282028, 0.031712546944618225, 0.004651825875043869, -0.0034094389993697405, 0.031183436512947083, 0.006443099584430456, 0.013088230974972248, -0.013520738109946253, 0.06409541517496109, -0.013673484325408936, 0.0227159820497036, 0.0008812822052277625, 0.004255844280123711, 0.030104802921414375, -0.02503190003335476, -0.01711907610297203, 0.006995814852416515, 0.0346660315990448, 0.0281121339648962, -0.013253259472548962, 0.007179557345807552, 0.03930722549557686, -0.07453129440546036, -0.04229133576154709, -0.0054374090395867825, -0.02790074609220028, 0.008724353276193142, -0.0674470067024231, -0.005990124307572842, 0.04112423211336136, 0.01875531859695911, -0.002631937386468053, 0.053713977336883545, 0.052414171397686005, 0.0012572731357067823, -0.02299989014863968, -0.03394637629389763, 0.014371024444699287, -0.052461810410022736, 0.00971792172640562, 0.030647099018096924, -0.02126986533403397, 0.024800095707178116, 0.02513185329735279, -0.019274218007922173, 0.03775562718510628, 0.04898431524634361, -0.03344789147377014, 0.043124981224536896, 0.06929803639650345, -0.052972204983234406, -0.01635008119046688, 0.004284766502678394, -0.004976963624358177, 0.00400660140439868, -0.014932459220290184, 0.019755693152546883, -0.00673197815194726, -0.019636599346995354, -0.0025230529718101025, 0.032969821244478226, -0.06592942774295807, 0.02508591860532761, 0.02265622466802597, 0.030484195798635483, -0.018935658037662503, -0.004801116418093443, 0.004082735162228346, 0.06727517396211624, -0.014784444123506546, -0.045894723385572433, 0.050296030938625336, 0.029579097405076027, 0.0018833577632904053, 0.0478401817381382, 0.01574653945863247, 0.03743577748537064, -0.012400899082422256, -0.05056484043598175, -0.04086903482675552, -0.002200228162109852, 0.028475791215896606, -0.051691535860300064, 0.03489060699939728, -0.010776140727102757, 0.00024749510339461267, 0.021281773224473, 0.02047322317957878, -0.014801457524299622, -0.018364014104008675, 0.006275945343077183, 0.034548643976449966, -0.03680969402194023, -0.06398482620716095, -0.03581612557172775, -0.003591480199247598, -0.006131546571850777, -0.01057538576424122, 0.005632209591567516, -0.013711338862776756, 0.07846473157405853, 0.006589200347661972, 0.01711524836719036, 0.02540406584739685, -0.003712273435667157, -0.023263808339834213, 0.05676273629069328, 0.015772270038723946, 0.051476746797561646, 0.020521285012364388, 0.004652251023799181, -0.0381588377058506, 0.026478126645088196, -0.0020994250662624836, 0.03586035966873169, 0.01945455931127071, -0.003793086158111691, -0.0055366698652505875, -0.02547552064061165, -0.011359693482518196, -0.020793495699763295, 0.033880025148391724, 0.04343844950199127, -0.001803395920433104, 0.034894008189439774, 0.001202831044793129, -0.02369253896176815, -0.036576613783836365, -0.00834836158901453, -0.028078535571694378, 0.06004967913031578, -0.02494981326162815, 0.0032069822773337364, 0.015447107143700125, -0.008269676007330418, 0.04722217470407486, 0.029477017000317577, 0.04901493713259697, -0.020915990695357323, 0.004277110565453768, 0.01803140714764595, -0.044872235506772995, -0.0010301473084837198, -0.022838477045297623, -0.03499268740415573, -0.000714553112629801, -0.001273010391741991, 0.015128109604120256, 0.0074585736729204655, 0.003715676022693515, 0.019578754901885983, 0.044901154935359955, -0.009277919307351112, -0.0008846847922541201, -0.017017634585499763, 0.04300248622894287, -0.014212802052497864, -0.02187213115394115, -0.019874783232808113, 0.013090782798826694, -0.02114500291645527, -0.011201895773410795, -0.023617682978510857, 0.01167869009077549, 0.01248936727643013, -0.04163122549653053, -0.01544795837253332, 0.01321923267096281, 0.025274764746427536, -0.01844652928411961, 0.0057432204484939575, 0.06552111357450485, -0.05215897038578987, -0.008555922657251358, -0.022479074075818065, 0.05532512441277504, 0.01884208433330059, -0.005170301999896765, 0.0361342690885067, 0.05690564587712288, 0.016400694847106934, -0.008850091136991978, 0.0017629895592108369, -0.04194086417555809, 0.050331756472587585, 0.03205961734056473, 0.02996359206736088, -0.013593521900475023, 0.01678859442472458, 0.02977900020778179, 0.028935998678207397, 0.030162647366523743, 0.02731974609196186, 0.002204481279477477, 0.002315492369234562, 0.03514240309596062, 0.011206574738025664, -0.0061077275313436985, -0.008278608322143555], [-0.03951793536543846, -0.017676332965493202, -0.05943001061677933, -0.025600768625736237, 0.011147062294185162, 0.05523867905139923, 0.0025952851865440607, -0.005910208448767662, 0.005092030856758356, 0.053053975105285645, -0.008140516467392445, 0.006197683978825808, -0.02934853546321392, -0.038046084344387054, -0.05473050475120544, -0.0007318538846448064, 0.0281253382563591, -0.03308543935418129, 0.08601997047662735, 0.046963516622781754, 0.018541201949119568, -0.0021890467032790184, -0.003951902501285076, 0.03346222639083862, -0.04377984255552292, 0.04338229447603226, 0.01691950485110283, -0.011874708347022532, -0.012198830023407936, 0.022671997547149655, -0.0009465780458413064, -0.03403055667877197, 0.02132135070860386, -0.016865212470293045, 0.0008473597117699683, 0.025280989706516262, 0.004296112339943647, 0.04491502046585083, -0.056059569120407104, -0.024974241852760315, -0.024875428527593613, 0.03166082501411438, -0.011023413389921188, 0.022840572521090508, 0.0229317806661129, 0.0326773039996624, -0.03289975970983505, 0.035050805658102036, -0.008033697493374348, -0.06655309349298477, 0.0469602569937706, 0.015468827448785303, 0.004265165887773037, -0.0031597844790667295, 0.01324720587581396, 0.05058152228593826, 0.03054186888039112, -0.03310905769467354, 0.045413486659526825, 0.016145575791597366, -0.005506129004061222, 0.0157470740377903, -0.043796129524707794, 0.012855219654738905, 0.022608203813433647, 0.026927119120955467, -0.003766088280826807, 0.05090836063027382, 0.008648687973618507, -0.04603946954011917, 0.010530985891819, -0.0035219788551330566, 0.0043677776120603085, -0.02724146842956543, 0.06414905190467834, -0.004429398570209742, -0.08452586084604263, -0.0005678925081156194, -0.058079224079847336, -0.004826814867556095, -0.005695212632417679, -0.006920036394149065, -0.039211731404066086, -0.04730338230729103, -0.064444400370121, 0.008743155747652054, -0.0030047812033444643, -0.018572961911559105, 0.054738108068704605, 0.0012891594087705016, -0.04072864353656769, -0.02872363477945328, 0.04997019842267037, 0.026281587779521946, -0.00871682446449995, 0.04501064121723175, 0.028874564915895466, 0.03464795649051666, 0.01942724548280239, 0.03717470169067383, 0.041166506707668304, -0.022974129766225815, 0.0040094004943966866, -0.040457725524902344, -0.04859743267297745, 0.023844292387366295, 0.03018408454954624, -0.033127788454294205, 0.03487815707921982, -0.023917177692055706, -0.01340519543737173, 0.024102313444018364, 0.02593330480158329, -0.04094798490405083, -0.02688097022473812, -0.019233424216508865, 0.03237476199865341, -0.012819386087357998, -0.05187095329165459, -0.01036512479186058, 0.0005635491688735783, 0.009454039856791496, 0.006921257823705673, 0.012265609577298164, -0.04020391404628754, -0.0012400252744555471, 0.016750657930970192, 0.002375810407102108, -0.0627209022641182, -0.013777162879705427, 0.005033395253121853, -0.017227748408913612, 0.015154342167079449, -0.02142491191625595, -0.03553739935159683, 0.012647825293242931, -0.0372224785387516, 0.03668390214443207, -0.011841182596981524, 0.010547680780291556, -0.01579240709543228, 0.044821158051490784, 0.0024121857713907957, 0.03879856690764427, -0.018768684938549995, 0.0066746375523507595, -0.03463112935423851, -0.022527240216732025, -0.003486078232526779, 0.026138531044125557, -0.008556935004889965, -0.04038511216640472, 0.001253869733773172, 0.0054595861583948135, 0.014380820095539091, -0.0003854719689115882, 0.050580982118844986, 0.017902186140418053, -0.05265221372246742, 0.0390450544655323, 0.02102847956120968, 0.021242763847112656, 0.04214457422494888, -0.0008621542365290225, 0.02301756478846073, -0.018699191510677338, 0.006482444237917662, -0.0048235575668513775, -0.008242313750088215, 0.022633176296949387, 0.0723796933889389, -0.00919920764863491, 0.005514149554073811, 0.03334495425224304, -0.03128620982170105, 0.020704731345176697, -0.001661329995840788, -0.047622617334127426, 0.018554504960775375, -4.0651008021086454e-05, -0.02519032172858715, 0.0029523896519094706, -0.016226742416620255, -0.021190373227000237, -0.01726263016462326, 0.027548760175704956, -0.05941915139555931, -0.005320599302649498, -0.004810255952179432, 0.011611121706664562, 0.02715243026614189, -0.02416312135756016, 0.019786657765507695, 0.005489989649504423, -0.03118196874856949, 0.0024751643650233746, -0.005519850179553032, -0.012717317789793016, -0.004537507425993681, 0.007045993581414223, -0.011591305024921894, 0.01913759857416153, 0.06198389455676079, -0.003931271377950907, -0.032147277146577835, -0.025528017431497577, 0.06171759217977524, -0.04586166515946388, 0.040958840399980545, -0.028484750539064407, 0.015283217653632164, 0.071087546646595, 0.020883895456790924, -0.005794838070869446, 0.021317142993211743, 0.04730772599577904, 0.0705663412809372, -0.02330639585852623, 0.0597655326128006, 0.0011064674472436309, -0.02198384702205658, -0.003373151179403066, 0.03298337385058403, -0.033205967396497726, -0.03725084662437439, 0.07859407365322113, 0.0056137749925255775, 0.017176849767565727, -0.0230609979480505, -0.020454173907637596, 0.10370174050331116, -0.007513989228755236, 0.02986702136695385, -0.013576485216617584, -0.02119634300470352, 0.003324017161503434, 0.004278738982975483, 0.01213313825428486, -0.013933454640209677, 0.005559483077377081, -0.05376194044947624, 0.008219783194363117, 0.03714863955974579, 0.003981763031333685, -0.03250342980027199, -0.023068053647875782, 0.000376785290427506, 0.010264514945447443, -0.01256529986858368, 0.004124007187783718, 0.01921072229743004, 0.011835211887955666, -0.05810202658176422, 0.009025474078953266, 0.00900538545101881, -0.00720561109483242, -0.000620827020611614, 0.05200505629181862, 0.006205284036695957, 0.0545404851436615, 0.05232863873243332, -0.05414089933037758, -0.05304529145359993, -0.00924372673034668, 0.02874154970049858, 0.02566700614988804, 0.012442736886441708, -0.038161180913448334, 0.017936933785676956, -0.05123194307088852, -0.031797636300325394, -0.05648087710142136, 0.027479808777570724, -0.0051626102067530155, -0.04219180718064308, 0.02637442760169506, 0.0808318480849266, -0.014657435938715936, 0.07573927193880081, 0.02415877766907215, -0.030088530853390697, -0.04471420869231224, 0.022007735446095467, 0.005691683851182461, 0.007545478641986847, 0.03774150833487511, 0.0337076261639595, -0.06896799802780151, -0.006630661431699991, -0.03771762177348137, -0.0008261180482804775, -0.0023964412976056337, 0.00026820163475349545, 0.03810309246182442, 0.06157263368368149, -0.0014018150977790356, 0.004947614390403032, 0.001584235462360084, -0.06091325730085373, -0.027936404570937157, 0.03216899558901787, 0.0067300149239599705, 0.007523762062191963, 0.030856216326355938, 0.004669097252190113, -0.026797089725732803, -0.036894556134939194, 0.08639349788427353, 0.018714664503932, 0.005214119330048561, -0.015400012023746967, -0.0232700202614069, -0.0416250005364418, 0.012667369097471235, 0.010027158074080944, -0.0014647934585809708, 0.00255931681022048, 0.0482771098613739, -0.018686331808567047, 0.002228408120572567, 0.04447559639811516, -0.00324783893302083, 0.003125037532299757, -0.0518302358686924, 0.029665054753422737, 0.03627793490886688, 0.011399654671549795, 0.04349576309323311, -0.04331619292497635, -0.0012085360940545795, 0.03738752380013466, -0.007871229201555252, 0.01376243494451046, -0.006575283128768206, 0.01437919121235609, 0.005933011416345835, -0.036964863538742065, 0.009249155409634112, 0.014164194464683533, 0.03632069006562233, 0.01185299176722765, -0.043520331382751465, 0.010224237106740476, -0.012282982468605042, 0.018358781933784485, -0.08550094813108444, -0.01005267444998026, -0.034402016550302505, 0.009068907238543034, -0.005893785040825605, 0.03536759689450264, -0.017289776355028152, -0.014062466099858284, 0.022420354187488556, 0.004217389039695263, 0.018550431355834007, -0.006584513001143932, -0.00834736879914999, -0.038098204880952835, -0.003562629921361804, 0.018105238676071167, -0.02644229121506214, -0.05796629935503006, 0.049447908997535706, -0.014083300717175009, 0.0014946539886295795, 0.022046826779842377, -0.017438534647226334, 0.05200057476758957, -0.021069573238492012, 0.04008691385388374, 0.011209091171622276, -0.010542387142777445, 0.01076416950672865, 0.021852461621165276, 0.01484148483723402, -0.05729742348194122, -0.05865404009819031, 0.03914006426930427, -0.027107909321784973, 0.0361214391887188, -0.04357190802693367, 0.03776268288493157, -0.006869545206427574, 0.02592543512582779, 0.04492105916142464, -0.018175818026065823, 0.012100563384592531, -0.0239014346152544, 0.04451332986354828, -0.026073921471834183, -0.00302037107758224, 0.024193117395043373, 0.04002827778458595, 0.021908923983573914, 0.00804251991212368, -0.00803084671497345, 0.05025685951113701, 0.05231017619371414, 0.03839409351348877, -0.0432857871055603, 0.017340809106826782, -0.04013869538903237, -0.014497547410428524, -0.019611159339547157, -0.03155604004859924, -0.04143986478447914, -0.004050170537084341, -0.04879586771130562, 0.034635741263628006, 0.015705540776252747, -0.015573067590594292, -0.05777084827423096, -0.0038840374909341335, 0.039837174117565155, 0.00365926930680871, -0.02871929109096527, 0.00580705376341939, 0.0008556392276659608, -0.00920694414526224, 0.027830669656395912, 0.02186874859035015, -0.022426867857575417, -0.0007771874661557376, 0.02408059686422348, 0.02308814413845539, 0.010453229770064354, -0.03242090716958046, -0.030391478911042213, 0.03674579784274101, 0.02868569642305374, 0.028010781854391095, 0.016261352226138115, 0.05420170724391937, 0.019507598131895065, 0.02734570764005184, 0.03835391998291016, 0.014302638359367847, -0.06576477736234665, -0.002838919870555401, -0.012644566595554352, -0.018336521461606026, 0.0009323264821432532, -0.01681634970009327, 0.010381615720689297, 0.010505401529371738, -0.04108696803450584, 0.013002757914364338, -0.0637679249048233, -0.10933071374893188, 0.021046770736575127, -0.001612467342056334, -0.016383102163672447, 0.009377827867865562, -0.020523125305771828, -0.012267510406672956, 0.053338464349508286, -0.023710329085588455, -0.028789598494768143, 0.013420396484434605, -0.04055382311344147, 0.0020305144134908915, 0.012638458982110023, -0.01819875650107861, -0.026160381734371185, -0.0025783188175410032, 0.042496927082538605, -0.08215004950761795, -0.00210543698631227, 0.024822494015097615, 0.055526427924633026, -0.009812705218791962, -0.009588344022631643, -0.02174326591193676, 0.010391184128820896, 0.026757728308439255, 0.04214349016547203, 0.011513939127326012, -0.008868027478456497, -0.02734353579580784, -0.040035609155893326, -0.04211742803454399, 0.010248125530779362, 0.020276369526982307, 0.022420354187488556, 0.012290583923459051, -0.01287150662392378, 0.012204802595078943, -0.017167076468467712, -0.04901466146111488, 0.005546181462705135, 0.059370286762714386, 0.017542775720357895, 0.047190457582473755, -0.011367623694241049, -0.0058504873886704445, -0.01685272715985775, 0.044010043144226074, -0.003661915892735123, 0.009718237444758415, 0.055460188537836075, 0.021930640563368797, -0.04763782396912575, 0.021425725892186165, -0.00796026736497879, -0.051976822316646576, 0.018912557512521744, 0.03556874766945839, -0.0006102401530370116, -0.02538903057575226, -0.05705202743411064, -0.09335154294967651, 0.012992034666240215, -0.011969991028308868, 0.004979646764695644, 0.030969485640525814, 0.007328311447054148, -0.003198331454768777, 0.03393293544650078, -0.009196492843329906, -0.0037504795473068953, 0.002676044125109911, -0.026646429672837257, 0.045435745269060135, -0.005607802886515856, 0.011565381661057472, 0.02771877869963646, -0.019361551851034164, -0.001191434101201594, -0.024014363065361977, -0.003762966487556696, -0.05087361857295036, -0.020599404349923137, 0.0391237773001194, 0.018678560853004456, -0.01491179410368204, 0.020393095910549164, -0.026168661192059517, -0.012025096453726292, 0.023669065907597545, -4.071887087775394e-05, 0.040748730301856995, 0.044145774096250534, -0.010532742366194723, -0.04413817077875137, 0.004133780021220446, -0.009808361530303957, 0.04301215708255768, 0.009169822558760645, -0.007696409244090319, -0.003916612826287746, -0.03883006051182747, -0.08369193971157074, -0.04307296499609947, 0.03077043779194355, 0.013765149749815464, -0.01633288338780403, -0.011638538911938667, 0.047854989767074585, -0.0466209352016449, -0.04532064497470856, 0.008886486291885376, 0.0022319371346384287, 0.029197875410318375, 0.002469463739544153, 0.007634516805410385, -0.01441502384841442, -0.05484451726078987, -0.04332759231328964, 0.025994926691055294, -0.008048220537602901, -0.061001211404800415, -0.03815412521362305, -0.056066084653139114, -0.01824585534632206, -0.004866176284849644, 0.041887231171131134, -0.05550524964928627, -0.025303181260824203, -0.025350552052259445, 0.018858810886740685, -0.0010193290654569864, 0.008893001824617386, -0.01212255097925663, 0.03726563975214958, -0.04205336421728134, -0.007912762463092804, -0.01458740048110485, 0.025367313995957375, -0.052350353449583054, -0.031862109899520874, 0.02134469710290432, 0.028576504439115524, -0.0005543195875361562, -0.029573846608400345, -0.039636801928281784, -0.00923911202698946, 0.02994520217180252, 0.028330018743872643, -0.024339569732546806, -0.0434790663421154, -0.04872366040945053, 0.020504938438534737, 0.012269409373402596, 0.046332646161317825, -0.02831970527768135, -0.007135710678994656, 0.0193213764578104, 0.011883937753736973, -0.006081770174205303, -0.007785448338836432, 0.015625527128577232, -0.020566288381814957, 0.013645028695464134, 0.002156471600756049, 0.03596331551671028, -0.033046893775463104, -0.012721660546958448, -0.008224126882851124, 0.0006094257696531713, 0.05290630087256432, -0.021956700831651688, -0.04866610839962959, -0.0029266008641570807, 0.02270049974322319, -0.005143607966601849, 0.01864815689623356, 0.015807610005140305, 0.016858596354722977, -0.0297378059476614, 0.06798205524682999, -0.045645855367183685, 0.06413181126117706, 0.014921226538717748, -0.05297362431883812, 0.05982104316353798, -0.0019675358198583126, -0.02057117410004139, -0.026487896218895912, 0.02143169939517975, -0.006005897652357817, 0.015538320876657965, -0.012692072428762913, -0.011390969157218931, 0.016563352197408676, -0.006954783108085394, 0.025317367166280743, -0.007924163714051247, -0.03141433745622635, -0.003737992374226451, 0.026697462424635887, -0.01332891546189785, -0.03044522926211357, -0.061119165271520615, 0.05385939031839371, 0.013200243934988976, -0.017704565078020096, 0.0016694058431312442, -0.0008586252224631608, -0.013000992126762869, 0.035721853375434875, -0.03311801701784134, 0.044416144490242, 0.04611113667488098, 0.02008281834423542, 0.005033938214182854, 0.05548842251300812, -0.006310746539384127, -0.01708889566361904, -0.006554109044373035, 0.053557801991701126, 0.018105238676071167, -0.016194166615605354, -0.04003370553255081, 0.02694503404200077, 0.01126111764460802, -0.02292200922966003, -0.03978288173675537, -0.023218443617224693, -0.008693207055330276, -0.01443314366042614, -0.002771462081000209, 0.034808117896318436, -0.008066680282354355, 0.05311695113778114, 0.009138400666415691, 0.010770650580525398, 0.038547199219465256, -0.03515069931745529, -0.030794324353337288, -0.021134722977876663, 0.006293508689850569, 0.042132630944252014, 0.0055112992413342, -0.027591651305556297, 0.05095288157463074, 0.019902298226952553, 0.05120153725147247, -0.03904234245419502, 0.028633510693907738, -0.003400975838303566, 0.028789259493350983, 0.05057283863425255, 0.005124605726450682, 0.028059104457497597, -0.026987925171852112, 0.005066513549536467, -0.013777094893157482, -0.01145060546696186, -0.033328667283058167, -0.03631634637713432, 0.01582932658493519, 0.007883173413574696, 0.017936663702130318, -0.016531318426132202, -0.019846921786665916, 0.0335100032389164, -0.0015049695502966642, 0.019348522648215297, 0.02674415521323681, -0.0022319371346384287, -0.04704743251204491, -0.05776650458574295, -0.0252375565469265, 0.008679091930389404, -0.021278053522109985, -0.024411777034401897, -0.04640811309218407, -0.006967813242226839, -0.025522859767079353, -0.02081277221441269, -0.01379365287721157, -0.021412424743175507, 0.024674957618117332, 0.005782622378319502, 0.009921289049088957, -0.01005267444998026, -0.03769915923476219, 0.022271594032645226, 0.008052563294768333, -0.008572136983275414, -0.02121235989034176, 0.00298496475443244, -0.012321801856160164, -0.01742740534245968, -0.014385433867573738, -0.027520528063178062, 0.027158943936228752, 0.031782981008291245, 0.006001418922096491, 0.003087033284828067, 0.03932248428463936, 0.0004408496315591038, 0.03293464705348015, -0.02350619062781334, -0.0671546459197998, 0.08320005238056183, -0.03875350579619408, 0.021232448518276215, -0.01125618815422058, 0.01096314936876297, -0.07749398052692413, -0.015451454557478428, -0.028726892545819283, -0.02059180475771427, -0.002210763283073902, -0.002862265333533287, 0.004659188911318779, 0.02476087585091591, 0.003125037532299757, -0.02663937211036682, 0.00096096534980461, -0.024516288191080093, -0.0404452420771122, 0.004836791194975376, -0.022350044921040535, -0.09317345917224884, -0.028365308418869972, -0.0020131408236920834, -0.03313755989074707, -0.02948589250445366, 0.006830454804003239, 0.003139153588563204, -0.0355842225253582, -0.048312123864889145, -0.004942728206515312, -0.036236535757780075, -0.03600552678108215, 0.04418594762682915, -0.05900653451681137, 0.030616519972682, 0.004356919322162867, -0.09530822187662125, 0.0311659537255764, -0.01039797067642212, 0.03479020297527313, -0.009790988638997078, -0.002596235368400812, -0.04695184528827667, -0.023519424721598625, 0.019754895940423012, 0.013918795622885227, 0.05902932956814766, 0.01938163861632347, -0.03822687640786171, -0.0013464373769238591, 0.021903494372963905, -0.012016817927360536, -0.021178698167204857, -0.03753248602151871, -0.035767458379268646, -0.039706870913505554, 0.031019140034914017, 0.016563352197408676, 0.05815849453210831, -0.001844836282543838, -0.002754495944827795, -0.01721050962805748, 0.059794846922159195, 0.01668713614344597, 0.008235256187617779, 0.07957878708839417, 0.013882691971957684, 0.0019952247384935617, 0.006522077601402998, -0.04301215708255768, 0.007029162719845772, 0.002871766220778227, 0.004078402183949947, 0.029194343835115433, 0.007121628616005182, -0.005277165677398443, -0.010652870871126652, 0.07070749998092651, 0.02486782893538475, 0.00206498964689672, -0.020656954497098923, 0.0015543749323114753, 0.021886121481657028, -0.046237096190452576, -0.01034917589277029, 0.03982631489634514, 0.004450844135135412, -0.026483554393053055, 0.041495513170957565, -0.01050031092017889, 0.06650097668170929, -0.07552102208137512, -0.031191742047667503, -0.02020796202123165, -0.04667577147483826, 0.008566165342926979, 0.005633591674268246, 0.0008230641251429915, 0.015582839958369732, 0.02961619198322296, 0.021604890003800392, 0.03979051485657692, 0.047057442367076874, 0.02726610377430916, 0.011025720275938513, -0.03014282323420048, 0.019296402111649513, -0.03555463254451752, -0.022685296833515167, 0.01961400918662548, 0.002000110922381282, 0.0032509947195649147, 0.018664445728063583, -0.03571968153119087, 0.02304525300860405, 0.050252515822649, -0.009353396482765676, 0.013731488958001137, 0.05209735035896301, -0.07720759510993958, 0.007291935384273529, -0.00283349072560668, 0.0027615537401288748, 0.026494141668081284, -0.03432329371571541, 0.04170915484428406, -0.0061214035376906395, -0.00503828190267086, -0.032647304236888885, -0.003336232854053378, -0.05789680406451225, -0.02168361283838749, 0.0023521934635937214, 0.009087366051971912, -0.02292465604841709, -0.03142085298895836, -0.00989142805337906, 0.08929377049207687, -0.02260765992105007, -0.04265708848834038, 0.058982644230127335, 0.017178477719426155, 0.013628334738314152, 0.03128838166594505, -0.002753681503236294, 0.024402005597949028, -0.013748861849308014, -0.06597542762756348, -0.04781210049986839, 0.002096886280924082, -0.0005573056405410171, -0.03784411773085594, 0.017188793048262596, -0.018202420324087143, 0.029884394258260727, 0.03039528056979179, 0.04129653424024582, -0.025798389688134193, -0.06088937073945999, 0.02933753840625286, -0.023393262177705765, -0.06398291885852814, -0.02596995234489441, -0.02599058486521244, 0.025017131119966507, 0.02290613017976284, 0.011523033492267132, 0.006715899333357811, -0.01559546310454607, 0.07036655396223068, 0.007267503999173641, -0.0012856305111199615, -0.005225520581007004, -0.034147389233112335, -0.04134213924407959, 0.052631717175245285, 0.01984800770878792, 0.0425083301961422, 0.022465959191322327, 0.013715201057493688, -0.03415607661008835, 0.01646997034549713, -0.032779235392808914, 0.027244454249739647, 0.002791821490973234, 0.0022490390110760927, -0.025153404101729393, -0.01929613016545773, -0.004597974941134453, 0.010951747186481953, 0.04194043576717377, 0.020669985562562943, -0.025733239948749546, 0.0638444721698761, -0.0037154611200094223, 0.010391456075012684, -0.0012291669845581057, 0.008257108740508556, -0.015554608777165411, 0.03737666457891464, -0.016363557428121567, 0.00485586142167449, 0.03957114368677139, -0.0134255550801754, 0.07818891853094101, -0.0004932412412017584, 0.030456628650426865, -0.02073676325380802, -0.00646439241245389, 0.03205389529466629, 0.0010407742811366916, -0.003990720957517624, -0.040767598897218704, -0.04710467904806137, -0.03891963884234429, -0.020419156178832058, 0.024266276508569717, -0.0001042403164319694, 0.026169883087277412, 0.021026140078902245, 0.050988711416721344, 0.005808140151202679, -0.034898243844509125, -0.011596734635531902, 0.020979447290301323, -0.03204520791769028, -0.029116299003362656, 0.017373384907841682, -0.015853213146328926, -0.027462977916002274, -0.012701572850346564, 0.0010296445107087493, -0.0043009985238313675, 0.02718717604875565, -0.054760705679655075, -0.017556890845298767, 0.0019643334671854973, 0.0201911311596632, -0.005548149812966585, 0.03408440947532654, 0.032435160130262375, -0.027104651555418968, -0.013492876663804054, -0.017167076468467712, 0.016910547390580177, 0.016226742416620255, -0.012682028114795685, 0.014873246662318708, 0.0526391826570034, 0.027901114895939827, -0.006617088336497545, 0.030279910191893578, -0.024211984127759933, 0.0763777419924736, 0.04837455973029137, 0.031495098024606705, -0.06621214002370834, 0.01988166756927967, 0.04923536255955696, 0.011440984904766084, 0.0036557400599122047, 0.011772233061492445, -0.01961224526166916, 0.001546231214888394, 0.05096916854381561, 0.00731595978140831, 0.016951266676187515, 0.005481302738189697], [-0.0325319729745388, 0.008597149513661861, -0.03244221955537796, -0.02251286245882511, -0.033819299191236496, 0.0516187958419323, 0.01593918539583683, -0.05186209455132485, -0.011047112755477428, 0.034110359847545624, 0.014216980896890163, -0.016098016873002052, -0.0047197770327329636, -0.024479757994413376, -0.015874754637479782, 0.04133811965584755, 0.020376717671751976, -0.05858626961708069, 0.08391740918159485, -0.008008619770407677, -0.014941473491489887, -0.019659968093037605, -0.023470666259527206, 0.0563463494181633, -0.04239216819405556, 0.053172823041677475, -0.036756180226802826, 0.0046620783396065235, -0.01158876158297062, 0.0024541302118450403, -0.011094874702394009, -0.06824764609336853, -0.036476019769907, -0.04173047095537186, -0.015778429806232452, 0.0315539725124836, 0.01968368887901306, 0.020025596022605896, -0.039389174431562424, -0.04100987687706947, -0.05945303663611412, -0.014115736819803716, -0.01163211651146412, 0.06441258639097214, 0.013846474699676037, 0.016691675409674644, -0.015037638135254385, -0.028351999819278717, 0.01559924241155386, -0.04426025226712227, 0.05715533718466759, -0.009121568873524666, -0.0022348740603774786, -0.022467024624347687, 0.03132029250264168, 0.04045853018760681, -0.025656817480921745, 0.008135517127811909, 0.03657122328877449, 0.01897735707461834, 0.04429743811488152, 0.026376130059361454, -0.019152216613292698, 0.02969253994524479, 0.03999746963381767, -0.007338029332458973, 0.023737283423542976, 0.033796221017837524, -0.04148172587156296, -0.02644793316721916, 0.031003590673208237, 0.04009053856134415, -0.024635544046759605, 0.00037953112041577697, 0.04270494356751442, 0.01634804718196392, -0.06356985867023468, -0.006357146427035332, -0.029018744826316833, 0.005778233055025339, -0.02446437068283558, 0.014853001572191715, 0.009551426395773888, -0.0010215926449745891, -0.06781554222106934, -0.028726402670145035, -0.004014086443930864, -0.022471832111477852, 0.040949612855911255, 0.03011181950569153, -0.036719635128974915, -0.017125621438026428, 0.07047482579946518, 0.05006733536720276, -0.005169188138097525, 0.05847439914941788, 0.00846764724701643, -0.008850383572280407, 0.018054654821753505, 0.03563233092427254, 0.029249539598822594, 0.010810386389493942, 0.001062302500940859, 0.012106530368328094, -0.033594273030757904, -0.006482801865786314, 0.00709569314494729, -0.01648900844156742, -0.007608733605593443, 0.00834263302385807, 0.012068063952028751, 0.0210408978164196, -0.009828702546656132, -0.005501918960362673, 0.006534089799970388, -0.008579839952290058, 0.024269476532936096, -0.01357080228626728, -0.027752893045544624, -0.033101268112659454, -0.001987409545108676, -0.023139217868447304, 0.022751351818442345, 0.01886885054409504, -0.04535781592130661, 0.03002110496163368, 0.021123278886079788, 0.01357080228626728, -0.03812773153185845, -0.0047723473981022835, 0.02949700504541397, 0.015059756115078926, 0.04951875284314155, -0.004974935203790665, -0.0368659682571888, 0.035568222403526306, -0.006029223557561636, 0.02770705334842205, -0.02227437309920788, 0.030284276232123375, -0.0277125034481287, -0.015437684953212738, -0.03225117176771164, 0.03354747220873833, -0.019868485629558563, -0.012263278476893902, -0.0056109060533344746, -0.013614396564662457, -0.048056844621896744, 0.01832519844174385, -0.0028416751883924007, -0.03763063997030258, -0.004809531383216381, 0.01334016676992178, 0.013239353895187378, -0.013961873017251492, 0.009691987186670303, 0.02457784488797188, -0.05255351960659027, 0.023684794083237648, 0.01636856235563755, -0.0040338002145290375, 0.0026772329583764076, 0.03031633049249649, 0.030080405995249748, -0.021007560193538662, -0.005139056593179703, 0.013279742561280727, 0.045746322721242905, 0.06745652854442596, 0.04651820659637451, -0.042676735669374466, 0.04380763694643974, -0.0030747149139642715, -0.02552667446434498, -0.0021601859480142593, 0.0025938900653272867, -0.0022553892340511084, -0.03578875958919525, -0.018249548971652985, -0.03859677538275719, -0.029548292979598045, 0.01308613084256649, 0.021495116874575615, -0.029003357514739037, 0.0004962112870998681, -0.04180483892560005, -0.002507982775568962, -0.005696813575923443, 0.013899045065045357, -0.011292332783341408, -0.023556573316454887, 0.009231196716427805, -0.010426207445561886, -0.007747371215373278, 0.016796816140413284, -0.06060958281159401, -0.03287560120224953, -0.046913765370845795, -0.02585683949291706, -0.02173456735908985, 0.001556269940920174, 0.038474325090646744, 0.004574728198349476, -0.0442390963435173, -0.04241260141134262, 0.06325091421604156, 0.004792862571775913, 0.05209321156144142, -0.028469322249293327, -0.006866179406642914, 0.025302929803729057, -0.010185794904828072, -0.017135316506028175, 0.01678399369120598, 0.01975413039326668, 0.023495027795434, -0.06239696964621544, 0.04435385391116142, 0.015909533947706223, -0.011080769822001455, -0.019169528037309647, 0.014145868830382824, -0.037213925272226334, -0.04441411793231964, 0.011683404445648192, 0.03274225443601608, 0.005620602518320084, -0.00860612466931343, -0.006058393977582455, 0.05633985623717308, 0.0004199204267933965, 0.0363888293504715, -0.0374838262796402, -0.015432235784828665, -0.01365598849952221, -0.006051341537386179, -0.02195446565747261, -0.06423820555210114, 0.0008808712009340525, -0.061441730707883835, -0.001653396524488926, 0.005334591958671808, -0.007939380593597889, -0.0029107537120580673, -0.017225071787834167, 0.024735797196626663, -0.03972847759723663, 0.010248462669551373, -0.0014924805145710709, 0.013961072079837322, 0.059360720217227936, -0.036550384014844894, -0.01610378734767437, 0.004040852654725313, 0.04385187104344368, -0.010670466348528862, 0.03449085354804993, -0.0028830261435359716, 0.05558207631111145, 0.027759624645113945, -0.08388663828372955, -0.026074813678860664, -0.0023839299101382494, 0.01895251497626305, 0.01720583811402321, 0.047842398285865784, -0.04221001639962197, 6.795658555347472e-05, -0.014172153547406197, 0.0003231143346056342, -0.03712865710258484, 0.02530805766582489, -0.035209205001592636, -0.021487103775143623, -0.005158289335668087, 0.031588271260261536, -0.0418529212474823, 0.02545935846865177, 0.005195473320782185, -0.01476068329066038, -0.014402949251234531, -0.001452732365578413, 0.01433755736798048, 0.0129155982285738, -0.02886488102376461, 0.03738509863615036, -0.020159386098384857, -0.03759153187274933, -0.025187531486153603, 0.015782596543431282, 0.006318359635770321, -0.02760063111782074, 0.03818134218454361, 0.07769633829593658, -0.047282397747039795, -0.012290525250136852, -0.017868734896183014, -0.060386478900909424, -0.07124414294958115, 0.03201652690768242, 0.03546620532870293, 0.008177869953215122, 0.006422799080610275, 0.025127267464995384, -0.00913182646036148, -0.04017388075590134, 0.06512100249528885, 0.006525114644318819, 0.02193971909582615, -0.005453195422887802, -0.04198434948921203, -0.052663788199424744, 0.021549610421061516, -0.015478715300559998, 0.007444451563060284, -0.01884833537042141, 0.03424419090151787, 0.00017245586786884817, 0.0215225238353014, -0.010775607079267502, -0.011134622618556024, -0.014689326286315918, -0.057945169508457184, 0.012021264061331747, 0.06636665761470795, 0.0014219594886526463, 0.003364171599969268, -0.06998758763074875, -0.039277464151382446, 0.020034370943903923, -0.029598940163850784, 0.022839823737740517, -0.011049676686525345, -0.006737318355590105, -0.007212373428046703, -0.013747730292379856, -0.01882653869688511, -0.015151113271713257, 0.0258856900036335, 0.022297453135252, -0.08910262584686279, 0.015424862504005432, -0.01899963617324829, 0.0565398782491684, -0.0495724081993103, -0.06025312840938568, -0.01462220586836338, 0.002892642514780164, -0.01997282542288303, 0.0348399318754673, -0.010090911760926248, 0.0031734444200992584, 0.03480018302798271, 0.01556462235748768, 0.01043582335114479, 5.962228897260502e-05, -0.011561594903469086, -0.04750165343284607, -0.04033335670828819, -0.006830438505858183, -0.026442164555191994, -0.12690700590610504, 0.026525186374783516, 0.00034619393409229815, -0.028871292248368263, 0.010484547354280949, 0.02278292551636696, 0.018034139648079872, -0.015919791534543037, 0.02371107786893845, 0.008895901963114738, -0.008477263152599335, -0.002770347287878394, -0.02924441173672676, 0.018186721950769424, -0.020271578803658485, -0.017815204337239265, 0.06913620978593826, -0.009940894320607184, 0.009693429805338384, -0.04604635760188103, 0.041158612817525864, 0.027545496821403503, 0.03273584321141243, 0.07483045756816864, 0.018171655014157295, -0.0204716008156538, -0.03475434333086014, 0.06463056057691574, -0.01219179667532444, 0.017848219722509384, 0.011191039346158504, -0.012660440057516098, 0.019903747364878654, -0.008101578801870346, -0.020203622058033943, 0.01964971050620079, 0.019999751821160316, 0.021244768053293228, -0.03435782343149185, -0.024421898648142815, -0.047815952450037, 0.024261783808469772, -0.0064187017269432545, -0.043056268244981766, -0.06312012672424316, -0.03910116106271744, -0.07515229284763336, 0.04973652958869934, 0.0248887799680233, 0.0030090021900832653, -0.03217295557260513, -0.016878876835107803, 0.05889015272259712, 0.01250785868614912, -0.001418112893588841, -0.010761822573840618, -0.02249234728515148, 0.025019563734531403, -0.020717142149806023, 0.011414142325520515, -0.024433277547359467, 0.023548880591988564, 0.057063017040491104, 0.02641972526907921, 0.01539665460586548, -0.02375146746635437, -0.03253709897398949, 0.04568573832511902, 0.015627451241016388, 0.03538871183991432, 0.01811107061803341, 0.06666412949562073, 0.014300614595413208, 0.026967225596308708, 0.050818704068660736, -0.01204498391598463, -0.0003846599138341844, 0.00426074955612421, -0.010514037683606148, -0.016887212172150612, -0.0026669753715395927, -0.023573242127895355, -0.02366556040942669, 0.008483674377202988, -0.0028221216052770615, 0.04218309000134468, -0.016489088535308838, -0.046633604913949966, -0.030968328937888145, -0.0170840285718441, -0.04166892543435097, -0.0005192909156903625, -0.04183753579854965, 0.019030408933758736, 0.026037629693746567, -0.012024790048599243, -0.03380231186747551, -0.007485481910407543, -0.03860222548246384, -0.0086772870272398, 0.0014142662985250354, -0.0008776657050475478, -0.05078280344605446, -0.02888796105980873, 0.026692833751440048, -0.02512470446527004, -0.03088434599339962, 0.04375891387462616, 0.029635323211550713, -0.03489955514669418, -0.00324204214848578, -0.0407797209918499, 0.008495214395225048, 0.05103154852986336, 0.023756597191095352, 0.01720968447625637, -0.03239221125841141, -0.02648511715233326, -0.0013052793219685557, -0.07084409892559052, 0.013029714114964008, -0.01023051142692566, -0.0030279147904366255, 0.004412850830703974, -0.03439244255423546, 0.01130643766373396, -0.05025197193026543, -0.04194203391671181, -0.006995681673288345, 0.03789156675338745, 0.0002495481166988611, 0.038594212383031845, -0.031511340290308, 0.01742701791226864, -0.02016323246061802, 0.023711400106549263, -0.0026797973550856113, 0.009733819402754309, 0.03216911107301712, 0.044251278042793274, -0.029316214844584465, -0.002067547058686614, 0.03538614884018898, -0.01798958331346512, 0.026054298505187035, 0.017809754237532616, -0.005597442854195833, -0.017840847373008728, -0.06113528460264206, -0.06512805074453354, -0.011597496457397938, -0.00893661193549633, 0.0029670102521777153, 0.03236015886068344, -0.007634217385202646, -0.02267570234835148, 0.034911733120679855, -0.015078027732670307, -0.011818034574389458, -0.04941854253411293, -0.010797403752803802, 0.058706797659397125, -0.000730853877030313, -0.022346176207065582, 0.015420375391840936, -0.056118037551641464, -0.01451850775629282, -0.0186066422611475, 0.01601210981607437, -0.03622598946094513, -0.04081882908940315, -0.004246004391461611, 0.04280495643615723, -0.013229737058281898, 0.01940224692225456, -0.03153185546398163, -0.03442321717739105, -0.005194511730223894, 0.006080191116780043, 0.04950829595327377, 0.026244064792990685, -0.02397649362683296, -0.052203480154275894, -0.023532573133707047, -0.013824678026139736, 0.05029869079589844, 0.022555816918611526, 0.008222266100347042, -0.044674403965473175, -0.006421256344765425, -0.05558079481124878, -0.0558680072426796, 0.016671160236001015, -0.03728124126791954, -0.01631038263440132, 0.01855471171438694, 0.06770527362823486, -0.02395213209092617, 0.0018726526759564877, 0.0006212258012965322, 0.025819014757871628, 0.03725815936923027, -0.010835870169103146, -0.0017553314100950956, -0.03869037702679634, -0.032111410051584244, -0.03375262767076492, -0.0067207301035523415, -0.011765465140342712, 0.0026438958011567593, 0.012154131196439266, -0.06415101885795593, -0.005205710884183645, -0.018012341111898422, 0.043746091425418854, -0.06407280266284943, -0.011082052253186704, -0.002542281523346901, 0.05837598815560341, -0.05272405222058296, 0.016986582428216934, -0.03543006256222725, 0.02329244092106819, -0.01958560198545456, 0.004135094117373228, 0.004404356237500906, 0.02449001558125019, -0.01797964610159397, -0.0008334298036061227, -0.0033459002152085304, 0.02966112643480301, -0.04262801259756088, -0.07194037735462189, -0.05739125981926918, -0.04063739627599716, 0.005851879715919495, -0.032870471477508545, 0.022559022530913353, -0.038509588688611984, -0.03390504792332649, 0.0070319040678441525, 0.00981523934751749, 0.0395866334438324, -0.04384097456932068, -0.03593364730477333, 0.010935881175100803, -0.015122263692319391, -0.03713763505220413, -0.016626283526420593, 0.03334488719701767, -0.03940384089946747, 0.0048165032640099525, 0.01834571361541748, 0.025218304246664047, -0.008507395163178444, -0.026182519271969795, -0.015027380548417568, -0.014699137769639492, 0.020811384543776512, -0.0015097901923581958, -0.020853055641055107, -0.017894379794597626, 0.027679497376084328, -0.0066123842261731625, 0.013597728684544563, -0.018613694235682487, 0.0236984770745039, 0.024648046121001244, 0.09790749102830888, -0.032597362995147705, 0.04934529587626457, 0.025090085342526436, -0.0454411581158638, 0.07484199851751328, -0.0048723588697612286, -0.04211000353097915, -0.058283671736717224, 0.014110608026385307, -0.012734808027744291, -0.030011488124728203, -0.02510034292936325, -0.028101010248064995, 0.025997882708907127, -0.003513227216899395, 0.01275852881371975, 0.0200588833540678, -0.014395897276699545, 0.03176521509885788, 0.014203567989170551, -0.004523600917309523, -0.04147860035300255, -0.01383237075060606, 0.04495392367243767, 0.04195614159107208, -0.03102314285933971, -0.03262300789356232, -0.0021300544030964375, -0.023000098764896393, 0.03224732354283333, -0.05206243693828583, 0.03088562749326229, 0.05943380296230316, 0.03136645257472992, 0.008025288581848145, -0.0025214608758687973, -0.01243220828473568, -0.04368197917938232, -0.0069636269472539425, 0.05458356440067291, -0.0017181476578116417, 0.007440909277647734, -0.0035417561884969473, -0.024541303515434265, 0.007829112000763416, -0.008904877118766308, -0.05095529928803444, -0.0005013400805182755, 0.025531161576509476, -0.04243696480989456, -0.013975976966321468, 0.0011309002293273809, -0.0007257250254042447, 0.05585774779319763, -0.00422933604568243, -0.011379522271454334, 0.03477966785430908, -0.034198831766843796, -0.0021696421317756176, -0.04777476191520691, 0.04144966974854469, 0.04438655078411102, 0.01454158779233694, -0.03919556364417076, 0.044337183237075806, 0.04073035717010498, 0.019336935132741928, -0.024233415722846985, -0.006190460175275803, -0.012292449362576008, 0.013210504315793514, 0.04273122921586037, 0.010546092875301838, 0.05612188205122948, -0.02625303901731968, 0.0047681801952421665, -0.0018756177742034197, -0.025744006037712097, -0.011452607810497284, -0.04797991365194321, 0.02580619230866432, -0.018381616100668907, 0.04288765788078308, -0.02648832276463509, 0.02472209371626377, -0.004450515378266573, -0.014841141179203989, 0.022052552551031113, -0.007287382148206234, 0.039250697940588, 0.00021829450270161033, -0.046148933470249176, -0.016820216551423073, -0.0483466237783432, -0.005323693156242371, -0.02005644328892231, -0.07343414425849915, -0.01329512894153595, -0.012341974303126335, 0.002999706193804741, -0.020279111340641975, -0.017849823459982872, 0.028595618903636932, 0.033801350742578506, 0.006668720860034227, -0.0037773605436086655, -0.0614737831056118, -0.01688080094754696, 0.004969806410372257, -0.0016857720911502838, -0.03292817249894142, -0.0009821649873629212, 0.00010193487833021209, -0.02960086241364479, -0.04417647048830986, 0.01127213891595602, 0.02495160698890686, 0.03650166094303131, 0.0043633258901536465, 0.04134324938058853, 0.03286021575331688, -0.0012745065614581108, 0.10743808001279832, -0.03944046422839165, -0.04287932440638542, 0.05438834801316261, -0.05497046560049057, 0.03658372163772583, 0.016118532046675682, 0.045118045061826706, -0.05748742446303368, -0.037529345601797104, 0.008124658837914467, 0.006372532807290554, -0.0056570651941001415, 0.0032119103707373142, 0.011875733733177183, -0.009075169451534748, 0.003854292444884777, -0.028857188299298286, 0.035941820591688156, -0.03916863724589348, -0.028490478172898293, 0.03128092736005783, -0.012392139993607998, -0.06918749958276749, -0.03067021816968918, -0.01998308300971985, -0.08376354724168777, -0.05095718055963516, -0.01059096958488226, 0.01122820284217596, -0.014488857239484789, -0.03989836946129799, -0.021024229004979137, 0.016680937260389328, -0.04953137785196304, 0.0701773539185524, -0.07811417430639267, 0.02964061126112938, -0.027337780222296715, -0.08552400767803192, -0.007838727906346321, -0.03197357431054115, -0.0016514732269570231, 0.03189471736550331, 0.04295369237661362, -0.014267997816205025, -0.022516708821058273, 0.0414188988506794, 0.0058538829907774925, 0.05323372781276703, 0.03069201484322548, -0.04881655052304268, -0.004980063997209072, 0.05347798764705658, -0.024143820628523827, -0.0032482927199453115, -0.02118835039436817, -0.008871860802173615, -0.012199649587273598, -0.0048223533667624, -0.03086383081972599, 0.03800856694579125, -0.010670466348528862, 0.013362123630940914, 0.009702084586024284, 0.010260161943733692, 0.02467016503214836, 0.04515394568443298, 0.04281521216034889, 0.03789669647812843, -0.0026731661055237055, 0.0348617285490036, -0.04067137464880943, 0.04273443669080734, 0.017135316506028175, -0.005308306775987148, 0.02760319598019123, -0.015617192722856998, -0.027880150824785233, -0.05703224614262581, 0.06210975721478462, -0.02695312164723873, -0.005587826482951641, -0.04724393039941788, -0.03744840621948242, 0.03813774883747101, -0.07275713980197906, -0.03839419037103653, 0.026501785963773727, 0.005970883648842573, -0.004044378641992807, 0.029921412467956543, 0.015447542071342468, 0.03874102234840393, -0.05344465002417565, -0.03963664174079895, -0.04618227109313011, -0.028736339882016185, 0.016950679942965508, 0.009756257757544518, -0.028351519256830215, 0.004865948110818863, 0.025056427344679832, -0.013223325833678246, -6.763603596482426e-05, 0.04983653873205185, -0.0031918759923428297, -0.03299516811966896, 0.015515017323195934, 0.04382558539509773, -0.019579190760850903, 0.02768653817474842, 0.062494415789842606, 0.007923353463411331, -0.019581753760576248, 0.005910940933972597, -0.01403239369392395, 0.015414604917168616, 0.04227028042078018, -0.012845076620578766, 0.029150811955332756, 0.07125953584909439, -0.016930485144257545, 0.010735858231782911, -0.03224988654255867, 0.041054751724004745, 0.024746455252170563, -0.02106397785246372, 0.025356782600283623, 0.0019117598421871664, -0.03254479542374611, 0.014904209412634373, -0.013519834727048874, -0.0017851425800472498, -0.04190244898200035, 0.00039672059938311577, -0.01987233385443687, -0.014183693565428255, -0.006621279288083315, -0.008422128856182098, 0.0760626494884491, 0.009769881144165993, -0.07609022408723831, 0.07164419442415237, 0.015663351863622665, 0.010310488753020763, 0.032890986651182175, 0.013720178045332432, 0.02768653817474842, -0.021891316398978233, -0.03832238540053368, 0.0070540220476686954, -0.027591656893491745, -0.0019460587063804269, 0.007893863134086132, -0.024069132283329964, -0.026554357260465625, 0.017405861988663673, 0.020178938284516335, 0.007975923828780651, -0.018386103212833405, -0.03592851758003235, -0.017025688663125038, 0.0017681533936411142, -0.033123064786195755, -0.01662452146410942, -0.013866349123418331, -0.016879357397556305, 0.004077394958585501, 0.009188723750412464, -0.003563233185559511, -0.004692851100116968, 0.07092103362083435, -0.00826217420399189, -0.017793085426092148, 0.02671591378748417, -0.0028407135978341103, -0.019971543923020363, 0.02557295374572277, -0.0021899971179664135, 0.006599161308258772, 0.011791749857366083, 0.009771323762834072, -0.035983651876449585, 0.03189728409051895, -0.0377453975379467, 0.03939622640609741, -0.011853937059640884, 0.004265878349542618, -0.028170568868517876, 0.0015780272660776973, -0.012944447807967665, 0.0006673849420621991, -0.01947985962033272, -0.004741574637591839, -0.0049909623339772224, 0.0390336848795414, 0.004985803738236427, 0.002557988511398434, 0.020601743832230568, -0.005453195422887802, -0.012963680550456049, 0.010406973771750929, -0.047405168414115906, -0.001931633916683495, 0.01840469427406788, -0.03938661143183708, 0.02774936705827713, 0.022307710722088817, 0.02747882343828678, -0.0011603907914832234, 0.010771759785711764, 0.014450390823185444, -0.008500983938574791, 0.0007436758605763316, -0.042795341461896896, -0.06570504605770111, -0.05352158099412918, 0.008945907466113567, 0.036994025111198425, 0.006654616445302963, 0.01790047064423561, 0.03486557677388191, 0.017905278131365776, -0.010565967299044132, -0.01998099870979786, 0.01853804476559162, 0.016098016873002052, -0.00932992622256279, -0.005906452890485525, 0.039537910372018814, 0.02322961203753948, -0.022202569991350177, -0.03587082028388977, 0.010865360498428345, -0.00917093362659216, 0.03709147498011589, -0.07620369642972946, 0.011656798422336578, 0.04442822188138962, 0.00931710470467806, -0.0033183328341692686, 0.014864541590213776, 0.00426459638401866, -0.058073390275239944, 0.0012091945391148329, -0.006493700668215752, -0.010694187134504318, -0.05041705444455147, -0.02007604204118252, 0.018866607919335365, 0.0801938995718956, 0.021394945681095123, 0.010214002802968023, 0.007007221691310406, -0.0411592535674572, 0.020732449367642403, 0.025363193824887276, 0.0008776657050475478, -0.029679076746106148, 0.005343567579984665, 0.02703005261719227, 0.037656284868717194, -0.027937209233641624, 0.01172956358641386, -0.031231820583343502, 0.00945494044572115, 0.04617457836866379, -0.02541319839656353, 0.012993170879781246, -0.04406792297959328], [-0.030530059710144997, -0.035734664648771286, -0.05291100591421127, 0.01970338448882103, 0.009482435882091522, -0.001093672472052276, 0.03881991282105446, -0.024840235710144043, 0.06008513644337654, 0.011707069352269173, -0.012667500413954258, 0.011387835256755352, -0.05249354988336563, -0.011853499338030817, -0.036350853741168976, 0.04190970957279205, -0.0025510306004434824, -0.012188649736344814, 0.04222985357046127, 0.023081261664628983, -0.005929932929575443, -0.028740165755152702, 0.04275372624397278, 0.026715848594903942, -0.01927410066127777, 0.044791001826524734, -0.006753029301762581, -0.034448180347681046, 0.033887021243572235, 0.007304868195205927, 0.01897021383047104, 0.008645696565508842, -0.02751779928803444, 0.00032923862454481423, 0.007072263862937689, 0.024285439401865005, -0.0039708721451461315, -0.008006318472325802, -0.02263924852013588, -0.021966218948364254, -0.023177670314908028, 0.007161394227296114, -0.05298376828432083, 0.01615770161151886, 0.07512460649013519, 0.046448107808828354, 0.0018810710171237588, 0.050000615417957306, -0.006572948768734932, -0.043348535895347595, 0.02577156014740467, 0.056039683520793915, -0.015568574890494348, -0.014456712640821934, -0.019357774406671524, 0.041926078498363495, 0.009808036498725414, -0.019048545509576797, 0.06146030128002167, 0.021909374743700027, 0.0032814720179885626, 0.01276208832859993, -0.019878007471561432, -0.01840098202228546, 0.007037702482193708, 0.0416514128446579, 0.030213553458452225, 0.025356829166412354, 0.033720582723617554, -0.07590314000844955, 0.023108547553420067, -0.03279198333621025, 0.006268266588449478, -0.03705662488937378, 0.0710136741399765, -0.0199753250926733, -0.06231863796710968, 0.045198459178209305, -0.004449268337339163, -0.0474340096116066, -0.029656484723091125, 0.011123654432594776, -0.03014875203371048, -0.07393316924571991, -0.06501825898885727, -0.008438331075012684, -0.03406982868909836, -0.014673741534352304, 0.04159320518374443, 0.004485648591071367, -0.026899339631199837, -0.007332380395382643, -0.009393304586410522, -0.001433142926543951, 0.018310030922293663, 0.005984502844512463, -0.003456095932051539, 0.05758219212293625, 0.0013878954341635108, 0.07504457235336304, 0.029295414686203003, -0.0336441844701767, -0.012247084639966488, -0.004327623173594475, -0.04885100573301315, 0.025655144825577736, 0.0037871534004807472, -0.029119428247213364, 0.012823025695979595, -0.04949856549501419, -0.00452566659078002, 0.0476941242814064, 0.011924440041184424, -0.07570850849151611, 0.02577894926071167, 0.01241284143179655, 0.027917977422475815, -0.024021683260798454, -0.034164417535066605, -0.04725756123661995, -0.06319925934076309, -0.00181626935955137, 0.03999976068735123, 0.0031323141884058714, -0.007769962772727013, 0.004535728134214878, 0.0042928350158035755, 0.04033627733588219, -0.0033615080174058676, 0.018218399956822395, 0.040891069918870926, -0.011628853157162666, 0.00900767743587494, -0.025335000827908516, -0.039770569652318954, 0.029391365125775337, -0.0009820882696658373, 0.05047354847192764, 0.0003946088254451752, 0.020383689552545547, -0.0182631928473711, 0.002157331444323063, 0.0118780555203557, 0.0553557388484478, 0.012059955857694147, -0.023093994706869125, -0.00958429928869009, -0.04593696817755699, 0.022879354655742645, 0.01635642722249031, -0.021232306957244873, -0.02347234822809696, -0.0015497860731557012, 0.017134958878159523, 0.012491057626903055, -0.010485612787306309, 0.036991141736507416, 0.0013536754995584488, -0.01239465083926916, 0.013475135900080204, 0.011830761097371578, 0.04900379851460457, 0.03700569272041321, -0.01675194688141346, -0.0209111999720335, 0.0031359524000436068, 0.01097219530493021, 0.009372840635478497, -0.022199049592018127, 0.04052363336086273, 0.07952658087015152, -0.010841227136552334, 0.01733686774969101, 0.03696339949965477, -0.01792212948203087, -0.014035386964678764, -0.003392430953681469, -0.029522335156798363, -0.03353504464030266, 0.014554711990058422, -0.005046354606747627, 0.006257352419197559, 0.006904915906488895, 0.007448341231793165, -0.02336866408586502, -0.01952694170176983, -0.04123122617602348, 0.0096622034907341, -0.057924166321754456, -0.013136802241206167, 0.03352048993110657, -0.06848163157701492, -0.005349672865122557, 0.016837554052472115, -0.045769624412059784, 0.007913550361990929, 0.01060839556157589, -0.01520955003798008, -0.014006737619638445, 0.018815258517861366, -0.005105927120894194, 0.008476529270410538, 0.05012430250644684, -0.004907655995339155, -0.014586543664336205, -0.06420334428548813, 0.03866461664438248, -0.02427702583372593, 0.04962226003408432, -0.015861662104725838, 0.011954452842473984, 0.06647390872240067, 0.033880650997161865, 0.022970303893089294, 0.027746081352233887, 0.019301045686006543, 0.05149219185113907, -0.043510425835847855, 0.051266636699438095, 0.04642082378268242, -0.047155700623989105, -0.03143410012125969, 0.036562368273735046, -0.02258831448853016, 0.0001053881860570982, 0.04245540872216225, 0.01208360306918621, 0.04832713305950165, 0.016700219362974167, 0.012118163518607616, 0.07308551669120789, -0.01232257392257452, -0.006285546813160181, 0.0021368677262216806, 0.014173631556332111, 0.0011787106050178409, 0.005631617270410061, 0.028236301615834236, 0.03197798132896423, -0.0042826030403375626, -0.06648073345422745, -0.005971770267933607, 0.026761095970869064, -0.03859549388289451, -0.00434581283479929, -0.007064987439662218, 0.007778034545481205, -0.0024447329342365265, -0.02251191809773445, 0.03226902335882187, 0.02821083553135395, 0.001529777073301375, -0.05130847170948982, -0.004210070241242647, -0.017866196110844612, -0.005436984356492758, -0.03469192609190941, 0.03775511682033539, -0.00464117294177413, 0.02725222520530224, -0.020119935274124146, -0.039626866579055786, -0.0521470308303833, -0.00027830665931105614, 0.028802013024687767, 0.004353771451860666, 0.003980876877903938, -0.007231652736663818, 0.05859355628490448, 0.0026912072207778692, 0.005789870396256447, -0.03712938353419304, 0.019958043470978737, 0.0008958564139902592, 0.009535868652164936, 0.052281636744737625, 0.07728558033704758, -0.01278027892112732, 0.05405334010720253, 0.014786632731556892, -0.03165783733129501, -0.05284552276134491, -0.0026993926148861647, 0.05981592461466789, 0.036081187427043915, 0.0352449007332325, -0.001445648493245244, -0.057305708527565, -0.011634309776127338, -0.029523244127631187, -0.01913221925497055, -0.0033633268903940916, 0.013023796491324902, 0.03015352599322796, 0.06577950716018677, -0.011616120114922523, 0.02358512580394745, -0.012380099855363367, -0.04300656169652939, -0.05395875126123428, 0.014826650731265543, -0.0060281590558588505, -0.03689655289053917, 0.0009604308288544416, 0.03317533805966377, -0.013245942071080208, -0.0564589649438858, 0.04628985747694969, -0.025101259350776672, -0.02247600629925728, -0.052325289696455, 0.004910498391836882, -0.023268619552254677, -0.010258237831294537, 0.03285109996795654, -0.010655689053237438, 0.03135588392615318, 0.06791410595178604, -0.03107496351003647, 0.013315063901245594, 0.03783515468239784, -0.034877464175224304, 0.0022701092530041933, -0.06864169985055923, 0.01632004790008068, 0.0654984712600708, 0.031176257878541943, 0.002230091253295541, -0.05765495449304581, -0.0450238361954689, 0.0338115319609642, -0.009397397749125956, 0.02685568295419216, 0.005991779267787933, -0.0008331009885296226, 0.007683446630835533, -0.000874028482940048, 0.013831659220159054, 0.005903556942939758, 0.03929035365581513, 0.001000676187686622, -0.0416477732360363, -0.022679265588521957, -0.010698890313506126, -0.01603810489177704, -0.054418958723545074, -0.03288748115301132, -0.0013096784241497517, 0.011124763637781143, 0.008952539414167404, 0.040982022881507874, -0.009482890367507936, 0.02681111916899681, 0.011764368042349815, 0.0003756230580620468, -0.007967210374772549, 0.02168063446879387, -0.005733480677008629, 0.007624329067766666, 0.004860362038016319, 0.004118097480386496, 0.020707471296191216, -0.04273098707199097, 0.04502929002046585, -0.01418545376509428, -0.03607231751084328, 0.025820674374699593, 0.005209609866142273, 0.04687966778874397, -0.0050368052907288074, 0.04591695964336395, 0.018506484106183052, 0.0011150456266477704, 0.016312772408127785, -0.010577927343547344, 0.007496860809624195, -0.05912470817565918, -0.056162212044000626, 0.02183706872165203, -0.0544571578502655, 0.015337789431214333, -0.022839337587356567, -0.004441310651600361, 0.006166402716189623, 0.0184098482131958, 0.03582698106765747, 0.02821674942970276, 0.022437337785959244, 0.011610208079218864, 0.06902005523443222, 0.017013315111398697, -0.050218891352415085, 0.033309489488601685, 0.027917977422475815, 0.00165642483625561, -0.001317863934673369, -0.02881292439997196, 0.011436039581894876, 0.03772601485252381, 0.014289136976003649, -0.04396881535649299, 0.0005684368079528213, -0.02933679521083832, -0.02665241062641144, 0.006968580652028322, -0.05755672603845596, -0.07240338623523712, 0.02187163010239601, -0.04181193932890892, 0.015566983260214329, 0.028107155114412308, -0.03000982664525509, -0.01949238032102585, 0.01078665629029274, 0.05240169167518616, 0.005230528302490711, -0.02164880372583866, -0.023756111040711403, -0.012299608439207075, 0.03020991757512093, 0.0012178190518170595, 0.013416928239166737, -0.04430351033806801, 0.02434910461306572, 0.030686037614941597, 0.015782533213496208, -0.046624552458524704, 0.0006280089728534222, -0.02861647307872772, 0.043919701129198074, 0.023894354701042175, 0.026193568482995033, -0.024443691596388817, 0.0448492094874382, 0.035943396389484406, 0.02830997295677662, 0.043452221900224686, -0.007985400035977364, -0.01886664517223835, -0.03562689200043678, -0.0010750277433544395, -0.008343743160367012, -0.0482584647834301, -0.018993975594639775, -0.0019085833337157965, -0.03294204920530319, -0.04284467548131943, 0.0147711718454957, -0.018448276445269585, -0.09110268205404282, -0.010790294967591764, -0.018375515937805176, -0.050182510167360306, 0.0006512012332677841, -0.01045707706362009, -0.011081334203481674, 0.028249036520719528, -0.03703661262989044, -0.05822930485010147, -0.029158534482121468, -0.06637158989906311, 0.016330963000655174, 0.03402981162071228, 0.01065932773053646, -0.04425758495926857, 0.01778184063732624, 0.0027339537627995014, -0.0586390346288681, 0.006280090194195509, -0.022263621911406517, 0.02205171063542366, -0.03982877358794212, -0.014570172876119614, -0.014517421834170818, -0.013563130050897598, 0.003948873840272427, 0.02755417861044407, 0.005567952524870634, -0.025051238015294075, 0.02983156405389309, -0.011783468537032604, 0.0015134060522541404, 0.012954901903867722, 0.022429153323173523, 0.02067836746573448, 0.03536131605505943, -0.006233250722289085, 0.0002601166779641062, 0.04093290865421295, -0.015604954212903976, 0.04416844993829727, 0.08497265726327896, -0.01193353533744812, 0.03640178218483925, -0.016418274492025375, 0.03213805332779884, -0.009176616556942465, 0.034888945519924164, -0.04363048076629639, -0.0114815142005682, 0.04784600809216499, 0.02714308351278305, -0.023395949974656105, 0.028873860836029053, 0.034956589341163635, -0.04524939134716987, 0.028429117053747177, 0.056374382227659225, -0.02117859199643135, 0.00883669126778841, -0.05033167079091072, -0.0412912517786026, -0.02530771680176258, -0.02859373576939106, 0.03401526063680649, 0.05945940315723419, -0.021654032170772552, -0.02882321365177631, 0.021584227681159973, 0.011157732456922533, 0.0023371847346425056, -0.017862558364868164, -0.014686588197946548, 0.06932564824819565, 0.05097559839487076, -0.01009180024266243, 0.00743469875305891, -0.011672508902847769, 0.03892837092280388, -0.0008803949458524585, -0.02103671059012413, -0.020517045632004734, -0.0643434077501297, 0.03778785839676857, -0.015008550137281418, -0.0025393208488821983, 0.02708851732313633, 0.0029431385919451714, 0.025866148993372917, -0.007647066842764616, -0.014981266111135485, 0.017214994877576828, 0.019033992663025856, -0.025102168321609497, -0.0161054078489542, -0.021904371678829193, -0.026702886447310448, 0.02488389052450657, -0.007611596491187811, -0.006231886800378561, -0.006570220459252596, 0.027808839455246925, -0.06044165790081024, -0.050044264644384384, 0.022216331213712692, -0.02602804079651833, -0.01658448576927185, 0.004332853015512228, 0.04791194573044777, 0.01843736134469509, -0.0021727930288761854, 0.010326565243303776, 0.0005557038239203393, 0.021274998784065247, 0.029996637254953384, 0.041625943034887314, -0.008575664833188057, -0.05413883179426193, -0.003600024152547121, 0.02165061980485916, -0.0494767390191555, 0.00011345998791512102, -0.00893491692841053, -0.016243649646639824, -0.007404230535030365, -0.004758498165756464, 0.03558505326509476, -0.06983496248722076, -0.018853912129998207, -0.05083735287189483, 0.038277626037597656, 0.022440975531935692, -0.035783324390649796, -0.01193262543529272, 0.02584324032068253, -0.010493798181414604, 0.0005748032708652318, 0.05293101444840431, 0.00879303552210331, -0.026742905378341675, -0.019261367619037628, 0.02922651916742325, 0.020964404568076137, -0.030912047252058983, -0.022315919399261475, -0.03565417602658272, -0.04303339496254921, -0.02420358546078205, 0.018231360241770744, -0.023041244596242905, -0.0031796081457287073, -0.040378112345933914, -0.020922113209962845, 0.028099877759814262, 0.05279459059238434, 0.0035197606775909662, -0.021114926785230637, 0.029857028275728226, -0.009545191191136835, 0.006871263962239027, -0.023671526461839676, -0.005794190336018801, 0.010630222968757153, -0.02894025482237339, -0.004433579742908478, 0.04532942548394203, -0.02954780124127865, 0.008683895692229271, -0.008966067805886269, -0.0243818461894989, 0.03814847767353058, -0.03828626498579979, -0.02246280387043953, 0.0066648079082369804, -0.03280198946595192, 0.0063800206407904625, -0.002390163019299507, 0.05672362819314003, 0.03344227373600006, -0.017757056280970573, 0.041625943034887314, -0.03714757412672043, 0.12243401259183884, 0.008283715695142746, -0.06664080172777176, 0.03805343434214592, 0.040074340999126434, -0.00702178617939353, -0.040909260511398315, 0.01900807209312916, 0.005649807397276163, -0.005769861396402121, -0.021151307970285416, -0.008662067353725433, -0.029533248394727707, 0.01300537958741188, 0.02703394554555416, 0.0014297323068603871, 0.010662965476512907, 0.017909852787852287, 0.03475740924477577, -0.0051732296124100685, -0.03493203595280647, -0.008873071521520615, 0.029147621244192123, -0.011384197510778904, -0.022717464715242382, 0.0028112612199038267, 0.0007953568128868937, 0.0057398476637899876, 0.013910558074712752, -0.009029504843056202, 0.04837806522846222, 0.07722009718418121, 0.015598134137690067, 0.025059876963496208, 0.05267817527055741, -0.00449838163331151, -0.030584627762436867, -0.019619710743427277, 0.03559596836566925, 0.0021191323176026344, 0.0022191773168742657, -0.041839975863695145, 0.020852990448474884, 0.006995865143835545, -0.021951666101813316, -0.03672010824084282, -0.04228623956441879, -0.007623419631272554, -0.026819303631782532, -0.03089567832648754, 0.02504578046500683, -0.00527708325535059, 0.06342481076717377, 0.03667554259300232, -0.009884433820843697, -0.01834277436137199, -0.02807077392935753, -0.05184507369995117, -0.039894260466098785, -0.0068266987800598145, -0.00841823685914278, 0.01710221730172634, 0.0007057711482048035, -0.01685483381152153, 0.02888750471174717, 0.05833889916539192, -0.03141045570373535, 0.040127091109752655, -0.004463820718228817, 0.05721475929021835, 0.02741229720413685, 0.02864012122154236, 0.018573787063360218, 0.003863551421090961, 0.010947751812636852, -0.001678934902884066, -0.0355122946202755, -0.07072263211011887, -0.03509210795164108, 0.012207749299705029, -0.0012441945727914572, -0.01418863795697689, 0.014940338209271433, -0.0154396528378129, 0.013875314965844154, -0.005000425036996603, 0.05806240811944008, 0.03672192618250847, 0.03316215053200722, -0.05876590684056282, -0.04826892539858818, 0.03627809137105942, 0.06007058545947075, 0.01049197930842638, -0.022274423390626907, -0.03501570597290993, -0.022097185254096985, -0.02566605992615223, -0.015181356109678744, -0.02222815342247486, 0.023312276229262352, 0.017969878390431404, 0.043964266777038574, 0.005518839228898287, -0.008101360872387886, -0.02537047304213047, -0.009059632197022438, 0.038970209658145905, -0.0022141749504953623, 0.0026739267632365227, -0.0327233150601387, -0.012107248418033125, 0.007876260206103325, -0.02233092486858368, -0.05296921730041504, -0.00315050408244133, 0.03588154911994934, 0.019747041165828705, 0.021717922762036324, -0.003852637484669686, -0.01909947767853737, 0.031019369140267372, -0.0027703335508704185, -0.05193602666258812, 0.03815529868006706, -0.037440430372953415, 0.00910226535052061, -0.03543407842516899, 0.007152299862354994, -0.07639791071414948, -0.01154881715774536, 0.011943540535867214, 0.024592850357294083, -0.020158886909484863, -0.024457335472106937, -0.007678444497287273, 0.022557392716407776, -0.02758055366575718, -0.038417235016822815, -0.00170076300855726, -0.03410620987415314, -0.02326134219765663, 0.02005808800458908, -0.03843178600072861, -0.05561403930187225, -0.003030450316146016, -0.031177621334791183, -0.007717098109424114, -0.006452439818531275, -0.014904413372278214, -0.013622474856674671, -0.022846613079309464, -0.06049986928701401, 0.022679265588521957, -0.045518603175878525, -0.006460170727223158, 0.0198434479534626, -0.058187466114759445, 0.010391934774816036, -0.0028139897622168064, -0.08316093683242798, 0.02041643112897873, -0.029265856370329857, 0.0036561856977641582, -0.023341378197073936, 0.028216293081641197, -0.03155597299337387, -0.05044535920023918, 0.010213673114776611, -0.003295114729553461, 0.004539764020591974, 0.02657010033726692, -0.023250430822372437, 0.0174441896378994, -0.013740709982812405, -0.003099799621850252, -0.003878103103488684, -0.05203789100050926, -0.028952987864613533, 0.005116840824484825, 0.05916835740208626, -0.01740417070686817, 0.0165547002106905, -0.04665456712245941, 0.001025005243718624, 0.01209269743412733, 0.02196485362946987, 0.028370000422000885, 0.013788912445306778, 0.05558766424655914, 0.021169496700167656, -0.06450893729925156, -0.029589638113975525, -0.01800535060465336, 0.048952866345644, 0.0033178518060594797, 0.016545604914426804, -0.018859369680285457, -0.008731190115213394, 0.023574210703372955, 0.013828020542860033, 0.02560967020690441, -0.00012369184696581215, -0.005842620972543955, 0.037134841084480286, -0.0087202750146389, 0.05526888370513916, -0.009180481545627115, -0.014399186708033083, 0.0030977532733231783, 0.033524129539728165, 0.028774727135896683, -0.02283206209540367, -0.045111145824193954, 0.03185610845685005, -0.05679456889629364, -0.030379081144928932, -0.04881462827324867, -0.04323575645685196, 0.009955374523997309, -0.06530202180147171, -0.0028012567199766636, 0.06338116526603699, 0.017396895214915276, -0.009473340585827827, 0.004201202653348446, 0.061289310455322266, 0.0049657500348985195, -0.01566338911652565, -0.019785238429903984, 0.02541321888566017, -0.016353700309991837, -0.00510774552822113, 0.03426332399249077, -0.04141857847571373, 0.00715957535430789, 0.02670399658381939, -0.0005652535473927855, 0.0336405448615551, 0.04781053960323334, -0.003683470655232668, -0.002854917198419571, 0.05624886974692345, -0.013060404919087889, 0.004701199941337109, -0.029496867209672928, -0.04655906930565834, 0.01853922568261623, 0.019659502431750298, 0.01131143793463707, -0.008043608628213406, -0.06609874218702316, -0.011059506796300411, -0.0022423695772886276, -0.07612505555152893, 0.0004274644888937474, 0.035768773406744, 0.011747087351977823, -0.0305264201015234, 0.02600075490772724, 0.003845361527055502, 0.05586506053805351, -0.04643537476658821, -0.03611074388027191, 0.06624790281057358, -0.013852577656507492, -0.02225361764431, 0.06591684371232986, -0.011257776990532877, 0.02329044789075851, 0.011263234540820122, -0.04139311611652374, -0.06614603847265244, -0.017632456496357918, 0.014846660196781158, -0.04319756105542183, 0.048170700669288635, 0.00866752490401268, 0.019531944766640663, 0.06027795001864433, 0.01781344600021839, 0.014426471665501596, -0.02776336297392845, 0.03859549388289451, 0.01580709032714367, -0.0453803576529026, -0.04441992565989494, -0.032705578953027725, 0.0034433628898113966, 0.02235184609889984, -0.03976420313119888, 0.03743679448962211, -0.06018700078129768, 0.05647624284029007, -0.021301373839378357, 0.027301793918013573, 0.018555596470832825, -0.01965972781181335, 0.009736640378832815, 0.02240823395550251, 0.02701393701136112, 0.02257467247545719, 0.017616992816329002, 0.043273959308862686, -0.014982175081968307, 0.029749710112810135, -0.04245540872216225, 0.038763754069805145, 0.001485211658291519, 0.029576903209090233, 0.004209160804748535, -0.014775718562304974, -0.025125816464424133, 0.0028085324447602034, 0.023679714649915695, 0.027059411630034447, -0.027947083115577694, 0.019716117531061172, 0.01342966128140688, -0.03229266777634621, -0.00901699997484684, -0.03262918442487717, 0.0023228602949529886, 0.0548173189163208, -0.014643842354416847, 0.014652026817202568, 0.027903424575924873, -0.02882884070277214, 0.03483017161488533, 0.022072628140449524, 0.04885464534163475, 0.005663563497364521, 0.011910797096788883, 0.036674633622169495, 0.008087264373898506, -0.014830395579338074, -0.0006286911084316671, -0.006773947738111019, -0.015769802033901215, -0.01802990585565567, 0.031208544969558716, -0.01507267076522112, 0.05489007756114006, 0.018993975594639775, 0.0338188074529171, 0.026942994445562363, 0.024290896952152252, -0.03893746808171272, 0.02666286937892437, 0.009873520582914352, -0.017931681126356125, -0.01385712530463934, -0.002589343348518014, -0.028075775131583217, -0.044892869889736176, 0.019241813570261, 0.009586118161678314, 0.026488246396183968, -0.06199144572019577, -0.021260445937514305, 0.019688831642270088, 0.04682827740907669, 0.0010431952541694045, 0.039752379059791565, 0.03678740933537483, -0.05752398818731308, -0.02588070183992386, -0.008223888464272022, 0.06007024273276329, 0.042247358709573746, -0.010069062002003191, 0.026577375829219815, 0.06721560657024384, 0.027334989979863167, 0.044434480369091034, 0.03074151836335659, -0.04666820541024208, 0.06571129709482193, 0.0290130153298378, 0.008771208114922047, -0.021471450105309486, 0.013726157136261463, -0.0062428005039691925, 0.024360019713640213, 0.008101360872387886, -0.0056243413127958775, 0.02406170219182968, 0.02643003687262535, 0.030377263203263283, -0.0029528019949793816, -0.016156338155269623, -0.01710585504770279], [-0.021655460819602013, -0.05429712310433388, -0.04671795293688774, -0.022425392642617226, -0.007163474801927805, -0.0060793557204306126, 0.03154304251074791, -0.03808366879820824, 0.007366855163127184, 0.006498502567410469, -0.011508584022521973, 0.019249681383371353, -0.10011740028858183, -0.02570675313472748, -0.032879892736673355, 0.005845959298312664, -0.007232872303575277, 0.04473477602005005, 0.039260316640138626, 0.029317490756511688, -0.006001672241836786, -0.035277388989925385, 0.03758234903216362, 0.035618506371974945, -0.04113198071718216, 0.037995971739292145, -0.008808298967778683, -0.014210942201316357, -0.006057258695363998, -0.0068344846367836, 0.02012595348060131, -0.035031042993068695, -0.02532731182873249, -0.03338811919093132, -0.016926074400544167, 0.02059965208172798, 0.01811929792165756, 0.017952190712094307, -0.08289578557014465, -0.052191030234098434, -0.027524204924702644, 0.015909627079963684, -0.032599542289972305, 0.03253756836056709, 0.03500739485025406, 0.051082056015729904, -0.012049954384565352, 0.039666347205638885, 0.0041804201900959015, -0.07438855618238449, 0.051015764474868774, 0.03152094781398773, -0.02111063711345196, 0.005324614699929953, 0.009591350331902504, 0.055058080703020096, 0.033747535198926926, -0.0176808163523674, 0.05096880719065666, 0.007289150264114141, 0.0013465179363265634, -0.02243367955088615, 0.008784821256995201, -0.003563093487173319, 0.019817981868982315, 0.03619854524731636, 0.005295267794281244, 0.02192269265651703, 0.01280158758163452, -0.025593508034944534, -0.028205061331391335, -0.002237291308119893, -0.02478973940014839, -0.029607510194182396, 0.05971081554889679, -0.02790123224258423, -0.04189258813858032, 0.06363850831985474, -0.020016850903630257, -0.045936282724142075, -0.04758715257048607, 0.02494717948138714, -0.02191992849111557, -0.0436713732779026, -0.05424464866518974, -0.011243769899010658, -0.03566960617899895, -0.009400938637554646, 0.03332320973277092, 0.026779823005199432, -0.03360356017947197, -0.0035548072773963213, 0.021280508488416672, -0.045963212847709656, 0.01908878982067108, 0.01848113164305687, 0.03241586685180664, 0.009054124355316162, 0.026550570502877235, 0.033559367060661316, 0.02645907551050186, -0.0340731181204319, -0.013997571542859076, -0.025875240564346313, -0.02623983472585678, -0.009726347401738169, 0.030170977115631104, -0.04766258969902992, 0.022624261677265167, -0.05133064463734627, -0.03020066954195499, 0.03011314757168293, -0.01659591868519783, -0.02628851868212223, -0.025814473628997803, 0.009639686904847622, 0.03137041628360748, -0.034528862684965134, -0.025198528543114666, 0.006834095809608698, -0.054733533412218094, 0.03798837959766388, 0.02473173663020134, 0.011090473271906376, -0.013409936800599098, 0.00863077025860548, 0.03416150435805321, -0.015127955935895445, 0.010388213209807873, 0.002287008799612522, 0.016094686463475227, 0.008319408632814884, 0.03468871861696243, -0.020733613520860672, -0.07981881499290466, 0.001610297244042158, -0.02407228760421276, 0.03677979111671448, -0.023137321695685387, 0.03730476275086403, -0.028948063030838966, 0.03376169130206108, 0.00498142559081316, 0.03468077629804611, 0.003115635132417083, -0.02047259546816349, -0.05208745226264, -0.01815330609679222, 0.009937992319464684, -0.015325876884162426, -0.006545803509652615, -0.015241201035678388, -0.0216989628970623, -0.012581310234963894, 0.022635310888290405, 0.00808009970933199, 0.031419787555933, 0.007934097200632095, -0.04583961144089699, 0.04738914594054222, 0.023365193977952003, 0.027306001633405685, 0.05291331931948662, 0.03773840516805649, -0.02023781836032867, -0.0022811393719166517, 0.01232996117323637, -0.02398182824254036, -0.004636854864656925, 0.060567066073417664, 0.03718046844005585, 0.011279331520199776, 0.022424010559916496, 0.03942742571234703, -0.005196868441998959, 0.01587371900677681, -0.060149990022182465, -0.04003922641277313, -0.02534767985343933, 0.012867532670497894, -0.00954439491033554, 0.015772903338074684, -0.035896096378564835, 0.022910138592123985, -0.02287975512444973, -0.008329766802489758, -0.0479305125772953, 0.0038470705039799218, -0.04371832683682442, 0.02851027250289917, -0.0056367311626672745, -0.02435125783085823, 0.008193734101951122, -0.012690757401287556, -0.0472002848982811, 0.010484540835022926, 0.03044235147535801, -0.028615232557058334, -0.001193222007714212, 0.04324877634644509, 0.02714718133211136, -0.01717466302216053, 0.03378310054540634, -0.026761870831251144, -0.025576243177056313, -0.06408320367336273, 0.058710940182209015, -0.04361889511346817, 0.041279446333646774, -0.0391664057970047, -0.0006018762360326946, 0.08130206167697906, 0.002649532863870263, -0.02043461799621582, 0.0296123456209898, 0.016531096771359444, 0.07127291709184647, -0.05510089173913002, 0.06343963742256165, 0.025302106514573097, -0.029237736016511917, 0.004020909778773785, 0.019396761432290077, 0.008383627980947495, -0.007939621806144714, 0.031780581921339035, 0.011445746757090092, 0.02250825427472591, -0.017677363008260727, 0.0004593697376549244, 0.020973127335309982, -0.008782058022916317, 0.0035282219760119915, -0.002876023994758725, -0.00773246493190527, 0.014445029199123384, -0.01917165331542492, 0.03080832771956921, -0.02226242795586586, 0.05130854621529579, -0.07604718953371048, -0.028202299028635025, 0.060216281563043594, -0.02567015402019024, -0.017287908121943474, -0.004306095186620951, 0.0003771544725168496, -0.02790813520550728, -0.08800840377807617, -0.005971753038465977, 0.023709677159786224, -0.016944028437137604, -0.023434937000274655, -0.006071069743484259, -0.020287709310650826, 0.007230714894831181, -0.04815976694226265, 0.023441839963197708, -0.024480383843183517, 0.06313899904489517, -0.023825770244002346, -0.00943667348474264, -0.05906448885798454, -0.0016448234673589468, 0.013650239445269108, 0.01728583686053753, 0.00340910698287189, -0.010118909180164335, 0.02638346329331398, -0.005540748592466116, -0.01422751508653164, -0.07984643429517746, 0.009186704643070698, 0.01870451495051384, 0.01257026195526123, 0.028960492461919785, 0.05255148559808731, 0.01208551600575447, 0.04293286055326462, -0.003325208555907011, -0.05076441541314125, -0.017964620143175125, 0.013062603771686554, 0.062406618148088455, 0.0035817374009639025, 0.006148666609078646, 0.006536480970680714, -0.05531357228755951, -0.025864191353321075, -0.04044387489557266, -0.012328925542533398, -0.04617106169462204, 0.015514648519456388, 0.036717817187309265, 0.04760272055864334, -0.03125578910112381, 0.046825673431158066, 0.04420652613043785, -0.03893991559743881, -0.022929474711418152, 0.03773564472794533, 0.010005664080381392, -0.07635101675987244, 0.004757005721330643, 0.005244514439254999, -0.0065627205185592175, -0.05578174814581871, 0.051761530339717865, 0.02079904079437256, -0.017413582652807236, -0.025335252285003666, -0.002031515585258603, 0.0004522919189184904, -0.023990804329514503, 0.023151820525527, -0.05888218805193901, 0.022768236696720123, 0.07357650250196457, -0.028481613844633102, -0.030123505741357803, 0.0179287139326334, -0.030804531648755074, 0.02677878923714161, -0.09585550427436829, 0.03195459395647049, 0.05934484302997589, 0.041938163340091705, 0.012352056801319122, -0.022577308118343353, -0.025372540578246117, 0.0367288663983345, -0.01335469540208578, 0.025988485664129257, 0.007716583088040352, -0.008189590647816658, -0.001931044738739729, 0.04767916351556778, -0.0007968624122440815, 0.010743140242993832, 0.01793423667550087, -0.0010102336527779698, -0.03084423579275608, -0.0262384545058012, -0.02273336611688137, -0.036233071237802505, -0.03882667049765587, -0.01943819411098957, 0.001971958205103874, 0.0447927787899971, -0.017196068540215492, 0.03708931803703308, -0.027817904949188232, 0.013418223708868028, -0.003857946489006281, 0.005109517369419336, -0.011218047700822352, 0.029823128134012222, -0.0011369445128366351, 0.022726459428668026, 0.025667911395430565, 0.019050119444727898, 0.014285518787801266, -0.026512593030929565, 0.029425514861941338, -0.009078983217477798, 0.0014266184298321605, 0.0203179195523262, -0.00837603211402893, 0.05504564940929413, -0.024897461757063866, 0.02966378815472126, 0.009453246369957924, 0.004452485591173172, 0.018262924626469612, -0.028623515740036964, -0.0035037086345255375, -0.029692446812987328, -0.0518651083111763, 0.046071626245975494, -0.05311495065689087, 0.007882999256253242, 0.0027702017687261105, -0.006230752449482679, 0.008297312073409557, -0.019620493054389954, 0.03025867231190205, 0.008298693224787712, 0.026970408856868744, 0.001738734426908195, 0.09096107631921768, -0.0012019829591736195, -0.017573785036802292, 0.04212736338376999, 0.032794270664453506, 0.007070254534482956, 0.033495839685201645, -0.02611001767218113, 0.048952486366033554, 0.040227048099040985, 0.001385187148116529, -0.04621249437332153, -0.01972545124590397, 0.009091099724173546, -0.026963502168655396, -0.0025114284362643957, -0.05352374166250229, -0.05334955453872681, 0.008305598050355911, -0.04312654957175255, -0.005879104137420654, 0.0058818659745156765, -0.02164233848452568, 0.012553690001368524, 0.0070271724835038185, 0.02448107674717903, -0.016908811405301094, -0.017629025503993034, -0.005556630436331034, 0.002849093871191144, 0.00931099895387888, 0.005485506262630224, -0.0017118039540946484, -0.03716113045811653, 0.011444712057709694, 0.03059633821249008, -0.0028494391590356827, -0.022538291290402412, 0.021376490592956543, -0.017558593302965164, -0.005863912869244814, 0.054864730685949326, 0.008970570750534534, 0.017562735825777054, 0.052523862570524216, 0.014003786258399488, -0.007084065116941929, 0.000952920352574438, 0.012466683983802795, -0.04672347754240036, -0.06428483128547668, -0.023480510339140892, 0.03634907677769661, -0.049004968255758286, 0.006081081461161375, -0.005466172005981207, 0.021727966144680977, -0.05078927427530289, 0.012442516162991524, -0.015372400172054768, -0.07430016994476318, -0.028354212641716003, -0.05150603502988815, -0.056644897907972336, -0.05225076526403427, -0.012498447671532633, 0.003117016050964594, 0.06025771051645279, -0.02939414046704769, -0.050263095647096634, -0.037743933498859406, -0.03585189953446388, -0.0028794766403734684, 0.03939324617385864, -0.003265478415414691, -0.051615141332149506, 0.010896436870098114, 0.03931832313537598, -0.05928683653473854, -0.0011987461475655437, 0.029771164059638977, 0.015867505222558975, -0.05865639075636864, -0.002386444015428424, -0.01497604139149189, -0.030730990692973137, 0.007527509704232216, 0.05429160222411156, 0.027772793546319008, -0.02047560177743435, -0.009818186983466148, -0.002644699066877365, -0.022455085068941116, 0.013893474824726582, 0.0051043382845819, 0.050189901143312454, -0.0008451989269815385, 0.0175972618162632, 0.01673341915011406, 0.009414576925337316, -0.003384248353540898, 0.04371487721800804, 0.049572572112083435, 0.005959377158433199, 0.029974179342389107, -0.03851921483874321, 0.007461591623723507, -0.024208320304751396, 0.05043572932481766, -0.021654769778251648, -0.039046257734298706, 0.03809903562068939, 0.03922164812684059, -0.03361460939049721, 0.04479830712080002, 0.03749258443713188, -0.04500407725572586, -0.010062976740300655, 0.017110789194703102, -0.027225902304053307, -0.00620934646576643, -0.04319076985120773, -0.05254043638706207, -0.007384442258626223, -0.0363255999982357, -0.008624792098999023, 0.05384276062250137, -0.0117195388302207, -0.008877350948750973, 0.04217949882149696, 0.0009070761734619736, -0.008045616559684277, 0.0009211563155986368, -0.04581751674413681, 0.06853706389665604, 0.03700921684503555, -0.03094159997999668, 0.05145769938826561, -0.03745943680405617, 0.01642889901995659, -0.005687138997018337, -0.007954123429954052, -0.031081777065992355, -0.06361088901758194, 0.032600924372673035, -0.008512754924595356, -0.03270864486694336, 0.0466185174882412, 0.009257827885448933, 0.03985209763050079, -0.03395089507102966, 0.012012319639325142, 0.03132575750350952, 0.03436589986085892, 0.001046831370331347, -0.023737384006381035, -0.02154497615993023, -0.017290843650698662, -0.010366115719079971, -0.009294426068663595, -0.0011134666856378317, 0.010330208577215672, 0.006086260545998812, -0.04690715670585632, -0.04211907833814621, 0.022218234837055206, 0.016927801072597504, -0.02997107058763504, 0.006762627512216568, 0.06617962568998337, -0.033563509583473206, -0.06144540756940842, 0.037303376942873, -0.023466700688004497, 0.0115759102627635, 0.016792630776762962, -0.0004838832828681916, -0.05755419656634331, -0.05514784902334213, -0.007438302971422672, 0.03715008497238159, -0.01883743889629841, -0.02506870962679386, 0.005613598506897688, -0.03222251683473587, -0.024836694821715355, -0.02521233819425106, 0.005261086858808994, -0.02571434900164604, -0.011558648198843002, -0.04540872573852539, 0.031171198934316635, 0.024983085691928864, 0.03915328532457352, -0.015822621062397957, 0.06449337303638458, 0.008880112320184708, -0.0023539895191788673, -0.018163619562983513, 0.0006028257193975151, -0.05583836883306503, -0.01144056860357523, 0.05546272546052933, 0.0329655222594738, -0.01281056459993124, -0.005052549298852682, -0.0575563870370388, 0.0010219725081697106, -0.009645556099712849, 0.00787056889384985, -0.00905964896082878, -0.026297839358448986, -0.04587828367948532, 0.02123217098414898, -0.007730393670499325, 0.024640586227178577, -0.048177026212215424, -0.009082435630261898, -0.00982888974249363, -0.00048612747923471034, -0.021685153245925903, -0.02477148361504078, 0.014010691083967686, -0.05099090188741684, 0.008485134690999985, -0.015279524959623814, 0.03292892128229141, -0.06315790116786957, 0.002196636749431491, 0.00010772142559289932, -0.015326134860515594, 0.03563974052667618, -0.02357303909957409, -0.037824034690856934, -0.008647406473755836, 0.0014148795744404197, -0.023903800174593925, -0.008217211812734604, 0.042552728205919266, 0.03505849093198776, 0.028059015050530434, 0.05145217478275299, -0.004800508730113506, 0.06263310462236404, 0.01542902272194624, -0.014509248547255991, 0.08295102417469025, -0.002494856016710401, -0.013069337233901024, -0.02360480464994907, 0.0008821418159641325, -0.01401828695088625, -0.0065240515395998955, -0.0222590621560812, -0.01967849582433701, -0.0023905872367322445, -0.05760230869054794, 0.04855474457144737, 0.01915922202169895, -0.020028244704008102, -0.038810789585113525, 0.05610093846917152, 0.0019099838100373745, -0.02605339325964451, 0.0017269955715164542, 0.03043544664978981, -0.015452155843377112, 0.030888428911566734, 0.01316134911030531, 0.0025369778741151094, -0.0004902706132270396, 4.730075670522638e-05, -0.008469942957162857, 0.05192725360393524, 0.07907305657863617, 0.03058045543730259, 0.0343741849064827, 0.02078782021999359, -0.03517242893576622, -0.031422894448041916, -0.015118978917598724, 0.05071193352341652, 0.03771907463669777, 0.0219282153993845, -0.04170476645231247, 0.02028913237154484, 0.02177353948354721, 0.018240397796034813, -0.029391378164291385, 0.026275742799043655, 0.012146799825131891, -0.024072976782917976, 0.01882915385067463, 0.04271293058991432, -0.02864699624478817, 0.07893494516611099, 0.02905992791056633, -0.02607687376439571, -7.457637548213825e-05, -0.02740919217467308, -0.09090583771467207, -0.03525252640247345, 0.005368117708712816, 0.0033296970650553703, -0.0246764924377203, 0.00029899601940996945, -0.016812656074762344, 0.019404875114560127, 0.017352817580103874, -0.04066069796681404, -0.0025715038646012545, -0.005087506957352161, 0.059815775603055954, 0.0005524175940081477, 0.002130605513229966, 0.006112673319876194, 0.01937742903828621, 0.022238951176404953, 0.0023091055918484926, 0.016299771144986153, -0.08361392468214035, -0.0355977900326252, -0.008623238652944565, 0.03202641010284424, -0.02378278598189354, 0.0016876357840374112, -0.027670595794916153, 0.02026802860200405, -0.015849551185965538, 0.022917045280337337, -0.0004253615334164351, -0.001609002472832799, -0.05494276434183121, -0.05222555994987488, 0.004982806742191315, 0.006265796720981598, -0.019301556050777435, -0.009019598364830015, -0.03443771228194237, -0.01816590689122677, -0.0009089858504012228, 0.013514204882085323, -0.017077989876270294, 0.024267705157399178, 0.006532338447868824, 0.012723773717880247, 0.004676214884966612, 0.009392480365931988, -0.006650417111814022, -0.00028449506498873234, -0.020018232986330983, -0.0009204658563248812, -0.00039705014205537736, 0.013843239285051824, -0.02892320230603218, 0.005502079147845507, 0.02760706841945648, -0.031536828726530075, -0.015282287262380123, 0.0423179492354393, -0.0076088616624474525, 0.01373310200870037, -0.010811503045260906, -0.013340884819626808, 0.020572030916810036, -0.018268104642629623, -0.09594941139221191, 0.0654393881559372, -0.025524454191327095, -0.011319036595523356, -0.03590913116931915, -0.0070108696818351746, -0.07357097417116165, -0.04017180576920509, -0.011360468342900276, 0.028330735862255096, 0.030024241656064987, 0.00950848776847124, 0.0033697474282234907, 0.011988152749836445, -0.028061088174581528, -0.01345689222216606, -0.018380746245384216, -0.030726848170161247, -0.03482440486550331, 0.01281884964555502, -0.03274627774953842, -0.052115075290203094, -0.01907014474272728, -0.005872199311852455, -0.024577058851718903, -0.007871433161199093, 0.015713518485426903, 0.018949303776025772, -0.026469087228178974, -0.048446331173181534, 0.014405418187379835, -0.0536031499505043, -0.02053198218345642, 0.015764271840453148, -0.06297007948160172, 0.037542302161455154, -0.0089712617918849, -0.09321749210357666, 0.019786907359957695, -0.04798644408583641, 0.017017224803566933, -0.0013769008219242096, 0.040778085589408875, -0.00698808254674077, -0.01874076761305332, 0.011446092277765274, 0.018805675208568573, 0.0012622742215171456, 0.01579361967742443, -0.016471711918711662, -0.008806269615888596, -0.0188208669424057, -0.0057340944185853004, 0.017533043399453163, -0.03799838945269585, 0.020014090463519096, -0.034521955996751785, -0.004921350162476301, -0.02692207135260105, 0.014750240370631218, -0.011602970771491528, 0.00200078752823174, 0.01051941141486168, 0.023026837036013603, 0.022472672164440155, 0.010718283243477345, 0.057700015604496, 0.008873207494616508, -0.04196992516517639, -0.01848389208316803, -0.002600505715236068, 0.03351517766714096, -0.010241131298244, -0.014456767588853836, -0.002205009339377284, 0.01281056459993124, 0.027579449117183685, -0.010130475275218489, 0.03707826882600784, 0.00528870802372694, -0.010174150578677654, 0.0056084198877215385, -0.017263740301132202, 0.05848444998264313, -0.04480106756091118, -0.01749264821410179, 0.04757799953222275, 0.0002568741620052606, 0.017342459410429, -0.015219105407595634, -0.05758124962449074, 0.011386535130441189, -0.024347806349396706, -0.028718335554003716, -0.009921074844896792, -0.02638760767877102, -0.01926245540380478, -0.03394290804862976, 0.03090275637805462, 0.032424841076135635, 0.03980790078639984, 0.001312682288698852, 0.00827797781676054, 0.030061183497309685, 0.021616101264953613, -0.01435336284339428, -0.0028965671081095934, 0.02470687590539455, 0.005535224452614784, -0.006746399682015181, 0.050325240939855576, -0.03565303236246109, -0.025389112532138824, 0.025322822853922844, -0.02973361685872078, 0.013934734277427197, 0.059329647570848465, -0.0054799821227788925, 0.027252141386270523, 0.04179177060723305, -0.05708683654665947, -0.015844717621803284, -0.0071924771182239056, -0.02137664146721363, 0.011676122434437277, 0.02907649986445904, 0.002613971009850502, -0.005330095998942852, -0.016833890229463577, -0.013581531122326853, -0.0002765540557447821, -0.08221078664064407, -0.0017539258114993572, 0.008438179269433022, 0.019489292055368423, -0.04409052059054375, -0.026757381856441494, 0.0014041764661669731, 0.03639741241931915, -0.013543898239731789, -0.06313581019639969, 0.02103493921458721, 0.03834054246544838, 0.019875984638929367, 0.025104617699980736, -0.021131353452801704, 0.018655141815543175, 0.022350816056132317, -0.0457291267812252, -0.01934635452926159, -0.01422406267374754, -0.011077353730797768, -0.03177713230252266, 0.0294549074023962, -0.011509792879223824, 0.03838957101106644, 0.07514536380767822, -0.00923020765185356, 0.0184245090931654, -0.013348479755222796, 0.016931599006056786, 0.016112294048070908, -0.049986887723207474, -0.036647383123636246, -0.038707900792360306, 0.03109834715723991, 0.017211951315402985, -0.046010859310626984, 0.02163957804441452, -0.0996892750263214, 0.06051182374358177, 0.005812814459204674, 0.029554858803749084, -0.01736438274383545, -0.027958543971180916, -0.006486418191343546, -0.005526937544345856, 0.03654656559228897, 0.026509137824177745, 0.0461738258600235, 0.04940270632505417, -0.03745943680405617, -0.008642573840916157, -0.02101949043571949, 0.03798837959766388, -0.008751675486564636, -0.0366441011428833, 0.009041694924235344, -0.011276223696768284, -0.00551140122115612, -0.014472304843366146, 0.02934304252266884, 0.056167058646678925, -0.024339519441127777, 0.0304464939981699, -0.001927246805280447, -0.03487343341112137, -0.02617078460752964, -0.02824787236750126, 0.0036642549093812704, -0.004433151334524155, -0.034519195556640625, -0.02010109461843967, 0.02631717547774315, -0.017905235290527344, 0.027973046526312828, 0.026980075985193253, 0.03848141059279442, 0.015361525118350984, -0.0046594697050750256, 0.00961068458855152, 0.009576676413416862, -0.005084313452243805, 0.00734991580247879, -0.024275992065668103, 0.011705728247761726, 0.013038436882197855, 0.027035316452383995, -0.0076088616624474525, 0.06024527922272682, 0.014897322282195091, 0.04481729120016098, 0.028007572516798973, 0.032526347786188126, 0.0100940503180027, 0.039749208837747574, 0.0020232293754816055, -0.040691081434488297, 0.020113524049520493, 0.008175780065357685, 0.0067182607017457485, -0.04110401123762131, 0.004021599888801575, 0.0291510745882988, 0.005658137146383524, -0.07014045864343643, -0.018794627860188484, 0.023676618933677673, 0.069554902613163, -0.0011379802599549294, 0.04498888924717903, 0.014064552262425424, -0.06068997830152512, -0.009101079776883124, -0.015550555661320686, 0.05399458855390549, 0.004573327023535967, -0.009940754622220991, 0.021621624007821083, 0.050939805805683136, 0.048925552517175674, 0.00690254382789135, 0.014774409122765064, -0.04752448573708534, 0.05064012482762337, 0.015899527817964554, 0.004850312601774931, 0.0005786574329249561, -0.015167661011219025, 0.03344215452671051, 0.027163062244653705, 0.021785277873277664, 0.005543510429561138, -0.011656011454761028, 0.03210927173495293, 0.037528835237026215, -0.04353879392147064, 0.005794860422611237, 0.005959204398095608], [-0.02141839824616909, -0.02195463888347149, 0.005277284886687994, -0.019816771149635315, 0.019554324448108673, 0.014631696976721289, 0.026170790195465088, -0.028732826933264732, -0.0024967798963189125, 0.07025030255317688, 0.0027067363262176514, -0.029518747702240944, -0.06380407512187958, 0.0017193732783198357, -0.00594882620498538, -0.0069023193791508675, 0.024400347843766212, 0.050026386976242065, 0.05462273210287094, 0.01266548316925764, -0.02862820401787758, 0.03176584839820862, -0.022028407081961632, -0.02154039964079857, -0.04730262979865074, 0.014943794347345827, 0.029314463958144188, 0.00802090484648943, -0.004499878268688917, 0.02626725845038891, -0.013190374709665775, -0.08711491525173187, -0.01018572598695755, -0.009317528456449509, 0.009259364567697048, 0.004670112859457731, 0.007344220764935017, -0.019412463530898098, 0.03515920042991638, -0.05347666144371033, 0.03018691949546337, -0.020536012947559357, -0.039823636412620544, 0.037803515791893005, -0.055485256016254425, -0.006446231622248888, 0.03235599398612976, -0.0007376848952844739, -0.03447825834155083, -0.016558188945055008, -0.020822575315833092, -0.014166387729346752, -0.011700818315148354, -0.01184551790356636, -0.021568773314356804, 0.02810579538345337, -0.019189029932022095, -0.012659808620810509, -0.051944367587566376, -0.02566008642315865, -0.03885897248983383, 0.014691279269754888, 0.029098832979798317, 0.008284769020974636, -0.038223426789045334, -0.0022456832230091095, 0.054259564727544785, 0.012969068251550198, -0.010463776998221874, -0.020598432049155235, 0.015689991414546967, -0.0007923019584268332, -0.009239858947694302, 0.005095700733363628, 0.0015207658289000392, -0.013190374709665775, -0.009141618385910988, -0.012200173921883106, -0.016321279108524323, 0.005180818028748035, -0.008584098890423775, 0.014224551618099213, -0.001605883240699768, -0.05844734609127045, -0.04244525730609894, 0.0032607093453407288, -0.024791888892650604, 0.008579843677580357, 0.0198550745844841, 0.04929863288998604, -0.03466551750898361, -0.04255307465791702, 0.006849120836704969, 0.023662663996219635, 0.02019554376602173, -0.023923512548208237, -0.00825639721006155, -0.0610746368765831, 0.03363976255059242, 0.034756310284137726, -0.020189868286252025, -0.01802930422127247, 0.03577204421162605, -0.00859119277447462, 0.022854045033454895, -0.01595216989517212, 0.057664260268211365, -0.05445249751210213, -0.002942227991297841, 0.009923635050654411, -0.015887180343270302, -0.005002071615308523, 0.048210546374320984, 0.003404699731618166, -0.01593257673084736, -0.04404546692967415, 0.03900722041726112, -0.03951721265912056, -0.03003796376287937, 0.057721007615327835, -0.0012111510150134563, -0.01092624943703413, 0.04115147143602371, 0.006128459703177214, -0.014324920251965525, -0.007200940046459436, 0.02489970251917839, -0.002258805325254798, -0.0616704598069191, 0.005158120300620794, -0.007720865774899721, 0.00028372497763484716, 0.05683578923344612, -0.05467380210757256, 0.01941923424601555, 0.04362555593252182, 0.017823603004217148, 0.031538866460323334, -0.0036373541224747896, -0.01742071472108364, -0.031483542174100876, 0.002800365444272757, -0.026097023859620094, -0.03025643154978752, -0.023881131783127785, -0.004760905168950558, -0.03149914741516113, -0.024892611429095268, -0.03150482103228569, -0.012282454408705236, 0.014301156625151634, -0.033502247184515, 0.005207062233239412, 0.00973034743219614, 0.03346819803118706, -0.03884017467498779, -0.019508929923176765, -0.002984786871820688, -0.0005844734259881079, 0.0045310878194868565, 0.04314889758825302, 0.030667832121253017, 0.05381695553660393, -0.018189607188105583, -0.008956488221883774, -0.0489368848502636, 0.01968625746667385, 0.062487587332725525, 0.034818727523088455, -0.026746751740574837, 0.057539425790309906, 0.01871449872851372, -0.022749068215489388, -0.004891418851912022, -0.027498623356223103, 0.03474495932459831, 0.004102663137018681, -0.022205734625458717, 0.04179268702864647, 0.012778973206877708, 0.014668581075966358, -0.0195174403488636, -0.03553371503949165, 0.010912062600255013, -0.011642654426395891, -0.023112235590815544, 0.010729060508310797, -0.01873719692230225, 0.01087801530957222, 0.007552758790552616, 0.027492951601743695, -0.02792988717556, -0.004943907726556063, 0.025109661743044853, -0.03973284363746643, 0.0023719407618045807, -0.0030401130206882954, -0.044629938900470734, -0.020101914182305336, -0.0051836553029716015, 0.041352204978466034, 0.02426983416080475, 0.03113030456006527, 0.004217572044581175, -0.0004199129471089691, 0.0025670016184449196, 0.011184439063072205, -0.05822036415338516, 0.02160849422216415, -0.059197798371315, 0.0031465101055800915, -0.00382674066349864, 0.023759130388498303, 0.01859533414244652, -0.017839208245277405, 0.01443025190383196, 0.07401817291975021, -0.0035522368270903826, 0.04644010215997696, -0.00922673661261797, -0.024388998746871948, -0.026726892217993736, 0.05518007278442383, -0.016068054363131523, 0.006227763369679451, -0.017636343836784363, -0.0039664749056100845, 0.024241462349891663, -0.004668605979532003, 0.017017822712659836, 0.030304664745926857, -0.00972041767090559, -0.0673222616314888, -0.01404456328600645, 0.01263711042702198, 0.013811731711030006, -0.030176987871527672, 0.048108406364917755, -0.03484142944216728, 0.03456337749958038, -0.05016257613897323, 0.0386773906648159, 0.0405840203166008, 0.0020059356465935707, -0.02786321192979813, 0.002704608254134655, 0.00028939946787431836, 0.01315348967909813, -0.02468407340347767, 0.02850301004946232, 0.005447519477456808, 0.021896474063396457, -0.004687136504799128, -0.03902353346347809, 0.003938102629035711, 0.0199742391705513, 0.036679964512586594, -0.006380974315106869, -0.026806334033608437, 0.06807129085063934, -0.01582050509750843, -0.01419192273169756, 0.03416048735380173, 0.003413211554288864, 0.012509433552622797, -0.02349526435136795, 0.004806301090866327, -0.04460156708955765, -0.03125514090061188, 0.00024967797799035907, 0.03864901512861252, -0.019724560901522636, 0.05209190770983696, 0.02141556143760681, -0.024930203333497047, -0.021935485303401947, 0.0035054220352321863, 0.02250790409743786, 0.014186957851052284, 0.011507885530591013, -0.018403111025691032, 0.05784584954380989, -0.03086927905678749, 0.00271241064183414, 0.017951278015971184, -0.03012024238705635, -0.0029474259354174137, -0.027101408690214157, 0.009660125710070131, -0.010500661097466946, 0.029144229367375377, -0.01267683133482933, -0.001827188883908093, 0.07404086738824844, 0.07626527547836304, -0.013471261598169804, -0.016546841710805893, -0.00365154049359262, -0.02592678926885128, -0.023866944015026093, -0.02486282028257847, -0.008001044392585754, 0.04668978229165077, 0.03340010344982147, 0.007172567304223776, 0.017091592773795128, -0.03739495202898979, 0.016958240419626236, -0.0007603829144500196, -0.02700778096914291, 0.0011973193613812327, -0.02753267250955105, -0.009388459846377373, 0.016705727204680443, 0.022447610273957253, -0.04717708006501198, 0.04826728999614715, 0.031692080199718475, -0.029813820496201515, -0.03199850022792816, -0.037882957607507706, -0.01208668388426304, 0.001146248891018331, -0.05058249086141586, 0.0034273976925760508, 0.05208906903862953, 0.012146266177296638, 0.015389242209494114, -0.0769462138414383, 0.008334420621395111, 0.0198153518140316, 0.04031164199113846, 0.011163236573338509, -0.024394674226641655, -0.009418250992894173, -0.012801670469343662, -0.018918780609965324, 0.003994847647845745, 0.03607846796512604, 0.012096613645553589, 0.000368931156117469, -0.001268250634893775, 0.002100983401760459, -0.04825594648718834, 0.007714482024312019, -0.01901489309966564, 0.012049799785017967, 0.014923933893442154, -0.02345270663499832, 0.01657627709209919, 0.008031544275581837, -0.012404455803334711, -0.03417183458805084, -0.01894999109208584, 0.022096499800682068, 0.032499101012945175, 0.04257860779762268, -0.015814829617738724, -0.025756554678082463, -0.010900712572038174, 0.010151679627597332, 0.002474081702530384, 0.00651148846372962, 0.04960647597908974, -0.049890197813510895, -0.05209757760167122, 0.051115892827510834, 0.008574169129133224, 0.001959121087566018, -0.027680207043886185, 0.08257532119750977, 0.06113705784082413, -0.04782893881201744, 0.01120429951697588, 0.02168119885027409, -0.03405267000198364, 0.002942227991297841, 0.07557298243045807, 0.0351407565176487, 0.02855691872537136, 0.08938471227884293, -0.004366527311503887, 0.024981984868645668, 0.044079508632421494, 0.0018101653549820185, 0.03245813772082329, 0.009642748162150385, -0.003665549447759986, -0.002655665623024106, 0.07043188810348511, -0.06281103938817978, -0.0534764863550663, 0.04952703416347504, 0.0130513496696949, 0.006247624289244413, -0.010407032445073128, -0.003407537005841732, 0.0602007657289505, 0.01879110559821129, -0.044624265283346176, -0.02276077121496201, -0.007947136647999287, -0.008473358117043972, -0.057147882878780365, -0.0055496604181826115, -0.0030131591483950615, -0.010872341692447662, -0.0010072237346321344, 0.0040175458416342735, 0.02802351489663124, 0.011049668304622172, -0.022964701056480408, 0.04617907479405403, -0.0062703220173716545, 0.015508406795561314, 0.019376996904611588, -0.05202380940318107, 0.0430467501282692, 0.05954819545149803, -0.031118955463171005, -0.02490309439599514, 0.01966213993728161, -0.018799616023898125, 0.005634778179228306, 0.08552605658769608, 0.0042501999996602535, -0.02157444879412651, -0.019962890073657036, 0.06941048055887222, 0.06704988330602646, -0.02340766414999962, 0.032565951347351074, -0.03623735159635544, 0.07181646674871445, 0.08007853478193283, -0.04169054701924324, -0.005504264496266842, 0.013434377498924732, -0.03004080057144165, -0.03906325623393059, -0.05437305569648743, 0.04026057198643685, -0.02030903287231922, -0.032208457589149475, 0.008052114397287369, 0.023339925333857536, -0.045793212950229645, 0.005176561884582043, 0.021784404292702675, -0.04495338350534439, -0.01902375929057598, -0.023798851296305656, -0.04588400200009346, -0.029995406046509743, 0.017886022105813026, 0.048721250146627426, 0.034875474870204926, -0.02086229808628559, -0.0007717319531366229, -0.005807850044220686, 0.005063781514763832, -0.0023605916649103165, -0.0053198435343801975, -0.010285030119121076, -0.026250233873724937, -0.010089260526001452, 0.044078268110752106, -0.030823880806565285, -0.013380469754338264, 0.00284292409196496, 0.02782774530351162, -0.03673103451728821, -0.018022211268544197, -0.011530582793056963, -0.014810443855822086, -0.02307251468300819, -0.012494537979364395, 0.02590976469218731, -0.02094741351902485, 0.04157847538590431, 0.004837510641664267, -0.0018342819530516865, 0.005248911678791046, 0.01966213993728161, 0.00856687594205141, -0.013908552937209606, -0.013488286174833776, 0.014384856447577477, 0.030253594741225243, -0.02406839095056057, 0.01133197546005249, 0.06873662769794464, 0.013127954676747322, -0.007098798640072346, 0.05374885722994805, -0.04042974486947059, -0.014543741941452026, 0.0069881463423371315, 0.02460462972521782, -0.03839933872222901, 0.030974255874753, 0.04581591114401817, -0.016331208869814873, -0.005787989124655724, 0.02907045930624008, -0.05129747465252876, 0.031055117025971413, 0.00968211516737938, -0.000524891191162169, -0.033411454409360886, -0.001844832906499505, 0.006875365041196346, 0.0268375463783741, -0.00042558746645227075, 0.013562053442001345, -0.030042218044400215, -0.009805534966289995, -0.02519974298775196, -0.009672893211245537, -0.0052659353241324425, 0.01431108731776476, -0.04519171267747879, -0.018538590520620343, 0.03001810237765312, -0.0349322184920311, -0.01938728243112564, 0.003528119996190071, -0.03660619631409645, 0.013221584260463716, 0.03065364621579647, 0.014379181899130344, -0.08945281058549881, -0.025464314967393875, -0.041162822395563126, 0.03019259124994278, 0.04759770259261131, -0.001959121087566018, 0.009158642031252384, -0.02484295889735222, -0.028786735609173775, -0.021290721371769905, -0.01738382875919342, -0.002667014952749014, 0.000217049615457654, 0.026170790195465088, 0.017917053773999214, -0.026216188445687297, 0.020079215988516808, -0.03778081759810448, 0.0047495560720562935, 0.002122440142557025, -0.006722863297909498, -0.018799616023898125, -0.0416167788207531, 0.004201966803520918, -0.026335353031754497, 0.03158710151910782, 0.0034500956535339355, 0.00932462140917778, 0.0021563097834587097, -0.03359870985150337, 0.014333785511553288, 0.018362680450081825, 0.006732793524861336, 0.018765568733215332, -0.010111957788467407, 0.023798851296305656, -0.057284072041511536, -0.06895651668310165, 0.021233975887298584, 0.00347208441235125, -0.03803049772977829, -0.012194499373435974, -0.022414272651076317, -0.00042558746645227075, -0.005448938347399235, -0.040078990161418915, -0.025627458468079567, -0.018985457718372345, -0.0024201739579439163, 0.0014952305937185884, -0.08802283555269241, 0.04662736505270004, 0.036004699766635895, -0.00013618798402603716, 0.003396187908947468, 0.018491774797439575, 0.008233699016273022, -0.017755508422851562, 0.003096858039498329, 0.06811101734638214, -0.013820597901940346, 0.04975401237607002, -0.0069853090681135654, 0.0066334898583590984, -0.04485124349594116, -0.0022471018601208925, 0.010565917938947678, 0.0006582419155165553, -0.012035613879561424, 0.02527422085404396, -0.004891418851912022, -0.040334343910217285, -0.0232569370418787, 0.004548111464828253, -0.03448960930109024, 0.005260970443487167, -0.007548503112047911, -0.0018952828831970692, 0.024000296369194984, -0.013394656591117382, -0.0023010093718767166, -0.03490952029824257, -0.03656647354364395, 0.043500710278749466, 0.03275321051478386, -0.06745845079421997, 0.005030443891882896, 0.023344891145825383, 0.001988912234082818, 0.004152314737439156, -0.02195180207490921, -0.026925498619675636, 0.021069416776299477, 0.052639491856098175, -0.016600748524069786, -0.03381292521953583, 0.030585551634430885, -0.007449908647686243, -0.014923933893442154, 0.03884762525558472, -0.022244038060307503, -0.017307223752141, -0.03136863186955452, -0.005067327991127968, 0.010872341692447662, 0.005589381791651249, 0.018362680450081825, -0.023290982469916344, 0.012506596744060516, -0.028842061758041385, -0.033649783581495285, -0.011229834519326689, -0.0015562314074486494, 0.03174315020442009, -0.07129441201686859, -0.036657266318798065, -0.0040317317470908165, -0.017738839611411095, 0.018246352672576904, 0.05037820711731911, -0.07898902893066406, -0.004324323497712612, -0.03393067046999931, 0.00013618798402603716, 0.006196553353220224, -0.049946945160627365, 0.013198885135352612, -0.0010781548917293549, -0.02266395092010498, 0.0347750186920166, -0.01968483999371529, -0.01474063191562891, -0.01445720624178648, -0.03411509096622467, 0.009895263239741324, 0.005314168985933065, -0.028190914541482925, -0.05233590677380562, -0.058333855122327805, 0.016229068860411644, 0.025240173563361168, 0.03993145376443863, 0.02506993897259235, -0.025404732674360275, -0.07683272659778595, 0.0013342166785150766, -0.0070406352169811726, -0.00910757202655077, 0.021861007437109947, -0.012393106706440449, 0.01909850351512432, 0.04686569422483444, 0.02431664988398552, 0.02699359320104122, 0.005719895474612713, 0.041106075048446655, -0.04001231491565704, -0.02475784160196781, -0.0162943247705698, -0.020816899836063385, -0.0026897129137068987, -0.02092471718788147, 0.03868022561073303, -0.03400159999728203, 0.026216188445687297, 0.05100240185856819, -0.025498364120721817, 0.02143825963139534, -0.015468684956431389, -0.004865883383899927, 0.034222375601530075, 0.03656931221485138, 0.024983402341604233, 0.03158142790198326, -0.009481378830969334, -0.008304629474878311, 0.016407815739512444, 0.013147815130650995, -0.05138826370239258, 0.000834151403978467, 0.02978544682264328, 0.0013164838310331106, 0.07490339130163193, -0.001583185396157205, 0.011375952512025831, 0.025473538786172867, -0.02415066957473755, -0.012705204077064993, -0.0008511749329045415, -0.03953991457819939, 0.04056132212281227, -0.05352187901735306, -0.009970095939934254, -0.039880383759737015, -0.04389792680740357, -0.07075533270835876, -0.015139564871788023, -0.07995370030403137, -0.0002567711053416133, -0.027203548699617382, -0.029978381469845772, -0.058038778603076935, 0.0389355793595314, 0.022062454372644424, 0.0009022454032674432, -0.06794645637273788, -0.027771001681685448, 0.0082961181178689, 0.04476045444607735, 0.017851974815130234, -0.028647711500525475, 0.014260017313063145, -0.0013718102127313614, 0.0012937859864905477, -0.03538617864251137, -0.03468608483672142, 0.023861270397901535, -0.0027634811121970415, 0.020382802933454514, 0.012364733964204788, 0.06870684027671814, -0.03198715299367905, 0.012631435878574848, -0.07574322074651718, -0.004006196744740009, 0.04823324829339981, -0.00970002543181181, -0.025004681199789047, 0.012103707529604437, 0.057539425790309906, -0.00792160164564848, 0.014820374548435211, 0.035434409976005554, -0.01230231486260891, -0.0030755787156522274, -0.015048773027956486, 0.012360477820038795, 0.013374440371990204, -0.014562184922397137, 0.04295596107840538, 0.012228546664118769, 0.02418755553662777, -0.026180721819400787, -0.0064887902699410915, -0.049867503345012665, -0.03789998218417168, 0.018879059702157978, -0.0015157535672187803, 0.00947641395032406, -0.08181989938020706, -0.001886771060526371, 0.04341151937842369, 0.05713086202740669, -0.06683425605297089, 0.06952396780252457, 0.0013505308888852596, -0.02088215760886669, 0.06051286309957504, -0.05930986627936363, 0.01052903477102518, -0.02228056639432907, -0.036657266318798065, 0.01467425562441349, -0.04833538830280304, -0.018941478803753853, 0.03296884149312973, 0.03324121609330177, -0.018439287319779396, -0.016192184761166573, -0.008880591951310635, -0.016335465013980865, 0.06978499889373779, -0.029779773205518723, 0.007904578000307083, 0.006964029278606176, 0.03370652720332146, 0.02199435979127884, -0.02619349025189877, -0.06128459423780441, 0.0082514313980937, -0.015213333070278168, -0.03478468209505081, 0.04640180245041847, 0.012523620389401913, -0.013797545805573463, -0.0317545011639595, -0.002598920837044716, 0.004084221087396145, 0.03870292380452156, 0.0057495092041790485, 0.023134935647249225, 0.0008001044043339789, 0.01269669272005558, -0.018514472991228104, 0.02407122775912285, -0.06064905226230621, 0.0026010486762970686, -0.003764321329072118, 0.01426994800567627, 0.03329796344041824, 0.0309941153973341, 0.0063554393127560616, 0.009006849490106106, 0.06548372656106949, 0.037356648594141006, -0.008894777856767178, -0.03848445415496826, 0.039999548345804214, -0.0986681953072548, -0.00496944272890687, 0.13378199934959412, 0.025935299694538116, 0.003694099141284823, 0.038734134286642075, -0.055246926844120026, 0.013373375870287418, -0.023486044257879257, 0.03638489171862602, 0.021948963403701786, -0.049867503345012665, -0.040629416704177856, 0.05406095832586289, 0.027237597852945328, -0.057919614017009735, 0.024347148835659027, 0.032009851187467575, 0.029847867786884308, 0.04745016247034073, 0.03603307157754898, -0.025200452655553814, -0.008792636916041374, 0.094696044921875, 0.009629625827074053, 0.006948424503207207, 0.0005014839116483927, -0.03158142790198326, 0.034319374710321426, 0.01151072233915329, 0.0013079721247777345, 0.031595613807439804, 0.03562308847904205, 0.019548650830984116, 0.03825180232524872, 0.025614755228161812, -0.04928870499134064, 0.03875115513801575, -0.002167658880352974, 0.045872654765844345, -0.03421155735850334, 0.0004766579659190029, 0.011919287033379078, 0.0081769535318017, -0.008781996555626392, -0.03585716336965561, 0.0008196104899980128, -0.019267763942480087, -0.00886924285441637, 0.020717596635222435, 0.03150482103228569, -0.0038217755500227217, 0.01564743183553219, -0.02088286727666855, 0.007364081684499979, -0.011882402002811432, -0.00960125308483839, -0.003444421337917447, 0.026590704917907715, 0.05624563992023468, 0.008274839259684086, -0.01217712089419365, 0.006972541566938162, 0.004346666857600212, -0.0400279201567173, -0.031446658074855804, 0.01282135397195816, -0.05700602009892464, -0.026097023859620094, -0.0008171279332600534, 0.02735959924757481, -0.006463254801928997, 0.045395996421575546, 0.043540433049201965, 0.03352494165301323, 0.028009330853819847, 0.007541410159319639, -0.046445779502391815, -0.030985603109002113, 0.01111634448170662, 0.0011065274011343718, -0.027243271470069885, 0.03486412391066551, -0.007751366123557091, -0.009045151993632317, -0.009777162224054337, 0.0386376678943634, 0.024831611663103104, 0.004284246824681759, 0.019111713394522667, 0.001522184582427144, -0.03271065279841423, -0.008485504426062107, -0.01495230570435524, 0.04392062500119209, 0.01174621470272541, 0.05156887322664261, 0.05498590320348739, -0.03972717374563217, -0.0006323520210571587, -0.010151679627597332, 0.0005561009747907519, -0.0346938893198967, -0.01344856433570385, -0.0404052734375, 0.032622698694467545, -0.03948316723108291, -0.01618083566427231, 0.05120668187737465, -0.04478314891457558, 0.05588247254490853, -0.031096255406737328, -0.02975725382566452, -0.018025048077106476, 0.03709987923502922, -0.030211035162210464, 0.06441691517829895, -0.015057285316288471, -0.02903641387820244, 0.04767714813351631, 0.010080038569867613, 0.047495558857917786, -0.0010412706760689616, -0.008090417832136154, 0.015431801788508892, -0.04893121123313904, 0.0009072105749510228, 0.01673409901559353, 0.000774569169152528, 0.031572915613651276, 0.08534447848796844, -0.015316893346607683, 0.032804280519485474, 0.022323481738567352, -0.04124793782830238, 0.07867693156003952, 0.04728914797306061, 0.004726857878267765, 0.02111906930804253, -0.059423357248306274, -0.04162812978029251, 0.037587884813547134, -0.05649247765541077, -0.07055673003196716, -0.027033314108848572, -0.01746610924601555, -0.050934311002492905, -0.0053992862813174725, -0.013652846217155457, 0.0002255613508168608, -0.006687397602945566, -0.011581653729081154, -0.02189221978187561, -0.02644316852092743, 0.03401295095682144, 0.0049538379535079, 0.007328615989536047, -0.00599794602021575, 0.015309089794754982, -0.005343960132449865, 0.0028088772669434547, -0.010503497906029224, 0.014736674726009367, 0.011856867000460625, 0.010566627606749536, -0.026210512965917587, -0.02596367336809635, 0.05698332190513611, 0.00024400347319897264, 0.007681853603571653, 0.03720201924443245, 0.0339789018034935, -0.005999364890158176, 0.019764281809329987, -0.04932274669408798, 0.005192876327782869, -0.005146770738065243, -0.024133644998073574, -0.0347733348608017, 0.03118705004453659, 0.05879632383584976, 0.011527745984494686, -0.055088043212890625, 0.04731397703289986, 0.014452950097620487], [-0.028720716014504433, -0.02505951002240181, -0.05352572724223137, -0.011021903716027737, -0.0016492217546328902, 0.00406288169324398, 0.056065067648887634, -0.02111305110156536, 0.034139879047870636, 0.032492853701114655, 0.01400653924793005, 0.01054209005087614, -0.04486335068941116, -0.01850530132651329, -0.038028597831726074, 0.020123926922678947, 0.021160749718546867, -0.03187543526291847, 0.02485114149749279, 0.016786569729447365, -0.003630453255027533, -0.013572148978710176, 0.03850558772683144, 0.05330229550600052, -0.03507879376411438, 0.023044858127832413, -0.02277623675763607, -0.029479192569851875, 0.0310381930321455, -0.019488777965307236, 0.013788755983114244, -0.028267262503504753, -0.0035829111002385616, 0.01508729625493288, 0.021661588922142982, 0.048683032393455505, 0.025559093803167343, 0.020022252574563023, -0.026626043021678925, 0.012123058550059795, -0.012818459421396255, 0.012535403482615948, -0.02923693135380745, 0.04336334392428398, 0.07206052541732788, 0.012735770083963873, -0.009670153260231018, 0.045339085161685944, 0.016434477642178535, -0.04870060458779335, 0.037739891558885574, 0.05956340581178665, -0.013979707844555378, -0.017912201583385468, -0.008742711506783962, 0.01626407913863659, -0.0025820182636380196, 0.02315155230462551, 0.05228178948163986, 0.0007870323024690151, 0.01128707267343998, 0.012494608759880066, -0.02755209244787693, -0.0027084832545369864, -0.011481829918920994, 0.02745951898396015, 0.044641174376010895, 0.005602898076176643, 0.04182944819331169, -0.07310488075017929, 0.038143765181303024, -0.045449547469615936, -0.002416327130049467, -0.026585562154650688, 0.09040703624486925, -0.016709374263882637, -0.04108886048197746, 0.02278251387178898, -0.02735031396150589, -0.051131993532180786, -0.04045873135328293, -0.002047288231551647, -0.025101006031036377, -0.043560415506362915, -0.06693916767835617, -0.0018577476730570195, -0.04047630354762077, 0.004601063672453165, 0.045052893459796906, 0.007457586005330086, -0.022694960236549377, 0.003882127813994885, 0.032921046018600464, -0.0003753152268473059, -0.018780197948217392, 0.030733799561858177, -0.00017071195179596543, 0.03747629374265671, 0.03667294234037399, 0.047595683485269547, 0.02892814390361309, -0.006174186710268259, -0.009650873951613905, -0.03033902868628502, -0.048178426921367645, 0.03547042980790138, 0.02156744711101055, -0.03845788910984993, 0.01412680558860302, -0.04259765148162842, -0.007221680134534836, 0.019291706383228305, 0.009079506620764732, -0.05862449109554291, 0.016700901091098785, 0.0203197430819273, 0.016823599115014076, -0.020083758980035785, -0.03361519053578377, -0.04268677532672882, -0.09290244430303574, -0.006182816345244646, 0.022448934614658356, 0.006155672017484903, -0.012613855302333832, -0.028850318863987923, 0.009631888009607792, 0.007728481199592352, -6.903792382217944e-05, 0.006200860720127821, 0.0359298437833786, -0.028180023655295372, 0.016111882403492928, -0.005379936657845974, -0.05122613534331322, 0.031049491837620735, -0.04590613767504692, 0.0255733709782362, -0.00755243469029665, -0.004369472619146109, -0.02595323696732521, -0.012881848029792309, -0.013662604615092278, 0.013611767441034315, 0.02039254643023014, -0.02001095563173294, 0.002043208573013544, -0.035392604768276215, -0.00751101179048419, 0.00939292274415493, -0.01972381956875324, -0.011295858770608902, 0.00409708684310317, 0.012707998044788836, 0.01637956127524376, -0.003715495346114039, 0.022565357387065887, 0.008405680768191814, -0.022348515689373016, 0.015649640932679176, 0.03170660510659218, 0.03012940287590027, 0.06288225203752518, 0.0010104641551151872, 0.01060673501342535, 0.0074761793948709965, 0.005219266749918461, 0.018113039433956143, 0.007000758778303862, 0.06868802011013031, 0.06076372414827347, -0.01551595889031887, 0.01240485906600952, 0.046872980892658234, -0.008165302686393261, 0.003970308229327202, 0.005222718697041273, -0.04554494470357895, -0.021679790690541267, 0.03691410645842552, -0.020447462797164917, -0.017782913520932198, 0.01374450884759426, -0.0006489564548246562, 0.0021420584525913, 0.02121033146977425, -0.039721909910440445, 0.007376388181000948, -0.023831890895962715, 0.024425460025668144, -2.824278453772422e-06, -0.057434529066085815, 0.01871523819863796, 0.026044242084026337, -0.020678739994764328, 0.021888786926865578, -0.005484670400619507, 0.016397133469581604, -0.030163295567035675, 0.010576295666396618, 0.00322783668525517, -0.0014494825154542923, 0.058795202523469925, -0.003443187801167369, -0.03047208301723003, -0.04370351508259773, 0.04726210609078407, -0.029954925179481503, 0.01862768642604351, -0.029963713139295575, 0.015472025610506536, 0.04680519923567772, 0.022096293047070503, -0.0026974999345839024, 0.026437757536768913, 0.0236059483140707, 0.07985302805900574, -0.015950897708535194, 0.02519005350768566, 0.029772916808724403, -0.03711729496717453, -0.022079581394791603, 0.051896434277296066, -0.012660299427807333, -0.05140940099954605, 0.06515171378850937, 0.02972898446023464, 0.03486540541052818, -0.012479545548558235, -0.016181154176592827, 0.07508312910795212, -0.0008284550276584923, 0.011626927182078362, -0.033103056252002716, 0.003321822267025709, 0.03170974552631378, -0.0362461619079113, 0.01716627925634384, 0.0030590074602514505, -0.010503806173801422, -0.05595334991812706, -0.011713852174580095, 0.03839261457324028, -0.022837745025753975, -0.0067007578909397125, -0.005038512870669365, -0.01189491990953684, -0.01712893508374691, -0.027951570227742195, -0.002712562680244446, 0.019762419164180756, 0.01894525997340679, -0.01857245527207851, -0.031511418521404266, -0.00623600697144866, -0.020044531673192974, -0.007069482933729887, 0.05016922950744629, -0.03418632224202156, 0.042120661586523056, -0.01784943975508213, -0.03449511155486107, -0.047962527722120285, 0.004193426109850407, 0.03613068163394928, 0.006350233219563961, 0.01948375627398491, 0.001668834825977683, 0.036293625831604, -0.006719900295138359, 0.011420127004384996, -0.04056228697299957, 0.02413126453757286, 0.03092334046959877, -0.025236183777451515, 0.04005705565214157, 0.06792327016592026, -0.028139855712652206, 0.053437862545251846, -0.0004092065792065114, -0.021413680166006088, -0.05255856737494469, 0.001019250717945397, 0.03483527898788452, 0.010002339258790016, 0.02632729709148407, 0.010184348560869694, -0.06191320717334747, -0.018708020448684692, -0.033562470227479935, 0.0016983328387141228, -0.008605890907347202, 0.023311594501137733, 0.041168879717588425, 0.05890817567706108, -0.020274555310606956, 0.03266497701406479, 0.0037362067960202694, -0.043431129306554794, -0.04645875468850136, 0.017154982313513756, 0.031632862985134125, -0.0273051243275404, 0.011211758479475977, 0.009801188483834268, -0.01131908129900694, -0.037009347230196, 0.06704460829496384, 0.023162849247455597, -0.02091849036514759, -0.04550948366522789, 0.005339769180864096, -0.018075382336974144, -0.007580363657325506, 0.03246916085481644, -0.022959265857934952, 0.008116348646581173, 0.049466297030448914, -0.015316376462578772, 0.018451953306794167, 0.041292209178209305, 0.000835986458696425, 0.03144237771630287, -0.05420190840959549, -0.00147348886821419, 0.05027215927839279, 0.03413611277937889, 0.04190978407859802, -0.044136568903923035, -0.05294329673051834, 0.04960437491536141, 0.004061940126121044, 0.048062946647405624, 0.010752185247838495, -0.020649634301662445, 0.022262847051024437, -0.012826303951442242, 0.0094490060582757, 0.027478348463773727, 0.030934009701013565, 0.010496274568140508, -0.05805712565779686, -0.03625110536813736, -0.02207707241177559, 0.012903815135359764, -0.0790647342801094, -0.002505448879674077, -0.05118032172322273, 0.02534695900976658, 0.016182487830519676, 0.02155238389968872, -0.01277170144021511, 0.02765910141170025, -0.025025619193911552, -0.011469081044197084, -0.0021138156298547983, 0.009503383189439774, -0.0031405978370457888, 0.016459424048662186, -0.01820969209074974, 0.008850974962115288, -0.0008730159024707973, -0.041580911725759506, 0.044919051229953766, -0.0067129964008927345, -0.017564501613378525, -0.014349217526614666, -0.008505864068865776, 0.06009311601519585, -0.02193460240960121, 0.05542615428566933, -0.005387468263506889, -0.042676251381635666, 0.01750990003347397, 0.009982882998883724, -0.007213835138827562, -0.056390173733234406, -0.04851482808589935, 0.02403774857521057, -0.06899461150169373, 0.06137345731258392, -0.03736457601189613, 0.015283426269888878, -0.030120616778731343, 0.04864788427948952, 0.0377587229013443, 0.032741546630859375, 0.03252705931663513, -0.013076095841825008, 0.05861445143818855, -0.01676931045949459, -0.05212237313389778, 0.034456197172403336, 0.04375999793410301, 0.0126298600807786, 0.012543091550469398, 0.005637260153889656, 0.03769219294190407, 0.03817106783390045, 0.016646454110741615, -0.04854997619986534, 0.012239168398082256, -0.03441100940108299, -0.008199822157621384, 0.011384980753064156, -0.0849844217300415, -0.08856937289237976, -0.016269726678729057, -0.040625520050525665, 0.020942339673638344, 0.011435190215706824, -0.020260432735085487, -0.029146553948521618, 0.003985998686403036, 0.05818767100572586, 0.004809275735169649, -0.010218867100775242, -0.035789258778095245, 0.005777846556156874, -0.002818002365529537, 0.019892962649464607, 0.016166798770427704, -0.04783449321985245, 0.014820558950304983, 0.041103921830654144, 0.026855280622839928, -0.025245284661650658, -0.01404670625925064, -0.051045384258031845, 0.03279677778482437, 0.013198167085647585, 0.033202532678842545, -0.001330549013800919, 0.04936838895082474, 0.028059521690011024, 0.04166124761104584, 0.005948165897279978, 0.01732349768280983, -0.06006047874689102, -0.042394932359457016, 0.005763724911957979, 0.0007625552243553102, -0.039007678627967834, -0.010893556289374828, -0.02496536821126938, 0.0011899627279490232, -0.030400535091757774, 0.031034428626298904, -0.03602900728583336, -0.06253580003976822, 0.019753318279981613, -0.03981354087591171, -0.06063663214445114, -0.024730637669563293, -0.03361770138144493, 0.005736423656344414, 0.03439280763268471, -0.02654257044196129, -0.03714114427566528, -0.021532926708459858, -0.04974747076630592, 0.028066111728549004, 0.062259651720523834, 0.02515898644924164, -0.04137254133820534, 0.01357442419975996, 0.007401806302368641, -0.07240194827318192, 0.011840631254017351, -0.031108487397432327, 0.008603380061686039, -0.01310339756309986, 0.010784978047013285, -0.03366539999842644, -0.03392413631081581, 0.04048258066177368, 0.02678671292960644, -0.009611333720386028, -0.0424269400537014, 0.010772661305963991, 0.006345212459564209, 0.0012075359700247643, 0.0130061162635684, 0.014118881896138191, -0.007670740596950054, 0.026870813220739365, -0.029616013169288635, -0.009653541259467602, 0.02539402991533279, -0.041480179876089096, 0.03247041627764702, 0.08116348832845688, -0.014792315661907196, 0.05907135456800461, -0.024890681728720665, 0.025626013055443764, -0.027852406725287437, 0.03715275600552559, -0.004859014414250851, -0.019244633615016937, 0.029530813917517666, 0.03702440857887268, -0.03796081617474556, 0.016477469354867935, 0.01539671141654253, -0.06980109959840775, 0.030039027333259583, 0.061611950397491455, -0.00923801865428686, -0.0017008433351293206, -0.07167893648147583, -0.03732535243034363, -0.008563839830458164, -0.027794666588306427, 0.04804537072777748, 0.020719535648822784, 0.007464254274964333, -0.025589218363165855, 0.03174614533782005, 0.007869773544371128, 0.0035855197347700596, -0.00022594229085370896, -0.024113375693559647, 0.015963450074195862, 0.03213527053594589, -0.004630561452358961, 0.012334565632045267, -0.021174557507038116, 0.04068467393517494, -0.000519039633218199, -0.012178916484117508, -0.05593075603246689, -0.026829391717910767, 0.03626122698187828, 0.0004179932293482125, 0.00013227037561591717, 0.015778930857777596, -0.019114717841148376, 0.04228133335709572, -0.0073883128352463245, -0.00540410028770566, 0.009032356552779676, 0.026836922392249107, -0.01839044690132141, -0.034621890634298325, 0.004564034286886454, -0.02350458689033985, 0.011858204379677773, 0.018587518483400345, -0.01677684299647808, -0.003300012554973364, 0.01027942541986704, -0.06051236391067505, -0.05833829939365387, 0.019623715430498123, -0.020964933559298515, -0.009873677976429462, 0.017206132411956787, 0.03376268222928047, 0.017889922484755516, 0.003726635593920946, 0.016345668584108353, -0.025418821722269055, 0.03330640494823456, 0.015161002054810524, 0.02387958951294422, 0.01646680012345314, -0.05389978736639023, -0.01474791206419468, 0.03533799946308136, -0.035528168082237244, -0.02666628919541836, 0.015591900795698166, -0.01912511885166168, -0.06150650978088379, -0.02457122318446636, 0.04838930442929268, -0.05255919694900513, -0.03944952413439751, -0.038022320717573166, 0.007906724698841572, 0.013745450414717196, 0.00984982866793871, -0.011831844225525856, 0.01714039035141468, -0.03649909421801567, -0.00595357920974493, 0.04387861862778664, 0.001059418311342597, -0.055792681872844696, -0.03371560946106911, 0.06043453887104988, 0.006939566228538752, -0.025660768151283264, -0.043496400117874146, -0.057951685041189194, -0.0481056235730648, -0.03432314470410347, 0.0009665308753028512, -0.03319845348596573, 0.0012723375111818314, -0.02642959915101528, -0.027233576402068135, 0.004596042446792126, 0.03945266082882881, 0.0074244006536901, -0.010429119691252708, 0.032899707555770874, -0.0063705132342875, 0.006033914163708687, -0.03342125564813614, 0.00911928154528141, -0.01662042737007141, -0.012597537599503994, 0.026951462030410767, 0.006275547202676535, -0.04976190626621246, -0.025921856984496117, -0.018964089453220367, -0.021380729973316193, 0.025603026151657104, -0.05302112177014351, -0.017858855426311493, -0.02380584366619587, -0.032043635845184326, 0.0026498008519411087, -0.004758595488965511, 0.0583433173596859, 0.016914447769522667, -0.010186074301600456, 0.028087137266993523, -0.03276665136218071, 0.11301381886005402, 0.0033960379660129547, -0.06546301394701004, 0.032051168382167816, 0.022405942901968956, -0.04779808968305588, -0.025925621390342712, -0.0027226044330745935, -0.012269293889403343, 0.013494089245796204, 0.002234318060800433, -0.0065184347331523895, -0.01971472054719925, 0.008806727826595306, 0.028513915836811066, 0.003778884653002024, 0.015268677845597267, -0.008363630622625351, 0.03402961418032646, -0.01308048889040947, -0.03428799659013748, -0.03183840587735176, 0.026460351422429085, -0.023844443261623383, 0.004243949428200722, -0.015848595649003983, -0.0020146521274000406, 0.004528887569904327, 0.0442696250975132, -0.011482810601592064, 0.030939029529690742, 0.04165371507406235, 0.0032372509595006704, 0.007497518323361874, 0.03028254210948944, 0.0009743761038407684, -0.02978484146296978, -0.000292469747364521, 0.0493878461420536, -0.012465110048651695, 0.005017173942178488, -0.014968990348279476, 0.01201071497052908, -0.02386703714728355, 0.015474536456167698, -0.05260438472032547, -0.03526708111166954, 0.004120308440178633, -0.024970702826976776, -0.03389636427164078, 0.0048646628856658936, -0.0021364097483456135, 0.03378088027238846, 0.003272397443652153, -0.00988560263067484, -0.022246528416872025, -0.003203359432518482, -0.04721691831946373, -0.038108933717012405, 0.02327958680689335, -0.013041891157627106, 0.002296452177688479, -0.007961954921483994, 0.001874065725132823, 0.04706880077719688, 0.022679584100842476, -0.04239179193973541, 0.024784300476312637, 0.015588762238621712, 0.06313580274581909, 0.02451787516474724, 0.014951417222619057, -0.025178756564855576, 0.002152100205421448, 0.02609759010374546, 0.009586856700479984, -0.046047039330005646, -0.08912167698144913, -0.0010694601805880666, 0.017155295237898827, -0.001917371293529868, -0.0026443484239280224, -0.013477143831551077, -0.010251503437757492, 0.019290057942271233, 0.004699599463492632, 0.06814419478178024, 0.0023654901888221502, 0.011462491005659103, -0.02053689770400524, -0.06754670292139053, 0.013908002525568008, 0.05678682774305344, -0.004679515957832336, -0.02520088106393814, -0.018590029329061508, -0.009927652776241302, 0.013186242431402206, -0.015439389273524284, -0.004991441499441862, 0.02774759568274021, 0.011220544576644896, 0.01219523511826992, 0.033138200640678406, -0.009246688336133955, -0.030069466680288315, -0.0038515315391123295, 0.02255045250058174, 0.013058836571872234, 0.02157999947667122, -0.032658036798238754, 0.0003011779335793108, 0.008259445428848267, -0.02505103684961796, -0.04611733183264733, -0.02399381622672081, 0.056575946509838104, 0.0017234375700354576, 0.02945910766720772, 0.0038899730425328016, -0.015534787438809872, 0.04131574183702469, 0.025677556172013283, -0.07339609414339066, 0.02907167188823223, -0.05842867493629456, 0.0004757340357173234, -0.027800943702459335, -0.01190590299665928, -0.0807768777012825, -0.000632010807748884, 0.003204614855349064, 0.007758842315524816, -0.01572009176015854, -0.056302305310964584, -0.024149935692548752, 0.02924069762229919, -0.007327433675527573, -0.035061221569776535, 0.013313021510839462, -0.034995950758457184, -0.03504553064703941, -0.003162721171975136, -0.05322195962071419, -0.0844823345541954, -0.01759839430451393, -0.021013887599110603, 0.00333045213483274, -0.002214862033724785, 0.01508290320634842, -0.01822318695485592, -0.03098170831799507, -0.02817186526954174, -0.0069744773209095, -0.05926717072725296, -0.014239384792745112, 0.04454577714204788, -0.05239350721240043, 0.027942156419157985, -0.021390458568930622, -0.09711501747369766, 0.02750219777226448, -0.04550979658961296, 0.00365649932064116, -0.006141236983239651, 0.02387958951294422, -0.013011137954890728, -0.03264238312840462, 0.04385414347052574, 0.04691315069794655, 0.01180171873420477, 0.02397843822836876, -0.006732138805091381, -0.009025296196341516, 0.006937683559954166, -0.005121672060340643, -0.014133945107460022, -0.05738934129476547, -0.04115915298461914, 0.009221583604812622, 0.032000958919525146, -0.033627744764089584, 0.04642376676201821, -0.016907701268792152, -0.026595916599035263, 0.020316604524850845, 0.03254949674010277, 0.02544988878071308, 0.02618718147277832, 0.061273038387298584, 0.024651559069752693, -0.03629449009895325, -0.0317998081445694, -0.03729616850614548, 0.02204067073762417, -0.012942570261657238, -0.004340288694947958, 0.0019879783503711224, 0.020619116723537445, 0.027690481394529343, 0.011073682457208632, 0.06507639586925507, -0.012153184041380882, -0.0056068203411996365, 0.0064644599333405495, 0.002151472726836801, 0.04736001417040825, -0.03983864560723305, -0.01218456495553255, 0.011246277019381525, 0.03146607056260109, 0.03283443674445152, 0.00988874025642872, -0.0350223109126091, 0.03210388869047165, -0.06028202921152115, 0.0053623635321855545, -0.039577558636665344, -0.01847580261528492, 0.006692912429571152, -0.04595014825463295, -0.006071571260690689, 0.06600025296211243, 0.0026510560419410467, -0.014102917164564133, 0.031207650899887085, 0.07203291356563568, 0.0108766108751297, 0.025646960362792015, -0.0227053165435791, 0.051866307854652405, -0.01217640656977892, -0.014136455953121184, 0.03832169622182846, -0.012381951324641705, -0.001787454471923411, 0.04472245275974274, 0.0009150662808679044, 0.014436456374824049, 0.04553992301225662, -0.0223881546407938, 0.0020416395273059607, 0.06795340031385422, -0.056626155972480774, 0.019783757627010345, -0.001355653745122254, -0.0261534471064806, 0.013922124169766905, -0.0017395986942574382, 0.016666067764163017, -0.0031029798556119204, -0.0547131784260273, -0.008114466443657875, -0.00978581141680479, -0.052486393600702286, 0.003172763157635927, 0.011794187128543854, 0.013852772302925588, -0.0191611610352993, 0.017309533432126045, 0.0182674340903759, 0.05165793746709824, -0.009440308436751366, -0.06620611250400543, 0.05807218700647354, 0.01656176522374153, -0.026659933850169185, 0.051881369203329086, -0.00481539499014616, 0.01981145143508911, 0.009186789393424988, -0.026120183989405632, -0.04698846489191055, 0.013097121380269527, 0.006534125190228224, -0.0466621033847332, 0.03876039758324623, -0.027788391336798668, 0.019993381574749947, 0.04648072272539139, 0.02267644554376602, -0.003717064391821623, -0.005126379430294037, 0.004523082170635462, -0.01390549261122942, -0.030146976932883263, -0.03208443149924278, -0.008878904394805431, 0.026944637298583984, -0.004174911417067051, -0.017550693824887276, 0.011320963501930237, -0.03088003396987915, 0.06179019436240196, -0.024848630651831627, 0.03648214787244797, 0.042120661586523056, -0.009715517982840538, -0.007482141721993685, 0.012843563221395016, -0.004065078217536211, 0.019835222512483597, 0.0006828478071838617, 0.012338959611952305, -0.04045747593045235, 0.01817674376070499, -0.027554916217923164, 0.047824449837207794, -0.02137916162610054, 0.031438615173101425, -0.0058650849387049675, -0.0415608286857605, 0.006977223325520754, -0.00938978511840105, 0.01418376248329878, 0.062441661953926086, -0.027785880491137505, 0.01813061349093914, -0.011004016734659672, -0.03378088027238846, -0.03652859106659889, 0.005624864716082811, -0.011389373801648617, 0.03330138325691223, -0.03928383067250252, -0.016993997618556023, 0.036429427564144135, -0.0028722912538796663, 0.02803630009293556, 0.02524026297032833, 0.037286754697561264, -0.0053342776373028755, 0.005151719320565462, 0.004473029635846615, 0.0015684160171076655, -0.004541910719126463, -0.0028138444758951664, 0.0112393731251359, 0.02278219908475876, 0.0025807630736380816, 0.02894320711493492, 0.020041080191731453, 0.03535934165120125, 0.02891465090215206, 0.05730900540947914, 0.02495909109711647, -0.002168182982131839, -0.07613752782344818, 0.061519064009189606, -0.007413417566567659, -0.05425125360488891, 0.036962587386369705, 0.012049313634634018, -0.013778713531792164, -0.012960300780832767, -0.01760466955602169, 0.03402000293135643, 0.015456962399184704, -0.04925541952252388, -0.022123515605926514, 0.005057969130575657, 0.04576335474848747, 0.00021527278295252472, 0.0277965497225523, 0.06385631114244461, -0.029383480548858643, -0.004978261888027191, -0.009646627120673656, 0.047523193061351776, 0.04584212228655815, -0.02421850338578224, 0.004997090436518192, 0.060222405940294266, 0.01996576599776745, 0.0531453900039196, 0.014713863842189312, -0.031034428626298904, 0.0917426124215126, 0.022333139553666115, 0.015643365681171417, -0.028418518602848053, -0.012672851793468, 0.010003908537328243, 0.01634284481406212, 0.0019085454987362027, -0.00642695976421237, 0.035277120769023895, 0.021333619952201843, 0.03609929978847504, -0.018257156014442444, 0.008044173009693623, -0.0029498019721359015], [-0.03788509219884872, -0.04691345989704132, -0.04446417838335037, 0.01868850737810135, 0.0013648788444697857, -0.007005364168435335, 0.03153810277581215, -0.041212208569049835, 0.01671338640153408, 0.07370062917470932, -0.014076565392315388, 0.024386433884501457, -0.03033440932631493, -0.04048400744795799, -0.014480567537248136, 0.0024778798688203096, -0.006940191611647606, -0.00955639686435461, 0.02882946096360683, 0.01233686227351427, -0.009449992328882216, -0.0066376058384776115, 0.024093158543109897, 0.053398776799440384, -0.06404448300600052, 0.013275211676955225, 0.006979760713875294, -0.006324379239231348, 0.041564006358385086, 0.02597052231431007, -0.015285579487681389, -0.0697796493768692, -0.006323049310594797, -0.025503009557724, -0.018915945664048195, 0.013259915634989738, -0.01602575182914734, 0.0036709331907331944, -0.05484054982662201, -0.044466838240623474, 0.01158006489276886, 0.022865524515509605, -0.03672263026237488, 0.041079867631196976, 0.02321399748325348, 0.03127242624759674, -0.024058910086750984, 0.014582648873329164, -0.04091228172183037, -0.04738030955195427, 0.012731221504509447, 0.03716686740517616, 0.01713983342051506, -0.025767024606466293, -0.0037839871365576982, 0.017391711473464966, 0.029729653149843216, -0.005331498105078936, 0.04503244161605835, 0.009078909642994404, 0.00708649680018425, 0.04092159494757652, -0.03355977684259415, -0.021078603342175484, 0.0015162549680098891, 0.03916193917393685, 0.030847392976284027, 0.03588736057281494, 0.023088805377483368, -0.04254026338458061, 0.027229245752096176, 0.0008811569423414767, -0.01149061881005764, -0.0419018380343914, 0.06257610768079758, 0.015873460099101067, -0.07070004194974899, 0.004643531050533056, -0.00648049870505929, -0.02651052176952362, -0.006777260918170214, 0.04394012317061424, 0.005697261542081833, -0.016766587272286415, -0.05562261492013931, 0.00020482743275351825, 0.0044929031282663345, -0.04542779549956322, 0.011632601730525494, -0.007224156986922026, -0.04770882800221443, 0.014170333743095398, 0.04597045853734016, 0.011793038807809351, -0.012389399111270905, 0.01862599514424801, 0.02347003109753132, 0.04153474420309067, -0.014489795081317425, 0.06405778229236603, 0.07741279900074005, 0.02588805928826332, 0.026287073269486427, -0.02236359752714634, -0.06539980322122574, 0.06124605983495712, -0.005046202801167965, -0.01406393013894558, 0.06181532144546509, 0.025143232196569443, -0.023979855701327324, 0.017374420538544655, -0.047722794115543365, -0.021555759012699127, -0.02290176786482334, -0.01632966659963131, 0.018774960190057755, 0.03045544400811195, -0.02610618621110916, 0.0006570438272319734, -0.03903425484895706, 0.03562401235103607, 0.008836674503982067, 0.00883950013667345, -0.04257218539714813, 0.024036630988121033, -0.02527756616473198, 0.006612999830394983, -0.015154236927628515, 0.004863737151026726, 0.029213178902864456, 0.002656355733051896, 0.03540222719311714, -0.02089904807507992, -0.04842904955148697, 0.04484390467405319, -0.04545971751213074, 0.02045697346329689, 0.005000981502234936, 0.015785012394189835, -0.01080132182687521, 0.022193849086761475, 0.02160530351102352, 0.05256882682442665, 0.002436648355796933, -0.004699558950960636, -0.026124807074666023, -0.0305299274623394, 0.017004666849970818, 0.014947081916034222, -0.06467758864164352, -0.0011285459622740746, -0.02489318326115608, 0.0474148690700531, 0.023015154525637627, -0.02053527906537056, 0.007506791967898607, -0.005765758920460939, -0.04055849090218544, 0.017502769827842712, 0.025645989924669262, 0.03882743418216705, 0.037278592586517334, 0.01604570262134075, 0.015719840303063393, -0.005039552692323923, -0.0024659093469381332, -0.002485860139131546, 0.0006317729130387306, -0.010134967043995856, 0.04295789822936058, -0.013079694472253324, 0.008662603795528412, 0.04006371274590492, -0.02220947854220867, 0.014709335751831532, 5.0541832024464384e-05, -0.05649246647953987, -0.0016140135703608394, 0.014457624405622482, -0.014232845976948738, -0.01215863600373268, -0.041172973811626434, 0.0016798508586362004, -0.01306119840592146, -0.0051150331273674965, -0.01825108751654625, 0.012832305394113064, -0.001187733025290072, 0.03194775804877281, -0.006656059995293617, -0.03318936005234718, 0.04671395197510719, 0.005657359957695007, -0.02077335864305496, 0.02026993408799171, -0.02769426442682743, -0.022283628582954407, 0.011042725294828417, 0.01472014281898737, 0.04121486842632294, 0.03647790104150772, 0.028171418234705925, -0.00804978422820568, -0.06530536711215973, -0.04598242789506912, 0.07062023878097534, -0.017277326434850693, 0.014800776727497578, 0.01403998862951994, -0.0009283736580982804, 0.06238990277051926, -0.02177288942039013, 0.024379784241318703, 0.012876944616436958, 0.037140265107154846, 0.03214992582798004, 0.013912304304540156, 0.029356824234128, 0.030952882021665573, -0.02608889527618885, -0.014080638997256756, 0.056000351905822754, -0.03475416079163551, -0.027086099609732628, 0.05583010613918304, -0.012209842912852764, 0.020236684009432793, 0.003711499506607652, -0.005737828090786934, 0.06750593334436417, -0.035628002136945724, 0.04089299589395523, -0.005133986007422209, -0.018402546644210815, 0.005362754222005606, -0.037948936223983765, 0.027315201237797737, -0.005330168176442385, 0.0030311800073832273, -0.05201020464301109, -0.028934534639120105, -0.015618756413459778, -0.02946854755282402, 0.019021019339561462, -0.000836932857055217, 0.024605559185147285, 0.013444127514958382, -0.0496094673871994, -7.880535849835724e-05, -0.0003930292441509664, 0.03855244442820549, -0.030907660722732544, 0.012918093241751194, 0.013779964298009872, -0.020719490945339203, -0.016102228313684464, 0.017262695357203484, -0.02593793533742428, 0.023471444845199585, 0.012441270984709265, -0.04175819456577301, -0.053254589438438416, 0.002196907065808773, 0.01813121698796749, -0.010953611694276333, 0.0090715941041708, 0.015359397046267986, 0.04029114916920662, 0.012138020247220991, -0.03421948105096817, -0.03624647483229637, 0.05986813083291054, -0.0019711314234882593, -0.02564532496035099, 0.02791239134967327, 0.02506209909915924, -0.03569849580526352, 0.037613432854413986, 0.024482447654008865, -0.028807515278458595, -0.0399087630212307, 0.01271359808743, 0.03981366381049156, 0.011833438649773598, 0.009590977802872658, 0.02376530133187771, -0.049216438084840775, -0.029416676610708237, -0.02037002146244049, -0.013668905943632126, -0.013241959735751152, 0.01885409839451313, 0.027657687664031982, 0.04551291838288307, 0.009743933565914633, 0.007671718019992113, 0.01071353815495968, -0.07121743261814117, -0.02023535408079624, 0.04708636552095413, 0.04165178909897804, -0.04455046355724335, 0.020102348178625107, -0.015646936371922493, -0.05365414544939995, -0.05921507626771927, 0.08960800617933273, -0.013806565664708614, -0.012816011905670166, 0.020783333107829097, -0.013849792070686815, -0.002690687542781234, -0.010438218712806702, 0.0109795480966568, -0.002095823409035802, -0.004296055994927883, 0.05242451652884483, -0.04187789931893349, 0.017603188753128052, 0.05987212061882019, 0.014302008785307407, -0.012916763313114645, -0.002113446593284607, 0.05111774429678917, 0.05926428735256195, 0.017532695084810257, 0.01886099763214588, -0.026296382769942284, -0.04577494040131569, 0.026664474979043007, -0.011111888103187084, -0.02648857608437538, 0.01830803044140339, -0.016823114827275276, -0.013039792887866495, 0.023156139999628067, -0.05328705161809921, 0.00646403431892395, 0.012725984677672386, 0.010837232694029808, -0.007097137160599232, -0.01118104998022318, -0.04170765355229378, -0.009557227604091167, -0.05197296291589737, 0.0035133224446326494, -0.03516913577914238, 0.013670235872268677, 0.030072307214140892, 0.0025989143177866936, -0.01224841456860304, 0.0387788861989975, 0.019200410693883896, 0.010596993379294872, -0.01533346064388752, 0.05893975868821144, -0.023432789370417595, -0.01874038018286228, -0.003731450298801065, 0.020445501431822777, -0.001463053049519658, -0.08070865273475647, 0.06084970757365227, 0.002097486052662134, -0.01824028044939041, 9.310337190981954e-06, -0.005653370171785355, 0.03865652158856392, 0.0018594074063003063, 0.08322909474372864, -0.005974576808512211, -0.04919050261378288, 0.04990340769290924, 0.0064061773009598255, -0.01809796690940857, -0.027658352628350254, -0.035175785422325134, 0.01667880453169346, -0.06901354342699051, -0.0016126835253089666, 0.014316638931632042, 0.029370125383138657, -0.014203584752976894, 0.05817098915576935, 0.02689889445900917, 0.03353450447320938, -0.014169003814458849, -0.01747317612171173, 0.04442294687032699, -0.024073872715234756, -0.011100582778453829, 0.04211996868252754, 0.047893375158309937, -0.006663541775196791, 0.04510991647839546, -0.03094224259257317, 0.0675484910607338, 0.051202867180109024, -0.011379560455679892, -0.039039574563503265, 0.07170555740594864, -0.017285970970988274, -0.015087734907865524, -0.006922236178070307, -0.052885375916957855, -0.018761660903692245, -0.019711313769221302, -0.07692732661962509, -0.000745159515645355, 0.00801420584321022, -0.02151086926460266, -0.04099740833044052, -0.019347546622157097, 0.04498954489827156, 0.004788173828274012, -0.016102228313684464, -0.005320857744663954, 0.0193881131708622, -0.015531637705862522, 0.010488261468708515, 0.0203284565359354, -0.030396921560168263, 0.028576085343956947, -0.000700270407833159, 0.026595644652843475, 0.0036762533709406857, -0.04521365836262703, -0.04716350883245468, 0.05319860205054283, 0.035199061036109924, 0.048243507742881775, 0.014585308730602264, 0.04362292215228081, 0.005521778482943773, -0.02942332625389099, 0.036794453859329224, 0.022855548188090324, -0.02929830178618431, -0.05009360611438751, 0.0010254671797156334, -0.0014909841120243073, -0.016288435086607933, -0.01849033124744892, 0.018706463277339935, 0.02703855000436306, -0.057456836104393005, -0.029438622295856476, -0.02891591377556324, -0.06523354351520538, -0.01899508386850357, -0.023448750376701355, 0.003669603029266, 0.01006114948540926, -0.047450799494981766, -0.004564725328236818, 0.03398522734642029, -0.016999347135424614, -0.06218108534812927, -0.009567037224769592, 0.0042441836558282375, 0.008310806006193161, 0.045349325984716415, -0.02409282512962818, -0.015471121296286585, -0.005604158155620098, 0.039882827550172806, -0.04202287271618843, 0.025898698717355728, -0.00034182239323854446, -0.002942066639661789, -0.03292401507496834, 0.003958223387598991, -0.036832693964242935, 0.0018833483336493373, 0.013143536634743214, 0.04501947388052941, 0.00913460459560156, -0.02706914208829403, 0.004551425110548735, -0.00628048786893487, -0.020132940262556076, 0.0138245215639472, 0.06343532353639603, 0.035360660403966904, -0.003377324901521206, -0.018046094104647636, -0.02413073182106018, -0.018822843208909035, -0.014067919924855232, 0.028835445642471313, 0.0534646138548851, 0.031905196607112885, 0.048541441559791565, -0.05383237078785896, 0.01586548052728176, -0.0301388930529356, 0.0047988141886889935, -0.04827143996953964, -0.02653446234762669, 0.0127541646361351, 0.03053940273821354, -0.025709832087159157, 0.007541373372077942, 0.039001669734716415, -0.07488703727722168, 0.008310141041874886, 0.027971770614385605, -0.007740880828350782, -0.009375509805977345, -0.05220173299312592, -0.06730043888092041, -0.015022894367575644, -0.0009749253513291478, 0.04480400308966637, 0.015426231548190115, 0.0196601077914238, -0.003758051199838519, 0.045596715062856674, -0.014447316527366638, -0.019737916067242622, -0.00010573883628239857, -0.02095515839755535, 0.032900404185056686, 0.032312192022800446, -0.03817171975970268, 0.01046614907681942, -0.050049297511577606, -0.021919194608926773, 0.0006547162192873657, 0.009301692247390749, -0.032673049718141556, -0.04607287049293518, 0.05822020024061203, 0.01886407472193241, -0.02223840542137623, 0.018732067197561264, 0.010569892823696136, 0.011643242090940475, 0.012883512303233148, 0.01558550540357828, 0.03439147397875786, 0.0046224165707826614, -0.0020289886742830276, -0.014776836149394512, -0.011277479119598866, -0.046665407717227936, 0.060485273599624634, -0.03228425979614258, 0.019865600392222404, 0.004298715852200985, -0.01025068201124668, -0.06686418503522873, -0.054909709841012955, 0.07465644180774689, -0.015340776182711124, -0.04772745072841644, 0.013037133030593395, 0.07095009088516235, 0.019197916612029076, -0.08090949058532715, 0.030412882566452023, 0.007922764867544174, 0.008881396614015102, 0.022185204550623897, 0.023740030825138092, -0.005113162565976381, -0.041200902312994, -0.01687881164252758, 0.0026358230970799923, -0.019538408145308495, 0.0038923860993236303, -0.0004723333695437759, -0.04437572881579399, -0.025549229234457016, -0.02583884634077549, 0.05412764102220535, -0.05626104027032852, 0.004116125404834747, -0.026140768080949783, 0.01999128982424736, 0.017038915306329727, 0.02034308761358261, -0.02448086813092232, 0.03009101189672947, -0.005047533195465803, 0.003171500051394105, -0.030162500217556953, 0.01195763237774372, -0.04747740179300308, -0.00578304985538125, 0.01543653942644596, -0.004986350890249014, -0.027764756232500076, -0.018858421593904495, -0.05332113429903984, -0.041937749832868576, 0.007304624654352665, -0.033830441534519196, -0.01774018257856369, -0.024549365043640137, -0.0161999873816967, 0.004657163750380278, -0.05309020355343819, 0.04541316628456116, -0.026283083483576775, -0.01772289350628853, 0.056827642023563385, -0.026926327496767044, 0.02825404889881611, 0.014312067069113256, 0.007958260364830494, -9.443342423764987e-05, 0.030771994963288307, 0.008275560103356838, 0.009523644112050532, -0.03157468140125275, 0.010001963004469872, 0.007828440517187119, -0.03655238449573517, 0.0691465437412262, -0.059570200741291046, -0.010834947228431702, -0.033275146037340164, -0.04793427139520645, -0.014703351072967052, 0.010712873190641403, 0.03904223442077637, 0.012207183055579662, -0.02010766975581646, 0.0508490726351738, -0.02572446316480637, 0.0733681172132492, 0.024214858189225197, -0.07234398275613785, 0.02438909374177456, -0.04258814454078674, -0.030055100098252296, -0.03002716787159443, 0.007240782491862774, 0.04009031504392624, 0.03496962785720825, -0.0633116289973259, 0.0012608857359737158, -0.03849957510828972, 0.01058984361588955, 0.04480666294693947, -0.003620391245931387, 0.04384370893239975, 0.02472143992781639, 0.01875101961195469, 0.011882650665938854, -0.02245753258466721, -0.0038225585594773297, 0.02945258840918541, -0.008782973513007164, 0.02380719780921936, 0.012431960552930832, -0.030839828774333, -0.031483571976423264, -0.002980471821501851, -0.01482205744832754, 0.024790769442915916, 0.06308551877737045, 0.05132490023970604, -0.025707172229886055, 0.030525272712111473, -0.008116619661450386, -0.03360167518258095, -0.005235069897025824, 0.0006997716263867915, 0.03030913881957531, 0.022074811160564423, -0.0039043566212058063, 0.003370425431057811, 0.006971447728574276, -0.009167689830064774, -0.034864552319049835, -0.015492402017116548, 0.012779103592038156, -0.046780455857515335, 0.022957630455493927, 0.03036134317517281, -0.012239104136824608, 0.052800253033638, -0.004205778706818819, -0.008770338259637356, -0.02317609079182148, -0.013561836443841456, -0.038762759417295456, -0.0386245995759964, -0.02323594316840172, 0.02232220023870468, 0.0003790637420024723, -0.01654314063489437, 0.0020828554406762123, 0.04222105070948601, 0.08768077194690704, -0.02999246865510941, 0.03015618398785591, 0.07403846085071564, 0.05400128662586212, -0.001387905329465866, 0.014630530029535294, 0.011974258348345757, -0.015825578942894936, -0.032994505017995834, -0.022734347730875015, -0.018842794001102448, -0.00892595387995243, -0.04040021449327469, 0.044306233525276184, 0.0019152694148942828, 0.024152345955371857, 0.03605228662490845, -0.016056248918175697, -0.02292737178504467, 0.0152243971824646, 0.02358890324831009, -0.004566388204693794, 0.02689623460173607, -0.03369012102484703, -0.022187864407896996, -0.007574624847620726, 0.04659824073314667, 0.028626959770917892, -0.01602974161505699, -0.04612474143505096, -0.03274046629667282, -0.03563332185149193, -0.022267667576670647, -0.017361119389533997, 0.012412342242896557, 0.04325715824961662, 0.009203934110701084, -0.0011993709485977888, -0.05366378650069237, -0.02353387326002121, 0.00016858361777849495, 0.021491916850209236, 0.019410723820328712, -0.014984656125307085, -0.02221579477190971, -0.03407317399978638, 0.01276214513927698, 0.0006641928339377046, -0.01593031920492649, 0.03908213600516319, 0.015076096169650556, 0.01840919815003872, 0.028917908668518063, -0.003945588134229183, -0.01694747433066368, 0.016406144946813583, -0.008189772255718708, -0.024740226566791534, 0.034368447959423065, -0.03800945356488228, 0.0338357612490654, -0.005346793681383133, -0.02158402279019356, -0.07554374635219574, -0.008101323619484901, -0.03350790590047836, 0.008733096532523632, 0.03059642948210239, -0.02332904562354088, -0.03275376930832863, 0.03011992946267128, 0.011965113691985607, -0.038752950727939606, 0.025103330612182617, -0.04990340769290924, -0.027630088850855827, -0.008383293636143208, -0.04700257256627083, -0.1071752831339836, -0.03619992360472679, -0.012033611536026, -0.0030072389636188745, -0.045644596219062805, 0.03551611304283142, -0.03892070427536965, -0.049216438084840775, -0.07166831940412521, 0.0020988162141293287, -0.03676652163267136, -0.0246085524559021, -0.004306530114263296, -0.02674681320786476, 0.021196339279413223, 0.0018003553850576282, -0.05929886922240257, 0.0012422649888321755, -0.011326191946864128, 0.034428298473358154, -0.019522447139024734, 0.04316272586584091, -0.017527375370264053, 0.0012529054656624794, 0.0053175329230725765, 0.041250117123126984, 0.03191184625029564, 0.0355934202671051, -0.018131881952285767, -0.006177409086376429, 0.03701790049672127, -0.008200827986001968, -0.03397924080491066, -0.03655504435300827, -0.010768735781311989, -0.004322656895965338, 0.03504544124007225, 0.009739277884364128, 0.005879976786673069, -0.03172564134001732, -0.04089898243546486, -0.013940900564193726, 0.015901392325758934, 0.053616903722286224, 0.003809258108958602, 0.10410553216934204, 0.014924471266567709, 0.002157338196411729, -0.002230989746749401, -0.04680971801280975, -0.01949850656092167, 0.0004621917614713311, -0.006911377422511578, -0.00045072007924318314, 0.009871617890894411, -0.005435241851955652, -0.004997157491743565, 0.04417622089385986, -0.015495726838707924, -0.018576784059405327, 0.013887698762118816, 0.0008914648205973208, 0.022379640489816666, -0.002296993276104331, 0.011514892801642418, 0.05187720060348511, 0.050549812614917755, -0.0194719061255455, -0.01970931887626648, 0.0014883240219205618, 0.04898567497730255, -0.06741216778755188, -0.01283297035843134, -0.048727646470069885, -0.0149504067376256, 0.010030101053416727, -0.030672740191221237, -0.011906592175364494, 0.009973366744816303, 0.0023222642485052347, -0.05076993629336357, 0.02792253345251083, 0.052715130150318146, 0.02317875064909458, 0.02002786658704281, -0.003267263527959585, 0.04004509374499321, -0.012477182783186436, -0.054379019886255264, 0.01007594633847475, -0.043620262295007706, 0.005058422684669495, 0.0147954560816288, -0.026056641712784767, 0.02312687784433365, 0.029944704845547676, -0.02671135775744915, 0.03681706637144089, 0.006490635219961405, -0.031904447823762894, -0.002678052056580782, -0.00948457419872284, -0.02320801094174385, -0.024930423125624657, 0.0066662016324698925, 0.034061871469020844, -0.011809498071670532, 0.0017463533440604806, 0.011568759568035604, -0.02384011633694172, -0.054134294390678406, -0.007697653956711292, 0.029549015685915947, 0.025530939921736717, -0.026406778022646904, -0.0060522183775901794, -0.028375249356031414, 0.07483649253845215, -0.03923841938376427, -0.04019538685679436, 0.02911733277142048, -0.003324788063764572, -0.000993545982055366, 0.052685871720314026, -0.00960161816328764, 0.03355977684259415, -0.030734755098819733, -0.045447081327438354, -0.04507267475128174, -0.032745786011219025, -0.023631632328033447, -0.015064125880599022, 0.025507664307951927, -0.04203783720731735, 0.0375339612364769, 0.016216613352298737, 0.01579432189464569, -0.019644811749458313, -0.035279531031847, -0.01532913837581873, -0.006171423941850662, -0.036919478327035904, -0.030319612473249435, -0.04538124427199364, 0.05590749531984329, 0.04903355613350868, 0.011136493645608423, 0.045192379504442215, -0.01973392628133297, 0.04591193422675133, -0.007898407988250256, -0.018149837851524353, 0.03615337237715721, -0.04326912760734558, -0.00884365662932396, -0.0054505374282598495, 0.02327052317559719, 0.030955541878938675, 0.030329089611768723, 0.04148487001657486, -0.04478006437420845, 0.025683896616101265, -0.0021809465251863003, 0.02128509432077408, -0.01583688333630562, 0.049088090658187866, 0.013601073063910007, -0.003611746011301875, 0.01738107018172741, -0.019306980073451996, 0.018949029967188835, -0.001673865714110434, -0.03976312279701233, 0.0331401452422142, 0.014792796224355698, -0.00874573178589344, -0.04924603179097176, -0.011490785516798496, -0.01419693510979414, 0.04290735721588135, 0.01679917424917221, -0.008361347950994968, 0.004677779506891966, -0.0040978784672915936, 0.031058620661497116, 0.028864705935120583, 0.05795286223292351, 0.047541242092847824, 0.047059766948223114, 0.0416952408850193, -0.01741299219429493, -0.031516823917627335, -0.019836340099573135, -0.04828207939863205, -0.008019193075597286, -0.01616540551185608, 0.015179174952208996, 0.0051765479147434235, 0.03824154660105705, 0.026735465973615646, 0.04853611811995506, 0.03517977520823479, -0.005543640814721584, -0.03596450388431549, 0.028357792645692825, 0.012028290890157224, -0.0391712486743927, -0.001570786931551993, 0.03198599815368652, -0.02030983567237854, -0.02561207301914692, -0.010487429797649384, 0.02481072023510933, 0.033368248492479324, -0.08455382287502289, -0.003659149631857872, 0.035580120980739594, 0.027970248833298683, -0.04927961528301239, 0.011556124314665794, 0.04342341423034668, -0.019831018522381783, -0.020108666270971295, -0.008701840415596962, 0.03078596107661724, -0.004164048470556736, 0.01047545950859785, -0.006695462856441736, 0.0385177806019783, 0.047013215720653534, -0.0031887905206531286, 0.001637289416976273, -0.006991066038608551, 0.07940255105495453, 0.05652305856347084, 0.05174918472766876, -0.01403450220823288, 0.0010015263687819242, 0.012034276500344276, -0.006545167416334152, 0.025154536589980125, -0.003513987408950925, 0.003614073619246483, -0.0012404362205415964, 0.013667576014995577, -0.01775348372757435, 0.02074875310063362, -0.011012799106538296], [-0.03156697750091553, -0.045317694544792175, -0.030994996428489685, -0.03122182190418243, -0.0002836788189597428, 0.03668707236647606, 0.02495756931602955, -0.05429982766509056, 0.017663631588220596, 0.021282752975821495, -0.02286852151155472, 0.007341731339693069, -0.019091276451945305, -0.011113965883851051, -0.035274844616651535, 0.027509137988090515, 0.011960377916693687, -0.013073893263936045, 0.05533086135983467, 0.012390135787427424, -0.008920080028474331, -0.016999145969748497, 0.0060990946367383, 0.04121977090835571, -0.044491324573755264, 0.03761673718690872, -0.014433702453970907, 0.013538148254156113, -0.00030719026108272374, 0.028628436848521233, 0.02132524736225605, -0.05292614549398422, -0.028864320367574692, -0.03667011484503746, -0.025068575516343117, -0.0032307009678334, -0.01991995982825756, 0.0374363549053669, -0.05549004673957825, -0.029965117573738095, -0.02063686400651932, -0.0018963313195854423, -0.01433787401765585, 0.060301024466753006, 0.011843591928482056, 0.04837687313556671, -0.009793086908757688, 0.015014936216175556, -0.01796426996588707, -0.06483911722898483, 0.06712087988853455, -0.003202178981155157, 0.02395852841436863, -0.011357945390045645, 0.01901881583034992, 0.0463629886507988, 0.006846835371106863, -0.021911105141043663, 0.06897095590829849, 0.029301300644874573, 0.008704623207449913, 0.02699805423617363, -0.03445464372634888, 0.018599463626742363, 0.04175782948732376, 0.0007228317554108799, 0.011300129815936089, 0.03277723863720894, 0.0076439110562205315, -0.048357993364334106, -0.003152458230033517, 0.014646461233496666, -0.0210384838283062, -0.01892939582467079, 0.042416151612997055, 0.022140052169561383, -0.08065112680196762, 0.027942750602960587, -0.008158850483596325, -0.022947151213884354, -0.01986946538090706, -0.005510152783244848, -0.007820439524948597, -0.045299191027879715, -0.035493772476911545, -0.010042847134172916, -0.0005349813145585358, -0.04245854914188385, 0.015404993668198586, 0.02069622091948986, -0.024581387639045715, 0.011772671714425089, 0.031953953206539154, 0.009519428946077824, -0.021596591919660568, 0.03798675537109375, 0.027803607285022736, 0.008963634259998798, 0.028534390032291412, 0.02061046287417412, 0.05021115392446518, 0.006008903030306101, -0.008211269043385983, -0.02967527136206627, -0.04778138175606728, 0.02806107886135578, 0.022951774299144745, -0.010645665228366852, 0.0222302433103323, 0.01823253184556961, -0.004816373344510794, 0.006923922337591648, -0.0002372341259615496, -0.051315031945705414, 0.008420365862548351, -0.01623695157468319, 0.05240658298134804, 0.012890138663351536, -0.04678330197930336, -0.025745589286088943, -0.05359063297510147, -0.005284481681883335, 0.022180138155817986, 0.01797814667224884, -0.011199146509170532, 0.005752204917371273, 0.015341012738645077, 0.03140201419591904, -0.03750110790133476, -0.006586282514035702, 0.03791429102420807, -0.01604963093996048, 0.03809930011630058, -0.02044646069407463, -0.056489087641239166, 0.030727503821253777, -0.029511848464608192, 0.010523867793381214, -0.014529289677739143, 0.015485935844480991, -0.03746718913316727, -0.007307042833417654, 0.001818859251216054, 0.03547064587473869, 0.0006028175121173263, -0.009090056642889977, -0.022118084132671356, -0.04144486039876938, -0.022663472220301628, 0.028378289192914963, -0.04955900087952614, -0.03192003443837166, -0.003787652123719454, 0.016278386116027832, 0.027621684595942497, 0.004372354131191969, 0.027501428499817848, 0.023143719881772995, -0.05220307409763336, 0.030054539442062374, 0.01955379545688629, 0.022661158815026283, 0.03052014298737049, -0.0013644334394484758, 0.0058423965238034725, -0.04186113178730011, 0.004187346436083317, 0.02614932879805565, 0.002524394541978836, 0.0316610224545002, 0.048200733959674835, -0.022089947015047073, 0.032660067081451416, -0.002102923579514026, -0.05465134605765343, 0.017396142706274986, 0.002112173940986395, -0.009943405166268349, -0.031190024688839912, 0.005362917669117451, -0.010573203675448896, 0.016341596841812134, -0.010270253755152224, 0.0030742150265723467, -0.04784921556711197, 0.002835632069036365, -0.03350493684411049, -0.00345348147675395, -0.019367247819900513, 0.0039938585832715034, 0.014665444381535052, -0.04160173237323761, 0.004642928019165993, -0.015836680307984352, -0.043544702231884, 0.027831358835101128, -0.04395788535475731, -0.013883303850889206, -0.032378505915403366, -0.004861854482442141, 0.0047685797326266766, 0.03541051968932152, 0.04139552265405655, 0.01388792973011732, -0.04287482053041458, -0.057577554136514664, 0.06380248814821243, -0.021648241207003593, 0.05446016788482666, -0.020199783146381375, -0.0018909352365881205, 0.05021115392446518, 0.00722369272261858, 0.009514129720628262, 0.013526393100619316, 0.02587701939046383, 0.05373246967792511, -0.05851184204220772, 0.06874586641788483, 0.01850079372525215, -0.031008100137114525, -0.0022848478984087706, 0.006989060435444117, -0.022203650325536728, -0.0520242340862751, 0.04487675800919533, 0.024707810953259468, 0.0469365119934082, -0.013084685429930689, -0.021211160346865657, 0.050396159291267395, -0.011949971318244934, 0.040564533323049545, -0.027808234095573425, -0.0023866023402661085, 0.004938169848173857, -0.011744920164346697, 0.002963210456073284, -0.03767378255724907, -0.007613076828420162, -0.07110472023487091, -0.011254648678004742, 0.01938728988170624, -0.0215171929448843, -0.015593085438013077, -0.014433702453970907, 0.030429178848862648, -0.00244518811814487, -0.03836139664053917, 0.018170861527323723, 0.02812737412750721, 0.058545760810375214, -0.01477134134620428, -0.01757575385272503, -0.016909725964069366, 0.026736730709671978, -0.020346248522400856, 0.003246889216825366, -0.019613923504948616, 0.010621768422424792, 0.01408546417951584, -0.09502007067203522, -0.03586224839091301, 0.005027590785175562, 0.04627665132284165, 0.006991758476942778, 0.02347133867442608, -0.005140137393027544, 0.008824878372251987, 0.009901007637381554, 0.022197868674993515, -0.03992317244410515, -0.005789206828922033, -0.01432501059025526, -0.03653135895729065, 0.009901007637381554, 0.05176830291748047, -0.032582979649305344, 0.04875576123595238, 0.04072641208767891, -0.04189196228981018, -0.029052412137389183, 0.004759570118039846, 0.01609964109957218, 0.017591170966625214, 0.016711611300706863, -0.003779557766392827, -0.05064746364951134, -0.03930185362696648, -0.025117909535765648, -0.009947259910404682, 0.0029965504072606564, -0.004841667599976063, 0.018467549234628677, 0.07279753684997559, -0.03862348943948746, 0.0005103135481476784, -0.02729175239801407, -0.07183241099119186, -0.0542813278734684, 0.0827401801943779, 0.03879770636558533, -0.001870892709121108, 0.014087969437241554, 0.022694308310747147, -0.03961944952607155, -0.05965889245271683, 0.07692012935876846, -0.014559353701770306, -0.004434023518115282, -0.05019188299775123, -0.014483037404716017, -0.025795502588152885, 0.022056030109524727, -0.0060443636029958725, -0.0031875325366854668, 0.010280274786055088, 0.05215373635292053, -0.01596926897764206, 0.023536093533039093, -0.002180010313168168, -0.009959593415260317, 0.012876552529633043, -0.052294034510850906, 0.03781639412045479, 0.05285060033202171, -0.001325890189036727, -0.0006166931125335395, -0.06476973742246628, -0.02391381561756134, 0.0006536946748383343, -0.03662540391087532, 0.011658198200166224, 0.0013490162091329694, -0.007051114458590746, -0.010186228901147842, -0.015775009989738464, 0.003690908197313547, -0.007571835070848465, 0.03750110790133476, -0.0027288668788969517, -0.10335776209831238, 0.004548497032374144, -0.027897655963897705, 0.03214512765407562, -0.06943347305059433, -0.019337953999638557, -0.034007541835308075, -0.00782429426908493, 0.00600100215524435, 0.055707428604364395, -0.005617303308099508, 0.02309207245707512, 0.035595525056123734, 0.0026194038800895214, 0.008010072633624077, 0.02232101559638977, -0.03419563174247742, -0.030455389991402623, -0.014930140227079391, 0.024649225175380707, -0.0417223758995533, -0.0951310768723488, 0.05740449205040932, -0.0005376792978495359, -0.001325890189036727, 0.036212220788002014, -0.013176419772207735, 0.04582646116614342, -0.013780007138848305, 0.037050921469926834, 0.034016791731119156, -0.0022809936199337244, 0.03650591894984245, -0.033855680376291275, 0.018966397270560265, -0.061027951538562775, -0.040838573127985, 0.024183619767427444, -0.04822231829166413, 0.014220942743122578, -0.016342367976903915, 0.01758500374853611, 0.018688885495066643, 0.01656206324696541, 0.04972396790981293, 0.031762778759002686, 0.029852572828531265, -0.025450926274061203, 0.06017691269516945, -0.006411295849829912, -0.020532798022031784, 0.01999473199248314, 0.01198851503431797, 0.011347154155373572, -0.010443697683513165, -0.0018099943408742547, 0.0029824820812791586, 0.040270060300827026, 0.0024282291997224092, -0.051533959805965424, -0.010147685185074806, -0.025335295125842094, 0.02247229591012001, 0.027427425608038902, -0.06131162866950035, -0.0525854229927063, -0.02390919253230095, -0.033118732273578644, 0.06548509746789932, 0.05779493972659111, -0.0027465971652418375, -0.020024025812745094, -0.007660002913326025, 0.050026144832372665, -0.012444867752492428, -0.004814445972442627, 0.00856278371065855, 0.028606081381440163, 0.032789573073387146, -0.009793086908757688, 0.0022906295489519835, -0.03537660092115402, 0.0393388532102108, 0.06488845497369766, 0.024871233850717545, 0.01468808762729168, -0.01608952321112156, -0.03282349184155464, 0.031136834993958473, 0.031124502420425415, 0.039345789700746536, 0.00226172199472785, 0.049249112606048584, 0.022688139230012897, 0.029928116127848625, 0.04763954505324364, 0.0022833063267171383, -0.004207388963550329, -0.027492178604006767, -0.012401698157191277, -0.03388112038373947, 0.007718685083091259, -0.03899504616856575, 0.005271184258162975, 0.016725488007068634, -0.026166094467043877, 0.01951139979064465, -0.03239951282739639, -0.08262453973293304, -0.013916450552642344, -0.02263263612985611, -0.03212971240282059, 0.012010098434984684, -0.04773050174117088, 0.007994269952178001, 0.02612774446606636, 0.006006397772580385, -0.029880324378609657, -0.005918711889535189, -0.020210960879921913, 0.004199680406600237, -0.0017999730771407485, -0.018578650429844856, -0.0289082620292902, -0.02887202985584736, 0.019532598555088043, -0.03916001319885254, -0.002903082873672247, 0.009120119735598564, 0.0393473319709301, -0.05169082805514336, -0.012035343796014786, -0.01723657175898552, -0.03399212285876274, 0.00097822945099324, 0.03811780363321304, 0.014689629897475244, -0.012824133038520811, -0.0190619844943285, 0.009312066249549387, -0.02415895275771618, 0.024545155465602875, 0.001969178207218647, 0.011695584282279016, 0.020101113244891167, -0.020511791110038757, 0.022286517545580864, -0.013402283191680908, -0.03955777734518051, 0.011482440866529942, 0.07206058502197266, -0.004113343078643084, 0.038176387548446655, -0.04568153992295265, 0.02118649147450924, -0.0077707190066576, 0.030116207897663116, -0.02160237357020378, -0.0004150445456616581, 0.018601391464471817, 0.038426145911216736, -0.03353577107191086, 0.01714406907558441, 0.03748569265007973, -0.024961376562714577, 0.023218879476189613, 0.031838323920965195, -0.00027288671117275953, -0.009843964129686356, -0.055243369191884995, -0.05884485691785813, -0.012136519886553288, -0.0018308076541870832, 0.02759624645113945, 0.038916416466236115, -0.02388334460556507, -0.03458183631300926, 0.025938112288713455, 0.013959619216620922, -0.014567062258720398, -0.032592229545116425, -0.021809350699186325, 0.062434010207653046, 0.012531204149127008, -0.0034573357552289963, 0.03026421368122101, -0.05059350281953811, -0.015396514907479286, 0.0118048544973135, -0.011281630024313928, -0.017358368262648582, -0.031842250376939774, 0.024425672367215157, 0.01746976003050804, -0.011075807735323906, 0.021755391731858253, -0.012536600232124329, 0.012935138307511806, -0.014325780794024467, -0.006952829193323851, 0.03830897808074951, 0.03103286400437355, -0.02729194611310959, -0.03350185230374336, -0.02464228682219982, -0.02440004050731659, 0.06583815813064575, -0.0010468366090208292, 0.012986015528440475, -0.03257681429386139, -0.009806961752474308, -0.07385516911745071, -0.07168441265821457, 0.01991301961243153, -0.029851030558347705, -0.020032119005918503, 0.02906474657356739, 0.07761699706315994, -0.018084140494465828, 0.01426873728632927, -0.00027346485876478255, 0.030061861500144005, 0.01904502511024475, -0.0071382224559783936, 0.027871444821357727, -0.018395954743027687, -0.05732239782810211, -0.02956426702439785, -0.011228440329432487, -0.013317488133907318, -0.019546087831258777, -0.012446409091353416, -0.022028084844350815, -0.013355212286114693, -0.012453731149435043, 0.02820754423737526, -0.0794115737080574, -0.017622005194425583, -0.02190802246332169, 0.02855134941637516, -0.015158316120505331, 0.014541623182594776, -0.016485748812556267, 0.017918018624186516, -0.004642157349735498, 0.0016080272616818547, 0.01620669476687908, 0.035873040556907654, -0.02744477055966854, 0.004503859207034111, -0.008188142441213131, 0.023894544690847397, -0.03478765860199928, -0.0501556470990181, -0.0454811155796051, -0.046616602689027786, 0.0019113632151857016, -0.011165998876094818, -0.014129981398582458, -0.014341197907924652, -0.016404036432504654, -0.015654753893613815, -0.0008787876577116549, 0.04861392080783844, -0.028419531881809235, -0.038073088973760605, 0.018907811492681503, 0.000593567150644958, -0.006863794755190611, -0.020683886483311653, 0.0057722474448382854, -0.0020250659435987473, -0.013440054841339588, 0.010136314667761326, 0.013183741830289364, -0.03456873446702957, 0.0033763947430998087, -0.011885796673595904, -0.00888847466558218, 0.05280435085296631, -0.03396128863096237, -0.03009925037622452, -0.0019888351671397686, -0.00872312393039465, 0.022076843306422234, 0.0135418102145195, 0.004588196985423565, 0.0024444174487143755, 0.019903769716620445, 0.05945846810936928, -0.04022380709648132, 0.062156498432159424, 0.03992471098899841, -0.05308494344353676, 0.07686462998390198, 0.0019360309233888984, -0.0017130578635260465, -0.0534796267747879, 0.002361934632062912, 0.010249439626932144, 0.0009357354138046504, -0.04085591807961464, -0.030464639887213707, 0.011861320585012436, -0.015640879049897194, 0.03793895989656448, 0.006932015996426344, 0.009349067695438862, 0.03176971524953842, 0.023441853001713753, -0.011931469663977625, -0.032431889325380325, -0.01291817892342806, 0.040899086743593216, 0.00702413497492671, -0.02937771938741207, -0.011630832217633724, -0.006848569959402084, -0.024303875863552097, 0.026486968621611595, 0.004227431491017342, 0.060090575367212296, 0.05315586179494858, 0.02940546907484531, 0.013386624865233898, 0.02744900994002819, -0.009339816868305206, -0.03261709213256836, -0.004857229068875313, 0.05663555487990379, -0.0003946835931856185, 0.01072737667709589, -0.05130886659026146, 0.0011300902115181088, -0.012367780320346355, -0.010115308687090874, -0.029178835451602936, -0.0134944012388587, 0.03141126409173012, -0.0216775331646204, 0.0017209593206644058, 0.01095458958297968, -0.018155444413423535, 0.03537968173623085, 0.021475180983543396, -0.017079316079616547, 0.04016522318124771, -0.020264536142349243, -0.02268197201192379, -0.030658897012472153, 0.004620573483407497, 0.02439156174659729, -0.013304190710186958, -0.02888629026710987, 0.024468841031193733, 0.014171607792377472, 0.0538003072142601, -0.04146952927112579, 0.008383942767977715, 0.014035934582352638, 0.03502200171351433, 0.05787048116326332, 0.03158548101782799, 0.05038999393582344, -0.04394863545894623, 0.01194341853260994, -0.011962303891777992, -0.019706428050994873, -0.02883734181523323, -0.036068838089704514, 0.047004349529743195, -0.023394638672471046, 0.03468763828277588, 0.0236285962164402, -0.0007708664052188396, 0.01270696148276329, 0.022426044568419456, 0.038386061787605286, 0.013258131220936775, 0.053718116134405136, -0.03308558836579323, -0.05129653215408325, -0.011447366327047348, 0.005124719813466072, -0.00566818006336689, -0.02979649044573307, -0.0597822330892086, -0.016269905492663383, 0.002749680308625102, 0.00839781854301691, -0.03518234193325043, -0.0001418394094798714, 0.020514296367764473, 0.024528969079256054, 0.016051534563302994, -0.0010468366090208292, -0.025760043412446976, 7.631577318534255e-05, -0.000368474138667807, 0.015877535566687584, -0.03427310660481453, -0.019630882889032364, -0.015008287504315376, -0.0322684682905674, -0.030649647116661072, -0.024260707199573517, 0.0469072163105011, 0.02562745288014412, -0.006112970411777496, 0.02558351308107376, 0.03261381387710571, 0.00392987672239542, 0.07448110729455948, -0.02654247172176838, -0.05251758545637131, 0.06380615383386612, -0.050534915179014206, 0.042010676115751266, -0.020996857434511185, 0.0222533717751503, -0.09964527189731598, -0.01719186268746853, 0.002516107866540551, 0.019296327605843544, 0.009646621532738209, -0.04732502996921539, 0.014898727647960186, 0.005365230143070221, 0.002810579026117921, -0.011038806289434431, 0.037476442754268646, -0.046584997326135635, -0.008107972331345081, 0.012636042200028896, -0.03454098105430603, -0.058055490255355835, -0.021636677905917168, -0.011758025735616684, -0.047281861305236816, -0.03969499468803406, 0.03147601708769798, -0.00035614025546237826, -0.0226603876799345, -0.04597138985991478, -0.022595636546611782, -0.023317167535424232, -0.03524709492921829, 0.04178597033023834, -0.07650232315063477, 0.016752468422055244, -0.024663100019097328, -0.10168961435556412, 0.0021295184269547462, -0.03376394882798195, 0.03870365768671036, 0.021460920572280884, 0.04685942456126213, -0.03299308195710182, -0.04640307277441025, 0.046307481825351715, -0.021519504487514496, 0.05564421787858009, 0.01781317964196205, -0.0526929572224617, 0.013159074820578098, 0.04384071007370949, -0.024054884910583496, -0.02876564860343933, -0.035364266484975815, -0.03101503849029541, 0.0035205467138439417, 0.024488884955644608, -0.003909834194928408, 0.022623388096690174, -0.03371615335345268, 0.007938382215797901, 0.008954384364187717, 0.013547206297516825, 0.01723695732653141, 0.027957012876868248, 0.05305102467536926, 0.020064495503902435, -0.002812120597809553, -0.005060737952589989, -0.02710558846592903, 0.04639998823404312, 0.014011267572641373, 0.0024436465464532375, -0.017213445156812668, 0.008869588375091553, 0.00036905228625983, -0.039827581495046616, 0.0813356563448906, -0.01652776077389717, -0.012094508856534958, -0.04027468711137771, -0.006250184960663319, 0.06912204623222351, -0.03355427086353302, 0.0004482588265091181, 0.016908954828977585, 0.02537383884191513, -0.0022817645221948624, 0.025122204795479774, -0.006951528135687113, 0.0298911165446043, -0.055650386959314346, -0.04842890799045563, -0.07227643579244614, -0.03289441019296646, 0.007416312582790852, -0.021649010479450222, -0.007519030477851629, 0.007212226279079914, 0.026514720171689987, -0.011004888452589512, 0.021698346361517903, 0.07200509309768677, 0.013696754351258278, -0.010748961009085178, -0.008969680406153202, 0.022544758394360542, -0.03772003576159477, -0.04144486039876938, 0.06712935864925385, 0.0008086388115771115, -0.019564589485526085, -0.002020440762862563, 0.0036184468772262335, 0.02942551113665104, 0.0537201352417469, -0.006600928958505392, 0.01966017670929432, 0.07459519803524017, -0.03579903393983841, 0.012745505198836328, -0.009083889424800873, 0.018061399459838867, 0.015501737594604492, -0.012475701980292795, 0.006608637515455484, -0.010320359840989113, -0.044834356755018234, 0.0075394585728645325, -0.011001805774867536, -0.055181603878736496, 3.0834655717626447e-06, 0.019422749057412148, 0.008775543421506882, -0.030129313468933105, -0.00048102063010446727, -0.010069827549159529, 0.11102326214313508, -0.014671129174530506, -0.05937135964632034, 0.05753091722726822, -0.011057307943701744, 0.0019996275659650564, 0.05926112458109856, 0.017876969650387764, 0.0490163117647171, -0.025218121707439423, -0.040510568767786026, -0.012759380042552948, -0.026170141994953156, -0.009137850254774094, -0.0005118552944622934, 0.004665283486247063, -0.035573944449424744, 0.04117043316364288, 0.026165517047047615, 0.018056774511933327, 0.005940103903412819, -0.04509260132908821, -1.310472816840047e-05, -0.008214352652430534, -0.046299777925014496, -0.05127494782209397, -0.04430940002202988, 0.01659945212304592, -0.009891757741570473, 0.030914055183529857, 0.02076097391545773, -0.02152567356824875, 0.09568610042333604, 0.010381932370364666, 0.002027378650382161, 0.015874451026320457, -0.0180536899715662, -0.016328491270542145, 0.03526521101593971, 0.009598827920854092, 0.015209193341434002, 0.05986586958169937, 0.024972988292574883, -0.01848152093589306, 0.05035915970802307, -0.06553597748279572, 0.049455706030130386, 0.01509279292076826, -0.00276278518140316, -0.01411070954054594, 0.01508739683777094, -0.003288515843451023, 0.022362835705280304, 0.00366539740934968, 0.022447628900408745, -0.04065857455134392, 0.03943848609924317, 0.01936108060181141, -0.010794442147016524, -0.014843802899122238, -0.007526739034801722, -0.02028920315206051, 0.028284627944231033, -0.02893524058163166, -0.019251231104135513, 0.02332950010895729, -0.034346722066402435, 0.06202082335948944, 0.03325209394097328, 0.008982134982943535, 0.005082225892692804, 0.002792716259136796, 0.02736036106944084, -0.00679981242865324, -0.01196384709328413, -0.0007014884031377733, -0.04985424131155014, -0.04077574983239174, -0.00578303961083293, 0.02583250403404236, -0.004835259635001421, -0.0008724280633032322, 0.026539387181401253, 0.020131947472691536, -0.01005768682807684, -0.03316035866737366, -0.014131522737443449, 0.031174607574939728, -0.02106315456330776, -0.00962041225284338, 0.0064259422942996025, 0.019720304757356644, 0.005234567914158106, -0.036327850073575974, 0.004232056438922882, 0.010213786736130714, 0.04707835242152214, -0.06310003995895386, 0.010861893184483051, 0.020020943135023117, 0.023218495771288872, -0.021497922018170357, 0.023257039487361908, 0.017157943919301033, -0.05513853207230568, -0.023805897682905197, -0.005251527298241854, 0.011255805380642414, -0.04475110396742821, 0.007788834162056446, 0.0035247865598648787, 0.08057712018489838, 0.02352067455649376, 0.005365230143070221, 0.02290128543972969, -0.01910283975303173, 0.046473994851112366, 0.034239571541547775, 0.003984223119914532, -0.012472618371248244, 0.02339116856455803, 0.05755442753434181, 0.030783778056502346, -0.007881337776780128, 0.029058579355478287, -0.023591594770550728, 0.025916527956724167, 0.025853317230939865, -0.039332687854766846, 0.01646416448056698, 0.012416345067322254], [-0.04861991107463837, -0.05217062309384346, -0.027150634676218033, -0.04398500174283981, -0.020659498870372772, -0.004673187155276537, 0.0280844122171402, -0.04194331169128418, 0.02426520548760891, 0.06857746094465256, -0.029655437916517258, -0.003952908329665661, -0.07104451954364777, -0.04449339956045151, -0.024748267605900764, 0.020944159477949142, -0.01375026535242796, -0.022302769124507904, -0.0008928009192459285, 0.01837358251214027, 0.002961783204227686, -0.0665244460105896, 0.02309205941855907, 0.03728198632597923, 0.016951894387602806, 0.06794775277376175, -0.000996313989162445, -0.05271191522479057, 0.005033326800912619, 0.013801752589643002, 0.013166386634111404, -0.04366960749030113, -0.01798972301185131, -0.006331015378236771, -0.012990900315344334, 0.04305284470319748, 0.010377192869782448, 0.025675572454929352, -0.03150465711951256, -0.03697144612669945, -0.021539360284805294, 0.02309529110789299, -0.0652477890253067, 0.02853512205183506, 0.028975054621696472, 0.0404132567346096, -0.0035129771567881107, 0.03363260626792908, -0.03802382946014404, -0.07616842538118362, 0.007552146911621094, 0.012266307137906551, -0.029755717143416405, -0.01400662213563919, -0.008507486432790756, 0.035114679485559464, 0.0726877972483635, -0.008155973628163338, 0.04582424834370613, 0.037649672478437424, -0.0021845586597919464, 0.010489331558346748, -0.029367543756961823, -0.010696358047425749, 0.01589789427816868, 0.045821819454431534, -0.001516036340035498, 0.008260564878582954, 0.026410946622490883, -0.020400715991854668, -0.003676334163174033, 0.0054107182659208775, 0.01286150887608528, -0.043022651225328445, 0.07428793609142303, -0.015018032863736153, -0.07274386286735535, 0.058226145803928375, 0.0076772249303758144, -0.039078909903764725, -0.010863354429602625, 0.03783836588263512, 0.01503528468310833, -0.035637229681015015, -0.06862921267747879, 0.0015338276280090213, -0.030362777411937714, -0.01318714302033186, 0.05105031281709671, 0.030782222747802734, -0.005218383390456438, 0.010347001254558563, 0.04796108976006508, -0.012085160240530968, 0.016428397968411446, 0.026565073058009148, 0.013253995217382908, 0.049927838146686554, 0.009434792213141918, 0.0631171390414238, 0.07070810347795486, -0.05468082055449486, 0.014284814707934856, -0.01805441826581955, -0.031808726489543915, 0.045925334095954895, 0.04986422508955002, -0.025490112602710724, 0.05608687549829483, -0.04938439652323723, -0.03949889168143272, -0.0070733982138335705, -0.002555480692535639, -0.04565361142158508, -0.015401490032672882, -0.01969337649643421, 0.033034712076187134, 0.00039895690861158073, -0.06039992347359657, -0.040254753082990646, -0.052696820348501205, 0.03718278184533119, 0.016372328624129295, 0.00730252917855978, -0.005880841054022312, 0.019408714026212692, -0.02078026346862316, 0.00199262797832489, -0.028280654922127724, 0.02084064669907093, -6.25391912763007e-05, 0.020520402118563652, 0.011346550658345222, -0.037154749035835266, -0.0689225047826767, 0.009984705597162248, -0.025416789576411247, 0.05258036404848099, -0.02766820043325424, -0.0030105074401944876, -0.03586730360984802, 0.012568220496177672, 0.0198141410946846, 0.04919677972793579, 0.015647737309336662, -0.033797040581703186, -0.03708358481526375, -0.06473884731531143, -0.00023506108846049756, 0.013248065486550333, -0.024278147146105766, 0.0035216035321354866, -0.01806304417550564, 0.030536377802491188, 0.02103689126670361, -0.03948379680514336, 0.020507464185357097, 0.021391773596405983, -0.01816655695438385, 0.03233060613274574, 0.013957022689282894, 0.016854852437973022, 0.032548416405916214, 0.002410993678495288, -0.02033817581832409, 0.0049945092760026455, 0.03475996479392052, 0.004108177963644266, 0.03229394555091858, 0.04725266993045807, 0.03069164603948593, 0.006486823316663504, 0.03387898951768875, 0.06768250465393066, -0.012632916681468489, 0.010092531330883505, 0.023341406136751175, -0.06662634015083313, 0.010301714763045313, 0.021905969828367233, -0.02896642684936523, -0.02044195868074894, -0.01344161294400692, 0.004261291120201349, -0.007004389073699713, -0.011260020546615124, -0.032583996653556824, -0.0010480706114321947, -0.04987823963165283, 0.04136643931269646, -0.009833748452365398, -0.03497234731912613, 0.02643467113375664, -0.02825477533042431, -0.05370312184095383, 0.023292379453778267, -0.003753968980163336, -0.008362999185919762, -0.017562462016940117, -0.004018951673060656, 0.0004895309102721512, 0.03941047191619873, 0.03908484056591987, -0.06179735064506531, -0.02456711977720261, -0.03525485470890999, 0.05095434561371803, -0.031077664345502853, 0.03394152969121933, -0.01673462614417076, -0.007964042015373707, 0.04594689980149269, -0.0028228897135704756, 0.013883700594305992, 0.007801224943250418, 0.011860881000757216, 0.019721411168575287, -0.03638486936688423, 0.021384090185165405, 0.04178480431437493, -0.05165500566363335, -0.02727571502327919, 0.021653655916452408, 0.005135761573910713, -0.017987025901675224, 0.05847630277276039, 0.00034935688017867506, 0.012995212338864803, -0.017539007589221, -0.010318966582417488, 0.04525681212544441, -0.004106021486222744, -0.001858923467807472, -0.04047337174415589, 0.018082452937960625, 0.018670106306672096, -0.014097196981310844, -0.008932322263717651, -0.013399560935795307, 0.016810104250907898, -0.04887977242469787, -0.0024498109705746174, 0.032086919993162155, -0.011795107275247574, 0.002928559435531497, -0.030562255531549457, 0.0028121070936322212, -0.00407259538769722, -0.017778383567929268, 0.002922089770436287, 0.012106725946068764, -0.01010547112673521, -0.04529562592506409, 0.02967376820743084, -0.015798693522810936, -0.014684445224702358, -0.016240781173110008, -0.016977233812212944, -0.03606570512056351, 0.07804890722036362, -0.01064999308437109, -0.05770641937851906, -0.04837570711970329, -0.010478549636900423, 0.04491607844829559, 0.028771264478564262, 0.013036726042628288, 0.01122255064547062, 0.0717691108584404, 0.013053438626229765, -0.0097108269110322, -0.05380958318710327, 0.03575516492128372, 0.05029013752937317, -0.006871763151139021, 0.020056212320923805, 0.02128920331597328, -0.01625264249742031, 0.057484302669763565, 0.021481942385435104, -0.00781578104943037, -0.04403621703386307, 0.0016389581141993403, 0.064820796251297, -0.008807243779301643, 0.005518544465303421, -0.01878979243338108, -0.04748557507991791, 0.014685927890241146, -0.01805441826581955, 0.0064803543500602245, -0.004925500601530075, 0.0185054000467062, 0.050203874707221985, 0.04699927940964699, -0.03965982049703598, 0.04391545429825783, -0.013849196955561638, -0.03483257815241814, -0.04994509369134903, 0.030389733612537384, 0.026108495891094208, -0.02103689126670361, -9.920009324559942e-05, -0.00676285894587636, -0.04098258167505264, -0.049858830869197845, 0.10080455243587494, 0.013258308172225952, -0.02972552552819252, -0.011174028739333153, -0.0263699758797884, -0.00777319073677063, 0.015790067613124847, 0.04504115879535675, -0.02833025343716145, -0.013801752589643002, 0.09852726012468338, -0.03981805592775345, -0.02476552128791809, 0.04464058205485344, -0.02900632470846176, 0.0051454659551382065, -0.0551380030810833, 0.018880771473050117, 0.061659328639507294, 0.014362448826432228, 0.04349493235349655, 0.003920560237020254, -0.01019604504108429, 0.011446558870375156, -0.013025403954088688, -0.0035625773016363382, 0.024118563160300255, -0.011108793318271635, 0.0022772892843931913, 0.0031528377439826727, -0.02945595979690552, 0.011747393757104874, 0.030833980068564415, 0.01019604504108429, -0.007957573048770428, -0.020236819982528687, -0.02192322164773941, 0.0026633068919181824, -0.0760045275092125, -0.017976783215999603, -0.04544226825237274, 0.014601822942495346, 0.014808849431574345, 0.023846842348575592, 0.004793413449078798, 0.03070242889225483, 0.019097570329904556, -0.004423030652105808, -0.0009510269737802446, -0.007478824350982904, 0.01154548954218626, -0.0051972223445773125, -0.03086632676422596, 0.028099505230784416, -0.02687891386449337, -0.022433780133724213, 0.07223060727119446, 0.0178301390260458, -0.0437515564262867, -0.0203403327614069, -0.019503602758049965, 0.06442722678184509, -0.019779637455940247, 0.06331554055213928, -0.007309537846595049, -0.06512702256441116, 0.031571511179208755, -0.035054296255111694, -0.021002385765314106, -0.04889917746186256, -0.03679892420768738, 0.02972552552819252, -0.07466748356819153, 0.01105002872645855, 0.013400639407336712, 0.014621231704950333, -0.023107152432203293, 0.020066455006599423, 0.024105625227093697, 0.038365352898836136, 0.02358132041990757, -0.0004097395285498351, 0.04174814745783806, 0.0015376015799120069, -0.05270328372716904, 0.012594099156558514, 0.0067197284661233425, 0.0101140970364213, -0.003780386410653591, -0.013824395835399628, 0.04252880811691284, 0.007608215790241957, 0.01441312674432993, -0.022251013666391373, 0.06048618257045746, -0.03378073126077652, 0.0026007676497101784, -0.011584846302866936, -0.043880950659513474, -0.06509251147508621, 0.0005615049158222973, -0.06508820503950119, 0.02682284452021122, -0.011548185721039772, -0.015078415162861347, -0.0257424246519804, 0.014819632284343244, 0.03845513239502907, -0.02443813346326351, -0.019089549779891968, 0.01302001252770424, -0.018766071647405624, 0.018602173775434497, 0.016954591497778893, 0.03724747896194458, -0.041946545243263245, 0.028793904930353165, 0.0024085675831884146, 0.03651857748627663, -0.04568380117416382, -0.006051206029951572, -0.02132047340273857, 0.05392226204276085, 0.02597667835652828, 0.014416362158954144, -0.017145982012152672, 0.02329476922750473, 0.03666090592741966, 0.02181539498269558, -0.007228668313473463, -0.0008712356793694198, -0.024282459169626236, -0.09215904772281648, -0.01152446400374174, -0.017286695539951324, -0.029947645962238312, -0.0036617775913327937, 0.0008410442969761789, -0.00011321750207571311, -0.03149963915348053, -0.007554302923381329, -0.003722160356119275, -0.0812060683965683, 0.009663383476436138, -0.01622137241065502, -0.028716271743178368, -0.035395026206970215, -0.03035954385995865, -0.0009429400088265538, 0.044277746230363846, -0.001597984111867845, -0.019179044291377068, -0.012488429434597492, -0.006992528680711985, -0.0005326613900251687, 0.06520789116621017, -0.010295244865119456, -0.013307908549904823, 0.02687891386449337, 0.05184714496135712, -0.031916555017232895, -0.003886055899783969, -0.02229077555239201, 0.000332104682456702, -0.02564969472587109, 0.00402852101251483, -0.0333743616938591, -0.02984197810292244, 0.017282383516430855, 0.03450438380241394, 0.034937843680381775, -0.006961258593946695, 0.01941302791237831, 0.01330143865197897, 0.0007181224063970149, 0.014086414128541946, 0.06897425651550293, 0.017157303169369698, 0.01905019208788872, -0.02239617519080639, 0.001966749783605337, 0.006189223378896713, -0.00963292270898819, 0.017181025817990303, 0.032041631639003754, -0.0022470979019999504, 0.06043442338705063, -0.04310460016131401, 0.02358158864080906, -0.009885504841804504, 0.04156915470957756, -0.0028875854332000017, -0.022988544777035713, 0.02614138089120388, 0.05246391519904137, -0.020400715991854668, 0.012827003374695778, -0.00019840018649119884, -0.07478825002908707, -0.008278895169496536, 0.04118097946047783, -0.025369348004460335, -0.027950705960392952, -0.0220892746001482, -0.05244665965437889, -0.02448948472738266, -0.03507586196064949, 0.05198381841182709, 0.013995840214192867, -0.03103668987751007, 0.00018330452439840883, 0.0034903339110314846, 0.001418992760591209, -0.030493248254060745, 0.008436321280896664, -0.04926794767379761, 0.04301402345299721, 0.034029945731163025, -0.01804794929921627, 0.03170737251639366, -0.017002034932374954, -0.012632916681468489, -0.016816573217511177, 0.031237248331308365, -0.03127498924732208, -0.04328574612736702, 0.0031873423140496016, 0.0019063671352341771, -0.0188609566539526, 0.011571906507015228, 0.020305829122662544, -0.008299280889332294, -0.03270044922828674, 0.023345449939370155, 0.04819507524371147, 0.021259011700749397, -0.011321750469505789, -0.02013627253472805, -0.02352012880146503, -0.031122950837016106, 0.02562381513416767, 0.017961688339710236, 0.0007785051129758358, 0.017165930941700935, -0.01276338566094637, -0.05784659460186958, -0.07770387083292007, 0.04630919173359871, 0.0030644205398857594, -0.011604254133999348, 0.014539284631609917, 0.03131056949496269, 0.03012232668697834, -0.042630165815353394, 0.007185537833720446, 0.00034935688017867506, 0.028702253475785255, 0.023212015628814697, 0.03833005577325821, -0.03120112605392933, -0.047012221068143845, 0.0023198805283755064, 0.001835201750509441, -0.02842298522591591, 0.012367664836347105, 0.013674517162144184, -0.022009482607245445, -0.03092024102807045, -0.014802380464971066, 0.019911184906959537, -0.06367892026901245, 0.009348531253635883, -0.03748469799757004, 0.026924200356006622, 0.01429343968629837, 0.007569398730993271, -0.05056186020374298, 0.016434868797659874, 0.0008626095368526876, 0.019365854561328888, -0.0010976706398651004, -0.014530657790601254, -0.021422909572720528, -0.012083138339221478, 0.020758697763085365, 0.031640518456697464, -0.02578986994922161, -0.03837749734520912, -0.016129720956087112, -0.03132566437125206, -0.026611505076289177, -0.01820806972682476, -0.0549137219786644, -0.02810381725430489, -0.043372005224227905, -0.01278009917587042, -0.0339566245675087, 0.0443122535943985, -0.023976771160960197, -0.028936238959431648, 0.01133037731051445, 0.011694290675222874, 0.028556687757372856, -0.02904622070491314, 0.003478473052382469, -0.02716357447206974, 0.025294946506619453, 0.003615412162616849, 0.022354526445269585, -0.03717631474137306, -0.007379624992609024, 0.001047666184604168, -0.022850526496768, 0.054016612470149994, -0.029261872172355652, -0.02680181711912155, -0.012360570952296255, -0.026490740478038788, -0.00034935688017867506, 0.0012324533890932798, 0.05432714894413948, 0.03506076708436012, 0.024640440940856937, 0.0370275154709816, -0.012712168507277966, 0.0759613960981369, 0.018438279628753666, -0.06129703298211098, 0.07332181185483932, 0.020798055455088615, -0.021756090223789215, -0.009198113344609736, -0.0017575669335201385, -0.014737684279680252, 0.013284186832606792, -0.04294070228934288, -0.00789072085171938, -0.02392878755927086, 0.00859806127846241, 0.05920952185988426, -0.008103138767182827, -0.03497450426220894, 0.015677928924560547, 0.020855741575360295, -0.005761018488556147, 0.0049578482285141945, 0.004440687131136656, 0.03999057784676552, 0.008877869695425034, 0.025498738512396812, -0.022871417924761772, -0.02550736628472805, -0.003840769175440073, -0.00918490532785654, -0.04693404585123062, 0.03479146957397461, 0.06335300952196121, 0.016798175871372223, 0.0032843858934938908, 0.01330143865197897, -0.014979214407503603, -0.03992210701107979, 0.03994097933173179, 0.030184460803866383, 0.026794269680976868, -0.006689537316560745, -0.031925179064273834, 0.024045241996645927, -0.012208080850541592, -0.003635360160842538, -0.07103589922189713, -0.01882321760058403, 0.020364055410027504, -0.04466592147946358, 0.018934279680252075, 0.01443577092140913, -0.03627273067831993, 0.07402915507555008, 0.020661653950810432, 0.004841396119445562, -0.008136563934385777, -0.04172442480921745, -0.037217289209365845, -0.05988343432545662, -0.00293179415166378, -0.02386409230530262, 0.0050570485182106495, -0.044282060116529465, -0.02631390281021595, 0.02340690977871418, 0.02878420241177082, -0.04504331201314926, 0.014959806576371191, 0.005888388026505709, 0.07348570972681046, -0.01253371685743332, 0.03820497542619705, -0.0007373963599093258, -0.010288775898516178, -0.04295472055673599, 0.008026784285902977, -0.00885900016874075, -0.013000065460801125, -0.04697771370410919, 0.01827438361942768, 0.033965252339839935, 0.023726074025034904, -0.013782343827188017, -0.03117902390658855, 0.008216355927288532, 0.002347376197576523, 0.0586574487388134, 0.008010407909750938, 0.008260564878582954, -0.013716570101678371, -0.04311322420835495, 0.03304441645741463, 0.026393696665763855, 0.020758697763085365, -0.016669929027557373, -0.03446125239133835, -0.02938048169016838, -0.011584846302866936, -0.016993409022688866, -0.01418008841574192, 0.032153770327568054, 0.04121103510260582, 0.02461024932563305, 0.02477414719760418, -0.03222062438726425, -0.01117079332470894, -0.021286508068442345, -0.003204594599083066, 0.015132328495383264, 0.01170345488935709, -0.019397933036088943, -0.022222978994250298, -0.0011332533322274685, -0.031069038435816765, -0.029177768155932423, 0.012412951327860355, 0.06338023394346237, -0.011621507816016674, 0.05908875539898872, -0.00674991961568594, -0.05195928364992142, 0.054926663637161255, 0.017391150817275047, -0.03354688361287117, 0.03850257769227028, -0.027819158509373665, 0.024280302226543427, -0.048316918313503265, -0.02442478947341442, -0.08765838295221329, -0.015419146046042442, -0.01856928877532482, 0.009661226533353329, 0.0034547511022537947, -0.0066722845658659935, 0.01748078130185604, 0.035338956862688065, -0.013659422285854816, -0.02506311982870102, 0.003308107377961278, -0.0392918661236763, -0.023678632453083992, 0.025783399119973183, -0.02687028795480728, -0.0963146761059761, -0.01888360269367695, -0.024791397154331207, -0.02517310343682766, -0.01986805349588394, 0.007559155113995075, 0.0013456708984449506, -0.0011731489794328809, -0.05913511663675308, 0.031804416328668594, -0.06676166504621506, -0.022082803770899773, 0.007621155120432377, -0.014013092033565044, 0.006273327860981226, -0.012792499735951424, -0.043190862983465195, 0.00057147879851982, -0.02658993937075138, 0.009074652567505836, -0.0171918086707592, 0.04877302050590515, -0.002315702149644494, -0.030432863160967827, -0.009670931845903397, 0.03559989854693413, 0.01396834384649992, 0.04251748323440552, -0.012680360116064548, 0.013885857537388802, 0.015791146084666252, -0.005286718253046274, 0.0009639661875553428, -0.03740274906158447, 0.02831084653735161, 0.017812887206673622, 0.03855001926422119, -0.021149029955267903, 0.048991911113262177, 0.008072947151958942, -0.019803358241915703, 0.00816891249269247, 0.0013327316846698525, 0.030225837603211403, 0.042155731469392776, 0.06647700816392899, 0.02278583124279976, -0.00797051191329956, -0.013560221530497074, -0.06951770931482315, 0.010185262188315392, 0.0014362448127940295, 0.003640212351456285, -0.028060687705874443, -0.00934745278209448, 0.049410272389650345, -0.0065795546397566795, 0.05235501006245613, -0.020021168515086177, 0.0035798295866698027, 0.003793325275182724, -0.041556216776371, 0.05699396133422851, 0.005606961902230978, -0.010747576132416723, 0.03353825956583023, 0.015482156537473202, 0.03592337667942047, -0.01081712357699871, -0.013734901323914528, 0.02345435321331024, -0.06718865782022476, -0.011455454863607883, -0.019900402054190636, -0.023151900619268417, -0.00017683494661469012, -0.04629841074347496, 0.006767171435058117, 0.03928108140826225, 0.02810381725430489, 0.011021994054317474, 0.04395858198404312, 0.02421291172504425, 0.03509527072310448, -0.02781619317829609, -0.02597317472100258, 0.04056421294808388, 0.02334221452474594, -0.01976454071700573, 0.016989095136523247, -0.02864941954612732, -0.0006658267229795456, 0.007440007291734219, -0.02791404537856579, 0.01726081781089306, 0.025759678333997726, -0.02800893224775791, 0.03586730360984802, 0.06213969737291336, -0.033732347190380096, -0.013745683245360851, -0.0031528377439826727, -0.023451117798686028, -0.015921514481306076, -0.00032152424682863057, -0.012887385673820972, 0.007035659160465002, -0.00911347009241581, -0.0018071670783683655, -0.014112022705376148, -0.09091904759407043, 0.01902054063975811, 0.019909027963876724, 0.007734911516308784, -0.025429729372262955, 0.020939847454428673, 0.0022449414245784283, 0.052718386054039, -0.02620607614517212, -0.02786552347242832, 0.05820026621222496, 0.027725350111722943, -0.028224585577845573, 0.02762291394174099, -0.014595353044569492, -0.012749369256198406, -0.008242234587669373, -0.030493248254060745, -0.010765367187559605, -0.036296453326940536, -0.014342501759529114, -0.029283437877893448, 0.03202977031469345, -0.01002352312207222, 0.021949099376797676, 0.07957357168197632, 0.012969335541129112, 0.011292368173599243, -0.05066752806305885, 0.0070841810666024685, 0.03602365031838417, -0.04975531622767448, -0.043527279049158096, -0.031002186238765717, 0.02933303639292717, 0.016244016587734222, 0.002255724044516682, 0.06404013186693192, -0.021910281851887703, 0.036768730729818344, 0.020222801715135574, 0.010883976705372334, 0.010640288703143597, -0.04474355652928352, 0.010854324325919151, 0.008370008319616318, -0.0056500923819839954, 0.040568526834249496, 0.020659498870372772, 0.029897507280111313, -0.06483805179595947, 0.024189727380871773, 0.00254038511775434, 0.02010958455502987, -0.02953035943210125, 0.04309597238898277, 0.004373430274426937, 0.007670755498111248, -0.0071725985035300255, -0.028845662251114845, 0.020973272621631622, 0.04863392561674118, -0.036428000777959824, 0.01578359864652157, -0.014595353044569492, -0.030965527519583706, -0.0047033787705004215, 0.0007698790286667645, -0.01566067710518837, 0.03811844810843468, -0.010032149031758308, -0.01140105351805687, 0.06542893499135971, -0.0038386124651879072, 0.01102415006607771, 0.03849206492304802, 0.05445653945207596, -0.012680360116064548, 0.021670909598469738, 0.033400241285562515, 0.006774180568754673, -0.023212824016809464, 0.0025101937353610992, -0.018802732229232788, -0.01799026131629944, 0.00016820886230561882, -0.004549187142401934, -0.011240139603614809, 0.0705355852842331, 0.03285032883286476, 0.012963403947651386, -0.003920560237020254, -0.014080483466386797, 0.01594102382659912, 0.060106631368398666, 0.007511712145060301, -0.0244765467941761, 0.04201771318912506, 0.017338452860713005, -0.03695419430732727, -0.012546655721962452, 0.003847238374873996, 0.022231604903936383, 0.014677301049232485, -0.04995371773838997, -0.030161142349243164, 0.032554883509874344, 0.046204060316085815, 0.012135838158428667, 0.017226312309503555, -0.006741293705999851, -0.06320124119520187, 0.0027215329464524984, -0.05225149542093277, 0.016908224672079086, 0.028616802766919136, 0.006739137228578329, 0.029682395979762077, 0.052597615867853165, 0.0647302195429802, 0.0016427321825176475, -0.0023834980092942715, -0.011541715823113918, 0.07185537368059158, 0.019154515117406845, 0.02255723997950554, -0.03929617628455162, 0.0042656040750443935, -0.00206810631789267, 0.015617545694112778, 0.013555437326431274, 0.0038299865555018182, 0.034193843603134155, 0.0026870286092162132, -0.009095678105950356, -0.024122875183820724, 0.008196407929062843, -0.02391558140516281], [-0.06333348900079727, -0.044948190450668335, -0.0220975074917078, -0.02017993852496147, 0.024042779579758644, 0.008452892303466797, -0.0011323620565235617, -0.040373727679252625, 0.02468601055443287, 0.03379338979721069, -0.04114465042948723, 0.01650235801935196, -0.05300804600119591, 0.013411304913461208, -0.0008847659919410944, 0.03883274644613266, 0.005855298601090908, 0.017506593838334084, 0.05049572512507439, 0.050637707114219666, -0.0013920781202614307, -0.02067253179848194, 0.01139287743717432, -0.020462162792682648, -0.014471379108726978, 0.04465558007359505, 0.022135600447654724, 0.005431528203189373, 0.004475340247154236, -0.012580646201968191, 0.024380411952733994, -0.011612771078944206, -0.021403849124908447, -0.02445313148200512, 0.009694335050880907, 0.046201758086681366, -0.008288404904305935, 0.03017814084887505, -0.06010868400335312, -0.03279174864292145, -0.059871044009923935, 0.02411853149533272, -0.03104342706501484, 0.004830501973628998, -0.00420826580375433, 0.018063034862279892, -0.013545923866331576, 0.031719986349344254, -0.01431987714022398, -0.07740230858325958, 0.0374891497194767, 0.036477986723184586, 0.016012361273169518, 0.013489652425050735, -0.010145374573767183, 0.033517222851514816, 0.04158248752355576, 0.002449122490361333, 0.07380784302949905, 0.030660346150398254, -0.025148306041955948, 0.006485975347459316, -0.033776938915252686, -0.02903425507247448, 0.002817053347826004, 0.023118190467357635, -0.007542154286056757, 0.024704191833734512, 0.05241416394710541, -0.05954769626259804, -0.01461682002991438, -0.01315202098339796, -0.014204737730324268, -0.04014171287417412, 0.029039718210697178, -0.02009812742471695, -0.08258970826864243, 0.029694201424717903, -0.02739138714969158, -0.03419248387217522, -0.014043712988495828, 0.013905197381973268, -0.01036440208554268, -0.06245824694633484, 0.004951053764671087, -0.009776578284800053, -0.01476918626576662, -0.07743001729249954, 0.05047148838639259, -0.011635279282927511, -0.0417623408138752, 0.006181242410093546, 0.016265150159597397, -0.0047025918029248714, -0.024884261190891262, 0.04127753898501396, 0.036858901381492615, 0.05064116790890694, 0.010215498507022858, 0.039695002138614655, 0.03302203118801117, -0.057795483618974686, 0.007262526545673609, 0.004867078736424446, -0.03857649117708206, 0.02749873697757721, 0.04011834040284157, -0.03060840256512165, 0.009273595176637173, -0.0010890760459005833, -0.006369969341903925, 0.007269452325999737, -0.013563239015638828, -0.0660025104880333, 0.0027876191306859255, -0.02792012505233288, 0.025954291224479675, 0.005866120103746653, -0.03773847594857216, -0.010442317463457584, -0.045197516679763794, 0.02657014317810535, -0.013944155536592008, -0.006456541363149881, 0.003438640618696809, 0.009548894129693508, 0.0466519296169281, 0.0426003560423851, -0.02023664303123951, 0.02335972711443901, -0.0037665320560336113, -0.005182201042771339, -0.002415359253063798, -0.04626062512397766, -0.003941623959690332, 0.014290443621575832, -0.029566941782832146, 0.05081431567668915, -0.0069725108332931995, 0.01645907200872898, -0.014333296567201614, 0.015321516431868076, 0.002714898670092225, 0.03949415683746338, -0.014201274141669272, -0.026028743013739582, -0.0557800866663456, -0.04924909025430679, 0.01727977581322193, -0.0056860498152673244, -0.02123633213341236, 0.008131925947964191, -0.005328508093953133, 0.03575770556926727, -0.016733504831790924, 0.0037048496305942535, 0.035451240837574005, 0.013382302597165108, -0.025987189263105392, 0.06855118274688721, 0.019427627325057983, 0.017047762870788574, 0.05316214635968208, -0.007117518689483404, -0.01416837703436613, -0.014931942336261272, 0.020708028227090836, -0.01765582151710987, -0.00948829296976328, 0.015863457694649696, 0.07363469898700714, 0.011908847838640211, 0.02027040533721447, 0.05237174406647682, -0.005915898829698563, -0.020811913534998897, -0.03634055331349373, -0.030774621292948723, -0.0018145495560020208, 0.01455621886998415, 0.017747264355421066, -0.018571212887763977, -0.01711701974272728, -0.012707040645182133, -0.03676886856555939, -0.0027763645630329847, -0.020025840029120445, 0.005783011205494404, -0.02106611058115959, 0.005247995723038912, 0.04284622520208359, -0.027969688177108765, 0.009711649268865584, 0.01003542821854353, -0.008774939924478531, 0.029813671484589577, 0.0035321384202688932, -0.02616206370294094, 0.003914786968380213, -0.002240483881905675, 0.018290935084223747, 0.02883194386959076, 0.03812458366155624, -0.0031347728800028563, -0.008194907568395138, -0.06959351152181625, 0.046505190432071686, -0.01629631593823433, 0.03387043625116348, -0.007659892085939646, -0.011287259869277476, 0.07085054367780685, 0.012636052444577215, 0.01779293082654476, 0.03180656209588051, 0.039719242602586746, 0.07310833781957626, -0.05083249509334564, 0.07020298391580582, 0.009751472622156143, -0.003682773793116212, 0.007055619731545448, 0.034864284098148346, 0.026375897228717804, -0.019070083275437355, 0.035006262362003326, 0.01526870671659708, 0.06104366108775139, -0.006326033733785152, -0.01804853416979313, 0.04824485629796982, -0.016137024387717247, 0.009559283033013344, -0.035927388817071915, -0.0025703234132379293, 0.019655311480164528, -0.05064809694886208, 0.022571057081222538, 0.0033988174982368946, 0.032113026827573776, -0.040676943957805634, -0.03507551923394203, 0.04841367155313492, -0.04712894186377525, -0.022193601354956627, -0.02618890255689621, 0.005114675033837557, 0.02127940207719803, -0.019886458292603493, 0.004647186025977135, 0.04767001420259476, -0.009671825915575027, -0.02169494703412056, 0.017432142049074173, 0.005173543933779001, -0.06833648681640625, -0.03301510587334633, 0.011268213391304016, -0.02123178727924824, 0.02548680081963539, 0.01456834003329277, -0.002262992551550269, -0.0718989297747612, 0.007431341800838709, 0.03232945501804352, 0.05323832854628563, -0.0027408702298998833, -0.022291863337159157, 0.02361338399350643, -0.002212780760601163, -0.0002987816696986556, -0.08838657289743423, 0.01710662990808487, 0.016147414222359657, -0.0016102396184578538, 0.015482540242373943, 0.04448416829109192, -0.0027426015585660934, 0.0475366972386837, 0.033205561339855194, -0.05091127008199692, -0.0136714531108737, -0.01925361715257168, 0.027444737032055855, 0.023250430822372437, 0.00411390233784914, 0.003282811027020216, -0.07346847653388977, -0.032973550260066986, -0.040366802364587784, -0.032585710287094116, -0.006079087499529123, 0.013876629061996937, -0.007812259253114462, 0.055819906294345856, 0.0023209957871586084, 0.02062789350748062, 0.031285397708415985, -0.032821182161569595, -0.057774703949689865, 0.052919745445251465, 0.02180316299200058, -0.030923526734113693, -0.01768406666815281, 0.031900059431791306, -0.07040729373693466, -0.02950114756822586, 0.06922991573810577, 0.017737308517098427, -0.02487560361623764, -0.027052024379372597, 0.004119962453842163, -0.007266855333000421, -0.020134054124355316, -0.005937974434345961, 0.013157648034393787, 0.006115988362580538, 0.05901787802577019, -0.02935527265071869, 0.0004536373890005052, 0.001205082517117262, -0.024181297048926353, 0.0009419035632163286, -0.07572627812623978, 0.04128100350499153, 0.04367038607597351, 0.05846728011965752, 0.021578075364232063, -0.030556458979845047, 0.004382275510579348, 0.013621240854263306, -0.030251726508140564, -0.010209438391029836, 0.025812314823269844, 0.02836791984736919, -0.02956261485815048, 0.014066708274185658, -0.00612951535731554, 0.012597959488630297, 0.0507381297647953, 0.0009191784192807972, -0.044407982379198074, -0.01436402928084135, -0.016257358714938164, -0.002898863982409239, -0.0176849327981472, -0.010467423126101494, -0.019960477948188785, 0.0217191893607378, -0.0067664687521755695, 0.004397858865559101, 0.00937207043170929, 0.02474076673388481, -0.010163554921746254, -0.022648973390460014, -0.03156935051083565, -0.016666846349835396, -0.024143744260072708, -0.01941290870308876, 0.020394636318087574, 0.030001534149050713, -0.03513265773653984, -0.050468023866415024, 0.07398185133934021, -0.017929065972566605, -0.005634106695652008, 0.05122293159365654, 0.007256466895341873, 0.06372739374637604, -0.0010873444844037294, 0.04566154628992081, 0.04855738207697868, -0.02833675406873226, 0.01685384102165699, -0.011694148182868958, 0.030329640954732895, -0.0370355099439621, -0.04949841648340225, 0.061036739498376846, -0.056839726865291595, 0.03218227997422218, -0.01817665994167328, 0.025446979328989983, 0.02089156024158001, -0.005055805668234825, 0.04343101754784584, 0.01181275211274624, 0.04731680080294609, -0.021604914218187332, 0.045907411724328995, -0.016380291432142258, -0.016085946932435036, 0.011399803683161736, 0.061168327927589417, -0.013196605257689953, -0.025169948115944862, -0.0110050356015563, 0.0013658901443704965, 0.02626681700348854, 0.02895660884678364, -0.03690045699477196, 0.02978077530860901, -0.0048887222073972225, -0.01878483034670353, 0.00950030516833067, -0.04555073380470276, -0.027862338349223137, -0.021450813859701157, -0.05019618943333626, -0.002106297295540571, 0.003926474135369062, 0.014020338654518127, -0.011552169919013975, 0.017826911062002182, 0.04839981719851494, -0.015409819781780245, -0.013453291729092598, -0.012769372202455996, 0.029697665944695473, -0.0023478332441300154, 0.009254981763660908, 0.027310442179441452, -0.07481207698583603, -0.006952598690986633, 0.03254242241382599, -0.00708397151902318, -0.00259283185005188, 0.004539079498499632, 0.004278821870684624, -0.026906583458185196, 0.05704750120639801, 0.03332243487238884, -0.0067249140702188015, 0.05569004639983177, 0.022155942395329475, -0.008932501077651978, 0.04327259212732315, -0.02423064410686493, -0.03273875266313553, -0.05483471974730491, -0.012445593252778052, -0.008380171842873096, -0.035646893084049225, -0.013661065138876438, 0.032081861048936844, 0.0029434487223625183, -0.01819743774831295, -0.011027543805539608, -0.016109321266412735, -0.04268693178892136, 0.007436536252498627, -0.019714180380105972, -0.03861112147569656, -0.033591676503419876, 0.014327019453048706, -0.03878426551818848, 0.018834607675671577, 0.015333203598856926, -0.054296668618917465, -0.022936390712857246, -0.034739620983600616, -0.018658000975847244, 0.010624172165989876, -0.0011185104958713057, -0.02625296451151371, 0.02375189773738384, -0.01672917790710926, -0.09428732097148897, 0.020373426377773285, -0.017634719610214233, 0.011747823096811771, -0.059797026216983795, 0.0033105139154940844, -0.01578034833073616, -0.028605125844478607, 0.004013478755950928, 0.0407373271882534, 0.008264165371656418, -0.018456289544701576, -0.04418462514877319, -0.003272422356531024, 0.014043712988495828, 0.0207357294857502, 0.02313031256198883, 0.035383716225624084, 0.05503902584314346, -0.01212527696043253, 0.00615895027294755, 0.0037780029233545065, -0.02435357496142387, 0.01495271921157837, 0.06400096416473389, 0.02695159986615181, 0.04074079170823097, -0.042716797441244125, -0.012230895459651949, 0.001301826792769134, 0.05988403037190437, -0.031565889716148376, -0.0309663787484169, 0.03041534684598446, 0.02823113650083542, -0.030762502923607823, 0.044574201107025146, -0.0008687502122484148, -0.01711355708539486, 0.026354795321822166, 0.04591087624430656, -0.00488612474873662, -0.01423222292214632, -0.019229376688599583, -0.0753505527973175, -0.038098614662885666, -0.030838685110211372, 0.01808662712574005, 0.045354213565588, -0.004733758047223091, -0.03047681413590908, -0.020985057577490807, -0.0029291643295437098, -0.017236055806279182, 0.01928478293120861, -0.05081777274608612, 0.05781625956296921, 0.026785381138324738, -0.006527530029416084, 0.03802156448364258, -0.0011288991663604977, 0.011682027950882912, 0.00581028126180172, -0.010485602542757988, -0.04003782942891121, -0.05486588552594185, 0.0323769636452198, -8.657201760797761e-06, -0.041180577129125595, 0.015098280273377895, -0.031228259205818176, 0.043895479291677475, 0.0012864602031186223, 0.03725199401378632, 0.03615463897585869, 0.029579926282167435, -0.04436642676591873, -0.014055833220481873, -0.05690032243728638, -0.010705496184527874, 0.019115859642624855, 0.004177965689450502, 0.013721665367484093, 0.007670280523598194, -0.040110547095537186, -0.07623185962438583, -0.06959697604179382, 0.018159346655011177, -0.00415026256814599, -0.026802698150277134, 0.0090112816542387, 0.09233425557613371, -0.031224796548485756, -0.026018355041742325, 0.03583086282014847, 0.017567194998264313, 0.005831491202116013, -0.012888842262327673, 0.026082418859004974, -0.008075437508523464, -0.06343997269868851, -0.0025486801750957966, 0.012187608517706394, -0.06190245598554611, -0.018600864335894585, 0.010153166018426418, -0.03185850381851196, -0.0631837248802185, 0.007116219960153103, 0.03585120663046837, -0.02223515696823597, 0.016497164964675903, -0.03322071582078934, 0.03211432322859764, -0.01752910204231739, 0.0015150102553889155, -0.004325138404965401, 0.00012985803186893463, 0.008020032197237015, -0.017301417887210846, -0.005999440792948008, -0.0019885592628270388, -0.01935750432312489, -0.0016067767282947898, 0.04947158321738243, 0.030643897131085396, -0.013931169174611568, -0.02327575348317623, -0.03138754889369011, -0.05539743602275848, 0.0025330972857773304, -0.012731281109154224, -0.03290948644280434, -0.03903770446777344, -0.004951919429004192, 0.0006805642624385655, 0.01139287743717432, 0.038614582270383835, -0.05396553128957749, -0.006064369808882475, 0.007929996587336063, 0.008166338317096233, -0.006401135120540857, -0.020427534356713295, -0.003936429508030415, 0.004455212503671646, -0.010019845329225063, 0.00998002290725708, -0.0027515292167663574, -0.018709944561123848, 0.013423857279121876, -0.017669349908828735, 0.010269173420965672, 0.04515380412340164, -0.010279561392962933, -0.024614155292510983, -0.004087930545210838, 0.008301174268126488, -0.012907887808978558, -0.013679244555532932, 0.038148827850818634, 0.04502091184258461, -0.012937323190271854, 0.019627608358860016, -0.039499349892139435, 0.08115607500076294, 0.01982845552265644, -0.04756612703204155, 0.03868773952126503, -0.01535960752516985, -0.0007514451281167567, 0.001236248412169516, 0.004467116203159094, -0.030035728588700294, 0.017293626442551613, -0.04606324061751366, 0.015357877127826214, -0.0009245891706086696, -0.01832210272550583, 0.06873125582933426, 0.03202731907367706, -0.021260356530547145, 0.0132143534719944, 0.026943378150463104, -0.0019530648132786157, -0.022487949579954147, -0.021532192826271057, 0.04721984267234802, -0.007161237299442291, -0.004654111806303263, -0.03525039553642273, -0.014971764758229256, -0.02303162030875683, -0.0035416611935943365, 0.0001341866300208494, 0.052933596074581146, 0.04585157334804535, -0.0008934232173487544, 0.011927892453968523, 0.028908129781484604, 0.00512246647849679, -0.018329894170165065, -0.012033510953187944, 0.03153126314282417, 0.02015872858464718, -0.009407781064510344, -0.07691750675439835, 0.007052156608551741, 0.006391612347215414, -0.012443428859114649, -0.04672032222151756, -0.029818866401910785, 0.030315790325403217, 0.005187395494431257, -0.00123971130233258, 0.0030092434026300907, 0.0016396739520132542, 0.05242108926177025, 0.05923950299620629, -0.047787755727767944, 0.0292578786611557, -0.01858917623758316, -0.06747076660394669, -0.015723641961812973, 0.006662582512944937, 0.007092412561178207, -0.02714930847287178, 0.005889927037060261, -0.01536133885383606, 0.010346222668886185, 0.020593753084540367, -0.03138408809900284, 0.02263079211115837, 0.025137051939964294, 0.0531950443983078, 0.014379612170159817, 0.007711835205554962, 0.009728963486850262, -0.004171039909124374, 0.025796731933951374, -0.005744919180870056, 0.0012479356955736876, -0.07018913328647614, -0.04526331648230553, 0.02816014736890793, 0.04211729019880295, 0.039185959845781326, 0.03481234237551689, -0.045100562274456024, -0.008511761203408241, 0.004632035735994577, 0.03138754889369011, 0.019915027543902397, 0.015970807522535324, -0.056211214512586594, -0.07229109853506088, 0.014027263969182968, 0.04498282074928284, -0.02232530154287815, -0.011790568009018898, -0.017533430829644203, -0.02174948714673519, -0.002749338047578931, 0.006434898357838392, -0.036227792501449585, 0.004252417478710413, 0.012738206423819063, 0.00012206655082991348, 0.021642573177814484, -0.00325337634421885, -0.006131896283477545, 0.03344450145959854, -0.015856532379984856, -0.01261527556926012, -0.009202605113387108, -0.03574385493993759, -0.009955782443284988, 0.036477986723184586, -0.015557966195046902, -0.01916704513132572, -0.010981661267578602, 0.04298820346593857, -0.02155340276658535, 0.0006423643790185452, 0.021345198154449463, 0.01562700793147087, 0.0431474968791008, 0.01119895651936531, -0.0733715146780014, 0.0738147720694542, -0.04705622419714928, 0.02037559077143669, -0.008998296223580837, 0.01804853416979313, -0.07644655555486679, 0.014537174254655838, -0.024233240634202957, 0.029978159815073013, -0.020829228684306145, 0.004650648683309555, 0.029415441676974297, 0.02686416357755661, 0.0007410565158352256, 0.000612929870840162, -0.005672198720276356, -0.016292855143547058, 0.02109240740537643, -0.011733105406165125, -0.02411550097167492, -0.07619019597768784, -0.020102888345718384, -0.01618550531566143, -0.015885965898633003, 0.006898058578372002, 0.026982765644788746, 0.006714525632560253, -0.015974268317222595, -0.011110653169453144, 0.02820170111954212, -0.03635331988334656, -0.040543410927057266, 0.04503736272454262, -0.02886917255818844, 0.0316619835793972, -0.0014920687535777688, -0.06736688315868378, 0.03964738920331001, -0.053335290402174, 0.03007165715098381, -0.02135385386645794, 0.018780933693051335, -0.005351882427930832, 0.007158640306442976, 0.008761088363826275, -0.011983298696577547, 0.007468568161129952, -0.0017210517544299364, -0.03804320842027664, 0.02759699523448944, -0.004187488928437233, -0.0017245146445930004, 0.034783121198415756, -0.05598785728216171, -0.02941240929067135, 0.021061241626739505, 0.03255367651581764, 0.02766149304807186, 0.05251112207770347, -0.028466612100601196, 0.006970779038965702, 0.008636911399662495, 0.027152448892593384, -0.014789963141083716, -0.002591966185718775, 0.00664526829496026, -0.01280053798109293, -0.06220545992255211, -0.0022093181032687426, -0.03818172216415405, 0.038486458361148834, -0.016611872240900993, -0.01989944465458393, 0.00822780467569828, -0.003243853570893407, 0.03898511454463005, 0.002223169431090355, 0.02925095520913601, -0.010352281853556631, 0.016535256057977676, -0.001004235353320837, 0.013719717971980572, 0.036683160811662674, -0.02127940207719803, 0.01997303031384945, 0.015107682906091211, 0.011991956271231174, -0.004430755972862244, 0.013574492186307909, -0.03915046527981758, 0.04651947319507599, -0.04630564525723457, 0.0019513332517817616, -0.013465411961078644, -0.05148264765739441, 0.019677387550473213, -0.0435786247253418, 0.024854393675923347, 0.06519219279289246, 0.0637083500623703, -0.003075038082897663, 0.023817695677280423, 0.07429956644773483, -0.001826669555157423, 0.009182694368064404, -0.028554048389196396, -0.00701233372092247, -0.010756140574812887, -0.02232605777680874, 0.053975921124219894, -0.041467130184173584, 0.019232841208577156, 0.01843237318098545, -0.0065058874897658825, 0.004379678517580032, 0.0433223694562912, -0.05867505073547363, 0.01992281898856163, 0.06656652688980103, -0.047109030187129974, -0.010665672831237316, -0.007509256713092327, -0.01696811616420746, 0.008536001667380333, -0.0161249041557312, 0.035147372633218765, -0.004600437358021736, -0.05442263185977936, -0.0015652221627533436, 0.0007826110813766718, -0.05202632024884224, -0.01661446876823902, 0.034111108630895615, 0.005318119190633297, -0.03887949511408806, -0.01939754374325275, -0.061286065727472305, 0.06480435281991959, -0.05080046132206917, -0.03830811753869057, 0.07008177787065506, -0.029967771843075752, -0.01043365988880396, 0.03285321593284607, 0.02411550097167492, 0.01594873145222664, 0.051366642117500305, -0.04094596952199936, -0.020630978047847748, -0.004831692669540644, 0.006534455809742212, -0.047656167298555374, 0.037963561713695526, -0.0021298881620168686, 0.017568061128258705, 0.09358088672161102, 0.05249727517366409, 0.014701876789331436, -0.01478130742907524, 0.013539864681661127, 0.018399909138679504, -0.028523750603199005, -0.024524986743927, -0.028499508276581764, 0.012314004823565485, 0.012998356483876703, -0.03288697823882103, 0.016031622886657715, -0.044556885957717896, 0.09722384065389632, 0.012629126198589802, -0.0010908074909821153, 0.0050441185012459755, -0.03450414165854454, -0.0021390863694250584, 0.002105431631207466, 0.01994273066520691, 0.04817559942603111, 0.04822754114866257, 0.01835564896464348, -0.023407883942127228, 0.016745882108807564, -0.025004597380757332, 0.018124718219041824, 0.011250900104641914, -0.03493007645010948, 0.009483098983764648, 0.018965765833854675, -0.0243795458227396, -0.03260302171111107, 0.036481451243162155, 0.04649609699845314, -0.06695826351642609, 0.06929224729537964, -0.0001489038695581257, -0.0322151817381382, -0.01827362179756165, -0.018995633348822594, -0.01397532131522894, 0.03398817405104637, -0.008614781312644482, -0.0010280427522957325, 0.00951426476240158, 0.017462441697716713, 0.03486255183815956, 0.04339682310819626, 0.03321162611246109, 0.004436816088855267, 0.011226658709347248, 0.01955661922693253, -0.002488079946488142, -0.027419088408350945, -0.0027659761253744364, -0.017761114984750748, -0.0029183425940573215, -0.02265416644513607, -0.016774194315075874, -0.03435177728533745, 0.05265050753951073, 0.01004105620086193, 0.041315630078315735, 0.023286141455173492, -0.028863977640867233, 0.004878333304077387, 0.03563304245471954, -0.04146453365683555, -0.003449029289186001, 0.030850805342197415, -0.00036706533865071833, 0.0008380171493627131, -0.056130703538656235, 0.009024267084896564, 0.01017740648239851, 0.0007354292902164161, -0.05916678160429001, -0.029612824320793152, 0.029218921437859535, 0.04265923053026199, -0.0125304339453578, 0.02625209838151932, 0.02646506577730179, -0.06212451308965683, -0.01996004581451416, 0.017636451870203018, 0.02650315873324871, 0.0038074373733252287, 0.01583932526409626, 0.022457566112279892, 0.05814869701862335, 0.009714245796203612, 0.03428944572806358, 0.04356304183602333, -0.06302443146705627, 0.05351882055401802, 0.045499224215745926, -0.01632748171687126, -0.019521990790963173, 0.004377081524580717, 0.0030694110319018364, 0.03732293099164963, 0.02006090059876442, -0.030286354944109917, -0.007358621340245008, 0.053079038858413696, 0.03157714381814003, -0.002819650573655963, 0.0022227365989238024, -0.010631043463945389], [-0.04313523694872856, -0.05471370369195938, -0.0510723851621151, -0.015364243648946284, -0.0018337105866521597, 0.02887258492410183, 0.014632089994847776, -0.03634840250015259, 0.04958954453468323, 0.033581651747226715, -0.004872490651905537, -0.017897995188832283, -0.05616417154669762, 0.023182444274425507, -0.011445026844739914, 0.05421768128871918, -0.020793190225958824, 0.0001336645509582013, 0.037497084587812424, 0.039445661008358, -0.04814482480287552, -0.04974827170372009, 0.04212939366698265, 0.018111545592546463, -0.0523797944188118, 0.04842416197061539, -0.003632960608229041, -0.04125221818685531, 0.02370665967464447, 0.0031787098851054907, 0.009545528329908848, -0.001692214049398899, -0.022421184927225113, 0.001779409241862595, 0.024840721860527992, 0.03224761784076691, 0.017610304057598114, 0.0056807431392371655, -0.04745091497898102, -0.03785526379942894, -0.02971530146896839, 0.016006330028176308, -0.03507441282272339, 0.011599577032029629, 0.00920614507049322, 0.046563297510147095, 0.006944290827959776, 0.06028270721435547, -0.014492161571979524, -0.07757555693387985, 0.029932502657175064, 0.06677379459142685, -0.03386307880282402, -0.03792313858866691, -0.027330221608281136, 0.026795564219355583, 0.02384450100362301, 0.005368510726839304, 0.051619578152894974, 0.03841184824705124, -0.008312264457345009, -0.03141116723418236, -0.0234826672822237, -0.017727259546518326, -0.005037482362240553, 0.025972692295908928, 0.04853328317403793, 0.017326265573501587, 0.03452931344509125, -0.04867478087544441, -0.01376369595527649, -0.01926022581756115, -0.008899134583771229, -0.03380250930786133, 0.04017455130815506, -0.004962296225130558, -0.06398772448301315, 0.04697473347187042, -0.008086705580353737, -0.050947073847055435, -0.032075315713882446, 0.027007026597857475, 0.0076147024519741535, -0.06852396577596664, -0.06395012885332108, 0.02172466553747654, -0.03222568705677986, -0.03253896161913872, 0.02357926219701767, -0.0200246199965477, -0.0202794186770916, 0.0264614038169384, 0.010810120031237602, -0.0129759032279253, -0.01083466038107872, 0.028251254931092262, 0.009214499965310097, 0.03366728127002716, 0.030676014721393585, 0.043253012001514435, 0.02984243631362915, -0.0570329912006855, -0.005267740692943335, 0.009810768999159336, -0.009369049221277235, 0.023700395599007607, 0.03876271843910217, -0.05776814743876457, 0.025532016530632973, -0.03379102423787117, 0.006190861109644175, 0.016253817826509476, -0.0018817461095750332, -0.05674060061573982, -0.0019861715845763683, 0.017581064254045486, 0.06023780629038811, -0.032012660056352615, -0.07286388427019119, -0.03872094675898552, -0.06440960615873337, 0.00795199628919363, 0.006225060671567917, -0.00019631980103440583, 0.013746563345193865, -0.002602281514555216, 0.01601468399167061, 0.04129816964268685, -0.009332500398159029, 0.014907773584127426, 0.0163686852902174, -0.009014002978801727, 0.007627233397215605, -0.013619164004921911, -0.045734159648418427, 0.013395694084465504, -0.013232789933681488, 0.03651966154575348, -0.02170691266655922, -0.005471892189234495, -0.023251887410879135, -0.022372102364897728, 0.0046949670650064945, 0.03643611818552017, 0.004880583379417658, -0.04850352182984352, -0.034159645438194275, -0.07735835760831833, 0.02597556449472904, 0.005845670122653246, -0.014573449268937113, 0.003961900714784861, -0.01167215220630169, 0.02032536454498768, 0.007552046794444323, -0.0002182491443818435, 0.024185188114643097, 0.03243871405720711, -0.037632834166288376, 0.03425571694970131, 0.048273783177137375, 0.06017410755157471, 0.06452656537294388, -0.0029534122440963984, -0.0200496818870306, 0.0007309779757633805, 0.0341554693877697, 0.0029990985058248043, 0.003059142967686057, 0.04968561977148056, 0.0398445688188076, -0.015588628128170969, -0.001959020970389247, 0.07268845289945602, -0.017990412190556526, -0.00033624988282099366, 0.016065329313278198, -0.03551299870014191, -0.011603753082454205, 0.04332401975989342, -0.018036359921097755, 0.002434939844533801, -0.012368148192763329, 0.004051706753671169, -0.04921570420265198, -0.020776482298970222, -0.04953942447900772, -0.019955698400735855, -0.02055196836590767, 0.02933518961071968, 0.04075097665190697, -0.02738034725189209, 2.4017846953938715e-05, 0.0018295334884896872, -0.007330664899200201, 0.043952662497758865, -0.023758873343467712, 0.012537920847535132, 0.012185403145849705, -0.0032350996043533087, -0.02008727565407753, 0.02377975732088089, 0.02796095423400402, -0.013938706368207932, -0.037187982350587845, -0.06807702779769897, 0.04717523232102394, -0.021436452865600582, 0.028921667486429214, -0.032877299934625626, 0.00021093936811666936, 0.06981466710567474, 0.012483015656471252, 0.03195418044924736, 0.015680521726608276, 0.040226761251688, 0.04948930069804192, -0.04953107237815857, 0.04884186387062073, 0.02312396466732025, -0.04023720696568489, -0.009673971682786942, 0.032188091427087784, 0.004787905607372522, -0.03173697367310524, 0.04896090552210808, 0.034159645438194275, 0.06019179522991181, -0.00672499742358923, -0.020371312275528908, 0.04058598726987839, -0.00559837743639946, -0.02677468024194241, -0.027676913887262344, 0.01832875050604343, 0.021728843450546265, -0.02454728446900845, 0.035287439823150635, -0.019861193373799324, 0.02153252251446247, -0.07371599972248077, -0.02933518961071968, 0.0342123806476593, -0.04501989111304283, -0.002331819850951433, -0.04242178425192833, -0.017535116523504257, 0.019910795614123344, -0.018345460295677185, 0.017109062522649765, 0.04514102265238762, -0.005459361243993044, -0.032312359660863876, 0.02116076834499836, 0.0008917931700125337, -0.0004584276466630399, -0.03849538788199425, -0.009532997384667397, -0.043453510850667953, 0.030578898265957832, -0.013796687126159668, -0.02532055601477623, -0.05376238748431206, -0.0027839818503707647, 0.041661567986011505, 0.023065488785505295, -0.01416217628866434, -0.00916228722780943, 0.047217004001140594, -0.014836764894425867, 0.038253121078014374, -0.07875347882509232, 0.0313526876270771, 0.048336438834667206, -0.01354867685586214, 0.03452722355723381, 0.06301447749137878, -0.004899641033262014, 0.07054146379232407, 0.03250868245959282, -0.04001164808869362, -0.06151075288653374, 0.0007435090374201536, 0.04229647293686867, 0.02744300290942192, 0.008629717864096165, -0.02289840765297413, -0.04222128912806511, -0.008005253039300442, -0.015342183411121368, -0.028196953237056732, 0.00805694330483675, 0.020843053236603737, 0.04153808578848839, 0.053875166922807693, 0.0007393320556730032, 0.038386788219213486, 0.010534437373280523, -0.04660872370004654, -0.06395848095417023, 0.0637078657746315, 0.01747872866690159, -0.02881515212357044, -0.01216242928057909, 0.02598104625940323, -0.05007408186793327, -0.04181193932890892, 0.06542879343032837, 0.030657216906547543, -0.020993689075112343, -0.00826213974505663, 0.006904609501361847, -0.007138783112168312, -0.02818024717271328, 0.017061026766896248, -0.004180410876870155, 0.026795564219355583, 0.06587991118431091, -0.014518463052809238, 0.0017877633217722178, 0.0348595567047596, -0.02677050419151783, -0.015910258516669273, -0.05116846039891243, 0.016064807772636414, 0.06295599788427353, 0.054393112659454346, 0.00987029168754816, -0.03735506162047386, -0.03202936798334122, 0.02808208577334881, -0.0061694541946053505, 0.017401453107595444, 0.003892979817464948, 0.006989715620875359, 0.004941411316394806, 0.014151733368635178, -0.016891857609152794, 0.016319606453180313, 0.040433526039123535, 0.03865411877632141, -0.0709424614906311, -0.03359992802143097, -0.021649479866027832, 0.021745549514889717, -0.03866227716207504, -0.012121704407036304, -0.01673313044011593, 0.000691296299919486, 0.002747433027252555, 0.02971530146896839, -0.012156163342297075, 0.018115723505616188, -0.006296853069216013, -0.015780769288539886, 0.004481286741793156, -0.00567865464836359, -0.016002152115106583, 0.019787052646279335, -0.0014786641113460064, 0.03410952165722847, -0.015448175370693209, -0.05072151869535446, 0.04036042839288711, -0.017061026766896248, -0.04069250077009201, 0.028320176526904103, -0.0010609623277559876, 0.0619242787361145, 0.004953942261636257, 0.049247030168771744, 0.04146316275000572, -0.026179976761341095, -0.0004427638195920736, -0.016507571563124657, 0.027165230363607407, -0.05345119908452034, -0.06275550276041031, 0.03641941398382187, -0.03760150820016861, 0.016471022740006447, -0.021627550944685936, 0.02876137383282185, 6.265525735216215e-05, 0.02215280942618847, 0.007613005116581917, 0.015086340717971323, 0.05235891044139862, -0.012058003805577757, 0.05380833148956299, 0.003892718814313412, -0.02202541008591652, -0.0007894561858847737, 0.03682040423154831, 0.016528457403182983, -0.012581697665154934, 0.0032246571499854326, 0.007660649251192808, 0.004257424734532833, 0.015435121953487396, -0.03342866897583008, 0.01255402434617281, -0.0011027324944734571, -0.010528171434998512, -0.0011925383005291224, -0.060132335871458054, -0.09298039972782136, -0.01741398312151432, -0.03773099556565285, 0.020408906042575836, 0.0031860198359936476, -0.024400046095252037, 0.001097511267289519, 0.028440264984965324, 0.047945890575647354, 0.02095191739499569, -0.018529247492551804, -0.02186041884124279, 0.008851098828017712, 0.030277106910943985, 0.034490153193473816, 0.008871983736753464, -0.06425923109054565, 0.021916808560490608, 0.021855195984244347, 0.00957998912781477, -0.04669487476348877, -0.011154723353683949, -0.02080572210252285, 0.007100929040461779, 0.02724250592291355, 0.03449798375368118, 0.0018264006357640028, 0.047083333134651184, 0.03807350993156433, 0.024828189983963966, 0.011457557789981363, 0.003935794346034527, -0.007209531962871552, -0.055591922253370285, -0.016563961282372475, 0.0002631520910654217, -0.03717127442359924, 0.0032559847459197044, -0.007397497538477182, 0.007133300881832838, -0.029905354604125023, 0.01766042783856392, 0.00983661413192749, -0.03792000561952591, 0.005386263597756624, -0.021566983312368393, -0.03032514452934265, -0.02329731360077858, -0.02253500744700432, 0.0036089427303522825, 0.04345768690109253, -0.003570093307644129, -0.01606062985956669, -0.023919688537716866, -0.03015388734638691, -0.00168960343580693, 0.027601728215813637, 0.005513662472367287, -0.03165343403816223, 0.018199263140559196, 0.0018015996320173144, -0.05098049342632294, -0.0013094948371872306, -0.05054190754890442, 0.02046797052025795, -0.04790203273296356, 0.003978608641773462, -0.021317407488822937, -0.036160439252853394, -0.007998988032341003, 0.06726668775081635, 0.010242045857012272, -0.011277945712208748, 0.01826818473637104, 0.003740518819540739, 0.00735155027359724, 0.044635605067014694, 0.06307295709848404, -0.007319178432226181, 0.03611370548605919, 0.00039263960206881166, 0.011674106121063232, 0.02801734209060669, -0.03103732503950596, 0.029183773323893547, 0.056748952716588974, -0.007865323685109615, 0.05179501324892044, -0.017894340679049492, 0.025775328278541565, 0.01794237643480301, 0.035295795649290085, -0.025782115757465363, -0.003972343169152737, 0.031027665361762047, 0.052346374839544296, -0.047918736934661865, 0.03270604461431503, 0.01318057719618082, -0.03318222612142563, 0.009289685636758804, 0.04320288822054863, -0.007476860657334328, -0.0009763777488842608, -0.039606478065252304, -0.018084917217493057, -0.025684479624032978, -0.0256802998483181, 0.03686635196208954, 0.05305229127407074, -0.012495546601712704, -0.008725788444280624, -0.001353353611193597, 0.002535449340939522, -0.02087881974875927, 0.008704903535544872, -0.014460833743214607, 0.03469012677669525, 0.0499592162668705, -0.011587045155465605, 0.021726755425333977, -0.02367951162159443, 0.01541945803910494, -0.0017687056679278612, -0.010541747324168682, -0.04102248325943947, -0.0527954064309597, 0.030041107907891273, -0.020362958312034607, -0.04153626039624214, 0.025529928505420685, -0.009965971112251282, 0.04012860357761383, -0.0244063101708889, 0.0146362679079175, 0.01965912990272045, 0.0042725661769509315, -0.0147359948605299, -0.015150041319429874, -0.03125661984086037, -0.0155129199847579, 0.015212696976959704, 0.014205512590706348, 0.014419063925743105, 0.004214610438793898, 0.031611666083335876, -0.07645612210035324, -0.056673768907785416, 0.03118560835719109, -0.012635476887226105, -0.014874357730150225, 0.03320728614926338, 0.08073338866233826, 0.025914214551448825, 0.012666021473705769, 0.04896612837910652, -0.01634884439408779, 0.02677468024194241, 0.021411258727312088, 0.04675126448273659, -0.003118143416941166, -0.07335676997900009, 0.00909754354506731, 0.011829312890768051, -0.05047507584095001, -0.03702925518155098, 0.010275461710989475, 0.002431023865938186, -0.035958897322416306, -0.009761689230799677, 0.012531573884189127, -0.037760235369205475, -0.022141845896840096, -0.037004195153713226, 0.02444390393793583, -0.0027693624142557383, -0.002063446445390582, 0.0005863488186150789, -0.0017741878982633352, 0.015982311218976974, -0.007635587360709906, 0.002656060736626386, 0.013901112601161005, -0.02382361516356468, 0.003116054693236947, 0.003835545852780342, 0.04045858606696129, -0.023500941693782806, -0.05730867385864258, -0.020916935056447983, -0.04358299821615219, -0.028283627703785896, -0.0026377863250672817, -0.051226940006017685, -0.03244393318891525, -0.016927361488342285, -0.009622802957892418, -0.024103475734591484, 0.032522253692150116, -0.020845403894782063, -0.015248723328113556, 0.0029155579395592213, -0.0025317943654954433, -0.001446814276278019, -0.04475047066807747, 0.016654811799526215, -0.016560828313231468, -0.0137277664616704, 0.023098904639482495, 0.004510656464844942, -0.008432092145085335, 0.01736803725361824, -0.013020806945860386, 0.0001023369186441414, 0.03875018656253815, -0.035032641142606735, -0.02710858173668385, -0.0018337105866521597, -0.006128205917775631, -0.0022910938132554293, -0.014941190369427204, 0.043608058243989944, 0.03881284222006798, 0.008755028247833252, 0.02834523655474186, -0.03635675832629204, 0.05418844521045685, 0.033132098615169525, -0.06860332936048508, 0.09515245258808136, 0.049326397478580475, -0.023048778995871544, -0.0013995617628097534, 0.02686135284602642, -0.029163934290409088, 0.00964890979230404, -0.05074449256062507, 0.02990744262933731, -0.03432672470808029, -0.007697198074311018, 0.07755885273218155, 0.04120209813117981, -0.02551165409386158, 0.027355285361409187, 0.02805284596979618, -0.03113966248929501, -0.007818331941962242, -0.007732702884823084, 0.01794028840959072, -0.016152916476130486, -0.02407423779368401, 0.010906191542744637, -0.02488040365278721, 0.0021783143747597933, 0.00929804053157568, -0.010861288756132126, 0.018616965040564537, 0.05250510573387146, 0.006556350272148848, 0.02451178058981895, 0.0434284433722496, 0.0022848283406347036, -0.023366235196590424, -0.012553502805531023, 0.013382118195295334, -0.010366834700107574, -0.03249719366431236, -0.06711631268262863, 0.03462851792573929, -0.015827761963009834, 0.002289005322381854, -0.0487959124147892, -0.02485099993646145, 0.033950794488191605, -0.014924481511116028, -0.008649036288261414, -0.026457227766513824, -0.01809692569077015, 0.0464860238134861, 0.05496954545378685, 0.006593421567231417, 0.010739111341536043, -0.02485951781272888, -0.06643128395080566, -0.03649877384305, -0.003943104296922684, -0.026877017691731453, 4.385867578093894e-05, 0.002539104083552957, -0.006796006578952074, 0.022021234035491943, -0.00166401918977499, -0.045970164239406586, 0.01201727893203497, -0.014167919754981996, 0.05476069450378418, 0.03464417904615402, 0.01873809844255447, 0.01959647610783577, 0.02446061186492443, 0.019539041444659233, 0.0034836323466151953, 0.009472430683672428, -0.06487742811441422, -0.023065488785505295, 0.043524518609046936, 0.04276116564869881, 0.024090945720672607, 0.0028988500125706196, -0.031049855053424835, 0.02407006174325943, -0.011539009399712086, 0.04284784197807312, -0.003118143416941166, 0.028703415766358376, -0.03433925658464432, -0.07655636966228485, 0.031741153448820114, 0.04634818062186241, -0.021244309842586517, 0.01372150145471096, -0.003165134694427252, -0.00038428555126301944, -0.012104994617402554, 0.0017018734943121672, -0.018385140225291252, 0.023175135254859924, 0.032877299934625626, 0.024857427924871445, 0.011765221133828163, -0.026882238686084747, -0.004991535563021898, 0.014928920194506643, -0.0154366884380579, 0.010137620382010937, 0.0073630367405712605, -0.02385076694190502, -0.01101270504295826, 0.027729127556085587, 0.0018754807533696296, -0.03127332776784897, -0.020375488325953484, 0.0076147024519741535, -0.008573327213525772, 0.027864880859851837, 0.00958834309130907, -0.014260335825383663, 0.05170207470655441, -0.0007852792041376233, -0.0606335774064064, 0.04088672995567322, -0.02300805412232876, 0.018409941345453262, -0.025137288495898247, 0.008466552942991257, -0.09750828146934508, -0.005513662472367287, 0.0016394791891798377, 0.03525820001959801, 0.0075144534930586815, -0.003055487992241978, 4.17701703554485e-05, 0.026920875534415245, -0.017516320571303368, -0.022355396300554276, 0.007622534409165382, -0.0225893072783947, 0.011729194782674313, 0.0109166344627738, -0.00032580734114162624, -0.08024884760379791, -0.041417211294174194, -0.015312944538891315, -0.0065808906219899654, -0.014129804447293282, -0.004323212895542383, 0.006065028719604015, -0.020652739331126213, -0.005939718335866928, 0.013800864107906818, -0.022436847910284996, -0.027367817237973213, 0.03716031089425087, -0.04892018064856529, 0.031474869698286057, 0.0023414792958647013, -0.05846988782286644, -0.003955635242164135, -0.061368733644485474, 0.023065488785505295, 0.0040757241658866405, 0.04283113405108452, -0.002094382420182228, -0.02355002239346504, -0.00698188366368413, -0.028332706540822983, 0.02969859167933464, 0.03522896394133568, -0.03209828957915306, 0.016941459849476814, -0.024982737377285957, 0.005362245719879866, 0.029615052044391632, -0.06409215182065964, 0.007882030680775642, 0.02640710212290287, 0.018598169088363647, -0.013475057668983936, 0.02304146997630596, -0.009284725412726402, 0.0019214279018342495, 0.03808761015534401, 0.007426736410707235, 0.0019391801906749608, 0.000985776074230671, 0.04776209965348244, 0.018253564834594727, -0.04554619640111923, -0.0012614591978490353, -0.033178046345710754, 0.021584343165159225, -0.007577108684927225, -0.028228281065821648, 0.02328895777463913, 0.009264623746275902, -0.0031494710128754377, 0.0006474376423284411, 0.07059994339942932, -0.013903854414820673, -0.0007951996522024274, -0.0018086483469232917, -0.03866247087717056, 0.05998405441641808, -0.025312723591923714, -0.03556312620639801, 0.002184579847380519, 0.024209989234805107, 0.03747149929404259, -0.018048107624053955, -0.06027853116393089, 0.03525193780660629, -0.03593800961971283, -0.010637247003614902, -0.03931408375501633, -0.0448298342525959, -0.0245822686702013, -0.0559636764228344, -0.0008847443968988955, 0.06126848980784416, 0.02731769159436226, 0.0004385868087410927, 0.06628090888261795, 0.04967726767063141, 0.02612410858273506, -0.0055115739814937115, -0.039197128266096115, 0.003909687977284193, -0.01141161099076271, 0.004961708560585976, 0.03823171555995941, -0.04894628748297691, -0.012472573667764664, 0.03503218665719032, -0.008760477416217327, 0.044508207589387894, 0.03427242487668991, -0.008019872941076756, 0.012929955497384071, 0.06791830062866211, -0.021018750965595245, -0.016238676384091377, -0.011771519668400288, -0.02136126533150673, 0.016002152115106583, -8.145183528540656e-05, 0.03866247087717056, -0.010083971545100212, -0.03811736777424812, -0.01531751360744238, -0.009805548004806042, -0.08049947023391724, 0.004786861594766378, 0.01191702950745821, 0.02287752367556095, -0.032150499522686005, 0.010033194907009602, -0.008407551795244217, 0.06145227327942848, -0.013007231056690216, -0.0400325320661068, 0.06472496688365936, -0.00497900415211916, -0.0020592694636434317, 0.06858661770820618, -0.009008781984448431, 0.02230527065694332, -0.00016081515059340745, -0.029660997912287712, -0.033758651465177536, -0.009983071126043797, -0.010714048519730568, -0.04193725064396858, 0.025302281603217125, -0.009684414602816103, 0.01809066161513329, 0.07803085446357727, 0.01087277475744486, 0.016854263842105865, 0.008462636731564999, -0.002253500744700432, 0.01872347854077816, -0.038033828139305115, -0.013195197097957134, -0.004552948754280806, 0.02244415692985058, 0.01914953626692295, -0.03439773619174957, 0.038484424352645874, -0.043641477823257446, 0.05618923157453537, 0.011311361566185951, 0.03898599371314049, 0.023037293925881382, -0.01586848683655262, 0.003334303852170706, 0.04111620783805847, 0.01031096652150154, 0.035959940403699875, 0.02059687115252018, 0.026692183688282967, -0.04755116254091263, 0.0231072586029768, -0.034585703164339066, 0.02855199947953224, -0.012042339891195296, -0.004410929977893829, -0.012382768094539642, 0.0015454962849617004, -0.0247331615537405, -0.02216116338968277, 0.03348401188850403, 0.06757160276174545, -0.011670585721731186, 0.019353164359927177, -0.04531436786055565, -0.05880405008792877, -0.007017388939857483, -0.01819508709013462, -0.009328323416411877, 0.047764189541339874, -0.01942312903702259, -0.03353727236390114, 0.0256802998483181, -0.012082021683454514, 0.03511827066540718, 0.04440169036388397, 0.02197476662695408, 0.012204395607113838, 0.027289368212223053, 0.01900542713701725, 0.014708582311868668, -0.02517070434987545, -0.002101561753079295, -0.004686613101512194, 0.012514343485236168, 0.03480708226561546, -0.013029944151639938, 0.02022511698305607, 0.03683815896511078, 0.018207617104053497, 0.051118336617946625, 0.003356233239173889, -0.026722466573119164, -0.014160088263452051, 0.0512164942920208, -0.009473997168242931, -0.026950115337967873, 0.03583045303821564, 0.03448127582669258, 0.0030158061999827623, -0.045462656766176224, -0.00269835302606225, 0.023430977016687393, 0.007158363237977028, -0.05888758972287178, -0.05021609738469124, 0.012088287621736526, 0.04980883747339249, -0.002051437506452203, 0.03268515691161156, 0.032582297921180725, -0.047663941979408264, -0.017444267868995667, 0.005073509644716978, 0.03111668862402439, 0.023052958771586415, -0.0018337105866521597, 0.052275367081165314, 0.05065886676311493, 0.02363356202840805, 0.04381273314356804, 0.04779656231403351, -0.06388329714536667, 0.04385868087410927, 0.030721960589289665, -0.017722561955451965, -0.011670585721731186, -0.001984083093702793, -0.013900329358875751, 0.04588662460446358, 0.03620638325810432, 0.020120691508054733, 0.006283278111368418, 0.035468097776174545, 0.032960839569568634, 0.011937914416193962, -0.02025017887353897, -0.0495268888771534], [-0.06725785881280899, -0.032748993486166, -0.061283789575099945, 0.0016710462514311075, -0.0007276806281879544, 0.011908692307770252, -0.0036938609555363655, -0.04201086238026619, 0.012979727238416672, 0.03892981633543968, -0.03266002610325813, 0.02919970452785492, -0.06836188584566116, 0.010465255938470364, 0.004197808913886547, 0.040887076407670975, -0.024240998551249504, 0.006951083894819021, 0.03334834426641464, 0.03383532166481018, -0.01645175740122795, -0.0379980131983757, 0.03772642835974693, 0.0071992529556155205, -0.035111285746097565, 0.04755019396543503, -0.023178083822131157, -0.03565210849046707, 0.014288469217717648, 0.007479322142899036, 0.02050909213721752, -0.021145904436707497, -0.030171310529112816, 0.0213847104460001, 0.0016809963854029777, 0.049259282648563385, 0.0061527276411652565, 0.004529091063886881, -0.04225435107946396, -0.024472778663039207, -0.04201086238026619, -0.00823173113167286, -0.0501583069562912, 0.010708742775022984, 0.009973599575459955, 0.03404383361339569, 0.035764485597610474, 0.04198276996612549, -0.017276158556342125, -0.05979711562395096, 0.027715370059013367, 0.04175332933664322, -0.0213776845484972, -0.025549739599227905, -0.013143612071871758, 0.03581833466887474, 0.03813701868057251, -0.006082491017878056, 0.045382220298051834, 0.0328403003513813, -0.006560100242495537, -0.02231651358306408, -0.033385805785655975, -0.02467997744679451, -0.00010886675590882078, 0.01846988871693611, 0.03601909428834915, 0.03276947885751724, 0.037260234355926514, -0.07621141523122787, -0.014878456480801104, -0.00832655094563961, -0.010263911448419094, -0.014756713062524796, 0.05171287804841995, -0.012654297053813934, -0.052057042717933655, 0.05201255530118942, -0.008634421043097973, -0.06018809601664543, -0.039341870695352554, 0.04836493358016014, -0.0048744212836027145, -0.052396517246961594, -0.02633405104279518, 0.001161245396360755, -0.01857290416955948, -0.04995228350162506, 0.022419529035687447, -0.002582366345450282, -0.014344658702611923, 0.0019572603050619364, 0.03373230621218681, -0.00582963926717639, 0.006460891105234623, 0.012300772592425346, 0.03245868161320686, 0.04358416050672531, 0.016890736296772957, 0.04427716135978699, 0.030211111530661583, -0.05186505615711212, 0.0055229393765330315, 0.018289616331458092, -0.04693679139018059, 0.03244931623339653, 0.010109390132129192, -0.04862012714147568, 0.00828792154788971, -0.014771930873394012, 0.022035568952560425, 0.012825206853449345, -0.0011776339961215854, -0.0403907373547554, 0.012600448913872242, -0.0027345456182956696, 0.037714723497629166, -0.03830705210566521, -0.036822717636823654, -0.013939627446234226, -0.06459896266460419, 0.006187845952808857, 0.0019806725904345512, 0.008435417897999287, 0.0055627403780817986, 0.022730326279997826, 0.02058401145040989, 0.032777089625597, -0.002219477202743292, 0.023754024878144264, 0.021040549501776695, 0.0030105903279036283, 0.022113999351859093, -0.004689464811235666, -0.03662371262907982, 0.009968917816877363, -0.013404658995568752, 0.05529026687145233, -0.016245145350694656, 0.02391790971159935, -0.02506042644381523, 0.006794222630560398, -0.039585355669260025, 0.04628359153866768, -0.018776588141918182, -0.028787648305296894, -0.0378153957426548, -0.0731537789106369, 0.02958834543824196, -0.024414246901869777, 0.002053250325843692, 0.0033701870124787092, -0.013803835958242416, 0.015773972496390343, 0.018821071833372116, -0.011157087050378324, 0.023857036605477333, 0.022935768589377403, -0.03955726325511933, 0.03041713871061802, 0.02856113389134407, 0.04759233444929123, 0.04292862117290497, -0.010296688415110111, -0.04870675504207611, -0.007770510856062174, 0.037880949676036835, 0.003035392612218857, -0.009066376835107803, 0.05222795158624649, 0.03871442377567291, -0.005212727468460798, 0.01366336364299059, 0.0630560964345932, -0.022620873525738716, -0.015995219349861145, -0.021075667813420296, -0.010001693852245808, -0.004148642998188734, 0.0011577336117625237, -0.00994784664362669, -0.0035211958456784487, -0.005223263055086136, 0.009251332841813564, -0.028647175058722496, -0.01851320080459118, -0.030782369896769524, -0.014782466925680636, -0.05035029351711273, 0.020976165309548375, 0.024812255054712296, -0.0505797266960144, 0.01144388597458601, 0.005889340303838253, -0.0375414714217186, 0.03924354165792465, -0.0008147447952069342, -0.01772303879261017, 0.001686849514953792, 0.014322416856884956, 0.0031097261235117912, 0.029877927154302597, 0.024959752336144447, -0.027942467480897903, -0.010032130405306816, -0.08098750561475754, 0.04402665048837662, -0.04006296768784523, 0.036755405366420746, -0.02309614047408104, 0.005175414495170116, 0.05704149976372719, 0.010863848961889744, -0.00732802040874958, 0.027815748006105423, 0.037330176681280136, 0.0760803073644638, -0.06273885816335678, 0.049869753420352936, 0.01826152205467224, -0.02542097307741642, 0.010069590061903, 0.04909071326255798, -0.0023107847664505243, -0.020031483843922615, 0.03416309133172035, -0.001617783447727561, 0.06365310400724411, 0.011373649351298807, 0.006204234901815653, 0.036794621497392654, -0.02111781015992165, -0.018446477130055428, -0.03303930535912514, 0.02313126064836979, 0.01089135929942131, -0.03288010135293007, 0.03446276858448982, -0.00563268456608057, 0.03932313993573189, -0.05926566198468208, -0.029405729845166206, 0.04491866007447243, -0.04370356351137161, -0.004008169751614332, -0.033783815801143646, 0.006356413941830397, -0.006939378101378679, -0.03682681545615196, 0.01959601603448391, 0.0303316842764616, -0.013254820369184015, 0.001142515684477985, 0.019677959382534027, -0.0005478456150740385, -0.026329366490244865, -0.022147946059703827, 0.0048837861977517605, -0.027879254892468452, 0.01968732289969921, -0.014885188080370426, -0.03646685183048248, -0.06183163449168205, 0.013593126088380814, 0.030400751158595085, 0.0013909776462242007, -0.008299627341330051, -0.036134399473667145, 0.04747995361685753, 0.0036850811447948217, 0.022195063531398773, -0.09024937450885771, 0.037337787449359894, 0.02320500835776329, -0.01370550598949194, 0.05195637047290802, 0.05064528807997704, 0.004851009231060743, 0.03511187061667442, 0.0007386551587842405, -0.03635915741324425, -0.04829469695687294, -0.020775992423295975, 0.08458361774682999, 0.04208578169345856, 0.018696988001465797, -0.014215892180800438, -0.0455695204436779, -0.005019577220082283, -0.01404907926917076, -0.015049366280436516, 0.012241657823324203, 0.024826303124427795, 0.05350859463214874, 0.05052705109119415, 0.005195168778300285, 0.04500294476747513, 0.023824259638786316, -0.025127150118350983, -0.05984159931540489, 0.020644882693886757, 0.02734077349305153, -0.0653013214468956, -0.01990622840821743, 0.012460853904485704, -0.026696352288126945, -0.06072190031409264, 0.06529196351766586, -0.0017301620682701468, -0.01087731122970581, -0.04082386568188667, 0.01453429739922285, -0.01707686297595501, -0.006755592301487923, 0.016440050676465034, -0.019551534205675125, 0.02211516909301281, 0.065469890832901, -0.0006871482473798096, -0.019928470253944397, 0.03496379032731056, -0.020747898146510124, 0.011663961224257946, -0.0779532864689827, 0.017353566363453865, 0.06053460016846657, 0.05774737522006035, 0.02463432215154171, -0.022311832755804065, -0.031625207513570786, 0.007088045123964548, -0.007850405760109425, 0.004860374145209789, 0.004065529443323612, 0.022054297849535946, 0.016161445528268814, 0.0027064511086791754, -0.004176737740635872, 0.011202886700630188, 0.04230117425322533, -0.0027111335657536983, -0.042834971100091934, -0.030866652727127075, -0.016491558402776718, -0.00798590388149023, -0.0427623949944973, -0.03871442377567291, -0.022339049726724625, 0.014946351759135725, 0.007882890291512012, 0.020701073110103607, 0.0042490228079259396, 0.03382127359509468, 0.009347908198833466, 0.00047292656381614506, 0.0049903118051588535, 0.02942914143204689, -0.018102318048477173, -0.004026899579912424, -0.01177165750414133, 0.04093389958143234, -0.008756164461374283, -0.040261972695589066, 0.04253295436501503, -0.04085430130362511, -0.03685549274086952, 0.03522132337093353, 0.004677758552134037, 0.07598665356636047, -0.010605729185044764, 0.03492164611816406, 0.03238142281770706, -0.02363228052854538, -0.006528493948280811, -0.012680050916969776, -0.0069382069632411, -0.043837010860443115, -0.05363970622420311, 0.055271536111831665, -0.05412434041500091, 0.016978532075881958, -0.015051706694066525, 0.03527282923460007, 0.015868792310357094, 0.014538980089128016, 0.041228894144296646, 0.01834346354007721, 0.03568488359451294, -0.003912179730832577, 0.06871950626373291, -0.0004992653266526759, -0.04011915624141693, 0.02388630248606205, 0.05217644199728966, 0.007915666326880455, 0.003823213279247284, -0.012507385574281216, -0.0007070486317388713, 0.05109480023384094, 0.030301246792078015, -0.027734098955988884, 0.009590810164809229, -0.014494497328996658, -0.02466241829097271, 0.009280269965529442, -0.05249953269958496, -0.05255571752786637, -0.0017746451776474714, -0.0402362160384655, 0.027885692194104195, 0.00860164500772953, 0.005934408865869045, -0.006475816480815411, 0.004534944426268339, 0.04246681556105614, 0.013689262792468073, -0.02801983803510666, -0.013157660141587256, 0.01149539276957512, 0.014094148762524128, 0.013720723800361156, 0.004568892065435648, -0.07300862669944763, 0.01227501966059208, 0.03101649135351181, 0.012534895911812782, -0.04544777423143387, -0.03804483637213707, 0.006066102534532547, 0.01626211777329445, 0.022783296182751656, 0.015446202829480171, -0.0071360403671860695, 0.050172358751297, 0.03848966583609581, 0.023093800991773605, 0.01037160772830248, 0.011729516088962557, -0.019497685134410855, -0.08136209845542908, 0.00859312154352665, -0.0053069619461894035, -0.03855053707957268, -0.014005182310938835, -0.006199552211910486, 0.002313125878572464, -0.03918735310435295, -0.006625654641538858, -0.0019876963924616575, -0.0653856098651886, -0.011729516088962557, -0.018307173624634743, -0.056086283177137375, -0.04074660316109657, -0.0029429143760353327, -0.025125980377197266, 0.042647674679756165, -0.014873774722218512, -0.03744255378842354, -0.031339578330516815, -0.05450361594557762, -0.007173500023782253, 0.01963113434612751, -0.01173887960612774, -0.020323550328612328, 0.026259129866957664, 0.009649340994656086, -0.07652981579303741, 0.007058780174702406, -0.013969039544463158, 0.019642841070890427, -0.040573351085186005, -0.017437411472201347, -0.006427528336644173, -0.051319558173418045, 0.02062615379691124, 0.0427132286131382, -0.005206874571740627, -0.02175813354551792, 0.010121096856892107, -0.01035755965858698, -0.01150709856301546, 0.04148877039551735, 0.08415283262729645, 0.023924129083752632, 0.06066570803523064, -0.012654297053813934, 0.008119353093206882, 0.031784411519765854, -0.018253911286592484, 0.028287798166275024, 0.06001909077167511, 0.0011518805986270308, 0.0656665563583374, -0.015143015421926975, 0.006110585760325193, -0.0037225408013910055, 0.04327775537967682, -0.03582535684108734, -0.03454939275979996, 0.02719913050532341, 0.03250550478696823, -0.04159880802035332, 0.03672906756401062, 0.022479230538010597, -0.04192658141255379, 0.01902007684111595, 0.02410520799458027, -0.021014796569943428, -0.009790838696062565, -0.019562361761927605, -0.03112652711570263, -0.03185933083295822, -0.040386054664850235, 0.03539925441145897, 0.05323701724410057, 0.004101818427443504, 0.0025940726045519114, 0.0026970861945301294, 0.0056329770013689995, -0.03388624265789986, -0.001189340022392571, -0.03144727647304535, 0.05013958364725113, 0.0502847358584404, -0.004841644316911697, 0.01653018780052662, -0.01929282769560814, 0.018880773335695267, -0.01352523174136877, -0.029082641005516052, -0.04570530727505684, -0.07824593037366867, 0.05910177528858185, -0.0120572866871953, -0.052293505519628525, 0.039627499878406525, -0.005909241270273924, 0.0226723812520504, -0.006255741231143475, 0.02359950356185436, 0.03363865986466408, 0.01975156180560589, -0.016514969989657402, 0.007789826486259699, -0.029209068045020103, -0.029667947441339493, 0.002453599125146866, -0.015985853970050812, -0.002779028844088316, 0.005635610781610012, 0.0034673477057367563, -0.05559111386537552, -0.029967622831463817, 0.024479804560542107, -0.007420498412102461, -0.015888692811131477, 0.0036991285160183902, 0.051287952810525894, -0.006249888334423304, -0.014103512279689312, 0.020635517314076424, 0.003166500711813569, 0.01112079806625843, 0.03665532171726227, 0.020078308880329132, 0.004026899579912424, -0.03853649273514747, -0.007761731743812561, -0.006585853174328804, -0.057519108057022095, -0.014798855409026146, 0.017730064690113068, -0.013405829668045044, -0.032493799924850464, 0.009972428902983664, 0.023304510861635208, -0.0490356981754303, -0.003494271542876959, -0.05070147290825844, 0.022496787831187248, 0.004527920391410589, 0.026010962203145027, 0.0027860526461154222, -0.0022545955143868923, 0.01035755965858698, -0.017677532508969307, 0.03030475787818432, -0.0022452306002378464, -0.013747647404670715, -0.01463848166167736, 0.04641703888773918, 0.014171408489346504, -0.0523662306368351, -0.020143862813711166, -0.017816688865423203, -0.042966078966856, -0.027148794382810593, 0.0021796764340251684, -0.033545009791851044, -0.034270789474248886, -0.020822815597057343, -0.018589291721582413, 0.009047354571521282, 0.03594242036342621, -0.03854585811495781, -0.013335593044757845, -0.002821170724928379, -0.024100525304675106, -0.023474248126149178, -0.008353475481271744, 0.011930860579013824, 0.00529584102332592, -0.012745605781674383, -0.0006274471525102854, 0.01901071146130562, -0.054297588765621185, 0.03828832134604454, -0.007297584787011147, -0.020916465669870377, 0.050177037715911865, -0.014019228518009186, -0.010516762733459473, -0.009903362952172756, -0.002147594466805458, -0.017575543373823166, -0.015881670638918877, 0.04436144605278969, 0.036377884447574615, -0.023508194833993912, 0.02257405035197735, -0.014913574792444706, 0.08837639540433884, 0.010047348216176031, -0.05000847205519676, 0.06283368170261383, 0.023908544331789017, 0.006564782466739416, -0.01902007684111595, 0.02041076123714447, -0.023552680388092995, 0.003675716230645776, -0.056531112641096115, 0.004112354014068842, -0.027264684438705444, -0.02776453457772732, 0.05266810208559036, 0.03902346640825272, -0.002135193208232522, 0.019633475691080093, 0.02977871708571911, -0.038790512830019, -0.012843935750424862, 0.005168244242668152, 0.01482753548771143, -0.028387298807501793, -0.03185757249593735, -0.00039332505548372865, -0.02768668904900551, 0.008404982276260853, -0.004396812524646521, -0.0039613451808691025, 0.03900473564863205, 0.05479392409324646, 0.029012406244874, 0.04312996566295624, 0.02457813359797001, -0.016042042523622513, -0.036836765706539154, -0.0006812951760366559, 0.03377445042133331, 0.010512080043554306, 0.002386289183050394, -0.06120887398719787, 0.014164384454488754, -0.012548942118883131, -0.004982117563486099, -0.04987034201622009, -0.03184996545314789, 0.023407524451613423, -0.02971125952899456, -0.005130785051733255, 0.0012572355335578322, -0.005623611621558666, 0.04947935417294502, 0.043497536331415176, -0.03872144594788551, -0.0045156292617321014, -0.030524833127856255, -0.060628246515989304, -0.015302218496799467, 0.01318107172846794, -0.012711072340607645, 0.012499776668846607, 0.0050055296160280704, -0.02569255605340004, 0.02018132247030735, 0.018598657101392743, -0.028019730001688004, 0.009373077191412447, -0.010338829830288889, 0.037150487303733826, 0.03499656543135643, 0.02985524572432041, 0.00307753449305892, 0.024541843682527546, 0.008921220898628235, 0.01367740985006094, 0.008662516251206398, -0.07405748963356018, -0.019400523975491524, 0.02393195778131485, 0.02540692687034607, 0.010207721963524818, 0.01015972625464201, -0.03082919307053089, -0.017329715192317963, -0.006314857397228479, 0.06192996725440025, 0.02191382460296154, 0.02182837016880512, -0.06748100370168686, -0.06761913001537323, 0.038353875279426575, 0.05470963940024376, 0.001002042437903583, -0.018711034208536148, -0.014791831374168396, -0.026828045025467873, -0.012956315651535988, -0.018670210614800453, -0.03383532166481018, 0.004897833336144686, 0.030276665464043617, 0.026544760912656784, 0.032571062445640564, -0.045138731598854065, 0.01647341251373291, 0.01829781010746956, 0.0031653305049985647, 0.0225880965590477, -0.010196015238761902, -0.05279920995235443, -0.02545203268527985, 0.022250374779105183, -0.006786027457565069, -0.04659965634346008, 0.00497041130438447, 0.04235736280679703, -0.0031372355297207832, 0.023964734748005867, 0.01591898314654827, -0.005512403789907694, 0.03367319330573082, -0.0150868259370327, -0.06819507479667664, 0.058792732656002045, -0.01072981394827366, 0.009475504979491234, -0.01639907993376255, -0.001142515684477985, -0.10174007713794708, -0.024582816287875175, -0.01957026310265064, 0.03406944125890732, 0.009154172614216805, 0.005568885710090399, 0.024292506277561188, 0.03401559591293335, -0.013049962930381298, -0.020064260810613632, 0.01244592946022749, -0.024208221584558487, 0.015733003616333008, 0.02221584320068359, -0.03656050190329552, -0.08802053332328796, -0.02140285260975361, 0.00799722783267498, 0.009350835345685482, -0.023640476167201996, 0.022741448134183884, 0.009048817679286005, -0.021131858229637143, -0.051923587918281555, 0.012333549559116364, -0.037295643240213394, -0.03890172019600868, 0.03802142292261124, -0.05571168661117554, 0.029564933851361275, -0.025626415386796, -0.06625653803348541, 0.028188297525048256, -0.039543215185403824, -0.0019560898654162884, -0.021206775680184364, 0.041514523327350616, -0.005441581830382347, 0.001719626598060131, 0.012560063041746616, 0.0011799752246588469, 0.02278476022183895, 0.02909434959292412, -0.03115228191018105, 0.014648724347352982, 0.0093836123123765, -0.01832239143550396, 0.01820533163845539, -0.03957599028944969, 0.007304607890546322, -0.005684483330696821, 0.03278059884905815, -0.009879951365292072, 0.00469180615618825, -0.04167138412594795, 0.0025097886100411415, 0.030492056161165237, 0.02084857039153576, 0.01061977632343769, 0.01297036185860634, 0.05084194615483284, 0.02559890598058701, -0.05520949512720108, -0.01685795933008194, -0.03607001528143883, 0.028595667332410812, -0.0020927584264427423, -0.0044752429239451885, -0.011717808432877064, 0.006841046269983053, 0.04515746235847473, 0.026301270350813866, 0.02851138450205326, 0.011603089980781078, -0.000564234156627208, 0.004208344034850597, -0.014852704480290411, 0.056919753551483154, -0.008964533917605877, -0.001882341457530856, 0.0032051310408860445, 0.02318744920194149, 0.029691359028220177, -0.015077460557222366, -0.0501864068210125, 0.04553205892443657, -0.04670266807079315, -0.0030330512672662735, -0.047779630869627, -0.04532603174448013, 0.00651561701670289, -0.05359873175621033, -0.012080698274075983, 0.06922520697116852, 0.048814453184604645, -0.006232329178601503, 0.0214268509298563, 0.03767258301377296, 0.018519055098295212, 0.020008070394396785, -0.016880199313163757, 0.050261322408914566, -0.006307248491793871, -0.04043756052851677, 0.04902047663927078, -0.04431462287902832, -0.010474621318280695, 0.024960339069366455, 0.04394002631306648, 0.02371188253164291, 0.04163626581430435, -0.019176937639713287, 0.005830809939652681, 0.06146113947033882, -0.011706102639436722, 0.003661668859422207, -0.01815850660204887, -0.0275912843644619, 0.011003737337887287, -0.0036850811447948217, 0.01774411089718342, -0.001919800997711718, -0.05373569577932358, -0.02178739942610264, 0.0037084934301674366, -0.08124972134828568, -0.01697384938597679, 0.03306388854980469, 0.03289414942264557, -0.030220475047826767, 0.0214268509298563, -0.06407452374696732, 0.03965793550014496, -0.02220706269145012, -0.02858162112534046, 0.03141918033361435, -0.011942566372454166, -0.007805629633367062, 0.05229818448424339, -0.00013696140376850965, 0.007879963144659996, 0.012020704336464403, -0.039613451808691025, -0.057921797037124634, -0.013989378698170183, -0.009407024830579758, -0.035265807062387466, 0.039496392011642456, 0.005259552039206028, 0.01715763472020626, 0.08197784423828125, 0.011270636692643166, 0.02331855706870556, -0.009646999649703504, 0.016027996316552162, 0.015414596535265446, -0.02383011393249035, -0.003160647815093398, -0.00010067248513223603, 0.02983885630965233, 0.012855056673288344, -0.05552438646554947, 0.049788396805524826, -0.04954022914171219, 0.06450530886650085, -0.000526774616446346, 0.0020766626112163067, 0.016426002606749535, -0.04462366551160813, -0.018803805112838745, -0.005225604400038719, 0.020729167386889458, 0.029457824304699894, 0.02922779694199562, 0.04727509617805481, -0.03461260348558426, -0.010266252793371676, -0.010207721963524818, 0.02575576864182949, -0.016070138663053513, -0.0016013948479667306, 0.011846576817333698, -0.0028475828003138304, -0.017883414402604103, -0.01800164394080639, 0.04851477220654488, 0.06558871269226074, -0.04746122285723686, 0.04076767712831497, 0.004616887308657169, -0.04833215847611427, -0.022648969665169716, -0.04166436195373535, -0.011753073893487452, 0.04266640543937683, -0.018785953521728516, -0.005962503608316183, 0.03090411052107811, -0.0016294895904138684, 0.011748244985938072, 0.05311761423945427, 0.03944488614797592, 0.01996592991054058, 0.01432385016232729, 0.013021868653595448, 0.006320125423371792, -0.02258107252418995, -0.008060237392783165, -0.017044086009263992, 0.0017723040655255318, -0.008801160380244255, -0.0400255061686039, -0.019777754321694378, 0.06001484766602516, 0.03207471966743469, 0.04437549412250519, 0.04184375703334808, -0.010491009801626204, -0.02300073765218258, 0.04936229810118675, 0.006139851175248623, 0.0032788794487714767, 0.0392189584672451, 0.016422931104898453, -0.006314271595329046, -0.06594282388687134, 0.019301023334264755, -0.008664857596158981, 0.008509751409292221, -0.051806531846523285, -0.03621048852801323, 0.031784411519765854, 0.038283638656139374, -0.002135193208232522, 0.030791735276579857, 0.020380325615406036, -0.04722242057323456, -0.016482193022966385, -0.0118992542847991, 0.05975731462240219, 0.013724234886467457, 0.009657535701990128, 0.043818287551403046, 0.05075766518712044, 0.03087601810693741, 0.02114122174680233, 0.02779497019946575, -0.05071786046028137, 0.053038012236356735, 0.037485282868146896, -0.010376290418207644, -0.01821001432836056, -0.03071681596338749, -0.00649805786088109, 0.008868543431162834, 0.006251059006899595, -0.013161171227693558, 0.008276214823126793, 0.06244503706693649, 0.04575213044881821, -0.002872677519917488, -0.023805532604455948, -0.01940871775150299], [-0.023596396669745445, -0.027454551309347153, -0.00989046972244978, -0.03423014655709267, -0.0016428357921540735, 0.031162817031145096, 0.030944475904107097, -0.01962246745824814, 0.05042211711406708, 0.015667688101530075, 0.007733477745205164, -0.0077519663609564304, 0.005669808480888605, -0.02253132686018944, -0.02648434229195118, 0.002268803771585226, 0.05611349642276764, 0.0024017447140067816, 0.012264922261238098, 0.008117333985865116, 0.0025089893024414778, -0.012378494255244732, 0.007180583663284779, 0.03521620109677315, -0.03975512832403183, 0.003534605959430337, 0.0006550213438458741, 0.002211577259004116, -0.02499997988343239, 0.04059723764657974, -0.022472117096185684, -0.03389779478311539, 0.019930168986320496, -0.058842748403549194, -0.05282077565789223, 0.01219889149069786, -0.026507234200835228, 0.047967106103897095, -0.052280209958553314, -0.018337074667215347, -0.004498098976910114, 0.0466984398663044, -0.020421873778104786, 0.032488707453012466, -0.02740524709224701, 0.018274566158652306, -0.029204795137047768, 0.010022531263530254, 0.006733337417244911, -0.04856313765048981, 0.04991544038057327, -0.0333312526345253, -0.03089517168700695, -0.019017629325389866, 0.0020425396505743265, 0.020050344988703728, -0.010838335379958153, -0.03300462290644646, 0.0377403199672699, 0.03406551107764244, 0.01015063002705574, 0.016090281307697296, -0.020030975341796875, -0.004074624739587307, 0.052405230700969696, 0.029134362936019897, 0.017675010487437248, 0.03091278113424778, -0.008899133652448654, -0.03219376876950264, 0.03395546227693558, 0.02323410846292973, -0.03111131303012371, -0.02305164560675621, 0.030388059094548225, 0.0040780361741781235, -0.06764327734708786, 0.0007685935706831515, -0.004465414211153984, -0.010954879224300385, -0.023281430825591087, -0.03889277204871178, -0.03323440998792648, -0.015931369736790657, -0.03175092488527298, -0.02228129096329212, 0.022920463234186172, -0.0038033495657145977, -0.004255877807736397, 0.007611541543155909, -0.005666286218911409, 0.033369552344083786, 0.05750101059675217, 0.004002321511507034, 0.010906457901000977, 0.05035212263464928, 0.04438650235533714, 0.04780951514840126, -0.0014861237723380327, 0.00047365788486786187, 0.01049899496138096, 0.014932548627257349, -0.0476897768676281, -0.02334129624068737, -0.0043386355973780155, -0.021703744307160378, 0.08289893716573715, -0.016703814268112183, -0.00782680045813322, 0.03700694441795349, 0.006189247127622366, -0.01424495317041874, -0.0007945655379444361, -0.009804190136492252, 0.0022538367193192244, -0.012023692019283772, 0.058988895267248154, 0.02560041844844818, -0.034434400498867035, 0.0027336576022207737, -0.03398275375366211, -0.008511755615472794, -0.005347579717636108, -0.02170814573764801, 0.013849101029336452, -0.01018100418150425, 0.035631753504276276, -0.004958441015332937, -0.026538049802184105, -0.0035128160379827023, 0.029736559838056564, -0.02395537868142128, 0.034761909395456314, -0.017154691740870476, -0.042539410293102264, 0.0038839066401124, -0.013170858845114708, -0.0009473157697357236, -0.03586973622441292, 0.043747104704380035, -0.03764611855149269, 0.009357824921607971, 0.0015917723067104816, 0.0256442166864872, -0.01457070279866457, -0.001988834934309125, -0.03783100098371506, -0.022147467359900475, -0.031384680420160294, 0.007812714204192162, -0.03474077954888344, 0.015675941482186317, -0.048210978507995605, 0.046245917677879333, 0.02868007495999336, 0.020304780453443527, 0.001669247867539525, 0.06216363608837128, -0.059113916009664536, 0.00985877588391304, 0.005208475980907679, 0.0273242499679327, 0.020594434812664986, 0.003884787205606699, -0.01376557257026434, 0.00808123778551817, -0.005852932576090097, 0.02325325645506382, -0.006058617029339075, -0.0031632950995117426, 0.060702163726091385, 0.0015142965130507946, 0.04576697573065758, 0.00020073234918527305, -0.04340396821498871, 0.0027230926789343357, 0.02449110709130764, -0.012575705535709858, -0.034064628183841705, -0.018201494589447975, 0.02677135542035103, -0.036193449050188065, -0.0010124658001586797, 0.01049530878663063, -0.06206151098012924, 0.003026392310857773, -0.021366659551858905, -0.007317926734685898, -0.02193969301879406, 0.05440550670027733, -0.0034952079877257347, -0.02274966426193714, -0.006440162658691406, 0.020161274820566177, -0.005768413655459881, 0.0008324779919348657, -0.04502391070127487, 0.00711983535438776, 0.033083476126194, -0.06640367209911346, -0.014271365478634834, 0.06761863082647324, 0.04648186266422272, 0.024552734568715096, -0.05550777539610863, -0.03176853433251381, 0.06181852146983147, -0.020657824352383617, 0.07412657886743546, 0.0171890277415514, -0.011273968033492563, 0.01931256428360939, 0.03246229514479637, 0.0004433939757291227, -0.014311863109469414, 0.029474198818206787, 0.03537643328309059, -0.08895612508058548, 0.02559073269367218, 0.027665847912430763, -0.01030514109879732, -0.00435624411329627, 0.011385838501155376, -0.041052404791116714, -0.014621766284108162, 0.02624663338065147, 0.035121116787195206, 0.018506113439798355, -0.007464073598384857, -0.03745419159531593, 0.03718610852956772, -0.02268715761601925, 0.028130702674388885, -0.04692910984158516, 0.004085079301148653, 0.01882658153772354, -0.009487244300544262, 0.01836700923740864, -0.028614044189453125, 0.021839328110218048, -0.029923204332590103, 0.004394541960209608, 0.028053224086761475, -0.010933970101177692, 0.019751502200961113, -0.007564439903944731, -0.002176361158490181, 0.0017502452246844769, 0.009750925935804844, 0.0016903775976970792, 0.04044052213430405, 0.0521833673119545, -0.01004982367157936, 0.0013417372247204185, 0.002011285163462162, 0.020046822726726532, 0.012536967173218729, 0.027708107605576515, -0.011316725984215736, 0.020492305979132652, 0.0056416355073452, -0.028687115758657455, -0.006821378134191036, 0.0014368209522217512, 0.031525541096925735, -0.004240470938384533, 0.031108010560274124, -0.020979061722755432, -0.03688192740082741, 0.002515317173674702, 0.06537535786628723, -0.037670768797397614, -0.029530545696616173, -0.01646709442138672, -0.04156920313835144, 0.03312435746192932, 0.04743622243404389, -0.033689577132463455, 0.04126634448766709, 0.03060287982225418, -0.029009344056248665, -0.059758372604846954, 0.012915541417896748, -0.03311731666326523, 0.010997138917446136, -0.011837925761938097, -0.0015120955649763346, -0.04465326294302941, -0.012677832506597042, -0.03473725914955139, -0.011336121708154678, -0.00804866198450327, -0.04424211010336876, -0.0051626949571073055, 0.07455269247293472, -0.019777419045567513, 0.002225829055532813, -0.03438510000705719, -0.10236644744873048, -0.037131961435079575, 0.06689669191837311, 0.056240275502204895, 0.00039442142588086426, 0.02753862924873829, 0.02178122103214264, -0.029905598610639572, -0.03776497393846512, 0.09790103882551192, -0.012337996624410152, -0.003410689067095518, -0.032435882836580276, -0.0124277975410223, -0.011735798791050913, -0.005921604111790657, 0.0571400448679924, -0.031055405735969543, 0.01443864218890667, 0.04409420117735863, -0.04972175508737564, 0.018395181745290756, 0.0035638795234262943, 0.018495548516511917, -0.01964414678514004, -0.02123536914587021, -0.009135082364082336, 0.05252496153116226, -0.025148769840598103, 0.01967529207468033, -0.05555003508925438, -0.025151411071419716, 0.006014926824718714, -0.04100574180483818, 0.01294575072824955, -0.03500138223171234, -0.002641957951709628, -0.011258674785494804, 0.005071132909506559, 0.004132620990276337, -0.003556836163625121, 0.04023098573088646, -0.017174940556287766, -0.06888289004564285, -0.01990419626235962, -0.024418912827968597, 0.0239329282194376, -0.035737402737140656, -0.013167337514460089, -0.01975276693701744, 0.0061571127735078335, -0.04463653266429901, 0.02066662721335888, 0.02554406970739365, -0.0042312266305089, -0.00455697625875473, -0.011274466291069984, 0.02138327620923519, 0.021631304174661636, -0.054859794676303864, 0.0011392440646886826, 0.007539788726717234, 0.06802361458539963, -0.03936466947197914, -0.0632835105061531, 0.040299657732248306, -0.005524981301277876, -0.04936783388257027, 0.05670512840151787, 0.009106469340622423, 0.046361684799194336, -0.011128319427371023, 0.02616211399435997, -0.013237769715487955, 0.0021437862887978554, 0.07104846090078354, -0.007208756171166897, 0.005618744529783726, -0.040732819586992264, -0.022494349628686905, 0.008963403292000294, -0.029697822406888008, 0.0007958861533552408, -0.05269047990441322, 0.06176745519042015, 0.020944835618138313, -0.007401564624160528, 0.05681077763438225, 0.014868279919028282, -0.002060147700831294, -0.02083742618560791, 0.016488224267959595, -0.00010828981612576172, -0.031228847801685333, 0.02661992609500885, 0.01342815812677145, 0.010745342820882796, -0.0071590133011341095, 0.0017678531585261226, -0.011685616336762903, 0.06268219649791718, -0.006290933582931757, -0.030161574482917786, -0.015579646453261375, 0.009596414864063265, 0.010558697395026684, -0.025204235687851902, -0.04047926142811775, -0.03401973098516464, -0.04342861846089363, 0.03449944034218788, 0.02968021295964718, 0.027063651010394096, 0.009201993234455584, 0.01838461682200432, 0.002132561057806015, 0.0496772937476635, -0.013147968798875809, -0.023445187136530876, -0.02907097525894642, 0.04603813588619232, 0.020835664123296738, 0.013049143366515636, 0.03775880858302117, -0.027770614251494408, 0.06095924228429794, 0.04189319163560867, 0.028503993526101112, -0.014572463929653168, -0.055513057857751846, -0.03077191673219204, -0.0094978092238307, 0.04107881709933281, 0.04599764198064804, 0.020235229283571243, 0.03691186010837555, 0.01866106502711773, 0.03605258464813232, 0.012755308300256727, 0.016291014850139618, -0.03233199194073677, -0.016077516600489616, -0.022371090948581696, -0.041290994733572006, 0.003023310797289014, 0.021791785955429077, -0.004881405271589756, 0.00787962507456541, -0.023955820128321648, -0.022466175258159637, -0.05933842062950134, -0.093527190387249, -0.02946099266409874, -0.024938132613897324, -0.04226120188832283, 0.0026517799124121666, -0.03646285459399223, 0.01451259572058916, 0.020604118704795837, 0.032444246113300323, -0.01676907390356064, -0.00738483713939786, 0.0027151689864695072, 0.021143807098269463, -0.03406286984682083, 0.03903539478778839, -0.014133141376078129, -0.017686456441879272, 0.03196442499756813, -0.007719391491264105, -0.028524957597255707, 0.023415250703692436, 0.026560058817267414, -0.03900502249598503, 0.0012959562009200454, 0.021348942071199417, -0.02530636079609394, 0.009930968284606934, 0.006172519642859697, 0.003033875487744808, -0.006276407279074192, 0.003650049213320017, -0.02153734862804413, -0.022721493616700172, 0.050815217196941376, -0.0035128160379827023, -0.0012610701378434896, 0.012180844321846962, -0.03583952784538269, 0.019363628700375557, -0.030116895213723183, -0.06380999833345413, -0.005372231360524893, 0.06811517477035522, 0.015171139501035212, 0.07206643372774124, -0.02667275071144104, 0.0709606409072876, 0.004061088431626558, 0.019338976591825485, -0.046305783092975616, -0.005629309453070164, 0.011333453468978403, 0.04502039402723312, -0.0047920444048941135, 0.01026552263647318, 0.04992248862981796, -0.03362442925572395, 0.03016267530620098, 0.03743306174874306, 0.03757568821310997, -0.014491465874016283, -0.034399185329675674, -0.04333001375198364, 0.003019789233803749, -0.023955820128321648, -0.003028593026101589, 0.0327475443482399, 0.004384857136756182, -0.0074323792941868305, 0.011824280023574827, -0.005287712439894676, 0.010610640980303288, 0.006857474334537983, -0.05381035432219505, 0.0377235934138298, -0.03596285358071327, 0.004451327957212925, 0.056046582758426666, -0.04281937703490257, -0.047830644994974136, 0.052760910242795944, -0.039687447249889374, 0.005004882346838713, -0.001003661658614874, 0.05236825346946716, 0.04031198471784592, -0.017385302111506462, 0.011988474987447262, -0.034293536096811295, 0.0009717469802126288, 0.016996217891573906, 0.010362367145717144, 0.07111559808254242, -0.019337216392159465, -0.0468023307621479, -0.027102386578917503, -0.016233347356319427, -0.03242003545165062, 0.04377374053001404, 0.006347720045596361, -0.0030589671805500984, 0.000598675396759063, -0.044673509895801544, -0.07156636565923691, -0.04872161149978638, 0.04749608784914017, -0.015614863485097883, -0.0355454720556736, 0.03735734522342682, 0.058467693626880646, -0.022003522142767903, 0.006814335007220507, -0.032043661922216415, 0.002579586813226342, 0.03565112128853798, -0.02431502565741539, 0.010874763131141664, -0.009728475473821163, -0.0261025782674551, -0.01425859984010458, 0.016017649322748184, -0.014470336027443407, 0.022405317053198814, -0.0532398521900177, 0.010427516885101795, 0.01672857441008091, -0.013405926525592804, 0.019639194011688232, -0.05492318421602249, -0.011262141168117523, -0.03690186142921448, 0.05150369182229042, 0.012788763269782066, 0.004983092192560434, -0.020405147224664688, 0.017502451315522194, 0.007494007237255573, 0.02273029647767544, -0.019558196887373924, 0.04928859695792198, -0.0055641597136855125, 0.021977990865707397, -0.003964903764426708, -0.02046765573322773, 0.0206490196287632, -0.06743902713060379, -0.03777993842959404, -0.046731457114219666, 0.0012713049072772264, -0.060017213225364685, -0.03028593398630619, -0.04746439307928085, -0.001947455806657672, -0.006810373160988092, 0.0175411906093359, 0.07851099967956543, -0.041935451328754425, -0.020775796845555305, -0.012741221114993095, -0.02293763123452663, -0.00013382156612351537, -0.0184625331312418, -0.00769297918304801, -0.010154591873288156, 0.016991816461086273, 0.02534157782793045, 0.01748616434633732, 0.002281789667904377, 0.01883714646100998, -0.004352722316980362, -0.033384956419467926, 0.07120011746883392, -0.03518098592758179, -0.016745302826166153, 0.03616439551115036, 0.03337087109684944, 0.024872321635484695, 0.013679073192179205, 0.01694251410663128, 0.02097564935684204, -0.054806094616651535, 0.023179303854703903, -0.029725994914770126, 0.02087484300136566, 0.0440308153629303, -0.056532565504312515, 0.07440830767154694, 0.003082518232986331, -0.015877224504947662, -0.05242987722158432, -0.018646977841854095, -0.029799949377775192, 0.01121614035218954, -0.07027041167020798, -0.053236331790685654, -0.03496968746185303, 0.01410761009901762, 0.009395682252943516, 0.011050843633711338, -0.038736939430236816, 0.044753629714250565, 0.03700518608093262, -0.019685856997966766, -0.037713028490543365, -0.00988166593015194, 0.019742202013731003, -0.007155931554734707, -0.008980130776762962, 0.0160903912037611, 0.015267983078956604, -0.052415795624256134, 0.0008495908114127815, 0.03362442925572395, 0.01656966283917427, 0.05631246417760849, 0.06729111820459366, -0.008761790581047535, -0.008487104438245296, 0.023925887420773503, -0.008649098686873913, -0.005222562700510025, 0.011758689768612385, 0.029306922107934952, -0.0015662405639886856, -0.04639514535665512, 0.0015644796658307314, -0.012063750065863132, -0.02637605369091034, -0.03360087797045708, 0.007155931554734707, 0.02941080927848816, -0.009684895165264606, 0.01650231145322323, 0.0070361969992518425, -0.03155723586678505, 0.007312644273042679, 0.006659383419901133, -0.022366687655448914, 0.0113043999299407, -0.017164375633001328, -0.012931388802826405, -0.03109634481370449, 0.025753607973456383, 0.03165055811405182, -0.02734009549021721, -0.024978850036859512, -0.0022538367193192244, 0.007171778939664364, 0.057571444660425186, -0.007552994880825281, 0.00801696814596653, 0.013236009515821934, 0.0541660375893116, 0.06950973719358444, 0.0055597578175365925, 0.05490557849407196, -0.023820238187909126, -0.011692438274621964, -0.03209252282977104, -0.01869363896548748, -0.01062472816556692, -0.04085079208016395, 0.016271645203232765, -0.048052508383989334, 0.021897435188293457, 0.016629090532660484, 0.011755167506635187, 0.02665778249502182, -0.017555275931954384, 0.006423435173928738, 0.027121758088469505, 0.06495100259780884, -0.02748756669461727, -0.041484683752059937, -0.015826160088181496, 0.014845087192952631, 0.020559217780828476, -0.03953370824456215, 0.0006303699919953942, -0.006064229644834995, -0.004743622150272131, -0.013810032978653908, -0.0006532605038955808, -0.03601560741662979, 0.016419552266597748, 0.01278524100780487, 0.009314685128629208, -0.011700582690536976, -0.03579903021454811, 0.0008777638431638479, -0.010945195332169533, 0.03757370635867119, -0.04499398171901703, -0.008442203514277935, -0.014306580647826196, -0.032192669808864594, -0.03982996568083763, -0.028398344293236732, 0.05769117921590805, 0.019150570034980777, -0.0007606699364259839, 0.03405758738517761, 0.006226223893463612, -0.032265082001686096, 0.04734113812446594, -0.018294814974069595, -0.037448909133672714, 0.06731884926557541, -0.07510911673307419, 0.05056694522500038, 0.032212257385253906, 0.020721212029457092, -0.049964748322963715, 0.006416391581296921, -0.01083250343799591, 0.03042481653392315, 0.032342009246349335, -0.016983013600111008, 0.01714148558676243, -0.011860815808176994, 0.0020784162916243076, -0.01007887627929449, 0.03223162516951561, -0.03676219284534454, -0.015084859915077686, -0.016510620713233948, -0.023714590817689896, -0.023656483739614487, -0.04227352514863014, -0.006522040348500013, -0.03787854313850403, -0.06015631556510925, 0.0062684835866093636, 0.0015706425765529275, 0.0013586850836873057, -0.0461895689368248, -0.011017388664186, -0.02767465077340603, -0.06017040088772774, 0.02366550639271736, -0.04406867176294327, 5.1063492719549686e-05, -0.022254878655076027, -0.0803915411233902, -0.0010670508490875363, 0.00416255509480834, 0.07050987333059311, 0.030225185677409172, 0.038188450038433075, -0.03435692563652992, -0.008423714898526669, 0.052778519690036774, -0.007280949503183365, 0.024299178272485733, 0.03879944980144501, -0.03121564164757729, 0.017167897894978523, 0.08064509928226471, -0.047612302005290985, -0.03660547733306885, -0.0523594468832016, -0.0330539271235466, -0.005892991088330746, 0.03039158135652542, 0.01585785485804081, 0.039713308215141296, -0.0462547168135643, 0.0025496529415249825, 0.0018352041952311993, 0.021580487489700317, -0.0024228745605796576, 0.04848566651344299, 0.03546975553035736, -0.033210638910532, 0.007679278030991554, 0.013528303243219852, -0.0399087592959404, 0.04821802303195, 0.01580503024160862, 0.003451187629252672, 0.010119980201125143, 0.003415971528738737, -0.06385312974452972, -0.018425116315484047, 0.07155932486057281, -0.04089833423495293, 0.012607400305569172, -0.01771198771893978, -0.003937171306461096, 0.08373004198074341, -0.025630351155996323, 0.003289193147793412, 0.01660796068608761, 0.003537467448040843, 0.005436500534415245, -0.010828101076185703, 0.003635632572695613, 0.039466798305511475, -0.06663961708545685, -0.03171130642294884, -0.041379038244485855, -0.018006043508648872, 0.013158312998712065, 0.005246773827821016, -0.016400184482336044, 0.01840574666857719, 0.007154171355068684, 0.004108960274606943, 0.05886564031243324, 0.01990595646202564, 0.04192136600613594, 0.024175921455025673, -0.01636364869773388, 0.01891990378499031, -0.016910819336771965, -0.01601632870733738, 0.012406667694449425, 0.026369890198111538, -0.021531185135245323, 0.025592932477593425, -0.0035163378342986107, -0.006671709008514881, 0.009936250746250153, -0.03624649718403816, 0.008518798276782036, 0.06633323431015015, -0.001121636014431715, 0.003234167816117406, -0.030377494171261787, 0.0005572963855229318, -0.03361034020781517, 0.006145227234810591, -0.008223203010857105, 0.006451608147472143, -0.0014139304403215649, 0.007808641996234655, -0.026937752962112427, -0.03556836396455765, -0.043930891901254654, 0.002783400472253561, 0.0020266922656446695, -0.03748764470219612, -0.02249082550406456, -0.003343778196722269, 0.0904351994395256, -0.01583843119442463, -0.021267063915729523, 0.03913047909736633, -0.02101350761950016, 0.012491187080740929, 0.05065498128533363, 0.020580347627401352, 0.04472985863685608, 0.002135862596333027, -0.0389728881418705, -0.01402309164404869, -0.0398436076939106, -0.017814114689826965, -0.008767513558268547, 0.008942274376749992, -0.04600644111633301, 0.05395121872425079, -0.019055485725402832, 0.034686196595430374, 0.03349236771464348, -0.07231294363737106, -0.012114372104406357, -0.04558033123612404, -0.051500171422958374, -0.053988195955753326, -0.007722912821918726, 0.03901602700352669, 0.020152030512690544, 0.04961610585451126, -0.0011405646800994873, -0.02227424643933773, 0.0849635973572731, -0.003417567117139697, -0.03494151309132576, 0.018920565024018288, -0.02959481440484524, -0.025952579453587532, -0.009737279266119003, 0.021256498992443085, 0.008533765561878681, 0.05614166706800461, 0.011498529464006424, -0.018788723275065426, 0.041109632700681686, -0.052303098142147064, 0.04606631398200989, 0.011327731423079967, 0.010108809918165209, -0.02732529677450657, -0.0012448927154764533, 0.02819056808948517, 0.0190788172185421, 0.01324855536222458, -0.014065351337194444, -0.010799048468470572, 0.04804546013474464, -0.0009120996110141276, -0.017748964950442314, -0.01605154387652874, -0.04803666099905968, -0.015400043688714504, -0.0029845729004591703, -0.052760910242795944, -0.051759008318185806, 0.0405479334294796, 0.034381575882434845, 0.05408504232764244, -0.001965064089745283, 0.034334033727645874, 0.015831222757697105, 0.015564680099487305, -0.003617584006860852, 0.003782219951972366, -0.012764111161231996, 0.032062482088804245, -0.042921505868434906, -0.0074414717964828014, -0.017292914912104607, 0.003151850076392293, -0.021611742675304413, 0.014725654385983944, 0.031414613127708435, 0.012191848829388618, -0.012755747884511948, -0.03881881758570671, -0.003212597919628024, 0.023314883932471275, -0.03672345355153084, -0.05483338236808777, -0.027826962992548943, 0.0037967467214912176, 0.011306161060929298, -0.036170560866594315, -0.012757068499922752, 0.012355604209005833, 0.0352029949426651, -0.03789615258574486, 0.04009716585278511, -0.02710591070353985, 0.02244328334927559, 0.006761510390788317, 0.028221217915415764, 0.026779169216752052, -0.06295952200889587, -0.006436200812458992, 0.006276407279074192, 0.022365808486938477, -0.017697900533676147, -0.016410749405622482, 0.004697841126471758, 0.0743061825633049, 0.041185345500707626, 0.00043808401096612215, 0.0034969686530530453, -0.027701063081622124, 0.04974992573261261, 0.05152570456266403, -0.006604798603802919, 0.004613322205841541, 0.009685555472970009, 0.06043628230690956, 0.03315253183245659, -0.027837304398417473, 0.0277679730206728, -0.019135603681206703, -0.005055285524576902, 0.014320667833089828, -0.010296996682882307, 0.02697736956179142, 0.015171139501035212], [-0.021438350901007652, -0.05134974792599678, -0.0364643968641758, -0.031104810535907745, -0.01526667270809412, 0.0496366061270237, 0.04765696823596954, -0.03603735193610191, 0.027357403188943863, 0.04190271347761154, -0.007941724732518196, 0.0021145378705114126, -0.034657109528779984, -0.025852812454104424, -0.03285892680287361, -0.0012116178404539824, 0.010792418383061886, 0.0011329950066283343, 0.034415241330862045, 0.04561484605073929, -0.0011495471699163318, -0.00997763965278864, -0.01370187383145094, 0.03514188155531883, -0.04860995337367058, 0.03353466838598251, 0.003960930742323399, -0.01617145538330078, -0.01293881982564926, 0.0314689576625824, -0.02163697779178619, -0.05061979964375496, 7.282948354259133e-05, -0.05236770957708359, -0.00223454087972641, 0.0038177547976374626, -0.018738694489002228, 0.028353840112686157, -0.04553332179784775, -0.03768180683255195, -0.0367341972887516, 0.0030838733073323965, -0.037374768406152725, 0.04058257490396499, 0.007076460402458906, 0.04259231686592102, -0.023546474054455757, 0.0030083542224019766, 0.0390026718378067, -0.055416613817214966, 0.06999244540929794, -0.03329962491989136, -0.021438350901007652, -0.00272324332036078, 0.01763559691607952, 0.033345144242048264, 0.008767676539719105, -0.0031879448797553778, 0.03173048049211502, 0.02377551607787609, 0.011151187121868134, 0.017417006194591522, -0.0430256724357605, 0.019690442830324173, 0.017845705151557922, 0.003131667850539088, -0.0015327294822782278, 0.0069237663410604, -0.009386727586388588, -0.03530823066830635, 0.026888975873589516, 0.051840730011463165, -0.058104682713747025, 0.017006510868668556, 0.01809481717646122, 0.03969372436404228, -0.07792092859745026, 0.0268674585968256, -0.01219231728464365, -0.02121489867568016, -0.03249518945813179, 0.0017942535923793912, -0.00038111337926238775, -0.027352435514330864, -0.05413217097520828, 0.006736312992870808, 0.012240318581461906, -0.020367426797747612, 0.034650176763534546, 0.013229206204414368, -0.02360999397933483, 0.00732029415667057, 0.055178262293338776, 0.029270831495523453, -0.012066728435456753, 0.02689725160598755, -0.037995677441358566, 0.006233541760593653, -0.019358986988663673, 0.044604748487472534, 0.06205734238028526, -0.024100765585899353, -0.0417792946100235, -0.021987883374094963, -0.04520062729716301, 0.007722408045083284, 0.0231581199914217, -0.014877078123390676, 0.003226842498406768, 0.011761960573494434, -0.016491740942001343, 0.014408650808036327, -0.008717399090528488, -0.026549657806754112, 0.004839850123971701, -0.022381823509931564, 0.016912993043661118, 0.02592015638947487, -0.023349298164248463, -0.022712867707014084, -0.057373080402612686, -0.00928120780736208, 0.0255962535738945, 0.017916051670908928, -0.015446057543158531, -0.017616458237171173, 0.021741462871432304, 0.029012618586421013, -0.04488282650709152, 0.010828420519828796, 0.037414491176605225, 0.016545534133911133, 0.0438433475792408, -0.009126857854425907, -0.06624172627925873, 0.03104936145246029, -0.055289991199970245, 0.0265033096075058, -0.014213335700333118, 0.03821520134806633, -0.04331988841295242, -0.0022827491629868746, -0.0006819487898610532, 0.04375065490603447, -0.0012190662091597917, 0.015721237286925316, -0.023126672953367233, -0.0412115566432476, -0.02012079954147339, 0.000797813874669373, -0.05074228718876839, -0.00031283573480322957, -0.01970203034579754, 0.0202366653829813, -0.007499781437218189, -0.0009625078528188168, 0.0173847284168005, 0.04478102922439575, -0.029424766078591347, 0.013615802861750126, -0.0008110555936582386, -0.000569394149351865, 0.04032674059271813, 0.007839100435376167, 0.011965552344918253, -0.03661005944013595, -0.00397251732647419, 0.016034074127674103, 0.015827171504497528, 0.02798224613070488, 0.0538143664598465, -0.014450134709477425, 0.030812250450253487, 0.018890975043177605, -0.037910230457782745, 0.02150621637701988, -0.024280358105897903, -0.005706252064555883, 0.015338468365371227, 0.0033402249682694674, -0.032798923552036285, -0.04028463363647461, -0.0019341192673891785, 0.011239947751164436, -0.04187033325433731, -0.012089693918824196, -0.05793957784771919, 0.00104609620757401, 0.01557557750493288, 0.04495234414935112, 0.02425883896648884, -0.03199030086398125, -0.00369113078340888, -0.02212030068039894, -0.02174663543701172, 0.026792973279953003, -0.05197376385331154, -0.020160526037216187, -0.016023002564907074, -0.01567489095032215, -0.006132159847766161, 0.07933779060840607, 0.011593129485845566, 0.023139914497733116, -0.04443591460585594, -0.035345472395420074, 0.04700149968266487, -0.028052592650055885, 0.029283246025443077, -0.02957870066165924, -0.0033708461560308933, 0.015126187354326248, 0.01415623165667057, 0.03653143346309662, 0.0012070658849552274, 0.013450280763208866, 0.01916408538818359, -0.022527484223246574, 0.01317758485674858, 0.01204169262200594, -0.01148388534784317, -0.020877648144960403, 0.007410400081425905, -0.06355366110801697, -0.01572413370013237, 0.03647135570645332, 0.04193985089659691, 0.047077640891075134, 0.02915993146598339, -0.05260936915874481, 0.04532879963517189, -0.014946595765650272, 0.03508394956588745, -0.025617770850658417, -0.015593785792589188, -0.022229544818401337, -0.034843944013118744, 0.024222422391176224, -0.05799544230103493, -0.017456937581300735, -0.056151535362005234, -0.01076552178710699, 0.00678969407454133, -0.015946345403790474, -0.026665521785616875, 0.005290069151669741, -0.0033402249682694674, 0.001524453517049551, 0.004858160857111216, 0.03986917808651924, 0.03171558678150177, 0.05331118404865265, -0.04486508294939995, -0.00902092456817627, 0.01564137265086174, 0.030609900131821632, -0.0161234550178051, 0.030770041048526764, -0.016818230971693993, 0.013395658694207668, 0.015459713526070118, -0.0825919434428215, -0.016255872324109077, -0.01389636192470789, 0.03543485701084137, 0.01219883468002081, 0.024278702214360237, -0.01760818250477314, -0.0003393191727809608, 0.0029992505442351103, 0.00314242672175169, -0.036612123250961304, -0.0021252967417240143, -0.006193816661834717, -0.021966364234685894, -0.01805441826581955, 0.03714965656399727, -0.02224444225430489, 0.047120675444602966, 0.019091255962848663, -0.031045224517583847, -0.012933854013681412, 0.04805090650916099, 0.040905341506004333, 0.025715427473187447, -0.012169144116342068, 0.0001208307294291444, -0.035540785640478134, -0.02258376032114029, -0.01831661537289619, 0.013329450972378254, -0.011805824935436249, -0.01122567243874073, 0.03879447653889656, 0.055621031671762466, -0.032687194645404816, 0.01765701174736023, -0.04515055939555168, -0.08556802570819855, -0.02497389167547226, 0.09621436893939972, 0.06190505996346474, -0.006726795807480812, 0.041893504559993744, 0.011917551048099996, -0.021392006427049637, -0.050606559962034225, 0.0994122475385666, -0.01287095621228218, 0.007364054210484028, -0.010213559493422508, -0.024869199842214584, -0.01777867041528225, -0.006022501736879349, -0.026271581649780273, -0.01060287095606327, 0.024331875145435333, 0.03818416595458984, -0.019150016829371452, 0.00463791424408555, 0.011786789633333685, -0.003610051004216075, 0.005356277339160442, -0.03611183539032936, 0.011735478416085243, 0.05057552456855774, -0.03151944279670715, 0.007912757806479931, -0.05012157931923866, -0.05028710141777992, 0.013358416967093945, -0.03760732337832451, -0.0239857267588377, -0.006070503033697605, -0.023053841665387154, -0.022712867707014084, -0.022722799330949783, -0.008686571381986141, 0.00955059379339218, 0.010972423478960993, 0.015515989623963833, -0.10655615478754044, 0.0012480325531214476, -0.05268219858407974, 0.029356904327869415, -0.05679375305771828, -0.04510296881198883, -0.02545969747006893, -0.034556761384010315, -0.029665598645806313, 0.04538600891828537, 0.01850034296512604, -0.007986415177583694, 0.01136471051722765, -0.005818496458232403, 0.007035079877823591, 0.003978103399276733, -0.008624086156487465, 0.003701889654621482, -0.006559619214385748, 0.03594052419066429, -0.027570925652980804, -0.10842986404895782, 0.06496720761060715, 0.020087694749236107, -0.04353920370340347, -0.013710150495171549, -0.02646689675748348, 0.03501608595252037, -0.012634466402232649, 0.07256381958723068, -0.0028751094359904528, -0.042535729706287384, 0.03002643771469593, -0.03426627069711685, 0.03340886905789375, -0.010535446926951408, -0.035501062870025635, 0.001799219287931919, -0.05964072793722153, -0.00832407921552658, 0.0006964319036342204, 0.04588257148861885, -0.009246034547686577, -0.022683072835206985, 0.03283947706222534, 0.04017208144068718, -0.007606543134897947, -0.03669944033026695, 0.04911024123430252, -0.01678057387471199, -0.018953872844576836, 0.007491505239158869, 0.044574957340955734, -0.005955465137958527, 0.01432423572987318, -0.009846877306699753, 0.01498218346387148, 0.049282386898994446, -0.0004584946727845818, -0.03546464815735817, -0.014033849351108074, 0.0038012024015188217, 0.01622111164033413, -0.015360399149358273, -0.06115855649113655, -0.02751961350440979, -0.03324003890156746, -0.011949827894568443, 0.037858039140701294, 0.06192823499441147, 0.0041384524665772915, -0.04410818591713905, -0.008152350783348083, 0.0379309207201004, -0.015191568061709404, -0.027659479528665543, -0.02602495439350605, 0.033433698117733, 0.004873368423432112, 0.019324641674757004, 0.025185760110616684, -0.03756346181035042, 0.05091442912817001, 0.06143498048186302, -0.0033989849034696817, -0.005177514161914587, -0.04446902126073837, -0.06487120687961578, 0.02863522991538048, 0.036075420677661896, 0.06943628937005997, 0.008044347167015076, 0.06087220832705498, 0.012587914243340492, 0.03822885826230049, 0.04781586676836014, 0.0014565896708518269, -0.033845849335193634, -0.008351803757250309, 0.01699906401336193, -0.030994324013590813, 0.010290061123669147, 0.003624921897426248, 0.001310930703766644, -0.005502764135599136, -0.0334833562374115, -0.0041260384023189545, -0.017591631039977074, -0.06864509731531143, 0.019188912585377693, -0.02663903869688511, -0.024152645841240883, 0.004942473489791155, -0.04270993918180466, 0.013301312923431396, 0.05823379009962082, -0.01782667078077793, -0.02193077839910984, -0.001058510271832347, 0.003381605260074138, 0.01162788923829794, 0.029921330511569977, -0.017877982929348946, -0.03553830459713936, -0.0577736422419548, 0.02053460292518139, -0.028598813340067863, -0.00350574660114944, -0.016432153061032295, 0.020338822156190872, -0.01865924522280693, 0.02068026177585125, -0.004833229351788759, -0.016353528946638107, 0.01136512402445078, 0.028914961963891983, 0.030724111944437027, -0.0016783885657787323, -0.009041200391948225, 0.013989882543683052, -0.04176770895719528, 0.04098975658416748, -0.00024662711075507104, -0.0021219863556325436, 0.029952779412269592, -0.03545471653342247, -0.006700312253087759, -0.052407436072826385, -0.0293304193764925, -0.013192066922783852, 0.05983273312449455, 0.027332987636327744, 0.05133816599845886, -0.04062643647193909, 0.042462900280952454, 0.006521549541503191, 0.01932629756629467, -0.0417792946100235, 0.027643753215670586, 0.045134417712688446, 0.04977232962846756, -0.031900554895401, -0.009754184633493423, 0.0251625869423151, -0.04453771188855171, 0.008358838967978954, 0.03702717274427414, 0.032491881400346756, -0.017109964042901993, -0.03291494399309158, -0.05035165697336197, 0.021662011742591854, -0.044429711997509, 0.01037902943789959, 0.04493723809719086, 0.0022750936914235353, 0.0150939105078578, 0.019142981618642807, -0.01048827264457941, -0.0011214085388928652, -0.001826530322432518, -0.01756514608860016, 0.04476695507764816, -0.02310680970549583, -0.012831230647861958, 0.022246098145842552, -0.021084964275360107, -0.0049706120043993, 0.006067606620490551, -0.022551484405994415, -0.02297770231962204, -0.01478438451886177, 0.03722745180130005, 0.016495877876877785, -0.02724805474281311, 0.00504028657451272, -0.004485634155571461, 0.0333285927772522, 0.006457203067839146, 0.018101437017321587, 0.05786964297294617, -0.013049719855189323, -0.00088388507720083, -0.029332900419831276, -0.06059413030743599, -0.022547347471117973, 0.06301736831665039, 0.04111555591225624, 0.027954934164881703, -0.03169075772166252, -0.04765034094452858, -0.08846796303987503, -0.050558559596538544, 0.06740989536046982, 0.00876421108841896, -0.015624821186065674, -0.0026698624715209007, 0.05845559388399124, 0.00034262961708009243, -0.02785065770149231, 0.003820237470790744, 0.011213256977498531, 0.05354953557252884, -0.005743597634136677, 0.034901876002550125, -0.02222788892686367, -0.06002473831176758, -0.041864536702632904, -0.008694847114384174, -0.030154716223478317, -0.020122868940234184, -0.023873792961239815, -0.037172831594944, -0.0243846345692873, -0.011609681881964208, 0.08144653588533401, -0.06965146958827972, -0.0210046861320734, -0.009150031954050064, 0.05640974640846253, -0.011246807873249054, 0.005538350902497768, -0.011395330540835856, 0.037705808877944946, 0.02599019557237625, 0.013556214980781078, 0.008037726394832134, 0.02520645037293434, -0.027556028217077255, 0.02656124345958233, -0.0048034354113042355, 0.019432229921221733, -0.01894270069897175, -0.03760318458080292, -0.0200996957719326, -0.010867317207157612, 0.004675983916968107, -0.014575828798115252, -0.02876102365553379, -0.04755103215575218, -0.03327479958534241, -0.01061986293643713, 0.004150039050728083, 0.012493566609919071, -0.007715787272900343, -0.03566410019993782, -0.008810712024569511, -0.0051195817068219185, -0.008185041137039661, -0.021703185513615608, 0.013259104453027248, -0.012582948431372644, 0.003730855649337173, -0.004475909750908613, -0.0030828388407826424, -0.024394566193223, 0.010986492969095709, -0.026252754032611847, -0.01276667695492506, 0.047738075256347656, -0.0005561524303629994, -0.03110150061547756, -0.019071392714977264, 0.01894228532910347, 0.0014963147696107626, 0.022274235263466835, 0.023812757804989815, 0.02449719049036503, 0.0010609931778162718, 0.06251417845487595, -0.008478013798594475, 0.015628131106495857, 0.04816677048802376, -0.05867242813110352, 0.07749351859092712, -0.013466833159327509, -0.018511930480599403, -0.025910742580890656, 0.004070174880325794, -0.011100703850388529, 0.0330447219312191, -0.01476948894560337, -0.05058338865637779, 0.04756427183747291, 0.0001125546550611034, 0.02222250960767269, -0.01228252612054348, -0.025647565722465515, 0.03706854954361915, 0.0085529126226902, 0.009165756404399872, -0.03832817077636719, -0.0034834009129554033, 0.03779518976807594, 0.009737633168697355, 0.002929731272161007, -0.0207228846848011, -0.0020317770540714264, -0.02025156281888485, 0.04379700496792793, -0.02671683393418789, 0.008386977016925812, 0.05549275502562523, 0.01989568956196308, -0.00621905829757452, 0.01092442311346531, -0.028861993923783302, -0.056005872786045074, -0.02374241128563881, 0.04245007038116455, -0.0023106809239834547, -0.02448229491710663, -0.03156578913331032, -0.010092056356370447, 0.015959588810801506, -0.05329132080078125, -0.027688447386026382, 0.008420908823609352, 0.022713694721460342, -0.05162700265645981, -0.019466163590550423, 0.008062555454671383, -0.01899525336921215, 0.05160796269774437, 0.04972432926297188, -0.021689943969249725, 0.04491924121975899, -0.040301188826560974, -0.005740287248045206, -0.02266155555844307, 0.008136211894452572, 0.0002553169906605035, -0.0150492200627923, -0.027768723666667935, 0.03674992173910141, 0.013471385464072227, 0.04104934260249138, -0.03977203741669655, 0.04680618271231651, -0.026264959946274757, 0.04921121150255203, 0.045309871435165405, -0.004483978729695082, 0.030205512419342995, -0.0428108312189579, -0.03663985058665275, -0.024609742686152455, -0.04604478552937507, -0.04097651690244675, -0.02133510820567608, 0.03365384042263031, -0.03288416564464569, 0.040836650878190994, 0.02642055042088032, -0.010276406072080135, -0.012049969285726547, 0.009253482334315777, -0.00022676453227177265, 0.03504091128706932, 0.02787713892757893, -0.005669113248586655, -0.05729363113641739, 0.013807808049023151, 0.010980699211359024, -0.009558869525790216, -0.029065171256661415, -0.07398151606321335, -0.044604748487472534, 0.013766427524387836, -0.01916574127972126, -0.006577827036380768, 0.01556399092078209, 0.03700399771332741, 0.049472734332084656, 0.0504244826734066, -0.04233710095286369, -0.04132742062211037, 0.008689881302416325, -0.0062881638295948505, 0.03298182412981987, -0.027382850646972656, 0.0037474078126251698, 0.0012126523070037365, -0.01850944757461548, -0.034181855618953705, -0.019822033122181892, 0.012466255575418472, 0.03920874372124672, -0.005622340831905603, 0.036012522876262665, 0.04279394447803497, 0.013887259177863598, 0.07382261008024216, -0.03308941423892975, -0.03345852717757225, 0.04989812895655632, -0.028933167457580566, 0.034783318638801575, 0.024211663752794262, 0.03439372405409813, -0.07270699739456177, -0.006752037908881903, 0.00574442557990551, 0.022411618381738663, 0.04047995060682297, -0.07789444178342819, 0.010962492786347866, 0.015202326700091362, 0.0034527794923633337, -0.033359214663505554, 0.016000967472791672, -0.04424556344747543, -0.04341961443424225, 0.006955215707421303, -0.04092272371053696, -0.047900281846523285, -0.04188688471913338, 0.006125125102698803, -0.017015615478157997, -0.03808361291885376, 0.024485396221280094, 0.004512117709964514, -0.0226797629147768, -0.04163860157132149, 0.02911689504981041, -0.028694815933704376, -0.027718238532543182, 0.03585776314139366, -0.05166548117995262, 0.03194897249341011, -0.01105849537998438, -0.08669853210449219, 0.015309088863432407, -0.030442725867033005, 0.049404874444007874, 0.00482329772785306, 0.06273763626813889, -0.019375953823328015, -0.04586167633533478, 0.04839519038796425, -0.011361399665474892, 0.04024656489491463, 0.009062305092811584, -0.066458560526371, 0.006226920988410711, 0.010020675137639046, -0.062237758189439774, -0.03110460191965103, -0.050364900380373, -0.03460228070616722, -0.002199574606493115, 0.02809893898665905, -0.03605804219841957, 0.059793006628751755, -0.015436475165188313, -0.006051468197256327, -0.011590647511184216, 0.04355865344405174, 0.005302068777382374, 0.025215554982423782, 0.06676311790943146, 0.0005478763487190008, 0.04790276661515236, -0.0275254063308239, -0.025318175554275513, 0.02194317989051342, 0.04332692176103592, -0.0293552465736866, -0.01876848936080933, 0.01090497337281704, 0.007693441584706307, -0.011382916942238808, 0.05615484341979027, -0.005574766080826521, -0.01871800608932972, -0.05546420440077782, -0.008062555454671383, 0.062484387308359146, -0.04888182505965233, 0.0163278728723526, 0.033577702939510345, 0.011435884051024914, 0.022002778947353363, 0.033840879797935486, -0.0041649360209703445, 0.0470346063375473, -0.06240824609994888, -0.03532229736447334, -0.0288868211209774, -0.032973550260066986, -0.023120051249861717, -0.0067640384659171104, -0.006989975459873676, 0.03003222867846489, 0.0010245783487334847, -0.013773048296570778, 0.020686056464910507, 0.01937512494623661, 0.017187757417559624, -0.01489362958818674, 0.013435385189950466, 0.0537845753133297, -0.05576089769601822, 0.012685571797192097, 0.05377262458205223, -0.006033260375261307, -0.01851089671254158, -0.0008044347632676363, -0.007254395633935928, 0.010302061215043068, 0.028125422075390816, -0.006380028091371059, 0.019634166732430455, 0.06320936977863312, -0.044590264558792114, 0.017839912325143814, -0.009964345954358578, -0.0003773891367018223, 0.020274735987186432, -0.01804184913635254, 0.0051841349340975285, 0.002778693102300167, -0.003614990739151835, -0.010000398382544518, -0.0015707995044067502, -0.038279805332422256, 0.02118841372430325, 0.014536102302372456, 0.014647002331912518, 0.005458487197756767, 0.001905153039842844, -0.017245691269636154, 0.06150118634104729, -0.026637384667992592, -0.044667646288871765, 0.053317803889513016, 0.015490541234612463, 0.005859462544322014, 0.032740164548158646, -0.01577751524746418, 0.014658588916063309, -0.02295783907175064, -0.0055648344568908215, -0.0007696751854382455, 0.003890584222972393, -0.027109120041131973, -0.04817339405417442, -0.005440693814307451, -0.03461386635899544, 0.04240165650844574, 0.005171306896954775, 0.0016953544691205025, -0.0009848532499745488, -0.046591006219387054, -0.017299484461545944, -0.018017848953604695, -0.012355356477200983, 0.0003144909569527954, -0.034405309706926346, 0.016428014263510704, -0.00970204547047615, 0.01522301696240902, -0.0007663647411391139, -0.009385071694850922, 0.0662086233496666, 0.008342286571860313, -0.01450465340167284, 0.02014397270977497, 0.0011917551746591926, -0.03530905768275261, 0.03821520134806633, 0.00577835738658905, 0.028330668807029724, 0.046736665070056915, -0.006015053018927574, -0.04010752961039543, -0.000322767038596794, -0.03943716734647751, 0.04928652569651604, -0.02289494127035141, 0.01064212154597044, -0.015154997818171978, 0.01687823422253132, 0.0013125858968123794, 0.0267404206097126, -0.009851843118667604, -0.00591739546507597, -0.028776749968528748, 0.02826445922255516, 0.015045082196593285, -0.014383822679519652, 0.02125627733767033, -0.01151367835700512, 0.009196377359330654, 0.0017768738325685265, -0.013811946846544744, -0.0510874018073082, 0.0042654904536902905, -0.017558526247739792, 0.06644035130739212, 0.01419099047780037, 0.014841360040009022, 0.013907120563089848, 0.04471399262547493, 0.02024121768772602, -0.023272329941391945, -0.033660463988780975, 0.01936105638742447, -0.020518051460385323, -0.04375479370355606, -0.023028185591101646, -0.005898360628634691, -0.02734416164457798, 0.01983775943517685, 0.06386483460664749, 0.0011884447885677218, -0.005385657772421837, -0.04402128607034683, -0.008854575455188751, 0.02742588520050049, -0.009878326207399368, -0.022672314196825027, 0.033723361790180206, 0.018542343750596046, -0.022849423810839653, 0.0033319490030407906, -0.002292473567649722, 0.0333840437233448, 0.04502848535776138, -0.05366870760917664, 0.02602412737905979, 0.0009070581290870904, 0.03031361848115921, -0.011145394295454024, -0.007215084042400122, 0.02766941115260124, -0.012950405478477478, -0.00585284223780036, -0.016855886206030846, -0.006299750413745642, -0.02386820688843727, 0.005936016794294119, -0.005515177734196186, 0.05877339094877243, 0.05542323738336563, 0.003534092102199793, -0.003154840786010027, -0.010369924828410149, 0.04399231821298599, 0.040483053773641586, 0.0037474078126251698, 0.008598017506301403, 0.00708308070898056, 0.047400251030921936, 0.06966305524110794, 0.0008673329721204937, 0.03283947706222534, -0.0067599001340568066, -0.0019332916708663104, 0.028193285688757896, -0.0677645206451416, 0.02649669162929058, 0.04308732971549034], [-0.02181331068277359, -0.03615137562155723, -0.015442997217178345, -0.03141465038061142, -0.01019996590912342, 0.048561785370111465, 0.034599028527736664, -0.03747865557670593, 0.010581298731267452, 0.02442510798573494, -0.012264836579561234, 0.023357095196843147, -0.026843519881367683, -0.018512316048145298, -0.030486391857266423, 0.023559432476758957, 0.01603073813021183, 0.0014755743322893975, 0.04462485387921333, 0.021026544272899628, -0.004574435763061047, -0.01016886904835701, 0.009295030497014524, 0.036349818110466, -0.04849337413907051, 0.024492356926202778, -0.006696448661386967, -0.016593603417277336, -0.01545426994562149, 0.035583265125751495, 0.0006592660793103278, -0.05283458158373833, -0.007981162518262863, -0.06215059757232666, -0.0184749998152256, 0.006684398744255304, -0.010339904576539992, 0.05448274314403534, -0.03116276115179062, -0.02685576304793358, -0.026108646765351295, -0.0022942149080336094, -0.04833166673779488, 0.0675729289650917, 0.021493008360266685, 0.024773789569735527, -0.022281814366579056, 0.002747460501268506, 0.016853654757142067, -0.07040464133024216, 0.07674852758646011, -0.016286516562104225, -0.00400535250082612, -0.021438198164105415, 0.017769863829016685, 0.04093047231435776, -0.00041199271799996495, 0.0021008276380598545, 0.04464039579033851, 0.052498724311590195, 0.010069356299936771, 0.0029729169327765703, -0.023750877007842064, 0.035923782736063004, 0.03608082607388496, -0.016939561814069748, 0.018588503822684288, 0.01599031127989292, -0.035055387765169144, -0.058668460696935654, 0.04348668083548546, 0.06730500608682632, -0.03694640472531319, -0.002536775078624487, 0.014491415582597256, 0.026440612971782684, -0.08667483180761337, 0.02787964977324009, -0.009159755893051624, -0.013409685343503952, -0.051528483629226685, 0.00911233201622963, 0.002805768046528101, -0.04428744316101074, -0.017004866153001785, -0.02175889164209366, 0.006272356957197189, -0.012407107278704643, 0.014662452042102814, 0.00551824364811182, -0.024159613996744156, -0.0008380765211768448, 0.02402239665389061, 0.023002011701464653, -0.009672863408923147, 0.019672252237796783, -0.014356140978634356, 0.0042970371432602406, -0.007433847058564424, 0.024679815396666527, 0.02206656150519848, 0.012406330555677414, -0.03814103081822395, -0.007428016513586044, -0.039685409516096115, -0.0037736764643341303, 0.046147070825099945, 0.012994072400033474, 0.015642020851373672, 0.007890979759395123, 0.012943733483552933, 0.022368399426341057, -0.0010083350352942944, -0.03418854624032974, -0.009918534196913242, -0.028577592223882675, 0.02601924166083336, 0.028813349083065987, -0.02757100574672222, -0.025384077802300453, -0.05546542629599571, -0.01450696401298046, 0.011336577124893664, 0.02928136475384235, 0.003228693502023816, 0.006197723094373941, 0.019728226587176323, 0.028429295867681503, -0.02305264212191105, 0.01869579218327999, 0.038352493196725845, 0.03101261891424656, 0.05539079010486603, -0.006188005208969116, -0.07098227739334106, 0.032585471868515015, -0.05394281446933746, 0.023015227168798447, -0.018994327634572983, 0.02750881016254425, -0.03243153914809227, 0.000791430298704654, -0.009019817225635052, 0.05593499541282654, -0.014833486638963224, -0.0031514358706772327, -0.005587046965956688, -0.05319531261920929, -0.021272215992212296, -0.001357404049485922, -0.03414267674088478, -0.029569018632173535, -0.0187268890440464, 0.039559073746204376, -0.00939609669148922, 0.001397830666974187, 0.03922166675329208, 0.05328549072146416, -0.042746566236019135, 0.01774420775473118, -0.007566011045128107, 0.01702274940907955, 0.04129353538155556, 0.004254812374711037, 0.0164023544639349, -0.03796844184398651, 0.01016886904835701, 0.04026032239198685, 0.017109820619225502, 0.03467211127281189, 0.03225894644856453, -0.02851947769522667, 0.03711948171257973, -0.0057017188519239426, -0.030755385756492615, 0.032254841178655624, -0.01757006347179413, -0.00758933462202549, -0.010896548628807068, 0.006436785217374563, -0.021973462775349617, -0.02926892600953579, -0.006850769743323326, 0.004406509455293417, -0.05009178444743157, 0.005585102830082178, -0.06331442296504974, 0.008252487517893314, -0.012753067538142204, 0.024521898478269577, -0.0060873269103467464, -0.035466648638248444, 0.012103130109608172, -0.02146035432815552, -0.011551539413630962, 0.005899964831769466, -0.020845403894782063, -0.016627227887511253, -0.0249619297683239, -0.011395663022994997, -0.017949452623724937, 0.04865663498640061, 0.05726713314652443, 0.03645865619182587, -0.04725569486618042, -0.026817668229341507, 0.06581776589155197, -0.0226576067507267, 0.03690801560878754, -0.027645638212561607, 0.0020835294853895903, 0.03890291973948479, 0.037942491471767426, 0.03236934542655945, -0.0035663924645632505, 0.009812803007662296, 0.03247974067926407, -0.056031398475170135, 0.028735604137182236, 0.004509131424129009, -0.031969353556632996, -0.020499443635344505, 0.011484291404485704, -0.02244303561747074, -0.013043828308582306, 0.0411512665450573, 0.04386140778660774, 0.0575738288462162, 0.04295802488923073, -0.04209662973880768, 0.03053770400583744, -0.014060325920581818, 0.05070129409432411, -0.0217277929186821, -0.01857762038707733, -0.02435242012143135, -0.015984870493412018, 0.0043299319222569466, -0.03930407762527466, -0.01659049279987812, -0.07334024459123611, -0.008570458739995956, 0.003885627258569002, -0.01999177783727646, -0.043408941477537155, 0.015938224270939827, -0.0057343714870512486, -0.004002242814749479, -0.0018942967290058732, 0.0008489605970680714, 0.031103678047657013, 0.05833877995610237, -0.027204055339097977, -0.004215065855532885, 0.01569955237209797, 0.02546522207558155, -0.016113827005028725, 0.03215819597244263, -0.017304956912994385, 0.019749216735363007, 0.015290619805455208, -0.06062760204076767, -0.028851831331849095, 0.008498157374560833, 0.03577451407909393, 0.009638656862080095, 0.05705295130610466, -0.028229689225554463, -0.007357658352702856, -0.017535855993628502, 0.019227558746933937, -0.026355095207691193, -0.009710180573165417, -0.019298797473311424, -0.031574804335832596, -0.006278576795011759, 0.03277672082185745, -0.033841028809547424, 0.04837831109762192, 0.0057759638875722885, -0.01822388730943203, -0.014024952426552773, 0.020190022885799408, 0.007363100536167622, 0.01700720004737377, -0.0020259993616491556, 0.010654766112565994, -0.02935600094497204, -0.01550130546092987, -0.011143968440592287, 0.0011941423872485757, 0.01480316650122404, -0.029968423768877983, 0.005397158209234476, 0.07808571308851242, -0.03330226615071297, 0.0004244802985340357, -0.04205620288848877, -0.07638779282569885, -0.027337774634361267, 0.08650068938732147, 0.050918977707624435, 0.0038187678437680006, 0.03262123465538025, 0.0019840176682919264, -0.007839669473469257, -0.04693850129842758, 0.08509508520364761, -0.0156668983399868, 0.0010652822675183415, -0.04346802458167076, -0.009698519483208656, -0.0367167666554451, 0.008620700798928738, -0.009375883266329764, -0.002530555473640561, 0.007370097562670708, 0.031520381569862366, -0.011169817298650742, 0.0005644188495352864, -0.006070223171263933, -0.002783222356811166, 0.01622665300965309, -0.04440717026591301, 0.02922927774488926, 0.05358092114329338, -0.019223865121603012, 0.0004097089695278555, -0.05290921404957771, -0.033596135675907135, 0.011401104740798472, -0.045919280499219894, 0.0012812152272090316, -0.014043611474335194, 0.0032870012801140547, -0.020852399989962574, 0.0025181409437209368, 0.020026762038469315, -0.0075691211968660355, 0.025523627176880836, 0.005463045556098223, -0.12220057100057602, -0.007836559787392616, -0.030478810891509056, 0.033690985292196274, -0.06110028550028801, -0.03864791989326477, -0.023282667621970177, -0.027822894975543026, -0.01108838152140379, 0.03006502240896225, 0.004519626963883638, 0.026415735483169556, 0.03111456148326397, 0.037736766040325165, 0.01132880337536335, 0.011896138079464436, -0.021318083629012108, -0.016024518758058548, -0.02148212492465973, 0.024593422189354897, -0.03532904386520386, -0.09410712867975236, 0.07718078047037125, 0.03022128529846668, -0.026108428835868835, 0.008548690937459469, 0.001992569537833333, 0.028113657608628273, -0.0083465576171875, 0.03974254801869392, 0.01317910198122263, -0.01720466837286949, 0.011464077979326248, -0.03363967314362526, 0.017954116687178612, -0.007704394869506359, -0.024995939806103703, 0.015591390430927277, -0.062082961201667786, -0.009587345644831656, -0.01770339347422123, 0.02525735460221767, 0.005465378053486347, -0.02255498617887497, 0.022296875715255737, 0.015869420021772385, -0.006718994118273258, -0.029121989384293556, 0.05201826989650726, -0.01410143356770277, 0.0011327248066663742, 0.0045713260769844055, 0.00396453682333231, 0.0023222025483846664, 0.004961234983056784, -0.013799496926367285, 0.012349577620625496, 0.0330565981566906, 0.007162522058933973, -0.07034245133399963, -0.03233202546834946, 0.0007929851999506354, 0.03336135298013687, -0.013151113875210283, -0.05711980909109115, -0.006222601514309645, -0.026020020246505737, 0.014573046006262302, 0.05117008835077286, 0.0583186149597168, -0.004303887952119112, -0.015781959518790245, -0.024806439876556396, 0.0664614886045456, 0.010384995490312576, -0.03614924103021622, -0.032381780445575714, 0.030714958906173703, 0.031758278608322144, -0.016823723912239075, -0.004592317156493664, -0.024001017212867737, 0.03983584418892861, 0.054034940898418427, 0.004788619466125965, 0.020807309076189995, -0.05973976850509643, -0.07143707573413849, 0.005785293411463499, 0.009592010639607906, 0.059716444462537766, 0.029956180602312088, 0.04721837863326073, 0.00280343578197062, 0.05206958204507828, 0.05427128076553345, 0.0019054966978728771, -0.01392855029553175, -0.01313556544482708, 0.006446502637118101, -0.015421229414641855, -0.0038409733679145575, -0.01874399185180664, -0.01977798342704773, 0.025219114497303963, -0.04141870141029358, 0.014317269437015057, -0.016008971258997917, -0.06842606514692307, -0.011366120539605618, -0.038667354732751846, -0.02779179811477661, 0.007709059398621321, -0.03409525379538536, 0.02653711289167404, 0.03539512678980827, -0.003921693190932274, -0.034533727914094925, 0.016651133075356483, 0.005517466459423304, 0.02743106707930565, 3.0125660487101413e-05, -0.017023136839270592, -0.046162620186805725, -0.02771405316889286, 0.035897351801395416, -0.029405755922198296, -0.0006779245450161397, 0.01642567664384842, 0.03403150290250778, -0.0465933196246624, -0.002609076676890254, -0.0040823183953762054, -0.037760086357593536, 0.01554872840642929, 0.04445031657814979, 0.031459741294384, -0.005297062918543816, -0.022819701582193375, -0.009450809098780155, -0.03994157537817955, 0.04948227480053902, -0.02330482192337513, -0.003911282867193222, 0.008237715810537338, -0.01013388391584158, 0.02074822410941124, -0.038321398198604584, -0.027602102607488632, -0.009619997814297676, 0.05244897305965424, 0.01395187433809042, 0.05486835166811943, -0.030338680371642113, 0.04606466367840767, -0.019437076523900032, 0.026355095207691193, -0.04704112187027931, 0.007371749263256788, 0.053980521857738495, 0.061357613652944565, -0.03856706619262695, 0.0021099625155329704, 0.0368722528219223, -0.03422275185585022, 0.02837720699608326, 0.03280159831047058, 0.033753179013729095, -0.03623786941170693, -0.03839680925011635, -0.05848187580704689, 0.006060894578695297, -0.015259133651852608, 0.020216457545757297, 0.047069113701581955, -0.011925097554922104, -0.0053720856085419655, 0.021337520331144333, -0.008514580316841602, -0.003781450679525733, -0.01953231170773506, -0.01593511365354061, 0.06153564527630806, -0.016655797138810158, 0.013039163313806055, 0.02789441868662834, -0.06048455089330673, -0.03306388482451439, -0.023347970098257065, 0.003762792097404599, -0.037304509431123734, -0.04824770614504814, 0.02426845580339432, 0.01239039283245802, -0.013274727389216425, 0.012448311783373356, -0.017689788714051247, -0.00952981598675251, 0.0019840176682919264, 0.016483208164572716, 0.06125888228416443, 0.013072594068944454, -0.03487890958786011, -0.013220889493823051, -0.023609966039657593, -0.007520920131355524, 0.05182080343365669, 0.02130486816167831, -0.003153282217681408, -0.025058329105377197, -0.01855585351586342, -0.06769916415214539, -0.05254848301410675, 0.03737914189696312, -0.00045091312495060265, 0.014083260670304298, -0.01861882396042347, 0.07980851083993912, -0.008804078213870525, -0.0050859893672168255, 0.019010653719305992, 0.044396281242370605, 0.03982340171933174, -0.013874131254851818, 0.017495429143309593, -0.025431498885154724, -0.042463578283786774, -0.03634670749306679, 0.0003506238281261176, -0.00012128008529543877, -0.006916074547916651, -0.01637747511267662, -0.03744133934378624, -0.007786803413182497, -0.017249759286642075, 0.040560413151979446, -0.052528269588947296, -0.014939995482563972, -0.004372302442789078, 0.049398310482501984, -0.024996135383844376, -0.0048651969991624355, -0.008218280971050262, 0.04418326914310455, 0.00847716722637415, 0.01059023942798376, 0.01086389645934105, 0.01283528096973896, -0.01213422790169716, 0.005182391032576561, -0.022217286750674248, 0.024682050570845604, -0.04380076751112938, -0.05643255636096001, -0.0460117943584919, -0.02846039272844791, 0.011984765529632568, -0.029206732288002968, -0.0023758457973599434, -0.04937032237648964, -0.021831968799233437, 0.004932056646794081, 0.012419546954333782, 0.03355881944298744, -0.04126127064228058, -0.03230403736233711, 0.04484875500202179, -0.0038762979675084352, -0.021214684471488, -0.039519619196653366, 0.014349144883453846, -0.01629739999771118, -0.020531319081783295, 0.006039903499186039, 0.005007079336792231, -0.014730088412761688, 0.0023688487708568573, -0.03350323438644409, -0.02304321527481079, 0.02788664400577545, -0.006172067951411009, -0.03143622726202011, -0.027716385200619698, 0.035442549735307693, -0.007194785866886377, 0.01282303687185049, 0.01439345721155405, 0.014292391017079352, -0.003044441109523177, 0.06197101250290871, -0.03166032209992409, 0.032625894993543625, 0.04367948696017265, -0.06132263317704201, 0.05770133435726166, -0.00913487747311592, 0.005931840278208256, -0.04457664862275123, 0.01087478082627058, -0.012202642858028412, 0.005998310633003712, -0.016074275597929955, -0.05514511838555336, 0.032577693462371826, 0.0033672715071588755, 0.009991612285375597, -0.00701104337349534, -0.00013099804345984012, 0.020476121455430984, 0.01410114113241434, 0.0028516368474811316, -0.061902597546577454, 0.005732038989663124, 0.05411579459905624, -0.010021155700087547, -0.007705950178205967, -0.010510940104722977, -0.01599866896867752, 0.005415622144937515, 0.03843723237514496, -0.022859741002321243, 0.04066303372383118, 0.05881462246179581, 0.01114221941679716, -0.006135527975857258, 0.013853139244019983, -0.02034706622362137, -0.04922105371952057, -0.008995522744953632, 0.04648292437195778, -0.01647154614329338, -0.017523417249321938, -0.042416930198669434, 0.0005243808845989406, 0.011576028540730476, -0.033642783761024475, -0.03133535012602806, 0.017532747238874435, 0.02620582655072212, -0.03808816522359848, -0.01868957094848156, 0.026251306757330894, -0.04298912733793259, 0.04915885999798775, 0.008771620690822601, -0.02347780205309391, 0.04220546782016754, -0.02649921178817749, 0.0003203038068022579, -0.008982500061392784, 0.008919527754187584, 0.00948744546622038, -0.00015237754269037396, -0.031915321946144104, 0.02276333793997765, 0.02493705041706562, 0.048032354563474655, -0.03344064950942993, 0.02995928935706615, -0.0011785936076194048, 0.029223836958408356, 0.06282930076122284, 0.00014771292626392096, 0.020759107545018196, -0.048033129423856735, -0.014435440301895142, -0.017044516280293465, -0.028183626011013985, -0.046161066740751266, -0.04082668572664261, 0.032065365463495255, -0.024951044470071793, 0.04004963859915733, 0.009044695645570757, -0.020816639065742493, -0.007730828132480383, 0.02750511653721333, 0.008711952716112137, 0.05042141303420067, 0.03798593208193779, -0.02051188237965107, -0.07678584009408951, 0.004864419810473919, -0.011381668969988825, -0.02995462529361248, -0.029904870316386223, -0.06602612137794495, -0.03897133469581604, -0.0020602066069841385, -0.01936127617955208, -0.028720056638121605, -0.028308015316724777, 0.015547174029052258, 0.02820228226482868, 0.03129521757364273, -0.015397905372083189, 0.0038498651701956983, 0.01874554716050625, -0.00718467915430665, 0.02094588615000248, -0.043362293392419815, -0.00097024068236351, 0.011050481349229813, -0.024840649217367172, -0.04879890754818916, -0.0202568843960762, 0.02405310608446598, 0.03765280172228813, -0.0014332040445879102, 0.04807589203119278, 0.054983414709568024, 0.00846161786466837, 0.07297950983047485, -0.05164665728807449, -0.04714374244213104, 0.08324167132377625, -0.03138044476509094, 0.037143774330616, -0.011879228986799715, 0.02359572984278202, -0.0858289822936058, -0.020032981410622597, 0.0067069437354803085, 0.01633083075284958, 0.010832799598574638, -0.06933488696813583, 0.002108018845319748, 0.021214684471488, -0.012568037025630474, -0.0332120843231678, 0.013478415086865423, -0.02831423655152321, -0.04382253810763359, -0.014432329684495926, -0.030253620818257332, -0.048617761582136154, -0.01865847408771515, 0.006667295005172491, -0.018240991979837418, -0.05859382823109627, -0.006865929812192917, 0.01218398381024599, -0.00956557784229517, -0.017360933125019073, 0.006895861122757196, -0.015460100024938583, -0.0493345633149147, 0.048538465052843094, -0.053728632628917694, 0.033137451857328415, -0.02390383742749691, -0.07523097097873688, 0.0028415301349014044, -0.020814305171370503, 0.05408858135342598, -0.0018658475019037724, 0.034975312650203705, -0.02163294516503811, -0.05430549010634422, 0.040997330099344254, -0.022573646157979965, 0.04987254366278648, 0.030204961076378822, -0.08776013553142548, 0.000979569973424077, 0.021550536155700684, -0.035898905247449875, -0.025288451462984085, -0.04592006281018257, -0.04390183463692665, 0.005815224722027779, 0.011518304236233234, -0.0439741350710392, 0.00883945170789957, -0.007006257306784391, 0.021709134802222252, 0.009628161787986755, 0.027938004583120343, 0.007269030436873436, 0.010957188904285433, 0.04732488840818405, 0.006490039639174938, 0.0450652688741684, -0.00608032988384366, -0.02161506563425064, 0.033840253949165344, 0.04078824818134308, -0.0011055145878344774, 0.005473298020660877, 0.012778139673173428, 0.01800970360636711, -0.03491155803203583, 0.05632993578910827, 0.004000687971711159, -0.02004542201757431, -0.05582771077752113, -0.013256845064461231, 0.06620026379823685, -0.07577206939458847, 0.0021414486691355705, 0.011763195507228374, 0.01329727191478014, -0.004285229369997978, 0.031119225546717644, -0.03370964154601097, 0.0526021271944046, -0.0527133010327816, -0.04144668951630592, -0.04016858339309693, 0.012774835340678692, 0.003790780203416944, 5.131080251885578e-05, -0.017502427101135254, -0.0011101792333647609, 0.009672281332314014, 0.0027039237320423126, 0.02820228226482868, 0.032838914543390274, 0.013575205579400064, -0.009843899868428709, -0.001514446223154664, 0.04051998630166054, -0.04940452799201012, 0.004737697541713715, 0.0493866503238678, -0.013163553550839424, -0.0048651969991624355, 0.0022600076626986265, -0.021627504378557205, 0.013165133073925972, 0.021281545981764793, -0.0026759360916912556, 0.023340972140431404, 0.07943534851074219, -0.025224702432751656, 0.04576301947236061, -0.01802719570696354, 0.002672680653631687, 0.02488262951374054, -0.012252398766577244, -0.00589918764308095, -0.0016730432398617268, -0.025083208456635475, -0.0010106672998517752, -0.012628677301108835, -0.03843023627996445, 0.008797470480203629, 0.002878069644793868, -0.000622532214038074, -0.014714928343892096, 0.006846105679869652, -0.009338566102087498, 0.07848998159170151, -0.028901977464556698, -0.06999765336513519, 0.06580065935850143, 0.011722186580300333, 0.010837464593350887, 0.013757514767348766, 0.0017616709228605032, 0.031057029962539673, -0.015318218618631365, -0.043393392115831375, 2.798771129164379e-05, -0.025823183357715607, -0.003576207673177123, -0.009135412983596323, 0.001680623274296522, -0.03265232965350151, 0.025621971115469933, -0.00013371906243264675, -0.005704051349312067, -0.0074944868683815, -0.04245113953948021, 0.011973492801189424, -0.02662097848951817, -0.0409584604203701, -0.002055541845038533, -0.04522814229130745, 0.01778113842010498, 0.00528579019010067, 0.008579788729548454, 0.0086309053003788, -0.03325251117348671, 0.08765751123428345, -0.01723654381930828, -0.013895899057388306, 0.007632870692759752, -0.017343634739518166, -0.016626255586743355, 0.03075849451124668, 0.020239779725670815, 0.011955417692661284, 0.06219802424311638, -0.019333289936184883, -0.02779490686953068, 0.04707533121109009, -0.06236283853650093, 0.0688062310218811, -0.025352200493216515, 0.012426543980836868, -0.0152019914239645, 0.020449688658118248, 0.01385236158967018, 0.0241098590195179, -0.026843324303627018, -0.01247202418744564, -0.03250306099653244, 0.05503355711698532, 0.008963502012193203, -0.006046900525689125, 0.008823903277516365, -0.0268790889531374, -0.018359938636422157, 0.0066004348918795586, -0.03996334224939346, -0.03505291789770126, 0.02854124642908573, -0.035110194236040115, 0.04408375546336174, 0.03432692587375641, 0.0028189844451844692, 0.007244638632982969, -0.006825211923569441, -0.0008800579817034304, -0.03394598513841629, -0.017140917479991913, 0.013163553550839424, -0.04336540028452873, -0.06737574934959412, -0.03143564239144325, 0.016040068119764328, 0.003620132803916931, 0.002840752713382244, 0.05427711084485054, -0.002930935239419341, -0.005721932277083397, -0.007056013215333223, 0.01010667346417904, 0.04671770706772804, -0.017574727535247803, -0.04089626297354698, 0.00252453051507473, 0.02161584235727787, -0.007870766334235668, -0.039826516062021255, 0.020651044324040413, 0.0009158201282843948, 0.06470758467912674, -0.0678577572107315, 0.01679651439189911, 0.01435769535601139, 0.03048794716596603, -0.005840102210640907, 0.004594649188220501, 0.02011811174452305, -0.04015401005744934, -0.02355632372200489, -0.027141861617565155, 0.013911447487771513, -0.03999133035540581, 0.004631965886801481, 0.018181517720222473, 0.0659017264842987, 0.0352305993437767, 0.009167530573904514, 0.005056446418166161, -0.02776497602462769, 0.028367100283503532, 0.03128093108534813, -0.004359863698482513, 0.00897006131708622, 0.007460960187017918, 0.04797559976577759, 0.0681951716542244, -0.019448349252343174, 0.022549156099557877, -0.0433591827750206, 0.008631488308310509, 0.032174985855817795, -0.04787764698266983, 0.0065024783834815025, 0.019292863085865974], [-0.011832322925329208, -0.042479343712329865, -0.007151616271585226, -0.000551240227650851, -0.007848221808671951, 0.05601253360509872, 0.02773759700357914, -0.0611453540623188, 0.008768202736973763, 0.04233669862151146, -0.030809009447693825, 0.007253160700201988, -0.05753932148218155, -0.0224878191947937, -0.028703173622488976, 0.018718291074037552, 0.011519077233970164, 0.0597853884100914, 0.032142382115125656, 0.0076752034947276115, 0.03597341105341911, -0.01748495176434517, 0.012303778901696203, 0.016423573717474937, -0.059108421206474304, 0.0311813373118639, -0.02164343185722828, -0.0017794420709833505, -0.007060952018946409, 0.025606224313378338, 0.025255504995584488, -0.030199138447642326, -0.01240502018481493, -0.076634481549263, 0.02892802283167839, 0.006153249181807041, 0.005612132605165243, 0.03021545708179474, -0.06159384176135063, -0.004738731309771538, -0.016418738290667534, 0.007733078207820654, -0.023306822404265404, 0.07719780504703522, 0.015392416156828403, 0.012896119616925716, -0.007694998756051064, 0.02617182210087776, -0.029454179108142853, -0.05223242565989494, 0.05552778020501137, -0.023188354447484016, -0.011290148831903934, -0.018865471705794334, -0.0019535180181264877, 0.01288765762001276, -0.010495323687791824, -0.03054305911064148, 0.05740151181817055, 0.028202705085277557, 0.024612391367554665, -0.004660004749894142, -0.054231882095336914, 0.007344429381191731, -0.001888239523395896, -0.014748092740774156, 0.038785066455602646, 0.05251771956682205, 0.02347001805901527, -0.0767698660492897, 0.0019432426197454331, 0.023210113868117332, -0.022534361109137535, -0.017671871930360794, 0.0657692477107048, -0.029669053852558136, -0.08051491528749466, 0.006880831904709339, -0.014427140355110168, -0.02018554694950581, -0.013622039929032326, -0.016756916418671608, 0.00014204105536919087, -0.04994526132941246, -0.020445451140403748, -0.01206502877175808, 0.02576322667300701, -0.02072560414671898, 0.049193959683179855, 0.0005722441710531712, -0.028474699705839157, 0.026557447388768196, 0.04600196331739426, -0.010341797955334188, -0.0044667380861938, 0.0471503809094429, -0.0006893524550832808, 0.027338674291968346, 0.0003167213289998472, 0.04818546399474144, 0.03895068168640137, 0.003654081840068102, -0.012037829495966434, -0.010676652193069458, -0.03671066462993622, 0.012094192206859589, 0.06809992343187332, 0.0007228983449749649, 0.03578951209783554, 0.03379247710108757, 0.004638396203517914, 0.014298397116363049, -0.013367272913455963, -0.035849351435899734, 0.025167258456349373, -0.022100985050201416, 0.021740783005952835, 0.026029175147414207, -0.03428327292203903, -0.012282018549740314, -0.07645072788000107, -0.003819997888058424, 0.00636253273114562, 0.0038526372518390417, 0.009071588516235352, 0.010725006461143494, -0.0012288063298910856, 0.04552808776497841, -0.02213294431567192, 0.03640361502766609, 0.006845775060355663, 0.03489011898636818, 0.021325349807739254, -0.0026667453348636627, -0.04929731786251068, 0.04675629362463951, -0.045236751437187195, 0.0001656138338148594, 0.01719966158270836, 0.017285490408539772, -0.040768805891275406, -0.022397834807634354, -0.004905554465949535, 0.03965061157941818, -0.0025265931617468596, 0.008289153687655926, -0.011262345127761364, -0.044083502143621445, 0.006109579000622034, -0.0024735545739531517, -0.023490872234106064, -0.005453621037304401, 0.0010825342033058405, 0.041610173881053925, 0.01974793896079063, -0.00861433707177639, 0.0209049005061388, 0.04385986179113388, -0.04204899072647095, 0.05650695785880089, 0.0091716218739748, 0.027537530288100243, 0.03607843071222305, -0.005045177880674601, 0.014273729175329208, -0.01904423162341118, 0.016110479831695557, 0.01154506765305996, 0.010831386782228948, 0.025618163868784904, 0.06842631846666336, -0.03561060130596161, -0.014229869470000269, 0.029970966279506683, -0.04345610365271568, 0.03613040968775749, -0.020903609693050385, -0.03911629319190979, 0.019625844433903698, 0.023652557283639908, -0.01448456197977066, -0.03357246518135071, -0.03632383048534393, -0.017615508288145065, -0.025085056200623512, 0.008435728028416634, -0.02455255202949047, 0.01620590314269066, -0.00010075093450723216, 0.03024326264858246, 0.01724076271057129, -0.04330257698893547, 0.012085579335689545, 0.002701197750866413, -0.026559865102171894, 0.055984728038311005, -0.0422520786523819, -0.006675325334072113, 0.0003360631235409528, -0.019535178318619728, 0.021883994340896606, 0.027682894840836525, 0.014692486263811588, -0.008128374814987183, -0.07197432219982147, -0.0410323366522789, 0.07154639065265656, -0.032590869814157486, 0.03507870063185692, -0.025402380153536797, -0.020253242924809456, 0.03864725679159165, -0.01506723277270794, 0.010458755306899548, -0.01517602987587452, 0.033798519521951675, 0.051364466547966, -0.04694487154483795, 0.03279637172818184, 0.016445333138108253, -0.012740177102386951, -0.03219012916088104, 0.052641626447439194, -0.034923966974020004, -0.026593713089823723, 0.0782676488161087, 0.045455556362867355, 0.05002746731042862, -0.003222216386348009, -0.038660552352666855, 0.042397141456604, -0.012509284541010857, 0.017861511558294296, -0.009940456598997116, -0.003819695906713605, 0.012417411431670187, -0.011469362303614616, -0.0019269230542704463, -0.014323783107101916, -0.033906105905771255, -0.05100301280617714, 0.01349934097379446, 0.018183674663305283, -0.0019396159332245588, -0.02221280336380005, -0.07786630839109421, -0.004791921470314264, 0.008324210532009602, -0.01088487822562456, 0.012837490066885948, 0.0335555374622345, 0.01563902385532856, -0.02088063955307007, -0.03358696773648262, 0.01762094907462597, -0.0029641250148415565, -0.03714827075600624, 0.01999696344137192, -0.034041501581668854, 0.01613435335457325, -0.011458784341812134, -0.05239320546388626, -0.054096490144729614, 0.01304586697369814, 0.05056540668010712, 0.05463080853223801, -0.005307500250637531, -0.0192232932895422, 0.003748977556824684, 0.012521373108029366, 0.003361840033903718, -0.050917185842990875, -0.002092536771669984, -0.005444705951958895, -0.035416580736637115, 0.02212093025445938, 0.03098066709935665, 0.0005757196340709925, 0.039266496896743774, 0.00026020713266916573, -0.024570081382989883, -0.04760974645614624, 0.04146340861916542, 0.03930729627609253, -0.0025162422098219395, -0.0028353813104331493, -0.021024495363235474, -0.024366993457078937, -0.04363984987139702, -0.02202543057501316, -0.01051647774875164, -0.021665794774889943, 0.00038910185685381293, 0.043444618582725525, 0.061830777674913406, -0.03297286853194237, 0.01695471629500389, -0.02546403370797634, -0.08266910910606384, -0.028659654781222343, 0.06450235843658447, 0.030890000984072685, -0.009484716691076756, 0.000198026405996643, 0.014084428548812866, -0.024447986856102943, -0.022706322371959686, 0.08403995633125305, 0.02061106450855732, 0.01763485185801983, -0.025769272819161415, 0.01169088575989008, 0.0006126654334366322, -0.0066508459858596325, 0.012512004934251308, -0.01798783801496029, 0.0064565218053758144, 0.04153884947299957, -0.02741742879152298, 0.032396845519542694, 0.028716471046209335, 0.017586156725883484, -0.013360321521759031, -0.0336933508515358, 0.03902502357959747, 0.03259268030524254, -0.021093400195240974, 0.0281277559697628, -0.05753932148218155, -0.04364680126309395, -0.007847919128835201, -0.03130041062831879, -0.010773965157568456, 0.022356659173965458, -0.0098854536190629, -0.0004430472326930612, 0.0006866325275041163, 0.0207174438983202, 0.01975760981440544, 0.02047688141465187, 0.005347392521798611, -0.07560694962739944, -0.010770943947136402, -0.03765840828418732, 0.03275769203901291, -0.03122364729642868, 0.014364280737936497, -0.03850219398736954, -0.003417447442188859, -0.013209517113864422, 1.087974123947788e-05, 0.00800380576401949, 0.013423183001577854, -0.0034398112911731005, -0.006218527443706989, 0.02027077041566372, 0.009749154560267924, -0.03005709871649742, -0.01466679759323597, -0.02883010543882847, 0.04598987475037575, -0.04845473915338516, -0.09866232424974442, 0.04439372569322586, -0.005843629594892263, -0.035889849066734314, -0.003149080788716674, 0.0015739359660074117, 0.06974397599697113, -0.02104172110557556, 0.03754356876015663, -0.007288292981684208, -0.02489224076271057, 0.054698504507541656, -0.01443137228488922, 0.02204960770905018, -0.06431619077920914, -0.023386608809232712, 0.02631431631743908, -0.07630083709955215, 0.010706269182264805, 0.004240605980157852, 0.03420107066631317, -0.027904119342565536, -0.00832300167530775, 0.004849946592003107, 0.019427590072155, 0.0236428864300251, -0.027371613308787342, 0.047629088163375854, -0.02917221188545227, -0.009319254197180271, 0.0006189363775774837, 0.032370854169130325, 0.02320406958460808, -0.008488615974783897, 0.001861040131188929, -0.007519714534282684, 0.05825255066156387, -0.017953990027308464, -0.027198975905776024, 0.00798935629427433, 0.0013853537384420631, 0.01898273080587387, 0.02345672063529491, -0.07696086913347244, -0.015446814708411694, -0.0231001079082489, -0.0006497622816823423, 0.03745773807168007, 0.007361958269029856, -0.0012031180085614324, -0.03560818359255791, 0.0069131688214838505, 0.06839730590581894, 0.004806465469300747, -0.01689019426703453, 0.00495269987732172, 0.03209100291132927, -0.002006707713007927, 0.03983919322490692, 0.013577916659414768, -0.03570851683616638, 0.05700017511844635, 0.07584872096776962, 0.019452372565865517, 0.006738790776580572, -0.02754811011254787, -0.018719803541898727, 0.0010175580391660333, 0.031488388776779175, 0.04727262258529663, 0.014914915896952152, 0.04698113724589348, 0.04653424024581909, 0.05180690810084343, 0.022084666416049004, -0.0061399140395224094, -0.0055979290045797825, -0.030044404789805412, -0.009432735852897167, -0.00768049294129014, 0.0021535842679440975, -0.018001588061451912, 0.011623190715909004, 0.027192099019885063, -0.06283655017614365, 0.00969626661390066, -0.015765348449349403, -0.05334699898958206, -0.0126694580540061, -0.04953787848353386, -0.01501978561282158, -0.0023776767775416374, -0.04968656599521637, 7.374046253971756e-05, 0.03781798109412193, 0.018254240974783897, -0.021593868732452393, -0.006089632865041494, -0.006780118681490421, 0.0157952681183815, 0.006415118463337421, -0.0244558434933424, -0.0008413666510023177, 0.005982951261103153, 0.02967509813606739, -0.06405991315841675, 0.010136292316019537, 0.016954263672232628, 0.006456710398197174, -0.019358986988663673, -0.0017582870787009597, -0.03422826901078224, -0.041637975722551346, 0.0019136255141347649, 0.024024885147809982, 0.025330454111099243, -0.0020429734140634537, -0.02858954295516014, -0.015088992193341255, 0.015797384083271027, 0.06394144892692566, 0.036728646606206894, -0.011612914502620695, 0.01296865101903677, -0.0029478054493665695, 0.025456177070736885, -0.03355644643306732, -0.037466805428266525, -0.006030700635164976, 0.02660459280014038, 0.017599793151021004, 0.03624041751027107, -0.02984554693102837, 0.021350886672735218, -0.018379660323262215, -0.002376845572143793, -0.03838614374399185, 0.004531110171228647, 0.04247330129146576, 0.03402155637741089, 0.005282567348331213, 0.01249961368739605, 0.030892491340637207, -0.02890988811850548, 0.02475866489112377, 0.03639635816216469, 0.037247397005558014, -0.029153021052479744, -0.07169976085424423, -0.06076214089989662, 0.032644663006067276, -0.02562541514635086, 0.043172627687454224, 0.016595231369137764, -0.020601091906428337, -0.02134091407060623, 0.04569007828831673, 0.00767278578132391, -0.0005548667977564037, -0.02683548629283905, -0.001877359813079238, 0.036691319197416306, -0.023598158732056614, -0.009887871332466602, 0.051215775310993195, -0.04098035767674446, 0.00809029582887888, 0.007345336489379406, -0.016976023092865944, -0.033920615911483765, -0.011720503680408, 0.03278912231326103, 0.0035347070079296827, -0.05165217444300651, 0.028301021084189415, -0.015247352421283722, 0.01775694638490677, 0.0014083220157772305, 0.02295912429690361, 0.024747179821133617, 0.013904573395848274, -0.009589282795786858, -0.02622772939503193, -0.014345542527735232, -0.0360107347369194, 0.04142884537577629, 0.023393860086798668, 0.014466428197920322, -0.005162436980754137, -0.023237917572259903, -0.06931120157241821, -0.06812652200460434, 0.07361474633216858, 0.00912870652973652, -0.030130837112665176, 0.004627516493201256, 0.07018399983644485, -0.0030747356358915567, -0.027252541854977608, 0.04487711936235428, 0.006483117118477821, 0.028064897283911705, -0.015130696818232536, 0.03676868975162506, -0.001894132699817419, -0.02796274796128273, -0.06608112901449203, 0.013327077962458134, -0.0161672942340374, -0.013153002597391604, -0.034832097589969635, 0.0032306788489222527, -0.04006646201014519, -0.012872622348368168, 0.02985884435474873, -0.035835448652505875, -0.03269120305776596, -0.015409037470817566, 0.022218847647309303, -0.005588560365140438, -0.0027816626243293285, -0.015045473352074625, 0.06163494288921356, 0.0657668262720108, -0.0038618547841906543, 0.004168149549514055, 0.01227506808936596, -0.06334668397903442, 0.010199454613029957, 0.004955042153596878, 0.016957217827439308, -0.01737615466117859, -0.05718875303864479, -0.07012356072664261, -0.01385232713073492, -0.005938524845987558, -0.009923532605171204, -0.03312276676297188, -0.042030856013298035, -0.005270478781312704, -0.01309074554592371, -0.0017117458628490567, 0.05323820188641548, -0.036667145788669586, -0.01828642748296261, -0.022108841687440872, -0.03472873941063881, 3.022150121978484e-05, -0.011831718496978285, 0.004493937361985445, -0.019148344174027443, -0.01151937898248434, 0.052208248525857925, -0.025358259677886963, -0.02868020534515381, 0.004429263528436422, -0.02074041403830051, -0.02615489810705185, 0.03551547974348068, -0.029481681063771248, -0.044778596609830856, 0.01024569384753704, 0.006927977316081524, 0.0056665316224098206, 0.04613976925611496, 0.009777260944247246, 0.008549663238227367, -0.018023500218987465, 0.024718770757317543, -0.0188213475048542, 0.04787025600671768, 0.05259145796298981, -0.04532621055841446, 0.07441017776727676, -0.025649594143033028, -0.005708237644284964, -0.019290989264845848, -0.0008020786917768419, -0.020763380452990532, 0.0006455312832258642, -0.030240844935178757, -0.021653708070516583, 0.01972617954015732, -0.003942092880606651, 0.06346750259399414, 0.004395415540784597, -0.014933048747479916, 0.02788356691598892, 0.013669789768755436, -0.015872333198785782, -0.006807091645896435, -0.030416129156947136, 0.03145937621593475, -0.007164082955569029, -0.0027398813981562853, -0.04118102788925171, -0.02248634770512581, -0.004427298903465271, -0.020850419998168945, -0.004797663539648056, -0.015448175370693209, 0.08242491632699966, 0.020045317709445953, 0.006574385799467564, 0.0375036746263504, -0.02433495782315731, -0.027584977447986603, -0.0005769284907728434, 0.015192953869700432, 0.01098370272666216, -0.01558220572769642, -0.050266820937395096, 0.00965546816587448, -0.023868942633271217, -0.008082439191639423, -0.04209250956773758, -0.02364016510546207, 0.03139590844511986, -0.0006131943082436919, 0.003606029786169529, 0.028376782312989235, -0.02715099975466728, 0.04132004827260971, 0.023782508447766304, -0.030146554112434387, 0.03516332432627678, -0.0200917087495327, -0.031793929636478424, -0.018161915242671967, 0.01954696513712406, 0.0019027458038181069, -0.017862871289253235, -0.0028770870994776487, 0.014325671829283236, 0.016144931316375732, 0.02573663368821144, -0.0382099524140358, 0.011042333208024502, -0.00822750199586153, 0.02017950266599655, 0.05631958320736885, 0.013612973503768444, 0.014941511675715446, -0.022217638790607452, 0.002335517667233944, -0.00938679836690426, -0.017833104357123375, -0.043511711061000824, -0.03417326509952545, 0.03279879316687584, 0.007608565501868725, 0.03876330703496933, -0.016552921384572983, -0.023101314902305603, -0.003222821047529578, 0.005817639175802469, 0.01388013269752264, -0.012799411080777643, 0.03717728331685066, -0.03230920433998108, -0.07455705106258392, -0.00915590673685074, 0.0005391516024246812, 0.011974968016147614, 0.0009312756010331212, -0.0760808140039444, -0.015273947268724442, -0.01928131841123104, -0.0024564035702496767, -0.02694911882281303, 0.03634316846728325, 0.04584662243723869, -0.0066065713763237, 0.03802389279007912, -0.012016069144010544, -0.00837740022689104, 0.016863597556948662, -0.01656259223818779, 0.029515529051423073, -0.04468551278114319, -0.03720629587769509, -0.01754871942102909, -0.0016500940546393394, -0.019255932420492172, -0.03965302929282189, 0.029706526547670364, 0.032396845519542694, -0.01472089346498251, 0.026202041655778885, 0.03589468076825142, 0.011242700740695, 0.040182508528232574, 0.005057870876044035, -0.03119705244898796, 0.06981862336397171, -0.04131309688091278, 0.017782332375645638, -0.027536625042557716, -0.014084428548812866, -0.09678617864847185, 0.00980990007519722, 0.006693156436085701, 0.017887957394123077, 0.02249749004840851, -0.02908562682569027, 0.008602248504757881, 0.01972036249935627, -0.02607571706175804, -0.051461175084114075, 0.008800501935184002, -0.03615216910839081, 0.00658586947247386, 0.0059500099159777164, -0.03311309590935707, -0.06618387997150421, -0.0073861354030668736, 0.034655600786209106, -0.010465102270245552, -0.030486848205327988, 0.00986429862678051, 0.03542926907539368, -0.01603069342672825, -0.035470373928546906, 0.004014624282717705, -0.039720725268125534, -0.048090871423482895, 0.03338387981057167, -0.0600678026676178, 0.030131138861179352, 0.008164037019014359, -0.09903707355260848, 0.028335679322481155, -0.07692459970712662, 0.02917704731225967, -0.018827391788363457, 0.016242245212197304, -0.03166971728205681, -0.011106401681900024, 0.04146631807088852, 0.005870677996426821, 0.028156770393252373, 0.008788412436842918, -0.04894432798027992, 0.01377737894654274, 0.011538872495293616, -0.05049046128988266, -0.013477581553161144, -0.05705094337463379, -0.02770465426146984, 0.011563955806195736, 0.03245547413825989, -0.011375072412192822, 0.042696937918663025, -0.02806701138615608, -0.00610353471711278, 0.029481681063771248, 0.03619327396154404, 0.031227273866534233, 0.028943736106157303, 0.05436425283551216, 0.025985656306147575, 0.017446720972657204, 0.0022545242682099342, -0.03705519065260887, 0.0001136328501161188, 0.029721034690737724, -0.024368202313780785, -0.02551661804318428, 0.020413566380739212, 0.005526908207684755, -0.009569336660206318, 0.08251195400953293, -0.026166383177042007, -0.005746316630393267, -0.01936397515237331, -0.017451103776693344, 0.058229584246873856, -0.029663916677236557, 0.004531411919742823, 0.016624243929982185, 0.03549031913280487, -0.0020864924881607294, 0.021198570728302, -0.03777838870882988, 0.02801654115319252, -0.08563565462827682, -0.04233669862151146, -0.04967780411243439, -0.01578574813902378, 0.008793248794972897, -0.036867816001176834, 0.0017383407102897763, 0.042887937277555466, 0.0235074944794178, -0.03503035008907318, 0.04620625823736191, 0.038062699139118195, 0.02767806127667427, -0.0051412819884717464, -0.00758801493793726, 0.04185738787055016, -0.030736779794096947, -0.003446762217208743, 0.05280179902911186, 0.0019477757159620523, -0.0034718462266027927, -0.00036054252996109426, 0.012075304053723812, -0.0034603618551045656, 0.02664690278470516, -0.03955390304327011, 0.0035576752852648497, 0.06495930254459381, -0.05500313639640808, 0.043838102370500565, -0.017894454300403595, 0.003544075647369027, -0.00900721736252308, -0.01359740924090147, 0.025894388556480408, -0.03604337200522423, -0.029570607468485832, -0.028091490268707275, -0.026301167905330654, -0.0535355769097805, 0.031752828508615494, 0.03059262223541737, 0.017674744129180908, -0.01760704815387726, 0.024871088564395905, -0.01119102258235216, 0.06653565913438797, 0.0030052263755351305, -0.052001532167196274, 0.05993165820837021, -0.029542122036218643, -0.025303861126303673, 0.03878748416900635, 0.013103061355650423, 0.023257261142134663, -0.00837740022689104, -0.05016527324914932, -0.021325500681996346, -0.037098709493875504, -0.04158478602766991, -0.013221302069723606, 0.03623437136411667, -0.04797482490539551, 0.01088276319205761, 0.01005529798567295, 0.01670433022081852, 0.003909604623913765, -0.013638359494507313, -0.009021119214594364, -0.029488632455468174, -0.017490090802311897, -0.005300851538777351, -0.020358411595225338, 0.023624148219823837, -0.0006092654657550156, -0.015506047755479813, 0.01949857361614704, -0.002879504580050707, 0.0778895765542984, 0.013800951652228832, 0.017613092437386513, 0.016706522554159164, -0.032480861991643906, 0.007284590974450111, 0.03454801067709923, -0.007516692392528057, 0.010329105891287329, 0.045061469078063965, 0.009617690928280354, -0.06374077498912811, 0.01444346085190773, -0.04378733038902283, 0.013660875149071217, -0.03617151454091072, -0.037455324083566666, -0.020277420058846474, 0.014358481392264366, -0.018120812252163887, 0.017310574650764465, 0.0168167557567358, 0.026812516152858738, -0.027532393112778664, 0.06862577795982361, 0.0012668853159993887, -0.02001509629189968, -0.005389098543673754, -0.026217758655548096, -0.005401187110692263, 0.04356006532907486, -0.034230686724185944, -0.020942293107509613, 0.004295079968869686, -0.00036779569927603006, 0.059925612062215805, 0.027143744751811028, 0.036235202103853226, 0.011071043089032171, 0.0320308618247509, 0.005094136577099562, -0.038538459688425064, -0.03756653517484665, 0.007874825969338417, -0.032590869814157486, -0.01989300176501274, -0.02402246743440628, 0.01033333595842123, -0.027204489335417747, -0.016377637162804604, 0.06047685071825981, 0.02255612052977085, 0.03471030294895172, -0.0027948846109211445, 0.005057870876044035, 0.05256849154829979, -0.02740304544568062, -0.029870934784412384, 0.023445235565304756, 0.022078922018408775, 0.020012952387332916, -0.03128771856427193, 0.0030776066705584526, -0.003205141518265009, 0.01728186383843422, -0.10392328351736067, -0.018510065972805023, 0.017514871433377266, 0.04342467337846756, -0.03805975243449211, 0.012235024012625216, 0.02993863075971603, -0.03307078778743744, -0.015428680926561356, -0.03724709525704384, -0.0020611064974218607, -0.04488860070705414, -0.006945581175386906, -0.025865375995635983, 0.0767686665058136, 0.043667200952768326, 0.02665294893085957, 0.011146899312734604, -0.026986591517925262, 0.06694546341896057, 0.005144908558577299, 0.012804246507585049, 0.012694844976067545, 0.00959290936589241, 0.038307566195726395, 0.035653214901685715, 0.00024177200975827873, 0.00373900425620377, -0.024559201672673225, 0.01840157061815262, 0.02593669667840004, -0.01632082089781761, 0.013923651538789272, 0.019981248304247856], [-0.02842787280678749, -0.016181305050849915, -0.04662704840302467, -0.042893167585134506, 0.02995927259325981, -0.01292460970580578, 0.03951224312186241, -0.06124676764011383, 0.03055836446583271, 0.03141288459300995, -0.022621549665927887, 0.008210819214582443, -0.036762919276952744, 0.01265060529112816, -0.005851602181792259, 0.004235445521771908, -0.019299546256661415, 0.01412279438227415, 0.035397548228502274, 0.026320599019527435, -0.02441592514514923, -0.02614644356071949, 0.037329502403736115, 0.04920918866991997, -0.050935640931129456, 0.03090202994644642, 0.003204448614269495, -0.03354918584227562, 0.03474736958742142, 0.012237278744578362, -0.02407051995396614, -0.05190742760896683, -0.006425152067095041, -0.08374292403459549, -0.0011285232612863183, -0.0210750550031662, 0.038899220526218414, -0.02334139123558998, -0.008260163478553295, -0.05711349472403526, 0.008921370841562748, 0.03538593649864197, -0.020104432478547096, 0.030718589201569557, -0.015502100810408592, 0.05763363465666771, -0.041728075593709946, 0.027558257803320885, 0.011926122941076756, -0.04770216718316078, 0.02763953059911728, 0.031698498874902725, 0.01772199384868145, -0.002553980564698577, 0.011174934916198254, 0.03644712269306183, 0.03810042887926102, 0.03369779884815216, 0.02833382971584797, 0.07028423994779587, -0.02232316322624683, 0.021869201213121418, -0.02159055322408676, -0.009056051261723042, -0.03480774164199829, 0.027995968237519264, 0.011489573866128922, 0.008968972600996494, 0.009616248309612274, -0.03902461379766464, 0.022568143904209137, 0.018732381984591484, -0.014108861796557903, -0.042129211127758026, 0.02196092344820499, -0.00658189132809639, -0.03992905467748642, -0.00976195838302374, 0.010746513493359087, -0.05666417255997658, -0.021985305473208427, 0.01536045502871275, -0.0381050743162632, 0.008201531134545803, -0.03479381278157234, 0.003358866088092327, 0.009076949208974838, -0.05500505864620209, -0.015837639570236206, -0.016324112191796303, -0.06966889649629593, 0.0350387878715992, 0.03826761990785599, 0.04139195755124092, -0.006500618532299995, -0.016515681520104408, 0.02556128241121769, 0.005110863596200943, 0.009074627421796322, 0.03730396181344986, 0.06442335247993469, 0.00911874696612358, 0.02701953984797001, -0.0446765162050724, -0.018497563898563385, 0.013031424023211002, -0.029747964814305305, -0.011062313802540302, 0.014361822046339512, 0.029021158814430237, 0.005387188866734505, 0.014464138075709345, -0.03818634524941445, 0.016003666445612907, -0.03394858166575432, -0.0017717350274324415, 0.043670300394296646, 0.004528025630861521, -0.003394857980310917, 0.00417144363746047, -0.0462462343275547, 0.024844927713274956, 0.023524252697825432, 0.03193766996264458, 0.006130249705165625, 0.005015658680349588, -0.01202422846108675, 0.04952498897910118, -0.04716577008366585, -0.007839289493858814, 0.031841013580560684, -0.005990925710648298, 0.03132696822285652, -0.03208628669381142, -0.04931832477450371, 0.06771139055490494, -0.038302451372146606, 0.026086069643497467, 0.008570739068090916, 0.04226156696677208, -0.006609756033867598, 0.009153577499091623, 0.013243894092738628, 0.06421901285648346, 0.010544493794441223, -0.010823141783475876, -0.041927192360162735, -0.04333901032805443, -0.001940084737725556, -0.007901404052972794, -0.04341331124305725, 0.016761094331741333, -0.05176113545894623, 0.05849285423755646, 0.01370250154286623, 0.0164309274405241, -0.019811851903796196, -0.02073138952255249, -0.0641818568110466, 0.02054678648710251, 0.05784262344241142, 0.03769232705235481, 0.04875870421528816, 0.0015790037577971816, -0.01490417029708624, -0.016310179606080055, 0.030059123411774635, -0.03425509110093117, 0.029880324378609657, -0.033103346824645996, 0.07714361697435379, -0.04119341820478439, 0.0011842527892440555, 0.04425854608416557, -0.06466484814882278, 0.02140478789806366, 0.011902901344001291, -0.05884575471282005, -0.03863798826932907, 0.018146932125091553, 0.009037764742970468, -0.04938101768493652, -0.04228464514017105, 0.008196886628866196, -0.06369422376155853, -0.024664966389536858, -0.03165902569890022, 0.028018027544021606, 0.003671183716505766, 0.03324267268180847, -0.005106219090521336, -0.02961096353828907, -0.006478559225797653, -0.0032932674512267113, -0.0034680028911679983, 0.006868666037917137, -0.03786822408437729, -0.025064362213015556, 0.013467973098158836, 0.03506316989660263, 0.015855055302381516, -0.016653845086693764, 0.02007772959768772, 0.006209199782460928, -0.006689867470413446, -0.049970824271440506, 0.07060236483812332, -0.0114518404006958, 0.028491729870438576, 0.004080737475305796, 0.032738782465457916, 0.0323045589029789, -0.013059290125966072, 0.03551829606294632, -0.016402481123805046, -0.007971211336553097, 0.024679478257894516, -0.013043034821748734, 0.05211176723241806, -0.015411540865898132, -0.02027162164449692, -0.02851494960486889, 0.031751908361911774, -0.02199227176606655, -0.029695719480514526, 0.030913639813661575, 0.004971539601683617, 0.03649124130606651, -0.016632365062832832, -0.004718434531241655, 0.045503169298172, -0.0536721907556057, 0.04048286750912666, 0.0206756591796875, -0.022204739972949028, 0.005017980933189392, -0.013969538733363152, 0.013500481843948364, -0.010523594915866852, -0.01675601489841938, -0.0771389752626419, -0.04276313632726669, -0.0055566998198628426, -0.014973831363022327, 0.020867230370640755, -0.021985305473208427, 0.04754658788442612, -0.008722834289073944, -0.043626364320516586, 0.002597228856757283, 0.022414885461330417, 0.05037950724363327, -0.01498660258948803, 0.03804934397339821, 0.017768435180187225, -0.0010008097160607576, -0.04441644251346588, 0.03423651307821274, -0.06743274629116058, -0.025956034660339355, 0.02572847157716751, -0.01411350630223751, -0.04037953540682793, -0.022512411698698997, 0.05217910557985306, -0.005461495369672775, 0.008828489109873772, 0.006004858296364546, -0.03245317190885544, 0.010992652736604214, -0.035072457045316696, -0.03748508170247078, 0.024604594334959984, -0.019830429926514626, 0.004591301549226046, 0.02262619324028492, 0.0652848407626152, -0.003868559142574668, 0.06443263590335846, 0.06291865557432175, 0.015629814937710762, -0.00793992169201374, 0.033647872507572174, 0.05553797259926796, -0.004477810580283403, 0.02658299170434475, 0.03579229861497879, -0.023582885041832924, -0.005605463404208422, -0.025045786052942276, -0.03852768987417221, -0.03356311842799187, -0.00616740295663476, 0.010525916703045368, 0.03900371491909027, -0.03547649830579758, 0.008833132684230804, 0.009891994297504423, -0.06511068344116211, -0.00941829290241003, 0.05842546001076698, 0.05283625051379204, -0.02627648040652275, 0.043333202600479126, 0.003863914869725704, -0.056456346064805984, -0.0433599054813385, 0.05763363465666771, -0.0020956629887223244, 0.008616600185632706, 0.024729985743761063, -0.004042133688926697, -0.008675232529640198, -0.013151010498404505, 0.021470531821250916, -0.009684168733656406, -0.0169232040643692, 0.007504911627620459, -0.0055938526056706905, 0.02344820462167263, 0.04449597746133804, 0.030697690322995182, -0.008967812173068523, -0.0267629511654377, 0.05462424084544182, 0.04139311611652374, 0.015706442296504974, -0.004936708603054285, -0.07182609289884567, -0.045010894536972046, 0.06704031676054001, -0.049877941608428955, -0.005015658680349588, 0.024827511981129646, -0.06331805139780045, 0.0071055167354643345, 0.04564017429947853, -0.045010894536972046, 0.009149513207376003, 0.01863456703722477, -0.023243863135576248, -0.0578751266002655, -0.05011943355202675, -0.030186835676431656, -0.007206236477941275, -0.03856252133846283, -0.0061627584509551525, -0.03760292753577232, -0.012585588730871676, -0.0005549733759835362, 0.016587374731898308, -0.018348952755331993, 0.007709253113716841, 0.01662830263376236, 0.0033530606888234615, 0.0027702227234840393, 0.05333317071199417, -0.023601461201906204, 0.029074711725115776, 0.002950472990050912, 0.010885837487876415, -0.008867963217198849, -0.028236301615834236, 0.0461980476975441, -0.013138240203261375, -0.011213247664272783, 0.07498177886009216, -0.01302910316735506, 0.04478797689080238, 0.0082041434943676, 0.07003346085548401, 0.010505308397114275, -0.006222551688551903, 0.02985710091888905, -0.029907027259469032, 0.003009395208209753, -0.040777768939733505, -0.03989770635962486, 0.0022849112283438444, -0.002002780558541417, 0.017025375738739967, -0.011489573866128922, 0.04395667463541031, -0.012037580832839012, 0.04363158717751503, 0.02828274294734001, 0.013788417913019655, 0.04842432960867882, -0.01921740360558033, 0.05616376549005509, -0.004451397340744734, -0.015997862443327904, 0.030493346974253654, 0.03039349988102913, 0.014183169230818748, 0.04904286563396454, -0.03247174620628357, 0.039354342967271805, 0.04345046728849411, -0.005489359609782696, -0.05309632420539856, 0.0041170199401676655, 0.010161353275179865, 0.006714829243719578, -0.03766388073563576, -0.04711003974080086, -0.009257126599550247, -0.0200539268553257, -0.0257842019200325, -0.028015704825520515, 0.03700441494584083, -0.03584077209234238, 0.03887135535478592, 0.007546708919107914, 0.02071281336247921, 0.004737011156976223, -0.008459280245006084, 0.04508519917726517, 0.044044915586709976, -0.015365099534392355, 0.025209492072463036, -0.006353167816996574, -0.016012955456972122, 0.02830596454441547, 0.02541499212384224, -0.005814448930323124, 0.00135840754956007, -0.026536552235484123, -0.011064636521041392, 0.021265463903546333, 0.03118996694684029, 0.0672745555639267, 0.0031533632427453995, 0.05059313774108887, 0.0020039414521306753, -0.015037687495350838, -0.0002199067530455068, 0.015238546766340733, -0.06631815433502197, -0.021943507716059685, -0.011481447145342829, 0.01031925342977047, -0.043055713176727295, 0.00460465345531702, 0.007528132293373346, 0.0010820819297805429, -0.022361479699611664, -0.010616477578878404, -0.026139479130506516, -0.06477630883455276, -0.006069876253604889, 0.014699828810989857, -0.03216059133410454, 0.009100169874727726, 0.020775508135557175, 0.006706121377646923, 0.015629814937710762, -0.00692439591512084, -0.02733301930129528, -0.02984781377017498, -0.017875250428915024, 0.010467865504324436, 0.0197474155575037, -0.070089191198349, -0.03023095428943634, -0.02665729820728302, 0.03767084702849388, -0.0048789470456540585, -0.0023545732256025076, 0.012590233236551285, 0.06560644507408142, -0.06599771231412888, 0.006069295108318329, -0.023253150284290314, -0.04720756784081459, 0.030855590477585793, 0.049493640661239624, 0.03850539028644562, -0.004330649971961975, 0.023034876212477684, -0.007783559616655111, -0.009952367283403872, -0.010149742476642132, 0.03531395643949509, 0.015000535175204275, 0.01335651334375143, 0.02219429053366184, -0.05099949613213539, -0.010354084894061089, -0.038646113127470016, 0.023016301915049553, 0.022507768124341965, 0.01739690639078617, 0.0543363057076931, -0.06297960877418518, 0.036057014018297195, -0.0018654883606359365, 0.009362563490867616, -0.035456761717796326, -0.013941673561930656, 0.0029953178018331528, 0.0168442539870739, -0.04176929220557213, 0.01473117619752884, 0.0013746620388701558, -0.04878947138786316, 0.004012526944279671, 0.020554913207888603, -0.0005944484728388488, -0.00233135255984962, -0.03162100166082382, -0.0415765605866909, 0.010970592498779295, -0.03699048236012459, 0.011858782730996609, 0.04797384887933731, 0.005891077220439911, -0.022686567157506943, 0.030857911333441734, -0.014526833780109882, -0.0056937020272016525, -0.004094960168004036, -0.003780320519581437, 0.047797370702028275, 0.007718541659414768, -0.025969965383410457, 0.011727586388587952, -0.07708324491977692, -0.00970855075865984, -0.002061993116512894, -0.015139859169721603, -0.05528370290994644, -0.05351429432630539, 0.08133726567029953, -0.0219133198261261, -0.027725446969270703, 0.04623693972826004, -0.005677446722984314, 0.0390617661178112, -0.008823844604194164, 0.002981530735269189, 0.05102039501070976, 0.04424867779016495, -0.0321977436542511, -0.016451826319098473, -0.045757438987493515, -0.034854184836149216, 0.018883027136325836, -0.0362149141728878, 0.03342030942440033, 0.026833774521946907, -0.0037524558138102297, -0.04549388214945793, -0.06988484412431717, 0.021725233644247055, -0.03199688345193863, -0.03657715395092964, 0.023726854473352432, 0.03947276994585991, 0.04161139205098152, -0.026281123980879784, 0.003861012402921915, 0.04415637627243996, 0.024219131097197533, 0.04591185599565506, 0.02284911274909973, 0.012288364581763744, -0.05753146484494209, 0.004718434531241655, 0.009768924675881864, 0.007416673004627228, -0.008675812743604183, -0.003853465663269162, 0.010730259120464323, -0.013941673561930656, 0.0017322598723694682, 0.01878027617931366, -0.008071205578744411, -0.027446800842881203, -0.02140827290713787, 0.029672499746084213, -0.023659512400627136, -0.015611237846314909, -0.013151010498404505, 0.031426817178726196, 0.014401442371308804, -0.0009543684427626432, -0.038156162947416306, 0.01866823621094227, -0.005281535442918539, 0.0002137750416295603, 0.007694159634411335, 0.0421895869076252, -0.011709734797477722, -0.012984982691705229, -0.019299836829304695, -0.008090072311460972, -0.002407980617135763, -0.011772865429520609, 0.01951578818261623, -0.04812129959464073, -0.018167831003665924, 0.02676411159336567, -0.020318062976002693, 0.02016480639576912, -0.010783666744828224, -0.024279505014419556, 0.04122128710150719, -0.04766037315130234, 0.018895799294114113, 0.02833382971584797, 0.010667563416063786, -0.0036920823622494936, 0.0018274645553901792, 0.010347118601202965, 0.00880526751279831, 0.015190945006906986, 0.000770925369579345, -0.00938926637172699, -0.010495730675756931, 0.04388991743326187, -0.019176768139004707, -0.006046655587852001, 0.03474736958742142, -0.0586739219725132, 0.007997188717126846, 0.020053347572684288, 0.022691212594509125, 0.06858449429273605, 0.0003622420481406152, 0.04183198884129524, 0.0022802671883255243, -0.002960632089525461, -0.0020039414521306753, -0.06646676361560822, 0.028784310445189476, -0.025850381702184677, -0.013372768647968767, -0.05016123130917549, -0.0017856673803180456, -0.000970622815657407, -0.013073221780359743, -0.042020075023174286, -0.022853756323456764, -0.01456747017800808, -0.0014025268610566854, 0.05905473977327347, -0.00399395078420639, 0.057902995496988297, -0.01779746077954769, 0.026466889306902885, -0.027561742812395096, -0.029381079599261284, -0.03863972797989845, -0.027943721041083336, -0.06060587614774704, 0.0027864770963788033, -0.010588613338768482, 0.021511605009436607, -0.029620252549648285, 0.0023592172656208277, -0.004267954267561436, 0.024753205478191376, 0.02920692414045334, 0.044662583619356155, -0.023638613522052765, 0.009422936476767063, 0.015711085870862007, -0.007943782024085522, 0.023949770256876945, -0.019393879920244217, -0.012919819913804533, -0.01639087125658989, -0.016198718920350075, 0.010805726051330566, 0.006799004506319761, 0.0004644128493964672, -0.03411576896905899, 0.024240029975771904, 0.02536739222705364, -0.04994527995586395, 0.008593959733843803, 0.019605187699198723, -0.007277349475771189, 0.0414302721619606, 0.014824057929217815, -0.00031580074573867023, -0.02135370299220085, -0.01622658595442772, -0.07509555667638779, -0.04713325947523117, -0.03184014558792114, 0.02807840146124363, 0.011564751155674458, 0.02547304518520832, 0.011020516976714134, 0.03112567402422428, 0.09074626863002776, -0.0015848089242354035, 0.007579217664897442, 0.04911630228161812, -0.001936601591296494, 0.012557142414152622, 0.009525107219815254, 0.04943210259079933, -0.02195337414741516, 0.02349522709846497, 0.0009218595223501324, -0.03582480549812317, -0.02251937985420227, -0.02443159930408001, 0.048726197332143784, -0.01934743858873844, 0.06275146454572678, 0.017127545550465584, -0.0056937020272016525, -0.025222262367606163, 0.031036710366606712, 0.04571680352091789, 0.011308162473142149, 0.0352303609251976, -0.02927890792489052, -0.05024946853518486, -0.05820544436573982, 0.009813043288886549, 0.001173803466372192, 0.01215368416160345, -0.05477285385131836, -0.05463352799415589, -0.038787759840488434, 0.006757207214832306, -0.013161459937691689, 0.02794836647808552, 0.030929896980524063, 0.05074174702167511, 0.014889076352119446, -0.050045132637023926, -0.025038817897439003, 0.011865748092532158, 0.01164399180561304, 0.01234409399330616, -0.05333317071199417, -0.03799942135810852, -0.033320460468530655, 0.011364182457327844, 0.019119877368211743, 0.0005346552934497595, 0.028923632577061653, 0.02693014033138752, -0.01823284849524498, 0.03805398941040039, -0.010819658637046814, -0.00656447559595108, 0.044992316514253616, 0.013834279030561447, -0.01970968022942543, 0.03614060953259468, -0.021418722346425056, 0.03860315680503845, 0.014338746666908264, 0.026406515389680862, -0.036074429750442505, -0.03247174620628357, -0.03881214186549187, 0.03163580596446991, 0.037988971918821335, -0.02328565903007984, -0.015380192548036575, 0.023640934377908707, 0.016946425661444664, -0.008549841120839119, 0.07434320449829102, -0.04775325208902359, -0.019449610263109207, 0.01611976884305477, -0.04913488030433655, -0.0747704729437828, -0.02011139877140522, -0.007451504003256559, 0.01702192798256874, -0.012641318142414091, -0.00041100537055172026, -0.037552423775196075, -0.05313579738140106, -0.008445347659289837, 0.008563772775232792, -0.009002642706036568, -0.03525125980377197, -0.0125600453466177, -0.08470890671014786, 0.01384879183024168, -0.005363968200981617, -0.10142777115106584, 0.04764759540557861, 0.007070685736835003, 0.020480606704950333, -0.000877740269061178, 0.056695520877838135, -0.03526751324534416, 0.02420984208583832, 0.0014420018997043371, -0.015185139141976832, 0.03386382386088371, 0.03178093209862709, -0.02165324799716473, 0.001929635414853692, 0.02508758194744587, -0.03579694405198097, -0.020954309031367305, -0.04679888114333153, -0.040157780051231384, 0.013923097401857376, 0.029621412977576256, -0.010588613338768482, 0.02200830727815628, -0.02840813435614109, -0.041820377111434937, -0.016533097252249718, 0.015107350423932076, 0.017661619931459427, 0.01717398688197136, 0.05606856569647789, 0.04180644452571869, 0.022709786891937256, 0.01052823942154646, -0.024765975773334503, -0.009539040736854076, -0.054689258337020874, 0.009434547275304794, 0.004356192424893379, 0.019302159547805783, 0.02889576740562916, -0.05437345802783966, 0.019115233793854713, -0.011536015197634695, 0.011043737642467022, 0.020517759025096893, -0.017313310876488686, -0.007412028964608908, 0.004245894495397806, 0.014325975440442562, -0.009000320918858051, 0.028877193108201027, -0.0018855162197723985, 0.012462809681892397, 0.021574445068836212, 0.03524255007505417, -0.027103135362267498, -0.02860783226788044, -0.026824485510587692, -0.03699977323412895, -0.0050725494511425495, -0.02005537785589695, -0.016110481694340706, 0.019663240760564804, 0.02528960071504116, -0.02851494960486889, -0.007593150250613689, 0.035323821008205414, 0.013458684086799622, -0.010159031488001348, -0.02258904092013836, -0.0006292794132605195, -0.03766388073563576, -0.08643651753664017, -0.01053985022008419, -0.02574356645345688, -0.02382089756429195, 0.030993172898888588, -0.006525000557303429, 0.018921341747045517, 0.005173559300601482, -0.027417773380875587, 0.042930323630571365, 0.04117251932621002, -0.055803846567869186, -0.007226264104247093, 0.01912452094256878, 0.006190623622387648, -0.0199105404317379, 0.006779846735298634, -0.005453948397189379, -0.008043630979955196, -0.06981983035802841, -0.0009056050330400468, -0.03885393962264061, -0.0212381798774004, -0.035967614501714706, 0.01809120364487171, 0.05198637768626213, -0.007122932467609644, -0.03928932920098305, -0.07221619784832001, 0.039354342967271805, -0.010031317360699177, -0.010897448286414146, 0.033159077167510986, 0.007537420373409987, 0.009405520744621754, 0.03437468037009239, -0.02780904062092304, 0.04898626729846001, -0.025828322395682335, -0.02534300833940506, -0.034013595432043076, -0.06199563294649124, 0.01541850622743368, -0.012696901336312294, -0.015218809247016908, -0.03991164267063141, 0.07054141163825989, 0.05548804625868797, 0.00909784808754921, -0.016677064821124077, 0.0018576513975858688, 0.007983257062733173, -0.006720053497701883, -0.04468580335378647, 0.018948044627904892, -0.07114804536104202, 0.007821583189070225, 0.03901764750480652, -0.010931117460131643, 0.035908401012420654, -0.029108816757798195, 0.03697655349969864, 0.0012986144283786416, 0.012464840896427631, -0.02351322211325169, -0.049970824271440506, -0.004867046605795622, 0.01779397949576378, 0.016214976087212563, 0.027335340157151226, 0.016744695603847504, 0.04016706719994545, -0.02248454838991165, 0.017292413860559464, 0.0022779451683163643, 0.02858693338930607, -0.004516415297985077, 0.03043065220117569, 0.0004562856338452548, -0.009172733873128893, -0.012474129907786846, -0.010978719219565392, -0.007560641039162874, -0.018641531467437744, -0.044351425021886826, -0.01704859547317028, 0.02014710009098053, -0.02919299341738224, -0.02500282786786556, 0.01193541008979082, 0.019794145599007607, 0.07826285809278488, -0.00011842527601402252, -0.01378609612584114, 0.008858820423483849, 0.02833615057170391, 0.05109470337629318, 0.01877882517874241, 0.003923272714018822, 0.06442335247993469, 0.021014681085944176, 0.042549505829811096, -0.03860199451446533, -0.03739916533231735, 0.028035443276166916, -0.02673160284757614, -0.02465117909014225, 0.027818329632282257, 0.0030581585597246885, -0.0028192761819809675, 0.0025736363604664803, 0.0272230114787817, 0.03276897221803665, 0.03964228183031082, -0.0002136299153789878, -0.05515367165207863, 0.025059716776013374, 0.024096060544252396, -0.016259094700217247, 0.018839778378605843, 0.02061993069946766, -0.04281886667013168, -0.02598469890654087, -0.021660216152668, 0.023146336898207664, 0.05234977602958679, -0.08903723210096359, 0.017545517534017563, 0.047251105308532715, -0.0063123865984380245, -0.020907867699861526, -0.015603110194206238, 0.049984607845544815, -0.021592874079942703, -0.04305107146501541, 0.021711301058530807, -0.0014907653676345944, -0.008610068820416927, 0.016876762732863426, -0.03260178118944168, 0.04903503134846687, 0.05224180221557617, 0.019758444279432297, 0.006692189257591963, 0.018401198089122772, 0.027300510555505753, 0.055186182260513306, 0.010351763106882572, -0.041235797107219696, -0.02923014387488365, 0.026387937366962433, -0.0032143176067620516, 0.02433987706899643, -0.02325547486543655, -0.011345606297254562, -0.013811638578772545, 0.0066863843239843845, -0.012769031338393688, -0.04421674832701683, -0.01753971166908741], [-0.007827850058674812, -0.04004000127315521, -0.05316923186182976, -0.04553315415978432, 0.0129374535754323, 0.007779180072247982, 0.035422906279563904, -0.0308697372674942, 0.0035630662459880114, 0.04326673969626427, -0.02481216192245483, -0.016568075865507126, -0.017658425495028496, -0.009212397038936617, -0.03020724654197693, 0.006189056672155857, -0.007476265076547861, 0.0025017736479640007, 0.03983224928379059, 0.019632095471024513, -0.019762851297855377, -0.04207687079906464, 0.03604181483387947, 0.054580654948949814, -0.03840057551860809, 0.04979575797915459, 0.008779453113675117, -0.02033599093556404, 0.020518504083156586, 0.02578555792570114, -0.030815983191132545, -0.07768573611974716, 0.01140471827238798, -0.08563562482595444, 0.006999826990067959, -0.01995462365448475, 0.043704040348529816, -0.010278774425387384, -0.02270873636007309, -0.01103569846600294, -0.009496606886386871, 0.020637454465031624, -0.021378397941589355, 0.024399012327194217, -0.01171271689236164, 0.06852709501981735, -0.033562012016773224, 0.03650962561368942, -0.007749986834824085, -0.054045286029577255, 0.029719095677137375, -0.0028651629108935595, -0.02290241606533527, 0.006133849732577801, 0.007402169983834028, 0.03039974719285965, 0.07479460537433624, 0.020827410742640495, 0.0444537028670311, 0.056846342980861664, -0.035524606704711914, 0.034995049238204956, -0.04093930497765541, 0.012726793065667152, 0.0019057501340284944, 0.02601092867553234, -0.01375394407659769, 0.003083995543420315, 0.013675491325557232, -0.041976623237133026, -0.008651967160403728, 0.008355226367712021, -0.011555812321603298, -0.027911411598324776, 0.026926757767796516, 0.002211207756772638, -0.04484596475958824, -0.004545906092971563, -0.04241102188825607, -0.04555639624595642, -0.007631717715412378, 0.003931722138077021, 0.008795434609055519, -0.00742142042145133, -0.03085630014538765, 0.021807709708809853, 0.005876210518181324, -0.05025049671530723, 0.023341171443462372, -0.005798245780169964, -0.03854940086603165, -0.006227256264537573, 0.06127747893333435, 0.03656310960650444, 0.009102707728743551, 0.006808689329773188, 0.04409340023994446, 0.020079568028450012, 0.03159687668085098, 0.021307209506630898, 0.06953827291727066, -0.008226833306252956, 0.023001210764050484, -0.02124183252453804, -0.006238453555852175, 0.01285464223474264, -0.0048281182534992695, -0.005209849216043949, 0.007928458042442799, 0.030430981889367104, -0.016495434567332268, -0.016475096344947815, 0.019938642159104347, -0.009951161220669746, -0.026891887187957764, 0.009513313882052898, 0.06672558933496475, -0.022635096684098244, -0.03778520971536637, -0.0122408214956522, -0.027836591005325317, 0.022669963538646695, 0.04657483473420143, 0.038686055690050125, -0.017567623406648636, 0.019523223862051964, -0.0031105095986276865, 0.01622811332345009, -0.040249209851026535, -0.009182614274322988, 0.016771472990512848, -0.007914292626082897, 0.03764719143509865, -0.036518342792987823, -0.045168496668338776, 0.04307061061263085, -0.04130033403635025, 0.02243460528552532, -0.035081494599580765, 0.05320554971694946, -0.02968568168580532, 0.001114320824854076, 0.015746228396892548, 0.03981699422001839, -0.018342798575758937, -0.018355058506131172, -0.032078493386507034, -0.04734773933887482, 0.001003542565740645, -0.014807246625423431, -0.042512718588113785, -0.027650266885757446, -0.030455682426691055, 0.0342228040099144, 0.0006795613444410264, 0.004378830548375845, -0.020397737622261047, -0.009918018244206904, -0.05519011616706848, 0.03438558802008629, 0.053144533187150955, 0.019391652196645737, 0.057042475789785385, -0.015112340450286863, -0.0015511686215177178, -0.021937556564807892, 0.0031715284567326307, -0.008326170034706593, 0.013415434397757052, -0.022117888554930687, 0.06760890781879425, -0.03865836188197136, 0.018034527078270912, 0.03401293605566025, -0.061663929373025894, 0.022807983681559563, 0.002045585075393319, -0.05113962292671203, -0.030433889478445053, 0.026121890172362328, -0.0012174717849120498, -0.03414151072502136, -0.03130558505654335, 0.0010387736838310957, -0.04047585278749466, 0.016570981591939926, -0.0176918413490057, 0.032450418919324875, 0.020194340497255325, 0.05136045441031456, 0.02775632217526436, 0.0017078020609915257, -0.001947519020177424, -0.027702568098902702, -0.026883170008659363, 0.0030959811992943287, -0.021298490464687347, -0.04728817194700241, -0.02286100946366787, 0.03405216336250305, 0.00364733044989407, 0.006228646729141474, 0.04552588984370232, 0.018201056867837902, 0.002555165207013488, -0.059043023735284805, 0.095911867916584, -0.0186231043189764, 0.02821687050163746, -0.009013359434902668, 0.018535934388637543, 0.002466905862092972, 0.032720644026994705, 0.013129226863384249, -6.465095066232607e-05, 0.02024809643626213, 0.0006494151311926544, -0.028921492397785187, 0.019720718264579773, 0.05091007798910141, -0.015447944402694702, -0.0399295873939991, 0.04285558685660362, -0.04421834275126457, -0.015336076728999616, 0.04665328934788704, 0.015650548040866852, 0.03959035128355026, -0.018944542855024334, -0.012861905619502068, 0.04617675766348839, -0.002594028366729617, 0.020983226597309113, -0.004342509899288416, -0.059397511184215546, -0.003905752440914512, -0.0029260003939270973, -0.003881962737068534, -0.03005906008183956, -0.022654708474874496, -0.038809634745121, -0.013489801436662674, 0.016284774988889694, 0.021091463044285778, 0.020584970712661743, -0.010202137753367424, 0.06569698452949524, -0.005838198121637106, -0.01662364788353443, 0.01677801087498665, 0.043051719665527344, 0.023938285186886787, -0.05612864717841149, 0.0344901904463768, 0.03198478743433952, -0.004311001393944025, -0.033787019550800323, 0.010324719361960888, -0.048123549669981, -0.0022794906981289387, 0.02379154786467552, -0.04649057239294052, -0.04131267964839935, -0.0508214570581913, 0.05661026015877724, 0.005051127634942532, 0.033077314496040344, 0.010928189381957054, -0.02649671770632267, -0.013512774370610714, -0.026644907891750336, -0.04111500456929207, 0.028341813012957573, -0.0035710567608475685, -0.009152830578386784, 0.003119952976703644, 0.03758181259036064, 0.009004460647702217, 0.059664830565452576, 0.06185569986701012, -0.02079435996711254, -0.02397751249372959, -0.01133788749575615, 0.01511524710804224, 0.001792338560335338, 0.022221766412258148, 0.034809812903404236, -0.02504570409655571, 0.015364225022494791, -0.03511963039636612, -0.01221249159425497, -0.018649982288479805, -0.031076040118932724, 0.035242754966020584, 0.07113637775182724, -0.030271172523498535, 0.0061803399585187435, 0.005706717725843191, -0.07854872196912766, -0.0213141106069088, 0.054858870804309845, 0.035905249416828156, -0.0030371416360139847, 0.01483775582164526, 0.028427530080080032, -0.06403494626283646, -0.04318973794579506, 0.08322974294424057, 0.019370585680007935, -0.00439971499145031, 0.03273517265915871, -0.005480075720697641, -0.011094538494944572, 0.00191773590631783, 0.001800056779757142, -0.028349803760647777, -0.03035979345440865, 0.01732354797422886, -0.04022015258669853, 0.024541208520531654, 0.006868981756269932, 0.003962231334298849, -0.03022250160574913, -0.027016833424568176, 0.05084170773625374, 0.0018857737304642797, 0.008618189021945, 0.012258255854249, -0.06979106366634369, -0.008690286427736282, 0.057229891419410706, -0.037082038819789886, -0.03458898141980171, 0.02750716172158718, -0.019256174564361572, -0.014645074494183064, 0.015508963726460934, -0.025105178356170654, 0.0013656605733558536, 0.0022780378349125385, 0.0036865568254143, -0.07658158987760544, -0.007675483822822571, -0.0363149456679821, 0.011273962445557116, -0.05302249640226364, -0.0021676227916032076, -0.03204289823770523, -0.01826829649507999, -0.020406454801559448, 0.04570313543081283, -0.015057132579386234, 0.02188833989202976, 0.020710458979010585, -0.010886057280004025, 0.0017615566030144691, 0.0004155094793532044, -0.02305641584098339, 0.0020569353364408016, -0.0003036415437236428, 0.021481547504663467, -0.007880877703428268, -0.04113834351301193, 0.04096145927906037, 0.010320180095732212, -0.02308320440351963, 0.03838377445936203, -0.01148789282888174, 0.05223796516656875, -0.029114719480276108, 0.053597815334796906, 0.03260006010532379, -0.0327594168484211, 0.03938368707895279, 0.004317811690270901, 0.025279248133301735, -0.04411954805254936, -0.05001949518918991, 0.014420793391764164, 0.020274972543120384, 0.03164845332503319, 0.004346868023276329, 0.03758035972714424, 0.008932000957429409, 0.029910869896411896, 0.032525964081287384, 0.016352331265807152, 0.04259299114346504, -0.012486168183386326, 0.03893766924738884, -0.03323276713490486, -0.016584057360887527, 0.0005360943614505231, 0.023899057880043983, 0.040439531207084656, 0.01889187842607498, 0.0034177834168076515, 0.050592273473739624, 0.013143029995262625, 0.014721529558300972, -0.02570347301661968, 0.013264341279864311, 0.006283490918576717, 0.003005906008183956, -0.02678728476166725, -0.03283505141735077, -0.02668485976755619, -0.026984868571162224, -0.045767784118652344, -0.011686566285789011, 0.026440057903528217, -0.009488388895988464, -0.00971362367272377, 0.0033792832400649786, 0.029268719255924225, -0.009553085081279278, -0.04349192604422569, 0.021170644089579586, 0.02459605224430561, 0.00956325512379408, 0.010714623145759106, 0.025171738117933273, -0.008338519372045994, 0.05111638084053993, 0.030462944880127907, -0.007104340009391308, 0.00952475517988205, -0.02849327027797699, -0.017995482310652733, 0.024430792778730392, 0.04611864313483238, 0.0644649863243103, 0.01579153910279274, 0.06033894792199135, 0.012056675739586352, 0.02531411498785019, -0.006799972616136074, -0.012360679917037489, -0.06406400352716446, -0.02078709565103054, -0.001062382129020989, -0.01089150458574295, -0.04108894616365433, -0.0272238589823246, -0.0015145755605772138, 0.005684198811650276, -0.031013568863272667, -0.032010212540626526, -0.014458566904067991, -0.09460831433534622, 0.0004968679859302938, 0.027077851817011833, -0.04029061645269394, 0.0008371026488021016, -0.008539736270904541, -0.019635001197457314, 0.006189056672155857, -0.01406988874077797, -0.017984949052333832, 0.0022511491551995277, -0.011557402089238169, 0.008563345298171043, 0.004469451028853655, -0.07276936620473862, -0.00962863303720951, -0.060687627643346786, 0.01879599131643772, -0.036256831139326096, -0.0002535188978072256, 0.029566548764705654, 0.09843797236680984, -0.08865751326084137, -0.0208771713078022, -0.020291680470108982, -0.022479642182588577, 0.02177719958126545, 0.048338569700717926, 0.025264717638492584, -0.020456667989492416, 0.011690924875438212, 0.0030218870379030704, -0.010919472202658652, 0.009502235800027847, 0.022273341193795204, -0.0029056607745587826, 0.007105430122464895, 0.016650160774588585, -0.026083752512931824, -0.015657516196370125, -0.01211660448461771, 0.008144566789269447, 0.03105206787586212, 0.024924756959080696, 0.04958510026335716, -0.051430195569992065, 0.05283071845769882, -0.007110151927918196, 0.023460304364562035, -0.02151351049542427, 0.02080489322543144, 0.018939822912216187, 0.021586423739790916, -0.022828323766589165, 0.014207953587174416, 0.00608445331454277, -0.06118158996105194, 0.028795823454856873, 0.012677396647632122, 0.03129106014966965, -0.007641887292265892, -0.00984873715788126, -0.055422570556402206, -0.0016555001493543386, -0.029346445575356483, 0.006590038072317839, 0.022197794169187542, 0.005016986280679703, -0.03700358793139458, -0.0014324906514957547, -0.02648945525288582, -0.04009593650698662, 0.02676476538181305, -0.0008230283856391907, 0.0426783412694931, 0.016768567264080048, -0.01924564316868782, 0.012320182286202908, -0.04545760527253151, 0.0003268868022132665, 0.001643151044845581, -0.007502415683120489, -0.03779102116823197, -0.01598985120654106, 0.0726240798830986, 0.015758123248815536, -0.00926033966243267, 0.03147701919078827, -0.002862075576558709, 0.017447765916585922, 0.009429958648979664, 0.0024047973565757275, 0.06027938053011894, 0.027436338365077972, -0.03438849374651909, -0.04958219453692436, -0.03311872109770775, -0.04853542894124985, 0.028703566640615463, 0.004961415659636259, 0.024164563044905663, 0.00012203774531371891, -0.04616804048418999, -0.055306341499090195, -0.11086837947368622, 0.05487834662199021, -0.007381104398518801, -0.04154513403773308, 0.029615944251418114, 0.041076596826314926, 0.01706203818321228, -0.03711836040019989, -0.01500991638749838, 0.03760215267539024, 0.0053998068906366825, 0.050498202443122864, 0.03894892707467079, 0.009908302687108517, -0.08000736683607101, -0.008345057256519794, 0.01251322776079178, -0.004018528386950493, -0.05275517329573631, -0.03577449545264244, -0.04284977912902832, -0.009380562230944632, -0.004850183147937059, 0.02062328904867172, -0.01140471827238798, -0.01755118928849697, -0.019722171127796173, 0.011625547893345356, -0.008285490795969963, -0.021488813683390617, 0.005611421074718237, -0.011766472831368446, 0.0061541893519461155, 0.010504325851798058, -0.011000830680131912, 0.017949718981981277, 0.0017186981858685613, 0.027330642566084865, 0.009365670382976532, 0.051867496222257614, -0.040172211825847626, -0.017842935398221016, -0.0062718684785068035, -0.026389572769403458, 0.01189432106912136, -0.010425345972180368, -0.004250345751643181, -0.03676506876945496, -0.04349338263273239, 0.030707746744155884, -0.03200875595211983, 0.02277238853275776, -0.0335778146982193, -0.022827595472335815, 0.0472235232591629, -0.044707220047712326, 0.021628692746162415, -0.009640981443226336, 0.0067157079465687275, -0.007004094775766134, 0.02470828592777252, 0.016801301389932632, 0.04249674081802368, 0.004280764143913984, -0.01959359459578991, -0.011862722225487232, 0.022792000323534012, 0.07071215659379959, -0.03205234184861183, 0.006906755268573761, 0.015896867960691452, -0.03486211597919464, 0.011442490853369236, 0.017445586621761322, 0.021748870611190796, 0.06339497864246368, -0.007057123351842165, 0.05645843595266342, -0.034099381417036057, 0.0140830110758543, 0.01334569975733757, -0.07130490988492966, 0.04572638124227524, 0.000412603811128065, -0.019206415861845016, -0.03533283248543739, 0.013211311772465706, 0.017089642584323883, -0.00325688230805099, -0.01034941803663969, -0.031256191432476044, 0.008863717317581177, -0.011790444143116474, 0.060112304985523224, 0.029631927609443665, -0.0004031604039482773, 0.009809509851038456, 0.05196628347039223, -0.04151026904582977, -0.06127457320690155, -0.04251126945018768, 0.018857738003134727, 0.005121953319758177, 0.006626358721405268, -0.002388453111052513, 0.02499957755208015, -0.02248981222510338, 0.03409211337566376, -0.04587038978934288, 0.048056721687316895, 0.04548230394721031, 0.05428355187177658, -0.04408177360892296, 0.038744259625673294, 0.006006000097841024, -0.02313777431845665, -0.00020030897576361897, 0.012453661300241947, 0.008273505605757236, -0.00517134927213192, -0.034359436482191086, 0.011263793334364893, 0.0177100021392107, 0.0035688774660229683, -0.0635264590382576, 0.02967986837029457, 0.028534311801195145, -0.060588836669921875, -0.0031642643734812737, 0.04303283616900444, 0.0035797739401459694, 0.05488502234220505, 0.001070009544491768, 0.004558027721941471, 0.0034025285858660936, -0.0326378308236599, -0.03637887164950371, -0.05007034540176392, -0.0190640389919281, 0.012089000083506107, 0.015714719891548157, 0.011413502506911756, 0.013484444469213486, 0.060492947697639465, 0.09326589852571487, -0.009284311905503271, 0.008018170483410358, 0.0190727561712265, 0.010987755842506886, 0.02477511391043663, 0.0240457933396101, 0.030707020312547684, -0.05760471895337105, -0.01047999132424593, 0.023538757115602493, -0.019467925652861595, -0.0335632860660553, -0.03120969980955124, 0.030741889029741287, 0.004425321239978075, 0.060391247272491455, 0.005474264267832041, -0.005321717355400324, -0.008488161489367485, 0.025160115212202072, 0.022486906498670575, 0.022925661876797676, 0.006268599536269903, -0.03622196614742279, -0.0707586482167244, -0.060786422342062, 0.006390637718141079, -0.015170453116297722, 0.00807701051235199, -0.053499020636081696, -0.03127652779221535, -0.030551567673683167, -0.016383567824959755, -0.01850324682891369, 0.010806878097355366, 0.04562904313206673, 0.04725185036659241, 0.01660875603556633, -0.044148609042167664, -0.03986275941133499, -0.00043294343049637973, 0.001479707658290863, 0.021388567984104156, -0.03755275905132294, -0.023779381066560745, -0.011135217733681202, 0.011795438826084135, -0.035462863743305206, -0.02206631191074848, 0.01479271799325943, 0.06314000487327576, -0.036181285977363586, 0.010018717497587204, 0.013363133184611796, -0.001375830383040011, 0.05395956709980965, -0.005528019275516272, -0.022423164919018745, 0.027154849842190742, -0.0240530576556921, 0.06041739881038666, 0.02006939798593521, 0.03347611799836159, -0.05581419914960861, -0.055498119443655014, -0.055317968130111694, 0.010593311861157416, 0.034625306725502014, -0.0021734340116381645, 0.008446754887700081, 0.018394283950328827, -0.004005453083664179, 0.0022729530464857817, 0.03869468346238136, -0.043332114815711975, -0.020565902814269062, 0.0332370325922966, -0.029018830507993695, -0.09339955449104308, -0.0068075996823608875, -0.014162189327180386, -0.03696581348776817, 0.0066924626007676125, 0.019999751821160316, -0.04395538195967674, -0.059926342219114304, -0.028387123718857765, 0.01170400157570839, -0.010844651609659197, -0.04634746164083481, 3.1235849746735767e-05, -0.04392123967409134, 0.0059348116628825665, -0.02349662408232689, -0.08420604467391968, 0.0213384460657835, -0.03156128525733948, 0.036442432552576065, -0.026706654578447345, 0.04038868099451065, -0.035937391221523285, -0.008276773616671562, 0.012174717150628568, -0.018497435376048088, 0.033182643353939056, 0.015031708404421806, -0.03775615617632866, -0.004594575613737106, -0.004512491170316935, -0.01651577465236187, -0.04212917014956474, -0.0353735126554966, -0.04878749325871467, 0.02249639667570591, 0.03720450773835182, 0.004922188818454742, 0.03403836116194725, -0.007766649127006531, -0.04013879597187042, -0.0508374348282814, 0.022533398121595383, 0.013368218205869198, 0.021798264235258102, 0.04372438043355942, 0.0176947470754385, 0.010101528838276865, -0.008584774099290371, -0.03848910704255104, 0.005253434181213379, -0.008885510265827179, -0.007911387830972672, 0.01850978471338749, 0.011958246119320393, 0.01997205801308155, -0.02650652453303337, 0.03248819336295128, 0.016283322125673294, 0.034712474793195724, 0.04101630300283432, -0.04192287102341652, -0.017287228256464005, -0.0136246420443058, 0.012776190415024756, 0.009104887023568152, -0.03531539812684059, 0.03190600126981735, 0.03700494766235352, 0.010225019417703152, 0.04028989002108574, -0.028094833716750145, -0.013626822270452976, -0.030292965471744537, -0.04048529267311096, 0.009831801988184452, -0.0041391137056052685, 0.0021759765222668648, 0.017288681119680405, 0.014252264983952044, -0.019938642159104347, 0.0017724530771374702, 0.03486356884241104, 0.03307822346687317, -0.012573156505823135, -0.015235468745231628, 0.024382123723626137, -0.023119615390896797, -0.07222309708595276, 0.008374113589525223, -0.021097274497151375, -0.004415877629071474, 0.026530135422945023, -0.00017724529607221484, 0.04461060464382171, 0.009110698476433754, -0.04493894428014755, 0.061117663979530334, 0.03777358680963516, -0.058028947561979294, 0.003233273746445775, 0.01102988701313734, 0.0204028207808733, -0.03053558804094791, -0.008403624407947063, -0.0013947170227766037, 0.020658520981669422, -0.04221997410058975, -0.007961509749293327, -0.013263613916933537, -0.040516532957553864, -0.023531492799520493, 0.011605207808315754, 0.0140554066747427, -0.011726700700819492, 0.0059121111407876015, -0.015171906910836697, 0.0690268725156784, -0.020310567691922188, -0.025883624330163, 0.04574090987443924, 0.014963787980377674, 0.003702265676110983, 0.04201875999569893, -0.044770415872335434, 0.021158112213015556, -0.03300685063004494, -0.022029992192983627, -0.048338569700717926, -0.028435157611966133, 0.033436525613069534, -0.03133682161569595, 0.0016925473464652896, -0.024114076048135757, 0.031593430787324905, 0.038069963455200195, 0.036997776478528976, -0.0048408303409814835, -0.05211592838168144, 0.002684648847207427, 0.016131499782204628, -0.040440984070301056, 0.00440062303096056, -0.04797826707363129, -0.004814679268747568, 0.0344640389084816, 0.019200604408979416, 0.0034388492349535227, -0.0211043581366539, 0.048140984028577805, 0.03165245056152344, 0.02978302165865898, -0.04770222678780556, -0.014804704114794731, -0.017807340249419212, 0.03095563687384129, -0.006860264576971531, 0.023929929360747337, 0.03742018714547157, 0.01234905794262886, -0.06046098843216896, -0.004659226629883051, -0.011499514803290369, 0.0240552369505167, 0.02633027918636799, 0.013334075920283794, -0.01522575132548809, -0.007253255229443312, 0.006892227102071047, -0.019838489592075348, 0.007544547319412232, 0.0026018372736871243, -0.05673883482813835, 0.014089548029005527, -0.003682924667373299, -0.01614820957183838, -0.027346624061465263, 0.021208234131336212, 0.01205522194504738, 0.07089812308549881, -0.008016717620193958, -0.008323265239596367, -0.00200781156308949, 0.0012476179981604218, 0.07505030930042267, 0.013682755641639233, 0.009896679781377316, 0.03197025507688522, 0.0012167453533038497, 0.026836682111024857, -0.0190734826028347, -0.07360619306564331, 0.009099076502025127, -0.03513524681329727, -0.0371822863817215, 0.015356415882706642, 0.005767736583948135, -0.02922803908586502, 0.0015429056948050857, 0.027544207870960236, 0.023203017190098763, -0.008246082812547684, -0.017299575731158257, -0.05234838277101517, 0.045389324426651, -0.022757496684789658, -0.03568496182560921, 0.039630305022001266, 0.003818945959210396, -0.029284700751304623, -0.013275963254272938, -0.022058594971895214, 0.011852552182972431, 0.05309368297457695, -0.061210643500089645, 0.02488044463098049, 0.05618385225534439, -0.0063081891275942326, -0.007467547431588173, 0.035797737538814545, 0.014598038978874683, -0.06252981722354889, -0.021757585927844048, 0.012729881331324576, -0.0045112199150025845, 0.007840924896299839, 0.04225702211260795, -0.005460462998598814, 0.06506790965795517, 0.03922060877084732, -0.018280962482094765, -0.004226283635944128, -0.0012065755436196923, 0.01660875603556633, 0.056334950029850006, -0.0103692589327693, -0.003772228490561247, -0.027722908183932304, 0.026184361428022385, 0.030581895262002945, 0.02172853052616119, -0.025395110249519348, -0.009305378422141075, -0.004603656008839607, 0.02967841736972332, 0.0073752929456532, -0.040993060916662216, -0.02831275574862957], [-0.04523641988635063, -0.0583331473171711, -0.013567552901804447, 0.043650854378938675, -0.02789195626974106, 0.015662822872400284, 0.028289446607232097, -0.021009907126426697, 0.05292665585875511, 0.02138686366379261, -0.006147201638668776, -0.0029129902832210064, -0.06520052254199982, 0.0030640666373074055, 0.0017756076995283363, 0.04186286777257919, 0.004956190474331379, -0.008316542953252792, 0.016360269859433174, 0.026604503393173214, -0.041004814207553864, -0.03529030457139015, 0.05985857546329498, 0.00323274452239275, -0.01154488790780306, 0.03376193717122078, 0.0070008570328354836, -0.017318064346909523, 0.015179158188402653, 0.009809707291424274, 0.004347484093159437, 0.0053643169812858105, -0.011209732852876186, 0.004718208219856024, 0.019542410969734192, 0.037015218287706375, 0.01332260388880968, 0.020810792222619057, -0.01389317400753498, -0.0383078008890152, -0.05203944817185402, 0.005742925219237804, -0.03733937442302704, 0.012423111125826836, 0.039999715983867645, 0.006198813673108816, 0.005025128368288279, 0.0013985579134896398, -0.009318341501057148, -0.09249404072761536, 0.030751865357160568, 0.013802235946059229, -0.013853205367922785, 0.0029654272366315126, 0.008209469728171825, 0.02780541591346264, 0.021561408415436745, 0.006007859483361244, 0.07597829401493073, 0.01741633750498295, 0.005227541550993919, -0.03260539472103119, -0.011804504320025444, -0.004202274605631828, -0.012188635766506197, 0.018501007929444313, 0.048608507961034775, 0.005484958179295063, 0.02010968141257763, -0.04209608212113381, 0.00832112692296505, -0.014789366163313389, -0.035506926476955414, -0.05042729526758194, 0.039774198085069656, -0.012330339290201664, -0.0591449961066246, 0.03682444617152214, -0.027384454384446144, -0.06443780660629272, -0.019101647660136223, 0.021732285618782043, 0.026130374521017075, -0.025322187691926956, -0.05008993670344353, -0.020101062953472137, -0.024637211114168167, 0.026513198390603065, -0.025700611993670464, -0.004512494895607233, -0.019748123362660408, -0.010815906338393688, 0.0069407201372087, 0.023548873141407967, -0.015330235473811626, 0.04373885691165924, -0.018357999622821808, 0.008609895594418049, -0.0016662422567605972, 0.03224603831768036, 0.03306082636117935, -0.04020542651414871, -0.019366122782230377, 0.01851714216172695, -0.056881047785282135, 0.017386268824338913, 0.033122431486845016, -0.04253024607896805, 0.02821390889585018, -0.030991222709417343, 0.02016174979507923, 0.04504464566707611, 0.0069993906654417515, -0.0319475419819355, 0.007260474376380444, -9.167265488940757e-06, 0.03726750239729881, 0.004011228680610657, -0.022860227152705193, -0.03050132654607296, -0.08284274488687515, 0.0016295730601996183, 0.026846153661608696, 0.02286315895617008, 0.01585368439555168, -0.007746522314846516, 0.009385813027620316, 0.005950900260359049, 0.002964327111840248, 0.015535947866737844, 0.01596277579665184, -0.004582165740430355, 0.015436208806931973, 0.038772400468587875, -0.03281257674098015, 0.04822715371847153, -0.022392328828573227, 0.04346310719847679, -0.03814462572336197, -0.003970159217715263, -0.028750011697411537, -0.026772448793053627, 0.025551004335284233, 0.008081127889454365, 0.02697082981467247, -0.026762548834085464, -0.016333866864442825, -0.038699060678482056, 0.023325923830270767, -0.008331027813255787, -0.04012182354927063, 0.013560953550040722, 0.000999598647467792, 0.0089241499081254, 0.008058209903538227, -0.025330988690257072, 0.01473509520292282, 0.007104997523128986, -0.02853439748287201, -0.004910354036837816, 0.0030405984725803137, 0.03911562263965607, 0.039667122066020966, 0.005507693160325289, -0.018616149201989177, -0.01666828989982605, 0.02305465191602707, 0.009803198277950289, 0.027883155271410946, 0.04513008147478104, 0.02530238591134548, -0.017671553418040276, -0.018174653872847557, 0.03535337373614311, 0.0007942518568597734, -0.005746775306761265, -0.025152044370770454, -0.034245967864990234, 0.007144599687308073, 0.04653744027018547, -0.0026372389402240515, -0.003388221375644207, -0.02390529401600361, -0.00196289480663836, -0.012730032205581663, -0.010628161020576954, -0.06443047523498535, 0.02138594724237919, -0.025825655087828636, 0.031058330088853836, 0.04145657643675804, -0.021247705444693565, 0.058069128543138504, -0.014375738799571993, 0.022693747654557228, 0.034017156809568405, -0.017061380669474602, -0.004443923942744732, 0.01603098027408123, 0.011854741722345352, 0.014695493504405022, 0.03736210614442825, 0.056972723454236984, -0.013259350322186949, -0.015059984289109709, -0.07900569587945938, 0.031643934547901154, -0.04277299717068672, -0.005977057386189699, -0.025198064744472504, 0.01971622183918953, 0.014738029800355434, 0.03844678029417992, 0.055907122790813446, 0.025518732145428658, -0.0015632021240890026, 0.07505130022764206, -0.043155454099178314, 0.03472120314836502, 0.01635073497891426, -0.050139810889959335, -0.03658692166209221, 0.03379274159669876, -0.029009627178311348, -0.01451361458748579, 0.0614808164536953, 0.0004766977799590677, 0.029060598462820053, -0.008607695810496807, -0.03409489616751671, 0.0422280915081501, -0.015412739478051662, -0.008753638714551926, 0.003088268218562007, 0.012015030719339848, 0.02325698547065258, -0.008661598898470402, 0.04874052107334137, 0.008342945016920567, 0.00026548400637693703, -0.0821739062666893, -0.015793364495038986, 0.03979267179965973, -0.007019925396889448, 0.006114932708442211, -0.015660623088479042, -0.020559241995215416, 0.022991500794887543, -0.0337047353386879, 0.02009391225874424, 0.010471217334270476, 0.0031132034491747618, -0.05597459152340889, 0.024409860372543335, -0.01971878856420517, -0.007926384918391705, -0.016229726374149323, 0.025323037058115005, 0.0062718759290874, 0.014451008290052414, 0.008326810784637928, -0.009857377037405968, -0.0448506623506546, 0.02325405366718769, 0.015625420957803726, 0.022508203983306885, -0.0011308739194646478, -0.015681523829698563, 0.06063009798526764, -0.017873968929052353, 0.03657812252640724, -0.023893561214208603, 0.034096360206604004, 0.022112911567091945, -0.008459553122520447, 0.015313000418245792, 0.05112547427415848, 0.001107772346585989, 0.0646783635020256, 0.002462877659127116, -0.020635882392525673, -0.05019848048686981, -0.008835043758153915, 0.03299812227487564, 0.02825644612312317, 0.019678086042404175, -0.034405846148729324, -0.03749044984579086, -0.00998278521001339, -0.0052231415174901485, 0.008304625749588013, -0.03920436277985573, -0.005629800725728273, 0.07318118214607239, 0.05323174223303795, -0.020499471575021744, -0.0004121602396480739, -0.01724839396774769, -0.02701849862933159, -0.05248809605836868, 0.0773739218711853, 0.03418143093585968, -0.018499908968806267, 0.0010700032580643892, 0.006031327415257692, -0.0027193776331841946, -0.05743676796555519, 0.06382177025079727, -0.0031740739941596985, 0.003399222157895565, -0.02661000564694405, 0.030201373621821404, -0.020863963291049004, -0.03832357004284859, 0.0024172246921807528, -0.0046166349202394485, 0.030898816883563995, 0.04003234952688217, -0.013842570595443249, 6.160402699606493e-05, 0.022446049377322197, -0.0262546818703413, 0.0006600430933758616, -0.0017542479326948524, -0.018977707251906395, 0.06606297940015793, -0.0016359901055693626, 0.0270162969827652, -0.07355520874261856, -0.03530864045023918, 0.04602700471878052, -0.005416020285338163, 0.022695215418934826, 0.0017850500298663974, -0.0105636240914464, -0.0286154355853796, -0.018781159073114395, -0.002886588452383876, 0.013417210429906843, 0.01780649647116661, 0.06796097755432129, -0.08088315278291702, -0.045481372624635696, -0.02121378481388092, 0.0388193354010582, -0.06520639359951019, -0.034463051706552505, -0.025474363937973976, -0.017923666164278984, 0.002200143877416849, 0.025702813640236855, 0.006198538467288017, 0.02940712124109268, -0.00017307797679677606, 0.015844151377677917, 0.006514442153275013, -0.009965184144675732, -0.0110227195546031, 0.013289601542055609, -0.010631094686686993, 0.011591823771595957, -0.02669947594404221, -0.05242795869708061, 0.04563978314399719, -0.011263268999755384, -0.028580600395798683, 0.019788093864917755, -0.0017802829388529062, 0.043420568108558655, -0.03106309473514557, 0.06814578920602798, 0.014427809044718742, -0.02146313525736332, 0.0031484055798500776, -0.01726599410176277, -0.010607626289129255, -0.014826035127043724, -0.02655426785349846, 0.005811313167214394, -0.05985564365983009, 0.0017300463514402509, -0.009056158363819122, -0.020267723128199577, -0.03647838160395622, -0.003734560683369637, 0.03226584196090698, 0.0039800601080060005, 0.026599004864692688, -0.0023248186334967613, 0.04485359415411949, -0.0028754044324159622, -0.02248840220272541, 0.010490285232663156, 0.03306449204683304, 0.028839850798249245, 0.020500939339399334, 0.0008356650359928608, 0.04104588180780411, 0.0046958401799201965, 0.01841520331799984, -0.017423303797841072, 0.014664691872894764, -0.016430724412202835, -0.016457075253129005, 0.006117865908890963, -0.04656090587377548, -0.05879627540707588, -0.027237780392169952, -0.011118792928755283, 0.004887252580374479, 0.010998518206179142, -0.003760778810828924, -0.012844071723520756, -0.01415425818413496, 0.05959456041455269, 0.024776551872491837, -0.08015856891870499, -0.07198870182037354, -0.014381605200469494, 0.00037695796345360577, 0.007791441865265369, -0.011774436570703983, -0.08270780742168427, 0.026310786604881287, -0.007038992829620838, -0.009440083988010883, -0.02686888724565506, -0.027375655248761177, -0.021441133692860603, 0.060219403356313705, -0.010449949651956558, 0.05426434800028801, -0.006247995886951685, 0.025824828073382378, 0.054305415600538254, 0.014488679356873035, 0.0134883476421237, 0.04442236572504043, -0.038847021758556366, -0.02532145567238331, 0.028239944949746132, -0.03663899376988411, -0.020229589194059372, 0.0071688019670546055, -0.013834504410624504, 0.01066061295568943, -0.038638923317193985, 0.00030068631167523563, -0.003567533101886511, -0.05841381475329399, -0.0037842474412173033, -0.031900618225336075, -0.020150382071733475, 0.010560689494013786, -0.01603611372411251, 0.007857446558773518, 0.046093009412288666, -0.03101794794201851, -0.049284689128398895, -0.0017455618362873793, -0.029860349372029305, 0.010614960454404354, 0.021221119910478592, 0.012102256529033184, -0.0347270667552948, -0.012834171764552591, 0.04284706711769104, -0.04806873947381973, 0.00756556075066328, -0.003561299294233322, -0.011592465452849863, -0.0003212209849152714, -0.0007172468467615545, -0.026849452406167984, -0.020131314173340797, 0.006258675362914801, 0.04877864941954613, -0.013443611562252045, -0.020161382853984833, 0.011869409121572971, 0.023958098143339157, -0.02265634573996067, 0.035813938826322556, 0.00837228074669838, -0.006154535338282585, -0.0013758231652900577, -0.010909687727689745, -0.029151903465390205, 0.019596679136157036, -0.01548726949840784, 0.007631564978510141, 0.08502528816461563, -0.029024295508861545, 0.04903680458664894, 0.000809652847237885, 0.00995638407766819, 0.021563975140452385, 0.03798053041100502, -0.02812663652002811, -0.01971182227134705, 0.04175395891070366, 0.04522028565406799, -0.04642890021204949, 0.017771294340491295, 0.003194608725607395, -0.06781723350286484, -0.03205756098031998, 0.04677212238311768, -0.015623953193426132, -0.017327414825558662, -0.05394165962934494, -0.016344135627150536, 0.015739094465970993, -0.02518976666033268, 0.03415796533226967, 0.04376232624053955, 0.03720296174287796, 0.004263878334313631, 0.011338074691593649, 0.016238894313573837, 0.023981567472219467, -0.01678122952580452, -0.052298884838819504, 0.04160214960575104, 0.01854134537279606, -0.030728673562407497, 0.011578806675970554, -0.02678840048611164, 0.02210557833313942, -0.03299042209982872, 0.020725354552268985, -0.04924215003848076, -0.0639713779091835, 0.027651406824588776, -0.00798798818141222, -0.0007245806627906859, 0.027934124693274495, -0.0022452466655522585, 0.017438339069485664, 0.021051708608865734, 0.006640033796429634, 0.0034153563901782036, -0.003846217878162861, 0.010922613553702831, -0.012792551890015602, -0.011883709579706192, -0.013849171809852123, 0.018132850527763367, 0.02266954630613327, 0.025094106793403625, 0.0014667625073343515, 0.024767018854618073, -0.07387789338827133, -0.05750295519828797, -0.0015526139177381992, -0.03084748052060604, 0.00887831300497055, 0.024116508662700653, 0.05991945043206215, -0.006373083218932152, 0.000453687971457839, 0.03237364813685417, -0.016979241743683815, 0.032110363245010376, 0.07364320755004883, 0.023456281051039696, -0.04119952395558357, -0.030689071863889698, -0.001540650613605976, 0.01313779130578041, -0.05461049824953079, -0.057473622262477875, -0.010067857801914217, -0.009842893108725548, -0.0656757578253746, -0.028208043426275253, 0.00749295623973012, -0.07212364673614502, -0.06117279455065727, -0.036042388528585434, 0.06275983154773712, -0.011525819078087808, -0.006992056965827942, -0.0027311118319630623, -0.0005060330731794238, -0.01936419866979122, 0.009861044585704803, 0.0010769703658297658, 0.033401116728782654, 0.0073000770062208176, -0.024582939222455025, 0.022474467754364017, 0.033366646617650986, -0.005085265263915062, -0.02052660658955574, 0.00985701009631157, -0.04354817792773247, -0.05153763294219971, 0.01493200846016407, -0.04097547754645347, -0.02420254237949848, -0.0252840518951416, -0.016464408487081528, -0.000982730882242322, 0.028432823717594147, -0.002684175269678235, -0.009800906293094158, -0.032603196799755096, 0.013278967700898647, 0.00543728843331337, -0.04524668678641319, 0.030397186055779457, -0.03092668578028679, -0.04072026163339615, 0.013464787974953651, 0.011122964322566986, -0.03800968453288078, 0.028895219787955284, 0.0008360546198673546, -0.0004128936561755836, 0.04446490481495857, -0.010894378647208214, -0.06532959640026093, -0.017837299033999443, 0.018020734190940857, -0.023294297978281975, -0.012112478725612164, 0.06080023944377899, 0.030355382710695267, -0.022063041105866432, 0.03061426803469658, -0.04055304825305939, 0.0663185641169548, 0.07418297976255417, -0.049693912267684937, 0.06718359142541885, 0.03853478282690048, -0.015569684095680714, -0.02541440911591053, 0.04110601916909218, -0.017847565934062004, -0.023548873141407967, -0.02042466774582863, 0.026566000655293465, -0.035428546369075775, -0.0375208854675293, 0.0441436842083931, -0.001451728167012334, -0.018070513382554058, 0.01881636306643486, 0.020164133980870247, -0.00334128481335938, -0.04654477164149285, -0.019101647660136223, 0.003842917736619711, -0.016241827979683876, 0.0007803176413290203, 0.007085196208208799, -0.006548360921442509, 0.03415796533226967, 0.061873909085989, -0.03313709795475006, 0.02415171079337597, 0.06556794792413712, -0.005558846518397331, 0.010543822310864924, 0.02147046849131584, -0.01571049354970455, -0.056235674768686295, 0.005491558462381363, 0.04241492226719856, -0.003949991427361965, -0.027052966877818108, -0.015809133648872375, 0.0014729961985722184, -0.0035715666599571705, -0.027334585785865784, -0.05682678148150444, -0.04425515606999397, 0.024842189624905583, -0.02747246250510216, -0.00605296203866601, 0.010592957958579063, -0.009290473535656927, 0.06283023953437805, 0.02519017830491066, -0.003056366229429841, -0.012331805191934109, -0.01961134746670723, -0.007601496297866106, -0.016762161627411842, -0.027972625568509105, -0.039191894233226776, -0.009687965735793114, -0.020244989544153217, -0.013499440625309944, 0.014465211890637876, 0.027990227565169334, -0.03454636037349701, 0.03661039099097252, -0.01183589082211256, 0.06648541241884232, 0.019975105300545692, 0.00556636368855834, -0.0002737345639616251, -0.017627552151679993, -0.01474426407366991, 0.01954396814107895, 0.008565892465412617, -0.055120933800935745, -0.015107286162674429, 0.022350527346134182, 0.033104829490184784, 0.022323759272694588, 0.005748609080910683, -0.03389541432261467, 0.0074848891235888, -0.013249998912215233, 0.03674459829926491, 0.04471095651388168, -0.0008111196802929044, -0.026342321187257767, -0.07462887465953827, 0.03849811479449272, 0.07664714008569717, -0.013623290695250034, -0.0007260474376380444, -0.04871411249041557, -0.022475935518741608, 0.01887136697769165, -0.03644024580717087, -0.015062092803418636, 0.029943954199552536, 0.019343296065926552, 0.053167205303907394, 0.017574748024344444, -0.028915755450725555, -0.023988716304302216, 0.008135397918522358, -0.007836911827325821, 0.016955774277448654, -0.005404286086559296, -0.00674417382106185, 0.006103198975324631, 0.026457462459802628, 0.011059388518333437, -0.04460131376981735, -0.022982699796557423, 0.03386460989713669, -0.007330879103392363, 0.002368821296840906, 0.031499456614255905, -0.020031575113534927, 0.027840251103043556, -0.028681211173534393, -0.06422072649002075, 0.015296133235096931, -0.02147303521633148, 0.03497641906142235, -0.0474468357861042, -0.016910305246710777, -0.08872152864933014, -0.010817785747349262, -0.019787175580859184, 0.012755333445966244, -0.02755753323435783, -0.02708670310676098, 0.010127628222107887, 0.03042761981487274, -0.03702108561992645, -0.015073917806148527, 0.015213260427117348, -0.025304587557911873, -0.011094591580331326, -0.009525155648589134, -0.007554193492978811, -0.07431791722774506, -0.03951898217201233, -0.02537352405488491, -0.007792909163981676, -0.010531353764235972, -0.02806209959089756, -0.004126140382140875, -0.021367795765399933, -0.037367239594459534, 0.026035035029053688, -0.01550661399960518, 0.004193473607301712, 0.032047294080257416, -0.023298054933547977, 0.05811753123998642, -0.02750216424465179, -0.07019925117492676, 0.018762825056910515, -0.06813405454158783, 0.019129516556859016, -0.006726573221385479, 0.0377170629799366, -0.010118461214005949, -0.05495665594935417, 0.02415812760591507, -0.017218325287103653, -0.005328747909516096, 0.05712343007326126, -0.004670171998441219, -0.00028748545446433127, -0.01920725405216217, 0.002609370509162545, 0.012426412664353848, -0.05773176997900009, 0.0017887167632579803, 0.02559427171945572, 0.0024817620869725943, -0.055167872458696365, 0.03657959029078483, -0.017181655392050743, 0.016134386882185936, -0.011230404488742352, 0.000709913088940084, -0.0022368128411471844, 0.0010135328629985452, 0.08240858465433121, 0.02107737772166729, -0.02250453643500805, -0.024043170735239983, 0.004285146482288837, 0.034787941724061966, 0.0112852705642581, 0.007836911827325821, 0.008906914852559566, 0.013681135140359402, -0.002692975802347064, -0.02202417328953743, 0.04556130990386009, -0.00106853642500937, -0.02358480915427208, -0.0392245315015316, -0.026258714497089383, 0.0896485224366188, -0.01984492875635624, -0.014055159874260426, 0.02623671479523182, 0.04460718110203743, 0.04825061932206154, -0.0233699269592762, -0.11725299060344696, 0.02829238213598728, -0.04968511313199997, -0.02133992686867714, -0.020677316933870316, -0.021170148625969887, 0.02506110444664955, -0.04082439839839935, 0.0015290998853743076, 0.04463321343064308, 0.017284512519836426, 0.015259371139109136, 0.028029831126332283, 0.0328642800450325, -0.006440553814172745, 0.008492555469274521, 0.005695988889783621, 0.023397795855998993, -0.018000109121203423, 0.019371118396520615, 0.02069702744483948, -0.05107266828417778, 0.030447054654359818, 0.023317858576774597, -0.026395857334136963, 0.010320140980184078, 0.0437241867184639, -0.028928223997354507, 0.031822510063648224, 0.05321560800075531, -0.019375931471586227, -0.00785304605960846, -0.02379675582051277, -0.048365022987127304, 0.05147163197398186, 0.02378724329173565, 0.006770025473088026, -0.02296583354473114, -0.05066784098744392, -0.00991164706647396, -0.029623469337821007, -0.10096019506454468, 0.015922073274850845, 0.021831108257174492, 0.018420154228806496, -0.011551855131983755, -0.016952840611338615, 0.03638451173901558, 0.03703942149877548, 0.004109135363250971, -0.053337350487709045, 0.052361950278282166, 0.031118832528591156, 0.002694809576496482, 0.03370033577084541, 0.0159270241856575, 0.01518099196255207, -0.001562101999297738, -0.01944340206682682, -0.07891585677862167, 0.011174162849783896, -0.031055763363838196, -0.06072396785020828, 0.04352324455976486, -0.029091401025652885, 0.04416715353727341, 0.06853007525205612, -0.008568093180656433, 0.009218969382345676, -0.01830519549548626, 0.028370119631290436, -0.032729338854551315, -0.01230797078460455, -0.037015218287706375, -0.025398459285497665, 0.0194228682667017, 0.013785366900265217, -0.05230768397450447, -0.004121602512896061, -0.02958899922668934, 0.05969136580824852, -0.00378278037533164, 0.03583850711584091, 0.008383280597627163, 0.022770021110773087, 0.015242595225572586, 0.02020392008125782, -0.02504643425345421, 0.02186649665236473, 0.006975922733545303, 0.030001159757375717, -0.015486079268157482, -0.005196739453822374, -0.017708223313093185, 0.03826343268156051, -0.013644924387335776, -0.00030802012770436704, 0.00319350860081613, 0.004696206655353308, -0.003706508781760931, -0.0032393450383096933, -0.003663972718641162, 0.04968217760324478, 0.013068853877484798, 0.018530894070863724, -0.02305787242949009, -0.02371901646256447, 0.004015995655208826, -0.015459676273167132, 0.004851683508604765, 0.07602523267269135, -0.03532844036817551, -0.015901906415820122, 0.03326763957738876, -0.0247208159416914, 0.041570983827114105, 0.01687510311603546, 0.01906057819724083, -0.029913153499364853, 0.03004222922027111, -0.024883626028895375, 0.0033244399819523096, -0.004689239896833897, 0.017886344343423843, -0.006773509085178375, 0.008213870227336884, 0.01265669334679842, -0.007931884378194809, 0.020194387063384056, 0.0491526760160923, 0.06399191170930862, 0.029668206349015236, 0.012851772829890251, -0.009448884055018423, -0.03866459056735039, 0.05087905749678612, -0.02372634969651699, -0.06747694313526154, 0.01486123725771904, 0.010694898664951324, -0.023166045546531677, -0.04248771071434021, -0.013068853877484798, 0.042499441653490067, -0.0009225935791619122, -0.06870131939649582, -0.04440770298242569, 0.015618271194398403, 0.07802002876996994, -0.008190401829779148, 0.021752821281552315, 0.03135057911276817, -0.04155631363391876, -0.02170808427035809, -0.02642519399523735, 0.0657639428973198, 0.0341491624712944, -0.03267066925764084, 0.05062383785843849, 0.034662529826164246, 0.016127053648233414, 0.024957330897450447, 0.01624586246907711, -0.05069131404161453, 0.04011302068829536, 0.04543590173125267, -0.031016159802675247, 0.0032606131862848997, -0.0003322217089589685, 0.023182181641459465, 0.04890773072838783, 0.01732943207025528, 0.004393687006086111, 0.024666544049978256, 0.029317647218704224, 0.0045297290198504925, -0.020189985632896423, -0.013148059137165546, -0.0273961890488863], [-0.04949382692575455, -0.052208054810762405, -0.04172125831246376, 0.0006956515135243535, 0.023813430219888687, 0.05946632102131843, 0.021722761914134026, -0.03297358751296997, 0.03659899905323982, 0.04872533679008484, -0.021069100126624107, 0.021580807864665985, -0.03468001261353493, -0.009709393605589868, -0.043160125613212585, 0.020085452124476433, -0.004736153408885002, 0.0011031206231564283, 0.07167589664459229, 0.05794569477438927, -0.005256033968180418, -0.0035570389591157436, 0.01110069639980793, 0.0230100117623806, -0.050576694309711456, 0.041855037212371826, -0.00016945358947850764, -0.01701522246003151, 0.016109982505440712, 0.019182443618774418, 0.008931616321206093, 0.0005903004785068333, -0.008062423206865788, -0.033908553421497345, 0.028179462999105453, 0.007780000567436218, 0.02526196278631687, 0.05620507895946503, -0.054629456251859665, -0.01746709644794464, -0.025441819801926613, -0.006745441816747189, 0.003211814211681485, 0.027506107464432716, 0.022210313007235527, 0.01703157275915146, -0.002630246803164482, 0.041227757930755615, -0.0005626156344078481, -0.06573015451431274, 0.03998510167002678, -0.0008769966079853475, 0.003152728546410799, 0.010943878442049026, 0.0076432484202086926, 0.03579483926296234, -0.001167594688013196, -0.018913397565484047, 0.05909471213817597, 0.012968402355909348, -0.013405414298176764, 0.02239202708005905, -0.008768480271100998, -0.01044666487723589, 0.023422500118613243, -0.0006034926045686007, 0.02561238780617714, 0.032219965010881424, 0.037165798246860504, -0.06630094349384308, -0.004283162299543619, 0.009829051792621613, -0.025846131145954132, -0.007730205077677965, 0.015596047043800354, 0.010598281398415564, -0.05348416045308113, 0.013998594135046004, -0.04697919264435768, -0.05869336798787117, -0.0007192487246356905, 0.0017123731086030602, -0.041163843125104904, -0.05113336071372032, -0.05074986442923546, 0.013486424461007118, 0.024269022047519684, -0.0491846464574337, 0.025788160040974617, 0.0071646166034042835, -0.017141567543148994, -0.0005421771784313023, 0.037713829427957535, -0.015855059027671814, -0.009102927520871162, 0.051212143152952194, 0.00726495124399662, 0.012857661582529545, 0.004282604902982712, 0.02246152050793171, 0.03771080821752548, 0.005888326093554497, -0.008272754028439522, -0.02386917360126972, -0.061312466859817505, 0.004225934389978647, 0.06661681085824966, -0.02016795054078102, 0.008487544022500515, 0.02096923068165779, 0.014414703473448752, 0.017501285299658775, 0.00035284250043332577, -0.05873201787471771, 0.004988475702702999, 0.0034054224379360676, 0.023325137794017792, 0.01872982457280159, -0.032047536224126816, -0.01808694191277027, -0.06371157616376877, -0.02839536778628826, 0.0004830913385376334, -0.029734645038843155, 0.01561276987195015, -0.021495336666703224, -0.022159773856401443, 0.04366030916571617, -0.014883301220834255, -0.01859232969582081, 0.012570779770612717, -0.032047536224126816, 0.014642871916294098, -0.0075141144916415215, -0.02070455253124237, 0.012688209302723408, -0.0674038827419281, 0.020613878965377808, -0.014602737501263618, -0.007803783752024174, -0.024756573140621185, -0.007534089032560587, -0.00790337473154068, 0.03904455900192261, -0.020313620567321777, -0.0027722010854631662, -0.010113704018294811, -0.030413946136832237, -0.030302463099360463, -0.020477592945098877, 0.0039442554116249084, -0.02120845392346382, -0.010873272083699703, 0.05962090566754341, 0.005505755543708801, 0.0004849494143854826, 0.022932719439268112, 0.03829428181052208, -0.04413820058107376, 0.027525801211595535, 0.027371585369110107, 0.020206596702337265, 0.08426302671432495, -0.004402263090014458, -0.006130336318165064, -0.027790388092398643, -0.01065848208963871, -0.0008591593941673636, 0.021799638867378235, 0.02130953222513199, 0.04629947617650032, -0.014130051247775556, 0.010947593487799168, 0.03920137882232666, -0.05558672174811363, 0.008037896826863289, -0.016321055591106415, -0.026842042803764343, 0.036245230585336685, 0.03102189674973488, -0.014707530848681928, -0.003597172675654292, -0.009248076006770134, -0.009559263475239275, -0.03501148894429207, -0.0005005569546483457, -0.033794842660427094, 0.020069845020771027, 0.011083045974373816, 0.030061660334467888, 0.012098093517124653, -0.044349271804094315, 0.0205603688955307, 0.00031512422719970345, -0.02161871083080769, 0.024572256952524185, -0.0014403555542230606, 0.007047188002616167, 0.009751013480126858, 0.005970637314021587, -0.01664658635854721, 0.032288338989019394, 0.054681483656167984, 0.036682240664958954, -0.05669263005256653, -0.04213448613882065, 0.06969001889228821, -0.04521661251783371, 0.04648974165320397, -0.006558150984346867, -0.016157548874616623, 0.03545444458723068, 0.026020044460892677, 0.01965215615928173, 0.004756591748446226, 0.023261407390236855, 0.06620581448078156, -0.02381863445043564, 0.0860467404127121, 0.018012618646025658, -0.02455887757241726, -0.04065845534205437, 0.040603458881378174, -0.024150248616933823, -0.03122108057141304, 0.07055214792490005, 0.009076171554625034, 0.03893270716071129, -0.0031843152828514576, -0.06644735485315323, 0.07887618243694305, -0.02628740668296814, 0.05329909920692444, 0.00695279985666275, -0.03120175749063492, 0.0016306190518662331, -0.017113326117396355, 0.018342608585953712, -0.011866210959851742, -0.01223335973918438, -0.058538783341646194, -0.0031085072550922632, 0.04487249627709389, 0.01999701000750065, 0.007850605994462967, -0.00044481566874310374, 0.004356740973889828, 0.039009444415569305, -0.037846121937036514, 0.0132181691005826, 0.005817906931042671, 0.001486435066908598, -0.05239386111497879, 0.01951391808688641, 0.024541784077882767, -0.022535281255841255, -0.026277195662260056, 0.03511999920010567, -0.01882867142558098, 0.023072442039847377, 0.02514193393290043, -0.0430828295648098, -0.0562296025454998, 0.02707095444202423, 0.0369044654071331, 0.03134649991989136, -0.007212182972580195, 0.03139016404747963, -0.012179289944469929, -0.02545074000954628, -0.026634683832526207, -0.051850009709596634, 0.02028537727892399, -0.016483448445796967, -0.014110727235674858, 0.010312839411199093, 0.04700478911399841, -0.033904094249010086, 0.05184090510010719, 0.048526156693696976, -0.025808969512581825, -0.03964909538626671, 0.02793159894645214, 0.0437547005712986, 0.04549679905176163, 0.01824970543384552, -0.02172870561480522, -0.05024150013923645, -0.018360445275902748, -0.0215793177485466, -0.014682633802294731, -0.00910590123385191, 0.0160356592386961, 0.023384593427181244, 0.09223031997680664, 0.004304715897887945, 0.022364899516105652, 0.01076364703476429, -0.08703374117612839, -0.029990311712026596, 0.03207838162779808, 0.005510214250534773, -0.04887992888689041, 0.005892878398299217, 0.04174132272601128, -0.03625117614865303, -0.03704391047358513, 0.07073052227497101, 0.03875730559229851, 0.013345212675631046, -0.009861010126769544, 0.018966911360621452, -0.035008516162633896, 0.02325155958533287, 0.036573734134435654, 0.005230021197348833, 0.01192120835185051, 0.032059427350759506, -0.028658000752329823, -0.010941647924482822, 0.006778143811970949, -0.0023069470189511776, 0.0156125845387578, -0.04484797269105911, 0.05875728651881218, 0.0376959927380085, 0.01691117137670517, 0.011624664068222046, -0.044040095061063766, -0.028994401916861538, 0.01049701776355505, -0.04050386697053909, 0.004584536887705326, 0.0004979557124897838, 0.03775544837117195, -0.02023186720907688, -0.02839536778628826, 0.006311402656137943, 0.015868065878748894, 0.0012025259202346206, -0.0019710129126906395, -0.07316381484270096, -0.02855181321501732, -0.023843904957175255, 0.0005596427363343537, -0.03176214545965195, 0.05403637140989304, -0.007165731396526098, 0.019438110291957855, -0.0029018926434218884, 0.030124090611934665, -0.006972494535148144, 0.009778698906302452, -0.002449644962325692, -0.008344845846295357, 0.013462642207741736, 0.010867326520383358, -0.03972497582435608, -0.02947897836565971, 0.0020014846231788397, 0.0300601739436388, -0.05257074534893036, -0.08860044181346893, 0.054078154265880585, -0.012975091114640236, 0.011973140761256218, 0.03125675395131111, -0.017001843079924583, 0.06415601819753647, 0.002601261250674725, 0.028667384758591652, 0.027811199426651, -0.04109695553779602, -0.003429205622524023, 0.018574491143226624, 0.029531003907322884, -0.04047413915395737, -0.04653136059641838, 0.02894386276602745, -0.0678587332367897, 0.007173535414040089, -0.008483827114105225, 0.02801929973065853, -0.03285318613052368, 0.030906513333320618, 0.01827237382531166, 0.008217012509703636, 0.02965586446225643, -0.01897582784295082, 0.006444067228585482, -0.01741284318268299, -0.012292074039578438, 0.025736507028341293, 0.05265546962618828, 0.016041604802012444, -0.0027045682072639465, 0.004531954415142536, 0.049230728298425674, 0.06362535804510117, 0.00921589694917202, -0.0430661104619503, 0.007273126393556595, -0.01797991804778576, 0.01412559114396572, -0.017758438363671303, -0.0421612411737442, -0.06092822924256325, -0.008194715715944767, -0.04373389109969139, 0.003724262584000826, 0.026749884709715843, -0.026218483224511147, -0.014732057228684424, -0.023684853687882423, 0.03816421702504158, -0.023342974483966827, -0.03647623211145401, -0.03388774394989014, 0.04627866670489311, 0.007115849759429693, 0.022466536611318588, 0.002434780588373542, -0.03722427785396576, 0.016564831137657166, 0.030251923948526382, 0.01283536572009325, 0.0017584526212885976, -0.029633566737174988, -0.04842805117368698, 0.027609042823314667, 0.050223663449287415, 0.0413704589009285, 0.01924041472375393, 0.04537788778543472, -0.0015124476049095392, 0.03166700899600983, 0.03420286998152733, 0.013745063915848732, -0.025511683896183968, -0.0234054047614336, 0.002054996322840452, -0.029101423919200897, 0.0068390872329473495, 0.01943662390112877, 0.02269395999610424, 0.005256033968180418, -0.01990782469511032, 0.005396177060902119, -0.016484564170241356, -0.06257890909910202, -3.5767341614700854e-05, -0.05741206556558609, -0.007667774800211191, -0.01559548918157816, -0.02825266867876053, -0.006782602518796921, 0.04449345916509628, -0.015123732388019562, -0.031111828982830048, -0.0016469700494781137, -0.011103669181466104, -0.012801178731024264, 0.010570782236754894, -0.018497196957468987, 0.008547001518309116, -0.01914974115788937, 0.007691557984799147, -0.05920173227787018, -0.005475468933582306, 0.03037381172180176, 0.04834853112697601, -0.06874241679906845, -0.02475062943994999, -0.03436962887644768, -0.017196565866470337, 0.007840387523174286, 0.0545818917453289, 0.005988103337585926, -0.027721641585230827, -0.061764344573020935, -0.02529243379831314, -0.02274603210389614, 0.025869913399219513, 0.022398345172405243, 0.0024377533700317144, 0.02554122731089592, -0.007622438482940197, 0.0005819392972625792, -0.001047936617396772, -0.04274076223373413, 0.01721588894724846, 0.10095272213220596, 0.02335040643811226, 0.031078383326530457, 0.004850318655371666, 0.014604223892092705, -0.015651416033506393, 0.0376632884144783, -0.031018923968076702, -0.00970641989260912, 0.03296058252453804, 0.022971367463469505, -0.03796355053782463, 0.026234090328216553, 0.021655870601534843, -0.04977178946137428, 0.03828015923500061, 0.014409501105546951, 0.04944923520088196, -0.019707154482603073, -0.05237416550517082, -0.04648527875542641, -0.007598284166306257, -0.017450746148824692, 0.03487027809023857, 0.050115156918764114, 0.01918838918209076, 0.007971285842359066, 0.013389806263148785, 0.0037807472981512542, -0.011305823922157288, 0.007134887855499983, -0.02512929774820805, 0.04865993559360504, -0.015108682215213776, -0.007803783752024174, 0.03579874336719513, -0.049807459115982056, -0.009190627373754978, -0.021639520302414898, -0.005361942574381828, -0.023314733058214188, -0.01680542714893818, 0.026908932253718376, 0.022950926795601845, -0.029553299769759175, 0.019404664635658264, -0.012919500470161438, 0.011887763626873491, 0.040234822779893875, 0.02679317630827427, 0.03221699222922325, 0.00975621584802866, -0.00732812425121665, -0.04276176169514656, -0.012893336825072764, -0.016088614240288734, 0.030531372874975204, 0.013261972926557064, 0.008683753199875355, -0.009612774476408958, -0.028753597289323807, -0.0798037201166153, -0.05608021840453148, 0.036506470292806625, 0.004039387218654156, -0.0040431031957268715, -0.00010850975377252324, 0.05920173227787018, 0.0005826824926771224, -0.0016253236681222916, 0.0287922453135252, -0.013614443130791187, 0.02842277474701405, -0.0002913412463385612, 0.019870663061738018, -0.023237252607941628, -0.04427197575569153, -0.027930112555623055, 0.010094380006194116, -0.051507942378520966, -0.031759168952703476, -0.028880687430500984, -0.01406028214842081, -0.03197024390101433, -0.016976574435830116, 0.0256112739443779, -0.09104116261005402, -0.013461154885590076, -0.0400155708193779, 0.0003976213629357517, 0.057749487459659576, -0.004316607024520636, -0.013377728872001173, 0.010096237994730473, 0.005982900969684124, 0.02049607969820499, -0.01667928695678711, 0.02969711273908615, -0.04875357821583748, -0.02174951508641243, 0.025828292593359947, 0.002835560357198119, -0.004757335409522057, -0.05659452825784683, -0.052720874547958374, -0.059665497392416, 0.03293048217892647, -0.028531378135085102, -0.00807728711515665, -0.016398349776864052, -0.01837233640253544, -0.013118532486259936, -0.014244506135582924, 0.02617128938436508, -0.024897785857319832, -0.009842614643275738, 0.002153844339773059, -0.00027146018692292273, 0.03917127847671509, -0.02183721773326397, 0.0017956134397536516, -0.018629305064678192, -0.0077859461307525635, 0.012768476270139216, 0.02126196585595608, -0.022588981315493584, 0.010495717637240888, -0.029111968353390697, 0.021956130862236023, 0.05789961293339729, -0.024167947471141815, -0.021577462553977966, -0.025153450667858124, 0.019145281985402107, -0.0043834964744746685, 0.013804521411657332, 0.008714968338608742, 0.006772197317332029, -0.02902412787079811, 0.05135929957032204, -0.04363327473402023, 0.0670025423169136, 0.03362910449504852, -0.06455289572477341, 0.06529314815998077, 0.007743583060801029, -0.0018193965079262853, -0.007809729315340519, 0.03831583261489868, 0.004277959931641817, -0.00015012994117569178, -0.011117047630250454, -0.02621699683368206, 0.003090298268944025, -0.010105527937412262, 0.03315344452857971, 0.01674654707312584, -0.002493866253644228, 0.03407856822013855, 0.0436892956495285, -0.02112298458814621, -0.06882788240909576, -0.047625377774238586, 0.04323742166161537, -0.004234853200614452, -0.03015456348657608, 0.007521360646933317, -0.001142325229011476, -0.046421363949775696, 0.02265029586851597, -0.0288030207157135, 0.04462277516722679, 0.04182233288884163, 0.010310656391084194, 0.015053871087729933, 0.07281152904033661, 0.02262205444276333, -0.012139900587499142, -0.026402056217193604, 0.04604232311248779, -0.015808235853910446, -0.0001449274132028222, -0.0378476046025753, 0.009581559337675571, 0.002167222322896123, 0.004322552587836981, -0.018497196957468987, -0.004563355352729559, 0.01278334017843008, 0.013425481505692003, 0.017260482534766197, 0.020500168204307556, -0.00670382147654891, 0.033088043332099915, -0.002216274617239833, -0.005580076947808266, 0.004417684860527515, -0.03485987335443497, -0.05143659561872482, -0.021523579955101013, 0.010017085820436478, 0.04896911233663559, -0.004322552587836981, -0.005734666250646114, 0.037713829427957535, 0.020406104624271393, 0.02371012419462204, -0.03693493828177452, 0.024027293547987934, -0.00923373457044363, 0.02100927196443081, 0.0454559251666069, 0.017421018332242966, 0.026126137003302578, -0.020135248079895973, 0.014573565684258938, 0.019930120557546616, -0.007710138335824013, -0.011093450710177422, -0.03737492114305496, 0.03915269672870636, 0.0235733725130558, 0.06063465774059296, 0.0014031946193426847, -0.028926024213433266, -0.0014314368600025773, -0.009553317911922932, 0.04909991845488548, -0.0015425479505211117, 0.026308411732316017, -0.045770302414894104, -0.07863835990428925, -0.025863969698548317, 0.039669979363679886, -0.024358954280614853, -0.007332583889365196, -0.01993606612086296, 0.011417307890951632, -0.016004258766770363, -0.029134126380085945, 0.012836852110922337, 0.008831839077174664, 0.06937489658594131, -0.014800433069467545, -0.029583027586340904, -0.023943495005369183, -0.007581933401525021, 0.035451650619506836, -0.019910795614123344, 0.05142173171043396, -0.03964545205235481, -0.012290401384234428, 0.007838714867830276, 0.009206977672874928, -0.0394083634018898, 0.0064258580096066, 0.05523889511823654, 0.010204747319221497, -0.004781489726155996, 0.0021137103904038668, 0.02740544825792313, 0.024872515350580215, 0.058862827718257904, -0.005553320981562138, -0.08673645555973053, 0.059394966810941696, -0.07021918892860413, 0.03426381200551987, 0.0017525068251416087, 0.0043604569509625435, -0.08779478818178177, 0.03564396873116493, -0.03909844160079956, 0.04576436057686806, 0.025430485606193542, -0.044552914798259735, 0.0008799695060588419, 0.03043326921761036, -0.008899286389350891, -0.015178452245891094, -0.0002586396876722574, -0.03296912834048271, -0.01497768983244896, 0.0035473769530653954, -0.032312121242284775, -0.0823722779750824, -0.035256750881671906, 0.010407274588942528, -0.016806377097964287, -0.03861460834741592, 0.018958689644932747, -0.025893697515130043, -0.03455515205860138, -0.030183548107743263, 0.0020066872239112854, -0.048725713044404984, -0.03610178828239441, 0.03239090368151665, -0.010764761827886105, 0.041183166205883026, 0.0010481224162504077, -0.07538603991270065, 0.004866588395088911, -0.047577809542417526, 0.06406832486391068, -0.004775172099471092, 0.01573837362229824, -0.022564083337783813, -0.016029713675379753, 0.021275343373417854, -0.0010126337874680758, 0.059551045298576355, 0.0021389799658209085, -0.05448378622531891, 0.021003326401114464, 0.0008502408163622022, -0.01247118879109621, -0.0127298291772604, -0.08000587671995163, -0.052619799971580505, 0.003248789580538869, -0.001931993872858584, 0.00918454211205244, 0.0711972638964653, 0.011933100409805776, 0.0014318085741251707, -0.01592380553483963, 0.0153444679453969, 0.04761645570397377, 0.028373071923851967, 0.04908803105354309, -0.016080252826213837, 0.01806362345814705, 0.024280916899442673, -0.04165102168917656, 0.016248220577836037, 0.012874756939709188, 0.015359331853687763, 0.02844739332795143, -0.005688586737960577, 0.006549232639372349, -0.021372517570853233, 0.05982008948922157, -0.024011870846152306, 0.014017081819474695, 0.000992938643321395, -0.002234854968264699, 0.037530627101659775, -0.01573149859905243, 0.013580812141299248, 0.026552189141511917, 0.032335907220840454, 0.018877724185585976, -0.00874172430485487, -0.003887027502059937, 0.030752109363675117, -0.04646001383662224, -0.04047933965921402, -0.028656980022788048, -0.008263464085757732, 0.011738376691937448, -0.036425091326236725, -0.0021612762939184904, 0.006055735982954502, 0.02580079436302185, 0.006610919255763292, 0.07557035237550735, 0.06887545436620712, -0.011654765345156193, 0.05077661946415901, -0.03035764768719673, 0.018648814409971237, -0.04376659169793129, -0.019976943731307983, 0.010098839178681374, -0.01134528499096632, -0.0087552759796381, 0.02391831763088703, -0.02120771072804928, -0.011980665847659113, 0.0513957180082798, -0.04832102730870247, 0.014898537658154964, 0.05671343952417374, -0.04938531666994095, 0.005039014387875795, -0.005410623271018267, -0.004603488836437464, 0.007384608965367079, 0.0023381621576845646, 0.012939415872097015, -0.00023857281485106796, -0.006155326962471008, -0.03383125737309456, -0.014977319166064262, -0.06446965783834457, 0.006783346179872751, 0.025291692465543747, 0.032359689474105835, -0.025757689028978348, -0.031143784523010257, -0.01417501550167799, 0.08140312880277634, -0.02054550312459469, -0.035249412059783936, 0.07212182879447937, -0.019464122131466866, 0.0055741313844919205, 0.0777435228228569, 0.031247835606336594, 0.04727457836270332, 0.02365475334227085, -0.04374875128269195, -0.04278554394841194, -0.008211066946387291, 0.004191746469587088, -0.03248455002903938, 0.031333304941654205, -0.022260848432779312, 0.036935679614543915, 0.030069835484027863, 0.012138227932155132, 0.012878471985459328, -0.04070453718304634, -0.0004511330334935338, -0.004901333246380091, -0.06601554900407791, -0.032508332282304764, -0.008395384065806866, 0.027745796367526054, 0.010519499890506268, 0.011939789168536665, -0.027157166972756382, -0.02469860389828682, 0.0777227133512497, -0.007737080100923777, -0.010644360445439816, -0.009256030432879925, -0.010182823054492474, -0.004672979936003685, 0.06098248064517975, 0.03970862179994583, 0.00973020400851965, 0.03838495537638664, 0.003915269859135151, -0.030460398644208908, 0.022815290838479996, -0.024983998388051987, 0.02116543985903263, -0.015607567504048347, -0.011102740652859213, -0.020767726004123688, 0.007025634869933128, 0.010772565379738808, 0.010015598498284817, -0.019237441942095757, 0.04690296947956085, -0.03496689721941948, 0.03373910114169121, -0.002940911566838622, -0.010957998223602772, -0.04450386390089989, -0.020810090005397797, -0.019601618871092796, 0.04489646852016449, -0.023281287401914597, 0.014597349800169468, 0.020431049168109897, -0.007932360284030437, 0.05652020499110222, 0.03693753853440285, 0.02916942723095417, 0.010735683143138884, -0.003342249197885394, 0.02439983002841473, -0.0002764769014902413, -0.018773674964904785, -0.04097803682088852, -0.0388018973171711, 0.0015622430946677923, -0.006666660774499178, 0.0006295052007772028, 0.005759935360401869, 0.006268296390771866, 0.028527287766337395, 0.03968929871916771, 0.02266846038401127, -0.03863244503736496, -0.013229364529252052, 0.0453154593706131, -0.03736414387822151, -0.031188378110527992, 0.012480108067393305, -0.001629783073440194, 0.007417310029268265, -0.05202113464474678, 0.02136898972094059, 4.8309135308954865e-05, -0.021318450570106503, -0.060877688229084015, -0.00431289104744792, 0.020249703899025917, 0.04922180622816086, -0.023467835038900375, 0.01781195029616356, 0.052167922258377075, -0.026458172127604485, 0.0003589740372262895, -0.014974066987633703, 0.02284204587340355, -0.00449497951194644, 0.03575247898697853, 0.0100958663970232, 0.02493048831820488, 0.025724243372678757, 0.016937926411628723, -0.01610032096505165, -0.00929170474410057, 0.04208097234368324, 0.025609787553548813, 0.008005195297300816, -0.022199533879756927, 0.007555176969617605, 0.042107731103897095, 0.01499664317816496, 0.03839386999607086, 0.014402068220078943, 0.022992176935076714, 0.02048010192811489, 0.018269771710038185, 0.00188628607429564, 0.013259000144898891, 0.009804525412619114], [0.008667358197271824, -0.065597765147686, -0.06084875017404556, -0.0027894682716578245, 0.00022402466856874528, -0.0016566034173592925, 0.06042960658669472, -0.002389723202213645, -0.0071317050606012344, 0.05677066370844841, -0.014865690842270851, 0.0067517380230128765, -0.05504649877548218, -0.034132570028305054, -0.03143343701958656, -0.011246874928474426, 0.028004225343465805, -0.018253635615110397, 0.04570483788847923, 0.02391777001321316, -0.0049012526869773865, 0.019422823563218117, 0.03150218352675438, 0.0528903566300869, -0.08038187026977539, 0.02026795595884323, 0.0005081442068330944, -0.01851455494761467, 0.024782394990324978, -0.025415198877453804, 0.055787939578294754, -0.04442154243588448, 3.575266237021424e-05, 0.0018868680344894528, 0.022911371663212776, 0.02252037264406681, 0.024943185970187187, 0.01336455438286066, -0.06542357057332993, 0.0030332712922245264, -0.009812703356146812, 0.030138922855257988, 0.024538686498999596, 0.03207360953092575, 0.05077486485242843, -0.015354246832430364, -0.006956364959478378, 0.037739597260952, 0.0001322658354183659, -0.035936277359724045, 0.04299752041697502, 0.02062434144318104, 0.010653248056769373, 0.009041620418429376, 0.018462827429175377, 0.016319189220666885, 0.013636693358421326, 0.014969240874052048, 0.03390265256166458, -0.012768643908202648, -0.009437941946089268, -0.01326766051352024, -0.03889813646674156, 0.005188319832086563, 0.006866032723337412, 0.004121314734220505, 0.041108954697847366, 0.0012483004247769711, 0.015153064392507076, -0.07597516477108002, 0.033623479306697845, -0.03170652687549591, -0.0020373312290757895, -0.01983968541026115, 0.07592800259590149, -0.023801002651453015, -0.07035210728645325, 0.0014162238221615553, -0.032692767679691315, -0.025626290589571, -0.026174085214734077, 3.7797028653585585e-06, 0.012523891404271126, -0.01933724619448185, -0.07306627184152603, 0.019060922786593437, -0.02928827702999115, 0.014752917923033236, 0.027208156883716583, 0.012737075798213482, -0.026170948520302773, 0.007679976522922516, 0.024773743003606796, -0.01110557559877634, -0.01041567325592041, 0.021761579439044, 0.013048199936747553, 0.017634430900216103, 0.035381726920604706, 0.03950973227620125, 0.028830718249082565, 0.013776945881545544, 0.01923784427344799, -0.023074159398674965, -0.023804428055882457, 0.006478838622570038, 0.026918521150946617, -0.0275531318038702, 0.02740936167538166, -0.005893103312700987, -0.010588493198156357, 0.021848298609256744, -0.014885278418660164, -0.006716936361044645, 0.004983312450349331, 0.0176339540630579, -0.015212377533316612, -0.021531565114855766, -0.03352230414748192, -0.007287837564945221, -0.09374196082353592, 0.01803046651184559, 0.025787178426980972, 0.020798159763216972, -0.004811395425349474, -0.03482765704393387, -0.0029601017013192177, -0.021610012277960777, -0.0035815774463117123, 0.029571255668997765, -0.010876416228711603, 0.000995369395241141, 0.009042000398039818, -0.004034155514091253, -0.028691891580820084, 0.040679682046175, -0.03896992653608322, 0.04708245396614075, 0.028252970427274704, 0.007540388498455286, -0.035200491547584534, -0.03069480136036873, -0.00307815195992589, -0.002644746098667383, 0.005736400838941336, -0.0375448577105999, -0.00040316832019016147, -0.042755238711833954, 0.009045613929629326, -0.023785408586263657, 0.006412848364561796, -0.0034451873507350683, -0.008313635364174843, -0.009782156907022, 0.012287885881960392, -0.021167287603020668, 0.01898056268692017, 0.014620176516473292, -0.034080274403095245, 0.004044614732265472, 0.01837078295648098, 0.018136488273739815, 0.03812526911497116, 0.005102741532027721, -0.007956868968904018, -0.018028469756245613, -0.004045435227453709, 0.029716547578573227, 0.008128976449370384, 0.04156189784407616, 0.08127416670322418, -0.013089277781546116, -0.005584261380136013, 0.060570430010557175, -0.02053077518939972, -0.026997633278369904, -0.003380528185516596, -0.019773291423916817, -0.0022318789269775152, 0.05202240496873856, -0.04754495620727539, -0.02201603166759014, -0.023614443838596344, -0.008925584144890308, -0.009556991048157217, 0.0219953041523695, -0.029177594929933548, -0.0027940324507653713, 0.006945239845663309, 0.0379662849009037, -0.019568877294659615, -0.035778336226940155, -0.01457681693136692, 0.002582773333415389, -0.015136117115616798, 0.022052926942706108, -0.014386833645403383, 0.008136202581226826, 0.0027142546605318785, 0.00922128651291132, 0.02349406480789185, -0.03386176377534866, 0.03941008448600769, -0.012563257478177547, -0.05421397089958191, -0.03522321581840515, 0.045068129897117615, -0.036601219326257706, -0.004063679836690426, -0.01659487560391426, -0.010617399588227272, 0.04321203753352165, 0.03747221454977989, -0.008486502803862095, 0.019355976954102516, 0.026652468368411064, 0.08920212835073471, -0.011411945335566998, 0.03747544437646866, 0.023117531090974808, -0.019791284576058388, -0.014526991173624992, 0.05526981130242348, -0.04999363049864769, -0.05032909661531448, 0.07434652000665665, 0.027050644159317017, 0.03901904076337814, -0.02573654428124428, -0.02647978998720646, 0.05648159608244896, -0.03080662526190281, 0.00387345883063972, -0.031478460878133774, -0.01693711057305336, -0.000228208489716053, -0.02500461228191853, -0.0023733682464808226, -0.026555100455880165, -0.023131592199206352, -0.044063061475753784, -0.0041216351091861725, 0.04281039163470268, -0.02327878773212433, 0.0034084836952388287, -0.019794803112745285, -0.018260672688484192, -0.02103929966688156, -0.005538239609450102, -0.01884165219962597, 0.03821883723139763, 0.02594730257987976, -0.017142830416560173, -0.04137914255261421, -0.016069775447249413, 0.0038848689291626215, 0.002811528509482742, 0.005028764251619577, -0.021532801911234856, 0.024686072021722794, -0.03264294192194939, -0.04110186919569969, -0.05145835131406784, -0.00021831944468431175, 0.04036437347531319, 0.0014974280493333936, 0.01053562480956316, -0.026700392365455627, 0.016025559976696968, 0.012300437316298485, 0.028281496837735176, -0.07082069665193558, 0.03259729966521263, 0.041890330612659454, -0.04388905689120293, 0.028719278052449223, 0.06496410816907883, -0.023251401260495182, 0.037672847509384155, 0.001441707136109471, -0.032999396324157715, -0.049400292336940765, -0.004083980806171894, -0.020087480545043945, 0.0261937715113163, 0.0054952604696154594, 0.009412744082510471, -0.05079426243901253, -0.03310810774564743, -0.016917759552598, 0.001951182493939996, -0.014261889271438122, -0.0014430383453145623, 0.0561734214425087, 0.05874998867511749, -0.044425345957279205, -0.003896659705787897, 0.03670277073979378, -0.029257848858833313, -0.012869627214968204, 0.028988562524318695, 0.04117261618375778, -0.035123568028211594, 0.010495973750948906, -0.0237796101719141, -0.0508144237101078, -0.01914440840482712, 0.08719389885663986, 0.027335193008184433, 0.0007644984289072454, -0.031085418537259105, -0.012664809823036194, -0.011415583081543446, -0.0024348299484699965, 0.02343549020588398, -0.05493738874793053, 0.005940171889960766, 0.030395278707146645, -0.03103958815336227, -0.0019653504714369774, 0.047566257417202, -0.0006722641410306096, 0.03970256820321083, -0.02619757130742073, 0.009850999340415, 0.04939458146691322, 0.004692727234214544, 0.05514733865857124, -0.06248196214437485, -0.05894092470407486, 0.033391084522008896, 0.020058004185557365, 0.026981420814990997, -0.00019625929417088628, 0.0021447318140417337, 0.02699744328856468, -0.02237812243402004, -0.013964838348329067, 0.03847594931721687, 0.007404224015772343, 0.02983369491994381, -0.04618407413363457, -0.00845056027173996, -0.03028554655611515, 0.01103692315518856, -0.05919418856501579, 0.022062435746192932, -0.05292915552854538, 0.03901299834251404, 0.027155477553606033, 0.01868190616369247, -0.008731874637305737, 0.0013401543255895376, -0.036087460815906525, -0.0284271277487278, 0.007811623625457287, 0.02999020740389824, 0.018508469685912132, 0.012972891330718994, -0.031039776280522343, -0.006706214975565672, -0.01008567400276661, -0.03752508386969566, 0.036191582679748535, 0.012584556825459003, -0.01170443370938301, -0.028564879670739177, -0.03777839243412018, 0.06160411611199379, -0.03229149803519249, 0.05580154061317444, -0.0067603434436023235, -0.01783829554915428, 0.03753192722797394, 0.02454329840838909, 0.03714321181178093, -0.05901889503002167, -0.06463168561458588, 0.012103036046028135, -0.04193977639079094, 0.07625814527273178, -0.02487118169665337, 0.01420331560075283, -0.0167101863771677, 0.02218909002840519, 0.030868619680404663, 0.022424714639782906, 0.0006613291334360838, -0.02984662726521492, 0.04815579205751419, 0.0009284281986765563, -0.03989902138710022, 0.03500984236598015, 0.028273889794945717, 0.02177470177412033, 0.03331927955150604, 0.023304270580410957, 0.04078846424818039, 0.04386309906840325, 0.014165316708385944, -0.06136335805058479, 0.01905236579477787, -0.025423185899853703, -0.024587182328104973, 0.027304574847221375, -0.045031242072582245, -0.03809332102537155, -0.02219802886247635, -0.017887361347675323, -0.0020112774800509214, -0.0011882054386660457, -0.024076851084828377, -0.03315645828843117, 0.0065495832823216915, 0.04904504492878914, -7.816140714567155e-05, -0.0049604917876422405, -0.024391207844018936, -0.00011032453767256813, -0.027972083538770676, 0.06378123164176941, -0.019957520067691803, -0.02547338977456093, -0.009351602755486963, 0.07097930461168289, 0.013350196182727814, -0.011853148229420183, -0.02727243490517139, -0.013328135944902895, 0.030806241557002068, 0.04241178557276726, 0.013878309167921545, 0.005186495371162891, 0.04651040956377983, 0.02288303524255753, 0.03461884707212448, -0.01601671613752842, 0.007361054420471191, -0.10126066952943802, -0.03447127342224121, -0.007215571589767933, 0.017364192754030228, 0.013932508416473866, -0.021346336230635643, 0.0017678550211712718, 0.036921657621860504, -0.05114342272281647, 0.024708323180675507, -0.04586458206176758, -0.04702159762382507, 0.025576276704669, -0.05741725489497185, -0.04289520904421806, -0.008638736791908741, -0.04300741106271744, 0.0443485826253891, 0.03659931570291519, -0.01719636470079422, -0.03035610169172287, -0.02800878696143627, -0.06807002425193787, 0.0012341324472799895, 0.07065790891647339, -0.002977074822410941, -0.04383395239710808, 0.03277377784252167, 0.022181864827871323, -0.055774156004190445, 0.0256351325660944, -0.011066589504480362, -0.004005462862551212, -0.02309545874595642, 0.0023505473509430885, -0.02816244773566723, -0.004245438612997532, 0.03696216642856598, 0.017766792327165604, 0.027178870514035225, -0.04891040548682213, 0.01381507609039545, 0.015639888122677803, 0.02217996120452881, 0.05728185176849365, 0.03173733502626419, 0.0015828160103410482, 0.07188871502876282, -0.01845712214708328, -0.01213688775897026, 0.0009302229736931622, -0.03982238098978996, 0.00994836911559105, 0.04420778527855873, -0.005909648723900318, 0.0238537285476923, -0.03344167023897171, -0.009155153296887876, -0.04040849581360817, 0.034011051058769226, -0.00799937266856432, 0.022144969552755356, 0.02528559602797031, 0.022238917648792267, -0.024620652198791504, 0.031122691929340363, 0.0320853516459465, -0.03738055005669594, -0.0004217102541588247, 0.04820219799876213, -0.02292332798242569, -0.010379967279732227, -0.04989245906472206, -0.02264741063117981, 0.014270827174186708, -0.043856725096702576, 0.06937119364738464, 0.001996063627302646, -0.01031159982085228, -0.06044025346636772, 0.04161533713340759, 0.002579742344096303, 0.012372512370347977, 0.018600691109895703, -0.01035077590495348, 0.02068386599421501, 0.0013082051882520318, -0.03030608780682087, 0.028837183490395542, -0.040882788598537445, 0.05799690261483192, 0.00726910587400198, 0.0275734793394804, -0.06328069418668747, 0.006143372040241957, 0.04213346540927887, 0.01743132434785366, -0.00792575255036354, 0.02494736947119236, -0.0035828729160130024, 0.05795273557305336, -0.010872993618249891, -0.004350414499640465, 0.005926954559981823, 0.0297351386398077, -0.012512481771409512, -0.04951287433505058, -0.008730828762054443, -0.027438266202807423, -0.017749009653925896, 0.02430686540901661, 0.01894986256957054, -0.012275333516299725, -0.005445862654596567, -0.0628683939576149, -0.06085711717605591, 0.04027879610657692, 0.025679539889097217, -0.004682267550379038, 0.031935494393110275, 0.002862590132281184, -0.002958723111078143, -0.0030096895061433315, 0.022158948704600338, -0.010100127197802069, 0.001198474899865687, 0.025771964341402057, 0.026687460020184517, 0.024217864498496056, -0.04746127873659134, -0.03949832543730736, 0.024533173069357872, -0.03294645994901657, -0.0178986769169569, -0.019000258296728138, -0.03626727312803269, -0.04357108473777771, -0.033211324363946915, 0.0365125946700573, -0.03884945064783096, -0.03747183457016945, -0.025451332330703735, -0.002654064679518342, 0.028170054778456688, 0.03219147026538849, -0.009926973842084408, 0.03695724532008171, 0.04600682854652405, -0.0050280033610761166, -0.0005267812521196902, -0.002289501717314124, -0.0874403640627861, -0.01586277224123478, 0.05461180955171585, 0.0034156630281358957, 0.0028191355522722006, -0.055141255259513855, -0.05875683948397637, -0.01508691068738699, -0.018856106325984, 0.032879896461963654, -0.05160706490278244, -0.03969458118081093, -0.029410747811198235, -0.052201930433511734, 0.005184587556868792, 0.06075213849544525, -0.001426968607120216, -0.004932155832648277, 0.03671304136514664, -0.014309813268482683, -0.012466268613934515, -0.02232879213988781, 0.0021778219379484653, -0.01012741681188345, 0.016036400571465492, 0.01795239932835102, -0.012087204493582249, -0.059199560433626175, -0.0472201406955719, -0.0071916100569069386, -0.016072722151875496, 0.02833512611687183, -0.04606160148978233, -0.040473535656929016, 0.014569589868187904, -0.03196573257446289, 0.00665617547929287, 0.0011347667314112186, 0.058473099023103714, 0.008938165381550789, -0.015083059668540956, 0.009342094883322716, -0.026822105050086975, 0.08148716390132904, 0.016077477484941483, -0.06277862936258316, 0.035922300070524216, -0.009691253304481506, -0.035703979432582855, -0.04034421592950821, -0.0011334355222061276, 0.004854755010455847, -0.0008343872614204884, 0.007298583164811134, -0.0004933106829412282, -0.002252417616546154, 0.00697291037067771, 0.037295352667570114, -0.022758470848202705, -0.008949575945734978, -0.03868894651532173, 0.05343082919716835, -0.02388468012213707, 0.010623865760862827, -0.05589738488197327, 0.01744653843343258, -0.002217045519500971, 0.018943965435028076, -0.014119449071586132, -0.00763395382091403, -0.00415567634627223, 0.019776737317442897, -0.030458224937319756, 0.01878003776073456, 0.01933163590729237, -0.019417118281126022, 0.006906729657202959, 0.010427606292068958, -0.0087970569729805, 0.002089516259729862, -0.013185885734856129, 0.03993534296751022, -0.004397958051413298, 0.017512530088424683, 0.0013593619223684072, 0.0034364392049610615, -0.02587123401463032, 0.02403491735458374, -0.01909933984279633, -0.011936134658753872, -0.011741611175239086, 0.023232383653521534, -0.009463805705308914, 0.03146690875291824, -0.005482708569616079, 0.03274259343743324, -0.007408788427710533, -0.019331160932779312, -0.008253717795014381, -0.0015666987746953964, -0.05309726670384407, -0.03751290962100029, 0.04397149384021759, 0.0018338452791795137, -0.002519421512261033, 0.006915097124874592, 0.013473903760313988, 0.06813962757587433, 0.0144144082441926, -0.036303214728832245, -0.02305571176111698, 0.05281657353043556, 0.052181389182806015, 0.016448887065052986, -0.018916962668299675, -0.004226801451295614, -0.009444598108530045, 0.040382299572229385, -0.017248282209038734, -0.05813230574131012, -0.07335533201694489, -0.016746699810028076, 8.557817636756226e-05, -0.008722888305783272, 0.0026342866476625204, -0.003891334868967533, -0.005514657590538263, 0.009295501746237278, 0.019358355551958084, 0.022909849882125854, -0.003105156822130084, 0.028117947280406952, 0.004202079027891159, -0.06812175363302231, -0.01924177818000317, 0.0548308901488781, -0.01450816448777914, -0.02229597046971321, -0.013708863407373428, -0.02075023762881756, 0.0027826218865811825, -0.00784675870090723, -0.0164454635232687, 0.04990387335419655, -0.014385311864316463, 0.004955321550369263, 0.0135224936529994, -0.026309777051210403, -0.036606162786483765, 0.0029376137536019087, 0.012104177847504616, 0.02695104107260704, 0.007382544688880444, -0.0003013302921317518, -0.04846416041254997, 0.01093536987900734, -0.03664952144026756, -0.06765316426753998, -0.010907319374382496, 0.04436524957418442, -0.017488757148385048, 0.017562543973326683, -0.001020947704091668, 0.030204152688384056, 0.015234818682074549, 0.020466497167944908, -0.05683760344982147, 0.035868287086486816, -0.051185641437768936, -0.03189517557621002, -0.06106022372841835, -0.016589520499110222, -0.04548955708742142, 0.022000057622790337, -0.007637852802872658, 0.00807705894112587, 0.009487006813287737, -0.04454786330461502, -0.015882929787039757, 0.007806631736457348, -0.008699117228388786, -0.05421929433941841, 0.00016583148681093007, -0.026792341843247417, -0.003777611069381237, 0.009629174135625362, -0.03808039054274559, -0.09762606769800186, -0.010211188346147535, 0.022514669224619865, -0.0002259263856103644, 0.01981344074010849, 0.02504626289010048, 0.011125163175165651, -0.054607246071100235, -0.023270513862371445, -0.003943823277950287, -0.06104957312345505, -0.03790542855858803, 0.019159480929374695, -0.07157378643751144, 0.02296062558889389, -0.0022702941205352545, -0.09458442777395248, 0.0014417219208553431, -0.04871794581413269, -0.0002688105741981417, 0.01897711865603924, 0.010168779641389849, -0.02601519599556923, -0.0016525621758773923, 0.03580286726355553, 0.02981087565422058, 0.016694210469722748, 0.02095562405884266, -0.010884023271501064, -0.028792304918169975, -0.012986584566533566, -0.0054343570955097675, -0.03695760294795036, -0.07962498068809509, -0.028659941628575325, -0.0037323497235774994, 0.017171166837215424, -0.04865556955337525, 0.021722404286265373, 0.009697719477117062, -0.0372421033680439, 0.013290101662278175, -0.007884983904659748, 0.026444798335433006, 0.014848765917122364, 0.06155923753976822, 0.018651574850082397, -0.040546562522649765, -0.036701250821352005, -0.01666226238012314, -0.004689304158091545, 0.0023170767817646265, -0.017203686758875847, -0.005599481053650379, 0.036100298166275024, 0.022049501538276672, 0.00865794438868761, 0.0583118312060833, 0.003382049733772874, -0.012905189767479897, -0.007110976614058018, -0.00044044238165952265, 0.004373068921267986, -0.03105917386710644, -0.046748511493206024, 0.019206026569008827, 0.0747976154088974, 0.007654112763702869, 0.012355967424809933, -0.005357384216040373, 0.007620831951498985, -0.061774514615535736, 0.003839227370917797, -0.056093648076057434, -0.02515542134642601, 0.01868533156812191, -0.012727377004921436, -0.013785979710519314, 0.024866165593266487, 0.004496658220887184, -0.002864587120711803, 0.06168931722640991, 0.022228077054023743, 0.02980060502886772, 0.006913956254720688, -0.01191932801157236, 0.07188567519187927, -0.02325206622481346, -0.02899692952632904, 0.024047087877988815, 0.010877177119255066, 0.010629095137119291, 0.029203839600086212, -0.005530062131583691, 0.018247170373797417, 0.030141016468405724, -0.03924425318837166, 0.011637967079877852, 0.04937594383955002, -0.0510471947491169, 0.007681497372686863, 0.015170919708907604, -0.02998393215239048, -0.025256594642996788, 4.5071177737554535e-05, -0.02319418266415596, -0.003053429536521435, -0.03903734311461449, -0.02757861465215683, -0.012980498373508452, -0.035284072160720825, 0.0316799022257328, 0.01431818027049303, 0.015677161514759064, -0.010018732398748398, 0.02107505314052105, -0.02295815385878086, 0.044285375624895096, 0.0051658316515386105, -0.07291679084300995, 0.03172906115651131, -0.0029273442924022675, -0.003787119872868061, 0.06558483093976974, -0.0048705157823860645, -0.004156056791543961, 0.028604602441191673, -0.04802324250340462, -0.004205882083624601, -0.016779029741883278, -0.02640181966125965, -0.044068578630685806, 0.026362642645835876, -0.07607439160346985, -0.00755629176273942, 0.01482914201915264, 0.018471574410796165, -0.0124198654666543, -0.013598944060504436, 0.00014186960470397025, -0.05237993225455284, -0.023618057370185852, -0.013716756366193296, -0.024393774569034576, 0.0354582741856575, 0.017697568982839584, -0.03394225612282753, -0.011749789118766785, -0.0399935357272625, 0.05798320844769478, -0.02169102616608143, 0.04745975881814957, 0.021554671227931976, 0.0030450616031885147, -0.02313121221959591, 0.023947151377797127, -0.00980079360306263, 0.03350595012307167, -0.030498826876282692, 0.02340962551534176, -0.015431457199156284, 0.0022706743329763412, -0.0173453651368618, -0.004035486374050379, 0.000364372885087505, -0.017529454082250595, -0.046691834926605225, -0.02445529587566853, -0.021213309839367867, -0.030011698603630062, 0.04599009454250336, 0.036753736436367035, -0.03867829591035843, 0.030437355861067772, 0.008733728900551796, -0.02981315553188324, -0.036319002509117126, -0.003342778887599706, -0.006095448043197393, 0.021681232377886772, -0.03782517462968826, -0.03383570909500122, -0.00011486493167467415, 0.026773322373628616, 0.06022574380040169, 0.018314681947231293, 0.018256014212965965, 0.000570140837226063, 0.011802051216363909, 0.027324162423610687, -0.024778878316283223, -0.03860403224825859, 0.010441203601658344, -0.003216979093849659, 0.049410656094551086, 0.00994342379271984, 0.030242187902331352, 0.002433130284771323, -0.004052483476698399, 0.025384295731782913, 0.06898894906044006, 0.031046243384480476, 0.02699706330895424, -0.031147416681051254, 0.07453897595405579, -0.045439351350069046, -0.06410223990678787, 0.06095448508858681, -0.005606369115412235, -0.005569808185100555, -0.010227924212813376, -0.030695561319589615, 0.01042076013982296, -0.012488281354308128, -0.05434186011552811, -0.0399448499083519, 0.00946323573589325, 0.034955453127622604, -0.011335305869579315, 0.0472094900906086, 0.07449942082166672, -0.02180931344628334, -0.023281069472432137, -0.01706428825855255, 0.028891952708363533, 0.022836538031697273, 0.0023330512922257185, 0.0070698983035981655, 0.03302896395325661, 0.015456180088222029, 0.03734593838453293, 0.008091512136161327, -0.022766554728150368, 0.09119971841573717, 0.023482272401452065, 0.02014843188226223, -0.01828853227198124, 0.004119352903217077, 0.009748305194079876, -0.01739138923585415, 0.002793081570416689, -0.027154525741934776, 0.0032304334454238415, 0.007708312012255192, 0.031311724334955215, -0.010478097014129162, 0.0045656911097466946, 0.04118611663579941], [-0.03630649298429489, -0.04910210147500038, -0.03661728277802467, 0.004632458556443453, 0.0372556634247303, 0.047669947147369385, 0.025087235495448112, -0.042905889451503754, 0.04103414714336395, 0.015429629012942314, -0.022603711113333706, -0.02572421543300152, -0.06369946151971817, -0.0060814144089818, -0.009683504700660706, 0.03809283673763275, 0.03159143775701523, 0.007944758050143719, 0.05513591691851616, 0.04609079286456108, 0.0037595853209495544, -0.03358777239918709, 0.027024775743484497, 0.027965547516942024, -0.07294337451457977, 0.051538027822971344, -0.019226444885134697, -0.008625136688351631, 0.02085656300187111, -0.004838252440094948, -0.008534839376807213, -0.026494191959500313, -0.005438046529889107, -0.0028055142611265182, 0.0011213658144697547, 0.03076826222240925, 0.021811334416270256, 0.022584112361073497, -0.03965938836336136, -0.009921497665345669, -0.03686927258968353, 0.015120938420295715, -0.030585916712880135, 0.02439005672931671, 0.022262994199991223, 0.008213549852371216, 0.01612785831093788, 0.04694056883454323, 0.018588632345199585, -0.07875599712133408, 0.03214301913976669, 0.030076682567596436, -0.006022266112267971, 0.01773536019027233, -0.003746110713109374, 0.038039639592170715, 0.03592430427670479, -0.005706225987523794, 0.04571140557527542, 0.020771168172359467, -0.02810974046587944, -0.014525256119668484, -0.03583330661058426, -0.02254491299390793, 0.033932164311409, 0.01640469953417778, 0.007481371983885765, 0.029075711965560913, 0.03071506135165691, -0.04854492098093033, 0.02755535952746868, -0.007829786278307438, -0.019839495420455933, -0.00795665755867958, 0.06230264529585838, 0.007321776822209358, -0.06227920204401016, 0.01936245895922184, -0.02977709285914898, -0.017057079821825027, -0.015690721571445465, 0.011365553364157677, -0.03382296860218048, -0.05871700868010521, -0.06955268234014511, 0.011472649872303007, -0.00600231671705842, -0.05183202028274536, 0.06253749132156372, -0.03123024664819241, -0.0189078226685524, 0.014924069866538048, 0.01833244040608406, 0.003032657550647855, -0.01277181040495634, 0.04978808015584946, 0.011331254616379738, 0.0245419517159462, 0.004858201835304499, 0.017051830887794495, 0.013293994590640068, -0.021445944905281067, 0.01066487468779087, -0.006279508117586374, -0.035671260207891464, 0.012614314444363115, 0.02697017602622509, -0.03709326684474945, 0.00847709085792303, 0.003274674993008375, -0.02987509034574032, 0.0024429254699498415, 0.0227150060236454, -0.04356352239847183, -0.003493593307211995, 0.025434423238039017, 0.04672497510910034, 0.014019171707332134, -0.03694417327642441, 0.00018348191224504265, -0.04250830411911011, 0.02666638605296612, 0.0036517884582281113, -0.032840240746736526, -0.00966530479490757, 0.0043930658139288425, 0.016209056600928307, 0.040061309933662415, -0.026476167142391205, -0.0059708175249397755, -0.002052337396889925, -0.029801415279507637, 0.01824433170258999, -0.001637949957512319, -0.023265888914465904, 0.029859688133001328, -0.04823412746191025, 0.02257291041314602, -0.006963387597352266, -0.007376375142484903, -0.007262103725224733, 0.008069354109466076, -0.005923219490796328, 0.014901145361363888, 0.01036143396049738, -0.007981156930327415, -0.039480023086071014, -0.03157603740692139, -0.007813861593604088, -0.010467479936778544, -0.01557102520018816, -0.01659124344587326, -0.0034064461942762136, 0.043449074029922485, 0.02140884660184383, 0.011044963262975216, 0.023113295435905457, -0.011077862232923508, -0.0025556220207363367, 0.029751893132925034, 0.015921713784337044, 0.042667899280786514, 0.06631317734718323, -0.0017653460381552577, -0.035191427916288376, -0.026158200576901436, 0.018649881705641747, -0.025361625477671623, -0.027749953791499134, 0.02170213870704174, 0.017345471307635307, -0.029218509793281555, 0.018063649535179135, 0.057751040905714035, -0.023701278492808345, -0.007005386054515839, -0.018913423642516136, -0.008000406436622143, 0.0048970505595207214, 0.04703296720981598, 0.03139964118599892, 0.00031359042623080313, -0.03174123167991638, 0.014910944737493992, -0.043997857719659805, -0.020965758711099625, -0.024116363376379013, 0.007916757836937904, -0.03442215174436569, 0.03664808347821236, 0.020236382260918617, -0.04870451241731644, 0.014507058076560496, 0.012708461843430996, -0.032708603888750076, 0.0026586938183754683, -0.02846953086555004, -0.03362417221069336, -0.03186022862792015, 0.02556477300822735, -0.019221413880586624, 0.04915110021829605, 0.0605117529630661, 0.05714065581560135, -0.06869310140609741, -0.05484490096569061, 0.07523230463266373, -0.056434378027915955, 0.00906332302838564, -0.029645495116710663, 0.003631489351391792, 0.05404465273022652, 0.016646891832351685, 0.030126381665468216, 0.014856346882879734, 0.000878823222592473, 0.06389965116977692, -0.03746285662055016, 0.05361547693610191, 0.02014258503913879, -0.0012448244960978627, 0.0010275685926899314, 0.03563731536269188, -0.026462692767381668, -0.012309124693274498, 0.0666169673204422, 0.022570110857486725, 0.050548259168863297, 0.0023687276989221573, -0.037089768797159195, 0.061687715351581573, -0.014061171561479568, 0.0314178429543972, -0.02032877877354622, 5.599829455604777e-05, 0.042021118104457855, -0.02792074717581272, 0.02872712165117264, -0.02948869951069355, 0.008444542065262794, -0.06016736477613449, -0.015788018703460693, 0.07454773038625717, -0.010964990593492985, 0.007246878929436207, -0.00423335749655962, -0.015536113642156124, 0.0305551178753376, -0.01721387542784214, 0.019938191398978233, 0.039305202662944794, -0.012786510400474072, -0.023251891136169434, -0.012952404096722605, 0.013244953006505966, -0.011486649513244627, -0.017467966303229332, 0.02439285628497601, -0.05464873090386391, 0.047465551644563675, 0.03625049442052841, -0.03986518457531929, -0.07041225582361221, 0.001444580964744091, 0.04240960627794266, 0.01004189345985651, -0.004702456761151552, -0.0032031023874878883, -0.016514595597982407, -0.04312988743185997, 0.003312123939394951, -0.08255267888307571, 0.05224640667438507, -0.020162183791399, -0.029415903612971302, 0.006018416490405798, 0.0753960981965065, -0.018483635038137436, 0.05232760310173035, 0.018440237268805504, -0.06035495549440384, -0.059537384659051895, 0.00984449964016676, 0.022864101454615593, 0.03563731536269188, 0.009108472615480425, 0.011986433528363705, -0.0495956726372242, -0.005342589691281319, -0.02578721195459366, -0.0217441376298666, -0.0475817508995533, 0.03326018527150154, 0.03771904855966568, 0.06202371045947075, -0.0030503319576382637, 0.02158874087035656, 0.02698778547346592, -0.06795952469110489, -0.06108293682336807, 0.01858233287930489, 0.00816035084426403, -0.040965549647808075, -0.0008645611233077943, 0.02887621894478798, -0.03434025123715401, -0.022928500548005104, 0.06357485800981522, 0.012872607447206974, -0.03691407293081283, -0.029593348503112793, -0.006993136368691921, -0.007324138656258583, -0.0014083569403737783, 0.007464746944606304, -0.015115339308977129, 0.013016803190112114, 0.037996239960193634, -0.04519062116742134, -0.003970978781580925, -0.01349558774381876, -0.03387896716594696, 0.015954941511154175, -0.04963408410549164, 0.03231941536068916, 0.0722448006272316, 0.0009057723800651728, 0.024306759238243103, -0.08054078370332718, -0.025983907282352448, 0.04160252958536148, -0.02549726888537407, -0.017527464777231216, -0.00475705461576581, 0.005938356276601553, -0.01109238713979721, 0.008511739782989025, -0.03098105452954769, -6.85979102854617e-05, 0.02729356661438942, 0.002279130509123206, -0.07761362940073013, -0.020173385739326477, -0.025300029665231705, 0.03213182091712952, -0.05560070276260376, 0.014915145002305508, -0.010741871781647204, -0.007984306663274765, 0.001198363373987377, 0.015083139762282372, 0.014356561936438084, 0.007394087966531515, 0.004867651499807835, -0.019616901874542236, -0.0020964359864592552, -0.010908466763794422, 0.005151842720806599, -0.013312193565070627, -0.0099648954346776, 0.029219208285212517, 0.004012277349829674, -0.05154747515916824, 0.05334187299013138, -0.030202679336071014, -0.0005379336071200669, 0.011161859147250652, -0.003466994035989046, 0.0932469591498375, -0.029768692329525948, 0.03869201987981796, 0.03688327595591545, -0.02962484583258629, 0.006193411070853472, -0.004143873695284128, 0.03358077630400658, -0.05500151962041855, -0.06718115508556366, 0.007121582981199026, -0.02661178819835186, 0.0009771701879799366, -0.015483527444303036, 0.03462514281272888, 0.0001738189166644588, 0.022550512105226517, 0.020852364599704742, 0.014013572596013546, 0.02692117914557457, -0.023669777438044548, 0.028319034725427628, -0.009564158506691456, -0.015601648949086666, 0.013663583435118198, 0.06412364542484283, -0.02440667897462845, 0.022996747866272926, 0.00037378858542069793, 0.051932815462350845, 0.03327418491244316, 0.01851443573832512, -0.04570860415697098, 0.03124144673347473, -0.0203945767134428, 0.0033857966773211956, 0.008816931396722794, -0.05158562585711479, -0.02865992672741413, 0.003247900865972042, -0.019193414598703384, 0.004745854996144772, 0.03172793239355087, 0.005328237544745207, -0.021056758239865303, -0.003859682241454721, 0.04300388693809509, 0.002719416981562972, -0.029774291440844536, -0.021304549649357796, 0.025188030675053596, 0.014433559961616991, 0.03523832559585571, 0.035239726305007935, -0.049449291080236435, 0.012582816183567049, 0.05109843984246254, -0.0018563433550298216, 0.0371282696723938, 0.01349278911948204, -0.04440104216337204, 0.0023939269594848156, 0.03919880464673042, 0.025715814903378487, 0.010537740774452686, 0.05889900401234627, 0.016354301944375038, 0.011108661070466042, 0.025069735944271088, 0.01786905527114868, -0.025319628417491913, -0.017645061016082764, 0.006031366065144539, -0.01903941854834557, -0.042928289622068405, -0.005781823769211769, 0.007101896218955517, 0.020909762009978294, -0.030575066804885864, -0.009265967644751072, -0.006059190258383751, -0.08309026807546616, 0.018198570236563683, -0.02809504233300686, -0.0154191292822361, -0.024114614352583885, -0.014570055529475212, -0.00870913453400135, 0.04340987652540207, 0.001838143914937973, -0.043532371520996094, 0.010891142301261423, -0.03852682188153267, -0.012677312828600408, -0.0003497268189676106, 0.014179992489516737, -0.03888941183686256, -0.006798192858695984, 0.01710817776620388, -0.083882637321949, 0.001084966934286058, -0.002883911831304431, 0.030794858932495117, -0.03786744549870491, 0.01125215645879507, -0.013000703416764736, -0.005608228966593742, -0.008044176734983921, 0.01423476543277502, 0.004214921500533819, -0.034261155873537064, 0.0016463497886434195, -0.024531450122594833, -0.00872313417494297, 0.029293406754732132, -0.004913150332868099, 0.0032717001158744097, 0.029156910255551335, -0.015155937522649763, 0.00510179391130805, -0.01383630372583866, -0.03414635732769966, -0.005881221033632755, 0.0668843612074852, 0.022087126970291138, 0.016183506697416306, -0.010614476166665554, -0.023356886580586433, -0.014231965877115726, 0.04970548674464226, -0.027395064011216164, -0.008158250711858273, 0.03760985285043717, 0.008214949630200863, -0.05426794663071632, 0.02794874645769596, -0.004017877392470837, -0.040811553597450256, 0.04432229697704315, 0.02800719626247883, 0.009325563907623293, 0.0001931940932990983, -0.042090676724910736, -0.05045165866613388, -0.05675986781716347, -0.018555384129285812, 0.011079262010753156, 0.05633427947759628, 0.007558019366115332, -0.021872932091355324, 0.004939399193972349, 0.0029175111558288336, -0.04590810090303421, -0.009726903401315212, -0.025832712650299072, 0.04035796970129013, 0.013156972825527191, -0.02884192019701004, 0.05166402459144592, -0.04805773496627808, 0.011074362322688104, 0.006939413491636515, -0.030398672446608543, -0.030675863847136497, -0.059626977890729904, 0.034556545317173004, -0.0026942177210003138, -0.035429418087005615, 0.01812944747507572, -0.01715787686407566, 0.018646029755473137, 0.0052533396519720554, 0.0025955208111554384, 0.03519492596387863, 0.017625462263822556, -0.010950115509331226, -0.02875092253088951, -0.01998439058661461, -0.03992118313908577, 0.04329787939786911, 0.01350678876042366, -0.002708917250856757, -0.021759886294603348, -0.04335947707295418, -0.05728905275464058, -0.07321776449680328, 0.007598968222737312, -0.023492682725191116, -0.01958470232784748, -0.0026121451519429684, 0.06860911101102829, -0.024779943749308583, -0.02457835152745247, 0.028056543320417404, -0.01935160905122757, -0.016261903569102287, 0.032635804265737534, 0.0013850827235728502, -0.022598110139369965, -0.0952838882803917, -0.02861792594194412, 0.022715533152222633, -0.06385957449674606, -0.026607587933540344, 0.009020449593663216, -0.04379294067621231, -0.050969645380973816, -0.0267447829246521, 0.048564519733190536, -0.05391375347971916, -0.01579921692609787, -0.03705301880836487, 0.03439820185303688, -0.02164543978869915, 0.005041596479713917, 0.007041260600090027, -0.015113238245248796, -0.010326173156499864, -0.01992279291152954, -0.013581685721874235, 0.0021797334775328636, -0.05513591691851616, -0.01042548194527626, 0.0652100071310997, -0.009648505598306656, -0.0008749733096919954, -0.028780322521924973, -0.023708276450634003, -0.027503211051225666, -0.00384428258985281, -0.01598961092531681, -0.02495843917131424, -0.009699429385364056, -0.026397595182061195, -0.008175750263035297, -0.011384102515876291, 0.06356925517320633, -0.03607409819960594, -0.006522926036268473, 0.013727981597185137, -0.006582249421626329, 0.007210129871964455, -0.021794883534312248, 0.03498773276805878, 0.004695456475019455, -0.010183989070355892, 0.02633039653301239, -0.001848643529228866, -0.02714657224714756, 0.0420939177274704, -0.008317889645695686, -0.008575787767767906, 0.0455126091837883, -0.014607153832912443, -0.02890631929039955, -0.032432813197374344, 0.019291412085294724, -0.012672413140535356, 0.007527570705860853, 0.03017188049852848, 0.03898461163043976, -0.03553791344165802, 0.043723467737436295, -0.027973948046565056, 0.045593809336423874, 0.025398025289177895, -0.05090804398059845, 0.06985227018594742, 0.023048896342515945, 0.00723847933113575, 0.0025857212021946907, 0.03348347917199135, 0.0046072592958807945, 0.021616172045469284, -0.03357097506523132, -0.01737828366458416, -0.02092936262488365, -0.007822961546480656, 0.021626541391015053, 0.01382212806493044, -0.0141745675355196, 0.009500110521912577, 0.017152976244688034, -0.01328139565885067, -0.04928689822554588, -0.012972179800271988, 0.04722896218299866, -0.011597245931625366, -0.00023484282428398728, 0.005495532415807247, -0.021545343101024628, -0.029802290722727776, 0.020982559770345688, -0.03218624368309975, 0.03685947507619858, 0.08222229778766632, 0.024258635938167572, 0.015819517895579338, 0.02229851856827736, 0.010151091031730177, -0.024527251720428467, -0.01902961917221546, 0.036690082401037216, 0.025759214535355568, -0.0004899850464425981, -0.07198020815849304, 0.011775040999054909, 0.005500432103872299, -0.0027789154555648565, -0.03483373671770096, -0.03179582953453064, 0.008445941843092442, -0.02424095943570137, -0.003331898245960474, 0.005546630825847387, -0.01809304766356945, 0.08645015954971313, 0.026775233447551727, -0.03173983097076416, 0.015850316733121872, -0.035077329725027084, -0.04699936509132385, -0.026508191600441933, 0.009423112496733664, -0.016737889498472214, -0.014007622376084328, 0.0005515831871889532, 0.018429037183523175, 0.016765888780355453, 0.02199612930417061, -0.03664353117346763, 0.04757614806294441, -0.019798196852207184, 0.06370505690574646, 0.057969432324171066, 0.008939077146351337, 0.03466854244470596, 0.001251561800017953, -0.007701515220105648, 0.0061745112761855125, -0.014066770672798157, -0.05579390004277229, -0.019234012812376022, 0.036779675632715225, 0.03701766952872276, 0.018672630190849304, 0.02507883496582508, -0.04532501846551895, -0.011791841126978396, 0.017689859494566917, 0.02389727160334587, 0.02624044753611088, 0.015410751104354858, -0.08444961905479431, -0.09272757172584534, -0.015561925247311592, 0.010621475987136364, -0.04232630878686905, -0.02358927950263023, -0.022225722670555115, 0.017285272479057312, -0.0029819088522344828, -0.025750113651156425, -0.010309984907507896, 0.0076381671242415905, 0.05229540541768074, 0.0267321839928627, -0.004866951610893011, -0.018672630190849304, -0.00943991169333458, 0.0362018458545208, -0.022033926099538803, 0.02122335322201252, 0.007303883321583271, -0.009663992561399937, -0.00021699337230529636, 0.008162450976669788, -0.0196749996393919, -0.015141937881708143, 0.011720442213118076, 0.023970069363713264, -0.020285556092858315, 0.026608986780047417, 0.06191940978169441, 0.030161553993821144, 0.02419651299715042, -0.0010303686140105128, -0.0775800347328186, 0.06446103006601334, -0.013398290611803532, 0.013729381375014782, -0.0044721635058522224, 0.03346072882413864, -0.06532760709524155, 0.006956387311220169, -0.05290998890995979, 0.0430871844291687, 0.005361267831176519, -0.01623285375535488, 0.002082184888422489, 0.03739146143198013, 0.012373609468340874, -0.019425807520747185, 0.005899420008063316, -0.024408256635069847, 0.010692873038351536, 0.003008508123457432, -0.031118249520659447, -0.07494251430034637, -0.021220551803708076, -0.005753824487328529, -0.02987509034574032, 0.00840254407376051, 0.05038166418671608, -0.041592732071876526, -0.05636228248476982, -0.04168372601270676, 0.009600907564163208, -0.04340987652540207, -0.04229358583688736, 0.04288908839225769, -0.020584972575306892, 0.028269249945878983, 0.0031940024346113205, -0.09043724089860916, 0.02782817743718624, -0.050110071897506714, 0.017085079103708267, -0.013561386615037918, 0.012995103374123572, -0.018559934571385384, -0.057601239532232285, 0.02397741749882698, -0.002900011371821165, 0.02154814265668392, -0.02239231765270233, -0.0485813207924366, -0.005879820790141821, -0.0050958446227014065, -0.009012575261294842, -0.001299160299822688, -0.06885550171136856, -0.013139999471604824, 0.006915789097547531, 0.03780164569616318, 0.003769384929910302, 0.038896411657333374, -0.007762062828987837, -0.008506140671670437, -0.010332385078072548, 0.05320397764444351, 0.02485204115509987, 0.007508670911192894, 0.017773156985640526, 0.009338240139186382, -0.02724316902458668, 0.013716431334614754, -0.03698127344250679, 0.008046954870223999, -0.006394480355083942, -0.0019361409358680248, 0.04374866560101509, 0.015865715220570564, 0.015183936804533005, -0.020411377772688866, 0.027150772511959076, 0.010008294135332108, 0.02479359321296215, -0.008495640940964222, -0.017645061016082764, 0.05132243782281875, -0.05477192997932434, 0.024538451805710793, 0.02658518962562084, 0.04460823908448219, 0.017468666657805443, -0.0010219687828794122, -0.04997847601771355, 0.041844721883535385, -0.03480853885412216, -0.034511748701334, -0.008514540269970894, -0.04215901345014572, 0.01964559964835644, -0.0406869575381279, -0.019105523824691772, 0.06210770457983017, 0.0223713181912899, -0.010578077286481856, 0.04483222961425781, 0.055835895240306854, 0.023217635229229927, 0.003256300464272499, -0.04995047673583031, 0.024182863533496857, -0.03734105825424194, 0.0030491070356220007, 0.056976862251758575, -0.014693952165544031, 0.005949818529188633, 0.040796853601932526, -0.009996045380830765, -0.0004616359074134379, 0.04976288229227066, -0.021967429667711254, 0.05222155898809433, 0.057101454585790634, -0.03984838351607323, 0.003637088928371668, -0.00020019389921799305, -0.012172015383839607, 0.016071684658527374, -0.011665144003927708, 0.0034316452220082283, 0.005215540993958712, -0.01613030768930912, -0.014335563406348228, -6.159811891848221e-05, -0.07035625725984573, 0.004795357119292021, 0.00988369807600975, 0.03934299945831299, 0.014043671078979967, -0.02899031527340412, -0.004145448561757803, 0.05847061425447464, -0.03007248230278492, -0.021590523421764377, 0.05364636331796646, 0.0014853546163067222, 0.0017871330492198467, 0.029661593958735463, 0.025518421083688736, 0.03793604299426079, 0.026053206995129585, -0.00976750161498785, -0.04318587854504585, 0.006277583539485931, 0.001063967472873628, -0.047184158116579056, 0.039389196783304214, 0.03256440535187721, 0.017131276428699493, 0.029337765648961067, 0.02439565397799015, -0.00206283712759614, -0.020538773387670517, 0.004865551367402077, -0.009276117198169231, -0.02139134705066681, -0.020159384235739708, -0.03763505071401596, 0.04392226040363312, 0.0037189428694546223, -0.021330449730157852, 0.01132915448397398, -0.011961234733462334, 0.09837780147790907, -0.018630631268024445, 0.009406312368810177, 0.016212904825806618, -0.032179418951272964, -0.008791031315922737, 0.0267892312258482, 0.004770354367792606, 0.010469055734574797, 0.05826062336564064, 0.007894358597695827, -0.02550792135298252, 0.013797628693282604, -0.004720809403806925, 0.01717747561633587, -0.0004885850939899683, -0.00453166151419282, -0.009907322004437448, -0.019559502601623535, 0.002695617964491248, -0.01078107114881277, 0.025473622605204586, 0.03347017616033554, -0.02350808307528496, 0.028434794396162033, -0.012134830467402937, -0.008404293097555637, -0.040911998599767685, -0.012082857079803944, -0.0048130531795322895, 0.044468242675065994, -0.020411377772688866, -0.029712693765759468, 0.012428821064531805, -0.021464845165610313, 0.05305278301239014, 0.037377458065748215, 0.016873685643076897, 0.01902961917221546, 0.01758626289665699, 0.028063545003533363, -0.04403425753116608, -0.005669127218425274, -0.05458713322877884, -0.019089818000793457, -0.036942072212696075, 0.008054654113948345, -0.03003188408911228, -0.018274692818522453, 0.06432995945215225, 0.01999051496386528, 0.032693203538656235, 0.02535882778465748, -0.02285010367631912, -0.04395025596022606, 0.053374771028757095, -0.04252510517835617, -0.03329658508300781, 0.03290039673447609, 0.004089975263923407, 0.0027364788111299276, -0.03210382163524628, -0.0068569909781217575, 0.025308428332209587, -0.01169104315340519, -0.04646738246083259, -0.02329808846116066, 0.018667031079530716, 0.0488613098859787, -0.0265571903437376, 0.03857162222266197, 0.028920317068696026, -0.04881371185183525, -0.033094990998506546, -0.016905883327126503, 0.025090033188462257, 0.0243130587041378, 0.0008693734998814762, 0.04140513762831688, 0.05847341567277908, 0.020868811756372452, 0.017932401970028877, 0.015454128384590147, -0.052095212042331696, 0.014738750644028189, 0.043835464864969254, 0.002466724719852209, -0.00660359812900424, 0.005560630466789007, 0.017534464597702026, 0.06863684207201004, 0.023613255470991135, 0.01461135409772396, -0.01489852089434862, 0.02125135250389576, 0.02272060699760914, -0.00774351367726922, -0.03630369156599045, 0.004429464694112539], [-0.05272727087140083, -0.01752016693353653, -0.06482844799757004, -0.029607929289340973, -0.025059206411242485, 0.033437833189964294, 0.012739500030875206, -0.03989383950829506, 0.027919650077819824, 0.03582625091075897, 0.004441381432116032, 0.038182079792022705, -0.05846061557531357, -0.0005022191908210516, 0.011190671473741531, 0.03631313145160675, -0.04392692819237709, -0.0336410216987133, 0.05893983319401741, 0.02351900190114975, 0.005822483915835619, -0.06085670366883278, -0.01140296459197998, 0.011009526439011095, 0.020464474335312843, 0.03648181632161141, 0.024143900722265244, -0.012166356667876244, 0.02329760417342186, -0.027047954499721527, 0.02519482374191284, 0.01538094226270914, -0.00763679901137948, 0.0038107321597635746, 0.009304474107921124, 0.030451351776719093, 0.009211505763232708, 0.015915747731924057, -0.024704584851861, -0.04135065898299217, -0.04047656804323197, 0.013998521491885184, -0.04336337000131607, 0.028579052537679672, -0.02550967037677765, 0.043612562119960785, 0.04035963863134384, 0.05756735801696777, -0.017192143946886063, -0.06693699955940247, 0.006563832517713308, 0.01611318625509739, -0.0007418276509270072, -0.016105517745018005, -0.022301312536001205, 0.00868292897939682, 0.057554539293050766, -0.00505669554695487, 0.032487064599990845, 0.013114727102220058, 0.010617527179419994, -0.027229098603129387, -0.02502661757171154, -0.03675094246864319, 0.001746685360558331, 0.029164716601371765, 0.01094627007842064, 0.0326557494699955, 0.00860481709241867, -0.05275985598564148, 0.005315952003002167, -0.010435424745082855, -0.007563957944512367, -0.038571201264858246, 0.04463233798742294, -0.007210296578705311, -0.05988293141126633, 0.034722134470939636, 0.0023788323160260916, -0.0266839899122715, -0.031981490552425385, 0.011457115411758425, -0.036949533969163895, -0.0358089953660965, -0.02569752186536789, 0.022781968116760257, -0.010795796290040016, -0.03819166123867035, 0.02973444387316704, -0.012916330248117449, -0.015427906066179276, 0.025988884270191193, 0.026103898882865902, 0.00412509823217988, 0.011436030268669128, 0.011190671473741531, -0.012373377569019794, 0.04395376518368721, 0.01533589605242014, 0.014210694469511507, 0.020900562405586243, -0.027117442339658737, -0.03703387454152107, -0.02749171108007431, -0.010209235362708569, 0.023772988468408585, 0.03619620203971863, -0.015885379165410995, 0.04850536957383156, -0.019715938717126846, -0.03742443770170212, 0.03653740882873535, -0.0033490066416561604, -0.045885130763053894, -0.06114039942622185, 0.02786741591989994, 0.027127504348754883, -0.014775212854146956, -0.02783099375665188, 0.004052257630974054, -0.05012991279363632, 0.051828257739543915, -0.018689455464482307, 0.026911858469247815, 0.00015526624338235706, -0.007571625523269176, 0.02036336064338684, 0.03303912281990051, -0.03653531149029732, 0.015917666256427765, -0.0015449950005859137, 0.009216297417879105, 0.02119096741080284, -0.05830295383930206, -0.038345012813806534, 0.021806281059980392, -0.0003795397060457617, 0.058962833136320114, -0.026303252205252647, 0.02470698021352291, -0.028990698978304863, 0.013863742351531982, -0.015718311071395874, 0.02613744325935841, 0.010805380530655384, -0.0672130361199379, -0.018926188349723816, -0.03249473497271538, -0.010056843981146812, 0.00407142611220479, -0.021962027996778488, 0.02162226289510727, -0.0165626909583807, 0.005945343524217606, 0.01668824627995491, -0.01333564519882202, 0.01885143108665943, 0.04061170667409897, -0.04176853597164154, 0.02841947413980961, 0.002595438389107585, 0.017704185098409653, 0.05671626701951027, -0.04449719563126564, -0.020910145714879036, 0.002513641957193613, 0.028515316545963287, 0.015173920430243015, 0.01070378627628088, 0.027702566236257553, 0.02466193400323391, -0.0052675511687994, 0.023527629673480988, 0.04405727609992027, 0.036773182451725006, -0.002462215954437852, 0.014825530350208282, -0.02838880382478237, 0.015771983191370964, 0.02814703807234764, 0.011892244219779968, -0.0062470706179738045, -0.0032222536392509937, -0.0018727793358266351, 0.001840671757236123, -0.014460845850408076, -0.04164969176054001, -0.022005636245012283, -0.0388510636985302, 0.012774002738296986, 0.06199148669838905, -0.03414323925971985, 0.0416702963411808, -0.04082160443067551, -0.011620048433542252, 0.033800121396780014, 0.04381191730499267, -0.0071039097383618355, 0.02173439785838127, 0.021585842594504356, 0.021309049800038338, 0.02674413099884987, 0.04444783926010132, -0.03698403760790825, -0.01843259483575821, -0.027261685580015182, 0.04627317562699318, -0.017832616344094276, 0.029941465705633163, -0.04632684588432312, -0.04193057119846344, 0.06467318534851074, -0.013699850998818874, -0.003910409286618233, 0.05755585804581642, 0.0024765925481915474, 0.06801428645849228, -0.07685870677232742, 0.053262073546648026, 0.020277580246329308, -0.02491927519440651, -0.03168964758515358, 0.02582403644919395, -0.014483129605650902, -0.02642593160271645, 0.010352999903261662, 0.028584323823451996, 0.056892622262239456, -0.023841995745897293, 0.0032615496311336756, 0.03172031790018082, 0.007882158271968365, 0.005785105749964714, -0.032970115542411804, 0.01734764873981476, 0.06690633296966553, -0.04506171494722366, 0.03849836438894272, -0.01474454253911972, 0.004652237053960562, -0.03892773762345314, -0.01841725967824459, 0.04786178097128868, -0.028895335271954536, 0.026119234040379524, -0.020184611901640892, -0.04069892317056656, 0.04084077104926109, -0.013746154494583608, 0.01846326515078545, 0.045675113797187805, -0.014451262541115284, -0.018838969990611076, 0.003521285019814968, -0.026838058605790135, -0.016729937866330147, 0.004386750515550375, 0.016877058893442154, -0.023481624200940132, 0.03652015328407288, 0.004437547642737627, -0.024441014975309372, -0.06176337972283363, -0.04605848342180252, 0.04830697178840637, 0.0033832706976681948, -0.004606232047080994, -0.03731757402420044, 0.0252528078854084, 0.007439361419528723, 0.006758873350918293, -0.07249592244625092, 0.02355446480214596, 0.014526020735502245, -0.04183754324913025, 0.02261136658489704, 0.03693803399801254, 0.0051199523732066154, 0.05586134269833565, 0.05449078604578972, -0.030834726989269257, -0.029704732820391655, -0.0034752802457660437, 0.048906952142715454, 0.015994340181350708, -0.00662852730602026, -0.03819933161139488, -0.06569487601518631, 0.009512693621218204, -0.03513617813587189, -0.01135935541242361, 0.03254936262965202, 0.011823237873613834, 0.01835639961063862, 0.05465839430689812, -0.01633266732096672, 0.037739284336566925, 0.006486678496003151, 0.007648299913853407, -0.07926629483699799, 0.06023947149515152, 0.02973444387316704, -0.03798128664493561, 0.006682139355689287, 0.010271532461047173, -0.024374883621931076, -0.0603027269244194, 0.07653667032718658, -0.00010351082892157136, 0.006751206703484058, 0.0021967298816889524, -0.03980183228850365, 0.0005175541155040264, -0.01760738343000412, 0.015996256843209267, -0.024875186383724213, 0.038908571004867554, 0.06435306370258331, 0.014648700132966042, 0.01874600350856781, 0.03396688774228096, -0.02952742390334606, 0.003166664857417345, -0.05687728524208069, 0.0002741120115388185, 0.043236855417490005, 0.04181837663054466, 0.009009276516735554, -0.027251143008470535, -0.0025686020962893963, 0.02808785624802113, -0.04335187003016472, 0.007364604156464338, 0.0026299417950212955, -0.019849160686135292, -0.014299829490482807, 0.008047007955610752, -0.0466795489192009, 0.044532660394907, 0.05559298396110535, 0.009806692600250244, -0.0729176327586174, -0.018635304644703865, -0.06049632653594017, -0.01441100798547268, -0.05096374824643135, -0.03527802601456642, -0.014002714306116104, 0.01812206208705902, -0.02136252634227276, 0.016400236636400223, 0.021644307300448418, -0.007795898709446192, -0.011254885233938694, -0.0027737070340663195, 0.018085701391100883, 0.001025523990392685, -0.033008456230163574, 0.011986170895397665, -0.021559005603194237, 0.03715463727712631, -0.024297252297401428, -0.04530324041843414, 0.06040431931614876, -0.017308352515101433, -0.02675563283264637, -0.01489405892789364, -0.04085994139313698, 0.0667223110795021, -0.07169083505868912, 0.06998099386692047, 0.020095478743314743, -0.010693962685763836, 0.021909793838858604, -0.014725374057888985, 0.01780002936720848, -0.03370032459497452, -0.04211357235908508, 0.03700608015060425, -0.04877851903438568, 0.024995949119329453, -0.016853095963597298, 0.03972898796200752, -0.01964806951582432, 0.02017023414373398, 0.01922713778913021, 0.0005328890983946621, 0.06053850054740906, 0.012764419429004192, 0.05344992876052856, -0.017118582502007484, -0.04597414284944534, 0.01922234520316124, 0.038908571004867554, 0.0071326629258692265, 0.0044069974683225155, 0.0252528078854084, 0.0024765925481915474, 0.03189283609390259, 0.01138810720294714, -0.012511393055319786, 0.0025091792922466993, -0.04119539260864258, -0.027819493785500526, -0.012214277870953085, -0.029711442068219185, -0.03041301667690277, -0.01123475842177868, -0.054845403879880905, 0.012273699976503847, 0.01477137953042984, -0.012869847007095814, 0.010814006440341473, 0.018225573003292084, 0.03434259444475174, -0.02588585391640663, -0.016979608684778214, 0.013901120983064176, 0.01985107734799385, -0.00158429064322263, -0.00820419192314148, 0.015794984996318817, -0.0456291064620018, 0.018062639981508255, 0.028828725218772888, 0.023943588137626648, -0.0277581550180912, -0.037769950926303864, -0.009358624927699566, 0.00415576808154583, -0.010625913739204408, -0.00564709072932601, -0.005776359234005213, 0.0418490469455719, 0.01987132430076599, 0.022329585626721386, 0.008403545245528221, 0.014890224672853948, -0.053243864327669144, -0.0655587762594223, -0.007582168560475111, 0.00866519846022129, -8.434215851593763e-05, 0.011299933306872845, -0.007834476418793201, 0.012164440006017683, -0.060701433569192886, 0.004309117328375578, -0.015513206832110882, -0.011508331634104252, 0.01546810008585453, -0.017751149833202362, -0.043290529400110245, -0.027257852256298065, -0.03847536072134971, -0.014440719969570637, 0.01323596853762865, -0.01375927310436964, -0.026516983285546303, -0.040868088603019714, -0.019828075543046, -0.03606202453374863, 0.02574256807565689, -0.015471753664314749, -0.006007461808621883, 0.054872240871191025, 0.00919617060571909, -0.05233430862426758, -0.03910217434167862, -0.01489405892789364, 0.017972547560930252, -0.0608835369348526, 0.020393550395965576, -0.005248382221907377, -0.02624574676156044, -0.009093618020415306, 0.06684499233961105, 0.00896710529923439, 0.020549774169921875, 0.005399815272539854, -0.000222356611629948, 0.014104309491813185, 0.04015836864709854, 0.045326244086027145, 0.005357644055038691, 0.028868021443486217, -0.011991921812295914, 0.00686621805652976, 0.037023331969976425, -0.025100896134972572, 0.056319475173950195, 0.01895877532660961, -0.011775314807891846, 0.0261475071310997, -0.05055546015501022, 0.00013993130414746702, 0.019963214173913, 0.09128697216510771, -0.026924315840005875, -0.021473946049809456, 0.022030556574463844, 0.05880948528647423, -0.019297102466225624, 0.03856353461742401, 0.010573440231382849, -0.06078769639134407, -0.001179831800982356, 0.044724345207214355, -0.0009808369213715196, -0.032993119210004807, -0.035768743604421616, -0.05292854085564613, -0.026115398854017258, -0.03022516332566738, 0.036951448768377304, 0.022665036842226986, 0.004675658419728279, -0.012864095158874989, -0.0034022596664726734, 0.0005769770359620452, -0.020297706127166748, -0.004163435660302639, -0.030899418517947197, 0.026537109166383743, 0.043693073093891144, -0.025339068844914436, 0.034549612551927567, -0.009076366201043127, 0.02903718501329422, -0.016423719003796577, 0.01784219965338707, -0.018689844757318497, -0.04480868577957153, 0.020863182842731476, 0.032111357897520065, -0.010584941133856772, 0.018706707283854485, 0.006730121094733477, -0.004483552649617195, -0.032291483134031296, -0.006185251288115978, 0.024900104850530624, 0.00716141564771533, -0.038812726736068726, -0.019657472148537636, -0.03065645694732666, -0.046587541699409485, -0.0576171949505806, 0.029418161138892177, -0.007133621256798506, 0.01573747955262661, -0.044279634952545166, -0.10383287072181702, -0.053380921483039856, 0.013368232175707815, 0.007268760353326797, 0.0043148682452738285, 0.03187846019864082, 0.06385467946529388, -0.0015603299252688885, 0.03883189707994461, 0.0049455175176262856, 0.03076188452541828, 0.02583649568259716, 0.036159783601760864, 0.06344638764858246, -0.008746185339987278, -0.04774532839655876, 0.004412868060171604, 0.005760186351835728, -0.02510521002113819, -0.019446859136223793, 0.016248324885964394, -0.010230320505797865, -0.04529174044728279, -0.004060403909534216, 0.02735752984881401, -0.005018358584493399, 0.019937336444854736, -0.02707191556692123, 0.03517068177461624, 0.027234848588705063, 0.04493903368711472, -0.02623041160404682, -0.004611024167388678, 0.003684218972921371, 0.008791712112724781, -0.01717321388423443, 0.012938853353261948, -0.02912871539592743, -0.04475501552224159, 0.031764887273311615, 0.03290877863764763, -0.010673116892576218, -0.03964848071336746, -0.024510981515049934, -0.04386367276310921, -0.011336352676153185, 0.014027874916791916, -0.02556334249675274, -0.029550425708293915, -0.027665184810757637, -0.021864747628569603, 0.02014627493917942, 0.035220518708229065, -0.04845073446631432, -0.0032490899320691824, 0.03537770360708237, -0.03048202209174633, 0.03456686809659004, -0.050152912735939026, -0.009668678045272827, 0.0001993541809497401, -0.008373834192752838, 0.01765003427863121, 0.025607429444789886, -0.027678603306412697, 0.0027372862678021193, -0.009915759786963465, 0.000828086631372571, 0.03905233740806579, -0.010098056867718697, -0.019755234941840172, 0.014192484319210052, -0.029642436653375626, 0.014249990694224834, -0.033348698168992996, 0.005850279238075018, 0.026893585920333862, 0.013519784435629845, 0.02606939524412155, -0.009593920782208444, 0.06818296760320663, 0.019808905199170113, -0.017040949314832687, 0.03938778862357139, -0.006013212725520134, -0.029546590521931648, -0.017267977818846703, -0.0013350979425013063, -0.02675754949450493, -0.004439464770257473, -0.03782673925161362, 0.039203766733407974, -0.008192690089344978, -0.017604509368538857, 0.03939928859472275, 0.020592186599969864, -0.040362514555454254, 0.012148145586252213, 0.04197939112782478, -0.0417819544672966, -0.0046474444679915905, -0.014031467959284782, 0.030029641464352608, 0.0027066164184361696, -0.025087960064411163, -0.03223403915762901, -0.001492281211540103, -0.012658991850912573, -0.0013954793103039265, -0.006716702599078417, 0.024566570296883583, 0.046200331300497055, -0.00729559687897563, 0.013392672874033453, 0.0404171459376812, -0.015102996490895748, -0.010175690054893494, 0.010215943679213524, 0.03763576969504357, 0.01012872625142336, -0.01361263170838356, -0.05760185793042183, 0.019038325175642967, -0.07203970104455948, -0.014780962839722632, -0.0492018461227417, -0.048117201775312424, 0.01796775497496128, -0.009296626783907412, 0.004629234317690134, -0.02112387679517269, -0.02697894722223282, 0.030335381627082825, 0.017819197848439217, -0.010947229340672491, 0.002938557416200638, -0.04176470264792442, -0.05465371906757355, -0.04841239750385285, -0.012566981837153436, 0.0046426523476839066, 0.03117544949054718, -0.00936964713037014, 0.017566170543432236, -0.0002626107889227569, -0.01887155883014202, -0.005781271494925022, -0.004876031074672937, -0.02127435058355331, 0.032820601016283035, 0.013494744896888731, 0.0027436960954219103, 0.001559371477924287, 0.02242351323366165, 0.015517041087150574, -0.0004122911777812987, 0.008190774358808994, -0.021695103496313095, -0.03520422428846359, 0.01596558652818203, 0.05968741327524185, -0.022174319252371788, -0.0005712264683097601, -0.011026778258383274, 0.02083251252770424, -0.007362687028944492, 0.07764079421758652, 0.015109227038919926, -0.0021101112943142653, -0.04680989682674408, -0.055496662855148315, 0.008890430442988873, 0.01450589206069708, -0.0016231073532253504, -0.014186734333634377, -0.015811758115887642, -0.02606939524412155, -0.018122542649507523, 0.008048925548791885, 0.010015631094574928, 0.03528185933828354, 0.02434421330690384, 0.02958684414625168, 0.02500553242862225, -0.014733041636645794, -0.02328849956393242, -0.014088974334299564, -0.0033008453901857138, 0.03927277401089668, 0.017558503895998, -0.004362310748547316, -0.01259417738765478, 0.011543374508619308, -0.03244872763752937, -0.07019567489624023, -0.02400876209139824, 0.07481149584054947, -0.01634848117828369, 0.003321212250739336, 0.04810570180416107, -0.021842222660779953, 0.05684852972626686, -0.003724473062902689, -0.08957137167453766, 0.06446041166782379, -0.034725967794656754, 0.02320846915245056, 0.000598062586504966, 0.0013552251039072871, -0.10283609479665756, -0.009260864928364754, 0.00813710130751133, 0.047683991491794586, -0.019628720358014107, -0.020813344046473503, 0.000187852987437509, 0.04401127249002457, -0.007166208233684301, -0.03147783502936363, 0.03687286004424095, -0.0006368791218847036, -0.003887406550347805, 0.01934310793876648, -0.013789942488074304, -0.07524087280035019, -0.01615775376558304, -0.005052862223237753, -0.011477242223918438, -0.009494243189692496, -0.027767738327383995, -0.020579487085342407, 0.008401629514992237, -0.04720093682408333, 0.028691669926047325, -0.05851428583264351, -0.05168928578495979, 0.05715331435203552, -0.05016058310866356, 0.029621830210089684, -0.009407984092831612, -0.0486922599375248, 0.0315823070704937, -0.04349467530846596, 0.035822413861751556, 0.014374587684869766, 0.004626838490366936, -0.021894458681344982, -0.0019226177828386424, 0.020444346591830257, 0.0014961148845031855, 0.026973197236657143, 0.039763495326042175, -0.005649007856845856, -0.025847038254141808, 0.009599671699106692, -0.013849365524947643, -0.008211859501898289, -0.06253587454557419, -0.024359548464417458, -0.007489200215786696, 0.03335924074053764, -0.01943320035934448, 0.038423601537942886, -0.01614002138376236, 0.0023758970201015472, 0.015323915518820286, 0.014556690119206904, -0.0008510890183970332, 0.03784279525279999, 0.056815944612026215, -0.0024883332662284374, -0.039282359182834625, 0.0039276606403291225, -0.001081113121472299, -0.007682804018259048, -0.006451216991990805, -0.020281413570046425, -0.006505846977233887, 0.024309709668159485, 0.01905941218137741, -0.020023595541715625, 0.057659365236759186, -0.03908073157072067, -0.012152099050581455, -0.005521536339074373, 0.0016322124283760786, 0.03972898796200752, -0.03180466219782829, -0.012363794259727, 0.03970790281891823, 0.0023769154213368893, 0.044348638504743576, 0.0186319500207901, -0.04516331106424332, 0.047870881855487823, -0.02486368454992771, -0.026047350838780403, -0.028607327491045, -0.056279219686985016, -0.052115548402071, -0.03558855876326561, -7.092408486641943e-05, 0.04601248353719711, 0.03696103394031525, -0.011449447833001614, 0.048220712691545486, 0.07264543324708939, 0.004995355848222971, -0.0007245758315548301, -0.05548180639743805, 0.019782908260822296, -0.002244651550427079, -0.006263842806220055, 0.0012958021834492683, -0.02356596477329731, -0.0006296908832155168, 0.026853391900658607, 0.0054745725356042385, 0.00951671414077282, 0.04183754324913025, -0.025164633989334103, 0.01425430364906788, 0.07384539395570755, -0.06189180910587311, 0.007507889531552792, 0.0016901976196095347, -0.039364784955978394, 0.012388713657855988, -0.005292470566928387, 0.0005213878466747701, 0.002551350276917219, -0.024918794631958008, 0.013667263090610504, -0.004345538094639778, -0.0756472498178482, 0.01224494818598032, 0.015081911347806454, 0.02248101867735386, -0.015763837844133377, -0.005240715108811855, -0.023478269577026367, 0.04957018792629242, 0.010328080505132675, -0.021697020158171657, 0.0426771305501461, -0.0014434009790420532, -0.00558000011369586, 0.04532048851251602, 0.01278167124837637, 0.020943690091371536, -0.0074566132389009, -0.05146405100822449, 0.03247892111539841, 0.019701560959219933, -0.01845751516520977, -0.03395730257034302, 0.02018844522535801, -0.001069611869752407, 0.02422686479985714, 0.08122605085372925, 0.025717169046401978, 0.02251504175364971, -0.0018976986175403, -0.02570902369916439, 0.012708830647170544, -0.05436235666275024, -0.029874376952648163, -0.0015751855680719018, 0.04513071849942207, 0.0035064294934272766, -0.020824845880270004, 0.05467671900987625, -0.04991522058844566, 0.05732199549674988, 0.007922411896288395, 0.07616575807332993, 0.03612911328673363, -0.031747154891490936, -0.015788275748491287, 0.020129980519413948, 0.020730920135974884, 0.038007643073797226, 0.02116604708135128, 0.03617895394563675, -0.029228391125798225, -0.010941478423774242, -0.03240272402763367, 0.01634129323065281, -0.021145440638065335, 0.0028868019580841064, 0.0018425885355100036, -0.0051688323728740215, -0.03838383033871651, -0.0202421173453331, 0.024945389479398727, 0.08469630032777786, -0.02644510008394718, 0.038624875247478485, -0.014172357507050036, -0.012271784245967863, -0.026155654340982437, -0.01071528811007738, -0.05062829703092575, 0.04852357506752014, -0.05105767771601677, -0.012111246585845947, 0.0448240227997303, -0.009304474107921124, 0.0655568540096283, 0.05761335790157318, 0.04270085319876671, 0.003143662353977561, -0.01949070580303669, -0.01006738655269146, 0.020021678879857063, -0.006797211244702339, -0.0035950844176113605, -0.009093498811125755, 0.0005750601994805038, 0.034014806151390076, -0.03183748573064804, 0.02076350711286068, 0.05227871611714363, -0.016323082149028778, 0.03048969060182571, -0.005455404054373503, -0.019095830619335175, -0.01262161135673523, 0.07380705326795578, -0.0048650093376636505, -0.01476371195167303, 0.01870479062199593, 0.004432755522429943, -0.023278435692191124, -0.03002580814063549, 0.01912841759622097, 0.011963468044996262, 0.002435379894450307, -0.0653805062174797, -0.04289565607905388, -0.015580297447741032, 0.02417936362326145, 0.009676825255155563, 0.0077482168562710285, 0.03946446254849434, -0.053315743803977966, -0.022853370755910873, -0.04007786139845848, 0.0257665291428566, 0.04722010716795921, 0.023100165650248528, 0.03289536014199257, 0.05529778450727463, 0.02919388748705387, -0.003829900873824954, 0.017433907836675644, -0.06747372448444366, 0.02905491553246975, 0.05073372274637222, -7.919057679828256e-05, -0.04783350229263306, -0.02384582720696926, 0.005173145327717066, 0.023536255583167076, 0.047967687249183655, -0.016550231724977493, 0.02637992799282074, 0.003737890860065818, 0.04411095008254051, 0.002981207799166441, 0.015135583467781544, -0.022311855107545853], [-0.03478557616472244, -0.011726835742592812, -0.05265544727444649, 0.001282082055695355, -0.0005160038126632571, 0.014719080179929732, 0.04434029385447502, -0.007044334430247545, 0.03594730421900749, 0.05262662097811699, -0.009269330650568008, 0.03603378310799599, -0.04907387122511864, -0.028331203386187553, -0.029991639778018, 0.06288471817970276, -0.0007992293685674667, -0.01414181850850582, 0.030476653948426247, 0.05123787745833397, -0.022107988595962524, 0.004741865675896406, 0.04465918987989426, 0.032474007457494736, -0.036500781774520874, 0.06121707707643509, -0.022265637293457985, -0.012297609820961952, 0.009084297344088554, 0.007893560454249382, 0.029484283179044724, -0.01140973810106516, -0.028914950788021088, -0.007693933323025703, 0.0001426937960786745, 0.02946554496884346, 0.0075652929954230785, -0.0022268877364695072, -0.03673716261982918, -0.034211914986371994, -0.02355312183499336, 0.020576732233166695, -0.04400445893406868, 0.03179188817739487, 0.04576867073774338, 0.025287067517638206, -0.003770575392991304, 0.010663838125765324, -0.008594057522714138, -0.04947870969772339, 0.031776029616594315, 0.028769372031092644, 0.0014586475444957614, -0.0012082128087058663, 0.0197544414550066, 0.033021360635757446, -0.002842345042154193, -0.011087685823440552, 0.06877263635396957, -0.0010006582597270608, 0.02008955553174019, 0.011279295198619366, -0.017787717282772064, -0.0021980609744787216, 0.014050654135644436, 0.016993533819913864, 0.028280755504965786, 0.03742901235818863, 0.023547356948256493, -0.03207583352923393, 0.006888668518513441, -0.0015696316258981824, -0.00541443657130003, -0.026799768209457397, 0.04672573134303093, -0.013512670062482355, -0.046150002628564835, 0.030870864167809486, 0.0009372387430630624, -0.04310505464673042, -0.014367390424013138, 0.013736078515648842, -0.02103220112621784, -0.05097064375877381, -0.0870806872844696, -0.009956855326890944, -0.025403818115592003, -0.021930880844593048, 0.02099328301846981, 0.007151264697313309, -0.03794213384389877, -0.015057077631354332, 0.0010084054665639997, 0.0019175378838554025, 0.01219239179044962, 0.020371340215206143, -0.019404012709856033, 0.009500667452812197, 0.02907133661210537, 0.0817534476518631, 0.023044325411319733, -0.03205997869372368, -0.009344281628727911, -0.02370734885334969, -0.04686121270060539, 0.017581604421138763, 0.05376528576016426, -0.07400473952293396, 0.01844821684062481, -0.034965381026268005, -0.009033579379320145, 0.023403223603963852, -0.005235078278928995, -0.051260218024253845, -0.007832303643226624, -0.001354149542748928, 0.045500580221414566, -0.03069538064301014, -0.05519799143075943, -0.0262124165892601, -0.06091367080807686, -0.015521912835538387, 0.027310725301504135, 0.017555659636855125, -0.012397423386573792, 0.00802256166934967, 0.020496737211942673, 0.027137763798236847, -0.024027327075600624, 0.01133766956627369, 0.02513248473405838, -0.019174298271536827, 0.03616783022880554, -0.03167774900794029, -0.018429119139909744, 0.025209369137883183, -0.01024800818413496, 0.026405736804008484, -0.02197556383907795, 0.01414578314870596, -0.02680337056517601, 0.017222346737980843, 0.013226199895143507, 0.03610296919941902, 0.02142424508929253, -0.03508465364575386, -0.02888035587966442, -0.05749262124300003, 0.0003718686639331281, 0.02293766476213932, -0.031359121203422546, 0.00358247896656394, -0.026871833950281143, 0.008237413130700588, 0.032073669135570526, -0.012917391955852509, 0.001323160482570529, 0.01031430996954441, -0.01152936927974224, 0.0006421220023185015, 0.02609854936599731, 0.023117834702134132, 0.0490117110311985, -0.03253094106912613, -0.012784786522388458, -0.0035269870422780514, 0.010637173429131508, 0.0025248872116208076, -0.006421220488846302, 0.01287342980504036, 0.044497400522232056, -0.005007254425436258, 0.005956789944320917, 0.04802582785487175, -0.009109340608119965, -0.027884744107723236, -0.015084462240338326, -0.0455697625875473, -0.027649441733956337, 0.019094301387667656, 0.0012640651548281312, 0.0012107351794838903, -0.005807204637676477, -0.007472686469554901, -0.0006924792542122304, -0.02136082760989666, -0.02248796448111534, 0.004652682226151228, -0.04100068286061287, 0.011983394622802734, 0.04622166231274605, -0.06990554183721542, 0.022297346964478493, 0.012603175826370716, -0.0685146376490593, 0.030174512416124344, -0.01633627526462078, -0.02445540949702263, -0.013579331338405607, 0.014528822153806686, 0.01291018445044756, 0.01389751024544239, 0.0513351708650589, -0.006462388671934605, -0.0251530222594738, -0.06677492707967758, 0.03450451046228409, -0.03843219205737114, 0.034029584378004074, -0.0440981462597847, 0.012260134331882, 0.05486035719513893, 0.017134064808487892, 0.03835832327604294, 0.011361092329025269, 0.02223428711295128, 0.06091727688908577, -0.02611440420150757, 0.06281697750091553, 0.04160604998469353, -0.060656387358903885, 0.008130302652716637, 0.03026261180639267, -0.025640198960900307, 0.023472405970096588, 0.04529302939772606, 0.01572081819176674, 0.029449691995978355, 0.008619281463325024, 0.0021540995221585035, 0.05073845013976097, 0.008926289156079292, 0.0014323428040370343, -0.02651365846395493, 0.01505635678768158, 0.00436729472130537, -0.016670670360326767, 0.05560445412993431, -0.007175047416239977, 0.010475742630660534, -0.05880137160420418, -0.04057115688920021, -0.020026113837957386, -0.0136063564568758, -0.002072663279250264, -0.006037821061909199, 0.004969779867678881, -0.009112943895161152, -0.008163814432919025, 0.027351804077625275, 0.006855067331343889, 0.021969076246023175, -0.04905567318201065, 0.01788933202624321, -0.04072105884552002, 0.013760581612586977, -0.00694803474470973, 0.0056544216349720955, -0.02580595575273037, 0.020135318860411644, -0.02572956308722496, -0.05041847378015518, -0.011009041219949722, -0.015356157906353474, 0.021073998883366585, 1.6575540939811617e-05, -0.005339486058801413, 0.006382303778082132, 0.048930998891592026, -0.0036196839064359665, 0.029576528817415237, -0.03599834069609642, 0.04629620537161827, 0.02079041302204132, -0.03971283510327339, 0.057527218014001846, 0.0811653807759285, -0.025797666981816292, 0.05230880156159401, 0.039792828261852264, -0.04223262891173363, -0.04442893713712692, -0.017651870846748352, 0.07188307493925095, -0.001088941004127264, 0.03941231220960617, 0.008850257843732834, -0.040063802152872086, -0.02176728658378124, -0.03811509534716606, 0.016896961256861687, -0.030429810285568237, -0.003504285588860512, 0.04302433878183365, 0.06196369603276253, -0.005425246432423592, 0.01940094865858555, -0.02020053938031197, -0.0479092113673687, -0.03257454186677933, 0.013277008198201656, -0.017216581851243973, -0.04416589066386223, -0.004634665325284004, 0.03394670784473419, -0.01873036101460457, -0.050172001123428345, 0.07659918069839478, -0.003865704406052828, -0.022998200729489326, -0.01614205352962017, -0.004135957453399897, -0.030310899019241333, -0.02950157970190048, 0.042923443019390106, -0.009581383317708967, -0.0001362077018711716, 0.0478643961250782, -0.015544253401458263, -0.008715851232409477, 0.045794613659381866, -0.021170567721128464, 0.023695817217230797, -0.031705405563116074, 0.03942672535777092, 0.04473882541060448, 0.04220709204673767, 0.01784537173807621, -0.043079111725091934, -0.03957086056470871, 0.018091842532157894, -0.011483966372907162, 0.022320766001939777, -0.01232355460524559, 0.0019342934247106312, 0.006646071095019579, -0.00788275059312582, 0.004820599686354399, 0.020428994670510292, 0.04601901397109032, 0.01870477758347988, -0.05113338306546211, -0.04289750009775162, -0.013497895561158655, -0.02794203720986843, -0.053280994296073914, -0.0381266251206398, -0.04667636379599571, 0.00733936158940196, -0.0005678924499079585, 0.03354528918862343, -0.014614943414926527, 0.04146191477775574, 0.007607452571392059, -0.003341052448377013, 0.01054925099015236, 0.03341196849942207, -0.012590925209224224, 0.01522715575993061, 0.008642342872917652, 0.007799872662872076, -0.013023330830037594, -0.062318265438079834, 0.06356539577245712, -0.02536202035844326, -0.01448414009064436, 0.015136981382966042, -0.017084337770938873, 0.028714602813124657, -0.02738279290497303, 0.04757346585392952, 0.008854221552610397, -0.018024099990725517, 0.0063610440120100975, -0.010640055872499945, 0.014283791184425354, -0.02347384952008724, -0.03819040581583977, 0.012789110653102398, -0.05191315338015556, 0.024357397109270096, -0.012286078184843063, 0.004337386693805456, 0.004233248997479677, 0.03530806303024292, 0.04022811725735664, 0.05311019718647003, 0.02754422463476658, 0.011231009848415852, 0.06928864121437073, -0.004858795553445816, -0.05707751587033272, 0.04820707812905312, 0.026904985308647156, 0.023893281817436215, 0.006318884436041117, -0.013512399047613144, 0.03037792257964611, 0.05894550681114197, 0.023474568501114845, -0.0359501838684082, -0.013164583593606949, -0.031911518424749374, -0.029981551691889763, 0.00971254613250494, -0.023374395444989204, -0.06366016715765, -0.032726604491472244, -0.015345347113907335, 0.005489566829055548, 0.017117489129304886, -0.04977274686098099, -0.031052473932504657, -0.019053403288125992, 0.03806933015584946, 0.009002680890262127, -0.039343126118183136, -0.03134651109576225, 0.028734780848026276, 0.00559244304895401, -0.00963327195495367, 0.01654238998889923, -0.05537671968340874, 0.017278920859098434, 0.029650039970874783, 0.03249378129839897, -0.036492135375738144, -0.023286473006010056, -0.03998596966266632, 0.05043865367770195, 0.04447145760059357, 0.028181301429867744, -0.0236814022064209, 0.07379718869924545, 0.04713362827897072, 0.05187711864709854, 0.02237553894519806, 0.0041510919108986855, -0.007382241543382406, -0.052001435309648514, -0.0019735703244805336, 0.002734964247792959, -0.03957374393939972, 0.00033439352409914136, -0.013737520202994348, -0.000662300968542695, -0.0567777156829834, 0.02724730782210827, -0.031561270356178284, -0.0955558344721794, 0.019168531522154808, -0.026592932641506195, -0.05709480866789818, -0.0272127129137516, -0.03771151974797249, -0.00721630547195673, 0.026277998462319378, -0.026481948792934418, -0.0471145361661911, -0.02538219839334488, -0.021677926182746887, 0.016781384125351906, 0.035101231187582016, 0.0004093438037671149, -0.03396400436758995, 0.017908791080117226, 0.04246455430984497, -0.028814055025577545, -0.005439660511910915, -0.008484515361487865, 0.03188413381576538, -0.027163706719875336, -0.0014463961124420166, -0.009881905280053616, -0.01686525158584118, 0.007710509467869997, 0.06905802339315414, -0.006304290611296892, -0.018820445984601974, 0.01733297109603882, -0.015767663717269897, -0.014286674559116364, 0.016043681651353836, 0.05191747844219208, 0.01244534831494093, 0.03488358482718468, -0.021741343662142754, 0.033603668212890625, 0.01568622700870037, -0.014494229108095167, 0.033623844385147095, 0.0960487648844719, -0.00036754459142684937, 0.025543630123138428, 0.004186044912785292, 0.008808097802102566, -0.0005909540923312306, 0.046786267310380936, -0.018665499985218048, -0.01833687163889408, 0.03999605774879456, 0.009994329884648325, -0.022887758910655975, 0.009636875241994858, 0.03043990023434162, -0.040282707661390305, -0.004669257905334234, 0.04323333501815796, -0.010563664138317108, -0.0048418594524264336, -0.05616946518421173, -0.04499034211039543, -0.005409752018749714, -0.04074268043041229, 0.03329809755086899, 0.03390364721417427, -0.022192487493157387, -0.000351689726812765, 0.021105708554387093, -0.004690157249569893, 0.024568824097514153, -0.021512169390916824, -0.0358031690120697, 0.07623019069433212, 0.04562165588140488, -0.015057077631354332, 0.017917439341545105, -0.05409391969442368, 0.007536826189607382, -0.00869026780128479, -0.009531296789646149, -0.038928017020225525, -0.034154262393713, 0.04472224786877632, 0.0019449234241619704, 0.0044717928394675255, 0.01598026230931282, -0.008767740800976753, 0.01875036023557186, 0.013258990831673144, 0.002427235711365938, 0.03761494532227516, 0.01574820466339588, -0.03578514978289604, -0.021916469559073448, -0.0014460356906056404, -0.014861773699522018, 0.022325092926621437, -0.01882477104663849, -0.015295621007680891, 0.003934168256819248, 0.028204362839460373, -0.054950080811977386, -0.06225484609603882, 0.03731658682227135, -0.019974246621131897, -0.039254844188690186, -0.02264074794948101, 0.05390653759241104, 0.03909521549940109, -0.0001088670687749982, 0.05847454071044922, -0.026022156700491905, 0.026766614988446236, 0.03386455029249191, 0.05538104474544525, 0.003315108362585306, -0.07703158259391785, -0.00997415091842413, -0.007300625089555979, -0.03877811506390571, -0.02125200629234314, -0.010533396154642103, -0.02062861993908882, -0.032864250242710114, 0.009945324622094631, 0.009799747727811337, -0.07838645577430725, -0.04455307498574257, -0.06415166705846786, 0.004925097804516554, -0.006439957767724991, 0.003104130271822214, -0.039792828261852264, 0.03365699574351311, 0.005883596371859312, 0.005061665549874306, 0.01129082590341568, 0.01956057921051979, -0.020947519689798355, -0.021605856716632843, 0.012186625972390177, 0.007802755571901798, -0.05421210825443268, -0.05791349709033966, -0.026234036311507225, -0.0065235560759902, -0.031239129602909088, 0.017959238961338997, 0.007287472486495972, -0.015699198469519615, -0.015622807666659355, -0.029691478237509727, -0.004569083917886019, 0.02592378482222557, 0.009796054102480412, -0.015073652379214764, 0.01905466429889202, 0.0014511705376207829, 0.010406557470560074, -0.024817999452352524, 0.024083180353045464, 0.0018088960787281392, -0.026370244100689888, -0.014421080239117146, 0.00811805110424757, -0.040296219289302826, 0.004978427663445473, 0.004123706370592117, -0.0223582424223423, 0.04120967537164688, -0.030076319351792336, -0.027623498812317848, -0.01762196235358715, -0.017975812777876854, -0.0137185575440526, 0.004133795853704214, 0.03869739919900894, 0.04989958554506302, -0.02850416488945484, 0.060727015137672424, -0.04756207391619682, 0.10409439355134964, 0.03036571480333805, -0.04877821356058121, 0.04528149589896202, 0.04216240718960762, 0.003981012850999832, -0.03840228542685509, 0.03117859363555908, -0.01212320663034916, -0.0025785774923861027, -0.01868351735174656, 0.012974324636161327, -0.03887324780225754, -0.024895019829273224, 0.04159163311123848, -0.0061851991340518, 0.006025209091603756, 0.010269627906382084, 0.0451560951769352, -0.0148567296564579, -0.034762512892484665, -0.003343935124576092, 0.03160955384373665, -0.018547309562563896, -0.0216379277408123, 0.0008424698607996106, -0.016220247372984886, -0.030654659494757652, 0.035274192690849304, -0.019534634426236153, 0.056570157408714294, 0.05317721515893936, 0.017325764521956444, 0.024628011509776115, 0.05494431406259537, 0.01371337752789259, -0.040060922503471375, -0.01869793049991131, 0.017013711854815483, 0.003733100136741996, 0.011843224056065084, -0.029696883633732796, 0.03982742130756378, -0.030791230499744415, -0.01865973509848118, -0.027525845915079117, -0.025546511635184288, -0.006223575212061405, -0.04444262757897377, -0.04055386036634445, 0.02273515611886978, -0.00897241197526455, 0.03221708536148071, 0.01268389169126749, -0.0029201777651906013, -0.019400589168071747, -0.03706507012248039, -0.059432681649923325, -0.03355754166841507, -0.026786793023347855, -0.012095821090042593, 0.043378911912441254, 0.004873930010944605, 0.0128042446449399, 0.030069472268223763, 0.03229780122637749, -0.019527427852153775, 0.02132812701165676, -0.01173260062932968, 0.0409805029630661, 0.01860784739255905, 0.00773285049945116, 0.005905216559767723, -0.019929924979805943, 0.021994300186634064, -0.003999750129878521, -0.031196609139442444, -0.06317731738090515, -0.007315578870475292, 0.04738010093569755, 0.011692963540554048, -0.022398600354790688, 0.004891586489975452, -0.02678319253027439, 0.017025243490934372, 0.005665412172675133, 0.02608846127986908, 0.01871306449174881, 0.009139608591794968, -0.01921321451663971, -0.05146488919854164, 0.002757305046543479, 0.03258318826556206, -0.026951828971505165, -0.013842018321156502, -0.01679174415767193, -0.02924502082169056, -0.0341254360973835, -0.026188531890511513, -0.02374337986111641, 0.03562876209616661, 0.03610296919941902, 0.04827373847365379, 0.00885061826556921, -0.04111112281680107, -0.02241922914981842, 0.0094653544947505, 0.020619971677660946, 0.016725441440939903, 0.006419778801500797, -0.020152974873781204, -0.009126637130975723, -0.028019869700074196, -0.0205637589097023, -0.05905504897236824, 0.012709835544228554, 0.04042954742908478, 0.0035114921629428864, 0.029801562428474423, -0.0008889083983376622, -0.016226734966039658, 0.03612026572227478, -0.007566734682768583, -0.06436498463153839, 0.05175604671239853, -0.04451721906661987, 0.026711123064160347, -0.013038464821875095, -0.0052695805206894875, -0.08952521532773972, -0.004410535097122192, 0.027611246332526207, 0.019811375066637993, -0.0008343622321262956, -0.02780655026435852, -0.007746182847768068, 0.007226935587823391, -0.044841885566711426, -0.013427630066871645, 0.0035269870422780514, -0.02419055998325348, -0.008704321458935738, -0.01076833624392748, -0.04065331444144249, -0.07409699261188507, -0.006353477016091347, -0.031470466405153275, -0.02910376712679863, -0.0033057392574846745, -0.014183619059622288, -0.004102086182683706, 0.009537061676383018, -0.04976121336221695, 0.009594355709850788, -0.030006052926182747, -0.02899854816496372, 0.052834175527095795, -0.05389212816953659, 0.01500230561941862, -0.01933825202286243, -0.08934072405099869, 0.013101884163916113, -0.006174388807266951, 0.013375740498304369, 0.009505712427198889, 0.04040396213531494, -0.02190565690398216, -0.03734073042869568, 0.013362769037485124, -0.00758475111797452, -0.006916324608027935, 0.03378095105290413, -0.036113057285547256, -0.025488857179880146, 0.005009776912629604, -0.007546915672719479, 0.00279333908110857, -0.06723903864622116, -0.016850117594003677, 0.0046624112874269485, 0.028909308835864067, -0.035656508058309555, 0.02501141093671322, -0.009466796182096004, 0.0031688110902905464, 0.034180205315351486, 0.03425803780555725, 0.046577632427215576, 0.00664138700813055, 0.07627055048942566, 0.03701967000961304, -0.03745207563042641, -0.003205565502867102, -0.012399225495755672, 0.0390087328851223, -0.02865550667047501, -0.015361201949417593, 0.017107445746660233, 0.01183061208575964, 0.025276977568864822, 0.0065004946663975716, 0.06660916656255722, -0.013194129802286623, -0.006432030349969864, 0.008546313270926476, -0.024137411266565323, 0.03128957748413086, -0.055914342403411865, 0.010844727978110312, 0.024900786578655243, 0.0400213748216629, 0.03809347748756409, 0.004785286262631416, -0.04019856825470925, 0.034550271928310394, -0.03804447129368782, -0.012340850196778774, -0.0387435257434845, -0.026301780715584755, -0.007234142627567053, -0.045365091413259506, 0.008027606643736362, 0.04074988514184952, 0.01506716664880514, 0.02846092544496059, 0.02450297400355339, 0.04417741671204567, 0.0011249746894463897, 0.0121347364038229, -0.006077457685023546, 0.03760629892349243, -0.0032516885548830032, 0.01818409003317356, 0.025514081120491028, -0.010075045749545096, -0.028076084330677983, 0.03080744296312332, -0.014292440377175808, 0.026595816016197205, 0.055679403245449066, -0.016167638823390007, -0.0002796221524477005, 0.031411368399858475, -0.04038954898715019, 0.004646916873753071, -0.011081109754741192, -0.04146912321448326, 0.004246581345796585, 0.010614111088216305, 0.01758953183889389, -0.019220421090722084, -0.04158839210867882, -0.026861023157835007, 0.007033795118331909, -0.08253754675388336, 0.0327417366206646, 0.016656257212162018, 0.014296043664216995, -0.0265655480325222, 0.0050631072372198105, 0.01934869959950447, 0.06358665972948074, 0.00012864060408901423, -0.0484812967479229, 0.07343396544456482, 0.008970250375568867, -0.0102523323148489, 0.04758315160870552, -0.03245490789413452, 0.010715005919337273, -0.003149712923914194, -0.048530299216508865, -0.0513063445687294, 0.00838145799934864, -0.02795933373272419, -0.04746441915631294, 0.007727084215730429, -0.02766529843211174, 0.03336422145366669, 0.04425813257694245, -0.0026910030283033848, 0.003935699816793203, -0.003372762119397521, 0.019700391218066216, 0.019605260342359543, -0.053840238600969315, -0.0387146957218647, -0.032620664685964584, 0.015119776129722595, 0.027973927557468414, -0.05362403392791748, 0.02227608673274517, -0.0352727510035038, 0.060421448200941086, 0.003933447878807783, 0.05044009163975715, 0.022182399407029152, -0.016545992344617844, 0.0028019871097058058, 0.01203096006065607, -0.0016200789250433445, 0.0067174178548157215, 0.017276037484407425, 0.04090555012226105, 0.008423257619142532, -0.001893935608677566, -0.03664635866880417, 0.03011847846210003, -0.033335573971271515, 0.05179640278220177, 0.0014939606189727783, -0.01884855143725872, 0.0009956135181710124, 0.0010276834946125746, 0.01086706854403019, 0.02836002968251705, -0.04075132682919502, 0.005595325957983732, -0.013362769037485124, -0.0278007835149765, -0.016803273931145668, -0.03601792827248573, -0.003586802864447236, 0.03925736621022224, -0.020975986495614052, 0.006701923441141844, 0.008573157712817192, -0.009023579768836498, 0.048083484172821045, 0.034191738814115524, 0.022152129560709, -0.010402953252196312, 0.01499347761273384, 0.019803447648882862, 0.024981502443552017, -0.002355528529733419, 0.007173245307058096, 0.009919380769133568, -0.0050692325457930565, -0.0034015891142189503, 0.031052473932504657, 0.012110235169529917, 0.03961482271552086, 0.0279333908110857, 0.06185847520828247, 0.03469621017575264, -0.012922435998916626, -0.0666913315653801, 0.0322142019867897, -0.015775591135025024, -0.049124136567115784, 0.014761599712073805, 0.02523517981171608, -0.009645523503422735, -0.0485101230442524, -0.017378373071551323, -0.005823059938848019, 0.02232869528234005, -0.06051081418991089, -0.029082145541906357, 0.039060622453689575, 0.07117969542741776, -0.01327214390039444, 0.031894221901893616, 0.05761009454727173, -0.03943681716918945, -0.04433884844183922, -0.00012900095316581428, 0.049301426857709885, 0.020565202459692955, -0.009123753756284714, 0.042372848838567734, 0.059556636959314346, 0.0474521704018116, 0.06622432917356491, 0.04081330448389053, -0.047024089843034744, 0.07627919316291809, 0.035186268389225006, 0.003851291025057435, -0.02916574664413929, -0.01469890121370554, 0.017344500869512558, 0.01959877461194992, 0.03458090126514435, 0.027519723400473595, 0.00964624434709549, 0.05825816094875336, 0.03897126019001007, -0.014332798309624197, 0.007017218973487616, 0.0023638163693249226], [-0.03803650662302971, -0.04385216534137726, -0.06316675990819931, -0.00765185384079814, -0.006717745680361986, 0.021520690992474556, 0.01974790170788765, -0.025195978581905365, 0.021595722064375877, 0.021857453510165215, -0.03189513087272644, 0.01819903403520584, -0.04716277495026589, -0.00970891397446394, 0.01519436202943325, 0.012044282630085943, -0.007444213144481182, -0.02249781973659992, 0.055456746369600296, -0.007754219695925713, -0.01983368955552578, -0.015499132685363293, 0.023986781015992165, 0.01941928267478943, -0.0482608824968338, 0.028669439256191257, -0.001934483414515853, -0.03470495715737343, -0.002170041436329484, -0.027167176827788353, 0.03827090188860893, -0.03193817287683487, -0.04972017928957939, 0.0014877957291901112, 0.0024643433280289173, 0.022827601060271263, 0.004153962712734938, 0.007942120544612408, -0.08032933622598648, -0.02012711949646473, -0.05306219309568405, 0.007569843903183937, -0.03991282731294632, 0.02200751192867756, 0.022449545562267303, 0.059683989733457565, 0.005367232020944357, 0.01076863333582878, -0.019008509814739227, -0.05675427615642547, 0.03593044355511665, 0.036758676171302795, 0.0012376972008496525, -0.003836396150290966, 0.0034449624363332987, 0.05274259299039841, 0.03174274414777756, -0.013482059352099895, 0.03268497809767723, -0.0016029574908316135, 0.0004702662408817559, -0.052082158625125885, -0.03001880832016468, -0.008340060710906982, 0.004133024252951145, 0.02333848737180233, 0.026019558310508728, 0.017649399116635323, 0.019354140385985374, -0.026989124715328217, -0.0005001971730962396, -0.00734751857817173, 0.007335449568927288, -0.01966065727174282, 0.08924447745084763, -0.010495415888726711, -0.05645830184221268, 0.035553548485040665, -0.03495796397328377, -0.05328379571437836, -0.03928990662097931, 0.017271924763917923, -0.02488422766327858, -0.040603213012218475, -0.04447334259748459, 0.014145109802484512, -0.04062415286898613, -0.004857728723436594, 0.032084740698337555, -0.01316856313496828, -0.021689945831894875, -0.00510521000251174, 0.042230598628520966, -0.018731800839304924, 0.0008168917847797275, 0.044115062803030014, 0.007074881810694933, 0.031026184558868408, 0.027566099539399147, 0.015484009869396688, 0.04915774613618851, -0.052463702857494354, -0.01736498437821865, -0.0013266857713460922, -0.039806388318538666, 0.02642815001308918, 0.01770610734820366, -0.04173970967531204, 0.03902933746576309, -0.009425807744264604, -0.03742056339979172, 0.009220099076628683, -0.0228350181132555, -0.008927356451749802, -0.03545118123292923, -0.01231328397989273, 0.0304032638669014, -0.010134227573871613, -0.03334802761673927, 0.0017472002655267715, -0.03268730267882347, 0.009176291525363922, 0.01382441632449627, 0.007260710932314396, -0.0092501575127244, 0.006770401261746883, 0.006134685594588518, -0.014095380902290344, 0.0026268893852829933, 0.008633635938167572, 0.02629873901605606, 0.026830343529582024, 0.00931268185377121, -0.021767793223261833, -0.04500669240951538, 0.02215524390339851, -0.02920337021350861, 0.058926135301589966, -0.01569979265332222, 0.000596746860537678, -0.046488091349601746, -0.00317857856862247, -0.010452957823872566, 0.0394132100045681, 0.0098076444119215, -0.03672843053936958, -0.033257294446229935, -0.06117062270641327, 0.0068928333930671215, -0.003362626302987337, -0.02191619761288166, -0.010514464229345322, -0.02899631485342979, 0.012523540295660496, 0.03895489126443863, -0.03802806884050369, 0.04380505532026291, 0.015431663952767847, -0.0427517369389534, 0.026864077895879745, 0.015371030196547508, 0.01581728085875511, 0.01849682629108429, -0.00573976244777441, 0.003350593848153949, 0.0017871869495138526, 0.017811380326747894, 0.008443481288850307, -0.001031802035868168, 0.05648621916770935, 0.04378935322165489, 0.001381940091960132, 0.010174068622291088, 0.06003296375274658, 0.0033316912595182657, 0.017939629033207893, -0.030915090814232823, -0.018102483823895454, -0.0003481023304630071, -0.0008166009210981429, -0.020424475893378254, 0.012961795553565024, -0.0295628160238266, 0.0027551555540412664, -0.030086278915405273, -0.009447474032640455, -0.030727772042155262, -0.007958951406180859, -0.013213347643613815, 0.02187141217291355, 0.028292546048760418, -0.04044908285140991, 0.020825650542974472, 0.018344730138778687, -0.025783419609069824, 0.010282541625201702, 0.00853592250496149, -0.03815922886133194, 0.011142982169985771, 0.04220617190003395, 0.034335628151893616, -0.02146020159125328, -0.0005467270966619253, -0.030532963573932648, -0.04079398885369301, -0.03640563040971756, 0.029073087498545647, -0.02179929055273533, 0.04180717468261719, -0.026695115491747856, -0.005826715379953384, 0.07207491993904114, -0.016177305951714516, 0.0001326104102190584, 0.003029101062566042, 0.042951811105012894, 0.08519171923398972, -0.023896047845482823, 0.05537240952253342, -0.02052436955273151, -0.020360641181468964, 0.006870150100439787, 0.0166940800845623, 0.006304810754954815, -0.04793284460902214, 0.021645743399858475, -0.011833734810352324, 0.02359185554087162, 0.0009654968162067236, 0.00536505039781332, 0.07358133047819138, -0.021344460546970367, 0.006741029676049948, -0.02054283581674099, 0.01223214715719223, 0.02296777255833149, -0.05792050436139107, 0.022943928837776184, -0.01916220411658287, -0.006281545851379633, -0.05041987448930741, -0.014232062734663486, 0.031904436647892, -0.03102530911564827, 0.0004030658456031233, -0.0486622080206871, -0.03311537951231003, -0.02851647138595581, -0.030158979818224907, 0.006542114075273275, 0.03503241389989853, 0.0035828077234327793, -0.01728937402367592, 0.01108343806117773, -0.003469390794634819, -0.005507403053343296, -0.021727167069911957, 0.006141955964267254, -0.02220817282795906, 0.05878130719065666, -0.01770232617855072, -0.03549538552761078, -0.04500727355480194, 0.0016028120880946517, 0.06209075450897217, 0.001837352174334228, 0.007612302433699369, -0.025562401860952377, 0.05206936225295067, 0.010498324409127235, -0.026066089048981667, -0.08966324478387833, 0.050717663019895554, 0.02241348661482334, -0.005693523213267326, 0.020782319828867912, 0.043189119547605515, -0.004401735030114651, 0.054049208760261536, 0.013759820722043514, -0.031214630231261253, -0.04220617190003395, -0.0058272965252399445, 0.038641974329948425, -0.013043804094195366, 0.004267670679837465, -0.009666891768574716, -0.05601277574896813, -0.022640900686383247, -0.05987825244665146, 0.009878266602754591, 0.005530086811631918, 0.010400610975921154, 0.07029514759778976, 0.0404927060008049, -0.01811225339770317, 0.02630426362156868, 0.033831942826509476, -0.04993508756160736, -0.05416088551282883, 0.03577224165201187, 0.001226064749062061, -0.02972101792693138, -0.021103667095303535, 0.007167941890656948, -0.027028096839785576, -0.05523340031504631, 0.05282547324895859, 0.026619795709848404, -0.023785537108778954, 0.00030288100242614746, -0.008571983315050602, 0.0019730159547179937, 0.01283761765807867, -0.020110253244638443, -0.045742448419332504, 0.010381417348980904, 0.07128390669822693, -0.012668946757912636, -0.0029383674263954163, 0.04605768993496895, -0.01591092348098755, 0.005927918013185263, -0.08185552060604095, 0.017924506217241287, 0.06872475892305374, 0.01175637822598219, 0.021844659000635147, -0.038805995136499405, 0.005217172671109438, 0.023347575217485428, 0.0010411080438643694, 0.0496026910841465, 0.03255585581064224, -0.012952597811818125, 0.007656506262719631, 0.013476097024977207, -0.05159475654363632, 0.02459864877164364, 0.04647413641214371, -0.0038899052888154984, -0.05511125922203064, -0.03029275499284267, -0.036217764019966125, -0.005445751361548901, -0.056428052484989166, -0.04281105846166611, -0.019755462184548375, 0.033674903213977814, 0.011599339544773102, 0.01666238158941269, -0.02877122536301613, 0.017347535118460655, -0.005441679619252682, -0.0027603902854025364, -0.004600359592586756, 0.008202070370316505, 0.005097358021885157, -0.017348699271678925, -0.008898856118321419, 0.04554935172200203, -0.04094986245036125, -0.008377720601856709, 0.031116915866732597, -0.010680953972041609, -0.04462456703186035, 0.010567392222583294, -0.006052385549992323, 0.0553581565618515, -0.0332346111536026, 0.05828576534986496, 0.01002429984509945, 0.024581782519817352, 0.023850606754422188, -0.01669902354478836, 0.009488333016633987, -0.05917913839221001, -0.05752499774098396, 0.06551245599985123, -0.01168600097298622, 0.02504272013902664, -0.009838852100074291, 0.05398988723754883, 0.012554439716041088, 0.031339678913354874, 0.05540788546204567, 0.045689959079027176, 0.02797352522611618, -0.03090215101838112, 0.045816898345947266, 0.003588623832911253, -0.04259353131055832, 0.04421277716755867, 0.04524574056267738, 0.01820019818842411, -0.03854186460375786, 0.007752474397420883, 0.03687092661857605, 0.04312513768672943, 0.01212629210203886, -0.008872683160007, -0.006009345408529043, -0.041189491748809814, -0.02415021695196629, -0.0018769025336951015, -0.045406270772218704, -0.062231507152318954, 0.012331023812294006, -0.02270662412047386, 0.02943136729300022, -0.0027138604782521725, -0.015168770216405392, -0.01253052055835724, -0.0028048844542354345, 0.05465294048190117, -0.00014623315655626357, -0.0004646453307941556, 0.016107365489006042, 0.015497677959501743, -0.015338022261857986, 0.02291949838399887, 0.03439495339989662, -0.0548531636595726, 0.004358694888651371, 0.06396009773015976, 0.030484110116958615, -0.012766660191118715, 0.023765690624713898, 0.00644120154902339, -0.00805521011352539, 0.05239856243133545, 0.037511296570301056, 0.014943099580705166, 0.0531209371984005, 0.0339982844889164, 0.03178462013602257, 0.00029851883300580084, 0.020261475816369057, -0.061400942504405975, -0.06127706170082092, -0.01471277605742216, -0.0046739354729652405, -0.010309877805411816, 0.010312349535524843, -0.02163120172917843, 0.026776252314448357, -0.035166624933481216, 0.003200825536623597, -0.030955225229263306, -0.047821175307035446, -0.010417478159070017, -0.021741708740592003, -0.04593438655138016, -0.04462223872542381, -0.012628233060240746, -0.013369223102927208, 0.03845876455307007, -0.01179592777043581, -0.04479439929127693, -0.034680821001529694, -0.06265725195407867, -0.01828976720571518, 0.05025353282690048, -0.01536710374057293, 0.006695662159472704, 0.01974411867558956, 0.016815930604934692, -0.08296627551317215, 0.03043496049940586, 0.003579608630388975, -0.00042400433449074626, -0.048162076622247696, 0.017586002126336098, -0.029879219830036163, 0.0013342468300834298, 0.008494045585393906, 0.028147142380476, 0.028912559151649475, -0.009011110290884972, 0.006989964749664068, 0.005831368267536163, 0.0013929909327998755, 0.032798975706100464, 0.048201560974121094, 0.013791482895612717, 0.02211336605250835, -0.026780324056744576, -0.010646057315170763, 0.024911563843488693, -0.019779890775680545, 0.03714952617883682, 0.04100220650434494, -0.0029604691080749035, 0.03203239291906357, -0.05838580057024956, 0.021303165704011917, -0.019611217081546783, 0.05863182991743088, -0.03770032525062561, -0.00710745295509696, 0.05682007223367691, 0.03335035592317581, -0.03282224014401436, 0.06309463828802109, 0.024984264746308327, -0.03656179457902908, 0.010975256562232971, 0.02605212852358818, -0.025682799518108368, -0.006645642686635256, -0.05053270980715752, -0.06932500004768372, -0.019103895872831345, -0.019649606198072433, 0.0045064277946949005, 0.0457482673227787, -0.015420031733810902, -0.02284853905439377, 5.118296394357458e-05, 0.02726190909743309, -0.004797239787876606, 0.002931060967966914, -0.05894649028778076, 0.04672962054610253, 0.034680966287851334, -0.013323274441063404, 0.06004227325320244, -0.02880854718387127, 0.029420899227261543, 0.0059540909714996815, 0.018544519320130348, -0.07175212353467941, -0.06305043399333954, 0.018943512812256813, 0.0022468159440904856, -0.06847582757472992, 0.047821175307035446, -0.02850891090929508, 0.006508960854262114, -0.0541091151535511, -0.007784463465213776, 0.043732352554798126, 0.0075186616741120815, -0.01927969232201576, -0.026659490540623665, -0.024515477940440174, -0.01815715804696083, 0.022776421159505844, 0.007766288239508867, -0.008249763399362564, -0.04471064358949661, -0.0041272081434726715, -0.0453527607023716, -0.06547696888446808, 0.000902681378647685, 0.004255747422575951, -0.008679002523422241, 0.010094677098095415, 0.08393075317144394, -0.02216462418437004, -0.02189380489289761, 0.008512075990438461, 0.03627417981624603, -0.009268187917768955, 0.01277247630059719, 0.019212516024708748, -0.02989448606967926, -0.04740007966756821, -0.03581411764025688, 0.028491461649537086, -0.027859091758728027, -0.00512411305680871, 0.029591897502541546, -0.03217460215091705, -0.05214264616370201, -0.001178080681711435, 0.031464725732803345, -0.02183884009718895, -0.010683644562959673, -0.044825807213783264, 0.0361514575779438, -0.0176627766340971, 0.03353763744235039, -0.004613155499100685, 0.018108300864696503, 0.030500976368784904, -0.02800384536385536, 0.02100479230284691, -0.004562263377010822, -0.0495171919465065, -0.006546621210873127, 0.03433097526431084, 0.039436474442481995, -0.03732168674468994, -0.05576209723949432, -0.028325991705060005, -0.0400913842022419, -0.06544672697782516, -0.0017774447333067656, -0.029839668422937393, -0.03165201097726822, -0.05312791466712952, 0.01358675118535757, 0.02308846078813076, 0.058227602392435074, -0.04247371852397919, -0.01683076284825802, -0.001783260959200561, -0.0010722249280661345, -7.095820183167234e-05, -0.002376518212258816, 0.0147121949121356, -0.017944063991308212, -0.021347949281334877, -0.00018844637088477612, 0.011580727063119411, -0.04117989540100098, 0.014185824431478975, 0.0037937918677926064, -0.021830696612596512, 0.031335607171058655, -0.019649313762784004, -0.023076537996530533, -0.00022683359566144645, -0.02484234981238842, 0.016897358000278473, 0.011565023101866244, 0.04159735515713692, 0.04213172197341919, 0.018240911886096, 0.0097736194729805, -0.0036735408939421177, 0.06843046098947525, -0.0003710764867719263, -0.03580772131681442, 0.06116284430027008, 0.016881072893738747, -0.00625217380002141, -0.02245420031249523, -0.02775978110730648, -0.0030046727042645216, 0.0067782532423734665, -0.029787613078951836, 0.00818462111055851, 0.002748176222667098, -0.047655992209911346, 0.07571705430746078, 0.009629377163946629, 0.0003070977982133627, 0.022685686126351357, 0.026502924039959908, -0.024684002622962, 0.013768217526376247, 0.003939925227314234, 0.04198748245835304, -0.020063722506165504, -0.012077288702130318, -0.031329791992902756, -0.029199881479144096, -0.021323012188076973, -0.0019199427915737033, -0.03022819384932518, 0.04116041213274002, 0.07627192884683609, -0.0008392842719331384, 0.017180608585476875, 0.026829181239008904, -0.011048740707337856, -0.01582018844783306, -0.013552726246416569, 0.05518773943185806, 0.0046013048849999905, 0.0403391569852829, -0.022141866385936737, 0.002895327052101493, -0.014251547865569592, 0.0022264590952545404, -0.036763910204172134, -0.054170481860637665, 0.050550155341625214, -0.0009425226598978044, 0.007326143328100443, 0.009243178181350231, -0.002978499513119459, 0.05702479928731918, 0.03138969838619232, -0.018929408863186836, -0.01698925532400608, -0.036010704934597015, -0.05162965506315231, -0.030970346182584763, -0.025563566014170647, 0.0009864353341981769, -0.01056201197206974, 0.0120460269972682, 0.011054938659071922, 0.011781388893723488, -0.008331190794706345, -0.008010934107005596, 0.00722145102918148, 0.017681388184428215, 0.06389495730400085, 0.03873619809746742, 0.021680638194084167, 0.0008584778988733888, 0.021650103852152824, 0.03894791007041931, -0.0018297182396054268, 0.014935538172721865, -0.07105126231908798, -0.032966483384370804, -0.00016808950749691576, -0.0023957116063684225, 0.021345622837543488, 0.03489485755562782, -0.006487422622740269, 0.013375620357692242, 0.013276162557303904, 0.04915484040975571, 0.02074887603521347, 0.02350228652358055, -0.0345793254673481, -0.05938154458999634, 0.004636711440980434, 0.008174733258783817, -0.02262287028133869, -0.026460427790880203, -0.029108164831995964, 0.02271593175828457, -0.004420928657054901, 0.022349508479237556, -0.01224368903785944, 0.0003687499847728759, 0.025959650054574013, 0.012699773535132408, 0.014790714718401432, -0.04869361594319344, -0.02638016641139984, -0.03503183275461197, -0.021687036380171776, 0.0004234226944390685, 0.0007374999695457518, -0.01531766541302204, -0.03528571128845215, 0.034041326493024826, 0.02238382399082184, -0.05992478132247925, -0.001383685041218996, 0.06865032017230988, -0.016935745254158974, 8.419016376137733e-05, 0.027321234345436096, 0.00094906595768407, 0.017310312017798424, -0.01678568683564663, -0.09355780482292177, 0.048347108066082, -0.045406270772218704, 0.012553203850984572, -0.033419422805309296, 0.0020147475879639387, -0.07330331206321716, -0.01010296493768692, -0.011310853995382786, 0.013925837352871897, 0.004288899712264538, -0.013833359815180302, -0.0051204911433160305, 0.01413813140243292, -0.021555008366703987, -0.008865121752023697, -0.009540097787976263, 0.005523107014596462, -0.03686802089214325, 0.00010236592788714916, -0.023497633635997772, -0.08457403630018234, -0.013990398496389387, 0.007904278114438057, -0.01853753812611103, -0.01312843058258295, 0.022596698254346848, 0.0171614158898592, -0.03845003992319107, -0.07506447285413742, 0.013702494092285631, -0.05504495278000832, -0.030593452975153923, 0.05323175340890885, -0.06999968737363815, 0.029730413109064106, -0.007986869663000107, -0.0902634784579277, 0.02982919849455357, -0.04132326319813728, 0.023237068206071857, 0.006039590109139681, 0.0430053249001503, -0.019858991727232933, -0.0005240438040345907, -0.0035543078556656837, 0.017591634765267372, 0.009871914982795715, 0.01442836131900549, -0.019273877143859863, -0.010991396382451056, 0.008906708098948002, -0.0032326695509254932, -0.012467414140701294, -0.052756842225790024, 0.021033871918916702, -0.006202444899827242, 0.008385282009840012, -0.0161970816552639, 0.011448699049651625, -0.0381481759250164, -0.01945534348487854, 0.02493017539381981, 0.017918109893798828, 0.04078816995024681, 0.01212629210203886, 0.058388132601976395, 0.04565054923295975, -0.042140450328588486, -0.011967507191002367, -0.0029302246402949095, 0.005608606152236462, 0.019212516024708748, -0.02079889550805092, -0.01162783894687891, 0.036568377166986465, 0.007070228457450867, -0.0018367704469710588, 0.04288667067885399, -0.009611927904188631, 0.011384719982743263, -0.03020725399255753, -0.020515063777565956, 0.02743406780064106, -0.04617401212453842, -0.030923381447792053, 0.04089984297752381, 0.03778233379125595, 0.01899207942187786, -0.0010829849634319544, -0.05043601244688034, 0.020403973758220673, -0.029456086456775665, -0.02455211989581585, -0.05874874070286751, -0.035340674221515656, 0.004027750343084335, -0.05307673662900925, 0.012760844081640244, 0.031123897060751915, 0.05389566347002983, -0.03244069591164589, 0.0004903095541521907, 0.06558398902416229, -0.015836184844374657, -0.023483674973249435, -0.03570709750056267, 0.05810458958148956, -0.01899236999452114, -0.022598443552851677, 0.07257860898971558, -0.013439017347991468, -0.02137063257396221, 0.016756605356931686, -0.0004385449574328959, 0.013350029475986958, 0.0821882113814354, -0.02023239433765411, 0.02885323390364647, 0.04069045931100845, -0.04471995308995247, -0.007203420624136925, -0.00017943119746632874, -0.006825365126132965, -0.021143799647688866, -0.0015610804548487067, -0.00195658509619534, -0.0039951796643435955, -0.02789297141134739, -0.01724138855934143, -0.0180257111787796, -0.05213217809796333, 0.007853386923670769, 0.006561888847500086, 0.004732679110020399, -0.04273952171206474, -0.01406775414943695, -0.009720982983708382, 0.05149006098508835, 0.00708884047344327, -0.055640533566474915, 0.02696993201971054, 0.01292220875620842, 0.018259523436427116, 0.05585747957229614, 0.002940257778391242, -0.012591881677508354, 0.036096785217523575, -0.06797447055578232, 0.0008631309028714895, 0.00032803628710098565, -0.024648087099194527, -0.04372014105319977, 0.037313252687454224, -0.010761219076812267, 0.02751200832426548, 0.05943971127271652, 0.008745307102799416, 0.014121845364570618, -0.009443257004022598, -0.01480089221149683, -0.018570110201835632, -0.033758655190467834, -0.027024604380130768, -0.01758425682783127, -0.0006807916215620935, -0.012070455588400364, -0.03310025855898857, 0.03284503147006035, -0.02993505448102951, 0.07767713069915771, -0.026192883029580116, 0.010400029830634594, 0.00565862562507391, -0.0597212128341198, 0.02287296950817108, -0.009527010843157768, 0.0004373817064333707, 0.012872206047177316, 0.02463529072701931, 0.040481943637132645, -0.01870722882449627, -0.016218019649386406, -0.009934148751199244, -0.004128371365368366, -0.03160664439201355, -0.017220741137862206, 0.018104810267686844, 0.0052087390795350075, -0.01006399653851986, -0.006548511330038309, 0.004021352622658014, 0.0590255931019783, -0.004987721797078848, 0.03529007360339165, 0.000921293394640088, 0.004420492332428694, -0.013238939456641674, 0.013768217526376247, 0.001886208658106625, 0.07861703634262085, -0.03852357715368271, 0.003336198627948761, 0.03398200124502182, -0.031236732378602028, 0.034671515226364136, 0.05317910388112068, 0.03983314335346222, 0.053918927907943726, 0.011576657183468342, 0.016376221552491188, 0.006450216751545668, -0.02654418349266052, -0.0017140477430075407, -0.027464313432574272, -0.0003283634432591498, 0.01346344593912363, -0.008988426066935062, -0.009878312237560747, 0.04662535712122917, 0.06356298923492432, 0.04281949624419212, 0.0067613860592246056, 0.03402271494269371, -0.01542701106518507, 0.050284940749406815, -0.0096910297870636, 0.002708880230784416, 0.03261750936508179, -0.0134262228384614, 0.0019169620936736465, -0.023660780861973763, -0.016186030581593513, 0.00421503372490406, 0.00889187678694725, -0.03493469953536987, -0.06497837603092194, 0.019592607393860817, 0.04230969771742821, -0.005889530759304762, 0.02307761088013649, 0.009788742288947104, -0.0512574128806591, -0.019058674573898315, -0.007181609980762005, 0.01413115207105875, 0.008719716221094131, 0.0184060912579298, 0.034511275589466095, 0.06508146226406097, 0.016016196459531784, 0.01678423210978508, 0.028745632618665695, -0.05307906121015549, 0.02166260965168476, 0.012918263673782349, 0.015393858775496485, -0.03215686231851578, -0.0010141351958736775, 0.008667660877108574, 0.04612283408641815, -0.006913189776241779, -0.01874576136469841, -0.006094844546169043, -0.007512154523283243, 0.038687340915203094, -0.005635070148855448, -0.031540341675281525, -0.00874327216297388], [-0.021449631080031395, -0.018124734982848167, -0.03607916831970215, -0.01634875498712063, -0.016056811437010765, 0.02097116969525814, 0.04009540006518364, -0.02136448211967945, 0.07213401049375534, 0.018242955207824707, -0.01599193550646305, -0.02048865333199501, -0.04368385300040245, -0.02490427903831005, -0.023253994062542915, 0.01668732613325119, -0.0121581694111228, 0.010088219307363032, 0.04598897695541382, 0.03144712373614311, -0.03093571960926056, -0.034080177545547485, 0.009533732198178768, 0.03155406937003136, -0.020404519513249397, 0.07738085836172104, -0.0222098957747221, -0.026509959250688553, 0.019316071644425392, -0.001986827701330185, -0.0025342190638184547, -0.033557113260030746, -0.01082618348300457, 0.0205656960606575, 0.00190167804248631, 0.03712529316544533, 0.04120336100459099, 0.0024247406981885433, -0.003610755549743771, -0.0433858297765255, -0.04563216492533684, 0.03202442079782486, -0.031456753611564636, 0.05231235176324845, 0.0358683206140995, 0.03468028083443642, -0.016792749986052513, 0.036724887788295746, 0.0084774699062109, -0.043507471680641174, 0.04126925021409989, 0.05508378520607948, -0.00980793498456478, 0.005019781179726124, -0.027031755074858665, 0.03178113326430321, 0.05264688283205032, 0.03590025380253792, 0.07665911316871643, 0.034197766333818436, 0.01605275645852089, 0.011187056079506874, -0.02249981090426445, -0.00986520852893591, 0.007760792504996061, 0.014856605790555475, 0.043612897396087646, 0.005108985584229231, -0.0067800492979586124, -0.05431743711233139, 0.02417391538619995, -0.011861158534884453, -0.03983994945883751, -0.03454241901636124, 0.050513070076704025, -0.037137459963560104, -0.03036624751985073, 0.02205277420580387, 0.003685768228024244, -0.06974576413631439, -0.02105226553976536, 0.02263665944337845, -0.0042960080318152905, -0.06444519013166428, -0.08784211426973343, -0.015927566215395927, -0.003397120628505945, -0.04011770337820053, 0.05536356568336487, 0.008129267953336239, -0.04637012630701065, 0.0011348233092576263, 0.013384731486439703, -0.010260546579957008, 0.02083330787718296, 0.02807103656232357, 0.016772983595728874, 0.006588969845324755, -0.004357843194156885, 0.06799005717039108, 0.04024897515773773, -0.051105063408613205, -0.018696455284953117, -0.005441475193947554, -0.04129358008503914, 0.004835289902985096, 0.00372631591744721, -0.04546033963561058, 0.013906527310609818, -0.06013600528240204, -0.023951411247253414, 0.02516378089785576, 0.009411076083779337, -0.0810706838965416, -0.016802379861474037, -0.006033468991518021, 0.009944275952875614, 0.010222912766039371, -0.032990463078022, -0.04103812947869301, -0.07843509316444397, -0.02274106815457344, 0.039861589670181274, 0.0391344241797924, -0.024320393800735474, 0.018777549266815186, -0.0035012769512832165, -0.0033796345815062523, -0.008329471573233604, 0.010534241795539856, 0.0008758261101320386, -0.0347086638212204, 0.032310277223587036, -0.04886379837989807, -0.03948718681931496, 0.008288796991109848, -0.03985515609383583, 0.0330016165971756, -0.001376587781123817, 0.012107484973967075, 0.0010501804063096642, 0.01415918953716755, 0.01168376300483942, 0.04006904363632202, 0.013690484687685966, -0.02551654540002346, -0.005390537437051535, -0.041772037744522095, -0.0013783618342131376, 0.007224551867693663, -0.012766382656991482, -0.02290934138000011, -0.016881700605154037, 0.03354495018720627, 0.012832460924983025, 0.010130287148058414, 0.027531756088137627, 0.013877383433282375, -0.006787145510315895, 0.016855599358677864, 0.03138376772403717, 0.06910917162895203, 0.023097887635231015, 0.017808465287089348, -0.031643275171518326, 0.018785659223794937, 0.028196735307574272, -0.0023700017482042313, -0.005065270233899355, 0.045153699815273285, 0.04103407636284828, -0.012162224389612676, -0.0067673781886696815, 0.0497923381626606, -0.01860927790403366, -0.014735976234078407, 0.01934420131146908, -0.043556127697229385, -0.025638187304139137, 0.021539848297834396, 0.02444203570485115, -0.007199082989245653, 0.0260477177798748, -0.0037506441585719585, -0.033617936074733734, -0.037777096033096313, -0.024886030703783035, 0.004748112987726927, -0.06533825397491455, 0.013535771518945694, 0.023338638246059418, -0.058404628187417984, 0.001366957789286971, -0.01214499119669199, -0.021871324628591537, -0.0018814043141901493, 0.010270683094859123, 0.0016999541549012065, -0.014670087024569511, -0.014084176160395144, 0.018972177058458328, 0.03350947052240372, 0.04148212447762489, -0.031120210886001587, -0.031249962747097015, -0.03972033411264419, 0.06184305250644684, -0.03557232767343521, 0.028942808508872982, -0.017119158059358597, 0.013582400977611542, 0.054037656635046005, 0.024622472003102303, 0.034086260944604874, 0.03119725175201893, 0.011847981251776218, 0.03192710503935814, -0.034432943910360336, 0.056888148188591, 0.0632622167468071, -0.02138374000787735, -0.03851202130317688, 0.041050296276807785, -0.008330484852194786, 0.011085433885455132, 0.015570241957902908, -0.02179732546210289, 0.04654853790998459, -0.003995956853032112, 0.015918951481580734, 0.06653034687042236, -0.016437705606222153, -0.01573091186583042, -0.03812681883573532, 0.004250392317771912, 0.005311216693371534, -0.0019189107697457075, 0.02178009413182735, -0.013236734084784985, -0.01150129921734333, -0.04696820303797722, -0.01263054832816124, 0.031144537031650543, -0.03181762620806694, 0.008156130090355873, 0.004288912285119295, 0.001873294822871685, 0.00232337205670774, -0.0065017929300665855, 0.058688461780548096, 0.0020476491190493107, 0.0038479582872241735, -0.021826721727848053, 0.012594055384397508, -0.017475975677371025, -0.003089719684794545, -0.02723170444369316, 0.025609804317355156, -0.023914918303489685, 0.0374821163713932, -0.029142504557967183, -0.043012794107198715, -0.02869141288101673, -0.012439974583685398, 0.0361034981906414, 0.0100790960714221, 0.006277260836213827, -0.010608240962028503, 0.09063988924026488, -0.004157132934778929, -0.00837508775293827, -0.05119122564792633, 0.044422831386327744, 0.012192635796964169, -0.0231810100376606, 0.04101380333304405, 0.04990587010979653, -0.025199389085173607, 0.027965614572167397, 0.0013269170885905623, -0.032681290060281754, -0.032275814563035965, -0.029238805174827576, 0.08826380968093872, 0.03662250563502312, 0.016660969704389572, -0.01096404530107975, -0.056498896330595016, -0.03382473066449165, -0.03838226944208145, -0.02398587577044964, -0.018181120976805687, 0.01639741100370884, 0.007002301048487425, 0.021271219477057457, -0.03116481192409992, 0.02486144937574863, -0.01384899951517582, -0.04557539522647858, -0.05728551745414734, 0.008393333293497562, 0.011503327637910845, -0.06650601327419281, 0.010088219307363032, 0.03808018937706947, 0.0031667600851505995, -0.08209450542926788, 0.07258003205060959, -0.023931138217449188, -0.024466365575790405, -0.014495733194053171, 0.007549945265054703, -0.0018053777748718856, -0.018033502623438835, 0.038852620869874954, -0.01290728524327278, 0.016113579273223877, 0.0694497674703598, -0.03887694701552391, -0.0005636102869175375, 0.013737114146351814, -0.020111562684178352, 0.026599163189530373, -0.05678272619843483, 0.010797800496220589, 0.06792517751455307, 0.042846545577049255, 0.006199713330715895, -0.07346802949905396, -0.01477145589888096, 0.03508170321583748, -0.012208853848278522, 0.018165282905101776, 0.016186565160751343, 0.008012187667191029, 0.005349736660718918, 0.017370551824569702, -0.01379831600934267, -0.009354309178888798, 0.03292457386851311, 0.032373130321502686, -0.04118815436959267, -0.03199198096990585, -0.03280293196439743, 0.0010866731172427535, -0.034499842673540115, -0.03564125671982765, -0.021567219868302345, 0.020569749176502228, 0.012006117030978205, 0.03635489195585251, 0.008576303720474243, -0.016744092106819153, 0.023956479504704475, -0.005081615876406431, -0.02048966847360134, 0.0154709005728364, -0.0031140486244112253, 0.019955454394221302, -0.03326517343521118, 0.002331481548026204, -0.007767191622406244, -0.04283438622951507, 0.06085065379738808, -0.004298035521060228, -0.042621511965990067, 0.04134831950068474, -0.03595752641558647, 0.07639150321483612, 0.0027653397992253304, 0.04598897695541382, -0.006543860305100679, -0.049768008291721344, 0.022518055513501167, 0.002489616861566901, 0.008672097697854042, -0.043191201984882355, -0.03745778650045395, 0.06863881647586823, -0.05592311918735504, 0.0157813411206007, -0.019312776625156403, 0.03235691040754318, -0.03010246902704239, 0.009532718919217588, -0.005818567238748074, 0.02847853861749172, 0.006730885710567236, -0.011162221431732178, 0.07207724452018738, 0.0005372544401325285, -0.042242392897605896, 0.0470513254404068, 0.0067694056779146194, -0.016146017238497734, 0.026868805289268497, -0.023627031594514847, 0.017370551824569702, 0.045871395617723465, 0.004764331970363855, -0.04707362502813339, -0.01771925948560238, -0.018509935587644577, -0.026838393881917, 0.005186025984585285, -0.05741526931524277, -0.08213302493095398, -0.01004513818770647, -0.03871070221066475, 0.02137664519250393, -0.011681736446917055, -0.02083330787718296, -0.004048668313771486, 0.026185577735304832, 0.02471775747835636, -0.009702004492282867, -0.024296065792441368, 0.0004946795525029302, 0.014290968887507915, 0.019383734092116356, 0.0063842046074569225, 0.027199266478419304, -0.037467923015356064, 0.014078094623982906, 0.02044709213078022, 0.021428341045975685, -0.04637012630701065, -0.0077019985765218735, -0.0403001680970192, 0.06130782887339592, 0.015918951481580734, 0.032750219106674194, -0.016468876972794533, 0.049038153141736984, 0.01766452006995678, -0.010273470543324947, 0.04918412491679192, -0.045753806829452515, -0.00971011444926262, -0.033755797892808914, 0.021924037486314777, 0.01769898645579815, -0.01876133121550083, 0.009908796288073065, 0.029766937717795372, -0.007007875945419073, -0.02494482509791851, 0.00261632795445621, -0.0035702078603208065, -0.03963620215654373, -0.000611253606621176, -0.015312764793634416, -0.023343199864029884, -0.023238535970449448, 0.009271186776459215, 1.0517009286559189e-05, 0.05057895928621292, 0.02715466544032097, -0.025128301233053207, -0.03754698857665062, -0.04734326526522637, 0.01885199174284935, 0.03730294480919838, 0.0018489662325009704, -0.021800367161631584, -0.030878951773047447, -0.008190596476197243, -0.06451918929815292, 0.010270683094859123, -0.001183987129479647, 0.021806448698043823, -0.064438097178936, 0.004200721625238657, -0.028544429689645767, -0.03117292188107967, 0.01761586405336857, 0.014872824773192406, 0.026607273146510124, -0.05274774134159088, 0.022035542875528336, -0.002690326888114214, -0.006779542658478022, 0.026165304705500603, 0.04792715236544609, 0.03006192110478878, 0.024300627410411835, -0.016849009320139885, -0.0050684381276369095, 0.04358755424618721, -0.016616366803646088, 0.032291021198034286, 0.0642799586057663, 0.017963558435440063, 0.04053939506411552, -0.012458221055567265, 0.05199812352657318, -0.006700475234538317, 0.01834267750382423, -0.02299879863858223, -0.016448095440864563, 0.0459078848361969, 0.04700266569852829, -0.024377161636948586, -0.002305886009708047, -0.0017354332376271486, -0.04591599479317665, 0.0021915927063673735, 0.06005896255373955, 0.0024652883876115084, 0.002862653927877546, -0.027270223945379257, -0.031835876405239105, -0.013117117807269096, -0.057427432388067245, 0.043693989515304565, 0.03778824955224991, 0.000206792276003398, -0.025009701028466225, 0.0227816142141819, -0.01854642853140831, -0.009246858768165112, -0.023294541984796524, -0.026056332513689995, 0.07196371257305145, 0.0286630317568779, -0.008851520717144012, 0.043969716876745224, -0.04442587494850159, 0.0023446595296263695, 0.02228643000125885, -0.012883969582617285, -0.04838128015398979, -0.02921067550778389, 0.042047761380672455, 0.0012458221754059196, 0.017738519236445427, 0.015850018709897995, 0.014799839816987514, 0.028200790286064148, 0.017965586856007576, 0.015712158754467964, 0.04632147029042244, 0.011397396214306356, -0.016511958092451096, -0.007490138057619333, -0.02155418135225773, -0.03311920166015625, 0.03802139684557915, -0.01589462161064148, -0.0038439035415649414, 0.0009265104890801013, 0.014345706440508366, -0.05818567052483559, -0.03653735667467117, 0.06225207820534706, -0.026303166523575783, 0.0034465380012989044, 0.04070158675312996, 0.03920538350939751, 0.031181031838059425, -0.015766898170113564, -0.0016254482325166464, -0.0006690338486805558, 0.02146128751337528, 0.01510860212147236, 0.02941316179931164, -0.024151107296347615, -0.06329870969057083, -0.015312764793634416, 0.0071905930526554585, -0.03777405619621277, -0.0027653397992253304, -0.010761307552456856, -0.015552502125501633, -0.04860023781657219, 0.02740605920553207, 0.0289529450237751, -0.08164645731449127, -0.015833547338843346, -0.05323076620697975, 0.02775476686656475, 0.01996559090912342, -0.0009407021570950748, -0.03146486356854439, 0.03373147174715996, 0.003931080456823111, -0.008985834196209908, 0.01315525732934475, -0.01209025178104639, 0.031600698828697205, -0.01012065727263689, 0.009906262159347534, 0.015298573300242424, -0.00989232398569584, -0.04143955186009407, -0.010239512659609318, -0.0487639494240284, -0.032109569758176804, -0.013875356875360012, -0.027835862711071968, -0.010537282563745975, -0.04128547012805939, 0.0010947826085612178, 0.0036046733148396015, 0.006337575148791075, -0.001654338208027184, -0.0027308743447065353, 0.02232849784195423, 0.029005657881498337, 0.0203305184841156, 0.005226035136729479, -0.00024328503059223297, -0.026015277951955795, 0.00412520207464695, 0.013548442162573338, 0.03240556642413139, -0.03685363009572029, 0.002235181163996458, -0.0035514547489583492, 0.012237236835062504, 0.05960483103990555, -0.05323076620697975, -0.06073610857129097, 0.008068953640758991, -0.016243331134319305, -0.011285890825092793, 0.00848862063139677, 0.04945579171180725, 0.014073532074689863, 0.001932088634930551, 0.053068578243255615, -0.06681620329618454, 0.0567462332546711, -0.003669802565127611, -0.06610053777694702, 0.07989480346441269, 0.03693472221493721, 0.007039047311991453, -0.06156327947974205, 0.026203826069831848, -0.0022787698544561863, 0.003638124791905284, -0.03120333142578602, 0.01144554652273655, 0.019892606884241104, 0.009605957195162771, 0.03234880045056343, 0.0035985910799354315, 0.003989874385297298, 0.028905684128403664, 0.043507471680641174, -0.010710623115301132, -0.04326215758919716, -0.028726892545819283, 0.041309796273708344, -0.02381354942917824, -0.015566186979413033, -0.0006102399784140289, -0.0098725575953722, -0.017931120470166206, 0.009388774633407593, 0.007853038609027863, 0.02798081934452057, 0.07044723629951477, 0.024742087349295616, 0.0167359821498394, 0.03874668851494789, -0.017530715093016624, -0.01087484136223793, 0.019175421446561813, 0.008542345836758614, 0.01042983215302229, -0.002246331889182329, -0.03576898202300072, 0.017668575048446655, 0.005147505551576614, -0.011697955429553986, -0.06391503661870956, -0.01402538176625967, -0.018047694116830822, -0.044967181980609894, 0.0008464925340376794, 0.005498242098838091, -0.012283867225050926, 0.06014310196042061, 0.04788660258054733, 0.011074284091591837, -0.002955913310870528, -0.0127967931330204, -0.04291142523288727, -0.06317301094532013, 0.003152568591758609, -0.03133713826537132, 0.026911379769444466, -0.018680235370993618, -0.018811000511050224, 0.02500665932893753, 0.02227680012583733, -0.032365020364522934, 0.009581628255546091, -0.01749219372868538, 0.07014718651771545, 0.00464674411341548, 0.02740605920553207, -0.01976133324205875, 0.025842951610684395, -0.0026619439013302326, 0.009398912079632282, -0.02558547630906105, -0.05688004195690155, -0.030917473137378693, 0.026027444750070572, -0.014559595845639706, 0.01628894731402397, -0.008873822167515755, 0.010607227683067322, -0.02003452181816101, -0.013596592471003532, 0.05069248750805855, 0.007548931986093521, 0.007834792137145996, -0.02937007881700993, -0.06833065301179886, 0.024354860186576843, 0.023831795901060104, 0.0005392818129621446, -0.02929759956896305, -0.005798293277621269, -0.023893631994724274, -0.03170916438102722, -0.012680725194513798, -0.03092152625322342, 0.035973746329545975, 0.039967674762010574, 0.03094991110265255, -0.007191100157797337, -0.025751719251275063, -0.04426418989896774, 0.015410966239869596, 0.016470396891236305, 0.012444029562175274, -0.01549320202320814, -0.03286273777484894, -0.016965076327323914, 0.0056604319252073765, -0.030872872099280357, -0.04368588328361511, 0.02187943272292614, 0.02871168777346611, 0.012273730710148811, 0.022945834323763847, -0.0005717198364436626, -0.04043108969926834, 0.023558100685477257, -0.018421746790409088, -0.06722776591777802, 0.01775372587144375, -0.03423628583550453, -0.0006609242991544306, -0.02230721153318882, 0.014051737263798714, -0.05747203528881073, 0.004881919827312231, -0.023783138021826744, 0.027896683663129807, -0.00770301278680563, -0.025747666135430336, 0.03733208775520325, 0.04065495729446411, -0.009143462404608728, -0.021429356187582016, 0.023266158998012543, -0.03695296868681908, -0.03136754781007767, 0.023468894883990288, -0.025218522176146507, -0.0474122017621994, -0.059085823595523834, -0.030807994306087497, -0.055801473557949066, 0.004460225813090801, -0.0024409599136561155, -0.028379200026392937, -0.015752706676721573, -0.05977512896060944, 0.03731181472539902, -0.07420193403959274, -0.005824648775160313, 0.034424830228090286, -0.03810553252696991, 0.02361486852169037, -0.0041622016578912735, -0.10127956420183182, 0.001477956655435264, -0.06668442487716675, 0.002394583774730563, -0.012610274367034435, 0.05323481932282448, 0.010470380075275898, -0.02344456873834133, -0.002866708440706134, 0.010556543245911598, 0.0327664390206337, 0.025995511561632156, -0.00318703381344676, -0.02554492838680744, 0.019535787403583527, -0.00925294030457735, -0.00097922224085778, -0.06648574024438858, -0.02639034204185009, 0.038921549916267395, 0.03329355642199516, 0.023833822458982468, 0.029810527339577675, -0.032612357288599014, -0.0028890096582472324, 0.004744058009237051, 0.029340174049139023, 0.03785920515656471, 0.02179023064672947, 0.06104426831007004, 0.006615325342863798, -0.00012366988812573254, 0.012432371266186236, -0.032681290060281754, 0.02184268645942211, -0.01945469342172146, 0.036387331783771515, -0.005147505551576614, 0.003028898499906063, 0.030726898461580276, 0.013851027935743332, 0.02245520800352097, -0.03109588287770748, 0.0292428620159626, -0.003758753649890423, -0.016567710787057877, 0.08031649887561798, -0.02990277111530304, -0.0186153594404459, 0.020954949781298637, 0.020918458700180057, 0.02562602423131466, 0.009737483225762844, -0.03426264226436615, 0.014757265336811544, -0.05682327598333359, -0.0004482716612983495, -0.03277049586176872, -0.043087806552648544, 0.00988548155874014, -0.007028910331428051, 0.012203785590827463, 0.040774568915367126, 0.014153613708913326, 0.006393327843397856, 0.014162229374051094, 0.03725910186767578, 0.013269171118736269, 0.03577506169676781, -0.009924255311489103, 0.013306043110787868, 0.0005940209375694394, 0.008141939528286457, 0.03626784309744835, -0.04011770337820053, 0.0024581924080848694, 0.023541880771517754, -0.014905263669788836, 0.02751959301531315, 0.05692869797348976, -0.03806599602103233, 0.013439977541565897, 0.05696924403309822, -0.08373870700597763, 0.003368483856320381, -0.030301149934530255, -0.02912527322769165, -0.02937261387705803, 0.009186734445393084, -0.001458601444028318, -0.006740516051650047, -0.029851073399186134, 0.002309180563315749, -0.024298345670104027, -0.0416068397462368, -0.01047139335423708, 0.022332552820444107, 0.011961514130234718, 0.004320336971431971, 0.008431347087025642, 0.0058991555124521255, 0.05297734588384628, -0.034887075424194336, -0.04031030461192131, 0.04503636807203293, 0.01677044853568077, 0.0005372544401325285, 0.06677769124507904, 0.01166957151144743, 0.007718218024820089, -0.02460017241537571, -0.03459012508392334, -0.042096417397260666, 0.000671061163302511, -0.019637156277894977, -0.01710800640285015, 0.021409083157777783, 0.0031082197092473507, 0.05280096083879471, 0.04293980821967125, 0.006270671263337135, -0.0004145982675254345, -0.006140919402241707, -0.0007258003461174667, 0.03275427594780922, -0.04713242128491402, -0.029046203941106796, -0.03542838245630264, 0.0255935862660408, 0.045656491070985794, -0.01862144097685814, 0.01632239855825901, -0.06525512784719467, 0.06265400350093842, -0.024932662025094032, 0.014187571592628956, 0.018802938982844353, -0.017222553491592407, -0.021572792902588844, 0.019337104633450508, 0.014206324703991411, 0.012700239196419716, 0.03260120749473572, 0.037180542945861816, -0.003758753649890423, 0.04988965019583702, -0.02626667357981205, 0.010439462028443812, -0.023241830989718437, 0.03092152625322342, -0.013115091249346731, -0.001253931550309062, 0.006826172582805157, -0.017220526933670044, 0.02687285840511322, 0.04009540006518364, -0.03251909837126732, 0.0009021820151247084, 0.009834797121584415, -0.024039601907134056, -0.02641771361231804, -0.0053246477618813515, -0.02733510173857212, 0.07369914650917053, -0.02254035882651806, -0.006967581808567047, 0.028128817677497864, -0.047509510070085526, 0.05421201512217522, 0.02904924564063549, 0.03715773671865463, 0.00315839727409184, -0.01411864161491394, 0.03909590467810631, -0.024863475933671, -0.02073599398136139, -0.008081117644906044, -0.011870281770825386, 0.002572739263996482, -0.01872965320944786, 0.031048744916915897, 0.009057299233973026, 0.05048367381095886, 0.017455700784921646, 0.054066043347120285, 0.03800112381577492, -0.01775372587144375, -0.051166899502277374, 0.03328645974397659, 0.017532741650938988, -0.02201121300458908, 0.0004490636056289077, 0.02829100750386715, -0.037858445197343826, -0.05178727209568024, 0.01876133121550083, 0.020975224673748016, -0.004569703713059425, -0.05595555901527405, 0.0023659467697143555, 0.02068936452269554, 0.0497923381626606, -0.0005230628303252161, 0.04464685544371605, 0.017573287710547447, -0.0199858658015728, -0.013498264364898205, 0.015403997153043749, 0.05919530242681503, 0.0022260581608861685, 0.03282928839325905, 0.037965137511491776, 0.05147911235690117, 0.03781815245747566, 0.03209740296006203, 0.02179023064672947, -0.03825251758098602, 0.07694294303655624, 0.04183286055922508, -0.007136360742151737, -0.04533566161990166, -0.0016918445471674204, -0.01918809302151203, 0.008617358282208443, -0.01232745498418808, -0.013964560814201832, 0.03719828277826309, 0.026943817734718323, 0.022108526900410652, -0.014424774795770643, 0.0038712730165570974, -0.0029194203671067953], [-0.04271136596798897, -0.042417727410793304, -0.03941887617111206, -0.04754794016480446, -0.010175064206123352, -0.0062791756354272366, 0.018100859597325325, -0.017466623336076736, 0.02295791544020176, 0.01156197115778923, -0.021643245592713356, 0.015924999490380287, -0.05049802735447883, -0.025065485388040543, 0.022871699184179303, 0.04935247451066971, -0.006764027290046215, -0.009801181964576244, 0.04901786148548126, 0.03485983982682228, -0.04187056049704552, -0.02775607444345951, 0.03614196553826332, 0.017283523455262184, -0.011322320438921452, 0.0516674742102623, -0.0011421338422223926, -0.026552479714155197, 0.02462843433022499, -0.03368014469742775, 0.013251272030174732, -0.029554635286331177, -0.012633041478693484, 0.021680057048797607, 0.013224168680608273, 0.051640160381793976, 0.0042492845095694065, 0.029398424550890923, -0.0354829765856266, -0.037258490920066833, -0.03609757870435715, 0.0057029868476092815, -0.04297769442200661, 0.0037214849144220352, -0.003628707956522703, 0.06032652407884598, 0.03254356235265732, 0.0400719977915287, -0.0349571518599987, -0.05968524515628815, -0.0102809127420187, 0.02330960333347321, 0.006173327565193176, 3.755896250368096e-05, -0.005971021484583616, 0.05072849988937378, 0.053746018558740616, -0.016120050102472305, 0.06432826071977615, 0.02549186535179615, -0.022238319739699364, -0.028497008606791496, -0.01033895742148161, -0.021265201270580292, 0.04783475399017334, 0.04145143553614616, -1.4084610484133007e-05, 0.031983163207769394, 0.007316634990274906, -0.03763407841324806, -0.02947354130446911, -0.014224602840840816, -0.02244233340024948, -0.033149197697639465, 0.04301354661583901, -0.01474701426923275, -0.06125354766845703, 0.05771787837147713, 0.005752923432737589, -0.06658179312944412, -0.020637795329093933, 0.017874225974082947, -0.02392847277224064, -0.04374765604734421, -0.04505923017859459, 0.0058011519722640514, -0.044442493468523026, -0.013492203317582607, 0.02342313528060913, -0.022152960300445557, -0.015303569845855236, 0.02105692028999329, 0.03086322359740734, -0.02385207638144493, 0.0005023511475883424, 0.03871304541826248, 0.0008945862064138055, 0.03142489865422249, 0.04185092821717262, 0.038217950612306595, 0.03747018799185753, -0.06983833014965057, -0.019438469782471657, -0.0026777831371873617, -0.010110189206898212, 0.03808393329381943, 0.04521757736802101, -0.05545751377940178, 0.033471863716840744, -0.032280221581459045, -0.018816186115145683, 0.006588183809071779, -0.01328989677131176, -0.04624191299080849, -0.03338650241494179, 0.015986459329724312, 0.056229181587696075, -0.02737365290522575, -0.04948905482888222, -0.025000611320137978, -0.04287867620587349, 0.023698745295405388, 0.014972367323935032, 0.019918199628591537, -0.01584305241703987, 0.007163518108427525, 0.04389618337154389, 0.010168235749006271, -0.021176425740122795, 0.006883533205837011, 0.02317900024354458, -0.00442512845620513, 0.01613754965364933, -0.05408832058310509, -0.06906069070100784, 0.03635707497596741, -0.01541112456470728, 0.054467324167490005, -0.013526348397135736, 0.0238900613039732, -0.016681727021932602, 0.01825024001300335, 0.012991133145987988, 0.03528835251927376, 0.0015215647872537374, -0.04663456976413727, -0.03210949897766113, -0.06324246525764465, 0.0012053012615069747, 0.01568598859012127, -0.006781099829822779, 0.033745020627975464, -0.015473865903913976, 0.016593806445598602, -0.01213751919567585, -0.021191364154219627, 0.037401895970106125, 0.021306173875927925, -0.05183136835694313, 0.05029486492276192, 0.01588360033929348, 0.017161032184958458, 0.04719795659184456, -0.018086347728967667, -0.03658157587051392, 0.016464482992887497, 0.025867240503430367, -0.01362963579595089, 0.008814405649900436, 0.021401777863502502, 0.022917794063687325, -0.005232646595686674, 0.03442193567752838, 0.04685309901833534, 0.010198965668678284, -0.02417943626642227, -0.01989259198307991, -0.010359444655478, -0.02596007101237774, 0.02281237579882145, -0.015331738628447056, 0.018101712688803673, -0.02602025121450424, -0.0014575438108295202, -0.02080425061285496, -0.002695709001272917, -0.03972713649272919, -0.020982656627893448, -0.026417607441544533, 0.028497861698269844, 0.06580671668052673, -0.03742323815822601, 0.02147945947945118, -0.01772100105881691, -0.03051665797829628, 0.023897742852568623, 0.019376156851649284, 0.003052519168704748, 0.0041038235649466515, 0.03856964036822319, 0.024853788316249847, -0.00402393052354455, 0.049048591405153275, -0.03998535871505737, -0.008166300132870674, -0.04542585462331772, 0.05621722713112831, -0.025656186044216156, 0.029571708291769028, -0.011399571783840656, 0.010717961937189102, 0.052126720547676086, -0.007325705140829086, 0.025166211649775505, 0.05381516367197037, 0.012196418829262257, 0.0672203004360199, -0.07860066741704941, 0.045896198600530624, 0.02024022676050663, -0.0183031652122736, 0.01432276889681816, -0.0013930960558354857, -0.010604431852698326, -0.01649179868400097, 0.043916672468185425, 0.018644610419869423, 0.046603839844465256, -0.0004932814626954496, -0.007580081466585398, 0.03953592851758003, 0.0002936427772510797, -0.012155445292592049, -0.05405929684638977, 0.011170162819325924, 0.02455160953104496, -0.0215246994048357, 0.030368128791451458, -0.02450871653854847, 0.019247259944677353, -0.04168020561337471, -0.056154489517211914, 0.028750104829669, -0.05880708992481232, -0.0022706100717186928, 0.010277497582137585, -0.04098707064986229, 0.009190421551465988, 0.0031959263142198324, 0.03361015021800995, 0.022794874384999275, 0.0021502505987882614, -0.02526736445724964, 0.004379246849566698, -0.03292384371161461, 0.005365809891372919, -0.016746176406741142, -0.0023239608854055405, -0.018601929768919945, 0.018736960366368297, 0.0013999249786138537, -0.046869318932294846, -0.04558121785521507, -0.009437542408704758, 0.05855783447623253, 0.005190752912312746, 0.01622803322970867, -0.01521265972405672, 0.03827258199453354, -0.000495095388032496, 0.006705982144922018, -0.1128271222114563, 0.031187597662210464, 0.02713976427912712, -0.03449022397398949, 0.057724710553884506, 0.057622279971838, -0.018233168870210648, 0.055262889713048935, 0.036572184413671494, -0.06457410007715225, -0.05375370010733605, -0.02369970642030239, 0.052022576332092285, 0.008136636577546597, 0.003329089842736721, -0.007011361885815859, -0.06471067667007446, -0.01244951505213976, -0.052183058112859726, -0.026466263458132744, 0.00974996481090784, 0.002285975031554699, 0.02748547680675983, 0.05128377303481102, -0.0029398424085229635, 0.022415870800614357, 0.029239652678370476, -0.04570925980806351, -0.08066298812627792, 0.047640129923820496, 0.016063284128904343, -0.05718522518873215, -0.0309648048132658, 0.017217369750142097, -0.03245094418525696, -0.056218937039375305, 0.07102058082818985, 0.021564392372965813, -0.01821780391037464, -0.018436329439282417, -0.00960485078394413, -0.0022659150417894125, 0.00984749011695385, 0.03223412483930588, -0.047395139932632446, 0.025147004052996635, 0.08072444796562195, 0.0008994944510050118, -0.003702545538544655, 0.020126909017562863, -0.024755196645855904, 0.016976650804281235, -0.060152385383844376, 0.012047890573740004, 0.05616088956594467, 0.04589022323489189, 0.024529417976737022, -0.03286750614643097, 0.007501548621803522, 0.011640717275440691, -0.018791431561112404, -0.0024182850029319525, 0.004822485148906708, -0.009570280089974403, -0.013164415955543518, 0.032350216060876846, -0.031447093933820724, 0.03125555068254471, 0.029138926416635513, 0.026588331907987595, -0.06522967666387558, -0.004971867427229881, -0.03798576816916466, -0.020630113780498505, -0.045808274298906326, -0.029459884390234947, -0.01637912169098854, 0.012766633182764052, 0.013829940930008888, 0.026441508904099464, -0.010239939205348492, 0.03586112707853317, 0.014754563570022585, -0.034014761447906494, -0.00468644080683589, -0.0045617069117724895, -0.006471025291830301, 0.007761047687381506, -0.008413207717239857, 0.04649799689650536, -0.03702289238572121, -0.04482235386967659, 0.06684300303459167, 0.011790099553763866, -0.03635707497596741, 0.015948474407196045, -0.009585265070199966, 0.053717851638793945, -0.031134672462940216, 0.02975011058151722, 0.038904257118701935, -0.0065216016955673695, 0.02306952513754368, -0.005773837212473154, 0.019371887668967247, -0.027040744200348858, -0.06720791757106781, 0.04709893837571144, -0.03966226428747177, 0.03266264125704765, -0.006067159119993448, 0.03471813723444939, -0.018125614151358604, 0.013117040507495403, 0.00955704879015684, 0.024611789733171463, 0.054835230112075806, -0.005965152755379677, 0.05144212022423744, 0.01308673806488514, -0.0831213966012001, 0.04408739134669304, 0.017336929216980934, 0.0023610929492861032, 0.004037588369101286, 0.0020315982401371, 0.01137012243270874, 0.04343181848526001, 0.019796134904026985, -0.035026293247938156, -0.0005211305688135326, -0.026590464636683464, 0.003305188613012433, 0.00566329387947917, -0.0364987775683403, -0.07018745690584183, -0.0080913957208395, -0.045710962265729904, -0.00045241479529067874, 0.007778119295835495, -0.0013828526716679337, -0.004223675932735205, -0.0001092624370357953, 0.030088996514678, -0.01787123642861843, -0.022265637293457985, -0.022159786894917488, 0.03703313693404198, -0.02285292185842991, -0.008760628290474415, -0.009966782294213772, -0.05080639570951462, -0.019216103479266167, 0.06372731924057007, 0.0321914441883564, -0.031610988080501556, -0.01826048456132412, -0.013779017142951488, 0.013860111124813557, 0.030859382823109627, 0.02092204988002777, -0.01466677524149418, 0.04156069830060005, 0.014840912073850632, 0.026322003453969955, 0.014516538009047508, 0.03350771591067314, -0.03237582743167877, -0.08058606088161469, 0.02437235042452812, -0.016010360792279243, -0.005490437150001526, 0.018695825710892677, -0.000376443233108148, 0.02925160340964794, -0.04003102332353592, 0.017485404387116432, -0.03419572860002518, -0.02045256085693836, 0.003093492705374956, -0.024360934272408485, -0.05203623324632645, -0.04783816635608673, -0.025499120354652405, 0.009697041474282742, 0.021643351763486866, -0.0140897324308753, -0.017449552193284035, -0.01501334086060524, -0.02495280839502811, -0.03167586028575897, 0.020346714183688164, 0.0031890973914414644, -0.00360395316965878, 0.03893839940428734, 0.03696911409497261, -0.05666622892022133, -0.0005360688082873821, 0.002997888019308448, -0.015774764120578766, -0.05952412635087967, 0.017995864152908325, -0.017652712762355804, -0.00962485745549202, 0.025410346686840057, 0.05016511678695679, 0.0003824185114353895, -0.0018728263676166537, -0.009111889638006687, 0.015800798311829567, 0.0005770422285422683, 0.04738575220108032, 0.05199526250362396, 0.007631298154592514, 0.028505543246865273, -0.007817385718226433, -0.006691030226647854, 0.0029526464641094208, -0.016637340188026428, 0.04474243149161339, 0.036305006593465805, 0.00770556228235364, 0.01566891558468342, -0.033878181129693985, 0.029653014615178108, 0.00456853536888957, 0.07595958560705185, -0.003083249321207404, -0.0182888675481081, 0.045471951365470886, 0.0345030277967453, -0.05760861933231354, 0.04089488089084625, 0.022054152563214306, -0.04912712052464485, -0.002326094778254628, 0.02680685557425022, -0.005495558958500624, -0.03802674263715744, -0.030603725463151932, -0.0459468811750412, -0.005029486492276192, -0.048130102455616, 0.009548512287437916, 0.03782614320516586, -0.009541683830320837, -0.026951970532536507, -0.015160162933170795, 0.001888618222437799, -0.022759879007935524, -0.0002176712587242946, -0.05060814321041107, 0.0357646681368351, 0.039786893874406815, -0.029649386182427406, 0.048169367015361786, -0.01672910340130329, 0.011605719104409218, -0.002772534266114235, -0.00015023585001472384, -0.06891728192567825, -0.042427968233823776, 0.011977041140198708, -0.0032710442319512367, -0.0205788966268301, 0.04244162887334824, 0.005947974044829607, 0.026287857443094257, -0.03513171151280403, -0.016464482992887497, 0.03132929652929306, -0.001273590256460011, -0.02773217111825943, -0.02990717813372612, -0.026667717844247815, -0.018772652372717857, -0.00496631907299161, 0.0032676297705620527, -0.016327904537320137, 0.011008189991116524, -0.012288608588278294, -0.0960143581032753, -0.03955982998013496, -0.008828063495457172, -0.00021276298502925783, -0.005464829038828611, 0.009047974832355976, 0.06372731924057007, 0.004448389634490013, 0.012283487245440485, 0.018557114526629448, 0.00707239517942071, 0.008483524434268475, 0.0034876482095569372, 0.04851934686303139, -0.03490251675248146, -0.05880367383360863, -0.018705857917666435, 0.02129763923585415, -0.04762476682662964, -0.03312017396092415, 0.017942940816283226, -0.041667401790618896, -0.06590231508016586, -0.005756977945566177, 0.023425268009305, -0.029622070491313934, 0.020664257928729057, -0.03509031608700752, 0.03386281803250313, 0.013440986163914204, 0.03385086730122566, -0.00028766749892383814, 0.01630149595439434, 0.04032808169722557, 0.0024276748299598694, -0.015536599792540072, 0.01556306891143322, -0.058716606348752975, -0.02763163298368454, 0.029379645362496376, 0.03845354914665222, -0.03904654085636139, -0.07287804037332535, -0.0169015321880579, -0.06949090957641602, -0.04142476245760918, 0.014511416666209698, -0.035523947328329086, -0.012152031995356085, -0.019088488072156903, 0.004703406244516373, -0.020363787189126015, 0.03507836163043976, -0.029603291302919388, -0.006411485839635134, 0.03759993612766266, -0.001695274957455695, -0.000680969562381506, -0.047874126583337784, -0.016174254938960075, 0.018085921183228493, 0.00546098779886961, -0.0018745335983112457, 0.0073615568690001965, -0.023607514798641205, 0.0442768931388855, -0.01698998734354973, 0.0157717764377594, 0.025092801079154015, -0.016577159985899925, -0.03484073653817177, 0.01060997974127531, -0.03612147644162178, -0.011367134749889374, -0.0029902055393904448, 0.027220003306865692, 0.02111155167222023, 0.0030552935786545277, 0.02328655496239662, -0.01671885885298252, 0.0557648167014122, 0.023492278531193733, -0.03837843239307403, 0.04518001526594162, 0.021089570596814156, 0.018794845789670944, -0.02638004906475544, 0.008271507918834686, 0.010530167259275912, 0.01776517555117607, -0.028179464861750603, 0.033345527946949005, 0.010085434652864931, -0.04301184043288231, 0.04474296793341637, 0.020780349150300022, -0.024350158870220184, 0.00827748328447342, 0.04127388447523117, -0.012660784646868706, -0.021205449476838112, 0.002749486593529582, 0.021831998601555824, -0.026606682687997815, -0.01618023030459881, -0.030272522941231728, -0.021603232249617577, -0.021306173875927925, 0.02453624457120895, -0.01747857592999935, 0.0413694903254509, 0.036473166197538376, 0.014603606425225736, 0.020570360124111176, 0.02774582989513874, 0.004964611958712339, -0.021849924698472023, 0.010936486534774303, 0.040908537805080414, -0.0044439081102609634, 0.001509187277406454, -0.0439610555768013, 0.03513811528682709, -0.03157428279519081, 0.014951027929782867, -0.04569559916853905, -0.032017309218645096, 0.049154434353113174, -0.024886226281523705, 0.020907538011670113, 0.007459294982254505, -0.015195160172879696, 0.05137148126959801, 0.011444812640547752, -0.0023881951346993446, 0.007505389861762524, -0.04107413813471794, -0.05493168905377388, -0.03083249367773533, -0.009330841712653635, -0.002245001727715134, 0.018432913348078728, 0.002096473006531596, 0.00720790633931756, 0.017376141622662544, -0.0029202094301581383, -0.011462312191724775, -0.0020025756675750017, -0.005020630080252886, 0.04601868987083435, 0.01600310578942299, -0.0008501983247697353, -0.007402529940009117, 0.010127262212336063, 0.028602855280041695, -0.003836135845631361, 0.011759369634091854, -0.07252464443445206, -0.0018442304572090509, 0.013205389492213726, 0.013172952458262444, -0.0048621781170368195, -0.0065420884639024734, -0.005398247390985489, 0.014986026100814342, 0.0023884086403995752, 0.06030432507395744, 0.021586693823337555, 0.039843231439590454, -0.04666189104318619, -0.049598317593336105, 0.014938863925635816, 0.0265336986631155, -0.015825126320123672, -0.014854996465146542, -0.008022253401577473, -0.004416699055582285, -0.008075176738202572, 0.026356147602200508, -0.017215661704540253, 0.0064874570816755295, 0.008133222348988056, 0.02559216506779194, 0.0179344043135643, -0.022098327055573463, -0.0008092249045148492, -0.014849447645246984, -0.0373404361307621, 0.023842258378863335, 0.01839076727628708, -0.02652953751385212, -0.01871524751186371, 0.01118403486907482, -0.03598148748278618, -0.05409173294901848, -0.007379268761724234, 0.025273766368627548, -0.03233911842107773, 0.044565413147211075, 0.030200818553566933, 0.0006487456848844886, 0.04179629310965538, -0.008204925805330276, -0.0979401096701622, 0.06405168771743774, -0.03195584937930107, 0.05111774802207947, -0.00953314732760191, -0.011527187190949917, -0.0985683798789978, -0.006784514058381319, -0.005828468129038811, 0.029624629765748978, -0.009191916324198246, -0.02455395832657814, 0.015018463134765623, 0.017905380576848984, -0.017852457240223885, -0.016754070296883583, -0.0068954844027757645, -0.044981978833675385, -0.03759993612766266, 0.017072254791855812, -0.0370604507625103, -0.06286004185676575, -0.04074634984135628, -0.0019752599764615297, -0.012469575740396976, -0.01253444980829954, -0.002630407689139247, -0.00836839247494936, -0.01947944238781929, -0.052425481379032135, 0.033905498683452606, -0.04278990253806114, -0.022601958364248276, 0.04592607542872429, -0.022175151854753498, 0.02737365290522575, -0.015045139007270336, -0.08427547663450241, 0.004995341878384352, -0.033202122896909714, 0.026851242408156395, 0.018419256433844566, -0.0039368621073663235, -0.011315918527543545, -0.02933611162006855, 0.027243051677942276, 0.00997617281973362, 0.009510740637779236, 0.04989878833293915, -0.008965921588242054, -0.01567361131310463, -0.014994562603533268, 0.014917736873030664, -0.007247972767800093, -0.04923297092318535, -0.020240865647792816, 0.0324714295566082, 0.013792674988508224, -0.0348888598382473, 0.02582690678536892, -0.025464976206421852, -0.01428606268018484, 0.020374029874801636, 0.024893056601285934, 0.016111940145492554, 0.0169356781989336, 0.03771943971514702, 0.014169118367135525, -0.03517226129770279, 0.0061562554910779, -0.00913536362349987, 0.019127754494547844, 0.009046588093042374, -0.024696404114365578, 0.008452474139630795, 0.004925346001982689, -0.002119520679116249, -0.014067751355469229, 0.054593656212091446, -0.025519605726003647, -0.0011370122665539384, 0.006194240879267454, -0.009758501313626766, 0.06189204752445221, -0.05789351090788841, -0.021176425740122795, 0.00434104772284627, 0.016744468361139297, 0.038487691432237625, 0.001335050328634679, -0.05455268174409866, 0.01093669980764389, -0.012404700741171837, 0.01525149866938591, -0.03855256736278534, -0.044708821922540665, -0.012612982653081415, -0.06076015532016754, 0.013036374002695084, 0.03315431997179985, 0.03621772304177284, -0.0055006807669997215, 0.05019243061542511, 0.05373663082718849, 0.003901863936334848, -0.014134121127426624, -0.033219195902347565, 0.030076192691922188, 0.014228018000721931, -0.00129493058193475, 0.02739926241338253, -0.03265068680047989, -0.026426143944263455, 0.03078639879822731, -0.010117018595337868, 0.0026325418148189783, 0.046375077217817307, -0.00802652072161436, 0.029852544888854027, 0.06018994376063347, -0.06837096810340881, -0.030224721878767017, -0.027628032490611076, -0.035450536757707596, 0.012589081190526484, -0.015380394645035269, -0.005980838090181351, 0.012516951188445091, -0.023631416261196136, 0.007658613845705986, -0.01946578547358513, -0.07390579581260681, 0.015306985005736353, 0.02528529055416584, 0.01409685518592596, -0.05306185036897659, -0.01763121224939823, 0.004517318680882454, 0.07414821535348892, 0.0004353425174485892, -0.04359571263194084, 0.04288550466299057, 0.0009594607399776578, 0.0031651961617171764, 0.07715097814798355, -0.018699241802096367, 0.013627074658870695, 0.020349275320768356, -0.027162812650203705, -0.005476779770106077, 0.0006831036298535764, -0.0067520770244300365, -0.055532634258270264, 0.011508407071232796, 0.006682080682367086, 0.025541801005601883, 0.0854363963007927, -0.003878176212310791, 0.024872569367289543, -0.004913394805043936, 0.004751208703964949, 0.009105914272367954, -0.02675926685333252, -0.02381921000778675, -0.0024140169844031334, 0.03414066880941391, 0.017122190445661545, -0.015226745046675203, 0.0347883477807045, -0.06924507021903992, 0.08644025027751923, -0.023907987400889397, 0.025130359455943108, 0.01428094133734703, -0.025832029059529305, 0.006470385007560253, 0.02342313528060913, 0.01904922164976597, 0.011889546178281307, 0.022217832505702972, 0.03553931415081024, -0.021953213959932327, -0.012062402442097664, -0.040672942996025085, 0.02555844746530056, -0.03536197543144226, -0.015446976758539677, -0.00379366846755147, -0.01613200083374977, -0.009870964102447031, -0.005838284268975258, -0.002520184963941574, 0.06969577819108963, -0.01922335848212242, 0.028887484222650528, -0.004456712398678064, -0.024875983595848083, -0.021082529798150063, -0.010017999447882175, -0.03086663782596588, 0.02849914133548737, -0.0676402747631073, -0.011972772888839245, 0.03733360767364502, -0.015402588061988354, 0.055553119629621506, 0.05830175057053566, 0.018579736351966854, 0.011860948987305164, -0.017925867810845375, 0.01692201942205429, 0.050383638590574265, -0.03174756467342377, -0.005372265353798866, -0.027526451274752617, 0.00039436909719370306, -0.004244162701070309, -0.0064123389311134815, 0.006603548768907785, 0.05308276042342186, 0.01397108007222414, 0.03911424428224563, 0.00957668200135231, -0.007296681869775057, 0.004768280778080225, 0.04390386864542961, -0.0141426557675004, 0.001562111428938806, 0.0451509952545166, 0.00557921314612031, -0.0259566567838192, -0.051773324608802795, -0.01811707764863968, 0.03249191492795944, -0.017480282112956047, -0.029661549255251884, -0.06849388778209686, 0.011930945329368114, 0.044722478836774826, 0.017809776589274406, 0.03637756034731865, 0.03042617253959179, -0.04112813249230385, -0.010623211041092873, -0.007074743043631315, 0.03112485632300377, 0.00039949078927747905, 0.016681300476193428, 0.044827260076999664, 0.05295130982995033, 0.01841071993112564, 0.03477959707379341, 0.03085639327764511, -0.04481808841228485, 0.043240610510110855, 0.016860559582710266, 0.02023574523627758, -0.02880089543759823, 0.011810585856437685, -0.0015911341179162264, 0.022870207205414772, 0.02072571776807308, -0.013047045096755028, 0.012299279682338238, 0.03387007489800453, 0.025519605726003647, -0.011230982840061188, -0.007583069149404764, -0.0195801705121994], [-0.03040061704814434, -0.06575441360473633, -0.04625847190618515, -0.040371768176555634, 0.00649504829198122, 0.023719582706689835, 0.04722798988223076, -0.05281471088528633, 0.022788463160395626, 0.06021568179130554, -0.026152977719902992, -0.0070386016741395, -0.04601128771901131, 0.014667552895843984, -0.05665438622236252, 0.01304049137979746, -0.05993250757455826, -0.008207302540540695, 0.026203371584415436, 0.03297319635748863, -0.03167431056499481, -0.05158121511340141, 0.02266727387905121, -0.01758570596575737, 0.002975746989250183, 0.05418739467859268, 0.009565587155520916, -0.051307640969753265, 0.035243406891822815, 0.028403986245393753, -0.015385092236101627, -0.013771229423582554, -0.0230308435857296, -0.004082184284925461, 0.0021886141039431095, -0.006779423914849758, 0.040278177708387375, 0.01776329055428505, 0.01811846159398556, -0.011509422212839128, -0.019214417785406113, 0.0064362529665231705, -0.03227245807647705, 0.0385693721473217, -0.006148277316242456, 0.046248868107795715, -0.003745294408872723, 0.041305288672447205, -0.012201462872326374, -0.0654856339097023, 0.0368608683347702, 0.02630416490137577, -0.00883844867348671, -0.04171805456280708, -0.03360854461789131, 0.01825764775276184, 0.035912949591875076, 0.025217056274414062, 0.07688946276903152, 0.03520740941166878, -0.017804086208343506, 0.04661663621664047, -0.02123459614813328, -0.021144602447748184, -0.03306439146399498, 0.04069094359874725, 0.029570287093520164, 0.0014752746792510152, 0.047885529696941376, -0.043580297380685806, 0.012402146123349668, 0.0076265521347522736, -0.02063104696571827, -0.0620611235499382, 0.04152607172727585, 0.023863760754466057, -0.06902773678302765, 0.0513424389064312, 0.00813410896807909, -0.05519050732254982, -0.07142273336648941, 0.005776309408247471, 0.01325647346675396, -0.03402910754084587, -0.04485698789358139, -0.013525250367820265, 0.032529234886169434, -0.016530845314264297, -0.005029972642660141, 0.04240439832210541, -0.019471945241093636, 0.01170860417187214, 0.0072569833137094975, 0.041114505380392075, -0.014461170881986618, 0.02377717941999435, -0.015046722255647182, 0.025296850129961967, 0.01536349393427372, 0.03668808192014694, 0.03962063416838646, -0.016323411837220192, -0.02322222664952278, -0.0030147437937557697, -0.04180924966931343, -0.0006911412929184735, 0.028361989185214043, -0.046772029250860214, 0.009602184407413006, -0.05009814351797104, 0.008828849531710148, 0.009138423949480057, -0.00072233856189996, -0.05276191607117653, -0.01201457902789116, 0.02961348369717598, 0.021880140528082848, -0.0028485578950494528, -0.050837282091379166, -0.06010889261960983, -0.04688241705298424, -0.0013294870732352138, 0.04345550760626793, 0.01255093328654766, 0.008094511926174164, 0.013780228793621063, -0.031446926295757294, 0.03307218849658966, -0.03358994424343109, 0.03238284960389137, 0.0198415145277977, 0.005164361093193293, 0.03723883628845215, -0.04968057572841644, -0.0322844572365284, -0.002598979277536273, -0.016972556710243225, 0.04941244050860405, -0.011258943937718868, -0.019165784120559692, -0.02404835633933544, -0.025433039292693135, -0.02215251699090004, 0.05206117406487465, -0.010184734128415585, -0.02179494686424732, -0.024127548560500145, -0.0684133917093277, 0.006769825238734484, 0.029723873361945152, -0.010158336721360683, 0.017914477735757828, 0.006347460672259331, 0.05879320576786995, 0.00810651108622551, 0.029661480337381363, 0.014504967257380486, 0.015142712742090223, -0.04349330440163613, 0.008783253841102123, 0.03037511929869652, 0.02311483398079872, 0.01643320359289646, 0.026822520419955257, -0.02635696157813072, -0.001971432473510504, 0.004239239729940891, 0.04494338110089302, -0.038175955414772034, 0.022846059873700145, 0.023066839203238487, -0.026173975318670273, 0.052518635988235474, 0.03719203919172287, 0.009236814454197884, 0.005903498735278845, 0.0032140768598765135, -0.014127599075436592, 0.017656799405813217, 0.02531304955482483, 0.007204187568277121, -0.007095596753060818, 0.008711259812116623, 0.01641220599412918, -0.04553372785449028, 0.00222701090388, 0.003160531399771571, -0.021905338391661644, -0.022663675248622894, -0.01047511026263237, -0.0057277134619653225, -0.02121419832110405, -0.01381322555243969, -0.04102691262960434, -0.02251848578453064, 0.055084917694330215, -0.018276847898960114, 0.004283635877072811, 0.03937165439128876, 0.0033789128065109253, 0.010607099160552025, 0.02640735544264317, 0.03125494346022606, -0.019053932279348373, 0.02423793822526932, -0.053237076848745346, 0.08054555952548981, -0.025173859670758247, 0.03540659323334694, -0.006901813205331564, -0.00984396319836378, 0.03684287145733833, 0.015814656391739845, 0.0015862651634961369, 0.015397092327475548, 0.016554992645978928, 0.05158601328730583, -0.055233705788850784, 0.08291774988174438, 0.050491709262132645, -0.07873250544071198, -0.0012814911315217614, 0.03627771511673927, 0.005564527120441198, -0.02376518212258816, 0.025639420375227928, 0.022658873349428177, 0.054465774446725845, -0.005913922563195229, 0.02273326739668846, 0.034485068172216415, 0.007734542712569237, 0.006993005517870188, -0.021022213622927666, 0.02007189393043518, 0.002236309926956892, -0.04955098778009415, 0.014173195697367191, -0.02335481531918049, 0.011917986907064916, -0.07195548713207245, 0.000969517626799643, 0.0016222621779888868, -0.020035898312926292, 0.017039751634001732, -0.04788073152303696, 0.015488283708691595, 0.04780393466353416, -0.00877185445278883, 0.006664233282208443, 0.04506427049636841, 0.024185145273804665, -0.02124779485166073, 0.011488424614071846, 0.003833599155768752, -0.0067962221801280975, 0.02426733821630478, 0.016285015270113945, -0.008802452124655247, 0.004018458537757397, -0.0017950475448742509, -0.028940340504050255, -0.05921736732125282, -0.02016308717429638, 0.051828399300575256, 0.04406745731830597, 0.00011878990335389972, 0.0011711004190146923, 0.041991930454969406, 0.024983076378703117, 0.007919326424598694, -0.04853347688913345, 0.02028067596256733, 0.012723717838525772, -0.01705775037407875, 0.0038837699685245752, 0.027057701721787453, -0.004367629066109657, 0.04657524079084397, 0.021970132365822792, -0.015454686246812344, -0.04127409309148789, -0.0133908623829484, 0.04478739574551582, 0.01008154358714819, 0.017888080328702927, -0.05275831371545792, -0.06489048153162003, -0.012210162356495856, -0.014638755470514296, -0.0255146324634552, 0.02011749148368835, -0.028288796544075012, 0.006316263694316149, 0.05588795244693756, -0.0424283966422081, 0.028658365830779076, 2.6397756300866604e-05, -0.06769344955682755, 0.013348265551030636, 0.04283875972032547, 0.04435423016548157, -0.02686811611056328, 0.011132953688502312, 0.01174580119550228, -0.0196975264698267, -0.06733588129281998, 0.06126199290156365, -0.00889604352414608, 0.024833090603351593, -0.01220056414604187, 0.01952474005520344, 0.016923362389206886, -0.02025427855551243, -0.01140863075852394, -0.022784262895584103, 0.009637581184506416, 0.05231555178761482, -0.024852287024259567, 0.00624786876142025, 0.009109625592827795, -0.043843671679496765, 0.05060210078954697, -0.07149472087621689, 0.011730202473700048, 0.0014302784111350777, 0.0027501664590090513, 0.007444167044013739, -0.01987031102180481, -0.04320112615823746, 0.02723618410527706, -0.03807036578655243, 0.006642635446041822, 0.0043556299060583115, 0.05207557231187821, -0.01983671449124813, -0.006084682885557413, 0.0067197103053331375, 0.03889109566807747, 0.0559440441429615, 0.01245014276355505, -0.012075773440301418, 0.010571101680397987, 0.0014158796984702349, 0.011024663224816322, -0.01926916278898716, 0.0017158541595563293, -0.02282686159014702, 0.04436742886900902, -0.03303559124469757, 0.02850822731852531, 0.0028077613096684217, 0.019337555393576625, 0.01597784273326397, 0.019503142684698105, 0.017664900049567223, 0.011696605943143368, -0.033193979412317276, 0.035248205065727234, -0.006184274796396494, -0.010931070894002914, 0.004751596134155989, -0.03412030264735222, 0.04306913912296295, 0.0118357939645648, -0.0184166356921196, 0.0220109298825264, 0.006421854719519615, 0.07205148041248322, -0.04577610641717911, 0.013890018686652184, 0.04327552020549774, -0.04612408205866814, 0.043883271515369415, -0.019555939361453056, 0.020519455894827843, -0.04711279645562172, -0.030440213158726692, 0.04093091934919357, -0.011739801615476608, 0.0028413585387170315, -0.011898189783096312, 0.0367024801671505, -0.034912385046482086, -0.004703599959611893, -0.017708096653223038, 0.0031101356726139784, 0.033157382160425186, -0.006561979651451111, 0.05639040842652321, -0.01129823923110962, -0.04462660476565361, 0.030536580830812458, -0.006325262598693371, 0.04190044105052948, 0.018880994990468025, 0.01711534522473812, -0.01249333843588829, 0.028523975983262066, -0.040422163903713226, -0.05887419730424881, -0.021058211103081703, 0.002997345058247447, -0.027597656473517414, -0.04977664723992348, -0.025437839329242703, -0.05248833820223808, -0.04779433831572533, -0.05264102667570114, -0.011676508001983166, -0.016271967440843582, -0.00890804361552, 0.007060199975967407, 0.030938170850276947, 0.005536329932510853, -0.04741997271776199, 0.00755695765838027, -0.0013210877077654004, -0.024854689836502075, 0.04720399156212807, 0.02883594855666161, 0.01726173236966133, -0.050664495676755905, 0.0359717421233654, -0.02490268461406231, 0.03535829484462738, -0.060234881937503815, -0.0036044935695827007, -0.021254993975162503, 0.027248483151197433, 0.06011009216308594, 0.018821600824594498, -0.04074253886938095, 0.056894365698099136, 0.03870870918035507, 0.06491928547620773, 0.023342818021774292, -0.04884064942598343, 0.016309013590216637, -0.04570051282644272, -0.02036706916987896, 0.01063589658588171, -0.031792499125003815, -0.0311877503991127, 0.01893679052591324, 0.0057355123572051525, -0.02789043076336384, -0.010073143988847733, 0.004022658336907625, -0.024312933906912804, -0.01269492134451866, -0.024449722841382027, -0.04717039316892624, -0.010051545687019823, -0.017859283834695816, 0.0028023619670420885, 0.016460200771689415, 0.012954099103808405, -0.02331341803073883, -0.0363905094563961, -0.006670833099633455, 0.016659384593367577, 0.02695450931787491, 0.004022058565169573, -0.006064284592866898, 0.02801521867513657, 0.00759295467287302, -0.042432595044374466, 0.03324197605252266, 0.0064698499627411366, 0.04746796563267708, -0.10370958596467972, -0.006733827758580446, -0.0409645177423954, -0.05788308009505272, 0.023460404947400093, 0.04809671267867088, -0.008927241899073124, -0.0025509833358228207, -0.006505847442895174, -0.006615037564188242, 0.01644887775182724, 0.02843998372554779, 0.06479449570178986, 0.031941287219524384, 0.03072458878159523, -0.001495072967372835, -0.05245954170823097, 0.03641270473599434, -0.011963732540607452, 0.05147082731127739, 0.03361814469099045, 0.006739826872944832, 0.03913707286119461, -0.049495793879032135, 0.034019507467746735, 0.011657009832561016, 0.007268982008099556, -0.0010343120666220784, 0.021053411066532135, 0.018684811890125275, 0.07803177088499069, 0.01430758461356163, -0.027633652091026303, 0.01482114102691412, -0.04283155873417854, 0.027924027293920517, 0.053323470056056976, 0.010249529033899307, -0.005245054606348276, -0.014081403613090515, -0.017267731949687004, 0.015985041856765747, -0.05012694001197815, 0.0071609909646213055, 0.04968537390232086, -0.03806076571345329, 0.024525916203856468, 0.039865411818027496, -0.022548483684659004, -0.021015014499425888, 0.0067626251839101315, -0.032843608409166336, 0.02651534602046013, -0.00012478939606808126, -0.002901953412219882, 0.01505272090435028, -0.003532499773427844, -0.01600184105336666, 0.018094461411237717, -0.023304419592022896, -0.038924690335989, -0.01546428631991148, 0.050491709262132645, 0.011917387135326862, -0.058919794857501984, 0.029133524745702744, -0.009364004246890543, -0.004812940955162048, -0.004517841152846813, -0.006743426900357008, 0.048706259578466415, 0.04310033842921257, -0.028116609901189804, -0.033248163759708405, -0.059560541063547134, -0.04370508715510368, -0.01901598460972309, -0.009698775596916676, 0.018948789685964584, 0.03351075202226639, 0.008165305480360985, -0.05232515558600426, -0.05238274857401848, 0.056376006454229355, 0.01074688695371151, -0.021286191418766975, 0.02504907175898552, 0.029296711087226868, 0.01586265303194523, -0.0026481749955564737, 0.0123130539432168, 0.016400204971432686, 0.04983896762132645, 0.013717234134674072, 0.06482329219579697, -0.006513046100735664, -0.04950299486517906, -0.03813755884766579, -0.0177500918507576, -0.010866276919841766, -0.005668318830430508, -0.018272047862410545, 0.02613377943634987, -0.033025991171598434, -0.016952160745859146, 0.006549043580889702, -0.04862947016954422, -0.01679857261478901, -0.005193158518522978, 0.00721378717571497, 0.03008624352514744, 0.03459605947136879, -0.047007203102111816, 0.018185054883360863, -0.02589140087366104, 0.013246874324977398, -0.025821805000305176, -0.020693441852927208, -0.005869900807738304, 0.00741057051345706, -0.010748686268925669, 0.01669478230178356, -4.679602352553047e-05, -0.04122369736433029, -0.04272416979074478, -0.029325509443879128, 0.014756346121430395, 0.015371893532574177, -0.03768639639019966, -0.026764923706650737, 0.00021643159561790529, -0.027463266626000404, 0.01679377257823944, 0.01620822213590145, -0.035891350358724594, 0.011482425034046171, 0.0032253258395940065, 0.02150697261095047, 0.02182704582810402, -0.033928316086530685, -0.0013798828003928063, 0.013275672681629658, 0.02051345631480217, 0.03423069044947624, 0.031055761501193047, -0.004671202972531319, 0.003513301489874721, 0.015070718713104723, 0.003657289082184434, 0.0412776917219162, -0.027876030653715137, -0.022250907495617867, -0.002624476794153452, -0.03402910754084587, 0.028192805126309395, -0.014258388429880142, 0.02709609642624855, 0.005610723048448563, -0.00030597401200793684, 0.040950119495391846, -0.021401381120085716, 0.06760705262422562, 0.01233735214918852, -0.020551852881908417, 0.0779549703001976, -0.009380503557622433, -0.01354684866964817, -3.359714537509717e-05, -0.013513252139091492, -0.03065979480743408, 0.002763365162536502, -0.037000056356191635, -0.014115599915385246, 0.015188309364020824, 0.034077104181051254, 0.05820945277810097, 0.007408170495182276, -0.008094511926174164, 0.01785208284854889, 0.029359105974435806, -0.035052619874477386, 0.021055812016129497, -0.01129823923110962, 0.001978331943973899, -0.024161145091056824, -0.05809426307678223, 0.010536079294979572, -0.0411996990442276, 0.0025821805465966463, -0.06786622852087021, 0.012615727260708807, 0.043503500521183014, 0.03696060925722122, 0.02057105302810669, 0.017620502039790154, 0.07352975010871887, -0.006642635446041822, -0.004038856830447912, -0.017336126416921616, 0.035181012004613876, -0.013626042753458025, 0.005358744878321886, -0.028423184528946877, 0.013340466655790806, -0.04693521186709404, -0.001142302993685007, -0.04180564731359482, -0.00022138118220027536, 0.0116138132289052, -0.023489203304052353, 0.00047605953295715153, -0.02455291338264942, -0.032435644418001175, 0.04270677268505096, 0.06525525450706482, -0.009655279107391834, 0.01109305676072836, -0.004670003429055214, -0.056107234209775925, -0.03431948274374008, 0.012088973075151443, 0.000734337605535984, 0.017001355066895485, 0.008392086252570152, -0.005145162809640169, 0.013885220512747765, -0.002404595725238323, -0.04709359630942345, 0.010069544427096844, -0.008174905553460121, 0.007340376265347004, 0.03788318112492561, 0.00443962262943387, 0.001861641765572131, 0.015721064060926437, 0.004425223916769028, -0.03043661266565323, -0.024972276762127876, -0.023894770070910457, -0.012348000891506672, 0.03862711787223816, -0.005032372195273638, 0.01129823923110962, 0.002793362597003579, 0.014168395660817623, -0.00691381236538291, -0.01930275931954384, 0.024038758128881454, -0.01445397175848484, 0.02377717941999435, -0.0398603118956089, -0.02709849551320076, 0.006815420463681221, 0.02630416490137577, 0.031080959364771843, -0.014825940132141112, -0.014893134124577044, -0.027527084574103355, -0.011830994859337808, 0.0005303549114614725, -0.03172530606389046, 0.01943354867398739, 0.030947770923376083, 0.05120924860239029, 0.06095482036471367, 0.004681702237576246, -0.0008351290598511696, -0.026416953653097153, -0.002864156616851687, 0.004545213654637337, -0.05184759572148323, -0.04494338110089302, -0.04179845005273819, 0.0012832910288125277, -0.04542334005236626, -0.03591054677963257, -0.0014878734946250916, 0.02402195706963539, -0.015661068260669708, 0.0580342672765255, 0.009618982672691343, -0.017744092270731926, 0.016869965940713882, -0.011360635049641132, -0.03552177920937538, 0.05541609227657318, -0.05955333635210991, -0.0016672583296895027, -0.01129584014415741, 0.007808936294168234, -0.0873141810297966, -0.00032157267560251057, -0.01771499402821064, 0.011343835853040218, 0.012139367870986462, 0.005927496589720249, 0.03092377260327339, 0.05873201042413711, -0.001553267939016223, -0.010290325619280338, 0.04103651270270347, -0.04760235548019409, 0.000734337605535984, 0.017481915652751923, -0.026695331558585167, -0.05203717574477196, -0.03614812716841698, -0.03750641271471977, -0.018334442749619484, -0.005087567493319511, -0.04038736969232559, -0.003762880340218544, -0.006473449990153313, -0.062203917652368546, 0.03745721653103829, -0.04207802191376686, -0.017892880365252495, 0.040134187787771225, -0.0617467537522316, 0.007292380090802908, 0.004302834626287222, -0.030592599883675575, 0.02030227519571781, -0.03258083015680313, 0.02021588198840618, -0.037063051015138626, 0.04029737785458565, -0.015697065740823746, -0.0026685732882469893, -0.039251066744327545, 0.024480320513248444, 0.03160771355032921, -0.00247658952139318, -0.027419470250606537, 0.03161251172423363, 0.022310903295874596, -0.002591779688373208, -0.021712154150009155, -0.04935420677065849, -0.026167375966906548, -0.008816851302981377, 0.020893974229693413, 0.03175409883260727, 0.03485463932156563, -0.07627031952142715, -0.0164176058024168, 0.012586929835379124, -0.018104061484336853, 0.06238989904522896, 0.07592955231666565, 0.024069955572485924, -0.010751086287200453, -0.030000224709510803, -0.0337747298181057, -0.04219801351428032, 0.003267322201281786, 0.002430993365123868, 0.03639530763030052, -0.01126464270055294, 0.01146742608398199, 0.03121654875576496, -0.007898928597569466, 0.04152607172727585, -0.03581095486879349, 0.01988951116800308, 0.017238635569810867, -0.01034784596413374, 0.06116120517253876, -0.009011234156787395, -0.005905898287892342, 0.01897398754954338, 0.011799796484410765, 0.04248598963022232, 0.01975512132048607, 0.01875200681388378, 0.04232280328869819, -0.04378022998571396, -0.008010519668459892, -0.044348228722810745, -0.03786338493227959, 0.0045176162384450436, -0.02100181579589844, 0.020023897290229797, 0.05772949382662773, 0.03541379049420357, 0.01594424434006214, 0.04644085094332695, 0.07294899970293045, 0.011471024714410303, 0.04714639484882355, -0.012295355089008808, 0.029325509443879128, -0.00195103429723531, -0.02039826661348343, 0.0018319443333894017, 0.02882901206612587, -0.027343276888132095, -0.012638526037335396, 0.05672157928347587, 0.039501842111349106, 0.03691846504807472, -0.020182885229587555, -0.014648355543613434, 0.08366648852825165, -0.07738862186670303, -0.001400281093083322, 0.002861756831407547, 0.0033672889694571495, 0.005106765776872635, 0.004638805519789457, 0.0075041623786091805, -0.014842738397419453, -0.026416953653097153, -0.018368039280176163, -0.004948379471898079, -0.040484558790922165, -0.0077441418543457985, 0.017633702605962753, 0.029104726389050484, 0.002092621987685561, 0.039212666451931, -0.027170490473508835, 0.05137483775615692, -0.026130329817533493, -0.011124254204332829, 0.03943824768066406, -0.05159081891179085, -0.03766719996929169, 0.03920186683535576, -0.0056539191864430904, 0.037980373948812485, 0.023255223408341408, -0.026973707601428032, -0.02908792905509472, -0.04577130824327469, 0.010681492276489736, -0.042764365673065186, 0.05076048523187637, -0.002270207041874528, -0.0006719428929500282, 0.0694986954331398, -0.011624611914157867, 0.022454891353845596, -0.03001664951443672, -0.01600184105336666, 0.04301394522190094, -0.07193628698587418, -0.032733216881752014, -0.014345981180667875, 0.0037640798836946487, 0.03973402455449104, 0.013285270892083645, 0.02516666054725647, -0.03285560756921768, 0.03952943906188011, 0.012934901751577854, 0.02733667753636837, 0.025821805000305176, -0.018823999911546707, -0.011051060631871223, 0.02677154541015625, 0.0015280701918527484, 0.04072693735361099, 0.03762400150299072, 0.0323120541870594, -0.05621282383799553, 0.033078789710998535, -0.013323668390512466, 0.04754475876688957, -0.0112934410572052, 0.024679502472281456, -0.018152058124542236, 0.038876697421073914, -0.031413331627845764, -0.018766405060887337, 0.0441274493932724, 0.02184654399752617, -0.022202912718057632, 0.0142541890963912, -0.02080143243074417, -0.030650194734334946, -0.008375287987291813, -0.020110290497541428, 0.007134594023227692, 0.07579036056995392, -0.009298009797930716, 0.005855502560734749, 0.05838223919272423, 0.06332101672887802, 0.02243329212069511, 0.04923421889543533, 0.04985576122999191, 0.019746722653508183, 0.01221736241132021, 0.05100046470761299, 0.031104955822229385, -0.03864391520619392, -0.005543528590351343, -0.05010294169187546, -0.0094695957377553, 0.011715805158019066, -0.01556867640465498, -0.018423235043883324, 0.05019653216004371, 0.0002546783653087914, 0.051514022052288055, -0.0127573162317276, -0.011739801615476608, 0.021869340911507607, 0.02630176581442356, -0.0013726834440603852, 0.010784683749079704, -0.006537044420838356, 0.0466376356780529, 0.010914272628724577, -0.017655299976468086, 0.03093337081372738, 0.02098261751234531, 0.002682972000911832, -0.04400746151804924, -0.017708096653223038, -0.017403321340680122, 0.008528875187039375, 0.002752566011622548, 0.020836230367422104, 0.01773449219763279, -0.045548129826784134, -0.04006219655275345, 0.02133418619632721, 0.02317723073065281, -0.0005999490385875106, 0.05671198293566704, 0.066349558532238, 0.026371359825134277, 0.005425339099019766, 0.02163656055927277, 0.020285475999116898, -0.023489203304052353, 0.06813500821590424, 0.041506875306367874, -0.003527700202539563, -0.024782694876194, -0.014312384650111198, 0.015105816535651684, -0.012894104234874249, 0.01715134270489216, -0.018046466633677483, 0.03946344554424286, 0.01917197182774544, 0.05446337535977363, -0.0011102056596428156, -0.01406280416995287, -0.016162626445293427], [-0.04993613064289093, -0.038138654083013535, -0.07819041609764099, -0.010048938915133476, 0.010303504765033722, 0.0014091142220422626, 0.03369210287928581, -0.02364637702703476, 0.014731415547430515, 0.03297533094882965, -0.0226838793605566, 0.004930614028126001, -0.07421506196260452, -0.02598118782043457, -0.02709716372191906, 0.026294894516468048, -0.007528990041464567, 0.006237355526536703, 0.03591184318065643, 0.031039085239171985, -0.015075979754328728, -0.021280711516737934, 0.033340465277433395, 0.025094062089920044, -0.03017253056168556, 0.05850909650325775, -0.045443933457136154, -0.042826272547245026, 0.005646742414683104, 0.003836493473500014, 0.016195815056562424, -0.04052232205867767, -0.001151976641267538, -0.009869745932519436, -0.02116757072508335, 0.019575567916035652, 0.004883043933659792, 0.01924418099224567, -0.02788400463759899, -0.027115164324641228, -0.013355729170143604, 0.005657027941197157, -0.03065016306936741, 0.03936455771327019, 0.0640992671251297, 0.01084606535732746, 0.012908309698104858, 0.059306226670742035, -0.011494052596390247, -0.04955556616187096, 0.04856044426560402, 0.04064831882715225, 0.016539093106985092, -0.013717168010771276, -0.01855505257844925, 0.03498871996998787, 0.027596011757850647, -0.00604273471981287, 0.04484480246901512, 0.01705336757004261, 0.027292588725686073, 0.00041142021655105054, -0.020607009530067444, -0.011509480886161327, -0.017073938623070717, 0.019025614485144615, 0.018668193370103836, 0.01971956342458725, 0.03952205553650856, -0.05150981247425079, 0.00633886456489563, -0.00771798612549901, -0.03399873897433281, -0.035412997007369995, 0.07092884927988052, -0.01121449563652277, -0.04371339827775955, 0.04099545255303383, -0.011314055882394314, -0.05026526376605034, -0.04945271089673042, 0.03256390988826752, -0.02010302059352398, -0.0453127957880497, -0.0717722550034523, -0.005852452479302883, -0.021931268274784088, -0.012872310355305672, 0.024068083614110947, -0.010285505093634129, -0.04274656251072883, 0.00010285505413776264, 0.022451329976320267, 0.004688904620707035, 0.01622024178504944, 0.012836311012506483, 0.023479238152503967, 0.0348164364695549, 0.024829210713505745, 0.0514429546892643, 0.052497219294309616, -0.023108959197998047, -0.009575805626809595, -0.03984604775905609, -0.07469334453344345, 0.018085775896906853, 0.018884187564253807, -0.05803082138299942, 0.002185027115046978, -0.03211392089724541, 0.001846248283982277, 0.03821579739451408, -0.007591988891363144, -0.03755752369761467, 0.02310124598443508, -0.008811624720692635, 0.020516369491815567, -0.02315620891749859, -0.02863484807312489, -0.01706622540950775, -0.07411735504865646, -0.02474435418844223, 0.03428930416703224, 0.008169262669980526, -0.005204465705901384, 0.023975513875484467, -0.002838799497112632, 0.0015942533500492573, -0.016114816069602966, 0.009575805626809595, 0.0238469447940588, -0.017994491383433342, 0.054214898496866226, -0.03280819207429886, -0.03832893818616867, 0.021951839327812195, -0.022226978093385696, 0.05901823192834854, 0.014859983697533607, 0.024145225062966347, -0.03443073108792305, 0.03612269461154938, -0.010115794837474825, 0.054898884147405624, 0.008768393658101559, -0.018736334517598152, -0.03669353947043419, -0.052807554602622986, 0.013659151270985603, 0.01167661976069212, -0.014224854297935964, -0.02573433518409729, 0.003692496567964554, 0.02416021004319191, 0.04037060961127281, -0.017343934625387192, 0.027493156492710114, 0.0030226530507206917, -0.020943861454725266, 0.015322831459343432, 0.0391157791018486, 0.050193268805742264, 0.03954262658953667, 0.019412847235798836, -0.03000281937420368, -0.032306771725416183, 0.018287628889083862, 0.012460890226066113, 0.006261944305151701, 0.0411008819937706, 0.06708206981420517, 0.005147895310074091, 0.014975695870816708, 0.06255130469799042, -0.03326316550374031, -0.018521623685956, -0.023579521104693413, -0.04015461355447769, -0.019362464547157288, -0.009899798780679704, 0.009182385168969631, -0.00047891883878037333, -0.007981552742421627, 0.010074974037706852, -0.013299158774316313, -0.021902984008193016, -0.03732867166399956, 0.005194180179387331, -0.04590935260057449, 0.013062591664493084, 0.01371057890355587, -0.07623616605997086, 0.014358566142618656, 0.022853108122944832, -0.0555880144238472, 0.01972181349992752, -0.004283912945538759, -0.00963237602263689, 0.004939613863825798, 0.01561339758336544, 0.013782577589154243, 0.020478442311286926, 0.05310358479619026, -0.02032415941357613, -0.017302148044109344, -0.07426135241985321, 0.05733140930533409, -0.04453624039888382, 0.055531445890665054, -0.007966124452650547, 0.0009616947500035168, 0.06910831481218338, 0.012653742916882038, 0.016643233597278595, 0.012972594238817692, 0.017894208431243896, 0.04477280378341675, -0.04060203209519386, 0.0480024553835392, 0.03915177658200264, -0.050423406064510345, -0.006982572376728058, 0.034981004893779755, -0.007183782756328583, 0.0003214220341760665, 0.03015967272222042, 0.0015376830706372855, 0.026855455711483955, -0.021578989923000336, 0.013355729170143604, 0.04804359748959541, -0.02119617722928524, 0.006767862476408482, -0.01729395240545273, -0.001434828038327396, 0.025538910180330276, -0.02831856906414032, 0.02037044428288937, 0.02038587257266045, 0.02291610650718212, -0.0573686920106411, -0.006377013400197029, 0.03201877698302269, -0.023062674328684807, -0.0007276995456777513, 0.0021625275257974863, 0.010955349542200564, 0.00958560872823, -0.04006204381585121, 0.02797657437622547, 0.01951546035706997, 0.011424625292420387, -0.026078898459672928, 0.01929560862481594, -0.009272383525967598, -0.011283199302852154, -0.015839679166674614, 0.028125714510679245, -0.026004329323768616, 0.02943454496562481, -0.016569949686527252, -0.05260007455945015, -0.04274656251072883, -0.0012458318378776312, 0.05011098459362984, -0.008194333873689175, -0.0010285505559295416, -0.0055895294062793255, 0.07031042873859406, 0.008665538392961025, -0.011343627236783504, -0.06289586424827576, 0.03943462669849396, 0.024536073207855225, 0.004440767224878073, 0.04918400198221207, 0.06066391244530678, -0.011571194045245647, 0.029285404831171036, 0.015433400869369509, -0.027842864394187927, -0.05532573536038399, -0.017063653096556664, 0.08407372236251831, 0.02592204511165619, 0.037300385534763336, 0.006659864913672209, -0.06298843771219254, -0.011720333248376846, -0.01645970158278942, -0.006587866228073835, -0.010192936286330225, 0.027935432270169255, 0.05018298327922821, 0.035736989229917526, -0.0077321287244558334, 0.0372810997068882, 0.011779475025832651, -0.040226612240076065, -0.03793294355273247, 0.011200915090739729, 0.02551833912730217, -0.06730835139751434, -0.005986164323985577, 0.029994262382388115, -0.022773394361138344, -0.050023555755615234, 0.05523316562175751, 0.0020905290730297565, -0.02070472203195095, -0.0352792851626873, -0.003482929430902004, -0.007963553071022034, -0.009387130849063396, 0.03732352703809738, -0.02397165633738041, 0.023332025855779648, 0.045410506427288055, -0.01004379615187645, -0.03034224174916744, 0.007323279976844788, -0.01815391704440117, 0.00950894970446825, -0.06572438031435013, 0.022296404466032985, 0.07072313874959946, 0.038231223821640015, 0.015438543632626534, -0.055161166936159134, -0.04118316248059273, 0.037346672266721725, -0.028345568105578423, 0.015441115014255049, -0.006891288794577122, 0.022041838616132736, 0.0016456808662042022, 0.0031653642654418945, 0.005684027448296547, 0.01898961514234543, 0.03168964385986328, 0.005204465705901384, -0.05776339769363403, -0.03832411393523216, -0.015888214111328125, -0.02326067164540291, -0.04182600975036621, -0.033787887543439865, -0.02454893104732037, 0.01980128511786461, 0.006017020903527737, 0.0271434485912323, 0.0038467790000140663, 0.022769538685679436, 0.008359544910490513, 0.008356973528862, -0.016662519425153732, 0.051602382212877274, -0.009596376679837704, 0.005456460639834404, -0.0044716233387589455, 0.00585759524255991, 0.014553990215063097, -0.05622057244181633, 0.025104347616434097, -0.023823801428079605, -0.05740172043442726, 0.03933434560894966, -0.014606381766498089, 0.05702027305960655, -0.009931941516697409, 0.051972661167383194, 0.035181570798158646, -0.035407211631536484, -0.002810514299198985, -0.0015891105867922306, -0.02551576867699623, -0.04542079195380211, -0.04152387008070946, 0.041882578283548355, -0.057372551411390305, 0.02652117609977722, -0.008413543924689293, 0.01641823910176754, -0.00021085285698063672, 0.01532315369695425, 0.027580583468079567, 0.025149347260594368, 0.024134939536452293, 0.002739801537245512, 0.08020637184381485, 0.008923961780965328, -0.04222200065851211, 0.05813014134764671, 0.021640703082084656, 0.014790557324886322, 0.010024511255323889, -0.02782229334115982, 0.028012573719024655, 0.047930456697940826, 0.006630294024944305, -0.03918134793639183, -0.004578978288918734, -0.031252507120370865, -0.021006859838962555, 0.0243766475468874, -0.0443202443420887, -0.07411735504865646, 0.003063152078539133, -0.03610212355852127, 0.01559925451874733, 0.030121102929115295, -0.004301912616938353, -0.00799183826893568, 0.0010761209996417165, 0.04782760143280029, -0.012867167592048643, -0.034795623272657394, 0.0109039219096303, 0.010810066014528276, 0.00203910144045949, 0.003440501634031534, 0.01674351654946804, -0.045441363006830215, 0.02616632543504238, 0.03696610778570175, 0.020961860194802284, -0.03953491151332855, -0.009472950361669064, -0.007418421097099781, 0.0495247095823288, 0.021713986992836, 0.027961790561676025, -0.021272996440529823, 0.041250020265579224, 0.03561870753765106, -0.00299629638902843, 0.011108346283435822, 0.00773727148771286, -0.02858342044055462, -0.06359528005123138, -0.006701649632304907, 0.009154099971055984, -0.045688215643167496, -0.016323097050189972, -0.008081835694611073, -0.009182385168969631, -0.0407254584133625, 0.001580432173795998, -0.021254997700452805, -0.09235869348049164, -0.005848595406860113, -0.028470279648900032, -0.05314520746469498, -0.03645697608590126, 0.002334809862077236, 0.001254831673577428, 0.06239187717437744, 0.0015222547808662057, -0.046975187957286835, -0.03203008696436882, -0.0545954629778862, -0.006413012742996216, 0.03915177658200264, -0.006520528346300125, -0.022387688979506493, -0.012743741273880003, 0.01890475861728191, -0.04089774191379547, 0.008359544910490513, -0.013350586406886578, 0.02299131825566292, -0.04569850116968155, -0.02705087885260582, -0.005217322614043951, -0.04008261486887932, 0.0015712716849520802, 0.03301100805401802, -0.0012394033838063478, -0.03479072079062462, 0.03903863579034805, -0.007534132804721594, -0.034024450927972794, -6.492725515272468e-05, 0.05472917482256889, 0.03506328910589218, 0.04766303300857544, -0.006799362134188414, -0.014780271798372269, 0.04116516560316086, -0.0014451135648414493, 0.025355378165841103, 0.0806795060634613, 0.012877453118562698, 0.056446854025125504, -0.013078019954264164, 0.02812057174742222, -0.01155962236225605, 0.03975347802042961, -0.04577049985527992, -0.03424559161067009, 0.041358016431331635, 0.01225003693252802, -0.013033663854002953, 0.005435889586806297, 0.04625391960144043, -0.06572438031435013, 0.01960417442023754, 0.03819522634148598, -0.022306689992547035, 0.012426176108419895, -0.02976110950112343, -0.0348832905292511, -0.005045040510594845, -0.047683604061603546, 0.02522520162165165, 0.02808971516788006, -0.005279035773128271, -0.0018664977978914976, 0.02978682331740856, -0.018218202516436577, -0.001830819994211197, -0.006075519602745771, -0.024150367826223373, 0.06401698291301727, 0.05247664824128151, -0.016292240470647812, 0.015315117314457892, -0.04782760143280029, 0.010912921279668808, -0.001086567179299891, -0.0028593705501407385, -0.05431775376200676, -0.05383690819144249, 0.0305608082562685, 0.013448298908770084, -0.00998208299279213, 0.04143001511693001, 0.007894125767052174, 0.02327095717191696, 0.0016816802090033889, 0.01200961321592331, 0.03883806988596916, 0.012075183913111688, -0.020694436505436897, 0.003954777028411627, -0.017117653042078018, -0.035706132650375366, 0.02685031294822693, -0.03266676515340805, -0.01955274678766727, 0.013949716463685036, -0.010290647856891155, -0.05476003140211105, -0.03828265145421028, 0.04807959496974945, -0.014579704031348228, -0.019743027165532112, 0.000791983911767602, 0.05387547984719277, 0.017243649810552597, -0.01911432668566704, 0.005168466363102198, -0.02341495268046856, 0.015469400212168694, 0.02894984185695648, 0.011095489375293257, 0.0024993778206408024, -0.058750808238983154, -0.020604439079761505, 0.02081143483519554, -0.06444897502660751, -0.02486778050661087, 0.008511255495250225, -0.02439464814960957, -0.02841113694012165, 0.014592560939490795, 0.0018822475103661416, -0.07430249452590942, -0.016026103869080544, -0.05729026719927788, 0.015207120217382908, 0.010515643283724785, 0.018282486125826836, -0.013997126370668411, 0.002051637042313814, -0.008931675925850868, 0.004422767553478479, 0.036855537444353104, 0.012657600454986095, -0.005276464391499758, -0.00566345639526844, 0.030189886689186096, 0.0302188154309988, -0.046305347234010696, -0.004466480575501919, -0.041759151965379715, -0.044204533100128174, 0.0056303502060472965, -0.007312994450330734, 0.002607375616207719, -0.003790208837017417, -0.035412997007369995, -0.03984347730875015, -0.009987225756049156, 0.03619469329714775, -0.012538031674921513, -0.02528691478073597, 0.03048623912036419, 0.0053124637342989445, 0.011478624306619167, 0.008958674967288971, -0.0030367954168468714, 0.01357943844050169, -0.010336932726204395, -0.008623111061751842, 0.033633604645729065, -0.05537201836705208, 0.03231705725193024, 0.008608967997133732, -0.029781680554151535, 0.038385506719350815, -0.05901823192834854, -0.04679904878139496, -0.008124906569719315, 0.004161772783845663, -0.01904618553817272, 0.006454154849052429, 0.04325054958462715, 0.014579704031348228, -0.015227691270411016, 0.047776173800230026, -0.03124222345650196, 0.0722556784749031, 0.004535907879471779, -0.0372643880546093, 0.05082068219780922, 0.013638580217957497, -0.0042324853129684925, -0.02461835741996765, 0.02092071808874607, -0.00789283961057663, 0.012376034632325172, -0.03085651621222496, -0.00601187814027071, -0.00648854672908783, -0.00957709178328514, 0.03780951723456383, 0.009529520757496355, -0.005275821313261986, 0.01544368639588356, 0.024052655324339867, -0.012584315612912178, -0.03352046385407448, -0.002602232852950692, 0.01911046914756298, -0.017117653042078018, -0.020935503765940663, 0.003682211041450501, -0.013588117435574532, -0.006922145374119282, -0.010504072532057762, -0.013929146341979504, 0.0450916551053524, 0.06299871951341629, 0.03296118974685669, 0.037269528955221176, 0.03270147740840912, -0.004901043605059385, -0.033525604754686356, -0.014641417190432549, 0.03783266246318817, 0.004391910973936319, 0.023764660581946373, -0.04283655807375908, 0.01207004114985466, -0.01173833291977644, -0.025086669251322743, -0.024826638400554657, -0.00780669879168272, 0.0015119693707674742, -0.042175713926553726, 0.003836493473500014, 0.01605053059756756, -0.010210935957729816, 0.05997992679476738, 0.02540134079754353, -0.017166508361697197, -0.022874964401125908, -0.01668309047818184, -0.05975878611207008, -0.03584370017051697, -0.02481699548661709, -0.013370513916015623, 0.02158413268625736, 0.004907150287181139, -0.006253587547689676, 0.02800389565527439, 0.06167189031839371, -0.03210106119513512, -0.0084341149777174, -0.01407571416348219, 0.06208331137895584, 0.0187594760209322, 0.035126928240060806, -0.0014283995842561126, 0.0015582541236653924, 0.00911247543990612, 0.0020056734792888165, 0.0030072247609496117, -0.0602627769112587, -0.021609846502542496, 0.013499725610017776, 0.016176529228687286, 0.00563259981572628, -0.001794820767827332, 0.0035073573235422373, 0.005641599651426077, 0.0019812455866485834, 0.035983841866254807, 0.026094326749444008, 0.017698783427476883, -0.04664476588368416, -0.05033726245164871, 0.00665407907217741, 0.03630783408880234, -0.0005583100719377398, -0.03177192807197571, -0.010208364576101305, -0.021578989923000336, -0.02122928388416767, -0.020793434232473373, -0.05841653048992157, 0.006014449521899223, 0.02777600847184658, 0.03864007443189621, 0.027030307799577713, -0.03268733620643616, -0.019572030752897263, -0.012376034632325172, 0.03640040382742882, 0.029551543295383453, -0.016623947769403458, -0.017367076128721237, -0.023090960457921028, 0.0014708272647112608, -0.0016958226915448904, -0.033466462045907974, 0.003053509397432208, 0.02078443579375744, -0.0024839495308697224, 0.006685578729957342, 0.0010034795850515366, -0.030365383252501488, 0.03638497740030289, -0.009232526645064354, -0.07920867949724197, 0.04975195601582527, -0.06182617321610451, -0.003048848826438189, -0.009357239119708538, 0.005564458668231964, -0.07402478158473969, -0.02644403465092182, -0.013938547112047672, 0.014039714820683002, 0.007913893088698387, -0.017091939225792885, 0.02010173536837101, 0.04297541454434395, -0.009945441037416458, -0.02205212414264679, -0.003759352257475257, -0.04438195750117302, -0.04540793597698212, 0.011463196016848087, -0.0671849250793457, -0.06044791638851166, -0.026238324120640755, -0.010300933383405209, -0.01849333941936493, -0.03315789997577667, 0.004501194227486849, 0.004160487093031406, -0.032522767782211304, -0.06344100087881088, 0.026752600446343425, -0.06272101402282715, -0.028801584616303444, 0.021746130660176277, -0.03683239594101906, 0.03318104147911072, 0.0005039897514507174, -0.09930655360221864, 0.02341238223016262, -0.03856036067008972, -0.006798719055950642, 0.019835596904158592, 0.041867151856422424, -0.005492459982633591, -0.018596194684505463, 0.020591581240296364, 0.02160084806382656, 0.00926852598786354, 0.03860664367675781, -0.020709864795207977, -0.010552928782999516, -0.005137610249221325, -0.0015196833992376924, -0.011247199960052969, -0.05851424112915993, -0.013937503099441528, -0.010762495920062063, 0.03173592686653137, -0.000791983911767602, 0.03324275463819504, -0.03173592686653137, 0.001145708840340376, 0.02723601832985878, 0.023237528279423714, 0.03138621896505356, 0.012918595224618912, 0.06151246652007103, 0.029267406091094017, -0.035739559680223465, -0.01830819994211197, -0.01819031871855259, 0.02929311990737915, -0.015448829159140589, 0.02502463571727276, -0.003574213245883584, 0.006626436952501535, 0.05369034036993981, 0.019501319155097008, 0.05132724344730377, -0.004481908865272999, 0.02341495268046856, -0.010378074832260609, -0.014780271798372269, 0.06202159821987152, -0.0252084881067276, -0.02922176383435726, 0.00831068865954876, 0.024597786366939545, 0.04190314933657646, -0.020972145721316338, -0.038524359464645386, 0.04348711669445038, -0.0443202443420887, -0.02200648188591003, -0.04665505141019821, -0.03806665539741516, -0.009514092467725275, -0.057452261447906494, 0.004422767553478479, 0.04487308859825134, 0.05312849208712578, 0.0032707906793802977, 0.005736097693443298, 0.04988470301032066, 0.011749904602766035, 0.0030052962247282267, -0.01682194508612156, 0.05385490879416466, -0.017403075471520424, -0.03633804991841316, 0.04076145961880684, -0.020499013364315033, -0.008482970297336578, 0.032800476998090744, 0.002838799497112632, 0.03189535439014435, 0.03702782094478607, 0.0026202325243502855, 0.011802617460489271, 0.06095190718770027, -0.0402626097202301, 0.010396074503660202, -0.026238324120640755, -0.0226229690015316, -0.013996001332998276, 0.008189833723008633, 0.021095572039484978, 0.004371339920908213, -0.05651017278432846, -0.01322201732546091, 0.00785426888614893, -0.07491961866617203, -0.013942002318799496, 0.029164550825953484, 0.019272465258836743, -0.01920737884938717, 0.01700708270072937, -0.005784311331808567, 0.06404270231723785, -0.027441728860139847, -0.058106679469347, 0.05061497166752815, -0.0016431094845756888, -0.016860514879226685, 0.07835498452186584, -0.009884370490908624, 0.02674231491982937, 0.00604273471981287, -0.05113953351974487, -0.07836012542247772, -0.017527787014842033, -0.002319381572306156, -0.05267207324504852, 0.04788931459188461, 0.007894125767052174, 0.037053532898426056, 0.06280072778463364, -0.005070111248642206, 0.01966717280447483, -0.01598367653787136, 0.014224854297935964, 0.029997676610946655, -0.04417624697089195, -0.021302567794919017, -0.03453872725367546, 0.03398330882191658, -0.007179283071309328, -0.04222200065851211, 0.023222099989652634, -0.04091574251651764, 0.05587086454033851, 0.0029930821619927883, 0.0015531113604083655, 0.03732352703809738, -0.016305098310112953, -0.004582032095640898, 0.007832412607967854, 0.011139202862977982, 0.03575241565704346, 0.024068083614110947, 0.03156557306647301, -0.004674762487411499, 0.01193890068680048, -0.011843759566545486, 0.02124149724841118, -0.01049828715622425, 0.035538993775844574, 0.0024325221311300993, -0.010483461432158949, 0.019161896780133247, -0.007878697477281094, 0.019707027822732925, 0.04684019088745117, -0.031391363590955734, 0.03792780265212059, 0.02162013202905655, -0.015947677195072174, -0.005399247631430626, -0.03839836269617081, -0.0025418056175112724, 0.05256921797990799, -0.01817939057946205, -0.01995388045907021, 0.031175367534160617, -0.0006762719713151455, 0.01099263411015272, 0.0331193283200264, 0.033541034907102585, -0.0016366810305044055, 0.004229913931339979, 0.037674520164728165, -0.024320077151060104, 0.0007302708690986037, 0.011510123498737812, -0.03363874554634094, -0.0013268302427604797, -0.010406360030174255, -0.0014245425118133426, 0.0016614305786788464, 0.07081570476293564, 0.051399242132902145, 0.053534772247076035, 0.05911337211728096, 0.015803679823875427, -0.06482954323291779, 0.03263590857386589, 0.005801025312393904, -0.04391910880804062, 0.010403788648545742, 0.015839679166674614, -0.017350362613797188, -0.044186532497406006, 0.012957165949046612, 0.006503011099994183, 0.014096285216510296, -0.055377162992954254, -0.011134060099720957, 0.022185835987329483, 0.04932928457856178, -0.013342872262001038, 0.03891392424702644, 0.02923020161688328, -0.06467011570930481, -0.010763781145215034, -0.0022010982502251863, 0.07590188831090927, 0.0038673500530421734, 0.012525576166808603, 0.015712395310401917, 0.05478060245513916, 0.037737518548965454, 0.03024967201054096, 0.021162105724215508, -0.025924617424607277, 0.0633484274148941, 0.03845879063010216, 0.010612070560455322, -0.01217289548367262, -0.008254118263721466, 0.009087726473808289, 0.003713067388162017, -0.007493633776903152, 0.017449360340833664, 0.02174355834722519, 0.04177972301840782, 0.017634499818086624, -0.012898024171590803, 0.012594601139426231, 0.00012085468915756792], [-0.031358782202005386, -0.0505199171602726, -0.038726501166820526, -0.05019175261259079, -0.0153862489387393, 0.010768807493150234, 0.03910122439265251, -0.01691095530986786, 0.0027724008541554213, 0.023720504716038704, -0.029244106262922287, -0.006807707715779543, -0.06273645907640457, -0.01808997429907322, -0.027466818690299988, 0.039690274745225906, -0.009293881244957449, -0.04530974477529526, 0.03750000894069672, 0.03653392940759659, -0.03266870230436325, -0.013939899392426014, 0.009528025053441525, 0.04421829432249069, -0.04747051000595093, 0.03801438957452774, -0.03041667304933071, -0.018223637714982033, 0.007632744964212179, 0.009117810986936092, -0.011736728250980375, -0.03193215653300285, 0.014322458766400814, -0.003478982951492071, 0.009760326705873013, 0.016345873475074768, 0.039446908980607986, 0.039373163133859634, -0.010816742666065691, -0.031481385231018066, -0.007889934815466404, 0.03063053637742996, -0.02475295402109623, 0.004432154353708029, 0.028189532458782196, 0.027072275057435036, -0.02888735756278038, 0.036338504403829575, -0.034959446638822556, -0.06733039766550064, 0.010571535676717758, -0.004869101103395224, 0.03218727558851242, 0.00334070879034698, -0.0027814465574920177, 0.04506638273596763, 0.021627724170684814, 0.004630981013178825, 0.08758851140737534, 0.019042223691940308, 0.03078540414571762, -0.009785215370357037, -0.025169622153043747, -0.06500738859176636, 0.022802364081144333, -0.0478539913892746, 0.023735255002975464, 0.012948011048138142, 0.04141778126358986, -0.038160037249326706, 0.009317848831415176, -0.003950959071516991, -0.05480089783668518, -0.021624265238642693, 0.04997788369655609, 0.015955939888954163, -0.05053098499774933, 0.038086291402578354, -0.018436580896377563, -0.07441004365682602, -0.02173488587141037, 0.009287428110837936, -0.04310472682118416, -0.048213500529527664, -0.03608131036162376, -0.0018667038530111313, -0.0004019174666609615, -0.04174042120575905, 0.039358414709568024, -0.006169341504573822, -0.002983039012178778, 0.008650443516671658, -0.003278024261817336, 0.008266963064670563, -0.017514752224087715, 0.05879057198762894, 0.021983779966831207, 0.027824949473142624, 0.05057523027062416, 0.04220686852931976, -0.00014749265392310915, -0.01569828763604164, -0.03137906268239021, -0.058384969830513, -0.06047198548913002, -0.0074631283059716225, 0.039234887808561325, -0.024741891771554947, -0.015418512746691704, -0.11322227120399476, 0.01661689020693302, -0.0035324490163475275, -0.018528765067458153, -0.0252433679997921, -0.031198153272271156, -0.014939767308533192, 0.08087022602558136, -0.006859329994767904, -0.04359882697463035, 0.016462024301290512, 0.004026549402624369, -0.006105273496359587, 0.00024336286878678948, 0.0010803836630657315, -0.0004599927051458508, 0.030258117243647575, -0.020896021276712418, 0.02133665606379509, -0.0054056053049862385, 0.032710183411836624, 0.004363939166069031, -0.00086450285743922, -0.0032042779494076967, -0.05075591057538986, -0.0528106652200222, 0.02163717150688171, -0.04282264783978462, 0.05863570421934128, -0.00018436581012792885, 0.05019175261259079, 0.015265489928424358, 0.01625368930399418, -0.004502213094383478, 0.05861357972025871, -0.0005973452352918684, -0.03830752894282341, -0.00771202240139246, -0.020184369757771492, 0.04600295424461365, 0.01122787781059742, 0.017785770818591118, -0.006887906696647406, -0.014977764338254929, -0.007196546532213688, 0.045346613973379135, -0.029692115262150764, 0.028115786612033844, 0.01183207891881466, -0.03332596272230148, 0.021189164370298386, -0.001113108592107892, 0.03774337098002434, 0.02689436264336109, -0.005210177972912788, 0.015058077871799467, 0.006242626346647739, 0.037043701857328415, 0.03904130682349205, -0.03587021306157112, -0.02125461213290691, 0.02464602142572403, 0.0054353345185518265, 0.04568953812122345, 0.005313422996550798, 0.0032116523943841457, 0.0009107671212404966, -0.04122788459062576, -0.006200222298502922, 0.01176991406828165, 0.04904314875602722, -0.006705384235829115, 0.002181047573685646, -0.0027622608467936516, 0.010840710252523422, 0.016364309936761856, -0.019356567412614822, -0.02232946455478668, 0.0013809000374749305, -0.025513462722301483, 0.05483776703476906, 0.024196170270442963, -0.030368737876415253, 0.025191742926836017, -0.007689898367971182, -0.057798683643341064, 0.042080577462911606, 0.01030074805021286, -0.0076910508796572685, -0.02375553548336029, -0.01705015078186989, 0.036200229078531265, 0.00619538314640522, 0.03548673167824745, -0.017129426822066307, -0.026327436789870266, -0.035833340138196945, 0.04817109927535057, -0.06460915505886078, 0.027180131524801254, -0.010104629211127758, 0.005519912578165531, 0.0679793655872345, 0.012380164116621016, -0.013963866978883743, -0.009905975311994553, 0.02436762861907482, 0.08736727386713028, -0.03944322094321251, 0.06429573148488998, 0.02859882451593876, -0.04471055418252945, -0.05222714692354202, 0.006730734836310148, -0.01865874230861664, -0.0056641786359250546, -0.009658925235271454, -0.022496316581964493, -0.002983039012178778, -0.004203540273010731, -0.0270420853048563, 0.05188791453838349, -0.01622234843671322, 0.05384956672787666, -0.033812690526247025, 0.03852508217096329, 0.00788163859397173, 0.00647492753341794, 0.0007835547439754009, 0.024295726791024208, -0.0004406342923175543, -0.07621683180332184, -0.04384887218475342, 0.03156711533665657, -0.015733065083622932, 0.015219397842884064, -0.006646848749369383, -0.038820065557956696, 0.017412429675459862, -0.050493188202381134, 0.02304503694176674, -0.002761800074949861, 0.02847345732152462, -0.02547566778957844, -0.006187316961586475, -0.0144524360075593, -0.002155236434191466, -0.028281714767217636, 0.016154132783412933, -0.025848086923360825, 0.036522869020700455, -0.05244101211428642, -0.05920170992612839, -0.03684550896286965, 0.0030157638248056173, 0.006602139677852392, -0.018558261916041378, -0.0032300888560712337, 0.0014196167467162013, 0.04282541573047638, 0.016178101301193237, 0.003307522740215063, -0.05090709030628204, 0.022798676043748856, -0.022234518080949783, -0.02255900204181671, 0.020674781873822212, 0.04942478612065315, 0.003954646643251181, 0.01942293904721737, 0.03405236825346947, -0.02926991693675518, 0.01589970849454403, -0.006621844135224819, 0.04892607778310776, 0.03703171759843826, 0.03916667401790619, -0.021342186257243156, -0.06482301652431488, -0.007120207883417606, -0.024335365742444992, -0.004793511237949133, -0.014150076545774937, 0.031943220645189285, 0.036522869020700455, 0.0030872058123350143, -0.007901918143033981, 0.033627402037382126, 0.029708705842494965, -0.01856194995343685, -0.07331859320402145, 0.032800521701574326, -0.006661597639322281, -0.039557527750730515, 0.01943953149020672, 0.030044253915548325, 0.010530974715948105, -0.0674852654337883, 0.06759588420391083, -0.01568584330379963, -0.02829485386610031, -0.02823009341955185, -0.014075178653001784, -0.016274891793727875, -0.027073198929429058, -0.024810107424855232, -0.04790929704904556, -0.020902473479509354, 0.00902101956307888, -0.029476407915353775, -0.006056416779756546, 0.029995394870638847, -0.0537278838455677, 0.04040561243891716, -0.01935841143131256, 0.06667312979698181, 0.03699115663766861, 0.040748532861471176, 0.03775996342301369, -0.03232854604721069, -0.0015597346937283874, 0.006415930576622486, 0.01443676557391882, -0.01348820235580206, 0.0057245586067438126, -0.021345872431993484, 0.0045353989116847515, 0.012625371105968952, -0.0276622474193573, 0.028960181400179863, 0.007361726835370064, -0.004671829752624035, -0.009107671678066254, -0.027105461806058884, -0.028390491381287575, -0.026609288528561592, -0.07669617980718613, 0.0015431419014930723, -0.042374640703201294, 0.022702807560563087, 0.0035882198717445135, 0.0172787643969059, -0.004485159181058407, -0.00874631479382515, -0.0005862832767888904, 0.013666116632521152, -0.004830384626984596, 0.03873710334300995, -0.008303836919367313, 0.009675517678260803, -0.015620393678545952, 0.03585177659988403, -0.013489124365150928, -0.0528724268078804, 0.04305586963891983, -0.014498528093099594, 0.014360714703798294, 0.04612095281481743, -0.011577251367270948, 0.057536881417036057, -0.035652659833431244, 0.027811583131551743, -0.001174410223029554, -0.03758389502763748, 0.0490182600915432, 0.006082574371248484, -0.014440913684666157, -0.04570705071091652, -0.0665302500128746, 0.047201335430145264, -0.05947825312614441, 0.024963131174445152, 0.022327622398734093, 0.026904502883553505, 0.009893991984426975, 0.0055088503286242485, -0.01723267324268818, 0.053160037845373154, 0.014186949469149113, 0.02368132956326008, 0.06016962975263595, 0.01068215537816286, -0.0344579704105854, 0.027116524055600166, -0.016017701476812363, 0.0200516264885664, -0.021786507219076157, 0.026342187076807026, 0.011015857569873331, 0.0802212581038475, 0.02516309544444084, -0.021132009103894234, -0.017172062769532204, -0.01798211969435215, -0.010401919484138489, -0.01755162514746189, -0.06284662336111069, -0.06495576351881027, -0.019845137372612953, -0.010818585753440855, 0.021666670218110085, -0.0008863386465236545, 0.01596054807305336, -0.035359520465135574, -0.08098821341991425, 0.00264564948156476, -0.01845501735806465, -0.07314713299274445, -0.010414824821054935, 0.01240781880915165, -0.0065219406969845295, 0.003684089751914144, -0.013977347873151302, -0.034487467259168625, 0.04050148278474808, 0.04235620051622391, -0.018985992297530178, -0.02417035959661007, 0.00919155776500702, -0.006839049514383078, -6.729352026013657e-05, 0.024546464905142784, 0.028434740379452705, 0.024103986099362373, 0.06272862106561661, -0.004752950742840767, 0.02392653375864029, -0.019352879375219345, 0.0182340107858181, -0.05747051164507866, -0.03067847155034542, -0.016273969784379005, 0.03103337623178959, -0.0030807526782155037, 0.016701700165867805, -0.007370945531874895, -0.007096016779541969, -0.02199760638177395, -0.03532080352306366, -0.030824119225144383, -0.050615791231393814, 0.023844031617045403, -0.08823010325431824, -0.038421835750341415, -0.010412980802357197, 0.0016694325022399426, -0.024867260828614235, 0.008750922977924347, 0.006050886120647192, -0.03533647209405899, -0.01433536410331726, -0.019303100183606148, 0.02143068239092827, 0.034548308700323105, 0.03910583257675171, -0.03400074318051338, -0.00030420359689742327, 0.024008117616176605, -0.00812454055994749, -0.0014030238380655646, -0.011933078058063984, 0.010289456695318222, -0.06448379158973694, -0.02530973963439465, -0.03606840595602989, -0.057168152183294296, 0.006703540682792664, 0.046910036355257034, -0.02712482027709484, -0.06051070615649223, -0.00667404243722558, 0.01325037144124508, -0.03598083183169365, 0.009188792668282986, 0.03679158166050911, 0.03775443136692047, 0.04468289762735367, -0.005499632563441992, -0.04297198727726936, 0.006198378279805183, -0.012956660240888596, 0.0027806973084807396, 0.04360988736152649, -0.0003097345761489123, 0.017847994342446327, -0.023867998272180557, -0.011115414090454578, -0.01200912892818451, 0.03855457901954651, -0.025629613548517227, -0.03714326024055481, 0.014439530670642853, 0.05982301756739616, 0.01135693397372961, 0.04733039066195488, 0.0399797260761261, -0.0614454373717308, 0.02659108117222786, -0.002399521181359887, -0.03421829640865326, -0.022507380694150925, -0.03483591973781586, -0.01599004678428173, -0.0273414496332407, -0.010804111137986183, -0.003702065674588084, 0.011592921800911428, 0.00588956568390131, 0.02483038790524006, 0.033213503658771515, -0.005560473073273897, -0.0030544805340468884, 0.0020870210137218237, -0.06953149288892746, 0.05691741406917572, 0.03021755628287792, -0.05230089649558067, 0.02929319255053997, -0.021179944276809692, -0.016150444746017456, -0.00937500223517418, -0.00012582966883201152, -0.041023239493370056, -0.014919515699148178, 0.0458296537399292, -0.006095133721828461, -0.0016039826441556215, 0.03809735178947449, 0.041946906596422195, 0.02441556379199028, -0.0017551626078784466, 0.0347382053732872, 0.017190268263220787, 0.00758480979129672, -0.02882743999361992, -0.03849004954099655, -0.0122474217787385, -0.029338132590055466, 0.046583712100982666, 0.0009820936247706411, 0.014976034872233868, -0.022072045132517815, -0.01307338010519743, -0.04071534797549248, -0.05249263346195221, 0.0011320060584694147, 0.01314896997064352, 0.0054092928767204285, 0.026580018922686577, 0.04849374294281006, -0.000106932180642616, 0.013654131442308426, 0.02199392020702362, -0.0065293158404529095, 0.007490783464163542, -0.013160032220184805, 0.01200774498283863, 0.019369471818208694, -0.030117999762296677, -0.03090708516538143, 0.03194690868258476, -0.056725673377513885, -0.062131281942129135, 0.004314160440117121, -0.03644359111785889, -0.041439205408096313, -0.004849512130022049, 0.00515855522826314, -0.08294986933469772, -0.017915748059749603, -0.011376134119927883, 0.01262859720736742, 0.049539096653461456, 0.02343658171594143, -0.042343299835920334, -0.0001493363088229671, 0.019891228526830673, 0.04627213627099991, -0.005309735424816608, 0.024443218484520912, -0.029764730483293533, -0.03696165606379509, 0.027317482978105545, -0.027524434030056, -0.048440273851156235, -0.028362836688756943, -0.01692201755940914, -0.04445428401231766, 0.02353798411786556, 0.005320797674357891, 0.01667243242263794, -0.006091446615755558, -0.01380900014191866, 0.008923305198550224, -0.005276549607515335, 0.030575226992368695, -0.02328125387430191, -0.027839237824082375, 0.016293330118060112, -0.01600848324596882, 0.007926808670163155, -0.008586722426116467, 0.008808999322354794, -0.039727143943309784, -0.01838034950196743, -0.0129650654271245, 0.03608407825231552, 0.001679572626017034, 0.03710990026593208, -0.02311394177377224, -0.01219948660582304, 0.008407080546021461, -0.046662990003824234, -0.04834071919322014, -0.004376729018986225, -0.03049410507082939, 0.006037519779056311, 0.0183812715113163, 0.053908564150333405, -0.0205862857401371, 0.007780237123370171, 0.04106380045413971, -0.030578915029764175, 0.04509587958455086, -0.019871870055794716, -0.041762545704841614, 0.06533555686473846, 0.00488938158378005, 0.027352511882781982, 0.004118732176721096, 0.05335177853703499, -0.00038348088855855167, -0.012276919558644296, -0.004837758839130402, 0.019419251009821892, 0.006859329994767904, -0.013837115839123726, 0.04731564223766327, -0.004470870830118656, 0.0034623900428414345, 0.02213449776172638, 0.05229582637548447, -0.05425332859158516, -0.020636526867747307, 0.01934734918177128, 0.03449853137135506, 0.024992629885673523, -0.02279314585030079, 0.031423311680555344, -0.026367537677288055, -0.016720134764909744, 0.01175424177199602, -0.031297940760850906, 0.05978614464402199, 0.08865046501159668, 0.030639756470918655, 0.009627582505345345, 0.04941003769636154, -0.009756638668477535, -0.06334809958934784, 0.004132098983973265, 0.000593657954595983, 0.017665931954979897, 0.018200593069195747, 0.006070244126021862, 0.012719397433102133, -0.04053835570812225, -0.007426254916936159, -0.052863214164972305, -0.011843659915030004, -0.02430955320596695, -0.019896067678928375, 0.02819598652422428, 0.01382328849285841, -0.015794849023222923, 0.03837943077087402, 0.009011801332235336, -0.0025253507774323225, 0.015419434756040571, -0.05995576083660126, -0.06183629110455513, -0.04261062666773796, -0.009113662876188757, -0.023561952635645863, 0.025728249922394753, 0.04247051104903221, -0.007290516048669815, 0.020254429429769516, 0.04646756127476692, -0.03333425894379616, 0.03660767525434494, 0.03682707250118256, 0.0540606677532196, 0.016139382496476173, -0.002641040366142988, 0.01099500060081482, 0.014929021708667278, -0.008312471210956573, 0.015088498592376707, 0.02023230493068695, -0.055774345993995667, -0.03471976891160011, 0.01474189106374979, -0.021740416064858437, 0.025862835347652435, -0.06169985979795456, -0.003580384189262986, -0.015088498592376707, -0.005560473073273897, 0.06479352712631226, 0.049865420907735825, 0.012230827473104, -0.0434868261218071, -0.03974926844239235, 0.015728851780295372, 0.0046653770841658115, -0.0027949856594204903, -0.08769913017749786, -0.024515124037861824, -0.0006379057304002345, -0.0391814224421978, 0.033787801861763, -0.03884264826774597, 0.02192109450697899, 0.022283833473920826, 0.026782821863889698, 0.010995577089488506, -0.0354129858314991, -0.045713502913713455, -0.012713867239654064, 0.002796757267788053, 0.024151921272277832, 0.022771023213863373, -0.008993364870548248, 0.015120761469006538, -0.036415934562683105, -0.029343662783503532, -0.06333334743976593, 0.029351036995649334, -0.0002415192138869315, 0.01574576273560524, 0.05809735506772995, 0.029159298166632652, 0.008138569071888924, 0.0329609215259552, -0.005794617347419262, -0.0561799518764019, 0.04355965182185173, -0.05607854947447777, 0.04430679231882095, -0.028419990092515945, -0.0174926295876503, -0.0595870316028595, -0.026659296825528145, -0.011600296944379808, 0.04806416854262352, -0.006399337202310562, -0.012135880067944528, -0.0009448747732676566, 0.031253691762685776, 0.021220505237579346, -0.04258112981915474, 0.0283204335719347, -0.03405420854687691, 0.02990459650754929, 0.007129425648599863, -0.05317847803235054, -0.05783924460411072, 0.012530422769486904, -0.010704278945922852, -0.0186854749917984, 0.0035324490163475275, 0.019473640248179436, 0.01367072481662035, -0.03435103967785835, -0.05697641149163246, 0.0138156833127141, -0.04616888612508774, -0.027253329753875732, 0.03696165606379509, -0.011624264530837536, 0.04068400338292122, 9.402655996382236e-05, -0.08230827003717422, 0.022297201678156853, -0.016456492245197296, 0.030530979856848717, -0.017925888299942017, 0.06053098663687706, -0.01812223717570305, -0.02043510600924492, -0.005632375366985798, 0.028003323823213577, 0.004658924415707588, -0.004302176181226969, -0.02287703193724155, 0.0021884222514927387, 0.02330937050282955, 0.020912613719701767, -0.024764016270637512, -0.06097346171736717, 0.007024338003247976, 0.0072529511526227, 0.009668604470789433, -0.041699860244989395, 0.012964603491127493, -0.012452066875994204, 0.025406530126929283, 0.0077424426563084126, 0.0034023558255285025, 0.016056418418884277, 0.047581132501363754, 0.0740339383482933, -0.002726770471781492, 0.014074025675654411, 0.013946352526545525, -0.047507382929325104, 0.034513283520936966, 0.016493365168571472, 0.005658186972141266, 0.0029533097986131907, 0.03512537479400635, 0.06616520136594772, -0.01259034126996994, 0.03974189609289169, 0.004502213094383478, 0.004870945122092962, 0.0012158924946561456, -0.024526184424757957, 0.035634227097034454, 0.017329465597867966, 0.0010564160766080022, -0.0009771388722583652, 0.04411505162715912, -0.00186946929898113, 0.003542589256539941, -0.0356932207942009, 0.04267331212759018, -0.0385398305952549, -0.02127581648528576, -0.05068216100335121, 0.0004014565492980182, -0.03193215653300285, -0.03461145609617233, 0.02971239574253559, 0.02603798359632492, 0.016718292608857155, 0.009500370360910892, -0.006893437821418047, 0.023441651836037636, 0.008183076977729797, 0.018101036548614505, -0.031651925295591354, 0.04669986292719841, -0.06113570183515549, -0.03155374899506569, 0.003328724764287472, -0.011166115291416643, -0.009928098879754543, 0.023914089426398277, -0.026158282533288, -0.009881085716187954, 0.04361357539892197, -0.038637541234493256, 0.00864675734192133, 0.06318585574626923, -0.031436216086149216, -0.011058260686695576, -0.0065555875189602375, -0.0010955362813547254, 0.02559734880924225, 0.004834993276745081, -0.014177730306982994, 3.31858464051038e-05, -0.034041304141283035, 0.019723454490303993, 0.006898046936839819, -0.06957228481769562, 0.036002956330776215, 0.02740044891834259, 0.03760325163602829, -0.01882375031709671, -0.0020807411056011915, 0.0013762909220531585, 0.054874639958143234, -0.024758486077189445, -0.04322272166609764, 0.036308083683252335, -0.0004470870771910995, -0.027732307091355324, 0.08220595121383667, 0.023443957790732384, 0.002286136150360107, -0.03641317039728165, -0.04988201707601547, -0.014900445938110352, -0.0013901182683184743, -0.017540564760565758, -0.059115055948495865, 0.06033924221992493, -0.02924042008817196, 0.0054867262952029705, 0.037564072757959366, -0.020558632910251617, 0.047337766736745834, -0.018140673637390137, 0.016002953052520752, 0.04787980392575264, -0.06821535527706146, -0.04091446101665497, -0.032294437289237976, 0.021052733063697815, 0.010519913397729397, -0.011202067136764526, 0.015429574996232986, -0.07214602828025818, 0.05940911918878555, -0.00011701467883540316, 0.012395836412906648, -0.005464603193104267, -0.011898048222064972, 0.005540193058550358, 0.032710183411836624, -0.007802361156791449, -0.002280605025589466, 0.03901180624961853, 0.031145378947257996, -0.026187319308519363, -0.02276180312037468, 0.008549042977392673, -0.021009407937526703, -0.004933629184961319, 0.019137172028422356, 0.032505135983228683, -0.026139384135603905, 0.020546648651361465, -0.01981932483613491, 0.0296985674649477, -0.0066376300528645515, -0.037960924208164215, 0.03128872439265251, -0.0008480827091261744, -0.007952850311994553, -0.0065671103075146675, -0.025940271094441417, -0.012382008135318756, 0.01947709545493126, -0.02819690853357315, 0.006161505356431007, 0.004310472868382931, 0.020089419558644295, 0.009894222021102904, 0.05829646810889244, 0.029778767377138134, -0.013070614077150822, 0.02807522565126419, 0.0032227144110947847, -0.01594395563006401, 0.01289411261677742, 0.014491152949631214, -0.028532452881336212, 0.0019118734635412693, -0.021645469591021534, -0.0018399708205834031, 0.01288348250091076, 0.01405420619994402, 0.026902658864855766, 0.05976402387022972, 0.02880185842514038, -0.025984978303313255, -0.05245944857597351, 0.04526549577713013, -0.015779409557580948, -0.01294985506683588, 0.01455752458423376, 0.03542404994368553, 0.00012536875146906823, -0.04993363842368126, -0.01608038693666458, -0.03312684968113899, -0.001198838697746396, -0.04949484393000603, -0.014901813119649889, 0.03196811303496361, 0.03438975661993027, 0.014832230284810066, -0.005400996655225754, 0.007252029608935118, -0.04092920944094658, -0.01525627076625824, -0.021047202870249748, 0.03551715239882469, -0.021910034120082855, 0.03715340048074722, -0.016132008284330368, 0.03991151228547096, 0.037057530134916306, 0.030534781515598297, -0.0008425518171861768, 0.0007303190650418401, 0.02228245325386524, 0.021008484065532684, -0.02628595568239689, -0.0239555723965168, 0.013307524845004082, 0.022022230550646785, 0.03174595162272453, 0.004793511237949133, 0.042466823011636734, 0.01769174449145794, 0.04466446116566658, 0.02127397060394287, -0.0015837023966014383, -0.001747787930071354, -0.0026806790847331285], [-0.057704173028469086, -0.01436045952141285, -0.06472418457269669, -0.006943628657609224, -0.0363602377474308, 0.021635744720697403, 0.020920544862747192, -0.0009310473105870188, 0.0011224037734791636, 0.04712103679776192, -0.0008368217386305332, 0.04631742089986801, -0.0586007684469223, -0.05161065235733986, -0.008062710985541344, 0.05021262541413307, -0.038544442504644394, -0.008408065885305405, 0.07992976158857346, 0.0028873670380562544, 0.01081226859241724, -0.012947906740009785, -0.0265873558819294, 0.01731507107615471, -0.005177004728466272, 0.038147617131471634, 0.0240411926060915, -0.008235388435423374, 0.02672910876572132, -0.013928350061178207, -0.006573367863893509, 0.019243579357862473, -0.007236422505229712, 0.026877712458372116, 0.03489413857460022, 0.04094449430704117, -0.02336646430194378, -0.005209174007177353, -0.01686677522957325, -0.019622141495347023, -0.0741533637046814, 0.00882014725357294, -0.016135385259985924, 0.018605172634124756, -0.005137155763804913, -0.004000431392341852, 0.001969187753275037, 0.036536235362291336, 0.007525584660470486, -0.046920131891965866, 0.008309274911880493, 0.0589328408241272, 0.009983748197555542, -0.00821878481656313, -0.026432320475578308, 0.04758510738611221, 0.026159191504120827, 0.007347095757722855, 0.02178393304347992, 0.006897137966006994, 0.03740460425615311, -0.00682242214679718, -0.03369203954935074, -0.03839418292045593, 0.0023045807611197233, 0.015305204316973686, 0.04312537983059883, 0.022293664515018463, 0.021704234182834625, -0.025834383442997932, 0.03593352809548378, 0.01739933341741562, -0.01644587330520153, -0.03384147211909294, 0.0506119430065155, -0.017807472497224808, -0.057310670614242554, 0.01933489926159382, -0.004024714231491089, -0.029836682602763176, 0.013588391244411469, 0.021504990756511688, -0.03402909263968468, -0.04548143222928047, -0.03923390805721283, 0.036538414657115936, 1.349043031950714e-05, -0.004147580824792385, -0.01389306876808405, -0.003330683568492532, -0.013066207990050316, 0.03475695475935936, 0.01583797298371792, 0.03174111619591713, -0.014998452737927437, 0.01832706108689308, -0.035896167159080505, 0.04591229185461998, 0.04366603493690491, 0.03420509025454521, -0.01105115283280611, -0.010113256983458996, -0.004217315930873156, 0.012382347136735916, 0.019319437444210052, -0.014487892389297484, 0.027965454384684563, -0.0900978147983551, 0.013618109747767448, -0.0353391170501709, -0.05803583189845085, 0.0002025639987550676, 0.015359995886683464, -0.05608532205224037, -0.015994254499673843, 0.003722528461366892, -0.0003088270896114409, -0.0407303087413311, -0.03865319862961769, -0.007376982364803553, -0.05882325768470764, 0.011842938140034676, -0.0007562942337244749, 0.01771438866853714, 0.02088235691189766, -0.043235789984464645, -0.005670961923897266, 0.0281835850328207, -0.01864045299589634, -0.0011518752435222268, 0.010486838407814504, -0.01712496019899845, 0.05806613340973854, -0.01668413355946541, -0.045254793018102646, 0.06032422557473183, 0.002661558100953698, 0.05320335552096367, -0.0010709326015785336, 0.0343296192586422, 6.983891944400966e-05, -0.0036482273135334258, -0.014710795134305954, 0.0003320721152704209, 0.016855981200933456, -0.03768686577677727, -0.03146310895681381, -0.0569429025053978, -0.007028099149465561, -0.01999904401600361, -0.028336547315120697, 0.0348343662917614, -0.03419927880167961, 0.05086348578333855, 0.0067541394382715225, -0.0499868206679821, 0.017471974715590477, 0.023024845868349075, -0.030389582738280296, 0.023062409833073616, -0.035222891718149185, -0.000909877649974078, 0.07581871002912521, -0.04888102039694786, 0.018639208748936653, -0.022630715742707253, 0.012432781048119068, 0.04065890982747078, 0.01447004359215498, 0.0497344434261322, 0.0417281836271286, -0.012379649095237257, 0.0026013702154159546, 0.04283855110406875, 0.003967846743762493, 0.0014063254930078983, 0.02577543817460537, -0.03776656463742256, -0.02380044013261795, 0.05246905982494354, 0.018368570134043697, -0.009625110775232317, 0.017108356580138206, -0.028006963431835175, -0.0032443448435515165, 0.012857003137469292, 0.00291214301250875, -0.01254070457071066, -0.00982352439314127, 0.04020397365093231, 0.08125140517950058, -0.05888302996754646, 0.026271887123584747, 0.0007205965812318027, -0.017244506627321243, 0.02311367355287075, 0.039641112089157104, 0.010755816474556925, -0.015982631593942642, 0.005733225494623184, 0.03979884460568428, 0.05325772613286972, 0.07640315592288971, -0.028830502182245255, -0.04084819182753563, -0.0077505637891590595, 0.05305848643183708, -0.010144803673028946, 0.04536105692386627, -0.003931733779609203, -0.02127918228507042, 0.03676702827215195, 0.02444382943212986, 0.034501466900110245, 0.03020528145134449, 0.01657870039343834, 0.0969451442360878, -0.047579292207956314, 0.03398094326257706, 0.014352157711982729, -0.02806424535810947, -0.025098012760281563, -0.01428076159209013, -0.035601455718278885, -0.004463049583137035, 0.021697593852877617, 0.024178171530365944, 0.04239232838153839, -0.0035610587801784277, -0.01073423121124506, 0.034276485443115234, 0.003924262709915638, 0.036539141088724136, -0.02649603597819805, -0.0023132977075874805, 0.0106097050011158, -0.018795283511281013, 0.04276425018906593, 0.0006398095865733922, 0.007314511574804783, -0.04039491340517998, -0.020831715315580368, 0.04939406737685203, 7.533886673627421e-05, 0.013405751436948776, 0.01244274340569973, -0.008891231380403042, 0.055897705256938934, -0.02811986953020096, 0.000647540669888258, -0.00794648565351963, -0.02312384359538555, -0.04814548045396805, 0.0017184733878821137, -0.008638233877718449, 0.005807111505419016, 0.016826095059514046, 0.03507345914840698, 0.017916951328516006, -0.0024805788416415453, -0.025184351950883865, -0.07767831534147263, -0.04867430776357651, 0.01146146934479475, 0.031003914773464203, 0.0072134374640882015, -0.0016420966712757945, -0.023165350779891018, 0.04314986988902092, -0.007391925901174545, 0.006844006944447756, -0.0541958324611187, 0.044353216886520386, -0.022426491603255272, -0.044945962727069855, 0.016424288973212242, 0.026047740131616592, -0.03730996325612068, 0.03218609094619751, 0.02560940384864807, -0.01618478074669838, -0.038616668432950974, 0.010755816474556925, 0.05864435434341431, 0.00922247301787138, -0.01107087079435587, -0.002668095985427499, -0.03918451443314552, -0.0015607390087097883, -0.02394156903028488, -0.0380992591381073, 0.00853425357490778, 0.009869184345006944, 0.05853601545095444, 0.029866566881537437, 0.010503442026674747, 0.046211156994104385, 0.025003371760249134, 0.017111677676439285, -0.07791740447282791, 0.053174711763858795, 0.007655923254787922, -0.01095339935272932, 0.015509843826293944, 0.01295081339776516, 0.006946949288249016, -0.05695867538452149, 0.06136029213666916, -0.017858007922768593, -0.005449303425848484, -0.059889212250709534, -0.006881364621222019, -0.04601585865020752, -0.006402350962162018, 0.03818663582205773, -0.03981046751141548, -0.013923784717917442, 0.033113401383161545, -0.01857943646609783, 0.061178479343652725, 0.05125533789396286, -0.02580864541232586, 0.03388464078307152, -0.019218675792217255, 0.03617054224014282, 0.0329531766474247, 0.037525810301303864, 0.025139519944787025, -0.054908543825149536, 0.002146846381947398, 0.01955406740307808, -0.020399190485477448, 0.006073599215596914, -0.02889193594455719, -0.03241189941763878, -0.010707666166126728, -0.018631737679243088, 0.0020538661628961563, 0.00916353054344654, 0.032357107847929, 0.007220908533781767, -0.05811760574579239, 0.03163983300328255, -0.0612216517329216, -0.04197391867637634, -0.07600466907024384, -0.009738845750689508, -0.06741728633642197, 0.008243690244853497, -0.008165653795003891, 0.018811887130141255, 0.008210483938455582, -0.00047071222797967494, 0.0006541821057908237, 0.031214779242873192, 0.024490943178534508, 0.0035697754938155413, -0.007876751013100147, -0.021381916478276253, -0.02610707096755505, 0.00936775468289852, -0.004493143875151873, -0.049246300011873245, 0.03866647928953171, -0.014650816097855568, -0.014722418040037155, 0.0015013811644166708, -0.02281833626329899, 0.04195067286491394, -0.05449635908007622, 0.03811274841427803, -0.003071667393669486, -0.005867714993655682, 0.06140759587287903, -0.017349109053611755, 0.017742613330483437, -0.012656099162995815, -0.07080275565385818, 0.01869316957890987, -0.05026990920305252, 0.03896534442901611, -0.0036154354456812143, 0.048014722764492035, -0.02449447102844715, 0.02333470806479454, 0.011197471991181374, 0.02770477719604969, 0.005894280504435301, -0.0065932925790548325, 0.06574364006519318, -0.004768555983901024, -0.03466833010315895, 0.04883120581507683, -0.012101953849196434, -0.02402292937040329, 0.0007421812624670565, 0.009290963411331177, 0.0388723649084568, 0.026510927826166153, 0.02085060067474842, -0.0011987803736701608, -0.02969503216445446, -0.03595760092139244, -0.03572266176342964, -0.022485433146357536, -0.013953671790659428, -0.0682474672794342, -0.025818606838583943, -0.019049732014536858, 0.03616265580058098, 0.01315503753721714, 0.01308032125234604, -0.01541395764797926, 0.02117956057190895, 0.00794648565351963, -0.0024739373475313187, -0.04388416185975075, -0.008034900762140751, -0.014012198895215988, -0.0007139550871215761, -0.035790733993053436, -0.005324776750057936, -0.0481998547911644, -0.004698820877820253, 0.02631339617073536, 0.011176926083862782, -0.039791375398635864, 0.02471446804702282, -0.017994781956076622, 0.01984670571982861, 0.03535903990268707, -0.009323755279183388, 0.05196264758706093, 0.057667650282382965, 0.021304087713360783, 0.031932055950164795, 0.028683561831712723, 0.002523748204112053, -0.04151399806141853, -0.03115199878811836, -0.02398224920034409, 0.01811453513801098, 0.003769018687307834, -0.000971311004832387, -0.010897984728217123, -0.005627792794257402, -0.023756440728902817, 0.02166672050952911, -0.03885576128959656, -0.04038661345839501, 0.014699173159897327, -0.0133625827729702, -0.057674288749694824, -0.04754608869552612, -0.06401022523641586, -0.008531815372407436, -0.0017433788161724806, -0.019445106387138367, -0.029525363817811012, -0.036149658262729645, -0.015208281576633452, -0.0002660728059709072, 0.022531095892190933, 0.01759401150047779, -0.030228527262806892, 0.02371368743479252, 0.038880668580532074, -0.03432837128639221, -0.014342403039336205, -0.004257994703948498, 0.01801200769841671, -0.009355301968753338, -0.014994717203080654, -0.017594842240214348, 0.011712183244526386, 0.040798380970954895, 0.05476637184619904, -0.006961996201425791, -0.03625044599175453, 0.035583604127168655, -0.01562565565109253, -0.006531858816742897, 0.015783388167619705, 0.009081343188881874, -0.007468302268534899, -0.00677593145519495, 0.002728802850469947, -0.023703308776021004, 0.021893516182899475, -0.03939662501215935, 0.043873369693756104, 0.053121164441108704, -0.011597619391977789, 0.0329938568174839, -0.014575684443116188, 0.0031978546176105738, -0.0001012819993775338, 0.05275443568825722, -0.007697432301938534, -0.058947786688804626, 0.02174657396972179, 0.07300439476966858, -0.01343480870127678, -0.008696968667209148, 0.02140391618013382, -0.060516826808452606, -0.0065924618393182755, 0.06323318183422089, 0.0010269330814480782, -0.04298673942685127, -0.06188662350177765, -0.01806721463799477, -0.005465907510370016, -0.011379697360098362, 0.028425374999642372, 0.033104270696640015, -0.024205569177865986, -0.012260103598237038, 0.02488880604505539, -0.013409072533249857, 0.023290295153856277, -0.009171832352876663, -0.008421763777732849, 0.03904172405600548, 0.044158123433589935, 0.0032343827188014984, 0.006246276665478945, -0.00651525566354394, 0.021631594747304916, -0.011361848562955856, 0.005807941779494286, -0.0308088231831789, -0.02561438269913197, 0.010427065193653108, 0.012984020635485647, 0.018794452771544456, 0.0019036035519093275, 0.0193505696952343, 0.01084547583013773, -0.042913682758808136, 0.001399476546794176, -0.007909958250820637, 0.0253603495657444, -0.05014953017234802, -0.024370772764086723, -0.008242030628025532, -0.01025604736059904, -0.014843625016510488, 0.024483678862452507, -0.02038092724978924, 0.007127928547561169, -0.019745009019970897, -0.06801501661539078, -0.050737302750349045, 0.02332806959748268, -0.014075706712901592, 0.0076775080524384975, 0.01761632412672043, 0.029149292036890984, -0.012500856071710588, 0.01966199092566967, 0.0031223080586642027, -0.005504095461219549, 0.031035462394356728, 0.022134268656373024, 0.02694101072847843, 0.029189972206950188, -0.04108894616365433, 0.01358009036630392, 0.012364705093204977, -0.00030550637166015804, -0.04921308904886246, -0.020561905577778816, -0.02227705903351307, -0.025044256821274757, -0.005606207996606827, 0.026095889508724213, -0.052381061017513275, 0.0069104209542274475, -0.007284105755388737, 0.03603563830256462, 0.019001998007297516, 0.004091128706932068, -0.023318106308579445, -0.01346926111727953, -0.0024540130980312824, 0.02855488285422325, -0.041618600487709045, 0.06221703439950943, -0.030185356736183167, -0.01890154555439949, 0.01768699288368225, 0.05072733759880066, -0.012798060663044453, -0.05588109791278839, -0.06006520986557007, -0.028830502182245255, 0.021832497790455815, 0.027618439868092537, -0.013272923417389393, -0.028979934751987457, -0.01055864803493023, -0.014318951405584812, 0.03531089052557945, 0.009570319205522535, -0.020970355719327927, 0.017513485625386238, 0.038005657494068146, -0.01582157611846924, 0.00010958380153169855, -0.005301531869918108, -0.0329880453646183, -0.00574733829125762, -0.02367093041539192, -0.008143654093146324, 0.008823156356811523, -0.02043405920267105, -0.0040006390772759914, 0.007149513345211744, 0.0194071251899004, 0.0329764261841774, -0.02773466520011425, 0.007511886768043041, -0.010693552903831003, -0.003196194302290678, 0.006685235071927309, 0.005980619229376316, -0.001932659768499434, 0.03998397663235664, -0.021571407094597816, 0.050900015980005264, 0.004036336671561003, 0.05118061602115631, 0.02028836309909821, -0.03994828090071678, 0.0500781387090683, -0.0003519964520819485, -0.03932398185133934, -0.031172027811408043, 0.03674045950174332, 0.0130155673250556, -0.014013444073498247, 0.0459953136742115, 0.011488866060972214, 0.012907643802464008, -0.02437824569642544, 0.01556588150560856, 0.004264701157808304, -0.023455291986465458, 0.008621007204055786, 0.024208057671785355, -0.01674971915781498, -0.027902361005544662, -0.021009372547268867, 0.018869999796152115, 0.010969975031912329, -0.024988427758216854, -0.025401858612895012, 0.003883583704009652, -0.002722576260566711, -0.00561513239517808, -0.0018190289847552776, 0.0433686189353466, 0.04600360989570618, 0.021959302946925163, -0.009318774566054344, 0.04577946662902832, 0.034721460193395615, -0.03592688590288162, -0.01475417334586382, 0.05752298980951309, 0.01080645713955164, -0.007761434186249971, -0.03939703851938248, -0.010264349170029163, -0.02216913551092148, -0.009671704843640327, -0.025325482711195942, -0.05003330856561661, 0.0003196194302290678, -0.022883089259266853, 0.0054899826645851135, 0.01871558465063572, -0.010509252548217772, 0.06356193125247955, 0.016663379967212677, -0.0032784859649837017, -0.01790366880595684, -0.044882867485284805, -0.05858416482806206, -0.025662535801529884, -0.006482047960162163, 0.01776585914194584, 0.02619592659175396, -0.05040190741419792, 0.02286316454410553, 0.05359727516770363, 0.028803937137126923, -0.02219570241868496, 0.014782190322875977, -0.012065840885043144, 0.03768852725625038, 0.04375382512807846, -0.002447371603921056, -0.008210483938455582, -0.0067120082676410675, 0.01823491044342518, -0.023526480421423912, -0.02671852521598339, -0.03283197060227394, -0.009116833098232746, 0.02177231013774872, 0.005281607154756784, -0.027065539732575417, -0.026748409494757652, -0.017211299389600754, 0.04481977224349976, -0.022746942937374115, 0.04004177823662758, 0.0024465415626764297, 0.012573910877108574, -0.04241557419300079, -0.009742996655404568, 0.005103948526084423, 0.03881923109292984, -0.018506381660699844, -0.02988317236304283, -0.002372655551880598, -0.033792492002248764, -0.026615634560585025, 0.010873702354729176, -0.02629845403134823, 0.07072638720273972, 0.016189346089959145, 1.7563503206474707e-05, 0.03453882038593292, 0.003910149447619915, -0.029952075332403183, -0.033391449600458145, 0.016948962584137917, 0.04350477084517479, 0.017596501857042313, -0.04552044719457626, -0.009752128273248672, -0.013453487306833267, -0.042060256004333496, -0.06224360316991806, -0.0027761231176555157, 0.03673049807548523, -0.006531858816742897, 0.04743795469403267, 0.034681614488363266, 0.02235468104481697, 0.030540674924850464, -0.01658700406551361, -0.07450370490550995, 0.06392056494951248, -0.07488475739955902, 0.007603621575981379, -0.024463754147291183, 0.01339994091540575, -0.08030832558870316, -0.0027385572902858257, -0.00544598326086998, 0.007976372726261616, -0.04042646288871765, -0.07432563602924347, -0.006229258142411709, 0.04273602366447449, -0.014514872804284096, -0.02681482583284378, 0.009587856009602548, -0.031153349205851555, -0.024229643866419792, 0.029238617047667503, -0.022609131410717964, -0.06871236115694046, -0.001172214630059898, -0.05364293232560158, 0.02439858391880989, 0.004200712777674198, -0.03100474551320076, -0.009833771735429764, -0.002698086202144623, -0.06321988999843597, -0.032981403172016144, -0.08342979848384857, -0.029277971014380455, 0.04305398091673851, -0.03694966807961464, 0.02893137000501156, -0.0030177056323736906, -0.08503039181232452, 0.02219570241868496, -0.00788795854896307, -0.012127273716032503, 0.023434745147824287, 0.0052400981076061726, 0.006282804999500513, -0.0003246005217079073, 0.029077894985675812, -0.01953580416738987, 0.02759685553610325, 0.06494666635990143, -0.004377956036478281, -0.033064424991607666, -0.01898290403187275, -0.015348373912274836, -0.025882530957460403, -0.005870205350220203, -0.03863327205181122, 0.007719743531197309, 0.05495461821556091, -0.02722700871527195, 0.03415548801422119, -0.019533313810825348, -0.010579817928373814, 0.004343503620475531, -0.011342753656208515, 0.05366991087794304, 0.042412254959344864, 0.041849393397569656, -0.02400549314916134, -0.02576817385852337, -0.001296326634474099, -0.02269132062792778, 0.03480033203959465, -0.04324409365653992, -0.012827116064727306, 0.0069037796929478645, -0.0002639973536133766, 0.04764570668339729, 0.017003338783979416, 0.010073408484458923, -0.01860932260751724, -0.013805068098008633, 0.03218692168593407, 0.021967817097902295, 0.040257103741168976, -0.02909948118031025, 0.02636071667075157, 0.038168370723724365, 0.03901847451925278, 0.013208169490098952, 0.0020166896283626556, -0.02686463482677937, 0.01317579299211502, -0.05538631230592728, 0.005984147544950247, -0.03992835432291031, -0.0062197111546993256, 0.005681754555553198, -0.034056488424539566, 0.004517011344432831, 0.07531395554542542, 0.00654970807954669, -0.006071938667446375, 0.049883875995874405, 0.07057197391986847, -0.0019459427567198873, 0.024946503341197968, -0.008726855739951134, 0.06402682512998581, -0.03559979423880577, 0.02202302403748035, -0.017349109053611755, -0.0077796196565032, -0.0009364434517920016, 0.02626192383468151, -0.03759118914604187, 0.012580552138388155, 0.017596501857042313, -0.02445213310420513, -0.027718059718608856, 0.07709386944770813, -0.048296574503183365, 0.007023325655609369, -0.044891588389873505, -0.03956971317529678, 0.022658424451947212, 0.027295498177409172, 0.04192742705345154, 0.045970406383275986, -0.025433717295527455, -0.011435318738222122, -0.0033838150557130575, -0.05382058769464493, 0.03010566160082817, 0.004774781875312328, 0.01461117435246706, -0.018669096753001213, 0.0203622467815876, -0.003671057289466262, 0.10323458164930344, 0.038962021470069885, -0.0400877483189106, 0.05210378021001816, -0.007739667315036058, -0.03779977187514305, 0.06186835840344429, -0.006936157122254372, 0.04230432957410813, -0.015384902246296406, -0.03875282034277916, 0.004702141508460045, 0.013579051941633224, -0.01817098632454872, -0.027068858966231343, 0.04963814467191696, 0.0007538037607446313, -0.0030334789771586657, 0.043599411845207214, 0.055575594305992126, 0.0018268118146806955, -0.006827402859926224, -0.015879690647125244, 0.0028165944386273623, -0.0524873249232769, -0.03315740078687668, -0.03178926557302475, 0.021899327635765076, 0.020568547770380977, -0.016571955755352974, 0.0063189174979925156, -0.04023386165499687, 0.06425762176513672, -0.008303619921207428, 0.06632144749164581, 0.03382403776049614, -0.01709507405757904, -0.028159717097878456, 0.020669829100370407, 0.003446908667683602, -0.012748248875141144, 0.004751951899379492, 0.0539550818502903, -0.02572894841432571, -0.0012730815215036273, -0.04721401259303093, 0.010482479818165302, -0.028764087706804276, 0.03428976982831955, -0.013340997509658337, -0.010686911642551422, -0.012863644398748876, -0.020041799172759056, -0.0010133389150723815, 0.0422067828476429, -0.009995371103286743, 0.039033420383930206, -0.02057560533285141, -0.010022352449595928, -0.03758392482995987, -0.00496281823143363, -0.013475487008690834, 0.03308766707777977, -0.02121608890593052, -0.0059183561243116856, 0.0029214047826826572, -0.008415537886321545, 0.0763799175620079, 0.040579214692115784, 0.01432144083082676, 0.008540895767509937, -0.014240913093090056, 0.01498973648995161, 0.02453431859612465, -0.01700541377067566, -0.00886466633528471, -0.01231987588107586, -0.00034390221117064357, 0.028325753286480904, 0.008063126355409622, 0.02620007656514645, 0.006661367136985064, -0.004914667457342148, 0.06142670288681984, 0.006702875718474388, 0.001312411273829639, -0.03532583266496658, 0.06945621222257614, -0.005537302698940039, -0.05049488693475723, 0.027261462062597275, 0.0104121221229434, -0.05169035121798515, -0.018278080970048904, 0.009337453171610832, 0.030336450785398483, -0.0029268008656799793, -0.04593221843242645, -0.062134020030498505, 0.02789406105875969, -0.004356786608695984, -0.002030621049925685, 0.02067232131958008, 0.034889157861471176, -0.018220799043774605, -0.02631339617073536, -0.06129719689488411, 0.03680438548326492, 0.03430803120136261, 0.008203219622373581, 0.0425882525742054, 0.07271051406860352, 0.057670969516038895, 0.02251780964434147, 0.039433978497982025, -0.024015456438064575, 0.06126066669821739, 0.054577719420194626, 4.649010224966332e-05, -0.021129336208105087, -0.013349300250411034, -0.025873400270938873, 0.033227138221263885, 0.030804671347141262, -0.004841611720621586, 0.054947979748249054, 0.03030698001384735, 0.05356323719024658, -0.03864655643701553, 0.026348678395152092, -0.02516152150928974], [-0.06652937084436417, -0.03665708377957344, -0.07046718895435333, -0.042291101068258286, 0.020116489380598068, -0.002405062085017562, 0.04250502586364746, -0.024158965796232224, 0.018725965172052383, 0.02540564350783825, -0.02605295553803444, 0.03687469661235809, -0.07153267413377762, -0.026435626670718193, -0.006314527243375778, 0.04005224630236626, -0.022163545712828636, 0.006049827206879854, 0.07161381840705872, 0.01915566250681877, -0.010888133198022842, -0.004660283215343952, -0.0031037817243486643, 0.026379378512501717, 0.007495734374970198, 0.016819065436720848, 0.020391274243593216, -0.02377906069159508, 0.048472847789525986, -0.004427914507687092, 0.022565580904483795, -0.02032303996384144, 0.010307211428880692, 0.02496672421693802, 0.04987443238496781, 0.026688281446695328, 0.007933270186185837, 0.004036944825202227, 0.0008999676210805774, -0.018008572980761528, -0.05325576663017273, -0.00886689405888319, -0.031478580087423325, 0.0004785688652191311, 0.032693903893232346, 0.01112326793372631, -0.012448322027921677, 0.022414356470108032, 0.011080851778388023, -0.020549874752759933, 0.04218782857060432, 0.03814166039228439, -0.003931825514882803, -0.01858050562441349, -0.01942768134176731, 0.06302724033594131, 0.03559237718582153, 0.01221134327352047, 0.021757822483778, 0.03671932592988014, 0.017686299979686737, 0.022977758198976517, -0.04417218267917633, -0.04662127420306206, 0.017118286341428757, 0.0024195851292461157, 0.025440683588385585, 0.02134288102388382, 0.029949741438031197, -0.035758960992097855, -0.003528408007696271, -0.003323240904137492, 0.007973380386829376, -0.03843304142355919, 0.06398622691631317, -0.03499868884682655, -0.06390876322984695, 0.02215985767543316, -0.0025763416197150946, -0.04567335546016693, -0.012969768606126308, -0.001137868850491941, -0.03627902269363403, -0.07909387350082397, -0.03965021297335625, 0.03837587311863899, -0.024649523198604584, -0.004204766359180212, 0.04310254752635956, 0.012507337145507336, -0.0072034867480397224, -0.012341359630227087, 0.015185109339654446, 0.011847115121781826, -0.015447677113115788, -0.008173475973308086, -0.011658084578812122, 0.06681153178215027, 0.035784777253866196, 0.03180869296193123, 0.031242523342370987, -0.02162919193506241, -0.017431339249014854, -0.015183264389634132, -0.028771299868822094, 0.006918500643223524, 0.03849205747246742, -0.06672300398349762, 0.012706970795989037, -0.047080475836992264, -0.015038841404020786, 0.013053218834102154, -0.017815623432397842, -0.034412696957588196, -0.02539088949561119, 0.007646036334335804, 0.01704959012567997, -0.038256920874118805, -0.03056939132511616, -0.05010680481791496, -0.03849205747246742, -0.02909720316529274, -0.00032826687674969435, 0.022137727588415142, -0.0026408887933939695, -0.035928625613451004, -0.01446771714836359, 0.015009910799562933, -0.015476493164896963, 0.03247997909784317, -0.0022115367464721203, -0.02927107736468315, 0.013501359149813652, -0.010314126498997211, -0.03006131574511528, 0.04526394605636597, -0.02924433723092079, 0.0745387077331543, -0.016176365315914154, 0.00322734285145998, -0.013818560168147089, -0.014653518795967102, 0.00485761184245348, 0.027932191267609596, 5.532587965717539e-05, -0.0381084643304348, -0.015723614022135735, -0.09017380326986311, 0.03430619463324547, 0.0031720169354230165, -0.013289275579154491, 0.02840061672031879, -0.02896401844918728, 0.02715209685266018, -0.03292996063828468, -0.03173123300075531, 0.035320039838552475, 0.03618312254548073, -0.019719986245036125, -0.015570431016385555, 0.016536904498934746, 0.0408194325864315, 0.045913100242614746, 0.0003079807211179286, -0.03921867161989212, 0.004665354732424021, 0.01999753899872303, 0.03233981877565384, -0.008423364721238613, 0.006777420174330473, 0.03719235956668854, 0.0036146240308880806, 0.014858686365187168, 0.025991175323724747, -0.004809663165360689, -0.015868384391069412, 0.015575156547129154, -0.01941569335758686, -0.03949898853898048, 0.05072091892361641, 0.020983261987566948, -0.008575511164963245, 0.0031591078732162714, -0.03653351962566376, -0.04978867992758751, 0.011381455697119236, -0.020833881571888924, -0.0008766846149228513, -0.016212327405810356, 0.019032102078199387, 0.017454393208026886, -0.06112402677536011, 0.03433892875909805, 0.009643645957112312, -0.025062624365091324, 0.05155138298869133, 0.015173121355473995, -0.009877513162791727, -0.040221914649009705, -0.0006897292914800346, 0.02058122679591179, 0.018002118915319443, 0.04704912751913071, -0.025543956086039543, -0.03081282414495945, -0.04783844202756882, 0.03875762224197388, -0.004710076376795769, 0.06262889504432678, 0.00616699131205678, 0.007834144867956638, 0.07851479202508926, 0.008003810420632362, 0.042511481791734695, 0.012913060374557972, 0.014505984261631966, 0.07555301487445831, -0.04029568284749985, 0.04022560268640518, 0.03235088661313057, -0.04273186624050141, -0.03122269921004772, 0.003176051191985607, -0.04191303998231888, 0.008169787935912609, 0.041103437542915344, 0.005440378095954657, 0.03318077325820923, -0.008195606991648674, -0.03227481245994568, 0.05565783381462097, -0.0302438922226429, 0.01406014896929264, -0.02342866361141205, -0.012525778263807297, 0.0007713349768891931, -0.02695476822555065, 0.03135870769619942, -0.02991839125752449, 0.013680245727300644, -0.055951520800590515, -0.013728194870054722, 0.050272781401872635, -0.02110866643488407, -0.000898123427759856, -0.0051268646493554115, 0.012111756950616837, 0.020415248349308968, -0.029429679736495015, -0.013406037352979183, -0.0064657507464289665, -0.0027589171659201384, -0.04552812501788139, 0.010237131267786026, -0.0029304272029548883, 0.0005495704244822264, -0.01061519142240286, 0.003755128709599376, 0.00840215664356947, 0.0123192286118865, -0.005294686648994684, -0.0789610892534256, -0.03559666872024536, -0.0020355312153697014, 0.022711271420121193, 0.004123622085899115, -0.01050454005599022, -0.008903778158128262, 0.04047272354364395, -0.006318215746432543, 0.004187246784567833, -0.07099416851997375, 0.04404677450656891, 0.010216384194791315, -0.01645601913332939, 0.03998954594135285, 0.03608353808522224, -0.00703007448464632, 0.043506428599357605, 0.04131367802619934, -0.0010106193367391825, -0.030936386436223984, -0.01936405710875988, 0.07232198864221573, 0.03656395152211189, 0.01662266068160534, -0.014665046706795692, -0.05743563920259476, -0.0008852140745148063, 0.006724399048835039, -0.0036625731736421585, 0.039395712316036224, 0.02573944441974163, 0.03907297924160957, 0.04762912541627884, 0.014124782755970957, 0.009614715352654455, 0.03669580817222595, -0.01315649412572384, -0.08675097674131393, 0.061020754277706146, 0.008645590394735336, -0.02973581664264202, 0.004094114992767572, 0.0480671226978302, -0.03166657313704491, -0.034826718270778656, 0.08775421977043152, -0.01053773518651724, -0.004525656811892986, -0.038412757217884064, -0.007414128631353378, -0.008132903836667538, -0.027921127155423164, 0.05046457797288895, -0.0036349103320389986, -0.006266577634960413, 0.041458215564489365, -0.02971368469297886, 0.008689851500093937, 0.019334549084305763, -0.03096773661673069, 0.019810352474451065, -0.03523705154657364, 0.003852525260299444, 0.026729775592684742, 0.0161809753626585, 0.05162273347377777, -0.03805682808160782, -0.024535182863473892, 0.027013782411813736, -0.02652605064213276, 0.03548233211040497, -0.009668600745499134, -0.03088705614209175, 0.035718388855457306, -0.009980788454413414, 0.02350566163659096, -0.007894542068243027, 0.019017348065972328, 0.028933417052030563, -0.02079884149134159, 0.004832715727388859, -0.018143199384212497, -0.019809890538454056, -0.060851089656353, -0.027543988078832623, -0.0446774885058403, 0.04783844202756882, 0.03125358745455742, 0.02439035475254059, 0.02384176477789879, 0.009042092598974705, 0.002915673889219761, 0.0024767552968114614, 0.008812489919364452, -0.006384606007486582, -0.00147766200825572, 0.012470453046262264, -0.03852755948901177, 0.022970151156187057, -0.03134395554661751, -0.03894941881299019, 0.04135332629084587, -0.005517142824828625, -0.007365718483924866, 0.005233827978372574, -0.0012798719108104706, 0.050634242594242096, -0.028078343719244003, 0.05969293415546417, -0.010932394303381445, -0.02721405029296875, 0.04532572254538536, 0.009909787215292454, 0.020737983286380768, -0.07342850416898727, -0.0666387528181076, 0.03461186960339546, -0.03285279497504234, 0.009656209498643877, -0.026353560388088223, 0.052589088678359985, -0.016813648864626884, 0.026301922276616096, 0.0162980817258358, 0.04507779702544212, 0.04748251661658287, -0.001696775434538722, 0.06628777831792831, 0.03501390293240547, -0.03025219030678272, 0.011375000700354576, 0.029676800593733788, -0.009801901876926422, -0.028953876346349716, 0.008763618767261505, 0.04026617482304573, 0.018985997885465625, 0.010474110953509808, -0.01749035343527794, -0.004777504596859217, -0.012265746481716633, -0.01233398262411356, -0.0021856026723980904, -0.01834237203001976, -0.08483301848173141, -0.05168728157877922, -0.0431283675134182, 0.04089688882231712, 0.06242511048913002, 0.00600470183417201, 0.008443650789558887, 0.01134549267590046, 0.008611934259533882, 0.005127325654029846, -0.04681307077407837, 0.004522314295172691, -0.019419383257627487, -0.00828597228974104, -0.012963775545358658, -0.00719236396253109, -0.05246737226843834, -0.011806312017142773, 0.02944396995007992, 0.04541885852813721, -0.04567704722285271, 0.004769090563058853, -0.0322614423930645, 0.0196757260710001, 0.011320597492158411, 0.029525578022003177, 0.01113525591790676, 0.033560678362846375, -0.009825875982642174, 0.040907952934503555, 0.057450391352176666, 0.00953172706067562, -0.017289336770772934, -0.04756181314587593, 0.0010825430508702991, 0.004088582471013069, -0.0019430909305810928, 0.011365778744220734, 0.01024404726922512, -0.007247229106724262, -0.013698686845600603, 0.004580982495099306, -0.021140018478035927, -0.051098983734846115, 0.01790737360715866, 0.0008925908477976918, -0.048800189048051834, -0.054698847234249115, -0.029831713065505028, -0.021298157051205635, 0.008077578619122505, -0.017031149938702583, -0.011059642769396303, -0.010171201080083849, -0.03125174343585968, -0.002320920582860708, 0.034287288784980774, 0.02457759901881218, -0.035770025104284286, -0.015279163606464865, 0.04689052700996399, -0.07602513581514359, 0.0021060716826468706, -0.042277269065380096, -0.016889147460460663, 0.002364259213209152, -0.022587712854146957, -0.05538489297032356, -0.03330618143081665, 0.03735603392124176, 0.0599142387509346, -0.0008197451243177056, -0.04338871315121651, -0.022518092766404152, -0.004580118227750063, -0.034386418759822845, -0.0033416831865906715, 0.02552367001771927, -0.007384160533547401, 0.010039802640676498, -0.002286802977323532, -0.021731890738010406, 0.01826675981283188, -0.020465733483433723, 0.026688743382692337, 0.07812382280826569, -0.018771609291434288, 0.047580257058143616, -0.008245861157774925, 0.01283283717930317, 0.029857533052563667, 0.02561887912452221, 3.3195527066709474e-05, -0.048030927777290344, 0.03932471200823784, 0.05332307890057564, -0.01822526752948761, 0.007972459308803082, 0.002270666183903814, -0.05082050710916519, -0.01512978319078684, 0.06823340803384781, 0.013623075559735298, 0.007347276899963617, -0.027094926685094833, -0.03140296787023544, 0.0008510964107699692, -0.01319337822496891, 0.04471806064248085, 0.06933438777923584, -0.02383807674050331, -0.05929090082645416, 0.026766661554574966, -0.034515973180532455, 0.003695413703098893, 0.015395347960293291, -0.001983432797715068, 0.0251954048871994, 0.03922973573207855, 0.0007745623006485403, 0.04615192487835884, -0.017661863937973976, 0.003584194928407669, -0.01393105648458004, -0.02213034965097904, -0.020654994994401932, -0.012627209536731243, 0.03490694239735603, 0.026320364326238632, -0.0009884890168905258, 0.02194961905479431, 0.03376353904604912, 0.02277950756251812, 0.008431663736701012, -0.0015983415069058535, 0.030471188947558403, -0.0019714455120265484, -0.02432125434279442, -0.003261460456997156, -0.06105026230216026, 0.013458941131830215, -0.005691188387572765, 0.02068265713751316, -0.017330830916762352, -0.015788160264492035, 0.004036944825202227, -0.03553581237792969, -0.07251378148794174, 0.03091984800994396, 0.00314665911719203, 0.026766430586576465, 0.03960456699132919, 0.032487355172634125, 0.03346109017729759, -0.011780723929405212, -0.02224100381135941, 0.01030905544757843, 0.013947654515504835, -0.006640488747507334, 0.03534545749425888, 0.012208577245473862, -0.02543515153229237, -0.03201155364513397, -0.01759178563952446, -0.0263498704880476, -0.02963438630104065, -0.018451180309057236, -0.004240728449076414, -0.03784843534231186, 0.006992037873715162, 0.01278673205524683, -0.04556270316243172, -0.007247690111398697, -0.0343315526843071, 0.029961729422211647, 0.007854430936276913, -0.013048463501036167, -0.03526102378964424, 0.01453134138137102, -0.006709184497594833, 0.029662970453500748, 0.03627372160553932, 0.043301720172166824, -0.0045699174515903, -0.004697166848927736, 0.02075550332665443, 0.010118180885910988, -0.02856290712952614, -0.0575094074010849, -0.023990223184227943, -0.053868964314460754, 0.003968709614127874, -0.012841136194765568, -0.02729410119354725, -0.024516738951206207, -0.007714271545410156, -0.007026847451925278, 0.04747697710990906, 0.01727665774524212, 0.03388894349336624, -0.0035178037360310555, 0.03219758719205856, -0.017536459490656853, -0.013315094634890556, 0.024118393659591675, -0.032461535185575485, -0.0006620663334615529, -0.018914073705673214, -0.016225235536694527, 0.007199740968644619, -0.039380960166454315, 0.000489014491904527, -0.008892713114619255, -0.01065945252776146, 0.03399590775370598, -0.017311466857790947, -0.011540979146957396, 0.019600113853812218, -0.037866875529289246, -0.009219136089086533, 0.000946072512306273, 0.030517755076289177, 0.06387557089328766, 0.01631006971001625, 0.08452318608760834, -0.008885336108505726, 0.07319982349872589, 0.03526102378964424, -0.015517410822212696, 0.08487727493047714, 0.0232829749584198, -0.009468101896345615, -0.031177975237369537, 0.026571176946163177, 0.0266080591827631, -0.0017556746024638414, 0.001560189644806087, 0.024765707552433017, -0.0007501266663894057, 0.0003540856414474547, 0.027592858299613, -0.0005938311223872006, 0.00834245141595602, -0.002836373168975115, 0.026951078325510025, -0.018021482974290848, -0.04128048196434975, -0.0007196974474936724, 0.005842412821948528, 0.021928412839770317, -0.014417232014238834, -0.009350880049169064, -0.03542792424559593, -0.042991895228624344, 0.018596872687339783, -0.027264593169093132, 0.0652255192399025, 0.027658788487315174, 0.01180469896644354, 0.007652951870113611, 0.056583620607852936, 0.01565076969563961, -0.03280455619096756, -0.012330293655395508, 0.027924813330173492, -0.003219966311007738, -0.017343740910291672, -0.02782891690731049, -0.02935222163796425, -0.03540302813053131, -0.009611949324607847, -0.035618800669908524, -0.0542871318757534, 0.020993808284401897, -0.011561265215277672, -0.011705111712217333, 0.005470692180097103, -0.017672007903456688, 0.0566537007689476, 0.02402065321803093, -0.008934437297284603, 0.0017393073067069054, -0.032203350216150284, -0.0455571711063385, -0.003684703493490815, 0.028493748977780346, 0.01121640019118786, 0.038824014365673065, -0.01552259735763073, -0.002320920582860708, 0.057074178010225296, 0.02588328905403614, -0.04556639492511749, -0.0034866828937083483, 0.009069755673408508, 0.02859794721007347, 0.04689421504735947, 0.02223915793001652, 0.019198309630155563, -0.020453976467251778, -0.004212143365293741, -0.00593370059505105, 0.009359294548630714, -0.0441131666302681, -0.01833499595522881, 0.02546834759414196, -0.011017225682735445, -0.0004481396172195673, -0.014095650054514408, -0.01721556857228279, 0.013827781192958357, -0.013937164098024368, 0.040079910308122635, 0.011489341035485268, 0.04512932151556015, -0.04799335449934006, -0.024452194571495056, -0.003548232838511467, 0.05000070109963417, -0.01450828928500414, -0.011340652592480184, -0.027884241193532944, -0.015686729922890663, -0.03459711745381355, -0.004752031993120909, -0.06195022910833359, 0.030338866636157036, 0.017032993957400322, 0.03560773283243179, 0.020169969648122787, -0.012868799269199371, -0.028959408402442932, -0.00891115516424179, 0.012789038009941578, 0.014559927396476269, 0.017132118344306946, -0.03241358697414398, -0.0026966757141053677, -0.0049571986310184, -0.03790929168462753, -0.0425429493188858, 0.01155942026525736, 0.02857258915901184, -0.0007155480561777949, 0.07004993408918381, 0.014168957248330116, 0.01881079748272896, 0.02830471843481064, -0.012578338384628296, -0.07940369844436646, 0.04246814548969269, -0.08213034272193909, 0.03702038899064064, -0.03060627542436123, -0.019120624288916588, -0.08555594086647034, -0.018603557720780373, -0.0240861214697361, 0.008652967400848866, 0.0010161519749090075, -0.07647143304347992, 0.009825875982642174, 0.034685637801885605, 0.004399329423904419, -0.04619341716170311, 0.027729328721761703, -0.03456023335456848, -0.02810554765164852, -0.03506923094391823, -0.05119580402970314, -0.07864388823509216, -0.005226450972259045, -0.04242757335305214, 0.030278008431196213, -0.0025892509147524834, -0.021843116730451584, -0.018246473744511604, -0.00909188576042652, -0.06689636409282684, -0.028489138931035995, -0.044463563710451126, -0.03125543147325516, 0.022388538345694545, -0.04370744153857231, 0.03307196497917175, -0.00017612070951145142, -0.08862467855215073, 0.006228771526366472, -0.03280455619096756, 0.016953693702816963, 0.035072918981313705, -0.010888133198022842, -0.022162163630127907, -0.024638457223773003, 0.0035509993322193623, 0.019849080592393875, 0.019784534350037575, 0.07149578630924225, -0.01097527053207159, -0.012776589021086693, 0.010928705334663393, 0.00708171259611845, -0.0033177086152136326, -0.05334889888763428, -0.05011049285531044, 0.024557312950491905, 0.03776175528764725, -0.024246565997600555, 0.04197389632463455, 0.023940270766615868, -0.01989426463842392, 0.024080587550997738, -0.01450575329363346, 0.04893758147954941, 0.049240030348300934, 0.029920928180217743, -0.005554717965424061, -0.009818498976528645, -0.0008870582096278667, -0.020389430224895477, 0.059135984629392624, -0.03432647883892059, 0.008077578619122505, -0.012935190461575983, 0.003376722801476717, 0.01425563544034958, 0.009313189424574375, 0.051098983734846115, -0.03461740165948868, 0.031400203704833984, 0.026565641164779663, -0.010079452767968178, 0.018689081072807312, -0.026899442076683044, 0.01998370699584484, -0.004809663165360689, 0.0586712509393692, 0.011943013407289982, 0.006028676405549049, -0.011415572836995125, 0.04601453244686127, -0.04803761467337608, 0.01752723753452301, -0.0238638948649168, -0.008667721413075924, 0.01959642581641674, -0.02381225861608982, 0.029566150158643723, 0.032616451382637024, -0.02153651975095272, -0.007111219223588705, 0.059442125260829926, 0.07290475070476532, 0.0024804435670375824, 0.06717298924922943, -0.0029248949140310287, 0.05241573601961136, -0.04651430994272232, 0.013772455975413322, -0.019198080524802208, -0.008414143696427345, -0.01082727499306202, 0.02249365858733654, -0.010831884108483791, -0.002967311069369316, 0.03771749511361122, -0.017581641674041748, -0.03346293419599533, 0.07239575684070587, -0.07171709090471268, -0.009788991883397102, -0.03440716490149498, -0.035139307379722595, 0.07457928359508514, -0.01249442808330059, 0.03528454154729843, 0.04838985577225685, -0.007109375670552254, -0.029274767264723774, 0.012517480179667473, -0.0594647154211998, 0.0017114138463512063, -0.0021540208254009485, 0.0032090162858366966, -0.03025219030678272, 0.024336008355021477, -0.030455050989985463, 0.0870123878121376, 0.019190702587366104, -0.060917481780052185, 0.03821174055337906, 0.012972073629498482, -0.0502617172896862, 0.043867919594049454, -0.010499007999897003, 0.035812441259622574, 0.014639226719737051, -0.02143416740000248, -0.02902764268219471, -0.03692172467708587, -0.017689527943730354, -0.04722985997796059, 0.05036498978734016, 0.012617988511919975, -0.00043338604154996574, 0.04669873043894768, 0.022938109934329987, 0.0012766446452587843, -0.012273123487830162, -0.005259647034108639, 0.003058598842471838, -0.03761329874396324, -0.04620817303657532, -0.03546757623553276, 0.02495289221405983, 0.0073362113907933235, 0.00826522521674633, 0.010181806050240992, -0.047528620809316635, 0.05447385832667351, -0.02755228616297245, 0.043237172067165375, 0.03070770762860775, -0.008729501627385616, -0.03627026081085205, 0.003764925990253687, -0.017859194427728653, 0.01259309146553278, 0.021658236160874367, 0.029300585389137268, -0.02882478199899197, 0.04009005427360535, -0.015601896680891514, 0.020221607759594917, -0.0008298882166855037, 0.020881831645965576, 0.0157936941832304, 0.02116399258375168, -0.0096359234303236, -0.038750242441892624, 0.01257418841123581, 0.03984339162707329, -0.015100276097655296, 0.035604048520326614, -0.007255527656525373, -0.036734193563461304, -0.036465056240558624, -0.01854707859456539, 0.017067112028598785, 0.05666845291852951, -0.020795153453946114, 0.010619822889566422, 0.04630406945943832, 0.012840676121413708, 0.06017611175775528, 0.04215832054615021, 0.007893159054219723, -0.009884890168905258, 0.00025449905660934746, 0.01848990842700005, -0.0009147211676463484, -0.04158661887049675, 0.00024481702712364495, 0.004237962421029806, -0.005318661220371723, 0.007181298919022083, 0.0007256910903379321, 0.03856213763356209, -0.000393735826946795, -0.01491493545472622, 0.06550583988428116, 0.008492061868309975, -0.014007245190441608, -0.030229484662413597, 0.001076088403351605, 0.0006588390097022057, -0.03238961473107338, 0.005551029462367296, 0.03497517481446266, -0.01120625715702772, -0.03152422606945038, 0.017187906429171562, 0.024011431261897087, 0.00018712825840339065, -0.026980586349964145, -0.036485571414232254, -0.018165329471230507, 0.012263903394341469, 0.011596303433179855, 0.024210605770349503, 0.04366518557071686, -0.016701729968190193, -0.009608260355889795, -0.0321849063038826, 0.03239767998456955, -0.01230816449970007, -0.005292842164635658, 0.008962792344391346, 0.046396974474191666, 0.021178746595978737, 0.0639825314283371, 0.05903271213173866, -0.009142831899225712, 0.07349489629268646, 0.002648265333846211, 0.006948008202016354, -0.011923648416996002, 0.014395792968571186, 0.02386481687426567, 0.004772779066115618, 0.025413019582629204, 0.02884322591125965, 0.05149732530117035, 0.03327782452106476, 0.02919730916619301, -0.039137985557317734, 0.04153867065906525, -0.02537705935537815], [-0.032828763127326965, -0.013135366141796112, -0.05156819149851799, 0.02583044022321701, 0.006581200752407312, 0.0320640429854393, 0.04542244970798493, -0.0693652406334877, 0.01267576403915882, -0.02100364677608013, -0.0567396841943264, -0.009584067389369013, -0.02682689018547535, -0.0012146641965955496, -0.0013788078213110566, 0.025985410436987877, -0.013397997245192528, -0.046786777675151825, 0.02356332540512085, 0.03182458505034447, 0.00953289307653904, -0.06174897029995918, -0.0018615837907418609, 0.02566533163189888, -0.022470321506261826, 0.026682058349251747, 0.0112969558686018, -0.03427322581410408, 0.018672805279493332, 0.030438054352998737, 0.019212067127227783, -0.04998854547739029, -0.003800411708652973, 0.01887267455458641, 0.01327054388821125, 0.01875004917383194, 0.02429424785077572, -0.01791170984506607, -0.056585196405649185, -0.014707284979522228, -0.058551058173179626, 0.049490321427583694, -0.006341743748635054, 0.05039601027965546, 0.04395577684044838, 0.03295814245939255, 0.03927768021821976, 0.0566663034260273, -0.002008347772061825, -0.027174489572644234, 0.05044814944267273, -0.013034949079155922, 0.005256463773548603, 0.008874868974089622, -0.00972407218068838, 0.02914421446621418, 0.03427901864051819, 0.001948000630363822, 0.008312434889376163, -0.008404162712395191, 0.029742855578660965, -0.004506230354309082, -0.016035884618759155, -0.04785274714231491, 0.002759546972811222, -0.01413857378065586, 0.070014089345932, 0.019943471997976303, 0.013846012763679028, -0.06205408275127411, 0.0020595218520611525, 0.008274778723716736, -0.009062668308615685, 0.009891112335026264, 0.028418121859431267, 0.03346795588731766, -0.025347664952278137, 0.0199058149009943, -0.02118999883532524, -0.012917150743305683, 0.017600078135728836, -0.00936102494597435, -0.0828520655632019, -0.06214725971221924, -0.010845077224075794, -0.020611634477972984, -0.030752824619412426, -0.0006039526197127998, 0.04772143065929413, -0.010611413978040218, -0.011518067680299282, 0.023393388837575912, 0.06784352660179138, 0.006600511725991964, 0.025038689374923703, 0.0241387952119112, -0.016487762331962585, 0.04176108166575432, 0.015135989524424076, 0.006013456732034683, 0.04113636538386345, -0.013054260052740574, -0.016179751604795456, 0.0019125166581943631, -0.03356257826089859, -0.024903511628508568, 0.0037719279062002897, -0.06326349079608917, 0.01500660553574562, -0.02964690513908863, -0.03067171759903431, 0.03465172275900841, 0.01983629539608955, -0.031773410737514496, 0.01226636953651905, 0.001228181878104806, 0.02380688674747944, -0.013654832728207111, -0.010221331380307674, 0.007355573587119579, -0.06941159069538116, -0.01905806176364422, -0.009893042966723442, -0.01945393718779087, -0.027124280110001564, -0.05170723050832749, -0.00880197063088417, -0.0036594411358237262, 0.024528877809643745, 0.014577900059521198, 0.005599234718829393, -0.00939337071031332, 0.004801205825060606, 0.004870242904871702, -0.04503333568572998, 0.03026956506073475, 0.0014097056118771434, 0.02212272398173809, 0.02648315392434597, 0.03346216306090355, -0.04652414843440056, -0.03767196834087372, -0.010111258365213873, 0.034922078251838684, 0.017241857945919037, -0.025204762816429135, 0.009925872087478638, -0.012985464185476305, -0.01423802599310875, 0.0024747091811150312, -0.019054198637604713, 0.0001390394609188661, -0.02208023890852928, 0.02927215024828911, 0.023174328729510307, -0.034039564430713654, 0.022292660549283028, 0.01056989561766386, -0.03167782351374626, -0.00401669554412365, 0.02522745355963707, 0.02217968925833702, 0.05706024914979935, -0.011737247928977013, -0.006391952745616436, -0.016262546181678772, 0.025250142440199852, 0.00970958825200796, -0.000980517826974392, 0.026868168264627457, 0.006495749112218618, 0.03726257383823395, 0.006224803160876036, 0.053773265331983566, -0.0008400300866924226, -0.008763347752392292, 0.0060752518475055695, -0.02037893608212471, -0.03997698053717613, 0.02730290964245796, -0.03406080603599548, -0.009871801361441612, -0.034528132528066635, -0.0026494739577174187, 0.03672186657786369, -0.020956335589289665, -0.051089271903038025, -0.005816966760903597, -0.015542005188763142, 0.05054856836795807, 0.04952314868569374, -0.09015936404466628, -0.01968373917043209, 0.03454165160655975, -0.04372018575668335, 0.010331404395401478, 0.02251280657947063, -0.004353672731667757, 0.016875913366675377, -0.007716690190136433, 0.01437513530254364, -0.0018615837907418609, 0.027514362707734108, -0.05046360194683075, -0.06160992383956909, -0.02273102104663849, 0.032067906111478806, 0.018530869856476784, 0.020166274160146713, -0.04726568982005119, 0.0009713450563140212, 0.07877997308969498, 0.02400747872889042, 0.02268274314701557, 0.010667416267096996, -0.027452567592263225, 0.05938143655657768, -0.07681157439947128, 0.06325329840183258, 0.020832745358347893, 0.0036211509723216295, 0.009039495140314102, 0.020341278985142708, -0.035688843578100204, -0.04607806354761124, 0.042669665068387985, -0.006216221954673529, 0.030924692749977112, -0.0025567812845110893, -0.030777927488088608, 0.051270920783281326, -0.016528798267245293, 0.0381586067378521, -0.015191991813480854, 0.013237714767456056, -0.01112894993275404, -0.034636273980140686, -0.00779393408447504, -0.045093197375535965, -0.0032288050279021263, -0.002197595778852701, -0.035022493451833725, 0.06500867009162903, -0.025509877130389217, -0.004517907276749611, -0.03094400465488434, -0.0528658926486969, -0.016035884618759155, -0.005982076283544302, 0.016517693176865578, 0.016186509281396866, -0.021854782477021217, -0.017385724931955338, 0.01362586673349142, -0.02355753257870674, 0.03582824766635895, 0.01758861169219017, 0.02398044243454933, -0.01532093808054924, 0.0006826149765402079, -0.0473400354385376, -0.06272224336862564, -0.06535747647285461, -0.005024731624871492, 0.0728026032447815, 0.0065541653893888, 0.017534419894218445, -0.05796400457620621, 0.039211057126522064, 0.02903607301414013, 0.018498040735721588, -0.03304118290543556, 0.05282340571284294, 0.042632974684238434, -0.04188177362084389, 0.015753941610455513, 0.07287212461233139, 0.0360826700925827, 0.02116103284060955, 0.006671962793916464, 0.0018384106224402783, -0.023041928187012672, 0.007444404531270266, 0.053514741361141205, 0.011318197473883629, 0.02139662764966488, 0.00950102973729372, -0.024602258577942848, 0.00968641508370638, -0.01889391615986824, -0.008892731741070747, 0.008093013428151608, 0.0019233791390433908, 0.007742276880890131, 0.04969067499041557, 0.005466471426188946, -0.023954372853040695, 0.01102274004369974, -0.01749579794704914, -0.0954737588763237, 0.05993759259581566, -0.010395854711532593, -0.052000757306814194, -0.03187093138694763, 0.02080184780061245, -0.025226609781384468, -0.025781681761145592, 0.0438263975083828, 0.02296951226890087, 0.014210990630090237, -0.012289543636143208, -0.00027421669801697135, -0.04569570347666741, 0.017005298286676407, 0.024119485169649124, -0.0786152258515358, 0.035933975130319595, 0.07471053302288055, -0.027296148240566257, 0.015865948051214218, 0.034584011882543564, -0.02589995972812176, -0.03964555636048317, -0.04178232327103615, 0.004860587418079376, 0.037411268800497055, 0.0008590996731072664, 0.03194383159279823, -0.054410774260759354, -0.033207256346940994, 0.07172118127346039, -0.039371341466903687, 0.04666028916835785, -0.009265434928238392, -0.00935040321201086, 0.04946715012192726, -0.014444654807448387, -0.014684110879898071, 0.02281888574361801, 0.003754065372049809, 0.037310853600502014, -0.04603123292326927, -0.003255357732996345, -0.0250348262488842, -0.011386752128601074, -0.04310223087668419, -0.021838851273059845, 0.00326742697507143, 0.03423460200428963, 0.004298636224120855, 0.05119355395436287, 0.003186320886015892, -0.0008805831894278526, -0.03929409757256508, -0.01602429710328579, 0.019113097339868546, 0.04343438148498535, 0.01957559771835804, -0.00856444425880909, -0.04217047244310379, 0.02895496785640717, -0.021659256890416145, -0.009977529756724834, 0.03803115338087082, -0.016982125118374825, -0.04023260995745659, -0.022425906732678413, -0.009136050939559937, 0.04501788690686226, -0.0051908064633607864, 0.06420533359050751, -0.01293260045349598, 0.02746415324509144, 0.045057475566864014, 0.023250486701726913, -0.0014484483981505036, -0.05912749469280243, -0.05262739956378937, 0.046199724078178406, -0.03098793514072895, 0.05213979631662369, 0.01141668390482664, 0.020369280129671097, -0.05450346693396568, 0.04793771356344223, 0.04947584122419357, 0.002164767123758793, 0.04580963775515556, 0.004757273476570845, 0.07169222086668015, 0.04941693693399429, 0.01215050369501114, 0.006951972842216492, 0.015750201418995857, -0.03370065242052078, 0.0029580884147435427, 0.004729272797703743, 0.020322933793067932, 0.06158675253391266, 0.01181062962859869, -0.026656953617930412, -0.024173554033041, -0.015476828441023828, -0.04694126546382904, 0.0039664870128035545, -0.03325215354561806, -0.044678010046482086, -0.014162713661789894, 0.0008111841743811965, 0.0010070705320686102, 0.04736127704381943, -0.029594160616397858, -0.03078565187752247, 0.024478668347001076, -0.008581824600696564, 0.04093167185783386, -0.030418742448091507, -0.004758239258080721, 0.03149895370006561, -0.03631826490163803, -0.0045653702691197395, 0.02527814544737339, -0.020122097805142403, -0.002406154992058873, 0.05344908684492111, 0.016948331147432327, -0.014215819537639618, 0.02332773059606552, -0.0269717238843441, 0.014856462366878986, 0.047999512404203415, -0.009041426703333856, 0.0033729136921465397, 0.07724414020776749, 0.005314397159963846, 0.03145381435751915, 0.0074424734339118, 0.033910661935806274, -0.02923690713942051, -0.008830936625599861, 0.02053149417042732, -0.008821281604468822, -0.007067838683724403, 0.019983060657978054, 0.005262257531285286, 0.02037700451910496, -0.07033851742744446, 0.018627425655722615, -0.01161751989275217, -0.03504566848278046, 0.010474305599927902, -0.03273992985486984, -0.05898362770676613, -0.03342160955071449, -0.025760922580957413, 0.002605058718472719, 0.019055990502238274, 0.01051147934049368, 0.009347748011350632, -0.03178500011563301, -0.031277116388082504, -0.02033259905874729, 0.047733016312122345, 0.02903607301414013, -0.0455474928021431, 0.01465707551687956, 0.040057845413684845, -0.07537483423948288, 0.02784651331603527, -0.012440410442650318, 0.007827245630323887, -0.00731502054259181, 0.003368810284882784, -0.010091343894600868, 0.016557281836867332, 0.011804836802184582, 0.016601214185357094, 0.012117674574255943, 0.009487511590123177, 0.022284936159849167, -0.003205631859600544, -0.004008971154689789, -0.012946117669343948, -0.014874325133860111, -0.0015043297316879034, 0.0431794747710228, 0.014857186935842035, 0.007788140326738357, 0.02285267971456051, 0.0034045353531837463, 0.026579709723591805, 0.035725418478250504, -0.010760108940303326, 0.05346839502453804, -0.03255357965826988, 0.010082216002047062, -0.0009501029271632432, 0.06732986122369766, -0.0038602761924266815, -0.026007138192653656, 0.02408037893474102, 0.01234168279916048, -0.035389404743909836, 0.03145381435751915, -0.02468336559832096, -0.058551058173179626, -0.020361555740237236, 0.022385353222489357, -0.0187201164662838, -0.02360580861568451, -0.03463048115372658, -0.04332237690687179, -0.02804734744131565, 0.017184408381581306, 0.07855729758739471, 0.050100550055503845, -0.012391891330480576, -0.01582346297800541, 0.02970809675753117, 0.008588099852204323, 0.017426278442144394, -0.029887689277529716, -0.021257588639855385, 0.06788215786218643, 0.026207007467746735, 0.009277021512389185, 0.03994910046458244, -0.01634679175913334, 0.049312662333250046, 0.04542727768421173, 0.003198873018845916, -0.04312974959611893, -0.010699762031435966, 0.03009045496582985, 0.003120663342997432, 0.0013266680762171743, 0.008037494495511055, 0.037052083760499954, 0.04678871110081673, -0.028532054275274277, 0.0038602761924266815, 0.004818103276193142, 0.01116177812218666, -0.05327528342604637, -0.04809992387890816, -0.02107606455683708, -0.028309978544712067, 0.012055879458785055, 0.0276167131960392, 0.00010669347830116747, -0.032353710383176804, -0.0022709777113050222, -0.06251368671655655, -0.0388769768178463, 0.004669408313930035, 0.0056738839484751225, -0.00527384364977479, 0.034232672303915024, 0.04049910232424736, 0.0315619558095932, 0.019040681421756744, 0.0049581085331737995, 0.047165270894765854, 0.06777787208557129, 0.0028348600026220083, 0.017872363328933716, -0.00753516610711813, -0.04560880362987518, 0.0008173395763151348, 0.029204079881310463, -0.029489882290363312, -0.017264066264033318, -0.01060224138200283, -0.00977717712521553, -0.05563509091734886, -0.01798267848789692, 0.04113877937197685, -0.048573050647974014, -0.03745954856276512, -0.01750931516289711, 0.05607152357697487, 1.158662144007394e-05, -0.020330658182501793, -0.03268199414014816, 0.04302112385630608, 0.01079921331256628, -0.030627302825450897, 0.013834425248205662, 0.002429328393191099, 0.006100356113165617, 0.021959060803055763, 0.021373454481363297, 0.04290911927819252, -0.025502152740955353, -0.02276771143078804, -0.07155897468328476, 0.006040009204298258, -0.006965490523725748, -0.019364140927791595, -0.0032732204999774694, -0.010689623653888702, -0.03435046970844269, -0.018160099163651463, 0.01901509426534176, 0.04414888843894005, 0.025309044867753983, 0.007070253137499094, 0.046555045992136, 0.02282467857003212, 0.020821157842874527, 0.016997573897242546, 0.03698449581861496, 0.029499538242816925, -0.03214515000581741, -0.0152779258787632, -0.004600854124873877, -0.07342828065156937, 0.037656519562006, -0.03182844817638397, 0.014946258626878262, 0.032819103449583054, -0.027274906635284424, -0.030020935460925106, -0.0019735877867788076, -0.04024806246161461, 0.03853130713105202, -0.01627534069120884, 0.0003842896257992834, 0.06473831832408905, -0.04644303768873215, 0.030495986342430115, -0.005256463773548603, 0.10765516012907028, -0.012418926693499088, -0.020230241119861603, 0.07741408050060272, 0.026264939457178116, 0.01081804186105728, -0.026090174913406372, -0.014251545071601868, -0.027819477021694183, 0.011998912319540976, -0.02031569182872772, 0.010234848596155643, -0.02167084440588951, -0.028788890689611435, 0.02791796438395977, -0.016816049814224243, -0.01243727281689644, -0.0019552423618733883, 0.0027257525362074375, 0.007598892319947481, -0.010745867155492306, -0.004232978913933039, 0.0007724413881078362, -0.007278329227119684, -0.014265544712543488, -0.05300106480717659, -0.004190494772046804, -0.018372518941760063, 0.007285570725798607, -0.0033601203467696905, 0.05549605190753937, 0.049777332693338394, 0.02470267564058304, 0.05545550212264061, 0.0067878286354243755, 0.00718756765127182, -0.017992092296481133, 0.010076498612761496, 0.0563109815120697, 0.0008337539620697498, -0.029298702254891396, -0.010646173730492592, -0.034026045352220535, -0.019032957032322884, 0.013826701790094376, -0.04022102430462837, -0.0024544326588511467, 0.027385221794247627, -0.02600568905472755, -0.051421426236629486, 0.016524454578757286, -0.04197832942008972, 0.042761389166116714, 0.027082763612270355, 0.0033890868071466684, -0.0017457175999879837, -0.051622260361909866, -0.0561642162501812, -0.01210029423236847, 0.008921698667109013, -0.01645589992403984, -0.014231267385184765, 0.018687289208173752, 0.024945996701717377, 0.02709917724132538, 0.02943194843828678, -0.025208625942468643, 0.024796653538942337, -0.03345443680882454, 0.07597541064023972, -0.032604750245809555, -0.03167203068733215, 0.0107059171423316, -0.01270424760878086, 0.004613315686583519, -0.0034141913056373596, -0.02370719239115715, -0.029514987021684647, -0.005570267792791128, 0.02573002316057682, -0.015219992958009245, 0.010212641209363936, 0.007318882271647453, -0.03175506740808487, 0.01106763631105423, -0.007786209229379892, 0.044052332639694214, 0.056059934198856354, -0.00821298360824585, -0.017916778102517128, -0.06980553269386292, 0.015035572461783886, -0.018666831776499748, 0.037619829177856445, -0.0401669517159462, -0.03305373340845108, -0.024046342819929123, -0.024555912241339684, 0.006874728482216597, -0.0010275884997099638, 0.024996204301714897, -0.004304429981857538, 0.026444531977176663, 0.039776869118213654, -0.04450807347893715, -0.0005271912668831646, 0.0008110635099001229, 0.020699499174952507, 0.06668100506067276, -0.0012412169016897678, -0.008468855172395706, -0.014398307539522648, 0.012052017264068128, 0.005735377315431833, -0.07679612189531326, -0.010026290081441402, 0.044175926595926285, -0.00854706484824419, 0.03796549513936043, 0.046099305152893066, -0.009983563795685768, 0.01375042274594307, -0.0033755688928067684, -0.06805209070444107, 0.028929168358445168, -0.011909356340765951, 0.026019688695669178, -0.04708030074834824, -0.028360188007354736, -0.05912073701620102, -0.025926996022462845, -0.0009848627960309386, 0.036293160170316696, 0.01905999146401882, -0.047474250197410583, -0.023281384259462357, 0.023035168647766113, -0.03322560340166092, -0.04101663827896118, -0.0016684734728187325, -0.01829044707119465, 0.016688596457242966, -0.02701372653245926, -0.02188423089683056, -0.0522942841053009, -0.022419145330786705, -0.0017360621131956575, -0.015097367577254772, -0.007909799925982952, -0.03719305247068405, -0.020044853910803795, 0.011302748695015907, -0.02490592561662197, 0.025171935558319092, -0.07359049469232559, -0.03041101805865765, 0.015557936392724514, -0.050579462200403214, 0.02954588271677494, -0.012817337177693844, -0.08689193427562714, 0.027585813775658607, -0.03779555857181549, -0.019635461270809177, 0.05563509091734886, 0.018682703375816345, -0.023659881204366684, -0.04156217724084854, 0.05045587196946144, 0.0293025653809309, 0.04103787988424301, 0.06313935667276382, -0.0062789833173155785, -0.0006951972609385848, -0.04392874240875244, -0.04566673561930656, 0.04891485348343849, -0.05464250221848488, -0.039873428642749786, 0.012785837054252625, -0.0026604384183883667, -0.01996857672929764, 0.0024080860894173384, 0.00627125846222043, -0.004303464200347662, 0.029460914433002472, -0.022470321506261826, -0.004581543151289225, 0.03358888998627663, 0.03400673344731331, -0.004109388217329979, -0.018266309052705765, -0.01841331273317337, 0.01184152625501156, 0.001451224321499467, 0.02261780947446823, 0.011547999456524847, 0.0042127021588385105, 0.03009817935526371, 0.05151942744851112, 0.00924612395465374, 0.01493467204272747, -0.02453660219907761, 0.017647389322519302, -0.008546099066734314, -0.004605681635439396, -0.0002549056662246585, -0.000571606622543186, -0.03552844375371933, 0.01671949401497841, 0.031946245580911636, 0.032067906111478806, 0.010915563441812992, -0.02129621058702469, 0.003998349886387587, -0.03189893439412117, 0.0010500375647097826, -0.046555045992136, -0.03466234356164932, -0.0032878245692700148, -0.0636221393942833, 0.018812811002135277, 0.042870014905929565, 0.013422376476228235, 0.04003370925784111, 0.02852577902376652, 0.08096731454133987, -0.04155541583895683, 0.013301441445946692, -0.02352663315832615, 0.0508594736456871, -0.022330498322844505, -0.06832147389650345, 0.025079241022467613, -0.00899894256144762, -0.025612227618694305, 0.008114497177302837, -0.03088800236582756, 0.022518599405884743, 0.042762357741594315, -0.012426168657839298, 0.005637947469949722, 0.03961079567670822, -0.027543330565094948, -0.023783471435308456, -0.02703400142490864, -0.0038351716939359903, 0.007606617175042629, 0.03353264927864075, 0.06587380170822144, 0.028493432328104973, -0.07038486003875732, -0.01978318952023983, 0.027334772050380707, -0.08092096447944641, 0.03349209204316139, 0.054418496787548065, -0.03548981994390488, 0.01136261411011219, 0.014721767976880074, 0.0016375759150832891, 0.03775307536125183, -0.026141349226236343, -0.027512431144714355, 0.028120731934905052, 0.026255283504724503, -0.027805959805846214, 0.03125322237610817, 0.050502222031354904, -0.0034962629433721304, 0.025652779266238213, -0.01204332709312439, 0.004613888915628195, -0.01401957031339407, -0.023322978988289833, -0.06174897029995918, 0.04565901309251785, 0.019759051501750943, 0.01371137797832489, 0.03447502851486206, -0.015072263777256012, -0.014437896199524404, -0.02482626773416996, 0.020324865356087685, -0.0037724559661000967, -0.0603276751935482, -0.032490815967321396, -0.036119360476732254, 0.0008863765397109091, 0.04525516927242279, -0.02515648491680622, -0.010849060490727425, -0.0337865874171257, 0.07103371620178223, -0.008214914239943027, 0.017018815502524376, 0.02121124230325222, -0.014093193225562572, -0.03113904409110546, -0.002249735640361905, 0.009978012181818484, 0.030918415635824203, 0.01659204065799713, 0.03644378483295441, 0.013534138910472391, -0.0015617799945175648, -0.028510810807347298, 0.034887317568063736, 0.004995048511773348, 0.015022536739706991, 0.016022365540266037, 0.02069527469575405, -0.02044242061674595, 0.008921698667109013, 0.035088151693344116, 0.03190810605883598, -0.025372769683599472, -0.01257824245840311, -4.8277586756739765e-05, -0.03673538193106651, 0.01982024312019348, 0.01987192966043949, 0.012535758316516876, 0.0429670549929142, 0.004650097340345383, 0.007875040173530579, 0.04241475835442543, -0.012737559154629707, -0.0070668733678758144, 0.023752572014927864, 0.03194817900657654, -0.024429423734545708, 0.012556035071611404, 0.0005484333960339427, -0.0033717069309204817, -0.013691765256226065, -0.01221616007387638, 0.0053761922754347324, -0.0329986996948719, 0.005487079732120037, -0.000723198289051652, 0.04453897103667259, 0.01746586710214615, -0.03733788803219795, 0.027678506448864937, 0.006940385792404413, 0.04364680126309395, -0.02280247211456299, 0.032375916838645935, -0.02602548152208328, -0.01054768729954958, -0.009682552888989449, 0.011289230547845364, -0.030727718025445935, -0.0005648477817885578, -0.006720240693539381, 0.0370839461684227, -0.016537971794605255, -0.04756694287061691, -0.02773933671414852, -0.006337399128824472, 0.03843535855412483, -0.023868439719080925, 0.029285185039043427, 0.06429030001163483, -0.04603751003742218, -0.03629074618220329, 0.0087505541741848, 0.04671146348118782, 0.011590483598411083, -0.004328086040914059, 0.00960530899465084, 0.05536087974905968, 0.013628763146698477, -0.027633126825094223, 0.003313773777335882, -0.015078781172633173, 0.03394493833184242, 0.01999078318476677, -0.00856058206409216, -0.0065049221739172935, 0.009991530328989027, 0.006227567326277494, 0.03211425244808197, 0.040838975459337234, 0.0028618955984711647, 0.018588801845908165, 0.032045699656009674, 0.040437307208776474, -0.016941571608185768, 0.02884296327829361, -0.021101288497447968], [-0.031939081847667694, -0.024870989844202995, -0.06680665165185928, -0.013557776808738708, 0.0376773476600647, 0.04815301671624184, 0.04202449321746826, -0.0042082685977220535, 0.03709627687931061, -0.002362495753914118, -0.032773904502391815, 0.0067189536057412624, -0.057568084448575974, -0.017323417589068413, -0.00730395270511508, 0.028556328266859055, -0.013173338025808334, -0.006733694579452276, 0.0437399186193943, 0.07789330929517746, -0.020841168239712715, -0.012867650017142296, 0.029600637033581737, 0.05103301256895065, -0.021367397159337997, 0.032468218356370926, -0.01936548203229904, -0.05240473523736, 0.03586338460445404, -0.008197743445634842, 0.02857029438018799, -0.045783016830682755, -0.01233773585408926, 0.00950856041163206, 0.030407533049583435, 0.01558356173336506, 0.0023586165625602007, -0.018202466890215874, -0.040119756013154984, -0.03208513557910919, -0.03514338284730911, 0.023300647735595703, -0.0263382401317358, 0.023828767240047455, 0.05145197734236717, 0.01319428626447916, -0.009744809940457344, 0.060411617159843445, 0.0330376997590065, -0.06795298308134079, 0.035094503313302994, 0.03197477012872696, -0.015718936920166016, -0.027394087985157967, 0.0061271656304597855, 0.014438766986131668, 0.036546915769577026, 0.010211878456175327, 0.0639960914850235, 0.025353576987981796, 0.00664854422211647, 0.029500551521778107, -0.04245198890566826, 0.0028121068608015776, 0.008950329385697842, 0.0411454439163208, 0.0450790598988533, 0.027493398636579514, 0.026861848309636116, -0.054228782653808594, 0.02541719563305378, -0.021281858906149864, -0.01995203271508217, -0.004872404970228672, 0.03922130912542343, -0.0290505513548851, -0.06441815942525864, 0.029807014390826225, -0.001960478723049164, -0.053301628679037094, -0.010610670782625675, -0.008962064050137997, -0.04733215644955635, -0.03822044655680656, -0.060390666127204895, 0.030131325125694275, 0.026866504922509193, 0.012519286945462229, 0.03447924926877022, 0.004920508712530136, -0.02004125714302063, -0.0241478867828846, -0.014992731623351574, -0.009786706417798996, -0.007210849318653345, -0.012705882079899313, 0.007702745031565428, 0.017106175422668457, 0.0285221915692091, 0.06268644332885742, 0.028833311051130295, -0.025085126981139183, 0.004829635843634605, -0.04319992661476135, -0.011768060736358166, 0.010515627451241016, 0.03040287643671036, -0.038096312433481216, 0.02434883639216423, -0.08272536098957062, 0.01357756182551384, 0.017406435683369637, 0.008788949809968472, -0.04271578788757324, 0.03053787723183632, -0.0020099154207855463, 0.06292540580034256, -0.04037811607122421, -0.07958468049764633, -0.05991196259856224, -0.05644851922988891, -0.02019643038511276, 0.026539089158177376, 0.010337567888200285, 0.006590936798602343, -0.025963401421904564, -0.00956675037741661, 0.027071330696344376, 0.003191114868968725, 0.02599560096859932, 0.027929432690143585, -0.012504546903073788, 0.006906711962074041, -0.02902261912822723, -0.06321712583303452, 0.03023994527757168, -0.01384445745497942, 0.05279576778411865, -0.02094823867082596, -0.0003599993360694498, -0.003168130060657859, -0.02462659403681755, -0.025537550449371334, 0.0420268177986145, -0.020283810794353485, -0.04888542741537094, -0.031521666795015335, -0.03849510475993157, 0.03307028487324715, 0.018476733937859535, -0.016283376142382622, 0.0038575793150812383, -0.008103089407086372, 0.05231473222374916, -0.010751101188361645, -0.017497209832072258, 0.02840736135840416, 0.0477806068956852, -0.02200961485505104, 0.01734979636967182, 0.032865457236766815, 0.04033544659614563, 0.04087233915925026, 0.0009341362747363746, -0.0030910291243344545, 0.0021848236210644245, 0.033121492713689804, 0.03560889884829521, 9.737051004776732e-05, 0.016693418845534325, 0.07569296658039093, -0.008207829669117928, 0.02168685756623745, -0.00985963735729456, -0.026788918301463127, -0.013350234366953371, 0.01533721387386322, -0.040230706334114075, -0.01473475806415081, 0.0533854179084301, 0.028514431789517403, 0.016757039353251457, 0.012863770127296448, -0.011338427662849426, -0.06470678001642227, -0.010444636456668375, -0.04182509705424309, 0.014141612686216831, -0.02011030912399292, 0.044497162103652954, 0.018291691318154335, -0.03426821529865265, 0.016950227320194244, 0.03419993817806244, -0.003458786755800247, 0.036131832748651505, -0.0242316797375679, 0.02022979035973549, 0.0069437590427696705, 0.014773550443351269, 0.012670580297708511, 0.03292287141084671, 0.07008814811706543, -0.015240909531712532, -0.03282821923494339, -0.05215645954012871, 0.04476172849535942, -0.004065800923854113, 0.044081300497055054, -0.003655855543911457, -0.002318271668627858, 0.06202773377299309, 0.0011731013655662537, 0.015161869116127493, 0.03285304456949234, 0.012897908687591553, 0.040257856249809265, -0.04167923331260681, 0.03901027515530586, 0.022554075345396996, -0.050635769963264465, -0.00836377777159214, 0.026698531582951546, -0.029571155086159703, -0.0360557995736599, 0.05374541878700256, 0.02303220145404339, 0.02815443091094494, 0.009372008964419363, -0.024774782359600067, 0.06774194538593292, -0.00872377771884203, 0.00782067608088255, -0.027853399515151978, -0.04837879538536072, 0.033960971981287, -0.020614473149180412, 0.03736583888530731, 0.013863078318536282, -0.04073966667056084, -0.046353794634342194, -0.0018659449415281415, 0.04045647755265236, -0.004198957700282335, -0.018224967643618584, -0.001225859858095646, -0.015068378299474716, 0.006113782525062561, -0.001720858970656991, -0.00047172329504974186, 0.01384453009814024, 0.009189487434923649, -0.05057990923523903, 0.010095499455928802, -0.015773247927427292, -0.019988499581813812, -0.029892360791563988, 0.05462680011987686, -0.03355131670832634, 0.008639983832836151, -0.0004174130735918879, -0.05474473163485527, -0.02836313843727112, -0.0016067347023636105, 0.05503024533390999, 0.018473630771040916, -0.032198216766119, -0.032289769500494, 0.044959574937820435, 0.00998765416443348, 0.053137145936489105, -0.04680612310767174, 0.02156892605125904, 0.02527249790728092, 0.006736022420227528, 0.01654290035367012, 0.06760306656360626, -0.002070772228762507, 0.052718181163072586, 0.01281333900988102, -0.0471319817006588, -0.04389393329620361, -0.017270660027861595, 0.03237356245517731, 0.05001663416624069, 0.016134021803736687, -0.014524887315928936, -0.041668374091386795, -0.02488340437412262, -0.02728857286274433, 0.006611884571611881, 0.014117560349404812, 0.00972851738333702, 0.047369785606861115, 0.05820506811141968, -0.014241698198020458, -0.007594512309879064, -0.0210382379591465, -0.009490327909588814, -0.04868525639176369, 0.015132387168705463, 0.03060304746031761, -0.04419923201203346, 0.02944856882095337, 0.05691714212298393, -0.018800655379891396, -0.02657322958111763, 0.07203711569309235, -0.005818955134600401, -0.012165495194494724, -0.02968520484864712, 0.00253434875048697, 0.010259981267154217, -0.00955782737582922, 0.0644119530916214, -0.019129233434796333, 0.01452411152422428, 0.03037028945982456, -0.028619950637221336, 0.021252375096082687, 0.02224547788500786, -0.02210116758942604, 0.018707552924752235, -0.04028811678290367, 0.03982648253440857, 0.04664474353194237, -0.012097219936549664, 0.02525426633656025, -0.06886159628629684, -0.027820035815238953, 0.03690924495458603, -0.020429963245987892, 0.013434803113341331, 0.00579723110422492, 0.0003894820401910693, -0.006575613282620907, -0.01143308263272047, 0.007035504560917616, -0.025571592152118683, 0.01411096565425396, -0.02451176568865776, -0.06779160350561142, 0.002982408506795764, -0.0005617231363430619, -0.006609557196497917, -0.0258609876036644, -0.0265934020280838, -0.04237207770347595, 0.019076863303780556, 0.008658605627715588, 0.05094921961426735, 0.006618091836571693, 0.024173201993107796, -0.012925839051604273, -0.010881834663450718, 0.0008813777239993215, -0.001377734704874456, -0.025153404101729393, -0.004402233753353357, -0.020400481298565865, -0.02807994931936264, -0.004617922939360142, -0.04634370654821396, 0.024222372099757195, 0.026590296998620033, -0.0265934020280838, -0.0004224561562296003, -0.012435107491910458, 0.044075094163417816, -0.006593652069568634, 0.03212684020400047, 0.019308069720864296, -0.032147012650966644, 0.062030062079429626, -0.01086670532822609, 0.04275147244334221, -0.06199437007308006, -0.06296419352293015, 0.0034820628352463245, -0.049336981028318405, 0.034298475831747055, -0.02829098328948021, 0.02734249271452427, -0.004141544457525015, -0.006894297897815704, -0.012988101691007614, 0.012300495058298113, 0.04757733270525932, -0.024411680176854137, 0.07505986839532852, 0.007040450815111399, -0.02245030552148819, 0.03669510781764984, -0.002533185062929988, 0.03186614811420441, 0.02592538297176361, 0.008568605408072472, 0.023387545719742775, -0.0027674951124936342, 0.02319513075053692, -0.04749935492873192, -0.01982731372117996, -0.019120309501886368, -0.03451959043741226, 0.01774393394589424, -0.04860107973217964, -0.08143433928489685, -0.03746010363101959, -0.012500667944550514, 0.03510536998510361, 0.03961699828505516, -0.020536256954073902, 0.0172380730509758, 0.00823576096445322, 0.03859441354870796, 0.025662366300821304, -0.028595121577382088, -0.03118959814310074, 0.013152390718460085, 0.0015641350764781237, 0.02077910117805004, 0.02826693281531334, -0.04231544211506843, -0.0007025418453849852, 0.02481667883694172, 0.007328779902309179, -0.027195855975151065, 0.0040079024620354176, -0.04120130464434624, 0.005294473376125097, 0.034044764935970306, 0.01728074625134468, -0.0017844795947894454, 0.05457093566656113, 0.012223297730088234, 0.015945488587021828, 0.03688907250761986, 0.008830846287310123, 0.009955843910574911, -0.029568826779723167, 0.006698781158775091, 0.03243253007531166, -0.045929402112960815, 0.008649295195937157, -0.027381286025047306, -1.7068934539565817e-05, -0.0371699333190918, 0.042507853358983994, -0.019499706104397777, -0.044701989740133286, -0.021769098937511444, -0.03518683463335037, -0.047836463898420334, 0.002230696612969041, -0.01816755346953869, 0.02817460335791111, 0.02168530598282814, -0.017432328313589096, -0.028162190690636635, -0.014074500650167463, -0.06626471132040024, -0.0013686182210221889, 0.0076352450996637344, -0.004683095030486584, -0.03696200251579285, 0.044236473739147186, 0.0192506555467844, -0.05587438493967056, 0.01226635742932558, -0.043106820434331894, 0.017133330926299095, -0.008276372216641903, -0.02284754440188408, -0.018112467601895332, -0.02465064637362957, 0.026731017976999283, 0.04760681092739105, 0.0062732030637562275, -0.0535188689827919, 0.015269714407622814, 0.024689439684152603, 0.00470404326915741, 0.01124745886772871, -0.01122825499624014, -0.021939592435956, 0.02437444031238556, 0.02894115447998047, -0.029071498662233353, 0.009228862822055817, -0.01723652146756649, 0.01291342545300722, 0.0665905699133873, -0.0019634123891592026, 0.05215568095445633, -0.026562366634607315, 0.008241968229413033, 0.016536694020032883, -0.02747788093984127, -0.032102011144161224, -0.021606942638754845, 0.013188855722546576, 0.059371963143348694, -0.02589405886828899, -0.010065240785479546, 0.003669821191579103, -0.07499159127473831, 0.02433642186224461, 0.06998883932828903, 0.005654472392052412, -0.015578506514430046, -0.03639562427997589, -0.011233298107981682, -0.015979627147316933, -0.010810649022459984, 0.043013714253902435, 0.024453189224004745, -0.011032739654183388, -0.0424085445702076, 0.041871652007102966, 0.015843074768781662, -0.014439542777836325, -0.010657222010195255, -0.020997699350118637, 0.009325845167040823, 0.054555416107177734, -0.009564810432493688, 0.0008806018740870059, -0.0334993340075016, -0.01783626154065132, 0.019778240472078323, -0.017061952501535416, -0.05553920939564705, -0.027254434302449223, 0.03435666114091873, -0.0058732652105391026, 0.004200509749352932, 0.024889221414923668, -0.000166034180438146, 0.017391692847013474, -0.020332980901002884, -0.029156070202589035, 0.03365993872284889, -0.026982882991433144, -0.06373229622840881, -0.017203157767653465, -0.033119942992925644, -0.019699489697813988, 0.02231530286371708, 0.01267446018755436, -0.0037101658526808023, 0.014117560349404812, 0.02905443124473095, -0.07690330594778061, -0.03799545019865036, 0.05535455420613289, -0.024478403851389885, -0.03152477368712425, 0.042709577828645706, 0.04085372015833855, 0.012056099250912666, 0.003419024171307683, 0.0003762924461625517, -0.035163555294275284, 0.022721856832504272, 0.005868609994649887, 0.04678129404783249, -0.001766634755767882, -0.05614205822348595, -0.02745732292532921, 0.030892444774508476, -0.03489356115460396, -0.012612391263246536, -0.0318758487701416, 0.007879640907049179, -0.02349752187728882, -0.006092058029025793, 0.00894101895391941, -0.0388675183057785, -0.037266138941049576, -0.028185466304421425, 0.04530095309019089, 0.031264081597328186, 0.0058034383691847324, -0.026844780892133713, 0.01249911542981863, 0.01033446379005909, 0.024309266358613968, 0.02277151122689247, 0.016977382823824883, -0.020614326000213623, -0.003807924222201109, 0.023176509886980057, 0.06268954277038574, -0.05008956417441368, -0.0552816241979599, -0.03394439071416855, -0.01850893162190914, -0.026726268231868744, -0.01786186546087265, -0.03753148391842842, -0.03509584069252014, -0.02889305353164673, -0.028193224221467972, 0.004735853523015976, 0.016690315678715706, 0.003360640723258257, -0.01538182608783245, 0.01352014858275652, 0.012448103167116642, -0.006864815019071102, -0.01820944994688034, -0.0004220682021696121, -0.003744764253497124, -0.007195332087576389, -0.02330995723605156, 0.02520616166293621, -0.047367844730615616, -0.007473090197890997, -0.009518259204924108, -0.026416504755616188, 0.02404547482728958, -0.03575165942311287, -0.03258265554904938, -0.013162476010620594, -0.003966199699789286, 0.0032365028746426105, -0.03432097285985947, 0.03943389654159546, 0.05135577172040939, -0.029824085533618927, 0.08515846729278564, -0.02722650207579136, 0.054831624031066895, 0.02054789289832115, -0.05109507963061333, 0.07757986336946487, -0.00901084579527378, -0.006926883943378925, -0.008348261006176472, -0.011316703632473946, -0.015644066035747528, 0.003621329553425312, -0.004069268237799406, -0.03030744567513466, -0.010702124796807766, 0.00403757905587554, 0.019606774672865868, 0.008934423327445984, -0.03289416432380676, -0.01772298477590084, 0.04418681561946869, 0.015830662101507187, -0.056426793336868286, -0.009002311155200005, -0.00987825822085142, 0.015253421850502493, -0.0005462059052661061, 0.02213266119360924, 0.0012475840048864484, -0.008404122665524483, 0.020777549594640732, -0.00961601734161377, 0.02939697355031967, 0.06414195895195007, -0.0030080119613558054, 0.025215473026037216, 0.03492303937673569, 0.021463409066200256, -0.02289332076907158, -0.016692642122507095, 0.01832582987844944, 0.004946887958794832, -0.020139792934060097, -0.029640981927514076, 0.006381454411894083, -0.01394687220454216, -0.002445512916892767, -0.030984772369265556, -0.018595052883028984, -0.007767917588353157, -0.02265978790819645, -0.03102822043001652, 0.025636764243245125, -0.023918231949210167, 0.04823370650410652, 0.025194911286234856, 0.013732734136283398, -0.0045077502727508545, -0.04951853305101395, -0.03030511923134327, -0.028486499562859535, -0.02057349868118763, -0.01712014153599739, 0.006503458134829998, 0.03656631335616112, -0.026428917422890663, 0.05022146552801132, 0.04343578219413757, -0.023150905966758728, 0.06259188055992126, 0.010339119471609592, 0.054316457360982895, 0.005517920944839716, -0.018291108310222626, -0.010415153577923776, -0.019033413380384445, 0.009949637576937675, -0.008896018378436565, -0.041761476546525955, -0.09804396331310272, -0.03417976573109627, 0.040327686816453934, 0.006743005011230707, 0.027701329439878464, -0.016398591920733452, -0.037641655653715134, -0.01974061131477356, 0.010582739487290382, 0.008080977015197277, 0.04012751206755638, 0.024179311469197273, -0.04072647914290428, -0.05465783551335335, 0.02033996395766735, 0.046096403151750565, -0.021581340581178665, 0.01333239022642374, -0.016836175695061684, -0.03690458834171295, -0.03609924390912056, 0.010503116995096208, -0.05703506991267204, 0.03138821944594383, -0.013712173327803612, 0.00961756892502308, 0.014080319553613664, 0.0160820409655571, 0.0013748251367360351, 0.01580001413822174, 0.002778745023533702, 0.030108243227005005, 0.029110291972756382, -0.022044917568564415, -0.019683584570884705, 0.01296307984739542, -0.043336473405361176, -0.03243718296289444, -0.014626525342464449, 0.03850596770644188, -0.02657478116452694, 0.061224717646837234, -0.0034165026154369116, -0.009456965140998363, 0.02082798071205616, 0.01387820765376091, -0.060777824372053146, 0.05073508247733116, -0.039492860436439514, 0.022553494200110435, -0.03637545183300972, -0.008506536483764648, -0.07792434096336365, -0.02946718968451023, -0.01034532580524683, 0.04251406341791153, -0.015048205852508543, -0.032346211373806, -0.02701546810567379, 0.01353876944631338, -0.013519372791051865, 0.0019452767446637151, 0.0017239624867215753, -0.020743412896990776, -0.004307578783482313, 0.014130362309515476, -0.023001164197921753, -0.03604958951473236, 0.011522695422172546, -0.02182185836136341, -0.015256911516189575, 0.01065877452492714, -0.023708168417215347, -0.011830324307084084, -0.04661991447210312, -0.017270660027861595, 0.010367438197135924, -0.060178857296705246, -0.06127437576651573, 0.02161237597465515, -0.024577714502811432, 0.01372730266302824, 0.023457759991288185, -0.07412883639335632, 0.0045977504923939705, -0.016923073679208755, 0.0399475172162056, 0.028317846357822415, 0.04420854523777962, -0.0069214534014463425, -0.008060417138040066, 0.005663007032126188, -0.029349258169531826, 0.006078287027776241, 0.03647010773420334, -0.03995061665773392, -0.018333587795495987, -0.02439538761973381, 0.003438614308834076, 0.01802324317395687, -0.06339091807603836, -0.05358403921127319, 0.014952386729419231, 0.019962895661592484, -0.02557857520878315, 0.003709389828145504, -0.005821282975375652, 0.02085203118622303, 0.04121992737054825, 0.017991384491324425, 0.007503348868340254, 0.006031928583979607, 0.033237870782613754, -0.032683905214071274, -0.056588172912597656, -0.0013034460134804249, -0.03148132190108299, 0.05319301038980484, 0.001686721108853817, 0.04117337241768837, 0.040810272097587585, 0.01686255633831024, 0.02792167291045189, 0.0011855150805786252, 0.058630239218473434, -0.01842203550040722, 0.005503955762833357, 0.01112157478928566, -0.027373917400836945, 0.04482767730951309, -0.037525277584791183, -0.02068754844367504, 0.007611192762851715, 0.042453546077013016, 0.06754332780838013, -0.0117123918607831, -0.0545414537191391, 0.060548171401023865, -0.04938197880983353, -0.013361873105168344, -0.05030060186982155, -0.03234640881419182, 0.0018525129416957495, -0.05884282663464546, 0.008078067563474178, 0.0646447166800499, -0.0024839178659021854, 0.02706046961247921, 0.028920982033014297, 0.040136825293302536, 0.024983489885926247, 0.02881934493780136, -0.00855929497629404, 0.0332280769944191, -0.042076475918293, 0.03389269858598709, 0.013520924374461174, -0.022066544741392136, -0.010644808411598206, 0.04098328948020935, -0.008287743665277958, 0.02008936181664467, 0.06900814920663834, -0.033815111964941025, -0.0032710283994674683, 0.07703986018896103, -0.0485626682639122, -0.0048677497543394566, -0.03125787526369095, -0.02599598653614521, 0.010771273635327816, 0.006624686066061258, -0.007162357680499554, 0.00019551688455976543, -0.06400540471076965, -0.01462962944060564, 0.015157990157604218, -0.04821508377790451, 0.005159473512321711, 0.0008875846397131681, -0.011878814548254011, -0.02884805202484131, 0.006916022393852472, -0.0029044344555586576, 0.07057228684425354, -0.012507456354796886, -0.013895664364099504, 0.07226366549730301, 0.007550675887614489, -0.034580107778310776, 0.054921627044677734, -0.031847529113292694, 0.015085835009813309, 0.012759804725646973, -0.03403545543551445, -0.03165511414408684, -0.01601221226155758, 0.012218835763633251, -0.032538432627916336, 0.03686269372701645, -0.03301442414522171, 0.0017751692794263365, 0.025473058223724365, -0.02273310534656048, 0.0018310312880203128, -0.02992960065603256, 0.0294206365942955, -0.010977652855217457, -0.032700974494218826, -0.018865829333662987, -0.03539786860346794, -0.006894297897815704, 0.02043587900698185, -0.013229975476861, 0.00040499927126802504, -0.02639012411236763, 0.060529548674821854, -0.01376066543161869, 0.01064248103648424, 0.011534235440194609, -0.027856113389134407, 0.00800610613077879, 0.028596673160791397, 0.007920761592686176, -0.0007494814344681799, -0.0070665390230715275, 0.016442039981484413, -0.020935826003551483, 0.02648478001356125, -0.06281988322734833, 0.04021906852722168, -0.018989967182278633, 0.045511987060308456, -0.016815228387713432, 0.0022228409070521593, -0.01121545396745205, -0.028096811845898628, 0.004561285022646189, 0.030876150354743004, 0.018015485256910324, 0.04784888029098511, -0.027197018265724186, -0.02286926843225956, -0.02729477919638157, -0.00871136412024498, 0.0052549042738974094, 0.08549363911151886, -0.008428950794041157, -0.007618175819516182, 0.03674476221203804, -0.0028753397054970264, 0.0520881824195385, 0.005564473103731871, 0.03722889721393585, -0.027505813166499134, 0.012111961841583252, 0.017503418028354645, 0.03166908025741577, -0.04431716352701187, 0.01008798275142908, 0.010382567532360554, 0.006916022393852472, -0.002352409530431032, 0.0037668037693947554, 0.0485626682639122, -0.002147582359611988, -0.009058949537575243, 0.029253050684928898, 0.01394881121814251, 0.015771696344017982, -0.012865321710705755, 0.04191044345498085, -0.024383749812841415, -0.06162816658616066, 0.011557221412658691, 0.033769335597753525, 0.007052961271256208, -0.043730612844228745, 0.030897874385118484, 0.005418611224740744, -0.00026534433709457517, -0.06481540203094482, -0.012909158132970331, 0.01896203495562077, 0.021208928897976875, 0.015262730419635773, 0.04252181947231293, 0.05894679203629494, -0.01460790541023016, -0.0048444741405546665, -0.007698865607380867, 0.008115502074360847, 0.029184777289628983, -0.029020292684435844, 0.031747445464134216, 0.06107575446367264, 0.02348840609192848, 0.07126358151435852, 0.02528064325451851, -0.008264468051493168, 0.0797538235783577, 0.05196569487452507, -0.0033455113880336285, -0.015866350382566452, 0.014244414865970612, -0.011389053426682947, 0.024168835952878, 0.010896963998675346, 0.010497006587684156, 0.011070755310356615, 0.038818247616291046, 0.02377527952194214, -0.01957574114203453, -0.026774177327752113, -0.027164433151483536], [-0.02785179391503334, -0.01815871335566044, -0.0846886932849884, -0.03863111510872841, 0.031456176191568375, 0.03460826724767685, 0.040719762444496155, -0.027358314022421837, -0.0011533515062183142, 0.023962058126926426, -0.004096209071576595, 0.010215241461992264, -0.03709331154823303, -0.017101658508181572, -0.03141205012798309, 0.03851638734340668, -0.035262808203697205, -0.008078056387603283, 0.05703803896903992, 0.05919397994875908, -0.013530414551496506, 0.023563452064990997, 0.02601981535553932, 0.051704272627830505, -0.0363336056470871, 0.0043457066640257835, -0.02619337849318981, -0.017762310802936554, 0.03687194734811783, -0.016122283414006233, 0.0474696159362793, -0.011533882468938828, 0.016850735992193222, 0.01673858053982258, 0.03596882522106171, 0.006257111206650734, 0.00655753817409277, -0.021418360993266106, -0.05098060145974159, 0.01023142132908106, -0.05543441325426102, -0.007851541973650455, 0.013067271560430528, -0.008381792344152927, 0.02657580748200417, 0.03266523778438568, -0.00504657905548811, 0.06103845685720444, 0.016242528334259987, -0.041724368929862976, 0.047056298702955246, 0.004948030691593885, 0.009344481863081455, -0.020223088562488556, 0.029617395251989365, 0.029897047206759453, 0.030491281300783157, 0.0296455267816782, 0.01949206180870533, -0.006689548958092928, 0.03350657969713211, -0.0224347822368145, -0.03111199289560318, -0.0026887631975114346, 0.013349680230021477, -0.006180992815643549, 0.04756228253245354, 0.003791921073570847, 0.05123947188258171, -0.08122183382511139, 0.014596248045563698, -0.019089043140411377, -0.013802343048155308, -0.03025299869477749, 0.0917121320962906, 0.0007240392151288688, -0.07197295874357224, 0.029530799016356468, -0.004968622699379921, -0.05247629433870315, -0.008347227238118649, 0.005765286274254322, -0.05348697304725647, -0.041561104357242584, -0.03934301808476448, 0.03564376384019852, -0.04332615435123443, 0.014506800100207329, 0.0671389177441597, -0.00956364255398512, -0.01621200703084469, -0.0018580853939056396, 0.047885872423648834, 0.012801227159798144, 0.00044457256444729865, -0.017101887613534927, -0.005168661940842867, 0.023364881053566933, 0.016588551923632622, 0.05246471241116524, -0.005262062884867191, -0.00585850328207016, -0.03537459298968315, -0.031066393479704857, -0.017137188464403152, 0.016309084370732307, 0.037645626813173294, -0.043037861585617065, -0.0061335572972893715, -0.04910670220851898, -0.028938403353095055, 0.04644441232085228, -0.00839723739773035, -0.028761528432369232, -0.004510444588959217, 0.015567762777209282, 0.02200284972786903, -0.06383974105119705, -0.03446117788553238, -0.03335360810160637, -0.04437636211514473, -0.0298308115452528, 0.003400667803362012, -0.01134487520903349, -0.02001863718032837, -0.03297228366136551, -0.002039738930761814, 0.01135664153844118, -0.010266722179949284, 0.011168369092047216, -0.009696021676063538, -0.02424299716949463, 0.019906114786863327, -0.004055575933307409, -0.032196030020713806, 0.039926957339048386, -0.03741028532385826, 0.054585281759500504, -0.0034800951834768057, 0.03254168480634689, -0.014433073811233044, -0.027861353009939194, -0.007157288026064634, 0.049989964812994, 0.008010396733880043, -0.05794667452573776, -0.02075260505080223, -0.007095511071383953, 0.01108747161924839, -0.01517393533140421, -0.0026405921671539545, 0.026591986417770382, -0.03157384693622589, 0.015994317829608917, -0.016241056844592094, -0.03467739745974541, 0.02395029179751873, 0.020638611167669296, -0.0015620713820680976, 0.0045508937910199165, 0.025060802698135376, 0.038178086280822754, 0.05690528824925423, 0.004415573086589575, -0.04313604161143303, 0.005139979999512434, 0.018177833408117294, 0.02725241146981716, -0.028458530083298683, 0.005459895823150873, 0.04098157584667206, -0.0065049538388848305, 0.018380768597126007, 0.04504413902759552, -0.01150593627244234, -0.02264709584414959, 0.005109827034175396, -0.027507606893777847, -0.010349459014832972, 0.0537223145365715, -0.022121991962194443, -0.009416555054485798, -0.014587423764169216, 0.01120955403894186, -0.000969675718806684, 0.003662667702883482, -0.02070406638085842, -0.010254220105707644, 0.011436805129051208, 0.03005295991897583, 0.006030595861375332, -0.0882996916770935, 0.00901059340685606, 0.019124619662761688, -0.027686135843396187, 0.05108062177896499, 0.022492652758955956, 0.00796774122864008, -0.01812046952545643, 0.008939990773797035, 0.017978530377149582, 0.0016297318506985905, 0.052170537412166595, -0.035299576818943024, -0.054201819002628326, -0.024825463071465492, 0.03394196182489395, -0.012386255897581576, 0.031810931861400604, -0.01649441570043564, 0.003939008805900812, 0.07596197724342346, -0.0269214641302824, 0.012887089513242245, 0.02874241024255753, 0.031603261828422546, 0.05816436558961868, -0.033177103847265244, 0.036360081285238266, 0.02857619896531105, -0.03365366905927658, -0.04046677052974701, 0.01178246084600687, -0.06567319482564926, -0.02471661940217018, 0.05339651182293892, 0.025499125942587852, 0.03304840251803398, 0.008814230561256409, -0.050072334706783295, 0.06144735962152481, -0.02238674834370613, 0.02579477056860924, -0.022994957864284515, -0.014661702327430248, 0.01865439862012863, -0.021499808877706528, -0.0003537459415383637, -0.01720535382628441, -0.020451074466109276, -0.06343010067939758, -0.02795254811644554, 0.03902383893728256, 0.009022359736263752, 0.027811342850327492, 0.0034036096185445786, -0.013452641665935516, 0.02867916040122509, -0.026477258652448658, -0.03815602138638496, 0.019374392926692963, 0.004153756890445948, -0.060407448559999466, -0.04164567589759827, 0.002666700165718794, -0.01704893633723259, -0.013396748341619968, 0.02939768508076668, 0.0004662680148612708, 0.00628321897238493, -0.01142136100679636, -0.05905277281999588, -0.04932880401611328, -0.0034547224640846252, 0.06780155003070831, 0.04404982551932335, 0.0014866889687255025, -0.016579726710915565, 0.02455776371061802, -0.0015699774958193302, 0.009067957289516926, -0.05904688686132431, 0.03338302671909332, 0.0004647971363738179, -0.009126792661845684, 0.047121018171310425, 0.05251030996441841, -0.0030756040941923857, 0.031203188002109528, 0.010117243975400925, -0.006493554916232824, -0.02533438801765442, -0.0023982650600373745, 0.0592704601585865, 0.027909893542528152, 0.015763388946652412, -0.02171676605939865, -0.04675918444991112, 0.011952347122132778, -0.0025626355782151222, -0.01292312517762184, 0.01817047968506813, 0.013511477038264276, 0.0397629551589489, 0.06150031462311745, -0.004086372442543507, 0.016145771369338036, 0.04784468561410904, -0.029029229655861855, -0.06359484046697617, 0.0188125167042017, 0.010304964147508144, -0.05419887974858284, -0.011034519411623478, 0.03434792160987854, -0.02099529840052128, -0.020451074466109276, 0.09101787209510805, 0.01745416224002838, 0.014224852435290812, -0.01006594765931368, 0.01121543813496828, -0.02412606216967106, -0.022504419088363647, 0.03836047649383545, -0.033067889511585236, 0.011698804795742037, 0.03109728172421455, -0.024086348712444305, 0.043808601796627045, 0.04644588381052017, -0.04481467977166176, 0.030366992577910423, -0.0193464457988739, 0.05550501495599747, 0.0027074250392615795, 0.03004707582294941, 0.03689253702759743, -0.033285949379205704, -0.011093354783952236, 0.03264813870191574, -0.017194552347064018, 0.030711913481354713, 0.0006140911718830466, -0.0061306157149374485, 0.013354828581213953, -0.002059871330857277, 0.004745784681290388, 0.034986283630132675, 0.005079122260212898, 0.008532190695405006, -0.01108416263014078, 0.0034823014866560698, -0.02437611110508442, -0.012120027095079422, -0.0384310781955719, 0.0009185627568513156, -0.04413954913616181, 0.03423319384455681, -0.005748187657445669, 0.005404737778007984, 0.001721661537885666, 0.024779867380857468, 0.0011829528957605362, -0.03237694874405861, 0.015997258946299553, 0.0016113457968458531, -0.009244462475180626, -0.01024612970650196, -0.018238184973597527, -0.019893979653716087, 0.0007677978137508035, -0.04871544986963272, 0.017897631973028183, -0.02606173604726791, -0.014807319268584251, -0.013199650682508944, -0.012492709793150423, 0.05069819092750549, -0.05554325878620148, 0.040399111807346344, -0.0324799083173275, -0.007769172545522451, 0.04935307055711746, 0.02708767168223858, 0.02627243660390377, -0.05799373984336853, -0.07203767448663712, 0.011682809330523014, -0.03495723009109497, 0.026536092162132263, -0.020807763561606407, 0.05234998837113381, -0.03957100585103035, 0.01963326707482338, 0.019197886809706688, 0.014123361557722092, 0.05860268324613571, 0.004720780067145824, 0.07485293596982956, 0.008983382023870945, -0.0324401929974556, 0.022383807227015495, 0.040143176913261414, -0.01286282017827034, 0.003781624836847186, -0.00208570365794003, 0.04886841773986816, 0.042737800627946854, 0.028330564498901367, -0.008863504976034164, -0.008487327955663204, -0.040985990315675735, -0.03916577994823456, -0.01736149750649929, -0.029763197526335716, -0.08972350507974625, -0.010174792259931564, -0.006137970369309187, 0.021757949143648148, 0.019118275493383408, -0.02485194057226181, -0.0010527803096920252, -0.02351785264909267, 0.03937390819191933, 0.0035926171112805605, -0.037124939262866974, -0.005851149093359709, -0.025284377858042717, -0.03741837665438652, 0.0017700167372822762, -0.004004462622106075, -0.058549731969833374, 0.0042655435390770435, 0.04391450807452202, 0.02649049647152424, -0.02710532397031784, -0.005376055836677551, -0.02925574406981468, 0.013511477038264276, 0.010487353429198263, -0.018703673034906387, 0.007945678196847439, 0.06650865077972412, -0.00672485027462244, 0.053195737302303314, 0.04742696136236191, 0.01840434968471527, -0.02540498785674572, -0.03738969564437866, 0.015875177457928658, -0.004123052582144737, -0.006048246752470732, 0.022251427173614505, 0.0018213135190308096, 0.007411749102175236, -0.0295699629932642, 0.01962885446846485, -0.009787583723664284, -0.017246033996343613, 0.0006692490424029529, -0.015074283815920351, -0.05223378911614418, -0.03943421319127083, -0.029023347422480583, -0.010216712020337582, -0.006904296576976776, -0.0002853501355275512, -0.035289280116558075, -0.017857182770967484, -0.026075709611177444, -0.024481095373630524, 0.06280939280986786, 0.013982157222926617, -0.02599481120705605, 0.0066454228945076466, 0.006631448864936829, -0.04257895052433014, -0.01800336316227913, -0.008243530988693237, 0.014030695892870426, -0.01696031540632248, 0.0015414791414514184, -0.03138042613863945, -0.0027677309699356556, 0.01849260181188583, 0.053339883685112, -0.02571975626051426, -0.02097020298242569, -0.0232501532882452, 0.02876300178468227, 0.01155962236225605, -0.010696218349039556, 0.025242090225219727, -0.008331048302352428, 0.02777751348912716, -0.001254658098332584, -0.012711319141089916, -0.011412535794079304, -0.011864094994962215, 0.026932494714856148, 0.0503745973110199, -0.06058836728334427, 0.04490293562412262, 0.0026564039289951324, 0.010404984466731548, 0.011253680102527142, 0.03731320798397064, -0.009800453670322897, -0.007437489461153746, 0.010001963935792446, 0.025908028706908223, -0.018157977610826492, -0.008884097449481487, -0.004106688778847456, -0.045785460621118546, 0.016580093652009964, 0.03412140533328056, 0.018585817888379097, -0.0023298694286495447, -0.04721515625715256, -0.024593066424131393, -0.035220153629779816, -0.0184183232486248, 0.05392823740839958, 0.011388312093913555, -0.019758062437176704, -0.04893166944384575, 0.03912275657057762, 0.01422043889760971, 0.010484411381185057, -0.014602867886424065, 0.011544729582965374, 0.004662639927119017, 0.01554569974541664, -0.01672240160405636, 0.05802315846085549, 0.0014011022867634892, 0.004377330187708139, 0.017859390005469322, 0.005177119746804237, -0.02827246300876141, -0.044702161103487015, 0.05652286484837532, 0.02499314211308956, -0.02249117940664291, 0.012145032174885271, -0.012690727598965168, 0.038884107023477554, 0.018235933035612103, -0.0057632639072835445, 0.028273198753595352, 0.014780843630433084, -0.040526341646909714, -0.006214455235749483, -0.03147970885038376, 0.013365859165787697, -0.017048200592398643, 0.023788493126630783, -0.01705114170908928, -0.0026670678053051233, 0.02659639902412891, -0.0690135508775711, -0.07083449512720108, 0.051760900765657425, 0.018603652715682983, -0.01095656305551529, 0.02752893604338169, 0.04515886679291725, 0.0167540255934, -0.002917484613135457, -0.00614091195166111, 0.005331929307430983, 0.040149059146642685, 0.01085654366761446, 0.024769386276602745, 0.05337224528193474, -0.08172781765460968, -0.03525986522436142, 0.011372821405529976, -0.04857718572020531, -0.029567571356892582, -0.028758587315678596, -0.033025603741407394, -0.03733674436807632, 0.008472987450659275, 0.024566588923335075, -0.030717061832547188, -0.012133264914155006, -0.05769524723291397, 0.01259070821106434, 0.03530620038509369, 0.000601037114392966, -0.03966955468058586, 0.011367673054337502, 0.010568618774414062, 0.02903805486857891, 0.002659345744177699, 0.05183481425046921, -0.01383212860673666, -0.015175038948655128, 0.026190437376499176, 0.04167583212256432, -0.02034737728536129, -0.06857229024171829, -0.03744080662727356, -0.015023537911474705, 0.02956904284656048, -0.00217395625077188, 0.0022475002333521843, -0.024919599294662476, -0.01706070266664028, -0.03203386440873146, 0.055361974984407425, 0.024175334721803665, 0.03306825831532478, 0.019657352939248085, 0.006346834823489189, -0.02044224925339222, -0.0024798987433314323, 0.024478334933519363, -0.013361446559429169, 0.0016804769402369857, -0.015786923468112946, 0.012505396269261835, -0.010717545635998247, -0.05495196953415871, -0.013403368182480335, -0.011288429610431194, -0.016094336286187172, 0.03199304640293121, -0.013893536292016506, -0.014951097778975964, 0.0026975886430591345, -0.05263974890112877, 0.003750920295715332, -0.02251582033932209, 0.01340106874704361, 0.02984207309782505, -0.014617575332522392, 0.05219848453998566, -0.028917444869875908, 0.091629758477211, 0.029779376462101936, -0.06072957068681717, 0.06030596047639847, 0.02276448719203472, -0.002728476887568831, 0.00928711798042059, 0.03768828138709068, 0.005453276913613081, 0.006731468718498945, 0.014386464841663836, 0.02984703704714775, -0.04054325446486473, 0.007692687213420868, 0.008331048302352428, 0.014919428154826164, -0.005090705584734678, -0.019844338297843933, 0.02771720662713051, -0.022254368290305138, -0.034536562860012054, -0.017203379422426224, 0.022123463451862335, 0.013895375654101372, -0.011442688293755054, -0.0023945877328515053, -0.0005148069467395544, -0.03326094150543213, 0.0010781529126688838, -0.046629007905721664, 0.032508958131074905, 0.03603795915842056, 0.01674225740134716, 0.019677026197314262, 0.0726260244846344, 0.041928086429834366, -0.006594585720449686, -0.02006717585027218, 0.03596588596701622, -0.012064501643180847, -0.005284125916659832, -0.02024073898792267, -0.022202614694833755, -0.021998438984155655, 0.02625221386551857, -0.04050133377313614, -0.04169053956866264, -0.004211121238768101, -0.004771525040268898, -0.0013061388162896035, 0.031841546297073364, -0.04049030691385269, 0.053495798259973526, -0.03232399374246597, -0.008541382849216461, 0.0004324378678575158, -0.04791529104113579, -0.05221319571137428, -0.01156256441026926, 0.03597177192568779, 0.025143172591924667, 0.03583736717700958, 0.0011296336306259036, 0.04136694595217705, 0.07023419439792633, 0.036354199051856995, -0.02360169216990471, -0.019184650853276253, -0.006235047709196806, 0.00888740736991167, 0.02165131084620953, -0.007424987852573395, 0.011814451776444912, -0.011225733906030657, 0.04181133583188057, -0.03793266788125038, -0.029136603698134422, -0.05490489676594734, -0.0055349101312458515, 0.014724583365023136, -0.003865464823320508, 0.012085828930139542, -0.0007825065986253321, -0.03194892033934593, 0.005082615651190281, -0.006079870276153088, 0.04110807180404663, 0.014699945226311684, 0.02463424950838089, -0.016226716339588165, -0.02133212983608246, -0.008240588940680027, 0.024935780093073845, -0.039362139999866486, -0.014806860126554966, -0.011949405074119568, -0.03232987970113754, -0.050845276564359665, 0.005942343734204769, -0.044405777007341385, 0.058858614414930344, -0.0014605809701606631, 0.018121205270290375, -0.003941215109080076, -0.03856786713004112, -0.020131895318627357, 0.0027865765150636435, 0.042267125099897385, 0.03465496748685837, 0.03466857224702835, -0.018127089366316795, -0.027891505509614944, -0.007096246350556612, -0.05695236101746559, -0.02571387216448784, 0.009127527475357056, 0.013754263520240784, -0.022872136905789375, 0.010902141220867634, 0.032700538635253906, 0.018182292580604553, 0.021804282441735268, 0.007204356137663126, -0.07736225426197052, 0.05158218741416931, -0.07136912643909454, 0.06123555451631546, -0.0059585231356322765, -0.022730935364961624, -0.09344188123941422, -0.025772707536816597, -0.015408908016979694, 0.05923883989453316, -0.0047891754657030106, -0.05922633409500122, -0.01800941862165928, 0.04129340499639511, -0.0031572375446558, -0.04518534243106842, -0.012996670790016651, -0.04579722881317139, -0.019618557766079903, 0.013730637729167938, -0.013708574697375298, -0.09419496357440948, 0.002454893896356225, -0.013358505442738531, 0.00035779085010290146, 0.0007633852073922753, -0.014530058950185776, -0.024597477167844772, -0.014419008046388626, -0.034427348524332047, -0.00411992659792304, -0.041756730526685715, -0.03529810905456543, 0.03462444618344307, -0.030241232365369797, 0.018306536599993702, 0.0013561486266553402, -0.08361347764730453, -0.0005780546925961971, -0.04569132626056671, 0.036354199051856995, 0.018793396651744843, -0.020366132259368896, -0.01804177835583687, -0.0028255546931177378, 0.013045208528637886, 0.008387584239244461, 0.014212441630661488, 0.06941068917512894, -0.02860267460346222, -0.021014511585235596, 0.006358601618558168, 0.028117286041378975, -0.013571415096521378, -0.0750264972448349, -0.04967225342988968, 0.024448920041322708, 0.033665433526039124, -0.03518963232636452, 0.04020789638161659, 0.034693580120801926, -0.023275159299373627, 0.03883703798055649, -0.01463007926940918, 0.01027554739266634, 0.03349187225103378, 0.027681907638907433, -0.00027652489370666444, -0.0282132588326931, 0.00015297121717594564, -0.028864489868283272, 0.03718377277255058, -0.007209136616438627, 0.007158391177654266, 0.024897536262869835, 0.003591146320104599, 0.01176848728209734, 0.020727599039673805, 0.04252232238650322, -0.03385959193110466, 0.017293469980359077, 0.028346743434667587, -0.0023938524536788464, -0.004456757567822933, -0.02371348068118095, 0.02652874030172825, 0.010375307872891426, 0.0452096126973629, 0.02039665170013905, 0.00803025346249342, -0.0100821265950799, 0.03977619484066963, -0.05560503527522087, 0.0034808306954801083, -0.03589896112680435, -0.00247327983379364, -0.011396355926990507, -0.024160627275705338, 0.03681311011314392, 0.050445202738046646, 0.024964921176433563, -0.007769908290356398, 0.0578584223985672, 0.08346638828516006, -0.02652432583272457, 0.026943527162075043, -0.031875744462013245, 0.03336537629365921, -0.034818604588508606, -0.01199941523373127, 0.0063718389719724655, 0.01546898391097784, 0.013480656780302525, 0.02243455126881599, -0.013679237104952335, 0.0040175169706344604, 0.039856355637311935, -0.04533242806792259, -0.04343169182538986, 0.07324379682540894, -0.05165131762623787, 0.005148437339812517, -0.020771726965904236, -0.00994974747300148, 0.02318543568253517, -0.012687786482274532, 0.04667387157678604, -0.0053907642140984535, -0.0033359492663294077, -0.018055016174912453, 0.03181801363825798, -0.05495196953415871, 0.024934308603405952, 0.02390175126492977, 0.016436591744422913, -0.020924698561429977, 0.053642887622118, -0.013271723873913288, 0.07921702414751053, 0.01030790712684393, -0.06630713492631912, 0.06766916811466217, -0.01874522492289543, -0.018724264577031136, 0.05984116345643997, -0.003208258654922247, 0.04162876307964325, 0.02919360063970089, -0.05685528367757797, -0.036763835698366165, 0.007060210220515728, -0.026332376524806023, -0.047935884445905685, 0.030436858534812927, -0.016732696443796158, 0.0014620517613366246, 0.001585237681865692, 0.012065145187079906, -0.007195530459284782, -0.02817979641258717, -0.01205972209572792, -0.003928712569177151, -0.04768289625644684, -0.02433124743402004, 0.011656700633466244, 0.02500785142183304, 0.020715832710266113, 0.0053587728179991245, -0.01101981196552515, -0.022795652970671657, 0.06571290642023087, -0.01583840511739254, 0.0517866387963295, 0.025941859930753708, -0.016296766698360443, -0.02351049892604351, 0.014514361508190632, 0.010082310065627098, 0.027742397040128708, -0.01822269707918167, 0.04822859168052673, -0.00655753817409277, 0.013683569617569448, -0.031467944383621216, 0.023239122703671455, 0.005713254678994417, 0.031160898506641388, -0.0037036684807389975, -0.01318641286343336, -0.033671315759420395, -0.04771525040268898, 0.004036822356283665, 0.03320615366101265, -0.03823103755712509, 0.020535189658403397, 0.0058423238806426525, -0.02281477488577366, -0.041240449994802475, -0.010259735397994518, -0.014756206423044205, 0.06425084918737411, -0.003853697795420885, 0.0004780350427608937, 0.02583448402583599, 0.031714316457509995, 0.0731496587395668, 0.08744806051254272, 0.057225942611694336, 0.0065351068042218685, 0.006527752615511417, 0.010040942579507828, 0.0233509074896574, -0.008660524152219296, -0.0189934354275465, -0.0016106104012578726, 0.005867696832865477, 0.02700088918209076, 0.014014516025781631, 0.053763497620821, -0.01101098582148552, -0.011069453321397305, 0.06555404514074326, 0.015221371315419674, -0.016081098467111588, -0.02709135040640831, 0.014562418684363363, -0.00204525445587933, -0.02609924226999283, 0.008443569764494896, 0.024784278124570847, 0.01870293729007244, -0.03728673234581947, 0.011452249251306055, 0.032706424593925476, -0.03144146874547005, -0.0539047047495842, -0.040784478187561035, 0.02624044753611088, 0.029741870239377025, -0.024092599749565125, 0.0036610132083296776, 0.06677781790494919, -0.02360169216990471, -0.03919372707605362, -0.018888268619775772, 0.02372671663761139, 0.01808002032339573, -0.00295499200001359, 0.003989018499851227, 0.061238497495651245, 0.021223654970526695, 0.05172780528664589, 0.034389104694128036, -0.014268978498876097, 0.0679662898182869, 0.009498188272118568, 0.0020409338176250458, -0.017529912292957306, -0.0071065425872802734, 0.008874904364347458, -0.00995268952101469, 0.03173564374446869, -0.019991425797343258, 0.030314775183796883, 0.02546161599457264, 0.03615710139274597, -0.009197210893034937, 0.030005890876054764, 0.006446854677051306], [-0.06210123002529144, -0.009621034376323225, -0.03909717500209808, -0.012488584034144878, 0.011095008812844752, 0.01368116494268179, 0.04531131684780121, -0.011761647649109364, 0.06461368501186371, -0.016724692657589912, 0.0025794554967433214, 0.004535821732133627, -0.04246051609516144, -0.013898910023272038, -0.018605580553412437, 0.015668516978621483, -0.0049386522732675076, -0.012163640931248665, 0.03767512366175651, 0.025858623906970024, -0.010604241862893105, -0.004756080452352762, 0.03614713251590729, 0.03635357320308685, -0.010669565759599209, 0.04807167127728462, -0.005820524878799915, -0.02585150301456451, 0.054255664348602295, -0.005696315318346024, -0.010079976171255112, -0.01472011674195528, 0.020466472953557968, 0.020796440541744232, 0.028337161988019943, 0.05389386788010597, 0.000891084608156234, 0.018968837335705757, -0.0028167779091745615, -0.016353685408830643, -0.016282394528388977, 0.006240942515432835, -0.04876427352428436, 0.0223173163831234, 0.059171706438064575, 0.039944712072610855, -0.043703343719244, 0.01271303091198206, -0.03019198402762413, -0.08346715569496155, 0.03412753716111183, 0.007453621830791235, -0.002359196776524186, -0.013436618261039255, -0.016732122749090195, 0.03102046623826027, 0.030528023838996887, -0.002207611920312047, 0.0791725367307663, 0.00162807188462466, 0.025925204157829285, -0.003783759661018848, -0.029054049402475357, -0.03951926901936531, 1.2562283700390252e-05, 0.027740871533751488, 0.01118545699864626, 0.00942506268620491, 0.032671988010406494, -0.07769186049699783, 0.01288387831300497, -0.04743518307805061, -0.05488545447587967, -0.032895803451538086, 0.06954479962587357, -0.010928976349532604, -0.056624073535203934, 0.053094908595085144, -0.015161838382482529, -0.04804822057485581, -0.04037350416183472, 0.021459728479385376, -0.007023153826594353, -0.05497924983501434, -0.0639168992638588, 0.03543401509523392, -0.026293694972991943, -0.005534105002880096, 0.04292616248130798, -0.0008709849789738655, -0.017575889825820923, -0.006819644942879677, 0.02180979959666729, -0.00967798288911581, -0.00988735444843769, 0.010160374455153942, -0.03519449383020401, -0.013562241569161417, 0.02015325240790844, 0.0416923351585865, 0.04883546009659767, -0.03166532889008522, -0.02220676839351654, -0.03250784054398537, -0.06520327925682068, -0.00013734764070250094, 0.02395208552479744, -0.041827380657196045, 0.04006698355078697, -0.06265228986740112, 0.0003366691817063838, 0.01710815541446209, 0.030069081112742424, -0.02358359470963478, 0.010636067017912865, 0.051351264119148254, 0.034812599420547485, -0.008120260201394558, 0.0058138249441981316, -0.018461531028151512, -0.0696117952466011, -0.021829061210155487, -0.0022746108006685972, -0.0006710353191010654, -0.003913151100277901, -0.03442065790295601, 0.0025522371288388968, 0.045201607048511505, -0.0068657067604362965, 0.011999493464827538, 0.012166989967226982, -0.017250526696443558, -0.004600439220666885, -0.026420993730425835, -0.05470120534300804, 0.03423473611474037, -0.03835432603955269, 0.061689186841249466, -0.038813266903162, -0.001396925887092948, -0.01852266862988472, -0.012233570218086244, -0.021716000512242317, 0.03578491881489754, -0.004941792692989111, -0.019213581457734108, 0.007159664295613766, -0.04660104587674141, 0.020685892552137375, 0.0050935870967805386, -0.04364221170544624, -0.0015987599035724998, -0.02674929052591324, 0.06498050689697266, 0.04054267704486847, -0.002741927746683359, 0.028479116037487984, 0.006974579766392708, -0.022842522710561752, -0.0008793598390184343, 0.014969216659665108, 0.055146750062704086, 0.02090698853135109, -0.010036427527666092, -0.02359364368021488, -0.01727973483502865, -0.0061705936677753925, 0.003371716942638159, 0.014022858813405035, 0.04220927134156227, 0.07195006310939789, -0.005565928760915995, -0.013072416186332704, 0.05507640168070793, -0.01645324006676674, 0.0011791796423494816, -0.02457350306212902, -0.04424603655934334, -0.006240942515432835, 0.038559507578611374, 0.012499472126364708, 0.004732630681246519, 0.014806745573878288, -0.007363173179328442, -0.010909087024629116, 0.009184704162180424, -0.05467692017555237, -0.016267947852611542, -0.02808612585067749, 0.05238639563322067, 0.015039565972983835, -0.047090135514736176, 0.034171923995018005, 0.03377579152584076, -0.03461243957281113, 0.02160712704062462, -0.0025065417867153883, -0.005448681302368641, 0.04190861806273461, 0.04654744639992714, 0.007349772844463587, 0.026067158207297325, 0.03307398036122322, -0.02036764845252037, -0.019171718508005146, -0.031090814620256424, 0.05157236009836197, -0.0385444350540638, 0.0385846346616745, -0.017533596605062485, 0.040224432945251465, 0.06857666373252869, -0.0012461785227060318, 0.017864612862467766, 0.004694943781942129, -0.003631965722888708, 0.06319331377744675, -0.04196137934923172, 0.05878813564777374, 0.025127915665507317, -0.033176153898239136, -0.03667181730270386, -0.0011538456892594695, -0.04000835865736008, -0.021469779312610623, 0.08337336033582687, 0.00937146320939064, 0.05096602439880371, -0.005822932347655296, -0.02365771122276783, 0.048510514199733734, -0.00471504358574748, 0.01244503539055586, -0.007495495490729809, 0.0020250400993973017, 0.013054724782705309, -0.011763322167098522, 0.015373722650110722, 0.024313880130648613, 0.004206270910799503, -0.04273856058716774, -0.02157949097454548, 0.01808466389775276, -0.007872364483773708, -0.0006687322165817022, 0.018779775127768517, -0.04817217215895653, 0.012225613929331304, -0.01021062396466732, 0.029445992782711983, 0.0111837824806571, 0.023559357970952988, -0.03717765957117081, -0.020002923905849457, 0.007393951062113047, -0.016347717493772507, -0.02591515332460403, 0.04742513224482536, -0.016749711707234383, 0.010432138107717035, -0.018009290099143982, -0.0569155216217041, -0.04778357595205307, -0.010376864112913609, 0.037954848259687424, -0.01215246506035328, 0.020159952342510223, 0.004847366362810135, 0.0640575960278511, 0.003093671752139926, 0.011749922297894956, -0.06737403571605682, 0.04823246970772743, 0.007601018529385328, -0.012138515710830688, 0.052865441888570786, 0.061615489423274994, -0.008776848204433918, 0.0527883879840374, 0.04264727979898453, -0.03441018611192703, -0.05735017359256744, -0.018186835572123528, 0.04886477068066597, 0.016817251220345497, 0.03528494015336037, -0.03028012812137604, -0.034967534244060516, -0.0007118627545423806, -0.04987059161067009, 0.0012679530773311851, -0.03632844612002373, -0.010928348638117312, 0.04557052254676819, 0.028502145782113075, -0.02656671777367592, 0.030511273071169853, -0.03581758216023445, -0.0548318549990654, -0.05353207513689995, 0.048929255455732346, 0.022514961659908295, -0.04450063407421112, 0.01705874316394329, 0.012041366659104824, -0.01592227630317211, -0.04263094812631607, 0.07474391162395477, 0.017733756452798843, 0.005684852134436369, -0.047391630709171295, 0.0040375180542469025, 0.003997423220425844, -0.011862145736813543, 0.03658472001552582, -0.03504374623298645, 0.03494659811258316, 0.03399018943309784, -0.028863102197647095, -0.00795108824968338, 0.036038678139448166, 0.002002087654545903, 0.02464887499809265, -0.038690995424985886, 0.009272640570998192, 0.055116601288318634, 0.03771365061402321, 0.03252458944916725, -0.03396841511130333, -0.05184370279312134, 0.05174320563673973, -0.02473597228527069, 0.015119964256882668, 0.018401233479380608, -0.011326154693961143, -0.003858295967802406, -0.006565886549651623, 0.005588540807366371, 0.005547504406422377, 0.02579622901976109, 0.008217408321797848, -0.05778985470533371, 0.00035860086791217327, -0.013122561387717724, -0.013339470140635967, -0.04206019639968872, -0.02468237467110157, -0.02265900932252407, 0.018644103780388832, 0.00973158236593008, 0.02459527552127838, 0.02014152705669403, 0.027033720165491104, 0.00748010678216815, -0.004629619885236025, 0.009783715941011906, 0.015237212181091309, -0.0167530607432127, 0.013895560055971146, 0.0032293444965034723, -0.026719139888882637, -0.0064076017588377, -0.05155561119318008, 0.06899373233318329, -0.021935002878308296, -0.040599625557661057, 0.027482926845550537, -0.006740502547472715, 0.06067415699362755, -0.008093460462987423, 0.06145133823156357, 0.0012185415253043177, -0.058258846402168274, 0.04440892860293389, -0.018365848809480667, -0.03151290863752365, -0.04123779013752937, -0.061815645545721054, 0.003857458708807826, -0.06566556543111801, 0.012119253166019917, -0.033713821321725845, 0.030780943110585213, -0.028940152376890182, 0.029791874811053276, 0.01030358485877514, 0.03769857436418533, 0.03289203345775604, 0.015950748696923256, 0.05367612466216087, 0.016749711707234383, -0.04668479785323143, 0.04681879281997681, -0.006853981874883175, 0.034628354012966156, 0.00473917368799448, -0.0364825464785099, 0.03629997372627258, 0.05451695993542671, 0.03917925059795379, -0.028315387666225433, 0.02069259248673916, 0.0029799831099808216, -0.058481615036726, -0.006297891493886709, -0.04986054077744484, -0.07209745794534683, -0.02403625287115574, -0.03464510291814804, -0.00028474509599618614, 0.04677189514040947, -0.018062889575958252, 0.004298394545912743, -0.024677349254488945, 0.07661004364490509, 0.00014404751709662378, -0.06384990364313126, -0.03143585845828056, 0.013895560055971146, -0.01171809807419777, -0.007430171594023704, 0.022548461332917213, -0.04505672305822373, 0.0162673182785511, 0.02710563875734806, 0.01473639626055956, -0.04147898778319359, -0.0184018611907959, -0.06622835993766785, 0.06688787788152695, 0.04657759517431259, 0.031081601977348328, 0.02526233159005642, 0.037157557904720306, 0.012212214060127735, 0.05727061256766319, 0.010552317835390568, 0.028397461399435997, -0.03969011455774307, -0.055448245257139206, -0.001069887774065137, -0.013017876073718073, -0.05782000347971916, 0.011495327576994896, -0.011488626711070538, -0.014936764724552631, -0.032096635550260544, 0.02316652610898018, -0.038611434400081635, -0.05212845280766487, 0.0006511450046673417, -0.020658988505601883, -0.07223815470933914, -0.011373053304851055, -0.06734724342823029, 0.009426737204194067, 0.024260282516479492, 0.0024186584632843733, -0.025630826130509377, 0.02445792965590954, -0.05422886461019516, 0.015781577676534653, 0.060097962617874146, 0.010508663952350616, -0.0347958505153656, 0.024411028251051903, 0.01267953123897314, -0.05877808481454849, -0.0329316072165966, -0.021052710711956024, 0.016879521310329437, -0.05470790341496467, 0.028791077435016632, -0.0071713887155056, -0.04309198260307312, 0.022947102785110474, 0.05610483139753342, 0.003470540279522538, -0.04636550322175026, 0.03546751290559769, 0.002284660469740629, -0.02085213363170624, 0.006559187080711126, 0.020214388146996495, 0.04018590971827507, 0.027208229526877403, -0.017674295231699944, -0.01738201268017292, -0.016220420598983765, -0.028172176331281665, 0.02778274565935135, 0.0792529359459877, -0.02023804746568203, 0.02104768715798855, 0.011523800902068617, 0.02157530188560486, 0.00847284123301506, 0.04541788995265961, -0.01774883270263672, -0.015501439571380615, 0.022721193730831143, 0.014681540429592133, -0.029154546558856964, -0.009205013513565063, -0.015264011919498444, -0.07956782728433609, 0.001783844199962914, 0.07112597674131393, -0.0024923570454120636, -0.008575852029025555, -0.0435844250023365, -0.0376470722258091, -0.004281226079910994, -0.04669484496116638, 0.07862984389066696, 0.04499642550945282, 0.0123441182076931, -0.01603282429277897, 0.024302823469042775, -0.0012721405364573002, 0.0158209390938282, 0.0045023225247859955, -0.025670606642961506, 0.03671617805957794, 0.030496198683977127, -0.041365087032318115, 0.04211212694644928, -0.00936643872410059, 0.002931199269369245, 0.02870471216738224, -0.04975501820445061, -0.05814829841256142, -0.04306350648403168, 0.02060716971755028, -0.01309492439031601, -0.008535548113286495, 0.03826471418142319, -0.01861562952399254, 0.005453706253319979, -0.0026866537518799305, 0.02941584214568138, 0.015129804611206056, 0.00046229202416725457, -0.027224980294704437, 0.015853602439165115, -0.044199138879776, -0.010851300321519377, -0.022806406021118164, 0.010309447534382343, 0.001348351826891303, 0.012740667909383774, -0.021543478593230247, -0.07136717438697815, -0.049793541431427, 0.04792594909667969, -0.01136132888495922, -0.0070750778540968895, 0.01003977656364441, 0.027368610724806786, 0.010622667148709295, -0.00925254076719284, 0.013999409042298794, 0.006947780027985573, 0.02509399689733982, 0.012020430527627468, 0.02461160533130169, 0.004440348595380783, -0.06734053790569305, 0.003166533075273037, 0.009424225427210333, -0.05126751586794853, -0.04315060377120972, -0.004380677826702595, 0.007671786472201347, -0.053867071866989136, -0.015433811582624912, 0.03108997642993927, -0.06318996101617813, -0.019253794103860855, -0.04121098667383194, 0.023848239332437515, 0.028420910239219666, 0.01011808216571808, -0.012575683183968067, 0.02299170009791851, -0.014619147405028343, -0.0012847029138356447, 0.03532513976097107, 0.024593601003289223, -0.02876930497586727, 0.0008718224707990885, 0.018339259549975395, 0.014013645239174366, -0.015788277611136436, -0.017727475613355637, 0.006235917564481497, -0.05086049810051918, 0.0009111842373386024, -0.010367234237492085, -0.029667088761925697, 0.018146218731999397, -0.015021140687167645, 0.02952639013528824, 0.012564586475491524, 0.06692012399435043, -0.010378120467066765, -0.00980695616453886, 0.01889367401599884, 0.007544698193669319, 0.009049450047314169, -0.02237342670559883, -0.015408058650791643, 0.0023005728144198656, -0.03088981844484806, -0.024529950693249702, 0.004984714090824127, -0.03895982727408409, 0.030251653864979744, -0.007675136439502239, -0.03429335728287697, 0.05604453384876251, -0.0071755764074623585, 0.003864289261400699, -0.018518900498747826, -0.013604114763438702, 0.01418700534850359, -0.0033231426496058702, 0.042658161371946335, 0.026464542374014854, -0.005593565758317709, 0.017170129343867302, -0.022514961659908295, 0.06743015348911285, 0.03890622779726982, -0.038718633353710175, 0.040191348642110825, 0.0070566534996032715, 0.007443571928888559, 0.010680452920496464, 0.026322171092033383, -0.001995309488847852, 0.01924876868724823, -0.04639335349202156, -0.015116614289581776, -0.02514466643333435, 0.010577443055808544, 0.030891282483935356, 0.006753483787178993, 0.00035844382364302874, 0.01914156973361969, 0.025653857737779617, 0.0037301606498658657, -0.03575519099831581, -0.01088605634868145, 0.023429494351148605, -0.009588371962308884, 0.005989696830511093, -0.008361455984413624, -0.006457013543695211, 0.0012729780282825232, 0.017553696408867836, -0.02312004566192627, 0.04801137372851372, 0.01473071612417698, 0.02054875530302525, 0.012238280847668648, 0.03782084584236145, 0.007126583252102137, -0.02579622901976109, -0.005390056874603033, 0.028767786920070648, -0.004227627068758011, 0.005534942261874676, -0.04455423355102539, -0.001652777660638094, 0.01058539841324091, -0.015605182386934755, -0.03174237906932831, -0.031670354306697845, -0.013372968882322311, -0.06317991018295288, -0.0023550093173980713, 0.017871523275971413, -0.012754381634294988, 0.049203112721443176, -0.0011264181230217218, -0.02394203655421734, 0.0036279873456805944, -0.008781873621046543, -0.0436430461704731, -0.04957914724946022, -0.012163640931248665, -0.014135919511318209, 0.03939783200621605, 0.0068372320383787155, -0.0022980603389441967, 0.015768177807331085, 0.032214198261499405, -0.0254227127879858, -0.007822534069418907, -0.03104559145867825, 0.03818348050117493, 0.01291570160537958, 0.016426442191004753, 0.0063799647614359856, -0.008715293370187283, 0.008436829783022404, 0.00869979988783598, -0.01573195680975914, -0.04583097994327545, -0.001082868780940771, 0.010096726007759573, 0.00047066688421182334, -0.0001415350561728701, 0.010624341666698456, -0.0342598594725132, -0.0036799113731831312, 0.008997945114970207, 0.023533344268798828, 0.030112629756331444, 0.0332481749355793, -0.029332932084798813, -0.0471939854323864, 0.007101039867848158, 0.02832711301743984, -0.013867086730897428, -0.014283106662333012, -0.0035810882691293955, -0.017053717747330666, 0.012203839607536793, -0.006673922296613455, 0.0012076541315764189, 0.03412920981645584, 0.02062036097049713, 0.060710374265909195, 0.009626425802707672, -0.0023801338393241167, -0.020078716799616817, -0.01932414248585701, 0.01045768242329359, 0.009966287761926653, 0.030377276241779327, -0.020252075046300888, -0.014772826805710793, 0.022565210238099095, -0.02867550402879715, -0.06277121603488922, -0.03513419255614281, 0.05292908474802971, -0.018953973427414898, 0.028492935001850128, 0.0028064141515642405, -0.030462073162198067, 0.023254776373505592, -0.0324944406747818, -0.06663704663515091, 0.03279593214392662, -0.048502977937459946, 0.025844907388091087, -0.016411367803812027, 0.010352996177971365, -0.092485211789608, 0.013007826171815395, -0.03192495182156563, -0.0032140600960701704, -0.0117984963580966, -0.05569949001073837, -0.010484167374670506, 0.040407005697488785, -0.02910429798066616, -0.03906702622771263, -0.011537200771272182, -0.04299985617399216, -0.008584227412939072, 0.03126543015241623, -0.02366734109818935, -0.08103510737419128, 0.002602905035018921, -0.014711271971464155, -0.006052927114069462, -0.01249779760837555, 0.012740667909383774, -0.01763409562408924, -0.025668933987617493, -0.05564253777265549, 0.02574765682220459, -0.05495245382189751, -0.047909095883369446, 0.02631714753806591, -0.03267114982008934, 0.027064183726906776, 0.02288680523633957, -0.07245925068855286, 0.0037033611442893744, -0.01617477834224701, 0.01138980407267809, -8.050330507103354e-05, 0.04815207049250603, -0.01261085830628872, -0.0006445760373026133, 0.0054336064495146275, -0.005098612047731876, 0.02628699690103531, 0.024699542671442032, -0.025250189006328583, -0.004733468405902386, 0.006271091755479574, 0.010418320074677467, 0.020597120746970177, -0.04914867877960205, -0.04538501799106598, -0.02314475178718567, 0.02369414269924164, -0.02340604737401009, 0.014026207849383354, -0.02540261298418045, -0.03217284381389618, -0.004364974796772003, 0.016833459958434105, 0.03088144212961197, 0.037492554634809494, 0.06584562361240387, 0.02159707807004452, -0.02617979794740677, -0.00982286874204874, -0.041311487555503845, 0.03110421448945999, 0.023727640509605408, 0.008687238208949566, -0.0008420916856266558, -0.01589045114815235, 0.014655918814241886, -0.006727939937263727, 0.019051121547818184, -0.0005644652992486954, -0.0010920811910182238, -0.01648605987429619, -0.03095011785626411, 0.03412753716111183, -0.0030957653652876616, 0.009255890734493732, 0.01248188503086567, 0.03494659811258316, 0.05016538500785827, 0.01588207669556141, -0.004505672492086887, 0.022169917821884155, -0.04040198028087616, -0.031790949404239655, -0.02577110566198826, -0.005053387954831123, -0.006669735070317984, -0.05834149569272995, -0.01672736182808876, 0.06053345650434494, 0.06141156330704689, -0.004535873886197805, 0.05512665212154389, 0.04819561913609505, 0.024287082254886627, 0.012669481337070463, -0.01038314588367939, 0.04656419903039932, -0.015697306022047997, -0.0048197293654084206, 0.03212249279022217, -0.006570911500602961, 0.012630957178771496, 0.02965368889272213, 0.005393407307565212, -0.011135208420455456, 0.04490262642502785, -0.023350771516561508, 0.019620612263679504, 0.0281797144562006, -0.0416397824883461, 0.003705664072185755, 0.0008508852915838361, -0.012452153488993645, 0.0031221460085362196, 0.00806121714413166, -0.003296343144029379, 0.005684433039277792, -0.012135165743529797, 0.008657925762236118, -0.004851554054766893, -0.07661987841129303, 0.014957492239773272, -0.0018927173223346472, 0.03199194744229317, -0.006605248432606459, -0.013225572183728218, 0.0007260999991558492, 0.05020558089017868, -0.03696661069989205, -0.03621957451105118, 0.07837525010108948, 0.008073360659182072, -0.008696449920535088, 0.05585693567991257, -0.005354882683604956, 0.04331475496292114, 0.010929186828434467, -0.00953896064311266, -0.045334767550230026, 0.007178088650107384, 0.014337752014398577, -0.07146096974611282, 0.0529073141515255, -0.01508479006588459, 0.04957914724946022, 0.028704818338155743, -0.004553409293293953, 0.013821233995258808, -0.031951747834682465, 0.0200514979660511, 0.00023114601208362728, -0.0508253239095211, -0.027444401755928993, -0.04125118628144264, 0.023215100169181824, 0.019727809354662895, 0.0038189340848475695, -0.02077047899365425, -0.026829687878489494, 0.05594738572835922, -0.0563996285200119, 0.03307021036744118, 0.02232022024691105, -0.01861814223229885, -0.013118374161422253, 0.025752680376172062, 0.01417025551199913, 0.024544188752770424, 0.02342279627919197, 0.024958744645118713, 0.0025895051658153534, 0.0035957442596554756, -0.003746910486370325, 0.0242665633559227, -0.03122481144964695, 0.02598550356924534, 0.01470289658755064, 0.022923653945326805, -0.016413042321801186, 0.001311502419412136, -0.014485150575637816, 0.05225909873843193, -0.0030731530860066414, 0.0038125484716147184, -0.0105883302167058, -0.02851889654994011, -0.053555525839328766, -0.02873245440423489, -0.008449601009488106, 0.06474098563194275, -0.01397260930389166, -0.006451988592743874, 0.020953888073563576, -0.029416680335998535, 0.0440153107047081, 0.05002803727984429, -0.0049644047394394875, -0.015081439167261124, 0.011480147019028664, 0.034511104226112366, -0.002425358165055514, -0.025667257606983185, -0.00871989969164133, -0.025911802425980568, 0.01076336484402418, -0.021633928641676903, 0.007837189361453056, 0.010612617246806622, 0.03928058594465256, 0.01901846006512642, 0.04181649163365364, 0.012445610947906973, -0.01589212566614151, -0.05367947742342949, 0.0477500781416893, -0.01411665603518486, -0.04961096867918968, 0.016555415466427803, 0.010282647795975208, -0.0105143953114748, -0.02480967342853546, 0.017826717346906662, 0.03392821550369263, 0.0029898234643042088, -0.06076125055551529, -0.020550508052110672, 0.007540719583630562, 0.013871273025870323, 0.007494186982512474, 0.04125956445932388, 0.04967880621552467, -0.014558848924934864, -0.03772370144724846, -0.023459644988179207, 0.06775426119565964, 0.025369111448526382, -0.002830701181665063, 0.05286208912730217, 0.062476422637701035, 0.04161633178591728, 0.04102674126625061, 0.024776171892881393, -0.04589420557022095, 0.06863026320934296, 0.030887305736541748, 0.001899417256936431, -0.032467640936374664, -0.017426399514079094, -0.004694943781942129, 0.012512034736573696, 0.026059148833155632, 0.027432678267359737, 0.02414722181856632, 0.0001976465864572674, 0.034435730427503586, -0.016878683120012283, -0.015889614820480347, -0.030200671404600143], [-0.0294302050024271, -0.03356747329235077, -0.04531710967421532, -0.022815678268671036, -0.01036918628960848, 0.03500812128186226, 0.020462894812226295, -0.020878661423921585, 0.008623474277555943, -0.016993915662169456, -0.034555111080408096, -0.024263212457299232, -0.05098379030823707, -0.007582779973745346, 0.010745672509074213, 0.04715362936258316, -0.013145899400115011, -0.04007283225655556, 0.05272848159074783, 0.055609773844480515, -0.010047795251011848, -0.03734253719449043, 0.02540108934044838, 0.03784247860312462, -0.042843934148550034, 0.04654655605554581, 0.02026291936635971, -0.022138208150863647, 0.008858139626681805, 0.013333123177289965, -5.763032822869718e-05, -0.005676882341504097, 0.031926851719617844, -0.006993053946644068, 0.017342854291200638, 0.034775491803884506, 0.01778974011540413, 0.028166070580482483, 0.010770159773528576, -0.02258305251598358, -0.044356875121593475, 0.04353772848844528, -0.022383077070116997, -0.011743513867259026, 0.03199010714888573, 0.02439508400857449, -0.023998193442821503, 0.00934991892427206, -0.013020595535635948, -0.06797566264867783, 0.03156362846493721, -0.018501391634345055, 0.041076794266700745, -0.011266529560089111, -0.003760781371966005, 0.03709359094500542, 0.04454372823238373, 0.030102575197815895, 0.03973205387592316, 0.037950631231069565, 0.0011794528691098094, 0.010356432758271694, -0.050651174038648605, -0.09461741894483566, 0.02879660576581955, -0.03405721113085747, 0.014994151890277864, 0.02069883607327938, 0.031567707657814026, -0.03119632601737976, 0.018136639147996902, -0.022150451317429543, -0.07515849173069, -0.013088254258036612, 0.02538068406283855, 0.01613687351346016, -0.04771682620048523, 0.03233496472239494, -0.010552838444709778, -0.03229823708534241, -0.034604087471961975, 0.015299217775464058, -0.05032060295343399, -0.06289462745189667, -0.03171871230006218, 0.009660086594522, -0.009917198680341244, -0.029155749827623367, 0.022752420976758003, -0.026245886459946632, -0.03156362846493721, -0.002823136979714036, 0.011116675101220608, 0.023367654532194138, -0.009000980295240879, 0.054638464003801346, -0.008543891832232475, 0.03418372571468353, 0.05293253809213638, 0.05965011194348335, 0.02760185115039349, -0.024744022637605667, -0.04970842972397804, -0.03669363632798195, -0.02817627228796482, -0.02797221578657627, 0.058050304651260376, -0.03194725513458252, 0.0107018006965518, -0.09035364538431168, -0.0036312048323452473, 0.028857823461294178, -0.0035914136096835136, -0.05791154503822327, -0.001482733408920467, 0.024599142372608185, 0.04832083731889725, -0.02949448488652706, -0.03291346877813339, -0.009099948219954967, -0.0037832276429980993, -0.011898597702383997, -0.013824901543557644, -0.018079502508044243, 0.0022691204212605953, -0.02509091980755329, -0.011843503452837467, -0.017704036086797714, -0.016003599390387535, 0.01273727510124445, 0.009497860446572304, -0.008767333813011646, -0.006868578493595123, -0.073305644094944, -0.024866458028554916, 0.058850210160017014, -0.014388100244104862, 0.0373535081744194, 0.012900138273835182, 0.025443941354751587, 0.0021405641455203295, 0.001828355947509408, 0.006553309503942728, 0.03593352064490318, -0.01655111089348793, -0.03286347538232803, -0.016851074993610382, 0.0017242865869775414, 0.0377424918115139, 0.005999293178319931, 0.019509945064783096, 0.004625985398888588, -0.012490364722907543, 0.0021079150028526783, 0.034816306084394455, -0.01591649278998375, 0.02792324125766754, 0.023970603942871097, -0.0477086640894413, 0.02900066412985325, -0.006452301051467657, 0.016524583101272583, 0.03313487395644188, -0.014461562037467957, -0.003954635933041573, 0.0034159240312874317, 0.04191955178976059, 0.01841619797050953, -0.03280021622776985, 0.026307104155421257, 0.015310441143810747, -0.006558920722454786, 0.02329113334417343, 0.023752303794026375, 0.00989271141588688, -0.0173326525837183, 0.004150531254708767, -0.016644977033138275, -0.02810085006058216, 0.05274072661995888, 0.002721618162468076, 0.00466622319072485, -0.0015906288754194977, -0.012674015946686268, 0.010813011787831783, -0.023705368861556053, -0.02696136385202408, -0.005376917310059071, -0.016971470788121223, 0.036314088851213455, 0.04642309993505478, -0.0692489892244339, -0.02495343796908855, -0.030482124537229534, -0.019769098609685894, 0.02116026170551777, 0.01640520989894867, 0.0029547540470957756, -0.027873756363987923, -0.027302905917167664, 0.023303376510739326, 0.016996465623378754, 0.0321258045732975, -0.022752420976758003, -0.05180307850241661, -0.013854394666850569, 0.022360632196068764, -0.00860918965190649, 0.002253815997391939, -0.03209213539958, -0.012608719058334827, 0.04669245705008507, 0.043178584426641464, -0.015184946358203888, 0.006954282522201538, 0.036763016134500504, 0.09951072931289671, -0.05305497348308563, 0.03735478222370148, 0.04833716154098511, -0.03239312022924423, -0.007480751257389784, 0.0005468743038363755, -0.028475215658545498, -0.022862613201141357, 0.007705214899033308, -0.01462582778185606, 0.020030291751027107, 0.0005213671247474849, -0.02623772621154785, 0.03583621233701706, -0.021058743819594383, 0.04716178774833679, -0.050236936658620834, 0.026145899668335915, 0.0036269642878323793, -0.009641720913350582, 0.006045461632311344, -0.014710512012243273, -0.03169422224164009, -0.053938545286655426, -0.03595035523176193, 0.054624173790216446, -0.00938473641872406, -0.04194607958197594, -0.018287641927599907, -0.03224926069378853, 0.015045166015625, -0.04359078034758568, 0.044733501970767975, 0.01269136182963848, 0.008868343196809292, -0.016237882897257805, 0.01933649741113186, 0.016116181388497353, -0.010472236201167108, -0.012935210950672626, 0.03657069057226181, -0.015112504363059998, -2.040575964201707e-05, -0.019446177408099174, -0.08560624718666077, -0.02982097677886486, 0.0005938076064921916, 0.045692574232816696, -0.000155848974827677, -0.014969664625823498, -0.04007283225655556, 0.026356078684329987, -0.010044224560260773, 0.024352233856916428, -0.04174201935529709, 0.034734681248664856, -0.004899422638118267, -0.05134701356291771, 0.018975315615534782, 0.045433420687913895, -0.012964798137545586, 0.036477334797382355, 0.04120739176869392, -0.02039351686835289, -0.0376608669757843, 0.009967383928596972, 0.07236698269844055, 0.06000925600528717, 0.0021548480726778507, 0.0017232663230970502, -0.05933994799852371, -0.01697351038455963, -0.0012569946702569723, -0.04337805137038231, -0.015951182693243027, 0.03341851010918617, 0.007684809155762196, 0.00757767865434289, -0.02159745618700981, 0.0215811301022768, 0.008118686266243458, 0.005127967335283756, -0.0769542008638382, 0.036330413073301315, -0.029131261631846428, -0.024476706981658936, -0.007327707950025797, 0.037007883191108704, 0.018581483513116837, -0.04064419120550155, 0.05813192576169968, 0.0015008436748757958, -0.027201898396015167, -0.03071066737174988, 0.006960404571145773, -0.02430121973156929, -0.02327072806656361, 0.0004774947592522949, -0.05632805451750755, -0.023851271718740463, 0.045904796570539474, -0.024621589109301567, 0.0041739982552826405, 0.02538068406283855, -0.07579515129327774, -0.0025364358443766832, -0.011892476119101048, 0.06094792112708092, 0.06487398594617844, 0.022460617125034332, 0.020615937188267708, -0.04921256750822067, -0.043349992483854294, 0.020477179437875748, -0.00882957223802805, 0.012908682227134705, 0.00842961948364973, -0.026746848598122597, 0.04175018146634102, 0.0004856570449192077, -0.027845697477459908, -0.004654553718864918, 0.0020288426894694567, 0.009612643159925938, -0.0321594774723053, -0.011388453654944897, -0.04996452108025551, -0.027678372338414192, -0.07596655935049057, -0.05341411754488945, -0.006903267931193113, 0.003175136167556047, 0.008905072696506977, -0.007201192434877157, 0.03180798888206482, 0.0013304554158821702, -0.00792559701949358, -0.013199975714087486, 0.018371304497122765, 0.015020678751170635, 0.02115873247385025, 0.01793615147471428, -0.0246294979006052, 0.03302059695124626, -0.015878742560744286, -0.04854938015341759, 0.023450296372175217, -0.03543083742260933, -0.023580893874168396, 0.0030632868874818087, -0.02347070351243019, 0.011551699601113796, -0.020281029865145683, 0.03837098926305771, 0.002326001413166523, -0.026692772284150124, 0.02886190637946129, 0.021661734208464622, 0.000701958138961345, -0.03883624076843262, -0.0582461953163147, 0.053630415350198746, -0.03571415692567825, 0.02552148140966892, -0.005850331392139196, 0.0359615795314312, -0.016263389959931374, 0.0046971505507826805, -0.007970999926328659, 0.013935602270066738, 0.013757753185927868, -0.008696935139596462, 0.0708569586277008, 0.028041593730449677, 0.007829306647181511, 0.00484840851277113, 0.004206137266010046, -0.010451829992234709, -0.04017281532287598, 0.005272848065942526, 0.015606324188411236, 0.06813891232013702, -0.004203586373478174, -0.013529018498957155, 0.0032853272277861834, -0.02259937860071659, -0.0037750652991235256, -0.006630851421505213, -0.04387136176228523, -0.03129427134990692, -0.0368160679936409, -0.01619401015341282, -0.01074669323861599, 0.03178605064749718, 0.018420279026031498, -0.05417320877313614, -0.02269120328128338, 0.014941097237169744, 0.0012881135335192084, -0.07532989978790283, -0.044194795191287994, -0.031102456152439117, 0.010716593824326992, 0.023092176765203476, 0.00643597636371851, -0.039260681718587875, 0.0036811986938118935, 0.03590597212314606, 0.012045519426465034, -0.0169582050293684, 0.026756029576063156, -0.049088094383478165, -0.01112113893032074, -0.00464843213558197, 0.01822744496166706, 0.02562147006392479, 0.04575787112116814, 0.00393423018977046, 0.00562382722273469, -0.0002530314086470753, 0.02558065950870514, -0.030478041619062424, -0.0439642071723938, 0.0339021272957325, 0.02146991901099682, -0.0347469262778759, 0.014404425397515295, -0.009384608827531338, -0.021764781326055527, -0.05008389428257942, -0.01436973549425602, -0.018031548708677292, -0.0528835654258728, 0.031379975378513336, -0.0712079405784607, -0.036652822047472, -0.0313432440161705, -0.011525172740221024, -0.024527722969651226, 0.022112684324383736, -0.05474457144737244, -0.013320879079401491, -0.04882485792040825, -0.01567978598177433, -0.02555413357913494, 0.02465066686272621, 0.05559854954481125, -0.046725109219551086, 0.013508612290024756, 0.0031506491359323263, -0.031347326934337616, -0.016279714182019234, -0.002171172760426998, -0.016025152057409286, -0.05460581183433533, -0.004326020833104849, -0.04189710319042206, -0.01747141033411026, 0.01355554535984993, 0.05125926807522774, -0.012404661625623705, -0.06874088197946548, 0.01771627925336361, -0.020521052181720737, -0.013871834613382816, 0.04235010966658592, -0.0011488442542031407, 0.02826950140297413, 0.04157877340912819, -0.0030853506177663803, -0.02119138091802597, 0.03324302285909653, -0.005902365781366825, -0.0253378301858902, 0.045651763677597046, 0.01882949285209179, -0.017997369170188904, 0.0011019109515473249, 0.005213671363890171, -0.006807361263781786, 0.039440251886844635, -0.002968017477542162, -0.0033087937626987696, 0.026371382176876068, 0.006627790164202452, -0.029955653473734856, 0.04730870947241783, 0.0036322250962257385, -0.04670470207929611, 0.016863320022821426, 0.02990667894482613, -0.020493503659963608, -0.008486755192279816, -0.03836894780397415, -0.052019380033016205, -0.04081151634454727, -0.027836516499519348, 0.004550484474748373, 0.03244209662079811, -0.010176352225244044, 0.026130596175789833, 0.015830786898732185, -0.013902443461120129, -0.02098018117249012, 0.017559155821800232, -0.03453266620635986, 0.06541270017623901, 0.01891256868839264, -0.027625316753983498, 0.03319404646754265, -0.02594796195626259, 0.009151983074843884, 0.002628261921927333, 0.02372373454272747, -0.02173825539648533, 0.004342345520853996, 0.0390484593808651, -0.01589200459420681, 0.001780912629328668, 0.02704885415732861, 0.0515204593539238, 0.04773161932826042, -0.023760465905070305, 0.007060392759740353, 0.01436463464051485, 0.0013733076630160213, -0.026853978633880615, -0.02521335519850254, -0.012726051732897758, -0.006231918465346098, 0.01750406064093113, 0.014855392277240751, -0.011619039811193945, -0.017189811915159225, -0.009251970797777176, -0.0626048669219017, -0.057862572371959686, -0.0098029263317585, -0.0054993522353470325, 0.005221833474934101, 0.05071239173412323, 0.05036549270153046, 0.045896630734205246, 0.027311068028211594, 0.019723186269402504, -0.022734055295586583, 0.0002775183238554746, 0.008456146344542503, 0.022976884618401527, -0.004519875627011061, -0.029661810025572777, -0.008582662791013718, 0.051344968378543854, -0.06629423052072525, -0.039462506771087646, 0.02994442917406559, -0.05961746722459793, -0.04242357239127159, -0.003852607449516654, -0.001528391381725669, -0.0689224898815155, 0.011108895763754845, 0.00750625878572464, 0.0703917071223259, 0.009238706901669502, -0.013519580475986004, -0.03176972642540932, -0.0016406230861321092, 0.03174319863319397, 0.01864984445273876, 0.002595612546429038, 0.011007887311279774, -0.01811317168176174, -0.005798296071588993, 0.01577773317694664, -0.010711748152971268, -0.04730870947241783, -0.05940524488687515, -0.039717771112918854, -0.030820859596133232, 0.03375928848981857, -0.01311121042817831, -0.0063298665918409824, -0.0046463911421597, -0.004868814256042242, -0.0008039869135245681, 0.01708982326090336, 0.01661870628595352, -0.013989678584039211, 0.007314189337193966, 0.04648023843765259, 0.0007366478675976396, -0.016512339934706688, 0.00021834162180311975, -0.004003609996289015, -0.025704115629196167, -0.009801555424928663, -0.030845344066619873, 0.038909703493118286, -0.013037240132689476, 0.04882282018661499, -0.06307828426361084, -0.02691519632935524, 0.009962092153728008, -0.050863396376371384, -0.03946881741285324, 0.002526232972741127, -0.05462826043367386, 0.023784952238202095, -0.0035485613625496626, 0.022000469267368317, 0.014287092722952366, -0.0126352459192276, 0.05468743294477463, -0.01971808448433876, 0.05776054412126541, -0.0047936951741576195, -0.01979154534637928, 0.06187740340828896, 0.0048198401927948, 0.001635521650314331, -0.010317151434719564, 0.06619628518819809, -0.025837771594524384, -0.001464368193410337, 0.008742592297494411, 0.017377544194459915, 0.009921280667185783, 0.0384771004319191, 0.014241179451346396, -0.008825491182506084, 0.033138953149318695, 0.01381520926952362, 0.04188486188650131, -0.049910444766283035, -0.010659969411790373, -0.017206136137247086, 0.03285735100507736, 0.04034728556871414, -0.007362397387623787, 0.0158348698168993, -0.022862613201141357, -0.03286347538232803, 0.027153942734003067, -0.0470556803047657, 0.025511151179671288, 0.0656004324555397, 0.04131145775318146, 0.04661491513252258, 0.04079519212245941, 0.010597220622003078, -0.06764917075634003, -0.011716987006366251, 0.01836518384516239, 0.033155277371406555, -0.044470272958278656, -0.017713218927383423, 0.0011772847501561046, -0.01175148505717516, -0.029143504798412323, -0.04462331533432007, -0.00435560941696167, 0.004934112541377544, -0.006366597022861242, -0.01956198178231716, -0.02005886100232601, -0.004717811476439238, 0.027327392250299457, 0.04861467704176903, -0.03534277528524399, 0.008054153062403202, -0.060331668704748154, -0.03805265948176384, -0.024446099996566772, 0.004332142882049084, 0.003394498024135828, 0.017728522419929504, 0.01927834004163742, -0.001832437235862017, 0.031404461711645126, 0.030037276446819305, -0.03607738018035889, 0.06250692158937454, 0.00802354421466589, 0.06620444357395172, 0.030972881242632862, -0.03869748115539551, 0.02483278699219227, -0.02591327391564846, -0.005646273959428072, 0.011304790154099464, -0.002097712131217122, -0.05034508928656578, -0.06315990537405014, 0.04298269003629685, -0.00487493583932519, -0.009080562740564346, -0.04188179969787598, -0.0070052966475486755, 0.0005917670205235481, -0.02477565221488476, 0.06823685765266418, 0.058335985988378525, -0.005252442322671413, -0.022070806473493576, -0.05152862146496773, 0.024674642831087112, 0.02020170167088509, -0.004014195408672094, -0.055634260177612305, -0.029592430219054226, -0.010358983650803566, -0.013021169230341911, -0.0016283795703202486, -0.04443762078881264, 0.04593948647379875, 0.009033629670739174, 0.024532154202461243, 0.00948459655046463, -0.022391241043806076, -0.041861392557621, 0.04582929238677025, -0.001703880843706429, 0.021238313987851143, 0.02575206756591797, -0.013737252913415432, -0.00798681378364563, -0.04371729493141174, 0.007220705505460501, -0.06817971915006638, 0.03675893321633339, 0.02358548529446125, -0.010541614145040512, 0.06051532179117203, 0.040951330214738846, 0.011930227279663086, 0.02811097353696823, 0.009827413596212864, -0.061168305575847626, 0.04998594895005226, -0.0739872008562088, 0.0394563227891922, -0.05924404039978981, -0.024429773911833763, -0.05185103416442871, -0.017050031572580338, -0.009364202618598938, 0.0584910660982132, -0.037048693746328354, -0.05460173264145851, -0.038886234164237976, 0.012066945433616638, 0.007139974739402533, -0.04020750895142555, 0.022621823474764824, -0.011635045520961285, 0.0034791817888617516, -0.012680139392614365, -0.05458948388695717, -0.06124176457524299, -0.005015735514461994, -0.046206798404455185, 0.016798021271824837, 0.0038179175462573767, -0.019426792860031128, -0.014456460252404211, -0.010059528984129429, -0.061331551522016525, 0.0013799394946545362, -0.06518415361642838, -0.0283884909003973, 0.0458558201789856, -0.020708784461021423, 0.04822288826107979, -0.004875956103205681, -0.045978255569934845, 0.05263461172580719, -0.06365780532360077, 0.00399748794734478, 0.011741474270820618, 0.05153270065784454, -0.011094611138105392, -0.048502445220947266, 0.02265039272606373, 0.0293822530657053, 0.0031057563610374928, 0.03315119445323944, -0.002095161471515894, 0.003162892535328865, -0.00011835340410470964, 0.016709255054593086, 0.04608028382062912, -0.04648840054869652, -0.0482800267636776, -0.006133461371064186, 0.01647663116455078, -0.046002741903066635, 0.03412352874875069, -0.03260636329650879, -0.010676293633878233, -0.01029687374830246, 0.004419887438416481, 0.0014671741519123316, 0.02794772759079933, 0.04359894618391991, -0.0206138975918293, -0.01650264672935009, 0.010251343250274658, -0.007378722541034222, 0.021936191245913506, -0.006823175586760044, -0.013616763055324554, -0.00994984805583954, -0.025729622691869736, 0.04420703276991844, -0.011190518736839294, 0.003141466528177262, -0.01897021383047104, -0.0094764344394207, 0.035036686807870865, -0.017320407554507256, 0.009810068644583224, 0.007159360684454441, -0.018584003672003743, 0.025569945573806763, 0.030331119894981384, 0.01932833530008793, -0.002534395083785057, -0.04902687668800354, 0.008733664639294147, -0.014464621432125568, -0.019683394581079483, -0.05485067889094353, -0.02513173222541809, 0.004958599340170622, -0.05034508928656578, 0.02832319401204586, 0.03781595081090927, 0.005317741073668003, 0.02965773083269596, -0.00542818708345294, 0.06866130232810974, -0.03245740011334419, 0.009249930270016192, -0.03099226765334606, 0.03173503652215004, -0.04156244918704033, -0.016345012933015823, -0.016504177823662758, -0.010265499353408812, -0.005268767010420561, 0.032787974923849106, -0.0312616229057312, -0.003630184335634112, 0.05994395911693573, -0.04085233062505722, -0.02325950376689434, 0.076790951192379, -0.03833629935979843, -0.05433645471930504, -0.01987316831946373, -0.0355917252600193, 0.05019816756248474, 0.008937722072005272, 0.03333893045783043, 0.002973119029775262, -0.04390094801783562, 0.03885256499052048, 0.0012039397843182087, -0.056181132793426514, 0.02577591687440872, 0.02633669413626194, -0.01734897680580616, -0.006187026388943195, 0.004566808696836233, 0.03556111454963684, 0.06547799706459045, -0.02582068368792534, -0.03243393078446388, 0.07881928980350494, 0.015210453420877457, -0.012614840641617777, 0.08339017629623413, 0.03269818797707558, 0.00042214413406327367, -0.017563236877322197, 0.007839892990887165, -0.020091509446501732, -0.0222341138869524, -0.00268947915174067, -0.06436792761087418, 0.0335225835442543, -0.011756268329918385, 0.023717613890767097, 0.028021186590194706, -0.012500567361712456, 0.003473060205578804, -0.02373189851641655, 0.0034689789172261953, 0.04801781103014946, -0.062090642750263214, -0.029147585853934288, -0.07173032313585281, 0.016328688710927963, -0.00034077619784511626, -0.026180589571595192, 0.02020782232284546, -0.06792668998241425, 0.09287477284669876, -0.030012791976332664, 0.03232884407043457, -0.01001718733459711, -0.014746222645044329, -0.03902703523635864, 0.06801647692918777, 0.02671113796532154, 0.010199818760156631, 0.025323547422885895, 0.0008447984582744539, 0.006417866330593824, 0.01651999168097973, -0.011943490244448183, 0.03945555537939072, -0.0028965973760932684, 0.01572059653699398, 0.02054043672978878, 0.00166179402731359, -0.0012202643556520345, -0.02919732592999935, 0.00631704879924655, 0.010247772559523582, -0.00822352059185505, 0.01270054467022419, 0.004017893690615892, -0.0032173346262425184, -0.012193430215120316, 0.02171274833381176, 0.02509500272572041, 0.017998643219470978, -0.02187497355043888, 0.014897224493324757, -0.007590942550450563, 0.010052897036075592, -0.007482792250812054, 0.03465918079018593, -0.004497429355978966, -0.015317837707698343, 0.009264214895665646, -0.015764277428388596, -0.009078522212803364, -0.03017195500433445, -0.029221046715974808, -0.022572848945856094, -0.015479808673262596, 0.019079895690083504, 0.007511360105127096, 0.0346653051674366, 0.015823135152459145, -0.0064604636281728745, 0.03234516829252243, 0.021952517330646515, 0.00720323296263814, -0.06082548573613167, 0.022776907309889793, -0.027527369558811188, -0.014001412317156792, 0.00469332467764616, 0.03762005642056465, -0.0224861241877079, -0.0305535439401865, -0.02264222875237465, 0.0072624096646904945, -0.01647765003144741, -0.029127180576324463, -0.04279903694987297, 0.02513989433646202, 0.036038611084222794, -0.0005677902372553945, 0.02519703283905983, 0.014135069213807585, -0.009990659542381763, -0.04770050570368767, -0.012442411854863169, 0.052467286586761475, -0.001616136054508388, 0.011904720216989515, 0.022074535489082336, 0.04538240656256676, 0.005379978101700544, 0.01419424545019865, -0.0019099790370091796, -0.025307731702923775, 0.0374159999191761, 0.020293015986680984, -0.02336459420621395, -0.009831494651734827, -0.002879252657294274, 0.002438488183543086, 0.049006473273038864, 0.015575715340673923, 0.03723642975091934, 0.02431856282055378, 0.04199498891830444, 0.051653604954481125, -0.012822979129850864, -0.009723343886435032, -0.03460000455379486], [-0.009384896606206894, -0.02611726336181164, -0.05030587315559387, -0.016237040981650352, -0.020993569865822792, -0.014169135130941868, 0.02701474167406559, -0.02570991776883602, 0.005106375552713871, 0.049535512924194336, -0.01895822398364544, 0.018948525190353394, -0.031021179631352425, -0.017826246097683907, -0.05905688554048538, 0.046234142035245895, -0.02651906944811344, 0.03332756832242012, 0.06887753307819366, 0.012772520072758198, -0.005503329914063215, -0.0362122468650341, 0.001241435995325446, 0.010222449898719788, 0.005506101064383984, 0.05196019262075424, -0.018706057220697403, -0.003508165245875716, 0.016938120126724243, 0.043793871998786926, -0.013668266125023363, -0.05462595447897911, 0.019867826253175735, 0.011366899125277996, 0.0077168894931674, 0.010058957152068617, 0.00900941714644432, 0.02286957949399948, -0.03906089812517166, -0.01747986301779747, -0.013500615954399107, 0.009654035791754724, -0.0030107595957815647, -0.001976806903257966, 0.028891097754240036, 0.015182651579380035, 0.0017734800931066277, 0.011291041038930416, -0.03439304232597351, -0.06427756696939468, 0.030631326138973236, 0.039030417799949646, -0.012092484161257744, -0.009514790028333664, 0.02012068592011929, 0.014834882691502573, 0.04064178839325905, -0.018643708899617195, 0.08212598413228989, 0.021229110658168793, 0.05103500559926033, -0.01836383156478405, -0.01368420012295246, -0.022726869210600853, -0.011650239117443562, -0.02773902751505375, 0.04611325263977051, 0.0636235922574997, 0.04829962179064751, -0.0342586450278759, 0.006649770773947239, 0.018137989565730095, -0.011136899702250956, -0.03464451804757118, 0.06403370946645737, -0.02756514586508274, -0.061018798500299454, 0.049347080290317535, 0.011127201840281488, -0.09827295690774918, 0.0035885260440409184, 0.045165546238422394, -0.0015573371201753616, -0.02660531923174858, -0.05808147415518761, -0.0035441890358924866, -0.020436586812138557, -0.008787386119365692, 0.049022868275642395, 0.015547738410532476, -0.04995671659708023, -0.023922238498926163, -0.005265018902719021, -0.004770384170114994, 0.002174244960770011, -0.018127597868442535, -0.006798109505325556, 0.028904953971505165, 0.032521191984415054, 0.028420710936188694, 0.018359676003456116, 0.0024724805261939764, -0.0022556448820978403, 0.025370461866259575, -0.014666368253529072, 0.014469276182353497, 0.020907146856188778, -0.06022627279162407, 0.028708208352327347, -0.03918282687664032, -0.02032158710062504, 0.01938289031386375, -0.016288306564092636, -0.03844017907977104, -0.04626011848449707, 0.00318533624522388, 0.06163536012172699, -0.006446877494454384, -0.008435807190835476, -0.011184008792042732, -0.02792954072356224, -0.0018150460673496127, 0.002504347823560238, 0.03497219458222389, -0.05692039802670479, 0.041223712265491486, -0.005371358711272478, 0.009456250816583632, -0.016445908695459366, 0.03263913467526436, -0.0031673244666308165, -0.04729649797081947, -0.010880577377974989, -0.02748781628906727, -0.06613972038030624, 0.02924847975373268, 0.036601580679416656, 0.0522705540060997, -0.005371098406612873, 0.002827869262546301, 0.0005126465694047511, 0.035493154078722, 0.010935652069747448, 0.040064021944999695, -0.006385913584381342, -0.020515909418463707, -0.017518658190965652, -0.05000936612486839, 0.0005077971727587283, -0.013425798155367374, -0.010889929719269276, 0.046154819428920746, -0.00880886148661375, 0.02722084149718285, 0.02416089363396168, -0.03142384812235832, 0.05669039860367775, 0.023724766448140144, 0.0036003030836582184, -0.0030481689609587193, -0.0034368103370070457, 0.04715240001678467, 0.04336712881922722, 0.004588879644870758, -0.01133433822542429, 0.024767756462097168, 0.006098415702581406, 0.029949644580483437, 0.0074929529801011086, 0.03248239681124687, 0.033782023936510086, -0.01502747181802988, 0.006536936387419701, 0.008444813080132008, -0.028156420215964317, -0.026239190250635147, 0.011663402430713177, -0.009102940559387209, 0.011990387924015522, 0.05491137504577637, -0.016484012827277184, 0.01915566250681877, -0.01715417578816414, 0.011125469580292702, -0.008319422602653503, -0.007445844821631908, 0.009664081037044523, 0.038235120475292206, 0.010698726400732994, 0.013515857048332691, 0.03278651833534241, -0.04102211818099022, 0.049744732677936554, -0.015526263043284416, -0.013432725332677364, 0.05350713804364205, 0.024595951661467552, -0.03332756832242012, -0.0058067613281309605, 0.03490430489182472, 0.06360142678022385, -0.001039321650750935, 0.010638109408318996, -0.018718527629971504, -0.04887600243091583, -0.03870273754000664, 0.06193878874182701, -0.03951535373926163, 0.014314616098999975, 0.002589558018371463, -0.013783265836536884, 0.029406515881419185, 0.01300736702978611, 0.004554241430014372, 0.008390084840357304, 0.0009411221253685652, 0.08583643287420273, -0.052766572684049606, -0.020727677270770073, 0.009224174544215202, -0.008705119602382183, -0.05313512682914734, 0.02227102965116501, -0.015241364017128944, -0.0034981200005859137, 0.02997405268251896, 0.008160779252648354, 0.018865393474698067, -0.015896547585725784, -0.021619830280542377, 0.051430922001600266, -0.006928349379450083, -0.0009684863034635782, -0.012846646830439568, 0.03355826064944267, -0.01586848869919777, 0.00827785674482584, 0.012574562802910805, 0.025614317506551743, 0.010995576158165932, -0.05366409197449684, -0.035874176770448685, 0.05503053218126297, -0.0282274279743433, 0.05129929259419441, 0.008798124268651009, 0.0073128342628479, 0.009305228479206562, -0.04697375372052193, -0.026934728026390076, 0.0015240844804793596, -0.009858747944235802, -0.024235712364315987, 0.02735038660466671, 0.00992040429264307, 0.016794024035334587, -0.02547160722315311, 0.0008687280933372676, 0.0015455601969733834, 0.036339715123176575, -0.04132762551307678, -0.019795086234807968, -0.056374844163656235, 0.015761110931634903, 0.007376568391919136, 0.025061972439289093, -0.0011738913599401712, 0.023786799982190132, 0.0229721087962389, -0.013195800594985483, 0.004996225703507662, -0.030934756621718407, 0.018663106486201286, 0.03662236034870148, -0.05757436528801918, 0.0186482984572649, 0.04353339597582817, 0.007092404644936323, 0.024448392912745476, 0.00140146492049098, -0.027807611972093586, -0.021995309740304947, -0.030498314648866653, 0.06416395306587219, -0.020697064697742466, 0.01493083219975233, -0.03465213626623154, -0.04531518369913101, -0.007567771710455418, -0.016255052760243416, -0.018525244668126103, 0.021712658926844597, -0.007396312430500984, 0.013899649493396282, 0.034147802740335464, 0.007254641968756914, 0.05176899209618568, 0.017833173274993896, -0.012085989117622375, -0.03252257779240608, 0.0015502363676205275, -0.016127584502100945, -0.04639867320656776, -0.006244589574635029, -0.005963326431810856, -0.016902096569538116, -0.07764240354299545, 0.10395918041467668, 0.04587216675281525, -0.025118988007307053, -0.007911383174359798, 0.005215139593929052, -0.027386410161852837, -0.021038124337792397, 0.054684147238731384, -0.03804945945739746, -0.009505956433713436, 0.04334357753396034, -0.05503884330391884, 0.018790576606988907, 0.02631556987762451, -0.02391704171895981, 0.01314592082053423, -0.026834968477487564, 0.05713653936982155, 0.0357101634144783, 0.03618592023849487, 0.05200729891657829, -0.04021400585770607, 0.013313569128513336, -0.034181054681539536, 0.027957336977124218, 0.02216399647295475, -0.0037172073498368263, -0.0026435935869812965, 0.00529272947460413, 0.010519646108150482, 0.004290297627449036, 0.03942390903830528, 0.04398784786462784, 0.005062731448560953, -0.030695060268044472, -0.012364481575787067, -0.06162358447909355, 0.021442480385303497, -0.053442709147930145, 0.014721615239977837, -0.04470278322696686, 0.029170282185077667, 0.004102557897567749, -0.007307291962206364, -0.011289308778941631, -0.0065653398633003235, 0.020835619419813156, -0.003898885101079941, -0.02596069872379303, 0.02022321335971355, -0.06796862185001373, -0.02155332453548908, -0.015458372421562672, -0.005941158160567284, 3.7062960473122075e-05, -0.09413854032754898, 0.014717459678649902, 0.012203759513795376, -0.022272413596510887, 0.03679555281996727, -0.03879868611693382, 0.05114272981882095, 0.0051053361967206, 0.05525221675634384, -0.023918427526950836, -0.00995365623384714, 0.05499467998743057, -0.06426093727350235, 0.020504476502537727, -0.028475437313318253, -0.06845632940530777, 0.03260709345340729, -0.012414359487593174, 0.0517897754907608, -0.026064613834023476, 0.014551368542015553, -0.017487483099102974, 0.02558695338666439, 0.013855312950909138, 0.030899427831172943, 0.06150234490633011, -0.00243714964017272, 0.06597345322370529, -0.002697629388421774, -0.06939849257469177, 0.046308569610118866, -0.04664252325892448, -0.019486110657453537, 0.009262969717383385, -0.016065580770373344, -0.006742687430232763, 0.05758475512266159, -0.005615558475255966, -0.0231707151979208, -0.004943575710058212, -0.042817071080207825, -0.017133479937911034, -0.005083860829472542, -0.025094741955399513, -0.06860042363405228, -0.012097765691578388, 0.031242690980434418, 0.007105004508048296, -0.038487982004880905, -0.02297765016555786, -0.02017783932387829, 0.008424030616879463, 0.025288717821240425, -0.04846588522195816, -0.03827391564846039, 0.002625581808388233, -0.016836976632475853, -0.03635634109377861, -0.04810980334877968, 0.017506446689367294, -0.027062196284532547, 0.002794963074848056, 0.03423924744129181, 0.02434040606021881, 0.00047454447485506535, 0.033623725175857544, -0.01892064139246941, 0.005075893830507994, 0.04639875888824463, 0.02711346186697483, 0.014258502051234244, 0.06930981576442719, -0.00968763418495655, 0.008223127573728561, 0.028986353427171707, 0.011285152286291122, -0.0361970029771328, -0.017803730443120003, -0.050759632140398026, 0.03100541979074478, -0.03202378377318382, 0.008453126065433025, 0.02057202160358429, 0.003668887075036764, -0.021917719393968586, 0.004390748683363199, -0.05001768097281456, -0.046370960772037506, -0.012939303182065489, -0.054133400321006775, -0.05022273957729339, -0.02952705509960651, -0.01834304817020893, -0.009718116372823715, -0.00217251293361187, -0.010536273010075092, 0.008502659387886524, -0.03530818596482277, -0.01440675463527441, 0.02150621823966503, 0.03243286535143852, 0.0126201119273901, -0.01805901527404785, -0.02393150329589844, 0.00836990773677826, -0.04078865423798561, 0.04981867969036102, -0.014594926498830318, 0.037369854748249054, -0.05716425180435181, 0.010755878873169422, 0.011910026893019676, -0.038559336215257645, 0.011717724613845348, 0.03613465651869774, 0.010528651997447014, 0.010991767048835754, -0.03377657011151314, 0.006975457072257996, -0.03980700671672821, 0.00034014793345704675, 0.05659618228673935, -0.008218972012400627, 0.0024697096087038517, 0.005138935521245003, -0.0314030647277832, -0.00010252931679133326, -0.005318015348166227, -0.03402656689286232, 0.03494548052549362, 0.029169589281082153, 0.04898478835821152, -0.004572253208607435, 0.017950942739844322, -0.022355547174811363, 0.05687329173088074, -0.019224246963858604, -0.04925009608268738, 0.02983325906097889, 0.04256352037191391, -0.016361739486455917, 0.01701432466506958, 0.011741338297724724, -0.02765936218202114, 0.01615321636199951, 0.05608907714486122, -0.013932903297245502, -0.017438167706131935, -0.06077563762664795, 0.0016016741283237934, -0.03610347956418991, -0.011032984592020512, 0.006972166709601879, 0.033729374408721924, -0.0136482622474432, -0.04345814883708954, 0.0637579932808876, -0.020281406119465828, -0.011555330827832222, -0.03220216929912567, -0.002175284083932638, 0.025607388466596603, 0.041480034589767456, 0.0218491367995739, 0.030624745413661003, -0.0052227601408958435, 0.00886185746639967, -0.02071577124297619, -0.009686249308288096, -0.010902744717895985, -0.031110718846321102, 0.03706296160817146, 0.01614421047270298, -0.04305677115917206, 0.02628456801176071, 0.0365416556596756, 0.048895228654146194, -0.004447555169463158, 0.0394841767847538, 0.011519999243319036, 0.02039502002298832, -0.04976412281394005, -0.04424555599689483, 0.0051742661744356155, 0.02536630630493164, -0.017013631761074066, 0.013276160694658756, 0.006007663905620575, 0.033856842666864395, 0.010408110916614532, -0.07490736246109009, -0.04233213886618614, 0.019923940300941467, 0.0018413710640743377, -0.018172282725572583, 0.010882656089961529, 0.08293236047029495, 0.014337477274239063, -0.025255462154746056, 0.04833841696381569, -0.025506939738988876, 0.0036914017982780938, 0.02704557217657566, 0.011228345334529877, 0.034970808774232864, -0.03695766255259514, -0.020095745101571083, -0.013791577890515327, -0.03104698471724987, 0.015045484527945518, -0.015730630606412888, -0.00681750662624836, -0.01872684061527252, -0.002922605024650693, 0.0142141655087471, -0.051430922001600266, -0.04200376570224762, 0.008360295556485653, 0.03755898028612137, 0.01292700693011284, 0.024440770968794823, -0.05827821418642998, 0.04373013600707054, -0.007268497254699469, 0.01446027122437954, -0.01144171692430973, 0.01823636330664158, -0.04684204235672951, 0.004426772240549326, 0.01134507730603218, 0.010614901781082152, -0.03670549392700195, -0.05909013748168945, -0.03603489696979523, -0.0558202862739563, 0.005385906435549259, 0.0076592168770730495, 0.009779772721230984, 0.014667234383523464, 0.013126523233950138, 0.03968023136258125, 0.005834991578012705, 0.011743762530386448, 0.009403601288795471, -0.02080063335597515, 0.0112957414239645, -0.03782777488231659, -0.0013973081950098276, -0.012782175093889236, -0.001429868396371603, 0.004737391136586666, 0.006069752853363752, 0.012171892449259758, 0.01932816207408905, -0.03806331381201744, 0.003084192518144846, 0.006474078632891178, 0.021067002788186073, 0.013510314747691154, -0.08288247883319855, -0.020217325538396835, -0.01591421291232109, -0.039685770869255066, 0.008177059702575207, 0.0009871909860521555, 0.08933351188898087, 0.06442166119813919, 0.02007981203496456, 0.06300287693738937, -0.025707148015499115, 0.10333846509456636, -0.019716110080480576, -0.027714088559150696, 0.06580719351768494, -0.0020533574279397726, 0.01859625428915024, 0.0032227456104010344, 0.0153419878333807, -0.01365337148308754, -0.03352431580424309, 0.00299725029617548, -0.007545949891209602, -0.035738393664360046, -0.012270265258848667, 0.032109688967466354, 0.01408427208662033, 0.01776251196861267, -0.01074063777923584, 0.005670979619026184, 0.004577795043587685, -0.0027239543851464987, 0.01903165690600872, 0.027488939464092255, -0.0200689435005188, -0.0414176881313324, 0.008423336781561375, -0.01142231933772564, -0.009970283135771751, 0.0052747176960110664, -0.02558522112667561, 0.03258145973086357, 0.057300031185150146, 0.016861915588378906, -0.007858733646571636, 0.044414591044187546, 0.003707681549713016, -0.013687662780284882, -0.019321925938129425, 0.02390872873365879, -0.041490428149700165, 0.0067433807998895645, -0.03255998343229294, 0.01669236086308956, -0.05283307656645775, 0.001708013704046607, -0.016275836154818535, -0.011943279765546322, 0.01426543015986681, -0.06981968879699707, 0.03814367577433586, 0.030548973008990288, -0.012769056484103205, 0.03663899004459381, 0.016366934403777122, -0.024167129769921303, 0.007353707682341337, -0.03277474269270897, -0.08258874714374542, -0.02855164371430874, -0.021116016432642937, -0.008838996291160583, 0.025321969762444496, -0.01263535302132368, 0.024509357288479805, 0.03518418222665787, 0.04732836037874222, -0.04003218561410904, -0.04637511447072029, 0.017542211338877678, 0.017945054918527603, -0.01380681898444891, 0.024345170706510544, 0.017125166952610016, 0.0035788272507488728, 0.022622954100370407, -0.01885915920138359, -0.0134618217125535, -0.0261699128895998, -0.012367252260446548, 0.03479623422026634, -0.00976972747594118, -0.009808175265789032, -0.043423932045698166, 0.027702312916517258, 0.014546000398695467, 0.005648117978125811, 0.04050435870885849, 0.008317344821989536, 0.0236066821962595, 0.0032927151769399643, -0.06536659598350525, -0.00950491800904274, 0.00039349086000584066, 0.01998005248606205, 0.0018926357151940465, -0.03775988519191742, -0.007314912509173155, -0.0632224902510643, -0.005497095175087452, -0.023939210921525955, 0.01385808363556862, -0.009686942212283611, 0.009303582832217216, 0.023547103628516197, -0.07621807605028152, -0.038390301167964935, -0.02848167344927788, 0.039176590740680695, 0.05166750028729439, -0.008857701905071735, -0.025614317506551743, -0.02598927542567253, -0.013276160694658756, 0.0062653725035488605, -0.02769053541123867, 0.02274799905717373, 0.00294979615136981, 0.03922993317246437, 0.006032602861523628, 0.03841247037053108, -0.004512675106525421, 0.06218056380748749, -0.009643297642469406, -0.02566281147301197, 0.06004408001899719, -0.015125325880944729, 0.03788735345005989, -0.04573361948132515, -0.01244484167546034, -0.06919897347688675, -0.0027461228892207146, 0.003712320234626531, 0.00862562470138073, -0.012732340022921562, -0.010798484086990356, -0.002294439822435379, 0.00578840309754014, 0.01583385095000267, -0.01538493949919939, 0.0307781919836998, -0.01886712573468685, -0.04898407310247421, -0.01859729364514351, -0.03269853815436363, -0.045156195759773254, -0.04635294899344444, -0.02504209242761135, -0.04114612191915512, -0.031975291669368744, -0.01762118563055992, -0.03102758713066578, 0.026430392637848858, -0.03993101045489311, -0.00012573697313200682, -0.02456062100827694, -0.023480599746108055, 0.0028980118222534657, -0.017086371779441833, 0.0414772629737854, 0.028381222859025, -0.10949022322893144, -0.013816345483064651, -0.019560931250452995, 0.0313781276345253, 0.010430279187858105, -0.018330924212932587, -0.02969054877758026, 0.03284782916307449, 0.019225630909204483, 0.03287588804960251, 0.0215145293623209, 0.04664945602416992, -0.01807286962866783, -0.02357758581638336, 0.019265811890363693, -0.006636001635342836, -0.029234709218144417, -0.024131104350090027, -0.013410557061433792, 0.012809928506612778, -0.00712180370464921, -0.024110669270157817, -0.003534490242600441, -0.020538076758384705, 0.0078006708063185215, 0.039523664861917496, -0.03915511444211006, 0.04887600243091583, 0.02320418506860733, 0.08825556933879852, -0.011558102443814278, -0.017768053337931633, 0.027696769684553143, -0.034093767404556274, 0.0033380913082510233, 0.025373928248882297, -0.02135380730032921, 0.02798496000468731, 0.0559418611228466, 0.02659405954182148, 0.015368313528597357, 0.04701107740402222, -0.017632964998483658, 0.02703249640762806, -0.007952949032187462, -0.00849053543061018, 0.021215254440903664, -0.004617283120751381, -0.005026014521718025, 0.025799285620450977, -0.001884322497062385, 0.04489952325820923, -0.001906491001136601, 0.02669156901538372, 0.04359019920229912, -0.04190677776932717, 0.03877270594239235, -0.023105118423700333, 0.005562908016145229, -0.0047849323600530624, -0.025592148303985596, 0.03307124599814415, 0.0031894927378743887, 0.01693950593471527, 0.002896453253924846, 0.03485442325472832, 0.009015132673084736, -0.038255903869867325, 0.01854083314538002, -0.03864523768424988, 0.020224252715706825, -0.01680857315659523, -0.012308713048696518, -0.03582845255732536, -0.03168398514389992, -0.02614289708435535, 0.005963326431810856, -0.0238546933978796, 0.016751419752836227, 0.03687730059027672, -0.03473483771085739, -0.007944636046886444, 0.08336464315652847, -0.01815461553633213, -0.02927190437912941, -0.013585134409368038, -0.002669572364538908, -0.029389888048171997, 0.030545420944690704, 6.650550494669005e-05, -0.001843449310399592, -0.020749716088175777, -0.05183203145861626, -0.007574699819087982, -0.029842957854270935, 0.03707750886678696, 0.004661273676902056, 0.02425926737487316, -0.028182746842503548, 0.03849005699157715, 0.013532484881579876, 0.09171385318040848, 0.01865583285689354, -0.0296725369989872, 0.046829741448163986, 0.03768956661224365, -0.015244307927787304, 0.0910903662443161, -0.035506319254636765, -2.078297029584064e-06, 0.004955698736011982, -0.06810163706541061, -0.03897620737552643, -0.025891423225402832, -0.0371987447142601, -0.03430436924099922, 0.01466134563088417, 0.000594566110521555, -0.0031202163081616163, 0.03735946491360664, 0.018362445756793026, 0.0034582859370857477, 0.004957430996000767, -0.01248363684862852, -0.008369647897779942, -0.056368954479694366, -0.03909553587436676, -0.004735745955258608, 0.004408760461956263, 0.007548374589532614, -0.01845804788172245, 0.003587140701711178, -0.03103312849998474, 0.030453285202383995, 0.02079197578132153, -0.005472848657518625, 0.06977535039186478, 0.0022002237383276224, 0.00811297819018364, 0.046887073665857315, -0.038478974252939224, -0.027797307819128036, 0.017562994733452797, 0.04823034629225731, -0.016450412571430206, 0.02815953828394413, -0.0002839473308995366, 0.0383043959736824, -0.026722049340605736, 0.020119991153478622, 0.016137976199388504, -0.03721952810883522, -0.010330521501600742, -0.02371267601847649, 0.035153698176145554, 0.03850114345550537, 0.003969546873122454, 0.01645560748875141, -0.012159422039985657, -0.009544924832880495, -0.02098109945654869, -0.0407235361635685, -0.017867984250187874, 0.04437302425503731, -0.05498896539211273, 0.006214453838765621, 0.0003633555897977203, -0.0076834638603031635, 0.03893204405903816, 0.05216386914253235, 0.02148127555847168, -0.008845231495797634, 0.02980554848909378, 0.026650695130228996, -0.02358226105570793, 0.003018379909917712, -0.01752696931362152, -0.01581445522606373, 0.004614078905433416, -0.0015490239020437002, 0.05385283008217811, 0.03378479555249214, -0.006997625809162855, 0.002697629388421774, 0.0854484885931015, 0.060120973736047745, 0.02781592682003975, -0.007494078949093819, 0.03754789754748344, -0.023238129913806915, -0.007452080491930246, 0.04609246924519539, 0.00395153509452939, -0.01035961788147688, -0.07688867300748825, 0.047073423862457275, 0.007404278963804245, 0.02814706787467003, -0.07434206455945969, -0.051448240876197815, 0.014060371555387974, 0.010002843104302883, -0.027387449517846107, -0.0003591989807318896, 0.0009130651596933604, -0.027786830440163612, -0.002686545019969344, -0.015844935551285744, 4.78008296340704e-05, -0.01959080621600151, 0.01613866724073887, -0.0064988345839083195, 0.057604849338531494, 0.03671380877494812, -0.011911412701010704, 0.02878579683601856, 0.021281760185956955, 0.07904178649187088, -0.00856119766831398, -0.04433838278055191, 0.01812413334846497, 0.02009851671755314, 0.03644709289073944, -0.0034305753652006388, -0.0007980660302564502, -0.00165155332069844, 0.01981811970472336, 0.027234448119997975, -0.016005657613277435, -0.05176344886422157, 0.03683469444513321, -0.013256763108074663], [-0.030399486422538757, -0.018358683213591576, -0.07937413454055786, -0.018544785678386688, 0.006765780970454216, 0.04554041102528572, 0.05249084532260895, -0.008401659317314625, 0.024098966270685196, 0.00970486644655466, -0.00022756705584470183, 0.011401494964957236, -0.056072983890771866, -0.03600187972187996, -0.012912501581013204, 0.05683583766222, -0.018102187663316727, -0.01860649883747101, 0.052679844200611115, 0.036102164536714554, -0.013416812755167484, -0.013187318108975887, 0.04462628811597824, 0.07371629774570465, -0.03365292400121689, 0.03127311170101166, -0.0041251350194215775, -0.06643415242433548, 0.03584663197398186, -0.015148636884987354, 0.01706559956073761, -0.030573053285479546, 0.020326752215623856, 0.04410943761467934, 0.03697482496500015, 0.03146596625447273, -0.00919525232166052, -0.023655403405427933, -0.04053296893835068, -0.028820017352700233, -0.05871615558862686, 0.017702016979455948, -0.026980679482221603, 0.009538530372083189, 0.05666118487715721, 0.017925726249814034, 0.00781345646828413, 0.05947600305080414, 0.0023084557615220547, -0.05387939140200615, 0.034771956503391266, -0.0049949041567742825, -0.012018626555800438, -0.025274407118558884, 0.0022399926092475653, 0.014949998818337916, 0.017509886994957924, 0.032484233379364014, 0.03994380310177803, -0.004150206223130226, 0.02221285924315453, 0.006236880086362362, -0.03399620205163956, -0.0005072045023553073, 0.02098245359957218, 0.003162796376273036, 0.06210652366280556, 0.015004961751401424, -0.010012950748205183, -0.059977419674396515, 0.020779957994818687, -0.03391134738922119, -0.053713537752628326, -0.009480674751102924, 0.04016365483403206, 0.0016932531725615263, -0.04936855286359787, 0.012059125117957592, -0.012855609878897669, -0.02930600941181183, -0.00972270593047142, 0.004911736119538546, -0.042072903364896774, -0.06174395605921745, -0.030214346945285797, 0.026544347405433655, -0.04084249958395958, 0.014775466173887253, 0.016180403530597687, -0.004001708701252937, -0.025819219648838043, -0.01238962821662426, 0.014500650577247145, -0.01097914669662714, 0.002069317502900958, -0.02611621282994747, -0.005666033830493689, 0.027948321774601936, -0.002015318488702178, 0.05189300328493118, 0.017495663836598396, -0.03483077511191368, -0.01307787373661995, -0.025726648047566417, -0.0052996124140918255, -0.004562912508845329, 0.04649503529071808, -0.022531067952513695, 0.02027660980820656, -0.08344478905200958, -0.02211643196642399, 0.05424581095576286, -0.0040041194297373295, -0.011787202209234238, -0.007054578512907028, 0.006773012690246105, 0.05186214670538902, -0.031045546755194664, -0.03395088389515877, -0.049524761736392975, -0.07493513077497482, -0.022118963301181793, 0.023094380274415016, 0.000777199340518564, -0.0004821335896849632, -0.04134777560830116, 0.010371658019721508, 0.01880706660449505, -0.0029313722625374794, 0.007505855523049831, 0.026893412694334984, 0.007915187627077103, 0.015181422233581545, -0.01699810102581978, -0.04374879971146584, 0.08106787502765656, -0.024584954604506493, 0.05419181287288666, -0.02023611217737198, 0.02104802429676056, -0.023996751755476, -0.014618289656937122, -0.019335485994815823, 0.03994380310177803, -0.012876823544502258, -0.04746412485837936, -0.01140535157173872, -0.02506130374968052, 0.019608372822403908, -0.01183710340410471, 0.008917060680687428, 0.034104201942682266, -0.03667132183909416, 0.04178940877318382, -0.003972057718783617, -0.026729486882686615, 0.03642471134662628, 0.02774389646947384, -0.013862304389476776, 0.01603769138455391, 0.03205224126577377, 0.0325787328183651, 0.04500427842140198, -0.01336860004812479, -0.005532965064048767, 0.03430091217160225, 0.031055670231580738, 0.009199108928442, 0.014132299460470676, 0.026725631207227707, 0.06308621168136597, -0.0003625644894782454, 0.012789076194167135, 0.04171202704310417, -1.9285344023955986e-06, -0.020589033141732216, 0.005858887452632189, -0.007584443781524897, -0.009118109941482544, 0.05825716629624367, 0.018286362290382385, 0.013040750287473202, 0.008192414417862892, 0.021746154874563217, -0.01635071635246277, -0.016974959522485733, -0.05334904417395592, -0.022691134363412857, -0.008488926105201244, 0.035249751061201096, 0.04182605445384979, -0.052773136645555496, 0.0008697690209373832, 0.003984351642429829, -0.04144806042313576, 0.02028239518404007, 0.035095468163490295, 0.012575972825288773, 0.014280796982347964, 0.03281594067811966, -0.004948618821799755, 0.013883518986403942, 0.04499656334519386, -0.05901315063238144, -0.04350002110004425, -0.02373640052974224, 0.05152658373117447, -0.02104802429676056, 0.06354135274887085, -0.03157107159495354, 0.0008755546296015382, 0.050203606486320496, 0.0072705745697021484, 0.009266607463359833, 0.015835195779800415, 0.013507455587387083, 0.03951181098818779, -0.03817726671695709, 0.022953415289521217, 0.011794916354119778, -0.028470953926444057, 0.0034945043735206127, 0.003600573865696788, -0.05476844683289528, -0.04225611686706543, 0.04997989535331726, 0.021364303305745125, 0.040167514234781265, -0.028245314955711365, -0.033503465354442596, 0.058081671595573425, -0.01348431222140789, 0.003207152709364891, -0.010070806369185448, -0.026564596220850945, 0.01266275718808174, -0.011708132922649384, 0.017920183017849922, -0.01269548200070858, -0.02899358607828617, -0.04000166058540344, -0.044884707778692245, 0.04919691011309624, 0.00690897461026907, 0.012428921647369862, -0.000614961376413703, -0.048984769731760025, 0.01709742099046707, -0.00586852990090847, 0.0036049128975719218, 0.00033556498237885535, -0.02365347370505333, -0.0515405610203743, 0.017827371135354042, -0.01398766040802002, 0.011378352530300615, -0.017397308722138405, 0.06245173141360283, -0.023338640108704567, 0.007845277898013592, -0.013557114638388155, -0.06184038147330284, -0.034565363079309464, -0.02413295581936836, 0.06874839216470718, 0.008598370477557182, -0.010649366304278374, -0.02769375406205654, 0.053219836205244064, -0.0022293857764452696, 0.026069866493344307, -0.05895144119858742, 0.04474971070885658, -4.6284825657494366e-05, 0.011476707644760609, 0.01732209511101246, 0.06977822631597519, 0.0011831558076664803, 0.057593751698732376, 0.028573404997587204, -0.026396814733743668, -0.03899677470326424, -0.002418382093310356, 0.0670088529586792, 0.030266419053077694, 0.025310086086392403, -0.0016604680567979813, -0.03727857023477554, -0.02503623254597187, -0.025456653907895088, 0.00036087699118070304, 0.017734801396727562, 0.010318261571228504, 0.06323278695344925, 0.03935752809047699, -0.006184809375554323, -0.012608305551111698, -0.001494614058174193, -0.006071026436984539, -0.08287297934293747, 0.01459225546568632, 0.03953302651643753, -0.044345684349536896, 0.004605340305715799, 0.026704415678977966, -0.007237789686769247, -0.05018432438373566, 0.06271593272686005, 0.01410047896206379, 0.023480869829654697, -0.030777480453252792, 0.022792262956500053, 0.016883114352822304, -0.02013775520026684, 0.05823402106761933, -0.03779927641153336, 0.02002590149641037, 0.04048198461532593, -0.029396649450063705, 0.030825693160295486, 0.060609977692365646, -0.034586336463689804, -0.042069047689437866, -0.034736763685941696, 0.031492963433265686, 0.04483456909656525, 0.02573436312377453, 0.045382268726825714, -0.04123592376708984, -0.06663471460342407, 0.06219137832522392, -0.006863653659820557, 0.03317078948020935, 0.0017474027117714286, -0.024093180894851685, -0.0059071010909974575, -0.011068581603467464, -0.01502328272908926, 0.01959969475865364, 0.011675347574055197, 0.023387819528579712, -0.03800755366683006, 0.03231645002961159, -0.0106373131275177, -0.0002699948090594262, -0.037506137043237686, -0.03595728054642677, -0.029996423050761223, 0.011609775945544245, 0.012874413281679152, 0.05809516832232475, -0.00481892516836524, 0.007720887660980225, -0.04807450622320175, 0.001174477394670248, -0.004588947165757418, -0.015590271912515163, -0.004582197871059179, 0.020990166813135147, -0.02638813480734825, 0.006263879593461752, -0.026328351348638535, -0.052525561302900314, 0.04303524270653725, -0.013820841908454897, -0.04271703585982323, -0.011797326616942884, -0.009962808340787888, 0.02239028550684452, -0.03993223235011101, 0.03017469309270382, -0.016820676624774933, -0.031471751630306244, 0.05906618386507034, 0.01973276399075985, 0.0013027249369770288, -0.0416254848241806, -0.06322699785232544, 0.026544347405433655, -0.07280603051185608, 0.035747312009334564, -0.016919994726777077, 0.044509612023830414, -0.03980495035648346, 0.004214812070131302, -0.006972616072744131, -0.021620798856019977, 0.049371860921382904, -0.00010799791925819592, 0.05512522533535957, 0.003629501676186919, -0.024488529190421104, 0.004196490626782179, 0.003586591687053442, 0.00030663696816191077, 0.02200505882501602, 0.01960789225995541, 0.02466691844165325, 0.03477436676621437, 0.051482222974300385, -0.02489159256219864, -0.015941264107823372, -0.02495330572128296, -0.053152333945035934, -0.01227704994380474, -0.037818558514118195, -0.07183405011892319, 0.004622696898877621, -0.02892066352069378, 0.02255420759320259, 0.03710433840751648, -0.012645399197936058, 0.0022139574866741896, -0.020151255652308464, 0.04029865562915802, 0.006179024465382099, -0.05013996362686157, -0.02262170799076557, -0.005561893340200186, -0.006913795601576567, 0.008477836847305298, 0.032700229436159134, -0.04341130703687668, -0.03377635031938553, 0.06370527297258377, 0.018075188621878624, -0.009461389854550362, 0.010920325294137, -0.05579057335853577, 0.027489330619573593, 0.02741990052163601, 0.024829396978020668, 0.005704243201762438, 0.05830344930291176, 0.012365763075649738, 0.03020856156945229, 0.02007604204118252, 0.018903493881225582, -0.03526903688907623, -0.033687639981508255, 0.018127107992768288, 0.03624487295746803, -0.04501970857381821, 0.007054940331727266, -0.020830100402235985, 0.002856159582734108, -0.04422514885663986, 0.03728314861655235, -9.498031431576236e-05, -0.023642145097255707, 0.011264569126069546, -0.02674105577170849, -0.05332011729478836, -0.010657081380486488, -0.02486266568303108, 0.01878778077661991, 0.026386328041553497, -0.01531642023473978, -0.01696387119591236, -0.009750669822096825, -0.026139354333281517, -0.019242433831095695, 0.02219743095338345, 0.02427639067173004, -0.031149687245488167, 0.017900655046105385, 0.05194892734289169, -0.07828307151794434, -0.006005456205457449, -0.03202379494905472, 0.02419924922287464, -0.0067209419794380665, 0.015588824637234213, -0.01315260399132967, 0.019200487062335014, 0.029911568388342857, 0.06225694715976715, -0.01254897378385067, -0.009061218239367008, 0.023574404418468475, 0.005081868730485439, 0.011452601291239262, 0.021568728610873222, -0.01597597822546959, -0.03935752809047699, 0.019343199208378792, -0.0026131640188395977, -0.012643471360206604, 0.0010819077724590898, -0.029180653393268585, 0.03747238591313362, 0.05438852310180664, -0.008832928724586964, 0.03960438072681427, -0.020228156819939613, 0.03499904274940491, 0.003938067238777876, 0.024914735928177834, -0.030459273606538773, -0.005583107005804777, 0.0212495569139719, 0.007868420332670212, -0.03252280503511429, -0.020592890679836273, -0.01843293197453022, -0.06265422701835632, 0.007926275953650475, 0.06867124885320663, 0.0009218393824994564, -0.03168943524360657, -0.04911253601312637, 0.008822080679237843, -0.0208127424120903, -0.03476569056510925, 0.040090374648571014, 0.029826711863279343, -0.042155832052230835, -0.03517646715044975, 0.010481583885848522, 0.01127315778285265, -0.016121583059430122, -0.02401218004524708, -0.011185498908162115, 0.010748927481472492, 0.04868392273783684, -0.009511531330645084, 0.010340801440179348, -0.015478416346013546, 0.001573684043250978, 0.016987495124340057, 0.015409954823553562, -0.04425600916147232, -0.014813072048127651, 0.03393063321709633, -0.03111497312784195, 0.0042909886687994, 0.019366342574357983, -0.002522281836718321, 0.055264078080654144, -0.00775029743090272, -0.00572196114808321, 0.013099569827318192, -0.010821006260812284, -0.024094747379422188, -0.02062663994729519, -0.03049784153699875, -0.013358958065509796, -0.0070931497029960155, 0.005234042182564735, -0.019150346517562863, 0.029737034812569615, -0.006886796094477177, -0.08963827788829803, -0.023061415180563927, 0.02010304108262062, -0.01496156957000494, -0.00742799136787653, 0.01930077187716961, 0.05824173986911774, 0.021267877891659737, 0.013407592661678793, -0.010751578956842422, -0.030659839510917664, 0.07191118597984314, 0.02727622538805008, 0.03461333364248276, -0.016975924372673035, -0.06165138632059097, -0.029397854581475254, 0.014558023773133756, -0.05369039997458458, -0.015513129532337189, -0.012179658748209476, -0.027987856417894363, -0.05266248807311058, 0.009531781077384949, 0.0067209419794380665, -0.03791498392820358, -0.029673393815755844, -0.044509850442409515, 0.0456831231713295, 0.030844978988170624, 0.009580958634614944, -0.02477105893194675, 0.01119490060955286, 0.021087558940052983, 0.007548283319920301, 0.03806926682591438, 0.023096127435564995, -0.03894868120551109, 0.0021715296898037195, 0.015428274869918823, 0.04161005839705467, -0.021237019449472427, -0.062067948281764984, -0.03431055322289467, -0.03816473111510277, -0.03806203603744507, 0.00017103689606301486, -0.0006499160663224757, -0.013249031268060207, -0.05642891675233841, -0.056899480521678925, 0.006449019070714712, 0.014394580386579037, 0.029541287571191788, 0.008007274940609932, 0.03364906460046768, -0.003484861459583044, -0.0026555918157100677, -0.02639777772128582, -0.021923579275608063, 0.0037066431250423193, -0.001214976655319333, -0.014263439923524857, 0.005162686575204134, -0.05602777749300003, -0.024037253111600876, -0.036163877695798874, 0.003331543179228902, 0.022095216438174248, -0.019088633358478543, -0.023367086425423626, -0.01210733875632286, -0.02633606642484665, 0.0230467077344656, -0.023693973198533055, -0.013840127736330032, 0.03939417004585266, -0.02958371676504612, 0.06136596202850342, -0.03202138468623161, 0.08156157284975052, 0.0171639546751976, -0.0726131796836853, 0.05404524877667427, 0.015902694314718246, -0.006232631392776966, -0.031334828585386276, 0.005893601104617119, -0.025059375911951065, 0.03161060810089111, 0.015482273884117603, 0.024361247196793556, -0.02256385236978531, -0.004428878892213106, -0.0007095198379829526, 0.010217375122010708, -0.02797532081604004, 0.0153911504894495, 0.030119607225060463, -0.006377662997692823, -0.040090374648571014, -0.029765000566840172, 0.007077720947563648, 0.003081797854974866, -0.00952985230833292, -0.0037394280079752207, 0.007876134477555752, -0.004396576434373856, 0.0129240732640028, -0.024399815127253532, 0.024314960464835167, 0.059807706624269485, 0.00026613776572048664, 0.04692123830318451, 0.02426964044570923, 0.02092459797859192, -0.036549583077430725, -0.009422819130122662, 0.02165406569838524, -0.04224599152803421, -0.01026799902319908, -0.02675455622375011, -0.016944102942943573, -0.03356228396296501, -0.006301003973931074, -0.0403892956674099, -0.02881230227649212, -0.0123079065233469, -0.03433176875114441, -0.0564742386341095, 0.01178334467113018, -0.02316555567085743, 0.03408491611480713, 0.001706752926111221, 0.004051850643008947, -0.0008427695138379931, -0.055464647710323334, -0.057115472853183746, -0.03005042113363743, -0.021090451627969745, -0.012450618669390678, 0.009976308792829514, 0.0038107840809971094, -0.016982674598693848, 0.061739131808280945, 0.039550382643938065, -0.020176324993371964, 0.008618620224297047, -0.03244951739907265, 0.04805184155702591, 0.012440011836588384, -0.03480884060263634, 0.01589883677661419, -0.007917597889900208, 0.03820812329649925, -0.004513734485954046, -0.03476569056510925, -0.07664766907691956, -0.016631679609417915, 0.02542386949062347, 0.0044028437696397305, 0.020130041986703873, 0.010551976040005684, -0.029020585119724274, 0.019431911408901215, -0.012250049971044064, 0.009766098111867905, 0.03885996714234352, 0.0053536114282906055, -0.02109912969172001, -0.06214123219251633, 0.03493250533938408, 0.021453015506267548, 0.015582557767629623, -0.007080614101141691, -0.01179877296090126, -0.04927791282534599, -0.04981597140431404, -0.008533764630556107, -0.04358873516321182, 0.04705623909831047, -0.015474559739232063, 0.014883463270962238, 0.01591040939092636, -0.00486412551254034, -0.03198281303048134, -0.010059235617518423, 0.006074883509427309, 0.04860268160700798, 0.011100643314421175, -0.017278222367167473, -0.02055311389267445, 0.011825772002339365, -0.026563631370663643, -0.06091082841157913, -0.03820040822029114, 0.03135025501251221, -0.0331437923014164, 0.06427419185638428, 0.03744056448340416, 0.008924774825572968, 0.011131500825285912, 0.005214756820350885, -0.05292670056223869, 0.04162934422492981, -0.054637786000967026, 0.0380268394947052, -0.01841750368475914, -0.018583357334136963, -0.09318677335977554, -0.030286910012364388, -0.029083263128995895, 0.02481059357523918, 0.01022954937070608, -0.05674808844923973, -0.025232944637537003, 0.008743975311517715, 0.0006730585009790957, -0.004108742345124483, 0.02734275907278061, -0.03932281583547592, 0.004609196912497282, 0.014726288616657255, -0.021366233006119728, -0.06777255237102509, -0.016545377671718597, -0.008794116787612438, -0.004639330320060253, 0.00508072366937995, -0.013339190743863584, -0.044940635561943054, -0.004485771059989929, -0.03008513525128365, 0.021867893636226658, -0.07234703749418259, -0.042813461273908615, 0.01994827762246132, -0.03480618819594383, 0.01924050599336624, 0.003907933831214905, -0.07947875559329987, 0.020034216344356537, -0.022997291758656505, 0.009704384952783585, 0.025053590536117554, 0.0230479147285223, -0.05290355160832405, -0.02378172054886818, 0.03373536840081215, 0.014618289656937122, 0.039370063692331314, 0.05926578864455223, -0.03470204770565033, -0.015675127506256104, -0.022178146988153458, -0.015206493437290192, 0.02570350654423237, -0.07977961003780365, -0.049144841730594635, 0.03706257417798042, 0.03767102584242821, -0.04406893625855446, 0.010830046609044077, -0.018862994387745857, -0.01683417707681656, 0.01818607933819294, 0.00922225136309862, 0.02142408862709999, 0.020373037084937096, 0.010595368221402168, -0.03453619405627251, -0.03370668366551399, 0.004735516384243965, -0.03393448889255524, 0.05429209768772125, -0.008157700300216675, 0.001974337035790086, 0.02298523671925068, 0.002707662060856819, -0.010772792622447014, 0.0036796436179429297, 0.02230157144367695, -0.03213275969028473, 0.008215556852519512, 0.022750921547412872, -0.026108497753739357, 0.02051381953060627, -0.05177536606788635, -0.02462931163609028, 0.007392554078251123, 0.030906690284609795, 0.03445133939385414, 0.006599444430321455, -0.02611042745411396, 0.028908731415867805, -0.016267187893390656, -0.02499477006494999, -0.04776208475232124, -0.03368498757481575, 0.001997961662709713, -0.03598532825708389, -0.019312342628836632, 0.05197400227189064, 0.011080394499003887, 0.03683886304497719, 0.06661929190158844, 0.051740650087594986, 0.001416508457623422, 0.014855499379336834, -0.014533434063196182, 0.05470094829797745, -0.025340940803289413, 0.003278056625276804, 0.007968703284859657, 0.004238918423652649, 0.010722651146352293, 0.03564703091979027, -0.015894979238510132, -0.008497604168951511, 0.05955313891172409, -0.02626471035182476, -0.013634738512337208, 0.05978456512093544, -0.03941924124956131, -0.028896557167172432, -0.041410453617572784, -0.0233815498650074, 0.0500531829893589, 0.002610271330922842, -0.011243355460464954, 0.025824762880802155, -0.02783260866999626, 0.011501778848469256, 0.020204290747642517, -0.04491942375898361, 0.019998902454972267, 0.022772135213017464, -0.02784610725939274, -0.012780397199094296, 0.020731743425130844, 0.012217747047543526, 0.057871460914611816, -0.007241646759212017, -0.04035264998674393, 0.06354135274887085, 0.003899496281519532, -0.04747280105948448, 0.06883324682712555, -0.02495909109711647, 0.0010471941204741595, 0.021892722696065903, 0.001639254274778068, -0.0026150925550609827, 0.024669811129570007, 0.0005197399877943099, -0.060968685895204544, 0.02654627524316311, -0.029847925528883937, -0.02398711070418358, 0.0001311403320869431, 0.011347496882081032, -0.0028812303207814693, -0.028102602809667587, 0.02583271823823452, 0.0008562692673876882, -0.05573126673698425, -0.01165991835296154, -0.006503017619252205, 0.023585010319948196, 0.016527539119124413, -0.02608921378850937, -0.013620274141430857, -0.03330964595079422, 0.046493109315633774, -0.006617042236030102, 0.0444527193903923, 0.04025622457265854, -0.013029178604483604, -0.02541133388876915, 0.00975259765982628, -0.005769692361354828, 0.06671956926584244, -0.003776070196181536, 0.02913798391819, -0.000396313815144822, 0.014487151056528091, -0.054133959114551544, 0.05146944522857666, -0.0028831588570028543, 0.02365154400467873, 0.004559054970741272, 0.011225998401641846, -0.01046808436512947, -0.020994024351239204, 0.016137011349201202, 0.03411514684557915, 0.01215073000639677, 0.02926358208060265, -0.012820896692574024, -0.019848475232720375, -0.003174367593601346, -0.021537872031331062, 0.015358847565948963, 0.0627969354391098, -0.01360773853957653, -0.011559635400772096, 0.054585233330726624, 0.016504397615790367, 0.05867372825741768, 0.042254190891981125, 0.02576136216521263, 0.002249755896627903, 0.003988209180533886, 0.00907568261027336, 0.024314960464835167, -0.029576001688838005, 0.004813621751964092, 0.004735516384243965, 0.012507027015089989, 0.01011323370039463, 0.00757335452362895, 0.03071865811944008, 0.02334611304104328, -0.006692014634609222, 0.017519770190119743, -0.0022667511366307735, 0.007242610678076744, -0.03167424723505974, 0.01046229898929596, -0.02558008022606373, -0.037617992609739304, 0.01587376557290554, 0.03320695087313652, -0.016126403585076332, -0.024232033640146255, 0.01622861623764038, 0.01581205427646637, -0.03268865495920181, -0.04738794639706611, -0.03471361845731735, 0.013295316137373447, 0.036703865975141525, 0.014330939389765264, 0.037340279668569565, 0.06101882457733154, 0.003949638456106186, -0.025328166782855988, -0.035188037902116776, 0.020059648901224136, 0.062175948172807693, 0.0022057611495256424, 0.03117283061146736, 0.05376753583550453, 0.0021194592118263245, 0.05269720032811165, 0.02628977969288826, -0.013353925198316574, 0.05751274898648262, 0.028673449531197548, 0.0023557047825306654, 0.002044246532022953, 0.011162357404828072, -0.027412185445427895, 0.017422137781977654, 0.028368739411234856, -0.005542607977986336, 0.03541946038603783, 0.005039742216467857, 0.015499751083552836, -0.03275808319449425, -0.01446015015244484, -0.045875973999500275], [-0.025223325937986377, -0.0028720200061798096, -0.05604065954685211, 0.01333208940923214, 0.015327882021665571, 0.03349068760871887, -0.009450297802686691, -0.03143435716629028, 0.013775226660072803, 0.04941951856017113, -0.04038304090499878, 0.03265562653541565, -0.03850683197379112, -0.011326508596539496, -0.05253719165921211, 0.03272651880979538, -0.01821061782538891, -0.06637630611658096, 0.04343641921877861, 0.02994352951645851, -0.03601730614900589, -0.02292010374367237, 0.0402396060526371, 0.05311423540115357, -0.029869338497519493, 0.06037507206201553, 0.007213023956865072, -0.04771971702575683, 0.02990395948290825, 0.018303770571947094, 0.03248580917716026, -0.01657429151237011, -0.0024573742412030697, -0.003976643085479736, 0.0019281443674117329, 0.019576558843255043, 0.005188843701034784, 0.034767601639032364, -0.017027683556079865, -0.02232327871024609, -0.0573216937482357, 0.014896748587489128, -0.03285841643810272, 0.004146458115428686, 0.017069311812520027, 0.027526548132300377, -0.016285771504044533, 0.06801839917898178, -0.00968770869076252, -0.07152022421360016, 0.02151789329946041, 0.04039623215794563, 0.012572919018566608, -0.04371999204158783, 0.00032273129909299314, 0.06076086685061455, 0.06184425950050354, -0.04567863419651985, 0.016882596537470818, 0.004786974750459194, 0.05328404903411865, -0.02112467959523201, -0.0415041483938694, -0.03326646611094475, 0.0066343336366117, -0.010410659946501257, 0.04436957836151123, 0.016278352588415146, 0.0631580576300621, -0.057288721203804016, -0.0010815414134413004, -0.022064020857214928, -0.02966325171291828, -0.04923321679234505, 0.020318469032645226, -0.010002609342336656, -0.06122290715575218, 0.010531838983297348, 0.012071922421455383, -0.01226626243442297, 0.002064985688775778, 0.028926905244588852, -0.028657549992203712, -0.02107357047498226, -0.037615302950143814, 0.007705982308834791, -0.01771683618426323, -0.0029123355634510517, 0.041533827781677246, 0.01110888086259365, 0.003639898030087352, 0.008770006708800793, 0.012227930128574371, 0.05266579240560531, -0.00366421602666378, 0.019340796396136284, -0.013123581185936928, 0.027015453204512596, 0.017215633764863014, 0.05483546853065491, 0.0580734945833683, -0.00021268115960992873, -0.01759977824985981, -0.02200755476951599, -0.023891184478998184, -0.015458128415048122, 0.018897298723459244, -0.02511049248278141, 0.04059572517871857, -0.03155924379825592, -0.013341208919882774, 0.001716287457384169, 0.004937829915434122, 0.008447893895208836, 0.020054679363965988, 0.017706943675875664, 0.022870643064379692, -0.0214803833514452, -0.0006800850969739258, -0.01185532659292221, -0.020018821582198143, 0.023427899926900864, 0.011700143106281756, -0.015373478643596172, -0.012516863644123076, -0.007839526049792767, -0.02224084362387657, 0.04376285895705223, -0.015494399704039097, 0.044444721192121506, -0.008337430655956268, -0.01988651417195797, 0.034909386187791824, -0.03407185152173042, -0.02856522426009178, 0.05754426494240761, 0.0029268390499055386, 0.054164450615644455, -0.015608159825205805, -0.005025210790336132, -0.014644911512732506, -0.0025080714840441942, 0.0026337841991335154, 0.05003983527421951, 0.002120216842740774, -0.05742721259593963, -0.03742528706789017, -0.046954721212387085, 0.0112391272559762, -0.01754866912961006, 0.0154498852789402, -0.016305556520819664, -0.015530670993030071, 0.009779932908713818, 0.004639416933059692, -0.04306381568312645, 0.005790203344076872, 0.04021487385034561, -0.021281305700540543, -0.019995326176285744, 0.04595891386270523, 0.034160878509283066, 0.03492587432265282, -0.033972930163145065, -0.011485607363283634, -0.022559864446520805, 0.029445625841617584, 0.022347183898091316, -0.003478738246485591, -0.005165349692106247, 0.05092807114124298, 0.004332760348916054, 0.019128939136862755, 0.05961471423506737, -0.023955071344971657, -0.008256645873188972, 0.022697119042277336, -0.02334628999233246, -0.013237135484814644, 0.04738997668027878, 0.005452221725136042, -0.020407499745488167, -0.0107989264652133, 0.01912069506943226, -0.012213503941893578, -0.007175103761255741, -0.04263020679354668, 0.006383731961250305, -0.00888835173100233, -0.005228772293776274, -0.01729806698858738, -0.049539871513843536, -0.00913727842271328, -0.02336525171995163, -0.02472500875592232, 0.021904509514570236, 0.018353231251239777, 0.012218553572893144, -0.015055847354233263, 0.00644143670797348, 0.007992854341864586, -0.021764373406767845, 0.019243523478507996, -0.015022873878479004, -0.07493476569652557, -0.03410977125167847, 0.0554199293255806, -0.027526548132300377, 0.003101806389167905, -0.02569979801774025, 0.0009735521161928772, 0.0681057870388031, 0.01395946741104126, -0.019252590835094452, 0.016932057216763496, 0.032291263341903687, 0.02885044738650322, 0.001560073927976191, 0.04816156625747681, 0.010277529247105122, -0.06746537238359451, -0.03393171355128288, 0.034375209361314774, -0.006481829099357128, -0.00947915017604828, 0.05107645317912102, 0.005811636336147785, 0.026942912489175797, -0.021899564191699028, -0.01565926894545555, 0.0616709440946579, -0.025060104206204414, 0.07143613696098328, -0.03947955742478371, -0.0034721435513347387, -0.012990036979317663, 0.032947443425655365, 0.03146032243967056, -0.01509211864322424, -0.014083119109272957, -0.05912866070866585, -0.03161901235580444, 0.06457263976335526, -0.04023280367255211, 0.01729477010667324, 0.014087035320699217, -0.025266192853450775, 0.00631448719650507, -0.05759207904338837, -0.013446812517940998, 0.0028862720355391502, -0.031452082097530365, -0.04894551634788513, -0.0237642340362072, -0.033582188189029694, 0.01571202650666237, 0.010889193043112757, 0.01554447878152132, 0.008850174024701118, 0.02406429685652256, -0.04671071842312813, -0.06812391430139542, -0.025330593809485435, 0.007369649596512318, 0.009794874116778374, 0.016829838976264, -0.01820484735071659, -0.009773441590368748, 0.008643263019621372, -0.004672390874475241, 0.022371193394064903, -0.04279507324099541, -0.0053351642563939095, 0.00945194624364376, -0.015151471830904484, 0.015024934895336628, 0.05454529821872711, -0.009635775350034235, 0.06013765931129456, 0.0002571958175394684, -0.02728583849966526, -0.016350070014595985, 0.02698248066008091, 0.05283725634217262, 0.041837189346551895, 0.03383897617459297, -0.015240500681102276, -0.02697918191552162, -0.014910763129591942, 0.006434841547161341, -0.01640447787940502, -0.0014871193561702969, 0.008519507944583893, 0.044151537120342255, 0.03094923123717308, -0.030543653294444084, 0.014163905754685402, 0.02565363422036171, -0.030710170045495033, -0.09185188263654707, 0.024989211931824684, -0.020830389112234116, -0.025472277775406837, 0.022775018587708473, 0.02016967535018921, -0.04065672308206558, -0.052810873836278915, 0.06348120421171188, -0.006921411491930485, 0.014850405976176262, -0.014861302450299265, 0.03162848949432373, -0.00516370078548789, 0.025577794760465625, 0.04248718172311783, -0.03845737129449845, -0.026175444945693016, 0.04185037314891815, -0.008236860856413841, 0.013064227998256683, 0.036848247051239014, 0.00171134143602103, -0.01825760491192341, -0.005605550017207861, 0.05695898085832596, 0.01704252138733864, 0.019167684018611908, 0.03121302090585232, -0.038826677948236465, -0.030887406319379807, -0.009343544952571392, 0.008555058389902115, 0.031072882935404778, 0.022181490436196327, -0.00942721590399742, 0.06400219351053238, -0.009436284191906452, 0.004609328228980303, 0.02808091975748539, 0.021772615611553192, 0.007152022328227758, 0.017492612823843956, -0.00974294077605009, -0.01666167378425598, -0.003604039084166288, -0.06031984090805054, 0.005959812551736832, -0.015718622133135796, 0.01173950545489788, 0.0165852140635252, -0.0005894071073271334, 0.025541523471474648, 0.023841723799705505, -0.0016338529530912638, -0.019029192626476288, -0.00046080915490165353, 0.008047673851251602, -0.015595794655382631, 0.0035368739627301693, -0.050310634076595306, 0.004111835733056068, 0.03327058628201485, -0.025964412838220596, 0.02964016981422901, -0.017101874575018883, 0.0019384486367926, 0.009478325955569744, -0.054419998079538345, 0.02727203071117401, -0.05330795422196388, 0.042049869894981384, -0.030027613043785095, 0.012853196822106838, 0.04418822005391121, -0.006030912511050701, -0.005808338988572359, -0.03287201747298241, -0.056850168853998184, -0.021971281617879868, -0.04120738431811333, 0.027721092104911804, -0.02628673054277897, -0.01395781897008419, 0.010310915298759936, 0.027269352227449417, 0.01023672427982092, -0.012935218401253223, 0.05063336342573166, -0.003522016340866685, 0.09807734191417694, 0.01236085593700409, -0.018030911684036255, 0.023193787783384323, 0.037382423877716064, 0.01307082362473011, 0.04510221630334854, 0.0008639142033644021, 0.013019713573157787, 0.04999491199851036, 0.06937692314386368, -0.04741841554641723, -0.014910763129591942, -0.060609184205532074, -0.00896228477358818, -0.0019289687043055892, -0.03820347040891647, -0.06283491849899292, -0.017409972846508026, -0.06454295665025711, 0.03103166446089745, -0.03269849345088005, -0.045688528567552567, -0.012724598869681358, 0.02366861142218113, -0.006321081891655922, 0.0035455103497952223, -0.0008738063625060022, -0.007857661694288254, -0.007465273607522249, 0.018864324316382408, -0.0023271276149898767, -0.0020460255909711123, -0.04997512698173523, -0.022827159613370895, 0.05312082916498184, 0.02237768657505512, -0.0107626561075449, -0.02933845855295658, -0.015881842002272606, 0.03882338106632233, -0.0004303083987906575, -0.0228265430778265, -0.009720837697386742, 0.03984556719660759, 0.030800849199295044, 0.02051631361246109, -0.0075172074139118195, 0.01631627231836319, -0.04425416514277458, -0.013506078161299229, 0.039573535323143005, -0.0066343336366117, 0.0013816033024340868, -0.03449391573667526, -0.00016878475435078144, -0.03580792248249054, -0.05289660766720772, 0.06233206391334534, -0.021927593275904655, -0.046272166073322296, 0.029792260378599167, -0.04111176356673241, -0.023773714900016785, 0.001971834572032094, -0.004800988826900721, -0.006509032566100359, 0.040814999490976334, -0.027640514075756073, -0.04059407114982605, -0.0263065155595541, -0.03847385570406914, -0.027410006150603294, 0.05661770328879357, -0.03864532336592674, -0.0172389205545187, -0.012876277789473534, 0.024409696459770203, -0.048430923372507095, 0.0076159224845469, 0.003216596320271492, 0.02277872897684574, -0.00013189528544899076, -0.01060932781547308, -0.04808242619037628, -0.047342170029878616, 0.04047207161784172, 0.0426153689622879, -0.0002242219925392419, -0.033902037888765335, -0.013014767318964005, -0.01171642355620861, 0.011949713341891766, -0.006878339219838381, 0.03842109814286232, 0.02166380174458027, 0.02320532687008381, -0.021043483167886737, 0.026804421097040176, 0.0164110716432333, -0.009129627607762814, 0.0054246061481535435, 0.062241390347480774, 0.00835556723177433, 0.056827086955308914, 0.0012661948567256331, 0.001241361373104155, 0.03529847785830498, 0.03437850624322891, -0.002303221495822072, -0.010851684957742693, 0.006029676180332899, 0.04000013321638107, -0.03707576543092728, 0.00949975848197937, -0.003937074448913336, -0.03904100880026817, -0.02245517447590828, 0.025820976123213768, -0.028772959485650063, -0.024527577683329586, -0.036889467388391495, -0.008813902735710144, 0.008795768022537231, 0.003913992550224066, 0.04308854416012764, 0.04708002507686615, 0.035003360360860825, -0.04645022377371788, 0.02891804277896881, 0.026416977867484093, -0.0258152075111866, -0.0005869340384379029, 0.0006398016703315079, 0.036048632115125656, 0.03522923216223717, -0.004890378564596176, 0.04179761931300163, -0.05641161650419235, 0.024427007883787155, 0.009794874116778374, -0.003440818516537547, 0.010017448104918005, -0.003640310140326619, 0.034548476338386536, -0.04189654067158699, 0.014844815246760843, 0.032479215413331985, 0.020900456234812737, 0.033831141889095306, 0.001699800486676395, 0.016261864453554153, 0.03664051368832588, 0.022611798718571663, -0.02089139074087143, -0.041863564401865005, -0.027485329657793045, -0.011654597707092762, -0.009532049298286438, 0.0582696907222271, -0.013996151275932789, -0.002443360397592187, -0.0001795012503862381, -0.08610124886035919, -0.036287691444158554, 0.051175374537706375, -0.011582056060433388, -0.015289138071238996, 0.007979665882885456, 0.052227236330509186, -0.0042912340722978115, -0.0069318185560405254, 0.005171789322048426, 0.020130518823862076, 0.059105370193719864, 0.019965650513768196, 0.0033377751242369413, 0.022997591644525528, -0.09004821628332138, 0.008046437054872513, 0.04789777472615242, -0.046433739364147186, 0.009595382958650587, -0.029028505086898804, -0.008809780701994896, 0.005040049087256193, -0.00025760798598639667, 0.016212403774261475, -0.06155553087592125, -0.0004265988536644727, -0.030972929671406742, 0.017590710893273354, 0.009158479049801826, 0.007920312695205212, -0.020604001358151436, 0.010171188041567802, -0.01713649556040764, 0.0685962662100792, 0.016721026971936226, 0.035301774740219116, -0.04441573843359947, -0.028934530913829803, 0.025109564885497093, 0.013822627253830431, -0.02193089015781879, -0.03473709896206856, -0.0747714415192604, -0.010629111900925636, 0.007874148897826672, 0.019611181691288948, -0.00965267512947321, 0.0065275803208351135, -0.04236476495862007, -0.023399874567985535, 0.00927842129021883, 0.0250930804759264, 0.012037917971611025, 0.004669093526899815, 0.017327744513750076, -0.019006112590432167, -0.036495428532361984, -0.03561173006892204, -0.01337644923478365, -0.0288232434540987, 0.016913922503590584, -0.034739572554826736, 0.024196190759539604, -0.037919897586107254, -0.033461835235357285, -0.008897986263036728, 0.010321631096303465, 0.047910965979099274, -0.02283107489347458, -0.008628012612462044, -0.003375695087015629, -0.06285305321216583, 0.012143434956669807, -0.010121521539986134, 0.024456683546304703, 0.03373283892869949, -0.03851672261953354, 0.051742520183324814, -0.022962970659136772, 0.07118389010429382, -0.022672800347208977, -0.05312082916498184, 0.025472277775406837, 0.03945153206586838, -0.016998006030917168, -0.011995876207947733, 0.04861660301685333, -0.04488397017121315, 0.01470302790403366, -0.0008977123652584851, -0.005664903204888105, -0.057875651866197586, 0.01839609630405903, -0.015740053728222847, -0.015832381322979927, -0.019085248932242393, 0.030210616067051888, 0.019428176805377007, -0.03192855417728424, -0.026882732287049297, -0.014689838513731956, 0.011593596078455448, 0.02810523845255375, -0.007615304086357355, 0.0125082079321146, -0.02200672961771488, -0.03758686035871506, 0.017057359218597412, -0.027923470363020897, 0.02933516167104244, -0.007550181355327368, 0.026059212163090702, 0.02408572845160961, 0.022067731246352196, -0.02680112235248089, -0.02523157000541687, -0.03812268376350403, 0.03310241922736168, 0.005407294724136591, 0.012178881093859673, 0.0070761824026703835, 0.001105035305954516, 0.014967642724514008, 0.02913566865026951, -0.06272610276937485, -0.008154426701366901, -0.008348971605300903, 0.023579582571983337, -0.017403583973646164, 0.06477491557598114, -0.01668599061667919, 0.07056398689746857, -0.02108346112072468, -0.0041909730061888695, -0.015460601076483728, -0.0380353070795536, -0.03572054207324982, -0.05246464908123016, 0.06920710951089859, 0.02133818529546261, 0.06416705995798111, 0.002096310956403613, -0.00013189528544899076, 0.05666881054639816, 0.07696090638637543, -0.003366627497598529, 0.0026016347110271454, 0.014975062571465967, 0.02808462828397751, 0.04859352484345436, -0.00627368176355958, 0.02680606953799725, 0.016420138999819756, 0.006160952616482973, -0.0406196303665638, 0.00019784293544944376, -0.03962793946266174, -0.03038949891924858, 0.005245104897767305, 0.00877763144671917, -0.02577357552945614, -0.023938994854688644, -0.04530191421508789, 0.03678023815155029, -0.049812935292720795, 0.08979431539773941, 0.03585490956902504, 0.027604036033153537, -0.01769128069281578, -0.04481719806790352, -0.024093974381685257, 0.015748297795653343, 0.01696833036839962, -0.005784432869404554, -0.0563984289765358, -0.006563852075487375, -0.03536112979054451, 0.02198859304189682, -0.03790011256933212, 0.051920581609010696, 0.00754605932161212, 0.00978333316743374, -0.01659407652914524, -0.022560691460967064, -0.010666207410395144, 0.020301159471273426, 0.029709413647651672, 0.028003636747598648, -0.0041909730061888695, -0.010987496003508568, -0.0006034209509380162, -0.006501613650470972, -0.06863830983638763, -0.037989139556884766, -0.00939424242824316, 0.025660229846835136, 0.03256329894065857, 0.04596550762653351, 0.028248675167560577, 0.0005807514535263181, 0.02186824008822441, 0.005820704158395529, -0.07218629866838455, 0.04768138378858566, -0.049777284264564514, 0.03452359139919281, -0.05844280496239662, -0.023521875962615013, -0.09716396033763884, -0.016743283718824387, 0.026474682614207268, 0.0490584559738636, 0.003377550048753619, -0.08435693383216858, -0.003459623781964183, -0.02888836525380611, -0.0045087579637765884, -0.06809094548225403, 0.03336888924241066, -0.02701936848461628, 0.029706116765737537, 0.007473517209291458, -0.03485003486275673, -0.04591770097613335, 0.006073263473808765, -0.02978690341114998, 0.014244691468775272, -0.04449157789349556, 8.243455522460863e-05, -0.021198870614171028, 0.011770830489695072, -0.029497765004634857, -0.012853196822106838, -0.014745069667696953, -0.003287490224465728, 0.03779459744691849, -0.042472757399082184, 0.05356267839670181, -0.0032042311504483223, -0.050690658390522, 0.010683518834412098, -0.02505351230502129, 0.031410861760377884, -0.018821457400918007, 0.0025245582219213247, -0.027145300060510635, -0.02738022617995739, 0.02100267820060253, -0.0004764717596117407, 0.030143020674586296, 0.04619632661342621, -0.009445351548492908, -0.02114364132285118, 0.03298701345920563, -0.00839307438582182, -0.02250463515520096, -0.04635459929704666, -0.00950965005904436, 0.0001030432031257078, 0.029311254620552063, -0.06220264732837677, 0.02605426497757435, 0.004162120632827282, -0.03476100414991379, 0.007326783612370491, -0.007085250224918127, 0.003310984233394265, 0.04434525966644287, 0.04747571423649788, 0.02618945948779583, -0.026440059766173363, 0.003191041760146618, -0.004258981440216303, 0.010787386447191238, -0.03203077241778374, -0.004012502264231443, -0.017068900167942047, 0.002166380174458027, 0.05511574447154999, -0.016420964151620865, 0.03020237386226654, 0.0012826818274334073, -0.02546238712966442, 0.03789413720369339, 0.005244486965239048, -0.006029263604432344, -0.039321284741163254, 0.004650957882404327, 0.01780751347541809, 0.04893315210938454, -0.04554591700434685, -0.009063679724931715, -0.022587068378925323, 0.04792415350675583, -0.07089371979236603, 0.00035281991586089134, -0.02242879383265972, -0.03765528276562691, 0.01174033060669899, -0.035094864666461945, 0.019382013007998463, 0.039852987974882126, 0.03242975473403931, 0.033303044736385345, 0.02936318889260292, 0.030580749735236168, -0.02641862817108631, -0.006792607717216015, -0.016158822923898697, 0.03415428847074509, -0.06381094455718994, -0.01844226010143757, 0.0020048085134476423, -0.017185956239700317, 0.0011845845729112623, 0.03024688921868801, -0.031452082097530365, 0.02893947623670101, 0.019974717870354652, -0.033698420971632004, 0.006512329913675785, 0.0366932712495327, -0.003033591667190194, -0.02961708791553974, -0.002590093994513154, -0.034536782652139664, 0.024644635617733, -0.0001790890673873946, -0.0029231293592602015, 0.010553272441029549, -0.00397334573790431, -0.014493643306195736, 0.017108261585235596, -0.03529518097639084, 0.030493367463350296, 0.050146590918302536, -0.00395685900002718, 0.001778937759809196, 0.04912110418081283, -0.015301914885640144, 0.06390656530857086, -0.018946759402751923, -0.04924970120191574, 0.02074548229575157, -0.011434497311711311, -0.012002471834421158, 0.05895884335041046, -0.00813464168459177, -0.0021305212285369635, 0.00865810178220272, -0.053978148847818375, -0.02735508233308792, 0.005559773184359074, 0.015830732882022858, -0.07961529493331909, 0.02879933640360832, -0.027665037661790848, 0.00489578815177083, 0.016894962638616562, 0.0249735489487648, -0.014978358522057532, 0.012505321763455868, 0.02000604197382927, -0.03318258747458458, -0.08484824001789093, -0.03822490572929382, -0.03959826380014419, 0.018331795930862427, -0.023658718913793564, -0.024875452741980553, 0.01950887218117714, -0.04330452159047127, 0.038407910615205765, -0.003643813543021679, 0.04400027170777321, 0.0062056733295321465, -0.03515668958425522, -0.02355979755520821, 0.060348689556121826, -0.027717795222997665, 0.006794668268412352, 0.0810595452785492, 0.02599079348146915, -0.04253623262047768, 0.008873255923390388, -0.0332610048353672, 0.020871605724096295, 0.026692308485507965, 0.005197396036237478, 0.025526272132992744, -0.022085867822170258, -0.015728101134300232, -0.004251974634826183, 0.04322373494505882, 0.06462539732456207, -0.016590779647231102, 0.01715628057718277, 0.03943009674549103, -0.060394857078790665, -0.03517647460103035, 0.0056451186537742615, -0.029401933774352074, 0.029824823141098022, -0.0255332812666893, 0.010213229805231094, 0.016230951994657516, -0.002746719401329756, 0.04978717491030693, 0.035489726811647415, 0.02290938980877399, -0.041718482971191406, 0.02810359001159668, 0.02371807210147381, 0.02096310816705227, -0.020249225199222565, -0.03543531894683838, -0.030042709782719612, 0.02708469890058041, 0.03521604463458061, 0.0355655662715435, 0.061425287276506424, 0.04007885605096817, -0.00608037319034338, 0.04331441223621368, 0.010602269321680067, -0.009787866845726969, -0.031895577907562256, 0.04673050343990326, 0.018425771966576576, -0.03407514840364456, -0.03485827520489693, 0.0172486063092947, 0.004840557463467121, -0.009514596313238144, 0.0035924979019910097, 0.013382426463067532, -0.011573811993002892, -0.026813076809048653, -0.03981918841600418, 0.012378374114632608, 0.012721301056444643, 0.024232463911175728, 0.04431639984250069, 0.04633481800556183, -0.02287559024989605, -0.037359341979026794, -0.027689769864082336, 0.026931369677186012, 0.0024437725078314543, -0.013082364574074743, 0.005127429496496916, 0.07619591057300568, 0.036330558359622955, 0.0026989076286554337, -0.014070753939449787, -0.01715463027358055, 0.047064363956451416, 0.02298275381326675, 0.010756061412394049, -0.05164689943194389, 0.01710846833884716, -0.015179499983787537, -0.015510886907577516, 0.018920378759503365, -0.01469478476792574, 0.006116644013673067, 0.03713512048125267, 0.01608133316040039, -0.012901832349598408, 0.02854214049875736, 0.026998965069651604], [-0.06519808620214462, -0.05460844188928604, -0.07428036630153656, -0.01291101798415184, -0.013040713034570215, 0.02395881712436676, 0.03251136094331741, 0.01408375147730112, 0.03406016156077385, -0.013569538481533527, -0.028043286874890327, 0.03054036572575569, -0.05470651015639305, -0.019099831581115723, -0.0018887935439124703, 0.033629290759563446, -0.012883617542684078, 0.011436882428824902, 0.02681940607726574, 0.04698602110147476, 0.003978978842496872, -0.03993866592645645, 0.008906922303140163, 0.05203498527407646, -0.005637153517454863, 0.054194122552871704, 0.01862306520342827, -0.030643116682767868, 0.0163890291005373, -0.01257719099521637, 0.05450831726193428, -0.028608189895749092, 0.008300461806356907, -0.0108724357560277, 0.037856243550777435, 0.02360261231660843, 0.003540574572980404, -0.022190583869814873, -0.029493676498532295, -0.02468949183821678, -0.02743682824075222, 0.02166997827589512, -0.06309374421834946, 0.031064625829458237, 0.08368049561977386, 0.02345830574631691, 0.0018897069385275245, 0.03305571526288986, 0.020564833655953407, -0.006693434901535511, 0.04200419411063194, 0.02241344004869461, -0.007951565086841583, -0.013286858797073364, 0.011917300522327425, 0.015541445463895798, 0.031456220895051956, 0.012377853505313396, 0.052468448877334595, 0.009064016863703728, -0.007118596229702234, 0.011023594997823238, -0.024784479290246964, -0.03549981862306595, 0.00037823821185156703, -0.016063878312706947, 0.027958344668149948, 0.07093387842178345, 0.00730674434453249, -0.02152566984295845, 0.02020725980401039, -0.0049603660590946674, -0.023743266239762303, -0.04570368677377701, 0.06923871487379074, 0.0010412110714241862, -0.04863369092345238, -0.015132267959415913, -0.019735516980290413, -0.05002928152680397, -0.018703440204262733, 0.003016914939507842, -0.05214093253016472, -0.08025728911161423, -0.04498032107949257, 0.03737400099635124, 0.010408458299934864, -0.014927679672837256, 0.06198311597108841, 0.0193641260266304, -0.05141390860080719, -0.02779485657811165, -0.011040491051971912, -0.0007325011538341641, -0.010407543741166592, -0.002810356672853231, 0.002606681315228343, 0.023856520652770996, 0.021258974447846413, 0.02669884636998177, 0.03929567337036133, -0.028898173943161964, -0.015952451154589653, -0.04229874163866043, -0.028620518743991852, -0.003050565719604492, 0.03638393431901932, -0.049020953476428986, 0.019403060898184776, -0.07271124422550201, -0.016904152929782867, 0.0394819937646389, 0.0060134511440992355, -0.04011768102645874, 0.009765463881194592, 0.007832829840481281, 0.03164733946323395, -0.01230638474225998, -0.048136837780475616, -0.04429348558187485, -0.060043174773454666, -0.015278403647243977, 0.016356147825717926, 0.03784893825650215, 0.015751516446471214, -0.04773131012916565, -0.0013165270211175084, 0.030397886410355568, -0.012311865575611591, 0.028942016884684563, 0.04777515307068825, -0.009564529173076153, 0.034560903906822205, 0.002522653667256236, -0.030526665970683094, 0.034629859030246735, -0.009606720879673958, 0.049369849264621735, -0.03433804586529732, 0.014496581628918648, -0.005870969500392675, -0.011553818359971046, 0.008543411269783974, 0.013952229171991348, -0.02783321589231491, -0.03554206341505051, -0.005970067344605923, -0.05095723643898964, 0.04148130491375923, 0.006026237737387419, -0.02375422604382038, -0.0002785696415230632, -0.020252013579010963, 0.016113199293613434, -0.025010988116264343, -0.02459450252354145, 0.017309678718447685, 0.034199219197034836, -0.041535187512636185, 0.009405607357621191, 0.016805512830615044, 0.024532394483685493, 0.052330903708934784, 0.0025500538758933544, -0.011179319582879543, 0.0007507679983973503, 0.03440198302268982, 0.013111953623592854, -0.006071905139833689, 0.03722786530852318, 0.07929279655218124, 0.021120145916938785, 0.009969139471650124, 0.014888063073158264, -0.03755301237106323, 0.002539550419896841, 0.011572057381272316, -0.01406160183250904, -0.027652373537421227, 0.029477234929800034, 0.03413711115717888, 0.014110238291323183, 0.026676924899220467, -0.005947689991444349, -0.04140732437372208, -0.014187871478497982, -0.03972677141427994, -0.01848241128027439, -0.024379868060350415, 0.038247156888246536, 0.0574602410197258, -0.012834297493100166, 0.013961362652480602, 0.0077250562608242035, -0.011140958406031132, 0.0360003300011158, 0.014575129374861715, -0.003680658293887973, 0.02743773907423019, 0.028087127953767776, 0.019439594820141792, 0.036628711968660355, 0.02723223716020584, -0.05086224898695946, -0.02384190633893013, -0.03472895920276642, 0.04754316061735153, -0.02654540352523327, 0.05314195528626442, -0.036376629024744034, 0.020305443555116653, 0.05957919359207153, 0.0069121806882321835, 0.04171540215611458, -0.0025062134955078363, -0.026832422241568565, 0.03247848153114319, -0.03586926683783531, 0.031192492693662643, 0.006185159087181091, -0.04066203534603119, -0.01777639612555504, -0.000938916695304215, -0.033075056970119476, 0.004361213184893131, 0.0701739713549614, 0.005962303373962641, 0.032398104667663574, 0.008062993176281452, -0.04568907245993614, 0.05948786064982414, -0.011981233954429626, 0.007471146527677774, -0.007723229471594095, -0.030347879976034164, 0.028620518743991852, -0.03703423589468002, 0.05549107491970062, -0.03448052704334259, 0.0008658492588438094, -0.0485149584710598, -0.003358134301379323, 0.04232797026634216, -0.022292878478765488, -0.006984334904700518, 0.01611999049782753, -0.02434242144227028, 0.02856206521391869, -0.02382364124059677, 0.019258752465248108, 0.023418117314577103, -0.03461204841732979, -0.022194236516952515, 0.025927983224391937, -0.009180924855172634, -0.021679967641830444, -0.008052032440900803, 0.021532976999878883, -0.031382471323013306, 0.025854917243123055, -0.0070473551750183105, -0.08415909111499786, -0.030226176604628563, -0.012499100528657436, 0.0489734560251236, 0.00626279367133975, 0.00747845321893692, -0.015101214870810509, 0.05562624707818031, -0.021993299946188927, 0.0003566604864317924, -0.043153636157512665, 0.025128353387117382, 0.0076136281713843346, -0.001996568171307445, 0.0319962352514267, 0.06076288968324661, 0.002730210777372122, 0.07052469998598099, 0.01789330504834652, -0.031208932399749756, -0.04736414924263954, -0.009342586621642113, 0.03901299461722374, 0.019981207326054573, 0.0239659883081913, -0.008054773323237896, -0.03324934095144272, -0.015428191050887108, -0.05274738743901253, 0.020244020968675613, 0.00784653052687645, 0.004585667513310909, 0.05847952887415886, 0.05478597059845925, 0.005114721134305, 0.013615090399980543, -0.026267746463418007, -0.022503862157464027, -0.06326179206371307, 0.021800359711050987, 0.026106998324394223, -0.05031424388289451, 0.0372205562889576, 0.026041237637400627, -0.01929711364209652, -0.07943893224000931, 0.04443231597542763, -0.006594337057322264, 0.013621599413454533, -0.05189980939030647, -0.008826548233628273, 0.01540535781532526, -0.02651434950530529, 0.05014253780245781, 0.004989136476069689, 0.015309457667171957, 0.045042429119348526, -0.02666596509516239, -0.001960262656211853, 0.01034087035804987, -0.012087183073163033, -0.006546843331307173, -0.04638047516345978, 0.033707838505506516, 0.06693708896636963, 0.019572941586375237, 0.05520976707339287, -0.04247410595417023, -0.036489881575107574, 0.020404083654284477, -0.02043331228196621, 0.04609094560146332, 0.009016523137688637, -0.04025285691022873, 0.029168523848056793, -0.033176276832818985, -0.001992458011955023, -0.007146224845200777, 0.015050295740365982, -0.0023673854302614927, -0.05488187074661255, -0.008679499849677086, -0.02045888453722, 0.002816807245835662, -0.057018641382455826, -0.04701342433691025, -0.010587473399937153, 0.017536187544465065, 0.0025692342314869165, 0.05314560979604721, -0.00925033912062645, 0.01498978678137064, -0.014799811877310276, 0.003956602420657873, -0.01789376139640808, -0.010218482464551926, 0.00787667091935873, 0.01827416755259037, 0.006417148746550083, -0.021766792982816696, -0.01549155544489622, -0.050376348197460175, 0.048878468573093414, -0.013734853826463224, -0.008060252293944359, 0.018179181963205338, -0.006018017418682575, 0.05979109555482864, -0.019251445308327675, 0.03195422142744064, 0.023670200258493423, -0.02763776294887066, 0.012198153883218764, 0.029395949095487595, 0.01023218221962452, -0.06011989712715149, -0.06840871274471283, 0.0520605593919754, -0.0673389583826065, 0.0048745120875537395, -0.042422957718372345, 0.03959159553050995, -0.005899283103644848, 0.0041410974226891994, -0.0014321219641715288, 0.004488167818635702, 0.05150889605283737, -0.007840136997401714, 0.0566546693444252, 0.020684480667114254, -0.027016688138246536, 0.009564529173076153, 0.022024355828762054, 0.003719133092090487, -0.022291507571935657, 0.006208906415849924, 0.022221636027097705, 0.02024584822356701, 0.02085893042385578, -0.030575072392821312, -0.0017791923601180315, -0.029842570424079895, -0.03514178842306137, -0.002381998812779784, -0.051059529185295105, -0.08135329931974411, -0.01708134263753891, -0.03649148344993591, 0.013333438895642756, 0.04077163711190224, -0.014814424328505991, 0.01256942842155695, 0.011829162947833538, 0.0727824866771698, 0.023356009274721146, -0.03472530469298363, -0.019012149423360825, -0.003214967669919133, 0.019773878157138824, -0.014759624376893044, 0.019098004326224327, -0.02480274438858032, 2.9226979677332565e-05, 0.0330054797232151, 0.029460793361067772, -0.02353502437472343, -0.005911156535148621, -0.03983340412378311, 0.048447370529174805, -0.007293159142136574, 0.047815341502428055, 0.009191428311169147, 0.05495402961969376, -0.020038746297359467, 0.005341230425983667, 0.03350873291492462, 0.040424566715955734, -0.01502266712486744, -0.0476217083632946, 0.004320112988352776, 0.002553707454353571, -0.03661409765481949, -0.0018138993764296176, -0.04798339307308197, 0.003888101549819112, -0.029774071648716927, 0.02989429049193859, -0.004753037355840206, -0.07654546201229095, -0.008372844196856022, -0.0030761396046727896, -0.02800857834517956, -0.00213356944732368, -0.011493509635329248, 0.0195674616843462, 0.026254504919052124, -0.030428938567638397, -0.035227641463279724, -0.015820015221834183, -0.054650794714689255, 0.0007384378695860505, 0.004466704558581114, 0.011000989004969597, -0.03777952119708061, 0.01508112158626318, 0.04008114710450173, -0.07043702155351639, 0.017052115872502327, -0.042360853403806686, 0.008512357249855995, 0.0018613931024447083, -0.0020130081102252007, -0.009327059611678123, -0.024517780169844627, 0.006112092174589634, 0.05210439488291741, -0.017105089500546455, -0.028326423838734627, -0.008413716219365597, 0.012363011948764324, -0.0297969039529562, 0.007536907214671373, 0.021343914791941643, -0.01095966063439846, 0.031236333772540092, 0.004292255733162165, 0.0012690902221947908, 0.020064322277903557, -0.03398367017507553, -0.00423425855115056, 0.06654983013868332, -0.0349993072450161, 0.028357475996017456, -0.026876946911215786, 0.030786966904997826, 0.0033391823526471853, 0.008526971563696861, -0.0337909534573555, -0.01729871891438961, 0.03814851492643356, 0.02384556271135807, -0.02846525050699711, 0.03387406840920448, 0.009294179268181324, -0.03728729113936424, -0.019633879885077477, 0.0784379094839096, -0.005560432560741901, 0.004727235529571772, -0.040811821818351746, -0.013637125492095947, -0.025142507627606392, -0.0342736579477787, 0.03244377300143242, 0.056218091398477554, -0.026431690901517868, -0.022937698289752007, 0.018233980983495712, -0.004873598925769329, -0.006276493892073631, 0.01185096986591816, -0.035108909010887146, 0.0298188254237175, 0.04579867422580719, -0.013190500438213348, 0.04439578205347061, -0.030531233176589012, 0.0010028507094830277, -0.01424723956733942, -0.04150231182575226, -0.0674426257610321, 0.0014905758434906602, 0.009483241476118565, -0.0041529713198542595, 0.00559696601703763, 0.048604466021060944, 0.015563366934657097, 0.016848895698785782, 0.004384046886116266, -0.025001853704452515, -0.004674261435866356, 0.010186515748500824, -0.04328150302171707, -0.014569648541510103, -0.035993024706840515, -0.022175969555974007, 0.03752013295888901, 0.022343112155795097, -0.02395881712436676, 0.02384556271135807, 0.006886606570333242, -0.08756402879953384, -0.014428993687033652, 0.0260302796959877, 0.004080817103385925, 0.013267220929265022, 0.016359802335500717, 0.045382190495729446, 0.0017597838304936886, 0.0008564874879084527, -0.0028167502023279667, -0.034286901354789734, 0.017111139371991158, 0.0018092256505042317, 0.026260439306497577, -0.01294572465121746, -0.02850360982120037, -0.03912030905485153, 0.028832413256168365, -0.04266408085823059, -0.025040213018655777, -0.013111953623592854, 0.007533253636211157, -0.03840424865484238, -0.021496444940567017, 0.01538800448179245, -0.06236124038696289, -0.009924385696649551, -0.024375300854444504, 0.04656954109668732, 0.03314704820513725, -0.0022523042280226946, -0.02681815065443516, 0.02263081446290016, -0.005149428732693195, -0.007367938756942749, 0.05821283534169197, 0.009929409250617027, -0.025975478813052177, -0.0293502788990736, -0.006459162570536137, 0.026528963819146156, -0.002243170514702797, -0.03691732883453369, -0.04200281947851181, -0.03204738348722458, -0.0428321398794651, -0.009800627827644348, -0.005533032584935427, -0.01886601559817791, -0.035778388381004333, -0.03356718271970749, -0.0038871881552040577, 0.015689408406615257, 0.02782042883336544, -0.0035702581517398357, 0.0571095198392868, 0.011776645667850971, 0.005627106409519911, -0.01283064391463995, -0.0011754725128412249, -0.009257417172193527, -0.021121971309185028, -0.04129772260785103, 0.019655143842101097, -0.020860755816102028, -0.019779358059167865, -0.019106680527329445, -0.02097218483686447, 0.023450998589396477, -0.03100617229938507, -0.035605765879154205, -0.04819072037935257, -0.007651303429156542, -0.00605957442894578, -0.00871511921286583, 0.04078442230820656, 0.07623857259750366, -0.02599528431892395, 0.07167916744947433, -0.02852553129196167, 0.04956895858049393, 0.018292436376214027, -0.05268162861466408, 0.06501998007297516, 0.0007489413255825639, 0.0027436825912445784, -0.039936840534210205, -0.0288397204130888, -0.010660541243851185, 0.03827638179063797, 0.005348537117242813, -0.014770584180951118, 0.005856356117874384, -0.006636408157646656, 0.03116966038942337, -0.02346104383468628, 0.01286535058170557, 0.005191442556679249, 0.04757056385278702, 0.011584844440221786, -0.04500224441289902, -0.028452007099986076, 0.04991237446665764, 0.004225125070661306, -0.007967092096805573, -0.01196684967726469, -0.0012935221893712878, -0.010485178790986538, 0.03406769782304764, -0.015413577668368816, 0.052016716450452805, 0.06962596625089645, -0.0021006891038268805, 0.014109323732554913, 0.022734936326742172, -0.00136636127717793, -0.035089731216430664, -0.006871993653476238, 0.03402202948927879, -0.023767927661538124, -0.015263332985341547, -0.05177559331059456, -0.0014595221728086472, -0.035649605095386505, -0.03272782266139984, -0.01468290388584137, -0.04225125163793564, -0.004307325929403305, -0.06792349368333817, -0.03561912477016449, 0.02911737933754921, 0.0003753839991986752, 0.06482178717851639, 0.02180697955191135, -0.016177132725715637, 0.019017629325389866, -0.05893620103597641, -0.05198657512664795, -0.015660181641578674, -0.0056261932477355, -0.030291935428977013, -0.001190999406389892, 0.021898314356803898, -0.04298923537135124, 0.051176443696022034, 0.04054512828588486, -0.013099167495965958, 0.03441476821899414, 0.004135617520660162, 0.06229730322957039, 0.004616036079823971, -0.0064386120066046715, 0.004800987895578146, -0.007281171157956123, -0.01466592773795128, 0.0010823115007951856, -0.017945364117622375, -0.10092075914144516, -0.021680938079953194, 0.04004278779029846, -0.032441943883895874, 0.002186543308198452, -0.02438626065850258, -0.03559846058487892, -0.0008516924572177231, 0.02063059434294701, 0.017961805686354637, 0.029151057824492455, 0.05157100409269333, -0.01354487705975771, -0.05712413042783737, 0.02725141867995262, 0.031177423894405365, -0.00286241713911295, -0.033198192715644836, -0.01888716407120228, -0.035649605095386505, -0.014823101460933684, 0.008137887343764305, -0.03794027119874954, 0.04554202780127525, 0.00859570037573576, 0.00846851710230112, 0.02847004495561123, 0.02039586566388607, -0.02165171131491661, 0.026352688670158383, 0.022936785593628883, 0.01497882604598999, 0.030494699254631996, -0.02052099257707596, 0.010286983102560043, 0.01920212432742119, -0.008568985387682915, -0.020667126402258873, -0.03634009510278702, 0.03921530023217201, -0.014121654443442822, 0.0649934932589531, 0.019707661122083664, 0.0016202705446630716, 0.010413937270641329, -0.037308238446712494, -0.08915689587593079, 0.05212631821632385, -0.04415831342339516, 0.017734382301568985, -0.05249713733792305, 0.015746034681797028, -0.08255890756845474, 0.0030277324840426445, -0.0022888376843184233, -0.0044470676220953465, 0.004416470415890217, -0.05586554482579231, -0.04372721537947655, -0.02604489028453827, 0.004557582084089518, -0.015494865365326405, 0.010331736877560616, -0.008066646754741669, -0.00873886700719595, -0.01824311539530754, -0.02859494648873806, -0.032710012048482895, -0.004498214460909367, -0.0410291962325573, -0.0023833687882870436, -0.0008494090870954096, -0.012315519154071808, -0.020312750712037086, -0.0247479435056448, -0.05897273868322373, 0.027224930003285408, -0.06440164893865585, -0.01862671971321106, -0.005894716363400221, -0.030604301020503044, 0.013244615867733955, 0.02194215357303619, -0.07240984588861465, 0.025719741359353065, 0.006064027082175016, 0.023460129275918007, 0.046262651681900024, 0.03418095409870148, -0.040767982602119446, -0.03703971579670906, 0.032153330743312836, -0.011533696204423904, 0.01690232753753662, 0.02780216373503208, -0.021813374012708664, -0.0157907884567976, -0.03248121961951256, -0.0349993072450161, 0.02356790378689766, -0.0676020011305809, -0.03408002853393555, 0.0021591430995613337, 0.04095795750617981, -0.04911411181092262, 0.020248817279934883, -0.012110929936170578, -0.006667861249297857, 0.03274882957339287, -0.005287342704832554, 0.021985994651913643, 0.004354820121079683, 0.05695607513189316, -0.03526782989501953, -0.0014835832407698035, -0.010085134766995909, -0.011259693652391434, 0.042967770248651505, -0.010204097256064417, 0.022672828286886215, 0.0098166111856699, 0.03676023334264755, 0.04038437828421593, -0.004178544506430626, 0.042702727019786835, -4.384047133498825e-05, 0.010925410315394402, -0.016575351357460022, -0.01600770838558674, 0.06080673262476921, -0.06832171976566315, -0.006857380270957947, -0.004126484040170908, 0.04854966700077057, 0.02084933966398239, 0.009981012903153896, -0.02526124194264412, 0.025693712756037712, -0.03563566878437996, -0.037881817668676376, -0.027506239712238312, -0.050654008984565735, 0.0014056350337341428, -0.032880350947380066, 0.003993136342614889, 0.02873377315700054, 0.0032953419722616673, 0.007007168140262365, 0.04490725323557854, 0.06135473772883415, 0.013114693574607372, 0.03816381096839905, -0.004044283181428909, 0.05698530375957489, -0.027086103335022926, 0.017580941319465637, -0.010233095847070215, -0.0028765739407390356, -0.03360463306307793, 0.03621222451329231, -0.04262755066156387, -0.01272012945264578, 0.05275469645857811, -0.012479919008910656, 0.008552544750273228, 0.03539387136697769, -0.07993578910827637, 0.02864244021475315, -0.06308688968420029, -0.01731744036078453, 0.028052421286702156, 0.022003235295414925, -0.027321746572852135, -0.0057230074889957905, -0.03641864284873009, 0.002098862314596772, 0.012834297493100166, -0.0736236721277237, 0.018436744809150696, -0.008212780579924583, -0.008442943915724754, 0.0005059920949861407, -0.020197669044137, 0.01949256844818592, 0.04018344357609749, -0.004427430685609579, -0.05400415137410164, 0.0628599226474762, 0.025737551972270012, -0.0216133501380682, 0.06122869625687599, -0.025728875771164898, -0.002882510656490922, 0.018516119569540024, -0.002071462105959654, 0.0011882593389600515, -0.006098391953855753, 0.005583266727626324, -0.0675581619143486, 0.04447980970144272, 0.0029519249219447374, -0.035335417836904526, 0.059513889253139496, -0.015543272718787192, 0.01644611358642578, -0.019917044788599014, 0.02160421572625637, 0.001618443988263607, -0.028406796976923943, -0.01793075166642666, -0.028766654431819916, 0.03252049535512924, -0.0017814756138250232, -0.04054512828588486, 0.014918546192348003, -0.053193099796772, 0.06196484714746475, -0.03640357404947281, 0.01717267744243145, 0.0417909249663353, -0.005682820454239845, -0.015004401095211506, 0.029707398265600204, -0.005147601943463087, 0.035719022154808044, 0.02393689565360546, 0.00976044125854969, 0.007236987818032503, 0.04366510361433029, -0.03579939529299736, 0.04027112200856209, -0.00784379057586193, 0.04255447909235954, 0.005087321158498526, 0.006317594088613987, 0.006272840313613415, -0.0308417696505785, -0.007541159633547068, 0.03955232352018356, -0.0031857406720519066, 0.01300965901464224, -0.01713431626558304, -0.00012056128616677596, -0.020619632676243786, -0.00857653096318245, 0.0007233677315525711, 0.0467083640396595, -0.004146577324718237, 0.012747986242175102, 0.03610536456108093, -0.029645290225744247, 0.06314671784639359, 0.004857158754020929, 0.032962553203105927, -0.030326643958687782, -0.02907353639602661, 0.009862278588116167, -0.006459162570536137, -0.009109684266149998, 0.031225373968482018, 0.00349993072450161, 0.016186267137527466, -0.016667598858475685, 0.02478150837123394, 0.005184135399758816, 0.019225871190428737, 0.003867094637826085, -0.010487006045877934, 0.026812100782990456, 0.005892118904739618, -0.051623523235321045, 0.018846578896045685, 0.003317262278869748, -0.04303855448961258, 0.01020752266049385, 0.00817076675593853, -0.018747735768556595, -0.007135378662496805, 0.025372670963406563, 0.02087719552218914, 0.018634339794516563, -0.05614502727985382, -0.039018016308546066, -0.005821648519486189, 0.0387321412563324, 0.015503086149692535, 0.03522947058081627, 0.0473184809088707, -0.01768232136964798, -0.008176247589290142, -0.005765021312981844, 0.04884923994541168, 0.012225840240716934, -0.018342670053243637, 0.034443993121385574, 0.04179823398590088, 0.012677202932536602, 0.05112164095044136, 0.009051915258169174, -0.04490234330296517, 0.0545010082423687, 0.015106694772839546, 0.02427300624549389, -0.01410567108541727, 0.011135450564324856, 0.016437208279967308, 0.0185504537075758, 0.02304547280073166, 0.039156846702098846, 0.031247295439243317, 0.01558163296431303, 0.02400631085038185, -0.04663895070552826, 0.01728319190442562, -0.008758960291743279], [-0.046231359243392944, -0.022871123626828194, -0.038907740265131, 0.0066118864342570305, -0.004469803534448147, 0.03556263819336891, 0.025538213551044464, -0.03392815962433815, -0.01232241652905941, 0.05844101309776306, 0.03219832107424736, -0.00573736010119319, -0.033404603600502014, -0.017705179750919342, -0.03817969188094139, 0.07060027122497559, -0.005274353548884392, -0.03728993982076645, 0.08205178380012512, 0.02357669174671173, -0.02328155562281609, -0.06255114823579788, 0.02917119674384594, -0.0003584036894608289, -0.016311446204781532, 0.04124489054083824, -0.003477077931165695, 0.0034984697122126818, 0.016002897173166275, 0.007303676567971706, -0.020553555339574817, -0.03718624264001846, -0.010999385267496107, -0.013670463114976885, 0.029406145215034485, 0.032625798135995865, 0.018674790859222412, 0.01921566016972065, -0.05554332956671715, -0.023461392149329185, -0.040312349796295166, 0.011869924142956734, -0.04538837447762489, 0.02262747474014759, 0.014639259316027164, 0.015118943527340887, 0.00476783886551857, 0.03905276954174042, -0.029913747683167458, -0.040490735322237015, -0.011184660717844965, 0.017345145344734192, -0.012408709153532982, 0.021517274901270863, -0.011040356941521168, 0.05252540484070778, 0.0542859248816967, -0.020936431363224983, 0.051589831709861755, 0.033499687910079956, 0.032035525888204575, 0.028756413608789444, -0.013917014002799988, -0.03910135477781296, 0.0017708080122247338, 0.048787862062454224, 0.05739680305123329, 0.02180878445506096, 0.007698156405240297, -0.04463548958301544, 0.009773253463208675, 0.004360306542366743, -0.03336109220981598, -0.0652109831571579, 0.06627260148525238, -0.0013023633509874344, -0.07112818211317062, 0.012241200543940067, -0.029336530715227127, -0.0577702522277832, 0.002968749962747097, 0.002452445682138205, -0.020086560398340225, -0.06748504191637039, -0.039230428636074066, 0.03613477945327759, -0.004832376725971699, 0.009104940108954906, -0.011541795916855335, -0.012956920079886912, -0.02711685746908188, 0.028502613306045532, 0.04689160734415054, 0.01194896548986435, 0.016024651005864143, 0.01735420897603035, 0.0030151596292853355, 0.01456819474697113, 0.05777968093752861, 0.038473378866910934, 0.019344372674822807, -0.016698677092790604, -0.025291481986641884, 0.02997465990483761, -0.0031181303784251213, 0.022251848131418228, 0.03205147758126259, -0.0690629631280899, -0.002786738332360983, 0.0031500367913395166, -0.03548092395067215, -0.007735863793641329, 0.03498360887169838, -0.03534364327788353, -0.02524380385875702, 0.02441713586449623, 0.04466757923364639, -0.05205392464995384, -0.034522779285907745, -0.03311019390821457, -0.054420799016952515, 0.009955945424735546, -0.019884243607521057, -0.015918418765068054, 0.033562686294317245, 0.002840399043634534, 0.009466064162552357, 0.03166515752673149, -0.025142645463347435, 0.001931790611706674, 0.016252711415290833, -0.0026308319065719843, 0.04080544784665108, -0.04277857393026352, -0.04847518727183342, 0.05155502259731293, 0.0013835798017680645, 0.04450079798698425, 0.02038097009062767, 0.0148321483284235, -0.004038704093545675, -0.014804910868406296, 0.01834040693938732, 0.04103459417819977, 0.00024945041514001787, -0.03749080374836922, -0.0260008554905653, -0.03821159899234772, -0.010463864542543888, -0.001905322656966746, 0.0015304218977689743, 0.01216506026685238, -0.011179222725331783, 0.05303142219781875, -0.0025481651537120342, -0.015824148431420326, -0.0020978490356355906, 0.024240201339125633, -0.034319739788770676, 0.0121585326269269, -0.01682412624359131, 0.02250746265053749, 0.09110161662101746, -0.047372374683618546, -0.03115157224237919, 0.026177793741226196, -0.0006838131812401116, 0.019834209233522415, -0.01428611297160387, 0.04725055024027824, 0.028361935168504715, -0.004704751074314117, -0.00788959488272667, 0.07105856388807297, 0.0206565260887146, -0.017452828586101532, -0.026183592155575752, -0.008564343675971031, 0.010517526417970656, 0.018808851018548012, 0.004496452864259481, 0.01388578675687313, 0.0010543630924075842, 0.026280038058757785, -0.006425886880606413, 0.0188567116856575, -0.004783792421221733, -0.03137854486703873, -0.0217369943857193, 0.006688661407679319, 0.059032730758190155, -0.0688135102391243, 0.008252168074250221, -0.018186677247285843, -0.03995557874441147, 0.005836342461407185, 0.004727955907583237, -0.018227284774184227, -0.011043982580304146, 0.003444899572059512, 0.0003582224017009139, 0.01694631390273571, 0.04557981342077255, -0.01350077986717224, -0.002956876065582037, -0.02858237735927105, 0.06117916852235794, -0.01891290955245495, 0.01341376267373562, -0.005071675404906273, -0.01871313340961933, 0.05904143676161766, 0.01787196286022663, 0.015591739676892756, 0.01591406762599945, 0.03584036976099014, 0.07963849604129791, -0.03709270060062408, 0.050064124166965485, 0.043613217771053314, -0.03267510607838631, 0.0027758609503507614, -0.0007099185604602098, -0.02941158413887024, -0.011793783865869044, 0.04224123805761337, 0.019352713599801064, 0.03670401871204376, 0.02303645759820938, -0.006827980279922485, 0.05775647982954979, -0.01590065285563469, 0.015653377398848534, -0.04888974502682686, -0.017513740807771683, 0.027425043284893036, -0.048767559230327606, 0.02361947670578957, -0.03395426645874977, -0.008342086337506771, -0.033382847905159, -0.02458537183701992, 0.02621332556009293, -0.010662555694580078, 0.03165555000305176, -0.023654282093048096, 0.017242535948753357, 0.012374626472592354, 0.003016337752342224, 0.033849842846393585, 0.03145613521337509, -0.00691508874297142, -0.007804027758538723, 0.02907692827284336, 0.03165772557258606, -0.02133997529745102, -0.017728745937347412, 0.04478215426206589, -0.005478482693433762, -0.010948625393211842, -0.004864645656198263, -0.054652851074934006, -0.00760243646800518, 0.012684264220297337, 0.0638941153883934, -0.00831018015742302, -0.004799020476639271, -0.010888800956308842, 0.05995076894760132, 0.031149396672844887, -0.006670623552054167, -0.07388953864574432, 0.044129520654678345, 0.0061282142996788025, -0.03541470691561699, 0.028338728472590446, 0.01946583576500416, -0.019811004400253296, 0.05258183181285858, -0.010844930075109003, 0.0006665909895673394, -0.049497056752443314, 0.01911486499011517, 0.048683442175388336, 0.00028135685715824366, -0.00016565067926421762, -0.013747328892350197, -0.0130598908290267, -0.033958252519369125, -0.06207544729113579, -0.02745549939572811, 0.01907063089311123, -0.017825553193688393, 0.02830936014652252, 0.09662922471761703, -0.018045272678136826, 0.04456823319196701, -0.005706903990358114, -0.03200507164001465, -0.07468429952859879, 0.04985672980546951, 0.007168799638748169, -0.03208048641681671, -0.050795070827007294, 0.01350898202508688, -0.05352783203125, -0.04961162805557251, 0.06578529626131058, 0.012112123891711237, 0.011057035066187382, -0.03565835952758789, 0.02758457697927952, 0.00825108028948307, 0.014114615507423878, 0.011518591083586216, -0.044442784041166306, 0.00013632756599690765, 0.06348223239183426, -0.021165579557418823, 0.03716883808374405, 0.0384749174118042, -0.02054775319993496, 0.0071325418539345264, -0.027348902076482773, 0.045655231922864914, 0.04865443333983421, 0.010997573845088482, 0.042171627283096313, -0.05310393497347832, -0.033561233431100845, 0.03999038413167, -0.017212804406881332, 0.026677623391151428, -0.0014800243079662323, 0.00590921938419342, 0.004881686996668577, -0.005676447879523039, -0.015135260298848152, 0.01991760171949863, 0.032863643020391464, 0.00858084112405777, -0.02242153324186802, 0.030741864815354347, -0.048538416624069214, -0.050125036388635635, -0.032949212938547134, -0.02902906760573387, -0.04643258824944496, -0.004133335780352354, -0.005134038161486387, 0.03331468626856804, 0.003038364229723811, 0.019448431208729744, 0.018185952678322792, 0.01584191434085369, 0.028192611411213875, 6.816378299845383e-05, -0.02370649203658104, 0.008634320460259914, -0.046798061579465866, -0.014151960611343384, 0.002381744096055627, -0.06799264997243881, 0.05401163920760155, -0.025649886578321457, -0.025520084425807, -0.009154477156698704, 0.001940492307767272, 0.02733802795410156, -0.056103140115737915, 0.048564519733190536, 0.025692667812108994, -0.04590431973338127, 0.04362228512763977, -0.007522036321461201, -0.006122412625700235, -0.021351216360926628, -0.012814972549676895, 0.021578913554549217, -0.009728566743433475, 0.027509162202477455, -0.037463974207639694, 0.04411501809954643, -0.04628755897283554, 0.03438355028629303, 0.01064515206962824, 0.04500550031661987, -0.015027211979031565, 0.005525616928935051, 0.05679348111152649, 0.007486413698643446, -0.0313740111887455, 0.04183080792427063, 0.005324751604348421, -0.009562688879668713, -0.028089459985494617, 0.02656647190451622, 0.04336956888437271, 0.028093628585338593, 0.01101352646946907, 0.005406692624092102, -0.01292120572179556, 0.0021736270282417536, -0.03319431096315384, -0.008490832522511482, 0.0029444575775414705, -0.0634068176150322, -0.0009426905307918788, -0.02895655296742916, 0.03558439388871193, 0.03553653135895729, -0.0033197212032973766, -0.01144571416079998, 0.02791016735136509, -0.009455186314880848, 0.002452445682138205, -0.017734184861183167, 0.014795891009271145, -0.012018579989671707, -0.0153426518663764, -0.001805615029297769, -0.00545890349894762, -0.09532486647367476, 0.004004259593784809, 0.045679159462451935, 0.06026258319616318, -0.013085270300507544, -0.004693148657679558, -0.02235536277294159, 0.03703613579273224, 0.05975208058953285, 0.0321820043027401, -0.007440004032105208, 0.03976703807711601, 0.008505426347255707, 0.0712093934416771, 0.006030319258570671, -0.009616349823772907, -0.0022218492813408375, -0.060802094638347626, 0.0016105505637824535, -0.03834865242242813, -0.006310950964689255, -0.027474353089928627, 0.014544989913702013, 0.004903441295027733, -0.007505629677325487, 0.054182954132556915, -0.04122893512248993, -0.05687469616532326, 0.025850025936961177, -0.01696988008916378, -0.030171899124979973, -0.017394816502928734, -0.02057385817170143, -0.010873119346797466, -0.0030261273495852947, -0.04668058827519417, -0.017081553116440773, -0.02122286520898342, -0.004639850463718176, -0.01713956519961357, 0.048898082226514816, 0.021234286949038506, 0.01767907477915287, 0.05172543227672577, 0.04437897354364395, -0.01816057227551937, -0.01878419890999794, 0.0019607963040471077, 0.020680002868175507, -0.05153181776404381, -0.02167608216404915, -0.03157143294811249, -0.006888892501592636, 0.04294897988438606, 0.0552445687353611, -0.002928867004811764, 0.002789638936519623, 0.03087601810693741, -0.03369901329278946, -0.013418111950159071, 0.03632767125964165, 0.028646191582083706, 0.0319441594183445, 0.009401525370776652, 0.015480429865419865, 0.0065633016638457775, 0.006289196666330099, -0.02181023545563221, 0.03577293083071709, 0.034979257732629776, 0.02411619946360588, 0.021156877279281616, -0.01480894349515438, 0.025957347825169563, -0.01803947240114212, 0.06519212573766708, -0.017013026401400566, -0.03986275941133499, 0.04250265285372734, 0.04452400282025337, -0.02859688177704811, 0.01543692033737898, 0.014958323910832403, -0.030405396595597267, -0.01283727027475834, 0.014977178536355495, 0.029573654755949978, -0.04679153487086296, -0.050109077244997025, -0.027410540729761124, 0.022367147728800777, -0.004595254082232714, 0.01663486286997795, 0.018827706575393677, -0.01366901397705078, -0.013153649866580963, 0.024372177198529243, -0.02634366787970066, -0.0012501528253778815, -0.02831915020942688, 0.006842483300715685, 0.04861963167786598, 0.017768992111086845, 0.01295111794024706, 0.01997198723256588, -0.01840820908546448, 0.03140899911522865, -0.010159304365515707, 0.007218562066555023, -0.03668878972530365, -0.01608085073530674, -0.007529922295361757, 0.01468276884406805, -0.013390556909143925, 0.018102921545505524, 0.009580637328326702, 0.02573617920279503, -0.00856253132224083, -0.0030354636255651712, 0.02741779386997223, 0.021911028772592545, -0.046473197638988495, -0.015771938487887383, -0.020977040752768517, -0.020112665370106697, -0.01530639361590147, 0.01828094571828842, -0.03481900319457054, 0.018756641075015068, 0.005317137576639652, -0.05975208058953285, -0.06782731413841248, 0.00642842473462224, -0.014511633664369585, 0.009228577837347984, 0.00878442544490099, 0.04640067741274834, 0.024316340684890747, -0.0048624249175190926, -0.015184569172561169, 0.020570959895849228, 0.044876422733068466, 0.022621672600507736, 0.04954781383275986, 0.007819980382919312, -0.06478169560432434, -0.04553340747952461, 0.038917165249586105, -0.023710118606686592, -0.024556364864110947, -0.006949804723262787, -0.01238840539008379, -0.02739604003727436, 0.0009151350241154432, 0.023350173607468605, -0.06872069835662842, -0.017082640901207924, -0.019842911511659626, 0.024121277034282684, 0.011716442182660105, 0.0375915989279747, -0.021409228444099423, 0.016895916312932968, 0.021508412435650826, -0.0018795799696817992, -0.012491375207901, 0.04962395504117012, -0.0595722422003746, -0.06694553047418594, -0.024221347644925117, 0.04593803733587265, -0.07492649555206299, -0.05393930524587631, -0.017777694389224052, -0.02635037899017334, 0.016976406797766685, 0.03585994988679886, -0.021069858223199844, -0.001232160022482276, -0.009859818033874037, 0.009357472881674768, 0.02601535990834236, -0.0181337408721447, -0.014705248177051544, -0.03283173590898514, 0.018244687467813492, -0.029860086739063263, 0.01250877883285284, -0.03191515430808067, -0.009610548615455627, 0.005248610861599445, -7.033921428956091e-05, 0.003057217923924327, 0.02386602573096752, -0.0003149855474475771, 0.02029830403625965, -0.01983475312590599, 0.0033039492554962635, 0.013951094821095468, -0.04151899367570877, 0.03282303363084793, 0.04074743762612343, -0.032373443245887756, -0.0008208659128285944, 0.035110145807266235, 0.003941896837204695, 0.033081188797950745, -0.027857230976223946, 0.0404776819050312, 0.005512564443051815, 0.056164052337408066, -0.002442293800413609, -0.059415608644485474, 0.05172906070947647, -0.01040730345994234, -0.032456111162900925, -0.03855749592185021, 0.0193962212651968, 0.000794760650023818, -0.033153701573610306, 0.00485195592045784, -0.020357947796583176, -0.003936820663511753, 0.006569102872163057, 0.01940999925136566, 0.029705267399549484, 0.004536516964435577, 0.0028414868284016848, 0.023879077285528183, -0.022982796654105183, -0.01468276884406805, -0.041800353676080704, 0.02399365045130253, -0.018633367493748665, -0.02309519238770008, -0.02624595537781715, 0.0024036795366555452, -0.04266762360930443, 0.021851930767297745, -0.027805021032691, 0.005488635040819645, 0.04914173483848572, 0.004966529086232185, 0.015220827423036098, 0.04573644697666168, 0.010844930075109003, -0.009770805947482586, -0.02240992896258831, 0.03273892030119896, -0.006540822330862284, 0.01286990102380514, -0.0438380129635334, 0.014642160385847092, -0.031639598309993744, 0.005500962026417255, -0.014147610403597357, -0.03781784325838089, 0.0107785789296031, -0.03462139889597893, -0.03401227667927742, 0.01295111794024706, -0.014882909134030342, 0.057904407382011414, 0.03337414562702179, 0.005760564934462309, -0.014719026163220406, -0.03665180876851082, -0.07238703221082687, -0.01863246038556099, -0.022450175136327744, 0.018415823578834537, 0.032503969967365265, -0.005259850528091192, 0.0040666223503649235, 0.038809847086668015, 0.05799142271280289, -0.03858650103211403, 0.013584171421825886, -0.0001943392853718251, 0.060546841472387314, 0.031831033527851105, 0.001856375369243324, 0.011430395767092705, -0.004475060850381851, 0.05530910566449165, 0.008334835059940815, -0.04234856367111206, -0.07199545204639435, 0.0029266916681081057, 0.015554394572973251, 0.014989505521953106, 0.0034487973898649216, -0.01748473569750786, -0.010207164101302624, 0.02256656251847744, -0.005062973592430353, 0.05271525681018829, 0.012987556867301464, 0.011555937118828297, -0.010241244919598104, -0.03839506208896637, -0.004223253577947617, 0.020445870235562325, -0.0017389015993103385, -0.012114299461245537, -0.008424527011811733, -0.010301432572305202, -0.03699407726526261, 0.03151196986436844, -0.02508717216551304, 0.04929256811738014, -0.011822065338492392, 0.019471636041998863, 0.03587445244193077, -0.014355001971125604, -0.011397508904337885, -0.01778639666736126, -0.00019288899784442037, 0.006639714352786541, 0.009699560701847076, -0.041897520422935486, -0.03420661389827728, -0.014281580224633217, -0.05288929119706154, -0.0513983890414238, -0.012972148135304453, 0.05468185245990753, -0.0010248133912682531, 0.07552547007799149, 0.013302089646458626, -0.028575850650668144, 0.024973321706056595, 0.02308286726474762, -0.05238458886742592, 0.03661627694964409, -0.06115451082587242, 0.048924192786216736, 0.014961224049329758, 0.013010217808187008, -0.07598376274108887, 0.007405922282487154, 0.015471727587282658, 0.0062725176103413105, -0.012402907013893127, -0.032038427889347076, -0.005905956495553255, 0.032686710357666016, -0.039445072412490845, -0.04411211982369423, 0.021471591666340828, -0.02045241929590702, -0.01033406425267458, 0.03380778431892395, -0.02849681116640568, -0.07115718722343445, -0.0056300382129848, -0.019748643040657043, 0.001755579956807196, -0.0007842460181564093, -0.05493420735001564, -0.03870832547545433, 0.018557950854301453, -0.05229358375072479, 0.04032105207443237, -0.0365096814930439, -0.027518587186932564, 0.04139861837029457, -0.03916734457015991, 0.04538257420063019, 0.015922769904136658, -0.06078718230128288, 0.02164199948310852, -0.033055081963539124, 0.005281967576593161, 0.006648869253695011, -0.0019212758634239435, -0.013603205792605875, 0.005807698704302311, 0.03106183558702469, 0.009584262035787106, 0.04396853968501091, 0.07551168650388718, -0.003749733092263341, -0.024741865694522858, -0.02147739380598068, -0.004865733440965414, 0.0014792990405112505, -0.04128694534301758, -0.040574125945568085, 0.04652830958366394, 0.031112413853406903, -0.028820225968956947, 0.029873140156269073, -0.02426159381866455, 0.0004611932090483606, 0.009453736245632172, -0.0033530776854604483, 0.05135415866971016, 0.052477411925792694, 0.07044363766908646, 0.015080148354172708, 0.0071073430590331554, -0.03467940911650658, -0.032061632722616196, 0.009722040966153145, -0.01702861860394478, 0.010804684832692146, 0.003621382173150778, -0.0018331705359742043, 0.028794120997190475, 0.008941058069467545, 0.009646987542510033, -0.020892923697829247, -0.011194813065230846, 0.000881778250914067, -0.0008353688754141331, 0.02963891625404358, -0.02326759696006775, -0.001451743533834815, 0.03806149587035179, 0.009807970374822617, 0.02098284289240837, 0.00070339220110327, -0.008645197376608849, 0.026680681854486465, -0.05490954965353012, 0.011068638414144516, -0.04234856367111206, -0.026488155126571655, 0.021164128556847572, -0.04643258824944496, 0.007074529770761728, 0.06723558902740479, 0.010018625296652315, -0.0027613581623882055, 0.017574653029441833, 0.0684538334608078, -0.01518021896481514, -0.00788959488272667, -0.008168051019310951, 0.06415299326181412, -0.02509877271950245, -0.01062412280589342, -0.012817691080272198, 0.005120056215673685, -0.03392525762319565, 0.015878897160291672, -0.0024625977966934443, 0.02235191874206066, 0.05514594912528992, -0.013864802196621897, -0.012913818471133707, 0.06750607490539551, -0.05042959749698639, -0.02088422141969204, -0.02318774163722992, -0.03097826242446899, 0.03812820836901665, 0.017662033438682556, 0.02968750149011612, 0.021357018500566483, 0.013080919161438942, 0.03561920300126076, -0.0036895456723868847, -0.04344171658158302, -0.007437103427946568, 0.02362138032913208, 0.004949125461280346, 0.004113756585866213, -0.004295768216252327, 0.020095443353056908, 0.07931363582611084, 0.03216025233268738, -0.041922178119421005, 0.037643808871507645, 0.004071698058396578, -0.04799310490489006, 0.07622160762548447, -0.01227963250130415, 0.0010297081898897886, 0.019460033625364304, -0.04378725588321686, -0.008556729182600975, 0.011635702103376389, -0.022179335355758667, -0.04846299812197685, 0.05420035496354103, -0.018053250387310985, 0.024962447583675385, 0.07838254421949387, 0.07028990983963013, -0.018945904448628426, 0.006769243627786636, 0.018514443188905716, -0.003081873059272766, -0.06416097283363342, -0.011578415520489216, -0.04473284259438515, 0.03268090635538101, -0.009949011728167534, -0.037394359707832336, 0.01801696978509426, -0.05147670581936836, 0.06876710057258606, 0.0006236260524019599, 0.05047528073191643, -0.0031978965271264315, -0.013110287487506866, -0.018288196995854374, 0.005566587671637535, 0.020101062953472137, 0.007977337576448917, -0.015275937505066397, 0.04940496385097504, -0.050928495824337006, -0.03175561875104904, -0.053257666528224945, 0.024135777726769447, -0.018114162608981133, 0.04324774444103241, -0.011113596148788927, 0.004063721280544996, -0.009864169172942638, 0.012304287403821943, 0.001931790611706674, 0.033249422907829285, -0.028675198554992676, 0.027940623462200165, -0.03149166703224182, -0.037620607763528824, 0.014218674041330814, 0.006500213872641325, -0.029060792177915573, 0.0269638504832983, -0.015735680237412453, -0.01131192408502102, 0.01322377286851406, 0.010073011741042135, 0.07757328450679779, 0.0026743405032902956, -0.002773685846477747, 0.02841559424996376, -0.044657424092292786, 0.015200160443782806, 0.024792399257421497, -0.036179013550281525, 0.009815583936870098, -0.03935225307941437, -0.007090483792126179, 0.01937301643192768, 0.02514663338661194, 0.021009672433137897, -0.008074870333075523, 0.005714154802262783, 0.04332895949482918, 0.028994262218475345, 0.02067030407488346, -0.005914295557886362, 0.015811096876859665, 0.02278120629489422, -0.031807828694581985, 0.005551721900701523, -0.009270274080336094, -0.04306500777602196, 0.00680912658572197, 0.020376618951559067, 0.008594799786806107, 0.007645220495760441, -0.06945744156837463, -0.04712582752108574, 0.00210945145227015, 0.02345414087176323, -0.004668493755161762, 0.020432455465197563, 0.02237512357532978, -0.030524320900440216, -0.048767559230327606, -0.015042259357869623, 0.05703712999820709, -0.0014818370109423995, 0.02102779969573021, 0.031161725521087646, 0.06192171946167946, 0.03707166761159897, 0.030041372403502464, 0.004205849952995777, -0.03077086992561817, 0.07267999649047852, 0.009496882557868958, 0.01656379923224449, -0.025417840108275417, -0.00028715806547552347, -0.019185204058885574, 0.01913009211421013, 0.012026194483041763, 0.020731940865516663, 0.038616959005594254, 0.031072352081537247, 0.026905838400125504, -0.03115229867398739, 0.04113611578941345, -0.025716599076986313], [-0.06567782908678055, -0.012750932946801186, -0.043520569801330566, -0.05993138253688812, 0.004152002744376659, 0.031993307173252106, -0.018426720052957535, -0.04357529059052467, -0.006010265555232763, 0.012727892957627772, 0.012456007301807404, 0.02766619250178337, -0.03852929547429085, -0.006156576331704855, -0.029200728982686996, 0.04724343121051788, -0.00433325907215476, -0.05657045915722847, 0.08250550180673599, 0.04048317670822144, -0.02142743580043316, -0.014543529599905014, 0.016663309186697006, 0.05916642025113106, -0.005107439123094082, 0.06816473603248596, -0.005278327502310276, -0.0062281000427901745, 0.025216158479452133, 0.016207095235586166, 0.021409770473837852, -0.02328531444072723, 0.019037308171391487, -0.018126416951417923, 0.015462100505828856, -0.014577323570847511, 0.03255858272314072, 0.0028755266685038805, -0.025463081896305084, -0.04471198469400406, -0.045129794627428055, 0.011929135769605637, -0.04675495624542236, 0.021704312413930893, -0.007999862544238567, 0.04090867191553116, 0.002399344462901354, 0.04773804545402527, -0.027532555162906647, -0.03727048262953758, 0.05568568408489227, 0.03810073062777519, 0.010214878246188164, 0.016185590997338295, 0.006297895219177008, 0.03675512969493866, 0.042965471744537354, 0.004383949562907219, 0.06222320348024368, 0.010015669278800488, -0.020431293174624443, 0.024749960750341415, -0.033902645111083984, -0.03063887543976307, 0.03403474763035774, 0.023041080683469772, 0.028183849528431892, -0.014162584207952024, 0.05474560707807541, -0.058561209589242935, 0.005654472857713699, -0.02275690622627735, -0.0234035924077034, -0.017569590359926224, 0.03658001869916916, 0.023187391459941864, -0.0822720155119896, 0.04883480444550514, -0.01585226319730282, -0.05567646399140358, -0.03632579743862152, -0.009692130610346794, -0.03506238013505936, -0.03795979544520378, -0.06673311442136765, 0.008378504775464535, -0.00504138832911849, -0.0027633216232061386, 0.06431840360164642, -0.03692717105150223, -0.002872166456654668, 0.016371455043554306, 0.023864414542913437, 0.03972896561026573, -0.03393624722957611, -0.01370176300406456, 0.013411443680524826, 0.053298626095056534, 0.036220576614141464, 0.0400177463889122, 0.016146251931786537, -0.020298615097999573, -0.050309427082538605, -0.02740352600812912, 3.532965638441965e-05, -0.03889334201812744, 0.04232800006866455, -0.04581180959939957, -0.0030352782923728228, -0.03942674398422241, -0.00923371221870184, 0.02526531182229519, 0.03417529910802841, -0.050223458558321, -0.01996432803571224, 0.025670835748314857, 0.06119096279144287, -0.02510863356292248, -0.033000968396663666, -0.019692059606313705, -0.028325168415904045, -0.006998344324529171, -0.03631581366062164, 0.014942524023354052, -0.023781467229127884, 0.03591413050889969, 0.009993684478104116, -0.013196393847465515, -0.015877127647399902, -0.02213902212679386, 0.008029911667108536, -0.013016673736274242, 0.02148042991757393, -0.046509187668561935, -0.011893805116415024, 0.05139696970582008, -0.04853910580277443, 0.014085011556744576, -0.01119566150009632, 0.04455530270934105, -0.03444487974047661, 0.0179904755204916, -0.014098068699240685, 0.04292553290724754, 0.040377188473939896, -0.010792441666126251, -0.05811881646513939, 0.012793559581041336, 0.021164000034332275, -0.0050175790674984455, -0.004916582256555557, 0.02081012725830078, -0.03364458680152893, 0.02473805472254753, 0.02992268279194832, -0.010678772814571856, 0.053439944982528687, 0.0033863666467368603, -0.0057111154310405254, 0.03294084966182709, -0.0005259126191958785, 0.026804456487298012, 0.04547694697976112, -0.006941509433090687, 0.017389871180057526, 0.008775579743087292, -0.003416223917156458, 0.02675837464630604, -0.017586488276720047, 0.007207633927464485, 0.05839531123638153, 0.016811540350317955, 0.03156474232673645, 0.07617073506116867, 0.0018893686356022952, -0.03702547773718834, -0.032730620354413986, -0.04787629470229149, 0.02562360092997551, 0.07327678054571152, -0.03547711670398712, -0.006128692999482155, 0.00616579269990325, 0.006691705901175737, -0.001874583889730275, -0.013398388400673866, 0.006512945052236319, -0.04810977354645729, -0.017824579030275345, -0.01795360818505287, 0.0030706077814102173, -0.06492361426353455, -7.37314549041912e-05, 0.01653965562582016, -0.006909251678735018, 0.059226326644420624, 0.01468676794320345, -0.002576760947704315, -0.018002763390541077, 0.03561229258775711, 0.009397304616868496, 0.0206824392080307, 0.020558787509799004, -0.01514566969126463, -0.03450939431786537, -0.020832544192671776, 0.011678755283355711, -0.02806096151471138, -0.018850674852728844, -0.04058302193880081, -0.02096584625542164, 0.057685647159814835, 0.011317778378725052, 0.003931576386094093, 0.0006666552508249879, 0.017976650968194008, 0.038705941289663315, -0.03580814227461815, 0.04522349685430527, 0.021053403615951535, -0.04625726863741875, -0.033762864768505096, 0.023938147351145744, -0.038910239934921265, -0.04833941534161568, 0.020887507125735283, -0.01973967626690865, 0.007913842797279358, -0.019254662096500397, -0.00782551895827055, 0.05750439316034317, -0.008002934977412224, 0.02471616491675377, -0.021449709311127663, -0.016798483207821846, -0.002485748380422592, -0.0009339317330159248, 0.05175641179084778, 0.008941475301980972, -0.0319979153573513, -0.04460292309522629, -0.01732689142227173, 0.04381798952817917, 0.007769452407956123, 0.04473847895860672, -0.008254851214587688, -0.003907911013811827, 0.018691692501306537, -0.061645641922950745, 0.03601013496518135, 0.03935416415333748, 0.0029719152953475714, -0.02841118909418583, -0.007251795846968889, 0.009245617315173147, -2.9185366656747647e-05, -0.0026804457884281874, 0.060035835951566696, -0.003269529202952981, -0.007408859208226204, 0.006308984011411667, -0.03378129377961159, -0.046254198998212814, -0.01115034706890583, 0.056254029273986816, 0.018362203612923626, 0.022036489099264145, -0.012273214757442474, 0.0009093545959331096, -0.008744857273995876, -0.02221774496138096, -0.041154440492391586, 0.0053486027754843235, 0.006582068279385567, -0.017683260142803192, 0.045691996812820435, 0.09116126596927644, -0.00860507506877184, 0.03464456647634506, -0.011065863072872162, 0.005324025638401508, -0.02315474860370159, 0.021890945732593536, 0.05363348871469498, 0.046097517013549805, -0.01953710801899433, -0.018453599885106087, -0.07416155934333801, -0.023590994998812675, -0.035462524741888046, -0.013323888182640076, -0.009452986530959606, 0.002494581043720246, 0.008493710309267044, 0.040106840431690216, -0.01405966654419899, 0.05224180594086647, 0.044291868805885315, -0.02189824171364307, -0.07510777562856674, 0.009142700582742693, -0.008097403682768345, -0.016227640211582184, -0.002749568782746792, 0.025441959500312805, -0.02790735475718975, -0.03017459809780121, 0.06670238822698593, 0.007280981168150902, 0.025861307978630062, -0.008181119337677956, 0.005787919275462627, -0.0337536484003067, -0.013945229351520538, 0.009832972660660744, -0.028478773310780525, -0.008743321523070335, 0.0401298813521862, -0.04541243240237236, -0.0021443564910441637, 0.02479373663663864, 0.0014688688097521665, 0.013870729133486748, -0.016810771077871323, 0.01411496475338936, 0.04277653247117996, 0.06847194582223892, 0.014549673534929752, -0.033099278807640076, 0.014617645181715488, 0.01329162996262312, -0.042450886219739914, -0.015114949084818363, 0.03523749113082886, 0.01328395027667284, -0.008784987032413483, 0.006284838542342186, -0.019148673862218857, 0.058333870023489, 0.043151333928108215, 0.015614939853549004, -0.03211311995983124, -0.02933715097606182, -0.04236947372555733, -0.024998804554343224, -0.015571929514408112, -0.011546844616532326, -0.030764449387788773, 0.008815325796604156, -0.01938061974942684, 0.020491966977715492, 0.01935921236872673, 0.008460684679448605, -0.030319757759571075, -0.009367543272674084, -0.014392322860658169, 0.0012227132683619857, -0.0777006670832634, -0.03756925091147423, -0.05870867148041725, -0.006035226862877607, -0.006486447993665934, -0.07888650894165039, 0.01695362664759159, 0.021720057353377346, -0.03256165236234665, 0.01571708731353283, 0.0019508113618940115, 0.0033739819191396236, -0.0014930620091035962, 0.04901605844497681, -0.000478846428450197, 0.0007545953267253935, -0.0008313989965245128, 0.013412981294095516, 0.01199518609791994, -0.00021159392781555653, -0.0652308315038681, -0.0118646202608943, -0.0255656149238348, 0.034157633781433105, -0.008626580238342285, 0.015631068497896194, -0.02432543970644474, 0.02212558127939701, 0.012783191166818142, 0.02417546883225441, 0.056184425950050354, -0.010386726818978786, 0.043483126908540726, -0.00576795032247901, -0.04920345917344093, 0.02887815237045288, 0.06086531654000282, 0.02478605695068836, -0.012750932946801186, 0.01300400123000145, 9.21643149922602e-05, 0.05559351667761803, 0.025837451219558716, -0.02494734525680542, 0.013114982284605505, -0.04683176055550575, -0.03246180713176727, -0.02918536774814129, -0.02971905656158924, -0.07186359167098999, -0.020341433584690097, -0.016835348680615425, 0.02893652394413948, 0.021779963746666908, 0.017277738079428673, -0.04323735460639, -0.014355361461639404, 0.02309368923306465, -0.027600141242146492, -0.03372599557042122, -0.022924337536096573, -0.014412195421755314, -0.02619962953031063, -0.03771363943815231, 0.007893681526184082, -0.05469491705298424, 0.015053505077958109, 0.016119539737701416, 0.009204142726957798, 0.014432932250201702, 0.0008823773241601884, -0.04765509441494942, 0.03579201549291611, 0.02902868762612343, 0.03162772208452225, 0.042994655668735504, 0.08688022941350937, 0.04922189190983772, 0.035384953022003174, 0.05639227479696274, 0.0021111390087753534, -0.0020767692476511, -0.038300417363643646, -0.000571322743780911, 0.029096275568008423, -0.0033735979814082384, -0.02239585854113102, -0.03368913009762764, 0.03713718056678772, -0.011012100614607334, 0.015816356986761093, -0.016839956864714622, -0.030139269307255745, -0.01089814305305481, -0.047625720500946045, -0.042315710335969925, -0.07155637443065643, -0.014832311309874058, -0.00010138074867427348, 0.020680904388427734, -0.0061485120095312595, 0.003033934161067009, -0.03583425655961037, -0.03579239547252655, -0.020283831283450127, 0.008061690255999565, -0.0139367813244462, -0.032841216772794724, -0.009230257011950016, 0.03310542553663254, -0.026924271136522293, -0.07931661605834961, 0.01026691310107708, 0.03285350650548935, -0.04814663901925087, -0.009862350299954414, -0.01771215908229351, 0.0015591130359098315, 0.03359696641564369, 0.05848133563995361, -0.007292502094060183, -0.049654293805360794, -0.015217096544802187, 0.0036527791526168585, -0.0149943670257926, -0.002228840487077832, 0.04195934161543846, 0.04542779177427292, 0.003400863381102681, -0.018741926178336143, -0.011541277170181274, 0.010149595327675344, -0.013127272017300127, 0.018806129693984985, 0.05091771483421326, 0.001884760335087776, 0.017894279211759567, -0.02793807722628117, 0.008297860622406006, 0.014311582781374454, 0.04260141775012016, -0.04116673022508621, -0.01711798645555973, 0.014634446240961552, 0.001131316996179521, 0.004837090615183115, 0.0374874509871006, 0.04128039628267288, -0.05622407421469688, 0.020039595663547516, 0.05245992913842201, -0.0100213335826993, -0.02363169938325882, -0.050195761024951935, -0.004350156057626009, -0.012942942790687084, -0.020371003076434135, 0.02013137564063072, 0.05303749442100525, -0.013776262290775776, 0.009194927290081978, 0.014912187121808527, 0.010500587522983553, -0.02206720970571041, 0.036735162138938904, -0.03225136548280716, 0.013919884338974953, 0.004421583376824856, -0.03798398748040199, 0.009075113572180271, -0.0009514045668765904, -0.009609666652977468, -0.03350633755326271, 0.010058199986815453, 0.0031896536238491535, -0.015890665352344513, 0.0510774664580822, 0.008565137162804604, -0.011446808464825152, 0.0207296758890152, 0.0016036591259762645, 0.037016261368989944, 0.019041916355490685, 0.015966316685080528, 0.019730843603610992, -0.046726539731025696, -0.025892028585076332, -0.02597881853580475, 0.004476545844227076, 0.007064395118504763, -0.008068217895925045, 0.014078867621719835, -0.0028724547009915113, -0.005550212226808071, -0.022551842033863068, -0.0628867894411087, -0.034605398774147034, 0.0562816746532917, 0.007641189731657505, -0.012041267938911917, 0.050251055508852005, 0.04407297819852829, -0.01964482478797436, 0.030664604157209396, 0.03171297535300255, -0.011311634443700314, 0.012340802699327467, 0.026601694524288177, 0.010402279905974863, -0.007879665121436119, -0.056407637894153595, -0.0029187288600951433, 0.011858475394546986, -0.033781103789806366, -0.03205321356654167, -0.012576013803482056, -0.03128056973218918, -0.017569590359926224, 4.2481988202780485e-05, 0.02495464123785496, -0.03050024621188641, 0.024463482201099396, -0.059510499238967896, 0.011772839352488518, -0.0017756993183866143, 0.043907083570957184, -0.023951970040798187, -0.02118857577443123, -0.022875184193253517, 0.03310542553663254, -0.02477223239839077, 0.01395060494542122, -0.02371387928724289, -0.04403303936123848, 0.017291370779275894, 0.05679909139871597, -0.03490205109119415, -0.0887112244963646, -0.03654622286558151, -0.02860166132450104, 0.012385348789393902, 0.012269374914467336, -0.01402126532047987, -0.01642521843314171, -0.04869502037763595, -0.012119607999920843, 0.00920759979635477, 0.02487822249531746, -0.011004419066011906, 0.01280008815228939, 0.016875285655260086, -0.01352665014564991, 0.01864176988601685, 0.008978340774774551, -0.008644244633615017, 0.012343105860054491, -0.04524039477109909, -0.003026061924174428, 0.0426536463201046, -0.03569792956113815, 0.023426633328199387, -0.04290076345205307, -0.00733282370492816, 0.030560920014977455, -0.03708154708147049, 0.00858664233237505, -0.007207249756902456, -0.03629430755972862, -0.029675373807549477, -0.014287006109952928, 0.05274871364235878, 0.003287194063887, 0.0003218070778530091, 0.06621085107326508, -0.04198084771633148, 0.07553787529468536, 0.0130162900313735, -0.06047822907567024, 0.0508439801633358, 0.003012237371876836, -0.009942226111888884, -0.0036005526781082153, 0.023379016667604446, -0.06755644828081131, 0.01451741624623537, -0.007284053135663271, 0.02242972142994404, -0.016371455043554306, 0.009987539611756802, -0.012976735830307009, 0.015136837027966976, -0.018474338576197624, -0.02436824701726437, 0.034022457897663116, -0.01223327685147524, 0.006890818942338228, -0.017248552292585373, -0.003529893234372139, 0.011977520771324636, -0.021256163716316223, 0.001227321568876505, -0.025898173451423645, -0.014667951501905918, -0.010061271488666534, -0.03225751221179962, 0.03225367143750191, 0.05927087366580963, 0.01481042243540287, 0.02744038961827755, 0.05080711469054222, -0.028916554525494576, -0.018639657646417614, -0.05077236518263817, 0.07975132018327713, 0.002925737062469125, 0.00981857255101204, -0.06753801554441452, -0.00685088150203228, -0.011857707053422928, -0.02904558554291725, -0.05977393686771393, -0.013127272017300127, 0.051922302693128586, -0.0005744909285567701, -0.0016013550339266658, 0.0028217642102390528, -0.019744670018553737, 0.04840162768959999, 0.03066306933760643, -0.02037791535258293, -0.0013732484076172111, -0.03664453327655792, -0.04964584484696388, -0.02239093743264675, 0.01653735153377056, 0.015459029003977776, 0.00652523385360837, -0.006704186089336872, -0.01910182274878025, 0.026200011372566223, 0.06280998140573502, -0.0129613745957613, 0.00425223121419549, 0.029219159856438637, 0.05714946240186691, 0.033342745155096054, -0.003715757979080081, -0.0028555577155202627, -0.012831577099859716, 0.022938162088394165, 0.00046696586650796235, -0.0010297682601958511, -0.05492071807384491, -0.020079532638192177, 0.015228809788823128, 0.014064274728298187, -0.0008417674689553678, -0.02861394919455051, 0.01993207074701786, 0.003671596059575677, -0.04512595385313034, 0.06825075298547745, 0.04497465118765831, -0.021572595462203022, 0.012591182254254818, -0.057608842849731445, 0.02649570629000664, 0.016089586541056633, -0.03579815849661827, -0.025969794020056725, -0.00972583144903183, -0.04206840321421623, -0.07814305275678635, 0.006396203301846981, 0.0008064378052949905, 0.0364479161798954, 0.009797067381441591, 0.021321255713701248, 0.020927444100379944, -0.04845692962408066, -0.008918434381484985, -0.021755388006567955, 0.023922016844153404, 0.012472904287278652, -0.020807631313800812, -0.033701419830322266, -0.006864705588668585, 0.00782820675522089, -0.015056577511131763, -0.02485210821032524, -0.03507159650325775, -0.0008509838371537626, -0.014503591693937778, 0.03021760657429695, 0.05612500011920929, 0.016448259353637695, 0.07029679417610168, 0.014970557764172554, -0.06841050088405609, 0.04331876337528229, -0.0423048622906208, 0.06773462891578674, -0.026555612683296204, 0.011260944418609142, -0.07917529344558716, -0.005261046811938286, -0.0008156542317010462, 0.01661377027630806, -0.031206069514155388, -0.041745059192180634, -0.009646532125771046, 0.06490211188793182, -0.009652676060795784, 0.0006267173448577523, 0.03505009040236473, -0.02809014730155468, -0.018021196126937863, 0.02865695953369141, -0.0205944050103426, -0.07579747587442398, -0.010257888585329056, -0.0016354606486856935, -0.003648170968517661, -0.029624683782458305, -0.02417777478694916, 0.012626511044800282, -0.04312983155250549, -0.03483811393380165, -0.002798723056912422, -0.03832807019352913, -0.019384076818823814, 0.053455304354429245, -0.01809761673212051, 0.042045366019010544, 0.020128687843680385, -0.07972828298807144, 0.005571333225816488, -0.016638731583952904, 0.021368585526943207, -0.015973612666130066, 0.01002286933362484, 0.005234932992607355, 0.00010099673818331212, 0.01416027918457985, 0.026813672855496407, 0.016397375613451004, 0.0226739589124918, -0.037783145904541016, -0.0062395245768129826, 0.029891960322856903, 0.025245342403650284, 0.014972093515098097, -0.03766448423266411, -0.04846307262778282, -0.02260790765285492, 0.004257991444319487, -0.05320645868778229, 0.03749705478549003, 0.01090611144900322, -0.021895170211791992, 0.014314654283225536, 0.009530942887067797, 0.015075011178851128, 0.041983917355537415, 0.03771978244185448, -0.016091888770461082, -0.03480585664510727, -0.0017019676743075252, 0.00126495526637882, 0.004617816302925348, -0.008644629269838333, -0.009202931076288223, -0.0013809286756440995, -0.007347824517637491, 0.0394340418279171, -0.026862826198339462, 0.029369696974754333, -0.032664954662323, 0.006214755587279797, 0.039862602949142456, -0.011299344711005688, 0.038745880126953125, -0.0325593501329422, -0.003951545339077711, 0.047052957117557526, 0.020930228754878044, 0.03131551668047905, -0.007228754926472902, -0.008737177588045597, 0.012606542557477953, 0.009221808053553104, 0.010138075798749924, -0.05697137489914894, -0.016551176086068153, 0.0020130223128944635, -0.040952641516923904, 0.04135105758905411, 0.06674232333898544, 0.009681861847639084, 0.03192264586687088, 0.06057038903236389, 0.05840760096907616, -0.0066030933521687984, 0.01638873666524887, -0.03753545507788658, 0.04956289753317833, -0.021281125023961067, -0.048652391880750656, 0.026299089193344116, -0.05028734728693962, 0.007349336054176092, 0.021680118516087532, -0.009456058964133264, 0.024327540770173073, -0.002299499697983265, -0.024795273318886757, -0.009858510456979276, 0.05648213624954224, 0.013205226510763168, -0.0008340870845131576, 0.009578945115208626, 0.009703366085886955, 0.007214929908514023, 0.028832072392106056, 0.009600450284779072, 0.003633578075096011, -0.019949734210968018, 0.004076735116541386, -0.016651788726449013, -0.032822784036397934, -0.03668447211384773, -0.01831996254622936, -0.003836723743006587, -0.0353926345705986, 0.016999708488583565, -0.01560725923627615, 0.09067125618457794, -0.002440818352624774, -0.06397432833909988, 0.02423921599984169, 0.02697880007326603, -0.0013939853524789214, 0.0696348324418068, -0.0031520198099315166, -0.0034945637453347445, 0.006865089759230614, -0.05660117790102959, -0.025213852524757385, -0.0029984123539179564, -0.013999760150909424, -0.06510180234909058, -0.012832730077207088, -0.019798096269369125, 0.0141748720780015, 0.05711192637681961, 0.0474492646753788, 0.008651157841086388, -0.027145463973283768, -0.005362427327781916, 0.022908208891749385, -0.0857250988483429, -0.03679967671632767, -0.04244474321603775, 0.01731153205037117, -0.0010406887158751488, -0.026688868179917336, 0.0006426541367545724, -0.04066289961338043, 0.018491234630346295, 0.02540048584342003, 0.01070104632526636, 0.034815073013305664, -0.021927233785390857, 0.0026266833301633596, 0.032250598073005676, -0.012841561809182169, 0.03451745957136154, 0.005590534303337336, 0.018073422834277153, 0.003387038828805089, 0.006591285113245249, -0.042205117642879486, 0.0434124656021595, 0.028727617114782333, -0.002368334913626313, 0.024114025756716728, -0.0022948915138840675, 0.001413186313584447, -0.012464456260204315, -0.0022872111294418573, 0.008425354957580566, -0.07054257392883301, 0.033467937260866165, -0.023206591606140137, -0.028128549456596375, -0.0538792610168457, -0.007856096141040325, 0.006505264900624752, 0.061959002166986465, -0.004828642122447491, -0.020577603951096535, 0.027394307777285576, 0.03931422904133797, 0.020620230585336685, 0.046893972903490067, 0.03964294493198395, 0.017615674063563347, 0.018770799040794373, 0.005794063210487366, 0.0029515624046325684, -0.024007124826312065, -0.021044187247753143, -0.017773697152733803, -0.015452884137630464, 0.00892765074968338, 0.03138809651136398, 0.01135157234966755, 0.010041303001344204, -0.0023843678645789623, 0.06378999352455139, 0.0006691513699479401, -0.04344011470675469, -0.06451195478439331, 0.03361847251653671, 0.003783345222473145, 0.0022119437344372272, -0.0031097778119146824, -0.0059230937622487545, -0.006517169531434774, -0.04620043933391571, 0.04022665321826935, 0.016806932166218758, -0.033624615520238876, -0.03417453169822693, -0.020349880680441856, 0.005853970069438219, 0.044490788131952286, -0.04478571563959122, 0.002938697813078761, 0.019529618322849274, -0.03054632619023323, -0.05878163501620293, 0.026988783851265907, 0.008260995149612427, 0.010252129286527634, 0.003583271987736225, 0.006909251678735018, 0.052519071847200394, 0.05641070753335953, -0.019876772537827492, 0.02528374455869198, -0.022322198376059532, 0.04069861024618149, 0.018660202622413635, 0.005712652113288641, -0.02074350044131279, -0.010165724903345108, -0.012010547332465649, 0.01728234626352787, 0.05048146843910217, 0.02719922550022602, 0.04308067262172699, 0.030473364517092705, 0.03765502944588661, -0.034671831876039505, 0.032110050320625305, -0.004969193134456873], [-0.04133818671107292, -0.041764743626117706, -0.05657340958714485, 0.010158073157072067, -0.00812249444425106, 0.022418729960918427, 0.04378427937626839, -0.01939508691430092, 0.03700845316052437, -0.008448074571788311, -0.037023551762104034, 0.006296420004218817, -0.048690617084503174, -0.029007695615291595, 0.00768178328871727, 0.035681601613759995, -0.00791582278907299, -0.0021809092722833157, 0.034412313252687454, 0.02824329398572445, -0.0014417499769479036, -0.03686501085758209, -0.006243572104722261, 0.052394673228263855, -0.015242772176861765, 0.05005427449941635, 0.026423824951052666, -0.021154159680008888, 0.04239136725664139, 0.00414476590231061, -0.003202001564204693, -0.03657423332333565, 0.009612609632313251, 0.02128627710044384, 0.0503411628305912, 0.008348041214048862, -0.013817773200571535, -0.012113436125218868, -0.0273146852850914, -0.0060133072547614574, -0.026552168652415276, 0.04534422606229782, -0.03568726405501366, 0.027884388342499733, 0.0543651320040226, 0.01481904648244381, 0.0033728124108165503, 0.031572695821523666, -0.0027178791351616383, -0.020108530297875404, 0.01301184669137001, 0.012943899258971214, -0.008195159956812859, -0.0001830793626140803, -0.011384894140064716, 0.0268503800034523, 0.04410608485341072, 0.030606338754296303, 0.053323276340961456, 0.0005445195129141212, 0.02021800167858601, -0.022804703563451767, -0.02306988462805748, -0.04291229322552681, 0.003000991651788354, -0.010197472758591177, 0.0407719649374485, 0.03933469578623772, -0.01752607524394989, -0.0626329556107521, 0.0022648994345217943, -0.013847735710442066, -0.019070452079176903, -0.0008644365589134395, 0.045226261019706726, 0.03854198008775711, -0.03975275903940201, 0.02889256551861763, -0.04886142909526825, -0.054044269025325775, -0.018589161336421967, -0.006798001006245613, -0.02969282865524292, -0.08519041538238525, -0.004618506878614426, -0.01061954628676176, 0.0011801068903878331, -0.0005834474577568471, 0.03717454522848129, 0.004250461235642433, -0.027567600831389427, 0.011977543123066424, 0.03467938303947449, -0.015204551629722118, 0.016197804361581802, 0.01558628212660551, -0.029388954862952232, 0.025548063218593597, 0.016405420377850533, 0.03670646622776985, 0.05688672140240669, -0.015917522832751274, -0.02669561468064785, -0.029783423990011215, -0.03239183500409126, -0.02624263241887093, 0.020603034645318985, -0.05844949930906296, -0.008344030939042568, -0.06501299142837524, -0.024096641689538956, 0.034048985689878464, 0.023947536945343018, -0.03427476808428764, 0.009113624691963196, 0.012472045607864857, 0.010765821672976015, -0.02464965358376503, -0.0333695150911808, -0.020551130175590515, -0.04801586642861366, -0.016211960464715958, 0.006152268964797258, 0.01673005521297455, 0.029024213552474976, -0.040209513157606125, 0.0028990712016820908, 0.0032605112064629793, -0.001770396251231432, -0.0022941541392356157, 0.03385458141565323, -0.00111357553396374, 0.011904168874025345, -0.0179229024797678, -0.024996938183903698, 0.04804488271474838, -0.00011253718548687176, 0.04948805272579193, -0.005278159398585558, 0.02203747071325779, -0.032340873032808304, -0.026401175186038017, 0.03279951587319374, 0.04479498788714409, 0.0077053760178387165, -0.02342283166944981, 0.01467654760926962, -0.031667064875364304, 0.017866281792521477, -0.009785780683159828, -0.014253013767302036, 0.01681027188897133, -0.07009579986333847, 0.00996272638440132, 0.011113105341792108, -0.05453169718384743, 0.013625255785882471, 0.02900015003979206, -0.03199547901749611, 0.008272544480860233, 0.010765821672976015, 0.03274289518594742, 0.041296664625406265, -0.009693768806755544, 0.007023075595498085, -0.00038503287942148745, 0.002691455418244004, -0.013638469390571116, 0.012363282963633536, 0.03222951665520668, 0.045194175094366074, 0.03882225975394249, -0.00025527304387651384, 0.0495031476020813, -0.0044090040028095245, 0.011233899742364883, 0.005654698703438044, 0.003707828931510449, -0.03515064716339111, 0.01455009076744318, 0.02689756639301777, -0.007189168129116297, -0.012303121387958528, 0.006717785727232695, -0.0011928469175472856, -0.02867598459124565, -0.05844949930906296, -0.057128310203552246, -0.021684523671865463, 0.02650215290486813, 0.06174115464091301, -0.05287029966711998, -0.02037961222231388, -0.02695501409471035, -0.016997715458273888, 0.006435145158320665, 0.04444487392902374, 0.0027782763354480267, 0.027623748406767845, 0.008287644013762474, -0.00029066207935102284, -0.003017742419615388, 0.02715991623699665, -0.06702591478824615, -0.03018167056143284, -0.03524938225746155, 0.05943095684051514, 0.010505357757210732, 0.04650215432047844, -0.046283215284347534, 0.030921537429094315, 0.05120370909571648, 0.015825040638446808, 0.04057850316166878, 0.006781485863029957, -0.008695325814187527, 0.07394895702600479, -0.03895626962184906, 0.06448923051357269, 0.013867051340639591, 0.010622377507388592, 0.012724959291517736, -0.0081876115873456, -0.04094277322292328, -0.026003403589129448, 0.02514038048684597, 0.009392726235091686, 0.04629454016685486, 0.0021063562016934156, -0.033586569130420685, 0.079648956656456, -0.021954424679279327, 0.024562833830714222, -0.033093247562646866, -0.03465956449508667, -0.014350024983286858, -0.025933098047971725, 0.0018345684511587024, -0.04914453625679016, -0.010935689322650433, -0.026304446160793304, -0.022048793733119965, 0.05022319778800011, -0.043286826461553574, -0.00029490876477211714, -0.01616383157670498, -0.03693484514951706, 0.01295522414147854, 0.013872507959604263, -0.01648091711103916, 0.04454302042722702, -0.02268768474459648, -0.009567311964929104, 0.04054735973477363, 0.012238005176186562, 0.01661020517349243, 0.029839104041457176, 0.04796018451452255, -0.02831879071891308, 0.02853018045425415, -0.018291892483830452, -0.05892512947320938, -0.05228189751505852, -0.024996938183903698, 0.07080075144767761, 0.01217949576675892, 0.0052201212383806705, -0.03981126472353935, 0.034082960337400436, 0.002539518289268017, -0.019614027813076973, -0.0485745407640934, 0.03586656600236893, -0.003342613810673356, -0.0029854204040020704, 0.021832214668393135, 0.052862752228975296, 0.008848678320646286, 0.0731298178434372, 0.012839148752391338, 0.010778089053928852, -0.016970230266451836, 0.001400462700985372, 0.03763885051012039, 0.01910442486405373, 0.010905489325523376, 0.005784930195659399, -0.051199935376644135, -0.0003699335502460599, -0.06636154651641846, 0.030568590387701988, 0.007727081421762705, -0.009542775340378284, 0.024827072396874428, 0.07016563415527344, -0.0065153599716722965, -0.0040466198697686195, -0.015627805143594742, -0.022078994661569595, -0.056607380509376526, 0.055188048630952835, -0.00799083337187767, -0.05121975392103195, 0.0011937906965613363, 0.01514462660998106, -0.0313480943441391, -0.07690276950597763, 0.0627603605389595, 0.018824616447091103, 0.0077402931638062, -0.037801168859004974, 0.012298403307795525, -0.008516964502632618, -3.774832293856889e-05, 0.026835281401872635, -0.05924221500754357, -0.005326287820935249, 0.05564480274915695, -0.03445666655898094, -0.012163452804088593, 0.018009724095463753, -0.02868117578327656, -0.003460577456280589, -0.06331148743629456, 0.005092248320579529, 0.040234047919511795, 0.02767707034945488, 0.03477941453456879, -0.04311613366007805, -0.0428292490541935, 0.05097533389925957, -0.05299486592411995, 0.04911245405673981, 0.007243902888149023, -0.015808995813131332, 0.02036144584417343, -0.01015429850667715, -0.05271458625793457, -0.010860191658139229, -0.019281843677163124, 0.019355451688170433, -0.031904879957437515, 0.020010385662317276, -0.016205355525016785, -0.021199634298682213, -0.04513189196586609, -0.04274714365601539, 0.014970040880143642, 0.03751428052783013, 0.024502433836460114, 0.07020433247089386, 0.02177700586616993, -0.021229656413197517, -0.03090926818549633, -0.007969850674271584, 0.008603313937783241, 0.030997034162282944, 0.029325727373361588, 0.016614923253655434, -0.020013216882944107, -0.010116550140082836, -0.014004627242684364, -0.056947119534015656, 0.041993118822574615, -0.015958575531840324, -0.04590573161840439, -0.0008814233005978167, -0.01510239578783512, 0.06322088837623596, -0.03750673308968544, 0.04405984282493591, -0.01960270293056965, 0.00624640379101038, 0.03695277497172356, 0.0008682113839313388, -0.0075204093009233475, -0.045796263962984085, -0.03919502720236778, 0.0301325973123312, -0.031826555728912354, 0.023132169619202617, -0.014512342400848866, 0.0464530847966671, -0.039175208657979965, 0.008215450681746006, 0.021022511646151543, -0.006194499786943197, 0.04678810015320778, -0.005507480353116989, 0.0826084315776825, 0.018942108377814293, -0.0140876742079854, 0.018502339720726013, 0.01312886644154787, -0.033144913613796234, 0.016301613301038742, 0.015842970460653305, 0.006073704455047846, 0.04602275416254997, 0.022535748779773712, -0.028073426336050034, -0.008466948755085468, -0.009972634725272655, -0.04180249199271202, -0.006633854936808348, -0.041500505059957504, -0.06437976658344269, 0.004122116602957249, -0.001758489292114973, 0.024038132280111313, 0.0499768927693367, -0.05087718740105629, 0.011310339905321598, -0.0021884588059037924, 0.015445904806256294, 0.01552965957671404, -0.0549750030040741, -0.006403058767318726, 0.016127970069646835, -0.02330581285059452, -0.002632945543155074, 0.02335866168141365, -0.02542727068066597, -0.017833249643445015, 0.05806069076061249, 0.039794281125068665, -0.021533766761422157, 0.026370268315076828, -0.028794419020414352, 0.0249063428491354, 0.030712034553289413, 0.04114567115902901, 0.0047034407034516335, 0.028828391805291176, 0.01810409501194954, 0.03296183422207832, 0.04250083491206169, 0.036972593516111374, -0.03424527868628502, -0.02779597789049149, 0.02431369386613369, 0.01153046078979969, -0.029428591951727867, 0.006616809405386448, -0.01370830275118351, 0.014584063552320004, -0.026801306754350666, 0.03802388533949852, -0.005551834125071764, -0.05871373787522316, 0.009734171442687511, -0.024866707623004913, -0.021915731951594353, -0.004162932280451059, -0.03897514194250107, 0.022288866341114044, 0.026895206421613693, 0.0114037673920393, -0.011865712702274324, -0.03724107891321182, -0.062246982008218765, -0.00482989801093936, 0.00319728278554976, 0.01844383031129837, -0.014547613449394705, 0.009501252323389052, 0.04182513803243637, -0.09039967507123949, 0.02646346017718315, -0.0059944330714643, 0.010569529607892036, -0.03380739688873291, 0.01807767152786255, -0.035025957971811295, -0.0007342048338614404, 0.015769362449645996, 0.02727316133677959, 0.013076018542051315, -0.005696221720427275, 0.020863497629761696, 0.011412261053919792, -0.027035346254706383, 0.019084608182311055, -0.018073895946145058, 0.012864627875387669, 0.02838673815131187, 0.028297174721956253, 0.015741050243377686, 0.03046761453151703, -0.003004766535013914, 0.03078564442694187, 0.012185159139335155, -0.0016727225156500936, 0.03024843893945217, -0.035373952239751816, 0.021298546344041824, -0.02024749293923378, 0.051354702562093735, -0.033660177141427994, -0.008325392380356789, 0.06022768095135689, 0.029823062941432, -0.03147077560424805, 0.047834672033786774, -0.007116502616554499, -0.07751240581274033, -0.009229464456439018, 0.04338037222623825, -0.035241834819316864, -0.02089747041463852, -0.04975229874253273, -0.026920216158032417, -0.006875856779515743, -0.006675495766103268, 0.059506453573703766, 0.04615109786391258, -0.03462252393364906, -0.02679753303527832, 0.017144815996289253, 0.0132339121773839, 0.037276819348335266, -0.003729534335434437, -0.021848728880286217, 0.0570603609085083, 0.008449961431324482, -0.001770396251231432, 0.0197669081389904, -0.02863587625324726, 0.05519181862473488, 0.007141038775444031, -0.029185114428400993, -0.05835135281085968, 0.001999717438593507, 0.052492812275886536, 0.010460060089826584, 0.010481293313205242, 0.053013741970062256, 0.030555378645658493, 0.06774313747882843, -0.017505783587694168, -0.00928986258804798, -0.018717505037784576, 0.02754117362201214, -0.032833490520715714, -0.0485745407640934, -0.030900776386260983, -0.04679281637072563, 0.007175955455750227, 0.013250132091343405, 0.009221915155649183, 0.010079745203256609, -0.015418301336467266, -0.06244327500462532, -0.03846978396177292, -0.00890683475881815, -0.009354033507406712, 0.01976502127945423, 0.02278866060078144, 0.08224604278802872, 0.014570851810276508, 0.007860616780817509, -0.004782712087035179, 0.028921907767653465, 0.050707317888736725, -0.04277639463543892, 0.014840752817690372, -0.0403982549905777, -0.05198510363698006, -0.02247818000614643, 0.0388052761554718, -0.027303362265229225, -0.023396408185362816, 0.007625161204487085, -0.0072929756715893745, -0.03411315754055977, -0.005379135720431805, 0.007173124700784683, -0.0628962516784668, -0.016326621174812317, -0.0113263837993145, 0.06396830081939697, 0.024257071316242215, 0.0029764550272375345, -0.026182236149907112, 0.04998255521059036, -0.0006039731670171022, -0.031829386949539185, 0.032448455691337585, 0.008927478455007076, -0.035264480859041214, -0.031670842319726944, 0.0019327141344547272, 0.04275752604007721, -0.014580288901925089, -0.05810221657156944, -0.04106828570365906, -0.03531355410814285, -0.00942764338105917, -0.017778515815734863, 0.03086208365857601, 0.009029398672282696, -0.031617991626262665, -0.021894024685025215, 0.02475534938275814, 0.009278537705540655, -0.018709955736994743, 0.028447134420275688, 0.08666259050369263, 0.001973293488845229, -0.0008474497590214014, 0.01774737238883972, 0.003111405298113823, 0.0009493702673353256, -0.0010305291507393122, -0.015629692003130913, 0.018840186297893524, -0.03520408272743225, 9.81456323643215e-05, -0.027103295549750328, 0.01663285307586193, 0.025540130212903023, -0.05641864240169525, -0.03057802841067314, -0.01128238346427679, -0.009497477672994137, 0.020049121230840683, 0.017012696713209152, 0.020413348451256752, 0.06369651854038239, -0.0116245960816741, 0.04030010849237442, -0.006882227025926113, 0.08884445577859879, -0.001241919700987637, -0.04296702519059181, 0.0699249878525734, 0.011945456266403198, 0.025929320603609085, -0.04277639463543892, -0.02668004296720028, -0.02473175711929798, 0.034849248826503754, -0.0003917567955795675, -0.011588734574615955, 0.010569529607892036, -0.015275978483259678, 0.023313362151384354, -0.004671826492995024, 0.003939981106668711, 0.015797672793269157, 0.024453364312648773, 0.014518003910779951, -0.02245553396642208, -0.04893692210316658, 0.03888077288866043, -0.013297789730131626, -0.00848393514752388, -0.0327957421541214, 0.007211816962808371, -0.01048506796360016, 0.009401218965649605, -0.01585335098206997, 0.0468079186975956, 0.041659045964479446, 0.020113486796617508, 0.017212526872754097, 0.02170528657734394, -0.005657529458403587, -0.017139624804258347, 0.02638607658445835, 0.03443118557333946, -0.02612278237938881, -0.017345353960990906, -0.017164161428809166, -0.024824239313602448, -0.01347615011036396, -0.014672772958874702, -0.03907706215977669, -0.047336395829916, -0.007406220305711031, -0.05935923382639885, -0.05119427293539047, 0.01461615040898323, -0.02669561468064785, 0.04416694864630699, 0.020934274420142177, 0.0010494033340364697, -0.003188317408785224, -0.026931539177894592, -0.05634314194321632, -0.005352711770683527, -0.01024489477276802, -0.022369656711816788, -0.01215413399040699, 0.03407163545489311, -0.024147601798176765, 0.05317983776330948, 0.024191010743379593, -0.03170434385538101, 0.033920641988515854, 0.0002925494918599725, 0.06166943162679672, -0.006464488338679075, -0.04379560425877571, 0.0230717733502388, -0.004333035554736853, 0.009561649523675442, -0.012514512054622172, -0.018449492752552032, -0.05969897285103798, -0.017194360494613647, 0.030047662556171417, -0.03621574118733406, 0.021820416674017903, -0.010038694366812706, -0.013187375850975512, 0.05418393760919571, -0.007126883137971163, 0.053499046713113785, 0.01792195998132229, 0.0580890066921711, -0.019045915454626083, -0.0692606195807457, -0.004169302061200142, -0.01609210856258869, 0.019593266770243645, -0.05080169439315796, -0.03319209814071655, -0.013170389458537102, -0.0103864511474967, 0.0021269998978823423, -0.01749493181705475, 0.028205545619130135, -0.013210969045758247, 0.01764356531202793, -0.00927098747342825, -0.007916766218841076, -0.0162657517939806, -0.003141603898257017, 0.010597369633615015, 0.06349078565835953, -0.002225263509899378, -0.010962112806737425, -0.009401218965649605, 0.0040466198697686195, 0.004663805011659861, -0.051599595695734024, -0.011992641724646091, 0.05000142380595207, -0.009057709947228432, 0.060253873467445374, 0.05750296264886856, 0.009246451780200005, -0.0026763558853417635, -0.008552826009690762, -0.054387785494327545, 0.06322843581438065, -0.046524807810783386, 0.013172276318073273, -0.02348700538277626, 0.0061312709003686905, -0.06910962611436844, -0.008414100855588913, -0.0182371586561203, 0.009180155582726002, 0.005968953482806683, -0.040598321706056595, -0.02925235405564308, 0.008467892184853554, -0.008144908584654331, -0.013382723554968834, 0.01727009192109108, -0.022365879267454147, 0.0039767855778336525, -0.011883996427059174, -0.016896149143576622, -0.05118483304977417, -0.029496539384126663, -0.010646914131939411, -0.019721610471606255, -0.0070268502458930016, -0.0015285711269825697, -0.038462355732917786, -0.002731091110035777, -0.032320111989974976, 0.02904733456671238, -0.07972823083400726, -0.02106828056275845, -0.003994715865701437, -0.04002077132463455, 0.006462513003498316, 0.0025749073829501867, -0.1023658961057663, 0.024938426911830906, -0.04341057315468788, 0.023215215653181076, 0.0464530847966671, -0.002069551730528474, -0.04461851343512535, -0.03166329115629196, 0.02832256443798542, 0.01997075043618679, 0.02594253234565258, 0.056244995445013046, -0.006461568642407656, -0.026684287935495377, -0.03831076994538307, -0.018317371606826786, 0.01650356687605381, -0.06948333233594894, -0.03219554200768471, 0.02695607580244541, 0.01950078271329403, -0.04678526893258095, -0.011622708290815352, -0.016694193705916405, -0.0020726188085973263, 0.02480536513030529, 0.008869911544024944, -0.0021799656096845865, 0.004529798869043589, 0.05231917276978493, -0.03501911833882332, 0.011272592470049858, -0.007491154130548239, 0.0015264477115124464, 0.03879017382860184, 0.0059151616878807545, 0.029064496979117393, 0.011954893358051775, 0.022365408018231392, 0.031134579330682755, 0.020059458911418915, -0.00191761483438313, -0.028251787647604942, 0.000357193493982777, -0.01543151307851076, 0.008684001863002777, 0.01954419352114201, -0.026080314069986343, -0.022621389478445053, 0.00746284332126379, 0.03897419944405556, 0.010159960947930813, -0.02656160667538643, -0.04070401564240456, 6.0397316701710224e-05, -0.028860479593276978, -0.04392772167921066, -0.04144104942679405, -0.024630779400467873, -0.006377579178661108, -0.053764935582876205, 0.002652291441336274, 0.025827402248978615, 0.014748269692063332, 0.02087859623134136, 0.041292887181043625, 0.09104517847299576, -0.02752513252198696, 0.0031986981630325317, 0.010531782172620296, 0.06138065829873085, -0.041053660213947296, -0.035138025879859924, 0.009150193072855473, 0.0265587754547596, -0.02682395651936531, 0.036024872213602066, -0.007414537016302347, -0.022959472611546516, 0.03601189702749252, -0.007188223768025637, -0.01490067783743143, 0.04809938371181488, -0.05009674280881882, -0.00020667204807978123, -0.05255132541060448, -0.015629692003130913, 0.04174209386110306, 0.02255839668214321, 0.0021441045682877302, 0.009999530389904976, -0.03670646622776985, -0.015591944567859173, 0.004325957503169775, -0.08778750151395798, 0.014957771636545658, 0.026370976120233536, -0.013042044825851916, 0.011732177808880806, -0.005524466745555401, -0.0016628135927021503, 0.039114810526371, -0.00184306176379323, -0.053247783333063126, 0.0187288299202919, -0.006466287653893232, -0.03383617848157883, 0.06096731126308441, 0.014921911992132664, 0.01625584252178669, 0.017937058582901955, 0.005133771803230047, 0.02803614921867847, 0.005349881015717983, -0.020961642265319824, -0.09379703551530838, 0.04700609669089317, -0.022724488750100136, -0.013034495525062084, 0.06730525940656662, 0.0051186722703278065, 0.0035110656172037125, -0.032599449157714844, 0.014008402824401855, 0.007339217234402895, -0.05752844363451004, 0.012218659743666649, -0.023889025673270226, 0.0019251643680036068, 0.032733455300331116, -0.027590246871113777, 0.02529326267540455, -0.05843440070748329, 0.07256737351417542, -0.0163752231746912, 0.02912283129990101, 0.016418632119894028, -0.05046950653195381, 0.00481007993221283, 0.025618843734264377, -0.0005888738087378442, 0.05416034907102585, -0.01015429850667715, 0.011728404089808464, 0.001483508967794478, 0.012179967947304249, -0.05956684798002243, 0.04055113345384598, -0.013413865119218826, 0.02214410901069641, -0.014639802277088164, 0.009080358780920506, -0.021565616130828857, -0.007805409375578165, -0.01578257419168949, 0.0318850614130497, 0.0064997891895473, 0.002669750014320016, -0.007715756539255381, 0.01305773388594389, 0.04901242256164551, 0.03124428540468216, -0.04515454545617104, 0.05304394289851189, -0.024274056777358055, 0.0194205678999424, 0.05307413637638092, -0.013147739693522452, 0.03148682042956352, 0.01725381426513195, 0.025004487484693527, 0.013975844718515871, -0.02260935679078102, 0.01025999430567026, -0.00806964747607708, -0.02662011422216892, 0.024819523096084595, 0.025389520451426503, -0.006083142012357712, -0.013950363732874392, 0.00797999557107687, 0.030795080587267876, 0.02809418737888336, 0.006775823887437582, 0.011135164648294449, 0.0014771390706300735, 0.01278370525687933, -0.019505972042679787, 0.017813432961702347, -0.0065106418915092945, -0.014755818992853165, -0.011335349641740322, 0.000913509400561452, -0.043935272842645645, -0.004020196385681629, 0.024551507085561752, 0.05054311454296112, 0.023755017668008804, -0.004401454236358404, -0.018998729065060616, -0.02988911978900433, 0.03140849247574806, 0.024915780872106552, 0.055784471333026886, 0.04536592960357666, -0.03054971806704998, -0.031674616038799286, -0.013613932766020298, 0.032468851655721664, -9.059597505256534e-05, 0.01873071677982807, 0.005894400179386139, 0.05195678770542145, -0.009585242718458176, 0.005282405763864517, 0.006296420004218817, -0.022522537037730217, 0.06535366922616959, 0.018226778134703636, 0.041213616728782654, -0.02602369338274002, 0.014717127196490765, -0.021612800657749176, 0.03245978429913521, 0.02560657449066639, 0.0013056200696155429, 0.04057944566011429, 0.026778660714626312, 0.008383901789784431, -0.04378427937626839, 0.00405416963621974, -0.009333272464573383], [-0.026052793487906456, -0.02066284976899624, -0.04427828639745712, 0.0006394088850356638, 0.02067786082625389, -0.013946132734417915, 0.057029034942388535, -0.06127096712589264, 0.00013645921717397869, 0.007470167707651853, -0.05482073500752449, 0.03292176127433777, -0.0003251628077123314, -0.002161514014005661, -0.01453485619276762, 0.03221685066819191, -0.04425801336765289, -0.014950764365494251, 0.017517464235424995, 0.034961629658937454, 0.0038731025997549295, -0.014010852202773094, 0.009653514251112938, 0.03560805693268776, 0.0005395987536758184, 0.011967862956225872, -0.0007232338539324701, 0.009056213311851025, 0.036218613386154175, 0.001068280660547316, 0.030817948281764984, -0.04685775563120842, -0.0336688756942749, -0.008982915431261063, -0.006773835513740778, 0.014087464660406113, 0.03794969990849495, 0.009335954673588276, -0.029412809759378433, -0.04036073759198189, -0.06944292038679123, -0.0018222910584881904, 0.0025681625120341778, 0.04594698548316955, 0.02169935591518879, 0.033427052199840546, 0.04804611951112747, 0.0740840956568718, -0.029107140377163887, -0.02386554703116417, 0.04009873792529106, -0.006563298404216766, 0.0283819567412138, 0.01899746246635914, -0.004458707291632891, 0.03877001255750656, 0.02285652980208397, 0.02986975386738777, 0.016812944784760475, 0.012240586802363396, 0.029528215527534485, 0.00726553937420249, -0.008806687779724598, -0.04157093167304993, -0.0023837473709136248, -0.03503024950623512, 0.04578167572617531, 0.006026038900017738, 0.0398273766040802, -0.07090576738119125, 0.012785058468580246, -0.005323858931660652, 0.003348367987200618, 0.00856379047036171, 0.03649933263659477, 0.011951877735555172, -0.026820864528417587, 0.031009770929813385, -0.005450570955872536, -0.0022129786666482687, 0.032483141869306564, -0.0020695014391094446, -0.08677246421575546, -0.05556151643395424, -0.016560690477490425, 0.020827576518058777, -0.02498997002840042, 0.018149465322494507, -0.001011893735267222, 0.026858294382691383, -0.01043795980513096, 0.006755901034921408, 0.03436277061700821, 0.01915731467306614, -0.00014893549086991698, 0.046499066054821014, -0.00908194575458765, 0.045078326016664505, -0.004427516832947731, -0.006299737375229597, 0.029515739530324936, 0.007828859612345695, -0.005336725153028965, -0.006890800315886736, -0.020744141191244125, -0.0006045143236406147, 0.02819446660578251, -0.07684135437011719, 0.012570622377097608, -0.025726070627570152, -4.01092620450072e-05, -0.0014784381492063403, 0.03206528350710869, -0.045906439423561096, -0.010350625962018968, 0.007847574539482594, 0.05651126801967621, -0.03130920231342316, -0.003764714812859893, -0.011802553199231625, -0.06080466508865357, -0.008481524884700775, 0.00022145381080918017, 0.009149785153567793, -0.053329817950725555, -0.01647023856639862, 0.0008140766876749694, 0.005483321379870176, 0.02476539835333824, 0.04547600820660591, 0.013354678638279438, -0.01332777738571167, -0.0054404339753091335, 0.007672126870602369, -0.06400170922279358, 0.06844014674425125, -0.003903513541445136, -0.004189492668956518, 0.01176824327558279, 0.024403585121035576, -0.034496888518333435, -0.02414626255631447, -0.0023907655850052834, 0.0003742881235666573, 0.03531408682465553, -0.02759985253214836, -0.030205052345991135, -0.03524858504533768, -0.03646034374833107, 0.0005084080621600151, -0.03723698854446411, -0.021948879584670067, -0.012748019769787788, 0.04124343395233154, -0.008373137563467026, -0.019403720274567604, 0.01876119337975979, 0.020836152136325836, -0.010584556497633455, 0.026705263182520863, -0.0007725541363470256, -0.0037475600838661194, 0.05789613723754883, 0.002303431509062648, -0.016067488119006157, -0.00536167761310935, 0.01006133295595646, 0.004817010369151831, 0.0006518851732835174, 0.0317801795899868, 0.03146437555551529, 0.0005668905796483159, 0.03125305846333504, 0.05348889157176018, -0.005285260733217001, -0.016924060881137848, 0.021020177751779556, 0.0035027130506932735, -0.026830222457647324, 0.058434173464775085, -0.031153248623013496, -0.02645593322813511, -0.02874532900750637, -0.01967352069914341, 0.05015461146831513, 0.025133447721600533, -0.0047470261342823505, 0.024154450744390488, 0.015788720920681953, 0.052532121539115906, 0.02466558665037155, -0.07530677318572998, -0.004716810304671526, 0.0017131479689851403, -0.029196813702583313, 0.017930740490555763, 0.003276580711826682, -0.013192097656428814, -0.00251630786806345, -0.012925416231155396, 0.001269265660084784, -0.0300748310983181, 0.04908788576722145, -0.038384810090065, -0.061732590198516846, -0.028995633125305176, 0.05492756515741348, -0.019282076507806774, 0.03297634422779083, -0.021494274958968163, -0.01757594756782055, 0.052909526973962784, 0.004360456485301256, 0.05406981706619263, 0.03434327617287636, -0.013393276371061802, 0.07808898389339447, -0.05062948912382126, 0.0557439811527729, 0.005250950809568167, -0.028386635705828667, -0.02876872196793556, 0.028915315866470337, -0.03705686703324318, -0.04339402914047241, 0.032811034470796585, 0.008153633214533329, 0.017321743071079254, -0.01606280915439129, -0.04236161708831787, 0.024483121931552887, -0.02782052382826805, 0.01835883222520351, 0.002648088615387678, 0.03570085018873215, 0.012009970843791962, -0.03177082538604736, 0.026621242985129356, -0.01995423622429371, -0.022681862115859985, -0.06199459359049797, 0.007573876529932022, 0.046018727123737335, -0.012169676832854748, 0.0264403373003006, -0.003056686371564865, -0.0390741229057312, -0.0011446978896856308, -0.04858805611729622, 0.012078589759767056, 0.017654703930020332, 0.01612207107245922, -0.05556307360529899, 0.020457575097680092, -0.026689862832427025, 0.03501075506210327, 0.007384392898529768, 0.016421113163232803, -0.018714405596256256, 0.03264884278178215, -0.06162030249834061, -0.05245180428028107, -0.03934742882847786, 0.002697993535548449, 0.04178498312830925, 0.04671115800738335, 0.04253784567117691, -0.014317301101982594, 0.011937062256038187, 0.014862357638776302, 0.006828418932855129, -0.03862965479493141, 0.05477706715464592, 0.015458100475370884, 0.005044945981353521, 0.031209392473101616, 0.06461460888385773, 0.04722112417221069, 0.02598495222628117, 0.0116302240639925, -0.027202950790524483, 0.014980102889239788, -0.023330628871917725, 0.03163982182741165, 0.023101376369595528, 0.028944948688149452, 0.003027055412530899, -0.019812319427728653, -0.0247295293956995, -0.023290859535336494, -0.005776513367891312, -0.005396084859967232, -0.00022223357518669215, 0.013681010343134403, 0.04725075885653496, -0.015221050940454006, -0.030197255313396457, 0.008528310805559158, -0.006230337545275688, -0.07775212079286575, 0.053669948130846024, 0.006339505314826965, -0.03389802947640419, -0.023470984771847725, 0.016632039099931717, -0.03938602656126022, -0.01452315878123045, 0.01736385002732277, 0.0151298176497221, 0.033452000468969345, 0.018458643928170204, -0.006914973724633455, -0.04322014003992081, 0.009444926865398884, 0.003441501408815384, -0.0455617792904377, 0.0520634800195694, 0.06319231539964676, -0.004634471610188484, 0.04749716445803642, 0.03206557407975197, -0.033099547028541565, 0.0018675419269129632, -0.02710781805217266, 0.03543572872877121, 0.007607406470924616, 0.020977288484573364, 0.030317340046167377, -0.04294878244400024, -0.022945422679185867, 0.012555806897580624, -0.027663012966513634, 0.03385747969150543, 0.011429823935031893, -0.05614322051405907, 0.002988066989928484, 0.007429619785398245, -0.014637785032391548, 0.004849370568990707, 0.015359848737716677, 0.028940416872501373, -0.0676213875412941, 0.008306077681481838, -0.01949280872941017, -0.005865406710654497, -0.0317162424325943, -0.001147816888988018, -0.039624638855457306, -0.012251697480678558, -0.0018277737544849515, 0.03691572695970535, -0.0012944131158292294, 0.025536587461829185, 0.00045431169564835727, -0.003448129398748278, 0.010582996532320976, 0.051539476960897446, 0.005356999114155769, 0.0017630531219765544, -0.04741451144218445, 0.00780273787677288, -0.01031865645200014, -0.008730270899832249, 0.041118670254945755, 0.005496187601238489, -0.030248720198869705, 0.00795674230903387, -0.03283754363656044, 0.029849478974938393, -0.03290850296616554, 0.0521664097905159, 0.015108764171600342, 0.05002984777092934, 0.04643356055021286, 0.03128502890467644, -0.0044064633548259735, -0.024191392585635185, -0.08400507271289825, 0.030123956501483917, -0.02087903954088688, 0.03995633125305176, -0.0013096185866743326, 0.048533473163843155, -0.025008685886859897, 0.049605656415224075, 0.015416773036122322, 0.02541845291852951, 0.0014098186511546371, 0.018326083198189735, 0.07054083794355392, 0.04970546439290047, -0.016201607882976532, -0.009195012040436268, 0.0017381004290655255, -0.007403302006423473, 0.008181314915418625, 0.04376520216464996, 0.015704505145549774, 0.024428538978099823, 0.01613805629312992, -0.04993393272161484, -0.06505751609802246, -0.05312708020210266, -0.043124232441186905, 0.004975692834705114, 0.003098794026300311, -0.08045947551727295, 0.0029132093768566847, 0.00395263871178031, 0.024540046229958538, 0.018074996769428253, 0.008313875645399094, -0.023093577474355698, 0.005809263326227665, 0.005397547036409378, -0.008380935527384281, -0.021256446838378903, -0.00587632367387414, -0.0048813410103321075, -0.005002868827432394, -0.030332934111356735, -0.029011497274041176, -0.03683931007981301, 0.01844772696495056, 0.06312993168830872, 0.006603066809475422, -0.023716220632195473, 0.03222016617655754, -0.019631801173090935, 0.0010869951220229268, 0.04984894394874573, -0.00790527742356062, 0.0025280043482780457, 0.07599296420812607, -0.044590190052986145, 0.06451479345560074, 0.003259425750002265, 0.06973611563444138, -0.004360456485301256, -0.014990240335464478, -0.038591835647821426, -0.007590251509100199, -0.031458526849746704, 0.013989019207656384, 0.004196705762296915, 0.01290124375373125, -0.03620614111423493, 0.005902835633605719, -0.02089775539934635, -0.02353492751717567, -0.018170518800616264, -0.012002172879874706, -0.05800218507647514, -0.002211418934166431, -0.027818964794278145, -0.011339370161294935, 0.01902475394308567, 0.03309798613190651, -0.017710067331790924, -0.029823550954461098, -0.017129920423030853, -0.0210700836032629, 0.0951627567410469, 0.028760923072695732, -0.05571746453642845, -0.011719896458089352, 0.000401385041186586, -0.04885278642177582, 0.030398044735193253, -0.02393260784447193, 0.01365839783102274, -0.038888536393642426, -0.022865885868668556, -0.015379928052425385, -0.02973095513880253, 0.03138250112533569, 0.02127828076481819, 0.013251358643174171, -0.032750990241765976, 0.008468269370496273, -0.03726974129676819, -0.008882910013198853, 0.01144385989755392, 0.003044209908694029, -0.010394293814897535, 0.042055949568748474, -0.004085978958755732, -0.011074542067945004, 0.020595204085111615, -0.021601883694529533, 0.015185181051492693, 0.021613191813230515, 0.0031385619658976793, 0.07391566783189774, -0.04852645844221115, 0.03345824033021927, 0.016279974952340126, 0.0443359911441803, -0.005321909207850695, -0.03345511853694916, 0.014017091132700443, 0.035289131104946136, -0.03528289496898651, -0.013474177569150925, 0.012367104180157185, -0.03298959881067276, 0.00443609431385994, 9.51315596466884e-05, 0.0034130399581044912, -0.025177115574479103, -0.04657859727740288, -0.0354715995490551, -0.006369136273860931, 0.01472511887550354, 0.07064064592123032, 0.03601899370551109, 0.020493054762482643, -0.04129333794116974, 0.011921077035367489, 0.00690912501886487, -0.02860964834690094, -0.027054794132709503, -0.03705452382564545, 0.04818335920572281, 0.03134819120168686, -0.007375815417617559, 0.02913443185389042, -0.04521751403808594, 0.04499879479408264, 0.032034385949373245, -0.0024308746214956045, -0.02219743095338345, -0.016777075827121735, 0.025252362713217735, 0.008923652581870556, -0.01569397933781147, 0.00795128382742405, 0.005377857480198145, 0.02424139343202114, -0.03345824033021927, 0.02329631708562374, 0.0390351340174675, 0.007861610502004623, -0.041779521852731705, -0.03241335228085518, -0.01235306728631258, -0.02318871021270752, 0.005417820997536182, 0.04045508801937103, 0.00959503185003996, -0.030357107520103455, -0.014467015862464905, -0.07866210490465164, -0.048857077956199646, 0.020932063460350037, -0.015724902972579002, 0.009207488037645817, 0.055924881249666214, 0.032667167484760284, 0.0139742037281394, 0.03725726529955864, 0.011156905442476273, 0.0547458752989769, 0.025523332878947255, 0.03275644779205322, 0.03203906491398811, 0.029579678550362587, -0.04633687436580658, -0.0236006211489439, 0.024996209889650345, -0.009017224423587322, 0.016720736399292946, 0.011213048361241816, 0.02127048186957836, -0.04012368619441986, -0.01892932876944542, 0.028224444016814232, -0.03987238556146622, -0.034977223724126816, -0.0005134765524417162, 0.018535060808062553, 0.008758341893553734, 0.002177109243348241, -0.04256591945886612, 0.011469592340290546, 0.03196732699871063, 0.005480201914906502, -1.6959929780568928e-05, 0.0050064935348927975, 0.0015901398146525023, -0.00873962789773941, 0.04121614247560501, 0.03732588514685631, 0.0016540806973353028, -0.0240776427090168, -0.07415895909070969, -0.01944972574710846, 0.0024814133066684008, -0.014183570630848408, -0.011157684959471226, -0.011029413901269436, -0.00928429514169693, -0.03780310228466987, 0.030584018677473068, 0.023691657930612564, -0.0016945310635492206, -0.029263874515891075, 0.0413089320063591, -0.0036017433740198612, -0.0027073509991168976, -0.013610051944851875, 0.025119265541434288, -0.00014659618318546563, -0.043573375791311264, -0.01126607321202755, -0.0026784995570778847, -0.037751637399196625, 0.015763768926262856, -0.005994848441332579, -0.002065700013190508, -0.006181212607771158, 0.004291837103664875, -0.04360066726803779, -0.006860389374196529, -0.02742479369044304, 0.04603744298219681, -0.03258022293448448, -0.017360730096697807, 0.03701397776603699, -0.018615376204252243, 0.011824386194348335, -0.02565016597509384, 0.11450721323490144, 0.035145655274391174, 0.005377273075282574, 0.051988620311021805, 0.046431999653577805, 0.022738004103302956, 0.029057234525680545, -0.026481762528419495, -0.0005006103892810643, -0.014620631001889706, -0.003931585233658552, -0.026990853250026703, -0.03284573554992676, -0.022594623267650604, 0.0793350487947464, -0.014819471165537834, -0.0022235054057091475, -0.004714081063866615, 0.020663823932409286, -0.029132094234228138, -0.002274970058351755, 0.013973423279821873, 0.028199492022395137, -0.012208031490445135, -0.05216328799724579, -0.03339273855090141, 0.02197909541428089, -0.0025687471497803926, 0.025435997173190117, -0.0016874156426638365, 0.05241281539201737, 0.02919447422027588, 0.03282448649406433, 0.05097180604934693, 0.009853134863078594, -0.013468913733959198, 0.03430350869894028, 0.02373376488685608, 0.06840173900127411, -0.016052281484007835, 0.005792888812720776, -0.02544223703444004, -0.020151516422629356, -0.04296204075217247, 0.03297478333115578, -0.03137938305735588, 0.010677933692932127, -0.01633065938949585, -0.00840978603810072, -0.017982009798288345, 0.04386422783136368, -0.010844998992979528, 0.04029211774468422, -0.01754319667816162, -0.010690604336559772, 0.00027915657847188413, -0.04780283197760582, -0.03192833811044693, -0.06142380461096763, 0.022126667201519012, 0.029375379905104637, 0.006311433389782906, -0.01123800128698349, -0.01450678426772356, 0.0669851005077362, 0.05422187224030495, -0.0241860318928957, -0.049914442002773285, 0.023455390706658363, 0.03370308876037598, 0.011170843616127968, -0.006773652974516153, 0.02069813385605812, -0.0033124499022960663, 0.03810175135731697, -0.020444709807634354, -0.013903244398534298, -0.016240986064076424, -0.027865752577781677, 0.009071809239685535, 0.0001692094374448061, -0.009762682020664217, -0.0012928536161780355, -0.004744881764054298, -0.005756629630923271, 0.03771577030420303, 0.05170634388923645, 0.08552639931440353, -0.000940886267926544, -0.007611304987221956, -0.07181965559720993, -0.008406667038798332, -0.002230133395642042, 0.019900431856513023, -0.05372282490134239, -0.05405968055129051, -0.020877480506896973, -0.02457357570528984, 0.030746210366487503, -0.007061569020152092, -0.015352441929280758, 0.015362968668341637, 0.033143214881420135, 0.051944952458143234, -0.026008347049355507, 0.01143654901534319, -0.019375650212168697, 0.013845931738615036, 0.012963625602424145, -0.0007438976317644119, -0.03687985613942146, -0.02810119092464447, -0.005960538517683744, -0.02801624685525894, -0.05783375725150108, 0.006752001587301493, 0.038732584565877914, -0.02291267178952694, 0.032318707555532455, 0.0027198269963264465, -0.0031943153589963913, 0.07215027511119843, -0.032731495797634125, -0.0890556201338768, 0.023003123700618744, -0.04564443603157997, 0.026561981067061424, -0.009288681671023369, -0.027617784217000008, -0.0464889295399189, -0.026986174285411835, 0.015224169939756392, 0.03426607698202133, 0.01053932961076498, -0.04109371826052666, -0.02165958657860756, 0.02714836597442627, -0.01053484622389078, -0.0512462854385376, 0.03467467799782753, -0.023050690069794655, -0.03859846293926239, -0.011043449863791466, -0.04096271842718125, -0.08357853442430496, -0.006670808885246515, -0.007007375359535217, 0.003903513541445136, -3.430974538787268e-05, -0.04019074887037277, -0.009853134863078594, 0.0026324933860450983, -0.05038853734731674, 0.013439088128507136, -0.047752924263477325, -0.023494379594922062, 0.023082464933395382, -0.05156910791993141, 0.04479605332016945, -0.00028851378010585904, -0.09126392751932144, 0.029617108404636383, -0.04328330233693123, 0.002030513249337673, 0.029175760224461555, 0.01538947969675064, -0.01384086348116398, -0.014442844316363336, 0.04316789656877518, 0.03301221504807472, 0.042331986129283905, 0.05669841542840004, 0.0005505154840648174, 0.00883553922176361, -0.011735881678760052, -0.022236615419387817, -0.011936672031879423, -0.07362871617078781, 0.021858425810933113, -0.002013358287513256, 0.006343672052025795, -0.02142643742263317, 0.008472947403788567, 0.02445768378674984, -0.03148503974080086, 0.026250075548887253, -0.014344592578709126, -0.00975488405674696, 0.06038514897227287, 0.02078858762979507, 0.024875344708561897, -0.03914273902773857, -0.0056374226696789265, 0.01538947969675064, 0.03993576392531395, 0.008702198974788189, 0.002298753010109067, -0.000934940529987216, 0.024653112515807152, 0.05088447406888008, -0.01530994474887848, 0.05268729478120804, -0.0070958794094622135, -0.010291364043951036, -0.02772539295256138, 0.003621237818151712, 0.03142304718494415, -0.01194602996110916, -0.027575287967920303, -0.005721540190279484, 0.01731082610785961, 0.02599586918950081, 0.008498875424265862, 0.0034574868623167276, 0.03227299451828003, -0.040370091795921326, 0.0019930843263864517, -0.03125150129199028, -0.02554516494274139, 0.017497969791293144, -0.08636698871850967, 0.0337342768907547, 0.026178333908319473, 0.01190704107284546, 0.010701521299779417, 0.06236887723207474, 0.06793329864740372, -0.025428198277950287, 0.02314387448132038, -0.028747668489813805, 0.04501945152878761, -0.03440643474459648, -0.05542895197868347, 0.04511107504367829, -0.042111508548259735, -0.003612660337239504, -0.0011571741197258234, -0.048800934106111526, 0.045986756682395935, 0.010525684803724287, -0.020939471200108528, 0.008140085265040398, 0.06821401417255402, -0.048542048782110214, -0.012683688662946224, -0.017899086698889732, -0.004883680492639542, 0.0050076632760465145, 0.017217643558979034, 0.03596285358071327, -0.010944807901978493, -0.03847720846533775, -0.02617521584033966, 0.05528859421610832, -0.06226282939314842, 0.04198889061808586, -0.016453081741929054, -0.01124189980328083, 0.025503838434815407, -0.0057635498233139515, 0.024951031431555748, 0.038196105509996414, -0.0008016003994271159, -0.04869488626718521, 0.009067130275070667, 0.016035906970500946, -0.0173201821744442, 0.022001903504133224, 0.024459728971123695, -0.004597506020218134, 0.02565043233335018, -0.04659887030720711, -0.018586037680506703, -0.04140874370932579, -0.028294622898101807, -0.06732196360826492, 0.04511575400829315, 0.029776766896247864, 0.016329878941178322, 0.022112825885415077, -0.01448534056544304, 0.0026466266717761755, -0.02760063111782074, -0.006261528469622135, 0.0190575048327446, -0.050647422671318054, -0.03619678318500519, -0.009809467941522598, 0.021861547604203224, 0.0350240133702755, -0.02953445352613926, -0.014799976721405985, -0.05013589560985565, 0.05030432343482971, 0.013571454212069511, 0.03797464817762375, 0.02303431555628777, 0.004670803900808096, -0.04225713014602661, 0.00904841534793377, 0.014515751972794533, 0.015062660910189152, 0.06235601380467415, 0.0646083727478981, 0.006275563966482878, -0.021760176867246628, -0.014555714093148708, 0.013454098254442217, 0.007845625281333923, 0.003155716694891453, 0.014640319161117075, -0.013146870769560335, -0.017770888283848763, 0.017290551215410233, 0.052836231887340546, 0.05243776366114616, -0.04072878882288933, 0.002105370629578829, 0.01670650579035282, -0.05241905525326729, -0.01411066297441721, -0.0164070762693882, 0.011529634706676006, 0.041683223098516464, -0.0020585847087204456, 0.02882174588739872, 0.003915989305824041, -0.025617683306336403, 0.04918457940220833, 0.02940657176077366, 0.023051470518112183, -0.027865752577781677, 0.05148957297205925, 0.005240033846348524, -0.015515022911131382, -0.018058622255921364, -0.0409252867102623, -0.008676077239215374, 0.001429105643182993, 0.03467857465147972, 0.045563340187072754, 0.040862906724214554, 0.012824047356843948, -0.05391620472073555, 0.055207498371601105, -0.0015621656784787774, 0.017117444425821304, -0.03644942492246628, 0.02662436105310917, -0.006652971263974905, -7.687405741307884e-05, 0.00010448877583257854, 0.02166504412889481, -0.02109035849571228, 0.002559195039793849, -0.012984679080545902, 0.02963738329708576, -0.007904887199401855, -0.056860607117414474, -0.04081690311431885, 0.013589387759566309, -0.0013451954582706094, -0.04066016897559166, 0.020188946276903152, 0.03642057627439499, -0.04073502495884895, -0.02510225586593151, -0.013446301221847534, 0.029383178800344467, -0.02287212386727333, 0.016931859776377678, 0.005290328990668058, 0.05924668908119202, 0.06005452945828438, -0.0046657356433570385, -0.0030691626016050577, 0.019815437495708466, 0.04480540752410889, 0.030393561348319057, 0.030774282291531563, -0.03635585308074951, 0.03316192701458931, 0.0026371716521680355, 0.03777502849698067, 0.02773942798376083, 0.019152050837874413, 0.020057164132595066, 0.036334019154310226, 0.06977354735136032, -0.03519555926322937, 0.02466558665037155, -0.002463283715769649], [-0.0298119205981493, 0.003950811922550201, -0.029759682714939117, -0.004222221672534943, -0.00536574050784111, 0.02151593379676342, 0.04675312712788582, -0.016677318140864372, 0.044110968708992, 0.025642018765211105, -0.034607045352458954, 0.0148536404594779, -0.024084191769361496, -0.024133894592523575, -0.046857766807079315, 0.03879329562187195, -0.015765314921736717, -0.007188764400780201, 0.03760072961449623, 0.032127078622579575, -0.0027062506414949894, -0.02237790636718273, 0.0039161499589681625, 0.018232202157378197, -0.00752426590770483, 0.04857576638460159, -0.010696819052100182, -0.009190003387629986, 0.02484806254506111, 0.003406684147194028, 0.015753870829939842, -0.04057152196764946, 0.0027585707139223814, 0.03803138807415962, -0.0007993510807864368, -0.00569012388586998, 0.005012007895857096, 0.03667106851935387, -0.04579567164182663, -0.025903619825839996, -0.06827756762504578, 0.02893294394016266, -0.01691635511815548, -0.0004826517542824149, 0.0474202074110508, 0.021561715751886368, -0.001295818481594324, 0.02489122562110424, -0.03451548516750336, -0.06401871889829636, 0.023789891973137856, 0.005398113280534744, 0.006904928013682365, -0.0128864087164402, 0.01837869919836521, 0.04981384798884392, 0.061455368995666504, 0.01900719292461872, 0.06924548000097275, 0.047195229679346085, 0.05999008193612099, -0.0274759978055954, -0.030334141105413437, -0.03557365760207176, -0.022837668657302856, 0.00032307583023793995, 0.022960621863603592, 0.05128403753042221, 0.04821023717522621, -0.06393467634916306, -0.0025558306369930506, -0.015596584416925907, -0.01655927114188671, -0.044728346168994904, 0.05719096213579178, 0.01908109337091446, -0.0860140323638916, 0.041610077023506165, 0.03204336762428284, -0.10152167081832886, 0.0008109595510177314, 0.05461682006716728, -0.03567960485816002, -0.011818100698292255, -0.022982202470302585, -0.03219378739595413, -0.02118697389960289, -0.015894807875156403, 0.022662395611405373, -0.012839321978390217, -0.05872132256627083, -0.0056852190755307674, -0.025108354166150093, -0.024723801761865616, 0.01213737577199936, -0.004765777382999659, -0.018831919878721237, 0.027853190898895264, 0.020933711901307103, 0.07624589651823044, 0.008551536127924919, 0.016876788809895515, 0.011768070049583912, -0.006644636392593384, -0.007725044153630733, 0.029984578490257263, 0.01370129268616438, -0.03564560040831566, 0.015918351709842682, -0.04023144394159317, -0.021471627056598663, 0.02981322817504406, 0.03245130553841591, -0.02703765407204628, 0.018283214420080185, -0.0026547482702881098, 0.07979156076908112, -0.02413160540163517, -0.001455803168937564, -0.009728899225592611, -0.0553806945681572, -0.011175301857292652, -0.009453482925891876, 0.008415667340159416, -0.03633883595466614, 0.010163849219679832, -0.03106236644089222, -0.03696079179644585, -0.03086584061384201, 0.06216135993599892, -0.008211619220674038, -0.03275492042303085, -0.03529505431652069, -0.032408300787210464, -0.0714259147644043, 0.03773185610771179, 0.04054863378405571, 0.07847211509943008, -0.025048187002539635, -0.001510739210061729, -0.0268875602632761, 0.02652786299586296, 0.04820075258612633, 0.07100866734981537, -0.02184228226542473, -0.016982082277536392, -0.006434048525989056, -0.06145242229104042, 0.0003845518222078681, -0.008235817775130272, -0.0011824313551187515, 0.007760359905660152, 0.0334278866648674, 0.013756229542195795, 0.0417722649872303, -0.03824128210544586, 0.04548175260424614, 0.003693789942190051, -0.027435285970568657, 0.0110146626830101, 0.01016838662326336, 0.035221803933382034, 0.04074287414550781, 0.027194613590836525, -0.015078616328537464, 0.021273301914334297, 0.02699318341910839, 0.03164835274219513, 0.03383009508252144, -0.005075691733509302, 0.05595359578728676, -0.08056752383708954, 0.032108768820762634, 0.026166526600718495, -0.009807378984987736, -0.013532561250030994, 0.02708866447210312, -0.004232849460095167, -0.01954804919660091, 0.057011112570762634, 0.030252717435359955, -0.009537276811897756, -0.014298067428171636, 0.025336600840091705, 0.00982830673456192, -0.006142365280538797, -0.0019284815061837437, 0.020271455869078636, 0.007025264669209719, -0.0035956082865595818, 0.06995704025030136, -0.03792527690529823, 0.03816480189561844, -0.005742116831243038, -0.020839454606175423, 0.027167798951268196, -0.0011104913428425789, -0.03665275499224663, 0.021954769268631935, 0.021026678383350372, 0.01962260715663433, -0.05307649075984955, 0.05765922740101814, -0.025621091946959496, -0.06407627463340759, -0.07255210727453232, 0.04630186781287193, -0.025429468601942062, 0.0008636065758764744, -0.008979415521025658, 0.010865550488233566, 0.07919805496931076, 0.00952681340277195, 0.017312515527009964, 0.02301817201077938, -0.0091952346265316, 0.062260765582323074, -0.044707417488098145, 0.01751541905105114, 0.022581301629543304, -0.030894942581653595, -0.03388045355677605, -0.00552662368863821, -0.029654961079359055, -0.04308615252375603, 0.05924190208315849, 0.012751685455441477, 0.01432259287685156, 0.01687842234969139, -0.04488006979227066, 0.03281508758664131, -0.00477256253361702, 0.01879071816802025, -0.0218056570738554, 0.05005190148949623, -0.02767203375697136, 0.02675905078649521, 0.004591077566146851, 0.042264729738235474, 0.00939208921045065, -0.08131308108568192, -0.009272407740354538, 0.05505107715725899, -0.019798532128334045, 0.03461750969290733, -0.015100852586328983, -0.04144788533449173, 0.016746805980801582, -0.037625089287757874, -0.02675905078649521, 0.01961606554687023, 0.004462893586605787, -0.018212582916021347, 0.006404618266969919, 0.004333402030169964, -0.012513629160821438, -0.01595497690141201, 0.0020260910969227552, 0.05035404860973358, 0.007518380414694548, -0.02549160085618496, -0.04218559339642525, -0.031484197825193405, 0.000735422654543072, 0.0009545125649310648, 0.0015663292724639175, 0.048398591578006744, 0.015294927172362804, 0.032128386199474335, 0.018026847392320633, 0.0343506783246994, 0.006173756439238787, 0.035198260098695755, 0.05318848416209221, -0.02854447066783905, -0.011573177762329578, 0.03042014129459858, 0.011573177762329578, 0.02597425132989883, -0.0031235022470355034, -0.008392123505473137, -0.0448853075504303, -0.01104474626481533, 0.015133552253246307, -0.011263181455433369, 0.030326617881655693, -0.004567533731460571, -0.051127079874277115, 0.01534544862806797, -0.028768138960003853, -0.0015198952751234174, -0.015087772160768507, -0.011011719703674316, 0.003862113459035754, 0.03876714035868645, 0.003132004290819168, 0.024868052452802655, 0.025477210059762, 0.03233374282717705, -0.05848326534032822, 0.014083555899560452, 0.02332555316388607, -0.02243218943476677, 0.0012618923792615533, 0.03308715298771858, -0.021592453122138977, -0.05721058323979378, 0.1055084615945816, 0.028999652713537216, -0.02739997021853924, -0.03781033679842949, -0.026182876899838448, -0.022293541580438617, -0.011438454501330853, 0.05601147562265396, -0.06122744828462601, -0.007793060038238764, -0.0027271071448922157, -0.026834912598133087, 0.002593762706965208, 0.03188640624284744, -0.05319371446967125, 0.016504662111401558, -0.05216824635863304, 0.03349655494093895, 0.054901961237192154, 0.03200674429535866, 0.02186713181436062, -0.03906209394335747, -0.0337987020611763, -0.02029295638203621, 0.014534161426126955, -0.011557482182979584, 0.00935677345842123, -0.01093683671206236, 0.019882570952177048, 0.0004761117452289909, -0.030063720420002937, 0.007549772039055824, 0.028673961758613583, -0.05111661180853844, -0.037351228296756744, -0.03131350502371788, -0.023757193237543103, 0.033641740679740906, -0.07401968538761139, -0.006477049086242914, -0.013781080953776836, 0.05057771876454353, 0.01181515771895647, 0.026625633239746097, 0.003774886019527912, 0.01628328487277031, 0.006551768165081739, 0.020069941878318787, -0.027562487870454788, 0.018345998600125313, -0.03217416629195213, -0.0101343784481287, -0.005956629291176796, -0.030524780973792076, -0.003398182103410363, -0.06529859453439713, -0.011645771563053133, 0.017087703570723534, -0.022881485521793365, 0.00010267794277751818, -0.021941689774394035, 0.05902085453271866, 0.0009512425167486072, 0.06787993758916855, -0.00629932526499033, -0.046863000839948654, 0.02655042335391045, -0.047150757163763046, 0.01598506048321724, -0.03469075635075569, -0.039185695350170135, 0.01443508081138134, 0.0007900315686129034, 0.03741123154759407, -0.00905789528042078, 0.0184427909553051, 0.005587772931903601, 0.010775952599942684, 0.0211555827409029, 0.006694095209240913, 0.0163277555257082, 0.007233562879264355, 0.08813299238681793, -0.014234956353902817, -0.03312442824244499, 0.030345583334565163, -0.041960619390010834, -0.006618476938456297, 0.0182118471711874, 0.016465095803141594, 0.028137680143117905, 0.009772063232958317, 3.531598122208379e-05, -0.006547844503074884, 0.009641916491091251, -0.05826548486948013, 0.017671070992946625, 0.010980654507875444, -0.022810200229287148, -0.0876568853855133, -0.02299986220896244, 0.028777947649359703, 0.03745456039905548, -0.01450227852910757, -0.007770824246108532, 0.008988244459033012, -0.023816052824258804, 0.02490627020597458, -0.0541720986366272, -0.008967970497906208, -0.018133776262402534, -0.02015888504683971, -0.0062038409523665905, -0.029600024223327637, -0.0013943272642791271, -0.03007352165877819, 0.01782018318772316, 0.014348916709423063, 0.02947625331580639, -0.01244169007986784, 0.02703896164894104, -0.01240768190473318, 0.0473809689283371, 0.045617785304784775, 0.033869337290525436, 0.0023975626099854708, 0.06621615588665009, 0.018891433253884315, 0.014638147316873074, 0.04443347081542015, 0.04751830920577049, -0.04488269239664078, -0.023762423545122147, -0.050551559776067734, 0.022505436092615128, -0.05464951694011688, -0.03466983139514923, 0.0024950087536126375, -0.0057523357681930065, -0.005740809254348278, -0.004220913629978895, -0.05795483663678169, -0.06447913497686386, -0.028451601043343544, -0.03449979051947594, -0.05151686444878578, -0.003669592319056392, -0.03013499639928341, 0.020696474239230156, -0.0015198952751234174, 0.014304117299616337, -0.028367236256599423, -0.04704089090228081, -0.05754673853516579, 0.0200058501213789, 0.0436505563557148, 0.019696997478604317, -0.005489672999829054, 0.002813506405800581, 0.04275587946176529, -0.04850584641098976, 0.006150213070213795, -0.015607047826051712, 0.008190692402422428, -0.01856704987585545, 0.012725524604320526, -0.002137270988896489, -0.03970497101545334, 0.02676362730562687, 0.048427365720272064, -0.00019162188982591033, 0.011099028401076794, 0.017633138224482536, -0.0020097410306334496, -0.04810560122132301, -0.004674626048654318, 0.04556023329496384, -0.009943410754203796, -0.006095276679843664, 0.012128423899412155, -0.03483986854553223, 0.004506711848080158, -0.03587972745299339, -0.015907561406493187, 0.0448002815246582, 0.0008243665797635913, 0.040090180933475494, 0.012630695477128027, -0.010364586487412453, -0.020466264337301254, 0.04977722093462944, 0.03280854597687721, -0.02824493683874607, 0.04702126979827881, 0.03469010442495346, -0.008062507957220078, 0.01842055469751358, 0.029265176504850388, -0.03753696382045746, -0.005356257315725088, 0.027488913387060165, -0.03895534574985504, 0.00940222665667534, -0.046323779970407486, -0.01149469707161188, -0.0424681231379509, -0.0017357150791212916, 0.034866031259298325, 0.02308160997927189, -0.0257240142673254, -0.04906763136386871, 0.06959602981805801, 0.0055328370071947575, 0.0016683530993759632, -0.01980245485901833, 0.008497417904436588, 0.015618819743394852, 0.029249481856822968, -0.013898801058530807, 0.03299068659543991, -0.019567670300602913, 0.0013956351904198527, -0.0043739499524235725, -0.009177576750516891, -0.01617259532213211, -0.07764022052288055, -0.005791821051388979, 0.008551700040698051, -0.011286726221442224, 0.02433140203356743, 0.026609938591718674, 0.018882278352975845, -0.005025987047702074, 0.05950350686907768, 0.017559971660375595, 0.01756381429731846, -0.03216108679771423, -0.0224753525108099, -0.0010712514631450176, 0.00636799493804574, -0.003464236157014966, 0.0033314742613583803, 0.0052365753799676895, 0.024475283920764923, -0.02417836897075176, -0.04056629166007042, -0.03590719774365425, 0.003061045426875353, -0.007387579884380102, -0.033232010900974274, 0.007429435849189758, 0.056998685002326965, 0.005430812947452068, 0.009028465487062933, 0.004624431487172842, -0.030949225649237633, 0.01273263804614544, 0.018840095028281212, 0.02305741049349308, -0.01260126568377018, -0.010242942720651628, -0.017608286812901497, 0.019209768623113632, -0.06925594806671143, 0.002053558826446533, -0.024129971861839294, 0.0046859076246619225, -0.03562990203499794, -0.011144940741360188, -0.007905547507107258, -0.07418972253799438, -0.02513451501727104, -0.004962549544870853, 0.037347305566072464, -0.02360243909060955, 0.029626185074448586, -0.022876909002661705, -0.013163705356419086, -0.02508513815701008, 0.025589700788259503, 0.045322176069021225, 0.031849782913923264, -0.04201817139983177, -0.010446990840137005, 0.031801387667655945, 0.036691997200250626, -0.03276276960968971, -0.03677570819854736, -0.02433270961046219, -0.055760011076927185, 0.030791612342000008, 0.0006383036379702389, 0.013758926652371883, -0.005164635367691517, -0.0008070355979725718, 0.027930038049817085, 0.02076089195907116, 0.01989009231328964, 0.02150874212384224, -0.02570627443492413, -0.01699908636510372, -0.009131469763815405, -0.01509496569633484, -0.018455870449543, 0.00035839181509800255, -0.006123398896306753, -0.01911579631268978, 0.0016800434095785022, 0.01783326268196106, -0.03812818229198456, 0.028454218059778217, 0.022095052525401115, -0.016385961323976517, -0.028084054589271545, -0.04675835743546486, -0.015863414853811264, -0.06013134494423866, -0.03062165528535843, 0.0092279352247715, 0.015137475915253162, 0.0561923086643219, 0.06884261965751648, 0.04546605423092842, 0.05524466186761856, -0.013302026316523552, 0.07722297310829163, -0.011010412126779556, -0.01901046186685562, 0.03497132286429405, 0.019746866077184677, 0.018667766824364666, -0.007809736765921116, 0.016196954995393753, -0.019932519644498825, 0.00903892982751131, -0.019514041021466255, -0.05767492577433586, -0.04308811202645302, 0.03933415561914444, 0.054559268057346344, 0.021027561277151108, -0.003097015433013439, 0.022186284884810448, 0.0162819754332304, -0.025907542556524277, -0.02765633724629879, -0.007778998930007219, 0.025723114609718323, -0.01483189407736063, -0.020336119458079335, 0.01812535524368286, -0.02063238061964512, 0.015247348695993423, 0.014804590493440628, -0.046784523874521255, 0.03916673362255096, 0.029972558841109276, 0.016114428639411926, 0.0220489464700222, 0.0066567352041602135, -0.024430811405181885, -0.007623020093888044, -0.014223839156329632, 0.02527447044849396, 0.016803214326500893, 0.014448161236941814, -0.010716438293457031, 0.010452223010361196, -0.010365567170083525, 0.01908305659890175, -0.012827630154788494, -0.009654996916651726, 0.010304419323801994, -0.06071732938289642, 0.01969323866069317, 0.024421654641628265, -0.01783980242908001, 0.03424832969903946, 0.002952481620013714, 0.003945580217987299, 0.009116754867136478, -0.02307049371302128, -0.03968993201851845, -0.03845648840069771, -0.01029003132134676, 0.030172929167747498, -0.007793060038238764, -0.04269309714436531, 0.004346604458987713, 0.03831604123115539, 0.06857055425643921, -0.026281630620360374, -0.021953461691737175, 0.013856944628059864, 0.004494285676628351, -0.02861902490258217, -0.002574142534285784, 0.019398938864469528, 0.027125289663672447, 0.00928426068276167, 0.014738536439836024, 0.013816147111356258, -0.042816050350666046, -0.024926215410232544, 0.02173502556979656, 0.0012762803817167878, 0.020104601979255676, -0.023224834352731705, 0.03531559556722641, 0.008927585557103157, 0.012275573797523975, 0.029688967391848564, 0.04538234323263168, -0.013107460923492908, -0.00029168385663069785, -0.02705596573650837, -0.03947541862726211, -0.031533244997262955, 0.006033146753907204, -0.023494284600019455, -0.011312886141240597, -0.02641766332089901, -0.034583501517772675, -0.004009671974927187, -0.05252401903271675, 0.017440862953662872, -0.008397355675697327, 0.013244801200926304, -0.0028422826435416937, -0.05403083562850952, -0.02153751626610756, -0.008981703780591488, 0.048981960862874985, 0.03901500254869461, -0.009014731273055077, -0.004522325936704874, -0.019166113808751103, 0.01563974842429161, 0.005267313681542873, -0.0218645166605711, 0.0069546326994895935, 0.03330689296126366, -0.007077584508806467, 0.04578782618045807, 0.01230304129421711, -0.0576932355761528, 0.06280489265918732, -0.012292414903640749, -0.0356966108083725, 0.06469888240098953, -0.027867579832673073, 0.00025636787177063525, -0.006048189010471106, -0.032747071236371994, -0.04637642577290535, -0.0280382726341486, 0.0021130729001015425, -0.015012235380709171, 0.007253673858940601, 0.00065399962477386, 0.001916872919537127, 0.025469036772847176, 0.04266432300209999, -0.02301163226366043, 0.005924582947045565, -0.03560635820031166, -0.03657297044992447, -0.0018851540517061949, -0.016066810116171837, -0.07763499021530151, -0.01877763867378235, -0.04108425974845886, -0.004504422657191753, -0.028464682400226593, -0.019813572987914085, -0.020765306428074837, 0.011986506171524525, -0.0645432248711586, 0.001178507343865931, -0.027775365859270096, -0.05311654508113861, 0.020487846806645393, -0.034553416073322296, 0.04140602424740791, 0.04643136262893677, -0.11053509265184402, 0.002823316492140293, -0.028655648231506348, 0.030345583334565163, 0.003790418617427349, 0.03468291088938713, -0.021283766254782677, 0.012095069512724876, 0.01284242793917656, 0.035061903297901154, -0.00010357720020692796, 0.048174597322940826, -0.012137251906096935, -0.013650281354784966, 0.01944700814783573, 0.017386581748723984, -0.039501581341028214, -0.014084781520068644, 0.014720224775373936, -0.007481101900339127, -0.010782983154058456, -0.011393164284527302, -0.01306560542434454, -0.017087049782276154, 0.0191124863922596, 0.041591763496398926, -0.05542581528425217, 0.015407578088343143, 0.010104294866323473, 0.08724616467952728, -0.03155417740345001, -0.051876723766326904, 0.01357883121818304, -0.0484456792473793, 0.030284712091088295, 0.0210967231541872, 0.005276469048112631, 0.01753569208085537, 0.040629077702760696, 0.0393289253115654, -0.0004852677520830184, 0.020103294402360916, 0.0034099542535841465, 0.020177852362394333, -0.011316319927573204, -0.013679057359695436, 0.016045227646827698, -0.01032534707337618, -0.024963822215795517, -0.011297189630568027, 0.03153521195054054, 0.03167647495865822, -0.02538793906569481, -0.020249299705028537, 0.09009499102830888, -0.06166432052850723, 0.015758777037262917, -0.037032078951597214, -0.01214869786053896, 0.008340457454323769, -0.01494650822132826, -0.004715337418019772, 0.017583435401320457, 0.040626462548971176, 0.0074797943234443665, 0.020353615283966064, -0.002551906742155552, -0.01838899962604046, -0.011730137281119823, -0.035805173218250275, 0.05092564597725868, -0.04064084589481354, -0.015265659429132938, -0.0022313445806503296, -0.005658404901623726, -0.040092796087265015, 0.016593607142567635, -0.007170452270656824, -0.029560783877968788, 0.029566342011094093, -0.0170716792345047, 0.0051607112400233746, 0.08440258353948593, -0.01797616109251976, -0.001740292995236814, -0.01586325280368328, 0.003203290281817317, -0.003007907886058092, -0.009560166858136654, -0.0013309711357578635, -0.02055455558001995, -0.06693293899297714, -0.019732477143406868, -0.03193218633532524, -0.025364069268107418, 0.0265611968934536, 0.05273853242397308, -0.024763042107224464, -0.03295373544096947, 0.023154856637120247, -0.020110489800572395, 0.0913611352443695, -0.01800362952053547, -0.05134681984782219, 0.05187002196907997, 0.023699965327978138, -0.00791956763714552, 0.07589012384414673, -0.01562274433672428, 0.02555372938513756, -0.0221732035279274, -0.038635559380054474, -0.036702461540699005, -0.006094295997172594, 0.0219681765884161, -0.041662391275167465, 0.011463305912911892, 0.01292107068002224, -0.039454493671655655, 0.05999531224370003, -0.0034243424888700247, 0.014680984430015089, -0.0022128077689558268, 0.013548256829380987, -0.02885904349386692, -0.046307098120450974, -0.008034958504140377, -0.02000192552804947, 0.02491346374154091, -0.000695855647791177, -0.03194395825266838, -0.002119469689205289, -0.009267829358577728, 0.03011276200413704, -0.026099491864442825, -0.007135136052966118, 0.06550199538469315, -0.022380521520972252, 0.009133820421993732, 0.031511664390563965, -0.004085536114871502, 0.003797285724431276, 0.01226380094885826, 0.029044125229120255, 0.01892895810306072, -0.010112796910107136, -0.026942169293761253, -0.007062215823680162, 0.004325349349528551, 0.04942144826054573, 0.01786203868687153, -0.01917690597474575, -0.03407599776983261, -0.013531253673136234, 0.013917112722992895, 0.028380969539284703, 0.0398285798728466, 0.016980446875095367, 0.009319495409727097, 0.004279119893908501, -0.013174169696867466, -0.02125106379389763, -0.03613969311118126, 0.042232684791088104, -0.052055757492780685, 0.01895507611334324, 0.012542405165731909, -0.02037078328430653, 0.03708047419786453, 0.03985731676220894, 0.011849655769765375, -0.01443965919315815, 0.028014402836561203, 0.006319598760455847, -0.02961572073400021, -0.00644647516310215, -0.002243218943476677, -0.02426077052950859, -0.007609940133988857, -0.019306069239974025, -0.014183945022523403, 0.05526035651564598, 0.03247369825839996, 0.04382321238517761, 0.08162961900234222, 0.002398870885372162, 0.02366694062948227, -0.022676784545183185, 0.0159116480499506, 0.015767278149724007, -0.04229219630360603, 0.05891229212284088, -0.01595170609652996, -0.014956971630454063, -0.05464297905564308, 0.015315364114940166, -0.010797534137964249, 0.01555995922535658, -0.06730441004037857, -0.035153135657310486, 0.009847926907241344, 0.02292236126959324, 0.012944942340254784, -0.009795933961868286, 0.020708246156573296, -0.003564298152923584, -0.012083952315151691, -0.02366170845925808, 0.01659589447081089, -0.00879623368382454, -0.012687593698501589, 0.020951533690094948, 0.07590581476688385, 0.045633479952812195, 0.028139641508460045, -0.03318852186203003, 0.023821936920285225, 0.04201293736696243, 0.017092935740947723, -0.024364104494452477, -0.016966059803962708, 0.03288048878312111, 0.04502076283097267, 0.05763044953346253, 0.01259734109044075, 0.013384757563471794, 0.03698106482625008, 0.027216196060180664, 0.0010496694594621658, -0.04025237262248993, 0.01740145869553089, -0.01595693826675415], [-0.01982230693101883, -0.036239370703697205, -0.054540470242500305, -0.01586117222905159, 0.01488919835537672, 0.03249127045273781, 0.0141568873077631, -0.04768962040543556, 0.01698959618806839, -0.017362410202622414, 0.014453141018748283, 0.01489169429987669, -0.027752891182899475, 0.013913894072175026, -0.008346672169864178, 0.007762487977743149, -0.0022002593614161015, -0.017002910375595093, 0.05563393980264664, 0.023879969492554665, 0.00845651887357235, -0.008042305707931519, 0.031139826402068135, 0.04374555125832558, -0.03324522078037262, 0.01178270485252142, 0.02114587277173996, -0.04445081576704979, 0.03896930813789368, -0.0049347723834216595, 0.04666813462972641, -0.010035563260316849, 0.009822682477533816, 0.010425434447824957, 0.017981544137001038, 0.02042396552860737, -0.02905190922319889, -0.0006861247238703072, -0.040350291877985, -0.01799486018717289, -0.03705073520541191, 0.01760706678032875, 0.008511441759765148, 0.02240869216620922, 0.05882448330521584, 0.05223202705383301, 0.00023092736955732107, 0.0456029549241066, 0.025697223842144012, -0.03124967589974403, 0.026056930422782894, -0.004859044682234526, 0.0007855691947042942, -0.02455340325832367, -0.00926362071186304, 0.02062784880399704, 0.03976902365684509, 0.011037079617381096, 0.052919816225767136, 0.04828587546944618, 0.007995495572686195, 0.0002529798948671669, -0.052799563854932785, -0.05729328840970993, 0.01075497455894947, 0.005937537644058466, 0.0285018477588892, -0.02237207628786564, 0.01401042565703392, -0.03348654881119728, 0.005923390854150057, -0.011097828857600687, -0.03499777242541313, 0.003904544748365879, 0.03924683481454849, 0.007426291238516569, -0.058787036687135696, -0.011111143045127392, 0.018762536346912384, -0.02415625192224979, -0.011074528098106384, 0.010112226009368896, -0.03545380011200905, -0.06924325972795486, -0.04135804995894432, -0.00527596240863204, -0.006930317264050245, -0.01983978226780891, 0.009733068756759168, -0.004160853568464518, -0.03805183619260788, 0.004966394975781441, 0.03929385170340538, -0.0002496512024663389, 0.029720144346356392, 0.008198545314371586, -0.008226007223129272, 0.016623441129922867, 0.03196866810321808, 0.04873857647180557, 0.04751528054475784, -0.0009694789187051356, -0.0365401990711689, 0.02519064024090767, -0.006339476443827152, -0.007384682539850473, 0.0308302603662014, -0.04954744502902031, 0.03145105764269829, -0.05444684997200966, -0.02549713663756847, -0.004363070707768202, 0.0035267393104732037, -0.060575369745492935, 0.01884700171649456, 0.02688535489141941, 0.05614156648516655, -0.0145330298691988, -0.04404512792825699, -0.027877718210220337, -0.014076166786253452, -0.03029787726700306, -0.006266037467867136, 0.013365494087338448, -0.035275716334581375, -0.04342266917228699, 0.01861732266843319, 0.010556917637586594, -0.009331545792520046, -0.005568886175751686, 0.0003295395872555673, -0.03446850925683975, 0.005130332428961992, -0.05853155627846718, -0.07527816295623779, 0.01468614861369133, -0.03456836938858032, 0.03662882745265961, 0.004584116395562887, 0.01992882415652275, 0.00036012186319567263, 0.012556622736155989, 0.02214988693594933, 0.05966664105653763, 0.010127517394721508, -0.03233232721686363, -0.002453863387927413, -0.020701078698039055, -0.010303937830030918, 0.003529235953465104, 0.004498506896197796, 0.01726587675511837, -0.03383522853255272, 0.03044912777841091, 0.019876398146152496, 0.008055828511714935, 0.033783841878175735, 0.01657087542116642, -0.03878914192318916, 0.003418557345867157, 0.012009679339826109, 0.0367053858935833, 0.06075511872768402, -0.01831919699907303, -0.03189127892255783, 0.003556697629392147, 0.02617509849369526, 0.028488948941230777, -0.025358738377690315, -0.0033752843737602234, 0.018906917423009872, 0.010825708508491516, 0.020258363336324692, 0.05783919245004654, -0.0057885791175067425, -0.018372666090726852, 0.0022662088740617037, -0.01724923402070999, -0.025451108813285828, 0.0841773971915245, 0.015198766253888609, 0.018297769129276276, -0.0092770392075181, -0.012425972148776054, -0.01669001579284668, -0.004693442955613136, -0.03027140535414219, -0.027464335784316063, -0.006827128119766712, 0.04441295191645622, 0.029996424913406372, -0.08744949102401733, -0.02131771668791771, 0.004450448788702488, -0.021083876490592957, 0.014541350305080414, 0.02306964434683323, 0.023393981158733368, -0.018852826207876205, 0.0052229114808142185, 0.006273527164012194, -0.009225443936884403, 0.026261644437909126, -0.01183565240353346, -0.06440335512161255, -0.03430134803056717, 0.045354653149843216, -0.024581074714660645, 0.030161194503307343, -0.018261048942804337, -0.016825659200549126, 0.08105342835187912, -0.004067650530487299, 0.011603787541389464, 0.022382063791155815, 0.009947768412530422, 0.06729930639266968, -0.04286012053489685, 0.05276794359087944, 0.027042219415307045, -0.03893560171127319, -0.01941121369600296, 0.01755984127521515, -0.07352394610643387, -0.025832243263721463, 0.05281912162899971, 0.04827255755662918, 0.05351190268993378, -0.008597156032919884, -0.029287414625287056, 0.021008670330047607, -0.02852681092917919, 0.0056980811059474945, -0.055357661098241806, 0.005396626889705658, 0.03238808363676071, -0.01981065422296524, 0.009998738765716553, -0.011748794466257095, -0.008591330610215664, -0.018192915245890617, -0.051378220319747925, 0.03004802018404007, -0.006811317056417465, 0.002817730186507106, 0.007383434567600489, -0.02564001083374023, -0.01728418469429016, -0.006559169385582209, 0.015995152294635773, 0.031920403242111206, -0.01036884728819132, -0.015012359246611595, 0.009551863186061382, 0.0015648968983441591, 0.007370640058070421, -0.01269060280174017, 0.03057478368282318, 0.0026496315840631723, -0.015758270397782326, -0.006956947036087513, -0.06357118487358093, -0.03905044123530388, -0.04231421649456024, 0.0465882420539856, -0.011513913981616495, -0.00488234544172883, -0.014604699797928332, 0.0430997833609581, -0.02521435543894768, 0.021102990955114365, -0.03034968115389347, 0.057988982647657394, 0.03600303456187248, -0.032283227890729904, 0.02159150131046772, 0.05908412113785744, -0.01195579580962658, 0.05130831524729729, 0.03857444226741791, -0.004144210368394852, -0.07139114290475845, -0.015234548598527908, 0.06000949442386627, 0.02746829017996788, -0.024672197178006172, -0.00756942480802536, -0.01899429596960545, -0.013172429986298084, -0.004710086155682802, -0.024125460535287857, -0.01589217223227024, 0.012522920966148376, 0.019802333787083622, 0.043272875249385834, -0.01551166269928217, 0.005482340697199106, 0.018815379589796063, 0.007462906651198864, -0.07619021832942963, 0.04230048507452011, 0.002598036779090762, -0.04017387330532074, -0.03104162961244583, 0.021720487624406815, -0.022042537108063694, -0.04038982093334198, 0.06474953889846802, 0.009956402704119682, -0.0015844529261812568, -0.002399980323389173, 0.00991697795689106, -0.0022601757664233446, -0.040530040860176086, 0.0728415697813034, -0.08027783781290054, 0.021885985508561134, 0.0494794137775898, -0.009828143753111362, -0.0025597570929676294, 0.04622208699584007, 0.004693442955613136, -0.03736279904842377, -0.041851531714200974, 0.02514653280377388, 0.04915798828005791, -0.00011650389933492988, 0.018497491255402565, -0.01837599277496338, -0.02539951540529728, 0.04953080043196678, 0.010564407333731651, 0.043256230652332306, -0.008353330194950104, 0.004413833376020193, 0.004728394094854593, 0.04296663776040077, -0.012722225859761238, 0.028061211109161377, 0.0144065385684371, 0.019523555412888527, -0.07634001225233078, -0.0006657365593127906, -0.04168509319424629, 0.03258780390024185, -0.06845103204250336, -0.027107128873467445, 0.013076731003820896, 0.00990033522248268, -0.001554494840092957, 0.026902414858341217, -0.02444501593708992, 0.013109185732901096, -0.02714124694466591, 0.0001581124379299581, 0.007856731303036213, 0.004483735654503107, -0.0234372541308403, 0.013988997787237167, -0.011134925298392773, 0.05648774653673172, 0.01169990375638008, -0.028806421905755997, 0.04311642795801163, -0.03661535680294037, -0.04667811840772629, -0.021847808733582497, -0.01426007691770792, 0.032661035656929016, -0.0511152520775795, 0.0435924306511879, -0.012555791065096855, -0.005319235380738974, 0.023208407685160637, -0.003759747138246894, 0.016193626448512077, -0.046748023480176926, -0.07565721869468689, 0.013913477770984173, -0.026799224317073825, 0.028012529015541077, 0.0030082971788942814, 0.029097681865096092, -0.055325206369161606, 0.042979951947927475, -0.013759111054241656, 0.030683796852827072, 0.03737611323595047, 0.014391561038792132, 0.07782793045043945, 0.0012316126376390455, -0.016374623402953148, 0.01788834109902382, -0.0019406219944357872, -0.002159378957003355, 0.0027935970574617386, 0.018361013382673264, 0.017974887043237686, 0.03633423894643784, -0.00193854165263474, -0.03932173177599907, -0.002010524505749345, -0.029492128640413284, -0.0258688572794199, -0.03055397793650627, -0.04639018699526787, -0.04513028264045715, -0.009506718255579472, -0.031344540417194366, 0.008085370995104313, 0.004761680494993925, -0.04179494082927704, -0.0064190528355538845, 0.008312136866152287, 0.01784173958003521, 0.002176958601921797, -0.030309321358799934, -0.005625890102237463, 0.004877352621406317, -0.011379102244973184, 0.03818586841225624, 0.02696898765861988, -0.01841260865330696, -0.0047566876746714115, 0.07755830883979797, 0.06257590651512146, -0.01560320146381855, -0.011483955197036266, -0.04735717177391052, 0.0012116405414417386, 0.05794903635978699, 0.0004115084011573345, -0.0006349462200887501, 0.026719337329268456, -3.3286829420831054e-05, 0.04718075320124626, 0.01495577208697796, 0.003891230328008533, -0.033100422471761703, -0.04163849353790283, 0.019431184977293015, 0.022953622043132785, -0.0317123606801033, 0.013993781991302969, -0.02228844538331032, 0.020534085109829903, -0.04720987379550934, 0.014346415176987648, -0.03950480744242668, -0.015386836603283882, 0.022872211411595345, -0.05114521086215973, -0.06842773407697678, -0.025644171983003616, -0.00980297103524208, 0.01958264037966728, 0.03074704296886921, -0.017016226425766945, 0.004119244869798422, -0.032131776213645935, -0.0388324148952961, -0.017161857336759567, 0.01874006912112236, -0.0004547812568489462, -0.04076768085360527, 0.04101935774087906, 0.030244411900639537, -0.04968391731381416, -0.0004793303378392011, -0.030663825571537014, 0.0126914344727993, -0.010888537392020226, 0.030643854290246964, -0.03041750378906727, -0.005365836899727583, 0.0008783561643213034, 0.10235033929347992, -0.021648088470101357, -0.008870523422956467, 0.02499341405928135, 0.0025851381942629814, -0.03131624683737755, 0.020647818222641945, -0.0051777660846710205, 0.013080032542347908, 0.018933547660708427, 0.01675253175199032, -0.0030790315940976143, 0.01003681030124426, -0.03497530147433281, 0.03665711730718613, 0.07143061608076096, -0.024978436529636383, 0.03016618639230728, -0.00019639229867607355, 0.024305781349539757, 0.01592400297522545, 0.0550064817070961, 0.0014151062350720167, -0.03275257721543312, 0.025543896481394768, 0.028468560427427292, -0.04650835692882538, 0.012376043014228344, 0.006544190458953381, -0.06914506107568741, -0.02117125503718853, 0.039303008466959, -0.010338888503611088, -0.0020567099563777447, -0.07347235083580017, -0.016204027459025383, -0.01994546689093113, -0.01119664777070284, 0.026649434119462967, 0.03849601000547409, -0.018699707463383675, -0.02181951515376568, 0.01303688995540142, -0.013188241049647331, -0.011019187979400158, 0.04772665351629257, -0.01374210324138403, 0.04427148029208183, 0.004442127421498299, 0.010588539764285088, 0.05220040678977966, -0.03014330379664898, 0.022005921229720116, 0.02170301228761673, 0.021994272246956825, -0.019279729574918747, -0.042740289121866226, 0.04022546485066414, -0.012722225859761238, 0.012783805839717388, 0.037338096648454666, 0.056714095175266266, 0.022014452144503593, -0.00931198988109827, -0.01714271679520607, 0.015576258301734924, 0.015639815479516983, -0.04019717499613762, -0.02090412937104702, -0.01649695262312889, 0.00764265563338995, 0.0007689257035963237, 0.046634845435619354, -0.02645470574498177, 0.03714144229888916, 0.02605609782040119, -0.06620749831199646, -0.07221910357475281, 0.038013558834791183, -0.011001297272741796, -0.020081110298633575, 0.0154475849121809, -1.165039066108875e-05, 0.05268638953566551, 0.012058152817189692, 0.011187286116182804, -0.02007861435413361, 0.04619712382555008, 0.005603837314993143, 0.03729835897684097, -0.007774138357490301, -0.03405388072133064, 0.020993586629629135, 0.022974569350481033, -0.017282521352171898, -0.007096751593053341, 0.008139877580106258, -0.016804855316877365, -0.038920626044273376, -0.03141943737864494, 0.013220279477536678, -0.03714809939265251, -0.003283745376393199, -0.033053819090127945, 0.06596118211746216, 0.0332685187458992, -0.01906253397464752, -0.004574442282319069, 0.02216237038373947, 0.00607068557292223, 0.01678488217294216, -0.011249284259974957, 0.00011858432117151096, -0.028240542858839035, -0.0032438014168292284, 0.05331218242645264, 0.03027769923210144, -0.03130626305937767, -0.03824656456708908, -0.057002030313014984, -0.04602320119738579, 0.0009037373820319772, -0.03358640894293785, -0.020261691883206367, -0.030251068994402885, -0.02163310907781124, -0.012028195895254612, 0.02018263563513756, 0.02901279926300049, 0.034611642360687256, -0.011106150224804878, 0.0285800714045763, 0.028688253834843636, -0.014912499114871023, -0.038695938885211945, 0.008962894789874554, 0.029083533212542537, 0.015273661352694036, -0.051984041929244995, 0.02253185398876667, -0.06785187125205994, 0.0015994322020560503, -0.03363301232457161, -0.032884057611227036, 0.03839801996946335, -0.036039646714925766, -0.02610020339488983, 0.0409727543592453, -0.04006069898605347, 0.012122646905481815, -0.0011991580249741671, 0.02833707630634308, 0.024082187563180923, -0.0048415688797831535, 0.051907479763031006, -0.03073539212346077, 0.08501455932855606, -0.018688473850488663, -0.04155277833342552, 0.09080646187067032, 0.019020093604922295, -0.01391056552529335, -0.018339376896619797, 0.04074307531118393, -0.007946813479065895, -0.016765743494033813, -0.03503105789422989, 0.0142671512439847, -0.019838949665427208, 0.04300658032298088, 0.014772694557905195, -0.013176591135561466, -0.005107031669467688, -0.04883676767349243, 0.030978387221693993, 0.00028293803916312754, -0.05585530027747154, -0.0014612916857004166, -0.02726856991648674, 0.011020436882972716, -0.002514819847419858, -0.005305088125169277, 0.013172429986298084, -0.034734804183244705, 0.03776556998491287, -0.013066744431853294, 0.014932471327483654, 0.02997811697423458, 0.01111738383769989, 0.023703550919890404, 0.03903546184301376, -0.018192915245890617, -0.043202973902225494, -0.029004476964473724, 0.05968328192830086, 0.01542345155030489, 0.013750788755714892, -0.033401668071746826, 0.0009020729921758176, -0.017275864258408546, -0.004859876818954945, -0.04008732736110687, -0.011375773698091509, 0.01579792983829975, -0.0004926450201310217, -0.06365647912025452, 0.016346745193004608, -0.04064321890473366, 0.05128834396600723, 0.003967789933085442, -0.00787233468145132, -0.012500868178904057, -0.05628802999854088, -0.04714413359761238, -0.005342536140233278, 0.005841006524860859, -0.00971018336713314, 0.03861271962523461, 0.010170790366828442, 0.005925055593252182, 0.01156883779913187, 0.017991529777646065, -0.028693245723843575, 0.048181019723415375, -0.05918397754430771, 0.06745658814907074, 0.008354993537068367, -2.413294896541629e-05, 0.020923683419823647, -0.019649215042591095, 0.01082487590610981, 0.030264385044574738, -0.02635650895535946, -0.06624078750610352, -0.02987159974873066, 0.032939814031124115, 0.014629561454057692, -0.009599088691174984, -0.01244095154106617, -0.039977479726076126, 0.006707295775413513, 0.003275423776358366, -0.0035150889307260513, 0.012334433384239674, 0.0098548773676157, -0.014957435429096222, -0.05379151180386543, -0.003516753436997533, 0.007753334473818541, 0.015611106529831886, -0.01890026032924652, -0.008238489739596844, 0.0048355357721447945, -0.01693134568631649, -0.012532491236925123, -0.011502263136208056, 0.05477680638432503, -0.0012765498831868172, 0.012019873596727848, 0.014476440846920012, -0.00729314424097538, -0.036144502460956573, 0.007026849314570427, -0.0054257530719041824, 0.05611909553408623, 0.025690775364637375, -0.01335425954312086, -0.026863301172852516, -0.035756710916757584, -0.002181951655074954, -0.07637330144643784, -0.008415534161031246, 0.05794654414057731, -0.045030418783426285, 0.020371537655591965, 0.034068234264850616, -0.026954010128974915, 0.004932899959385395, -0.009786327369511127, -0.05795902758836746, 0.03205854445695877, -0.04527674615383148, 0.025620870292186737, -0.05208057165145874, -0.041368868201971054, -0.06280558556318283, -0.0042848470620810986, -0.003341373521834612, 0.01836434379220009, 0.021719863638281826, -0.042803533375263214, -0.00910436362028122, 0.005682061426341534, -0.017063971608877182, -0.02095738612115383, 0.0053866407833993435, -0.030766597017645836, 0.009729740209877493, -0.012985192239284515, -0.031502652913331985, -0.05377820134162903, -0.029598647728562355, -0.040312010794878006, -0.002924247644841671, -0.008748610503971577, -0.057672761380672455, -0.02226722240447998, 0.036256011575460434, -0.014860903844237328, 0.010587084107100964, -0.06358116865158081, -0.04891915246844292, 0.027065521106123924, -0.007807425688952208, 0.045682840049266815, 0.005441564135253429, -0.03700163587927818, 0.0368352048099041, -0.02562420070171356, -0.015103898011147976, 0.04656161367893219, 0.034337446093559265, 0.002955870470032096, -0.039306022226810455, 0.024327678605914116, 0.022275544703006744, -0.013554396107792854, 0.010879461653530598, -0.011598171666264534, -0.018657267093658447, -0.05045284703373909, -0.01734701357781887, 0.05082898586988449, -0.04827505722641945, -0.05886442959308624, 0.02065863646566868, -0.01471610739827156, -0.012722225859761238, 0.031139308586716652, -0.006158063188195229, 0.004973052069544792, 0.014519713819026949, -0.007757495157420635, -0.003991194535046816, 0.026703109964728355, 0.04009731113910675, -0.03668874129652977, -0.03892478346824646, 0.025693269446492195, -0.04052005708217621, 0.052460044622421265, -0.009895342402160168, -0.008169420063495636, -0.00822559092193842, 0.02498592622578144, 0.02306361123919487, 0.012615707702934742, 0.022459454834461212, -0.01241099275648594, 0.00391765171661973, 0.008549721911549568, -0.001532858470454812, 0.0018324399134144187, -0.021676382049918175, -0.01734493486583233, 0.012123062275350094, 0.016951316967606544, 0.03208392485976219, -0.00593420909717679, -0.03915196657180786, 0.02398170530796051, -0.03611953929066658, -0.013191777281463146, -0.025577597320079803, -0.033060476183891296, -0.01536187157034874, -0.07329593598842621, -0.005029639694839716, 0.030613895505666733, 0.008110336028039455, 0.0405317060649395, 0.010929729789495468, 0.06461139768362045, -0.027775360271334648, -0.026303043588995937, -0.012729298323392868, 0.022694960236549377, -0.008559707552194595, -0.01316161174327135, -0.01483261026442051, -0.008845974691212177, -0.0176653191447258, 0.06830623745918274, -0.004082629457116127, 0.019900530576705933, 0.06190018728375435, -0.019128119572997093, 0.009816286154091358, 0.06565161049365997, -0.06954949349164963, -0.02650962769985199, -0.006153069902211428, -0.04431807994842529, 0.015646889805793762, 0.007080108392983675, 0.03914031758904457, 0.025754226371645927, -0.03945820406079292, 0.021739628165960312, 0.02114296145737171, -0.06670347601175308, 0.04755023494362831, 0.02466447278857231, 0.01247923169285059, -0.0412323921918869, 0.036885134875774384, 0.002930073067545891, 0.06312014907598495, -0.005773600656539202, -0.027435002848505977, 0.07522822916507721, 0.03512093052268028, -0.0032088502775877714, 0.04444124549627304, -0.005662089679390192, 0.010058446787297726, -0.005524508189409971, -0.030787819996476173, -0.03599221631884575, -0.0027261911891400814, 0.0018682231893762944, -0.05432410538196564, 0.050452012568712234, -0.021889418363571167, 0.010187434032559397, 0.015588222071528436, 0.008885919116437435, -0.006406882312148809, 0.006184692960232496, 0.023903273046016693, 0.0070331948809325695, -0.06030907109379768, -0.02150329016149044, -0.03165910020470619, -9.986048098653557e-06, 0.02668771520256996, -0.036146167665719986, -0.02008027769625187, -0.052030641585588455, 0.08880925178527832, -0.015936899930238724, 0.04752527177333832, 0.03023109585046768, 0.03419888764619827, -0.0420878641307354, 0.04128565266728401, 0.031078247353434563, 0.03320969641208649, 0.01440737210214138, 0.017362410202622414, -0.0029209190979599953, -0.008110336028039455, -0.009416843764483929, 0.06798668205738068, -0.0028293803334236145, 0.02917257696390152, 0.011149423196911812, 0.006646547466516495, -0.0034385293256491423, -0.011796851642429829, 0.025058740749955177, 0.05378485843539238, 0.01478351280093193, -0.010358860716223717, -0.00950006116181612, -0.042931683361530304, -0.03536975011229515, 0.013077562674880028, -0.005410773679614067, 0.0599096342921257, -0.06209532916545868, 0.021222850307822227, -0.007115059532225132, 0.007226154208183289, 0.06369767338037491, 0.023071100935339928, 0.026319894939661023, -0.0231909342110157, 0.00039684140938334167, -0.019412878900766373, 0.009631127119064333, -0.038373056799173355, -0.005866803228855133, -0.0340723991394043, -0.008723229169845581, 0.003733917605131865, 0.016377536579966545, 0.03656474873423576, -0.016478540375828743, -0.028997819870710373, 0.051694441586732864, 0.01015747617930174, 0.04448118805885315, -0.04044849053025246, 0.03055314719676971, -0.022937951609492305, -0.05346862971782684, -0.014296067878603935, 0.00190733524505049, -0.03431393578648567, -0.030796973034739494, -0.003841300029307604, 0.0328083299100399, -0.016368381679058075, -0.04829918593168259, -0.037973612546920776, 0.016217341646552086, 0.05839841067790985, -0.010081748478114603, 0.021801207214593887, 0.07419633865356445, -0.007030177861452103, -0.034950338304042816, -0.012913624756038187, 0.05067586526274681, 0.04942427948117256, -0.0395846962928772, 0.01809190958738327, 0.04282683506608009, -0.03563022240996361, 0.005279290955513716, 0.014483099803328514, -0.0537482388317585, 0.033400002866983414, 0.01032420899719, -0.011513913981616495, 0.0005741977947764099, 0.004470421001315117, 0.010725016705691814, 0.022282203659415245, 0.014143573120236397, 0.01784173958003521, 0.01623273827135563, 0.021678254008293152, 0.0629187598824501, 0.018940206617116928, 0.010016006417572498, -0.04640849679708481], [-0.027740010991692543, -0.04520445689558983, -0.04754619300365448, -0.024273555725812912, -0.026380402967333794, 0.0563669428229332, 0.025605393573641777, 0.0025594953913241625, -0.0043496182188391685, 0.030596191063523293, -0.024155588820576668, -0.0004576567444019019, -0.036011237651109695, -0.008019432425498962, -0.007296201307326555, 0.06115897372364998, -0.05016769468784332, -0.017983905971050262, 0.035212114453315735, 0.02206982672214508, -0.006211771629750729, -0.00867543462663889, 0.030734822154045105, 0.039316724985837936, -0.03736959397792816, 0.032805971801280975, 0.0008317994652315974, -0.01261197216808796, 0.01779182441532612, 0.017202215269207954, -0.0020594552624970675, -0.005610888358205557, 0.014814549125730991, -0.00934354681521654, 0.02518281154334545, 0.009532288648188114, 0.0011992610525339842, 0.013462457805871964, 0.010312309488654137, -0.019787808880209923, -0.03889748081564903, 0.003356845583766699, -0.036139849573373795, 0.026878146454691887, 0.017669057473540306, 0.025247953832149506, -0.016181673854589462, -0.0034507988020777702, -0.0155985364690423, -0.03725392743945122, 0.029724303632974625, -0.009599464945495129, 0.01081673428416252, -0.011521591804921629, -0.011087319813668728, 0.02739008702337742, 0.0071170637384057045, 0.010340704582631588, 0.0411289781332016, 0.03697999939322472, 0.02878560684621334, -0.004322684835642576, -0.04680792614817619, -0.09005481749773026, -0.0014698464656248689, -0.03470508009195328, 0.0042425114661455154, 0.032181285321712494, 0.03510594740509987, -0.02095763199031353, 0.03518779203295708, 0.020974176004529, -0.05887402966618538, -0.030324770137667656, 0.018865814432501793, 0.0008497549570165575, -0.03804898262023926, 0.06445945054292679, 0.013524257577955725, -0.0169600248336792, -0.013502544723451138, 0.031230062246322632, -0.029747478663921356, -0.051387835294008255, -0.028708774596452713, 0.05431082844734192, 0.023113960400223732, 0.003841644385829568, 0.01316180732101202, -0.020978717133402824, 0.0096826134249568, -0.02658584713935852, -0.007112052757292986, 0.04516604542732239, 0.0023500840179622173, 0.03589097782969475, -0.001613490516319871, 0.02434934303164482, 0.0412091501057148, 0.058553338050842285, 0.00353264226578176, 0.025777015835046768, -0.04635361582040787, -0.04635361582040787, -0.036058004945516586, -0.017386572435498238, 0.034717608243227005, -0.0027526214253157377, 0.027173787355422977, -0.069450244307518, 0.009236648678779602, 0.015422530472278597, -0.02635869011282921, -0.08193057775497437, -0.03445954993367195, 0.029604043811559677, 0.028750739991664886, -0.04688810184597969, -0.02985364757478237, -0.017950499430298805, -0.021337829530239105, -0.00046350271441042423, -0.02076575718820095, -0.0013596080243587494, 0.012520420365035534, -0.023224826902151108, -0.029965659603476524, 0.00561548164114356, 0.00621845293790102, 0.04485704004764557, -0.002934682182967663, -0.011159141547977924, -0.027897018939256668, -0.07722707092761993, -0.030045416206121445, 0.04472341760993004, 0.01544925570487976, 0.05334874615073204, -0.013169324025511742, 0.010876864194869997, -0.0011190876830369234, -0.013545971363782884, 0.006035974714905024, 0.012313304468989372, -0.006099862977862358, -0.02135787159204483, -0.015107682906091211, -0.030902685597538948, 0.04507417604327202, 0.0015065926127135754, -0.0030407446902245283, 0.0021819076500833035, -0.023087028414011, 0.027482403442263603, 0.01570104993879795, -0.03598117455840111, 0.041020408272743225, 0.014822901226580145, -0.04542911425232887, 0.03275001794099808, -0.03290451690554619, -0.023612750694155693, 0.028728818520903587, -0.01862362399697304, 0.011882372200489044, 0.004854668863117695, 0.021593382582068443, 0.024523470550775528, -0.035884298384189606, 0.018526745960116383, 0.03305818513035774, -0.014855888672173023, 0.010843458585441113, -0.0038650280330330138, 0.029814500361680984, 0.006697614211589098, -0.009473828598856926, -0.020402472466230392, -0.00653747608885169, 0.06473379582166672, -0.013164939358830452, 0.011392980813980104, 0.006007997319102287, -0.023280363529920575, -0.0008025696151889861, -0.002378478879109025, -0.01175209041684866, 0.01087268814444542, -0.00077709776815027, 0.028180966153740883, 0.015897726640105247, -0.07473501563072205, -0.0026924912817776203, -0.0294470377266407, -0.031703587621450424, 0.046871401369571686, 0.009784500114619732, -0.010150291956961157, -0.004964072722941637, -0.03327365219593048, 0.023094963282346725, 0.03335277736186981, 0.06590591371059418, -0.001803902443498373, -0.027320772409439087, -0.021740363910794255, 0.019535595551133156, -0.018978973850607872, 0.024182315915822983, -0.019929781556129456, -0.017066922038793564, 0.048401374369859695, 0.03836800530552864, 0.002842816524207592, 0.002456982154399157, 0.02228153496980667, 0.10282912850379944, -0.04131604731082916, 0.049861203879117966, 0.03686850890517235, -0.04069136083126068, -0.04111561179161072, 0.008475836366415024, -0.02364281564950943, -0.026636792346835136, 0.008999468758702278, 0.020705625414848328, 0.049012698233127594, -0.0057724881917238235, -0.02420904114842415, 0.01004172395914793, -0.019326811656355854, 0.031033804640173912, -0.02165852300822735, -0.010616300627589226, -0.009990571066737177, -0.031210852786898613, -0.007004580460488796, -0.0020085119176656008, -0.0007816910510882735, -0.09781160205602646, -0.02138960547745228, 0.025088857859373093, -0.01517950464040041, -0.04169269651174545, -0.03436434268951416, 0.005057607777416706, 0.02568222768604755, -0.03537778556346893, 0.022299909964203835, 0.028326280415058136, 0.024751879274845123, -0.039837852120399475, 0.037496116012334824, 0.007442768197506666, 0.0010188708547502756, -0.019936462864279747, 0.03612982854247093, -0.021283961832523342, 0.0010514413006603718, -0.03036235272884369, -0.061452943831682205, -0.031767383217811584, 0.022121189162135124, 0.02002999745309353, 0.011000464670360088, -0.013593992218375206, -0.028989382088184357, 0.04970753565430641, -0.023636966943740845, 0.02355094999074936, -0.05381642282009125, 0.02460520900785923, -0.004162338096648455, -0.03585757315158844, 0.009453784674406052, 0.04353083670139313, -0.0012435235548764467, 0.010384131222963331, 0.022008445113897324, -0.008016600273549557, -0.004599951207637787, -0.005425069481134415, 0.07159488648176193, 0.016890080645680428, 0.007808141876012087, 0.00417570024728775, -0.05827273055911064, -0.002355094999074936, -0.009124740026891232, -0.041068848222494125, 0.005750773940235376, 0.023323791101574894, 0.029589012265205383, 0.030198663473129272, -0.01701347343623638, 0.034120481461286545, 0.026965001598000526, -0.017170479521155357, -0.03466833382844925, 0.021765418350696564, -0.010549488477408886, -0.012926298193633556, 0.004761968273669481, 0.01876893825829029, 0.002917979145422578, -0.037756264209747314, 0.08061439543962479, 0.000601300853304565, -0.023135049268603325, -0.03355926647782326, -0.023633627220988274, -0.025834640488028526, -0.012926298193633556, -0.03650480508804321, -0.02377142570912838, -0.027801813557744023, 0.02156665734946728, -0.012735886499285698, 0.036238398402929306, 0.03626177832484245, -0.06848148256540298, 0.020006615668535233, -0.017831910401582718, 0.0569147914648056, 0.051925670355558395, -0.005966136232018471, 0.02820434793829918, -0.04360433295369148, -0.023086613044142723, 0.0037681518588215113, 0.011547064408659937, 0.021373633295297623, 0.014492185786366464, -0.04046086221933365, 0.037285663187503815, 0.01665603369474411, -0.011451439931988716, 0.01437192503362894, 0.006943353917449713, -0.0009186540264636278, -0.048398036509752274, 0.010172005742788317, -0.05911956354975701, -0.037591323256492615, -0.046159859746694565, 0.0019487992394715548, -0.02896265685558319, 0.022442718967795372, -0.0146550377830863, -0.013372262939810751, 0.024121351540088657, -0.01983624696731567, -0.018928032368421555, 0.03370625153183937, 0.05005662515759468, 0.0305751021951437, 0.009274543263018131, 0.05092015862464905, -0.00923372618854046, 0.006577615160495043, -0.05045916140079498, -0.06972083449363708, 0.01882322132587433, -0.0326974019408226, 0.009228297509253023, 0.03765479475259781, -0.009266714565455914, 0.002234834711998701, -0.001775507815182209, 0.02034735307097435, -0.0014034529449418187, -0.028841977939009663, 0.06325935572385788, 0.007582653779536486, 0.010794498957693577, -0.04336381331086159, -0.05222297832369805, 0.025197844952344894, -0.027848578989505768, 0.036625903099775314, -0.008837452158331871, 0.010565356351435184, 0.003310495289042592, 0.00032737490255385637, -0.0022285711020231247, 0.04091862589120865, -0.014384034089744093, 0.006432248279452324, 0.04746267944574356, 0.022768422961235046, 0.02833964116871357, 0.01470180507749319, -0.017631476745009422, 0.008157648146152496, -0.06037561595439911, 0.03020952083170414, 0.01544842030853033, 0.07840962707996368, 0.0008351400610990822, 1.0021680282079616e-05, -0.02018867619335651, -0.024367716163396835, -0.017334166914224625, -0.014456691220402718, -0.03017444536089897, -0.0380389578640461, -0.04173695668578148, 0.0025321445427834988, -0.0186737310141325, 0.015870949253439903, 0.0348537340760231, -0.053368791937828064, -0.026379987597465515, 0.019796159118413925, -0.00682142423465848, -0.050686318427324295, -0.034875448793172836, -0.03442468121647835, 0.005062618758529425, -0.011671916581690311, -0.012643393129110336, -0.05348236486315727, 0.04332372546195984, -0.006101741921156645, 0.006594265811145306, -0.032627250999212265, 0.015010807663202286, -0.04808402433991432, -0.014232455752789974, -0.0035159396938979626, 0.022624777629971504, 0.02657749690115452, 0.06309650093317032, -0.024045351892709732, 0.02744103223085403, -0.029233241453766823, 0.019268350675702095, -0.03424408286809921, -0.01436252985149622, 0.0025835055857896805, 0.012859068810939789, 0.008124032989144325, 0.009086323902010918, -0.01978050172328949, -0.04465660825371742, -0.02062482573091984, -0.04089847952127457, -0.027251454070210457, -0.05368948355317116, 0.013995276764035223, -0.06757284700870514, -0.06091845408082008, -0.015065927058458328, -0.021775441244244576, -0.0261398833245039, -0.0029044083785265684, -0.06894832849502563, -0.02478027530014515, -0.04769150912761688, 0.007034593261778355, 0.013011482544243336, 0.03133445605635643, 0.06813323497772217, -0.06561194360256195, 0.02008511684834957, 0.017908742651343346, -0.010429228655993938, -0.01213646400719881, -0.024543095380067825, -0.007292860187590122, -0.04288944974541664, -0.027915390208363533, -0.03044586442410946, -0.03134531155228615, -0.01518785674124956, 0.05466492474079132, -0.030024955049157143, -0.039157211780548096, 0.013940157368779182, -0.021867725998163223, 0.006475676316767931, 0.05545330047607422, 0.005660579074174166, 0.0019809522200375795, 0.03962572291493416, 0.01628606580197811, -0.04187058284878731, -0.0027893679216504097, -0.008508406579494476, -0.035972822457551956, 0.03224809840321541, 0.03493557870388031, -0.005892748013138771, -0.003360603703185916, 3.3405602152924985e-05, -0.020243793725967407, 0.04219461604952812, -0.016667723655700684, -0.01279183942824602, 0.0356905423104763, 0.06612471491098404, -0.010786669328808784, 0.0013362240279093385, 0.034162238240242004, -0.010856821201741695, 0.04254036396741867, 0.03351918235421181, -0.00044429447734728456, -0.02301771380007267, -0.04066547378897667, -0.023619847372174263, -0.02095867320895195, -0.02033419907093048, 0.003116742707788944, 0.0364622138440609, -0.0068114022724330425, 0.024643313139677048, 0.055920038372278214, -0.024416154250502583, -0.004215160384774208, -0.01911468617618084, -0.023547610267996788, 0.05936843529343605, 0.02689485065639019, -0.02233707346022129, 0.006099027581512928, -0.012780564837157726, -0.002403533086180687, -0.005388323683291674, -0.017629284411668777, -0.018129220232367516, 0.02923198975622654, 0.019752731546759605, 0.00945044495165348, -0.016431380063295364, -0.011672751978039742, 0.04076819494366646, 0.044626541435718536, -0.047576259821653366, 0.02460614964365959, 0.008945707231760025, -0.010229865089058876, -0.03515271469950676, -0.031446363776922226, -0.013687945902347565, -0.013629485853016376, 0.011959205381572248, -0.004783682059496641, 0.010339398868381975, -0.0028895847499370575, 0.0041640084236860275, -0.03898433595895767, -0.04597612842917442, 0.008634930476546288, 0.008117561228573322, 0.02177293598651886, 0.02584361657500267, 0.04501070827245712, 0.05674275383353233, 0.011665236204862596, 0.0365106537938118, -0.012933813966810703, 0.0013946839608252048, 0.012175925076007845, 0.03119581937789917, 0.044492918998003006, -0.03761512413620949, -0.021320290863513947, 0.019214067608118057, -0.0511372946202755, -0.03502744436264038, 0.011438078247010708, -0.03699169307947159, -0.043357133865356445, 0.009687624871730804, -0.034957293421030045, -0.06400512903928757, -0.01982121355831623, 0.003107973607257009, 0.03937894105911255, 0.03452719375491142, 0.012809377163648604, -0.05077651143074035, 0.005010840017348528, 0.0140353636816144, 0.01901947893202305, -0.034518007189035416, 0.018259918317198753, -0.021376244723796844, -0.004949561785906553, 0.023726925253868103, -0.027519742026925087, -0.05896088853478432, -0.06805389374494553, -0.044315870851278305, -0.057714857161045074, 0.04193112626671791, -0.00436193635687232, -0.004706849344074726, -0.01586097851395607, 0.01776175945997238, -0.01221642829477787, 0.03415639325976372, 0.023013118654489517, -0.01188049279153347, -0.017749648541212082, 0.02908959798514843, -0.026676878333091736, -0.004108889028429985, 0.025104310363531113, -0.00712875509634614, -0.00969952531158924, -0.051999159157276154, -0.03315568342804909, 0.033940091729164124, 0.0012126233195886016, 0.04759963974356651, -0.03895751014351845, -0.028647808358073235, -0.010522764176130297, -0.0359477661550045, 0.01639045774936676, -0.01158339250832796, -0.04124923795461655, 0.007643201854079962, -0.00526012945920229, 0.06088650971651077, 0.028722137212753296, -0.01293464843183756, 0.02560226246714592, -0.0009069620864465832, 0.060437411069869995, 0.004479691386222839, -0.0002438608935335651, 0.040624551475048065, 0.01021877396851778, 0.0011174173559993503, -0.011792177334427834, 0.04966744780540466, -0.023834895342588425, -0.0011892394395545125, -0.0008355575846508145, 0.032537057995796204, 0.0071454583667218685, 0.017721671611070633, 0.031392913311719894, 0.01439447421580553, 0.03593774512410164, 0.04506415501236915, 0.05031551420688629, -0.0653948038816452, -0.02500075288116932, 0.01498575322329998, 0.03977939113974571, 0.037942081689834595, -0.047785039991140366, 0.027272332459688187, -0.010642189532518389, -0.03381398320198059, 0.007643201854079962, -0.05208601430058479, 0.04357238858938217, 0.035968855023384094, 0.046109750866889954, 0.011116549372673036, 0.0584598034620285, 0.022174639627337456, -0.055125921964645386, -0.012545055709779264, 0.040832918137311935, 0.0206129252910614, -0.04028799012303352, -0.016925781965255737, -0.013178509660065174, -0.07533631473779678, -0.022659853100776672, -0.032453540712594986, -0.004873877391219139, -0.011004222556948662, -0.01958152838051319, 0.006931662559509277, -0.01590440608561039, 0.01535822544246912, 0.044188931584358215, 0.0670517235994339, -0.02917311154305935, 0.021382926031947136, -0.035576965659856796, -0.05196408182382584, 0.003597783390432596, -0.009396996349096298, -0.004445450380444527, 0.0486920028924942, -0.005678952671587467, 0.02482370287179947, 0.037504468113183975, 0.03957478329539299, -0.04657408967614174, 0.005581241101026535, 0.04558194428682327, 0.03079829551279545, 0.038296181708574295, -0.04070138558745384, 0.010003933683037758, 0.012932978570461271, 0.019492167979478836, -0.008453287184238434, -0.0008627779898233712, -0.029460400342941284, -0.03330204263329506, 0.03958563879132271, -0.0004927326226606965, -0.001588436309248209, -0.04138286039233208, 0.01590774767100811, -0.0009687624406069516, -0.015346533618867396, 0.08267217874526978, 0.06629759073257446, -0.004275917075574398, -0.044095393270254135, -0.0054350909776985645, 0.002905791625380516, 0.03540993854403496, 0.0011591743677854538, -0.05334874615073204, -0.03452051430940628, -0.012797686271369456, -0.020330648869276047, 0.00973773282021284, -0.04640455543994904, 0.04915968328714371, 0.02408209815621376, 0.03748442605137825, 0.000329775910358876, -0.038384705781936646, -0.04152650013566017, 0.008354741148650646, 0.01981954276561737, 0.029543913900852203, 0.023435700684785843, -0.028942612931132317, -0.03237023577094078, -0.044011879712343216, -0.023707956075668335, -0.04900601878762245, 0.032887816429138184, 0.03355926647782326, -0.009100520983338356, 0.0749354436993599, 0.009739612229168417, -0.002368874615058303, 0.062362413853406906, 0.0016736206598579884, -0.03893756866455078, 0.08328685164451599, -0.09035547077655792, 0.03116408735513687, -0.03890416398644447, -0.008104199543595314, -0.05243343114852905, -0.0183037631213665, 0.009373611770570278, 0.0633503869175911, -0.030171940103173256, -0.05519106239080429, 0.008402343839406967, 0.01814926415681839, -0.00235175434499979, -0.046954914927482605, 0.04813747480511665, 0.005071805790066719, -0.017639826983213425, -0.011494032107293606, -0.048277776688337326, -0.05864687263965607, 0.013074117712676523, -0.05616817623376846, 0.05396727472543717, 0.021643489599227905, -0.013960201293230057, -0.0030933585949242115, 0.003349746810272336, -0.07183540612459183, -0.009994955733418465, -0.05016853287816048, -0.041723597794771194, 0.02830790728330612, -0.03076238185167313, 0.05932500585913658, 0.0007336705457419157, -0.04294624179601669, 0.05048254504799843, -0.05383646860718727, 0.027302397415041924, 0.006348734721541405, 0.03966581076383591, -0.003769404487684369, -0.02738257125020027, 0.0024782780092209578, 0.02669024094939232, -0.0015199548797681928, 0.03841644152998924, -0.025498494505882263, 0.01885579153895378, 0.018201667815446857, 0.0139067517593503, 0.006436006631702185, -0.031835537403821945, -0.029239270836114883, 0.030753614380955696, 0.0434306226670742, -0.020935291424393657, 0.060577716678380966, -0.0197761170566082, 0.02570728212594986, -0.017026836052536964, -0.031140023842453957, 0.03190235048532486, 0.04346068575978279, 0.04686805605888367, -0.006442270241677761, 0.015124386176466942, 0.01984417997300625, -0.01520288921892643, 0.006291944999247789, -0.0012284910771995785, -0.02764271944761276, 0.01377981062978506, -0.030656320974230766, 0.06213776022195816, 0.021179569885134697, 0.036676011979579926, -0.008588580414652824, -0.02215459570288658, 0.03921149671077728, -0.010359076783061028, 0.0254241693764925, 0.007254026364535093, 0.01625850610435009, 0.02692992612719536, 0.040541037917137146, 0.01775168441236019, 0.006845538504421711, -0.01522460300475359, 0.016028841957449913, -0.036405425518751144, -0.015269700437784197, -0.03377640247344971, -0.003540158737450838, 0.011471482925117016, -0.04827234521508217, 0.024629950523376465, 0.04053352028131485, 0.007540062069892883, 0.01682139001786709, 0.01999158225953579, 0.05662917345762253, -0.010227125138044356, 0.02794775366783142, -0.002937187673524022, 0.0410488024353981, -0.04913295805454254, -0.026400446891784668, -0.022119101136922836, 0.02322440966963768, -0.010060514323413372, 0.019754402339458466, -0.013694626279175282, 0.019476300105452538, 0.05545997992157936, -0.021117767319083217, -0.009600561112165453, 0.09142445027828217, -0.026704438030719757, -0.03383319452404976, -0.040801599621772766, -0.02237841300666332, 0.040634576231241226, -0.007077811751514673, 0.011945842765271664, 0.021276026964187626, -0.02845489047467709, 0.010693132877349854, 0.005842639598995447, -0.032653454691171646, 0.029189815744757652, -3.3405602152924985e-05, 0.027572982013225555, 0.014822065830230711, 0.028541745617985725, 0.008207756094634533, 0.08049413561820984, -0.011150581762194632, -0.017895590513944626, 0.06273572146892548, -0.0005035894573666155, -0.04293622076511383, 0.07229055464267731, 0.004768649581819773, -0.013628649525344372, -0.011086072772741318, -0.022963009774684903, -0.01787867769598961, -0.02922990173101425, -0.04433591291308403, -0.05489208549261093, 0.05227725952863693, -0.014594907872378826, 0.05451459810137749, 0.014073780737817287, 0.018613601103425022, 0.03492221608757973, -0.02179715596139431, -0.018324851989746097, 0.060664575546979904, -0.059649042785167694, -0.02830790728330612, -0.061928559094667435, 0.006157487630844116, -0.01471767295151949, -0.01789204031229019, 0.0270977895706892, -0.06449786573648453, 0.09334861487150192, -0.030906863510608673, 0.03395533189177513, -0.028139833360910416, -0.01687985099852085, -0.03116408735513687, 0.043560903519392014, 0.0020577849354594946, -0.029767731204628944, 0.04419561102986336, 0.008763959631323814, -0.018535098060965535, -0.004118075594305992, -0.005179121159017086, 0.02284943126142025, -0.03241345286369324, 0.004473845008760691, 0.017149077728390694, 0.01900569908320904, 0.015655534341931343, -0.03722720220685005, 0.02049767784774303, -0.007310816086828709, -0.00010355735867051408, 0.0290528517216444, -0.013744735158979893, -0.024663355201482773, -0.011280236765742302, 0.002254878170788288, 0.027167731896042824, -0.005181208718568087, -0.023424843326210976, 0.00905625894665718, -0.02022375166416168, 0.045241206884384155, 0.0027125347405672073, 0.05153816193342209, 0.00763004831969738, 0.0028887493535876274, 0.013188531622290611, -0.02267572283744812, -0.012659887783229353, -0.03428667411208153, -0.023913400247693065, -0.031027957797050476, -0.024786852300167084, 0.016538694500923157, 0.006577980704605579, 0.03707019612193107, 0.031288519501686096, -0.016408832743763924, 0.04702840372920036, 0.02160590887069702, -0.01228783279657364, -0.043915003538131714, 0.035309720784425735, -0.0022415160201489925, -0.006487367674708366, 0.021136557683348656, 0.06635688990354538, -0.01035269070416689, -0.03402360528707504, -0.019171474501490593, 0.00486795837059617, 0.00620676064863801, -0.03776336461305618, -0.0314459465444088, 0.01518284622579813, 0.015809200704097748, 0.005026290193200111, 0.016677746549248695, 0.018208766356110573, -0.01393013633787632, -0.03850329667329788, -0.03482867777347565, 0.02847002819180489, -0.010141940787434578, 0.0282682366669178, 0.011828923597931862, 0.03149145841598511, 0.020073844119906425, 0.003540158737450838, 0.01783525012433529, 0.004955721087753773, 0.05888071656227112, 0.03564377874135971, -0.01542420219630003, -0.022648580372333527, -0.00420609163120389, 0.009390315040946009, 0.0477098785340786, 0.02355262078344822, 0.03659583628177643, 0.023374736309051514, 0.03880994766950607, 0.06099862605333328, -0.03270241618156433, 0.03257547318935394, -0.03466165438294411]], 'id': 'a80cc75a-0682-400e-84d4-ce91dae68366', 'metadata': {}, 'title': 'hooks_doc'}]\n", + "Transition output: [{'id': '067a604a-6cf6-75b4-8000-a0cb0181a664', 'title': 'hooks_doc', 'content': ['Save both time and money with [product].', 'Save both time and money on [task].', 'Is [product] worth the price? Let’s find out!', 'Why is it challenging and costly to find a good [product category]?', 'Searching for an affordable [product type]? Check this out!', 'How to locate an affordable [service].', 'I can’t believe this costs only [price].', \"Don't waste your money on [X]; instead buy [X].\", 'What’s inside [product]?', 'Common questions I get about [product].', 'Now you can get X delivered right to your door.', 'Thinking of trying [product type]?', 'Allow me to introduce you to [product].', '[category] Tip #X.', 'Here’s how to achieve [value prop].', 'I know this sounds unbelievable, but…', 'How to get X done in just 10 minutes.', 'How to find time for X.', 'Here’s my biggest life hack for X.', 'Add more [value prop] to your day.', 'Before you try [product type], watch this first.', 'Hate [the worse alternative]? Give this a try!', 'Thinking about [worse alternative]?', 'Instead of [worse alternative], try this.', 'Still using [the worse alternative to the product]? Watch this.', 'Something that’s always annoyed me about X.', 'Don’t buy X that doesn’t work. Try this instead.', 'I tested every [product category] so you don’t have to: here’s what I found.', 'Stop doing [worse alternative]. Try [product] instead.', 'Dealing with [negative experience]? I used [product] to help.', 'Why millennials are switching to [product].', 'How to do X without [worse alternative].', 'I only get my [product category] from [brand name].', 'I no longer buy my [product category] from [worse alternative].', '[Worse alternative] can be difficult to deal with.', 'Your new X alternative.', '[value prop] without the [negative side effect].', 'I kept experiencing [pain point], so I tried this instead!', 'If you have [pain point] — you need to see this!', 'I wanted to stop doing X, so I tried this instead.', \"Your X isn't [adverb]; you just need X.\", 'My secret to [popular trend] revealed!', 'Guys, it’s here…', 'What I ordered vs. what I received.', '[Product] unboxing.', 'Let’s create X with [product].', 'POV: You tried [product].', 'A day in the life of X.', 'Get ready with me to do [task].', '“Put a finger down” [product category] edition.', 'Trying home remedies for X.', '[Product category] ASMR.', 'TikTok made me try [product].', 'Things TikTok made me try #13.', 'This [product type] is going viral on [social media platform].', 'I tested the viral [product type] to see if it lives up to the hype.', 'This [product type] has over 5,000 reviews… let’s see if it’s worth it.', '[Publication] can’t stop raving about us.', 'It’s so good it sold out in a week.', 'Are you [accomplishing the goal optimally]?', 'Life Hack: Try [product] for [pain point].', 'My go-to [product] for [pain point].', 'How to easily [task].', '[Task] has never been easier than with [product].', 'My favorite [product] to make [hard task] simpler.', 'Here’s my top product for [task].', 'Struggling to do [task]?', 'I’ve been struggling with [task], but [product] has really helped.', 'Easiest way to do [task]?', 'Make your week easier.', 'Why adults avoid [task]… [product] makes it easy.', '[Product] made [task] so much easier! You’ve got to try it.', 'When I use [product], it’s one less thing I have to worry about.', 'How to do [X] in half the time.', 'This trick/hack/method will save you hours...', 'Easy hack to [X]...', 'Simple [X] that will make you [X].', '5 Ways [product] Helps with [pain point].', '3 reasons to buy [product].', '3 reasons to try [service].', 'Get [value prop] in 3 steps.', 'Here are 3 ways [worse alternative] affects your life.', '5 things you didn’t know about [topic].', 'The ultimate [X] checklist to [action].', 'Reasons why [X].', 'Here are the 3 best ways to [X].', 'Here are [X] mistakes you might be making...', 'If you want [X], do these 5 things...', 'The internet’s #1 [product type].', 'The best way to [accomplish the goal of the product].', 'What makes [the product type] the best?', 'My skin has never looked better with [product].', 'The best way to find X in 2022.', '[Product] changed how I do [task], and I’m never going back.', 'Why is [product] so good though?', 'After hours of researching, I found the best [product type] for [task].', 'I found the best [product category] for [value prop].', 'This is going to blow your mind.', 'How I got [X] in 24 hours.', 'Must-have [products] for [X].', \"The best [target audience] know something that you don't.\", 'Hey, [customer type], you’ve got to try this.', 'People looking for [product category], stop scrolling.', 'Wait, have you tried X?', 'Take control of your X with [product].', 'Imagine if X was also X.', 'Watch this if you X.', 'PSA: [statement about product category].', 'Did you know? [fact about product category].', 'I just found out [fact about product category].', 'Are you one of [fact about product category] people who do X?', 'New customers get [discount].', 'Take [discount] off when you try [product].', 'I didn’t know X could be related to X.', 'Why is it important to [do product-related task]?', \"99\\\\% of your [target audience] don't. To be the 1% you need to [X].\", 'This [product] is the secret to [X].', 'Is there anything worse than [X]?', 'I will never [adjective] from learning this.', 'X people start scrolling. I have the perfect [X] for you.', \"Here's a challenge for you...\", \"There's nothing more painful than [X].\", 'What would you do if...', 'Watch till the end…', \"Why you're failing at [activity].\", 'The worst mistake you can make in [subject].', 'Avoid these common pitfalls in [topic].', 'The dark side of [popular trend].', \"Don't be fooled by [misconception].\", 'Why [common practice] is ruining your [outcome].', 'What no one tells you about [issue].', 'The hidden dangers of [activity].', 'Stop doing this if you want to succeed in [field].', 'The ugly truth about [common belief].', 'Why [habit] is wasting your time.', 'Exposing the myths about [topic].', \"The biggest regret you'll have in [situation].\", 'How [action] is destroying your [goal].', 'The shocking reality of [popular topic].', 'Why [trend] is a bad idea.', \"The real reason you're not seeing results in [field].\", 'The downside of [seemingly positive aspect].', 'What you should never do in [activity].', 'Why [common advice] is actually harmful.'], 'language': 'english', 'metadata': {}, 'modality': 'text', 'created_at': '2025-02-07T13:03:34.810520Z', 'embeddings': [[-0.03269297, -0.088817045, -0.028254973, -0.055885196, 0.018105982, 0.01028099, -0.0032610595, -0.0059282444, 0.0052157454, 0.044513956, 0.0131679885, 0.017239483, -0.06836993, -0.020213982, -0.026776975, 0.015886985, 0.025463976, -0.030177971, 0.038457215, 0.034246966, -0.029054973, 0.020792982, -0.016729984, 0.011711989, -0.014857987, 0.029045973, 0.015278986, 0.019400982, 0.0064209937, 0.028700974, -0.036928963, -0.04234896, 0.005201745, -0.0038489962, 0.013669987, 0.0008044992, 0.018153483, -0.0001154999, -0.04274396, -0.02128298, -0.07332793, 0.03257747, 0.0031719971, 0.0068839937, -0.0035944968, 0.048983954, 0.004112746, 0.021680292, -0.007140993, -0.059139945, 0.037079964, -0.0153399855, -0.03232297, 0.014046487, 0.004216996, 0.036721963, 0.034679968, -0.0078664925, -0.02130698, -0.027523974, -0.009597991, -0.0038564964, -0.06848594, -0.0039302465, 0.03239797, 0.025395976, -0.020009981, 0.0147979865, 0.0007919992, -0.04535196, -0.01148899, 0.017204484, 0.017727984, -0.016297828, 0.016887985, -0.0009012492, -0.08598067, -0.004065496, -0.023006978, -0.0069064936, 0.029894972, 0.02128698, -0.01078799, -0.04308596, -0.03946709, 0.006539994, -0.028476972, -0.008015992, 0.04476246, 0.029986471, -0.056279946, -0.007252993, 0.04109171, -0.001006374, -0.018230233, 0.005138495, 0.012639988, 0.021055229, 0.029785974, 0.024880977, 0.04906795, -0.045007955, -0.016519483, -0.027185975, 0.0051759947, -0.024001976, 0.014979986, -0.03298347, -0.023459978, 0.0070529934, 0.0003959996, -0.000266656, 0.016116235, -0.05046795, -0.0054059946, -0.017807983, 0.035699967, -0.016185734, -0.024279978, 0.0047647455, 0.0065679937, 0.022038573, 0.033201218, 0.011457489, -0.03318922, -0.023506977, 0.009829241, 0.0054121823, -0.07077593, 0.012124114, 0.024171976, -0.004271871, 0.050586954, -0.009768991, -0.024437977, 0.019854981, 0.003052997, 0.031974345, -0.017777983, 0.043033957, -0.052764453, 0.011385989, 0.018090546, -0.014796985, 0.019180233, -0.023723977, -0.023490978, -0.034887843, -0.023940478, -0.005116745, -0.006681494, 0.0064979936, 0.015339485, 0.0060139946, 0.018414984, -0.037868183, -0.00038899964, 0.028680222, -0.048039954, 0.034171592, -0.0014739985, -0.012539988, 0.014058112, 0.018112984, -0.00071354624, -0.06791994, 0.007662493, -0.010105491, -0.023262478, 0.0012319988, 0.09317591, 0.0037879962, 0.015703985, 0.025068976, -0.060817942, 0.0026044976, 0.016858984, -0.021567728, 0.022263978, 0.034703467, 0.011223365, -0.011373989, -0.019937482, -0.005519495, -0.025614977, 0.044457957, -0.01065599, -0.008929991, 0.021723978, 0.03165697, 0.034048967, -0.013257988, 0.013229988, -0.019810481, -0.012459989, 0.017384483, -0.027505975, 5.2999952e-05, -0.0038294964, 0.049045954, 0.018073983, 0.007100493, 0.027412975, -0.038823962, -0.029842036, -0.042615335, 0.04036546, 3.5999965e-05, 0.037253466, -0.016149236, -0.009792522, 0.026657976, 0.02176598, 0.043798957, 0.018160015, 0.044447333, 0.030477973, -0.04157296, 0.037858464, 0.049118955, -0.019378982, 0.02103898, 0.049049955, -0.020512233, -0.0026472476, 0.02281873, -0.009386491, -0.0011924988, 0.009898991, -0.0026392473, 0.06598794, -0.017265983, -0.03105772, -0.046443954, -0.01079899, -0.024625478, -0.022555979, 0.031245971, -0.029797973, 0.041310962, -0.025773974, 0.03285097, 0.021942355, -0.0011902489, -0.004498121, -0.004153746, -0.027690975, 0.0032899969, -0.04084796, -0.017330734, 0.064158626, -0.0008942492, -0.026795976, 0.028406972, 0.006697556, 0.017389484, -0.0048184954, -0.0070699933, 0.04156196, 0.024466977, 0.03194997, -0.02154198, 0.006226744, -0.05446013, 0.030408971, 0.028629472, 0.03244297, -0.023947978, -0.013720986, -0.04191596, -0.024592478, -0.065713935, 0.027452976, -0.0039569964, -0.017444484, 0.03855484, 0.01013499, 0.014106487, 0.05340495, 0.019405982, -0.06152394, -0.018425357, 0.02084623, -0.025712976, 0.017915107, 0.021021979, 0.026945475, -0.036064968, -0.013427956, -0.015015236, -0.017890733, -0.007967993, 0.014662987, 0.03247297, 0.026669286, -0.03083897, 0.019020982, -0.007202243, -0.07435193, -0.01018199, 0.015391985, -0.0014219986, 0.012913488, -0.0077886176, -0.00049899955, -0.06742344, -0.05028995, 0.016510485, 0.006129994, 0.012141988, -0.023343977, -0.013014487, -0.07917392, 0.01086849, 0.019197982, -0.011218989, 0.040531963, 0.08943416, -0.035869967, -0.022699479, -0.026549974, -0.0038389964, -0.008711992, -0.060985945, 0.035591967, 0.047955956, 0.026285475, 0.0060239946, -0.049665954, -0.009199116, 0.059845947, 0.047006957, -0.0038334965, -0.04203746, 0.025341475, 0.030718971, -0.046373956, 0.04379846, 0.014149987, 0.02061498, -0.0007539993, -0.060412195, -0.026553225, 0.008673992, 0.036703963, -0.08791992, 0.017268233, -0.06703194, 0.005354995, 0.026911974, 0.039307214, -0.007095993, -0.008333492, 0.027458724, -0.018191982, -0.002023498, -0.017312422, -0.008295992, -0.0135239875, 0.0049819956, 0.0027407475, -0.017404983, -0.024903975, 0.034670092, 0.013015987, -0.013997487, 0.07826392, -0.002241748, 0.04010396, -0.02291598, 0.06980393, 0.019018982, 0.0034689966, 0.018805983, 0.016588923, 0.067977935, -0.047401454, -0.01142374, 0.017420234, 0.0026169976, 0.04419496, -0.037841965, 0.05249495, 0.05551195, 0.024163976, 0.045592956, 0.027096225, 0.016072234, -0.03126697, 0.039819963, -0.008607866, 0.02940897, 0.029529972, 0.033236466, 0.013497456, 0.013403487, 0.030413222, 0.026079975, 0.019644981, 0.019003483, -0.031191971, 0.024995977, 0.0018199983, 0.00503712, 0.0026569976, -0.035271965, -0.017107485, 0.006050432, -0.008861992, 0.028648973, 0.047585957, -0.003962996, -0.0073294933, 0.046262953, 0.038820963, -0.022181477, -0.04189696, 0.06134894, 0.018974982, 0.015414485, 0.009624991, 0.046441957, -0.056283448, 0.02074698, 0.03188197, -0.014916985, 0.0131134875, -0.036927965, -0.036622968, 0.028238973, 0.02195748, 0.030455973, -0.008085992, 0.097987905, 0.044792958, -0.05402295, 0.004058996, 0.0027639973, -0.072639935, -0.011452114, -0.042015962, -0.054257948, -0.005470745, -0.017360983, 0.00051199953, -0.009541991, -0.045114957, 0.01597936, 0.01992698, -0.049383204, 0.023419978, -0.014997986, -0.019167092, -0.015499986, -0.043019958, 0.033470716, 0.06795794, -0.06676556, -0.009835397, -0.019084731, -0.027897974, -0.0049825422, 0.016151486, -0.015861984, 0.018106734, -0.016193986, 0.024321977, -0.05719195, 0.01103799, 0.047855955, 0.014372987, -0.026505977, -0.03141397, -0.047757234, -0.009324991, -0.008208993, 0.058423944, -0.002151998, -0.0037896214, 0.019123482, -0.0014458736, 0.010444489, 0.018847294, -0.011514489, 0.04240496, 0.0133069875, -0.026590977, -0.016380236, -0.025423976, -0.012986238, 0.02057898, 0.028315974, 0.0070779934, 0.05409345, -0.016933985, -0.03130197, 0.03488597, 0.035322968, -0.031140972, -0.00014212486, 0.05273395, 0.04119546, -0.05551995, -0.006435494, 0.010033991, -0.061471943, 0.033408217, 0.057991948, 0.0007359993, 0.012167989, -0.015938751, -0.05024395, 0.001207999, -0.04400196, 0.027374974, 0.04148896, 0.017190984, -0.050821953, -0.013406987, -0.027455974, -0.019048983, -0.0048524956, -0.007392743, 0.04447196, 0.0059068385, -0.03338372, 0.022121478, -0.035123967, 0.0019699982, 0.0051739956, -0.036132965, -0.027231473, -0.045123957, 0.006950306, -0.009865491, -0.009075804, 0.020381793, 0.017618984, -0.012251988, -0.007305493, -0.024679853, 0.025634976, 0.03295547, 0.015225985, -0.04339596, 0.00037949966, -0.01165674, 0.014035987, 0.015520735, -0.02259798, 0.0015239986, -0.021250982, -0.097903915, -0.053095512, 0.060611192, -0.0004429996, -0.019799981, 0.030441971, 0.038887963, 0.007967242, -0.05514995, 0.0010317491, 0.014463986, 0.02136698, -0.011432489, 0.028942974, -0.0070209308, -0.06298394, -0.06537594, 0.047357704, -0.018755982, -0.05395995, -0.05151145, -0.034519468, 0.030219972, -0.025694976, 0.013643487, -0.029597973, 0.005121995, -0.027715975, -0.013883486, -0.022569979, -0.017054984, -0.027052475, 0.023536978, 0.02115998, -0.0018664981, 0.011228864, 0.04594996, -0.003991246, 0.05148845, -0.005621495, 0.044627957, 0.025126975, -0.010414241, -0.01910323, -0.037565965, 0.024159728, 0.010767991, -0.033481967, -0.023365978, -0.034553967, 0.015297987, -0.019233279, 0.011897864, -0.010750989, -0.0030269972, 0.038949464, -0.00066324935, 0.009081491, -0.0076924926, -0.0017679983, -0.025411475, -0.02162998, -0.008137993, 0.016108986, -0.040148523, -0.029765973, -0.02295998, 0.0032148408, 0.029791972, 0.014357987, -0.01112899, 0.038809963, -0.018305108, 0.018163232, 0.0070964308, 0.06916094, 0.02241298, -0.016283985, 0.05090395, -0.016937984, 0.05520095, -0.019432612, -0.060631946, 0.06987368, -0.026860476, -0.028025724, -0.02031698, -0.0006503744, 0.002242998, 0.03357197, 0.0032899969, -0.018112905, 0.023183977, -0.000992249, -0.00017899984, -0.021185981, -0.04281196, 0.015278986, 0.04961795, -0.003210997, -0.00048699955, -0.07195193, 0.03135022, 0.0017109985, 0.0067774937, -0.012333488, -0.017915983, -0.048596703, 0.049995955, -0.025047977, 0.048571955, 0.037143715, 0.033513967, -0.03443397, 0.03129522, -0.01021599, -0.03109197, -0.024024477, 0.039852962, 0.0072229933, 0.02001198, -0.018795483, -0.013791237, 0.0035789965, -0.025639975, -0.025357476, 0.0030409973, 0.029300097, -0.012371489, -0.023633977, 0.03474597, 0.018140983, 0.046573706, 0.018260483, -0.02143673, 0.05777595, -0.042421963, -0.04223096, -0.0050091203, 0.027394975, 0.006472681, -0.0036929965, -0.019830106, 0.003281997, 0.047545955, 0.035611965, 0.06624394, 0.023654478, 0.057291947, 0.060513943, 0.020351732, 0.029836722, 0.023068978, -0.022521978, 0.024175478, -0.0065799938, -0.051361952, -0.046907954, -0.0003139997, 0.013886986, -0.0038839963, 0.039141964, 0.062339943, 0.0100961, 0.036269967, -0.057184946, 0.006334994, 0.005364495, -0.01077599, -0.012370489, -0.050604954, -0.03330397, 0.013414987, -0.03477797, -0.051681954, -0.06182794, -0.026909538, -0.016317734, -0.020384481, -0.030262347, -0.038737964, -0.001025999, -0.0057764947, -0.008109618, -0.026550977, -0.065897934, 0.036582965, 0.019696482, 0.009087991, -0.03027947, 0.019797983, 0.0060419943, 0.0035199968, -0.07591743, -0.0027542473, -0.006653994, -0.0041834335, 0.009608991, -0.0051539955, 0.035857968, 0.008055743, -0.008584241, -0.015200486, -0.011721988, 0.044172958, -0.054912947, 0.006795244, 0.039454214, 0.0029659972, -0.0575532, -0.008514492, 0.0050509954, -0.03142697, 0.010801865, -0.021660011, 0.03596347, -0.018941982, 0.008986492, 0.025803976, -0.0036979965, -0.015767986, -0.008577992, 0.008787491, -0.010090491, -0.07893193, -0.04348696, 0.0071901185, -0.043779958, -0.06369394, 0.0044269958, 0.024741976, -0.016441984, -0.023191104, 0.059608944, -0.013145424, -0.013507987, 0.018080484, -0.064191945, 0.007109993, -0.03748578, -0.042139962, 0.019531872, -0.034404967, 0.02281904, 0.023561977, 0.02322598, -0.06553994, -0.008404242, 0.0020799981, -0.009254991, 0.060268942, -0.00081299926, 0.017283984, -0.0046099955, 0.0026462476, 0.005168495, -0.030119972, -0.057576444, -0.034029968, -0.0026379975, -0.013533362, 0.023270478, 0.02233098, 0.012108114, 0.0069899936, -0.00070899935, 0.035111967, 0.002091998, 0.0085714925, 0.012208989, 0.0064129937, 0.018219482, 0.004343996, 0.0066891187, 0.0037509964, -0.003068997, -0.048235957, 0.008063743, 0.047023956, 0.03551797, 0.01089999, 0.037103966, 0.029356472, -0.016012484, -0.02435829, 0.0030476844, 0.005044245, -0.086663924, 0.0030428737, 0.06358794, -0.0038359964, -0.028411973, 0.025973974, -0.011212614, 0.027090976, -0.06251194, -0.011235513, -0.050256453, -0.06539194, -0.009423491, 0.0068674935, 0.017988984, -0.004615871, 0.015394798, 0.0036189966, 0.03381997, 0.03360447, 0.04141896, 0.023504978, 0.00390509, 0.03987196, -0.028833972, -0.014244987, 0.06094519, -0.0059274943, 0.008872491, 0.030932972, -0.059317943, 0.024991475, 0.022413353, -0.038469963, 0.05144795, -0.00039943712, -0.062211942, -0.010070991, -0.02136548, -0.0025309976, 0.0050819954, -0.027082976, 0.05072395, 0.03066447, -0.0054159947, -0.06185544, -0.014281986, -0.02102998, -0.012694551, 0.039185964, 0.0052729947, 0.0034924967, -0.01068899, -0.02175973, 0.029275974, -0.04649196, -0.051141955, 0.057762943, 0.023516977, 0.05547195, 0.03513597, -0.039162964, 0.075947925, 0.023449978, -0.028116973, -0.030393971, -0.003077997, 0.006227494, -0.04446396, 0.024741976, -0.023347478, 0.044719957, 0.05342195, 0.058285948, -0.000381443, -0.08321192, -0.020332731, -0.022836978, -0.006935993, -0.039894715, -0.039514963, 0.0014939986, 0.0024469977, 0.040790025, 0.0049007456, -0.012165489, 0.060835943, 0.007366993, 0.0045739957, 0.0073607434, -0.0071519935, -0.061524943, 0.024877477, -0.02131773, 0.067633934, 0.027185723, 0.044574957, -0.034639966, 0.006829994, -0.03421797, 0.0037519967, 0.010084678, 0.019502982, -0.016979733, 0.001074999, -0.0151269855, 0.011866989, 0.035804965, 0.045441456, -0.053081952, 0.05913294, 0.002174998, -0.033701967, -0.0107647395, 0.052780952, -0.030155974, 0.03320947, 0.022385728, -0.008033993, -0.00995299, -0.029995972, 0.093159914, 0.018513357, 0.0037647465, -0.0035939966, -0.02124248, 0.023609977, 0.023353977, -0.027160475, -0.02040948, 0.012904988, -0.014337737, -0.005768932, 0.015433986, -0.006537994, 0.007664993, 0.022745227, 0.050483953, -0.021753978, -0.042018462, -0.027424974, 0.046635956, -0.030855972, -0.045651704, -0.026547976, 0.0042576212, -0.035729043, -0.023963977, 0.028345974, -0.01980723, -0.011007164, -0.07391993, -0.004460996, -0.0013789986, 0.01996598, 0.012000864, 0.03624097, 0.017837483, -0.018466357, -0.018368984, 0.0035974965, -0.0034739967, 0.046342954, 0.007582743, 0.038388215, 0.040667962, 0.014204737, 0.0045407456, 0.0005184995, -0.037038963, 0.04229996, 0.059512943, 0.016103985, -0.007576993, 0.006431931, 0.038346462, -0.0009159991, 0.005441995, -0.038746964, -0.021703979, 0.037249964, 0.021892728, -0.046325456, 0.031191971, 0.004075996], [-0.014330006, -0.09299673, -0.023406554, -0.056500778, -0.004509834, 0.015919283, 0.015248476, -0.017741937, 0.010512532, 0.020088485, 0.013509991, 0.0353603, -0.09210096, -0.034513626, -0.03259201, 0.04079549, -0.0011448982, -0.016487045, 0.03130906, 0.04476396, -0.03844295, 0.010786976, 0.0050144056, -0.0011945711, -0.015429824, 0.052412942, -0.005097874, 0.014904401, 0.017130814, 0.033355657, -0.031969156, -0.035054866, 0.018679537, -0.012532603, 0.012306109, 0.0071783937, 0.029754218, -0.010340877, -0.03807936, -0.02294464, -0.06925835, 0.02606708, 0.0033081216, 0.0021645625, -0.00083149393, 0.044821095, 0.012690229, 0.015869036, -0.01904376, -0.03223952, 0.028937008, -0.016566625, -0.011978613, 0.013347518, -0.011412381, 0.037673306, 0.036777537, -0.013962976, 0.008471035, -0.010821663, 0.021393528, -0.011502672, -0.04823685, 0.017398117, 0.04124618, 0.040868692, -0.019161088, 0.014160902, 0.007812217, -0.045011878, -0.016248692, 0.0072896, -0.005647527, -0.011241109, 0.031585544, -0.020784287, -0.069612876, 0.018196963, -0.028966594, -0.031417206, 0.0041442066, 0.011162934, 0.00089474866, -0.029530788, -0.055427484, -0.009450336, -0.009980988, 0.0051669953, 0.06042257, 0.021292366, -0.05543361, -0.0035565495, 0.0025146953, -0.007874196, -0.024384197, -0.00430923, 0.0033657649, 0.02765457, 0.01410683, 0.039218713, 0.045397017, -0.04406191, -0.026186287, -0.031149903, -0.014275169, -0.017099315, 0.045900505, -0.0257253, -0.028528914, -0.0134844845, -0.013241413, 0.00029994996, 0.0019843946, -0.05567234, -0.0075885295, -0.0120163625, 0.052658305, -0.029320616, -0.02505934, -0.0063984226, 0.0014405759, 0.017161421, 0.029679744, 0.00492166, -0.020772718, -0.03623375, -0.004947134, 0.02632214, -0.06424234, 0.0036213347, 0.04554444, -0.009478265, 0.04235824, 0.0019442547, -0.05056095, 0.0035006914, -0.016307482, 0.034484044, -0.025999742, 0.04801163, -0.037109625, 0.02290128, 0.01831021, -0.0052940147, 0.008182309, -0.021254618, -0.02720439, -0.036808398, -0.012197582, -0.011415952, -0.005916742, 0.0074814046, 0.009524177, 0.006171802, -0.0067009227, -0.039075114, -0.010467131, 0.013009564, -0.028967297, 0.02053994, 0.005561317, -0.011338414, 0.023631262, 0.006037768, -0.03193957, -0.053097263, 0.004714671, -0.02067525, -0.0011161403, 0.038119406, 0.07242873, 0.0056613004, 0.0067641777, 0.026812874, -0.07171865, -0.014955668, 0.004489812, -0.035157397, 0.00240164, 0.03335872, -0.009183161, 0.008730559, -0.01196331, -0.013061086, -0.02748929, 0.021772388, -0.015266713, -0.0075681247, 0.010331949, 0.02916908, 0.0381569, -0.0076471935, 0.007716059, -0.020427203, -0.0154841505, 0.02542178, -0.03405248, 0.002087917, 0.013022318, 0.04711051, -0.00045515364, 0.006119387, 0.019353913, -0.037217133, -0.0151071735, -0.04671874, 0.037228484, -0.0046461634, 0.058193352, -0.007886695, 0.019944632, 0.04436938, 0.02912958, 0.04850007, 0.02351355, 0.043248333, 0.031954873, -0.046879932, 0.03563334, 0.050418116, -0.048402637, 0.007915515, 0.04734567, -0.051186867, -0.018921437, 0.034573313, -0.013091693, -0.0047589, 0.00795046, -0.00025633478, 0.079772405, -0.017242022, -0.032399695, -0.046619773, -0.015872862, -0.029964387, -0.025794942, 0.033309747, -0.020771949, 0.018030155, -0.030680085, 0.02101588, 0.024036806, -0.0074757934, -0.014172125, 0.011654179, -0.01886777, 0.0057306765, -0.041027848, 0.006319354, 0.046280034, -0.033022553, -0.026427478, 0.026229296, -0.0033025104, 0.018873908, -0.037104014, 0.008688371, 0.014700625, 0.020875089, 0.031046351, -0.026036473, 0.0057561826, -0.02648155, 0.050097764, 0.03882898, 0.009159696, -0.020806734, 0.0018101572, -0.019737013, -0.032530285, -0.070655555, 0.02864012, 0.014640414, -0.0113848355, 0.065238096, 0.0324604, 0.010438692, 0.055378515, 0.038150776, -0.052543383, -0.028448313, 0.037147373, -0.011729675, 0.022194002, 0.026934281, 0.009108684, -0.05663341, -0.034969676, -0.045809705, -0.020032883, 0.007830326, 0.013049401, 0.010646183, 0.033210784, -0.028289158, 0.019489095, -0.005990582, -0.05428482, -0.010112088, 0.0279586, -0.009888656, -0.011436356, -0.022823233, -0.009145157, -0.055481046, -0.0483552, 0.015167814, 0.00910945, 0.00887709, -0.0074090958, 0.011208334, -0.07795026, -7.345713e-05, 0.03299271, 0.0017170605, 0.044996575, 0.07934391, -0.044837415, -0.015082178, -0.030636724, -0.01835, 0.021662585, -0.046549376, 0.02856054, 0.02709752, 0.03490591, -0.0022631427, -0.051415913, -0.01089002, 0.062189624, 0.01994157, 0.014552674, -0.009837135, 0.032506566, 0.04660702, -0.03653115, 0.05037374, 0.01018529, 0.028681068, -0.0058587166, -0.05909524, -0.03104992, -0.003330248, 0.014641434, -0.08676308, 0.009087259, -0.067996815, 0.013188934, 0.020385884, 0.029280828, -0.019914024, 0.0067782057, 0.03992242, -0.021267882, -0.022841109, -0.00052669784, -0.022304442, -0.016444195, 0.025501868, -0.0047017667, -0.02215485, -0.027695889, 0.043928616, -0.009455821, -0.000977388, 0.08181084, -0.0034765245, 0.021366844, -0.030076614, 0.04996411, 0.010031107, 0.00034841127, 0.007232467, -0.017102104, 0.023780726, -0.02748674, -0.007214102, 0.03169063, -0.00027546423, 0.025028476, -0.04390084, 0.031976297, 0.038771592, 0.053531885, 0.034110636, 0.027837193, 0.044319645, -0.018637707, 0.028531209, 0.00082001626, 0.0036958118, 0.011438907, 0.029092085, 0.016993083, 0.006423673, 0.03297103, 0.030513277, 0.039464843, 0.008956669, -0.018986627, 0.04246026, 0.007389583, -0.010616086, -0.01783886, -0.040633272, -0.032275226, 0.0012242856, -0.0076851975, 0.023289481, 0.033606637, -0.027896367, -0.0014698441, 0.030979525, 0.022973718, -0.029661657, -0.04462725, 0.044738453, 0.019111097, 0.007560473, 0.0033953518, 0.062703826, -0.057183567, 0.030568369, 0.008254745, -0.013627828, -0.008745479, -0.024648916, -0.047786925, 0.039454643, 0.026016578, -0.0035096186, 0.0041397433, 0.07770132, 0.026856743, -0.0326318, -0.00025812018, 0.018867644, -0.053916518, -0.025189675, -0.033153653, -0.07272664, -0.004172773, 0.009522901, -0.017178511, -0.0064550457, -0.026454005, 0.021267882, 0.020193474, -0.054684754, -0.010171263, -0.005657729, -0.03100401, -0.040752385, -0.035865318, 0.025359035, 0.048893373, -0.084645055, -0.023437927, -0.016645182, -0.04812768, 0.0019588568, 0.04108396, -0.041562963, 0.037552472, 0.009280595, 0.013976878, -0.060818426, 0.004236028, 0.063623056, 0.008983705, -0.03611859, -0.023851123, -0.05505408, -0.012570862, -0.0030469405, 0.0498325, 0.018379586, -0.005211375, 0.03349033, 0.021137033, 0.0006176903, 0.0067759105, -0.0062152897, 0.016561586, 0.0050267125, -0.019202918, -0.0008631213, 0.012043398, -0.018142127, 0.033420954, 0.046265747, -0.002727606, 0.05716725, -0.013949203, -0.008528169, 0.023547603, 0.049375437, -0.025358524, 0.0023215516, 0.061167344, 0.020482296, -0.056627285, 0.020921, 0.011088966, -0.059757378, 0.012919018, 0.033821907, -0.01339955, -0.00037748803, -0.045465883, -0.04720845, 0.006931497, -0.04556995, 0.020695526, 0.059079938, 0.0025919145, -0.05273814, -0.015815727, -0.026343053, -0.026952136, 0.006957513, -0.015091359, 0.048518438, 0.004831847, -0.027083237, 0.04737169, -0.044151817, -0.00403096, -0.024689758, -0.03757077, -0.045412835, -0.050061032, -0.0031657983, 0.0056664017, 0.007563024, 0.035949104, 0.010701595, -0.0020297633, -0.0039429646, -0.037589647, 0.016451592, 0.032340523, -0.00024230652, -0.042605136, 0.014935263, -0.0056468975, 0.014016029, 0.02607422, -0.053362522, -0.0007406927, -0.016259277, -0.05716189, -0.050864983, 0.07024542, 0.010092194, -0.015979987, 0.03271087, 0.031915084, 0.02272529, -0.030947896, -0.003620155, 0.010133513, 0.025626337, 0.020575138, 0.039383225, -0.02542382, -0.066180795, -0.050750714, 0.066286385, -0.006458744, -0.043935526, -0.055851903, -0.026486905, 0.031855907, -0.006306856, -0.017846256, -0.034547295, 0.010150348, -0.026997792, -0.02242381, 0.019993601, -0.033510737, -0.025325878, 0.020045636, 0.029576443, 0.018859098, 0.025871195, 0.038249742, -0.008624199, 0.041522536, -0.03140586, 0.059243176, 0.025749784, -0.042941492, 0.0095542725, -0.031833462, 0.01854716, -0.021211768, -0.013645172, -0.034599967, -0.05043597, 0.029997036, 0.011497062, -0.010984901, -0.0071294224, 0.0031578913, 0.024968157, 0.0070350505, -0.009851928, -0.008092782, -0.007323268, -0.030630603, -0.016301872, -0.024562992, 0.016456949, -0.03670102, -0.023974316, -0.042253662, 0.021302568, 0.030888725, 0.0124367, -0.0102891, 0.023691965, -0.030882603, -0.001346204, -0.0044497037, 0.07547312, 0.03336586, 0.0031160617, 0.050709907, 0.007830326, 0.06875409, -0.03455648, -0.04074116, 0.07473039, -0.0060464405, -0.035731792, -0.017310377, 0.0052266787, 0.029439988, 0.0027179138, 0.029856242, -0.022162383, 0.018617302, 0.004360497, -0.0174476, -0.0086608, -0.04304792, -0.01260759, 0.046431027, 0.002413628, -0.014891775, -0.051913787, 0.03152943, -0.02838812, 0.009395371, 0.01458124, -0.0028416177, -0.06147393, 0.030977486, -0.028972717, 0.047750194, 0.055802934, 0.020204792, -0.019046823, 0.043652922, 0.0029887392, -0.021747394, -0.012329065, 0.054129746, -0.01895194, 0.023530766, -0.032106888, -0.012456595, 0.00083404453, -0.02276457, -0.019387454, 0.034612335, 0.036206204, -0.03314549, -0.0105921095, 0.024491834, 0.0063417987, 0.054662306, 0.031682596, -0.013705111, 0.05196837, -0.05415015, -0.057639364, 0.009162119, 0.02954201, -0.0053769094, -0.0036004195, -0.014917409, -0.0029535887, 0.023165777, 0.021212276, 0.07282892, 0.028581966, 0.030189862, 0.044286486, 0.03155188, 0.021581093, 0.008633253, -0.048877556, 0.021800445, -0.0011895974, -0.041523684, -0.08104158, -0.005607993, 0.008144559, 0.012247956, 0.031581465, 0.034701355, 0.0033627043, 0.027021512, -0.05489951, 0.017035423, 0.0010748206, -0.00495147, -0.0024313545, -0.057279218, -0.019786494, 0.04999064, -0.04604946, -0.04334583, -0.04344479, -0.016793627, -0.013132502, -0.021495137, -0.015029125, -0.013995624, 0.015960092, 0.014463913, -0.018742282, -0.047051333, -0.033038877, 0.05232596, 0.025802838, 0.0018817013, -0.04012545, 0.008782208, 0.019884437, 0.018121753, -0.042572487, -0.014967655, -0.014361889, 0.003450445, 0.013129442, 0.000454516, 0.0337136, 0.028673787, -0.030848933, -0.02663229, -0.04979169, 0.039635222, -0.052153543, 0.011113453, 0.029603224, 0.008002348, -0.079680584, -0.028450357, 0.0075857244, -0.03125652, 0.001478516, -0.043501925, 0.030348731, -0.002036395, 0.002520498, 0.01968549, -0.010917566, -0.030334735, -0.03581443, 0.013526315, -0.012535663, -0.064201534, -0.04293569, -0.013972414, -0.033066932, -0.045508735, -0.020493519, 0.027864737, -0.013250851, -0.019929329, 0.038437337, -0.018896338, -0.01594683, 0.033639286, -0.063328214, 0.017202232, -0.031185612, -0.043874312, 0.033725493, -0.037412126, 0.024624335, 0.013914388, 0.0393567, -0.06512791, 0.0040666685, -0.0033249555, -0.010575372, 0.029454269, 0.02702572, 0.0072526163, -0.0047818553, 0.0052123955, 0.0230283, -0.022459773, -0.091021545, -0.036505133, 0.0012783582, -0.016120015, 0.012144913, 0.044588476, -0.0010677108, -0.0036458203, 0.008114973, 0.012289786, 0.018381562, 0.025067246, 0.038096707, 0.0075896773, 0.00030626266, -0.0072648595, 0.004506901, 0.026102787, -0.009365976, -0.03511659, -0.00094193465, 0.051754627, 0.029396117, 0.018099021, 0.052256588, 0.028183052, -0.015549446, -0.022239147, 0.0013788515, 0.010649499, -0.069266, 0.004377841, 0.03756516, 0.0076834117, -0.01916619, 0.021554057, -0.01101755, 0.009544835, -0.050575238, -0.018069945, -0.041052334, -0.0597033, -0.027847648, -0.018067393, 0.019901399, 0.0060941363, 0.014040514, 0.00016425831, 0.056444664, 0.04056874, 0.031575345, 0.031076448, -0.012414256, 0.034398343, -0.0020312937, 5.6113087e-05, 0.037491705, -0.037183594, -0.012133179, 0.026173184, -0.06598402, 0.01880002, 0.0338821, -0.023125222, 0.0079429345, 0.004257963, -0.075497605, -0.0029414734, -0.020407055, -0.0092558535, 0.025895806, -0.028762037, 0.050769083, 0.020142047, 0.00135054, -0.058955472, -0.037675347, -0.030983604, -0.015308159, 0.04042999, 0.010043733, -0.025276395, -0.013608572, -0.012163276, 0.01710531, -0.047185495, -0.027775979, 0.08527964, -0.0016107644, 0.04120537, 0.051730912, -0.027564278, 0.06616651, 0.02917902, -0.03686681, -0.03181867, -0.011192137, -0.0020653442, -0.04330706, 0.02933388, -0.0037392997, 0.06650319, 0.060936768, 0.0439294, -0.00514608, -0.07060659, 0.0029552467, -0.016285038, -0.039448522, -0.023861324, -0.038236476, -0.0031529178, -0.0018167887, 0.01224158, -0.0073125553, -0.03069488, 0.048131768, 0.016008554, 0.010196258, -0.0025781412, -0.009188039, -0.037128497, 0.0357448, -0.0029097188, 0.058137238, 0.025693672, 0.032651693, -0.029531298, -0.009463217, -0.036635723, 0.013084551, 0.008241227, 0.030229777, -0.016278917, 0.020122154, -0.027248004, 0.022780892, -0.0002713833, 0.046937067, -0.041472673, 0.03803804, 0.0021282164, -0.032470092, 0.0056616194, 0.030472467, -0.0108033, 0.039326094, 0.006334658, -0.013858593, 0.00111461, -0.016750267, 0.09539633, 0.010513041, -0.011730186, 0.010601356, -0.014694488, 0.021081941, 0.04575155, -0.006568037, -0.038907796, 0.007209001, -0.022587556, -0.0008156802, 0.02338972, -0.022737531, 0.004652285, 0.030588645, 0.0778462, -0.009248329, -0.03562977, -0.041802205, 0.046022933, -0.016202142, -0.030226845, -0.030764764, -0.014404739, -0.028016755, -0.022084836, 0.023209902, -0.002469996, -0.005711802, -0.07982342, -0.017768463, 0.011369787, 0.03443099, 0.010355415, 0.046277486, 0.012041869, -0.03962196, -0.018751973, 0.0045390506, 0.003240403, 0.056810927, 0.010967558, 0.036289863, 0.035703227, 0.030250054, -0.009577993, -0.003283636, -0.03924753, 0.02855646, 0.045393445, 0.02611299, -0.018621381, 0.009474233, 0.03447805, -0.014226963, 0.009213769, -0.01526684, -0.009499435, 0.04074014, 0.014261906, -0.034995183, 0.0031714097, 0.0002632214], [0.008147786, -0.09156627, -0.029634379, -0.04650597, 0.00015921706, 0.04468998, -0.01873718, -0.03867224, -0.0008248444, 0.063793525, 0.025279667, 0.01860026, -0.034367543, -0.004759006, -0.011664942, -0.0038808116, 0.02697984, -0.042301722, 0.061074328, 0.051474627, -0.013288958, -0.0055217477, -0.013347974, 0.01311165, -0.016394563, 0.025040217, 0.010457059, 0.048922148, -0.009834362, 0.01685617, -0.002514129, -0.0361231, 0.0025400748, -0.01944407, 0.0057234783, -0.027747113, 0.020176385, -0.013863971, -0.03477267, -0.055760983, -0.05125622, 0.034387134, -0.0056042736, 0.013650205, -0.0075065424, 0.059652213, -0.02044845, 0.021406567, -0.023630917, -0.033840086, 0.0254889, -0.0076881363, -0.03201638, -0.004398892, 0.0041846577, 0.015399405, 0.040665787, 0.019495336, 0.0060377438, 0.0023974255, 0.0011009735, 0.0075421007, -0.07306729, -0.004528933, 0.0016159281, 0.025809001, -0.0033129235, -0.007428184, -0.042600147, -0.05392373, -0.011505933, 0.025393037, 0.023128206, -0.006048581, 0.020864936, 0.014385386, -0.07532717, -0.020043844, -0.020796582, 0.00879049, 0.009178322, 0.018290788, -0.017112082, -0.045765735, -0.047361653, 0.0015531739, 0.0041188034, -0.00706682, 0.03843133, 0.03455427, -0.043588795, 0.0026281234, 0.06517396, 0.00078045536, -0.00952739, 0.008206764, 0.024546102, 0.043051124, 0.0023790863, 0.032657314, 0.05507243, -0.026613317, -0.016390188, -0.022200359, 0.00047442096, -0.002327768, 0.023950912, -0.0056209457, -0.015782183, 0.002797552, 0.005283339, -0.0055592074, 0.012049647, -0.07912171, 0.017328193, -0.013127071, 0.05057184, -0.007918339, -0.037220947, 0.0027164847, 0.035314508, 0.039252423, 0.024815354, 0.052609984, -0.035452053, -0.0060154456, 0.004994497, -0.009416522, -0.06265941, 0.017799383, 0.011934611, 0.016986417, 0.03721761, -0.00932962, -0.04752754, 0.03313382, -0.008050048, 0.055504233, -0.02195945, 0.03580008, -0.04153981, 0.013012452, 0.017717483, 0.0043797195, 0.024322385, -0.014979324, 0.0056680436, -0.03538953, -0.0038028702, -0.0040462282, -0.017868364, -0.0050645196, -0.0137726925, 0.0029617709, 0.023235686, -0.044071447, -0.0026546423, 0.018299125, -0.05682465, 0.0056984704, 0.0018080722, 0.0117907105, 0.0014062783, 0.007981015, -0.011620865, -0.05744414, -0.0008777778, -0.0048515876, -0.009891463, -0.012868657, 0.0761441, 0.005357216, 0.015593269, 0.01509238, -0.0688868, 0.0005223528, 0.039289515, -0.019856494, 0.033774856, 0.0034315025, 0.0029285308, -0.0012520629, -0.01219386, 0.00020225151, -0.024381883, 0.04548773, -0.0041604834, -0.025767894, 0.029123174, 0.028260611, 0.0069751246, -0.004556442, 0.00078295614, -0.008229792, -0.006416093, -0.0034727657, -0.046836488, 0.011365681, 0.010577098, 0.042682413, -0.0044922554, -0.0064249504, 0.029619373, -0.04170591, -0.024475507, -0.0126790125, 0.06441122, 0.0033902396, 0.062468104, -0.007650468, -0.010831762, 0.017137924, 0.01214426, 0.042323396, 0.025367688, 0.034896877, -0.011742623, -0.023601219, 0.038853858, 0.051859748, -0.03112183, -0.0006802983, 0.050039172, -0.038891476, -0.061209373, 0.008878018, -0.024751166, -0.0077997604, 0.011528604, 0.0004493089, 0.05769826, -0.01022136, -0.0133392215, -0.05860021, -0.0023555371, -0.030077437, -0.009564694, 0.046451785, -0.05516402, 0.01691702, -0.0024949564, 0.045905363, 0.008631899, -0.0043142303, 0.0014579614, -0.02313649, -0.02176022, 0.0015375699, -0.035311174, 0.00027842144, 0.057238113, -0.008390156, -0.043718625, 0.029051486, 0.015835846, -0.006831329, 0.018326946, -0.01872301, 0.025264664, 0.037468825, 0.035154458, -0.04209332, 0.01142695, -0.050543495, 0.03913728, 0.015025171, 0.026867671, -0.023808785, -0.012186357, -0.037752364, -0.032901663, -0.05182755, 0.038317125, 0.00150631, -0.029265929, 0.037625864, 0.012982859, 0.03726596, 0.05077732, 0.024126124, -0.057481527, -0.0002582067, 0.022934759, -0.046824194, 0.008656072, -0.0041604834, 0.026106594, -0.037102055, -0.0035026711, -0.040892944, -0.026995212, -0.008766942, 0.02342877, 0.020121368, 0.033681493, -0.021101678, 0.05275787, -0.006663984, -0.053261857, -0.017579105, 0.02071989, -0.009813106, 0.030849764, 0.041399144, -0.0041213045, -0.04999916, -0.03639652, 0.03812707, 0.0069126044, 0.00888724, 0.0012362245, -0.030521743, -0.071611, 0.011193543, 0.016877426, 0.013571586, 0.028797708, 0.07807805, -0.035973884, -0.009901467, -0.0034836025, 0.010905951, 0.0038228764, -0.059547182, 0.03656949, 0.05162634, 0.016086634, 0.01838832, -0.047575682, -0.023799982, 0.04941564, 0.047721565, -0.0013575652, -0.0055938535, 0.02462196, 0.014035067, -0.010984414, 0.012656975, 0.0026852249, 0.025197037, -0.010734335, -0.08006534, 0.0010084441, -0.011845415, 0.058226764, -0.07968856, 0.0029983448, -0.07136925, 0.0018639232, 0.007990862, 0.030817566, -0.0287622, 0.013477599, 0.005615944, -0.021942778, 0.0305157, 0.010242408, -0.009039528, -0.013907162, 0.008923657, -0.0075858384, -0.019700088, -0.022314144, 0.041037988, -0.0010486653, -0.013157498, 0.070062175, -0.02668928, 0.024365628, -0.028680744, 0.063653484, 0.014978186, 0.01310175, 0.018314963, 0.020532018, 0.060644194, -0.05619445, -0.00022603507, 0.029657718, 0.00067708927, 0.028325215, -0.019910468, 0.059271675, 0.030145373, 0.008417664, 0.044284016, 0.025830258, 0.003417201, -0.05158466, 0.045817837, -0.008795179, 0.050435964, 0.017117083, 0.014928371, 0.028970836, 0.027090656, 0.054248005, 0.022663357, 0.013212515, 0.00085964706, -0.026045118, 0.03160667, 0.005968556, 0.023659987, -0.049292266, -0.023340719, 0.0010136542, -0.026836826, -0.012822808, 0.029627709, 0.02224704, -0.02382379, -0.0005677839, 0.03649155, 0.02852903, -0.019922867, -0.014411227, 0.028546534, 0.013810621, 0.013345473, -0.0024474412, 0.05160133, -0.061344415, 0.044245668, 0.034928974, -0.010545003, 0.038002025, -0.0522532, -0.017850649, 0.020405624, 0.040085185, 0.037829474, 0.038671408, 0.084986895, 0.020524621, -0.03813957, -0.0014985993, -0.015840013, -0.059345447, -0.011058084, -0.052039806, -0.05783997, -0.01352428, 0.0042194603, -0.008228021, 0.0029355125, -0.049532343, 0.03199763, 0.021814404, -0.05728313, 0.009423399, -0.011039328, -0.02095262, 0.0019261304, -0.023754185, 0.04072789, 0.081659175, -0.0403461, -0.027503911, -0.0215414, -0.03310673, 0.010134249, 0.011802069, -0.041788124, 0.01455471, -0.0072281207, 0.030083796, -0.038167913, 0.02453641, 0.03339807, 0.02602907, -0.056047738, -0.04444198, -0.043249726, -0.020203372, -0.011792898, 0.050112735, 0.019014351, -0.010750903, -0.0019339453, 0.00213776, 0.027935924, 0.041728206, -0.014172819, 0.02503459, 0.0047842227, -0.017283805, 0.0038814368, -0.046310905, -0.014437903, 0.010349525, -0.00647705, -0.005315015, 0.07264966, -0.03352561, -0.035601266, 0.026490884, 0.01415448, -0.04232256, 0.0010186557, 0.035385367, 0.03609559, -0.037310977, -0.0016359345, 2.2298726e-05, -0.06136442, 0.030340696, 0.03228876, 0.0008991387, -0.0013020788, -0.011138525, -0.03833729, -0.008096208, -0.028694082, 0.059715565, 0.012810721, -0.004525599, -0.054899875, 0.006496639, -0.028163081, -0.04844742, 0.0022609239, 0.0031697531, 0.036976703, -0.0133448485, -0.039605867, 0.019557856, -0.03172504, 0.021270774, 0.006362326, -0.006412628, -0.020913493, -0.040850222, 0.030386284, 0.014505425, 0.011711206, -0.014838915, 0.019666849, -0.022228703, 0.0066245967, -0.024637798, 0.043050084, 0.022907667, 0.008893022, -0.016943697, -0.03748603, -0.015272333, 0.018920364, 0.015360695, -0.0145587735, 0.019545352, -0.020558069, -0.08511361, -0.041412584, 0.046629757, -0.017704353, -0.012284304, 0.04010269, 0.035657953, -0.003742226, -0.052180678, -0.012788214, 0.029117133, 0.0064586583, 0.007223119, 0.030238738, 0.009002016, -0.042512618, -0.06375893, 0.03890731, -0.007495289, -0.03473266, -0.048690826, -0.03153206, 0.03798452, -0.0032487365, 0.02003905, -0.009789556, -0.013703751, -0.036920853, -0.004768593, -0.025201308, -0.008754021, -0.023986029, 0.015812166, 0.0129674375, -0.003731181, -0.018243326, 0.0412616, 0.007364831, 0.044560768, -0.009769759, 0.04027608, 0.024907883, -0.03114819, -0.009128722, -0.026640931, 0.026989792, 0.007256359, -0.040116027, -0.030765362, -0.03384738, 0.01470257, -0.006528316, 0.0009423816, -0.034984406, -0.009367548, 0.034573026, -0.0033008363, 0.027459523, 0.023448018, 0.010700887, -0.017486628, 0.002932178, -0.013741979, 0.013753312, -0.02854841, -0.0070962566, -0.045476057, -0.025396788, 0.008118611, 0.012572313, 0.0058660232, 0.03446424, -0.031601667, 0.02127986, 0.0007125171, 0.042426344, 0.008062552, -0.016765514, 0.048018534, -0.003715616, 0.051462952, -0.017687682, -0.0750921, 0.08622521, -0.033944074, -0.03819042, -0.03297877, -0.022067191, 0.0136882905, 0.019103287, 0.002128382, -0.034675974, 0.01907687, 0.036114763, 0.026713455, -0.031651475, -0.029498503, 0.0043860106, 0.068032935, 0.009814981, 0.021216715, -0.028695332, 0.025558922, 0.016878676, -0.008543069, 0.0009842699, 0.013660157, -0.0293868, 0.041180532, -0.025244657, 0.015571907, 0.041378096, 0.0402394, -0.02310398, 0.008381194, -0.05606941, -0.00076284556, 1.4171152e-05, 0.026278941, 0.030650534, 0.026265863, -0.026651768, -0.009903134, 0.0077357814, -0.040901277, -0.050402615, 0.0013477183, 0.01693661, 0.0028367313, -0.021709265, 0.025678126, -0.002082586, 0.03173004, 0.01600048, -0.018409159, 0.044939224, -0.046861496, -0.034792263, -0.028805366, 0.0352845, 0.0418621, 0.002375752, -0.020525245, -0.0014487918, 0.068244934, 0.0441794, 0.03500441, 0.027321354, 0.036316305, 0.056246135, -0.0069121877, 0.03137493, 0.04691735, -0.007961687, -0.00025424713, 0.02087744, -0.027571226, -0.04526349, 0.0019064366, 0.009842698, -0.01697829, 0.05363864, 0.044522427, 0.004977669, 0.057518203, -0.042967763, -0.0052181096, -0.0013129155, -0.03344663, 0.008681915, -0.062196348, -0.04419899, 0.015754987, -0.009863955, -0.04286023, -0.048443247, -0.019221917, -0.021314453, -0.031153401, -0.014816773, -0.04127869, 0.017277969, 0.011395481, 0.01455294, -0.01050494, -0.05736357, 0.014804164, 0.005545505, -0.006922816, -0.04289274, 0.04670478, -0.014971404, 0.02083201, -0.08497022, 0.006963975, 0.008391405, 0.028224764, 0.0067042047, -0.01584668, 0.031106513, 0.025294177, 0.027462129, -0.0055221645, 0.00019078955, 0.02935846, -0.024223827, 0.0077111903, 0.016372683, -0.015881693, -0.037800297, -0.017243791, 0.019028522, -0.019998413, 0.022635497, -0.022493368, 0.004266142, -0.008775694, 0.008634191, 0.034993157, 0.017828142, -0.0011203546, 0.012845731, 0.008004513, 0.013374962, -0.06786981, -0.018143712, -0.014820471, -0.06161432, -0.02670512, 0.0062636747, 0.029879456, -0.03798619, -0.041939937, 0.052012295, -0.013767691, -0.037347473, 0.011053914, -0.045349143, -0.006454126, 0.008063047, 0.008135492, 0.02330946, -0.026527146, 0.038151033, 0.0038112062, 0.029240504, -0.04697153, 0.012887413, -0.02224871, -0.03334889, 0.05722186, 0.01904436, 0.02487433, 0.0044914214, 0.011499369, -0.008442881, -0.026892262, -0.061733756, 0.017191274, -0.0047123246, 0.001838238, 0.032681175, -0.0029649488, 0.032069944, -0.00038772688, -0.003719719, 0.03906903, -0.023133779, 0.006950533, 0.013023288, 0.008137471, 0.011050113, -0.022640498, -0.015612493, 0.00522457, -0.010724228, -0.021140441, 0.030059513, 0.04783764, 0.03630941, -0.007006527, 0.057013042, 0.011469464, 0.01815189, -0.022327898, 0.0008644923, -0.027635414, -0.065130614, -0.0041171364, 0.06787482, -0.01930215, -0.0040462804, 0.027760454, 0.006749428, 0.0412864, -0.06178622, -0.026814736, -0.05439055, -0.056537893, -0.029115047, -0.011385269, 0.0013637649, 0.0104462225, -0.008620229, -0.021796899, 0.055471096, 0.03644445, 0.048807945, 0.0016271817, -0.019266931, 0.058766935, -0.040701006, -0.015344856, 0.05742651, 0.0036961697, 0.026514433, 0.042810213, -0.03208599, 0.026219966, 0.019006016, -0.046398018, 0.062069643, 0.018351927, -0.06003671, 0.019150851, -0.01623097, 0.0052304054, -0.006654606, -0.045118865, 0.019133555, 0.017342154, 0.011490303, -0.0662393, 0.0013658489, -0.01150114, -0.026352117, 0.049362287, -0.00014254512, 0.0070566083, -0.010588664, -0.0033587713, 0.028008344, -0.0053660735, -0.011150404, 0.04740667, 0.00811215, 0.08746101, 0.019846281, -0.06952534, 0.072132826, 0.006190631, -0.032034304, -0.01998966, -0.00081275724, 0.020153878, -0.022431605, -0.010278774, -0.0068900976, 0.019381968, 0.054742325, 0.066215955, -0.005509973, -0.102112316, -0.039516464, -0.011974702, -0.016102597, -0.038938574, -0.025346773, 0.009462162, 0.006075621, 0.048761472, -0.006661952, -0.012473947, 0.05698137, 0.010128413, -0.029209452, -0.0034448402, -0.009900216, -0.06629765, 0.02032143, -0.035364054, 0.058931988, 0.037513852, 0.052578617, -0.050652698, -0.0063115805, -0.032434434, 0.030128703, 0.017317146, 0.015201477, -0.013347453, 0.06232056, -0.036030464, -0.010394853, 0.047050618, 0.046594333, -0.050020833, 0.064221054, -0.011042114, -0.040119365, -0.018185755, 0.04801686, -0.038835727, 0.05918873, 0.0018180754, 0.011248769, 0.02775743, -0.035383698, 0.09126888, -0.006831745, 0.020574898, 0.029100042, -0.026864752, 0.009721827, 0.014894714, -0.03696378, -0.011409705, 0.007345658, -0.013024539, -0.013343807, -0.0024741164, -0.012078406, -0.02345284, -0.003259365, 0.047771785, -0.033974085, -0.035658818, -0.032899994, 0.06366348, -0.025452638, -0.03754855, -0.035036817, 0.012252212, -0.051229127, -0.011992754, 0.0006260314, -0.032738484, 0.023324883, -0.070135534, 0.026140774, -0.015974222, 0.018377066, -0.007818933, 0.023347182, 0.01293451, -0.02072489, -0.011978375, 0.010454975, -0.019737601, 0.017904833, 0.021662688, 0.035746314, 0.023784194, 0.023808265, 0.0009746835, -0.0047106575, -0.046224628, 0.029159905, 0.0633513, 0.0042142505, 0.0068765515, -0.000523499, 0.034484245, -0.014464161, 0.02712942, -0.0068338295, -0.0041729873, 0.048842125, 0.031370867, -0.0112211425, -0.0059972624, 0.005818925], [-0.018510899, -0.0727343, -0.029168453, -0.056703947, -0.00031309275, 0.061519884, 0.014507174, -0.029292474, 0.031482495, 0.038508784, -0.0044103386, 0.042851828, -0.044449415, -0.023650449, -0.02111526, 0.020133898, 0.0032088961, -0.04098913, 0.06440034, 0.019024452, 0.003349076, 0.012329349, -0.049347486, 0.025994629, -0.007382128, 0.02309791, -0.014158502, 0.045622088, -0.010205605, -0.011411571, -0.006265922, -0.03286661, 0.009833553, 0.02287773, 0.0033464332, 0.0026149345, 0.011516121, -0.017442927, -0.04438598, -0.061897628, -0.057570033, 0.011372791, -0.018061794, 0.025030345, -0.0076477993, 0.015501752, -0.0040384904, 0.037288535, -0.011791857, -0.04669108, 0.03225303, -0.039319776, -0.021231554, 0.01790484, 0.0034264855, 0.022060841, 0.017042108, 0.03092035, 0.024013141, -0.006158576, 0.0069008493, -0.005136755, -0.033907745, 0.009225055, 0.02408507, -0.01535415, 0.00372926, 0.0012274152, -0.031919148, -0.042513933, 0.001754946, 0.034423534, 0.043177526, -0.009231154, 0.023308944, 0.016717933, -0.058680907, 0.001829763, 0.0026893448, 0.022558207, 0.019476365, 0.015568793, -0.0017982504, -0.039901845, -0.05793558, -0.005340468, 0.007591483, -0.0019753308, 0.029050944, 0.026759367, -0.027411884, -0.009448896, 0.069112174, 0.023129424, 0.004860664, 0.013206009, -0.0023494156, -0.00929113, 0.01144049, 0.014192455, 0.014614317, -0.023830019, -0.023557587, 0.0044874935, -0.00015746127, -0.01765518, 0.007380857, 0.02576306, -0.024348045, 0.006457437, 0.0060510263, 0.007826506, -9.026831e-05, -0.06828462, 0.007904169, -0.043529958, 0.05275125, 0.014074537, -0.049845997, -0.029690955, -0.025257234, -0.0015063015, 0.0044831224, 0.029913777, -0.0373662, -0.012309324, 0.006415403, -0.03768336, -0.08989422, -0.0051587117, 0.036762375, 0.010782386, 0.026795162, -0.013620349, -0.03505582, 0.026338829, -0.0167773, 0.041885003, -0.02281267, 0.0329951, -0.0637587, -0.008103817, 0.016410941, 0.013603678, 0.03589629, -0.018697942, 0.04388178, -0.02795715, -0.05643314, -0.011712923, -0.0013076706, -0.026301013, 0.0044324994, -0.020705597, 0.0060254093, -0.05171159, 0.006267548, 0.02422606, -0.05181238, 0.0033285422, -0.021080699, -0.0010016935, 0.031578455, 0.031824864, -0.019597167, -0.046819158, 0.002980379, 0.023585238, 0.025627254, -0.0029918659, 0.027054874, -0.020524248, 0.011938999, 0.00498956, -0.06184924, 0.00055817934, 0.041424207, -0.013733795, 0.01829763, 0.024905106, 0.0012743282, -0.0012631464, 0.010836263, -0.014484811, -0.015846051, 0.03129952, -0.028924486, -0.02875325, 0.01036703, 0.015018491, -0.0054771667, -0.021134984, 0.033904083, -0.028858207, -0.022738261, 0.011476273, -0.05046974, 0.028457897, -0.017635254, 0.04674109, -0.008420163, 0.009851482, 0.057840027, -0.018497022, -0.04507804, -0.038132258, 0.048211865, -0.0063740807, 0.07746159, -0.046105962, 0.008303057, 0.04451122, 0.03136168, 0.034856983, 0.022254797, 0.032341264, 0.025667507, -0.05484918, 0.032283526, 0.05144216, -0.008468143, -0.016018152, 0.048718862, -0.031462163, -0.040292192, 0.010459738, -0.011638181, 0.028397107, 0.014301428, -0.020022487, 0.04812195, 0.018141286, -0.020865802, -0.04167468, 0.024494428, -0.013531504, -0.016707921, 0.009768342, -0.07256759, 0.01816426, -0.02557236, 0.030152053, 0.02212956, -0.007125097, -0.021309013, -0.013756463, -0.02796203, -0.012248026, -0.011855034, -0.012132142, 0.040397912, 0.007998256, -0.049907804, 0.012481626, -0.023582594, 0.029758452, 0.013424157, -0.018287871, 0.02452045, 0.03810827, 0.03284465, -0.058401156, 0.038625076, -0.024074394, 0.045734316, 0.001130641, 0.05210921, -0.01822891, -0.014018119, -0.015177071, -0.01314339, -0.041570995, 0.009581452, -0.016214952, -0.039007295, 0.027269568, 0.002206694, 0.0008840805, 0.033378944, 0.003971983, -0.04250743, -0.0038366064, 0.0147942435, -0.036271594, 0.030088214, -0.004366221, -0.004615882, -0.021875832, -0.021749783, -0.029469756, 0.0017827991, 0.008664944, 0.009730209, -0.00046577633, 0.058562174, -0.04207723, 0.0106329555, -0.011985456, -0.049228754, -0.038382024, 0.04440469, 0.000717877, 0.008628349, 0.048179694, 0.00014007851, -0.01803013, -0.021339916, 0.047336377, -0.0070307627, 0.019101912, -0.03159553, -0.02107663, -0.07266598, 0.020593371, 0.015290465, 0.009340152, 0.027074596, 0.059827555, 0.015134376, -0.004817969, -0.022170627, -0.019903755, 0.021850215, -0.05987147, 0.036331773, 0.09128891, 0.012681885, -0.013536179, -0.039138325, -0.02756599, 0.014940624, 0.027071953, 0.0018143116, 0.01281322, 0.0007977767, 0.022347504, -0.014972849, 0.0075548883, 0.0016259477, 0.028202644, 0.0019850894, -0.10921326, -0.026152598, -0.0067065894, 0.08797419, -0.06618497, -0.023184622, -0.07319296, 0.01775358, -0.006093111, 0.021121971, 0.0025842353, -0.0075857905, 0.021278923, -0.009890122, 0.031075882, 0.03575252, -0.008363237, -0.020965423, -0.03478786, -0.008798313, -0.048019484, -0.08062017, 0.04821303, 0.029917846, 0.008412844, 0.048413903, -0.041009866, 0.02747328, -0.013332669, 0.039156266, 0.009748164, 0.0025125695, 0.0022380035, -0.009924939, 0.054499283, -0.057366725, 0.01019422, 0.032107662, -0.020994294, 0.020655992, -0.03266005, 0.052481867, 0.027888026, 0.0051471232, 0.05632498, 0.021594457, 0.00046577633, -0.031895995, 0.058910236, -0.0069160974, 0.03477688, 0.04177796, -0.009629839, 0.027244763, 0.006577795, 0.040983234, 0.032494962, 0.0018037397, -0.0047477265, -0.03577634, 0.0019460546, -0.0033407407, 0.030756688, -9.29113e-05, -0.028840318, -0.013613233, -0.05291024, -0.008854019, 0.051944938, 0.040902115, -0.013362963, -0.01441101, 0.020112349, 0.0253212, -0.027750693, -0.006749386, 0.02326808, 0.04398506, -0.0012663739, 0.011740166, 0.019948483, -0.013932629, 0.032550264, 0.031505264, -0.005459606, 0.041365247, -0.040899675, -0.048578985, 0.0020603829, 0.004900512, 0.039889645, 0.014312, 0.07786333, 0.014810102, -0.0094310045, 0.03001238, 0.012631463, -0.042122766, 0.00062943844, -0.029490901, -0.05654659, 0.031097027, -0.008662352, -0.015312472, 0.029243272, -0.021583477, 0.037635174, 0.02320058, -0.038146086, 0.0064724814, -0.024962846, -0.0019879357, -0.001420506, -0.04533746, 0.041872285, 0.070376754, -0.0071803965, -0.01250033, -0.018846761, -0.046193432, 0.01758382, 0.008519884, 0.002731633, -0.0049236887, -0.02704664, 0.050927587, -0.04641824, 0.007814308, 0.061688222, 0.025254793, -0.033266716, 0.0010181614, -0.037365183, -0.015957972, 0.00038724902, 0.021285428, 0.017252631, -0.019794375, 0.024434043, 0.0052355616, -0.003195986, 0.041773893, 0.016022827, -0.007107917, 0.0142725585, -0.017941436, 0.012252296, -0.040111046, -0.04494711, 0.021593438, 0.029703965, -0.017818639, 0.056470145, -0.010366623, -0.047816176, 0.017736502, 0.031973686, -0.009502569, -0.017003784, 0.03243072, 0.043938708, -0.047697447, 0.029557176, 0.019877732, -0.06446133, 0.04095091, 0.022180794, -0.008745759, -0.035057038, -0.019477421, -0.054609887, -0.0018021131, 0.013792753, 0.051789355, 0.029219687, -0.0123342285, -0.06130926, -0.015301291, -0.009845141, -0.015197605, -0.038795445, 0.006514363, 0.041489266, -0.042902656, -0.01607467, 0.028876098, -0.05597936, -0.013167787, -0.014753582, 0.012907554, -0.015066268, -0.030554602, -0.0011106661, 0.0024717047, 0.018275673, 0.003583489, 0.011287045, -0.036828045, -0.02114962, -0.019832626, 0.038798295, 0.029677942, 0.024733262, -0.015859572, -0.0043360805, -0.0042801206, 0.04084031, 0.019683776, -0.0053307097, -0.015496872, -0.038967747, -0.051825397, -0.06944316, 0.034724835, -0.029129827, 0.001893398, 0.040197045, 0.037101086, 0.0070506865, -0.035529118, 0.021158159, 0.04260827, 0.022913106, -0.024149617, 0.013978575, -0.0059975563, -0.057014603, -0.080678724, 0.0050916206, 0.014209126, -0.011227832, -0.032548636, -0.023623817, 0.022472132, -0.013954789, 0.016464004, -0.034946848, -0.0061248266, -0.010510159, 0.0055646137, -0.024008524, -0.017505342, -0.02420492, 0.04206666, 0.023967454, -0.0077967215, -0.009406608, 0.05624348, -0.005865254, 0.015391152, -0.013742536, 0.051429756, 0.018637558, -0.076819144, -0.023314433, -0.048909564, 0.017707633, -0.03671526, -0.029373795, -0.02541988, -0.04703711, 0.013080009, -0.0021135795, 0.0030512314, -0.018320348, -0.013316201, 0.013906606, 0.00046679284, -0.009002433, -0.0033952268, -0.00013418261, -0.05399183, -0.030858545, 0.01313038, 0.0015112825, -0.014521609, -0.02334249, -0.024008116, -0.0056176265, 0.000784765, 0.025160866, -0.010498773, 0.0041647437, -0.018251479, 0.033708706, 0.030167403, 0.027627796, -0.019490227, 0.012063423, 0.05660839, -0.008377061, 0.02046732, 0.0132503295, -0.060901016, 0.090587094, -0.010143697, -0.03455792, -0.04945077, 0.0039025794, 0.026497407, 0.006312276, 0.018347643, -0.026928011, 0.037699267, 0.014696656, 0.007160879, -0.03559336, -0.026270313, 0.02010147, 0.06432308, -0.013549191, 0.0021290309, -0.039312456, 0.05381028, 0.0121276695, 0.0067562982, 0.019377278, -0.02646447, -0.035198133, 0.06375463, -0.022917373, 0.038390055, 0.0065009445, 0.019885661, -0.03321223, -0.004607807, -0.04437826, -0.014753582, -0.028971653, 0.043088075, 0.022952545, 0.030656459, -0.00041474626, -0.022225115, -0.026040372, -0.038730796, -0.048182335, 0.019107604, 0.021143114, -0.008128214, -0.021119531, 0.0033870947, -0.022126306, 0.021260219, 0.014843037, -0.009222819, 0.052062042, -0.033004858, -0.01900839, -0.0027686346, 0.073532075, 0.04466858, -0.022667916, -0.0433788, 0.021805082, 0.019449262, 0.0345382, 0.010980611, -0.0018830295, 0.02622556, 0.017891016, 0.013619942, 0.02157819, 0.024960406, -0.021353334, 0.042336646, 0.010221463, -0.0012190287, -0.023882067, -0.012897796, 0.015596899, -0.011123638, 0.027295185, 0.021172391, 0.049143773, -0.0017614518, -0.03739222, 0.0010197879, 0.01762265, 0.009333215, 0.023383355, -0.049289744, -0.052654885, -0.006851446, -0.012558679, -0.03783543, -0.046885844, -0.01485784, -0.0034269427, -0.010682562, -0.055104326, -0.033780575, 0.00897458, 0.0007937105, -0.02243208, -0.019791529, -0.032273967, 0.032788664, 0.012356186, 0.020868143, -0.04199235, 0.054884758, 0.010887496, 0.0016695317, -0.06971641, -0.014275811, 0.022456478, -0.005374217, -0.00049932196, 0.00908335, 0.068596594, 0.04174909, 0.038094826, -0.017687608, -0.028629286, 0.056786086, -0.028853327, 0.025690278, -0.01638939, 0.004360122, -0.05166844, -0.010709806, 0.011425243, 0.0010287333, 0.013441032, -0.045559675, 0.011350833, -0.0142436875, 0.012772151, -0.0035188375, 0.022333274, -0.02219787, -0.008242574, -0.029037118, 0.0035616336, -0.07056542, -0.055252332, 0.000357617, -0.040345866, -0.055385705, -0.006977496, 0.030427331, -0.010979645, -0.03100696, 0.0019084428, 0.0039457823, -0.04026048, 0.030185396, -0.061973665, 0.032331176, -0.024983127, -0.04988666, 0.02618289, -0.06243883, 0.06252422, 0.025943598, 0.025745578, -0.025013672, -0.007123064, 0.0040864707, -0.011221733, 0.073227115, 0.014111132, -0.011700114, -0.0042287856, 0.055330407, 0.016962308, -0.051464323, -0.08203844, -0.017166024, 0.020256696, -0.009308208, 0.011065796, 0.015159586, 0.03294407, 0.030949017, 0.030875014, 0.017742602, -0.029402256, 0.022451801, 0.01952619, -0.0028926518, 0.034681734, -0.0135105625, 0.014904893, 0.010463601, -0.00073393824, -0.0019202345, 0.014597849, 0.038382735, -0.010155998, -0.024238719, 0.07167141, -0.014014358, -0.014522931, -0.049566247, -0.016898878, 0.03286742, -0.08246132, -0.015543582, 0.0630336, 0.0012043907, 0.00024152872, 0.04073784, -0.017217154, 0.055937886, -0.06462154, -0.012415959, -0.0638937, -0.01772898, -0.01828055, 0.012709127, -0.016658975, -0.035198946, 0.00241915, -0.031755738, 0.02522308, 0.036577165, 0.050373577, 0.019945228, 0.0056470553, 0.060256127, -0.010512192, 0.017068028, 0.052089695, -0.008358255, 0.020832054, 0.02994224, -0.033723343, -0.020112755, 0.043679286, -0.023213593, 0.016222272, 0.023806537, -0.05572889, 0.02699429, -0.0099779, 0.04002383, 0.025058808, -0.031357665, 0.0058317594, 0.022075783, 0.0054953876, -0.023163985, -0.024884775, -0.018787904, -0.008355409, 0.028380843, 0.0015821096, -0.0072466745, 0.0035851155, 0.014270575, 0.057881907, 0.016460141, -0.09139869, 0.049121413, 0.029650902, 0.06458982, 0.00036005667, -0.031727277, 0.07578004, -0.015766865, -0.034054127, -0.033399273, -0.020142438, -0.028371185, 0.0040810574, -0.0085421465, -0.0342247, 0.038893443, 0.009715584, 0.016132817, 0.0012340734, -0.05967467, -0.023817822, -0.008825963, -0.021968136, -0.06626873, -0.037191354, 0.019641286, 0.020429913, 0.07530572, 0.0030382199, -0.016614247, 0.058639634, 0.014917243, -0.02143547, 0.0005262602, -0.017438455, -0.04261884, 0.037684172, -0.034724835, 0.04013422, 0.042643644, 0.020575888, -0.023251409, 0.03429545, -0.055083185, 0.038869858, -0.005190021, 0.017093036, -0.035717685, 0.036401354, -0.026245307, -0.003114968, 0.0031593905, 0.04029382, -0.035351023, 0.06440847, 0.0043589016, -0.015061896, 0.008084706, 0.0297308, -0.076024614, 0.033090245, -0.025396297, 0.002295309, 0.039682273, -0.038442913, 0.063300446, 0.018044513, -0.003908882, 0.005433989, -0.026260352, -0.022633761, 0.012149423, -0.00481309, -0.0156769, 0.009124418, -0.047194876, -0.01622471, 0.036735136, 0.019451194, 0.004419894, 0.025035897, 0.041186742, -0.036421634, -0.05828115, -0.020879222, 0.06320733, -0.015166702, -0.034777693, -0.024829477, 0.009228512, -0.045306556, -0.0145860575, 0.029426655, -0.03236078, 0.028289037, -0.06267385, 0.057878252, 0.0031597973, 0.024110178, -0.0047325804, 0.02462251, 0.027068295, -0.003478786, -0.008155457, -0.0091691455, -0.021452142, -0.0058418233, 0.015618856, 0.0055486546, 0.024692856, 0.011673481, -0.028032985, 0.009991116, -0.024460679, 0.034168586, 0.050300993, 0.017402468, -0.022702072, 0.008007043, 0.062520154, -0.0023583611, -0.027580729, 0.02183629, -0.04355649, 0.050146483, 0.022589745, -0.024725739, 0.021442885, 0.010198082], [-0.02630582, -0.08194618, -0.027649147, -0.046629902, 0.033399817, 0.03354211, 0.012182545, 0.007386103, 0.023351716, 0.06656954, 0.019514907, 0.0074859047, -0.040207975, -0.011323145, -0.021039078, 0.0055984254, 0.01421751, -0.025015585, 0.03147471, 0.034326687, -0.015618846, 0.0148126455, -0.027138134, 0.03775823, -0.027159978, 0.047963336, 0.009146748, 0.03647324, 0.006058834, -0.005978387, -0.04055842, -0.06248144, -0.0012436861, -0.031269267, 0.0140644, -0.0135458205, 0.0103419935, -0.00811391, -0.038240913, -0.024843447, -0.04259544, 0.037071403, -0.0034968534, 0.022818862, -0.02231931, 0.05269371, 0.009944785, 0.035707265, -0.009976304, -0.03217365, 0.03273678, -0.04041731, -0.043159433, 0.042307384, -0.0043683634, 0.015394157, 0.02777652, 0.011602546, 0.019203499, -0.007849214, -0.03640058, -0.008973311, -0.084232435, 0.0023889758, 0.03311825, 0.033204753, -0.013981359, 0.026402216, -0.02962356, -0.061274737, -0.015621008, 0.042616848, 0.02145472, -0.02107076, 0.045506243, 0.015036092, -0.075845174, -0.00045543435, -0.022466365, -0.017296124, 0.0013987413, 0.015800068, -0.0006081108, -0.028636679, -0.029095897, 0.012873264, 0.0032137749, -0.0073911846, 0.023691451, 0.032524846, -0.047074955, -0.032052543, 0.06360164, -0.0050595165, -0.0038484852, 0.0019290001, 0.024879344, 0.04382204, 0.008517228, 0.018574629, 0.04700965, -0.040050972, -0.02930891, -0.032817222, -0.004195359, -0.008718129, 0.0012519038, -0.018274898, 0.005949192, 0.04066644, -0.010140658, -0.0015492553, 0.013798839, -0.028985282, -0.012359495, -0.009478051, 0.0295855, -0.011205502, -0.025926456, 0.031032681, -0.0018060589, 0.0345663, 0.025330454, 0.05032333, -0.0704284, 0.02057283, 0.006114844, 0.0029138285, -0.07347155, 0.0072938697, 0.03078961, -0.019906113, 0.056493104, -0.024466297, -0.019134298, 0.016827716, 0.0016015891, 0.017383708, 0.003929314, 0.05119376, -0.015635606, 0.0058267917, 0.0069833267, -0.0057599684, 0.008828419, -0.0049366835, 0.0031413294, -0.025119608, -0.0042827735, 0.004637602, -0.025865901, 0.0020494545, -0.014286928, -0.0052649593, 0.010519539, -0.039954957, -0.012324841, 0.0098552015, -0.048309773, 0.017867904, -0.00071148097, -0.0031607922, 0.0021262253, 0.02160491, 0.011595627, -0.06189409, 0.025493294, -0.004124427, -0.031551693, -0.01286029, 0.08102493, -0.015245156, 0.037066214, -0.0079426365, -0.08459271, 0.007389022, 0.010327504, -0.008528041, 0.033869956, 0.005224736, 0.004306082, -0.014570439, -0.028300941, -0.024687309, -0.010306743, 0.026446048, -0.007119568, -0.034867328, 0.015715728, 0.025695926, 0.03693473, -0.016852368, -0.0034029984, -0.047193572, -0.04238956, 0.034888085, -0.03813711, -0.023444707, -0.011048933, 0.061828345, -0.010002255, 0.023220446, 0.023019439, -0.046368666, -0.033732526, -0.027109804, 0.07462943, -0.0077782823, 0.030718679, -0.019641202, -0.0080611445, 0.021430608, 0.033710793, 0.03693565, 0.016596429, 0.008553343, 0.00051187706, -0.037453312, 0.018341072, 0.053567383, -0.00114875, 0.012008025, 0.025121983, -0.027012382, -0.025814867, 0.017735556, -0.002112385, 0.00423342, 0.023180008, -0.013144449, 0.09465076, 0.016281912, -0.01871633, -0.044381708, -0.005171105, -0.028331216, -0.017923482, 0.037818782, -0.036287695, 0.045450013, -0.010360833, 0.02862446, 0.01405575, -0.011416784, 0.026004305, -0.007824778, 0.0029488618, 0.030668508, -0.04575969, 0.004823798, 0.068159014, 0.048565824, -0.02306669, 0.027887028, 0.016087689, 0.039880134, -0.008919301, -0.017129824, 0.03633354, 0.025314668, 0.035311084, -0.025273362, 0.0024026001, -0.056214135, 0.042804774, 0.012441619, 0.031711727, -0.011501231, -0.022438683, -0.022612121, -0.04092119, -0.04467495, 0.04369921, -0.014787334, -0.039958417, 0.0142199965, 0.015425947, 0.025948945, 0.050541535, 0.029460937, -0.055723023, -0.013873664, 0.024922164, -0.0086130295, 0.0067108446, 0.010598904, 0.037030317, -0.042041823, 0.024767758, -0.04537389, 0.006519242, -0.021058973, 0.018362697, 0.028829036, 0.024817929, -0.038709756, 0.006223837, -0.004361443, -0.072405845, -0.0038943314, 0.050209366, 0.020409124, 0.0231307, 0.0141383605, 0.0029190185, -0.051150512, -0.06625727, 0.035855617, -0.017831182, 0.0043649036, -0.003621849, -0.032325026, -0.06029899, 0.014127615, -0.014586009, -0.007770389, 0.013719257, 0.073866, -0.025387654, -0.0047429185, -0.0015328199, 0.015403456, -0.0011818369, -0.037573818, 0.027825179, 0.05835442, 0.024821172, 0.026606144, -0.04778817, -0.022869466, 0.05256915, 0.045553815, -0.015851105, -0.03825778, 0.015156275, 0.0035950334, -0.02091365, 0.008345737, -0.015211961, 0.0054755923, -0.0006959106, -0.06393295, -0.010635452, -0.0045223376, 0.06272278, -0.07784684, 0.015643068, -0.06353071, 0.005568204, 0.029632645, 0.03946038, -0.014288441, 0.0024004374, 0.017021047, 0.009760049, 0.008724185, 0.004011974, -0.0036292018, -0.016004646, -0.0115428595, 0.037323125, -0.0013939501, -0.058406316, 0.03800909, 0.018277168, -0.010474611, 0.06271067, -0.015987346, 0.024205925, -0.00080620096, 0.06281361, 0.043921515, -0.0107337395, 0.023937495, -0.012656576, 0.056212623, -0.03918552, 0.0052327914, 0.039778925, 0.023656635, 0.033244547, -0.019588435, 0.08629118, 0.0603457, -0.0013269446, 0.05655474, 0.037455257, 0.014769441, -0.033301637, 0.04651053, -0.0038817883, 0.025616776, 0.030349746, 0.026748227, 0.019366123, 0.036334407, 0.027555292, 0.024026865, 0.039406966, 0.01268296, -0.01867789, 0.04166424, -0.0040833657, 0.045734603, 0.009098306, -0.028644355, 0.006482046, 0.019144895, -0.010458122, 0.038715813, 0.03420645, -0.007171902, -0.025152693, 0.029848697, 0.046313304, -0.008332628, -0.037747853, 0.04495003, 0.02181284, 0.0014928125, 0.01059793, 0.030688634, -0.031446163, 0.028973928, 0.053123843, -0.013360704, 0.0065118894, -0.023165086, -0.010876793, 0.042279273, 0.037813593, 0.06351081, 0.011799825, 0.09994124, 0.039964903, -0.0376354, 0.0014964889, 4.844126e-05, -0.0752708, 0.0021872094, -0.049417008, -0.044608343, -0.0035426996, -0.020143347, -0.0029159908, 0.004869212, -0.031115724, 0.009119999, -0.0035914655, -0.0675695, 0.031093232, 0.002305285, -0.016035179, 0.009631918, -0.057620876, 0.03949952, 0.06341307, -0.05837431, -0.016797006, -0.02062084, -0.018518401, 0.0067480407, 0.00019381911, -0.03141397, 0.039603323, -0.03408232, 0.02471672, -0.041955106, 0.016468622, 0.036445126, 0.039464206, -0.05475333, -0.014186511, -0.03526351, -0.011554213, -0.008235771, 0.05691675, -0.013074382, -0.0017670246, 0.0045154174, -0.011392275, -0.0008955145, 0.016102826, -0.0030665046, 0.04457115, 0.016563019, -0.025594287, -0.018391242, -0.055513687, -0.009317158, 0.03109064, 0.035118617, 0.027910816, 0.0465261, -0.03378259, -0.0070568533, 0.028282775, 0.025613317, -0.050178222, 0.025512757, 0.04457634, 0.040624917, -0.035004865, -0.0022533836, 0.03556291, -0.05138926, 0.015059609, 0.028489517, 0.015991671, 0.015125783, 0.0015743409, -0.051219713, 0.0279851, -0.02173196, 0.018623069, 0.015605871, 0.023424594, -0.022010064, 0.004316462, -0.016310865, 0.00058302516, -0.026155036, 0.0042913766, 0.026342746, 0.009008452, -0.033309422, 0.03686034, -0.040369518, 0.005570745, 0.008230743, -0.0066904896, -0.03195912, -0.03131018, 0.037293714, 0.010923072, -0.01597437, 0.016513279, 0.024352977, -0.00078660285, 0.01580223, -0.019392075, 0.0379693, 0.0077903927, 0.024266476, -0.030380456, -0.018992867, -0.022867844, 0.042804774, 0.00058216014, 0.02428464, 0.010586145, -0.023378963, -0.08655761, -0.041249193, 0.024656601, 0.0068873093, 0.0072744065, 0.017299585, 0.049234483, -0.012475779, -0.026691997, -0.010179558, 0.019247616, 0.007429246, -0.008162893, 0.016877454, 0.00052074355, -0.060816273, -0.06788783, 0.008526905, 0.0033671001, -0.0658905, -0.03644167, -0.04179659, 0.0034038636, -0.007727571, 0.024037246, -0.014134467, -0.0039299596, -0.03274975, -0.017938836, -0.028338136, -0.0032030423, -0.008333843, 0.026538892, 0.009274771, 0.004959174, 0.008956876, 0.013249982, -0.0073826425, 0.035696883, -0.021910371, 0.042658582, 0.005904644, -0.021485753, -0.030707002, -0.051342543, 0.009584449, 0.014249948, -0.032052543, -0.03354817, -0.031991344, 0.014658671, -0.032206517, 0.019264033, -0.020812009, -0.0070471256, 0.04760738, -0.0064152232, 0.014218374, 0.0009351163, 0.01760537, -0.0012731239, -0.03587767, 0.011253078, 0.02214025, -0.02676639, -0.008064605, -0.017738152, 0.0039912136, 0.021200188, 0.008291241, -0.0028169458, 0.04152108, -0.013262525, 0.02364647, 0.017529234, 0.05068599, 0.0069094757, 0.0075101256, 0.047977608, -0.01418464, 0.018554246, -0.0043620924, -0.055254176, 0.0742345, -0.055768, -0.03218342, -0.03229648, 0.009710742, 0.01769382, 0.007560729, -0.0050478927, -0.039679665, 0.037868954, -0.015133568, 0.0315212, 0.0043952065, -0.0424925, 0.029344592, 0.04815926, -0.0006487669, 0.004396477, -0.03463723, 0.05041351, 0.0034773904, 0.015472658, -0.013612427, -0.02861781, -0.023793958, 0.041191507, -0.014892227, 0.031121453, 0.02251113, 0.032255217, -0.047420535, 0.023613492, -0.01090642, -0.035055038, -0.016367957, 0.034137245, 0.021818463, 0.0418792, -0.01646125, -0.013332591, -0.008578428, -0.023534236, -0.02608854, 0.012383013, 0.05906547, -0.032009292, -0.023065824, 0.02463238, 0.034000143, 0.021601342, 0.0029497265, -0.023635875, 0.05996336, -0.02704666, -0.046322823, -0.021364326, 0.017622238, 0.021729365, -0.00042245537, -0.016049195, 0.012701125, 0.041249465, 0.05167774, 0.028956277, 0.024218062, 0.060603477, 0.033366513, 0.03135274, 0.035173763, 0.026350748, -0.009446478, 0.010264141, 0.0056810356, -0.0438601, -0.022940395, -0.0024860746, 0.011644068, -0.019825451, 0.03997961, 0.033237625, 0.039925978, 0.046033036, -0.032195706, 0.015416431, -0.0041322126, -0.029210081, -0.005123528, -0.056302585, -0.045354858, 0.00815154, -0.0007560297, -0.057444416, -0.068940565, -0.031943116, -0.007995403, -0.0015404968, -0.028366575, -0.039695017, 0.016014269, 0.0023554564, 0.007792122, -0.03958646, -0.06267261, 0.0322861, 0.020530446, 0.019180143, -0.026873654, 0.010340019, 0.0048216353, 0.009955544, -0.04007649, 0.0022492746, -0.0025483563, 0.013282853, 1.730045e-06, -0.0086699445, 0.041294444, 0.01959276, 0.026593495, -0.027190253, 0.0034624687, 0.03776429, -0.027772414, 0.021326266, 0.051686823, 0.017661814, -0.043899026, -0.015554835, 0.0063272067, -0.0076018176, 0.019879298, -0.029052645, 0.030025797, 0.018382594, 0.0149147175, 0.01834453, 0.02522319, -0.02105162, -0.02023293, 0.0135783665, -0.002824839, -0.05808799, -0.024955899, 0.0065203235, -0.0373188, -0.045538247, 0.038285032, 0.0079344185, -0.020822821, -0.029461153, 0.04779228, -0.016333733, -0.015655177, 0.02114991, -0.060414035, 0.0030536375, -0.038732894, -0.04967305, 0.027071556, -0.0061044637, 0.03258713, 0.030305415, 0.023650581, -0.06671053, -0.0040037567, -0.017086789, -0.017461345, 0.044604886, -0.0053475695, 0.00020414531, -0.014278061, 0.010601716, -0.032697417, -0.027300326, -0.056450285, -0.012060143, 0.009701019, -0.014875792, 0.04098606, 0.027047092, 0.008227013, -0.024137588, -0.0024477434, 0.060074084, -0.0041832486, -0.008282591, 0.030102782, 0.013420905, 0.018468663, -0.011637797, 0.012918245, -0.013660436, -0.004104532, -0.041623153, -0.0031417618, 0.048963733, 0.031489845, 0.015598086, 0.036220223, 0.034318794, 0.0028690635, -0.029199049, -0.007638149, 0.00923152, -0.09410536, -0.0016495979, 0.06847518, -0.019900275, -0.023912683, 0.046432678, -0.00041650832, 0.04765582, -0.05303453, -0.01879291, -0.051314864, -0.08203181, -0.0024462836, 0.0031762547, -0.011053907, -0.001072628, -0.018937074, -0.020879913, 0.028178323, 0.020746699, 0.023311775, 0.015928524, -0.02157366, 0.052081272, -0.013042376, -0.030640826, 0.057956506, 0.004519743, 0.02051898, 0.029184127, -0.044508435, 0.011406997, 0.014579088, -0.040214896, 0.076561406, 0.01768798, -0.043175, 0.005452561, -0.02284957, 0.010929288, -0.0027732623, -0.013157858, 0.04025642, 0.02323184, -0.0064114383, -0.052717928, -0.011477118, 0.0016495979, -0.01578931, 0.020521794, 0.010696435, 0.025925372, -0.018639073, -0.0194217, 0.067431964, -0.02100015, -0.028089873, 0.04578737, 0.04526382, 0.054792687, 0.030289412, -0.051318325, 0.05667022, -0.013732556, -0.03564758, -0.0060196915, 0.0026381023, 0.002135308, -0.024496356, -0.008006648, -0.0010881983, 0.03215548, 0.052000824, 0.07840564, -0.0281288, -0.09963675, -0.02788242, -0.033942617, -0.026197532, -0.03501568, -0.021513974, 0.0057692677, -0.008605244, 0.037295662, 0.008290376, -0.0012066794, 0.059548147, 0.019221881, -0.012891322, -0.0044297804, -0.015481929, -0.05940196, 0.0174501, -0.039170813, 0.04677177, 0.045112114, 0.04687557, -0.0499464, -0.028757673, -0.037599068, 0.00931705, 0.027023302, 0.02394512, -0.027826909, 0.035924386, -0.033554222, 0.010413141, 0.033126254, 0.012948522, -0.062061906, 0.068927586, 0.0008812417, -0.0059389872, -0.007378642, 0.04883225, -0.02885023, 0.020738048, -0.004784791, 0.007555539, -0.0047299433, -0.02560034, 0.10723511, 0.028689768, 0.021235436, 0.017634997, 0.0061174394, 0.028712692, 0.022473283, -0.042474337, -0.013601018, -0.0007150492, -0.038893793, -0.010936263, 0.01019429, -0.029102817, 0.0031435997, 0.025522921, 0.027679855, -0.04453698, -0.05228888, -0.036054138, 0.041608017, -0.023840452, -0.032090604, -0.002185047, 0.007729841, -0.024385417, -0.0035950874, 0.018960427, -0.03130376, 0.019883623, -0.06253075, 0.007029173, -0.0023292894, -0.010565818, -0.006507909, 0.041136794, 0.005139531, -0.0044213464, -0.014271574, 0.010248355, -0.017423283, 0.0031936632, 0.030413328, 0.024645789, 0.052304722, 0.0010419196, -0.0018563382, 0.020124748, -0.039096422, 0.017488807, 0.09095366, -0.00013083465, -0.009540766, 0.0071604396, 0.041892607, 0.008906704, 0.01821348, -0.026097728, -0.0361095, 0.026416058, 0.04309423, -0.045288254, 0.02270165, -0.0043244637], [-0.036442805, -0.07627715, -0.015509602, -0.026279127, 0.0034450628, 0.011296784, 0.014332132, 0.014011599, 0.019766485, 0.031652924, -0.007691193, 0.029946586, -0.07406543, -0.028462816, -0.01480847, 0.012720816, -0.00444561, -0.035028737, 0.037853196, 0.046849072, -0.01595735, -0.010697688, -0.011826633, 0.036268897, 0.0034267013, 0.07077303, -0.007153869, 0.047547318, 0.02406455, 0.0021990996, -0.019051453, -0.036114663, 0.030216562, 0.0068644197, 0.017436728, -0.0035828352, 0.048206743, -0.029068468, -0.0066813333, -0.036655005, -0.036286537, 0.028840005, 0.0016884649, 0.0060262363, 0.0024957948, 0.004774142, -0.0076686344, 0.008506949, 0.00028590817, -0.0460926, 0.032737277, -0.007444105, -0.013993763, 0.032588813, -0.012549009, 0.0021262127, 0.042312317, 0.02292354, 0.034611154, 0.0004301738, 0.008010938, -0.024749683, -0.07604214, -0.0077730305, 0.014719288, 0.041007105, 0.019827865, 0.007974609, -0.030464174, -0.05029466, -0.013659592, 0.033554606, 0.015742786, -0.04626152, 0.04395674, 0.0007968707, -0.058371436, -0.022043783, -0.027539516, -0.010913824, 0.013782177, 0.019733435, -0.035155263, -0.015405205, -0.059384964, -0.011448918, -0.027609812, 0.016357096, 0.022874752, 0.018445276, -0.060547486, -0.028739806, 0.07309387, 0.009999442, -0.017207082, -0.006320932, 0.0047203703, -0.013389946, 0.022939084, 0.046197783, 0.03552291, -0.060809787, -0.021905027, -0.020838248, -0.0050909366, -0.03081356, 0.03555334, -0.01971901, -0.022429889, -0.04336309, -0.0037742504, 0.0123305125, -0.012688029, -0.031390097, -0.0010180562, -0.017349118, 0.043666117, -0.000238694, -0.018091954, 0.016040236, -0.011862567, 0.042243067, 0.019343393, 0.052116077, -0.06563613, -0.0070804246, 0.021949355, 0.007908903, -0.07652897, 0.014664992, 0.031679675, -4.1968175e-05, 0.06230569, -0.024008943, -0.026614644, 0.01962012, 0.014828462, 0.045749504, 0.0013655395, 0.04238051, -0.019837832, 0.006449984, 0.015805215, -0.008164909, 0.00041758333, -0.023597656, 0.007650798, -0.0016034466, 0.019474281, 0.0028517374, 0.011493247, 0.005395009, 0.013733036, -0.0033884053, 0.026936747, -0.03951828, -0.017208396, 0.0073591196, -0.03158315, 0.009285393, -0.008306551, -0.016114075, -0.0042694747, 0.046882648, -0.0063184397, -0.024226392, 0.04499231, -0.011243274, -0.016093204, -0.047612894, 0.06881732, -0.010302465, 0.011098484, -0.0031727941, -0.048943285, 0.01218546, 0.026190238, -0.04433518, 0.04396376, 0.03690891, 0.018215762, -0.0118345, 0.00020564406, 0.0077133575, 0.011329309, 0.012049588, -0.023120267, -0.02364697, -0.004185276, 0.012788752, 0.0248247, 0.004872505, 0.006577462, -0.021670792, -0.033693623, 0.020216595, -0.054098815, 0.011893781, -0.0055009783, 0.072833665, 0.0028412456, -0.0015795771, 0.036774613, -0.08442318, -0.016835796, -0.031129895, 0.042111915, -0.005372451, 0.059166733, -0.025397418, 0.02916998, 0.053314537, 0.028787546, 0.040868606, 0.035937347, 0.014589187, -0.0018014839, -0.04846065, 0.02302594, 0.023055218, 0.013533686, -0.00069457333, 0.022908326, -0.037404135, -0.019311655, 0.028672658, -0.031225897, -0.013407782, 0.024877686, 0.010445879, 0.03526061, 0.010256497, -0.018726528, -0.029744944, 0.0063938517, -0.039883208, -0.027885623, 0.017929329, -0.031593904, 0.06189388, -0.025592718, 0.040932607, 0.012256806, -0.009354182, 0.005159987, -0.030168299, -0.045199726, -0.005388976, -0.01035932, 0.0017280438, 0.04487237, 0.0022190672, -0.036237814, 0.021552755, -0.021044942, 0.0066687427, -0.012120409, -0.045483533, 0.044723384, 0.036101025, 0.01678517, -0.0025808704, 0.0048242416, -0.036006596, 0.055037063, 0.010322073, 0.035198707, -0.0018355831, -0.028726872, -0.015701344, -0.039690353, -0.041206453, 0.036625627, -0.022798162, -0.042874686, 0.03127678, 0.02400055, 0.028055202, 0.062045753, 0.017540338, -0.036600444, -0.022406809, 0.014824209, -0.02786477, 0.0333045, 0.0117623685, 0.014824209, -0.049151026, 0.016388573, -0.03550088, -0.016947798, -0.031992342, 0.025457894, 0.008734757, 0.034014158, -0.021684956, 0.0058540357, -0.011417441, -0.050766803, -0.033895597, 0.047382068, 0.015152085, 0.037907753, 0.021535182, 0.012731571, -0.033545163, -0.05100812, 0.020239152, 0.006904814, 0.026224865, -0.0017804998, -0.013809103, -0.051414162, -0.00948166, 0.036625627, -0.0014552465, 0.030766869, 0.080221646, -0.01694983, -0.02334742, -0.035643835, 0.0072216736, 0.0044801026, -0.073889166, 0.025003064, 0.07801045, 0.061063696, 0.013502473, -0.027644962, -0.04143662, 0.06654054, 0.034410756, -0.007454597, -0.010599652, 0.003959697, 0.03328496, -0.0056447196, 0.024645548, 0.03609132, 0.03467227, -0.011654562, -0.04798641, -0.03526376, 0.0051222155, 0.049953144, -0.07272036, 0.00204385, -0.057748206, 0.03423108, 0.016059121, -0.0072594453, -0.0065764133, 0.0013230467, 0.021177141, -0.005064903, -0.0063702445, 0.0035776228, 0.015572816, -0.024891848, -0.020796673, 0.008141826, -0.033177942, -0.010343581, 0.071279794, 0.022873703, -0.009464348, 0.06837875, -0.0041254717, 0.014419609, 0.013678477, 0.07047506, 0.033463325, -0.018833218, 0.0022883147, -0.0021569019, 0.044509348, -0.018537343, -0.0061900434, 0.016797762, 0.012993871, 0.046504933, -0.018883089, 0.0562447, 0.03195247, 0.031037925, 0.023063086, 0.011879617, -0.00055017654, -0.015318384, 0.06098815, 0.024072945, 0.037624467, 0.053530406, -0.009462774, 0.021412162, 0.045732718, 0.040268462, -0.0042230473, 0.021641938, 0.003586443, -0.042941574, 0.0402522, 0.0087045925, 0.0221891, -0.010184627, -0.039982032, -0.009274966, -0.015396025, -0.014014223, 0.042564124, 0.024909161, -0.015620554, -0.0112034045, 0.035395958, 0.045492455, -0.001640431, -0.023452865, 0.040291544, -0.0004616499, -0.012012866, 0.000811035, 0.045513436, -0.035827182, 0.015593275, -0.0040856516, -0.0356698, -0.011026089, 0.008514031, -0.0126597, 0.03753581, 0.013211581, 0.04777447, 0.018898532, 0.09346732, 0.06863895, -0.032248344, -0.012156082, 0.037849914, -0.09100379, 0.0013736709, -0.074216515, -0.045734815, 0.0029062962, -0.04711977, -0.02506864, 0.007166066, -0.026109844, 0.023610245, 0.013704708, -0.07788034, -0.00063935894, 0.019764911, 0.0042713108, 0.025657244, -0.03924969, 0.067438655, 0.06468975, -0.04081746, -0.031872403, -0.038519442, -0.063504145, 0.03998308, 0.026091876, -0.013462866, 0.029843569, 0.0046673855, 0.023847366, -0.038815316, 0.02873666, 0.058973677, 0.029629532, -0.05760552, 0.013730938, -0.028213369, -0.011219929, -0.011996078, 0.042147983, 0.0015599045, -0.039239194, 0.059063908, 0.0020102756, -0.0013650149, -0.01724297, 0.00429859, 0.016182141, 0.020126363, -0.000299679, -0.016466213, -0.032126095, -0.016740581, 0.03385153, 0.021338195, 0.01044483, 0.055842854, -0.030626277, -0.016566936, 0.050097413, 0.039742287, -0.015606719, -0.021354195, 0.049694516, 0.032263033, -0.048749186, 0.011408917, 0.013583, -0.06411898, -0.013427717, 0.007737817, -0.025454223, -0.016150404, -0.03946687, -0.0020370304, 0.02509592, -0.005967874, 0.068043, 0.021210585, 0.008509572, -0.04727374, -0.005177824, -0.06625201, -0.0021928372, -0.0080646435, -0.0098772105, 0.0067201536, -0.012024341, -0.023305977, 0.01278849, -0.044240225, -0.0022862162, 0.018190056, -0.0005107002, -0.051524065, -0.056659132, 0.0031680726, -0.011784663, -0.0063256533, 0.00920362, 0.022787277, -0.015709475, -0.03230684, -0.026459951, 0.014730305, 0.038870923, 0.018089334, -0.03717121, -0.023986384, -0.01425449, 0.038279172, -0.01813235, 0.026348574, 0.03913106, -0.01778926, -0.07216847, -0.04059162, 0.01123593, 0.0108340345, -0.0022358545, 0.039989375, 0.008761905, 0.015364024, -0.055813476, 0.0036299848, 0.01657166, -0.0021986077, -0.005663605, 0.024691977, -0.02075746, -0.044637877, -0.058549803, 0.029700352, 0.04459748, -0.04323299, -0.02773047, 0.006968563, 0.006865993, -0.016699137, 0.028589508, -0.0046540084, 0.005079198, -0.034165245, 0.0042130803, -0.004229736, -0.011173765, -0.0014584924, 0.032485466, 0.016652972, -0.0012619306, 0.023020273, -0.008406226, 0.0029664286, 0.0044780043, -0.002006341, 0.058871385, 0.010586997, -0.024697222, -0.026450444, -0.04969242, -0.018888958, -0.0125012705, -0.029478446, -0.032683767, -0.06443688, 0.005282744, -0.014653188, 0.0045808265, -0.025815673, 0.01509805, 0.05055906, 0.016119976, 0.01209208, 0.0020302103, 0.008534753, -0.04882787, -0.016646218, 0.011152518, -0.00043804283, -0.02333011, -0.033079315, -0.02313076, -0.0019934883, 0.0049396544, 0.04460168, -0.053144827, 0.02179827, -0.016544117, 0.030313613, 0.042701043, 0.027118653, 0.007961363, 0.022217426, 0.060612537, -0.0117507605, 0.014012123, 0.026872221, -0.03482834, 0.084113665, -0.035527896, -0.039712384, -0.043298565, -0.022073163, 0.012326185, 0.0040226495, 0.029819962, -0.02034722, 0.02032204, 0.029251818, 0.022248248, -0.024044616, -0.049061846, 0.010267514, 0.053610146, -0.019874291, 0.021165077, -0.06065031, 0.018539442, -0.008083071, 0.00902001, 0.015423304, -0.04151072, -0.032092016, 0.04847954, -0.015793674, 0.034050878, 0.0075256806, 0.03276665, -0.041742593, -0.0020763755, -0.03398714, -0.03899683, -0.016135976, 0.018321207, -0.019660983, 0.05321145, -0.0150602795, -0.013870087, -0.038971648, -0.039571792, -0.05990957, 0.021650331, 0.01513261, -0.017404726, -0.024124354, 0.0070123575, 0.012429792, 0.058578655, -0.0017077768, -0.03166866, 0.04763388, -0.04752686, -0.019374337, -0.0016923011, 0.030241217, 0.009027354, 0.0030920054, -0.012638453, -0.017834114, 0.033461228, 0.033304892, 0.03819812, 0.03757096, 0.03595099, 0.044404425, -0.029636875, 0.03993062, -0.018653804, 0.0116115445, 0.014981589, 0.022708718, -0.008503441, -0.048715986, 0.0054757977, 0.014981065, -0.006104566, 0.033487193, 0.005766427, 0.042006996, 0.029575627, -0.038710397, -0.0057580336, -0.009590777, -0.013684773, -0.0040079607, -0.03523648, -0.043881923, -0.02062526, 0.0026051744, -0.0362466, -0.047331706, -0.039780583, -0.017279347, -0.007876246, -0.036365423, -0.04591738, -0.016967732, -0.002044637, -0.027853949, -0.029382968, -0.015633145, 0.057248, 0.0447685, 0.031511802, -0.016728515, 0.035027426, -0.012167491, 0.041528035, -0.050831854, -0.01639841, -0.019746551, -0.01848803, -0.020110626, 0.026299357, 0.048731346, 0.012506516, -0.028760266, -0.02313863, -0.011572331, 0.026415817, -0.019776978, -0.003501195, -0.013862088, 0.0077861454, -0.03163246, -0.01132721, 0.032273527, -0.021211764, 0.015797347, -0.008655411, 0.0062423395, -0.024218785, 0.015013, 0.03303682, 0.018827185, -0.022935083, -0.012649207, -0.01182873, -0.010151053, -0.035806198, -0.0522252, -0.025372908, -0.041602004, -0.04149603, -0.0005046673, 0.0217584, -0.02317889, -0.032014634, 0.057280265, -0.017765652, -0.018876031, 0.022262018, -0.058277007, 0.01614306, -0.034433838, -0.013289747, 0.018723182, -0.041990735, 0.019905506, 0.010731262, 0.025875479, -0.040788345, 0.0031790892, -0.04181499, -0.0021734268, 0.027418334, 0.009340017, 0.035195563, -0.017967625, 0.025034016, 0.0019411593, -0.02080782, -0.06327542, -0.009571367, 0.01709626, -0.022896262, 0.018062053, 0.016890962, 0.033087708, -0.010772181, 0.01312135, 0.018967517, -0.010687196, -0.0040373383, 0.0041029137, -0.012525402, 0.018116612, -0.0035114246, 0.024033884, -0.0023790707, -0.030425878, -0.01590174, -0.013178007, 0.047325414, 0.04121065, -0.008042151, 0.06315476, 0.011074615, -0.018788103, -0.039781634, 0.0016902683, 0.019181553, -0.0870252, -0.01567026, 0.08985387, -0.015311499, -0.024038322, 0.04460652, -0.049965214, 0.04804307, -0.0588163, -0.020004787, -0.047850013, -0.022183852, -0.021701744, 0.018661149, 0.0021856239, 0.004764437, -0.030503517, -0.0006924093, 0.0030899069, 0.019525694, 0.03238684, 0.023119546, -0.01314522, 0.049566515, 0.02645359, -0.004287049, 0.050233282, -0.026986849, 0.03034509, 0.03736217, -0.06145085, -0.014357051, 0.018392554, -0.03985088, 0.054294225, -0.019886618, -0.07419973, 0.02399819, -0.013322798, 0.0023402504, 0.0044381344, -0.03868469, 0.028537834, 0.007109409, -0.00048473245, -0.04028735, -0.015274317, -0.030257875, -0.0025742229, 0.032188542, -0.0011079599, 0.023255615, -0.010467912, -0.007882672, 0.011820337, -0.007909033, -0.042876784, 0.029956883, 0.032594584, 0.077061966, -0.00720646, -0.03827078, 0.059246473, -0.003333847, -0.032722585, -0.024901815, -0.0068827807, -0.021666072, -0.0046521723, 0.019362018, -0.0041357013, 0.021480884, 0.051748857, 0.03360841, -0.015763246, -0.06849626, -0.026766384, -0.006015351, -0.02293482, -0.05507903, -0.025328089, -0.0003819104, 0.002853836, 0.048788004, 0.042299725, -0.041605674, 0.03807353, 0.021943059, 0.01720774, 0.013097087, -0.02518615, -0.036986552, 0.0044178064, -0.014670894, 0.0643519, 0.052299164, 0.064654075, -0.010759853, 0.00219546, -0.017279347, 0.0048074545, 0.015532422, 0.03438872, -0.028009297, 0.04027161, -0.05527366, -0.007519648, 0.010322073, 0.04228294, -0.055046506, 0.08246484, -0.004319574, -0.014953261, 0.0069598975, 0.0775362, -0.00950789, 0.032241, -0.029493134, 0.0044015436, 0.016091844, -0.04838406, 0.072208345, -0.017569976, -0.0048953253, -0.012583632, -0.00584197, 0.0030458402, 0.023422027, -0.041426785, -0.0034010122, 0.033676706, -0.009993934, -0.016893765, 0.015404943, -0.0035831642, 0.012947182, 0.020756671, 0.053882938, -0.027489418, -0.046317734, -0.02868577, 0.05110727, -0.04413583, -0.035215497, -0.013285026, 0.009737273, -0.047466006, -0.048892923, 0.0054747486, -0.044590138, 0.01964163, -0.05857918, 0.0034529315, -0.013868383, 0.012925412, 0.017490236, -0.0014360985, 0.0024580236, -0.025360318, -0.021378588, 0.013798087, 0.021712234, 0.021141207, 0.0054810434, 0.024218785, 0.029507825, 0.010343056, -0.0329681, -0.010848773, -0.011537576, 0.06569383, 0.10315148, 0.02233861, 0.005138544, 0.009757601, 0.025357302, 0.0038579246, -0.010093871, -0.015044541, -0.023956483, 0.041342128, 0.0269698, -0.023991106, 0.0066650705, 0.016501887], [-0.034572866, -0.08973981, -0.029117683, -0.025785483, -0.0047849384, 0.031191213, 0.020806817, -0.015469434, 0.03908973, 0.032923456, -0.01270982, 0.013973356, -0.0851555, -0.021547556, -0.01863532, 0.036205076, 0.00085955765, -0.061935224, 0.043170705, 0.031335153, -0.02922496, -0.012847422, -1.3126472e-05, 0.042218357, -0.027664946, 0.06651229, -0.020074902, 0.005695984, 0.029573489, -0.014163916, -0.034548875, -0.021634238, 0.012217578, -0.0072648237, 0.023516074, 0.005228636, 0.029774686, -0.033211786, -0.015447594, -0.023214392, -0.07042805, 0.014997674, -0.0069244406, 0.01706713, 0.0005970282, 0.03522059, 0.0058385646, 0.026595138, -0.008423122, -0.0345362, 0.026259735, -0.008307925, -0.028820982, 0.023506569, -0.016122477, 0.04460602, 0.027518066, 0.01988686, 0.01875094, -0.016195776, 0.0102348, -0.0015390789, -0.06730893, 0.02434825, 0.015904758, 0.030844156, -0.011388913, 0.0046150866, 0.0024170815, -0.04901877, 0.00067623967, 0.009449249, 0.01565943, -0.02710741, 0.074065894, -0.007922052, -0.07584657, -0.0021124568, -0.03724297, -0.02610448, -0.0034122039, 0.00073327194, -0.0019880948, -0.04270539, -0.048102636, 0.006913577, -0.020938082, -0.00034898313, 0.04175033, 0.018907214, -0.04409046, -0.008377858, 0.029573489, -0.017495098, 0.0068968297, -0.0054492964, 0.016095093, 0.05316131, 0.025608389, 0.045601368, 0.041337524, -0.022622796, -0.017153356, -0.027644802, -0.03744213, -0.0068601663, 0.012912828, -0.034981143, -0.01464009, 0.0069832834, 0.007823378, -0.0018229955, 0.014502984, -0.05120207, 0.016963024, -0.024244595, 0.019599406, -0.017270816, -0.031125356, -0.0076604285, -0.02429099, 0.040444016, 0.031401493, 0.014709797, -0.033326585, 0.00462595, 0.017059434, 0.022060622, -0.05505333, -1.7200206e-05, 0.044411607, -0.009900076, 0.03951883, -0.023259657, -0.054506544, 0.024775537, 0.0030660497, 0.05689511, -0.0030387216, 0.053512555, -0.01561575, 0.03565308, 0.015065569, -0.002644984, 0.038517594, -0.00080388325, 0.0107207075, -0.016877022, -0.017026845, 0.0016249667, 0.0049554696, -0.026321037, 0.009773337, 0.009907318, 0.041438915, -0.05461156, 0.014133024, 0.016236315, -0.043187, 0.0005033323, -0.0109900255, 0.00636815, 0.011182849, 0.009360532, 0.0014117747, -0.053651966, -0.0039144047, -0.0033400082, -0.021128414, 0.03998052, 0.077636294, -0.00118953, 0.01616231, 0.020050911, -0.058879018, -0.007136727, 0.0071183955, -0.037839092, 0.01942865, 0.014835631, 0.011663125, -0.00086182076, 0.011483853, -0.004850458, -0.024229204, 0.036620144, -0.025057077, -0.009801401, -0.012464718, 0.03159044, 0.040862255, -0.03544962, 0.0012833673, -0.024294272, -0.033771697, 0.0016376406, -0.030187266, -0.00980491, 0.034503613, 0.05819644, -0.013379949, -0.0042326082, 0.035504844, -0.038210258, -0.012631853, -0.044725966, 0.05426665, -0.02923039, 0.032058466, -0.025634643, 0.01004492, 0.05000552, 0.0374195, 0.048046507, 0.019675564, 0.017548736, 0.005845354, -0.043087415, 0.022038443, 0.06962281, -0.03324268, -0.0018701828, 0.031311616, -0.03379569, -0.029528225, 0.021126151, -0.017836614, 0.007838767, 0.009518503, -0.00502246, 0.075952485, 0.0041380073, -0.024256477, -0.0469113, -0.006093399, 0.0015991664, -0.02172748, 0.02779553, -0.039979275, 0.03391541, -0.028546909, 0.00951194, 0.01654657, -0.020516336, -0.015880655, -0.0016251649, -0.028135914, -0.0036799386, -0.040052943, 0.015113548, 0.06480675, 0.0045444756, -0.0135374665, 0.004497854, 0.021864628, 0.008173662, -0.008756715, -0.0013178525, 0.0062651164, 0.042958643, 0.022028938, -0.020955283, -0.015875788, -0.06340539, 0.061976865, 0.019650782, 0.033578422, -0.0054434123, 0.00819635, -0.016907802, -0.037920114, -0.053800885, 0.029463047, 0.007842614, -0.016967097, 0.037393246, 0.009011097, 0.01178033, 0.059199486, 0.016672205, -0.0602324, -0.024730274, -0.0017906319, 0.0025284302, 0.008208797, 0.026720066, 0.021840073, -0.046689194, 0.00800579, -0.048729084, -0.02192732, -0.011091417, 0.022406662, 0.018644502, 0.02975862, -0.0488341, 0.033484273, -0.03724297, -0.061612945, -0.020069612, 0.0067922706, 0.0034485843, -0.000935148, 0.010231406, 0.006671869, -0.04797409, -0.06588844, 0.029125832, 0.002980954, 0.007226003, -0.02204342, -0.020242322, -0.08408321, 0.022455772, 0.010154911, -0.019420842, 0.016112065, 0.07531291, -0.03167463, -0.018454915, -0.0083443625, -0.012770699, -0.0031164621, -0.07781011, 0.018710429, 0.07378888, 0.029807221, 0.00020187609, -0.052623574, -0.017860377, 0.065357044, 0.03606566, -0.005331158, -0.013967472, 0.020609014, 0.008469743, -0.0054026754, 0.02186961, 0.0194323, 0.04203911, -0.017678417, -0.06972782, -0.024497846, -0.007563564, 0.014642807, -0.093582235, -0.017600335, -0.056054566, 0.0056838756, 0.009617404, 0.029043905, -0.041639436, 0.0054868655, 0.032222323, 0.0036665574, -0.004247602, 0.0049183536, -0.0029421402, -0.0026101312, -0.017919218, 0.0012827732, 0.0067935153, -0.034121588, 0.031724423, 0.012860322, -0.020330869, 0.056613117, 0.0043389783, 0.047684398, -0.03865882, 0.041792877, 0.008550765, -0.00051351666, 0.02280204, -0.011224945, 0.03171265, -0.058133073, -0.0068925293, 0.035443287, 0.020230157, 0.020613994, -0.021148106, 0.054122936, 0.030005233, 0.0103040375, 0.037395056, 0.04213898, 0.021610247, -0.026553497, 0.038220216, 0.016686914, 0.028666405, 0.0506193, 0.0048350682, 0.008710546, 0.016482776, 0.022527743, 0.041812792, 0.010551646, 0.008674787, -0.030837703, 0.023533955, 0.009574517, 0.015218787, -0.019843087, -0.052585553, -0.027468728, 0.0179543, -0.0285881, 0.038255975, 0.025063416, -0.03901097, -0.018880393, 0.037366994, 0.04220297, -0.019148128, -0.031546988, 0.051216777, 0.015667576, 0.012171974, 0.008169871, 0.041121162, -0.027530344, 0.03879823, 0.032563835, -0.0063991556, 0.0052879173, -0.022058811, -0.036266178, 0.06283688, 0.031384945, 0.020773321, 0.00036165694, 0.09168252, 0.030514069, -0.03414207, 0.014890399, -0.004551944, -0.06727634, -0.022962274, -0.04403977, -0.046900433, -0.021594858, -0.007931106, -0.015615071, -0.018747319, -0.024281258, 0.039330535, 0.04502561, -0.058249965, 0.00010682233, -0.0096599525, -0.013530225, -0.016421966, -0.034230217, 0.045104373, 0.0709083, -0.056264136, -0.03421381, -0.033372924, -0.05690654, 0.0069113136, 0.02005725, -0.01533172, 0.034861535, -0.006123273, 0.045327295, -0.031016272, 0.0004506001, 0.020168599, 0.028565014, -0.03727177, -0.024833024, -0.044980347, -0.008489659, 0.013446939, 0.052529424, 0.014365793, -0.00048610382, 0.030979155, 0.0089690015, 0.0007079242, 0.009858999, -0.007029905, 0.045448374, 0.018190574, -0.01774518, -0.011274056, -0.0027165008, 0.007472131, 0.030045139, 0.022731429, 0.006856545, 0.07054257, -0.054077446, -0.008793378, 0.016806072, 0.042117868, -0.045367803, -0.0022017395, 0.06966083, 0.010646927, -0.06406081, 0.024828043, 0.020391805, -0.069894396, 0.01708252, 0.04781657, -0.01926061, -0.009110677, -0.0308583, -0.054683976, 0.0058274744, -0.026883015, 0.048189543, 0.024332859, -0.035332844, -0.053374954, -0.008466914, -0.012290904, -0.008847695, 0.0017222837, -0.0074310545, 0.050275296, 0.0135374665, -0.0401145, 0.031580932, -0.05917957, 0.01473967, -0.024532925, -0.00801688, -0.03164838, -0.047262542, -0.0049898704, -0.000210165, 0.021939429, 0.02731302, 0.020177526, -0.010035528, -0.017442366, -0.030786557, 0.0069579356, 0.017479936, 0.014653896, -0.023686493, -0.010057028, -0.007510945, 0.013212473, 0.013286819, -0.032237712, -0.0060019665, -0.011252556, -0.056642994, -0.061752357, 0.038882423, -0.0055020284, -0.023712294, 0.033031635, 0.034849655, 0.021517005, -0.039578125, -0.012469414, 0.02634121, 0.021727933, 0.017821224, 0.017518861, -0.031775117, -0.08740601, -0.07208878, 0.046197146, -0.021831587, -0.046704896, -0.029826062, -0.04383699, 0.023283647, -0.003269397, 0.021774894, -0.02706226, 0.025528727, -0.050086096, -0.0028309615, -0.0075155846, -0.006204295, -0.031436544, 0.007071095, 0.0072901715, 0.009857528, 0.025215048, 0.008009864, -0.012460191, 0.03261838, -0.0089690015, 0.057593532, 0.013055861, -0.014448965, -0.028343901, -0.049109302, -0.019440984, -0.0091561675, -0.023492767, 0.0023420004, -0.04831447, 0.020638436, -0.015529069, -0.0032784496, -0.023255583, -0.017179271, 0.032260343, 0.015419192, 0.009612199, -0.0033133593, 0.0010110779, -0.020441085, -0.0141182, -0.02613526, 0.021487584, -0.039643306, 0.00547736, -0.025964389, 0.010272143, 0.014332298, -0.017421093, -0.029271128, 0.014489816, -0.0073064663, 0.023195835, 0.017957013, 0.072844684, 0.019757716, -0.028177556, 0.030506374, -0.017852908, 0.06592567, -0.018626465, -0.06502311, 0.0833015, -0.019534906, -0.01822407, -0.040281978, -0.0049148453, 0.017789992, 0.012825922, 0.0066700587, -0.017791463, 0.0031214978, 0.0069140303, 0.029088618, -0.011619192, -0.018152554, 0.009513297, 0.063051425, 0.012455891, -0.012348842, -0.04213507, 0.027997296, -0.0150921615, 0.01907684, -0.0140471365, -0.022094795, -0.031623937, 0.027055018, -0.035194337, 0.043648235, 0.046572726, 0.020725794, -0.033504188, 0.016426763, -6.272559e-05, -0.044751313, -0.021342285, 0.03692341, 0.0047993097, 0.02144594, -0.020803874, -0.0026719163, -0.002531429, -0.019340273, -0.025907584, 0.008558064, 0.022893019, -0.03804097, -0.0071725985, 0.0363214, -0.0036031033, 0.06771449, 0.01927464, -0.013317485, 0.035996407, -0.040789835, -0.037009183, -0.03245475, 0.007155837, -0.00738468, 0.010056236, -0.02350589, -0.001867467, 0.021481246, 0.055793844, 0.05313732, 0.0319616, 0.02410111, 0.06209093, 0.018002616, 0.023035651, 0.0010388019, -0.026867174, 0.014910767, 0.008783873, -0.033979457, -0.060170393, 0.003491868, 0.00076586177, 0.009383617, 0.053051773, 0.017826656, 0.01205327, 0.052907832, -0.035135493, 0.02233492, 0.0018675802, -0.0060110195, 0.002650416, -0.06340539, -0.023053253, 0.021853313, -0.015378795, -0.045996062, -0.054540947, -0.027454017, -0.0063170013, -0.035589714, -0.025832899, 0.0023361442, -0.0016530302, 0.020966146, 0.0013644176, -0.03635535, -0.04131127, 0.046416115, 0.020317063, 0.02365911, -0.038750026, 0.015550796, 0.00022688428, 0.0018748224, -0.06448538, -0.008908348, -0.009303501, 0.041869823, 0.0046440554, 0.008909027, 0.027671508, 0.015453479, 0.00828337, -0.012531708, -0.046312682, 0.04514692, -0.032772277, 0.017986719, 0.019999312, 0.0033151133, -0.0750798, -0.0052396124, 0.005237236, -0.0037550763, 0.008236862, -0.008836379, 0.025573084, 0.007871923, 0.0006783331, 0.025808455, -0.00042909986, -0.002355523, -0.024905898, 0.014164821, -0.0066091786, -0.06622984, -0.030631982, -0.008822545, -0.07116178, -0.054660894, 0.0049900394, -0.0047508776, -0.022862261, -0.025756855, 0.057657804, -0.02706045, -0.025267612, 0.0071882713, -0.06387975, -0.014062978, -0.041579686, -0.043306425, 0.029516004, -0.027834317, 0.021861462, 0.018551325, 0.05793663, -0.072997674, -0.013915871, 0.012925955, -0.014497736, 0.03821614, 0.0050125015, -0.006906335, -0.0064944355, -0.016230447, 0.0064767827, -0.034035586, -0.07862485, -0.030380994, -0.0010702602, -0.022212708, 0.019070162, 0.02309037, 0.0039144047, 0.007169317, 0.009461018, 0.0076758177, 0.0040755435, 0.02434825, 0.042583182, 0.02007083, -0.0027239695, -0.014181569, 0.009682573, 0.012883124, -0.012711857, -0.009274758, -0.0013298474, 0.044159263, 0.042373158, 0.014666175, 0.04340336, 0.044873074, -0.00091370434, -0.014153619, 0.00075499853, 0.015543327, -0.09233795, -0.0014251275, 0.055942312, 0.0018367161, -0.00019734973, -0.00729549, -0.038820863, 0.011159454, -0.051196862, -0.013478327, -0.05702864, -0.060595416, -0.015777115, -0.028309727, -0.008839095, 0.009751611, 0.0144103775, 0.011130343, 0.03180997, 0.04029193, 0.03446559, -0.013913609, -0.023410894, 0.046304766, -0.006402097, -0.009666289, 0.026138881, -0.01556777, -0.0046845665, 0.045535278, -0.03919836, 0.0075513427, 0.025665874, -0.021538844, 0.032727465, 0.043707192, -0.04242295, -0.008518628, -0.028245455, -0.012632193, -0.008605534, -0.008884359, 0.034512267, 0.029491112, -0.0014896282, -0.03200234, -0.0052159624, -0.02991161, -0.0070004836, 0.02448223, 0.008570002, -0.0011770825, -0.022304595, 0.03207974, 0.044552155, -0.027042344, -0.06321709, 0.071063556, 0.028930746, 0.055845898, 0.03793007, -0.05141413, 0.07769423, 0.006863787, -0.024897382, -0.016313037, -0.013486772, -0.0024582716, -0.04139999, 0.03366533, -0.006913577, 0.03685551, 0.0633728, 0.0531432, 0.006572063, -0.090458594, -0.020663783, -0.0116074225, -0.022397835, -0.038416207, -0.020874713, 0.0048323525, 0.0010445163, 0.009798629, -0.0023410385, -0.029813386, 0.050566792, 0.02205123, -0.006493077, 0.022194602, -0.022767415, -0.01792533, 0.02072806, -0.031952552, 0.080053374, 0.035219684, 0.037880283, -0.044208147, 0.009016076, -0.044213127, -0.0055669826, 0.005593744, 0.041153755, -0.029439509, 0.01749442, -0.019809205, -0.0018929278, 0.019113954, 0.039918963, -0.052819114, 0.056662004, -0.004362515, -0.037309054, -0.006448493, 0.061066158, -0.021743776, 0.038098905, -0.011759508, 0.008211061, 0.006011472, -0.04329676, 0.08130254, 0.026959624, 0.03033573, 0.007839446, -0.031353258, 0.026559832, 0.021759616, -0.026267428, -0.019758565, 0.002558474, -0.019878585, -0.0037201103, 0.018585911, 0.0006730712, 0.026126094, 0.008948181, 0.044683415, -0.016067933, -0.037976243, -0.03581626, 0.04419276, -0.022767639, -0.048022974, -0.025753234, -0.013631756, -0.020563072, -0.020341506, 0.01117787, -0.014230002, 0.018528922, -0.08162131, -0.0077244765, 0.017919898, 0.020247357, -0.0008165571, 0.05440244, 0.004259314, -0.03741497, -0.025528727, 0.004052459, 0.0087630525, 0.03529482, 0.014893115, 0.028500287, 0.051075105, 0.018770857, -0.034484077, 0.007110927, -0.046291184, 0.03573569, 0.06903166, 0.015182802, 0.01718753, 0.025063416, 0.019503223, -0.011252556, -0.0014475331, -0.010623164, -0.030127518, 0.03046066, 0.01942582, -0.047472566, 0.00659311, -0.0150313955], [-0.024301115, -0.09300662, -0.030840324, -0.049003005, -0.011861965, 0.048733957, 0.0035318595, -0.023116982, 0.009439673, 0.07227666, 0.01019723, 0.039969992, -0.06657946, -0.018363848, -0.005653588, 0.04846, 0.015580077, -0.06334345, 0.04619055, 0.016094593, -0.014144775, -0.009265024, -0.023243008, 0.018070344, -0.0020576718, 0.053546127, 0.013699116, 0.031668287, 0.018314341, -0.015745493, -0.0017060662, -0.04910516, 0.0037156555, -0.00096302346, 0.018910386, -0.017574435, 0.022608457, -0.040747304, -0.024049262, -0.043077912, -0.072366826, 0.031975836, -0.028675782, 0.018484667, -0.038692642, 0.040138945, 0.018000405, 0.020241173, -0.0069725886, -0.04896273, 0.028777348, 0.001383634, -0.03547421, 0.011901846, 0.004068391, 0.01694603, 0.032144, 0.006039819, -0.011086361, -0.015826924, 0.0069156163, -0.01435125, -0.06681363, -0.0035397299, 0.02046965, -0.00829591, 0.0098910285, -0.010673927, -0.018435357, -0.027433006, -0.022073707, 0.020346474, 0.04043677, -0.013081953, 0.029276935, 0.0038737038, -0.07204877, 0.009011008, -0.021234708, 0.0018554704, 0.036694102, 0.027738689, -0.0013661495, -0.034065727, -0.039029755, 0.02785558, -0.0014734141, 0.0076225605, 0.043422498, 0.012149196, -0.02502724, -0.014249093, 0.033324305, 0.014359083, 0.008401407, -0.0117185535, -0.002328387, 0.039232105, 0.021104004, 0.018309232, 0.046396825, -0.036303353, -0.030084759, -0.017585492, 0.025503814, -0.016141154, -0.00074093085, -0.018664423, 0.015903663, 0.013343042, -0.0026635397, -0.0040015965, 0.0017059679, -0.06661541, -0.010418217, 0.0002842707, 0.042128716, -0.031005347, -0.02586765, -0.0029212737, 0.010434914, 0.04074324, 0.011449803, 0.04991102, -0.038948033, -0.011233308, 0.012630498, 0.0013241081, -0.05474028, 0.0049970346, 0.036604125, 0.01053108, 0.035689626, -0.03248583, -0.038316626, 0.033941176, 0.015797062, 0.034872763, -0.010849337, 0.02086256, -0.04757418, -0.00010687164, 0.0026696299, -0.018023783, 0.029191673, -0.028138282, 0.01384636, -0.0154716335, -0.011122889, -0.01788764, -0.02352276, 0.013099535, -0.009356376, 0.008295813, 0.002223873, -0.08239174, 0.0056998534, 0.02277714, -0.030287303, -0.0030199096, -0.0049821776, -0.0012746013, 0.021549957, 0.019588942, 0.015661998, -0.064387016, 0.0041613146, 0.0063978587, -0.022781929, 0.007884337, 0.062218152, 0.014398546, 0.015645104, 0.0025692412, -0.05004343, 0.0043255505, 0.040800653, -0.019362036, 0.029578296, 0.019491108, -0.005118837, -0.0019149963, 0.009598163, -0.024838224, -0.008559947, 0.040111635, -0.015432637, -0.011689871, 0.021026406, 0.00055853446, 0.025591828, -0.0004919239, 0.01913238, -0.018793298, -0.007609496, 0.042288166, -0.042264592, -0.011287727, 0.0027000804, 0.04126463, 0.011304819, 0.0082434565, 0.045699608, -0.03760349, -0.03403783, -0.033359274, 0.04648071, -0.0012856029, 0.047927607, -0.0154413795, -0.0366444, 0.032283485, 0.026604751, 0.050228488, 0.0023600655, 0.036374077, 0.008457397, -0.04332702, 0.0008742257, 0.0503334, -0.049902372, -0.008155249, 0.040913764, -0.022903534, -0.023802906, 0.0017023826, -0.010751405, 0.009129274, 0.0148715, -0.019797971, 0.05457683, 0.010517034, -0.022932155, -0.041231234, -0.0141677605, -0.019726263, -0.036970906, 0.055629827, -0.06156435, 0.00871711, -0.006737677, 0.024325084, 0.021924598, -0.017599244, -0.013691848, -0.007802415, -0.024588726, -0.0010920946, -0.044539537, -0.021179147, 0.07343967, -0.005667856, -0.044760354, 0.013274282, 0.0023700357, 0.019482855, 0.009657235, -0.005582079, 0.03270115, 0.041934546, 0.02234796, -0.027346369, 0.015708165, -0.04220958, 0.04370421, 0.0009288402, 0.025306575, -0.042133212, -0.0035249223, -0.04130707, -0.018993879, -0.05797865, 0.015329204, 0.025172984, -0.023169141, 0.02403217, -0.006358371, 0.013193931, 0.035697926, 0.019405846, -0.060466554, 0.010066561, 0.026727337, -0.028174035, 0.00032690147, 0.016714163, 0.001745308, -0.021155082, 0.0032222585, -0.016952513, 0.0020887118, -0.0018840055, 0.026482949, 0.05146655, 0.050060716, -0.043751363, 0.036985446, -0.021988053, -0.049187277, -0.027579363, 0.016642898, -0.003065487, 0.027774053, 0.013739292, -0.003301347, -0.040356614, -0.025473956, 0.040760625, -0.0019488634, 0.021435227, -0.011495381, -0.036009453, -0.06285938, 0.030035645, 0.0037200758, -0.014734337, 0.014474427, 0.069680996, 0.0013095705, 0.018512368, -0.007006379, -0.027737904, -0.009780129, -0.05471199, 0.03148784, 0.07067987, 0.027799983, 0.0064311577, -0.061664067, -0.022634292, 0.050558142, 0.054667983, 0.0056372825, -0.014653594, 0.008279016, 0.0089015085, -0.039788075, 0.016635828, -0.0005041041, 0.033318017, -0.0067168036, -0.07743793, 0.005852106, -0.025120728, 0.037289117, -0.08835298, 0.007083389, -0.08613854, 0.015974559, 0.011772972, 0.023148319, -0.033675566, -0.00067344843, -0.0092161065, 0.01097163, 0.03634736, 0.015058685, -0.030445056, 0.010911908, -0.03542991, -0.016491434, -0.0049193366, -0.029067513, 0.050407264, 0.01493924, -0.0018388208, 0.07431664, -0.006655902, 0.059736528, -0.046211176, 0.060581286, 0.009364627, 0.003947964, 0.013930516, 0.016000098, 0.05897804, -0.059124377, -0.0038497364, 0.027066814, 0.008567018, 0.037959863, -0.006429488, 0.04584479, 0.03166642, 0.0046863407, 0.041067783, 0.03791055, 0.004225752, -0.038170166, 0.03905215, -0.0047872206, 0.027093925, 0.022160148, 0.007910073, 0.009167386, 0.0075757056, 0.046999943, 0.031049352, 0.0040448164, 0.026210269, -0.017293656, 0.012918502, 0.0056034923, 0.005329437, -0.017562728, -0.013740078, -0.025268855, -0.010433466, -0.019342193, 0.032592706, 0.037249185, -0.0069906623, 0.004502373, 0.0471134, 0.02196448, -0.01342732, -0.014543972, 0.043921098, 0.014315298, 0.014391719, -0.00090683723, 0.041155007, -0.05052828, 0.03819875, 0.033032175, -0.0068472503, 0.022847544, -0.05030825, -0.030081222, 0.045417305, 0.026057819, 0.019719781, 0.023538478, 0.094823435, 0.031475857, -0.043930527, 0.0049982136, 0.012021095, -0.080763526, -0.0076648965, -0.018497732, -0.044042118, -0.0025321112, 0.012199083, -0.03697513, -0.009387023, -0.039264273, 0.028597984, 0.050973054, -0.023566768, 0.02495767, -0.024644913, -0.034681417, -0.007082701, -0.043741934, 0.03207308, 0.06674763, -0.05772483, -0.03101075, -0.018248333, -0.044918697, -0.00084328395, 0.022943022, -0.017903749, 0.024270667, 0.0047314274, 0.033010762, -0.04270465, 0.02004786, 0.004001989, 0.0118839685, -0.03815946, -0.025176128, -0.039265897, -0.018810187, 0.0103618335, 0.051367536, 0.0018623954, 0.0031265358, 0.011281441, 0.026712408, 0.017470762, 0.025008159, -0.007262556, 0.026714372, 0.0014129059, -0.021793956, 0.006985554, -0.024043957, -0.019994427, 0.01115561, 0.018166998, -0.0052372995, 0.063830264, -0.02715011, -0.023452824, 0.027285272, 0.040146016, -0.041888967, -0.017339222, 0.04863052, 0.05865681, -0.035771742, 0.006198457, 0.003102617, -0.077412784, 0.023499971, 0.042090137, -0.02121402, -0.032372676, -0.021800242, -0.030139374, -0.018990245, -0.019552795, 0.036979157, 0.034287967, 0.0026914363, -0.06786349, 0.00033711715, -0.018269647, -0.003194362, -0.035648763, 0.02414965, 0.022560524, 0.012686686, -0.034286935, 0.03729506, -0.04760974, 0.01709126, 0.00043617352, -0.019291509, -0.0067973505, -0.009902914, 0.0143714845, 0.014308619, 0.00049290614, 0.00014812723, 0.0028812122, -0.015601294, -0.027167363, -0.01710732, 0.039678253, 0.022189222, 0.00634845, -0.027915498, -0.0072849523, -0.025661962, 0.0025325534, 0.026548171, 0.012390037, -0.00808531, -0.012521171, -0.069378555, -0.043257866, 0.031047782, -0.023985513, -0.02242772, 0.0634126, 0.042142194, 0.004071338, -0.037960254, -0.0013830448, 0.028777545, 0.0143194245, 0.023431016, 0.015358378, 0.0042175003, -0.06796329, -0.05631192, 0.046031028, -0.008270765, -0.029977886, -0.05589072, -0.033631757, 0.034326226, -0.017171757, 0.016142724, 0.013760951, -0.011821889, -0.030395549, 0.004733195, -0.026464088, 0.0049978206, -0.023225721, 0.0084410915, 0.03132714, -0.0017659359, 0.005477171, 0.048405778, -0.0101213725, 0.03682199, -0.014795435, 0.060091723, 0.029379731, -0.033733718, -0.017054768, -0.042567916, 0.0036340284, -0.012250357, -0.043983962, -0.026542278, -0.011282423, 0.016974123, -0.03143018, 0.0068083517, -0.019231394, -0.0009023188, 0.01611414, -0.008494724, 0.009367414, -0.0023091345, 0.014267363, -0.04112741, -0.014230429, -0.023624133, 9.2726856e-05, -0.037952103, -0.020109942, -0.02792984, -0.014366769, 0.032775015, 8.801193e-05, -0.016983233, 0.014345945, -0.04064737, 0.033446107, 0.0096542025, 0.0592006, 0.019817617, -0.012057242, 0.039458007, 0.0026505736, 0.048786905, 0.0067015416, -0.056214478, 0.0797176, -0.012296524, -0.0425852, -0.030757027, -0.0039577866, 0.007276701, 0.007030936, -0.0010954342, -0.020216811, 0.0057032914, 0.004726516, 0.007417363, -0.012946792, -0.035303786, 0.01232285, 0.069922335, -0.032723445, 0.011452554, -0.03999985, 0.047864344, -0.00608854, 0.016095575, -0.0070003867, 0.004145893, -0.03133156, 0.050213166, -0.040457204, 0.043801263, 0.023083488, 0.010086403, -0.03305084, 0.012779608, -0.035541795, -0.03638822, -0.011208949, 0.03409215, 0.024097983, 0.00969752, -0.021688852, -0.021223448, -0.015073321, -0.033971034, -0.04282881, 0.021723822, 0.012548282, -0.029979458, -0.031506702, 0.02708646, 0.006219772, 0.02460189, 0.042940393, -0.019744143, 0.025518158, -0.031157207, -0.04964266, -0.029201888, 0.033242185, 0.013704912, -0.012105962, -0.043822084, -0.008652673, 0.045804493, 0.0536307, 0.0548668, 0.004203356, 0.055123758, 0.052162785, 0.015496731, 0.018527495, 0.008152891, -0.003210864, 0.017573139, -0.005877547, -0.021575497, -0.055821568, 0.006270556, 0.005149877, 0.005986383, 0.033538047, 0.026189838, 0.0101778535, 0.041776154, -0.04285887, 0.024841761, 0.008391977, -0.014757716, 0.016679196, -0.06330101, -0.030939339, 0.016803011, -0.009785827, -0.036864426, -0.061297167, -0.034230947, -0.018568553, -0.023019738, -0.019662809, -0.018363848, 0.00017857779, 0.02239118, 0.006241775, -0.038601093, -0.03763119, 0.02355223, 0.014257147, 0.02443549, -0.035783138, 0.025468454, -0.0006302284, 0.014736892, -0.063536756, -0.031860515, -0.009755966, 0.02792984, 0.0024385985, -0.011161799, 0.07151127, 0.02328881, 0.021371184, -0.005968113, -0.015130194, 0.04512969, -0.0113982335, 0.026396902, 0.024593836, 0.0009816868, -0.082985826, -0.01872611, 0.016732091, -0.0036678188, -0.0032542804, -0.0073218616, 0.007534254, -0.0016977659, 0.00013113386, 0.019107627, 0.047564168, 0.033475183, 0.009967351, -0.012193975, 0.030975485, -0.058491793, -0.04644987, -0.021843266, -0.030274535, -0.04471537, -0.0032466187, 0.0116507765, -0.0015196793, -0.04104028, 0.047307987, -0.005316766, -0.01389292, 0.014298797, -0.050487023, 0.0047263196, -0.012661145, -0.030683467, 0.020220349, -0.039368052, 0.042395823, -0.0023097731, 0.01879988, -0.039413888, 0.01699102, 0.0013186075, -0.042408787, 0.068502165, 0.027390473, 0.012809101, 0.0040127942, 0.018208256, -0.014927453, -0.024081482, -0.06338745, -0.0047400715, -0.007997692, -0.01671048, 0.02829031, 0.01867356, 0.00859688, -0.0032914104, -0.009806848, 0.033313107, -0.0041865585, 0.026947858, 0.038382635, 0.03584797, -0.006444517, -0.018701358, 0.01921057, -0.009456961, -0.014143989, -0.03048199, 0.01874497, 0.05039469, 0.040429696, -0.009866177, 0.047360636, 0.016374279, 0.0050056786, -0.018823553, 0.0013795085, 0.0062213433, -0.11166199, -0.00036333164, 0.080788665, -0.0050107865, 0.007521877, 0.035746988, -0.02113858, 0.04335924, -0.04888277, 0.013453646, -0.065506026, -0.07190575, -0.012342889, -0.019729996, 0.009515504, -0.010357119, 0.012693069, -0.0012337387, 0.059544, 0.02913195, 0.050377402, 0.015002695, -0.011425786, 0.050219454, -0.03263828, -0.009418421, 0.05347334, -0.017757978, -0.015093358, 0.033976536, -0.045560323, 0.02258292, 0.019673025, -0.03454822, 0.030852897, 0.0065152408, -0.039925985, 0.01060701, -0.033222932, 0.013436751, 0.0053447606, -0.028483648, 0.009499395, 0.028596807, 0.0026156048, -0.058370773, -0.015900299, -0.0035629116, -0.005084261, 0.024547473, -0.0143069, -0.0009804097, -0.018568357, -0.002306777, 0.039134666, 0.009926489, -0.043584768, 0.03767009, 0.041744567, 0.077101596, 0.016395759, -0.063910715, 0.06858644, 0.03474998, -0.0357242, 0.011164943, -0.024584306, -0.025147839, -0.020310128, 0.014116486, -0.013622205, 0.025699485, 0.06258169, 0.066524446, -0.001264975, -0.08511559, -0.02935295, -0.044350844, -0.027264839, -0.05118994, -0.028558303, 0.014597604, -0.008391781, 0.023772651, 0.006845531, -0.023632776, 0.07997142, 0.018781118, -0.0014160492, 0.0025708128, -0.000745351, -0.06319179, 0.008127942, -0.04161707, 0.0559363, 0.029346481, 0.021382187, -0.024565937, -0.0015360833, -0.05816017, 0.018143425, 0.0026647185, 0.02004786, -0.025668837, 0.043318965, -0.008411034, -0.021485915, 0.067890994, 0.037921358, -0.04452068, 0.06494515, -0.01610697, -0.033400528, -0.020005427, 0.041450478, -0.041729692, 0.038586162, 0.00025382012, 0.0005453597, 0.019298386, -0.045428693, 0.09545523, 0.015683413, 0.012693327, 0.017408682, -0.048414815, 0.0022572705, 0.022713562, -0.045164265, -0.0068690563, 0.021711444, -0.012348979, 0.020963736, 0.010688539, -0.0029892626, 0.008517905, 0.008397085, 0.0358185, -0.048641328, -0.051177368, -0.04409712, 0.075105615, -0.008194992, -0.06104492, -0.024751294, -0.004780934, -0.025279857, -0.0012447402, 0.026809065, -0.03499098, 0.00980174, -0.09518491, 0.020956714, -0.012185067, 0.010660446, 0.0024156133, 0.034672577, 0.0046838853, -0.013658549, -0.016938368, -0.003674891, -0.028167356, 0.02630771, -0.005349279, 0.04582789, 0.039448205, 0.040043075, -0.028654173, 0.004053264, -0.03440795, 0.020674553, 0.06118637, -0.014062264, -0.011891827, -0.005633795, 0.027483298, -0.004054246, 0.027987402, -0.0022395893, -0.029827403, 0.033956103, 0.012448974, -0.05195455, 0.011502256, -0.002081541], [-0.031008307, -0.0881895, -0.037844244, -0.03614768, -0.01923583, 0.040641893, 0.021605346, -0.04953334, 0.043842245, 0.013384186, 0.0021524923, 0.010122923, -0.023606455, -0.016425172, -0.041351806, -0.012169565, 0.017393794, -0.029751701, 0.036477353, 0.04293158, -0.02091702, 0.0059941593, -0.031221783, 0.038033772, -0.024129203, 0.036089726, 0.01543881, 0.018912366, -0.0049587158, -0.0069709113, 0.0019821853, -0.053438578, 0.008628893, -0.030365221, 0.0015546436, -0.007174186, -0.010331963, 0.030126318, -0.056553777, -0.056661993, -0.069040604, 0.039112087, -0.021258818, 0.019245587, 0.030546283, 0.050415628, 0.022875553, 0.01483978, -0.03504778, -0.03576035, 0.043021463, -0.020138223, -0.03435916, 0.022885606, 0.008080421, 0.032395013, 0.03371607, 0.023284467, 0.050232314, -0.011304133, 0.013966512, 0.025735587, -0.07396058, 0.008465682, 0.0156854, 0.004232841, -0.009644231, -0.0021524923, 0.0061032623, -0.04625966, -0.03321698, 0.011834569, -0.0019183202, -0.0050110496, 0.02556617, 0.02263665, -0.06778695, -0.001232361, -0.016311634, -0.023403032, 0.0012039766, 0.007659236, 0.017619688, -0.049630325, -0.040654313, 0.026544547, 0.029153261, -0.011882467, 0.038230393, 0.019445758, -0.02808411, 0.013766489, 0.06927477, -0.013584946, -0.0102181295, 0.028447196, 0.024836449, 0.03300173, 0.01707565, 0.0200986, 0.045393933, 0.0039946768, -0.020746123, 0.0041595143, -0.039215572, 0.018580733, 0.022902755, 0.00546875, 0.0017527437, 0.029347224, 0.0202012, 0.009878994, 0.020655647, -0.059768327, 0.011930144, 0.00010762461, 0.03506197, -0.012181687, -0.032807767, -0.018213397, -0.014778871, -0.0016321095, 0.006035775, 0.020973792, -0.021407837, -0.007293638, 0.0042440766, -0.009381082, -0.059134405, -0.012278076, 0.02194123, 0.015841812, 0.050771024, -0.033536304, -0.022996187, 0.02530834, -0.02627933, 0.056423686, -0.03034896, 0.020820042, -0.02869438, -0.00016557633, 0.043119624, -0.0070606484, 0.016578922, -0.037984394, 0.03362146, -0.06561029, -0.004003399, -0.015822, -0.013065156, 0.0037372943, -0.0071026334, 0.0026101926, 0.03494607, -0.028155517, 0.030566573, 0.020898098, -0.025525957, 0.022901572, -0.024278814, 0.019441027, 0.02415404, -0.0077046216, -0.017697744, -0.061594393, -0.0015824366, -0.0034144206, -0.0060092383, 0.010771924, 0.073269896, -0.00927464, 0.030812573, 0.035629664, -0.058379848, -0.011491885, 0.027013779, -0.021759097, 0.026759207, 0.020482384, 0.013907969, 0.01913412, -0.0053835963, 0.0022146574, -0.06308222, 0.03354636, -0.0393433, -0.02610784, -0.022184271, 0.044998918, 0.008530729, -0.04415448, -0.0008065933, 0.0017938422, -0.026109023, 0.025532462, -0.03721358, -0.0010287908, 0.030158326, 0.04932046, -0.015110615, 0.0075437757, 0.03895538, -0.011742024, -0.048965655, -0.04447144, 0.035207145, -0.008673835, 0.050594218, -0.029562471, -0.00061026704, 0.0080375485, 0.04193014, 0.039133966, 0.03510248, 0.027698556, 0.03591587, -0.036140583, 0.032559108, 0.05763712, -0.010599103, 0.0031985801, 0.022446975, -0.045083184, -0.035974413, 0.026773695, 0.0065402654, 0.03503477, -0.0023542885, -0.011962003, 0.05555796, -0.004034297, -0.010431901, -0.041254528, -0.0073823393, -0.004037106, -0.017327564, 0.019500753, -0.058234382, 0.039750148, -0.030435294, 0.025133824, 0.022233352, 0.010544847, -0.016844584, 0.02699456, -0.040816933, 0.014308752, -0.018658679, 0.02960978, 0.040646624, -0.0047431705, -0.03302775, -0.019144764, 0.016366038, 0.0032476617, 0.018704507, 0.0064279097, -0.007783418, 0.043444864, 0.02235517, -0.06616903, -0.007049117, -0.029650584, 0.02442724, 0.017651916, -0.008335586, -0.002096906, -0.0054309038, -0.023181869, -0.016464792, -0.062382065, 0.038555633, -0.0035894585, -0.02431725, -0.011030489, 0.045036763, 0.011190595, 0.08001121, 0.037012223, -0.06197049, -0.00084503065, 0.037254676, -0.021983806, 0.039625965, -0.0015397121, 0.013380934, -0.056442607, -0.014454814, -0.044563692, 0.0032260776, -0.016900022, 0.021176621, 0.049460016, 0.043075867, -0.008864247, 0.056901492, -0.0015848022, -0.07590019, -0.023430234, 0.034205705, 0.013534978, -0.0013998268, 0.051460795, 0.009839965, -0.019365188, -0.056716215, 0.043362074, 0.015220013, 0.0024676786, -0.020208592, -0.034034215, -0.036837187, 0.026350586, -0.009829321, -0.003304135, 0.022475805, 0.067933604, -0.018516757, -0.01825893, -0.0411469, -0.001641571, -0.013605644, -0.040470403, 0.018263957, 0.043632913, 0.0076534706, -0.0021252905, -0.037404876, -0.053935308, 0.065923035, 0.0046739834, -0.0017148978, 0.005350481, 0.023421217, 0.0057993107, -0.016145172, 0.0034558147, 0.013306129, 0.027697966, 0.00058306527, -0.099615455, -0.0075736386, -0.030015146, 0.08055643, -0.06826003, -0.0023026937, -0.03772775, -0.009146909, 0.008009164, 0.02974638, -0.018541, 0.0025140992, 0.027140327, -0.040967133, 0.011107806, 0.018440472, 0.010540117, -0.0235213, 0.01037454, -0.018202754, -0.0017391428, -0.067205064, 0.036092684, 0.0044260626, -0.021738991, 0.068392485, -0.018982735, 0.021503635, -0.018622607, 0.03996377, 0.03775377, -0.011117268, 0.01111372, -0.017063824, 0.04126044, -0.04477184, -0.015679635, 0.02178955, -0.013654135, 0.018947845, -0.010596885, 0.05707298, 0.03467878, 0.017776245, 0.05243566, 0.020984435, 0.03071116, -0.02663177, 0.02489322, 0.0005273311, 0.023518048, 0.036138218, 0.037566904, 0.021071363, 0.018659862, 0.039970126, 0.022238085, 0.009743872, -0.008492883, -0.019553382, 0.027031519, -0.017940195, 0.0073778303, 0.0068510165, -0.06365405, -0.022879101, -0.0023624194, 0.0013671875, 0.015849795, 0.05217665, 0.0030531092, -0.026515275, 0.024027787, 0.03226846, -0.0110888835, -0.02023816, 0.0155298775, 0.014610337, 0.03034541, 0.022035142, 0.07438162, -0.040087212, 0.033290304, 0.06199651, 0.02204649, 0.01636249, -0.02516169, -0.044474985, 0.054337125, 0.013134639, 0.05273429, 0.0021383, 0.098853804, 0.043383364, -0.033104625, 0.020278888, -0.029631067, -0.06527315, 0.0024848278, -0.031762272, -0.048686538, -0.0030063933, -0.012883318, -0.016103776, 0.0014110947, -0.02998824, 0.022914583, -0.0022701698, -0.066750914, 0.008419557, -0.012307643, -0.0012897953, -0.03527249, -0.046872295, 0.025815716, 0.07128298, -0.042470332, -0.03580588, -0.0043209507, -0.047260214, -0.018005244, -0.0076659624, -0.02567616, 0.0023381745, -0.017034257, 0.061201744, -0.04715141, 0.036794312, 0.028954571, 0.039484635, -0.034288492, -0.028462572, -0.040791802, -0.013387881, 0.00031873444, 0.021633731, -0.0065840245, -0.0019431565, 0.030394087, -0.0042340234, 0.017527835, 0.04022204, -0.021754365, 0.021641124, 0.022499459, -0.026920347, -0.02000517, -0.048300985, -0.010525406, 0.000147836, 0.052802294, 0.011041576, 0.051636163, -0.040783815, -0.022641381, 0.013110098, 0.028690536, -0.054178942, 0.016435966, 0.032609813, 0.005814686, -0.05174024, 0.028824475, 0.006746053, -0.059027962, 0.028593998, 0.05100224, -0.00289936, 0.01699996, -0.014516905, -0.029511023, -0.009203679, -0.006514246, 0.04692611, 0.054872, -0.010112131, -0.040928107, -0.015068037, -0.018924728, -0.016690096, -0.014166239, -0.016938902, 0.049691822, 0.003002845, -0.020609967, 0.05212343, -0.026697706, 0.010778798, 0.0064279097, -0.017386697, -0.031882904, -0.043213133, 0.002559337, 0.01151613, -0.018049004, 0.024424873, 0.026983103, 0.009592191, 0.022157736, -0.009227776, 0.020551572, 0.02821974, 0.0017956162, -0.0151493475, -0.042789064, -0.025922157, 0.06981408, 0.018700665, -0.010824553, -0.027853487, -0.026372762, -0.08672415, -0.06529976, 0.062105317, -0.005007501, -0.030577218, 0.009184755, 0.06234895, -0.015105293, -0.02964526, -0.013616288, 0.0062747514, 0.0017107583, 0.0014949178, 0.035121106, 0.0005180174, -0.08164747, -0.08954368, 0.034394935, -0.07720115, -0.022693567, -0.042710118, -0.036445126, -0.013633881, -0.012177547, 0.018622607, -0.06990633, -0.011185865, 0.0057549602, 0.027909074, -0.017108766, 0.0025670244, -0.008559705, 0.0035046006, -0.013692793, 0.009146909, -0.0021579992, 0.03986132, -0.018663261, 0.039429046, 0.00072498777, 0.037602387, 0.006749897, -0.03232523, -0.018599546, -0.036968466, 0.016153509, 0.0028937422, -0.0150757255, -0.015651694, -0.07018189, 0.0023256084, -0.031253714, 0.035040684, -0.010177918, -0.008518903, 0.06175524, 0.0025965918, 0.04132959, 0.00033884015, 0.044947177, -0.0048794756, 0.0005806999, -0.0056291516, 0.000515652, -0.023051035, 0.028259741, -0.017394977, -0.0044303495, 0.031785924, -0.018019067, 0.014370621, -0.006351035, 0.014185753, 0.0028077017, -0.007914549, 0.042959962, 0.010933212, -0.022380007, 0.049237672, -0.016641604, 0.052322123, -0.011114903, -0.07179863, 0.08618485, -0.016774066, -0.05274316, -0.02604989, 0.023918685, 0.025099006, 0.036317986, -0.014636948, -0.022529174, 0.013179877, -0.013910322, 0.010875409, -0.0027796128, -0.013621611, 0.03437365, 0.043787844, 0.009145875, 0.0110362535, -0.023122735, 0.02999297, 0.0039856588, 0.0074326037, -0.013825181, -0.00031562988, -0.035921343, 0.029307306, -0.039998513, 0.038874958, 0.027852895, 0.03877088, -0.01646361, 0.040813383, -0.0015658791, -0.048187718, -0.04186716, 0.03283072, 0.026362857, 0.03501703, -0.016236054, 0.015876405, 0.026119076, -0.06911156, -0.013949215, 0.000515652, 0.036239043, -0.005991498, -0.011649477, 0.0033801226, -0.01220741, 0.045931466, 0.041064113, -0.020103332, 0.06241755, -0.055853628, -0.03228502, -0.009485676, 0.019800564, 0.023453888, -0.018110503, -0.020870306, 0.0037715924, 0.02424274, 0.04127818, 0.019505484, 0.034468263, 0.032750998, 0.048037246, 0.009019179, 0.011611336, 0.032819595, -0.03176582, 0.0139131425, -0.015167679, -0.03373736, -0.03384144, -0.027469115, 0.027880691, -0.03686424, 0.069534965, 0.057052873, 0.001156669, 0.055624183, -0.028971128, 0.013279389, 0.0048543434, 0.017986322, -0.030582357, -0.06718615, -0.029900722, 0.034037765, -0.01805137, -0.024770219, -0.061958663, -0.015005503, -0.0022695786, -0.016214062, -0.010954058, -0.010761722, 0.038877323, 0.040986057, 0.003297852, -0.02780618, -0.040638346, -0.009987949, -0.0003997486, 0.007643418, -0.012385109, 0.04994965, 0.014880583, 0.0048561175, -0.038021058, -0.00052585267, -0.019483604, 0.016172964, -0.0030773545, -0.01862379, 0.041734695, 0.038142283, 0.029711489, -0.02816217, -0.04923989, 0.04790478, -0.037254676, 0.015256677, 0.0017973902, 0.015132198, -0.04378548, 0.00084325665, -0.02363484, 0.007821117, 0.027760057, -0.031410716, 0.030028451, 0.0049093384, 0.005305095, -0.00047189256, -0.01329578, -0.02044158, -0.01891828, 0.034487776, -0.011645783, -0.081402056, -0.042723425, 0.01678471, -0.04840033, -0.05182611, 0.024855375, -0.0002105185, -0.034435887, -0.03299552, 0.016747769, -0.03892936, -0.016240673, 0.0067850817, -0.046351913, 0.0043147416, 0.0009278189, -0.052283686, 0.026716923, -0.03635465, 0.07484051, 0.02032213, 0.04656953, -0.035184972, -0.02577639, 0.023492916, -0.01601005, 0.027859401, -0.024811614, -0.021656867, -0.005115126, 0.0064701913, -0.0056185075, -0.06803768, -0.046758756, -0.0110528115, 0.012432861, 0.014764679, 0.014735111, 0.022479463, 0.014564638, -0.0012359091, 0.0055159093, 0.032850344, -0.01635303, -0.0065948903, 0.032928992, -0.017319284, 0.012848724, -0.019294374, 0.032750998, 0.010397011, 0.015377458, -0.015772328, 0.027090654, 0.024849312, 0.010310675, 0.0010218425, 0.0504792, 0.0025214911, 0.01564933, -0.03346002, -0.011396974, 0.0339739, -0.034548685, -0.021768559, 0.04742579, -0.0056053507, -0.0073610507, -0.0065733804, -0.006154709, 0.009932214, -0.052958407, -0.077016644, -0.050737318, -0.048992854, 0.007427872, -0.0057277586, -0.008183019, 0.006832094, 0.0053401324, -0.01250811, 0.05003813, 0.024588086, 0.020065486, 0.016919537, -0.023091247, 0.045076974, -0.07057337, 0.015413753, 0.04677295, 0.011318325, 0.039426092, 0.0112392325, -0.03094267, 0.008651364, 0.018228771, -0.005123996, 0.03800923, 0.034468263, -0.05171659, -0.012346673, -0.01080149, 0.019372432, 0.0071727815, -0.0038425536, 0.04213326, 0.037403103, -0.010221973, -0.022171779, 0.009591601, -0.02254854, 0.004009904, 0.012618986, -0.004694089, -0.01402668, -0.0329899, 0.0025155775, 0.054063037, -0.03475684, -0.045177504, 0.08855909, -0.0012113682, 0.062121876, 0.04794233, -0.016733263, 0.061963394, -0.0028464347, -0.0059481817, -0.018461762, 0.0059985938, -0.012828027, -0.042098377, -0.012841627, -0.00519274, 0.029571932, 0.043214243, 0.036646776, 0.0034676413, -0.09241052, -0.0045548277, -0.014196988, -0.037356388, -0.04051653, -0.05505827, 0.018973568, -0.0077749914, 0.035022944, -0.0127221765, 0.0042418586, 0.053552113, 0.008402999, -0.008916581, 0.025624711, -0.008437297, -0.029868789, 0.05210865, -0.008738883, 0.06173203, 0.025082745, 0.0053481157, -0.033214614, -0.003563735, -0.026072064, 0.04254129, 0.015194586, 0.01757711, 0.0042221965, 0.014401002, -0.019813573, 0.015956828, 0.002892855, 0.042896096, -0.019437479, 0.023949435, -0.015675737, -0.0235434, -0.0274975, 0.027601574, -0.025093094, 0.029657088, 0.02872631, -0.010648333, 0.018505521, -0.028864687, 0.06249915, 0.014366283, 0.024221454, 0.012083525, 0.028213026, 0.016334696, -0.006057581, -0.001118823, 0.008400633, -0.012561626, -0.027238194, 0.005514283, 0.0001626196, -0.019628778, 0.014679525, 0.03879335, 0.02143149, -0.0019141807, -0.05602985, -0.03899086, 0.033718437, -0.039336205, -0.012117804, 0.0030507438, -0.0026421251, -0.0031163832, 0.025026862, -0.020105697, 0.0030531092, -0.004678714, -0.060764153, 0.03475211, -0.012259745, 0.026081823, -0.032677673, 0.06377764, -0.00079003564, -0.059316542, -0.02221443, 0.010454075, 0.003863842, 0.027521152, 0.045058608, 0.044945993, 0.047872495, 0.006936466, -0.013008387, 0.0028400037, -0.035735365, 0.023905674, 0.05422137, 0.011915694, -0.018536493, 0.0028597398, 0.043645922, -0.0014274676, -0.001251284, -0.0042288494, -0.015216465, 0.03641142, 0.023484638, -0.038134597, 0.018694898, 0.0033594258], [-0.05243516, -0.078638166, -0.03103335, -0.04346035, 0.03551508, 0.03277816, -0.00017351526, -0.030862069, 0.036136273, 0.07552616, 0.00076115725, 0.028972374, -0.05811194, -0.0011020007, -0.015303167, -0.0054851514, 0.009214183, 0.0026134534, 0.03888172, 0.053084124, 0.007162798, 0.008726911, -0.040210444, 0.032712165, -0.018036788, 0.027766842, 0.0171523, 0.03638156, -0.0030902766, 0.005628384, 0.0074394327, -0.049627155, 0.0020947638, 0.006901013, -0.013331803, 0.029825926, -0.0057199537, 0.011332389, -0.0450169, -0.054569587, -0.011900233, -0.01836897, -0.015925456, 0.01784155, -0.0040719714, 0.044472706, -0.00064758863, 0.012160643, -0.032478977, -0.03290933, 0.046347003, -0.017395524, -0.038216256, 0.020103848, 0.005586587, 0.017952092, 0.044499654, 0.030890666, 0.0053863977, -0.0019807138, 0.007144099, 0.0043923287, -0.08976376, 0.0100413365, 0.032008205, 0.021744922, -0.032346983, -0.007816162, -0.0147787705, -0.044154823, -0.045713436, -0.0020979948, -0.015220947, -0.017532982, 0.046227105, -0.016022252, -0.0553203, 0.0074214214, -0.0014343195, -0.024478028, -0.006009925, 0.0014541184, 0.01210812, -0.054732926, -0.044635497, 0.030173233, -0.0023296694, -0.0046780375, 0.042736866, 0.026908891, -0.018356044, 0.016215289, 0.05400917, -0.0071451995, -0.017264837, 0.013607337, -0.0037727884, 0.04615011, 0.00032338186, 0.019144425, 0.042601984, -0.051408917, -0.009008495, -0.0153819835, 0.0028246415, -0.0027591954, -0.0046851872, -0.026937488, -0.013661921, 0.01514835, 0.013271306, 0.022168156, -0.009759752, -0.03883882, 0.003869583, -0.016879654, 0.014834592, -0.023058692, -0.049554974, -0.02263013, -0.037849702, 0.026524186, -0.009333389, 0.0231548, -0.021356402, -0.035044584, 0.014205703, -0.0040049357, -0.083331324, 0.023369428, 0.025942044, 0.018990297, 0.05094584, -0.022894666, -0.014246951, 0.007534577, -0.015725818, 0.060289815, -0.0108607905, 0.030259304, -0.024937319, 0.0059026815, 0.027210273, -0.010793145, 0.033947945, -0.0017775004, 0.03940295, -0.07445482, 0.015843237, -0.0026448017, -0.015269344, 0.022937562, -0.004463275, -0.008716461, -0.0058090496, -0.024674365, 0.013301554, 0.0070387805, -0.03082907, 0.030943464, -0.015533329, 0.010805793, 0.019539578, 0.018503161, -0.034546863, -0.049350657, 0.010904789, -0.002439113, -0.018971736, 0.009633259, 0.070536844, 0.00030248304, 0.021911046, 0.023111077, -0.04045903, -0.020214666, 0.023314293, -0.017133841, 0.042868994, 0.01735572, -0.0066986238, 0.006571031, -0.005242306, -0.0007595074, -0.031074082, 0.021805177, 0.0016434797, -0.034002945, -0.013416498, 0.030815871, -0.0027894434, -0.052838832, 0.02980063, -0.028049525, -0.040959504, 0.034071688, -0.041788857, 0.0126668895, 0.043087605, 0.035540108, 0.014191403, 0.0083292825, 0.015560277, -0.010090971, -0.028437255, -0.028172718, 0.044295616, -0.022061463, 0.04694423, -0.037384704, 0.0018602707, 0.01886174, 0.02210436, 0.04705536, 0.03476685, 0.027741132, 0.054244556, -0.021895371, 0.053794686, 0.06100698, -0.035059433, 0.0034997975, 0.014664377, -0.039583202, -0.030571066, 0.03353712, 0.012478456, 0.027551254, 0.0043590553, 0.005143174, 0.078702785, -0.0036627944, -0.027793746, -0.055377495, -0.005954447, -0.002622253, -0.011468507, 0.023043707, -0.05782816, 0.048142098, -0.040691115, 0.035688598, 0.037727885, 0.0065440834, -0.0026996783, 0.016109696, -0.05189949, 0.00046197406, -0.0054094964, 0.03248778, 0.040046554, -0.01594168, -0.03654435, -0.015261918, -0.014041262, -0.0071109296, 0.0026115284, -0.015577326, 0.022338647, 0.054424945, 0.028198225, -0.0890334, 0.0061628856, -0.05147051, 0.025528468, 0.017966427, 0.00038277853, -0.018046688, 0.0092308195, -0.044980872, -0.02587715, -0.056413636, 0.0090942895, 0.011251818, -0.023128401, 0.02994252, 0.024243465, 0.008624616, 0.049303636, 0.048188496, -0.071984366, 0.005244506, 0.064100005, -0.025656061, 2.3098703e-05, 0.011368962, 0.02621153, -0.06624269, -0.027457623, -0.069559276, -0.0063056713, 0.0015201147, 0.018791415, 0.05365059, 0.03990576, -0.017890222, 0.067373425, -0.028282713, -0.079230756, -0.0064549875, -0.005221407, 0.010673801, 0.011173999, 0.027890585, 0.011242539, -0.027243271, -0.041809756, 0.037661612, 0.01267019, 0.021624787, -0.03261977, -0.033419974, -0.043163776, 0.017584851, -0.0003514303, -0.02059332, 0.03100066, 0.083410524, -0.015455782, -0.025531767, -0.024423305, -0.03620117, 0.0059077684, -0.07253433, 0.03220729, 0.07215595, -0.01820666, 0.025868075, -0.057830356, -0.059687052, 0.038625434, 0.026499437, 0.002890638, 0.015127451, -0.009287879, 0.018858442, -0.02122991, -7.314589e-05, -0.0030385794, 0.038187657, 0.010289922, -0.07114841, -0.016985798, -0.029592637, 0.021538991, -0.061530545, 0.011989327, -0.07535017, 0.0041431924, 0.013721867, 0.018316174, -0.03975617, 0.02193442, 0.018067585, -0.03185971, 0.009186478, 0.011716267, 0.008925174, -0.022566333, 0.010093033, 0.0017945494, -0.01710844, -0.05138582, 0.06690512, 0.008445464, -0.01852516, 0.056387234, 0.00044877484, 0.040698815, -0.03336388, 0.030989662, 0.023311956, -0.030058015, 0.026598707, -0.009072291, 0.061583344, -0.042897593, -0.024623219, -0.015986504, -0.0109289875, -0.006846016, -0.026963888, 0.05490617, 0.022924947, 0.017379025, 0.03422843, 0.023467185, 0.019409511, -0.034366332, 0.036548752, -0.014800289, -0.002562856, 0.041825153, 0.019902283, 0.012267062, -0.0060881586, 0.011725342, 0.021414148, 0.024569321, 0.014594532, -0.016121795, 0.0057504773, 0.0014483439, -0.0169242, 0.0026816498, -0.03496264, -0.012897876, -0.004715435, -0.019994678, 0.028767787, 0.029370552, -0.018002003, -0.023785064, 0.03220729, 0.024420831, -0.005007469, -0.018674202, -0.008987596, 0.00980485, 0.030076712, 0.018778147, 0.060567003, -0.054943018, 0.02619778, 0.027199823, -0.005985864, 0.0053566997, -0.015093353, -0.044637695, 0.035345837, -0.014513136, 0.039671473, 0.013127764, 0.088100664, 0.034644756, -0.010490111, -0.0019317666, -0.03147016, -0.049348045, -0.032335985, -0.04074171, -0.05295887, -0.0016885428, -0.0022515736, -0.017745305, -0.0026896242, -0.033991806, 0.01587541, 0.0075627123, -0.058702607, 0.020517148, -0.012803282, -0.007725279, -0.024018802, -0.05293343, 0.033782404, 0.053818878, -0.011157224, -0.008829205, -0.013957942, -0.03176292, 0.0028818382, 0.03343936, -0.018986035, -0.012954523, -0.00073475874, 0.02602234, -0.053485047, 0.029149463, 0.0050663156, 0.02373117, -0.0049550845, -0.0029434348, -0.0641671, -0.03826025, -0.013876271, 0.045695838, 0.018555684, 0.00071495987, 0.011829836, 0.012645991, 0.021454573, 0.03365701, -0.003262142, 0.014518773, 0.010774514, -0.017864099, -0.015173614, -0.049668815, -0.025020298, 0.020423654, 0.046322804, 0.013194859, 0.06556402, -0.030444091, -0.039543606, -0.0076357713, 0.024953682, -0.027482672, 0.031399388, 0.040510725, 0.055175103, -0.043454163, 0.030128995, -0.010366368, -0.0747518, 0.025548266, 0.030792497, 0.0024165644, 0.022890816, -0.008891901, -0.035375115, -0.001743952, -0.024548372, 0.060703393, 0.038940016, -0.025071442, -0.046061017, -0.0142848985, -0.023605777, -0.034248777, 0.012905026, -0.023364889, 0.0037469398, 0.00012559921, -0.041239988, 0.047908913, -0.031157678, 0.009351125, 0.022293996, -0.030006316, -0.027529942, -0.02798573, 0.0013100265, -0.0025276581, -0.02248494, 0.027366463, 0.024198644, 0.0040923203, 0.0044844486, -0.01855816, 0.026215928, 0.041964844, 0.022509964, -0.008036149, -0.04551875, -0.013830211, 0.030395694, -0.00552554, -0.015077954, 0.0051818094, -0.015226445, -0.073436834, -0.08040549, 0.081132546, -0.021802977, -0.016010426, 0.01887604, 0.037719633, -0.027031947, -0.05098221, 0.016158782, 0.016028302, 0.011186373, 0.0125282975, 0.049799707, 0.020078273, -0.057817157, -0.104714125, 0.007176548, -0.01693465, -0.016061299, -0.056591827, -0.023247195, -0.021575565, -0.018243577, 0.047260225, -0.034924965, -0.018763848, -0.014122383, 0.01550693, -0.003777738, 0.010296935, -0.012813455, 0.034135483, 0.020815233, 0.0033950282, 0.013708531, 0.032692365, -0.01802579, 0.016992947, -0.01190666, 0.03707562, 0.009899445, -0.0071295253, -0.013071048, -0.041259237, -0.0035912984, -0.0017838937, -0.043704398, -0.027744845, -0.051076736, -0.016806507, -0.02332639, 0.016250487, -0.014049649, -0.018635154, 0.033783507, -0.0055205906, 0.030072313, 0.027208075, 0.02068984, 0.00057279284, -0.008038349, -0.025943145, -0.0010735397, -0.057052698, 0.011155575, -0.0059105186, -0.03200958, 0.02440763, -0.0053017023, 0.0067290785, 0.0032712165, -0.013332352, 0.007766114, 0.009694582, 0.048801787, 0.0019160926, -0.012150468, 0.042150185, -0.007126775, 0.043902937, -0.000998744, -0.042110518, 0.09070971, -0.009396773, -0.040355086, -0.020468753, -0.007950354, 0.028138071, 0.03012511, 0.011343114, -0.020551728, 0.040578924, 0.02439223, 0.024712864, -0.03197328, -0.042663306, -0.022854518, 0.060709685, 0.00730799, 0.01319706, -0.052801438, 0.030280203, 0.016558472, 0.0032890905, -0.0035572003, -0.0068944134, -0.021449758, 0.033835202, -0.026860494, 0.06320686, 0.023791254, 0.049493924, -0.019761492, 0.050544642, -0.02425584, -0.03993717, -0.023048142, 0.032306287, 0.036075503, 0.01318496, -0.022968773, 0.0051595354, -0.0047176355, -0.062344503, -0.027462848, -0.021149613, 0.03582609, -0.046988815, -0.01634034, 0.018956335, -0.008085647, 0.057539973, 0.022756074, 0.0038504715, 0.057081643, -0.056629226, -0.0575905, -0.016446277, 0.008526722, 0.026712, -0.009672857, 0.00020238865, -0.008307284, 0.029854113, 0.02124201, -0.007752365, 0.022990085, 0.05059056, 0.060483407, -0.0023384688, 0.03456996, 0.017421924, -0.011991528, -0.008096096, -0.010284423, -0.031096356, -0.046441592, -0.013682682, 0.027160777, -0.029063946, 0.05592966, 0.045728832, -0.010198628, 0.03777023, -0.041367304, -0.023235647, -0.01765841, -0.0014486187, -0.01567852, -0.08000951, -0.015424434, 0.026237927, 0.0046579638, -0.028092973, -0.029701635, -0.016544104, 0.0075081787, -0.011084078, -0.00961731, 0.004404153, 0.036465157, 0.033202738, -0.006227713, -0.018620305, -0.038533036, -0.008922699, 0.019068532, -0.011009833, -0.02616753, 0.020442354, -0.019974604, -0.0034472067, -0.0516751, -0.022342497, 0.0067833196, 0.021246409, -0.025610963, 0.010030887, 0.024638617, 0.050706606, 0.0037003297, -0.023863163, -0.02725207, 0.019087229, -0.034189794, 0.03316974, -0.0011103189, 0.007041255, -0.07053904, 0.012107519, -0.004062347, -0.014866216, 0.0356743, -0.0418587, 0.01728443, 0.0044272514, -0.009116564, -0.01871655, 0.0037161417, -0.0049926196, -0.01390872, 0.010989483, -0.009428121, -0.07907127, -0.014156068, 0.009440496, -0.028755963, -0.046832073, 0.003906981, 0.016774058, -0.05570968, -0.051205706, 0.04796886, -0.035235424, 0.0069531226, -0.001390322, -0.06612461, 0.019390812, -0.00836008, -0.042574212, 0.026488712, -0.053406954, 0.06443562, 0.019830238, 0.030360496, -0.034132186, -0.009945642, 0.012074023, 0.0032948651, 0.006724198, 0.009866721, 0.006449488, 0.00040917704, 0.008484374, 0.01164784, -0.037265908, -0.066053495, -0.020762436, -0.013197609, 0.036589447, 0.024190117, 0.025452573, 0.033414476, -0.0014486187, 0.012307073, 0.04258301, -0.0041134944, 0.004505622, 0.04952802, 0.010734298, 0.019306391, -0.033584416, -0.005651483, 0.014379493, -0.0054402947, -0.035198025, -0.014634679, 0.03775318, 0.028484551, 0.01265149, 0.08094226, 0.008608049, -0.029988717, -0.037225213, 0.0028466403, 0.038625706, -0.030443544, -0.0012921526, 0.07760285, 0.010977109, 0.002155604, 0.00047847317, -0.011568051, 0.023781767, -0.064957954, -0.03485952, -0.04007735, -0.032967348, -0.0041158316, 0.013437396, -0.0004495998, -0.0026036913, -0.017396607, -0.013119514, 0.04315663, 0.012288373, 0.024504561, 0.01773018, -0.021612138, 0.04714473, -0.029312532, -0.01196781, 0.037789483, 0.010919088, 0.0129060745, 0.013222083, -0.018996485, -0.008311409, 0.007256735, -0.012554421, 0.034910392, 0.025582502, -0.09117169, -0.005749928, -0.0015377138, 0.026420519, 0.008603717, -0.032896955, 0.013659033, 0.019427042, 0.0036295212, -0.025391662, -0.006674425, -0.03756729, 0.015713718, 0.012782933, -0.0021157314, -0.0029627525, -0.018441565, 0.032365132, 0.034797646, -0.0032932153, -0.049967993, 0.08993962, 0.016083572, 0.037371505, 0.031717822, -0.057561968, 0.07062373, 0.022540072, -0.007778764, -0.027861435, -0.013434647, -0.032575224, -0.038997762, 0.029729133, -0.020368658, 0.03355032, 0.06010063, 0.023477083, -0.00020431353, -0.08340612, -0.0073082647, -0.02314009, -0.0374529, -0.04739854, -0.040222544, 0.02350018, 0.024542922, 0.04317698, 0.008957623, 0.0028537898, 0.036602646, 0.0010416416, 0.0042358623, 0.016442427, -0.021256307, -0.017674118, -0.0071869968, -0.034876846, 0.095252454, 0.008193441, 0.046712182, -0.019826114, -0.013311453, -0.023699546, 0.010250875, -0.0018832318, 0.013846023, -0.013897764, 0.023244996, -0.028591795, 0.017437322, 0.031173628, 0.051018987, -0.035554405, 0.039786693, -0.002105007, -0.039100606, -0.025333779, 0.029354602, -0.026223628, 0.04256321, 0.027364265, 0.0101967715, 0.036686793, -0.025984941, 0.100903936, 0.025000773, 0.008267686, 0.014338796, 0.0007820561, 0.02034336, 0.016892852, -0.014354744, 0.024389207, 0.014722125, -0.0070984517, -0.019871484, -0.006578181, -0.042934444, 0.020612843, 0.006560307, 0.041013297, -0.020984072, -0.06607989, -0.058290683, 0.052251466, -0.02976103, -0.01903993, 0.005762027, 0.015365038, -0.023927644, 0.014534585, 0.007987753, 0.00810242, -0.006187153, -0.06008743, 0.0043197325, -0.029962732, 0.029756906, -0.030248303, 0.03582719, -0.003277816, -0.0154071795, -0.01780305, -0.022779722, -0.033188436, 0.039417937, 0.01746262, 0.0468065, 0.02012447, 0.018088484, 0.0025870549, 0.0059187682, -0.033422243, 0.05487592, 0.044638794, 0.00015839112, -0.0007703693, 0.017322928, 0.0356798, -0.008464025, 0.0049502724, 0.003189821, 0.00759736, 0.03836585, 0.015371775, -0.043536656, 0.010469212, 0.033885524], [-0.023394642, -0.066890515, -0.039124966, -0.015006572, 0.01124217, 0.030763056, 0.0051019173, -0.018138789, 0.049264565, 0.012496971, -0.008791084, 0.020479826, -0.10306964, -0.015270775, -0.0015425425, 0.041024987, 0.019109752, -0.025096893, 0.009300132, 0.05075519, -0.0111048985, -0.019344037, -0.02360539, 0.005317504, -0.007881662, 0.066221975, 0.008481784, -0.002182922, 0.019494727, -0.0056111855, -0.00051212765, -0.046930075, 0.015294314, -0.017850993, 0.0074654687, 0.012154672, 0.023626508, -0.019487249, -0.021572277, -0.050422575, -0.052955236, 0.039147407, -0.036651883, 0.03303575, -0.006730695, 0.026446288, 0.030606007, 0.02596188, 0.0015224689, -0.04748884, 0.03339389, 0.0011284187, -0.042941287, 0.034247436, -0.0053679906, 0.03703334, 0.006598703, 0.0070496197, -0.007684555, -0.015307953, -0.008291826, -0.024149634, -0.05714051, -0.0029181156, 0.017290028, 0.026202407, 0.025994217, 0.018716417, -0.014515563, -0.038048796, -0.020300318, 0.01819461, 0.046582498, -0.050818548, 0.029677885, -0.0048185755, -0.062101196, -0.004002867, -0.021819102, -0.029425342, 0.008619935, 0.0430922, 0.0015333031, -0.039960038, -0.03461701, 0.008957202, 0.008820123, -0.024437377, 0.03873955, 0.019186307, -0.06508069, -0.04536465, 0.035502236, -0.012171391, 0.00981369, -0.01693805, 0.005827432, 0.049473997, 0.021406407, 0.0062968824, 0.036663763, -0.057312537, -0.023763338, -0.008397749, -0.007859663, -0.015056399, -0.00079052005, -0.042515393, -0.0023969687, 0.020152487, -0.022837637, -0.02262667, -0.005781455, -0.052091278, 0.014532172, -0.014576279, 0.011514072, -0.009878256, -0.025288695, 0.018329462, -0.012407656, 0.03807739, 0.007451369, 0.018896805, -0.044384398, 0.0011795656, 0.03909351, 0.022821357, -0.03103916, -0.012240026, 0.033466265, -0.011183213, 0.03626075, -0.013217645, -0.023353724, 0.020538783, -0.012775913, 0.048020326, -0.03640154, 0.038596123, -0.018422984, 0.005504657, 0.007681035, -0.0124960905, 0.0096889995, -0.020673525, 0.0022588172, -0.014852141, -0.009686428, -0.0056122853, -0.017002285, 0.012478712, 0.008523691, 0.024976341, 0.00084856886, -0.052518602, 0.0009842177, 0.033086568, -0.016109142, 0.021959014, -0.008518797, 0.003847117, 0.022705205, 0.048819315, -0.007726572, -0.06986758, 0.036190353, -0.014106169, 0.0024937624, 0.03591801, 0.07468264, -0.00089517847, 0.026043493, 0.0038176388, -0.042981762, 0.005236109, -0.005716119, -0.019808428, 0.01778633, 0.033808343, 0.020658674, -0.008418098, -0.005241829, -0.0023327325, -0.021711748, -0.005963383, -0.037281487, 0.0006106814, -0.006850147, -0.0011800054, 0.0132000465, 0.010399623, 0.007028996, -0.00068641163, -0.026545282, 0.025049377, -0.038196627, -0.024876907, 0.009703146, 0.04339094, 0.020618858, -0.0035815937, 0.040150598, -0.03136474, -0.014418329, -0.07308202, 0.027879937, -0.009781022, 0.04086198, -0.02152872, -0.009348529, 0.030109499, 0.018077468, 0.05602518, 0.019401895, 0.02072313, 0.009556994, -0.037289843, 0.021481862, 0.019186307, -0.0029654128, 0.020313075, 0.050406735, -0.004685704, 0.01170876, 0.038036477, 0.0059546935, 0.016205056, 0.026938178, 0.019383416, 0.034117863, -0.0042642104, -0.016552083, -0.020775486, -0.01154663, -0.023527514, -0.03657555, 0.07806515, -0.022567933, 0.05405674, -0.047372684, 0.018743036, 0.052747387, -0.032230604, -0.020779887, -0.02753346, -0.02912088, 0.0006065017, -0.06095551, -0.01454988, 0.06662224, -0.012058758, -0.006990498, -0.015246137, 0.007962507, -0.016005307, -0.0009767383, 0.003894469, -0.019523766, 0.051307052, 0.039002657, -0.013057714, 0.0016650747, -0.05648451, 0.058618378, 0.011170093, 0.00585724, -0.030001704, -0.008333459, -0.056782812, -0.036111157, -0.056614302, 0.020917818, 0.019172229, -0.012237167, 0.0030184293, -0.02502298, 0.028010389, 0.068299524, 0.023530593, -0.06363439, -0.008286106, 0.010209995, 0.024134345, 0.023200614, 0.00999247, 0.004540293, -0.02566886, -0.00036297707, -0.032235883, -0.00996141, -0.027043331, 0.030357093, 0.017823273, 0.05856558, -0.015866498, 0.03788161, -0.01864778, -0.033202942, -0.029187756, 0.005776835, -0.0033809112, 0.0059554633, -0.010577812, -0.009606353, -0.048189275, -0.05993565, 0.04050912, -0.026955776, -0.008130246, -0.002759203, -0.016073944, -0.06353903, 0.00340093, 0.00489909, -0.037322786, 0.020447928, 0.0851047, -0.023592792, -0.03192614, -0.034284834, -0.017499894, -0.027586145, -0.07787156, 0.034071445, 0.06704472, 0.03794584, -0.0056315893, -0.036807634, -0.029584391, 0.038092352, 0.027755206, -0.01013872, -0.0142375, 0.020915179, 0.010257732, -0.0027260676, 0.017828114, 0.012546687, 0.030666942, -0.0013999916, -0.07028292, -0.051830705, -0.0060988944, 0.04485693, -0.05991189, -0.0021937015, -0.044210166, 0.009200699, 0.010893712, 0.033301055, -0.030192653, 0.004448229, 0.0033129908, -0.004444599, -0.014253779, -0.0067839315, 0.0030217292, 0.0028488198, -0.016936619, -0.027182363, -0.008285447, -0.022640089, 0.05442434, 0.011382081, -0.01685055, 0.075004704, 0.017378902, 0.052029356, -0.022866234, 0.058115046, 0.023173114, -0.030067699, -0.0020828284, 0.008007494, 0.06626597, -0.042694904, 0.021460082, 0.008186563, -0.008619935, 0.044048253, -0.01091967, 0.02057013, 0.03794144, 0.0027329698, 0.041128602, 0.0383009, 0.01251149, -0.027250119, 0.060286753, -0.018255986, 0.028779462, 0.053134564, 0.029533135, 0.013838557, 0.0130704185, -0.0053747003, 0.035489477, 0.034528304, 0.00045229142, 0.0022372587, 0.033028714, 0.02028272, -0.017380333, -0.004438, -0.059271295, 0.009117984, 0.00957253, -0.01012112, 0.0221515, 0.031148272, -0.009936112, 0.014261259, 0.041241232, 0.037578903, -0.005620645, -0.005903547, 0.035540514, 0.010974667, 0.025047177, 0.035739053, 0.042398363, -0.0405056, 0.021749366, 0.037597824, -0.034085527, 0.00221801, -0.014123108, -0.02757812, 0.00781016, 0.018695958, 0.034711167, 0.0040424643, 0.10423294, 0.048787415, -0.058991473, 0.023497155, 0.007256462, -0.044145048, -0.016206376, -0.042167377, -0.028689926, -0.03149849, -0.0017356903, -0.027791724, -0.0098217195, -0.05116877, 0.0111040175, 0.04746596, -0.044924684, 0.01504001, 0.0097207455, -0.018717298, -0.022523059, -0.021640033, 0.046626277, 0.059426166, -0.08502111, -0.0060184347, -0.04853773, -0.052332055, 0.00023362524, 0.018170852, -0.018579146, 0.0009353293, 0.013381315, 0.03201414, -0.069269225, 0.010490698, 0.055747997, 0.011110618, -0.028094206, 0.008901957, -0.04462913, -0.026331898, 0.021299055, 0.025990037, 0.015263254, 0.023866622, 0.018015541, 0.026675735, 0.01486182, 0.025413234, 0.006711336, 0.040912133, 0.028865697, -0.0156398, -0.0072058644, -0.02880234, 0.007820066, 0.044060577, 0.030021502, 0.026855903, 0.07256021, -0.034902114, -0.008761222, 0.050435938, 0.018949052, -0.033198543, -0.009603494, 0.075389236, 0.046121407, -0.06303218, 0.022729844, 0.004915369, -0.07401388, 0.030653743, 0.039801646, -0.020513264, -0.0049268086, -0.021950653, -0.023711422, 0.011617466, -0.02737419, 0.029010888, 0.05244117, 0.0010664926, -0.038662996, 0.001565861, -0.015955152, 0.020359714, -0.015021201, -0.004129579, 0.051490825, 0.0037869508, -0.05109122, 0.030477755, -0.051753104, 0.016364107, 0.0017702281, -0.03973829, -0.054156177, -0.04845326, 0.015009211, 0.0020427909, -0.029061044, 0.045578044, 0.005726678, -0.00073315867, -0.03342535, -0.0040539037, 0.01264887, 0.01519708, 0.035571314, -0.029087441, -0.02216184, -0.023489237, 0.027087329, -0.0055788476, 0.01800947, -0.009943372, -0.010412162, -0.07336624, -0.046042208, 0.017530253, 0.007101811, -0.028909694, 0.03502398, 0.049497172, -0.007837225, -0.07474424, 0.021477904, 0.013405513, 0.00083616714, 0.009613832, 0.0034260636, -0.03403097, -0.06828897, -0.073873095, 0.036374703, 0.010392583, -0.03814559, -0.038576763, -0.025031338, 0.031876866, -0.033036, 0.036975816, 0.020232452, 0.014457926, -0.016086861, 0.02137737, -0.034585334, -0.005465115, 0.005370741, 0.010173038, 0.051069994, 0.0020252196, -0.003986148, 0.0029988505, -0.023168167, 0.026309898, 0.007865382, 0.05146971, -0.009625821, -0.00019182789, -0.019650918, -0.037767213, -0.021115806, -0.0107516, -0.04416265, -0.024457725, -0.01234914, 0.020503584, -0.025655659, 0.022022368, -0.051165245, 0.009098625, 0.031812795, 0.009828099, 0.014166225, -0.01186132, 0.0085557, -0.05886003, -0.0113336835, -0.0075389235, 0.006601343, -0.032996595, -0.004510595, -0.04969772, -0.013303886, 0.023055425, -0.0008157085, -0.03706018, 0.004449879, 0.013487347, -0.00081587344, 0.009638911, 0.05193432, 0.020818934, -0.019147646, 0.04432808, -0.023556113, 0.03629419, -0.007182986, -0.061230052, 0.09236601, -0.014981493, -0.043055568, -0.025559746, 0.00027256276, 0.007522672, 0.0089712525, -0.014798026, -0.0020309116, 0.043106716, -0.008253879, -0.009107045, 0.0037098457, -0.044527277, 0.0030964145, 0.043133114, -0.021664232, -0.023767298, -0.05647131, 0.04242388, -0.003257994, 0.0019389575, -0.028556835, -0.0017202174, -0.029974427, 0.0383229, -0.034377668, 0.04180044, 0.03582078, 0.0024480054, -0.019002398, 0.012300632, -0.020062294, -0.021134945, -0.022106845, 0.034021758, 0.014424709, -0.009094225, -0.035531607, -0.0052928654, 0.0044701174, -0.025108334, -0.020170966, 0.006074696, 0.05306505, -0.047582556, -0.00989767, 0.016550874, 0.023601867, 0.051065594, 0.04774171, -0.029613703, 0.027027491, -0.04664057, -0.069367774, -0.049164694, 0.024226189, -0.020348715, -0.019364936, -0.021638712, -0.010614412, 0.03530546, 0.01521072, 0.0487014, 0.022706967, 0.023043985, 0.05839487, 0.029160587, 0.023821853, 0.0042092144, -0.0056877406, -0.0112414, 0.015629573, -0.006897884, -0.07528804, 0.01360482, 0.013109769, 0.028516358, 0.066214055, 0.045515567, -0.018465633, 0.033767868, -0.028130503, 0.029483417, 0.0068371682, -0.0071789166, -0.017460736, -0.06562273, -0.009376467, 0.00025518387, -0.002583077, -0.021247357, -0.049450453, -0.028389646, -0.004537213, -0.0023512114, -0.01977829, -0.028600393, 0.0014534481, 0.0046432465, -0.019549726, -0.02878914, -0.01599288, 0.053043928, -0.004934728, 0.025755532, -0.032667056, 0.028133582, -0.013906642, 0.029992025, -0.042247888, -0.023481756, -0.0180459, 0.01187485, 0.022074284, 0.002040591, 0.046098527, 0.0140813105, 0.023698442, -0.011688301, -0.034444544, 0.03926576, -0.0161373, -0.0072511816, 0.011882769, 0.0370175, -0.07094112, -0.02325341, -0.0057725245, -0.007869783, 0.0067595127, 0.011990672, 0.03211753, -0.012004201, 0.005502292, 0.033335373, 0.02294081, 0.026287459, 0.0057895943, -0.013655858, -0.00073134375, -0.07578785, -0.03419728, -0.0051679136, -0.04384235, -0.027253198, 0.031095035, 0.033598036, 0.011686212, -0.016180638, 0.07667836, -0.045369275, -0.02056958, 0.03670248, -0.0595564, 0.01692067, -0.039650735, -0.031930983, 0.029552933, -0.040102586, 0.014131027, 0.013489108, 0.05046481, -0.024756357, -0.01321352, -0.018831689, -0.03388809, 0.042855054, -0.0043612244, 0.022092765, -0.0005011283, 0.034115884, -0.014371253, -0.009215658, -0.06474983, -0.0013023177, 0.017996622, -0.03510274, 0.024396183, 0.013550484, -0.014828823, -0.002106587, -0.007670475, 0.036155157, -0.0020348716, -0.02341664, 0.014457487, 0.00926389, -0.026583118, -0.022463221, 0.03326542, -0.026070112, -0.024653403, -0.023572829, 0.019916663, 0.03592582, 0.017369444, 0.0021347452, 0.017306747, 0.01866362, -0.01488778, -0.011843171, -0.0030107296, 0.03153891, -0.10973259, -0.005979002, 0.07048443, -0.014888659, -0.020608077, 0.01976267, -0.047015432, 0.031687237, -0.035823416, 0.0065287473, -0.050892465, -0.06302514, 0.0069786743, -0.0013419152, 0.02502364, 0.009004471, 0.012565826, 0.0059561236, 0.04615523, 0.031392895, 0.018255327, 0.016405683, -0.015216218, 0.0427565, -0.0016217375, -0.00081130874, 0.04395102, -0.0035505756, -0.0030050103, 0.03403163, -0.0023322927, 0.0036825675, 0.031547766, -0.036607448, 0.05479942, 0.016824977, -0.047770422, 0.027420828, -0.034428705, 0.0010862914, -0.0032421553, -0.025922723, 0.042018224, 0.022552975, -0.011998482, -0.038069915, -0.031204587, -0.012900866, -0.0015544218, 0.0008262678, 0.014883599, 0.0011419478, -0.04240936, -0.026169548, -0.005712599, -0.022485219, -0.04575359, 0.06380433, 0.032321237, 0.055497654, -0.001931038, -0.03846061, 0.07424971, 0.020501824, -0.034082007, -0.020935638, -0.020434398, -0.044081252, -0.020846764, 0.03116367, -0.0067856913, 0.009774436, 0.08654429, 0.03224996, 0.016049746, -0.08078242, -0.011842292, -0.053099368, -0.005026242, -0.06344399, -0.025228005, 0.014114307, -0.013431031, -0.00090810267, 0.025831647, -0.041366927, 0.088775836, 0.006752253, -0.010059524, 0.0033952657, -0.034078486, -0.0021171463, -0.005412538, -0.019337054, 0.080855444, 0.025237659, 0.02138551, -0.033742018, -0.00061756285, -0.05686905, -0.010789108, 0.0058459104, 0.015723368, -0.02214996, 0.02013225, -0.013596021, -0.026166465, 0.036062982, 0.044786092, -0.051372144, 0.05535378, -0.018344201, -0.036317065, -0.017813155, 0.040289134, -0.041662067, 0.036025364, 0.006887325, -0.009094665, 0.005509717, -0.058009453, 0.06359006, 0.011900808, 0.0014690671, 0.03178535, -0.015065088, 0.0107603995, 0.032608982, -0.03356691, -0.009400446, 0.009116883, -0.010328568, 0.006116988, 0.011503514, -0.022696406, 0.03785785, 0.016802538, 0.029178297, 0.0040618232, -0.050566442, -0.015768604, 0.04337158, 0.0028299014, -0.021875419, -0.037575386, 0.028832808, -0.031213388, -0.023526194, 0.03334065, -0.036206193, 0.0059769126, -0.07102383, -0.010866214, 0.04283833, 0.018753871, -0.00092449156, 0.027476924, 0.004068203, -0.03405209, -0.0003595673, 0.027292356, -0.0053243544, 0.04636075, -0.0074360254, 0.024576407, 0.018849289, 0.0279951, -0.0053423624, -0.0056593623, -0.061441675, 0.036175393, 0.06125293, 0.002466924, 0.023774778, -0.01107014, 0.023165416, 0.021223158, -0.0031634, -0.043380823, -0.033933517, 0.041276433, 0.018367078, -0.055007085, -0.004386303, 0.015022411], [-0.047842667, -0.082154855, -0.04074153, -0.041372538, 0.01922503, 0.029131537, -0.01412318, -0.033546887, 0.018260766, 0.07238875, 0.01621986, 0.007601993, -0.03220136, -0.008406701, -0.019747535, 0.021146616, 0.023108993, -0.021388583, 0.035271183, 0.036313143, -0.005052456, 0.00774906, -0.022083407, 0.028751938, -0.024881292, 0.044584155, 0.029046074, 0.023832884, -0.0054697944, 0.020142812, -0.009725312, -0.055978816, -0.0016715727, -0.023378154, -0.00707588, -0.0102603035, -0.02289519, 0.01635999, -0.04267061, -0.06048962, -0.033369295, 0.03391095, -0.008482732, 0.029983697, 0.0068045, 0.061772715, -0.012984103, 0.024710916, -0.04598677, -0.047190294, 0.030339155, -0.03237923, -0.036553722, 0.014619602, -0.012182724, 0.035142984, 0.03768475, 0.008933368, 0.002652449, 0.0073400466, -0.026923863, 0.016997652, -0.108800955, -0.0009623198, 0.025564324, 0.010573308, -0.014203373, 0.0036461595, 0.010993975, -0.03005057, -0.031272616, 0.0141576575, 0.013190273, -0.01368836, 0.044688486, 0.016088055, -0.08359195, 0.0031339214, -0.010538899, -0.009022372, 0.016351666, 0.015388236, 0.01360456, -0.04936578, -0.038810235, 0.027533777, -0.00089086726, -0.02698047, 0.030752625, 0.019239735, -0.047589876, 0.009505544, 0.06521575, 0.003045681, -0.005978148, 0.024814975, 0.0060713827, 0.049094953, 0.008696396, 0.018349562, 0.07314185, -0.002135251, -0.008556543, -0.01835081, -0.00075864536, 0.029349087, 0.0040191, -0.0089211585, 0.012566209, 0.03829522, 0.0033430066, -0.016804522, -0.01590769, -0.042872623, 0.010830814, -0.013098425, 0.031533454, -0.010593842, -0.03542269, -0.008735244, 0.0053166226, 0.021041727, -0.0025577226, 0.023582939, -0.053321615, -0.012464093, 0.0083256755, -0.007074909, -0.063275576, 0.010254615, 0.008117318, 0.022771016, 0.041067857, -0.029688729, -0.030133678, 0.0058585517, -0.03648546, 0.03742239, -0.0033523717, 0.010299152, -0.0294691, 0.006647443, 0.03290978, -0.005148188, 0.014495843, -0.0152146, 0.019498074, -0.06805498, 0.009652333, -0.0008058179, -0.022965645, 0.0054653543, -0.005301638, 0.011250511, 0.032399207, -0.041494075, 0.019070469, 0.018830167, -0.04640446, 0.03846615, -0.016747082, 0.010835254, 0.015169578, 0.022682777, 0.006272317, -0.061749402, 0.011638852, 0.0036789028, -0.0021474604, -0.0031100577, 0.08433784, -0.024420945, 0.02950115, 0.020717623, -0.06722086, 0.008997467, 0.03963159, -0.034621313, 0.052829355, 0.030450149, -0.0058516143, 0.016270917, -0.011493728, -0.017831774, -0.04314844, 0.052755546, -0.009656808, 0.0028020486, -0.0026505417, 0.02009883, 0.0011770936, -0.04628791, 0.010347989, -0.0145868575, -0.03475173, 0.03881384, -0.054891072, 0.004173382, 0.002433548, 0.022812638, 0.011241494, 0.0050635557, 0.024235861, -0.027245538, -0.045547582, -0.03562026, 0.054558646, -0.0012409152, 0.03961161, -0.02338093, -0.037800185, 0.016332798, 0.013921448, 0.034935426, 0.023540761, 0.042379804, 0.008434172, -0.008006515, 0.007718537, 0.059448496, -0.01858376, 0.0009835474, 0.016345562, -0.021751532, -0.02112636, 0.015293892, -0.002646657, 0.029664312, -0.0007026974, -0.014134834, 0.092116304, 0.0030637176, -0.0017803471, -0.047975026, -0.009273288, -0.017187452, -0.032423627, 0.024911122, -0.06461638, 0.02397031, -0.009317963, 0.037685864, 0.023313222, -0.008021551, -0.0031350313, -0.0003951394, -0.016873892, 0.027230209, -0.03486994, -0.0024474221, 0.04051233, 0.025530888, -0.03416873, 0.01610748, 0.014548842, 0.011784393, -0.001839174, -0.019266652, 0.04423119, 0.024853822, 0.012645708, -0.06072715, -0.008619532, -0.04108506, 0.01912985, 0.024587436, 0.011462372, -0.0044397684, 0.0061046807, -0.045005932, -0.03982805, -0.025960434, 0.036153033, 0.014400942, -0.026887236, 0.021024184, 0.004715034, -0.0005033587, 0.051732175, 0.030580012, -0.06722253, -0.005856609, 0.0266495, -0.008908395, 0.002943566, 0.012277069, 0.0368079, -0.048603807, 0.001531165, -0.016456, -0.02322637, -0.02428664, 0.0047749705, 0.049498975, 0.04194249, -0.033968665, 0.05147023, -0.011397995, -0.07516527, -0.0009068226, 0.021405233, -0.0015145462, 0.024303291, 0.035303924, -0.022657247, -0.033411477, -0.0402354, 0.0653889, 0.017517105, -0.007098079, -0.021640679, -0.027940571, -0.037017677, 0.038132057, 0.002357517, -0.007670662, 0.015412656, 0.08884864, -0.01953054, -0.0093923295, -0.010238105, 0.0011265911, -0.010662658, -0.039367422, 0.04376647, 0.046483263, -0.00968147, 0.006442104, -0.051627565, -0.022954155, 0.041063413, 0.042599574, -0.028678682, -0.009838526, 0.0064831716, 0.012007353, -0.012414702, 0.0032055127, -8.8795365e-05, 0.019915689, -0.0054109674, -0.086761944, -0.0013907574, -0.010508376, 0.060800403, -0.062731706, 0.0047749705, -0.07982703, 0.0074887793, 0.0025850548, 0.01168325, -0.022323709, 0.009630412, 0.023240522, -0.020897571, 0.004067868, 0.007986033, -0.020775896, -0.014693413, -0.0027596974, -0.005479368, -0.02010771, -0.06353974, 0.050003998, 0.0120117925, -0.021492919, 0.05894236, -0.01549812, 0.061185345, -0.011354152, 0.06751999, 0.04040411, -0.0064781765, 0.015773386, 0.0108125005, 0.06707601, -0.05473124, -0.007525407, 0.024002496, -0.0023594592, 0.003618411, -0.010749788, 0.0681793, 0.039722603, 0.009546889, 0.049841944, 0.03581783, 0.020439027, -0.038390674, 0.041775998, -0.017050374, 0.021119284, 0.024657918, 0.032246035, 0.013100091, 0.018800199, 0.038324077, 0.038750295, 0.01272826, -0.015331074, -0.015986495, 0.043190066, -0.027712755, 0.009080436, 0.013659641, -0.05112282, -0.013972505, 0.0002925391, -0.016456, 0.019808026, 0.046795156, -0.0145520335, -0.034317743, 0.030716537, 0.034191765, -0.027857326, -0.025028082, 0.04480836, 0.011425744, 0.007877259, 0.02459798, 0.045323376, -0.054489274, 0.034069672, 0.04331993, -0.0009623198, 0.03243972, -0.033808835, -0.03782849, 0.030405752, 0.016304493, 0.050850917, -0.0013863175, 0.077318564, 0.035029773, -0.021022301, 0.014135112, -0.02428553, -0.06146415, -0.0009068226, -0.029040523, -0.03541825, -0.0015307488, -0.0033831033, -0.01449945, -0.0067639863, -0.03525259, 0.029890738, -0.0025206783, -0.08191816, 0.008077325, -0.034839973, -0.0060310084, 0.011143263, -0.067043826, 0.029632399, 0.07263461, -0.034137897, -0.021349734, -0.016411602, -0.029795146, -0.006851672, 0.015068573, -0.04614695, 0.010737579, -0.005802777, 0.034324955, -0.04957001, 0.032210518, 0.01745356, 0.03314953, -0.0115922345, -0.017271252, -0.03502089, -0.026170215, -0.00056607043, 0.0474367, 0.01053002, -0.0137111135, -0.0023658413, 0.013140049, 0.021854758, 0.03860281, 0.013865812, 0.041487414, 0.018325143, -0.049345803, -0.011159912, -0.038752515, -0.00050502364, 0.0050161057, 0.031065611, 0.020770622, 0.052442543, -0.053517517, -0.011738746, -0.00090904254, 0.025033632, -0.04691947, 0.024554694, 0.023718907, 0.042819344, -0.043737818, 0.016115248, 0.018695863, -0.079773754, 0.036643073, 0.052549094, -0.0075387266, 0.00593597, -0.019895988, -0.06293371, -0.011866667, -0.01663359, 0.03591828, 0.014456995, 0.018417267, -0.03372448, -0.0023297684, -0.006981536, -0.026449919, 0.005989941, 0.0008009619, 0.011461817, 0.0065605897, -0.026853938, 0.03343645, -0.032606766, -0.0077374056, 0.00078736513, 0.008060677, -0.03333156, -0.043969244, 0.012271519, 0.011934651, -0.01492174, 0.020936837, 0.022287635, -0.0012074782, 0.0011071672, -0.021931343, 0.033987813, 0.029553315, 0.0071879844, -0.018760934, -0.02220106, -0.019554542, 0.05058228, 0.0057539395, 0.026842285, -0.0039896867, -0.017113086, -0.08860001, -0.06943797, 0.06226775, -0.0060550114, -0.026119156, 0.010027771, 0.048332427, -0.012704397, -0.038199764, 0.007686626, 0.022344243, 0.031277057, 1.9978957e-05, 0.0264255, 0.02275603, -0.080539614, -0.07195088, 0.0037427244, -0.014330462, -0.031503208, -0.01588105, -0.044514187, 0.0082188435, -0.02760648, 0.04129872, -0.028259125, -0.007603103, -0.012535407, -0.0016810071, -0.004842122, 0.005813876, -0.010833034, 0.029213673, 0.018220808, -0.012803459, -0.0013249932, 0.0507521, -0.025750656, 0.047937285, -0.0127554545, 0.043407615, -0.0051862043, -0.014151345, -0.026149679, -0.03849723, 0.026352243, 0.008945023, -0.045831725, -0.038988933, -0.048041064, -0.008035703, -0.047983903, 0.035810612, -0.009053242, -0.032969717, 0.058225337, -0.014990321, 0.038168687, 0.0061401995, 0.01863565, -0.023814917, -0.011647732, 0.0038884045, -0.015933217, -0.015166247, 0.02679955, -0.0024640714, -0.031253748, 0.028829912, -0.029457862, 0.017419431, 0.021692708, -0.01267526, 0.01442231, 0.0079283165, 0.05171886, -0.010072724, -0.014180619, 0.054863326, 0.0023042397, 0.05435941, -0.020049993, -0.0735936, 0.072240576, -0.013039599, -0.04250745, -0.016367204, 0.0063111302, 0.009250535, 0.03651321, -0.031490166, -0.027310401, 0.027333433, -0.005026095, 0.031504594, -0.013827657, -0.011526437, 0.0046267933, 0.04665974, 0.0131336665, 0.02048287, -0.054120775, 0.048892945, 0.021706026, 0.0072129583, -0.009211652, -0.021932455, -0.026138026, 0.02573678, -0.04558088, 0.013942814, 0.036452163, 0.0385999, -0.044963755, 0.04613169, -0.022847047, -0.00788697, -0.03345532, 0.019035505, 0.04034639, 0.008066227, -0.010888531, 0.018125076, 0.017979952, -0.056633685, -0.013541189, 0.0019768067, 0.047206942, -0.0132327285, 0.0029612386, 0.037132, 0.028743058, 0.024704672, 0.0008785191, -0.023758309, 0.048740882, -0.04444097, -0.041247044, -0.015542657, 0.026758483, 0.03455194, -0.008109236, -0.01318833, -0.011605554, 0.037651453, 0.06367835, 0.002515406, 0.03102954, 0.07949405, 0.03306656, 0.0152696725, 0.04596714, 0.053045243, -0.020510618, 0.0057428405, -0.015593688, -0.03546709, -0.027002392, -0.036333952, 0.01406685, -0.0070348126, 0.04806604, 0.05840515, 0.015444288, 0.026482107, -0.027867315, 0.013683366, 0.010307753, 0.0034541395, -0.0028347918, -0.05641197, -0.044788383, 0.034745626, 0.010356592, -0.039511714, -0.055634737, -0.008839578, -0.023466116, -0.017688036, -0.031915274, -0.015549716, 0.032391906, 0.005877559, -0.009607104, -0.011475692, -0.0621512, -0.0005305523, -0.0015505891, 0.019606015, -0.0410501, 0.011972944, -0.018882332, 0.004258848, -0.058010012, -0.00822911, 0.025397692, 0.022922523, 0.01089075, -0.012192036, 0.03203293, 0.020063382, 0.038215306, -0.021108184, -0.0033987812, 0.021503948, -0.031837575, 0.02085137, 0.013454718, -0.0035340553, -0.050822027, -0.008309026, -0.007931091, 0.001281428, 0.040246185, -0.027867315, 0.02183811, 0.011156687, -0.0032168895, -0.00015886045, 0.02012769, -0.008136707, -0.01089075, 0.0037491065, -0.0030767594, -0.07872153, -0.01907824, 0.022165542, -0.025008313, -0.06226553, 0.024740608, 0.009046444, -0.03578009, -0.05302415, 0.02297025, -0.01962752, -0.027213559, -0.00032375622, -0.056567084, 0.008173613, -0.011325293, -0.04496153, 0.030555595, -0.017191805, 0.06360967, 0.020351343, 0.025362175, -0.037822384, 0.008457758, -0.0018502735, -0.010596617, 0.043518607, 6.548658e-05, -0.014544958, 0.0071347076, 0.022335364, -0.0020755916, -0.04763427, -0.041116692, -0.0077707046, 0.0015092436, 0.013081777, 0.030284073, 0.029266952, 0.02498202, -0.014879882, 0.0012128891, 0.032112844, -0.0027582059, 0.004008556, 0.044539753, 0.008594281, 0.0165509, -0.012093512, -0.01743497, 0.0018036558, 0.011443502, -0.024971616, 0.0063251434, 0.05052345, 0.010044975, 0.00937568, 0.06295813, 0.01725738, 0.0035495947, -0.02835791, 0.004615694, 0.016424367, -0.03807101, -0.02346192, 0.06581956, -0.015212866, -0.012224694, 0.027369782, 0.015039714, 0.047594313, -0.08211795, -0.031403035, -0.06255189, -0.049369115, 0.0071768854, -0.006064168, -0.0146456845, -0.013798522, -0.0022132245, -0.018373981, 0.04245306, 0.019012196, 0.016492924, 0.02793391, -0.019505288, 0.04745446, -0.037678093, -0.033373736, 0.037018787, 0.011172676, 0.022737196, 0.011717103, -0.0375782, 0.022320934, 0.015291672, -0.042322088, 0.05473457, 0.015360488, -0.044050824, 0.00449804, -0.003996901, 0.008819045, 0.004342648, -0.0133431675, 0.028525373, 0.027771652, -0.009268293, -0.030217063, -0.00034241713, -0.020945022, 0.019418435, 0.016267337, -0.0027806824, -0.008767501, -0.025857208, -0.014914846, 0.07784689, -0.022438588, -0.045108046, 0.041478254, 0.02482309, 0.056398377, 0.02141078, -0.05011411, 0.06843903, -0.013521869, -0.032887302, -0.018075682, -0.020366048, -0.014989491, -0.03487105, 0.0066640917, -0.018376963, 0.038432576, 0.025692798, 0.05396094, -0.016112473, -0.107704334, -0.036856458, -0.029631881, -0.032094527, -0.047937285, -0.03938962, 0.018507173, 0.018568568, 0.07117614, 0.011020926, 0.019622527, 0.04674188, 0.007833416, -0.020392686, 0.012302597, -0.019535119, -0.026307847, 0.021093061, -0.023620121, 0.07304306, 0.0329018, 0.022889223, -0.05357912, 0.006265068, -0.03027922, 0.022309834, 0.006426564, 0.014364869, -0.01532164, 0.035338473, -0.008331225, 0.016946595, 0.030979037, 0.027087027, -0.030227605, 0.065901145, 0.014127342, -0.019261934, -0.023301015, 0.031564534, -0.039864678, 0.038285233, 0.044608016, 0.013613457, 0.0033320459, -0.02761924, 0.10206139, 0.016691308, 0.049921304, 0.0009445607, 0.018082066, 0.03623961, 0.009518585, -0.035749014, 0.0056877593, -0.00650648, -0.026767364, -0.009098195, -0.0058072163, -0.02561975, 0.00125583, 0.026020925, 0.039667107, -0.028677016, -0.050120544, -0.047245238, 0.057743624, -0.03176654, -0.03221801, 0.008059567, -0.001023644, -0.020762574, 0.004147437, 0.014338232, -0.020261992, 0.015454832, -0.0627428, 0.028069325, 0.0055286214, 0.0013363701, -0.019935668, 0.049396858, 0.0059470693, -0.0322255, -0.0012514597, 0.011183776, -0.013791029, 0.02084249, 0.025887176, 0.022739382, 0.042668395, 0.026949393, -0.0116432225, 0.00455104, -0.02448754, 0.036130834, 0.046213545, 0.015519764, -0.03330714, -0.0057472796, 0.051296804, -0.011293105, 0.0071169483, -0.008179163, -0.022019446, 0.015963186, 0.013348718, -0.048140407, 0.019668173, 0.008965279], [-0.034814246, -0.07152435, -0.049750194, -0.036779687, 0.020118494, 0.015466513, -0.001980821, -0.015031247, 0.005431627, 0.06341854, 0.029475331, 0.0062623895, -0.035156105, -0.016234815, -0.016523229, -0.00088339014, -0.00257958, -0.0062623895, 0.030487929, 0.023009995, 0.0058630486, -0.0056043845, -0.016197503, 0.035144005, -0.057004884, 0.027810656, 0.021095477, 0.03138821, 0.008267664, -0.0014488709, 0.015272767, -0.02558945, 0.021825949, -0.02509998, 0.011111707, 0.023946831, 0.015540508, 0.024134401, -0.043734368, -0.03540771, -0.017895207, 0.023462279, -0.004823351, 0.018559765, 0.0022992347, 0.03961541, -0.017652677, 0.040069208, -0.019606018, -0.02408157, 0.031401698, -0.0035900332, -0.032092728, 0.03939053, -0.022851165, 0.019132305, 0.045515772, 0.019647868, 0.015952453, 0.017275522, -0.03221576, 0.023311391, -0.094868384, -0.014750397, 0.022267282, 0.025831096, -0.02215333, 0.01191543, -0.015653327, -0.02528969, -0.019031713, 0.03800973, -0.0003262291, -0.031485397, 0.050333075, -0.003034763, -0.08700788, -0.03265115, -0.018148892, -0.023392191, 0.0035164175, 0.008529858, 0.014600897, -0.035562504, -0.03435137, -0.010376304, -0.0064229826, -0.032756027, 0.017782766, 0.024525676, -0.07455167, 0.021734448, 0.04828998, -0.020091077, -0.014548206, 0.002736896, 0.021225568, 0.04172254, 0.019703206, 0.024406174, 0.061794452, -0.019606018, 0.0134626245, -0.014108024, -0.03335504, 0.0006317223, 0.017018875, -0.012208507, -0.009651744, -0.0013421025, -0.013831334, 0.02753031, -0.010804639, -0.037748795, 0.032371685, -0.010785289, 0.019254074, -0.0030857993, -0.02983963, -0.0121133365, -0.0020536804, 0.018729009, -0.017965356, 0.021386161, -0.025716135, 0.0011798705, -0.014378285, -0.0037871508, -0.085317746, -0.014450892, 0.03130993, -0.0046680355, 0.052130103, -0.012194011, -0.019762326, -0.0006575004, -0.02764729, 0.055436514, 0.00040703008, 0.048667137, -0.026048161, -0.000998352, 0.032917377, -0.0038582773, 0.03414918, -0.029180113, 0.015145705, -0.06572382, 0.009052733, -0.009781784, -0.004675111, -0.019768378, -0.020204525, -0.010757684, 0.0078153815, -0.036341634, 0.004428044, 0.006089695, -0.016274145, 0.04271736, -0.006613325, 0.009624681, 0.035356786, -0.00024378946, -0.020476298, -0.06717799, 0.020444533, 0.013032023, 0.0058363248, -0.0023113359, 0.09238889, 0.01189991, 0.016931646, 0.025988413, -0.07347064, -0.0012116992, 0.03041595, -0.041761365, 0.023601552, 0.0071059465, -0.008595406, 0.005669933, -0.030198634, -0.013311107, -0.056256626, 0.049707845, -0.01376692, -0.005760188, 0.018009664, 0.02659549, 0.0022225934, -0.041321687, 0.0074218386, 0.012486206, -0.035293255, 0.016634662, -0.0391272, -0.011377177, 0.013774735, 0.052696846, 0.0097717475, 0.005582199, 0.012714616, -0.014874435, -0.022519138, -0.032184497, 0.043838743, -0.0035865824, 0.036776662, -0.006148436, -0.025781684, 0.03481525, 0.036995493, 0.03287099, 0.019005999, 0.044629358, 0.034625165, -0.018244628, 0.020650255, 0.053463258, -0.03181818, 0.028188314, 0.03113446, -0.032229874, -0.017167872, 0.021420572, 0.0030727054, 0.023087643, -0.01789924, 0.0029368186, 0.08908122, -0.0150973, -0.015008053, -0.04872361, -0.0070263427, 0.00013916421, -0.053512167, 0.04127328, -0.02739014, 0.06062719, -0.026194133, 0.031034626, 0.021491794, -0.023087643, -0.007375703, 0.0037803755, -0.047497347, 0.017083919, -0.01621868, 0.039272543, 0.026296992, 0.031254467, -0.017242244, 0.031511616, 0.0090678595, -0.0065470836, 0.0011955012, 0.008147157, 0.014159453, 0.045391105, 0.03241921, -0.06053038, -0.0021137139, -0.05293887, 0.03977878, 0.011167424, 0.020039646, -0.0058267447, 0.015433865, -0.04955456, -0.063442744, -0.05307602, 0.043189306, 0.017940082, -0.007434444, 0.043400075, 0.047568697, -0.015381679, 0.03896497, 0.033740006, -0.05184573, -0.009135424, 0.017649904, -0.020574117, 0.017596206, 0.022322746, 0.014624973, -0.048917226, 0.017668055, -0.034134433, -0.023272693, -0.019309035, 0.01438257, 0.03294158, 0.039623477, 0.013643134, 0.05020399, -0.001985611, -0.082336806, -0.019994266, -4.941338e-05, -0.022506533, -0.016879207, 0.003336317, -0.005167732, -0.03742912, -0.034475915, 0.03324209, 0.02647851, -0.004960498, -0.031874653, -0.025771061, -0.049585313, 0.029410034, 0.012366203, 0.012411204, 0.013146983, 0.084765114, -0.02013944, -0.025047792, -0.031596325, 0.0139621785, -0.008281278, -0.047883578, 0.06436244, 0.045542747, 0.0021712894, -0.0046652784, -0.07000665, -0.030588204, 0.043342087, 0.035492923, -0.0121577075, -0.023937251, 0.034181956, 0.0058402955, -0.015154276, 0.025416628, 0.00072657835, 0.031230262, 0.013643765, -0.06374578, 0.013399219, -0.013500946, 0.035823688, -0.07174218, -0.012092159, -0.07344643, 0.00839019, 0.0015661016, 0.026633812, -0.012410321, 0.022115512, 0.027178619, -0.020232258, -0.0013099586, 0.00024404158, 0.012353722, -0.027393162, 0.015911737, -0.0018981292, -0.02277755, -0.06569357, 0.038127307, 0.007561759, -0.011789818, 0.06729093, -0.0038855048, 0.02488014, -0.005584342, 0.07219193, 0.045803174, 0.0055857287, 0.0129793305, 0.018091347, 0.062151946, -0.04405656, -0.025891602, 0.013645403, -0.011795679, 0.007927822, -0.03816528, 0.064619586, 0.027340218, 0.032198865, 0.055677786, 0.020118304, 0.010787873, -0.041023187, 0.024675427, 0.0007180066, 0.014832081, 0.04252727, 0.046562526, 0.015354451, 0.00037034822, 0.014351561, 0.013480777, 0.009863768, 0.006594165, -0.0024928544, 0.025606042, -0.020344067, -0.006806945, 0.015798919, -0.053251486, -0.009075296, -0.007262506, -0.008100265, 0.016984083, 0.043849833, -0.016793994, -0.03393993, 0.026465401, 0.038328648, -0.014582493, -0.024129864, 0.030005831, 0.0060849045, 0.016723655, 0.036610268, 0.03696322, -0.056944378, 0.02926939, 0.01718426, 0.013177237, -0.0042566094, -0.026322203, -0.022994922, 0.031704985, -0.0034249017, 0.04425775, 0.016935678, 0.08404712, 0.026803227, -0.047009267, -0.0032533414, -0.04148606, -0.0770768, -0.008169342, -0.018661618, -0.028605808, -0.008669338, -0.0052408436, -0.00352751, 0.020570084, -0.039986514, 0.006413655, -0.0047562895, -0.07583844, 0.00016941728, -0.033070657, -0.0012676044, -0.0072920024, -0.03953171, 0.02935558, 0.08284506, -0.07023809, -0.01319791, -0.02253666, -0.048937395, -0.020999676, 0.01873372, -0.045080632, -0.0063970154, -0.017633265, 0.014200799, -0.03227097, 0.027922088, 0.028716233, 0.03435137, -0.0060927197, -0.02416516, -0.025799833, -0.020570368, -0.0043539237, 0.043629996, 0.023597408, -0.001262184, -0.00021303217, -0.0020108218, 0.02296512, 0.024714503, 0.0038415357, 0.05797424, 0.03761114, -0.048210315, -0.007221412, -0.03065243, 0.017506454, -0.0075940927, 0.034102794, 0.022684773, 0.03342563, -0.04326595, -0.044239596, 0.025519991, 0.029730055, -0.061847396, 0.037893504, 0.040885158, 0.012218513, -0.05195867, 0.029589538, 0.0056805215, -0.0646206, 0.027352825, 0.06650839, -0.00502403, 0.023462279, -0.012757475, -0.05711985, 0.004288879, -0.021650117, 0.029861815, 0.05753734, -0.009999402, -0.0107787335, -0.011491636, -0.02506878, -0.013156059, 0.00044673725, -0.0101403305, 0.030234937, -0.015842535, -0.036136303, 0.027062899, -0.02199097, 0.00135433, 0.001581039, -0.029250704, -0.03060705, -0.036841203, 0.015717488, 0.017080389, -0.021937521, 0.025549743, 0.013812047, 0.009104162, 0.0174641, -0.012226282, 0.03286595, 0.021692473, -0.009114247, -0.03154288, -0.02423953, -0.015046878, 0.03948835, -0.021670286, 0.010851783, 0.0027081554, -0.003058209, -0.093542546, -0.06714572, 0.07341063, 0.010111087, -0.01564488, -0.0025183177, 0.050084997, 0.005882461, -0.04350596, 0.01059211, 0.02395137, 0.021494819, 0.008277245, 0.025690261, 0.034756765, -0.074777566, -0.08055389, -0.01114081, -0.036838178, -0.031949278, -0.027443584, -0.04509626, 0.00918572, -0.019055916, 0.02427155, -0.05029173, 0.0014866872, -0.027119372, -0.014505347, -0.004225852, -0.0074901604, -0.0090955915, 0.008161527, -0.0010760014, -0.02034621, 0.006554836, 0.053088117, 0.00638025, 0.037958045, -0.028975146, 0.02181046, 0.02837538, -0.01866023, -0.021039383, -0.059651025, 0.008329684, 0.0052862233, -0.03544452, -0.05462094, -0.065653235, -0.022170471, -0.037850644, 0.044437755, -0.013020173, -0.01236595, 0.07517287, -0.015540381, 0.027580228, 0.011928163, 0.015650742, -0.0075390693, -0.034327675, -0.0074357046, 0.009933097, -0.013387497, 0.0095362775, -0.009353247, -0.026153967, 0.041733127, -0.011526931, 0.0239191, 0.026357498, -0.016409274, 0.0041847583, -0.00044472038, 0.043830674, 0.0004588385, 0.0016268598, 0.05005878, -0.0022876377, 0.056791097, -0.027095674, -0.058860406, 0.0749258, -0.030119471, -0.054101344, 0.0064754216, 0.020113261, 0.015856652, 0.029612606, -0.026503345, 0.003881219, 0.02343858, 0.015654964, 0.0034175904, -0.014099704, -0.011832487, 0.018189164, 0.036422577, 0.01973661, -0.020569075, -0.05082922, 0.039091025, 0.005840863, -0.01254999, -0.0010194661, 0.008047448, -0.056290913, 0.0362432, -0.054867, 0.0021318342, 0.027065169, 0.017212117, -0.019047344, 0.054551862, 0.015193101, 0.006677865, -0.042760722, 0.0066668354, 0.0068785436, 0.034973074, -0.004958418, -0.0054334546, 0.034315072, -0.06693395, 0.016462974, -0.009756559, 0.04244206, -0.016255993, 0.007121577, 0.036493294, 0.021341914, 0.05221658, -0.0011687777, -0.018269839, 0.042214654, -0.025146369, -0.05093952, -0.011424953, 0.006396511, 0.03007157, 0.0060607023, 0.004679113, 0.008576751, 0.05032122, 0.047945093, 0.0040665194, 0.016158175, 0.064238906, 0.052713986, 0.022431593, 0.029337933, 0.05247096, -0.026078163, 0.0064358404, -0.015527902, -0.0475155, -0.030519314, -0.013777256, 0.027431738, -0.027009957, 0.037782326, 0.059320256, 0.006072882, 0.0017889659, -0.035367876, 0.009532244, -0.030479986, 0.010716243, -0.0025594113, -0.05707346, -0.047404572, 0.044964153, -0.012196029, -0.03553124, -0.046451095, -0.009100129, -0.0173602, -0.025461, -0.027994191, -0.0075178924, 0.035660323, 0.026431115, 0.0011914675, -0.015411932, -0.06306401, 0.0070015728, 0.015919175, -0.0044623306, -0.033131164, 0.02953987, 0.0052897525, 0.0090043275, -0.08059826, -0.008859743, 0.010268906, -0.00023093191, 0.027844565, -0.01911617, 0.024256926, 0.022678472, 0.013542291, -0.023166932, -0.022878394, 0.03245299, -0.05800538, 0.018867843, 0.022677967, 0.0045243492, -0.049359426, 0.0122267855, -0.010104531, 0.009366356, 0.016514152, -0.024414746, 0.025270404, 0.022023743, -0.0178826, -0.025810027, 0.009855447, -0.016873535, -0.012487087, -0.004773937, -0.012922103, -0.07251867, -0.047616344, 0.037618835, -0.04224945, -0.06139158, 0.019999182, 0.027849479, -0.026491622, -0.059090335, 0.042630635, -0.040391907, -0.020038133, 0.015553113, -0.057224724, 0.0027963936, -0.012200251, -0.02151902, 0.032176174, -0.023722455, 0.059215378, 0.029110784, 0.057152115, -0.04809031, -0.015752027, 0.010734804, 0.0010135415, 0.0045992257, -8.722973e-05, -0.019889893, -0.007049978, 0.025551759, 0.0012038524, -0.040444348, -0.06762977, -0.03369841, 0.021155983, 0.020979507, 0.00445628, 0.027144583, 0.020567058, -0.029466568, 0.008482966, 0.05613864, 0.00018555227, -0.02876615, 0.012066948, 0.02398616, 0.009436946, -0.023043778, 0.010232603, 0.00041245046, 0.006756019, -0.020249149, 0.01832228, 0.051637482, 0.01911409, 0.0011634834, 0.03834478, 0.02533091, -0.0023204118, -0.016912863, -0.011752002, 0.00067766913, -0.036194794, -0.031426657, 0.04040199, 0.003330865, -0.0052897525, 0.011293478, 0.006520486, 0.03717903, -0.06173647, -0.033291303, -0.05066787, -0.032052137, -0.004176943, 0.0022296526, -0.003979542, -0.0040024836, 0.002665108, -0.021923404, 0.027086347, 0.02704664, 0.025003169, 0.018151853, -0.038647313, 0.02935659, -0.043580584, -0.018313864, 0.03023191, 0.010491772, 0.019529376, 0.03473357, -0.026492631, 0.023126405, 0.017568473, -0.01639314, 0.02758628, 0.036347006, -0.054497916, -0.0021802392, -0.0053036185, 0.020253498, 0.003927796, -0.021551292, 0.018992636, 0.038051326, -0.011189609, -0.0445749, -0.022403358, -0.04548854, 0.000543169, 0.030029217, 0.03226807, -0.010510584, -0.040185682, -0.02659549, 0.04785938, -0.044172533, -0.07944461, 0.08169494, 0.007885972, 0.05340275, 0.020872694, -0.047442265, 0.056069057, 0.0070836972, -0.006976362, -0.03628404, -0.0052640373, -0.003546166, -0.047235154, 0.0070348512, -0.0022455356, 0.028617404, 0.030078629, 0.04451641, 0.0060802093, -0.08382122, -0.018939441, -0.012127581, -0.026678687, -0.05133999, -0.04229785, 0.010660809, 0.0025785714, 0.04131967, -0.006175664, 0.029392892, 0.042493742, -0.003996685, -0.018256731, 0.009154584, -0.024853922, -0.038187467, 0.023989188, -0.016935805, 0.076977976, 0.021148926, 0.023308745, -0.03863118, 0.00883844, -0.018912215, 0.033897575, 0.023243701, 0.019460676, -0.026917685, 0.01872351, -0.01062085, -0.0035970923, 0.005945236, 0.047170617, -0.02272549, 0.04835956, 0.021155482, -0.02325202, -0.019725014, 0.021955391, -0.051437434, 0.037445255, 0.033596054, -0.0148593085, 0.0015096291, -0.019082135, 0.09906878, -0.0032070794, 0.024013137, 0.022983523, 0.019735098, 0.04651009, 0.008603474, -0.00976368, 0.01474712, 0.019309537, -0.0035935626, -0.012482425, -0.011418019, -0.016968863, 0.024187345, 0.036576677, 0.038928665, -0.009639895, -0.04382866, -0.058612335, 0.04932161, -0.021316327, -0.010927668, -0.014910108, 0.006480716, -0.026667088, 0.0142108835, 0.007248892, -0.0033343944, 0.022558719, -0.044604145, 0.015810264, -0.0056583355, 0.042282723, -0.0038384867, 0.044906046, -0.006566937, -0.048628308, -0.0046357815, 0.008985167, 0.016913492, 0.038236372, 0.0217763, 0.009488629, 0.03386329, 0.03382497, 0.009263495, 0.021640033, -0.03416683, 0.05094721, 0.045333244, 0.019265167, -0.016955815, -0.017227622, 0.029709542, -0.024670385, -0.0040418124, -0.0051879007, -0.015819151, 0.051817488, 0.036365222, -0.0383831, 0.030385194, 0.035508554], [-0.033546004, -0.08309349, 0.0010513234, -0.06177842, -3.4356974e-06, 0.007258483, 0.03745139, -0.014835483, 0.04380056, 0.022727424, -0.006272724, 0.017615965, -0.05341822, -0.017438455, -0.03122018, 0.024414636, -0.00348666, -0.006795809, 0.008928768, 0.046984877, -0.028930288, 0.0109238, -0.026475484, 0.03562818, -0.020094248, 0.067041904, -0.0029661518, 0.014200883, 0.018219072, -0.009364351, 0.005045894, -0.04171366, 0.012128011, -0.01871138, 0.020030973, 0.033099506, 0.015857533, -0.007740626, -0.041846793, -0.04365254, -0.064264715, 0.00029146165, -0.015449186, 0.026806168, 0.0072825328, 0.044861045, 0.026829217, 0.007338649, -0.00649553, -0.017868489, 0.048899133, -0.022528153, -0.018419918, 0.028010096, -0.012922803, 0.013953513, 0.022687053, 0.03108161, 0.01289775, -0.00033805828, 0.015148561, 0.009988144, -0.06427617, 0.0032518874, 0.03638461, 0.043036688, -0.016729841, 0.011910131, 0.017524347, -0.03330837, -0.007253472, 0.035561755, 0.00094424415, -0.023052385, 0.04813641, -0.00069673074, -0.063602775, 0.012246257, 0.006055989, -0.04887852, -0.025657786, 0.022479767, 0.025326243, -0.055516288, -0.063267216, 0.029140439, -0.028946893, 0.027067604, 0.030537622, 0.029971877, -0.017004412, -0.005413299, 0.03630845, 0.013122645, -0.014712228, -0.009935106, -0.016717387, 0.035780497, 0.02670682, 0.044872496, 0.039127722, -0.042522483, -0.018896336, -0.027902443, -0.044804927, -0.000655073, 0.027458092, -0.055492233, -0.00684849, 0.033094354, 0.025005292, 0.009521462, -0.019760627, -0.06770843, 0.025363462, -0.00630794, -0.0038159145, -0.044459067, -0.04526932, -0.0089900745, -0.02656481, 0.013706142, 0.018568225, 0.011344959, -0.0062561543, -0.015707435, 0.014103, 0.020659992, -0.045590557, 0.0032742193, 0.05542925, 0.0107783545, 0.05171984, 0.0043221074, -0.059879623, 0.026252164, 0.0018495503, 0.05494367, -0.036819223, 0.06473769, -0.037643217, 0.0025558725, 0.03835956, 0.015068968, 0.031582072, -0.010890587, -0.0056047672, -0.06952018, -0.01988152, -0.01261588, -0.017250635, -0.017056232, -0.003522878, -0.02279127, -0.002064854, -0.02502705, -0.0055497964, 0.0138218105, -0.026355233, 0.01135956, -0.0055044526, 0.00091389543, 0.015361861, 0.0072218357, -0.044089157, -0.022318432, 0.02617715, -0.00803989, 0.006163569, 0.043967765, 0.06714726, -0.0070162667, -0.0057605193, 0.037772056, -0.045880303, -0.031454954, -0.030571979, -0.039669994, 0.025063412, 0.02074474, -0.027305776, 0.0051342202, -0.01665082, -0.0002124406, -0.019353515, 0.022333179, -0.04969086, -0.008387968, -0.010550453, 0.004411435, 0.02921198, -0.00080953614, 0.010717086, 0.008955718, -0.042156003, 0.03330565, -0.07711881, 0.0035290336, 0.022439683, 0.032335635, 0.008978622, 0.008700331, 0.019831989, -0.03754988, -0.043782234, -0.04515766, 0.015696986, 0.009385466, 0.027865795, -0.020743165, 0.017271822, 0.05007872, 0.016407173, 0.05646683, 0.046454202, 0.055981252, 0.021003563, -0.039598845, 0.048429586, 0.06322599, -0.04296912, 0.029923778, 0.0040186206, -0.045701932, -0.036122635, 0.017083433, -0.010341449, 0.016148636, 0.024793135, 0.0091778925, 0.065641284, -0.020036986, -0.02984304, -0.0475898, -0.025441337, -0.021798067, -0.06308284, 0.023319222, -0.057087544, 0.03296666, -0.04243086, 0.02440533, -0.0016331014, -0.0291977, -0.055303276, -0.017068544, -0.03822786, 0.006649219, -0.02512826, 0.02069664, 0.05834043, 0.026482353, -0.009010626, 0.0020999983, -0.008490753, -0.0063349963, -0.0076627503, 0.015677087, -0.023363886, 0.012633058, 0.008410587, -0.050633013, -0.0037582233, -0.04141733, 0.037167374, 0.030541059, 0.047774516, -0.012438943, 0.050101627, -0.024483923, -0.01591873, -0.08674105, 0.03552969, 0.019980226, -0.03874994, 0.020709237, 0.00793188, -0.000261113, 0.057527315, 0.023956545, -0.06382151, 0.005262486, 0.018545035, 0.0024659717, 0.025255239, -0.00014773497, 0.025795216, -0.053711403, -0.038330927, -0.051813178, -0.008896738, 0.024686629, -0.009668052, 0.039897606, 0.033249535, -0.011454615, 0.02369486, -0.012930819, -0.043207686, -0.020985238, 0.035031516, 0.027755853, -0.0016880725, -0.023720052, 0.009874767, -0.00778758, -0.06524332, 0.037680436, 0.007376442, 0.0018930692, -0.050035205, -0.03460692, -0.060239226, -0.0094997035, -0.0068301666, -0.0027592944, 0.047506247, 0.08562674, -0.025408126, -0.034261346, -0.01529916, -0.0137937525, 0.03625577, -0.05716771, 0.0009353686, 0.048358586, 0.01677651, -0.00335095, -0.039432645, -0.028268632, 0.0565699, -0.007918137, 0.0034130074, 0.005502269, 0.015776722, 0.017734926, -0.019293875, 0.0120386835, -0.0003332626, 0.018595425, 0.039453827, -0.07682906, -0.0046687727, -0.0049415706, 0.03439133, -0.073615536, -0.0046021165, -0.063354254, 0.026645407, -0.023791058, 0.040512025, -0.0068901475, 0.022050304, 0.037288193, -0.029837312, -0.028639399, 0.0022332033, 0.0007627248, -0.01227231, -0.0018552765, -0.005478792, -0.017542383, -0.056606546, 0.042046063, 0.031008312, -0.031402275, 0.046127673, -0.018905496, 0.01581566, -0.026406769, 0.06813618, 0.018769214, -0.010161648, 0.00684849, -0.020949451, 0.022260742, -0.03907977, 0.01636437, 0.015742937, -0.017397227, 0.009122921, -0.0443308, 0.03890927, -0.0019804647, 0.06534696, 0.052586783, 0.07307614, 0.012380535, -0.019779023, 0.029441634, 0.017320495, 0.018373823, 0.039031524, 0.03560678, 0.011219556, -0.015594058, 0.0072332877, 0.028403481, 0.025478844, -0.003853707, -0.022011368, 0.021367032, 0.0106918905, -0.014448825, -0.026211077, -0.058874108, -0.04821772, 0.0049084662, 0.0050275703, 0.0016548609, 0.0659127, 0.015451762, -0.024913099, 0.017698994, 0.0139638195, -0.03827882, -0.03566082, 0.014770206, 0.0101199895, 0.018414192, 0.036561545, 0.045351204, -0.045781236, 0.022254156, 0.01865011, 0.0059071085, -0.019307474, -0.01283691, -0.049678825, 0.033622306, 0.035097938, 0.009377664, 0.016979503, 0.088311166, 0.03310008, -0.0044847303, 0.009246177, -0.00087867957, -0.052183658, -0.019052086, -0.04769893, -0.058610562, 0.007397629, 0.017754253, -0.033171084, -0.0051259175, -0.014136177, 0.007810485, 0.0015254496, -0.04208586, 0.020339329, -0.008574069, -0.016211338, -0.044263232, -0.051299542, 0.0053176004, 0.035822872, -0.04845249, -0.026835088, -0.039261144, -0.029851628, 0.006827876, 0.03840308, -0.015494423, 0.0015157152, -0.02218888, 0.032970954, -0.033956427, 0.009282681, 0.006124703, 0.018419059, -0.024594583, -0.013299584, -0.028279224, -0.031069009, -0.00847472, 0.032669473, 0.027336225, -0.010880853, 0.037418894, 0.039752163, 0.004601472, 0.01649421, 0.046722367, 0.036941763, 0.04092488, -0.028484222, 3.6647438e-05, -0.020926833, -0.010221199, 0.002521587, 0.030016113, 0.006433916, 0.07637326, -0.031722937, 0.0035048407, 0.022992833, 0.03786711, -0.027956268, -0.01319943, 0.045746878, 0.03175157, -0.058155477, -0.0037666697, 0.016344758, -0.059171867, 0.020829488, 0.059662025, -0.016376823, 0.02626018, -0.050518494, -0.04839609, -0.005485663, -0.01864324, 0.041778076, 0.032068152, 0.006077677, -0.024695791, -0.042977136, -0.035185046, -0.021159314, -0.021105487, -0.010545299, 0.066753305, 0.007778705, -0.0030380152, 0.020607313, -0.039892454, -0.0105853835, -0.0056505767, -0.022755768, -0.04898388, -0.039546594, 0.003876898, 0.0331854, -0.008718082, 0.041187137, 0.01923677, 0.02300371, -0.017759118, -0.015967403, 0.0067056217, -0.02960884, -0.013408095, -0.026241856, -0.011574578, 0.0023024897, 0.02604602, 0.010475154, -0.013913429, -0.023117231, -0.0032123767, -0.076153375, -0.06712436, 0.061320327, 0.00911605, -0.022094397, 0.034870036, 0.048962124, 0.033940107, -0.021131828, -0.0016399729, 0.023381047, 0.012806849, -0.002217313, 0.043255426, 0.0019111066, -0.08951824, -0.0828965, 0.020966342, -0.015058661, -0.020960044, -0.046107057, -0.019617831, -0.006920067, -0.034009967, 0.023652269, -0.06902087, -0.01289632, -0.015867196, 0.0013582456, -0.0029157617, -0.016600287, -0.014349761, 0.030245587, 0.03236656, -0.0011440872, 0.019131107, 0.031187257, -0.009807197, 0.058706906, -0.016798269, 0.065163724, 0.006076603, -0.02254161, -0.015215557, -0.027577197, 0.008210171, -0.018551048, -0.019291583, -0.030444859, -0.0633199, -0.021654055, 0.0105934, 0.017842721, -0.011101024, -0.017616536, 0.056290466, 0.008380238, -0.015838563, -0.0063641993, 0.03603817, -0.014359712, -0.028247159, 0.0027680267, 0.014180268, -0.023740096, 0.0035911624, -0.026494954, 0.0063400064, 0.019307474, 0.00987992, -0.019994183, 0.041274175, -0.012822873, -0.022030264, 0.015492131, 0.06099737, 0.035974327, 0.029789785, 0.04999741, 0.0033990496, 0.08546641, 0.006972175, -0.045646314, 0.07779335, 0.007376442, -0.027217595, -0.0062667117, 0.0039914213, 0.028310556, 0.035389975, -0.004298916, -0.0025435612, 0.044716746, 0.003443714, 0.023087528, -0.0008566339, -0.03601069, 0.013215409, 0.024961486, 0.02882779, 0.013277824, -0.054849762, 0.03156375, 0.0042760116, -0.016548607, -0.018000476, 0.005351671, -0.035654422, 0.035447232, -0.060587376, 0.043287497, 0.0027288026, 0.029073728, -0.005732461, 0.028843822, -0.007833104, -0.026331184, -0.014650815, 0.055095986, -0.01874359, 0.037556753, -0.03150076, -0.023754412, 0.00901985, -0.058276296, -0.010344884, 0.023062117, 0.052470826, -0.055026125, -0.008755302, -0.005216534, -0.006645784, 0.044399515, 0.042437736, 0.022692781, 0.036434423, -0.042904984, -0.040584747, -0.021206267, 0.0010633483, -0.023458654, -0.024948316, -0.030967083, -0.0077892984, 0.04917571, 0.033624023, 0.047590133, -9.877629e-05, 0.07468747, 0.05632711, -0.0045780665, 0.019595498, 0.00484147, -0.07133596, 0.021592213, -0.021978728, -0.0460372, -0.069511026, -0.0025246649, 0.007319467, -0.040293857, 0.03736206, 0.045137044, 0.0049405326, 0.015056371, -0.002887131, -0.0049909228, -0.0057708262, 0.017539235, -0.01586376, -0.043718103, 0.015623404, 0.044254072, -0.05077388, -0.030165423, -0.0320207, -0.013975557, 0.0065570283, -0.016405169, -0.03266203, -0.00073409395, 0.009950925, 0.043653972, 0.0073678526, -0.04178495, -0.058558024, 0.018811587, -0.013481247, 0.0024762787, -0.017183067, 0.013642903, -0.011279395, -0.0072288504, -0.038869187, -0.036228996, -0.030436054, 0.014232377, 0.013188067, -0.0060479725, 0.025891988, 0.03149389, 0.034728028, -0.016758187, -0.045177698, 0.019310908, -0.047796275, 0.0022801578, -0.00078398315, 0.016150068, -0.072887175, -0.034095287, 0.02518309, -0.0010189706, 0.01152791, -0.034269936, 0.014679588, 0.004893578, -0.0048317355, -0.0022927553, -0.00042144553, -0.023494441, -0.06462947, 0.010773774, -0.0036515736, -0.07209925, -0.022534166, 0.009495694, -0.052854765, -0.047838077, -0.01793391, 0.019511897, -0.04277214, -0.021935781, 0.05035816, -0.033774067, -0.0045918096, 0.016515683, -0.07455921, 0.022343485, -0.015878862, -0.068093225, 0.0066996096, -0.038076688, 0.03432949, 0.027411137, 0.048374474, -0.023505323, -0.024113871, 0.0127238175, 0.017925177, 0.003503266, 0.040993594, -0.02310621, -0.005994146, 0.01059569, -0.010977053, -0.0411734, -0.05185154, -0.035896167, 0.010403291, 0.002749703, 0.005539883, 0.022556497, 0.010916069, -0.024136633, 0.011822234, 0.022747036, -0.005485091, 0.016076773, 0.043321855, 0.005074525, 0.012209322, -0.024099125, 0.027752418, 0.04423689, 0.0012049277, -0.034298137, -0.013734772, 0.016944285, 0.01029335, 0.020617476, 0.061517302, 0.015097026, -0.034003094, -0.012944562, -0.014652103, 0.025112655, -0.06007889, -0.020018661, 0.06194333, 0.030120756, -0.0021530369, 0.0041640652, -0.007963946, 0.021237189, -0.06165473, -0.0064847353, -0.0578663, -0.039327282, -0.012114269, -0.007236151, 0.0068942993, 0.025906876, -0.025144007, -0.0104078725, 0.03374313, 0.023354724, 0.01697807, 0.010963882, 0.005787074, 0.07568497, -0.0127693415, 0.008629469, 0.043797124, -0.003727159, 0.0044767135, 0.02576272, -0.024677468, 0.008213034, 0.013210256, -0.0027256534, 0.0023997272, 0.0073323506, -0.059284102, 0.010458263, -0.021079147, 0.01697485, 0.010431922, -0.03868953, 0.053560227, 0.026887193, -0.009952069, -0.025772309, -0.025204275, -0.027900152, -0.009631977, 0.00739906, 0.008192849, 0.006753436, -0.0068058297, -0.028195623, 0.014982503, -0.03396645, -0.06682546, 0.07802927, -0.011502715, 0.028639972, 0.045101542, -0.017238038, 0.015827684, 0.03633135, -0.01097648, -0.009414096, -0.002229016, -0.054199267, -0.061180606, 0.028343357, -0.043318417, 0.057747196, 0.06342297, 0.027219884, 0.0019646462, -0.05043718, -0.0012941126, -0.026791567, -0.010061297, -0.05960935, -0.03926773, 0.0019755259, -0.004268281, 0.015107906, 0.006354, -0.047075924, 0.056116387, 0.007938465, -0.0011681371, 0.008964593, -0.005289256, -0.014155073, 0.011356697, 0.012315257, 0.041990805, -0.005778843, 0.027671106, -0.025490582, 0.017872497, -0.030339498, -0.0016766918, 0.031867526, 0.014183418, -0.014759183, 0.040388912, -0.0027668816, 0.0011314896, 0.00023162324, 0.03703796, -0.0502528, 0.011986146, 0.0054169493, -0.04138927, 0.0013928888, 0.02553124, -0.0015237316, 0.01633674, 0.0045860833, -0.030597176, 0.013786737, -0.02424457, 0.071531214, 0.006413588, 0.024627076, 0.0064636916, 0.006249533, 0.02151405, 0.019519342, -0.037359774, -0.0010466708, 0.007697107, -0.03070826, -0.015213268, 6.9859176e-05, -0.026497815, 0.022744888, 0.03382845, 0.044493426, -0.02169786, -0.06027587, -0.0493641, 0.039780796, -0.002198846, 0.0017854174, -0.01066555, 0.031192694, -0.012891308, -0.010781218, 0.00087209453, 0.008331565, 0.024762215, -0.06046369, -0.007299139, -0.0014193724, 0.012092939, -0.0068805562, 0.022713395, -0.00487869, -0.007836252, -0.026408488, 0.0065215263, 0.0100757545, 0.017988166, 0.017226586, 0.0014157221, 0.06053355, 0.021696284, 0.0036784864, 0.02941644, -0.03102515, 0.05026196, 0.051256165, 0.0152499145, -0.018684467, 0.01020173, 0.030732596, 0.0064888867, -0.01749457, 0.0041972767, 0.011103601, 0.032006953, 0.022368966, -0.059029862, 0.026128478, 0.0031783064], [-0.02240271, -0.05699616, -0.036847763, -0.032201495, -0.019468427, 0.00021493145, 0.01437406, -0.01828319, 0.019198466, 0.005990046, -0.0009241014, -0.025421873, 0.01635971, -0.025915852, 0.01970153, 0.040584143, -0.030104937, -0.02938123, 0.047512308, 0.026294317, -0.038955547, 0.00087607926, 0.005226105, 0.037462447, -0.02066249, 0.07838612, -0.034982946, -0.013139371, 0.003154664, -0.030088326, 0.004689036, -0.07676894, -0.053236548, -0.020716483, 0.01771679, 0.046917353, 0.03368791, -0.004187529, -0.02076113, -0.041457888, -0.09628098, -0.025401365, 0.004878009, 0.044271205, 0.041075785, 0.029237427, 0.006161368, -0.043421343, 0.003765713, 0.008157011, 0.039493393, -0.0014998476, -0.023613386, -0.0034189154, 0.026752215, 0.04622895, -0.026771424, 0.051172372, 0.059975866, -0.02245151, 0.03120036, 0.013742114, -0.045224898, 0.0323612, 0.038326323, 0.01715097, 0.038506992, 0.018281186, -0.034354508, -0.019007934, -0.0034991254, -0.016128425, -0.0326335, 0.013093166, 0.0036984822, -0.010349416, -0.025295977, -0.025347373, -0.0025340104, -0.021296384, -0.015151109, 0.029508945, 0.025648484, -0.02547301, -0.06293234, 0.00463712, -0.0072757406, -0.022770273, 0.05652593, 0.029365657, -0.045132488, -0.016811183, 0.029194854, 0.02379613, 0.012778038, 0.05346913, 0.023506438, 0.04049848, 0.021488992, 0.028963828, 0.008062525, -0.028436363, -0.022491226, 0.015782665, -0.018642576, -0.00547629, 0.015943864, -0.03936568, -0.017301463, -0.021652136, -0.0039358023, -0.029847438, -0.022436585, -0.026340783, 0.026192565, 0.017167, 0.016810339, -0.021478089, 0.00082026975, -0.030170351, 0.030442651, -0.054243714, 0.014138751, 0.028595356, -0.061381098, 0.02640957, 0.035113774, 0.0067552845, -0.017044088, -0.004797929, 0.0354938, 0.0027375205, 0.047924522, -0.031674873, -0.047330603, -0.011865358, 0.0009848429, 0.044842795, -0.026283417, 0.0501434, 0.0039372947, 0.00048800858, 0.004873986, -0.012146612, 0.0039886916, -0.024254546, 0.0344939, -0.023892693, 0.014740195, -0.020224063, 0.02583019, -0.016824875, -0.035206184, -0.007864336, -0.013544315, -0.051998872, 0.020494802, 0.0019709836, -0.0042290613, 0.0163649, -0.01315235, -0.012009554, -0.013618036, 0.023042312, 0.015559102, -0.03844625, -0.011914678, -0.021178534, 0.019723853, 0.08544511, 0.07974268, -0.0026549743, 0.031877346, 0.035429683, -0.033275045, -0.037076194, 0.004344315, 0.008276418, -0.0036784944, -0.020107511, -0.011375791, -0.016482491, 0.009156911, 0.02115673, -0.027631668, 0.02547249, -0.019808866, -0.027040867, 0.035001118, 0.019504769, 0.015824197, -0.051423125, -0.023937339, -0.008940421, -0.005804187, -0.0010453248, -0.022116134, -0.021542983, 0.023315908, -0.009897229, -0.02125511, -0.038358513, -0.007513515, -0.02576945, -0.06164145, -0.030136086, 0.057376567, 0.028102156, 0.03208864, -0.03947055, -0.0011141133, 0.008224502, -0.0030401896, 0.040515028, 0.03137454, 0.018540952, 0.02893787, -0.05463204, 0.044657197, 0.05305951, -0.016226156, -0.012993488, 0.01473111, -0.024493877, -0.00948995, -0.040458508, -0.00018326279, 0.0053452514, -0.009328232, 0.024211423, 0.08274964, -0.04428989, -0.029863529, -0.06903972, -0.028637799, -0.024496993, -0.029963728, -0.047316067, -0.06730573, 0.038642883, -0.030684318, 0.0058222767, 0.0085713, -0.03734304, 0.010121766, 0.0020263388, -0.017387642, -0.04132083, 0.00077094976, 0.027214915, 0.031337097, 0.052612517, -0.038919333, 0.0019686474, 0.023717217, 0.046622474, -0.010435077, 0.03432258, -0.01655102, 0.041495264, -0.018694362, -0.049145967, -0.020027041, -0.01601395, -0.010942814, 0.028782124, 0.022162534, -0.015996298, 0.02380252, -0.020771515, -0.040773183, -0.07266551, 0.068867356, 0.0090933135, 0.0058644093, 0.0331254, 0.030090401, 0.001773444, 0.010414311, -0.0009874386, -0.056114756, -0.0069255685, -0.04040192, 0.020254953, -0.011172282, -0.06621134, 0.044099364, -0.033953458, -0.039036535, -0.047613025, 0.007009672, -0.0012385814, -0.0012792054, 0.07997734, 0.05304809, -0.025651341, 0.020167993, 0.0068196603, -0.04995962, -0.056928795, -0.027123934, -0.018860493, -0.02572636, -0.023797166, 0.027768726, -0.0061577335, -0.05792558, 0.011235619, 0.021679264, -0.007616568, 0.025097398, -0.055255033, -0.044597756, -0.015742948, 0.021223543, -0.006830952, 0.009529665, 0.07189301, -0.03986615, -0.02729785, -0.038704272, -0.0014074376, -0.01060017, -0.08452309, 0.031167135, 0.04326404, 0.0256333, 0.024497252, -0.053184632, -0.027939755, 0.02904845, 0.002340624, 0.0071160994, 0.01560706, 0.0045208284, -0.0147742005, 0.03490819, -0.04292607, -0.01906634, -0.0024078551, -0.0014889453, -0.06362905, -0.026003588, 0.0054293554, 0.029072851, -0.029457029, -0.036377925, -0.00082649966, 0.018669963, 0.017312786, 0.02739701, -0.036532115, 8.410361e-05, 0.011097523, 0.015247673, -0.034522194, 0.013162733, 0.006314, -0.024686225, -0.020988442, -0.01211092, -0.019014424, -0.10592485, -0.014960059, -0.003370561, -0.045239434, 0.078313954, 0.02965431, -0.0033034028, -0.021796852, 0.035584133, 0.003510417, -0.042043496, 0.030538695, -0.021027979, 0.045585193, -0.0062363865, 0.0023330962, 0.08919084, 0.010898166, 0.021063281, -0.015705569, 0.059987675, 0.03663906, 0.062998794, 0.07142732, 0.025403444, 0.00022427629, -0.018869838, 0.047810175, 0.0338151, 0.019656362, 0.059927456, -0.01827748, 0.0024005868, -0.011927917, 0.011031784, 0.016855245, 0.026913155, 0.024557216, -0.01796858, -0.010482839, -0.04680314, -0.00251584, 0.00652374, -0.03819342, -0.0771012, 0.008518346, -0.0471489, -0.013730693, 0.021202415, 0.0054571303, -0.006638474, 0.026874738, 0.043995533, -0.017211648, -0.0019172507, 0.0048427065, -0.018723955, -0.008923872, 0.0016301563, 0.044981413, -0.04275578, 0.03893997, 0.06867008, 0.014224411, -0.012534552, 0.006387721, -0.016923515, 0.062178522, 0.032987304, 0.03599219, -0.0066592405, 0.08038228, 0.023563027, -0.009748231, 0.028175648, -0.06264369, -0.028685039, -0.012848124, -0.0076744542, 0.0022344564, -0.026410868, 0.013316404, -0.034472223, 0.00980456, -0.00054364774, 0.059057344, 0.0434826, -0.002289487, -0.022958467, 0.018658541, -0.06515226, -0.06694024, -0.03219611, 0.056312036, 0.055229593, -0.03163957, -0.03508055, -0.02408634, -0.060488146, -0.00868863, 0.029519847, 0.0022080117, -0.064404674, -0.010946557, 0.024882207, -0.0242184, 0.008195429, 0.016002528, -0.010187179, -0.04538324, -0.023192868, -0.06811665, 0.024290366, 0.05372014, 0.048069883, 0.010846769, -0.036389478, 0.017878506, 0.032988343, -0.04560103, -0.0052502453, 0.0037677167, 0.003634366, 0.042279195, -0.012304046, 0.0011307263, -0.0029370068, 0.008124434, 0.009962854, 0.018678268, 0.044643182, 0.047255848, -0.042384066, 0.016057558, -0.010978117, 0.014325129, -0.021457842, 0.022054873, 0.024072321, 0.056953717, -0.036700323, 0.004830506, 0.02624279, -0.017612698, 0.018412719, 0.045378566, -0.039757125, 0.03683634, -0.042783815, -0.029841205, -0.028792506, -0.011821229, 0.02901289, 0.047833145, -0.0013124316, -0.012877262, 0.013272796, -0.02011997, -0.010879477, -0.028070876, -0.031383105, 0.012571413, 0.040633462, -0.047181085, 0.036267344, -0.0862903, 0.02132909, -0.02340728, -0.034862503, -0.025117386, -0.02093453, -0.039072357, 0.035743512, -0.0125733595, 0.030648496, -0.013109001, -0.016016027, 0.02598386, 0.0034804358, 0.022665597, -0.0003414113, -0.001205485, -0.026493676, -0.02842079, -0.015113211, 0.024068167, 0.0198064, -0.032752644, 0.0033730997, 0.05150048, -0.029739192, -0.030601252, 0.066024445, -0.036347296, -0.010890898, 0.009050742, 0.05414585, 0.020948548, -0.023952655, 0.008023199, 0.01283229, 0.01901676, -0.014111105, 0.00935419, -0.034575928, -0.024391344, 0.0036174934, 0.009698911, -0.058447856, 0.0042093014, -0.03253823, -0.058663823, -0.016884968, -0.014043096, -0.0064302594, -0.058093786, 0.006430811, -0.028101768, -0.0034996443, -0.034067154, -0.011165922, -0.038199652, 0.016816568, 0.03401679, 0.0074805487, 0.0023722928, -0.00024660007, 0.002686124, 0.06542638, 0.0032977895, 0.045606997, -0.0074478416, -0.02640334, -0.02128016, -0.09662829, -0.007602032, -0.032360163, 0.030616827, -0.023251014, -0.08082253, 0.008133714, -0.013635167, 0.020778783, -0.00938697, 0.0012985441, 0.029982936, 0.003701467, -0.038612902, 0.025851734, 0.018444648, -0.011798905, -0.0098528415, 0.0058096386, 0.026273033, -0.038164347, -0.0015252864, -0.016098248, 0.011178511, -0.032893077, -0.010677654, 0.0016101687, 0.0089168, 0.041346267, -0.029269354, -0.0032000905, 0.033572912, 0.022863721, 0.0068528866, 0.08040928, 0.010533977, 0.06798894, -0.0237154, -0.045674745, 0.0984656, 0.029547362, -0.0433227, -0.01640851, -0.0080555165, 0.02062615, -0.025034841, -0.010043632, -0.0037736301, 0.025847841, -0.022962362, 0.032196887, 0.03640106, -0.017403737, 0.025923638, 0.035368163, 0.024944507, 0.0089450935, -0.034378, 0.018422324, 0.05524465, -0.006323864, 0.0088755265, -0.0125854295, -0.032160804, -0.005432989, -0.065800175, 0.022538727, 0.03752267, 0.028233243, 0.01888697, 0.0083026355, -0.02544186, -0.048539724, -0.015161492, 0.061093483, -0.020047288, 0.058618654, 0.005261148, 0.0006884036, 0.0059505897, -0.0067909765, -0.024983184, -0.017174268, 0.025380598, -0.047399133, -0.008592585, 0.00074654934, 0.0352581, 0.053759858, 0.0022946787, 0.0006707522, 0.020054556, -0.032235045, -0.052021716, -0.055431545, 0.036544576, 0.021809831, 0.024655856, -0.007205395, 0.008693237, 0.048125952, -0.0068196603, 0.041279815, 0.002822143, 0.03639298, 0.022723548, 0.0035032786, 0.0062459907, -0.0044057053, 0.025097141, -0.004112511, 0.018719023, -0.026975453, -0.038604595, -0.039659522, 0.014667254, 0.0049901474, 0.03779263, 0.0010471418, 0.028816646, -0.010090356, -0.045677606, -0.01399754, -0.033029877, 0.02106951, 0.034170985, -0.0541648, -0.03493311, -0.02441263, -0.0154459905, -0.0009324079, -0.027615057, 0.0046744994, -0.025395136, -0.009047238, -0.037832215, -0.004512522, 0.04283599, 0.03676937, -0.03244738, -0.036284998, -0.069151856, -0.035423193, 0.020366572, -0.033734635, 0.0067256927, 0.009182349, -0.020377992, 0.0023590543, -0.049252525, 0.0064116023, -0.026482772, 0.00574085, -0.010070109, 0.028476859, -0.026300289, 0.0053932737, 0.051719565, -0.031695638, -0.051713202, 0.0075952825, -0.04251178, -0.006819401, 0.04620922, 0.02102123, -0.016308831, -0.009886846, 0.0019299701, 0.015651578, -0.02442431, 0.0043765027, -0.0011164495, -0.0063233455, 0.013379223, 0.003536505, 0.01245616, -0.019803284, -0.040307432, 0.05354804, 0.0152251655, -0.053390473, -0.044886407, 0.0022806614, -0.085224986, -0.04963255, -0.033552147, 0.00084986177, -0.021951042, -0.07285241, 0.023728898, 0.004892935, -0.023637267, 0.06283474, -0.05631619, -0.028068801, -0.0019229614, -0.033741124, -0.005923399, -0.031591807, -0.024520874, 0.041369367, 0.040712375, 0.023595214, -0.0017245132, 0.013126198, 0.011192919, 0.0014157441, 0.03897008, 0.01407126, -0.0017517691, -0.018637903, -0.01773869, 0.0030635516, -0.063860595, -0.017911926, 0.021395544, 0.00025127252, -0.006190441, 0.0005355115, 0.028685039, -0.016514419, 0.026933922, 0.012048621, 0.02871048, -0.013979499, 0.02040369, 0.019695818, -0.023996525, 0.041873213, -0.002321675, 0.037580814, 0.00055523956, -0.026988432, 0.019304633, -0.025295977, -0.04135042, 0.008198544, -0.010310479, -0.021165036, 0.0138014285, -0.001145425, -0.032654785, 0.0063127023, -0.045248777, -0.029337622, 0.0122394115, -0.005097613, 0.020183615, -0.031692524, 0.00945283, -0.0060866093, -0.058047064, -0.028906072, -0.058249537, -0.048654456, 0.012967271, 0.0066187466, -0.008856058, 0.025737781, 0.020730501, -0.0014204165, 0.009173263, 0.017577654, -0.018857477, -0.0035063936, -0.018847514, 0.038116585, -0.007945195, 0.029644055, 0.056794852, -0.0112309465, 0.0017861633, 0.036749642, -0.033840798, 0.0043666386, 0.027464502, -0.011157745, 0.023405852, 0.049648125, 0.0014245698, -0.010082049, -0.047281805, 0.015668191, 0.0035437727, -0.027255798, 0.031242933, 0.012936381, -0.040344812, 0.0106362505, 0.011390328, -0.016452638, -0.056608997, 0.033504386, -0.009758095, 0.0069765435, -0.03350542, 0.02035463, 0.038363706, -0.013002314, -0.071057394, 0.07222735, 0.013587925, 0.0416161, 0.051851172, -0.026356615, 0.002578139, 0.043041058, 0.013980927, -0.0034700527, -0.0081025, -0.032011807, -0.029582666, -0.009363535, 0.0025148017, 0.00083247, 0.057090774, -0.0053131282, -0.0031056036, -0.026506135, -0.018365737, -0.0002985159, -0.02819549, 0.034758672, -0.018683786, -0.052845616, 0.040958457, -0.011106349, -0.032720458, -0.025218623, 0.06119212, -0.050204664, -0.035325073, 0.01757454, 0.015645348, 0.0006998251, -0.028434288, -0.02764361, 0.02021342, -0.01139896, 0.050088372, -0.025642257, -0.003862536, -0.028072953, -0.0171426, -0.027430188, -0.030148936, -0.020171108, 0.0052040406, -0.006860674, -0.02277858, -0.020313747, 0.0089596305, 0.021117015, 0.011129451, -0.0052434965, -0.06376922, -0.0073987814, -0.0058441623, -0.011172282, 0.020123605, -0.027304599, 0.037822742, 0.035628203, -0.036675923, 0.03062721, -0.002601501, 0.030347904, 0.03057218, 0.010089318, 0.03401524, 0.021897081, -0.027777033, -0.034170985, -0.023806512, -0.024510458, 0.02578139, 0.006645223, -0.010309441, -0.002186434, -0.01305371, 0.047094908, 0.02956709, -0.027351324, -0.021829557, 0.012362711, 0.021702884, 0.0050903447, 0.04589818, 0.014657908, -0.01677763, -0.03124475, -0.010208724, -0.009579505, -0.027421929, -0.07794847, -0.011776063, 0.031741325, 0.014931246, -0.034424074, 0.041304346, -0.00454471, -0.08060137, 0.00903997, 0.008903561, -0.0013193754, -0.0076475064, 0.008488494, 0.040343773, 0.032192472, 0.018261515, 0.006725433, -0.01050776, -0.035257064, 0.028646102, 0.016860178, 0.005608465, 0.0041138087, 0.030802688, -0.023079172, -0.016896129, -0.0111450255, -9.7082564e-05, 0.024692489, 0.024012618, 0.02349917, -0.03498087, 0.035840597, -0.023621691], [-0.010765708, -0.084107, -0.024011059, -0.0033674536, -0.013026348, 0.029702913, 0.040178955, -0.028773502, 0.056639247, 0.023665577, -0.00904683, 0.028389852, -0.090367876, -0.022448352, -0.02141592, 0.047704756, -0.011578196, -0.035023324, 0.02635512, 0.039382033, -0.024983233, -0.021953981, -0.004807635, 0.02691653, -0.018487476, 0.06428994, -0.018763537, -0.020006372, 0.0416106, -0.011687163, -0.02066162, -0.04327625, 0.011839818, 0.00036155185, 0.022995701, 0.009462364, -0.0016289292, -0.005987826, -0.022722527, -0.035566658, -0.074560024, -0.008539151, -0.030848907, 0.050670486, 0.013729931, 0.030596323, 0.02746187, 0.018120652, -0.0072340495, -0.022878198, 0.029175602, 0.009144248, -0.03290925, 0.019938203, -0.03947644, 0.03454628, -0.0015375996, 0.03819594, 0.030318132, -0.028348174, 0.014215014, -0.0007504397, -0.03213292, 0.010056162, 0.0025286032, 0.024027128, 0.019919999, 0.006604347, -0.0030521, -0.038971774, 0.0040338137, 0.017926065, 0.0004192997, -0.030597327, 0.06539267, -0.0033413416, -0.07171606, 0.025350811, -0.02399499, -0.027252976, -0.011324607, 0.005866179, 0.0076724314, -0.063428245, -0.050151255, 0.0021813628, -0.031209959, 0.013478351, 0.043063838, 0.012621173, -0.051734053, -0.030866986, 0.01595787, -0.0086903, 0.02072169, 0.004224131, -0.021577613, 0.05992521, 0.025766594, 0.038860798, 0.03125867, -0.03738898, -0.017511161, -0.027847527, -0.027209789, -0.0014804167, 0.02219627, -0.034353767, -0.014629793, 0.0039547244, 0.0062271655, 0.009423447, 0.010399637, -0.06466957, 0.044065136, -0.009330045, 0.02127676, -0.015989568, -0.04267015, -0.0050607217, -0.04386126, 0.004806348, 0.021365704, 0.0025107453, -0.017920418, -0.003212476, 0.0029943523, 0.0136174485, -0.054688733, 0.0066073597, 0.06424575, 0.0036915948, 0.043611184, -0.016998962, -0.03174224, 0.024578165, 0.010883714, 0.057041332, -0.014620754, 0.04907062, -0.011467219, -0.01309345, 0.025407553, 0.017048175, 0.031458523, 0.00091392273, 0.01338947, -0.024076654, -0.012395201, -0.0065059243, 0.0067961705, -0.026132163, 0.031829618, 0.03935944, 0.030987252, -0.06596614, 0.013973476, 0.016461592, -0.028536482, 0.011420017, -0.012416293, 0.004090055, 0.047399446, 0.017335908, -0.0022572824, -0.046198294, 0.017759224, 0.015393069, -0.0026029223, 0.06158433, 0.06832125, -0.0015895728, 0.0069940193, 0.014546435, -0.057057776, -0.008807722, -0.0026011646, -0.040964577, 0.021936154, 0.03809702, 0.0055380203, -0.0013470945, 0.016383823, 0.0030113647, -0.011289385, 0.017806867, -0.03359344, -0.012005467, -0.013408552, 0.021571588, 0.029272141, -0.04544807, 0.034864645, 0.0046017515, -0.03614715, 0.0047348225, -0.031607665, 9.66649e-05, 0.024422701, 0.035647, 0.0054279226, 0.008788974, 0.037250385, -0.027216818, -0.022392863, -0.059338693, 0.029630177, -0.032165058, 0.039801333, -0.03561587, 0.029379351, 0.042452212, 0.042992532, 0.062296387, 0.008861032, 0.030563181, 0.015655572, -0.050528876, 0.027629592, 0.065505154, -0.044290103, 0.0070797624, 0.036299806, -0.032276534, -0.035288464, 0.005312803, -0.0072923, 0.019553928, 0.027586404, -0.020652644, 0.07492961, -0.0016862376, -0.026279043, -0.04717599, -0.019533843, -0.011182247, -0.029284695, 0.028517904, -0.007884466, 0.031876694, -0.020997122, 0.033069562, 0.042271435, -0.019027418, -0.031081408, -0.010956025, -0.037103254, 0.0042869, -0.007758551, 0.009909533, 0.051658727, -0.015865097, -0.021603225, -0.008349839, 0.0056783725, -0.00086672005, -0.011386277, 0.029898329, -0.00947065, 0.049063884, -0.0060381037, -0.04077903, -0.005254553, -0.04787147, 0.067116074, 0.009823539, 0.03008915, -0.031230522, 0.0220868, -0.02465884, -0.035468236, -0.047672614, 0.02747794, 0.017161503, -0.0118347965, 0.015950462, 0.014917529, 0.020545812, 0.06382997, 0.005562547, -0.06439238, -0.022887236, -0.003708417, 0.05198657, 0.018200995, 0.0026463585, -0.0064013507, -0.045868877, 0.0041086352, -0.047706764, -0.009748593, -0.0066103726, 0.02415342, 0.037685752, 0.041093882, -0.03438358, 0.031679977, -0.044121876, -0.049538627, -0.029871212, 0.0050356137, -0.014041769, 0.0074278815, 0.01379722, -0.0035211132, -0.015282595, -0.08274516, 0.019782411, -0.009160819, -0.0061383466, -0.037132878, 0.0027518112, -0.05590797, -0.00719689, 0.01871332, -0.033384793, 0.019778894, 0.072338484, -0.023753956, -0.0105022965, -0.024958625, -0.05400982, -0.003973053, -0.072458, 0.01827042, 0.070141055, 0.032895193, -0.0074042804, -0.0566391, -0.04272438, 0.043731704, 0.03557168, 0.0008335779, 0.0075885714, 0.0130459955, 0.0070236465, -0.015071942, 0.014269246, 0.024696, 0.036352593, 0.0012322892, -0.062299397, -0.032252435, -0.018342072, 0.041961104, -0.07305155, -0.03260068, -0.039706424, -0.00049713376, 0.014462199, 0.021397842, -0.023956826, 0.0065119504, 0.015565811, 0.015892714, -0.0008411102, 0.014259705, -0.00011449141, -0.016776005, -0.01599415, -0.0143917715, -0.009528146, -0.040479872, 0.03840484, 0.028828612, -0.024206901, 0.060425356, 0.014680511, 0.052391373, -0.02820506, 0.057193484, 0.0037159496, -0.041042157, -0.0001978492, -0.004213099, 0.021646911, -0.05669936, 0.0122021865, 0.031161752, 0.00045445058, 0.011594445, -0.013716373, 0.04232366, 0.036155183, 0.028938208, 0.038838703, 0.03625461, 0.018778099, -0.014068887, 0.047642488, 0.0031560462, 0.0061492687, 0.048994288, 0.019008085, 0.0018330553, -0.022921383, 0.027838487, 0.048594575, 0.024904646, 0.0059533026, -0.0041813217, 0.015117385, 0.00016194509, -0.011602298, 0.0025328717, -0.060451467, -0.038734253, 0.04416657, -0.0012943996, 0.03129834, 0.02540956, -0.013413322, -0.009474667, 0.02104031, 0.03926051, -0.017546311, -0.031477105, 0.035821754, 0.00080696365, 0.021640886, 0.024252502, 0.033869375, -0.038320478, 0.041658808, 0.025910087, -0.028250253, -0.005551829, -0.022681603, -0.0491128, 0.056965005, 0.0018414035, 0.014530367, -0.018110735, 0.08032678, 0.058940984, -0.0286103, 0.0065563438, -0.008291589, -0.05220206, -0.01152346, -0.043354083, -0.03183464, -0.032404587, 0.015820906, -0.022538738, 0.010861619, -0.04180016, 0.022561338, 0.04684708, -0.04302065, 0.006576352, -0.029090863, -0.022033853, -0.037000813, -0.04436894, 0.039598964, 0.06752182, -0.06594304, -0.029102162, -0.04252854, -0.049510006, -0.00091743784, 0.024007292, -0.0045505315, 0.006755935, -0.0039772745, 0.04318536, -0.05819378, -0.0056977053, 0.009044319, 0.012129813, -0.02867307, -0.013845426, -0.044882644, -0.014743783, 0.0016932677, 0.037304115, 0.02119196, -0.00093702186, 0.030620428, 0.021611888, 0.010911835, 0.0281561, 0.018755501, 0.04095403, 0.0023676625, -0.018970173, 0.000914927, 0.014665948, -0.012588187, 0.022730812, 0.037422623, 0.004919113, 0.058370534, -0.031740233, -0.022700435, 0.0046306252, 0.019869657, -0.053608093, 0.00013457763, 0.07478499, 0.022933936, -0.06298434, 0.019881334, 0.014216834, -0.07466447, 0.02315137, 0.056996636, -0.032615993, -0.008413613, -0.034913857, -0.032856524, 0.0012272676, -0.04930563, 0.06734505, 0.0295187, -0.03854946, -0.041308302, -0.0054649566, -0.016394116, 0.011371747, -0.03239153, 0.0038133676, 0.04513573, 0.010645692, -0.029456431, 0.017006997, -0.05945921, 0.029540794, -0.010721017, -0.007787927, -0.0471092, -0.032181125, -0.011133788, 0.012089389, 0.0066068578, 0.036329936, 0.015601465, -0.0015436255, -0.01209667, -0.018879032, -0.01786267, -0.0014731354, 0.017533256, -0.015390056, 0.010923888, -0.022760691, 0.016996954, 0.01040265, -0.033361193, 0.004037831, -0.0055001075, -0.053618137, -0.055055305, 0.041018054, -0.013873045, -0.020691311, 0.04519197, 0.046423256, 0.03597039, -0.041856658, -0.006368334, 0.024601594, 0.023677628, 0.02106893, 0.023635447, -0.014109058, -0.06916688, -0.056711413, 0.048253108, -0.033692613, -0.019059807, -0.038876865, -0.024747094, 0.004231663, -0.021261258, 0.0040127235, -0.03763353, 0.015162203, -0.026759857, 0.016790569, -0.02890406, -0.0114652105, -0.018850159, 0.015314733, 0.03627721, 0.0056140968, 0.0157501, 0.005452403, -0.016617615, 0.028383827, -0.027584398, 0.05610883, 0.017489081, -0.020685535, -0.022927409, -0.03839279, 0.017045913, -0.025998339, -0.024154676, 0.014826387, -0.065714054, -0.008492827, -0.011286945, -0.009652053, -0.01361544, -0.026142709, 0.028410945, 0.015305695, -0.0017038131, -0.002848225, -0.0028670558, -0.053566918, -0.026590127, -0.0047463723, 0.016954772, -0.02780434, 0.017438097, -0.03333508, 0.0031804007, 0.022504592, -0.022965573, -0.03624055, -0.005810439, -0.0029687423, 0.008190624, 0.021538446, 0.062036272, 0.036793925, -0.017496096, 0.03430675, -0.0096142655, 0.083216175, -0.021026248, -0.06661391, 0.09119945, 0.031668678, -0.009807094, -0.03295344, 0.00043486652, 0.012006533, 0.012013062, 0.0137696015, -0.005207351, 0.0028434545, -0.003491486, 0.0017201331, -0.0035160915, -0.032347843, 0.024149654, 0.057452593, -0.004412941, -0.012766797, -0.06029881, 0.022327835, -0.005388629, 0.010702884, -0.0045011947, -0.02069382, -0.0061599393, 0.029014032, -0.070924416, 0.026525853, 0.0337707, 0.020310175, 0.0016824714, 0.013692521, -0.0014984314, -0.045915578, -0.025923768, 0.051360447, 0.006512578, 0.026077932, -0.016999338, 0.0028652984, -0.0109346835, -0.012668374, -0.016452616, -0.0020548196, 0.013856474, -0.0615301, -0.029636705, 0.021908032, -0.0077303047, 0.066035435, 0.022935443, 0.020145467, -0.0020427366, -0.0343655, -0.052995466, -0.039521635, 0.0077974685, -0.028095089, 0.008938616, -0.015361936, -0.00019150949, 0.03920276, 0.038152758, 0.04747527, 0.026541168, 0.009682559, 0.049444225, 0.014586609, 0.0216291, -0.005580452, -0.040729314, 0.009701641, 0.00855271, -0.023956826, -0.102311134, -0.015905645, 0.030402493, 0.00942646, 0.05364425, 0.016713, -0.004642269, 0.018636491, -0.03362633, 0.011455921, 0.0059700464, 0.007242084, 0.023694701, -0.06457253, -0.010054091, 0.014705117, -0.028507108, -0.050613243, -0.039654203, -0.026846228, 0.007105749, -0.029145598, -0.043004584, 0.0052841804, 0.026739772, 0.0374869, -0.018278705, -0.032895193, -0.03947393, 0.04178736, 0.03624557, 0.036809996, -0.023958836, 0.010449853, 0.005773782, 0.013481867, -0.05018842, -0.047808204, -0.016000677, 0.02534579, 0.006528019, 0.021290507, 0.058742132, 0.008907042, -0.006528019, -0.01984342, -0.06631162, 0.049648095, -0.04153051, 0.010420728, 0.0036127565, 0.024763288, -0.08191961, 0.0008283052, 0.018523004, -0.016246984, -0.005658035, -0.035632942, 0.005845088, 0.017610084, 0.013101232, 0.0090749515, 0.011033184, 0.005312803, -0.041176736, -0.007820065, -0.00653756, -0.069552526, -0.028679095, -0.012477555, -0.06489856, -0.06125592, -0.013811281, -0.0022928412, 0.00047403463, -0.052001197, 0.07010892, -0.0349942, -0.004808828, 0.006776822, -0.05318001, 0.005285687, -0.014223801, -0.058924913, 0.030032907, -0.045724127, 0.023282932, 0.0017211373, 0.049146947, -0.039702408, -0.036969177, 0.004931919, 0.007297823, 0.021516979, 0.024997104, -0.0058953036, 0.01029569, -0.0011368797, 0.018658083, -0.04332998, -0.08970503, -0.034086306, 0.023932723, -0.008087275, -0.0023498358, 0.007318537, -0.023427553, 0.01633844, 0.025316162, 0.005140062, 0.00490907, 0.0061428663, 0.046106897, 0.00936118, 0.008726455, -0.016092196, 0.016520409, 0.0055995337, -0.02430344, -0.009039801, -0.0068514077, 0.03989323, 0.009379759, 0.029252179, 0.034466185, 0.022940213, -0.014406484, 0.0031665915, 0.0037603902, 0.042366594, -0.09343303, 0.0020663692, 0.05653867, 0.011113702, 0.010751898, -0.0041317344, -0.048873775, 0.013664901, -0.040714756, 0.00055689027, -0.047367305, -0.04992428, -0.007491153, -0.011297868, 0.002880614, 0.016452115, 0.017333899, 0.0039168117, 0.021064412, 0.028324073, 0.022940464, -0.007258467, -0.013923763, 0.06996631, -0.018956365, -0.005885527, 0.031172296, -0.006403987, 0.00084964687, 0.036978718, -0.011397042, 0.012146133, 0.045234155, 0.00095560163, 0.007129884, 0.05273334, -0.061994087, 0.0009430477, -0.041730113, 0.011029088, 0.0048859715, -0.018019343, 0.029899646, 0.019236566, -0.014380724, -0.009682685, -0.028551549, -0.019916046, -0.008081719, 0.0207468, -0.0003550238, 0.00049462303, 0.0018924586, 0.030310094, 0.012922465, -0.040467694, -0.061544158, 0.0678206, 0.0044144476, 0.040813174, 0.028860874, -0.035680145, 0.04766057, 0.0128612025, -0.008572795, -0.03732621, -0.012693482, -0.04073986, -0.052359235, 0.046164144, 0.006106209, 0.028169407, 0.06231748, 0.026321977, 0.009567063, -0.07813537, 0.00020990093, -0.020859532, -0.031001313, -0.034444842, -0.010024276, -0.008226308, -0.009131192, -0.0019051773, -0.022488525, -0.044442758, 0.06745754, 0.00075581437, -0.011631926, 0.022140281, -0.007032183, -0.0014173648, 0.008766628, -0.026915526, 0.05588085, 0.034056176, 0.025840914, 0.003523624, 0.014535891, -0.062263243, -0.0024947077, -0.013610419, 0.04453917, -0.020275025, 0.012607582, -0.001897645, 0.0006718838, -0.00823811, 0.049904197, -0.033899505, 0.046585955, -0.014294197, -0.026877362, 0.0021261256, 0.04238392, -0.061841432, 0.05126805, -0.003591007, -0.010927904, 0.035626914, -0.05380695, 0.048825566, 0.026099335, 0.014672979, 0.03547401, -0.014055139, 0.019719139, 0.014052316, -0.018965906, -0.008452781, 0.008803787, -0.015616027, 0.0016179445, 0.008252044, -0.017681392, 0.017674863, 0.019797977, 0.039449323, -0.0061890646, -0.0345631, -0.05138204, 0.05418256, -0.004513372, -0.0497184, -0.03829989, -0.004933174, -0.04136153, -0.008425916, 0.006291002, -6.779097e-05, -0.0020939878, -0.07756894, -0.020708887, 0.025978504, 0.022699805, 0.00021693109, 0.046953846, 0.0045851804, -0.03563997, -0.017116467, -0.00035326628, 0.032383714, 0.04513297, -0.0005508644, 0.0022089814, 0.0149642285, 0.00010896771, -0.016756924, 0.008571791, -0.025151674, 0.032716423, 0.050982576, 0.0070552826, 0.021560542, 0.012412276, -0.00052349694, 0.00038414882, -0.010328331, 0.0017279165, -0.020089226, 0.047596287, 0.029442372, -0.0714105, -0.0044154515, 0.0034132125], [-0.018448288, -0.090516314, -0.0545385, -0.027705437, 0.0017986568, 0.014984217, 0.008845045, -0.00652496, 0.031461414, 0.048495885, -0.00010458668, 0.025776938, -0.099457696, -0.03274879, -0.026342241, 0.03324981, -0.007837701, -0.007830844, 0.03190362, 0.058217093, -0.022788817, 0.01510196, -0.0269042, 0.0042624087, -0.015001611, 0.05424949, 0.021261645, 0.014096233, 0.013371262, -0.00035412292, 0.0115201445, -0.032420535, -0.01545965, 0.011036683, 0.029184368, -0.0048646186, 0.05134158, 0.010523784, -0.05157439, -0.046172008, -0.043207455, 0.028733017, -0.018819358, 0.006997273, 0.0092910435, 0.04841583, 0.027994664, 0.035367694, -0.023787783, -0.058522157, 0.055292234, 0.007181916, -0.038930327, 0.022110382, 0.025446897, 0.033055637, 0.035491236, 0.028396286, 0.03363811, -0.0005931782, 0.013350523, -0.008960558, -0.030802451, -0.008444092, 0.019997241, 0.03774665, -0.019964684, 0.0092402, -0.03838889, -0.052150287, -0.0250455, 0.049880937, 0.0066317767, -0.02768403, 0.03763515, -0.0016513099, -0.05336641, 0.008775755, -0.013251511, -0.023662457, -0.017955795, 0.027104676, -0.0011178398, -0.027702758, -0.05771044, 0.022805024, -0.026868297, 0.030816944, 0.042835493, 0.01180826, -0.039780624, 0.0033097558, 0.01114283, 0.004593786, -0.0066418117, -0.00067089347, 0.025311315, 0.038285863, 0.032386634, 0.019662296, 0.010187055, -0.059052896, -0.0427231, -0.021841893, -0.0031929042, -0.010596036, 0.02468335, -0.00627364, -0.022914406, -0.020933727, 0.0013990978, 0.007983236, 0.005282547, -0.044359025, 0.017893465, -0.03218594, 0.0038043684, -0.03873052, -0.026110545, -0.007238112, -0.01238003, 0.012452282, 0.0034968522, 0.024508515, -0.0039070593, -0.0058008255, -0.00823135, -7.9387755e-05, -0.040230416, -0.012344796, 0.026640836, 0.004179537, 0.050634224, 0.009934173, -0.027021272, 0.0022099232, -0.001170635, 0.075669914, -0.04771561, 0.046927087, -0.051569927, 0.007603385, 0.04571129, 0.00016858747, 0.023605814, -0.026358966, -0.0020585626, -0.040235948, -0.024250729, -0.051858045, 0.013789386, -0.017983558, -0.004956829, -0.0057774666, -0.013265784, -0.028249219, -0.01109377, 0.03699291, -0.016670983, 0.01260749, -0.012298859, 0.0011248086, 0.030770337, 0.02912371, -0.020784428, -0.054565255, 0.016288316, -0.002886503, -0.019235922, 0.030495603, 0.06446643, -0.0018689573, -0.0025435302, 0.04541872, -0.043859728, -0.0226768, 0.012392797, -0.031887118, 0.03603223, 0.0061324816, 0.022798559, 0.01243132, -0.03477942, 0.012130773, -0.029236102, 0.015888255, -0.0054197754, -0.020356493, -0.002735714, 0.023977334, 0.015837857, 0.0024922404, 0.016306184, -0.020246554, -0.05426086, 0.030781936, -0.013558359, 0.011991565, 0.013562596, 0.062246244, 0.04207551, 0.004979352, 0.033599753, -0.03544619, -0.044975393, -0.0489314, 0.03407965, 0.0028856113, 0.06364401, -0.038959388, -0.0023306774, 0.06725302, 0.049360454, 0.038101442, 0.014236276, 0.04069559, 0.016188413, -0.037482228, 0.05766428, 0.07342565, -0.014120986, 0.022716718, 0.04426269, -0.03302737, -0.02971523, 0.015643848, -0.030616244, 0.018434908, 0.034369547, 0.014958794, 0.06341387, 0.0052012363, -0.039049856, -0.018159391, -0.0038551006, -0.031011399, -0.027180048, 0.04985908, -0.04531168, 0.0531006, -0.037764713, 0.051036514, 0.035031855, -0.022458708, 0.0010240129, 0.00959633, -0.037413042, 0.009772639, -0.029312814, -0.03272738, 0.046304777, -0.023947451, -0.023706166, -0.0068978146, -0.027413752, -0.019368159, -0.003328488, -0.011107373, 0.017595984, 0.028514253, 0.017836824, -0.044028986, -0.007650884, -0.040517863, 0.050317567, 0.019040573, 0.049143698, -0.01657264, 0.010188393, -0.027991768, -0.029688973, -0.06871233, 0.031038385, -0.012897388, -0.0076155383, 0.050121326, 0.027952407, 0.01248038, 0.049774338, 0.028937284, -0.02949835, -0.01614961, 0.01556, 0.0053047077, 0.014146631, 0.006891571, 0.014633215, -0.04167411, -0.03048936, -0.032341063, -0.023064874, 0.00078495755, 0.028671468, 0.017211532, 0.050586056, -0.018587217, 0.051282708, 0.03328443, -0.07072111, -0.025582483, 0.030433943, -0.002352197, -0.010722588, -0.009114428, -0.017281778, -0.037195396, -0.05253507, 0.008682032, 0.012158369, -0.0037881453, -0.0664645, -0.009187572, -0.05399795, -0.010682058, 0.02944996, -0.009263392, 0.033382885, 0.103207655, -0.030759634, -0.05574805, -0.028208522, -0.014567655, 0.021407267, -0.068730175, 0.027748251, 0.054187384, 0.007143696, 0.01743442, -0.053031024, -0.031665124, 0.029054137, 0.030528607, 0.019483004, -0.019744806, 0.027388776, 0.035854276, -0.039401304, 0.034935962, 0.023572812, 0.026604155, 0.0344573, -0.0447408, -0.008443646, -0.018239783, 0.011209284, -0.058336623, -0.005892534, -0.045944996, 0.030051278, 0.005606203, 0.008879387, -0.0053056, 0.0062809987, 0.03259871, -0.035341825, -0.024462078, 0.023426162, -0.004292737, -0.013873234, -0.0047088536, -0.031244881, -0.02518465, -0.023529997, 0.03617562, 0.022494834, -0.0013304139, 0.05345294, -0.016856965, 0.04472296, -0.012882224, 0.052371386, -0.007217819, -0.019757738, 0.004120135, -0.009663006, 0.045035157, -0.038503952, -0.00036036692, 0.03363365, -0.018457208, 0.026151799, -0.027461028, 0.026096718, 0.009853448, 0.055140592, 0.051625237, 0.038312845, 0.04054217, -0.03401431, 0.038290318, 0.010136211, 0.024696728, 0.019367324, 0.038278725, -0.0071217064, -0.014321908, 0.03086935, 0.03762534, 0.043174006, 0.0032940344, 0.0066796658, 0.01282207, -0.025708698, -0.030159319, -0.022200922, -0.05060122, -0.015075646, 0.00020159139, 0.0054577966, 0.012411473, 0.0025109723, -0.01302383, -0.0008914398, 0.03377637, 0.038710006, -0.025839377, -0.046453435, 0.03110573, 0.00326471, 0.016461141, 0.005261, 0.04463554, -0.04093465, 0.0178201, -0.016454896, -0.022008471, -0.0040418627, -0.027282627, -0.026197515, 0.025851864, 0.00045937859, 0.008676458, 0.010324422, 0.08937813, 0.027709896, -0.041691955, -0.03465588, -0.010131305, -0.07079782, -0.025062894, -0.024571627, -0.01989399, 0.008804236, 0.011536089, -0.0018709643, 0.0028964267, -0.039615117, 0.00552715, 0.044607002, -0.045524865, -0.020019205, -0.012824719, 0.0013924078, -0.026565462, -0.036459498, 0.023698585, 0.08162846, -0.056511596, -0.014347331, -0.05112549, -0.07439793, 0.012896162, 0.043928217, -0.027006108, 0.00032702152, -0.00063019607, 0.021907452, -0.045755893, 0.0119532095, 0.05551077, 0.009163516, -0.031435322, -0.018541055, -0.046929706, -0.034502596, -0.03365149, 0.030170023, 0.009027013, 0.021370472, 0.012368434, 0.02019125, 0.003014951, 0.025673913, 0.024083927, 0.04557883, 0.0069901366, -0.008502518, 0.019434836, -0.017789993, -0.0052699232, 0.040917255, 0.024993764, 0.0028677713, 0.071880706, -0.015914124, -0.031895258, 0.021782573, 0.03064189, -0.040839203, -0.01587153, 0.04201307, 0.04760768, -0.061526403, 0.038266685, 0.015062265, -0.05878797, -0.013785707, 0.025757091, -0.037344802, 0.004939407, -0.022481008, -0.034615293, 0.013891074, -0.022265702, 0.04234668, 0.06542532, -0.008211281, -0.009672373, -0.014006476, -0.0222812, -0.026370114, 0.016895989, -0.02596069, 0.022396268, 0.010905559, -0.028788766, 0.03746032, -0.024058059, 0.012946448, -0.026831724, -0.044734556, -0.025035687, -0.043060724, 0.010324868, 0.010609415, -0.0023573257, 0.04177368, 0.028053565, -0.020398194, -0.030934019, -0.019186862, 0.028468428, 0.0057368805, 0.029091598, -0.026550746, -0.021179136, -0.013152277, 0.008375186, -0.010532703, -0.03257931, -0.00854277, -0.01867218, -0.07118495, -0.06324439, 0.060598504, 0.014593968, -0.0059723677, 0.019919442, 0.04196641, -0.0027384316, -0.047306184, 0.03102099, 0.015983142, -0.00040942675, 0.013557913, 0.015180009, -0.014028441, -0.055439416, -0.08178545, 0.015370897, -0.01317597, -0.016598284, -0.06543068, -0.014948982, 0.024614887, -0.023667363, 0.010129522, -0.014866027, -0.005698079, -0.0060620136, -0.0058122543, 0.011891216, -0.022074813, -0.013799142, 0.014585486, 0.05036306, -0.00534797, 0.011263696, 0.0077023967, -0.017367186, 0.027911486, -0.004712087, 0.04234846, 0.030610783, -0.048483618, -0.033459935, -0.012501788, 0.007039197, 0.009772861, -0.04673709, -0.007316273, -0.08467551, 0.0044898684, 0.036271285, 0.01645066, -0.03182111, -0.010224519, 0.030332368, -0.0030751608, 0.009886898, -0.0007243018, 0.019234583, -0.036045942, -0.008808919, -0.009844974, 0.0021140336, -0.057661824, -0.03440255, -0.042237855, -0.020094914, 0.022280086, 0.021990074, 0.010905559, 0.016002432, -0.014028441, -0.007437139, -0.011591504, 0.10598983, 0.040840544, 0.0032412952, 0.027732195, -0.008089948, 0.055171814, 0.00053241086, -0.04798945, 0.097402535, -0.010787816, -0.03088496, -0.04297286, -0.0012126704, 0.027505629, 0.023922864, 0.044598974, 0.018634714, 0.023421172, 0.038598508, -0.006650732, -0.01654655, -0.041972037, -0.0046407273, 0.066150516, 0.005512543, 0.008267477, -0.04492098, 0.019482851, 0.0019169021, 0.013024721, -0.0014557395, -0.00653834, -0.038525607, 0.009594992, -0.07136691, 0.04692976, 0.0168476, 0.044657286, 0.008047153, 0.0274055, -0.008178947, 0.00038266683, -0.034937777, 0.035663836, 0.002976595, 0.016104175, -0.048513502, -0.00011216866, 0.011961683, -0.034456655, -0.01910569, 0.004789356, 0.045812532, -0.006438436, -0.05191357, 0.007733616, -0.014999492, 0.055699434, 0.023343569, 0.01325285, 0.034186687, -0.047964253, -0.045429423, -0.0002361563, 0.042242315, 0.00841421, 0.00060968014, -0.016106125, -0.0012256043, 0.057705086, 0.024859965, 0.04465985, 0.035689257, 0.035475623, 0.054440375, 0.014471764, 0.018352397, 0.0111392625, -0.016346296, 0.0060026953, -0.012831381, -0.052206814, -0.07668679, 0.003079509, 0.03560318, 0.0070713083, 0.045390174, 0.02333264, -0.010856722, -0.0024790836, -0.04827545, 0.004588434, 0.012427306, -0.018517418, 0.011179402, -0.03473571, -0.03248297, 0.048003502, -0.031856343, -0.03255701, -0.065758035, -0.026503678, 0.027162237, -0.027423564, -0.035074223, -0.013285408, 0.02267903, 0.009398083, -0.019236812, -0.034740616, -0.042655755, 0.03820781, 0.00058587495, 0.014377212, -0.056219023, 0.02472661, -0.010689249, 0.010242693, -0.039696556, -0.015697924, -0.016336929, -0.011534863, -0.014619836, -0.02173329, 0.03372664, 0.025148524, -0.029361876, -0.009726338, -0.06503909, 0.034873527, -0.042301632, 0.00196953, -0.009406111, 0.01238371, -0.06894961, -0.01179488, 0.0023084888, -0.024056943, 0.0123340925, -0.006301961, 0.019474976, -0.009966286, -0.009173523, 0.0077764327, -0.014813398, -0.0016053721, -0.028745506, 0.03131981, -0.010113465, -0.07911302, -0.024386315, 0.018253833, -0.03915868, -0.046293765, -0.0003822208, 0.02933333, -0.032089632, -0.032907564, 0.044519585, -0.03298249, -0.0012470122, 0.01045064, -0.07061764, 0.01034806, -0.011587937, -0.04206124, 0.028380008, -0.04395406, 0.04412889, -0.0057529365, 0.060720928, -0.038280956, -0.029517973, -0.0025167703, -0.004501018, 0.017484931, 0.0027268357, -0.004367665, 0.000667214, 0.008552024, 0.017822105, -0.05310595, -0.067300305, -0.012408575, -0.022833792, -0.0013451319, 0.0019276061, 0.0007069078, 0.04439827, 0.0036206169, -0.008559245, -0.009706492, 0.018375589, -0.011644133, 0.00617329, 0.019099222, 0.0059107086, -0.02017497, 0.008275282, 0.004786346, -0.034249127, -0.022755744, 0.010821711, 0.05401579, 0.03631678, 0.010482195, 0.043441717, 0.026966194, -0.025098016, 0.0015409254, -0.016215172, 0.01774361, -0.072522946, -0.0049571632, 0.05807148, 0.025045944, 0.009106846, -0.007138654, -0.036366727, 0.004237433, -0.048757464, -0.010959789, -0.036611136, -0.01959495, -0.014433853, 0.012976331, -0.003179524, 0.034851447, -0.008285763, -0.017484708, 0.046892297, 0.033171594, 0.0258425, 0.04274986, -0.014982877, 0.057392444, -0.024197657, -0.021383626, 0.027172022, -0.0044002226, -0.013683239, 0.0030997184, -0.041545276, 0.0021517205, 0.0111392625, -0.033360474, 0.015786123, 0.018368455, -0.06387414, 0.009446251, -0.048135743, 0.0036069024, 0.0017608027, -0.007647985, 0.0321458, 0.03228896, 0.00079182873, -0.043502707, -0.023134843, -0.022970716, -0.016108898, 0.037855472, 0.009718199, -0.006853494, -0.0045215343, -0.018714102, -0.003977416, -0.022002896, -0.041797653, 0.031096809, -0.039104044, 0.065170884, 0.02120991, -0.054622345, 0.06165842, 0.020670252, -0.027581895, -0.036337294, -0.024000078, -0.030600635, -0.03483695, 0.015385169, -0.015766053, 0.06173803, 0.039747845, 0.0057025384, 0.02152211, -0.07016986, 0.0010496578, -0.041744582, -0.019925436, -0.04731867, -0.05100976, -0.004196067, -0.002573858, -0.003646039, 0.0047349446, -0.020292938, 0.041913614, -0.015142546, 0.037989274, -0.022182189, -0.01934586, -0.01575624, 0.011461106, -0.014193573, 0.051584203, 0.03674672, 0.036243632, -0.023064373, 0.0020067708, -0.042747185, 0.010637291, 0.002682236, 0.029584873, -0.013912927, 0.016575092, -0.020793853, -0.0022823424, 0.010871217, 0.054784246, -0.041107696, 0.03467015, -0.0037392525, -0.041359685, -0.025931532, 0.048775133, -0.026883908, 0.038182165, 0.008908489, -0.010747675, 0.014665328, -0.031705823, 0.07192887, 0.004244123, 0.011144523, 0.036440097, -0.008839693, 0.009558643, 0.011304282, -0.016557254, -0.011422917, 0.017292704, 0.016768435, 0.02080004, 0.019891651, -0.023682972, 0.03294012, 0.010520215, 0.06256603, -0.0019240382, -0.045562997, -0.04670676, 0.06262713, -0.009250904, -0.025645368, -0.032244306, 0.02009313, -0.021608634, -0.028369972, 0.008403506, -0.020583728, -0.016542088, -0.07902382, -0.0027205916, 0.008552024, 0.062204324, 0.026324399, 0.04270415, 0.0048109875, -0.037634704, -0.003566205, 0.018987723, 0.02374586, 0.057997663, 0.017092897, 0.01786269, 0.016852504, 0.029130848, -0.007304343, -0.004309232, -0.039888445, 0.04461146, 0.033635434, 0.009995721, -0.01976889, -0.008426475, 0.022446219, -0.005088454, -0.0051530683, -0.015414605, -0.0027021386, 0.044527613, 0.02350502, -0.044326913, 0.006268873, 0.035789605], [-0.014524969, -0.07988843, -0.03293501, -0.038068853, -0.03617257, 0.011759829, 0.008366173, 0.0076203784, 0.020914193, 0.03208928, -0.010177459, 0.039489966, -0.087682255, 0.009283206, 0.009156843, 0.046452373, -0.015438906, -0.0027977633, 0.039861627, 0.043640982, -0.027979838, -0.016483542, -0.029950729, 0.010111867, -0.02890045, 0.038241744, 0.01834617, 0.0017663421, -0.0069162915, -0.0057015186, -0.019466378, -0.027336454, -0.0039654598, 0.028573666, 0.028788717, 0.06092448, 0.07073517, -0.0015835409, -0.08516323, -0.07814411, -0.062130306, -0.012439276, -0.022453688, -0.009337717, -0.011385969, 0.031595662, 0.010417453, 0.040153995, 0.0065511027, -0.06575109, 0.03198136, 0.0143548325, -0.028221829, 0.011268483, -0.016595246, 0.011868071, 0.025654906, 0.021772863, 0.0025834402, -0.016649205, -0.005347204, -0.026881654, -0.04024939, -0.01155115, 0.012201414, 0.04545137, 0.011618048, 0.0067790532, 0.0043371185, -0.024559202, -0.04201229, 0.026340686, 0.0033520854, -0.036880646, -0.018915772, 0.01730883, -0.055682722, 0.04474439, -0.021252954, -0.031688437, -0.0034941414, 0.0046773925, 0.0121045085, -0.045951318, -0.034225628, 0.0038553388, -0.0048183473, -0.00441145, 0.044797253, 0.007193108, -0.050121054, -0.008325359, 0.04359143, -0.021469204, -0.006942583, 0.036050335, -0.008179517, 0.020680739, 0.028609455, 0.038769227, 0.0076640137, -0.075447254, -0.013966655, -0.009120227, 0.010617323, -0.013995563, 0.040242642, -0.021022113, -0.018978266, -0.028382605, -0.005195512, -0.0108390795, 0.015438423, -0.047539264, -0.006170634, -0.023242153, 0.058212202, -0.018428762, -0.07230109, 0.0026159603, -0.023374712, 0.047321226, -0.0028312127, 0.017156312, 0.0012193156, -0.020913092, 0.021368993, 0.014366945, -0.056417227, 0.005503851, 0.055831384, 0.019451786, 0.019768659, -0.01656799, -0.03135147, -0.012248767, -0.028235592, 0.05443945, -0.08170543, 0.05560233, -0.05549259, -0.007448589, 0.027333152, 0.0204649, 0.009393327, -0.025947278, 0.0010703768, -0.051492613, -0.02665811, -0.030587228, -0.0076660784, 0.024320582, 0.016000591, -0.010307401, 0.00774922, -0.032259144, -0.0011385831, 0.039942015, -0.039291196, 0.038732883, -0.04087694, -0.0008770455, 0.027357377, -0.003178094, -0.032859024, -0.012318144, 0.035212316, -0.01443467, 0.0378365, 0.021279795, 0.019737, -0.0082287965, 0.00035183682, 0.070904754, -0.039404623, 0.010342021, -0.009830508, -0.050065447, 0.04125466, 0.019718278, 0.0089569725, -0.00067394093, -0.0044878465, 0.018153459, -0.01967423, 0.01488534, -0.050910626, -0.021959517, -0.014890571, 0.033221323, 0.045107793, 0.022476813, 0.009267789, -0.0015973062, -0.046494216, 0.009143903, -0.03562086, -0.010463979, 0.013053752, 0.07135846, 0.0057615344, -0.007290015, 0.02764149, -0.027225232, -0.031003486, -0.054637667, 0.020567311, -0.0068247532, 0.035485413, -0.073345035, 0.02112893, 0.05289115, 0.024788804, 0.018964501, 0.018449133, 0.076503314, 0.009663882, -0.04218463, 0.049639277, 0.04703051, -0.0011606761, 0.018678736, 0.05926716, 0.00091194006, -0.022908485, 0.017912844, -0.0197253, 0.025587732, 0.024517355, 0.0045579113, 0.013641799, 7.928717e-05, -0.04337559, -0.024249762, 0.046766214, -0.027730688, -0.044125512, 0.009082786, -0.030229336, 0.05091558, 0.0016094195, 0.023717877, 0.017751517, -0.026847517, -0.04240542, -0.060467653, -0.07195751, -0.029463993, -0.022422027, 0.022789555, 0.057196885, -0.033680256, -0.029579623, 0.024468902, -0.025980864, -0.02145599, -0.015910292, -0.017704716, -0.008853734, 0.037240192, 0.019945128, -0.03133633, -0.0009778751, -0.008017915, 0.028009294, 0.01566307, 0.020599246, -0.051549878, 0.0052015684, -0.02740418, -0.021130031, -0.1125085, 0.057033904, 0.008247173, 0.013469184, 0.04190712, 0.02622203, 0.026695551, 0.080251835, 0.007010307, -0.05370054, -0.029284498, -0.0028692046, 0.0067471177, 0.010880582, 0.010191155, 0.000371108, -0.047907073, -0.022234544, -0.05706694, -0.02642245, -0.011390924, 0.020401029, 0.029818585, 0.029992025, -0.0009839318, 0.027742181, 0.0055099768, -0.028850619, -0.036800258, 0.0032628875, -0.01674391, -8.148959e-05, 0.0008550901, 0.0023670525, 0.0017112815, -0.055461377, 0.03163868, 0.03354288, -3.3036322e-05, -0.042077262, -0.013739807, -0.057582308, -0.0026674075, 0.02977894, -0.0066733365, 0.071036905, 0.061099574, -0.02668144, -0.05051942, -0.023679232, -0.030941818, 0.018575221, -0.074873514, 0.030494727, 0.06743615, 0.030825641, 0.004370843, -0.035058144, -0.012462402, 0.026681233, 0.02874931, 0.019754482, -0.0005484029, 0.025194876, 0.03353627, -0.019513454, -0.0044466886, 0.019411592, 0.050317623, 0.0156438, -0.054395404, -0.0422028, -0.016841916, 0.029745903, -0.042250153, -0.021876652, -0.07658701, 0.017607259, 0.0015785855, 0.03000166, -0.026682474, 0.0025308575, 0.013450188, -0.021687243, -0.01563444, 0.01431395, 0.0008523371, -0.03316296, -0.0089770695, 0.009773933, -0.027835786, -0.010347252, 0.058001872, 0.023077799, 0.0046900567, 0.062266856, -0.01578723, 0.030164365, -0.0055699237, 0.047100984, 0.010318344, -0.016351465, -0.027095566, -0.008394805, 0.021316137, -0.032230236, 0.008990698, 0.054725766, -0.018101702, 0.009046446, -0.023753116, 0.019047642, 0.040595032, 0.03193291, 0.031555813, 0.02523242, 0.0058187973, 0.004549652, 0.033430554, -0.009450453, -0.023997841, 0.023155708, 0.01397161, 0.020619068, -0.004170285, 0.04844446, 0.013596373, 0.0010257778, 0.032589506, -0.024914341, 0.030700654, -0.004326106, -0.036548633, -0.02922283, -0.055366673, -0.03905884, 0.012189852, -0.008855936, 0.026336554, -0.019711671, -0.023247384, 0.0137161305, 0.04214994, 0.027816582, -0.018881358, -0.027798964, -0.0050121606, 0.011120026, 0.035929203, 0.013439176, 0.026800165, -0.04366961, 0.027564405, -0.009751083, -0.03452516, -0.01763589, -0.004757919, -0.024429807, 0.009454995, 0.0063297595, 0.03185582, 0.008700666, 0.0830401, 0.03981758, -0.009812613, -0.012288685, 0.007063166, -0.055058334, -0.0036824485, -0.025210017, -0.021361284, -0.02427454, -0.002311166, -0.013935821, 0.011656315, -0.037143838, 0.0154411765, 0.01688309, -0.06281306, 0.009028001, -0.009973665, -0.018498138, -0.03170936, -0.015531476, 0.025843214, 0.06808455, -0.03148141, -0.017796803, -0.05839225, -0.03626287, 0.008953945, 0.043658603, 0.0030756816, -0.0007072526, -0.007824928, 0.0025300316, -0.061244935, 0.00038432254, 0.043193478, -0.0028559898, -0.024989225, 0.012417803, -0.02942325, -0.04521571, -0.0142689375, 0.03301843, 0.012835712, 0.0089460295, 0.016966354, 0.022589687, -0.0062372573, 0.037049685, 0.02750604, 0.0034710162, 0.02542145, -0.045563698, 0.0072459662, -0.009811788, -0.030153902, 0.03915465, 0.012800473, 0.0015783103, 0.038236238, -0.012129295, 0.004440082, 0.021288605, 0.043389905, -0.00084352744, -0.030368088, 0.036367483, -0.0029060952, -0.060095824, 0.05879584, -0.0045287292, -0.07088273, 0.017434368, 0.010466183, -0.024307575, -0.022421202, 0.00086555164, -0.023526886, -0.036239296, -0.01974691, 0.01574291, 0.060718555, -0.012122678, -0.009459401, -0.033915088, -0.021340638, -0.050448664, -0.0018547141, -0.02554809, 0.040253658, 0.009004049, -0.03657121, 0.029111605, -0.038879346, -0.0067179357, -0.026632851, 0.0029584025, -0.023546088, -0.048215408, -0.004432373, -0.01751861, -0.019382548, 0.025375197, -0.007911098, 0.0014300598, -0.019948984, -0.027838606, 0.02144718, 0.02010477, 0.030241448, -0.023852775, -0.012480847, 0.011056017, 0.025978113, -0.008179793, -0.0109350225, 0.01704509, 0.00747667, -0.038643684, -0.060923383, 0.03047931, 0.022090288, 0.023283998, 0.024309227, 0.07742392, -0.023317037, -0.03219875, 0.0073381932, 0.022591889, -0.007847915, 0.014582233, 0.03703826, -0.03822082, -0.03579348, -0.029694147, 0.032496866, -0.015020514, -0.04081968, -0.03780897, -0.037024908, 0.018220702, -0.010997791, 0.0064299693, -0.027116213, 0.013428164, -0.0061254846, 0.0020443287, -1.6518161e-05, 0.008104911, 0.0040816376, 0.02882529, 0.023099821, -0.016747763, -0.025827795, 0.027576517, -0.005851834, 0.048184577, 0.02087331, 0.06163697, 0.046079062, -0.041253556, 0.0050052777, -0.010526473, -0.03027228, -0.0010769841, -0.041995775, -0.04203982, -0.083654575, 0.0076790173, 0.017467404, -0.006841822, -0.04687854, -0.006192211, 0.01851796, -0.0025383595, -0.0044709155, -0.0225093, 0.04057576, -0.063864574, -0.013273994, -0.0056514135, 0.008266789, -0.021263829, -0.0021451584, -0.028366087, 0.022074869, 0.0019986287, 0.043592528, -0.046151705, -0.01638106, -0.014348225, 0.0016658565, -0.013454593, 0.05832012, 0.031738546, 0.028519155, 0.022587484, 0.020104254, 0.009764986, -0.014070169, -0.047021694, 0.09488913, 0.035151746, -0.0011474616, -0.019852627, 0.028230637, 0.02038341, -0.0049565495, 0.01906581, -0.0011452591, -0.01061457, 0.018889068, 0.008912099, 0.0011496639, -0.09982255, 0.017989654, 0.06484369, -0.020797465, 0.008295971, -0.06638539, 0.012463503, 0.010126596, -0.009944552, 0.048893757, -0.042434055, -0.0170996, 0.030362584, -0.03293969, 0.05438632, 0.041440763, 0.032955106, -0.008406643, 0.003690355, -0.056152936, 0.0031676327, -0.037014306, 0.03522663, 0.0040667714, 0.04380176, -0.013499329, -0.008144829, 0.009393877, -0.020240253, -0.04006067, 0.022046238, 0.058440153, -0.01446165, -0.00591653, 0.013114318, -0.03403622, 0.056699134, 0.041154444, -0.012431018, 0.023657309, -0.034049436, -0.06377772, -0.03137394, 0.03309799, 0.019445179, -0.028629001, -0.019017909, -0.016205417, 0.04996771, -5.946538e-05, 0.029406387, 0.011928245, 0.009208323, 0.030085078, 0.0053023295, 0.01980197, 0.0108171925, -0.005825955, 0.02836834, 0.015785856, 0.007762985, -0.080465466, -0.013386317, 0.01015977, 0.036643885, 0.039760314, 0.028154654, -0.011095799, -0.02231934, -0.024968302, -0.0067162844, 0.007790515, -0.016051248, -0.033901047, -0.06799756, -0.000498229, 0.025345465, -0.059470333, -0.0135608595, -0.026234142, 0.0013199387, 0.00046966638, -0.011091394, -0.06744916, -0.0067504216, 0.015659492, -0.0053744586, -0.02882529, -0.025356477, -0.042709358, 0.056459073, -0.02332612, 0.012126532, -0.019442977, 0.003834691, 0.00281965, 0.027543481, -0.03110755, -0.024643306, -0.033802766, -0.0049086465, 0.026366288, 0.010132791, 0.039951924, 0.04306174, -0.020266682, -0.019274078, -0.050514735, 0.038067754, -0.010294393, 0.009870014, 0.012760829, 0.01880868, -0.052924186, -0.034972113, 0.012052063, -0.028954132, 0.016086485, 0.020038594, 0.01192446, -0.031452782, -0.0172707, 0.012281751, -0.020828301, -0.014274444, -0.039335247, 0.019129114, 0.018713973, -0.07536686, -0.026406068, -0.030580895, -0.03973822, -0.049634323, -0.026394093, 0.06272496, -0.03130026, -0.022992179, 0.03558783, -0.022615565, 0.016071895, 0.050254956, -0.064067885, 0.041733682, -0.012363706, -0.05088034, 0.032196924, -0.080485284, 0.030169321, -0.00531169, 0.053171407, -0.014203966, -0.010322887, -0.015381712, -0.009466868, 0.02862597, 0.009316173, 0.013873603, -0.004970865, 0.0069966284, 0.03230071, -0.02180948, -0.062152334, 0.013505247, 0.019026719, -0.032220323, -0.0033102394, 0.04207038, 0.045951318, 0.002342275, 0.031146368, 0.024701808, 0.0042470256, -0.006692608, -0.0057418505, -0.008908795, -0.008314141, 0.0075382004, 0.011308333, 0.021528393, -0.025061628, -0.019233746, 0.022368893, 0.020894371, 0.019748012, 0.0021132233, 0.055275273, 0.0337444, -0.026245706, -0.0013390722, -0.036194593, 0.039031312, -0.06400677, -0.009821698, 0.07874097, 0.012703429, -0.008635694, 0.0039269174, -0.030016802, 0.05514863, -0.03217077, 0.00010681744, -0.05917686, -0.01859119, -0.007673236, 0.009909796, 0.017255971, 0.022009347, 0.03930221, -0.037858523, 0.017704165, 0.029168181, 0.034932606, 0.0515697, -0.027889814, 0.061072048, 0.010276498, -0.028206412, 0.044136528, -0.027533023, 0.020889968, 0.023682762, -0.0051863925, -0.0054542962, 0.059524845, -0.037187956, 0.016356833, -0.005286913, -0.04559453, 0.0036295906, -0.007193108, 0.003244167, 0.029527863, -0.03271303, 0.019812983, 0.018813359, -0.014777146, -0.038661856, -0.05480533, -0.018968286, -0.020543087, 0.0076379976, -0.007024623, -0.01667639, -0.051405616, -0.0007323051, 0.0035701252, -0.0071262787, -0.044416234, 0.036233135, 0.015753921, 0.059976343, 0.013366495, -0.031475905, 0.027613958, 0.02302246, -0.00025493026, -0.031266674, 0.01095925, -0.022241566, -0.028810976, 0.017120523, -0.015374554, 0.039890256, 0.09384077, -0.0010946034, 0.045995366, -0.06020759, -0.0037110802, -0.012503146, -0.026598092, -0.03979555, -0.004126237, -0.014023368, 0.01052317, -0.012112492, 0.015608285, -0.04201449, 0.069023885, 0.017237114, -0.010895379, -0.0215551, -0.043556187, -0.0039126016, -0.009162073, -0.010036435, 0.06980134, 0.031976957, 0.027322415, -0.041581716, -0.007289189, -0.03072598, -0.025379052, -0.0017960748, -0.0058124657, -0.017076474, 0.0053262813, -0.0003449543, -0.0090976525, 0.0066829724, 0.07315343, -0.0382913, 0.045632657, 0.005199091, -0.05023393, -0.004439531, 0.012901785, -0.022459192, 0.02049766, 0.0032078268, -0.017840026, 0.023282897, -0.033676125, 0.05077903, 0.013931416, -0.026925704, 0.024298765, -0.020462837, -0.0018114228, 0.025791455, -0.014921405, -0.0051411395, 0.0042099287, -0.011707522, 0.01574401, -0.00090960006, -0.021607613, 0.024678132, 0.035505787, 0.05224584, -0.012869299, -0.030165466, -0.041861426, 0.047131818, -0.025199555, -0.023988772, -0.010236855, 0.001259785, -0.0029864835, -0.022152506, 0.028305244, -0.031038726, -0.011361191, -0.067944705, -0.016778046, 0.021514354, 0.04482368, -0.007237157, 0.060236778, -0.0034622066, -0.030818485, 0.016006097, 0.02257045, 0.024778618, 0.048029307, 0.029831246, 0.008568486, 0.023798265, 0.024544196, -0.008614221, 0.010080483, -0.0363818, 0.020920802, 0.045519643, 0.023056047, -0.018575221, -0.0051184273, 0.026406482, 0.021370094, -0.032447174, 0.01925577, -0.04164589, 0.04554277, 0.024941323, -0.03357206, -0.013882964, 0.0069838786], [-0.021153752, -0.08818263, -0.029220868, -0.013104866, -0.0146482615, 0.03147567, 0.00616786, 0.004121115, 0.036406375, 0.049205497, 0.012244632, 0.021129455, -0.07580522, -0.009915414, 0.0012438131, 0.05757565, 0.03531332, -0.034687147, 0.0146079445, 0.043373868, -0.032761358, 0.001956901, -0.025392678, -0.012294406, -0.022586863, 0.022143867, 0.0036773714, 0.0010850934, 0.033372097, -0.031340282, -0.0032776787, -0.035110235, -0.008272592, 0.0031303451, 0.021129953, 0.024019388, 0.005636691, -0.014075353, -0.067256875, -0.04832548, -0.09059435, -0.014143731, -0.027453858, 0.015143522, -0.034954503, 0.04538677, 0.005065594, 0.03663758, -0.02119715, -0.031485625, 0.022808861, 0.0062338114, -0.04735636, 0.021593606, -0.007205667, 0.016465545, 0.03504055, 0.008710114, -0.014467331, -0.00745479, -0.016428713, -0.05320367, -0.061748777, 0.0016458079, 0.023341702, 0.035989262, 0.013352497, -0.010497345, -0.029382637, -0.027290594, -0.010883786, 0.014097004, 0.021940786, -0.031921905, 0.04627077, -0.004196275, -0.07690425, 0.015682522, 0.0016644734, -0.020921398, 0.008795229, 0.016340112, 0.013898154, -0.050601188, -0.044148363, 0.013573621, -0.04109716, 0.014221691, 0.04972515, -0.0024688363, -0.025046742, 0.0052241273, 0.01303207, 0.0074567813, 0.006381643, 0.01626545, -0.0044399234, 0.035095304, 0.015624598, 0.026998665, -0.006101908, -0.05527207, -0.033427842, 0.003527051, 0.011412395, -0.012297393, 0.0045524146, 0.0016933429, 0.0006567801, 0.009818601, -0.0012463641, -0.0019254807, -0.0055745426, -0.04061236, 0.0023264799, -0.012867067, 0.029640967, -0.028013328, -0.04755845, 0.011050033, 0.0018615822, 0.029598348, -0.011797653, 0.01979051, -0.010170012, -0.013282439, 0.030543884, 0.013343662, -0.060825955, 0.016714295, 0.033167522, 0.036631357, 0.02919797, -0.0033448748, -0.009962949, 0.013674043, 0.00376174, 0.05439802, -0.04231665, 0.040044922, -0.035015166, -0.02734037, 0.018130017, 0.014410338, 0.009524929, -0.036315784, 0.016893608, -0.028246272, -0.01901601, -0.027921742, -0.0039396854, -0.005158424, 0.006460536, 0.0136448005, -0.025383221, -0.051474243, 0.010516696, 0.026344376, -0.009363659, 0.006648188, -0.02112149, -0.017404549, 0.033158563, 0.0155167105, -0.026793344, -0.029438633, 0.02574359, -0.008815388, -0.01801031, 0.033838984, 0.045798402, 0.01459799, -0.01313162, 0.035524365, -0.0468616, -0.0570341, -0.011085871, -0.0058162, 0.043709353, 0.039349567, 0.0035678665, -0.012544401, -0.017302759, -0.022451477, -0.025899883, 0.020262998, -0.010094479, -0.016507605, -0.009162817, 0.008340037, 0.031234762, -0.004910545, 0.02178997, -0.0041522244, -0.041952297, 0.02304579, 0.010067476, -0.011221384, 0.025184868, 0.020200033, 0.016106667, -0.004955591, 0.01423961, -0.019588424, -0.025349373, -0.05468074, 0.019688595, 0.012395946, 0.04824733, -0.024302108, -0.016232224, 0.05739049, 0.026730131, 0.057970863, 0.035403907, 0.05671554, 0.03866118, -0.027478745, 0.032894008, 0.05396896, -0.0015071846, 0.021902708, 0.039346643, -0.037852835, -0.012038687, -0.0013628374, -0.004684816, 0.027891379, 0.03362495, 0.010147302, 0.025465848, -0.005749999, -0.05021792, -0.063399315, -0.030609587, -0.030844774, -0.06027544, 0.033997767, -0.07678877, 0.056531373, 0.010170012, 0.046156287, 0.046806347, -0.0379922, -0.013123657, -0.021498537, -0.049090024, -0.010680128, 0.001943213, -0.013641316, 0.07991464, -0.030611826, -0.0037662198, -0.00034643346, -0.009335038, -0.01061052, -0.0030138716, -0.015027921, 0.002360327, 0.04413642, 0.013045012, -0.022901442, -0.017454572, -0.055040363, 0.041395314, 0.017880147, 0.042969696, -0.03344576, 0.028234327, -0.049473815, -0.026164686, -0.094763495, 0.006863962, 0.011148588, -0.0208099, 0.040440135, -0.0036475065, 0.040646702, 0.02960264, 0.0058478694, -0.05029283, -0.029133761, 0.008418931, 0.010018199, 0.022202104, -0.013629369, 0.00033697623, -0.04309115, -0.036054965, -0.043949265, -0.010751882, 0.022496773, -0.0009009261, 0.011659278, 0.060398884, -0.026167799, 0.03397437, 0.021054545, -0.051853523, -0.027864002, 0.026941674, -0.011369588, 0.00041313187, -0.023408648, -0.010142885, -0.025550464, -0.045276266, 0.021974385, 0.018645408, 0.0026171654, -0.016377179, -0.0045889993, -0.05143716, -0.007801722, 0.004244308, -0.0030861385, 0.038012113, 0.059827216, -0.0071608694, -0.02332061, -0.023996491, -0.016205471, 0.03061357, -0.06889646, 0.032458726, 0.07340308, 0.004129701, 0.009786994, -0.039546177, -0.0071382215, 0.039653692, 0.031541374, -0.016268436, 0.020801937, 0.021523673, 0.04154489, 0.002270732, -0.0024962125, 0.025738614, 0.057120707, 0.024680462, -0.0635128, -0.00073169137, -0.026744066, 0.027337385, -0.037848853, 0.006228834, -0.07862845, 0.039327417, -0.014097004, -0.0023277244, -0.014801072, 0.016771972, 0.0016210448, -0.01988807, -0.012266035, -0.014559538, -0.0046048025, -0.01475926, -0.025697798, -0.0050312495, -0.029439878, -0.022317333, 0.06293342, 0.026370754, -0.014120648, 0.041882616, 0.011454205, 0.02579934, -0.031842016, 0.06989195, 0.0024267763, -0.015383562, -0.0033229738, -0.02977337, 0.043549076, -0.04537084, 0.022459442, 0.03021736, 0.008561287, 0.031411957, -0.026987964, 0.04144061, 0.038797066, 0.030614566, 0.05348813, 0.060924508, 0.018399782, -0.01340613, 0.04269668, 0.0062705204, -0.0024190613, 0.010481137, 0.01787318, -0.0082347635, -0.021341434, 0.044036873, 0.03175839, 0.038921002, 0.026891401, 0.0024347403, 0.030979913, 0.0052023507, -0.017460546, -0.021268576, -0.040269904, -0.022101374, 0.009866261, -0.0047089565, 0.0029781582, 0.009306915, -0.012921072, -0.016125333, 0.03675878, 0.0151544735, -0.02720797, -0.012307845, 0.016257985, 0.027269939, -0.0032308903, 0.036137592, 0.06373978, -0.062338114, 0.035636853, 0.02102642, -0.03045429, 0.02185816, 0.001615694, -0.0015094245, 0.0061203246, -0.018165857, -0.003890408, -0.00019063796, 0.08914888, 0.028333878, -0.015168659, -0.00904261, -0.022827776, -0.07097705, -0.0070384233, -0.018044157, -0.052651916, 0.019503806, 0.0049506137, -0.03482154, 0.0034314834, -0.03916092, -0.011776623, 0.035953425, -0.00988306, 0.013021618, -0.009882065, -0.04565611, -0.017740779, -0.028058125, 0.034220137, 0.04954198, -0.069135375, -0.021492423, -0.04422701, -0.041390337, -0.023746124, 0.027410055, -0.013747834, 0.0317564, 0.020037394, 0.015340632, -0.06687759, 0.010807909, 0.04604479, 0.0066071237, -0.04715079, -0.0117130345, -0.06476265, -0.03729585, -0.014084313, 0.014224678, 0.0007774843, 0.02222799, 0.023414124, 0.039871704, 0.012897367, 0.06179532, 0.007370484, 0.020786008, 0.048461862, -0.028183559, 0.014644529, -0.02666343, 0.0039859135, 0.024616687, -0.020119024, 0.0058221724, 0.06411085, -0.03506743, -0.015242077, 0.02559327, 0.06528479, -0.04035353, -0.018213144, 0.045999993, 0.029381141, -0.065602355, 0.042475928, 0.0077091404, -0.024067173, 0.018031465, 0.03973632, -0.009606561, -0.0013558689, -0.024133619, -0.039310742, -0.03222105, -0.04720803, 0.040287822, 0.037112184, 0.013765255, -0.03592356, 0.0017401314, -0.02083628, -0.032192927, -0.03032363, -0.016025536, 0.035618935, 0.009396012, -0.036238134, 0.044602312, -0.032041114, 0.023079202, -0.04363469, -0.042456016, -0.04643403, -0.0486082, -0.0015696522, 0.009552306, -0.038787857, 0.03413863, 0.014577458, -0.018411247, -0.028954074, -0.028811717, 0.026755018, 0.012679963, 0.005683799, -0.03182011, -0.022625191, 0.019038908, 0.0153728295, 0.020393783, -0.03172156, -0.01716737, -0.0016057391, -0.06703289, -0.06631015, 0.021984588, -0.0013777699, -0.011184176, 0.013583576, 0.04959967, -0.0137239415, -0.06402847, -0.006782829, 0.0365268, -0.007207409, 0.016801525, 0.023617204, 0.005034236, -0.051185917, -0.06847039, 0.027198015, -0.016266445, -0.006208302, -0.044785485, -0.045187168, 0.023840198, -0.0086379405, 0.0259407, 0.010178475, 0.025487749, 0.0036687853, 0.009960958, -0.016690528, 0.020628221, 0.010773284, 0.021685753, 0.0648398, -0.023084613, -0.012773241, 0.01957623, -0.029270642, 0.047024366, 0.0018347037, 0.043476403, 0.007924167, -0.039067343, -0.04731007, -0.006155696, 0.001810314, -0.0033294447, -0.037556175, -0.05749203, -0.056637395, 0.008258655, 0.028287088, 0.016983204, -0.051357765, -0.017277125, 0.037050463, -0.00369977, -0.018798994, -0.016503375, 0.031039642, -0.057676196, -0.027970416, -0.010098088, -0.004293336, -0.04040131, -0.011125194, -0.03602709, 0.010438797, -0.00131804, 0.028824285, -0.011947475, 0.017912004, -0.0141574815, -0.009570971, 0.016970262, 0.0922628, 0.033701606, 0.022237446, 0.019358339, 0.012769259, 0.052018777, -0.019939251, -0.074323915, 0.06582833, 0.004274546, -0.03281001, -0.02920245, 0.00096563355, 0.02530159, 0.030250212, 0.019805443, -0.011012702, 0.01581228, 0.008909213, -0.02024396, 0.004068478, -0.037269473, 0.023917848, 0.046424076, 0.0005166637, -0.003219442, -0.039071325, 0.04927419, -0.011889736, -3.0487141e-05, -0.024285186, -0.014106152, -0.037671905, 0.021292903, -0.052115344, 0.037591513, 0.034185417, 0.034197364, -0.005357773, 0.011930054, -0.02254804, -0.027286613, -0.034614477, 0.066365905, -0.010382053, 0.045263324, -0.053496595, -0.0032147134, 0.0016440657, -0.016472513, -0.050575975, 0.01578761, 0.04659331, -0.02254406, -0.01801591, -0.012470609, 0.01840953, 0.04106929, 0.047630623, -0.015152482, 0.025175037, -0.03446423, -0.05967018, 0.012273501, 0.042766616, -0.015431222, -0.00896633, -0.011885754, -0.018167349, 0.052174076, 0.0050939657, 0.050001897, 0.0332298, 0.054314397, 0.03862534, 0.0034070935, 0.019182261, 0.0039113136, -4.9774924e-05, 0.05138763, 0.009315874, -0.023828253, -0.09086511, -0.018876642, 0.010652332, 0.02035197, 0.0530083, 0.02715919, -0.024365323, 0.016953899, -0.025392678, 0.014990217, -0.014934966, -0.007936114, -0.008717581, -0.062365986, -0.00020768587, 0.052612096, -0.054851968, -0.015688062, -0.031238742, 0.007882357, -0.004952605, 0.006986408, -0.030404016, 0.0045677205, 0.019720824, 0.03269018, -0.019455027, -0.017082755, -0.04335296, 0.042740732, -0.01641328, -0.0043841754, -0.01967105, 0.009181483, -0.026196232, 0.04572474, -0.042719327, -0.019535663, -0.032947764, 0.010511469, 0.0062628053, -0.015321033, 0.05091975, 0.048134346, -0.008431872, -0.008051094, -0.031505536, 0.08168762, -0.048234887, 0.008235261, 0.009414429, 0.03557065, -0.081345044, -0.0134641165, 0.027754622, 0.0011624934, -0.0013877248, 0.006365715, 0.029068556, -0.0012199834, -0.0090976115, -0.006470717, 0.002022853, 0.011656789, -0.02280687, 0.009361668, -0.004462913, -0.057322796, -0.028916243, 0.0010930214, -0.019150902, -0.06522307, -0.037151005, 0.020262375, -0.021355433, -0.03814999, 0.064647675, -0.014341524, 0.0013715479, 0.041412488, -0.04714681, 0.014643037, -0.037633825, -0.011600046, 0.034021877, -0.042096395, 0.023186157, -0.0076414463, 0.030392569, -0.017681547, 0.0067721275, -0.019917997, -0.017641477, 0.0002384219, 0.0037607444, 0.014705006, 0.010654821, -0.003269217, 0.021685937, -0.04953003, -0.06693732, -0.014871752, 0.008165327, -0.0065175286, -0.0038844352, 0.031114304, 0.009877025, 0.019055832, 0.0199916, 0.014994945, -0.0069022574, -0.027417397, 0.015072096, -0.0036853354, -0.017263187, -0.025216972, 0.02212595, -0.0052900794, -0.03967895, -0.047890943, 0.006632073, 0.04770727, 0.0074751982, 0.035422076, 0.009174016, 0.01312266, -0.033217795, -0.024314927, 0.0017530728, 0.0038744803, -0.10258412, 0.01505567, 0.06437889, 0.023353897, 0.007193845, 0.013694077, -0.02382626, 0.037217706, -0.04683845, 0.0010592104, -0.041544143, -0.042169314, -0.02858574, 0.019472448, 0.013231917, 0.030212134, 0.02094007, -0.034129668, 0.034488298, 0.027097158, 0.0043712338, 0.022334008, -0.014466584, 0.05116862, -0.008845999, -0.0051178574, 0.054135207, -0.021275545, -0.005172361, 0.027316043, -0.013560182, 0.0185322, 0.04335993, -0.051891353, 0.011251994, 0.02798645, -0.040899057, -0.007223337, -0.023981558, -0.006319424, 0.008222817, -0.029155163, 0.04785162, 0.023003979, -0.011412892, -0.029208796, -0.032459226, -0.01142235, 0.006874477, -0.005220394, 0.0033461193, -0.0014255538, -0.010145623, -0.024977056, -0.008083448, -0.019815054, -0.063990645, 0.0703469, -0.011563214, 0.07514022, 0.030269127, -0.026476279, 0.031158604, 0.04042819, -0.033542324, -0.013343662, 0.0023389237, -0.033497527, -0.039334137, 0.043701388, -0.018153537, 0.060126115, 0.064866684, 0.05074367, 0.0039272415, -0.06164674, 0.010013221, -0.015038498, -0.007235905, -0.034249127, -0.005916745, -0.009616017, -0.0003862534, -0.020596864, -0.004184018, -0.04956114, 0.06575068, -0.011988352, 0.012865823, 0.015297327, -0.016753243, -0.0046416363, 0.0012899172, -0.0008561287, 0.05564737, 0.03183405, 0.037193812, -0.03936002, -0.011889239, -0.04880332, 0.00041313187, -0.0025258285, 0.011657786, -0.016772158, 0.022996513, -0.024256812, -0.015696522, 0.034152567, 0.050581276, -0.047335707, 0.017633265, -0.00089495315, -0.023013188, -0.018974202, 0.026223421, -0.044800416, 0.018321155, 0.007351756, -0.0046096556, 0.01726493, -0.033146117, 0.0676272, 0.024365822, -0.011058744, 0.052699696, -0.010466422, -0.014346439, 0.02326679, -0.035083357, -0.013186871, 0.01125411, -0.054931607, 0.005380669, -0.022676459, -0.040666115, -0.000103531835, 0.006436893, 0.05797385, -0.020316133, -0.019283801, -0.019746708, 0.06599377, -0.0075916713, 0.006960028, -0.026671395, 0.012882496, -0.037532285, -0.0042607337, -0.007402278, -0.026529038, -0.008589161, -0.06853808, -0.022923095, 0.037176143, 0.021857165, 0.011000258, 0.05842257, 0.017570548, -0.030742984, -0.0027376208, 0.008322367, 0.0060328455, 0.06280003, 0.03753328, 0.02366972, 0.021706844, 0.024856728, -0.0038757245, 0.018762408, -0.06490725, 0.019890059, 0.062507346, 0.0040468257, -0.000666984, -0.0047670687, 0.0073482725, 0.0067295698, -0.008785274, -0.020010825, -0.03930726, 0.04346645, 0.035115212, -0.057785448, 0.01549145, 0.020710101], [-0.0074605895, -0.06645386, -0.035392113, -0.036500245, 0.0017361597, 0.0071854177, 0.023300586, -0.003445058, 0.0022170239, 0.0193941, -0.013938753, -0.010492684, -0.0015937935, -0.03748974, 0.007155892, 0.034887772, -0.033818513, -0.01724195, 0.055374358, 0.026489813, -0.021011116, -0.00689996, 0.0010763281, 0.038821016, -0.043724567, 0.086130485, -0.03464242, -0.02681531, -0.005930659, -0.012089255, -0.010989956, -0.06263888, -0.04517852, -0.043677114, 0.019014457, 0.050510183, 0.020949021, -0.0038509527, -0.017782763, -0.034219358, -0.10109003, -0.015499731, -0.0041326554, 0.043025233, 0.031708263, 0.047810778, 0.012312499, -0.037375078, 0.009266292, -0.012215718, 0.02696424, -0.042189334, -0.033999752, -0.019913837, 0.014583438, 0.057867784, -0.019313324, 0.035999693, 0.0227705, -0.011127778, 0.045260306, 0.0035369394, -0.033499956, 0.019077059, 0.043447156, -0.006733614, 0.034750454, 0.01715234, -0.0139818685, -0.00851319, -0.033537816, -0.0048322794, -0.03615493, -0.011566489, 0.0059494483, -0.0073540676, -0.03525593, -0.039494477, -0.02607117, -0.04937261, -0.031299338, 0.048442338, 0.011062149, -0.0008703516, -0.053032886, 0.009899997, -0.021041155, -0.024618734, 0.052860986, 0.046690024, -0.061496098, 0.0014499129, 0.048800275, 0.005370534, 0.017865684, 0.052792583, 0.004349739, 0.03286032, 0.004694358, 0.030486068, 0.025201483, -0.016169658, -0.016642194, 0.0011570401, -0.02282805, -0.018212765, 0.019003604, -0.025897505, -0.026410427, -0.009032548, -0.017170765, -0.041938934, -0.0092507675, -0.04575549, 0.033396464, -0.014012459, 0.03346815, -0.016276687, 0.006641732, -0.014479441, 0.041730434, -0.024657607, 0.0020632988, 0.020961136, -0.061817177, 0.016079292, 0.014764424, 0.009361707, -0.03477166, -0.02070417, 0.028914453, -0.011412512, 0.04653049, -0.03087382, -0.049689807, -0.02603823, 0.009780728, 0.032690182, -0.022840671, 0.043676104, -0.026433649, -0.0028649915, 0.017823024, 0.012599905, 0.015844034, -0.025739994, 0.006490279, -0.04243873, -0.007081956, 0.014461771, 0.01947437, -0.033255108, -0.0015538952, 0.009358552, 0.0040382496, -0.020259907, 0.016090903, 0.03513565, -0.006954862, 0.03594239, -1.2621108e-05, -0.005403854, 0.010587595, 0.007492395, 0.0073020686, -0.034234505, 0.0006093471, -0.040462267, 0.034745406, 0.07283894, 0.07406168, -0.0030214933, 0.05214032, 0.022476679, -0.035770494, -0.019729987, 0.0027160626, 0.016553845, -0.003460203, -0.0155330505, 0.00061622565, -0.045482945, -0.0039544455, 0.014075059, -0.055488452, 0.021502329, -0.043867946, -0.031279143, 0.029499063, 0.041191258, 0.022439573, -0.048073296, -0.03973024, -0.026312487, -0.020801606, 0.032487743, -0.012574032, -0.017782638, 0.025503473, 0.003550949, -0.01750409, -0.042315044, -0.034187555, -0.01839943, -0.045753032, -0.023034533, 0.08000369, 0.012615871, 0.034960978, -0.05478571, -0.023343498, 0.0049308147, -0.023852885, 0.048741713, 0.03469997, 0.008589926, 0.032464646, -0.038604435, 0.03808243, 0.059305076, -0.023146734, -0.012835667, 0.0148272775, -0.02992919, -0.005355389, -0.038717523, 0.009035704, -0.0036805044, -0.03203035, 0.0059314477, 0.07460741, -0.03536334, -0.010823358, -0.066700034, -0.018202668, -0.0032701292, -0.021766867, -0.012899783, -0.065203674, 0.043162517, -0.029519256, -0.010648177, 0.028422736, -0.040639214, 0.03270962, 0.016920364, -0.012332337, 0.0017174174, -0.011617573, 0.033214528, 0.00798323, 0.042203978, -0.018199828, -0.022754723, 0.0069748033, 0.010676196, -0.004317429, 0.02172446, -0.022730112, 0.035647057, -0.022158626, -0.029759564, 0.023462702, -0.009967299, -0.00014716212, 0.03840856, 0.019807568, -0.024524327, 0.026291283, -0.021247888, -0.028492406, -0.08450286, 0.053828523, 0.015119267, 0.025350254, 0.020209929, 0.025253324, 0.00256991, 0.03431326, 0.005606296, -0.040456206, -0.011821435, -0.00019486992, 0.011233418, 0.024677549, -0.029238565, 0.039258715, -0.031572964, -0.040010933, -0.03784212, 0.018935196, 0.0028039054, -0.007827107, 0.070777155, 0.04823434, -0.020714773, 0.01624791, 0.007866989, -0.061277498, -0.06578323, -0.020857139, -0.0066228006, -0.023146102, -0.013790833, 0.033204623, 0.0053402437, -0.068190336, 0.015108855, 0.012537304, -0.015915785, 0.022932049, -0.051128868, -0.052515928, -0.007343466, 0.013010847, -0.03084195, 0.028081462, 0.06629111, -0.043045048, -0.005440203, -0.04686268, -0.03306705, -0.02512358, -0.067738, 0.037037652, 0.037076652, 0.00036954606, -0.0078268545, -0.061253775, -0.027183343, 0.01673862, 0.0054422216, 0.0067112744, 0.0013671184, -0.011587819, 0.0086787315, 0.02328342, -0.03915926, 0.0019205224, -0.0045446088, -0.0013378374, -0.078596815, -0.029610258, -0.009608197, 0.02753396, -0.060613632, -0.05041174, -0.012167757, 0.03166283, -0.0028662537, 0.054729164, -0.036062043, -0.0026120646, 0.019468818, -0.0013652883, -0.04217457, 0.024935989, 0.016864324, -0.01696277, 0.020795548, 0.009894948, 0.0012918966, -0.0941151, -0.016076012, -0.018466702, -0.017750831, 0.0744817, 0.020257479, 0.01485252, -0.028828884, 0.05458377, 0.020683978, -0.015413528, 0.043247994, -0.040204287, 0.036132973, -0.0016863063, 0.0053163897, 0.11256614, 0.005686819, -0.0048828544, -0.021742636, 0.04902581, 0.025612773, 0.05832164, 0.068176195, 0.008816854, 0.0013679547, -0.013642914, 0.052356396, 0.005633053, 0.014673805, 0.03428398, 0.012647361, -0.0022023835, -0.007288059, 0.009799029, 0.0070448504, 0.022696603, 0.034352638, -0.009172769, -0.014529041, -0.02906086, -0.0021027713, -0.0051860134, -0.054433834, -0.07190195, 0.0209571, -0.03707072, -0.014295173, 0.012969199, -0.024369847, 0.008893337, -0.0040905015, 0.045262326, -0.023484064, -0.016947623, 0.023130454, -0.0023228992, -0.017979274, 0.0078283055, 0.027971404, -0.051189385, 0.04044914, 0.06733412, 0.0015821821, 0.0037267609, -0.0010531053, -0.028564092, 0.066453665, 0.026708284, 0.049963687, -0.013630796, 0.07863859, 0.027466562, -0.044870563, 0.011810581, -0.04850343, -0.02882964, -0.011504392, -0.016334744, 0.0034814065, -0.020034116, 0.016592719, -0.03238728, -0.027649315, -0.009515306, 0.055889297, 0.057172608, -0.006642237, -0.0054437364, -0.008103762, -0.058047004, -0.058319617, -0.03165172, 0.033772066, 0.04981476, -0.06763703, -0.039198134, -0.025881981, -0.043144, -0.028724127, 0.021971205, -0.020943088, -0.045479283, 0.003707577, -0.0043315645, -0.013214048, 0.02287008, 0.045680333, 0.0067601185, -0.044995766, -0.008228205, -0.06312094, 0.0053432724, 0.01372167, 0.05730993, 0.005769866, -0.052176673, -4.796021e-05, 0.02709247, -0.040663194, -0.0025731914, 0.0022430234, 0.03038557, 0.038115308, -0.018672172, 0.006368359, -0.002124385, 0.01805119, 0.01192089, 0.0276921, 0.009981782, 0.020800611, -0.023102686, 0.009802057, 0.006957891, 0.01735251, -0.03256347, 0.027515657, 0.033278327, 0.040782336, -0.03373168, 0.025979288, 0.026577026, -0.0016228221, 0.036302347, 0.026303904, -0.039342016, 0.013398317, -0.034711078, -0.06581353, -0.010512721, -0.0121541275, 0.017632572, 0.04951715, 0.0014620924, -0.013863025, -0.0025858127, -0.017518982, -0.013738455, -0.03259477, -8.834776e-06, 0.040522844, 0.02377009, -0.052035313, 0.055884376, -0.07560751, 0.01751406, -0.011870941, -0.028588327, -0.01948095, -0.018047176, -0.008984715, 0.014856559, -0.02560184, 0.024731316, 0.019279752, -0.009662216, 0.022910846, 0.005551268, 0.020319479, 0.03875488, -0.0027110141, -0.013505091, -0.039042894, -0.044443466, 0.037040398, 0.04824343, -0.024414273, -0.01410737, 0.027968377, -0.054737244, -0.032845173, 0.04709087, -0.026936475, -0.017747298, 0.00622776, 0.08359616, 0.011595264, -0.016936265, 0.0014011955, 0.021521892, 0.034473296, -0.010416958, 0.021920847, -0.03014274, -0.04407089, 0.016270375, 0.014410907, -0.02290239, 0.01216022, -0.02166489, -0.04258463, -0.018208979, -0.026849642, 0.0025767256, -0.07652632, 0.006394359, -0.02603987, 0.0216659, -0.03797843, -0.016661504, -0.027294157, 0.03420699, 0.03431932, 0.011953704, 0.0035606672, 0.013848891, 0.00955115, 0.051824797, -0.008257739, 0.04534714, -0.017518668, -0.03434153, -0.019643998, -0.059206124, -0.017301679, -0.021957194, 0.01050783, -0.041158948, -0.072459295, -0.008546005, -0.04173649, 0.008247894, -0.024505142, -0.011034888, 0.025448445, 0.003011207, -0.019600077, 0.0005136791, 0.007727147, -0.023757216, -0.035626106, -0.014325462, 0.019194182, -0.012360018, -0.00010803669, -0.009531461, -0.00624341, -0.010261466, -0.015586563, -0.0014451169, 0.021391263, 0.030129615, -0.00038418654, -0.032621272, 0.018007293, 0.035630904, 0.0021885002, 0.06801869, 0.025861787, 0.06016735, -0.032016218, -0.024657607, 0.09624353, 0.00298363, -0.04790165, 0.0066730324, 0.0023480312, 0.016184047, -0.032343358, -0.0155396145, -0.02952658, 0.025530986, -0.028708478, 0.008364261, 0.01592683, -0.04190839, 0.00032814883, 0.0034790086, 0.013896346, -0.004664131, -0.012653419, 0.028405571, 0.0140195275, 0.0069416096, 0.0049414164, 0.0021577047, -0.04987862, 0.008152573, -0.06313785, 0.014642189, 0.05432851, 0.025443649, 0.02732694, 0.017974477, -0.010408754, -0.034416564, -0.018344497, 0.048189413, -0.021089368, 0.044277374, 0.014875743, -0.008093917, 0.011923413, -0.008418784, -0.027091714, -0.030950995, 0.013218844, -0.021697199, -0.016051274, 0.032015715, 0.025369437, 0.04468175, 0.0017265676, -0.0015357365, 0.033483297, -0.035881814, -0.04695355, -0.05128726, 0.01733156, 0.007869703, 0.012390394, 0.013676233, 0.007769049, 0.028272798, -0.017174805, 0.06984471, 0.000111065754, 0.017458022, 0.040275473, 0.01225762, -0.0008509151, 0.009870969, -0.0068978146, 0.018625854, -0.0011962287, -0.035226144, -0.033125866, -0.041688025, 0.039994776, -0.0044531054, 0.019622136, 0.008541335, 0.032438774, -0.0013546867, -0.08021774, 0.00028170313, -0.027436933, 0.020754151, 0.037731055, -0.07358611, -0.025125094, -0.0039726202, -0.011837085, -0.013776192, -0.039096154, -0.027139422, -0.027316118, 0.020761725, -0.021702249, 0.012900793, 0.061485495, 0.037494283, -0.033082448, -0.044753443, -0.08993701, -0.012014285, -0.0053399913, -0.0046233647, -0.01414801, 0.014921179, -0.020941574, -0.0017187425, -0.038354035, 0.007653188, -0.008614664, 0.0152646, 0.008513695, 0.025486562, -0.0065437923, 0.0064314646, 0.03661434, -0.044227395, -0.069511004, 0.019951448, -0.041164, 0.022894692, 0.045839865, 0.017132903, -0.024916591, -0.02413055, 0.011597284, 0.01347783, 0.008298631, -0.022607433, -0.0023452542, -0.02025486, 0.0003834293, 0.02689205, 0.025351262, -0.031097401, -0.045482434, 0.05196211, -0.012758426, -0.044505056, -0.029850436, 0.032887578, -0.06934946, -0.05454237, -0.042912778, 0.0019011175, -0.011280621, -0.042330187, 0.03836413, 0.005439445, -0.04552888, 0.06672427, -0.06924041, -0.0017770521, -0.0119880345, -0.038352016, 0.022280801, -0.028931115, 0.0067406814, 0.03986453, 0.082230054, 0.0007942463, -0.02484642, 0.027493065, 0.0073586744, 0.019178152, 0.032442626, 0.011155498, -0.037851207, -0.019252492, -0.026113577, 0.0084685115, -0.050801475, 0.0063257, 0.008422823, -0.0029533396, -0.022207094, 0.028342465, 0.032722242, -0.023919525, 0.0075764516, 0.00940424, 0.017945196, 0.009835882, 0.03736252, 0.022585189, -0.02749988, 0.04495033, 0.0073414464, 0.022257576, -0.0057229153, -0.048601363, 0.007928328, -0.004626898, -0.043343913, 0.01123733, 0.016698232, 0.0055578314, 0.009789942, -0.03213637, -0.037826978, -0.0037826013, -0.035722785, -0.038163707, 0.015038808, -0.012325269, 0.021317558, -0.01362089, -0.003008872, -0.022796877, -0.06531272, -0.024027942, -0.04763307, -0.044545446, 0.0018765064, -0.004582977, -0.012979801, 0.009263894, 0.02508395, 0.012253172, 0.015339191, 0.025661236, -0.02335309, -0.012918967, 0.01615098, 0.04923444, -0.023764035, 0.019721998, 0.049658507, -0.00051178597, -0.006330748, 0.03673853, -0.053085394, 0.00971371, 0.03427691, -0.010407366, 0.04449092, 0.03745541, -0.014267911, -0.03391847, -0.06500729, -0.006911319, -0.00062095857, -0.011576081, 0.036865752, 0.0045805154, -0.03912594, -0.02246835, 0.0054932116, -0.033601932, -0.022966377, 0.016342316, -0.011466529, -0.0069749295, -0.031636573, -0.016023254, 0.036605254, -0.015435616, -0.053767942, 0.065545455, 0.04946843, 0.062277596, 0.06073214, -0.031355884, 0.002001203, 0.04076719, 0.0062595652, -0.016003566, -0.019924691, -0.03482366, -0.017702872, -0.007164246, -0.010526004, 0.010211991, 0.06661926, 0.01143422, 0.0039034565, -0.034861017, -0.004517852, -0.010978092, -0.032635156, 0.0056497133, -0.021882478, -0.04567251, 0.053909294, -0.00049903867, -0.032579623, -0.03514524, 0.05006844, -0.016645728, -0.01880747, 0.025433175, -0.011250977, -0.016044458, -0.004060968, -0.017880071, 0.037483685, -0.01727855, 0.06675456, -0.023150142, -0.0037974392, -0.023541903, -0.031008044, -0.030948725, -0.02095003, -0.005263002, -0.0052948073, -0.03407901, 0.00033521664, 0.0037231005, 0.012209155, 0.024036648, -0.013890792, -0.0134787755, -0.048943646, 0.007884659, -0.00091881666, -0.01087441, -0.0022256062, -0.030996433, 0.032740165, 0.024736362, -0.04819244, 0.054984614, 0.00719908, 0.058783427, 0.031013597, 0.01910028, 0.030311864, 0.03246452, -0.013976111, -0.044135515, -0.007094325, -0.027283302, 0.009894066, 0.016523806, -0.017740324, 0.012315173, 0.0021587145, 0.051816717, 0.03629831, -0.010493189, -0.020326547, 0.026051987, 0.016764872, 0.012222912, 0.030286873, 0.018642513, -0.0024883777, -0.024688909, -0.011769435, -0.018158998, -0.019017486, -0.09119508, 0.009119887, 0.022860361, 0.024595134, -0.017592562, 0.015458333, -0.024442544, -0.06981593, 0.007953696, 0.008147178, -0.0015613573, 0.01355709, 0.0019663686, 0.034520246, 0.038468126, 0.05045212, 0.027315106, -0.028380329, -0.021010611, -0.002130443, 0.024533289, 0.007132441, -0.021246122, 0.0026867816, -0.01649011, -0.018099489, 0.0022084415, -0.03512909, 0.015461363, 0.031505316, 0.019370371, -0.05198685, 0.0012174321, -0.030317923], [-0.026623938, -0.08183273, -0.06111877, -0.030407578, 0.009311286, 0.0215558, -0.012924831, -0.027205354, 0.0110552935, 0.068118036, -0.009434169, 0.025719646, -0.05668092, -0.02274634, -0.015758578, 0.021146607, -0.015690379, -0.025969267, 0.036709905, 0.038829695, 0.004870733, 0.0074082245, -0.020900724, 0.016701626, -0.035722412, 0.029748823, 0.008804857, 0.016052533, -0.00654706, 0.017037213, 0.0008023966, -0.052312996, 0.010605505, -0.00019136992, 0.006412503, -0.0043536657, 0.00024898793, 0.021110034, -0.059002288, -0.044978146, -0.02767308, 0.016869996, -0.0032302877, 0.02527946, -0.013999446, 0.057948288, -0.02427638, 0.034606677, -0.018553682, -0.030043239, 0.03084598, -0.028189573, -0.032085743, 0.034110714, -0.004514674, 0.029453488, 0.063401185, 0.005506026, 0.021924736, -0.008374275, -0.0048284107, 0.02311712, -0.08942036, -0.027707238, 0.02585357, 0.02888306, -0.016041033, 0.007770723, 0.009945027, -0.06031028, -0.015504644, 0.013580594, 0.00066105434, -0.011589841, 0.056052987, 0.017665837, -0.067477226, 0.0077456515, -0.02697948, -0.008569325, -0.008958505, 0.01607268, 0.023797955, -0.054378502, -0.037935406, 0.013935964, -0.0014207262, -0.03585794, 0.010487624, 0.008671335, -0.039535373, 0.012066426, 0.051901735, 0.0047393385, -0.012228815, 0.022061609, 0.04321648, 0.06208482, 0.026239762, 0.015470603, 0.062784575, -0.028171401, -0.015189988, -0.022825463, -0.021716923, 0.036419168, -0.00089888665, -0.013756554, -0.024712482, 0.02962922, 0.007735934, -0.011527508, -0.00045726376, -0.04648403, 0.01581194, -0.029323762, 0.043095034, -0.02099917, -0.033837516, -0.018237187, 0.0071377303, 0.022552209, -0.0009975617, 0.017902289, -0.04351941, -0.020685432, -0.011447809, 0.003625333, -0.045500044, 0.0025538225, 0.043359093, 0.024022907, 0.027756922, -0.0079786545, -0.024213817, -0.0061074067, -0.033809915, 0.028942632, -0.027660314, 0.03796485, -0.044596095, 0.02271575, 0.023997147, -0.005214371, 0.0020535465, -0.017799474, -0.0070613665, -0.05207194, -0.013947004, -0.0075057494, -0.010519827, -0.011263224, -0.020425059, 0.008606242, 0.028181983, -0.0289194, 0.014519503, 0.03245497, -0.04289999, 0.040707972, -0.018069739, -0.004841521, 0.019884072, 0.009106632, -0.024644397, -0.062316675, 0.008169104, -0.002758533, -0.030305956, 0.016703006, 0.083128154, -0.008411076, 0.017779348, 0.010067513, -0.06935688, -0.013976675, 0.02138743, -0.017973823, 0.03971846, 0.012684698, 0.004372757, 0.041328546, 0.00037102003, -0.014929614, -0.03256969, 0.05757383, 0.0027872273, -0.020146286, 0.003077042, 0.03187321, 0.032040663, -0.025991349, 0.024192655, 0.008768457, -0.028947461, 0.046955787, -0.066677704, -0.014534454, 0.03143711, 0.047630873, 0.023214184, 0.010303155, 0.0047989693, -0.01830021, -0.027866406, -0.039655898, 0.051586155, 0.0028074682, 0.04889134, -0.038268466, -0.021657234, 0.0006803753, 0.028064216, 0.035270948, 0.031663444, 0.051139932, 0.027782682, -0.017773481, 0.023629814, 0.06669978, -0.028631885, 0.04028958, 0.04254669, -0.03895666, -0.027530013, 0.007678719, -0.02285163, 0.021119695, 0.007209271, -0.0127104595, 0.07262489, -0.009965037, -0.019305822, -0.07097616, -0.0026205548, -0.017289538, -0.05571441, 0.04382371, -0.051546596, 0.04203238, 0.011618363, 0.017814493, 0.0057005296, -0.025798138, -0.008110221, -0.01210478, -0.02253289, -0.008703652, -0.03315024, 0.02177753, 0.041587535, 0.019530542, -0.009622032, 0.012113809, -0.004390928, -0.0014757565, 0.0056580063, 0.023828316, 0.029820127, 0.031618822, 0.030097522, -0.054790687, 0.003721593, -0.05224353, 0.019030267, -0.00090624706, 0.018080778, -0.0127215, 0.02950708, -0.050572496, -0.035366636, -0.059166428, 0.056231476, 0.016713588, -0.028657649, 0.022484127, 0.00017986934, 0.011583401, 0.027708158, 0.01079216, -0.06201122, -0.0029036705, 0.019950315, -0.012746916, 0.031281106, 0.0121906325, 0.017157512, -0.060118683, 0.001059435, -0.02547888, -0.024271779, 0.012738981, 0.015398839, 0.053131837, 0.029656015, 0.008153463, 0.040046517, -0.006594902, -0.066412725, -0.0134840235, 0.0031292548, 0.013082159, -0.0014433248, 0.0022596372, -0.014206572, -0.029060628, -0.04033305, 0.039770443, 0.01136834, 0.011302556, -0.015500735, -0.007407305, -0.047157966, 0.021548439, 0.0068888576, 0.004007728, 0.027943, 0.089899704, -0.019580455, -0.018134141, 0.00018032936, 0.017760832, -0.015944429, -0.03320084, 0.031499676, 0.053482376, 0.018046737, 0.025764495, -0.04542, -0.035001203, 0.039042227, 0.06703468, -0.01733462, -0.008507294, 0.03928512, 0.018751953, -0.015840461, 0.009767227, 0.0046968437, 0.006999723, 0.0058653047, -0.060426895, 0.042695735, -0.0066606854, 0.041637678, -0.06172232, -0.005384119, -0.07954364, 0.004206918, 0.01099779, 0.01291333, -0.0215535, 0.02565645, 0.019292481, -0.020280842, 0.011872066, 0.013313443, -0.000365949, -0.034039006, 0.008539423, 0.00308124, -0.012208574, -0.041258622, 0.045218505, 0.0025361117, -0.036562696, 0.05964302, -0.021052992, 0.043687545, -0.011655395, 0.055889223, 0.03392492, -0.00809182, 0.010376298, 0.023529531, 0.049933754, -0.036892075, -0.0074128243, 0.020227134, -0.011807432, 0.012945532, -0.004292943, 0.059961926, 0.03564633, 0.03084828, 0.065454036, 0.041268744, 0.026408128, -0.040344093, 0.053285483, -0.007475388, 0.018058697, 0.02629272, 0.031689204, 0.01983071, 0.004203468, 0.05124965, 0.024929613, 0.030329833, 0.0043107686, -0.00079124107, 0.03258878, -0.011300947, -0.0063501694, -0.0016793172, -0.03666758, -0.02213865, 0.005183089, -0.013957124, 0.024882693, 0.037300576, 0.008535283, -0.045535926, 0.011844695, 0.03549452, -0.029943874, -0.013036098, 0.038049497, 0.027265614, 0.018872019, 0.032799702, 0.035327993, -0.0655626, 0.04057963, 0.015323396, 0.016803753, 0.0054494427, -0.040221956, -0.027143707, 0.036340967, 0.023581533, 0.042840183, 0.02040344, 0.085358344, 0.030469682, -0.04599043, -0.012432606, -0.015858402, -0.058638554, -0.011908178, -0.017386602, -0.029856468, 0.01947741, -0.0010396539, -0.03027647, 0.01237375, -0.03910755, 0.012407764, -0.0043325047, -0.08031453, -0.0024625077, -0.016581101, -0.013666849, 0.00017020883, -0.045266345, 0.0059228074, 0.075230464, -0.054186672, -0.024936888, -0.042465266, -0.02791494, -0.007918966, 0.01771552, -0.045895662, 0.0084787, -0.0069659115, 0.018241787, -0.048103776, 0.04238936, 0.010036801, 0.027189251, -0.027101846, -0.044809543, -0.027301854, -0.0231208, -0.00030005057, 0.05851504, 0.019104792, 0.002096789, 0.0062756455, 0.00028061456, 0.01849204, 0.055465996, 0.02696016, 0.04508533, 0.030409647, -0.044070058, 0.0059672, -0.014093291, 0.006113717, 0.0049972394, 0.029853709, 0.012582343, 0.062128983, -0.044210136, -0.03045266, 0.007828737, 0.023126319, -0.05401773, 0.015008968, 0.033097796, 0.040793538, -0.047428463, 0.009538135, 0.004465682, -0.06873861, 0.03159628, 0.047735754, -0.013752873, 0.020772837, 0.0025862542, -0.06725181, -0.011201582, -0.010468992, 0.036706224, 0.02679363, 0.011462416, -0.045816537, -0.018527921, -0.014467751, -0.044741005, -0.008845396, -0.009757106, 0.025823498, 0.009442206, 0.0006316128, 0.028649826, -0.030553866, -0.00084822654, -0.0031144768, -0.051294502, -0.041671723, -0.035359275, 0.02389778, 0.029905003, -0.020689458, 0.019625537, 0.017297357, -0.012656148, 0.023230517, -0.014394146, 0.023261568, -0.0007905511, 0.005820682, -0.037081603, -0.02640675, -0.025298553, 0.04814242, -0.02065139, 0.0014122733, -0.0067954725, -0.008186585, -0.086035505, -0.04184193, 0.06261293, -0.0075214044, -0.014170345, 0.023959424, 0.044963654, 0.0011291682, -0.046109114, 0.004281902, 0.012065506, -0.0032423416, 0.0071542915, 0.016146839, 0.020368017, -0.060599867, -0.084953524, 0.013545402, -0.02831723, -0.028453397, -0.035331443, -0.05548831, 0.025709813, -0.006684147, 0.033843957, -0.044813685, 0.013081239, -0.0063586803, -0.02545496, -0.006416413, 0.014127333, 0.0025809638, -0.0141977165, 0.012719545, -0.02218787, 6.35983e-05, 0.051776607, 0.002142101, 0.050786175, -0.016274955, 0.03682215, 0.025103733, -0.017890789, -0.016621122, -0.0339884, 0.01490368, 0.016849754, -0.041648492, -0.03701674, -0.05760971, -0.005564449, -0.03370227, 0.02829331, -0.0346743, -0.027284017, 0.042936787, -0.01771598, 0.029731343, 0.0050961445, 0.012413745, -0.00423475, -0.0012588553, -0.0070627467, 0.014106172, -0.03657742, 0.01829607, -3.6801912e-06, -0.02004485, 0.038636487, 0.0011224583, 0.012350491, 0.018843498, -0.0044741924, 0.0077592228, 0.0041172137, 0.050161004, -0.0071473913, -0.019458089, 0.041209396, 0.009404728, 0.064475104, -0.021118317, -0.0570908, 0.075605616, -0.036522217, -0.027606493, -0.029910753, 0.010038641, 0.021299334, 0.03446683, -0.02595446, -0.020671632, 0.009846351, 0.015293034, 0.013417057, -0.0015368249, 0.0007280453, 0.015685894, 0.050000913, 0.02539884, 0.012413284, -0.040368017, 0.035883013, 0.01850998, -0.027100006, 0.016728077, 0.0042699417, -0.034833927, 0.013444658, -0.035863463, 0.015061181, 0.040628906, 0.044953536, -0.015691875, 0.028446956, -0.022222374, -0.015598604, -0.046751652, 0.041535556, 0.032626044, 0.02174832, -0.034974694, -0.022324497, -0.008508141, -0.052259862, -0.011404911, -0.006146494, 0.030364335, -0.032295514, -0.022433525, 0.039433245, 0.02506118, 0.025853341, 0.016400771, -0.02560746, 0.03777348, -0.029603684, -0.059247393, -0.0035448433, 0.0067761517, 0.023477778, 0.00346628, -0.02237188, -0.0030294873, 0.0400828, 0.069993556, 0.033014074, 0.024202317, 0.06450271, 0.032994293, 0.036529575, 0.03622596, 0.035941206, -0.034756184, 0.00089865667, -0.008338623, -0.03569601, -0.029833468, 0.0026097156, 0.018093659, -0.008057318, 0.049450725, 0.06332873, -0.00090302684, -0.00035335583, -0.009548255, 0.012779463, -0.0061969813, -0.011703467, 0.0031323025, -0.051806048, -0.0358745, 0.043915723, -0.014366545, -0.054054644, -0.04084368, -0.01100653, -0.015625631, -0.033841196, -0.028304808, -0.025050601, 0.02140399, 0.02603827, -0.009568957, -0.032745417, -0.053034313, 0.005467384, 0.0113897305, -0.013737807, -0.042131748, 0.016306926, -0.03241512, 0.0031520836, -0.08032569, -0.009903854, 0.023658108, 0.019529393, 0.00520333, -0.008273414, 0.024177935, 0.026774079, 0.013063298, -0.012682398, -0.01617904, 0.044606674, -0.028254895, 0.011233323, 0.024259819, -0.017616155, -0.057591308, -0.007732081, -0.00057917007, -0.015177107, 0.053526998, -0.034196105, 0.020259911, 0.0005213221, 0.005490385, 0.009193117, 0.012856747, -0.011317047, -0.0204453, 0.0064807017, -0.015992269, -0.10287973, -0.04542805, 0.004302833, -0.035178944, -0.06607967, 0.036331765, 0.026406292, -0.02770002, -0.07619099, 0.048977822, -0.032488268, -0.02073684, -0.0008450638, -0.06462876, 0.0050933845, -0.020160086, -0.045312352, 0.024768375, -0.030240934, 0.027862726, 0.007017894, 0.042844784, -0.014717083, -0.0046577416, 0.0071800523, 0.014465451, 0.039367, 0.0017460205, -0.0068727564, 0.01562885, 0.024846809, 0.017889408, -0.06612935, -0.06187873, -0.02100469, 0.0018953559, 0.020742476, 0.050017014, 0.005644953, 0.012642146, -0.0059791603, -0.005281534, 0.041462872, -0.0033779554, -0.01600423, 0.034648273, 0.006084276, 0.006048394, -0.030683592, -0.010746159, 0.002195349, 0.013914342, -0.0300506, 0.0033245925, 0.02349802, 0.01445303, 0.037066884, 0.049480166, 0.019056719, 0.0008903762, -0.022975434, 0.0015126736, -0.004782063, -0.0401058, -0.006026773, 0.060684506, 0.003626368, 0.001907259, 0.009433709, 0.032178555, 0.046142235, -0.061002843, -0.021269664, -0.056408126, -0.060645867, 0.013140122, -0.010871284, 0.002677339, 0.010993191, 0.01848117, -0.028562423, 0.045177564, 0.03271414, 0.028246846, 0.049441062, -0.015127425, 0.06603551, -0.046144076, -0.056367643, 0.043459374, 0.005192692, 0.011230678, 0.017404543, 0.000732818, 0.03990086, 0.01502622, -0.018030636, 0.031926576, 0.026461149, -0.056105893, 0.0040422874, -0.009396448, 0.010907856, -0.0013000275, -0.03837933, 0.027788661, 0.028440056, -0.0014959975, -0.055215746, -0.009980678, -0.029919952, -0.023539536, 0.030560767, -0.004987579, 0.0003781396, -0.011854815, -0.026293125, 0.057796482, -0.036720484, -0.03145816, 0.03872826, -0.007849847, 0.05102585, 0.027104607, -0.042082064, 0.038860977, 0.0024362865, -0.024015088, -0.028647527, -0.0086611, -0.010913607, -0.06375195, 0.011508417, -0.012636626, 0.040398836, 0.043182444, 0.062305633, 0.010452663, -0.08963473, -0.02539884, -0.019213816, -0.014922715, -0.04638697, -0.019123537, -0.0017572913, 0.014374826, 0.04508602, 0.004180697, 0.008144722, 0.06782592, 0.03507866, -0.024837034, 0.014031649, -0.025954546, -0.055795375, 0.017420644, -0.026345221, 0.057716437, 0.01947005, 0.018040296, -0.043397732, -0.017565552, -0.019924555, 0.009491673, 0.030111322, 0.013732633, -0.0051554875, 0.04107277, 0.021436654, 0.0053850394, 0.029971017, 0.054430947, -0.035404358, 0.055125926, 0.02178926, -0.020171989, -0.026846074, 0.020545125, -0.028044261, 0.05130738, 0.04031281, -0.0048905136, -0.0033406934, -0.015225468, 0.09293954, 0.0043288246, 0.031171218, 0.032115072, 0.0013325167, 0.019873347, 0.025993187, -0.009473732, 0.0067112884, 0.0030619188, -0.027028244, 0.0053820494, -0.013273529, -0.039755262, 0.006529349, 0.009972858, 0.043665465, -0.01657052, -0.049779586, -0.066162474, 0.03892705, -0.0063111535, -0.039792985, -0.0072513563, 0.016885636, -0.005036341, 0.0005639893, 0.027184736, -0.010733277, 0.015652543, -0.064182535, 0.017171541, 0.0070289345, 0.007115649, -0.010575949, 0.058200378, 0.004545036, -0.033578984, -0.0062912866, 0.010342947, 0.009700652, 0.036858033, 0.030779278, -0.00078388065, 0.03352815, 0.03411537, -0.018225687, 0.0012340716, -0.009329917, 0.040978238, 0.050670706, 0.022721497, -0.016156038, 0.015356057, 0.04030729, -0.025720106, 0.00095684966, -0.008549084, -0.023015914, 0.032600973, 0.020667952, -0.041843772, 0.007618455, 0.023001654], [-0.04351483, -0.06292546, -0.036713585, -0.029353814, -0.014061016, 0.008530686, 0.020467585, -0.036991958, 0.057777625, 0.03583332, -0.0151015725, 0.033241015, -0.08317444, -0.038678087, -0.030087784, 0.043735627, -0.020675112, -0.06911028, 0.010103279, 0.015810635, -0.009110684, -0.024506304, -0.010154794, 0.020840423, -0.0029308673, 0.06399987, 0.007467609, 0.022513174, 0.03405937, -0.020176776, -0.022858422, -0.0381531, 0.019255446, -0.005359324, 0.030306805, -0.002443922, 0.022144517, 0.00974831, -0.015122472, -0.03246441, -0.066963546, 0.028105102, -0.020158282, 0.04895702, -0.002917492, 0.05108035, 0.039921157, 0.028357351, -0.022265729, -0.029957583, 0.014874611, -0.018459616, -0.020088896, 0.023725938, -0.02299803, 0.04579208, 0.021610131, 0.02159571, 0.02159362, -0.035098933, 0.017099513, -0.02362876, -0.054070987, 0.013867491, 0.017573291, 0.017809188, 0.005559118, -0.0026065158, 0.0017018006, -0.058000408, -0.0046362206, 0.005577509, -0.0061225533, -0.021292571, 0.055629633, 0.021795085, -0.07466815, 0.0052636066, -0.032608613, -0.037703358, -0.0028638209, 0.025147693, -0.0048700795, -0.03925197, -0.036446914, -0.007542009, -0.016601281, -0.011853669, 0.05873438, 0.012866222, -0.06756878, 0.0103644105, 0.02183085, -0.0020940737, 0.021480557, 0.02797783, -0.007460085, 0.07383511, 0.018060863, 0.017847694, 0.033360977, -0.039559186, -0.021990908, -0.041229427, 0.0035009903, -0.0030290922, 0.008271799, -0.03037201, -0.0091646025, -0.0010683538, -0.03641515, 0.007946195, 0.01317887, -0.04412811, 0.005696633, -0.0122380005, 0.04088376, -0.009639427, -0.030094473, 0.007340544, -0.012384085, 0.008381311, 0.018626805, 0.030076917, -0.03019813, -0.009810694, 0.0059212963, 0.005289939, -0.07438016, 0.014871059, 0.04698395, 0.020459538, 0.048186265, -0.039901927, -0.030185591, 0.014761339, 0.00938446, 0.05098756, -0.009760641, 0.04994512, -0.00085685647, 0.024194283, 0.0037321195, -0.0007621843, 0.025329148, -0.04096568, 0.025060128, -0.039447166, -0.03580323, 0.024512367, -0.007173718, -0.013562575, 0.0101247, 0.025092755, 0.016174108, -0.050768957, 0.013545439, 0.018475708, -0.023854077, 0.012863506, -0.01477192, -0.014469067, 0.01783599, 0.0048890454, -0.0015931261, -0.05103354, 0.024736194, -8.025193e-05, -0.037824363, 0.037610985, 0.0563402, 0.0042067543, 0.02068535, -0.00033772687, -0.051501673, -0.0078529855, 0.020453373, -0.03063032, 0.016407758, 0.028412107, 0.011032969, 0.004172473, 0.019926721, -0.008826876, 0.017603595, 0.033286575, -0.026907906, -0.018500578, -0.025176534, 0.018192528, 0.044755492, -0.03616603, 0.019920032, -0.026940405, -0.024951244, 0.03874705, 0.0022940766, -0.004046662, 0.032497015, 0.056005813, 0.016993867, 0.020526102, 0.032767866, -0.031541515, -0.042387333, -0.024617277, 0.0150092, -0.01607212, 0.0241865, -0.033852104, 0.009057391, 0.04581549, 0.03032018, 0.05019674, 0.023430217, 0.023617472, 0.024143394, -0.03972303, 0.020688279, 0.06138583, -0.039437134, -0.0010181962, 0.023569405, -0.033906437, -0.02013017, -0.0037087258, -0.008062811, 0.005689945, 0.0007105639, -0.0053864922, 0.06873285, 0.010371725, -0.00563101, -0.060561784, -0.016770145, 0.028807098, -0.035438333, 0.029185787, -0.018427012, 0.022355178, -0.010408977, 0.0045375256, 0.04670244, -0.02982425, -0.01044738, 0.021834794, -0.0625965, 0.012988272, -0.014965939, 0.001576616, 0.07492186, -0.018438715, -0.010543097, -0.034275096, -0.023952171, -0.0043744617, 0.002109957, 0.0031539632, 0.001635551, 0.043347113, -0.01794383, -0.042861216, -0.021009287, -0.062467765, 0.08226826, 0.017033942, 0.01381608, -0.02327891, 0.012462717, -0.02690655, -0.035259016, -0.056336433, 0.0118141705, 0.034710214, -0.028540429, 0.028478567, 0.020795595, 0.021481916, 0.044947345, 0.0266311, -0.06302786, -0.034932576, -0.010101711, 0.01588821, 0.01037554, 0.0064263716, -0.003551357, -0.05052862, -0.0037087258, -0.03782039, -0.007674613, 0.0043373657, 0.032925025, 0.04090257, 0.03343914, -0.05503276, 0.028211895, -0.04739545, -0.029828534, -0.036223713, 0.026991814, -0.0035735094, -5.9144e-05, 0.01441358, -0.011372367, -0.02216834, -0.07232705, 0.029306164, 0.0021626223, 0.016011931, -0.021482019, -0.017456675, -0.055298593, 0.019329429, 0.013197491, -0.048908114, 0.02141556, 0.08525785, -0.017955324, 0.010384265, -0.034033503, -0.03478639, -0.023822283, -0.06276286, 0.0023933465, 0.04123444, 0.025449054, -0.018701207, -0.027933104, -0.0056953784, 0.048666522, 0.036135938, -0.008078694, 0.001971188, 0.02806644, 0.013341882, -0.019385021, 0.02327217, 0.021732388, 0.03287027, 0.0054065557, -0.03624545, -0.03683062, -0.02209436, 0.03527699, -0.09325775, -0.024721773, -0.07266812, -0.008235227, 0.02400327, 0.010635052, -0.030044314, 0.012577713, 0.012188785, -0.016426567, -0.012158168, 0.0038554363, -0.010627006, -0.02228412, -0.015178063, 0.018466301, -0.0031039105, -0.019352626, 0.040915944, 0.0051327795, -0.03447907, 0.04950541, 0.003543206, 0.06071727, -0.04615719, 0.04729848, 0.014647649, -0.020521503, 0.02950094, 0.00083386764, 0.03922313, -0.061847482, -0.00708683, 0.021765409, 0.002325634, 0.018156162, -0.010471646, 0.04244909, 0.037995946, 0.054977585, 0.025508827, 0.00938237, 0.046041198, -0.007394881, 0.043563418, 0.014890912, -0.006211165, 0.042183463, -0.003307884, -0.015996885, -0.0021738033, 0.029156946, 0.050794873, 0.0149887195, 0.018408203, 0.0016956354, 0.015038876, -0.023804165, -0.015814645, 0.009968377, -0.043454744, -0.053718634, 0.03741391, -0.02121535, 0.06051873, 0.042356297, -0.008280578, -0.03161184, 0.02509555, 0.023784874, -0.017305994, -0.043339383, 0.05157691, 0.0052525303, 0.011154181, 0.014541221, 0.044221215, -0.026942076, 0.042147726, 0.038962312, -0.014799375, -0.009602853, -0.033158556, -0.052234806, 0.068026885, -0.007286206, -0.004808846, -0.015152567, 0.082137845, 0.035476368, -0.030761253, 0.0069898595, 0.0015578069, -0.07382508, -0.030286742, -0.025869751, -0.041781157, 0.0113949375, -0.0040874146, -0.019491605, -0.013981809, -0.04578085, 0.022380255, 0.026781574, -0.014620897, 0.00879093, -0.011877077, -0.02749966, -0.025840128, -0.051623307, 0.050043765, 0.0432491, -0.069893576, -0.029197907, -0.03052896, -0.0491775, -0.015921649, 0.040414426, -0.020477615, 0.009933266, 0.01640316, 0.022504397, -0.043483168, -0.0035325475, 0.012659323, -0.000516674, -0.038960066, 0.007632711, -0.048942808, -0.0038646318, -0.012582142, 0.04914427, 0.023788845, 0.009727307, 0.0072791004, 0.028564671, 0.01560064, -0.007859673, 0.00051400944, 0.034961835, 0.014411243, -0.024696069, -0.0062613217, 0.028231122, -0.0021525908, 0.030652057, 0.023164384, 0.010752295, 0.04829076, -0.04985567, -0.014980255, 0.020245638, 0.06473823, -0.052698765, -0.0007427483, 0.06488703, 0.03725194, -0.05799623, 0.05275979, -0.0105578825, -0.06607576, 0.018562123, 0.05176291, -0.020046994, -0.012429017, -0.024564091, -0.029807739, -0.011553769, -0.06324259, 0.048497245, 0.02512345, -0.0015264585, -0.06410261, -0.013807511, -0.029148169, 0.0057348777, -0.0074030315, -0.01458354, 0.044505544, 0.039963055, -0.037875567, 0.048465475, -0.044268135, 0.024593035, 0.009152691, -0.004437681, -0.056685444, -0.045551326, -0.0035561635, -0.012222536, 0.009566698, 0.033050418, 0.014681088, 0.005047512, -0.013760175, -0.03312064, -0.0063407384, 0.023584662, 0.0129331, -0.034728184, 0.0060397936, -0.039330132, 0.026580108, 0.024950199, -0.025836863, -0.007404076, -0.00802373, -0.09508515, -0.073798336, 0.024411634, 0.002270304, -0.0131588075, 0.016503789, 0.030720605, 0.022888519, -0.020959128, -0.024220303, 0.040313214, 0.026352726, 0.029742952, 0.019021379, 0.0023205136, -0.06604065, -0.05948439, 0.023939315, -0.022223094, -0.02308246, -0.056861836, -0.050679095, 0.01225472, -0.0059691546, 0.021253387, -0.020310842, 0.017822616, -0.03257434, 0.017311115, -0.003983547, -0.0032236222, -0.014881195, 0.008982364, 0.033511866, 0.008793856, 0.009362738, 0.018240595, 5.6348763e-05, 0.002136394, -0.0026127854, 0.05031161, 0.03448952, -0.014117652, -0.0052373786, -0.049758703, -1.1285427e-05, 0.005237274, -0.03782332, -0.014844098, -0.06589854, 0.013202174, 0.0026976352, 0.011886481, -0.011857327, -0.008102679, 0.03401929, 0.0056038415, 0.013785567, -0.00804233, -0.00010073289, -0.0349564, -0.016375363, -0.027792245, 0.0008493329, -0.035046685, -0.010523244, -0.02525804, 0.011915321, 0.03327226, -0.007863853, -0.020071343, 0.031353425, -0.027632996, 0.024327934, 0.016582053, 0.07241733, 0.017686354, -0.022106271, 0.027501332, -0.02167847, 0.0867958, -0.014481607, -0.031221343, 0.06484105, -0.0027620038, -0.013655576, -0.01202107, -0.006842313, 0.014861927, 0.029941909, 0.0013870626, 0.004918252, 0.003806115, 0.0021396333, -0.009139733, -0.015369498, -0.04604287, 0.019391708, 0.04552165, -0.007996771, 0.0037802, -0.042941887, 0.04521527, -0.0063211196, 0.00951803, -0.032298055, -0.020931542, -0.02699056, 0.03295345, -0.034078646, 0.044223826, 0.026933508, 0.01184531, -0.0023845166, 0.04285871, 0.008960211, -0.023100851, -0.012379487, 0.046138585, 0.024053007, 0.04348484, -0.021311903, -0.025172146, -0.0064375, -0.015176653, -0.02393639, -0.0067461776, 0.009666177, -0.036489546, -0.024202643, 0.021294765, -0.0040205377, 0.043722253, 0.004685333, 0.006420154, 0.023605352, -0.039550822, -0.04309152, -0.038057804, 0.0042784307, -0.008939312, 0.02072966, -0.013658711, -0.00669602, 0.02228245, 0.033337988, 0.05935466, 0.021393511, 0.03085859, 0.049662568, 0.016645588, 0.021079713, -0.01782805, -0.043876905, 0.029022776, -0.0025052605, -0.045212764, -0.06964864, -0.020448254, 0.0037442541, 0.0022407451, 0.028753597, 0.02897429, -0.009028969, 0.04958106, -0.018734958, 0.015725197, 0.008144108, -0.007907949, 0.030685076, -0.06836796, -0.022604294, 0.0075069987, -0.0025935585, -0.037175868, -0.049685974, -0.019789308, 0.0075041824, -0.023306524, -0.01099535, 0.019132562, 0.006682436, 0.033796094, 0.008294789, -0.03226796, -0.036171883, 0.03591859, 0.047937147, 0.027697781, -0.02168432, 0.011544757, -0.00060763664, -0.0009222963, -0.055407267, -0.036719855, -0.016194796, 0.038843185, 0.014441089, 0.013332686, 0.06419486, -0.0034031312, -0.009011831, -0.017026573, -0.05562545, 0.04299497, -0.03873472, 0.012916381, 0.022857169, 0.00311227, -0.068091266, 0.014607941, -0.0017621986, -0.02042934, 0.012116369, -0.044994578, 0.01054247, 0.024324263, 0.022791548, 0.01920926, 0.0038744542, 0.014110127, -0.037968356, 0.010994306, -0.0053738486, -0.06561933, -0.018937156, -0.017094705, -0.04536658, -0.051116508, -0.023735762, 0.008055496, 0.0078074257, -0.038674742, 0.07441694, -0.028187236, 0.007671948, 0.015905764, -0.06758884, 0.002282347, -0.02317358, -0.049904995, 0.029424872, -0.023373792, 0.029506689, 0.015180884, 0.025045287, -0.02812579, -0.03683229, 0.012643859, 0.009223094, 0.034207802, 0.012211668, 0.009497105, -0.010837981, -0.006599676, -0.022677857, -0.03958719, -0.055627957, -0.031874854, -0.0052070753, -0.0010783853, 0.01883914, 0.041716788, -0.022660302, -0.012385129, 0.00012163183, 0.00878884, 0.008134285, 0.021398842, 0.050418276, 0.026458895, 0.0028481074, -0.011052822, 0.013959655, -0.006227048, -0.025095029, -0.016274003, -0.026330156, 0.038734928, 0.036177736, 0.012207906, 0.038622495, 0.0005345949, -0.0121297445, -0.02079946, 0.012890152, 0.020553898, -0.10816956, -0.006034673, 0.06508431, 0.007012012, -0.005174734, 0.024731804, -0.041083973, 0.005107387, -0.053061567, -0.012003514, -0.05142393, -0.0599298, -0.015264585, -0.008910054, 0.009398671, 0.0014997079, 0.026846673, 0.0013751502, 0.020648362, 0.03706636, 0.01410344, 0.0048694527, -0.051929686, 0.03945887, -0.0023285598, -0.006288595, 0.022266565, -0.012417732, 0.004455654, 0.028517438, -0.032399, 0.020123169, 0.02184608, -0.008566267, 0.018142788, 0.042894237, -0.068307765, 0.011311341, -0.034436435, -0.003348787, 0.009404522, -0.014916618, 0.012674789, 0.0074136895, -0.0055049895, -0.035574593, -0.015013798, -0.02412323, 0.00461783, 0.028324751, -0.0006718094, -0.022250708, -0.016242655, 0.017453957, 0.0145169785, -0.028640741, -0.05772789, 0.06626301, 0.004041019, 0.05994265, 0.034172274, -0.027913667, 0.069718026, 0.026070591, -0.035096843, 0.0016008588, 0.003734118, -0.020778561, -0.052412033, 0.041442595, -0.00980765, 0.03355659, 0.060430747, 0.028830504, 0.026131196, -0.08733081, -0.0015518508, -0.029622367, -0.041340403, -0.038053624, -0.0072820266, -0.0041947565, -0.00764316, 0.006536352, -0.013383681, -0.02812412, 0.07442029, -0.0042792666, 0.010649264, 0.01028186, 0.0041273315, -0.03560636, -0.015000266, -0.02142225, 0.077988155, 0.010907156, 0.043016706, -0.02037312, -0.0044926447, -0.07967345, -0.010283114, -0.0028231856, 0.03389139, -0.017254164, 0.028171562, -0.013433002, 0.009404522, 0.013038952, 0.061046638, -0.04161313, 0.048788786, 0.013993251, -0.021448372, -0.039048832, 0.027421707, -0.04995683, 0.021372091, 0.0014094244, 0.0023990416, 0.027414393, -0.028236974, 0.06856503, 0.028651193, 0.04257365, 0.019327339, -0.007912861, 0.02441665, 0.039631914, -0.0296464, -0.010672253, 0.013387024, -0.030963033, 0.018132338, -0.0070787324, -0.020499352, 0.02265612, -0.002306825, 0.06348261, -0.0036273245, -0.043252446, -0.04394629, 0.07128795, -0.0144732995, -0.035522345, -0.034985658, -0.017538493, -0.03036804, 0.0004096192, 0.0011995991, -0.0046809446, -0.019053563, -0.08228163, -0.021367075, 0.0061995657, 0.010606003, 0.009987394, 0.016517842, -0.000945259, -0.051166452, -0.027513871, -0.013291307, 0.0259197, 0.060124993, 0.019785443, 0.023086641, 0.006633323, 0.030068977, -0.031801708, -0.012365693, -0.051207002, 0.016726047, 0.05706664, -0.0036343257, -0.00865122, 0.0191242, 0.01891375, 0.004524359, 0.0015820496, -0.019902479, -0.008984036, 0.023485392, 0.03704295, -0.0434397, 0.0056661204, 0.01815355], [-0.050766326, -0.076353386, -0.04335692, -0.04982638, -0.003480367, 0.026202708, 0.009355189, -0.036573384, 0.044673983, 0.038261883, 0.021011692, 0.024814084, -0.06379726, -0.023483388, -0.035020143, 0.047339916, -0.033509888, -0.05911171, 0.03349058, 0.039196152, -0.012018851, -0.014400812, -0.028711323, 0.024461957, 0.0071481555, 0.041768946, 0.020179085, 0.015791, 0.031060344, -0.009200425, -0.017994767, -0.03676904, 0.005793323, 0.005147853, 0.051157642, 0.0006159363, 0.029466689, -0.0053807106, -0.020911876, -0.049965527, -0.07228804, 0.024714125, -0.022990413, 0.045762733, 0.0026466234, 0.056090243, 0.030873489, 0.021908335, -0.025846608, -0.03639732, 0.047348436, 0.00039074614, -0.037246965, -0.0034173247, -0.028184837, 0.03485819, 0.036686976, 0.039826572, 0.03538297, -0.014861984, 0.035969373, -0.004259303, -0.061488822, -0.015210702, 0.02230547, 0.009273405, 0.020479528, -0.017887995, 0.0132603785, -0.03029532, -0.0177054, 0.025153145, 0.012332926, -0.021293392, 0.051887453, 0.019659983, -0.07162013, 0.0061207428, -0.013213808, -0.0201416, 0.0013323989, 0.012281243, -0.0017056807, -0.054699913, -0.068598665, 0.012027548, -0.013844226, -0.0014741011, 0.045844518, -0.0007133389, -0.054622676, 0.016796404, 0.03283105, 0.025435982, 0.0017540869, 0.011745102, -0.006143177, 0.058989037, 0.02720002, 0.014319028, 0.02702732, -0.032795414, -0.04449508, -0.017890267, 0.0034714218, -0.009334743, 0.006997082, -0.027267037, 0.0030539464, -0.015889965, 0.0049144276, -0.009387066, 0.018803913, -0.074037306, 0.00705842, -0.0043498906, 0.02887773, -0.017298467, -0.044588223, -0.02377872, -0.012094956, -0.0061717867, 0.0035584592, 0.022814631, -0.016830482, -0.020041643, -0.0023194873, 0.012353939, -0.0638904, 0.0057816794, 0.033943657, 0.028831158, 0.04956569, -0.0441918, -0.050836187, 0.002601472, -0.021002604, 0.07208812, -0.026186807, 0.02361146, -0.0146529805, -0.009374499, 0.010364854, 0.0039445907, 0.025932368, -0.059468664, 0.03616219, -0.03841353, -0.015169881, -0.0032255014, -0.002881327, -0.0015448104, -0.0061974153, 0.012761724, 0.01935102, -0.052564442, 0.0013085452, 0.025212212, -0.03453503, 0.020208618, -0.018538859, 0.010923853, 0.018751554, 0.020530075, -0.016306268, -0.04860814, 0.01217674, 0.004736661, -0.009509812, 0.04351367, 0.055501856, -0.003915803, 0.016272759, 0.03487466, -0.061836712, 0.00953182, 0.031716317, -0.03795463, 0.03577826, 0.038645104, 0.010748358, 0.019779252, 0.009173447, -0.011951834, -0.005232193, 0.033405956, -0.048031107, -0.040195167, 0.0040051476, 0.009687153, 0.042332344, -0.041806426, 0.010866349, -0.017801384, -0.017783493, 0.041140795, -0.026632074, 0.024804428, 0.028351812, 0.030839412, 0.005252355, 0.0058450056, 0.037759256, -0.042072795, -0.041768946, -0.022939013, 0.032884013, 0.019799128, 0.051546685, -0.046229586, -0.039074045, 0.053600375, 0.027951978, 0.047721006, 0.032384224, 0.026533252, 0.009518189, -0.037379865, 0.022420196, 0.074155435, -0.043452334, 4.373176e-05, 0.018778533, -0.02717503, -0.021692656, -0.00592821, 0.0019230617, 0.011036874, 0.0036131237, 0.011302744, 0.07694064, 0.0047627864, -0.009625531, -0.058636624, 0.0017258959, 0.008661444, -0.059884116, 0.033540558, -0.049206752, 0.041030616, -0.015556012, 0.011726927, 0.02650869, -0.025881253, -0.014372416, 0.015369941, -0.06760817, 0.0063530323, -0.013794389, 0.0017200214, 0.054910056, -0.0072702635, -0.039533906, 0.00020289833, -0.011819219, 0.0023756428, 0.0054908916, -0.0014800645, 0.008991704, 0.020921104, -0.01240619, -0.058857273, 3.4644643e-05, -0.04010827, 0.04627161, 0.021530794, 0.026758159, -0.014043574, 0.009783988, -0.03215591, -0.022327052, -0.06484341, 0.030764442, 0.022185635, -0.016752532, 0.023207366, 0.0147296535, 0.01721725, 0.05936615, 0.034771863, -0.047446124, -0.018447988, 0.0067971656, 0.0046810023, 0.018016351, 0.00505755, 0.0061871926, -0.043097936, 0.007346084, -0.029513258, -0.011969441, 0.017265031, 0.026530415, 0.039663006, 0.037995517, -0.055031598, 0.055458687, -0.027208539, -0.039300654, -0.03873839, 0.031141559, -0.009415959, 0.009516486, 0.019051146, -0.013907269, -0.020566424, -0.063237265, 0.036059678, 0.03051909, 0.01601548, -0.023805982, -0.017666496, -0.064820126, 0.010684748, 0.02335844, -0.030730082, 0.041688297, 0.10040358, -0.006966129, -0.0028397248, -0.028218912, -0.02737949, -0.007435535, -0.06922568, 0.002775831, 0.05486689, 0.027234666, -0.01629292, -0.03614572, -0.0066392766, 0.05683312, 0.029402794, -0.017133763, -0.0050348323, 0.029235536, 0.016433487, -0.025649104, 0.011722384, 0.025824457, 0.017942516, 0.02043466, -0.06776549, -0.021489335, -0.0012006357, 0.04371359, -0.0828352, -0.02546211, -0.07064327, -0.000918651, 8.97353e-05, 0.022492891, -0.033195816, 0.009471902, 0.014559269, -0.007235619, 0.009486953, 0.0006542726, -0.0085475715, -0.0045864396, -0.014723404, 0.011513811, -0.019092606, -0.045179453, 0.044255406, 0.0036910742, -0.030382784, 0.06664039, -0.022447458, 0.050319925, -0.038013693, 0.06876961, 0.014061749, -0.022651918, 0.017329136, 0.0053270394, 0.04285031, -0.051760234, -0.0036073024, 0.030131752, 0.015834305, 0.009630075, -0.015494106, 0.048674017, 0.011062716, 0.060717862, 0.03693005, 0.031626586, 0.035915703, -0.01818503, 0.049273204, 0.016129637, 0.0059509273, 0.035688527, -0.0022024906, 0.0075477045, -0.01938538, 0.04946119, 0.036674906, 0.004468094, -0.00033167985, 0.0071785403, 0.018821837, -0.021756835, -0.023113089, -0.013929418, -0.043059316, -0.057548728, 0.01807712, -0.013752929, 0.04941803, 0.06149708, -0.024412546, -0.013955544, 0.03369504, 0.02775263, -0.024142206, -0.044284374, 0.044453055, -0.0057816794, 0.014248604, 0.023249963, 0.04884781, -0.04753188, 0.033756945, 0.019670205, -0.003024875, -0.021367794, -0.030332804, -0.051628467, 0.04745521, -0.013032066, 0.005408753, -0.019073864, 0.088276826, 0.04320471, 0.006337698, 0.017618788, -0.03128695, -0.06716063, -0.011172614, -0.031258557, -0.030062463, 0.010869615, 0.013234964, -0.037568707, -0.008920809, -0.030850416, 0.048638806, 0.03538297, -0.011876865, 0.0061071124, -0.01624209, -0.026309483, -0.031477217, -0.05152851, 0.055195164, 0.07764944, -0.055368386, -0.018948916, -0.057866774, -0.042242613, -0.012549312, 0.033422, -0.017215263, 0.013522379, 0.028883409, 0.032845393, -0.033052124, 0.0020599363, 0.01793769, 0.008175568, -0.03460659, -0.020041643, -0.049441315, -0.008662296, -0.011183759, 0.06868045, 0.018332696, -0.009627235, 0.026407454, 0.035322484, 0.013932116, 0.00646293, 0.016563848, 0.028784588, 0.0067926217, -0.033663236, -0.012130168, 0.018020397, 0.0031929156, 0.008492977, 0.011683764, 0.015189262, 0.056308337, -0.03581461, -0.013565933, 0.018408231, 0.053110234, -0.047268923, 0.004571105, 0.026991015, 0.050651602, -0.05312784, 0.026541203, -0.014482596, -0.079407796, 0.028787995, 0.06998218, -0.028576719, -0.010111691, -0.03278633, -0.0153560955, -0.016517542, -0.029162839, 0.07066552, 0.026585504, 0.0016975875, -0.034356695, -0.027763989, -0.036645513, -0.014556429, -0.002942523, -0.0017254167, 0.033817716, 0.020460786, -0.025911354, 0.03464294, -0.033789318, 0.0070851133, -0.0047786892, 0.009388698, -0.048721723, -0.046870228, -0.015765868, 0.004218127, 0.011344132, 0.02698193, 0.015370294, 0.006057417, -0.02045894, -0.021604626, 0.0016020307, 0.016827641, 0.009345818, -0.020516444, -0.006757693, -0.014263654, 0.005576084, 0.026521327, -0.031963944, -0.0023808253, 0.011642872, -0.08531896, -0.06372343, 0.064259104, -0.0067957453, -0.007308884, 0.028697053, 0.035234172, 0.042918466, 0.0056158397, -0.008199989, 0.02116447, 0.039104145, 0.01372439, 0.049961835, -0.0030067007, -0.07439398, -0.057603247, 0.020755406, -0.029669445, -0.029042434, -0.039161507, -0.0391422, 0.011707334, -0.018936278, 0.0069705304, -0.025453022, 0.007845592, -0.017424267, 0.006988847, 0.013657656, -0.00856461, -0.019037515, 0.026220884, 0.019875519, -0.006406987, -0.0032009378, 0.047162153, 0.010475461, 0.031607274, -0.016010368, 0.06343718, 0.023153981, -0.035435222, -0.0053261877, -0.035773825, 0.012031347, 0.0070794164, -0.013639766, -0.033005554, -0.07884553, -0.0068965554, -0.0018111765, 0.0067664967, -0.00449358, -0.007794477, 0.050033677, 0.0009298679, 0.013741136, -0.017344471, 0.0048865983, -0.042044967, -0.02048691, 0.0012636776, 0.0033488877, -0.038265858, -0.005219414, -0.023586754, 0.003725151, 0.0146291265, -0.011162391, 0.015686711, 0.03275083, -0.025109982, 0.0348332, 0.0019173822, 0.06915411, 0.01712922, -0.0063939244, 0.033776823, 0.0071947267, 0.07034339, -0.020016937, -0.06467303, 0.093516685, 0.0014096394, -0.038953215, -0.01995077, 0.010373373, 0.008140355, 0.042309627, 0.016614094, 0.0025421218, 0.002980575, 0.017009951, 0.0032128645, -0.0009954656, -0.030362338, 0.02263715, 0.040356606, -0.008192038, 0.012417548, -0.06520008, 0.04218241, -0.00014369008, -0.0061793476, -0.020950353, -0.019637266, -0.036163326, 0.03358145, -0.045871496, 0.0040290016, 0.018410504, 0.0019153944, -0.014438013, 0.05574493, -0.011177157, -0.0094949035, -0.011246588, 0.039329052, 0.013471656, 0.017473679, -0.014696144, -0.009809049, -0.0046855463, -0.041941598, -0.022836037, 0.004239141, 0.029354801, -0.029272452, -0.032021873, -0.0019798563, -0.028379925, 0.03151867, 0.005831659, -0.0011736583, 0.025139516, -0.045889385, -0.04250699, -0.021875253, 0.03244783, 0.0036552937, 0.000918367, -0.019793734, -0.007669529, 0.03977631, 0.015517392, 0.055825584, 0.01386013, 0.03482326, 0.033482626, -0.0027164808, 0.02556292, -0.009885082, -0.024832258, 0.036191724, -0.01944743, -0.043704502, -0.061224464, -0.02205089, 0.028387593, 0.007475292, 0.029470665, 0.03655748, 0.004425995, 0.04209388, -0.039622113, 0.007286166, -0.009553828, 0.0012222176, 0.027719121, -0.07114306, -0.026230538, 0.041336168, -0.014836995, -0.018453952, -0.03757013, -0.021480247, -0.002922077, -0.0058839098, -0.018921655, 0.019780388, 0.0242734, 0.024786254, 0.00965762, -0.029886398, -0.037636578, 0.006040663, 0.027884962, 0.011082877, -0.024128573, 0.02152781, -0.014510426, 0.012212357, -0.058034886, -0.027036453, -0.02204535, 0.039115503, 0.0024680048, -0.00053273235, 0.05603345, 0.010552133, -0.0031191537, -0.0042618588, -0.036664255, 0.025026496, -0.03816136, 0.01678107, 0.0039281915, -0.0033434918, -0.06780865, -0.0036825552, 0.0063013495, -0.007904135, 0.005954335, -0.03786262, 0.016669469, 0.009394946, 0.005908332, 0.00037257187, 0.009506263, 0.0029181014, -0.01789708, 0.020570008, 0.010247786, -0.09308845, -0.03481162, 0.0014823363, -0.051001456, -0.05777704, -0.044013463, 0.0197713, -0.005421886, -0.039085973, 0.043471646, -0.018728552, -0.0065370467, 0.017717043, -0.065141015, 0.015786598, 0.0015845664, -0.027899727, 0.02099579, -0.024744226, 0.042898018, 0.016629996, 0.04579908, -0.024248978, 0.0015030663, 0.0049107363, 0.00020446019, 0.037879232, 0.017434774, 0.012827321, -0.0048729675, 0.0013406251, 0.0021195705, -0.035167154, -0.048007254, -0.022615, 0.0066915276, 0.0006957326, 0.0048252605, 0.036181502, 0.010741259, -0.005053006, 0.018520685, 0.011004502, -0.0080491295, 0.035560455, 0.05208282, 0.003232743, 0.014034204, -0.0044367863, 0.014746549, 0.011093811, -0.0014459878, -0.015064172, -0.0025929527, 0.033792727, 0.024378471, 0.0054886206, 0.050677728, -0.007015824, 0.00053273235, -0.012424365, 0.0042016567, 0.009768689, -0.07736774, -0.018749567, 0.063237265, -0.00685396, 0.024862358, 0.029156022, -0.022206081, 0.014867096, -0.06555902, -0.013831447, -0.06652453, -0.031657252, -0.024952095, -0.016341481, -0.020927139, 0.008173296, 0.012508419, -0.0027759376, 0.05086957, 0.027580544, 0.009348374, 0.010538787, -0.039110962, 0.045917217, -0.017122405, 0.007317403, 0.0201416, -0.0067639495, -0.001909431, 0.04452007, -0.051955603, 0.013402365, 0.008060275, -0.025884872, 0.010307065, 0.024992844, -0.056342416, 0.0053148293, -0.025031323, -0.0051455814, 0.04336984, -0.018445717, 0.03669194, 0.028936798, -0.0166317, -0.021311568, -0.008763959, -0.027872466, 0.014126069, 0.035303175, -0.0082193, -0.006755705, -0.032007106, 0.007441215, 0.025076615, -0.02187639, -0.05826207, 0.047631696, 0.008424328, 0.056433283, 0.027048662, -0.054155823, 0.06500471, 0.01211746, -0.026294716, 0.011386161, 0.008546436, -0.04134412, -0.058457438, 0.009650521, -0.009566464, 0.041611057, 0.04065293, 0.025130428, 0.0061786734, -0.06547383, -0.028099647, -0.012723955, -0.050038222, -0.047113307, -0.030711055, -0.0043498906, 0.014879023, 0.03551814, -0.00017577897, -0.02833591, 0.048693758, -0.0064745722, 0.0043396675, 0.01890916, 0.0065279594, -0.031166548, 0.001227897, -6.81534e-06, 0.06851347, -0.0004708397, 0.04291101, -0.038272675, 0.030780273, -0.054622676, 0.020889016, -0.0038949666, 0.012282378, -0.037675764, 0.03433966, -0.021171853, 0.018154928, 0.0029770965, 0.051951062, -0.009785692, 0.026777469, 0.005721478, -0.0514649, -0.017376844, 0.042426627, -0.037551668, 0.036636107, 0.012771946, 0.0100406995, 0.03732875, -0.012415277, 0.08224752, 0.023033576, 0.044056848, 0.012390003, 0.0011719544, 0.020150688, 0.044292327, -0.020979887, 0.0036632451, 0.014093554, -0.033461045, 0.02826719, -0.0074344, -0.0001351709, 0.0033681977, -0.011490663, 0.0679353, -0.036610868, -0.060679242, -0.04912497, 0.05703531, -0.018543404, -0.02484873, -0.026034597, 0.013991891, -0.012924155, -0.00899852, 0.016409066, -0.015718728, -0.013429059, -0.05578355, 0.0066923797, -0.01040248, 0.016512431, -0.0020684912, 0.030924033, 0.0093158055, -0.036213875, -0.033437192, 0.004713624, 0.018304015, 0.062392164, 0.016320467, 0.025357606, 0.02692201, 0.019759942, -0.0054220287, -0.010802313, -0.051983718, 0.0240661, 0.058087707, 0.016674863, -0.021243414, -0.0002464881, 0.012842371, -0.014624583, 0.008996106, 0.009298963, 0.005471582, 0.023940017, 0.026108997, -0.046221636, -0.0024660171, -0.007257485], [-0.03346905, -0.07741813, -0.037291165, -0.061201368, -0.015184571, 0.010594849, 0.031065669, -0.030911626, 0.046450164, 0.0456592, 0.0036133928, 0.017409215, -0.07352304, -0.026631655, -0.039845265, 0.030793954, -0.02914154, -0.04672022, 0.02231175, 0.033608597, -0.015464371, -0.0045043794, -0.027988106, 0.03435766, -0.0047164285, 0.045812115, -0.0071136295, 0.017813552, 0.03546355, -0.010446033, -0.02097099, -0.03724077, 0.0033733814, 0.010078871, 0.039543178, 0.007002375, 0.024776466, -0.003067105, -0.032811508, -0.044583503, -0.06969474, 0.018973166, -0.0013369553, 0.032847643, 0.0072876434, 0.051616367, 0.031952377, 0.025343196, -0.0017344286, -0.034236897, 0.045787394, 0.0046660313, -0.024943821, 0.009222472, -0.03058642, 0.031742897, 0.025052223, 0.043133453, 0.040943544, -0.030791814, 0.029921746, -0.015106122, -0.057770547, 0.0025581098, 0.023451872, 0.028367037, 0.0020491742, -0.003098009, 0.030118583, -0.057487182, -0.013423755, 0.023774698, 0.0030230072, -0.018174415, 0.06919457, 0.0047069197, -0.07629727, 0.0090653375, -0.019603608, -0.03200135, -0.017429866, 0.024392305, 0.009396426, -0.041784074, -0.07535446, 0.02432384, -0.02376733, 0.007933774, 0.05052664, 0.0022783394, -0.059856806, 0.001516793, 0.024387551, 0.020064672, 0.0034041966, 0.019907834, -0.0031265358, 0.06570289, 0.035396036, 0.034701645, 0.036302, -0.053202454, -0.02304584, -0.015666911, -0.025978394, 0.010427016, 0.015688783, -0.03996888, 0.004095971, -0.010322893, -0.0045585805, 0.0025987902, 0.016042514, -0.07239718, 0.0031980902, -0.009000202, 0.03320518, -0.028355626, -0.049849607, -0.03138517, -0.0071916026, 0.018442567, 0.02397819, 0.024956185, -0.02012232, -0.018936556, -0.0060790577, 0.011262435, -0.05483205, 0.025154918, 0.04125306, 0.02321088, 0.054122917, -0.03363118, -0.053634163, 0.016100876, -2.2345983e-05, 0.06161786, -0.008849961, 0.04532431, -0.01910201, 0.011309921, 0.011157777, -0.0054153353, 0.02919764, -0.044118103, 0.025107376, -0.060100235, -0.012350197, -0.010858246, -0.021601435, -0.0075272685, -0.0063343733, -0.0028428056, 0.025242878, -0.05981211, 0.007402226, 0.008230453, -0.03389933, 0.018395616, -0.013282072, 0.00779542, 0.012731505, 0.023873592, -0.014458802, -0.04915831, 0.017030135, 0.0035452854, -0.02515088, 0.048982393, 0.058809873, -0.017708953, 0.013913465, 0.023753779, -0.05940418, -0.0028993615, 0.018512132, -0.033338305, 0.015144872, 0.04321808, 0.0038620513, 0.016806556, 0.0074085253, -0.00930734, -0.0145068215, 0.03295795, -0.03889342, -0.036073547, 0.005254634, 0.028971566, 0.043797173, -0.039830048, 0.020072399, -0.004357229, -0.025379332, 0.039698828, -0.03786646, 0.008338141, 0.021185596, 0.047416277, 0.0026853215, 0.0072410493, 0.028576232, -0.03262846, -0.039636068, -0.039603025, 0.029955503, 0.01126808, 0.04123642, -0.028674887, -0.0011482032, 0.038867746, 0.032999787, 0.048597284, 0.030857425, 0.021218223, 0.0057486375, -0.052196413, 0.020823365, 0.069129914, -0.041702356, 0.0014712691, 0.031050457, -0.0359365, -0.015116344, 0.0037134744, -0.0035380346, 0.0045110956, 0.0026510893, 0.005470011, 0.07865406, -0.011308018, -0.017019112, -0.059974715, -0.022956455, 0.011921819, -0.059001476, 0.022230925, -0.034527496, 0.029728716, -0.018017517, 0.013651018, 0.00090810267, -0.029753914, -0.009610674, 0.015144872, -0.04805432, -0.012078717, -0.0021801598, 0.005217549, 0.04908509, -0.0007802076, -0.042024475, 0.0073912903, -0.013167014, 0.0073936675, 0.008462471, 0.0041533513, 0.01356532, 0.033293612, -0.004792025, -0.035403956, -0.0016307812, -0.05123696, 0.04128468, 0.00891367, 0.017261084, -0.0039057927, 0.031147448, -0.030540539, -0.021846289, -0.07817481, 0.03979867, 0.016913056, -0.038046177, 0.032668997, 0.035466403, 0.0048245927, 0.052922893, 0.03433199, -0.06668041, -0.01615472, -0.00954744, 0.014894786, 0.013446636, 0.013744205, 0.009690549, -0.05162112, 0.0014534397, -0.03393927, -0.009250167, 0.013701416, 0.026052326, 0.03054363, 0.03485403, -0.03435053, 0.04178033, -0.018293276, -0.033991568, -0.028483758, 0.036458187, -0.0025167756, -0.0029011744, 0.021956116, -0.012162871, -0.0074755037, -0.08043223, 0.03724267, 0.025478225, -0.0035104142, -0.019603608, -0.036114912, -0.06969284, -0.0035977033, 0.018255241, -0.034998562, 0.03917679, 0.083701394, -0.019261286, -0.009389116, -0.0226845, -0.030154714, 0.010865853, -0.061421975, 0.0028222764, 0.050118234, 0.033486646, -0.0010935268, -0.04356801, -0.0067751114, 0.044372465, 0.021263868, -0.022882523, -0.00470169, 0.02406805, 0.009541883, -0.017075183, 0.015357871, 0.023884052, 0.021124085, 0.015804553, -0.065417625, -0.013553076, -0.0047652805, 0.045247287, -0.06995529, -0.015712874, -0.07108875, 0.004395502, 0.004442096, 0.020791747, -0.04010296, 0.011046523, 0.020393323, -0.0062635313, -0.001095904, -0.00011172992, -0.007190652, -0.013776536, -0.008387825, 0.009184912, -0.014555317, -0.05548561, 0.043321725, 0.019716287, -0.022031238, 0.060264736, -0.022607002, 0.041287772, -0.03089974, 0.05360373, 0.0077245785, -0.025826488, 0.022315554, -0.0115020005, 0.044675797, -0.04480227, -0.008193368, 0.03671968, 0.009945626, 0.01868552, -0.018305877, 0.05935545, 0.023986273, 0.061376333, 0.035639465, 0.033695366, 0.03166711, -0.016181344, 0.046289466, 0.0117894085, -0.0031591037, 0.034241654, 0.0022517142, 0.0116360765, -0.013833114, 0.047270786, 0.037376747, 0.018140659, 0.014049917, 0.006573523, 0.025440188, -0.014676556, -0.01445072, -0.003573931, -0.037300676, -0.077391274, 0.020797454, -0.013587784, 0.048434682, 0.043030236, -0.01127854, -0.03068151, 0.025805332, 0.030834602, -0.025850974, -0.03970477, 0.029598441, 0.005603612, 0.010786929, 0.0114943925, 0.055566378, -0.040387273, 0.034186203, 0.016266448, 0.0020099645, -0.046683136, -0.020799119, -0.049583357, 0.060640343, -0.0023829376, 0.02041139, -0.01748692, 0.091958955, 0.045691352, -0.0088765845, 0.012330823, -0.02519343, -0.06827791, -0.02118922, -0.02360639, -0.03329076, 0.001912513, 0.015980706, -0.024652611, -0.0046325126, -0.011036018, 0.023401, 0.022678558, -0.021159267, 0.016265973, -0.0024773136, -0.037820812, -0.040826585, -0.05917216, 0.029924123, 0.06492697, -0.05887263, -0.036556125, -0.04278685, -0.041772723, -0.011588532, 0.041017685, -0.008345511, 0.023912579, 0.00019152691, 0.03467336, -0.038291506, -0.003178835, 0.006349112, -0.009593736, -0.031338576, -0.02036147, -0.039281383, -0.00043978795, -0.0019143851, 0.05713725, 0.021648027, 0.007243129, 0.027264953, 0.04214357, 0.0038035717, 0.0072862166, 0.020829784, 0.03689512, 0.023042036, -0.02844691, -0.018979821, 0.008503597, 0.0062946733, 0.012093203, 0.029482434, 0.013841673, 0.065178, -0.040335212, -0.018885208, 0.010649525, 0.061518017, -0.043626968, 0.008626025, 0.048666697, 0.043671656, -0.048602037, 0.022104457, 0.010883118, -0.06698089, 0.025519112, 0.057266574, -0.033532284, 0.013285668, -0.03229898, -0.032687895, -0.020307982, -0.026084894, 0.04426977, 0.044390533, 0.014227259, -0.03437668, -0.021203961, -0.033109855, -0.012688715, 0.0034156074, -0.010323131, 0.03776186, 0.03134428, -0.036902253, 0.044673897, -0.0369536, 0.020886123, -0.0077331364, -0.014066558, -0.05712596, -0.030973433, -0.006604902, 0.008352168, 0.0025460157, 0.035202056, -0.0018953672, 0.01808218, -0.009295928, -0.020217884, 0.0041325805, 0.008902616, 0.0029521657, -0.021913564, 0.00024889622, -0.019063262, 0.0251321, 0.024037978, -0.032440662, -0.008101608, 0.014521434, -0.08688879, -0.060433045, 0.081927024, -0.002332778, -0.0052403705, 0.023361538, 0.04808713, 0.038849678, -0.006075492, -0.0074126855, 0.015448205, 0.018766467, 0.019156212, 0.033499006, -0.0024209733, -0.08111116, -0.048995707, 0.014749418, -0.03517923, -0.039460152, -0.044585466, -0.030445095, 0.0109221935, -0.0034921542, 0.01393177, -0.047595516, 0.015335525, -0.039007053, -0.006417695, 0.007236295, -0.008259456, -0.023101468, 0.014154991, 0.025418198, 0.0025626563, 0.004117604, 0.044831745, 0.0029442022, 0.027131826, -0.020335319, 0.044851717, 0.020419473, -0.022536993, -0.010130813, -0.042538103, 0.011543363, -0.008479349, -0.0012475714, -0.021676553, -0.08464849, -0.006596715, 0.0008729197, 0.013279932, -0.004784893, -0.011185116, 0.05237138, -0.00061011664, -0.0010069956, -0.014856038, 0.017938593, -0.025508298, -0.017601978, 0.0095146345, 0.013602434, -0.046960797, -0.013996193, -0.005789868, 0.008648133, 0.025501044, -0.01439937, -0.0055724406, 0.027611107, -0.026707252, 0.024341907, 0.004429705, 0.07292968, 0.025611468, -0.0018592332, 0.04974311, -0.0024979955, 0.0661365, -0.021389978, -0.06639514, 0.082001194, 0.0036129176, -0.03707864, -0.012774603, 0.013709023, 0.020136701, 0.033483792, 0.015355019, 0.008715681, 0.002230557, 0.005549886, 0.0061380137, 0.005730081, -0.035394136, 0.025253812, 0.035896085, 0.011376482, 0.005448616, -0.0582555, 0.036583822, -0.008586562, -0.003160768, -0.005520884, -0.014105589, -0.02973561, 0.03522963, -0.047407717, 0.023249332, 0.021307131, 0.011470621, -0.013480808, 0.060862374, 0.004981728, -0.025561903, -0.0054849875, 0.053879492, -0.0033775715, 0.020462263, -0.019530984, -0.02011186, -0.016242439, -0.030101465, -0.021977391, 0.012860455, 0.028718866, -0.05125408, -0.024074825, -0.0028997478, -0.010490487, 0.036814768, 0.007414944, 0.0012886976, 0.02929129, -0.04634462, -0.042603806, -0.033633083, 0.017825438, -0.009385313, 0.001534741, -0.013991438, 0.0046068383, 0.049416002, 0.017121777, 0.047315273, 0.0032743998, 0.043297954, 0.043704942, 0.0006970045, 0.029506205, -0.010146265, -0.03418044, 0.02839018, -0.022610333, -0.04360034, -0.07186468, -0.011344152, 0.023933023, 0.0037685074, 0.032451596, 0.029450104, 0.017172175, 0.030273577, -0.026992043, 0.001321741, -0.010514854, 0.0037195957, 0.014284788, -0.050261345, -0.017917674, 0.030766614, -0.038940966, -0.0167205, -0.03733966, -0.011946305, 0.0018444945, -0.010092777, -0.033167142, 0.019910151, 0.014836782, 0.02047082, -0.004469197, -0.04597757, -0.044370506, -0.0029439644, 0.034795072, 0.0052479776, -0.026529912, 0.008771512, -0.0065457085, -0.009434046, -0.05291909, -0.022977374, -0.01955012, 0.027655173, -0.0057861833, -0.0036856607, 0.048889205, 0.018011456, 0.0023401473, -0.021365613, -0.040526103, 0.02884296, -0.04559032, 0.016798474, 0.01631086, -0.010433197, -0.07639093, -0.028696995, 0.0126887895, -0.0131898355, 0.0027592534, -0.03414252, 0.023933023, 0.0073715593, 0.012169528, -0.003373768, 0.010659984, -0.009895408, -0.04625809, 0.018771576, 0.00025305635, -0.09963076, -0.03721319, -0.0028472408, -0.03816266, -0.058175623, -0.021474015, 0.017842554, -0.01364151, -0.040744808, 0.054170467, -0.024370434, -0.006032405, 0.0048001073, -0.073185235, 0.0149247395, -0.01101027, -0.046224326, 0.011458497, -0.030796567, 0.030316366, 0.013998094, 0.044853617, -0.01773332, -0.012443623, 0.0064868126, 0.022246733, 0.016835202, 0.03957331, 0.0059480728, -0.01372709, -0.0027941987, 0.0037869308, -0.045150295, -0.06118425, -0.017144598, 0.024559187, -0.013383342, 0.01156999, 0.03860958, -0.0034232144, -0.017919578, 0.022265157, 0.025519112, 0.0037629209, 0.014489705, 0.04785416, 0.016555995, 0.0014268147, 0.0011189631, 0.01279783, 0.029673802, -0.0071564196, -0.0068140985, -0.01035142, 0.024037622, 0.020968853, 0.021316642, 0.04464157, 0.0053533483, 6.870201e-05, -0.0036171963, -0.0060904687, 0.018952722, -0.08063572, -0.016430002, 0.05794361, 0.0069629136, 0.024960939, 0.020154174, -0.00828608, 0.020183653, -0.066684216, -0.011438291, -0.07945709, -0.042813, -0.026410159, -0.021033037, -0.0069650523, 0.024289608, 0.028571716, -0.019526584, 0.033449322, 0.016395295, 0.013601572, 0.019145276, -0.035225827, 0.062977634, -0.025192719, 0.01169099, 0.036849003, -0.0014448817, -0.003825561, 0.04274311, -0.026339406, 0.018478703, 0.012022851, -0.017437473, 0.009914247, 0.048090454, -0.05773441, 0.0039502024, -0.02681518, -0.0049760225, 0.030429285, -0.02407423, 0.046898037, 0.028852943, -0.029011743, -0.025167163, -0.021688202, -0.023468034, -0.00033946877, 0.032718323, 0.007379404, -0.0069377143, -0.025097867, 0.01413217, 0.037720017, -0.027235, -0.05472579, 0.06479955, 0.004618487, 0.04686951, 0.053158715, -0.05575275, 0.04632239, 0.009279526, -0.02728492, -0.009090536, 0.008169121, -0.038624793, -0.065713115, 0.0111275865, -0.00518617, 0.05006641, 0.053191047, 0.017977996, 0.006884346, -0.057570677, -0.028702477, -0.008408271, -0.035965323, -0.04422983, -0.010687086, -0.004326087, 0.003667594, 0.024453161, -0.010943826, -0.051085766, 0.06830549, -0.002204883, 0.0012285536, 0.03480892, -0.008227601, -0.023887143, -0.00079827453, -0.015328392, 0.04468911, 0.008759625, 0.03985179, -0.02666565, 0.014825847, -0.05000175, 0.014566371, 9.5089286e-05, 0.028990824, -0.032898843, 0.010975205, -0.021495054, 0.004659375, 0.0051169624, 0.04701238, -0.026759077, 0.015348362, 0.0071863728, -0.04006397, -0.020749196, 0.023040611, -0.030400997, 0.04101201, 0.0010003393, -0.0007827632, 0.040867474, -0.006428987, 0.08609384, 0.033107236, 0.036567774, 0.015264683, 0.005962217, 0.018915636, 0.036609378, -0.025182972, -0.0017073281, 0.0055769864, -0.037460424, 0.016663447, 0.0009432857, -0.012083948, 0.014204438, 0.013493526, 0.06637042, -0.01957508, -0.05577462, -0.06735079, 0.044440933, -0.010904839, -0.0323199, -0.0069211926, 0.0020729464, -0.010059971, -7.512054e-05, 0.016786825, -0.007446561, -0.010683519, -0.064778626, -0.00023011607, 0.00406269, 0.0087810205, -0.0064384956, 0.028906073, 0.001123896, -0.037360583, -0.020706644, -0.0010402768, 0.028367037, 0.054716278, 0.02325884, 0.0160166, 0.03062731, 0.026782136, -0.007227737, -0.0072101457, -0.04937939, 0.046389308, 0.06291416, 0.017691838, -0.016827, 0.008267538, 0.009103789, -0.013948172, 0.013599283, 0.006871152, -0.00050492416, 0.042980358, 0.028611269, -0.054543212, 0.011077664, -0.0092655], [-0.06010864, -0.06724806, -0.064595535, -0.022754192, 0.0028776827, 0.008796764, 0.0060561537, -0.03532026, 0.03210698, 0.063727975, -0.010318967, 0.027980171, -0.075480625, -0.019158162, -0.02140967, 0.025469234, -0.011125723, -0.060965452, 0.03592914, 0.0152680045, -0.017972304, -0.022744738, -0.030313104, 0.0042608785, -0.012514075, 0.045437913, 0.019159773, 0.015711023, 0.023672884, -0.018891213, -0.01634053, -0.030467257, 0.0048830803, 0.012410517, 0.024014924, -0.0074977344, 0.01562895, 0.008831998, -0.031745177, -0.02740886, -0.0666873, 0.033849835, -0.0070340377, 0.040510144, -0.010449379, 0.050006453, 0.016509078, 0.028388383, -0.012983304, -0.040759366, 0.03115155, 0.014385836, -0.028039468, 0.0007201727, -0.005902322, 0.026958348, 0.04605152, 0.019256378, 0.02381898, -0.031403568, 0.012248091, -0.025508873, -0.08725262, -0.012768751, 0.009061457, 0.02559884, 0.012076213, -0.007447084, -0.0023580713, -0.06290081, -0.012642232, 0.0034328518, 0.0167496, -0.028000796, 0.055922523, 0.033194546, -0.07819825, -0.0059289634, -0.03928975, -0.0053252387, 0.010962653, 0.027402658, -0.011993818, -0.054285377, -0.03305103, -0.0042218026, -0.021539437, -0.029438347, 0.03648517, 0.0026830838, -0.047063883, 0.0067647244, 0.02032393, 0.026419507, 0.01571532, 0.037627734, 0.013071285, 0.06428959, 0.010114215, 0.019959439, 0.03825939, -0.037013266, -0.021370135, -0.02302415, 0.007744112, -0.0016620692, 0.0021198043, -0.032416362, -0.018879717, 0.0045530726, -0.023617988, -0.008584493, 0.033143412, -0.039982475, 0.014367359, -0.024450637, 0.029203463, -0.0008993968, -0.038900927, -0.0115037495, -0.006285021, 0.00030938207, 0.008694281, 0.032022763, -0.019217782, -0.0145028215, 0.0069963317, 0.0012317273, -0.053383015, 0.020175174, 0.04352576, 0.02510571, 0.02488291, -0.020886727, -0.025115808, 0.012051291, -0.007749161, 0.065276176, -0.0076065017, 0.031750333, -0.010907222, 0.030879652, 0.02013132, 0.0015030812, 0.025451832, -0.053629663, 0.008051185, -0.045757607, -0.027642239, -0.0026942021, -0.0063358867, -0.02139248, -0.007280791, 0.019248292, 0.022135695, -0.03864504, 0.021413537, 0.031236418, -0.04118563, 0.018022364, -0.022167224, 0.01768849, 0.013192567, 0.012087385, 2.7500628e-05, -0.07464014, 0.018176196, 0.011437683, -0.036741696, 0.017686717, 0.07748818, 0.009750691, 0.024682673, 0.012253463, -0.06903431, -0.0066689025, 0.042794414, -0.028635029, 0.029267542, 0.025282528, 0.0115104085, 0.0018348076, 0.014804792, 0.018547455, -0.0038019617, 0.03497564, -0.016172731, -0.0053445753, -0.0062656584, 0.018911287, 0.033293806, -0.02952966, 0.013184188, -0.013327492, -0.023632491, 0.03632661, -0.02484381, -0.0048633143, 0.032750238, 0.051754463, 0.023559874, 0.008037703, 0.029237196, -0.03411453, -0.04187485, -0.033236228, 0.034029447, 0.008931849, 0.0441428, -0.0307775, -0.011067283, 0.030148422, 0.025668612, 0.029457148, 0.029681772, 0.042055335, 0.02858948, -0.02600442, 0.03525333, 0.06482241, -0.031764943, 0.020988995, 0.038868267, -0.039194517, -0.028821947, 6.8751564e-05, -0.010508677, 0.008775279, -4.748155e-05, -0.011299212, 0.07061431, 0.0037480348, -0.015182065, -0.066764645, -0.003203823, 0.015703289, -0.032127824, 0.035092518, -0.045534167, 0.017170705, 0.009076926, 0.017798921, 0.0379629, -0.044410933, -0.005529184, 0.0036575834, -0.06452678, -0.023244692, -0.014044012, 0.0032233475, 0.07606673, 0.015919857, -0.008509725, -0.013896411, -0.02450263, -0.0060447664, 0.006030372, 0.009254337, 0.02702672, 0.051201012, -0.0039815754, -0.048650328, -0.027985327, -0.06181647, 0.03560128, -0.010420159, 0.020850632, -0.036052033, 0.022429341, -0.037074715, -0.028683154, -0.05353341, 0.021231344, 0.009113988, -0.042932346, 0.030211642, 0.020891452, 0.0047971406, 0.04381194, 0.009968011, -0.07292651, -0.02187033, -0.013964517, 0.0023633353, 0.02074235, 0.002025808, 0.01960365, -0.04024029, 0.0022536549, -0.018635113, -0.016937379, 0.01130018, 0.025173709, 0.029104259, 0.027510941, -0.0369226, 0.041546144, -0.032126963, -0.040972497, -0.033586, -0.009150189, -0.00421576, 0.008271673, 0.012163442, -0.00076142367, -0.041628644, -0.043506853, 0.036443487, -0.0009242789, 0.032132763, -0.032589965, -0.021428576, -0.046869665, 0.013528375, 0.018438311, -0.02913262, 0.04254519, 0.09018122, -0.0056488006, -0.021679088, -0.0030439757, -0.0131425075, -0.01814483, -0.06656355, 0.022596061, 0.063993104, 0.0156948, -0.0038625489, -0.045816045, -0.035709567, 0.051567115, 0.04764226, -0.007868617, -0.004487705, 0.036300827, 0.008662268, -0.023927694, 0.021271735, 0.02590946, 0.022929722, 0.014171354, -0.039391212, -0.011231429, -0.011712796, 0.037429214, -0.06719606, -0.017973809, -0.08527944, -0.0026502789, 0.018527366, 0.0047801677, -0.011572608, 0.007258447, 0.0032231594, -0.0097378, 0.017203577, -0.0041757985, -0.0058546257, -0.029320827, -0.009392431, 0.011497733, -0.02539941, -0.015525823, 0.03988708, -0.009698268, -0.023672884, 0.06671652, -0.00928694, 0.069267206, -0.03662396, 0.05631441, 0.016612956, -0.015014591, 0.021112317, 0.01178853, 0.047035526, -0.058363207, -0.00053067616, 0.020473788, -0.0013266904, 0.02552402, -0.015816728, 0.05335036, 0.03734757, 0.033284783, 0.066716954, -1.7187892e-06, 0.028967615, -0.024730153, 0.052613858, 0.014230608, 0.014363922, 0.04166861, 0.0059403502, 0.0046029175, -0.0026396306, 0.048915237, 0.037628595, 0.020842899, 0.016273497, -0.0070547704, 0.0123539055, -0.028265327, -0.0057467716, 0.015789013, -0.023413345, -0.026010865, 0.02100747, -0.019901002, 0.060877793, 0.06069732, -0.0038836044, -0.029680697, 0.041223012, 0.039595746, -0.016118053, -0.039047454, 0.045341767, 0.008133525, 0.023609074, 0.021697994, 0.03276528, -0.051181033, 0.023113849, 0.019247537, 0.0030346566, 0.017110735, -0.04298391, -0.028687451, 0.053356376, -0.012509348, 0.0043502557, 0.0011947734, 0.089328915, 0.038897917, -0.03502033, -0.010719229, -0.019749317, -0.07195453, -0.013344679, -0.023305923, -0.03361565, 0.015579858, -0.03881155, -0.02251399, -0.019025277, -0.05586409, 0.036834512, 0.033635926, -0.025290908, 0.006564486, -0.019967657, -0.039483167, 0.0051305857, -0.03295864, 0.03950379, 0.06587802, -0.052770693, -0.024659684, -0.024838222, -0.052729014, -0.020277537, 0.023964219, -0.019855453, 0.012051613, 0.022640752, 0.0150046, -0.06475882, 0.020060204, 0.012937755, 0.018418545, -0.033702876, -0.015595649, -0.03731921, 0.0038999326, -0.0026905497, 0.05211025, 0.018256549, 0.017226564, 0.015042842, 0.00476964, 0.02664596, 0.01635213, 0.011244534, 0.039137688, 0.048801582, -0.029970098, 0.017280277, 0.018850392, -0.0042694723, 0.031400558, 0.018916994, 0.0021433302, 0.06303831, -0.034759507, -0.036647163, -0.001767345, 0.061730318, -0.048856154, -0.0038505176, 0.049934264, 0.03794227, -0.043624587, 0.031682443, -0.016567625, -0.054870624, 0.009037393, 0.0644185, -0.012124339, -0.0056334394, 0.004551354, -0.048337508, -0.02081153, -0.043767247, 0.068411246, 0.04080352, 0.015929738, -0.07128163, -0.010237109, -0.029113013, -0.013052485, -0.008481795, -0.0031238992, 0.02822961, 0.0029727533, -0.024717906, 0.037639763, -0.03379827, 0.021700786, 0.0022953355, -0.01183902, -0.05351278, -0.03588429, 0.013509683, 0.0126034515, 0.015805019, 0.015470821, 0.021934757, -0.025008382, -0.013277003, -0.026905926, 0.0027504927, 0.013803812, 0.008088193, -0.0328061, -0.003693678, -0.023485132, 0.015847236, -0.0004589167, -0.012242936, -0.014106103, -0.010967164, -0.11184505, -0.054038733, 0.028913474, 0.00055345014, -0.00021334471, 0.037876956, 0.052562296, 0.013157332, -0.026269438, -0.007861742, 0.024777206, 0.03380257, 0.011851051, 0.027529847, 0.024749275, -0.05877572, -0.08669283, 0.031588554, -0.02992326, -0.027030325, -0.046970215, -0.057699755, 0.036616333, -0.006604448, 0.040317748, -0.021882849, 0.02326725, -0.03419789, -0.0030880198, -0.0068240226, 0.013178816, -0.0065380596, 0.0067880894, 0.012376142, -0.02031308, 0.009946633, 0.02531433, 0.017047167, 0.021954093, 0.020041727, 0.049506284, 0.0210672, -0.0014717132, -0.03537956, -0.0378125, 0.006957229, 0.025012465, -0.031808775, -0.018479561, -0.056502834, 0.010538971, -0.013647469, 0.011737933, -0.04275918, -0.011804644, 0.0515018, -0.009314441, 0.019472163, 0.0088212555, 0.0048184106, -0.020369371, -0.005804351, -0.026981983, 0.0012757982, -0.04082468, -0.013367454, -0.023973899, 0.007851644, 0.031105734, -0.014318373, -0.0025077136, 0.032498866, -0.026442284, 0.02689669, 0.016587444, 0.049850047, 0.0073718866, -0.03731062, 0.03459751, -0.008533359, 0.07534656, -0.02223082, -0.05433093, 0.04988184, -0.001487612, -0.026087353, -0.018291784, 0.008278334, 0.0024924593, 0.038052272, -0.008245677, -0.0018926017, -0.024756957, 0.015677936, -0.005181505, -0.017295318, -0.018626519, 0.023748081, 0.042893246, -0.012976644, 0.010144831, -0.0484372, 0.044746097, 0.011522119, -0.018817734, -0.020023894, -0.02441368, -0.036608063, 0.03381632, -0.0199603, 0.018947933, 0.027183672, 0.0354019, -0.0029735055, 0.011389234, -0.010819241, -0.026175441, -0.030707028, 0.057684284, 0.032249644, 0.02502063, -0.020573048, -0.030388195, 0.0016861323, -0.02871463, -0.035367094, -0.020048387, 0.0132379, -0.027845243, -0.029145509, 0.030331474, -0.0036038714, 0.043276966, 0.00927029, -0.00907757, 0.033490177, -0.018862637, -0.032858096, -0.029739082, 0.017073594, 0.016098825, 0.022979783, -0.008312359, -0.0055515817, 0.036531575, 0.041256096, 0.044737507, 0.010139997, 0.029800368, 0.044379137, 0.015074425, 0.04096734, 0.0019559823, -0.012643843, 0.02806611, 0.0054305145, -0.037442107, -0.051836964, -0.0008198625, 0.008334087, 0.003344764, 0.03707772, 0.040109664, -0.01701279, 0.03609887, -0.03219346, 0.029348325, -0.0035286741, -0.010652196, 0.014140478, -0.056969266, -0.022636455, 0.0031986667, -0.007856585, -0.041231174, -0.053793807, -0.009974993, -0.0040887846, -0.020808576, -0.023763657, 0.007781167, -0.0143080605, 0.033478577, -0.00053024647, -0.021670494, -0.029545343, 0.012560374, 0.040439673, 0.017478582, -0.034602664, 0.010393089, -0.020240461, 0.0057142223, -0.081034034, -0.020742778, 0.0005752707, 0.038179465, 0.0005740756, -0.0043743183, 0.040364046, -0.0005751767, -2.1484864e-06, -0.00035407057, -0.047771167, 0.042724803, -0.039176363, 0.021032609, 0.032079484, -0.0014111259, -0.067333564, 0.019603005, -0.008122998, -0.01296848, 0.019870492, -0.029313736, 0.015538714, 0.004426312, 0.017795915, 0.0005447488, 0.004778449, 0.012398271, -0.013845707, -0.012127132, 0.004106617, -0.10496302, -0.022212988, -0.004771896, -0.035000566, -0.076620184, -0.019533932, 0.015283474, -0.0067247627, -0.046286352, 0.04501509, -0.019652635, -0.0024542161, 0.004299981, -0.065008044, 0.008316791, -0.026158253, -0.03023866, 0.016395718, -0.044511482, 0.011461101, 0.0020645545, 0.010848997, -0.025547493, -0.0016839838, 0.01991733, 0.014583068, 0.066278234, 0.0048865178, 0.012461223, 0.007205809, 0.003398476, -0.010317892, -0.055041824, -0.035790347, -0.043308333, 0.0030476283, 0.008700726, 0.037399136, 0.031669553, 0.0076535535, 0.013671894, 0.0036863734, 0.020588515, -0.009678825, 0.011044079, 0.04521275, 0.024497258, 0.004255722, -0.012046135, 0.008299066, -0.008895379, -0.021519242, -0.018834492, -0.003933664, 0.03199612, 0.038301498, 0.018671207, 0.034220666, -0.0010710205, -0.0109701725, -0.018700212, -0.00031110086, -0.010429612, -0.07454045, 0.00932701, 0.058763683, -0.003202749, -0.010994236, 0.02751051, -0.025135573, 0.031149616, -0.07268416, -0.030574681, -0.062283337, -0.07487046, 0.019257663, -0.010089292, -0.019103482, 0.0073168855, 0.041601144, -0.012514505, 0.038998038, 0.037294287, 0.02291232, 0.01591384, -0.046238437, 0.036364425, -0.028311895, -0.016231386, 0.030173345, -0.008389625, 0.023593819, 0.038820572, -0.016660653, 0.029681772, 0.0077124224, -0.027545316, 0.028635029, 0.03610961, -0.05739467, 0.013307833, -0.020809382, -0.008917078, 0.008455986, -0.025151258, 0.022318048, 0.018299948, -0.016829055, -0.04538248, -0.0013831956, -0.014300756, -0.004336935, 0.030908342, -0.0044398475, 0.004100172, -0.015068196, -0.01595552, 0.039515395, -0.043524038, -0.071123496, 0.053676926, -0.003386874, 0.06179047, 0.037286554, -0.030135533, 0.0667552, 0.02160894, -0.014239094, -0.00817628, 0.0008396285, -0.0009957697, -0.044911962, 0.0045840107, -0.0053045596, 0.031490367, 0.039173357, 0.044979855, 0.014670296, -0.091913976, -0.024937052, -0.019664237, -0.03285852, -0.030322878, -0.013392805, -0.0074314005, -0.005563291, 0.02155104, -0.012238423, -0.004969879, 0.08272189, -0.0049535506, 0.006026827, 0.026514472, 0.009700565, -0.050194982, -0.0016141311, -0.030441692, 0.07920181, 0.0041669896, 0.041729085, -0.029221136, 0.011330258, -0.05421405, 0.00059749413, 0.021444043, 0.013865902, -0.009739519, 0.009529612, -0.011991777, -0.0061497204, 0.041189063, 0.0665962, -0.038179465, 0.06541003, 0.037246164, -0.038174737, -0.041996468, 0.031746037, -0.046563182, 0.048963152, 0.024622086, 0.016166931, 0.011544301, -0.021434162, 0.07680925, 0.025749128, 0.0378993, 0.029529229, -0.027779073, 0.020779302, 0.032004714, -0.027223902, -0.0073921634, 0.002956962, -0.025731994, 0.0062314705, -0.016766358, -0.004877494, -0.0038410372, -0.023879139, 0.051298983, 0.000107961445, -0.038126614, -0.052719563, 0.063151754, -0.0132683, -0.039599184, -0.020747505, -4.5118217e-05, -0.028095327, 0.0074778073, 0.023629913, -0.01777486, -0.008558281, -0.0518997, -0.014087196, 0.016759055, 0.005965058, 0.02599497, 0.033491038, 0.025970638, -0.039160892, -0.038578223, -0.013028422, 0.02360843, 0.05432163, 0.03518877, 0.027627818, 0.0126103265, 0.02594534, -0.0045434046, -0.012868789, -0.066747464, 0.0513231, 0.055719707, -0.007357868, -0.012183637, 0.011231429, 0.03293372, -0.014971513, 0.0059662666, -0.018333036, -0.023953475, 0.031279385, 0.029367797, -0.04321036, 0.011540811, 0.022095466], [-0.026106205, -0.079318985, -0.02018104, -0.025774317, -0.02165067, 0.06612412, 0.026286295, -0.042269416, 0.025584029, 0.03635268, 0.0024839058, 0.044178654, -0.06674763, -0.006109558, 0.0045264983, 0.034568194, 0.018594626, -0.045613173, 0.043013122, 0.07256163, 0.0046358146, 0.015201018, -0.006515445, 0.014202496, -0.039757676, 0.0048544467, 0.023975156, -0.010943761, 0.0049579428, -0.021002365, 0.026185518, -0.03489817, -0.014287014, 0.012320334, 0.027908007, 0.058860675, 0.0086152265, -0.01832766, -0.053326037, -0.01226011, -0.06745211, 0.004508785, -0.039479323, -0.013684763, -0.020147573, 0.067747675, 0.03366735, 0.032958817, -0.027423171, -0.031821627, 0.022139557, -0.029877724, -0.045043316, 0.023773732, -0.016840762, 0.02252925, 0.036863834, 0.019658687, 0.015523905, -0.00433975, -0.0045710346, -0.027725814, -0.036980994, -0.0041752695, -0.0052431263, 0.027405204, -0.002863982, -0.0032592406, -0.018302357, -0.044252798, -0.026649246, 0.047914382, -0.018760499, -0.017300293, 0.052220732, -0.0014727315, -0.06710797, 0.032189555, -0.010261341, -0.014923679, -0.0035340493, 0.016783193, 0.01273938, -0.054471266, -0.056589324, 0.015302237, -0.032716908, 0.0038650346, 0.040097013, -0.024098137, -0.029476896, 0.0116178775, 0.066043146, -0.021093968, 0.0098779285, 0.0007695149, -0.017465532, 0.056917276, 0.035960965, 0.021866268, 0.00940296, -0.05512545, -0.044576697, 0.009666381, 0.004089993, -0.023757536, 0.036484014, -0.033718467, 0.026956933, 0.009387335, 0.0056981044, 0.0020414537, -0.004669976, -0.057741195, 0.007606076, 0.04489351, 0.038990438, -0.044872258, -0.0465869, -0.016484471, -0.03694481, 0.022004936, -0.01542623, 0.02137991, -0.009200776, -0.023889627, 0.008122797, 0.009025162, -0.07313655, -0.0038969184, 0.052994043, -0.0060817227, 0.01371614, -0.034450527, -0.024491878, 0.013941541, -0.0021357136, 0.042368103, -0.023551557, 0.027300822, -0.037499487, -0.03383588, 0.009801002, 0.026865456, 0.01057444, -0.045166798, 0.04103202, -0.05686363, 0.018025525, -0.033660512, -0.0019613644, 0.02509413, -0.009921453, 0.013699438, 0.010028492, -0.04157253, 0.0064078686, 0.020413525, -0.027429244, -0.0041416143, -0.014079262, 0.0076379594, 0.040069427, 0.003091724, -0.0106641445, -0.042061917, 0.016584678, -0.0018695085, 0.012905379, 0.017216282, 0.019528115, 0.008121786, 0.009230129, 0.05195655, -0.016279502, -0.016533293, 0.019700505, -0.029903028, 0.04650972, 0.049466822, -0.034852464, -0.01453171, 0.0068674325, -0.031179901, 0.009664358, 0.00949431, -0.05678468, -0.03497307, -0.004038561, 0.022625659, 0.0363294, -0.023856224, 0.023564717, -0.0018485057, -0.049699888, 0.025444852, -0.03020548, 0.0132017275, 0.051270284, 0.013604799, 0.0044799377, 0.0054541994, 0.008499837, -0.025502292, -0.03890896, -0.04053605, 0.037327416, 0.015721282, 0.04630146, -0.05946234, 0.016314423, 0.05610753, 0.011751486, 0.060445756, 0.031240126, 0.019649578, 0.027395336, -0.06803715, 0.035573296, 0.06408356, -0.02124681, -0.012575279, 0.013126036, -0.034597423, -0.037562322, 0.031622734, 0.017736545, 0.02571207, 0.01961314, -0.025921084, 0.041527484, 0.0064991238, -0.032133885, -0.0357937, 0.013469673, 0.0077508185, -0.06139114, 0.018070819, -0.053734705, 0.0251913, -0.013069859, 0.010253956, 0.04727721, -0.048844077, -0.03317037, -0.027718604, -0.075816825, -0.011380014, -0.0016367056, 0.0018300334, 0.049853224, -0.00737884, -0.02831924, -0.03607939, -0.012184196, 0.004464755, -0.009016558, -0.013639467, 0.0028852378, 0.02721365, 0.008851572, -0.051437296, 0.013467649, -0.03244058, 0.03350742, 0.011027773, 0.020161744, -0.03430705, 0.04331551, -0.044305433, -0.041945517, -0.10031984, 0.023048501, 0.042904563, -0.023300534, 0.03497307, 0.007351005, 0.003732944, 0.043456204, 0.015871843, -0.03956941, -0.032466896, 0.046321705, 0.022517104, 0.01762571, -0.02808008, 0.011467062, -0.041052263, 0.010630489, -0.050815433, 0.00895937, 0.033590928, 0.012742923, 0.016880741, 0.037274785, -0.0172011, 0.058939625, 0.011962022, -0.034619313, -0.053428266, 0.0332843, -0.00784394, 0.006188509, -0.024049679, -0.011668487, -0.0007334557, -0.048764113, 0.042803343, 0.037781887, 0.008375465, -0.030333208, -0.014011572, -0.04356451, 0.010346191, 0.028670184, -0.042168103, 0.04010688, 0.06179399, 0.003433337, -0.022467505, -0.0051697427, -0.017996235, 0.02971881, -0.039822455, 0.03439005, 0.059232395, 0.016233448, -0.014440865, -0.025397785, -0.033405192, 0.050925132, 0.044590864, -0.00602251, 0.0030729985, 0.034642592, 0.02067796, 0.0054270914, -0.01138128, 0.04365662, 0.035137042, 0.012955988, -0.091631226, -0.023914425, -0.025421066, 0.02508603, -0.051002055, -0.017895458, -0.061953913, 0.004593872, -0.010658325, 0.011463013, -0.018709257, 0.036394183, -0.0037876023, -0.0017915702, 0.009804293, -0.010192718, -0.010976152, -0.016654518, -0.023620388, 0.026482848, -0.043816544, -0.040251117, 0.060451325, 0.007102513, -0.023189701, 0.035317212, -0.005754913, 0.022413323, -0.046912067, 0.06365844, -0.008131907, -0.033592194, -0.012249988, -0.016179677, 0.023056852, -0.0239663, -0.0027855376, 0.014486413, -0.008261482, 0.010634032, -0.027829057, 0.036772612, 0.010451838, 0.039175667, 0.045270044, 0.051217653, 0.035660345, -0.014641278, 0.0343111, 0.016591761, 0.011633061, 0.03338242, 0.0068838806, 0.023581924, -0.012526316, 0.052799698, 0.04315002, 0.03665532, 0.00049141655, 0.018221382, 0.031083236, 0.0027845253, 0.0046886695, -0.029226506, -0.033983152, -0.0034505439, 0.0051152506, 0.004296859, 0.014133162, -0.0022394627, -0.0072766095, -0.020954667, 0.02665998, 0.042961247, -0.008896108, -0.03545892, -0.014962141, 0.017637605, 0.013408895, 0.025135882, 0.054060884, -0.06360985, 0.031665243, 0.0337262, -0.024920285, -0.014689865, -0.041892376, -0.028393857, 0.012399032, 0.0075638173, 0.019671846, 0.016106673, 0.07205149, 0.039231844, 0.014986687, -0.0020790312, 0.0121513, -0.058066107, -0.01406332, -0.017288653, -0.020907726, 0.009202801, 0.03157617, -0.030021144, 0.007507388, -0.03916858, 0.028161054, 0.0662962, -0.0039791586, 0.03429503, -0.033676207, -0.025896193, -0.0547512, -0.039969224, 0.02838981, 0.043892965, -0.05114098, -0.004367838, -0.016749157, -0.035547994, -0.022494834, 0.04315356, -0.017497227, 0.027973484, 0.03238997, 0.03062712, -0.050309088, -0.03328082, 0.0266863, 0.0040598805, -0.0062958007, -0.00019990685, -0.04487529, -0.016484471, 0.022085404, 0.044422843, 0.010067967, 0.008848282, 0.04324061, 0.018195065, 0.01399854, 0.069717385, 0.031956755, 0.02713647, 0.025474712, -0.016259259, 0.008231102, -0.019620098, -0.001378598, 0.024631308, 0.029074047, 0.0070293825, 0.037228223, -0.0154707655, -0.02052006, 0.009732679, 0.05948013, -0.022592511, 0.0038938818, 0.02930685, 0.027114455, -0.07163852, 0.033403043, 0.005521731, -0.059488736, 0.007256366, 0.050501533, -0.006012388, -0.0025567834, -0.03952892, -0.016925784, 0.0072492803, -0.007982103, 0.07136219, 0.033205792, 0.0070281173, -0.009923478, -0.014818158, 0.009372341, -0.010420967, -0.0055098375, 0.015251628, 0.020717435, 0.017087733, -0.03976577, 0.057133883, -0.017110001, 0.025507102, -0.013179681, 0.0007624295, -0.042995658, -0.020143524, 0.0018922827, 0.015129152, 0.0024884606, 0.03497712, 0.011702901, 0.006440543, -0.018081954, -0.002864488, 0.020320658, -0.0030649009, 0.004602412, -0.007389468, -0.0064256135, 0.007943134, -0.011634072, 0.04673873, -0.026922645, -0.0029576092, -0.0042230953, -0.06422931, -0.058848526, 0.051801004, -0.0032956796, -0.016526476, 0.040270858, 0.076040514, 0.030592326, -0.03346289, 0.0196182, 0.023682635, 0.0012563766, 0.0005693549, 0.04093738, 0.00094765966, -0.09189035, -0.041238505, 0.01506121, -0.024935722, -0.040626388, -0.044880353, -0.025365237, -0.003032764, -0.024704818, 0.016030505, -0.00899429, 0.02200443, -0.025406895, 0.029609494, -0.007037733, 0.0022096033, -0.022750158, 0.007280405, 0.059277695, 0.0025248993, -0.0056550866, 0.022924002, -0.0064086593, 0.026645811, 0.004675796, 0.04293339, 0.0066804313, -0.03248866, 0.0032703748, -0.043925863, 0.00480738, -0.001988314, -0.059481144, -0.02825215, -0.04607878, 0.023391884, -0.01712063, 0.006949167, -0.008494522, -0.017769948, 0.0281732, -0.0070541813, 0.01535487, -0.03563403, 0.014397342, -0.019518754, -0.030029552, -0.0076313806, 0.00034414342, -0.026843188, 0.003924374, -0.055260327, 0.012278835, 0.012553391, -0.003953601, -0.01330823, 0.015793148, -0.03463905, 0.02241968, 0.0071126353, 0.069160685, 0.026991978, 0.014253611, 0.028435864, 0.009764058, 0.054633785, -0.02106917, -0.08131907, 0.072272144, 0.014162514, -0.04268973, -0.0039151376, 0.013231303, 0.004585205, 0.027728345, 0.0031098167, 0.009782783, 0.017977698, 0.01246204, 0.022262031, 0.003325539, -0.041859988, -0.0093232505, 0.04346076, -0.03659662, -0.001188054, -0.035269894, 0.027458597, -0.0155593315, -0.0063365414, -0.0358643, -0.015700025, -0.019410701, 0.046678502, -0.043797314, 0.028534299, -0.0043126107, 0.010726141, 0.02089811, 0.034793407, 0.009633485, -0.02909834, -0.015627654, 0.060802046, -0.0070670866, 0.041153483, -0.0243775, 0.024551598, -0.030091042, -0.031119803, -0.056133337, -0.009313508, 0.05659363, -0.037789986, -0.01080914, -0.0015041094, -0.01947194, 0.025808733, 0.008066115, 0.0036024987, 0.021507448, -0.040248584, -0.06500565, -0.025476735, 0.02708662, 0.0058666333, -0.012943336, -0.034554027, 0.01867535, 0.020401632, -0.008491675, 0.032437544, 0.028254176, 0.023009025, 0.041082628, 0.004256023, 0.033616234, -0.022568723, 0.0014803229, 0.04243592, 0.020487163, -0.0073135537, -0.07169115, -0.010443361, 0.031697635, 0.019457769, 0.05318433, 0.026399598, -0.032525603, 0.027638767, -0.020653287, 0.008365469, -0.008751364, 0.01025345, 0.032290775, -0.061949864, -0.021403698, 0.02613162, -0.065856904, -0.024070555, -0.035890114, -0.012545546, -0.005548807, -0.019181442, -0.026021292, 0.027397867, 0.018730005, 0.01786813, -0.0061257533, -0.048636068, -0.04154317, 0.016262801, -0.0017627229, 0.017668728, 0.000363375, 0.010998419, 0.0070772087, 0.007933518, -0.04058305, -0.050404865, -0.0425756, 0.02182173, -0.033312075, 0.002767318, 0.054843303, 0.019642493, 0.005691525, -0.00073535356, -0.056509364, 0.04636131, -0.021499095, 0.040968757, -0.009648163, 0.0026134658, -0.07065062, -0.029763853, -0.0045750835, 0.015451028, -0.0018312986, -0.041716255, 0.03665482, 0.009978388, -0.017547267, -0.028776465, -0.012155475, -0.020970482, -0.03648325, 0.0013705005, 0.006189521, -0.07351714, -0.037521757, 0.017792722, -0.042929865, -0.046408754, -0.0127836, 0.02684015, -0.019392863, -0.022324787, 0.050764192, -0.016814442, -0.020436047, 0.022618588, -0.053470783, -0.007064809, -0.023718568, -0.018598929, 0.028371338, -0.058437325, 0.03001943, -0.007980585, 0.03821814, -0.012741405, -0.0019995745, 0.012573888, 0.0036908118, 0.024500482, 0.023940235, -0.020505635, 0.008799951, -0.019108564, 0.01417871, -0.01694704, -0.0823596, -0.052029174, 0.01539232, -0.035592526, 0.00078950555, 0.038794708, 0.01854174, -0.0037170656, 0.028794684, 0.0256979, 0.005310991, 0.0002501366, 0.054049246, -0.0029444506, 0.00748765, -0.0032612653, 0.0024155832, 0.009417384, 0.018957242, -0.041885294, 0.02935341, 0.050520256, 0.019841895, 0.037724193, 0.04315559, -0.0044495724, -0.01280416, -0.024055626, -0.016033795, 0.014763374, -0.09070811, 0.02971729, 0.04803028, 0.00751169, 0.03225636, 0.012829465, -0.026873553, 0.01687467, -0.031539984, 0.01638692, -0.05227842, -0.04438641, -0.027126916, -0.019065546, -0.0068598413, 0.035211947, 0.038642753, -0.0035041901, 0.049943313, 0.014686321, 0.020778166, -0.0026883676, -0.039499566, 0.0750678, -0.026146803, 0.024473658, 0.03300386, -0.009079314, 0.020853573, 0.032681733, -0.014909129, -0.0067472355, 0.031434465, -0.04977326, 0.008216425, 0.017236525, -0.06574152, -0.013264705, 0.00065741513, 0.014126961, 0.028538093, -0.046580322, 0.032051902, 0.01596522, 0.008863148, -0.008025628, -0.042506777, -0.02970059, 0.022491798, 0.0052249073, 0.028365515, -0.037169516, -0.01657405, -0.031154595, 0.02151605, 0.0061824354, -0.04894175, 0.067383975, 9.312116e-05, 0.05197578, 0.03246133, -0.054757267, 0.03793068, 0.02642895, -0.022303531, -0.039695933, -0.0017768935, -0.048682507, -0.054071512, 0.00850882, 0.006053888, 0.035244588, 0.079302475, 0.02328415, 0.024155326, -0.061100643, -0.013054676, -0.00040740508, -0.030893957, -0.017085709, -0.004337725, 0.014877119, 0.0047317194, 0.0020689094, 0.009076988, -0.021565648, 0.078748114, 0.02092291, 0.015359932, -0.0014970239, -0.018724503, -0.0025891734, 0.019183973, -0.030114574, 0.042232472, 0.026723243, 0.031819098, -0.027900923, -0.014762235, -0.023681117, -0.0017989087, -0.02938833, 0.0016365792, 0.01042957, 0.01676434, -0.030162541, -0.025246939, 0.032117188, 0.06857362, -0.036014613, 0.003429288, -0.007889994, -0.047223818, -0.022387544, 0.0107899085, -0.049502753, 0.04669014, 0.0021498841, 0.009015546, 0.03881634, -0.03292871, 0.07024372, 0.06548543, -0.018875381, 0.04267935, -0.0068337778, -0.022149678, 0.030054856, -0.049103197, 0.011522732, -0.011469592, -0.026725521, 0.0025046556, -0.0017717062, -0.034923475, 0.00020740335, 0.0006462811, 0.051570144, -0.025339838, -0.03371492, -0.056998253, 0.07054131, -0.02459006, -0.028515574, 0.012547065, 0.009620201, -0.029790042, 0.0076313806, 0.013242942, -0.06406331, -0.027333591, -0.07575609, -0.03451961, 0.008282343, 0.0457812, 0.016841013, 0.022493064, 0.030322073, -0.03405704, -0.0070023066, -0.0060705887, 0.0034723058, 0.05092108, 0.025090082, 0.0326334, 0.031747233, 0.0004696546, -0.007216384, 0.002519206, -0.03552269, 0.008964431, 0.023958962, -0.00911221, -0.013088901, -0.020620264, 0.019895665, 0.01080914, -0.0026801436, -0.0021524148, -0.019866185, 0.017838428, 0.03970795, -0.056747228, 0.010536863, -0.0068444056], [-0.01226844, -0.08644383, -0.03526482, -0.03443282, -0.019437864, 0.028473852, 0.01302836, -0.012468048, 0.030881064, 0.049264338, -0.013059273, 0.0133128, -0.06716227, -0.03141457, -0.0044408906, 0.057195008, 0.013001017, -0.075578764, 0.021938248, 0.013853114, -0.012321135, -0.014738676, -0.022437753, 0.024008503, -0.0004305378, 0.062240668, 0.0031355803, 0.0065783015, 0.04295298, -0.014154287, -0.020576034, -0.03731763, 0.00877134, 0.009986233, 0.021144405, 0.0054809907, 0.008330192, -0.01894203, -0.035946794, -0.025500845, -0.08420748, 0.032831874, -0.023759974, 0.0030835485, 0.0023216393, 0.03084038, -0.0055190455, 0.028811958, 0.0017526562, -0.028022604, 0.029436952, -0.008120101, -0.030695101, 0.025672296, -0.004002573, 0.037512697, 0.028280415, 0.0137551725, -0.0010996058, -0.031008516, 0.0131879235, -0.015787475, -0.074901335, 0.008898461, 0.018205833, 0.011966911, 0.0054308213, -4.3257824e-05, 0.011924877, -0.046509508, -0.0041589746, 0.0037960785, 0.029303096, -0.025576496, 0.06911132, 0.002029445, -0.082238846, 0.0110523235, -0.028432636, -0.01241316, 0.025588227, 0.024981804, -0.0039548264, -0.044232734, -0.048412852, 0.023390243, -0.021206537, 0.004260692, 0.0546077, 0.0070371507, -0.019799842, -0.015650611, 0.035446525, -0.0012449889, 0.0019911863, 0.0035879512, 0.009241872, 0.060570754, 0.01495823, 0.050956085, 0.05795692, -0.04416869, -0.029844636, -0.023713043, -0.020021027, -0.004433111, -0.0019490507, -0.025314398, 0.009986845, -0.014903545, -0.005281536, 0.004961948, 0.012185648, -0.050042775, 0.009672613, -0.039037332, 0.027352821, -0.022910325, -0.038358267, -0.0074827876, -0.012724636, 0.01899651, 0.029277183, 0.032057315, -0.03492335, -0.010658565, 0.00816471, 0.009501673, -0.047095936, 0.010674276, 0.046596024, 0.00958773, 0.016335135, -0.018628616, -0.051871847, 0.032065477, 0.0063523706, 0.044657174, -0.00832101, 0.036693655, -0.030660005, 0.014041653, 0.013289131, -0.0068572327, 0.033837415, -0.019971445, 0.018976413, -0.037879165, -0.026440326, 0.00014201626, -0.018695237, -0.03281735, 0.02105636, 0.023676313, 0.0338972, -0.08372267, 0.02252182, 0.016725883, -0.046232007, 0.022398576, -0.026106097, -0.003646308, 0.014916604, 0.02317395, -0.007796203, -0.04710859, 0.004503073, 0.011822446, -0.017484732, 0.037884876, 0.07561795, 0.013645702, 0.022833552, 0.02279565, -0.050152957, -0.016787913, 0.031055141, -0.028282458, 0.024094328, 0.025632098, -0.00021343247, -0.016938092, 0.0146330055, -0.023528991, -0.0015050459, 0.041993964, -0.026587138, -0.007855784, -0.0072697634, 0.02936635, 0.02999318, -0.02324802, 0.04529135, -0.0054729315, -0.020945765, 0.03540712, -0.041096162, 0.010114169, 0.028995803, 0.039453585, 0.014642161, 0.01899539, 0.055255957, -0.0495751, -0.015515684, -0.05152415, 0.037049714, -0.017171318, 0.049600404, -0.0104292175, -0.005405596, 0.04587227, 0.029398998, 0.053871196, 0.022815647, 0.033337094, 0.009553042, -0.047133077, 0.019402359, 0.063440464, -0.02603305, 0.00093371613, 0.048419382, -0.02086272, -0.012127699, 0.024966294, -0.013854339, 0.01714275, 0.005130541, 0.0020576033, 0.06794499, -0.007499035, -0.01506158, -0.05389415, -0.014465866, -0.0010150286, -0.027429951, 0.028104426, -0.033395045, 0.02883277, -0.0037655479, 0.022988679, 0.024905235, -0.0051774723, -0.022658939, -0.015486353, -0.023915865, -0.014949137, -0.021842755, -0.020255681, 0.06486021, -0.01849068, -0.03662224, 0.007895982, 0.006191583, 0.021251222, -0.0051588276, -0.0145809995, 0.021624016, 0.051052395, 0.020041432, -0.03529252, -0.00069457374, -0.07661859, 0.035902366, -0.0014160817, 0.035564464, -0.015159012, 0.014938941, -0.04092435, -0.019638034, -0.056679178, 0.0073570954, 0.016952172, -0.025229108, 0.021163177, -0.006219129, 0.0042066197, 0.04054605, -0.0022252274, -0.078268915, -0.019978179, 0.012038327, 0.006347066, -0.0001171226, 0.0273316, -0.00079098565, -0.026527658, -0.0031665952, -0.025119329, -0.010239045, 0.013286274, 0.040529422, 0.0333877, 0.03832929, -0.029486688, 0.0353343, -0.026538268, -0.028477117, -0.01594663, 0.024603093, 0.0021575605, 0.012876078, 0.0012595985, 0.00470939, -0.060616456, -0.052670076, 0.04501426, -0.0061866855, 0.0004913436, -0.034215715, -0.02599061, -0.071274206, 0.019694554, 0.006418482, -0.011778575, 0.01576707, 0.08768606, -0.009980213, -0.0055696494, 0.010307197, -0.021677068, -0.01383924, -0.07620805, 0.020349262, 0.07945402, 0.025850633, 0.018620556, -0.032908596, -0.029692825, 0.044625755, 0.039904937, -0.00321776, 0.00026852498, 0.02261405, 0.018160941, -0.027182238, 0.03454913, 0.024137868, 0.049833015, -0.00825949, -0.065957576, -0.010682235, -0.0023530626, 0.02761196, -0.067996405, 0.0048331437, -0.07447202, 0.009821159, 0.012313789, 0.005019132, -0.03155791, 0.004705666, 0.00043665917, 0.017039502, 0.009175149, 0.0032206676, -0.01000832, -0.0155748585, -0.027373837, -0.010975935, -0.015844965, -0.032445002, 0.05033946, 0.022880942, -0.018924074, 0.061145347, 0.0051321737, 0.047449347, -0.037711028, 0.0444013, -0.00020567872, -0.031660646, 0.025804926, 0.009103732, 0.041597705, -0.0610572, -0.010253125, 0.02497119, -0.01643879, 0.035983983, -0.014778669, 0.047408126, 0.035384085, 0.019468877, 0.034736443, 0.040625628, 0.003864944, -0.022013439, 0.03819258, 0.013690389, 0.02161973, 0.053084698, -0.0030121321, 0.0068869726, -0.007837624, 0.03449036, 0.04849896, -0.0027444235, 0.017689187, -0.019210685, 0.019946756, -0.0025303788, -0.0027685007, -0.011036459, -0.04136591, -0.036922596, -0.003081508, -0.014781117, 0.04340596, 0.04433029, -0.019499077, -0.011609829, 0.03910773, 0.033573788, -0.033424426, -0.014288142, 0.04182787, 0.00066111016, 0.01660121, 0.017053377, 0.045688428, -0.03240909, 0.05092997, 0.02600775, -0.010494716, 0.0076011345, -0.028892148, -0.046105497, 0.047762357, 0.016527347, 0.009873879, 0.0007119177, 0.08191441, 0.038243998, -0.029497758, -0.008757873, 0.008921518, -0.09171557, -0.0028186962, -0.024994861, -0.04157934, -0.010096214, 0.005635505, -0.027225241, -0.029909113, -0.031059526, 0.01617353, 0.0557573, -0.035291854, 0.032513153, -0.019596612, -0.040917005, -0.002844406, -0.043497782, 0.0398527, 0.07841256, -0.043702237, -0.030661637, -0.031785525, -0.05052024, 0.005430082, 0.035540793, -0.009799938, 0.01289777, 0.005394169, 0.034536887, -0.058305837, 0.02036505, -0.0032512746, 0.0016666506, -0.023397382, -0.027942514, -0.044137675, -0.012309709, 0.008014533, 0.045722708, 0.007819056, 0.009368661, 0.017239468, 0.025361942, 0.008582598, 0.028573224, 0.0022575688, 0.030386992, 0.018419163, -0.03455076, -0.0047392827, -0.00013711915, -0.015941096, 0.014123068, 0.03418307, 0.0021335087, 0.085186906, -0.03932626, -0.023316376, 0.022486571, 0.05337118, -0.03769144, -0.01365519, 0.06492918, 0.035799526, -0.06699332, 0.012932457, 0.0066817016, -0.0683994, 0.030571245, 0.06380611, -0.04251772, -0.026062636, -0.008573212, -0.04766798, -0.021726854, -0.031705335, 0.04566394, 0.035661995, -0.010801652, -0.047035947, 0.0044841226, -0.029048856, -0.008247553, -0.023642749, 0.0016654264, 0.038905926, 0.02779397, -0.029558461, 0.019779436, -0.0438667, 0.012550127, -0.024581872, -0.02056624, -0.0450163, -0.02067112, -0.009213917, 0.009757496, -0.0056863637, 0.013933917, -0.0037613905, 0.010206755, -0.025867363, -0.0166763, 0.01642737, 0.028004138, 0.015541598, -0.017424742, -0.009463874, -0.029105172, 0.0082818335, 0.026400333, -0.01775387, -0.011688183, -0.008348761, -0.08520976, -0.05194367, 0.039904937, 0.0010749162, -0.029150877, 0.04671682, 0.05840092, 0.0035197996, -0.0645668, 0.006509895, 0.012404845, 0.005764367, 0.007025724, 0.009063739, -0.0027105517, -0.071306035, -0.05552509, 0.033879552, -0.02902396, -0.04116023, -0.06748221, -0.039466646, 0.033640712, -0.008138184, 0.008414259, -0.0076672453, 0.02100535, -0.031120334, 0.005320254, -0.0237412, -0.0062405537, -0.011128075, 0.011647986, 0.04450266, -0.0010985855, -0.0027050425, 0.022297777, -0.018133394, 0.030278847, 0.013244648, 0.049984828, 0.010164773, -0.013552759, -0.022136582, -0.04155363, 0.0059068864, -0.0070840814, -0.043244768, -0.006104047, -0.03914915, 0.0102982195, -0.017032566, -0.0001730313, -0.023999726, -0.026695793, 0.033259556, 0.011025441, 0.0018698808, -0.00039646207, 0.0027611551, -0.041090854, -0.010873631, -0.027576137, 0.011771639, -0.044537608, -0.018555159, -0.02634218, -0.0044288263, 0.025766972, -0.0065360125, -0.031434566, -0.00154912, -0.014617064, 0.026429307, 0.026703954, 0.06008757, 0.018659223, -0.0008680132, 0.032630686, -0.025940208, 0.071726374, 0.0034842954, -0.04536848, 0.08906542, 0.012183199, -0.02363775, -0.023078458, 0.013497614, 0.017841404, 0.033559095, 0.0065274425, -0.0018233582, -0.006041178, 0.006370531, 0.0005488847, -0.0092637045, -0.04029997, 0.005731254, 0.062556535, 0.005672489, 0.013216899, -0.034513216, 0.039793935, 0.015075556, 0.023863858, -0.0072983303, -0.015260831, -0.013807001, 0.040091027, -0.03790365, 0.051320106, 0.018457217, 0.034853972, -0.02848487, 0.01276065, -0.010936068, -0.039511748, -0.018400084, 0.051784515, 0.0052354215, 0.010225171, -0.02689739, -0.019439496, -0.008250002, -0.016972028, -0.049656924, -0.0008374062, 0.021210006, -0.036935654, -0.014616248, 0.0237059, 0.0074242265, 0.055289216, 0.031350497, -0.012005883, 0.039957173, -0.0298479, -0.050528407, -0.022600582, 0.026047537, -0.0052125677, -0.0002579146, -0.021735119, 0.0017941796, 0.05480685, 0.045350116, 0.03719112, 0.019229328, 0.04798354, 0.04051381, 0.0055704652, 0.023543684, -0.008440173, 0.0046957186, 0.009608644, -0.0017618445, -0.027079398, -0.06952267, 0.014593395, -0.005129725, 0.018415999, 0.04136897, 0.017309584, -0.00073089404, 0.033694174, -0.028768903, 0.030737542, 0.0035418365, -0.007973315, 8.10064e-05, -0.05706442, -0.009388836, 0.010361678, -0.016604884, -0.034128793, -0.06183421, -0.030149482, -0.0014515857, -0.022741375, -0.03158556, -0.013225469, -0.005963867, 0.026519904, -0.011490405, -0.028545268, -0.039869994, 0.04093496, 0.02965528, 0.030752232, -0.014990673, 0.022726683, -0.011398845, 0.0038366835, -0.0715713, -0.034820408, -0.016282082, 0.024418635, -0.0058324607, 0.005776144, 0.048710454, 0.021404156, 0.022803403, -0.004640014, -0.035897467, 0.055880133, -0.029250402, 0.0201608, 0.0072808326, -0.007664083, -0.09498439, 0.0030798758, 0.016362885, -0.013398092, 0.00020037353, -0.020858383, 0.0042802803, -0.0017640827, 0.017768355, 0.010637548, 0.010565724, 0.012468865, -0.017401889, -0.007102853, -0.00014140412, -0.089910984, -0.049321674, -0.024849376, -0.040876605, -0.050690416, -0.011464344, 0.0047738682, -0.009804835, -0.029579375, 0.06052831, -0.031300303, -0.014062875, 0.010150897, -0.05143845, -0.008939883, -0.01344867, -0.04423072, 0.023658765, -0.03755922, 0.019059561, 0.0048399796, 0.031939477, -0.036734875, 0.0059485636, 0.004498814, -0.0043641436, 0.055709552, 0.016032739, 0.006792295, 0.016473886, 0.010731002, -0.0010945046, -0.041153703, -0.06262754, -0.007619703, 0.01834499, -0.0073840297, 0.023633515, 0.022520557, 0.0017196006, 0.02384404, 0.02114461, 0.024260703, 0.0073795402, 0.027418932, 0.035292674, 0.024041558, 0.0035932562, -0.009149132, 0.010192115, 0.004130714, -0.027711127, -0.014621146, -0.0030308024, 0.035391636, 0.039657224, 0.024960581, 0.026078757, 0.017845077, -0.015243894, -0.009251972, -0.0070453123, 0.033109378, -0.10708352, 0.003382502, 0.06806007, 0.009152805, 0.017246202, 0.02017243, -0.017781416, 0.033031024, -0.062859334, 0.008301422, -0.07480829, -0.06458965, -0.015435698, -0.010763446, 0.0047665224, 0.01649021, 0.03758789, 0.0048358985, 0.05440243, 0.011814947, 0.038169727, 0.0028260418, -0.0050026043, 0.052353397, -0.0062572854, -0.010666727, 0.04650461, 0.0032848401, 0.0059557045, 0.042813823, -0.02353389, 0.013172825, 0.031910606, -0.030235996, 0.026891677, 0.032022525, -0.028077085, -0.009356137, -0.038689636, -0.009423778, 0.006273609, -0.028611073, 0.021927636, 0.031348865, 0.0030272317, -0.04177931, -0.0058089253, -0.015941733, 0.011346609, 0.013953097, -0.00062802277, -0.005748394, 0.0062691197, 0.0185168, 0.033755794, -0.028117793, -0.057351716, 0.05488357, 0.03586686, 0.040882725, 0.023045609, -0.040399548, 0.07082367, 0.015432433, -0.03138641, -0.01839478, -0.015625615, -0.009921346, -0.04509853, 0.030221306, -0.007192634, 0.0131526245, 0.06205223, 0.040102046, -0.0029488779, -0.08936904, -0.027383428, -0.018610252, -0.018982025, -0.05443018, -0.021027386, 0.018815523, -0.018345196, 0.019747606, 0.005046525, -0.035953578, 0.077916324, 0.0014168979, -0.014605638, 0.015180232, -0.022940114, -0.040402606, 0.004071541, -0.05026886, 0.08512814, 0.029424809, 0.016042735, -0.03782958, 0.0006168321, -0.053598896, 0.016172715, -0.00017894866, 0.030209063, -0.018610047, 0.020118766, -0.011935895, -0.017708775, 0.04962244, 0.048466723, -0.046964128, 0.05903959, -0.008442622, -0.021020625, -0.026845971, 0.03530614, -0.035701584, 0.044100128, -0.00058438873, -0.015218593, 0.016269432, -0.036048666, 0.06732223, 0.023258835, 0.01884817, 0.0089364145, -0.011645333, -0.0006813108, 0.022907823, -0.03483561, -0.0025456822, 0.007979029, -0.022480195, 0.00034136957, 0.0048346743, -0.014929663, 0.018030964, 0.017859768, 0.040335067, -0.018501291, -0.038600266, -0.023415951, 0.050887525, -0.015236141, -0.05789693, -0.023607755, 0.0038279097, -0.021171851, -0.021600857, 0.022238044, -0.016599987, 0.00309824, -0.09092632, -0.016778221, 0.017229674, 0.0071395817, 0.0038066886, 0.05305001, 0.02880808, -0.032009337, -0.008080644, 0.0043527167, 0.0072530317, 0.044266224, 0.011922427, 0.031943865, 0.024117054, 0.032472342, -0.027221415, 0.015363415, -0.02520503, 0.05447058, 0.07770738, -0.005792468, -0.0029815251, 0.012323991, 0.02254957, 0.0051321737, 0.0060445163, -0.0030966073, -0.02691453, 0.048171263, 0.024594113, -0.05404004, 0.009652872, 0.0072966977], [-0.04526447, -0.060152195, -0.026986655, -0.05189433, -0.010134598, 0.05771169, 0.0014964578, -0.028359538, 0.030335598, 0.021803772, -0.013515461, 0.01056712, -0.033465568, -0.01999837, -0.028482806, -0.0065944977, 0.042686556, -0.05213625, 0.036943804, 0.013841928, -0.025148362, -0.019175442, -0.029994328, 0.034822464, -0.005219562, 0.026318967, -0.002459891, 0.01884129, 0.0013754932, 0.004789096, -0.010776465, -0.053508513, -0.009782616, -0.008042847, -0.012248483, -0.015657108, -0.02492703, 0.0053139166, -0.06011285, -0.030655252, -0.041794457, 0.03339302, -0.019499449, 0.04918314, 0.0017689742, 0.02739151, -0.0137451645, 0.023321135, -0.028053666, -0.039869785, 0.024090534, -0.028215824, -0.023750888, -0.0019252141, 0.032344148, 0.04146123, 0.035450805, 0.015441828, 0.019385247, 0.016293192, 0.014436684, 0.013468236, -0.058589645, -0.0018389095, 0.030373054, 0.020193266, -0.0073657054, 0.016263068, -0.03774706, -0.05070373, -0.032306645, 0.0026873532, 0.037883162, 0.00079495483, 0.067145094, 0.026864924, -0.083930135, -0.0010928515, -0.013587395, 0.019659301, 0.008806599, 0.0017583688, -0.0033550414, -0.054339126, -0.04040006, -0.0010906805, -0.0058178334, 0.00538731, 0.056301616, 0.029073335, -0.015950127, 0.00294399, 0.08876688, 0.0034657847, 0.010148431, 0.020466398, 0.007848873, 0.051078767, 0.010083952, 0.02534639, 0.047111984, -0.021968313, -0.0046963356, -0.017489007, 0.005415284, 0.011931162, 0.014004854, 0.014710968, 0.008121235, 0.011011026, 0.0047549736, 0.021929195, 0.019820537, -0.03765691, 0.014837927, -0.04104607, 0.0028263011, 0.003309007, -0.049431525, -0.013411096, 0.012189739, 0.012528839, 0.021942412, 0.050268136, -0.035873182, -0.025184635, 0.011524693, -0.0026196083, -0.03610804, 0.021267502, 0.016537273, 0.012427548, 0.036223628, 0.00460004, -0.031244246, 0.04552085, -0.015642105, 0.045776457, -0.016928757, 0.036950953, -0.037649535, 0.011491647, 0.03908067, 0.012679776, 0.03298217, 0.009598941, 0.010068813, -0.06074242, -0.0392547, -0.0061305435, -0.028045367, -0.0152749065, 0.007405438, -0.01700338, 0.041956924, -0.043094326, 0.013936917, 0.030984178, -0.03561619, 0.024523094, -0.02637092, 0.021959761, 0.0038659521, 0.008198394, 0.010232124, -0.055527564, 0.01546473, 0.023190178, -0.00026990345, 0.014458529, 0.08040295, -0.0067967717, 0.031228874, -0.008835188, -0.042321354, 0.014577861, 0.039199326, -0.0024783546, 0.013609221, -0.008122311, -0.0036767428, -0.008133378, -0.015761377, -0.020429201, -0.03757837, 0.008133993, -0.024701392, -0.03327221, 0.0019153001, 0.015568326, -0.0020482538, -0.027695844, 0.012191151, -0.022837276, -0.03967396, 0.016082618, -0.03557438, 0.008403743, -0.012556965, 0.019932123, 0.004298935, 0.009122614, 0.040582657, -0.02192635, -0.025700467, -0.045766156, 0.0359488, 0.005628932, 0.07544017, -0.01802082, -0.018610427, 0.012871443, 0.03934811, 0.03347068, 0.04072099, 0.03432016, 0.009863158, -0.044304743, 0.049260147, 0.055543855, -0.013154105, 0.014393186, 0.04000965, -0.026098866, -0.045558967, 0.017864505, 0.0048825475, 0.013107302, 0.0148800425, -0.018179905, 0.03722393, -0.0041816593, 0.010785072, -0.04162292, 0.0075536077, -0.005689856, -0.000906851, 0.021080596, -0.058447935, 0.0066081774, -0.030548275, 0.046341624, 0.027299598, -0.0053870026, -0.0338672, -0.0034924522, 0.002177672, -0.007351949, -0.019127948, -0.0063126055, 0.035467807, 0.0074908203, -0.039720688, -0.023442868, -0.013503166, 0.026267169, 0.01886373, -0.012671322, 0.013425391, 0.049122427, 0.042820122, -0.064604685, 0.021732435, -0.04713197, 0.016118662, -0.0070433123, 0.046745557, -0.031918082, 0.029997287, -0.020804547, -0.0130906245, -0.03296296, 0.019629788, -0.023753654, -0.044228353, -0.002098976, 0.0015980559, 0.003928663, 0.05427826, 0.023864936, -0.0427548, -0.009638135, 0.023369858, -0.0070270193, 0.027739342, -0.00038764038, 0.026580572, -0.058459, -0.0055120406, -0.025175413, 0.0018303021, 0.004221545, 0.009009565, 0.03004213, 0.047019765, -0.03367645, 0.03246181, -0.01030152, -0.070418365, -0.042408656, 0.033982627, 0.021023188, 0.029466819, 0.03763524, -0.0013590469, -0.033798646, -0.04421006, 0.045419402, -0.005441106, 0.023592882, -0.030279603, -0.05468404, -0.06614909, 0.02664574, -0.0021106573, -0.012422937, 0.03376283, 0.07215153, -0.008595411, 0.002154309, -0.0061376905, -0.007825971, 0.016803795, -0.070799395, 0.025385065, 0.061747026, 0.004770344, 0.008114165, -0.054537714, -0.044398196, 0.024755573, 0.013145112, -0.012341443, 0.003442345, 9.345177e-05, 0.041556448, -0.029561576, 0.024835577, -0.0071383007, 0.045137204, 0.0017134873, -0.06809191, -0.02012533, -0.019213868, 0.052387096, -0.084286734, -0.009032851, -0.05459489, -0.019412452, -0.00095941767, 0.043736503, -0.01826859, -0.012934155, 0.037404068, -0.01285761, 0.021718007, -0.0033550414, -0.017224636, -0.023998044, -0.0008631992, 0.013525607, -0.0075443857, -0.048682302, 0.036754828, 0.021703558, -0.021105958, 0.043356698, -0.020819608, 0.016941054, -0.027189545, 0.03645787, 0.029563958, -0.009553598, 0.015638415, -0.00084752147, 0.05012273, -0.05100868, -0.015773522, 0.024940709, -0.030942142, 0.038211934, -0.014188683, 0.05367513, 0.030510772, -0.006156903, 0.04783009, -0.005462625, -0.00015708504, -0.025821276, 0.05152943, -0.030459128, 0.030448677, 0.0007539928, 0.017511062, 0.0031077324, 0.0019145316, 0.02355092, 0.037657566, 0.0042151664, 0.0061599775, -0.048351455, 0.005272032, -0.020646999, 0.03337642, -0.0039012223, -0.056929342, -0.00021702942, 0.0029577946, -0.018676136, 0.047653023, 0.048344076, -0.010127528, -0.042986892, 0.020173287, 0.038349655, -0.014091467, -0.039137233, 0.02877131, 0.010863538, 0.024467763, 0.0037474467, 0.029921819, -0.046728034, 0.036106657, 0.04726323, 0.01218316, 0.03286305, -0.056818675, -0.024932409, 0.03309791, -0.0011420368, 0.0444855, 0.018478857, 0.08331963, 0.04726815, -0.015594455, 0.022920122, -0.0132261915, -0.06631909, 0.005195913, -0.02016483, -0.06590732, 0.02170909, -0.030297969, -0.006451861, -0.009619538, -0.047906324, 0.013105841, 0.023449996, -0.0484572, -0.006729041, -0.005284943, -0.044381134, 0.017350981, -0.05322324, 0.028090863, 0.06805194, -0.04685653, -0.045652416, -0.008657123, -0.025101021, 0.0046822717, 0.009505951, -0.01381503, -0.00414477, 0.01630864, 0.04846212, -0.045322876, 0.018887708, 0.03621133, 0.034885406, -0.034846444, -0.03480279, -0.05144489, -0.016025133, 0.005509663, 0.020764353, -0.012300588, 0.013385889, -0.0032236248, -0.0035092062, 0.0107830735, 0.037224542, -0.00486295, 0.034476325, 0.013428312, -0.028877882, 0.014568024, -0.037801854, -0.025357323, 0.012518003, 0.043125145, -0.013274146, 0.08265686, -0.024618546, -0.028455717, 0.001001225, 0.02967893, -0.039995667, -0.022488674, 0.059922256, 0.052826073, -0.033966027, 0.030071793, 0.020681506, -0.05597761, 0.017017366, 0.045884818, -0.0060797445, -0.009001649, -0.028346624, -0.07850686, -0.016593836, -0.0024911505, 0.052780572, 0.03681719, -0.0023489746, -0.04634562, 0.01553943, 0.0055899676, -0.038181156, -0.04310171, -0.010201229, 0.029649723, -0.018040188, -0.013726036, 0.033404395, -0.04427523, 0.0060506943, -0.0046553737, -0.0125422105, -0.019805932, -0.06734429, 0.012355923, 0.01881662, 0.0035511383, 0.01863871, 0.01718693, 0.0013187766, -0.011318827, -0.025016563, 0.051809166, 0.020229924, 0.019159302, -0.022262424, -0.01923677, -0.01619052, 0.03801181, 0.02123553, 0.012884241, -0.01645704, -0.021556923, -0.077004254, -0.062036604, 0.035784647, -0.028821263, -0.03030604, 0.015402365, 0.044749256, -0.039869472, -0.029591471, -0.009450617, 0.030489255, 0.022475457, -0.009856241, 0.024615778, 0.02468998, -0.031751465, -0.08470665, 0.029224735, 0.014395261, -0.026101325, -0.058618847, -0.045868214, 0.026315281, -0.036494453, 0.03254304, -0.03394622, -0.007023023, -0.02834263, 0.03525468, -0.034168303, 0.012804736, -0.010121764, 0.022750739, 0.011836405, -0.019166144, 0.0074785235, 0.034036215, -0.0139570525, 0.025472984, -0.00864669, 0.041471757, -0.0088276565, -0.017493002, -0.06553674, -0.022799388, 0.030401336, 0.01160216, -0.036577757, -0.025754262, -0.038620174, -0.013731568, 0.0011404805, 0.03902134, -0.028703995, -0.04690418, 0.04617716, -0.023753349, 0.007958463, 0.011943881, 0.009139022, -0.020314539, -0.0097571025, 0.0011343323, 0.009154277, -0.03621809, -0.0009695621, -0.011986418, -0.044751715, 0.02290948, 0.0029920128, -0.0047844844, 0.023196328, -0.019801015, 0.021860797, 0.022165898, 0.027573498, 0.0028242262, 0.022505274, 0.044065833, -0.032401327, 0.04072284, 0.003581812, -0.037436694, 0.07363507, -0.0033017062, -0.019103508, -0.048399717, -0.0051780427, 0.02939135, 0.015938137, 0.016158395, -0.030933304, 0.011137361, 0.003837824, -0.012169406, -0.036119107, -0.023291778, -0.0056727757, 0.05949619, 0.003594281, 0.033498462, -0.035585143, 0.05994931, 0.010394357, 0.018273817, -0.007556067, -7.992585e-05, -0.004711629, 0.03648308, -0.036526114, 0.05200437, 0.058539078, 0.023401676, -0.006093121, 0.0134771895, -0.03869395, -0.035131715, -0.01400639, 0.04087654, 0.025921183, 0.006816138, -0.0011687619, 0.0014174542, 0.008643981, -0.045718815, -0.036057625, 0.0110795675, 0.014334664, -0.008962455, -0.013831168, 0.03791621, -0.024638068, 0.02202326, 0.009332266, -0.031923, 0.048108604, -0.049933985, -0.01777428, -0.010186242, 0.033309717, 0.025296975, -0.020301705, -0.010488117, 0.00752133, 0.031594075, 0.06715493, 0.0071450635, 0.020495601, 0.030232262, 0.045133512, 0.052259214, 0.03457892, 0.03948583, -0.01871218, -0.010997875, -0.0074666115, -0.03248863, -0.050912153, -0.044337943, 0.008555332, -0.02801278, 0.034617808, 0.029767463, -0.012979651, 0.033785272, -0.031891644, 0.023335353, 0.0053704027, 0.026415955, -0.0057417504, -0.045975808, -0.017417073, 0.0038828594, -0.00033999226, -0.03575775, -0.09298697, -0.02119157, -0.011875752, -0.016548647, -0.0029649418, -0.037246678, 0.007541158, 0.025148055, 0.021216009, -0.011796287, -0.052804243, -0.01936296, 0.037393, 0.017536348, -0.038078826, 0.0314914, 0.019104738, -0.012303048, -0.07068396, 0.0025641979, 0.01899776, 0.017883006, -0.002127872, 0.0028771672, 0.058583193, 0.006791738, 0.06993942, -0.015091231, -0.028894424, 0.0641654, -0.034940846, 0.025140215, 0.005357645, 0.0072418973, -0.091002345, -0.024339153, 0.023261497, 0.01423197, 0.02823081, -0.03975266, 0.009248036, -0.004666133, 0.016638257, 0.015728716, 0.025243506, -0.023163741, -0.003877403, 0.018659785, 0.011230505, -0.09405674, -0.020399768, -0.013610652, -0.048516527, -0.07177503, 0.0054182042, 0.0369488, -0.006551461, -0.053463016, 0.008592029, -0.016761066, -0.008079505, 0.0074466304, -0.07509588, 0.020754283, -0.028453603, -0.046102922, 0.00612232, -0.025410887, 0.037670285, -0.0055176504, 0.03305226, -0.0536666, -0.009797987, 0.006548387, -0.016042348, 0.048730988, 0.0033336764, -0.01935662, 0.013549508, 0.01539126, -0.004394308, -0.06593391, -0.04767869, -0.008965221, -0.0020670055, 0.030873513, 0.000916419, -0.008180872, -0.0071604056, 0.03585228, 0.012327544, 0.03796601, -0.0022428425, 0.034647856, 0.032936905, 0.027149737, 0.0005197486, -0.0513997, 0.0018949728, 0.011944073, 0.00076163956, 0.0017153318, 0.0020676204, 0.027686315, 0.013109684, -0.01199933, 0.06387736, 0.016201278, -0.0100963265, -0.024599949, -0.021481918, 0.029704135, -0.05007109, -0.011258104, 0.05152881, -0.009451539, -0.019791484, 0.033587918, -0.014020224, 0.053540487, -0.070568375, -0.04601408, -0.07531536, -0.03306963, -0.021533562, 0.014373305, 0.0036161838, -0.0007608326, -0.010417374, -0.011487497, 0.03476114, 0.036019508, 0.038525566, -0.015467919, 0.0010833028, 0.047350224, -0.0451495, -0.0033415155, 0.05439754, 0.019784108, 0.016897555, -0.005268958, -0.0054042176, 0.009815587, 0.04499789, -0.032912545, 0.045222048, 0.03785273, -0.043043148, 0.014341157, -0.015649173, 0.016483938, 0.0051287804, -0.022723535, 0.048922, 0.01992857, -0.017258067, -0.013020537, 0.009093103, -0.018672908, -0.00023916275, 0.011820111, -0.022364559, -0.017402165, -0.0035451727, 0.0015872967, 0.047517672, -0.024367854, -0.06312913, 0.073770635, 0.020973621, 0.052066773, 0.02737376, -0.053590283, 0.068652615, -0.021837587, -0.031054268, -0.024583349, -0.029481728, 6.1808045e-05, 0.0022360026, -0.006038936, -0.03652212, 0.016520366, 0.036012743, 0.046400644, -0.0026061975, -0.114367746, -0.016338497, -0.041356094, -0.028567037, -0.052018203, -0.016932907, 0.005231454, -0.004117411, 0.046786204, -0.00016594221, -0.040329356, 0.07283828, 0.012076297, -0.007688252, 0.012786906, -0.017976074, -0.025339916, 0.023832044, -0.035736077, 0.061485883, 0.03508622, 0.023095496, -0.03714308, 0.013259545, -0.048997622, 0.028505094, 0.013617213, 0.0142089715, -0.010949227, 0.005090662, -0.03633429, 0.0003882552, 0.02264361, 0.034684595, -0.043522086, 0.050291806, 0.015106294, -0.0069498606, -0.007471223, 0.038631085, -0.045591548, 0.0316408, -0.0067417454, 0.0002688275, 0.04426048, -0.055928115, 0.06861911, 0.013254166, 0.025858318, -0.0116993, -0.016853904, 0.004343586, -0.011233887, -0.0130837085, 0.003344311, -0.011895887, -0.055895224, -0.00024561828, 0.038991213, -0.010406346, 0.00802152, 0.009635138, -0.01042479, -0.026235968, -0.040182415, -0.020944107, 0.055561993, -0.0056535243, -0.03736472, -0.016852058, -0.01384285, -0.041061603, -0.003457408, -0.004877014, 0.0018459797, 0.036155574, -0.067649245, 0.017307637, -0.011406341, 0.022914741, 0.018450115, 0.029602269, 0.015761994, -0.021613488, -0.010944923, -0.015455816, -0.00044328108, 0.021983914, 0.0009048529, 0.021426432, 0.04729782, 0.037916824, -0.00053338497, 0.0037460632, -0.03972499, 0.034973707, 0.031212889, -0.010651042, -0.024734592, 0.007870353, 0.037271578, -0.013833167, -0.013804425, -0.0031214121, -0.039171048, 0.038259123, 0.031449288, -0.038633697, 0.019764895, 0.02937275], [-0.051254414, -0.06668799, -0.043007165, -0.06392299, 0.018269628, 0.02445042, -0.0038166384, -0.024395872, 0.016466599, 0.046762064, 0.004444992, 0.009770357, -0.05230139, -0.021902962, -0.024723934, 0.031990245, 0.004993005, -0.05412472, 0.03627117, 0.029516576, -0.016492037, 0.0060103806, -0.033388186, 0.027172351, 0.0019873918, 0.03501954, 0.02985866, 0.027447999, 0.017015457, 0.014039868, -0.01689706, -0.04609481, -0.001768356, 0.012462216, 0.015330403, -0.001611056, 0.014677524, 0.0036439043, -0.036527418, -0.020719618, -0.06293816, 0.038182452, -0.015384529, 0.020465063, -0.020549845, 0.0585122, 0.01182329, 0.016369345, -0.032623675, -0.039611258, 0.044264715, -0.009471825, -0.022674873, 0.010577576, 0.0018588458, 0.031820048, 0.05144047, 0.0010013073, 0.0052968226, -0.038926665, 0.0065490906, -0.004992371, -0.08634753, -0.017883567, 0.016083708, 0.00754321, -0.013987011, -0.009412627, 0.015714774, -0.05206544, -0.02099595, 0.024966532, 0.021231266, -0.009652593, 0.04160169, 0.027002737, -0.07603338, -0.002901592, -0.02097375, 0.0029552942, 0.018927583, 0.03404487, -0.0055444003, -0.03355056, -0.05070373, 0.020418126, -0.015591302, -0.024687637, 0.0473549, -0.007138543, -0.04765586, 0.012586956, 0.033423703, 0.030124845, 0.010609397, 0.012808371, 0.010764053, 0.054181803, 0.020916665, 0.017520763, 0.043584775, -0.041314073, -0.039427318, -0.018075963, 0.004810757, -0.006508497, -0.010344586, -0.033333212, 0.00025603527, 0.0046562054, -0.021118788, -0.0010765744, 0.033675723, -0.067079134, -0.015910976, 0.009899326, 0.038420938, -0.027025148, -0.028560301, -0.0034306296, 0.0009903132, 0.030287853, 0.017128782, 0.03326688, -0.03428653, -0.023414437, -0.010696397, 0.0067278505, -0.058295704, 0.024386568, 0.02089806, 0.019092495, 0.044328142, -0.03535285, -0.034320142, 0.018766478, 0.002841125, 0.037250068, -0.0067483587, 0.024985323, -0.03651727, 0.012025413, 0.008404871, -0.01668352, 0.010887526, -0.053838868, -0.0010854544, -0.048392992, -0.024098817, -0.003281833, -0.021589419, 0.013370496, -0.008413434, -1.3531179e-05, 0.009481128, -0.04605358, 0.00767535, 0.022499813, -0.03223465, 0.028352894, -0.013169326, -0.007809499, 0.00094284833, 0.005460254, -0.0040006572, -0.05617131, 0.0012381029, 0.0155760795, -0.015911398, 0.0021071641, 0.07263326, 0.009844778, 0.03057095, 0.026168877, -0.056015696, 0.005930885, 0.028848527, -0.023356507, 0.051825263, 0.038975716, -0.014851315, 0.0043482655, -0.0067550186, -0.021984572, -0.005832573, 0.03652911, -0.022569584, -0.0072201523, 0.028581232, 0.027026206, 0.03731223, -0.022163227, 0.013586572, -0.030490821, -0.018003235, 0.048373964, -0.038685642, 0.010372996, 0.0067918063, 0.05677091, 0.015254713, 0.010695103, 0.016528124, -0.024449889, -0.034890145, -0.018642582, 0.043680336, 0.024452917, 0.04475691, -0.013846202, -0.036755756, 0.038927723, 0.041899294, 0.040745765, 0.033675723, 0.019522533, 0.0070746923, -0.043860048, 0.028505754, 0.068044916, -0.02625979, -0.0033057635, 0.029052712, -0.041977104, -0.018779162, 0.021375563, -0.002511725, 0.016090263, -0.012889849, -0.013779815, 0.07201801, 0.0026895334, -0.00078990904, -0.06826987, -0.02090834, -0.01796983, -0.03496964, 0.030206665, -0.056454614, 0.017130474, -0.016786696, 0.017345704, 0.0201678, -0.029606642, -0.0004446261, -0.0064873546, -0.037834868, -0.003191244, -0.01873413, 0.0003537135, 0.057607725, 0.006593913, -0.030443462, 0.006603216, -0.016871689, 0.017556282, 0.010232109, -0.017952492, 0.052398644, 0.0070582014, 0.008015109, -0.04013263, -0.0034320569, -0.047333755, 0.025136704, 0.003364612, 0.0058412408, -0.031200336, 0.0033718008, -0.039610837, -0.018310223, -0.0665937, 0.03707374, 0.0067046997, -0.040380847, 0.03940195, 0.02635028, 0.026063588, 0.034569837, 0.03661791, -0.056005128, -0.016075093, 0.01214648, -0.0013408553, 0.0106356125, 0.0040542795, 0.008491026, -0.035633516, 0.009730186, -0.014546018, -0.0070446706, 0.025340939, 0.015440555, 0.022506053, 0.037070356, -0.047741383, 0.025795659, -0.0015768053, -0.049902145, -0.030358681, 0.038141012, -0.011599603, 0.015885815, 0.0011655842, -0.020032277, -0.026665725, -0.03334315, 0.040796187, 0.026744323, 0.028583825, -0.031482864, -0.040230732, -0.056249112, 0.029693432, 0.022405941, -0.02285247, 0.042041373, 0.08197823, -0.030541563, -0.011894858, -0.011990316, -0.015876725, 0.0032518173, -0.046194073, 0.033600457, 0.026105028, 0.025077926, 0.0035210666, -0.060062047, -0.0013040674, 0.051991865, 0.033153713, -0.010860463, -0.014724883, 0.041970335, 0.022375496, -0.038087733, 0.02730067, 0.03309388, 0.03922858, 0.009376737, -0.05807244, -0.0073888693, -0.016292386, 0.041516356, -0.07620422, 0.03351504, -0.07511665, 0.003055298, -0.004725976, 0.018532641, -0.015288555, 0.006127721, -0.0077504055, -0.019829521, 0.033620752, 0.006809566, -0.02314339, 0.00040234113, -0.013976863, 0.0004812026, -0.023165802, -0.045430932, 0.05605714, 0.009968674, -0.020154057, 0.0559824, -0.02541832, 0.03991201, -0.03746276, 0.07492954, 0.0003712617, -0.01798509, 0.034014847, 0.01668479, 0.07058455, -0.03435228, -0.014802265, 0.022594692, -0.011823608, 0.028911054, -0.036696557, 0.053244345, 0.041836716, 0.04668933, 0.04451927, 0.03868057, 0.03416147, -0.024745144, 0.029812358, 0.0056363703, 0.018845445, 0.022200014, 0.009523413, 0.023958644, 0.006163452, 0.06325657, 0.026248796, 0.019914936, 0.019961873, 0.00062687416, 0.02253195, -0.031352166, -0.013545661, -0.007589723, -0.014755751, -0.051367737, 0.0028905983, -0.017939806, 0.05819422, 0.051484443, 0.007478302, -0.019306244, 0.042421937, 0.031195924, -0.0316841, -0.049067438, 0.029579159, 0.0037901045, 0.0012600911, -0.01636596, 0.061422884, -0.058141362, 0.019069448, 0.011650768, -0.007119409, 0.00025899522, -0.04948606, -0.052306462, 0.033417784, 0.025545703, 0.019922547, -0.02086677, 0.09643672, 0.036248337, -0.01828147, 0.002152726, -0.020313682, -0.077615425, -0.0041253185, -0.014870554, -0.03527071, 0.032304846, -0.009112827, -0.01875654, -0.026829977, -0.036973946, 0.035619136, 0.022623338, -0.02120801, 0.040907715, -0.009781351, -0.03715662, -0.012491498, -0.047958728, 0.022674873, 0.060927514, -0.056515507, -0.009532928, -0.02973984, -0.033621598, -0.027463641, 0.02663359, -0.023367925, 0.010645655, 0.00954075, 0.028044216, -0.047830183, -0.00049600226, 0.009089147, 0.0072501753, -0.022615675, -0.021115405, -0.025120633, -0.0032703169, -0.004616881, 0.06918492, -0.0031383878, 0.005706299, 0.006785887, 0.010654112, 0.032634668, 0.02468732, 0.0159651, 0.03120417, 0.03274038, -0.030648122, 0.011487971, -0.019132137, -0.006469172, 0.009975016, 0.023693096, 0.008479186, 0.050931357, -0.04745173, -0.036481433, 0.028621826, 0.052583005, -0.036790006, 0.012238951, 0.032422397, 0.052640937, -0.035381496, 0.007738143, 0.009272241, -0.0492907, 0.027724963, 0.071786284, -0.011444841, -0.0014440306, -0.0024212354, -0.03956686, -0.011306886, -0.041072205, 0.042348363, 0.037996396, 0.017891603, -0.041117873, -0.020235032, -0.04552227, -0.0228734, 0.0036483442, 0.016115634, 0.03094919, 0.0216279, -0.015592992, 0.03882518, -0.022460911, 0.011726036, 0.021630699, -0.011540827, -0.040199444, -0.034068126, 0.002961637, 0.005136351, 0.015781583, 0.0054244176, 0.0046462687, 0.006414202, -0.009916768, -0.027303383, 0.03972141, 0.015634008, -0.0025527417, -0.047853015, -0.0057230545, -0.019554589, -0.0069651743, 0.026055977, 0.008337744, -0.0073289303, -0.020300152, -0.11176754, -0.051347442, 0.07515365, -0.006061968, -0.018638354, 0.029130938, 0.024640277, 0.017180793, -0.022289183, 0.01212436, 0.026837826, 0.031188257, 0.0074818963, 0.036142625, 0.039155003, -0.08301379, -0.043858144, 0.020316644, -0.017180158, -0.049684376, -0.06303838, -0.03148991, 0.017923739, -0.013395867, 0.013389842, -0.03082149, 0.0055666002, -0.020006694, -0.010773145, 0.0060530882, 0.0030267558, -0.013798843, -0.0004429347, 0.018154614, -0.005657724, -0.0066383914, 0.058296442, 0.017658189, 0.037377875, 0.010466368, 0.038404025, 0.013344069, -0.012305339, -0.022611445, -0.027227271, 0.024694402, 0.010979284, -0.036239248, -0.03723696, -0.055857554, 0.0014601516, -0.011105716, 0.025632283, -0.017498987, -0.00094802823, 0.061580397, -0.019195668, 0.02376794, -0.0149032455, 0.0062247654, -0.009333131, -0.019635696, -0.0075652506, -0.0025607757, -0.042594884, -0.020106487, -0.014717694, 0.0050090733, 0.031111142, -0.0045942585, 0.01747137, 0.053507358, -0.03874315, 0.026154924, -0.004364228, 0.07502447, 0.02384786, -0.014159533, 0.054110337, 0.0009471826, 0.06657679, -0.01761252, -0.04747753, 0.05484446, -0.011455835, -0.027097031, -0.0036246646, 0.032040987, 0.0013590378, 0.057937976, 0.0007332208, 0.009200356, -0.01315039, 0.01564437, -0.00033087964, 0.004852196, -0.04083583, 0.014403941, 0.027139423, -0.018829904, 0.02529654, -0.04214709, 0.03739764, 0.021140777, -0.004407359, -0.02709661, -0.0035743457, -0.048971877, 0.03720398, -0.03304652, 0.04312556, 0.010121322, 0.02064562, -0.023267709, 0.04654895, -0.0008106022, -0.019503504, -0.018350182, 0.048460227, 0.0056518046, 0.0110701965, 0.0047896146, -0.045611914, -0.015849557, -0.04132052, -0.038923282, 0.01655841, 0.03353153, -0.024349356, -0.02512317, 0.0074514514, 0.010037597, 0.016327905, 0.007683067, -0.024798423, 0.051027767, -0.042345826, -0.0419623, -0.017702166, 0.030196518, 0.019821486, 0.0049697487, -0.019112157, 0.0064355554, 0.047562093, 0.037657693, 0.046676647, -4.3976335e-05, 0.05031569, 0.03396495, 0.013224191, 0.030366292, 0.021281373, -0.009438421, 0.02954829, -0.03269006, -0.055975106, -0.045847017, -0.01008316, 0.013520185, -0.0033134476, 0.03237784, 0.035680875, 0.0010094472, 0.041819375, -0.041620642, 0.021555169, 0.0022419472, -0.0040407483, 0.014027605, -0.05440295, -0.031922165, 0.020184714, -0.031673532, -0.049568094, -0.051687412, -0.010961946, -0.03301608, -0.0092921145, -0.019395255, 0.00987311, 0.015767206, 0.00878385, 0.0055114185, -0.029013807, -0.046767775, -0.011581236, 0.024147237, 0.007949567, -0.030541986, -0.0043185605, -0.016743565, 0.0018199435, -0.08753489, -0.03330615, -0.024093216, 0.032124817, -0.015898712, -0.008693783, 0.060859863, 0.0025840325, -0.0037350282, -0.003950312, -0.011367037, 0.037457265, -0.055380583, 0.021300402, 0.017568544, -0.011933654, -0.0632904, -0.011904901, 0.0026427028, -0.01396978, 0.016548209, -0.044720124, 0.013349353, 0.01016403, 0.0036343902, -0.0037868274, 0.029453149, 0.005499579, -0.018337708, 0.016702972, 0.0014195052, -0.094867095, -0.03471424, 0.0083681885, -0.02404829, -0.046981946, -0.015378186, 0.025794232, -0.011275067, -0.034562014, 0.055697717, -0.00417162, -0.0048087486, 0.00825275, -0.055533253, 0.006152617, -0.022639778, -0.043303158, 0.011837456, -0.04077367, 0.042211358, 0.0061237044, 0.014824253, -0.031504393, 0.006932192, 0.008712547, 0.00093280565, 0.04645169, 0.015960872, 0.0071529197, 0.007486759, 0.025934197, -0.006076768, -0.047506277, -0.043966185, -0.043047756, 0.0066435975, 0.0045142337, 0.018634971, 0.034348898, 0.014858398, -0.016797267, -0.0047561037, 0.02080588, 0.0032324719, 0.028811263, 0.026012002, 0.023058584, 0.01693089, 0.006427944, 0.010511744, 0.009369707, -0.014644965, -0.027483411, -0.0041870545, 0.03731984, 0.0514485, 0.022792002, 0.034314543, 0.017617596, -0.011152228, -0.008255711, -0.0048499233, 0.008517877, -0.08147462, 0.0021523032, 0.0644693, 0.00131929, 0.007113172, 0.04839088, 0.009643238, 0.036216203, -0.06414118, 0.00059917755, -0.065041, -0.05512264, -0.008274316, -0.012985492, 0.0045256508, 0.005137408, 0.019449616, -0.0076756673, 0.06389026, 0.012566237, 0.021003773, 0.024098184, -0.04185532, 0.030595686, -0.036216203, -0.013740912, 0.022348436, 0.0038496207, 0.013551265, 0.023610216, -0.035540067, 0.027848858, 0.0004397633, -0.041759122, 0.025117252, 0.01043423, -0.062037073, -0.0026470372, -0.009621303, 0.0070795557, 0.028476367, -0.015914358, 0.025515785, 0.03496129, -0.012866461, -0.054653276, -0.010178777, -0.029193096, 0.010802109, 0.026982863, -0.0019814193, -0.007968596, -0.019906903, -0.026222581, 0.053881157, -0.032293852, -0.037643738, 0.03379412, -0.004378605, 0.054583974, 0.038871855, -0.047703855, 0.050231118, 0.023293924, -0.050366748, -0.011764514, 0.00046386573, -0.019500121, -0.04246253, 0.003234586, -0.014486819, 0.06533191, 0.044935357, 0.06256394, 0.018530844, -0.08335545, -0.041689985, -0.014988635, -0.049457304, -0.04596626, -0.039549097, -0.0014855756, 0.016031064, 0.037897874, 0.0014833555, -0.019820642, 0.07081374, -0.0017979555, -0.0031375422, 0.0058504376, -0.009865498, -0.054134868, 0.013742603, -0.043128945, 0.057718936, 0.008531408, 0.03578997, -0.030355087, -0.013112135, -0.038119026, 0.02526694, 0.0153223695, -0.0016607408, -0.017113559, 0.02795309, -0.025843285, 0.000654148, 0.047452997, 0.05289338, -0.050210822, 0.039481446, 0.015208966, -0.027375268, -0.01624714, 0.03980281, -0.019971175, 0.050960325, 0.025179833, -0.00033531955, 0.03516221, -0.013478746, 0.09901441, 0.040536877, 0.03666146, 0.022468524, -0.010422391, 0.027690712, 0.03315139, -0.036144316, -0.009489797, 0.01111375, -0.0320579, 0.013175563, -0.0030085733, -0.007698818, -0.0010681174, -0.024976866, 0.05253142, -0.035390798, -0.07378214, -0.048580736, 0.0669861, -0.038291547, -0.049439546, -0.01349566, 0.0070688254, -0.023614867, -0.013197128, 0.028042948, -0.02418656, -0.013633508, -0.069036074, 0.0042745844, -0.007897135, -0.004715616, 0.014463139, 0.024996316, 0.025484286, -0.028904501, -0.028515691, 0.002594498, -4.1862088e-05, 0.06893013, 0.022387125, 0.036390945, 0.02862098, 0.016820947, -0.009919623, -0.01523003, -0.038478024, 0.034635592, 0.049525067, 0.0047798892, -0.039176993, 0.0019226959, 0.0087149255, -0.023323525, 0.028907673, -0.020596992, -0.013878338, 0.025180679, 0.02355905, -0.038371466, 0.01303729, 0.015136632], [-0.044177886, -0.05869127, -0.027778367, -0.03787703, 0.016384305, 0.023777846, -0.025153406, -0.036645968, 0.015384438, 0.027542852, 0.0053744763, 0.01422391, -0.041658126, -0.017359182, -0.010359744, 0.005870199, 0.045374155, -0.04693805, 0.040642373, 0.048103094, -0.0030026634, 0.0073906705, -0.04147534, 0.014214035, 0.016432729, 0.04507421, 0.034918018, 0.024331754, 0.0072400398, 0.008546145, 0.018735256, -0.05395607, 0.0017855586, 0.023266431, 0.014711863, -0.0069405003, -0.015999785, 0.004174789, -0.04025345, -0.038751736, -0.050065313, 0.021905968, -0.017935593, 0.011014231, -0.00015388458, 0.06577685, -0.003405749, 0.034579623, -0.042522673, -0.039802898, 0.030864578, -0.016255973, -0.02360827, 0.022672711, 0.0076712607, 0.012187505, 0.048840363, 0.0006222612, 0.024529662, 0.012894149, -0.021802993, 0.011523352, -0.09612886, -0.0156445, 0.020618238, 0.019561334, -0.004795687, -0.008611052, -0.0076333643, -0.051350746, -0.038309604, 0.028005844, 0.016345453, -0.038543493, 0.041049667, 0.035819024, -0.078035556, -0.010171694, -0.0023519075, -0.02335524, 0.017335366, 0.00629319, -0.018049186, -0.048787344, -0.06478771, 0.009634246, -0.024346683, -0.020348221, 0.054430354, 0.0031098467, -0.048073236, 0.024391662, 0.07672486, 0.03277665, -0.0055495105, 0.008307853, -0.003095683, 0.03491725, 0.01213353, 0.024235673, 0.04645783, -0.031523287, -0.026552457, -0.028367972, -0.005044505, 0.002870981, -0.008726825, -0.018679941, 0.009102923, -0.0052382, -0.010122121, -0.004487128, 0.025693366, -0.037603725, 0.0038213474, 0.029464303, 0.03369613, -0.019884797, -0.029299317, 0.011370616, 0.008153778, 0.020573832, 0.00085481064, 0.047112364, -0.046272557, -0.02190214, 0.017243937, -0.016864792, -0.05617859, 0.023244226, 0.025972042, 0.016321719, 0.023229681, -0.035791755, -0.030023187, 0.034488518, 0.015874993, 0.047393005, -0.009636543, 0.036109094, -0.01851132, 0.0051067397, 0.012451636, 0.01140277, 0.021877054, -0.019942217, -0.0021921853, -0.06109218, -0.007822849, 0.01046951, -0.014607168, 0.0075740307, 0.012201286, 0.009606111, 0.01140124, -0.0588191, 0.014137284, 0.007252481, -0.04350876, 0.02881929, 0.00696567, 0.013210531, 0.016602691, 0.0036735157, 0.009318798, -0.05475535, 0.015017527, 0.012845151, -0.007940751, -0.037619803, 0.0688668, 0.008607967, 0.0004921818, 0.030393735, -0.024631485, 0.0023794689, 0.026348714, -0.025320139, 0.03616211, 0.013224503, 0.013140862, -0.009450886, 0.0046404623, -0.0147349145, -0.0052290135, 0.047233377, -0.029869206, -0.0076459963, 0.023083452, 0.0082931155, 0.013790661, -0.030486468, 0.05008742, -0.011043945, -0.022911958, 0.03176396, -0.018618502, -0.010723688, 0.01724072, 0.042519756, 0.031550165, 0.0035898746, 0.00090722996, -0.039021987, -0.04510962, -0.04006205, 0.037842546, 0.030686574, 0.050823253, -0.016726144, -0.0051897764, 0.045232877, 0.015435159, 0.035879605, 0.03618814, 0.029315777, 0.017984733, -0.03397155, 0.053729065, 0.06015126, 0.0010128821, -0.0037043071, 0.028986953, -0.035324167, -0.040897314, 0.02909969, 0.0002873852, 0.025861794, 0.0016338753, 0.007599391, 0.08228614, 0.0064309975, -0.016084384, -0.052934, -0.015268069, -0.00049093773, -0.02420103, 0.02751821, -0.05511969, 0.017852142, -0.018175988, 0.029709676, 0.049644236, -0.03638413, -0.005984273, -0.04325688, -0.052604027, 0.012658346, -0.0068799234, -0.003364024, 0.049233876, -0.01189677, -0.027869185, 0.007714709, -0.028989011, -0.006810158, 0.011683362, 0.0037887967, 0.022454899, 0.018180965, 0.010736895, -0.046480034, 0.002772602, -0.07583716, 0.028379455, -0.0009939336, 0.01694874, -0.009559983, 0.02579132, -0.0632324, -0.037596837, -0.045114975, 0.02412873, 0.000402033, -0.045132585, 0.03161792, 0.015042409, 0.008341922, 0.042600285, 0.019574732, -0.045098137, -0.037218247, -0.0049191387, 0.0063322354, 0.009887945, -0.005405866, 0.012238991, -0.054805875, -0.006884995, -0.020156583, -0.014318156, 0.0031561651, 0.007841845, 0.0193974, 0.040219188, -0.021224396, 0.03602813, -0.007859598, -0.05539424, -0.030846585, 0.038074184, 0.0029628524, 0.065213375, 0.0026679067, -0.011376358, -0.028778713, -0.037306674, 0.040905736, 0.015100594, 0.022623522, -0.050797984, -0.03294283, -0.049276676, 0.031806257, 0.022404753, -0.010435633, 0.052152324, 0.0817575, -0.010043744, -0.0104136225, -0.013985887, 0.0028342323, 0.0034007728, -0.028677654, 0.043717768, 0.05577359, 0.024768528, 0.015206629, -0.04810386, -0.027131345, 0.056102794, 0.04769044, 0.007968551, -0.007691932, 0.023024501, 0.008344697, -0.024925856, 0.018932205, 0.035371825, 0.052959263, 0.02299292, -0.054842625, 0.0054774485, -0.021726724, 0.03993037, -0.058372784, 0.014414812, -0.0676916, 0.012254782, 0.0016743562, 0.010571144, -0.009658506, 0.020275824, 0.0065041115, -0.031152416, 0.0208093, 0.0051749907, -0.036298387, -0.02751261, 0.0021932381, 0.0051951357, -0.049835637, -0.05433427, 0.06779506, 0.017775582, -0.01650412, 0.05373634, -0.018410644, 0.023421366, -0.018460408, 0.058367547, 0.011856002, -0.012824863, 0.03157792, 0.025832705, 0.059645966, -0.035676725, -0.00890406, 0.0076249423, -0.013430832, 0.013008223, -0.03039474, 0.043674894, 0.01057411, 0.037859816, 0.05640444, 0.03642007, 0.03884577, -0.03867862, 0.017002333, 0.027371168, 0.032316145, 0.039866824, 0.027422844, 0.022153636, -0.019485157, 0.04074362, -0.00015465017, 0.008252778, 0.012094055, 0.00014508024, 0.045598835, -0.028043743, -0.020351427, -0.0035600164, -0.0069833286, -0.012682846, -0.014289638, -0.004525623, 0.030423211, 0.046426058, 0.0084648, -0.031913057, 0.022337763, 0.03284096, -0.01737556, -0.03618029, 0.025364159, 0.0070017483, 0.01876856, 0.013370924, 0.03466633, -0.04296777, 0.02935444, -0.0042622583, 0.0012984489, 0.0028988295, -0.03154251, -0.04590048, 0.028555924, 0.022838078, 0.029079974, 0.01375353, 0.052153856, 0.048688773, -0.04550696, 0.01557086, -0.0036488255, -0.08008199, -0.0055618556, -0.030055726, -0.04819956, 0.02898083, -0.006842122, -0.01649436, 0.018509405, -0.044011295, 0.020805806, 0.0017479489, -0.03941589, 0.033375345, -0.019126091, -0.028462522, 0.0052328412, -0.060307443, 0.048263106, 0.04078018, -0.020887343, -0.012479197, -0.0049427766, -0.04908478, -0.018260587, 0.02538732, -0.02151903, -0.0102056675, 0.008219044, 0.02788756, -0.042187724, -0.011512156, 0.01530118, 0.015090593, -0.0015147296, -0.016143335, -0.030885248, -0.017547436, -0.025082994, 0.041228816, 0.00032537783, 0.011648526, -0.0039657815, 0.009478448, 0.04703739, 0.026908366, 0.025142903, 0.028082022, -0.005230544, -0.024114946, 0.016959172, -0.039774187, -0.016703751, 0.008157413, 0.0149700595, 0.005575445, 0.06145124, -0.04172416, -0.03380867, 0.015539303, 0.05552154, -0.026391588, 0.0047071166, 0.021492355, 0.046259537, -0.033725988, 0.012473838, -0.006137392, -0.0687443, 0.002946392, 0.052871983, -0.009575678, 0.011624028, -0.027383799, -0.02059814, 0.0059176655, -0.056878727, 0.066617094, 0.037592623, 0.014729281, -0.046473145, -0.0019185808, -0.035698924, -0.039805576, -0.0052753314, 0.015425972, 0.012528769, 0.015245579, -0.031053942, 0.030753182, -0.010495541, 0.03402227, 0.0015723406, -0.00025494312, -0.020632783, -0.023425769, 0.042450707, 0.017588394, 0.017287899, 0.017111931, 0.0029872316, 0.0015443007, -0.01147531, -0.036568627, 0.034388993, 0.016526131, 0.0059146034, -0.03200646, -0.008760942, -0.010366107, 0.019540088, 0.019378522, 0.005030724, 0.022311732, -0.027853874, -0.13243568, -0.050516248, 0.05571483, -0.03191581, -0.03213738, 0.024007143, 0.039875243, -0.003367852, -0.04390945, 0.018196851, 0.019840583, 0.034599148, -0.0052979165, 0.025508856, 0.016864907, -0.05751532, -0.035805345, 0.018626194, -0.011858682, -0.066784374, -0.06690687, -0.032385048, 0.02140297, -0.04577339, 0.058839735, -0.030474506, 0.019593105, -0.025706762, 0.014016512, -0.02686932, 0.018273985, 0.007528083, 0.02173524, 0.029675415, -0.004312979, -0.0015166434, 0.028839195, -0.01881611, 0.02171189, 0.019085301, 0.027356239, -0.012525898, -0.014698358, -0.02371239, -0.031874012, 0.037491184, 0.020048441, -0.06314015, -0.046197336, -0.04951715, 0.013537631, -0.01756734, 0.051767997, -0.004695585, -0.0022717116, 0.0633425, -0.01128372, 0.04144127, 0.011947874, 0.026872382, -0.007522161, -0.0065416256, -0.008921861, 0.00557889, -0.049647298, 0.0060571954, -0.025683414, -0.011750925, 0.041680135, -0.003694761, 0.009290087, 0.052597135, -0.032703917, 0.025838828, -0.009044762, 0.06607314, 0.025307698, 0.0010890588, 0.04442288, -0.001930639, 0.063657686, -0.005928767, -0.047316063, 0.044705383, -0.012266841, -0.03426803, -0.009453949, 0.008948656, -0.0057926825, 0.05449045, -0.03116507, 0.007289325, 0.009984314, 0.038446646, 0.012306938, -0.014226285, -0.05078727, 0.029718097, 0.03461025, -0.012381009, 0.020614408, -0.041705783, 0.0355971, -0.0008249285, -0.0029364391, -0.022986509, -0.0020764847, -0.038369704, 0.0437415, -0.042435396, 0.03938986, -0.012162241, 0.031700224, -0.043582637, 0.02834462, -0.0045148088, -0.036625102, -0.019290311, 0.053513363, 0.0017728307, 0.025565034, -0.009218528, -0.0071573555, -0.008095783, -0.041447014, -0.03887021, -0.0028487786, 0.02485437, -0.011628621, -0.007429237, 0.020558903, 0.020688672, 0.0340684, -0.0021552455, -0.0032139674, 0.04350072, -0.04802424, -0.049593706, -0.02623043, 0.008527579, 0.030855771, 0.0020556224, -0.000847705, 0.009292792, 0.04511268, 0.055872686, 0.007316791, 0.028745025, 0.062459625, 0.065504305, 0.0013818989, 0.051836137, 0.040763095, -0.0014654443, 0.02186271, -0.0041211974, -0.04318453, -0.052565552, -0.0023356387, 0.013170481, -0.018329874, 0.050967183, 0.04322434, -0.013470642, 0.030016296, -0.033702254, -0.004144165, -0.009809568, -0.000592068, -0.011897345, -0.03909893, -0.04882505, 0.012447041, -0.022130333, -0.02921357, -0.042009722, -0.008198182, -0.0225105, -0.01647254, -0.03375661, 0.0013244791, 0.0068168575, 0.023889624, -0.011513017, -0.023565013, -0.055211645, -0.006738192, 0.0016744996, 0.0033020107, -0.032316145, 0.010396013, -0.0098899305, 0.022271922, -0.07133967, -0.05206045, 0.007083667, 0.025010835, -0.026226984, 0.003360196, 0.06395168, 0.007862277, 0.009774924, 0.0049625863, -0.0031277423, 0.020840451, -0.057413876, 0.03812433, 0.018748462, -0.012623093, -0.05003316, 0.0018412558, -0.00023542045, -0.009929766, 0.009625537, -0.031404417, 0.0054556294, -0.0024338262, -0.004790997, -0.018271018, 0.018504428, -0.027713772, -0.011177064, -0.004227615, -0.014090583, -0.077821195, -0.0074438797, 0.013609703, -0.038576797, -0.07613076, -0.0046015126, 0.010035418, -0.023920631, -0.029643834, 0.07873378, 0.0019204948, 0.011694175, -0.012042808, -0.034286402, 0.0088350605, -0.013232542, -0.025254678, 0.008082002, -0.027263984, 0.045392122, -0.016942998, 0.022795828, -0.020291328, -0.0060175755, -0.0004651946, 0.007237169, 0.048848785, 0.017136311, 0.01662566, 0.009533571, 0.018314082, -0.0051983893, -0.04459208, -0.027328867, -0.031886645, 0.0015066908, 0.0060903076, 0.00468946, 0.058773194, 0.026003957, 0.001130018, 0.008617536, 0.012835964, -0.029867388, -0.008624284, -0.004287714, 0.0062579727, 0.005999202, 0.015152655, -0.00033839294, -0.0053913193, -0.008261284, -0.01908831, -0.0021918982, 0.05053845, 0.037749954, 0.015929732, 0.04892764, 0.014646596, -0.010324239, -0.004051145, 0.0026328808, -0.012849744, -0.0715571, -0.006455879, 0.07538354, -0.015616509, -0.027989384, 0.050743245, 0.022817027, 0.04911138, -0.07176533, -0.00085708353, -0.06302186, -0.046444047, 0.0017536908, 0.018621948, 0.015801113, 0.016192332, 0.0017118702, -0.0090447385, 0.036733244, 0.01156546, 0.019836947, 0.02225033, -0.018615441, 0.029923279, -0.033361565, -0.010017044, 0.026002666, 0.028477833, 0.028789813, 0.006800445, 0.0014140537, 0.01594581, 0.0061456216, -0.046944845, 0.04302337, 0.0028449506, -0.068300255, -0.022972345, 1.5311899e-06, 0.0067908266, -0.0012490681, -0.01162819, 0.021285452, 0.032672912, -0.02918218, -0.028284904, -0.03794958, -0.046380885, 0.0014444862, 0.034608718, -0.013722714, 0.0034689824, -0.005484339, -0.01610295, 0.059281543, -0.004734678, -0.047270894, 0.04081846, -0.0046565398, 0.048988886, 0.034880504, -0.021130513, 0.043822654, 0.0010794889, -0.03040273, -0.030199656, -0.012591931, -0.012561307, -0.0067912093, 0.03326127, -0.0029653406, 0.037649997, 0.04499248, 0.04563443, 0.014383231, -0.10671168, -0.021645952, -0.0334787, -0.030102726, -0.055937424, -0.040374413, 0.015859298, 0.0041160295, 0.048519578, -0.008213613, -0.025135055, 0.08122043, -0.0061004036, 0.0039045338, -0.022581222, 0.002841123, -0.081101, -0.01005073, -0.028725313, 0.06715186, 0.0132302465, 0.04412889, -0.0031657352, -0.02115645, -0.042607654, 0.029911792, 0.03006874, 0.030044243, 0.0009129719, 0.029256156, -0.034284487, -0.02215402, 0.038133707, 0.04846216, -0.050239485, 0.07560977, 0.019132983, -0.031252734, -0.043298986, 0.038650293, -0.053717203, 0.05055204, 0.03961035, 0.009169147, 0.029879445, -0.044077788, 0.10385755, -0.0012636144, 0.013424611, 0.0098044, -0.008998803, 0.010016948, 0.0006147727, -0.05078038, -0.0019752348, -0.0017222058, -0.0012567241, -0.01819757, -0.003971141, -0.012224062, -0.004673, -0.026206698, 0.040700175, -0.02814607, -0.040743046, -0.034485072, 0.06639038, -0.030034289, -0.029434826, -0.008788168, -0.002702933, -0.045229815, -0.013533805, -0.0037384, -0.019302944, -0.0014079768, -0.07404834, 0.024458459, -0.01205965, 0.012073431, 0.010879103, 0.025613744, 0.028170064, -0.0118177235, -0.025858209, -0.007133813, 0.005519413, 0.056986865, 0.006728144, 0.038428463, 0.024918774, 0.0040683714, -0.012479388, -0.0032151158, -0.03356751, 0.046796225, 0.06337978, -0.015756708, -0.0127555765, -0.016497038, 0.035118986, -0.025691833, 0.021902474, -0.00952778, -0.013011669, 0.058323022, 0.039671622, -0.04470596, 0.014057854, 0.010879869], [-0.04493753, -0.09917237, 0.007793054, -0.024657601, 0.020190557, 0.02334179, 0.012279016, -0.042818025, 0.033173665, 0.076094165, -0.0024528187, 0.017265076, -0.017135661, -0.02088818, -0.018966692, 0.015998654, 0.018879335, -0.025296757, 0.038263656, 0.048293613, -0.006366183, 0.0034271323, -0.049829695, 0.0150935715, 0.014063364, -0.008457233, 0.0356764, 0.044835847, 0.014826783, -0.01774682, -0.0011220847, -0.029503552, -0.022840505, -0.01789492, 0.016308986, -0.0042030965, 0.022594087, 0.0027224782, -0.028113259, -0.060037144, -0.07126195, 0.042485237, -0.015526683, 0.03543071, -0.013045075, 0.018636748, 0.024600025, 0.06011426, -0.0074342564, -0.04462878, 0.026262486, 0.0007379321, -0.04635027, 0.017799642, -0.02843178, 0.030614939, 0.00796618, 0.017074915, -0.027751952, 0.007152184, -0.015257816, -0.004131522, -0.080987655, 0.011334547, 0.016229223, -0.020141928, 0.028505202, 0.009027915, -0.027755914, -0.05708964, -0.00830649, 0.044246342, 0.039661344, -0.0051480937, 0.033811666, 0.050800577, -0.043044105, -0.01785035, 0.014893075, 0.011289781, 0.027423397, 0.008063902, -0.03260985, -0.06797427, -0.04267223, 0.01575382, -0.011084037, 0.01756458, 0.034866467, 0.012114869, -0.045897186, 0.0003210295, 0.05069493, 0.0171832, 0.004230036, 0.04342231, 0.0046176882, 0.0084969485, 0.0005757666, -0.01155906, 0.0376076, -0.0043758266, -0.004983815, -0.013412193, -0.0022417924, -0.021630337, 0.015178846, -0.011792123, -0.025773216, 0.029620817, 0.015402285, -0.027766742, -0.005079424, -0.050291367, 0.0080353785, -0.017034242, 0.006482525, 0.012302389, -0.013140157, -0.012791528, 0.016199643, 0.026295103, 0.010892158, 0.026118148, -0.032625895, -0.0026984068, -0.003483124, -0.0071970834, -0.05389651, 0.02755545, -0.00999721, 0.008566245, 0.07993437, 0.01791321, -0.0114946, 0.04096923, 0.04223486, 0.06430627, 0.02931466, 0.013632464, -0.037683662, -0.04526371, 0.01907742, 0.013589414, 0.026409201, -0.03973582, -0.0002493228, -0.042927895, -0.014318102, -0.0036748701, -0.016825989, 0.0074089016, 0.018066395, 0.005628383, 0.013776934, -0.050451946, -0.02733888, 0.005386323, -0.06564532, 0.009984005, -0.0069058985, 0.016001822, 0.02757711, 0.004024556, 0.0022228092, -0.048157334, -0.0057365373, 0.0010374364, -0.019149259, -0.0022843147, 0.07050342, 0.020664211, -0.021330833, 0.037343483, -0.07213722, -0.00688226, 0.0627892, -0.000642059, 0.02091776, 0.016108789, -0.016574683, -0.015097235, -0.009576347, 0.017652266, 0.011328605, 0.045778204, -0.009625339, -0.018188944, 0.012759834, -0.023067642, 0.012992254, -0.0049267667, 0.020191185, 0.0013733883, -0.016115127, 0.010628969, -0.003354237, 0.0061823605, 0.017340085, 0.015211861, -0.011904107, -0.012021902, 0.014254186, -0.038731664, -0.038201325, -0.053843163, 0.0036796243, -0.0019988082, 0.03770268, -0.024825051, -0.011765316, 0.035062604, 0.016041836, 0.028986417, 0.001190622, 0.04608616, 0.0058096964, -0.01439051, 0.05213382, 0.018518029, -0.010036827, 0.019932356, 0.061684154, -0.022651399, -0.018923178, 0.009067533, -0.02079944, 0.003786326, 0.023218714, -0.0105881635, 0.07510955, -0.0022145887, -0.009626396, -0.033200078, -0.026452053, -0.000361835, -0.022697883, 0.011953628, -0.056966033, 0.010505364, 0.0011799254, 0.039207067, 0.044232346, -0.0070452844, -0.016104035, -0.011960099, -0.019664807, 0.021463947, -0.0101863155, -0.032388724, 0.07133801, -0.0009818076, -0.019165106, 0.008867995, -0.016259598, 0.0076994263, -0.0038810766, -0.0004932313, 0.030894898, 0.039990295, -0.023764966, -0.04228768, 0.0010616027, -0.02727338, 0.01610377, 0.0023273649, 0.047451623, -0.013647254, -0.030214544, -0.06939626, -0.024710424, -0.038829386, 0.019628888, 0.010620121, -0.05258281, 0.026222209, 0.019662695, 0.031298462, 0.042150743, 0.028977437, -0.046113096, 0.0037398422, -0.011426591, -0.015408888, 0.023893919, -0.0003765428, 0.03718713, -0.017997727, -0.035179872, -0.028011179, -0.021411125, -0.013888124, 0.030030653, 0.042367972, 0.02552921, -0.0054841773, 0.023346543, 0.0188693, -0.07843104, -0.017692411, 0.041834995, -0.041926377, 0.001981905, 0.034743555, -0.00092122663, -0.03003072, -0.040874414, 0.013972642, -0.01676379, -0.010877235, -0.04193483, -0.03111464, -0.055484362, 0.01169493, 0.014082512, -0.043622907, 0.031926, 0.07578146, -0.027274964, -0.030132009, -0.04074209, -0.03569753, 0.016741471, -0.034577694, 0.05720189, 0.061242558, 0.0066989656, 0.008312878, -0.05565577, -0.028889354, 0.05387109, 0.023435287, -0.007160702, -0.009204343, -0.002765793, 0.021452324, -0.014245735, -0.008556738, 0.002467873, 0.020789204, -0.006660933, -0.06697909, -0.004110393, -0.011985586, 0.024463214, -0.050821707, 0.017266, -0.0716951, 0.0051496783, 0.01617693, 0.027679058, -0.0059165307, 0.019364774, 0.022508778, -0.015034772, -0.043304652, -0.0071516554, -0.027590578, -0.031068156, 0.025757898, -0.033641145, -0.0064887316, 0.003018021, 0.03878871, -0.011686478, -0.0068648285, 0.09607802, -0.01713652, 0.055148937, 0.00950464, 0.07935227, 0.028139671, 0.02799969, 0.010462577, -0.02817242, 0.067934126, -0.0750673, 0.036650453, 0.046363477, 0.03797313, 0.04168339, -0.012465084, 0.066421285, 0.03394382, 0.028519994, 0.0436822, 0.02776608, 0.026157238, -0.04565288, 0.032760594, -0.009430688, 0.047815043, 0.038523544, 0.020430736, 0.006685281, -0.010185787, 0.044068333, 0.013724837, 0.025126666, -0.0059932554, -0.0073402324, -0.0026696557, -0.013555078, -0.028745018, -0.0023965295, -0.01649862, 0.011962741, -0.024600554, 0.004619867, 0.0033510677, 0.046896454, -0.021966292, 0.016216546, -0.012584991, 0.023290552, -0.025933664, -0.0037894952, 0.022820564, 0.02718675, 0.013793045, 0.024525018, 0.034955375, -0.06278286, 0.017854048, 0.026322572, -0.044825282, 0.043124396, -0.040812876, 0.0030376972, 0.025105538, -0.028323228, 0.038089342, 0.011910446, 0.070271, 0.021232056, -0.05317284, -0.010712429, -0.036915094, -0.05937052, -0.026168859, -0.041193195, -0.015344049, -0.0143783195, 0.02127537, -0.020308187, 0.04472386, -0.012607308, 0.019941598, -0.009104508, -0.017250285, 0.005859878, -0.038993895, -0.014630811, -0.016843023, -0.034023054, 0.059600826, 0.04339062, -0.03798528, -0.03181335, -0.034749895, -0.049137723, -0.0011473075, 0.0364698, -0.027370574, 0.00553251, -0.0004378996, 0.024987217, -0.03749086, -0.0074136555, 0.017076103, -0.0039136284, -0.010999784, -0.0072609987, -0.04292367, -0.044054072, -0.037686303, -0.011998263, 0.0054538706, 0.005373943, 0.010246534, 0.02484103, 0.017889308, -0.0005442877, 0.009472418, 0.061399966, 0.01788046, -0.017342726, 0.0160248, -0.041113965, -0.031706255, -0.00047698835, -0.008971395, 0.029075688, 0.08979002, -0.06277864, -0.016776467, 0.025789062, 0.011749337, -0.06871801, -0.0053712027, 0.036929354, 0.05005842, -0.026737757, 0.0009893678, 0.003657967, -0.056063827, 0.022265794, 0.0308706, -0.021959422, -0.0024847763, -0.040717795, -0.01550661, -0.015318858, -0.03457558, 0.062594816, 0.04867077, 0.026931088, -0.04678923, 0.0059274915, -0.007896323, -0.025871994, -0.027608935, 0.047553044, 0.025138289, -0.010057429, -0.042477842, 0.014501397, -0.037735496, 0.042807456, 0.0019766227, 0.017494854, -0.037242066, -0.014121601, 0.039667152, 0.008285757, -0.008184338, 0.012738705, 0.039610367, -0.014982611, 0.0032348577, -0.026457798, 0.027387476, 0.013223617, -0.0078457445, -0.0052146497, -0.011637221, -0.017184258, 0.022885405, 0.01078506, 0.011225865, -0.022746481, -0.012883967, -0.06015441, -0.074277066, 0.05065267, -0.044954166, -0.0046601444, 0.031836726, 0.038304858, 0.062303897, -0.052564852, 0.0062182792, 0.036233153, 0.0004281274, -0.005623761, 0.023301646, 0.0055358773, -0.046021186, -0.08405982, 0.058008302, -0.007301144, -0.028297346, -0.027194144, 0.010262116, 0.016331963, 0.0014061384, 0.026619567, -0.008302661, -0.053700536, -0.028700648, -0.009579912, -0.041003037, -0.011001633, -0.024413563, 0.06443938, 0.0572297, -0.031111471, 0.004813594, 0.01719799, -0.0059193037, 0.03835451, -0.008035907, 0.03169569, 0.038865834, -0.008305302, -0.03453332, -0.008464297, 0.04177847, 0.020272268, -0.019563388, -0.0323528, -0.030131083, 0.001580453, -0.02458365, 0.03375049, -0.029525736, 0.015799511, 0.050160363, -0.012354156, -0.0023004254, 0.0082561765, 0.036646225, -0.041922152, -0.023966683, 0.011915464, -0.0061081448, -0.05202184, -0.008886879, -0.031799223, -0.02580491, 0.036895547, 0.023689892, 0.022549847, 0.035702284, -0.034535434, -0.003417624, -0.0035702814, 0.08847157, 0.0353526, -0.022238327, 0.0345629, 0.006986321, 0.051916193, -0.019702807, -0.080463655, 0.06522115, -0.014941408, -0.036438104, -0.019772565, -0.011444155, -0.03209186, 0.012891494, -0.0413411, -0.03838409, 0.009858947, 0.015678814, 0.014817803, -0.022574013, -0.0073085385, 0.023636013, 0.043188836, 0.009767961, 0.0010860332, -0.05182187, 0.021917691, -0.0035900238, 0.0027295433, -0.013296643, 0.025988467, -0.051068913, 0.028786218, -0.052522596, 0.015018529, -0.006274536, 0.04456117, 0.0025270346, 0.022022808, -0.0352253, -0.007241982, -0.023019044, 0.025946476, 0.029974729, 0.012963729, -0.024841426, -0.017697793, 0.0009994041, -0.046470176, -0.012239532, 0.018544968, 0.009397079, -0.030408401, -0.043567047, 0.047841456, 0.0078129945, -0.0042828587, 0.006491373, 0.008691963, 0.027918871, -0.019965896, -0.03738363, -0.015118892, 0.04168339, 0.04196652, 0.0028814743, 0.026542313, -0.012412526, 0.06262069, 0.046116002, -0.0029020752, 0.01976702, 0.06854687, 0.029136961, 0.0009788033, 0.03566161, 0.05540037, -0.025467373, 0.02902709, -0.003995768, -0.04795238, -0.05785134, -0.002810164, 0.0033056398, -0.05424435, 0.03581691, 0.048026334, -0.0140243415, 0.029278526, -0.03435095, 0.008261459, 0.027096951, 0.016307402, 0.018000895, -0.026651127, -0.049606785, 0.028986944, 0.0059647313, -0.0155008, -0.06791617, -0.013340355, -0.0152663, -0.022278473, -0.048257697, -0.007369549, -0.0034983107, -7.923394e-05, -0.029078856, -0.024406167, -0.03703711, 0.028490413, 0.029927189, 0.0027676416, -0.030163832, -0.007009563, -0.026941653, 0.020497292, -0.02898886, -0.039904326, -0.013389479, 0.00028101637, 0.026821218, -0.010999388, 0.02591478, 0.03353286, 0.008248254, 0.010045015, 0.0033214868, 0.023641823, -0.05619694, -0.000592934, 0.0022544698, 0.01496782, -0.041896798, 0.015428433, 0.028329434, 0.0130915595, 0.0026205305, -0.026429273, 0.010740161, 0.014906776, -0.0103410855, -0.022575865, 0.019849686, 0.00010307015, -0.008715734, -0.032448675, -0.029922962, -0.0855304, 0.0086157005, 0.010475783, -0.014615807, -0.08488596, 0.025643801, 0.014042366, -0.027719729, -0.045372527, 0.044905573, -0.030008534, -0.025150966, -0.01546673, -0.057990797, 0.02122149, -0.0058527472, -0.012083705, 0.01699753, -0.05048998, 0.02692475, 0.005248192, 0.039955035, -0.039564148, -0.015345502, -0.018138763, -0.017018262, 0.057143517, 0.022546811, 0.00927222, 0.0013665215, 0.009244489, -0.01618591, -0.027976975, -0.06577896, -0.019468704, -0.0057967547, -0.001491711, 0.010260267, 0.007406789, 0.027050335, -0.039933905, 0.0050065285, 0.037364613, -0.054975677, -0.016395615, 0.0076254746, 0.031510282, 0.016497562, 0.01508403, -0.013695851, 0.014963066, -0.016805783, 0.010331578, -0.0044011814, 0.048050366, 0.009564989, -0.003550737, 0.029142246, 0.034747254, -0.005206198, -0.041287225, 0.0014996344, -0.04617543, -0.071789116, -0.011801285, 0.04571059, -0.00083459757, -0.007409958, 0.049830753, 0.006443238, 0.044380516, -0.038332324, -0.001863054, -0.072481096, -0.02850309, -0.032211237, -0.009977139, -0.0030969908, -0.035232693, 0.0097975405, -0.020778308, 0.011266011, 0.040088676, 0.006997942, 0.013645141, 0.00072050066, 0.049966775, -0.026913658, -0.05340685, 0.053937186, 0.0026485266, 0.0006579719, 0.013780367, 0.0013501464, 0.02503687, 0.01484844, -0.067518145, 0.02665377, -0.0030286515, -0.045147497, 0.016835628, -0.0029456539, 0.04702059, 0.0013681061, -0.022564769, 0.030977568, 0.03253636, -0.041126642, -0.054109517, 0.0034922361, -0.005188767, -0.01563233, 0.022128455, -0.0038993664, 0.030558154, -0.015510175, -0.014209815, 0.0055852006, -0.00868952, -0.060619246, -0.01606706, -0.0144665325, 0.052683175, 0.026848685, -0.024684807, 0.08506556, 0.01747531, -0.013056169, -0.021902373, -0.02921197, 0.023494381, -0.033839438, 0.012797866, -0.0019026711, 0.028076282, 0.039384816, 0.019229317, 0.003991278, -0.07097347, -0.020074712, -0.026771365, -0.03437644, -0.02394027, -0.026761528, -0.010443165, 0.014795618, 0.07326076, -0.019755134, 0.012082417, 0.026821218, -0.00965492, -0.028192494, -0.037691057, 0.001729479, -0.026616266, -0.01519126, -0.01993526, 0.045448586, 0.012573634, 0.048972916, -0.019814825, 0.023352357, -0.041374907, 0.017653322, 0.011446135, 0.017483233, -0.007822503, 0.009963403, -0.029163934, 0.0046956674, 0.022437997, 0.03099513, -0.05025122, 0.037122685, 0.02059158, -0.023631522, -0.04021704, 0.04082872, -0.095950186, 0.024133999, 0.0597033, 0.024362653, 0.0015128402, -0.048246074, 0.063621685, 0.020817397, 0.0023247239, 0.015122854, -0.002516536, 0.0129256975, -0.008137326, -0.032957096, 0.0025671797, 0.0048686615, -0.027948452, -0.031398825, 0.021017596, -0.03112263, -0.016108789, -0.0054988354, 0.07734923, -0.039047543, -0.04056725, -0.06899269, 0.06397243, 0.0028397443, -0.028326925, -0.023584774, 0.001181114, -0.059777256, 0.01793764, 0.0035451907, -0.018166758, 0.015096707, -0.045902863, 0.016729983, 0.0021836874, -4.648391e-05, 0.002448857, 0.042816434, 0.0085916, -0.015806643, -0.007033333, 0.029542638, -0.012179049, 0.03167773, 0.038751736, 0.027190976, 0.0042701815, 0.021247637, -0.0021822348, 0.012563598, -0.03335696, 0.030583434, 0.04406569, 0.018768936, -0.0094357, -0.03698429, 0.010920682, -0.0017378645, 0.008695926, -0.013572246, -0.022061704, 0.07853668, 0.02552112, -0.049210615, 0.028013423, 0.017193764], [-0.02622874, -0.06867917, -0.038251296, -0.040371273, -0.0073354333, 0.02375014, 0.031816952, -0.025595805, 0.04884104, 0.023895992, 0.00929452, 0.02278497, -0.07047543, -0.018610118, -0.03489848, 0.03860243, -0.018652817, -0.064611815, 0.023663653, 0.040380456, -0.018374518, 0.008855329, -0.037234128, 0.03597598, -0.013886941, 0.038428493, 0.0071120933, 0.018402299, 0.03902157, -0.0128158545, 0.0059853676, -0.026683878, -0.0062303287, 0.01950076, 0.046240203, 0.011769741, 0.022329653, -0.012409925, -0.038297072, -0.05248647, -0.0747968, 0.028487025, -0.013223081, 0.017614026, -0.002945334, 0.055122584, 0.031816952, 0.026610438, -0.019096356, -0.035162583, 0.038787965, -0.013044554, -0.021811707, 0.0201738, 0.002929873, 0.027095526, 0.027328711, 0.032684706, 0.04416842, -0.029111264, 0.03256295, -0.016270844, -0.051206224, -0.011084576, 0.01848202, 0.016490199, 0.0057486193, -0.014802044, 0.0068876054, -0.048013274, -0.01581716, 0.026123896, 0.006673385, -0.017600015, 0.051585864, 0.019400263, -0.061855882, 0.010898244, -0.012167863, -0.026880765, -0.006873654, 0.033642326, 0.010701599, -0.03827775, -0.084425665, 0.016678631, -0.01914902, 0.0126626175, 0.0583153, -0.010805115, -0.03959774, 0.016914412, 0.029848566, 0.029845668, -0.0023875276, 0.008257662, -0.014749862, 0.038559914, 0.026705137, 0.035803977, 0.018074838, -0.047077697, -0.048466593, -0.026174748, 0.0022104501, 0.000472529, 0.01697046, -0.039850913, 0.007730173, -0.013684015, 0.0099617615, 0.003956102, 0.018864924, -0.08618775, 0.0068062535, 0.007187466, 0.043977086, -0.03532082, -0.049081173, -0.020681117, -0.0048670974, 0.0032901282, 0.010433567, 0.036086142, -0.02522812, -0.030280508, -0.016467974, -0.0036149917, -0.06120845, 0.018955274, 0.040149502, 0.02069996, 0.04475445, -0.021382844, -0.05090171, 0.016728487, 0.00042034787, 0.05715765, -0.030916618, 0.03471397, -0.028690193, -0.008111265, 0.012645224, -0.014921866, 0.020374311, -0.06942093, 0.028069574, -0.04318277, -0.0363857, -0.013986955, -0.011224738, 0.0040377253, -0.014497654, -0.0050586695, 0.0015122861, -0.067346975, -0.022953892, 0.016991718, -0.032920487, 0.012362576, -0.012371274, 0.0087102605, 0.014097357, 0.028270569, -0.020290725, -0.047380455, 0.023276644, -0.0014900608, -0.010235999, 0.03784653, 0.047763117, -0.00013335174, -0.020083932, 0.040215697, -0.059237164, -0.028825236, 0.0060174973, -0.031952236, 0.034371413, 0.040152766, -0.006589316, 0.0042208727, 0.0074162413, -0.003193436, 0.002972693, 0.02432691, -0.047980536, -0.043602157, 0.0079054395, 0.02497108, 0.05318802, -0.02514985, 0.023983987, -0.0063052187, -0.013684558, 0.036780924, -0.04221259, 0.025813708, 0.020901436, 0.038604364, -0.002267463, 0.0040947683, 0.02030232, -0.03284584, -0.048128385, -0.026481917, 0.015832137, 0.029222874, 0.042324685, -0.05049779, -0.00070251245, 0.045779265, 0.03677996, 0.05142642, 0.028637769, 0.02242725, 0.01309746, -0.04991704, 0.049814608, 0.061453894, -0.03126325, 0.008279766, 0.024041967, -0.044645656, -0.023805203, 0.010680218, -0.022539342, 0.009556876, 0.010024316, -0.0006464661, 0.06399628, -0.008634707, -0.018290447, -0.054395188, -0.01598385, 0.0041512977, -0.057221428, 0.03868656, -0.055122104, 0.030129764, -0.019086692, 0.025620325, 0.01982206, -0.019863129, -0.024799075, 0.009190309, -0.06894865, -0.011630592, -0.011210243, 0.0011702098, 0.054471288, -0.005637493, -0.036567368, 0.007611679, -0.017627554, 0.0045186193, -0.0005126312, -0.011647985, 0.0040517673, 0.023770068, 0.012726153, -0.056916073, 0.0043397294, -0.050386667, 0.052273884, 0.008726869, 0.04323109, -0.016408062, 0.010104777, -0.03644368, -0.027636666, -0.08236693, 0.03569575, 0.007285788, -0.032971703, 0.04320983, 0.033331655, 0.009639978, 0.06372667, 0.03839419, -0.05583911, -0.019191297, 0.004656682, -0.0014299076, 0.012150591, -0.000989267, 0.015379599, -0.035728604, -0.02418788, -0.033595942, -0.005843802, 0.03457482, 0.023301769, 0.023788793, 0.041563224, -0.022462038, 0.055898055, -0.013263184, -0.022199713, -0.04710602, 0.033581447, 0.0015150642, -0.0055220183, -0.0039599063, -0.014800111, -0.018363887, -0.055626035, 0.02764488, 0.020316694, 0.014996273, -0.0141666895, -0.031527057, -0.054336973, -0.0009349268, 0.027174765, -0.018936407, 0.053046938, 0.07595541, -0.004513244, -0.0010764771, -0.018383699, -0.03005439, 0.013857952, -0.04824217, 0.013380592, 0.05247874, 0.026097322, 0.0017756075, -0.02929603, -0.014202445, 0.038333915, 0.03544354, 0.0042979363, 0.0012199752, 0.034238543, 0.017436223, -0.025432497, 0.010940641, 0.025953341, 0.03612673, 0.023850637, -0.07604045, -0.013216317, -0.0045656064, 0.051469907, -0.06273717, -0.016589005, -0.056778852, 0.0034067505, -0.0072295005, 0.019446163, -0.024515944, 0.0034265602, 0.010593733, -0.011123759, 0.010165655, 0.0015651919, -0.019039344, -0.005314743, -0.023599634, -0.015026229, -0.030288361, -0.045313504, 0.051347066, -0.00018794865, -0.011538791, 0.054645225, -0.030668486, 0.034891654, -0.033594977, 0.052263014, 0.004914688, -0.02114984, 0.024244893, -0.0078288885, 0.048872445, -0.04191146, -0.008654335, 0.017654128, 0.004242373, 0.01301629, -0.03361782, 0.048065573, 0.007707102, 0.066937745, 0.041049145, 0.0394238, 0.03377785, -0.028593803, 0.033644743, 0.019923523, 0.00540751, 0.030906683, -0.014372032, 0.008619789, -0.023327375, 0.049770158, 0.047896467, 0.009720182, 0.021315021, 0.012956137, 0.01111482, -0.010863335, -0.023782993, -0.034110025, -0.04431723, -0.0634561, 0.006759568, -0.009064053, 0.037612922, 0.034275264, -0.009559291, -0.02316141, 0.024691332, 0.020726534, -0.014090803, -0.020287342, 0.0128462175, -0.0071536447, 0.0043247514, 0.016509525, 0.04796411, -0.038312536, 0.026972804, 0.011730605, 0.00416386, -0.038141258, -0.033020016, -0.062161237, 0.04730339, 0.009693125, 0.0017367132, -0.0017200442, 0.094513535, 0.047770847, -0.003948371, 0.0015235498, -0.00872234, -0.07304487, -0.012005402, -0.019814933, -0.04365772, 0.0122355055, 0.012964169, -0.041298937, -0.014497896, -0.021393895, 0.027654544, 0.034796108, -0.0065987525, 0.009799179, -0.012193713, -0.022411127, -0.037491165, -0.053004418, 0.0389131, 0.067617424, -0.06408614, -0.033777006, -0.04602568, -0.039937276, 0.0024882662, 0.03666424, -0.0053161927, 0.012072681, 0.024913583, 0.03800911, -0.049139153, -0.016466042, 0.03866331, -0.003259387, -0.025804527, -0.0022416138, -0.052892324, 0.016547212, 0.009895086, 0.052973494, 0.009288722, 0.013238544, 0.020944437, 0.031911045, -0.002376113, 0.015525814, 0.014883215, 0.0073568127, 0.02737093, -0.03321425, -0.006038515, -0.0002140392, -0.017286444, 0.00088997796, 0.02713708, -0.012782925, 0.05340834, -0.020378659, -0.037626572, 0.018058773, 0.059067093, -0.024785548, -0.0031393222, 0.029407924, 0.045942575, -0.06010105, 0.024861403, -0.008383102, -0.07259747, -0.005955532, 0.05417753, -0.039988007, -0.004203479, -0.041235644, -0.029524606, -0.010085329, -0.02801353, 0.063749865, 0.028100498, 0.014083103, -0.047917724, -0.023560258, -0.034091663, -0.016077582, 0.00013238542, -0.0023579341, 0.036167312, 0.018092353, -0.025017947, 0.047798507, -0.03400566, 0.029778024, 0.0005841386, 0.00174082, -0.0399746, -0.02659594, -0.018701375, 0.008248361, 0.022339195, 0.016106889, 0.0062317783, 0.010341162, -0.032297213, -0.014013529, 0.006254004, 0.0017345389, 0.01015116, -0.039278854, -0.00076933927, 0.0019247826, 0.016215764, 0.042958587, -0.027902646, -0.009726947, 0.0018630591, -0.108320266, -0.068422005, 0.07636996, -0.00451415, -0.00702597, 0.050567366, 0.032377418, 0.033411376, -0.007487024, 0.002924528, 0.02701919, 0.015004004, -0.00080735784, 0.04832938, -0.0061535067, -0.07202105, -0.06225787, 0.010172902, -0.040960245, -0.038269777, -0.06993284, -0.018827477, 0.0064145783, -0.014106296, 0.006418277, -0.024953686, 0.009124448, -0.024577305, 0.016902817, 0.0063061845, -0.0003116372, -0.013948302, 0.0033218353, 0.015974669, 0.011543139, 0.009639254, 0.041350637, 0.010931581, 0.024287412, -0.007761458, 0.048740063, 0.028136494, -0.05400939, -0.012390116, -0.030400814, 0.01422322, 0.0023351049, -0.013543899, -0.026513806, -0.08546688, 0.0033637492, 0.019243237, 0.012828998, -0.0010011044, -0.0061310395, 0.028769523, -0.008676561, 0.0014828134, -0.018515538, 0.009789274, -0.044655442, -0.020782579, 0.0035415515, -0.012236472, -0.044255387, -0.030215766, -0.04337555, -0.0037913446, -0.0024462314, 0.008797833, -0.00024037134, 0.038887493, -0.0308545, 0.024541553, -0.008594242, 0.07217035, 0.02472636, 0.0053674076, 0.040097322, 0.0010523192, 0.06216184, -0.0012709483, -0.06767698, 0.0877783, 0.007080386, -0.041064605, -0.014320818, 0.002898951, 0.024268748, 0.050433047, 0.01625493, 0.019348323, 0.0055493466, 0.01972422, 0.005934636, -0.0034801906, -0.043895494, 0.018248232, 0.045962382, -0.016568713, 0.016677665, -0.05089688, 0.03320507, 0.008097736, 0.002334622, -0.02509525, -0.012035478, -0.038863335, 0.046088006, -0.05382192, 0.02109446, -0.004704031, 0.003157924, 0.016806427, 0.04012148, -0.013597046, -0.019102154, -0.011552199, 0.066043906, -0.014067642, 0.025655234, -0.033212315, -0.02471259, -0.01840713, -0.041997585, -0.04076553, 0.016797489, 0.044785406, -0.0330664, -0.036563504, -0.02215475, -0.014177803, 0.031674843, 0.017204307, 0.004438777, 0.034403782, -0.059001867, -0.039994895, -0.027554046, 0.026523469, 0.010902471, -0.021065831, -0.019149987, 0.005032579, 0.04779452, 0.004673109, 0.056330483, 0.016286789, 0.028229017, 0.038462315, -0.014390393, 0.030633215, 0.0031134733, -0.029957034, 0.040299285, -0.011267981, -0.0454971, -0.065779135, -0.00083441474, 0.022852913, 4.2759526e-05, 0.036681633, 0.016590938, 0.006724751, 0.03638473, -0.031621274, -0.008532579, -0.022467595, -0.022024298, 0.029297885, -0.068136945, -0.018112645, 0.029771259, -0.04112452, -0.017422212, -0.036615685, -0.008535538, 0.00578534, -0.009198371, -0.020576755, 0.024690608, 0.029223358, 0.011851878, 0.008908477, -0.036059085, -0.033766013, 0.02001339, 0.026324287, -0.0025133905, -0.011809843, 0.033007696, -0.007615544, 0.002883973, -0.06567211, -0.030268839, -0.03893678, 0.030255264, -0.01811941, -0.019579515, 0.05002816, 0.026813727, -0.004994409, -0.009456831, -0.030105121, 0.013899262, -0.024062261, 0.023649642, -0.0074068196, -0.010015876, -0.064491995, -0.01767273, 0.012884267, -0.018240198, 0.00549931, -0.034063157, -0.0028663378, -0.0014378796, 0.0124152405, -0.014591628, 0.009874794, -0.0071062953, -0.013511678, 0.023739027, 0.01850654, -0.09448261, -0.040670346, 0.00066289346, -0.038332827, -0.04617739, -0.029637668, 0.02143726, -0.016816815, -0.027685948, 0.04478369, -0.018196164, 0.0017630453, 0.023331724, -0.05809498, 0.017973255, -0.0032047904, -0.037861265, 0.010296107, -0.047705136, 0.04630591, 0.013405112, 0.036271673, -0.012364025, -0.003285961, 0.00042034787, 0.0071543693, 0.026581153, 0.024665724, 0.016421229, -0.00674296, 0.00990958, -0.0061155786, -0.042137217, -0.049885146, -0.0069724605, 0.016032165, 0.0038889425, 0.006729552, 0.035855193, 0.01828151, -0.011795711, 0.030610325, 0.021583294, -0.007328004, 0.030897502, 0.043725844, 0.012109522, 0.016760286, -0.0007827168, 0.033261355, 0.010169656, -0.00861073, -0.02930936, -0.0059080618, 0.032508835, 0.029487163, -0.0067932084, 0.05106768, -0.003392739, -0.019679045, -0.020673385, 0.00034980674, 0.019902265, -0.09368636, -0.015176975, 0.066494204, 0.006569385, 0.029993512, 0.007575291, -0.013526505, 0.00174082, -0.06340392, -0.017822146, -0.06581972, -0.027814467, -0.009696991, -0.01250994, -0.009813371, 0.015974278, 0.015917657, -0.010499035, 0.04346011, 0.033162065, 0.011114578, 0.023319887, -0.02729169, 0.058774296, -0.02281719, 0.018268222, 0.036596358, -0.0072520883, -0.0028554664, 0.03397522, -0.042990554, 0.006469492, 0.0030864165, -0.0417217, 0.005166172, 0.026622033, -0.056219354, -0.0060216044, -0.03436948, -0.0063525676, 0.045977842, -0.04348813, 0.038339593, 0.012496411, -0.0072878418, -0.015272156, -0.013935982, -0.01342021, 0.012265945, 0.04007558, -0.0045518363, -0.013710105, -0.02634528, 0.010417864, 0.012568915, -0.019113991, -0.04623247, 0.07025704, 0.0007918968, 0.05536803, 0.037390668, -0.041876316, 0.05067173, 0.011687604, -0.026307015, 0.0025771675, 0.010809706, -0.045120724, -0.04438004, -0.00050586695, -0.030381972, 0.03853044, 0.059714764, 0.012016635, 0.008918139, -0.053179987, -0.019614302, -0.016216248, -0.050619546, -0.06574048, -0.021890946, -0.0013436638, 0.008136389, 0.015821025, -0.0014332896, -0.036480397, 0.0720254, -0.0048800516, 0.016569437, 0.016123965, 0.010927595, -0.02475704, 0.0010924214, -0.01194706, 0.052535757, -0.0063057616, 0.034938157, -0.028269572, -0.0006590281, -0.047842357, 0.038702928, 0.0042161616, 0.023654472, -0.035744067, 0.0074155163, -0.031025043, -0.007616873, 0.008011492, 0.056546938, -0.028674489, 0.012634594, 0.0073874933, -0.03601874, -0.03251536, 0.041038033, -0.025380315, 0.040776644, -0.0038213006, 0.0028001452, 0.032628417, -0.007815088, 0.07031309, 0.03363647, 0.01720769, 0.007179252, 0.0012185257, 0.009216007, 0.04422253, -0.014316952, 0.00034775335, 0.020010492, -0.029104017, 0.022798317, 0.00051166484, -0.009275194, 0.0007595251, -0.024530923, 0.065145224, -0.025884733, -0.07423851, -0.055545833, 0.055791274, -0.02042021, -0.026805634, -0.01706709, 0.013989855, -0.013901316, -0.0025752347, 0.008941331, -0.018625759, -0.018915655, -0.07085423, -0.010072647, -0.011678907, 0.016456861, 0.001585243, 0.017597718, 0.017630212, -0.024971563, -0.023969492, 0.00040681945, 0.022882868, 0.05036251, 0.013993477, 0.021141686, 0.044839043, 0.025396986, -0.018157097, -0.00051408063, -0.05633918, 0.02554024, 0.058161106, 0.0011508835, -0.0066028438, 0.0059660412, 0.006554528, 0.0005324406, 0.010470528, 0.017501934, 0.0073307524, 0.033857815, 0.012242994, -0.04339011, 0.021412617, 0.017650746], [-0.031804953, -0.08002784, -0.0049991, -0.050405424, 0.02200546, 0.044869952, 0.00062759314, -0.008064952, 0.035067506, 0.04821233, 0.01393544, 0.018421294, -0.005400004, -0.021726716, -0.013883914, 0.010972743, 0.023518799, 0.021612262, 0.03793945, 0.031172711, -0.009355615, 0.005122106, -0.03096999, 0.056762125, -0.019787977, 0.019846471, -0.0024385753, 0.062134255, 0.009951638, -0.012671806, -0.021935351, -0.04452617, 0.006793294, -0.029500257, 0.011303433, -0.012398765, 0.005959179, 0.012343228, -0.030996174, -0.05950225, -0.039764848, 0.010008548, -0.014653413, 0.07214766, 0.0052777375, 0.055701215, 0.0045088725, 0.0162773, -0.035653498, -0.04936531, 0.03269788, -0.02577862, -0.0414997, 0.040287595, 0.016686544, 0.050020143, -0.01213565, 0.017197572, 0.033770088, -0.010336492, 0.003513529, -0.00906758, -0.06531391, 0.031647418, 0.036893692, 0.03038505, 0.0051970575, 0.052202255, -0.01327406, -0.05583087, -0.0220724, 0.04871238, 0.010137994, 0.01161174, 0.022534227, 0.013891094, -0.07086143, 0.016441273, 0.018885866, 0.0076855347, -0.020100296, -0.008521921, 0.0057004965, -0.03923006, -0.06876833, 0.015971104, 0.0032710284, -0.004420604, 0.024147026, 0.017749567, -0.04174339, -0.047545034, 0.065817036, -0.0072637782, -0.0054633543, 0.00067024917, 0.017109726, 0.02634455, 0.011740976, -0.0149004795, 0.03771303, -0.030491903, -0.013108081, -0.008761175, 0.010171993, -0.008028631, 0.004580247, -0.006650967, 0.01991658, 0.030875385, 0.024335917, 0.022728499, -0.023630826, -0.017866554, -0.020463085, 0.009405345, -0.005228535, 0.0019157217, -0.031621233, -0.018216249, -0.009856506, 0.0019195228, 0.0011356648, 0.03181878, -0.03765559, 0.015011133, 0.020958064, -0.02901119, -0.051041987, 0.009595819, 0.037622962, -0.0057638474, 0.06635763, -0.028477356, -0.030355066, 0.045990836, 0.00386787, 0.00660224, -0.0035814198, 0.048997875, -0.03542734, -0.0070957933, 0.010769388, -0.007870994, 0.01714214, 0.014226007, 0.009036855, -0.035423115, -0.0020517143, -0.0074544367, -0.03307154, 0.015910499, 0.019687673, -0.0049375445, -0.00890213, -0.0347233, 0.0154579645, -0.0042942194, -0.042865645, 0.01645257, -0.016393442, 0.029391294, -0.018020602, 0.020027654, -0.022342484, -0.06774627, 0.009022179, 0.016552662, -0.008862324, 0.0015799636, 0.05406254, -0.020100085, 0.03333761, -2.8296596e-05, -0.07179057, 0.013906932, 0.029799271, -0.0029384114, 0.01849816, -0.025204241, 0.0009521065, -0.0069263303, -0.00942171, -0.017801514, 0.005880624, 0.035182174, -0.029604996, -0.003928792, 0.0058496874, 0.013539709, 0.009461199, -0.026989039, 0.021187814, -0.03638211, -0.009141067, 0.040869363, -0.0546403, -0.014943136, -0.013293487, 0.026245303, -0.0009141489, 0.008195005, 0.06374758, -0.005594279, -0.033082202, -0.053047247, 0.034371495, -0.010071899, 0.037282243, -0.0070272232, 0.0039328043, -0.003367506, 0.02276102, 0.031730406, 0.021725873, 0.036085762, -0.00078005693, -0.04266535, 0.026293451, 0.049687132, -0.009377576, 0.0047738887, 0.04829173, -0.016039947, -0.027857311, -0.012045058, 0.022930248, 0.024822026, 0.004543293, -0.030094486, 0.0470754, -0.0105749015, -0.014938438, -0.024108382, -0.020992061, -0.011967771, -0.031046854, 0.012883821, -0.037965585, 0.037554227, -0.06449258, 0.015100245, 0.017630046, -0.007464731, -0.04170327, 0.00053393986, -0.0015297055, -0.012450079, -0.044558268, 0.0060246405, 0.05056559, 0.034299698, -0.04239404, 0.0039893975, -0.008486181, 0.03960932, -0.008388884, -0.008635318, 0.014494719, 0.030560745, 0.0489075, -0.058830522, 0.024321133, -0.052243114, 0.052557334, 0.013910944, 0.023653843, -0.03156633, -0.007460165, -0.034351222, -0.0046870983, -0.035210256, 0.009743215, 0.0041983486, -0.033138268, 0.023069749, 0.0104047, 0.02086684, 0.018750928, 0.054883145, -0.047274742, -4.2972817e-05, 0.030567423, -0.015037317, 0.019071404, 0.034211006, 0.032221097, -0.03438754, 0.0023292955, -0.038720936, 0.019508075, -0.016881242, -0.002161733, 0.036271587, 0.050398346, -0.029530665, 0.009108337, 0.0049751326, -0.06567344, -0.0031464123, 0.048616927, 0.008300722, 0.008181517, 0.07334139, -0.0014122956, -0.04561749, -0.050818153, 0.028615037, 0.0150909545, -0.022011425, -0.05547484, -0.042029314, -0.048511345, 0.0020602667, -0.0035584024, -0.018045414, 0.04458192, 0.065348245, -0.005147869, 0.00025889272, -0.021209776, 0.0022148683, 0.0013450385, -0.043884005, 0.049991213, 0.06929878, 0.022052761, -0.014541494, -0.076187946, -0.031141458, 0.021843283, 0.023397483, -0.011321171, -0.020759564, -0.007799513, 0.0043890076, -0.022604333, 0.025358817, -0.0046820305, 0.011442383, -0.0069508264, -0.10843002, -0.018362379, -0.01825616, 0.04178098, -0.06147372, 0.0035250378, -0.05070412, -0.004149041, 0.010333087, 0.050759025, -0.0046593826, 0.009568472, 0.03619557, 0.024162756, 0.00051250623, 0.018451808, -0.024020009, 0.0022113486, -0.011511013, 0.0078081707, -0.017353838, -0.08341329, 0.03790899, 0.018327324, -0.013254209, 0.072875135, -0.016164113, 0.05351604, -0.014421787, 0.055954617, 0.046047006, -0.0065669217, -0.003794172, -0.0155236395, 0.049154986, -0.056660764, -0.0079217795, 0.01667567, -0.0049920264, 0.00886317, -0.02026712, 0.0665046, 0.04477788, 0.0055921674, 0.049329832, 0.022077257, 0.01834464, -0.037000965, 0.04644105, -0.007928114, 0.016894545, 0.04238239, 0.04407765, 0.016786216, 0.013259806, 0.02308643, 0.051993728, 0.010366868, -0.0096124485, -0.027033173, -0.013437926, -0.015436849, 0.007393436, 0.014942291, -0.044335272, -0.013584478, -0.016889688, -0.0041370047, 0.028114146, 0.056762125, -0.0024402644, -0.017758014, 0.027933383, 0.040976003, -0.020219818, -0.018070966, 0.00095490454, 0.02950279, 0.028180031, -0.025890961, 0.03516929, -0.0315317, 0.030033246, 0.053946406, -0.019973172, 0.004441298, -0.037830014, -0.045616437, 0.048543442, 0.031417668, 0.058990166, 0.011703809, 0.07778438, 0.05326855, -0.011468568, 0.026502717, 0.032591235, -0.044055685, 0.009950265, -0.056860104, -0.02620687, -0.0011774761, -0.010718497, -0.030089838, 0.054980285, -0.03743597, 0.012800831, 0.011270491, -0.05309624, 0.013487551, 0.009981519, -0.022437934, -0.018333238, -0.081595555, 0.034597866, 0.05104875, -0.026755486, -0.011678468, -0.016803915, -0.023148304, -0.02487619, 0.018466273, -0.007240549, 0.009312325, -0.041522086, 0.04377779, -0.00839691, 0.0015042596, 0.03424585, 0.029570363, -0.045141093, -0.0074990196, -0.01564803, -0.046862543, 0.01852709, 0.024345206, 0.00507945, 0.0099617215, 0.009163029, 0.01761991, -0.034805655, 0.019664234, -0.008261339, 0.015638066, 0.0073351534, -0.012646466, -0.016755808, -0.056049217, -0.02069389, 0.0072582876, 0.029819544, 0.01624816, 0.060858794, -0.024737136, -0.022839047, -0.024098035, 0.048016362, -0.028987538, -0.016733846, 0.04954903, 0.04970883, -0.026178572, 0.015130865, 0.034485526, -0.03859529, 0.048332274, 0.033416167, -0.027495528, -0.0013897007, -0.027785143, -0.05802745, 0.021556094, 0.0017522903, 0.008505238, 0.03421903, 0.0043015047, -0.025369799, 0.03535686, -0.027575243, 0.00082693633, -0.06257369, 0.008654535, 0.017347079, 0.013645927, -0.029418321, 0.029814897, -0.06330202, -0.0041422835, 0.021070512, -0.036366194, -0.024797427, -0.0070802723, 0.009534263, -0.0020241567, -0.020182652, 0.02441785, 0.010318966, -0.018041402, 0.029947933, -0.00922733, 0.04430999, 0.0035763518, 0.016975423, -0.026516128, -0.04496033, -0.043512564, 0.050925422, 0.00012332248, 0.023909355, 0.009828633, -0.002955727, -0.06315462, -0.05697963, 0.042595245, -0.016051034, -0.012207658, 0.02815733, 0.058041595, -0.0034169194, -0.06239663, -0.004160972, 0.03152494, 0.020896824, -0.01588516, 0.031997956, 0.03137459, -0.07655791, -0.04675442, 0.042252306, -0.02063202, -0.038858406, -0.038777318, -0.034971, 0.012827649, -0.025351213, 0.033601996, -0.047191117, -0.012321267, -0.033217564, 0.012651534, -0.04307671, -0.0028522545, -0.027582001, 0.043678116, 0.018341262, 0.009355087, -0.011037889, 0.033858355, -0.0070040408, 0.04981172, -0.020161746, 0.04980201, -0.0045578633, -0.032296974, -0.034893185, -0.03386905, 0.050293185, -0.00564496, -0.0119627025, -0.009899373, -0.03388509, 0.0044265166, -0.0061686574, 0.018860314, -0.024946194, 0.00840694, 0.027136013, -0.012749727, -0.012568756, -0.0063012717, 0.018891145, -0.047532365, -0.037848175, 0.0046144566, 0.0026404525, -0.040888157, 0.0022033334, -0.0034749908, -0.0022160034, 0.023271628, 0.0055503557, -0.0017687484, 0.022386407, -0.009909298, 0.015749378, 0.0026784628, 0.033668302, 0.02504291, 0.025199173, 0.06310732, -0.01924047, 0.04857723, 0.03235441, -0.07954806, 0.06373238, -0.033148404, -0.06520211, -0.04895818, 0.009480626, 0.016393602, 0.028750606, -0.019645438, -0.021722073, 0.05706959, -0.013778753, -0.009295642, 0.0118423365, -0.022124136, 0.003542987, 0.046330396, 0.008410001, 0.0011048343, -0.041188862, 0.047784925, 0.0073583815, -0.010138522, 0.009826099, -0.0127644045, -0.010622838, 0.044695526, -0.042366832, 0.027720526, 0.004551106, 0.042245552, 0.0017883871, 0.04545616, -0.040222555, -0.026619073, -0.025269281, 0.050584175, 0.035884306, 0.010406389, -0.013370141, 0.024742205, -0.0011200383, -0.024937535, -0.028478095, 0.022510573, 0.028742583, -0.05234617, 0.010475653, 0.026445068, 0.035386793, 0.029066939, 0.0246003, -0.010301966, 0.061227076, -0.03541044, -0.036508996, -0.050455786, 0.0336569, 0.031084022, -0.017178567, -0.010042758, 0.024449948, 0.05488526, 0.07558485, -0.00030703915, -0.021902092, 0.05573933, 0.014759072, 0.021165853, -0.00048315382, 0.01535576, -0.043452587, 0.016171291, 0.01496193, -0.033464737, -0.022921085, -0.016099919, 0.017298933, -0.006849888, 0.0521029, 0.039245263, 0.009043719, 0.035472102, -0.022960363, -0.007973727, -0.0018809317, 0.015705032, 0.006786167, -0.06562952, -0.053800274, -0.025302224, -0.028039392, -0.019985104, -0.07440738, -0.0331332, -0.011965975, -0.0076791868, -0.0322824, -0.04925297, -0.0177918, 0.023430848, -0.0011104302, -0.023160763, -0.047338936, -0.0010946981, 0.02277918, -0.0035856431, -0.050839692, 0.0023790256, 0.022231832, -0.015305501, -0.045504306, -0.02666553, -0.009455286, -0.0013565471, -0.0159559, -0.01331038, 0.05902923, 0.038883638, 0.05315938, -0.01099006, 0.0045798253, 0.045268215, -0.04525639, 0.022711609, 0.026076792, 0.020946475, -0.0559411, -0.019657793, 0.0062284186, 0.012929855, -0.0045004254, -0.0017590347, 0.034186404, 0.023690585, 0.013700619, 0.002772644, 0.0070285364, -0.025649386, -0.01681747, 0.0023659333, -0.015083774, -0.04354503, -0.050914444, -0.012395597, -0.0336721, -0.040602658, 0.038860515, 0.030227099, -0.027144458, -0.01746977, 0.038333017, 0.00646007, -0.033867646, 0.016269697, -0.078091845, 0.0050663576, -0.016371481, -0.0354096, 0.030367313, -0.051135745, 0.02780415, 0.015295999, 0.034719713, -0.035616543, -0.009484427, 0.017006677, -0.050131854, 0.03925371, 0.021567497, -0.010348899, 0.0032579093, 0.003502337, 0.012302262, -0.02830644, -0.053883474, -0.009576075, -0.0071628396, 0.0055402196, 0.0043703457, 0.0083253225, -0.021406163, 0.008307373, 0.008462794, 0.06489296, 0.02084361, -0.002917928, 0.03117493, -0.0066695497, 0.026801309, -0.012926899, 0.0104529, -0.007554768, 0.0026514332, 0.003797234, 0.0019433849, 0.025362883, 0.008694604, -0.00056424254, 0.046315193, -0.0100904815, -0.009186258, -0.017603332, 0.0051375213, 0.044154093, -0.08195539, 0.005272036, 0.057424612, 0.0021799994, -0.0004975133, 0.042472348, -0.021837156, 0.029599505, -0.02602273, -0.010618404, -0.06027597, -0.05068807, -0.04649426, 0.0019562661, -0.012044214, -0.0065331873, 0.012828915, -0.010577014, 0.004517319, 0.007854575, 0.028169895, 0.0020348208, -0.01752784, 0.061814968, -0.040193837, 0.008934966, 0.06727325, 0.0013459888, 0.020549769, 0.003871143, -0.0062134257, 0.03984836, 0.03225643, -0.022810118, 0.036709554, 0.033846952, -0.033690684, 0.055794127, 0.005797291, 0.056197885, 0.013900438, -0.023230132, -0.0127376905, 0.017370308, -0.023397906, -0.042846113, 0.004441298, 0.01795989, -0.013198461, 0.017528685, 0.0036156292, 0.0067965677, -0.020054262, -0.010711739, 0.064049974, -0.017421411, -0.05988362, 0.08781236, 0.025640305, 0.034159902, 0.026263885, -0.025929922, 0.08220879, -0.0062404554, -0.04102584, -0.031127945, -0.026894964, -0.014606533, 0.013562938, -0.0071746646, -0.00646792, 0.020012872, 0.04606179, 0.019103158, -0.019796636, -0.08709438, -0.016088357, -0.033957604, -0.020424228, -0.016131489, -0.03055441, 0.008532901, 0.012242079, 0.03552342, 0.021165272, -0.025418788, 0.06431858, -0.04402866, 0.008028526, -0.0014173638, -0.0077298274, -0.040133018, 0.010883472, -0.02159104, 0.019156743, 0.035587825, 0.039284967, -0.0153933475, 0.03684766, -0.042026993, 0.012651323, 0.00097284064, 0.012788371, -0.018888611, 0.00859034, -0.019744266, 0.026423529, 0.02275553, -0.0016065709, -0.02903315, 0.0768299, 0.02159157, 0.010529713, -0.006369268, 0.0076881745, -0.044244047, -0.006802586, -0.0074686115, 0.0023710013, 0.0029037795, -0.03483184, 0.08107777, 0.016576527, 0.010551462, 0.008477998, 0.00047164512, 0.02127587, -0.0011254231, -0.021043375, -0.008062418, -0.011678468, -0.056072872, -0.011695891, 0.031355742, -0.011279783, 0.013249563, 0.038713966, 0.052483846, -0.022883499, -0.052670944, -0.04557103, 0.03777388, -0.019395838, -0.021412497, 0.034564923, 0.0053003323, -0.02640579, -0.013243652, 0.024834907, -0.032322314, 0.03883095, -0.08107861, 0.026009217, 0.008319199, 0.0041291914, -0.03313278, 0.026282048, -0.0018392786, -0.025218178, 0.0029960605, 0.007862441, -0.01218274, -0.025154406, 0.0063109854, 0.03846183, 0.067540176, 0.008244577, -0.0068156784, 0.01621226, -0.037530947, 0.035475485, 0.07117079, -0.009167252, -0.023831433, 0.014335816, 0.05044417, 0.046453718, 0.0018794008, 0.0009282973, -0.037904765, 0.06765336, 0.02979716, -0.03499064, 0.04582191, -4.64571e-06], [-0.03270953, -0.046135485, -0.0029154958, -0.037828498, 0.033931423, 0.05683583, -0.01747223, -0.0390073, -0.0003995407, 0.09782373, 0.026130516, 0.02906542, -0.027264137, -0.0060296445, -0.01662991, 0.017694056, 0.023747701, -0.027366983, 0.057832353, 0.025264489, 0.0028929778, 0.006591499, -0.050483894, 0.016549848, 0.03270404, 0.025833532, 0.019888422, 0.07843901, -0.00015896124, -0.0058065546, -0.023345148, -0.040385872, -0.0071479115, -0.009922373, 0.02051863, -0.02136299, -0.0028189386, -0.009009099, -0.017172478, -0.047692455, -0.052633658, 0.026634557, -0.020343928, 0.033933368, -0.02615476, 0.026417613, 0.030377045, 0.010252417, -0.046606734, -0.054202676, 0.03520156, -0.00519092, -0.03289332, 0.020356366, 0.00804202, 0.042985797, -0.005377282, 0.014583624, -0.015610849, -0.019966057, -0.011711342, -0.028282663, -0.05790153, -0.0127682015, 0.011939971, -0.014705274, 0.01839986, 0.024142288, -0.027856695, -0.062132467, -0.025855882, 0.043033607, 0.022366896, 0.009799193, 0.030582353, 0.03226194, -0.061304238, 0.010157196, 0.0019343523, 0.022568803, 0.015683139, 0.00067199016, -0.00966632, -0.043927908, -0.058317784, 0.014204489, 0.0036495011, -0.0076247957, 0.048352197, 0.00193066, -0.05153531, -0.025272798, 0.06555577, 0.039198034, 0.0056768404, 0.00872907, 0.023827376, 0.02862235, 0.016892254, -0.008893667, 0.010565675, -0.037826557, -0.043988347, -0.022292856, 0.049689088, -0.036745306, 0.0031575207, -0.020900486, 0.010189066, 0.021991117, -0.0022248744, 0.008339247, 0.020662338, -0.035749763, -0.035865385, 0.022388272, 0.018799402, -0.009781752, -0.024001397, 0.0025534849, 0.0058792336, 0.023946792, 0.022854768, 0.07265889, -0.03195354, -0.0039975448, 0.02522295, -0.024459042, -0.068792515, -0.0011045669, 0.021183044, 0.01291424, 0.04718778, -0.03475849, -0.014517966, 0.05441624, 0.008997245, 0.014841305, -0.0025672822, 0.025578769, -0.032449078, 0.0180524, -0.013028797, -0.028324638, -0.0061081536, -0.020575812, -0.01867853, 0.00841212, -0.0055718054, -0.0064120116, -0.038900033, 0.017455226, -0.014264148, 0.011383412, 0.0021978626, -0.04979417, -0.022689063, -0.0064400677, -0.02232453, 0.003084392, -0.008174844, 0.02188768, -0.010197786, 0.007895204, 0.00536844, -0.06034464, -0.00069142313, 0.0015450624, -0.024145396, -0.03227496, 0.03673287, 0.005230326, 0.011448318, 0.015013577, -0.055920154, 0.040822625, 0.024921546, -0.0014325944, 0.019945167, -0.032540027, -0.0039639743, -0.027854946, 0.0017490594, -0.02129381, 0.031548463, 0.017424718, -0.04253515, -0.013884429, 0.029513156, 0.0119671775, 0.021980762, -0.017294904, 0.02616292, -0.029908033, -0.018793182, 0.05426146, -0.0403129, 0.0007703207, 0.0047175344, 0.034419578, -0.0035896478, 0.032413322, 0.048651658, -0.04257985, -0.024875686, -0.035329036, 0.05910404, 0.010100646, 0.026094517, -0.015759218, -0.052764248, 0.009013763, 0.03001569, 0.053381436, 0.0071559767, 0.014355871, -0.028348735, -0.046883073, 0.024433002, 0.063755505, -0.005290514, -0.0057899756, 0.044678602, -0.029703597, -0.02785436, -0.025385022, 0.007739158, -0.0014566426, -0.018199313, -0.022352103, 0.0683611, 0.01770494, -0.016280118, -0.026570234, 0.0050630514, -0.016996488, -0.032933347, 0.028490983, -0.06653363, 0.004113559, -0.026851622, 0.010282732, 0.02465104, -0.032068584, -0.02124795, -0.021454327, -0.033027027, -0.0052173487, -0.02939345, 0.0093769645, 0.04672605, 0.005784207, -0.055233587, 0.003348874, -0.015974438, 0.04270577, -0.008847028, -0.027804615, 0.026560906, 0.025683705, 0.04039403, -0.051119443, 0.016761277, -0.043173715, 0.039336104, 0.0010897978, 0.008290859, -0.052848198, -0.0214415, -0.039325513, -0.021365711, -0.041504044, -0.0024221183, 0.00071707455, -0.049250778, 0.017475242, 0.0011793836, 0.022822013, 0.018274713, 0.025429327, -0.048750963, -0.006817066, 0.014101299, -0.02220162, -0.021934707, -0.001237488, 0.038745828, -0.017631484, 0.009327798, -0.027571613, 0.011141667, 0.012465437, 0.00471015, 0.02494992, 0.04604512, -0.0648935, 0.020029116, -0.013613145, -0.041753557, -0.030428056, 0.041452736, -0.008621995, 0.042904764, 0.037400585, 0.0016140979, -0.044135254, -0.020266391, 0.04780808, 0.010820247, 0.04071662, -0.04274969, -0.0432188, -0.029052984, 0.03586694, 0.009819112, -0.0021545272, 0.016572777, 0.0740565, 0.010315379, -0.003854713, -0.019040368, -0.014161323, 0.0009211201, -0.06169717, 0.020121811, 0.06827152, 0.032611344, -0.0030680685, -0.074433304, 0.009698579, 0.06097582, 0.035841677, -0.025600143, -0.05507443, 0.00032122608, -0.008617526, -0.026106661, 0.019982282, 0.010803922, 0.01278365, -0.0009870948, -0.072806574, -0.03614386, -0.022723198, 0.020886496, -0.08568671, 0.005705115, -0.053824507, -0.01427231, 0.021213163, 0.03682537, -0.010928487, -0.015850263, -0.004889321, 0.0031178165, 0.07174554, 0.010351525, -0.04824872, -0.0007132851, -0.018160058, 0.030092256, -0.025670491, -0.039313078, 0.054384176, -0.008543097, -0.0055749146, 0.07362587, -0.008696229, 0.054323547, -0.048927415, 0.07718987, 0.01980673, -0.009128417, 0.016795868, 0.03271648, 0.04958969, -0.04203106, -0.011740395, -0.0042320997, -0.0013188603, 0.029826801, -0.019061478, 0.04060449, 0.034435123, -0.013027048, 0.051968273, 0.043862417, 0.023155872, -0.032670613, 0.026387565, 0.0050131087, 0.034470636, 0.022852719, 0.012939406, 0.0031702856, 0.013876655, 0.041693315, 0.030812632, 0.009546808, 0.0037855317, -0.03292402, 0.019566612, -0.04019854, -0.0033852137, -0.0030610724, 0.007992102, -0.0072937557, -0.001773059, -0.022982141, 0.057824578, 0.052501515, 0.005353379, -0.0059091602, 0.040407248, 0.02114923, -0.022714939, -0.030530175, 0.039593395, 0.024750536, 0.024286672, -0.040227685, 0.050908018, -0.024427561, 0.035871945, 0.03468989, -0.016138744, -0.0049468423, -0.06772759, -0.017952126, 0.059566546, 0.030278478, 0.030317435, 0.007365172, 0.06730629, 0.04602064, -0.018685136, 0.032946855, 0.026958894, -0.07838149, -0.011945558, -0.032986205, -0.0033284696, 0.008072335, 0.0051745963, -0.024572141, 0.018555323, -0.04655038, 0.024713613, 0.033907324, -0.019601034, 0.04829779, -0.0036907475, -0.048632033, -0.016647205, -0.0317767, 0.06287092, 0.058465865, -0.045069203, -0.0014668936, -0.010295169, -0.0146209365, -0.02066535, 0.0020361564, -0.010582873, 0.019915627, -0.0038858054, 0.03904539, -0.008489852, -0.009875564, 0.0053121815, -0.005807332, -0.03662249, -0.020378519, -0.0034553665, 0.0073771225, 0.006264394, 0.041621804, 0.015599967, 0.0055282754, 0.0062186057, -0.005049254, 0.0073479735, 0.020819938, -0.0070838802, 0.008401091, 0.0056522572, -0.014102077, 0.016348716, -0.041166686, -0.017590674, 0.01729918, -0.011245439, 0.013018498, 0.04072828, -0.022337357, -0.030189227, 0.0037328685, 0.052874625, -0.02245551, -0.01642227, 0.020759014, 0.05864708, -0.020840634, 0.007144705, 0.0031310313, -0.06305281, 0.030954884, 0.056974195, -0.00906322, -0.036013078, -0.0014446428, -0.02041311, -0.0061660637, -0.020197405, 0.022003498, 0.018282194, 0.015952867, -0.045922305, 0.0080969175, -0.019094003, 0.009102182, -0.035055034, 0.030324284, 0.011544705, 0.023005461, -0.04570777, 0.018939463, -0.022718243, 0.010568396, 0.008523664, 0.003665825, 0.0009972971, 0.0030781736, 0.0138169965, 0.010838125, 0.030891338, 0.0003513471, 0.00075972977, -0.020573432, 0.013321652, -0.026090145, 0.039125454, 0.013221183, 0.026436536, -0.020721706, -0.0066466397, -0.03774105, 0.016917517, -0.00830485, 0.023094075, 0.017906263, -0.013745288, -0.09041746, -0.0424959, 0.035101477, -0.035669502, -0.0014553309, 0.04025373, 0.053970642, 0.008678351, -0.025069479, 0.0030817688, 0.020944018, 0.037067894, -0.004797598, 0.034521405, 0.01753393, -0.028900897, -0.02645111, 0.015568873, -0.0063254135, -0.046068348, -0.05915418, -0.045641698, 0.019248301, -0.011107076, 0.021157974, 0.015268634, -0.009964032, -0.014855637, 0.008844308, -0.021714339, -0.0073020146, -0.03817829, 0.008150941, 0.015081884, -0.00023902486, -0.0143325515, 0.046626557, 0.016846782, 0.0401826, -0.0003641728, 0.043887295, 0.02286399, -0.028898686, -0.006047523, -0.022147303, 0.042257257, 0.024050016, -0.022623021, -0.038240865, -0.027403519, 0.031526987, -0.024544159, 0.0055927928, -0.025120344, 0.00717728, 0.04640191, -0.022705417, 0.018450387, 0.005925873, 0.0108571695, -0.031179529, -0.04874319, 0.0043350942, 8.939141e-05, -0.04287017, -0.007815918, -0.020422049, -5.441216e-05, 0.011873705, -0.0016521864, 0.0060626804, 0.065793626, -0.03934621, 0.030086813, 0.020372689, 0.057356052, 0.009078669, -0.018862946, 0.059722785, -0.022490878, 0.028372055, 0.023934355, -0.05328661, 0.04047468, -0.02364597, -0.044573665, -0.04410533, 0.010101666, -0.0134365, 0.026213009, 0.0044925013, -0.003824446, 0.01907457, 0.015052735, 0.011027402, -0.008546304, -0.031206928, 0.024449715, 0.029212333, -0.047322255, 0.009530678, -0.023413116, 0.06298285, -0.01300917, -0.013854842, -0.0010478228, -0.0063522304, -0.0070964145, 0.06007258, -0.023807893, 0.030402794, 0.009152514, -0.002073103, -0.013605177, 0.036053497, -0.01663302, -0.032647297, -0.014365587, 0.038459677, 0.031156015, 0.015239875, -0.007817472, -0.022735927, -0.014968323, -0.05161343, -0.040637333, 0.007218744, 0.026866004, -0.02421652, -0.012191433, 0.013311158, 0.012025865, 0.011864183, 0.0014252099, -0.006936773, 0.050245743, -0.022393597, -0.0520977, -0.037046906, 0.024272487, 0.05138373, 0.0026930133, -0.0140430005, 0.034280315, 0.01538018, 0.06610222, 0.019391328, -0.024366153, 0.034899183, 0.038116496, -0.00011280807, -0.00047112672, -0.002847699, -0.007119977, 0.017467275, 0.018633833, -0.022497095, -0.011163674, 0.00086589425, 0.024029965, 0.0041430974, 0.040549498, 0.035706036, 0.0065986402, 0.056302592, -0.023357634, 0.01643286, -0.0032417986, -0.026850458, 0.014722085, -0.06572678, -0.054296337, -0.0373796, -0.021607067, -0.036048833, -0.08256345, -0.048719093, -0.014800302, -0.009448672, -0.022761382, -0.025837613, -0.010998253, 0.020081975, -0.0020278245, -0.037568074, -0.04699345, 0.007526756, 0.04748938, 0.009456056, -0.039125454, -0.0021523896, 0.015749259, -0.016186258, -0.05661352, -0.021953363, -0.0076775555, 0.03362322, 0.0026027474, -0.02056595, 0.08890053, -0.0058524166, 0.03141447, -0.0004265525, 0.019535908, 0.056293264, -0.0421943, 0.02522159, 0.042575184, 0.013363967, -0.053828005, -0.0043422845, 0.0005126403, -0.006115392, -0.02093056, -0.0015771752, 0.024514183, 0.030420283, 0.0027384863, -0.0052036485, 0.035542022, -0.0010913524, -0.011594454, 0.008254324, 0.011525151, -0.05065461, -0.0139835365, -0.018906938, -0.015986681, -0.041954592, 0.0023661514, 0.014580709, -0.007177741, -0.019414648, 0.03508632, 0.020719081, -0.009234326, 0.026587335, -0.06619628, 0.00074155995, 0.0044957073, -0.01176935, 0.018926105, -0.03514287, 0.008686804, -0.005255437, -0.0046149287, -0.027390305, 0.007072026, 0.00063273567, -0.032030106, 0.07885721, 0.02714467, 0.0130348215, -0.0060708425, 0.01312499, -0.021150783, -0.009947709, -0.043965314, -0.01577292, -0.013618294, -0.003671655, 0.032524187, 0.04192068, 0.0033995938, 0.004858034, 0.00278085, 0.04615084, -0.006645279, 0.006946878, 0.035943117, 0.025892803, 0.030324673, 0.017257983, 0.0045286464, -0.03174697, -0.00975027, -0.012013719, 0.010426148, 0.03746666, 0.06352969, -0.028261676, 0.026894374, -0.004164862, 0.0036384244, -0.014492096, 0.021030689, 0.004629697, -0.110209495, 0.009899369, 0.094266735, -0.026998924, -0.015074111, 0.065254174, 0.015446058, 0.012185603, -0.056763347, 0.00856292, -0.06689276, -0.082908586, -0.025499092, 0.0054346086, -0.002752478, -0.0049328506, 0.018410742, 0.010325096, 0.036937304, 0.016323648, 0.031797398, 0.012260615, -0.023711363, 0.034594085, -0.02755898, -0.018581558, 0.041745204, -0.0035231872, 0.012199596, 0.030813996, -0.028583486, 0.03442424, 0.013330978, -0.052693125, 0.02758026, 0.010800814, -0.042907875, 0.03529328, 0.010788571, 0.031253956, -0.003427966, -0.047672827, 0.00016790038, 0.024367392, -0.013761224, -0.053744446, -0.0069733066, 0.010570727, -0.011376806, 0.042564787, 0.004778942, 0.026490755, -0.020461595, -0.024134124, 0.04042357, 0.00409879, -0.037517864, 0.04365036, 0.041966736, 0.060242034, 0.026785553, -0.0497537, 0.08923595, 0.009932162, -0.052388027, -0.010171964, -0.020205177, -0.007753927, -0.00091188954, -0.027578805, -0.0023587672, 0.021179544, 0.050609525, 0.06449357, -0.00729978, -0.09522283, -0.04293897, -0.03772162, -0.04729194, -0.0105441045, -0.03776826, 0.0383596, 0.006395809, 0.02379055, 0.03798746, -0.015374544, 0.050842725, -0.014168149, 0.0046959636, -0.015906714, -0.0064186915, -0.07475298, -0.006538787, -0.04255808, 0.056302592, 0.017517217, 0.040306974, -0.027387971, 0.016954051, -0.050733894, 0.008082343, 0.024229735, 0.00084173674, -0.02866277, 0.009596167, -0.0130348215, 0.002067662, 0.057996076, 0.019926898, -0.056983523, 0.07498695, -0.0014015017, -0.008230616, -0.0018662399, 0.022245245, -0.05606486, 0.02485392, 0.018304251, 0.003949837, 0.026754847, -0.028713103, 0.09948408, 0.015484147, 0.013067468, 0.015386326, -0.042928666, 0.0063034543, 0.006518237, -0.060876712, -0.001403445, -0.0014186027, -0.03439781, -0.012498084, -0.011332303, -0.0024775993, 0.005220458, 0.006380215, 0.059835497, -0.039162375, -0.067998104, -0.048111234, 0.06447996, -0.039993715, -0.053092565, 0.011135837, -0.002377204, -0.036707997, 0.0032853284, 0.03739048, -0.045584176, 0.017920256, -0.079062425, 0.025782911, -0.015624062, -0.006322693, 0.0012950093, 0.019594984, -0.0021088598, -0.026204119, -0.035521813, 0.0070572575, -0.036286693, -0.0013649679, -0.012740996, 0.071217746, 0.03555752, 0.007442806, -0.02046208, 0.002047452, -0.04645205, 0.011216678, 0.063436806, -0.037551384, -0.036241606, -0.011399104, 0.019502483, 0.0041722464, 0.027160218, -0.021956181, -0.016182467, 0.044461343, 0.02045839, -0.011271868, 0.024796922, 0.010582291], [-0.051069863, -0.059045263, -0.03539442, -0.053593908, -0.012924711, 0.031259257, 0.030573007, -0.017781917, 0.05168644, 0.044332385, 0.012001757, 0.030724764, -0.08988265, -0.03315766, -0.030609753, 0.050967734, -0.030324074, -0.08835171, 0.04526966, 0.03953913, -0.0068950807, -0.018288136, -0.022632444, 0.0209884, 0.0154506685, 0.031406242, 0.014146529, 0.023920475, 0.023095828, -0.02300993, -0.022798518, -0.037060417, 0.00175476, 0.029640269, 0.04736373, 0.012089566, 0.02967773, -0.006025456, -0.012950005, -0.06590872, -0.07250399, 0.0059983805, -0.024957966, 0.019268477, 0.0032422733, 0.058941226, 0.03399281, 0.026796836, -0.0014426542, -0.03797502, 0.025625126, 0.0006701222, -0.028372785, 0.007421282, -0.046875045, 0.030266149, 0.03204286, 0.018682444, 0.044040803, -0.049357697, 0.03723365, -0.020290218, -0.03567169, -0.02491072, 0.017473808, 0.008700784, 0.013392513, -0.00537261, 0.02763902, -0.038099814, -0.0061488184, 0.01622139, 0.009528771, -0.01929902, 0.046624027, 0.01830639, -0.075228, 0.005423673, 0.002523571, -0.014857, -0.0013180982, 0.02064957, -0.0077315387, -0.055054225, -0.06941538, -0.004372345, -0.0037438974, 0.0026991903, 0.033670202, -0.002272588, -0.05404584, 0.0028423578, 0.025236664, 0.03502624, 0.022502398, 0.0008131931, -0.031733382, 0.057606906, 0.021923287, 0.028350087, 0.035412196, -0.037739508, -0.022284545, -0.008917445, 0.000980938, -0.021408835, 0.0012641717, -0.03319537, 0.007897136, -0.027001446, -0.002220294, 0.005766441, 0.00790668, -0.074966475, -0.009082565, -0.016629895, 0.033077486, -0.0126033, -0.042844158, -0.018429514, -0.014446585, -0.010648821, 0.020672714, 0.012837379, -0.012712704, -0.028498026, 0.0046252743, 0.000183732, -0.079494394, 0.004749353, 0.041545384, 0.014301031, 0.037551958, -0.055318605, -0.037786752, 0.02417773, -0.00052017637, 0.07361879, -0.014625128, 0.011398066, -0.0098886, 0.0038741205, -0.0058707297, 0.0068515334, 0.035278454, -0.049220134, 0.055552926, -0.017097337, -0.045461502, 0.009615149, -0.02290494, 0.013951225, -0.003775812, 0.005772764, 0.02781273, -0.03975197, 0.0017413977, 0.0055870633, -0.03322006, 0.010475946, -0.013438684, 0.019291384, 0.024484556, 0.021120114, -0.010691771, -0.04272151, 0.021058075, 0.00024195357, -0.0027364136, 0.028333861, 0.024042169, -0.012223428, 0.010604439, 0.016177962, -0.039746244, 0.017044125, 0.037793435, -0.027556937, 0.027190428, 0.062505156, 0.025128812, 0.012087179, 0.017141959, -0.02407462, 0.030209003, 0.0065790373, -0.05649592, -0.031928327, 0.0089594405, 0.014941469, 0.044589132, -0.037682243, 0.0345273, -0.017679792, -0.02732596, 0.03213067, -0.014310337, 0.011687025, 0.01636742, 0.03542687, 0.011189518, 0.028658377, 0.05148314, -0.044827268, -0.042323504, -0.019303314, 0.031640086, 0.00703801, 0.051057454, -0.04469317, -0.01718968, 0.04087918, 0.04714993, 0.05029198, 0.028639523, 0.0058021136, 0.001533685, -0.058086038, 0.032263342, 0.067043565, -0.036970936, -0.007879478, 0.019572947, -0.022654872, -0.027624704, -0.012012613, 0.011897244, 0.015794272, 0.0011281623, 0.003334915, 0.0739853, 0.0021513347, -0.0164433, -0.04770542, -0.00650125, 0.024207765, -0.05137815, 0.022591284, -0.028444577, 0.023228498, -0.006412963, -0.011662523, 0.037126273, -0.01620254, -0.027868567, 0.00835909, -0.05570945, 0.008570024, -0.0036155053, -0.0074113198, 0.042412505, -0.022788495, -0.045099765, -0.011388522, -0.027868088, -0.01826511, 0.018718712, -0.0010966653, 0.011566049, 0.027690262, -0.007795964, -0.050461877, 0.009953979, -0.05707098, 0.05364688, 0.012856886, 0.011672709, -0.027275853, 0.009120982, -0.019207332, -0.033268914, -0.06370657, 0.03589694, 0.014314155, -0.036174208, 0.015635831, 0.014118254, -0.009130765, 0.055347715, 0.025762567, -0.049700703, -0.015501494, -0.0020210522, 0.023961516, 0.022396216, -0.0020561877, -0.009013845, -0.062499426, 0.008217832, -0.01691623, -0.016328765, 0.027549243, 0.0049827164, 0.003163054, 0.023189366, -0.055186417, 0.021095894, -0.03336955, -0.016393667, -0.053327143, 0.030139685, -0.009669792, 0.010762401, 0.021851223, 0.005637948, -0.007269822, -0.0894016, 0.035483185, -0.000783963, 0.02012468, -0.01595462, -0.0064581204, -0.05593089, 0.0025167705, 0.03549416, -0.036934428, 0.04415295, 0.09216571, 0.009032456, -0.003841908, -0.0041470937, -0.048423164, 0.012131086, -0.0679188, -0.009291933, 0.06261205, 0.032639872, -0.016903345, -0.026797673, 0.00037396624, 0.061001893, 0.018636152, -0.0043766396, -0.009964478, 0.027500624, 0.022870578, -0.024590502, 0.012090043, 0.04878777, 0.018296726, 0.021052347, -0.06156979, -0.02134441, -0.004182528, 0.047107458, -0.07064663, -0.029233312, -0.054493483, 0.0020115075, 0.01390732, 0.015704075, -0.02856675, -0.0140824625, -0.0086354045, 0.0034617973, 0.023786495, 0.0042797625, -0.0166151, -0.011100276, -0.03655408, 0.0064587765, -0.023452794, -0.024588592, 0.043570735, 0.013409096, -0.021390224, 0.046142027, -0.016704341, 0.041684736, -0.04446792, 0.05073485, -0.009849944, -0.042083696, 0.018743528, 0.0064024637, 0.026102353, -0.043565005, 0.009622069, 0.02325045, 0.0022594265, 0.026739689, -0.017059874, 0.058231115, 0.004807336, 0.063552186, 0.028876707, 0.018177537, 0.041926272, -0.014856164, 0.044303752, 0.005610269, -0.01093611, 0.045402326, -0.011396158, -0.0017077532, -0.021370657, 0.039692797, 0.048164934, 0.0024104684, 0.014703333, -0.010764309, 0.0091288565, -0.02290494, -0.031153312, -0.015208477, -0.024641087, -0.059401277, 0.0044711307, -0.018780394, 0.062955655, 0.06195443, -0.01443036, -0.0105897635, 0.034929127, 0.026526367, -0.034528255, -0.05184965, 0.03469194, 0.003002706, 0.013114409, 0.009323564, 0.04799277, -0.030072872, 0.028188607, 0.017702341, 0.0034159839, -0.035423294, -0.02816755, -0.050697863, 0.052377462, -0.025023108, -0.0016956435, -0.025414672, 0.0790396, 0.043772597, -0.000268201, 0.02446344, -0.013285853, -0.057102956, -0.017258402, -0.011083096, -0.010972381, 0.022890622, 0.024577139, -0.02141981, 0.0051211123, -0.048898485, 0.037170894, 0.052758288, 0.002873855, 0.012610935, -0.009894446, -0.02958658, -0.03484895, -0.060557116, 0.06633823, 0.061999295, -0.061363865, -0.008842282, -0.053489394, -0.03175104, -0.008839657, 0.039323185, 0.0062058466, 0.011556982, 0.012829743, 0.049554672, -0.046014126, -0.024507405, 0.016757075, -0.01053035, -0.0416981, -0.012007066, -0.040620998, 0.012081454, 0.0047560344, 0.0609933, 0.020857997, 0.007709586, 0.030885588, 0.031852208, 0.0017876885, -0.002389948, 0.014164783, 0.03594359, 0.003121058, -0.019505896, 0.0029969793, 0.014053112, -0.008844906, 0.042228773, -0.001051806, 0.0030789427, 0.048118696, -0.024838658, -0.018993596, 0.0025837016, 0.06052848, -0.01657573, -0.001678881, 0.049187683, 0.046252742, -0.03754671, 0.03986173, -0.028673645, -0.08900074, 0.03229961, 0.061084926, -0.01649484, -0.045418076, -0.025858492, -0.031242076, -0.01443036, -0.037915602, 0.06940393, 0.027938718, 0.016785469, -0.04559656, -0.026287517, -0.038480643, -0.006863524, -0.01258946, 0.013416612, 0.033316102, 0.020125574, -0.033471677, 0.028019845, -0.03646293, 0.0080274185, 0.011029647, 0.009567307, -0.052533034, -0.00846408, -0.015944717, 0.004194936, 0.015254051, 0.02484677, 0.018039977, -0.0026509904, -0.02291496, -0.024354275, -0.0011278044, 0.019936593, 0.021525756, -0.037151087, -0.0013529357, -0.011596591, -0.0032680437, 0.0373792, -0.019761927, 0.0008093753, -0.006359545, -0.074985564, -0.054094523, 0.039643165, -0.01249139, -0.015717916, 0.034894764, 0.034805045, 0.032317746, -0.0017409204, -0.021288814, 0.021426493, 0.049732678, 0.014277647, 0.028847834, -0.005177663, -0.055475615, -0.058809515, 0.015857741, -0.01916635, -0.030227017, -0.037763547, -0.03821626, 0.0050978474, -0.013081481, 0.01850065, -0.021709964, 0.019414507, -0.010794851, 0.029349877, 0.00049822393, 0.002779245, -0.029578943, 0.030308623, 0.0068340553, -0.0004569439, -0.012315786, 0.050831247, 0.0037459852, 0.012450825, -0.00845798, 0.047672965, 0.03696688, -0.033085123, -0.009301224, -0.052965406, 0.010203569, 0.0020146393, -0.019768609, -0.022640973, -0.06816792, 0.008876046, 0.013087445, -0.012474687, 0.00018206172, 0.0025780941, 0.024915013, -0.004627183, 0.010651207, -0.033511765, -0.018600598, -0.042998537, -0.012846208, 0.015664943, 0.009685779, -0.040273104, -0.008067505, -0.033594325, 0.014192701, 0.024474056, -0.008212821, -0.01130262, 0.032916185, -0.032797355, 0.03672445, 0.012229394, 0.03368643, 0.007575962, -0.0075802575, 0.03899032, -0.008637314, 0.044528853, -0.019063389, -0.041105386, 0.080849715, -0.020258242, -0.032971546, -0.02583606, 0.016457615, 0.0047724983, 0.021566797, 0.024321826, 0.0032355923, 0.009400398, 0.01580286, -0.011134637, -0.002619732, -0.037604332, 0.0233144, 0.049555622, -0.010485968, 0.008399177, -0.06344433, 0.031342532, -0.006278385, -0.000632742, -0.011754076, -0.03087843, -0.038783204, 0.047865767, -0.035123833, 0.011599456, 0.00029200266, 0.0027154158, -0.0020062581, 0.045774564, -0.0045715864, -0.015771365, -0.013118704, 0.039469514, 0.009956843, 0.009009072, -0.0064979093, -0.0302609, -0.019509953, -0.0315036, -0.042465717, 0.007302273, 0.018901013, -0.05223525, -0.04681778, -0.004174296, -0.026307084, 0.029929705, 0.0019507806, 0.009794825, 0.013812233, -0.038362768, -0.0531038, -0.02661203, 0.037139636, -1.7895975e-07, 0.005348749, -0.029120332, 0.02149569, 0.037194993, 0.0033260265, 0.049836714, 0.006030228, 0.01093802, 0.037301656, -0.006262756, 0.029018681, -0.026013559, -0.029627115, 0.030515738, -0.013751745, -0.025460843, -0.049679227, -0.01357875, 0.031106902, 0.023679478, 0.005663718, 0.022747932, 0.023357825, 0.034970883, -0.05080536, 0.021136338, -0.0043224148, -0.012700415, 0.032529153, -0.06667038, -0.018437626, 0.01214063, -0.016365988, -0.01226614, -0.016753735, -0.028080774, -0.00884252, -0.016038612, -0.012951913, 0.018972596, 0.0034837497, 0.014937293, -0.0008561434, -0.028874082, -0.03580722, 0.020185944, 0.033643004, 0.051408455, -0.01915251, 0.023134723, -0.00054785545, 0.0026552854, -0.060304187, -0.04241871, -0.020577509, 0.0401328, -0.0009950908, 0.012918627, 0.09237186, -0.0026166302, -0.005587124, -0.005034257, -0.0595788, 0.03356915, -0.035673596, 0.028515207, 0.008107399, -0.023907112, -0.069228314, -0.0138193015, 0.0120294355, -0.011254302, -0.018252939, -0.05795862, 0.012386878, 0.002102777, 0.02323779, -0.0017447383, 0.009674802, 0.00053353864, -0.009167511, 0.004563712, -0.005349703, -0.09723957, -0.027825138, -0.024769938, -0.045952093, -0.0571125, -0.055060428, 0.0110516, 0.00044662386, -0.04171337, 0.04381889, -0.031546548, -0.0034851816, 0.009063715, -0.056760307, 0.029080719, -0.0132654505, -0.027506948, 0.014991219, -0.02845293, 0.035797678, 0.032723147, 0.019337913, -0.008941545, -0.006586673, 0.004595925, -0.00040802822, 0.058670163, 0.022140363, 0.032704536, -0.016496867, 0.006252138, -0.009216665, -0.027246503, -0.064868376, -0.038636215, 0.004250175, -0.013939772, 0.00972348, 0.04765388, 0.0041645127, -0.008650199, 0.01600592, 0.014667541, -0.00068529655, 0.031725984, 0.058538925, -0.014818344, 0.01736327, 0.0072299736, 0.025826994, -0.010298537, -0.026956586, 0.00964951, -0.0074724047, 0.016834863, 0.01158132, 0.0052547352, 0.03904949, -0.015139279, 0.012058069, -0.006058861, 0.0059531555, 0.001891724, -0.076369524, -4.4859247e-05, 0.0884128, -0.0012140629, 0.021643989, 0.054831356, -0.025749205, 0.006022592, -0.050612085, -0.0036307352, -0.060145743, -0.03409016, -0.030727627, -0.008162473, -0.018348385, 0.009641874, 0.030250043, 0.0018389904, 0.038504504, 0.033997104, 0.022054523, 0.0054582017, -0.02874729, 0.05923377, -0.0051941276, 0.03114186, 0.015120428, -0.007788537, 0.012348699, 0.040595707, -0.024692269, 0.00092963624, 0.02130814, -0.027809868, -0.0022264977, 0.029610917, -0.0851333, 0.0106328335, -0.02734988, -0.022143764, 0.05082075, -0.017548556, 0.021730961, 0.03847539, -0.0059658024, -0.022931186, -0.017477447, -0.023937656, 0.014259513, 0.040776573, -0.005103455, -0.011453424, -0.018823463, 0.012037071, 0.017063692, 0.0012505408, -0.05284395, 0.053764313, 0.021394996, 0.04370054, 0.023345897, -0.040869635, 0.04817883, 0.0062788627, -0.031847198, 0.010375847, 0.009354225, -0.05837619, -0.061200414, 0.019634748, -0.002168515, 0.030268535, 0.03771672, 0.0073521435, 0.018121703, -0.058175758, -0.03585685, -0.011527394, -0.050725423, -0.051899284, -0.015238303, 0.003889869, 0.010838757, 0.027264876, 0.0021246101, -0.050560184, 0.05962271, -0.0118075255, 0.011596591, 0.030322941, 0.0057150195, -0.034803137, -0.0038633829, 0.001889815, 0.05658564, 0.004315793, 0.024277918, -0.026197799, 0.01920262, -0.057651762, 0.009496082, -0.011478717, 0.027751645, -0.02810861, 0.017754717, -0.028684624, 0.004634819, 0.00024529416, 0.052250516, -0.013963632, 0.015225896, -0.017691722, -0.032507204, -0.016818875, 0.027862838, -0.055599455, 0.058114674, -0.013101762, 0.015857413, 0.06316945, -0.009716082, 0.059924312, 0.019227436, 0.0359004, 0.011797743, -0.013845281, -0.009255082, 0.052987356, -0.022051657, -0.012975536, 0.009083042, -0.03814181, 0.025300257, -0.024705991, 0.010901751, 0.02996162, -0.025551634, 0.06914432, -0.024242247, -0.050851293, -0.043351207, 0.062117644, -0.02781273, -0.03448101, -0.032464013, 0.0073912763, -0.020138936, -0.013076946, 0.02983784, -0.007825075, -0.025435193, -0.06668947, -0.012083303, -0.021969039, 0.01453177, -0.00052065356, 0.023760516, 0.030821165, -0.02497228, -0.025843697, -0.010792943, 0.019866917, 0.061628964, 0.026402274, 0.017877124, 0.010412833, 0.012706619, -0.02650558, -0.017734015, -0.036575824, 0.036033187, 0.070538536, 0.012685144, -0.010630687, 0.0013328922, 0.00410987, -0.021758165, 0.027318325, 0.016779803, -0.0035825355, 0.025756365, 0.026753051, -0.043171056, 0.0041843173, -0.00674893], [-0.04329845, -0.07967149, -0.018201439, -0.019131973, -0.01948884, 0.03229586, 0.024476454, -0.0142064765, 0.045025237, 0.039798595, -0.0095050875, 0.0032593047, -0.08673453, -0.0029858404, -0.014387955, 0.062092435, 0.00019792115, -0.0469944, -0.0017258725, 0.02840321, -0.033135045, -0.020749446, -0.011956874, 0.01558279, -0.026589641, 0.06697408, 0.010501392, 0.0050354186, 0.02228105, -0.04052938, 0.004284232, -0.027831217, -0.011456895, -0.004750717, 0.0104703335, 0.024517864, 0.021398017, -0.017820213, -0.039635386, -0.030517615, -0.0814339, 0.03648083, -0.035217788, 0.022382142, 0.0015200345, 0.038444206, 0.023488065, 0.03459114, -0.015587966, -0.056796674, 0.026150256, -0.005971738, -0.038727995, 0.013193729, -0.02752931, 0.042178523, 0.036474127, 0.019138671, 0.011139916, -0.003484326, -0.016045012, -0.034557644, -0.055271767, 0.017397575, 0.02215499, 0.013317215, 0.0019907823, 0.0048012626, 0.00462222, -0.037669573, -0.022631219, 0.0055807675, 0.008984098, -0.029292675, 0.054935604, -0.00664094, -0.06849899, -0.014484175, -0.027981788, -0.023657972, -0.0020279307, 0.028529802, 0.021844406, -0.06500583, -0.05165194, 0.006489987, -0.029183932, -0.007502734, 0.049837157, 0.025565324, -0.04574232, 0.0123947365, 0.012586568, -0.03434937, 0.0017721556, 0.022529518, -0.009043475, 0.06953427, 0.02263, 0.022192746, 0.036616024, -0.055283945, -0.011659687, 0.0035568764, 0.012984541, 0.011161535, 0.011305257, -0.031794056, -0.0056550642, 0.01328934, -0.0044687553, 0.0057447376, 0.011689909, -0.055039134, 0.013721721, -0.024557449, 0.012961704, -0.018611897, -0.025494073, 0.00031758734, -0.01562694, 0.03532984, 0.009375982, 0.018300096, -0.018002909, 0.004367663, 0.02205877, 0.027146257, -0.049284194, 0.004459925, 0.03352754, 0.016418321, 0.03822204, -0.024136638, -0.040317453, 0.01567292, 0.017618941, 0.055165805, -0.022781944, 0.048870083, -0.029951256, -0.0022593462, 0.014742386, 0.005463842, 0.025100056, -0.03133853, 0.006483897, -0.045710653, -0.00016199086, -0.013218697, -0.0010986147, -0.008509696, 0.003491938, 0.00050302426, 0.006077702, -0.05696719, 0.015538942, 0.023780989, -0.029976834, 0.035370644, -0.0076342947, 0.00041411197, 0.02999145, 0.013648643, -0.005614871, -0.050024725, 0.046139684, -0.014591966, -0.014294171, 0.063133195, 0.0676391, 0.017024873, 0.021044195, 0.043993305, -0.03465173, -0.025270574, 0.00771314, -0.015467234, 0.0101859365, 0.02006616, -0.0046697212, 0.0040412457, -0.013029759, -0.0187544, -0.024381451, 0.010919767, -0.03342675, -0.009435358, -0.028320996, 0.007406514, 0.05821927, -0.009709707, -0.0042458656, -0.0007181493, -0.030505436, 0.02158924, -0.040552523, 0.000109617875, 0.023024624, 0.057800286, 0.0026606694, 0.0137355765, 0.01059883, -0.03969872, -0.024087919, -0.06831386, 0.019029662, -0.020834703, 0.034110647, -0.038379043, -0.0053834557, 0.04277533, 0.024235293, 0.04355727, 0.037057236, 0.024654277, 0.027696783, -0.041116446, 0.019390794, 0.054273028, -0.027313728, 0.015481964, 0.021712864, -0.030169275, -0.019457782, 0.008875393, -0.011459939, 0.014364813, 0.017330281, 0.0073701274, 0.057222966, 0.011163362, -0.039437465, -0.05366952, -0.0033963271, 0.020385271, -0.04815026, 0.03658192, -0.041351516, 0.041051894, -0.030507872, 0.009200745, 0.052119642, -0.043795995, -0.03722501, -0.0069609634, -0.05374686, -0.010617709, -0.025506862, 0.015700324, 0.077067755, -0.0329828, -0.004944984, 0.0039405343, -0.017609501, -0.008002104, -0.020475704, -0.00931082, -0.0114489775, 0.06153582, -0.0044029844, -0.03568914, -0.025498943, -0.04544635, 0.054238923, 0.026269315, 0.015145536, -0.032870747, 0.0100236405, -0.03683891, -0.017415235, -0.06656241, 0.023180526, 0.04884694, -0.015364772, 0.026276622, 0.022927187, 0.016543163, 0.053478904, 0.017635688, -0.070416085, -0.03408933, 0.0124739045, 0.016182033, 0.024744503, 0.0050692176, 0.008254225, -0.029795203, -0.023768809, -0.04228692, 0.0008501475, 0.00414112, 0.03943442, 0.0362869, 0.049308553, -0.03248221, 0.061994996, -0.0188561, -0.029055739, -0.046917666, 0.010411262, 0.0016363512, -0.0013093246, -0.01584039, -0.0010894799, -0.035367597, -0.06412402, 0.018919436, 0.008635452, 0.0022431698, -0.031645462, -0.016415885, -0.077145405, 0.008512436, -0.007880916, -0.02606104, 0.020949194, 0.11279679, -0.024090355, -0.027494142, -0.023972211, -0.032588176, -0.019918177, -0.072260104, 0.009314017, 0.06803129, 0.032848824, 0.009406432, -0.036561213, -0.019762885, 0.045642447, 0.024650624, 0.010670691, 0.008384854, 0.015977414, 0.013017427, -0.001029742, 0.022946674, 0.017306225, 0.052324265, 0.014597751, -0.04852418, -0.025786996, -0.011134283, 0.019744614, -0.0821519, -0.024310809, -0.06642843, -0.00406865, 0.01039048, 0.014346391, -0.037234146, 0.013584395, 0.019087516, -0.017654568, -0.022795646, -0.0056701936, 0.01669267, 0.0076781227, -0.013232932, 0.02496608, -0.015333713, -0.029617608, 0.03463803, -0.0049254964, -0.008818758, 0.06863784, 0.0147350775, 0.049118552, -0.028412953, 0.05433149, 0.028301964, -0.00545897, 0.015035918, -0.025705542, 0.05162271, -0.0420348, 0.007949998, 0.04103606, -0.0008605003, 0.02152484, -0.017910343, 0.033124086, 0.029689392, 0.037396748, 0.049442533, 0.033189856, 0.04315024, -0.024997156, 0.044217415, 0.021037497, 0.0074922293, 0.029131558, 0.022846801, -0.00990367, -0.015876018, 0.023984391, 0.019559026, 0.017585143, 0.014002466, 1.644268e-05, 0.023007574, 0.0047245305, -0.019329285, 0.009515136, -0.057266813, -0.035069194, 0.022790773, -0.0147289885, 0.03395718, 0.033209343, -0.012870356, -0.023158602, 0.033944696, 0.03306075, -0.016128443, -0.015674138, 0.024733447, -0.00036295695, 0.018465435, 0.037723165, 0.054911245, -0.055557992, 0.028815493, 0.026485201, -0.007904971, -0.0072219907, -0.0052117207, -0.033525407, 0.028331349, 0.015680227, 0.0096439365, 0.0021509463, 0.09990329, 0.046191145, -0.036839828, -0.018021787, -0.021137979, -0.056138966, -0.017483061, -0.023938715, -0.04387638, -0.013875186, -0.006080138, -0.021460744, -0.0001808695, -0.036307268, 0.03883152, 0.048399944, -0.022839492, 0.014531676, -0.014152276, -0.030909805, -0.02997927, -0.020929705, 0.031711232, 0.05878441, -0.064639226, -0.03697837, -0.035707414, -0.04854123, -0.016238062, 0.046603125, 0.0037854705, 0.014223375, 0.020479664, 0.013356329, -0.06874259, -0.0014359942, 0.006499122, -0.0010989192, -0.025514169, 0.011149355, -0.04248545, -0.016525503, -0.00088425085, 0.017115366, 0.014463469, 0.008326391, 0.012633003, 0.03077339, 0.02164953, 0.031113205, 0.023601945, 0.03192742, 0.037086237, -0.04139049, 0.009228607, 0.0015772794, 0.0029179668, 0.012979974, 0.015860792, 0.020701183, 0.05259709, -0.052917417, -0.016251458, 0.037626334, 0.048777517, -0.053171977, 0.005100276, 0.065575846, 0.022157425, -0.07826716, 0.04598835, -0.0056399917, -0.0578621, 0.008542277, 0.059476223, -0.026132673, -0.0020309757, -0.017528506, -0.04273818, -0.031248402, -0.039083567, 0.046258744, 0.04514064, 0.0013586526, -0.046115022, -0.036139794, 0.00092337833, -0.025952108, -0.010214406, -0.032612536, 0.046429258, 0.025606735, -0.024761992, 0.045279488, -0.040446557, 0.028461672, -0.01581664, 0.0013568257, -0.056087203, -0.04701876, 0.004906009, -0.017647259, -0.030254534, 0.01801387, 0.023433866, 0.018111309, -0.04949369, -0.018509587, 0.00564121, 0.0079643475, 0.011913027, -0.03064672, -0.007982617, -0.01776784, 0.025036722, 0.013773791, -0.007530139, -0.019214796, 0.002119431, -0.091699004, -0.06827976, 0.035124004, 0.007049647, -0.01965517, 0.023967948, 0.06433351, 0.00529637, -0.007344702, 0.010625473, 0.022488715, 0.018799769, 0.04117247, 0.02943727, -0.01954852, -0.09230068, -0.06105959, 0.03952577, -0.04213711, -0.025333907, -0.037391875, -0.055953834, 0.00978743, -0.015814053, 0.02939055, -0.021868462, 0.010335138, -0.016576733, 0.018884115, -0.024637835, 0.013443071, -0.004807657, 0.0001957897, 0.032550417, -0.011560346, 0.014990853, 0.008220122, 0.002731921, 0.034161497, 0.008540451, 0.043939713, 0.022057856, -0.016684448, -0.007999669, -0.03660019, -0.018719688, 0.010954175, -0.039242588, -0.020590499, -0.06301079, 0.0061002346, -0.0009329699, 0.026081746, -0.02839651, -0.017291002, 0.028235128, 0.011994936, 0.0069278497, -0.013762523, 0.03128372, -0.022259736, -0.021593045, -0.022032583, -0.011959614, -0.037559956, -0.0049595996, -0.03223131, -0.010601266, 0.020116402, -0.013998202, -0.014392827, 0.028070701, -0.0059010955, 0.015139446, 0.0088236295, 0.06358933, 0.014733251, -0.0064138635, 0.02369965, -0.021530168, 0.0808444, -0.011751036, -0.060328804, 0.09184516, 0.012239444, -0.03322396, -0.015784973, -0.00017660657, 0.004741582, 0.040436815, -0.018914564, 0.01351223, -0.0017624118, -0.0069412473, -0.00017143018, 0.004195624, -0.040093347, 0.023295473, 0.031643637, -0.0033658776, 0.0065441867, -0.0267527, 0.041109137, -0.016492618, 0.00045978607, -0.03324984, -0.030270366, -0.028400773, 0.02595264, -0.04982254, 0.033234313, 0.04134786, -0.0011165799, 0.004153299, 0.00652409, 0.00047265095, -0.026082963, -0.015586748, 0.047479153, 0.018252442, 0.020625211, -0.028230561, 0.006744544, 0.012333533, -0.028936516, -0.020513006, -0.010835727, 0.04529045, -0.038746264, -0.017931048, 0.007881678, 0.010988583, 0.054034304, 0.0340668, -0.007854044, 0.03944051, -0.050648328, -0.049386505, -0.035603885, 0.014791105, -0.024337603, -0.015110214, -0.014614498, -0.018722733, 0.0150523605, 0.014214697, 0.045274615, 0.030941166, 0.035285383, 0.06650394, 0.022427207, 0.041983645, 0.023128154, -0.024556383, 0.024649406, 0.0009591564, -0.030914675, -0.09359174, -0.017763576, 0.004608061, -0.007352923, 0.059710074, 0.029661987, -0.031365328, 0.037540466, -0.024384495, 0.020557614, 0.006700088, 0.00012118865, 0.010525143, -0.08376754, 0.01085491, 0.03668423, -0.013210172, -0.021052722, -0.047761723, -0.02380413, 0.023784643, -0.008517917, -0.014626069, 0.015568783, 0.004848307, 0.015915506, 0.014386737, -0.03432623, -0.05071288, 0.033182546, -0.00034225135, -0.006284149, -0.021478403, 0.027086576, 0.00032154575, 0.015194255, -0.036858402, -0.024807742, -0.04359868, 0.03353363, 0.008231084, -0.009730414, 0.034146577, 0.035382517, -0.00017112568, 0.002835449, -0.03402478, 0.030288637, -0.019196525, 0.0033570474, 0.018438945, 0.022423554, -0.06814334, -0.0050463807, -0.00782702, 0.0022045372, 0.0028258574, 0.00036006427, 0.02211571, 0.0068588816, 0.0014067627, 0.017516935, -0.005134227, 0.013967144, -0.008160441, 0.011299167, 0.011111598, -0.07779337, -0.033689227, 0.0028277605, -0.034510143, -0.06365205, -0.001187527, 0.033119213, 0.0035284774, -0.011914245, 0.057995163, -0.01674352, -0.017422942, 0.028846553, -0.06394376, 0.0083875945, -0.039863147, -0.034322575, 0.017913997, -0.042207144, 0.018118616, 0.013799672, 0.07644994, -0.054604314, -0.022454003, 0.004934022, 0.0025346088, 0.018345997, 0.0028148957, 0.001652794, -0.0018516285, 0.0018528466, -0.0062652705, -0.017817777, -0.061532166, -0.002111971, 0.02085541, -0.009759949, -0.00050058827, 0.025436219, -0.015296794, -0.00046526696, 0.018532729, 0.037991118, -0.011499067, 0.005877954, 0.029158354, 0.027866995, -0.026806442, -0.014167349, 0.012872487, 0.017183363, -0.018559067, -0.04307008, -0.005662524, 0.03653929, 0.018843312, 0.01517964, 0.021703996, 0.03078283, -0.021801777, -0.008326086, -0.008516091, 0.02680766, -0.095801145, -0.017614374, 0.04721851, 0.0024676202, 0.006238475, 0.0012240662, -0.040495276, 0.018855492, -0.048609436, -0.005038159, -0.05827286, -0.05615358, 0.0115318, -0.018311057, -0.0010182282, 0.00602472, 0.021617861, 0.006948251, 0.025734318, 0.020531427, 0.006178794, -0.009854646, -0.034994897, 0.036357813, -0.002055335, -0.010672746, 0.04685555, -0.023111407, 0.011431621, 0.031521227, -0.02028296, 0.028118202, 0.034532066, -0.031085193, 0.027518958, 0.030814802, -0.030299598, -0.01846513, -0.036541726, -0.005806093, 0.016778842, -0.023186617, 0.039506283, 0.032938953, -0.020023532, -0.02946574, -0.026442267, -0.029675994, -0.004075349, 0.016838523, 0.0003395109, -0.02028905, -0.03427142, -0.0013014077, 0.002887822, -0.03740984, -0.059200957, 0.07395857, 0.013196774, 0.048948035, 0.039054718, -0.03020825, 0.047466975, 0.03318133, -0.008435096, 0.0023771091, -0.015532852, -0.030108375, -0.05031582, 0.025589075, -0.005919898, 0.031040736, 0.09433958, 0.039827827, 0.0012910549, -0.07076686, 0.0011260192, -0.019343292, -0.020973857, -0.044264916, -0.013579219, -0.014632159, -0.0062147244, -0.028417824, -0.009351546, -0.036169026, 0.07946078, 0.010528796, 0.0063459612, 0.0039498974, -0.0140542295, -0.011161688, 0.008981966, -0.0052671386, 0.0717047, 0.023288926, 0.031209426, -0.038872935, 0.0050789616, -0.04576668, 0.0030158616, 0.009239568, 0.009487731, -0.009231652, 0.010560464, -0.028495776, 0.0052811457, 0.028487707, 0.06394376, -0.040111616, 0.02140228, 0.016907947, -0.041546393, -0.0037221357, 0.031377506, -0.04439798, 0.02278103, 0.021059362, -0.005256177, 0.024755979, -0.046132073, 0.06523466, 0.024761459, 0.021869984, 0.030796114, -0.007929026, 0.012835035, 0.03037146, -0.029577337, -0.00030430377, 0.0048548537, -0.02465915, 0.017053496, -0.007155611, -0.024180485, 0.037404053, 0.0041746045, 0.033949874, -0.013325879, -0.06271604, -0.015654955, 0.06336293, -0.02091448, -0.01174015, -0.016260594, 0.0043210755, -0.024951464, 0.0016105834, 0.0006004624, -0.017894508, -0.0029006107, -0.07410168, -0.045215547, 0.01446286, 0.028573269, 0.012318613, 0.05206118, -0.01472168, -0.03986977, -0.017797984, -0.0021436384, 0.018710857, 0.05676257, 0.024780948, 0.048465714, 0.036393132, 0.029694872, -0.0037367514, 0.0105695985, -0.053380553, 0.015829772, 0.059562087, -0.011549613, -0.0040360694, -0.00032763564, -0.0058316328, 0.007673708, 0.0045747194, -0.015578336, -0.021725958, 0.039545257, 0.024441741, -0.047851857, -0.009860736, -0.0033603967], [-0.038578644, -0.036153734, 0.0014732399, -0.025592435, -0.010029757, 0.039650977, 0.018567786, -0.041994147, 0.012564381, 0.0033206283, 0.004362308, -0.011650174, 0.029526344, 0.002415666, 0.033040617, 0.058563598, -0.020486452, -0.039903004, 0.046381757, 0.031995285, -0.023910226, -0.016881928, 0.025032427, 0.04073596, -0.015779918, 0.08096069, -0.016166717, -0.036147896, -0.024911765, -0.0043516043, 0.006852901, -0.0900749, -0.07645667, -0.038276017, 0.006882093, 0.03920239, 0.008876416, -0.00859325, 0.0064038252, -0.002451183, -0.11265127, -0.019404389, -0.019851761, 0.051018957, 0.033034045, 0.04422444, 0.04021317, -0.057476792, -0.006251052, -0.018275375, 0.044931382, -0.027358085, -0.013897011, -0.00081543927, 0.028346123, 0.051039882, -0.01076808, 0.034911115, 0.046482958, -0.0183576, 0.03654686, 0.012922474, -0.06379693, 0.031352084, 0.020347545, 0.009376578, 0.026726557, 0.010978265, -0.047922138, -0.014265807, -0.016100546, 0.013554127, -0.06648092, 0.009385822, -0.020533888, 0.015200936, -0.046298556, -0.015400538, 0.008458966, 0.0020162172, -0.0061807474, 0.03568082, 0.013748131, -0.015709369, -0.029184947, -1.5569247e-05, -0.025266873, -0.03641549, 0.06369184, 0.005060005, -0.049725376, -0.010531865, 0.03613038, 0.029180903, 0.027121626, 0.044971768, 0.0066256872, 0.018452475, 0.050175544, 0.028626796, 0.020090653, -0.042557564, -0.035618544, 0.009119443, -0.0063191676, -0.019863924, 0.0170347, -0.06373076, 0.01788444, -0.022733046, -0.006998072, -0.035616595, -0.013054812, -0.035214283, 0.024215043, 0.04469152, 0.027715234, -0.05955042, 0.000112390495, -0.012658284, 0.036163464, -0.05407491, -0.010264998, -0.0036711793, -0.063371696, 0.014380874, 0.025464473, -0.011142837, -0.037465446, 0.00939896, 0.030501612, -0.005418462, 0.035780072, -0.048058372, -0.055924732, 0.0057445653, 0.015726397, 0.03235776, -0.022505345, 0.024100462, 0.014384038, -0.018560367, -0.028392466, -0.0006787218, 0.0121007785, -0.010829748, 0.04392425, 0.006496754, -0.00073078147, 0.006794516, 0.016266942, -0.017135901, -0.033810563, 0.021578124, -0.019943232, -0.04564319, -0.0033051807, 0.00077165075, -0.018645024, 0.038387194, 0.010590979, -0.0031943712, -0.0076016844, -0.019794837, 0.024418902, -0.02839879, -0.00046805045, -0.009852899, 0.035778128, 0.06456453, 0.038363595, 0.024957502, 0.041193306, 0.038453344, -0.048140593, -0.03691114, 0.024914198, -0.008611739, 0.0027465122, -0.018462693, -0.011752835, -0.02315536, -0.003591144, 0.027824188, -0.007155528, 0.02218715, -0.031465933, -0.032024357, 0.06609242, 0.008046867, 0.037633453, -0.02694623, -0.038117405, 0.0107055595, -0.008624876, 0.009018485, -0.024646116, -0.010496408, -0.00063736597, -0.0330529, 0.005283813, -0.033999097, 0.000543464, -0.046024635, -0.04948539, -0.0037336997, 0.02319842, 0.045910787, 0.0394875, -0.05088808, -0.017000644, 0.009728346, -0.008913393, 0.031396843, 0.015182205, 0.018459773, 0.024662172, -0.06788471, 0.029276265, 0.043033395, -0.023354841, -0.004679775, 0.028413873, -0.02399902, 4.3788503e-05, -0.029056106, 0.010599251, 0.006074925, -0.02130992, -0.0048449547, 0.08760426, -0.044839427, -0.0027917605, -0.08472005, -0.036614973, -0.019621143, -0.03325299, -0.04036796, -0.068620965, 0.03579175, -0.021938285, -0.006402001, 0.030062754, -0.033763856, -0.012833803, -0.012021161, -0.036744393, -0.045917597, -0.0022585138, 0.039656814, 0.044652596, 0.045507934, -0.028205391, -0.0021906414, 0.042270504, 0.039671414, -0.0038816074, 0.010516539, 0.0052139945, 0.01605092, -0.030475095, -0.048569236, 7.687315e-05, -0.017377226, 0.01128965, 0.021566812, 0.022018319, -0.016619561, -0.00711028, -0.047209844, 0.002857443, -0.058260117, 0.064779736, 0.022643521, 0.004462535, 0.014444367, 0.03558351, 0.023235153, 0.030279629, 0.011227494, -0.047634106, -0.0052828398, -0.03351572, 0.04817319, -0.0007443741, -0.055862457, 0.027936092, -0.016606547, -0.0054088538, -0.021349695, 0.03330748, 0.0024626167, -0.0078358315, 0.06263897, 0.039914683, -0.03149123, 0.019840328, -0.0069526415, -0.022693148, -0.06051766, -0.017940758, -0.009299219, 0.008237226, -0.059824828, 0.022197854, -0.0056234174, -0.03291509, -0.0137590775, 0.026763046, 0.0054755094, 0.046532582, -0.03873507, -0.031916223, -0.008234185, 0.02919769, -0.015406742, -0.0077267247, 0.064090796, -0.008790785, -0.010437233, -0.031022452, -0.015619602, -0.030479718, -0.057525933, 0.028548889, 0.054235466, 0.035707094, -0.009788677, -0.044369124, -0.023362141, 0.008982482, 0.047091126, 0.004086927, -0.0038283318, 0.0003590657, -0.012150033, 0.011589358, -0.03362811, -0.024954703, -0.007002755, -0.005213751, -0.07929222, -0.045511823, 0.006492376, 0.0268533, -0.024364986, -0.03955525, 0.002595077, 0.027363436, -0.028327847, 0.032347053, -0.03243986, -0.004319979, -0.01462536, 0.02445734, -0.008585025, 0.012217966, -0.02775364, 0.00045442735, -0.022811865, -0.0125760585, -0.021805216, -0.060924403, -0.021541024, -0.021617899, -0.054011658, 0.07016962, 0.04051507, -0.013389551, -0.009190964, 0.043109298, 0.023344867, -0.06690105, -0.0010975748, -0.013724837, 0.048810072, -0.018214557, 0.018554162, 0.05994666, 0.01354719, 0.021131845, -0.026922146, 0.049698006, 0.016411932, 0.05228542, 0.046812832, 0.026132006, 0.02629159, 0.015265645, 0.04449593, 0.013029512, 0.014892074, 0.04560816, -0.03190528, 0.017382577, -0.03630067, 0.033848513, 0.018362952, 0.034392465, 0.029334892, 0.023630224, -0.0055826697, -0.047973715, 0.01741554, 0.0048270747, -0.02507427, -0.05089976, -0.010707749, -0.03654491, 0.018957503, 0.012842682, -0.003960427, -0.002718715, 0.023557242, 0.039700605, -0.009121936, -0.009368884, 0.020885656, -0.00039409654, -0.0032260267, 0.019458639, 0.029147575, -0.043254286, 0.024197526, 0.067936406, 0.035510045, -0.029822892, 0.004554491, -0.0043970956, 0.06372687, 0.031188544, 0.04271435, -0.0060895826, 0.062603936, 0.026915332, -0.011478427, 0.019373069, -0.04187385, 0.006412583, -0.020358978, -0.0110132955, -0.029098434, -0.050808284, 0.0056457976, -0.023521237, -0.011325654, -0.028898101, 0.07513329, 0.046299774, 0.013266943, 0.0071832608, 0.008586439, -0.08569508, -0.059733357, -0.02280797, 0.08055431, 0.04848458, -0.028517507, -0.008701262, -0.043654583, -0.03849204, -0.023873493, 0.03533343, 0.010113684, -0.034145303, 0.011642877, 0.023945501, -0.022064175, -0.03899775, -0.00088689965, -0.010854684, -0.016131198, -0.026396684, -0.038755745, 0.029378192, 0.036547832, 0.0352804, 0.0010781703, -0.017773537, 0.00915195, 0.006311383, -0.030337162, -0.030609138, -0.011849412, 0.01049124, 0.051873565, -0.013089843, 0.021411607, 0.012616928, 0.018303595, -0.002901049, 0.016158322, 0.025808457, 0.03445474, -0.032282833, 0.0019458516, -0.007742294, 0.024627384, -0.00651576, 0.018993264, 0.015434961, 0.037885815, -0.028989935, -0.009809354, 0.010862954, -0.038519774, 0.0033858244, 0.04307232, -0.06296689, 0.011778135, -0.039770663, -0.031585135, -0.008435612, -0.019864898, 0.019216342, 0.047974687, -0.0074350447, -0.008914609, 0.010548164, -0.042278286, -0.0012474859, -0.02855424, 0.014751861, 0.03538014, 0.011836519, -0.046933495, 0.038461633, -0.07968048, -0.010229481, -0.012672394, -0.015993752, -0.014980655, -0.0001505838, -0.026899643, 0.018895956, -0.003307005, -0.006692343, -0.0027724206, 0.013411932, -0.0032320782, 0.035623893, 0.03993852, -0.009595521, -0.01099432, -0.018834895, -0.003797923, -0.01809341, 0.0031780722, 0.03412195, -0.047287207, 0.009016783, 0.058007117, -0.016935933, -0.0399935, 0.083988294, -0.03990787, -0.025430417, 0.02607654, 0.067122914, 0.033579882, 0.004842522, 0.001394907, -0.0066986675, 0.046953928, -0.0055090804, 0.03612016, -0.044426844, -0.017205963, 0.0071657454, 0.020709043, -0.05224698, 0.0067113177, -0.03290268, -0.03539863, -0.013824517, -0.01259552, -0.014177258, -0.06307101, -0.0069662645, -0.014616602, 0.013784134, -0.052779745, 0.014003564, -0.047895256, 0.0038832498, 0.050795395, 0.010412662, 0.013016863, 0.011567949, 0.009380227, 0.07192797, -0.0075464617, 0.044727527, -0.048015557, -0.01284706, -0.039060317, -0.066804715, 0.0021643683, -0.034268398, 0.048217956, -0.0336792, -0.058530632, 0.018916147, -0.025798727, 0.014715614, -0.009759363, 0.011992211, 0.027765805, -0.0041320533, -0.01926694, 0.006103631, 0.0026019798, -0.02690171, -0.038245365, -0.00869956, 0.031134598, -0.027844563, 0.03840641, -0.054588083, 0.008817788, -0.039182775, -0.0067501804, 0.012860197, 0.023959123, 0.048779115, -0.0121401185, -0.005791759, 0.0080196215, 0.014290134, -0.0006935612, 0.060061283, 0.029373815, 0.043518778, -0.016853223, -0.0582679, 0.10509046, 0.03083489, -0.026647737, 0.016509969, -0.016995778, -0.0077165077, -0.011574275, -0.03107135, 0.030267585, 0.034873165, -0.003697696, 0.04462827, 0.02724618, -0.038620487, 0.022074271, 0.04153875, -0.015256887, -0.0064806985, -0.030665575, 0.0006534218, 0.05432937, 0.029476475, -0.018069083, -0.018749265, -0.020389874, 0.021453144, -0.04586651, 0.0032710545, 0.019786322, 0.027333029, 0.051178053, 0.0027445662, -0.011280299, -0.03634543, -0.0069258814, 0.06364902, -0.019491723, 0.016747521, 0.005131526, -0.009734671, 0.019741803, -0.010631848, -0.027908087, -0.004612389, 0.034563728, -0.0443704, -0.030743422, -0.00445767, 0.036751203, 0.039025895, 0.01282541, -0.013673203, 0.013276675, -0.050454088, -0.062175784, -0.06517286, 0.015422798, 0.02746415, 0.031151993, 0.014659905, 0.009907879, 0.048620805, 0.014360683, 0.07144338, -0.0027378763, 0.030172225, -0.0016795323, 0.023593245, -0.0036723958, -0.0145261055, -0.008733617, -0.004813816, 0.018398957, -0.039220877, -0.030233528, -0.01749594, 0.040998846, 0.013788513, 0.049586102, -0.023991479, 0.036175143, 0.008430747, -0.05016411, 0.016286405, -0.0317002, -0.0060757766, 0.051298715, -0.0817074, -0.034341864, -0.042722013, -0.002747972, 0.02822315, -0.030234503, -0.00652546, -0.00813861, -0.0010283304, -0.018185852, 0.008558598, 0.03776126, 0.017785918, 0.0004738889, -0.03433049, -0.051041827, -0.0060094246, -0.0076490003, -0.019751534, 0.0030311374, -0.011647742, -0.0151858535, -0.012190567, -0.03222931, 0.011063044, -0.026538024, 0.040735472, -0.008171787, 0.06062859, -0.0057630534, -0.0018104113, 0.0411573, -0.02368666, -0.052429438, 0.011594831, -0.04249188, 0.0028793372, 0.03277521, 0.0018870109, -0.049080588, -0.0074722646, 0.01655984, 0.011351379, -0.008508593, -0.01249286, -0.01976613, -0.028240666, -0.003528867, 0.0167817, 0.013494644, -0.031726718, 0.005813897, 0.05434445, 0.0042397003, -0.04914116, -0.037757367, -0.0150404535, -0.07370481, -0.047691032, -0.05259705, 0.0022147251, 0.0064030956, -0.07101571, 0.041176762, 0.015957505, -0.02827959, 0.050954252, -0.053135887, -0.007827195, -0.011023026, -0.01979727, 0.008465291, -0.045824423, -0.014683258, 0.048056424, 0.031527724, 0.025568593, 0.0041307155, 0.030396275, -0.0052646557, 0.05072631, 0.034951985, 0.016233858, 0.0019695095, -0.03440189, -0.033384353, 0.022755122, -0.04365519, -0.014876414, 0.0034408034, -0.024345435, -0.022423606, 0.020983452, 0.024367817, -0.012544525, 0.029036643, 0.003660719, 0.023996102, -0.00056292553, 0.024428148, 0.012015748, -0.03732143, 0.05311059, 0.0038047344, 0.02906839, 0.01961275, -0.026190877, 0.0193152, 0.0016620171, -0.021219833, 0.019535268, -0.014709044, -0.011647742, 0.017912418, 0.00021553674, -0.052287366, 0.0011202559, -0.047897812, -0.065597855, 0.021444203, -0.014707342, 0.02012325, -0.03170774, 0.0070261694, -0.023826297, -0.039121624, 0.005356307, -0.03408886, -0.033213094, 0.0016483938, -0.028147006, -0.020603586, 0.049229953, 0.05224358, 0.010823059, 0.0043525775, 0.036259376, -0.050696384, -0.024179038, -0.030993503, 0.048873812, -0.013049946, 0.019382738, 0.048211083, -0.006945343, -0.0369755, 0.043301966, -0.016139712, -0.0045613023, 0.02967498, -0.03385338, 0.010314139, 0.03871293, -0.0069292877, -0.029056106, -0.05750112, 0.02707346, 0.014516376, -0.02829905, 0.034614567, -0.0006193641, -0.03193374, 0.017275538, -0.014827274, -0.010318397, -0.044247795, 0.02812633, -0.04833472, -0.014987346, -0.0442838, 0.018070664, 0.029447282, -0.011499135, -0.05488013, 0.074827746, 0.011095277, 0.033902034, 0.03644262, -0.05260848, 0.007368389, 0.052653246, 0.01776743, 0.021196555, -0.019512644, -0.040876083, -0.037013937, -0.019254291, 0.015998373, 0.0033568752, 0.031407062, -0.011533163, -0.001104565, -0.010272783, -0.008043948, -0.0113927955, -0.05718779, 0.010446964, -0.03317174, -0.044779096, 0.05133902, -0.016807001, -0.02225797, -0.011008064, 0.05631299, -0.040153086, -0.031270344, 0.008579141, 0.017634118, -0.0011562598, -0.0054403567, -0.030104596, 0.02563379, -0.027549779, 0.014106406, -0.00034057724, -0.00915277, -0.037809916, 0.010310734, -0.01700937, -0.025163794, -0.0025806024, -0.023432687, -0.008345116, 0.015547837, -0.0140548935, 0.019581245, 0.031850666, 0.0134391785, 0.009532636, -0.06267278, 0.013711641, -0.008258755, -0.015719343, 0.009516702, -0.012836844, 0.028316565, 0.024442526, -0.013076828, 0.021488478, 0.002444615, 0.023713177, 0.04761854, 0.01768265, 0.0047712442, 0.053614646, -0.04051945, -0.040935438, -0.01362309, -0.036174167, 0.010969872, -0.0063477517, 0.013806028, 0.00512362, -0.026730448, 0.020383548, 0.02723645, -0.046870243, -0.03562146, -0.011959127, 0.003660719, -0.0028423606, 0.04140349, 0.008890039, 0.0013895552, -0.02269733, 0.000712293, -0.009614496, -0.022201745, -0.08047354, -0.029499099, 0.02257118, 0.035821915, -0.031031452, 0.028873166, 0.027698692, -0.053140268, -0.0069032577, 0.0026973719, -0.027330594, -0.029217636, -0.0140230255, 0.054443706, 0.02827813, 0.0019039485, 0.013740833, -0.03787803, -0.036371462, 0.013614332, 0.01758449, -0.015538595, 0.004142636, 0.0015379495, -0.0071949377, 0.011964966, 0.005013297, 0.010576626, 0.017021079, 0.05358545, 0.030283643, -0.03435877, 0.032837484, -0.059023008], [-0.030491548, -0.082592286, -0.037961144, -0.051551778, -0.028966082, -0.0017833832, 0.023596037, -0.029567758, 0.060549706, 0.019664954, -0.015654393, 0.025856288, -0.072826855, -0.049766548, 0.0016330418, 0.028814714, 0.00048179037, -0.054434106, 0.022857662, 0.030223783, -0.033292964, 0.013553508, -0.029874284, 0.042100564, -0.004011023, 0.04921194, -0.010663791, -0.010447611, 0.046300586, -0.0079648215, -0.00860808, -0.046381913, 0.004467585, 0.016536342, 0.021330658, 0.0066605625, 0.003980872, -0.004013484, -0.039928917, -0.032771077, -0.07005794, -0.0026706653, -0.019041898, 0.013255081, 0.0046548457, 0.0669461, 0.023876209, 0.034057185, -0.022753673, -0.03560039, 0.008338727, 0.0018779364, -0.022393523, 0.006070374, -0.01751551, 0.033506684, 0.025158934, 0.0311406, 0.03425491, -0.010174002, 0.008066656, -0.022560157, -0.063555926, 0.02126195, 0.03237861, 0.05167525, 0.0051710936, 0.010205997, -0.0017427725, -0.05500327, -0.040433474, 0.016527317, 0.0039105215, -0.045113955, 0.08334789, -0.010036376, -0.057732802, 0.030517083, -0.013367197, -0.063861325, -0.011983434, 0.016733652, -0.01103339, -0.026621277, -0.06993898, 0.019225672, -0.039923172, 0.02393897, 0.05056389, -0.00810901, -0.057361975, 0.007230343, 0.04415817, 0.014069346, 0.004062453, 0.010210408, -0.01362714, 0.06296215, 0.03188554, 0.053850587, 0.047093216, -0.0545906, -0.017932693, -0.026696807, -0.014610001, 0.023371652, 0.017696207, -0.041487914, 0.00031114346, -0.018374078, 0.0053212303, -0.009604632, 0.015086663, -0.05185205, 0.00037985345, 0.005992332, 0.053118773, -0.03588836, -0.057158098, -0.024687193, -0.019701105, 0.0010587492, 0.016843345, 0.02051219, -0.0269015, -0.008135263, -0.012291705, -0.013141043, -0.058479384, 0.012799954, 0.042653523, 0.003190605, 0.027858108, -0.032590277, -0.051608387, 0.030819817, -0.013321125, 0.066768885, -0.025704512, 0.049334288, -0.016751291, 0.012599978, 0.023115681, 0.02313886, 0.031144498, -0.030766489, 0.021371065, -0.058597524, -0.00075689954, 0.0034841096, -0.010479197, -0.008724118, 0.020687452, 0.016418202, 0.019799145, -0.06357254, 0.023693668, 0.0007537589, -0.049019348, 0.018724397, -0.0064743273, 0.012815747, 0.02385447, 0.029467769, -0.010135442, -0.03741905, 0.013400705, 0.0051723244, -0.028994797, 0.023993941, 0.052526433, -0.0033247434, -0.003802688, 0.02417597, -0.037833977, -0.010837309, 0.02032134, -0.050234184, 0.014016839, 0.031918768, -0.0101362625, -0.010601029, 0.002994115, 0.005724568, -0.0075726616, 0.033244614, -0.03464568, -0.025311943, 0.0076225023, 0.033481587, 0.03190769, -0.043560904, 0.033780705, 0.0060294815, -0.035739657, 0.03314488, -0.019368835, 0.009082436, 0.008577058, 0.048742663, 0.0077044414, -0.008936811, 0.020321647, -0.038306132, -0.040023264, -0.044460904, 0.031029023, 0.00750549, 0.04351004, -0.023619624, 0.008197923, 0.052087303, 0.026135232, 0.048065, 0.053789873, 0.027849903, 0.008858513, -0.059732985, 0.02389385, 0.07206879, -0.03714852, -0.0056785224, 0.03292542, -0.039771397, -0.028912218, 0.020833896, 0.002437359, 0.008372979, 0.01849386, -0.0020779134, 0.080725834, 0.0057735112, -0.010137494, -0.0678584, -0.026890425, 0.0075864037, -0.030997438, 0.0059894603, -0.03308253, 0.021979814, -0.026124975, 0.011160002, 0.035579883, -0.031516965, -0.024316365, 0.014311984, -0.046829447, -0.008444561, 0.0132396985, -0.0091280425, 0.03214069, -0.00033432027, -0.04064678, -0.0135799665, -0.013321125, 0.02046604, 0.006345496, 0.016151285, 0.0058372733, 0.028228117, 0.0030794383, -0.03982308, -0.009419217, -0.06527901, 0.046603013, 0.0009909621, 0.043111317, -0.00039687712, 0.053379666, -0.023706589, -0.03946538, -0.08270386, 0.021212725, 0.023791477, -0.040262006, 0.05485642, 0.035899844, -0.0013162579, 0.03926684, 0.007170452, -0.06358895, -0.0371116, -0.018818643, 0.027322683, 0.0052832854, 0.0014349108, 0.021197135, -0.07459895, -0.0029239692, -0.038403757, -0.020056754, 0.014687018, 0.024501778, 0.016410818, 0.03300623, -0.026534773, 0.04215594, -0.017481875, -0.04776637, -0.048174936, 0.020689707, -0.010677739, -0.0016588337, 0.008765447, -0.008058452, -0.021344401, -0.07292366, 0.040098794, 0.028530031, -0.008957937, -0.011179013, -0.026611073, -0.0599988, 0.0077325404, 0.04779098, -0.037566084, 0.039052583, 0.076994576, -0.0066355397, -0.008014661, -0.007822684, -0.030761566, 0.011843346, -0.042855345, 0.018059857, 0.042840578, 0.013700978, -0.0017682055, -0.025212055, -0.013592683, 0.047328267, 0.031947073, -0.02212585, -0.01570772, 0.02629193, 0.008504451, -0.0009746564, 0.01333097, 0.029092837, 0.03435664, 0.019772531, -0.060349938, -0.0102883475, -0.013604988, 0.017679185, -0.05505332, -0.0020108442, -0.068986475, -0.0006669997, 0.022554107, 0.031695202, -0.0326674, 0.018785108, 0.038230546, -0.007272184, -0.015582401, -0.0010968986, -0.017769007, -0.017973714, -0.0083955405, 0.0023201418, -0.019564504, -0.034209784, 0.044253338, 0.037060738, -0.029557193, 0.04644139, 0.007718491, 0.019961791, -0.013461518, 0.045132007, -0.010726964, -0.029577704, 0.03551911, 0.0011986304, 0.03465937, -0.04294026, -0.013701798, 0.0439826, -0.0016154026, 0.016818566, -0.02385611, 0.053307675, 0.013958178, 0.050150502, 0.035448615, 0.046837654, 0.033525553, -0.02322439, 0.029833265, 0.036430243, -0.0040499927, 0.07157449, -0.009793635, 0.015460979, -0.025630675, 0.037373006, 0.045147594, 0.014467184, 0.025863826, -0.02472734, 0.018648097, -0.025805423, 0.00090768974, -0.008279657, -0.04724976, -0.05636763, 0.013840449, -0.00041515706, 0.019000057, 0.026506059, -0.0012560597, -0.028301543, 0.022610305, 0.01965598, -0.029986272, -0.027382266, 0.0011693005, 0.0223449, 0.009401988, 0.011532613, 0.035492916, -0.030908832, 0.03901825, 0.0051021785, 0.0005505004, -0.03141421, 0.0020186382, -0.04257784, 0.05863608, 0.01121183, 0.008154133, 0.006719273, 0.065155946, 0.03864578, -0.021957662, 0.02770715, -0.0064517655, -0.061807, -0.051188637, -0.015125223, -0.025126526, -0.0077431034, 0.028544592, -0.020509625, 0.008344265, -0.025704512, 0.016672121, 0.034603175, -0.016711911, 0.017555712, -0.019519381, -0.046076305, -0.042950515, -0.058328424, 0.04448141, 0.049958933, -0.043423075, -0.0164543, -0.023365092, -0.054997534, 0.00074276014, 0.046068106, -0.009761127, 0.0028735134, 0.010624411, 0.036172323, -0.041394185, -0.01309897, 0.027188238, -0.015284794, -0.022898069, -0.024306724, -0.058488615, 0.0059554134, -0.008152441, 0.05419352, 0.022287292, 0.012049784, 0.011251621, 0.041217588, 0.012157772, 0.021492282, 0.019187523, 0.049802642, 0.010198204, -0.022092212, -0.011901751, -0.007964129, 0.0010138314, 0.018351823, 0.029112117, -0.009429268, 0.065470986, -0.034029704, -0.011279104, 0.007855808, 0.0650821, -0.027488306, 0.011612195, 0.044446137, 0.019726947, -0.04302189, 0.024758568, 0.01867276, -0.07175046, 0.014486528, 0.03163931, -0.027615264, 0.009563405, -0.020763954, -0.044209857, 0.0029089453, -0.030916626, 0.059181664, 0.03663822, -0.009132379, -0.017630266, -0.009117303, -0.029051201, -0.014992316, -0.0050431085, -0.017848097, 0.03928817, 0.017608218, -0.038351253, 0.03090678, -0.035270788, 0.037547242, -0.013277072, -0.014149747, -0.062226232, -0.02691791, 0.00046189525, 0.014344186, -0.0037796649, 0.05612314, 0.012292904, 0.012553572, -0.017420342, -0.020581821, 0.01805432, -0.0025586782, 0.009688725, -0.014619846, -0.007840503, 0.001592226, 0.004998498, 0.017206624, -0.028698215, -0.00082369946, 0.011208908, -0.09097121, -0.06017601, 0.053478118, -0.0035748682, -0.013972537, 0.030880937, 0.052270465, 0.053156514, -0.052967817, 0.0009328151, 0.0124918865, 0.011415293, 0.015674492, 0.04083968, -0.006385927, -0.057455502, -0.055283036, 0.03833823, -0.040051978, -0.038193733, -0.055417176, -0.041027457, 0.0058551175, -0.022277625, 0.015328231, -0.034521542, 0.038818892, -0.03491042, 0.021566322, 0.0044245133, -0.010343008, -0.010999034, 0.031026972, 0.05164997, -0.00021741074, -0.0038469392, 0.011088562, -0.009499413, 0.013442367, -0.01614049, 0.059652273, 0.0034236037, -0.029998168, -0.02310153, -0.040805124, 0.019116556, -0.008212517, -0.03270678, -0.013433964, -0.06277837, -0.0010353673, -0.017822757, 0.02514683, 0.009343739, -0.016388256, 0.048526075, 0.013596375, 0.019571478, -0.0033989912, 0.020144539, -0.030276699, -0.012157567, 0.0009581455, 0.0057347207, -0.026132256, -0.0036278877, -0.033296864, 0.017394088, 0.027481126, -0.0064616106, -0.0055907373, 0.020041987, -0.03300705, 0.015352478, 0.014388488, 0.05399006, 0.012726117, -0.010864794, 0.048274204, -0.01590298, 0.07928436, -0.004969271, -0.06718074, 0.08267843, -0.0027867544, -0.014872534, -0.011948565, -0.015992405, 0.03303556, 0.04081989, 0.0018287114, 0.0034186812, 0.005835427, 0.0015247465, -0.003471598, -0.0075351275, -0.04745379, 0.0065011964, 0.03336229, 0.011827144, 0.005566945, -0.028227912, 0.036603764, -0.016532034, 0.015651932, -0.009172272, -0.024840612, -0.023799168, 0.030202862, -0.06688867, 0.035051532, 0.019383192, 0.023561938, -0.003184452, 0.03653649, 0.001655193, -0.029793063, -0.010356134, 0.059286676, 0.010796033, 0.029889412, -0.026131334, 0.01513958, -0.012762625, -0.024257705, -0.039015792, 0.005614119, 0.0346725, -0.04337221, -0.015331097, 0.025399316, -0.013168937, 0.03673667, -0.0018643995, 0.034822788, 0.028051317, -0.04466806, -0.048491616, -0.03007816, 0.013347378, 0.00023545991, 0.0007822684, -0.0019326736, 0.007994971, 0.057969805, 0.024404148, 0.04706245, 0.033918533, 0.042874213, 0.060564887, 0.003510978, 0.035213564, -0.01183863, -0.006376082, 0.015221213, -0.006308859, -0.039393183, -0.07963632, 0.016798876, 0.020115158, -0.0017638984, 0.020603204, 0.02195315, 0.0030098567, 0.016487528, -0.011968461, -0.0062033846, -0.002428437, 0.007606094, 0.017147347, -0.042732283, -0.013628782, 0.008780112, -0.028271599, -0.029612161, -0.039809957, -0.014815516, -0.00013454854, -0.008571316, -0.02799299, 0.02409321, 0.013337327, 0.031929843, -0.026908886, -0.03390951, -0.027962405, 0.0053351773, 0.022352694, 0.016350107, -0.017960997, -0.004993076, -0.00014272706, 0.010286604, -0.06689687, -0.036885936, -0.016163, 0.009189936, -0.013575249, 0.011836578, 0.058249664, 0.003750335, 0.019570863, -0.033826903, -0.05504101, 0.02403414, -0.041285373, 0.03913721, 0.01317509, -0.009806557, -0.07396436, -0.012339904, 0.010922633, -0.014581286, -0.010506886, -0.02258118, 0.01759427, 0.028105874, -0.004287914, -0.0040241494, -0.013721488, -0.025558887, -0.05776726, 0.0021183188, -0.016323853, -0.094827175, -0.039121624, 0.004625721, -0.03618863, -0.07116961, -0.015860317, 0.0047901124, -0.024986645, -0.039973218, 0.058154497, -0.030883398, -0.005244111, -0.013546637, -0.034983233, -0.009086537, -0.007497286, -0.040092178, 0.011717207, -0.031037433, 0.038569484, 0.0077397195, 0.03982147, -0.018245682, -0.02122216, -0.012950296, 0.035966914, 0.0096809305, 0.034943234, 0.018962318, -0.006542012, 0.0018320314, 0.02419248, -0.054680847, -0.06509195, -0.028801588, 0.03159593, -0.015825039, -0.008427743, 0.029230667, 0.010155542, 0.002713532, 0.048899777, 0.012445226, 0.0041340855, 0.006642923, 0.024771698, 0.010567186, -0.0052990788, 0.005493518, 0.00528667, 0.010904174, -0.0059761284, 0.0009520949, -0.021611037, 0.034962106, 0.02338765, 0.023823703, 0.034634348, -0.001957517, -0.007818787, 0.0059545925, -0.024591204, 0.040062644, -0.08774861, -0.0096476525, 0.06411483, 0.007494517, 0.012305447, 0.0047764727, -0.009043876, 0.016114032, -0.056347936, 0.00010542369, -0.09526692, -0.046805657, -0.02331935, -0.022824023, 0.005642834, 0.031363755, 0.023125427, -0.010985292, 0.034034215, 0.016463531, 0.024476347, -0.0010706453, -0.04362654, 0.05727829, -0.008603677, -0.002307015, 0.028985772, 0.00971385, -0.000668538, 0.031193927, -0.016655918, 0.01252191, 0.02890127, -0.01757212, 0.0144100245, 0.041955348, -0.060495973, 0.0052111917, -0.032032598, 0.004380211, 0.01694409, -0.023450004, 0.019657621, 0.023144808, -0.018617742, -0.015534611, -0.03414743, -0.04008233, 0.027710434, 0.0011551484, 0.02252666, -0.012798518, 0.0082657095, 0.01890448, 0.05942953, -0.019406984, -0.06309341, 0.06719878, 0.008096498, 0.035424, 0.052812964, -0.053477295, 0.06393352, 0.0035876872, -0.020202994, -0.020827128, -0.007447343, -0.03699182, -0.05087411, 0.022994673, 0.0099218255, 0.032091465, 0.05272005, -0.0062304586, 0.01920311, -0.07784452, -0.0119296955, -0.013882085, -0.02055167, -0.052211393, -0.023455592, 0.015122557, 0.002799655, 0.017400652, -0.012567161, -0.062448565, 0.072265685, 0.0013766611, 0.0005012753, 0.00089938304, -0.006353726, -0.0138224, -0.0066847648, -0.024313904, 0.04381031, 0.014600976, 0.040871575, -0.020256937, 0.009813114, -0.054639827, 0.022701884, -0.020284832, 0.040638372, -0.015070255, -0.0030519543, -0.00019977173, -0.0010973089, -0.008317396, 0.054433905, -0.019684285, 0.025391933, 0.009943464, -0.025302993, -0.041515604, 0.02869196, -0.06883552, 0.04416268, -0.0038625272, -0.0031327656, 0.034651168, -0.029814806, 0.065923855, 0.04051121, 0.02462556, 0.0018453249, 0.010215842, 0.010960783, 0.040212065, -0.0352632, -0.0059490292, -0.021694308, -0.030852633, -0.0067969565, 0.0041410592, 0.0006220818, -0.004262891, -0.004783856, 0.041890536, -0.012540908, -0.028819637, -0.047643308, 0.051323697, 0.0013806093, -0.033423822, -0.013362761, 0.010358595, -0.02589085, -0.02839138, -0.0056095044, -0.02509576, -0.025874339, -0.07778874, -0.020843536, 0.014263785, 0.010551394, -0.0040456853, 0.018866738, 0.0125493165, -0.023957841, -0.017457262, -0.010344033, 0.02126195, 0.04894449, 0.030009245, 0.027396213, 0.011988356, 0.025089044, 0.0078382725, 0.00649812, -0.036160428, 0.051020145, 0.03824214, 0.020217557, 0.0043123215, 0.02029837, 0.015028414, -0.016524035, 0.0058305045, 0.00583194, -0.008028506, 0.045825258, 0.045105755, -0.06212204, -0.006088731, 0.009329792], [-0.03599455, -0.0904756, -0.025018511, -0.03126097, -0.004214819, 0.012257938, 0.002850826, -0.03445994, 0.056630395, 0.028734058, -0.019749962, 0.024787864, -0.08475095, -0.030614533, 0.0024585703, 0.030698996, 0.0036808334, -0.04851488, 0.042228308, 0.036288094, -0.018880095, 0.0048837108, -0.026177276, 0.031905435, -0.0065925843, 0.05578021, 0.003490232, -0.00203061, 0.035735417, 0.00017090714, -0.017125528, -0.037971847, 0.010465689, 0.0048326515, 0.031038634, 0.0062223845, 0.00582825, -0.0021163605, -0.028297791, -0.051673163, -0.057585124, -0.0066123656, -0.024401741, 0.02748242, -0.016569536, 0.049082, 0.021913303, 0.0155768795, -0.040150516, -0.027031021, 0.024617849, -0.0071762702, -0.028810116, 0.014707113, -0.02511865, 0.020954916, 0.025126465, 0.0313848, 0.026955852, -0.011688545, 0.0063756867, -0.003481244, -0.04610616, 0.0134154195, 0.008149343, 0.039209735, 0.0016157054, 0.0051612863, 0.0005665255, -0.03961396, -0.019626232, 0.01873332, 0.01080775, -0.04903868, 0.05140507, 0.005898571, -0.07024284, 0.013168553, -0.0137754325, -0.052185226, -0.0054334225, 0.00470232, -0.015135173, -0.02879469, -0.047271647, 0.009960681, -0.024471765, 0.0062009227, 0.03802021, 0.00083277666, -0.047966946, -0.010410351, 0.04081634, 0.01406725, 0.011984073, 0.009061046, -0.02322082, 0.060646713, 0.024963321, 0.051878225, 0.044881716, -0.05418864, -0.018667154, -0.043609604, -0.00032203336, 0.006644015, 0.022400701, -0.027641064, -0.02066552, -0.0048407866, -0.006986621, -0.0144927865, 0.003924534, -0.061249636, 0.032315694, 0.001510471, 0.049460605, -0.031794462, -0.048848584, -0.012538135, -0.024081687, 0.008204334, 0.008592435, 0.020710621, -0.031834323, -0.0030227222, -0.010286869, 0.0013224534, -0.066862665, 0.00507341, 0.046719566, 0.008524092, 0.023384137, -0.037040956, -0.036360495, 0.035626076, -0.009732212, 0.06568214, -0.015800603, 0.039802372, -0.025143921, -0.0017997916, 0.031174727, 0.016073184, 0.023392418, -0.012806958, 0.01838755, -0.051321197, -0.017147288, -0.0020073678, -0.010606132, -0.006844989, 0.039959036, 0.024577197, 0.02032153, -0.053564746, 0.015901782, 0.027940944, -0.046979975, 0.018619383, -0.009034193, 0.011179384, 0.0400437, 0.024457129, -0.012133517, -0.04643215, 0.009020074, 0.007968545, -0.011829978, 0.021882443, 0.071458176, -0.010276187, -0.001387038, 0.012313473, -0.048395008, -0.007329622, 0.0035235751, -0.038913023, 0.026704635, 0.015106687, 0.012545849, -0.0027771422, 0.004060627, -0.0013048482, -0.008153497, 0.03146313, -0.010910463, -0.013247676, 0.0033864933, 0.007995645, 0.021400977, -0.021095954, 0.028551778, -0.0008736119, -0.051863983, 0.033231944, -0.026864268, -0.009148279, 0.019846393, 0.05262634, 0.033069097, 0.0040089986, 0.026106857, -0.025073797, -0.024430227, -0.04995394, 0.0387073, 0.0033113256, 0.052343078, -0.031087691, 0.013070836, 0.050674364, 0.027851336, 0.053974215, 0.033996277, 0.027313493, 0.015911574, -0.054416515, 0.03931972, 0.06056047, -0.036945216, 0.0064670253, 0.032393627, -0.032725554, -0.04246716, 0.017776914, 0.0025192979, 0.021077758, 0.029767117, -0.012876587, 0.06510415, 0.017082999, -0.010336717, -0.063624926, 0.0036112044, -0.010133856, -0.01998852, 0.039565004, -0.028941065, 0.024127578, -0.025192978, 0.028914956, 0.045005545, -0.035429653, -0.026197849, 0.0016764329, -0.033604812, -0.007390943, -0.020588275, -0.0035915226, 0.04569234, -0.0034668036, -0.019828986, -0.03586676, -0.01254308, 0.011919981, -0.002115866, 0.014357783, 0.013495086, 0.0301208, -0.007270674, -0.041482963, -0.0074375262, -0.05682425, 0.042927757, 0.007775681, 0.059700396, -0.022381615, 0.02912503, -0.0224462, -0.03816748, -0.0726474, 0.020992301, 0.0097707845, -0.022608798, 0.033152126, 0.014214173, 0.014201513, 0.04451023, 0.0070599644, -0.05999948, -0.019486578, -0.009808764, 0.022221092, 0.026432846, 0.0038837856, -0.0026283895, -0.07319256, 0.00047078586, -0.049674634, -0.003152287, -0.0019567285, 0.011768856, 0.03388709, 0.044910993, -0.030276673, 0.039145645, -0.023180071, -0.05866269, -0.032180388, 0.022339778, -0.0061583933, 0.0026094988, 0.005480106, 0.009091508, -0.03546086, -0.06320874, 0.03155373, 0.013205148, -0.0058939224, -0.021742098, -0.011033796, -0.05517689, 0.030775154, 0.024630409, -0.025378918, 0.033691652, 0.07388411, -0.016167562, -0.0030866144, -0.016713789, -0.031068703, -0.004310262, -0.041634087, 0.014883583, 0.052926272, 0.022281228, -0.013550325, -0.044651866, -0.035306565, 0.038818076, 0.04677475, -0.00043478457, -0.008114924, 0.02936952, 0.018387154, -0.012146275, 0.015223394, 0.033185657, 0.0339852, 0.007464923, -0.05548627, -0.015426248, -0.022883357, 0.035798825, -0.055945184, -0.009234375, -0.07241715, 0.005383155, 0.025713613, 0.0142254485, -0.036254443, 0.00864347, 0.023324076, -0.0026862489, -0.0107979085, 0.02260682, -0.025822802, -0.029367544, -0.01463155, -0.013273985, -0.010613798, -0.035966657, 0.03752994, 0.033249352, -0.033341136, 0.05420802, 0.013054812, 0.03619834, -0.01600039, 0.05939419, 0.01104527, -0.028583031, 0.04367627, 0.010398829, 0.03643111, -0.04522393, 0.008850082, 0.04560689, 0.01232015, 0.014880543, -0.024896165, 0.038935672, 0.01192829, 0.034372907, 0.051684376, 0.02817673, 0.0315745, -0.020992301, 0.039178878, 0.010278759, -0.009538359, 0.07100846, 0.014677442, 0.020743063, -0.023513924, 0.039335545, 0.047808103, 0.016721206, 0.017875323, -0.019325957, 0.011037753, -0.018424738, -0.0014202701, -0.011757779, -0.039903652, -0.04168868, 0.014921933, 0.0030980874, 0.0338997, 0.031659756, -0.00746611, -0.0076125874, 0.023587953, 0.027645811, -0.018710697, -0.02288415, 0.021300094, 0.020148052, -0.000632668, 0.024285428, 0.03791448, -0.05054104, 0.029775823, 0.04267654, -0.0139621645, -0.013307019, -0.010290775, -0.03582245, 0.056057934, -0.008338646, 0.017627172, -0.011354643, 0.08099099, 0.043546703, -0.038382895, 0.014948044, 0.0038319596, -0.05317902, -0.03669756, -0.02518823, -0.049099404, -0.0071128225, -0.004979698, -0.03075023, 0.0068724845, -0.042816836, 0.022638377, 0.030906893, -0.02170837, 0.011551562, -0.021246685, -0.032019373, -0.03054337, -0.035221905, 0.053638335, 0.060615066, -0.04370396, -0.01178839, -0.044121735, -0.06669176, 0.0033690862, 0.02505174, -0.011789427, 0.023617625, 0.008733078, 0.037232436, -0.053161614, -0.0018245919, 0.03271843, -0.0004937317, -0.023324076, -0.017301973, -0.05020951, -0.0036650086, -0.0069652568, 0.04189203, 0.009032759, 0.008255418, 0.01953247, 0.025724838, 0.0050168363, 0.031899896, 0.016232025, 0.053181395, 0.0070990752, -0.03464074, -0.0014246217, 0.0004482356, -0.018434629, 0.02534984, 0.033854645, 0.005468435, 0.05787976, -0.025061632, -0.03733055, 0.0034265497, 0.04317769, -0.028606672, -0.0037821117, 0.046281714, 0.0030777627, -0.05635346, 0.0402874, 0.019410027, -0.06847521, 0.024381913, 0.045589477, -0.0025337378, 0.0036580851, -0.021365765, -0.050550535, 0.021698875, -0.04080645, 0.064368695, 0.032687176, -0.012843552, -0.042200983, -0.011498253, -0.02958988, 0.0066582575, -0.0068236254, -0.02310802, 0.04221169, -0.003514278, -0.04851389, 0.0511764, -0.03782903, 0.03614844, -0.0072402116, -0.0049451306, -0.06959362, -0.028166447, -0.0056842444, 0.004297998, 0.0005776028, 0.04997768, 0.021264883, -0.004585217, -0.019690322, -0.02897588, 0.009710058, 0.0039170175, 0.014952792, -0.015124886, -0.0010653014, -0.01602749, 0.009386244, 0.013650219, -0.014796918, 0.0022738166, -0.021600565, -0.07211648, -0.06470259, 0.052192897, -0.008850546, -0.011496671, 0.03259381, 0.040730495, 0.017865334, -0.05415778, -0.018344825, 0.023594284, 0.03550952, 0.017548049, 0.04113007, -0.011876859, -0.05457951, -0.077762745, 0.02933985, -0.03686372, -0.04369684, -0.05352242, -0.042267866, 0.00040867378, -0.023707828, 0.02071181, -0.023951923, 0.037949298, -0.0357188, 0.018260557, -0.0130554065, 0.012518849, -0.00846569, 0.034248684, 0.0389648, 0.011487966, 0.009357574, 0.004939988, -0.016461682, 0.022958526, -0.013931392, 0.051713653, 0.008109188, -0.022297842, -0.031077038, -0.038869504, 0.0074194265, -0.004294264, -0.048776187, 0.007979277, -0.054842994, 0.00280894, -0.024776392, 0.010335084, -0.023903262, -0.02319649, 0.020540902, 0.013617976, 0.0055331187, 0.0037962056, -0.0051834416, -0.030508505, -0.021816771, -0.015360428, 0.0105511425, -0.024663603, 0.008654547, -0.039633047, 0.003011892, 0.03300476, 0.0017345888, -0.00662641, 0.012709636, -0.03686214, 0.034662005, 0.009159356, 0.072451174, 0.020646136, -0.011184033, 0.034520075, -0.009630933, 0.07830079, -0.012210366, -0.056692112, 0.06808434, 0.0018163827, 0.00026328405, -0.027840454, -0.00788863, 0.019152602, 0.037694518, 0.0020014334, 0.009182302, 0.0015822756, -0.0030371621, 0.003113022, -0.0063286084, -0.034570716, 0.01833518, 0.04975455, -0.0196832, -0.0023679738, -0.052898925, 0.033672266, -0.0050694537, -0.0005584153, -0.024235187, -0.03034551, -0.025962852, 0.038504746, -0.058485053, 0.04743939, 0.019657882, 0.02001285, -0.0007722471, 0.01914595, -0.022209225, -0.036935326, -0.030609995, 0.046687715, 0.028813677, 0.04351881, -0.011537004, -0.0018554502, -0.009238085, -0.01602294, -0.022552818, 0.0013134531, 0.015058224, -0.043499824, -0.01387943, 0.026007952, -0.014374398, 0.030242255, 0.02853338, 0.016144592, 0.01422525, -0.033915177, -0.049308293, -0.024545845, 0.018652169, -0.008471772, 0.0061430135, 0.00087708596, -0.0006978708, 0.056850653, 0.029204153, 0.05516107, 0.03717705, 0.031520497, 0.06184623, 0.021032259, 0.028049342, -0.00043092732, -0.019656992, 0.02250114, 0.00017051151, -0.03464351, -0.07568248, 0.010267286, 0.011606652, -0.0009765839, 0.040298477, 0.024129013, 0.011124888, 0.037661288, -0.047350574, 0.013575446, 0.0073102363, -0.0026003998, 0.008625272, -0.060075443, -0.028609537, 0.020601133, -0.017911622, -0.06139364, -0.045652777, -0.041202467, 0.0014469742, -0.015733402, -0.036496982, 0.014434531, 0.013202973, 0.046761695, -0.012855619, -0.043834515, -0.03145997, 0.023461752, 0.021374566, 0.03264069, -0.036561467, 0.0042968113, -0.0021974621, 0.024302047, -0.06015298, -0.030331269, -0.013598194, 0.0017040643, -0.010889792, 0.01965149, 0.063412875, 0.006196966, 0.012547135, -0.03679884, -0.061400156, 0.0434658, -0.039786547, 0.029918244, 0.021640722, 0.0017009611, -0.07924642, 0.00011789428, 0.026007952, -0.0144548565, 0.0090632215, -0.033706684, 0.025799857, 0.020537341, 0.007823147, 0.017097043, 0.0050678714, -0.022125354, -0.023267206, -0.009128696, -0.016560685, -0.08583178, -0.032109573, 0.0009583855, -0.04267298, -0.07701977, -0.022137221, -0.010122428, -0.014163928, -0.055521876, 0.06340655, -0.02964559, -0.003978635, 0.0013929723, -0.036450297, -6.646389e-05, -0.027043879, -0.055880304, 0.025986588, -0.03431119, 0.05381359, 0.003186508, 0.03869939, -0.03564205, -0.028821986, -0.008017602, 0.011145139, 0.026027733, 0.01128185, 0.009970374, 0.007142692, 0.019290352, 0.021392668, -0.061862055, -0.06724563, -0.03784881, 0.0059801675, -0.016226683, -0.0061807455, 0.036124706, -0.0013118705, 0.0028919703, 0.025575936, 0.0063053165, 0.01469564, 0.0013799169, 0.02777241, 0.01891214, -0.007871309, -0.020622991, 0.012029963, -0.0028990915, -0.021160835, -0.011546715, -0.027571842, 0.047452047, 0.025202472, 0.023143675, 0.041055296, 0.013366454, -0.009780181, -0.009882696, -0.0053550904, 0.033420257, -0.089545846, -0.011082062, 0.06753364, 0.008474937, 0.0005087652, 0.005323441, -0.028247943, 0.02208881, -0.051484983, 0.003959349, -0.0843585, -0.0404275, 0.0010052169, -0.00829038, -0.0054270923, 0.0135523025, 0.017670345, -0.022938745, 0.04366361, 0.03847468, 0.03356268, 0.0035605654, -0.022928458, 0.074907176, -0.0060586976, 0.0068523083, 0.04110791, 0.010971289, 0.0032171686, 0.03593125, 0.00014729367, 0.016445857, 0.042562205, -0.011994556, 0.019284021, 0.033353, -0.0764493, 0.010624529, -0.03660657, 0.0055271843, 0.013195159, -0.012355359, 0.019867163, 0.019424072, -0.014266197, -0.02227648, -0.038354408, -0.014297846, 0.009371012, 0.017615303, 0.024453962, -0.00807734, -0.014090122, 0.006014784, 0.037137486, -0.020777877, -0.065318175, 0.062393367, -0.004811511, 0.047871802, 0.05447032, -0.04501672, 0.06445731, 0.019053375, -0.019984663, -0.027916811, -0.017159946, -0.04832716, -0.06367913, 0.024068037, 0.012915753, 0.018505445, 0.05575959, -0.0006070764, 0.035359975, -0.07826755, 0.008918821, -0.029333718, -0.023446718, -0.03869306, -0.014184501, -0.0020982362, -0.003529509, 0.023412695, -0.0077921, -0.03896841, 0.07859829, 0.01721929, -0.0018421969, 0.008098259, 0.0084480345, -0.023170577, 0.006377665, -0.020966982, 0.05021188, 0.014525524, 0.048920587, -0.021697294, -0.00865613, -0.060820784, 0.0018696924, -0.019042498, 0.026075998, -0.015909398, 0.003317458, -0.00040817927, 0.0030989284, 0.0051897215, 0.0627704, -0.024671257, 0.047012515, 0.0064716246, -0.022520203, -0.025695017, 0.046166684, -0.067744106, 0.060694188, -0.00872833, 0.006405061, 0.023590723, -0.031241192, 0.0633211, 0.030398326, 0.012677788, 0.022997098, -0.006455305, 0.0034685843, 0.04297642, -0.035599127, -0.0051845787, 0.002831045, -0.014935582, -0.00581203, 0.009345297, -0.014254525, 0.0171823, 0.0030628773, 0.05360708, -0.010898706, -0.031529993, -0.057549816, 0.070310876, -0.0054151253, -0.034208328, -0.03373161, 0.0024124808, -0.025177155, -0.026615622, -0.001831713, -0.030147702, -0.024446247, -0.06200863, -0.0156058585, 0.009364262, 0.027521292, 0.002495363, 0.040088292, 0.021882443, -0.0135111585, -0.01522656, 0.007354941, 0.015188976, 0.049961854, 0.019080674, 0.009955736, 0.0012707262, 0.011235784, 0.020163482, 0.014572603, -0.019195996, 0.043042883, 0.048195813, 0.020158537, -0.0013937635, 0.012788413, 0.02587977, -0.012163979, -0.007075832, -0.0050683413, -0.0073135993, 0.0519352, 0.036758587, -0.054524124, -0.006371434, 0.027215378], [-0.0333179, -0.08414965, -0.009812048, -0.03124155, -0.0016068517, 0.04158398, 0.023552096, -0.052121416, 0.048232332, 0.029706985, -0.009374975, 0.0102235945, -0.058372237, -0.017024258, -0.012682413, 0.052199874, -0.033879463, -0.035729747, 0.014078783, 0.0602402, -0.038117535, 0.0022479186, -0.0014695998, 0.021755265, -0.0051645217, 0.038769484, -0.001305567, 0.0045073447, 0.030994663, 0.004127496, -0.0009324134, -0.057210613, 0.007371903, -0.0044874684, 0.029190408, 0.015832929, 0.009477078, -0.00422217, -0.053670518, -0.021197995, -0.08069911, 0.01815209, -0.03536915, 0.024848456, 0.033179812, 0.042059343, 0.03679578, 0.010450813, -0.029639719, -0.056147754, 0.037849724, -0.012518379, 0.0026981717, 0.017440828, -0.021476997, 0.04995844, 0.016037552, 0.014126486, 0.04422399, -0.027182784, 0.00038534106, -0.03610981, -0.047888365, 0.024092732, 0.039974622, 0.006142023, 0.028587105, -0.01266651, 0.01726717, -0.057229865, -0.0027155376, 0.037720844, -0.00069965, -0.016697345, 0.06213913, -0.00037707662, -0.063437164, 0.0153149655, -0.008439737, -0.023516081, 0.00095239445, 0.030187052, 0.026228089, -0.041510653, -0.053884767, 0.0024044192, -0.031233914, 0.0057833195, 0.061187573, -0.023701062, -0.03748881, 0.0048276167, 0.010395577, 0.024701998, 0.009215768, 0.034327205, 0.012910049, 0.044831164, 0.033549726, 0.035192564, 0.024610566, -0.044367097, -0.03030966, -0.0017491251, -0.012043019, -0.00020169337, 0.02068654, -0.03843221, 0.013591288, 0.01913367, 0.00270947, 0.009478333, -0.011862353, -0.06330996, 0.01156724, 0.0039468296, 0.038135946, -0.044174198, -0.053970132, -0.029258091, -0.018287564, 0.000112144866, -0.0060637733, 0.019115677, -0.018948715, 0.008351026, -0.0034996101, 0.024383241, -0.05834211, 0.007347162, 0.043092083, 0.0071295677, 0.033909593, -0.01618652, -0.045870595, 0.025576979, -0.018876428, 0.0542212, -0.0232483, 0.051444363, -0.016128564, -0.013129161, 0.023166671, 0.022036465, 0.032947157, -0.026447566, -0.0053708185, -0.0150117, -0.025103606, 0.0033158055, -0.0036447078, -0.00043142293, 0.008789563, 0.022833195, -0.0040089693, -0.08166991, 0.0093029495, -0.0069098813, -0.020512467, 0.015641488, -0.021140143, -0.02179783, 0.011296502, 0.043326307, -0.025599577, -0.028977731, 0.0066918675, -0.0056832964, -0.0149516715, 0.050029997, 0.054335855, 0.010148374, 0.007051736, 0.045263004, -0.030939009, -0.025115846, 0.006266356, -0.049614474, 0.056156117, 0.043220963, -0.0501957, 0.0005297589, 0.0026701356, 0.0058340435, -0.007860601, 0.02721605, -0.053425726, -0.027842052, -0.007803274, 0.043969993, 0.040532626, -0.024886116, 0.015775183, 0.004259831, -0.009885485, 0.058281854, -0.03818616, -0.0033741794, 0.030006282, 0.020447189, 0.009932352, 0.019320719, 0.008176322, -0.032520127, -0.019105425, -0.07679412, 0.024681913, -0.0063221664, 0.018852053, -0.043091245, 0.0024061976, 0.0345799, 0.038938537, 0.075917885, 0.021803597, 0.04283599, -0.0015867661, -0.046602048, 0.030021764, 0.07918599, -0.031890985, 0.0006594787, 0.044062886, -0.0127987405, -0.0266955, 0.010943329, -0.012233832, 8.8711604e-05, -0.0010221711, -0.031139448, 0.06565329, 0.0007967307, -0.010061445, -0.053472172, -0.024062604, 0.0004736865, -0.043989345, -0.0037317458, -0.036835402, 0.02007351, -0.03394725, 0.015573281, 0.040981416, -0.034284525, -0.025808487, -0.02111169, -0.018831966, 0.004571577, -0.0058163116, 0.004155427, 0.068994194, 0.00034020064, -0.043293774, 0.007111208, -0.015163408, 0.01391747, -0.0118748015, 0.007945965, -0.0044012675, 0.018076558, -0.0044172206, -0.032925606, -0.018483398, -0.024081016, 0.04951614, 0.029161012, 0.009848452, 0.010405202, 0.031777166, -0.024244422, -0.05133222, -0.09063313, 0.041669346, 0.027395671, -0.01673239, 0.07882277, 0.044764213, 0.017934809, 0.040057477, 0.031845372, -0.04685312, -0.011400278, -0.006645169, 0.052997235, 0.020842625, -0.011060497, 0.020666456, -0.045298155, -0.0094844, -0.031586353, -0.01668615, 0.015067164, 0.0096574295, 0.03167088, 0.025762772, -0.03228098, 0.044190094, 0.023098493, -0.0373706, -0.025174115, 0.036485575, -0.026229344, 0.003294046, -0.02036589, -0.03408545, -0.03144617, -0.05669341, 0.05090205, 0.048339456, 0.014730729, 0.013555196, -0.013210497, -0.03768151, 0.012154327, 0.022891153, -0.03435535, 0.030397952, 0.07275356, -0.039668314, -0.022551317, -0.025763188, -0.039785482, 0.0026835261, -0.042005364, 0.049313612, 0.011172641, 0.053093478, 0.004799196, -0.03455903, 0.0066701085, 0.020699933, 0.034205858, -0.017425971, 0.0040970533, 0.039772928, 0.028201923, -0.0039217225, 0.035675038, 0.02748135, 0.029775295, -0.0021495302, -0.067139626, -0.014999375, -0.014785129, 0.037486512, -0.050106995, -0.010876168, -0.05304703, 0.006780998, -0.015837532, -0.006198096, -0.03971267, 0.015521184, 0.022523176, -0.022450732, 0.0091165295, 0.01781246, -0.04122579, -0.020723052, -0.046352673, -0.010656482, -0.044037543, -0.06269065, 0.038887486, 0.008068153, -0.006968255, 0.07303141, 0.016849974, 0.035859365, -0.014540334, 0.057148684, -0.010045753, -0.034837928, 0.022749715, 0.015643371, 0.026074516, -0.043919463, -0.015123236, 0.034891907, 0.015383095, 0.010410223, -0.03236802, 0.041433338, 0.036365062, 0.04740882, 0.037392776, 0.051356487, 0.038946904, 0.011261353, 0.021670738, 0.024468502, 0.017251479, 0.042728864, 0.016722556, 0.005353269, -0.017436014, 0.047886692, 0.024866866, 0.0037779845, 0.03225755, 0.006906115, 0.033892855, -0.03492287, -0.026657, -0.01852106, -0.061994348, -0.06550081, 0.0056316177, -0.011863923, 0.021719696, 0.0032028237, -0.0024134682, -0.016854579, 0.022273308, 0.014858775, -0.043552376, -0.023309393, -0.0008670304, -0.0006109384, -0.0069733807, 0.011659509, 0.04845495, -0.05229047, 0.037749402, 0.0028257994, -0.011795584, -0.024875026, -0.013609804, -0.057173792, 0.026336469, 0.021952564, 0.016860148, 0.003242995, 0.07397376, 0.027625715, -0.035559963, -0.00036154164, -0.017435178, -0.048542824, -0.04910313, -0.02309201, -0.021912605, -0.013953273, 0.019612797, -0.020594483, 0.00659395, -0.022610683, 0.003843995, 0.033816695, -0.0024918756, -0.0076474007, -0.015558006, -0.017052164, -0.053866353, -0.034551915, 0.017118411, 0.045337908, -0.05909448, -0.004592081, -0.047231086, -0.030595252, -0.008458568, 0.040736202, -0.0027110784, 0.0062365932, 0.017176576, 0.034888767, -0.01726581, -0.0052613933, 0.0067745643, -0.020400165, -0.038527615, -0.017515521, -0.036621153, -0.021203957, 0.0074831587, 0.04332474, 0.020068489, 0.0023905581, -0.00025135826, 0.030787949, 0.010754295, 0.030532693, 0.049820352, 0.007771262, 0.028864957, -0.022758292, 0.0067830905, 0.01684893, -0.0040041576, -0.015117378, 0.013438971, 0.0068470086, 0.04680625, -0.05394544, -0.026699316, 0.014947069, 0.040087603, -0.058347963, 0.00088941754, 0.035092134, 0.02897187, -0.05100415, 0.017089536, 0.03121644, -0.041219097, 0.037966475, 0.05811698, -0.046300765, -0.010680333, -0.030772466, -0.03571228, -0.033342592, -0.010842693, 0.04271966, 0.030327652, -0.0065850583, -0.039405946, -0.042745605, -0.028504044, -0.023737887, -0.011313658, -0.0175808, 0.045541693, 0.018418433, -0.034198325, 0.033473566, -0.021186618, -0.0020880704, -0.0017495959, -0.019959275, -0.035318516, -0.044862963, -0.0133546535, 0.0052331476, 0.00041745714, 0.025736617, -0.013030981, 0.03044984, -0.031503916, 0.01142957, 0.0105967475, -0.013505086, -0.008273195, -0.03408869, -0.014889637, -0.0017083262, 0.0043941536, 0.011322656, -0.027629482, -0.0021021473, 0.009002136, -0.08359646, -0.060114667, 0.074886404, 0.005001483, -0.019223846, 0.050579008, 0.067929655, 0.03157631, -0.034621798, 0.04004199, 0.012459796, 0.013578734, 0.027027749, 0.0320705, -0.0070786807, -0.109090164, -0.051369667, 0.034980826, -0.04489393, -0.04330748, -0.045141652, -0.0352319, -0.030239778, 0.011480202, 0.0040726787, -0.018273754, 0.015910761, -0.02345742, 0.014730311, 0.0050611645, -0.001416038, -0.028174305, -0.0012051387, 0.061025005, -0.0072467336, -0.01757787, 0.005216619, -0.010149946, 0.0330797, -0.012495365, 0.042163122, 0.009585038, -0.046540115, -0.0014840363, -0.020817937, 0.020194862, -0.011421619, -0.00066366326, -0.045620937, -0.06620062, -0.0032053343, -0.02308301, 0.017513115, -0.011920622, -0.008639548, 0.03183439, -0.00051469466, 0.0043849475, -0.02742172, 0.006906115, -0.006087939, -0.032422837, 0.0048047323, 0.0059453514, -0.0097335875, 0.031613134, -0.0388697, 0.024916036, 0.005418103, -0.012720595, -0.0030576214, 0.01578983, -0.023308765, 0.018758843, -0.0055317124, 0.07316699, 0.03349407, -0.0027155376, 0.045032438, 0.0003858118, 0.0729427, -0.0025362836, -0.07085547, 0.104736604, 0.02649799, -0.01870392, -0.010092201, 0.014297424, -0.025880983, 0.04299186, -0.0010207327, 0.019869726, -0.018488001, -0.009274547, 0.013059227, 0.029034639, -0.028313909, 0.019304922, 0.03501765, -0.005090874, 0.038417567, -0.01903115, 0.04622042, -0.018824121, -0.016508728, 0.005750353, -0.0080853095, -0.029022085, 0.022087099, -0.049814075, 0.020405186, 0.03579984, 0.019400641, -0.007819384, 0.048826534, -0.0075388127, -0.034741472, -0.032006647, 0.06336812, -0.022512244, 0.020065142, -0.03432051, -0.013730919, -0.022476675, -0.030231828, -0.032801535, 0.019544799, 0.03394626, -0.0550263, 0.0058775623, -0.0002456307, 0.008405634, 0.038920127, 0.030410925, -0.0049544596, 0.041762665, -0.030617567, -0.0508351, -0.0096636545, -0.004603379, -0.004969942, -0.02783452, -0.02287504, -0.01166908, 0.03819704, 0.011236246, 0.032079287, 0.009338152, 0.046976976, 0.032876857, 0.0070260013, 0.013115744, -0.014685746, -0.016617944, 0.02030575, -0.0120857, -0.038443927, -0.08442667, -0.0009968547, 0.027036116, 0.019312348, 0.03275362, -0.008979278, -0.005595108, 0.025455, -0.022463076, 0.025502913, -0.006810708, -0.0008785084, 0.012805959, -0.06741412, 0.0036595631, 0.010396833, -0.038233448, -0.02511208, -0.021812044, -0.0018064529, 0.0063889096, -0.012287394, -0.03811084, 0.04123583, 0.013260092, 0.009014062, 0.008174858, -0.04326281, -0.040886424, 0.00946693, 0.022310968, -0.008988326, -0.021979555, -0.011413668, -0.014963388, -0.021740202, -0.04003488, -0.03797568, -0.034049354, 0.021526113, 0.013949064, -0.0064671594, 0.046953548, -0.0071848035, -0.00079380145, -0.004516603, -0.049641676, 0.04197231, -0.019364864, 0.02615193, -0.013984632, 0.008178886, -0.09919464, -0.028133295, 0.0014497234, -0.009541519, -0.017074473, -0.016925085, 0.008065015, 0.025136454, -0.015093945, -0.0126434965, -0.002178874, -0.001178358, -0.0344972, 0.014187161, -0.0029818814, -0.07425328, -0.027677393, 0.0020308995, -0.057862565, -0.0454965, -0.011483131, 0.037714567, -0.03393512, -0.041922092, 0.049376797, -0.009033728, -0.025444854, 0.01215438, -0.039526876, -0.0058907433, -0.024645925, -0.029694537, 0.027615672, -0.05282337, 0.05596813, -0.009685884, 0.03519926, -0.015775602, 0.012123989, -0.0054048435, 0.0070216074, 0.005316001, 0.040065844, 0.013540654, 0.023898572, 0.0025523417, 0.0048212353, -0.019013574, -0.07903367, -0.0034957395, 0.040000565, 0.008135942, 0.0017127459, 0.039564643, 0.034260884, -0.01927469, 0.032139543, -0.009129972, 0.012844169, -0.0006841673, 0.020564353, 0.0114730885, -0.0035685499, -0.01300713, 0.024448311, 0.012723839, 0.026809316, -0.016855832, 0.013246484, 0.0146407625, 0.05008021, 0.03520512, 0.023657545, 0.01632126, -0.026398396, 0.006969719, -0.024146713, 0.033531312, -0.07816999, 0.013396289, 0.030271789, 0.021593744, 0.040303525, -0.010296614, -0.0133370785, 0.009405941, -0.02198625, 0.025234684, -0.08099202, -0.03173783, -0.02383664, -0.03636841, 0.016682385, 0.031961285, 0.032820575, 0.0067337127, 0.06284799, 0.012551855, 0.013659077, 0.00091306, -0.060886286, 0.052394666, -0.011867269, -0.01352036, 0.04570489, -0.020688215, -0.00781227, 0.03491973, -0.062898204, 0.021207305, 0.013549024, -0.05155881, -0.009553392, 0.05848605, -0.029165195, -0.0018729866, -0.042135503, 0.004903199, 0.018857911, -0.029545566, 0.032686044, 0.022434805, 0.0040134676, -0.03767063, 0.001356618, -0.040863413, 0.0034836044, -0.015985247, 0.0094138915, 0.0070852116, 0.0058491076, -0.018762505, 0.028058602, -0.018214086, -0.05596698, 0.06552346, -0.0048515205, 0.06186379, 0.020441748, -0.05172138, 0.041048367, 0.038924206, -0.045344185, -0.022326032, -0.007215141, -0.050283577, -0.06922518, 0.011447981, -0.021450948, 0.05429485, 0.06594829, 0.033608306, 0.023091797, -0.049645443, -0.009782546, 0.00965063, -0.036742926, -0.025195768, -0.019997248, 0.00491638, -0.00087022106, -0.0068038036, -0.0018516586, -0.050332118, 0.074129425, 0.007645099, -0.004663636, 0.013114672, -0.037630457, -0.0027801883, 0.009483367, -0.045269493, 0.034792107, 0.04329628, 0.014814838, -0.01174801, -0.0045573493, -0.036912397, 0.027540768, -0.015933357, 0.014097823, -0.012196382, 0.0377266, -0.0030588766, 0.010319001, -0.0060106297, 0.063748494, -0.04536176, 0.026862225, 0.009555746, -0.041976333, -0.022708498, 0.020786447, -0.03954613, 0.035713114, 0.037350934, -0.011673945, 0.015405481, -0.016214976, 0.04492657, 0.044304755, 0.01963372, 0.011791059, 0.027723422, 0.0012005358, 0.04214983, -0.031073332, 0.0067015965, -0.014141968, -0.03739738, 0.022105718, -0.0116136875, -0.020447189, 0.0067437557, -0.0010971784, 0.04357581, 0.007564129, -0.06829789, -0.062442925, 0.032142233, -0.013772895, -0.014552468, 0.00792044, 0.006596461, -0.008648545, -0.030584162, 0.014566488, 0.0058750515, -0.009842804, -0.06841673, -0.038823042, 0.0025835163, 0.01754272, -0.027962536, 0.019397922, 0.019458964, -0.05377597, -0.023710687, 0.021990225, 0.0056792167, 0.03765724, 0.016347572, 0.01925544, 0.019850163, 0.01620535, -0.00019667196, -0.0023332825, -0.03959603, 0.055615272, 0.028521826, -0.0035980507, 0.010735778, -0.008412538, -0.010895835, -0.0003512896, 0.0117766755, -0.0029220432, -0.028608236, 0.041825008, 0.01809633, -0.034571584, 0.021674817, -0.017781237], [-0.043699816, -0.07938834, -0.032063853, -0.045515664, -0.0123142125, 0.003156824, 0.024904676, 0.0143840965, 0.024180382, 0.041971676, 0.02681037, 0.054321516, -0.049235053, -0.008638934, -0.0029501969, 0.03614337, -0.012179706, -0.011217476, 0.03086244, 0.049422823, -0.04584771, 0.026368618, -0.00090865564, 0.02350853, -0.070330285, 0.033098035, 0.03383925, 0.015210343, -0.0022059435, -0.010820463, 0.004176887, -0.039715543, -0.0041958787, 0.031387176, 0.01352254, 0.03779932, 0.027362354, -0.023753613, -0.052091785, -0.07448797, -0.03791793, 0.037507508, -0.0041937307, 0.019361323, -0.018435331, 0.047525875, 0.013846626, 0.042492226, -0.00821143, -0.019148933, 0.029914387, -0.025139544, -0.031707596, 0.0072860625, -0.036867615, 0.054013878, 0.012822396, 0.004358341, 0.048476443, -0.014341084, 0.0032750685, 0.007622984, -0.021789398, 0.0016158186, 0.027439052, 0.024839452, 0.0053505064, 0.013856003, 0.027494377, -0.03781881, -0.031102177, 0.009042968, -0.0019183195, -0.024461774, 0.02584136, 0.00012196439, -0.061258815, 0.020333266, -0.014912137, -0.03580975, -0.0020032965, 0.011879583, -0.0007146023, -0.02158183, -0.037100643, 0.01355146, -0.028854428, -0.02663434, 0.019535258, -0.021511834, -0.051849537, 0.017549146, 0.010293837, -0.022685377, 0.012955468, -0.00967207, 0.0077858125, 0.038630858, 0.0796373, 0.03648202, 0.008209963, -0.065636955, 0.014302944, -0.007716867, 0.0037123696, -0.010601367, 0.02134293, -0.057054184, 0.0006604309, 0.0018428776, -0.015420218, -0.025511095, 0.011414777, -0.054549515, -0.005391214, -0.0038971498, 0.057346735, -0.012722855, -0.062822975, 0.0072811903, -0.037494197, 0.010997752, 0.0026987665, 0.013991537, -0.0028429017, -0.016783306, 0.023648098, -0.009656457, -0.035925847, -0.0012657472, 0.04373953, -0.00090697914, 0.033292506, -0.0065371445, -0.037606943, 0.0015809267, -0.0014695452, 0.025620904, -0.019018061, 0.005500133, -0.018873885, -0.019661833, -0.006621283, -0.018455548, 0.012675913, -0.006156058, -0.008331928, -0.056162298, -0.034448445, -0.010648833, -0.01768033, 0.012126236, 0.016161958, 0.014967461, 0.015055268, -0.042457856, 0.016750824, 0.011903656, -0.03467477, 0.04501869, 0.009246661, -0.006124676, 0.038226407, 0.0132580735, 0.0040172804, -0.023831673, 0.017694894, 0.039648905, 0.0060437336, 0.03804283, 0.04984194, -0.013775584, 0.03183983, 0.044834696, -0.034269057, -0.03267053, -0.006666129, -0.037025202, 0.03181636, 0.048618942, -0.019821517, -0.0024862294, -0.020371825, -0.017536886, 0.011806027, 0.009500544, -0.0073744445, 0.03180659, 0.0096859, 0.03212211, 0.055307288, -0.011072145, 0.028818382, 0.015371704, -0.041053798, 0.04440887, -0.056643866, -0.01761652, 0.018149015, 0.03374432, 0.01911907, -0.035147958, 0.036432564, 0.000103103914, -0.028546792, -0.054296784, 0.0323992, -0.047629137, 0.034851637, -0.014154365, 0.02430654, 0.06643916, 0.032041635, 0.039591067, 0.016615657, 0.055775028, 0.031388856, -0.081819244, 0.046008654, 0.027495217, -0.0040059644, 0.011519977, 0.0453959, -0.04317204, -0.011354103, -0.0047449805, 0.016563686, 0.033831496, 0.032263983, -0.008419943, 0.031780105, 0.0037829918, -0.023255171, -0.04219842, 0.0036696193, -0.04049134, -0.03574269, 0.023162337, -0.02569886, 0.021716367, -0.042891856, 0.012468448, -0.0007275951, -0.024669498, -0.017846826, -0.018174134, -0.04300523, -0.019416228, -0.02694449, 0.0039347135, 0.02806522, -0.012476517, -0.013929821, -0.011298366, -0.010030628, -0.007440247, -0.0070429198, -0.01423468, 0.0003822389, 0.019792598, -0.02640131, -0.0072260755, 0.008489308, -0.0444074, 0.049312174, -0.0103083225, 0.062258, -0.01899433, 0.002858619, -0.0054091834, 0.01770705, -0.0853801, 0.060159877, 0.012928644, -0.023257842, 0.021160612, 0.01171864, 0.00753413, 0.04740936, 0.018306393, -0.08552092, -0.02034432, -0.011310835, 0.0072960686, 0.007849729, -0.0053023077, 0.018782515, -0.055531934, 0.01347256, -0.027017418, 0.0048660017, 0.0059427256, 0.023511885, 0.041005183, 0.061669555, -0.038894486, 0.021525877, -0.0041109542, -0.0126692075, -0.033855803, 0.041044578, -0.0048999507, 0.006725225, 0.006636791, 0.004197084, -0.011607153, -0.04357691, 0.0483901, 0.030432, -0.032186024, -0.039219722, 0.003656417, -0.042759623, -0.024112277, 0.012281939, -0.039783023, 0.044430245, 0.076622136, -0.038493805, 0.0027561437, -0.0006026969, -0.009765586, 0.029375395, -0.045944322, 0.010633116, 0.055317346, 0.042635567, 0.01223416, -0.068490334, -0.01954271, 0.0118372515, 0.007868798, -0.0053465245, -0.02095608, 0.0403195, -0.012209851, -0.0056701917, 0.004439022, 0.04040919, 0.009890012, 0.0021274614, -0.07155622, -0.024791462, 0.00694736, 0.033032022, -0.039899956, -0.025944885, -0.07008719, 0.028542181, 0.0065877535, 0.043717735, -0.038778808, 0.023048334, 0.004202113, -0.014722903, -0.012013545, 0.003915224, -0.018650912, -0.0044795717, -0.0138293365, 0.02036009, -0.017259061, -0.037388165, 0.039883193, 0.017546108, -0.010414438, 0.025194656, 0.006931643, 0.03290356, -0.015049818, 0.06447767, 0.030196873, -0.0056884233, -0.0034937977, 0.0084109325, 0.028083663, -0.0036727625, 0.00036049698, 0.02772699, -0.024770087, 0.021720557, -0.031346526, 0.03932534, 0.027630173, 0.041137625, 0.0259847, 0.038067978, 0.018439673, -0.021903086, 0.053166416, -0.0013814247, -0.0039942684, 0.04543865, 0.0063480157, 0.027816262, -0.024648122, 0.0553207, 0.06188705, 0.027192192, 0.0033180614, 0.0014065721, -0.0049502454, -0.030398471, -0.044670817, 0.02370468, -0.021465732, -0.047631808, -0.016726306, 0.009134336, 0.029496102, 0.011027928, 0.011842281, 0.0019262829, 0.035079848, 0.06016512, -0.023920946, -0.01748659, 0.020865548, 0.041964132, -0.0023441473, 0.03538057, 0.011976819, -0.06372996, 0.007922341, 0.02107857, -0.022904996, -0.05191198, -0.020701254, -0.054239362, 0.02831543, 0.028578226, 0.033087976, -0.0041937307, 0.08025341, 0.050370034, 0.015312607, 0.022426778, 0.024585463, -0.029013272, -0.023342978, -0.039443955, -0.027509047, -0.004941025, -0.010278957, -0.0709422, 0.02426735, -0.016759312, 0.032382175, 0.032277394, -0.049597174, 0.040240705, -0.008580362, -0.02454701, -0.049337737, -0.055149697, 0.008085904, 0.06289506, -0.04028429, -0.031966824, -0.048173837, -0.048394926, 0.009783137, 0.028699325, -0.0042029517, 0.0013488381, 0.009091586, 0.036715053, -0.041462444, -0.022360453, 0.013193948, -0.015495554, -0.056212593, 0.012716569, -0.0030245911, -0.0072969072, 0.030500319, 0.045952495, 0.012178417, -0.0033085458, 0.020735623, 0.030106762, 0.0042301943, 0.031597156, 0.06817725, -0.015847826, 0.023793114, -0.021883177, 0.035106044, 0.012942474, -0.008652556, 0.0191526, 0.024280552, 0.009500229, 0.03901687, -0.041352633, -0.03950305, -0.004467417, 0.04284495, -0.011214018, 0.0037817343, 0.056347545, 0.030630665, -0.09060739, 0.027668733, 0.021247787, -0.021202106, 0.020895725, 0.051800914, -0.05980027, -0.01434758, -0.001033973, -0.029445179, -0.02801744, -0.024394555, 0.057990506, 0.0346097, -0.0064427373, -0.0495167, -0.030116402, -0.033979956, 0.017697828, 0.0086984495, -0.0026522013, 0.052608144, 0.033298373, -0.047344815, 0.020868065, -0.032350738, -7.879487e-05, 0.0193236, 0.00017084445, -0.07468747, -0.029931989, -0.007324307, 0.015482352, -0.025212679, 0.028662888, -0.027815005, 0.009726974, -0.0051715416, -0.027767645, -0.0018712732, -0.0012309601, 0.028516928, -0.036560398, 0.019912677, -0.028273525, 0.03627466, 0.022072619, -0.0079431925, 0.014731286, -0.0068056965, -0.046104636, -0.050943393, 0.06530082, 0.011706066, -0.0015949673, 0.041715175, 0.035741434, -0.0012871225, -0.022962833, 0.02562656, -0.0064016636, -0.01266795, 0.01889505, 0.06409082, 0.00028479312, -0.07219956, -0.023411505, 0.012016426, -0.001536919, -0.046351496, -0.017272001, -0.0139425, 0.0005255523, -0.019859659, 0.007447948, -0.043575235, 0.024175353, -0.021260362, -0.009459784, -0.04591226, 0.00056162296, -0.024784755, 0.015567434, 0.066914715, 0.02483044, -0.023045246, 0.007256043, -0.025399083, 0.009467119, -0.0038302476, 0.045634903, 0.003066189, -0.015671795, -0.023025703, -0.032657955, -0.00239528, -0.004062978, -0.045238312, -0.025967935, -0.035418916, -0.017532695, 0.0014784515, 0.02144352, -0.044910558, 0.0015679339, 0.038513504, 0.006707622, 0.014090869, -0.030188072, 0.037714656, -0.028138332, -0.009666411, 0.016530156, -0.0070852507, -0.034968995, -0.0038415638, -0.0032247347, 0.039794758, 0.016521223, 0.011758247, -0.017542964, -0.0071015963, -0.008433984, 0.0045172926, -0.018110244, 0.08584281, 0.028687615, 0.011859046, 0.06293614, -0.03096638, 0.04340759, -0.0057325354, -0.09405089, 0.09006756, -0.009997307, -0.0019583458, 0.00083048944, 0.030214477, -0.0013937888, 0.03895484, 0.030996112, 0.012689955, 0.006173242, -0.019241977, 0.03560941, 0.030384641, -0.06097046, -0.011807494, 0.052522644, -0.037538208, -0.046471365, -0.04594914, 0.0044384976, 0.016867548, 0.0031953831, -0.01298313, -0.024998927, -0.031288687, 0.044992704, -0.07596495, 0.032004964, 0.013849455, 0.025091344, 0.014735477, 0.021808572, -0.024161102, -0.037853595, -0.009287945, 0.074809015, 0.0037354212, 0.007515793, -0.008482602, -0.0079792375, -0.031374186, 0.042931464, -0.008733708, -0.00080890465, 0.04116078, -0.021554796, -0.035772868, -0.005249079, -0.018201614, 0.013172592, 0.0070496253, 0.019231813, 0.030067785, -0.04044146, -0.04926355, -0.037001733, 0.0027460847, -0.01117462, 0.017250206, -0.019029798, 0.002547002, 0.04899909, 0.013188918, 0.021868508, -0.01601296, 0.031841505, 0.03485436, -0.0048668403, 0.0060299025, -0.009510707, -0.026833843, 0.050751433, 0.028038397, -0.02202065, -0.08449492, -0.0047419416, 0.036238093, 0.019632494, 0.040765446, 0.013554733, 0.010302428, 0.028855266, -0.026808696, 0.007323312, 0.0037565872, -0.0010146934, 0.027482431, -0.07510576, -0.006090675, -0.0001711064, -0.05914644, -0.014142839, -0.03268562, -0.019072128, -0.021835398, -0.021383166, -0.039588865, 0.01326918, 0.038334537, 0.02482625, -0.017061602, -0.038917955, -0.043231558, 0.002673996, 0.014992818, 0.019528762, -0.016469592, 0.0015976916, -0.038420774, 0.008586702, -0.04813863, -0.06436786, -0.03313114, 0.009599561, -0.01546632, 0.011225334, 0.040700063, 0.037406184, 0.010184445, -0.016145822, -0.0687963, 0.016080648, -0.030123109, -0.0121501265, 0.013562566, 0.025849743, -0.06475361, -0.029829094, 0.00909431, -0.010742715, 0.0029981865, -0.036468502, 0.036321916, -0.024081051, 0.011832641, 0.02543649, -0.0008390814, -0.0021393604, -0.042879496, -0.008260991, 0.024651894, -0.083864555, 0.004144589, -0.022257034, -0.028182995, -0.044651538, -0.0026853122, 0.0059869424, -0.011774278, -0.017933795, 0.045928184, -0.025348894, -0.029845754, 0.018386027, -0.07468077, 0.0548035, -0.011873086, -0.05858733, 0.0037280866, -0.026757115, 0.051821034, 0.018168923, 0.06374672, -0.019330516, -0.013101742, -0.017508386, -0.020113226, 0.04121558, 0.03672071, 0.0025548604, 0.008214102, -0.011122439, 0.00835477, -0.005226551, -0.051354133, -0.0005234829, 0.022847157, -0.036321916, -0.01602721, 0.015605574, -0.010144053, -0.010998883, 0.05510611, 0.012070702, -0.0020905784, -0.018343486, 0.03576239, -0.008752097, -0.041591953, 0.0053641275, 0.0017268334, 0.019875584, -0.024512118, -0.032395795, -0.0052914103, 0.047498632, 0.028698932, 0.0212875, 0.041843425, 0.011926734, -0.028143177, -0.008668273, -0.015981106, 0.042735316, -0.09795375, -0.0067503722, 0.0556845, 0.038724743, -0.0015244762, -0.0020872257, -0.035919562, 0.02574664, -0.030291175, 0.071339525, -0.059074353, -0.017019691, -0.016240962, -0.02547589, -0.0016312214, 0.029258301, 0.03270804, -0.001010083, 0.027645629, -0.0028391297, 0.0323696, 0.008719681, -0.038874578, 0.06565352, -0.018296963, 0.017034989, 0.05129294, 0.004587967, 0.0015968534, -0.0021609908, -0.0004485649, 0.033093948, 0.032517236, -0.015396432, 0.017417017, 0.016615657, -0.03804618, -0.006138455, -0.011762229, 0.0044753803, 0.042849317, -0.013763116, 0.011457108, 0.01484361, -0.024894146, -0.028259903, -0.02378096, -0.020976197, 0.013365369, 0.033227123, -0.0064217816, -0.037837878, -0.018064141, 0.0054452275, 0.055793468, 0.0005769209, -0.030925725, 0.05077742, 0.00832166, 0.026319161, 0.03963486, -0.038522515, 0.039796017, 0.017621757, -0.03745606, -0.024266304, 0.0035130773, -0.030342728, -0.034436498, 0.0005490493, 0.01673804, 0.034977164, 0.07752744, 0.033007503, 0.01136574, -0.036290903, -0.027654901, -0.002110906, -0.05669877, -0.03930355, 0.013918111, -0.018469205, 0.011914789, -0.041068885, 0.019456044, -0.05635425, 0.06027304, 0.012245057, 0.011041968, 0.02230869, 0.00022548741, -0.017045256, 0.01263188, -0.050593846, 0.03267053, 0.031088809, 0.027425641, 0.018358154, -0.034652974, -0.013312979, -0.014416945, 0.015221658, 0.022455698, -0.011889642, -0.019156164, -0.008259001, -0.013113476, 0.027325053, 0.076489694, -0.052506715, 0.014068237, 0.009529234, -0.025360066, -0.015837768, 0.010391806, -0.03389604, 0.03597572, -0.024509603, -0.032502536, -0.0041270903, -0.014034706, 0.076870255, 0.0053496677, 0.00050713716, 0.015525941, 0.020170646, -0.003966855, 0.057372715, -0.02702622, 0.011857369, -0.0058568055, 0.01640379, 0.03377198, 0.004047876, -0.017571883, 0.03255401, 0.00419986, 0.060075216, -0.0039175297, -0.046254262, -0.037935533, 0.057054184, -0.022175778, -0.05266179, 0.002212124, 0.004146789, -0.007086508, -0.020426938, -0.020190764, -0.04093854, -0.010633534, -0.056028176, -0.017333612, 0.045703955, 0.01857987, -0.001464961, 0.04529028, 0.025915671, -0.02575188, 0.016957661, 0.041551925, 0.0076745357, 0.039599396, 0.032749325, 0.042304456, 0.03074278, 0.019331565, 0.021191627, 0.018732639, -0.018079543, 0.04371019, 0.056770023, 0.013796225, -0.02337462, -0.026010398, 0.020852137, 0.02163401, 0.0057838783, -0.011849406, -0.018091751, 0.05243379, 0.0710671, -0.03759395, 0.00634131, 0.008394168], [0.0016779033, -0.09467241, -0.027158193, -0.00866455, 0.032354396, 0.015297343, 0.039108045, -0.014100943, 0.03616609, 0.012566758, -0.01048039, 0.03627835, -0.045776613, -0.018942168, -0.021291483, 0.029393228, 0.02856233, -0.041712213, 0.015433872, 0.04478071, -0.018381387, -0.0027912646, -0.0265739, 0.014711279, -0.04141387, 0.011381229, 0.004099164, -0.0029945415, 0.033601616, 0.0123017905, -0.027890397, -0.05540256, -0.003002632, -0.00076658645, -0.006322821, -0.0152735775, 0.027474234, -0.031856857, -0.061298598, -0.041657094, -0.072884366, 0.012393315, -0.022078296, 0.04249043, -0.0019303245, 0.049340654, 0.023816768, 0.046165086, -0.008131075, -0.022589017, 0.035944104, 0.0053595314, -0.036650516, 0.033347774, -0.014673102, 0.024409343, 0.024559082, 0.017539458, -0.034090087, -0.031536233, -5.663435e-05, -0.015358022, -0.037463624, -0.018176088, 0.013448637, 0.03556334, 0.02356596, -0.006759715, -0.02554816, -0.05287626, 0.0025845112, 0.027862363, 0.0368988, -0.008112871, 0.026844682, 0.02317154, -0.057376668, 0.048450686, -0.013930028, -0.025400508, 0.00968656, 0.011321308, -0.030626038, -0.06890783, -0.04629454, -0.0076496834, -0.01645784, 0.0089952545, 0.056749646, 0.0042192596, -0.014923152, -0.0034809902, 0.04692055, 0.027807971, 0.0035674586, -0.0012376123, -0.010605289, 0.054947462, 0.00656023, 0.007618332, 0.007962183, -0.039454803, -0.027607225, -0.011885123, -0.013423353, -0.031684898, -0.016532173, -0.035582554, -0.036586296, 0.022044923, 0.01313917, 0.0069301235, 0.021757578, -0.031629276, 0.016675783, -0.011175425, 0.022797603, -0.0028204825, -0.04517348, 0.03076105, -0.028127553, -5.1577714e-05, 0.0074249315, 0.0041439156, -0.043107845, -0.0366222, 0.006272255, -0.008904741, -0.037232727, 0.023088612, 0.037035834, 0.00059263804, 0.054958582, 0.017226957, -0.021111466, 0.022154147, 0.0056741806, 0.029743148, -0.03430601, 0.041125644, -0.0492911, -0.032209776, 0.009009666, 0.037358448, 0.033750534, -0.015291275, 0.009420423, -0.029826077, -0.039255697, -0.007913505, -0.020442314, -0.017243138, 0.013590096, 0.030346153, -0.0036948859, -0.03966958, 0.0026537238, 0.028234249, -0.013190495, 0.0004282973, -0.040387373, -0.0091494825, 0.004361256, 0.0042962465, -0.023065351, -0.065896094, 0.003007183, -0.003437503, -0.0389791, 0.04154939, 0.044831146, 0.007946711, -0.02705229, 0.010879864, -0.052078824, -0.03218146, 0.009452122, 0.0048103803, 0.01714605, 0.014208017, -0.015236664, -0.02384913, -0.01949802, 0.003359631, -0.001567558, 0.027948845, -0.010996672, -0.012882293, 0.000478358, 0.046873014, 0.025549173, -0.028654959, 0.014337593, 0.025187118, -0.052051395, -0.0012277518, -0.019076675, -0.017940953, 0.01348694, 0.04062453, 0.005227553, -0.0113819875, 0.011445195, 0.0013996775, -0.041356795, -0.031901132, 0.04541923, 0.0064573274, 0.04101541, -0.02146796, 0.009408635, 0.03480181, 0.03130767, 0.081036046, 0.029392218, 0.007358152, 0.015328694, -0.03508656, 0.053913377, 0.06337182, 0.008692867, 0.02489775, 0.056011375, -0.05027513, -0.024831383, 0.012675982, -0.025008112, 0.009324963, 0.036126144, -0.0011628057, 0.061089505, -0.029985867, -0.017611135, -0.03752203, -0.016451268, -0.015299367, -0.047572352, 0.036509942, -0.06475127, 0.04036209, -0.029846303, 0.038788464, 0.05264972, -0.014183618, -0.039330535, -0.021193447, -0.0427913, 0.009394224, -0.019296367, 0.009105995, 0.057747066, -0.017212799, 0.0015023274, 0.018836295, -0.0139052505, 0.038213525, 0.010200251, 0.0013754057, -0.0031523088, 0.0384077, -0.00892699, -0.033954315, -0.016486665, -0.048251458, 0.06964205, 0.014308265, 0.062014617, -0.040748417, 0.018131716, -0.055301424, -0.022860399, -0.07034088, 0.026128665, 0.010033382, -0.02304108, 0.01877631, 0.0028323499, 0.041353192, 0.016555436, -0.004035514, -0.042066682, -0.0014896858, 0.0027974274, -0.007494508, 0.014417994, -0.0066606044, 0.0030109438, -0.039930254, -0.01575598, -0.033585437, -0.019855399, 0.013958345, 0.0029136352, 0.033478994, 0.0656999, -0.028568238, 0.0156594, -0.0030592664, -0.068082586, -0.017431244, 0.019921135, -0.018910564, -0.0117516285, -0.018631691, 0.0043892413, -0.03169299, -0.041448254, 0.0020590634, 0.00041148398, -0.0010017202, -0.022892416, -0.01046522, -0.06961576, -0.0013592244, -0.006270232, -0.027367035, 0.042696234, 0.075853124, -0.052067198, -0.026381623, -0.037032798, -0.017694822, 0.017838651, -0.03501874, 0.037220906, 0.036511965, -0.0014269835, 0.00478358, -0.07164549, -0.030449057, 0.06984773, 0.03871919, 0.0135669615, -0.011055835, 0.022127852, 0.054175816, -0.017970536, 0.01191243, 0.026970088, 0.021477567, 0.03616508, -0.057099566, -0.013047392, -0.02091527, 0.03918895, -0.042894963, 0.012040363, -0.05444786, 0.013541172, 0.00526295, 0.032500282, -0.01837987, 0.027581941, 0.00910195, -0.0041783005, -0.0012459557, 0.019523682, 0.013052702, -0.026526114, 0.003428401, -0.023515014, -0.00917704, 0.00062297785, 0.042080335, 0.03305019, -0.024976129, 0.044997003, 0.004776754, 0.051401746, -0.027427714, 0.060560454, -0.006745872, 0.016368339, 0.028104797, 0.0032386824, 0.04152309, -0.058883544, 0.008639646, 0.020911222, 0.0287791, 0.030480405, -0.0028700219, 0.049342178, 0.016005084, 0.03850226, 0.05855082, 0.034620784, 0.025359044, -0.038163465, 0.030553224, 0.026029048, 0.026366327, 0.02777106, 0.024793712, -0.012092445, -0.01256777, 0.035968885, 0.043099247, 0.037038866, 0.01843347, -0.008158381, 0.003773264, 0.025567377, -0.039777543, 0.0046921815, -0.02956111, -0.030417198, 0.014219015, 0.03174191, 0.008227657, 0.043441582, -0.003421069, -0.012752336, 0.055154275, -0.0055643255, -0.02726211, -0.00918943, 0.023637764, 0.026152935, 0.007436166, 0.024821268, 0.06163638, -0.027274245, 0.026016628, 0.028757356, -0.035636157, 0.0004186897, 0.0016646455, -0.02500729, 0.022373604, 0.02392397, 0.023621581, 0.0020985052, 0.09070396, 0.03814071, -0.03079948, 0.0026107426, -0.000727998, -0.076546386, 0.012250719, -0.032477777, -0.044725243, -0.0091231875, 0.012533637, -0.021653034, -0.0019903562, -0.04179292, 0.00041451794, 0.03459689, -0.029794728, 0.0050649825, -0.004573224, -0.042600155, -0.023418305, -0.04260117, 0.057856034, 0.0547816, -0.051373933, -0.011617121, -0.04769826, -0.06540863, -0.0073194844, 0.050666004, -0.01599339, -0.011403226, -0.026570614, 0.017682055, -0.06336777, 0.035095915, 0.029505739, 0.00920915, -0.033975303, -0.007001359, -0.04647405, -0.014878653, -0.020119734, -0.005201258, 0.04811771, 0.024480958, 0.04344664, 0.021744052, 0.024987886, 0.015625756, -0.016641272, 0.018336384, 0.023211993, -0.009944386, -0.0013294951, -0.025283193, 0.0041569364, -0.0017334156, -0.028204918, 0.016751632, 0.089739405, -0.024340382, -0.01478814, 0.009174765, 0.005922335, -0.041581243, -0.009881178, 0.035484962, 0.05065791, -0.032270458, 0.007890379, -0.0005668492, -0.045751456, 0.019990915, 0.018178869, -0.004358001, -0.00145854, -0.0020080544, -0.031657845, 0.0076228827, -0.035827298, 0.064101994, 0.021687165, 0.02022251, -0.054448873, 0.013448384, -0.013190889, -0.0047867405, -0.058201406, 0.01030644, 0.029366177, 0.0057251896, -0.03177288, 0.023734346, -0.06454901, 0.04874397, -0.008214131, -0.041767836, -0.049251027, -0.027192581, 0.033228185, 0.038764194, 0.0030784816, 0.019005883, 0.04657114, -0.0028752047, -0.008163943, -0.020267008, 0.020625018, -0.018616522, 0.011093759, -0.033008724, -0.014439106, -0.014654645, 0.020127444, 0.021872997, -0.017392814, -0.05060684, -0.0068850564, -0.06994747, -0.05335108, 0.041222733, -0.019577093, -0.010196206, 0.03952572, 0.026068805, 0.0024979794, -0.07138154, 0.010759516, 0.04272683, 0.021537237, 0.0050410894, 0.010678294, 0.0028150307, -0.06678404, -0.07631479, 0.05294756, 0.007953777, -0.013287836, -0.081120625, -0.02843373, 0.026902834, -0.031955935, 0.033227425, -0.009523674, -0.010029337, 0.00025991123, 0.005739285, -0.0486125, -0.037654765, -0.022798361, 0.032599106, 0.05815893, -0.03131415, 0.00610488, -0.02235908, -0.0022186001, 0.06855993, -0.016521556, 0.035211146, 0.030170942, -0.015136795, -0.058873434, -0.010006456, 0.012286621, -0.025561057, -0.038501248, -0.02283578, -0.04827548, 0.025315555, -0.0063299006, 0.016567066, -0.016949853, 0.021240285, 0.023397574, 0.018270142, 0.0077424725, 0.031211723, 0.04908985, -0.03537163, -0.031272784, -0.022011422, -0.010212387, -0.041836604, 0.009667029, -0.047894455, 0.005729425, 0.017118745, -0.0012277518, 0.013069136, -0.0038955712, -0.013957334, 0.0024666283, 0.012429218, 0.074393265, 0.05383702, -0.043021884, 0.04109265, 0.0031758219, 0.0695126, -0.0036468478, -0.066539295, 0.08545719, -0.012654744, -0.004342641, -0.014880677, -0.03785349, 0.013116226, 0.04096181, 0.020438934, -0.035377003, 0.028374411, 0.0037391316, -0.014965011, -0.025349943, -0.03208469, 0.0065968907, 0.025800994, 0.009979782, 0.01873788, -0.032392323, 0.03572414, -0.033529557, -0.00984123, -0.040031385, -0.007190287, -0.01689524, 0.0055695083, -0.030319605, 0.037925802, 0.024767416, 0.042572852, 0.016294513, -0.009793698, 0.0076519586, -0.008670113, -0.019953875, 0.07707531, -0.004508499, 0.027512033, -0.038385704, -0.023852164, -0.012420243, -0.011721289, -0.022769539, 0.02039848, 0.020394435, -0.044694617, -0.03237146, 0.02248831, -0.013644897, 0.04851567, 0.035035048, 0.027383469, 0.03206263, -0.040578514, -0.044845305, -0.025642721, 0.03425797, -0.02072615, -0.020325191, -0.013988559, 0.010042485, 0.07805427, 0.03731319, 0.047245186, 0.02712988, 0.03906759, 0.062063158, -0.0065038484, 0.0012277518, 0.0020974937, -0.023510335, 0.013395921, 0.010213652, -0.031482633, -0.08103162, 0.012527079, 0.0037737694, -0.018980093, 0.038426913, 0.034376044, -0.028595291, 0.017820353, -0.006680831, -0.008534595, 0.027153138, -0.010762549, -0.009774483, -0.07088193, -0.029061515, 0.0027224943, -0.03226439, -0.076254115, -0.051133744, -0.018806651, -0.00015321616, -0.017741343, -0.025993146, -0.020908188, 0.01883699, 0.050186127, 0.0014176287, -0.052222565, -0.01832728, 0.057184514, 0.031695012, 0.010498972, -0.029730255, -0.0025515798, -0.011582073, 0.022791915, -0.052589044, -0.016920524, -0.0150283305, 0.00019923157, 0.042985473, -0.024789665, 0.050802533, 0.025817174, -0.024921138, -0.016324852, -0.007931338, 0.02317647, -0.01822994, 0.015323006, 0.014169587, 0.03304703, -0.047864117, -0.007483825, -0.00063048187, -0.011040413, 0.009867271, -0.020177126, 0.011187307, 0.023627901, -0.017097507, -0.003384914, -0.019447833, 0.020468263, -0.0091828555, -0.021634322, 1.4285005e-05, -0.04343046, -0.026622696, 0.004567156, -0.048905786, -0.053199884, -0.02448437, 0.01811743, -0.0227483, -0.019043807, 0.08276706, -0.026208559, 0.018739397, -0.012246673, -0.0415413, 0.0016555435, -0.0017531367, -0.047433294, 0.025572812, -0.054812953, 0.00703783, 0.030358544, 0.03649806, -0.019248601, -0.04260825, -0.0045341616, -0.0015695806, 0.022401921, 0.013775042, 0.012753854, -0.006125612, -0.020187745, -0.016545953, -0.04557447, -0.066173196, -0.017849935, -0.012894935, -0.0063293944, 0.029189067, -0.005304161, 0.041003272, 0.027786987, 0.018651335, 0.013535989, -0.0031234857, -0.00787521, 0.0030304436, 0.016399438, 0.0008768211, -0.034401324, 0.035357535, -0.029909005, -0.025236672, -0.0023199858, -0.00016585774, 0.04454431, 0.036795642, 0.028899986, 0.019747185, 0.012714412, 0.00022350343, -0.028187726, 0.013678839, 0.021410821, -0.092487946, 6.5736305e-05, 0.06984634, 0.03951055, 0.018346496, 0.012158688, -0.010746368, 0.028511351, -0.029769445, 0.0022326957, -0.057220925, -0.042907603, -0.017576877, -0.009957532, 0.0021748603, 0.009474245, 0.0067111836, -0.016322829, 0.03342774, 0.050922375, 0.012755877, 0.027451852, -0.007542482, 0.08116411, -0.039959837, -0.059433706, 0.066323884, -0.006124095, -0.00024575263, 0.017296739, -0.037730616, 0.019307258, 0.016472507, -0.019281343, 0.033250432, 0.03329291, -0.036564555, 0.007077777, -0.044441786, 0.028176604, -0.01285524, -0.0012494954, 0.0664125, 0.011184779, -0.035809092, -0.06752433, -0.0024797756, -0.018157378, 0.009944891, 0.019188933, 0.01872979, 0.039292105, -0.015362068, -0.0026041688, -0.011362267, -0.010281663, -0.040813144, 0.047913168, -0.005193168, 0.053960405, 0.036372527, -0.015963808, 0.04762911, 0.05395636, -0.0053211013, -0.028897678, -0.020801684, -0.027081335, -0.038539678, 0.03724113, 0.0136954, 0.03469663, 0.031498816, 0.012127084, -9.721388e-05, -0.08642402, 0.017311402, -0.035674706, -0.0044882726, -0.018935626, -0.042407, -0.0118689425, 0.01987613, 0.010534496, -0.030521872, -0.0366581, 0.07381074, -0.005751168, -0.011620156, 0.012509113, 0.021271763, -0.026921038, -0.03160627, -0.011238379, 0.041442696, 0.012028227, 0.044866543, -0.022145042, -0.0031990826, -0.052516226, -0.01773458, 0.013889575, 0.030169802, -0.013740909, 0.026234854, -0.009476141, 0.01781024, 0.020780763, 0.022592556, -0.037257694, 0.019494353, -0.0050136573, -0.0400506, -0.027150989, 0.03985061, -0.024163527, 0.028744398, 0.0017789254, 0.0070294864, 0.025840435, -0.06525542, 0.03674558, 0.0003999801, -0.0077781216, 0.017475743, 0.008521447, 0.002214555, -0.0028878462, -0.014112572, -0.02923344, -0.00028013779, -0.06278525, -0.01622473, -0.020212395, -0.014335824, 0.016377695, -0.017301796, 0.063044146, -0.021747591, -0.007902009, -0.04567965, 0.05750005, -0.016773757, 0.0039350763, -0.032625433, 0.0031520557, -0.041819163, 0.0067930887, -0.023993751, -0.021941768, -0.008837488, -0.07076462, -0.0004055424, 0.023709835, 0.0055916314, -0.016590325, 0.049773887, 0.015020239, -0.033167504, -0.008616513, 0.01220976, 0.010915133, 0.025231615, 0.008804619, 0.02141006, 0.0005026299, 0.027481316, -0.014491821, 0.013592751, -0.029977776, 0.016261645, 0.054468088, 0.0065566907, 0.011216131, 0.024216242, 0.008260272, 0.023932058, -0.0077255326, -0.036237895, -0.048462827, 0.028767724, 0.027339729, -0.049669337, 0.007546022, 0.024269843], [-0.03953594, -0.08909121, -0.03593784, -0.02589849, -0.015515236, 0.019378772, 0.022034163, -0.026197894, 0.04482276, 0.019702666, -0.018887931, 0.014405049, -0.073792696, -0.02512457, -0.023243295, 0.050954863, -0.016027145, -0.017079532, 0.02865737, 0.03163086, -0.023170158, -0.020579677, -0.0052614827, 0.025427397, -0.024664013, 0.074018106, -0.017473074, -0.008646084, 0.021801382, -0.012296325, -0.01755892, -0.055265527, 0.013352794, -0.015877575, 0.012188888, 0.014269172, 0.007613842, -0.009832571, -0.016860312, -0.05267702, -0.062195767, 0.014143565, -0.025725055, 0.04379361, 0.014165948, 0.033876516, 0.022967132, 0.021171043, -0.008626072, -0.02838456, 0.036151662, 0.005596229, -0.02637801, 0.01380914, -0.039928824, 0.03288851, 0.009363914, 0.029226683, 0.034820277, -0.010216041, 0.014768441, 0.008186052, -0.056533184, 0.020600611, 0.013112639, 0.02591666, 0.01937298, 0.010764814, 0.015435184, -0.02715219, 0.002941891, 0.01692272, 0.000456741, -0.034883477, 0.05727471, 0.0074363593, -0.07088767, 0.00071519654, -0.011411052, -0.0401437, -0.021321073, 0.0075744246, 0.010878045, -0.05712093, -0.043733377, -0.0013840476, -0.0052812896, -0.00022804132, 0.051232934, 0.019839793, -0.055671573, -0.0064847604, 0.022748308, -0.016874004, 0.008795992, 0.003219438, 0.0006867572, 0.06389742, 0.02741973, 0.04250943, 0.03901666, -0.04160569, -0.0026172088, -0.02971173, -0.031043114, 0.005452979, 0.020004965, -0.0349869, -0.019203397, 0.009371287, 0.005800571, 0.0052686497, 0.00766756, -0.066288926, 0.04637086, -0.003927788, 0.019849602, -0.01607349, -0.03630781, -0.010697929, -0.044440143, 0.0074542654, 0.01520214, 0.0096715465, -0.015043091, 0.008464389, 0.0049663507, 0.012299748, -0.05410215, -0.0030572284, 0.056339376, 0.006235258, 0.053592347, -0.014830059, -0.04688698, 0.008462282, 4.739889e-05, 0.055509366, -0.015129725, 0.059204374, -0.013280905, -0.0010443556, 0.03234711, 0.009621317, 0.038394164, -0.008617776, 0.012608104, -0.03622118, -0.022339625, 0.0058533675, 0.007748138, -0.01968423, 0.033427805, 0.031450216, 0.020491067, -0.055033274, 0.009167077, 0.022235347, -0.024523132, 0.017373273, -0.01419228, 0.015070741, 0.02926618, 0.006640584, -0.005452979, -0.04958556, 0.015945513, 0.0021211002, -0.019020762, 0.05652897, 0.06933299, 0.005344192, -0.0013279589, 0.030075649, -0.06670577, -0.0069384077, 0.0045360737, -0.044487543, 0.014911954, 0.026501248, 0.011292522, 0.0034148267, 0.0052876095, 0.0023783708, -0.033638466, 0.02106196, -0.01852849, -0.005016909, -0.028486732, 0.015572247, 0.02324231, -0.030328969, 0.022827832, 0.008487824, -0.02896388, 0.020459468, -0.030223638, 0.004361751, 0.022547651, 0.028589956, 0.00924331, 0.0055404035, 0.029000746, -0.025276247, -0.024143942, -0.050380807, 0.022567665, -0.02324231, 0.036694903, -0.021415083, 0.032200173, 0.052336797, 0.041057445, 0.053700835, 0.018070564, 0.036147445, 0.015610034, -0.05229888, 0.026093617, 0.060392503, -0.04553664, 0.0064130696, 0.025158277, -0.03186364, -0.020572435, -3.791911e-05, -0.015355397, 0.011013396, 0.022850476, 0.0041045053, 0.064349785, -0.0011254603, -0.03269549, -0.04444541, -0.0010575219, 0.011217211, -0.03585423, 0.024511546, -0.016481647, 0.036920577, -0.024425175, 0.024928918, 0.029944513, -0.031049432, -0.022892347, -0.0020202461, -0.037287127, 0.027469236, -0.026204212, 0.012214628, 0.05847917, -0.02572285, -0.010217095, -0.015264022, -0.009234884, -0.0032522222, -0.0077850046, 0.021390263, -0.014006372, 0.038540814, -0.010807342, -0.031141203, -0.01393106, -0.040992666, 0.058155276, 0.007813213, 0.02310854, -0.015973426, 0.041062187, -0.018748894, -0.030601777, -0.05808997, 0.024582118, 0.018544551, -0.016996583, 0.025846086, 0.018180635, 0.01584479, 0.05600653, 0.011293312, -0.061534293, -0.025497377, -0.0021577028, 0.036776535, 0.025070854, 0.01654353, 0.0055696326, -0.046054866, 0.0027162198, -0.047457874, -0.020346763, -0.017080717, 0.024644788, 0.03772504, 0.032889564, -0.025877688, 0.050805293, -0.028831163, -0.045058176, -0.027779436, 0.017753255, -0.0058691674, -0.009844108, 0.00053935987, 0.01230225, -0.020428922, -0.07390013, 0.022005724, 0.00026596044, -0.015196348, -0.0342586, -0.0055717393, -0.072964795, 0.004841665, 0.012954117, -0.027423155, 0.018386029, 0.082048535, -0.024763286, -0.015873361, -0.036130067, -0.036495037, -0.0015462572, -0.062229473, 0.022524215, 0.078357734, 0.037687384, -0.011868682, -0.051746946, -0.03413775, 0.045578774, 0.025544183, 3.4298362e-05, 0.011618258, 0.02844144, 0.0050737876, -0.011789683, 0.022613483, 0.016031358, 0.041020054, 0.00062434876, -0.053992603, -0.03969815, -0.01535724, 0.038513705, -0.08190739, -0.021390263, -0.058167916, -0.009042919, 0.011127021, 0.030956743, -0.03364268, 0.010997069, 0.03647608, -0.004760955, -0.015830703, 0.011051315, 0.005736319, -0.010111105, -0.0010016966, 0.0012702902, -0.0020602718, -0.045736246, 0.04102776, 0.015702857, -0.027902145, 0.070298605, 0.007841356, 0.05616874, -0.0126249585, 0.06674606, 0.017332194, -0.033899687, 0.0018422368, -0.0015820696, 0.020287778, -0.06485011, 0.012321605, 0.041682582, 0.0016747608, 0.02112832, -0.012559652, 0.03599577, 0.024403187, 0.029094491, 0.02803065, 0.031943165, 0.031124217, -0.02485861, 0.04189759, 0.006179235, 0.01371421, 0.048216257, 0.014566996, 0.008067291, -0.0088667525, 0.015143419, 0.028525705, 0.02771887, -0.0072952155, -0.011062901, 0.021574922, 0.006617938, -0.008197111, -0.009240545, -0.061096113, -0.036932163, 0.03507307, 0.0006954471, 0.031670883, 0.033915486, -0.014390303, -0.01660067, 0.02274936, 0.023332631, -0.013537123, -0.033051774, 0.050242823, 0.010850659, 0.009471088, 0.028158627, 0.039890904, -0.04429637, 0.04913685, 0.025324699, -0.014510644, -0.014748428, -0.016217217, -0.052036606, 0.053702414, -0.0032610437, 0.019617872, -0.015378306, 0.08690639, 0.05073156, -0.042642146, 0.008049385, -0.012508303, -0.063544005, -0.03044457, -0.042705346, -0.0302742, -0.014990163, 0.01196348, -0.0340877, 0.01770138, -0.03593402, 0.026831985, 0.040027305, -0.046488833, 0.010975526, -0.020166121, -0.019210244, -0.044440143, -0.03130223, 0.051991314, 0.06290359, -0.06623205, -0.03912989, -0.048619263, -0.05656689, -0.0037834847, 0.028938076, -0.010197607, 0.012635491, 0.010700167, 0.023951186, -0.047719624, -0.0003506201, 0.007973546, 0.02615576, -0.02472642, -0.013294862, -0.05047139, -0.025404751, -0.009467138, 0.037853807, 0.009322835, -0.0016426347, 0.027504522, 0.024227154, 0.012327924, 0.014002685, 0.034017656, 0.047138724, 0.01210673, -0.021001395, -0.013048388, 0.029541094, 8.847792e-05, 0.019774817, 0.0325978, 0.022654563, 0.064904876, -0.027571406, -0.003703433, 0.006363564, 0.030126734, -0.054586668, 0.00040947372, 0.06960685, 0.023335, -0.07302378, 0.020392055, 0.009267106, -0.072585605, 0.022500781, 0.053681877, -0.026570369, 0.0134704355, -0.039185718, -0.038533192, -0.009374447, -0.04886694, 0.060969718, 0.039267346, -0.024660062, -0.04404726, -0.014366077, -0.024623789, -0.003047222, -0.017026339, -0.0070392615, 0.04931591, 0.023671238, -0.02640118, 0.03197845, -0.056401517, 0.016053477, -0.00780291, -0.014110123, -0.05707037, -0.058816753, 0.00044344296, 0.0020139262, -0.0060209758, 0.048296306, 0.016692836, 0.015872044, -0.0008068345, -0.028876457, -0.012547671, 0.02435829, -0.0047240895, -0.015771981, -0.0023565148, -0.03283374, 0.03425781, 0.0022140548, -0.039005075, -0.009452391, -0.007128793, -0.051494155, -0.055888824, 0.040232707, -0.0024160268, -0.021696579, 0.036498196, 0.043543782, 0.02736496, -0.048009973, -0.00725045, 0.020443669, 0.015946565, 0.030076176, 0.02534682, -0.011638533, -0.07178719, -0.06372517, 0.051380396, -0.03238292, -0.030107247, -0.04256631, -0.03833201, 0.0050632544, -0.0079040285, -0.0031578194, -0.04342897, 0.016355777, -0.03132395, 0.010926431, -0.011321751, -0.0060912836, -0.01330895, 0.019500956, 0.02267464, 0.0071751387, 0.007179747, 0.0076759867, -0.009699657, 0.03717758, -0.030663922, 0.052397896, 0.026602363, -0.012130429, -0.01234899, -0.05268485, -0.003932001, -0.017670305, -0.026478073, -0.0023472984, -0.054346513, -0.010652374, -0.012621798, 0.015696406, -0.016288891, -0.026985768, 0.028553091, 0.018855805, 0.0047075, 0.025101924, 0.0054498194, -0.039933566, -0.016265983, 0.007496924, 0.015462571, -0.027348107, 0.012110943, -0.023879033, -0.009617761, 0.035268985, -0.01789782, -0.024149735, -0.0012511333, 0.0022577671, 0.010706883, 0.019466197, 0.07052112, 0.02044156, -0.012960963, 0.042559993, -0.02123523, 0.090660386, -0.026366422, -0.060205013, 0.0807635, 0.022278268, -0.018761534, -0.019241843, -0.0062371674, 0.021185987, 0.031008353, -0.0074195066, -0.0021940419, 0.014150807, 0.005656531, 2.3896939e-05, -0.0008882025, -0.023641514, 0.018986942, 0.0529256, 0.00284288, -0.004498155, -0.057864565, 0.025451098, -0.021437332, -0.014328685, -0.012548329, -0.02424295, -0.025802374, 0.036473446, -0.050996993, 0.042557884, 0.04485831, 0.01551392, -0.009772598, 0.02936888, 0.012224174, -0.03701748, -0.01210673, 0.040498927, 0.009742578, 0.024015965, -0.021947792, 6.8465066e-05, -0.005919595, -0.020603508, -0.011639324, 0.008025949, 0.024604632, -0.05818477, -0.019469358, 0.01582254, -0.012947797, 0.05700085, 0.027906228, 0.0072256974, 0.023266533, -0.025011867, -0.04928642, -0.017846208, 0.0022656668, -0.032842163, 0.011058687, -0.010865405, -0.013842056, 0.02477382, 0.028706873, 0.054272648, 0.039893012, 0.027516637, 0.06224521, 0.028901737, 0.011923783, -0.0031526845, -0.03716468, 0.02145998, -0.002780735, -0.022421781, -0.09184009, -0.015229527, 0.022123696, -0.0037118597, 0.057283137, 0.03582092, 0.010533086, 0.023145406, -0.037382975, 0.020607984, 0.015614247, 0.010004326, 0.0044107297, -0.061412107, -0.013273269, 0.03884826, -0.014997008, -0.04912842, -0.045928467, -0.03138965, -0.009282414, -0.030228114, -0.047095537, -0.0015778564, 0.027657779, 0.034769718, -0.011310428, -0.036198005, -0.04296025, 0.040171087, 0.027082672, 0.027834734, -0.03963495, 0.00669483, -0.005428753, 0.004273273, -0.040849417, -0.038922913, -0.017316394, 0.016922457, 0.005245477, 0.0127503015, 0.049902607, 0.0085960515, -0.004203755, -0.029269341, -0.062322166, 0.04371863, -0.0430877, 0.0076154214, 0.007430994, 0.011303582, -0.08267209, -0.0031351733, 0.013405459, 0.001539674, 0.007884015, -0.020285277, 0.031068392, 0.015551049, 0.015160271, 0.020073958, 0.009467138, -0.00848032, -0.03633704, 0.0048978855, -0.016405283, -0.063447095, -0.02531838, -0.0055356636, -0.075808726, -0.068613574, -0.0057903007, 0.0018490833, -0.00841699, -0.05305726, 0.062195767, -0.03962416, -0.010883312, 0.016686121, -0.06540152, 0.009905841, -0.021623373, -0.061970364, 0.03279582, -0.034211464, 0.030846145, 0.008497568, 0.059655186, -0.039703418, -0.039683405, 0.013988992, 0.001879366, 0.011145058, 0.028550457, -0.012559389, 0.007180339, 0.0038999412, 0.015009649, -0.037600223, -0.07995877, -0.030295264, 0.017461209, -0.013169255, 0.013691169, 0.025355246, -0.014388986, 0.0041337097, 0.009028962, 0.021890914, 0.005917751, 0.008966685, 0.042600017, 0.008182101, -0.006432819, -0.028852232, 0.017045166, 0.0071393256, -0.022624018, -0.0067345924, -0.0057157795, 0.03356684, 0.016964588, 0.022790043, 0.036209065, 0.022233766, -0.018844746, -0.010553626, 0.0079175895, 0.03903141, -0.091722116, -0.01598475, 0.055749517, 0.013205857, -0.0046387715, -0.0023509848, -0.044828814, 0.015924973, -0.050107207, -0.008853915, -0.068608314, -0.043246746, -0.012193891, -0.012231019, 0.01140075, 0.020385735, 0.011721219, 0.000326789, 0.020454992, 0.043670174, 0.03132329, 0.02313013, -0.01695827, 0.051195014, -0.012559652, -0.007850836, 0.022079457, -0.0077634114, -0.0038856557, 0.03758416, -0.016850831, 0.014099228, 0.032024797, -0.00012587039, 0.0057204533, 0.0353048, -0.06663652, -0.0022561871, -0.036185365, 0.00970466, 0.008196321, -0.015271923, 0.039566487, 0.028236572, -0.015696999, -0.027459757, -0.020314636, -0.02725752, -0.013145818, 0.017516524, -0.0015628467, -0.01087449, -0.012066704, 0.008356688, 0.026551805, -0.0431875, -0.057399, 0.06368515, -0.007323655, 0.037186008, 0.042545244, -0.03399659, 0.06870101, 0.020916209, -0.015801737, -0.03504147, -0.0082566235, -0.0394106, -0.061259903, 0.044508614, -0.003981507, 0.039735015, 0.06867573, 0.029324112, 0.009025275, -0.07698422, -0.0013115668, -0.021854047, -0.03158662, -0.038961887, -0.015518661, -0.0009911634, -0.0014337177, -0.005565881, -0.011007075, -0.048410065, 0.06857461, 0.015890215, -0.01988933, 0.01719105, -0.012699742, -0.01384074, 0.012901978, -0.019934788, 0.06665126, 0.0371523, 0.023683382, -0.009796824, 0.01861091, -0.055416677, -0.01415265, -0.0046714237, 0.04210812, -0.007533264, 0.022380702, -0.005376087, 0.013010468, 0.0006957433, 0.049438097, -0.041442428, 0.04531228, 0.0029071318, -0.024775004, -0.0046387715, 0.036757313, -0.044569705, 0.04656467, -0.0012228914, -0.011747024, 0.028961774, -0.045802075, 0.06269714, 0.018873448, 0.01753917, 0.025910338, -0.008682423, 0.017827248, 0.017507045, -0.018734148, -0.0082837455, 0.009940074, -0.023840588, -0.0019970075, 0.0039836136, -0.015911281, 0.021177825, 0.015942352, 0.05512807, 0.006108664, -0.04661101, -0.049009662, 0.041184366, -0.0058852304, -0.033912323, -0.040931575, -7.478491e-05, -0.030330021, -0.0244336, 0.000752589, -0.0143770045, 0.0075848754, -0.06391898, -0.004977805, 0.011832869, 0.022935795, 0.0030145694, 0.04093368, -0.0017868723, -0.047146097, -0.02115149, 0.017932579, 0.031164242, 0.053828284, 0.016358936, 0.012861689, 0.011574019, 0.014860079, 0.00039670235, 0.012007718, -0.024225837, 0.021331081, 0.06373202, 0.012583088, 0.010621827, 0.015652167, 0.007865319, -0.009246997, -0.02517829, -0.0008068345, -0.021000868, 0.049636118, 0.021661293, -0.0632238, -0.0024684947, 0.0007731286], [-0.022058861, -0.06255632, -0.054009654, -0.01157619, -0.01921185, 0.05056579, 0.0201675, -0.022758963, 0.023435697, 0.007043769, 0.0042678863, -0.008841111, -0.060456995, -0.018557133, 0.008547395, 0.045927975, -0.0022367013, -0.04838047, 0.04273171, 0.052670866, -0.019645637, -0.0048878603, 0.0043266052, 0.03341889, -0.01783636, 0.046025842, 0.0031250084, 0.0040839002, 0.029932946, -0.014239336, -0.0077156657, -0.019839164, 0.012736132, -0.0069634514, 0.011247119, -0.009927412, 0.0032155947, -0.032049026, -0.030113017, -0.0341497, -0.046740256, 0.03516339, -0.037732776, 0.015149725, 0.028326003, 0.044072457, 0.004437682, 0.029931966, -0.0068566566, -0.036100388, 0.016153818, -0.014376347, -0.047073975, 0.0044367034, -0.016803395, 0.06109507, 0.042847194, 0.031430278, 0.03244318, 0.011714913, 0.035763733, 0.02525941, -0.0566892, 0.02291212, 0.0017227121, 0.015254685, 0.015052593, 0.020896103, -0.0017390584, -0.02612111, -0.012113528, 0.024532763, 0.009424875, -0.014568407, 0.084750965, -0.0041005374, -0.061204683, 0.008000452, -0.0032603675, -0.034147006, -0.00066401303, 0.01189841, -0.0017752685, -0.04383122, -0.059603613, 0.017506067, 0.01763965, 0.015418792, 0.05509009, 0.002005251, -0.04592602, -0.012005571, 0.060558774, -0.04257497, 0.006985593, -0.01650711, 0.0037188646, 0.058875497, 0.011415935, 0.043812137, 0.03401342, -0.034364756, -0.016207399, 0.019360606, -0.020642145, 0.020085782, 0.012873082, -0.008925764, 0.01713369, -0.014168874, 0.0014512135, 0.018088361, 0.02050342, -0.057678, 0.01667715, -0.014842184, 0.008734439, -0.042166054, -0.03180461, -0.00047904847, -0.005188795, 0.0019257356, 0.03242067, 0.022207983, -0.035268538, -0.015756242, 0.031287394, -0.027265882, -0.03177525, 0.005386971, 0.044475663, -0.005242131, 0.024456428, -0.029837528, -0.068723634, 0.033444334, -0.01353471, 0.04889744, -0.04947876, 0.022397352, -0.0139286155, 0.009306948, 0.025039457, 0.01699521, 0.023221618, -0.006898004, 0.020272216, -0.030039618, 0.0132151805, -0.0029755807, -0.006956356, -0.0085651325, 0.02145589, 0.010882082, 0.028601004, -0.041438915, 0.032584105, 0.022688987, -0.04736659, 0.027529385, -0.02704104, 0.04597495, 0.00073741167, 0.01311487, -0.0069669993, -0.07016225, 0.007106946, 0.007880079, 0.017540319, 0.023240946, 0.08057801, 0.009879457, 0.019105177, 0.04142228, -0.037777733, -0.0011970096, 0.043611515, -0.045028843, 0.0035047852, 0.0064705797, -0.011688978, 0.021633517, 0.022894016, -0.024035608, -0.037371654, 0.006483792, -0.020616699, -0.027972223, -0.0063064117, 0.024923733, 0.02560732, -0.025701268, 0.015110333, 0.021536628, -0.023424933, 0.033943936, -0.030258834, 0.021387875, 0.047253065, 0.040668722, 0.003956187, 0.019559516, 0.05109133, -0.03861894, -0.030729322, -0.03606785, 0.034306526, -0.021784717, 0.04181178, -0.004659713, 0.02636675, 0.05401969, 0.021185173, 0.059751388, 0.0108782295, 0.010076165, -0.0129432995, -0.05824525, 0.008642935, 0.058296137, -0.014672388, 0.024085522, 0.01586952, -0.0200048, -0.045575663, 0.024117814, 0.013329391, 0.009159172, -0.016138649, -0.01936721, 0.06545495, -0.009608249, -0.0020277598, -0.016703084, -0.007114041, 0.01707546, -0.03618553, 0.018956913, -0.022630269, -0.0034706548, -0.054821935, 0.013557219, 0.032260295, -0.008823849, -0.04318678, -0.020570213, -0.022935608, -0.03657014, -0.014950814, -0.017159624, 0.050845686, -0.03032049, -0.03426053, -0.023097085, 0.018419879, -0.0072243838, -0.012005081, 0.020558227, -0.010315934, 0.04498358, 0.031786505, -0.04539706, 0.025616981, -0.048842147, 0.029151127, 0.025871798, -0.0012326079, -0.010485974, 0.022966435, -0.013480021, -0.026216894, -0.04858403, 0.016018521, 0.0025904828, -0.0017625461, 0.030297002, 0.023046747, 0.007689242, 0.056176387, -0.0007765576, -0.03964114, 0.021659449, 0.025218919, -0.00049201556, 0.033390023, -0.003419398, 0.017649926, -0.033763375, -0.012655027, -0.03928491, 0.010198986, -0.023085402, 0.036113113, 0.017206049, 0.02524693, -0.005837639, 0.05914854, -0.023474352, -0.03530328, -0.05851242, 0.002829273, -0.0007486662, 0.009880436, 0.032456513, 0.014624924, -0.06448119, -0.0588892, 0.058538843, 0.0046823444, 0.010585429, -0.020722883, -0.011111453, -0.06248769, 0.018884981, 0.028737035, -0.032192644, 0.017063716, 0.06859544, -0.013894853, -0.0065686894, 0.0026484677, -0.0069978265, -0.011804459, -0.075927466, 0.02032555, 0.07263921, 0.021446357, 0.013188268, -0.03982023, -0.050375935, 0.06992248, 0.032742217, 0.0035182417, -0.01457379, 0.0037384375, 0.009118558, -0.011333729, 0.030130632, 0.02973061, 0.030930677, -0.022933649, -0.08408549, -0.020886317, -0.022727424, 0.019426174, -0.064148456, -0.034133304, -0.04076267, 0.010146629, 0.006477185, 0.024442727, -0.044993855, -0.0042581, 0.013789158, 0.025250113, 0.008881725, 0.0098752985, 0.017218344, -0.00433052, -0.027792152, -0.017534446, -0.024298863, -0.01703191, 0.023684274, 0.0014723768, -0.026430476, 0.06776359, 0.009515033, 0.037349142, -0.03632352, 0.04425782, -0.0029339883, -0.021814076, 0.018740142, -0.0019396815, 0.030163905, -0.055751648, -0.012358863, 0.048470505, -0.019577865, 0.013760777, -0.0049458453, 0.036392026, -0.005291675, 0.025411343, 0.033262797, 0.008128655, 0.034792915, -0.01608256, 0.049502004, 0.01140251, 0.045243412, 0.034154836, -0.025917916, 0.010252812, 0.007618779, 0.02234059, 0.04953332, 0.008284994, -0.0008670826, -0.010401078, 9.517358e-05, 0.0145485895, 0.006790353, -0.014348456, -0.04348527, -0.03357939, 0.011276723, -0.022442369, 0.038179036, 0.070523374, -0.032342378, -0.011279658, 0.029832145, 0.052056275, -0.0033599453, -0.040128503, 0.026284175, -0.01890064, 0.011557595, 0.01010161, 0.05809454, -0.03445308, 0.03282387, 0.0328777, 0.0029819424, -0.0028522713, -0.023579804, -0.06365522, 0.055641156, 0.047277108, 0.01676107, 0.040819433, 0.06967586, 0.019485872, -0.027187591, 0.028056875, -0.015039382, -0.06476109, -0.0055817217, -0.04830218, -0.017881623, -0.04585947, 0.0049588126, -0.016419766, -0.01625731, -0.056377985, 0.052825004, 0.04994695, -0.03757423, 0.010382483, -0.0039726403, -0.05549916, -0.040074434, -0.04668545, 0.061435644, 0.07101857, -0.038659554, -0.0349999, 0.0034399496, -0.057112463, 0.004571023, 0.0349358, -0.010898231, 0.005101206, 0.01648142, 0.047000576, -0.041007333, 0.020772183, 0.031872626, 0.024034629, -0.038550925, -0.032953054, -0.04878563, -0.004362387, 0.019459449, 0.044199683, 0.00821184, -0.011920061, 0.038226012, 0.02084494, -0.009805813, 0.023971997, -0.032113742, 0.011412388, 0.0032549852, 0.0023941414, -0.0325293, -0.013865003, 0.0045663742, 0.020463541, 0.026397089, -0.006204632, 0.048581094, -0.03858946, -0.008598162, -0.0013970209, 0.027331697, -0.033415955, -0.024385476, 0.060864113, 0.031815864, -0.059972562, 0.004576069, 0.0009605436, -0.08063281, 0.030286236, 0.083224274, -0.02986444, -0.029185258, -0.020689731, -0.028648958, -0.010366824, -0.022574363, 0.07415807, 0.04608603, -0.04913941, -0.037180815, 0.013475991, -0.016032832, -0.030193266, -0.009305847, -0.0008778477, 0.026454827, 0.020130312, -0.025198244, 0.029860524, -0.056262504, 0.007500363, -0.0016255353, 0.0027113457, -0.024298621, -0.06189756, 0.011549031, 0.013811178, 0.00676026, 0.011110597, -0.0018290941, 0.00087344385, 0.0009722873, 0.0020783436, 0.010239783, 0.01385962, 0.017942542, -0.0060036113, -0.014304417, -0.034567825, 0.031960703, 0.032295402, -0.0045857024, 0.014638136, 0.012492939, -0.06458298, -0.06105201, 0.07884286, -0.01700622, -0.033021558, 0.05676553, 0.045637317, -0.0122324955, -0.05886767, -0.021236673, 0.010297707, 0.019408558, 0.015687736, 0.03462263, -0.015886646, -0.055826027, -0.048746485, 0.03289972, -0.016056687, -0.022259362, -0.07712729, -0.026485167, 0.007849496, -0.03168081, 0.013934243, -0.034460664, 0.011299966, -0.03681382, 0.029149782, -0.03029896, 0.021221014, -0.03111821, 0.008291661, 0.015452861, -0.00057348807, -0.0273591, 0.033581346, -0.014719364, 0.028230341, 0.011648364, 0.050529584, -0.010172074, -0.011017626, -0.015104584, -0.027585534, -0.008207926, -0.01099585, -0.027361058, -0.0006185059, -0.044888165, 0.036767825, -0.01893685, 0.00016172168, -0.013318429, -0.025722798, 0.019962963, -0.014311512, 0.01824837, 0.018292898, 0.0028302518, -0.048924603, 0.00968544, -0.038602304, 0.014777593, -0.046243105, 0.015458611, -0.030430587, -0.012762556, 0.0128261065, -0.025777113, -0.021870349, 0.0077644754, -0.029504297, 0.018903576, 0.0049304315, 0.030434014, 0.011435264, -0.019119734, 0.0505609, -0.04470369, 0.054702543, 0.0025890146, -0.059971586, 0.10250561, -0.002027026, -0.030525029, -0.030220667, -0.0043155956, 0.011868071, 0.03456978, 0.0013484554, -0.022536319, 0.015747434, 0.011143871, -0.0081153205, -0.0031837886, -0.032387394, -0.01060806, 0.077785924, -0.00530715, -0.019876352, -0.036144916, 0.021303222, -0.0036011208, 0.020958493, -0.012461132, -0.02735861, -0.023315322, 0.03317472, -0.042038828, 0.040566757, 0.015609689, 0.014722636, 0.00027414394, 0.0336249, 0.0015862669, -0.03557241, -0.0038316536, 0.042542834, 0.01851603, 0.009459617, -0.01439641, -0.0020388614, 0.021553755, -0.042700395, -0.03665039, -0.0019416386, 0.050887767, -0.030206231, -0.003025492, 0.051125087, -0.03547014, 0.03853918, 0.016380131, 0.0041840286, 0.041848972, -0.031250697, -0.03276711, -0.052354764, 0.0037394161, -0.005997158, 0.0011910152, -0.027517641, 0.012311032, 0.04780894, 0.04297833, 0.015777405, 0.03291978, 0.025014747, 0.058707166, 0.0021814075, 0.024914436, 0.00824826, -0.007689976, 0.04355916, 0.007035994, -0.03614345, -0.07077195, -0.0044281404, 0.0074582803, 0.009069136, 0.071128175, 0.0032407946, -0.016570477, 0.028844686, -0.04124123, 0.05604916, 0.004386058, 0.004919055, 0.011800788, -0.09200862, -0.035117824, 0.0034879034, -0.022206515, -0.006430455, -0.06461429, -0.041715384, -0.024697663, -0.028955275, -0.016363004, -0.01100784, -0.016522525, 0.024386942, 0.008519258, -0.025255494, -0.01691276, 0.006776163, 0.01588732, 0.015607671, -0.01363337, 0.02305647, 0.011617049, -0.016414873, -0.06007336, -0.024157206, -0.039555017, 0.0326164, -0.043420676, 0.026668174, 0.036638644, 0.020814326, 0.024873577, -0.0070879846, -0.042896125, 0.047041677, -0.01570633, 0.04444239, -0.009766913, 0.0014704195, -0.07636982, -0.04093491, -0.0004193509, 0.0038791182, -0.009031948, -0.01614183, 0.01153582, 0.003970622, 0.007638597, 0.022783183, -0.0019993791, 0.00092775887, 0.02793748, 0.033003457, 0.0070198462, -0.10121966, -0.011476856, -0.0033244693, -0.063232444, -0.0435802, 0.0009765689, 0.0064306995, -0.017339695, -0.028378852, 0.026584499, -0.040966228, -0.017361226, -0.006956968, -0.045150932, 0.005646313, 0.014723523, -0.03454238, 0.004675616, -0.03470875, 0.028034369, -0.0062158867, 0.0532375, -0.03749007, 0.008245481, 0.010399609, -0.027115416, 0.05899734, 0.035630636, -0.007722271, 0.002740216, -0.00146467, 0.021835607, -0.03100897, -0.046247017, -0.029369732, 0.013470913, -0.0069709136, 0.0020855002, 0.004332477, 0.0014028928, 0.015400259, 0.016042007, 0.030710971, -0.009249697, 0.02973428, 0.050359298, 0.016746635, -0.013504372, -0.029127028, 0.0160721, 0.02035589, -0.019041564, 0.013965315, 0.016876794, 0.03644781, 0.023080051, 0.00646483, 0.06598929, 0.022498641, -0.01852643, -0.0054376163, 0.0026306072, 0.010277278, -0.08107125, -0.010303212, 0.06763636, 0.0036060142, 0.019871704, 0.003358722, -0.0386116, 0.010643781, -0.043268014, -0.022412032, -0.04568307, -0.05791251, -0.012863357, -0.008161929, -0.027127158, -0.0015022255, 0.048333492, 0.025755826, 0.058008537, 0.02199219, 0.036132194, 0.0039419965, -0.011195188, 0.046524342, -0.039222278, 0.01960233, 0.03580239, -0.0051276293, 0.024312198, 0.03123259, -0.02256788, 0.0072478713, 0.03825146, -0.041043557, 0.010020383, 0.024820484, -0.053124957, -0.03379078, -0.0077567683, 0.012835465, 0.020959716, -0.00022459985, 0.026650313, 0.04593923, -0.012510432, 0.0022978669, -0.009259973, -0.035104126, 0.008152877, -0.000866104, 0.01756772, -0.039142516, -0.018792989, 0.020493634, 0.042716052, -0.0091210045, -0.048631005, 0.064938225, 0.019191789, 0.05667158, 0.018236872, -0.04268669, 0.078730315, -0.0122732315, -0.01871176, -0.015431208, -0.012372075, -0.011393182, -0.030699225, 0.010863733, -0.008613575, -0.00877652, 0.050744887, 0.023156783, 0.008177832, -0.10568426, -0.026002692, -0.009759328, -0.039690074, -0.031301096, -0.033821605, 0.0104133105, 0.013571898, 0.008394358, -0.004342264, -0.0328043, 0.054330654, -0.013953572, 0.009374964, 0.015176928, -0.02073903, -0.030738372, 0.011834308, -0.029307466, 0.07805946, 0.021320103, 0.021187741, -0.023572342, 0.02957534, -0.03508651, 0.030688953, 0.010821897, 0.04270431, 0.0035527085, 0.011639068, -0.014716918, 0.005412905, 0.021436317, 0.055227097, -0.021923196, 0.046752732, -0.018521413, -0.02732399, -0.014621009, 0.035749543, -0.020219859, 0.05603742, 0.0156016145, 0.0032924183, 0.025294637, -0.030326363, 0.07659295, 0.022117458, 0.02531409, -0.0114482315, -0.007133125, 0.001353471, 0.008150919, -0.020127375, -0.008066022, -0.0058493824, -0.01764797, -0.0013984888, -0.0076869177, 0.006791821, 0.0043647727, 0.0113449525, 0.043363918, -0.025351217, -0.055275537, -0.0245442, 0.010932483, -0.02457778, -0.06845842, -0.045935806, 0.0066283867, -0.008625809, -0.01226687, 0.021599753, -0.0118524125, 0.005304275, -0.07961893, -0.0014312123, -0.0027808298, 0.024836143, -0.017393032, 0.048111342, 0.011054234, -0.039418496, -0.018097658, -0.005886938, 0.014884266, 0.03276711, 0.013611045, 0.035797007, 0.03165488, 0.014908488, -0.01719987, -0.003463743, -0.038202528, 0.041396834, 0.06651679, -0.022591123, 0.0004177606, -0.025619306, 0.008492223, 0.00069216447, -0.0031248247, 0.01972662, -0.019002909, 0.038020495, 0.021095535, -0.050042216, -0.02015233, 0.0035506594], [-0.019315347, -0.07326726, -0.065662816, -0.029842956, -0.0032637487, 0.061668403, 0.034723863, -0.021165164, 0.04990794, 0.0032995318, 0.013268538, 0.060480062, -0.03608073, -0.0013592099, -0.019166227, 0.024450123, 0.03184103, 0.014135409, 0.022919537, 0.021901457, -0.025088446, 0.005243352, -0.00031858342, 0.037154216, -0.06069476, 0.020385876, -0.014825673, 0.014172345, 0.004741959, -0.008089826, 0.023488602, -0.07610682, 0.018183496, -0.019233897, -0.026905872, 0.015986308, -0.005431213, 0.00047181512, -0.040787913, -0.048466235, -0.029374316, 0.030137299, -0.015383193, 0.014083466, 0.03787103, 0.06782595, -0.008277398, 0.01766522, -0.0028354358, -0.0119693875, 0.03510882, -0.0041715964, -0.018854462, 0.017520934, -0.011256614, 0.040190842, 0.034400087, 0.0020612695, 0.060764015, 0.028617103, 0.01625699, 0.01778238, -0.08007064, 0.02071485, 0.018408582, -0.0006625612, -0.0050494317, 0.021685028, -0.008566835, -0.014664216, -0.024902027, 0.0025804103, -0.014247375, 0.0013724482, 0.012648181, 0.0033260803, -0.043521848, 0.0062100682, 0.012377572, -0.019770063, -0.015109194, 0.0270011, -0.0013268538, -0.077988304, -0.015165899, -0.0018760063, 0.029045345, -0.030536685, 0.035997618, 0.036456738, -0.040972598, -0.0024886446, 0.05410147, -0.041612074, 0.016584806, 0.003757784, 0.06427998, 0.046889625, 0.019357767, 0.014892044, 0.07259085, -0.00873767, 0.0049588205, 0.027877696, -0.04430618, -0.0019917237, 0.019069988, 0.022691278, 0.033035718, 0.019898191, 0.0041802535, 0.011230644, 0.022621732, -0.061556004, 0.027319685, 0.012672926, 0.03786064, -0.031611323, -0.031334296, 0.0052075693, -0.027970701, 0.00051481236, 0.0012061293, 0.029226566, -0.022416558, -0.00016737172, 0.01442398, -0.026718877, -0.049980663, -0.019639052, 0.044634, -0.018022688, 0.051733445, -0.02398985, -0.054638367, 0.021055363, -0.03747049, 0.03489181, -0.07472859, 0.040400214, -0.023877596, 0.00038553213, 0.0042596105, 0.013216595, -0.020950325, -0.043068785, 0.015795274, -0.039391223, -0.009348577, 0.0103585785, -0.018406345, 0.006348583, -0.031831793, 0.0384942, 0.019195806, -0.028374702, 0.013878002, 0.009146865, -0.031950686, 0.00046633228, 0.008904176, 0.024324307, 0.022769408, -0.0059409025, -0.014266998, -0.056907542, 0.007841654, 0.0069811326, -0.009539034, 0.027490517, 0.04328002, 0.00073181844, 0.01695995, 0.026693627, -0.06590752, -0.0143599175, 0.02499913, -0.018229667, 0.0043820012, 0.006235174, 1.0965734e-05, 0.0241275, 0.0075213397, -0.026980322, -0.10126105, 0.02907045, -0.023677329, -0.014182157, 0.0066371546, 0.052917168, 0.009888783, -0.056666385, -0.030118253, 0.020576335, -0.0070275925, -0.032234643, -0.028566314, 0.0007655814, 0.018971298, 0.027481861, -0.028702522, 0.007688711, 0.048198443, 0.041913345, -0.04482965, -0.0325209, 0.047219608, -0.0021573638, 0.04329503, -0.0026477198, 0.02601303, 0.008203163, 0.072981, 0.031114692, 0.05124576, -0.009824721, -0.0010596362, -0.05847478, 0.03002187, 0.02095494, -0.012623291, -0.00863667, 0.03167943, -0.02344041, -0.030910168, -0.0011868965, -0.027310448, 0.04050165, -0.0014497855, -0.0059630508, 0.047824018, -0.018088844, -0.0062146853, -0.031767152, -0.00907501, 0.014211014, -0.020559741, 0.012034604, -0.061256323, 0.014073077, -0.034740023, 0.009502097, 0.024367014, 0.0053004897, -0.0384424, 0.021401651, -0.022379331, 0.0017943404, -0.02468329, 0.011378247, 0.04031927, -0.015708126, -0.026084017, 0.030323138, 0.034099247, -0.0065292288, 0.012695615, 0.0109928595, -0.04103724, 0.04193369, 0.009896863, -0.06751198, 0.003577715, -0.031127678, 0.030789472, 0.004896489, -0.007879169, -0.0057645133, -0.021734085, -0.06377209, -0.0110072885, -0.054983344, 0.04710879, -0.001900607, -0.049966812, 0.017915124, 0.03515037, -0.020566523, 0.07181979, 0.014646757, -0.0570299, -0.00067814405, 0.0138999345, 0.0058961017, 0.01955479, 0.015687926, 0.009474394, -0.03586603, 0.004612534, -0.016643098, -0.023845855, -0.022633275, 0.020392729, 0.028387977, 0.02014694, -0.03686824, 0.050345413, -0.0041485103, -0.048910927, -0.040926427, 0.005354741, 0.0041086874, -0.027315067, 0.025507452, 0.022132313, -0.004398125, -0.05316188, 0.035649024, 0.000717967, 0.004625087, -0.0038760984, -0.03268539, -0.03268597, -0.004510957, 0.023002649, -0.0031979543, 0.035891425, 0.05089659, -0.008192125, 0.008771144, -0.04420576, 0.008645616, -0.0045017223, -0.032763883, 0.041750588, 0.033738676, 0.028903365, 0.0013124252, -0.036369298, -0.013599242, 0.056177456, 0.014143488, -0.01967368, -0.0029030337, 0.0122210225, 0.0089040315, 0.02478025, 0.007209393, 0.024308145, 0.01622467, -0.018027667, -0.07731882, -0.012161576, 0.010065714, 0.07560354, -0.039342746, -0.0021065753, -0.019824892, 0.0008755273, 0.006578863, 0.055379268, -0.02516149, 0.004953626, 0.021513037, -0.01683298, 0.012808158, 0.012844915, -0.025454355, -0.005766822, -0.01760058, -0.0071127214, -0.028876819, -0.05269093, 0.0457292, 0.00035725208, -0.03894105, 0.08894019, -0.02122966, 0.046423145, -0.01851016, 0.029143458, 0.05399066, -0.029345458, -0.023795497, 0.018795269, 0.04766978, -0.04329041, -0.017140308, 0.055741135, -0.03254168, 0.0132756075, -0.01925583, 0.048122834, 0.023911072, 0.0069649722, 0.025865281, 0.017650215, 0.0403741, -0.007552505, 0.023246203, -0.0076933284, 0.027776204, 0.050438914, 0.034909703, 0.0061800564, 0.047730956, 0.04071519, 0.03230159, 0.016730247, -0.0078402115, -0.06470937, 0.0039674314, -0.0177137, 7.762585e-05, 0.04073135, -0.07983632, -0.0447956, -0.007094253, -0.009100405, 0.01431894, 0.026480516, -0.027167607, -0.017365105, 0.02387298, 0.018469758, -0.028672509, -0.039563216, 0.019052386, 0.017389057, 0.03159632, 0.037605543, 0.06707335, -0.035452798, 0.036565527, 0.057668217, 0.013793739, -0.005686022, 0.0023939929, -0.059644356, 0.026960699, 0.017869385, 0.030325448, 0.0067924066, 0.08689017, 0.030256191, -0.0215494, 0.033515323, 0.0014141469, -0.02839548, -0.005355895, -0.026971089, -0.001141302, -0.021093454, -0.0033705204, -0.024282752, 0.022281216, -0.032230023, 0.016624052, -0.0032689432, -0.0750137, 0.0035171148, -0.027554005, -0.020669254, -0.03529812, -0.032564767, 0.036685575, 0.08729186, -0.0633704, -0.0048089703, -0.002807336, -0.050176892, -0.029909907, 0.009272394, -0.03516617, 0.022259863, -0.023876442, 0.06655883, -0.06467243, 0.029454539, 0.038821008, 0.031027257, -0.041219614, -0.026832573, -0.042444028, -0.030620946, 0.014913398, 0.040275414, -0.00041063788, 0.018497461, -0.0003858207, -0.004908032, 0.0038807157, 0.04570749, -0.035404317, -0.005258935, 0.019579029, -0.008830879, -0.03109305, -0.00976109, -0.0005223152, -0.023041604, 0.044702105, 0.027309803, 0.051647455, -0.038278494, -0.005844159, -0.012444665, 0.036379687, -0.03339679, 0.024837676, 0.04006302, 0.024497667, -0.06854623, 0.008023455, 0.022514382, -0.0585778, 0.018578263, 0.047810603, -0.013749876, 0.028707137, -0.026531305, -0.051025294, -0.013486663, -0.0017175802, 0.054630134, 0.07012529, 0.0010573276, -0.02202612, -0.00803846, -0.0045556854, -0.054694775, -0.025237348, -0.007441116, 0.05299335, 0.015362849, -0.023951473, 0.013148637, -0.057424664, -0.00074797845, -0.0045946427, -0.022700222, -0.038890265, -0.0314705, -0.0052093007, -0.0018197346, -0.007184287, 0.027908372, 0.028851712, 0.01215696, 0.027511295, -0.033086505, 0.04903299, 0.0055022016, -0.030549956, -0.04659629, -0.027205408, -0.02009846, 0.046761926, -0.021008039, -0.02152083, -0.0019586822, -0.0177137, -0.07095638, -0.073016785, 0.027320838, 0.008024501, -0.007611374, -0.005346661, 0.054251526, -0.019322488, -0.032213863, 0.008166586, -0.001185165, -0.022815654, 0.024290832, 0.035769068, -0.02144746, -0.07147811, -0.0453612, 0.04524577, -0.03870096, -0.043622844, -0.05603836, -0.04054782, -0.0024055357, -7.7914425e-05, -0.029015044, -0.060720157, -0.0025792562, -0.019516716, 0.013195818, -0.017434362, -0.011799148, 0.006728921, 0.0018895511, -0.020232357, 0.005620804, -0.02365857, 0.036683988, -0.03942066, 0.03789397, -0.028808137, 0.02555247, 0.020784106, -0.018017711, -0.024604797, -0.045472015, -0.00020200037, -0.036198467, -0.015056962, -0.0013597511, -0.044347517, -0.005768553, -0.043140355, 0.03715364, -0.01758976, -0.015536713, 0.063996024, 0.017652523, 0.029109983, 0.0046552424, 0.017052293, -0.0024390102, 0.009771695, -0.010427692, -0.006480172, -0.028702952, 0.014634927, -0.008868393, 0.01450478, 0.0207287, 0.0024459357, 0.0059168795, 0.0003445549, 0.014432637, -0.019469371, -0.008471606, 0.017481688, 0.017091539, -0.032393932, 0.067675896, -0.014405367, 0.058120698, -0.020479085, -0.08405985, 0.10217525, -0.02126429, -0.032507055, 0.00090962386, 0.027176552, 0.025754469, 0.020995341, -0.017315472, -0.03548281, 0.0027310448, -0.016486837, 0.012511326, 0.011717176, -0.020772563, 0.0011144648, 0.05624383, 0.014853375, -0.021978794, -0.046753272, 0.045271166, -0.014583272, 0.005614456, -0.011158789, 0.0003386392, -0.0023293528, 0.030297747, -0.013167538, 0.0519291, 0.02144032, 0.051631294, 0.010961406, 0.01732817, 0.024108166, -0.03146473, -0.029556694, 0.05060888, -0.000887503, 0.00027933766, -0.044676706, 0.022869326, 0.039245784, -0.03746818, -0.0057529705, 0.018302387, 0.030694822, -0.030241618, -0.005320004, 0.0324932, 0.009401674, 0.06617301, 0.038301576, 0.014427443, 0.05147893, -0.035789847, -0.057594344, -0.022887794, 0.010706777, 0.012825293, -0.020897226, -0.014222052, 0.028127685, 0.0488056, 0.023366824, 0.011098478, 0.02096908, 0.019562868, 0.020679228, 0.064343, 0.0035759835, 0.016230442, -0.035063222, 0.014250423, -0.021298917, -0.03944894, -0.027817182, -0.04763861, 0.043937385, -0.013351646, 0.055041924, 0.034252625, -0.020754095, 0.041057438, 0.0015894542, 0.014307397, -0.02041358, 0.051348493, -0.033999402, -0.090302244, -0.039657287, 0.011767964, -0.03834602, 0.027010335, -0.035956062, 0.019457685, -0.002899571, -0.0060559707, -0.024128078, -0.0049195746, 0.03049513, 0.029049383, -0.004578284, -0.0051769805, -0.054777734, 0.016594041, -0.03012922, -0.013830297, -0.020798534, 0.042212304, 0.00089341874, -0.0015398199, -0.03799569, 0.0026798234, 0.0058083762, 0.027054198, -0.011832604, -0.0051544723, 0.04884946, 0.037731357, 0.018163873, -0.013864151, -0.060099147, 0.054361112, -0.046099655, 0.01217081, -0.00029088053, 0.016145311, -0.045264456, -0.039864484, -0.022931082, 0.012324692, -0.011927256, -0.010797208, 0.007605602, 0.0020026893, 0.019355098, 0.029786397, -0.0047579743, -0.0013135795, -0.009177742, 0.019767467, -0.011438992, -0.05140736, -0.015128673, 0.026913375, -0.05508954, -0.06005298, 0.024037465, -0.009753155, -0.044557817, -0.0263016, 0.0063331444, -0.035958372, -0.03334968, 0.0076852483, -0.032333907, 0.00076687994, 0.013181172, -0.048757114, 0.02303035, -0.024171509, 0.06666705, 0.052018266, 0.02269099, -0.036475495, -0.03281164, 0.016407624, -0.0024136158, 0.025978401, -0.005846756, -0.0070053726, -0.023170019, 0.013089913, -0.015524485, -0.026832573, -0.08853849, -0.014407243, 0.038866024, 0.030065086, 0.004188333, 0.0014527072, 0.004214305, -0.0068835956, 0.020362793, 0.048572432, -0.0267587, -0.013839911, 0.0065546236, -0.008114643, -0.006889944, -0.023754952, 0.008398598, 0.016591515, 0.015324324, 0.02345282, 0.027726714, 0.002988451, 0.012953273, -0.015644062, 0.016045142, -0.012536719, 0.028816218, 0.0013568653, -0.020870678, 0.04072674, -0.046020303, -0.014756956, 0.054971803, 0.0032767344, -0.00013389738, 0.00028510907, -0.007334074, -0.0036432208, -0.023213882, -0.043090716, -0.06618686, -0.035247333, -0.018991353, -0.005130557, -0.027471906, 0.01241148, 0.025732538, -0.017572878, 0.022431275, 0.04727501, 0.02442473, 0.015277577, -0.016657526, 0.034727037, -0.049177278, 0.015755162, 0.042238276, -0.024996102, 0.031154228, 0.035048794, -0.030941838, 0.011914558, 0.008430918, -0.032228004, 0.015835674, 0.019488417, -0.03104688, -0.014045374, -0.0142537225, 0.011755267, 0.019089611, -0.026513992, 0.022395492, 0.03617278, -0.030762926, -0.03967749, 0.003060017, -0.044555508, -0.027125763, -0.008982379, 0.025606433, -0.003641485, -0.037371222, 0.0010965734, 0.090311475, -0.057137243, -0.020594804, 0.11444417, -0.01824698, -0.004826654, 0.05220613, -0.010931683, 0.05724806, -0.021492837, -0.034030423, -0.046005297, -0.02715866, 0.01557798, -0.025312377, 0.0068781124, 0.0067546032, 0.05421228, 0.03918634, 0.0174309, -0.007765471, -0.046169203, -0.028895287, -0.0062428215, -0.02330911, -0.039665945, -0.039114196, 0.016752755, 0.0032940488, 0.0044486253, -0.020375488, -0.0076794764, 0.073874414, -0.042948738, -0.019149633, 0.0049784435, -0.0071221, -0.017904157, 0.04203801, 0.003016154, 0.048597824, 0.017736785, -0.013143298, -0.028322758, 0.0063745542, -0.03359901, 0.036622666, 0.021986874, 0.027809966, -0.0045069167, 0.023322385, -0.014270605, -0.003621001, 0.0028568625, 0.037586495, -0.000989874, 0.03727657, -0.01033203, -0.01862097, -0.047452774, 0.016598659, -0.019378183, 0.031181931, -0.0022766883, -0.016814077, 0.013265075, -0.039328028, 0.06538348, 0.006434, 0.011946879, 0.029556982, -0.009946498, 0.027081901, 0.007188904, 0.016218899, -0.01974294, -0.0135905845, -0.028263314, 0.02189482, -0.029008405, -0.025166936, 0.03323483, 0.0012360979, 0.031927023, 0.027593251, -0.023625962, -0.015553451, 0.013014595, -0.037425473, -0.02503881, -0.011202362, 0.00888614, -0.0038691727, 0.0030900282, -0.005990465, -0.024290254, 0.0335436, -0.050029717, -0.007266242, -0.0069329413, 0.01207385, -0.040178448, 0.06017187, 0.032823328, -0.05489908, -0.018038055, 0.0049703633, 0.00038553213, 0.024951085, 0.04945755, 0.06273554, 0.048559733, 0.0014567111, -0.003324926, 0.012623291, -0.020655114, 0.011803747, 0.06729498, 0.006451603, 0.01472929, 0.015816052, 0.026844118, 0.025598064, 0.006602526, 0.0025922416, -0.023151353, 0.0017011678, 0.034563992, -0.011820484, -0.012640028, -0.045641407], [-0.046001825, -0.0999634, -0.038830847, -0.054593418, -0.030516464, 0.028392853, 0.026680257, -0.026656035, 0.023869602, 0.037073955, 0.015395983, 0.007061304, -0.024578527, -0.0020612606, -0.002114384, 0.026901118, 0.0021428568, 0.009288525, 0.03059582, 0.014455321, -0.005681595, -0.00085155363, -0.014143699, 0.0333287, -0.058777764, 0.041615132, 0.0015565241, 0.027486332, -0.011040142, -0.012521005, 0.02418096, -0.058492508, 0.010824749, -0.022831127, 0.006247187, 0.025740352, 0.008786557, 0.022185741, -0.043169286, -0.03172736, -0.058223065, 0.00029738466, 0.004255527, 0.021702226, 0.025343144, 0.021479188, 0.0037879634, 0.0017012618, -0.03196991, -0.044945158, 0.048172098, 0.02742899, -0.009821142, 0.016366702, -0.0014653049, 0.058924347, 0.032138634, 0.029050898, 0.0690407, 0.007902839, 0.0021112203, -0.049132388, -0.0720388, 0.009399781, 0.056806274, -0.013751404, -0.006256678, -0.0047955913, -0.0049949023, 0.010757521, -0.03185285, 0.024782058, 0.007299106, -0.023242489, 0.003957747, 0.008732247, -0.054356012, 0.019944547, 0.0030234107, -0.037050754, -0.02476024, 0.011472509, 0.03600991, -0.03588811, -0.036795553, 0.041411344, -0.01456763, -0.035311792, 0.024920203, -0.009250562, -0.04264201, 0.048451558, 0.0142227905, 0.008296189, -0.015126545, 0.04875, 0.04021416, 0.03449873, 0.02552868, -0.011045811, 0.043657545, -0.04289721, 0.002524606, 0.0113617815, -0.010722721, 0.0063003106, 0.012031425, -0.019095892, 0.008053641, 0.045097012, 0.0056271083, 0.004816946, -0.004910538, -0.054579843, 0.010272426, -0.0027850813, 0.015037962, -0.011788877, -0.028784094, -0.029607173, -0.0077594197, 0.023402696, -0.030867897, 0.047572058, -0.0037618633, -0.019193439, 0.023848774, -0.003794291, -0.05133573, 0.010947868, 0.009816858, 0.020598108, 0.044411555, -0.009250562, -0.03295117, 0.004430188, -0.06079948, 0.039967656, -0.029183771, 0.026101304, -0.015071708, 0.0009564819, 0.009792603, -9.701912e-05, 0.003858619, -0.045924842, -0.023825573, -0.06765501, -0.0033652186, -0.015974343, 0.0016791162, 0.013659658, -0.025859812, 0.0021957166, -0.017786134, -0.01999121, 0.02494347, 0.004650063, -0.030975986, 0.052628122, -0.015146582, -0.0009459363, 0.04961262, 0.013768277, -0.027728485, -0.044507187, 0.0076898187, -0.012032479, 0.010974759, 0.040861655, 0.05337317, 0.0003110939, 0.024768217, 0.043858964, -0.042613536, -0.008155933, -0.0061649317, -0.004796646, 0.04982986, 0.029431064, -0.016682014, 0.04560267, -0.04090094, -0.009504051, -0.07655784, 0.017732617, -0.022570651, -0.026608018, 0.0016248064, 0.036122747, 0.03757487, -0.03763076, 0.0036491577, -0.011623312, -0.0042941505, 0.040705845, -0.030459784, -0.0057049477, 0.012083362, 0.04165389, -0.011927551, -0.0017299984, 0.031586576, 0.0050352393, -0.047471873, -0.026323816, 0.06548605, 0.0049680113, 0.04276012, -0.019795062, -0.0119312415, 0.017961191, 0.021866739, 0.03287814, 0.023673454, 0.024248451, 0.02178501, -0.034678005, 0.026771342, 0.039900165, -0.006840902, 0.019320512, 0.042400517, -0.013035361, -0.01930054, 0.0063558067, 0.001563906, 0.022917304, -0.022634452, -0.008460831, 0.046400446, -0.016926672, -0.017455004, -0.031689394, 0.0016867823, -0.018105928, -0.03414239, 0.030451346, -0.07043271, 0.051992755, -0.03276715, -0.004429562, 0.028397072, -0.041904215, -0.031350616, 0.004807719, -0.0426167, 0.0042646225, 0.021090321, 0.011719672, 0.049943753, -0.005304151, -0.050452046, 0.029633012, -0.0055100527, -0.0032268083, -0.0038196002, 0.027038803, -0.017374858, 0.022924457, 0.021143839, -0.064516656, -0.019048965, -0.012810741, 0.024726164, 0.01876285, 0.034231927, -0.0028541547, -0.0018064538, -0.033851232, -0.048231155, -0.104795404, 0.05751546, 0.00061796955, -0.01575137, 0.010153261, 0.050745744, -0.005110376, 0.052462555, 0.04230455, -0.060999714, -0.017025998, 0.030253617, -0.011712948, 0.036566716, -0.009303949, 0.03630825, -0.05172384, -0.01882006, -0.052236356, -0.031425755, 0.014593798, 0.015806733, 0.05575119, 0.03671857, 0.00464189, 0.0442274, 0.04284448, -0.069250554, -0.031188086, 0.0387913, 0.008044677, -0.01848425, 0.0005503833, -0.009735657, -0.033539087, -0.054195717, 0.055954717, 0.053676877, -0.0028288453, -0.05942948, -0.024413489, -0.025003513, -0.015372256, -0.017330566, -0.013514129, 0.036597297, 0.077821985, -0.014056171, -0.0073526255, -0.04087879, -0.014253372, 6.432789e-05, -0.053385824, 0.03867108, 0.0324492, 0.035606656, 0.013570549, -0.040429026, -0.01739384, 0.020188676, -0.018430995, -0.015799351, 0.0078680385, 0.034488186, -0.017386854, 0.034747608, -0.008437762, 0.0053244513, 0.013292542, 0.023652626, -0.081129074, -0.019012582, 0.008304625, 0.0380336, -0.04581622, 0.0032063762, -0.04167498, 0.013398129, -0.004776082, 0.0117878225, -0.026667338, -0.0023216042, 0.008354189, -0.02462809, 0.0022198395, 0.0054905433, 0.002363259, -0.033802725, -0.005034448, 0.012965761, -0.0315001, -0.08195162, 0.05736973, -0.0077889473, -0.0023528454, 0.07728943, -0.015206165, 0.055904098, -0.010423754, 0.03789862, 0.04405933, -0.0022327579, 0.020662434, 0.011698185, 0.07096737, -0.037099265, 0.013207254, 0.04764482, -0.029962033, -0.011882205, -0.0397694, 0.05059441, 0.030232, 0.017996255, 0.050677724, 0.0020769474, 0.042473283, -0.042722154, 0.024660781, 0.011002821, 0.023549281, 0.009791548, 0.07469206, 0.013804133, -0.007968222, 0.041705564, 0.028701048, 0.03181225, 0.008182824, -0.020538524, 0.012964706, -0.01802552, 0.010245007, -0.006563554, -0.06680768, -0.035821144, -0.010061515, -0.0009797645, 0.0014647776, 0.010824749, -0.0024328597, -0.016423121, 0.036431734, 0.022970328, 0.0063742613, -0.023172144, 0.0035344749, 0.014860797, 0.02009772, 0.042782262, 0.040653117, -0.044236764, 0.026422944, 0.034004144, -0.010541338, -0.029193591, -0.016568122, -0.053208653, 0.012318396, 0.029599266, 0.038146306, -0.014503303, 0.08792462, 0.058934893, -0.03587229, 0.012308773, -0.0078869555, -0.06355042, -0.025680207, -0.003530652, -0.03379851, -0.008348784, -0.016983617, -0.028117087, 0.03891376, -0.014702614, 0.025843995, -0.0011072833, -0.064221375, -0.00013748769, -0.024881182, -0.015788822, -0.049850952, -0.027874012, 0.03369147, 0.07619797, -0.026294816, -0.022295149, 0.0046181628, -0.036084782, -0.025772927, -0.010369841, -0.029298643, -0.007816366, -0.017092895, 0.05003919, -0.07239524, 0.026888529, 0.029251263, 0.014848142, -0.05006977, -0.0076761097, -0.041196737, -0.006674282, 0.01801181, 0.028110234, 0.009238961, 0.02581763, -0.0013793586, 0.025037391, -0.009571146, 0.041490432, 0.030800931, 0.01888419, 0.037435405, -0.038043488, -0.0036276712, -0.037071057, -0.015718678, -0.01645924, 0.018550687, 0.040601708, 0.048388544, -0.047173698, -0.036240857, -0.015944881, 0.035692092, -0.030035194, 0.036340512, 0.045135505, 0.047219835, -0.06867899, 0.040430803, 0.018951418, -0.042031948, 0.039857455, 0.030344835, -0.020266384, 0.007163596, -0.012462738, -0.058572125, -0.036103502, -0.0073091243, 0.0074119437, 0.055981345, -0.00256547, -0.042596404, -0.024405578, -0.027837103, -0.0358338, 0.011454582, -0.03205849, 0.025467517, 0.021386122, -0.016866768, 0.024949202, -0.035670344, -0.0014229909, -0.01940066, -0.016451066, -0.027812848, -0.036538243, 0.0005241141, 0.007975999, -0.031057715, 0.018610796, -0.0021059474, 0.0003184758, 0.019790843, -0.01883858, 0.03632522, -0.0036150164, 0.0040463298, -0.02533517, -0.015594241, -0.013811515, 0.05605596, -0.0062305783, -0.009038842, -0.007506327, -0.016801706, -0.09088582, -0.07330005, 0.03520212, -0.011145598, 0.013847897, 0.01928044, 0.097856425, -0.019952191, -0.018825926, -0.00549318, 0.018915035, -0.0047281, -0.0060980334, 0.026264763, -0.011245781, -0.07912752, -0.03562816, 0.024523294, -0.03727221, -0.053639438, -0.04403613, -0.031051124, -0.021302022, -0.009542673, 0.017054273, -0.044947267, 0.023284586, 0.018206902, -0.011781495, -0.009807367, -0.00978153, -0.020424105, -0.002718908, 0.013914861, -0.0065582814, -0.02769421, 0.03262373, -0.011920519, 0.054165665, -0.007015167, 0.04591113, 0.017223, -0.03465586, -0.033303916, -0.025098423, 0.0065118475, -0.01488927, -0.017779807, -0.042194877, -0.062476087, 0.0045598983, -0.0070982133, 0.047277834, -0.025163805, 0.010040424, 0.04897778, 0.042468797, 0.018503232, -0.0064443895, 0.051471803, -0.011498346, -0.003400151, -0.003862837, -0.01354168, -0.03005602, 0.009065751, -0.017803008, 0.031877104, 0.021646466, 0.008258224, 0.01150362, 0.01114217, 0.03296119, -0.016672524, -0.0017057436, 0.046025027, 0.030004214, 0.0065659266, 0.023363514, 0.013605876, 0.062606856, -0.016370393, -0.06890888, 0.08179133, -0.015002503, -0.03988962, -0.018746834, 0.03108197, 0.031580247, 0.0379408, -0.039124012, -0.009532655, 0.017247256, -0.040256605, 0.06401363, 0.07085559, -0.015917461, 0.03506608, 0.042814955, 0.0060622445, 0.0024339142, -0.020254849, 0.05737837, 0.030934595, -0.0041939677, 0.0038259276, -0.020598633, -0.051043656, 0.023323605, -0.052540068, 0.043295044, 0.03920587, 0.014662013, -0.008553895, 0.039495215, 0.010166443, -0.011638075, -0.034256183, 0.048899744, -0.00010861922, 0.032263074, -0.039024882, 0.03060584, 0.052302793, -0.044738464, -0.039452374, 0.012869797, 0.0638892, -0.0102539705, 0.01453494, -0.004128585, 0.024698088, 0.085861914, 0.028552093, -0.010965269, 0.062352706, -0.023755973, -0.020207921, -0.001570324, 0.01620641, 0.01750035, -0.037374504, -0.018373521, 0.015912188, 0.042351477, 0.033132028, 0.015843643, 0.001678424, 0.04187851, 0.041658636, -0.0019604187, 0.001924564, 0.018906072, -0.04886573, 0.019530205, -0.037044954, -0.0256489, -0.04239208, -0.018148901, 0.021086892, 0.021858828, 0.041722436, 0.04177411, 0.0032026852, 0.021080565, 0.0016958573, 0.0049744835, -0.02146337, 0.03579689, -0.026400534, -0.07197552, -0.03250509, 0.03880343, -0.04301532, -0.0095432, -0.03718785, 0.0009266907, 0.0015660151, -0.018956758, -0.03860148, 0.001632452, 0.045827296, 0.026029594, 0.002904246, -0.019041318, -0.042406842, -0.015436585, -0.03810953, -0.012494638, -0.017166056, 0.011962417, 0.00056682364, 0.024883952, -0.039338086, 0.005302635, -0.0062260963, 0.022757309, 0.0020774745, -0.019055424, 0.060160022, 0.050011244, 0.013616421, -0.016966745, -0.064391166, 0.04676743, -0.037770756, 0.023431169, 0.023740156, 0.034842253, -0.034110654, -0.029249152, -0.05344382, -0.0012114206, 0.041026432, 0.00639377, 0.033201627, 0.0045804624, 0.02801796, 0.001034519, -0.0010661556, -0.035287537, -0.032777958, 0.033484247, 0.0149541255, -0.09193615, -0.055233404, 0.035287537, -0.018911345, -0.044728976, 0.00736528, 0.002047683, -0.03319952, -0.021430349, -0.004290987, -0.004179204, -0.01529791, 0.044023477, -0.04866194, 0.028552093, -0.01681436, -0.050154664, 0.019722825, -0.057526533, 0.08629217, 0.018496608, 0.035483684, -0.03381116, -0.038046256, 0.011405018, -0.007715129, 0.0010645739, 0.022061301, -0.00812746, 0.009931805, -0.00044159516, 0.008108478, -0.031790633, -0.036970083, -0.010660502, 0.031714704, 0.039948672, -0.015730806, 0.033231158, 0.009143787, 0.012256045, 0.018089846, 0.033897635, -0.0018575996, -0.041823674, 0.01309547, 0.0022658445, 0.023858264, 0.015236219, 0.02692025, 0.019661134, 0.021271639, -0.036863044, 0.023480736, -0.013251545, 0.011750122, -0.003268463, 0.024980312, 0.006695241, 0.019066364, -0.01565066, -0.022137757, 0.016327683, -0.04833977, -0.016766116, 0.017476095, 0.018899217, -0.021366615, -0.01617161, 0.0030771932, 0.0016625068, -0.037765745, -0.027947832, -0.042935174, -0.044455316, 0.00047138633, -0.018265957, -0.025676318, 0.0035063974, 0.013707245, 0.0038406912, 0.05295556, 0.011191998, 0.025172241, 0.021779737, -0.02169458, 0.03278824, -0.03224198, 0.025597228, 0.063992545, -0.01407779, 0.025980428, 0.025134277, -0.04118672, 0.026320413, 0.009401363, -0.024944458, 0.04282761, 0.05270669, -0.033638213, -0.0022344715, -0.029274462, 0.019732317, 0.008860376, -0.013888497, 0.002042674, 0.02780794, -0.017813552, -0.0246302, -0.015821498, -0.019083502, -0.018358758, 0.018620947, 0.006962176, 0.005020739, -0.04133647, -0.019140974, 0.06126546, -0.03838266, -0.056645453, 0.055329368, -0.017777698, 0.02777594, 0.05739788, -0.012168253, 0.028350672, 0.0051109036, -0.0036777623, -0.018022355, -0.002719699, -0.01060883, -0.040079437, 0.00045029522, -8.014622e-05, 0.04309468, 0.07107599, 0.026451416, -0.0014579231, -0.052206825, -0.008343116, -0.0077929017, -0.03599541, -0.007272215, -0.0124606285, -0.011136634, 0.013323518, -0.014531776, -0.020506889, -0.020600481, 0.06441647, -0.024920203, -0.021698007, -0.010416315, -0.014554712, -0.005951384, 0.027646823, -0.021879919, 0.011344909, 0.035555396, 0.009595402, -0.03124648, 0.006146477, -0.0081407735, 0.018503759, 0.01911158, -0.034937583, -0.051555116, 0.029239926, -0.027163243, 0.004095894, -0.00866502, 0.030601094, 0.001960946, 0.026624363, 0.0069786534, -0.045259416, -0.004422806, 0.013682858, -0.02092871, 0.025167761, 0.015434476, -0.0011283745, 0.04404035, -0.0069057406, 0.07186374, 0.02201912, -0.0015175054, 0.022113107, -0.009394443, 0.015965972, -0.0055553988, -0.015282092, 0.0045910077, -0.035044465, -0.03746625, 0.03082677, -0.0063579157, -0.032844134, 0.0059150024, 0.015027417, 0.05043939, -0.00693133, -0.040856645, -0.02661751, 0.04158007, -0.020834856, -0.0005826419, 0.017322656, 0.0061185313, 0.010446427, 0.011052798, -0.0078058206, -0.006662748, 0.0016835979, -0.046194542, 0.00041971312, 0.011875943, 0.027091531, -0.014464812, 0.057483822, 0.008108478, -0.06077193, -0.027688412, 0.0069566723, -8.739629e-05, -0.009743681, 0.048897635, 0.009052569, 0.066589914, 0.020482633, -0.028825222, 0.04013006, -0.04249042, 0.029048787, 0.028546184, 0.012101552, -0.035153084, -0.0014596367, 0.0190054, -0.011825259, 0.0066141724, -0.0016714706, -0.01930364, 0.025478985, 0.03781636, -0.038786553, 0.02586614, -0.007863293], [-0.021220079, -0.057564843, -0.042383578, -0.03658656, 0.015575229, 0.016976062, 0.019052587, -0.030141609, 0.022354873, 0.027515892, 0.01347476, 0.013684547, -0.019079136, -0.01489043, -0.023256, 0.0024721513, 0.0060218666, -0.027650196, 0.02090579, 0.044433128, -0.012011458, -0.01187403, -0.018616356, 0.047529437, -0.02428632, 0.031925056, 0.006332122, 0.005915672, 0.0050000027, 0.009585735, -0.0062217624, -0.052882902, 0.010212395, -0.020454982, -0.003857368, -0.016904745, -0.027621046, -0.0020806883, -0.044795442, -0.03341803, -0.06389592, 0.020949516, -0.029472167, 0.02903177, 0.018144727, 0.060152035, -0.024187414, 0.037565608, -0.044463582, -0.04017493, 0.02655285, -0.016219687, -0.044179097, 0.010214477, 0.0073211906, 0.038508087, 0.026834996, 0.030223727, 0.038747028, 0.015875854, 0.03305194, 0.0248756, -0.10469552, -0.008795423, 0.026104387, 0.031875193, -0.0015435327, 0.012692224, -0.0030083305, -0.041443538, -0.027545042, 0.005578087, 0.00252655, -0.032373, 0.06088915, 0.01203176, -0.08338734, -0.015003132, 0.0044539324, 0.0010536184, -0.0058276965, 0.011539308, 0.010657997, -0.055987533, -0.048803773, 0.0062857918, -0.023671536, -0.0124201, 0.045642916, -0.0058395397, -0.046086438, 0.033384193, 0.06527437, -0.0061655417, -0.0026833694, 0.01981313, 0.018756127, 0.057799093, 0.019207096, 0.032914124, 0.07696412, -0.014524084, -0.00021759511, -0.031703297, -0.025921928, 0.030334216, 0.014964609, 0.002242583, 0.011607503, 0.009366481, 0.00372046, -0.017678302, -0.0053836573, -0.06322543, 0.03034593, -0.016054146, 0.030514266, -0.0006600732, -0.03950028, -0.017131971, 0.0099083865, 0.018614924, -0.011405784, 0.04527436, -0.034323417, -0.0013852167, -0.0015111929, -0.02808851, -0.05665073, 0.013643682, 0.02744249, 0.019579347, 0.044918295, -0.034053896, -0.057782438, 0.008639255, 0.00018219688, 0.047053646, -0.020343581, 0.047283728, -0.017513804, 6.8714246e-05, 0.01738054, 0.041422717, 0.035877164, -0.032261338, -0.02112859, -0.07460025, -0.005569628, 0.0114638265, -0.011681942, -0.015743567, -0.006053621, 0.021768881, 0.0147548225, -0.034837082, 0.008605939, 0.017258728, -0.037393045, 0.041755356, -0.016097873, 0.0062300917, 0.005714214, 0.004409164, -0.0004867259, -0.04913277, 0.013520309, 0.012093707, -0.015902143, 0.013987253, 0.07093809, 0.010003389, 0.020324841, 0.036845412, -0.050460726, 0.0014151491, 0.023728538, -0.028612455, 0.03515983, 0.006032408, -0.011028636, 0.0135495905, -0.007958359, 0.001495576, -0.04306926, 0.05725771, -0.0073083555, -0.012693395, 0.02035217, 0.05663303, 0.015737904, -0.05155026, 0.040929224, 0.033753272, -0.02943963, 0.0106808515, -0.027353475, 0.016938843, 0.026845407, 0.03323479, 0.014541913, -0.00043831358, 0.017841758, -0.008633008, -0.047066133, -0.040209286, 0.055192117, 0.008813122, 0.05531705, 0.0051145265, -0.0024138482, 0.030338772, 0.033644997, 0.04674443, 0.03719731, 0.043033857, -0.010681714, -0.0146028185, 0.02782927, 0.0742818, -0.0045873267, 0.00934247, 0.035173364, -0.047580972, -0.051133808, 0.024077054, -0.010078089, 0.004714214, -0.0145518035, 0.017026557, 0.07145032, -0.02192401, 0.008809999, -0.06626396, 0.000924519, -0.0058737667, -0.03661975, 0.02770762, -0.057178583, 0.030768365, -0.02243364, 0.027657483, 0.023778252, -0.029395122, -0.030932862, -0.010424784, -0.026164511, -0.000103071376, -0.017854773, 0.024495589, 0.03744302, 0.008180118, -0.02676732, 0.010118433, -0.0023529422, -0.006545813, -0.0082602855, 0.0028474769, 0.0008709661, 0.02698596, -0.0032587212, -0.05909425, -0.013342504, -0.058958385, 0.04195942, -0.0030752227, 0.014783974, -0.0018844362, 0.009098912, -0.034490388, -0.044697575, -0.071495354, 0.019266017, 0.0107125575, -0.012198861, 0.032218654, 0.03756691, 0.0025801677, 0.029492987, 0.019262895, -0.06460389, -0.0174909, 0.01978762, -0.008335588, 0.01583538, 0.006099951, 0.03388133, -0.05326916, 0.0046173893, -0.025426352, -0.021945158, -0.014916717, 0.0096543515, 0.041678313, 0.037311837, 0.0012451855, 0.054904763, -0.012871427, -0.074933924, -0.020715004, 0.031699914, -0.0062814974, 0.024658004, 0.0051289718, -0.0075252512, -0.007891727, -0.04543261, 0.04706822, 0.02214655, 0.019304018, -0.036793355, -0.015489076, -0.053208057, 0.020400843, 0.0184732, -0.016942844, 0.017578874, 0.09131915, -0.017682467, -0.009882358, -0.01866659, 0.0004838628, -0.01285477, -0.039440155, 0.039394084, 0.029105429, 0.0037079665, 0.0031978153, -0.035691846, -0.02665384, 0.03923349, 0.030044785, -0.012481266, -0.014038528, 0.036080185, 0.0019885486, 0.009878584, 0.02397919, 0.013667368, 0.04992871, -0.0043522925, -0.041971914, -0.0022531245, -0.011861537, 0.042375088, -0.06979493, -4.880273e-05, -0.055431575, -0.010369084, 0.01000365, 0.029110895, -0.016260289, 0.0077116126, 0.015565079, -0.040605955, 0.0013824839, 0.006016141, -0.013276425, -0.02174858, 0.011967732, 0.0019718907, -0.015917044, -0.040595233, 0.043708246, 0.012871427, -0.043873005, 0.06959295, -0.02803333, 0.036595542, -0.012714217, 0.05582304, 0.015504953, -0.027794912, 0.03538992, 0.013786577, 0.047042187, -0.044674672, 0.0009786574, 0.03777826, -0.029214486, 0.009327569, -0.027415944, 0.05413433, 0.0161593, 0.03450184, 0.0430172, 0.031170761, 0.011805056, -0.037163995, 0.03970434, 0.012536185, 0.011893031, 0.035813656, 0.033903193, 0.009736601, 0.007599431, 0.02875483, 0.021205634, 0.020308703, 0.004394328, -0.007332643, 0.03645785, -0.013673614, -0.024657222, -0.009836548, -0.051623143, -0.0064057815, 0.004012081, -0.007054663, 0.028380547, 0.04235322, -0.012793343, -0.0449766, 0.029004179, 0.040770456, -0.023371171, -0.04055494, 0.033732448, -0.0034505483, 0.01305779, 0.020076077, 0.04491205, -0.045351796, 0.047246315, 0.025391996, 0.010827179, -0.0038314702, -0.022586163, -0.060704876, 0.032064047, 0.04962418, 0.03403854, 0.0056673638, 0.05936078, 0.036410224, -0.016520571, 0.022410216, -0.02061577, -0.10080588, -0.01717648, -0.027278515, -0.020685071, -0.0076724077, 0.0052774623, -0.00987455, 0.021825103, -0.04868925, 0.016258206, 0.016110368, -0.075160116, 0.012918669, -0.032728806, -0.01976719, -0.01289583, -0.04555546, 0.025451342, 0.06799379, -0.044282947, -0.02026758, -0.015758468, -0.049259786, -0.005731393, 0.014464089, -0.04222022, -0.03165228, -0.010997175, 0.03897243, -0.04267363, 0.011035664, 0.008363618, 0.028955767, -0.04431288, -0.035448223, -0.028625991, -0.032745462, -0.01726927, 0.027881324, 0.015701987, -0.0023594494, -0.0128578935, 0.015645634, 0.02917232, 0.01683499, 0.030481016, 0.022586163, 0.01808226, -0.026409697, 0.0027957456, -0.020216564, 0.0033671535, -0.019030722, 0.028287886, 0.010324837, 0.062334236, -0.052081235, -0.026207717, 0.011384701, 0.037219178, -0.04867389, 0.025633538, 0.039205644, 0.035707463, -0.039281644, 0.01586154, 0.008927647, -0.06369186, 0.013528377, 0.055617414, -0.015937671, 0.016456021, -0.025048327, -0.055071346, -0.015592864, -0.03150236, 0.029846972, 0.03238523, 0.0023888613, -0.036116622, 0.0068370677, -0.023397721, -0.043882374, 0.02059241, 0.0013930252, 0.007961076, 0.016006775, -0.028954726, 0.039024748, -0.028168676, 0.018829785, 0.018528901, -0.022467086, -0.031180652, -0.04656327, 0.035516154, 0.012324316, -0.00071577344, 0.0209162, 0.0099823065, 0.021696001, 0.017518489, -0.014544882, 0.03038315, 0.002936493, -0.013509638, -0.03940033, -0.016158259, -0.022592932, 0.04292923, 0.020098917, 0.006569498, 0.013008856, 0.00025792245, -0.094925605, -0.061501853, 0.06923689, -0.024877159, -0.035069253, 0.015176347, 0.040437292, 0.0033357644, -0.047058847, 0.014638478, 0.016442485, 0.014135093, -0.00033628335, 0.050565355, 0.017883988, -0.06357558, -0.043302473, -0.004033318, -0.029093195, -0.042473733, -0.0689662, -0.018837074, 0.004650315, -0.014019788, 0.03194744, -0.05148155, 8.953674e-05, -0.022571392, -0.01837169, -0.00516398, 0.0012857893, 0.00022328878, 0.02414577, 0.037457593, -0.0023097359, -0.012719944, 0.049380038, -0.014954719, 0.049888626, 0.0028825824, 0.031543482, 0.011187928, -0.023583302, -0.036514334, -0.020639783, 0.026133277, 0.0030394017, -0.047954213, -0.03537066, -0.07201253, 0.00092360796, -0.023552328, 0.030700693, 0.0009825616, -0.025390435, 0.05576265, -0.0062431055, 0.03164317, 0.007165022, 0.020214481, -0.0011081474, 0.021338377, -0.010418798, -0.0036887056, -0.03392281, 0.033479456, -0.020228015, -0.022301158, 0.02744952, -0.008419187, 0.021456543, 0.041931305, -0.009053102, 0.00041957333, 0.0059010964, 0.046719443, -0.0066413363, -0.0078008887, 0.04862574, -0.012770438, 0.07735975, -0.014019528, -0.07271841, 0.08729208, -0.012943786, -0.048814185, 0.007874548, -0.004751174, 0.018478926, 0.044077065, -0.018784171, 0.0001624155, 0.013945869, 0.0064450842, 0.02929101, 0.007376631, -0.029036976, 0.017844101, 0.0375539, 0.019651754, -0.0061228555, -0.017768359, 0.035597105, 0.02442583, 0.018034887, -0.018785149, 0.011411966, -0.034115583, 0.025233712, -0.047716837, 0.039023444, 0.016932856, 0.047140058, -0.0075460738, 0.067223355, -0.0038022534, -0.010371687, -0.018894335, 0.038116105, 0.02422906, 0.027374819, -0.027155662, -0.0062841005, 0.031102175, -0.059241336, -0.044849582, 0.008165022, 0.039838728, -0.013183765, -0.010044773, 0.044853743, 0.012971375, 0.03832433, 0.0009297246, 0.009712655, 0.043501325, -0.032083306, -0.04540138, -0.036439374, 0.0037126516, 0.026044913, -0.007396932, -0.0023956285, -0.0029239994, 0.050240528, 0.08406875, 0.0016043736, 0.035078883, 0.059348285, 0.07041961, 0.0057170773, 0.010668146, 0.030034373, -0.027794002, 0.008294643, -0.0009318068, -0.04757316, -0.059448235, -0.022699127, 0.020341499, -0.028035413, 0.044701744, 0.050825376, 0.001978658, 0.021086944, -0.015245713, -0.01778658, -0.018248057, 0.008937016, -0.0059286864, -0.044643436, -0.030122867, 0.026120784, -0.01165227, -0.020313585, -0.04500679, 0.0055451775, -0.015230487, -0.028080182, -0.029861547, -0.0038492992, 0.040318605, 0.028473986, 0.0023139003, -0.030497154, -0.05505677, -0.0059770984, 0.012252479, -0.018293606, -0.030669197, 0.014522652, -0.0010681942, 0.0041842815, -0.07564814, -0.032220736, -0.008488422, 0.01728033, -0.003842532, -0.00633941, 0.0534956, 0.018516863, 0.015000008, -0.011236081, -0.0061743916, 0.020919584, -0.04581887, 0.030311313, 0.0040432084, -0.01146695, -0.04566322, -0.015331605, -0.007969812, -0.003383656, 0.020440407, -0.029824065, 0.020950556, 0.012163462, 0.0037198092, -0.0024633016, 0.004129622, -0.021516928, -0.00450703, 0.02110178, -0.011912552, -0.09137954, -0.040703822, 0.0122623695, -0.031352956, -0.054163482, 0.005914891, 0.021298293, -0.035049472, -0.058177542, 0.038519543, -0.02685354, -0.012585118, -0.016221702, -0.045896433, 0.009575747, 0.018089676, -0.02396045, 0.015495632, -0.031662952, 0.04693313, -0.017821327, 0.060493525, -0.023445744, -0.0108277, -0.0002634046, 0.0027657486, 0.014877285, 0.027152538, 0.004825094, 0.0013643943, 0.015504953, 0.0052901506, -0.04812184, -0.02851433, -0.016095255, 0.0057303514, 0.039004706, 0.006328478, 0.020928694, 0.002508851, -0.0062855314, 0.009799068, 0.031696748, -0.01706794, 0.003541907, 0.024699649, 0.000381312, 0.01908382, -0.017896937, -0.017011462, 0.020030463, 0.0054096854, -0.010199771, 0.025326407, 0.037407618, 0.020322759, -0.0012420621, 0.056401905, 0.024154099, -0.00017282674, 0.011899537, 0.009024992, 0.010569501, -0.031331614, -0.023930518, 0.055181704, 0.010254039, 0.0039125476, 0.018663205, 0.008862836, 0.041928183, -0.080444604, -0.01718585, -0.07656016, -0.040884975, -0.013680382, -0.0098657, 0.011541911, 0.02872776, 0.011697429, -0.019079136, 0.031839944, 0.019994805, 0.028105428, 0.007937537, -0.032982446, 0.039502364, -0.04634255, -0.027008863, 0.028072892, 0.0063123405, 0.013197821, 0.025495492, -0.017894857, 0.020312348, 0.00670068, -0.032414384, 0.037424278, 0.02491412, -0.056716323, 0.008873508, -0.0010540088, 0.026624689, -0.004559086, -0.021320157, 0.024735047, 0.022271745, -0.022697564, -0.030460194, -0.0006382096, -0.03466009, -0.0011358673, 0.03789799, -0.004102553, 0.0006733151, -0.020841239, 0.0022436243, 0.069757454, -0.050323814, -0.05484646, 0.06355235, 0.009848749, 0.037420113, 0.05518327, -0.03413953, 0.04053724, -0.01053503, -0.043206684, -0.052991178, -0.01900886, -0.006808697, -0.035427824, 0.016951596, -0.0022865706, 0.052599717, 0.03214421, 0.038056243, -0.002154608, -0.10355445, -0.026777342, -0.0014410511, -0.029287886, -0.056653664, -0.060984932, -0.00029333695, 0.020559095, 0.027714485, -0.004662678, -0.02339746, 0.06673611, -0.0053060935, -0.016396938, 0.005166062, 0.0041613765, -0.032805845, 0.012808294, -0.029826669, 0.06965074, 0.015606463, 0.025762636, -0.047046352, -0.011810521, -0.02176576, 0.023226976, 0.018003132, 0.014209794, -0.0117501365, 0.024512244, -0.0031384712, 0.0005257681, 0.022139523, 0.034459677, -0.04551486, 0.048369624, 0.005231653, -0.038337864, -0.05400107, 0.01740865, -0.044081233, 0.05443834, 0.023149414, -0.0018404487, 0.024383146, -0.036811057, 0.10663202, -0.012868304, 0.041433647, 0.016286317, 0.011133269, 0.030848531, 0.0077751214, -0.025843844, -0.004344614, -0.032857902, -0.027470343, -0.0072071874, -0.017484913, -0.01833343, -0.0045944843, -0.01905467, 0.06512549, -0.016230617, -0.048538808, -0.037699915, 0.048639275, -0.008905783, -0.03290996, -0.034486223, 0.006082252, -0.032862067, 0.00083088275, -0.01398387, -0.006768093, 0.013769919, -0.056513306, 0.012048939, -0.005467988, 0.02288731, -0.015735563, 0.03151368, 0.026674662, -0.03098596, -0.037605435, 0.005706406, 0.02905988, 0.030629896, 0.029141087, 0.0221038, 0.04411871, 0.026506519, -0.0062388764, 0.0031668418, -0.023302197, 0.059387848, 0.054671034, 0.011872988, -0.0028755872, 0.006433111, 0.011049459, -0.040347755, -0.0032196788, -0.00015408649, 0.0013308179, 0.049046356, 0.034800645, -0.039683517, 0.002500782, 0.010193394], [-0.018493349, -0.08306263, -0.033231623, -0.016730646, -0.0206922, 0.049074847, 0.009331631, 0.004908212, 0.030546682, 0.04296478, 0.013042147, 0.043720488, -0.08387296, -0.004027997, -0.007348808, 0.05392278, -0.021248307, -0.016023654, 0.020699082, 0.03776403, -0.014755293, -0.03280178, 0.010989697, 0.0054413294, -0.024911346, 0.02081963, -0.004404193, 0.0006463917, -0.0025568584, -0.010447228, 0.010810953, -0.044765223, -0.010331452, -0.0040217615, 0.024412198, 0.02972986, 0.03925946, -0.006994704, -0.06281015, -0.048159815, -0.09165044, -0.0052043884, -0.04375095, 0.034172762, 0.0015287825, 0.039473537, 0.016243188, 0.053215075, -0.020350946, -0.046752203, 0.032743014, 0.013575199, -0.035491265, 0.028612703, -0.0111978, 0.03748656, 0.0041701095, 0.041516896, 0.027857324, -0.00067808776, 0.00086462684, -0.03579472, -0.051039997, 3.9749968e-05, 0.015107587, 0.011406423, 0.04595616, 0.00064119557, -0.008276308, -0.025077034, -0.04615075, 0.02431659, -0.009558698, -0.035037782, 0.042171344, -0.025753302, -0.06168364, 0.037559304, -0.032250997, -0.04032641, -0.0059845787, 0.029669587, 0.026888646, -0.059542857, -0.049109142, -0.020489162, -0.01235003, -0.009095209, 0.051603254, 0.0073051616, -0.052650787, 0.015655773, 0.01809455, -0.023628108, 0.017407231, 0.018502701, -0.0033628996, 0.05035204, 0.023577707, 0.024995198, 0.006346745, -0.052458532, -0.019447349, 0.018697554, -0.0045600752, -0.015936881, 0.048175406, -0.029845992, -0.004774673, -0.01355448, -0.020371469, 0.015871929, -0.018022064, -0.056663193, 0.009509856, -0.0322988, 0.026348254, -0.016990125, -0.048453912, -0.010244581, -0.0133993765, 0.02418461, -0.0011708054, 0.041110303, 0.004499281, 0.013883911, 0.016580673, 0.0013769597, -0.065354146, -0.0066229166, 0.026734842, 0.04871424, 0.037426285, -0.012595284, -0.0071487594, 0.018040251, 0.012373932, 0.07094513, -0.037083343, 0.057195272, -0.025204077, 0.0018913711, 0.0054932903, 0.02949188, 0.012643868, -0.016793713, -0.004327291, -0.04797016, -0.008404911, -0.027975667, 0.013875597, 0.0042566243, 0.010670659, 0.017832927, -0.01606873, -0.056953136, 0.018171063, 0.018007517, -0.024589904, 0.025153546, -0.021088788, -0.018336946, 0.031470545, -0.008253705, -0.04004303, -0.040144093, 0.026953729, -0.008684719, -0.008897758, 0.047404826, 0.031762566, 0.013331049, 0.007328024, 0.031622272, -0.049507156, -0.03625145, -0.0011322247, -0.010871292, 0.015081607, 0.019078948, 0.008188104, -0.014246077, -0.024583668, -0.008901136, -0.042491417, -0.00041393228, -0.038229857, -0.036051404, -0.0072468356, 0.02680226, 0.05070122, -0.017852673, 0.004322095, -0.0008635876, -0.04079542, 0.006885838, -0.0012803127, -0.0056291022, 0.036608424, 0.043427754, 0.023448845, 0.017149124, 0.016973497, -0.0102429725, -0.015239048, -0.061978776, 0.031902857, 0.0014600969, 0.041376993, -0.04831518, -0.012781304, 0.053985395, 0.029662507, 0.05775385, 0.02765195, 0.03551361, 0.023685493, -0.035693914, 0.03475784, 0.06881265, -0.023235936, 0.0075454796, 0.06030772, -0.010806033, -0.032930642, 0.0047710356, -0.024444412, 0.015440135, 0.016181355, 0.02481093, 0.036438122, 0.02276764, -0.030902093, -0.03576562, -0.0036510867, -0.018021544, -0.042678736, 0.0399521, -0.033006504, 0.06076809, -0.039068244, 0.032646805, 0.045584124, -0.014588239, -0.035998404, -0.029551893, -0.054292746, 0.011131551, -0.023300108, 0.03835794, 0.06329598, -0.048764125, 0.0006256074, 0.014985479, 0.0009076893, -0.02708298, -0.00046576312, 0.0026842922, -0.018566614, 0.049799178, 0.015879203, -0.043240987, -0.0038450952, -0.016743701, 0.05639196, 0.038433805, 0.026304608, -0.025102627, 0.011533727, -0.03527303, -0.037274558, -0.09656385, 0.0183728, 0.018618574, 0.0052729766, 0.048743337, 0.02215814, 0.021209337, 0.053960193, 0.012405109, -0.06488338, -0.007405965, -0.0044735605, 0.022132939, 0.016698625, -0.02503657, 0.017175104, -0.052717295, -0.017546104, -0.06448952, -0.012150241, 0.014582263, 0.009733287, 0.02786343, 0.032043155, -0.024987923, 0.06278105, 0.026075982, -0.05989827, -0.04051691, 0.013301951, -0.0060907085, -0.0014070971, -0.026878254, -0.027309658, -0.04266185, -0.07460732, 0.038208812, 0.01805428, 0.0069975536, -0.026701588, 0.0006495093, -0.052372277, -0.01926318, 0.007854557, -0.0013322736, 0.03316213, 0.0706292, -0.024294766, -0.018243482, -0.029708555, -0.019528925, 0.009492189, -0.06730372, 0.03342323, 0.07068324, 0.035280243, 0.004135036, -0.04133581, -0.023251396, 0.035813943, 0.037266247, -0.013549284, 0.0061233137, 0.030114368, 0.019434879, 0.012855088, 0.0120969815, 0.03807995, 0.05441953, 0.03365939, -0.059264347, -0.039231144, -0.008012867, 0.013085794, -0.024106668, -0.0209672, -0.059638467, 0.026372157, 0.008992586, 0.0033816053, -0.020122578, -0.009717958, 0.01956426, -0.0016087047, -0.007354134, 0.01469372, -0.017065987, -0.00045725456, -0.009260022, 0.012968363, -0.02047578, -0.027105842, 0.033057168, 0.006185407, -0.009850718, 0.06282833, 0.013047441, 0.044815104, -0.035430994, 0.047604356, -0.013059294, -0.013427176, 0.0018496728, -0.008451935, 0.04494851, -0.04416248, -0.0027991252, 0.056084093, 0.007389467, -0.0071497983, -0.012286638, 0.038775187, 0.036804836, 0.016782021, 0.036118954, 0.0128384605, 0.009178866, -0.01635984, 0.03354586, 0.0032828797, 0.0054288586, 0.011067638, 0.021883268, 0.008714856, -0.008053396, 0.027418647, 0.023448845, 0.020705123, 0.00344188, -0.009745757, -0.0051259273, -0.012223246, -0.021816498, -0.01976327, -0.06863391, -0.010023228, 0.0130696865, 0.0034426593, 0.015705395, -0.004851055, -0.017450497, 0.0029337038, 0.05581831, 0.019464431, -0.024454806, -0.04095338, 0.023901423, 0.0018898529, 0.00824721, 0.024052627, 0.040533535, -0.07099916, 0.03307743, 0.009317666, -0.03435904, -0.015556527, -0.023505246, -0.028998254, 0.01592181, 0.021125162, 0.012931472, 0.010293294, 0.08322448, 0.05382094, -0.014239322, -0.013186598, -0.026707824, -0.05658733, -0.017480893, -0.028391352, -0.012657637, -0.026969185, -0.00025577677, -0.004757006, 0.03353131, -0.049599648, -0.009633263, 0.054858074, -0.025617685, 0.0077166907, -0.036118954, -0.0291188, -0.065670066, -0.011679477, 0.03722156, 0.06305956, -0.06782956, -0.0031714241, -0.054791566, -0.023170823, -0.023189042, 0.01966922, -0.008257602, -0.0010953324, -0.00757146, 0.038021367, -0.05139957, 0.009060915, 0.047721658, 0.023735669, -0.05582039, 0.0008547543, -0.031247374, -0.0366926, -0.010412933, 0.023686826, 0.030198546, 0.020442396, 0.0037146737, 0.019361094, 0.009913558, 0.03819686, 0.02922688, 0.034824092, 0.018270437, -0.0028557626, 0.0034790318, -0.008314239, -0.0011524893, 0.032903623, 0.0011649599, 0.025353726, 0.05169951, -0.033048853, -0.021786101, 0.02684292, 0.040809967, -0.054063335, -0.007259436, 0.06040333, 0.01436299, -0.058740582, 0.045193378, 0.005806094, -0.06461839, 0.020058276, 0.04190738, -0.0034190172, -0.01577736, -0.015392331, -0.03685368, -0.015879203, -0.05424728, 0.03997652, 0.034816295, -0.037836514, -0.024032203, -0.02182949, -0.02876339, -0.025373211, -0.026415804, -0.0028266646, 0.03336422, 0.011229755, -0.045032687, 0.04693926, -0.044097003, 0.021082813, -0.025435826, -0.016070418, -0.034587875, -0.025754863, 0.0066642254, 0.0037245462, -0.042875405, 0.03298468, 0.0306823, -0.0016203958, -0.022826355, -0.016858922, 0.010145076, 0.012309501, 0.014738666, -0.030494722, -0.019968515, 0.0040895706, 0.008571444, -0.011430324, -0.026689118, 0.024984643, 0.020821711, -0.03780703, -0.04936894, 0.033663288, -0.0037292228, -0.0104642445, 0.015430263, 0.07198304, -0.019861475, -0.05085918, 0.00027435273, 0.021977609, -0.006303358, 0.03748864, 0.037903287, -0.0138995, -0.06495093, -0.03705087, 0.035851873, -0.035759386, -0.0017951139, -0.029821312, -0.036077905, 0.031281408, -0.010269522, 0.018431516, -0.024914138, 0.0010267444, 0.012246109, 0.018894745, -0.02848644, -0.0016398812, -0.019791847, 0.016952192, 0.044753272, -0.01974924, -0.018537516, 0.01486545, -0.0012039305, 0.03284231, -0.0019448907, 0.05021902, 0.025333462, -0.050040275, -0.015996374, -0.02530166, 0.0021807924, -0.00032007816, -0.04022697, -0.032718644, -0.059243564, 0.004027997, -0.00089996017, -0.0018814986, -0.041038077, -0.0027261206, 0.020011123, 0.030674051, -0.0074054454, 0.0030054096, 0.0073306705, -0.04214302, -0.021668604, -0.02111295, -0.022375338, -0.026869942, 0.032770604, -0.060860578, 0.00469933, 0.0066904654, 0.010111561, -0.0044270554, 0.006861741, -0.011857183, -0.018715221, 0.005255829, 0.069174305, 0.046267927, 0.0022141123, 0.011676619, 0.008921141, 0.057653826, -0.009167174, -0.06526893, 0.09603385, -0.0028160126, -0.034187835, 0.015361675, 0.02012232, 0.0019204692, 0.022048501, -0.009971526, 0.0052189375, 0.013773754, -0.012185834, 0.00025149, -0.0013135676, -0.03617442, -0.00023901943, 0.043389298, 0.00086982286, -0.0022530179, -0.025287606, 0.029195704, -0.023748139, -0.008973621, -0.0008833327, -0.016131733, -0.02013583, 0.002598297, -0.032635506, 0.048597846, 0.049093552, 0.033217464, 0.03218572, 0.010243151, -0.020462142, -0.004348075, -0.040912982, 0.036764305, -0.0069850828, 0.030271811, -0.05493498, 0.0057759564, 0.017335664, -0.008181739, -0.038393795, 0.0151642235, 0.044756908, -0.034777846, -0.006921171, 0.011882383, -0.0055916584, 0.081191786, 0.053070627, 0.0035322914, 0.03369966, -0.026839804, -0.070550226, -0.014845185, 0.03235284, -0.021476936, -0.011243267, 0.0028035422, -0.029086586, 0.025444139, 0.041943755, 0.05140399, 0.01586985, -0.002088822, 0.04484836, 0.009679248, 0.010785491, -0.002434361, -0.018973466, 0.018719183, 0.0035187816, -0.010219639, -0.07877353, -0.016739024, 0.0143998815, 0.02670003, 0.048136435, 0.038033187, -0.02487309, 0.032144476, -0.015054068, -0.003357184, -0.003293272, 0.0023652532, -0.003240402, -0.07040057, -0.015392851, 0.01603197, -0.025018059, -0.010427482, -0.024371147, -0.008305406, 0.0002026469, 0.0050770845, -0.04852718, -0.0022654885, 0.022845581, 0.0139143085, -0.0038467676, -0.043160673, -0.035152484, 0.020717788, -0.011491119, 0.00525531, -0.03987052, 0.011047683, 0.019501908, 0.03404416, -0.03908487, -0.036457736, -0.026541028, 0.0037494872, 0.01933771, -0.013254147, 0.062772736, 0.04295803, -0.024783196, -0.015928047, -0.068565324, 0.06405305, -0.038234793, 0.010694561, 0.000667176, 0.015792688, -0.08478747, -0.035020765, 0.022976521, -0.0059860074, -0.024849707, 0.012858076, 0.03514131, 0.008415563, 0.0013099303, -0.0014610064, -0.01634789, 0.012592687, -0.014303755, 0.0071872105, -0.014642538, -0.056890782, -0.04497722, -0.008835405, -0.012978755, -0.036921486, 0.010184825, 0.045323282, -0.021327807, -0.03028584, 0.053340822, -0.027431117, -0.021548122, 0.0398952, -0.044998005, 0.00019745083, -0.009138466, -0.022787904, 0.0505391, -0.062076464, 0.02795488, -0.018091172, 0.059443094, -0.033744346, -0.007859322, -0.020280277, -0.014064215, 0.030938987, 0.018030183, 0.0007735656, -0.0053987214, 0.013767909, 0.00779619, -0.016789556, -0.097436786, -0.00048375453, 0.00655225, -0.008467523, -0.0036081544, 0.038351186, -0.015083912, 0.01941877, 0.004779349, 0.015602772, 0.004785065, -0.011781579, 0.025396075, 0.009012071, -0.00040789184, -0.013200108, 0.013185559, 0.0049780994, -0.033616524, -0.019155849, 0.018532319, 0.022898322, 0.023489114, 0.01777811, 0.022604743, 0.027827578, -0.007273205, -0.0025647823, 0.0013525382, 0.05332108, -0.08112527, 0.0008411471, 0.08263837, 0.02412966, 0.0034824093, -0.0042628595, -0.047608644, 0.032134604, -0.02430308, 0.0047279084, -0.049115375, -0.037421092, -0.02133716, 0.0010397345, 0.032207347, 0.032319583, 0.02263826, -0.024298208, 0.035930336, 0.039228283, 0.01597689, 0.020972395, -0.011703637, 0.06089799, -0.007937264, 0.007638514, 0.040212423, -0.030850133, 0.02604974, 0.034505054, -0.04107757, 0.009896963, 0.029450312, -0.04057095, 0.0143625345, 0.04012409, -0.044862907, -0.0011886021, -0.03619066, 0.0016419597, -0.0075893863, -0.0150722535, 0.026855651, 0.022470426, -0.0055504465, -0.045997214, -0.03536968, -0.026168471, -0.009570033, 0.0013857931, 0.006787632, 0.0058983243, -0.018490622, 0.0048361165, 0.01415047, -0.027287705, -0.05515737, 0.059214465, 0.004951859, 0.05116263, 0.027969753, -0.037099972, 0.05220236, 0.04145636, -0.047095142, -0.015058224, -0.014289205, -0.04291698, -0.027644156, 0.03675911, 0.0056606033, 0.042718228, 0.094314985, 0.025816176, 0.013318578, -0.06720395, -0.006554913, -0.0040724883, -0.028667262, -0.033341132, -0.0217357, 0.006623956, -0.006422348, -0.060735878, -0.017600209, -0.050028846, 0.05486639, -0.012352629, -0.010638833, 0.0052814363, -0.025406338, -0.008436346, 0.00040945064, -0.011048284, 0.047171004, 0.0441313, 0.045804437, -0.035216916, 0.0027796403, -0.05277653, 0.001158205, -0.0126662105, 0.016500654, -0.019412015, 0.028017234, 0.01156867, -0.029301703, 0.029805463, 0.047750887, -0.029351586, 0.016425312, -0.021291956, -0.050572354, -0.012104775, 0.00044322517, -0.038843777, 0.04823204, 0.016142124, -0.0313739, 0.0155954985, -0.03391374, 0.05776372, 0.020959927, 0.011839775, 0.036155324, -0.022720356, 0.0035868504, 0.028614784, -0.0062477277, -0.008305925, -0.017088851, -0.028521253, 0.013624887, -0.019906161, 0.0041134073, 0.045803398, 0.029328462, 0.052092988, 0.023340248, -0.029131273, -0.019612065, 0.05592269, -0.0066572106, -0.0004193232, -0.040712286, -0.0014403518, -0.01849075, -0.021941984, 0.029865999, -0.015118498, 0.012478373, -0.07949163, -0.03330086, 0.01468073, 0.061812505, 0.012201812, 0.021323277, -0.01074964, -0.0477883, -0.0358976, 0.025820334, 0.0037188304, 0.053714942, 0.033269428, 0.03253366, 0.016832164, 0.0325638, -0.017676005, 0.01563395, -0.04864149, 0.00406385, 0.052077137, -0.0033545855, 0.030991467, 0.00050505844, -0.0067907497, 0.018420083, -0.011248462, -0.0014133323, -0.040222812, 0.055020195, 0.04106607, -0.040620834, 0.000348137, -0.009509336], [0.0055632037, -0.08432835, -0.020957272, -0.05469837, 0.004417057, -0.0052497173, 0.011304152, -0.0058630207, 0.015993446, 0.024951452, 0.018147323, 0.0326187, -0.05813885, -0.048542686, -0.040912434, 0.03364993, -0.01986934, 0.0062574553, 0.020413568, 0.0433554, -0.016798915, -0.018435711, -0.017078046, 0.019686755, -0.032499693, 0.049686532, 0.020215392, 0.010167902, -0.009104818, 0.015874438, -0.025180496, -0.04529348, 0.031739686, -0.0062680533, 0.015508734, 0.04277722, 0.020227779, 0.023400495, -0.05089627, -0.041168325, -0.03182549, 0.044287026, -0.0331596, 0.013304291, 0.010145748, 0.040745415, 0.014229278, 0.02375292, -0.02112046, -0.01863778, 0.010138215, -0.0013282328, -0.0019608098, 0.04481822, -0.028951952, 0.020544833, 0.044499505, -0.024756053, 0.029397847, 0.0027907, -0.006468272, 0.025803559, -0.05236343, 0.010805651, 0.048000768, 0.033845037, 0.006367141, 0.039191682, -0.018932873, -0.04035315, -0.018558996, 0.010487957, -0.014337049, 0.02367503, 0.020309882, -0.009384715, -0.04564361, 0.008391924, 0.002199335, -0.053964917, -0.015510777, -0.0115406355, 0.00046172756, -0.020308862, -0.04135935, 0.022312576, 0.0077709663, -0.022620054, 0.031215386, 0.016013365, -0.06469498, -0.0016722301, 0.008025836, -0.004880253, -0.01942231, 0.0026794497, 0.05327437, 0.05541139, 0.03446612, 0.03060937, 0.026755681, -0.07382738, -0.016076252, -0.030614989, -0.010960602, 0.013851827, 0.03434354, -0.016839392, -0.002413982, -0.020408459, -0.011116576, 0.039581392, -0.0018264798, -0.049935877, -0.018174903, -0.00090324815, 0.044749778, -0.025174366, -0.017903594, -0.015917342, -0.027267464, 0.023750367, 0.020458004, -0.00011849646, 0.0045207418, -0.0360883, 0.004025815, 0.004323333, -0.057269536, -0.03465263, 0.048121817, -0.03239167, 0.073132746, -0.027224049, -0.04146661, -0.016132884, -0.026187206, 0.01681475, -0.046860237, 0.029144572, -0.021849826, 0.021969855, 0.007020404, -0.0021036312, -0.021255812, -0.015820267, -0.00962375, -0.037833057, -0.0075939884, -0.027304111, -0.019429332, 0.007999022, 0.018828677, 0.0091525735, -0.011645341, -0.016475093, -0.0023178314, 0.002344391, -0.019885952, 0.010239728, -0.03171823, -0.024874039, 0.028487159, -3.0773324e-05, -0.03658731, -0.031071607, 0.002636546, -0.0136896605, 0.010430752, 0.05058573, 0.06717523, 0.029741587, 0.027415585, 0.02967672, -0.071779735, -0.02489498, -0.01661453, -0.012481456, 0.0054600304, 0.02109773, -0.01672128, 0.034485023, -0.018648252, -0.010386316, -0.025756633, 0.025787918, -0.0025885345, -0.015915299, -0.0036789444, 0.0069245086, 0.05632412, -0.012157123, 0.0078000803, -0.007614419, -0.015560832, 0.036123797, -0.038971033, -0.0031330055, 0.022152709, 0.06755524, -0.002528265, 0.009994051, 0.021525493, -0.03974943, -0.012303201, -0.039359465, 0.042827275, -0.023242671, 0.06517765, -0.015941858, 0.010090841, 0.02498845, 0.025692279, 0.04023874, 0.027556555, 0.02306799, 0.018748999, -0.039159566, 0.02987745, 0.031989958, -0.0474517, 0.011243563, 0.029077599, -0.061429173, -0.032372005, 0.0073485677, -0.03852565, 0.009827034, -0.019088143, 0.012311372, 0.08285558, -0.019307515, -0.027249588, -0.031567812, -0.011682753, -0.02911795, -0.0498298, 0.028509632, -0.006179692, 0.038099162, -0.02598903, 0.022075072, -0.0049704667, -0.01988059, -0.022311045, 0.017416935, -0.022623373, 0.048765372, -0.033044167, 0.030000545, 0.039747387, -0.010219809, -0.00940738, 0.028220799, -0.019546807, 0.003906808, -0.028817112, 0.039228167, 0.0019963076, 0.012049161, 0.003208087, -0.029972453, 0.046528243, -0.009345131, 0.057687342, 0.028481033, -0.0044722194, -0.007881546, 0.015409551, -0.010782155, -0.040902216, -0.04452632, 0.039737172, 0.02889066, -0.020114262, 0.022377443, 0.020224202, -0.008261233, 0.036013726, 0.03292056, -0.057378843, 0.0047433055, 0.047680523, -0.021147596, -0.0034226065, 0.0057307337, -0.0031074674, -0.06710168, -0.019853264, -0.06356134, -0.022789625, 0.00088259426, 0.0071409433, 0.037706386, 0.0466876, -0.019432398, 0.008913794, 0.004374281, -0.054205995, 0.025252003, 0.039994594, -0.028839584, -0.036195558, -0.01318273, -0.022285506, -0.035476405, -0.06133213, 0.020310905, 0.062155478, -0.01778264, -0.03567803, 0.0064360937, -0.046240684, 0.009128313, 0.025939487, -0.013882472, 0.04283851, 0.09070903, -0.05652281, -0.04371906, -0.03439666, 0.0038771834, 0.051317137, -0.051513266, 0.07086497, 0.009052721, 0.045179836, 0.006670533, -0.044380493, -0.0130246505, 0.024628874, 0.0151644815, -0.009108393, -0.009362241, 0.04122323, 0.015729766, -0.022193057, 0.01920115, 0.01257186, 0.0071240887, 0.025181519, -0.064374216, 0.00982499, 0.008304967, 0.004900237, -0.07791703, -0.005181155, -0.03580125, 0.0047007846, 0.0053614536, 0.055354185, -0.027933495, 0.022395829, 0.01924597, -0.028509123, -0.050759386, 0.010404703, -0.013519066, -0.013706771, 0.03641825, 0.004885425, -0.017078811, -0.045225803, 0.04990999, -0.012239802, -0.017035654, 0.06568176, 0.0030588172, 0.014924424, -0.007162906, 0.037745208, 0.035663344, 0.009521343, 0.0016758054, 0.0077385334, 0.034858897, -0.012570838, -0.01787662, 0.024963677, -0.0026053898, -0.016440362, -0.019659493, 0.05786304, 0.018144257, 0.028643453, 0.023011679, 0.01635069, 0.043533146, -0.027613759, 0.020237867, 0.019014595, -0.027810147, 0.004045224, 0.040900685, 0.0321156, 0.03033458, 0.0288498, 0.016029455, 0.044104174, 0.005388524, 0.020121925, 0.03380622, 0.0023714614, -0.040331185, 0.009743269, -0.07232165, -0.029909117, -0.0024210052, 0.006358969, 0.016507156, 0.0041289884, 0.0034113699, -0.0248199, 0.025635073, 0.035904426, -0.044166613, -0.033657078, 0.045837186, 0.03461737, 0.0030954643, 0.030361908, 0.05521117, -0.049159683, 0.030806012, -0.0128236655, -0.021708347, -0.025068128, -0.039577816, -0.058253266, 0.05105955, 0.026191803, 0.030335845, 0.013383459, 0.07441168, 0.010588322, 0.003812317, -0.0024683462, 0.01806458, -0.06342829, -0.033122823, -0.025192242, -0.024381667, 0.010925504, 0.04440757, -0.029250234, 0.02599516, -0.037497487, 0.015754154, 0.018527137, -0.065557145, -0.019702077, -0.0052301884, -0.013372094, -0.048477307, -0.051686924, 0.029172601, 0.04175059, -0.06478283, -0.044347554, -0.04031331, -0.036690995, -0.021282881, 0.029071469, -0.048384603, 0.04284004, 0.032165658, 0.025837846, -0.03218098, 0.013714942, 0.03237609, 0.013587508, -0.029745929, -0.017810222, -0.014369483, -0.021346472, 0.0032402652, 0.03880759, 0.02717144, -0.00632079, 0.024496077, 0.013714942, -0.0027386982, -0.0008805512, 0.03085527, 0.016531788, 0.0015179805, -0.02562588, -0.012937565, 0.0012816259, 0.0017575271, 0.008291687, 0.018143237, 0.03735754, 0.053329535, -0.04095074, 0.00557061, -0.008313649, 0.022305936, -0.04410111, 0.009931165, 0.05702131, 0.007123833, -0.076957315, 0.03046789, 0.0069167195, -0.04437488, 0.013430837, 0.047831703, -0.024486884, 0.009846442, -0.055519674, -0.03287536, -0.002994589, -0.027424777, -0.0076869465, 0.06378378, 0.00787197, -0.022827262, -0.01659908, -0.026618926, 0.004338911, 0.0018949218, -0.030854024, 0.033373095, -0.0075153313, -0.028388072, 0.04461187, -0.037044954, -0.022391744, -0.018137109, -0.031462852, -0.0808391, -0.029309483, 0.020083105, 0.030041914, 0.010931745, 0.04657728, -0.009045698, 0.022430561, 0.035818618, -0.030714076, 0.008227458, -0.00795152, 0.003671794, -0.034233216, 0.0047780373, -0.031380106, 0.049662527, -0.019952096, -0.021738993, 0.014784603, 0.004800128, -0.035311945, -0.042533077, 0.07317954, 0.018087182, -0.014479679, 0.021412106, 0.027991721, 0.016953165, -0.010815355, 0.00011492113, 0.00054064003, 0.012010024, 0.022662062, 0.016833646, -0.012460004, -0.09171549, -0.035622485, 0.04525594, 0.007404879, -0.030999081, -0.068861246, -0.0017792345, 0.00057945785, -0.022532715, -0.00549987, -0.05172983, -0.020148484, 0.0076031815, -0.055437952, 0.03837909, -0.031122684, -0.03220652, -0.010345966, 0.0062680533, 0.0071230666, 0.0007263015, 0.047231052, -0.02310119, 0.019697992, -0.052061826, 0.04093848, 0.049263112, -0.03048883, -0.008352468, -0.0274122, 0.013908521, 0.0033303504, -0.011342077, -0.04777399, -0.048799038, 0.009073151, -0.0031769308, 0.000652752, -0.009070725, 0.025559481, 0.054091588, 0.016675312, 0.016672246, -0.001417999, 0.008019962, -0.04006285, -0.021524215, -0.010291825, 0.02084184, -0.03163651, -0.0368123, -0.0070689265, 0.024852332, 0.0073091118, -0.016335145, 0.013579081, 0.013087728, -0.012360406, -0.016676333, -0.033822566, 0.08656855, 0.023369085, -0.012083574, 0.06542639, -0.007536783, 0.080634795, -0.021588827, -0.041241873, 0.08737376, -0.0017996649, -0.031247308, -0.011620314, 0.024239674, 0.013797175, 0.016783591, 0.028008066, 0.014387247, 0.035943244, -0.004357809, 0.01859628, 0.019848155, -0.023855584, 0.008123391, 0.041793495, -0.0015190019, 0.004929861, -0.06501369, 0.011334798, -0.021377372, -0.018970732, 0.0065559945, 0.03414332, -0.04346011, 0.016368344, -0.041452818, 0.008153782, 0.016015919, 0.02108841, 0.006263329, 0.07565794, 0.027155098, -0.019875737, -0.012737348, 0.038259033, -0.013589806, 0.037785046, -0.0048246444, 0.017744333, 0.0064003407, -0.032989513, 0.018712256, 0.040492076, 0.03685444, -0.052024025, 0.0032370728, 0.028706787, 0.026358565, 0.038471, 0.011971206, 0.008503397, 0.03617002, -0.05637162, -0.07318586, -0.01503296, -0.0028449364, -0.013394696, 0.01879701, 0.00095920835, -0.01361279, 0.0046193185, 0.032266278, 0.04147018, 0.015776373, 0.03416375, 0.03289349, 0.014848831, -0.0027764942, 0.006899354, -0.05563102, 0.021456668, -0.012339976, -0.03208751, -0.07220724, -0.016485818, 0.01688217, -0.014053065, 0.027742472, 0.028829627, -0.013161278, 0.023736576, -0.007495922, 0.008649986, 0.005821138, 0.014930553, -0.017943019, -0.082933724, -0.023326436, 0.052011773, -0.028264405, -0.025576847, -0.03500038, -0.011587115, -0.029658077, -0.023775393, -0.029906053, -0.0019123993, 0.025550285, 0.023977017, -0.003213067, -0.05050605, -0.054718804, 0.02418298, 0.0068932245, -0.013473864, -0.021039251, -0.015653279, 0.013886176, 0.024394948, -0.026412452, -0.024992026, -0.011381534, 0.009646224, 0.016363235, -0.0063214917, 0.04035213, 0.007838132, -0.014865942, -0.014000968, -0.03815075, 0.019068735, -0.06078281, 0.0016824453, 0.046605878, 0.0034910485, -0.062064562, -0.0066204784, -0.0021809477, -0.002580602, 0.008969466, -0.03526291, 0.033091154, -0.0073222634, -0.0067105, -0.0050034104, -0.021104626, -0.01950186, -0.0769328, 0.0426886, -0.012712831, -0.046899058, -0.03340272, -0.00150087, -0.062901184, -0.046168156, 0.013562735, 0.019762348, -0.016651817, -0.035140328, 0.05707034, -0.032538, -0.0074989866, 0.04823725, -0.078939065, -0.0007738023, -0.016797127, -0.044368748, 0.024004724, -0.021725712, 0.06984753, 0.016944993, 0.064515695, -0.05493332, -0.025111033, 0.0069051, -0.01975009, -0.008932181, 0.033835847, 0.008978533, -0.0076437877, 0.00019332286, 0.00471665, -0.012995026, -0.09894045, -0.02521893, 0.03163038, -0.03708326, 0.008677311, 0.029164428, -0.0022391742, -0.024417387, -0.001474438, 0.016856631, 0.028543344, -0.004403778, 0.03974126, -0.020892661, 0.020573435, -0.021226186, -0.0014421962, 0.0019909446, 0.0017953234, -0.011171866, 0.007244628, 0.058234874, 0.012580845, 0.03514237, 0.07195799, 0.02122491, 0.014709905, -0.019226242, 0.019895656, 0.021672336, -0.055037513, -0.043222602, 0.018106973, -0.0034077945, -0.0106973685, 0.0076762205, -0.0029672636, -0.0138099445, -0.05156639, 0.002376186, -0.01628062, -0.04501435, -0.047819957, -0.021037461, 0.0118235955, 0.005531633, -0.0023614375, -0.013696556, 0.066434115, 0.011559533, -0.006063749, 0.04162839, -0.046465933, 0.043613844, 0.005655652, -0.011876204, 0.016085383, -0.034280207, -0.0116244, 0.017639115, -0.03394727, 0.034087136, 0.028984385, -0.0030492407, -0.008052907, 0.025627922, -0.0640389, 0.011814723, -0.0056528426, 0.03796075, 0.0030063365, -0.018078882, 0.025989287, 0.021923631, -0.021125058, -0.059066396, -0.027241927, -0.014717821, -0.02563405, 0.054589067, 0.007528611, -0.020148484, -0.051283423, 0.004951313, 0.016714128, -0.046362247, -0.040517613, 0.057901863, -0.01869537, 0.020928415, 0.07233494, -0.028664906, 0.05385255, 0.020474348, -0.026462505, -0.022119988, -0.005572733, -0.020874528, -0.030038852, -0.0020725387, 0.001787662, 0.040428743, 0.03692799, 0.035152584, 0.005715155, -0.091058396, -0.00018789603, -0.032278538, -0.0704441, -0.023595097, -0.0090902615, -0.0051249717, 0.011764859, 0.0198941, 0.004922838, -0.03579014, 0.02450425, 0.015124641, -0.00848884, -0.027790036, -0.013024394, -0.03409429, 0.03436397, -0.010043596, 0.052150186, 0.03480297, 0.023865798, -0.011935453, 0.0025068128, -0.053445987, -0.0013581123, 0.021696087, 0.023626762, -0.026350904, 0.020269021, -0.013806369, 0.06658888, -0.015915172, 0.05314872, -0.015664006, 0.050087225, 0.020111708, -0.002830635, 0.0057597193, 0.0031073396, -0.017530324, 0.008739369, -0.021586273, -0.0024506291, 0.04017566, -0.011964822, 0.08268805, -0.017490996, -0.014308255, 0.022099588, 0.005327999, 0.030480275, 0.035083123, -0.0067618317, -0.012212285, -0.013398782, -0.006296401, 0.0008602485, 0.006527392, -0.036729302, 0.03280462, 0.04409294, 0.07664467, -0.0064866594, -0.0685788, -0.055028833, 0.0453157, -0.016648753, -0.00020430423, -0.004664393, -0.007153712, -0.011435929, -0.0032235377, 0.007529632, -0.008529701, -0.0027019235, -0.047891974, -0.0012356575, 0.004533, 0.047085993, 0.007814126, 0.056311354, -0.0005006731, -0.05181768, 0.0036172064, 0.042989694, 0.0006731824, 0.0350821, 0.0013092151, 0.022184374, 0.020844394, 0.002130893, -0.019274062, -0.012751649, -0.016430655, 0.03876877, 0.047543123, 0.024361748, -0.039252076, 0.0073525896, 0.022405278, -0.00972769, -0.008122114, -0.021500977, 0.0010259902, 0.03553055, 0.04461187, -0.018114123, 0.0028906495, 0.02199897], [0.011704185, -0.091644935, -0.017526777, -0.022783156, 0.039992064, 0.03401444, 0.0063755563, -0.03858944, 0.03846986, 0.025906274, -0.005746381, 0.022964232, -0.07799242, -0.038353898, -0.036299676, 0.017904555, 0.01760333, -0.025859166, 0.025558848, 0.015724862, -0.019406151, -0.0007863564, -0.026870195, 0.01136593, -0.02558931, 0.062715545, 0.007984733, 0.023588877, -0.0024903738, 0.013806533, -0.018000131, -0.0878871, -0.01156569, -0.015503133, -0.012944078, -0.0031586748, -0.0020885326, 0.02997893, -0.048901763, -0.03922088, -0.035071705, 0.010792115, -0.021942783, 0.03275292, 0.01808982, 0.024105037, 0.026413603, 0.004686883, -0.00821688, -0.03448825, 0.05478041, -0.020092402, -0.020195225, 0.0034747347, 0.007849068, 0.018449647, 0.017142206, -0.024265615, 0.0033110639, -0.021363888, 0.013859077, 0.016219959, -0.069357894, -0.013989533, 0.03354392, 0.021183606, -0.00031504082, 0.010626002, -0.024326768, -0.035507657, -0.002389871, 0.012412517, 0.004688695, -0.023250962, 0.039428342, 0.007129752, -0.06929267, -0.0050028297, -0.012604973, -0.008675287, -0.009881093, 0.051380187, 0.017564375, -0.051517215, -0.042545684, 0.023467483, -0.0041677793, -0.022629486, 0.042744085, 0.053002954, -0.025039969, 0.0037634468, 0.04233641, -0.0023698271, 0.0011454201, 0.014663553, 0.015783295, 0.04556156, 0.034817107, 0.026696255, 0.031962033, -0.012502318, -0.018173166, -0.024525395, -0.0056200013, 0.011148503, 0.03851289, 0.0022970121, 0.00040722024, 0.045405738, -0.008443365, 0.0027748959, 0.014364593, -0.06113581, 0.020585913, -0.043536782, 0.071750484, 0.0032608197, -0.049279537, 0.012029077, -0.013947859, 0.026618797, 0.033041462, 0.009002331, -0.015862113, -0.033268854, 0.02189658, 0.00012705816, -0.059082497, 0.0068834494, 0.032637864, 0.035164986, 0.06410752, -0.014719268, -0.039912116, 0.03207573, 0.0050325, 0.057659034, -0.03027472, 0.03621769, -0.044042412, 0.014986973, 0.010362147, 0.010773444, 0.026388915, -0.016758652, 0.0146875605, -0.033595897, -0.039441023, 0.0052193496, -0.027659949, -0.007519306, 0.018950464, 0.00289833, 0.014606479, -0.028503833, 0.00859194, 0.031860113, -0.02777976, 0.031159565, -0.020606607, 0.0030774232, 0.018513348, 0.02746087, 0.005080514, -0.03446379, -5.9424037e-05, -0.020599276, 0.002388512, 0.035839006, 0.07686724, -0.026889559, 0.019129159, 0.007570945, -0.077979736, 0.016237399, 0.007317536, -0.027300518, 0.03629741, 0.02841301, -0.013101711, 0.020016756, -0.015680019, 0.009904081, -0.010622606, 0.029600699, -0.022107666, -0.028930305, -0.006376462, 0.022068257, 0.0016936557, -0.0273705, -0.0050002253, 0.018605752, -0.01398138, 0.00408398, -0.070536524, 0.0039832504, 0.020212155, 0.027905233, 0.021166394, 0.040500976, 0.016243514, -0.003135007, -0.05999138, -0.035973992, 0.041792847, 0.00037868315, 0.05560753, -0.025459645, -0.020292614, 6.273638e-05, 0.024304572, 0.021030502, 0.01307575, 0.033450946, 0.027071878, -0.058808222, 0.066472024, 0.03989037, -0.04350915, -0.00928589, 0.046459798, -0.016779717, -0.0348735, 0.006625143, -0.017252278, 0.04788258, -0.0050497125, -0.019322352, 0.083687164, 0.020170312, -0.009514159, -0.055919174, 0.00036781185, 0.0060624406, -0.043744467, 0.04184242, -0.0391133, 0.015463639, -0.027594013, 0.015578552, -0.0012986658, 0.0020510494, -0.026107846, -0.0062443083, -0.028533503, 0.035483878, -0.009871128, -0.030291932, 0.06395578, -0.0012530573, -0.010422393, -0.02752066, -0.012985751, 0.011189723, 0.0079778815, 0.027056932, 0.00556021, 0.024660606, -0.006061648, -0.047735818, 0.016565802, -0.030181408, 0.0647675, -0.010306885, 0.021704523, -0.02515344, 0.022454642, 0.02477566, -0.01371911, -0.06329716, 0.017060671, -0.019908043, -0.007771837, -0.0075587146, -0.0022327187, 0.018608017, 0.05573527, 0.03642379, -0.08417818, 0.0057225996, 0.022657573, -0.021747781, 0.023634402, -0.0017588834, -0.00044481677, -0.04277398, -0.025371771, -0.060290795, -0.01257989, -0.013587862, 0.026734756, 0.03014698, 0.051458325, -0.036027443, 0.04163714, -0.045414798, -0.06785856, -0.034610096, 0.016378952, 0.014536863, 0.0250257, 0.031061983, 0.016121212, -0.012994131, -0.05156477, 0.058101587, -0.011462865, 0.018051771, -0.04320883, -0.0020220592, -0.051529896, 0.027404586, -0.010385701, -0.045269392, 0.017046176, 0.07005185, -0.018031726, 0.01634045, -0.019030185, -0.017109139, 0.011959321, -0.054671247, 0.017744204, 0.037426215, 0.006397752, 0.009365613, -0.027512508, -0.022229513, 0.024429591, 0.03790727, -0.005515366, -0.0020533141, 0.036921605, 0.012887909, -0.024762752, -0.013833258, 0.021265822, 0.04907434, 0.011886845, -0.07959955, -0.011816635, -0.029021576, 0.049715295, -0.0363174, 0.011059721, -0.07121417, -0.021275107, 0.011300702, 0.020011771, -0.025219515, -0.0009933638, 0.037808068, -0.025945231, 0.007225555, 0.012727785, -0.017263403, -0.01630693, -0.00029896037, 0.009658231, -0.0045297025, -0.05977214, 0.06059291, 0.012487031, -0.024383219, 0.059453253, 0.003998821, 0.07912801, -0.025259433, 0.027116327, 0.013193211, -0.004077638, 0.0019493573, 0.0071112933, 0.042167906, -0.037885524, 0.021751633, -0.00023124131, -0.024855383, 0.040686693, -0.008963375, 0.031282578, 0.031857852, 0.021248382, 0.03791814, 0.023284484, -0.012029305, -0.045826096, 0.03838017, -0.022842836, 0.026155408, 0.027868995, 0.01159332, 0.0029452124, -0.009127962, 0.034920383, 0.009220209, 0.034688912, 0.013131155, 0.000113695525, 0.0066011357, 0.0068439273, 0.0009508412, -0.017014015, -0.05349782, -0.017227365, -0.01063846, -0.013634319, 0.03845174, 0.03737729, 0.022846347, -0.037862312, 0.029715981, 0.023306224, -0.017132694, -0.04233007, 0.017772514, 0.020655442, 0.008602811, 0.02459085, 0.033743568, -0.032487027, 0.02490702, 0.052772842, -0.023522802, 0.0043639154, -0.028374057, -0.063722044, 0.020604484, 0.043057542, 0.046940405, -0.0010015172, 0.09652615, 0.058266472, -0.01934013, -0.0074561164, -0.008191966, -0.05665752, -0.021231622, -0.0432496, -0.026010457, 0.02949108, -0.003651846, 0.00920209, 0.014295741, -0.05928656, -0.0031316096, 0.016244022, -0.04014947, 0.0077909753, -0.025710592, -0.031581085, -0.010479241, -0.059089065, 0.048137374, 0.06314405, -0.037258618, -0.026722526, -0.022987787, -0.0218172, -0.0074404893, 0.024883695, -0.033037838, -0.027589059, -0.023406558, 0.008130476, -0.050492138, 0.0013951483, 0.015665524, 0.039533433, -0.03379113, -0.0010146534, -0.0433907, -0.029975759, 4.5297026e-07, 0.041124266, 0.023147687, 0.006258265, 0.015627021, 0.0071594217, 0.017422142, 0.033395685, -0.0026049612, 0.04596742, 0.019876335, -0.018944122, 0.014099152, -0.03155255, -0.033508476, 0.021521522, 0.03211197, 0.005539826, 0.07422552, -0.03692432, -0.020110067, -0.00950626, 0.017773647, -0.0049092914, -0.018143864, 0.05742666, 0.0578751, -0.06210041, 0.010488979, -0.018659204, -0.0460553, 0.030950105, 0.041277368, -0.0011161186, 0.0015028703, -0.014643735, -0.041709952, -0.000304396, 0.0014973435, 0.046195716, 0.026765106, 0.017505035, -0.055735383, -0.02247276, -0.029503312, -0.01143297, -0.04454555, -1.1777226e-05, 0.024786532, -0.009236516, -0.029402724, 0.03312934, -0.056315072, 0.00087423256, 0.009004142, 0.0010404726, -0.04929222, -0.020362372, -0.0034924005, 0.01579915, -0.02047652, 0.031639066, 0.023320721, 0.018014627, 0.01648404, -0.0002572871, 0.025013471, 0.025706062, 0.028660672, -0.0010925643, 0.007885646, -0.036567383, 0.022448752, 0.001063008, -0.014424385, -0.0245836, 8.6970285e-05, -0.08323781, -0.0657894, 0.034284413, -0.0029549515, -0.030912502, 0.019318275, 0.05705432, 0.00016662228, -0.026771447, -0.0093340175, 0.027797086, 0.010153102, 0.042307794, 0.019970099, 0.025343573, -0.04669942, -0.06353179, 0.05551468, -0.028814342, -0.0058040493, -0.0632129, -0.056740865, -0.007850881, -0.01305851, 0.022042893, -0.04684256, 0.021489814, -0.009722213, 0.017100533, -0.027240723, -0.012172216, -0.0061812317, 0.01784884, 0.015692702, -0.009910083, -0.0016161412, 0.017124994, -0.040499616, 0.037085578, -0.017300745, 0.032005236, -0.004443638, -0.014523812, -0.03526317, -0.04841165, 0.008190608, -0.0027841816, -0.035121955, -0.016690142, -0.040285077, -0.0009168118, 0.0061486177, 0.020955311, -0.03632323, -0.025634492, 0.012983486, 0.027230306, 0.02303082, 0.012502206, 0.02158222, -0.0122555625, -0.02623785, 0.00496931, -0.011642242, -0.020290349, 0.009998865, -0.023550604, 0.00606346, 0.029615562, -0.010911147, 0.0006323465, 0.00022014353, 0.018200345, 0.0063471324, 0.0037569352, 0.050546046, -0.0007729371, -0.02514891, 0.04564628, -0.0114841545, 0.028249942, 0.0050045284, -0.044787094, 0.089434445, -0.015533256, -0.021190628, -0.025435185, -0.020318434, 0.025773894, 0.0069322567, -0.008485945, -0.012627904, 0.040951822, -0.0044848584, -0.00033678339, -0.0025117202, -0.04201118, 0.019425659, 0.05615925, 0.004306388, 0.028653992, -0.04994269, 0.04127963, 0.013962355, -0.005698366, -0.010107578, -0.015432017, -0.018473033, 0.03256007, -0.020382019, 0.033917785, 0.019779399, 0.0385677, 0.018241111, 0.02166013, -0.020644855, -0.028812531, -0.023308262, 0.026616022, 0.008641766, 0.033560567, -0.031564325, 0.002314678, -0.010721806, -0.05847484, -0.031623214, 0.0025080964, 0.04474259, -0.031021215, -0.019809974, -0.0018936421, -0.020105084, 0.06861503, 0.010673791, -0.00045070538, 0.04220686, -0.039983686, -0.020373695, -0.03380064, 0.0025991432, 0.010142004, -0.017405381, -0.03265508, 0.0009766038, 0.040074702, 0.03763979, 0.03620059, -0.0041673263, 0.03344551, 0.0679238, 0.02023803, 0.011926481, 0.028826121, -0.053238727, 0.004172762, -0.013933818, -0.06315221, -0.05207029, -0.012448528, 0.053533833, -0.0050818166, 0.047830034, 0.047021933, -0.006541117, 0.03261386, -0.013827597, 0.02126786, 0.0011979294, 0.014454734, -0.0033311432, -0.057056136, -0.007606277, 0.0019008897, -0.009188955, -0.03802504, -0.06620251, -0.015583082, -0.008315175, -0.021293677, -0.009134372, -0.03935315, 0.02813534, 0.009559512, -0.02113378, -0.0025151172, -0.052202106, 0.013669736, 0.031498756, 0.04027087, -0.010788845, -0.0148984175, -0.009689487, 0.022950133, -0.06936922, -0.020473802, 0.026073987, 0.0024469453, 0.0014627542, 0.0060209935, 0.045813695, 0.029063476, 0.007370732, -0.015125017, -0.035898797, 0.02336602, -0.033465892, 0.019979611, 0.005698253, 0.009487744, -0.07448506, 0.011172058, -0.008598281, -0.025841245, 0.0008475073, -0.06274816, 0.016607588, -0.014707492, 0.014541251, 0.029901924, 0.01696804, -0.009276944, 0.010457271, 0.009014108, -0.0045783967, -0.096493535, -0.012860505, -0.029984366, -0.037525866, -0.058391824, 0.016537322, -0.00031889105, 0.0049727075, -0.037730608, 0.04440739, -0.016549721, -0.029264426, -0.0118141435, -0.08049463, 0.016778246, -0.0011487326, -0.05179443, 0.0013464541, -0.056169216, 0.037643638, 0.011037979, 0.038865753, -0.010171447, -0.023459101, 0.020748075, -0.012517833, 0.039068684, -0.005333385, -0.012322092, 0.012338003, 0.037680104, -0.002290897, -0.06456706, -0.06963579, -0.02503725, 0.036623552, -0.0016189157, 0.04560867, 0.022957891, -0.014512035, 0.0024233907, 0.01403936, 0.039765354, 0.006132085, 0.009857538, 0.010307112, 0.011986499, 0.017125899, -0.041025516, 0.022547498, -0.00577673, -8.787623e-05, -0.025886342, 0.0053515034, 0.038118355, 0.013980529, -0.012892439, 0.0750472, -0.0073367595, -0.025910236, -0.06455369, 0.016297417, 0.047840904, -0.09592461, 0.0011244987, 0.08997076, 0.006654133, 0.0034413282, 0.050848763, -0.008771316, 0.0214914, -0.04917989, -0.005744116, -0.086296275, -0.047372647, 0.020163914, 0.009015013, -0.017781233, 0.022412969, 0.008371343, 0.0016071384, 0.034596056, 0.0248042, 0.051634077, 0.010663372, -0.0053179795, 0.063926786, -0.022846008, -0.01806853, 0.059208646, -0.0010254114, -0.0064715855, 0.0035956213, 0.002978959, 0.011065157, 0.032764245, -0.01987792, 0.02577265, 0.004069485, -0.069568984, 0.032554064, -0.049913246, 0.04799582, -0.03039521, -0.0053849104, 0.010292389, 0.016205011, -0.013490359, -0.02402101, -0.013569177, -0.0055901064, -0.011980836, 0.018044347, 0.0040463833, -0.011880617, -0.010987586, 0.008902225, 0.042992514, -0.027916556, -0.05526237, 0.07523745, -0.010363167, 0.031050658, 0.034631386, -0.043207645, 0.057696633, 0.028932115, -0.033871982, -0.00922791, -0.034692537, -0.050915074, -0.04276039, 0.025080964, -0.013479488, 0.042716, 0.02393495, 0.03985232, 0.021627517, -0.09025433, 0.015143248, -0.042707846, -0.029107869, -0.052827206, -0.016709166, 0.031181566, -0.0031753215, 0.038516853, -0.011404687, -0.037714303, 0.082534805, 0.010486771, -0.018302716, -0.022403626, -0.022326903, -0.018528296, -0.0065232245, -0.025703795, 0.041238412, 0.026252344, 0.012618393, -0.008949531, 0.0018614813, -0.059328232, -0.005995175, 0.022953814, -0.0013437362, -0.027484423, 0.04345559, 0.004102325, -0.0063031586, 0.017427577, 0.03920367, -0.03937557, 0.035518304, 0.0036781186, -0.02810952, -0.022945661, 0.027403794, -0.029258255, 0.0532693, 0.005148007, -0.024189066, 0.059755836, -0.031373795, 0.04529431, 0.0074102255, 0.030406335, 0.025289329, -0.023055507, 0.012097251, 0.031985134, -0.022668103, -0.0070604617, -0.008476319, -0.05278553, -0.015231351, 0.01033044, -0.019752221, -0.00038208038, 0.0063192463, 0.039886408, -0.0015449682, -0.0760528, -0.019935787, 0.048248578, -0.03543156, -0.02203972, -0.016507141, 0.027487142, -0.016754463, -0.017445244, -0.00014948018, -0.01039295, -0.008103411, -0.0796974, 0.012332229, 0.0061884797, 0.009668197, -0.01389441, 0.017852915, 0.022610066, -0.04030348, -0.023564758, 0.020711612, -0.022006428, 0.026968263, 0.03134826, 0.020590669, 0.022001673, 0.019796386, -0.017663123, -0.0028246515, -0.008626762, -0.0067211725, 0.044684496, 0.0045550684, -0.0031637708, 0.0012456682, 0.028133078, -0.00814667, -0.007964576, -0.018266931, -0.041315135, 0.0062672966, 0.023935739, -0.034111377, 0.016052812, 0.014994448], [-0.053829633, -0.078527614, -0.009927942, -0.048443325, -0.027505977, 0.034162913, 0.028217277, -0.02656, 0.040548876, 0.04808526, 0.006238382, 0.018692162, -0.07863724, -0.02066275, -0.0015496155, 0.050811604, -0.0059708315, -0.029264871, -0.0024889414, 0.04269971, -0.036052454, -0.0090905335, -0.029864877, 0.01881555, 0.0027248312, 0.020509422, 0.0040790816, -0.009179597, 0.020284116, 0.0066218544, -0.018653452, -0.061612036, -0.017378436, -0.006793933, 0.009183981, 0.019166362, 0.022886163, -0.026352234, -0.062137038, -0.039890803, -0.074473485, 0.010660713, -0.035298813, -0.009466899, 0.002038331, 0.030007621, 0.012843906, 0.029381001, -0.051271588, -0.032132443, 0.022516603, -0.0015387284, -0.042974006, 0.041809075, -0.014194224, 0.017034885, 0.023043424, 0.03230543, 0.008764748, -0.028084058, -0.028684217, -0.024326302, -0.041777924, -0.0074262996, 0.017782927, 0.028213646, 0.02325153, 0.0058549093, -0.009346081, -0.031038277, -0.028546313, 0.021600865, 0.03870652, -0.03904986, 0.040955335, -0.023198264, -0.0499438, 0.030532628, -0.0055373656, -0.031052794, 0.011509237, 0.018011104, 0.02053422, -0.052454665, -0.050560288, 0.013159029, -0.00837621, -0.00467425, 0.06836212, 0.008508974, -0.032015707, -0.021068223, 0.03229515, 0.005718819, -0.010745695, -0.0033968152, -0.0036278663, 0.04681871, 0.01583729, 0.05528474, 0.03939967, -0.058973696, -0.010631531, 0.0064174165, 0.008437602, -0.019329669, 0.017968766, -0.018158082, 0.0125753535, -0.009864434, -0.018377943, -0.009880764, -0.0067500817, -0.05005948, -0.006142816, -0.044508804, 0.0364329, -0.02771102, -0.04401888, 0.016905447, -0.012218513, 0.024304528, 0.0039020884, 0.022260753, -0.0044056983, 0.002866819, 0.0034851227, 0.0077607795, -0.07609931, -0.0033218146, 0.013414275, 0.023676092, 0.034338806, 0.0040875496, -0.034552436, 0.01731969, 0.006939701, 0.06185881, -0.036249634, 0.04565559, -0.043252237, -0.003275846, 0.024338398, 0.012582045, 0.011126747, -0.036864154, 0.0105944825, -0.052539345, -0.029785037, -0.009462816, -0.036213342, 0.013817102, 0.016001202, 0.02719025, -0.009813022, -0.06288826, -0.0029988266, -0.0016944761, -0.028927896, 0.019628463, -0.00471107, -0.03862063, 0.0089831725, 0.021335943, -0.043911822, -0.011848933, 0.04225212, 0.0071583525, -0.023146247, 0.010617468, 0.032705233, 0.0034506465, 0.00070759427, 0.041581955, -0.02177748, -0.0066563305, 0.039353702, -0.032255832, 0.027701948, 0.05567547, 0.019228963, -0.04010855, -0.026080962, -0.01559535, -0.015644947, -0.004833098, -0.03367707, -0.05124437, -0.008922083, 0.01622099, 0.05593132, 0.007766223, 0.026366448, -0.006527045, -0.04183599, 0.032661688, -0.007212184, 0.0134517765, 0.016757863, 0.042067647, 0.04019081, -0.014621547, 0.028286228, -0.025194332, -0.0038468207, -0.045869105, 0.029765077, 0.004112953, 0.037333515, -0.044681184, -0.003292177, 0.049263496, 0.03605971, 0.077459, 0.028211832, 0.027824126, -0.009426525, -0.047843322, 0.0480532, 0.059666853, -0.026091319, 0.007079118, 0.031879015, -0.014449167, -0.025680855, 0.0123775685, -0.025797892, 0.030308833, 0.020002257, 0.018594176, 0.034271784, 0.0052481736, -0.03233265, -0.034717556, -0.012147727, -0.01979661, -0.043057777, 0.05586358, -0.040481135, 0.033310078, -0.014656931, 0.029710943, 0.026083378, -0.018617917, -0.022075064, -0.044060916, -0.032990724, 0.00087211234, 0.006546853, 0.0059226523, 0.05861684, -0.022344222, -0.038840793, 0.015491921, 0.0023601092, 0.007990016, 0.020657912, -0.025370872, 0.0028185823, 0.041699294, 0.03810772, -0.057561986, -0.0015830332, -0.076278344, 0.030664634, 0.0070694406, 0.0441586, -0.0349601, 0.022921246, -0.045866687, -0.038323045, -0.09648503, 0.021341385, 0.0301673, -0.013132418, 0.027331783, -0.01637923, 0.010256979, 0.053480484, 0.02602471, -0.028588047, -0.009430759, -0.019108295, 0.00016209873, 0.015212029, -0.007074884, 0.0014818728, -0.048232842, -0.010624724, -0.037880298, -0.029490024, 0.04398017, 0.013569116, 0.021358322, 0.02525353, -0.042363416, 0.035898823, 0.009060593, -0.03950673, -0.06485522, 0.0349722, -0.0124156745, 0.017835699, -0.018919583, -0.0045408816, -0.036598023, -0.06660564, 0.055423252, 0.033405647, -0.02049793, -0.036769193, -0.023042213, -0.051116746, -0.0138473455, 0.024974167, 0.00610834, 0.014204204, 0.08716799, -0.0017952585, -0.034102883, -0.03131409, -0.021254063, 0.021929296, -0.0569402, 0.026198905, 0.058971275, 0.055016797, 0.0088957725, -0.010185607, 0.0057387794, 0.01771473, 0.022681726, -0.03052295, 0.019749433, 0.017608277, 0.02211559, 0.010915467, 0.013137256, 0.031599578, 0.06719114, 0.032183252, -0.08799783, -0.026598709, -0.027879924, 0.016046867, -0.033053625, -0.010223107, -0.049471565, 0.019718586, 0.011038365, 0.0010572709, -0.014569531, 0.04082469, 0.031422354, 0.004576567, 0.0021907522, -0.009227228, 0.0076198503, -0.024382554, -0.026259994, -0.013526777, -0.0254034, -0.041372072, 0.042875115, 0.048591968, -0.008743806, 0.03975532, 0.015953418, 0.016192332, -0.024290618, 0.059461206, -0.017771585, -0.057649087, 0.031499777, 0.00249499, 0.032066517, -0.044855382, 0.0019040552, 0.039784353, -0.01182716, 0.018600225, -0.011066264, 0.020671822, 0.0298053, 0.02019233, 0.04457473, 0.040403716, 0.023716616, -0.029549146, 0.031161666, 0.006764447, 0.009556567, 0.022287365, -0.009831168, 0.00463433, -0.024969121, 0.0471296, 0.029728787, 0.001599213, 0.004703283, -0.01189271, 0.015675189, -0.005562164, -0.018752646, -0.026903553, -0.064316906, -0.033017334, -0.0032262488, 0.011204168, 0.031174518, 0.010494683, -0.016050193, -0.031788286, 0.04804655, 0.041931406, -0.030278591, -0.030508433, -0.0011265257, 0.020476457, 0.02073949, 0.0053221914, 0.063581415, -0.037289966, 0.034677032, -0.0072254906, -0.017442247, -0.02366823, -0.0048318123, -0.024554329, 0.02696948, 0.019630883, 0.0052821203, 0.0074196463, 0.082921974, 0.051653847, -0.021005698, 0.017944572, -0.0061724535, -0.045546114, -0.02510353, -0.015533656, -0.027320895, -0.012664266, 0.03006508, -0.003465768, 0.03306663, -0.04286423, -0.03409759, 0.027179185, -0.02077495, 0.031076385, -0.021758731, -0.029343953, -0.047150467, -0.012779791, 0.045643196, 0.055354297, -0.05659121, -0.0009964838, -0.06768952, -0.01669254, 0.0049984474, 0.026777063, 0.018020177, -0.024264002, 0.0069146, 0.033991743, -0.053408206, -0.011819901, 0.07002907, 0.015724182, -0.055619825, 0.0060980576, -0.039699674, -0.03846337, -0.009515437, 0.051900625, 0.030984448, 0.03287852, 0.03233023, 0.054704692, 0.033779442, 0.039946754, 0.055370025, 0.020361537, 0.014830069, -0.024111582, -0.0016079831, -0.023303509, 0.007718591, 0.003492381, 0.0025098086, -0.009650923, 0.06956213, -0.024890622, 0.0044794898, 0.040492322, 0.06020562, -0.025976323, -0.014441001, 0.07197668, 0.024521062, -0.051293325, 0.017603438, 0.010573734, -0.05118207, 0.017576637, 0.035463333, -0.02047797, -0.019139748, 0.014241099, -0.02820034, -0.030045576, -0.034314126, 0.052772667, 0.045656197, 0.0038891009, -0.014562574, -0.006425884, -0.0059770886, -0.030112863, -0.023575082, -0.022159139, 0.018334698, 0.008877325, -0.03181006, 0.03952548, -0.045685228, 0.007770457, -0.02634437, -0.028514862, -0.057992637, -0.024164053, -0.011111022, 0.014193316, -0.03611354, 0.04985867, 0.008566813, -0.0068244776, -0.01565795, -0.01681714, 0.039350376, 0.0078097717, 0.003586132, -0.009213165, -0.014902575, 0.014630015, -0.003488147, 0.00017540534, -0.014371142, 0.005329903, 0.009447392, -0.058749903, -0.026881777, 0.04121421, 0.018506737, -0.017959995, 0.025051514, 0.066500396, 0.01430975, -0.072968625, 0.0049355435, 0.041533567, 0.01409019, 0.017032616, 0.03378186, -0.006656482, -0.0537442, -0.030477207, 0.009738626, -0.002298415, -0.01601947, -0.048259452, -0.040173873, 0.008907568, -0.006440041, -0.02460332, 0.011945709, 0.0472663, -0.009015835, 0.01913007, -0.024902418, 0.007188727, 0.0033962105, 0.013259737, 0.041344553, -0.025529945, -0.020216374, 0.014010956, 0.020128066, 0.044175535, -0.0071696937, 0.06310238, 0.019584915, -0.019629069, -0.02601594, -0.035897613, 0.019072004, 0.0011625141, -0.040327504, -0.030175768, -0.034983084, -0.012057908, -0.041336387, 0.012993868, -0.03327137, -0.02294302, 0.033343952, 0.031823974, 0.0022273455, -0.015318029, 0.010792873, -0.037256096, -0.03552442, 0.008046116, -0.020448407, -0.033022173, -0.013063464, -0.05304741, 0.0067355656, 0.013898152, -0.004725057, -0.011163226, 0.007774691, -0.02722805, -0.013994512, 0.0014769584, 0.0651032, 0.038792405, -0.007958564, 0.04142469, -0.02218273, 0.045641683, -0.021400662, -0.06706533, 0.089043014, -0.009050916, -0.009148901, -0.025522083, 0.008140017, 0.012548136, 0.050555453, 0.0028137437, -0.0014567716, 0.013966802, 0.0049319146, -0.0077420287, -0.013400062, -0.051978044, -0.009404751, 0.036388747, -0.011134005, 0.040267095, -0.017447615, 0.029797135, -0.0070331497, -0.007843341, 0.0045919907, -0.040118225, -0.0017709892, 0.033830248, -0.03642383, 0.049091116, 0.021914177, 0.016165115, -0.025114417, 0.010123913, -0.037506655, -0.024717636, -0.007275088, 0.06977746, 0.017826023, 0.01645665, -0.050830655, -0.0003353871, -0.028398428, -0.004921027, -0.04720823, 0.008822889, 0.04936874, -0.056910567, 0.0033478227, 0.0037993402, 0.0028802766, 0.05852248, 0.035008486, 0.017297387, 0.02177234, -0.043036003, -0.06464594, -0.019611526, 0.033085078, -0.031955224, -0.027643884, -0.023318022, 0.006249269, 0.06879761, 0.016645363, 0.029658021, 0.011544695, 0.0333875, 0.050574806, 0.0047335248, 0.014786066, -0.019771207, -0.004027065, -0.0034370376, 0.0090373065, -9.299508e-05, -0.06312415, 0.011621473, 0.032988302, 0.012236035, 0.064597555, 0.04877357, -0.011380782, 0.022002483, 0.006360561, -0.0071396027, 0.019053254, 0.0020588958, -0.005273048, -0.05676359, 0.0152469585, 0.023349475, -0.04889817, -0.037500452, -0.017104479, 0.0064246748, 0.0076851733, -0.001971798, -0.033259273, 0.0021151465, 0.020182502, 0.023954926, -0.022443265, -0.04497151, -0.0150812315, 0.015255729, 0.023108749, 0.013243709, -0.036999643, -0.003136429, -0.021157512, 0.030511457, -0.06821696, -0.018781679, -0.04475407, 0.02797549, -0.008994061, 0.0054218397, 0.06708287, 0.0025548695, 0.017203636, -0.026110107, -0.038119815, 0.017454041, -0.032344766, 0.010684, -0.007301701, 0.024048677, -0.07966548, -0.046258625, 0.004623443, -0.0044794898, -0.0034757478, 0.019361122, 0.00897773, -0.002370694, -0.005921442, 0.018665548, -0.008929946, -0.0043887626, -0.018445384, -0.0035214135, 0.0316776, -0.06353303, -0.06932987, -0.04879898, -0.036322214, -0.056242213, -0.016636895, 0.047894128, -0.025000867, -0.016868223, 0.04042307, -0.009921289, -0.018648613, 0.027462732, -0.022913989, 0.0077631986, -0.00052137725, -0.0030082017, 0.016368343, -0.04868043, 0.011015455, -0.0011945709, 0.030259691, -0.00746259, -0.014268621, -0.025709586, 0.010137219, 0.01333867, 0.012713561, 0.020327665, 0.0047899266, 0.029707618, 0.005739762, -0.04456959, -0.08192034, 0.0036901657, 0.0068529053, -0.03729753, 0.017313112, -2.1925667e-05, 0.013676929, 0.034938324, 0.053007495, -0.00051290944, -0.011013037, -0.0074335574, 0.005390993, -0.004937358, -0.009082368, -0.019792376, 0.013844925, -0.012646725, -0.03830369, -0.032299988, -0.009408985, 0.012090872, 0.034110896, 0.028291596, 0.012057303, -0.004504893, -0.0023770449, -0.013274858, -0.028198527, 0.05688698, -0.09366888, 0.027851343, 0.07650092, 0.00032661684, 0.021831313, 0.012363052, -0.0114890495, 0.023318628, -0.014662677, 0.025459178, -0.075455755, -0.044251744, -0.016882462, 0.018137725, 0.040979527, 0.03334758, 0.024672275, -0.023224121, 0.0483399, 0.027064137, 0.028323729, 0.020775251, -0.029050754, 0.047076378, 0.013752989, -0.0032691925, 0.049400195, -0.0022202386, 0.016182655, 0.025593454, -0.012752574, -0.0059093456, 2.1774458e-05, -0.052668784, 0.028908012, 0.00541564, -0.054320015, -0.0062069297, -0.041865624, 0.004665782, 0.0027841062, -0.008461796, 0.019125836, 0.01659516, 0.0002838618, -0.021923855, -0.016446972, -0.032022968, 0.009457372, -0.032948382, 0.019972015, 0.021557316, -0.008662605, -0.013975573, 0.017161902, -0.021521632, -0.054091383, 0.046885245, 0.0032761483, 0.05878619, 0.008391483, -0.0569272, 0.02218938, 0.024350496, -0.044037633, -0.009321887, -0.01575503, -0.018098807, -0.049481243, 0.009128941, 0.011720706, 0.023824885, 0.0715551, 0.0026032573, 0.036281087, -0.088839784, -0.025916444, 0.00055676076, -0.004608927, -0.04829695, -0.020809727, 0.015488727, -0.007471058, 0.013932023, 0.011469695, -0.0548556, 0.045765072, 0.0066874796, -0.021555504, 0.0060726544, -0.020605288, 0.0025863217, -0.012012242, -0.011591269, 0.044056986, 0.033058465, 0.04006954, -0.05765392, 0.020712346, -0.025444662, 0.006159752, -0.009166441, 0.016547982, 0.014158236, 0.023322484, -0.0007729932, -0.010766562, 0.039224263, 0.032429423, -0.038914584, 0.037362546, -0.00548807, -0.02900146, -0.021444209, 0.017169159, -0.04665419, 0.052379664, 0.024158156, -0.046903387, 0.046500564, -0.03828494, 0.051310297, 0.04993609, 0.00503935, 0.009563825, 0.0064816815, -0.01727614, 0.028524539, -0.04332149, -0.013439679, -0.021523446, -0.027818684, 0.00010615047, -0.020190971, -0.012205793, 0.020642487, -0.003596452, 0.034984294, -0.01654526, -0.036198825, 0.010160204, 0.060078148, 0.0017092949, -0.027349927, 0.0044610417, 0.033743452, -0.01998653, -0.04041339, 0.021395143, -0.020276252, -0.01971798, -0.07032181, -0.021441488, 0.038029693, 0.020452263, -0.0007108453, 0.03209797, 0.013686456, -0.046876777, -0.008963213, 0.018251834, -0.025207562, 0.03881176, 0.04570398, 0.034769576, -0.0016935689, 0.042491645, -0.002937737, 0.010616257, -0.045798942, 0.035960816, 0.073679924, 0.017474001, 0.011528971, 0.016832866, 0.022228695, 0.015189499, -0.006073259, -0.0008715832, -0.0412006, 0.051849823, 0.011360672, -0.060068466, -0.006248664, -0.020339195], [-0.016949596, -0.07580751, -0.018111005, -0.020542592, 0.013807459, 0.05904119, 0.019708859, -0.03358865, 0.026274852, 0.0614842, 0.0030434276, 0.020341365, -0.05027849, -0.027993444, -0.012889427, 0.025127856, 0.030490294, -0.020409891, 0.046842463, 0.009686378, 0.0050385697, -0.0056460584, -0.04268195, 0.03342549, -0.032263815, 0.054962255, 0.030838905, 0.03664731, 0.009376107, 0.03185918, -0.021942481, -0.05684618, -0.0039875647, -0.015259014, -0.029644594, -0.010595333, 0.0033349353, 0.008931231, -0.050827853, -0.020924194, -0.032297533, 0.012015448, -0.035324644, 0.045085803, -0.0023842722, 0.045021627, -0.008679969, 0.029689735, -0.018533582, -0.027397376, 0.029176876, -0.034060717, -0.026962288, 0.048111826, 0.011354661, 0.039807934, 0.007389666, -0.0014640734, 0.015437944, -0.03220181, 0.0048392457, 0.027119463, -0.025677698, 0.006694344, 0.03589243, 0.0067710285, -0.0035981622, 0.024815138, -0.027155086, -0.031058457, -0.014853298, 0.036276396, 0.028042933, -0.0074959905, 0.049086418, 0.0126131475, -0.062209707, 0.020434365, -0.026031204, 0.013104795, -0.008813214, -0.0028388011, 0.0049616136, -0.05513738, -0.022072328, 0.004369353, 0.038510565, -0.0345404, 0.03818316, 0.026616395, -0.052715037, -0.0059296805, 0.03499833, -0.0058584353, -0.0024944034, 0.011369345, 0.010870627, 0.020442523, 0.009674719, -0.0035840222, 0.016835183, -0.01934393, -0.028783124, -0.015791452, -0.023398932, 0.0033594088, 0.00089872483, -0.007636306, 0.0044237385, 0.07033168, 0.028797807, -0.016707309, -0.011065158, -0.053058755, -0.0067095724, -0.043896794, 0.04024547, -0.006699239, -0.03843659, 0.033982947, 0.0057232864, 0.017723234, 0.041337535, 0.0061086095, -0.022220938, -0.0067699403, 0.014363281, 0.006909168, -0.048662208, 0.0024096973, 0.041415308, -0.0063576964, 0.017067062, -0.03444577, -0.019594105, 0.017898628, 0.021968044, 0.009025998, 0.009490589, 0.04979561, -0.018547723, -0.0036253554, 0.00086881267, 0.007019299, 0.003948407, 0.00091884757, 0.029999733, -0.025364434, -0.02122731, -0.0060248557, -0.027647005, -0.030437132, 0.011926799, 0.019278124, 0.056710623, -0.01730963, 0.0095849475, -0.0027426067, -0.061538585, -0.0117081, -0.022707148, -0.038537756, 0.017936425, 0.008886906, -0.00044161244, -0.07702765, 0.012484797, -0.0013467276, -0.014249615, 0.033573966, 0.06283079, -0.011822378, 0.05212332, -0.010913184, -0.067748606, 0.010994899, 0.03570412, 0.021788027, 0.014353595, 0.004815316, 0.008002823, 0.011791973, -0.026354255, -0.021377958, -0.046150677, 0.016581133, -0.007808709, -0.018484635, 0.002804946, 0.024189975, 0.031835254, -0.029552681, -0.005653541, 0.019013876, -0.04862251, 0.026730606, -0.06326044, -0.00821769, 0.01725742, 0.013717723, -0.0035894606, 0.029993752, 0.046593376, 0.013544232, -0.024916295, -0.036228538, 0.03455237, -0.025454715, 0.06218904, -0.046341028, -0.0029324805, 0.02636187, 0.024017842, 0.029371578, 0.025132751, 0.024517104, 0.022342624, -0.07092775, 0.04124617, 0.036377553, -0.000764392, -0.024622612, 0.044313524, -0.017727586, -0.01524909, -0.001390916, -0.01841339, 0.05215813, 0.020521382, -0.0032469663, 0.070818976, 0.022423254, -0.004210546, -0.032967567, 0.0049088597, 0.004366633, -0.039936557, 0.046871558, -0.015773505, 0.020632874, -0.024339806, 0.029083334, 0.043155648, -0.007822577, -0.027331024, -0.018756837, 0.019576702, 0.006426358, -0.019111158, -0.0060683643, 0.03409879, -0.0025039208, -0.015147252, -0.00044946015, 0.0032926505, 0.024456738, -0.0055589736, 0.005116613, 0.009050336, 0.07026968, 0.0076629547, -0.060076695, 0.029629638, -0.07464556, 0.054554228, 0.01071726, 0.038574193, -0.041546375, -0.020626348, -0.038555156, -0.022230728, -0.03663425, 0.0017413473, 0.006223092, -0.035742328, 0.018499864, -0.0035361627, -0.0032283391, 0.040788785, 0.043688767, -0.08627323, 0.0063011353, 0.02309546, 0.02419079, 0.027535515, -0.008600022, 0.015271524, -0.051798638, 0.018052949, -0.026650658, -0.026978333, -0.0005513357, 0.018290749, 0.035918538, 0.06542826, -0.03361693, 0.015561944, -0.04350644, -0.06327023, -0.0359751, 0.04597555, 0.018331403, 0.019198176, 0.008927967, 0.012816549, -0.02617043, -0.047628745, 0.039323088, -0.02508649, 0.009671965, -0.016094925, -0.0077320244, -0.0576946, 0.0094914045, 0.0035198468, -0.006296784, -0.0019656378, 0.06349647, -0.03280876, -0.02092139, -0.017123358, -0.004738904, -0.00072659383, -0.04634755, 0.03035596, 0.06471254, 0.016433204, 0.013350619, -0.062804684, -0.059992943, 0.011244801, 0.03813911, -0.008115988, -0.022583758, 0.014765737, 0.018027794, -0.0116244145, 0.013538521, -0.0009941718, 0.026884858, 0.016031565, -0.08378019, 0.01298841, -0.027245095, 0.055490885, -0.06404685, -0.016933553, -0.0414115, -0.017448587, -0.016852247, 0.044250436, -0.036250833, -0.011100543, 0.03316954, -0.0059476276, -0.006571976, 0.041743796, -0.020419681, -0.01797776, 0.024635667, -0.014435071, -0.025062049, -0.052985337, 0.037615646, 0.022886075, -0.0042778486, 0.041133046, 0.020465093, 0.03773339, -0.0027069838, 0.037315164, 0.0175405, 0.008262286, 0.017788498, -0.012998743, 0.046245307, -0.044822574, -0.008503487, 0.0072289566, 0.013525196, 0.018406319, -0.015120331, 0.051659957, 0.06701197, 0.010927053, 0.045773238, 0.026899202, -0.0060166973, -0.043377, 0.03599685, -0.010770965, 0.0079125855, 0.0030499538, 0.00933423, -0.0073535, -0.039608613, 0.03334609, -0.0144508425, 0.031124704, -0.006738533, 0.0002877007, -0.007522096, -0.015544268, -0.0067088925, 0.0022211147, -0.031957075, 0.010028192, -0.011555345, -0.00054276997, 0.055067766, 0.05571387, -0.017486112, -0.0025317934, 0.010563891, 0.008112182, -0.011107614, -0.012906831, 0.009116143, 0.020983117, 0.03336023, 0.021791834, 0.031415395, -0.022791715, 0.038448565, 0.058531597, -0.022970373, 0.018804152, -0.018710336, -0.011464519, 0.04221315, 0.019505456, 0.03763849, -0.0033542423, 0.0729944, 0.0409601, -0.04347816, 0.008955704, -0.024147281, -0.040367294, 0.012601182, -0.02540468, -0.038415387, 0.019494036, 0.007720604, 0.003973696, 0.0070154923, -0.033927474, -0.014696122, 0.013029742, -0.058854103, -0.003591908, -0.031290308, -0.023579495, -0.008549987, -0.05611741, 0.023690442, 0.055158045, -0.049880452, -0.022411287, -0.010102157, -0.02706127, -0.007841884, 0.017333288, -0.024986997, -0.0039097928, -0.019063571, 0.004460721, -0.041437604, -0.031880938, 0.023706757, 0.030190628, -0.03538746, -0.017692234, -0.02300518, -0.030335294, 0.0014624333, 0.030687714, 0.017045587, -0.013438724, -0.008579356, -0.004004424, 0.009438651, 0.017363438, -0.011705994, 0.050765853, 0.02312918, -0.047950298, 0.017690059, -0.040894832, -0.011786484, 0.011038136, 0.03286423, 0.011074575, 0.04492808, -0.03347118, -0.0069352733, 0.0010746628, 0.022561394, -0.055665467, 0.01168372, 0.04399591, 0.06013761, -0.010167963, 0.022847462, 0.008492881, -0.06523247, 0.031173922, 0.037391305, 0.0032842206, -0.021500869, -0.018018277, -0.041580096, 0.0063593276, -0.0024827104, 0.035634644, 0.030906344, -0.009024231, -0.068715334, -0.0064865905, 0.009028038, -0.01804955, -0.04240132, -0.0029826546, 0.051309712, 0.0033581343, -0.0075030606, 0.036995374, -0.06442103, -0.022170903, -0.021375783, -0.0181246, -0.035640083, -0.02033375, 0.02940421, 0.005582699, -0.010204946, 0.0072746403, 0.0018665197, 0.003859758, -0.014736368, -0.03657008, 0.02898816, 0.030858485, 0.00095977285, -0.019548422, 0.0013151839, -0.033290483, 0.033062197, -0.017294673, -0.00016206958, -0.029837392, 0.011736449, -0.06427963, -0.04558887, 0.01682587, -0.024425736, -0.02578973, 0.011719589, 0.0770407, -0.021928342, -0.031248976, -0.03390028, 0.030407082, 0.011135708, -4.949105e-05, 0.02454865, 0.004627685, -0.037676286, -0.07741923, 0.0030010066, -0.00960796, -0.025993133, -0.050037086, -0.027579159, 0.034024827, -0.027328849, 0.042851638, -0.023140058, 0.006095557, -0.021349678, 0.016779097, -0.004161599, -0.0050970344, -0.038300633, 0.030288523, 0.011347046, -0.041431077, 0.02156287, 0.023242302, -0.0045503723, 0.037161797, -0.034580644, 0.032335874, 0.017713988, -0.015747262, -0.024375701, -0.045359906, 0.038536668, -0.0450771, -0.030625712, -0.025319837, -0.0210908, 0.0036133905, -0.02722769, 0.02841439, -0.034042228, -0.02186906, 0.020852864, 0.0048751403, 0.011544195, 0.020134155, 0.028367618, -0.01489735, -0.029037649, -0.027435446, 0.001750644, -0.005078271, 0.026471728, -0.012158482, -0.023414435, 0.026579412, -0.016707309, 0.0054214452, 0.019891866, -0.000116929405, 0.034985278, 0.016396426, 0.0596068, 0.002774762, -0.031877674, 0.035444293, -0.0010962812, 0.018591503, -0.014645, -0.02773239, 0.10304581, -0.05812996, -0.023584796, -0.05038733, -0.0054519014, 0.009145511, 0.019274317, -0.039207786, -0.015896961, 0.046238508, -0.028444845, 0.0012182412, -0.011928703, -0.057716355, 0.0035590045, 0.05233434, -0.0068721855, -0.018779814, -0.037373357, 0.058883067, -0.014924542, -0.009902017, -0.022714216, -0.013270128, -0.022798514, 0.041681252, -0.018425355, 0.056413267, 0.03562159, 0.024174472, 0.0054005072, -0.0031734095, 0.0018425899, -0.03974077, -0.053220827, 0.04005648, 0.029192105, 0.022702795, -0.03240304, 0.0031804796, -0.010725417, -0.054064687, -0.011725572, 0.027158078, 0.038072214, -0.031977747, -0.0014310256, 0.029749015, 0.0371172, 0.038805332, 0.027427696, -0.0045004226, 0.05485784, -0.045668274, -0.047823854, -0.008338426, 0.02344421, 0.019428771, 0.010753698, -0.022590488, 0.009028496, 0.04119722, 0.06196062, 0.016564274, 0.023975423, 0.031617712, 0.004810965, 0.04893849, 0.04200648, 0.033073958, -0.03935898, 0.01007442, -0.014688407, -0.02297282, -0.04567752, -0.025321197, 0.04297346, -0.02326025, 0.04412916, 0.010134243, 0.011519994, 0.038510565, -0.0046750004, 0.019222107, 0.006868651, 0.02623352, 0.0036438466, -0.08267507, -0.045327276, -0.006978782, -0.018026708, -0.039890874, -0.057052847, -0.03031354, -0.02552868, -0.027805813, -0.014157703, -0.046525396, 0.01603075, 0.025521066, -0.0029825154, -0.04108954, -0.052634105, 0.022530938, 0.039710313, 0.024794472, -0.0222242, 0.034358755, -0.0018012567, -0.0070353434, -0.08298398, -0.0284511, 0.0197007, -0.006712292, 0.040279735, -0.008920354, 0.054357488, 0.019475544, 0.047489654, -0.047422215, -0.04980608, 0.029479261, -0.034741085, 0.010678102, 0.027026465, 0.038470317, -0.07190886, 0.003550031, 0.01539933, -0.003148936, 0.029876279, -0.030902537, 0.03956891, 0.017148921, -0.002820446, 0.038352843, -0.011134942, 0.031951096, -0.011399257, 0.0053972434, 0.0025816925, -0.054207385, -0.03009382, -0.03477888, -0.063866295, -0.088822834, 0.029978523, 0.04279208, -0.0039954507, -0.0451391, 0.016594185, -0.015115709, -0.03012319, 0.0028052179, -0.070984304, -0.006850431, -0.010579119, -0.07098648, 0.028288757, -0.06069669, 0.046593376, 0.023021497, 0.039918337, -0.042312127, -0.009803035, 0.026472816, -0.006487135, 0.062124867, -0.03138494, -0.016577398, -0.0022831147, 0.038194038, -0.0074546575, -0.046283375, -0.057479233, -0.0017882041, -0.011919185, -0.028663475, 0.03622745, 0.0072722607, -0.024789067, 0.012416815, -0.013929283, 0.022535287, -0.010873891, 0.02850467, 0.028045654, -0.0107602235, 0.02012926, -0.013350619, 0.015694644, -0.0029868665, 0.033214476, -0.019700157, 0.017592708, 0.039479718, -0.003122015, -0.023460934, 0.060170237, 0.029379193, 0.008406952, -0.03925021, -0.003015147, 0.04198799, -0.0956004, -0.00812005, 0.04863502, -0.005596296, 0.009276105, 0.040580485, -0.010403998, 0.039207786, -0.03279897, -0.027569233, -0.07089294, -0.061281886, -0.02338588, -0.0010612024, -0.018083064, -0.016707309, 0.032826096, -0.0032631462, 0.026079064, 0.03290013, 0.0030825853, 0.024012405, 0.011436239, 0.043112688, -0.042897318, -0.04112652, 0.05439447, 0.011826457, -0.010153008, 0.008731907, -0.011327468, -0.007250439, 0.04287339, -0.0181866, 0.034972224, 0.028830983, -0.040285714, 0.030533804, -0.017499166, 0.028854914, -0.00718436, -0.009224914, 0.034511033, 0.02212277, -0.019037195, -0.037930813, -0.0032674968, -0.025219768, -0.013378899, 0.0033353434, 0.025551522, -0.024839612, -0.010017859, -0.01687264, 0.044221614, -0.018384565, -0.052527953, 0.04589343, 0.002102078, 0.058714878, 0.022006657, -0.028512284, 0.07652295, 0.0058910665, -0.03302086, -0.000535156, -0.051316235, -0.053721175, -0.004502258, -0.0024280525, 0.0147048235, 0.022430865, 0.04587168, 0.026608238, 0.023363039, -0.07712939, -0.00014276264, -0.027407302, -0.051485922, -0.062171634, -0.022568462, -0.0025155456, -0.0041115643, 0.03846685, -0.013526556, -0.022946443, 0.07720604, 0.015552307, -0.033804562, -0.00011149083, -0.020681275, -0.050757147, 0.006446209, -0.006068092, 0.06560446, 0.021389378, 0.021323571, -0.016055427, 0.010328945, -0.07580071, 0.029594017, 0.045951623, 0.011882204, -0.0027894462, 0.022654936, -0.005191937, 0.023049777, 0.020174263, 0.016594185, -0.021796508, 0.049749926, -0.0018810678, -0.01092639, -0.0084147025, 0.031226676, -0.04924414, 0.01781569, 0.01177316, -0.0063663977, 0.023774195, -0.052093953, 0.072259106, 0.0150305955, 0.018301355, 0.032684486, -0.01685348, -0.03289686, 0.020788418, -0.0108483285, -0.004295932, -0.014672193, -0.06375317, -0.0019856244, -0.010449138, -0.028240355, 0.018530319, 0.030362489, -0.00178059, 0.0071897986, -0.05045694, -0.009724176, 0.03594029, -0.0101179285, -0.0041251606, -0.047051307, 0.009963472, -0.0062652407, 0.012552406, 0.019232983, -0.025031049, 0.015840398, -0.07644463, 0.028807055, 0.007916393, 0.014371983, -0.021841325, 0.033677842, -0.012339043, -0.068874136, -0.0101027, 0.011191503, -0.02379051, 0.019551683, 0.021414533, 0.014288229, 0.041811783, 0.0070005357, -0.043368302, -0.013351707, -0.024793927, -0.008597302, 0.07042522, -0.0110859955, 0.016073171, 0.014930525, 0.06018057, -0.0016174328, -0.008913827, -0.011157785, -0.059668258, 0.01784941, 0.0073465654, -0.06412735, 0.008940885, -0.0022423253], [-0.014754322, -0.09225824, -0.0122591285, -0.0040285843, 0.03870549, 0.021265237, -0.01349973, -0.024339385, 0.030338045, 0.078263365, -0.010236092, 0.024079325, -0.018727947, -0.017140096, -0.04024188, 0.03748687, 0.015104069, -0.035896022, 0.039683282, 0.07421629, -0.022291869, 0.021658326, -0.015149287, 0.017098626, 0.0074865823, 0.03119892, 0.0076976796, -0.005557978, -0.0088378545, 0.026300717, 0.009703977, -0.058926355, 0.006810072, -0.05275582, 0.014545473, -0.023676865, -0.01461942, 0.024302414, -0.05650311, -0.03992211, -0.07997413, 0.048081204, -0.024412334, 0.060102586, 0.0040094364, 0.035458338, -0.017582277, 0.0040528174, -0.022811493, -0.048726924, -0.0013371321, -0.012498955, -0.021020789, 0.010745973, -0.011843929, 0.046043057, 0.028949238, -0.0055140094, 0.022641616, 0.009141385, -0.030503927, -0.0035874664, -0.08058568, -0.024889989, -0.002140451, 0.033341873, 0.025861286, 0.009022471, -0.0145849455, -0.036681455, -0.015412721, 0.004051568, 0.024839025, -0.00671564, 0.040555652, -0.002582631, -0.06671572, -0.021641338, -0.026754638, -0.01517102, -0.002195349, 0.010067215, -0.045205284, -0.074985735, -0.03450403, 0.018427664, -0.011878904, -0.008146105, 0.0076624546, 0.017137598, -0.045153324, -0.029118927, 0.047391705, 0.015689146, -0.010871133, 0.017115615, 0.014975162, 0.05179452, 0.0043424824, -0.009567576, 0.03862505, -0.039237607, 0.00053811056, -0.030680547, -0.03408958, 0.001634817, 0.01627822, -0.009149378, -0.0032826245, 0.013992874, 0.00058373384, -0.0077387746, 0.002461219, -0.027614515, -0.01836271, -0.012227152, 0.010916101, 0.008564802, -0.015412847, -0.0053088455, 0.010116179, 0.020356769, 0.023259543, 0.04824908, -0.04334663, 0.00641136, 0.0069829463, -0.026897535, -0.05455652, -0.012746276, 0.029480165, 0.014455538, 0.07964337, 0.014229203, -0.026643844, 0.023246178, 0.013300999, 0.024844272, -0.007901781, 0.046881072, -0.055039167, -0.0045056148, -0.0006285452, 0.021341056, 0.007601499, -3.3975415e-05, -0.024744093, -0.052583948, 0.009759188, -0.009788416, -0.035162803, -0.013255407, -0.017487345, 0.03005325, -0.0015608704, -0.03014606, -0.012379541, -0.0076189865, -0.04829305, 0.00014161627, -0.0077643814, 0.0020005521, 0.026986472, 0.007838828, -0.023291145, -0.05847568, 0.035945486, 0.006712143, -0.0063868784, -0.009255302, 0.06980549, -0.0024464796, -0.0076894355, 0.008762409, -0.05585458, -0.0007263181, 0.01669267, 0.0019742276, 0.039072726, 0.008592528, 0.009933811, 0.010728236, -0.012109238, -0.0023280652, -0.017351443, 0.032795265, 0.012721295, 0.0018476628, 0.028251555, 0.030197145, 0.007748393, -0.0284634, 0.037761673, 0.026918521, -0.0041589905, 0.027973754, -0.0022803498, -0.0052219713, -0.00022383801, 0.04093238, -0.0028927815, 0.023615535, 0.0077768723, -0.011992321, -0.033463784, -0.071620174, 0.024445059, -0.012506949, 0.04659428, -0.021993583, 0.0059200907, 0.010464427, 0.03197511, 0.06899657, 0.0151572805, 0.023824133, -0.001375005, -0.02579833, 0.05050145, 0.049716026, 0.01264385, -0.008528578, 0.03180898, -0.027008643, -0.019737717, -0.011831438, -0.039997555, 0.0327508, -0.04441086, -0.010453248, 0.07329896, -0.04015544, 0.017716179, -0.05170908, -0.031753022, -0.018812886, -0.049128447, 0.021963293, -0.07034809, 0.0015968444, -0.024148526, 0.054710407, 0.042778917, -0.009011478, -0.020187391, -0.015132799, -0.020409543, 0.027363447, -0.040304706, 0.032783028, 0.0605262, 0.021746263, -0.05918817, 0.011294076, 0.014428559, 0.008497351, 0.01973322, 0.010050726, -0.0057883114, 0.08183578, -0.0021234632, -0.038197108, -0.005441562, -0.07718814, 0.04492149, -0.007934383, 0.0027819867, 0.0077803694, -0.0101546515, -0.08792237, -0.041174203, -0.05692081, 0.05351727, 0.029224351, -0.03953539, 0.0051359087, -0.00022571166, 0.024138533, 0.03974024, 0.01859804, -0.029828414, 0.014693991, 0.008168588, -0.02255118, 0.012827717, -0.018348785, 0.027806876, -0.052918706, -0.007997213, -0.022693077, -0.0052881734, -0.0045497073, -0.003789258, 0.04890661, 0.06326222, -0.027519085, 0.0008998488, -0.032097273, -0.06718338, -0.0030123203, 0.054270726, -0.025044877, 0.02519277, 0.043230966, 0.017252015, -0.034746855, -0.029217482, 0.027734367, 0.015132987, 0.0058817435, -0.011240865, -0.021668319, -0.048800685, 0.0129024135, 0.022376556, -0.0115702525, 0.032854225, 0.051594663, -0.02968052, -0.048042234, -0.036871318, 0.023899455, 0.012923648, -0.044239987, 0.04517131, 0.030198647, -0.0015215239, 0.013674105, -0.032687094, -0.020358268, 0.052422065, 0.033132024, -0.0038332262, -0.04032082, 0.01601641, 0.017667715, 0.0029788443, -0.019217594, 0.012680479, -0.0040505687, 0.013281139, -0.06414958, 0.017515326, 0.013041281, 0.026228143, -0.05423675, 0.016773362, -0.039885134, -0.007895161, -0.00064903026, -0.0051687597, -0.0158915, 0.021470463, 0.0045952993, -0.01945642, -0.0017070146, 0.00901048, -0.013029571, -0.0153657235, -0.008709697, 0.028636776, -0.036741413, -0.00971397, 0.049919374, 0.03034429, -0.032440525, 0.018342726, -0.010094695, 0.038500138, -0.036244772, 0.085682996, 0.031167446, 0.018892327, 0.020107323, 0.012837211, 0.03836024, -0.048170637, -0.006621458, 0.022756532, 0.0025313557, -0.0038172377, 0.0051207943, 0.043946195, 0.036941268, -0.014376596, 0.059460968, 0.025695404, 0.011139939, -0.045105983, 0.05064235, -0.009709973, 0.011416738, 0.019723726, 0.042775545, 0.023410559, -0.0019326013, 0.03983517, 0.03217197, 0.0403448, 0.0006830057, -0.018188588, 0.009082178, -0.016632464, 0.0055599767, -0.008354454, -0.035298456, -0.0043783314, 0.022223918, -0.019365735, 0.018745435, 0.026254999, -0.012974611, -0.03819536, 0.015474801, 0.0324715, -0.022822483, -0.032550443, 0.02759322, 0.03529046, 0.014622418, 0.035552774, 0.03128536, -0.053401604, 0.05212028, 0.02879666, -0.019216344, 0.004586681, -0.04224343, -0.015298928, 0.03765909, 0.03362667, 0.051202945, 0.044801578, 0.06303838, 0.044252977, -0.038934074, -0.0004616659, -0.0029588589, -0.054988205, -0.032434527, -0.05668498, -0.006574149, 0.0061110775, -0.0005377671, 0.0023470514, 0.04357147, -0.026383907, -0.009028466, -0.0015471304, -0.06484307, 0.00701992, -0.044072106, -0.031785, 0.001979068, -0.048201118, 0.03325993, 0.04833852, -0.046203814, -0.024479473, -0.016757373, -0.029428704, -0.048025247, 0.025272712, -0.01637721, -0.01699545, -0.036161833, 0.01873919, -0.0066696736, 0.015483795, 0.013874459, 0.034648925, -0.033557713, -0.024162015, -0.02046619, -0.023632148, -0.003732299, 0.03091363, 0.06931384, 0.00018211821, -0.013577174, 0.013612148, 0.0029688515, 0.024663651, -0.005608941, 0.00022283873, 0.02760952, -0.004460772, 0.016976714, -0.042539217, 0.009168365, -0.006879771, 0.015721623, 0.014709355, 0.032546446, -0.061587434, -0.032356586, 0.021256616, 0.048624314, -0.017830595, -0.0016717901, 0.045069385, 0.034999672, -0.030512918, -0.0052759317, 0.008335592, -0.036871318, 0.02260564, 0.020447202, -0.040758006, -0.021378716, 0.003056788, -0.07097664, 0.01818384, -0.026188048, 0.03213275, 0.04113623, 0.023776636, -0.061013844, 0.016878098, -0.018447151, -0.01875243, -0.027998738, -0.0005630925, 0.009167615, -0.019352995, -0.023876721, 0.01770169, -0.085958794, 0.023593927, -0.0063506546, 0.011774979, -0.020962207, -0.010116679, 0.019017737, 0.027905807, 0.008814996, -0.020896628, 0.031847455, 0.01872345, 0.03677039, 0.0005593452, 0.02090837, -0.032460507, 0.0029748473, -0.028052447, -0.013881454, -0.011281773, 0.008716067, 0.016824825, 0.020145422, 0.015886504, 0.02089288, -0.08104535, -0.04961559, 0.020462941, -0.04100133, -0.0044670175, 0.021945618, 0.067244336, 0.008026192, -0.044745617, -0.035492316, 0.021262614, -0.010814673, -0.0037378264, 0.007182802, 0.0037345474, -0.030981578, -0.037882585, 0.036224786, -0.012476222, -0.048263073, -0.053085584, -0.016619347, 0.03981119, -0.00655026, 0.045899283, -0.02300935, -0.049050506, -0.022940366, 0.0047404445, -0.052809782, -0.008936533, -0.0072417594, 0.012946631, 0.014780804, -0.009253554, -0.007478338, 0.047295276, 0.006872027, 0.019925581, -0.0059045395, 0.051922426, 0.015772587, 0.000327513, -0.05763604, -0.0026305963, 0.04445183, -0.022809494, -0.029510643, -0.016959727, -0.05874449, 0.016957821, 0.005291171, 0.018995753, -0.030961594, 0.003324344, 0.04591877, 0.03662953, -0.0015563737, 0.015552245, 0.014419065, -0.054348666, -0.026597252, -0.027996084, 0.013711577, -0.042702597, 0.00205876, -0.018403681, 0.015512774, 0.03037402, -0.0047970284, 0.01707864, 0.03411531, 0.009524857, -0.0060296366, 0.01319645, 0.03972288, 0.050577525, -0.04485954, 0.06869029, 0.0044461573, 0.054560516, 0.010934212, -0.08349557, 0.05639219, 0.00054710405, -0.022262888, -0.039903123, 0.012185182, 2.248373e-05, 0.025915245, -0.010189626, -0.07201189, 0.018211821, 0.0069659585, 0.004059562, -0.0051705083, -0.004067057, 0.003996393, 0.015091078, -0.01514504, -0.0120377885, -0.05058739, 0.04304485, 0.017681703, -0.010928092, -0.014463534, 0.019083189, -0.0064458353, 0.037416425, -0.023800777, 0.045289226, 0.03396792, 0.046270516, 0.012528934, 0.024989916, -0.01169154, -0.016705912, -0.036450874, 0.080731325, 0.018556822, 0.0143955825, -0.027606023, -0.021672318, 0.02311927, -0.025565498, -0.029775452, 0.01588001, 0.052697863, -0.022656605, -0.015663665, 0.06126966, 0.02558636, 0.030708278, 0.009448162, 0.002565893, 0.0073197028, -0.034327157, -0.03816438, -0.030246112, -0.0007604497, 0.0097729275, 0.001850161, 0.010035737, -0.013024387, 0.0743412, 0.05180276, 0.0020185392, 0.0045686937, 0.054565262, 0.053586718, 0.0353087, 0.006317928, 0.017711932, -0.053107064, -0.0019610808, 0.027035436, -0.016923752, -0.06215602, -0.008481862, 0.0008267767, 0.0069292355, 0.046424404, 0.020831862, -0.034031373, 0.0026320952, 0.028253553, 0.008254027, 0.026787365, 0.0037053186, 0.01500639, -0.05795806, -0.035410374, -0.002920886, -0.031250384, -0.036498338, -0.047627535, -0.0032956148, -0.008406916, -0.040423248, -0.037653502, -0.036855828, 0.0060416274, 0.0371731, -0.0061535467, -0.059991587, -0.04399017, 0.025913246, -0.0069469726, -0.0092308195, -0.03505657, 0.013909434, -0.016349168, 0.019095182, -0.054754376, -0.022913419, 0.024591204, 0.018505609, 0.005069894, 0.0019625798, 0.027574044, 0.01648707, 0.0018968149, -0.021420874, -0.0065612514, 0.03050992, -0.04077749, 0.00636633, 0.033202972, 0.0032916178, -0.050637353, 0.007739149, 0.00080932054, -0.013731563, 0.023403564, -0.053640682, -0.0026881173, 0.041691832, -0.0047534974, -0.002527171, -0.0074740914, 0.002598245, -0.030504923, 8.086336e-05, -0.0042913947, -0.06279056, -0.05267788, -0.002459595, -0.012578023, -0.07623483, 0.016852804, 0.011037761, -0.023196215, -0.031247387, 0.04083445, 0.0022503715, -0.012796489, 0.004697195, -0.07935458, 0.00023595424, -0.015115686, -0.0095645785, 0.011155303, -0.04478759, 0.013913931, 0.017171323, 0.03894881, -0.03612186, -0.014088508, -0.016276471, -0.016986208, 0.052299153, 0.033635657, -0.010913853, 0.0043715863, 0.0054238252, -0.0262194, -0.021939967, -0.068804204, -0.034112815, -0.0059496947, -0.016939865, 0.01626373, 0.018257452, 0.035436355, 0.016271226, -0.0023273157, 0.028605798, -0.045674946, -0.023246178, 0.031483687, 0.0016637959, 0.020393243, -0.02200008, -0.0052566957, 0.0060995864, 0.010582842, -0.030599855, -0.006862034, 0.05453853, 0.003381303, -0.007731405, 0.051686596, 0.012426008, -0.0021064756, -0.0216963, 0.044447836, -0.016383894, -0.07644368, 0.0041225166, 0.059685808, 0.00938321, -0.0137860235, 0.005539991, -0.0038851884, 0.065670475, -0.07394249, 0.029622562, -0.03782544, -0.044733126, -0.00015189008, 0.009616041, 0.0023288147, 0.0028349485, 0.04150896, -0.024463298, 0.024151273, 0.013360832, 0.019737717, 0.04404388, -0.026030662, 0.045353677, -0.028865362, -0.01099979, 0.025830807, -0.0033997898, 0.010873037, 0.018562566, -0.008090145, 0.018575558, 0.020905014, -0.05213527, 0.03792855, 0.021478456, -0.006075104, 0.036993477, -0.038424693, 0.022862455, -0.005291046, -0.043532494, 0.028074183, 0.02553552, -0.015635684, -0.055242524, 0.01905521, -0.017257262, 0.014057827, -0.010967064, -0.0026231017, -0.00248058, 0.0006730129, 0.0043938207, 0.05504816, -0.037039198, -0.05615536, 0.051607653, 0.007506817, 0.05710068, 0.06840391, -0.033490762, 0.062450808, 0.0035874038, -0.06323424, -0.017219538, -0.036427636, 0.004733075, -0.005323023, 0.0212821, -0.001911117, 0.03733748, 0.06808773, 0.04196813, 0.012286609, -0.12506948, -0.0093626, -0.04077974, -0.027573047, -0.015293432, -0.03336898, 0.0043423576, 0.003554428, 0.03721457, -0.020500164, -0.030148683, 0.06777833, 0.007131839, -0.010882125, 0.0023562948, 0.015003892, -0.055986486, -0.0017347446, -0.014126777, 0.06743095, 0.028999887, 0.0330607, -0.027607022, -0.007908277, -0.05875948, 0.018188836, 0.023804149, 0.011221879, -0.010073773, -0.0151910065, -0.023796529, 0.01706515, 0.0016058378, 0.0075645256, -0.03018728, 0.07418806, -0.0035230755, -0.015226982, -0.012090001, 0.001777214, -0.06049722, 0.027270265, 0.023123266, 0.04195464, 0.012741528, -0.049524162, 0.089743055, -0.010326778, 0.014632411, 0.006518283, -0.02002301, 0.03238856, 0.014899468, -0.01827066, -0.00549507, -0.03002602, -0.06280255, -0.020623306, -0.017783131, -0.023942173, 0.011660562, 0.0044942475, 0.043585382, -0.010900113, -0.03928857, -0.027505096, 0.05118296, 0.02240179, -0.035888027, -0.051012084, -0.021537414, -0.038503136, 0.012182934, -0.0005710867, -0.041366562, 0.022597646, -0.035535783, 0.010865636, 0.009641023, -0.03125738, -0.0040490697, 0.030035764, 0.042607166, -0.02980643, 0.0011571626, -7.594504e-05, -0.01044744, -0.019535862, 0.0011371771, 0.018664993, 0.03687057, 0.020710606, -0.023690857, -0.006947472, -0.04250324, -0.0040664324, 0.06451981, 0.016619973, 0.02192813, -0.011271655, 0.029252829, 0.007265742, 0.0035384393, -0.0054400633, -0.01886235, 0.031442247, 0.02766398, -0.047385458, 0.020770969, 0.025555504], [-0.0054062926, -0.095297836, -0.008119363, -0.015446024, 0.029757347, 0.02276565, 0.029956661, -0.004560338, 0.0442016, 0.048778918, -0.020469544, 0.04383882, -0.07730061, -0.033261843, -0.041643444, 0.051965944, -0.0050673364, -0.03876038, 0.0063927406, 0.05662228, -0.03089025, 0.023374576, -0.022704555, -0.0027841066, 0.0037395966, 0.06108877, 0.018463766, -0.011954137, 0.0076800236, 0.05084504, 0.017856352, -0.053106047, -0.006104434, -0.0016697571, 0.0070960885, -0.019742213, -0.017150732, -0.010265446, -0.046619896, -0.02325037, -0.07131029, 0.022242052, -0.05188112, 0.0712497, -0.0025245796, 0.04043771, 0.004698748, 0.0037818202, -0.016473008, -0.02966886, -0.008297788, -0.02499738, -0.027246116, 0.03135311, -0.0019020183, 0.04747472, 0.026977658, 0.012836225, -0.00021711385, 0.016757151, -0.01267642, -0.006035765, -0.028562842, -0.026119428, -0.015007112, 0.028333861, 0.03530069, -0.018853435, -0.022677794, -0.028837122, -0.01931354, -0.012011571, 0.041560642, -0.025661847, 0.06021425, -0.019685537, -0.02584286, 0.0012006902, -0.016951038, -0.02821243, -0.008089763, 0.01651277, -0.025633574, -0.09658032, -0.06445655, 0.0125017185, -0.027134687, 0.016326962, 0.019510835, 0.013744822, -0.058246095, -0.016370384, 0.03771318, 0.038639575, 0.004215038, 0.012698888, 0.0061003943, 0.03556426, 0.011363133, 0.00058810087, 0.012210887, -0.026811542, -0.0021509419, -0.01759449, -0.021792172, -0.0007538395, 0.007027736, -0.024272319, -0.024812864, 0.0015925048, -0.022742676, -0.018503843, -0.0012118614, -0.032951824, 0.008611847, -0.041282937, -0.020880293, 0.0054334635, -0.048579983, 0.009186061, 0.0012400735, 0.0072343093, 0.043468215, 0.038949214, -0.027200831, -0.0055157016, 0.020737907, -0.021075947, -0.03364356, -0.021547856, 0.030741805, 0.0076828008, 0.05362447, 0.013535786, -0.016842986, 0.028188445, 0.027350286, 0.051818516, -0.011773125, 0.038697515, -0.04947091, 0.0023955738, 0.033738483, 0.03567332, 0.029392166, -0.01261381, 0.016478436, -0.06018194, -0.011917783, 0.008531564, -0.036178235, -0.0030403195, -0.0066381297, 0.01766947, 0.007038528, -0.043815725, 0.016376065, 0.01803178, -0.05422797, -0.018456697, -0.029846841, -0.004206455, 0.026979173, 0.012499699, -0.022529349, -0.059075166, 0.033907127, 0.008492686, -0.010731989, 0.0016586488, 0.052433502, -0.002960827, -0.007801456, -0.021227676, -0.04510717, -0.011795593, 0.017392242, 0.015660726, 0.007999824, 0.00070435775, 0.018274928, 0.012721863, -0.011010891, -0.0023336583, -0.020695494, -0.00060438435, 0.018398631, -0.016882116, -0.009923618, 0.015258687, 0.04885592, -0.05000132, 0.033841487, 0.0017978795, -0.04945159, 0.029140972, 0.006030716, 0.009175332, 0.035363935, 0.04423013, 0.024223847, 0.008352445, 0.011443021, 0.007655851, -0.0024296555, -0.029391157, 0.025839956, -0.010763798, 0.047127843, -0.03809086, 0.011225417, 0.00722156, 0.043434888, 0.086396165, 0.03119926, 0.015722074, 0.009207647, -0.011016256, 0.04770446, 0.090268865, -0.0042140284, -0.01189279, 0.038947195, -0.02140307, -0.016720291, -0.02516905, -0.05115808, 0.037998963, -0.02782257, -0.019387541, 0.052237406, -0.036591258, -0.007339458, -0.03531786, -0.022766028, -0.010049847, -0.04828814, 0.054806355, -0.07070742, 0.0024445506, -0.026405841, 0.02659594, 0.046442166, -0.012837993, -0.041767657, -0.010395209, -0.0049693827, 0.00588732, -0.04487363, 0.034929577, 0.067503475, 0.0002726546, -0.02538061, 0.0014441857, 0.012586544, 0.0066074566, 0.030218208, 0.020099945, -0.00055641733, 0.08371305, -0.005292529, -0.04256643, 0.0014164153, -0.055203468, 0.036516026, -0.028543148, 0.018441802, 0.008429066, 0.024102163, -0.0600446, -0.034209065, -0.051145967, 0.039803535, 0.04289261, -0.008028164, 0.012953113, -0.029912734, 0.027924882, 0.035543304, -0.008343231, -0.024542954, 0.0024531656, -0.010237675, 0.0007094069, 0.014642435, -0.031970266, 0.020548059, -0.058913592, -0.024705032, -0.016035372, 0.00036353947, 0.008385643, 0.01630424, 0.03850792, 0.037341565, -0.019810125, 0.005281421, -0.019870462, -0.052826323, -0.027270509, 0.011277802, -0.044326443, 0.0018299362, 0.010447215, 0.0037580892, -0.02130253, -0.04187356, 0.01066313, 0.0042334674, 0.010491332, 0.0021717697, -0.032961037, -0.061236206, -0.0032150522, 0.02552956, -0.015137631, 0.032914963, 0.0619855, -0.04280879, -0.054569293, -0.058707584, -0.0015667541, 0.026102135, -0.041232444, 0.015088403, 0.050993484, -0.009521705, 0.018815188, -0.028830195, -0.038284745, 0.04229176, 0.03909564, 0.014974797, -0.015822614, 0.0034902312, 0.040591203, -0.0076579964, -0.033225488, 0.040316526, 0.0023387705, 0.046156388, -0.03203793, 0.029467147, -0.02277474, -0.005739884, -0.039732844, -0.016176496, -0.036840685, 0.011112695, 0.013402488, -0.0071536493, -0.017094813, 0.021748498, 0.03032727, 0.009704989, 0.0028063226, 0.0100502735, 0.0129450355, -0.017723938, -0.022042176, 0.020572007, -0.02522926, 0.014632463, 0.03875621, 0.032881137, -0.040548284, 0.008631538, -0.0028739814, 0.037036594, -0.034265995, 0.078697205, 0.008477096, -0.008124854, 0.02396129, -0.006994853, 0.023137268, -0.037556656, -0.007759548, 0.034384523, 0.009175585, 0.026635325, 0.032182332, 0.028252065, 0.033625886, -0.005758692, 0.060268786, 0.027370483, 0.0041363975, -0.024669813, 0.053072724, -0.00642556, 0.0022276891, 0.020052232, 0.016227998, -0.010608899, -0.012516362, 0.026590262, 0.03156747, 0.042526733, -0.01669656, -0.011416148, -0.014438514, -0.02130947, -0.018891934, -0.01405888, -0.017140886, -0.009124841, 0.0395127, -0.008320005, 0.0016843996, 0.0029335616, -0.029444678, -0.024371281, 0.03228306, 0.010939508, -0.025494214, -0.03171377, 0.039045148, 0.022739395, 0.0014814233, 0.026052652, 0.044917323, -0.05531758, 0.05243451, 0.018397117, -0.035730965, 0.00012774373, -0.020832073, 0.00567576, 0.03298237, 0.0005432895, 0.038226176, 0.009863406, 0.052033607, 0.05275362, -0.02546998, -0.006835552, -0.017436767, -0.03580662, -0.03560667, -0.045428928, -0.010264436, 0.018255236, -0.00216205, -0.0069506727, -0.0043761064, -0.026354594, -0.0075636404, 0.01820121, -0.041218054, -0.005168193, -0.01854853, -0.0611534, -0.025489166, -0.0261602, 0.041096117, 0.051507484, -0.058582366, -0.049098022, -0.032994743, -0.018221406, -0.0019348379, 0.047483303, -0.024179414, 0.001286084, 0.011011207, 0.019506417, -0.004600037, 0.03267008, 0.016120955, 0.041859552, -0.044069063, -0.02047939, -0.037084054, -0.040280174, -0.0033801596, 0.023858793, 0.08261535, 0.0069829873, -0.0027618902, 0.024953702, 0.014009524, 0.014065443, -0.004288251, 0.008261435, 0.030599926, 0.0010997069, 0.005007756, 0.01268677, 0.015485614, 0.03146333, 0.009893322, 0.00967419, 0.035113875, -0.027098963, -0.025723448, -0.006270046, 0.06260554, -0.01605961, -0.03525904, 0.045563616, 0.032330144, -0.027684037, 0.011550962, 0.0048916256, -0.04150409, -0.009541396, 0.039722744, -0.03273471, -0.020033045, -0.008671679, -0.03975506, 0.03212881, -0.031568006, 0.06613187, 0.029305322, 0.00043877194, -0.059545748, 0.018299164, -0.015361057, -0.0025851696, -0.04462813, -0.012060422, 0.017624281, -0.010792578, -0.0020085557, 0.013825608, -0.09963809, 0.037131518, -0.021417525, -0.008926662, -0.022849467, -0.008753727, -0.0019328182, 0.032359052, 0.031417888, -0.012599673, 0.050578438, 0.0050431006, 0.004637653, -0.015514047, 0.00071281503, -0.032374702, 0.016277984, -0.019742213, -0.0062648547, -0.006192699, -0.01120743, 0.010651707, 0.004200901, -0.011273762, 0.0031345182, -0.053854335, -0.032104574, 0.00927783, -0.021639498, 0.031567343, 0.004071642, 0.056219358, 0.037930295, -0.054930814, -0.022853505, 0.010485084, 0.0039252164, 0.0074056024, 0.020317817, 0.015868498, -0.036246903, -0.07463288, 0.035048235, 0.0023705803, -0.022672744, -0.060315236, -0.05273544, 0.047668606, -0.0067618345, 0.014985905, -0.02666158, -0.018047273, -0.02579098, 0.008096153, -0.055123188, -0.02531093, -0.0022747726, 0.009340913, 0.046505786, -0.023459814, 0.00768886, 0.01366555, 0.01635776, 0.058384437, -0.032477707, 0.05563568, -0.0014420399, 0.004627554, -0.06863727, 0.0032132848, 0.030648334, -0.010596165, -0.010892046, 0.0028563095, -0.053272795, -0.007137492, 0.02900439, 0.0057823285, -0.023261728, -0.0038535183, 0.038849745, 0.045009214, 0.03658722, 0.0275159, -0.0002718972, -0.05066402, -0.0483356, -0.04750249, 0.01660517, -0.051006608, 0.008012511, 0.0026407104, 0.0011936212, 0.0026980182, -0.032537792, 0.01920997, 0.014562281, -0.0037237552, 0.0130056245, 0.006924417, 0.061607823, 0.046937995, -0.045736298, 0.047900867, 0.009287929, 0.070663996, -0.007514159, -0.043348547, 0.06214783, 0.015529699, 0.009050113, -0.0615028, 0.0038908822, 0.03042876, 0.010302052, -0.0014954348, -0.042212993, 0.0066722115, -0.0016655283, -0.024250103, -0.032465085, -7.296035e-05, -0.020054488, 0.041719183, -0.018925007, 0.014377986, -0.035364944, 0.031157859, -0.017698312, -0.00037704597, -0.014136131, 0.0034422644, -0.023311464, 0.038131252, -0.012142218, 0.031229049, 0.046472967, 0.051133845, 0.03266806, 0.010456809, -0.00345312, -0.017678622, -0.038660906, 0.07454175, 0.0027220019, 0.03414898, -0.03467914, -0.017505499, -0.0051158085, 0.0012319948, -0.01938019, -0.0009098585, 0.03111898, -0.023418507, -0.030197507, 0.035171937, 0.010248531, 0.033190142, 0.031092722, 0.02158465, -0.006680038, -0.03154415, -0.031421926, -0.027638467, 0.00047765046, -0.01315609, 0.010802171, 0.0043468215, -0.018392067, 0.08268301, 0.04145663, 0.029422462, 0.01309247, 0.023337215, 0.0387937, 0.023200445, 0.008484355, 0.00018782871, -0.054185558, -0.008305867, 0.040640682, -0.034867473, -0.07704613, -0.01681471, -0.003290032, 0.013862972, 0.04788017, -0.00378485, -0.03933901, 0.010062974, 0.018196918, 0.025589138, 0.014620346, -0.0040817405, 0.021098418, -0.060774967, -0.014851092, 0.008446233, -0.036860883, -0.049031377, -0.037525352, -0.0233049, -0.014450694, -0.03953845, -0.03994996, -0.023143074, 0.012638299, 0.05460363, -0.010932188, -0.07377024, -0.041164536, 0.031685494, 0.034439307, 0.0031860196, -0.036028277, 0.02011989, -0.021095892, 0.033823054, -0.062870115, -0.027380455, 0.030401997, 0.033662748, 0.0049751895, 0.01904442, 0.009139736, -0.00075081, 0.012039215, -0.021587176, -0.027042286, 0.024522757, -0.03684624, 0.004668453, 0.010616362, 0.031928357, -0.069060385, 0.015361816, 0.02189467, -0.0020050213, 0.026319752, -0.048245475, -0.021641707, 0.027705748, -0.024715636, 0.012769325, -0.013373709, 0.012537063, -0.027826296, 0.0044512125, -0.004315769, -0.05662329, -0.046922848, -0.017451914, -0.016304744, -0.07610093, 0.003052217, 0.022365754, 0.021909691, -0.059066076, 0.029924348, -0.018849649, 0.01978917, 0.0042609223, -0.084092736, 0.0058613163, -0.038614962, -0.014918751, -0.011529756, -0.037016902, -0.0082013495, 0.013960925, 0.06186533, -0.048369937, -0.03562485, -0.021607373, -0.007048248, 0.027862271, 0.013653431, 0.009625212, 0.0074071167, -0.00021976465, -0.02303704, -0.057277665, -0.08144092, -0.018062862, -0.009278082, -0.0050675888, 0.019479152, 0.014787978, 0.01693286, 0.019261533, 0.013280172, -0.019144392, -0.0071226596, -0.012294703, 0.04719348, 0.00079719914, 0.007634834, -0.05764625, 0.043677248, -0.035216875, -0.023594216, -0.015907755, -0.033417862, 0.04731416, 0.018628368, 0.016060365, 0.04767113, -0.0007260691, -0.00062609575, -0.04044023, 0.045141507, -0.018576488, -0.07757932, 0.022593474, 0.0852601, 0.021111544, 0.013768048, 0.001814163, -0.02347676, 0.041998908, -0.053404957, 0.018031558, -0.028869074, -0.042988732, -0.0063033705, 0.021275533, 0.0013476206, -0.0107380785, 0.04396417, -0.015271182, 0.028859226, 0.0060685845, 0.0077648493, 0.03625271, -0.029860727, 0.10041768, -0.03311037, -0.03572217, 0.028560067, -0.0101265935, -0.0016702618, 0.017688882, -0.028633846, -0.00038171644, 0.020287523, -0.025391087, 0.032415602, 0.022331676, -0.019008696, 0.023071123, -0.0641738, -0.006990056, -0.014370413, -0.043074377, 0.05029569, 0.017683672, -0.020929776, -0.083290935, 0.023030225, -0.022355152, 0.035638984, -0.033348687, -0.00876736, 0.0023569476, 0.019060576, 0.014896535, 0.01970586, -0.026400035, -0.06341744, 0.050407525, -0.014197731, 0.05146709, 0.051852845, -0.055415407, 0.037632395, 0.034540292, -0.04234124, -0.014657205, -0.049469646, -0.03452817, 0.011214183, 0.026439419, 0.009218503, 0.03364457, 0.07659272, 0.02849291, 0.031281058, -0.09484341, -0.003753545, -0.031789508, -0.028002638, -0.024503948, -0.021646503, -0.01724736, 0.0011527231, 0.010322123, -0.013372193, -0.035636712, 0.05444086, 0.022094112, -0.0043317014, 0.017256953, 0.011393428, -0.028372237, -0.045986734, -0.04491934, 0.062306125, 0.020940883, 0.04005296, -0.0029345714, 0.009196034, -0.077789366, -0.0039109527, 0.020923717, 0.021334717, -0.0017207536, 0.008323034, -0.000117014264, 0.0050855135, 0.0020964108, 0.03607978, -0.021851247, 0.04810233, 0.0055013113, -0.033117436, -0.0025972875, 0.00031178558, -0.052725848, 0.032397423, 0.0055015637, 0.038317565, 0.025148854, -0.046556786, 0.054473363, 0.0072899763, 0.008615885, 0.023292277, -0.024773698, 0.017661959, 0.025751408, -0.013967995, 0.000346751, -0.007320208, -0.051527683, -0.005558872, -0.022368534, -0.0057151434, 0.019354438, -0.0037457189, 0.034938164, 0.0045944825, -0.015612001, -0.0525673, 0.054850027, 0.047105625, -0.024416314, -0.030404016, -0.0048694094, -0.041187003, 0.0056614964, -0.012343554, -0.03413686, -0.0074106515, -0.037227076, -0.0036980042, 0.011845327, -0.0054429937, 0.0026876675, 0.019067645, 0.027064502, -0.037320357, -0.010433598, 0.008269261, -0.0073645776, -0.003237521, 0.022539448, 0.0048255445, -0.018786913, 0.051421225, -0.021078221, -0.016862173, -0.049764518, -0.0066345953, 0.06302058, -0.011149554, 0.029606251, -0.022844542, 0.009422741, -0.00019792705, -0.015469077, -0.03179304, 0.010457818, -0.00048673895, 0.008016045, -0.05869547, 0.0030471676, 0.040556867], [-0.012113127, -0.09853421, -0.025496922, -0.017921673, 0.028404718, 0.0076441797, -0.010066588, -0.0017092461, 0.02253851, 0.041200504, 0.016077243, 0.020151027, -0.02582696, 0.008827915, -0.031073423, 0.0101163825, 0.017113551, -0.022611964, 0.02908455, 0.064687565, -0.021694483, 0.018588746, -0.027431116, 0.007895412, 0.012445789, 0.0046547996, 0.005598516, 0.033669285, 0.0010421795, 0.015152147, 0.0032036789, -0.043903414, -0.01670234, -0.0332911, 0.012358753, -0.0050341175, 0.012804634, -0.0026818723, -0.051389318, -0.04372147, -0.05192285, 0.020394493, -0.009522766, 0.06064809, -0.0037604647, 0.037144568, 0.032733697, 0.016188353, -0.024959067, -0.020633072, 0.024343021, -0.028822824, -0.033159003, 0.03164039, 0.009099518, 0.020108076, 0.013928905, 0.00034829977, -0.009516285, -0.036738683, -0.030486185, -0.014821285, -0.054190528, -0.008317297, 0.005300371, 0.017321778, 0.0064452174, 0.018055417, -0.036277086, -0.067163266, -0.03393225, 0.026395269, 0.03413986, 0.005062512, 0.0008257138, 0.025257006, -0.049579043, -0.008278948, -0.040246602, 0.02413644, -0.004438649, 0.02377101, -0.019387504, -0.071953356, -0.026561525, 0.02623766, -0.012990023, -0.0023691175, 0.034211054, 0.018299036, -0.03157342, -0.012183651, 0.038764928, 0.007505292, 0.000715372, -0.017118387, 0.00082921167, 0.04224957, 0.0029104713, -0.00512561, 0.051846925, -0.050271217, -0.017798217, -0.010378109, 0.00251639, -0.0028554306, -0.008050144, -0.025417294, -0.012029537, 0.028759036, 0.0034232244, -0.017884636, 0.020249639, -0.075883776, -0.0123497, 0.00911886, 0.0057390505, -0.0019943262, 0.0032152014, -0.008803224, -0.008353845, 0.023012375, 0.011833654, 0.036268033, -0.03589026, 0.019565796, 0.012703091, -0.025380258, -0.029987218, -0.0083618695, 0.0022559497, 0.023726977, 0.062257957, -0.010518026, -0.048201278, 0.033128962, 0.0036654037, 0.06519302, -0.01457108, 0.03323349, -0.045446355, -0.0067604417, -0.0129846735, -0.0053116875, 0.006949329, 0.000943717, -0.007002415, -0.01895294, 0.0050764526, -0.016044732, -0.026782922, 0.004207375, -0.027648346, 0.024668947, 0.023654139, -0.04679799, 0.015925802, 0.0051472853, -0.06669496, -0.013307717, -0.0047172476, 0.014337338, 0.037889417, 0.013341461, 0.012181491, -0.072233185, 0.006854062, 0.020902308, -0.034578335, 0.0021516294, 0.0658892, 0.0052497536, 0.0010765349, -0.004827535, -0.049426984, 0.01334393, 0.01633403, 0.013612241, 0.022653323, 0.0035326888, -0.0035711657, -0.0095184455, -0.02588478, 0.0112587605, -0.027616661, 0.04027623, -0.009513301, -0.026585802, 0.04925065, 0.010997445, 0.022441803, -0.0067011826, 0.024314217, -0.005990913, -0.027687028, 0.007143978, -0.024497546, 0.00034238418, -0.018068995, 0.036327705, 0.013587549, -0.002156362, 0.024531292, -0.009986343, -0.028562332, -0.053880244, 0.026431482, 0.023547145, 0.043138765, -0.016426004, -0.025621716, -0.0018337307, 0.06374703, 0.04928604, 0.009298668, 0.02964257, 0.0112741925, -0.004380213, 0.050870955, 0.050536238, -2.8086204e-05, 0.014253387, 0.046202112, -0.037768435, -0.031670537, 0.005242758, -0.032987397, 0.034511875, 0.009383055, 0.0022073903, 0.0798677, -0.016362013, -0.017068181, -0.02695905, -0.022619577, -0.043843284, -0.031257063, 0.03687708, -0.07327412, 0.03302773, -0.035481207, 0.054474115, 0.019785855, -0.011569886, -0.021590676, -0.025850829, -0.024988696, 0.011871514, -0.03723531, 0.011588388, 0.042490207, 0.021315884, -0.03089116, 0.017619617, 0.0051007834, 0.020352928, 0.018282061, -0.008380182, 0.017683813, 0.040761, 0.01671057, -0.049587682, -0.022076784, -0.06592377, 0.01987639, -0.007827717, 0.03161457, -0.00017654184, -0.030927539, -0.062353425, -0.041188158, -0.059535343, 0.03175737, -0.0060559204, -0.054664597, -0.010622037, 0.0069299876, 0.047963418, 0.037370082, 0.012974077, -0.049566694, 0.013881015, -0.015869426, -0.041215796, 0.004229301, 0.018840801, 0.024361951, -0.058254693, -0.00325409, -0.035144225, 0.026543004, 0.004677742, 0.04116614, 0.061931208, 0.062178943, -0.020852514, 0.011187157, -0.01006484, -0.07758952, -0.009030795, 0.04881691, -0.024076562, 0.003063351, 0.029110888, 0.015611957, -0.009497457, -0.05172141, 0.02768456, 0.02256608, 0.0024230266, -0.025652476, -0.020337496, -0.07135418, 0.023176776, 0.0039242497, -0.014497419, 0.064262874, 0.06689331, -0.009205691, -0.04486838, -0.029096894, -0.007396651, 0.0066810185, -0.051855978, 0.03649005, 0.035528123, 0.0036378321, 0.009591696, -0.047885228, -0.020028653, 0.036203835, 0.0508457, -0.008230595, -0.023811338, 0.001284558, -0.008536148, -0.025220381, -0.0018032782, 0.025634369, -0.006369498, 0.0047621033, -0.062211867, 0.019300263, -0.010807324, 0.03709601, -0.058333706, 0.025705667, -0.038705874, -0.0011290036, 0.009235216, 0.06436905, -0.0019814663, 0.028742319, 0.012165235, -0.023405993, 0.035405487, 0.008834808, -0.008259402, 0.01020239, 0.00143538, 0.017979285, -0.024785817, -0.018269407, 0.018434169, 0.018694919, -0.016820446, 0.04130832, -0.003868283, 0.060549326, -0.031882882, 0.057710666, 0.04094125, 0.0283076, 0.018472286, 0.016832793, 0.057522193, -0.04394699, -0.008947256, 0.018287925, -0.015619633, 0.015453379, -0.028576322, 0.054034304, 0.031221982, -0.008434091, 0.056489274, 0.05313045, -0.0067435694, -0.061911456, 0.050204344, -0.012525005, 0.033589862, 0.022283984, 0.06662994, 0.037428517, -0.00903491, 0.041677047, 0.028938666, 0.050376568, 0.01173242, -0.0068221698, -0.018552942, -0.023658255, -0.012950722, -0.005945633, -0.029318705, 0.0004423834, 0.0117805675, 0.0048055183, 0.030442564, 0.041950293, -0.013088788, 0.01105403, 0.014712901, 0.031437952, -0.01634473, 0.0042999154, 0.039005462, 0.02746193, 0.03356867, 0.03713078, 0.045672074, -0.06420445, -0.00089042523, 0.033979982, -0.006128965, 0.0011374397, -0.055775702, -0.014947826, 0.0072367755, 0.02454343, 0.062331207, -0.0031869095, 0.07938375, 0.04731692, -0.033140074, -0.0044382373, -0.018732367, -0.0798285, -0.013855037, -0.033275463, -0.027250819, -0.007867841, -0.006640278, -0.0021464855, 0.03193926, -0.03397299, -0.014663081, 0.0061098295, -0.07112795, 0.037961025, -0.010230168, -0.034126487, 0.027180037, -0.05311338, 0.04155976, 0.06956325, -0.02553005, -0.008074012, -0.042516544, -0.028900392, -0.01576495, 0.018275168, -0.03184111, 0.0074741705, -0.073220834, 0.02919895, -0.049247563, 0.017483816, 0.041397214, 0.0054283533, -0.05924481, -0.018777633, -0.025453918, -0.027659046, -0.015718397, 0.03264378, 0.045788947, 0.035658944, 0.013204836, 0.021822877, 0.03405406, 0.05919625, -0.0024746722, 0.019380098, 0.014868198, -0.012528298, 0.011105469, -0.039917387, 0.012500316, 0.013037245, 0.009416388, 0.0020547167, 0.0555078, -0.05580204, -0.038078927, 0.022162175, 0.034078132, -0.010962262, -0.011935241, 0.056134544, 0.06467625, -0.033068057, -0.0030371165, -0.013121504, -0.04314905, 0.04051656, 0.023245499, -0.026051238, 0.011671103, -0.016518392, -0.058287207, 0.00862051, -0.033454888, 0.026972631, 0.059466623, 0.017827023, -0.03286559, 0.019214667, -0.010640247, 0.006637809, -0.05924481, 0.005402016, 0.015461976, 0.0093912855, -0.04744408, 0.024569975, -0.04826012, 0.048147775, 0.025708033, -0.021554155, -0.027276952, 0.01235834, 0.04599059, 0.0054727974, -0.03879394, 0.010208975, 0.052808646, -0.029663969, 0.012229773, -0.025195073, 0.03612894, -0.017525379, 0.022140158, -0.029029405, 0.009194579, -0.021513004, 0.016984232, -0.005678145, 0.015687276, -0.03098343, 0.012808955, -0.08244875, -0.042324364, 0.029943455, -0.023961956, 0.007706113, 0.008827915, 0.046330504, 0.019575158, -0.04787597, 0.0021473086, 0.055778377, 0.004957318, -0.03488492, 0.019813633, 0.01002626, -0.05704812, -0.037074227, 0.027649993, -0.0007392947, -0.042557698, -0.046732973, -0.014948033, 0.029005539, -0.03251045, 0.038445793, -0.0132496925, -0.021766499, -0.007828129, 0.013464917, -0.042184036, -0.011006499, -0.015530513, 0.04684408, 0.025073059, -0.0002641955, 0.029611088, 0.04976587, -0.00087489036, 0.043198433, -0.013711623, 0.037455678, 0.02424714, -0.00024485408, -0.0354417, -0.051133353, 0.057656754, -0.0014183018, -0.027513368, -0.019030718, -0.0536144, -0.008390265, -0.015716752, 0.030571165, -0.037468433, -0.018092453, 0.08547753, 0.009033264, 0.020093672, 0.011766988, 0.026175003, -0.03767543, -0.018641831, -0.0187729, 0.002792571, -0.056145243, 0.01322212, -0.032641724, -0.0028477146, 0.01923195, 0.017239835, 0.025994861, 0.052834984, -0.0170653, 0.02135786, -0.010028729, 0.073862806, 0.04407126, -0.04108775, 0.058840696, 0.011518429, 0.061126277, -0.0007106941, -0.100056835, 0.0632456, -0.01599, -0.03144667, -0.02568581, -0.015666546, 0.013294548, 0.017505575, -0.010507737, -0.04353876, 0.016423741, -0.010373994, 0.0155046135, -0.012122746, -0.0040851533, 0.019736884, 0.024947954, -0.008745612, -0.011433735, -0.047953542, 0.0322586, 0.0043662214, 0.003826102, -0.00691435, 0.020385439, -0.012251294, 0.057999555, -0.021519998, 0.028872205, 0.017971877, 0.05320103, 0.010575227, 0.003347299, -0.03188072, -0.017701508, -0.036552083, 0.06190158, 0.018707493, 0.015315108, -0.043234233, -0.042830124, -0.01932413, -0.020472629, -0.012770683, -0.0051394664, 0.010627902, -0.030590557, -0.060096655, 0.027899373, 0.01535338, -0.0001925911, 0.025460606, 0.02288861, 0.018394098, -0.045988947, -0.044979077, -0.035069276, -0.004141532, 0.015063259, -0.00090986956, 0.012722536, -0.0017217974, 0.06539538, 0.049254972, 0.01772085, 0.026509697, 0.05966785, 0.04305749, -0.00873769, 0.01686489, 0.03069246, -0.02769526, -0.015317784, 0.008809809, -0.014680545, -0.01636366, 0.009642724, 0.00010452594, -0.026786212, 0.05722919, 0.045639157, 0.009391697, 0.041655235, -0.013410596, -0.022412997, 0.025955254, -0.010244366, 0.02476771, -0.049352296, -0.030551206, -0.006858795, 0.00041316554, -0.043676205, -0.05601109, -0.012880971, -0.031293586, 0.00369956, -0.023546938, -0.027229419, 0.0075504817, 0.010269661, -0.012136532, -0.021577612, -0.06334437, -0.0075764847, -0.002900492, -0.016636908, -0.028600601, 0.00783533, -0.0093044555, -0.0029003893, -0.05417695, -0.006097895, 0.0001807985, -0.0022452502, -0.0056503676, -0.018404098, 0.03784168, 0.015015522, 0.014435486, -0.026849175, -0.006786779, 0.017244311, -0.027758017, -0.011815959, 0.021470256, 0.03136992, -0.04399184, 0.014923959, -0.014112649, -0.027595673, 0.0056822607, -0.011229337, 0.036319576, 0.019943623, 0.017131554, 0.0044781547, -0.007788417, 0.011259995, 0.01293344, -0.01414485, 0.0063760825, -0.0725657, -0.03941945, 0.01472792, -0.011390138, -0.049463816, 0.034736615, 0.014740627, -0.050435208, -0.019124132, 0.0644762, -0.0034675337, -0.026166772, -0.017363548, -0.05506727, 0.012314514, 0.005673413, -0.038914103, 0.004418176, -0.033110444, 0.02780884, 0.011344768, 0.012895373, -0.042419426, -0.013437345, -0.01756365, -0.015392062, 0.052540954, 0.0077382117, 0.015927037, -0.013945984, -0.0020408279, -0.03635372, -0.020802926, -0.032566827, -0.00934396, -0.014176023, -0.014531163, 0.025483754, -0.008097056, 0.029629607, 0.009462067, -0.044521056, 0.046626803, -0.031515703, -0.009097872, -0.022799926, -0.015615929, 0.00023374305, 0.010510207, -0.031977735, 0.0261677, 0.016622918, -0.017873524, 0.008534091, 0.043697916, 0.012983027, 0.0044418382, 0.007404881, 0.020103548, 0.011904023, -0.033240486, 0.0072221663, -0.020231944, -0.05351286, 0.018530928, 0.089941695, -0.0054896693, -0.020218775, 0.018564878, 0.0013197429, 0.06396165, -0.04805971, -0.0037184898, -0.025278613, -0.053034984, 0.027043412, 0.008278846, -0.0023215872, 0.0018872282, 0.020929055, -0.036855683, 0.007644385, 0.022588713, 0.004744196, 0.021540575, -0.000693899, 0.040623553, -0.048700657, -0.010845595, 0.05231565, 0.009992618, 0.030966016, 0.021912588, 0.0012847637, 0.026941355, 0.04221531, -0.038005877, 0.06186372, -0.01597948, -0.025775932, 0.0078003514, -0.012531899, 0.02818332, 0.011880978, -0.0037573783, 0.049825132, 0.04558319, -0.021795718, -0.050002087, 0.009309599, -0.021031061, -0.021299426, 0.037400123, -0.009717827, 0.023750847, -0.027438885, 0.013820469, 0.053588063, -0.029394014, -0.032398928, 0.011746411, 0.016121274, 0.060931217, 0.05748258, -0.027900608, 0.062465776, 0.028513629, -0.035631824, -0.029475493, -0.03878139, -0.0057177544, -0.009686345, 0.036001574, 0.004940085, 0.07026612, 0.05938107, 0.03562524, 0.012137716, -0.05544731, -0.020439554, -0.020601487, -0.030287832, -0.041369025, -0.04636919, -0.010186238, -0.015634447, 0.052199595, -0.012024599, -0.015302505, 0.063512266, -0.014577664, -0.022263872, -0.023282126, 0.016204402, -0.07993683, -0.0014792067, -0.005374444, 0.06549373, 0.01632971, 0.06092427, -0.011460996, 0.012697279, -0.038968835, 0.0058349343, 0.016524976, 0.011076869, 0.0035870094, 0.0009432026, -0.0060592643, 0.0107892165, 0.025763175, 0.006049747, -0.04526467, 0.0674036, -0.005737198, -0.004846876, -0.01754719, 0.025843835, -0.054384768, 0.025098162, 0.01047528, 0.027991554, 0.0141151175, -0.035648733, 0.05802836, -0.001432557, -0.0031336804, 0.042842466, -0.017244466, 0.0429758, -0.0062112687, -0.036856093, 0.01112512, -0.0044201305, -0.040687546, -0.025813382, -0.0054438883, -0.010940451, -0.006738631, 0.00624059, 0.068182185, -0.010236856, -0.05289054, -0.043398842, 0.06526699, 0.0009830171, -0.007144801, -0.037602898, -0.012850107, -0.025510913, 0.02794999, 0.0134517485, -0.043045346, 0.018707674, -0.064099915, 0.028220976, 0.026661549, -0.016043702, -0.0032164361, 0.041940622, 0.030319108, -0.013395781, -0.005858597, 0.022872869, -0.021720821, 0.010227081, 0.045239154, 0.036369678, 0.027899373, 0.008820508, 0.0002565824, 0.026076341, -0.05580281, -0.0042616953, 0.054746076, 0.013384773, 0.00074238115, -0.008746847, 0.044236694, 0.00790642, 0.012829222, -0.005819297, -0.021932341, 0.031778768, 0.026015386, -0.03278987, 0.011904435, -0.00058718683], [0.02226967, -0.07977743, -0.027195374, -0.035371926, 0.03628086, -0.004044488, -0.0038108092, -0.03759483, 0.012034943, 0.03718344, 0.0027098618, 0.03314546, -0.048778925, -0.006633141, -0.005369856, 0.013691264, 0.008629077, -0.009916385, 0.0124893235, 0.048666984, 0.0119798565, -0.007309988, -0.0008481118, 0.0004293969, -0.0058953795, 0.014643282, -0.023068784, 0.00073255255, 0.008800165, 0.026116936, 0.022469888, -0.036188874, -0.019096863, -0.019732483, 0.0018867333, 0.005859361, -0.031410947, -0.050927542, -0.06926497, -0.028389104, -0.0513073, 0.008515261, -0.017089715, 0.038885847, 0.014422955, 0.06390881, -0.00020339852, 0.018754333, -0.03179232, -0.02933459, 0.024116145, -0.034967244, -0.032471728, 0.0017730278, 0.011568733, 0.020563468, 0.037029658, 0.02403422, 0.012632603, -0.018069277, -0.024684982, -0.00808827, -0.06120036, -0.0006730514, 0.028423885, 0.013278022, 0.017723924, 0.00898935, -0.049890555, -0.06382759, -0.021363202, -0.010708185, 0.027746774, -0.015297265, 0.021166159, 0.019128643, -0.0747419, -0.0025876814, -0.021802487, 0.0047375793, -0.028050987, 0.015846414, -0.0014165066, -0.07032505, -0.044135366, 0.014304285, -0.047366437, 0.014300223, 0.013636972, 0.021816082, -0.04138772, -0.0037240295, 0.022435987, 0.013839575, 0.0068249744, -0.0033304747, -0.0075181536, 0.03737254, 0.0035079184, 0.026792107, 0.05094957, -0.029552113, -0.0067730653, -0.010304114, -0.0030073232, 0.003200702, -0.007568739, -0.022629103, 0.0053515704, -0.02686132, 0.008105662, 0.015719598, -0.0017137034, -0.06744992, 0.028252268, -0.037310567, 0.003677594, -0.01873244, -0.014542289, -0.0012069725, 0.013699032, 0.01415562, 0.024966775, 0.053918973, 0.0019531203, 0.010107071, -0.00971899, -0.025303168, -0.03228537, 0.014253391, 0.012624129, 0.0076266504, 0.00897037, -0.018507147, -0.05119746, 0.05776801, -0.0069759344, 0.062431347, -0.019134294, 0.06304931, -0.03385844, 0.012722827, 0.024099547, 0.022330405, 0.014929487, -0.008905748, -0.0020477572, -0.041494712, 0.018479163, -0.016527014, -0.013535184, -0.035137806, -0.015404967, 0.005492467, 0.004520674, -0.05458073, 0.014449771, 0.021692578, -0.057493985, 0.01226765, -0.02178183, 0.005309902, 0.025355915, 0.002928392, -0.026349999, -0.039731443, 0.03786172, 0.051020548, -0.02795357, 0.0050809025, 0.05288433, 0.030003756, 0.03175171, -0.007461654, -0.016667027, -0.0032017615, 0.04319959, 0.022657925, 0.01540616, 0.013887424, -0.003503328, -0.0056916275, -0.018957732, 0.012167894, -0.032249615, 0.055733494, 0.006876265, -0.043732274, 0.036477905, 0.016863717, 0.015186827, -0.03732646, 0.028758293, 0.010742338, -0.022832192, -0.00829414, -0.016145466, 0.01475275, 0.029540284, -0.0010085177, 0.0061407993, -0.007876573, 0.033439286, -0.040899303, -0.028545715, -0.05089342, 0.016878845, 0.0038324823, 0.06606912, -0.0070145903, 0.011335982, 0.011843021, 0.03766616, 0.05184076, 0.0025417753, 0.03701006, -0.009458738, -0.008101336, 0.050088655, 0.05721714, 0.003991696, 0.040886283, 0.04490305, -0.06109259, -0.07637826, 0.0068000793, -0.03166661, 0.0376026, 0.015105519, 0.0046411767, 0.071788386, 0.0018327056, 8.192441e-05, -0.053507056, -0.01657345, -0.022759978, -0.01219376, 0.035703596, -0.075097494, 0.0015879917, -0.03218958, 0.042060416, 0.014260144, -0.032849573, -0.021136146, -0.0048112934, -0.011106054, -0.031435404, -0.007118677, 0.013533771, 0.017681194, 0.002646675, -0.04136971, 0.023610562, 0.012490295, -0.025634218, 0.019147988, -0.009438964, -0.00024277446, 0.054495268, 0.020067243, -0.06202808, -0.008188203, -0.05389355, 0.03137352, 0.0052064373, 0.022841372, 0.0011804884, -0.02579701, -0.085178785, -0.039384983, -0.055931773, 0.021888474, -0.020113502, -0.041366003, 0.013092369, 0.018663935, 0.02116263, 0.039261922, -0.0076576374, -0.084944315, 0.0039351964, -0.0057274695, -0.017083712, 0.012285484, 0.0062029487, 0.039745346, -0.05596285, -0.0248808, -0.043761056, -0.025979927, -0.019684458, 0.03356588, 0.031811655, 0.037114054, 0.010131922, 0.047009077, -0.0056881076, -0.057811797, -0.026177675, 0.02069439, -0.025112657, 0.039771475, 0.022270374, -0.0030909693, -0.015437807, -0.07198755, 0.041333582, 0.003131843, -0.0054398514, -0.032767646, -0.03903557, -0.061230727, 0.019119816, 0.024543423, 0.0034508891, 0.034319617, 0.033326108, -0.0058438233, -0.020906262, -0.03084315, 0.010728566, 0.022217229, -0.047123488, 0.04197461, 0.045177076, -0.009550903, 0.012004752, -0.04140149, -0.018921057, 0.0070006526, 0.030602297, -0.029344477, 0.005181454, 0.023836825, -0.006630271, 0.028650768, 0.03430991, 0.0018907501, 0.017792428, -0.01013638, -0.075198136, 0.036142793, -0.011369484, 0.025865516, -0.051486403, 0.026126118, -0.033629972, -0.013004794, -0.014650168, 0.013471622, -0.015041781, -0.0014368553, -0.0025200585, -0.04251736, 0.019509664, 0.015502076, 0.027698044, -0.022287678, 0.036792535, -0.017555313, -0.018898055, -0.007252252, 0.010011375, 0.015840014, -0.03003487, 0.045427084, 0.009205196, 0.025023669, -0.027730001, 0.042821042, 0.00726161, 0.005244575, 0.018888786, 0.051920302, 0.054209244, -0.057299066, -0.0030267893, 0.014329622, -0.025376087, -0.005011867, 0.006054461, 0.04687648, 0.03231918, -0.0022529212, 0.036281336, 0.029765388, -0.0061814087, -0.042264875, 0.053123746, 0.010527993, 0.027895615, 0.04242943, 0.04003314, 0.010518812, 0.011438696, -0.010770235, 0.025342187, 0.029265732, 0.008109678, -0.014682479, -0.010362025, -0.013695501, -0.005155588, -0.0013426599, -0.019895183, 0.01364889, -0.013289587, -0.008356643, 0.02134974, 0.026013117, -0.005906326, -0.015362239, 0.02810431, 0.033953432, 0.00020516415, -0.025185047, 0.03216573, -0.0038709505, 0.051626503, 0.050489448, 0.026306387, -0.0664294, 0.03862736, 0.0006645765, 0.0044115586, 0.020184524, -0.036336303, -0.009400826, 0.026445428, 0.009282177, 0.030184556, 0.035551663, 0.061374806, 0.009145166, -0.049506355, 0.013951273, -0.019740606, -0.07687617, -0.012109982, -0.030069085, -0.010673832, -0.030941121, 0.0026263923, 0.011495306, 0.016469983, -0.06949168, -0.0044560526, 0.013031058, -0.060594227, 0.04851055, -0.027460216, -0.03234319, 0.027257875, -0.041580874, 0.039644353, 0.07407379, 0.001069961, -0.030505897, -0.025333006, -0.034560096, 0.00981239, 0.033267878, -0.045102477, -0.0031413774, -0.014324323, 0.03649238, -0.023970881, 0.031544782, 0.039698556, 0.011250658, -0.027037725, -0.016997904, -0.038045414, -0.028032891, -0.0032685015, 0.03463496, -0.0010300583, 0.034609534, -0.020578917, 0.007460771, 0.015464645, 0.060368404, 0.023545852, 0.021141175, 0.010902655, 0.021885648, 0.03046564, -0.009891137, 0.023452673, 0.009616231, -0.0026000848, -0.013845932, 0.075398706, -0.045996323, -0.044451762, 0.02721868, 0.0021226192, -0.025953796, 0.0025195729, 0.050543126, 0.07119655, -0.0051146257, 0.0120510105, 0.008616189, -0.052795336, 0.039600566, 0.023820227, -0.024787078, 0.013937037, -0.0071053538, -0.065781064, -0.0047897534, -0.026054258, 0.057197366, 0.029477779, -0.01072221, -0.033238247, 0.015144717, -0.0016778614, -0.041432567, -0.046385463, 0.026862731, 0.015094926, -0.017021386, -0.042403653, 0.011001884, -0.027448386, 0.039141573, 0.008940001, -0.012366348, -0.013518587, -0.0044538123, 0.047871396, 0.050975345, -0.002563669, 0.0035067047, 0.034787416, -0.015064557, 0.023064546, -0.00764775, 0.030200798, -0.016429376, 0.0089975605, 0.00081924413, -0.0032379564, -0.0050160354, 0.0036293925, -0.025666706, 0.035117675, 0.0077032787, 0.008104337, -0.07780294, 0.0041802637, 0.03386868, -0.061249796, -0.003969803, 0.026580453, 0.04846041, 0.011641036, -0.038987458, 0.025749689, 0.04730005, -0.014799362, -0.026514553, 0.044353593, 0.013847211, -0.003812001, -0.042971473, 0.011527684, -0.014526398, -0.0080371555, -0.05869981, -0.021788538, 0.033141956, -0.015134476, 0.038183838, -0.034258883, 0.002711804, -0.022037843, 0.0312584, -0.014992873, -0.014073695, -0.019957952, 0.03186471, 0.041300144, -0.011457853, 0.015310066, 0.0247387, -0.0020682383, 0.032264974, -0.02131765, 0.017692208, 0.026806938, -0.0038343803, -0.038265232, -0.036870223, 0.05363295, -0.0048617898, -0.027433908, -0.023743954, -0.06157114, -0.016235985, 0.01597526, 0.02231584, -0.03799792, 0.005990734, 0.08177751, 0.018930541, 0.02698915, 0.03467305, 0.0080591375, -0.058008134, 0.006236275, -0.029867098, 0.026198376, -0.06842807, 0.01765683, -0.034555152, -0.010061894, 0.011157456, 0.0076168515, 0.0004961371, 0.013628761, 0.012760433, 0.04596595, -1.1299919e-05, 0.05061304, 0.004663688, -0.04289308, 0.047660936, -0.01861238, 0.06593008, 0.00018997988, -0.08066589, 0.054253735, -0.029568357, -0.035908315, -0.022226764, -0.027580278, 0.030049307, 0.021099774, -0.008123229, -0.01212254, 0.010475025, 0.05962261, -0.02906604, -0.040193457, 0.009395794, -0.014169745, 0.04458842, 0.015363917, -0.018500792, -0.023346867, 0.040329408, 0.02656399, -0.0043356377, -0.013412297, 0.015641384, -0.016954646, 0.03656371, -0.037952542, -0.005384764, 0.031704042, 0.05727505, 0.022296328, 0.017175259, -0.036854684, -0.021481322, -0.041948125, 0.05564292, 0.025070282, 0.02443316, -0.060852885, -0.027777674, 0.008969267, -0.03521302, -0.03497669, -0.01506544, -0.02032255, -0.013505654, -0.025077345, 0.05706459, 0.015202628, 0.039873175, 0.014629817, 0.011003737, 0.03536592, -0.050654713, -0.024569025, -0.025725326, 0.012160787, 0.017369388, 0.007027137, 0.022375958, 0.036608737, 0.062180627, 0.06448722, 0.029468777, 0.049711168, 0.028475443, 0.055396438, 0.011669285, 0.006026035, 0.008915989, -0.020125162, -0.039011557, 0.006592796, -0.02300614, -0.05999692, -0.02361586, 0.01452216, -0.024307184, 0.08645991, 0.029158205, -0.015386826, 0.034997262, -0.0031932862, -0.035369452, -0.012601131, -0.037947245, -0.010538586, -0.06441236, -0.025835851, -0.001584637, -0.0036992226, -0.050194237, -0.07339439, -0.009503231, -0.024786372, -0.028222255, -0.017309181, 0.002642592, 0.0240163, 0.032329068, -0.022214934, -0.0003252258, -0.062036555, 0.011726446, 0.008919344, -0.035181943, -0.028928852, 0.027494645, -0.006158853, 0.017108783, -0.078864954, 0.020862121, 0.009427663, 0.046566613, -0.018951023, -0.018688124, 0.035090484, 0.017084064, 0.020330496, -0.002747381, 0.005978761, 0.06378239, -0.015640853, -0.0039018267, 0.008458342, 0.002186744, -0.07277501, -0.015289761, 0.013330903, -0.020226855, 0.00030068378, -0.01705759, -0.0007013012, 0.003730562, 0.021469316, 0.013087072, -0.026424153, -0.0070071416, -0.008331042, -0.00820277, 0.0076380386, -0.076665714, -0.024794493, 0.016281065, -0.02680142, -0.030150656, 0.01802337, 0.031161027, -0.011786698, -0.042021573, 0.036291808, -0.013381929, -0.036562297, -0.00954372, -0.034110922, 0.0027960236, -0.014814105, 0.00032734452, -0.004341111, -0.011868446, -0.01177169, -0.015799934, 0.036986552, -0.012456835, 0.009059169, -0.0059903692, -0.030712383, 0.051415157, 0.010471493, 0.00969533, -0.0040905704, -0.0004636498, -0.0005469867, -0.028116139, -0.066282496, -0.026284626, -0.016510595, 0.019238112, 0.009875069, -0.04345384, 0.023072667, 0.016094616, -0.00053762895, 0.05716629, -0.035812356, -0.022175958, -0.007243248, -0.014270385, -0.020387879, -0.04215011, -0.02349112, -0.00915576, 0.01888234, 0.0059882505, 0.011687647, 0.041460816, 0.004583353, -0.004087569, -0.0048323926, 0.0060309786, -0.01417928, 0.0064338916, -0.003431644, -0.037309505, -0.03884241, 0.005633716, 0.06965391, -0.006109107, -0.017263452, 0.0150423115, 0.01912158, 0.015233703, -0.08951513, -0.017558308, -0.021379491, -0.05359869, -0.017200595, 0.016630368, 0.022197278, 0.0181723, 0.040204756, -0.041655738, 0.04735019, 0.022346295, 0.033314988, 0.007627445, -0.008867788, 0.07028691, -0.060027286, 0.009791556, 0.05266892, 0.005157354, 0.004894277, 0.046254806, -0.01809576, 0.03818949, 0.014451006, -0.05610904, 0.040303987, 0.019611008, -0.035281878, 0.041545212, -0.017670954, 0.0049959766, 0.004691232, -0.02618615, 0.046550017, 0.013968112, -0.008879176, -0.05260324, -0.004539257, -0.028645469, -0.033605516, 0.013155225, -0.0152555965, 0.018721757, 0.0012666503, 0.010573899, 0.02411738, -0.026697822, -0.035006795, 0.047239307, -0.0052020233, 0.049839705, 0.058185402, -0.04688619, 0.028795812, 0.0027469397, -0.02808745, -0.027108505, -0.04517317, -0.010070523, -0.025757989, 0.019175168, 0.007101293, 0.027050946, 0.042870477, 0.017859522, 0.044158667, -0.1189712, 0.0006862273, 0.008426914, -0.026649445, -0.027222741, -0.049890112, -0.0060479282, 0.018498674, 0.013293824, -0.011875289, -0.035736345, 0.059138123, -0.042598575, -0.035927515, -0.01612569, 0.011273434, -0.091879636, 0.004464174, -0.00944991, 0.0786326, 0.014914988, 0.042565737, -0.019625135, 0.023817405, -0.05015169, 0.03245372, 0.031048292, 0.005185515, -0.011321988, 0.029111415, -0.013147456, 0.001464752, 0.020432549, 0.028844455, -0.04679208, 0.058028616, 0.010139558, -0.029785879, -0.05030159, 0.0021695844, -0.057120387, 0.04867016, -0.008933292, 0.02748564, 0.030610068, -0.04049891, 0.08503472, -0.010782594, 0.029710697, 0.04277143, -0.004482007, 0.00933797, 0.01701132, -0.031931452, 0.01385935, 0.014241429, -0.034503244, -0.014593844, -0.025342893, -0.0054103187, -0.018006422, 0.009704512, 0.04364664, 0.0064388346, -0.031729113, -0.003783354, 0.059429098, 0.018071396, -0.037414033, -0.04367348, 0.020439435, -0.037378363, -0.01084086, 4.7848094e-05, -0.027739888, 0.006306767, -0.07212032, 0.01853116, 0.017134031, 0.006857285, 0.007799769, 0.036434647, -0.0084638605, 0.0056895087, -0.0047705076, -0.009730643, -0.010191821, 0.0066246656, 0.038715996, 0.027469749, 0.0322136, 0.04457571, -0.01146849, 0.011249069, -0.040130246, 0.033454333, 0.069446474, 0.03253441, 0.01560201, -0.019252943, 0.02831698, -0.019105691, -0.014994286, 0.00020198605, -0.028075574, 0.048613664, 0.029387558, -0.03352545, -0.006625637, 0.017662833], [0.021204228, -0.084108174, -0.050547093, -0.03580944, 0.041359518, 0.03593634, -0.006220993, -0.04143721, 0.0019132936, 0.074587196, 0.033151254, 0.04392814, -0.03321059, 0.015934223, -0.030489037, 0.00982447, 0.010371407, -0.02772713, 0.05272756, 0.030167464, -0.02606187, -0.008371242, -0.008693567, 0.007641465, -0.015882956, 0.01111155, -0.00947129, 0.043672826, -0.00650179, 0.0327169, 0.005504378, -0.032713417, -0.02031044, -0.029122127, -0.0011543214, -0.051752836, -0.02089393, -0.037048414, -0.058364514, -0.032350115, -0.038299814, 0.007818371, 0.011814743, 0.028832873, 0.0058134203, 0.0396854, -0.005342633, 0.029635282, -0.044748265, -0.033429984, 0.042209778, -0.029425146, -0.012052412, 0.006621801, -0.00043229692, 0.020333461, 0.0103589855, 0.022769958, 0.034006514, -0.013273983, 0.0066661066, -0.020915685, -0.0755298, 0.0015120576, 0.0034138323, 0.023615407, 0.011615368, 0.016837506, -0.041539744, -0.05075153, -0.014740818, 0.017997287, 0.03659934, 0.0005209874, 0.04434461, 0.02967745, -0.079467624, -0.017902978, -0.025358042, 0.019720145, -0.020301973, -0.008865093, -0.010002009, -0.03959789, -0.014586382, -0.012794493, 0.016176956, 0.004268062, 0.04328855, 0.024294704, -0.031893924, 0.0031561472, 0.091395035, -0.039525893, -0.0008149081, -0.0069211805, -0.006286621, 0.059748728, 0.018605856, 0.016235184, 0.067269325, -0.06477681, -0.036915604, -0.009694717, 0.007827074, 0.009097759, 0.010100113, -0.00011620353, 0.002095026, 0.029095385, 0.014046168, -0.020386787, -0.0067879474, -0.069998555, 0.009795354, 0.0010017832, 0.023821902, -0.01462679, -0.017401058, 0.012210014, 0.022013675, 0.02925805, -0.0017858356, 0.0845555, -0.035919134, -0.018999228, 0.016700078, -0.012941098, -0.07081504, 0.012494204, 0.022847729, 0.024715925, 0.03802678, -0.012000195, -0.046713386, 0.030462056, -0.007812991, 0.045281835, -0.011034647, 0.03752209, -0.045106985, -0.0068523493, 0.0050280625, 0.010845399, -0.0037126334, -0.003986562, 0.016752612, -0.017066235, -0.004780742, -0.0092071965, -0.019840086, -0.017726704, -0.025163097, 0.018618515, 0.02464923, -0.052220263, -0.025188098, -0.0074935947, -0.039581433, -0.0007199674, -0.022702867, 0.000772343, 0.018780546, -0.0075632967, -0.017632397, -0.04874828, 0.016401332, 0.03132325, -0.02946328, -0.01315234, 0.060697522, 0.008276935, 0.01452277, 0.0040642554, -0.051983543, -0.0067490214, 0.044869002, -0.0039897272, 0.032827348, 0.0048199836, 0.00251593, -0.0005711873, -0.0038552275, -0.023542874, -0.027628392, 0.04308538, 0.012656393, -0.05384747, 0.03659444, 0.02218544, -0.018543828, -0.034741513, 0.010347119, 0.01959672, -0.013932239, -0.005973039, -0.0321058, -0.020482043, -0.010002958, 0.02078902, -0.024628263, 0.0011956205, 0.03499326, -0.013235691, -0.031657677, 0.006446319, 0.050600257, 0.011030217, 0.06334985, -0.021358505, -0.008993698, 0.022923762, 0.020852787, 0.030145906, 0.026204439, 0.035787757, -0.0070196027, -0.013555958, 0.0017697945, 0.054618787, -0.021911692, 0.028871167, 0.077060245, -0.013716724, -0.06632877, 0.006552494, -0.038515408, 0.013553267, 0.026283398, 0.020481253, 0.06087095, -0.03922319, -0.018678486, -0.05253531, 0.0048047933, -0.028153732, -0.01723238, 0.056637857, -0.06314521, -0.0043432233, 0.020923756, 0.057469856, 0.0046065254, -0.01505846, -0.016061127, -0.041877735, 0.01836977, -0.009511639, -0.0037806202, 0.0045998795, 0.021288881, -0.005611315, -0.0676839, 0.04018083, 0.022230694, -0.020800887, 0.016450701, -0.018897956, 0.009823836, 0.054348517, 0.028175568, -0.04805521, 0.00540205, -0.04476488, 0.024273185, 0.00049385015, 0.03760018, -0.025198383, -0.0026190989, -0.05444093, -0.051665492, -0.039820053, 0.02960316, 0.0011706195, -0.055684432, 0.021593325, 0.026450811, 0.014590496, 0.04505524, 0.024525112, -0.035375874, 0.018823745, 0.0021580034, -0.027977299, 0.017436976, 0.019526543, 0.023598475, -0.03227076, 0.019863347, -0.05615643, -0.014489225, -0.0022602228, 0.030427722, 0.05243673, 0.01765265, -0.013949961, 0.045374084, -0.035840135, -0.02758045, -0.03310133, 0.010508439, -0.023149088, 0.03952083, 0.032887477, 0.012394199, -0.029377677, -0.05864593, 0.018637503, 0.00783103, 0.0057148007, -0.014994151, -0.03870513, -0.047224164, 0.008024036, -0.0018459648, 0.005885377, 0.0073865484, 0.05268389, -0.02238529, -0.0038469995, 0.025242848, 0.02367601, -0.009778897, -0.01962188, 0.0377149, 0.046231717, 0.008831389, 0.037282206, -0.03846335, -0.014880065, 0.022381136, 0.018341605, -0.037475727, 0.004001357, -0.002017491, 0.0090329, -0.0060319025, 0.00045065212, 0.015172799, 0.026799718, -0.0068784575, -0.078333914, 0.0021627503, -0.00091871, 0.07080302, -0.0841808, -0.005826465, -0.06818012, -0.001993182, -0.016495956, 0.030953536, -0.027023938, 0.013137901, -0.0054287123, -0.017947601, 0.050788876, 0.020814573, 0.0045751156, -0.021412462, -0.018449679, 0.008601949, -0.026283398, -0.044872325, 0.053240716, -0.0060888673, 0.00016820338, 0.069080636, -0.03876811, 0.00815731, -0.062131763, 0.04530842, -0.0033090017, -0.0053519686, 0.019853773, 0.023573631, 0.051723093, -0.061065264, -0.001205985, 0.041459363, -0.007282668, 0.020952158, 0.0010763117, 0.045135625, 0.04378913, -0.004318143, 0.028921485, 0.038035166, 0.038581233, -0.032992546, 0.06781681, -0.002304212, 0.03363498, 0.026880892, 0.017726073, 0.016372848, 0.032753292, 0.055916306, 0.028058633, 0.030448766, -0.027769698, -0.00831412, 0.018550316, -0.0129084615, 0.010048529, -0.04967553, -0.019350449, 0.015107132, -0.010742467, -0.010635738, 0.02478918, 0.0015658896, -0.04274502, 0.0008514603, 0.023536129, 0.030424872, -0.03427298, -0.0035988875, 0.043407228, 0.016544059, -0.0075495704, 0.014258637, 0.065369874, -0.0620691, 0.029580692, 0.052328177, -0.00025127653, 0.033076726, -0.05927468, -0.03469072, 0.041339897, 0.0413467, 0.023154626, 0.026770761, 0.07625721, 0.033113755, -0.053476963, 0.011133069, -0.010666515, -0.082574405, -0.01026717, -0.039758656, -0.06055648, -0.014910129, -0.009805164, -0.010829892, 0.02243814, -0.05229558, -0.0071164425, 0.02690415, -0.071977116, 0.007936414, -0.015950443, -0.018123874, -0.014889241, -0.02670348, 0.029068327, 0.08165032, -0.02145851, -0.008158417, -0.020779999, -0.0071489993, -0.009043858, 0.020769872, -0.0691156, 0.008212059, -0.03673875, 0.03684714, -0.03478645, 0.008540554, 0.02937467, 0.03150783, -0.056906223, -0.055740982, -0.02994558, -0.015041147, 0.015360782, 0.06448098, -0.020361628, 0.022049673, -0.00878827, 0.0020723192, 0.010758686, 0.049894847, 0.021661999, 0.018220952, 0.008174597, -0.005497386, 0.018645257, -0.026076825, 0.0044425945, 0.0042322613, -0.012560029, -0.0059095873, 0.09164441, -0.034809235, -0.05980666, -0.0018293104, 0.02568171, -0.026545752, 0.022732297, 0.021600287, 0.028642993, -0.02288452, 0.013708653, 0.03826239, -0.047006514, 0.025071321, 0.035989508, -0.011316305, -0.0040450697, -0.0081927935, -0.040456787, -0.0365029, 0.028232057, 0.0371769, 0.0052613, -0.0069890637, -0.03537967, 0.0033444464, 0.0017725438, -0.0137528, -0.02102121, -0.005747397, 0.02999843, 0.0056078336, -0.056202393, 0.0148292715, -0.031537578, 0.03159755, -0.015945774, -0.004281195, 0.00933774, -0.017569736, 0.010371644, 0.0017905827, 0.00074433547, 0.0054456433, 0.006812019, -0.01466898, 0.028627804, -0.035868555, 0.024837371, -0.002648214, 0.03154818, 0.0045229774, -0.033561558, -0.001975559, 0.03807409, 0.00088951574, -0.03278241, 0.023284536, -0.016459562, -0.055150453, -0.03215833, 0.056049224, -0.030049866, -0.010573552, 0.042541053, 0.0518174, -0.022895278, -0.06892952, -0.028276838, 0.044628482, -0.005609713, 0.010387053, 0.014349978, 0.0057692328, -0.009084565, -0.04830459, 0.013668937, -0.003730697, -0.042126477, -0.06068898, -0.028387442, 0.029700978, 0.0045463964, 0.042297177, -0.013166383, 0.0108468225, -0.017750915, -0.0004976478, -0.00763743, -0.0020940765, -0.02935568, 0.0052236402, 0.01863766, 0.012358833, -0.00089529133, 0.04524307, 0.00064528064, 0.046972096, -0.013706913, 0.03262948, 0.04276891, -0.01900892, -0.036770873, -0.0141151585, 0.04316355, -0.009715762, -0.03450685, -0.030127866, -0.04967079, -0.005008758, -0.018107735, 0.0112745315, -0.030807324, -0.018774217, 0.019626824, 0.012489219, 0.010756155, 0.052122474, 0.030591493, -0.022908295, 0.013050339, -0.0011233864, 0.008444189, -0.034701478, 0.015243945, -0.031556726, -0.016500317, 0.014358208, 0.021780834, 0.006831699, 0.022543367, -0.012044579, 0.014727684, 0.028186012, 0.038042445, 0.028730338, -0.036072426, 0.04864163, 0.0015279131, 0.063478015, -0.01668663, -0.096347146, 0.101211905, -0.011235288, -0.021592338, -0.05965444, -0.010911383, 0.022523744, 0.025083981, 0.036550924, -0.0188726, 0.023306688, 0.009816557, 0.022873126, -0.024382684, -0.0321808, 0.0076345024, 0.053383447, 0.0006351537, 0.004132079, -0.033187173, -0.015101593, 0.023231369, -0.008419188, 0.010140701, 0.017546633, 0.0012400845, 0.034377493, -0.036709793, 0.02674481, 0.06373499, 0.030860135, -0.020828735, 0.0058287294, -0.06626782, -0.011485932, -0.011872971, 0.028106894, 0.051331777, -0.010054068, -0.03865924, -0.023948016, 0.027340405, -0.045906108, -0.060265858, 0.008825692, 0.008820154, -0.028286966, -0.029779118, 0.008973959, 0.00057304656, 0.032975454, 0.0119976625, -0.0057923356, 0.060112372, -0.03921686, -0.016982133, -0.03046534, 0.021122418, 0.0384874, 0.0052331346, -0.025454883, 0.020989977, 0.06411666, 0.05215064, 0.026854388, 0.022429753, 0.0310355, 0.045209523, 0.02250183, 0.02041416, 0.0067289257, -0.040092766, -0.013755017, 0.03329129, -0.032967504, -0.04317019, -0.018930633, 0.01720105, -0.012904921, 0.039569683, 0.032860417, 0.002658183, 0.041297328, -0.030170351, -0.035274923, -0.011976618, -0.008244655, 0.010659315, -0.063424855, -0.0364275, -0.0054448526, 0.0052470593, -0.035409737, -0.082125016, -0.034511283, -0.010604566, -0.0055673257, -0.040466912, -0.014605527, 0.016208522, 0.016831888, -0.011978833, -0.02674054, -0.044622947, -0.034873005, -0.0012792476, -0.016903251, -0.042304333, 0.049751487, -0.03195785, 0.011929622, -0.07766787, 0.010989709, 0.0066777375, 0.02775593, -0.0240496, -0.020010978, 0.04057736, 0.024118908, 0.020583902, -0.032164622, -0.0059989896, 0.04595291, -0.010626402, 0.006280964, -0.009980172, -0.005319847, -0.049744528, -0.03660852, 0.012573875, -0.030712701, 0.01701643, -0.015947474, 0.0140292365, 0.0046707685, 0.03910056, 0.027869422, 0.012669725, -0.005717807, 0.012982733, -0.0121327955, 0.009928271, -0.07541397, -0.03585746, -0.0030582, -0.042939804, -0.03296628, 0.024068115, 0.028488198, -0.042437885, -0.03891305, 0.030489275, -0.008381686, -0.03486541, -0.007866158, -0.05304312, -0.0050331256, 0.018611474, -0.02405957, 0.026926147, -0.009746302, 0.023109054, -0.0019266644, 0.03789339, -0.039027613, 0.010633206, 0.0061758957, -0.036583837, 0.055273242, 0.029512016, -0.00066458527, -0.009166214, 0.016408453, -0.027874606, -0.020702545, -0.04522155, 0.037547328, -0.03691225, 0.0055938303, 0.037431974, -0.0103881005, 0.01106756, 0.010264046, 0.0015893083, 0.038836464, -0.019069642, -0.004494495, 0.036557253, 0.007034833, 0.011998772, -0.04734577, -0.014655055, -0.01240401, 0.0002118761, -0.030520447, 0.028843634, 0.026705885, 0.016445797, -0.015603593, 0.028208798, 0.0012854978, 0.015440531, 0.018981466, -0.011663313, 0.002550425, -0.026225327, 0.0011974402, 0.071664765, -0.018797636, -0.0092988135, 0.017672906, 0.03150324, 0.037886422, -0.06733135, -0.026254442, -0.056627728, -0.032716583, -0.038499743, -0.036465477, 0.0004405251, 0.0031430137, 0.0042452756, -0.0074224677, 0.040828954, 0.03480069, 0.023482488, -0.029103773, -0.0088124005, 0.061788075, -0.062831156, 0.016945027, 0.05313747, 0.0189353, 0.02955727, 0.041820534, -0.026806206, 0.029411932, 0.040259074, -0.026090987, 0.05406306, 0.04530794, -0.031831738, 0.013823374, -0.026254915, -0.008738822, 0.004273916, -0.033736087, 0.01574276, 0.011608089, 0.02493524, -0.028805658, 0.0029288034, -0.0044843685, -0.056073118, 0.031084867, 0.005359722, 0.011761261, -0.00812582, 0.0028399944, 0.017602649, 0.0026971085, 0.014255671, 0.03257797, 0.014865977, 0.051919304, 0.040163144, -0.06424261, 0.05276554, 0.009503253, -0.055993527, -0.02996805, -0.0140211675, 0.014493023, -0.033571683, -0.016600708, -0.00585197, 0.02492788, 0.050254676, 0.059474688, -0.021036973, -0.07014476, -0.0144650545, -0.0028662614, -0.028719261, -0.0269771, -0.009686489, 0.01633155, -0.0033933409, 0.013307608, -0.02814582, -0.01935399, 0.05075406, -0.004518072, -0.048657134, 0.009371918, -0.009764024, -0.046196666, 0.036820713, -0.010024478, 0.05627973, 0.03656295, 0.043701228, -0.057168894, -0.0060015214, -0.031144444, 0.016313037, 0.008465551, 0.010396369, -0.019150183, 0.029671496, -0.02762428, -0.007641465, 0.0400271, 0.022046825, -0.025333516, 0.06510784, 0.010288571, -0.019748943, -0.013961196, 0.018900173, -0.021864539, 0.067509286, 0.0028772983, 0.03286026, 0.031798825, -0.01090806, 0.09538128, -0.0074144774, -0.010205181, 0.03943459, -0.024723837, -0.0069990326, 0.022353424, -0.010165939, -0.005474284, -0.008876644, -0.036474973, -0.018614875, -0.01681555, -0.018822322, -0.01188136, -0.010577508, 0.039491557, -0.034969687, -0.019779323, -0.03536274, 0.054260537, -0.0139404675, -0.023256687, -0.03739147, -0.0136588095, -0.03342421, -0.019505262, 0.019047331, -0.019758437, 0.007361944, -0.049053986, -0.013696628, -0.012402426, 0.030287364, -0.024231413, 0.01767417, 0.01815362, -0.005515346, -0.02684533, 0.014062941, -0.03333267, 0.0034988832, 0.030601777, 0.016216988, 0.020116482, 0.04521965, -0.016308608, -0.0027262238, -0.028825594, 0.030390853, 0.052954473, 0.02706371, -0.008127117, -0.016991863, 0.04335501, -0.041259617, 0.022792744, 0.01058708, -0.023887094, 0.03364542, 0.025404882, 0.008825495, 0.002174618, -0.001944198], [-0.007453214, -0.10562149, -0.011380034, -0.026763432, 0.03351734, 0.021013683, 0.013018015, -0.035296686, 0.021666309, -0.010417243, -0.026584677, 0.041736227, -0.027074035, -0.036776267, -0.036142334, 0.0036396638, -0.0021286681, -0.03806559, 0.028719984, 0.0716712, -0.0092252605, -0.00021547731, -0.008242781, -0.0032328232, -0.033178415, 0.011464874, 0.018009335, -0.022584742, 0.035932943, 0.03437593, 0.007847223, -0.031026933, -0.0005875849, -0.03978587, 0.037552338, -0.0022390613, -0.00693598, -0.022866916, -0.014142081, -0.034533005, -0.0950631, 0.030427208, -0.01649806, 0.023037046, -0.010732717, 0.06976332, 0.012656305, 0.041512344, -0.016606353, -0.04896246, 0.011230261, -0.017833734, -0.031961434, 0.01829212, 0.0026175845, 0.025845774, -0.029043863, 0.0033715342, -0.019921115, -0.028789893, -0.018966427, 0.031933118, -0.05088153, -0.003343659, -0.002998984, -0.013544541, 0.026483534, -0.007617366, -0.023784801, -0.052355234, -0.009829658, 0.055866584, 0.028486365, -0.04734926, 0.014996523, 0.018267343, -0.06743566, -0.028954485, -0.02138402, -0.0100408215, 0.009477904, 0.052775566, -0.039120413, -0.067130804, -0.05953899, 0.046905026, -0.005405516, -0.0022647239, 0.0072005703, 0.019896476, -0.085688286, -0.041387573, 0.0736074, 0.050901312, 0.00871953, 0.010521663, -0.028495932, 0.026644189, 0.022921564, 0.03969915, 0.022135315, -0.019039156, -0.0290432, -0.048604183, 0.012079118, 0.008839354, 0.04005931, -0.04488941, 0.0023954704, -0.008077004, -0.012879967, -0.0035016167, 0.028869534, -0.09193226, 0.032799672, 0.019508881, 0.009511088, -0.015702853, -0.022039523, 0.015455962, 0.014218958, -0.014982931, 0.022223806, 0.025691353, -0.02594754, 0.0053944546, 0.011021642, 0.022205887, -0.05890893, -0.025789581, 0.024301924, -0.00043891885, 0.03191409, -0.04593162, -0.051044673, 0.009302027, -0.014906207, 0.06313706, 0.010944654, 0.009782758, 0.009318177, -0.00079067337, 0.02793816, 0.019069077, 0.018010274, 0.009319946, 0.02857751, -0.03401444, -0.03331569, 0.01674971, -0.022191508, -0.021253938, 0.014102038, 0.032856084, -0.006698822, -0.053998526, 0.024362542, 0.016268749, -0.039773703, -0.018637238, -0.005071017, 0.022485742, 0.032159656, -0.010496001, 0.020729182, -0.04364588, 0.028893095, 0.0009760635, -0.017093943, -0.00029290756, 0.033525527, 0.020661484, -0.012049473, 0.03170359, -0.010576972, 0.02505908, -0.005719219, 0.0047152806, 0.036935553, 0.06438391, 0.0010997306, -0.031545304, 0.01489061, 0.0015977178, -0.019396938, 0.042695478, -0.024858205, 0.020859707, -0.005304082, -0.010488037, 0.0331897, -0.004119731, 0.034247175, -0.013806365, -0.013762672, 0.009043852, -0.005196233, -0.0027649233, -0.021864532, 0.027482426, 0.024625361, -0.01521955, 0.014420885, -0.0036644416, -0.02873724, -0.030722551, 0.018464679, 0.012158761, 0.025046691, -0.027952537, 0.022097483, 0.021983108, -0.0058112503, 0.08158227, 0.0013325744, 0.012250791, -0.0025202436, -0.028641224, 0.042322487, 0.057328466, 0.008463734, -0.0049647163, 0.0013928595, -0.023005411, -0.044126388, 0.017416053, -0.021643743, 0.01124962, 0.02720943, 0.0035231037, 0.02979914, -0.007175129, -0.018750507, -0.004755544, -0.028230624, 0.0077270954, -0.022516603, 0.039825913, -0.01486019, 0.02921996, -0.014461757, 0.014549807, 0.02474405, -0.016630357, -0.036498737, -0.037329342, -0.041307926, 0.021237124, -0.0180689, 0.022045054, 0.073745444, 0.0109057175, -0.009040644, -0.0058227545, 0.014644824, -0.014403795, -0.008550068, -0.007993014, 0.0077257683, 0.046607252, 0.0042416286, -0.04445292, -0.043902062, -0.046005066, 0.054804683, 0.007894345, 0.0046285586, -0.021072088, -0.03360561, -0.04247956, -0.04214683, -0.08782049, 0.022963597, -0.0034396728, -0.028984683, 0.0037567772, 0.031857014, 0.022561016, 0.061303515, -0.023577191, -0.057964724, -0.008582147, -0.01884901, -0.016781898, 0.031846836, -0.0014335655, 0.010955273, -0.021361897, -0.037972674, -0.044215325, -0.02441663, -0.026374068, 0.049806893, 0.063926406, 0.081327416, -0.017109428, 0.06409366, 0.0045307754, -0.026328936, -0.019546049, 0.027301904, -0.037807874, 0.03403922, 0.036632027, 0.010067259, 0.03573472, -0.031526055, 0.036086917, -0.01389895, 0.0015185176, -0.010958813, -0.028889, -0.021365438, 0.008904035, 0.022871124, -0.031283144, 0.041177846, 0.04373415, -0.027338656, -0.048961576, -0.028104082, 0.0040033646, 0.00071324315, -0.036231603, 0.025599767, 0.04979959, 0.049038567, 0.028581493, -0.039288547, -0.04679729, 0.05625506, 0.07719308, 0.021199515, 0.011192432, 0.041578714, -0.014875234, -0.019987054, 0.01606213, 0.036714323, 0.035505082, -0.0057112547, -0.02442548, -0.040669017, 0.0006083805, 0.052470714, -0.059405696, -0.022032665, -0.02124155, -0.022924056, 0.028808916, 0.032685407, -0.016302163, -0.0024582995, 0.00808239, -0.013831807, 0.013194555, 0.017693032, -0.021340659, -0.03002258, 0.008993744, -0.004944474, -0.019962844, 0.012749885, 0.027880197, 0.008711124, -0.035638265, 0.06634754, 0.000700322, 0.059154935, -0.036295757, 0.046553716, 0.009158007, -0.038233727, 0.008308264, -0.006997371, 0.05186145, -0.07225347, 0.021647727, 0.018667657, 0.024334224, 0.02295143, -0.0061868974, 0.031484462, 0.04991994, 0.01079654, 0.063541025, 0.044559333, -0.0008379058, -0.05462416, 0.026406588, -0.009955206, 0.02634022, 0.044858217, -0.002938699, 0.0035621782, -0.0035352437, -0.0111826975, 0.0035217486, 0.013985671, 0.02498519, -0.010910695, -0.015113719, 0.020303536, -0.014948683, 0.025172792, -0.033887014, 0.004247602, 0.013304313, 0.00896255, 0.008389899, 0.049555354, -0.036757685, 0.008571306, 0.03226673, 0.025613923, -0.03074202, -0.008178404, 0.036336463, -0.029041208, 0.01224139, 0.045522787, 0.03841779, -0.03133049, 0.03208344, 0.014828334, -0.031529594, 0.013240599, -0.019408885, -0.025528308, 0.014938285, 0.009345388, 0.042235322, 0.030863253, 0.07776651, 0.021018771, -0.0008539449, 0.009784086, 0.020426871, -0.04765256, 0.00550894, -0.08069382, 0.0017751436, -0.004098493, -0.007963369, 0.022953661, 0.052556105, -0.0655989, -0.0025924752, 0.04270521, -0.04578384, 0.018417558, -0.025690027, -0.028904045, -0.01333747, -0.057435542, 0.036453385, 0.09232162, -0.0434335, -0.03636084, -0.034150716, -0.02398302, -0.010720106, 0.023791881, -0.013952487, -0.00970649, 0.002230876, 0.044543184, -0.018298896, 0.009393395, 0.048023563, 0.03512944, -0.023951164, 0.02395039, 0.023478508, -0.058402974, -0.029389866, 0.040243376, 0.01259237, 0.01834256, 0.02209505, 0.0025445789, 0.028050873, 0.030028332, -0.031653594, 0.05233593, 0.01637893, 0.011157919, 0.015405521, -0.027372032, -0.022280663, 0.020931551, -0.00076810794, -0.0009562635, 0.062206127, -0.004758697, -0.03680901, 0.014325037, 0.0017227952, -0.04641036, -0.017640822, 0.05322599, -0.0042812284, -0.03735575, 0.01172869, -0.015114771, -0.052047282, 0.006059027, 0.04488996, -0.018259378, -0.021865414, -0.04024603, -0.010640132, 0.044068873, -0.039033692, 0.046162583, 0.02595351, -0.016538436, -0.053957373, 0.019853447, -0.001487103, 0.024926344, -0.012304772, 0.010554737, 0.02347154, -0.023350637, -0.013719311, 0.024991827, -0.046463456, 0.049020864, 0.005806826, -0.030482737, -0.028804936, 0.0070191617, 0.020393798, 0.014233005, -0.009967539, -0.009362422, 0.05080132, 0.0022751219, -0.023863448, -0.031432252, 0.022295486, -0.012452967, 0.011716302, -0.024140758, 0.012785282, 0.0069130827, 0.008769528, 0.048531063, 0.028709363, 0.01526128, 0.0028113814, -0.09672497, -0.05025267, 0.026023641, -0.014674579, -0.016243316, 0.02945004, 0.02668025, 0.028647419, -0.06206157, -0.03721784, 0.0393589, 0.019959304, -0.032115187, 0.01326911, 0.004428125, -0.07138803, -0.054953348, 0.030098682, -0.021220312, -0.025161732, -0.06092477, -0.014174713, 0.016838644, -0.017735729, 0.06636258, 0.0013616661, 0.0032064968, -0.031213569, 0.029039437, -0.033802062, -0.01906775, -0.019987898, 0.040002786, 0.014808008, 0.00020662813, -0.0061552613, -0.013617989, -0.025144918, 0.0242058, -0.014225484, 0.045149796, 0.026123581, -0.03336137, -0.023318449, -0.04052035, 0.012949434, -0.0026024303, -0.03036499, -0.018946571, -0.03114731, 0.026182925, -0.014110002, 0.011665862, -0.01941353, -0.018332163, 0.013126859, 0.0056599295, -0.009029251, -0.010384059, -0.0039644283, -0.048209835, -0.0055183982, -0.031508356, 0.0059537217, -0.044586547, -0.022824222, -0.008933763, -0.042373367, 0.049120415, -0.006366536, -0.013063146, -0.005070796, -0.01753795, 0.01447503, 0.013795856, 0.0728269, 0.03638292, -0.020503527, 0.05826294, 0.008314238, 0.055091396, 0.040574335, -0.078210734, 0.07231365, 0.012209421, -0.009930097, -0.0094487015, -0.035476323, -0.029913293, -0.004857752, -0.02709793, -0.020714138, 0.0101599535, -0.0052564074, -0.0032932188, -0.03931111, -0.043868877, 0.0016919613, 0.032097243, -0.0039712866, 0.0095163975, -0.05558695, 0.011376494, -0.010712474, -0.0030737594, -0.0043064486, 0.0024078593, -0.016808115, 0.03379603, -0.015601973, 0.020739801, -0.0041254833, 0.01330517, -0.017481094, 0.0028463358, -0.028886126, -0.015644006, -0.039307795, 0.03821072, 0.0239901, -0.009275701, -0.00761272, 0.006219197, -0.015001998, -0.036954135, -0.011831009, -0.032823343, -0.007944122, -0.06629887, -0.037819583, 0.06071947, 0.014725462, 0.019628456, 0.06005401, 0.026630692, -0.009839392, -0.07022347, -0.05328484, -0.06888902, -0.002568472, -0.036001965, -0.0027874887, 0.02155304, -0.018825725, 0.041817863, 0.012871562, 0.037415177, 0.03436221, 0.03670105, 0.04917484, -0.017025804, 0.01668489, 0.023465123, -0.004894628, -0.03542677, 0.012366716, -0.028319115, -0.034672044, 0.0019477025, 0.012326453, -0.014558655, 0.045342263, 0.01133092, -0.05663823, 0.048323553, -0.0053640073, -0.044352043, 0.033779055, 0.00012964035, 0.017788602, -0.027696135, -0.0002935712, -0.025250666, 0.018909626, -0.052284442, -0.056300193, -0.026903689, -0.0015946205, -0.051629376, -0.039819498, -0.008953369, 0.013203848, 0.013214024, -0.004222382, 0.013622966, -0.030375661, 0.06231055, 0.01459914, -0.0031839316, -0.007200791, -0.0003114908, -0.015139161, -0.01530265, -0.061359264, -0.031628817, 0.034402035, 0.0023514458, 0.013095003, 0.017533083, 0.04044956, -0.0013725064, -0.019531889, -0.004748465, -0.002063184, 0.030473445, -0.006064171, 0.0038193022, -0.012960495, 0.03306227, -0.055748004, 0.00091212825, 0.040165946, -0.029034128, -0.023855733, -0.011907775, 0.027018288, -0.013003082, 0.027664278, 0.017501889, -0.028485479, 0.04396119, 0.014907534, -0.0073505635, 0.006949254, -0.05780632, -0.015583943, -0.0139621105, -0.026984662, -0.0427322, 0.0032226467, -0.006476708, -0.011270967, -0.016330259, 0.10677055, -0.028196776, -0.027487293, 0.020395126, -0.02252468, 0.019894926, -0.01035176, -0.021110581, 0.023972237, -0.039819498, 0.04450779, 0.012951204, 0.015393353, -0.014680332, 0.008524406, 0.019503873, -0.04307068, 0.08481319, -0.007863483, 0.005696211, -0.015468571, 5.685592e-05, -0.036309917, -0.013068454, -0.07180925, -0.022591934, -0.024582442, -0.029724253, 0.029323276, -0.007654533, -0.017514277, -0.0025680293, -0.02585639, 0.03125704, -0.014679889, 0.00395121, 0.032805644, 0.0011539318, 0.029318796, 0.010537592, -0.024009148, -0.019379241, 0.00049157144, -0.004109555, -0.00322685, 0.050627872, 0.0041566766, 0.041553494, 0.055110864, 0.046269216, -0.035563048, -0.03628868, 0.0074058706, 0.0025202436, -0.08701743, -0.015916118, 0.047672253, 0.012218492, -7.5217945e-06, 0.0039324607, -0.008845631, 0.0043946225, -0.046213023, 0.022295486, -0.021155711, -0.05276583, -0.009883749, 0.007538387, 0.034350265, -0.017791258, 0.0051842863, -0.010664135, 0.038438197, 0.02444849, 0.010822978, -0.02529093, -0.008373528, 0.044867065, -0.027172264, 0.012825987, 0.039471284, 0.0087712975, 0.039214212, 0.032340176, 0.016891297, 0.013662677, 0.04027258, -0.015432954, 0.031933557, 0.012224189, -0.04547589, 0.0070227017, -0.0092484895, 0.03866291, 0.007883007, -0.014176592, 0.043178644, 0.011614094, 0.0046272315, -0.074187905, 0.014808201, -0.018189041, 0.007974872, 0.02600749, 0.017942356, 0.02124354, 0.0009782758, 0.013937222, 0.0031241998, 0.015148895, -0.059445187, 0.008773731, -0.020114163, 0.06684309, 0.023991872, -0.037777994, 0.062655665, 0.029572932, -0.044207357, -0.032990593, -0.031803034, -0.028350089, -0.0066405283, 0.05036417, 0.0062345727, 0.015776744, 0.035705518, 0.03776804, 0.00065837824, -0.045913033, -0.013163141, -0.008349192, -0.029476587, -0.028337698, -0.022649452, -0.020877518, -0.004300697, 0.032674015, 0.0012955186, -0.05643558, 0.069878355, 0.02686752, 0.013145221, 0.026944838, 0.017380655, -0.031021653, 0.009793543, -0.03458521, 0.053082637, -0.0075225695, 0.057848576, 0.014309108, 0.010680064, -0.049431466, -0.00045927198, -1.5707277e-05, 0.03626689, -0.0065430766, 0.0052794153, -0.010119359, -0.016973816, 0.020222126, 0.03546261, -0.024726354, 0.03431089, -0.040637158, 0.0063855615, -0.06073097, 0.028885463, -0.06491309, 0.03861601, -0.044283904, 0.047488187, -0.009069515, -0.072351925, 0.0052023167, -0.002037079, 0.023973785, 0.020078326, -0.024572376, 0.016685996, -0.023195447, -0.06600685, -0.021357585, 0.029193858, -0.009767714, -0.013522196, -0.009379236, -0.01596877, -0.002582188, -0.010316141, 0.0547569, -0.0044701584, -0.024776792, 0.0064645405, 0.06607499, 0.018972622, -0.027582865, -0.057518724, -0.013778601, -0.06023365, -0.0034361328, 0.006118984, -0.013919746, 0.03381799, -0.049388327, -0.021246858, 0.02409939, 0.018605934, 0.0075485636, 0.030485945, 0.058323335, 0.011951691, -0.028946854, 0.019623036, -0.0013753823, 0.043465078, -0.011878242, 0.036493093, 0.011559671, -0.0031352611, -0.0063700196, -0.0003862663, -0.049092103, 0.019919483, 0.05938236, 0.015167478, 0.048115596, -0.0049342974, 0.027181998, 0.010777848, -0.01589145, -0.016563877, -0.0059343087, 0.023106953, 0.02358481, -0.053073786, 0.027441276, 0.01419053], [-0.00055252615, -0.083826765, -0.052311163, 0.01882389, 0.011194707, 0.04330224, 0.03577338, -0.027200704, 0.04500435, 0.033168506, -0.013678415, -0.0013284947, -0.06360793, -0.019398022, -0.0006881334, 0.04441055, 0.008438266, -0.06648815, 0.034842912, 0.01925514, -0.012648279, -0.027765064, -0.025042929, 0.019730687, -0.030346053, 0.06227683, 0.0062620356, 0.017636973, 0.019373266, -0.0005756521, -0.015136057, -0.056743316, 0.008896007, -0.007369911, 0.02533977, -0.015510253, 0.026178166, -0.008476266, -0.04732377, -0.034949534, -0.059435267, 0.01704547, -0.019211277, 0.038951736, -0.005746532, 0.04211185, 0.01113749, 0.02473241, -0.0039843987, -0.03442708, 0.008109073, -0.019425815, -0.023367655, 0.031357516, 0.002292837, 0.012886269, 0.005545239, 0.0057584755, -1.7154476e-05, -0.028315745, 0.037514452, 0.0008727069, -0.033715714, 0.009988248, 0.016925171, 0.024613852, 0.004526773, 0.0065501872, -0.016789455, -0.03832875, -0.025748653, 0.0157059, 0.010416133, -0.04429937, 0.045725584, 0.01006273, -0.066107705, -0.0011093953, -0.033506386, -0.02936499, 0.01579037, 0.0051124683, -0.004335088, -0.04254571, -0.041519914, 0.017755643, 0.012547523, -0.0022139046, 0.018785672, 0.027931398, -0.036403973, -0.021033233, 0.05985566, -0.00230326, 0.03865881, 0.014169597, -0.020222304, 0.060547918, 0.0037218698, 0.045965314, 0.03638964, -0.037992444, -0.03058969, -0.042610854, -0.0133040575, -0.0036979027, 0.0068257446, -0.010845104, -0.022757258, -0.00011182981, -0.011046614, 0.0061499886, 0.019712448, -0.064334065, 0.011718679, -0.02797526, 0.0043941517, -0.0108072115, -0.02523315, 0.018849947, -0.03114037, 0.027414156, 0.01829145, 0.007316194, -0.030184496, -0.00028836893, 0.013032877, -0.0016859159, -0.041146424, -0.0030972515, 0.045690756, -0.011916064, 0.030078964, -0.04125934, -0.047249075, 0.035682183, 0.023354407, 0.030888481, -0.041174218, 0.037329443, -0.015157609, 0.0136143565, 0.004195084, -0.0030811285, 0.017534915, 0.0015442286, 0.0337409, -0.014322903, -0.059987687, 0.00576347, -0.001999691, -0.03280704, 0.010750863, 0.03555222, 0.038102917, -0.05979486, 0.018189607, 0.045357306, -0.03415174, -0.0065158783, -0.03294007, 0.01034974, 0.038422987, -0.008595587, 0.0025041194, -0.052305087, 0.011316744, -0.006043886, -0.014556768, 0.047959574, 0.055464115, 0.01230926, 0.012150907, -4.340191e-05, -0.03707647, -0.0039587757, 0.018568527, -0.015720177, 0.03928462, -0.00043298767, 0.0068209674, -0.009777, -0.0044444483, 0.0041057826, -0.036841735, 0.021721477, -0.0386714, -0.016533116, -0.007900179, 0.014671203, 0.009833722, -0.033756536, 0.038899295, -0.014635374, -0.022935752, -0.016892383, -0.024144817, -0.03241892, 0.013346183, 0.030738652, 0.0040619196, 0.014600631, 0.029799225, 0.016871754, -0.05817756, -0.040863268, 0.045215726, -0.021955993, 0.03954715, -0.03441492, 0.005896146, 0.014946544, 0.019591931, 0.056863833, 0.01392569, 0.007205532, 0.019935673, -0.050610483, 0.022538811, 0.047311615, -0.031098679, -0.0038586718, 0.038208827, -0.012141461, -0.007064116, 0.020093754, -0.027898498, 0.031563804, 0.024437964, 0.005839471, 0.07523302, 0.0078810705, -0.0027134474, -0.027973035, -0.0018088201, -0.0064305402, -0.010200019, 0.074021354, -0.03533735, 0.028039536, -0.03158161, 0.034784935, 0.022135789, 0.011732793, -0.031539917, -0.022750312, -0.042449296, 0.018722212, -0.04283451, 0.010428619, 0.062391914, -0.016348435, -0.008899048, -0.008991552, 0.01705003, 0.024846414, 0.020396238, 0.03151538, -0.0125866085, 0.07239602, 0.02221331, -0.041931618, 0.007945284, -0.056399576, 0.0745451, -0.0044714557, 0.015703946, -0.013363989, 0.007856316, -0.019332742, -0.05916427, -0.050253496, 0.029688101, 0.004048864, -0.025369518, 0.003921644, 0.009168307, 0.0070837135, 0.07855665, -0.0011611843, -0.047143105, 0.0071662287, 0.0032127458, 0.025403718, 0.0016702814, 0.018351816, -0.004531062, -0.013251073, -0.007960546, -0.046882533, -0.0029189752, -0.021855673, 0.037135318, 0.040018138, 0.07349933, -0.03709189, 0.025550833, -0.02728604, -0.053987525, -0.021399233, -0.0014505304, 0.0059673693, -0.011928225, -0.0041804807, 0.0076022563, -0.025551917, -0.0793362, 0.040114548, -0.012248078, 0.012574122, -0.014074923, -0.033679232, -0.06727334, 0.014093597, -0.002869792, -0.03597663, 0.0016763615, 0.06202364, -0.0077820523, -0.023235848, -0.006540416, -0.030092862, -0.03745061, -0.04193553, 0.024963021, 0.049429215, 0.03414045, 0.018235208, -0.026098365, -0.04270401, 0.032080177, 0.06872909, 0.0148631595, -0.008897745, 0.013077791, 0.006046193, -0.028714422, 0.006637235, 0.040998764, 0.044714555, 0.00908639, -0.073968366, -0.024510056, -0.00473963, 0.031439595, -0.05825834, -0.0062589953, -0.058736928, -0.021993343, 0.009702051, 0.026528204, -0.03764854, 0.012375979, -0.0057226466, -0.0067714583, 0.0046299715, 0.004133143, 0.0061519425, -0.009498911, -0.020275723, -0.034748457, 0.0035064619, -0.008358275, 0.022154463, 0.0071466854, -0.014922224, 0.04702129, 0.0044881757, 0.068656124, -0.036417432, 0.039554097, -0.0038174137, -0.022041982, 0.0071254047, 0.021116944, 0.049191926, -0.07862396, 0.015558894, 0.02718572, 0.017031137, 0.0446442, -0.0017044818, 0.04410655, 0.038571082, 0.02370879, 0.044898696, 0.036650214, -0.007748612, -0.038669664, 0.029912196, 0.006593833, -0.005649469, 0.06597047, 0.023199802, 0.015973207, -0.005086628, 0.0049797925, 0.03803408, 0.012083265, 0.01731245, 0.008203803, -0.009617798, 0.022511777, -0.008934008, -0.00058976654, -0.030200565, -0.020263562, 0.026632868, -0.0058829, 0.018289711, 0.017892336, -0.01747064, -0.012020295, 0.03880115, 0.01190803, 0.0035556455, -0.006637697, 0.048439033, 0.0007452426, 0.0073056896, 0.030589364, 0.05918338, -0.01919434, 0.031493016, 0.022361187, -0.0064817867, -0.0046972865, -0.013165949, -0.042418025, 0.05019183, 0.02196989, 0.030115444, -0.005023873, 0.083175324, 0.037461903, -0.05795173, -0.003678848, 0.0032890995, -0.055193115, -0.0046206615, -0.04387681, -0.015779948, -0.022218358, 0.014038225, 0.005075554, -0.009614758, -0.056542892, 0.009359559, 0.044702392, -0.0515555, 0.021954473, -0.03235595, -0.027994802, -0.018022325, -0.03810639, 0.050144926, 0.0817578, -0.052144397, -0.015305703, -0.03689298, -0.03570129, 0.0044506094, 0.014741342, 0.0009945254, 0.021134749, -0.021625932, 0.030819863, -0.05119504, 0.012645021, 0.03214445, 0.034952573, -0.00603615, -0.017074568, -0.037644304, -0.017848907, 0.010854659, 0.026529074, 0.019683786, 0.026304979, 0.01605051, 0.0019367458, 0.006363985, 2.1063091e-05, -0.014592162, 0.03422644, 0.01400587, -0.01657383, 0.0048019504, -0.002250738, 0.00064101286, 0.0148631595, 0.014675546, 0.012643066, 0.061377414, -0.026044406, -0.023293445, 0.01924754, 0.015846828, -0.048915878, -0.012919275, 0.06714827, 0.029206473, -0.05041592, 0.029886138, 0.015898509, -0.056652334, 0.0069946833, 0.034956913, -0.010140684, -0.02270558, -0.039419685, -0.044787515, 0.020217095, -0.023636263, 0.052828405, 0.020329574, -0.037063226, -0.048062503, -0.0010518518, 0.003889289, 0.041410472, -0.042819854, 0.0003582897, 0.050815467, 0.019305084, -0.042479694, 0.03268297, -0.08069118, 0.054520838, -0.018379284, -0.0010236228, -0.028522465, 0.00077955157, 0.0014908109, 0.03048763, 0.0001587332, 0.00888211, 0.049224228, -0.022261733, -0.023814756, -0.031210726, 0.0061947205, -0.010451202, 0.030431606, -0.025214259, -0.017747717, -0.03669318, 0.0104813855, 0.020002987, -0.013577661, -0.0096258335, -0.0021697157, -0.082827896, -0.061532892, 0.008868213, -0.014385874, -0.0108587835, 0.03313116, 0.07981218, 0.007362094, -0.06574507, -0.021673271, 0.02479647, 0.012306709, 0.027563987, -0.0056171142, -0.012643066, -0.049995527, -0.0794439, 0.033542864, -0.02817677, -0.0048727943, -0.07410039, -0.035809863, 0.041549444, 0.0005813743, 0.040284794, -0.023499789, 0.010987334, -0.020509914, 0.022523556, -0.03568826, -0.033457745, -0.014132656, 0.0034775815, 0.022111468, -0.00089724426, 0.010544168, 0.0029861818, -0.029458579, 0.024425913, -0.01897524, 0.046514258, 0.0067753666, -0.004210881, -0.03769642, -0.035290014, 0.0018700552, -0.02239289, -0.052986924, -0.015288764, -0.049526494, 0.017489748, -0.021622457, 0.00057152635, -0.015645154, -0.016104361, 0.0071931547, 0.02705109, 0.02078167, 0.013161609, 0.02138881, -0.043572776, -0.0110802725, -0.008994591, 0.0074268025, -0.03212241, -0.0022186819, -0.02900974, -0.022998506, 0.039248142, -0.013971996, -0.013069648, -0.0028721807, -0.012716951, 0.01852488, 0.0026780525, 0.050517548, 0.03307383, -0.0456283, 0.026944254, -0.011618141, 0.0581489, -0.0032565277, -0.087796174, 0.080614746, 0.00046555945, -0.00040779886, -0.03252804, -0.0074652373, 0.022952255, 0.012772486, -0.0055993083, 0.0019415502, 0.001046966, 0.0057061436, 0.005065565, -0.017527098, -0.053459432, 0.020024378, 0.053658333, -0.009239097, -0.0045779925, -0.036649343, 0.006010581, -0.003622526, 0.028351355, -0.020354765, -0.00076912856, -0.024013227, 0.027680378, -0.031844355, 0.05772807, 0.02550936, 0.022996554, 0.0019503989, -0.00811157, -0.0041578976, -0.031763904, -0.051058892, 0.03217572, 0.040116284, 0.024735453, -0.017157517, -0.02058407, 0.022891672, -0.0072698067, -0.04216527, 0.0050369017, 0.018438999, -0.059447426, -0.042976525, 0.01995652, 0.01323153, 0.050414618, 0.043569088, 0.030495882, 0.004594794, -0.045289554, -0.03921296, -0.04006591, 0.003270208, -0.016379703, 0.014477076, -0.0083435895, 0.0022268791, 0.05583891, 0.03954297, 0.042552654, 0.036771383, -0.008803938, 0.06822878, 0.009227806, 0.02036649, 0.029181829, -0.025194932, -0.014411606, 0.014139632, -0.051373314, -0.060042407, 0.007597696, 0.003697984, 0.0100199515, 0.024635782, 0.008116891, -0.020142397, 0.046528153, -0.04010152, 0.0027363563, 0.00792906, -0.017539693, 0.014037574, -0.065025456, -0.0209606, -0.01683397, -0.014678368, -0.035851553, -0.049326718, -0.022176612, -0.01626592, -0.036786363, -0.00370667, -0.0067645097, 0.02310556, 0.034961257, -0.0011120009, -0.045672722, -0.039982524, 0.04070953, 0.034379307, 0.030308269, -0.034458894, 0.03058274, 0.0069403974, 0.014754587, -0.06157545, -0.022487726, -0.0022734024, 0.015107394, 0.02348817, 0.015585602, 0.065404154, 0.0090959985, 0.017607225, -0.014416058, -0.061174165, 0.04644129, -0.009835813, 0.021096315, 0.019071436, 0.014576094, -0.069618516, -0.0033883348, 0.024464455, -0.02718963, -0.011412721, -0.015285833, 0.015907628, 0.019034846, -0.006045976, 0.01407883, -0.0037937178, 0.044312403, 0.0029783645, 0.0047282297, 0.014011082, -0.06820446, -0.03650082, -0.021823969, -0.055715136, -0.047733743, 0.016344063, -0.003185521, 0.018761352, -0.006809676, 0.06876383, -0.039173007, -0.003316677, -0.0045433305, -0.054901272, -0.025441607, -0.032402363, -0.06234947, 0.025205791, -0.05482918, 0.007322573, 0.00458068, 0.024367012, -0.04232639, -0.037256047, 0.038158502, -0.030294372, 0.07291564, -0.0090191765, -0.0064385743, -0.019881822, 0.013327508, -0.0024320271, -0.036511675, -0.06583758, -0.003688138, -0.0002480342, -0.009082752, 0.0073885308, 0.020123722, 0.008460741, 0.015570401, -0.0052229958, 0.006130011, 0.020663979, 0.028993236, 0.030025112, 0.012481538, -0.0075670783, -0.007907562, 0.012205411, -0.025923997, -0.013414366, -0.027449768, 0.027820652, 0.056770463, 0.025197212, 0.0014502046, 0.028492793, 0.02068526, 0.005821489, -0.008002563, 0.0017458481, 0.038404312, -0.10828079, -0.020801216, 0.084495574, -0.0009007186, 0.0022939227, 0.010253301, -0.02214556, 0.024828391, -0.031660434, 0.0043294425, -0.045423314, -0.055854976, 0.0120913, -0.011176033, 0.0007361225, 0.0030139766, 0.043304957, 0.012288685, 0.026543623, 0.049126077, 0.022494078, -0.013496881, 0.00734863, 0.06717954, -0.016082648, -0.006041742, 0.0382512, -0.011669387, -0.022945307, 0.017229175, -0.022324272, 0.014453189, 0.022902312, -0.020553235, 0.055434585, 0.035465904, -0.054487832, 0.008457158, -0.05550494, 0.011529979, -0.018397415, -0.0017780126, 0.035484146, 0.012609898, -5.5589193e-05, -0.014973469, -0.03659332, -0.004034722, -0.0010105941, 0.033541128, 0.028029317, 0.015123055, -0.013378754, 0.033043433, 0.02707541, -0.019185219, -0.031640675, 0.057982996, 0.015735215, 0.04016319, 0.04532984, -0.040723428, 0.083130166, 0.03702696, -0.036702763, -0.03563267, -0.03970805, -0.042219125, -0.027341196, 0.036846947, -0.008587661, -0.0012090649, 0.05329223, 0.02692167, 0.002040297, -0.07647422, 0.0057140696, -0.034730215, -0.029757155, -0.055804595, -0.015281816, -0.011825297, -0.0103448015, -0.010024294, -0.022853239, -0.047143105, 0.081181064, 0.0045904513, 0.004045851, 0.0027002017, 0.0027905516, -0.037562497, -7.81723e-05, -0.019317245, 0.080201305, 0.012241782, 0.038193684, -0.0104459915, 0.014249073, -0.08192457, 0.0043741744, -0.0018075174, 0.042026296, -0.033525493, -0.007443306, -0.00687581, -0.010351912, 0.03873698, 0.03980881, -0.043898087, 0.043548487, -0.027049351, -0.013372458, -0.024752824, 0.04268555, -0.03573994, 0.047327247, -0.002683047, -0.024754561, -0.0037727363, -0.034460086, 0.045075558, 0.002220962, 0.031229835, 0.0452635, -0.049623776, 0.03126979, -0.0039029692, -0.009987814, -0.021276763, 0.009365042, -0.0339511, 0.009005449, 0.029213857, 0.008959414, 0.02296299, -0.0073236586, 0.016800096, 0.009309778, -0.029484853, -0.026661964, 0.049417052, -0.00044949073, -0.030252028, -0.045209646, -0.013403943, -0.024543496, 0.016094808, 0.008096045, -0.015076831, 0.01344379, -0.08382502, -0.0262394, 0.041702315, 0.017412663, -0.029179113, 0.036893416, 0.023624538, -0.033565447, -0.013239293, 0.02912526, -0.004018056, 0.039357148, 0.013113837, 0.009033678, 0.028880322, 0.036326665, -0.019418433, -0.0033575003, -0.03691209, 0.018586768, 0.061324432, -0.0045405077, 0.028564159, 0.009873161, 0.020024268, -0.00873456, -0.012453716, -0.009126731, -0.04914258, 0.006518267, 0.019360673, -0.04518185, 0.003910569, 0.01592891], [-0.01226457, -0.07827964, -0.037647378, -0.05255364, 0.013028217, 0.023325942, -0.009846156, -0.04138573, 0.010971834, 0.031278554, 0.0549682, 0.00849403, -0.062296204, -0.0057584955, -0.036407, 0.0069081997, -0.0058011105, -0.012198381, 0.05291757, 0.05516768, -0.021103604, 0.028804265, -0.005236969, 0.020403625, -0.02334759, 0.03261742, -0.005601635, 0.0018170407, -0.004159971, 0.012892465, 0.013383901, -0.041609004, -0.004952716, 0.0047960263, 0.02342296, 0.018920027, 0.034295734, -0.0109228715, -0.057876915, -0.05696477, -0.050115503, -0.0020868992, 0.009503195, 0.028726062, 0.011652998, 0.049524333, 0.012965456, 0.027470047, -0.020293688, -0.026080249, 0.0528864, -0.010056683, -0.026375197, 0.015035467, -0.010501479, 0.016049618, 0.019947551, 0.04002567, 0.05287688, -0.020486815, 0.009568478, 0.018445026, -0.04500349, -0.007952726, 0.0024712295, 0.031917896, 0.00094478857, -0.009161933, 0.029780768, -0.03791089, -0.02844232, 0.011302555, 0.006951722, -0.019568095, 0.06138995, -0.002224152, -0.050077423, 0.0289847, 0.0007779545, -0.013511746, -0.029440772, -0.0036924223, 0.030354735, -0.03835461, -0.07752344, 0.014026756, -0.0055694473, -0.0036939806, 0.069377586, -0.0075691896, -0.027991628, -0.02217261, 0.04668997, -0.004067487, -0.012172086, -0.015967563, -0.009781101, 0.036455058, 0.032670464, 0.052775554, 0.022709608, -0.0473505, -0.022130903, 0.0006346948, 0.010138797, 0.0067799008, 0.042709522, -0.037733514, -0.0016402327, -0.007792239, -0.007034232, 0.011393453, 0.010771678, -0.08477165, 0.0016710608, 0.0033303346, 0.05064774, -0.03287266, -0.06572413, -0.027125724, -0.0020128894, -0.019627484, -0.000623361, 0.016714236, -0.03218719, -0.023272445, -0.010214959, -0.004181279, -0.05504708, 0.0063202004, 0.042681962, 0.019943018, 0.03214276, -0.023841064, -0.035398517, -0.008292515, -0.041855402, 0.066283904, -0.04051937, 0.009374443, -0.038965728, -0.009360446, 0.014298768, 0.006051362, 0.033641092, -0.04480175, 0.01411788, -0.038344633, -0.0037845948, -0.03334868, -0.0062789456, 0.008644997, 0.01095642, -0.003824263, 0.0050727986, -0.019460281, 0.0070203766, 0.037587535, -0.025817571, 0.023329115, -0.03634444, 0.001262136, 0.015745929, 0.034278963, -0.038966637, -0.03952426, -0.0031825413, 0.008414807, 5.9275964e-05, 0.03808078, 0.065105185, -0.007485999, 0.016937284, 0.043708716, -0.06751158, -0.029331176, 0.01486104, -0.04457394, 0.035124015, 0.060587965, -0.031150822, 0.014697718, -0.0010195919, -0.029421277, -0.0257201, 0.046299174, -0.010274293, -0.014965651, 0.02399509, 0.012382471, 0.0030492553, -0.03250499, 0.023524964, 0.01673458, -0.014045796, 0.042568076, -0.048597675, 0.0353253, -0.0005621583, 0.021466343, 0.018970123, -0.022015978, 0.023221217, -0.021317584, -0.04269864, -0.04374679, 0.015287079, -0.0007108582, 0.05889563, -0.04447579, 0.012554264, 0.03726565, 0.019058978, 0.034281682, 0.030839821, 0.04849431, 0.04308626, -0.03605475, 0.04641403, 0.022775117, -0.037168637, -0.032539897, 0.048588607, -0.049619306, -0.055203944, 0.01599839, -0.0066547757, 0.026905622, 0.016081354, 0.012059202, 0.07344326, -0.007829414, -0.037303735, -0.02948135, 0.011843263, -0.02649035, -0.043083083, 0.024778714, -0.042536344, 0.013963287, -0.01075445, 0.0551976, 0.016643513, 0.015959855, -0.011294848, -0.0029613047, -0.039242275, -0.005766656, -0.04166964, -0.03254715, 0.04474508, -0.008891168, -0.04925323, -0.00041935197, 0.012917853, -0.005309676, -0.018663654, -0.0029559778, 0.019059274, 0.029360982, 0.010537747, -0.0614031, 0.011181056, -0.02951739, 0.040065564, 0.028002283, 0.01712112, -0.016650766, 0.017337596, -0.02070692, -0.040049244, -0.04410948, 0.03281554, 0.01531836, -0.012620906, 0.055290986, 0.045331717, 0.015378429, 0.027302759, 0.00802617, -0.035252765, -0.01411244, 0.004266963, -0.00914788, -0.010439087, -0.022241747, -0.001486546, -0.04277435, -0.023673663, -0.06951359, 0.0047921725, 0.012097283, 0.0026085956, 0.05523477, 0.055465072, -0.04458822, 0.07776281, 0.0005875461, -0.03402871, -0.010808173, 0.021249583, -0.005492377, -0.004557789, 0.009111498, -0.018030774, -0.02925133, -0.022939466, 0.0342844, 0.021958062, 0.013016685, 0.02138627, -0.0020618516, -0.05997141, -0.009183127, 0.028670073, -0.02544537, 0.029360304, 0.07256194, -0.03188707, -0.021996258, -0.022482704, 0.006743746, 0.010024551, -0.044648062, 0.027540315, 0.043616228, 0.0067205117, 0.01753503, -0.042241324, -0.022197999, 0.01787686, 0.027546208, -0.015812742, 0.015549569, 0.03558643, 0.053517472, -0.021712402, 0.024971616, 0.03190203, 0.03395436, -0.0059414236, -0.060535833, -0.02796012, -0.029275525, 0.04429082, -0.04003927, 0.009098351, -0.09285472, 0.0108870575, -0.020905035, 0.017097771, -0.034319762, -0.010177105, 0.0012875239, -0.030056654, 0.014840978, 0.0024952574, -0.014799271, -0.016248189, 0.0038766253, -0.027661363, -0.0233069, -0.05198332, 0.045472257, 0.032996878, -0.03420325, 0.057709172, -0.01065018, 0.031426463, -0.01667978, 0.05340685, 0.0075220405, -0.012719852, -0.019735383, 0.024899418, 0.052770343, -0.033297904, -0.014025849, 0.0006856971, 0.0013206186, 0.011304368, -0.020302529, 0.067349054, 0.01605846, 0.046184022, 0.03511676, 0.030275624, 0.024906002, -0.0162228, 0.049254134, -0.015515569, -0.01704337, 0.03371771, 0.049858455, 0.029096225, -0.01854397, 0.044065952, 0.057664745, 0.016389634, 0.00035361567, -0.0065597976, 0.035633583, -0.01871443, -0.045201153, -0.023906235, -0.040261414, -0.034394115, -0.0009756166, 0.0011501578, 0.04143741, 0.010929446, -0.0061393124, -0.017915621, 0.040671926, 0.03762063, -0.015624373, -0.033685975, 0.028819678, 0.015998844, 0.00750844, 0.006921715, 0.04073698, -0.073515795, 0.023724893, 0.029304767, -0.009079763, -0.0031102314, -0.031062419, -0.05875914, 0.026075985, 0.0043431264, 0.025608575, -0.0061579, 0.09154838, 0.028314644, 0.02509946, 0.018865397, -0.014797457, -0.028874988, -0.017443795, -0.0633498, -0.036496766, -0.0007752344, 0.018036667, -0.03602392, -0.017346663, -0.011312075, 0.048786726, 0.038037036, -0.030316653, 0.0049515264, -0.028696595, -0.031744715, -0.038344633, -0.028130582, 0.047299273, 0.061967976, -0.047130626, 0.016383259, -0.024672458, -0.037703592, 0.0012802702, 0.038770333, -0.003591466, 0.0037830079, 0.025087673, 0.025257226, -0.035296515, 0.02039592, 0.04604802, -0.011355825, -0.033878196, 0.005159162, -0.05547233, -0.014890848, -0.0033788434, 0.038156945, 0.015607147, -0.015831102, 0.008075812, 0.045477696, 0.02626798, 0.0043966216, 0.018789686, 0.0019723708, 0.018219369, -0.045835845, -0.0039846934, -0.006814809, -0.03135245, 0.021354306, 0.03415429, -0.0039550555, 0.03724208, -0.01960935, -0.031625483, 0.008744962, 0.029557286, -0.03628278, -0.006091455, 0.036890276, 0.062198278, -0.026243724, 0.013624178, 0.015831167, -0.086057365, 0.029453922, 0.049642205, -0.0027699894, 0.029021874, -0.04475732, -0.037903976, 0.013265916, -0.01605642, 0.052697804, 0.013377554, -0.0009511356, -0.021668933, 0.015351908, -0.032723054, -0.010919018, 0.019192945, -0.024725897, 0.024257584, -0.008200371, 0.0049624066, 0.046801493, -0.015350945, -0.007061887, -0.0035687983, -0.030112645, -0.03666224, -0.034659777, 0.006501882, 0.006519676, -0.017631823, 0.03829182, 0.02094017, 0.007777958, 0.009385549, -0.023702111, 0.01427202, 0.013625991, 0.007170465, -0.025777677, -0.022473184, -0.0013429719, 0.0075016394, 0.03502246, -0.0020751122, 0.006760407, 0.008880118, -0.048050024, -0.059922446, 0.0987839, 0.00064149516, -0.019008204, 0.03525186, 0.0053645317, 0.005859083, -0.028164923, 0.033733577, 0.0073219985, 0.023081131, 0.023061184, 0.05961779, 0.026639502, -0.062195107, -0.06793275, 0.019238055, -0.016344752, -0.027449645, -0.048352867, -0.015117071, -0.0053936597, -0.02006361, -0.0066742697, -0.014590727, -0.0027406916, -0.024744174, -0.018732565, 0.022203892, -0.007942753, -0.051829632, 0.027264677, 0.010069434, 0.0017762389, 0.018991882, 0.029545045, -0.015825663, 0.014703726, 0.0063396944, 0.05435164, 0.013564335, -0.055305492, -0.010304497, -0.023325037, 0.02732452, -0.005117227, -0.04178287, -0.016591376, -0.06523484, -0.00016728744, -0.0008559313, 0.011440828, 0.010242615, -0.025718743, 0.028104657, -0.02005817, 0.014877699, -0.002631717, 0.0024598958, -0.037145063, -0.01227344, 0.008852434, 0.031960513, -0.04125063, -0.0108383205, -0.038823716, -0.0355683, -0.009447546, -0.0049070977, 0.031383734, 0.010911311, -0.029638166, -0.01997566, -0.023555338, 0.07718433, 0.015529622, -0.004315018, 0.057985723, 0.015365055, 0.072732404, -0.019462464, -0.08290565, 0.0719345, 0.008975492, -0.054032024, -0.0031018443, -0.009143006, -0.010846028, 0.04010546, 0.017194789, -0.0034153382, 0.0044143028, 0.0097314585, -0.0032791055, -0.0017196264, -0.029584033, -0.03351302, 0.046870403, -0.0073402454, 0.01660203, -0.07535097, 0.03442041, 0.0097697675, 0.015438498, -0.0031902483, -0.024583997, -0.020072224, 0.037857734, -0.041247003, 0.012533183, 0.01750851, -0.0022141782, 0.01905286, 0.057279848, -0.035666224, 0.0006700564, -0.023299193, 0.04932338, 0.014160042, 0.024007784, -0.02987418, -0.006789648, -0.008846739, -0.019054899, -0.011739135, 0.024929, 0.05312396, -0.007966213, -0.01389075, 0.010471558, -0.027853131, 0.033179127, 0.01028132, -0.0011329303, 0.025447637, -0.05246025, -0.04701275, -0.002653563, 0.06449089, 0.0102494145, 0.00810052, -0.013592897, -0.02634709, 0.043616228, 0.028267495, 0.03857947, 0.012704324, 0.05847806, 0.034376208, 0.020598568, 0.03981169, 0.0048240204, 0.00058731943, 0.03251451, 0.0065192226, -0.044276316, -0.091741286, -0.015991589, 0.014889997, -0.010805226, 0.037060283, 0.022368912, 0.03614678, 0.017746974, -0.057847902, -0.011067265, 0.012399783, -0.01345298, 0.016804906, -0.07384493, -0.02233038, 0.036625065, -0.038631156, -0.037510466, -0.011606528, -0.008892981, -0.050972793, -0.024325587, -0.018743444, 0.020689238, 0.028414609, -0.004232508, 0.0024284727, -0.019112023, -0.051363133, 0.0021235074, 0.03391628, -0.035001606, -0.021739544, 0.01784762, -0.0043871016, 0.017763976, -0.043752234, 0.008856713, -0.044466723, -0.0016474865, -0.016608603, -0.009743925, 0.034966245, 0.028653752, 0.023560125, 0.004230241, -0.032822337, 0.037069354, -0.047580097, 0.020939037, 0.0014211923, -0.022678496, -0.059875242, -0.03641471, 0.01569555, -0.023024915, -0.004459723, -0.03533074, 0.016346112, 0.007155731, -0.008934916, 0.028014522, -0.002094663, -0.025506118, -0.01488178, 0.010964807, 0.01766405, -0.113737315, -0.02771803, 0.014187244, -0.028076632, -0.030815795, -0.05283064, 0.036873955, -0.023045314, -0.0360144, 0.037256587, -0.022127502, 0.005478323, 0.008898421, -0.054914705, 0.01999334, -0.0037152315, -0.052605323, 0.008295462, -0.037032176, 0.07010204, -0.011460549, 0.028822852, -0.013768345, 0.017403333, -0.030139279, 0.000112431655, 0.013114619, 0.016902206, 0.02556857, 0.014016782, 0.03102751, 0.037805144, -0.030543327, -0.06939934, -0.0013120049, 0.0018696296, -0.014132954, -0.005230792, 0.01963485, 0.019296536, 0.0062861987, 0.01353328, 0.007851629, 0.018039387, 0.026877059, 0.036012586, -0.014617928, -0.012136102, -0.0045185736, -0.0055717425, 0.032978743, 0.00097743, -0.039343372, 0.002297482, 0.04645966, 0.008926529, 0.010295883, 0.056188624, 0.007293097, -0.025366032, 0.010625699, -0.020108493, 0.024816569, -0.04703202, -0.005675305, 0.09155564, -0.0071793054, 0.043337416, 0.014220564, -0.0069984174, 0.021160727, -0.07420852, 0.00895543, -0.05018079, -0.023576645, -0.024885932, 0.0034024175, 0.02415558, 0.0343651, 0.0013838614, -0.03195598, 0.04789226, 0.02907809, 0.031415127, 0.028823987, -0.031384755, 0.04554751, -0.0067010177, 0.0082479725, 0.047910843, -0.014124679, 0.009510449, 0.025389608, -0.03520108, 0.020437628, 0.017382478, -0.040121328, -0.011582048, 0.03283707, -0.05858777, 0.014805618, -0.0030800833, 0.04641795, 0.021650575, 0.0022255122, 0.03021193, 0.004753184, -0.007427743, -0.0519806, -0.019178664, -0.0005889062, 0.0053678183, 0.02458377, 0.01022584, -0.015021866, -0.012943242, 0.017740628, 0.04375405, -0.010847359, -0.05744532, 0.07078479, 0.0120034395, 0.054674428, 0.028165037, -0.0543462, 0.052754022, 0.030410044, -0.03415565, -0.030351106, -0.012803382, -0.051329132, -0.04533081, 0.002283088, -0.0364605, 0.0486616, 0.038044516, 0.030667095, 0.021742832, -0.06097876, -0.014331863, -0.0015318814, -0.05776448, -0.052124765, -0.04474417, -0.009091338, 0.0161922, 0.04388915, 0.004629192, -0.018797848, 0.041711237, 0.00333252, 0.009190268, 0.019819705, 0.009287399, 0.005841459, -0.0006061336, -0.027842248, 0.05467624, -0.007964513, 0.029081265, -0.026372477, -0.0031843546, -0.021566024, 0.02445026, 0.0057040933, 0.020477524, 0.0013337659, 0.012459513, -0.011774495, -0.011195111, 0.012658535, 0.053078625, -0.027206646, 0.017427813, -0.0023764786, -0.04010213, -0.019132877, 0.036706217, -0.018434258, 0.07161631, -0.0025895548, -0.005798844, 0.03913347, 0.005471976, 0.064499505, 0.026715664, 0.040779144, 0.01629171, 0.004815407, 0.025383089, 0.03779245, -0.0025006977, 0.0050914143, 0.0065509574, -0.0023304634, 0.0042261607, 0.0042365883, -0.008308835, -0.012882944, 0.011690852, 0.08778737, -0.018430801, -0.0784773, -0.052374903, 0.04774628, -0.021747818, -0.03973915, -0.010007523, 0.010934886, -0.0068524377, -0.01990947, 0.018173127, -0.034817092, -0.02693214, -0.05310673, -0.016235495, -0.005156442, 0.026672143, -0.033201907, 0.017788414, 0.023807855, -0.0070671, -0.024047341, 0.026755108, 0.0028216718, 0.05895227, 0.0078507215, 0.026093977, 0.02085596, 0.0045113484, 0.010335552, 0.007548222, -0.02171223, 0.033071678, 0.044252396, 0.028811434, -0.03377166, -0.0085058175, 0.036626197, -0.0052797543, 0.0030973107, 0.0060182675, 0.027761552, 0.013541668, 0.034291655, -0.02391621, 0.015649308, 0.02946616], [-0.029868333, -0.07967352, -0.037661325, -0.050761297, -0.0037179748, 0.015108741, 0.003966083, -0.014189444, 0.038189393, 0.04153851, -0.007892089, -0.002729819, -0.04352886, -0.033913966, -0.017327733, 0.018835926, 0.046496395, -0.045163065, 0.029929325, 0.037227992, -0.021454342, 0.016135054, -0.029100377, 0.02667012, 0.0035683315, 0.052276645, 0.012703099, -0.005714462, 0.019671012, 0.02796661, -0.017406981, -0.07364042, 0.005501798, 0.011305157, 0.00883463, -0.01628352, -0.0012464887, 0.014809618, -0.030307831, -0.039662197, -0.053456027, 0.0021586579, -0.017134175, 0.0138990935, -0.022332411, 0.08029457, 0.007093626, 0.007148231, -0.063634954, -0.033026904, 0.034399927, -0.023398196, -0.029913643, -0.0019254894, 0.018910486, 0.026124068, 0.037875798, 0.010357654, 0.013179578, -0.0098576555, -0.004598675, -0.0012219272, -0.08104457, -0.004138588, 0.024138328, 0.04882961, -0.015073872, -0.002188592, -0.019613337, -0.03346879, -0.046622712, 0.026888253, 0.025552578, -0.042340208, 0.04136044, 0.019599082, -0.0733016, 0.0013882647, -0.001863154, -0.033635456, 0.016325679, 0.011305652, -0.00949691, -0.029436562, -0.044553418, 0.02419699, -0.03930008, -0.0010780679, 0.05012665, 0.0049210424, -0.027626257, 0.008783315, 0.055178832, 0.01994031, -0.004413149, 0.016584177, 0.008370158, 0.042358685, 0.013451726, 0.033516597, 0.065206885, -0.050361298, -0.027742047, -0.029608821, 0.012142081, 0.0055153393, -0.00094824366, -0.0032596423, 0.010731556, -0.006911389, -0.0006793845, -0.009647349, 0.032472685, -0.044342015, -0.008696035, 0.009585068, 0.045531485, -0.01624295, -0.045518108, 0.0134999715, 0.010750855, 0.016077599, 0.0019491188, 0.031645056, -0.04464377, -0.010071032, 0.00097061205, -0.017463122, -0.0624718, 0.015662247, 0.02245434, 0.022568593, 0.028942483, -0.04185079, -0.026003014, 0.027712114, 0.018052833, 0.04507359, -0.031245988, 0.03167373, -0.026806086, -0.006431127, 0.031012217, 0.007597791, -0.0053649014, -0.04598938, 0.0021572872, -0.07232792, -0.026337665, 0.003477734, -0.022303024, -0.009952611, 0.0030806952, 0.015528915, 0.01241664, -0.041277546, 0.025993738, 0.016833792, -0.05238761, 0.02820345, -0.00899735, -0.008895596, 0.011377005, 0.016729461, -0.0069802487, -0.031308707, 0.008246611, 0.005720163, -0.0005814407, -0.025341175, 0.0629718, 0.005576304, 0.016171237, 0.02394244, -0.04100123, 0.00583069, 0.0147894425, -0.03223853, 0.04088785, 0.021203246, -0.00828507, -0.010349101, -0.017440753, -0.009761383, -0.022657847, 0.053127524, -0.013009183, -0.019325398, 0.018353472, 0.01568681, 0.027234098, -0.015953913, 0.023739533, -0.005801085, -0.047055166, 0.024423633, -0.03908062, 0.000849121, 0.025163107, 0.050933227, 0.012963131, -0.016863232, 0.028783275, -0.020084169, -0.04304114, -0.025421876, 0.049052533, 0.018778032, 0.051089726, -0.013645148, -0.008508205, 0.042184126, 0.024554772, 0.036956064, 0.051922698, 0.025349947, 0.018201606, -0.050674237, 0.050921824, 0.06598583, -0.03659554, -0.006112707, 0.01884733, -0.046861306, -0.039198164, 0.02809468, -0.0021631534, 0.028526695, -0.0019502152, 0.010404365, 0.06647705, 0.010070154, 0.0007464897, -0.061294608, -0.011869494, -0.029697306, -0.0044249906, 0.028884152, -0.066003375, 0.01682014, -0.033748176, 0.03528896, 0.03922536, -0.028479544, 0.00072011916, -0.007350972, -0.042556055, -0.0027984593, 0.008140114, -0.020673642, 0.0477135, 0.0011017522, -0.030545112, -0.021121887, -0.012180019, 0.036635887, 0.014492075, -0.0008004369, 0.012143176, 0.031516764, 0.015064661, -0.044948153, 0.0046764156, -0.063231446, 0.022434711, 0.008907876, 0.049312178, -0.02374869, 0.030066246, -0.03666966, -0.024650825, -0.08149106, 0.007245599, 0.0072852923, -0.03608567, 0.026621597, 0.026937664, 0.02143592, 0.033507604, 0.034873612, -0.05100691, -0.01854711, 0.008736495, 0.004651416, 0.011157871, 0.013011814, 0.02697626, -0.06673999, 6.403495e-05, -0.046770077, -0.0083276145, 0.020141186, -0.0038631498, 0.023554338, 0.052696384, -0.044385873, 0.013334182, -0.0015818087, -0.077950716, -0.034074053, 0.043994207, -0.0061912155, 0.048626214, 0.007996475, 0.01360721, -0.039173603, -0.042316794, 0.047751658, 0.023271006, 0.008156028, -0.028352572, -0.03461528, -0.057377074, 0.025821218, 0.017155558, -0.023822319, 0.044652537, 0.07962791, -0.008839674, -0.02019963, -0.017667945, -0.015205506, 0.0067451615, -0.029399063, 0.019733293, 0.04019986, 0.0042017456, 0.0010478048, -0.018966628, -0.014676285, 0.050933227, 0.03435344, -0.018364875, -0.014499736, 0.031032393, 0.013242352, -0.015391196, 0.009254147, 0.033888087, 0.049991127, 0.021361798, -0.073715635, 0.0041708793, -0.021425614, 0.03574028, -0.06800424, 0.03646659, -0.0658139, 0.0021657848, 0.014449093, 0.018107858, -0.01946838, 0.020125397, 0.020667503, -0.024403997, -0.00094034895, -0.026037665, -0.013922779, -0.009882435, -0.01127717, 0.0008872788, -0.032618355, -0.035500363, 0.06295338, 0.042205177, -0.025841173, 0.044491794, 0.007904808, 0.032308705, -0.017466191, 0.06703407, 0.0018478032, -0.013293832, 0.042225353, 0.020310484, 0.061995488, -0.0405236, 0.004758762, 0.029956955, -0.00014956109, 0.026069244, -0.02859731, 0.044947054, 0.03014029, 0.034744665, 0.04875779, 0.025895067, 0.022779338, -0.031872742, 0.022839645, 0.0114217, -0.00033508704, 0.02472802, 0.0055701635, 0.0388508, -0.01865961, 0.05908036, 0.033617474, 0.013141201, 0.02443723, -0.014744432, 0.024828017, -0.029074611, 0.0016747772, -0.020032413, -0.030289192, -0.04627008, -0.0038070097, 0.0036806941, 0.021956533, 0.037615273, 0.0043284995, -0.02104919, 0.042735875, 0.022447597, -0.0049026213, -0.030986777, 0.010761381, 0.027020996, -0.005757444, 0.012603044, 0.066977054, -0.033401683, 0.023726266, 0.01199866, -0.0015614002, 0.004427403, -0.013392955, -0.048328847, 0.0404929, 0.021209605, 0.022643812, -0.012240765, 0.075852476, 0.04988959, -0.026677137, 0.00481249, -0.010064892, -0.07265418, -0.018795576, -0.017325183, -0.05300647, 0.03027011, -0.008927394, -0.0131339645, 0.000876314, -0.053922806, -0.0007472572, 0.016887246, -0.0445771, 0.032013528, -0.010559188, -0.05399638, -0.010689452, -0.042856928, 0.038866036, 0.0435532, -0.036014836, 0.0028205535, -0.0053070066, -0.03730288, -0.027299065, 0.01874404, -0.01668286, 0.0051789368, -0.008390772, 0.03941746, -0.05850629, 0.000991226, 0.042364825, 0.013644928, -0.01984645, -0.035462864, -0.050239153, -0.010002611, -0.023157846, 0.061557766, 0.0007166652, -0.002841551, 0.0031981294, 0.006824986, 0.027805205, 0.04998849, 0.004077623, 0.04689815, 0.018286804, -0.033340283, 0.006322684, -0.03913632, -0.008488579, 0.014460497, 0.013991199, 0.0077637997, 0.057189353, -0.04137009, -0.009980681, 0.025787666, 0.043782696, -0.01751663, 0.016024308, 0.048017446, 0.049581476, -0.056136727, 0.0062556886, 0.008243843, -0.050698142, 0.02681047, 0.03709548, -0.0028548187, 0.024175389, -0.005236831, -0.05603497, 0.009512699, -0.053565677, 0.047287624, 0.02678876, 0.0053100768, -0.026429439, -0.0048947264, -0.0368065, -0.02618284, -0.018800618, -0.0100087505, 0.023114208, 0.0070289327, -0.03827755, 0.043701664, -0.02817538, 0.027185032, 0.0032859307, -0.020358866, -0.0541455, -0.02670433, -0.0048631476, 0.013359621, -0.0076168706, 0.014380672, 0.009326077, -0.014572776, -0.007903136, -0.031734366, 0.050009985, 0.007640335, 0.0029115619, -0.03630519, -0.028904326, -0.008076299, 0.01980259, 0.013845147, -0.0061166543, -0.0036839286, -0.020305604, -0.08915771, -0.05527532, 0.053611074, -0.021513112, -0.028560465, 0.014333303, 0.051314805, -0.006155908, -0.04459201, -0.017244482, 0.0178504, 0.03196545, -0.0035166594, 0.03615782, 0.018304348, -0.04578724, -0.057508215, 0.013083964, -0.02025555, -0.039463077, -0.072411254, -0.0468385, 0.014750847, -0.019249083, 0.0018054787, -0.029635904, 0.020367939, -0.0038579141, 0.0044499906, -0.014974092, 0.009103874, 0.0013498876, 0.029449282, 0.032639842, 0.0041184123, -0.00856029, 0.040083468, -0.0023605214, 0.04561745, -0.0068574417, 0.042327106, -0.0054076645, -0.0062885834, -0.03749422, -0.018458296, 0.02347539, 0.0025368368, -0.057158653, -0.03629729, -0.05501743, 0.005525975, -0.032817475, 0.032309584, -0.022424515, -0.015179492, 0.05348585, 0.004447798, 0.019720133, -0.015888562, 0.01857211, -0.008554258, -0.021891182, -0.011613353, -0.0031565726, -0.03000191, 0.0056895716, -0.03635782, 0.013028043, 0.02246969, 0.0006052619, 0.011608309, 0.04177686, -0.026219243, 0.011868177, -0.0040210444, 0.08393491, 0.013255236, -0.026986565, 0.04275956, -0.02150467, 0.052568313, -0.007369064, -0.05686304, 0.06405206, -0.026128234, -0.016669922, -0.015081547, 0.013104797, 0.021966621, 0.060583208, -0.0049806912, -0.0024491176, 0.0074659935, 0.016494703, -0.009857436, -0.0057701636, -0.04747841, 0.023780214, 0.037316587, -0.0044350782, 0.009360507, -0.041931495, 0.03983325, 0.019723643, 0.0028004362, -0.01839733, -0.0007516432, -0.03722273, 0.023839423, -0.039696407, 0.059870053, -0.0022856311, 0.047310427, -0.010810505, 0.03990606, -0.0026206088, -0.03426484, -0.027897995, 0.060888577, 0.0121438345, 0.043469205, -0.0044592014, -0.003574554, 0.008153492, -0.012485939, -0.045854293, 0.020255221, 0.024149073, -0.020538991, -0.020824518, 0.01578966, 0.021163115, 0.021786796, -0.00054736726, 0.019438555, 0.04095781, -0.043411095, -0.029975377, -0.014364882, 0.029610466, 0.0138197085, 0.01053989, -0.01833856, 0.0065337587, 0.06959284, 0.050511573, 0.043562848, 0.019055223, 0.059721366, 0.049678847, 0.003267537, 0.03570168, 0.021481397, -0.010283586, 0.02018066, -0.002687933, -0.045527097, -0.053989362, -0.006324247, 0.008240772, -0.012378044, 0.033963528, 0.027773626, -0.00037192905, 0.04508324, -0.026684154, 0.0032228003, 0.0009864015, 0.007984633, 0.011152608, -0.05933935, -0.032909583, 0.0018429786, -0.03262274, -0.037835885, -0.044082366, 0.0020846447, -0.02584205, -0.0061902283, -0.018942066, -0.013046752, 0.01037103, 0.0268017, -0.020284388, -0.028243802, -0.03442186, -0.0021578902, 0.00910941, 0.023276268, -0.03536133, -0.010185944, -0.021020735, 0.033042036, -0.090878755, -0.029622307, -0.02377802, 0.009128051, -0.008258974, -0.004580692, 0.0600297, 0.01022125, 0.014865319, -0.032122303, -0.028322967, 0.04145781, -0.05169726, 0.035364836, 0.01906838, 0.0031383708, -0.057522688, -0.0108824335, 0.021306533, -0.016578035, 0.024038108, -0.016035931, 0.024067275, 0.0093434015, -0.0006842091, -0.00025526262, 0.026652249, -0.013278043, -0.023036793, 0.023603022, -0.013336375, -0.07935686, -0.029418908, 0.0018096454, -0.02938415, -0.067478366, -0.0067975735, 0.0003184204, -0.028154766, -0.03967843, 0.05135954, -0.00210175, 0.0022436357, 0.0092512965, -0.031166602, 0.011791643, -0.015066087, -0.029991165, 0.018574413, -0.04451011, 0.03731922, -0.013317188, 0.031884145, -0.035587646, -0.03231704, -0.009347623, 0.0136912, 0.029206078, -0.0030474167, 0.022467168, -0.008122351, 0.017921893, 0.016906105, -0.06319416, -0.03916483, -0.033789843, 0.0086269565, 0.0021947322, 0.0011078925, 0.029487658, 0.020944694, 0.01644262, 0.012341642, 0.017743412, -0.011229363, 0.009126214, 0.013963239, 0.010622018, 0.00842279, 0.0021456096, 0.010656996, 0.0068964767, -0.019800836, -0.02720389, -0.005840119, 0.04277886, 0.022998545, 0.019298205, 0.029003449, 0.012280457, -0.023916617, -0.022068813, -2.083329e-06, 0.018823646, -0.094101556, -0.0050448156, 0.07747352, 0.0073499847, -0.021438112, 0.028363975, 0.0072732307, 0.047045518, -0.07199985, -0.01096489, -0.08092615, -0.046577096, 0.014515102, 0.015834507, 0.0066802492, 0.00957032, 0.015031987, -0.016831215, 0.05701441, 0.004793411, 0.039924476, 0.0142368125, -0.021307852, 0.048410427, -0.022215744, -0.010599101, 0.028623626, 0.015714003, 0.014674531, 0.0068675294, -0.016767673, 0.018518383, 0.006044505, -0.03671023, 0.05074375, 0.009576077, -0.06574723, -0.017325403, -0.022979338, 0.014364882, -0.001008989, -0.03296309, 0.010836053, 0.022908287, -0.021312235, -0.027196435, -0.01216708, -0.027363978, 0.032137215, 0.01596148, 0.01023726, -0.011742081, 0.0018640312, -0.008262264, 0.066213675, -0.030924497, -0.03751286, 0.06078233, -0.009951295, 0.05661392, 0.051763486, -0.040534344, 0.059427947, 0.013731962, -0.03637643, -0.030435024, -0.0017631542, -0.019927591, -0.05258279, 0.017254021, 0.0024350828, 0.04278368, 0.047123585, 0.035467032, 0.021527149, -0.0890735, -0.0186254, -0.029605422, -0.026052577, -0.04419333, -0.036840715, 0.025375387, 0.031835023, 0.051009763, -0.0196811, -0.031255912, 0.06444197, -0.0011513134, -0.009350296, -0.012747343, -0.00436221, -0.045761306, 0.012734624, -0.025775384, 0.0522548, 0.028005423, 0.05236656, -0.03632273, -0.009492963, -0.051320504, 0.028516607, 0.007919474, 0.011141863, -0.016331546, 0.019008731, -0.0038676728, -0.008145597, 0.0401793, 0.03215958, -0.040965706, 0.035185892, -0.005882115, -0.022464866, -0.032320984, 0.04910823, -0.048751216, 0.043563064, 0.034217473, -0.012467957, 0.04101395, -0.024016619, 0.08534676, 0.026928892, 0.013298629, 0.008490991, 0.0021043404, 0.014090102, 0.038014613, -0.04269728, -0.013485498, -0.0035706065, -0.04428587, -0.019285487, 0.0015745582, -0.026689418, -0.010922784, -0.00989691, 0.046363063, -0.028093802, -0.04879288, -0.023119614, 0.06399987, -0.018557856, -0.031771865, -0.02701661, 0.016680228, -0.0388815, -0.019062899, -0.006292202, -0.039878864, -0.03369116, -0.06076479, 0.01005897, 0.00026491174, 0.006360513, 0.016066633, 0.039991144, 0.024067055, -0.045388285, -0.022451488, -0.0037526237, 0.005032446, 0.046717446, 0.042133134, 0.029439852, 0.025631089, 0.019759826, 0.008885069, 0.01210129, -0.033277124, 0.020141844, 0.07437704, -0.0046153413, -0.030186122, 0.014792952, 0.030376693, -0.0057529486, -0.00077565626, -0.012571465, -0.018665532, 0.026301263, 0.03941132, -0.04819464, 0.006653495, 0.025387665], [-0.0510513, -0.09073733, -0.024682492, -0.054920945, 0.021353673, 0.013373381, -0.00022789558, -0.023047362, 0.025320258, 0.047013402, 0.0013761806, 0.013639193, -0.0482505, -0.035975132, -0.023478793, 0.014100988, 0.035550453, -0.03266507, 0.04251794, 0.0469036, -0.00787049, 0.024230385, -0.0451812, 0.020381013, -0.0076986956, 0.04337073, 0.02387911, 0.02519307, 0.011989881, 0.00088664825, -0.017396925, -0.045428596, 0.010158938, -0.0022564237, 0.017667083, -0.007361971, 0.0053914892, 0.012954763, -0.042894006, -0.029266711, -0.054897156, 0.011664594, -0.00537296, 0.027033161, -0.018939868, 0.07246908, 0.0118228905, 0.024248777, -0.054570496, -0.044184178, 0.01931182, -0.03602775, -0.036557768, 0.03354783, 0.012090989, 0.051429253, 0.028623456, 0.016471846, 0.02803556, -0.010304883, -0.014726686, -0.0020628981, -0.06551795, 0.013203417, 0.015646733, 0.045501795, -0.011288981, -0.0030178006, -0.011642748, -0.062053595, -0.03446033, 0.027536647, 0.018642487, -0.029630886, 0.051825915, 0.013374182, -0.079650104, 0.00028731427, -0.012017789, -0.019678283, 0.018184066, 0.0010234427, -0.020412125, -0.046413153, -0.05564015, 0.025049185, -0.0172392, 0.0029847743, 0.04531193, 0.0023217327, -0.040739153, 0.009230887, 0.06875229, 0.007857222, -0.005212146, 0.016005417, 0.0066246986, 0.053606987, 0.032955132, 0.027035907, 0.041285418, -0.03595912, -0.021169297, -0.015539561, 0.009440196, 0.018785516, 0.010459063, -0.019773902, -0.0017682639, 0.0040535103, -0.003591543, -0.008151999, 0.02266237, -0.053912602, 0.018046813, 0.0070675653, 0.026029391, -0.012693526, -0.0409615, 0.011457686, 0.013525732, 0.01897258, 0.0005375705, 0.03967499, -0.025588127, 0.0012153669, -0.002080741, -0.007277103, -0.06177806, 0.007823824, 0.030558253, 0.011337934, 0.03240681, -0.035570238, -0.027604131, 0.021006882, 0.0049249465, 0.05586227, -0.008281788, 0.04345537, -0.022393128, 0.005999744, 0.022586197, 0.013158811, 0.008413093, -0.029225536, -0.013984153, -0.0738782, -0.01944404, -0.004186645, -0.0079803765, -0.0107724555, 0.009507448, 0.003494666, 0.013099335, -0.048688103, 0.012047985, 0.02437482, -0.051376186, 0.022388896, -0.010348346, 0.00019261037, 0.02511369, 0.009092033, -0.005260871, -0.04567382, 0.0044661816, 0.0055834134, -0.011571719, -0.0124396095, 0.0684723, 0.010610498, 0.0070199845, 0.026756285, -0.05261008, 0.00085668155, 0.010869418, -0.018894345, 0.037554905, 0.003518685, -0.017031148, -0.0017234283, -0.022881288, -0.018361129, -0.008056695, 0.058910176, -0.014708959, -0.023390494, 0.007835719, 0.0142655205, 0.03875792, -0.020077229, 0.030739425, -0.0124056395, -0.031601824, 0.026688201, -0.029747093, -0.005618412, 0.02640272, 0.05461259, 0.0025095392, -0.014125637, 0.0214589, -0.02307367, -0.02512925, -0.030486425, 0.04220912, 0.009405548, 0.037421312, -0.023914795, -0.0070854076, 0.056412417, 0.03204149, 0.034710582, 0.03582461, 0.022625428, 0.024077669, -0.048499838, 0.056917053, 0.06130134, -0.019350108, 0.008331427, 0.02249561, -0.03882586, -0.049938697, 0.039029907, -0.005597138, 0.021950262, -0.004405333, -0.015410545, 0.08363957, 0.01021018, -0.0049529686, -0.054967612, -0.009720647, 1.6470245e-05, -0.026561016, 0.02835673, -0.051916044, 0.022368422, -0.01952639, 0.032365173, 0.03696838, -0.041047513, 0.0045421277, -0.0016666973, -0.054926436, 0.009526206, -0.0013221946, -0.00012947443, 0.052362796, -0.00092736626, -0.037913132, -0.012801041, -0.01952845, 0.011554105, 0.008153572, -0.013060447, 0.014449895, 0.03110772, 0.014789365, -0.0370672, -0.015277296, -0.064870805, 0.007471086, 0.011024542, 0.041287243, -0.027582169, 0.010741345, -0.063754484, -0.034598496, -0.081780255, 0.024325637, -0.006605026, -0.03389119, 0.037325233, 0.03300637, 0.0010980164, 0.047384895, 0.02198915, -0.05648928, -0.020380098, 0.028224625, -0.004517422, 0.01751702, 0.009675011, 0.03818169, -0.049447335, -0.003877828, -0.046612624, 0.0017165656, 0.020480292, 0.008128981, 0.019336069, 0.0643584, -0.023381459, 0.033583287, -0.0037058052, -0.079386584, -0.03079524, 0.030793412, -0.016631344, 0.019310446, 0.020681595, 0.005416023, -0.029460693, -0.041248128, 0.035680957, 0.030678576, 0.018957254, -0.049934123, -0.033494417, -0.052499823, 0.04858242, 0.01042904, -0.023369905, 0.044517014, 0.07063082, -0.031681433, -0.022519859, -0.039086636, 0.0027139303, 0.017178409, -0.034547254, 0.04424457, 0.04278055, 0.011414795, 0.011025915, -0.051455792, -0.025997825, 0.047436137, 0.026851075, -0.015914831, -0.01953737, 0.028263168, 0.004681667, -0.013973859, 0.027829682, 0.025262153, 0.04300793, 0.0056524966, -0.060285673, -0.00904674, -0.005577008, 0.027910432, -0.061490286, 0.028974822, -0.064211994, 0.011658188, 0.017890804, 0.023122394, -0.019616062, 0.0147985155, 0.022356529, -0.01212719, 0.0014223886, -0.014624663, -0.012652809, -0.029207233, 0.016975103, 0.009223566, -0.01996674, -0.04497109, 0.06971534, 0.025888938, -0.01879335, 0.061076242, 0.0011646694, 0.028135752, -0.0026658922, 0.062861435, 0.026743103, 0.0023927607, 0.04622826, 0.011721782, 0.073805, -0.045705844, -0.013659324, 0.031353857, 0.0052489755, 0.02266609, -0.041322015, 0.044713665, 0.024332957, 0.03521979, 0.053250134, 0.024431549, 0.02761534, -0.02474557, 0.025377901, 0.010389064, 0.017786492, 0.041453775, 0.030226558, 0.02938383, -0.0089675905, 0.04432692, 0.035177756, -0.0015410545, 0.014777928, -0.01940012, 0.022628745, -0.024068518, -0.00012678657, -0.005340706, -0.040798627, -0.020825708, -0.0052883215, -0.0072112223, 0.033084147, 0.04619721, -0.0037217033, -0.04227729, 0.032915786, 0.046382956, -0.013957618, -0.017435012, 0.020619834, 0.027913405, -0.0018055221, 0.0035053026, 0.04668308, -0.042838193, 0.037317917, 0.019017644, -0.006485617, 0.0031636595, -0.023823295, -0.041995466, 0.04224572, 0.013100908, 0.026564674, 0.004629054, 0.07508602, 0.041349463, -0.03156431, 0.013851133, -0.006019642, -0.06858942, -0.0047562406, -0.045728724, -0.06184943, 0.024019107, -0.009731627, -0.011315544, 0.024654128, -0.031435978, 0.016220447, 0.013886933, -0.0510358, 0.024465177, -0.016049339, -0.033626292, -0.011624791, -0.05312569, 0.03266553, 0.05184467, -0.040117856, -0.001577026, -0.010766737, -0.036664598, -0.02572881, 0.015887382, -0.029222332, 0.01128006, -0.00014548717, 0.046515632, -0.046696804, -0.007988069, 0.050699987, 0.026799604, -0.023666713, -0.019869521, -0.03296228, 0.00033855505, -0.003991061, 0.04439646, 0.0016067639, 0.017041529, -0.0030982362, 0.0040347525, 0.006566138, 0.05287498, 0.01031838, 0.044949416, 0.008489496, -0.014931193, 0.015396019, -0.04493449, -0.016212897, 0.016873308, 0.03485287, 0.0018402068, 0.052569363, -0.034936134, -0.037517387, 0.009190396, 0.05653412, -0.01789841, 0.01120846, 0.04844997, 0.025828432, -0.049225673, 0.029706832, 0.010284753, -0.04470482, 0.025306052, 0.04982798, 0.0072450778, 0.02155086, -0.011650525, -0.05703829, 0.030421002, -0.031478412, 0.047978286, 0.04201983, -0.0019704818, -0.035132404, -0.008623546, -0.012698559, -0.009608329, -0.014532704, -0.0055127284, 0.030404072, -0.012194844, -0.030251265, 0.039452642, -0.034205955, 0.033246104, 0.01541409, -0.014867599, -0.03523992, -0.032113317, 0.008569331, 0.005686581, 0.002737835, 0.008202297, 0.003639009, -0.005133112, 0.0017225132, -0.038855135, 0.027368745, 0.02538545, 0.003232972, -0.02802641, -0.009259509, -0.009459125, 0.017436499, 0.022291562, 0.00044286659, 0.0045128474, -0.016853178, -0.09386942, -0.051028483, 0.05588949, -0.013041689, -0.021736149, 0.017697908, 0.04022034, -0.028294278, -0.039481007, -0.008643905, 0.03458889, 0.033943344, -0.010891408, 0.029566834, 0.005245773, -0.06486898, -0.066817954, 0.034710128, -0.024368642, -0.05830075, -0.06570896, -0.041507762, 0.018277269, -0.027604131, 0.039257742, -0.030780602, -0.0043298444, -0.0109014725, 0.009922722, -0.018551901, 0.0044179144, 0.00013281636, 0.0388652, 0.02126446, 0.010919372, 0.014677733, 0.031579863, -0.008828967, 0.026310302, 0.0004909048, 0.03973721, 0.009030269, -0.019953243, -0.041488547, -0.03705668, 0.028475223, 0.014597212, -0.05303236, -0.030936612, -0.062402327, 0.0135774305, -0.024930175, 0.03984152, -0.013130903, -0.008231691, 0.0511822, -0.010825069, 0.018394748, 0.0073933103, 0.013993074, -0.016056202, -0.02620599, -0.0045560817, 0.01954469, -0.03559037, -0.013860627, -0.020826627, 0.008256625, 0.02217627, 0.002404084, 0.0034962671, 0.048022658, -0.030852256, 0.03317611, 0.003507819, 0.07946573, 0.014717079, -0.008332114, 0.04123692, -0.011922627, 0.05707489, 6.176342e-05, -0.054310177, 0.06586428, -0.026488729, -0.015374059, -0.002880463, 0.0050982274, 0.019435804, 0.053023208, -0.010941619, 0.0108875185, 0.009398106, 0.012112035, -0.0111137545, -0.0020865742, -0.025082124, 0.007861597, 0.03080851, -0.009969989, 0.0031206538, -0.046414983, 0.046116687, 0.004093771, -0.0051762317, -0.024042899, -0.005700535, -0.034357846, 0.041148163, -0.040154457, 0.050307445, 0.014891846, 0.01705494, -0.019555671, 0.042771395, -0.00050085556, -0.02624442, -0.016964123, 0.065910265, 0.020220887, 0.048718985, -0.0053919465, 0.0068465895, -0.0045590554, -0.03794287, -0.016292732, 0.0015294453, 0.02827575, -0.01732624, -0.004586048, 0.033870142, 0.0028153255, 0.016125057, -0.010061032, 0.0041273977, 0.050333068, -0.034875743, -0.03567821, -0.016851805, 0.021586316, 0.018392917, -0.0082415845, -0.020381013, -0.0007814216, 0.04690726, 0.033498306, 0.016462926, 0.024599226, 0.056662627, 0.048812315, 0.017195392, 0.030832298, 0.022244895, -0.0054059, 0.032450043, -0.006140199, -0.03705279, -0.061382774, -0.017315803, 0.007805981, -0.0032245081, 0.043404587, 0.028656855, 0.0018778654, 0.0456299, -0.041816123, -0.0066173784, -0.00014983349, 0.016370509, 0.016945137, -0.07188713, -0.04951322, 0.016225938, -0.032289002, -0.056289807, -0.052159436, -0.011693817, -0.02161468, -0.0029028808, -0.02904619, -0.017360782, 0.00714008, 0.022017514, -0.0130052315, -0.020351732, -0.034301117, 0.011526998, 0.009030269, 0.0067738458, -0.033365056, 0.0059274584, -0.00069312286, 0.0053721163, -0.07979833, -0.018143805, -0.0098299915, 0.006778764, -0.016549394, -0.003953774, 0.05633739, 0.013758888, 0.020388333, -0.0077702957, -0.025936976, 0.041854553, -0.05145419, 0.024526026, 0.030188128, -0.0024979874, -0.05222349, 0.005428776, -0.002393933, -0.02078545, 0.013173452, -0.013182602, 0.0338157, 0.006093076, -0.0059696063, -0.001492616, -0.00201486, -0.016180757, -0.040374976, 0.0032418934, -0.011931663, -0.07316358, -0.024870986, 0.02655461, -0.03684794, -0.06369501, 0.004946106, 0.010217843, -0.03527372, -0.021968564, 0.05411459, -0.008676474, 0.00298283, 0.0011439958, -0.048168145, -7.400173e-05, -0.022464272, -0.04007668, 0.007692519, -0.041197345, 0.042779636, -0.0072258627, 0.02062578, -0.048107754, -0.021546284, -0.0043993853, -0.010986226, 0.046327136, -0.0044837953, -0.0027249104, 0.0026123638, 0.009642871, 0.018743139, -0.046574194, -0.063727036, -0.05016837, -0.0076124556, 0.005222898, 0.010218185, 0.038040776, 0.022549424, 0.009278238, 0.0145651875, 0.022787498, -0.012507664, -0.00437834, 0.012891398, 0.010678208, 0.01287264, -0.005217408, 0.008539422, 0.01946234, -0.006972861, -0.01758822, -0.0016574899, 0.042822637, 0.028436793, 0.0075840903, 0.051241677, 0.023674719, -0.016871478, -0.032051098, -0.0041951085, 0.007333634, -0.07284606, -0.006104285, 0.061185133, 0.014191861, -0.022368422, 0.033556294, -0.0067308405, 0.03821097, -0.069822855, -0.009052516, -0.073530495, -0.06166826, -0.008835372, 0.01731549, 0.011662535, 0.006806786, 0.021922354, -0.018477786, 0.047924753, 0.016840825, 0.035178613, 0.0023287097, -0.031191828, 0.033363227, -0.038113065, -0.0031416991, 0.03574775, 0.024407988, 0.02152661, 0.01942657, -0.0141278105, 0.015884407, 0.025405353, -0.028080165, 0.034796137, 0.016249727, -0.06763414, 0.0023900156, -0.011207087, 0.0413028, 0.0033471198, -0.025847761, 0.020716138, 0.02769815, -0.01404523, -0.029877024, -0.0077812755, -0.039409637, 0.009414575, 0.024669224, 0.009893128, -0.0046574194, -0.009636123, -0.0041916776, 0.04766489, -0.018928202, -0.070251085, 0.05735854, 0.0051824083, 0.058061276, 0.046506483, -0.034486864, 0.071978636, 0.010023059, -0.03641068, -0.03760523, -0.010670431, -0.017268136, -0.036304083, 0.029032467, -0.0013871606, 0.035637267, 0.050953906, 0.05203225, 0.021898108, -0.07985141, -0.0032286257, -0.033307184, -0.030924715, -0.032726835, -0.030994255, 0.02160347, 0.012613005, 0.040259458, -0.009856527, -0.023609182, 0.08051022, 0.0021558865, -0.005110351, -0.0041166465, -0.00092782377, -0.044916186, 0.020669699, -0.037015963, 0.06960326, 0.022368193, 0.056256868, -0.030216953, 0.0019576717, -0.04045458, 0.013890364, 0.018141747, 0.009217847, -0.01981096, 0.0034679014, -0.025365552, -0.006206309, 0.01829524, 0.052013032, -0.05137984, 0.06542805, 0.020282649, -0.021070935, -0.02227509, 0.04752489, -0.054239266, 0.047517117, 0.008585115, 0.010582132, 0.040507652, -0.048142526, 0.08689701, 0.035941735, 0.025584696, 0.01360122, -0.00035799906, 0.023993487, 0.016705519, -0.029821152, -0.018022107, 0.0012494511, -0.022151563, -0.01568379, 0.015832024, -0.015888296, 0.013636448, -0.0028831651, 0.048455458, -0.020365002, -0.059490524, -0.029257102, 0.06305268, -0.024576807, -0.029369192, -0.026862971, -0.005184467, -0.040375892, -0.006214315, 0.0065313675, -0.03595363, -0.017494602, -0.053425815, 0.012945612, -0.01604202, 0.014627407, -0.0007814216, 0.028517772, 0.02183131, -0.036449566, -0.014859822, -0.008233293, 0.01058156, 0.04125888, 0.03431804, 0.03797787, 0.03312418, 0.015173385, -0.00087269425, 0.017851915, -0.03694768, 0.042376567, 0.043723926, -0.004649642, -0.051439036, 0.014673244, 0.047543, -0.012631076, 0.0028777178, -0.013050839, -0.01612803, 0.051907122, 0.0404953, -0.038615175, 0.022765538, 0.029440334], [-0.019254275, -0.09118062, -0.02161447, -0.05499452, 0.011731379, 0.0012785858, 0.014819329, -0.01608376, 0.034354325, 0.015301747, 0.015135436, 0.018684426, -0.06924415, -0.037418686, -0.044315264, 0.017053315, -0.010238122, -0.03357585, -0.009273285, 0.052284606, -0.02026983, -0.0064754942, -0.025567291, 0.0040577995, -0.026645066, 0.053939156, -0.01359264, 0.012171335, 0.013209301, 0.032342087, -0.0037555508, -0.037759565, 0.004631335, -0.011537938, 0.030884217, 0.016909415, 0.024105294, 0.0019402894, -0.035772093, -0.030074634, -0.05320521, 0.027868215, -0.01457576, 0.013560794, 0.02972712, 0.03702237, 0.009713242, 0.00442681, -0.01081409, -0.030072127, 0.021675803, 0.017789476, -0.020260984, 0.01644174, -0.01642626, 0.03336354, 0.042929344, -0.0050005205, 0.042179175, -0.02174366, 0.017511554, -0.0027678425, -0.06187164, -0.016291354, 0.04770089, 0.05462062, -0.008565581, 0.031124836, 0.002921381, -0.056762602, -0.0189939, 0.008180472, -0.026821109, 0.009283311, 0.022315243, -0.017404808, -0.04087464, 0.00019579819, -0.027817497, -0.03448643, -0.025544586, 0.017464077, 0.0069290153, -0.04095249, -0.064061396, 0.012482871, -0.01537694, -0.0029523063, 0.052212063, 0.00859153, -0.038967967, -0.00042064177, -0.007055812, -0.0064421734, -0.014256408, 0.013208121, 0.015221541, 0.059173517, 0.025045656, 0.033907294, 0.04013155, -0.055385526, -0.025046835, -0.036843084, -0.036347695, 0.009483238, 0.050175644, -0.025628332, -0.017923791, -0.020092316, -0.0033515696, 0.024899395, -0.012593598, -0.05008659, 0.0037596792, -0.018841447, 0.019998396, -0.009171848, -0.040669482, -0.028883772, -0.023761762, -0.0008191677, 0.0154418135, -0.00036623699, -0.0119806975, -0.047024593, -0.0051638824, 0.017114649, -0.042777188, 0.002174532, 0.022818746, -0.0025500944, 0.071940504, -0.013699386, -0.05061442, -0.00950211, -0.03289056, 0.058437504, -0.026987197, 0.06306707, -0.026409166, 0.0127268825, 0.015070563, -0.0002972358, 0.0044939225, -0.033648983, -0.013492677, -0.057464115, 0.0038522703, -0.029081928, -0.009454929, 0.0004765209, 0.009631855, -0.004017991, -0.014967356, -0.039822523, 0.0014210113, 0.01306894, -0.018589033, 0.031794798, -0.024472415, -0.008484195, 0.031105962, 0.022298584, -0.038711425, -0.032817427, 0.017757481, -0.006149361, 0.004633104, 0.06331005, 0.071704604, -0.0071855574, 0.020457925, 0.045655183, -0.062032938, -0.02843261, -0.001883673, -0.026437087, 0.016971119, 0.031855542, -0.02115859, 0.023027519, -0.010477562, -0.005053009, -0.038414188, 0.001960341, -0.018892165, -0.0071949936, -0.03413479, 0.036986988, 0.043563917, -0.013537205, 0.008923632, 0.009566208, -0.017943842, 0.033844776, -0.0348969, 0.019848745, 0.027685393, 0.05094056, -0.0023938098, 0.011770302, 0.022047052, -0.046085708, -0.023910196, -0.07650755, 0.027719598, -0.01208523, 0.07241938, -0.018805178, 0.007159019, 0.04040048, 0.030405335, 0.049866024, 0.035290856, 0.03175941, 0.037128527, -0.03906528, 0.04495986, 0.076290525, -0.048128612, 0.014257883, 0.021344362, -0.058492053, -0.027306769, 0.027343336, -0.019803114, 0.022835258, -0.003439443, 0.016905878, 0.0911759, -0.017595889, -0.032585066, -0.049239706, 0.0012974578, -0.030986832, -0.031192105, 0.03519067, -0.0103282435, 0.038304348, -0.031967003, 0.031686284, 0.007829568, -0.030440426, -0.030788086, 0.017893124, -0.047185007, 0.027697187, -0.013679924, 0.033168923, 0.04392809, -0.037773717, -0.017464962, 0.0312593, -0.01713529, 0.005567274, -0.034666304, 0.027546799, 0.013245866, 0.032697707, 0.008636352, -0.039586622, -0.0015785124, -0.015235694, 0.045678776, 0.024192872, 0.010838492, -0.02764293, 0.016471522, -0.025268583, -0.047878552, -0.05367229, 0.043953154, 0.012384824, -0.011595735, 0.045028865, 0.055564225, -0.0065627783, 0.055502888, 0.048213538, -0.06776504, -0.018353133, 0.047902144, -0.013970083, 0.01674655, 0.0056444486, 0.020411666, -0.086443715, -0.01736382, -0.060450923, -0.039312974, 0.0009223746, 0.0023882072, 0.036177844, 0.031123066, -0.011241882, 0.034318943, 0.006836423, -0.03759797, 0.0058488073, 0.035621118, -5.72061e-05, -0.015004511, -0.0068045766, -0.011102701, -0.011026476, -0.07045904, 0.032480087, 0.027799215, -0.0070062727, -0.034016985, -0.0018797658, -0.05320698, -0.010775387, 0.02541838, -0.0052281655, 0.041002028, 0.08298069, -0.031048167, -0.056158695, -0.029749531, -0.008508964, 0.048142765, -0.047666833, 0.031202683, 0.010510588, 0.027581597, 0.0019084426, -0.05981045, -0.03547132, 0.028843079, 0.0050034695, -0.012226772, -0.003474828, 0.037088424, 0.034229297, -0.012657882, 0.026855018, 0.028442046, 0.038185365, 0.015740523, -0.04833738, -0.0073489193, -0.0050364956, 0.025293352, -0.0687346, 0.0011836354, -0.047140185, 0.0009831192, 0.004401921, 0.04322245, -0.029572602, 0.008845124, 0.039857905, -0.042570774, -0.05045224, -0.0012927399, -0.014724673, -0.025423393, 0.05214837, 0.0047327727, -0.026751224, -0.04187899, 0.043357506, 0.01955623, -0.019133376, 0.0783924, -0.025046835, 0.022647718, -0.01388162, 0.0382868, 0.023380192, -0.019433118, 0.007384305, -0.010741182, 0.027949601, -0.01634679, -0.0060166665, 0.02254805, -0.014180035, 0.00041164798, -0.036180202, 0.036171872, 0.021068359, 0.043349247, 0.025503304, 0.024208205, 0.038520936, -0.028702127, 0.026437474, 0.020824125, -0.0063386713, 0.003956067, 0.04980115, 0.024263127, 0.0017388884, 0.034436893, 0.010779517, 0.042952232, 0.01685044, 0.009331376, 0.03286107, 0.00076594244, -0.04526948, 0.0025155938, -0.044948656, -0.04972802, 0.011125553, -0.010058837, 0.02448067, 0.020042187, -0.017993383, -0.04178758, 0.03126166, 0.015450954, -0.03983417, -0.042735904, 0.029392729, 0.016404586, 0.014348705, 0.019872338, 0.052761715, -0.046428353, 0.022042628, -0.011716045, -0.019376649, -0.035582192, -0.020573555, -0.063658, 0.042802546, 4.128275e-06, 0.023730505, -0.001617694, 0.07161024, 0.053813834, -0.002239884, -0.005191011, -0.014699019, -0.06869214, -0.02558351, -0.015729317, -0.04650089, 0.0012927399, 0.020683838, -0.012745312, -0.00070018496, -0.022260433, 0.030129036, 0.008612761, -0.05074004, -0.00059270236, -0.008124464, -0.02223607, -0.029098444, -0.05152559, 0.022029657, 0.052997615, -0.046767462, -0.034173712, -0.025787566, -0.06081539, 0.0024589775, 0.04243631, -0.03987442, -0.004477409, 0.0034388532, 0.024927706, -0.052252166, -0.00024054575, 0.036288716, 0.005275493, -0.031258117, -0.0016660539, -0.030675739, -0.009290978, -0.0047298237, 0.047929276, 0.036102355, 0.011667685, 0.02854879, 0.015207975, 0.01038497, 0.0010008118, 0.019546794, 0.020065187, 0.0183838, -0.022126375, -0.010442767, -0.006264363, -0.013996032, 0.0142484475, 0.045582056, 0.020764044, 0.06961923, -0.012987258, -0.0035314444, -0.000907041, 0.020889072, -0.03975175, -0.004154667, 0.06460736, 0.0371875, -0.0643256, 0.017204292, 0.0056005954, -0.05009603, 0.021176873, 0.029584398, -0.028179605, 0.0023439755, -0.03925459, -0.050256442, 0.013469972, -0.04119871, 0.029295126, 0.053391572, 0.01129673, -0.046124037, -0.033186615, -0.037740692, -0.00653447, 0.029360441, -0.034196272, 0.026718196, 0.01587189, -0.020205548, 0.032825686, -0.040860564, -0.0026824942, -0.021272412, -0.033725057, -0.06695826, -0.045415744, 0.009256773, 0.0092426175, 0.011645865, 0.04724634, 0.018982546, 0.03452182, 0.009307049, -0.021549154, 0.008126067, -0.012327029, 0.01189415, -0.03743284, 0.0025819412, -0.003737858, 0.017439604, -0.010515306, -0.040732585, 0.0014932561, 0.007841953, -0.07598857, -0.034892183, 0.07527615, 0.013346124, -0.016181659, 0.022583285, 0.027375184, 0.025757154, -0.015997656, 0.0026344294, -0.0052281655, 0.026193315, 0.021077795, 0.024569133, -0.009350543, -0.06767304, -0.05240786, 0.027558004, -0.020509271, -0.03694688, -0.06938097, -0.024136256, 0.0076017026, -0.010910442, -0.015235326, -0.058286525, -0.018499391, -0.012785121, -0.028398404, 0.041061003, -0.039931037, -0.031223325, 0.017919073, 0.021671673, 0.007976491, 0.029454652, 0.030111343, 0.001033838, 0.03953885, -0.036341794, 0.051971443, 0.02917216, -0.02926829, 0.004214379, -0.04663123, 0.011556812, -0.0027458926, -3.656472e-05, -0.041490346, -0.07305307, -0.00044865505, 0.013270046, -0.007893262, 0.006003692, 0.005272987, 0.04197984, 0.031220965, 0.0098630395, -0.009772217, 0.01756522, -0.01306894, -0.025877208, -0.014277935, -0.003908297, -0.043915413, -0.014142881, -0.031688638, 0.012604674, 0.008863407, -0.0075087426, 0.025779309, 0.032016546, -0.008273063, -0.014753276, -0.01989298, 0.07735724, 0.027874114, 0.005347885, 0.05175545, 0.009566982, 0.07317663, -0.030112818, -0.053307824, 0.07577154, 0.019905362, -0.04666429, -0.026222803, 0.017163008, 0.030480161, 0.020848967, 0.04389654, -0.0019158146, 0.03608702, 0.0043046116, 0.0020156302, 0.014733224, -0.034797527, 0.009813168, 0.031485766, 0.022858849, 0.014098023, -0.06311307, 0.019492537, -0.0074426904, 0.00010025811, 0.01313794, -0.003067898, -0.04266513, 0.033264462, -0.034755357, 0.044795323, 0.026580784, 0.014851174, -0.019091504, 0.057022095, 0.015515237, -0.024520773, -0.012960426, 0.052161347, -0.024448823, 0.021573922, -0.032649346, -0.0021727995, 0.007360125, -0.053842146, -0.009916117, 0.016685897, 0.039428566, -0.02881654, -0.022152472, 0.0103955865, 0.013832081, 0.039163176, 0.040225912, -0.0022504996, 0.038756248, -0.055040523, -0.06363677, 0.0048306715, 0.007509775, -0.00038039108, -0.008272474, 0.013116709, -0.028123505, 0.028337661, 0.028713332, 0.05256356, 0.020943329, 0.041153006, 0.032086134, 0.011156221, 0.025040053, -0.0019284942, -0.057592385, 0.00543797, -0.007866428, -0.03304212, -0.090508305, -0.026200984, 0.0076269885, -0.0041108406, 0.0041462625, 0.02707146, -0.0109835705, 0.022026116, -0.018727034, -0.011198241, -0.0014189472, 0.0042108404, -0.012514572, -0.034468148, -0.0053411033, 0.08194272, -0.053809114, -0.03157187, -0.028138619, -0.0009506091, 0.0034338403, -0.037882235, -0.025832385, -0.003114194, 0.032210644, 0.0051944023, -0.010781875, -0.05203278, -0.043822233, 0.023399653, 0.029025313, -0.007270482, -0.033952117, -0.0014154086, 0.013948851, 0.01829622, -0.037140325, -0.02412881, -0.021216976, -0.008629275, -0.014278229, -0.009400672, 0.042628568, 0.03135366, -0.024934782, -0.020735737, -0.04437542, 0.02814068, -0.056023054, -0.008327321, 0.0007572436, -0.001735055, -0.05794919, -0.012936834, 0.011036058, -0.011278632, 0.012238567, -0.04982474, 0.02659656, 0.0011184677, -0.0037212449, 0.0050176233, -0.0026438653, -0.038776297, -0.05563971, 0.01852534, -0.014118701, -0.07863538, -0.040051345, -0.006418288, -0.037710026, -0.0332621, -0.0024486568, 0.037450533, -0.032014184, -0.031633202, 0.0417923, -0.027481338, 0.010124595, 0.016181253, -0.064121544, 0.01651192, -0.0141467145, -0.035222445, 0.018242847, -0.045911137, 0.05837145, 0.024669688, 0.046684895, -0.026343113, -0.021820884, -0.010426401, -0.009778557, -0.022755051, 0.018546497, 0.0011957254, -0.009320466, -0.0061685275, 0.022490844, -0.036744006, -0.070069805, -0.032307588, 0.007699823, -0.014888919, 0.013817042, 0.03473118, 0.014438937, 0.004539923, 0.006593445, 0.028394867, 0.021842113, 0.012825372, 0.032247137, 0.007736387, 0.025259737, -0.006788948, 0.012623676, 0.043905973, -0.0068175513, -0.008922972, -0.005349655, 0.033188973, 0.0066145286, 0.022810489, 0.05479047, 0.026110455, -0.019136325, -0.006633843, -0.0012576495, 0.017815277, -0.044646703, -0.016410483, 0.026970904, 0.0018919295, 0.0017881328, 0.0065427264, -0.009275644, -0.0019037246, -0.058606762, -0.032750934, -0.042199817, -0.034289453, -0.013771926, -0.009588104, 0.010404432, 0.015799498, -0.007216759, -0.0018828621, 0.051795106, 0.016105138, 0.014993895, 0.041886657, -0.028099399, 0.038381163, -0.005498512, -0.009293466, 0.021654572, -0.018175026, -0.0010073729, 0.015274618, -0.042090714, 0.016696513, 0.01043628, -0.019561537, 0.00054965034, 0.03490663, -0.08145205, 0.029853325, -0.012740153, -0.0038448984, 0.024516648, -0.02144978, 0.055389658, 0.026588157, -0.016592128, -0.040218834, -0.017870713, -0.037655767, -0.0057453797, 0.04702363, -0.00615113, -0.029024133, -0.044964425, -0.0064311246, 0.00092609745, -0.054804623, -0.05054306, 0.07574559, -0.023693498, 0.015930424, 0.07328042, -0.021714726, 0.045170404, 0.02108428, -0.021540603, -0.025879567, -0.012169565, -0.022593755, -0.038739733, -0.0051472955, -0.0044361264, 0.06488351, 0.03885238, 0.01292504, 0.0028443814, -0.07799373, 0.004035389, -0.01833426, -0.06242896, -0.05268387, -0.024520773, -0.0058086677, -0.0024356823, 0.015098281, -0.015535879, -0.036891446, 0.047253415, 0.0069142706, -0.0018353132, -0.0054422463, 0.0012880218, -0.014979742, 0.018241078, 0.0202026, 0.06148535, 0.0152777145, 0.022781886, -0.027793318, 0.0060878787, -0.037878692, 0.019725488, 0.009005537, 0.016161608, -0.031842194, 0.032590963, -0.0073610093, 0.038074195, -0.005378465, 0.05239076, -0.030938473, 0.027109792, -0.0015422057, -0.023197664, -0.026383216, 0.019684501, -0.00044673833, 0.023720331, 0.0051134587, -0.00015097692, 0.02820666, -0.017133227, 0.09362928, -0.002134908, -0.004216738, 0.015556521, -0.008461489, 0.0328363, 0.021068359, -0.014116342, -0.013496512, -0.0075500254, -0.020401936, -0.014778045, 0.0033649495, -0.042500593, 0.004872839, 0.022916645, 0.07617021, 0.0009778114, -0.061013546, -0.05725151, 0.047286443, -0.009957399, 0.010353714, 0.00088805833, 0.003920682, -0.008589761, -0.013662232, -0.0020398102, 0.0014348704, 0.0013228173, -0.060685646, -0.008045418, 0.0053195776, 0.03873266, 0.019103298, 0.041925583, -0.0018966475, -0.041216698, -0.012478892, 0.008453233, 0.03745407, 0.042334873, 0.028636223, 0.027404672, 0.0127257025, 0.02501027, -0.0050701112, -0.0019444176, -0.036804162, 0.06029169, 0.042753596, 0.013360573, -0.041346446, 0.024809754, 0.01852121, -0.03924928, 0.006023596, -0.00943016, 6.4283144e-05, 0.04488968, 0.023257522, -0.023574227, 0.008658762, 0.004932699], [-0.014590755, -0.090859056, -0.0329771, -0.05049316, 0.042914838, 0.01825938, -0.00396135, -0.0072639873, 0.031368356, 0.037261754, 0.025164943, -0.0022484388, -0.049591865, -0.034355037, -0.03337259, 0.010363479, 0.016851405, -0.039929885, 0.023744758, 0.054190744, 0.006614352, 0.019238047, -0.029249588, 0.004660475, -0.0238553, 0.033892125, 0.0023648695, 0.024081895, -0.0034439755, 0.016886631, -0.03083672, -0.028150868, 0.013146257, -0.0075132735, 0.019490143, 0.007839712, 0.007107522, 0.012006098, -0.04629657, -0.038697176, -0.05152996, 0.03788373, 0.004671497, 0.017315831, 0.0014743223, 0.036182813, 0.0039492473, 0.022161081, -0.017212205, -0.046358813, 0.028805474, -0.007355133, -0.02890121, 0.034661483, -0.0047646416, 0.032679733, 0.02810246, 0.0050406987, 0.019369768, -0.013058838, -0.013333518, 0.003167783, -0.07311705, -0.00919085, 0.031175584, 0.03896559, -0.041464288, 0.025569398, -0.00081885187, -0.052679684, -0.0111789, 0.030783122, 0.01253228, -0.004777446, 0.025308631, 0.0043895235, -0.07318534, -0.015375569, -0.0050308923, -0.003927636, -0.004231923, 0.01928986, -0.00026581888, -0.029832821, -0.042617466, 0.019668868, -0.0080277305, -0.020748999, 0.044371437, 0.011382667, -0.058744676, -0.010974214, 0.024086216, -0.006025228, -0.009665434, 0.012854395, 0.029150175, 0.0506949, 0.023092961, 0.013595231, 0.052496422, -0.028535549, -0.0069573233, -0.049252994, -0.014196889, 0.024599701, 0.014501177, -0.024894046, -0.019566, 0.013430661, -0.00286771, 0.0037586356, 0.0049159206, -0.064690374, 0.013833388, -0.0043321997, 0.024280718, -0.00054460455, -0.025771033, -0.012403882, -0.0053678127, 0.020757077, 0.009945733, 0.0026370096, -0.01698669, -0.022030981, -0.006528339, 0.0060288073, -0.06409736, -0.009263464, 0.011644163, -0.009496542, 0.045957707, -0.013009566, -0.034800228, 0.016203823, -0.01662427, 0.05354759, -0.0036056277, 0.03509501, -0.010715743, 0.011354573, 0.020230114, -0.004825153, 0.0062980163, -0.03564134, -0.018454313, -0.043161854, -0.009722298, -0.014135946, -0.009984417, -0.0014555204, 0.00067783816, -0.006306607, 0.008794932, -0.035865232, 0.005980277, 0.0037007174, -0.0334197, 0.026941879, 0.0032857805, 0.003680835, 0.018951373, 0.017654262, -0.019916102, -0.064820044, 0.00042012348, -0.0072004497, -0.010342299, 0.014613555, 0.06614265, -0.0010238349, 0.012160458, 0.03132816, -0.07517617, 0.0043231226, -0.00094571005, -0.01612051, 0.02957481, 0.030210424, -0.0056839855, 0.020301647, -0.013870559, -0.016765391, -0.02340114, 0.035956003, -0.020313317, 0.01281809, 0.0153824845, 0.033494044, 0.03414411, -0.013426662, 0.023117166, -0.0104666455, -0.0273063, 0.023346515, -0.037602782, -0.0037720348, 0.011103503, 0.049199402, -0.011320858, 0.0061272336, 0.03606838, -0.019090766, -0.04003794, -0.053672075, 0.044580635, -0.013609926, 0.056202322, -0.019140689, -0.010078858, 0.021344932, 0.036925483, 0.039566815, 0.025374249, 0.032177486, 0.01622792, -0.021633983, 0.044186447, 0.060272377, -0.019353775, 0.0014551288, 0.018347122, -0.03998521, -0.053396314, 0.03229937, -0.007397113, 0.021702059, -0.009316952, -0.013020316, 0.103678875, -0.0057810205, -0.025449457, -0.044811446, -0.021712432, -0.021058692, -0.035082042, 0.033050578, -0.0375038, 0.03777092, -0.018370463, 0.038793564, 0.02024978, -0.0018992003, -0.02236466, 0.0021118554, -0.024152778, 0.023226088, -0.025829816, 0.028216673, 0.0363087, 0.009000886, -0.03963597, 0.025313307, -0.012551189, 0.0035239372, -0.016319118, 0.0002501507, 0.030740278, 0.033315968, 0.024532272, -0.03832287, -0.0028395075, -0.04533406, 0.023620278, 0.022010019, 0.0067409943, -0.01942747, 0.00084845925, -0.053079817, -0.054776844, -0.06054706, 0.056012142, -0.0013274195, -0.033723988, 0.027956475, 0.036516167, 0.0021086135, 0.04994283, 0.041519616, -0.07129997, -0.020869592, 0.026390411, -0.01540669, 0.0077562924, 0.0055783065, 0.03656998, -0.067306206, 0.008792878, -0.043704946, -0.030937726, -0.0014868568, 0.010042767, 0.006094384, 0.046835124, -0.015961235, 0.03380352, 0.007753699, -0.07867547, -0.0019692208, 0.0043136138, -0.0025254954, 0.016868908, 0.014867703, -0.022761876, -0.032261334, -0.048953895, 0.042660687, 0.03993248, -0.010828554, -0.039382093, -0.015209595, -0.062167905, 0.008220935, 0.024949802, -0.00477569, 0.04415792, 0.07537089, -0.034419008, -0.03970599, -0.033129245, 0.004147639, 0.020235084, -0.047684018, 0.04926164, 0.042904466, 0.012785239, 0.0050579067, -0.06133479, -0.009894946, 0.041739184, 0.029170057, -0.020575676, -0.02237201, 0.04313268, 0.021938056, -0.02960747, 0.034312464, 0.010361318, 0.028617239, -0.010041471, -0.066401556, 0.00278267, -0.013480691, 0.045254044, -0.07460909, 0.020648124, -0.05555485, 0.0007677412, 0.0043340498, 0.037569933, -0.01793413, -0.00017807704, 0.037690956, -0.025015503, -0.0120166885, -0.01605935, -0.013763799, -0.023015592, 0.038494896, 0.014628088, -0.026640672, -0.061823852, 0.048517346, 0.016544687, -0.017823156, 0.08372733, -0.0145310005, 0.036688194, -0.007811509, 0.05191378, 0.026310127, -0.006608301, 0.016146228, 0.005045372, 0.07722838, -0.036204156, -0.008907094, 0.023656124, -0.014196025, 0.011963795, -0.052978784, 0.055343058, 0.028132714, 0.04727081, 0.04861676, 0.03819666, 0.030293845, -0.043500938, 0.03032064, 0.001873483, 0.031996813, 0.0017271745, 0.06560496, 0.040968094, 0.001006654, 0.034843884, 0.026772067, 0.04194298, -0.0026711556, 0.0029944603, 0.04666915, -0.013471506, -0.01827051, 0.011191191, -0.044794157, -0.011961309, -0.010077345, -0.0049602236, 0.02481884, 0.046721883, 0.0003129315, -0.02271001, 0.02670637, 0.041403778, -0.04146688, -0.036272336, 0.039610904, 0.04171844, 0.023348838, 0.019335864, 0.06217309, -0.050269593, 0.022835355, 0.0006751367, -0.024919115, 0.0076783835, -0.028379515, -0.059017844, 0.016886199, 0.03076324, 0.03802496, -0.0006963698, 0.080321394, 0.024109555, -0.036841203, 0.0097410735, -0.017807703, -0.07239523, -0.0054192473, -0.029790731, -0.050324053, 0.016211063, 0.009673214, -0.013906217, -0.002819841, -0.021223154, 0.021104723, 0.01107276, -0.066066585, 0.018008688, -0.022568455, -0.013399649, -0.0030709647, -0.054948002, 0.021695899, 0.06559632, -0.05524732, -0.028224345, -0.009075445, -0.0440369, -0.014840257, 0.021208458, -0.03933082, 0.0068182545, -0.0061935796, 0.04145737, -0.04106729, -0.0037443722, 0.042607956, 0.017742438, -0.020555794, -0.021068417, -0.02839097, -0.01704785, -0.017192215, 0.037812844, 0.019371497, 0.012480737, 2.593355e-05, 0.00647269, 0.026005732, 0.012753904, 0.000922586, 0.03249243, 0.019949382, -0.032397054, 0.009705631, -0.038903784, -0.02030813, 0.0037562586, 0.029007971, 0.022565214, 0.06342309, -0.037455823, -0.039042097, 0.0030910494, 0.035954703, -0.028516531, 0.021050045, 0.05233304, 0.033283982, -0.0659957, 0.002290797, 0.005025922, -0.06509667, 0.04466276, 0.028261518, -0.0060031847, 0.013656175, -0.037845477, -0.07156277, 0.011512767, -0.046520468, 0.015144329, 0.039352648, 0.010199017, -0.052115194, -0.02521519, -0.034193385, -0.025684586, 0.014435478, -0.0058830255, 0.03347762, -0.00015084681, -0.006561485, 0.02924267, -0.024523899, 0.002383239, -0.013093903, -0.02451412, -0.037572525, -0.034199435, 0.019386625, -0.009276646, -0.005777779, 0.01926949, 0.011987351, 0.012065584, 0.007620465, -0.028130336, 0.033721883, -0.0011186004, 0.0057426603, -0.052185215, 0.010432203, -0.00923229, 0.038456913, -0.0027727287, -0.012121787, 0.0011281094, -0.028942706, -0.09558761, -0.05088249, 0.061854973, -0.008367081, -0.0363798, 0.0144398, 0.01352694, 0.011251702, -0.03305231, -0.0009578124, -0.0009869876, 0.03097892, 0.0023314261, 0.022818066, 0.0072994297, -0.08699495, -0.052506145, 0.026334006, -0.011156613, -0.05699157, -0.06091272, -0.024763081, 0.018382644, -0.022558164, 0.02561716, -0.033538993, -0.02372617, -0.014384043, -0.018939488, 0.0038649635, -0.027963283, -0.022751503, 0.0051627215, 0.016026935, -0.011990809, 0.008543376, 0.05257422, -0.004564737, 0.045965217, -0.021467792, 0.026131941, 0.043806955, -0.005137004, -0.0035861777, -0.04536707, 0.036119815, 0.018562155, -0.035715684, -0.035488334, -0.06148153, 0.006622564, -0.021932868, 0.01705147, 0.0016874097, -0.02492776, 0.05607741, 0.0028733294, 0.027605722, -0.0077441903, 0.015627962, -0.021516202, -0.012208003, 0.0116523765, 0.023872698, -0.03453657, -0.007969163, -0.041825626, -0.006650659, 0.0277677, -0.005158886, 0.023340195, 0.054592717, -0.001889259, 0.012446657, -0.009540953, 0.068046175, 0.014037398, -0.010146285, 0.06493761, -0.0032002002, 0.055853948, -0.018637577, -0.06864783, 0.07249075, -0.020946095, -0.053972904, -0.009221214, 0.014545696, 0.010723631, 0.043008197, -0.0036181624, -0.0016996741, 0.029208092, 0.007923564, 0.008564339, 0.0015305117, -0.03950047, 0.005183684, 0.025842998, 0.019830251, -0.015738208, -0.06669418, 0.024769349, -0.001544559, 0.013620949, -0.017952284, 0.007612685, -0.0511898, 0.055257477, -0.055437285, 0.0347475, 0.023017673, 0.016698504, -0.03714808, 0.055228084, 0.014394849, -0.018752117, -0.021254381, 0.036848117, 0.0024157101, 0.002760194, -0.023722716, -0.005471979, 0.0018719701, -0.048277892, -0.00801217, 0.015564884, 0.04218524, -0.018296983, -0.01550956, 0.02235245, 0.03550303, 0.030375967, 0.010012943, 0.0020372155, 0.050172772, -0.050988816, -0.049154665, -0.016012238, 0.027783478, 0.020412946, -0.020379016, -7.5207296e-05, -0.009216135, 0.01971771, 0.0380255, 0.02387464, 0.03837128, 0.05110249, 0.032945115, 0.012003776, 0.030082053, 0.02919426, -0.03192204, 0.015493135, 0.0020268944, -0.04950369, -0.04543904, -0.02519185, 0.017153313, -0.0071093044, 0.036893066, 0.038476743, -0.002939568, 0.009830976, -0.034763925, 0.0040340717, 0.0010559277, -0.013687836, 0.002180147, -0.044007506, -0.034228828, 0.062883675, -0.028629342, -0.045006808, -0.04691552, 0.006554272, -0.014839177, -0.036467973, -0.028523445, -0.01798651, 0.03985122, -0.0070694857, -0.020451196, -0.015530738, -0.064775094, 0.02208285, -0.0061280974, 0.0040278044, -0.0309612, -0.00020568547, -0.00133212, 0.00014436342, -0.062377967, -0.013034202, -0.004281629, -0.009628154, -0.017494759, -0.012044189, 0.05369282, 0.018721322, 0.006440813, -0.018310059, -0.015114937, 0.047058802, -0.06548567, 0.0028332402, 0.025270514, -0.023377366, -0.042178866, -0.0030324424, -0.0017578624, -0.016912835, 0.015155566, -0.03558213, 0.04401529, -0.0059327316, 0.016586235, 0.0004030506, 0.010943958, -0.024354197, -0.025854886, 0.024831807, -0.008012494, -0.079301335, -0.03249301, 0.018453449, -0.047728103, -0.05347422, 0.016067185, 0.021941079, -0.035442084, -0.016641343, 0.05945958, -0.02067336, -0.010896062, -0.001597993, -0.053611778, 0.012397966, -0.027954638, -0.03624689, 0.011488562, -0.03019465, 0.07067411, 0.024115393, 0.034168314, -0.04269786, -0.018641036, 0.008433591, -0.013622029, 0.03295484, 0.0058851866, -0.003915534, 0.0052489503, 0.0069242576, 0.011686522, -0.04254831, -0.054171726, -0.025031494, 0.012685828, -0.009578341, 0.03195813, 0.041147035, 0.012340913, -0.0015369949, -0.010985236, 0.041179016, -0.007671144, -0.0038507, 0.014501609, -0.0012595061, 0.03936713, 0.010621086, 0.0050366195, 0.01567683, -0.009419065, -0.013006539, 0.020425048, 0.05116084, 0.0049619526, 0.022904512, 0.053137194, 0.034011852, -0.0020329743, -0.013255313, 0.011357274, -0.011056607, -0.04814909, -0.010331494, 0.04139254, -0.001789847, -0.011431509, 0.028804393, 0.021795636, 0.02459019, -0.071654394, -0.026624678, -0.025605056, -0.053540677, -0.013502735, 0.00016813586, 0.0012128256, 0.008172526, 0.0006725434, -0.008376537, 0.054572836, 0.020957764, 0.023648804, 0.032588962, -0.033500094, 0.027748032, -0.046029456, 0.00064833876, 0.011748978, 0.0071939663, 0.020579245, 0.030371644, -0.04333669, 0.020431748, 0.009362443, -0.046620525, 0.029927317, 0.033556715, -0.06773843, 0.0001680278, 0.0085762255, 0.012597194, 0.015996246, -0.024708621, 0.05509496, 0.040683255, -0.010117542, -0.0645728, -0.014413002, -0.01787081, -0.009581583, 0.054835193, 0.011063577, -0.0077813617, -0.044360198, -0.015117963, 0.046842907, -0.0379638, -0.033774126, 0.062467005, -0.012831975, 0.045918807, 0.046576653, -0.02156461, 0.06966789, 0.008195002, -0.035146013, -0.029133748, -0.020714853, -0.016526911, -0.03125382, 0.014975329, -0.011949207, 0.06823463, 0.02766548, 0.056567986, 0.01302599, -0.09226812, -0.013676706, -0.028164782, -0.039241783, -0.052079756, -0.027826698, -0.0053137843, 0.0036064924, 0.05475099, -0.012996382, -0.01303304, 0.04858891, 0.012430166, -0.016026935, -0.013938418, -0.0046995915, -0.03761748, 0.04001417, 0.0031934734, 0.051664818, 0.02842425, 0.012613646, -0.033080835, 0.0024770861, -0.024653297, 0.028739993, 0.0092237, 0.028548514, -0.03714419, 0.019152358, 0.00218944, 0.017654372, 0.0067053353, 0.045696646, -0.038230374, 0.05007077, -0.0018836401, -0.012470796, -0.022276055, 0.02156807, -0.032265335, 0.03234389, 0.016405564, 0.031158296, 0.027533649, -0.027699409, 0.103423, 0.0031759955, 0.019838301, 0.017330527, 0.0051599117, 0.04764252, 0.017863894, -0.026585348, -0.034587573, 0.003491088, -0.012312168, -0.016316094, 0.0026636997, -0.022276055, 0.0022026228, 0.008539054, 0.051946625, -0.029437171, -0.067071505, -0.049023915, 0.045306772, -0.029363692, -0.021221207, -0.0060036164, -0.0069562425, -0.020076025, -0.0019434764, -0.0025881683, -0.025122693, -0.0037582037, -0.05151808, 0.023495795, -0.008409818, 0.030034507, 0.024061147, 0.042199936, 0.017932184, -0.03211438, -0.0025235505, -0.0043775835, 0.008756896, 0.05845941, 0.025639635, 0.018589169, 0.037493862, 0.010407242, 0.00013399, -0.015175449, -0.015028924, 0.052253075, 0.052116927, 0.021774674, -0.033177655, 0.01387272, 0.034907855, -0.030369915, 0.012095408, -0.016542794, -0.009208787, 0.03290103, 0.036715854, -0.03351306, 0.018510072, 0.012917176], [-0.024671167, -0.0985355, -0.022313068, -0.03875637, 0.03225264, 0.017032515, 0.009991779, 0.010838308, 0.028838968, 0.032114863, 0.012470457, 0.008618604, -0.0633629, -0.038650967, -0.03698365, 0.032942127, 0.023687331, -0.044968393, 0.03943177, 0.049445923, -0.0068045533, 0.010943555, -0.022418313, 0.017500738, -0.0017113937, 0.048739966, 0.017245494, 0.021268891, 0.00095395104, 0.016472306, -0.00921999, -0.04341912, 0.012049989, 0.012397116, 0.020018365, -0.0002508925, 0.011519924, 0.0037834842, -0.033105385, -0.042348836, -0.058208726, 0.023489527, -0.027988087, 0.018437183, -0.0017353228, 0.054290578, 0.015482565, 0.00945063, -0.03404017, -0.048426606, 0.016295997, -0.02326443, -0.04416537, 0.03017454, 0.005787724, 0.046178315, 0.020684028, -0.006559669, 0.016637221, -0.03189391, -0.019005265, -0.0059978026, -0.04576749, 0.00526895, 0.035255063, 0.027195217, -0.014253439, 0.025628746, -0.01798802, -0.051728614, -0.019125013, 0.02297842, 0.01401559, -0.014667371, 0.013809655, 0.010932316, -0.08472087, -0.0023800605, -0.031491052, 0.0071592424, 0.014404257, 0.023272302, 0.0055996063, -0.045880806, -0.05222128, 0.010044817, -0.019759806, -0.010198128, 0.03520534, 0.022899795, -0.053270843, -0.022259202, 0.038708307, -0.008009914, 0.00056986895, -0.0018256523, 0.01316989, 0.06326884, 0.02367713, 0.017041631, 0.035771765, -0.043300197, -0.0006140755, -0.026950954, -0.0029234884, 0.010764968, 0.007077614, -0.017696314, -0.014347489, -0.0031060122, -0.017748524, 0.017529173, 0.023440946, -0.06415887, -0.00696781, -0.022065904, 0.02690869, 0.0076635135, -0.030863717, 0.00895216, 0.009458853, 0.02194367, 0.026129702, 0.023750054, -0.028612936, -0.013918217, 0.013869737, -0.013183977, -0.06652858, -0.014890413, 0.03247432, -0.012021709, 0.038725708, -0.023947703, -0.01959158, 0.008778545, 0.011846851, 0.04216403, -0.019129157, 0.033236112, -0.022448147, 0.0014228983, 0.010054969, -0.0005924254, 0.0053497497, -0.027853006, -0.006634564, -0.031540778, -0.015443875, -0.012424049, -0.0057947678, -0.0012596421, 0.0050609433, -0.007756018, 0.011487604, -0.035996757, 0.0016851856, 0.017015526, -0.021579763, 0.014750295, -0.00995573, -0.012089664, 0.029343031, 0.0056509865, -0.017425325, -0.071116745, 0.009769685, 0.00027513233, -0.010005375, 0.018455414, 0.06543177, 0.005103622, 0.012835089, 0.019422522, -0.06568992, -0.010991103, 0.0007868619, -0.009834324, 0.029302424, 0.04315559, -0.0051162858, 0.0061761825, -0.017711231, -0.0107195955, -0.018212602, 0.04084224, -0.010592595, -0.009821272, -0.0048565627, 0.0055852593, 0.044970468, -0.01722602, 0.025530282, -0.023536246, -0.034761976, 0.0066350815, -0.009455603, -0.004784154, 0.004683258, 0.06345779, 0.005303782, 0.0109353205, 0.032654565, -0.034193482, -0.024776, -0.040231477, 0.045070324, -0.02015096, 0.057227526, -0.017105857, -0.011751134, 0.036379207, 0.032319814, 0.048327163, 0.042781424, 0.029087787, 0.053568352, -0.03739024, 0.045407042, 0.053901076, -0.025906777, 0.0016871538, 0.030495768, -0.031239124, -0.03503421, 0.022106718, -0.01397229, 0.012256105, -0.009548833, -0.0057742572, 0.08174414, -0.0037291779, -0.023895908, -0.053899422, 0.00067332847, -0.015110422, -0.027800385, 0.050570488, -0.043185834, 0.03122338, -0.028845806, 0.019802071, 0.03441102, -0.011604038, -0.009372317, 0.0050700596, -0.039944742, 0.0050700596, -0.019971542, 0.023505585, 0.065658845, -0.024508897, -0.040868755, 0.0061832266, -0.010894661, 0.022434061, 0.016328841, -0.015682131, -0.00023835826, 0.06144816, 0.017083481, -0.03544981, 0.013768116, -0.06529006, 0.023163326, 0.0234483, 0.019353738, -0.037356675, -0.004645552, -0.057287194, -0.027854664, -0.068498425, 0.050075747, 0.0032626388, -0.02768022, 0.02218959, 0.03147945, 0.006035509, 0.05425411, 0.032458987, -0.06929689, -0.014278706, 0.014458952, -0.022149399, 0.024243137, -0.0064987587, 0.020160075, -0.038455546, 0.0031497267, -0.045414243, 0.0050572143, 0.0077459705, 0.011647442, 0.021452038, 0.060413096, -0.029639294, 0.031225244, -0.009139346, -0.04990337, -0.021651134, 0.008403449, -0.018140193, 0.014361577, 0.0040209102, -0.011450209, -0.031665497, -0.051516358, 0.034010336, 0.009243556, 0.0063789063, -0.04471481, -0.025697527, -0.07853537, 0.022053681, 0.01568876, -0.006317271, 0.04208862, 0.08606256, -0.03339129, -0.037197977, -0.027503705, -0.008648852, 0.013101469, -0.04856583, 0.04433272, 0.035348706, 0.021010334, 0.017998794, -0.05933598, -0.020385485, 0.03485894, 0.04494602, -0.0070432224, -0.024155295, 0.02424469, 0.009221699, -0.045545176, 0.028175272, 0.013213242, 0.035013493, 0.0052928277, -0.04631422, -0.010623724, 0.0059120306, 0.035988264, -0.09291684, 0.023842895, -0.056826435, -0.007121536, 0.014810946, 0.048880745, -0.013586887, -0.002749666, 0.020230515, -0.030039977, -0.0020490938, -0.018318262, 0.008766115, -0.003109897, 0.0125676235, 0.008825367, -0.014832285, -0.04288501, 0.054335117, 0.019406775, -0.009010792, 0.08017622, -0.013874502, 0.025381787, -0.031149622, 0.05904738, 0.029361961, -0.008088643, 0.0135502685, 0.008290434, 0.08488662, -0.04823103, -0.01645159, 0.023719393, 0.0017788301, 0.01875458, -0.038206935, 0.05396909, 0.04100135, 0.023711935, 0.04306816, 0.037393138, 0.018138018, -0.0372276, 0.031799957, -0.0010322643, 0.016367268, 0.019495446, 0.028946077, 0.019737845, 0.005457068, 0.03662244, 0.023781545, 0.023272822, 0.023328759, -0.014571241, 0.02947894, -0.0021090717, -0.017901834, 0.0092467675, -0.029742885, -0.021289608, 0.008853906, -0.004605411, 0.02624282, 0.043491628, -0.0018386528, -0.030260623, 0.037838984, 0.04987851, -0.03486681, -0.030555436, 0.051128626, 0.029505044, 0.02023041, 0.009260635, 0.044902097, -0.04088409, 0.025169762, 0.028696015, -0.0070432224, 0.023663867, -0.021625651, -0.0519304, 0.04671366, 0.0069166366, 0.03869463, 0.022645071, 0.08498524, 0.04366649, -0.03705668, 0.008329383, -0.0076365806, -0.06434534, -0.011472687, -0.045771413, -0.047515858, 0.021585966, -0.0057653487, 0.0012927905, 0.004566617, -0.031694762, 0.015625363, 0.021074558, -0.04224939, 0.024829865, -0.01250692, -0.020849561, 0.0015356032, -0.055160724, 0.01805784, 0.066887, -0.06475348, 0.0029224525, -0.022447526, -0.031644363, -0.015738895, 0.012020052, -0.017431954, 0.014001295, -0.0022532677, 0.056097165, -0.05034093, -0.007571002, 0.045700148, 0.027816545, -0.037448246, -0.026653033, -0.018700505, -0.0075138276, 0.0064498647, 0.038332067, 0.012069567, 0.020546097, -0.0005954295, -0.013997774, 0.01647935, 0.021426966, -0.006129153, 0.041268196, 0.0076050893, -0.009036689, 0.022673143, -0.03811412, -0.012685921, 0.02462103, 0.029879207, 0.018120097, 0.03638211, -0.019945437, -0.03483076, 0.0136472285, 0.043480027, -0.02274897, -0.0051236665, 0.06922065, 0.048685167, -0.059072424, 0.020068657, 0.0036526127, -0.066959925, 0.02635169, 0.048688896, -0.008274688, 0.0067111677, -0.019734945, -0.060767785, 0.009729907, -0.037196524, 0.03163442, 0.039082054, -0.0012107999, -0.045381922, -0.01239753, -0.022552358, -0.008180112, -0.00723088, -0.009715819, 0.034456182, 0.015352718, -0.023966763, 0.021618608, -0.047729246, 0.011538363, -0.003133774, -0.027560264, -0.024214962, -0.023165813, 0.0039943913, -0.016335154, 0.0021998156, 0.009994887, 0.006298586, -0.012097537, 0.0117969215, -0.039273072, 0.028612109, 0.023718977, 0.014864916, -0.049147587, 0.0051215948, -0.014110063, 0.022159548, 0.012770554, -0.008991525, -0.002559684, -0.015367219, -0.096249916, -0.04975089, 0.05044846, -0.018550353, -0.025202269, 0.017095912, 0.026871813, -0.023269193, -0.021853754, -0.005169505, 0.013861864, 0.022055313, -6.671131e-05, 0.026213815, -0.0109754605, -0.06352242, -0.05810265, 0.0387688, 0.0028680684, -0.046338253, -0.06623231, -0.05703195, 0.049922228, -0.031303763, 0.025004622, -0.04476909, -0.0235926, -0.010315807, 0.0012915476, -0.019967813, -0.020334933, -0.019693406, 0.012878391, 0.019462299, 0.0077965218, 0.02583675, 0.037284162, -0.010184351, 0.027480917, -0.0076593696, 0.036526307, 0.036297582, -0.027815923, -0.02115287, -0.047360055, 0.018004866, -0.00087926333, -0.039189786, -0.033993762, -0.051683445, 0.008188295, -0.023735553, 0.0075164167, 0.0058188005, -0.019698482, 0.057340235, 0.0073829945, 0.030978909, -0.017950237, 0.009431571, -0.029387834, -0.029429113, -0.008652581, 0.027470142, -0.048913788, -0.029068727, -0.033376373, 0.008844531, 0.028549954, -0.0063614, -0.005551541, 0.048826873, -0.004157648, 0.02041801, 0.0007114751, 0.07645365, 0.01560157, -0.021911142, 0.05421102, -0.015995862, 0.05052325, -0.006336383, -0.060351774, 0.06536216, -0.01949752, -0.020957708, -0.024235679, 0.012433994, 0.0055018184, 0.040240902, 0.012411619, -0.012866582, 0.021198452, -0.015464023, -0.007831534, -0.02336118, -0.027699903, 0.010613727, 0.047757838, 0.0045380266, -0.004836363, -0.05538116, 0.036924087, 0.020327682, 0.013254419, -0.014049153, 0.010077137, -0.04169747, 0.06603839, -0.044718124, 0.059667256, 0.024113858, 0.024849134, -0.026530381, 0.028611278, 0.009701523, -0.037544794, -0.02413582, 0.049237087, 0.00029336402, 0.028693942, -0.021153906, -0.0082589425, -0.017444592, -0.034886286, -0.0067545716, -0.0037151156, 0.029011961, -0.015433931, -0.027955769, 0.03188345, 0.013807376, 0.025268255, 0.0003884587, 0.00048883643, 0.039691985, -0.06553454, -0.037471037, -0.020480786, 0.022544693, 0.02305145, -0.012476672, -0.02297583, -0.015332828, 0.03123203, 0.05169339, 0.035286553, 0.033719253, 0.035990957, 0.056700468, 0.028845944, 0.02747843, 0.015333656, -0.020460896, 0.016371204, 0.0084241675, -0.05701538, -0.048340347, -0.008802992, 0.003950884, 0.00500542, 0.039790187, 0.028826743, -0.008746225, 0.040328436, -0.028676437, -0.0059845434, 0.011054189, 0.0025441456, 0.026898745, -0.06382407, -0.023300065, 0.025199471, -0.029581701, -0.054315437, -0.053657025, -0.012486617, -0.01670186, -0.028624538, -0.030601017, -0.020630782, 0.010374645, -0.0027011863, -0.00080467924, -0.018578893, -0.054585595, 0.031806376, 0.01071711, -0.00012347808, -0.025086768, 0.0119110765, 0.0069980575, -0.0039724307, -0.07402966, -0.01568894, -0.005235802, 0.00022043736, -0.0104382485, -0.0013633864, 0.06187163, 0.014059926, 0.017391762, -0.0037863846, -0.03453408, 0.043018438, -0.05053278, -0.0010912063, 0.0312673, -0.011178495, -0.055853523, 0.011392529, 0.008434009, -0.027958255, 0.01565934, -0.03235457, 0.026505109, -0.008210878, 0.0051471293, 0.03197875, 0.005104762, -0.024190929, -0.023229625, 0.017496593, -0.006470997, -0.07147143, -0.039379563, -0.0024554734, -0.0496415, -0.05504636, 0.00899168, 0.0005767835, -0.022833914, -0.020267187, 0.066369876, 0.005890484, -0.0075218035, 0.020762548, -0.05289997, 0.003502551, -0.048766382, -0.03917487, 0.014689747, -0.027074018, 0.04047263, 0.018222442, 0.019761257, -0.04841335, -0.030497426, -0.0021292716, -0.03258516, 0.06424009, -0.007116978, 0.0069127004, -0.015133937, 0.0066044196, 0.013348891, -0.031920325, -0.077676825, -0.041188642, 0.0006633839, -0.009576594, 0.024698334, 0.00959379, 0.01868103, 0.01386435, -0.015616247, 0.03743126, -0.009701316, -0.0145802535, 0.011974059, 0.0012135968, 0.01699253, 0.0012650287, 0.008004632, 0.00041891387, -0.011279598, -0.025198644, 0.012245048, 0.03950967, 0.02754307, 0.013989486, 0.05693085, 0.031828236, -0.006238129, -0.014127466, -0.0014660432, 0.0115335975, -0.07559841, -0.0068733366, 0.052205533, 0.015062667, -0.019116726, 0.0137359, -0.004173393, 0.026869327, -0.0655478, -0.012901076, -0.0395395, -0.050634295, 0.0026203871, 0.023351574, 0.018628925, -0.0035906015, -0.00036546195, 0.0067496644, 0.046383835, 0.011446169, 0.050836504, 0.021633731, -0.015541042, 0.039557733, -0.027167663, -0.016104255, 0.025702914, 0.00059346133, 0.013041543, 0.014815711, -0.03308332, 0.027748588, 0.007818068, -0.02909877, 0.043560416, 0.024834009, -0.06774223, 0.0057603763, -0.01860624, 0.01478422, 0.010716074, -0.028489457, 0.04403775, 0.039652415, -0.0020846247, -0.061583236, 0.0007746385, -0.02969192, 0.011893259, 0.043217327, 0.00020552054, -0.00401428, -0.022824384, -0.0044286367, 0.038006384, -0.025356099, -0.059486598, 0.057883456, 0.011434256, 0.04914096, 0.05374777, -0.030748941, 0.07294488, 0.022528535, -0.038153898, -0.026980372, 0.003550409, -0.01071856, -0.03731524, 0.016773233, -0.016535496, 0.043543633, 0.05567784, 0.059140198, 0.018047532, -0.083786085, -0.01123091, -0.023336528, -0.030204374, -0.045114662, -0.031023262, 0.010939826, 0.009006234, 0.026576905, 0.0015821146, -0.013501374, 0.06636822, -0.002083796, 0.004841335, 0.00031449617, 0.0064227246, -0.06137109, 0.018522022, -0.010027414, 0.09148151, 0.024936873, 0.048620347, -0.015385037, 0.011561722, -0.043086387, 0.009640147, 0.022768859, 0.03039964, -0.02922204, 0.0060430705, -0.006130811, 0.017122017, 0.019348249, 0.04069804, -0.045855116, 0.050534025, -0.013213604, -0.023902537, -0.020122783, 0.035968997, -0.05598446, 0.037480984, 0.0261326, 0.0064643673, 0.03735419, -0.0533129, 0.10522652, 0.010329065, 0.021693606, 0.016370634, -0.02654126, 0.030028997, 0.013848605, -0.03290691, -0.03510755, 0.015678193, -0.025782056, -0.005522122, 0.01558227, -0.012098987, 0.031792704, 0.012753358, 0.032954555, -0.025682198, -0.07040571, -0.017951142, 0.068786405, -0.019518651, -0.02368873, -0.02987838, -0.0062704487, -0.03859643, 0.0060620275, 0.026217416, -0.013007462, -0.009893162, -0.056579478, 0.0018047274, -0.023782374, 0.029377008, 0.023765283, 0.031713564, 0.024895541, -0.025232827, -0.006546047, -0.007695833, 0.00844302, 0.03344267, 0.024935942, 0.04074538, 0.020503988, 0.015336764, 0.0028308798, -0.0013109704, -0.02439505, 0.029831348, 0.06520771, 0.00042947996, -0.027781738, 0.016285846, 0.032128952, -0.008478551, 0.00095509045, -0.031641, -0.013140781, 0.041238412, 0.03355237, -0.03289002, 0.033170644, 0.019860908], [-0.03287013, -0.069989346, -0.025643088, -0.0507179, 0.0017616474, 0.049573377, 0.019837601, -0.02782147, 0.02057748, 0.0320566, 0.043909583, 0.006108627, -0.038683467, -0.022822656, -0.03685876, 0.015212778, 0.020663219, -0.03572346, 0.028164426, 0.03582191, -0.01185498, 0.0129177505, -0.053808514, 0.0023613255, -0.024573337, 0.033890277, 0.03355947, 0.03537851, 0.0007154512, -0.008713525, -0.00033348677, -0.06280169, 0.012968846, -0.043811135, 0.02013582, -0.014966028, 0.0030327854, 0.006847071, -0.060910933, -0.032892063, -0.060041573, 0.056608006, 0.0034495192, 0.045633353, -0.0077930717, 0.048011128, 0.025020478, 0.012603457, -0.027334947, -0.03874129, 0.051940184, -0.026520422, -0.029494384, 0.059395034, -0.0113005405, 0.033760425, 0.03499966, 0.0021484722, 0.009465366, 0.0018508763, 0.0057292175, -0.008294299, -0.07085272, 0.019223591, 0.042247638, 0.028422393, -0.014950574, 0.021546533, -0.022135744, -0.044831783, -0.016418116, 0.027248709, 0.004922793, 0.011460179, 0.012816683, 0.003908624, -0.0735919, -0.036389437, -0.046271414, -0.0068626488, -0.013042372, 0.03646047, -0.014738718, -0.03654593, -0.06152706, 0.016562678, 0.005637372, -0.013988, 0.03659257, 0.018955408, -0.052280903, -0.030677792, 0.028942063, -0.0011107501, 0.0053112376, 0.001926397, 0.031956904, 0.048165657, 0.001660455, 0.0074676853, 0.022674607, -0.025088772, 0.0029243648, -0.015885733, -0.015015378, 0.008190116, 0.015143987, 0.0024844513, 0.0036120252, 0.024115726, -0.018665537, 0.004465931, 0.0092915185, -0.035991147, -0.00847176, -0.0021449204, 0.014340927, -0.014483867, -0.020295335, 0.007888033, 0.0062534995, 0.019149816, 0.0035338877, 0.009866523, -0.024536451, -0.004472271, -0.017432658, -0.0058582006, -0.05913134, 0.0036085362, 0.015608575, -0.010800186, 0.044835776, 0.0018204688, -0.03850949, 0.016598567, -0.0073182643, 0.06169056, -0.019396191, 0.04124917, -0.033534985, 0.0007238008, 0.027796546, 0.0014888513, 0.004415584, -0.017554663, 0.001580448, -0.028104857, -0.0036056074, -0.022632236, -0.005342767, -0.02713954, -0.014011429, -0.024276864, -0.0074365297, -0.057334796, 0.02054657, 0.008222003, -0.042510837, 0.02421343, -0.0250798, 0.014785327, 0.023594186, 0.018614443, -0.014849409, -0.05626505, 0.0023857513, -0.008188869, -0.028721731, 0.019784886, 0.07527927, -0.008011097, 0.013029077, 0.0127044, -0.07143795, 0.008920895, 0.019001268, -0.007860617, 0.038654555, 0.015833331, -0.014717782, 0.0052091726, -0.02830151, -0.012130144, -0.010205928, 0.026347695, -0.018122936, 0.00052378356, 0.0061007137, 0.036162127, 0.044485837, 0.00391984, 0.020991096, -0.002041921, -0.015979324, 0.022711243, -0.027642637, 0.0059838193, 0.01468538, 0.031538673, 0.0054449565, -0.016986141, 0.029073663, -0.004003835, -0.042064197, -0.04004807, 0.04174317, -0.015784042, 0.04768312, -0.016619753, -0.015612563, 0.024398867, 0.029164137, 0.052695893, 0.029181337, 0.02722528, 0.01847387, -0.023893405, 0.05168446, 0.026604166, -0.016306954, -0.0098909475, 0.032585993, -0.049080875, -0.028877508, 0.03142103, -0.015474981, 0.029066686, 0.004573666, -0.008714773, 0.09348396, 0.002776813, -0.0010652633, -0.03879313, -0.011530218, -0.010355038, -0.02575615, 0.036893655, -0.044761002, 0.037988577, -0.032505237, 0.029989881, 0.033323504, -0.0128618125, -0.022362055, -0.0011664559, -0.023135707, 0.04185882, -0.025965108, 0.015313721, 0.057318844, 0.0065095965, -0.03397278, 0.0267906, -0.0010732391, 0.015183866, 0.017034244, 0.0029366398, 0.011117222, 0.057503033, 0.03559186, -0.039877836, 0.002445071, -0.0433603, 0.045441683, 0.009888455, 0.01357357, -0.029590094, 0.0015871775, -0.04205871, -0.04269129, -0.04240516, 0.040932134, -0.017762031, -0.027883282, 0.015123051, 0.029926946, -0.01667035, 0.061959743, 0.028966146, -0.03115434, 0.018041184, 0.04340911, -0.021462789, 0.017484376, 0.013165, 0.03668454, -0.050215427, -0.011445599, -0.04505511, -0.00203731, -0.0035928336, 0.0029106564, 0.025123665, 0.06328771, -0.021513633, 0.03919491, 0.004171575, -0.05254435, -0.011484107, 0.039356917, 0.0040397258, 0.0041294536, 0.020071516, -0.002767591, -0.010049964, -0.053972013, 0.030036738, 0.04352974, 0.011976611, -0.044004112, -0.04406462, -0.056562144, 0.020994836, 0.0034794284, -0.019765943, 0.042902395, 0.0662208, -0.021765368, -0.02322593, -0.05509261, -0.023344072, 0.009402432, -0.03190045, 0.04086783, 0.01857905, 0.00381952, 0.013034397, -0.06677611, -0.015480464, 0.044153843, 0.033668704, -0.0032341734, -0.020022914, 0.036258336, 0.011729362, -0.03420507, 0.020118872, 0.016693154, 0.02933487, -0.0020358143, -0.059240006, 0.0037795166, -0.020730639, 0.0432805, -0.06914242, 0.020341197, -0.06267705, -0.0065072286, -0.010846046, 0.05184647, -0.031726602, -0.023089845, 0.03285916, -0.003730665, -0.0016483199, 0.0020398025, -0.032368153, -0.020088464, 0.009249896, -0.0016948504, -0.0051208003, -0.05032061, 0.041826915, 0.01657788, 0.002291039, 0.06578213, -0.010401397, 0.035811193, -0.018494587, 0.038999505, 0.016442541, -0.008292804, 0.00464389, -0.0046204617, 0.052791603, -0.0328462, 0.00396595, 0.041741174, -0.0029266078, 0.010194276, -0.020386558, 0.072383575, 0.021157715, 0.010538232, 0.05575659, 0.027863842, 0.0055830367, -0.034622803, 0.022872504, 0.011656085, 0.03459788, 0.015883738, 0.040445115, 0.024246331, -0.0018424022, 0.03204613, 0.023537483, 0.026993608, -0.00038582773, 0.017102038, 0.02588834, -0.016965827, -0.003326892, -0.008721501, -0.0451401, -0.015644966, 0.012401321, -0.00046083028, 0.030750567, 0.033380207, -0.011152241, -0.034527592, 0.037841026, 0.021695083, -0.023599299, -0.012474925, 0.03560183, 0.022974195, 0.0056353775, 0.011077842, 0.054235213, -0.049261328, 0.028315965, 0.033181306, -0.027843403, 0.015805228, -0.027970018, -0.02982837, 0.032963347, 0.007614863, 0.029894918, 0.039819017, 0.106301025, 0.027532348, -0.031372678, 0.0039828983, 0.005225124, -0.081295, 0.0078120297, -0.032772426, -0.058873124, 0.0055232183, 0.01908302, -0.01572871, 0.008915163, -0.03155313, 0.018910544, 0.01038694, -0.06736133, -0.0013656009, -0.010869973, -0.016781513, 0.0002386499, -0.036761306, 0.030090574, 0.06489084, -0.04065747, -0.04118885, -0.020861614, -0.046387058, -0.019841714, 0.0027765639, -0.030209215, 0.014299304, -0.010502091, 0.041251164, -0.04877381, 0.0029573895, 0.061285794, 0.034511145, -0.029363783, -0.04436919, -0.032117166, -0.0054953033, 0.012899806, 0.04318678, 0.01232256, 0.021322215, 0.008366579, 0.0158309, -0.002428621, 0.018783677, -0.007144293, 0.029626982, 0.03989105, -0.008548527, 0.0050288457, -0.039386332, -0.022141477, 0.0021988193, 0.02327092, 0.022935314, 0.07992117, -0.014302543, -0.03054111, 0.008129301, 0.059155267, -0.038723238, 0.015435601, 0.07380375, 0.028660918, -0.048133753, 0.021805746, -0.006491277, -0.058243036, 0.033328734, 0.011707429, 0.0014117107, 0.026460106, -0.04632126, -0.063897856, 0.0056558154, -0.0076677026, 0.0099841645, 0.037211437, 0.016655395, -0.03691484, 0.0021733965, -0.018358719, -0.009275817, -0.007038801, -0.0083630895, 0.02685341, 0.00027317, -0.015718741, 0.059639294, -0.0729663, 0.000582231, -0.015243684, -0.029391699, -0.030024774, -0.021165691, -0.0024979105, 0.029451517, -0.010702981, 0.025048956, 0.03767154, -0.0024443234, 0.014866829, -0.0136485305, 0.032321297, 0.009842096, -0.00529566, -0.026770536, -0.01742705, -0.0243631, 0.04391258, 0.013519128, -0.010743607, -0.031651832, -0.021145752, -0.07742874, -0.06454788, 0.037716903, 0.0049978145, -0.007854137, 0.015919631, 0.058873124, -0.016662374, -0.032920476, -0.028250663, 0.042043258, 0.021970745, 0.032321297, 0.014766385, -0.011394878, -0.06482305, -0.06487489, 0.057016514, -0.019850686, -0.03937935, -0.053399753, -0.04784463, 0.04039078, -0.006343227, 0.027552536, -0.046789836, -0.0339648, -0.011350513, -0.0032321797, -0.016282527, -0.019057097, -0.009245908, 0.018426014, 0.0124003235, 0.002731077, -0.0054995404, 0.046732012, -0.007825629, 0.04594191, -0.019712606, 0.048053995, 0.010364508, -0.019545862, -0.03102972, -0.04661038, 0.02536543, -0.0015141807, -0.013032403, -0.0413055, -0.044834778, 0.01677743, 0.01061023, 0.026544785, -0.008926877, -0.022025079, 0.03769148, 0.0017023277, 0.033916947, 0.0060715526, 0.034375556, -0.03488937, -0.01904339, -0.010822118, 0.015994651, -0.031572074, -0.013591953, -0.015855825, 0.0012103226, 0.027717782, 0.0019538137, 0.008145252, 0.039421227, 0.011450475, 0.003618381, 0.014728251, 0.044957403, 0.035501134, -0.008201456, 0.05075778, -0.0024170312, 0.04518372, -0.018995535, -0.071702145, 0.09913479, -0.011796159, -0.06113868, -0.04082197, 0.0044464897, 0.024402855, 0.025255265, 0.0070146867, -0.001292635, 0.036838073, 0.004909583, -0.0006722076, 0.014102153, -0.02160336, 0.0038709885, 0.04595637, 0.0040833433, -0.007575857, -0.063154116, 0.046434917, -0.004233138, 0.00046010205, -0.005417041, -0.000107049746, -0.051009517, 0.04656452, -0.05401987, 0.046115883, 0.036971666, 0.0049322015, -0.03067941, 0.038837, -0.0012202923, -0.021590402, -0.016473947, 0.043209713, 0.024170063, 0.019034697, -0.015376282, 0.0027638525, 0.0017746082, -0.061956257, 0.005011274, 0.038924236, 0.0270867, -0.03271161, -0.022706011, 0.02970973, 0.030764528, 0.017797923, 0.022911262, 0.009345106, 0.042182833, -0.07440992, -0.031396855, -0.004987845, 0.026060818, 0.007097685, -0.026280152, -0.00924192, -0.0007213084, 0.038351476, 0.038097247, 0.0434126, 0.019558575, 0.046452794, 0.031141631, 0.03132682, 0.030433534, 0.024808621, -0.03055317, 0.00059145293, -0.0044564595, -0.058093492, -0.0538125, -0.020845912, 0.017919553, -0.0012262742, 0.054990917, 0.029501365, 0.0073050545, 0.032845765, -0.012636106, 0.012274456, 0.011076008, -0.0064753257, 0.0006879099, -0.07226842, -0.049966183, 0.034674644, -0.029809676, -0.037093297, -0.037874922, -0.007448868, -0.028950786, -0.02346271, -0.0045601446, -0.036183063, 0.028675126, 0.005872968, 0.007441391, -0.042893674, -0.045990266, 0.024583308, 0.01801626, 0.0028187013, -0.04613738, 0.03206358, 0.01574865, 0.0073008174, -0.027916182, -0.013838828, 0.0008135282, 0.012274456, -0.0076417816, -0.021986198, 0.06765444, 0.021472758, 0.039560802, -0.010660984, -0.032435447, 0.043982368, -0.047920898, -0.0025549869, 0.044423025, 0.018421529, -0.051732816, -0.009378007, -0.018539669, -0.011919908, 0.02346371, -0.016178843, 0.034198094, 0.020690635, 0.0022855557, 0.0017775991, 0.011041452, 0.014656593, -0.03344538, 0.025668884, 0.021860579, -0.07411083, -0.04152184, 0.016492391, -0.054337587, -0.047507156, 0.02510597, 0.021183638, -0.023626216, -0.0356776, 0.038480584, -0.019514708, -0.0139446305, 0.011619196, -0.06396565, 0.005319089, -0.016916253, -0.050192498, 0.003409142, -0.036652636, 0.07664263, 0.021881517, 0.037490092, -0.051174514, -0.004664328, 0.020185668, -0.02577668, 0.038730323, 0.008037579, -0.014756665, 0.00039455123, 0.01584411, -0.008954792, -0.052009974, -0.06821175, -0.023127232, 0.0015010643, -0.011033725, 0.01686314, 0.032643817, 0.01549598, 0.010545148, -0.031893097, 0.037709422, -0.008068983, -0.0088640675, 0.029268073, 0.002018866, 0.015553244, -0.022908272, 0.004355267, 0.005765233, 0.002554613, -0.0026123128, 0.02303202, 0.047566477, 0.012242553, 0.00366393, 0.031545155, 0.035597842, -0.011544175, -0.053405732, -9.9401106e-05, 0.0059663723, -0.049725417, -0.015873272, 0.03793474, -0.016560683, -0.019751986, 0.025634238, -0.0019301357, 0.046414476, -0.06137552, -0.037404787, -0.04352575, -0.041141, -0.015205052, 0.013253419, -0.009012616, 0.0015782049, 0.0062829102, 0.004483378, 0.061227966, 0.018589519, 0.013048355, 0.037040457, -0.023619236, 0.023333104, -0.05484726, -0.0063677775, 0.028846353, 0.011511524, 0.011162085, 0.007930155, -0.056675795, 0.025865909, 0.030510299, -0.028547013, 0.038318574, 0.039404273, -0.048171636, 0.012884852, -0.023361923, 0.042541277, 0.01391871, -0.014358373, 0.033540092, 0.044045173, -0.007825225, -0.051189963, -0.023143992, -0.007360075, -0.01551486, 0.014700273, -0.00069887657, 0.0048652175, -0.049256343, -0.010333466, 0.048266347, -0.005296906, -0.07389747, 0.059758928, -0.012683962, 0.048105713, 0.055133484, -0.02121554, 0.07541087, 0.0092140045, -0.060999908, -0.015640479, -0.023554435, -0.015941314, -0.015483954, -0.008377234, 0.005651205, 0.030856248, 0.017151825, 0.04559098, -0.022728195, -0.08337069, -0.0019904522, -0.040109135, -0.04323663, -0.05007922, -0.03982886, 0.004511542, -0.0031813341, 0.028202811, 9.7703145e-05, 0.0068332385, 0.05488923, 0.002337772, -0.017652366, 0.010259827, 0.003691783, -0.042695276, 0.029145943, 0.0022785768, 0.065976545, 0.0324853, 0.011153112, -0.028620789, 0.009237807, -0.052815527, 0.025205417, 0.03481771, 0.024174549, -0.013805305, 0.01959646, -0.024425786, 0.02877744, -0.00154032, 0.022376012, -0.030016424, 0.062159136, 0.003844818, 0.022102844, -0.014288586, 0.037673533, -0.025861423, 0.060331196, 0.009970207, 0.008952659, 0.03286913, -0.04646183, 0.09436927, -0.0063377437, 0.020043103, 0.024052545, -0.030704709, 0.03198781, -0.021511639, 0.0023330052, -0.0050835544, -0.012311935, -0.04930619, 0.0021786306, 0.026825245, -0.023096822, 0.009695541, 0.008977722, 0.060099397, -0.02760413, -0.05493509, -0.050666057, 0.037226394, -0.0058756475, -0.01654872, -0.0005219142, -0.016740138, -0.019022204, -0.0023099815, 0.013068045, -0.04079505, 0.0039858273, -0.050069872, 0.024208445, 0.0072679175, 0.03917896, -0.016889185, 0.02708449, 0.0043318383, -0.054580167, 0.0011245832, 0.0050643627, -0.0063993065, 0.032329272, 0.027264908, 0.04018989, 0.041960508, 0.022343364, -0.0329773, -0.000804057, -0.042094104, 0.023676064, 0.06008843, 0.015867788, -0.038251776, -0.008962425, 0.056311406, -0.019807069, 0.019898042, -0.016667359, -0.028365316, 0.0120773055, 0.019261478, -0.0134611, 0.019084016, 0.0045858165], [-0.036568932, -0.07866247, -0.020268744, -0.06995241, -0.0056002103, 0.02504579, 0.01321742, -0.01955052, 0.012743426, 0.021005584, 0.01804299, 0.010041843, -0.08044308, -0.050396178, -0.0429277, 0.04818855, -0.0071099983, -0.046629675, 0.010796455, 0.06401594, -0.013028415, -0.007964191, -0.020811642, 0.006012919, 0.0032057618, 0.05736294, 0.013056449, -0.0025253415, -0.0052684625, 0.028122915, -0.011250069, -0.0633028, 0.029782217, 0.015832469, -0.005263949, 0.025753038, 0.016736876, 0.014855282, -0.042414002, -0.033652317, -0.051404465, 0.019708214, -0.032637615, 0.010170621, 0.015477026, 0.027976789, 0.008640098, 0.03052357, -0.046370145, -0.023201998, -0.0070174704, -0.018724538, -0.006915351, 0.02659338, -0.039053652, 0.054578066, 0.071837954, -0.0033911, 0.03582645, -0.0010685873, 0.0045005917, 0.0075376593, -0.05822729, -0.0042613726, 0.03761213, 0.036676127, 0.00456491, 0.00074699556, 0.022604514, -0.02658393, -0.029408718, 0.016054763, -0.010068748, -0.014765856, 0.052786183, -0.017254807, -0.054593865, 0.020190319, -0.0038783099, -0.045024116, 0.0048024366, 0.017422374, 0.003804374, -0.027226973, -0.06482612, 0.012988921, -0.0035056323, -0.008977488, 0.06295074, -0.00023583394, -0.023118496, 0.017135762, 0.0020627007, 0.004637691, -0.007632162, 0.0070118285, 0.026973084, 0.035020214, 0.028733375, 0.03673932, 0.03805446, -0.05829612, -0.01611908, -0.017324204, -0.0013651076, 0.009792751, 0.024108097, -0.036167223, -0.010227745, -0.030367287, -0.02123521, -0.012013708, 0.004158689, -0.064580135, -0.0021879522, 0.0058715884, 0.050993167, -0.020447874, -0.051102057, -0.016781447, -0.02859797, 0.012539822, 0.011121996, -0.009419817, -0.015710885, -0.026490698, -0.009669191, 0.0010223232, -0.07265942, 0.010952174, 0.0066451007, 0.003853741, 0.046144467, -0.039287228, -0.033644985, -0.010596166, -0.03303819, 0.05745321, -0.018364582, 0.010556672, -0.036794048, 0.007282642, 0.016989494, 0.025585162, 0.02054012, -0.034614556, 0.0073926607, -0.060945585, 0.0044627907, -0.01230568, -0.016590467, 0.002736351, 0.043014307, 0.011839513, -0.00962321, -0.039990216, 0.016780883, -0.0065683704, -0.021006146, 0.029879821, -0.01529874, 0.00012299474, 0.013524908, 0.026580403, -0.032050848, -0.03397927, 0.0011709889, -0.019162355, 0.007090816, 0.023331482, 0.05365053, 0.002486976, 0.035383273, 0.042698354, -0.06396855, -0.027926575, -0.0065895272, -0.042328242, 0.03156113, 0.03806969, -0.022685757, 0.024728712, -0.010660114, -0.008532901, -0.013795721, 0.021846237, -0.013519265, -0.00016925881, -0.017297262, 0.041087013, 0.038005374, -0.018194193, 0.027742648, 0.019437682, -0.041195337, 0.053473372, -0.033483345, 0.019313559, 0.023124984, 0.04879837, 0.02558742, 0.004647847, 0.026997907, -0.030709332, -0.01466007, -0.05687463, 0.048894357, -0.031479884, 0.07478983, -0.011061627, 0.02551097, 0.051048458, 0.0154258115, 0.048371915, 0.040676277, 0.026416752, 0.017474279, -0.046352655, 0.053539947, 0.07346284, -0.042761546, -0.015513699, 0.016165346, -0.040812038, -0.022937955, 0.035399918, -0.030782536, 0.026490131, -0.014803375, -0.01670246, 0.09956931, -0.0008146991, -0.016964247, -0.049766604, 0.0030417924, -0.01622515, -0.022335391, 0.015091998, -0.009986835, 0.03973294, -0.03878622, 0.021827053, 0.031562395, 0.0007777443, 0.00044162443, 0.0040599545, -0.04032422, 0.029372046, -0.02185921, 0.009782454, 0.009690631, -0.034881987, -0.04750474, 0.021870496, -0.03717262, 0.006270193, -0.019781841, -0.00020988092, 0.021829875, 0.028493593, 0.011253454, -0.062079616, 0.017102193, -0.04234399, 0.032369055, 0.009911514, 0.0099981185, 0.0030601993, 0.028503124, -0.010254545, -0.029836943, -0.050648727, 0.031087201, 0.030304909, -0.011263997, 0.03698418, 0.02382487, 0.010074285, 0.030172922, 0.03238203, -0.050944645, -0.0095304, 0.028275814, 0.0032576679, 0.003991484, -0.0038695384, 0.020103434, -0.09601263, -0.007635477, -0.034810614, -0.0037417484, 0.015808208, -0.0047647767, 0.03692099, 0.024115572, -0.028573146, 0.02949504, 0.008822897, -0.027493272, -0.017338874, 0.0427119, -0.018709023, -0.021851877, -0.014458652, -0.019780995, -0.034930505, -0.05272186, 0.052743305, 0.034826692, -0.012296089, -0.022362474, 0.00870216, -0.04226731, 0.031023446, 0.030157689, -0.011314811, 0.04216801, 0.10080604, -0.031184807, -0.039719403, -0.028291047, -0.026268968, 0.04653489, -0.025187967, 0.02612143, 0.020028958, 0.04263968, 0.012123445, -0.043386675, -0.0064501716, 0.029627062, 0.014342851, -0.023554197, 0.0063347933, 0.049427524, 0.031925596, -0.017356927, 0.014321412, 0.047983743, 0.03293325, 0.010719725, -0.051104877, -0.023827126, -0.008419497, 0.04944163, -0.06864235, 0.012756472, -0.08355067, 0.026891347, 0.015393665, 0.015622024, -0.020819962, 0.009218963, 0.043082293, -0.024925051, -0.016489193, 0.013280751, -0.016733773, -0.019964077, 0.020007519, 0.016920239, -0.03195268, -0.056234833, 0.05481503, 0.0075150914, -0.0105616795, 0.054292586, -0.014091924, 0.029665144, -0.015675623, 0.040112082, 0.021983897, -0.035115562, 0.039395835, -0.011768283, 0.022794649, -0.011708196, -0.004444172, 0.044476703, -0.022493368, 0.013766947, -0.036436908, 0.024123894, 0.0050129523, 0.037154566, 0.022019442, 0.0257894, 0.04746412, -0.0005345758, 0.037647672, 0.026158385, -0.01439377, 0.02958644, -0.0008372669, 0.032981772, -0.012255467, 0.05696236, 0.03257555, 0.039714888, -0.0021665127, 0.017184284, 0.037588995, -0.027756188, -0.029165974, 0.014851897, -0.02733417, -0.04782633, -0.008367027, 0.005865382, 0.035496958, 0.027440239, -0.013265377, -0.023912886, 0.028781896, 0.019301146, -0.06258401, -0.040072024, 0.036895882, 0.019710753, -0.017622665, 0.01829857, 0.04941737, -0.03617625, 0.03441596, 0.003996765, -0.016268592, -0.008661538, -0.015743326, -0.07280555, 0.035211474, 0.025723955, 0.032165382, -0.0042213146, 0.070515476, 0.031177474, 0.00627386, -0.0016971017, -0.011283357, -0.0466724, -0.02713106, -0.017879372, -0.048019852, 0.018634267, 0.017490076, -0.023134295, -0.0074674166, -0.0108461045, 0.032741565, 0.035385247, -0.044005036, 0.00071878574, 0.0030723296, -0.03540443, -0.040335502, -0.03700562, 0.03077238, 0.042023577, -0.024459025, -0.008130346, -0.006422244, -0.03736727, 0.014976019, 0.061241224, -0.024336597, 0.026733864, 0.031624317, 0.047031384, -0.04543358, -0.011905101, 0.04336524, 0.0057288464, -0.011870685, -0.001234461, -0.036789533, -0.0049276883, -0.0135689145, 0.044467673, 0.03445884, -0.004751377, 0.04295013, 0.03399902, 0.016337708, -0.010189945, 0.039307468, 0.028031515, 0.012104791, -0.041714966, -0.006224211, -0.006920429, -0.012962968, 0.050378192, 0.048538916, 0.0043437453, 0.05738325, -0.029581927, -0.014709155, -0.008222734, 0.0500085, -0.021044511, -0.0009809958, 0.048441872, 0.024854353, -0.046573255, 0.034321174, -0.011099993, -0.05267278, 0.030203108, 0.03251236, -0.004889323, -0.014977325, -0.023558006, -0.033549353, -0.007542173, -0.032951307, 0.0455656, 0.04451507, -0.0133804735, -0.04347469, -0.021979949, -0.04440082, -0.014952324, 0.0074726357, -0.025245799, 0.018687584, 0.009401763, -0.029728055, 0.041860525, -0.039787106, -0.032320537, -0.007165854, -0.008945751, -0.076076195, -0.03180486, -0.012830947, 0.0211235, 0.012777347, 0.040073715, 0.026152743, 0.012419083, -0.011501136, -0.031634472, 0.02424012, -0.010514075, 0.025955275, -0.01478645, 0.012803161, 0.0021021944, 0.006860342, 0.021238595, -0.041226935, -0.008005941, -0.027738133, -0.024303308, -0.04536136, 0.07493765, 0.008784603, -0.014208713, 0.028034903, 0.0155864805, 0.012070974, -0.03864517, 0.005885552, 0.012862119, 0.038045995, 0.028577657, 0.046585668, -0.016521635, -0.08153423, -0.0636684, 0.055755544, -0.009017546, -0.034338098, -0.06099636, -0.0042489604, 0.0002000075, -0.023344176, -0.01147067, -0.06140258, -0.012082257, 0.00412653, -0.03476802, 0.022757975, -0.012546028, -0.030930497, 0.025014196, 0.018010266, 0.024565095, 0.0152423205, 0.031942524, -0.027383817, 0.038090006, -0.024149848, 0.054596122, 0.009162543, -0.033769388, 0.006335357, -0.054235037, 0.017868653, 0.008338817, -0.014422863, -0.02014067, -0.063715786, 0.010607732, -0.014768395, 0.0041874633, 0.011078554, -0.015910327, 0.04376356, 0.019682543, 0.038627118, -0.004488744, 0.005989787, -0.01599383, -0.025580084, -0.027733056, 0.008984258, -0.03312903, 0.006054388, -0.037163593, 0.021227311, 0.0007278129, -0.0180633, 0.017886002, 0.029282622, -0.0145156365, 0.015311945, -0.01282333, 0.0791285, 0.01206036, 0.019500872, 0.0657153, -0.012136985, 0.07428882, -0.043050416, -0.041486464, 0.08931449, 0.010447782, -0.03213435, -0.013206137, 0.016884131, 0.01880127, 0.0257894, 0.02421868, 0.004515825, 0.023829384, -0.0017749607, 0.008058412, 0.014178881, -0.036535643, -0.017531829, 0.03261956, 0.01327102, 0.017490076, -0.036003537, 0.012409209, -0.011994808, 0.0002572734, 0.00818592, -0.004938126, -0.04240836, 0.026274608, -0.049221028, 0.03677881, 0.014607036, 0.014349762, -0.01995096, 0.035715867, 0.017875986, -0.02582551, -0.009487521, 0.048626363, -0.021239724, 0.022387298, 0.0053779166, 0.007600849, -0.025063844, -0.04510691, -0.026411425, 0.004460534, 0.024167053, -0.043269888, 0.007042859, 0.00894702, -0.006392341, 0.029647373, 0.01755891, 0.010202921, 0.039922513, -0.031571284, -0.06335696, -0.007511001, 0.03707558, -0.0041773077, 0.019302275, -0.025738623, -0.02721456, 0.022819191, 0.027468732, 0.036866967, 0.0021168636, 0.028009795, 0.039161976, -0.0069982875, 0.036195997, 0.010161171, -0.0500657, 0.038244028, -0.004103962, -0.0074248197, -0.08057622, -0.008704981, 0.0104656955, -0.002492618, 0.018417615, 0.01962725, 0.0036990808, 0.01775412, -0.023128089, 0.028126301, 0.009617286, -0.0024108097, -0.0009084967, -0.05520997, -0.021829875, 0.06096025, -0.03248105, -0.038523305, -0.026508186, -0.008853364, -0.020387506, -0.019267436, -0.028895864, -0.0030207057, 0.03232843, 0.014328287, -0.016205968, -0.03889906, -0.03585889, 0.022353446, 0.009113459, 0.019040488, -0.032256216, 0.0005709664, -0.0016801758, 0.0060459245, -0.06520865, -0.055937782, -0.017783178, 0.0025456527, -0.0067252168, 0.010620426, 0.04309555, 0.023985103, -0.002083012, -0.037458103, -0.04852763, 0.01665958, -0.050375935, 0.026399862, -0.0036164967, -0.022066835, -0.056415092, -0.014689973, -0.009704172, -0.01325903, 0.0048518036, -0.052251328, 0.0389449, 0.0027273234, -0.00023696234, 0.006179075, -0.019640792, -0.07051773, -0.029567257, 0.016125288, -0.010503073, -0.07271358, -0.041921776, -0.013590354, -0.045248523, -0.034994826, -0.029048197, 0.0155515, -0.02320764, -0.040349044, 0.042775087, -0.028744658, -0.015862372, 0.021624506, -0.043294426, 0.013858347, -0.0140386075, -0.035801623, 0.014502377, -0.032417577, 0.0689944, 0.0154578425, 0.05304797, -0.023856465, -0.0015188158, -0.0013224756, 0.006143813, 0.019075468, 0.027286213, 0.014673611, -0.002134918, 0.03226073, 0.039130382, -0.051775143, -0.07218663, -0.032338027, 0.012991178, -0.009590204, 0.0041172206, 0.05224004, 0.03051285, -0.00068831915, 0.021537904, 0.009252815, 0.020217402, 0.024298513, 0.048257943, -0.0026895227, 0.027679458, -0.004637691, 0.003404782, 0.032172713, -0.027417388, -0.005341244, -0.015972955, 0.0375732, 0.013138433, 0.045478713, 0.068539664, 0.008056438, -0.004967182, -0.026459243, -0.0049457424, 0.011113534, -0.03973193, -0.0059931725, 0.028409334, -0.003103078, -0.0015797489, 0.0226079, 0.009640207, 0.009239838, -0.062265802, -0.0009331802, -0.04217704, -0.029500684, -0.04216801, -0.021700108, 0.013888249, -0.012893149, 0.0024164517, -0.0067929206, 0.06851371, -0.009990783, 0.015839804, 0.0423147, -0.023767322, 0.04518195, 0.0012564646, 0.015820904, -0.0014657812, -0.0044447365, 0.0014657812, 0.0178427, -0.023895958, 0.0065751406, -0.007173612, -0.019045003, 0.010853439, 0.030761097, -0.076432765, 0.010222668, -0.010304477, 0.013463975, 0.018280515, -0.015840933, 0.015259246, 0.040553283, -0.003738927, -0.03771425, -0.019842776, -0.04226618, 0.005685968, 0.029528327, 0.0073083136, -0.032104447, -0.019228436, -0.000987343, 0.02612679, -0.03580501, -0.039843522, 0.07694731, -0.015445431, 0.01735312, 0.06004541, -0.034760118, 0.05167133, 0.01718541, -0.032816056, -0.01400786, -0.020531658, -0.046068866, -0.046625163, 0.004883963, 0.003853741, 0.06478833, 0.06334568, 0.020680042, 0.0073678363, -0.08440598, -0.0019584657, -0.009934364, -0.06916592, -0.04600511, -0.02348466, -0.0010181622, 0.023028227, 0.039064936, -0.011151899, 0.0009980628, 0.030572655, 0.024987113, -0.009566508, -0.015689164, 0.002898275, 0.0052784774, 0.0073108524, -0.03481315, 0.036485992, 0.039701346, 0.02424689, -0.0385549, 0.00064600445, -0.02989562, -0.005165497, -0.010090585, 0.018576577, 6.657513e-05, 0.04462565, -0.016944138, 0.03268726, 0.009700081, 0.07047035, -0.035948314, 0.012949145, 0.0043686405, -0.01824215, 0.021335637, 0.020697955, -0.02599082, 0.0465473, 0.010289384, -0.0108777, 0.039870605, -0.017954975, 0.08147894, 0.00793316, 0.0011475747, 0.013396182, 0.020201603, 0.017128991, 0.04428036, -0.011554736, -0.0069559733, -0.021304043, -0.011471516, -0.014681792, -0.014421979, -0.031504706, 0.008091699, 0.018499987, 0.08711526, -0.0016677636, -0.057473525, -0.05841009, 0.05638801, -0.025857104, -0.0066733104, 0.015448463, -0.012520639, -0.0252489, -0.023478454, 0.012188891, -0.028500222, -0.020044193, -0.066399105, 0.009978935, -0.00013032928, 0.03805615, 0.019500097, 0.052373827, 0.015297471, -0.046835043, -0.0011983524, 0.009091138, 0.002717168, 0.065270714, 0.03790946, 0.021580499, -0.009569893, 0.022304926, -0.010235645, -0.014978894, 0.001364226, 0.041924845, 0.035730533, 0.014766702, -0.060216505, 0.016237563, 0.01207718, -0.04002181, -0.00031989915, 0.018594773, 0.019262498, 0.051691923, -0.0020803672, -0.047113616, 0.01624546, -0.00044289388], [-0.017892582, -0.08244514, -0.024228537, -0.05213775, 0.024038848, 0.012451726, 0.0034223266, -0.027996868, 0.026752407, 0.038499486, 0.022289641, 0.0086093815, -0.048219394, -0.028230123, -0.042076174, 0.015454892, 0.010604747, -0.04783392, 0.025779199, 0.06110613, 0.008037074, 0.015528692, -0.034058146, 0.009632299, -0.0070924317, 0.045118835, 0.0053280843, 0.011189054, 0.006360264, 0.0026848014, -0.016955748, -0.026803829, 0.01105907, -0.00452449, 0.015570068, 0.013177324, 0.00032567285, 0.014467494, -0.059076678, -0.039071985, -0.06371, 0.013937275, -0.002279329, 0.013278716, 0.01691442, 0.046236407, 0.0016325542, 0.027572207, -0.025247836, -0.03828675, 0.024323381, -0.006744666, -0.03456246, 0.033475935, -0.0010299643, 0.041134577, 0.031516302, -0.00025444382, 0.030388515, -0.012421337, -0.02046654, 0.009745808, -0.08472485, 0.0085103465, 0.045515735, 0.032992374, -0.030612487, 0.019670261, -0.0045198062, -0.059192475, -0.021703716, 0.026372645, 0.016165944, -0.008984, 0.021485267, 0.0012259423, -0.08840323, 0.0034163273, -0.018981967, -0.011550436, 0.013168992, 0.024473839, -0.007179278, -0.02881005, -0.06111223, 0.016493522, -0.009389663, -0.0218237, 0.03684465, 0.01586998, -0.059417587, -0.00813349, 0.038023356, 0.013262313, -0.009499744, 0.015618585, 0.009507363, 0.049715582, 0.0206728, 0.006526027, 0.051880643, -0.03560328, -0.0029984757, -0.038039353, -0.033865407, 0.018432133, -0.0009877791, -0.025138421, -0.00820848, 0.0014771455, -0.0067131226, -0.0017117823, 0.016109189, -0.063850164, 0.012086844, 0.0089836195, 0.024789229, 0.008258736, -0.040117566, -0.0058325916, -0.0013994412, 0.016222699, 0.0018525262, 0.0057760277, -0.020783072, -0.011101826, -0.007915946, -0.01695289, -0.07270085, -0.0005341225, 0.017132297, -0.0053907433, 0.019483808, -0.01479369, -0.032989327, 0.031049766, 0.0018713811, 0.053052302, -0.010568038, 0.047855247, -0.014283898, 0.014280469, 0.00875222, 0.000662392, 0.012733238, -0.016489523, -0.015748093, -0.053539474, 0.00237446, -0.009715716, -0.011329607, -0.0044314363, 0.007513711, -0.0064334674, 0.005147536, -0.028214697, 0.01171013, -0.00636281, -0.022819573, 0.024748472, -0.004613318, 0.017763836, 0.018236157, 0.02368518, -0.01758786, -0.057803124, 0.015382043, -0.012702384, -0.00658621, -0.001030726, 0.054244146, 0.007113857, 0.014165056, 0.047109436, -0.061076425, 0.0025128233, -0.0031526466, -0.022794815, 0.03794946, 0.043524656, -0.007363635, 0.0025623408, -0.007329734, -0.020739838, -0.009942021, 0.04262201, -0.03180662, 0.01364855, 0.024188925, 0.046762813, 0.021201877, -0.016875805, 0.04790705, -0.007891948, -0.023034023, 0.024142835, -0.027326811, -0.027567543, 0.013430673, 0.048586585, -0.007727398, -0.0022221936, 0.023413785, -0.019778246, -0.0458136, -0.053507864, 0.043901082, -0.008088733, 0.047977902, -0.017198386, 0.017590161, 0.028176773, 0.029526532, 0.048722185, 0.02564931, 0.022264598, 0.0114893, -0.02350101, 0.057973962, 0.058317155, -0.02153288, -0.006919501, 0.024873028, -0.03405329, -0.044636417, 0.033757232, -0.0061156033, 0.01948295, -0.0016005583, -0.012969779, 0.10981003, 0.009900694, -0.025160227, -0.04171736, -0.030876072, -0.020495394, -0.016292024, 0.02594489, -0.051204156, 0.033248343, -0.029168101, 0.03246406, 0.018179784, 0.0070017762, -0.021401754, -0.0223423, -0.034037575, 0.008289232, -0.015691338, 0.022744916, 0.03945479, 0.003594019, -0.050535098, 0.02966937, -0.0027901214, 0.004952227, -0.0046017007, 0.0036287766, 0.005677373, 0.03944315, 0.048878353, -0.05255713, -0.0041720406, -0.06240578, 0.028817844, 0.019840524, 0.02859065, -0.016542658, 0.0054915873, -0.06051726, -0.0627364, -0.06694616, 0.040615786, -0.014544913, -0.027482983, 0.037957698, 0.040694255, -0.008447306, 0.04983138, 0.038616803, -0.0606879, -0.011555864, 0.023153247, -0.015271201, 0.01050914, 0.01112011, 0.031776533, -0.06503097, -0.0013339256, -0.040867947, -0.021640297, -0.01383605, -0.0061268397, 0.0111728655, 0.05558303, -0.012018758, 0.01767699, 0.011134084, -0.071689166, -0.00900895, 0.013685117, -0.004873285, 0.03810182, 0.004929278, -0.021089127, -0.02578034, -0.063543394, 0.05702665, 0.04018727, -0.008302183, -0.045336712, -0.018316433, -0.0675754, 0.013937275, 0.013642563, -0.012255644, 0.054296333, 0.073229544, -0.028083287, -0.046507798, -0.022425512, 0.009397996, 0.021351952, -0.030804845, 0.041829348, 0.04566581, 0.021560686, 0.01898768, -0.053046968, -0.0138270045, 0.040599026, 0.033147976, -0.015571544, -0.020085447, 0.03898171, 0.004467051, -0.037741486, 0.028539801, 0.020027928, 0.02563674, 0.012369474, -0.06766035, 0.0056015737, -0.002731081, 0.054667335, -0.06602741, 0.011873347, -0.057297286, -0.0068192757, 0.014468635, 0.039699335, -0.011515488, -0.0070082517, 0.030591158, -0.02394324, 0.008718891, -0.0073529696, -0.024873028, -0.03456513, 0.019947749, 0.007948704, -0.039395943, -0.048106264, 0.0585815, 0.029304465, -0.011613475, 0.06637023, -0.023303604, 0.03423488, -0.02179304, 0.033401467, 0.0049593695, -0.008446925, 0.02085906, 0.012021709, 0.06336947, -0.032368075, -0.0060327565, 0.027681813, -0.019661881, 0.0035321224, -0.05911858, 0.05147174, 0.020414928, 0.047900576, 0.06027424, 0.031800833, 0.027734758, -0.040448952, 0.012999681, 0.011729174, 0.034737866, 0.027405277, 0.053064488, 0.04455738, 0.002147346, 0.027143216, 0.03183843, 0.01660984, -0.00011589003, 0.010280597, 0.036291387, -0.009246823, -0.023286944, 0.010506854, -0.035675462, -0.011797738, -0.0155561175, -0.0020516438, 0.018504206, 0.04216169, -0.00018588112, -0.030674193, 0.042769417, 0.04489029, -0.026593952, -0.035474345, 0.024571827, 0.024082271, 0.015664484, 0.028909085, 0.05029608, -0.033958822, 0.026545959, -0.020906674, -0.017759265, -0.0066850544, -0.028288212, -0.07017774, 0.02420416, 0.027888453, 0.0420826, 0.017700417, 0.06621025, 0.035962664, -0.027521832, 0.017914293, -0.008565387, -0.0638814, -0.012408041, -0.035414927, -0.050373785, 0.008309253, 0.013929658, -0.0154056605, 0.02084192, -0.032976285, 0.010046722, 0.0074674315, -0.06679989, 0.027929211, -0.018209636, -0.009160739, -0.008139441, -0.06145085, 0.018536786, 0.064348385, -0.035933334, -0.015480698, -0.015673054, -0.041299127, -0.024724286, 0.017181814, -0.035507105, -0.0041670892, -0.010115951, 0.047006592, -0.03905465, -0.011022693, 0.04220111, 0.016270693, -0.020988569, -0.01408659, -0.023914672, 0.0030761804, -0.009918739, 0.037850425, 0.023745552, 0.014583764, 0.0012661248, 0.007438673, 0.020820972, 0.009668865, 0.017385218, 0.02636579, 0.008103475, -0.023097824, 0.0068056104, -0.043061953, -0.02651396, 0.008223049, 0.038170382, 0.021735903, 0.06261147, -0.041615564, -0.034578457, -0.002085449, 0.045210347, -0.024988059, 0.033932734, 0.052001007, 0.021441845, -0.05621228, 0.00782729, 0.0069095977, -0.063284904, 0.024410324, 0.022898423, -0.0030777992, 0.019850714, -0.032772977, -0.054285284, 0.0072314613, -0.04121609, 0.019596847, 0.056040112, 0.00058183074, -0.035190955, -0.008922294, -0.042820457, -0.009885029, 0.008608811, 0.0019368965, 0.02782808, 0.0046901656, -0.021551918, 0.026455302, -0.03965362, 0.01481145, -0.0021025897, -0.0065554525, -0.03378218, -0.01758405, 0.017888106, 0.016371489, 0.004305595, 0.021914164, 0.008187911, -0.0053869933, 0.011400456, -0.01977615, 0.0400231, -0.002281805, 0.016713303, -0.03085398, -0.008610619, 0.0029777167, 0.032113075, 0.02413674, -0.012114269, 0.015141693, -0.026373409, -0.10753071, -0.05030713, 0.062368926, -0.0056150956, -0.02092391, 0.021288436, 0.042525638, 0.016948702, -0.040896893, -0.010213368, 5.294565e-05, 0.028055862, 0.0077053057, 0.026373789, 0.004658836, -0.074719645, -0.043593697, 0.02765515, -0.02810476, -0.05974859, -0.053238943, -0.02531164, 0.014462351, -0.02173895, 0.041140676, -0.050910097, 2.2854238e-06, -0.01890874, -0.00897981, -0.024976633, -0.019020056, -0.017821543, 0.0083425585, 0.009255966, -0.0006159217, -0.0064333784, 0.024234252, -0.00285697, 0.025177943, -0.020031346, 0.036867693, 0.016622648, -0.008641949, -0.008569863, -0.042970534, 0.03357287, 0.009131791, -0.03604113, -0.049511418, -0.069303945, 0.017126203, -0.021105887, 0.019882234, -0.0010794817, -0.018074654, 0.061363623, 0.0060285493, 0.03817724, -0.012365474, 0.028705303, -0.022457048, -0.009880839, -0.015223397, 0.023792213, -0.03938947, -0.0028525896, -0.03671152, 0.00845702, 0.035216857, -0.0007404773, 0.009204925, 0.052331246, 0.0069048363, 0.012619966, 0.005729652, 0.056834295, 0.030268876, -0.0110484995, 0.06745352, -0.017844588, 0.06406957, -0.021148358, -0.07007299, 0.07456651, -0.020649564, -0.04491086, -0.004755181, 0.018148763, 0.01109059, 0.04573552, -0.008916961, -0.0010373918, 0.03743867, 0.014182387, 0.012018282, 0.006753427, -0.04204875, 0.0011889084, 0.01202666, 0.015202638, -0.00935481, -0.055089377, 0.021652102, 0.0033946158, 0.0044982852, -0.009029709, -0.00289068, -0.054213293, 0.06214943, -0.061480943, 0.041344836, 0.0074680024, 0.027406992, -0.05635623, 0.04673082, 0.0005321228, -0.026533388, -0.021664675, 0.05999009, 0.008701655, 0.0046828333, -0.020322558, 0.0022679972, 0.0042089885, -0.04275266, -0.014683847, 0.017235141, 0.030079221, -0.041963045, -0.023773357, 0.041448444, 0.029708602, 0.04079748, 0.013069624, 0.019436385, 0.04109687, -0.04538623, -0.052220978, -0.04096724, 0.013520566, 0.012012186, -0.010807721, -0.01134132, 0.010258695, 0.030881787, 0.051679526, 0.016367061, 0.029276278, 0.042620864, 0.053231325, -0.0037275262, 0.038236186, 0.028699588, -0.019339256, 0.010481714, 0.009329194, -0.04900101, -0.049732912, -0.021728285, 0.020168483, 0.0021079225, 0.037509136, 0.032035165, 0.00465198, 0.0142789455, -0.02018029, -0.0008212289, 0.0028617312, -0.0075289477, -0.0041107154, -0.055292018, -0.043328587, 0.031796336, -0.030093316, -0.05386439, -0.033033896, -0.0016415055, -0.018733237, -0.03773787, -0.026803829, -0.02502158, 0.033170637, 0.0111342035, -0.022282882, -0.01932897, -0.0600716, 0.010414485, 0.0083876, 0.0028710633, -0.032753646, 0.00090892013, -0.002577577, 0.010731969, -0.06107566, -0.029006181, 0.0025116806, 0.0136196725, -0.019122211, -0.013391822, 0.055232976, 0.023097252, 0.018454414, -0.013025487, -0.022016248, 0.03255548, -0.04754205, 0.01895835, 0.017608047, -0.013453621, -0.039300144, -0.010389155, -0.007962987, -0.02664661, 0.0034822237, -0.020761454, 0.056302078, 0.0038132293, 0.014117824, -0.017735269, 0.009920119, -0.03290553, -0.035647087, 0.013044816, 0.0038353219, -0.0879492, -0.045118265, 0.019839382, -0.047015354, -0.054106645, 0.009768282, 0.008357795, -0.04418638, -0.007578465, 0.05428795, -0.013860714, -0.0097060865, 0.0031571223, -0.05020009, -0.002928199, -0.013596057, -0.03481919, 0.012591542, -0.023607474, 0.054551538, 0.006261299, 0.04132884, -0.027113123, 0.00022549514, 0.017996473, -0.017577194, 0.040021576, 0.027799893, -0.0065169334, -0.00820848, 0.0123087205, 0.0038471296, -0.04092089, -0.05265159, -0.02914639, 0.007189181, -0.009693244, 0.023673918, 0.04686947, 0.004349161, -0.0022701875, -0.0016376965, 0.031426385, -0.017557766, -0.033535544, 0.018057894, 0.0057790745, 0.042405274, 0.025800243, 0.0011024312, 0.009958591, 0.011043453, -0.024988823, 0.0098223705, 0.03256881, 0.020035548, 0.016095096, 0.049575407, 0.030745042, 0.0009845891, -0.02022219, 0.0047910097, -0.002902488, -0.05029951, -0.0077988654, 0.044945903, -0.00070419617, -0.024466222, 0.017300086, 0.03735087, 0.04315032, -0.072131015, -0.022074906, -0.043045763, -0.04157338, -0.011431261, 0.018980063, 0.0027030848, 0.01731056, 0.005411121, 0.00546121, 0.04322955, 0.008733461, 0.024822367, 0.02457554, -0.040374294, 0.039194632, -0.05152735, -0.0040192986, 0.013435053, 0.003057516, 0.027860457, 0.018221684, -0.030652914, 0.017434735, -0.00398197, -0.040720917, 0.044463675, 0.02499206, -0.06909179, 0.0024669005, -0.00077323505, 0.025230696, 0.014224476, -0.016194893, 0.038715076, 0.04040172, -0.0026354743, -0.058924317, -0.027172163, -0.036431175, -0.009437466, 0.03622092, -0.0011813259, 0.0011625189, -0.040467996, 0.0070796716, 0.04575004, -0.020804591, -0.05265159, 0.05799529, -0.0016610269, 0.036783133, 0.050844107, -0.020224525, 0.04993003, -0.008016123, -0.045444507, -0.0371747, -0.019394105, -0.012027804, -0.032750692, 0.019221935, 0.0048329094, 0.05818536, 0.032890294, 0.039022274, 0.0028850615, -0.09076941, -0.007812721, -0.015257488, -0.035209425, -0.052317157, -0.030240724, 0.0033896642, 0.00045013326, 0.04158976, -0.023574907, -0.02197454, 0.05687353, 0.0148767745, -0.009068561, -0.0072585056, -0.002533392, -0.045152355, 0.034662258, -0.021348143, 0.052892704, 0.0308197, 0.008644996, -0.029992377, 0.0014430546, -0.02343702, 0.027412895, 0.019336209, 0.042174827, -0.03355459, 0.010192989, -0.015871363, 0.00055202504, 0.0076005575, 0.03469692, -0.040276784, 0.05221241, -0.0016245553, -0.010303452, -0.02755802, 0.026319701, -0.043286685, 0.058829088, 0.018986098, 0.02287328, 0.028007105, -0.02743556, 0.104081236, -0.013052507, 0.015687529, 0.018804561, 0.0020766882, 0.034004055, 0.009790755, -0.0346076, -0.025244791, -0.022953272, -0.018032564, -0.02660157, 0.0015013329, -0.023231901, 0.0023303702, -0.006808277, 0.0527491, -0.031289585, -0.054886732, -0.055405527, 0.053073443, -0.033514977, -0.025046147, -0.0007739968, -0.009711527, -0.039695524, -0.0061687664, 0.00070448185, -0.022679402, -0.003427945, -0.059449583, 0.021739712, 0.0044470537, 0.023288278, -0.00055364385, 0.026281228, 0.025571594, -0.041534718, 0.0064288964, -0.0047851056, -0.003372238, 0.06308912, 0.021893596, 0.019723015, 0.024438798, 0.0062198043, -0.012446417, -0.004394108, -0.013755584, 0.05597155, 0.060743514, 0.030310811, -0.02050902, 0.00945137, 0.046107087, -0.024937019, 0.0038285607, -0.00055307255, -0.010751348, 0.047913145, 0.046654638, -0.040760152, 0.019993266, -0.0069618765], [-0.027671682, -0.082838036, -0.026545389, -0.062187746, -0.00016571346, 0.019728733, -0.00042532256, -0.03516658, 0.025604028, 0.025305849, 0.015089796, 0.032941137, -0.057720236, -0.03683514, -0.048881967, 0.012868508, -0.0050430917, -0.03997279, 0.0069441213, 0.046944182, -0.0008083077, -0.002921544, -0.032162383, 0.012878897, -0.040090192, 0.052388832, 0.015047199, 0.0028488173, -0.0075719105, 0.0025828443, 0.0039407597, -0.052564934, 0.013226931, -0.011721631, 0.024685072, 0.031765036, 0.03366581, 0.004712164, -0.037013844, -0.030756213, -0.04806418, 0.021908496, -0.00018701206, 0.03166452, 0.016714724, 0.039771233, 0.001520727, 0.013611881, -0.022117032, -0.029674659, 0.029847125, -0.0074410024, -0.011189555, 0.015109536, -0.016510047, 0.031181144, 0.04793119, 0.00799009, 0.046910673, -0.008639957, 0.020008473, 0.00064554875, -0.052043382, -0.0025599874, 0.034639828, 0.039630454, 0.0040764734, 0.0075812615, -0.005772374, -0.04044097, -0.011570851, 0.0126483785, -0.023520922, -0.008662684, 0.054595053, 0.001649862, -0.045827303, 0.0056394525, -0.0123768225, -0.045918472, -0.027137527, 0.009751639, 0.01278747, -0.036154367, -0.06406929, 0.0092932, -0.006255553, 0.009456446, 0.048820537, 0.0037184232, -0.025379615, 0.01763835, 0.0010244105, -0.0061760736, -0.015104341, 0.025138445, 0.020571327, 0.068222, 0.029907385, 0.044623155, 0.050383125, -0.029168429, -0.034332555, -0.033236198, -0.0062358133, 0.020446653, 0.03503567, -0.031767633, -0.012598639, -0.01702641, -0.004572185, 0.021688204, -0.0116583835, -0.06285683, 0.0062080217, -0.017510563, 0.028169211, -0.034707878, -0.04896599, -0.028931284, -0.024808189, 0.017778613, 0.010735012, 0.0012828507, -0.022581706, -0.04599666, -0.022512097, 0.016058102, -0.06047139, 0.010870076, 0.025270004, 0.013252403, 0.06695655, -0.00894593, -0.035478268, -0.020949507, -0.03469905, 0.04734522, -0.016331349, 0.032089323, -0.028096484, 0.0063760723, 0.015458754, 0.0048236125, 0.007012952, -0.039599802, -0.0014877848, -0.066007465, -0.0071069775, -0.02363313, -0.008369718, -0.007457625, 0.0023262221, -0.0012789547, -0.0063194493, -0.045909904, 0.0074708723, 0.018723024, -0.010931893, 0.018982762, -0.028474405, -0.025676755, 0.016586931, 0.01491525, -0.027021166, -0.025129225, 0.017238356, -0.021103531, 0.002058691, 0.061975278, 0.06286099, -0.0019541462, 0.018245624, 0.04409329, -0.05971867, -0.020583794, -0.009103332, -0.045144714, 0.019308995, 0.03445178, -0.037489682, 0.024354165, 0.001295578, -0.00037869942, -0.02732454, 0.02419053, -0.022144824, -0.01978224, -0.03939409, 0.027130255, 0.031055432, -0.018328741, 0.01025865, 0.004613224, -0.017669523, 0.04788963, -0.03153231, 0.018613609, 0.033667367, 0.042532776, 0.0015189535, 0.0008883073, 0.0075241188, -0.026632594, -0.020059122, -0.037010726, 0.031649712, -0.0014799926, 0.0681472, -0.02927414, 0.0025428445, 0.04715197, 0.045506526, 0.04341433, 0.035986833, 0.029149985, 0.047012754, -0.045867823, 0.052174285, 0.07449444, -0.044315625, 0.009061124, 0.008260998, -0.061399177, -0.0337773, 0.01941289, -0.015118886, 0.018111339, -0.0057030884, 0.0031355687, 0.09268317, -0.016357321, -0.021268206, -0.05394259, -0.0028532327, -0.02054847, -0.047233015, 0.02372144, -0.017796276, 0.045491725, -0.0154658975, 0.046610225, 0.010701246, -0.029269464, -0.0066091884, 0.015277326, -0.045240294, 0.013436297, -0.010102287, 0.01564252, 0.03266685, -0.028685052, -0.030040111, 0.006456072, -0.023241963, 0.011231633, -0.015799401, 0.015774468, 0.021402491, 0.031698804, -0.010757868, -0.048186775, -0.0038376434, -0.022400409, 0.043727573, 0.019658832, 0.016351672, -0.021395478, 0.0356819, -0.02501715, -0.053017918, -0.050396636, 0.040440317, 0.013802529, -0.0149570685, 0.052729093, 0.05405168, -0.0021672621, 0.05030209, 0.044712506, -0.052818436, -0.030054918, 0.04029902, -0.004264914, 0.0019618897, 0.0007345418, 0.031217508, -0.08241829, -0.024401957, -0.066676036, -0.019780682, 0.015132912, 0.010853582, 0.041232005, 0.0343271, -0.023554688, 0.054665703, 0.012791495, -0.036053848, -0.005541791, 0.03573177, -0.0005225948, -0.024454944, -0.010972933, -0.010933972, -0.003927253, -0.064564876, 0.030014396, 0.04823872, 0.032018542, -0.014473176, -0.005177117, -0.047738984, 0.0072477562, 0.021936255, -0.018464323, 0.031841923, 0.090401635, -0.025201432, -0.018302767, -0.037877087, -0.0073011103, 0.03749488, -0.032251008, 0.024861436, 0.016768228, 0.026005067, 0.013349544, -0.06191346, -0.049103137, 0.027945187, 0.012878897, 0.0013028507, 0.00870223, 0.039383702, 0.039850194, -0.008950216, 0.02588273, 0.036014367, 0.048323918, 0.013803568, -0.04375459, -0.010173456, -0.008413465, 0.046726, -0.08091181, 0.0062337355, -0.059262045, 0.0073423013, -0.0030921926, 0.011385658, -0.028692845, 0.017768743, 0.039048117, -0.031347375, -0.033502173, -0.018959776, -0.019520942, -0.03145543, 0.034111, -0.0058545163, -0.023410145, -0.047784697, 0.060486972, -0.0119229285, -0.01963315, 0.05633427, -0.016917838, 0.023361964, -0.022823785, 0.031511858, 0.02251554, -0.01467207, 0.016899657, -0.02532351, 0.052157667, -0.01683732, -0.005847763, 0.042534854, 6.441526e-05, 0.009407226, -0.03956344, 0.03237075, 0.0147692785, 0.043289136, 0.03441957, 0.025713118, 0.05123208, -0.006487241, 0.036649168, 0.011328775, -0.0022771317, 0.014722005, 0.030973352, 0.028766612, -0.0014055775, 0.03305685, 0.029948944, 0.042701345, 0.031775426, 0.01009034, 0.030900497, -0.021371843, -0.041757714, -0.014213695, -0.050584424, -0.04994053, 0.01874692, -0.01843939, 0.036342677, 0.008386452, -0.0046306266, -0.048731185, 0.031968154, 0.03338529, -0.043066803, -0.03521437, 0.02642896, 0.01432824, -0.00061194506, 0.008203076, 0.05050988, -0.05018988, 0.025140656, 0.0013664867, -0.0082845045, -0.023540663, -0.012107993, -0.05942542, 0.053863887, 0.001733498, 0.025746625, -0.0041545574, 0.086549185, 0.035995666, 0.001954276, -0.015729792, -0.017650302, -0.062661506, -0.018263806, -0.007677105, -0.06624746, 0.013180194, 0.018977309, -0.031658027, -0.0084376205, -0.005400493, 0.033291265, 0.026694931, -0.059752434, -0.016633684, -0.0016898616, -0.02387027, -0.023603, -0.046356656, 0.02005003, 0.04488913, -0.065297335, -0.0395811, -0.029736996, -0.052622076, -0.0060259444, 0.041927584, -0.031486597, 0.009084631, 0.019030554, 0.023024302, -0.06267813, 0.005573998, 0.0368954, 0.012126693, -0.025050005, -0.005011144, -0.050809097, -0.012964092, -0.015943818, 0.027137527, 0.024901824, 0.024372801, 0.02434897, 0.010333455, 0.013446947, -0.0023534948, 0.026491297, 0.02362024, 0.01990068, -0.031372312, -0.0065371105, -0.011657085, -0.024354944, 0.021459619, 0.03845098, 0.0066320207, 0.066019416, -0.02152405, -0.008316322, -0.0058334772, 0.049033266, -0.03374529, 0.013341232, 0.05904698, 0.045262113, -0.06488279, 0.035806574, 0.0015984337, -0.056219984, 0.025714938, 0.02695675, -0.014775772, 0.009619693, -0.049004436, -0.045428347, 0.020683924, -0.026132338, 0.032107893, 0.048621055, 0.011140465, -0.0403011, -0.023402482, -0.0253952, -0.009386967, 0.020042855, -0.038481887, 0.0239604, -0.0064036045, -0.024443256, 0.042024724, -0.035552032, -0.0076731034, -0.013702984, -0.030540109, -0.065856814, -0.055011872, 0.0028592066, 0.015586416, -0.0013171363, 0.041554082, 0.025420133, 0.023588454, 0.010395273, -0.024047675, 0.0029825827, 0.0004171408, 0.0041288105, -0.037411243, -0.0015471353, -0.014303825, 0.023974948, 0.013219545, -0.038715653, -0.0069724326, 0.0053443895, -0.046678208, -0.04241849, 0.07512898, 0.020457042, -0.0074555473, 0.015692908, 0.006360488, 0.0066516553, -0.016999396, 0.0026233636, 0.008726029, 0.0252339, 0.026188573, 0.035890732, -0.013592401, -0.068271875, -0.06492227, 0.02518481, -0.00836879, -0.038999546, -0.071023025, -0.015863298, -0.017727185, -0.0132737, 0.00032675164, -0.046990417, -0.030273356, -0.012838378, -0.014176293, 0.048970148, -0.009004631, -0.02782116, 0.018983802, 0.008665672, 0.014072138, 0.016719138, 0.03714267, -0.011797474, 0.02187002, -0.025916236, 0.040624216, 0.0195812, -0.047173277, -0.0075926897, -0.047163405, 0.0028769989, 0.0018592116, -0.0013854478, -0.03265958, -0.07164562, 0.001105449, 0.026658569, 0.007841, 0.0068664597, -0.008896839, 0.044483937, 0.003929071, 0.02013081, 0.0067700963, 0.019815486, -0.015888752, -0.015685637, -0.00057610107, 0.00030051798, -0.034040187, -0.024968188, -0.020137433, -0.0048701055, 0.005806205, -0.014262787, 0.018938089, 0.020969247, -0.022397812, -0.0034671256, -0.014096163, 0.085325286, 0.019957043, 0.027010515, 0.04067824, 0.013795257, 0.07817935, -0.03262789, -0.046690676, 0.080032855, 0.010638389, -0.0605836, -0.02659961, -0.0037402413, 0.037162412, 0.024943253, 0.033364512, 0.010750856, 0.02302586, 0.0012103836, 0.008832164, 0.004796202, -0.024461696, -0.017071605, 0.036844492, 0.0076903515, 0.026672075, -0.05055144, 0.041670445, -0.014874212, 0.007540742, -0.0066928887, 0.008798918, -0.034055933, 0.02794621, -0.029111024, 0.028994141, 0.034873594, -0.0058804904, -0.0103903385, 0.06842979, 0.017929781, -0.022073658, -0.0065558115, 0.06130411, -0.0201699, 0.032348413, -0.018317053, 0.0049081575, -0.009180214, -0.04678834, -0.020515222, 0.008471646, 0.049092747, -0.035492748, -0.008922813, 0.003883617, 0.0060147755, 0.048078723, 0.025560392, 0.006431137, 0.04215148, -0.033510484, -0.06143138, 0.011185399, 0.023688195, 0.002509598, 0.00025583882, -0.025720393, -0.024829488, 0.033429448, 0.014962263, 0.041816935, 0.021847423, 0.044961855, 0.033191394, 0.010405144, 0.023685597, 0.004872703, -0.055462062, 0.03089543, -0.018473156, -0.036569428, -0.086042166, -0.02158431, 0.006203346, -0.021053402, 0.014331358, 0.01960198, 0.006230619, 0.026217273, -0.032078803, 0.004449848, -0.017057579, 0.009656835, 0.018148223, -0.04478004, -0.01911575, 0.07537833, -0.03199984, -0.03862734, -0.028918298, 0.0048015346, -0.010842543, -0.022267941, -0.012012407, -0.008783333, 0.042435113, 0.007124121, -0.01125501, -0.03805072, -0.034913074, 0.030954652, 0.020766651, -0.0018908997, -0.025558315, 0.0014732395, -0.0041828365, 0.0036921895, -0.04237174, -0.026258765, -0.025544288, 0.00042496543, -0.00043947835, -0.012813443, 0.04367147, 0.031122964, -0.008791125, -0.02739441, -0.039554868, 0.033211265, -0.053653438, 0.0067064604, -0.0041108564, -0.0023635596, -0.05693478, -0.018138092, 0.004235823, -0.012894481, 0.015345379, -0.044227313, 0.023117809, 0.01268247, -0.010136054, -0.003019206, 0.0068412647, -0.036728133, -0.054534797, 0.029080376, 0.0006138931, -0.08370348, -0.043303683, -0.00604023, -0.036803972, -0.03555541, -0.014799926, 0.03590385, -0.028422715, -0.034602426, 0.046162892, -0.0329775, 0.014012397, 0.022419628, -0.060208533, 0.012608704, -0.013510843, -0.03997487, 0.01633966, -0.04985879, 0.061620474, 0.02103574, 0.03295932, -0.024521437, -0.01916049, -0.0047080284, -0.004544913, -0.014859667, 0.021393143, 0.0030754395, 0.003603099, 0.020785352, 0.029299596, -0.05365896, -0.07728169, -0.02619987, 0.016383296, 0.0075184046, 0.0074700927, 0.052118182, 0.025068708, -0.0018612894, 0.0023319365, 0.028617, 0.026387922, 0.014763563, 0.04918911, 0.01350201, 0.016994396, -0.013716295, 0.0043132254, 0.041400313, 0.0031376467, -0.012853961, -0.0053298436, 0.035093334, 0.0046623144, 0.030303746, 0.0612797, 0.025490263, -0.019388476, -0.020768728, -0.0044872505, 0.019348735, -0.048277166, -0.021272622, 0.046813272, 0.016052647, 0.0050160787, 0.024485074, -0.0024114167, 0.011018688, -0.05518544, -0.032447632, -0.03677696, -0.03461931, -0.017408745, -0.01464616, 0.005646206, 0.013353701, -0.011717345, -0.0052404935, 0.039824218, 0.022233397, 0.0033584249, 0.04655613, -0.030282967, 0.033600613, -0.018528739, -0.005695037, 0.02011003, 0.003646216, -0.01593135, 0.013073442, -0.03326529, 0.015606157, 0.005468496, -0.013200973, 0.0038327083, 0.037281893, -0.096489914, 0.0034337493, -0.022479368, -0.0004571406, 0.007163601, -0.024754424, 0.04482575, 0.025715457, -0.006410877, -0.041495897, -0.028564403, -0.032334644, -0.005017118, 0.039629932, -0.009009826, -0.019011853, -0.027268438, 0.005158416, 0.00810074, -0.036747135, -0.06345034, 0.09406499, -0.014994342, 0.037678774, 0.04950417, -0.02976193, 0.048654564, 0.029426869, -0.03531229, -0.023266897, -0.009897093, -0.028257523, -0.04985378, 0.009774497, -0.020838337, 0.056406997, 0.0652298, 0.020101719, 0.0060249055, -0.07680377, -0.0016333684, -0.02697649, -0.06173476, -0.060712427, -0.016592905, -0.0029937513, 0.001262851, 0.010044625, 0.005699842, -0.030005567, 0.04853794, 0.024099622, 0.014454669, -0.007000745, -0.013639673, 0.010303845, 0.012842014, -0.013643568, 0.05583375, 0.00731373, 0.025885586, -0.052558698, -0.0076934686, -0.029250763, 0.0020158342, 0.0034093338, 0.026383245, -0.026022729, 0.033503212, -0.02533559, 0.03880708, 0.0001838952, 0.057022054, -0.02678636, 0.0110783875, -0.0043449136, -0.023378585, -0.00076207414, 0.04037902, -0.008795801, 0.030281927, 0.0017679133, 0.0002425962, 0.031122964, -0.00948307, 0.08623542, 0.013399349, 0.020746715, 0.021884112, -0.0013376557, 0.030827899, 0.022996249, 0.0017340173, -0.015400444, -0.0041745245, -0.020848727, 0.001730381, 0.009807224, -0.041219536, -0.005497115, 0.0031750493, 0.07461989, -0.004058941, -0.046804965, -0.06009321, 0.03791806, -0.016999915, -0.003300503, 0.00568153, 0.0045729643, -0.006969316, 0.009349564, -0.009336057, -0.0044373805, -0.00481608, -0.059590355, 0.003237906, -0.0017906405, 0.03945539, 0.015295899, 0.038127862, 0.0051511433, -0.052351948, -0.017716276, 0.0038116695, 0.028174406, 0.062085923, 0.0154658975, 0.0071937307, 0.018472636, 0.02516585, -0.006168281, -0.0055861413, -0.028462717, 0.050553516, 0.026804022, 0.027081942, -0.055344872, 0.021396518, 0.009828003, -0.034813333, 0.0051542604, -0.010149171, 0.012013966, 0.039698504, 0.012128771, -0.04780444, 0.02761337, 0.00971216], [-0.016896123, -0.06902076, -0.025810285, -0.024789022, 0.011205124, 0.030508304, 0.017210815, -0.0012175135, 0.02891782, 0.027782805, 0.0069347345, 0.016776435, -0.08198091, -0.025597783, -0.026756546, 0.050921187, 0.0045181746, -0.04795053, 0.018445203, 0.026462166, -0.024792148, 0.0054044346, -0.007637584, 0.020475226, -0.019985845, 0.058025014, 0.009240727, 0.001908146, 0.02388745, 0.0086969705, -0.026557792, -0.040540446, 0.008412593, -0.014263907, 0.006069442, 0.015527671, 0.014304533, 0.0037962918, -0.0100919865, -0.030145645, -0.06789575, 0.021132577, -0.026895296, 0.041492958, -0.0008900098, 0.06271069, -0.011093716, 0.037560415, -0.021342736, -0.03379537, 0.0031062842, -0.016872764, -0.04896554, 0.018046448, -0.030123457, 0.029255323, 0.042305466, 0.016801436, -0.00410442, -0.017782072, 0.004637551, 0.0010271989, -0.051175565, 0.003435663, 0.028227812, 0.041824408, 0.00063250697, 0.02183399, 0.0045950506, -0.027915308, -0.028530315, 0.010235738, 0.01547267, -0.022047117, 0.018362077, -0.0022200244, -0.059569407, 0.0012912642, -0.023300257, -0.010061673, -0.0071553914, 0.025195902, -0.0058475644, -0.04053732, -0.04369923, -0.009915109, -0.011157779, -0.0041636396, 0.04264047, 0.061270677, -0.07221486, -0.019202087, 0.03287599, -0.019616466, -0.0027831558, 0.022844939, -0.01402953, 0.04326485, 0.015602047, 0.04417924, 0.039291684, -0.058815647, -0.01642893, -0.01678159, 0.007042265, -0.013727964, 0.030961592, -0.0454455, -0.033071928, -0.02162727, -0.018565204, 0.017630193, -0.0018087699, -0.017402692, 0.010345114, -0.02731249, 0.04882804, -0.028704535, -0.023245256, 0.007355081, -0.004695052, 0.008855996, 0.007001405, -0.0013065183, -0.030462835, -0.008760721, 0.010682617, 0.010501366, -0.049092416, -0.00065000716, 0.01571986, 0.00543756, 0.04759115, -0.025160277, -0.01660864, 0.0029325322, -0.0013439992, 0.032172855, -0.01358015, 0.040577948, -0.04166921, -0.0061888183, 0.03279661, 0.02084773, 0.010560117, -0.0076210215, -0.0011637629, -0.036005396, -0.009020099, -0.012619514, -0.009255102, -0.016259866, 0.040511385, 0.011056372, 0.0048328657, -0.008769003, 0.018072387, 0.0365029, -0.030530335, 0.027155299, -0.0144421905, -0.01226076, 0.017420817, -0.011618956, -0.007135079, -0.05360059, 0.020507727, -0.023065254, -0.0060878797, 0.018447703, 0.07474583, -0.0073716436, 0.017548319, 0.019050835, -0.07115079, 0.0010100697, 0.014140156, -0.030008143, 0.016612839, 0.043781105, 0.014683912, -0.022202745, -0.013050144, 0.0058550644, -0.033120364, 0.016032677, -0.0048253657, -0.013058894, -0.01001261, 0.010718243, 0.040331695, 0.00016750184, -0.005080056, 0.0017320503, -0.051318064, 0.032079104, -0.029050646, -0.01092012, 0.007043828, 0.048840538, 0.015665172, 0.0025225277, 0.011675441, -0.01829614, -0.00097376073, -0.07911087, 0.037373535, -0.0116138775, 0.05744063, -0.0306319, -0.0124901375, 0.016602684, 0.03175941, 0.04738802, 0.0272853, 0.029275982, 0.02623529, -0.033529118, 0.035075385, 0.06366612, -0.045388, 0.0064913216, 0.03736791, -0.040179193, 0.015690407, 0.0035292576, 0.0027159674, 0.0037737915, 0.010161987, 0.0027787806, 0.098841086, 0.0018147075, -0.022955254, -0.04264422, 0.003723791, -0.007355081, -0.032330357, 0.050425556, -0.007526333, 0.03181191, -0.034866948, 0.034780383, 0.060180664, -0.01543517, -0.019880218, 0.018126918, -0.042230465, 0.016997688, -0.045343, 0.018900208, 0.049697578, -0.029657671, -0.0016386118, -0.020780228, -0.007923173, 0.017739259, -0.011652941, 0.00784118, 0.026445292, 0.053082146, 0.003370037, -0.020413663, 0.0013368897, -0.033402868, 0.055735614, 0.026076537, 0.015700173, -0.039462857, 0.0075987554, -0.028849067, -0.032160353, -0.05177807, 0.033771623, 0.033945374, -0.00294347, 0.0010700118, 0.026796311, 0.023063378, 0.042197965, 0.024934728, -0.06652323, -0.01183888, 0.01635393, 0.0043937983, 0.037016656, 0.0133873345, 0.00545006, -0.06807075, -0.00073000806, -0.04443049, 0.008135715, -0.019383533, -0.0022312745, 0.033890374, 0.041778587, -0.027317801, 0.03906793, 0.013393898, -0.0431711, -0.01902021, 0.017003937, -0.024641521, -0.011889975, 0.0024775274, -0.008416264, -0.035167888, -0.045318626, 0.008676345, -0.016645027, -0.01643272, -0.015350794, 0.00022962167, -0.059957456, 0.015071416, 0.0061206925, -0.02909532, 0.025083167, 0.09350103, -0.054285597, -0.023216506, -0.06538822, -0.020056002, -0.010476366, -0.055675615, 0.04275391, 0.041960463, 0.022812752, -0.016853623, -0.061159737, -0.028267363, 0.044741116, 0.04262547, 0.0113963755, -0.008861192, 0.02996783, 0.07450082, -0.034311004, 0.036465403, 0.008624001, 0.047788028, 0.014307502, -0.026533887, -0.01634143, -0.018365826, 0.014785163, -0.07675335, 0.010666133, -0.07554083, 0.0076050838, -0.0059060026, 0.03373162, -0.019636154, 0.025139026, 0.034085374, -0.022733493, -0.02681967, 0.008447593, -0.009363853, -0.007527583, 0.020996481, 0.0050491183, -0.0007406332, -0.016438931, 0.02112539, 0.01278514, -0.018483954, 0.07016827, 0.0005585999, 0.03353537, -0.037632916, 0.0477374, 0.019967876, -0.016883936, 0.01628143, -0.013052644, 0.044040486, -0.031295344, 0.014301407, 0.027942808, 0.000864072, 0.027700149, -0.019696467, 0.025008088, 0.029364074, 0.024145266, 0.04030857, 0.024914024, 0.03083159, -0.020096472, 0.062583186, -0.0071325786, -0.019076772, 0.0105937105, 0.039197933, 0.010130111, -0.017277144, 0.018472703, 0.029451575, 0.017458942, 0.048795536, -0.011675129, 0.026035286, 0.006707027, -0.030386897, -0.011648878, -0.02921123, -0.052040573, 0.041475456, -0.014010155, 0.025650283, 0.038391672, -0.010812619, -0.025897786, 0.022807127, 0.026835453, -0.025316529, -0.052065574, 0.04415611, 0.016632684, 0.011892631, 0.0051388065, 0.07855336, -0.05728563, 0.036730405, 0.017537693, -0.028545314, -0.0019675216, 0.0059481906, -0.024354018, 0.033805996, 0.014282345, 0.035889145, -0.0039322306, 0.096081056, 0.051128063, -0.040942952, -0.017955823, -0.041395456, -0.054828104, 0.009631356, -0.028890885, -0.03844663, 0.0044800495, -0.003375037, -0.008106965, -0.026476542, -0.043935172, 0.025590282, 0.04450674, -0.03131566, 0.006473821, -0.014382346, -0.052995585, -0.022427121, -0.03534289, 0.023340452, 0.04784759, -0.058445644, -0.0043275477, -0.03723166, -0.041192953, -0.015289231, 0.048518036, -0.0127351405, 0.014500863, -0.004897554, 0.004741302, -0.042515468, 0.009362604, 0.04000794, 0.004448174, -0.027444677, -0.015377982, -0.05074306, -0.03585805, -0.012555138, 0.028015621, 0.008697595, -0.0029525326, 0.012460138, -0.010673868, 0.020320224, 0.007628834, 0.0021093981, 0.060892466, 0.015302668, -0.042582344, 0.015927676, -0.015020166, -0.0002531278, 0.051343065, 0.007465082, 0.0073700813, 0.045680504, -0.029337823, -0.021718364, 0.028685316, 0.009715732, -0.04063045, -0.020854916, 0.0486871, 0.0410167, -0.039974384, 0.020706479, 0.01452891, -0.0729608, 0.031555347, 0.02342143, -0.0071325786, 0.0018934583, -0.000820634, -0.038715426, 0.01599674, -0.05441902, 0.045630503, 0.040480446, -0.00036250398, -0.042340465, -0.029662827, -0.03221973, 0.0016425181, -0.0051927133, -0.0226815, 0.03457788, 0.011284539, -0.029380323, 0.04018853, -0.05539186, -0.00012750141, -0.004157546, -0.04724052, -0.041300453, -0.026365291, 0.012410137, -0.0037308615, -0.017508006, 0.009334478, 0.03721541, 0.014435159, -0.025714032, -0.025140276, 0.021600394, 0.019680217, 0.010440115, -0.037430413, -0.017695194, -0.029361574, 0.007982354, 0.014962665, -0.009640106, -0.0010212612, -0.00063125696, -0.07406081, -0.06773324, 0.05512561, -0.00040843224, -0.05067556, 0.015235793, 0.03805542, -0.015286419, -0.039389186, -0.008103839, 0.025774034, 0.045085497, 0.030315334, 0.024030264, 0.012429199, -0.08693596, -0.0655765, 0.062778816, 0.0108037125, -0.03294036, -0.078345865, -0.047243647, 0.04390986, -0.02485121, 0.00018500203, -0.028440783, -0.007893837, -0.013393273, 0.017108314, -0.0029625327, -0.0032547233, -0.020285223, 0.015176417, 0.026056537, 0.016069239, 0.012735297, 0.018022386, 0.00634132, 0.04203046, -0.008051339, 0.029329073, 0.012083883, -0.024748398, -0.025199028, -0.021213358, 0.009846671, -0.007532583, -0.04799803, -0.025183344, -0.06307757, -0.008739783, -0.0085288435, 0.008027901, -0.03472413, -0.011106372, 0.024637146, 0.0036825405, 0.008243216, -0.024062766, 0.0144118, -0.04080045, -0.036657903, -0.021374611, -0.00072500797, -0.027825307, -0.017660975, -0.03822964, 0.0013000143, 0.017147688, -0.0053869733, 0.0076335217, 0.038519174, -0.0033065989, 0.005247558, -0.004708802, 0.06888826, 0.015902676, -0.017712696, 0.035091713, -0.020355849, 0.07516583, -0.040162943, -0.03893418, 0.063408196, -0.0024406519, -0.02008897, 0.0011300124, 0.024922775, 0.01720519, 0.022342121, -0.0033100364, -0.021819303, 0.010726993, 0.011081997, -0.042080462, -0.00772821, -0.04721427, 0.03085284, 0.03524539, -0.013314522, -0.0135413995, -0.050130554, 0.022398371, -0.01725269, -0.009626356, -0.014058436, -0.009272602, -0.028319063, 0.040750448, -0.03455038, 0.051070563, 0.037819166, 0.026011536, 0.0031450347, 0.014466097, -0.009897609, -0.030210333, -0.04342423, 0.02998158, -0.00294847, 0.047613025, -0.013396066, 0.011621065, 0.014996415, -0.029384151, -0.013147645, 0.009141351, 0.02248681, -0.03538039, -0.02628779, 0.0365079, 0.025421843, 0.039531685, 0.013462649, -0.00012500137, 0.024860274, -0.05994066, -0.05167057, -0.0028586253, 0.042759847, -0.006952577, 0.015331106, 0.007973838, -0.027036548, 0.036915407, 0.030557837, 0.07885587, 0.043482978, 0.040439196, 0.0496993, 0.04057295, 0.04903054, 0.024215266, -0.025545593, 0.049245544, -0.02883688, -0.04111795, -0.08854098, -0.012051383, -0.0036550402, 0.0040275445, 0.026460292, 0.025695283, -0.015935175, 0.014133906, -0.055116232, 0.004168796, 0.0075800833, 0.006510072, 0.00071907043, -0.04554925, -0.019683342, 0.020576477, -0.018367702, -0.04093295, -0.044117987, -0.036355402, 0.013318271, 0.014394534, -0.014846413, -0.0004000044, 0.018142074, 0.025829816, 0.0056650625, -0.025921535, -0.06399445, 0.041447956, 0.0153011065, 0.00024875274, -0.039785437, -0.009994133, 0.014192657, 0.005297871, -0.063940704, -0.01799176, -0.030677838, -0.009062599, 0.0204871, -0.0012931393, 0.0499243, 0.011239109, -0.0046119257, -0.01628471, -0.017017687, 0.044202987, -0.038647927, 0.008265638, 0.04027107, -0.0025087777, -0.07631584, 0.006091317, 0.02663123, -0.026243415, 0.009213852, -0.040708728, 0.029434778, 0.0037831666, -0.011913882, 0.035049137, 0.001990022, -0.01686675, -0.003370506, 0.0034181627, -0.020882105, -0.05727063, -0.013891716, -0.0061438177, -0.037209786, -0.04135608, -0.015852675, 0.027595304, -0.0025092463, -0.041470144, 0.076700844, -0.016553933, -0.013488899, 0.037782915, -0.048536785, 0.0019570529, -0.060341913, -0.031124093, 0.03399381, -0.037987918, 0.034342565, 0.013100144, 0.07118078, -0.042012963, -0.041995462, -0.0065863226, -0.0012634514, 0.032431137, -0.026147788, 0.0057788137, -0.019658966, 0.023245256, 0.031182844, -0.04180046, -0.08105558, -0.009784482, -0.0150276655, -0.0058588143, -0.0019381463, 0.030557211, 0.009938234, 0.00024125265, -0.016446432, 0.036827907, 0.0043175477, 0.017127689, 0.011263874, 0.016738309, -0.005912565, -0.008838847, 0.0053250585, 0.011930756, -0.034562882, -0.03945684, 0.00014875164, 0.074050814, 0.028506877, 0.028493127, 0.028513204, 0.03883043, 0.003403475, -0.0007700085, -0.0039575435, 0.018753957, -0.07015077, -0.004389736, 0.055165607, -0.0033812872, -0.01637518, 0.030219084, -0.016642684, 0.036780406, -0.06007691, -0.009131351, -0.04245047, -0.03711541, -0.01457391, -0.009802608, 0.023050254, -0.0025125276, 0.013412648, -0.009448854, 0.034697883, 0.03455538, 0.015032041, 0.036156647, -0.013896403, 0.0385498, -0.015673298, -0.010086986, 0.05544561, -0.019679591, 0.010223863, 0.026696544, -0.027875932, 0.045650505, 0.029487824, -0.017785195, 0.021095233, 0.009437604, -0.06838575, 0.014947977, -0.022452747, 0.007796961, -0.020409599, -0.008130089, 0.043980483, 0.03573039, -0.01995772, -0.059165653, -0.024197767, -0.01822895, -0.0029690757, 0.007873837, 0.0013475148, -0.026043411, -0.014136406, -0.015511421, 0.0011187623, -0.039012812, -0.059610657, 0.062436312, 0.011905131, 0.050335556, 0.049638048, -0.038802303, 0.072880805, 0.034029126, -0.04274047, -0.027895307, -0.017990198, -0.04176171, -0.028964069, 0.02262025, 0.0075414893, 0.025910286, 0.053375587, 0.027880307, 0.01894427, -0.092680864, 0.01600877, -0.033101615, -0.0362579, -0.062250685, -0.028246561, -0.008550094, 0.020549288, 0.020507727, -0.025905285, -0.035610706, 0.049390543, 0.013765152, 0.02138211, -0.016073927, -0.0139201535, -0.01728269, 0.001068293, -0.002329088, 0.0726833, 0.028892819, 0.040775448, -0.023930889, -0.014780163, -0.047910526, -0.0011428251, -0.012010132, 0.029490326, 0.00025109653, 0.021462794, -0.0074138315, 0.01626518, 0.04583113, 0.05898065, -0.033732872, 0.022574468, -0.014091405, -0.031115342, -0.018473953, 0.031237844, -0.036841344, 0.030065877, 0.02364276, 0.008463531, 0.009557293, -0.038640425, 0.08916098, 0.016068926, 0.019581465, 0.020432726, -0.009390104, 0.0039525437, 0.038029168, -0.029207822, -0.0046925517, 0.020500489, -0.011647629, -0.0038562145, 0.012797641, -0.032945365, 0.025540281, 0.01643268, 0.044740494, -0.03265911, -0.03907293, -0.03581852, 0.07833086, -0.02382995, -0.016600808, -0.047483023, -0.0061275675, -0.01870177, -0.013079206, 0.03159285, -0.032850362, -0.010713868, -0.07356581, -0.02756968, -0.0053127734, 0.02186774, 0.033430368, 0.047734275, -0.014322658, -0.026113724, -0.00819009, 0.016786436, -0.0023783855, 0.07532833, -4.6758327e-05, 0.031318, 0.018925833, 0.020817729, 0.011367626, -0.009897296, -0.028832817, 0.02352776, 0.044331737, -0.003447538, -0.010670117, 0.0095418235, -0.0019384589, -0.0023700262, -0.006630073, -0.028652815, -0.018345201, 0.04391361, 0.011900444, -0.059515655, -0.0037048846, 0.013380772], [-0.025480254, -0.1003536, -0.03531043, -0.012997544, -0.005467371, 0.030128079, 0.0089386515, -0.016733103, -0.0008779251, 0.0398593, 0.039275683, 0.017927326, -0.064174406, -0.04375202, -0.025337059, 0.035425488, 0.06003574, -0.062261816, 0.021653296, 0.059292875, 0.012743515, 0.019190125, -0.042185217, -0.03244988, -0.0137016345, -0.00029712304, 0.025601773, 0.015275, 0.0053025675, 0.04707279, 0.0104634, -0.06700494, 0.011572271, -0.011327151, 0.020696688, 0.011238984, 0.025532363, 0.013589549, -0.029690208, -0.021631932, -0.02593589, 0.022044737, -0.004689041, 0.004165767, 0.008770288, 0.032966796, -0.006626542, 0.013620761, -0.011247425, -0.042996656, 0.037558187, -0.011167492, -0.023077317, 0.042420022, 0.001687067, 0.023957018, -0.005213983, -0.016331242, -0.00027044347, -0.032274067, -0.021057514, -0.000895173, -0.0675277, -0.043120462, 0.021449551, 0.014840519, 0.029029317, -0.0072568473, -0.0125556635, -0.035056975, -0.010196395, 0.0052473326, 0.016475478, -0.0097995885, 0.015932715, -0.023182057, -0.048538502, -0.021961467, -0.02033443, -0.01161229, 0.039772592, 0.016393146, -0.0014623748, -0.05377937, -0.024876837, 0.013755828, -0.02736075, -0.05365098, 0.029877799, 0.016917568, -0.028359147, -0.00032713756, 0.023909912, 0.006514821, -0.0026075516, 0.023085346, -0.004305418, 0.018236747, 0.023744829, 0.022183241, 0.045204807, -0.024469765, -0.026334833, -0.036790524, -0.014727964, -0.014519191, 0.04854017, -0.013693714, 0.0044361064, -0.021542098, -0.0061679347, -0.0004996169, 0.03604205, -0.068190314, -0.016640557, -0.013975517, 0.023886567, 0.0054410724, -0.033814292, -0.018378587, 0.0032984721, -0.02516802, 0.017483257, 0.0033557916, 0.01529772, -0.029378705, 0.008010337, -0.009942575, -0.070185184, -0.0012116283, 0.012035742, 0.00025220547, 0.06889294, -0.04663091, -0.022574056, 0.033116765, 0.0052348264, 0.02912702, 0.017610194, 0.027295718, -0.02399412, -0.043752857, 0.027910182, -0.026301902, 0.012514185, -0.055226743, 0.036313415, -0.021001002, -0.013598667, -0.013975152, -0.013903398, 0.01185793, 0.019169282, 0.04489132, 0.016728517, -0.06462546, -0.014795498, 0.032241862, -0.03825519, -0.0015048953, -0.039431803, -0.051258776, 0.0036207116, -0.0048936196, 0.02370523, -0.05249542, 0.019110087, 0.020496422, 0.011718487, 0.011132786, 0.081852965, 0.0010904759, -0.003250741, 0.012265106, -0.0728286, -0.020712528, 0.014821759, 0.010802314, 0.015652996, 0.06834309, -0.008214811, -0.0043954616, -0.021056497, -0.026446555, -0.012129206, 0.017801953, 0.012386414, -0.013865412, 0.014589565, 0.023812156, 0.028385201, -0.025854185, 0.014161858, -0.009265789, -0.019723717, 0.01597117, -0.008633347, 0.014448598, -0.012107947, 0.02439379, 0.025253268, -0.0038893314, 0.025765393, -0.052212782, -0.043381006, -0.026716687, 0.03599832, 0.019917978, 0.077682614, -0.037948374, -0.009776453, 0.02031171, 0.010631815, 0.023618102, 0.02363728, 0.046787653, 0.04809548, -0.008884927, 0.06602385, 0.06472551, -0.027290508, -0.013422124, 0.040692203, -0.016566355, -0.04537593, 0.04999087, -0.0015588147, 0.03317648, 0.027024336, 0.0029141193, 0.053331237, -0.015637571, -0.026963226, -0.060406752, -0.013152306, -0.042105388, -0.026156833, 0.045331117, -0.03155361, 0.01765188, -0.0046389126, 0.006506484, 0.032890927, 0.017891997, -0.03374113, 0.0007143824, 0.005144991, 0.02103852, -0.0043633627, -0.02671971, 0.045244824, -0.030245895, -0.036862224, 0.009567549, 0.018048739, 0.006422276, -0.003053041, -0.011971995, 0.029726062, 0.048387177, 0.020433435, -0.042283807, 0.025112161, -0.018379733, 0.027209008, 0.005842412, 0.005631894, -0.0070869704, -0.011270249, -0.056128792, -0.022087364, -0.053061735, 0.0028201155, 0.0034181136, -0.046426855, 0.009042191, 0.01843205, 0.0055635273, 0.062776856, 0.024910396, -0.067706116, -0.009714704, -0.014991426, -0.0047197854, 0.0013619093, 0.002978734, 0.010824826, -0.055113353, -0.03488356, -0.031368937, -0.017480131, -0.005085379, -0.015155881, 0.0027529998, 0.035095327, -0.014658765, 0.04097651, 0.010156376, -0.05372435, -0.033731125, 0.002768007, 0.025786236, 0.022699326, -0.013043815, -0.006364123, -0.0085301725, -0.025421893, 0.056038387, 0.027700704, -0.0005886444, -0.031752877, -0.007940511, -0.05163167, -0.011535586, 0.043075025, -0.041262273, 0.028278692, 0.032198507, -0.05448221, -0.043676775, -0.01660971, -0.018679043, 0.03698374, -0.016612211, 0.05276576, 0.022445451, 0.017051069, 0.05039982, -0.04491508, -0.031919207, 0.02309827, 0.023644783, -0.0023828205, 0.00457904, 0.018433927, 0.06506317, -0.006630815, 0.013551561, 0.02142475, 0.018837873, -0.012129832, -0.05233868, -0.0153716095, -0.008410739, 0.027316561, -0.057869688, 0.046254896, -0.07026069, -0.010609304, 0.011573103, 0.011010331, -0.037905436, 0.005951423, 0.024242988, -0.024840726, -0.009913133, -0.0040661357, 0.008049731, 0.0015151087, 0.0034942962, -0.03072571, -0.06653472, -0.006137972, 0.05465146, -0.02018665, -0.028222416, 0.044734996, -0.004576741, 0.022725588, -0.03190618, 0.043560255, -0.004961569, -0.031146333, 0.01294877, 0.006597361, 0.043202586, -0.04226505, 0.036987495, 0.014364143, -0.013321659, 0.0386854, -0.011816138, 0.034753494, 0.04133463, 0.03585903, 0.022991652, 0.018731361, 0.043255948, -0.022954032, 0.032165576, 0.013911736, 0.0036834502, 0.004810663, 0.0014893148, 0.03414987, -0.004011578, 0.07291197, 0.013990524, 0.05223821, 0.021161914, 0.011870748, 0.025143841, 0.0054181446, -0.03703022, 0.0242284, -0.041206617, -0.0052191936, -0.028352479, 0.009103575, 0.016699128, 0.031015005, -0.014252734, -0.0026888018, 0.05946546, 0.016024843, -0.030124588, -0.04770956, 0.028712237, 0.04573798, 0.015079411, 0.017000733, -0.009032707, -0.026842996, 0.0067466, 0.026845498, -0.04360778, 0.031948805, -0.0262104, -0.019376883, 0.001921347, -0.01306716, 0.023388745, 0.0030769065, 0.059006903, 0.048404846, -0.011106212, -0.03374384, -0.022935271, -0.062215123, -0.018212153, -0.011837815, -0.02302219, 0.019719549, -0.0064550005, -0.008527775, 0.008085165, -0.027683405, 0.0026333584, 0.00060029066, -0.04325011, 0.020469077, -0.028038576, -0.02351868, 0.018005386, -0.049921673, 0.047382943, 0.06292505, -0.05646859, -0.03049143, -0.040440623, -0.038813796, 0.0098506035, 0.054232508, -0.040093582, 0.008760491, 0.045873046, 0.04361862, -0.03591906, 0.00020551617, 0.05642899, -0.009086067, -0.0265687, -0.03025465, -0.02868931, -0.026214777, 0.018533975, 0.035085324, 0.019285694, -0.022697655, 0.007780434, -0.004586804, 0.046607986, 0.009055739, -0.0025316426, 0.025950065, 0.016544886, -0.027325522, 0.01736445, -0.04244889, -0.018846625, 0.005604797, -0.009716162, 0.026598712, 0.047800645, -0.02092784, -0.031752508, 0.018157542, 0.016983641, -0.0345535, -0.002782389, 0.031985488, 0.052947305, -0.017739005, 0.036621064, -0.030035298, -0.025447322, 0.02371075, 0.024250701, -0.021169834, -0.015146709, -0.008726725, -0.022914428, -0.0071739946, -0.051299006, 0.05111392, 0.0013256419, 0.00039852632, -0.053142402, -0.027502066, -0.03233399, -0.044533413, 0.0011161654, 0.009306799, 0.020273983, -0.021149628, -0.04108604, 0.022467962, -0.045638766, 0.03840151, -0.0041549285, -0.01669225, -0.034578826, -0.005806979, -0.0011250239, -0.022528408, 0.009173192, 0.012461867, 0.024847448, -0.0017208854, -0.002683174, -0.041853182, 0.013575532, 0.030187117, 0.0014457001, -0.05444136, 0.013266424, 0.010916953, 0.0020943475, 0.020080661, -0.04289577, -0.0060692406, 0.0021170669, -0.0830302, -0.03101085, 0.027719256, -0.031278063, -0.021044565, 0.048566017, 0.017605191, 0.03866372, -0.05325162, 0.010466319, -0.0024866208, 0.012148383, 0.008614796, 0.038369674, 0.03470868, -0.0512865, -0.0774575, 0.03461822, 0.0022906926, -0.022795204, -0.035924062, -0.045786127, 0.030800747, -0.043125883, -0.0006461462, -0.018719064, 0.00014507024, -0.0062919008, -0.04734793, -0.008970177, -0.024332408, -0.020010939, 0.025271196, 0.046981916, -0.01488971, 0.011228874, 0.01863569, -0.032499485, 0.050902978, -0.03214374, 0.030803248, 0.004459243, -0.018703848, -0.023175597, -0.03409859, 0.03155799, -0.0010928208, -0.030914137, -0.044516556, -0.029639248, 0.006330149, -0.0007603682, 0.008329242, 0.016824814, -0.003671778, 0.031274308, 0.012914586, 0.0132209845, 0.015074538, 0.0014154771, -0.034790806, -0.030005364, -0.009008529, -0.021771375, -0.030778654, -0.029847786, -0.054582067, 0.029327326, 0.0018179637, 0.0069006854, 0.01962987, 0.008624593, -0.020747546, 0.025555292, 0.026150161, 0.06658723, 0.015200265, -0.016212016, 0.05112038, 0.013372309, 0.027916955, -0.024553139, -0.054575596, 0.04909502, -0.02538771, -0.028089436, -0.04895037, 0.016494028, -0.021328036, 0.0010413375, 0.0124871405, -0.006083988, 0.021638812, 0.012932096, -0.022323309, -0.013509874, -0.032355797, 0.0025720787, 0.043094303, -0.01939439, 0.02126092, -0.08362716, -0.00360091, -0.012394751, 0.013299356, -0.032986388, 0.0008868878, -0.022950279, 0.040930953, -0.03575898, 0.027218178, -0.009101074, 0.07202821, -0.03505239, 0.04391189, -0.021644231, -0.008159785, -0.037835717, 0.024302183, -0.035563886, 0.012160889, -0.021580448, -0.0019225195, -0.025233885, -0.042832404, -0.055140033, -5.378255e-05, -0.01646464, 0.0047706435, -0.045033783, 0.01789283, 0.047114477, 0.0057671675, 0.015972316, -0.0023549944, 0.03469263, -0.059515487, -0.06715752, -0.026167255, 0.03377302, 0.025131127, -0.010132667, -0.0045274007, -0.01318972, 0.053092375, 0.04799599, 0.020915546, 0.01378605, 0.055173382, 0.03450796, 0.0053567607, 0.0147721525, 0.020365069, -0.020934094, 0.029753573, 0.024473518, -0.043992966, -0.051820092, -0.0132355755, 0.034416664, 0.00982976, 0.017627286, 0.013414413, -0.021700507, 0.035517536, -0.0067607732, 0.007784811, 0.01242685, -0.0002000969, 0.020029828, -0.05731275, -0.042682335, 0.022340817, -0.03195214, -0.041535113, -0.03958896, 0.018902486, 0.006816842, -0.04023241, -0.024523543, -0.024340954, 0.007801434, -0.023056997, -0.00583048, -0.012195488, -0.06339319, 0.038733754, 0.020658337, 0.033639833, -0.0020369238, 0.018586082, -0.032948453, 0.010369188, -0.06324312, -0.025538199, 0.022278287, 0.0025595727, 0.002063499, 0.0095596295, 0.07096103, 0.038833804, -0.01788366, -0.008145402, -0.0057543493, 0.043316808, -0.064540625, 0.028597597, -0.034057323, 0.0062413556, -0.045068488, -0.0028263687, 0.013970515, -0.00023709398, 0.005980396, -0.060724407, 0.0073521542, -0.050372723, 0.0018321371, 0.007892989, 0.029057402, 0.00634724, 0.011321315, -0.0054764017, -0.02990698, -0.10797895, -0.03741895, -0.012944601, 0.007188481, -0.0572769, -0.005187512, 0.03176288, 0.013659948, -0.019862952, 0.06765276, -0.034896065, 0.019745395, 0.0018026438, -0.055013306, 0.010051364, -0.02728217, -0.012120791, 0.0061404733, -0.072344095, 0.05941877, 0.046542954, 0.019309143, -0.002672961, -0.022488466, 0.0013523215, -0.031338092, 0.06749435, -0.019393558, 0.02664561, 0.006794957, 0.026376313, 0.029679373, -0.050637852, -0.05752869, -0.013299773, -0.03157279, -0.031070879, 0.034490243, 0.029606003, 0.0439221, -0.00027971878, -0.011820723, 0.008324448, 0.0058913943, -0.0074202595, 0.007986732, 0.014350698, 0.0721416, 0.033256102, 0.024453297, -0.024764283, -0.0046968576, -0.02424799, -0.0010394616, 0.028427098, 0.012864979, -0.019230979, 0.069275215, 0.02155377, -0.006081278, -0.014410728, -0.0054857815, -0.008281927, -0.08362716, 0.0053069154, 0.049914144, 0.002488705, -0.003934822, 0.032533437, 0.010275809, 0.013066327, -0.051014703, 0.028530482, -0.03227229, -0.026387777, 0.020178, -0.0018838288, 0.024596076, -0.0019955495, 0.027355745, -0.0026596212, 0.07357938, 0.013127189, 0.025946729, 0.04700276, -0.0046239058, 0.05720937, -0.0138350325, -0.014766317, 0.009201539, 0.013118644, 0.019140102, 0.016537566, -0.012299289, -0.008170832, 0.0158335, -0.07337897, 0.024357209, 0.031399164, -0.060597677, 0.018942038, -0.0050170124, -0.015084596, 0.016141279, -0.041354086, 0.033358652, -0.0067382627, -0.021495827, -0.048216473, -0.029490111, -0.0058035394, 0.026817152, 0.038283538, 0.0068752826, 0.020935137, -0.00061957084, -0.0023503047, 0.011568935, -0.023602262, -0.04382747, 0.018149491, -0.0012591514, 0.038896125, 0.06789621, -0.04451572, 0.0669149, 0.030239226, -0.03432662, -0.013761246, -0.03099584, 0.0053000925, -0.03922045, 0.0066453535, 0.014788411, 0.045321528, 0.057978075, 0.053748526, 0.041783568, -0.084124066, -0.021337831, -0.048077032, -0.023434889, -0.0346523, 0.0047564697, -0.0029714387, -0.006137972, 0.048761107, -0.053551763, -0.0344867, 0.049240507, 0.01022245, -0.008439346, -0.0275424, -0.0037326408, -0.05044109, -0.011837398, 0.004861104, 0.046013948, 0.023517847, 0.04218459, -0.016251203, -0.02127874, -0.055463523, 0.035269994, 0.012457699, 0.010855673, -0.023287525, 0.030044546, -0.016563905, -0.015541327, 0.034500927, 0.0698063, -0.04078308, 0.057767138, -0.019945491, -0.02942508, -0.05257733, 0.05892744, -0.055018727, -0.004324229, 0.011862827, 0.02277019, 0.009082732, -0.02839875, 0.07120031, 0.040759932, 0.0063076373, 0.026648737, -0.057417803, -0.009877283, 0.03892468, -0.034383316, -0.0016190652, 0.021314487, -0.012951271, -0.0008362643, 0.004662049, -0.020235632, -0.015386618, -0.014219802, 0.050949667, 0.0019205132, -0.03943451, -0.012777646, 0.065374985, -0.0004991479, -0.04044917, -0.012017486, -0.016707465, -0.0452738, 0.03313438, -0.0047043613, -0.029334204, -0.024818683, -0.06519282, -7.587007e-05, -0.001946776, 0.029803598, 0.028852304, 0.025138838, 0.01841225, 0.0029064075, -0.007674237, -0.0012856225, -0.017693568, 0.05083618, 0.05573532, 0.0010325833, -0.024904558, 0.0021610465, 0.016450465, -0.031383112, -0.02587753, 0.03812471, 0.03507261, 0.027051432, -0.00021364512, 0.015635904, 0.01066308, -0.037100464, 0.00060862803, -0.021121893, -0.042237483, 0.054252934, 0.017638957, -0.063925855, 0.0439913, 0.014707121], [0.007640036, -0.080500305, -0.04296238, -0.038627826, 0.03642417, 0.024659652, -0.003912362, -0.00069445575, 0.031999484, 0.040144857, 0.023900796, 0.0060097, -0.050868712, -0.034310818, -0.035021286, 0.0012890707, 0.028767098, -0.045531493, 0.032981325, 0.061223876, 0.005937631, 0.0151436, -0.018665629, 0.010024373, -0.015027061, 0.025617853, 0.013328916, 0.013331131, 0.012677055, 0.013414616, -0.023982234, -0.02847882, 0.012354083, -0.0067591877, 0.01233251, 0.0012972488, 0.009123762, 0.0020438398, -0.04737156, -0.035247207, -0.051407315, 0.036271855, -0.01267058, 0.01946757, -0.0021392507, 0.053044427, -0.009483555, 0.024746204, -0.026921574, -0.045904957, 0.028998809, -0.0120834615, -0.035536505, 0.026282663, 0.017075906, 0.02065695, 0.020871155, -0.00033768677, 0.012731235, -0.009535307, -0.017597642, 0.012420468, -0.079387404, -0.010610554, 0.029799752, 0.044614095, -0.034825012, 0.019186597, -0.011771672, -0.05832696, -0.0011830963, 0.030121932, 0.021474075, -0.004184113, 0.032713704, 0.013671714, -0.07935605, -0.029340245, 0.0039810236, -0.0035544005, 0.009759863, 0.02027671, 0.0058926516, -0.0318809, -0.04552195, 0.020330038, -0.010720108, -0.03187315, 0.0473075, 0.017759735, -0.055337355, -0.0076786256, 0.030123977, -0.01049521, -0.014608275, 0.023116209, 0.011796206, 0.047942664, 0.010670527, 0.022248331, 0.050183456, -0.0323278, -0.013835276, -0.04626479, -0.014500086, 0.032659523, -0.0039966987, -0.018110711, -0.015660692, 0.020844577, -0.0030435259, 0.001125509, 0.010250378, -0.07346919, 0.016148312, -0.0061662337, 0.026905997, 0.0058756135, -0.02812716, -0.0020096793, 0.0014427506, 0.029266983, 0.00051078957, 0.0044783535, -0.028932022, -0.019967478, -0.0012168309, -0.0072754296, -0.06873409, -0.008160707, 0.017118778, -0.0045783645, 0.035734143, -0.011519174, -0.0346376, 0.016018143, -0.0108433105, 0.038798198, -0.0088272635, 0.03235221, -0.017295288, 0.00066291477, 0.017770639, 0.009250011, 0.011929559, -0.022656703, -0.02201728, -0.054029886, -0.008684275, -0.0058793616, -0.022054933, -0.007501349, 0.0065077967, 0.008473178, 0.0069760773, -0.035644185, 0.01341402, 0.018803464, -0.03544382, 0.020393759, -0.0057212524, 0.0026807082, 0.013773259, 0.014880538, -0.009612786, -0.072159335, 0.0033490963, -0.0014366169, -0.014055637, 0.010560294, 0.067660026, -0.013226691, 0.019751439, 0.026238471, -0.06481473, 0.0009645029, -0.007716364, -0.019409046, 0.044917364, 0.026053846, -0.014408082, 0.016257608, -0.019884204, -0.011845276, -0.028007215, 0.044059433, -0.027209854, 0.013672566, 0.011762472, 0.03533512, 0.027549328, -0.01856732, 0.03334103, -0.0061997343, -0.0329018, 0.027785044, -0.037900656, 0.0025727747, 0.006099148, 0.057673093, -0.0068557914, 0.013015934, 0.020943396, -0.015955104, -0.049640298, -0.04975206, 0.049889047, -0.008634013, 0.04771129, -0.01566376, -0.016867813, 0.020624109, 0.039208468, 0.060057305, 0.021787783, 0.03949306, 0.013210643, -0.019928163, 0.04592949, 0.05007987, -0.0057767946, 0.002335397, 0.025690775, -0.038103063, -0.051602356, 0.033997238, -0.016217142, 0.018078338, 0.0011638438, -0.012101181, 0.109499104, -0.017495437, 0.0005990447, -0.05630612, -0.018541764, -0.0198848, -0.03980683, 0.035164405, -0.036232494, 0.029218936, -0.024446107, 0.039899517, 0.007223294, -0.007166729, -0.011314807, -0.0060892664, -0.02392499, 0.018249057, -0.036756404, 0.021622341, 0.040138386, 0.0075854673, -0.034323424, 0.025840024, 0.0041318075, 0.0054350193, -0.009621263, 0.003736746, 0.029732794, 0.019842079, 0.02298519, -0.031937636, -0.0058895415, -0.053463552, 0.03541639, 0.006780911, 0.0091635445, -0.015803725, 0.020834012, -0.048581917, -0.05052694, -0.059091438, 0.049792957, -0.007852783, -0.039122596, 0.02887895, 0.034976307, 0.008265318, 0.050978098, 0.029293219, -0.06858687, -0.025673905, 0.0199869, -0.011743731, 0.009800413, 0.008145671, 0.025175555, -0.070191145, 0.00053762394, -0.03417111, -0.028455649, -0.0050121443, 0.0013858447, 0.0055563278, 0.05361553, -0.016159981, 0.03008445, 0.0011832668, -0.06986811, -0.00068734254, 0.006412556, -0.0049169036, 0.016735088, 0.001751239, -0.020822193, -0.041708235, -0.042932566, 0.046974923, 0.020663636, -0.0036055986, -0.035454046, -0.018193355, -0.06582268, 0.011850815, 0.030071503, -0.010495636, 0.049090322, 0.06785903, -0.03590418, -0.031780038, -0.017659552, 0.0071442393, 0.025424644, -0.039994076, 0.04891347, 0.037154406, 0.009358626, 0.021549936, -0.048853155, -0.017755987, 0.043336526, 0.032828197, -0.015879286, -0.014977481, 0.04167825, 0.024372399, -0.031712953, 0.024722353, 0.012171717, 0.031527713, -0.006872914, -0.068690464, 0.008819724, -0.011869298, 0.04681954, -0.06754962, 0.011266676, -0.052332934, 0.009246007, -0.0013030417, 0.022825038, -0.013789956, 0.01036862, 0.022209637, -0.03103856, -0.007089846, -0.0058173444, -0.014685519, -0.013930005, 0.023905417, 0.0047058067, -0.021234911, -0.06348477, 0.049508084, 0.021132855, -0.019039754, 0.069355614, -0.018629678, 0.025716672, -0.019779041, 0.04913973, 0.010986236, -0.00485199, 0.015929887, 0.009898209, 0.084178396, -0.042775217, -0.016592653, 0.028961325, -0.020904548, 0.010946537, -0.05554692, 0.06330724, 0.030697465, 0.044511955, 0.048899498, 0.051171985, 0.016213054, -0.04600173, 0.027964793, 0.0032668044, 0.032524247, 0.0019920454, 0.054058507, 0.03817837, -0.0026749156, 0.034180306, 0.03491872, 0.03838725, 0.0099970065, 5.043153e-05, 0.048468787, -0.008091108, -0.011956702, -0.0024234394, -0.046282172, -0.015566815, -0.006672636, -0.0068143895, 0.02555243, 0.047411084, 0.00026681004, -0.017496333, 0.030742105, 0.051543746, -0.04382091, -0.028027661, 0.03036012, 0.031507436, 0.025316969, 0.023804704, 0.052584577, -0.044991054, 0.025205541, 0.0016274389, -0.038479682, 0.009046325, -0.034781735, -0.06905984, 0.013981459, 0.04863984, 0.032870024, 0.0035283328, 0.07282585, 0.021635465, -0.036830008, 0.019138593, -0.024402725, -0.0852947, -0.008781901, -0.019375758, -0.038624756, 0.012017696, 0.015096064, -0.001043217, -0.015423336, -0.033447687, 0.0071205567, 0.020962136, -0.05678726, 0.023692936, -0.024934981, -0.017562438, 0.016299605, -0.061133917, 0.014314972, 0.062292475, -0.06868842, -0.020995105, -0.024139924, -0.041879635, -0.020545736, 0.028398827, -0.047417905, 0.00065688766, -0.0066062748, 0.03062284, -0.041712325, 0.003991811, 0.043651894, 0.013209653, -0.014104301, -0.036986753, -0.02437427, -0.007647191, -0.015859693, 0.042263664, 0.011951932, -0.0012670921, -0.0020727187, 0.006818138, 0.028848536, 0.025132278, 0.01139071, 0.037974257, 0.013642068, -0.029642662, 0.012729702, -0.05044567, -0.029109554, 0.01352042, 0.021669712, 0.0073255203, 0.064920366, -0.053447876, -0.03352061, 0.016345266, 0.031158846, -0.04841665, 0.024469344, 0.035242096, 0.049874056, -0.05966731, -0.0053187376, 0.010634407, -0.06000125, 0.036168925, 0.04376366, -0.020617295, 0.0040028533, -0.025615126, -0.060600296, 0.011938642, -0.057217974, 0.024101755, 0.03022484, 0.013602201, -0.026641306, -0.018798692, -0.035442457, -0.027253471, 0.011614925, 0.0056629833, 0.029421175, 0.0048214924, -0.011068697, 0.02280868, -0.025565121, 0.008185412, 0.006092333, -0.022594346, -0.019675622, -0.032533787, 0.030805485, -0.006076429, -0.005110409, 0.015719471, 0.007311208, 0.010480217, 0.004969103, -0.02333898, 0.041632205, -0.0009277016, 0.01448833, -0.055241603, 0.0038609083, -0.0049013994, 0.032684486, 0.011333123, -0.001243069, 0.008446599, -0.027020052, -0.11416607, -0.057941735, 0.05522968, -0.009127595, -0.041048538, 0.0129234195, 0.011093402, 0.0014567641, -0.0457005, 0.01564604, 0.0113900285, 0.024676638, 0.004589269, 0.023676239, 0.009775708, -0.069952615, -0.052024294, 0.015871448, -0.009819155, -0.054783635, -0.06336653, -0.024908403, 0.021579241, -0.030565595, 0.028683698, -0.022479001, -0.0126726255, -0.009534966, -0.013267921, -0.0070165843, -0.02131686, -0.008478632, -0.0059337122, 0.026110582, -0.008926551, -0.0047497638, 0.05267641, -0.01058568, 0.041622277, -0.0025413402, 0.020349462, 0.031040436, -0.0044417228, -0.0020671815, -0.03541247, 0.03216539, 0.013981459, -0.05111303, -0.048839524, -0.055937357, 0.016504398, -0.022346448, 0.02005045, -0.005764869, -0.031449508, 0.056060776, -0.010903432, 0.027978081, -0.016295517, 0.0127445245, -0.03287079, -0.0050946916, 0.009234422, 0.016948912, -0.01770513, -0.0046695163, -0.038482152, -0.011325626, 0.036742773, -0.0008089277, 0.019420227, 0.051990476, -0.014821417, 0.013598793, -0.01231347, 0.063031234, 0.016125139, -0.020870814, 0.07371862, -0.008787949, 0.0655051, -0.019499281, -0.067510776, 0.06714617, -0.016638996, -0.033825923, -0.0063058147, 0.0010011339, 0.012141901, 0.050929025, -0.0017010417, -0.0031161911, 0.019359913, 0.020097218, 0.0060647316, -0.012745887, -0.039069783, 0.0035581698, 0.018298466, 0.017927215, -0.001772749, -0.04851104, 0.015842995, 0.007984538, 0.008685468, -0.023647616, 0.011647979, -0.0452548, 0.045472883, -0.049969465, 0.029146867, 0.02061116, 0.035848636, -0.03686374, 0.046726853, 0.005852272, -0.015328032, -0.023875836, 0.032480627, 1.03077955e-05, 0.005356646, -0.040834542, -0.011487143, 0.0086224275, -0.045276605, -0.021118201, 0.0035683713, 0.038374472, -0.007708527, -0.030054932, 0.03172586, 0.035902474, 0.03003487, 0.001955031, 0.0016078883, 0.030769194, -0.042059213, -0.0464747, -0.028109442, 0.021973835, 0.025620239, -0.01483198, -0.009603117, -0.012772976, 0.032034926, 0.06398261, 0.027074914, 0.04043109, 0.051556055, 0.048553295, 0.0070725107, 0.027347518, 0.047032848, -0.019731676, 0.018266872, 0.0027471553, -0.05704419, -0.045524675, -0.025583437, 0.023828214, -0.002570645, 0.017265642, 0.040785477, -0.0056987624, 0.0141978385, -0.028084908, -0.009030822, -0.0003162193, -0.0077124457, 0.010781102, -0.038694613, -0.037985843, 0.05055692, -0.020815952, -0.0423986, -0.05511212, 0.00941911, -0.022285283, -0.035658497, -0.028084738, -0.017167846, 0.05775705, -0.01195159, -0.013683982, -0.014903198, -0.06690219, 0.025186969, -0.009793939, 0.0012393207, -0.033478357, -0.0062207966, -0.0098968465, 0.0069537577, -0.079730876, -0.022938507, 0.0006273273, -0.014119465, -0.021300847, -0.0135059375, 0.04435657, 0.0059889997, 0.012151272, -0.021236017, -0.005483406, 0.035391346, -0.061368354, 0.012858676, 0.01637184, -0.020733152, -0.03615804, 0.002966771, 0.00664265, -0.03002039, 0.022406591, -0.032368243, 0.02481572, -0.0018212426, 0.0050915396, -0.00717184, 0.024048682, -0.01829131, -0.011257475, 0.02399314, -0.01404518, -0.08595167, -0.03977003, 0.011299729, -0.036774464, -0.04330343, 0.007044313, 0.014736739, -0.03169264, -0.025683703, 0.07444375, -0.016454648, -0.010254297, -0.00493803, -0.04905187, 0.008017079, -0.01844875, -0.03428935, 0.010555608, -0.034118973, 0.056124154, 0.00767607, 0.030843478, -0.034174856, -0.014428187, 0.0033009863, -0.013393489, 0.039210852, -0.0069322903, -0.0080087315, 0.008024575, 0.014255766, 0.011621911, -0.04396266, -0.04876933, -0.013470489, -0.0004882147, 0.00781448, 0.02777312, 0.037403155, 0.016298413, 0.009869586, -0.0017930452, 0.043734014, -0.0033911795, -0.011632645, 0.006946261, 0.008165819, 0.031927243, 0.0056374273, 0.00012164902, 0.0074229757, -0.015114167, -0.025331322, 0.0042001284, 0.044832945, 0.007109823, 0.020233562, 0.05570639, 0.03762601, -0.00032030832, -0.008751914, 0.010574872, -0.0182954, -0.057204343, 0.0024931235, 0.05448965, 0.010936486, -0.0040022354, 0.0317958, 0.026783912, 0.04024436, -0.068319045, -0.016962713, -0.027700538, -0.056033514, -0.005104488, 0.0016631329, -0.006424227, 0.013875825, -0.0014219645, -0.016467597, 0.052945267, 0.025519034, 0.031343874, 0.026396133, -0.03075778, 0.036324073, -0.045547973, -0.0164995, 0.015676027, 0.010537793, 0.015732933, 0.012493389, -0.04031183, 0.029796341, 0.01301159, -0.05240381, 0.038316716, 0.015687954, -0.066605054, -0.005830634, 0.0009652697, 0.014672168, 0.014983616, -0.02363569, 0.050165057, 0.034625333, -0.0058705024, -0.058046006, -0.019999167, -0.02515153, 0.011063246, 0.050463386, 0.021243598, -0.006118805, -0.037454266, -0.029698974, 0.047815904, -0.022660347, -0.032634903, 0.059977397, -0.008759229, 0.059248865, 0.044063527, -0.019505415, 0.07082222, 0.011951334, -0.03618462, -0.037447453, -0.030745512, -0.010660135, -0.031044181, 0.02792816, -0.021410909, 0.057245918, 0.031455982, 0.06141742, 0.017258571, -0.098888725, -0.008831991, -0.017772343, -0.027663056, -0.056175265, -0.029679295, -0.0064600487, 0.008226132, 0.055864163, -0.008113342, -0.019887911, 0.061670944, 0.012124736, -0.005452057, -0.009887305, 0.0010934782, -0.04912269, 0.03566122, -0.0050377003, 0.0467105, 0.02962784, 0.014508605, -0.030738356, -0.020712024, -0.030316163, 0.030471718, 0.005500231, 0.035428148, -0.028450195, 0.029833656, -0.00013970895, 0.0015862078, 0.02849986, 0.047142573, -0.044154845, 0.0447757, -0.00043309777, -0.0038042152, -0.03483251, 0.025877507, -0.027791178, 0.04073002, 0.02490636, 0.012990889, 0.021364566, -0.043531265, 0.09932012, -7.871407e-05, 0.03024256, 0.026957355, 0.012677736, 0.041875035, 0.016335044, -0.02924756, -0.0293221, -0.001507579, -0.0105500715, -0.01844056, -0.00808506, -0.020428345, 0.00013630142, 0.0071140826, 0.050139163, -0.028554127, -0.059278168, -0.049298864, 0.049952257, -0.022598095, -0.034902025, -0.017837085, -0.008998535, -0.030420434, -0.0064170714, 0.0023268356, -0.025752109, -0.008499927, -0.06126749, 0.006419542, -0.00037339138, 0.028193522, 0.008498735, 0.02941589, 0.02714626, -0.012704316, -0.0064375163, -0.0041912687, 0.0068203104, 0.06513198, 0.015712423, 0.007665379, 0.031929802, 0.01576769, 0.013170466, -0.0070934244, -0.015579509, 0.053278867, 0.04778319, 0.025632847, -0.020887172, 0.012200681, 0.018987896, -0.031601656, 0.01690636, -0.012972915, -0.011955509, 0.022740785, 0.039527368, -0.037905235, 0.024820829, 0.019845147], [-0.033255253, -0.06694621, -0.044297207, -0.041548606, 0.029665925, 0.029204877, 0.009055104, -0.019413458, 0.05493884, 0.008316762, 0.010589569, 0.0058617652, -0.036145218, -0.016046407, -0.013769177, 0.012997659, 0.0078014336, -0.05279201, 0.044416547, 0.0721076, -0.025910903, 0.014870147, -0.021088181, 0.033522867, -0.012510484, 0.041318774, 0.022560904, 0.00079833466, 0.030063849, -0.00792658, 0.0014099643, -0.02867554, 0.0027704877, -0.0035964227, 0.023669705, 0.018033534, -0.013872943, -0.0060276436, -0.04571012, -0.027876193, -0.072078116, 0.03226155, -0.013283522, 0.023247639, 0.026553959, 0.059120446, 0.010089147, 0.01892559, -0.012121235, -0.043025106, 0.04278919, -0.008021868, -0.0405878, 0.0056004147, 0.011106095, 0.026864888, 0.027807398, 0.029974448, 0.023448536, 0.0027543146, 0.0033973688, 0.0038296427, -0.09111945, -0.010416411, 0.027835092, 0.016263431, -0.0018204205, 0.017238056, 0.014775688, -0.05442352, -0.026539767, 0.0033087162, 0.010423783, -0.02448251, 0.043457862, 0.017314155, -0.07702054, -0.018922273, -0.002266264, -0.0147086, 0.019273197, 0.013503219, 0.0015185223, -0.06563467, -0.058952358, 0.031962875, -0.05367204, -0.005323583, 0.048224095, -0.004121888, -0.052634243, 0.0064482368, 0.058088318, 0.01077139, -0.00038797056, 0.0291717, -0.009779531, 0.054284178, 0.030674186, 0.016651219, 0.05833455, -0.036634974, -0.008563068, -0.020469364, -0.016675916, 0.017312149, 0.0035409457, -0.038212426, 0.011010255, 0.0025803267, 0.009509979, 0.0006354976, 0.006279225, -0.07285663, 0.042643957, 0.027146144, 0.019890448, -0.02993308, -0.042870283, -0.039566364, 0.0011279715, -0.009207343, -0.0020644458, 0.018576141, -0.027460575, -0.016415117, 0.004475577, -0.007347112, -0.051132124, 0.0136071695, 0.035318773, -0.015072426, 0.03583042, -0.0308972, -0.04104846, 0.030775925, -0.0058055506, 0.048394028, -0.017440429, 0.018131034, -0.016457694, -0.010115249, 0.029683527, 0.002544571, 0.018599732, -0.037621904, -0.009402527, -0.06003167, -0.008287848, -0.015874032, -0.002905448, 0.004609201, 0.0069416324, 0.00073050894, 0.004662282, -0.043846756, -0.008291051, 0.016174316, -0.052221388, 0.0073804716, -0.009717142, 0.033746254, 0.0169568, 0.017365599, -0.0035914464, -0.0533818, 0.018379668, -0.004756648, -0.014446143, 0.035441894, 0.06614244, -0.010042678, 0.010674812, 0.044858247, -0.04521064, -0.013499163, 0.021751048, -0.025517957, 0.021079427, 0.022238914, -0.006420775, 0.0061684726, -0.002157153, -0.013186299, -0.020273143, 0.037818745, -0.03398751, -0.022025853, 0.03617913, 0.02880861, 0.0318334, -0.04474213, 0.029433787, -0.017845148, -0.022074327, 0.03484031, -0.015903108, 0.01223591, -0.0041867644, 0.030190833, 0.0031468929, -0.001185568, 0.014011728, -0.028707242, -0.058476843, -0.04525893, 0.026569348, 0.0065931035, 0.041329786, -0.034657475, -0.004035631, 0.024812423, 0.03205872, 0.06015184, 0.035431575, 0.054244734, 0.02085503, -0.046426717, 0.03806498, 0.055454906, -0.03516027, 0.013668728, 0.026203956, -0.03233039, -0.041020814, 0.00996043, 0.0006063768, 0.012634017, -0.01164225, 0.0021601021, 0.0754517, -0.021667004, -0.0036445274, -0.0565873, -0.018703498, 0.0027683221, -0.033304647, 0.015424824, -0.06625836, 0.03542641, -0.025264347, 0.032604687, 0.034060314, -0.017243955, -0.028135654, 0.0074857124, -0.034588173, -0.0025390415, -0.02249455, -0.0032117695, 0.027793437, 0.021685805, -0.054025017, -0.013097001, -0.0029540593, 0.006414324, -0.02018479, 0.0007958926, 0.020470101, 0.016582655, 0.014743159, -0.051943824, -0.0025791288, -0.032696795, 0.020811902, 0.029057981, 0.037722904, -0.008599676, 0.012389255, -0.05942419, -0.035407245, -0.073387444, 0.039443612, 0.00556982, -0.021509971, 0.03781727, 0.023896405, 0.008784907, 0.05604175, 0.025607163, -0.073621884, -0.028807506, 0.0011534061, 0.004931972, 0.013089941, 0.0023230314, 0.03744165, -0.054610036, -0.0035714488, -0.021692991, -0.011967095, 0.012570983, 0.01620519, 0.027593922, 0.05749263, -0.0030403624, 0.043460075, -0.0005050068, -0.058779843, -0.017559953, 0.025925834, 0.0025633704, 0.0151902, -0.00031406264, -0.0030630322, -0.022572882, -0.038179252, 0.04753349, 0.029559027, -0.008637276, -0.02065441, -0.011944702, -0.07698663, -0.0029635052, 0.04320748, -0.021427771, 0.048744585, 0.064435184, -0.020398842, -0.020237733, -0.008804075, -0.021610698, -0.010487185, -0.06504451, 0.029302929, 0.05388165, 0.015893614, 0.011071076, -0.06455904, -0.029320898, 0.030505108, 0.042697035, -0.009449894, -0.012437912, 0.012524169, 0.025508605, -0.02460277, 0.028814876, 0.0042338553, 0.01828475, 0.022431519, -0.068704516, 0.00037285723, -0.010953118, 0.048078123, -0.069100045, -0.009345391, -0.046612315, -0.012500577, -0.0014779744, 0.033014175, -0.014448724, 0.01121152, 0.032552663, -0.029720755, -0.0050728302, -0.005353441, -0.011656626, -0.014154935, -0.00057578145, 0.011731272, -0.03478391, -0.028474644, 0.029215934, -0.00017251326, -0.04282089, 0.07078574, -0.024990097, 0.038685367, -0.023289291, 0.05836699, 0.013572335, -0.017084988, 0.023381447, 0.00049726584, 0.07146916, -0.055746857, -0.012885968, 0.04002013, 0.009735942, 0.011663077, -0.031908322, 0.06700814, 0.011172078, 0.057107426, 0.055170335, 0.038480047, 0.022320934, -0.02454923, 0.039501116, 0.027013902, 0.02037205, 0.04116211, 0.032581046, 0.019353924, -0.013098624, 0.032955196, 0.040552415, 0.0149735445, 0.03166798, -0.0026957963, 0.027837487, -0.016250806, -0.008807761, 0.017754491, -0.048909727, -0.051877104, 0.00070369197, -0.016508194, 0.019063476, 0.0412837, -0.007982057, -0.050592836, 0.031005574, 0.04301773, -0.0131123, -0.024133613, 0.02155734, 0.0046954574, 0.016151993, 0.046474632, 0.04787649, -0.05067983, 0.027625902, 0.022035623, 0.0058883056, -0.0024184112, -0.022458427, -0.05162054, 0.036993776, 0.017167652, 0.028949054, -0.006256924, 0.07760803, 0.03552451, -0.017694406, 0.017742326, -0.01717908, -0.054966856, -0.014475219, -0.027268894, -0.033272207, 0.00031341755, 0.0021329166, -0.018011788, -0.0131489765, -0.036417075, 0.023900645, 0.01912059, -0.033702753, 0.017616075, -0.025752028, -0.028455844, -0.014259439, -0.06607037, 0.030448595, 0.06438874, -0.05190346, -0.033473473, -0.0062644803, -0.039165676, -0.015120807, 0.03655328, -0.00390832, -0.00038177316, 0.007892851, 0.032374255, -0.043286927, -0.0034502654, 0.010855066, 0.007861795, -0.019595372, -0.021445418, -0.050057326, -0.004978234, 0.008563736, 0.03509023, 0.00041156213, -0.010317644, 0.001451618, 0.010228047, 0.01452724, 0.024877392, 0.012202734, 0.025201084, 0.016218828, -0.030360125, 0.001077102, -0.013299741, -0.009831045, -0.0027351463, 0.0344422, 0.005537427, 0.053044144, -0.023961652, -0.031636097, 0.008499227, 0.040044643, -0.034147676, 0.010505063, 0.032838713, 0.023610175, -0.05058325, 0.011968984, -0.0011792093, -0.06001545, 0.026732186, 0.06794811, -0.01644258, 0.029877052, -0.04390389, -0.060148153, 0.007289055, -0.03182575, 0.05262245, 0.050992552, 0.0033446562, -0.040634803, -0.022650108, -0.03227915, -0.02393069, 0.006074239, 0.0025676093, 0.025275039, 0.010569847, -0.028257526, 0.034267478, -0.022627624, 0.01836559, 0.018112788, 0.00572722, -0.019130174, -0.046612866, 0.015145412, 0.017894935, -0.01124852, 0.027138771, 0.016027607, 0.028075429, -0.015176008, -0.014718991, 0.022819672, -0.00034981858, -0.0015050677, -0.0327355, -0.018580563, 0.00072838936, 0.022068428, 0.039019886, -0.0124733, 0.012621829, 0.004711861, -0.1099481, -0.06390659, 0.07165346, -0.01761165, -0.022139942, 0.027391275, 0.042833425, 0.03274877, -0.02349535, -0.01420516, 0.008086007, 0.016401663, -0.013375307, 0.036289714, 0.021648942, -0.07490781, -0.058259353, 0.015226877, -0.036162175, -0.04939658, -0.07502263, -0.030482322, 0.008522634, -0.036384083, 0.03300754, -0.04171163, -0.0014833192, -0.019747334, 0.012479567, -0.001077655, -0.005941018, -0.019049354, 0.020052826, 0.045699064, 0.0016882939, -0.005237326, 0.028184172, -0.0027790118, 0.041482806, -0.006986603, 0.03584227, 0.001095533, -0.023693666, -0.00841334, -0.04621955, 0.02903826, 0.016022354, -0.043730274, -0.032518383, -0.06573198, 0.002585856, -0.0153284315, 0.026387343, -0.010684764, -0.028861323, 0.0595215, -0.020070702, 0.0072234403, -0.008692199, 0.018199874, -0.025015716, -0.008457205, -0.014498487, 0.0041704993, -0.038202014, 0.0029994457, -0.030646909, -0.01584468, 0.017513415, -0.00083554204, 0.021674378, 0.04318951, -0.027384086, 0.03305288, 0.012060078, 0.04255843, 0.021919047, 0.0113672605, 0.049218256, -0.003941265, 0.0748339, -0.013996062, -0.07009863, 0.069248594, 0.00112834, -0.034125928, -0.0051805587, 0.018793257, 0.01465727, 0.04506725, 0.017919263, 0.005838911, 0.013495846, 0.008850889, 0.013843822, -0.0057662935, -0.032582894, 0.010899301, 0.030519366, 0.0051665516, -0.0075125294, -0.056653656, 0.04495372, 0.019202791, 0.002845363, -0.031434648, 0.0037645355, -0.040625032, 0.04803684, -0.057112217, 0.014978797, 0.02865545, 0.024786068, -0.009122192, 0.06281842, 0.01344576, -0.020165622, -0.026451759, 0.05438002, 0.0012932967, 0.010169436, -0.016323147, 0.0042956914, 0.02472248, -0.049598306, -0.038266983, -0.013415119, 0.029579207, -0.011278056, -0.03403893, 0.019546345, -0.0012538545, 0.03850069, -0.007310573, -0.015478274, 0.034142144, -0.05804703, -0.04010034, -0.046197157, 0.033071782, 0.01587159, -0.0011941154, 0.0016534366, 0.0060549215, 0.05349976, 0.043489933, 0.037696917, 0.03422656, 0.04969562, 0.05904806, 0.017823791, 0.026363382, 0.021240883, -0.029354535, 0.03554363, -0.009034829, -0.044998687, -0.06026759, -0.011463655, 0.0217575, -0.0104835, 0.03786611, 0.016324254, -0.007841429, 0.028206475, -0.04528584, -0.0018808739, 0.0028734242, 0.010531512, 0.006780719, -0.0605787, -0.034853946, 0.04091661, -0.02453301, -0.02894758, -0.041509166, -0.0057775364, -0.022798294, -0.013637027, -0.029263854, 0.0021508867, 0.03046555, 0.010827788, 0.009968908, -0.002189223, -0.054657035, 0.007860413, 0.008544199, 0.0013885845, -0.024481218, 0.01068822, -0.0044718906, 0.001943539, -0.06431501, -0.021840625, -0.022957535, 0.015521035, -0.016475756, 0.015274061, 0.036915995, 0.012021282, 0.042851485, -0.006867355, -0.032231968, 0.049537115, -0.044708308, 0.026982477, 0.0064725652, -0.016528836, -0.07398493, -0.0020821854, 0.012030957, -0.00722639, -0.006674752, -0.04019928, 0.020778634, -0.015390729, 0.015556421, -0.0067062695, 0.0072218743, -0.021944573, -0.011453057, 0.007610305, -0.011765921, -0.09821903, -0.03851543, 0.019560352, -0.054425728, -0.054459643, -0.024717689, 0.0065518185, -0.017621052, -0.020126319, 0.05090837, -0.0035955012, -0.0026434525, 0.0076573933, -0.04386334, -0.002463567, -0.023828212, -0.03587281, 0.013913859, -0.039915442, 0.04117907, 3.87049e-06, 0.04909869, -0.029941374, -0.0058440715, 0.0073694247, -0.010599245, 0.043219738, 0.03257773, 0.008543923, -0.009250287, -0.013859119, 0.020602804, -0.02856643, -0.047961637, -0.02327676, 0.016988134, 0.010314396, -0.008223133, 0.025236335, 0.002049148, 0.0016396134, 0.0077295536, 0.02905706, -0.0076731546, 0.0059037874, 0.031126114, 0.005137062, 0.003033727, -0.004092398, 0.01654948, 0.027128818, 0.025897633, -0.026957596, 0.013514253, 0.053970113, 0.008511024, 0.012064871, 0.06059787, 0.029830052, -0.0074165044, -0.0008037718, -0.0020679478, -0.0017568339, -0.053533852, -0.023917234, 0.03839075, 0.004659333, 0.005392883, 0.004194874, 0.008902496, 0.03136719, -0.078108706, -0.009620841, -0.057298, -0.03910006, 0.0012805793, -0.024875088, -0.0040192273, 0.02472248, 0.0003175645, -0.016345633, 0.03176161, 0.029656801, 0.0021394596, 0.0018298203, -0.04814595, 0.042830843, -0.048082545, 0.0105371475, 0.025092939, 0.009206606, 0.010585468, 0.034049254, -0.026180547, 0.007359737, 0.030161807, -0.047072902, 0.026623074, 0.022342682, -0.051706802, -0.012577434, -0.03263323, -0.007315042, 0.030234057, -0.040723454, 0.061118357, 0.031236697, -0.0141671, -0.03563892, -0.008440502, -0.03169821, 0.00889494, 0.043993097, -0.0070570093, -0.003822662, -0.01694132, 0.011133741, 0.05632485, -0.044930864, -0.050146807, 0.08609371, 0.009580016, 0.044409636, 0.037975315, -0.046633877, 0.07643075, 0.022675911, -0.024171026, -0.055440165, 0.00066692237, -0.0320425, -0.04904685, 0.009065425, -0.02737973, 0.03794739, 0.039732423, 0.030178996, 0.013901327, -0.07096194, -0.025571039, -0.012646366, -0.024681564, -0.041614037, -0.016008347, -0.008403387, 0.01256868, 0.019277805, 0.0008091168, -0.036618706, 0.07596925, -0.011204885, 0.008779009, 0.01140926, -0.0025681623, -0.035621043, 0.0366082, -0.030502781, 0.07489288, 0.009083948, 0.032225702, -0.008353439, 0.008704548, -0.0324642, 0.02518915, 0.0030093985, 0.020711914, -0.018667558, 0.015869746, -0.043037914, 0.0078757275, 0.005996864, 0.06861273, -0.0246377, 0.030429771, 0.007902158, -0.040613607, -0.029391028, 0.045138948, -0.040707603, 0.037814286, 0.008797762, 0.03491993, 0.011810893, -0.029366147, 0.08070378, 0.033310913, 0.015940338, 0.009127583, 0.018194115, 0.037044644, 0.02998137, -0.04929456, -0.0077577066, 0.0026363567, 0.004638506, 0.004676658, 0.0010196437, -0.0024704786, 0.00068286504, -0.005629121, 0.03896441, -0.0030363996, -0.034172375, -0.05260402, 0.05755032, -0.01402813, -0.026996853, -0.026497744, 0.023846552, -0.016261956, 0.003286599, -0.007046504, -0.022149974, -0.010348585, -0.06321358, 0.0008358415, -0.0014817526, 0.0066712503, 0.000756629, 0.035548795, 0.037554078, -0.022175374, -0.019545376, -0.0038011898, 0.013016089, 0.052505594, 0.0041568372, 0.025920857, 0.04185198, 0.0041237306, 0.024399938, -0.002045554, -0.050901737, 0.05570999, 0.043449845, 0.0144150425, -0.0077395057, 0.011993405, 0.0070310677, -0.0065348623, 0.0083639445, 0.009166058, 0.0007124467, 0.04331558, 0.044705637, -0.052432053, 0.011086743, 0.002244147], [-0.015770035, -0.09401073, -0.06199111, -0.027973864, -0.017026667, 0.01544319, 0.011273817, -0.019399628, 0.037292473, 0.016483052, -0.0033961304, 0.006207367, -0.06853254, -0.0085246125, -0.02785612, 0.020047005, -0.0031994365, -0.0458243, 0.029681856, 0.054652076, -0.03593366, 0.021094084, -0.043740068, 0.027957626, -0.033854835, 0.056422323, -0.00033677093, 0.0028024393, 0.019203836, 0.006514363, 0.015870865, -0.035069287, -0.005945935, 0.01319384, 0.023347043, 0.0024489763, 0.0016411097, -0.016918397, -0.043980073, -0.053239126, -0.07456193, 0.011049153, 0.005904431, -0.000122031524, 0.0068671494, 0.057788353, 0.033778187, 0.020987619, -0.027832324, -0.04459722, 0.059141755, 0.0019626548, -0.040569503, 0.0036429001, 0.030119454, 0.021547247, 0.019652713, 0.028384848, 0.040746346, -0.0095092105, 0.01735374, -0.018342229, -0.052987397, 0.0037285874, 0.027767472, 0.031024428, -0.015811428, 0.0012460299, -0.0018509993, -0.043906085, -0.023102403, 0.015767723, -0.0055539003, -0.030031936, 0.040885296, 0.0026323618, -0.055659905, 0.007536856, -0.016540347, -0.046685968, 0.0018875411, 0.029698998, 0.01146149, -0.04766222, -0.051329028, 0.013781893, -0.029278543, 0.025033379, 0.06549732, 0.01807104, -0.044306688, 0.015381837, 0.016715385, 0.012504509, 0.013656477, 0.018243825, -0.0041179433, 0.048628543, 0.010863738, 0.04313284, 0.03826692, -0.032726962, -0.032393165, -0.014877695, -0.006464287, 0.021986425, 0.027017463, -0.0014183626, -0.00044391502, -0.01472273, 0.007720242, -0.0021451383, 0.007159032, -0.0771255, 0.027216863, -0.0063569173, 0.035199214, -0.04093041, -0.052273702, -0.019899258, -0.012530674, -0.010298017, 0.017585283, 0.026117, -0.021323035, -0.03346686, -0.022939952, -0.020580696, -0.05353146, -0.0011653898, 0.027225662, 0.003364551, 0.04183871, 0.0064097, -0.046223108, 0.009716506, -0.013641365, 0.035708092, -0.050056722, 0.014703332, -0.0523522, -0.0057603787, 0.04419481, 0.005152843, 0.014378967, -0.066149205, -0.0059260847, -0.049613822, -0.030701416, -0.02108898, 0.020577086, -0.00068572245, 0.023105236, -0.024748938, -0.004837501, -0.038460456, -0.006227668, 0.03132398, -0.017256746, 0.032380532, -0.019228086, 0.018310592, 0.031616315, 0.019200226, -0.013887905, -0.036433205, 0.019039173, -0.00064557156, -0.02343276, 0.055012982, 0.05210408, -0.0037687663, -0.020963708, 0.050362702, -0.05778136, -0.028210992, 0.0037905334, -0.029283391, 0.008936046, 0.02188898, -0.004486294, -0.01272579, 0.0018049837, 0.008054982, -0.038421206, 0.037878945, -0.0255991, -0.024335926, -0.0019398726, 0.038169473, 0.025761057, -0.01308602, 0.02113965, -0.0058033774, -0.026875354, 0.030497503, -0.0255603, 0.021871388, 0.02024776, 0.042454787, 0.005084722, -0.01318211, 0.0066722594, -0.025313757, -0.06820163, -0.030749688, 0.013339218, 0.006583386, 0.04767846, -0.042332534, 0.0031962784, 0.051179253, 0.03671818, 0.051767305, 0.022327483, 0.039022118, 0.031147135, -0.038985122, 0.0454255, 0.054480646, -0.037087657, 0.021521984, 0.037806764, -0.03993882, -0.047402363, 0.005372996, -0.022179285, 0.015568606, 0.024677886, -0.0019177671, 0.05404908, 0.0060216123, -0.030777207, -0.04524189, -0.016626963, -0.008893188, -0.018490426, 0.031180521, -0.053346496, 0.044081125, -0.027875518, 0.05441929, 0.029388167, -0.021830447, -0.023339827, 0.016653975, -0.056687586, -0.016475383, -0.008857887, -0.0021374125, 0.069589995, -0.02243395, -0.02106995, -0.003737187, -0.041667562, 0.026643924, -0.0071829422, -0.016876243, -0.018326834, 0.019914372, 0.0047269734, -0.045073166, -0.013840723, -0.011535024, 0.04878464, 0.01471867, 0.039452497, -0.013840709, 0.008424009, -0.019090151, -0.030078063, -0.060274098, 0.019974371, 0.00065095694, -0.012269017, 0.047747824, 0.044203833, 0.014578143, 0.06300345, 0.010738323, -0.06834961, -0.026273094, 0.02992685, 0.004908329, -0.0048564486, -0.00049444195, 0.018814057, -0.036350504, -0.0438321, -0.02366402, -0.026390387, 0.005525028, 0.017218174, 0.042215575, 0.038070858, -0.01927241, 0.03755007, 0.02350404, -0.041486204, -0.02381983, 0.020329863, 0.021068878, -0.0083847605, -0.020199938, -0.017479604, -0.032883324, -0.051310983, 0.02121138, 0.025494888, 0.004161252, -0.017964123, -0.01689152, -0.059778754, -0.014134002, 0.027023777, -0.032498617, 0.0628266, 0.080931485, -0.014927094, -0.02246887, -0.023290427, -0.053311307, -0.0093059745, -0.050156984, 0.0026190535, 0.052756414, 0.015732817, 0.01482356, -0.04795997, -0.061881036, 0.03806481, 0.047605377, 0.034278, 0.0024198783, 0.026730767, 0.047398753, -0.014150694, 0.011129963, 0.03214843, 0.017914554, 0.02409017, -0.058217835, -0.022359062, -0.017698856, 0.04646897, -0.07999222, -0.01260466, -0.056348335, -0.009367329, 0.005629014, 0.016816553, -0.02131435, 0.004663815, 0.028572857, -0.036970362, -0.01797089, -0.0045424597, 0.009567632, -0.01307632, -0.002619279, -0.02224718, -0.02347584, -0.051857527, 0.024086677, -0.0035531248, -0.004348698, 0.066101834, -0.02885222, 0.038475342, -0.009154055, 0.058640093, -0.0058845812, -0.006792486, 0.019887755, -0.0012985868, 0.054146804, -0.039032042, -0.0045383996, 0.03384401, 0.006441392, 0.010529673, -0.020573929, 0.018525332, 0.025241802, 0.06085606, 0.04433466, 0.026143309, 0.045775577, -0.033611223, 0.036346897, 0.0090971, -0.009856357, 0.024780573, 0.019472713, 0.0069754208, -0.022967188, 0.03645156, 0.052741077, 0.017507575, 0.022592748, -0.011369909, 0.021201003, -0.014044226, -0.029614184, -0.015230255, -0.046390925, -0.050481804, 0.016014325, -0.0115851, 0.0037166604, 0.026915507, -0.019059023, -0.024439689, 0.02084596, 0.02905117, 0.0009198605, -0.017335694, 0.026014142, -0.00827159, 0.022784932, 0.01792307, 0.055651788, -0.03788977, 0.018186305, 0.00088100665, -0.00046917849, -0.019107746, -0.018772101, -0.034139726, 0.047045518, 0.0052164523, -0.0011140733, 0.0034063938, 0.083499335, 0.04396834, -0.021449013, -0.0048724636, -0.0072573796, -0.081366375, -0.02944676, -0.016894937, -0.034108374, -0.007108054, 0.0049525397, -0.014726565, -0.015764961, -0.033656847, 0.028467404, 0.047586426, -0.040215816, -0.006960985, -0.014042648, -0.02183349, -0.039327983, -0.03202865, 0.038914748, 0.06552619, -0.06289157, -0.028511615, -0.024473071, -0.05615052, 0.0044635115, 0.047341913, -0.017512988, -0.006371805, 0.0128067685, 0.025470978, -0.044465486, -0.009025863, 0.032997683, -0.017215468, -0.031919025, -0.012346612, -0.067945726, 0.005638262, -0.023781937, 0.030034643, 0.0066478983, 0.012770678, 0.027516982, 0.019901287, 0.017606825, 0.013230043, 0.0054357033, 0.021292526, 0.021907026, -0.008327918, 0.0073300116, 0.0026851445, -0.012274431, 0.025415039, 0.013469032, -0.017129075, 0.07494404, 0.0069932407, -0.024050811, 0.0066410187, 0.043257806, -0.043344878, 0.011779454, 0.05722173, 0.02225124, -0.04465316, 0.027325813, 0.0059865373, -0.06185216, 0.0041811024, 0.033957247, -0.050508868, 0.008049569, -0.0356923, -0.051672794, -0.003930272, -0.042617988, 0.0513385, 0.050401162, 0.0009915907, -0.049886305, -0.014168288, -0.01801916, -0.031144429, -0.0066257925, -0.007291214, 0.05154918, 0.024653524, -0.021921463, 0.052239414, -0.046466265, 0.01647572, -0.016894033, -0.015310782, -0.033306938, -0.028736278, 0.007541142, 0.0045221588, 0.00036812466, 0.030419232, 0.0336807, 0.0132100815, -0.027326489, -0.029568622, 0.023294795, 0.0024893528, 0.005572397, -0.05293055, -0.016520947, 0.0037728264, 0.0008383182, 0.029335385, -0.033697844, -0.014862835, -0.00690324, -0.08147825, -0.07465712, 0.065387465, 0.0058394675, 0.0028287177, 0.040829357, 0.06223292, 0.008431679, -0.029490123, 0.009218906, -0.0027929654, 0.001026328, 0.001648215, 0.048576217, -0.019804746, -0.057619628, -0.06186976, 0.03222264, -0.040932328, -0.020617686, -0.06310812, -0.026868815, 0.0012126459, -0.006489776, -0.013708131, -0.030556602, 0.006820908, -0.028088452, 0.012041871, 0.012618194, 0.007542495, -0.010795842, 0.022006951, 0.047413193, 0.006764291, 0.023256365, 0.017552124, -0.008500589, 0.05591164, -0.0031890604, 0.046156336, 0.023456216, -0.040583037, -0.010645164, 0.0007827161, 0.0067131505, 0.020974759, -0.04189403, -0.027138365, -0.10250377, 6.406091e-05, 0.017125016, 0.018311495, 0.0066257925, -0.014525585, 0.033589568, -0.020680396, -0.0067904564, -0.018047795, 0.015958384, -0.043993603, -0.012242401, -0.019112708, 0.0024773977, -0.05826137, -0.019180378, -0.043797813, 0.0004677123, 0.013010229, 0.018595934, -0.010981709, 0.019436847, -0.015435296, 0.013436099, -0.017774422, 0.08421393, 0.035652153, 0.018160816, 0.031443983, 0.003851042, 0.08025118, -0.02380765, -0.06762125, 0.08150082, 0.015952239, -0.024772428, -0.034199502, -0.0039577913, 0.03252005, 0.031091196, 0.033368062, 0.014082572, 0.00012947521, 0.008643712, -0.0020544603, -0.00300762, -0.022011688, 0.0061060875, 0.07590045, -0.004101703, 0.010361627, -0.050238192, 0.025522407, 0.011153817, 0.040960677, 0.0003360942, -0.0019405492, -0.035316847, 0.022839969, -0.050203905, 0.032607, 0.0269922, 0.01664749, 0.011373292, 0.03890843, -0.014369607, -0.011427767, -0.04483722, 0.05377327, -0.003953731, 0.034764323, -0.033405058, -0.017012456, 0.01110735, -0.026129633, -0.04775479, 0.004814493, 0.049631864, 0.0025150673, -0.029414559, 0.00943827, -0.02495759, 0.06390391, 0.030379308, 0.015282587, 0.02328501, -0.056893308, -0.04324923, -0.017462913, 0.04030604, 0.008614387, -0.037743606, -0.013176021, -0.015209982, 0.048870124, 0.0113982735, 0.0556572, 0.02590226, 0.046614684, 0.06707087, 0.0025146727, 0.02681716, 0.019696023, -0.043915894, 0.0148172425, -0.0032830087, -0.06805975, -0.077515505, -0.010579072, 0.012910529, 0.010599599, 0.04612746, 0.01988956, 0.010800127, 0.016579172, -0.055897202, 0.008345343, 0.00988523, -0.032954827, 0.0102506485, -0.04673424, -0.009677708, 0.03809639, -0.049168102, -0.034621086, -0.045527004, -0.004806147, 0.027208518, -0.007232003, -0.02400705, 0.0070844823, 0.030602394, 0.019009003, -0.010449147, -0.022009265, -0.038248874, 0.030173365, 0.008130322, 0.0048695314, -0.030581415, 0.026415199, -0.004190576, 0.01653606, -0.05676338, -0.032633167, -0.047231838, 0.0059838304, -0.012734587, -0.0023206288, 0.034241907, 0.021482961, -0.01409949, -0.010061172, -0.04055597, 0.03414717, -0.03338281, 0.003421394, -0.019434365, -0.0085128825, -0.066580035, -0.01776382, 0.019719932, -0.03082277, 0.008497545, -0.015067847, 0.003278836, -0.012391726, 0.0049877283, -0.0029720655, 0.00092685304, -0.019775873, -0.0074482085, 0.041080184, 0.009639363, -0.072621614, -0.03555922, 0.006205393, -0.038675644, -0.04826403, -0.013621965, 0.019598126, -0.014254905, -0.0365847, 0.03161135, -0.0017179151, -0.0016488917, 0.010569205, -0.0687157, 0.003477109, -0.025543047, -0.06428467, 0.020566935, -0.051546473, 0.034378152, 0.003224587, 0.057872035, -0.031769503, -0.032476176, 0.0064460165, -0.0016861103, 0.017758857, 0.022605944, 0.023118319, -0.0078000925, -0.0070859483, 0.0064676707, -0.05526965, -0.048895616, -0.0045848666, -0.008427618, -0.0031025554, -0.023255011, 0.015011005, 0.048190046, -0.0019574668, 0.0084580695, -0.0067827874, -0.0011375323, 0.004573588, 0.04687815, 0.008578748, -0.027440064, -0.02935501, 0.03418687, 0.014240018, -0.006942122, -0.037940975, -0.004265915, 0.04025461, 0.025224209, 0.0058489414, 0.053270258, 0.015310332, -0.026649563, -0.016043648, -0.013305271, 0.022248084, -0.08007072, -0.0189503, 0.053919435, 0.0053044236, 0.006759779, -0.024037728, -0.03491049, -0.010593509, -0.052679382, -0.020768365, -0.045113318, -0.022985121, 0.006515716, -0.008338746, -0.007183393, 0.009562219, 0.001892278, -0.013206472, 0.034203112, 0.021736046, 0.030260209, 0.021449126, -0.03503861, 0.04145914, -0.021983605, -0.008306377, 0.045156628, -0.014796266, -0.022530716, 0.00059834355, -0.04001055, 0.03381965, 0.017141594, -0.03457166, 0.022597259, 0.039024822, -0.0586834, -0.015869737, -0.0460228, -0.011382541, 0.020702953, -0.028952373, 0.036237724, 0.019844672, -0.018847667, -0.021068595, -0.021747326, -0.013564672, 0.006059621, 0.03536433, 0.00717798, -0.014622453, -0.017801715, 0.010798506, 0.014974012, -0.048036657, -0.042215236, 0.06303864, -0.008884616, 0.045472868, 0.035400644, -0.040828906, 0.042254936, 0.025813974, -0.012367365, -0.017667277, -0.0020824305, -0.013924676, -0.04969006, -0.0032716175, -0.027080622, 0.039406482, 0.06319022, 0.007303846, 0.01888421, -0.073592454, 0.009811244, -0.03485094, -0.029867722, -0.038256317, -0.024381999, -0.010990506, -0.0011647131, -0.007847913, -0.0012383605, -0.02633535, 0.055298097, 0.012363531, 0.03285242, 0.005828415, -0.0035928246, -0.016903283, 0.004673063, -0.00562721, 0.05101594, 0.007709076, 0.03503861, -0.029043306, -0.020735433, -0.040057465, 0.0068057952, 0.004767124, 0.017448027, -0.022285074, -0.011287464, -0.021584917, 0.010803737, 0.013441287, 0.075167805, -0.016843509, 0.012733347, -0.002374765, -0.050818346, -0.043265477, 0.0327649, -0.013266021, 0.02307095, 0.009897862, -0.023705695, -0.003187707, -0.012016383, 0.06965135, 0.017675396, 0.008825969, 0.02947253, -0.0073192967, 0.01899857, 0.027309515, -0.017009525, -0.023291554, 0.017724909, -0.013968888, 0.02051934, 0.0055268886, -0.01704697, -0.008497545, 0.0054523954, 0.05369838, 0.004075988, -0.055436652, -0.034759585, 0.036706902, -0.02077378, -0.03801034, -0.020206254, 0.01699509, -0.013726178, -0.0017706977, 0.0022908542, 0.0076266318, -0.04441135, -0.060919218, -0.013352039, -2.5601807e-05, 0.025717298, 0.015112256, 0.038759727, -0.00038256095, -0.053388, -0.030579384, -0.010477342, 0.031469245, 0.05663255, 0.007424693, 0.015146796, 0.041478988, 0.032886844, -0.003901174, -0.011011709, -0.05264273, 0.023482833, 0.045696296, 0.010842535, 0.01598455, 0.003456131, 0.014025729, -0.00047549437, 0.00300184, 0.0120087145, -0.005085342, 0.038935047, 0.01645012, -0.058668967, 0.0214189, 0.010969753], [-0.015387912, -0.088115595, -0.040759407, -0.0388371, -0.01533353, 0.012246077, 0.014981483, -0.012688802, 0.050062373, 0.022316385, -0.0052092005, 0.044874255, -0.08090551, -0.02800137, -0.046249382, 0.036694393, 0.013321266, -0.010113669, 0.0246335, 0.02207412, -0.018381216, -0.011291871, -0.02111692, 0.029896364, -0.012506729, 0.05279634, -0.02576906, -0.011481731, 0.043436833, -0.015541836, -0.0053400057, -0.025907053, 0.007404616, 0.008482439, 0.029182447, 0.020651674, 0.0049236338, -0.018149551, -0.039420694, -0.02541917, -0.058198154, 0.0048431386, -0.0042698486, 0.02452234, 0.022768691, 0.040801093, 0.0019701004, 0.019119088, 0.012423598, -0.027512169, 0.039017256, 0.020473855, -0.03028351, 0.00020363412, -0.019148795, 0.02456211, 0.018552888, 0.015295079, 0.02540108, -0.01545607, 0.01610195, -0.0069278725, -0.04517132, 0.004014602, 0.010192607, 0.04599496, -0.015295079, 0.019164607, 0.017796185, -0.037777245, -0.0044967206, 0.00079656875, -0.0010071504, -0.027474318, 0.06188944, -0.0117518455, -0.061335076, 0.022985501, -0.005113373, -0.039591268, -0.018613538, 0.01734382, 0.015716244, -0.050417893, -0.065953024, -0.010031496, -0.030219303, 0.025812183, 0.06719064, 0.036479738, -0.0437569, 0.0032763535, 0.013418531, -0.006466701, 0.008117575, 0.013119309, -0.032061115, 0.045510553, 0.011497422, 0.04720958, 0.04811659, -0.05993647, -0.02396007, -0.03191929, -0.033520572, -0.005957137, 0.01748103, -0.01971466, -0.015027001, -0.011039844, 0.0105027305, 0.0109061655, 0.005541723, -0.0648486, 0.012368977, 0.005529026, 0.021874888, -0.033173677, -0.04142619, -0.034837246, -0.05416572, -0.0037371654, 0.021746688, 0.013913961, -0.025400722, -0.026172495, 0.011472028, 0.011784426, -0.059033778, 0.00862654, 0.06473745, -0.001384712, 0.049769137, -0.0030942804, -0.043585848, 0.017570991, -0.01162152, 0.048768394, -0.025754925, 0.039218497, -0.04366874, 0.009106518, 0.01860593, 0.026899828, 0.023938749, -0.022144852, 0.0031690262, -0.053437427, -0.0150162205, -0.007812843, -0.0042547556, -0.016627925, 0.020590525, 0.029373385, 0.007184212, -0.05980054, 0.013659777, 0.014395734, -0.018048272, 0.009885599, -0.015872203, 0.0022303928, 0.022197558, 0.015694682, -0.032077406, -0.045161735, 0.008156265, 0.015172779, -0.014516958, 0.08081352, 0.063783005, -0.018894851, -0.0072532077, 0.023291433, -0.055729628, -0.028700553, -0.010188414, -0.03639924, 0.015179127, 0.013838017, 0.010403069, 0.0024028828, 0.008488908, -0.009920097, -0.03260446, 0.010892749, -0.025959758, -0.0055762213, -0.032872777, 0.03780887, 0.004086705, -0.05910277, 0.02228524, -0.0064353175, -0.04262805, 0.018643305, -0.012369456, 0.005552264, 0.016884383, 0.04233865, 0.0028714808, 0.024352245, 0.04554313, -0.017968677, -0.016255274, -0.06068968, 0.030046815, -0.0044061635, 0.035067234, -0.02550269, 0.032746643, 0.06502244, 0.04994738, 0.05535686, 0.034654696, 0.03392413, 0.014267326, -0.053489175, 0.03233135, 0.08102434, -0.03827938, -0.004442099, 0.043682158, -0.03129557, 0.0018298323, 0.004270088, -0.000637255, 0.010063838, 0.039768547, 0.007884474, 0.0783105, -0.0051719476, -0.039645888, -0.051720195, -0.017531222, -0.027278349, -0.032998793, -0.0030608268, -0.0061348975, 0.022911474, -0.01586238, 0.029740166, 0.00875483, -0.022855654, -0.025743186, 0.020349998, -0.019638956, -0.010261962, -0.012621962, 0.016092367, 0.044356782, -0.0333948, -0.03427893, -0.00038043648, -0.015613227, 0.021105122, -0.024919068, 0.023965582, 0.0063641653, 0.013410865, -0.016560964, -0.028896403, -0.013392418, -0.029024333, 0.05148254, 0.017038487, 0.029695125, -0.01323514, 0.046160866, -0.0041023893, -0.016838387, -0.06132214, 0.024646437, 0.0010658151, -0.0055529834, 0.049487405, 0.034265634, -0.0016781848, 0.048519544, 0.008680085, -0.057303127, -0.034749087, 0.0023753322, 0.047657095, 0.011346973, 0.025883095, -0.0070653856, -0.05718813, -0.018523518, -0.034217242, -0.024743702, -0.004366994, 0.018974628, 0.025032382, 0.028365036, -0.03729619, 0.023306284, -0.03824776, -0.031365924, -0.008582819, 0.0035957596, 0.0053246734, -0.023476379, -0.0058168685, 0.0068984055, -0.011848153, -0.06898454, 0.028250044, 0.007180978, -0.0033225904, -0.04536106, 0.0026486812, -0.06470103, -0.004333334, 0.025397249, -0.020189006, 0.036214773, 0.06497031, -0.030002972, -0.003739561, -0.0017364002, -0.015747387, 0.019214436, -0.06684949, -0.001604637, 0.063314885, 0.03147273, -0.0030530745, -0.06398232, -0.03346739, 0.06610443, 0.012681855, -0.0027291765, 0.00199801, 0.0012711561, 0.050316557, -0.013599885, 0.037411183, 0.020610947, 0.05040304, -0.0058277394, -0.047059126, -0.03778491, -0.00015883462, 0.0367998, -0.06849773, -0.015608916, -0.042873368, 0.010851064, 0.015193023, 0.003065772, -0.015116361, 0.004305065, 0.026892643, -0.007759658, -0.011548211, 0.01167403, -0.0007877047, -0.010712952, -0.0022049982, -0.014101065, 0.0022221725, -0.05061817, 0.0452154, 0.028160661, -0.014486772, 0.059654135, -0.010146908, 0.02944214, -0.018659594, 0.033269502, 0.013046, -0.026560599, 0.023717387, -0.018680677, 0.014585953, -0.05254623, 0.0021120452, 0.03794878, -0.02289231, 0.010118191, -0.039921872, 0.028828364, 0.035947174, 0.0455393, 0.047646556, 0.046243634, 0.029877678, -0.009312069, 0.04107971, 0.016836232, -0.006936018, 0.07235959, 0.021753876, -0.004837868, -0.018404692, 0.02477245, 0.05246765, 0.043825418, 0.022009734, -0.0247231, 0.02030975, -0.0056527634, -0.02759458, 0.012859136, -0.038867768, -0.056038197, 0.040720116, -0.017430604, 0.011178316, 0.022939265, -0.010570767, -0.02215731, 0.031359177, 0.030334538, -0.03415687, -0.022509476, 0.019873733, 0.0063150534, 0.02105385, 0.006351738, 0.05237086, -0.028237585, 0.022327404, 0.023988578, -0.0026678466, -0.025834704, -0.011653622, -0.057379782, 0.05305603, -0.013391818, -0.0044176625, -0.034064878, 0.081806295, 0.053395987, -0.02748917, 0.010596162, -0.010106003, -0.06344569, -0.02880261, -0.020706477, -0.06201402, -0.016599296, 0.0047415607, -0.027108254, -0.018598504, -0.01821663, 0.028823573, 0.041465662, -0.04198792, 0.009771683, -0.0011482569, -0.023028385, -0.03765363, -0.038712524, 0.013409187, 0.06596021, -0.06596596, -0.039804485, -0.020169841, -0.052945834, 0.0029735374, 0.0371697, -0.012802118, 0.013918033, -0.0055136187, 0.022072503, -0.06603687, 0.0064484943, 0.020625144, -0.0026247243, -0.03370265, -0.015369825, -0.042047814, -0.0010703967, -0.013615217, 0.028848967, 0.0041004727, -0.0055619967, 0.019382136, 0.024153642, -0.0021829577, 0.02137248, 0.015281812, 0.040916085, 0.021730877, -0.016567193, -0.0070433454, 0.019267144, -0.010884844, 0.021335106, 0.044318452, -0.004632796, 0.06289372, 0.00069666834, -0.013123382, 0.008053371, 0.04084565, -0.041818306, 0.0025941792, 0.06810483, 0.01458212, -0.057278205, 0.013314318, 0.025866805, -0.051720195, 0.046125766, 0.06530091, -0.025458578, 0.015597895, -0.03690713, -0.046936467, 0.0071546854, -0.049853466, 0.04679704, 0.043322563, -0.0049353726, -0.034933075, -0.016434472, -0.031799387, -0.0009924468, -0.01545619, -0.018037671, 0.06363734, 0.029927028, -0.015424447, 0.029546592, -0.035594884, 0.020334665, -0.02288704, -0.03280378, -0.05268997, -0.049705893, -0.0073686806, -0.007980781, 0.0057757827, 0.064572625, -0.0015111299, 0.027576374, 0.016241858, -0.04042545, 0.0024329487, 0.024593014, 0.008389247, -0.01924031, 0.002586393, -0.007753908, 0.016718632, 0.016841741, -0.051458105, -0.012449952, -0.006422381, -0.06982016, -0.05806879, 0.05456916, -7.3308285e-05, -0.009965615, 0.02657677, 0.033401746, 0.044050135, -0.051323466, -0.0061262725, 0.024603793, 0.015061559, 0.019280558, 0.011886963, -0.0070683802, -0.07238451, -0.067685105, 0.031047259, -0.05028122, -0.031545322, -0.05725425, -0.028064137, 0.00046943658, -0.020377308, 0.012114554, -0.035368133, 0.023619162, -0.032736104, 0.0115160635, 0.008728477, -0.02443322, -0.02202845, 0.046291545, 0.027503543, 0.020644907, 0.018825376, 0.020563692, -0.017708981, 0.028702352, -0.028092885, 0.037817493, 0.0077495966, -0.036475904, -0.014671479, -0.040662143, -0.009069865, -0.021108953, -0.034187295, 0.004297399, -0.06865105, -0.009347027, 0.019219229, 0.0028700435, 0.0022979511, -0.013826996, 0.023603352, -0.0044783936, -0.01761603, 0.006131064, 0.015426363, -0.040509775, -0.01811098, -0.007698808, 0.013159078, -0.021868868, -0.010313949, -0.022110352, 0.003039299, 0.02687683, -0.010387677, -0.025849914, 0.0022692927, -0.010325448, -0.011188138, 0.01672495, 0.080088586, 0.026633369, 0.005176619, 0.03967164, 0.0033803266, 0.0980702, -0.024391057, -0.04031884, 0.07062894, 0.030387003, -0.016795743, -0.0399947, 0.0031297368, 0.039364275, 0.020223504, 0.037622005, -0.010091987, 0.0139407925, 0.0052662184, 0.0075445245, -0.0024445679, -0.025715398, 0.020981023, 0.04769159, 0.013057499, 0.010805905, -0.0673248, 0.03296477, -0.009771803, 0.014185393, -0.01130378, -0.0229522, -0.03332221, 0.012813558, -0.053149946, 0.04527673, 0.039275993, 0.03699026, -0.013306652, 0.02402787, 0.0008787412, -0.035665203, -0.0066758455, 0.053129822, 0.00036773927, 0.040303268, -0.025442049, -0.0048790737, 0.0029519761, -0.02717821, -0.03356633, 0.017709028, 0.026621928, -0.05124537, -0.017826492, 0.019206531, -0.019566126, 0.061446715, 0.030329866, 0.00037588464, 0.016715728, -0.017417666, -0.051796857, -0.012412698, 0.019297808, -0.030467978, 0.0010493146, -0.00041924676, 0.0066317646, 0.041359287, 0.03373966, 0.03849332, 0.023727806, 0.026069602, 0.0533301, 0.019454965, 0.03188719, -0.011597683, -0.03196361, 0.022315426, 0.0040978375, -0.04017198, -0.1014419, -0.014914163, 0.008777349, -0.0100245485, 0.034409855, 0.021037204, 0.019632246, 0.011180232, -0.044078883, 0.014049078, 0.0014517916, 0.015858546, -0.012775886, -0.04609606, 0.01096414, 0.052613307, -0.023837171, -0.034059126, -0.0357984, -0.018521123, 0.0040972983, -0.03292656, -0.04184226, 0.019059435, 0.015625086, 0.029404288, -0.006519167, -0.02411124, -0.05149021, 0.036140505, 0.03630485, 0.02448904, -0.025894595, -0.0036397206, 0.0017052562, -0.0023314909, -0.036497585, -0.03409602, -0.021896178, 0.0023556876, 0.0016597379, 0.006553665, 0.037401363, 0.016375778, -0.008965232, -0.038118392, -0.057347205, 0.046215452, -0.039976105, 0.0027581344, -0.016162321, 0.013640611, -0.07563307, -0.02434506, 0.013505974, -0.01770419, 0.0061868844, -0.054582093, 0.019635122, 0.022677656, 0.0036644563, 0.0077306703, -0.0021230953, -0.02998836, -0.07355645, -0.0017653881, -0.008540176, -0.061960354, -0.029037029, 0.002249079, -0.0339494, -0.059357673, -0.046443913, -0.018037073, -0.011539646, -0.048244517, 0.06621703, -0.04338126, 0.003546588, 0.010771288, -0.05526295, 0.021242153, -0.009647346, -0.07388325, 0.033564653, -0.030822061, 0.025904177, 0.016162321, 0.033769727, -0.044872817, -0.044644266, 0.0032945606, 0.025311124, 0.00034450102, 0.02220714, -0.0077711875, 0.0014652074, -0.010877656, 0.025339272, -0.0524504, -0.06697215, -0.033621013, 0.019086987, 0.002166188, 0.009921534, 0.034438606, -0.0047142496, 0.0076742517, 0.031561375, 0.0077909217, 0.025569739, 0.014722507, 0.051854353, 0.01675813, -0.019870859, -0.014606077, 0.01267293, 0.03037161, -0.010912873, -0.0036515193, -0.01994297, 0.011750528, 0.029009718, 0.043016154, 0.02479617, 0.0145045, -0.016467532, 0.014989149, -0.0017500557, 0.047285285, -0.09774822, -0.0046795723, 0.05664287, 0.024230065, 0.013834303, 0.0064855, -0.033981267, -0.0042240904, -0.026133984, -0.008561737, -0.057684515, -0.033590525, -0.003378889, -0.027195938, 0.0033736185, 0.036043003, 0.006605891, -0.003502507, 0.0023995289, 0.01835582, 0.020579984, 0.010783505, -0.0020534706, 0.043741573, -0.0069547044, -0.002672638, 0.037499346, -0.007683954, -0.00085095107, 0.020005496, -0.017914534, 0.022375798, 0.04862687, -0.006530427, -4.8872193e-05, 0.040954895, -0.05085774, -0.011399678, -0.036130983, -0.014104419, 0.017683499, -0.013315277, 0.033143014, 0.029168194, -0.0065922206, -0.0063744667, -0.02112776, -0.02235759, -0.009663278, 0.03493547, 0.015579688, -0.0067347796, 0.004994546, 0.012021601, 0.019004574, -0.04884536, -0.04680327, 0.08563941, 0.013909409, 0.03633743, 0.047713634, -0.024553005, 0.040464737, 0.017201094, -0.008887312, -0.04571694, -0.017246732, -0.018730506, -0.061247397, 0.044379782, -0.020691622, 0.057889592, 0.0743231, 0.021056728, 0.0011413094, -0.06251424, -0.0057563772, -0.011681412, -0.022467792, -0.050742753, -0.0338059, -0.007928585, -0.022334592, -0.015108215, -0.0039605643, -0.038104977, 0.08980217, -0.013610425, -0.0005615511, 0.009909077, -0.00849897, 0.0036625394, 0.016203767, -0.012363707, 0.047043797, 0.015826445, 0.016783046, -0.027575416, 0.0076226243, -0.033643235, 0.0044512027, -0.01892935, 0.039180163, -0.021581145, 0.008272097, -0.031461712, 0.015515963, -0.0032452093, 0.03923071, -0.036904253, 0.021124763, 0.0047585703, -0.027224803, -0.028978335, 0.027690766, -0.029410038, 0.04218724, 0.0041862386, -0.020763975, 0.02178454, -0.037940152, 0.042951945, 0.02093838, 0.0054458953, 0.0059798956, -0.019052967, 0.03911213, 0.025057059, -0.023936832, -0.016360085, 0.014657704, -0.024976565, -0.005462186, 0.0082986895, -0.02712351, 0.01755901, 0.02013151, 0.050352372, 0.014295596, -0.018804533, -0.062494595, 0.040890213, -0.0037990944, -0.028429719, -0.027579248, -0.0029263424, -0.017017106, -0.007660476, -0.00906711, 0.009359504, 0.005935576, -0.07398291, -0.027242413, 0.027741438, 0.03560387, 0.014153291, 0.040010992, 0.0012159353, -0.025360832, -0.01937447, 0.0065000015, 0.0431024, 0.058335066, 0.010180987, 0.012110301, 0.0427325, 0.0053045494, 0.006804255, 0.02112141, -0.044360615, 0.06242033, 0.053655915, 0.013665527, -0.012931006, 0.016528143, 0.0149680665, -0.01961368, -0.0081310505, -0.009526244, -0.0036779917, 0.045011766, 0.017599469, -0.059595324, 0.021223228, 0.020451574], [-0.019796645, -0.09528791, -0.034145944, -0.06025546, -0.015698787, 0.004313614, 0.030425211, -0.023636427, 0.059237584, 0.0061361026, -0.012597575, 0.016957533, -0.07063621, -0.01641474, -0.009124996, 0.03686712, -0.0061169546, -0.008291349, 0.0053901793, 0.028879529, -0.023834007, -0.014347635, 0.0021808804, 0.034070462, -0.017043002, 0.043105345, -0.029241947, -0.01097128, 0.020144355, -0.029628228, 0.0012848297, -0.06362099, -0.00269953, 0.01338443, 0.016908692, 0.032467898, 0.0042468756, -0.0050627287, -0.04606739, -0.042705745, -0.073162585, 0.011755637, -0.013577499, 0.02074209, 0.023648636, 0.056219485, 0.018868404, 0.004450076, -0.003914568, -0.043729722, 0.018139686, 0.0057431613, -0.016138904, 0.00742454, -0.018412746, 0.031608477, 0.030629452, 0.027529765, 0.0494529, -0.0064391335, 0.006571224, -0.030851452, -0.044369083, -0.007893238, 0.0376913, 0.03767409, -0.0050867153, 0.01612614, 0.022563607, -0.030182954, -0.02369581, 0.006833185, -0.025040027, -0.024327958, 0.061124038, -0.010465118, -0.058738083, 0.041133974, -0.006533484, -0.0502965, -0.01922971, 0.009526054, 0.031983934, -0.05698317, -0.051674575, 0.0061105727, -0.037295584, 0.004626497, 0.055762164, 0.0008397181, -0.05205364, -0.0015345806, 0.01131885, -0.032781474, -0.0015753732, 0.037229538, 0.014042661, 0.06195543, 0.04208691, 0.030768203, 0.04913544, -0.07845564, -0.025883628, -0.009238581, -0.024463933, 0.013886151, 0.024811922, -0.03256308, 0.024801375, -0.007991283, 0.0020941615, 0.004181663, -0.033976182, -0.062358256, -0.004353991, 0.0033988324, 0.02492514, -0.011945864, -0.052298952, -0.018119706, -0.044515602, 0.014781369, 0.007368207, 0.018270668, -0.031816047, -0.01743178, 0.02248563, -0.0025552292, -0.036243852, 0.0081385495, 0.048590425, 0.01459912, 0.041039627, -0.012095853, -0.07211585, 0.01110448, -0.016427226, 0.046623502, -0.015044995, 0.0539018, -0.031140054, -0.0017515863, 0.017351585, 0.0060661724, 0.0041426737, -0.017219493, 0.011259881, -0.05208139, 0.0017450651, -0.0073911524, -0.006779905, 0.0012720646, -0.011778253, 0.015542832, -0.0017338264, -0.052810665, 0.04164097, 0.014670923, -0.019869385, 0.037953258, -0.00764099, -0.01777061, 0.031430874, 0.009575172, -0.023012605, -0.015566696, 0.028513784, -0.0020046674, 0.0005211469, 0.06773633, 0.043343436, -0.0069974656, 0.023468262, 0.053391196, -0.04337008, -0.038506873, -0.014886195, -0.027518388, 0.010342636, 0.025359152, -0.008854502, 0.024511386, 0.0007550803, -0.0180094, -0.020772476, 0.009581555, -0.026210526, -0.030524418, -0.027294446, 0.031695332, 0.034074906, -0.029168688, 0.019766951, -0.0109069, -0.02448114, 0.038080353, -0.024973981, 0.012080174, 0.027804213, 0.030414598, 0.004018631, 0.0060997494, 0.022296095, -0.024690932, -0.042142414, -0.0398719, 0.018967194, -0.015450146, 0.045803204, -0.026020577, 0.029215584, 0.05850221, 0.01374851, 0.04520894, 0.03857375, 0.032844465, 0.039809186, -0.08888024, 0.02963822, 0.06804769, -0.029462837, 0.020141162, 0.013322269, -0.018976629, -0.03162263, -0.016933106, 0.0014502204, 0.01920085, 0.02992571, -0.008538151, 0.059389655, -0.010454019, -0.050401952, -0.06524937, 0.0018920018, -0.013320673, -0.036925394, -0.0024031326, -0.027228676, 0.028497135, -0.011025115, -0.0010483988, 0.016906472, -0.046340447, -0.009370376, 0.003815084, -0.03821078, -0.021194419, -0.009069288, 0.021820182, 0.049705982, -0.020588355, -0.029612133, 0.0050349785, -0.012035774, 0.019208621, -0.023718912, 0.013172418, -0.0047979923, 0.04928751, -0.019438392, -0.03784448, -0.032582503, -0.039580524, 0.041890856, -0.0021978081, 0.012322155, 0.0025735444, 0.04496182, -0.009892357, -0.02826348, -0.09173518, 0.050736062, 0.02333201, -0.019496335, 0.04059951, 0.024850773, -0.003014771, 0.05623669, 0.039490614, -0.07516503, -0.050961953, -0.014677028, 0.027567506, 0.021748517, -0.004402276, 0.0124031855, -0.06721297, -0.016874282, -0.06428762, -0.021090077, 0.014680914, 0.014454473, 0.023465764, 0.017212832, -0.043134756, 0.044877462, -0.0069464054, -0.031566016, -0.03363756, 0.046193928, 0.010232016, -0.02740378, -0.012969287, 0.0011840968, -0.011400851, -0.0911835, 0.036186133, 0.027501183, -0.017781155, -0.024175888, -0.012202275, -0.035623915, -0.014744457, 0.0013845913, -0.032236945, 0.022776173, 0.09315154, -0.019215558, 9.990037e-05, -0.024805954, -0.0142702125, 0.01937068, -0.0664959, 0.010361332, 0.05771133, 0.03642964, -0.0039294143, -0.045652248, -0.015483793, 0.037650228, 0.004718211, -0.014604324, 0.024830792, 0.022379901, 0.0006999963, 0.029385414, -0.005913616, 0.020821733, 0.050491866, -0.000828063, -0.0663516, -0.026302656, -0.011127791, 0.044286944, -0.053466674, -0.015003925, -0.046338227, 0.011178851, 0.017727181, 0.010442918, -0.027619122, 0.0090415375, 0.02073697, -0.022053562, -0.027263641, 0.003613341, -0.004363426, 0.0050305384, -0.00078810286, 0.029122066, -0.021791045, -0.06890017, 0.04942404, 0.016767722, -0.03250869, 0.08443135, 0.0005161519, 0.05510504, -0.027719853, 0.05568058, 0.028158028, -0.025563393, 0.0129337665, -0.023801818, 0.027508676, -0.04358431, -0.012397636, 0.060872626, -0.020944668, 0.0045110565, -0.03348882, 0.04268909, 0.041429795, 0.03612855, 0.0384683, 0.03592112, 0.0339356, -0.022528643, 0.038255457, 0.025675504, -0.020685688, 0.042886116, 0.014031006, -0.004202198, -0.009047088, 0.035860624, 0.037773438, 0.045348108, 0.010409618, -0.020306414, 0.034804177, -0.0070790504, -0.022754528, 0.005805321, -0.06000765, -0.05050241, 0.03415427, -0.023875078, 0.010289738, 0.008751272, -0.0023004834, -0.03229557, 0.025461135, 0.034077123, -0.04708748, -0.034430105, 0.018685132, 0.018618098, 0.007966499, 0.028063295, 0.046480864, -0.040273167, 0.022388782, 0.036222763, 0.0134959845, -0.028416103, 0.005782705, -0.055879824, 0.03823187, 0.012061304, 0.016939694, -0.01802924, 0.07727405, 0.04309258, -0.02810558, 0.006250433, -0.0027750102, -0.05436134, -0.042957157, -0.0075591276, -0.04721513, -0.019565487, 0.026537975, -0.020002272, 0.017235033, -0.020389386, 0.025381353, 0.017946476, -0.023553178, 0.006285467, -0.001615056, -0.029902121, -0.05734725, -0.0384683, 0.022539742, 0.06208919, -0.04057828, -0.03541572, -0.027207587, -0.039611187, -0.008509291, 0.026071776, 0.0033688624, 0.0067796274, 0.011943089, 0.03820967, -0.04896866, 0.0086924415, 0.014644284, -0.013818163, -0.05740941, 0.01672776, -0.01941508, -0.023226278, 0.012156765, 0.02232218, 0.0076326653, 0.01085584, 0.006060622, 0.03495472, -0.008242335, 0.03221329, 0.021858755, 0.03203347, 0.03190207, -0.016118368, -0.026371477, 0.013954417, -0.0029367933, 0.018272331, 0.026077881, 0.021193031, 0.064318076, -0.039506707, 0.014438933, 0.0025269242, 0.053086743, -0.042579755, -0.0030491813, 0.07581716, 0.03538027, -0.062346704, 0.03772182, 0.03123496, -0.047416046, 0.028353943, 0.055073958, -0.025744325, 0.012816453, -0.03904162, -0.05163295, -0.022309417, -0.029388469, 0.03653717, 0.053092882, -0.0044350214, -0.03115171, -0.030246502, -0.008699934, -0.030986873, -0.008802887, -0.04645589, 0.046362646, 0.047320582, -0.03457274, 0.048849057, -0.05573885, 0.013023677, 0.0010234237, -0.01906987, -0.06623616, -0.058079854, -0.007888799, -0.01224501, -0.016096724, 0.050687227, -0.0066156243, 0.026884299, -0.0017725691, -0.0282324, 0.008227559, 0.0019017013, -0.008351671, -0.015096055, -0.025332512, -0.005224789, 0.025381353, 0.019676486, -0.029553857, -0.0017538064, -0.00538685, -0.06477983, -0.03635485, 0.05267635, 0.010653264, -0.002312312, 0.031376485, 0.062243756, 0.009691445, -0.0085104015, -0.004900668, 0.010467911, -0.012011354, 0.010867495, 0.02749702, -0.02572823, -0.0696017, -0.058359575, 0.018917244, -0.05439908, -0.033229638, -0.022204522, -0.024175888, -0.037626915, 0.0073004966, -0.0027136132, -0.04172311, 0.01232271, -0.015362439, 0.016931169, 0.026194569, 0.0074847573, -0.019387886, 0.02740489, 0.043604847, -0.0006299273, -0.0014074851, 0.0055611203, -0.0215141, 0.039358523, -0.018031461, 0.046278287, 0.014252451, -0.048140872, 0.0024364588, -0.05634769, -0.0133439135, -0.020094959, -0.020942446, -0.020198606, -0.06970382, 0.003281311, -0.0060928124, 0.03025205, -0.020127704, -0.006235448, 0.03754145, 0.008831192, -0.0034879101, -0.013099436, 0.01889005, -0.017349362, -0.0088948095, 0.009738065, 0.00015207056, -0.045077264, 0.01980608, -0.025211522, 0.004356766, 0.025012832, -0.027396565, -0.02751478, 0.01670001, -0.00411423, -0.00471613, 0.007629058, 0.072669744, 0.0009790235, 0.035184354, 0.022484243, -0.015793137, 0.06958394, -0.016509369, -0.046624612, 0.101037, 0.009070398, -0.026597362, -0.019593792, -0.0048385076, 0.03605293, 0.03225672, 0.0015234805, 0.0016813787, 0.012129014, -0.03272514, 0.031874876, 0.025177112, -0.038652007, 0.014608486, 0.05795109, 0.015860293, 0.015291415, -0.04116339, 0.04642592, -0.007117346, 0.019425627, -0.0143726105, -0.023936128, -0.014331263, 0.0071123512, -0.037831157, 0.029404007, 0.02696866, 0.010986265, -0.006232673, 0.03570772, 0.0020096623, -0.04150472, 0.008661361, 0.060142238, -0.0024395115, 0.023723561, -0.036725592, 0.0011066741, -0.0051839966, -0.018854529, -0.015387848, 0.002130098, 0.05716299, -0.05161963, 0.0046031866, -0.009050695, -0.012250422, 0.045475204, 0.015392704, -0.016810318, 0.02227001, -0.021035964, -0.060737204, -0.016198289, 0.0019991174, -0.032462068, -0.0073414976, -0.015916904, -0.008410501, 0.025627911, 0.010967672, 0.037546996, 0.006566229, 0.037105214, 0.04940517, 0.025086923, 0.01779503, -0.007619623, -0.028922822, 0.036636792, -0.019856863, -0.018567454, -0.089639485, -0.025504563, 0.012150104, 0.0078199785, 0.04710913, 0.028779076, 0.006260631, 0.02190371, -0.005897451, 0.011342022, -0.0065695588, 0.026600137, 0.0043437234, -0.07595091, 0.014137011, 0.045226008, -0.047918875, -0.026027374, -0.030556193, 0.009847956, 0.015948538, 0.00042180152, -0.030906953, 0.009372319, 0.01391279, 0.011817658, -0.01363307, -0.02761024, -0.032149743, 0.008278411, 0.0017124588, 0.009413528, -0.020558385, -0.00015678807, -0.016969742, 0.0005949622, -0.012054228, -0.03321132, -0.037610266, 0.028960248, -0.017227262, 0.0009122152, 0.041624874, 0.027894402, 0.0048238696, -0.030060576, -0.076510355, 0.044397943, -0.022181489, 0.00010434038, -0.00050671684, 0.017787814, -0.07563235, -0.027198153, -0.0009690335, 0.00815853, -0.0025241494, -0.021254359, 0.01373297, 0.017171763, 0.004912878, 0.0039338544, 0.011935041, -0.03238714, -0.06547941, 0.01845888, -0.0021572928, -0.06929533, -0.048696987, 0.00034562752, -0.044722617, -0.03348882, -0.005129467, 0.0031124512, -0.021343157, -0.041047398, 0.034907408, -0.025901945, -0.015360791, 0.021329837, -0.052076947, 0.034134846, -0.018537622, -0.060952544, 0.003568663, -0.047907777, 0.025918594, 0.026806597, 0.037135184, -0.033384483, -0.025517883, -0.018097507, 0.025925811, -0.025773877, 0.03151076, 0.0071872375, -0.0020912476, -0.024012163, 0.01947169, -0.021158896, -0.075355954, -0.018326167, 0.04911102, -0.0059163217, 0.009448354, 0.012198805, -0.01657902, -0.008057519, 0.013105609, 0.017758954, 0.004446399, 0.0032456517, 0.034476727, 0.015939659, -0.015659105, -0.014769714, 0.010649101, 0.042797316, 0.012781142, -0.011870383, -0.00083194807, 0.005332459, -0.0019968972, 0.03081371, 0.024260247, -0.0053313496, -0.019631531, -0.007909238, -0.015501206, 0.060568478, -0.08859608, -0.017862186, 0.039415687, 0.018507652, 0.020854758, -0.0054434603, -0.017187303, -0.00563549, -0.019406756, -0.0012753946, -0.058519416, -0.03558895, -0.009986707, -0.04333456, 0.022468148, 0.044700973, 0.019308243, -0.012763936, 0.031011293, 0.005104423, 0.03236161, 0.004415596, -0.0275614, 0.045778785, -0.005286117, 0.0025885296, 0.05439686, -0.01635591, -0.00062902545, 0.017504763, -0.02691982, 0.010282523, 0.033977225, -0.026947567, 0.0017299413, 0.048729178, -0.054900937, -0.011830979, -0.025195982, -0.0040669073, 0.028128613, -0.04566557, 0.017051328, 0.021893721, -0.018273111, 0.006812095, -0.026673397, -0.028088376, -0.004952838, 0.014579903, 0.0006968051, -0.032487113, -0.035165206, 0.012194297, 0.028524883, -0.030988537, -0.051590767, 0.072725244, 0.017808905, 0.02887731, 0.04664036, -0.02478861, 0.025641719, 0.012508359, -0.016916739, -0.0006660024, 0.020714898, -0.017965415, -0.06466439, 0.031384256, -0.021327619, 0.063145906, 0.08491975, 0.02220896, 0.010465118, -0.044334255, -0.03602407, -0.0071262256, -0.023221908, -0.040521808, -0.009322925, 0.006947793, -0.006490194, -0.025096081, -0.005109349, -0.068472825, 0.07412163, -0.0031321538, -0.014098925, 0.025800936, -0.01354205, 0.0101953875, 0.010240898, -0.0025213743, 0.03512275, 0.03149692, 0.017216163, -0.032857507, 0.00090465334, -0.036500264, -0.0064313635, -0.027632719, 0.0017968192, -0.021178877, 0.0154384915, -0.017950986, 0.0045576766, 0.011116135, 0.054282527, -0.014817444, 0.012136784, 0.014738634, -0.026763864, -0.015078296, 0.015495102, -0.034179244, 0.019554108, -0.001919197, -0.015124915, 0.024991741, -0.036681194, 0.060286537, 0.034083784, 0.022654213, 0.02906934, -0.003780674, 0.0188777, 0.033681963, -0.033921726, -0.011782693, -0.0061105727, -0.011464122, -0.008542591, -0.007362102, -0.028049802, 0.021498559, 0.01908763, 0.054938544, -0.0032700722, -0.018635858, -0.026122557, 0.04203474, -0.017789757, -0.016146675, 0.021387836, 0.0152959945, -0.004652027, -0.008796782, -0.015460136, 0.018139686, -0.020790376, -0.058896817, -0.039404035, 0.021058997, 0.02203913, 0.011067295, 0.05726622, -0.015293636, -0.06928978, -0.0058119814, 0.0036474734, 0.03940348, 0.04072799, 0.032611918, 0.020845877, 0.042921636, 0.009837411, -0.00059898593, 0.02841333, -0.04511602, 0.026738333, 0.06266042, -0.0010533938, -0.01886105, 0.016681697, 0.00999524, -0.0022123768, -0.004899003, -0.008707705, -0.013835923, 0.034266934, 0.029575782, -0.053773034, 0.015497877, -0.014216932], [-0.02704281, -0.08707159, -0.049660396, -0.040501304, -0.0032958635, 0.0058618356, 0.015548474, -0.009639949, 0.047805775, 0.0125550525, 0.006222263, 0.014960448, -0.06678109, -0.023810668, -0.009960116, 0.03758962, -0.008397367, -0.019284878, 0.0041745133, 0.03476413, -0.028993588, 0.0059818625, 0.009237176, 0.03838439, -0.04840359, 0.049984787, -0.0005358327, -0.0021530627, 0.014521123, -0.0045844684, -0.0053970227, -0.050598826, -0.0221537, -0.010640189, 0.020443436, 0.022755453, 0.022258129, -0.014386499, -0.028324407, -0.034342647, -0.06570595, 0.015959356, -0.011325128, 0.031625368, 0.020561146, 0.04699896, 0.013871172, 0.018253068, -0.0100117875, -0.034908254, 0.023228606, -0.0041358173, -0.044922356, 0.010444625, -0.01354863, 0.036593724, 0.015141646, 0.036034834, 0.039902154, -0.0173246, 0.0046175453, -0.03303927, -0.054085158, 0.009007087, 0.043660924, 0.03363801, -0.002842404, 0.015485044, 0.007059262, -0.031630464, -0.029845359, 0.0070247087, -0.0048770625, -0.024277566, 0.047617625, -0.0064874566, -0.07134673, 0.0028824902, -0.011411324, -0.039428018, -0.019678788, 0.008539261, 0.01913728, -0.032934073, -0.052281514, 0.015862038, -0.02728321, -0.00043886146, 0.051740237, 0.011606425, -0.054618325, 0.016210532, 0.010807717, -0.012523279, -0.0009729563, 0.021119107, 0.011615231, 0.06634732, 0.025197228, 0.03990627, 0.038186044, -0.06765913, -0.021006959, -0.026220001, -0.005271898, 0.009075673, 0.010176303, -0.03465569, -0.010105399, 0.002029213, -0.015859721, 0.010187888, -0.007295203, -0.054077737, 0.011158296, -0.012467928, 0.028386852, -0.020883687, -0.03307217, -0.013067134, -0.027171409, 0.013250592, 0.014110068, 0.027535427, -0.029467668, -0.015573326, -0.002907399, 0.0018094925, -0.042996377, 0.002253162, 0.037836853, 0.018107612, 0.05641724, -0.011596345, -0.05711038, -0.0013253894, -0.009735588, 0.05384093, -0.020807685, 0.046471115, -0.020968959, 0.0006063888, 0.02080954, 0.0064085587, 0.01703079, -0.0373732, -0.0056020874, -0.057685025, -0.009823696, -0.025182398, -0.0067909406, -0.01227051, -0.009567828, 0.00039437288, -0.014073457, -0.05606606, -0.0020075478, 0.012004795, -0.0057705413, 0.027690442, -0.0033032782, 0.0013026816, 0.033677865, 0.017548434, -0.018278325, -0.046490118, 0.033863235, -0.0030261513, -0.010738666, 0.06396348, 0.07901545, -0.011076038, 0.010414965, 0.031282894, -0.063813165, -0.028530164, 0.0071728593, -0.031398755, 0.0048399884, 0.015849061, -0.0045322753, 0.0089336345, -0.010672224, 0.0015278473, -0.04178406, 0.01921351, 0.0062374403, -0.022253104, -0.010264353, -0.00015988089, 0.050776318, -0.03455188, 0.0020857505, -0.0021445039, -0.015104804, 0.031066014, -0.038280584, -0.0019644496, 0.0156484, 0.057969566, 0.008314733, -0.00476028, 0.0052422397, -0.039678264, -0.034776177, -0.046193067, 0.03199263, 0.01706485, 0.036046885, -0.01577584, 0.004094341, 0.040466085, 0.042276677, 0.048978236, 0.037996966, 0.028601648, 0.05743628, -0.044134542, 0.02447846, 0.08088768, -0.053623583, 0.020635294, 0.027365118, -0.024667073, -0.017320892, -0.004418737, -0.022420628, 0.013381798, 0.005502683, 0.024207355, 0.08681578, -0.016395437, -0.042629346, -0.065013595, -3.8232385e-05, -0.019137973, -0.027341485, 0.04036506, -0.030493688, 0.03719131, -0.03495877, 0.019574692, 0.01719878, -0.040954247, -0.013794245, 0.013625211, -0.03486701, 0.010147107, -0.025835823, 0.03755579, 0.060026236, -0.003717578, -0.015952868, 0.004217148, 0.0026563397, 0.020407058, -0.009701526, 0.0024962274, 0.022841185, 0.051629014, -0.003718505, -0.033641256, -0.0010857998, -0.029033905, 0.033182006, 0.020110698, 0.036630217, -0.017426552, 0.021833936, -0.033588137, -0.03913328, -0.08112078, 0.042238213, 0.024960881, -0.016338436, 0.052526202, 0.02456512, 0.01659888, 0.053203493, 0.03109666, -0.07416248, -0.030747643, 0.004357102, 0.0040475354, 0.026704742, -0.001081629, 0.00900309, -0.06493852, -0.011377379, -0.06468456, -0.0061433073, 0.021477798, 0.015119172, 0.04880515, 0.04558459, -0.008858792, 0.05190707, 0.0075014257, -0.033536524, -0.027101316, 0.017416589, -0.019100785, -0.024431651, -0.020203846, -0.007811456, -0.022270944, -0.060306143, 0.019919885, 0.030023312, -0.014278059, -0.029351352, -0.019500835, -0.07225504, -0.01470348, 0.009442705, -0.015188162, 0.039835367, 0.09868312, -0.03711739, 0.0026656084, -0.03248038, -0.018150188, 0.011134893, -0.068838686, 0.038570687, 0.044485815, 0.030769425, 0.0046768636, -0.05503332, -0.030140096, 0.047115277, 0.017787792, 0.011473887, 0.0002680901, 0.02297975, 0.017782556, -0.0052807033, 0.0058627627, 0.006327808, 0.040149335, 0.015129815, -0.04507714, -0.029601945, -0.002115757, 0.022950552, -0.07951038, -0.004384038, -0.051083103, -0.0011845088, 0.0029492232, 0.033601865, -0.030225366, 0.02477644, 0.029413681, -0.023983292, -0.022335129, -0.0027559758, 0.016723078, -0.007990337, -0.005250581, 0.0012790471, -0.001123337, -0.05249515, 0.016288271, -0.005594904, -0.028819341, 0.08611973, -0.0011813227, 0.032718696, -0.021369355, 0.05033977, 0.016717052, -0.009310165, -0.004606423, -0.003919862, 0.049090385, -0.047791872, -0.0028332516, 0.045678668, 0.0070940773, 0.0058164205, -0.019481834, 0.05733653, 0.030904744, 0.039882172, 0.051252715, 0.044072125, 0.036399085, -0.02124145, 0.04200743, 0.024285212, -0.009837541, 0.031212457, 0.043841656, -0.0014625626, -0.011996454, 0.023712188, 0.029697992, 0.025383987, 0.017804012, -0.002706853, 0.024139812, -0.001295962, -0.037784718, -0.014461806, -0.06265106, -0.06774501, 0.023080312, 0.001359451, 0.021410136, 0.02685999, -0.005675424, -0.028300306, 0.022780478, 0.045902964, -0.02745039, -0.018688917, 0.019218957, 0.01321126, 0.008135504, 0.03106277, 0.05285616, -0.060372874, 0.021135788, 0.032719795, -0.0021943073, -0.032637946, 0.0033077965, -0.04398856, 0.054816436, 0.015551545, 0.042012062, -0.003092515, 0.09462724, 0.055833187, -0.045363538, 0.013056244, -0.014802421, -0.054448478, -0.037726793, -0.019026289, -0.04338426, 0.003396962, 0.011149954, -0.024891833, 0.005680695, -0.025703285, 0.037277736, 0.024537196, -0.032619003, 0.00519219, -0.012324268, -0.019947574, -0.04196433, -0.043527458, 0.022392591, 0.05258552, -0.059750035, -0.033469327, -0.034156118, -0.067663446, -0.01273486, 0.031553537, -0.0043941573, 0.005391925, 0.0039261184, 0.01887058, -0.056018554, 0.011030732, 0.033151794, -0.018590672, -0.040555988, -0.017902952, -0.04572941, -0.018453036, 0.012923936, 0.03127919, 0.015367798, 0.009286067, 0.022277663, 0.038198557, 0.024123013, 0.0061719813, 0.018151984, 0.04358492, 0.029427351, -0.031764857, 0.002982358, 0.007918101, 0.0010665677, 0.024641354, 0.034986574, 0.009317581, 0.054568045, -0.030161412, -0.007443961, 0.013290505, 0.034702957, -0.055740505, 0.009225359, 0.06503862, 0.05078373, -0.067322366, 0.026515609, 0.021560285, -0.047673237, 0.031794053, 0.048759498, -0.026177831, 0.026239004, -0.02373096, -0.061431333, -0.006267331, -0.039037816, 0.038718056, 0.06298473, 0.0050568124, -0.032873362, -0.015126122, -0.021474088, -0.0076520387, 0.002923735, -0.024275016, 0.035687268, 0.028986173, -0.03380855, 0.041396637, -0.043255195, 0.01349302, 0.0024589219, -0.028976906, -0.057888582, -0.050010048, 0.013303712, -0.010588401, -0.01903185, 0.0379975, 0.0045267143, 0.014328571, -0.010063227, -0.02690077, 0.008011191, -0.007207992, -0.012689445, -0.04428492, -0.010619798, -0.011367762, 0.03107899, 0.0066093365, -0.02169653, -0.012988238, 0.015464972, -0.069666356, -0.052304454, 0.05138062, -0.01257521, -0.028066743, 0.024446946, 0.049602237, 0.012788617, -0.012698482, 0.011407617, 0.015884051, 0.019258928, 0.016021457, 0.02791474, -0.014853861, -0.07089258, -0.06304404, 0.036312714, -0.027904082, -0.03087161, -0.05810952, -0.039759826, 0.010964339, -0.020931883, 0.012303645, -0.04781412, 0.005086993, -0.025320034, 0.0008378685, 0.007916189, -0.0074833524, -0.02522596, 0.0010797753, 0.03411163, -0.0053258874, 0.02875817, 0.013077213, 0.0022489913, 0.02811123, -0.03146479, 0.044636887, 0.022216491, -0.037413057, -0.020648733, -0.04267105, -0.01135525, -0.022303617, -0.015587691, -0.03302027, -0.078543685, 0.0077897906, -0.011903479, 0.041493956, -0.012406988, 0.0044893115, 0.052987773, 0.023202656, 0.013470775, -0.0026981637, 0.003465592, -0.017137377, -0.02854036, -0.01903741, -0.0032930828, -0.044898264, -0.00160437, -0.039758902, -0.0074194004, 0.020892955, -0.016532147, 0.0057890783, 0.036195897, -0.003598942, 0.0012459414, -0.0015427347, 0.0707554, 0.026833111, 0.013715115, 0.036614113, 0.009613476, 0.075456366, -0.009084942, -0.06099757, 0.07558983, 0.008251708, -0.031691868, -0.002799074, 0.006232574, 0.035550095, 0.03605372, 0.0027153827, -0.0071934815, 0.010322802, -0.008779082, -0.0049892105, 0.0006119499, -0.041478198, 0.024278957, 0.034067143, 0.013198515, 0.02291348, -0.042801272, 0.037785184, 0.00047361816, 0.007967687, -0.008701228, -0.01784236, -0.026467007, 0.024377896, -0.03522014, 0.039507724, 0.043406967, 0.013834099, 0.006286968, 0.046898395, 0.0056370758, -0.02085901, -0.022329306, 0.048965726, -0.0043426775, 0.03303478, -0.03270827, -0.004577691, 0.019652836, -0.030038549, 0.0027575977, -0.0067131435, 0.05551435, -0.025239864, -0.019949427, 0.011206028, 0.01254422, 0.056735937, 0.02094764, 0.01021106, 0.03510799, -0.05293772, -0.05945901, -0.011493002, 0.0146983825, -0.011197223, -0.016818542, -0.02088647, -0.020221457, 0.044595644, 0.035754927, 0.055808272, 0.030225685, 0.060439143, 0.06675328, 0.017622119, 0.018959094, -0.0073290328, -0.03061024, 0.023574207, -0.014507453, -0.041742466, -0.093604006, -0.014503368, 0.0061343284, -0.02542894, 0.044503424, 0.03743993, -0.005624954, 0.021219205, -0.028778443, 0.00029102954, -0.0072590555, 0.025585575, 0.0117440615, -0.06910932, -0.01143357, 0.051017296, -0.0423587, -0.033451714, -0.04471845, -0.004345285, 0.0065527996, -0.013838271, -0.02564999, 0.012929497, 0.019777497, 0.028186306, -0.0015246612, -0.04049945, -0.04297274, 0.01704365, 0.012120362, -0.004911008, -0.02157303, 0.008824498, 0.003411835, 0.012663494, -0.04650101, -0.004371475, -0.04883272, 0.0052706236, -0.011585109, -0.0005904007, 0.033937383, 0.031465255, 0.006214906, -0.022912553, -0.045502335, 0.021672202, -0.03740726, 0.010761606, 0.021862436, 0.012594907, -0.06601922, -0.016369022, 0.0020432314, -0.016602356, 0.01430123, -0.037806965, 0.0019690837, 0.022699147, -0.0039029473, 0.00074518396, 0.0036045029, -0.020972664, -0.016608149, 0.0070412466, -0.001318438, -0.06654753, -0.050903715, 0.0065715676, -0.025429865, -0.052370723, -0.0012037118, 0.030757837, -0.012477661, -0.03651772, 0.06427119, -0.0018750089, -8.897719e-05, 0.023400769, -0.053455364, 0.010078752, -0.015920892, -0.058057617, -0.00249252, -0.040249202, 0.038903076, 0.0137615735, 0.05166609, -0.044321764, -0.031881638, -0.0154027855, -0.016076198, 0.003618348, 0.0023069188, 0.021197192, -0.013954821, -0.017832512, 0.007757699, -0.025877533, -0.07515606, -0.02900749, 0.010015495, 0.0022628938, 0.009070807, 0.025824992, 0.0037938114, -0.006134792, 0.011141033, 0.022459326, 0.016003381, 0.0065324088, 0.026337247, 0.025478294, -0.019399809, -0.014937046, 0.025489995, 0.0209773, -0.003285668, -0.03187654, -0.014512782, 0.047884554, 0.009977176, 0.028863829, 0.026357638, 0.019574981, -0.0028092694, 0.01011096, -0.011774648, 0.039324675, -0.07645179, -0.023535857, 0.047714017, 0.017972002, 0.0051268474, -0.0065379697, -0.011412252, 0.0008749424, -0.052070197, -0.0046615703, -0.06350932, -0.047116432, 0.0077938456, -0.023567835, 0.01287228, 0.021848185, 0.0022930743, -0.015282064, 0.03199008, 0.033066496, 0.016105333, 0.0069643185, -0.020481205, 0.053240567, -0.019197756, -0.012162765, 0.045619346, -0.008371734, 0.00067196315, 0.02942179, -0.02946257, 0.018095966, 0.022847675, -0.010478918, 0.020873493, 0.03228389, -0.047999132, 0.0017517384, -0.045881648, -0.013152404, 0.016943667, -0.019530494, 0.041595444, 0.025042908, -0.004061438, -0.0344161, -0.029811991, -0.020904312, -0.0044895248, 0.052794866, -0.005517049, -0.005611819, -0.032908585, -0.0035155257, 0.031531293, -0.031075284, -0.04523621, 0.06481374, -0.016346894, 0.05854699, 0.059427496, -0.0419787, 0.053593926, 0.02040729, -0.019570347, -0.012540919, 0.004553622, -0.019506859, -0.059117462, 0.010445551, 0.0032708384, 0.03340352, 0.0754128, 0.035221066, 0.015611789, -0.058850534, -0.013822977, -0.026150953, -0.028759558, -0.04505026, -0.015157635, -0.01130381, 0.0067430343, -0.0106976535, -0.021575116, -0.03969495, 0.06693958, -0.023654507, -0.007480572, 0.005422511, -0.014506294, -0.023232084, 0.024136249, 0.0053821933, 0.05984087, 0.008922744, 0.048726134, -0.030048918, -0.015580972, -0.053983204, 0.0046046856, -0.002737207, 0.017157767, -0.014037542, 0.008813839, -0.02520001, 0.011620793, 0.018582098, 0.05145106, -0.022645159, 0.014530509, 0.003935387, -0.03917221, -0.019345125, 0.03616517, -0.032235693, 0.036951747, 0.005119896, -0.0048158905, 0.022120101, -0.027265484, 0.097181626, 0.02271699, 0.022361573, 0.025761444, -0.011591133, 0.024678193, 0.037996966, -0.030765718, -0.014889777, 0.015532081, -0.0296827, 0.0072358847, 0.0064693834, -0.022800868, 0.011770015, 0.01197392, 0.04851296, 0.0014199276, -0.031144796, -0.036798555, 0.050965395, -0.0012225094, -0.013061574, -0.012105995, 0.0063773934, 0.0041318783, 0.006082888, 0.002912149, -0.0072961296, -0.0034020161, -0.0749225, -0.020551877, 0.017889861, 0.032591604, 0.0021705567, 0.049660858, -0.00812473, -0.033441175, -0.037890844, -0.0024654095, 0.0149036795, 0.033457045, 0.015363394, 0.023323147, 0.03826251, 0.028369356, 0.010030556, 0.009446411, -0.055182874, 0.039747316, 0.046526726, 0.0033950359, -0.013347505, 0.021943536, 0.007258476, -0.003625357, -0.008318441, -0.008033899, -0.009284213, 0.026401663, 0.03161795, -0.051347256, 0.015836086, 0.014646016], [-0.025774334, -0.08924595, -0.030474711, -0.035257194, 0.013858466, 0.010619855, -0.023457224, -0.0017352619, 0.043093283, 0.024049822, 0.008819024, 0.0017540464, -0.04957216, -0.021741988, -0.033641964, 0.00571852, 0.042928826, -0.0403817, 0.04171891, 0.045878585, -2.6463687e-05, 0.041774824, -0.029667715, 0.009336956, 0.0037708394, 0.010094952, -0.006781261, 0.015267658, 0.008503823, 0.03912467, 0.021675652, -0.038495984, 0.012509763, 0.025462322, 0.026467469, -0.012184757, 0.013312004, -0.010290594, -0.039900154, -0.057200376, -0.027873823, 0.0043253954, -0.012003172, 0.031936947, -0.0143371755, 0.060176536, 0.018879479, 0.025886213, -0.02841066, -0.03513102, 0.029590186, -0.0261896, -0.05339616, 0.005248789, 0.009173449, 0.011274359, 0.009881707, 0.024033755, 0.027263269, 0.008695212, -0.019692292, -0.0084336465, -0.052700546, 0.023340972, 0.02284289, 0.027616749, -0.017628124, -0.007172959, -0.011993722, -0.04511303, -0.035325244, 0.042376872, 0.0284031, -0.038086448, 0.023050819, 0.02877359, -0.07999217, -0.0005302189, 0.009772662, -0.015203389, 0.020616159, 0.009416347, -0.0034157059, -0.014598505, -0.024841843, 0.03149746, -0.016154192, 0.008584868, 0.056486744, 0.020119019, -0.013735127, 0.009317108, 0.061494272, 0.016097484, -0.0024513765, 0.009014666, -0.0068753315, 0.025400652, 0.017320484, 0.02353189, 0.056280937, -0.041408114, -0.008439082, -0.041471317, 0.016288873, 0.014060548, 0.01714847, -0.011549037, 0.0068566944, -0.0049950215, 0.01904851, -0.0073479265, 0.028855817, -0.051281903, 0.0046292553, 0.009624276, 0.0556607, -0.023864577, -0.007606184, 0.011491621, 0.016571939, 0.019051965, -0.009659246, 0.03636678, -0.019453174, -0.01882856, -0.00032418018, 0.0016199558, -0.064696155, 0.0035414086, 0.01683185, 0.0133584915, 0.011656783, -0.019523585, -0.016521847, 0.031063171, -0.012036017, 0.0734443, -0.028151693, 0.023922466, -0.024822466, -0.00044781523, 0.032352805, 0.00267047, 0.00989931, -0.024855902, -0.013955816, -0.07862173, -0.008920271, -0.014517105, -0.012496532, -0.0064306767, 0.015307354, -0.011703567, 0.01269501, -0.043358862, 0.00898714, 0.012698435, -0.049596734, 0.030794282, -0.0018226865, 0.018766062, 0.01892012, 0.037396826, -0.011151609, -0.07683543, 0.044379603, -0.0072099376, -0.014269362, -0.030770183, 0.086339675, -0.0015131559, -0.012832999, 0.009502354, -0.046801977, -2.3628294e-05, -0.005442541, -0.046661153, 0.048116654, 0.011809421, 0.009465494, 0.010768418, -0.009474946, -0.0053494456, -0.018801741, 0.039439403, -0.022904914, -0.013252637, 0.027399605, 0.012417849, 0.020796679, -0.017613474, 0.031231876, 0.0014300434, -0.03240207, 0.033703957, -0.01826089, 0.010249482, 0.008883766, 0.047604397, 0.009104926, -0.0226463, 0.02180608, -0.012875884, -0.029759364, -0.025446253, 0.030826416, 0.02020219, 0.047311403, -0.0290439, 0.0050687413, 0.048765488, 0.044182546, 0.045965537, 0.047088355, 0.05451142, 0.0205474, -0.042028118, 0.07182576, 0.033601325, -0.027149854, 0.0018137078, 0.024681568, -0.034292452, -0.056855343, 0.049560346, -0.005330543, 0.040368468, 0.045415472, 0.02105848, 0.08554576, -0.007074311, -0.027745169, -0.043815363, -0.01149292, -0.018850416, -0.025607398, 0.0529425, -0.015347049, 0.048125163, -0.022510853, 0.034538895, 0.028664902, -0.023809759, 0.016314391, 0.010738114, -0.025236966, 0.028388923, -0.0020247085, 0.0017768476, 0.036773186, -0.017824003, -0.052304536, -0.010889926, -0.03295308, 0.0062260553, 0.012634757, -0.008286915, 0.018250495, 0.017909301, 0.055281702, -0.03892903, -0.009152035, -0.044394728, 0.012687448, 0.00059165247, 0.04900319, -0.034123037, 0.009268907, -0.0564754, -0.036735382, -0.060358003, 0.03759356, -0.012750773, -0.031809356, 0.0201228, 0.029885154, 0.0025367336, 0.040000338, 0.034119256, -0.027479706, -0.024064472, -0.008560059, -0.016863985, 0.021831892, 0.0016804442, 0.034552656, -0.06669416, -0.004668951, -0.046514656, -0.023373108, 0.008246275, -0.0060067847, 0.022275811, 0.051624984, -0.0120143965, 0.033382054, 0.014515333, -0.07796959, -0.030519987, 0.0026867732, 0.015609323, 0.003574252, 0.014716646, 0.0072552594, -0.042762484, -0.04752193, 0.033643853, 0.019058581, 0.024225617, -0.059324026, -0.051491603, -0.024516126, 0.020923326, 0.012541426, -0.027617695, 0.059870314, 0.06165, -0.027608242, -0.021910043, -0.04854102, 0.0044865403, 0.010208368, -0.039595347, -0.00097336754, 0.049971003, 0.018429833, 0.0131533975, -0.052608393, -0.0036039054, 0.041567367, 0.026687685, -0.0017494388, -0.020224402, 0.033174597, 0.01629218, -0.030835869, 0.012963426, 0.030629594, 0.019300535, 0.022917792, -0.058995124, -0.010233887, -0.015613576, 0.060306963, -0.06503357, 0.027773641, -0.048821725, 0.026853085, -0.008962566, 0.040979024, -0.02284147, 0.019534929, 0.033262968, 0.0049444567, -0.0115258815, -0.012627433, -0.030934162, -0.050898176, 0.008826112, -0.0085345395, -0.028367184, -0.041977733, 0.0702989, 0.026025148, -0.016852643, 0.06226162, 0.0061291796, -0.00046878532, 0.0006677356, 0.046143223, 0.0057775904, -0.0295675, 0.04208955, 0.01824388, 0.08342489, -0.030825472, -0.008126715, 0.037263237, 0.004848585, 0.029866163, -0.060460076, 0.03129851, 0.017743904, 0.042364586, 0.05650754, 0.046956036, 0.00967496, -0.049411483, 0.0037027309, -0.0059763193, 0.028380414, 0.025386238, 0.043319166, 0.03163923, -0.006084758, 0.036136165, 0.02739996, -0.006634825, 0.01254875, -0.022003848, 0.040869385, -0.028694673, -0.003789978, -0.028827462, -0.026067331, -0.024059273, -0.002857606, 0.013159069, 0.017155558, 0.019066142, 0.0055498136, -0.0070724203, 0.022642521, 0.047067564, -0.018694704, -0.008947562, -0.009378365, 0.03335748, 0.009916322, -0.0010941082, 0.0155984545, -0.05577317, 0.022649137, 0.014124993, -0.038281616, -0.005917234, -0.04613566, -0.053011138, 0.03335429, 0.005440415, 0.029578842, 0.0026111626, 0.06624428, 0.04598816, -0.038134176, 0.0070516276, -0.023031207, -0.055910215, -0.03354745, -0.04065295, -0.08467435, 0.008661187, 0.013590876, -0.0072189164, -0.006838973, 0.0015735853, 0.027839076, 0.014197296, -0.044128202, 0.008249346, -0.016858196, -0.0145918885, 0.0124114705, -0.045468397, 0.047685914, 0.04527252, -0.031679872, -0.009542995, -0.02647125, -0.050166883, -0.015878037, 0.014421765, -0.032020826, -0.012064134, 0.0008612513, 0.06069636, -0.053210914, 0.03829083, 0.05430349, -0.0033684494, -0.014270662, -0.018860104, -0.05021296, 0.0138131, -0.028231852, 0.029794332, -0.0007901301, 0.006107205, 0.020867564, 0.009910533, 0.020768324, 0.044430643, 0.028700817, 0.05843088, 0.004975173, -0.041234206, 0.021293819, -0.061560214, -0.034838974, 0.020106733, 0.010100918, -0.0051037115, 0.07698476, -0.017135238, -0.044717964, 0.017539281, 0.03487678, -0.03920312, 0.027799161, 0.031410743, 0.038563266, -0.06204979, 0.029649729, 0.023256384, -0.06976963, 0.0431533, 0.02849194, 0.009540159, 0.008812408, -0.0018161297, -0.048015527, 0.046288773, -0.030773489, 0.04132872, 0.015383909, 0.023888204, -0.026262375, -0.011354222, -0.015071071, -0.016469393, 0.006157061, 0.0058253193, 0.031239439, -0.031973805, -0.023729894, 0.024286224, -0.016640462, 0.01538769, 0.008595973, -0.045487303, -0.04108866, -0.036253363, 0.007642335, -0.0048984997, -0.022640422, 0.019818882, 0.021239473, 0.0049264994, 0.005035662, -0.035886653, 0.033161838, 0.008544464, 0.0051656174, -0.009590016, -0.010460245, 0.011801624, 0.030976161, 0.012222207, -0.0004002633, 0.0049988017, -0.02209718, -0.0951483, -0.057305228, 0.03501524, -0.0034308282, -0.04216233, 0.023565087, 0.032383993, -0.0005963781, -0.047937553, 0.024705507, 0.030020691, 0.023569342, -0.028904492, 0.008410963, -0.009341682, -0.062342778, -0.06930663, 0.024174578, -0.022777734, -0.06418012, -0.07013633, -0.004422744, 0.0021640859, -0.05675327, 0.02559393, -0.008861437, -0.0148310065, -0.0031397275, 0.009118631, -0.020562287, -0.021423303, 0.011301412, 0.039682303, 0.030448364, -0.008867227, -0.021321226, 0.04074262, -0.0026882354, 0.04298648, 0.006784156, 0.029490503, -0.013217195, -0.015186377, -0.014387976, -0.0397194, 0.023854122, 0.000925284, -0.04942283, -0.024851292, -0.05434508, -0.0048097754, -0.022947798, 0.023911739, -0.009631011, -0.0064668274, 0.03455969, -0.021342019, 0.030505072, -0.0055172956, 0.024346592, -0.03375727, -0.025520919, -0.01444114, 0.029285854, -0.020418625, -0.015491654, -0.044973623, -0.011896373, 0.027193332, 0.03526381, 0.0008402221, 0.04577084, -0.004286881, 0.03078845, -0.00889558, 0.08381806, 0.04733999, -0.0011280148, 0.04245774, -0.009970195, 0.03265241, -0.0035085652, -0.07851398, 0.07005931, -0.022060322, -0.03887516, -0.0014427435, 0.00071262935, 0.010294375, 0.038771283, -0.0011117111, -0.003387352, 0.044321008, 0.025784139, -0.003488481, 0.011289953, -0.025117112, 0.011136487, 0.036826115, 0.0063229315, -0.011645913, -0.04951734, 0.032782838, -0.002260755, -0.0023881115, -0.0049430393, -0.0044738995, -0.04022197, 0.044496562, -0.046211272, 0.045860626, 0.0041184113, 0.014543687, -0.027790477, 0.0073172096, -0.034342308, -0.015080522, -0.045416415, 0.05571646, 0.010229633, 0.030617543, -0.020323168, -0.008928424, 0.0063512856, -0.046606336, 0.001235051, 0.00070195226, 0.029913891, -0.0031189348, -0.028412668, 0.029869942, -0.0010651044, 0.027282173, 0.011603855, 0.012104775, 0.04710064, -0.028627567, -0.009734857, -0.0036679383, 0.019600142, 0.017514236, -0.0017501477, -0.019527366, -0.011104825, 0.047819883, 0.0331401, 0.025529426, 0.04768237, 0.054252453, 0.05290316, -0.0034610725, 0.026785271, 0.05238487, -0.0032797253, 0.0117527135, -0.00040380753, -0.07218349, -0.037412565, -0.004262544, 0.036953706, -0.004973874, 0.040841978, 0.05827068, 0.002649204, 0.016167896, -0.050068118, -0.039829034, -0.016362593, -0.01098432, 0.014361749, -0.038062107, -0.04480208, 0.027439063, -0.025246551, -0.07272789, -0.034972474, -0.023527164, -0.03047861, -0.034666017, -0.032402895, -0.017381836, 0.026219372, -0.0041992203, -0.0038069908, -0.018703448, -0.030928018, 0.008761844, 0.004378795, 0.013587213, -0.033830047, 0.017152252, -0.031014498, 0.020608125, -0.07864063, -0.003995781, -0.006395234, -0.032300822, -0.009642234, -0.01687391, 0.05046909, 0.0080563035, 0.0035522776, -0.011138976, -0.00764139, 0.022297548, -0.009973975, 0.0409828, 0.011197049, 0.006227709, -0.034057822, -0.008548953, 0.0030652985, -0.025202412, 0.030441748, -0.0019895022, 0.032767717, -0.0033174125, -0.012101467, 0.0067680883, 0.016608328, -0.034522828, -0.009457342, -0.010399048, -0.008654808, -0.06343913, -0.021390222, 0.028529512, -0.05715779, -0.07142172, -0.01062966, 0.023874026, -0.050363943, -0.053216115, 0.053668357, -0.012596126, 0.005741675, -0.0071324366, -0.044873912, 0.008671584, -0.0018856559, -0.04068225, 0.025556363, -0.013917064, 0.06049505, 0.004834349, 0.03309284, -0.023602303, -0.009214089, -0.0067288657, -0.009712174, 0.03192844, 0.0036392296, -0.00349746, 0.007709676, 0.01671111, 0.008310307, -0.061800275, -0.03162789, -0.011407267, -0.017159339, 0.008070362, 0.021138227, 0.020652074, 0.032259237, 0.006549763, -0.014262275, 0.017972626, -0.025949538, 0.013594125, -0.011351504, 0.0091153225, 0.029942717, 0.005136791, 0.0050628935, 0.033093788, 0.007494422, -0.012904828, -0.0033557494, 0.015502405, 0.023214327, -0.0074788276, 0.03175312, 0.035393294, -0.03378468, -0.017232586, 0.021684157, 0.024273818, -0.058433715, -0.0011681828, 0.066204585, -0.0046798196, -0.01994795, 0.02463864, 0.0038336907, 0.020094447, -0.07012405, -0.031049468, -0.053590856, -0.041918483, -0.0010453158, 0.03313868, -0.018057687, -0.011034413, -0.016632428, -0.00081895664, 0.055699565, 0.03479408, 0.03312498, 0.014926937, 0.0052178064, 0.041262563, -0.027826568, 0.009647905, 0.042409953, 0.019690402, 0.02797968, 0.018035004, -0.022393951, 0.0012286713, 0.016528226, -0.02195163, 0.04549108, -0.0033533273, -0.07643848, -0.0038008473, -0.01037991, 0.03379224, -0.012190308, -0.029519299, -0.0023647195, 0.044394728, -0.0053598424, -0.01680137, -0.006306155, -0.030260637, -0.010059037, 0.019994026, 0.022118445, 0.0070123016, -0.0045385226, -0.013353707, 0.02095168, -0.00656583, -0.042876843, 0.04339549, -0.0144380685, 0.064548716, 0.0273592, -0.010492026, 0.08726591, 0.011919174, -0.039964657, -0.043955244, -0.039887868, -0.025819581, -0.03346487, -0.0037188274, -0.021800881, 0.01295114, 0.06182107, 0.040362794, 0.027997637, -0.053133577, 0.006008173, -0.04133746, -0.02342946, -0.05029991, -0.043502524, 0.0024816797, 0.023087678, 0.07025164, -0.009750452, -0.017328046, 0.07586005, 0.006200537, -0.02238639, -0.02691168, -0.00060157635, -0.046709828, 0.023055485, -0.0075780666, 0.049563654, 0.003666166, 0.04503175, -0.0009659837, 0.016084488, -0.025647096, 0.04728683, 0.020931596, 0.0001635078, -0.023215272, 0.023520991, -0.0142752705, -0.030763328, 0.007958954, 0.03596698, -0.047712144, 0.056553613, -0.000760831, -0.032482762, -0.0381871, 0.05634497, -0.027433394, 0.058206882, 0.019532092, 0.009508026, 0.0424298, -0.03131375, 0.08587845, 0.0142190335, 0.01521355, 0.022154832, -0.0030296198, 0.007959426, 0.018050125, -0.029830247, -0.011832576, 0.02522273, -0.032748815, -0.005706469, 0.026603568, -0.026195273, -8.057248e-05, -0.017737288, 0.035642806, -0.050625272, -0.05324494, -0.050262105, 0.042478, -0.01838612, -0.031026784, -0.020581188, -0.012165855, -0.031577796, -0.02351913, 0.016766755, -0.043173615, -0.015997713, -0.05036276, 0.017795885, 0.009313683, 0.04339289, -0.012680832, 0.008802485, 0.034062546, -0.011276131, -0.01972679, -0.004034413, 0.012316012, 0.05785246, 0.0042819194, 0.02809546, 0.02221154, 0.0066531957, 0.0197998, -0.0015963275, -0.030014548, 0.049415737, 0.04526989, 0.017475013, -0.026202124, -0.0058021634, 0.022866517, -0.048008915, 0.0337223, -0.0019915109, -0.013094534, 0.04025363, 0.024216166, -0.031465326, 0.020840155, 0.03557098], [-0.02516553, -0.09508344, -0.024004467, -0.036780905, 0.040691793, 0.026115047, -0.03906533, -0.0018565835, 0.011024442, 0.037194785, 0.007191747, 0.030050512, -0.042137295, 0.002266551, -0.049009558, -0.013740057, 0.031654637, -0.020926218, 0.044980817, 0.03507848, -0.010150049, 0.010629555, -0.031016784, 0.018005062, -0.014769236, -0.003543371, 0.025180053, 0.038819574, -0.0005768311, -0.00048173984, 0.0028440803, -0.02653744, 0.013207211, 0.007696108, 0.032802433, -0.0006920298, 0.032420952, -0.018635092, -0.04108054, -0.051950827, -0.052249085, 0.023244716, -0.031990875, 0.031487074, 0.0018632859, 0.047819868, -0.0026720501, 0.043186232, -0.0014453591, -0.04200213, 0.04339177, -0.020384436, -0.042940475, 0.0011134474, 0.010324034, 0.020091763, 0.012840809, 0.022311395, 0.0001262298, 0.003572415, 0.008002746, -0.0034519103, -0.045526512, -0.0051117484, 0.0174711, 0.0063584074, 0.0048570544, -0.0070403833, -0.015726222, -0.045604706, -0.017024267, 0.02376639, 0.04418043, -0.016326651, 0.02934843, 0.0052318345, -0.103658125, -0.020259324, -0.004429074, 0.0017370561, -0.0048726937, 0.00871991, -0.008608202, -0.057397973, -0.045500815, 0.0051575485, -0.006988788, 0.0043700086, 0.029099321, 0.019647164, -0.038597275, -0.023380859, 0.03988024, 0.0072735734, -0.01767692, 0.0009964335, 0.027901534, 0.02056317, 0.0008182595, 0.04638917, 0.033245355, -0.008425001, 0.011865601, -0.025722953, 0.0029312123, -0.006474723, 0.01784504, 0.0085456455, 0.004776066, 0.030213606, 0.008677182, -0.0063352105, 0.00073308236, -0.05870412, -0.0040382366, -0.025386712, 0.025040418, 0.009761585, -0.019203685, 0.0077212425, -0.0010846825, 0.030304087, 0.0047721565, 0.03892346, -0.019631946, -0.018914362, -0.0012600638, -0.005779621, -0.054348074, -0.02196189, 0.03034172, 0.012952238, 0.04727027, -0.015774537, -0.04125592, 0.023600504, -0.012694228, 0.03439371, 0.004821308, 0.04164913, -0.054775916, -0.0032540478, 0.0005609651, 0.010624179, 0.018679777, -0.0132968575, 0.0038731883, -0.038854204, 0.00795541, -0.024544558, -0.009477288, -0.010453125, -0.030314421, -0.023851845, 0.012593935, -0.019201731, 0.0058155074, 0.0138461795, -0.056564353, 0.00020690376, -0.028367076, 0.0065795886, 0.02992149, 0.022552127, -0.018303879, -0.057453547, 0.012261047, 0.019147832, 0.002412609, -0.0017253269, 0.09412945, 0.0066957646, -0.0077134226, 0.023758013, -0.060784675, 0.003653962, 0.008241801, -0.02326985, 0.055288095, 0.009195785, -0.00806977, 0.013896726, -0.0040650466, 0.013017309, -0.013480896, 0.035286255, -0.033853043, 0.012098093, 0.026402134, -0.0120990705, 0.0053597395, -0.031716075, 0.021344008, -0.009872176, -0.009050565, 0.025368838, -0.036066536, 0.013561326, 0.00023235219, 0.046314046, 0.013124548, -0.0076357857, 0.02972265, -0.028150363, -0.021684997, -0.045286335, 0.032328792, 0.0035958735, 0.03676443, -0.0013597631, -0.019494126, 0.05945982, 0.03986404, 0.04392574, 0.028534636, 0.05492979, 0.050482985, -0.030929651, 0.04295388, 0.029132832, -0.0076557533, 0.0019520937, 0.046532996, -0.036760796, -0.047298197, 0.03951328, -0.020603664, -0.009220361, 0.028310105, -0.015904397, 0.06707829, -0.03291805, -0.029776828, -0.06026288, 0.0038695578, -0.036048103, -0.058166247, 0.045080796, -0.04749033, 0.028084453, -0.018809358, 0.032632638, 0.017980764, -0.0033012445, -0.01956897, -0.0051698363, -0.0068222736, 0.009251639, -0.05907275, -0.0016152946, 0.066663854, 0.012701176, -0.019180227, 0.028483251, 0.0120421, 0.003916475, 0.021084288, -0.011779586, 0.017056663, 0.030962326, 0.012046567, -0.028905507, 0.015510347, -0.043839723, 0.022227056, 0.010976408, 0.035961527, -0.0031132959, -0.019597456, -0.0607601, -0.032603037, -0.056568824, 0.028492188, 0.018957928, -0.028850771, 0.022549335, 0.0018029637, 0.013646224, 0.046231385, 0.03130946, -0.06545853, -0.009694002, 0.0038219772, -0.04235799, 0.0062534017, 0.023199474, 0.022945896, -0.033226922, -0.013505472, -0.013356342, -0.00036696007, -0.012597427, 0.008259674, 0.033688836, 0.04408101, -0.0043457123, 0.046957485, -0.016424395, -0.077650316, -0.0025324156, -0.0032708042, -0.0024922008, -0.00028317922, 0.023295542, -0.0125157405, -0.023686798, -0.03151947, 0.027269548, 0.010290521, 0.003078108, -0.03865717, -0.0446954, -0.054648567, 0.019051572, 0.0074531436, -0.022465274, 0.048776437, 0.05617673, -0.040057294, -0.031239782, -0.014661926, -0.009303024, -0.003960041, -0.077820115, 0.050374627, 0.05894373, 0.02578886, -0.008948422, -0.054459777, -0.023173781, 0.058575094, 0.056586698, -0.004406872, -0.012910627, 0.0054851314, -0.0068733804, -0.031570856, 0.0016957243, 0.01079963, 0.02945455, -0.013975482, -0.069456555, -0.018999262, -0.020680463, 0.0440084, -0.06597015, 0.027274573, -0.05382975, 0.023611117, 0.0077918973, 0.048039377, -0.030237066, 0.008113197, 0.0026219212, 0.011720382, 0.01366015, 0.0035386235, -0.015596642, -0.022361664, -0.0011371853, -0.026968492, -0.020273846, -0.026688108, 0.04275839, 0.015625685, 0.0049620597, 0.047419954, -0.020203471, 0.018829465, -0.023060957, 0.05152745, -0.00051385583, 0.0011614817, -0.0053251106, -0.0020598916, 0.077949695, -0.05616039, -0.0147373285, 0.033326343, 0.0003999139, 0.027220255, -0.029795539, 0.056782182, 0.026430063, 0.0042087305, 0.06255636, 0.056307428, -0.015595804, -0.035156675, 0.02870555, -0.015368757, 0.029468514, 0.043054413, 0.040840365, 0.027368408, -0.010349726, 0.03236845, 0.00037533816, 0.034292337, 0.01595634, -0.024437197, 0.028478784, 0.013917812, -0.005835057, -0.031655755, -0.045360066, -0.0045681503, -0.022553802, -0.007658686, -0.0045794607, 0.039883032, 0.010703456, 0.0158875, 0.040890496, 0.052630004, -0.019589078, -0.015753869, 0.025380008, 0.030643681, 0.025445918, 0.02872789, 0.03369414, -0.057350777, 0.029623229, 0.024554487, -0.037882347, 0.006978385, -0.054916702, -0.047518257, 0.02390393, 0.03209812, 0.021034159, 0.018930001, 0.072266005, 0.04728479, -0.013790048, 0.013504354, -0.0027077969, -0.099366315, -0.022273414, -0.057153195, -0.047864277, -0.012586676, 0.044346385, -0.025496185, -0.010473163, -0.0129544735, 0.012227534, 0.03599972, -0.04363753, 0.04473394, -0.02843857, 0.010484893, -0.006909266, -0.03635195, 0.02469971, 0.06513346, -0.038988393, -0.025171116, -0.030645914, -0.05714188, -0.0019600526, -0.0078064194, -0.034475256, 0.016096463, -0.018081127, 0.039236244, -0.040048357, 0.011465687, 0.024290022, 0.021255758, -0.023376532, -0.036888145, -0.05207929, -0.022500183, -0.011914194, 0.06304788, 0.015326309, -0.00484742, 0.005802661, 0.023551911, 0.031029072, 0.04423126, 0.023566155, 0.038917877, 0.0055845515, -0.021307142, 0.02341088, -0.061467208, -0.00049263134, -0.0064042076, 0.010880898, -0.006932585, 0.053767193, -0.004925755, -0.032430448, 0.0064835204, 0.01022793, -0.037381895, 0.007663713, 0.03146697, 0.025726303, -0.059772603, -0.004719235, -0.0036640156, -0.080679834, 0.043161657, 0.03346542, -0.003414907, -0.0127268685, -0.0031250254, -0.039561734, 0.0077550337, -0.009385688, 0.037233323, 0.02671073, 0.02695308, -0.029035369, -0.0034385403, -0.031448256, -0.03250166, 0.0012410735, 0.008674109, 0.01310465, -0.023293167, -0.030738631, 0.00692323, -0.018483171, -0.005842736, 0.017602354, -0.019624265, 0.011174688, -0.047188718, 0.005625604, -0.029036205, -0.030084023, 0.015816147, 0.013877459, -0.015318489, 0.036679253, -0.037462883, 0.026061427, 0.026943918, -0.0056135952, -0.026917107, -0.0059718983, 0.005721079, 0.014341046, 0.014663882, -0.008161371, -0.014809102, -0.014792345, -0.092735335, -0.042569045, 0.0579406, -0.020974254, -0.014873892, 0.03000946, 0.04024608, 0.016828498, -0.03924071, 0.030028172, 0.03271586, -0.0103698345, -0.026862372, 0.008948632, 0.0073431116, -0.07027314, -0.041184425, 0.050991252, -0.017043607, -0.05660569, -0.056215826, -0.010816386, 0.018670281, -0.05107168, 0.013851207, -0.014093055, -0.043686684, -0.01492053, 0.003974563, -0.025753114, -0.02028781, -0.002391105, 0.022386242, 0.018026844, -0.009337654, -0.027855454, 0.070585914, -0.012004399, 0.026598183, 0.0037743268, 0.034613777, 0.011981778, -0.0058040572, -0.010700489, -0.039286513, 0.04634644, -0.0013929962, 8.531682e-05, -0.019117111, -0.05151181, -0.018340183, -0.003767345, 0.00220958, -0.004662683, 0.004438709, 0.0332811, -0.0133189205, 0.020216735, -0.00905615, 0.024943233, -0.03435936, -0.011799135, -0.0007110201, 0.024358721, -0.03145021, -0.02128536, -0.06725256, -0.025939666, 0.017993892, 0.01421705, -0.011118835, 0.04374924, -0.0496664, 0.017122569, 0.020988217, 0.058429874, 0.010986461, -0.017081797, 0.064142615, 0.007927343, 0.03346095, -0.006479052, -0.06568865, 0.091926575, -0.017243214, -0.038204063, -0.023400549, 0.012390348, -0.0028370987, 0.031044712, -0.01049746, -0.02151492, 0.037870336, 0.006676774, 0.02952437, -0.021557368, -0.005329578, 0.037645523, 0.039039638, -0.011635483, 0.005076002, -0.048726935, 0.039389282, -0.008827857, -0.0008199352, -0.036211196, 0.0114383185, -0.039120067, 0.08852814, -0.039178073, 0.023816101, 0.012004118, 0.05796294, -0.0029669588, 0.023391051, -0.03059055, -0.014268436, -0.024756402, 0.051319677, 0.005609965, 0.032305893, -0.03981154, -0.00037198694, -0.0037969477, -0.055216532, -0.020592773, 0.008920983, 0.043505717, -0.013365279, 0.00799744, 0.013602378, 0.005493789, 0.02343378, 0.033918954, -0.021956166, 0.06714532, -0.035049435, -0.023461428, -0.016809892, 0.023968022, 0.051868163, -0.021776317, -0.026150793, -0.0048067863, 0.04289579, 0.052091576, 0.0033914486, 0.024539968, 0.06294287, 0.042424943, -0.0047866786, 0.009582294, 0.03229472, -0.019555146, 0.017635867, 0.0075034117, -0.05582038, -0.047306016, 0.0073816506, 0.028452532, -0.027566131, 0.055599198, 0.048838504, 0.017022032, 0.037715863, -0.061344888, -0.010618942, -0.017090732, 0.004333145, -7.7916186e-05, -0.05273082, -0.030423615, 0.036908254, -0.009924679, -0.050862793, -0.027922617, -0.003545605, -0.021293739, -0.021165274, -0.021082051, -0.03258181, 0.0086900275, -0.011214345, 0.023668645, -0.042064685, -0.040027134, 0.010425408, 0.015715051, -0.015522914, -0.042572398, 0.045738753, -0.015353677, 0.006658901, -0.057878036, -0.022232363, -0.0060121133, -0.0042527155, -0.00754251, -0.012916772, 0.038848616, 0.037176352, 0.013952304, -0.009910545, -0.0013879692, 0.032658886, -0.03354857, 0.025098504, -0.004773134, 0.024448367, -0.041394994, 0.013570263, -0.031796504, -0.008579158, 0.018458595, -0.011856107, 0.02178302, 0.0005339632, -0.008653444, -0.0018867446, 0.021648968, -0.021845575, 0.0032596332, 0.0023020182, 0.013665213, -0.060006633, -0.029074186, 0.024784606, -0.056917354, -0.07238958, 0.0068264627, 0.03291135, -0.038395084, -0.038691107, 0.025591137, -0.029429976, -0.012529145, -0.0028563682, -0.0625653, -0.00065460766, 0.0017020601, -0.03443504, 0.04103809, -0.021438958, 0.030643681, 0.009838663, 0.018958766, -0.06492457, -0.0043809, 0.0005764122, -0.011055161, 0.053813275, -0.0074129286, -0.0073805335, 0.024687422, 0.0073129507, 0.011829401, -0.034287866, -0.063000955, 0.0009841456, 0.005436818, -0.010678147, 0.022556351, 0.03292922, 0.020360978, -0.004520814, 0.007922665, 0.029019449, -0.04343834, 0.023813868, 0.015426845, 0.0016510412, 0.01946173, -0.0017479477, -0.011851639, 0.01807432, -0.008096022, -0.0047325003, 0.031602133, 0.039977983, 0.0357208, -0.017980486, 0.04360737, -0.0030630275, 0.009771081, -0.023164844, 0.006495808, 0.014616964, -0.041303396, -0.018835051, 0.06852602, 0.015242527, 0.035402432, 0.021729259, 0.003885197, 0.028802736, -0.055823732, -0.017247124, -0.07248495, -0.04832926, -0.0057711033, -0.019173525, -0.034691133, 0.0016700315, -0.010726182, -0.0049313405, 0.057500467, 0.022220913, 0.005146692, -0.0015577651, 0.008676065, 0.049747944, -0.06997488, 0.001411777, 0.06067744, -0.006203692, 0.030011414, 0.03322022, -0.02516609, 0.01565878, 0.029720973, -0.043635856, 0.016334891, -0.0024185434, -0.050531574, -0.005164251, 0.00682758, 0.040230446, -0.008136795, -0.035526987, 0.015407297, 0.038977083, -0.0067449166, -0.0375785, -0.010433787, -0.0031613305, -0.006025518, 0.06487318, 0.0127282655, 0.025593512, -0.012788308, 0.0074375044, 0.034803677, -0.009007557, -0.04490206, 0.030727461, 0.0039055836, 0.06920968, 0.045800194, -0.044946745, 0.051303618, 0.0075101145, -0.03924071, -0.038738027, -0.03761592, -0.00062975264, -0.012882701, 0.0052452395, -0.05802801, 0.008898642, 0.050352704, 0.04556784, -0.0022179582, -0.04929277, -0.007017483, -0.0019548864, -0.005811039, -0.04158769, -0.05316397, 0.008651768, 0.0056747557, 0.030570094, 0.007878192, 0.009112981, 0.0740254, -0.012725752, -0.0003035659, 0.0049076024, -0.015498338, -0.06916053, 0.040991172, -0.0025117495, 0.07282231, 0.009707406, 0.039466362, -0.0066387937, 0.02199275, -0.01819664, 0.03556329, 0.05202008, 0.007272177, -0.03323209, 0.01541009, -0.03608636, 0.0031501597, 0.029543988, 0.023911051, -0.042495873, 0.059076242, -0.016131721, -0.030751478, -0.0067708883, 0.045535512, -0.046954136, 0.052290138, -0.0027346066, -0.010164292, 0.032629848, -0.03321781, 0.103861436, 0.008608377, 9.3276e-05, 0.011881241, -0.017590905, 0.008511575, -0.012784956, -0.017641451, 0.016749186, 0.006080534, -0.015047039, -0.011511488, 0.018410001, 0.0017783879, 0.009046096, 0.0077056033, 0.05360633, -0.069685556, -0.041754693, -0.061774407, 0.038122516, -0.048064895, -0.031510532, -0.032629848, 0.026781943, -0.034931023, -0.0013378403, -0.0050975056, -0.040627006, 0.033364885, -0.0724883, 0.029152382, -0.022363897, 0.010992204, -0.0069035413, 0.028994314, 0.032957114, -0.0057803197, -0.017701495, 0.014240509, -0.0017270023, 0.03776652, 0.014433763, 0.043936346, 0.034001615, 0.0021146284, 0.017250476, 0.0035031564, -0.032809693, 0.03408093, 0.05899679, 0.0048402986, -0.018137993, -0.019816961, 0.03693953, -0.0031959598, 0.0086796945, -0.016546018, -0.0032462282, 0.046407882, 0.03702834, -0.05414379, 0.006415378, 0.005093875], [-0.019728726, -0.08213312, -0.032321442, -0.048794266, 0.03198317, 0.020997835, -0.0117772315, 0.0056126164, 0.022831025, 0.044470605, -0.0054653394, 0.03510014, -0.05492465, -0.036526304, -0.023212343, -0.008606471, -0.012525408, -0.029672766, 0.034752656, 0.050221294, -0.0021240036, 0.0048923423, -0.0230948, 0.02618606, 0.008306165, 0.00427332, 0.008165793, 0.029280415, 0.0026670857, -0.013021602, 0.023617173, -0.024487887, 0.03454555, -0.006907614, 0.006501165, 0.023377847, 0.03799389, -0.011303473, -0.043702006, -0.046785608, -0.026604699, 0.021191135, -0.03899146, 0.016576663, 0.022506842, 0.024392676, -0.0023133487, 0.033890285, -0.016873805, -0.06861245, 0.032497484, -0.033390347, -0.02746477, 0.024476878, -0.0166247, 0.025058871, 0.018993925, 0.02369311, 0.027960103, 0.013160538, 0.010361421, -0.025165875, -0.041543487, 0.0057777273, 0.021032928, -0.0077318824, 0.026450807, -0.0074765845, -0.024297174, -0.03882635, -0.03058289, 0.01739614, 0.021051338, -0.010050472, 0.05208066, -0.0059969155, -0.06360505, -0.05162042, -0.0075571267, -0.00418645, 0.0018259987, 0.0021418377, -0.019159755, -0.034695413, -0.05191037, 0.013284802, -0.020586785, 0.011646567, 0.038948886, 0.0068745343, -0.04107289, -0.027425649, 0.06473724, 0.017645856, -0.014816536, 0.015775846, 0.0006719491, 0.02707817, 0.025018599, 0.049061492, 0.040055763, -0.02036328, -0.016484616, -0.0076439967, 0.009024139, 0.015818994, 0.038294196, -0.009572974, -0.0041179894, -0.0062811133, -0.02732526, -0.0035182405, -0.029083375, -0.06826267, 0.023954296, -0.002571083, 0.031934842, 0.0077740145, -0.028198851, 0.0006733874, 0.025777994, 0.047006525, 0.015331716, 0.047685374, -0.013262365, -0.013054971, -0.0078068064, 0.0056848163, -0.06430806, -0.028748836, 0.028394453, 0.016892502, 0.05904178, -0.02757983, -0.058114395, 0.022994699, -0.029131986, 0.04793448, 0.005805728, 0.049165912, -0.047844447, 0.006407679, 0.01067913, 0.0048047528, -0.0043822317, -0.027366681, 0.0040178876, -0.048842877, 0.053164523, -0.030769287, 0.01141393, 0.021890124, -0.010193721, -0.024086038, -0.0023587255, -0.02771445, 0.0029127384, 0.02263859, -0.027409542, -0.013495938, -0.024224686, -0.009168827, 0.048808362, 0.028288888, -0.019558437, -0.032841656, 0.031524945, 0.02096159, -0.025162425, -0.011510581, 0.0735186, 0.0328838, -0.019658107, 0.04843096, -0.031148985, 0.0016660657, 0.02249879, -0.059982967, 0.04609554, 0.040853415, -0.008443086, 0.0023495208, -0.013421292, 0.004190477, -0.006968596, 0.028824778, -0.021665758, 0.009530402, 0.020753333, -0.010193146, 0.009616121, -0.04368705, -0.0048394147, -0.0049895677, -0.03341106, 0.02507843, -0.03978307, 0.007508298, -0.026980944, 0.048183728, 0.014849112, 0.0007145213, 0.021878907, -0.04090893, -0.04772795, -0.04486181, 0.01501185, 0.0006912216, 0.02644793, -0.0059819585, -0.0014077565, 0.036956053, 0.0479667, 0.06360735, 0.04782805, 0.06179401, 0.034460407, 0.0020443248, 0.017512098, 0.03422338, -0.011755083, -0.0111469915, 0.0281931, -0.045482267, -0.03284209, 0.040843923, -0.021343589, -0.0076589542, 0.014162852, -0.014849615, 0.026059892, -0.02467227, -0.017411133, -0.052447703, -0.0050511244, -0.050856426, -0.069699764, 0.034505278, -0.039298955, 0.0517595, -0.028590918, 0.028223589, 0.037366815, -0.011249161, 0.017582862, -0.026533935, -0.018037923, -0.0018467095, -0.015644966, 0.0069927583, 0.03819438, 0.0298793, -0.023723027, 0.0022591988, -0.021681577, 0.0027848063, 0.01118151, -0.035172913, 0.042065855, 0.038704097, -0.014701188, -0.03497127, 0.0006391571, -0.036457844, 0.010374114, 0.009435478, 0.028086092, 0.036284104, -0.011686622, -0.053242765, -0.050645865, -0.04066903, 0.05691317, 0.004149631, -0.028932933, 0.05144553, 0.017836325, 0.012426456, 0.05824786, 0.021298718, -0.032484252, -0.021442542, 0.008034193, -0.029719941, 0.040923886, 0.011887977, 0.037481874, -0.042263757, -0.00650548, -0.029503629, 0.0030928068, -0.022452766, 0.04768998, 0.040369302, 0.047126185, 0.024124585, 0.057074256, 0.01001768, -0.06440126, -0.030036213, -0.005548183, -0.013443585, 0.007529512, 0.020776201, -0.022897435, -0.013213466, -0.01175796, 0.025446046, 0.035540815, -0.010441387, -0.008947048, -0.05346713, -0.029332478, 0.0051322416, 0.031530984, -0.020508256, 0.046954747, 0.055928256, -0.032032643, -0.034937903, -0.027780036, -0.015992159, 0.006317357, -0.06957895, 0.06605812, 0.029184913, 0.022869281, 0.0086058965, -0.030725565, -0.026351279, 0.048083484, 0.046392106, -0.029197572, -0.0027280676, -0.003847599, 0.0030742176, 0.00014267414, -0.0012196337, 0.034208998, 0.0047657765, -0.0048509208, -0.051399507, -0.022554595, -0.0144843, 0.043453477, -0.06955594, 0.01657997, -0.048002943, 0.007902881, -0.017889207, 0.01989959, -0.033676274, 0.027239252, 0.014488616, 0.0049740346, -0.030306747, 0.00966157, -0.0032026889, -0.028204605, -0.004688803, -0.00034345346, -0.01555709, -0.015504305, 0.05816013, 0.023359438, -0.0071601705, 0.048348118, -0.014519969, -0.0053065573, -0.002767763, 0.07007601, -0.00771821, -0.015110801, 0.0071383086, 0.0148478905, 0.05997376, -0.02640737, -0.023460547, 0.032462966, -0.0054267948, 0.010063129, 0.0099209575, 0.038555093, 0.0208822, 0.04925479, 0.046576202, 0.038116574, 0.004978349, -0.0019376068, 0.038187426, 0.00910238, 0.020530691, 0.033789605, 0.019954817, 0.0039008143, 0.04120866, 0.019653937, 0.003919979, 0.03299742, 0.0042232694, -0.04278915, 0.035803728, 0.016775716, -0.015145175, -0.026458574, -0.060093425, -0.020947209, -0.043925222, -0.0040345713, 0.010227232, 0.029484069, 0.0037693584, -0.0057294737, 0.020957349, 0.056754388, -0.035130627, -0.018292492, 0.008221884, 0.019915698, 0.00747716, 0.03829837, 0.03986016, -0.06399165, 0.04991518, -0.0053767436, -0.039640397, -0.016750403, -0.022943495, -0.02774782, 0.022157637, 0.012831683, 0.028496856, 0.03967837, 0.06482008, 0.044338644, -0.009938864, 0.007014044, 0.01882148, -0.09985809, -0.028340949, -0.07087682, -0.03673974, 0.00708193, 0.026419453, -0.037741333, 0.022600042, -0.024063604, -0.0014488363, 0.015767792, -0.05501008, 0.011589396, -0.0074567366, 0.011357838, -0.018501038, -0.031275548, 0.030219588, 0.050561868, -0.033233866, -0.02313622, -0.029065827, -0.07298242, 0.010714367, 0.04049299, -0.04078179, 0.018001104, 0.01722675, 0.057497673, -0.014522846, 0.027308578, 0.037198827, 0.03460308, -0.037903283, -0.0005511363, -0.042079665, -0.035417702, 0.010261032, 0.046161987, 0.027647715, -0.018899145, 0.041778207, 0.047394853, 0.021404572, 0.036755845, 0.031636838, 0.015944986, 0.016409826, -0.031109864, 0.004505741, -0.035035416, 0.017708275, -0.004872638, 0.016199267, -0.0096638715, 0.040135153, -0.0375302, -0.022698995, 0.027727108, 0.039997656, -0.045271423, -0.0006239117, 0.034393094, 0.039267533, -0.06509622, 0.019488826, 0.018463643, -0.076804705, -0.0032072915, 0.032377824, -0.02644667, -0.011443559, -0.03994991, -0.033298016, -0.019755766, 0.03505181, 0.07103331, 0.034272283, 0.02014028, -0.025836674, -0.0013174345, -0.02847032, -0.042396743, 0.018252509, 0.0045425603, 0.006152246, -0.05417935, -0.033707913, 0.04549464, -0.02815973, 0.013984366, 0.011393219, -0.010382564, -0.021998279, -0.05063781, 0.01016697, -0.031255417, -0.018172828, 0.028181592, 0.0175071, -0.018300835, 0.0031940597, -0.019008163, 0.007220289, 0.020053195, 0.0005893938, -0.02624111, -0.023148878, -0.0016931047, 0.049506772, 0.0077228127, 0.008715203, -0.01225962, -0.008212967, -0.081987, -0.051022112, 0.086671084, -0.0039563305, -0.016761908, 0.0202534, 0.019712618, 0.042001422, -0.04741844, 0.033377264, 0.024800848, 0.0066691525, -0.009442957, 0.007327079, 0.011572713, -0.073242456, -0.05064011, 0.03803963, 0.010975553, -0.03694167, -0.038187765, -0.016737748, 0.008899874, -0.03783856, 0.028595448, -0.010621168, -0.0020802808, -0.039908487, 0.0011482966, 0.029179161, 0.0023129894, 0.0072973794, 0.012004186, 0.020346453, -0.000101252605, 0.009668474, 0.049293913, 0.022139227, 0.012497218, 0.0059900125, 0.025429804, 0.008528231, -0.010379543, -0.029541887, -0.051914398, 0.0347249, -0.002776824, -0.014158682, -0.038791254, -0.08225796, -0.016369268, -0.0123136975, 0.025815675, -0.008402816, 0.022386031, 0.074347034, -0.02382428, 0.030880535, -0.010449729, 0.019297827, -0.041145377, -0.016649438, -0.0006107157, 0.016172515, -0.032435354, -0.032193728, -0.030034054, -0.039460905, 0.030021975, 0.014148039, -0.027443485, 0.040519454, -0.040680535, 0.017659375, 0.0077806297, 0.053165678, 0.020639423, 0.012039855, 0.07557356, 0.010840034, 0.067015424, 0.008861904, -0.05175389, 0.0964224, 0.012870587, -0.043221056, -0.016658355, 0.010728174, 0.0068118265, 0.02161513, -0.0034057696, -0.007730579, 0.017737616, -0.0045972136, 0.012623784, -0.02011993, -0.017229052, 0.015720043, 0.020220894, -0.02369081, -0.0027660371, -0.044393804, 0.047428507, -0.004579379, 0.0029161903, -0.00840109, -0.010541777, -0.028706266, 0.07249054, -0.04435555, 0.0076389625, 0.015825322, 0.04746216, -0.011421877, 0.051236123, -0.034651402, -0.026051836, -0.024674859, 0.03764382, -0.0014038732, 0.039562155, -0.044744447, 0.00045534907, -0.008991922, -0.069284394, -0.029448401, 0.018754745, 0.013720304, -0.020754483, 0.015716014, 0.0005200702, 0.023259334, 0.0014182556, 0.0140541205, -0.0027064937, 0.04095438, -0.07093666, -0.026047233, -0.016196966, 0.031342287, 0.026214069, -0.012273426, -0.015852073, -0.009372194, 0.03677771, 0.05917568, 0.0027392858, 0.042240746, 0.056425314, 0.049942847, 0.00785283, 0.01932429, 0.010698258, -0.016821597, -0.0045885844, 0.018345132, -0.03183359, -0.05417935, -0.030183345, 0.041089, -0.035827316, 0.061308455, 0.021892425, -0.0048198546, 0.021562202, -0.051530674, -0.013978614, -0.013589712, 0.030873416, 0.0121480115, -0.044449896, -0.052519903, 0.025702054, 0.011413354, -0.045395687, -0.029312631, -0.0017776737, -0.03349275, -4.5160967e-05, -0.020550828, 0.004925134, 0.007881595, -0.007975369, -0.00213666, -0.06752456, -0.045912303, -0.005217386, 0.033633843, -0.020421099, -0.020181486, 0.039017923, -0.024910444, 0.0026006387, -0.027155403, -0.015114972, -0.01905915, 0.014009104, -0.03528308, -0.0030444819, 0.040995512, 0.0053019547, -0.015984105, -0.014560815, -0.0015405066, 0.020077933, -0.043645628, -0.0010131014, -0.011570987, 0.020031909, -0.040901452, -0.013170893, -0.026962822, -0.008140479, 0.03202574, 0.014552681, -0.019836307, -0.0003699172, -0.004603542, -0.015683798, -0.006345547, -0.046326518, -0.00996878, -0.019335078, 0.0036829917, -0.07929863, -0.04013458, 0.024963371, -0.06632046, -0.076038405, 0.017509798, 0.028617956, -0.030225055, -0.041890964, 0.018623577, -0.02321216, -0.0118028335, 0.0094492845, -0.069026664, -0.01809689, -0.026865885, -0.021464348, 0.021022573, -0.01959008, 0.04151357, 0.034458105, 0.043234866, -0.032942764, -0.003287258, -0.021524236, -0.002131914, 0.022472326, 0.0007973643, 0.020687174, -0.006422637, 0.009582179, 0.00959541, -0.040625308, -0.09166123, -0.0069663306, -0.005600535, -0.024325939, 0.0067597623, 0.030134156, 0.05617909, -0.023445157, -0.007249629, 0.010578596, -0.02760802, 0.011795929, 0.021548396, 0.00040903752, 0.009977696, -0.025230309, -0.0022238179, 0.0149157755, 0.0017529357, 0.013627681, 0.0009572974, 0.0365706, 0.007009586, -0.0061234813, 0.06419013, 0.005675899, 0.001721582, -0.03237437, 0.00093025836, 0.022570701, -0.023954296, -0.016830657, 0.051141772, 0.036901973, 0.03662468, 0.02019622, -0.0025485742, 0.02935175, -0.059798297, -0.023774803, -0.049779467, -0.015971448, -0.03936195, -0.010145972, 0.00097225513, 0.012729064, -0.018472848, -0.026011566, 0.050999098, 0.018311765, 0.0018639684, 0.012060135, -0.017807227, 0.047998343, -0.03510474, 0.0036773107, 0.036747795, -0.0076457225, 0.016483465, 0.043261327, -0.050476726, -0.0033551434, 0.027411843, -0.03994358, 0.018439768, -0.0021176753, -0.06684974, -0.012318013, -0.0046944395, 0.032125268, 0.020824095, -0.039930925, 0.03976006, 0.033946663, -0.00050856423, -0.037552062, 0.008682987, -0.019180465, 0.011471461, 0.026514376, 0.0043729907, 0.023550436, -0.00010355381, 0.0077837943, 0.020059522, -0.005052275, -0.05064011, 0.028899567, -0.0019299841, 0.060804494, 0.03389316, -0.06336803, 0.040311195, 0.0022615, -0.045432508, -0.044363603, -0.047596782, -0.02237165, -0.035378583, 0.018048529, -0.044934206, 0.016163023, 0.047177676, 0.040834717, -0.003166445, -0.04713539, -0.0009731181, 0.013647331, -0.0028707418, -0.05743784, -0.030662281, 0.0009219165, 0.011242779, 0.048697613, 0.01606177, -0.011418604, 0.045006208, -0.0010489137, 0.0046944395, 0.021463253, -0.008697369, -0.06230027, 0.04347879, 0.015712565, 0.050340094, 0.017561935, 0.06765055, -0.00038947735, 0.05376859, -0.013921084, 0.025378738, 0.037804045, 0.018095452, -0.02918894, 0.00057069655, -0.026910182, 0.008795169, 0.018377349, 0.045259055, -0.03544402, 0.047997188, -0.007951782, -0.021801528, 0.0051379944, 0.033461686, -0.046447337, 0.035265762, 0.0024688235, -0.0017719207, 0.022428604, -0.049316853, 0.08691156, 0.009152215, 0.0025074403, 0.012501244, 0.0074098497, 0.021187397, 0.0017909055, -0.028866773, 0.0427286, 0.013321622, 0.015136689, 0.0012138807, 0.02719783, 0.0049400916, 0.025790652, 0.007951782, 0.05964239, -0.041084394, -0.05533225, -0.0744759, 0.048260674, -0.032977287, -0.033121683, -0.020107849, 0.019095898, -0.038740627, -0.016375309, -0.008086977, -0.032538854, 0.017799748, -0.06292159, -0.0046737287, 0.008066266, 0.013427476, -0.0063363425, 0.02231527, 0.02971534, -0.02992561, -0.00863121, 0.007386838, 0.016399328, 0.046988547, 0.014798989, 0.04167523, 0.0052168104, 0.028405959, -0.0057994896, -0.017761203, -0.019290924, 0.067819685, 0.053223204, 0.019183917, 0.0026929742, -0.0016016322, 0.023797814, -0.013150183, 0.005622972, -0.012532887, 0.016503025, 0.033941485, 0.041854147, -0.020218378, 0.01743846, -0.0035902967], [-0.030251464, -0.039342687, -0.038029145, -0.04220846, -0.019063773, 0.0023989936, 0.012250026, -0.02877985, -0.0012671166, -0.006096769, -0.014547115, -0.027213488, 0.0011212797, -0.021904819, -0.009845055, 0.027612144, -0.020088164, -0.004037011, 0.0482887, 0.03401787, -0.023823913, -0.01564266, 0.014094213, 0.02327171, -0.028670851, 0.07346552, -0.03692991, -0.014112379, -0.017813815, -0.019131394, 0.0028074884, -0.09131465, -0.03962124, -0.019775296, 0.026554447, 0.064779386, 0.049150605, -0.0056379377, -0.010449802, -0.04124412, -0.06529058, -0.034279898, -0.0069567785, 0.050547287, 0.042772125, 0.037434444, -0.01440809, -0.037891384, -0.010053166, -0.0015668648, 0.02093682, -0.017626094, -0.006079296, -0.012472092, 0.05176861, 0.046312585, -0.020471934, 0.030533928, 0.03718995, -0.0046556825, 0.05714582, 0.0032316272, -0.011491351, 0.014454517, 0.018804269, -0.0006449125, 0.034276746, 0.012196314, -0.017496403, -0.01509842, -0.007748033, -0.026548391, -0.021812977, 0.015200354, 0.006071664, 0.00046476084, -0.018051809, -0.01852458, 0.0084201945, -0.01518326, -0.02004628, 0.033281118, 0.014220875, -0.018666128, -0.051187277, -0.01950671, -0.013049132, -0.026107349, 0.05103589, 0.022954442, -0.03440845, -0.014528949, 0.060329083, 0.0035338982, 0.025205074, 0.057004612, 0.04293815, 0.01405788, 0.013005483, 0.048543032, 0.01331507, -0.024285648, -0.031124847, 0.008469144, 0.0230372, -0.0024272527, 0.0033354538, -0.02952064, -0.019479081, -0.041711025, -0.029157309, -0.010641055, -0.022273198, -0.039900802, 0.009658548, 0.033729177, 0.019845566, -0.021438545, 0.0102762105, -0.048286684, 0.009292568, -0.0420273, 0.021903306, 0.010905984, -0.06137669, 0.009190255, 0.03329323, 0.006368889, -0.031141248, -0.02060894, 0.030770095, 0.007716746, 0.039237726, -0.019855497, -0.044389457, 0.00019831814, -0.0022228789, 0.019772017, -0.015265956, 0.044410143, -0.025400113, 0.00029419715, -0.0036229647, -0.008051817, 0.006038863, -0.049949426, 0.043528058, -0.026235523, -0.006323977, -0.0129328165, 0.0345447, -0.0014230463, -0.034707695, 0.005199165, -0.011912209, -0.02037883, 0.015828235, 0.014283953, -9.486975e-05, 0.01988253, -0.0011760317, -0.013826367, -0.018101955, 0.047087185, 0.011438238, -0.009918935, 0.0003693865, -0.030657059, 0.05504161, 0.08097436, 0.08390523, 0.0026624086, 0.039796848, 0.018662091, -0.036555134, -0.042005096, -0.0019028197, 0.0069164084, -0.02979869, -0.015930802, -0.028580017, -0.020474203, 0.018049473, 0.04366027, -0.015880086, 0.028417528, -0.018930757, -0.010412964, 0.023529211, 0.02656454, -0.01284274, -0.060397718, -0.023331903, -0.01491196, -0.0031105166, 0.014496905, -0.025254529, -0.029029071, 0.01050531, -0.0055763735, 0.0049836896, -0.05429174, 0.013804558, -0.021416593, -0.030359581, -0.001123866, 0.05685448, 0.053018063, 0.03893394, -0.031447306, 0.004984825, 0.029956134, 0.00057628326, 0.018918946, 0.038004417, 0.026938971, 0.045801904, -0.059872903, 0.04926389, 0.054204945, -0.02386277, -0.003399163, 0.026138635, -0.031200036, -0.01763997, -0.01631457, -0.013396567, -0.0023568573, -0.02640003, 0.014539798, 0.06834255, -0.043155644, -0.02816067, -0.07751868, -0.005612454, -0.0073867203, -0.034806095, -0.041997023, -0.06373632, 0.05075532, -0.03574369, 0.012118854, 0.014832986, -0.040160183, 0.023443805, -0.0031226275, -0.0007882263, -0.057289217, -0.013178821, 0.013542657, 0.027183337, 0.0412532, -0.04587457, -0.019814657, 0.013838621, 0.029251423, -0.0064717066, 0.0131626725, -0.013789418, 0.040044118, -0.029880945, -0.048009645, 0.004911528, -0.012002159, -0.014339273, 0.016989758, 0.018496826, -0.00679555, 0.016499767, -0.01944527, -0.04124765, -0.05473783, 0.077421285, 0.004530504, 0.019563857, 0.040509384, 0.019792706, -0.0012141309, 0.0033184227, 0.00663079, -0.056021594, -0.01960978, -0.036534946, 0.008080329, -0.006134553, -0.0446453, 0.02180894, -0.03906413, -0.04681923, -0.0340431, 0.0168959, -0.013644843, 0.004602192, 0.068859294, 0.059333965, -0.017214319, 0.022891616, 0.010775791, -0.04014706, -0.054464824, -0.041308712, -0.013556029, -0.05864124, -0.03689928, 0.007442229, -0.0067448355, -0.05103961, 0.0028423078, 0.02375276, -0.008231465, 0.024310373, -0.050030675, -0.043086234, 0.002636168, -0.00437049, -0.002246975, 0.008124484, 0.060754992, -0.050165914, -0.008861238, -0.03532788, -0.016011793, -0.012444085, -0.10279844, 0.040462453, 0.04709173, 0.035349324, -0.004962874, -0.054142874, -0.048496608, 0.020374855, 0.009969397, 0.026249653, 0.02735327, -0.010646607, -0.0056669535, 0.051554017, -0.061459452, -0.0052652713, 0.009559641, 0.0061539183, -0.040972628, -0.054956835, -0.0071767955, 0.034144435, -0.0162144, -0.032643266, -0.003298616, 0.05588232, 0.01399581, 0.0150519945, -0.037482634, 0.023576142, 0.0118587185, 0.021484971, -0.016189786, 0.029526696, 0.025014833, -0.024261424, -0.019305237, -0.04005522, -0.020974794, -0.10303864, -0.0028965552, -0.005139115, -0.04879081, 0.057367373, 0.021594318, 0.009777262, -0.03061139, 0.026039222, 0.0077873934, -0.037620902, 0.01198866, -0.020167895, 0.046379194, 0.0026059535, 0.009705636, 0.08656966, -0.002258203, 0.0058254064, -0.012503631, 0.037683476, 0.040087137, 0.04996204, 0.06312472, 0.013597661, 0.013788081, -0.0008245594, 0.06698612, 0.013227517, 0.006307829, 0.07781338, -0.020175466, 0.01638017, -0.029273372, 0.0054146405, 0.013734919, 0.038805008, 0.016701113, -0.028524004, -0.008234996, -0.048863977, -0.012572261, 0.023744183, -0.045560695, -0.08744972, 0.0068528256, -0.033363875, -0.020235516, 0.01827151, 0.006801858, -0.0029349069, 0.021531397, 0.027240235, -0.007401607, -0.00075088395, 0.016643586, -0.011265278, 0.0018262427, -0.0128462715, 0.06008182, -0.028200286, 0.017163288, 0.054496113, 0.012700436, -0.022351919, 0.0100168325, -0.010999844, 0.056205783, 0.022325678, 0.040446304, -0.030869002, 0.091737024, 0.013867131, -0.012833657, 0.0067947935, -0.04599568, 0.0003765636, -0.02245789, -0.016107673, -0.031416018, -0.011515068, 0.017468145, -0.04136195, -3.103452e-05, -0.019981183, 0.048364397, 0.060593005, -0.013934752, -0.041642774, 0.022960499, -0.033133417, -0.062158864, -0.024842754, 0.03909542, 0.045315444, -0.023944013, -0.054661125, -0.031566396, -0.08304182, -0.014227434, 0.031244507, -0.022483816, -0.06264431, 0.00080626673, 0.016872685, -0.05634052, 0.016240893, 0.020102799, -0.005690671, -0.047632687, -0.021583878, -0.063175686, 0.02287774, 0.044395007, 0.051078785, 0.03419277, -0.034718607, 0.0030116101, 0.0119131, -0.027237205, -0.025665546, 0.0053429836, 0.008620406, 0.024994142, -0.031151593, 0.016390262, 0.0061569777, 0.0070657777, 0.015606074, 0.02445823, 0.021934088, 0.02452282, -0.012213975, 0.016655948, -0.03879315, 0.016080927, -0.00032296084, 0.03878602, 0.019598173, 0.031484645, -0.03196251, 0.023302635, 0.027175136, -0.0019150568, 0.016579814, 0.01548471, -0.035915263, 0.046889875, -0.012002537, -0.037445292, -0.017788015, -0.029296083, 0.020453515, 0.022938296, 0.03308633, -0.019418778, 0.024536887, -0.042794332, -0.014910699, -0.025053687, -0.025540147, 0.01947252, 0.022522986, -0.052422598, 0.038028862, -0.071964756, -0.014142909, 0.00614433, -0.024879089, -0.024181694, -0.022240397, -0.052229833, 0.028737461, -0.020253683, 0.017824916, 0.005411613, -0.0038949582, 0.019847963, -0.017544596, 0.03594703, -0.014450479, -0.011075539, -0.026274882, -0.034166228, -0.012169569, 0.01732584, 0.014968983, -0.023721034, -0.014947789, 0.03624832, -0.012404724, -0.02885857, 0.07421742, -0.03472838, -0.012361326, 0.016424578, 0.043236382, 0.019392537, -0.037803452, 0.021618191, 0.022390107, 0.0021158983, -0.008124484, -0.012749888, -0.03501173, -0.05006398, 0.006904045, 0.0023169918, -0.05091276, -0.007209848, -0.027466811, -0.060632873, -0.03210231, -0.02136487, -0.016734356, -0.055363562, 0.00069234736, -0.0148246605, -0.0037503827, -0.027293725, 0.011949551, -0.01656562, 0.012244253, 0.026053354, 0.023986656, -0.009189245, 0.020184234, 0.0030297765, 0.04430039, 0.027578332, 0.061310083, -0.032802604, -0.03729239, 9.5879e-06, -0.09745898, -0.01920141, -0.03295412, 0.033914484, -0.021315036, -0.07769631, 0.0203102, -0.0056391996, 0.00016602206, -0.0047152285, 0.02543367, 0.034871697, 0.0014755274, -0.027844902, 0.024457032, -0.0010904975, -0.032871358, -0.0134079205, -0.0059808316, 0.034175314, -0.031506848, -0.008225914, -0.034325693, 0.0062815887, -0.042261444, 0.002533161, -0.013957507, 0.01214787, 0.028146038, -0.030159498, -0.011347028, 0.025534093, 0.014936939, 0.016567891, 0.09219725, 0.019125339, 0.059699316, -0.018129205, -0.015297242, 0.09381912, 0.02606496, -0.043368977, -0.0076173344, 0.018398676, 0.047179032, -0.048974995, -0.010054175, -0.009826841, 0.013368056, -0.008000724, 0.03271114, 0.0291018, -0.019767728, 0.015689842, 0.025540147, 0.014187317, 0.02036369, -0.014652204, 0.011935548, 0.07740564, -0.013192951, -0.011312713, -0.0037437596, -0.03132115, -0.0027961344, -0.049447324, 0.011084622, 0.029888008, 0.041636087, 0.017423045, 0.016238876, -0.03877246, -0.028028965, -0.02486193, 0.060900323, -0.016393796, 0.073848024, 0.005629611, -0.011506994, 0.015515998, -0.009167042, -0.046810653, -0.028025685, 0.019332236, -0.02566933, -0.0049835634, 0.0032255715, 0.032271862, 0.04970872, 0.016174283, -0.031105671, 0.038053367, -0.01986613, -0.08466217, -0.0571126, 0.047336973, 0.04497028, 0.0072464338, -0.022013819, 0.0136410585, 0.03634016, -0.023064956, 0.031772535, -0.013663263, 0.021470841, 0.038868338, 0.006989264, -0.012746105, -0.0020356628, 0.0036939909, 0.007888319, 0.027599022, -0.017151996, -0.033782713, -0.029605418, 0.010775791, -0.0010264099, 0.049014356, -0.00792421, 0.022900447, -0.00030378505, -0.050511077, -0.013690008, -0.061745066, 0.01115628, 0.026167778, -0.0684132, -0.033276323, -0.028442759, 0.0019405405, 0.0262547, -0.025031485, -0.012979494, -0.023307174, 0.006189242, -0.032549914, -0.022162179, 0.030485991, 0.034899957, -0.030620728, -0.00787318, -0.0458178, -0.057796873, 0.03359802, -0.023568572, 0.0064087543, 0.0012335748, -0.04166069, 0.006978982, -0.041680116, 0.010477178, -0.0058881063, 0.0051429626, 0.0012943665, 0.050758343, -0.038189113, 0.015269236, 0.045141224, -0.044159852, -0.04591999, 0.008726755, -0.045823097, 0.012655461, 0.018832654, 0.018867033, -0.0013481092, -0.007926544, -0.029187586, 0.02965487, -0.008888488, 0.0059061465, -0.0021012642, -0.0057426477, 0.013210108, -0.010427094, 0.0067231366, -0.04507726, -0.027108526, 0.03294201, 0.007199504, -0.046024445, -0.030149404, -0.00563491, -0.09283106, -0.06162976, -0.034812655, 0.008650305, -0.02850634, -0.05659643, 0.019905996, 0.008030623, -0.020039596, 0.06721219, -0.049980715, -0.037980195, 0.0055730934, -0.029441163, 0.0032352854, -0.035420224, -0.020424247, 0.050398543, 0.026463298, 0.005818089, -0.015216502, 0.014429789, 0.021541946, 0.005369224, 0.02420087, 0.021980513, 0.008170909, -0.021040646, 0.01139749, 0.003568213, -0.05428568, -0.009787732, -0.0052586477, -0.00042606232, -0.023522653, -0.015164021, 0.0368902, -0.029663764, 0.031036539, 0.0042600553, 0.053069532, -0.01611297, 0.016511878, 0.02964579, -0.040045127, 0.04454387, -0.002388901, 0.03287741, 0.0013357459, -0.016524367, 0.01754479, -0.022049459, -0.036829647, 0.010046984, 0.017631518, -0.051144887, 0.009499086, -0.011481763, -0.03303448, 0.015282104, -0.018511713, -0.040304504, 0.023668613, 0.0036613164, 0.028680941, -0.026806002, 0.014030378, -0.006421685, -0.048769612, -0.026519122, -0.06272303, -0.04954926, 0.008383862, -0.008437857, -0.021011632, 0.031340826, 0.025041576, -0.011733571, 0.00770413, 0.019870166, -0.041372295, -0.022845443, -0.019660242, 0.02116264, 0.009734494, 0.041686174, 0.057051037, -0.025538635, 0.010760652, 0.0055714212, -0.018670542, 0.011406322, -0.0007740968, -0.011798921, 0.0014997494, 0.052925207, -0.024008103, -0.007294373, -0.036804415, 0.016269153, 0.0074487897, -0.024668153, 0.014511035, 0.010619988, -0.02975176, 0.017145941, 0.013750058, 0.005080578, -0.044595346, 0.048205942, -0.043525033, -0.014833996, -0.038837053, 0.01836045, 0.040154126, -0.008935923, -0.06422278, 0.05713739, 0.020830408, 0.04239618, 0.048528906, -0.036429986, -0.004443487, 0.041793153, 0.013344844, -0.020211292, -0.018315917, -0.0172287, -0.020988418, -0.017899852, -0.008645258, 0.0039845295, 0.08082095, -0.018078996, 0.004657701, -0.0155024985, -0.019359484, 0.003186873, -0.027510209, 0.022857554, -0.016244175, -0.06472186, 0.04535985, -0.013223733, -0.02424124, -0.015743332, 0.06262135, -0.03773949, -0.040165227, 0.019461924, 0.007931717, -0.0018630804, -0.029741162, -0.032662947, 0.0035338982, -0.036806937, 0.05067508, -0.038088184, -0.002442896, 0.0144595625, -0.013696568, -0.030436756, -0.021482952, -0.014589251, -0.0035015233, -0.016588077, -0.011265783, -0.034023926, 0.032549407, 0.022094559, 0.008191095, -0.00053395773, -0.045823097, 0.00089823484, -0.016079415, -0.009971417, 0.017791484, -0.02991879, 0.010348964, 0.03785404, -0.032810535, 0.018572519, 0.0064218747, 0.023275888, 0.021233162, 0.026366726, 0.04737028, 0.03406934, -0.008095216, -0.025998348, -0.007388739, -0.005498661, 0.027895238, 0.016643586, -0.028696585, 0.006787161, -0.03525824, 0.058814198, 0.026571603, -0.012189249, -0.027993642, -0.00029369252, 0.009486123, -0.007078898, 0.061464496, 0.013272177, -0.0057688886, -0.009128943, -0.011962672, -0.025722664, -0.025649145, -0.08807143, -0.019445775, 0.014520496, 0.013038788, -0.024443595, 0.054288708, 0.0062016053, -0.06634221, 0.016032988, 0.015609101, -0.012283109, -0.016056957, 0.023266302, 0.041645803, 0.033658575, 0.010536598, 0.016308514, -0.007973096, -0.039288186, 0.021450656, 0.015789758, 0.021825595, -0.0038036208, 0.020318275, -0.011741646, -0.008161196, -0.01637916, -0.0031899952, 0.024847297, 0.04098373, 0.021999184, -0.030527875, 0.014150606, -0.023181368], [-0.058082487, -0.06807214, -0.02155266, -0.03860631, 0.009902655, 0.044070948, -0.031097405, -0.013311646, 0.007924881, 0.034083877, 0.029707318, 0.029463759, -0.054903917, -0.007059389, -0.035992738, 0.017844765, 0.0012498915, -0.053889185, 0.050018486, 0.0108424425, 0.0071655563, 0.010519472, -0.02653026, 0.001066844, 0.042870805, -0.013558867, 0.046000488, 0.03871304, 0.027352683, 0.022436025, 0.011021183, -0.007365832, 0.009947448, 0.030719679, 0.055911973, -0.003335341, 0.029854672, -0.017384777, -0.0034369864, -0.056974076, -0.05047632, 0.009459465, -0.034309134, 0.06233177, -0.014937969, 0.05737958, 0.016684458, 0.027578477, -0.017702417, -0.048395716, 0.0314032, -0.0143380035, -0.015394511, -0.005213947, 0.004806612, -0.015837217, 0.041830447, 0.037094902, -0.02127486, -0.029104985, 0.013309492, -0.03823109, -0.04627463, -0.031946745, 0.012068645, -0.021576725, 0.015907906, -0.009941526, -0.013004557, -0.04251526, -0.020164514, -0.007020841, 0.034991793, -0.0257115, 0.012530248, 0.035546966, -0.08751738, -0.0153905265, 0.008962006, -0.002043241, -0.002146609, 0.00997932, -0.0012346017, -0.05307947, -0.036262576, -0.029811978, -0.015723996, -0.0037311541, 0.012482978, 0.017947592, -0.03201765, -0.00859252, 0.036309734, 0.046737846, 0.017439906, 0.014542371, 0.007464893, 0.022484263, -0.008421048, 0.020905318, 0.0107830055, -0.0018929266, -0.028321112, -0.01427469, 0.027215935, -0.030634187, -0.0022185359, -0.0029061483, -0.0038437825, -0.03117665, -0.035183024, 0.015558931, 0.034491967, -0.039078277, -0.03645445, -0.01465586, 0.027510533, 0.004912134, -0.007156512, 0.006932548, 0.013149595, 0.0069170427, 0.010765778, 0.05307258, -0.015532685, -0.026833043, -0.00043328424, 0.015640065, -0.04773707, -0.006861913, 0.016230311, 0.041875243, 0.04478505, -0.037613142, -0.0013595046, 0.03255091, -0.0006378668, 0.049848575, -0.009682998, 0.010826938, 0.004833316, -0.009672661, 0.015965188, -0.031847037, 0.0026996278, -0.046407066, 0.03347659, -0.029265204, -0.01753283, -0.008541428, -0.0037040338, 0.005287274, -0.048924938, 0.003774655, -0.0066457014, -0.030878607, 0.005946783, 0.018247038, -0.02595743, -0.02039203, -0.03796707, 0.019977806, 0.04288394, 0.012962348, -0.008993017, -0.05200444, 0.024083022, 0.03676111, 0.012212714, -0.020011615, 0.065090835, 0.03574638, -0.02370293, 0.0025857615, -0.06297308, 0.014339296, 0.045361325, -0.0024962297, 0.049161147, 0.009226887, 0.019501235, -0.0050418824, -0.014362985, -0.00011090526, 0.0047213873, 0.0066586225, -0.01367731, -0.030616526, 0.035877313, -0.019078288, 0.027277526, -0.036532838, -0.008069595, -0.04052241, -0.035186335, 0.049232457, 0.022999382, 0.030970994, 0.016870735, 0.052100923, 0.039934617, 0.022788338, 0.024052013, -0.060730428, -0.01573778, 0.026373595, 0.033406816, 0.036720622, 0.051923476, -0.041245557, -0.058340907, 0.04921157, 0.037145294, 0.037762057, 0.02027585, 0.03279199, 0.04116889, -0.026718907, 0.037944026, 0.061951462, -0.023598056, -0.019912124, 0.04307431, -0.029602392, 0.0040768385, 0.025660248, 0.018775506, 0.0121845035, 0.013489095, -0.014863027, 0.04130155, -0.008922382, -0.011904549, -0.083136305, 0.0007270755, -0.014477444, -0.057604406, 0.03383149, -0.036935113, 0.018578677, 0.036174495, -0.0017426122, 0.041730527, -0.026867067, -0.0022210125, -0.0068968, -0.012429572, 0.00415674, -0.010528825, -0.0013050211, 0.062027697, -0.013464113, -0.007850154, -0.01843353, 0.00010573686, -0.006566453, 0.03747521, -0.0065610693, 0.048410684, 0.01679924, -0.005722065, -0.033681605, 0.021578932, -0.04331292, 0.015653362, 0.02006373, 0.022479095, -0.034166787, -0.02659831, -0.07528723, -0.011839082, -0.07147381, 0.032785103, 0.010110253, -0.02227664, 0.037903756, -0.020299647, 0.04398438, 0.038036842, 0.019878529, -0.021574786, -0.011296831, -0.016301997, -0.017251475, 0.013663528, -0.019795619, -0.025436714, -0.03300885, -0.021335157, 0.017175995, -0.0049714088, 0.019975437, -0.015079238, 0.008997862, 0.02756114, -0.05478849, 0.032656536, 0.004752977, -0.01447389, -0.041362707, 0.028377963, -0.019536553, 0.00018197075, 0.0011090526, -0.032506224, -0.02935436, -0.029389031, 0.011466957, 0.026673684, 0.042964913, 0.01108105, -0.021348938, -0.019272104, -0.008844102, 0.040562898, -0.034832217, 0.056280434, 0.06615552, -0.03632761, -0.028384853, -0.018938743, -0.024256919, 0.013528288, -0.067410156, 0.024146767, 0.056128826, 0.013561667, -0.022090606, -0.044835012, -0.016769944, 0.045295864, 0.033997737, -0.0061805453, -0.0075330916, -0.007660431, 0.045884844, -0.024344025, 0.005857951, 0.016327623, -0.0034644434, 0.010967937, -0.05012659, -0.022467952, -0.018023936, 0.044744994, -0.06222248, 0.018520532, -0.047395952, 0.054601565, -0.019736828, 0.013496793, -0.006740025, 0.011400387, -0.016508732, 0.0062778834, 0.031077592, 0.0020660681, -0.0068968, -0.011620717, -0.02376818, -0.034376323, -0.02468471, 0.010511881, 0.04984233, -0.0034542142, -0.04426261, 0.00067016925, -0.011731945, 0.01511154, -0.037934337, 0.06513821, -0.01274786, -0.009288262, 0.026417416, -8.9154906e-05, 0.05077232, -0.037148308, 0.0032802115, 0.012898605, 0.0046727723, 0.031355176, 0.006308679, 0.042006172, 0.020159883, 0.05736235, 0.047309384, -0.0015487972, 0.035505943, -0.014291003, 0.06707894, -0.035128757, -0.003967609, 0.010911785, 0.009544313, 0.010982959, -0.017930904, 0.042831395, -1.9381501e-05, 0.033460654, 0.026413111, -0.01327229, 0.00080024067, -0.026498388, -0.025658308, -0.016574629, 0.0013747945, -0.020155901, -0.009866153, -0.00089004164, 0.02035596, 0.045531023, -0.00577488, 0.01611938, 0.027476508, 0.01901013, -0.020615565, -0.025894117, 0.04841241, 0.0342133, 0.013607105, -0.014529235, 0.04095785, -0.046868775, 0.00888265, 0.029618772, -0.028400913, 0.0037382608, -0.037970513, -0.01357046, 0.037062816, -0.04291958, 0.015594357, -0.017567392, 0.081452265, 0.036942866, -0.010320865, 0.0004511583, -0.012461013, -0.07335166, -0.01940648, -0.03220021, -0.051269885, 0.013640271, 0.023065185, -0.042719252, -0.033696678, -0.05020498, 0.03944243, 0.030009456, 0.019462688, 0.016340006, -0.0021797728, -0.024344943, 0.010186917, -0.03066412, 0.05918852, 0.0419364, -0.06374533, -0.012896021, -0.04914804, -0.07668528, -0.022538964, 0.041365292, -0.034527928, 0.0088327965, 0.027072081, 0.042802967, -0.04430697, 0.017837873, 0.02780944, -0.019026605, -0.03910756, -0.016778188, -0.03334286, -0.012347308, 0.0027968583, 0.06340496, 0.013882753, -0.008630367, 0.0057037603, 0.04237905, 0.01775647, 0.017440336, 0.0019930645, 0.032919265, 0.015427245, -0.034770414, 0.025564631, -0.028402515, 0.015639579, 0.014170246, -0.023682255, 0.0026752932, 0.026386406, -0.020870432, -0.013490386, 0.040377267, 0.051974405, -0.04516062, 0.0070456066, 0.0030853197, 0.0554466, -0.0354647, 0.017538967, -0.014837629, -0.06475661, 0.033526983, 0.030758012, -0.006764359, -0.025335498, 0.00063183694, 0.011581739, 0.014061709, -0.047519136, 0.06436726, 0.0058873734, 0.022393063, -0.053573485, -0.0043587917, -0.051423, -0.0025083432, 0.0119596785, 0.025533622, 0.0125695495, -0.00302556, -0.006377914, 0.019963378, 0.009323794, 0.0033129444, 0.021597022, -0.026041847, -0.032543693, -0.049518444, -0.0072200396, -0.02536651, -0.011285633, 0.007424407, 0.02903306, -0.0055202823, -0.002353345, -0.026664793, 0.0129365055, 0.028620824, 0.0025234714, -0.044455137, -0.0076111155, -0.013555637, -0.0065087387, 0.016415702, -0.0025221794, -0.0024999983, -0.009139455, -0.10986297, -0.05170295, 0.06475834, -0.03193942, -0.009480664, 0.04425787, -0.007166848, 0.021242127, -0.031681433, 0.015386327, 0.03914374, 0.045436267, -0.02084588, 0.031811934, 0.030856427, -0.042989355, -0.034464616, 0.036669802, -0.000684813, -0.03859374, -0.0354226, -0.026992403, 0.016054776, -0.030421851, -0.003643507, -0.0101408325, 0.0050374675, -0.005333251, 0.017567717, -0.02181754, -0.005952382, 0.00792445, 0.024426723, 0.029673079, -0.019827276, -0.029473664, 0.060360022, 0.017318018, 0.008455504, -0.015556886, 0.04554416, 0.031751208, -0.03168278, -0.024011526, -0.02602042, 0.030351862, 0.011574202, -0.006892923, -0.034476675, -0.03975275, -0.011806888, 0.021963978, -0.013676449, -0.007704793, 0.043926235, 0.05041085, 0.009246699, 0.016127778, -0.013479188, -0.018548096, -0.055428427, -0.021497961, -0.016702117, 0.014098103, -0.053203516, -0.024152366, -0.061233483, 0.004888607, 0.0056447545, -0.007136269, 0.00090245117, 0.073328406, -0.041946307, 0.031173209, 0.023252632, 0.054684263, 0.022761634, -0.012827324, 0.04733652, 0.0066119456, 0.024996106, -0.009605472, -0.03583354, 0.05026937, -0.020804534, -0.015118432, -0.007972258, 0.032937355, 0.00858299, 0.031476095, -0.0034206195, -0.015054689, -0.021900665, 0.044505093, -0.011507874, -0.024347473, -0.03714271, 0.014765103, 0.030120578, -0.033263177, 0.020792475, -0.03625633, 0.04178953, 0.030504761, -0.007913683, -0.016244283, 0.016521653, -0.049863435, 0.060938023, -0.0009027472, 0.021218007, 0.004244118, 0.042431705, 0.01569471, 0.02364543, -0.033010144, -0.0013834152, -0.019365996, 0.07447234, 0.0048871534, 0.030175287, -0.012830769, -0.054243658, -0.008383576, -0.05309433, -0.046848964, -0.0039176475, 0.0062520416, -0.0051851976, -0.034642927, 0.028040294, -0.019597283, 0.004825563, 0.02638124, -0.021796005, 0.07117232, -0.048334878, -0.064157076, 0.01020716, 0.056288186, 0.059015803, 0.0025333776, -0.013248763, -0.0047682263, 0.028186034, 0.019988345, 0.043423176, 0.01664914, 0.019689022, 0.009504473, -0.024592971, -0.015290712, 0.0013830854, -0.011730545, 0.022685831, -0.008511952, -0.028383994, -0.047345992, -0.008304543, 0.020815033, 0.0012688423, 0.019446537, 0.027540682, 0.0015221746, 0.028786266, -0.055988148, 0.02217933, -0.01671186, -0.013621695, 0.03428157, -0.07419411, -0.0336998, -0.002031612, 0.013292695, -0.03041259, -0.0241304, -0.053452462, -0.029174112, 0.011445315, -0.011614689, -0.008166933, 0.00093817234, -0.0237993, 0.010566364, -0.024550334, -0.005495732, 0.0013170807, 0.047840435, 0.021095257, -0.0099320635, 0.029278073, -0.0477922, 0.029721748, -0.0389383, -0.033757836, 0.0012541985, 0.022697892, -0.004591693, 0.00060298, 0.05927466, 0.008441236, -0.0009879989, -0.027465042, -0.013196649, 0.021538017, -0.042291295, 0.036927897, 0.0024623119, -0.010124897, -0.042060442, 0.035425186, 0.000113920156, 0.0067703896, 0.0053764284, -0.05765006, 0.0053542475, 0.0071765394, -0.013204508, -0.010038757, 0.010957008, -0.00024350702, 0.017150536, -0.002716425, -0.022914963, -0.08319919, -0.017032463, -0.0034230961, -0.019615803, -0.09347913, -0.052958876, 0.03999782, 0.012981298, -0.052502334, 0.04355454, -0.030201118, 0.004685801, 0.040439285, -0.068143636, -0.0026755086, -0.0065955245, -0.0040615015, 0.04770089, -0.015734764, 0.029635608, 0.030205855, -0.026060797, -0.027390368, -0.011775446, -0.011963124, -0.02789278, 0.044474944, 0.0037777238, 0.031149948, -0.0037659334, -0.0061043114, -0.03508461, -0.028460821, -0.050662383, -0.039149716, -0.02545351, -0.012376595, 0.0049076113, 0.020998565, 0.026398897, -0.0039467197, 0.0076115467, 0.0058232797, -0.028011438, 0.011580555, 0.038593575, -0.010359412, 0.02018368, 0.016505286, 0.014429312, -0.0068675117, -0.021950627, -0.016830465, -0.005256263, 0.043643694, 0.047862835, 0.012886546, -0.0076376037, -0.022102663, -0.0066715432, 0.0020018937, -0.00053622155, 0.0009795565, -0.069252044, 0.0026987663, 0.069073945, 0.012162108, 0.026434323, 0.041632324, 0.0007166848, 0.026988525, -0.05641826, 0.0033245736, -0.042823963, -0.057227325, -0.021131005, 0.024193281, -0.019384086, -0.008867253, 0.023616144, 0.010454382, 0.0543285, 0.05796878, -0.040057257, 0.0038160023, 0.012405022, 0.050509054, -0.044584345, -0.006755099, 0.029215245, -0.0037826768, 0.017064335, 0.056183957, -0.047869723, -0.0030984562, 0.019145478, -0.052541096, -0.005282536, 0.008694542, -0.068209104, -0.008474885, 0.019735698, -0.033129446, -0.0021082766, -0.01927684, 0.007064557, 0.030997697, -0.008688081, -0.035385344, -0.013797206, -0.013410276, 0.043963276, 0.05010118, -0.026488053, 0.03853559, 0.004505553, -0.032911297, 0.024753407, -0.010366304, -0.051194727, 0.0090989685, -0.008179855, 0.09087082, 0.0521259, -0.05534754, 0.052706484, 0.017371532, -0.041104503, -0.01272977, 0.010890465, -0.020652927, -0.014590824, 0.024886925, -0.043788627, -0.009887581, 0.06580924, 0.035601664, 0.033149257, -0.031927526, -0.022096634, -0.03423457, -0.0320303, -0.031454023, -0.030052956, -0.021945298, 0.018253928, 0.035123803, -0.012780592, -0.026400514, 0.07329481, -0.03136013, 0.017313281, 0.035909146, -0.007365832, -0.077146985, 0.015928686, 0.006719782, 0.08021788, -0.02312687, 0.06436726, 0.002565034, 3.3594602e-05, -0.03885485, 0.05633729, 0.039777946, 0.0053009484, -0.026705123, 0.03085535, -0.013495716, -0.020117568, 0.013045903, 0.055934153, -0.041513022, 0.026723431, 0.0046713725, -0.035131123, -0.0316319, 0.060557503, -0.07421995, 0.047750853, -0.0059515205, 0.0076232557, 0.029634746, -0.019746304, 0.095358714, 0.021618558, 0.021071138, 0.009954393, -0.0061065056, -0.011930391, 0.03236754, -0.013570496, 0.0040520257, 0.003210869, -0.03994549, 0.010706018, -0.007709207, 0.013132906, 0.010124897, -0.05670812, 0.034558725, -0.03486258, -0.032191813, -0.046954058, 0.069149755, -0.036410518, -0.043759987, -0.050621465, -0.009422855, -0.032814175, 0.009441806, 0.014020147, -0.025125101, 0.0126487985, -0.066703804, 0.011630624, -0.028762147, 0.00851397, -0.0063338745, 0.007890425, 0.020139534, 2.7564802e-05, -0.033196636, -0.016795577, 0.0048975977, 0.06471365, 0.018375387, 0.02488111, -0.002972907, -0.007154789, -0.011841667, -0.004804889, -0.04888534, 0.039834585, 0.055253647, -0.030293286, -0.011118091, -0.023259524, 0.019801434, -0.020139534, 0.010433278, -0.019210944, -0.018047193, 0.041404918, 0.053794004, -0.033837948, 0.020514673, 0.016608654], [-0.029131934, -0.085361525, -0.037595086, 0.005577719, -0.012296186, 0.03444372, 0.013380897, -0.0136319855, 0.041753188, 0.02611154, -0.010302977, 0.029785825, -0.05996176, -0.024222773, -0.039506506, 0.04224964, 0.00502958, -0.03999342, 0.025469868, 0.06475175, -0.017504187, 0.0109797, -0.030443473, 0.019389497, 0.00728896, 0.018578645, 0.01590524, 0.018910091, 0.0034966404, 0.025858544, 0.030321388, -0.040319264, 0.006554055, 0.018283442, 0.02714236, -0.0051675234, 0.0104594, -0.0276722, -0.03454482, -0.067299835, -0.049374547, 0.014888681, -0.042584427, 0.04458598, 0.011326406, 0.026989754, 0.02792925, 0.0014535952, -0.022355225, -0.008622853, 0.032666788, -0.017626094, -0.04480011, 0.013187036, -0.018821865, 0.012493861, -0.010261962, 0.038969036, 0.006867975, -0.00319047, 0.008992764, -0.041400757, -0.06659641, 0.011638478, 0.017491413, 0.00029567882, -0.0010630131, -0.011937794, -0.022534065, -0.054474533, -0.026499499, 0.016164333, -0.0033628696, 0.0018891253, 0.030099625, 0.028863976, -0.046032306, 0.028045611, 0.008954776, -0.024463845, -0.0048510404, 0.0057371226, 0.013321284, -0.07311469, -0.036093324, 0.013864237, -0.015094642, 0.016579952, 0.0396677, 0.030352145, -0.016999625, 0.010168967, 0.035099853, -0.005606452, 0.0030307078, 0.005453843, -0.03794799, 0.034008786, -0.008846281, 0.026768472, 0.025972612, -0.048577167, -0.056411702, -0.03355573, -0.0037427216, -0.0032381602, 0.02493717, -0.040854704, -0.006812297, -0.019258706, -0.004128326, 0.010129265, 0.01217398, -0.04275802, 0.0066618347, 0.011088909, 0.010300382, -0.016516047, -0.026160898, -0.009227087, -0.040239025, 0.020370362, 0.0022824497, 0.03802048, 0.0020354148, -0.033606283, 0.01741882, 0.025884297, -0.0636606, 0.032548513, 0.03933816, 0.01443771, 0.035351086, -0.0077424925, -0.029295094, 0.034266315, -0.019329764, 0.073480956, -0.040222332, 0.026916312, -0.012510075, -0.007162581, 0.041519504, 0.006762461, 0.0328337, -0.004977896, 0.018741746, -0.057964496, 0.00922959, -0.019160464, -0.022207385, 0.012536783, -0.012789421, 0.0011440862, 0.0055519654, -0.06911731, -0.013139585, 0.026667845, -0.0077277087, -0.0031194116, -0.033365626, 0.015392467, 0.01296337, 0.030858377, -0.018104844, -0.055036794, 0.038540304, -0.0010272454, -0.015593481, 0.017027285, 0.061909895, -0.014865968, -0.0132435495, 0.0069710454, -0.03628897, -0.013339287, 0.0031120195, -0.022121545, 0.009883183, 0.017876767, 0.018612891, -0.016645763, -0.0008741601, -0.017363977, -0.037733387, 0.025161432, -0.035550132, -0.018924398, -0.014362836, 0.013466024, 0.015940903, -0.018580552, 0.016547045, -0.0155381, -0.030332832, 0.017689224, -0.031062491, 0.007953045, 0.034202646, 0.03301528, 0.019081775, 0.011159013, 0.021788308, -0.028950056, -0.03609094, -0.053617746, 0.015293153, -0.0011216719, 0.044389974, -0.07874213, 0.005869701, 0.03565553, 0.050435655, 0.0926872, 0.019740377, 0.02518802, 0.04273799, -0.0045534535, 0.034406524, 0.049609184, -0.040614825, -0.0044637965, 0.024941938, -0.04318818, -0.011304855, 0.020263283, -0.021141272, 0.03397588, 0.04647308, 0.015075089, 0.06763224, -0.0075708088, -0.015033062, -0.03200771, -0.020779544, -0.03221564, -0.03978883, 0.0536762, -0.032525625, 0.048533294, -0.0148058785, 0.04661615, 0.022607028, -0.01690949, -0.021470098, 0.022270935, -0.061539344, 0.029595781, -0.011785186, 0.030388629, 0.0480831, -0.007457783, -0.03565535, -0.022628013, -0.03286613, 0.0043607857, 0.009167936, 0.0014496607, 0.008827443, 0.024662, 0.039149784, -0.06636941, -0.010377134, -0.029798701, 0.042318318, 0.018688213, 0.056346845, -0.029377596, 0.0043874923, -0.035622623, -0.0205585, -0.03951795, 0.03905154, 0.017471757, -0.021180619, 0.030771581, 0.0007319243, 0.024502236, 0.07141311, 0.020382762, -0.023457792, -0.004862486, 0.00439703, 0.0120284045, 0.0073920893, -0.001488409, 0.010796569, -0.0411356, -0.0097402325, -0.05364758, 0.026042627, 0.0023806912, -0.0059827273, 0.055637218, 0.047928583, -0.013724267, 0.035181966, -0.017347762, -0.051478162, -0.0128620295, 0.03805863, 0.009361811, 0.014742928, 0.02329818, -0.0011903456, -0.026726741, -0.061117765, 0.038467336, -0.0046742293, 0.018912476, -0.05933415, -0.045744374, -0.04479272, -0.021375313, -0.015608027, -0.022392426, 0.055278588, 0.05962983, -0.016260426, -0.037888855, -0.040397357, -0.037148703, 0.02641127, -0.05650327, -0.012183875, 0.058749475, 0.0024784561, 0.02484884, -0.04984191, -0.0394612, 0.03664748, 0.027508622, -0.010826435, 0.00011576779, 0.010096955, 0.014737325, -0.05495811, -0.008739932, 0.025707843, 0.008222733, 0.031621896, -0.043061327, -0.029132947, -0.010037342, 0.036572848, -0.0742707, -0.001821763, -0.047156002, 0.003656164, 0.0029575033, 0.034240562, -0.017120758, 0.01977996, 0.0153552685, -3.71983e-05, -0.010519013, -0.011168552, 0.010718835, -0.018165767, -0.012751148, -0.016449995, -0.019304726, -0.03482584, 0.048088107, 0.015487325, -0.021537818, 0.038051, -0.004604959, 0.027341707, -0.017804634, 0.072939195, 0.01595068, -0.027288293, 0.024477437, 0.0021059962, 0.051556848, -0.064887196, 0.00052363763, 0.0094641065, -0.004479057, 0.008979098, -0.0011927302, 0.035984233, 0.027480008, 0.0041099354, 0.03747872, 0.0605245, 0.0100557925, -0.017416317, 0.024127392, 0.0071971565, 0.01806836, 0.040691607, -0.00012375589, -0.008859098, 0.007663685, 0.024062533, 0.038370408, 0.00577909, -0.004578253, 0.0062015057, 0.01036402, 0.009385418, -0.038628053, -0.042796172, -0.039066803, -0.014760692, -0.007782523, 0.024325186, 0.0045867176, 0.03991855, -0.027264686, -0.0062857983, 0.00426159, 0.028273094, -0.017633904, -0.033165626, -0.01215526, -0.007748216, 0.01660785, 0.0041337805, 0.012440448, -0.045005176, 0.0259854, 0.009407534, -0.031650033, -0.007224936, -0.06840005, -0.04978945, 0.050160006, -0.0029539268, 0.042433847, 0.020996056, 0.08211859, 0.036171295, -0.020895908, -0.003422244, -0.023362443, -0.057869114, -0.03153653, -0.041578166, -0.04687177, 0.008225117, 0.0055849915, -0.008109469, -0.003235537, -0.033062615, 0.019964997, 0.033658024, -0.04552206, 0.024071118, -0.019644042, -0.026309215, 0.009100172, -0.060257435, 0.05360371, 0.031292833, -0.058870606, -0.021411916, -0.044220675, -0.033087414, 0.02760877, 0.043469556, -0.03195811, -0.008006697, -0.012837469, 0.053716257, -0.053336643, 0.04478485, 0.011846229, 0.012905903, -0.022008996, -0.00012780956, -0.0529401, -0.016495062, -0.0024432251, 0.047232307, 0.022266522, -0.0031051044, 0.051874466, 0.024104621, -0.002649664, 0.044248812, 0.01678335, 0.023754455, 0.00029305587, -0.016909013, 0.0063866624, -0.011569626, -0.007120554, 0.02972812, 0.026363343, -0.007621837, 0.068704315, -0.025182296, -0.025283402, 0.024203934, 0.030735096, -0.044990394, 0.010869059, 0.0703811, 0.03963527, -0.07618212, 0.022923693, 0.0035963128, -0.08965745, 0.008846758, 0.04144201, -0.014494997, 0.013350852, -0.03967819, -0.0102810385, 0.010518536, -0.033428874, 0.075216874, 0.019023951, -0.005630774, -0.038631868, 0.0063923853, -0.0028753574, 0.026402688, 0.0058019813, -0.0064086295, 0.031677693, 0.0004241441, -0.035182443, 0.012996753, -0.04306395, 0.04751511, -0.015138994, -0.048994932, -0.03595645, -0.0368845, 0.011999791, -0.0048314277, -0.0028280248, 0.035265896, 0.036188226, 0.013736665, 0.0037293683, -0.027000245, -0.0010706434, -0.013425249, 0.015525045, 0.0102083115, -0.01622153, 0.0005342487, 0.029101472, 0.0045850486, -0.0020888725, -0.013049451, -0.029586004, -0.060234543, -0.07018461, 0.030755604, -0.0007473044, -0.014846892, 0.0077620456, 0.027664091, 0.026851451, -0.046376742, 0.012653921, 0.026708381, 0.010113169, -0.009986314, 0.020314565, -0.01466567, -0.07712925, -0.08526232, 0.031559423, -0.0140085, -0.032470126, -0.07222766, -0.007795906, -0.007074503, -0.02891131, 0.025878454, -0.014084804, -0.035717048, -0.013501076, 0.019570837, -0.029395243, -0.0050110407, 0.00171835, 0.020728994, 0.03419478, -0.01781465, 0.02413836, 0.03792844, 0.0035233467, 0.040096432, 0.005129789, 0.0483287, 0.02215302, -0.020344611, -0.0045180437, -0.04603433, -0.009906194, 0.01217398, -0.032444313, -0.01391756, -0.05650327, 0.0026689782, -0.0005360371, -0.0100639295, -0.005925499, -0.03094708, 0.032019872, -0.00780449, 0.022420323, 0.019179778, 0.024206556, -0.043257814, -0.035139997, -0.04053566, 0.01017159, -0.03632462, -0.009650575, -0.014834492, -0.02141287, 0.014027337, 0.014157292, -0.01570627, 0.017489878, -0.013114548, 0.017471757, 0.008603777, 0.07787989, 0.064847134, -0.00382761, 0.036236394, -0.0055591194, 0.057958294, 0.01604296, -0.06614812, 0.09050442, 0.034376957, -0.024781698, -0.038670495, 0.0033325865, 0.01719563, 0.019461388, 0.046101097, -0.021459844, 0.048243456, 0.020761123, 0.02029215, -0.020345088, -0.02874475, -0.0012246825, 0.062829845, -0.0017292442, 0.00037770584, -0.05489325, 0.041220963, -0.008359127, 0.001343431, -0.00048882386, -0.00858792, 0.0042081773, 0.044519927, -0.04119283, 0.05226934, 0.022572694, 0.017706392, -0.0038810228, 0.0041527376, -0.01849614, -0.04375188, -0.03415281, 0.023473263, -0.0007287052, 0.0088379355, -0.013534459, -0.033169918, 0.0068516415, -0.06436642, -0.015327608, 0.009102139, 0.021426698, -0.05006701, -0.06549191, 0.008201749, 7.475428e-05, 0.05522708, 0.036895946, 0.016638134, 0.026914878, -0.04426789, -0.015650949, -0.0026421228, 0.025796548, -0.023045778, 0.0026735088, -0.013990734, -0.03508277, 0.04992871, 0.036870196, 0.036105245, 0.058692962, 0.019247737, 0.06884547, -0.0023902294, 0.0045839758, -0.0067939367, -0.01973513, -0.012311685, 0.02163558, -0.055584755, -0.07329019, -0.0024317198, 0.021618892, -0.034623034, 0.047482204, 0.05530529, -0.011890193, 0.0279364, -0.034931593, -0.027379187, 0.022402916, 0.007737247, 0.01934264, -0.044595994, -0.01588153, 0.03931193, -0.024292637, -0.052249312, -0.027301647, -0.03335257, 0.0051686564, -0.027152376, -0.04060147, 0.008438292, 0.038081523, 0.04078651, 0.0009094508, -0.02976055, -0.02724251, 0.022601308, 0.035395138, 0.0044897874, -0.023274692, 0.024245663, 0.012690344, 0.009687773, -0.04072165, -0.036772013, -0.032919545, 0.01020855, 0.011890581, 0.0046022763, 0.017242605, 0.023297941, -0.0079075005, -0.021137698, -0.044134352, 0.022643395, -0.014839261, 0.005114767, 0.0039792648, 0.026056219, -0.0804399, 0.010018266, 0.006203056, -0.021975612, 0.035908166, -0.04534139, -0.001077797, 0.01222775, -0.0111776125, -0.004217715, -0.016465018, -0.0046955706, -0.0055411165, -0.019530777, -0.015405582, -0.032169856, -0.020796474, 0.011554365, -0.04834921, -0.0374296, -0.015670024, 0.03778966, -0.028001739, -0.04986671, 0.06545757, -0.022726495, 0.0020521062, 0.018971015, -0.070732094, 0.013249034, -0.01638451, -0.052925553, 0.031584222, -0.012355559, 0.043977935, 0.006561924, 0.05870655, -0.0320554, -0.023097284, 0.013667992, -0.028753335, 0.02509264, 0.01338042, -0.012607364, -0.003250321, -0.018924398, -0.04348291, -0.029076435, -0.060175408, -0.009133614, -0.023431117, 0.016889937, -0.00756747, 0.016080158, 0.03226142, 0.0061095827, -0.008180289, 0.010890518, -0.004690563, 0.014032344, 0.046928044, -0.014514969, 0.028241143, -0.04792286, 0.017149372, 0.012110193, -0.011154484, -0.036932193, 0.019051254, 0.034790188, 0.040979654, 0.020140676, 0.04284672, 0.024138836, -0.020820558, -0.043549854, 0.013039913, 0.036998957, -0.07778451, 0.008363777, 0.052813962, 0.015144478, -0.008210333, 0.0021076654, -0.030887945, 0.020231733, -0.06762651, -0.022312306, -0.03587252, -0.023579909, -0.0005746661, -0.000976217, 0.008805506, -0.012516036, -0.0068778708, 0.0022404823, 0.042460434, 0.055660143, 0.020207262, 0.02326706, 0.021778177, 0.056840435, -0.037222147, 0.02188071, 0.037397645, 0.013430495, 0.0063544717, -0.0023837911, -0.039934047, -0.010383335, 0.017305795, -0.014497323, 0.038337145, 0.024141312, -0.06888744, 0.0025943432, -0.025082625, 0.0103087, 0.008600438, -0.0154051045, 0.026517145, 0.021964643, -0.008898978, -0.03012654, -0.005868748, -0.051427133, -0.0021594688, 0.031977426, -0.0059612663, 0.0039101136, -0.0042324993, 0.008261481, 0.0024436424, -0.0242645, -0.05926167, 0.07490403, 0.00013639378, 0.05023869, 0.012402773, -0.053078163, 0.071935795, 0.027112793, -0.02322128, -0.020064788, -0.011374096, -0.032451227, -0.07615542, 0.02862314, -0.031623565, 0.026763702, 0.056351613, 0.025822299, 0.009635314, -0.08704594, 0.02866606, -0.034270607, -0.0030731522, -0.02470325, -0.02673461, 0.003215984, 0.03779419, 0.023799283, 0.010870728, -0.021217668, 0.062973864, -0.0078109875, 0.00262868, 0.0013276932, 0.0075627016, -0.020927384, 0.007423923, -0.028362276, 0.07288435, 0.024700627, 0.04789234, 0.01155818, 0.002626534, -0.036285512, 0.01344504, -0.0019428959, 0.02657294, 0.002974672, 0.029453902, -0.01587509, -0.0042880583, 0.009052063, 0.03400068, -0.044797964, 0.0072417464, -0.020196771, -0.04348005, -0.019188602, 0.03840391, -0.006158704, 0.04276386, 0.01774073, 0.0009461722, 0.024982117, -0.040221855, 0.07877838, 0.001795295, 0.008524373, 0.026776103, -0.017624365, 0.009817729, 0.021987716, -0.036117643, 0.025747903, 0.0572005, -0.020419484, -0.023751117, -0.002570975, -0.021324405, 0.0076948623, 0.017496288, 0.035146672, -0.022415793, -0.06626949, -0.058578745, 0.04640059, 0.0009828936, -0.03645243, -0.018537154, -0.017637718, -0.044580735, 0.0038409631, 0.024953386, 0.008068455, 0.0050775683, -0.064812794, 0.0007954714, -0.0023864142, 0.036819164, 0.012959316, 0.020864433, 0.010648252, 0.0028966987, -0.025743132, 0.008234536, 0.023183128, 0.061554607, -0.007597038, 0.017541384, 0.024026288, 0.03222899, 0.013918842, -0.006012772, -0.043208897, 0.035728015, 0.045618474, 0.00065395096, 0.0061987634, -0.018139418, 0.019193847, -0.005115482, 0.011671683, 0.008706788, -0.004858015, 0.018098405, 0.025793446, -0.06562162, 0.0328647, 0.036882594], [-0.02470732, -0.06418544, -0.047785062, -0.052768894, 0.010843555, 0.032612454, 0.021307653, -0.012688062, 0.012607225, 0.03253851, 0.016966235, 0.013742507, -0.08071516, -0.01761935, -0.020752493, 0.040135987, 0.033164997, -0.03865394, 0.02905777, 0.041879214, -0.04723727, -0.0065342356, -0.026641935, 0.0012968376, -0.029312644, 0.050934844, 0.01142035, 0.014757962, 0.0044125053, 0.0072914874, 0.004886352, -0.05719923, -0.015383734, 0.0067413207, 0.012298618, 0.01840418, 0.023815498, 0.0035834515, -0.055967182, -0.02658214, -0.059642404, 0.0055054673, -0.022962432, 0.053622436, -0.0010613408, 0.03822919, 0.013676294, 0.017867805, -0.003826438, -0.036645144, 0.021635516, 0.0023943766, -0.036904417, 0.0002936281, -0.004454588, 0.04802852, 0.044339985, 0.008115073, 0.013604135, 0.011863763, 0.0062491666, -0.010473132, -0.07590298, 0.0046503795, 0.03050582, 0.042010456, -0.0018297667, -0.010438286, -0.010132191, -0.053291477, -0.020146454, 0.015633853, -0.002527817, 0.0053219204, 0.047696613, 0.0137822125, -0.054333802, 0.032981448, -0.016026625, -0.028029952, -0.016124582, 0.0026329048, 0.0019700425, -0.055378497, -0.046394665, 0.0108621, -0.0012498809, 0.018463382, 0.07235567, -0.013763074, -0.022462996, 0.021859245, 0.026939174, -0.007293389, 0.021152634, -0.00016547786, 0.008745125, 0.0599144, 0.027760338, 0.029928667, 3.5663334e-06, -0.07697954, -0.032715164, -0.012135043, 0.034233827, -0.01029006, 0.032207318, -0.003310508, -0.0223281, -0.0005539704, -0.0024366376, -0.004723965, 0.0075790524, -0.0503105, 0.017846644, -0.004264383, 0.013070374, -0.035462666, -0.04581692, -0.026872499, -0.0068610455, 0.009754634, -0.006481335, 0.02856395, 0.0052230135, -0.01280587, 0.0320504, 0.021506416, -0.031213261, 0.02128578, 0.010688539, 0.01715644, 0.021072274, -0.03036804, -0.023998093, 0.005570137, -0.017311933, 0.06387825, -0.038368754, 0.06408368, -0.044439364, 0.0018787442, 0.033631947, 0.009060388, 0.036302418, -0.0122686615, 0.0061540646, -0.08240274, -0.003627674, -0.042404175, 0.012946265, 0.007379219, 0.0025829761, 0.015516878, -0.016146455, -0.04796721, 0.0066276737, 0.030980023, -0.045032803, 0.042978596, -0.025678312, -0.0060256766, 0.012043744, -0.0012727054, -0.027573936, -0.042128377, 0.01205801, 0.00070185435, -0.007401806, 0.043863043, 0.0816928, -0.023922013, 0.007831193, 0.042647637, -0.051823873, -0.03492819, 0.0035102228, -0.019671537, 0.032760814, 0.019309407, -0.012516403, 0.01995625, -0.016418684, -0.015671182, -0.045380875, -0.007895148, -0.018360434, -0.03018806, -0.0041274363, 0.00031764142, 0.029444834, -0.018232523, 0.005269673, -0.00058155006, -0.034339033, 0.03859798, -0.02775273, 0.024206132, 0.019884923, 0.042248208, 0.03243342, -0.0011302899, 0.027149066, -0.024539344, -0.035167374, -0.051495947, 0.007614508, -0.0043956246, 0.05195774, -0.020337133, -0.0053999037, 0.06491487, 0.030311337, 0.042184018, 0.037447926, 0.02250689, 0.051864944, -0.04230242, 0.060407978, 0.05857916, -0.018611504, 0.021457199, 0.028998569, -0.033173554, -0.011173084, -0.003325249, 0.00032810264, 0.017571323, 0.024468848, 0.001768188, 0.05727341, -0.019610077, -0.016459342, -0.06563194, 0.01848692, -0.028992862, -0.03151854, 0.054719914, -0.04440884, 0.030726576, -0.034039937, 0.038885396, 0.031277217, -0.022151208, -0.020286255, 0.011179266, -0.07430907, -0.0074607693, -0.009805158, 0.016325723, 0.061065137, -0.039678548, -0.008712968, -0.014151685, -0.0100909285, -0.021262478, -0.0018830239, -0.009038515, 0.02880765, 0.037096523, 0.007462671, -0.031546358, -0.02623157, -0.037087012, 0.030609598, 0.012153112, 0.02870518, -0.050329994, 0.0339125, -0.019785065, -0.022476876, -0.0584774, 0.040111974, 0.022698047, -0.028690832, 0.026621964, 0.0065011876, 0.022519017, 0.034967184, 0.026270086, -0.046070367, -0.013886825, 0.014880643, -0.0031995953, 0.03801616, -0.018698998, -0.0064602937, -0.0648407, -0.012639798, -0.041634325, -0.0048556817, 0.012202803, 0.020369707, 0.055882063, 0.056699704, -0.021869706, 0.069223, 0.012280075, -0.048289575, -0.03461697, 0.007456014, -0.006597241, -0.01651545, -0.03382881, -0.005551592, -0.028868278, -0.047678545, 0.030617684, 0.015120301, 0.028085113, -0.046524007, -0.028476933, -0.06530955, 0.030155012, 0.01254208, -0.022048498, 0.045144547, 0.106282435, -0.031425577, -0.028355204, -0.043220155, -0.0026216113, 0.015026151, -0.077108875, -0.008583451, 0.036138844, 0.025974317, 0.00088575826, -0.055726096, -0.050343312, 0.027133614, 0.031044217, 0.005198168, 0.0009707559, 0.038291123, 0.037811216, -0.008646694, -0.0053190673, 0.03381502, 0.062598184, 0.018423557, -0.030391103, -0.040943407, -0.019555394, 0.0039724195, -0.054016158, -0.023233948, -0.07224084, 0.034821678, 0.0039268895, 0.02544983, -0.009908224, 0.006430099, 0.023255346, -0.03322681, 0.00039182112, -0.0106096035, -0.005778411, -0.007499761, 0.0049025193, 0.016438084, -0.013907272, -0.03323442, 0.03772895, 0.012241558, -0.029543296, 0.06247455, 0.004318116, 0.02199429, -0.016764618, 0.052728474, 0.029098902, -0.003943651, -0.0136241065, 0.0062626, 0.04704136, -0.023370419, 0.011026508, 0.036613405, 0.0071402746, 0.018091295, -0.027062288, 0.03804279, 0.01426557, 0.03371992, 0.03747253, 0.041789815, 0.023783937, -0.018565854, 0.02022967, 0.02317546, 0.025284827, 0.021190677, 0.04711174, 0.016863883, -0.030540057, 0.035125054, 0.03982453, 0.02007703, 0.018257724, -0.012569899, 0.01554636, -0.021764144, -0.017570134, -0.011361387, -0.04001711, -0.040008552, 0.022526031, -0.011635756, 0.02816381, 0.035804085, -0.018094148, -0.024990011, 0.027357223, 0.00996802, -0.003266761, -0.03596415, 0.020944748, -0.030379215, 0.0016847358, 0.026342364, 0.059334274, -0.08166618, 0.012097002, 0.009783878, -0.014080716, -0.015549688, -0.028977646, -0.05204564, 0.022790771, -0.015057059, 0.0047798376, 0.00977844, 0.07401805, 0.059336174, -0.0019761645, -0.016438417, -0.038879212, -0.054113638, -0.012568946, -0.016761528, -0.07645457, 0.01404006, -0.008737041, -0.011989061, -0.0055206837, -0.04275225, 0.022080356, 0.010869233, -0.005196861, -0.0026695193, -0.017097477, -0.042841647, -0.039465517, -0.029336657, 0.032643836, 0.062870175, -0.056342356, -0.011952447, -0.042235848, -0.039599612, -0.023367, 0.035977643, 0.0012033996, 0.012566807, 0.036577024, 0.0068566324, -0.06612647, 0.013143602, 0.029540414, 0.0063970503, -0.04582429, -0.031108174, -0.0401181, -0.027106272, 0.007432238, 0.02825487, -0.00729862, 0.014147644, 0.0012425105, 0.017212313, 0.034644786, 0.040702324, 0.026183067, 0.025838323, 0.015820254, -0.02217974, -0.0074426993, -0.006290061, -0.01261947, 0.02657049, 0.027076077, -0.0001266457, 0.06083689, -0.025372619, -0.0067608166, -0.018511647, 0.04619305, -0.04352573, -0.011076317, 0.08855158, 0.025320966, -0.081947684, 0.038645737, 0.009631001, -0.060814064, 0.033631235, 0.06715929, -0.018953396, 0.013909651, -0.020930571, -0.039478835, -0.00079707545, -0.027252017, 0.049413208, 0.06085781, -0.0015356631, -0.018049538, -0.01279642, -0.038662616, -0.012406085, 0.01268616, -0.028792195, 0.035920106, 0.0059876353, -0.022695193, 0.021306701, -0.037983827, 0.027252492, -0.0072039934, -0.0052838796, -0.06617117, -0.071621954, 0.0077127903, -0.016648594, -0.010010459, 0.039117444, 0.01096909, -0.011403232, -0.019378979, -0.03597907, 0.00840604, 0.010824059, -0.0020052302, -0.027636705, -0.004360199, 0.0063319053, 0.012880169, 0.013232523, -0.022129335, -0.028394282, 0.010936279, -0.061706126, -0.05649072, 0.06800189, 0.0034783636, -0.00031954344, 0.006550581, 0.038743693, -0.02605361, -0.013223964, 0.009228957, 0.013492865, -0.000589396, 0.035355706, 0.031547308, -0.022351874, -0.061824054, -0.09059817, 0.033402275, -0.033550162, -0.038935203, -0.05561007, -0.03557322, 0.019843077, -0.039629094, 0.010336422, -0.025527336, -0.0014533997, -0.0069158333, -0.00699144, 0.0029006177, 0.021439368, -0.011397288, -0.0050998563, 0.05434236, -0.030193053, 0.023103658, 0.048556816, 0.0040758434, 0.013597715, 0.0027227765, 0.023562051, -0.01565549, -0.051284824, -0.049834512, -0.0322368, 0.016491437, 0.020798855, -0.048921533, -0.039216824, -0.04077793, 0.00091844966, 0.037260097, 0.01317983, -0.032890625, -0.019415118, 0.039760336, -0.013449356, 0.008787445, 0.010672847, 0.007213265, -0.013836541, -0.016728004, -0.018622916, -0.013152399, -0.04399809, -0.0055577736, -0.038884204, -0.015837848, 0.0025363762, -0.00084688526, -0.0007841178, 0.04873846, -0.028826553, 0.0010437468, -0.011407214, 0.07110281, 0.010602946, 0.03605896, 0.033559673, 0.0029087013, 0.07572419, -0.015224082, -0.021538036, 0.06967569, 0.03680836, -0.03201711, -0.03605325, 0.010906441, 0.023935325, 0.03725035, 0.0155160455, -0.012342486, 0.010598192, 0.017985493, -0.003208511, 0.016040416, -0.027448403, 0.004939609, 0.05986542, -0.0313086, 0.006686518, -0.029840222, 0.018944837, -0.0006295767, -0.01278471, -0.006597479, -0.04654683, -0.016484305, 0.026509268, -0.05753304, 0.040448878, 0.037765685, 0.021139797, 0.012263906, 0.023475982, -0.030051231, -0.019893005, -0.015733711, 0.055717535, -0.007786019, 0.041013785, -0.018810743, -0.0027108889, 0.008535899, -0.04155967, -0.026973605, 0.005385638, 0.048714686, -0.0031564427, -0.007962434, -0.0035589626, -0.020096526, 0.040372793, 0.024823582, -0.00894059, 0.018398741, -0.0514541, -0.047642883, 0.01971897, 0.015364358, -0.007101283, -0.007477887, -0.009428434, -0.02035758, 0.049399897, -0.007769079, 0.025388487, 0.0068611493, 0.028225388, 0.054636344, 0.014091771, 0.023609601, 0.00013504515, -0.0101854475, 0.053799327, -0.017072273, -0.044570606, -0.086737745, -0.032893956, -0.0037668205, -0.00650832, 0.030715164, 0.036174983, -0.017885398, 0.026180927, -0.05766618, 0.029578691, 0.0053720865, 0.015657153, 0.011620064, -0.053497612, -0.010033284, 0.055986673, -0.02579933, -0.03336471, -0.046002842, -0.010856393, -0.0044310503, -0.028002372, -0.006860674, 0.007528292, 0.013494054, 0.03150451, 0.015129336, -0.051520675, -0.025533043, 0.0026357581, 0.027598664, -0.00162815, -0.029187823, 0.0038454582, -0.005020446, 0.008437945, -0.057087958, 0.00057251536, -0.021702755, 0.015014024, -0.005702329, 0.0046105557, 0.03518021, 0.034339488, 0.01840228, -0.019265808, -0.050587963, 0.031736784, -0.06004255, 0.0027678972, 0.008429861, 0.028784115, -0.08654492, 0.006669994, 0.011419399, 0.013391105, 0.019498806, -0.030449828, 0.02318402, 0.009627197, -0.0053485483, 0.0015663336, -0.015793625, -0.015887776, -0.026516639, 0.01155587, 0.018311458, -0.07794198, -0.0102212895, 0.0039425814, -0.024148354, -0.031592958, -0.015010933, 0.026906319, -0.034296237, -0.043028045, 0.04211982, 0.0018221586, 0.008502139, 0.052313827, -0.05670446, 0.031718493, -0.014759864, -0.029980022, 0.0037562998, -0.053138364, 0.053934373, -0.018400377, 0.04201616, -0.029905844, 0.009261054, 0.0031188773, -0.0094769355, -0.005819305, 0.0140523035, -0.010938182, 0.0022957674, 0.006114597, 0.02611602, -0.04338278, -0.06107084, -0.014876365, 0.019098427, 0.0064821676, -0.00804755, 0.01619472, 0.0021340938, 0.027438892, 0.011614358, 0.028728478, 0.03955872, 0.006607702, 0.0026100804, 0.035594385, -0.022313835, -0.0366581, -0.003607465, 0.0026543029, -0.018738108, -0.038632423, -0.01602092, 0.019355204, 0.014374611, -0.0024950067, 0.05073513, 0.013234663, 0.004667617, -0.019091295, 0.00093342824, 0.025334755, -0.053622436, -0.025768898, 0.057354245, 0.022363525, -0.015162147, 0.011738467, -0.03341369, 0.03070185, -0.045455057, -0.017521633, -0.054904412, -0.037789818, 0.005553256, 9.320017e-05, 0.018387835, 0.013168804, 0.0034807413, -0.01382596, 0.06341416, 0.033415116, 0.028677123, 0.02703025, -0.020067401, 0.017816449, -0.017898237, 0.007311934, 0.031665236, -0.010385162, 0.007739151, 0.0058487863, 0.012765096, 0.021775555, 0.04199334, -0.022237752, -0.01304208, 0.0035126004, -0.0553571, 0.020753205, -0.028648593, 0.012959817, 0.024687584, -0.018428909, 0.030592483, 0.040020917, -0.017410362, -0.02505563, -0.02453447, -0.021362811, -0.011394709, 0.030417256, -0.01386424, -0.023514975, -0.022570608, -0.015910601, 0.012704706, -0.029812645, -0.058192693, 0.07595981, -0.025291009, 0.04175582, 0.05223109, -0.03476842, 0.06788016, 0.03903233, -0.016038276, -0.024148297, -0.0027857518, -0.017604847, -0.06800189, 0.015883973, -0.0346096, 0.06463908, 0.055037078, 0.02873466, 0.004275796, -0.06827579, -0.0021754634, -0.030883495, -0.046413448, -0.04230558, -0.027869705, -0.0073043257, -0.0028949114, -0.0014898654, 0.012003802, -0.030316684, 0.078497365, -0.0089358045, 0.011775914, 0.016660482, -0.0045370893, -0.014856869, 0.008056584, -0.0031364711, 0.0421707, 0.008272466, 0.026927719, -0.02972515, -0.008726906, -0.035005227, -0.0027713974, -0.017461717, 0.005510222, -0.01324239, 0.013497857, -0.010466712, -0.0068454575, 0.035740364, 0.07202661, -0.035268657, 0.020195907, -0.0005625296, -0.04185377, -0.0031564427, 0.04911762, -0.00417475, 0.025150375, 0.0030727529, -0.020057295, 0.028003799, -0.035513368, 0.07892652, 0.027694479, 0.012052067, 0.015065261, -0.020860435, 0.020695906, 0.025312882, -0.017166901, 0.003081312, 0.014168329, -0.010533165, 0.014446978, -0.009910602, -0.040642884, 0.0030309076, 0.02045732, 0.05576604, -0.01822741, -0.059732754, -0.033831663, 0.052906793, -0.018388964, -0.0032096996, -0.0056471694, 0.018543981, -0.028285302, -0.011266523, -0.006502139, -0.011976698, -0.03155682, -0.06409509, -0.006223489, -0.0097765075, 0.036574412, 0.027248688, 0.04347693, 0.023892531, -0.013907749, -0.051223956, 0.00898811, 0.012362769, 0.05019685, 0.010902518, 0.045711834, 0.010404183, 0.033657506, 0.024941508, 0.020851992, -0.044093963, 0.03950356, 0.04211982, -0.0014075128, -0.024507068, -0.010546182, -0.006238943, -0.011357107, -0.013596883, -0.01717451, -0.01708036, 0.037817396, 0.010129813, -0.03071136, 0.008657393, 0.021269135], [-0.022107933, -0.0727456, -0.035291977, -0.04516625, 0.008189505, 0.03009742, 0.0031201812, -0.0096411165, 0.0259986, 0.020001825, 0.011676805, 0.024913516, -0.057581585, -0.0037873278, -0.01854977, 0.0021114352, -2.071195e-06, -0.024904046, 0.04020219, 0.054864176, -0.01943269, -0.006425623, -0.028580122, 0.03650984, -0.018116001, 0.01309487, -0.00075404433, 0.0021179449, 0.0049800402, -0.011958488, 0.019878736, -0.0339889, -0.009011769, 0.0143353315, 0.012026356, 0.024494542, 0.045301173, -0.019977858, -0.05843847, -0.035805486, -0.07287765, 0.036363672, -0.030724697, 0.015801478, 0.02092321, 0.039194107, 0.02198544, 0.03727204, -0.007226695, -0.03170585, 0.041767124, -3.313912e-05, -0.042910423, 0.011092137, -0.01956865, 0.02336308, 0.043461952, 0.039748006, 0.0392092, -0.005179171, 0.019115353, -0.0055510984, -0.05453397, -0.0040607257, 0.02527479, 0.020153318, 0.024579758, -0.00530936, -0.0038340776, -0.058160927, -0.028453484, 0.025070854, -0.0034807909, -0.011483888, 0.06344721, 0.007666972, -0.07075675, 0.0009958749, -0.023950113, -0.012283961, -0.007046575, -0.00036778502, -0.0035955943, -0.066372916, -0.065267496, 0.022168886, -0.012876915, 0.015677761, 0.05228406, -0.015963586, -0.038637843, 0.01210288, 0.024989262, -0.0016474876, -0.02088889, 0.013445013, 0.003480199, 0.03694065, 0.030398335, 0.047591913, 0.04198904, -0.046412516, -0.018051943, -0.00472839, -0.0036837682, 0.006101148, 0.038220648, -0.019994725, -0.0013297071, -0.0017261191, 0.032741446, 0.010456279, -0.009909928, -0.08967446, 0.02919142, 0.0025271536, 0.037795164, -0.018722419, -0.04511181, -0.036651865, -0.017827163, 0.013424893, -0.009534302, 0.0305519, -0.009797491, -0.018582761, -0.01579789, -0.0006030136, -0.06008359, -0.014067555, 0.03973735, 0.015230384, 0.047788087, -0.019763637, -0.042261846, 0.014709035, -0.024163151, 0.05571159, -0.02517212, 0.041232165, -0.049126077, -0.020162787, 0.024392758, 0.017297436, 0.028457923, -0.039232574, 0.0063567925, -0.046147402, 0.0082066655, -0.051048446, 0.0045211227, 0.0053442745, -0.00020704552, -0.0012131284, 0.0030470237, -0.033422872, 0.00026511296, 0.021953482, -0.036457762, 0.006836571, -0.018399904, 0.0052430816, 0.037301626, 0.0016122774, -0.032763936, -0.040917344, 0.017575568, 0.0132518, -0.006747953, 0.0460184, 0.07690169, -0.0010708078, -0.010638544, 0.0485062, -0.044017106, -0.037210494, 0.00640517, -0.0399066, 0.03616543, 0.028758245, -0.017239591, 0.021465862, -0.0062632933, -0.00076456676, -0.03718801, 0.029745316, -0.04817363, -0.029674305, 0.007970845, 0.0026215408, 0.030093871, -0.0160346, 0.015951898, 0.03297224, -0.007404226, 0.025022402, -0.031378012, 0.025715956, 0.019971497, 0.055290252, 0.002803806, -0.004569648, 0.011390389, -0.036141757, -0.032644935, -0.058608156, 0.018199293, 0.009417428, 0.05459906, -0.044341322, 0.015393333, 0.062022224, 0.027874732, 0.04231569, 0.055811007, 0.044709403, 0.039795347, -0.053278234, 0.028552828, 0.055001467, -0.048785515, 0.01809529, 0.02635921, -0.04397916, -0.050938375, 0.011797527, -0.018025424, -0.009450566, 0.010657777, -0.0002266479, 0.06449346, -0.032334313, -0.028823933, -0.0626365, 0.015629532, -0.007961821, -0.057868, 0.037746638, -0.04127004, 0.037708767, -0.02387851, 0.033946294, 0.025048438, -0.027575592, -0.012540789, 0.0017291518, -0.053131472, 0.010105064, -0.01833895, 0.0015019121, 0.039303884, -0.0124177, -0.03093655, 0.012131284, 0.0021540427, -0.010713995, -0.013859253, 0.005831597, 0.0043029445, 0.031799942, 0.009054081, -0.03044479, 0.005333031, -0.024330622, 0.027280742, 0.019847965, 0.028874824, -0.013214297, 0.0124106, -0.043428816, -0.03963912, -0.06632558, 0.02968318, 0.01848571, -0.01348052, 0.062202122, 0.042271312, 0.02725086, 0.046792433, 0.027701935, -0.054606166, -0.011286829, 0.017628236, -0.0024475604, 0.029310364, 0.013618994, 0.015822006, -0.032408282, -0.00017871453, -0.046773497, -0.0010711036, -0.0029884384, 0.02257129, 0.05700165, 0.046627924, 0.009322744, 0.07330373, 0.0059934463, -0.056331765, -0.027410785, 0.02165878, -0.015437207, -0.02104334, -0.0035364174, 0.008610845, -0.021111391, -0.03548726, 0.018805265, 0.036468416, -0.00796049, -0.02599971, -0.03174136, -0.05889339, 0.008606407, 0.03450137, -0.012286623, 0.05389959, 0.070491634, -0.017105406, -0.03218755, -0.008128552, -0.021977153, 0.008779499, -0.06191334, 0.0394104, 0.055597972, 0.022847055, 0.010856613, -0.046731483, -0.035589635, 0.034381833, 0.035890847, -0.008343956, 0.008105177, 0.01892362, 0.016140083, -0.027209582, 0.021502554, 0.017302763, 0.037744273, 0.01913784, -0.065726705, -0.017364603, -0.014071107, 0.03972108, -0.05957289, -0.015612075, -0.060644586, 0.005116443, -0.009249364, 0.0355204, -0.038884614, 0.024506377, 0.009069023, -0.011115807, 0.0050507938, 0.0057910606, -0.0031600515, 0.003432266, -0.0008083578, 0.0067012035, -0.04053861, -0.043114286, 0.03343796, 0.021274721, -0.014024949, 0.06779317, -0.020648925, 0.018402861, -0.019758016, 0.06473963, 0.0044850246, -0.004188548, -0.006511837, 0.010132285, 0.066301905, -0.05561898, -0.02437382, 0.04085817, 0.0029505652, 0.011411692, -0.02649236, 0.061302632, 0.007561636, 0.056130562, 0.03916807, 0.04031137, 0.012506318, -0.022032188, 0.024967957, 0.025385156, 0.008355792, 0.014685363, 0.04057308, 0.025922483, 0.0022374822, 0.045775775, 0.022496026, 0.009760654, 0.023291178, -0.0045909514, 0.02987373, 0.006515387, -0.009466544, -0.031896994, -0.051095784, -0.052682914, 0.009789059, -0.008818557, 0.0248212, 0.036350064, -0.014074657, -0.005074723, 0.024475606, 0.03310361, -0.012026541, -0.022968663, -0.003423685, 0.012998819, 0.006080436, 0.04493546, 0.03722233, -0.05480263, 0.031543706, 0.020773346, -0.011669557, -0.033764027, -0.039810732, -0.053127334, 0.023875551, 0.02491618, 0.012589314, 0.015453481, 0.06442718, 0.050343055, -0.00030061914, 0.0118312575, -0.021875959, -0.07977059, -0.018438367, -0.020988898, -0.036250647, -0.019459764, 0.031001644, -0.036942646, 0.027931543, -0.02133449, 0.013769525, 0.03370071, -0.0073238364, 0.02134041, -0.03806501, -0.008242172, -0.04399691, -0.038611807, 0.022637863, 0.0702928, -0.04319033, -0.0055437014, -0.03480961, -0.04722561, -0.0018273857, 0.033552766, -2.8404958e-05, 0.0105986, 0.013297958, 0.040660217, -0.031573296, 0.001607839, 0.018832488, 0.030459583, -0.030726472, -0.015310273, -0.055776685, -0.026601244, 0.0109169725, 0.054168258, 0.005379559, -0.018619599, 0.019398656, 0.029321017, 0.023690624, 0.044149593, 0.051685188, 0.009354552, 0.023931473, -0.024776224, -0.0017185, -0.009617445, 0.00889519, 0.0069071394, 0.039795347, -0.010136428, 0.042868998, -0.029589571, -0.021119088, 0.020482343, 0.036277868, -0.047888983, -0.007167222, 0.027840411, 0.041610897, -0.06715406, 0.015826296, 0.013897126, -0.07332267, 0.030154822, 0.069909334, -0.030425854, 0.0021883654, -0.032185186, -0.04790141, -0.013897126, -0.0030789792, 0.05300247, 0.060672987, 0.00772319, -0.026385838, -0.01549668, -0.0154818855, -0.023554813, 0.0018285692, -0.006866011, 0.034694288, -0.0073225615, -0.03655955, 0.033160422, -0.02502181, 0.017876187, 0.0014847509, -0.012261474, -0.01968227, -0.06746651, -0.00024380923, -0.020047983, -0.0054729846, 0.026310094, 0.0047240993, -0.0025283373, -0.012737257, -0.015781322, -0.004208668, 0.016255032, -0.0067768013, -0.027082944, -0.007002266, 0.004517572, 0.005644006, 0.019497821, -0.020276407, -0.005296933, 0.022257652, -0.09526076, -0.04459401, 0.083299905, -0.008831575, -0.016145851, 0.047772408, 0.03337464, 0.011212857, -0.0062811947, 0.016319241, 0.016524585, 0.009243447, 0.02346782, 0.0355707, 0.0076953764, -0.06775293, -0.065842696, 0.041279208, -0.046539158, -0.043473788, -0.057752017, -0.011105155, 0.0054496094, -0.043741267, 0.021255193, -0.038095783, -0.026704213, -0.025820402, 0.005737506, 0.017627643, -0.001211649, -0.011554604, 0.012020919, 0.020523174, -0.016367173, 0.024389723, 0.042151775, -0.0070568565, 0.02274527, 0.0003290241, 0.039530236, 0.013992992, -0.018760882, -0.0096476255, -0.02683795, 0.02284158, -0.0045234896, -0.022193741, -0.018627735, -0.079784796, -0.031210836, -0.0072195935, 0.033037186, 0.0048548807, -0.011750776, 0.03536891, -0.0029476061, 0.002104334, -0.0034014937, 0.02091315, -0.01970594, -0.02951867, -0.010793588, -0.0028481889, -0.03211062, -0.0047980705, -0.034862354, -0.020556904, -0.0015309089, 0.0031141895, 0.020387659, 0.031028867, -0.038346693, 0.019777544, 0.0027434453, 0.07039695, 0.01639321, -0.003223371, 0.046300083, 0.01420603, 0.076179735, -0.013710422, -0.06898145, 0.094796814, 0.02646928, -0.046203434, -0.00065745646, 0.010816372, -0.0016983799, 0.05031228, -0.0029706853, 0.007179205, 0.021007834, 0.004950156, 0.019202935, -0.0043929303, -0.01747615, 0.037226476, 0.04033149, -0.016254736, 0.008641616, -0.052302994, 0.02327692, 0.00030890392, -0.02024741, -0.00039175173, 0.017310455, -0.041651137, 0.06072625, -0.07983214, 0.02394183, 0.02883547, 0.026712498, 0.022096692, 0.053011347, -0.024273813, -0.007506306, -0.012996452, 0.04278615, -0.002495198, 0.027926216, -0.02707673, -0.00034204303, 0.0049347696, -0.052378744, -0.018399904, 0.0026617812, 0.03673649, -0.024319379, -0.011016094, -0.006308268, -0.023080213, 0.027423212, 0.012115306, -0.004967317, 0.033811368, -0.06609834, -0.039534375, -0.020553354, 0.01562746, 0.011428261, -0.013418384, -0.0062675835, -0.0154883955, 0.050170254, 0.02317371, 0.019370407, 0.0332338, 0.05204735, 0.04476481, 0.0055271313, 0.03396138, 0.0080446685, -0.022847055, 0.038025953, -0.002484842, -0.02528574, -0.080244005, -0.02371666, 0.016221005, -0.029212132, 0.04473781, 0.03792772, -0.00011953753, 0.02804627, -0.055230632, -0.013210377, -0.022446427, 0.023221053, 0.006391708, -0.050340686, -0.023231113, 0.06872106, -0.024733616, -0.028485438, -0.046880018, 0.0062609264, -0.008039195, 0.0005982794, -0.022244634, 0.019586403, 0.018654069, 0.014849876, 0.014664208, -0.044233624, -0.058544394, -0.020494178, 0.014567009, -0.043185007, -0.033541523, 0.039290566, -0.0054404372, 0.0049197073, -0.0569046, -0.018992266, -0.05210179, 0.007095322, -0.012988167, -0.00937837, 0.02652313, 0.01802768, 0.011930601, -0.010800986, -0.030994544, 0.014634471, -0.042410675, 0.020410145, -0.0065331403, 0.012241353, -0.07287055, -0.005664422, 0.004996018, 0.004577045, 0.016283143, -0.021126779, 0.012055538, 0.0049874373, -0.006943681, -0.018853791, 0.001487118, -0.023541793, -0.009105712, 0.0002763566, 0.0078060376, -0.09060708, -0.05120467, 0.02076876, -0.044947296, -0.055678155, -0.019913651, 0.03977404, -0.04821742, -0.047301356, 0.03751585, -0.030788017, -0.015832214, 0.012813004, -0.057183914, 0.021126188, 0.011155048, -0.033809002, 0.024989557, -0.03752502, 0.03387883, -0.008436273, 0.06621669, -0.03547779, -0.00083321217, -0.0038311186, -0.006816746, -0.0034736898, 0.01684059, -0.0058567473, 0.0027150407, -0.0006829026, 0.021452846, -0.01213957, -0.07135326, -0.016230326, 0.019516574, -0.005063184, 0.0008876549, 0.032468345, 0.012400669, 0.015785463, 0.024831852, 0.037527684, -0.024913812, 0.020480715, 0.017084103, 0.0011699293, 0.009561227, -0.02003023, 0.00991333, 0.044382747, 0.003646043, -0.01106018, 0.037691012, 0.045040794, 0.00586444, -0.0041636936, 0.052860446, 0.007423162, -0.009271852, -0.0034090388, -0.001245084, 0.017871896, -0.038198307, -0.028864171, 0.03973735, 0.0028623913, 0.025428355, 0.007778224, -0.02525911, 0.043625873, -0.06245274, -0.024560822, -0.07013658, -0.034354612, -0.006092863, -0.02891033, -0.006230154, 0.02859906, 0.006299391, -0.027059272, 0.037862033, 0.03754544, 0.014375646, 0.015191327, -0.021681268, 0.058329582, -0.044044845, 0.0151539715, 0.03805791, 0.0016042884, -0.007985936, 0.040749278, -0.028036432, 0.005738393, 0.034964137, -0.03147861, -0.005624182, 0.014334444, -0.059644498, -0.0013604792, -0.017112212, 0.0090114735, 0.02713857, -0.026485847, 0.04487983, 0.025976334, -0.0189106, -0.0037334766, -0.011066099, -0.037311688, -0.00032636116, 0.036608074, 0.014401314, 0.008617355, -0.005963266, 0.0073722703, 0.013157413, -0.027633289, -0.045092873, 0.057379197, -0.005526244, 0.04172925, 0.0527557, -0.032354727, 0.054589596, 0.02905709, -0.016692942, -0.02867599, 0.0041992, -0.014963496, -0.07014974, 0.017256012, -0.04118364, 0.046442106, 0.050081197, 0.03510143, 0.009128643, -0.043506928, -7.69301e-06, 0.013275175, -0.018395761, -0.04191625, -0.041373007, 0.0062400666, 0.007635608, 0.017932998, -0.014395396, -0.030067831, 0.060268223, -0.0043645995, 0.0023505103, -0.003910416, 0.0016486711, -0.03322374, 0.040171713, 0.0013989442, 0.06501214, 0.016517779, 0.040367883, -0.023986805, 0.022937596, -0.029122183, 0.027222972, -0.006406502, 0.0065047354, -0.03374509, 0.018685728, -0.03299946, -0.00015030957, 0.038606036, 0.060247507, -0.021406094, 0.024907598, 0.014039447, -0.06074223, -0.016466592, 0.037285354, -0.030982709, 0.04644329, 0.013592069, -0.017369188, 0.036914613, -0.029672528, 0.09640642, 0.02893637, 0.0040846923, 0.023702163, 0.0035387843, 0.0050645154, 0.020247852, -0.017444111, 0.010249752, -0.008065085, -0.010337038, -0.013476377, -0.0038760933, 0.005711468, 0.009333248, 0.007324929, 0.045808766, -0.03674418, -0.057436008, -0.062817566, 0.04881777, 0.004610184, 0.0022911853, -0.02609232, 0.01741076, -0.018100468, 0.0063266126, 0.004224054, -0.018928947, 0.004892754, -0.052014213, 0.0032713045, -0.007185271, 0.031318832, -0.0048094625, 0.034155186, 0.029967822, -0.019937914, -0.02317963, -0.0048323935, 0.023215136, 0.053770587, 0.007852788, 0.03751348, 0.022358844, 0.01531264, 0.02152859, -0.008944011, -0.052554797, 0.019836128, 0.030838318, -0.0038328941, -0.028907372, 0.00084563927, 0.011802261, -0.013031958, -0.006574564, 0.009290788, -0.0041011507, 0.045523677, 0.035078347, -0.04006756, -0.005231764, -0.00344669], [-0.01957909, -0.070735596, -0.036581073, -0.056152277, 0.0152128525, 0.031603783, -0.01996731, -0.013808763, 0.023324272, 0.01008948, 0.01722105, 0.014937873, -0.05114803, -0.010335267, -0.055517565, 0.021730427, 0.012665998, -0.042574704, 0.012700842, 0.045162994, -0.026971513, 0.014181917, -0.036346234, 0.015358817, -0.016050974, 0.03254364, 0.0038781967, 0.02187027, 0.01986584, 0.009240999, 0.01356439, -0.025258541, -0.008327658, 0.014663601, 0.023070952, 0.020683717, 0.03260229, -0.018595945, -0.03482255, -0.057499867, -0.046309527, 0.013154841, -0.03540641, 0.052566245, 0.0041292803, 0.04390652, 0.012576064, 0.038248017, -0.0048639313, -0.027096054, 0.06044106, -0.015086193, -0.057632644, 0.016240966, 0.025372313, 0.002333557, 0.04731056, 0.046045847, 0.016091939, -0.0032865677, 0.038367145, -0.010940314, -0.058655344, -0.019140255, 0.01869918, 0.021696996, -0.0067614773, -0.0014921393, 0.0029037625, -0.05438245, -0.01342125, 0.011813279, 0.02183119, -0.02801634, 0.05437433, 0.0114170555, -0.08471622, 0.01879182, 0.011443659, -0.020909727, -0.013117549, 0.00460864, -0.0019919518, -0.058340576, -0.06921568, -0.007720726, -0.030939614, 0.013264925, 0.035349905, 0.009315394, -0.032837424, 0.0067770155, 0.022086864, 0.034016445, 0.0035060511, 0.012002093, 0.030121531, 0.039538633, 0.005197768, 0.04452781, 0.037336912, -0.023545338, -0.009310921, -0.015667934, -0.0012100972, 0.008351084, 0.012979588, -0.017841458, -0.009488669, -0.010262755, -0.0070635304, 0.01555259, -0.0136143, -0.07221974, -0.0015384597, -0.019890796, 0.0045616427, -0.0064385883, -0.02326824, -0.024787216, 0.008584745, 0.027891563, 0.010691085, 0.038566787, -0.006015643, -0.03025714, 0.009570127, 0.009356948, -0.039761934, 0.004623796, 0.0068716574, 0.018502716, 0.07251318, 0.00047462177, -0.025919624, 0.001632925, 0.003220177, 0.06415587, -0.0143862665, 0.039644103, -0.04196212, -0.016473802, 0.029165696, 0.004187313, 0.0295631, -0.042196136, -0.01454471, -0.08210486, -0.0051690456, -0.02390719, -0.012779003, 0.016977146, -0.01175741, -0.035141554, -0.0060467194, -0.025098924, 0.009564006, 0.02377229, -0.025250537, 0.009954816, -0.013919297, 0.0047047827, 0.02927258, 0.031196967, -0.038684502, -0.024676567, 0.018287065, 0.006383851, -0.0024955312, 0.022308636, 0.065414935, -0.017107103, -0.014103048, 0.041439, -0.04615132, -0.021018023, -0.0039401143, -0.020016633, 0.0363839, 0.0130996555, -0.003396983, -0.0043047913, 0.00049157254, 0.015342808, -0.015849272, 0.031066068, -0.025879541, -0.02864658, 0.0060622576, 0.0065279333, 0.025364485, -0.021759618, 0.03203744, -0.00419108, -0.030063147, 0.055640932, -0.04192304, 0.0051197237, 0.028239055, 0.04167773, 0.022528525, -0.0049309107, 0.036125876, -0.03052694, -0.0047843573, -0.05302957, 0.01611407, 0.047407914, 0.04982964, -0.023154058, -0.0057857484, 0.05561662, 0.041187566, 0.054833885, 0.040399797, 0.04894349, 0.042150464, -0.013634075, 0.05819767, 0.05686798, -0.018577112, 0.02805448, 0.025693612, -0.05946333, -0.04096791, 0.016586572, -0.01015434, -0.005907228, 0.020075371, 0.0061051054, 0.046655133, -0.032722536, -0.02474437, -0.058726914, -0.023642333, -0.019402519, -0.08441488, 0.04453158, -0.043160215, 0.0506122, -0.020946924, 0.044733576, -0.0011145137, -0.039988767, -0.024644077, -0.015879111, -0.011266617, -0.0024423245, -0.010392711, 0.01632454, 0.06190801, 0.0019387453, -0.011767607, 0.027133485, -0.023118977, -0.00805162, 0.008889271, -0.0016701226, 0.0067614773, 0.020104093, -0.001116868, -0.037718307, -0.0038634532, -0.021432847, 0.012464002, 0.014278206, 0.062231954, -0.013539906, 0.026422497, -0.048845552, -0.051914584, -0.07035703, 0.037281353, -0.0039589484, -0.01925326, 0.025354126, 0.012300615, 0.03447035, 0.051199824, 0.037648473, -0.046153203, -0.02547278, -0.009175727, -0.024549788, 0.014863948, 0.0061908006, 0.003975899, -0.06863182, -0.018484117, -0.053546567, -0.0041986136, 0.01787742, 0.0120760165, 0.059525482, 0.04518171, 0.0047702314, 0.060122527, 0.01990916, -0.06184397, -0.021559507, 0.016794454, 0.001402206, -0.0069460524, -0.040476575, -0.017934864, -0.018122736, -0.0561843, 0.0070734182, 0.028457297, 0.005384458, -0.047036525, -0.043166097, -0.05592062, -0.013679277, -0.0025407332, -0.02396228, 0.07384512, 0.06808092, -0.028475424, -0.023422208, -0.06275319, -0.031544458, 0.025399799, -0.05853104, 0.0052961768, 0.044916265, 0.014871012, 0.0103960065, -0.06329067, -0.024903283, 0.024079522, 0.05027036, 0.008079871, -0.0059803287, 0.025196388, 0.00019305054, -0.010156282, 0.0057731527, 0.010372935, 0.030381445, 0.026821427, -0.013089768, -0.022065204, -0.022363843, 0.032960318, -0.05714672, 0.0061867987, -0.05077888, 0.04400422, -0.015475825, 0.028473541, 0.00283696, 0.04503139, 0.026014734, 0.009729628, 0.009050774, -0.037733376, -0.0080794, -0.025153073, 0.013760265, -0.02818632, -0.020139644, -0.03511448, 0.038375147, 0.026685232, -0.035102706, 0.052279025, -0.02521758, 0.008009243, -0.014244304, 0.05098794, 0.021798583, 0.00077337923, 0.00999372, -0.007962157, 0.06163303, -0.033460367, -0.0028070018, 0.024037616, 0.0074246763, 0.023804544, -0.019558374, 0.049745828, -0.002245978, 0.023432802, 0.06969219, 0.036108922, 0.00879145, -0.03590834, 0.036543995, -0.029253276, 0.0028700302, 0.028134525, 0.044505212, 0.025324227, -0.0242196, 0.024426071, 0.017908499, 0.01963842, 0.038264144, 0.006083917, 0.028807024, -0.012842098, -0.02564582, -0.027252438, -0.04425283, -0.03854654, -0.0014078562, -0.00496749, 0.0054882853, 0.03518605, 0.008274129, -0.0028543225, 0.024075286, 0.024897397, -0.0029419018, -0.007949915, 0.034513667, -0.00059421896, 0.021590583, 0.029686462, 0.051110364, -0.08089006, 0.008512586, 0.013989924, 0.0025508567, -0.03214244, -0.031801075, -0.04428485, 0.03365012, -0.009849343, 0.009671126, -0.01567947, 0.064993046, 0.06476704, -0.010889933, -0.0047245584, -0.03788334, -0.08250603, -0.023668937, -0.041400395, -0.07084766, 0.026290657, 0.011391865, -0.014805563, -0.02523453, -0.027022367, 0.0061317086, 0.020587662, -0.030662544, 0.007930139, 0.014824398, 0.0010156342, -0.008962724, -0.04231385, 0.009816384, 0.06432255, -0.034463286, -0.04400422, -0.02929377, -0.046249256, -0.004418974, 0.012112744, -0.0069207815, -0.0024385578, -0.0032314113, 0.01870801, -0.04610235, 0.0045720455, 0.009948576, -0.0047066663, -0.03580852, -0.0130742295, -0.058208268, -0.00997365, 0.016707817, 0.020412503, 0.023244698, 0.035123896, 0.021667803, 0.03449201, 0.03463232, 0.025063608, 0.032208834, 0.017888486, 0.016526537, -0.029120496, 0.018255988, -0.021461098, 0.0014657715, 0.0019486331, 0.015099141, -0.0031915724, 0.067355804, 0.0038059205, -0.02052857, 0.0029710946, 0.030758895, -0.032702994, 0.009268309, 0.056001604, 0.038470734, -0.056487527, 0.0010631904, -8.7579014e-05, -0.061787467, 0.017075496, 0.027403759, -0.004090464, 0.02576895, -0.03299469, -0.043207534, 0.039237283, -0.029036682, 0.04721357, 0.035565555, 0.04383848, -0.024461152, -0.015296194, -0.049414344, -0.018020326, 0.0014257488, -0.009656999, 0.013653852, -0.006475668, -0.02037672, 0.023421444, 0.004742451, -0.0017632341, 0.012027754, -0.029053634, -0.037601534, -0.05848301, 0.008351084, 0.027891563, -0.01256288, 0.023743272, 0.013371339, 0.0071810093, -0.00062676676, -0.035552137, 0.036836866, -0.004793303, -0.009281257, -0.03868544, -0.014430056, 0.008117951, -0.0018643503, 0.0052427347, -0.0025308453, -0.014604362, 0.00023660462, -0.07481085, -0.04530566, 0.0913468, -0.012326983, -0.0009534813, 0.021250155, 0.021890989, 0.016484631, -0.040623482, 0.020426836, 0.03305402, 0.018740969, -0.023463642, 0.032458857, -0.0026520905, -0.075242616, -0.06299851, 0.012148058, -0.011100876, -0.0628064, -0.065418705, -0.028729687, -0.0054816934, -0.03731243, 0.005166044, -0.049216583, -0.040868327, -0.027714523, 0.0023349696, -0.008083638, 0.013106718, -0.021886988, 0.011385273, 0.016326895, 0.00038380563, 0.00089909753, 0.060257193, 0.009396735, 0.017107572, -0.008097764, 0.03881081, 0.023181131, -0.03549069, -0.015915839, -0.051310007, 0.032155626, 0.002772865, -0.010048162, -0.018268466, -0.06062964, -0.01932059, 0.0103960065, 0.018655272, -0.005166809, -0.00045578758, 0.057873726, -0.02704638, 0.012632097, -0.001896133, 0.021002484, -0.028086027, -0.035046674, -0.013181114, 0.005339495, -0.041810036, -0.013691049, -0.05601667, -0.029205248, -0.016979735, 0.012398722, 0.009450058, 0.06930796, -0.03221966, 0.029583817, -0.014807447, 0.07802632, 0.05238167, 0.016785508, 0.05407863, 0.013431608, 0.045471404, -0.0005630248, -0.05625398, 0.07044743, 0.005236378, -0.03569975, -0.031972934, -0.0013652439, 0.036460184, 0.03916383, 0.0041115056, 0.0116487155, 0.01618976, 0.013166988, 0.0028267775, -4.6143785e-05, -0.0012110389, 0.029683637, 0.057536595, -0.010711009, 0.014644531, -0.04480373, 0.052608915, 0.023766873, -0.018454218, -0.017461184, -0.0031471944, -0.04975383, 0.03938419, -0.0375488, 0.019102586, 0.023183014, 0.018417962, 0.0050350875, 0.053307842, -0.019814046, -0.006907442, -0.034215145, 0.07351176, -0.020177078, 0.041824162, -0.03308246, -0.023250816, -0.01826988, -0.032170694, -0.026951736, 0.011639064, 0.04180439, -0.008908575, -0.0043775383, -0.021350445, -0.0053512664, 0.032666035, 0.04454429, 0.013303536, 0.03762037, -0.056929186, -0.035252202, -0.004083843, 0.015425209, 0.03771501, -0.030959655, -0.009422396, -0.005314069, 0.07640564, 0.015914898, 0.026250575, 0.02452024, 0.070541605, 0.031297255, -0.0051411767, 0.019821815, 0.005024964, -0.03623182, 0.0004537865, -0.0201686, -0.06094817, -0.08610242, 0.018645385, 0.013095417, -0.027795509, 0.04170833, 0.028643047, 0.0033942754, 0.028650345, -0.05489368, -0.017172728, -0.042463586, -0.015533976, 0.012520386, -0.027152322, -0.023992885, 0.07035891, -0.04150681, -0.027841654, -0.033792317, -0.0030012294, -0.015893238, -0.005829655, -0.029970977, -0.015508079, 0.019602869, 0.009564241, 0.025099158, -0.03836997, -0.00964876, -0.009915616, 0.025871126, -0.027455553, -0.013925064, 0.01858747, -0.013513536, 0.021350445, -0.061811954, -0.02995956, -0.017835986, 0.0005669094, -0.004386014, 0.0053976458, 0.02279032, 0.027411293, 0.008085521, 0.002166639, -0.016882977, 0.025875716, -0.03724698, -0.0014841347, -0.0066861403, 0.0044288617, -0.04116873, -0.0071042594, -0.014885138, -0.0023100143, 0.0036236995, 0.0019399223, 0.033361483, 0.029060224, 0.0018782404, -0.009713267, 0.016969612, -0.034633264, -0.011113119, -0.008016776, 0.023977803, -0.07378486, -0.03449954, 0.0145513015, -0.04930228, -0.05349289, -0.002864152, 0.039490603, -0.037028976, -0.047332224, 0.045532614, -0.01209285, 0.017871771, 0.01800926, -0.05627282, 0.013404299, -0.004186842, -0.036467716, 0.011674378, -0.032971855, 0.029882338, 3.2959848e-05, 0.021487935, -0.03501654, -0.026094781, -0.0146798445, 0.012478833, -0.027592102, 0.01448079, 0.017693788, -0.00013737194, 0.011847888, 0.010543325, -0.040056575, -0.06000952, -0.014562838, 0.028496142, 0.0066181016, 0.003393334, 0.023926964, 0.020221338, -0.013776803, 0.0109068835, 0.040981334, 0.00086166454, 0.0014904914, 0.021488408, 0.019664316, -0.0045522847, -0.017366309, 0.017570423, 0.0074941274, -0.0017335702, -0.02765755, -0.007191838, 0.03398337, 0.024895042, 0.001277606, 0.04362377, -0.0017741814, -0.009489611, -0.0030567904, 0.008114243, 0.025687963, -0.032346796, -0.015532092, 0.06707235, 0.03176717, 0.02205202, 0.01042567, -0.025224641, 0.034247283, -0.0689746, -0.043104887, -0.06694122, -0.018651742, 0.007537446, 0.012222452, -0.027025191, 0.023241872, -0.005631425, -0.008820055, 0.03169419, 0.025261605, -0.011366791, 0.02012999, 0.013711766, 0.04766465, -0.053885583, 0.011473794, 0.054464735, 0.006346183, -0.002177351, 0.0029826306, -0.0015227449, 0.015313852, 0.0167097, -0.041776136, -0.0050914134, 0.008158033, -0.073153906, -0.003763073, -0.02717963, 0.01554669, 0.024505056, -0.024034321, 0.052174494, 0.046576973, -0.01854839, -0.023830911, -0.019086635, -0.004456407, -0.013938248, 0.057340715, -0.018451864, -0.0007006321, -0.028531926, -0.0052971183, 0.027244609, -0.011885321, -0.0671571, 0.05572286, -0.03939408, 0.07688873, 0.040703528, -0.026273705, 0.04087586, 0.014346951, -0.02783365, -0.04617957, -0.014505157, -0.031929616, -0.013949549, 0.010840964, -0.041037835, 0.032563385, 0.06565884, 0.0153465755, 0.011221887, -0.048362806, 0.011688033, -0.031146584, -0.026108908, -0.04801779, -0.03074306, -0.0134382, 0.0067925537, 0.027175864, 0.0029569692, -0.009411449, 0.08116786, -0.013702821, 0.015619142, 0.012052004, -0.004056062, -0.04221097, 0.001862349, 0.0038224005, 0.04575392, -0.020299498, 0.049750533, -0.01016105, 0.011201404, -0.045866925, 0.033240948, 0.0136665655, 0.030159201, -0.03640109, 0.013682104, -0.019693978, -0.0017070846, 0.016161148, 0.027800689, -0.05418787, 0.026273234, -0.029123321, -0.031166539, -0.018922718, 0.04473122, -0.033315636, 0.05113155, 0.00015243929, -0.0087826215, 0.054215178, -0.02931696, 0.06992196, 0.012434337, -0.0027158915, 0.027308645, 0.014252779, 0.038333245, -0.011647774, -0.023122746, 0.0048425887, 0.017437171, -0.030221354, 0.0001353855, 0.02039367, -0.009873358, 0.01493599, -0.020535985, 0.061257288, -0.04989073, -0.057156138, -0.063200034, 0.04567858, -0.023805985, 0.0017944283, -0.015266059, 0.029350625, -0.027391516, 0.0069727735, -0.020775061, -0.024140144, 0.036895253, -0.059455793, 0.0109761, -0.00039716615, 0.015208614, 0.022467315, 0.018701946, 0.031231338, -0.0200297, -0.024377102, 0.0010396477, 0.025024999, 0.041268554, 0.022573728, 0.028409503, 0.038598336, 0.01820137, 0.019236779, 0.0094806645, -0.051706467, 0.057617813, 0.06519787, 0.0062162266, -0.00871835, -0.017955113, 0.017171668, 0.0017647643, 0.0063113393, -0.011484623, 0.016850958, 0.043665208, 0.012097617, -0.047157068, 0.012719675, 0.0036058072], [-0.0607399, -0.08031263, -0.05164689, -0.051058646, -0.016014293, 0.037310276, 0.029557887, -0.021164795, 0.02447197, 0.04071805, 0.0033659867, 0.047685273, -0.074288115, -0.035722863, -0.011432812, 0.034342647, -0.0058648507, -0.033665407, 0.04477824, 0.04650695, 0.0014766015, 0.02358984, -0.022309704, 0.030484112, -0.021240346, 0.01076654, 0.015845409, 0.022635682, 0.042682927, -0.00077847095, -0.0025178527, -0.03171323, -0.02197807, 0.008152245, 0.028923474, 0.009341652, -0.00040908976, -0.018256206, -0.023939598, -0.03585428, -0.073192894, 0.017745538, -0.0126032885, 0.008769111, -0.011600418, 0.02211578, 0.017275961, 0.04930501, -0.0017587165, -0.031235803, 0.053662788, -0.010716443, -0.034401402, -0.011997503, -0.017631492, 0.025589349, 0.032882202, 0.04386033, 0.004985377, -0.0026318415, 0.03859757, -0.005258142, -0.09465394, -0.0081533985, 0.044817027, 0.026342077, 0.010987823, -0.00035460602, 0.01648179, -0.0074587306, -0.026000747, 0.035697006, 0.0035811511, -0.022552112, 0.05251724, -0.029851085, -0.054775547, 0.0007976327, 0.0038157082, -0.03457224, 0.011630431, 0.020171218, 0.009679837, -0.041911844, -0.044610173, 0.05124611, -0.023585571, 0.046284396, 0.05703616, -0.012132558, -0.01609348, 0.026377516, 0.020114772, -0.004688718, -0.0032329517, -0.0016325497, 0.004890608, 0.0726499, 0.02863628, 0.018996498, 0.008024808, -0.044086114, -0.014119598, -0.023202684, 0.010720368, -0.025557488, 0.008263058, -0.046933122, -0.020914366, -0.012763248, -0.018869841, -0.0100818, -0.008106533, -0.04747288, 0.0014068808, -0.0018254648, 0.0016557515, -0.023482028, -0.03153979, -0.039495166, -0.010078567, 0.016835013, -0.0016418275, 0.03886445, -0.008947337, -0.041776095, -0.0062822513, 0.023551749, -0.061354227, 0.017488355, 0.00023640401, 0.01343809, 0.04245668, -0.008516811, -0.033221226, 0.023993159, -0.021392716, 0.05552216, -0.02499049, 0.026487406, -0.032704093, -0.019011362, 0.027929379, -0.0071177455, 0.047447022, -0.046538346, -0.0057623475, -0.08639827, 0.0032528637, -0.021996655, -0.010632177, 0.03839349, -0.0069669923, 0.011024184, -0.023584992, -0.058377128, 0.008708163, 0.028712511, -0.037127204, 0.029350573, -0.022086114, 0.009988069, 0.037289444, 0.012637457, -0.030555217, -0.05401462, -0.0010619711, 0.0070320955, -0.012937809, 0.01890401, 0.058059342, -0.0007002083, 0.010907367, 0.028864834, -0.018996354, -0.036283396, 0.0152187385, -0.044407014, 0.012540032, 0.038231883, -0.001930017, 0.0042548105, -0.007832614, -0.02465943, -0.0535492, 0.031526692, -0.008681845, -0.013461869, 0.0031392789, 0.007893677, 0.031195441, -0.030490344, 0.024206476, -0.0076564653, -0.023051238, 0.06869845, -0.032571115, 0.007450189, -0.0006519579, 0.066422135, 0.054291654, 9.511567e-05, 0.0115487045, -0.028732782, -0.055833824, -0.029112784, 0.0223134, -0.0054714596, 0.05882027, -0.021868292, 0.0066405516, 0.0489227, 0.023910973, 0.054908525, 0.027922451, 0.02909616, 0.033909198, -0.06737976, 0.022956466, 0.07677959, -0.028987426, 0.036488634, -0.00032251602, -0.0133642135, -0.016391754, 0.023342066, -0.0053174742, 0.0015315469, 0.008425586, -0.026982725, 0.06973179, -0.017134039, -0.014804238, -0.05772967, -0.013688345, -0.023123728, -0.030100416, 0.03437647, -0.050791305, 0.048559785, -0.02439994, 0.02500988, 0.024071192, -0.0047802553, -0.016086092, 0.011834051, -0.029149722, 0.012855968, -0.023939598, -0.007386471, 0.028287217, -0.0044242637, -0.04005755, 0.0012997603, -0.019627996, 0.003723363, 0.015157271, 0.003933218, 0.04347903, -0.00020315968, 0.00295505, -0.077015996, -0.003985393, -0.014606258, 0.014588092, -0.0002779594, 0.017769085, -0.027149523, 0.023601616, -0.028463135, -0.0026572363, -0.07060907, 0.055229884, 0.024672346, -0.018982964, 0.041254345, 0.00053329417, 0.029382143, 0.02558427, 0.04098285, -0.03938712, -0.007920458, 0.014090048, 0.008333242, 0.037461493, -0.0061423485, 0.021792108, -0.05061747, 0.0046060686, 0.0019043913, -0.011507842, 0.032806598, 0.024268348, 0.08203958, 0.01718777, 0.005397093, 0.04618928, 0.035782885, -0.023313496, -0.054587163, 0.03911101, 0.01073261, -0.011585643, -0.014859285, -0.007586398, -0.040750142, -0.023403997, 0.04368395, 0.0018515234, 0.004240612, -0.0703819, -0.032728102, -0.04745995, -0.011816506, 0.025129005, -0.010426709, 0.047613245, 0.07269977, -0.017105352, 0.013953896, -0.026737662, -0.040486034, 0.02851254, -0.04430359, 0.026808538, 0.04239619, 0.017086191, 0.012414672, -0.06772051, -0.03556218, 0.0368938, 0.028377715, 0.00031535924, 0.009481094, 0.014287666, 0.018569848, -0.017221939, 0.0182008, 0.022581547, 0.04389773, 0.03994766, -0.049190503, -0.008511006, -0.015325628, 0.0070782104, -0.077861875, 0.004928931, -0.09664491, 0.049888633, 0.0040608854, 0.025366334, 0.010521825, 0.035152167, 0.010522286, 0.0008694311, 0.020769637, -0.015459067, 0.007587091, -0.019955821, -0.012063067, 0.0051343995, -0.017755233, -0.056003742, 0.02793284, 0.02525552, -0.005039053, 0.042813133, -0.031829584, 0.030366832, -0.038615115, 0.067087024, 0.0058595557, 0.0050579077, 0.043611053, 0.017637031, 0.06239542, -0.02852362, -0.02435648, 0.034205627, 0.0032856464, 0.005012504, -0.020194534, 0.03293311, 0.007624029, 0.04989048, 0.04030319, 0.048582867, 0.02639691, -0.039649382, 0.03972141, 0.026131416, 0.027679585, 0.031115565, 0.02530446, 0.010073604, -0.018389646, 0.028580876, 0.0539534, -0.0008601966, -0.0026503105, 0.014893914, -0.0016774527, -0.00037030468, 0.006247045, -0.011795584, -0.028050812, -0.04861057, -0.017939925, 0.014567474, 0.02447705, 0.059933953, 0.015478459, -0.004738238, 0.029322175, 0.029325178, -0.001834028, -0.03099478, 0.032897554, -0.013582149, -0.0076895943, 0.030706547, 0.024922615, -0.0651293, 0.016408378, 0.022249678, -0.020054631, -0.025389422, -0.02550393, -0.016239846, 0.018977884, 0.012287352, 0.016327806, 0.03245753, 0.09076436, 0.02395022, -0.008259364, 0.0054533374, -0.03309102, -0.072894156, -0.013225696, -0.023812855, -0.050961684, 0.028992735, 0.015013732, -0.027502744, 0.007868744, -0.008927483, 0.030364525, 0.024829807, 0.01103111, 0.027832877, -0.015360258, -0.013789003, -0.035903856, -0.04637951, 0.020731062, 0.017179921, -0.027997714, -0.0068301335, -0.029208014, -0.042920258, 0.02054106, 0.032623637, -0.0036457928, -0.0047670957, 0.0033770103, 0.047378685, -0.0428353, 0.013151357, 0.034552153, -0.023762295, -0.005285153, -0.040481415, -0.06464633, -0.013977387, 0.003299498, 0.04673781, 0.009940511, 0.001897927, 0.020342749, 0.029907415, 0.028634205, 0.028190255, 0.017620409, 0.01564445, 0.013632361, -0.036703568, -0.022060255, -0.027924012, -0.0036180895, 0.028610425, 0.017598247, -0.033241313, 0.06575171, -0.025960116, -0.041865673, 0.014826617, 0.034365155, -0.025187183, -0.0087096635, 0.05723193, 0.03944328, -0.045885, 0.012256532, 0.0052257637, -0.059928413, 0.023162974, 0.047740683, -0.014632115, -0.0022553033, -0.020599931, -0.032019354, -0.0017924225, -0.021946037, 0.060800154, 0.04597688, -0.02312696, -0.053948134, -0.018982617, -0.031940397, -0.027598321, 0.014314216, -0.009840317, 0.033196293, 0.03423287, 0.012126325, 0.02973519, -0.020160366, -0.0030501657, -0.0033779915, -0.015704503, -0.04711643, -0.030105496, 0.0121941995, 0.015221046, -0.02176856, 0.015903248, 0.036007747, -0.0049079224, -0.031404447, -0.027469268, 0.022002194, -0.000635682, -0.0021627273, -0.0060513886, -0.011306126, 0.014027253, 0.011426808, 0.03156686, -0.0038697305, -0.011188558, -0.006121917, -0.047790546, -0.067293875, 0.07106676, 0.00071013544, -0.00864179, 0.038179245, 0.029391898, 0.010447487, -0.03473846, -0.0072451825, 0.0039080535, 0.016455473, 0.0099603655, 0.04010776, 0.023965456, -0.07351056, -0.07858217, 0.03830391, -0.010675811, -0.049033515, -0.054875277, -0.032274686, 0.016758827, -0.019121021, 0.027166143, -0.042507008, -0.013076327, -0.007887213, -0.0014678288, -0.00865368, 0.0033530456, -0.024155688, -0.00019034678, 0.048822045, -0.016036687, 0.007673434, 0.07398707, 0.0034681293, 0.053264774, 0.00027057176, 0.062484536, 0.008855685, -0.042262755, -0.014495444, -0.021472132, -0.002700004, 0.021285133, -0.025011728, -0.04147228, -0.03858695, -0.018670836, 0.012036288, 0.024881635, -0.0025044049, -0.013454712, 0.031120371, -0.024529915, 0.017727299, 0.0028308455, 0.0031923775, -0.0070309415, -0.01824928, 0.00049912644, -0.008420969, -0.030677114, 0.005953964, -0.017647976, 0.005933648, 0.022520252, 0.0035525241, 0.0003213617, 0.047166295, -0.010447948, 0.009160655, -0.013046546, 0.03947762, 0.062458098, 0.019648775, 0.040462945, 0.004526767, 0.06574986, 0.015659917, -0.035170633, 0.08662971, -0.020457257, -0.045561332, -0.020251326, 0.036409907, 0.021285478, 0.047374994, 0.035982583, 0.020990118, 0.009409987, 0.004306062, 0.019314658, 0.003988394, -0.02759809, -0.0008346285, 0.034606867, -0.0002483512, 0.026318416, -0.012792597, 0.021954175, 0.012797675, 0.009007131, -0.027655343, -0.01919341, -0.035035234, 0.027710982, -0.05877964, 0.048787877, 0.020390335, 0.012412596, -0.015492773, 0.026098631, -0.006865268, -0.03225137, -0.029511714, 0.043611, 0.004069196, 0.032886013, -0.014275518, -0.021474916, -0.0014770633, -0.047999248, -0.004711689, -0.002269386, 0.04410043, -0.005315396, -0.01877738, 0.0033093675, -0.03694482, 0.027744226, 0.028445737, 0.004853251, 0.04613895, -0.05152407, -0.048916236, 0.0053650322, 0.027553994, 0.020504354, -0.0075035184, -0.038924474, 0.018820899, 0.08844834, 0.02672104, 0.03912221, -0.0013842562, 0.042334784, 0.04389819, 0.01773584, 0.028545784, -0.00074395695, -0.034764316, 0.047171835, -0.021939399, -0.036747895, -0.063467085, 0.022946887, 0.009671901, -0.028041577, 0.011035265, 0.032236412, -0.019421142, 0.016563978, -0.06337844, -0.0024462272, 0.00068150845, 0.0095041795, 0.004074275, -0.034509905, -0.032435365, 0.057228237, -0.05265899, -0.048548702, -0.0527735, -0.02857164, -0.012759352, -0.007303591, -0.057830326, 0.035724707, 0.008589961, 0.028649209, 0.027602937, -0.038694073, -0.042741105, -0.029414752, 0.0008606583, 0.0072343317, -0.018217884, 0.009925736, -0.009023522, -0.00761895, -0.039710794, -0.046072923, -0.019990914, 0.020285035, -0.03058015, 0.0259645, 0.04436615, 0.047982622, 0.020057864, 0.0029821186, -0.05672957, 0.019038834, -0.04856902, 0.020855265, -0.002710566, 0.010954925, -0.05614595, 0.0011637819, -0.0100079235, -0.014382782, 0.008966268, -0.03267665, 0.024230024, 0.019108092, -0.0023755832, -0.018778881, -0.012824916, -0.03553586, -0.017210396, 0.0026826314, 0.0036622996, -0.08834122, -0.0157301, 0.012961588, -0.012417212, -0.009043838, -0.006343026, 0.008400538, -0.022764966, -0.058167852, 0.030008534, -0.03357768, -0.033431776, 0.006756445, -0.06113075, 0.011192021, -0.029463233, -0.069862, 0.020484038, -0.049467538, 0.055067357, 0.019077964, 0.04149697, -0.033396915, 0.002201397, 0.017952392, -0.007194162, 0.0028206876, 0.050932135, -0.010127511, -0.0055210954, 0.008138623, 0.01220251, -0.04936596, -0.054653652, -0.048171006, 0.018932637, 0.031297673, -0.017587164, 0.028429428, 0.028276598, -0.009698105, 0.01695483, 0.01816917, 0.020930989, 0.02705533, 0.030934755, 0.023139426, -0.01627309, -0.035449214, 0.01336329, 0.024970174, -0.040009532, -0.034135446, -0.023368904, 0.038700536, 0.034370925, 0.026048303, 0.048503455, -0.0071955468, -0.018019341, -0.01951118, 0.0032043825, 0.008246437, -0.048830353, 0.0068658744, 0.053489175, 0.023969151, -0.0013750216, 0.005230439, -0.0023187906, 0.01957106, -0.060168516, 0.009308408, -0.051779866, -0.01636359, -0.012024283, -0.004260813, 0.00968864, 0.027790397, -0.017389314, -0.020531366, 0.059540566, 0.023326425, 0.017529665, 0.036435302, 0.022267224, 0.056845926, -0.035125848, 0.037289385, 0.014683078, 0.023037387, 0.025898242, 0.015162176, -0.032894325, 0.0071314825, 0.004835662, -0.026342424, 0.0013930291, 0.031554855, -0.063331336, -0.0047234627, -0.028743748, 0.013678649, 0.026924198, -0.01821696, 0.044177998, 0.05147697, -0.009344884, -0.025149321, -0.019353846, -0.0070091244, 0.01863944, 0.026048765, -0.0073144413, -0.0011183018, -0.002561659, -0.020635484, 0.062403273, 0.0038914315, -0.053275857, 0.055266593, -0.012010893, 0.039400972, 0.024756739, -0.03856848, 0.060558207, 0.020871427, -0.007371003, -0.0011155314, -0.005724024, -0.024164228, -0.043430924, 0.012711563, -0.032910023, 0.031838123, 0.05440432, 0.032668076, 0.0042811288, -0.053654473, -0.018323356, -0.01332866, -0.02957682, -0.054478195, -0.04006517, 0.0047077644, 0.024852896, 0.022790825, -0.017770933, -0.008365562, 0.049900636, -0.0027463497, 0.011028338, -0.0044893674, 0.006449858, -0.03850615, -0.0034171734, -0.01930701, 0.026046976, 0.016594453, 0.057805393, -0.031354006, 0.034290586, -0.036571514, -0.005333865, -0.007000352, 0.015970198, -0.033212915, 0.030142432, -0.014356233, -0.013909051, 0.027521906, 0.05166905, -0.02362447, 0.051165767, -0.013259518, -0.034053255, -0.01978406, 0.032668628, -0.020437865, 0.030087028, 0.030805849, -0.013112112, 0.01060078, -0.035232507, 0.10151335, 0.04107058, -0.009094167, 0.0011293831, 0.010452566, 0.030897127, 0.04405783, -0.042541064, -0.0072102067, -0.002841581, 0.009001821, -0.018551942, -0.01330419, -0.0039117476, -0.021947248, 0.0055236346, 0.056363884, -0.037392464, -0.06775214, -0.04104749, 0.064649105, 0.004689757, -0.0137976585, 0.00789424, 0.01699327, -0.02320759, 0.002526914, 0.00083849544, -0.009008804, -0.023717972, -0.054794014, 0.010058251, 0.01038146, 0.021821659, 0.006469713, 0.024014862, 0.014748932, -0.013699427, -0.033944752, -0.014464509, -0.007880056, 0.036620457, 0.00952565, 0.0071563, 0.037423864, 0.052965578, 0.031089146, 0.015662689, -0.008337396, 0.037801553, 0.041835546, 0.0016114258, -0.0024234152, -0.0156077435, 0.0052065444, -0.013044698, 0.029149722, 0.008428357, 0.018706389, 0.055281598, 0.018804738, -0.07167474, 0.008577033, -0.0021147078], [-0.02627405, -0.09892133, -0.056068804, -0.0487603, -0.009488044, 0.006478012, -0.008415251, -0.027108831, 0.018423123, 0.0012579655, 0.0010688535, 0.0033749302, -0.06173579, -0.011671407, -0.01759089, 0.028538527, 0.00016593648, -0.00618167, 0.034691848, 0.04633614, -0.026848339, 0.003212818, -0.003799853, -0.0043607, -0.016341586, 0.014175519, -0.022628082, 0.0032983352, -0.0021694573, 0.00824213, 0.023184292, -0.038481504, 0.012270031, 0.028414076, 0.02989638, 0.008007594, 0.039595667, -0.022335608, -0.060184885, -0.056329414, -0.016093059, 0.007686382, -0.028693108, 0.036092464, 0.013195195, 0.024650203, -0.0028144312, 0.05186859, -0.018708644, -0.030036822, 0.02785601, -0.012611637, -0.04995152, 0.00036130584, -0.019860465, 0.012316381, 0.012866103, 0.014217408, 0.03597496, -0.0073776846, -0.009203449, -0.018888254, -0.039327875, 0.006651133, 0.015040139, 0.025858281, 0.011597013, -0.0055324524, 0.028522536, -0.035877045, -0.004890665, 0.0150261745, 0.02465223, -0.016923552, 0.0514811, 0.03312426, -0.05019996, 0.0329815, -0.00017662617, -0.03287582, -0.029149203, -0.016685424, 0.030149454, -0.030601434, -0.06400745, 0.030300561, -0.01590302, 0.017213825, 0.052066978, -0.0032141504, -0.009996979, 0.011859418, 0.033203404, -0.018626312, 0.0014850852, 0.0029418962, 0.015319924, 0.04570948, 0.009138848, 0.017636545, 0.02017936, -0.06738273, -0.03461375, -0.024545623, 0.007780475, 0.013110258, 0.04897583, -0.02301282, 0.013761837, -0.016441617, 0.012864714, 0.010030003, 0.0042374064, -0.04935452, -0.0007267833, 0.015507646, 0.016222378, -0.032420248, -0.043950923, -0.037234664, -0.032078583, 0.0148781985, 0.005849493, 0.019134145, -0.00740874, -0.021890638, 0.009437059, 0.007873234, -0.058993667, 0.01862753, 0.04235135, 0.020130228, 0.046817847, -0.01681428, -0.040812034, -0.0067503243, -0.06194947, 0.054877702, -0.023439687, 0.045155123, -0.039735213, 0.011954844, 0.04732991, 0.005351915, 0.019919794, -0.029042128, 0.0014869393, -0.062006477, 0.011503848, -0.04950284, -0.017009417, -0.0034494395, 0.014858732, -0.0001664, 0.012516617, -0.036896765, 0.011814863, 0.009459741, -0.029903332, 0.041732565, -0.02917423, 0.007062614, 0.012408156, 0.017534574, -0.050892442, -0.061044235, 0.030507283, -0.0061347834, -0.012331608, 0.04890955, 0.058861103, -0.025271015, 0.02043429, 0.039036788, -0.061830346, -0.03834941, -0.000841502, -0.041244954, 0.037563294, 0.008814565, -0.018579789, 0.028236086, -0.004342565, -0.020733023, -0.030856771, 0.036080524, -0.0014501772, -0.014494877, -0.010172185, 0.021993537, 0.018609917, -0.035469852, 0.024692439, 0.013207479, -0.032297708, 0.0664104, -0.03307907, 0.003627891, 0.028539453, 0.050148048, 0.0047027697, -0.008494279, 0.02125563, -0.040981676, -0.034247346, -0.06821194, 0.025364645, 0.0006479866, 0.053203505, -0.054166213, 0.012521599, 0.066017695, 0.038543615, 0.06164555, 0.034621395, 0.058604088, 0.0584502, -0.035425123, 0.04945371, 0.06278147, -0.023505129, -0.001139307, 0.03772969, -0.035657804, -0.024414448, 0.012014173, -0.01176608, 0.038524147, 0.03246302, 0.04719665, 0.062933035, -0.023710378, -0.049509563, -0.052356206, 0.022855435, -0.022171292, -0.041605562, 0.050630096, -0.008626959, 0.041537892, -0.042214613, 0.02584901, 0.020841252, -0.041426647, 0.01482536, -0.0038703065, -0.013304584, 0.009974729, -0.010637143, 0.013577997, 0.025014492, -0.030402532, -0.049425896, -0.01288001, -0.03974596, -0.009140875, -0.02141276, 0.0026811722, 0.0045180903, 0.017138736, 0.022187514, -0.013998922, -0.018732283, -0.0070138294, 0.014683061, 0.012359198, 0.029528353, -0.03080393, 0.041706607, -0.021148095, -0.020007167, -0.056754917, 0.01944238, 0.009246556, -0.008253718, 0.029544113, 0.011128405, 0.019849515, 0.045965336, 0.008700078, -0.032312192, -0.025042504, -0.011935491, 0.0074404036, 0.021037085, 0.015516626, -0.0058944533, -0.046595708, -0.011611846, -0.04639918, -0.016483335, 0.016992267, 0.0113641005, 0.055068668, 0.06642836, -0.00214999, 0.053234093, -0.0040545515, -0.03963165, -0.019553158, 0.024993373, 0.0028641282, -0.0389055, -0.0117609445, -0.0025020835, -0.045538906, -0.036116447, 0.032651715, 0.01758834, 0.0130167445, -0.05110473, -0.022676751, -0.030474838, -0.0018543865, 0.011411147, -0.021680206, 0.03431177, 0.0700522, -0.041937437, -0.0429896, -0.047669195, 0.011985435, 0.034655698, -0.07069265, 0.0052168025, 0.05191202, 0.020462101, 0.01553731, -0.047103714, -0.024758374, 0.028961074, -0.00031182618, -0.011237273, 0.0032723788, 0.051044475, 0.031298034, -0.00693596, 0.013070511, 0.042868163, 0.033804692, 0.026895618, -0.051213887, -0.037403382, -0.020157343, 0.044652678, -0.057995267, 0.008202269, -0.06652037, 0.040008307, -0.030558532, 0.02915291, -0.025996638, 0.033302248, 0.016402218, -0.01598367, -0.015390378, 0.00046026518, -0.005335924, -0.032774776, -0.018596938, 0.007047796, -0.03945905, -0.06758807, 0.057474166, 0.01071959, -0.014228011, 0.047054585, -0.005185747, 0.008515601, -0.013651289, 0.04711391, 0.03200257, -0.026926672, 0.027395278, 0.002552664, 0.048792746, -0.047083322, 0.0017275008, 0.019087331, -0.023944912, 0.01679574, -0.019167056, 0.03632248, -0.004380631, 0.017135028, 0.04240558, 0.024291618, 0.03117613, -0.014087453, 0.029480612, 0.010639866, 0.013281408, 0.03155482, 0.027857399, 0.012063304, -0.008701932, 0.037592497, 0.031968266, 0.020083878, -0.01008041, -0.0058726687, 0.04007853, -0.014756065, -0.031969197, -0.018454408, -0.033465404, -0.05546172, 0.004312958, 0.011968286, 0.012853502, 0.008617573, -0.01224361, 0.0022547431, 0.039387204, 0.04461328, -0.036262166, -0.022004662, 0.019162014, -0.0032751597, 0.0057841386, 0.022107096, 0.02546963, -0.061139718, 0.010582855, 0.011330958, -0.03487824, -0.027588332, -0.054048944, -0.038650222, 0.041412048, 0.008547352, 0.037231885, -0.012835512, 0.08167042, 0.03996752, -0.020807069, -0.0065401224, -0.033751268, -0.050333448, -0.034263104, -0.029259516, -0.07343524, -0.004472869, 0.018824985, -0.02479586, -0.013310262, -0.010672197, 0.034205165, 0.03592479, -0.032581955, 0.020307288, -0.0060988613, -0.008054873, -0.03564019, -0.039212927, 0.027487982, 0.056040183, -0.03171241, -0.012755325, -0.028052075, -0.050345037, -0.014600556, 0.027568169, -0.02293817, -0.015143993, 2.5956544e-05, 0.032203965, -0.047276605, 0.047028624, 0.013528459, 0.009715164, -0.062568255, -0.018520517, -0.05065698, 0.013488133, -0.0052513336, 0.024129855, -0.0021956458, 0.0049277316, 0.044569246, 0.021001626, 0.019631956, 0.06314764, 0.06339886, 0.012840147, 0.028752437, -0.021586575, 0.0072676013, -0.0046362127, -0.0009330451, 0.026946139, 0.01589398, 0.021214841, 0.06636347, -0.021335354, -0.022276279, -0.0006197125, 0.04281718, -0.056147717, 0.01954528, 0.046730936, 0.059569348, -0.06845112, 0.04685527, 0.04436437, -0.047917638, 0.051249344, 0.049235858, -0.0011388435, 0.0066564633, 0.005265471, -0.032421578, 0.0038851388, -0.008102585, 0.049541775, 0.04998257, 0.020192338, -0.013773193, 0.0115288785, -0.024716195, -0.014864178, 0.025269162, -0.027640013, 0.038024485, 0.005524254, -0.021801645, 0.02953855, -0.022178015, -0.017626582, 0.0027254953, -0.046232317, -0.061356638, -0.068402916, 0.000104753206, -0.007989981, -0.020905796, 0.04868892, 0.017170023, 0.040578425, -0.0057192575, -0.043139778, 0.015022699, -0.0024575288, 0.0148341665, 0.0020137182, -0.013019062, -0.015086605, 0.023315467, 0.0047305804, -0.020077389, -0.0026359798, 0.001226215, -0.045746557, -0.056900453, 0.07452124, 0.014498585, -0.020318067, -0.0014045794, 0.020477049, 0.009895238, -0.04134507, 0.009510294, 0.033972483, -0.008811552, 0.0040732077, 0.009884809, -0.00018169582, -0.091989994, -0.06793199, 0.020465346, -0.030558735, -0.048201304, -0.064631805, -0.010821214, -0.0290463, -0.02616327, 0.006659476, -0.025848895, -0.015507066, -0.007999946, -0.019502636, 0.018303538, -0.005969774, -0.0017313248, 0.024520593, 0.042081125, -0.021418322, -0.014574601, 0.03973259, -0.016250651, 0.033232026, 0.014212136, 0.037280783, -0.0020746696, -0.03260351, -0.011877438, -0.040867887, -0.008607839, -0.013923688, -0.04235274, -0.011406048, -0.056364637, -0.03879762, 0.005546821, 0.039146177, -0.02449371, -0.019282006, 0.025161162, -0.021764563, 0.001137453, -0.01283331, 0.032089707, -0.035949815, -0.030556882, -0.0064803297, 0.014581031, -0.045333568, -0.023038289, 0.0019699165, -0.00803274, -0.0077591534, -0.0001279287, 0.019782597, 0.016055051, -0.012279763, 0.017785652, -0.01208648, 0.09078488, 0.050263926, 0.05503529, 0.035070453, -0.019106843, 0.061049797, -0.00623467, -0.04457017, 0.08099555, 0.025596863, -0.061240237, -0.014102864, 0.036375318, 0.006797457, 0.033612337, 0.030617137, 0.0011736067, 0.030137405, -0.0030971721, 0.027851373, 0.0123166125, -0.047595963, 0.0023407242, 0.05425474, 0.010136031, 0.009065093, -0.0507571, 0.04522372, 0.005944976, -0.013603954, 0.014670548, -0.010645892, -0.005412867, 0.033427626, -0.053837582, 0.032023426, 0.02936195, 0.017002463, 0.013106202, 0.033445008, -0.020265574, -0.007101838, -0.0277742, 0.045652926, -0.0067653884, 0.029728819, -0.011500141, -0.015612399, -0.015603593, -0.028399242, -0.011638035, 0.021788666, 0.060814336, -0.013448967, -0.0027334038, -0.010944392, -0.017770965, 0.036049932, 0.030239375, -0.015161404, 0.035245243, -0.011875815, -0.037708603, 0.026119702, 0.029420817, -0.010771967, 0.005327349, -0.010824807, -0.027704094, 0.04491224, 0.036781352, 0.020112615, 0.020137876, 0.05464919, 0.050917473, 0.03922544, 0.015473791, 0.013267503, -0.0067310883, 0.03128691, 0.008394161, -0.047703497, -0.08312398, -0.007545939, 0.025788609, 0.011352977, 0.048071522, 0.03016313, -0.004793734, -0.019201934, -0.04207927, -0.009535786, -0.030910075, 0.003892555, -0.010216218, -0.05040761, -0.001137453, 0.079363994, -0.036503248, -0.02417574, -0.03253792, -0.03811267, -0.03713249, -0.032918464, -0.0537078, 0.0117889065, 0.020726766, 0.025499294, 0.012612911, -0.024181304, -0.018826839, -0.021517977, 0.011745568, 0.004280976, -0.02402406, 0.023331227, -0.035293486, 0.020845888, -0.054089736, -0.04003583, -0.022004662, -0.01800828, -0.0085376175, -0.0287478, 0.016897017, 0.01935524, -0.0025562563, -0.019153614, -0.044502497, 0.030473448, -0.031464662, 0.0068671284, -0.021200009, 0.018825447, -0.07588953, -0.01769634, -0.020529773, 0.00072492927, 0.02857329, -0.038360994, 0.033052772, 0.008912366, -0.017955208, 0.020336954, -0.01022039, -0.035902537, -0.032998186, 0.00035365793, 0.003081876, -0.071636364, -0.03276736, 0.017802482, -0.035163935, -0.031044723, -0.036373, 0.029161252, -0.02979371, -0.060795795, 0.058524597, -0.024172498, 0.0033891834, 0.033424616, -0.060704943, 0.021549262, -0.0030748078, -0.04672086, 0.013754189, -0.022859374, 0.051291987, 0.011422735, 0.06833617, 0.0009555253, 0.017668992, -0.01276135, -0.016660742, -0.0030913784, 0.019987583, -0.024618395, 0.025442513, 0.002936798, 0.015715761, -0.05425474, -0.06628189, 0.0047815666, 6.70351e-05, -0.004753756, 0.0022248467, 0.00990655, 0.00803216, 0.004813317, 0.006369435, 0.010231283, 0.020398138, 0.012516617, 0.0212306, 0.010886519, -0.0076766484, -0.019016877, 0.035306696, -0.002353239, 0.01298847, -0.023140261, 0.016270814, 0.010325143, 0.016836064, -0.0036093504, 0.058079626, 0.010565356, -0.022336766, 0.018624749, -0.0062263263, 0.05879343, -0.049425896, -0.017534574, 0.05897327, 0.021070227, 0.03131657, -0.009194179, -0.01263122, 0.012903184, -0.06045836, -0.0033799133, -0.064352766, -0.028166328, -0.0355118, -0.023256138, 0.0013641672, 0.013855234, -0.0077535906, -0.023431346, 0.04741612, 0.0249257, 0.031417385, 0.0058161207, -0.0012699008, 0.03851766, -0.01615424, 0.00962339, 0.053032935, 0.020833837, 0.010143216, -0.013585354, -0.0035690253, 0.016709527, 0.04554308, -0.0006107031, 0.015460831, 0.037226785, -0.038868073, -0.019151296, -0.026834432, 0.015560718, -0.0051479707, 0.0135650765, 0.04030959, 0.050815966, -0.029946437, -0.012010464, -0.012889279, -0.049601108, -0.021412296, 0.033953942, 0.010863046, -0.015338465, -0.0017517192, 0.0037441736, 0.026643466, -0.030588863, -0.057255507, 0.049561244, -0.020461174, 0.048983015, 0.03759852, -0.031534884, 0.046562336, 0.035057098, -0.044598676, -0.033196338, -0.022187982, -0.035277262, -0.028377458, 0.0039900946, -0.030880872, 0.02745739, 0.094298735, 0.04238333, 0.016738264, -0.057650387, 0.007683138, -0.029463459, -0.04760245, -0.041968957, -0.025490254, -0.002339797, 0.038569573, 0.013647119, 0.008694168, -0.037934564, 0.06396064, -0.0152513245, 0.009468367, -0.016765147, 0.0035041336, -0.015163026, 0.006448811, -0.01948931, 0.042659584, 0.00825818, 0.028685693, -0.014918061, 0.0014072156, 0.0053885034, 0.028813155, 0.0020709615, -0.015197557, -0.009544592, 0.01650961, -0.011867472, -0.016194334, 0.004059882, 0.07205167, -0.02383367, 0.014388386, -0.009698478, -0.036727123, -0.012558102, 0.03386043, 0.00024311086, 0.04434398, 0.01060603, -0.021352967, 0.04554632, -0.008806685, 0.04630462, 0.029438432, 0.013162084, 0.036254227, 0.0053004655, 0.03130267, 0.0436362, -0.0059639798, 0.023977358, 0.032981616, -0.015097932, 0.017131088, 0.0072155143, -0.049454637, 0.0032575466, -0.002956729, 0.04878533, -0.025555145, -0.034220926, -0.042583335, 0.04137317, -0.008735305, -0.026124453, 0.009611338, 0.009033747, -0.0035587118, -0.0021108233, 0.010879501, -0.021302214, -0.0045294175, -0.06224194, -0.014958387, 0.0018649314, 0.051157337, -0.0047417628, 0.043588687, 0.027588101, -0.006722282, -0.015388987, 0.006557736, 0.028398316, 0.06964327, 0.018292876, 0.031027742, 0.020168236, 0.024967648, 0.014928258, 0.008559403, -0.032439195, 0.05342877, 0.024809126, 0.02377249, -0.015108564, -0.031037541, 0.0013413972, -0.03516741, 0.013269357, 0.0053280448, -0.006119256, 0.04867803, 0.02642191, -0.030774599, 0.037452515, 0.011371444], [-0.038974695, -0.08169367, -0.03210308, -0.019911159, 0.0047767884, 0.026405731, 0.022495707, -0.023806158, 0.042607747, 0.0335989, -0.021565212, 0.028183365, -0.071248844, -0.012062523, -0.028539086, 0.03885402, 0.025546081, -0.034890205, 0.053693492, 0.0305634, -0.04399307, 0.0070271827, -0.026607338, 0.030468049, -0.016770735, 0.05868715, 0.020406937, 0.010371152, 0.015317926, -0.011174675, -0.017212236, -0.047433395, -0.011261909, -0.009808978, 0.013870205, 0.007942171, 0.003183132, 0.0025057965, -0.040776074, -0.04198475, -0.05878602, 0.020382466, -0.0067978906, 0.028469298, -0.0063642045, 0.055461437, 0.011507133, 0.017884059, -0.017522402, -0.04570286, 0.0199887, -0.026081512, -0.032908052, 0.033747926, -0.020041525, 0.037028894, 0.02373443, 0.015053619, 0.01818441, -0.035161115, 0.001377328, 0.0051288744, -0.061575565, 0.005910103, 0.024729867, 0.0128883375, -0.0058524315, 0.016169304, -0.024536014, -0.049150057, -0.031002719, -0.0035950097, 0.019998878, -0.014789554, 0.03897421, 0.012715324, -0.07531589, -0.01116062, -0.032652654, -0.016546108, 0.008147655, 0.016168335, -0.007310693, -0.0794566, -0.04139932, 0.0040021017, -0.025388122, -0.0062963557, 0.030352583, 0.030432062, -0.042818323, -0.016294098, 0.060664456, 0.0018241598, 0.0063231317, 0.014522522, -0.00039352223, 0.05686881, 0.018922921, 0.006990351, 0.040783834, -0.048597086, -0.005281534, -0.007292338, -0.0014044673, -0.0047334135, 0.014745937, -0.024480766, -0.009747914, 0.014969354, -0.0079034, 0.001099845, 0.004736321, -0.049632266, 0.0072995466, -0.021722235, 0.017257791, -0.03570972, -0.020640532, 0.0056663323, -0.019677687, 0.007919393, 0.01142523, 0.024674619, -0.03790947, -0.001365939, 0.015008608, -0.0003393342, -0.065619834, -0.009492997, 0.03276339, -0.0019530721, 0.045802694, -0.029795256, -0.028606206, 0.017863583, 0.017502774, 0.053982332, -0.0007176813, 0.049158297, -0.012878766, 0.00012988172, 0.029219722, -0.0022004775, 0.0061083185, 0.004341163, 0.020691177, -0.044441357, -0.02018413, -0.0076552676, 0.0053358125, -0.0056847488, -0.0016496917, 0.011252216, 0.020413157, -0.04183936, 0.012045075, 0.014630353, -0.03624863, 0.018021574, -0.011393243, -0.008227135, 0.05218822, 0.0046676244, 0.012163327, -0.051842194, 0.03099327, 0.005978436, -0.033537593, 0.024522444, 0.09013404, -0.00029017418, 0.00577586, 0.01714584, -0.053218555, -0.008456608, 0.0021277824, -0.017339211, 0.031082926, 0.02635872, 0.005409477, 0.011502772, -0.0053658597, -0.011218776, -0.019823834, 0.0316892, -0.0038302992, -0.025856156, -0.022213653, 0.00465878, 0.046999738, -0.0053421133, 0.017886845, -0.014489991, -0.03951409, 0.012705631, -0.03395462, -0.0035843477, 0.016363159, 0.037645344, 0.015969636, 0.0067334953, 0.033986364, -0.01686948, -0.043568533, -0.025147622, 0.02009968, -0.03091185, 0.03228482, -0.031640254, 0.0015966245, 0.018392803, 0.03821382, 0.06118108, 0.028200813, 0.036786456, 0.024629306, -0.026315589, 0.035688397, 0.039542202, -0.03556433, 0.015667226, 0.04237052, -0.037636623, -0.029819002, -0.0071696653, -0.015025087, 0.020444982, 0.015399769, -0.027824735, 0.06345595, 0.008067691, -0.016717669, -0.0495729, 0.00345592, 0.0034205418, -0.027670259, 0.025171854, -0.04831988, 0.01930561, -0.0012697392, 0.023940885, 0.03425388, -0.00601963, -0.015397043, -0.0053847604, -0.030651119, 0.014712498, -0.01604427, 0.021113535, 0.065278165, -0.0056173843, -0.017915925, -0.013528418, 0.010407743, 0.016645215, 0.007237514, 0.0035639934, 0.008964747, 0.060409542, 0.0147900395, -0.049369596, -0.004732202, -0.071965136, 0.042497493, 0.00084568514, 0.037037615, -0.047355462, 0.010332079, -0.055627663, -0.032572202, -0.054375857, 0.033645183, 0.013360371, -0.042903617, 0.004539318, 0.0145831015, 0.01367829, 0.058321983, 0.010747592, -0.066848375, 0.0055238507, 0.012459923, 0.0028840527, 0.01442511, 0.0072489027, 0.030230455, -0.030441515, -0.010054444, -0.046792317, -0.0003159809, -0.0023965116, 0.006635599, 0.055911172, 0.064087905, -0.030070527, 0.038436268, -0.025721427, -0.05782257, -0.009626513, 0.017660037, -0.011163528, 0.016668478, 0.013011435, 0.018745132, -0.033520874, -0.067647055, 0.013951139, 0.0021843635, 0.011925857, -0.027670199, -0.017192366, -0.04825591, 0.016118903, -0.0028915647, -0.033629432, 0.037272178, 0.086367466, -0.012004124, -0.02484715, -0.026750546, -0.028418897, -0.00927685, -0.05605269, 0.025782492, 0.05644621, 0.03505837, 0.016558466, -0.05972815, -0.05175593, 0.041849054, 0.03662495, 0.002595696, -0.014029891, -0.0019462873, 0.0035541188, -0.03156126, 0.014759022, 0.02117072, 0.017915552, 0.02794735, -0.06250218, -0.01205283, -0.0047378964, 0.028094193, -0.0811974, -0.0020393368, -0.053728387, -0.006161628, 0.017924648, 0.03508648, -0.03656849, 1.1146566e-05, 0.015386138, -0.013866328, -0.007631036, 0.0011213808, 0.0061838296, -0.008853281, -0.0033623858, 0.004802595, -0.008122454, -0.027724901, 0.040831808, 0.008468483, -0.042794574, 0.062075708, 0.009124191, 0.06125765, -0.012216637, 0.062634006, 0.038497332, -0.017106434, 0.004420825, 0.0013409804, 0.04958962, -0.07304393, -0.010125443, 0.027481616, 0.02285349, 0.03716362, -0.010786968, 0.06600512, 0.04381182, 0.025979253, 0.050101392, 0.029725468, 0.023909142, -0.01709544, 0.05110749, -0.006546063, 0.0077017923, 0.033653907, 0.018757397, 0.010085219, 0.00086507044, 0.02571658, 0.04216455, 0.018013334, -0.00039643006, -0.016333355, 0.0035429117, 0.00013412227, -0.013413439, -0.00085707405, -0.042395722, -0.029761571, 0.037750024, 0.0023195762, 0.033363126, 0.036598537, -0.033762768, -0.033832252, 0.029119615, 0.030870656, -0.01614992, -0.021253731, 0.032685608, -0.0025414173, 0.011880543, 0.038869042, 0.04341539, -0.04789728, 0.01453391, 0.06739892, -0.016968466, 0.02148646, -0.021486217, -0.027978366, 0.058341127, 0.005073142, 0.04067527, 0.004933567, 0.102862455, 0.051566925, -0.020932283, -0.0043776925, -0.0011609391, -0.063987106, -0.010243451, -0.04590059, -0.048528273, 0.0026519136, -0.01188127, -0.007566095, 0.01909746, -0.041165724, 0.024184655, 0.022041123, -0.029006273, 0.01589888, -0.011289775, -0.014426685, -0.015810676, -0.04900806, 0.040583193, 0.05395713, -0.056372546, -0.02018413, -0.031462394, -0.035650473, -0.0120052155, 0.017713832, 0.00441404, 0.010203954, 0.0044043474, 0.034881968, -0.05598484, -0.0016952473, 0.010296277, 0.031768683, -0.039985154, -0.0096102785, -0.04283189, -0.019436704, 0.014882119, 0.044619218, 0.0067034476, 0.014906835, 0.0032179651, -0.0015198101, 0.012327617, 0.021691216, -0.0119607495, 0.03816051, 0.022700224, -0.009824001, 0.019433795, -0.021764882, -0.0053096423, 0.01550342, 0.034708466, 0.0053677983, 0.049279455, -0.0289045, -0.03991682, 0.006141273, 0.04189752, -0.033217736, -0.008658701, 0.06933746, 0.023421356, -0.056957982, 0.02007127, -0.001540157, -0.061738163, 0.029050373, 0.05391836, -0.015093419, 0.0017252945, -0.024265105, -0.051307157, 0.0011195635, -0.035963666, 0.058636755, 0.0405483, -0.016746989, -0.07215996, 0.0033245843, -0.0016138289, 0.019307306, -0.040267576, 0.0026563962, 0.03833837, -0.00652377, -0.036515668, 0.029350119, -0.070909604, 0.023456737, -0.0056859604, -0.023750182, -0.03462705, -0.025189301, 0.008112761, 0.031960595, -0.015618035, 0.015944436, 0.031538, -0.00082605745, -0.0019858682, -0.04066558, -0.0025593482, 0.01681193, 0.009613883, -0.043459974, -0.0089473, -0.019477898, 0.031570952, -0.003018296, -0.0027510663, -0.009152543, -0.010233517, -0.0916461, -0.06430115, 0.008637861, -0.005776829, -0.007904854, 0.027789844, 0.04250186, -0.008055454, -0.042568978, -0.001323049, 0.031617478, 0.005659184, 0.008678813, 0.030863388, -0.0043165074, -0.07475372, -0.08837385, 0.03856857, -0.011221472, -0.029715443, -0.06406077, -0.04400858, 0.022893593, -0.02496346, 0.043546725, -0.023049645, 0.0025268781, -0.01857018, 0.025445186, -0.032503385, -0.0065306765, -8.335693e-05, 0.041120164, 0.034998037, -0.00866912, 0.010692828, 0.028384002, -0.022302825, 0.029812217, -0.030099604, 0.058024175, 0.020019231, -0.0021352943, -0.043946065, -0.04628975, 0.020790769, 0.02377635, -0.030371, -0.0035436389, -0.045350045, -0.0089320345, -0.0133799985, 0.02610235, -0.010946897, -0.03803887, 0.0399001, 0.0039148675, -0.0004003071, 0.0051991157, 0.018504754, -0.031817146, -0.020342724, -0.025186846, 0.0264306, -0.05431673, -0.0007521509, -0.025062084, -0.012792865, 0.034774378, 0.0009304959, -0.008298012, 0.0071328334, 0.0021285096, 0.008901139, 0.020991892, 0.0378518, 0.025983129, -0.017038738, 0.045538202, -0.015944436, 0.07064268, 0.0004114537, -0.0551503, 0.091956265, 0.005646947, -0.017419659, -0.04296953, -0.008153471, 0.019894438, 0.021730023, -0.00904035, -0.015799105, 0.02373522, 0.0009249227, -0.0012285454, -0.026619937, -0.016880747, 0.004160577, 0.0670306, -0.011204237, -0.007478619, -0.07827022, 0.046637233, 0.016303064, -0.0020451525, -0.018141134, -0.014520583, -0.009185012, 0.03204008, -0.03608628, 0.057849705, 0.039512638, 0.024918875, -0.011005053, 0.019406172, -0.0044276095, -0.04640994, -0.031310946, 0.041079458, 0.029455528, 0.010770733, -0.02034018, 0.013035182, -0.009087844, -0.02439741, -0.017371802, -0.025713673, 0.0042950627, -0.039445274, -0.036696553, 0.032414213, 0.012659591, 0.04132759, 0.030636579, 0.026222538, 0.028294345, -0.04585988, -0.050624795, -0.020737717, -0.0064640315, 0.002216228, 0.00031695017, -0.025501404, 0.0026228356, 0.036994, 0.031829502, 0.034966778, 0.022423012, 0.028480928, 0.041069884, 0.018967396, 0.033653907, 0.022013014, -0.043605853, 0.008875332, 0.011748238, -0.025845008, -0.06868999, -0.013773278, 0.012876707, -0.014209448, 0.06101727, 0.029041165, -0.006428176, 0.053059593, -0.027854783, 0.014697959, 0.015547036, -0.0013249874, 0.02213829, -0.05014113, -0.01760382, -0.015742827, -0.015141399, -0.05506888, -0.05776005, -0.035906482, -0.00214111, -0.008364771, -0.02906443, -0.014412146, 0.0018690793, 0.016367158, -0.0043529766, -0.03198386, -0.06444556, 0.025127266, 0.031041734, 0.024613556, -0.024333438, 0.0239656, -0.008075929, -0.008322093, -0.051070657, -0.022393452, -0.005293165, 0.01275991, 0.009566783, 0.010634793, 0.05152427, 0.036127836, 0.017127426, -0.011620295, -0.048828747, 0.04759632, -0.042107847, 0.022112062, 0.019252058, 0.02765996, -0.07527712, 0.016810961, 0.004403378, -0.026623815, 0.016941568, -0.019645702, 0.013132594, -0.010324627, 0.023928043, 0.022076016, 0.0060491925, 0.01212083, -0.01372215, -0.0010477771, 0.0025435374, -0.07354407, -0.031614687, -0.0030745137, -0.060261246, -0.055034958, 0.0149561465, -0.00021760036, -0.024136676, -0.04548962, 0.03438522, -0.027476285, -0.0030628825, 0.0054795067, -0.07272528, 0.008862489, -0.024320353, -0.061833393, 0.024910152, -0.03576109, 0.038932532, 0.021738712, 0.018022787, -0.061955523, -0.044370968, 0.032894, -0.013923091, 0.051131718, 0.006565812, -0.012480277, 0.0043595186, -0.011372405, -0.01069828, -0.051074535, -0.06868999, -0.027312735, 0.00465563, -0.0029969725, 0.018224636, 0.014972745, 0.008482778, 0.008053636, -0.006440958, 0.043434776, -0.011347447, 0.009921125, 0.057830323, -0.001330803, -0.0069147483, -0.025557075, 0.0028709678, -0.002080046, -0.025594454, -0.028591668, -0.002290377, 0.039069198, 0.011995159, 0.020057034, 0.055966422, 0.040368013, -0.020780446, -0.034370195, 0.008090468, 0.019514728, -0.0995398, -0.010714031, 0.057270087, 0.0027599866, -0.015962852, 0.0077647944, -0.032492723, 0.02706774, -0.03321822, -0.0020407909, -0.059875473, -0.05365085, 0.0136608435, 0.003483544, 0.0008733092, -0.0017647921, 0.010901341, -0.0017311102, 0.028640073, 0.027597928, 0.012318409, 0.0034486505, -0.00447365, 0.042964227, -0.028984947, -0.009728529, 0.035793077, 0.009137337, 0.0056006648, 0.027045446, -0.015900334, 0.02035266, 0.030887133, -0.009972905, 0.039935723, 0.033191565, -0.056969613, -0.011440617, -0.031744935, 0.016606264, 0.0032024567, -0.0074769226, 0.040841017, 0.025633708, 0.003217238, -0.035570633, 0.0058584893, -0.003342031, -0.0013240182, 0.01481524, -0.01279432, 0.00017286264, -0.0123174405, 0.013286707, 0.023017174, -0.032491755, -0.07121008, 0.054381307, 0.0124111865, 0.046975505, 0.04231915, -0.042909432, 0.0701245, 0.028595302, -0.022883657, -0.009070396, -0.027602775, -0.018267283, -0.041199647, 0.029839842, -0.013945323, 0.007668353, 0.064979635, 0.04348905, 0.0037946787, -0.085741326, -0.0047624917, -0.036102515, -0.02320933, -0.037685085, -0.01700978, 0.010224794, 0.0029499629, 0.018359484, -0.02001996, -0.020358475, 0.0835818, 0.0006101533, 0.00012794319, 0.011330727, 0.00052928017, -0.027712302, 0.016085949, -0.0147309145, 0.08112956, 0.011180687, 0.04268844, -0.016273987, 0.0045330175, -0.053891223, -0.024398379, 0.020321885, 0.035010636, -0.015020543, 0.0020241921, -0.0028680598, 0.0156804, 0.030166484, 0.02837625, -0.0491108, 0.050358247, -0.000859376, -0.005287182, -0.019312637, 0.045640822, -0.06105095, 0.039964803, 0.0031234617, 0.014641983, 0.011765443, -0.05039992, 0.08169754, 0.014183642, 0.014465667, 0.018908694, -0.017866492, 0.03435081, 0.006814187, -0.027050292, -0.0067346767, 0.007914062, -0.03353081, 0.000779775, 0.008007111, -0.024050169, 0.015579992, -0.008912891, 0.048873328, -0.0103991395, -0.054283775, -0.026679063, 0.052813396, -0.022163734, -0.033034787, -0.023464005, 0.0030507667, -0.049086567, 0.015897911, 0.032373503, -0.026201215, 0.0141357845, -0.049484454, -0.0216373, 0.01398264, 0.012519048, 0.0016009861, 0.048489258, 0.021341313, -0.032055583, -0.020674698, 0.0032489817, 0.0003514803, 0.034234498, 0.027220882, 0.04382442, 0.028895775, 0.00626752, -0.021590414, 0.011041401, -0.040066574, 0.02035266, 0.05207785, 0.0016664116, 0.0070703756, 0.03013547, 0.031280655, 0.0049132123, -0.022498166, -0.0097413715, -0.03677737, 0.04097526, 0.024765974, -0.04873182, 0.028347172, 0.020575592], [-0.015725581, -0.088958666, -0.03918004, -0.039256904, 0.0072187176, 0.027233604, -0.013302518, -0.03541344, 0.03135945, 0.029018568, 0.014094853, 0.010490611, -0.05694135, -0.026029548, -0.028982442, 0.012506469, 0.018579734, -0.05887683, 0.040608823, 0.0444412, -0.018220896, 0.02330705, -0.02655165, 0.020272778, -0.020603156, 0.03926353, 0.0036305317, 0.013627239, 0.014769782, -0.011235082, -0.005488144, -0.03327566, -0.008226798, 0.005818534, 0.02856179, 0.017009113, 0.032542933, 0.005026852, -0.053467758, -0.053051922, -0.06030737, 0.016586678, -0.0041567483, 0.04298558, 0.006212444, 0.04863829, 0.010682674, 0.047860406, 0.00076584355, -0.03178331, 0.052398466, -0.001762885, -0.043439746, 0.029245349, -0.0022525755, 0.0101046795, 0.031587433, 0.032453123, 0.042967513, -0.01974626, 0.010994588, 0.0026118155, -0.05226842, -0.007198849, 0.02871231, 0.03955654, -0.0026322862, 0.0033034028, -0.0032861433, -0.055103257, -0.0074155973, 0.017499605, 0.019457608, -0.0062419455, 0.05100004, 0.018444065, -0.073400564, 0.005622207, -0.01616018, -0.010493822, -0.008070257, 0.0137837045, 0.008522217, -0.050047956, -0.07285307, 0.0323597, -0.017386263, -0.0012041565, 0.04490982, 0.011159219, -0.041596685, 0.004357441, 0.03550381, 0.025860466, -0.0049326266, 0.008707456, 0.006683069, 0.04379116, 0.030966088, 0.031474244, 0.026365709, -0.038743533, -0.009825114, -0.013925669, -0.009512836, -0.0011704401, 0.016840931, -0.021717364, -0.0062450566, -0.008276832, -0.009470691, 0.0048827543, 0.020247491, -0.085084096, 0.008592058, -0.034448236, 0.029965837, -0.030874573, -0.046099525, -0.031191666, -0.0013781571, 0.0042109354, -0.005508414, 0.009146773, -0.023508748, -0.01603535, -0.0062531843, -0.002800868, -0.054440714, 0.0020253912, 0.04592733, 0.011380081, 0.053765602, -0.011600844, -0.038231164, 0.014385656, -0.022616468, 0.067988284, -0.009896963, 0.03402525, -0.021905212, 0.021079963, 0.010871124, -0.009866859, 0.012595678, -0.041565478, 0.0046865772, -0.049913492, -0.014367995, -0.035024896, -0.009908201, -0.0043803197, 0.00054367667, 0.009507618, 0.010423278, -0.03812038, 0.016231027, 0.011272009, -0.028349057, 0.024475686, -0.017809475, -0.01812135, 0.033137586, 0.02557187, -0.026915306, -0.064568475, 0.008206728, 0.0069536027, -0.026715618, 0.04479783, 0.07354025, -0.021743355, -0.003740712, 0.035461448, -0.072361276, -0.028407456, -0.003410974, -0.026982738, 0.041999876, 0.047862414, -0.016055018, 0.021999938, -0.00057970104, -0.0057582767, -0.01375809, 0.03724697, -0.022216287, -0.025863675, 0.0052774665, 0.015911724, 0.027187547, -0.0247406, 0.028639156, -4.4955177e-05, -0.009519559, 0.02159454, -0.042111762, 0.006105676, 0.010673743, 0.040872883, 0.0014658598, 0.008113406, 0.039862398, -0.024898745, -0.04405808, -0.04162107, 0.011409383, 0.017922664, 0.038135737, -0.028664745, -0.0016662767, 0.027357232, 0.04414197, 0.03483808, 0.02940751, 0.05192403, 0.03683916, -0.01372618, 0.060723603, 0.0423827, -0.032465667, 0.010958326, 0.03900905, -0.037546802, -0.035320017, 0.018086432, -0.01843945, 0.02149018, 0.019858949, 0.011887132, 0.085414834, -0.014834405, -0.019151531, -0.05025266, -0.026049316, -0.030160708, -0.049168117, 0.037147433, -0.03588587, 0.036908202, -0.012938059, 0.05190015, 0.0034791592, -0.0025098636, -0.019093106, 0.012934447, -0.036031574, -0.0010036143, -0.019465191, -0.014398099, 0.06850205, -0.0028656917, -0.041746102, 0.017878262, -0.0032504199, -0.011751764, 0.0005563203, 0.020758051, 0.0069973534, 0.03968418, 0.012689276, -0.056769557, -0.0032777141, -0.03159546, 0.034396227, 0.014727035, 0.031446747, -0.021761216, 0.014081807, -0.044662163, -0.05562882, -0.062178224, 0.03893921, -0.0033529738, -0.036351077, 0.024367312, 0.042211305, -0.012904543, 0.049622487, 0.017262787, -0.06448659, -0.020335393, 0.008968156, -0.0058309273, 0.0011993399, 0.005505002, 0.014440645, -0.05947971, -0.025605986, -0.057846073, -0.021173086, 0.00016938467, 0.021539148, 0.028602129, 0.06359311, -0.0009749654, 0.05096151, -0.0060864086, -0.06336753, -0.0227995, -0.0056563243, -0.008119025, -0.010628888, 0.012305276, -0.004833083, -0.036790993, -0.052689075, 0.022925653, 0.018876689, 0.006699124, -0.033101458, -0.027833676, -0.059916418, 3.7228507e-05, 0.017872492, -0.031929415, 0.042819005, 0.078930855, -0.03512685, -0.026764786, -0.03218309, -0.012039157, 0.015257466, -0.051178258, 0.036069706, 0.05009512, 0.013889545, 0.02241718, -0.048082773, -0.01655956, 0.014502058, 0.018704163, -0.00080527965, -0.0008818439, 0.03133135, 0.022152865, -0.021164155, 0.023620734, 0.019561924, 0.022285374, -0.006455082, -0.06380825, -0.013399252, -0.0119279735, 0.043067057, -0.054431085, 0.01186054, -0.06761901, 0.0067149787, -0.0011671789, 0.022058541, -0.022343125, 0.0065221135, 0.0179331, -0.0174691, -0.0124993455, -0.034565713, -0.010618853, -0.04522591, 0.011477217, -0.040950954, -0.020457214, -0.050326116, 0.040809866, 0.00621706, -0.020880876, 0.05764297, -0.00045968677, 0.037185207, -0.0068392074, 0.045605417, 0.018946398, -0.01749253, -0.0018132089, 0.0124584045, 0.07355309, -0.060205817, -0.002409116, 0.0071026045, 0.015100323, 0.029838396, -0.033865295, 0.07199812, 0.019032897, 0.049468353, 0.05877568, 0.054154832, 0.01919867, -0.047906768, 0.03655498, -0.018408341, 0.011292178, 0.039099764, 0.042725276, 0.033178322, -0.0143074365, 0.031985607, 0.053875167, 0.018837472, 0.00871147, -0.005743024, 0.024629816, -0.01635325, -0.035898313, -0.01797645, -0.053994376, -0.03975844, 0.001389998, -0.001412877, 0.034400344, 0.02058947, 0.008061633, -0.03204421, 0.034366928, 0.029411925, -0.0077836677, -0.022983333, 0.029114295, 0.0019956888, 0.015532013, 0.018530363, 0.032984257, -0.07206315, 0.027939241, 0.02714008, -0.008446154, -0.009668774, -0.01774445, -0.0656177, 0.04062503, 0.02060372, 0.028250264, -0.000676736, 0.10146062, 0.04479623, -0.01968242, 0.016009862, -0.028920628, -0.06513433, -0.019465191, -0.048195157, -0.052423052, 0.00874614, 0.006171302, -0.024628112, -0.0044068117, -0.021311957, 0.008045973, 0.012237987, -0.050152313, 0.01047857, -0.013588166, -0.008687587, -0.011768222, -0.064902425, 0.032173984, 0.068534166, -0.053547632, -0.021598352, -0.032929666, -0.04605979, -0.012210147, 0.0065221135, 0.0035835698, -0.007780256, -0.0021401874, 0.028488738, -0.0633868, 0.01436358, 0.045623083, -0.0002516687, -0.02335582, -0.019655045, -0.058468625, -0.0019756947, 0.010454587, 0.042407986, 0.007869965, 0.01295853, 0.003303804, 0.027178615, 0.02116305, 0.012615747, 0.0057878783, 0.029257992, 0.017409293, -0.026307607, 0.012304071, -0.027240427, -0.039488707, 0.0035002823, 0.039065246, 0.010839014, 0.06155849, -0.021559218, -0.04159658, 0.015285563, 0.03674524, -0.036344856, 0.0039115767, 0.044969626, 0.03845193, -0.064574905, 0.022044092, -7.7266704e-05, -0.07950965, 0.04125922, 0.05399759, -0.010412341, 0.02110214, -0.042172775, -0.048742246, 0.022760162, -0.012817845, 0.046396956, 0.03515254, 0.025782598, -0.036400046, -0.026939038, -0.027490292, -0.010575705, 0.011712428, -0.015222545, 0.03678016, -0.0042634164, -0.013425943, 0.030223524, -0.013548367, 0.022193106, 0.0019687708, -0.03361523, -0.033361476, -0.04042353, 0.011662657, 0.0038056865, -0.019328117, 0.01777636, 0.0009498788, 0.0031147515, 0.0023190049, -0.015755987, 0.011835252, 0.009662804, 0.001880491, -0.037084807, 0.0063634655, 0.006119423, 0.033772577, 0.011241604, -0.021464089, -0.011510131, 0.0049490836, -0.087746084, -0.048545167, 0.052208614, -0.0103958845, -0.02305458, 0.019778673, 0.02824279, 0.00734977, -0.029470125, 0.015592824, 0.02570874, 0.0077182413, -0.009489957, 0.029917669, 0.01243974, -0.08358853, -0.07532561, 0.016037157, -0.018761562, -0.036709514, -0.065608874, -0.038884822, 0.008046375, -0.017579682, 0.029949807, -0.022409504, 0.00089669524, -0.021277444, 0.009123693, -0.0029814914, -0.0071963407, -0.022126777, 0.02099487, 0.02003556, -0.0133789815, -0.0015447321, 0.03012358, -0.024621788, 0.01328586, -0.0016328362, 0.047588263, 0.018385876, -0.03386008, -0.026856704, -0.034394726, 0.03794217, 0.002738252, -0.034292772, -0.013093196, -0.06778357, -0.0104585, 0.01028751, 0.0224809, -0.0023737939, -0.02000987, 0.050733496, -0.007995198, 0.0087847235, 0.0025410713, 0.02035747, -0.038199857, -0.010252589, -0.0025504036, 0.020365097, -0.0445281, -0.030357588, -0.04432761, -0.014033642, -0.0077162352, 0.006233445, 0.0045765974, 0.011775848, -0.012104983, -0.0007716636, 0.0028963978, 0.060899813, 0.02003039, -0.012923007, 0.065682724, 0.009232669, 0.058536455, -0.01989668, -0.08637334, 0.07036007, -0.010814128, -0.056884352, -0.018508486, -0.016325552, 0.010567577, 0.031808197, 0.013278635, -0.011453334, 0.03379706, 0.0041005546, -0.005026952, -0.0090139145, -0.016502565, 0.015580781, 0.05515679, 0.005702835, 0.0012507172, -0.064777195, 0.04565359, 0.018582944, -0.0029076366, -0.007461756, 0.0006328344, -0.02427981, 0.037119728, -0.040247727, 0.025374085, 0.03186439, 0.02422442, -0.010555084, 0.050392542, -0.019145286, -0.008633, -0.04349574, 0.06619971, -0.003133165, 0.030588787, -0.037973676, -0.0154103935, -0.00493945, -0.03261468, -0.023035914, -0.0030029216, 0.04131501, -0.021497406, -0.025394456, 0.011132226, 0.00422097, 0.05390206, 0.020494744, 0.006394372, 0.03421892, -0.048455156, -0.04344115, -0.010887582, 0.019913537, 0.017294295, -0.015519571, -0.017589917, -0.007893647, 0.05821053, 0.026544025, 0.028774524, 0.038810767, 0.06364369, 0.044841185, 0.010362971, 0.03727667, 0.021412963, -0.021683248, 0.04487249, -0.010170306, -0.06546437, -0.07426916, -2.047066e-05, 0.010674446, 0.0022421395, 0.03282671, 0.03722128, 0.012588252, 0.01122605, -0.035950895, -0.020506784, -0.007504705, -0.009362417, 0.036185708, -0.050610296, -0.028932368, 0.041793864, -0.044611588, -0.042029176, -0.036237083, 0.0072430014, -0.017371964, -0.02014875, -0.023312971, -0.006085807, 0.025561031, 0.005265676, 0.0004431296, -0.025471121, -0.04236102, 0.012932039, 0.016199116, -0.007740318, -0.01313253, 0.0068656993, -0.013524283, 0.012019889, -0.05619156, 0.0056260196, -0.009441835, -0.015572955, 0.0022710392, -0.007983557, 0.042434778, 0.034824204, 0.0061024646, -0.008741373, -0.03570966, 0.041528348, -0.04342389, 0.017675914, -0.0009152593, -0.013040012, -0.046413004, -0.0058104564, 0.0072642746, -0.03223848, -0.002618639, -0.016301872, 0.023316484, 0.011609374, 0.005701681, 0.01246864, 0.014282902, -0.0016571828, -0.012752167, 0.0029716578, 0.0063039595, -0.09475266, -0.040942926, 0.01635365, -0.035980247, -0.04707931, -0.001131004, 0.033933133, -0.030112242, -0.039204076, 0.043611336, -0.023827849, -8.3889565e-05, 0.016243318, -0.050378695, 0.017443411, -0.002761131, -0.049954835, 0.0119742835, -0.025120812, 0.041307386, 0.010581525, 0.016977001, -0.027720485, -0.0130988145, -0.008620556, 0.006265628, 0.014558253, 0.021153418, 0.014773194, 0.0043347375, 0.019046344, 0.015865967, -0.03709444, -0.06008761, -0.0074124862, 0.025624452, -0.0066475463, 0.0038079442, 0.027038934, 0.016004244, -0.004783913, 0.012788343, 0.035438225, 0.0034949891, 0.0010299552, 0.023515169, 0.004615532, 0.01685217, 0.0075235697, 0.0060311183, 0.01595066, 0.0054243235, -0.027854146, 0.011157715, 0.03410091, 0.01640583, 0.006221475, 0.041077793, 0.014049095, -0.019659862, 0.00068074977, 0.006800875, 0.019687157, -0.07639169, -0.015424442, 0.07823485, 0.012873236, 0.010926674, 0.022991361, -0.011928374, 0.01911799, -0.061201654, -0.020731159, -0.059726164, -0.03982025, 0.018842641, 0.00015654035, -0.01202832, 0.025577487, 0.00046319887, -0.0053578946, 0.029078774, 0.04386501, 0.010437227, 0.03811637, -0.017476525, 0.05594993, -0.03676972, 0.0077363043, 0.03999024, 0.0021478138, 0.017700698, 0.039852764, -0.017088987, 0.021991158, 0.02577557, -0.035655074, 0.012948094, 0.027959712, -0.061097298, -0.000922986, -0.022728857, 0.024032556, 0.014239953, -0.008684176, 0.046795126, 0.031741865, -0.007617494, -0.042823017, -0.01905096, -0.009462864, -0.02025632, 0.034331307, -0.0044200574, 0.00532478, -0.0134005565, 0.019979967, 0.026021821, -0.020530567, -0.07571094, 0.06276465, 9.713529e-05, 0.054460388, 0.031634834, -0.03169661, 0.054909535, 0.031232206, -0.02348908, -0.02746119, -0.013936105, -0.022746516, -0.040722966, 0.025867088, -0.03202414, 0.030590842, 0.049399316, 0.03847766, 0.009022594, -0.065318264, 0.00068546605, -0.044702902, -0.03971509, -0.0700787, -0.027027894, 0.008657785, 0.0066678156, 0.025150515, -0.019651433, -0.01797926, 0.08040233, -0.01429093, -0.0122262025, 0.014648163, -0.0045942585, -0.02677723, -0.0016833481, -0.0014243164, 0.06695191, 0.0029862078, 0.035266533, -0.02009697, 0.009137751, -0.048299517, 0.041481584, 0.010812473, 0.031247057, -0.0309982, 0.02431172, -0.022574522, -0.010130568, 0.0109540345, 0.028306909, -0.04098979, 0.047447376, -0.01450868, -0.022374632, -0.043862607, 0.06223161, -0.034975126, 0.0462364, 0.004837598, 0.008547103, 0.033117514, -0.017981268, 0.07930093, 0.011354795, 0.03250159, 0.020299269, -0.014165698, 0.033441834, 0.026300384, -0.021029187, -0.0092130015, 0.013247328, -0.029470526, 0.0057895845, 0.013939315, -0.008513236, 0.0061405962, -0.001969699, 0.06241063, -0.018842615, -0.06563937, -0.052659567, 0.043987036, -0.00860992, -0.023889663, -0.036580667, 0.012701041, -0.021805268, 0.008730135, 0.009939108, -0.00978899, 0.0020591076, -0.05165029, -0.0006362713, 0.006420362, 0.015841883, -0.013157167, 0.027097136, 0.025519889, -0.01775328, -0.02763138, 0.012478924, 0.020127011, 0.049450696, 0.009055194, 0.015369854, 0.03271934, 0.024070688, -0.007919737, 0.0028981036, -0.03839092, 0.055640057, 0.05261, 0.030594405, -0.01556573, 0.0065064593, 0.03458879, 0.0067392625, 0.001331195, 0.00031508761, -0.0010675851, 0.042268302, 0.036286853, -0.05047824, 0.024758462, 0.031318504], [-0.022558967, -0.08328869, -0.03174875, -0.013968938, 0.015661677, 0.05427392, -0.009555045, -0.0341811, 0.037039783, 0.04189143, 0.0096452525, 0.0265766, -0.018437376, -0.0074497275, -0.025928592, -0.027269358, 0.04954768, -0.048948158, 0.057554968, 0.0472363, -0.011425518, 0.021719359, -0.043836843, 0.02419623, -0.010713062, 0.017887335, 0.018780027, 0.036758203, 0.0054455735, 0.005586363, -0.010945924, -0.046379447, 0.004102478, -0.0002205082, 0.011360135, -0.0118160695, 0.0054437085, -0.0034219562, -0.061491016, -0.06182003, -0.06477813, 0.027929716, -0.0049322974, 0.03357109, -0.0316674, 0.05513917, 0.001389831, 0.030251114, -0.021772504, -0.027458806, 0.04959896, -0.027991952, -0.04495337, 0.014577783, 0.008541313, 0.006403595, 0.027876338, 0.020875085, 0.017577253, 0.0005832628, 0.01931055, 0.00057900883, -0.057287376, 0.00390761, 0.00795537, 0.009252487, -0.006859063, -0.004872509, -0.008593526, -0.048879158, -0.026819834, 0.018852752, 0.021717958, -0.007948231, 0.0319639, 0.02640504, -0.08147522, -0.021339063, -0.0056418395, 0.013845864, -0.008576044, 0.010527751, -0.016728787, -0.05591631, -0.050298247, 0.019743059, 0.013447736, -0.008939673, 0.04056978, 0.015112037, -0.022885302, -0.0012633768, 0.06985028, 0.03409159, -0.00067320844, 0.02318611, -0.0010958978, 0.03717218, -0.0020979748, 0.021700244, 0.035972204, -0.015697805, -0.018712895, -0.00666676, -0.0043430324, 0.004307835, 0.018270945, 0.0059220204, 0.005207088, 0.036868226, 0.012114198, 0.0057043093, 0.018299615, -0.08224722, 0.01422068, -0.03283847, 0.040194962, -0.011527031, -0.047645155, -0.015727058, 0.007341571, 0.0072173313, -0.0021304914, 0.03797528, -0.045697875, -0.028928762, 0.010361903, -0.0034994022, -0.058201343, 0.006405926, 0.030414747, 0.021258062, 0.05337324, -0.0023980848, -0.016378677, 0.024688061, -0.017167006, 0.04776403, -0.019016035, 0.018551126, -0.03811948, -0.016797317, 0.016376346, 0.004757942, 0.01631854, -0.012566635, 0.01291628, -0.067903474, -0.026219962, 0.0011855229, -0.017905219, -0.004282078, -0.0054845004, -0.00413183, 0.025536992, -0.037389424, 0.012965448, 0.038629495, -0.055103738, -0.0047346326, -0.024027467, 0.0147717185, 0.029892147, 0.026828341, -0.011355822, -0.055944744, 0.016636947, 0.0075665084, -0.024958916, -0.0069851386, 0.076895356, -0.017526906, -0.013364055, 0.0206572, -0.06258564, -0.0059861215, 0.03222077, -0.028756972, 0.056112576, 0.014320562, -0.0075252503, -0.009017177, 4.5686687e-05, -0.0003459135, -0.01642448, 0.036995027, -0.027623665, -0.016866779, 0.017855685, 0.0293178, 0.004029752, -0.020979047, 0.026457721, -0.012236865, -0.015427182, 0.022165501, -0.03823265, 0.02459622, 0.012149513, 0.006827829, 0.00017925033, -0.008145604, 0.039485417, -0.024787825, -0.051491696, -0.030570688, 0.030545745, 0.00676163, 0.050087526, -0.034194157, -0.020185357, 0.01733297, 0.018395739, 0.034842625, 0.044276927, 0.057406515, 0.016668182, -0.025260076, 0.05966938, 0.024823723, -0.023595834, -0.00011141958, 0.045418162, -0.03628455, -0.057373155, 0.018626416, -0.0062255105, 0.03312879, 0.015416692, -0.015737198, 0.052414753, 0.00012773625, -0.0031822175, -0.029778803, -0.003212753, -0.017977946, -0.036573593, 0.036180127, -0.06594081, 0.029545302, 0.003236762, 0.054385807, 0.033535425, -0.007837132, -0.0014669856, 0.0071300366, -0.030824529, 0.018034121, -0.012644024, -0.012354054, 0.05683284, 0.006125746, -0.036438398, 0.0013872086, -0.012398807, -0.0024633517, 0.03244827, -0.021393126, 0.028007658, 0.024025137, 0.036183856, -0.048413906, 0.007829206, -0.035817433, 0.017294742, -0.0055208635, 0.034606267, -0.04484288, 0.0070307385, -0.044575755, -0.02266899, -0.045354757, 0.032707006, -0.019726392, -0.050715018, 0.013120471, 0.0069345864, 0.013683628, 0.05576573, 0.025075233, -0.056041714, -0.013043083, 0.040086806, -0.021979492, 0.023659585, 0.004826006, 0.04435245, -0.04098236, -0.016587997, -0.036951672, -0.0056087403, 0.0084884, 0.008397027, 0.032004807, 0.046805542, -0.0028921887, 0.05395505, -0.0058594197, -0.060090113, -0.026937313, 0.015622983, 0.0007776061, 0.020373, 0.038238823, 0.008712172, -0.00838444, -0.029939232, 0.038985662, -0.006921533, 0.021386964, -0.038577277, -0.03148372, -0.06068964, 0.01783832, 0.00087830325, -0.020251876, 0.045778062, 0.06491612, 0.0016615036, -0.00038134397, -0.026314134, -0.024573844, -0.0013652394, -0.04668993, 0.04525966, 0.040851355, -0.010670173, 0.0023211634, -0.06407138, -0.028074352, 0.033556115, 0.041003335, -0.0009612852, -0.0027197562, 0.019432692, 0.021000957, -0.040331088, 0.0040316167, 0.0029481899, 0.01840719, 0.004075497, -0.07696622, -0.0054003526, -0.013123618, 0.081264496, -0.06409936, 0.022434961, -0.0587624, 0.00893536, -0.017805338, 0.012861269, -0.033960126, 0.0048730914, 0.01505353, -0.013604376, 0.004516222, -0.010275833, -0.014399698, -0.041019186, 0.009160647, -0.015755381, -0.022611182, -0.043627873, 0.05146372, 0.018093094, -0.014916936, 0.052862294, -0.024045182, 0.047721844, -0.005965376, 0.054922856, 0.044306763, -0.0094026, 0.0027948131, 0.009203828, 0.072349064, -0.05276533, -0.012011869, 0.016113881, 0.00047364974, 0.026168814, -0.019562293, 0.06898806, 0.019627094, 0.033475287, 0.061201513, 0.042112872, -0.0034950315, -0.04321002, 0.041065805, -0.03011685, 0.034849968, 0.024790155, 0.04287276, 0.022722134, 0.0047013, 0.056010015, 0.04188071, 0.02183579, 0.014939081, -0.007137379, 0.02788333, -0.0018050903, 0.013197392, -0.033967122, -0.030259855, -0.008914964, -0.008993751, -0.015227653, 0.023149166, 0.04317299, -0.008687464, -0.025897358, 0.002334683, 0.0333662, -0.0018852751, 0.0059471945, 0.014796659, 0.015982881, 0.0031794205, 0.0132230325, 0.040901706, -0.07037242, 0.043691244, 0.046964053, -0.0036912977, 0.022396965, -0.03939591, -0.032495353, 0.033713046, 0.021237781, 0.04343825, 0.009667629, 0.08115074, 0.044512354, -0.032299325, 0.027160268, -0.009338732, -0.07355743, -0.005238701, -0.04324385, -0.05177333, 0.014101103, -0.006545317, -0.018821051, -0.0017859766, -0.033293474, 0.012067812, 0.011602671, -0.039517585, 0.007945754, -0.00981984, 0.006616178, 0.008711239, -0.06273435, 0.031062286, 0.069622785, -0.03137102, -0.024172919, -0.020585116, -0.038714338, 0.0030311253, -0.009441294, -0.017216654, -0.0011920496, -0.009217989, 0.038818765, -0.058592245, 0.030093133, 0.047379892, 0.0366314, -0.022648826, -0.023752416, -0.06272357, -0.016497556, -0.0054369485, 0.04503402, -0.0018538074, -0.0008516139, 0.001657308, 0.0077886474, 0.014806217, 0.05348699, 0.014788501, 0.019377857, 0.01580678, -0.03804167, 0.0064232918, -0.053681683, -0.034210004, -0.0022405125, 0.018423855, -0.0052486076, 0.06448349, -0.028639026, -0.04647175, 0.021834506, 0.02149885, -0.027263764, -0.0026302477, 0.03233685, 0.046895053, -0.04360002, 0.017371664, -0.0085431775, -0.06782515, 0.041903082, 0.036188517, 0.00986273, 0.0062643206, -0.019313348, -0.06142342, 0.020486517, -0.0139845265, 0.057367675, 0.020823805, 0.01604203, -0.06007333, -0.00347685, -0.011217015, -0.041967414, -0.009447296, 0.021219134, 0.04342846, -0.019668585, -0.02824253, 0.042976256, -0.023917446, 0.02308949, 0.010852168, -0.004090357, -0.014493402, -0.04720647, 0.026543032, 0.016440915, -0.0020419152, -0.008920967, 0.010943128, -0.011065503, 0.009088387, -0.034691114, 0.01913806, 0.051877704, 0.0057140994, -0.019980934, -0.020098412, -0.013194362, 0.043031268, 0.022238927, 0.0008246914, -0.0021426124, -0.034921877, -0.091604605, -0.057065003, 0.034624916, -0.018239245, -0.028912213, 0.03516663, 0.048794314, -0.027819695, -0.046988294, -0.005757455, 0.036872886, 0.014968451, -0.0233711, 0.022596497, 0.025226977, -0.046365462, -0.09446888, 0.03306481, -0.01824111, -0.030956695, -0.06260941, -0.032680202, 0.011937279, -0.025721604, 0.038606647, -0.013454264, -0.028857436, -0.009904687, 0.03482887, -0.020147363, -0.006972814, -0.005924759, 0.031868793, -0.0042936164, -0.0054618903, -0.024677338, 0.054441746, -0.009815878, 0.027825989, -0.00040931543, 0.04109564, 0.018642033, -0.032334056, -0.030747142, -0.028442293, 0.04366901, 0.011141491, -0.039587982, -0.029711002, -0.033371795, 0.0031781967, 0.0009249223, 0.0236456, -0.0127163995, -0.023909988, 0.033830527, -0.03620157, 0.019651802, 0.011549875, 0.028289616, -0.023986444, -0.024434919, 0.005917825, 0.0025388745, -0.019015044, 0.00017499633, -0.039154656, -0.03194525, 0.009532668, 0.017741237, 0.004109238, 0.008329895, -0.019407518, 0.028494975, 0.010748959, 0.048923448, 0.021289065, -0.00630756, 0.04855143, -0.0008894918, 0.03469671, -0.0015440235, -0.086662985, 0.07723661, -0.0010871567, -0.05743469, -0.028146729, -0.007401127, 0.01591106, 0.026588487, 0.0027132297, -0.011052041, 0.031682786, 0.019656232, 0.0149217155, -0.014037934, -0.011192305, 0.013154269, 0.04790016, -0.008832915, 0.017457908, -0.06394435, 0.048015773, 0.022355447, 0.009599333, -0.012870942, 0.0009516117, -0.01444352, 0.04238046, -0.026088031, 0.026955144, 0.03113781, 0.026538372, -0.012269206, 0.035199262, -0.045497183, -0.015231849, -0.035771742, 0.047144, 0.03921969, 0.018803801, -0.027292784, 0.00037714827, -0.0058562877, -0.048030693, -0.028887972, 0.0038982867, 0.023266645, 0.002144477, -0.024974536, 0.004649786, -0.0026815287, 0.007853448, 0.016716665, -0.0027072276, 0.03767194, -0.056230057, -0.022964554, -0.013816027, 0.037757717, 0.048882894, -0.038048618, -0.03148279, 0.02645842, 0.053661346, 0.04044484, 0.015677061, 0.023558944, 0.033879012, 0.020880913, 0.007984914, 0.041072335, 0.038394764, -0.010772735, 0.021529619, -0.011374121, -0.051714532, -0.040823385, -0.014776381, 0.028601732, -0.029977925, 0.05107212, 0.05284551, 0.013434684, 0.03528411, -0.03909102, -0.012803461, -0.004387787, -0.009091651, 0.0040987483, -0.04465361, -0.043467037, 0.03484123, -0.009263558, -0.0509262, -0.04122804, -0.0045588785, -0.022773065, -0.022143153, -0.001461974, -0.021588592, 0.03354708, 0.010090231, 0.011823062, -0.025799925, -0.05543683, 0.028594272, 0.014059379, -0.0022209324, -0.03029074, 0.041175827, -0.012531439, 0.010612365, -0.04580277, -0.003315082, 0.007255792, 0.008710307, 0.009435932, -0.020792104, 0.06019081, 0.03241051, 0.038923193, -0.009198175, -0.026504338, 0.03812321, -0.030926624, 0.03007303, 0.00444, -0.0054712137, -0.044912577, -0.012564305, 0.0022769917, -0.028972818, 0.0129945995, -0.018114539, 0.014440723, 0.0016406415, 0.0055374126, 0.008010554, 0.015302243, -0.00036712518, 0.00033146158, -0.001692855, 0.017089851, -0.088024266, -0.025015792, 0.013538294, -0.06166957, -0.043631718, 0.011309669, 0.030800287, -0.03405243, -0.04408672, 0.04212126, -0.0169437, -0.0076422635, 0.0028279128, -0.059230458, 0.02010424, 0.02013291, -0.038933042, 0.02315103, -0.03448529, 0.060627166, -0.0042616236, 0.006584477, -0.04186765, 0.00019055544, 0.00014078959, -0.029340643, 0.048427887, 0.005784494, 0.0041395985, 0.013263824, 0.019990256, -0.004272849, -0.05689671, -0.046432592, 0.0016265393, -0.0017771189, 0.015172643, 0.030787233, 0.02121354, 0.018131088, 0.020382322, 0.0010396052, 0.03548457, -0.026082436, 0.024332356, 0.019257404, -0.00028752311, 0.01636609, -0.024782464, -0.0038850002, 0.012617918, -0.003337692, -0.03106543, 0.020035012, 0.047634434, 0.009554811, -0.01025736, 0.07051088, 0.0019775808, -0.004112035, -0.026977057, 0.027556999, 0.0023843322, -0.05936286, 0.0072695445, 0.06890671, -0.004544427, -0.01973758, 0.057346117, 0.003020799, 0.044082988, -0.0638905, -0.021445587, -0.063786075, -0.03158238, 0.0026563546, 0.016550235, -0.013424661, 0.0008204956, -0.018886434, -0.037850954, 0.037705503, 0.045138445, 0.0074609155, 0.027467024, 0.0006060479, 0.04685776, -0.05922533, -0.0014046326, 0.057613708, 0.029703688, 0.02116832, 0.004441865, -0.030352741, 0.021965738, 0.028075868, -0.041543186, 0.03735283, 0.023840059, -0.070931844, -0.0004608295, -0.025733026, 0.025820902, 0.008135144, -0.037945125, 0.033255246, 0.028015263, -0.006440891, -0.032053873, 0.0085727805, 0.0051155104, 0.008856545, 0.02776352, -0.0055397437, 0.0073532253, -0.019585777, 0.010485561, 0.0503113, 0.0009920538, -0.04740973, 0.058698535, -0.0067834095, 0.062160004, 0.01618614, -0.02558268, 0.07833496, -0.0010852918, -0.037310172, -0.042643394, -0.022255942, -0.022361303, -0.0044931457, -0.0022111426, -0.029347736, 0.025556166, 0.030353675, 0.04442704, -0.009532201, -0.06820556, -0.009270202, -0.034038212, -0.025619976, -0.057900883, -0.020178597, 0.011364797, 0.0043249675, 0.056052905, -0.0013722323, 0.003743045, 0.06638555, -0.0016521798, -0.014010894, 0.00038134397, -0.0022335195, -0.048308544, 0.034412213, -0.009818909, 0.07145048, 0.015230916, 0.047420915, -0.035777453, 0.011646375, -0.057595063, 0.022988794, 0.016787527, 0.017214557, -0.004048866, 0.027069828, -0.04151603, -0.010531014, 0.047526274, 0.031785812, -0.040335752, 0.060715493, -0.011036832, -0.01721922, -0.0385894, 0.067467116, -0.0528236, 0.05224692, -0.004637432, 0.005781347, 0.04170169, -0.03753674, 0.07785384, 0.010119601, 0.020978812, 0.012882248, -0.006813377, 0.011502323, -0.0021071818, -0.008291667, -0.019315213, -0.0030427682, -0.033009097, 0.001804158, 0.0070198993, -0.016000597, -0.017047662, -0.0038759094, 0.06178658, -0.040528286, -0.04850807, -0.03323986, 0.046400893, -0.020950086, -0.009090718, -0.028883776, 0.013981058, -0.03838754, 0.009025918, 0.0010302814, -0.028475394, 0.00086711464, -0.05153645, 0.042797238, -0.0053481394, -0.0086888615, -0.021643369, 0.011512113, 0.027827853, -0.008841073, -0.006334832, 0.0070982194, -0.018825216, 0.036261246, 0.023586918, 0.033906046, 0.036123253, 0.018801471, 0.003038864, 0.0075308443, -0.03747474, 0.029303813, 0.055814214, 0.0044092317, -0.025756104, 0.0014934419, 0.054148983, -0.0018414533, 0.019863918, 0.0036515552, -0.021559048, 0.024729552, 0.028083151, -0.014449581, 0.0020673517, 0.018911958], [-0.021454081, -0.06624092, -0.0011121549, -0.029607283, 0.044488035, 0.04630108, -0.0080343215, -0.036580205, 0.03433859, 0.028216515, 0.0053409142, 0.040028397, -0.028388638, 7.894786e-05, -0.031227091, -0.010244861, 0.03813296, -0.028550379, 0.052520517, 0.049063798, -0.0034255108, 0.008410701, -0.017556718, 0.021187173, -0.023011923, 0.024180077, 0.004118994, -0.017030476, -0.009807206, 0.030237028, -0.036260474, -0.04384268, -0.015094876, 0.00036398636, 0.025611235, -0.013268747, -0.0035778987, -0.0072124405, -0.06043183, -0.055218976, -0.08374348, 0.0270043, -0.012370946, 0.016771829, -0.011895422, 0.061924495, 0.01297407, 0.0613994, -0.01466181, -0.008677838, 0.030950313, -0.018018471, -0.059723135, 0.029821176, 0.00734588, 0.029686231, 0.029027106, 0.011941666, 0.0025063076, -0.015025567, -0.0017887197, 0.04527568, -0.071148545, 0.0017734581, 0.026500316, 0.027881445, -0.010015362, 0.03003874, -0.025188038, -0.050602823, -0.012966956, 0.0136664715, 0.019061776, -0.010847757, 0.027532605, 0.0073519615, -0.07289825, 0.012213968, -0.0039492287, -0.0022958564, -0.029684395, 0.026848238, -0.0020003184, -0.034274384, -0.051573146, 0.015934614, 0.0051628225, -0.027737321, 0.036656592, 0.026678868, -0.056188844, 0.011695758, 0.059241187, 0.023632031, -0.0068674306, -0.0021079537, -0.017994603, 0.036927402, 0.010824119, 0.015505221, 0.04887056, -0.03247373, -0.008238117, -0.040351532, -0.01660659, 0.007856688, -0.018701462, -0.0091083795, -0.016634129, 0.009642884, 0.018048076, 0.006035839, 0.021603255, -0.05578676, -0.008904698, -0.014116978, 0.01705453, 0.0028262874, -0.008479207, 0.023690782, -0.0028714987, 0.020298779, 0.0135131655, 0.022172414, -0.047537625, -0.012461139, -0.010448886, -0.005323931, -0.047478873, 0.00080256, 0.025737127, 0.005568578, 0.052120276, -0.031646617, -0.028625943, 0.03009382, 0.015396209, 0.030828219, -0.0029187757, 0.025882045, -0.010584407, 0.015029468, 0.0069005936, -0.012013729, 0.021746693, -0.0051095784, -0.039644673, -0.04649983, -0.014049161, -0.0069230846, -0.033976953, -0.0015156153, -0.0022698657, 0.005462205, 0.0042152186, -0.025660807, 0.009542822, 0.014756823, -0.034806825, 0.0016880842, 0.009353657, -0.017027033, -0.019689916, 0.020791516, -0.011244102, -0.05517537, 0.006171703, 0.032635186, -0.0045883134, 9.5758696e-05, 0.06585353, 0.0026250163, 0.01836318, 0.0094122365, -0.040654473, -0.0018305748, -0.002193557, -0.0025341343, 0.038329013, 0.0041903756, 0.014001311, 0.006229422, -0.017539734, -0.0133564165, -0.040979445, 0.012069842, -0.0065609342, 0.013175112, 0.021095602, 0.039275642, 0.024796052, 0.0014903703, 0.032660086, -0.0036882304, -0.032941453, 0.02143447, -0.049390145, -0.010906967, -0.0017744908, 0.041855216, 0.018843751, 0.0010868025, 0.010002051, -0.011645956, -0.02846621, -0.053522054, 0.042036064, -0.009007629, 0.053710245, -0.022802848, -0.0022196053, -0.016938906, 0.040609494, 0.054306027, 0.046364423, 0.020406185, -0.004491307, -0.034426775, 0.015603218, 0.042980224, 0.0046937256, -0.006322484, 0.045189384, -0.043096352, -0.033051614, 0.020855546, 0.012139036, 0.038534816, 0.026377765, 0.012728506, 0.062323824, 0.0041332874, -0.014777937, -0.03489277, -0.025273643, -0.021613352, -0.038352594, 0.041987408, -0.060154594, 0.03610074, -0.015430176, 0.004702905, 0.011449735, -0.008412078, -0.018196564, -0.028655892, 0.007724497, 0.0101493895, -0.045572422, 0.001076812, 0.039246265, 0.021886917, -0.013783056, 0.04048189, 0.016434925, 0.009716897, -0.0016120624, 0.00856217, 0.01596158, 0.01792977, 0.040368978, -0.044259455, -0.031816904, -0.07022687, 0.04660035, 0.0058914837, 0.013052674, -0.035581615, 0.0003359874, -0.07415958, -0.047706537, -0.043395616, 0.033171985, 0.00038865756, -0.035884555, -0.009469612, -0.010399545, 0.012917843, 0.011497011, 0.032133613, -0.06889761, 0.00337089, -0.013373629, 0.014250777, 0.00646638, -0.0041020755, 0.016512036, -0.044813007, 0.014603059, -0.04288613, -0.017620977, -0.005282162, -0.006578376, 0.014474997, 0.05752545, -0.042356443, 0.018132303, 0.0045367475, -0.08297236, -0.00915864, 0.022604791, 0.009736749, 0.02266997, 0.032042503, -0.006114787, -0.001097926, -0.036476664, 0.024093784, 0.010904903, -0.0036205854, -0.03743414, -0.053755917, -0.054780632, 0.026328191, 0.03369662, -0.004762059, 0.036782358, 0.07499312, -0.037726287, -0.037307452, -0.03486007, -0.0044218833, 0.004601008, -0.057154115, 0.030751107, 0.06078503, 0.036856715, 0.013416545, -0.056581743, -0.026508119, 0.05326169, 0.057301454, -0.02508029, -0.03297817, 0.016584558, 0.032005094, -0.011431488, 0.030597802, 0.015983727, 0.012406747, -0.018886898, -0.08960467, 0.0016785599, -0.033073645, 0.08369942, -0.057903666, 0.016050283, -0.027642766, 0.008525565, 0.017847264, 0.029082187, -0.035136845, -0.0017299679, 0.016396597, -0.024906442, 0.00041505, -0.01329101, -0.020034395, -0.008722591, 0.012633034, -0.02412775, -0.031531405, -0.050645966, 0.02683768, 0.031291176, -0.026554594, 0.028404705, -0.015848322, 0.02917215, -0.02564612, 0.043917958, -0.0075542084, -0.007699596, 0.027996425, 0.0061976365, 0.0695044, -0.026562283, -0.011257786, 0.012849223, -0.007234917, 0.008676002, -0.015443485, 0.06878011, 0.036512926, 0.022820061, 0.060343903, 0.0520886, 0.03948586, -0.05034762, 0.035518274, 0.0037197291, 0.004334329, 0.008519943, 0.052270822, 0.0053207185, 0.013200816, 0.047063936, 0.023240505, -0.0023447971, -0.003278172, 0.0030707046, 0.011178466, -0.0120597435, 0.0007564306, -0.028845804, -0.030829137, -0.021555519, -0.016771829, 0.007704989, 0.025354195, 0.059919585, -0.001953615, -0.003285975, 0.022129267, 0.038856115, 0.008815538, -0.052399345, 0.02143526, 0.047959905, 0.0356982, 0.030194229, 0.065078735, -0.041032918, 0.05005409, 0.009567149, -0.034828857, 0.0039242133, -0.03319218, -0.018851096, -0.0023124376, 0.039202202, 0.06006647, 0.0013650635, 0.07465162, 0.04491169, -0.02841572, 0.049730726, -0.013183374, -0.07790272, -0.009602722, -0.027785974, -0.025200889, -0.009824303, 0.0091451, -0.011192235, 0.0020067443, -0.021803379, 0.013478511, 0.006397989, -0.058397546, 0.026628606, -0.03817565, -0.0515199, 0.02074309, -0.0618584, 0.019300915, 0.04707151, -0.06419929, -0.025136631, -0.048134323, -0.05129683, -0.028502356, 0.008912301, -0.0123576345, -0.01250635, -0.008816456, 0.027088294, -0.038036343, -0.009612361, 0.02640496, 0.020739878, -0.020869773, -0.013701125, -0.017213387, -0.018983288, -0.023845924, 0.04016478, 0.024345316, -0.012633951, -0.0035379655, 0.028377164, 0.032118924, 0.019619461, 0.012193887, 0.0399265, 0.02395884, -0.026460383, 0.006933641, -0.027569326, 0.014502336, -0.003891768, -0.0068923314, 0.042159993, 0.05248311, -0.039983418, -0.039795227, 0.024704253, 0.011983549, -0.08274102, 0.028645907, 0.04856831, 0.061619263, -0.049134944, -0.016992178, -0.003746351, -0.055733513, 0.04437971, 0.05469067, 0.0057512596, 0.013263527, 0.0022227035, -0.037751764, -0.0046928073, -0.0497959, 0.0014779773, 0.0368286, 0.016602, -0.032220036, 0.0031572257, -0.018784082, -0.0325334, -0.011747625, -0.011092633, 0.018110042, 0.025304165, -0.015448076, 0.042154483, -0.011782509, 0.029021772, -0.0004406392, -0.010935196, -0.026044762, -0.0044559636, 0.01670298, -0.0012236917, -0.01595504, 0.00704885, 0.0009992411, 0.016113969, 0.019544873, -0.017352464, 0.032201085, 0.032275904, -0.020884464, -0.024554618, -0.019144395, -0.013522575, 0.018345278, -0.00045716314, 0.018015716, 0.029950613, -0.0068707583, -0.094686024, -0.06969443, 0.06575897, -0.025679857, -0.04205924, 0.018792573, 0.040491067, 0.02266446, -0.063978516, -0.005066892, 0.024771439, 0.045763593, 0.0068143015, 0.028889406, 0.021229628, -0.042938225, -0.031213779, 0.015349276, -0.015637184, -0.02937262, -0.043612264, 0.00075780763, 0.009358993, -0.004867399, 0.0363587, -0.0012723457, 0.00782869, -0.03566963, -0.0017533767, -0.052058764, -0.0048822514, -0.013251995, 0.021092847, -0.0054359273, -0.02009636, -0.009352567, 0.04345804, -0.021003112, 0.040580116, -0.019511135, 0.02069719, 0.034204617, 0.009339485, -0.017027033, -0.0038430206, 0.049335983, 0.0025722315, -0.0599508, -0.018189218, -0.04328362, -0.0015275492, -0.034296416, 0.038627073, -0.012704523, -0.01937619, 0.04862545, 0.0058834516, 0.00048286712, -0.0337019, -0.0079953065, -0.023868874, -0.007949865, -0.016932938, 0.018197251, -0.018654644, 0.009631581, -0.022567382, -0.031843066, 0.03912142, -0.008905502, 0.0013118197, 0.026263934, -0.019196263, 0.013568015, 0.01147888, 0.07071341, 0.043164283, -0.025318395, 0.06531374, -0.01537739, 0.043806877, -0.013164526, -0.09863525, 0.060929388, -0.055641714, -0.037224833, -0.028037505, -0.024233092, 0.0040006367, 0.063466735, -0.012174494, -0.0054508448, 0.027919082, -0.015141465, 0.0015670231, -0.013736927, -0.040309306, 0.007785085, 0.002143526, 0.02190298, 0.008032715, -0.045161847, 0.01303511, 0.013004364, -0.021095946, -0.011480028, 0.033617098, -0.019394092, 0.048385628, -0.03593275, 0.018235635, 0.02098177, 0.027722515, -0.035934586, 0.022230247, -0.026450744, -7.573486e-05, -0.020675158, 0.047882795, 0.020899609, 0.013230192, -0.0216464, 6.655488e-05, 0.006249618, -0.0213251, -0.010102113, 0.024612453, 0.042292185, -0.02881046, -0.016572624, 0.03140656, 0.03310302, 0.03794087, 0.0195443, -0.012640378, 0.031756315, -0.047897484, -0.044188768, -0.038599074, -0.00020930362, 0.011532813, 0.0004902111, 0.012262794, 0.015208479, 0.053602844, 0.08686284, 0.014856656, 0.036420666, 0.05502849, 0.062974684, 0.015066877, 0.034178454, 0.06512732, -0.011425408, -0.0021221826, 0.005620904, -0.05403935, -0.045148995, -0.031482637, 0.035552237, -0.026083086, 0.05182651, 0.0641589, -0.004937339, 0.03419911, -0.030154409, -0.004721954, 0.009213031, 0.01202486, -0.021952093, -0.03517494, -0.040356122, 0.031755395, 0.0016266931, -0.039453328, -0.052307542, 0.010285942, -0.013894822, -0.016587542, -0.008802686, -0.022060419, 0.040409368, 0.027503, -0.01513871, -0.03286388, -0.06591962, 0.006436316, -0.0073729036, -0.028557092, 0.007387133, 0.0029747735, -0.012845551, 0.014309299, -0.06670543, 0.0039988006, 0.026620116, 0.034121998, 0.019390877, -0.012124922, 0.054224327, 0.006756927, 0.015595874, -0.013825628, 0.040430825, 0.03161586, -0.066420846, 0.024365513, 0.03758836, -0.013351368, -0.040435992, -0.02212376, 0.001668003, -0.02614092, 0.023605868, -0.032321345, 0.05038526, 0.0162807, -0.0017176896, 0.041895606, 0.011876144, -0.012390912, -0.004571173, 0.022983005, 0.023600819, -0.08127406, -0.025900636, 0.012103807, -0.028144509, -0.06931622, 0.024598109, 0.0076763025, -0.01795513, -0.033657033, 0.055840462, -0.025671823, -0.0047552316, -0.042534534, -0.03606081, 0.034054067, -0.0155648915, -0.031437773, 0.03476276, -0.020220978, 0.02529682, 0.000545291, 0.03284575, -0.04466888, -0.0011036635, 0.0044396697, -0.03140151, 0.03276267, 0.020285929, -0.00225644, -0.001677642, 0.0066270297, -0.023505576, -0.049230415, -0.050853435, -0.007915211, -0.01050454, -0.0059780055, 0.005407928, 0.028744364, 0.011763977, -0.014463982, 0.0021127732, 0.02532023, -0.03294788, -0.008030535, -0.012360618, -0.00060266594, 0.016656162, 0.0065760813, -0.002767765, 0.0032109288, 0.0058368626, -0.038708318, 0.010151225, 0.030428777, 0.01680878, 0.019191673, 0.03448369, 0.041023508, 0.016868593, -0.017104603, 0.020215241, -0.0029137267, -0.06533211, -0.008197037, 0.0522551, -0.0042117764, 0.019452384, 0.03669423, 0.033802535, 0.053559694, -0.07918286, -0.003192167, -0.035852425, -0.046785787, -0.010082375, -0.0001712067, -0.00012209378, -0.00039841127, 0.021434344, 0.0017533767, 0.044846054, 0.017763726, 0.01540034, 0.013374777, -0.015896976, 0.047416452, -0.0796896, -0.024182372, 0.06401386, 0.009305749, 0.021587191, 0.023361107, -0.006073362, 0.042598795, 0.048705317, -0.040250555, 0.062934294, 0.012518284, -0.05218637, -0.012413174, 0.016089756, 0.036246933, -0.00878708, 0.009874507, 0.012776701, 0.044221357, -0.024275547, -0.030582884, -0.032429207, -0.010538851, -0.015931403, 0.029564137, 0.018919716, 0.0072521153, -0.03136525, 0.017906245, 0.04845195, -0.014609943, -0.028743446, 0.04411487, -0.009740422, 0.037050415, 0.06247254, -0.036306836, 0.0535753, 0.003880379, -0.04758444, -0.031571798, -0.051733337, 0.0045353705, -0.019906105, 0.015763337, 0.010600586, 0.044854317, 0.037149556, 0.046896864, 0.006711486, -0.090209864, -0.016363319, -0.019973144, -0.007862771, -0.041956313, -0.047442153, 0.003295614, 0.009492619, 0.06770008, -0.014676039, -0.030894315, 0.05879963, -0.0017270992, -0.01766596, 0.0070217694, -0.015071237, -0.052063357, 0.023423646, -0.019753488, 0.045893032, -0.0046749064, 0.04275302, -0.028423065, 0.001195033, -0.022890748, 0.031748056, -0.0033861515, 0.015014666, 0.005353537, 0.017754547, -0.009595607, -0.020177603, 0.0127765285, 0.0137897115, -0.03647988, 0.067060694, 0.0012473301, -0.027187552, -0.02452157, 0.04910832, -0.07342518, 0.045919653, 0.02724424, 0.012588511, 0.011290003, -0.029739931, 0.09853427, -0.01719319, 0.029605445, 0.019664442, -0.015909828, 0.010015132, -0.023598064, -0.044917658, -0.019342225, -0.019984823, -0.032586187, -0.03152682, -0.0025791165, -0.018167647, 0.0154051585, -0.0016331191, 0.027135111, -0.04345345, -0.04190754, -0.04774739, 0.0652807, -0.0031820117, -0.018106598, -0.010909836, -0.014087143, -0.036365587, -0.015088221, -0.0072517274, -0.030279946, 0.01965205, -0.040612247, 0.0015394831, 0.008365719, 0.005566742, -0.0011663169, 0.025826965, 0.0005647985, 0.0058329618, 0.020599136, 0.020757247, -0.011959223, 0.043899596, 0.0071606166, 0.014562896, 0.029394308, 0.0007798396, 0.012493957, -0.017521834, -9.547183e-05, 0.015153972, 0.058861133, 0.017704975, -0.00392123, 0.009596984, 0.038640387, -0.0059748497, 0.021688772, -0.016648818, -0.020696962, 0.03184353, 0.028885735, -0.052018836, 0.0128721725, 0.0038386101], [-0.046140037, -0.07184044, -0.028081428, -0.012207057, -0.008602974, 0.043257356, 0.027422423, -0.028310139, 0.040927406, 0.03996227, -0.008937277, 0.01859731, -0.0690692, 0.003391134, -0.008813322, 0.046854552, 0.025423832, -0.043268204, 0.036473222, 0.021148298, -0.04190595, -0.012137359, -0.031449705, 0.00850093, -0.015965562, 0.04840712, 0.014508259, 0.009048293, 0.022511387, -0.021793114, -0.0115991775, -0.021346126, -0.02524476, 0.027776342, 0.007928212, 0.032173194, 0.023872387, -0.014953891, -0.04876396, -0.060562633, -0.092462875, 0.012168452, -0.030116877, 0.017860364, -0.020890582, 0.026448729, 0.017359849, 0.028500455, 0.0039877393, -0.059825577, 0.03100835, 0.0038229874, -0.046386693, 0.004104025, -0.023938328, 0.02147217, 0.017364126, 0.023278069, -0.0061422386, 0.010424736, -0.010584688, -0.047365185, -0.04857698, 0.009112567, -0.003802537, 0.02593808, 0.0115227485, 0.00026210002, -0.008689784, -0.030762944, -0.017785631, 0.021076515, 0.011094593, -0.041874234, 0.05984561, 0.004622643, -0.05367541, 0.02921429, -0.015038197, -0.005188996, 0.019716348, 0.03915223, 0.008636988, -0.055324808, -0.048650436, -0.0004561709, -0.036250353, -0.0050045243, 0.05265873, -0.014159452, -0.035130374, 0.0046476843, 0.05300472, 0.001331368, 0.024122981, 0.042138003, -0.023868632, 0.04734359, 0.01751646, 0.008318128, 0.0069610924, -0.04589485, -0.011548599, 0.012779358, 0.008475263, 0.003941517, 0.021581514, -0.021442745, -0.010261967, 0.004508287, -0.012301172, 0.009895945, -0.00010517389, -0.041070405, 0.027736092, -0.025972525, 0.016706998, -0.032077204, -0.027287615, 0.004593428, -0.013779658, 0.022888156, -0.02364764, 0.023244264, -0.014457184, -0.0067119305, 0.035278536, -0.01753733, -0.04639671, 0.014660906, 0.027032401, 0.01718221, 0.04564797, 0.0026318515, -0.026966253, 0.021903923, 0.0075473743, 0.06742147, -0.027047219, 0.04499105, -0.044286557, -0.016021073, 0.013978111, 0.034582175, 0.05735629, -0.04151698, 0.0037157268, -0.042124648, -0.022598196, -0.029843925, 0.016688425, 0.00939136, 0.027850214, 0.0068755345, -0.0079218475, -0.07670849, 0.011687761, 0.02660885, -0.035662293, 0.012480635, -0.0081142485, -0.0045696124, 0.027368583, 0.02846957, 0.00046243126, -0.06149501, 0.039164335, -0.0011635905, 0.0010308711, 0.034403548, 0.04149527, 0.0026264258, -0.008440622, 0.031033391, -0.023592131, -0.022533087, 0.004761257, -0.0064142505, 0.011674615, 0.03216693, -0.016290685, -0.015574084, -0.025179131, -0.004688585, -0.01602295, 0.017729523, -0.03154048, -0.0061326395, -0.026740042, 0.0091489805, 0.029974977, 0.005749506, 0.024020132, -0.016933413, -0.011956643, 0.04168058, -0.02136783, -0.016699277, 0.004276654, 0.04399733, 0.002645624, 0.0049031065, 0.04972221, -0.017087836, -0.026853567, -0.07179495, -0.00535886, 0.015827835, 0.042763203, -0.032229118, 0.011567876, 0.06577792, 0.031513352, 0.041349407, 0.029948683, 0.049861602, 0.018079476, -0.045161333, 0.028875241, 0.04471393, 0.009024166, 0.0052630766, 0.037385143, -0.019173888, -0.026746174, -0.013857912, -0.017806524, 0.0066251205, 0.04199944, -0.012762767, 0.032628946, 0.0031195327, -0.027144881, -0.034203634, 0.0040278574, 0.017081575, -0.040661395, 0.040646944, -0.04730114, 0.05447121, -0.02300971, 0.034432974, 0.05435487, -0.020655818, -0.021749917, -0.021207826, -0.0551011, -0.0092335995, -0.009534722, -0.001470765, 0.0917517, -0.036309876, -0.028867729, 0.014747299, -0.03300363, -0.020827768, -0.008805496, -0.010634248, 0.006407677, 0.059767153, 0.0072131497, -0.031388566, -0.025771778, -0.026545556, 0.029255036, 0.007849619, 0.051480953, -0.05147427, 0.018073944, -0.034612227, -0.02874586, -0.07508028, 0.032837626, 0.022475492, -0.014558654, 0.02833101, 0.028129842, 0.025341481, 0.0530427, 0.015852356, -0.051273108, -0.043711435, -0.007929047, 0.0056096916, 0.01511499, -0.017093992, 0.01455615, -0.02868576, -0.015170707, -0.04464647, -0.02322903, -0.0076524443, 0.030095331, 0.036151856, 0.050895814, -0.01577838, 0.038416848, 0.0068546664, -0.034205616, -0.05178896, 0.004508496, -0.020937324, 0.0039058328, -0.013465597, 0.011595839, -0.015718853, -0.04652609, 0.035431914, 0.02983777, -0.007052937, -0.025257593, -0.022994269, -0.079226196, -0.001827605, 0.0066344584, -0.005599049, 0.052970916, 0.06400269, 0.0045865416, -0.025691226, -0.035147693, -0.04200111, -0.022506379, -0.060608543, 0.0019139978, 0.06384556, 0.038185425, 0.0024905761, -0.054653697, -0.04116034, 0.022385344, 0.036985733, 0.026182456, 0.01197146, 0.018335054, 0.021402469, -0.010149281, 0.014936218, 0.0033129775, 0.054082755, 0.040569995, -0.046946786, -0.052440453, -0.016455019, 0.020820256, -0.049348466, -0.019123284, -0.069748655, 0.022948775, 0.003941517, -0.0078965975, -0.015053639, 0.029808452, 0.0049978467, -0.023346933, -0.0080852425, -0.0042228154, -0.009170162, -0.017179444, -0.006764935, -0.0018504292, -0.039123435, -0.039481945, 0.03996107, -0.0047273994, -0.017029928, 0.055686656, -0.014478522, 0.034262482, -0.017289367, 0.0710675, 0.021848623, 0.0029722056, -0.0054222983, -0.019745145, 0.055797253, -0.038775567, 0.007591719, 0.042770926, 0.032865796, 0.0372566, -0.025614016, 0.044885047, 0.032869346, 0.027531875, 0.05454184, 0.030972458, 0.007060006, -0.021284774, 0.046076182, 0.003714892, 0.012517362, 0.03032472, 0.035984077, 0.009270744, -0.006367924, 0.024821037, 0.042924304, 0.019331547, 0.009872155, -0.005784564, 0.024366068, -0.023408495, -0.0020158328, 0.0008731102, -0.04450024, -0.016628744, 0.0095157325, -0.017375186, 0.021644328, 0.014394841, -0.018941943, -0.008697192, 0.030183185, 0.023285583, 0.0031286103, -0.009943941, 0.012416363, -0.014023968, -0.010102119, 0.035321523, 0.030576386, -0.057541803, 0.031521283, 0.028329546, -0.009747784, -0.02906806, -0.0031093073, -0.039831687, 0.004488254, -0.013672606, 0.012397998, -0.0005671878, 0.07526778, 0.056687687, -0.026753401, -0.0056643654, 0.001974932, -0.056872364, -0.014460262, -0.04135421, -0.04238508, 0.01085957, -0.013140893, -0.035144776, 0.0075764847, -0.02635545, 0.011798673, 0.03717897, -0.023425605, 0.016266895, -0.001458453, -0.032295063, -0.014183424, -0.040158063, 0.029512126, 0.08101932, -0.02736535, -0.037018705, -0.052813984, -0.0433884, 0.008436866, 0.046623334, 0.014393798, 0.020499727, 0.029926145, 0.0042428486, -0.0670375, 0.017212626, 0.033946957, 0.005709335, -0.028952869, 0.00695358, -0.03469069, -0.015369787, -0.0015968068, -0.018599086, 0.009602491, 0.024823124, -0.0007537462, 0.016023993, 0.015008981, 0.026297437, 0.017188419, 0.01060253, 0.013094984, -0.022677494, 0.017129987, -0.0013121695, -0.025283678, 0.021942528, 0.024806013, 0.003555514, 0.055386573, -0.016206378, -0.038493644, 0.0077221426, 0.072039105, -0.0060533416, -0.025132177, 0.085272655, 0.010537422, -0.09287022, 0.060937416, -0.00084180845, -0.043965973, 0.012524458, 0.030423844, -0.0273185, -0.013631078, -0.040855046, -0.03824991, -0.018155226, -0.020580538, 0.041008636, 0.058112748, 0.018807136, -0.04361044, -0.0151867755, -0.022512639, -0.014235725, -0.0071669538, -0.022394108, 0.047713473, 0.018009046, -0.023516381, 0.025922183, -0.02933663, 0.032728486, -0.01937203, 0.022624074, -0.05950672, -0.061984148, 0.0013916759, -0.006733633, -0.021680012, 0.0039586285, -0.004055038, 0.0019507252, -0.054797266, -0.016988922, 0.0027044713, 0.028129425, 0.029615633, -0.026026782, -0.0059736264, 5.7595225e-05, 0.0050237225, 0.024563111, -0.0034596785, -0.006407469, -0.02778427, -0.058002148, -0.081125796, 0.035631333, 0.00051251403, 0.0010521562, 0.023026403, 0.058722924, -0.018906258, -0.041807458, 0.025358176, 0.03333094, -0.0039824178, 0.01792333, 0.0219515, -0.022699198, -0.07998891, -0.07563839, 0.022913301, -0.034640606, -0.041369233, -0.021196714, -0.05732478, 0.024218375, 0.002312469, 0.033165146, -0.00830039, 0.0026543885, 0.005656227, 0.037802503, -0.037730716, 0.013469666, 0.008984021, 0.014901304, 0.045734156, -0.019226164, -0.0013708081, 0.0037299169, -0.009276796, 0.019345945, 0.027804304, 0.049995996, -0.0076438882, -0.0481855, -0.020475937, -0.019535633, -0.019745903, -0.010024804, -0.052356564, -0.038111344, -0.04625982, 0.01619678, 0.026825394, 0.019767266, -0.052536864, -0.028159058, 0.031099752, -0.014594129, -0.013030293, -0.009585118, 0.021572335, -0.042939745, -0.010094815, 0.0015008147, -0.0013955366, -0.04902731, -0.0075992313, -0.0282707, -0.02068399, 0.010227222, 0.017552458, -0.022804372, 0.006399226, -0.004617739, 0.019129962, -0.0017028154, 0.06281511, 0.03384679, 0.020827353, 0.04383247, 0.00072035764, 0.06840977, 0.003762888, -0.06040153, 0.070262834, 0.0293648, -0.032398567, -0.02014873, -0.0060245437, 0.0051998473, 0.025565706, -0.006198999, -0.003450288, -0.0073175156, -0.009638436, -0.0043817237, -0.001001656, -0.04037175, 0.019887047, 0.075505674, -0.0328226, -0.009789936, -0.020592798, 0.04741423, -0.0034907714, -0.008154315, -0.024344418, -0.045840792, -0.033513743, 0.049294837, -0.06385599, 0.04182081, 0.030283403, 0.01251611, 0.0028146536, 0.0053592776, -0.025373096, -0.028017992, -0.017426312, 0.054423105, 0.022630775, 0.014420927, -0.0071756137, -0.014968081, 0.003856376, -0.0071192705, -0.026770303, -0.0043878797, 0.05098784, -0.005452348, -0.01816253, -0.0019611593, -0.027273113, 0.062011693, 0.031620614, -0.006845485, 0.021503862, -0.030270882, -0.022071492, -0.03311934, 0.02911856, -0.0023157038, -0.04086924, -0.020121602, -0.021476341, 0.05297258, -0.0035400195, 0.028029677, 0.032846075, 0.007910997, 0.05738905, 0.0072110896, 0.04263215, 0.01619824, -0.004219476, 0.04150529, 0.019397488, 0.002726174, -0.06216278, 0.0016677574, -0.02275429, 0.03768731, 0.051732197, 0.031658385, -0.0153270075, 0.023182496, -0.0329211, 0.02396796, 0.010704365, -0.03245032, 0.0036155612, -0.06358847, -0.010668054, 0.01929774, -0.04073652, -0.032640636, -0.05866032, -0.020438896, 0.004956946, -0.014350811, -0.05758521, 0.0071441038, 0.0043252762, 0.021611148, 0.013255197, -0.013131294, -0.017053194, 0.070933945, -0.017328234, 0.016418578, -0.014690956, 0.026466258, -0.0008338787, 0.03925323, -0.047408227, -0.034705818, -0.023979228, 0.016223282, 0.0032036302, -0.0025496322, 0.04994299, 0.022688242, 0.016519813, -0.0024384065, -0.06768023, 0.04912581, -0.01751813, -0.0003262686, -0.010807453, 0.004150195, -0.07832283, -0.01722911, 0.014701391, -0.007876355, 0.0060829744, 0.038378455, 0.015400463, -0.0040291618, -0.008932503, 0.0019923565, 0.0035713213, 0.005522464, -0.011290333, -0.020363446, 0.014958899, -0.09039613, -0.043498583, 0.0014340377, -0.032153368, -0.04646766, -0.0098459665, 0.04299275, -0.006292487, -0.026993172, 0.04302864, -0.0008743623, -0.018239323, 0.039854225, -0.070965245, 0.036598843, -0.037035294, -0.03930248, 0.027080191, -0.05171634, 0.04075405, -0.01695136, 0.03171243, -0.028480422, -0.016786087, -0.012285729, -0.012161983, 0.011604602, 0.017246952, 0.0027084365, 0.0033063518, -0.00026429113, 0.007233209, -0.022666018, -0.049729306, 0.021852588, 0.034969274, -0.0066625783, -0.024986416, 0.024510106, 0.015340989, -0.0034824242, 0.018139053, 0.026699977, 0.0029096021, 0.0069903075, 0.016820727, 0.0355037, -0.020782694, -0.023056244, 0.028015487, -0.0038014413, -0.014343507, -0.037230723, -0.0068805427, 0.026747556, 0.012562228, 0.0012380886, 0.048405867, 0.005492414, -0.027868576, -0.032331787, -0.009632176, 0.03218196, -0.09765479, -0.020910405, 0.0626369, 0.009609638, -0.008001146, 0.018704258, -0.06827789, 0.03217737, -0.036537077, -0.0090831425, -0.07073695, -0.022727577, 0.01706488, 0.007315428, 0.008418085, 0.015603611, 0.016675904, -0.01328196, 0.022690015, 0.04371561, 0.02373299, 0.0017449684, -0.025647404, 0.05058864, 0.007910997, 0.008252812, 0.062865295, -0.043099593, 0.008276183, 0.006495531, -0.00789472, -0.0038647233, 0.0472381, -0.055578556, 0.019269202, 0.023140341, -0.043201428, 0.027011327, -0.03738598, -0.010658456, 0.03238855, -0.038932703, 0.041533254, 0.019301288, -0.026917735, -0.04880736, -0.028139442, -0.018345749, -0.01320767, 0.02151474, -0.0093840575, 0.0022433705, -0.030120634, -4.4865847e-06, 0.009332096, -0.008297887, -0.06476374, 0.041004464, -6.343822e-05, 0.06146997, 0.005138496, -0.016748525, 0.06479213, 0.036684822, -0.0041234843, -0.026290134, -0.004483872, -0.031353194, -0.022726977, 0.033824258, -0.022249287, 0.043615445, 0.087105684, 0.022212768, 0.008388869, -0.05788487, 0.0001888539, -0.016099118, -0.001029306, -0.038493644, -0.02117334, -0.012859595, -0.010023655, -0.002131858, 0.014642281, -0.03526174, 0.09315402, 0.0067624305, 0.0034932757, 0.013007339, 0.00123788, -0.005661737, -0.019638304, -0.0021644118, 0.06291432, 0.0038655577, 0.022066066, -0.020714248, -0.002783769, -0.05018631, -6.372515e-05, -0.03107471, -0.0041710627, -0.01702231, 0.01040053, -0.03343528, -0.00989991, 0.01716588, 0.06363187, -0.047361642, 0.044381715, 0.012527378, -0.033844706, -0.0063642724, 0.04390092, -0.056100566, 0.024802465, -0.017495593, -0.006153507, 0.017043805, -0.043893408, 0.041037798, 0.039850887, -0.006851954, 0.02616409, -0.024796238, 0.007234461, 0.01883656, -0.035492014, -0.029610625, 0.01665754, -0.030422382, 0.011277395, 0.0023847762, -7.220271e-05, 0.038599234, 0.00015588274, 0.06184559, -0.017912116, -0.047134597, -0.011445799, 0.07697393, -0.01857133, 0.0014828685, -0.015381734, -0.0021733851, -0.0453817, -0.006919461, -0.0102444375, 0.0025176, 0.010537422, -0.061505023, -0.03229994, 0.01971833, 0.026361918, 0.028489603, 0.021602591, 0.017945504, -0.007698353, -0.011103567, -0.010409711, 0.020348644, 0.04092141, 0.013929697, 0.028854113, 0.016247071, 0.025410451, 0.009990999, 0.011602308, -0.07526778, 0.045885656, 0.073697686, -0.015275256, -0.005691076, -0.016383754, 0.024422046, 0.029386606, -0.002215225, -0.011553581, -0.026623601, 0.0422991, 0.043886695, -0.021626173, -0.0071760314, 0.0069915596], [-0.016125029, -0.07609722, -0.026133785, -0.028098563, 0.03543062, 0.019704329, 0.004249579, -0.024372132, 0.028742777, 0.04017322, 0.014504254, 0.017730065, -0.03979912, -0.03076778, -0.03593866, 0.032497413, 0.020861635, -0.046133786, 0.031401355, 0.08035932, -0.007622919, 0.013187102, -0.027094731, 0.001328664, 0.003940213, 0.029297845, 0.009142567, 0.009264167, 0.009317815, 0.013318113, 0.016429298, -0.012796662, -0.009592847, -0.0041409656, 0.014843842, -0.009494851, -0.01902882, 0.0016095969, -0.05151139, -0.02875708, -0.079048894, 0.023769317, -0.011719067, 0.027667595, 0.005230251, 0.07251394, 0.0055815065, 0.04138279, -0.03836209, -0.039254066, 0.026272856, -0.021987064, -0.022971082, 0.027308606, 0.02489412, 0.022047775, 0.0127787795, 0.015988316, 0.027097592, -0.0023697787, -0.020221712, -0.002535817, -0.08234784, 0.01740418, 0.014594605, 0.020867534, 0.002223143, 0.028590418, -0.013161999, -0.073543966, -0.009522032, 0.030737378, 0.035218917, -0.00934446, 0.033369318, 0.015024186, -0.08187003, -0.0035607482, 0.009644885, -0.00017596304, 0.0117097, 0.013406453, -0.0062860292, -0.052423753, -0.054378305, 0.0059004845, -0.019838, -0.0074517843, 0.051464185, -0.007739334, -0.05164444, 0.00634218, 0.029531749, 0.0068450337, -0.0053207357, 0.028951643, -0.0036794872, 0.054067865, 0.008029923, 0.018832829, 0.029928602, -0.0165606, -0.02615948, -0.036593877, -0.029253498, 0.03394048, 0.028083272, -0.019542985, -0.007295402, 0.014012309, 0.012409507, -0.004642277, 0.008840712, -0.07909467, 0.020645615, -0.0014649282, 0.015164786, -0.0050957752, -0.031601816, -0.01604876, -0.0022596228, -0.0024799344, -0.004516921, 0.020861456, -0.017587362, -0.015960867, -0.006058565, -0.0036236942, -0.07318703, -0.00036301318, 0.025873361, 0.017484853, 0.042544432, 0.0038397138, -0.041190192, 0.021234484, -0.004295358, 0.042025078, -0.0154464785, 0.025407346, -0.024490694, 0.00018669249, 0.018499725, 0.020680664, 0.00044384174, -0.037684634, -0.01415197, -0.057303865, -0.013104417, -0.005544982, -0.019262945, -0.014097429, 0.018047655, 0.02285946, 0.0062073465, -0.040678933, -0.010126995, 0.018743282, -0.049355485, 0.011368929, -0.013927189, 0.017746003, 0.025634095, -0.0025811489, -0.015379956, -0.063472584, 0.008950689, -0.016191103, -0.013787705, 0.023482481, 0.064268, 0.0014336338, 0.0054777437, 0.05206101, -0.0561384, -0.01748901, 0.0081657395, -0.021478219, 0.03160736, 0.027326487, -0.022736607, 0.0071747857, -0.011071009, -0.00014735117, -0.014227255, 0.05548558, -0.03304815, -0.0025248192, 0.00084557035, 0.029441621, 0.02628573, -0.03659459, 0.037711885, -0.012218702, -0.03182642, 0.01314823, -0.006015647, 0.01931266, 0.021069877, 0.028887982, -0.015426094, 0.0026175398, 0.013365233, -0.017486148, -0.039261933, -0.049763206, 0.03273485, 0.0076029357, 0.032120585, -0.03357997, -0.0024228895, 0.028391743, 0.027702734, 0.066853076, 0.025716757, 0.03833562, 0.01172014, -0.021559048, 0.057654183, 0.06034245, -0.008625765, 0.0014755235, 0.023034168, -0.03629202, -0.035321362, 0.036990866, -0.014028045, -0.007750421, -0.0055964827, -0.018103091, 0.08968107, -0.011275941, -0.0034394157, -0.050956324, -0.0337334, -0.012166396, -0.032845538, 0.02375358, -0.04645621, 0.0057391846, -0.030008137, 0.03829811, 0.03537966, -0.01140532, -0.022403724, 0.00051268906, -0.029720588, 0.014561299, -0.007459742, 0.011300026, 0.05603636, -0.0055467812, -0.04968595, 0.019830177, -0.022488935, -0.00058041874, -0.0065174275, -0.00051537144, 0.016413918, 0.017118486, 0.023978004, -0.048415586, -0.021475894, -0.03231917, 0.03483997, 0.02792841, 0.0066384915, -0.012259473, 0.010972297, -0.074275, -0.050425574, -0.074856535, 0.02331014, -0.015276909, -0.042104524, 0.074460976, 0.041129574, 0.007140094, 0.06222511, 0.027646227, -0.06336959, -0.023656659, 0.021557081, -0.014651069, -0.0036923627, 0.012456896, 0.040040888, -0.0395316, -0.023509037, -0.034838177, -0.040519424, 0.001722435, 0.0066218167, -0.009326041, 0.06334098, -0.0064226505, 0.032651875, 0.0039507635, -0.07166702, -0.024229968, 0.010128247, -0.027307888, 0.021036167, 0.0036580283, -0.015775159, -0.037325624, -0.041277282, 0.05082399, 0.0045404364, 0.011062781, -0.05468731, -0.015482959, -0.059544176, 0.02328716, 0.03687892, -0.005963967, 0.058611427, 0.061910376, -0.021829689, -0.0359206, -0.013489069, 0.0044280454, 0.031710543, -0.041094527, 0.06404554, 0.027855093, 0.013495507, 0.013128918, -0.051751014, -0.023857297, 0.028541777, 0.02807737, -0.014294761, -0.015430742, 0.04463667, 0.010172595, -0.02885937, 0.044116654, 0.013705446, 0.028080411, -0.0016255123, -0.08030782, 0.004992057, -0.00963505, 0.027375484, -0.056248087, -0.0018783697, -0.052665345, 0.0058539896, -0.008628269, 0.02210482, -0.016773535, 0.010106788, 0.033585157, -0.020534385, 0.00060773414, -0.013984054, -0.019282974, -0.024760002, 0.0282211, -0.010470516, -0.053228285, -0.04361666, 0.05731102, 0.003512823, -0.020628447, 0.07880569, -0.018305516, 0.032023977, -0.028223649, 0.04594495, 0.004437702, 0.0057340544, 0.012666298, 0.0035315102, 0.0742049, -0.03951729, -0.0032191938, 0.028276045, -0.0061850827, 0.013301662, -0.04160167, 0.049414143, 0.011552582, 0.04874069, 0.052179478, 0.035807315, 0.03945506, -0.04488345, 0.01371564, 0.011272363, 0.039231263, 0.010104284, 0.014956947, 0.022599805, -0.005717726, 0.028300008, 0.04551309, 0.03922545, 0.015552879, 0.0073110494, 0.026717054, -0.017985962, 0.0007072945, -0.007703927, -0.04658872, -0.012964936, 0.01074519, -0.0050357464, 0.023370316, 0.044508815, -0.015813919, -0.022069056, 0.012868952, 0.03614413, -0.021756291, -0.026311124, 0.026239816, 0.0075099026, 0.011931867, 0.021249324, 0.054089323, -0.039425734, 0.03822198, -0.006645108, -0.028388703, 0.019966083, -0.046096236, -0.059801683, 0.01831321, 0.028323747, 0.02613677, 0.010993755, 0.06022585, 0.028264241, -0.023768736, 0.012307757, -0.003512108, -0.081432976, -0.012313032, -0.035827793, -0.029681155, 0.0022174204, 0.0027300199, -0.0035371433, 0.0012338872, -0.04073258, 0.013161464, 0.017433932, -0.060722984, 0.011278085, -0.031287804, -0.023361597, -0.0100316815, -0.04786767, 0.02622958, 0.06059137, -0.06719034, -0.024381611, -0.02639517, -0.049136605, -0.019612726, 0.051130675, -0.059464063, 0.00037517323, 0.0038694881, 0.037939884, -0.057752, -0.0028815735, 0.072239265, 0.03568187, -0.022650592, -0.026749242, -0.030567497, -0.013436137, -0.0076121897, 0.041124567, 0.013889277, 0.020909024, -0.0056390427, 0.004899203, 0.02095963, 0.027776232, 0.022096593, 0.01088664, 0.019265808, -0.0036136801, 0.02691072, -0.024918083, -0.02445314, -0.0063441475, 0.025206348, 0.005653662, 0.072156295, -0.044116654, -0.023923641, -0.00703423, 0.039459355, -0.038455747, 0.02035127, 0.026992667, 0.03171984, -0.05206932, 0.016606333, -0.0029553834, -0.041643783, 0.015956128, 0.05346129, -0.019334475, -0.006974145, -0.047042213, -0.05791759, 0.003229923, -0.042881332, 0.04936264, 0.031333223, -0.0077205575, -0.047348365, 0.0011094254, -0.023632694, -0.016812159, 0.0048745694, 0.014680753, 0.0336118, -0.01740675, -0.0028713807, 0.02687442, -0.03699802, 0.030705191, -0.025879085, -0.0041060504, -0.015224961, -0.037571773, 0.022267194, 0.004859012, 0.018555695, 0.0010257357, 0.0048575816, -0.0015627001, -0.015027672, -0.014704001, 0.026657103, 0.004115282, -0.0077445195, -0.039255496, 0.013711006, 0.0060756872, 0.021573758, 0.0318325, -0.019719752, 0.006095403, -0.009809939, -0.12802099, -0.06596826, 0.06363102, -0.016831294, -0.040727217, 0.012055793, 0.034733385, 0.0008313539, -0.05308934, 0.008381134, 0.021703046, 0.026453111, 0.0028855077, 0.04466207, 0.013964026, -0.07424782, -0.055276714, 0.037432916, -0.022928841, -0.04392066, -0.07554036, -0.0061892853, 0.011077914, -0.02472531, 0.02829643, -0.028234558, -0.012405037, -0.02611549, 0.013205811, -0.003293227, -0.023542209, -0.012478713, 0.002324972, 0.03336431, -0.009296356, -0.010763073, 0.023161896, 0.0018800015, 0.025558988, -0.005656836, 0.029895477, 0.017600238, -0.019460903, -0.03257802, -0.01587065, 0.040310558, 0.024963146, -0.035204053, -0.051396947, -0.07342666, 0.008782236, -0.0012812755, 0.012114984, -0.011668103, -0.01751476, 0.056608595, -0.026550569, 0.008772759, -0.0060143955, 0.012236226, -0.050839726, -0.024873735, -0.008831592, 0.0066844495, -0.033790268, -0.0075438786, -0.039080247, -0.0011370091, 0.031690516, 0.010318337, 0.008368258, 0.042910304, -0.014683972, 0.0159439, -0.0003898368, 0.060582075, 0.033873957, -0.031985216, 0.05914361, -0.0046880674, 0.0708101, -0.013988257, -0.08301593, 0.05007132, 0.01153148, -0.02858827, -0.0022138439, -0.009956575, 0.006218076, 0.041092377, 0.007757037, -0.014575605, 0.028071111, 0.029008152, 0.010383965, -0.006457879, -0.027252097, -0.0015737426, 0.01777334, 0.009292958, -0.0149228815, -0.043568734, 0.030624721, -0.007524924, -0.0067743086, -0.029369554, 0.014878891, -0.05653474, 0.054356843, -0.056265254, 0.031144027, 0.004316459, 0.029433575, -0.01655823, 0.044230383, 0.0064628865, -0.0065311077, -0.007945518, 0.06938809, -0.0010150063, -0.005252962, -0.05611218, -0.0003290366, 0.0029786977, -0.05071741, -0.03193336, 0.016099546, 0.031232456, -0.022353029, -0.02788871, 0.047953505, 0.022878058, 0.022294734, 0.0037456972, 0.0055022426, 0.03019769, -0.04739271, -0.041343447, -0.038046286, 0.00086515164, 0.02782648, -0.017457537, 0.0015784143, -0.004283913, 0.037959464, 0.038480826, 0.024974234, 0.05150424, 0.032383904, 0.04248962, -0.0047695995, 0.01845162, 0.035142537, -0.030485239, 0.03057036, 0.015028387, -0.05346737, -0.05723806, -0.028224185, 0.027197734, 0.0036716189, 0.025806481, 0.012750704, -0.019238625, 0.018530482, -0.019066239, 0.0048153787, 0.00818407, -0.0053278888, 0.01565034, -0.053435896, -0.04070938, 0.041497953, -0.030349333, -0.035705477, -0.04622678, 0.001541733, -0.021778196, -0.038345993, -0.024962073, -0.0065878844, 0.029335042, 0.012186871, -0.01554984, -0.01214002, -0.051040724, 0.03165332, 0.006799143, -0.025646972, -0.027727053, -0.0042460025, 0.0038311305, 8.377915e-05, -0.08043227, -0.030689813, 0.009141137, 0.004251725, -0.008489859, -0.019521223, 0.03226955, 0.026252469, -0.0035648164, -0.010094628, -0.0049411817, 0.03388147, -0.057586957, 0.027566826, -0.0031573204, -0.006894926, -0.06218076, 0.009025617, 0.007005808, -0.019824453, -0.004318963, -0.026242098, 0.023489635, -0.0004125475, -0.009246285, -0.012018105, -0.0056596524, -0.0052037854, -0.023124835, 0.021514699, -0.018540764, -0.07928351, -0.02886509, 0.02234194, -0.043323927, -0.05740687, 0.0016634901, 0.010813501, -0.035538185, -0.009198718, 0.060039163, -0.015327382, -0.008508457, 0.003148821, -0.04639845, -0.004312346, -0.0067658145, -0.03723907, 0.021109685, -0.035865344, 0.045072287, -0.010121094, 0.011176157, -0.031232277, -0.016732225, 0.015791252, -0.039839175, 0.03808992, 0.02656684, -0.007756322, 0.011172937, 0.0054469863, 0.0072842264, -0.05185259, -0.04035276, -0.029400134, 0.0053007076, 0.016192533, 0.018862737, 0.04191926, 0.010906132, 0.026159838, 0.009830371, 0.031886507, -0.018387243, -0.01259629, 0.028119395, 0.015238685, 0.035516012, 0.0013865136, -0.0010612324, 0.018591996, -0.0041567693, -0.015685031, 0.016254228, 0.05396611, 0.017691439, 0.0052694133, 0.05832531, 0.026325071, -0.0112913195, -0.024468161, 0.018613098, -0.012621414, -0.07341807, -0.0012317413, 0.0371316, 0.015315938, 0.0021981073, 0.040029444, 0.00659003, 0.028537486, -0.07461119, -0.0063024806, -0.046115905, -0.05640545, -0.0073632663, 0.01790853, -0.010202995, 0.0136392815, 0.030032814, 0.019815154, 0.038864944, 0.036449473, 0.010918202, 0.012573847, -0.03715109, 0.014532508, -0.04336365, -0.008162253, 0.014672169, -0.008112651, 0.0228173, 0.012997034, -0.028913552, 0.02332315, 0.02056568, -0.067220025, 0.021152759, 0.029694552, -0.05597985, 0.0015355133, -0.0036623203, 0.008020534, 0.008384353, -0.036544695, 0.054447684, 0.012304493, -0.019005438, -0.037831698, -0.009795992, -0.047231056, 0.006914596, 0.03503703, 0.013995499, -0.0019318828, -0.028326117, -0.0037547725, 0.043504357, -0.030232383, -0.044851974, 0.062113166, -0.020286893, 0.053155858, 0.047957797, -0.028165264, 0.052459873, 0.010626227, -0.034223337, -0.039973654, -0.025521794, 0.009216825, -0.03152814, 0.022463901, -0.025042545, 0.043790657, 0.035193324, 0.040854808, 0.007525281, -0.08688569, 0.010818866, -0.0055251773, -0.043618806, -0.031311408, -0.02527788, -0.0022686983, 0.014735117, 0.026596349, -0.0207724, -0.036505356, 0.05756137, -0.0025298262, 0.0050557186, 0.0137345055, -0.0018168039, -0.04352707, 0.03139201, -0.006710916, 0.05187615, 0.009502004, 0.022991342, -0.022887355, 0.010271843, -0.049786095, 0.027818253, 0.015523373, 0.032031976, -0.036373116, 0.015643187, -0.030862201, 0.0061556664, 0.016043305, 0.039011933, -0.054395467, 0.04513702, 0.007878638, -0.005459682, -0.04503387, 0.027024632, -0.03822189, 0.03970756, 0.0065739364, 0.037694715, 0.039181285, -0.050661977, 0.09166673, 0.007951866, 0.027877266, 0.0007574995, 0.0022224276, 0.011607659, 0.0048625884, -0.02019605, -0.030618284, -0.006737918, -0.032052096, -0.02749315, 0.008890067, -0.012126786, -0.014710081, -0.008679413, 0.062229402, -0.022942968, -0.052660156, -0.04213425, 0.05053, -0.009371999, -0.019682467, -0.025558988, 0.000101572165, -0.050066672, -0.006774689, -0.0034963712, -0.017104894, -0.0025507486, -0.058289547, -0.010734461, 0.011598539, 0.023245005, 0.005040876, 0.01766247, 0.047181163, -0.026090454, -0.024916565, -0.003954698, 0.017326994, 0.054514207, 0.017372416, 0.033790626, 0.030245747, 0.030154772, -0.004497787, -0.0013011252, -0.035970133, 0.04099009, 0.040115282, -0.0024521719, -0.014823098, 0.0058128606, 0.026253274, -0.033198718, 0.010307116, -0.007027077, -0.012861574, 0.049069636, 0.0388957, -0.021505758, 0.015625661, 0.012044527], [-0.024595292, -0.08613598, -0.03964337, -0.02380294, 0.019083146, 0.03904984, 0.00025974552, -0.04632272, 0.060140345, 0.042121187, 0.009005166, 0.02570629, -0.032126565, -0.020273145, -0.030489149, -0.00080804277, 0.0015494024, -0.04192212, 0.042097654, 0.059765745, -0.0152039705, 0.011056652, -0.03533814, 0.03336314, -0.020985102, 0.030324893, 0.0030750243, 0.014347171, 0.014574188, -0.021693593, 0.01114589, -0.027616626, 0.00097426027, -0.019036442, 0.016443279, -0.009441548, 0.0016258919, 0.0012617088, -0.047664717, -0.050273202, -0.06528672, 0.018255489, -0.0048914044, 0.047154784, 0.012211841, 0.06900528, 0.009292491, 0.042084906, -0.015127266, -0.041549478, 0.045253336, -0.010946332, -0.03166107, 0.02142294, -0.011401836, 0.026489878, 0.014367274, 0.022454107, 0.03354407, -0.016289318, 0.015587704, -0.0014032879, -0.069358066, 0.01112064, 0.019711977, 0.01573526, -0.0033684792, -0.001966172, -0.00356289, -0.055613738, -0.029567108, 0.010418015, 0.015367276, -0.005979908, 0.043197926, 0.01633933, -0.081157304, -0.023760771, -0.016047101, 0.0021681827, -0.0061436743, 0.0072450493, -0.011470971, -0.052122682, -0.055707876, 0.046704676, -0.0018127027, -0.0034282978, 0.04159557, 0.018078975, -0.045770127, -0.010176288, 0.0523698, 0.007377328, -0.008070499, 0.020431027, -0.004725677, 0.05465664, 0.006680572, 0.0131405005, 0.03360536, -0.014367274, -0.028065756, -0.021738704, -0.024960516, 0.011738193, 0.013300099, -0.014182057, -0.013611205, 0.020142231, 0.009087784, -0.013906376, 0.0045387438, -0.07450468, 0.02799515, -0.004201038, 0.03643204, -0.014498188, -0.041167032, -0.01644573, 0.00287522, 0.006809525, -0.0014064749, 0.02709787, -0.041269016, -0.009947064, -0.00021034609, -0.0050695124, -0.05874, -0.0046084914, 0.032015752, -0.0011502842, 0.032400403, -0.0187664, -0.047268048, 0.02139499, -0.016553108, 0.045530118, -0.019345956, 0.024033388, -0.032327592, -0.000658496, 0.026644818, 0.015476127, 0.019528354, -0.024287447, 0.013721036, -0.029832859, -0.009509211, -0.006237815, 0.0013983847, -0.01227362, -0.001900592, 0.011971585, 0.032104988, -0.034726225, 0.011598944, 0.023686241, -0.04012756, 0.0011414584, -0.013463006, 0.025251335, 0.02581667, 0.017367525, -0.013888725, -0.05617858, 0.017058626, 0.0009825956, -0.03323762, 0.01865755, 0.07809772, 0.011386637, 0.00017504324, 0.03881449, -0.051878992, -0.01245994, 0.012085338, -0.025725473, 0.060648803, 0.039824054, 0.004707045, 0.011433217, -0.013212822, -0.01038786, -0.018489862, 0.050592892, -0.02482329, 0.012015713, 0.0027183187, 0.028844869, 0.0007874494, -0.03748573, 0.039005224, -0.009720048, -0.017920112, 0.029565144, -0.028924793, 0.0051426915, 0.019951986, 0.028926507, -0.0041951537, -0.0045142276, 0.030969415, -0.0084907925, -0.054884143, -0.056893468, 0.04524745, -0.002227787, 0.044948358, -0.028799271, 0.003038986, 0.034173146, 0.022415342, 0.04479244, 0.039290097, 0.038994927, 0.015517926, -0.019427348, 0.031558286, 0.04829428, -0.037903234, -0.009471947, 0.024442803, -0.041622046, -0.047109675, 0.017949533, -0.0009139512, 0.010620271, 0.01680317, -0.017136585, 0.07612861, -0.003607754, 0.0043520555, -0.046022214, -0.013833319, -0.010971338, -0.04725481, 0.0445409, -0.06949805, 0.03584807, 0.0039420277, 0.028166793, 0.024617845, -0.008581531, 0.000536407, -0.0068558604, -0.0406218, 0.002972303, -0.04491894, 0.010672979, 0.06886211, 0.015045383, -0.038511474, -0.0035675478, -0.0003204223, 0.0071605924, 0.01749795, -0.0045192535, 0.0071468633, 0.043471154, 0.025853444, -0.04787457, -0.017969145, -0.064838074, 0.036094885, 0.0115339765, 0.019486677, -0.011589138, 0.007866649, -0.046775278, -0.042410474, -0.060399234, 0.048684575, 0.0059985407, -0.029333716, 0.028297309, 0.02127707, 0.011265528, 0.048655156, 0.024356015, -0.07306903, -0.015407727, 0.017075786, -0.0057563237, 0.023818139, 0.01052809, 0.029174855, -0.039244987, -0.009162189, -0.03770294, -0.01541165, -0.006221145, 0.023193965, 0.04648599, 0.046189845, -0.007874494, 0.05340927, -0.008049047, -0.06945637, -0.01809206, -0.0010326081, -0.0026251583, 0.0128405485, 0.026074272, -0.0048982687, -0.01991031, -0.043537226, 0.037472002, 0.015824987, -0.0063419463, -0.0366669, -0.030399665, -0.058050122, 0.006944853, 0.012634003, -0.022899408, 0.041597042, 0.06949682, -0.007824114, -0.028241288, -0.015811749, -0.009290285, -0.013007135, -0.057374954, 0.037228804, 0.05962257, 0.009857337, 0.00044716927, -0.051897135, -0.03132735, 0.058135927, 0.053414173, -0.01215006, -0.0033939758, 0.023725102, -0.00033071893, -0.022018675, 0.0027163574, 0.013311621, 0.01773183, -0.0044417838, -0.07863707, -0.0031958874, 0.0022961553, 0.064615965, -0.0664723, -0.0016719816, -0.052328613, -0.020036321, -0.00822789, 0.020928698, -0.037294507, 0.009316762, 0.0039588213, -0.012133696, -0.002469605, 0.0028222965, -0.018183598, -0.01947638, 0.012758053, -0.0099338265, -0.025127774, -0.044814993, 0.040984634, 0.017554335, -0.013487767, 0.06937302, -0.022213576, 0.039760802, -0.018099569, 0.058869444, 0.013972079, -0.012154718, 0.004642323, 0.014066955, 0.063458815, -0.060516912, -0.0096712615, 0.023756359, -0.0027379314, 0.005495475, -0.018788464, 0.06560934, 0.02718662, 0.03336118, 0.049165085, 0.046498742, 0.023041965, -0.038484998, 0.041380808, 0.008239291, 0.031220946, 0.030727934, 0.04893562, 0.018087924, 0.002912484, 0.03895276, 0.040289365, 0.024019659, 0.016333593, 0.0026437903, 0.023443047, 0.0018781744, 0.005266436, -0.019777434, -0.055156764, -0.017327318, 0.004161322, -0.017256223, 0.016114274, 0.0464806, -0.018215284, -0.026058152, 0.00813902, 0.042028025, -0.0138327135, -0.018777922, 0.02973357, 0.020630587, 0.023647936, 0.03365807, 0.05234234, -0.053332783, 0.041827977, 0.03673873, -0.016239306, 0.038424198, -0.037356775, -0.03949015, 0.024548221, 0.014089265, 0.023338117, 0.013118191, 0.102221325, 0.034808844, -0.027136113, 0.011720542, -0.006809525, -0.085752554, -0.014749293, -0.05145192, -0.03877085, -0.00015199833, 0.017705845, -0.034987073, -0.0059613376, -0.04119498, 0.021632794, 0.02445457, -0.038571294, 0.022150416, -0.03366518, -0.008783052, -0.0026859576, -0.048470795, 0.022873297, 0.07432424, -0.039013557, -0.028756859, -0.025124587, -0.043796115, -0.014033859, 0.012376097, -0.02901648, 0.009529805, -0.005144408, 0.043596067, -0.04047765, 0.0042922366, 0.023717625, 0.030505575, -0.02834156, -0.023970626, -0.045626953, -0.021515118, -0.002371419, 0.051377397, 0.0047109677, -0.0025589655, 0.0036066507, 0.01830918, 0.00819222, 0.0340616, 0.005280471, 0.03316996, 0.027344255, -0.030240804, 0.01289191, -0.036361434, -0.010530053, -0.007940196, 0.017312119, 0.000638393, 0.06506313, -0.03569313, -0.041295495, 0.011495195, 0.034288865, -0.04951223, 0.017969543, 0.038365852, 0.043312658, -0.05297387, 0.0065136184, 0.0073822155, -0.07737794, 0.037096296, 0.055143036, -0.017255487, 0.010423653, -0.03831682, -0.06496703, -0.026314313, -0.025640646, 0.04856702, 0.03234034, 0.0020805385, -0.058787066, -0.007518524, -0.012445722, -0.037123874, -0.00013949524, 0.011171143, 0.035993204, 0.011943269, -0.025243858, 0.029997116, -0.046279076, 0.03770735, -0.010798256, -0.010707547, -0.01975292, -0.03711897, 0.008566822, -0.001539596, 0.00049816223, 0.015286129, 0.0242202, -0.004358062, 0.009245911, -0.032759074, 0.012208899, 0.032657087, -0.00095421856, -0.025809316, -0.016561689, -0.021885308, 0.04251442, 0.028467815, -0.02171394, 8.531519e-05, -0.024005745, -0.10240961, -0.073092565, 0.04457964, -0.025027016, -0.023558578, 0.041448534, 0.058590453, 0.0041156, -0.03776031, -0.017881041, 0.021452358, 0.014187021, 0.007140367, 0.023345962, 0.010628116, -0.06873855, -0.06696556, 0.037093475, -0.036072146, -0.036887053, -0.03953133, -0.016550656, 0.013213557, -0.03090224, 0.045800466, -0.010178985, -0.0033537697, -0.021445492, 0.023214437, -0.012149325, 0.0025574944, -0.008820807, 0.008909063, 0.008651157, -0.0063019246, -0.0051826527, 0.035622034, -0.016783558, 0.036701225, 0.010980654, 0.024157437, 0.016024547, -0.014753154, -0.026814466, -0.030766914, 0.021321934, -0.01024861, -0.034116272, -0.02109835, -0.064614, -0.0037381784, -0.027936313, 0.020473316, 0.0025717136, -0.03096353, 0.04190839, -0.007456744, 0.01749035, -0.0022655106, 0.016544282, -0.027228784, -0.0011721032, 0.0035442577, 0.01738818, -0.028722782, -0.004279488, -0.03422414, -0.022742873, 0.042518344, -0.008412862, 0.011489112, 0.031402856, -0.0049222945, 0.01800935, 0.007121367, 0.073277414, 0.020506047, -0.0167409, 0.043074854, 0.0063123438, 0.06915434, -0.015177278, -0.08867289, 0.08250274, 0.005903419, -0.035803944, -0.01808535, 0.002333297, 0.011577493, 0.04891404, 0.0032449192, 0.0008229974, 0.011174819, 0.006443871, 0.021913256, 0.0020426614, -0.021744587, 0.030347325, 0.039936334, -0.008054931, 0.0025800492, -0.048553172, 0.040525205, 0.026294729, 0.0026545774, -0.019281233, 0.0033905434, -0.035244, 0.050162144, -0.05949705, 0.025126796, 0.030567478, 0.038059402, -0.010455647, 0.037953492, -0.024958983, -0.021830391, -0.020905409, 0.053060163, 0.04540926, 0.021899283, -0.034996882, 0.012267245, 0.0051284726, -0.042806655, -0.022256967, 0.00977288, 0.024711005, -0.028998585, -0.032097757, 0.021783812, 0.0054239198, 0.030052522, 0.01672276, 0.0024485828, 0.040218756, -0.061168052, -0.041520152, -0.031175349, 0.012240278, 0.02440039, -0.017165024, -0.012925987, 0.006746213, 0.041140553, 0.057036635, 0.023983866, 0.03056049, 0.031381283, 0.03995889, 0.004753135, 0.03804077, 0.032028254, -0.0108404225, 0.013930647, -0.0019138919, -0.0443384, -0.052440405, -0.022921348, 0.01913904, -0.011517429, 0.05604522, 0.04371668, 0.0047739735, 0.035817426, -0.03827171, -0.004241244, 0.0051288405, -0.0043323203, -0.0016258919, -0.047459763, -0.018992437, 0.037660282, -0.009207667, -0.046497762, -0.047015533, 0.0011733291, -0.009297394, -0.02364861, -0.024630593, 0.00093160267, 0.034060434, 0.026256485, -0.0045163115, -0.024842411, -0.07018008, 0.026472226, 0.0058656647, -0.0055317585, -0.028590396, 0.023854667, -0.009973052, -0.008229484, -0.056519844, -0.010317254, -0.009871801, 0.026330523, -0.0051944205, -0.018987043, 0.045038573, 0.015140995, 0.028910572, -0.007983345, -0.02413096, 0.048337433, -0.04101528, 0.016115746, 0.022157434, 0.0037901518, -0.052424714, -0.0016965894, -0.005548, -0.0076832706, 0.027451878, -0.010841894, 0.02955583, 0.0070625287, 0.019784544, -0.00042657595, 0.009902446, -0.0023893155, -0.010350596, 0.002054184, 0.0006763313, -0.09049294, -0.031131709, 0.023895118, -0.06679885, -0.05770837, 0.0032356032, 0.0024849274, -0.02762643, -0.03068454, 0.0593578, -0.025895612, -0.030401627, 0.012968889, -0.051761314, 0.00596716, -0.016052494, -0.040080488, 0.023455549, -0.03403782, 0.057502437, 0.002899736, 0.038497746, -0.03924548, -0.0068977824, 0.030894887, -0.004126632, 0.04373237, 0.0012174576, -0.0044089323, -0.00048418823, -0.0055171717, 0.010725197, -0.05188733, -0.060292836, 0.0001510177, -0.007919113, 0.00087835727, 0.011570995, 0.030301603, 0.017526388, 0.008583003, -0.0111575965, 0.039499953, -0.039924033, 0.0066800816, 0.02916995, -0.0036450182, 0.008987268, -0.0027987305, -0.008251548, 0.01641778, -0.005794078, -0.02523687, 0.028360438, 0.0427635, 0.016641488, 0.002655711, 0.061764274, 0.023552878, -0.00013986298, -0.027637955, 0.009453806, 0.0017470001, -0.06377065, -2.9419032e-05, 0.045538697, 0.0075365426, 0.008354025, 0.0072434563, 0.012096125, 0.03183139, -0.07007221, -0.023179745, -0.051966827, -0.044156004, -0.010119656, -0.015585223, -0.00025349398, 0.013286616, 0.012235743, -0.017232198, 0.05399765, 0.02190026, 0.010286364, 0.009416051, -0.024306493, 0.04700377, -0.055812318, 0.0076809414, 0.050953764, 0.012195169, 0.021879792, 0.03189599, -0.03311259, 0.036334466, 0.030984614, -0.040458035, 0.042778213, 0.04076398, -0.05500182, -0.01647711, -0.010977222, 0.01963328, 0.0081368135, -0.028062813, 0.04765883, 0.023511814, -0.012125053, -0.023327561, 0.0074312473, -0.0135719795, -0.00039053767, 0.036828704, 0.004773728, 0.006397659, -0.02159455, 0.014936042, 0.04472085, -0.02637318, -0.051334247, 0.05709842, 0.0065035676, 0.061946187, 0.046177093, -0.024315136, 0.072488494, 0.007236101, -0.0324085, -0.029473457, -0.008339315, 0.0014856611, -0.042624254, 0.020878688, -0.023394994, 0.028688459, 0.030830901, 0.04534355, -0.007227521, -0.07427227, -0.019209893, 4.535434e-06, -0.010843549, -0.052773822, -0.030818887, -0.0022314335, -0.00417358, 0.036769867, -0.0061576483, -0.009801778, 0.07358681, 0.0033640661, -0.0013091469, 0.015878187, -0.004148727, -0.04470516, 0.04097743, -0.01184827, 0.07624579, 0.021596512, 0.027832365, -0.025668105, 0.013343002, -0.026010346, 0.020764505, 0.016890448, 0.018074563, -0.015160853, 0.011112548, -0.013242487, 0.0039599244, 0.027364112, 0.040837537, -0.029948574, 0.050524246, -0.012014732, -0.029344503, -0.030044677, 0.049718164, -0.052308265, 0.056304105, 0.013556779, 0.01711403, 0.02315474, -0.036262877, 0.078466445, 0.011373398, 0.021503842, 0.017170172, -0.013461659, 0.009195409, -0.0046413424, -0.01731408, -0.010054935, -0.0168473, -0.016172621, -0.003600154, 0.0030801727, -0.01140772, -0.019557772, 0.0062750797, 0.058249194, -0.041192528, -0.050620347, -0.054342836, 0.054030992, -0.0123716835, -0.02644771, -0.034822326, 0.010985066, -0.03493804, 0.009946085, -0.00075766264, -0.021745568, 0.0062956726, -0.059810854, 0.010066579, 0.005789543, 0.013488978, -0.009055086, 0.026792401, 0.03127047, -0.028859334, -0.0074204607, 0.014607529, 0.017148353, 0.045706388, 0.01460851, 0.025204264, 0.04333889, 0.01236678, -0.0045712274, -0.008943385, -0.04670173, 0.02935676, 0.048886586, 0.025765186, -0.0050399704, 0.013332705, 0.04273016, -0.0039588213, 0.015341044, 0.008709013, -0.012663913, 0.030710526, 0.030507537, -0.031600945, 0.0057563237, 0.0028526653], [-0.009659966, -0.064685084, -0.039900467, -0.0488984, 0.028699236, 0.03846115, -0.02439169, -0.005584657, 0.0063983975, 0.054650538, 0.023328654, 0.026006334, -0.03151711, -0.02707634, -0.037046503, -0.0076643196, 0.023799775, -0.05221225, 0.053339764, 0.05416625, 0.0008295171, 0.018812904, -0.04014628, 0.008809904, 0.00545313, 0.026816634, 0.015110346, 0.024655478, -0.0018523802, 0.012428081, -0.022897752, -0.022781637, 0.0051499032, 0.006849661, 0.013335101, -0.00026947382, 0.02121157, 0.010106093, -0.05555453, -0.03414778, -0.06118835, 0.01678809, -0.0051829224, 0.016501188, -0.004416876, 0.048727524, -0.00828288, 0.022743113, -0.010785556, -0.039474152, 0.047411248, -0.012957031, -0.03956147, 0.03025004, 0.023613904, 0.03941912, 0.008087516, 0.013971891, 0.013513681, -0.009672441, -0.01787846, 0.005103218, -0.07558914, 0.015081637, 0.022992225, 0.037352115, -0.017746199, 0.039739773, -0.025231114, -0.07010905, -0.013171932, 0.0362412, 0.036569193, -0.015061916, 0.035436265, -0.004342491, -0.095636606, -0.0058245966, -0.026350833, 0.014496233, 0.013340512, 0.020410668, -0.013998697, -0.037961505, -0.055994786, 0.014119034, -0.008838843, -0.011893903, 0.046272084, 0.014514531, -0.05592068, -0.025663046, 0.060703333, 0.0032062612, -0.0029166092, 0.004561977, 0.007936361, 0.05496165, 0.026993608, 0.02641834, 0.032021157, -0.050199542, -0.003651884, -0.021848476, -0.015357255, 0.009444608, 0.014236435, -0.007902426, 0.009836987, -0.007727973, -0.0051650372, 0.0044113724, 0.02025713, -0.05693547, -0.0065939454, -0.020098407, 0.019685347, -0.0023993992, -0.04032605, 0.0015508042, 0.022900688, 0.027085328, 0.010829398, 0.028674103, -0.03229283, -0.008793395, 0.017870111, -0.025237717, -0.072001055, -0.008209183, 0.02184554, 0.0036231296, 0.03338907, -0.011935361, -0.018129773, 0.013988423, 0.0037109975, 0.063408025, -0.01169909, 0.037812185, -0.023697553, 0.019018678, -0.0035794708, 0.0065845894, 0.00020545315, -0.008201432, -0.026474105, -0.03993532, -0.002464337, -0.014826746, -0.008850582, -0.008054864, -0.0004775639, -0.008592894, 0.007253413, -0.030688828, 0.012674258, 0.010993486, -0.051423453, 0.025488893, -0.018868303, 0.00556191, 0.015304505, 0.018603966, 0.003069323, -0.06421163, 0.013533493, 0.005007737, -0.025567176, 0.00495032, 0.068305835, -0.0011070623, 0.0060449084, 0.029024292, -0.075846605, 0.005652713, -0.0019032162, -0.011172891, 0.049449638, 0.010262018, -0.006361343, -0.0080831135, -0.015385873, -0.015324604, -0.019815955, 0.05823129, -0.041553333, -0.019876009, 0.03391958, 0.015373582, 0.020762876, -0.005607587, 0.031252358, -0.003349299, -0.01883916, -0.006401333, -0.04065294, -0.009221911, -0.00093976466, 0.045425326, -0.013015824, 0.011643323, 0.0576164, -0.039885793, -0.030443754, -0.030786788, 0.032791056, 0.010602116, 0.044925995, -0.024852812, 0.0053351778, 0.040254876, 0.04270637, 0.029950392, 0.022225995, 0.04299584, 0.017074257, -0.02706258, 0.042129084, 0.047717962, -0.013739496, 0.007915816, 0.038424876, -0.035255942, -0.049015798, 0.041260492, -0.006079303, 0.015676808, 0.012246109, -0.001127791, 0.09590553, -0.00075540715, -0.021265501, -0.04145164, -0.021201298, -0.028929269, -0.03590798, 0.021651644, -0.047958452, 0.03658607, -0.027941627, 0.047481507, -0.0050026923, -0.0048633693, -0.03385171, -0.015584997, -0.026038801, -0.008279991, -0.007275426, 0.01527324, 0.049145862, 0.010493222, -0.04812263, 0.038722415, 0.008848977, -0.008807061, 0.015679376, 0.002280438, 0.021531489, 0.04448721, 0.06252819, -0.044870965, 0.004177486, -0.047144987, 0.012688932, 0.025732823, 0.037487496, -0.039325934, -0.0073981476, -0.082785875, -0.046229437, -0.063936286, 0.030854661, -0.014874441, -0.035003345, 0.046986114, 0.03671608, 0.011001099, 0.057629608, 0.015481628, -0.04914769, -0.008488149, 0.016496602, -0.021082427, -0.010298155, 0.02231588, 0.034814496, -0.044666983, 0.01552781, -0.045155954, -0.011044643, 0.011572882, -0.0041996366, 0.018969769, 0.056372676, -0.013051594, 0.02495742, -0.0054092878, -0.06338082, 0.0056044683, 0.0088308165, -0.0134333335, 0.03714446, 0.025582585, -0.0111960955, -0.034155667, -0.049538516, 0.047418587, 0.030605229, 0.00023095135, -0.045517135, -0.03399259, -0.0748862, 0.024197243, 0.012918141, -0.0035414987, 0.044894267, 0.05876033, -0.02095567, -0.03318082, 0.002147719, 0.0036107472, 0.021485811, -0.058557082, 0.040092714, 0.028208716, 0.01442226, 0.0329833, -0.039172575, 0.000103460334, 0.029907076, 0.037492264, -0.010064635, -0.032087002, 0.026883544, 0.018909577, -0.046526335, 0.024987873, 0.011433467, 0.03494368, 0.002198532, -0.05136448, 0.008010838, -0.0013655297, 0.05166156, -0.07062011, 0.0014653212, -0.06252673, 0.015976068, -2.5223042e-05, 0.032606516, -0.021477375, -0.014288166, 0.032721348, -0.00041934455, 0.018621622, -0.010443991, -0.0022687898, -0.03522292, 0.0032872504, -0.0018362375, -0.03859364, -0.03820438, 0.04218329, 0.023620874, -0.013975216, 0.063261956, -0.01916034, 0.027172646, -0.026316347, 0.0468213, 0.01266637, 0.012125679, 0.0058792615, 0.018503074, 0.07336879, -0.05235992, -0.0083236955, 0.02567871, 0.014115548, 0.024137441, -0.054982197, 0.06333864, 0.033355318, 0.026247375, 0.05644825, 0.02367554, -0.00801304, -0.037793107, 0.022467403, -0.0106769595, 0.033896834, 0.020808734, 0.037794758, 0.03889595, 0.0018776951, 0.030031746, 0.0362667, 0.024941277, 0.01636244, -0.011734677, 0.030119615, -0.011010821, -0.013960541, -0.008085315, -0.031394985, -0.0072985394, -0.0117187165, -0.008187308, 0.04119629, 0.03461812, -0.012816332, -0.025287064, 0.03838782, 0.031812586, -0.025473256, -0.012015707, 0.03758458, 0.0013257231, 0.011736878, 0.015348451, 0.039102133, -0.044722747, 0.018847575, 0.0020046355, -0.012123936, 0.0029046857, -0.058631923, -0.048595537, 0.027572546, 0.02773489, 0.030800361, 0.010956706, 0.08153261, 0.04981652, -0.0067836223, 0.02374011, -0.01715277, -0.089881346, -0.009778102, -0.050356567, -0.041456774, -0.00013501207, -0.008422845, -0.0027915945, 0.025433632, -0.028675573, 0.0007466021, 0.0035099466, -0.07375181, 0.022722382, -0.0043342817, -0.017569179, -0.010096829, -0.05489277, 0.014395936, 0.07882063, -0.060912453, -0.012788357, -0.0068724076, -0.04224823, -0.00868403, 8.860167e-05, -0.02706093, -0.007048923, -0.022425946, 0.04372263, -0.05026521, -0.005928791, 0.054568354, 0.026987461, -0.017214773, -0.026316347, -0.030889146, 0.000106395375, 0.018035369, 0.05488204, 0.016025346, 0.023382034, -0.0031472854, -0.009921553, 0.0100606, 0.021981651, 0.014926905, 0.03493437, 0.0051282574, -0.0022886014, 0.0043379962, -0.047429044, -0.025680175, -0.0010260504, 0.017424628, 0.014159024, 0.063132815, -0.026123, -0.043318328, 0.00927731, 0.0397794, -0.0075515034, 0.013385364, 0.05529331, 0.027388737, -0.06414394, 0.0038726083, -0.0012178603, -0.066091344, 0.036894433, 0.04357657, -0.012561993, -0.0014724752, -0.020759206, -0.06797105, 0.027961072, -0.029241119, 0.011139963, 0.046962183, 0.008975367, -0.019939044, -0.0014455211, -0.037625074, 0.00575599, -0.013700904, 0.010370614, 0.02222416, -0.012439729, -0.01569552, 0.019231148, -0.02014468, 0.0127624925, -0.015174549, -0.012002867, -0.026002847, -0.034102287, 0.018076941, -0.0009685648, -0.0072224117, 0.00962759, -0.015650393, -0.023052668, 0.021019049, -0.026470436, 0.04601857, 0.014799689, 0.020853493, -0.026416918, 0.006552855, 0.008811647, 0.028406626, -0.011663869, -0.0046863724, 0.022199212, -0.014368168, -0.103643134, -0.035719495, 0.043684475, -0.0042363703, -0.010144249, -0.0015955637, 0.031858444, -0.018716414, -0.05928864, 0.0047008414, 0.02964542, 0.023267934, -0.010414181, 0.0240648, 0.004769815, -0.048765775, -0.06520349, 0.03478542, 0.0027820559, -0.054160748, -0.0666402, -0.044995386, 0.031174626, -0.021637104, 0.026780725, -0.03164859, -0.013345098, -0.008741206, 0.0008863835, -0.03563658, -0.012991151, -0.018642304, 0.01961956, -0.001564379, -0.0026712576, -0.009021227, 0.03353729, -0.0154141225, 0.021724973, -0.018032916, 0.040980563, 0.02883168, -0.022360962, -0.02702993, -0.032112326, 0.050761968, 0.02336626, -0.044853356, -0.055199392, -0.058893144, 0.029724669, -0.005631984, 0.01527214, -0.020315647, -0.016098354, 0.060670312, 0.0016399563, 0.005157149, 0.0031382968, 0.02410846, -0.03539646, -0.0118762925, -0.0054171756, 0.026533356, -0.033431813, -0.017126353, -0.032013636, -0.007294871, 0.018739894, 0.027799277, -0.00039036098, 0.037791457, -0.0073926444, 0.01538624, 0.017768396, 0.05442582, 0.02483048, -0.020369578, 0.07167013, -0.015886595, 0.045252524, -0.00701916, -0.068680786, 0.063184544, -0.0204635, -0.035906423, -0.013414623, 0.000605353, 0.008890801, 0.027729388, -0.001204469, -0.007349444, 0.04368081, 0.016541088, -0.0030906023, -0.017244603, -0.04316057, -0.0009160894, 0.02406104, 0.0030496952, 0.0010969731, -0.074767336, 0.037256703, 0.008878648, -0.0155937215, -0.00048611683, 0.00017903774, -0.024328586, 0.049684804, -0.046342526, 0.03914176, 0.0072627687, 0.033269834, -0.02216913, 0.044120144, -0.02490936, -0.013138728, -0.025230471, 0.05810949, 0.011834835, 0.0074770264, -0.034975097, -0.009443874, 0.013614207, -0.039961003, -0.015046507, -0.0027662797, 0.014124904, -0.020322986, -0.027102938, 0.027343612, 0.0057967138, 0.03998265, 0.0034239131, 0.01748608, 0.055462077, -0.04193739, -0.033485744, -0.028517079, 0.022690097, 0.031318396, -0.009042873, -0.022235166, 0.022770079, 0.021210425, 0.05480096, 0.007674775, 0.024555963, 0.047402445, 0.030945646, 0.0144242775, 0.015380369, 0.017646225, -0.020595944, 0.0073315585, 0.009130558, -0.037061546, -0.049531817, -0.01409115, 0.012199514, -0.004864103, 0.0357261, 0.01833064, 0.0069373455, 0.034679756, -0.028255127, -0.021798579, -0.0073214695, -0.011989658, 0.005928057, -0.040980563, -0.04619467, -0.0043893596, -0.027396258, -0.041177947, -0.060649768, -0.008592711, -0.013518083, -0.016336184, -0.038639866, -0.047936622, 0.007357057, 0.010849577, -0.009333259, -0.017010054, -0.05029346, 0.014970701, 0.011048242, -0.017071001, -0.037100438, 0.013509645, -0.005659271, -0.0062061865, -0.06652426, -0.004457187, -0.0029991572, 0.0050291996, -0.0048376876, -0.01654118, 0.045095496, 0.011939121, 0.015218208, -0.023061933, -0.0021132322, 0.048907753, -0.040107757, 0.0129719805, 0.02107619, -0.00017353453, -0.057173207, -0.015714243, -0.0010696404, -0.04225584, -0.0070965714, 0.014058499, 0.033435296, 0.0004908863, 0.015415039, -0.0005628866, -0.002061869, -0.021361416, -0.02498457, 0.0015410362, 0.0055196728, -0.08319825, -0.04400513, 0.011462451, -0.03341402, -0.048450988, 0.005805886, 0.02509757, -0.03345658, -0.0044627357, 0.046752334, 0.003426298, -0.024045723, 0.008645909, -0.0775615, 0.007856473, 0.005691786, -0.041808613, 0.016960708, -0.014132241, 0.035970993, -0.009328765, 0.01438759, -0.04623576, -0.008156123, -0.004382389, -0.006159926, 0.056843016, 0.017887196, 0.0015383305, -0.0043379962, 0.008978486, -0.002064804, -0.03559549, -0.032593492, -0.020686196, -0.023081927, 0.00029277074, 0.041927665, 0.02516957, 0.010388591, 0.014110228, 0.007866838, 0.050468095, -0.00993366, -0.024340326, 0.021389874, 0.018878942, 0.023894567, 0.017351894, -0.0057647955, 0.0020432498, -0.004204819, -0.017275674, 0.02642586, 0.029606348, 0.019692134, 0.0029108308, 0.04697686, 0.02955517, -0.006849661, 0.0007117484, 0.0060322513, 0.008555655, -0.07459343, -0.009752695, 0.07482751, -0.00079484686, -0.01904404, 0.04511843, 0.0017801048, 0.056678653, -0.07304739, -0.018769428, -0.05952271, -0.05406059, -0.008617291, 0.0356098, 0.002028116, 0.015516115, 0.01311323, -0.001809822, 0.03339201, 0.029460879, 0.03456309, 0.0034236382, -0.028805265, 0.043937992, -0.048706334, -0.0068933195, 0.038191814, 0.016528156, 0.02298429, 0.027329165, -0.02022833, 0.021942396, 0.02171933, -0.024695652, 0.024236133, 0.034552816, -0.07098186, 0.017360792, -0.00860069, 0.03393721, 0.015752204, -0.037126895, 0.04435293, 0.02675807, -0.0018458681, -0.051202044, -0.006073892, -0.015018625, -0.029564066, 0.03952038, -0.0010672557, 0.017109202, -0.036911216, -0.0034585835, 0.043817285, -0.016970063, -0.049738735, 0.049597487, 0.015542163, 0.04942542, 0.023297468, -0.03066278, 0.063071184, -0.0036965972, -0.041329835, -0.04690495, -0.015394127, 0.0043077744, -0.02035981, 0.002238155, -0.011215082, 0.036515992, 0.040487476, 0.05239954, -0.006109938, -0.09808627, -0.0029289913, -0.035486896, -0.03174838, -0.030558953, -0.018262217, 0.013774624, -0.0003786208, 0.029350448, -0.005269919, -0.014086014, 0.069496, -0.02220178, -0.022194076, -0.015606367, -0.017485714, -0.061726928, 0.030084943, -0.0081231035, 0.061706383, 0.023363968, 0.0354979, -0.03746603, 0.0074418066, -0.046526335, 0.028124334, 0.021495719, 0.042024523, -0.03319389, -0.0041006245, -0.017578993, -0.021479025, 0.039941374, 0.018148484, -0.049704894, 0.075355805, 0.002525973, 0.0032247147, -0.018239103, 0.037823923, -0.03431077, 0.05159515, 0.0039898264, 0.011736511, 0.03701979, -0.0257198, 0.104428895, -0.010288066, 0.0131473495, 0.010686131, -0.020446623, 0.03531813, 0.022806766, -0.0300677, -0.021816922, -0.01942743, -0.040855825, -0.022462588, 0.009784752, -0.0061720326, 0.006823429, 0.009784339, 0.061573207, -0.032353457, -0.061589163, -0.03373467, 0.040518846, -0.03303314, -0.015228481, -0.025346681, 0.0020171097, -0.044298634, 0.0069589918, 0.01933039, -0.03472892, 0.0050607054, -0.06221855, 0.005398421, -0.0008607019, 0.0028921198, 0.005267305, 0.020294735, 0.024024077, -0.013173216, -0.009738388, 0.0041002575, -0.0027451843, 0.03288571, 0.01421534, 0.0357782, 0.027018556, 0.018513896, 0.0014140495, 0.019860715, -0.038026072, 0.064374335, 0.06339, 0.0056492276, -0.043490026, 0.009655105, 0.054668147, -0.014548651, -0.010885348, -0.0057024253, -0.030713595, 0.03474066, 0.061261725, -0.018299822, 0.017988523, 0.01362081], [-0.03133366, -0.048599094, -0.03996722, -0.050677788, -0.006007645, 0.065061845, 0.003281868, -0.044323485, 0.016458796, 0.038753282, 0.028570514, 0.0049991226, 0.004277724, -0.025489, -0.00977546, 0.03249757, 0.0054918774, -0.057343706, 0.058812264, 0.01682377, -0.020519646, 0.010956309, -0.04806116, 0.04086786, -0.03079657, 0.047604296, -0.024050003, 0.030436821, -0.008369662, -0.014199437, -0.016480066, -0.07948558, -0.026010048, -0.02958896, -0.017902175, 0.009442998, 0.014547047, 0.013504534, -0.047719143, -0.05699747, -0.07848278, -0.004167941, -0.008504778, 0.04569434, -0.0073073027, 0.024438465, -0.004240144, -0.009892684, -0.012920575, -0.037268892, 0.05645953, -0.029319149, -0.035858396, 0.008602738, 0.025185117, 0.050925646, -0.028997824, 0.04032486, 0.030869197, -0.015249234, 0.041707277, -0.0066118715, -0.055464733, 0.033121403, 0.037761856, 0.008410619, 0.0120847495, 0.027408192, -0.048855, -0.03708205, -0.002243472, 0.0418918, 0.003598338, 0.0029776436, 0.015166053, 0.029214801, -0.05626108, -0.013059069, 0.0026145163, 0.01960296, -0.008903374, 0.023934308, 0.025141919, -0.016104272, -0.05792809, 0.0030376017, -0.004480399, -0.0073431935, 0.048923377, 0.022905413, -0.052357882, -0.02111543, 0.068715505, 0.034726787, -0.0044990834, 0.034381397, 0.017696965, 0.012205298, 0.029117739, 0.017726522, 0.013883706, -0.018503657, -0.0047967634, 0.006114472, 0.008167593, 0.009967421, -0.011177142, -0.0034877106, -0.011004868, 0.02352727, 0.0034787513, -0.0029528898, -0.008288591, -0.040107355, 0.006170735, 0.0043701944, 0.019963976, -0.014812004, -0.016175631, -0.021584116, 0.03657705, -0.004959643, 0.01165174, 0.033522557, -0.0479936, 0.034390263, 0.022379618, -0.023228323, -0.0619056, 0.0070533245, 0.029231323, 0.027292814, 0.06791789, -0.0064260857, -0.03437802, 0.028844127, -0.0047502113, 0.040280525, -0.027724344, 0.044579364, -0.030661454, -0.008940109, -0.0110990275, 0.011691009, 0.008818398, -0.02636684, 0.00933208, -0.02514403, -0.028129695, -0.007191609, -0.00055387465, -0.02419652, -0.015820526, -0.011329571, -0.005510245, -0.044621587, 0.0021378063, 0.00043406375, -0.04320961, 0.013970266, -0.0035531581, -0.007410752, -0.008190209, 0.030933376, 0.015645508, -0.05378506, -0.0069720433, 0.010282677, 0.012849638, 0.04202058, 0.05184444, -0.028709011, 0.033677943, -0.0090097785, -0.04757875, -0.0050394465, 0.015550292, 0.018065054, -0.009290991, -0.015435441, -0.015005179, -0.024861708, -0.0022997356, 0.013387574, -0.040112473, 0.020549836, -0.023984134, -0.023099117, 0.02315232, 0.0056551793, 0.012094672, -0.018280502, 0.01031957, -0.020653918, -0.006355572, 0.012688764, -0.07167288, -0.024461266, -0.009678186, 0.011547025, -0.025774013, -0.008126767, 0.034119606, -1.30894705e-05, -0.04020918, -0.037653767, 0.039877817, 0.025437646, 0.06346166, -0.03226766, 0.008088449, 0.005544869, 0.023783991, 0.024246346, 0.01912414, 0.023547538, -0.00015918486, -0.053058807, 0.038130898, 0.04495452, -0.0048876773, -0.013166319, 0.022056604, -0.070626356, -0.052995678, -0.020004936, 0.014492156, -0.004173008, 0.009122095, -0.0010252012, 0.05063403, 0.0031845416, 0.0016247834, -0.053272884, -0.0077616344, -0.010889596, -0.018715411, 0.0015483578, -0.09436917, 0.021810014, -0.039253213, 0.031678632, 0.004752745, -0.026572471, -0.014817704, -0.014232055, 0.00028036803, -0.033152673, -0.0032086093, 0.010233644, 0.046753902, 0.04730577, -0.05077554, -0.0012616562, 0.012070604, 0.04355669, 0.016786613, 0.0096393395, 0.007900129, 0.058080096, 0.034242798, -0.07118561, 0.01728251, -0.041978355, 0.0015882596, 0.009504936, 0.050146714, -0.04114633, -0.021273347, -0.05735405, -0.018425753, -0.04628268, 0.032223742, -0.009119666, -0.026888307, 0.0099186525, 0.010198493, 0.001753778, 0.02811956, 0.015722565, -0.0364546, 0.0049381084, 0.018286414, -0.024804126, 0.011859906, -0.029930132, 0.047578115, -0.02681526, -0.013187854, -0.04250447, 0.019588184, 0.0045234677, -0.0019715487, 0.053137343, 0.06382004, -0.03945251, 0.02025068, -0.01624551, -0.063804835, -0.048030756, 0.027903374, 0.002739658, 0.030806703, 0.023076316, -0.006446776, -0.0061976532, -0.04758572, 0.035434887, 0.028857216, 0.013817731, -0.015577527, -0.06419077, -0.069210365, 0.0054779933, -0.015560004, -0.004789902, 0.021152584, 0.042933464, 0.0008877221, -0.01780907, -0.04889403, -0.013121773, 0.0052172095, -0.051829237, 0.021288758, 0.06672421, -0.0031315505, -0.0019600429, -0.06423172, -0.023025647, 0.035325054, 0.01536345, 0.0026478732, -0.009093382, 0.0021084605, -0.016357195, -0.013689054, -0.025111517, -0.0097335, 0.023182297, 0.009454345, -0.085366994, -0.0032909464, -0.0038157918, 0.07269977, -0.058379885, -0.029116051, -0.04496698, 0.0015926932, -0.019883223, 0.0354446, -0.031225145, 0.0065447353, 0.04399656, 0.0012861461, 0.014210098, 0.010915352, -0.014235645, -0.042245585, -0.028790714, -0.009659739, -0.027042426, -0.091937065, 0.015602649, 0.014782658, -0.030994179, 0.039189033, 0.012676519, 0.0041421843, -0.01784665, 0.037401263, 0.020719789, -0.014078234, -0.0004931775, -0.016846994, 0.04912373, -0.025779502, 0.021073204, 0.06070812, 0.021377217, 0.009233144, -0.040446468, 0.059267856, 0.04139144, 0.013721144, 0.06818686, 0.018744756, -0.026400197, -0.041316282, 0.060106855, -0.005450287, 0.043453667, 0.015423197, 0.0013207698, 0.021617051, -0.0020140896, 0.021335838, 0.025847273, 0.015356905, 0.0055138343, -0.0070277792, 0.0036483735, -0.03799895, 0.021299789, -0.021095054, -0.044109408, -0.031196855, -0.018035602, -0.034520734, 0.04957025, 0.0343791, 0.0088894395, -0.016932286, 0.018395774, 0.042909823, -0.012158007, -0.005941142, 0.0094924, -0.011607828, 0.026857272, -0.0086301835, 0.025984606, -0.0529068, 0.039130762, 0.045370005, 0.004504045, 0.00567323, -0.040544003, -0.028178677, 0.060071386, 0.014650919, 0.034667674, 0.019276146, 0.092075564, 0.033042893, 0.0072547337, 0.038977593, -0.022200983, -0.04071823, 0.0054939887, -0.038369883, -0.030305082, 0.011459622, -0.020753482, -0.031331338, 0.022367796, 0.000537935, 0.0394846, 0.028021287, -0.042838886, -0.011363984, 0.0110188015, -0.031117475, -0.014214321, -0.04584904, 0.0365002, 0.04652167, -0.019332727, -0.03200492, -0.0067795017, -0.040998757, -0.0143335, -0.0010543357, -0.0021606071, -0.025832877, -0.021059481, 0.04628057, -0.012762656, -0.02602229, 0.048300996, 0.022961045, -0.038307395, -0.024244444, -0.058417886, 0.005468866, 0.03163092, 0.02629717, -8.618994e-05, -0.0046385285, 0.010729989, 0.019909931, -0.033922844, 0.018606525, -0.012620783, 0.0150554245, 0.019937376, -0.02029591, -0.004041585, -0.063788794, -0.013439086, -0.00073385483, 0.011478199, 0.014440643, 0.06652618, -0.034218412, -0.019764258, -0.0066792197, 0.029798392, -0.01781857, 0.02114583, 0.04636206, 0.049206275, -0.038472913, 0.0001452509, 0.035835173, -0.037439264, 0.025295615, 0.030767858, -0.022865195, 0.017543692, -0.042939376, -0.05363833, -0.0074106334, 0.0027703233, 0.010246945, 0.065693945, 0.008156852, -0.027413577, 0.007046991, -0.030289881, -0.020140052, -0.05022483, 0.0068141255, 0.029055037, -0.0012848794, -0.05130078, 0.034499176, -0.06631041, -0.004951198, -0.010932031, -0.0015247122, -0.029342372, -0.048996847, 0.002708676, 0.024019178, -0.014286418, 0.023611717, -0.0077971024, -0.049881864, -0.00062787236, -0.016732145, 0.051671743, 0.009309992, 0.007952487, -0.02975448, -0.01763173, -0.014103351, 0.056740746, 0.0122794015, 0.0030826956, -0.030155819, 0.0016401953, -0.04596748, -0.06548789, 0.040842526, -0.052699476, -0.006119803, 0.039407752, 0.049692698, -0.019787902, -0.023326598, -0.014940998, 0.031163497, 0.024214255, -0.0061039156, 0.011322815, -0.004203923, -0.04098609, -0.045088585, 0.006944598, 0.000187475, -0.010444554, -0.030151809, -0.058768876, 0.027463399, -0.03786235, 0.01485845, -0.047122095, -0.0033902258, -0.003659985, 0.0232279, -0.060738523, 0.010653986, -0.03450311, 0.022857172, 0.00958656, -0.0039027736, 0.0026314058, 0.034101874, 0.0029290859, 0.04306098, -0.028676076, 0.044176545, 0.014172097, -0.05386275, -0.045897596, -0.051575895, 0.016925108, -0.028287932, 0.016993722, -0.051575895, -0.055717234, 0.019606126, -0.0019169742, 0.022908263, -0.032452602, -0.03240953, 0.04431203, -0.010350394, -0.008471844, 0.0127421785, 0.02914814, -0.028474191, -0.015739033, -0.0016192943, 0.019601693, -0.0067517394, -0.017338693, -0.0135248015, -0.005380195, -0.0023058583, 0.016163386, 0.01817262, 0.023028601, 0.024618339, 0.0071067386, 0.011414902, 0.025447622, 0.020548042, 0.017382817, 0.08617448, -0.01672919, 0.04459625, 0.0047307885, -0.068425, 0.082175486, -0.018421954, -0.06354221, -0.0365809, 0.0107688345, 0.015953057, -0.0023881951, -0.015231922, -0.02631068, 0.039976697, -0.0024198634, 0.0008432153, 0.012084537, -0.037197746, 0.031418953, 0.041361462, 0.004463932, -0.010601416, -0.033688076, 0.048954625, 0.028799372, 0.00060127117, -0.002247589, 0.00082685344, -0.026995556, 0.034340017, -0.054935243, 0.03716481, 0.04300356, 0.03265401, 0.0003279559, 0.010999009, -0.025087027, -0.045039073, -0.017403087, 0.04267252, 0.010625273, 0.036579583, -0.013933531, -0.02722272, 0.009282546, -0.030219208, -0.027399853, 0.007164058, 0.024055913, -0.038944133, -0.017334683, 0.0021969727, 0.0030948156, 0.044223834, 0.0058125695, 0.018860977, 0.057617318, -0.05295409, -0.021242734, -0.039368276, 0.063925594, 0.041522335, -0.0018249255, -0.041213043, 0.020606918, 0.029173054, 0.041945845, 0.0233376, 0.007055647, 0.050378896, 0.009703099, 0.033351127, 0.015341969, 0.02735541, -0.034599695, 0.0042201676, -0.015890619, -0.029592339, -0.027155165, -0.028539075, 0.017180143, -0.040972155, 0.064862974, 0.013143835, 0.02395521, 0.027721653, -0.037403796, 0.0005995822, -0.018442642, 0.003526557, 0.03198349, -0.043306727, -0.037214212, -0.012241611, -0.017907664, -0.028668476, -0.07674652, -0.0030336962, 0.0021828804, -0.004174776, -0.04055593, -0.03485853, 0.03156336, 0.038561583, -0.0013499045, -0.033220235, -0.06501498, -0.011921552, 0.0047624563, -0.010699588, -0.04543862, 0.025081117, 0.003257167, -0.025403287, -0.049554203, 0.02414944, -0.0047172764, 0.009876217, -0.009290991, 0.0024067736, 0.05323952, -0.002235344, 0.06057723, -0.048501138, -0.013814037, 0.049432598, -0.05373946, 0.019508114, 0.03492018, 0.039211836, -0.0581865, -0.036637854, 0.008357839, -0.002836193, 0.010126184, 0.015132695, 0.011879329, -0.0044740657, 0.02543337, 0.0051489356, 0.033424597, -0.037177477, -0.027446827, 0.034038536, 0.01746051, -0.07178773, -0.044497866, -0.016004624, -0.07080623, -0.069887646, -0.0024424004, 0.03017672, -0.016789148, -0.03110734, 0.011195298, 0.03940353, -0.033203345, 0.048741814, -0.084100276, 0.011597271, -0.024759369, -0.049631894, 0.0025359795, -0.03353987, 0.034003068, 0.018309215, 0.062262814, -0.01140919, -0.021585803, 0.010321048, -0.009505912, 0.039479535, 0.03012774, -0.0011729855, -0.018527936, 0.042167097, -0.023652252, -0.034649096, -0.04242509, -0.014290324, -0.019151164, -0.0041968646, -0.0035814482, 0.020771207, 0.013821636, 0.013596794, 0.0024217633, 0.03482306, 0.011581648, 0.008944754, 0.026924198, 0.026550725, -0.011979874, 0.008206254, -0.0074362974, 0.027984444, 0.020989811, -0.009842016, 0.015915083, 0.0063918843, -0.029744834, -0.019657219, 0.052503135, 0.010724922, -0.020853639, -0.03332664, -0.03560336, 0.019451903, -0.08410112, -0.017280795, 0.05104725, -0.0044297306, 0.0062808353, 0.0152388895, -0.00051091163, 0.039579183, -0.058305573, -0.042901374, -0.06815477, -0.04267532, -0.0009289302, 0.020875173, -0.024671542, 0.002458208, 0.00044250858, -0.03779859, 0.026829194, 0.028950531, 0.020694243, -0.013170647, -0.0020808037, 0.059579898, -0.042684767, 0.015990267, 0.062544025, 0.010860038, 0.003477788, 0.013951265, -0.025303215, -0.0053623025, 0.035424754, -0.024208553, 0.049233302, 0.056488246, -0.013871462, 0.01876988, -0.044532068, 0.062116716, 0.034934532, -0.031225566, 0.04396542, 0.022403896, -0.020032803, -0.025256768, -0.010484125, 0.0094962, -0.054018136, 0.0075333077, -0.022151608, 0.007919975, -0.02903045, 0.0054342416, 0.05919143, 0.006422048, -0.06561963, 0.06877461, 0.0035027005, 0.055992536, 0.030780103, -0.02455205, 0.055882752, -0.0019377696, -0.013569137, -0.01814454, -0.017285703, -0.020361306, 0.0077835904, -0.036756925, -0.014560559, 0.034761414, 0.023882795, 0.022858227, -0.007447909, -0.07101587, -0.017694853, -0.021655897, -0.026543338, -0.017538413, -0.016796535, -0.011395652, 0.02491222, 0.016035024, -0.00945841, -0.0008360372, 0.06157625, -0.016863488, -0.04290813, 5.7424775e-05, -0.00442023, -0.031693835, 0.011462155, -0.019412952, 0.034520525, 0.026915753, 0.03257505, -0.03108285, 0.009489022, -0.050405443, 0.024597228, 0.0038162144, 0.004523046, -0.024849938, 0.0136984475, -0.013352527, -0.0014668653, -0.01155547, -0.024419464, -0.02420676, 0.043571472, -0.00045058396, -0.020669542, 0.01595807, 0.023269702, -0.0319894, 0.023458444, 0.0043283924, 0.009262068, 0.024900397, -0.038728155, 0.06360638, 0.00822061, 0.020902406, 0.02016222, -0.005363728, 0.021461666, 0.013974489, -0.02362016, -0.030381085, -0.047628786, -0.07089257, 0.013476719, 0.012711144, -0.012793639, 0.0047842017, 0.025734851, 0.036016893, -0.037108228, -0.0763378, -0.021465044, 0.03003168, -0.006675208, -0.0002533446, 0.0073609273, 0.012283729, -0.032546442, -0.010947179, 0.008107027, -0.029550958, 0.023542471, -0.08534673, 0.034428265, 0.021035202, 0.010305636, -0.0021097271, 0.013885712, -0.007571626, -0.043376397, -0.029022735, 0.00979937, -0.022395663, -0.012120006, 0.0011548292, 0.031690877, 0.05042571, 0.033107072, -0.0039293747, -0.016265832, -0.043408066, 0.010020623, 0.048377838, -0.0013843172, -0.014028535, 0.006124395, 0.030034795, 0.026349528, -0.011792446, 0.0008683386, -0.015808808, 0.023984978, 0.047385573, -0.03402418, 0.014623051, -0.020758424], [-0.004707925, -0.08959016, -0.029020552, -0.0007335562, -0.017818449, 0.015455907, 0.02748377, -0.027539093, 0.06411446, 0.020957578, -0.011207736, 0.044919048, -0.087145664, -0.01759504, -0.021919345, 0.04829164, -0.0023461506, -0.037560947, 0.04049927, 0.038997326, -0.013580011, -0.018345283, 0.008921519, 0.030307857, -0.021365339, 0.04034969, -0.0044546123, -0.013220404, 0.034946375, -0.0053054765, -0.007092399, -0.028450403, 0.00027662038, -0.003742059, 0.014467245, 0.012633354, -0.0009886617, -0.020255912, -0.03015367, -0.05514773, -0.06713474, -0.00011551461, -0.048365533, 0.03884006, 0.032603297, 0.042312674, 0.02163786, 0.027974514, -0.011125518, -0.021888867, 0.031879984, 0.02267352, -0.040318955, 0.02554538, -0.027152851, 0.028686557, -0.0009456319, 0.019542461, 0.02090328, -0.023625428, 0.011706164, 0.0066166054, -0.040405016, 0.009140254, 0.0052335034, 0.032872744, 0.020754725, 0.005366435, 0.006144814, -0.049681846, -0.0015424147, 0.003571476, 0.01465217, -0.03527422, 0.06592171, -0.0061184326, -0.07444264, 0.022518948, -0.019515054, -0.03211972, -0.0039013717, 0.0072114673, -0.003752208, -0.07406049, -0.063110426, 0.0013413527, -0.031633846, 0.006346901, 0.061856415, 0.009105708, -0.046031676, -0.018947983, 0.0039855745, -0.0037128602, 0.020442916, -0.0019035579, -0.0044254134, 0.060473822, 0.01724728, 0.05832182, 0.020688385, -0.038937904, -0.008524918, -0.017019324, -0.017130997, 0.0012801377, 0.017141754, -0.011763537, -0.012205105, -0.009922987, 0.00093026407, 0.009079295, 0.0108699, -0.07317531, 0.040368132, -0.016572634, 0.04425311, -0.023994256, -0.035979856, -0.018776376, -0.027553437, 0.010373264, 0.025313836, 0.012781446, -0.014120445, -0.0033568395, -0.00095767, 0.01984034, -0.053395927, 0.0042398474, 0.05187759, 0.00985793, 0.018326612, -0.020008873, -0.03336656, 0.03872685, 0.0053910236, 0.06027865, -0.022871383, 0.04387506, -0.022403177, -0.0030492272, 0.025379406, 0.023338564, 0.03630284, -0.012351612, 0.013883268, -0.025535133, -0.020424573, -0.0011624459, -0.0001446494, -0.019047873, 0.023512218, 0.011985858, 0.024568755, -0.05650432, 0.018870376, 0.020883814, -0.018699536, 0.0066875215, -0.02543883, 0.021721357, 0.03578648, 0.007931192, -0.025142102, -0.042168215, 0.017497582, 0.013908882, -0.015268931, 0.05838124, 0.08845295, -0.00094230217, -0.005100572, 0.015798096, -0.05326223, -0.014015944, 0.011015126, -0.042079084, 0.0072615403, 0.024960378, 0.010228806, 0.00015854446, 0.016377974, 0.0025077043, -0.022543535, 0.015407499, -0.028350003, -0.00825097, -0.024749583, 0.0013149714, 0.028832037, -0.043374587, 0.023042733, 0.006292601, -0.033262063, 0.0011910044, -0.035250656, -0.0124183325, 0.018825296, 0.04084146, 0.009267295, 0.0010368141, 0.044258233, -0.011624202, -0.017815184, -0.053914335, 0.018952593, -0.0007801719, 0.044675086, -0.038444594, 0.021992343, 0.052111182, 0.05341232, 0.05995337, 0.019780405, 0.0305143, 0.019027896, -0.029445726, 0.030134203, 0.06121711, -0.045197718, -0.0046339035, 0.04209752, -0.029242102, -0.024215423, 0.011430313, -0.03204487, 0.030908741, 0.048322506, 0.0062976913, 0.06735706, -0.006281331, -0.032644916, -0.02954408, -0.00065927854, -0.008358032, -0.023464067, 0.0377825, -0.0053423587, 0.021238297, -0.027923035, 0.03647547, 0.034300923, -0.019606236, -0.03799944, -0.004933063, -0.03178778, -0.013924249, -0.027239423, 0.01804743, 0.07202119, -0.019949706, -0.023529124, -0.014486711, -0.010750287, 0.005817224, -0.019896176, 0.022520483, -0.0004712791, 0.041369088, 0.003233897, -0.049316287, -0.013234748, -0.040468663, 0.04595074, 0.007127841, 0.039366152, -0.023853896, 0.02282579, -0.03648418, -0.025735939, -0.049754784, 0.0157899, 0.011754573, -0.0028720496, 0.035922483, 0.020809408, 0.010889622, 0.05701658, -0.0030292491, -0.060735587, -0.018723357, 0.0012759115, 0.027082158, 0.024892503, 0.017439185, 1.8441358e-05, -0.045703832, -0.0042281933, -0.045064535, -0.015699742, -0.0027221492, 0.029477486, 0.036961094, 0.051913448, -0.023658212, 0.036989268, -0.034874655, -0.05655452, -0.02919984, 0.013074922, -0.02757444, -0.0026724602, 0.011528922, 0.008280169, -0.021990038, -0.07400722, 0.017457819, -0.023877285, -0.0044556367, -0.04681134, -0.0062362524, -0.0622529, -0.003872301, 0.02059797, -0.014596591, 0.033856794, 0.07664638, -0.03358504, -0.0051343814, -0.02144525, -0.033192392, -0.0114695, -0.06302846, 0.018384498, 0.0648685, 0.028083628, -0.0122644, -0.052102983, -0.05383237, 0.04812785, 0.040982842, 0.010875023, 0.0102128945, 0.0060549127, 0.019630825, -0.005979098, 0.014931352, 0.0069477814, 0.040776405, -0.0022630044, -0.050750617, -0.03377586, -0.0058556437, 0.033407547, -0.07748367, -0.03202854, -0.039253455, 1.1269719e-05, 0.028547224, 0.017767223, -0.035378978, 0.006289912, 0.027323944, 0.008927153, 0.00048306113, 0.019934082, -0.007317121, -0.012030937, -0.0069939005, -0.022506654, 0.005475066, -0.01950481, 0.036488786, 0.01414465, -0.021577476, 0.0616679, 0.017201688, 0.03971961, -0.018996647, 0.062809214, 0.009384602, -0.017095137, -0.0034147247, -0.00285777, 0.03563895, -0.063327625, -0.0044033863, 0.023522975, 0.0036804597, 0.0127450265, -0.015805269, 0.025750283, 0.035182524, 0.023769885, 0.051799726, 0.041478712, 0.01676473, -0.008480463, 0.04649681, -0.00021719822, 0.005073935, 0.04475154, 0.017750831, 0.0042020683, -0.019894127, 0.01926917, 0.04309745, 0.014262341, 0.009735243, -0.012141584, 0.008299892, -7.6839e-06, -0.014546389, 0.0023563958, -0.055676505, -0.03516511, 0.03810804, -0.0012596472, 0.025373772, 0.035546742, -0.038612105, -0.006629156, 0.03676797, 0.039395865, -0.014670612, -0.018114757, 0.026317352, 0.004626732, 0.027183075, 0.021921525, 0.033055108, -0.04060582, 0.04152123, 0.025647318, -0.011839352, -0.012497606, -0.019878758, -0.04145412, 0.05689159, -0.0041493056, 0.012747589, -0.026358847, 0.08323609, 0.05017381, -0.032031614, 0.028225008, -0.010291302, -0.04447748, -0.018773815, -0.03666142, -0.030286858, -0.03573935, 0.0027796505, -0.021036467, -0.0020954884, -0.04047878, 0.020611418, 0.03809165, -0.061190475, -0.0037708734, -0.018209375, -0.02969161, -0.016522825, -0.026424415, 0.040060777, 0.0659381, -0.07954782, -0.042098034, -0.059014395, -0.052436978, 0.009310837, 0.028058782, 0.003434959, -0.006268013, 0.010698036, 0.046930183, -0.069790296, 0.00846612, 0.009875347, 0.011969465, -0.03444026, -0.014031824, -0.04811145, -0.01205655, -0.004067591, 0.037838593, 0.015289423, -0.003691153, 0.03274468, 0.020167673, 0.011082295, 0.031069845, -0.0038480966, 0.03788777, 0.020771116, -0.01581167, 0.0045117293, 0.019392624, -0.016065497, 0.030398272, 0.045139834, 0.004572304, 0.06329074, -0.03240755, -0.019528372, 0.0012312807, 0.026594488, -0.05959222, -0.005740385, 0.06480088, 0.00961307, -0.057266563, 0.043029837, 0.010609415, -0.06666243, 0.03500554, 0.05360288, -0.032242663, 0.0031657664, -0.044119924, -0.055110976, -0.007679801, -0.04522743, 0.05588551, 0.031007094, -0.030111665, -0.059871916, -0.0032602784, -0.008877977, 0.013323112, -0.034993596, -0.0058582043, 0.057414092, 0.012226621, -0.03117819, 0.01804999, -0.04786147, 0.04103202, -0.02428112, -0.027539093, -0.030383673, -0.046957206, -0.011801445, -0.0047522355, 0.01466312, 0.03228057, 0.021187583, 0.0030187478, -0.014062688, -0.04868198, -0.013384327, 0.006273135, 0.016691478, -0.015392386, -0.009935878, -0.02121883, 0.022223884, 0.0027907921, -0.03490949, -0.008643362, 0.009010108, -0.056102708, -0.06478654, 0.0322232, -0.015856238, -0.022065086, 0.030969188, 0.056086317, 0.02752475, -0.04722857, -0.005732957, 0.031361576, 0.022158764, 0.021900136, 0.0264572, -0.018407037, -0.06287735, -0.06960178, 0.04166005, -0.036436025, -0.008341385, -0.05001008, -0.040173475, 0.02873983, -0.013677852, 0.011827057, -0.03044668, 0.012454064, -0.031925064, 0.02604176, -0.023002649, -0.03151423, -0.013035479, 0.018924931, 0.024325637, -0.010197303, 0.020831307, 0.016059348, -0.016035786, 0.03450173, -0.01602093, 0.05338978, 0.018080726, -0.02168806, -0.024362698, -0.034235355, -0.0050286, -0.008807285, -0.027307553, 0.013589232, -0.06974265, -0.0053520915, -0.0011474623, 0.0045150593, -0.0007222865, -0.037612174, 0.03130587, 0.0077259047, -0.0057634367, 0.008186938, -0.0038552682, -0.039503437, -0.032841496, -0.018094046, 0.02829314, -0.029497975, 0.005344024, -0.04448056, -0.01631676, 0.018567374, -0.0064339847, -0.012132941, -0.0013462192, -0.021499548, 0.021214735, 0.01362509, 0.08345534, 0.02990996, -0.018811466, 0.03449456, -0.001030667, 0.096406296, -0.018583253, -0.07604396, 0.07601938, 0.025073074, -0.017281344, -0.035983186, 0.0022892896, 0.016800588, 0.0036667567, -0.0004026363, -0.014130691, -0.011383824, 0.011265684, -0.010736967, -0.017126642, -0.0129294405, 0.012914905, 0.06953416, -0.003251826, -0.005190218, -0.05354141, 0.03467257, -0.0030092709, 0.0025070002, 0.0067705396, -0.025067952, -0.007173176, 0.03556723, -0.049746584, 0.041894667, 0.04484938, 0.021831239, -3.4833676e-05, 0.028520072, -0.01999165, -0.031444564, -0.03833241, 0.040214457, 0.025783835, 0.031202778, -0.020816932, 0.005413563, 0.005137391, -0.03677655, -0.008610065, -0.007940541, 0.007776618, -0.04455637, -0.041503813, 0.023744784, -0.011281501, 0.056192864, 0.041665178, 0.010182383, 0.0074246954, -0.029211111, -0.04400415, -0.029662926, 0.019959696, -0.022883676, 0.0019519664, -0.011949103, -0.019264048, 0.04399954, 0.039931685, 0.04203605, 0.051668584, 0.02572467, 0.055684704, 0.019777332, 0.030315543, 0.009113104, -0.024043689, 0.004629805, 0.008880539, -0.04052181, -0.0872645, -0.012898706, 0.0127680795, 0.010109962, 0.035774697, 0.039032158, 0.009618961, 0.021736724, -0.03483137, 0.01993895, 0.01955706, -0.0043248185, 0.0026273811, -0.051631704, -0.007476946, 0.029145798, -0.013576938, -0.057289105, -0.044165, -0.03434908, -0.0014737719, -0.044746418, -0.031592093, 0.006759782, 0.020396141, 0.041845493, -0.008153129, -0.026453614, -0.03557082, 0.03917969, 0.047316425, 0.015576928, -0.023252504, 0.023789607, 0.0062262635, 0.008482, -0.046203796, -0.027037336, -0.012990399, 0.034010988, 0.011985795, 0.0134417005, 0.03985587, 0.0075645423, -0.005201488, -0.013867902, -0.051826365, 0.039728317, -0.02519845, 0.010944947, -0.004280444, 0.01483095, -0.07833069, -0.0072904835, 0.036133792, -0.0022290992, -0.013716016, -0.032460887, -0.0014696737, 0.0070722606, -0.012394898, 0.0113901, -0.0017514167, 0.009415338, -0.027296795, -0.0063392487, -0.0033768173, -0.06749537, -0.020718355, -0.021492377, -0.04886345, -0.062439363, -0.020722194, 0.009577724, -0.005669181, -0.05511712, 0.060537852, -0.02535482, 0.006494976, -0.0053984514, -0.0608851, -0.0070405006, -0.01360127, -0.057673298, 0.029023623, -0.04577145, 0.022271013, -0.004126766, 0.0413632, -0.055668313, -0.041905552, 0.0061460948, -0.00060088094, 0.021602001, 0.007358614, 0.0013987258, 0.015192606, -0.0036672687, 0.009642333, -0.046864614, -0.08890373, -0.023927663, 0.00838006, 0.0037434115, 0.005675328, 0.008064252, -0.025791775, 0.019221017, 0.019646194, 0.0035517542, 0.0145891635, 0.003306638, 0.041371647, 0.006844561, -0.0228847, -0.033907253, 0.03132034, 0.017450647, -0.022291502, -0.010191796, -0.012074991, 0.027486011, 0.011713335, 0.032153532, 0.021180412, 0.022307511, -0.016518846, 0.0066716736, 0.0110197365, 0.039999302, -0.076961935, -0.0012363393, 0.05855541, 0.016459424, -0.0005134125, -0.010399388, -0.04508297, 0.010087422, -0.05380983, -0.016305363, -0.063257955, -0.04985314, 0.0013790036, -0.007744346, 0.006114847, 0.014471856, 0.008653095, -0.018461144, 0.017793862, 0.045419015, 0.027325993, -0.004741478, -0.011807336, 0.06888462, -0.023182835, 0.007835528, 0.039223935, -0.022354, 0.01668328, 0.039403036, -0.0057659983, 0.018953618, 0.05012771, -0.008489427, 0.0029198816, 0.04085068, -0.047159523, -0.0015672593, -0.04306057, -0.009926572, 0.013456557, -0.010533089, 0.030696664, 0.015485617, -0.0280616, -0.029834177, -0.01342121, -0.029749751, -0.014046167, 0.016545996, -0.010036197, -0.0010373264, -0.006241631, 0.02747711, 0.0069134603, -0.04089576, -0.064052984, 0.06757272, -0.0015001532, 0.04472849, 0.037512284, -0.041023824, 0.053890128, 0.025577525, -0.015900549, -0.04322808, -0.026328366, -0.019258924, -0.05618057, 0.041953065, 0.00917688, 0.014151117, 0.060602915, 0.025215482, 0.018170884, -0.078011036, 0.013873024, -0.01755566, -0.029350445, -0.03842052, -0.032323603, -0.010011023, -0.005351451, -0.013902734, -0.0058745965, -0.0415115, 0.070732854, 0.001371704, -0.016563926, 0.011785053, -0.008428725, -0.0019880808, 0.003572501, -0.008040432, 0.055297434, 0.021738263, 0.0352901, -0.014946721, 0.017885044, -0.069720626, 0.008828032, -0.0031599076, 0.04344656, -0.007147051, 0.0074979486, -0.013340145, -0.0050353874, 0.009061879, 0.035663538, -0.022853836, 0.04103932, 0.005742434, -0.035305656, -0.0120448, 0.028916048, -0.04563519, 0.058774658, -0.0031734505, -0.0025726333, 0.032006003, -0.04812682, 0.05121703, 0.0014968235, 0.015688473, 0.034223318, -0.006403249, 0.014205736, 0.024461437, -0.017430156, -0.0008664877, 0.018750763, -0.036182966, 0.0018136563, 0.021675767, -0.022224398, 0.024796456, 0.022940023, 0.04677753, -0.0013011402, -0.016562821, -0.050173745, 0.04401235, 0.0042479155, -0.03782758, -0.053803686, -0.015988657, -0.029568732, -0.012674335, 0.008167473, -0.009039339, 0.008998358, -0.07547843, -0.023796523, 0.014260805, 0.032061324, 0.00123762, 0.048858326, 0.025338938, -0.038255572, -0.022295201, 0.0013810528, 0.030869039, 0.05221619, 0.0077935224, 0.006990299, 0.014498621, 0.009032935, 0.0013964205, 0.015038927, -0.042898826, 0.04089576, 0.054260366, 0.020330125, 0.01983496, 0.0134417005, 0.011577074, 0.001288846, -0.014335083, -0.002794246, -0.013793111, 0.03868382, 0.024915298, -0.039724734, -0.0014911887, 0.015676819], [-0.021109868, -0.07884738, -0.031829223, -0.028415266, 0.013119011, 0.0035443818, 0.015433458, -0.023306, 0.016782044, 0.015467119, 0.0016524303, 0.032326292, -0.08890461, -0.023992123, -0.030423423, 0.029424235, 0.007523368, -0.011321936, 0.021969302, 0.04269167, -0.024795007, -0.0071078716, -0.024407174, 0.024147768, -0.022973323, 0.04879124, 0.004126076, 0.0071233143, 0.011749207, -0.014598799, 0.0023012818, -0.03354098, -0.02526394, -0.0040859706, -0.0057276245, 0.0034883898, 0.023347327, -0.005236584, -0.072686486, -0.055608045, -0.063727215, 0.014199523, -0.008065735, 0.039538343, 0.022790518, 0.062974095, 0.017334409, 0.033076156, -0.00093197776, -0.03621082, 0.05418647, 0.009817317, -0.054980576, 0.03603129, 0.010078558, 0.039568562, 0.030007262, 0.018342264, 0.019752285, -0.0028991406, 0.0015106727, -0.014093094, -0.04593165, 0.01840509, 0.021820433, 0.045266412, -0.0019152815, 0.017571263, -0.014656791, -0.036987595, -0.043636866, 0.021375831, 0.01152435, -0.03441974, 0.057847723, -0.025144178, -0.06552751, 0.024800673, -0.014145087, -0.03500477, -0.01327099, 0.017271085, -0.0032306486, -0.05510856, -0.070509024, 0.0011273941, -0.030902244, 0.014400606, 0.039151732, 0.018791977, -0.046011638, -0.015683977, 0.029126497, -0.0038411622, 0.028296394, 0.012518653, 0.0024827558, 0.043526217, 0.02447472, 0.007252296, 0.019827219, -0.04066085, -0.022994041, -0.0023183348, -0.0055085453, -0.0076371296, 0.019216806, -0.03287885, -0.016583849, -0.017133547, -0.011436142, 0.012419556, -0.011504131, -0.03805233, 0.010086557, -0.014023992, 0.008567219, -0.043100275, -0.03403424, -0.0072877347, -0.020825908, 0.026275352, 0.026252965, 0.030424312, -0.024731128, 0.0004851528, 0.029809067, -0.028979853, -0.040211137, 0.003972543, 0.027792022, 0.0084292935, 0.062104, -0.0047296565, -0.047811825, -0.0023134467, -0.0010096333, 0.06299276, -0.04843396, 0.052265186, -0.047699843, 0.014432156, 0.02975752, 0.026179366, 0.04431366, -0.016757824, -0.022531664, -0.048081454, -0.0141046485, -0.054363552, 0.007212746, -0.024977537, 0.0043173824, -0.02559367, -0.005866827, -0.043195594, 0.0086141005, 0.02651043, -0.02730187, 0.026711289, -0.013674488, 0.006682933, 0.023063144, 0.04024313, -0.02550124, -0.058764927, 0.023321105, -0.015873283, -0.022741968, 0.05634394, 0.06546974, 0.010364739, 0.014800104, 0.034681257, -0.03312565, -0.025274606, -0.027218772, -0.023847252, 0.0055396515, 0.013473906, 0.0073242853, 0.014225075, -0.037106246, 0.008440737, -0.034843903, 0.026031386, -0.023275781, -0.006041802, -0.034044906, 0.016053341, 0.013117234, -0.005622307, 0.023326885, -0.015243152, -0.05607259, 0.010884332, -0.0055556498, -0.021402216, 0.0100440625, 0.06969314, 0.028462594, -0.021243183, 0.014994521, -0.02725321, -0.020665487, -0.07698454, 0.026765948, 0.008930278, 0.04684841, -0.05387496, -0.0020472626, 0.058804028, 0.03872868, 0.040430658, 0.032563422, 0.023293555, 0.034861233, -0.037974566, 0.044276554, 0.07335839, -0.023576181, 0.016773155, 0.033855155, -0.02196019, -0.015651537, -0.0017686357, -0.019401947, 0.0020557058, 0.018131183, 0.011270415, 0.046166282, 0.008341028, -0.039096627, -0.0428472, -0.011854081, -0.01713888, -0.027999548, 0.036817845, -0.052164536, 0.06397662, -0.042571686, 0.01902739, 0.042423707, -0.018008534, -0.033528537, 0.010618814, -0.037891913, -0.025631888, -0.06599944, 0.0138969, 0.051725265, -0.023926355, -0.0144130485, -0.0018170733, -0.028233739, -0.009895473, -0.021250736, 0.003181767, 0.003974098, 0.055872615, 0.0009989681, -0.026275352, -0.027940223, -0.031910323, 0.025493242, 0.016990347, 0.03409823, -0.026909927, 0.027637823, -0.043819506, -0.046748865, -0.076117106, 0.008841735, 0.014628129, -0.014478372, 0.038767785, 0.01804275, 0.028611463, 0.04916052, -0.0015917723, -0.06723838, -0.00087620795, 0.009549855, 0.024548488, -4.7715395e-05, -0.006999887, 0.021195188, -0.03547048, -0.019857602, -0.048117116, -0.02073459, -0.01665095, 0.0076541267, 0.043503106, 0.051126905, -0.029702416, 0.047873594, 0.011514796, -0.061233293, -0.016902471, 0.022580769, -0.00936115, -0.03003126, -0.001652208, -0.0063175405, -0.007104761, -0.06768187, 0.017940016, 0.025667438, -0.0072847353, -0.04612673, -0.024918878, -0.06319718, -0.010296748, 0.028707001, -0.03137862, 0.05501524, 0.08120082, -0.01760732, -0.052673355, -0.039618332, -0.0264631, 0.020796815, -0.08668627, 0.031864773, 0.04804468, 0.017533936, 0.013342091, -0.06332694, -0.03830369, 0.044878468, 0.035629123, 0.022432346, -0.00016175464, 0.014975273, 0.014170417, 0.017040672, 0.042309504, 0.017234422, 0.021873204, 0.024364958, -0.052925482, -0.012100046, -0.0051521515, 0.0037834586, -0.047346715, -0.016517526, -0.03736132, 0.032871738, -0.018544901, 0.02364195, -0.031059666, 0.012833108, 0.03167236, 0.004275833, -0.0034695035, 0.01584351, 0.00019997139, 0.0073327282, 0.002535526, -0.021817321, -0.01182853, -0.033729397, 0.030604955, 0.018299604, -0.0059135985, 0.07097473, -0.007350004, 0.03886733, -0.023489973, 0.049630787, 0.0147082005, 0.0027446907, 0.018918183, -0.015047625, 0.033757836, -0.027043685, -0.013461518, 0.04616139, 0.005449887, 0.006957227, -0.009689392, 0.033836603, 0.034434184, 0.002631179, 0.05875426, 0.02598906, 0.030995237, -0.007216745, 0.06342559, 0.01194118, 0.030058365, 0.044544734, 0.032254275, 0.0015959939, 0.0061201937, -0.0011305049, 0.048592158, 0.019535093, -0.0024283607, -0.022948718, -0.003349979, 0.007966527, -0.02256477, -0.00055547606, -0.04753042, -0.030215234, 0.019277241, -0.014811658, 0.010208761, 0.0381421, -0.016651839, -0.013749144, 0.041441236, 0.016674738, -0.025448803, -0.02284473, 0.030589178, -0.011788869, 0.013951781, 0.015046292, 0.02728765, -0.04561392, 0.025766091, 0.009705722, -0.021824433, -0.0040576416, -0.0014217548, -0.029053176, 0.012421333, 0.0059796516, 0.0036420343, 0.014442323, 0.07858075, 0.048572604, -0.04245081, -0.014890313, -0.029188713, -0.079705924, -0.014118869, -0.040855933, -0.0008709865, -0.011201953, 0.0046604443, -0.014664901, 0.011208508, -0.042668782, 0.019279685, 0.04088037, -0.045945868, -0.009716832, -0.03033366, -0.040029828, -0.040982578, -0.02820752, 0.029709527, 0.08043826, -0.05419669, -0.032112073, -0.04910497, -0.044136964, -0.004089637, 0.022040403, -0.011781536, -0.013147451, 0.00038283409, 0.045129765, -0.03764528, 0.010047673, 0.052700013, 0.016869975, -0.04162249, -0.006511957, -0.04162782, -0.029984154, 0.002097533, 0.031056888, 0.025551898, 0.022287033, 0.014527699, 0.023365378, 0.0019250578, 0.025746094, 0.0048270314, 0.042898975, -0.0030253448, 0.004415368, 0.012288019, -0.020950003, 0.013217664, 0.028871424, 0.02697836, 0.009785711, 0.059069827, -0.024124993, -0.01538802, -0.00664816, 0.05274906, -0.04583166, -0.009025375, 0.05921908, 0.048487283, -0.053272374, 0.03292418, 0.021738667, -0.058775593, -0.00037461304, 0.049404487, -0.026504206, -0.0036843617, -0.031409726, -0.05249071, 0.011202925, -0.031013146, 0.04008404, 0.072163895, -0.001945166, -0.03118576, 0.0091269165, -0.03174771, -0.004480248, -0.015383132, -0.032845076, 0.045773003, 0.022679422, -0.02536348, 0.029611988, -0.059723232, 0.026109153, -0.025203506, -0.02530038, -0.031453278, -0.0455206, -0.00026040716, 0.009022376, -0.0075944685, 0.03467415, 0.034639485, 0.005173482, -0.035439372, -0.015398019, 0.01965873, 0.016607735, 0.018071966, -0.04300007, -0.00705188, -0.002173911, -0.013188891, 0.0011180622, -0.009385323, -0.013509178, -0.005194368, -0.060716648, -0.057667304, 0.055949327, -0.00059324846, -0.018281162, 0.010341965, 0.061625402, -0.014534809, -0.07435736, 0.024574706, 0.013155451, 0.004277499, 0.019165259, 0.013419857, -0.025995169, -0.07066988, -0.0692612, 0.045922317, -0.02396368, -0.032150872, -0.05827433, -0.035780437, 0.025036417, -0.028722554, 0.021644901, -0.018095411, -0.013391084, -0.030156573, 0.025729652, -0.009946799, 0.013547617, -0.012181424, 0.04681019, 0.040819936, -0.014911144, 0.000982526, 0.0048908554, -0.021915976, 0.028546026, 0.007290512, 0.0426499, 0.0030342324, -0.01773213, -0.04799669, -0.011637223, 0.0033604081, 0.016750019, -0.033394333, -0.020907674, -0.073737, 0.01728486, 0.006406194, 0.0062582153, -0.03491767, -0.009965685, 0.025523905, 0.007864096, -0.015122947, -0.012515431, 0.026114484, -0.055878226, -0.010879999, -0.033731397, 0.0082681505, -0.06797428, -0.0192608, -0.025599891, -0.010221204, 0.01782856, -0.007087208, 0.0027426074, 0.014870761, 0.0030231231, -0.008021074, 0.0068656844, 0.077613786, 0.032732204, 0.011826753, 0.046057187, 0.008081511, 0.07038815, -0.0042486144, -0.058907405, 0.08599658, -0.0069874446, -0.0364019, -0.0359553, -0.0063352603, 0.017309522, 0.030396095, 0.020867236, -0.023935242, 0.021686396, -0.023957461, -0.004772317, 0.0018579563, -0.026115818, -0.0149276415, 0.06877949, -0.0012264912, -0.004589121, -0.03693805, 0.047316782, 0.0040758615, 0.016864141, -0.0025708543, -0.013037245, -0.029232705, 0.028962078, -0.054805934, 0.04529752, 0.03651511, 0.03365385, 0.012150983, 0.014163307, -0.030203957, -0.024150323, -0.023823258, 0.056927856, 0.029126497, 0.02980196, -0.036860503, 0.009564409, 0.014620797, -0.012681074, -0.009498196, 0.034074236, 0.04291119, -0.033433437, -0.011693883, 0.03811988, -0.015495116, 0.074676424, 0.030679164, 0.0033905704, 0.035045654, -0.05188413, -0.067046404, -0.023170019, 0.022525221, -0.0058306656, -0.01878309, -0.006858685, -0.03147994, 0.038680688, 0.030770708, 0.031663913, 0.016015487, 0.024707798, 0.07081298, 0.004902854, 0.037088916, 0.009088033, -0.008147723, 0.032403365, 0.003047564, -0.008323697, -0.08788075, -0.008431057, -0.006022027, 0.010751351, 0.028612794, 0.02148959, -0.010810898, 0.025441691, -0.047225688, -0.0150948465, 0.0050250585, -0.019019945, -0.01623101, -0.04404881, -0.01660429, 0.03192032, -0.046304483, -0.033129483, -0.06114325, -0.023903245, 0.0068354663, -0.0019328344, -0.031398173, 0.0034883898, 0.0021674675, 0.028391272, -0.0049812873, -0.012637081, -0.04592143, 0.027941559, -0.0022152385, -0.017176209, -0.043177374, 0.024183206, -0.011684106, 0.0031965426, -0.037422203, -0.023676611, -0.023344103, 0.023766201, 0.002550746, -0.015444902, 0.012154705, 0.024715409, -0.00018136295, -0.026300235, -0.055714693, 0.054833043, -0.03608928, 0.00216058, -0.00051903684, 0.0058871577, -0.07288157, -0.025641887, 0.0041522947, 0.006308653, 0.016577628, 0.009202627, 0.0336243, 0.0025271939, -0.013739367, -0.00085809943, -0.018433096, -0.009479088, -0.0311351, -0.006788647, 0.0019952701, -0.055174325, -0.03253312, 0.023246784, -0.06000208, -0.05248138, 0.004194733, 0.025080856, -0.026198834, -0.029751299, 0.04657889, -0.028673675, 0.0006212444, 0.006750145, -0.058189005, 0.01264508, -0.015953718, -0.055096116, 0.016283004, -0.0390473, 0.04167937, -0.0025666882, 0.047086596, -0.018835083, -0.011633891, 0.0037132464, -0.0108725, 0.0059044887, 0.003048008, -0.0056565236, -0.008232267, -0.010240368, 0.01579685, -0.03948621, -0.055908, -0.0008443236, -0.01518716, -0.012253802, -0.0075009265, 0.016636731, 0.037197344, 0.027774915, 0.004158516, 0.026256688, 7.998855e-06, -0.004005649, 0.030040145, 0.018821632, -0.011672996, -0.031142654, 0.032405585, 0.00096519524, -0.023789484, -0.036097057, -0.013098125, 0.047070596, 0.026569808, 0.008694089, 0.049563922, 0.041028798, -0.025898516, -0.0017317522, -0.0063442034, 0.034344863, -0.08239888, -0.008282759, 0.072444744, 0.0019979363, -0.003451395, -0.00627999, -0.04279343, 0.027600717, -0.04468161, -0.010971097, -0.04755231, -0.031618588, -0.0121947, 0.008947386, 0.017014066, 0.004164293, 0.005936706, 0.0061946693, 0.021774884, 0.015510669, 0.02074192, 0.004574012, 0.00077855523, 0.048593044, -0.0007536699, 0.010935324, 0.050544765, -0.01440505, -0.020283986, 0.020997884, -0.023381542, 0.015321141, 0.034167, -0.020401524, 0.039322373, 0.030633837, -0.054369107, 0.001618435, -0.02249278, -0.0036616982, 0.004241171, 0.011596562, 0.039967615, 0.025375925, -0.009149357, -0.033356115, -0.016151467, -0.038346514, -0.0025560786, 0.009059926, 0.0020485958, -0.015195325, -0.021358721, 0.01241139, 0.014604132, -0.015983045, -0.078830495, 0.04842818, 0.009767824, 0.06425747, 0.026050162, -0.045012224, 0.04779227, 0.028152416, -0.02253233, -0.015949717, -0.010026815, -0.033624258, -0.024524268, 0.029049175, -0.00737139, 0.038149208, 0.06712284, 0.01037807, 0.019585641, -0.07443157, 0.007438047, -0.025636332, -0.021644901, -0.04344934, -0.049026765, 0.0027609381, -0.0017384179, -0.030486304, -0.004114661, -0.0661772, 0.07156221, -0.0009914137, 0.019940257, -0.0120203905, 0.0005394783, -0.00879252, -0.007935753, -0.0025463023, 0.06998154, 0.03260289, 0.04471849, -0.031168872, 0.009202239, -0.050015956, 0.0077677774, -0.014178665, 0.0026587306, -0.021083206, 0.0031346625, -0.010185431, 0.015588659, 0.030980011, 0.043133825, -0.030056143, 0.04553193, 0.013193667, -0.038579367, -0.025845189, 0.024192426, -0.0221195, -0.0023809928, -0.0127370665, -0.009165799, 0.029259814, -0.05628439, 0.062785126, 0.010517606, 0.008509123, 0.018441806, -0.023519745, 0.01527337, 0.017888106, -0.014377498, 0.003975431, -0.0062501053, -0.020484181, 0.00075011485, 0.0169238, -0.006860796, 0.032565117, 0.008182829, 0.055060565, 0.010753587, -0.0278769, -0.016813593, 0.057446003, -0.011739653, -0.026410887, -0.01152324, -0.001913504, -0.025049971, -0.019514985, 0.0069736685, -0.009303779, 0.0018912848, -0.056763433, -0.0056688553, 0.016298058, 0.05352123, 0.024057891, 0.056152854, -0.0009278672, -0.028735887, -0.023599735, -0.008825848, 0.03885844, 0.021450263, 0.004579456, 0.030106802, 0.017496163, 0.04292008, -0.0010211872, 0.009413653, -0.060083404, 0.046636883, 0.03191832, -0.01332476, 0.015490672, 0.0004310494, 0.016645618, -0.01124128, -0.0061417874, 0.00435771, -0.033392776, 0.053795855, 0.026993914, -0.061367217, 0.016276782, 0.024460888], [-0.05007997, -0.085527524, -0.029385837, -0.03092635, 0.016658524, 0.044325422, 0.014592333, -0.011487696, 0.03083388, 0.025807044, 0.008734495, 0.006459877, -0.04423615, -0.014647667, -0.014433214, 0.027980587, 0.030093135, -0.038251165, 0.043997597, 0.040873777, -0.02774486, 0.027351985, -0.03534131, 0.012059977, -0.027621035, 0.04024149, 0.031003082, 0.016160637, -0.004026387, 0.0068841083, -0.011949801, -0.049264953, 0.005275011, -0.004174929, 0.006475862, 0.0037741845, 0.0046038334, -0.0030662713, -0.043368507, -0.043970544, -0.061817285, 0.03673328, -0.029413382, 0.05585001, -0.010215493, 0.03597286, 0.024613295, 0.04001597, -0.011585374, -0.04111774, 0.013256679, -0.008572119, -0.05931469, 0.012014419, -0.012202618, 0.028261438, 0.043552015, 0.021472752, 0.019302653, 0.0049082967, -0.0117579745, -0.01412949, -0.05418899, -0.0025321085, 0.013798836, 0.0066126003, -0.0072718193, -0.0144312475, 0.0019472839, -0.03963773, -0.018882604, 0.028723052, 0.036080085, -0.0073863, 0.008829917, 0.017347008, -0.06779046, -0.0022291213, -0.00076238695, 0.0020527884, 0.008679038, 0.009914965, 0.026520245, -0.047012962, -0.054372456, 0.025647681, 0.004351508, -0.0016782351, 0.054950885, 0.005633302, -0.016849244, 0.0035055662, 0.058286697, -0.010932137, -0.0025894104, 0.0040411428, 0.02565555, 0.034385126, 0.020364095, 0.023843037, 0.033084642, -0.03781341, -0.008074047, -0.008513403, 0.030243522, 0.010095725, 0.00969953, -0.011261686, -0.0002774105, 0.036694914, 0.008556564, 0.013026487, 0.015314387, -0.07241594, 0.005486942, 0.0027150812, 0.006968463, -0.011765352, -0.035973843, -0.027698748, -0.003042908, 0.016698733, 0.0041765277, 0.029187124, -0.035921708, -0.011250372, 0.00791702, 0.0108972145, -0.067042835, 0.0070498665, 0.028106993, -0.0004584159, 0.04539141, -0.0045571066, -0.016469156, 0.0052442383, -0.021037946, 0.046421003, -0.004663472, 0.023737287, -0.03524976, -0.017985938, 0.028437527, -0.018546907, 0.024570994, -0.01973992, 0.0063192043, -0.06425644, -0.014934837, -0.016265895, -0.014676686, 0.009355226, 0.008592838, -0.004352492, 0.025056463, -0.043502785, -0.0046800724, 0.026399247, -0.030759117, 0.020115212, -0.0018169403, 0.006598828, 0.032641966, 0.0066972002, 0.008943537, -0.062993824, 0.025195904, 0.0019871248, 0.0053834356, 0.0033367956, 0.08963703, 0.009465034, 0.02722324, 0.024778068, -0.061439537, -0.004176405, 0.019730574, -0.020320348, 0.033750135, 0.035709683, 0.0045998986, 0.028807897, -0.025187789, -0.027765641, -0.03037285, 0.037090372, -0.030046899, 0.010086625, -0.0023530705, -0.0041867034, 0.015630899, -0.007019862, 0.027769515, -0.01760081, -0.032980368, 0.0362365, -0.0526347, 0.014377142, 0.018415948, 0.05786468, -0.0017256998, -0.0077871676, 0.02525501, -0.0080842525, -0.03111621, -0.05340053, 0.024238495, -0.018696679, 0.05044149, -0.021028416, -0.019550553, 0.033179082, 0.043111753, 0.06519146, 0.02380418, 0.03862695, 0.033077266, -0.036177967, 0.05735056, 0.04301633, -0.0018090705, 0.00844651, 0.027481345, -0.021091066, -0.023330025, 0.018904, -0.004519725, -0.0012867125, 0.005028803, -0.015071161, 0.059443805, -0.020945966, -0.040756717, -0.04648052, 0.0072249384, -0.027782364, -0.029736044, 0.051519655, -0.06825921, 0.040003672, -0.02094154, 0.025758842, 0.048407145, -0.022482792, -0.016690863, 0.007054385, -0.04794283, 0.027418386, -0.03186187, -0.0058792336, 0.03184269, 0.0040922966, -0.0440699, -0.0034804193, -0.03064107, 0.0048537, 0.0017665244, -0.021495624, 0.0010329114, 0.042492747, 0.03206157, -0.035685614, 0.0043200287, -0.041456144, 0.018088738, 0.001520839, 0.02548635, -0.025325634, 0.0039019457, -0.03921159, -0.017495058, -0.06636012, 0.026509916, 0.0039742496, -0.020609349, 0.0032295694, -0.00197532, 0.025482414, 0.07181194, 0.04091706, -0.0584136, -0.029425185, 0.044197783, -0.030589918, 0.0532732, 0.0146437315, 0.016049229, -0.050291963, 0.007924713, -0.026784375, -0.0028835442, 0.02232847, 0.023243457, 0.039798565, 0.06572071, -0.017187644, 0.05246403, 0.004826647, -0.078737356, -0.031487443, 0.01829237, -0.023678632, -0.0012512984, 0.024333425, 0.0054901694, -0.040659327, -0.01971877, 0.022743724, 0.024259645, -0.0038384956, -0.049697794, -0.035533138, -0.049542367, 0.03113994, 0.0053512324, -0.016263435, 0.03864564, 0.09702678, -0.015918639, -0.031819575, -0.035744637, -0.025519304, -0.002492575, -0.053282484, 0.027190162, 0.06444186, 0.011271031, 0.00083321513, -0.060806017, -0.025066301, 0.03727925, 0.030246595, 0.0068003684, 0.005975147, 0.021486523, 0.008294002, -0.046615783, 0.016506907, 0.026061337, 0.021568174, 0.02251919, -0.08088582, -0.021073237, -0.006676051, 0.046577416, -0.08548965, 0.017960854, -0.041845698, 0.028014524, 0.010536926, 0.044796873, -0.020367475, 0.0027583651, 0.029393706, -0.023411183, 0.008437748, -0.016767595, 0.0007397613, -0.010732441, 0.016971225, -0.0051035658, -0.019287897, -0.03939229, 0.034941055, 0.019433243, 5.1153704e-05, 0.065960735, -0.0070660976, 0.03589613, -0.00576758, 0.069363445, 0.04815925, -0.023502178, 0.010472737, 0.0041355803, 0.0782455, -0.05799905, -0.0064330706, 0.007463031, -0.016280157, 0.021424733, -0.031419195, 0.06741001, 0.010729489, 0.01729979, 0.063817196, 0.040751304, 0.010408304, -0.03543968, 0.029073011, -0.015308729, 0.036810502, 0.020900225, 0.046316728, 0.018314503, -0.0077360147, 0.037271377, 0.041241203, -0.0001996962, -0.006541772, -0.025677193, 0.025302395, -0.0033947122, 0.004874112, -0.0028429655, -0.041123644, -0.010336984, -3.3446653e-05, 0.0018730125, 0.010796014, 0.051136002, -0.0052213673, -0.009391132, 0.011702394, 0.04033273, 0.0023722686, -0.0027741047, 0.025708672, 0.02611495, 0.020295724, 0.024264317, 0.032184534, -0.06860512, 0.034420542, 0.040524557, -0.011552868, 0.016491415, -0.033631593, -0.059977382, 0.025924109, 0.02068651, 0.056123488, -0.0015198553, 0.071207926, 0.035812512, -0.038353477, 0.020417707, -0.018324832, -0.052767016, 0.017939212, -0.030393172, -0.060894553, 0.012874994, -0.0014903436, -0.03270247, 0.010587341, -0.01980715, 0.023424461, 0.036742426, -0.042866807, 0.016946817, -0.008539226, -0.0024996456, -0.0188777, -0.043276526, 0.041369576, 0.064835355, -0.039768074, -0.036379445, -0.026506472, -0.035755947, -0.00808622, -0.005331052, 0.0025091139, -0.004390119, 0.007958828, 0.049556136, -0.054191448, 0.026660578, 0.021734422, 0.038680073, -0.036821324, -0.019133454, -0.051044513, -0.031882774, 0.005040608, 0.02436687, -0.0046702963, -0.017241258, 0.009111754, 0.013970296, 0.023198206, 0.047177486, 0.0181576, 0.024644528, 0.012739733, -0.04932791, 0.0048576347, -0.043222666, -0.024813237, -0.015657952, 0.03561872, 0.025285669, 0.058075197, -0.031945243, -0.027496101, 0.014154821, 0.04963139, -0.043558363, 0.0021690216, 0.05864576, 0.04262678, -0.0695651, 0.026060352, -0.002452565, -0.06549248, 0.02737953, 0.03909914, 0.00322711, 0.022924239, -0.009057649, -0.051657375, -0.007979486, -0.02561817, 0.048388455, 0.051437017, 0.020436889, -0.041398842, 0.0097821625, -0.00927456, -0.029474003, 0.0033363036, -0.0006158119, 0.03276247, -0.017758206, -0.02143783, 0.040151726, -0.036446176, 0.0042570704, 0.011967508, -0.023314286, -0.012657345, -0.053330686, 0.010102857, -0.015821742, -0.026185533, 0.0048979055, 0.0120949, 0.007283501, -0.012767768, -0.021092542, 0.03466758, 0.021068195, 0.018176977, -0.038255103, -0.004567497, -0.010518481, 0.04579105, 0.016915645, 0.020602155, -0.02493196, -0.010272057, -0.08374255, -0.07489296, 0.037854727, -0.019294785, -0.025812946, 0.033618562, 0.034894697, -0.015343899, -0.04095641, -0.0011052152, 0.0316848, 0.017549902, -0.0044326656, 0.015770465, 0.00033283723, -0.082644716, -0.07427518, 0.022610677, -0.025280751, -0.034949787, -0.07111939, -0.03694478, 0.024569519, -0.043271117, 0.033081938, -0.038321998, -0.04061506, -0.0018631753, 0.01214212, -0.020770371, 0.009273577, -0.0060705673, 0.018755702, 0.016983522, 0.00021574322, 0.0015546547, 0.041833896, -0.015763702, 0.04262432, 0.005933092, 0.024686089, 0.011576969, -0.034518912, -0.012569055, -0.032538675, 0.011111175, 0.019055247, -0.062344562, -0.04301633, -0.060393833, -0.0038050485, -0.020501817, 0.050183263, -0.01961056, -0.038919855, 0.04152107, 0.002312, 0.023880912, -0.026513359, 0.03496651, -0.03262721, -0.033350248, -0.005955472, 0.014086206, -0.018806858, -0.0132979965, -0.010474705, -0.0059630955, 0.014944752, 0.010513931, -0.011639066, 0.046207286, 0.00077419163, 0.024351131, 0.014580773, 0.053416274, 0.014498142, 0.009756586, 0.04482835, -0.0047833635, 0.048521258, -0.0039473814, -0.057291165, 0.086878665, -0.008391667, -0.035110623, -0.012845974, 0.009916196, 0.01257004, 0.045676816, -0.0012589222, -0.019574163, 0.015330372, 0.011883892, 0.019513171, 0.020098241, -0.023594892, 0.03483764, 0.046020135, -0.025963949, -0.010745014, -0.05593461, 0.03649817, 0.013730343, -0.013422929, -0.0014373454, 0.003034054, -0.046698418, 0.044395514, -0.0629466, 0.04866734, 0.03176104, 0.0014864088, -0.012560203, 0.040928867, -0.020369995, -0.01879911, -0.014353533, 0.023145085, 0.006859023, 0.021710813, -0.010301078, -0.013318654, -0.0055635804, -0.039342612, -0.0079769045, 0.0006460615, 0.030298734, 0.00850332, -0.018039275, 0.008552014, 0.010210083, 0.011067088, 0.0154163875, -0.018420253, 0.03656039, -0.063759156, -0.035189208, -0.008078842, 0.029527001, 0.025666863, -0.033360086, -0.017031234, -0.012197208, 0.051665243, 0.038450863, 0.0152575765, 0.042650387, 0.0419726, 0.03998744, 0.035321143, 0.024488915, 0.0075674285, -0.0035020614, 0.042005062, -0.01674792, -0.03432955, -0.057787947, -0.023697939, 0.019322328, -0.013296029, 0.06162841, 0.051354386, 0.005460166, 0.03521859, -0.054301627, 0.0042998623, 0.006366669, 0.018435009, 0.01333636, -0.06149856, -0.04174536, 0.04077934, -0.017977577, -0.040381916, -0.054604612, 0.001842886, -0.015693612, -0.016509736, -0.0053849113, -0.013960536, 0.032887407, 0.005438032, 0.015422842, -0.019302102, -0.055309944, 0.007204803, 0.012687902, 0.0010907052, -0.037875384, 0.021614408, -0.010744, -0.006764217, -0.07091084, -0.0019272405, -0.0052238265, 0.008918452, -0.013909381, 0.0029035108, 0.0422746, 0.030556468, 0.025669077, 0.0025773598, -0.051026806, 0.027093789, -0.040176563, 0.011259718, 0.025824752, 0.009296033, -0.059402242, 0.020260803, 0.00924013, 0.00538196, 0.022487955, -0.0154464515, 0.0061664805, -0.00856431, 0.002039754, 0.007956369, 0.014564543, -0.014107111, 0.01547498, 0.0084537035, 0.008595298, -0.06815247, -0.032108158, 0.024360968, -0.051763617, -0.050894987, 0.021711798, 0.023827912, -0.03825953, -0.052917894, 0.049347587, -0.0044975914, -0.010535696, 0.025916731, -0.04795242, 0.020948919, -0.021281907, -0.043010183, 0.028104534, -0.017110914, 0.06826265, -0.0020274576, 0.038491197, -0.054356717, -0.008428065, -0.01584855, -0.03183285, 0.0445234, -0.0027682025, -0.0033862279, -0.00085178297, 0.017401114, 0.015725829, -0.03910504, -0.07154436, -0.026354488, 0.015820637, 0.010682271, 0.02441409, 0.031119158, 0.02413914, 0.02212693, 0.004242806, 0.054132424, -0.013673779, 0.0084743, 0.009350061, 0.011503682, 0.008168854, -0.015768867, 0.023704201, 0.014238438, -0.003595331, -0.034790423, 0.019647203, 0.041462045, -0.0019959782, -0.010809172, 0.06196386, 0.027571848, -0.007379168, -0.03615977, 0.0043028137, 0.010128434, -0.052580107, -0.008862749, 0.04358689, 0.0058465246, -0.0075812005, 0.020493945, -0.023083232, 0.033335492, -0.051317006, -0.034922242, -0.048261553, -0.03164988, 0.0030599693, 0.02055641, 0.0026742567, -0.019231826, -0.010734408, 0.005964817, 0.044796873, 0.03437037, 0.02843064, 0.030727146, 0.011521388, 0.021429466, -0.043130443, -0.0052447305, 0.06624405, 0.0053376923, 0.04251365, 0.00028798552, -0.024280425, 0.006488989, 0.036521286, -0.024903493, 0.03085214, 0.010088347, -0.052566335, -0.011008867, -0.025524715, 0.021121563, 0.010239103, -0.017413164, 0.040005147, 0.05494056, -0.0029429982, -0.021056574, -0.0055718194, -0.0221016, 0.00014872693, 0.04065195, -0.0025286654, -0.0051316023, -0.030570887, 0.010636035, 0.0393372, -0.028162083, -0.045333616, 0.04632214, -0.004531038, 0.052106936, 0.027475443, -0.025217794, 0.08201119, 0.016039515, -0.027520694, -0.026379574, -0.013136665, -0.034558263, -0.03050335, 0.027051948, -0.029446827, 0.03155151, 0.04322095, 0.06390278, -0.00082239415, -0.0759362, 0.004033273, -0.044965584, -0.034294624, -0.046930082, -0.011183479, -0.00250149, 0.017768042, 0.05409701, -0.00044759494, -0.007554517, 0.06237604, 0.009571645, -0.021042865, 0.007566814, -0.005575016, -0.032203592, 0.011172166, -0.03203009, 0.06761634, 0.022378761, 0.022958178, -0.015184597, 0.023567103, -0.032192405, 0.0075776344, 0.002887725, 0.000615566, -0.014189252, 0.028215203, -0.016945157, -0.00090994575, 0.036914285, 0.018664708, -0.023461845, 0.044869673, -0.018435992, -0.0101053165, -0.01461794, 0.049220197, -0.050980568, 0.03863974, 0.025811473, 0.020345831, 0.034733366, -0.05074989, 0.07537351, 0.0077609764, 0.017599335, 0.023589237, 0.010010879, 0.012964021, 0.014329124, -0.03271476, -0.008975754, 0.008940217, -0.0012864665, 0.008196398, 0.007845454, -0.015720911, 0.019732542, -0.00074172876, 0.038073607, -0.028300786, -0.0680787, -0.032282416, 0.059779007, -0.011825852, -0.011770763, -0.021287812, 0.018528463, -0.027608246, -0.0051244698, 0.0072844843, -0.028339647, -0.007545233, -0.056703884, 0.030151175, -0.0011308535, 0.028868398, 0.004966029, 0.025705721, 0.022090284, -0.0215967, -0.021332879, 0.005382944, -0.010445931, 0.053718153, 0.0034095913, 0.05368237, 0.04579831, 0.020409344, 0.022870624, -0.0022695768, -0.04638707, 0.032433417, 0.045186184, -0.010580947, -0.02886151, 0.009705432, 0.040928867, -0.019302653, 0.015583067, -0.010969519, -0.0028928898, 0.053660236, 0.016536666, -0.051035658, -0.0067677824, 0.009999566], [-0.010332934, -0.08289483, -0.029978992, -0.019340003, 0.012586617, 0.020738628, 0.041661616, -0.021304654, 0.029279795, 0.03560192, 0.012621158, 0.04655773, -0.06756574, -0.022154015, -0.029061304, 0.03164538, 0.021695573, -0.039476298, 0.033921443, 0.04988373, -0.014441232, 0.020409565, -0.0027984793, 0.03623021, -0.031020056, 0.026144484, 0.0038862317, 0.007684985, 0.019769216, -0.018676559, 0.0008335961, -0.05853159, -0.0001352026, 0.010299822, 0.030811068, 0.029973079, 0.022200616, -0.014501527, -0.041037004, -0.03144876, -0.04193141, 0.0036261482, -0.026334155, 0.04515583, 0.0157346, 0.02321908, 0.003704684, 0.035625733, -0.00010566855, -0.02535432, 0.036345653, 0.019680716, -0.047754824, 0.023286322, -0.011349252, 0.02348877, -0.021531042, 0.050915483, 0.003342151, -0.031383354, -0.0049609034, 0.0038182726, -0.046453286, -0.00031424643, -0.0063239667, 0.03225926, 0.029022725, -0.014557222, -0.0141376145, -0.055027768, 0.0131560415, -0.0025797843, 0.02058309, -0.01671321, 0.07031271, 0.008476376, -0.060141552, 0.010588929, -0.020634696, -0.029759698, -0.022599172, 0.009739902, 0.0028430359, -0.051451795, -0.070721485, 0.008685055, -0.015583351, 0.0227868, 0.04887896, 0.017347628, -0.028418504, -0.01685674, 0.055462707, 0.016196832, -0.010982171, 0.021653675, 0.00040826484, 0.04356896, 0.034539104, 0.021314695, 0.009444511, -0.013442797, -0.022683788, -0.027219564, 0.0071055456, 0.0053382036, 0.013938029, -0.033660237, -0.008347611, -0.009494866, -0.019016251, -0.0124182, 0.006422686, -0.073414505, 0.022466319, 0.009293467, 0.039157454, -0.019964611, -0.03453338, -0.022209201, -0.035997618, 0.009057655, 0.008009655, 0.022509739, -0.014436838, -0.032120787, 0.013362932, 0.0001504295, -0.045298185, 0.006845616, 0.045041576, 0.0084142415, 0.031448964, -0.0050512427, -0.047612164, 0.025960537, -0.032095853, 0.031444672, -0.009659372, 0.012603581, -0.034140956, -0.02500727, 0.006732129, 0.004677213, 0.034012396, -0.0094995415, 0.030281704, -0.017591873, -0.026321894, -0.006355238, -0.0124087995, -0.0060637803, 0.010745081, 0.012603274, 0.0047074626, -0.038523033, 0.00850172, 0.019248538, -0.014539339, 0.0149661, -0.0023153063, -0.011519303, 0.040325735, 0.0180636, 0.0015182956, -0.038235255, -0.013710341, 0.008697115, -0.0124541735, 0.049260553, 0.08417839, -0.004373084, -0.0063897795, 0.021104893, -0.052220702, -0.00018619739, 0.019230142, -0.038836155, 0.020085199, 0.05030232, -0.009205785, -0.004302212, 0.008108988, -0.006858032, -0.0061661787, 0.05490023, -0.028370883, -0.010989529, 0.0023512787, 0.02208207, 0.0036017238, -0.025119683, 0.03734903, 0.009557996, -0.018102126, 0.038514655, -0.038966145, 0.008472697, 0.005503758, 0.019591808, 0.022675205, -0.0041237306, 0.044329286, 0.004230421, -0.050006364, -0.038970236, 0.031307425, 0.0069925194, 0.031675015, -0.04888141, 0.015995603, 0.02610496, 0.041754816, 0.04030448, 0.0107863685, 0.036144596, 0.042487342, -0.021407489, 0.030472143, 0.06281086, -0.031051021, -0.010814982, 0.063664384, -0.03378328, -0.051482048, 0.02671677, -0.0006368727, 0.024352001, 0.02351442, -0.006924867, 0.070767276, 0.0052434695, -0.026053736, -0.04077702, -0.0040773344, 0.0019335608, -0.055044115, 0.037186746, -0.053115714, 0.012920586, -0.008622308, 0.022377716, 0.027281698, -0.020825084, -0.019547775, -0.0007419281, -0.0427743, -0.011051868, -0.028389685, -0.016597116, 0.0490253, 0.014095408, -0.013195182, -0.031639863, 0.0011994761, -0.01586418, -0.0006105067, 0.02040895, -0.007869752, 0.037132174, 0.013306471, -0.044577822, -0.013132639, -0.038235255, 0.050282698, -0.0031385806, 0.04486233, -0.01123049, 0.0086514335, -0.037867356, -0.014251866, -0.060104355, 0.020647267, 0.031007677, -0.038301885, 0.032463342, 0.02557833, 0.012038244, 0.054159526, -0.011099898, -0.044639952, -0.012374463, 0.008795424, -0.021743182, 0.009356061, 0.0064573297, 0.012762798, -0.042685598, -0.019623693, -0.038308833, 0.000196008, -0.0018358122, 0.015535116, 0.04643039, 0.06660757, -0.036276404, 0.0427743, -0.012472159, -0.06464871, -0.0012148818, 0.01186431, 0.010261551, 0.009304555, 0.022070216, -0.015439055, -0.010935162, -0.050284334, 0.035438, 0.028154843, -0.0060609193, -0.040376425, -0.007971946, -0.040626388, 0.014317987, 0.0049997373, -0.018940091, 0.02147647, 0.0754453, -0.016448244, 0.0107696075, -0.02467371, -0.006856103, 0.034017097, -0.037951566, 0.016346127, 0.06831952, 0.037526436, 0.02162649, -0.061620504, -0.058150817, 0.05778292, 0.057455894, 0.030565599, 0.023780126, -0.0056411065, 0.03721822, -0.019464677, 9.340527e-05, 0.026893668, 0.017419573, 0.0050451113, -0.06678988, -0.034272585, -0.020661166, 0.038926903, -0.08333467, 0.0015296392, -0.07010015, 0.012832086, 0.015761169, 0.011830381, -0.0287071, 0.027392477, -0.0025589368, -0.030101078, 0.007276005, 0.019419918, 0.0006556765, -0.0020755592, -0.018118476, -0.016250985, -0.0040183063, -0.028635563, 0.055331282, 0.009684512, -0.016527828, 0.034699347, -0.00033519618, 0.042607524, -0.021924486, 0.06644079, 0.010849267, -0.04038705, 0.0010884678, 0.014805452, 0.030977031, -0.06924336, 0.011818086, 0.017041046, -0.0056828014, 0.045444425, -0.028738372, 0.034970924, 0.011690478, 0.04405786, 0.050686568, 0.060086776, 0.02365085, -0.037954018, 0.0417867, -0.020760702, -0.0029983707, 0.04855603, 0.029254451, 0.025551759, 0.0050312127, 0.035203774, 0.05821131, 0.03203249, 0.0034909456, -0.024211077, 0.01935942, 0.007188732, -0.006364488, -0.0040109083, -0.05249826, -0.03762536, -0.0043223957, 0.0014781334, 0.0034288117, 0.025319166, -0.020214986, -0.009389479, 0.02253663, 0.026741296, -0.012048259, -0.008359108, 0.007474057, 0.021542486, 0.007892234, 0.044088516, 0.041211348, -0.047391832, 0.020905407, 0.034922943, -0.014341491, 0.011038582, -0.02804284, -0.0510701, 0.027832728, 0.0014382778, 0.031573027, -0.0023545998, 0.10232803, 0.03870126, -0.0117384065, -0.0018478711, 0.01123712, -0.0881664, -0.025455236, -0.039119847, -0.040686686, -0.005795419, 0.011447359, -0.038993943, 0.021600122, -0.039080605, 0.03889093, 0.02308781, -0.040555876, 0.017489474, -0.03058522, -0.036706433, -0.024378574, -0.048950087, 0.05036527, 0.062886074, -0.057697482, -0.03169239, -0.051701147, -0.05559515, 0.017618239, 0.049141396, -0.0020136298, -0.017992115, 0.019542754, 0.027378784, -0.058311053, 0.02407526, 0.010746513, 0.02135363, -0.025749607, -0.0021419853, -0.056196664, -0.034306306, 0.004538229, 0.02811928, 0.00900362, -0.030188913, 0.027903855, 0.028416766, 0.025640871, 0.03733513, -0.005968332, 0.010849727, 0.024724295, -0.030291924, 0.004408443, -0.0077897855, -0.036940254, 0.012665459, 0.030727576, -0.0061766026, 0.06870704, -0.035210315, -0.021554342, -0.0066089085, 0.028959313, -0.027060142, -0.012964734, 0.05124414, 0.040069025, -0.06044486, 0.023947723, 0.0050408193, -0.091094874, 0.035566766, 0.052985523, -0.021689441, 0.0046168165, -0.053341974, -0.02015924, 0.0059785508, -0.036038086, 0.052140173, 0.008397277, 0.0058710426, -0.063628405, 0.014554462, -0.008102959, 0.006022903, -0.010520255, 0.0071355905, 0.009167002, 0.003863749, -0.02136712, 0.02160462, -0.05565156, 0.04130598, -0.009833613, -0.025078807, -0.05136963, -0.009790999, 0.0066589583, 0.017584104, 0.0019901763, 0.018486477, 0.0074086534, 0.0040877583, -0.012288827, -0.05230123, 0.00216084, 0.030237965, -0.006538369, -0.025633719, -0.0038317114, -0.030380627, 0.012419427, 0.006580422, -0.021733792, -0.010358482, -0.001568064, -0.045261294, -0.065476894, 0.028279928, -0.026401194, -0.019809276, 0.047467865, 0.020513596, 0.024000045, -0.045064677, 0.0054887095, 0.016929656, 0.022357482, 0.010157262, 0.03036632, 0.019303212, -0.072928876, -0.06571889, 0.059242655, -0.006733764, -0.019964611, -0.03674404, -0.03106124, -0.005087624, -0.036936983, 0.046932373, -0.002957902, -0.018393278, -0.008370119, -0.005298961, -0.010565219, 0.0040904153, -0.013343261, 0.029221341, 0.0065228357, -0.022349002, 0.013225533, 0.015624844, -0.033417832, 0.016257014, -0.0061766026, 0.026560618, 0.024511067, -0.04926485, -0.039132927, -0.04375945, -0.023281418, -0.010236769, -0.05435492, -0.011970336, -0.037475087, 0.0114901485, -0.023984922, 0.008601793, -0.0118890405, -0.015883598, 0.042555198, 0.0035741315, 0.00822784, -0.010012453, 0.0059746676, -0.046735954, -0.021174587, 0.01314296, -0.0051174643, -0.045760002, -0.022992823, -0.03343214, -0.021765064, 0.022734476, -0.011815256, -0.009056837, -0.0155653665, -0.0355357, 0.0015188066, 0.012265319, 0.098479, 0.0019179762, -0.011813212, 0.032646473, 0.007786362, 0.08097359, -0.002784172, -0.07672886, 0.065282315, -0.0064355624, -0.067222364, -0.03692881, -0.021987848, 0.01669093, 0.022661716, 0.01269249, -0.018860916, 0.023577577, 0.0276545, 0.004996467, -0.025292594, -0.0033076096, -0.013335858, 0.054975443, -0.026671806, 0.01927378, -0.062210772, 0.038848013, -0.01857559, 0.0070579234, -0.0045831944, -0.011018552, 0.0006311499, 0.050131448, -0.028077994, 0.024297226, 0.013691027, 0.012495459, -0.020661939, 0.01392454, -0.020401286, -0.033460345, -0.031910677, 0.04799764, 0.0043632733, 0.02312639, -0.007370228, -0.0023246827, -0.022482466, -0.019300759, -0.02663379, 0.0024424356, 0.00852318, -0.04108851, -0.04605667, 0.005716423, -0.002067997, 0.022081865, 0.02200849, 0.008131368, -0.0004919617, -0.012971274, -0.058381364, -0.021488119, 0.037947476, -0.009231793, -0.015187657, -0.025703007, -0.015609514, 0.049096428, 0.02166839, 0.029487453, 0.0352888, 0.054214302, 0.061875578, 0.01009104, 0.010669867, -0.02134464, -0.008389306, 0.031721003, 0.014334134, -0.049210068, -0.097839676, 0.009943063, 0.014497643, -0.006786905, 0.038755216, 0.020949762, 0.006833199, 0.025278084, -0.02096703, 0.026278561, 0.0058929124, -0.005441215, 0.013712386, -0.083004385, -0.017909287, 0.038266733, -0.025994873, -0.049384616, -0.033348545, -0.01727502, 0.020860648, -0.026778497, -0.0209702, -0.009033026, 0.016432788, 0.02110428, 0.0029824283, -0.027691904, -0.054001737, 0.03365492, 0.01773341, 0.0018150669, -0.008575299, 0.0015846194, -0.012714155, 0.012207476, -0.044460095, -0.034393378, -0.0061460976, 0.043881267, 0.014193514, 0.00861863, 0.048024617, 0.028225716, 0.008285784, 0.006148806, -0.031652328, 0.048113633, -0.04974066, -0.00048889586, -0.001004771, 0.00021716215, -0.06782, -0.0015750133, 0.014236334, -0.026043108, -0.009859699, -0.04698388, -0.00049625384, 0.012505066, 0.008810754, -0.018150669, 0.009759727, 0.0025008905, -0.030746482, -0.0152316, -0.010682947, -0.07740252, -0.025196124, -0.0057057953, -0.02187196, -0.042254746, -0.0014110941, -0.0014384821, -0.027181959, -0.037851006, 0.044808626, -0.033270266, 0.003141723, 0.021253891, -0.0652721, 0.01573557, -0.031367414, -0.054617353, 0.039761625, -0.051708736, 0.030737897, -0.01052189, 0.023239722, -0.028313449, -0.01725688, 0.018710487, 0.020390147, 0.0350536, 0.013603242, 0.015945936, 0.004850125, 0.021610292, 0.016995264, -0.053984568, -0.085620545, -0.025535407, -0.015666742, 0.00032988208, -0.0021526136, 0.0341336, -0.00022607858, -0.019325593, -0.003927927, 0.030232651, 0.015314991, -0.00024741158, 0.04373411, 0.008057994, -0.001296637, -0.03790333, -0.0064265914, -0.013308924, -0.021737063, -0.03172509, -0.008338618, 0.05234129, 0.016167901, 0.023166962, 0.06912235, 0.015006569, -0.020792179, -0.025541745, 0.006684507, 0.019877134, -0.09359658, -0.005538912, 0.061725147, 0.016229218, 0.01283883, 0.032935273, -0.0216782, 0.015155363, -0.0573071, 0.0067142453, -0.058896422, -0.033410065, -0.014258918, 0.0051726494, 0.0037329409, 0.030959047, -0.008711831, -0.039945573, 0.061288577, 0.05128706, 0.031025268, 0.043626193, -0.01737706, 0.064537525, -0.0128355855, 0.0022110685, 0.043344952, -0.009774648, 0.012047033, 0.041039456, -0.011065357, 0.014941484, 0.037352297, -0.022986487, 0.006770554, 0.03553754, -0.077558264, 0.008838551, -0.010691531, 0.029967152, 0.00037934398, -0.015499145, 0.027797574, 0.009738675, -0.01572479, -0.04191669, -0.023027161, -0.0075315926, -0.017688343, 0.0074758963, -0.005452533, 0.004519834, -0.019811116, 0.015011067, 0.014663504, -0.0027874424, -0.08210181, 0.058484785, 0.0066969744, 0.051849127, 0.03324349, -0.041223407, 0.054118652, 0.02830037, -0.028037116, -0.03477374, -0.011658287, -0.025755329, -0.039036456, 0.027821282, -0.02165408, 0.036027048, 0.049940653, 0.04304573, -0.0011993482, -0.055959776, -0.010127013, -0.03801002, -0.029242495, -0.045162037, -0.021519594, 0.011882295, -0.0006055886, 0.031843636, -0.007907257, -0.028086169, 0.0727578, -0.012126131, 0.008670135, 0.0059934715, 0.0086058555, -0.0147159295, 0.0029016952, -0.030445622, 0.051980957, 0.0119854985, 0.016280724, -0.023810988, 0.0053820955, -0.06201293, 0.0075975074, -0.022414917, 0.035985354, -0.017562032, 0.0026856572, 0.00433098, -0.009777509, 0.006429226, 0.04737477, -0.035971455, 0.037023645, -0.009126329, -0.035359927, -0.024629971, 0.04519262, -0.036368784, 0.039396998, -0.0075294464, -5.0177234e-05, 0.022970749, -0.034669913, 0.041339498, 0.0073006083, 0.014010383, 0.019531002, -0.022800697, -0.0054056514, 0.01916014, -0.027956996, 0.0006669177, 0.045336507, 0.0073923785, 0.007823969, 0.020897437, -0.009929983, 0.006192545, 0.012911184, 0.060937032, -0.016331412, -0.04360299, -0.08299784, 0.083488375, -0.017559376, -0.06155101, -0.0044262246, -0.0021022318, -0.027227536, 0.007021134, -0.010276624, 0.0002755149, 0.008249607, -0.061893154, 0.0073530595, -0.0022541943, 0.0330111, -0.004740982, 0.035281032, 0.044629328, -0.016266007, -0.0005224155, 0.019474898, 0.0026276112, 0.06808733, -0.009298014, -0.00089235767, 0.024824137, 0.015553103, 0.0081103165, 0.006511799, -0.032635435, 0.041162908, 0.051427677, 0.019634014, 0.0026989423, 0.00530591, 0.026954677, 0.0047176816, -0.0216782, -0.013103104, -0.0058226027, 0.03833745, 0.024566274, -0.056826383, 0.008514391, 0.028669901], [-0.016022153, -0.07979744, -0.039008833, -0.01569478, 0.011522362, -0.0056135645, 0.0040800385, -0.0368421, 0.018704148, 0.07298773, 0.012903803, 0.03366372, -0.049278043, -0.028658183, -0.0006304817, 0.0033286538, -0.012590052, -0.009656939, 0.02899556, 0.024107516, -0.0014142203, 0.008235853, -0.016636245, 0.03265478, -0.050290387, 0.0069222082, 0.024329526, 0.024393383, 0.025048131, 0.011410293, -0.014823345, -0.06169185, 0.009885494, -0.012675194, -0.00089208264, 0.012727558, 0.008254585, 0.0019026201, -0.056441948, -0.053494092, -0.013395075, 0.01741211, -0.01456962, 0.034733966, 0.019051319, 0.040716942, -0.011714358, 0.023585806, -0.031937025, -0.030616252, 0.030376362, 0.01144999, -0.020796742, 0.0134180635, -0.01578354, 0.011570893, 0.024228206, 0.020564517, 0.012266509, 0.00023329101, -0.01182994, 0.031291645, -0.072243586, -0.014728943, 0.016583882, 0.042583697, -0.00044997918, 0.012551737, 0.00817213, -0.03965266, 0.0061453874, 0.030298244, -0.003949344, -0.034404464, 0.053694397, 0.020951279, -0.07965355, -0.0119125815, -0.006715205, -0.023034507, 0.00615156, 0.029742688, 0.020087719, -0.019028915, -0.05620781, 0.005099622, 0.0021922118, -0.02600854, 0.014795034, 0.00069210376, -0.07538875, 0.005883574, 0.047308695, 0.004569183, -0.027447985, 0.002075779, 0.024465224, 0.03777186, 0.0037730988, 0.04406731, 0.059746336, 0.003521502, -0.0048280167, -0.024838256, -0.04715288, 0.032918297, -0.0061744424, -0.0078833625, 0.024637744, 0.04306177, -0.00693317, 0.017392099, -0.053870212, -0.044321883, -0.0021784557, 2.107282e-05, 0.01338736, 0.01831228, -0.023659455, -0.00576477, -0.006034063, 0.05090054, 0.001372926, 0.015200341, -0.049847648, 0.001352066, -0.02650833, -0.0033721833, -0.05480918, -0.002208176, 0.04682636, 0.010530449, 0.049442366, -0.018507257, -0.04004176, 0.026382318, -0.03542788, 0.038596146, 0.004774803, 0.03306006, -0.032742478, 0.01793829, 0.03079122, 0.008738475, 0.016374005, -0.0072507528, -0.0014749909, -0.054363616, 0.01099469, -0.004657306, -0.034356356, -0.00026734808, -0.010642093, 0.020614326, 0.014200101, -0.038019624, -0.0014750973, 0.0011708186, -0.041381057, 0.0324879, -0.007452541, 0.006663348, 0.019154128, 0.025902113, -0.0027871463, -0.032378733, -0.010341433, -0.0038012092, -0.0059906403, -0.0144683, 0.0650354, -0.023083465, 0.0053192903, 0.027335277, -0.059020918, -0.0054291245, 0.019020028, -0.044214524, 0.027215865, 0.016301421, -0.007267781, 0.0015636458, -0.042394895, -0.026845494, -0.01893744, 0.03783912, -0.022999704, -0.005879955, 0.023895511, 0.03292894, -0.003282251, -0.030595178, 0.042561986, -0.0051656077, -0.016988523, 0.040443636, -0.06272803, -0.0039531756, 0.017315896, 0.047167353, 0.039879777, 0.022279505, 0.017268216, -0.014530453, -0.05372164, -0.044006854, 0.048035808, 0.0131579535, 0.030071232, 0.007455095, -0.012262239, 0.04824441, 0.016848037, 0.04891789, 0.013252036, 0.051109463, 0.0037454276, 0.009286089, 0.021959154, 0.052143093, -0.01560719, 0.010445945, 0.060063068, -0.027871465, -0.03797535, 0.019696914, -0.016622197, 0.020957025, 0.020553447, -0.009044496, 0.082012855, -0.019828033, -0.00794456, -0.017947018, -0.025400622, -0.02382378, -0.06495877, 0.032228693, -0.0296618, 0.047771443, -0.0064443983, 0.012344627, -0.011564933, -0.027136682, 0.013873578, -0.004066176, -0.0048018354, 0.024517693, -0.03051525, 0.003591319, 0.018928925, 0.051793158, -0.025072396, 0.037080288, 0.014395715, -0.015703082, 0.00091060123, 0.0038795273, 0.023585381, 0.0128339855, 0.028659033, -0.033687137, -0.011732665, -0.037455127, 0.025374228, -0.012545352, 0.024693193, 0.011372937, 0.029694263, -0.026040046, -0.055043057, -0.041419584, 0.0715369, -0.002460624, -0.033345714, 0.04276207, -0.0055436413, -0.014957018, 0.042571086, 0.03403792, -0.04899792, -0.019351447, 0.011676895, 0.005020014, 0.00923032, 0.0007347815, 0.02851429, -0.03447939, -0.008474892, -0.041305277, -0.031764295, -0.0078833625, 0.026082402, 0.017768217, 0.036564533, 0.00095051184, 0.03932997, 0.008348241, -0.0890218, 0.007939876, 0.037728436, 0.013678175, -0.01775949, 0.028621146, -0.03811158, -0.053391285, -0.050779108, 0.058493037, 0.0049238023, -0.0062273373, -0.009501181, -0.0145015055, -0.031737793, 0.009470529, 0.016110277, -0.0052311677, 0.025224376, 0.060521137, -0.024505666, 0.00042401065, 0.0016040885, 0.026521951, 0.0034555965, -0.018112406, 0.054695938, 0.070978574, 0.0023020457, -0.00066453876, -0.040990252, -0.031079214, 0.044144787, 0.031811524, -0.035931073, -0.0028818676, 0.0068382365, 0.009237505, 0.00037377645, -0.024240553, 0.01548022, 0.015776092, 0.005227007, -0.050653096, 0.0014901569, -0.03249258, 0.040910963, -0.04030826, 0.0019812174, -0.06368674, 0.015965959, 0.01755515, 0.008864206, -0.015704464, 0.0267082, 0.03499695, -0.009030661, -0.015891565, 0.024795257, -0.009540666, -0.025464479, 0.009584354, -0.009072807, -0.014372939, -0.08005117, 0.047834445, 0.0327859, -0.018480362, 0.05119205, -0.0061396407, 0.030460652, -0.0035960022, 0.08771061, 0.00511548, -0.024263116, 0.029547391, 0.016195845, 0.03881826, -0.023380611, -0.012943394, 0.014860807, -0.02484762, 0.00043422778, -0.01253258, 0.05784595, 0.025641577, 0.0619941, 0.05406902, 0.054799546, 0.0015215002, -0.03576334, 0.034275472, -0.01128822, 0.016669452, 0.04676931, 0.06029013, 0.01118094, 0.03193958, 0.02117946, 0.059312962, 0.02968926, -0.015955742, -0.009106863, 0.065982185, -0.012003524, -0.009874638, -0.009948925, -0.056351695, 0.004684099, -0.012758634, -0.030203523, -0.0038556873, 0.032126896, -0.009541091, -0.012246075, 0.02171985, 0.04211158, -0.02463274, -0.013913594, 0.037654784, 0.034719914, -0.006773315, 0.030242687, 0.041283727, -0.05487575, 0.025481507, -0.007482979, 0.0034065593, 0.005298005, -0.04898031, -0.047569867, 0.032886367, 0.033771, 0.06526462, 0.004474675, 0.07691792, 0.011643157, -0.066798285, 0.026644556, 0.00067049876, -0.0654509, -0.014013638, -0.020727139, -0.029336983, -0.01066391, -0.0066287853, -0.0017746933, 0.015914023, -0.041987274, -0.018292483, 0.007882671, -0.053697374, -0.009607502, -0.02400593, -0.0035208105, 0.0018786737, -0.05713416, 0.031783983, 0.071678236, -0.060200997, -0.033636477, -0.035951614, -0.02151556, -0.0014386988, 0.028432129, -0.049648415, 0.010245115, -0.015532796, 0.02971097, -0.03266883, 0.030869337, 0.025541533, -0.0031438945, -0.026941491, -0.016588992, -0.049045175, -0.0036519833, -0.0058616493, 0.04158029, 0.024198407, -0.008180511, 0.024231615, 0.019812707, 0.005832275, 0.0340094, 0.048724614, 0.0566531, 0.015308659, -0.030228639, -0.026395941, -0.039022602, -0.006386554, 0.01892339, 0.014946535, 0.030591346, 0.07209884, -0.06680467, -0.019260982, -0.013627303, 0.02264519, -0.06957862, -0.004973611, 0.02363987, 0.027608478, -0.051041346, 0.014927219, 0.02841893, -0.08964505, 0.033677984, 0.057721645, -0.007854414, 0.0080046905, -0.03268969, -0.068487085, -0.004340575, -0.008124529, 0.037137758, 0.02492212, 0.023465116, -0.0139923515, 0.00896808, -0.039375946, -0.017913546, -0.018832289, -0.004807157, 0.030332435, 0.0093674, -0.03780932, 0.012364211, -0.04791661, -0.0071524926, 0.0048325667, -0.013143053, -0.040938314, -0.049679488, 0.02987487, 0.016572814, -0.020915305, 0.030860398, 0.0060298066, 0.0042077526, 0.017822921, -0.0067021144, 0.035754878, 0.009298754, 0.01766626, -0.015494694, -0.014535989, -0.026306009, 0.055414274, -0.03563371, 0.017812492, 0.0043297196, -0.0039028882, -0.08110353, -0.051907245, 0.087976255, 0.006035766, -0.029384661, 0.022519393, 0.048566677, 0.020163707, -0.07837386, 0.0008188067, 0.028882805, 0.016524496, 0.0019787163, 0.029226083, 0.02568585, -0.06563502, -0.056200147, 0.012703291, -0.02105409, -0.0176959, -0.020199854, -0.041176926, 0.006206903, -0.020816512, 0.04287446, -0.04127718, 0.0063465373, -0.01457079, -0.0031266261, 0.003303537, -0.014273322, -0.028897433, 0.024724057, 0.015971601, -0.01875268, -0.020875288, 0.041286442, -0.030873168, 0.03949089, -0.015613468, 0.0094359405, 0.009585791, -0.011148159, -0.033095818, -0.045600727, 0.024421481, -0.01972288, -0.038291227, -0.041438952, -0.035792716, 0.0010061472, -0.050476, 0.025258435, -0.021127736, -0.019872306, 0.08412099, -0.025230337, 0.036937032, 0.025900941, 0.016232457, -0.016870068, 0.0035083583, 0.022482783, 0.0030468318, -0.017298443, 0.013681687, -0.0083048185, -0.024705857, 0.046314225, -0.0302429, 0.018271731, 0.013255016, -0.04934701, -0.0001005216, -0.005071525, 0.05520312, 0.003582379, -0.0067274175, 0.03945513, 0.011650289, 0.06779062, -0.008882938, -0.06902348, 0.046463225, -0.0461052, -0.05731615, -0.027819952, 0.012878685, 0.041824862, 0.04038148, -0.03949344, 0.009333343, 0.0029563673, 0.010578129, 0.03250993, 0.0021689038, 0.023099214, 0.019225221, 0.03953516, 0.020240976, 0.0052643735, -0.04659434, 0.030762058, -0.010114953, 0.023288658, 0.0196007, -0.029692667, -0.044625845, 0.0019255022, -0.034154143, 0.0014921259, 0.040416814, 0.039931502, -0.040663306, 0.04129038, -0.01187911, -0.002127716, -0.025800154, -0.0013154547, 0.011033217, 0.030430853, -0.014051952, -0.008372934, 0.009426707, -0.022068562, -0.008231597, 0.008296943, 0.032071553, -0.04201643, 0.0078952825, 0.010718615, 0.007272038, 0.031462144, -0.008313334, -0.011890179, 0.00774458, -0.019288547, -0.05569865, -0.009779916, -0.00018507229, 0.020339182, -0.009134109, -0.0052967276, -0.00031438944, 0.055748038, 0.07074592, 0.03318373, 0.03683869, 0.10342795, 0.036381904, -0.00042528778, 0.027324634, 0.01964753, -0.028413823, -0.0060097976, -0.01426566, -0.057806358, -0.02166243, -0.0180179, 0.031886794, -0.011442966, 0.03694427, 0.06934192, 0.02477312, -0.02186188, -0.0054725474, 0.014900612, -0.021824203, 0.012048969, -0.0015257307, -0.027343152, -0.04234828, 0.060417265, 0.0043218434, -0.033133976, -0.047212053, -0.017543655, -0.023273863, -0.014406698, -0.040985145, 0.007660289, 0.0367246, 0.0010559823, -0.02083591, -0.03716926, -0.05121802, 0.013100056, 0.01024437, 0.0077967304, -0.028802073, 0.0065304455, -0.018488524, 0.016492141, -0.040612217, 0.002054214, 0.018570794, -0.0061558173, 0.022955751, 0.005753944, 0.020592613, 0.009330789, 0.0050085196, -0.016975915, -0.015141805, 0.046014313, -0.04475952, 0.010843775, 0.028574955, -0.011346742, -0.05758286, 0.00015325687, -0.009562164, -0.004864203, 0.03529335, -0.031633068, -0.006717759, 0.033283986, 7.918271e-05, -0.022389123, 0.018902957, -0.026751412, -0.039202254, -0.006529381, -0.025365287, -0.10556333, -0.054397672, 0.0061745485, -0.018266408, -0.05989616, 0.023235444, -0.009744156, -0.06003923, -0.05769269, 0.049550075, -0.026835278, -0.020468306, -0.009381662, -0.044779524, 0.007341004, -0.004744577, -0.04076292, 0.0040825927, -0.023499599, 0.053658634, -0.0026142, 0.043679908, -0.03064286, 0.015802486, -0.0087381955, 0.013318022, 0.03870566, 0.03086423, -0.0035576879, 0.0018331225, 0.031626895, 0.009311845, -0.048372976, -0.054593503, -0.01869904, 0.006388257, 0.005842067, 0.028709268, 0.0074141202, -0.008616974, -0.034763552, 0.002972385, 0.020980865, 0.028143069, -0.026749708, 0.049655225, 0.009684983, 0.024126036, -0.018909343, -0.00048552625, -0.021793578, -0.0019957449, -0.00859324, 0.01000347, 0.033064317, -0.013518319, 0.008417793, 0.028091772, -0.0058850637, -0.014765235, -0.0039762175, -0.00468668, 0.008650712, -0.037616897, -0.008102605, 0.06964673, 0.027756467, -0.023817394, 0.009028533, 0.034236733, 0.0318902, -0.05973101, -0.02164732, -0.059770178, -0.027392536, -0.0040836567, 0.0033295054, -0.001633037, 0.00043593065, -0.0055800397, -0.055385754, 0.03679825, 0.028775254, 0.020936592, 0.042865943, -0.007108564, 0.05041438, -0.025643278, -0.033003654, 0.042068157, -0.007790557, 0.021693083, 0.026081126, -0.037219707, 0.020028278, 0.01469265, -0.03730953, 0.025398068, -0.00014772259, -0.04745982, -0.0014040032, -0.0112043535, -0.0013088563, -0.014264169, -0.009753948, 0.035637755, 0.016859958, 0.005489576, -0.020313345, -0.052327003, -0.022358049, -0.018557703, 0.03782567, 0.020830162, -0.0039429585, -0.042938318, -0.029856142, 0.056040928, -0.032146476, -0.05209371, 0.05209967, 0.0074619064, 0.042710986, 0.020998426, -0.032683942, 0.07574848, -0.01173607, -0.032815382, -0.038037926, -0.018360171, -0.02082697, -0.03291851, 0.01901109, -0.032360505, 0.054768894, 0.031020466, 0.04070502, -0.01823778, -0.0671231, -0.036930647, -0.033579644, -0.028485343, -0.05053986, -0.042072415, 0.03180548, 0.020803768, 0.047858104, 0.02316141, -0.00062324456, 0.039305277, -0.0050161825, -0.02517329, 0.015217555, -0.026885511, -0.019534716, -0.002653898, 0.005798218, 0.03944406, 0.025957454, 0.040004298, -0.04213542, 0.017662214, -0.023471288, 0.024137955, -0.003958923, 0.05183658, -0.002194899, 0.03224588, 0.001499363, -0.009035995, 0.017138813, 0.018679457, -0.03273737, 0.04315628, 0.02460539, -0.0021847617, -0.024043128, 0.015417215, -0.028248645, 0.041797403, 0.045735896, -0.0028748433, 0.0031979599, -0.013995439, 0.05712735, 0.015111979, 0.05252113, 0.059347868, 0.03300855, 0.040607747, 0.01157515, -0.040457256, -0.004327165, -0.016990226, -0.0029201817, -0.0035428943, 0.007053647, -0.00039804212, 0.02056622, 0.029895732, 0.058867663, -0.00039208215, -0.023825696, -0.07540067, 0.035877325, -0.005979572, -0.033960335, -0.0055406615, 0.024240127, -0.020940848, -0.016349101, 0.0044465894, -0.0015053229, 0.021915464, -0.08277914, 0.014583242, 0.023307176, 0.013601547, -0.046597324, 0.03263094, 0.018207341, -0.01949736, -0.011161356, 0.008840367, 0.009046412, 0.033017065, 0.02133229, 0.002696935, 0.034141906, 0.019992571, -0.003623567, 0.0028556862, -0.018563876, 0.059995808, 0.0592755, 0.048226528, -0.005713501, -0.013065147, 0.029348928, -0.032259718, 0.015633903, -0.015250335, -0.010491496, 0.011278854, 0.026855683, -0.03781528, 0.022937443, 0.014486499], [-0.041264135, -0.082403675, -0.026148217, -0.03218118, 0.0042439178, 0.044805843, 0.024493901, -0.03699972, 0.044223156, 0.023937704, -0.012361876, 0.0063247657, -0.05842866, -0.018374687, -0.014736873, 0.044980414, 0.0065629063, -0.030333636, 0.040142067, 0.03065699, -0.026155125, -0.0028012574, -0.022071045, 0.04155709, -0.045364108, 0.0638999, -0.0017770699, 0.021185964, 0.009414947, 0.008360704, -0.003269362, -0.06212145, -0.020604892, -0.02241789, -0.0040546604, 0.009567067, -0.018877108, 0.00297422, -0.038618337, -0.044154983, -0.055414364, 0.013419689, -0.016904274, 0.047254033, 0.0023702327, 0.056963887, 0.023373675, 0.009083416, -0.023916284, -0.03621851, 0.04425079, -0.017545458, -0.026699118, 0.019643068, -0.015567787, 0.04295369, 0.01926495, 0.023649126, 0.033398136, -0.003282144, 0.017940668, 0.022197483, -0.06622603, 0.01709359, 0.03801677, 0.012478412, 0.0062952866, 0.012234859, -0.0069099828, -0.032007527, -0.02552569, 0.015022874, 0.006880086, -0.010066033, 0.05437521, 0.018825518, -0.06908555, -0.0044638636, -0.012723232, -0.012069152, -0.006203623, 0.0065910043, 0.011381446, -0.060691223, -0.050127376, 0.0031022723, -0.006412284, -0.016618, 0.045647394, 0.0287445, -0.040181216, 0.009371764, 0.036046237, 0.0014922919, -0.0050437837, 0.016354352, 0.009560619, 0.050240688, 0.03580856, 0.018152323, 0.04895694, -0.030433014, -0.001403047, -0.017305935, -0.0111469915, 0.010891808, 0.026234122, -0.02003188, 0.005398345, 0.02790548, 0.00047996553, -0.007507176, 0.0024243556, -0.0617138, 0.029216172, -0.016315142, 0.041444696, -0.0164759, -0.0511868, -0.004590534, -0.02031977, 0.0042262413, 0.009875969, 0.016262632, -0.034155972, 0.0011366938, 0.010649062, 0.002625531, -0.061624438, 0.0038724856, 0.042855114, 3.1322124e-05, 0.054974016, -0.029247496, -0.051819693, 0.023589246, -0.0016044816, 0.036549233, -0.018648295, 0.046194144, -0.025921823, -0.010992223, 0.023549633, 0.01295262, 0.0351744, -0.010869238, 0.016864201, -0.039492596, -0.019373426, 0.010851044, -0.01809037, -0.03000199, 0.022201514, -0.0005499797, 0.03215815, -0.03801032, 0.008168166, 0.013623685, -0.04089564, 0.029143855, -0.015062257, 0.013706193, 0.021310734, 0.007454666, 0.0042148987, -0.06318836, 0.0096257385, 0.014553733, -0.0076121977, 0.043242957, 0.0850193, -0.013774365, 0.024762442, -0.00050852395, -0.060282193, 0.006066128, 0.019327652, -0.018850854, 0.010865697, 0.008858634, 0.007355172, 0.021247685, -0.009660112, -0.004302877, -0.041949537, 0.023504492, -0.024769813, -0.023734802, -0.0044523478, 0.006585074, 0.026714088, -0.030104708, 0.008648131, 0.008520539, -0.04291131, 0.01505765, -0.054415744, 0.011988544, 0.00043511268, 0.030354824, 0.004137284, 0.018085303, 0.024019923, -0.0079719415, -0.03419731, -0.056625795, 0.03266921, -0.008060035, 0.05237981, -0.03315355, 0.0108135035, 0.029552884, 0.034741767, 0.044354893, 0.037916582, 0.026170095, 0.026319565, -0.045494467, 0.04073028, 0.05183535, -0.03956445, 0.009959054, 0.017565263, -0.047487564, -0.028944407, 0.0038602792, -0.009310272, 0.022146123, 0.0151292775, -0.0064726253, 0.07456508, -0.0075944634, -0.0012399877, -0.05869398, 0.005802193, 0.019227179, -0.027423441, 0.023466721, -0.052119095, 0.028872551, -0.039653953, 0.022079336, 0.037063055, -0.021773944, -0.03239813, 0.006283771, -0.031432673, 0.005736469, -0.029632572, 0.016701601, 0.048357677, 0.00984436, -0.01993285, -0.025954986, -0.0068798126, 0.012679934, -0.006844805, -0.00062690314, 0.005805188, 0.036259968, 0.007266733, -0.0773288, 0.007912521, -0.027416993, 0.04765753, 0.013303612, 0.036274705, -0.011233589, -0.001041, -0.031233687, -0.01116864, -0.053347107, 0.013225768, 0.01033538, -0.021492505, 0.019388396, 0.017388385, -0.0019548691, 0.05560598, 0.02989789, -0.07424622, 0.0009995443, 0.017864207, -0.004123926, 0.02021797, 0.0005481372, 0.013497533, -0.058119122, -0.016383775, -0.042612832, -0.006485177, -0.008064929, 0.013470816, 0.039864775, 0.05780406, -0.023630701, 0.033728402, -0.029450169, -0.06078335, -0.04375839, 0.032972984, -0.0014606244, 0.010820412, 0.010822716, 0.009020772, -0.03511314, -0.06717181, 0.025238262, -0.0025684142, -0.004085925, -0.029037453, -0.025394872, -0.05552123, 0.02256759, 0.0049419864, -0.013977959, 0.027108377, 0.08667016, -0.0065711974, -0.0146272015, -0.045800313, -0.03281085, 0.0012298541, -0.059114065, 0.021825993, 0.057286322, 0.014965815, -0.013984637, -0.055705883, -0.03373105, 0.028639479, 0.017843477, 0.0031027328, 0.007603906, 0.0032139726, 0.009174619, -0.017943893, 0.008061302, -0.0033938445, 0.03497023, 0.0045025554, -0.07668808, -0.022509553, -0.011476795, 0.043648303, -0.08387329, -0.017803865, -0.0572937, -0.010684529, 0.0061902655, 0.031870265, -0.033514675, 0.01398648, 0.04495278, -0.0072455443, -0.0005202409, 0.01702081, -0.009417825, -0.017739378, 0.0044188956, 0.01690934, -0.017641267, -0.065385856, 0.029985867, 0.00013726461, -0.015089895, 0.06816731, -0.008839288, 0.039005257, -0.020548234, 0.050272014, 0.04002599, -0.022942536, 0.017171202, -0.015924191, 0.044049963, -0.05321076, -0.00022915819, 0.031506833, 0.00229757, 0.010224342, -0.0024346043, 0.042254698, 0.02479054, 0.029348832, 0.040772196, 0.030652845, 0.033440974, -0.024703484, 0.047832567, 0.012673484, 0.0069226506, 0.02858236, 0.01406087, 0.0012209871, -0.019702509, 0.025022693, 0.02435042, 0.017747669, -0.008117958, -0.01575572, 0.011335385, -0.024538122, 0.0038867071, 0.013052114, -0.056991037, -0.049673207, 0.009031251, -0.00056379824, 0.054111734, 0.054135684, -0.006392477, -0.035755128, 0.018409118, 0.032125447, -0.008622797, -0.03060448, 0.031178871, 0.00898945, 0.020502115, 0.022189423, 0.04465061, -0.0543987, 0.042303294, 0.05699153, -0.0003998177, 0.0058765835, -0.008948916, -0.04682473, 0.050856534, 0.0067425477, 0.028282497, -0.0036863377, 0.092042826, 0.046890143, -0.016279213, 0.03027744, -0.011988083, -0.038809955, -0.01104197, -0.030972054, -0.04922456, -0.004608498, -0.017992718, -0.010491472, 0.0021045704, -0.038012393, 0.036728416, 0.026676547, -0.051370822, -0.004690949, -0.01803855, -0.022489848, -0.017418325, -0.052783307, 0.038301893, 0.05189961, -0.034809016, -0.029558066, -0.024610437, -0.048964772, -0.0049100886, 0.022907298, -0.0038461152, -0.0033898142, -0.009233808, 0.031832032, -0.04070126, -0.0051983213, 0.013177633, 0.032387137, -0.029970666, -0.019537637, -0.048134737, -0.021760587, -0.0010502124, 0.036263652, 0.012475418, -0.004599286, 0.014613844, 0.030307151, 0.0037644126, 0.010411843, -0.004246451, 0.032448873, 0.011788634, -0.041577358, 0.010850352, -0.010289203, -0.019672712, 0.012769293, 0.04416788, 0.0146426335, 0.05035953, -0.037806723, -0.0144468695, 0.005231255, 0.031745058, -0.04218998, 0.0014182475, 0.042570915, 0.029721934, -0.06349547, 0.025149131, 0.018794196, -0.061035767, 0.029055879, 0.05429414, -0.02697572, 0.0051792054, -0.039107054, -0.0510394, -0.013321806, -0.002668599, 0.050944515, 0.048072092, -0.012208259, -0.045335554, -0.014443184, 0.001452218, -0.010958598, -0.017496632, -0.008702023, 0.03814298, 0.0039011014, -0.02234465, 0.050321758, -0.059265144, 0.0016144712, 0.0036589021, -0.015070548, -0.029674605, -0.03953681, -0.01629902, 0.0096430695, 0.0010872923, 0.022340735, 0.017624224, 0.004182425, -0.023918128, -0.03108813, 0.0049359985, 0.009706634, -0.00020129072, -0.02511666, -0.0059353122, -0.027493455, 0.048482966, 0.011100008, -0.015336786, -0.033940747, 0.0019433536, -0.06646186, -0.07444348, 0.053202473, -0.023440003, -0.030275598, 0.031384077, 0.062192842, 0.001254267, -0.01642385, -0.0025521775, 0.02737024, 0.011432576, 0.0053376583, 0.03636591, -0.013128346, -0.07850614, -0.07125968, 0.03014432, -0.019013911, -0.029237362, -0.061407946, -0.035850935, 0.008402966, -0.027283415, 0.018361444, -0.05485794, 0.0062975893, -0.019348783, 0.007197122, -0.026110215, 0.013951704, -0.016768392, 0.013607621, 0.030497616, 0.0029212488, 0.012832456, 0.033497576, -0.015340472, 0.052079946, -0.02411343, 0.0486709, -0.0008263514, -0.02834445, -0.038618337, -0.04323006, 0.0037991896, -0.0058894805, -0.015615922, -0.005738959, -0.0632578, -0.020553302, -0.017790966, 0.030189002, -0.0074026156, -0.040687684, 0.04106054, 0.010139156, -0.001169225, 0.00083510316, 0.009971491, -0.01869643, -0.028126117, -0.011441789, -0.011220691, -0.026355727, 0.018296037, -0.02054288, -0.013270448, 0.020997772, -0.0020419226, -0.00010709403, 0.025174294, 0.012103237, 0.028057715, 0.01269297, 0.026680693, -0.008007869, 0.0050631296, 0.05359768, -0.0058424976, 0.07040477, -0.009527453, -0.06097773, 0.09342837, 0.00240167, -0.026367242, -0.032667134, -0.0045329565, 0.030056342, 0.025222603, -0.006056455, -0.024638535, 0.025895339, -0.0092386445, -0.0037190418, -0.009540351, -0.02269933, 0.029384876, 0.05323564, -0.00048917794, -0.008182906, -0.047782823, 0.04037606, 0.012634331, -0.010411843, -0.012667036, -0.010973338, -0.0418353, 0.040376984, -0.043858346, 0.052392703, 0.037557073, 0.027685823, -0.0034769287, 0.03214249, -0.005250141, -0.037546016, -0.019558594, 0.05040513, 0.012896424, 0.039731197, -0.025321174, -0.0010320755, 0.018556517, -0.036732562, -0.0061216326, -0.01420965, 0.036803037, -0.03327239, -0.02233636, 0.022675376, -0.0067659244, 0.042922366, 0.017280601, -0.0056628846, 0.04418815, -0.052399155, -0.030163206, -0.03253816, 0.015256638, 0.011363641, -0.022607204, -0.020497106, -0.0033807168, 0.030920466, 0.043331396, 0.040454365, 0.028175173, 0.04579387, 0.04520151, 0.047195997, 0.034238767, 0.026259918, -0.0506891, 0.029797474, -0.010234965, -0.037239242, -0.069162935, -0.027982173, 0.024241483, -0.023476854, 0.06955354, 0.042536885, 0.011899644, 0.031132348, -0.02009729, 0.009257214, 0.0066550304, 0.01912308, 0.010340331, -0.057985544, -0.03223415, 0.01956343, -0.026997829, -0.047020037, -0.06982531, -0.023449216, 0.008078345, -0.010903784, -0.026572678, -0.004541708, 0.02128062, 0.029454658, 0.006125318, -0.02713233, -0.052225962, 0.0071027526, 0.017868351, 0.010345053, -0.039247543, 0.019222572, 0.0074316347, -0.015082524, -0.058401026, -0.023341663, 0.00240167, 0.017166518, -0.0045122285, 0.005979302, 0.044086814, 0.023634845, 0.030598952, -0.026533064, -0.046541452, 0.042542126, -0.04315682, 0.02754136, 0.00964353, 0.021381956, -0.08646381, -0.011164034, 0.019574486, 0.0028779504, 0.019847173, -0.031873025, 0.009429802, -0.0034836652, 0.008034585, 0.017625604, 0.017921783, -0.021943454, -0.007496237, 0.017816762, -0.009135603, -0.067867674, -0.024117347, -0.002382324, -0.065223716, -0.075244956, 0.0104634315, 0.01934602, -0.025076125, -0.053971708, 0.018148407, -0.005203158, -0.017032096, 0.013642629, -0.07720259, 0.006564749, -0.03573486, -0.06373131, 0.016197223, -0.038065594, 0.044488475, 0.021357084, 0.0670966, -0.04673998, -0.03359298, 0.02678088, -0.0136126885, 0.034184415, 0.00917508, -0.014431439, 0.002702915, 0.013287029, 0.0097402595, -0.05246272, -0.059895273, -0.028654216, 0.010455256, 0.007231726, 0.00029709956, 0.018643113, -0.0055354945, 0.0051755207, 0.017736614, 0.036717363, 0.0052796206, 0.022165932, 0.04299376, 0.01710925, 0.0035113024, -0.02789788, 0.010820182, 0.027620586, 0.010053021, -0.029402552, -0.015366727, 0.03390758, -0.0058692135, -0.003334885, 0.060081366, 0.0114814015, -0.014787729, -0.025703028, 0.002428098, 0.041928694, -0.07486357, -0.007908376, 0.052042633, 0.013118442, -0.012184422, 0.006610811, -0.03081936, 0.027328553, -0.068271175, -0.033138808, -0.08302943, -0.04031434, -0.0012473576, -0.015789116, -0.008291151, -0.0056091943, 0.010630637, -0.01470758, 0.027619436, 0.045072567, 0.012785876, -0.007017538, -0.020335428, 0.05220886, -0.022402229, 0.006881079, 0.05672621, -0.0045665815, -0.008406363, 0.021319773, -0.018747212, 0.01843952, 0.040512405, -0.0019233131, 0.020612722, 0.043799385, -0.043642774, 0.011267846, -0.028501378, 0.031893294, 0.02269979, -0.021712681, 0.04331113, 0.03556466, -0.018571258, -0.010105992, -0.015656572, -0.03310564, -0.005992199, 0.021863535, -0.012182925, -0.014696525, -0.022859624, 0.018283369, 0.052468244, -0.03805454, -0.06314909, 0.074677475, -0.002614937, 0.043991003, 0.036142047, -0.04014483, 0.07186401, 0.0055329613, -0.012337233, -0.022861466, -0.023680447, -0.04491757, -0.031746816, 0.011734742, -0.011861874, 0.030818207, 0.03922175, 0.024193117, 0.0072160647, -0.08612847, -0.005602572, -0.027766373, -0.04129822, -0.0517681, -0.029631883, -0.007911025, 0.0064265635, 0.028259005, -0.0076158824, -0.02783293, 0.079462394, 0.0013074109, -0.015589206, 0.01086348, -0.014111539, -0.021032806, 0.01507239, -0.010167714, 0.05771746, 0.04029131, 0.036363143, -0.019248368, 0.015198831, -0.059773672, 0.01737733, 0.013398039, 0.0017720031, -0.0062344847, 0.014491895, -0.012579461, 0.02864938, 0.002730322, 0.038036115, -0.026349276, 0.036472775, 0.01607562, -0.036569502, -0.010831928, 0.03263397, -0.050798498, 0.033954564, 0.008683599, -0.0034631675, 0.022206927, -0.046780515, 0.08503773, 0.019897042, 0.013112916, 0.012229448, 0.007215201, 0.010067991, 0.034392614, -0.0292217, 0.006841351, -0.010637546, -0.048534553, -0.00029341463, 0.010622519, -0.015918318, 0.0020711755, 0.027380144, 0.040159803, -0.018344631, -0.073812425, -0.039633546, 0.042361334, -0.018439174, -0.013660131, -0.015336095, 0.0025817722, -0.013280581, -0.0052105277, 0.00055827084, -0.018999862, 0.012030459, -0.06809062, -0.0039955284, 0.002274539, 0.021789605, -0.017424315, 0.043643698, 0.0045932974, -0.037487056, -0.032324433, -0.0033088026, 0.0027869781, 0.010681766, 0.002035017, 0.022368602, 0.040275186, 0.016299367, -0.0044988706, 0.005787338, -0.0376234, 0.024431258, 0.062707126, -0.0040847734, 0.006657794, 0.017081613, 0.029126352, 0.00917554, -0.018859604, 0.02436919, -0.018926164, 0.04858983, 0.016048443, -0.07096488, 0.0059926594, 0.01325732], [-0.03456276, -0.09177372, -0.018701851, -0.043540273, -0.014934794, 0.02490981, 0.02300267, -0.03349785, 0.04130805, 0.05624339, -0.013353838, 0.018937876, -0.090426974, -0.032888725, -0.023066917, 0.037815556, -0.008981084, -0.037573934, -0.0029927795, 0.034538735, -0.013701987, -0.021844529, -0.009015131, 0.030769069, -0.00012849733, 0.07311387, -0.0096845245, -0.014850777, 0.013942509, -0.0035649769, -0.010865162, -0.055770036, -0.0016563936, -0.0011417866, 0.0029817969, 0.026393022, 0.022104286, -0.0051091416, -0.03863706, -0.046704937, -0.06478235, 0.01862113, -0.04712667, 0.03144615, 0.007362787, 0.03736746, 0.018944295, 0.029986965, -0.036212083, -0.042645734, 0.019865192, -0.006017409, -0.0420988, 0.022349749, -0.044589672, 0.047458347, 0.042136136, 0.028358921, 0.024259087, -0.009613686, -0.0012805802, -0.011126001, -0.059510734, 0.013792466, 0.024315648, 0.031038402, -0.008879494, -0.0020669398, 0.0093555935, -0.025880678, -0.023929605, 0.027574893, 0.027632417, -0.029178778, 0.076000124, -0.0032959017, -0.0853947, 0.028626349, -0.014722828, -0.033523526, 0.0051750373, 0.02227342, 0.025340606, -0.0451237, -0.059157092, 0.006600589, -0.023320343, -0.00047251146, 0.052571878, 0.021946136, -0.03819995, -0.0032986472, 0.03438896, -0.013645427, 0.004221192, 0.012313228, -0.0005919663, 0.07330937, 0.031513695, 0.04126851, 0.047485255, -0.05139948, -0.0044573196, -0.020627664, -0.008341893, 0.023089865, 0.023052638, -0.022845067, 0.009771837, 0.0017402052, -0.02156229, -0.012632275, -0.0028121145, -0.05469154, 0.0015447135, -0.021767119, 0.03209866, -0.016430086, -0.0531276, -0.020618878, -0.020557376, 0.03909284, 0.015478161, 0.011082619, -0.025752181, 0.0061880522, 0.0027003658, 0.004658852, -0.06199502, 0.012058704, 0.026220867, 0.017245, 0.026942704, -0.03311936, -0.055315353, -0.0004382088, -0.00221905, 0.061968658, -0.02213339, 0.042225648, -0.03926966, 0.0050081005, 0.028115653, 0.021260267, 0.04102222, -0.024292585, 0.012672362, -0.056508068, -0.012971023, -0.007819117, -0.010357214, -0.009630259, 0.013447739, 0.018330637, 0.027513804, -0.06851104, 0.016142339, 0.015101731, -0.023454607, 0.035021562, -0.01281651, -0.0031059012, 0.01710607, 0.026205765, -0.018380608, -0.03600822, 0.021903852, 0.0058718883, 0.0048345746, 0.050336905, 0.063620456, 0.00016474015, 0.02078362, 0.04239643, -0.047685686, -0.0053035347, 0.022917826, -0.05242032, 0.036116533, 0.042080127, -0.009016229, -0.011127649, -0.006009172, -0.018270781, -0.013752783, 0.022938421, -0.016704652, -0.010679555, -0.019763362, 0.03130722, 0.02242992, -0.021339342, 0.027898196, -0.010871752, -0.035419133, 0.034049597, -0.05228633, 4.2832442e-05, 0.021211531, 0.027412213, 0.011078227, 0.012699271, 0.039392117, -0.038150527, -0.015854044, -0.047473717, 0.03434448, -0.0183224, 0.039623305, -0.026252992, 0.00749252, 0.04489279, 0.026712067, 0.06040651, 0.026665049, 0.037190296, 0.005650313, -0.043034524, 0.012269847, 0.07258232, -0.045701116, -0.014536671, 0.029964587, -0.01574916, -0.036687497, 0.01174213, -0.012847536, 0.010242444, 0.018033968, -0.0012501032, 0.0652404, 0.0054979282, -0.033460923, -0.059108768, -0.0030251783, 0.0058955015, -0.045630828, 0.019573327, -0.034779668, 0.040004402, -0.019353675, 0.025490794, 0.030731179, -0.02521348, -0.016258018, -0.01608578, -0.024937266, 0.0023388984, -0.022693781, 0.007693365, 0.051484868, -0.018788615, -0.027783977, 0.004336922, -0.014237667, -0.0067583276, -0.003253069, -0.0126645025, -0.0071947523, 0.0682686, 0.005435327, -0.043552905, -0.0034613279, -0.05469593, 0.053252805, 0.017538443, 0.027055277, -0.0041404692, 0.037047867, -0.023722583, -0.02795256, -0.06863954, 0.03189809, 0.04585927, -0.012435961, 0.024963899, -0.0036868847, 0.011156203, 0.043906547, 0.019550813, -0.05588865, -0.0187348, 0.008611517, 0.021196567, 0.0015677772, -0.0059898146, -0.0007067353, -0.055811767, 0.010370942, -0.038357, -0.004294227, 0.008345188, 0.022753911, 0.036875438, 0.039330065, -0.038366888, 0.04716401, -0.019376738, -0.04194065, -0.028487965, 0.017534943, -0.0028285885, 0.009049039, 0.002160567, -0.020471163, -0.037567347, -0.069997, 0.058502525, 0.018730408, -0.021183113, -0.03002664, -0.02631889, -0.054799166, 0.013922053, 0.016422398, -0.024429318, 0.015243956, 0.111513704, -0.027288642, -0.022767639, -0.01799323, -0.032440633, 0.01330771, -0.056770556, 0.021790732, 0.074972145, 0.021438187, 0.016939132, -0.03199034, -0.0145020755, 0.038492087, 0.028526543, -0.012634747, 0.01671893, 0.015755748, 0.012230859, -0.00068092596, 0.00393729, 0.024620967, 0.040891252, 0.0033625697, -0.045608863, -0.02483293, -0.019810004, 0.027713688, -0.08008129, -0.010027184, -0.08041077, 0.008446675, 0.016215099, 0.020220207, -0.022318996, 0.015894886, 0.017656852, -0.0036949846, -0.004322164, -0.0011795396, 0.0044073486, -0.01167239, -0.015999015, 0.007709565, -0.012556907, -0.04185114, 0.054134715, 0.037896827, -0.027434729, 0.052766275, 0.001124077, 0.05208425, -0.021237204, 0.066484734, 0.013363722, -0.046210714, 0.019736849, -0.02002142, 0.02329975, -0.049525283, 0.013793144, 0.031066423, -0.013882104, 0.014178088, -0.0130540095, 0.030230917, 0.025053684, 0.017380636, 0.04243267, 0.04786443, 0.0240765, -0.011621869, 0.042300373, 0.0064666006, -0.0025699465, 0.029472563, 0.018517893, 0.0115592675, -0.0192735, 0.03795057, 0.049568117, 0.005116143, -0.00020976913, 0.0027083282, 0.053591073, -0.010205104, -0.0048955283, -0.009982156, -0.051949162, -0.03832625, 0.011046377, -0.015772497, 0.02918866, 0.0140841855, -0.011540597, -0.026078366, 0.032097973, 0.03344884, -0.041892324, -0.025530333, 0.042800594, 0.0028872087, 0.019861074, 0.028881283, 0.057199977, -0.052974943, 0.050138116, 0.010599382, -0.003181956, -0.012677579, -0.012790837, -0.043312524, 0.052932113, 0.0062241578, 0.022611205, -0.014767308, 0.07773539, 0.04771534, -0.02319926, -0.008266661, -0.012012578, -0.06765549, -0.0372159, -0.032620087, -0.038894054, -0.008228771, 0.007896545, -0.02729305, 0.004426019, -0.024352988, 0.014580946, 0.048008714, -0.04091047, 0.0127817085, -0.01966668, -0.023176745, -0.038057175, -0.03774746, 0.04087478, 0.064050145, -0.04665661, -0.021733621, -0.041836865, -0.033809073, 0.0018143383, 0.04467643, -0.007307873, 0.012297303, 0.022064198, 0.051344566, -0.031855803, -0.0058015995, -0.0039304257, -0.0035703313, -0.019493978, -0.008044674, -0.04409435, -0.022522178, 0.0040619434, 0.028581321, 0.038492087, 0.012980976, 0.023491398, 0.042496372, 0.012755281, 0.024557265, 0.039785847, 0.039785847, 0.024098191, -0.032789882, 0.0034183585, 0.00079377304, 0.0030537336, 0.013822798, 0.014617944, 0.013139675, 0.0722133, -0.053665757, -0.014053297, 0.0132784685, 0.047357306, -0.03722798, -0.008437442, 0.06370831, 0.039990123, -0.051155116, 0.02226985, 0.0062908777, -0.07770464, 0.017518468, 0.052523557, -0.03317949, -0.01194778, -0.018073505, -0.052308295, -0.027797155, -0.035463065, 0.05393202, 0.023787381, -0.013806324, -0.0337937, -0.01726065, -0.020582635, -0.028012004, -0.0066236523, -0.02303287, 0.033899132, 0.018559352, -0.036102805, 0.04337718, -0.04670713, 0.0017209855, -0.023800286, -0.0075165443, -0.04492025, -0.03621428, -0.014889661, 0.0068509937, -0.006829578, 0.03136433, 0.012627882, 0.0030817392, -0.03278933, -0.019114252, 0.017850146, 0.014510313, 0.0056807897, -0.012564182, -0.009097638, -0.022490326, 0.01612861, 0.010706635, -0.013198982, -0.0007682383, -0.01075259, -0.053182516, -0.072806366, 0.059873164, -0.0022415644, -0.02727438, 0.035386186, 0.040618334, 0.019065928, -0.04790424, 0.0010773321, 0.025334839, 0.021281134, 0.03427515, 0.034529537, -0.01229291, -0.091855474, -0.055027608, 0.035538845, -0.022420038, -0.020269217, -0.03412757, -0.034421906, 0.0088399565, -0.020457981, 0.008123646, -0.028851494, 0.019995062, -0.01909613, -0.0024731616, -0.010870105, 0.00573941, -0.037692547, 0.012666322, 0.037806116, 0.0021386705, 0.0012506524, 0.014475169, -0.012786821, 0.036698617, -0.017906431, 0.0516098, 0.011707534, -0.021623794, -0.0028730682, -0.043641314, -0.013280974, -0.020665554, -0.04345845, -0.01929272, -0.059725996, 0.004687544, -0.032762427, 0.016033337, -0.01621867, -0.027888862, 0.031689968, 0.015529505, 0.02495484, -0.0015970186, 0.00068902574, -0.03202343, -0.011692707, 0.0011301176, 0.009061258, -0.027866347, 0.00028115654, -0.022384893, -0.009811924, 0.023233855, -0.018029163, -0.012626904, 0.012736199, -0.014075948, 0.011868293, 0.014898825, 0.08843911, 0.021223476, 0.009291619, 0.03734989, -0.003821697, 0.07979574, -0.0066236523, -0.06459132, 0.092860736, 0.006522337, -0.02721782, -0.014236845, 0.0032135313, 0.011553776, 0.02727438, -0.015001925, 0.00041452743, 0.00334752, 0.008295217, 0.017646862, -0.0012168806, -0.033781, 0.009418195, 0.050028153, 0.004698389, 0.018584887, -0.03689301, 0.042959563, -0.0017012168, 0.020748474, -0.012546611, -0.029926699, -0.019633183, 0.017459711, -0.06496912, 0.03110953, 0.036515206, 0.010180393, -0.02450455, 0.018444309, -0.0072749252, -0.03957498, -0.008925073, 0.040634807, 0.018637054, 0.018704873, -0.02706571, 0.009310565, -0.01128072, -0.009732849, -0.036978673, 0.0046506147, 0.028733978, -0.049968988, 0.0028269412, 0.017394366, -0.005140785, 0.059126344, 0.02355949, 0.015520719, 0.027685134, -0.04468961, -0.05323084, -0.038436078, 0.0129861925, -0.02020483, -0.0059585143, -0.04088631, -0.027647791, 0.02661542, 0.03901706, 0.034168754, 0.022832163, 0.046319444, 0.051809683, 0.0057731816, 0.03736197, -0.003884024, -0.030750949, -0.009350977, 0.007933336, -0.016320808, -0.07333573, -0.020241074, 0.009945912, 0.014802452, 0.06309329, 0.024324434, 0.0048196106, 0.014003737, -0.02637792, 0.030917335, -0.00054007315, -0.0073563345, 0.011723459, -0.054096274, -0.0023722583, 0.03673596, -0.017603036, -0.036238443, -0.05124517, -0.025039405, 0.00024381543, -0.018012276, -0.033186905, 0.013769532, 0.029028863, 0.027714582, -0.005745313, -0.04605476, -0.04458747, 0.020886855, 0.0062678135, 0.017375968, -0.019410785, 0.004352435, -0.019876998, 0.0010874222, -0.057818305, -0.031045282, -0.01489251, 0.04264354, 0.0015017438, 0.014565364, 0.037868273, -0.0074111107, 0.022052668, -0.0050553265, -0.039117, 0.044370014, -0.024872985, 0.019995062, 0.0014211583, -0.0078086834, -0.07596499, -0.0125532, -0.002205459, -0.009368773, 0.0060558487, -0.007098516, 0.029366031, 0.0147265345, 0.00057869055, 0.0011806377, 0.0069926707, -0.00870686, -0.04156724, 0.0041536484, 0.005617639, -0.08285771, -0.025874227, -0.011315658, -0.048042074, -0.058641937, 0.0011669095, 0.021750093, -0.014480385, -0.05174708, 0.06034322, -0.035023756, -0.01837022, 0.004811511, -0.052279193, 0.0063842307, -0.031911265, -0.032836627, 0.020797072, -0.040840182, 0.035560813, -0.0038103026, 0.05507593, -0.022580933, -0.025864206, -0.00379122, 0.019704022, 0.015739275, 0.027257908, 0.00630845, 0.014046844, 0.00729744, 0.013095745, -0.044669293, -0.075393885, 0.0054034772, 0.015248486, -0.0032596586, 0.011786609, 0.039375097, 0.009566461, -0.007695871, 0.016466843, 0.008532717, 0.010630134, 0.0065276916, 0.050975, 0.016430086, -0.00064042734, -0.031599905, -0.006977844, -0.0006908104, -0.010260017, -0.0129650505, -0.010668573, 0.028237563, 0.03286017, 0.018243324, 0.049379762, 0.012796055, -0.008670686, -0.0048433607, -0.019711709, 0.04296423, -0.067249134, -0.008579118, 0.057355933, 0.010147444, 0.018433325, 0.009349554, -0.021605123, 0.019363558, -0.06248704, 0.005724171, -0.06008403, -0.04466875, -0.0095900735, -0.013942509, 0.0031374763, 0.021443676, 0.025695072, -0.0021800615, 0.05353012, 0.0022415644, 0.038621135, -0.0037077519, -0.025781834, 0.055241767, 0.0047857016, -0.0051927473, 0.033378, -0.013093787, 0.0022646282, 0.029569762, -0.028311145, 0.0073364284, 0.014016093, -0.028286435, 0.023899404, 0.045506176, -0.047919616, -0.006324924, -0.016664565, 0.0016572861, 0.0051313816, -0.02459598, 0.025424898, 0.03146537, 0.003080778, -0.025572341, -0.02976635, -0.029137043, 0.00072101277, 0.012726726, 0.008644465, -0.022569401, -0.011518856, 0.0007687874, 0.028595597, -0.034081444, -0.054671768, 0.068455026, 0.02573461, 0.041830823, 0.028673023, -0.04107109, 0.0356937, 0.014354358, -0.025512759, -0.012061176, -0.02874654, -0.04229319, -0.045646753, 0.028465452, -0.003346971, 0.03342873, 0.08186817, 0.037048414, 0.008678512, -0.09356362, -0.012295107, -0.00341726, -0.031770688, -0.050735574, -0.02714698, -0.001094973, 0.0016979219, 0.01964142, 0.008193626, -0.029948149, 0.057391077, 0.017571185, -0.015202771, 0.0030026638, -0.024916675, -0.0056154425, 0.0006007525, -0.032324214, 0.06401967, 0.03389213, 0.03670917, -0.050177656, 0.012099615, -0.040359143, -0.011316036, -0.013319242, 0.04006261, -0.017696884, 0.02856265, -0.004708274, -0.007547536, 0.02214602, 0.056259863, -0.039894573, 0.030988447, -0.0022750616, -0.034456093, -0.005792813, 0.026605537, -0.042203132, 0.04996679, 0.018808248, -0.010243543, 0.042709433, -0.03266248, 0.053349454, 0.027109504, 0.031025926, 0.023596281, -0.0013560861, 0.0057472354, 0.025836749, -0.038689774, 0.00085143204, -0.0016787022, -0.035924338, 0.0023354662, -0.011172197, -0.025756026, 0.04516297, 0.021329457, 0.033153407, -0.02832762, -0.059273507, -0.030140858, 0.063444726, -0.0030921728, -0.030342942, -0.0030718548, -0.0011218805, -0.03954203, -0.0037047316, 0.013842567, -0.015650865, 0.0014755226, -0.06796959, -0.020684225, 0.012969856, 0.03301942, 0.0026048853, 0.032665227, -0.014091324, -0.061208654, -0.0034449913, -0.0056352112, -0.0010981305, 0.05288379, 0.025679696, 0.02486739, 0.02911892, 0.043840654, -0.01802827, -0.006604708, -0.020072764, 0.040945616, 0.05578349, 0.0067496104, -0.0059071872, 0.014326191, 0.014966094, -0.0056052837, -0.0038998113, -0.005294749, -0.008229045, 0.03013427, 0.0041680974, -0.058994547, 0.0020361883, 0.0011257244], [-0.032257114, -0.084951125, -0.02520521, -0.04405821, 0.018841831, 0.02710692, -0.025887033, -0.0027094258, 0.01327847, 0.03839737, 0.0066404766, -0.0020936474, -0.05152279, 0.009325321, 0.00432212, 0.035524465, 0.03194302, -0.028630227, 0.04200405, 0.0659042, -0.014603388, 0.00692006, -0.017169297, 0.0028544317, -0.014341682, 0.044318184, 0.042478044, 0.027164776, -0.0063027916, 0.0027680243, -0.004747951, -0.041174732, -0.002294272, -0.00055767695, 0.0025485288, 0.021377448, -0.0066389875, 0.0018737485, -0.044067897, -0.05511119, -0.06929694, 0.0376489, -0.015635313, 0.012295211, -0.0050841463, 0.035595976, -0.0035804545, 0.03392245, -0.012131832, -0.044851523, 0.030817732, 0.0102765495, -0.033046454, 0.033196673, -0.011722978, 0.027532257, 0.04006037, 0.010064472, -0.0028365543, -0.00530749, -0.034141075, 0.0032119805, -0.08242594, -0.01631714, 0.023415478, 0.033507295, -0.028135123, -0.005151931, 0.020432925, -0.0363071, -0.022405898, 0.020619646, 0.01493052, -0.022871707, 0.016789526, 0.001454777, -0.078120455, -0.0027138952, -0.017151171, -0.013152336, 0.0058687674, 0.024721526, 0.014814441, -0.04553186, -0.02153934, 0.025076093, -0.018104635, -0.048515406, 0.043446656, 0.0162501, -0.06576913, 0.003669221, 0.03425616, -0.010917158, -0.014872046, 0.02175511, 0.024900671, 0.046509158, 0.020924555, 0.021485707, 0.045485184, -0.05077107, 0.009564432, -0.006785886, 0.00787967, 0.002810483, -0.0029418326, -0.02879932, -0.012561884, 0.024120644, -0.0069235363, 0.0021378442, -0.0049450994, -0.050096568, -0.0015305078, -0.02136491, 0.02181793, -0.010025273, -0.034235302, -0.007954965, 0.007031794, 0.03214653, -0.008143113, 0.011714194, -0.023220813, -0.015340337, 0.03236016, -0.0026279842, -0.05306025, 0.012446052, 0.018771315, -0.0060137734, 0.040583782, -0.041254684, -0.008804641, 0.011327812, -0.008815565, 0.039880604, -0.0076375166, 0.041181684, -0.035890084, 0.011289605, 0.011079049, 0.0026314603, 0.016697284, -0.021849692, -0.015873183, -0.03670239, 0.0108645195, -0.01256238, -0.025511112, 0.00886324, 0.0058598286, -0.0047427365, -0.0015513648, -0.05428535, 0.02958667, 0.01908119, -0.030153288, 0.06657609, -0.016837573, -0.006547117, 0.01824691, 0.026305912, -0.0056472854, -0.06744529, 0.001892526, -0.0069016865, -0.007958193, 0.008018281, 0.10138497, -0.0075730835, 0.03318401, 0.028527124, -0.041859042, -0.015099984, -0.0020626101, -0.016570527, 0.032564756, 0.028985294, 0.006624586, 0.0027486568, -0.020722937, -0.0076445933, -0.037441324, 0.038067035, 0.006276597, 0.0020449809, 0.01771369, 0.022881141, 0.035906844, -0.007585995, 0.0155047085, -0.0067983326, -0.0051755197, 0.03855196, -0.028739976, -0.004736529, 0.005361875, 0.047081985, 0.028914528, 0.0077061714, 0.016309692, -0.021382911, -0.031726502, -0.077202745, 0.04984852, 0.0039146636, 0.040611174, -0.021654053, -0.02315129, 0.028174851, 0.0123553, 0.038580514, 0.03561584, 0.032409817, 0.030764721, -0.03461371, 0.039273515, 0.044844575, 0.011549822, 0.017369332, 0.0384226, 0.00825342, -0.008881333, 0.00944227, -0.005570313, 0.031462315, 0.008591104, -0.0058325157, 0.06996039, 0.006469151, -0.023574565, -0.05115134, -0.0008139202, -0.0073227994, -0.052508034, 0.034859028, -0.034229342, 0.06454203, -0.00703375, 0.0187733, 0.034725938, -0.028456917, -0.0119500775, -0.013553585, -0.023522247, 0.027931767, -0.0413108, -0.008025979, 0.073760346, 0.0012553938, -0.015374167, 0.023734542, -0.0022028983, -0.027036652, -0.010179218, -0.000275114, 0.021743936, 0.032552343, 0.02638897, -0.015871197, -0.024096062, -0.044684544, 0.036197852, 0.04502335, 0.013557558, -0.024878448, 0.0018707999, -0.036732186, -0.03407838, -0.07471579, 0.02871018, 0.016101617, -0.015277267, 0.008902967, 0.0016615469, 0.012391054, 0.047422897, 0.034306813, -0.066267714, 0.0015300112, -0.0034444493, -0.01465553, 0.011516053, -0.00285617, 0.010473699, -0.05327056, -0.015939975, -0.030206919, -0.032191314, -0.0064756074, 0.008570745, 0.020889295, 0.035238426, -0.012904535, 0.0379558, 0.021640643, -0.0610614, -0.014733, 0.020283947, -0.0031662937, 0.0070774807, -0.008019523, -0.0068579856, -0.05819753, -0.02522979, 0.040291786, 0.03273608, -0.009955129, -0.02841123, -0.024861814, -0.056975413, 0.010532421, -0.007420629, -0.0017490099, 0.028431095, 0.090888925, -0.03016918, -0.027858518, -0.032302678, -0.010420563, -0.02382517, -0.06980149, 0.03786244, 0.057078704, 0.0309538, 0.0014401274, -0.05151758, -0.0032104908, 0.034348525, 0.04173539, -0.023773028, 0.003898524, 0.046125792, 0.0029401875, -0.017326098, 0.008584648, 0.019357298, 0.0388894, 0.008325675, -0.06651501, 0.0033828097, 0.0012285776, 0.038342647, -0.04967943, 0.0044177147, -0.070455, 0.0038839986, 0.009445249, 0.035674438, -0.021288559, 0.016843531, 0.00556932, -0.032354202, -0.021680247, -0.018244924, -0.020249184, -0.006528246, 0.010799403, 0.012504279, -0.017263683, -0.059027348, 0.033622008, 0.009015198, -0.0034955367, 0.081910476, 0.016562458, 0.035290074, 0.007901147, 0.06666598, 0.045332227, -0.0036037946, 0.016624035, 0.008017536, 0.07929937, -0.051197022, -0.0112675065, 0.054387156, -0.006830177, 0.02276295, -0.026750613, 0.06720628, 0.053235054, 0.008762306, 0.07180773, 0.042574137, 0.036013365, -0.041078392, 0.03617004, -0.011097423, 0.028870085, 0.013158543, 0.063858226, 0.0041555744, -0.008277256, 0.025502669, 0.011468379, 0.0037299297, 0.020669242, -0.0016694303, 0.04802676, -0.002649586, -0.021702718, 0.012909501, -0.043265402, -0.010621188, -0.014147017, -0.0073722107, 0.009401549, 0.03694473, 0.020336585, -0.016243644, 0.032165494, 0.03001896, -0.026180523, -0.033514246, 0.03175034, 0.029416587, 0.01104466, 0.02915215, 0.042879045, -0.068140864, 0.00723515, 0.02668407, -0.022542339, 0.022632593, -0.0196488, -0.027509412, -0.016097024, 0.031257715, 0.051933974, 0.0034662376, 0.088020585, 0.03454518, -0.05711247, 0.009056912, -0.043009154, -0.06289483, -0.018477377, -0.035437066, -0.03493873, -0.0071996436, 0.00597057, 0.0018997266, 0.0072975974, -0.024305377, 0.008990368, 0.018128721, -0.03969984, 0.03002087, -0.018248897, -0.01602452, 0.0028852206, -0.030939894, 0.010075926, 0.05903529, -0.038708635, -0.036309086, -0.038253758, -0.036642797, -0.03006837, 0.017544724, -0.014135595, 0.014381161, 0.01087743, 0.013546136, -0.056184832, 0.017779117, 0.007980788, -0.00020310763, -0.026315598, -0.021548279, -0.02636774, -0.021452434, -0.015327052, 0.03646204, 0.008308542, -0.0112630995, -0.010702629, 0.023876319, 0.027101459, 0.029139735, 0.007861109, 0.058464453, 0.04218878, -0.04152334, -0.006333581, -0.036322992, -0.00045935097, 0.009387644, 0.013877862, 0.020398162, 0.06104551, -0.054756623, -0.048146937, 0.024071977, 0.041826263, -0.06636107, -0.0018297067, 0.047029596, 0.028756239, -0.057835516, 0.016958244, -0.0040224246, -0.05553727, 0.054063234, 0.05614709, -0.020825235, 0.019067287, -0.00049709226, -0.06124812, -0.012785352, -0.038516954, 0.019163625, 0.03605036, 0.015744068, -0.028305704, -0.030743241, -0.031466287, -0.02662597, 0.013650421, -0.019983506, 0.039079595, 0.021713644, -0.02284936, 0.03216748, -0.019040758, 0.014301272, 0.015428234, -0.021264846, -0.045017388, -0.04988204, 0.008521581, -0.005953189, -0.036666635, 0.02512988, -0.0025564744, 0.022733776, 0.0032929257, -0.0031484163, 0.026305027, 0.027049068, -0.004856457, -0.03525432, -0.026992457, -0.011500162, 0.028683364, 0.00407854, 0.015261377, -0.014397301, -0.023883644, -0.107431516, -0.06831567, 0.045667928, -0.004180839, -0.029581208, 0.021828359, 0.060934275, -0.007933736, -0.048018314, 0.022149965, 0.01572197, 0.020078355, -0.0051963767, 0.016819073, 0.013489524, -0.08829471, -0.04012046, 0.04158343, -0.04303535, -0.04532925, -0.016925469, -0.049826417, 0.00038684803, -0.015081112, 0.041142445, -0.00077981036, 0.014767264, -0.0041706585, -0.022869224, -0.039548878, 0.0016613606, -0.006976176, 0.005056337, 0.029672584, -0.03999184, -0.016037308, 0.026667185, -0.012074351, 0.056599487, 0.0032906912, 0.032383125, 0.017821327, -0.010905985, -0.020655649, -0.044975672, 0.020890467, 0.0095194895, -0.055759747, -0.04959203, -0.018230027, -0.0026173072, -0.022730177, 0.03372679, -0.033623125, -0.017477931, 0.04489001, 0.0019387715, 0.027291408, -0.008171481, 0.018137658, -0.015467961, -0.014625735, -0.0013231791, -0.008247833, -0.009198938, 0.0007170841, -0.020268552, 0.0019387094, 0.030124733, 0.00022520611, 0.0091204755, 0.037286386, 0.0041048597, 0.012520511, -0.02177603, 0.069914214, 0.018959029, 0.0022028983, 0.0409314, -0.0072445236, 0.06394762, -0.029342843, -0.06636107, 0.057962645, -0.03969587, -0.04097113, -0.009449222, 0.0022734147, -0.017034223, 0.040269934, -0.025274733, -0.00022272315, 0.03041996, -0.011309469, 0.015326927, 0.02531446, -0.03682952, 0.015623892, 0.05200052, 0.011763358, 0.01819421, -0.043781485, 0.042707223, 0.024516927, 0.0037488006, -0.036837466, -0.023306228, -0.03780452, 0.021534933, -0.035232466, 0.025048284, 0.016347928, 0.031008674, -0.025636626, 0.0128946025, -0.011949084, -0.01554245, -0.035633966, 0.019337434, 0.011670991, 0.011925, -0.03413654, 0.003865997, 0.003133022, -0.03891969, -0.021584032, -0.0030719405, 0.044014268, -0.011330327, -0.020181647, 0.009767043, 0.035761096, 0.031314824, 0.03914763, -0.044135433, 0.057292238, -0.041129045, -0.057871766, -0.0028493418, 0.02990896, 0.009782562, -0.022548422, -0.017295433, -0.01709729, 0.043348826, 0.0469998, 0.03741153, 0.028987281, 0.076222464, 0.05986063, 0.0049291463, 0.026534999, 0.026407963, -0.012435748, 0.03767721, -0.004129689, -0.04023418, -0.051204972, -0.013863647, 0.009325073, 0.0071887183, 0.054792374, 0.08069133, -0.021259757, 0.021491792, -0.031222954, 0.0054347427, 0.013656431, -0.013343525, -0.016318133, -0.0547745, -0.03585619, 0.04339054, -0.024569567, -0.029820569, -0.039394934, -0.012822596, -0.008732138, -0.011120763, -0.057008184, -0.02263483, 0.022214709, -0.009747179, 0.005342873, -0.0038108751, -0.07411193, 0.03531391, -0.0071579297, -0.008142182, -0.021705328, 0.003312293, 0.01030436, 0.030445285, -0.058594313, -0.0045200135, -0.030207913, 0.005333437, -0.0033296738, -0.020868935, 0.043051366, 0.03681959, 0.028089559, -0.0012663188, -0.019106021, 0.041551646, -0.04905918, 0.0022962582, 0.037267517, 0.013374314, -0.039024472, 0.014806247, -0.01628188, 0.005585118, -0.0006098195, -0.0060942215, 0.03849808, -0.0053045107, -0.013938695, 0.019010674, -0.004313678, -0.009383019, 0.01452654, -0.009757856, 0.0027556093, -0.07032242, -0.026491392, 0.0068592275, -0.03932243, -0.0414568, 0.013166737, 0.014602333, -0.013443977, -0.014211077, 0.06789853, -0.019744145, -0.019642824, 0.017445404, -0.05431167, 0.027086312, -0.023073323, -0.029064748, 0.032922305, -0.038467787, 0.048439927, 0.006074358, 0.044061936, -0.03267835, 0.006587838, 0.0019188456, -0.01956587, 0.026910517, -0.013871903, 0.0030828656, 0.0069322265, 0.013638502, 0.021472795, -0.012116933, -0.06123223, -0.016192494, 0.0138182705, 0.0022168339, 0.022494294, 0.04061159, 0.01461183, 0.002538597, -0.0048060524, 0.038809944, -0.029101498, -0.021972371, -0.014905815, -0.0053349272, -0.009806739, -0.01497449, 0.0062973294, 0.0053751515, -0.011854731, -0.044793796, 0.010233844, 0.039801147, 0.026458118, 0.018871132, 0.027850572, 0.028375475, -0.0067159594, -0.028318118, 0.010663399, 0.007065066, -0.0735915, -0.0018292101, 0.052051168, -0.011146586, -0.004834855, 0.02962938, -0.016389394, 0.041425016, -0.052246828, 0.0012017614, -0.04690048, -0.064116456, 0.005414879, -0.014312384, 0.028207129, 0.0022545443, 0.028103342, -0.011754839, 0.03461346, 0.027469685, 0.018739471, 0.025658103, -0.020266812, 0.036650743, -0.016581472, -0.025749478, 0.060479388, -0.00872593, 0.021977337, 0.023951055, -0.034032695, 0.031402722, 0.02438086, -0.050124377, 0.058538694, 0.014185442, -0.042671468, -0.012226185, -0.0029625655, 0.0132511575, 0.005578259, -0.018811043, 0.04575831, 0.03332256, -0.02391704, -0.041726448, -0.015094521, -0.015733143, -0.010545891, 0.032937203, -0.004817723, -0.0009460147, -0.040126912, -0.040427353, 0.05181479, -0.038766243, -0.048710074, 0.06799387, -0.004239716, 0.044001352, 0.017302385, -0.020558905, 0.06878843, 0.03626638, -0.020853044, -0.020180654, -0.002974608, -0.009372994, -0.041471448, 0.022110423, -0.011439825, 0.044981632, 0.07533555, 0.07269763, 0.00013954338, -0.07819519, -0.019533092, -0.014143541, -0.0122242905, -0.05014027, -0.033393823, 0.01323924, 0.011248885, 0.04296595, 0.014379671, -0.01124094, 0.07019677, 0.005413885, 0.004839076, -0.0078506805, -0.022853455, -0.03688911, -0.0064423354, -0.01764305, 0.07756824, 0.04330711, 0.028127922, -0.020937467, 0.0021217049, -0.03377744, 0.013745767, 0.0142068565, -0.008444299, -0.0025847182, 0.028043253, -0.017731445, -0.015065967, 0.04469907, 0.044926014, -0.049058188, 0.061687358, -0.011181596, -0.026406473, -0.02188621, 0.03709669, -0.04269332, 0.021977337, 0.04471099, -0.0015781809, -0.0027868948, -0.010129309, 0.082683176, 0.014972359, 0.034569886, 0.01456515, 0.00023091698, 0.017903887, 0.033291772, -0.03578096, -5.4749667e-05, 0.006272996, -0.0109519195, -0.013476116, -0.020133974, -0.03494643, 0.016501065, 0.011726113, 0.039863717, -0.023176119, -0.065228835, -0.03716919, 0.056202706, -0.030632006, -0.02160191, 0.007219508, -0.0087390905, -0.020373333, -0.018363114, 0.020107158, -0.024498552, -0.010392753, -0.058439374, 0.011542869, 0.022294164, 0.029450107, -0.016431358, 0.039736837, 0.0011223061, -0.034529287, -0.0003075479, 0.02906568, -0.005018161, 0.03787138, 0.013808587, 0.021856168, 0.03490869, 0.008460499, 0.01730735, 0.017361294, -0.043198854, 0.030013496, 0.05891859, -0.0072880373, -0.0084972475, -0.012705897, 0.017440936, 0.005456096, 0.021410225, -0.03221118, -0.03298537, 0.049925737, 0.030569434, -0.041852087, 0.020578677, 0.0030818724], [-0.018039286, -0.10094941, -0.019886632, -0.025895681, -0.025436237, 0.038366087, 0.0108148055, -0.041323215, 0.046363685, 0.032423284, 0.021714132, 0.0025742059, -0.078776695, 0.0052026655, -0.02332519, 0.04586798, -0.02033494, -0.02008423, 0.029340949, 0.051932994, -0.032084055, -0.0009945601, -0.008087118, 0.015438096, -0.036515743, 0.0476922, -0.008025012, -0.011546376, 0.019990142, 0.010795958, -0.004155279, -0.03537698, -0.0033180555, 0.0009234589, 0.036929216, 0.0055770176, 0.021566218, -0.011971271, -0.0430285, -0.06342569, -0.054879837, 0.0119921155, -0.022471404, 0.022134457, -0.0009677186, 0.04208848, 0.025300032, 0.036577422, -0.030781677, -0.04915976, 0.024584452, 0.014883564, -0.054114573, -0.01051084, -0.036799006, 0.04108496, 0.017154519, 0.036327142, 0.030448442, -0.0011996541, 0.008492452, -0.034675393, -0.036769312, -0.0018520576, 0.0032101187, 0.031740114, 0.02404134, -0.012246538, 0.0008456919, -0.023845457, -0.020970425, 0.011037711, 0.013838586, -0.019232443, 0.043766353, 0.010536825, -0.066635236, 0.021230416, -0.018311555, -0.026596984, -0.020680454, 0.0030296533, 0.030173248, -0.060590778, -0.078982286, 0.019679897, -0.014361014, -0.004942532, 0.035572298, -0.015089444, -0.03627817, 0.0177219, 0.019657338, 0.000102796905, -0.022990527, 0.0139798075, 0.0003629302, 0.04674975, 0.047405366, 0.02097942, 0.022938415, -0.05838179, -0.01434131, 0.005886836, 0.0155194765, -0.0027047007, 0.026548441, -0.04367041, -0.0031147462, -0.0055121984, 0.021136185, -0.012829053, 0.0056998027, -0.059370924, 0.016860977, 0.003991518, 0.058666192, -0.026649525, -0.06458387, -0.04118044, -0.024760349, 0.012772515, 0.0048897057, -0.0009103237, -0.007028024, -0.010327377, 0.012191713, 0.018639361, -0.05236474, -0.0025893396, 0.051212844, 0.01754115, 0.01942276, 0.0050273393, -0.053673692, 0.0025693516, -0.009075253, 0.03197241, -0.022243965, 0.013841603, -0.03452716, -0.03865783, 0.031452995, 0.0010185103, 0.035036325, -0.035796165, 0.007463055, -0.057726458, 0.0028109243, -0.0061872317, 0.005737209, -0.0024614148, -0.0012472691, 0.008179778, 0.015279047, -0.036851548, 0.008306328, 0.030599212, -0.016897528, 0.031303942, -0.016235342, 0.035183955, 0.036808427, 0.023506226, -0.024216667, -0.04878912, 0.02969003, 0.0016675943, 0.0073901694, 0.04994787, 0.057424635, -0.008134661, -0.0019393992, 0.05547149, -0.048064977, -0.017633095, 0.028117238, -0.041740112, 0.036865827, 0.04855669, -0.016913518, 0.013011804, -0.0074009486, -0.0010719433, -0.04247225, 0.015198522, -0.046784297, -0.03993317, 0.0037446627, 0.03159577, 0.04738024, -0.020486565, 0.005567023, -0.0027755164, -0.0077032, 0.050162893, -0.054578304, 0.022431426, 0.029767128, 0.011723416, -0.028236026, -0.011883893, 0.01567767, -0.012100624, -0.048442468, -0.055763893, 0.0272309, -0.0029902477, 0.045746904, -0.050839495, 0.008232604, 0.04361073, 0.016088856, 0.06204878, 0.014074038, 0.04168072, 0.024127005, -0.046160378, 0.032349043, 0.059887193, -0.035181668, 0.0025850567, 0.042562485, -0.012629171, -0.029117223, 0.006342569, 0.0061226976, 0.022924852, 0.018927194, 0.00177496, 0.043467097, 0.0018857521, -0.047588114, -0.052370455, 0.013725385, -0.00682343, -0.041518528, 0.05727958, -0.058635354, 0.035399828, -0.043521926, 0.014687394, 0.03502633, -0.032783646, -0.0093153985, -0.02049599, -0.06799216, 0.005295754, -0.007971329, 0.002828628, 0.07033821, -0.017271878, -0.03236732, 0.0007230049, 0.008811123, 0.016066015, -0.0115327425, -0.02310189, -0.023929404, 0.03771904, -0.022280088, -0.02784229, 0.006801336, -0.050190017, 0.05432531, 0.029354228, 0.013804196, -0.020368636, 0.02580659, -0.0457609, -0.014072325, -0.068316534, 0.04995016, 0.03597424, -0.0096219685, 0.022553926, 0.023927407, 0.020693017, 0.06345081, 0.02364129, -0.05196783, -0.035691015, 0.023036785, 0.0007315713, 0.029931033, -0.014605156, 0.0007308574, -0.03608628, 0.010758267, -0.036332425, -0.01988549, 0.02672948, 0.018586822, 0.04115417, 0.04416933, -0.025717787, 0.052129455, -0.011034248, -0.041813213, -0.028546128, 0.036593415, -0.003770362, -0.0031907016, 0.00018503443, 0.002181579, -0.030030973, -0.05475648, 0.03053582, 0.036566574, -0.008844389, -0.011035819, -0.014824171, -0.038578536, -0.018782707, 0.00683942, -0.01057666, 0.040611632, 0.089721136, -0.02436208, -0.013306488, -0.018421205, -0.0403672, -0.011588352, -0.053408418, 0.020127634, 0.06764607, 0.03738495, -0.021888886, -0.039542545, -0.050168317, 0.03582358, 0.048314545, -0.0050581787, 0.016176235, 0.0316683, 0.012351547, 0.004233519, -0.006692364, 0.018915057, 0.025962787, 0.035869267, -0.076370105, -0.046546437, -0.00661441, 0.06328634, -0.062210403, -0.021966556, -0.057091687, -0.0020468007, -0.0048143216, 0.01704287, -0.039472297, 0.012679427, -0.0006830283, -0.025486778, 0.0016727342, 0.004080466, 0.005474506, 0.008322838, 0.0059773545, 0.006391683, -0.020089084, -0.056243613, 0.045952212, -0.0025253773, -0.029650053, 0.05945316, -0.0029808248, 0.034574024, -0.0063515636, 0.0680881, 0.029354228, -0.019220738, 0.0050033536, -0.007236902, 0.053577747, -0.049834225, -0.0068762563, 0.03062434, 0.009608655, -0.0015944942, -0.009303833, 0.03796975, 0.021834062, 0.032481253, 0.028120665, 0.025888829, 0.04118372, -0.02999842, 0.03859224, 0.011818217, 0.014206532, -0.0045139263, 0.022161977, 0.015485782, -0.019626213, 0.052695975, 0.04382061, -3.5122277e-05, -0.01675229, -0.012912433, 0.026369119, 0.016433798, -0.009184618, -0.020915171, -0.058948312, -0.047526438, 0.0151020065, 0.01505632, 0.022957975, 0.030747695, -0.019858077, -0.022898583, 0.03587726, 0.026312865, -0.006742906, -0.022300074, 0.013770787, 0.0137833515, 0.027703336, 0.052234534, 0.040218715, -0.059539966, 0.04388971, 0.017348833, -0.010176893, -0.030328512, -0.01518653, -0.051003255, 0.018865516, 0.0070727123, 0.040922947, -0.0033957246, 0.09296039, 0.053139146, -0.005315742, 0.004713809, -0.002654016, -0.032486103, -0.02007852, -0.042059924, -0.03231021, -0.027240608, 0.016970627, -0.037024017, 0.009232875, -0.03116686, 0.043909125, 0.059569094, -0.0186999, -0.002236975, -0.021741545, -0.00427321, -0.030940512, -0.029749423, 0.05008265, 0.075822994, -0.0515892, -0.0127719445, -0.045525678, -0.038683616, -0.012252249, 0.039792683, -0.011580071, -0.0019474302, 0.012867888, 0.037153084, -0.05257262, 0.0012552644, -0.013597603, 0.008507014, -0.041752104, -0.0097507145, -0.040923446, -0.021911303, -0.011790805, 0.05519051, 0.009941602, -0.0045247767, 0.036526773, 0.03525134, 0.010113502, 0.03688467, 0.03499035, -0.0028029287, 0.022539936, -0.034408405, -0.009022713, 0.00010850784, -0.010435028, 0.00931911, 0.013859306, 0.0065061874, 0.059722718, -0.042455122, -0.0020433739, 0.02283005, 0.029613717, -0.050388757, 0.007857109, 0.056358974, 0.052202553, -0.08285887, 0.031592913, 0.011184303, -0.06765407, 0.026588991, 0.048495583, -0.037121102, 0.0020503697, -0.039199315, -0.019959018, -0.025861418, -0.02465298, 0.03572078, 0.03874301, -0.01416884, -0.0323202, -0.025553027, -0.013403574, -0.0043920693, -0.010608355, -0.008020443, 0.025973352, 0.023787204, -0.013597746, 0.031310793, -0.042231824, 0.02702245, -0.015370421, -0.0113028055, -0.048847944, -0.03901485, -0.016097425, -0.025240066, -0.024230372, 0.036490615, 0.006257476, 0.005809167, -0.019709593, -0.02372724, -0.01394183, 0.0065818573, 0.016751327, -0.010539252, -0.004671441, -0.017917927, 0.030952148, 0.03530731, -0.0063951095, -0.009140929, 0.017251603, -0.06704186, -0.058890063, 0.057790134, -0.009815534, -0.018832393, 0.04984108, 0.06612125, 0.028387938, -0.021762677, 0.03538498, 0.00044887981, 0.03189788, 0.014309329, 0.050630905, 0.0037096832, -0.0865527, -0.049680598, 0.025614133, -0.037255883, -0.030241707, -0.037852675, -0.008260302, 0.004721233, -0.018563122, 0.010478716, -0.01794948, -0.00079496275, 0.0037623667, 0.008334973, -0.021067083, -0.0005570664, -0.005148554, 0.009301264, 0.05001469, -0.008416211, -0.013729668, 0.047689196, -0.010349935, 0.049083237, -0.03537013, 0.058562253, 0.014876995, -0.059736423, -0.006670377, -0.027051577, -0.009332817, -0.0009842804, -0.049959294, -0.033123445, -0.062478814, 0.0008446479, -0.028609887, 0.014355017, -0.005833724, -0.016927224, 0.029060684, 0.004180407, 0.0035669098, -0.040251557, 0.025889972, -0.042832118, -0.021173878, 0.024502214, -0.008096925, -0.0066955048, -0.0056960904, -0.017538294, 0.014589665, 0.016922655, -0.019289268, -0.00655987, 0.01856512, -0.0072371876, 0.02203423, -0.010631484, 0.06917547, 0.0075155953, 0.009177193, 0.03849858, 0.004081608, 0.049598932, -0.009763992, -0.08309645, 0.11800171, 0.022667859, -0.05233276, -0.010913033, 0.007296296, 0.0040661884, 0.036771595, 0.003364314, 0.00026612976, 0.0018330687, -0.0020293822, 0.030859059, 0.01964506, -0.04568751, 0.018481597, 0.034171976, -0.0125709195, 0.018222464, -0.03976184, 0.022128176, -0.0035407823, 0.0019691319, 0.002974257, -0.015841004, -0.018357135, 0.021194438, -0.06553417, 0.0042306636, 0.03124112, 0.00440085, -0.0045390544, 0.049242, -0.017882092, -0.036243904, -0.015200806, 0.025945652, -0.002419368, -0.005215801, -0.031174302, 0.018553128, 0.0074234353, -0.031251974, -0.025599854, 0.009527417, 0.04798674, -0.02367898, -0.015067742, -0.021696, -0.029944167, 0.031718556, 0.03991604, 0.014610867, 0.036850974, -0.038774993, -0.054918386, -0.018316695, 0.010711437, -0.02696177, -0.027648369, -0.021325218, -0.026059702, 0.040434588, -0.0059747845, 0.03280706, 0.024506781, 0.024456525, 0.049685173, 0.027329128, 0.009790263, 0.012331917, -0.0037594398, 0.0439057, -0.001886109, -0.027702624, -0.09095013, -0.0021307513, 0.032470115, 0.024381142, 0.057456616, 0.030694583, -0.009678899, 0.024213238, -0.03071857, -0.008036434, -0.0062716105, 0.0032677993, 0.017725559, -0.08582856, -0.011673159, 0.025909387, -0.042978242, 0.0006307732, -0.03613854, -0.0034939526, 0.012024954, -0.02061078, -0.022957405, 0.011534954, 0.028796839, 0.028537849, 0.003912279, -0.03395496, -0.041330066, 0.00944932, -0.009259717, 0.004919974, -0.014190542, 0.03450264, -0.008833394, 0.009882209, -0.027912784, -0.016006013, -0.039607648, 0.015666962, 0.017357115, -0.0045573297, 0.040139336, 0.023980234, 0.012793431, -0.017902652, -0.016994612, 0.03369911, -0.021497115, 0.008230605, -0.0005759482, 0.019574244, -0.061728362, -0.01599634, 0.010278548, -0.011126052, 0.021432012, -0.010734852, 0.011771666, 0.0018639435, 0.0052379305, 0.003533358, 0.009621005, -0.0020599356, -0.009672618, 0.023172136, 0.022007102, -0.0866555, -0.04929911, 0.006145541, -0.038334105, -0.052780498, -0.019993998, 0.024572743, -0.01667023, -0.0073636845, 0.04486096, 0.0062866015, -0.0047672065, 0.020670174, -0.08384572, 0.02764323, -0.009311115, -0.033528924, 0.021152178, -0.059245285, 0.04245284, 0.006013012, 0.049520697, -0.028809119, -0.019989429, -0.016794158, -0.012751956, 0.022052791, 0.011600059, 0.0023891001, 0.0067066415, -0.026392533, 0.026491905, -0.018500015, -0.07876527, 0.009425334, 0.031742543, -0.01569623, -0.018108245, 0.013480242, 0.01771419, 0.008678343, 0.02483516, 0.026619831, -0.019104233, -0.007129536, 0.035775606, 0.003370596, -0.00291315, -0.022125721, 0.010433314, 0.018858662, 0.0061001396, -0.03932324, 0.011292383, 0.028759148, -0.013665135, 0.022679852, 0.06460386, 0.00732485, -0.021476557, -0.01659656, -0.028604953, 0.038175344, -0.07171569, -0.046606403, 0.02608243, 0.0031681436, 0.024154989, -0.019204745, -0.035049178, 0.019347519, -0.05486842, -0.007362257, -0.05451434, -0.04661725, -0.03434673, -0.02474093, -0.02207735, 0.021398604, 0.0075352984, -0.013084904, 0.071203984, 0.018948896, 0.029518703, 0.006250052, -0.050027825, 0.02908924, -0.0024008788, 0.027646655, 0.050966706, -0.041258108, 0.021534236, 0.03125711, -0.036068007, 0.031881317, 0.017168796, -0.017104262, 0.0030994695, 0.050475564, -0.04049741, -0.0075675654, -0.012790006, 0.006270611, 0.036530595, -0.0064031053, 0.042983953, 0.014462248, 0.005078988, -0.024502497, -0.02161726, -0.03183506, 0.014217382, 0.01491526, 0.00427321, -0.0153384395, -0.023792915, -0.00017018599, 0.030299101, -0.02418811, -0.051030666, 0.057837464, 0.007453632, 0.04771604, 0.042661287, -0.043174274, 0.04395253, 0.01765137, -0.012737678, -0.022656437, -0.002942276, -0.033973806, -0.0548747, 0.011126623, -0.0144075565, 0.03729015, 0.06350564, 0.022476256, 0.017237613, -0.041490544, -0.018600814, 0.0013158004, -0.03573463, -0.022847468, -0.007604544, -0.002212989, 0.027321134, -0.010028409, -0.0032355324, -0.039413188, 0.040481422, 0.024468875, 0.0123493355, 0.021199077, 0.015839862, -0.011919872, 0.023166995, -0.019106517, 0.05970901, 0.013384157, 0.03154951, -0.045815434, 0.001445296, -0.037148517, 0.010541536, -0.0076566557, 0.0064764903, -0.026893953, 0.03808511, -0.017027166, -0.008692799, 0.0138752265, 0.057049997, -0.0077725877, 0.002818491, -0.0341537, -0.043720666, 0.0060947146, 0.035528325, -0.038765855, 0.030783106, 0.009327105, -0.011338498, 0.030574083, -0.022398302, 0.05951655, 0.02539369, 0.011922728, 0.029040124, 0.010102651, -0.01142302, 0.048019003, -0.026937356, 0.011309943, 0.0056294156, -0.0148804225, 0.044773765, -0.016548589, -0.022611894, 0.009530415, 0.008325951, 0.05648347, -0.048195757, -0.05641494, -0.035627123, 0.0557025, -0.016469207, -0.039685316, -0.0053043202, 0.014061188, -0.011581784, -0.00042603604, 0.0018834678, -0.012316211, -0.013211686, -0.06813379, -0.016356701, 0.0014054622, 0.026181228, 0.008161218, 0.041659016, 0.011756682, -0.04039622, -0.022425717, 0.016923226, 0.011110633, 0.054647405, 0.021935144, 0.0483648, 0.03100526, 0.0072137727, 0.006978768, 0.017597402, -0.067162074, 0.011124909, 0.045082007, -0.005674389, 0.013560053, 0.007464197, -0.0052974666, 0.0038297556, 0.007877098, 0.011244874, -0.005896544, 0.028490733, 0.020579511, -0.049463585, -0.0129986685, -0.0084756045], [-0.04188384, -0.0789863, -0.0413133, -0.013041144, -0.018205017, 0.021349367, 0.012660978, -0.04332615, 0.033209674, 0.038555212, -0.030836975, 0.0271839, -0.09418365, -0.015083593, -0.0065167993, 0.051988136, -0.011025393, -0.009084226, 0.042662166, 0.030076643, -0.021137228, -0.023845403, -0.0055758883, 0.020804076, -0.033799656, 0.06618254, -0.012923321, -0.012032833, 0.014609764, -0.002885779, -0.0060446393, -0.060550284, 0.01181997, 0.0020848187, 0.0111159375, 0.029583298, 0.017328314, -0.0073032673, -0.03673408, -0.049246293, -0.059066765, -0.0010453113, -0.031184059, 0.038238313, 0.0029716792, 0.026982497, 0.03645995, 0.019722197, -0.018093, -0.025087671, 0.028355157, 0.009170996, -0.024024168, 0.01627923, -0.041310985, 0.032054666, 0.02748571, 0.014845626, 0.02850142, -0.014763209, 0.018065719, -0.0129677225, -0.04794618, 0.009541876, 0.0022693877, 0.011103748, 0.020758804, 0.01047749, 0.019798812, -0.03443433, -0.01583696, 0.015946077, 0.0013167601, -0.02585767, 0.060956568, -0.0061325706, -0.06946205, 0.023685211, -0.031741247, -0.030589722, -0.012316218, 0.021681938, 0.0044560675, -0.05403813, -0.035058558, -0.0047900914, -0.019537048, -0.023066789, 0.042436972, 0.008424014, -0.050003145, -0.0019649286, 0.012311138, -0.0025897718, 0.022399612, 0.009182604, 0.001975122, 0.063329265, 0.036600407, 0.038160536, 0.030907786, -0.05545127, 0.006100648, -0.013552482, -0.029055128, 0.0029147994, 0.028957618, -0.047388997, -0.020977473, 0.021060616, 0.0030169508, 0.0016988486, 0.01114902, -0.05681479, 0.04140283, -0.019936368, 0.030029051, -0.02035426, -0.053866323, -0.005098287, -0.043365616, 0.011770635, 0.0061012288, 0.0057297684, -0.010039864, 0.0031109767, 0.011832159, 0.0182944, -0.048928235, 0.012104368, 0.054079045, 0.01909819, 0.028727777, -0.009916383, -0.032539885, 0.032312367, 0.0001439407, 0.056077674, -0.025279006, 0.056547802, -0.029623928, -0.0023642841, 1.625137e-05, 0.01870997, 0.020683352, -0.007844188, -0.00041092752, -0.04577764, -0.019202154, -0.009482094, 0.010699205, -0.01660716, 0.022316612, 0.02161026, 0.02578802, -0.047393635, 0.019415164, 0.036934722, -0.035214398, 0.02631561, -0.010714876, 0.012441004, 0.03975085, 0.0064385897, -0.030824205, -0.048234068, 0.031324513, 0.011707951, 0.004850744, 0.06824183, 0.07002483, 0.004037305, 0.011421716, 0.028318012, -0.06261885, -0.02478334, 0.0057843267, -0.032110386, 0.021791345, 0.026316773, 0.004198077, 0.0037958557, 0.0062364633, 0.0008694483, -0.030559542, 0.0012467123, -0.027406774, -0.0066131465, -0.020194866, 0.016112072, 0.023617158, -0.034465022, 0.023746733, 0.013661018, -0.030212458, 0.029305283, -0.036386818, -0.00493171, 0.017041303, 0.037798945, 0.025405534, 0.004017281, 0.025150936, -0.030246122, -0.01091606, -0.051516842, 0.024774052, -0.021460515, 0.044694748, -0.024692794, 0.024905805, 0.048106376, 0.028873462, 0.04480387, 0.024735166, 0.04477949, 0.03636476, -0.056294743, 0.029860733, 0.04348257, -0.04316364, 0.021604601, 0.052507013, -0.016049389, -0.026883828, -0.005724545, -0.023945233, 0.030167187, 0.020509228, 0.00137919, 0.05048488, 0.0003557889, -0.022881929, -0.04985224, 0.0051795435, -0.003528869, -0.037981775, 0.038127456, -0.019785173, 0.03833466, -0.03470364, 0.027775478, 0.051122166, -0.034127876, -0.030320413, -0.027196668, -0.04077701, -0.0038398942, -0.02086676, 0.025264494, 0.062669925, -0.024086852, 0.006116609, -0.003163213, -0.02008089, -0.007464394, -0.009013706, 0.013695261, -0.014031897, 0.04875643, -0.01113451, -0.040983632, -0.012558391, -0.02647116, 0.064671166, 0.0033001888, 0.020636916, -0.043771904, 0.023064902, -0.020527802, -0.01955098, -0.070988305, 0.034394864, 0.023254842, -0.010983678, 0.03198966, 0.009963831, 0.02130473, 0.048426762, 0.0044598402, -0.062295564, -0.019205637, -0.009399676, 0.047360558, 0.03183469, 0.0019301404, -0.0061752307, -0.05058819, 0.008100147, -0.04282468, -0.013344697, -0.007527286, 0.026450556, 0.052731052, 0.04379396, -0.02344115, 0.03983907, -0.015124221, -0.042246092, -0.040054984, 0.009501211, -0.0016795862, -0.021386802, -0.011266261, -0.0016778088, -0.029047001, -0.06381797, 0.03694981, -0.0026849585, 0.004962472, -0.0383039, 0.007944598, -0.05637368, -0.0031220044, 0.012439263, -0.016834931, 0.024998087, 0.07808319, -0.010875938, -0.017754622, -0.017545676, -0.04034519, -0.0053432183, -0.07221935, 0.02420715, 0.066783845, 0.037510484, 0.002890422, -0.04219204, -0.043833427, 0.03927608, 0.038958598, 0.0066584186, 0.01921028, 0.040025093, 0.017378518, -0.0017545676, 0.014682532, 0.021065257, 0.042748068, 0.01779409, -0.056081157, -0.025988262, -0.013081628, 0.032548662, -0.06463866, -0.030068154, -0.063454635, 0.00553127, 0.014954743, -0.00011608121, -0.025551796, 0.015711593, 0.008679392, 0.0052573183, -0.0045717135, 0.02252643, -0.014834889, -0.022158742, -0.004794299, 0.0023941752, -0.012501947, -0.033072352, 0.042522293, -0.0014031318, -0.027740799, 0.06710887, 0.008186047, 0.058193833, -0.019233495, 0.05565398, 0.0126760695, -0.022647446, -0.010460368, 0.00457447, 0.028305242, -0.050188877, 0.007836643, 0.05131022, -0.0011271485, 0.022136109, -0.020980373, 0.037783857, 0.037668355, 0.021233575, 0.054908738, 0.026805473, 0.032617804, -0.0112523325, 0.05352273, -0.006551043, -0.004478413, 0.046348907, 0.032135922, 0.014662037, -0.028309887, 0.026961602, 0.039387517, 0.03140949, 0.00914662, 0.0034278783, 0.020976456, -0.009042727, -0.01856835, 0.007512196, -0.052789092, -0.037854664, 0.020191167, -0.008769319, 0.04180897, 0.028569907, -0.008838278, -0.00929796, 0.039424516, 0.034123234, -0.005758789, -0.03238666, 0.039342247, 0.017197432, 0.017007058, 0.044512212, 0.038412433, -0.054753184, 0.034126714, 0.026682284, -0.0013825273, -0.01657814, -0.023321876, -0.022502342, 0.05018118, 0.006602119, 0.013659276, -0.019264838, 0.07635822, 0.054035805, -0.04565699, -0.0032398265, -0.0018410481, -0.041533858, -0.03929117, -0.027502287, -0.02431205, -0.022060074, -0.008008733, -0.041887905, 0.013517948, -0.053462364, 0.01776507, 0.0348441, -0.04413408, 0.004639186, -0.03322012, -0.029837515, -0.04449625, -0.019833637, 0.03570078, 0.06761499, -0.06411165, -0.017304953, -0.054939207, -0.058114897, -0.002752866, 0.019115092, -0.010732434, 0.012605241, 0.01303592, 0.033942148, -0.07091169, 0.010984262, 0.0090647815, 0.009283015, -0.043495633, -0.004577082, -0.028773632, -0.023952197, 0.0020302604, 0.02764358, 0.022907466, -0.0002854147, 0.013203078, 0.022408318, 0.013458456, 0.029319791, 0.052012507, 0.033205032, 0.038067672, -0.025384638, 0.0052448395, 0.02811371, -0.00046316406, 0.030590156, 0.038083926, 0.012576239, 0.05433065, -0.029727237, -0.024832092, 0.004680104, 0.036971867, -0.046571784, -0.015782837, 0.06840434, 0.01772444, -0.059080694, 0.043135777, 0.018640323, -0.0562251, 0.03041328, 0.04829907, -0.033642657, -0.012665622, -0.02219705, -0.053165197, -0.016787665, -0.04503835, 0.054003593, 0.038337126, -0.020934084, -0.042074796, -0.018888734, -0.025982749, -0.014676148, -0.028668286, -0.024688734, 0.05790131, 0.01753697, -0.034848742, 0.031014143, -0.047005925, 0.023096679, -0.018127242, -0.011286286, -0.058686018, -0.06145804, -0.001599309, -0.0008659659, -0.011252913, 0.03873166, 0.008305611, 0.007436743, -0.022666018, -0.033557918, -0.010729314, 0.008583045, 0.004842328, -0.015684893, -0.0077903555, -0.018933427, 0.015853211, -0.004826657, -0.026808957, -0.0062782527, -0.01659555, -0.055375382, -0.045987602, 0.031564806, 0.0026437496, -0.01200512, 0.0300453, 0.06121659, 0.015463759, -0.03863589, 0.0068412465, 0.016964689, 0.014704008, 0.03426253, 0.015276289, -0.010743316, -0.072598554, -0.074301265, 0.030985268, -0.03856218, -0.022100702, -0.022931263, -0.0368198, 0.004775581, -0.0027662152, 0.0024751415, -0.032121994, 0.018438341, -0.026148826, 0.0009820471, -0.017970532, 0.00834769, -0.0092991935, -0.001773721, 0.029842593, -0.0028894064, 0.0130881565, 0.017890437, -0.009107732, 0.044145685, -0.0025388415, 0.054223854, -0.0044591147, -0.007688639, -0.019820867, -0.035870258, -0.0071703363, -0.018494058, -0.022020606, -0.0031940471, -0.05574452, -0.013769554, -0.011792981, 0.0073374934, -0.04125889, -0.015201706, 0.023848886, 0.0055042813, -0.0051540784, 0.012303447, -8.5900094e-05, -0.02661626, -0.01955214, -0.004885931, 0.0032967064, -0.045935657, 0.027246002, -0.032794103, -0.0071929726, 0.023557812, -0.027175194, -0.015888037, -0.003363453, 0.0018068041, 0.0036530758, 0.0025938347, 0.07156871, 0.026945932, -0.018064559, 0.027025448, 0.0019178793, 0.08739523, -0.020729784, -0.054889727, 0.08364348, 0.019160945, 8.241767e-05, -0.018077327, 0.014199925, -0.0012072447, 0.017558444, -0.018864939, 0.015575778, -0.0035143588, -0.019550398, 0.013654343, 0.012172276, -0.029809656, 0.019091297, 0.054911055, -0.022648025, 0.0019176616, -0.04454036, 0.022816924, -0.0010627235, -0.015464049, -0.016141092, -0.030696517, -0.018295487, 0.024201771, -0.051530775, 0.038443778, 0.042385317, 0.022303846, 0.014813123, 0.0069143777, -0.009184346, -0.045002367, -0.03135847, 0.049343806, 0.014291919, 0.025347494, -0.026642961, -0.0053252256, -0.004206783, -0.011803138, -0.02042304, -0.0036995083, 0.033830274, -0.048329253, -0.009425795, 0.013865031, -0.0057976763, 0.06363108, 0.030996006, -0.011599416, 0.011113905, -0.026508305, -0.055180367, -0.018781941, 0.014675567, -0.028333973, 0.010858237, -0.007905421, -0.020693943, 0.045629203, 0.024356162, 0.042613417, 0.025189916, 0.010542786, 0.04369703, 0.02897155, 0.028465435, 0.0011740164, -0.0296425, 0.013209026, 0.010815287, -0.007701989, -0.08914108, -0.0042021037, 0.017653052, 0.019979898, 0.06333391, 0.032484747, 0.0024075243, 0.013200755, -0.040707648, 0.02765693, 0.016244404, 0.014224302, -0.003623475, -0.06269314, -0.012634279, 0.028442219, -0.030020922, -0.043975193, -0.032653645, -0.027451467, -0.002477173, -0.025616802, -0.054047413, 0.0007849992, 0.023320425, 0.041283123, 0.00035870908, -0.05871156, -0.024710208, 0.027580097, 0.014645241, 0.03404778, -0.04249849, -0.0026617423, -0.0071842666, 0.019588705, -0.04801119, -0.043614034, -0.015726682, 0.0346189, 0.00553098, 0.019455211, 0.056158785, 0.013424212, -0.0013854292, -0.022913272, -0.07632107, 0.051280037, -0.022793708, 0.0038554925, 0.0069973753, 0.019120608, -0.091295555, -0.012778365, 0.02223797, 0.001304898, 0.010202378, -0.015606249, 0.032696016, 0.015081852, 0.008922002, 0.012290679, 0.0044145687, -0.0035828466, -0.01977516, -0.0034864992, -0.01788173, -0.081628315, -0.025770029, -0.0028277382, -0.04432213, -0.062232297, -0.009009643, 0.02578396, -0.007959398, -0.05618331, 0.049592216, -0.028847922, -0.024834996, 0.026247123, -0.065467484, 0.01567372, -0.032466177, -0.06760897, 0.03685056, -0.060917098, 0.016803626, 0.0074825953, 0.05268694, -0.03334781, -0.020459604, 0.015520059, 0.0029928638, 0.035186537, 0.019178938, -0.015145116, 0.019601474, 0.006168991, 0.012807241, -0.0337599, -0.08395341, -0.015298343, 0.019030355, -0.009908692, 0.0028117772, 0.024358481, -0.028988091, 0.003167276, 0.029793983, 0.0047001285, 0.009057817, -0.0017284492, 0.048898634, 0.012530967, -0.017783642, -0.024986772, 0.015057185, 0.0040901215, -0.013251832, -0.017430754, -0.0027618625, 0.028307565, 0.026117403, 0.03217191, 0.0402796, 0.017792927, -0.0008424413, -0.006890001, -0.002527088, 0.045456246, -0.079074524, -0.008670106, 0.050429165, 0.017479219, -0.0006013007, 0.0031272278, -0.052965537, 0.02677413, -0.0446814, 0.01537844, -0.056118302, -0.050527833, 0.0015740613, -0.028753318, -0.0020499942, 0.022757068, 0.03889359, -0.013434079, 0.019217826, 0.04203301, 0.017489957, 0.01130631, -0.010810643, 0.0775585, -0.0063153985, -0.007449512, 0.037572008, -0.02839927, -0.00950589, 0.033338524, 0.0083706165, 0.02634347, 0.03776354, -0.013662759, 0.0082319, 0.04419618, -0.05999077, 0.010453694, -0.041394558, -0.0028347033, 0.009230779, -0.015706368, 0.028651165, 0.02747178, -0.024062473, -0.02847008, -0.029708084, -0.03365775, -0.022150617, 0.01562163, 0.013311033, -0.01932172, -0.004863803, -0.009648816, 0.01575135, -0.041724235, -0.05724661, 0.053321905, -0.010396814, 0.03488937, 0.039530296, -0.034726854, 0.041938692, 0.030712767, -0.019848727, -0.036085587, -0.013222231, -0.0437217, -0.05993273, 0.031922333, 0.0060408665, 0.028620983, 0.086290136, 0.024883168, 0.026997153, -0.06903582, 0.007077472, -0.003709085, -0.027220463, -0.031880546, -0.0025630733, -0.014242585, -0.010478651, -0.024462664, -0.009338734, -0.036923114, 0.07815516, 0.019833056, -0.020173464, 0.02282447, -0.0066067623, -0.01825261, 0.006816144, -0.022242755, 0.052556932, 0.02381232, 0.030983238, -0.02116886, -0.009328286, -0.043920487, -0.00035869094, 0.009236583, 0.020560304, -0.01107676, 0.015381921, -0.014630876, 0.0008856997, 0.01780976, 0.07217466, -0.026646517, 0.038703945, 0.004055007, -0.04169289, -0.0088848565, 0.020553049, -0.046527673, 0.05757628, -0.0028950656, -0.02610086, 0.025135066, -0.037845667, 0.039783355, 0.031425506, 0.0048003937, 0.042814232, -0.0075659556, -0.0041104355, 0.03028791, -0.016103657, -0.0047790636, -0.00034592202, -0.02471224, 0.00354454, -0.022316324, -0.026177183, 0.03393518, 0.028321495, 0.05224119, 0.0250422, -0.022151778, -0.05417452, 0.047613613, 0.00017151, -0.024641285, -0.031444658, 1.33493395e-05, -0.027029512, -0.01988239, 0.013667403, -0.0082303025, 0.0116969235, -0.067875005, -0.029417302, 0.030101018, 0.018651929, -0.0017864899, 0.04942274, 0.021730404, -0.056062583, -0.01770703, 0.016893009, 0.02514203, 0.04908958, 0.015608136, 0.0056309546, 0.0042132223, 0.010068304, 0.0043344726, 0.015884552, -0.03120089, 0.027281407, 0.060548395, 0.009231068, 0.021800052, -0.0046787984, 0.015589707, -0.006743738, -0.02258476, 0.0008399927, -0.023478584, 0.055296447, 0.03337422, -0.047370423, -0.0073386542, -0.0026745114], [-0.026414223, -0.07734965, -0.014197629, -0.052858856, 0.013242648, 0.061387666, -0.01211907, -0.016811894, 0.037821945, 0.030417945, 0.01768851, 0.020156672, -0.024351612, -0.02157369, -0.015761245, -0.006511068, 0.030444644, -0.014277972, 0.02381825, 0.03635004, -0.021383092, 0.0074167284, -0.018121129, 0.021710152, -0.029825624, 0.012886663, 0.01512047, 0.01966027, -0.014573638, 0.017855005, -0.027892428, -0.05147348, 0.0031175895, -0.03009459, -0.024624286, 0.0062267743, -0.0092037, 0.012320054, -0.069818586, -0.050129883, -0.04167128, 0.04607536, -0.0173701, 0.0220696, -0.016851325, 0.036651146, -0.006981265, 0.021304725, -0.010048671, -0.02958138, 0.055741347, -0.034655157, -0.06550202, 0.012261712, -0.007673458, 0.016875675, 0.019218255, 0.0015864207, -0.010863976, -0.0065402393, -0.001221227, 0.021090144, -0.075723484, -0.011726745, 0.040441893, 0.03299241, -0.0067120516, 0.019747289, -0.015489311, -0.035680592, -0.005466103, 0.044413105, -0.0030330434, -0.0046035806, 0.027416298, 0.007566972, -0.058068104, -0.015705869, -0.01521639, -0.009006425, 0.0068574115, -0.0028429371, 0.0027553623, -0.0384108, -0.031213969, 0.014974122, 0.024148775, 0.00042990153, 0.017899133, 0.02609841, -0.026700865, 0.021058165, 0.05637223, -0.010753225, -0.00030753165, 0.036161173, 0.023819365, 0.04379013, 0.014547927, 0.0024586462, 0.026704328, -0.010234574, -0.02436669, -0.030822383, 0.019046813, -0.00739003, 0.03485293, -0.010115912, -0.003750452, 0.044363663, 0.009769406, -0.011389301, -0.014733831, -0.040200613, 0.007025763, -0.016517837, 0.058982786, -0.004606022, -0.03666388, 0.0016837604, -0.0029818702, 0.012148983, -0.010193042, 0.017570835, -0.028799355, -0.023070807, 0.031596653, -0.011504254, -0.062155012, -0.005252265, 0.026865633, 0.009294675, 0.049613453, -0.019982636, -0.050888084, 0.0061016846, -0.0008326098, 0.029910667, -0.029232316, 0.05717814, -0.04086314, 0.0068635917, 0.020088937, 0.009090477, 0.017349828, -0.0014419871, 0.0108877085, -0.043610163, -0.018365374, -0.0057328446, -0.020289179, 0.004336592, -0.02651793, 0.013118548, 0.01791001, -0.027242756, 0.00081777707, 0.04608253, -0.058816664, 0.013522679, -0.004872547, -0.0027964613, -0.0032441623, 0.03344462, -0.009955719, -0.04478096, -0.0053669713, 0.005276986, -0.0147714075, 0.0039989003, 0.08385429, -0.01894385, 0.04530307, -0.009773029, -0.066317074, -0.016455416, 0.03416172, -0.025948355, 0.026205948, 0.0045635323, 0.011689664, -0.019720837, -0.0088131055, -0.010413926, -0.060834404, 0.033260882, 0.00041828258, -0.004124978, 0.0058880937, 0.02968422, 0.0053691342, -0.012854032, -0.0036646698, -0.0040932116, -0.03003625, 0.010917311, -0.06576381, 0.0143724065, 0.03914193, 0.0043113763, 0.0060042837, 0.032796804, 0.03342874, -0.009596767, -0.05406426, -0.048413984, 0.05298753, 0.009229905, 0.07073821, 0.0098617785, -0.017069489, 0.007813875, 0.039494578, 0.027084539, 0.023439277, 0.03532362, 0.0052685807, -0.053219784, 0.018149804, 0.05859912, -0.008553038, -0.0029002903, 0.03475602, -0.04100158, -0.024095993, 0.0029352708, 0.002282755, 0.015956046, 0.016071742, -0.011330589, 0.058729645, -0.015917668, -0.001566582, -0.065140344, 0.0028711194, -0.012210786, -0.04285419, 0.03974868, -0.047868636, 0.043944392, 0.00021062455, 0.035481833, 0.0200301, -0.019387163, -0.0018606407, 0.0016830188, -0.031659443, 0.00035202978, -0.017951295, -0.011747511, 0.052764915, 0.030822383, -0.02261643, 0.014595888, 0.008745122, 0.014386498, 0.01673526, 0.020957638, 0.02520573, 0.0234881, 0.010781901, -0.025820792, 0.021055534, -0.045975238, 0.03916035, 0.011448681, 0.022715809, -0.022280717, -0.017383942, -0.009103664, 0.016621541, -0.03711343, -0.0019440746, -0.00047711903, -0.032092065, 0.026544627, 0.011419214, -0.007837607, 0.030534135, 0.019190753, -0.06916891, -0.012809534, 0.032102942, -0.028817989, 0.002026767, -0.0033007737, 0.011636761, -0.055084255, -0.008584434, -0.047874074, -0.0093465885, -0.0103349425, -0.01283994, 0.020186339, 0.068633944, -0.025385698, 0.0364603, -0.03795641, -0.09510738, 0.014639891, 0.018498251, 0.007855407, 0.022510128, 0.028120853, -0.019911438, -0.02657281, -0.034902893, 0.05778035, 0.020047404, -0.0039749513, -0.026261078, -0.027739156, -0.05767998, 0.015306374, 0.0264141, -0.032298733, 0.04356072, 0.101392485, -0.023182917, -0.009758444, -0.022744488, 0.014431244, -0.006669778, -0.04564521, 0.008609897, 0.07538975, -0.015613658, -0.0070880605, -0.060125895, -0.018038066, 0.026452666, 0.021857738, -0.006718108, -0.007193867, -0.0020731192, 0.009267357, -0.01556644, 0.0074222907, -0.011127257, 0.030272583, -0.0021250336, -0.08143754, -0.016179033, -0.0047622905, 0.057400633, -0.050557803, 0.003817941, -0.07670294, -0.00543405, -0.022645602, 0.03568356, -0.0061328337, 0.006708343, 0.0035966865, -0.01602329, 0.009717036, 0.026378503, -0.039952416, -0.0032968184, 0.0193473, 0.033826504, -0.030395202, -0.05922011, 0.024847766, 0.016980493, -0.028977688, 0.08971617, 0.013406798, 0.044644993, -0.0048767575, 0.0473579, -0.0053699375, 0.0113717485, 0.021301758, 0.0013407539, 0.043418325, -0.0544242, 0.0023415915, 0.016765418, -0.0048067886, 0.0015149147, -0.028425418, 0.07309982, 0.06421973, 0.017113369, 0.06643475, 0.03772899, 0.0051281643, -0.014447065, 0.03321144, 0.0012929185, 0.0144745065, 0.012177165, 0.03841278, 0.027483046, 0.010890427, 0.04481853, 0.0004451669, 0.04297532, 0.0013324723, -0.0068546925, 0.02615354, 0.0034122665, 0.004089874, -0.024179304, -0.054173034, -0.011153214, -0.014863556, 0.021254292, 0.030975655, 0.04298323, 0.0032261156, -0.012986043, 0.025108822, 0.024711305, -0.039503478, -0.036331996, 0.0058144247, 0.037540615, 0.0029620933, 0.033485845, 0.030974666, -0.049100243, 0.04554237, 0.026067037, -0.016269512, -0.006852715, -0.04762587, -0.04331351, 0.0055785845, 0.037558414, 0.028361883, 0.004791956, 0.090368815, 0.02415137, -0.01828948, 0.0095305145, -0.029279782, -0.07754248, 0.006841838, -0.036373775, -0.046907045, 0.02257391, 0.033922423, -0.019019127, -0.0018046472, -0.037672132, 0.010940364, -0.0066582514, -0.07252407, 0.016921656, -0.038387068, -0.03271108, -0.008221774, -0.04874624, 0.024804255, 0.063717395, -0.030488152, -0.030274129, -0.020568034, -0.037228636, 0.0074200663, -0.0032025068, 0.006265339, -0.0017176284, -0.011684472, 0.028194025, -0.022631263, 0.0011668403, 0.011582374, 0.027865728, -0.018972775, -0.028304776, -0.03374245, -0.052764915, -0.003969235, 0.021828813, 0.0034837103, -0.019753221, 0.036302578, 0.008424982, 0.017184196, 0.051665314, 0.0048038224, 0.040287137, 0.036870178, -0.05672426, 0.0061783204, -0.027223224, -0.024734048, 0.015492131, 0.027726427, 0.012285445, 0.07956664, -0.036233358, 0.010128273, 0.028874354, 0.019003429, -0.065761335, 0.014905396, 0.035353284, 0.05463878, -0.043632906, 0.008762921, 0.025292749, -0.06942107, 0.046489686, 0.07728834, 0.0058982293, 0.0009473162, -0.013538809, -0.044628676, -0.020254446, -0.017920393, 0.0041531604, 0.036791317, 0.03283469, -0.032796126, -0.021326974, -0.01829838, -0.017298903, 0.0066250325, -0.009322857, 0.032196883, -0.0024761364, -0.024533683, 0.04906366, -0.025471235, -0.015568418, 0.033644553, -0.044713713, -0.030998893, -0.017915944, 0.026809638, 0.01695775, -0.018838044, 0.026221275, -0.0015396359, -0.0026450132, 0.015656427, -0.017929122, 0.045427665, 0.014007028, -0.025732785, -0.027601708, -0.02108273, -0.02943948, 0.050961256, -0.02740542, -0.0029905227, -0.010472393, -0.0112617705, -0.072411336, -0.05268927, 0.057193406, -0.012314615, -0.03324506, 0.031117061, 0.048955873, 0.008569849, -0.030057017, -0.003714112, 0.014059437, 0.032539025, -0.025716962, 0.022801839, 0.01917969, -0.048778377, -0.050470788, 0.042161502, -0.010986098, -0.008050704, -0.053726077, -0.026860999, 0.034991365, -0.02340998, 0.010454592, -0.029705975, -0.0048696967, -0.021904955, 0.0027660544, -0.004496291, 0.005992417, -0.022751655, 0.046103545, 0.03023501, -0.017657854, -0.0070663057, 0.05623775, -0.0040013725, 0.07663175, -0.016629452, 0.015022574, 0.0363184, -0.034093738, -0.020245174, -0.048801616, 0.017298903, -0.028103052, -0.051281642, -0.027038123, -0.0088225, -0.011282258, -0.019931214, 0.03993956, -0.034659114, -0.011536392, 0.037451617, -0.009648434, 0.01610388, -0.008780967, 0.016183728, -0.015720207, 0.002434543, 0.013040924, -0.0018842494, -0.0097327335, 0.019946048, -0.0033798814, -0.016017664, 0.030314118, -0.013008292, 0.016602753, 0.045839027, -0.008608167, 0.013016697, 0.013060207, 0.05613489, -0.0005596878, -0.034997053, 0.035721134, 0.0027242755, 0.04963274, -0.01888353, -0.060928844, 0.08946303, 0.00018392569, -0.040808264, -0.03678909, -0.014231991, -0.012415446, 0.03839696, -0.0451765, -0.021118078, 0.0051012184, -0.0054297624, -0.011033872, -0.0017794315, -0.023647057, 0.032449532, 0.046156447, 0.00985807, 0.008929789, -0.029413275, 0.01563838, 0.0008721637, -0.01071466, -0.012299906, 0.0033096734, -0.05162972, 0.017931765, -0.003912376, 0.023940004, 0.03945107, 0.067059696, -0.035070475, 0.003727956, 0.0007213644, -0.020953683, -0.026044272, 0.034284342, 0.020859743, 0.003992967, -0.035270717, -0.0075588753, 0.02523045, -0.036306534, -0.031558085, 0.0049778596, 0.03453254, -0.032651752, -0.0071770567, 0.007631185, 0.010897102, 0.011474589, 0.02003356, -0.020319585, 0.046717122, -0.041031245, -0.037152, -0.020422673, 0.02982167, 0.034277417, -0.01596391, -0.025549354, -0.027832888, 0.028156202, 0.066703714, 0.035656117, 0.015487333, 0.07046529, 0.052952796, 0.05004163, 0.009708012, 0.04956698, -0.022239186, 0.013599128, -0.025565669, -0.028082285, -0.039389357, -0.032720726, 0.014531612, -0.04720759, 0.04096005, 0.08292477, 0.016301896, 0.04684913, -0.042897575, 0.014101216, 0.0019173757, 0.027029162, 0.009129536, -0.03442179, -0.03358819, 0.025125138, 0.006249147, -0.048728436, -0.026371889, 0.0066711376, -0.0072274883, -0.014094789, -0.026951045, -0.03929681, 0.024786457, 0.017312992, -0.0063451887, -0.023431737, -0.07285435, 0.010663734, 0.012055042, 0.022030538, -0.04476118, 0.025609178, -0.00995918, 0.0017843139, -0.051960982, -0.012795195, 0.027447445, 0.0051667294, 0.012548477, -0.010398847, 0.0369834, 0.0040013725, 0.02094874, -0.00849618, -0.0022066135, 0.03487468, -0.042615384, 0.023110854, 0.043233413, 0.019722568, -0.042417612, -0.005806954, -0.01619337, 0.0027346583, 0.039947473, -0.03225819, 0.034403004, -0.0050515286, 9.1962844e-05, 0.0141207455, 0.01674317, 0.0047632796, -0.01891542, -0.009650134, -0.017012136, -0.048414975, -0.036915664, 0.009071689, -0.040923465, -0.07409436, 0.0037497107, 0.02962291, -0.023190457, -0.038667902, 0.03718562, -0.020374713, -0.048588023, -0.0027857076, -0.064405635, 0.008208425, -0.019899571, -0.046740115, 0.020789597, -0.009010844, 0.0659957, 0.013641154, 0.03688402, -0.041101735, 0.015266821, 0.016588334, -0.0017868478, 0.027139915, 0.03270713, -0.008612988, 0.01696764, 0.05804141, 0.0070247743, -0.057628192, -0.055831242, -0.019839253, -0.0021576658, -0.00825317, 0.02164254, 0.03280502, 0.008319176, -0.006734053, -0.010819972, 0.040999606, -0.026822109, 0.012983323, 0.022613958, -0.032232482, 0.015584241, -0.012684939, -0.011719577, 0.026687624, -0.0029517105, -0.029034546, 0.018032627, 0.051616862, -0.03543437, 0.011517418, 0.05041838, -0.013680338, -0.011774457, -0.0301559, 0.005378837, 0.03448606, -0.05680436, 0.0028330488, 0.05046881, -0.010474122, 0.0031633237, 0.011106737, -0.0041043363, 0.042448267, -0.066527694, -0.017646976, -0.06938547, -0.049288124, 6.563477e-05, -0.0025643604, -0.0063671907, -0.0016226992, -0.009661042, -0.018720865, 0.045360424, 0.008162938, 0.0509484, 0.05349073, -0.008656373, 0.040172927, -0.02623512, -0.019398225, 0.034878638, 0.030375425, 0.0054415674, 0.04582815, -0.03355358, 0.009663515, 0.021931652, -0.026372073, 0.032194905, 0.013591712, -0.041008506, -0.009875128, -0.031884655, 0.013275281, -0.023443602, -0.011811786, 0.023245584, 0.02744893, -0.0024701417, -0.03001462, -0.019595254, -0.005935064, -0.033163976, 0.016710043, 0.010778192, -0.00047168037, -0.028399706, -0.009011709, 0.05584814, -0.02795899, -0.040544737, 0.060573846, -0.0022647085, 0.04343019, 0.03019941, -0.031691704, 0.09022247, -0.0039296807, -0.022837438, -0.025489528, -0.035583686, -0.02477657, -0.015898447, 0.0050841607, -0.030540561, 0.070298664, 0.00061914226, 0.061988883, 0.002186095, -0.097708434, -0.032875232, -0.0499467, -0.03462846, -0.06056099, -0.010867436, 0.013143888, 0.013438441, 0.06391714, -0.008569354, -0.013229299, 0.07403404, 0.004003844, -0.034750085, 0.0006140744, -0.012539084, -0.04178376, 0.0010738886, 0.0010125801, 0.041658174, 0.038432557, 0.014602314, -0.016456403, 0.00012459482, -0.05769432, 0.022777118, 0.0071195797, 0.022003839, -0.0005315057, 0.027353505, 0.014353124, 0.011644671, 0.024932805, 0.030191498, -0.031279232, 0.06326054, 0.0042139743, -0.033063114, -0.009031888, 0.016395282, -0.038565062, 0.019939497, 0.0148144225, -0.032929618, 0.017658843, -0.002103279, 0.09602107, 0.0026085803, 0.024365703, 0.016734602, -0.010324066, -0.0032414428, 0.020122556, -0.033790905, 0.02102562, -0.007745644, -0.018876363, -0.01056176, 0.0075755315, -0.025428219, 0.0010736414, 0.027989335, 0.02805361, -0.028822193, -0.0681771, -0.054623086, 0.04629229, -0.035147604, -0.048841167, -0.029297581, -0.008415836, -0.022401355, -0.007743172, 0.020521557, -0.01635863, 0.021990737, -0.044751294, 0.053302847, -0.015531337, 0.023738772, 0.0039840676, 0.026460266, -0.002468164, -0.02741877, -0.014156591, 0.026170844, -0.0026179743, 0.014564739, 0.010357439, 0.009679428, 0.055331964, 0.027365865, -0.005152391, -0.00028281045, -0.020059146, 0.03385419, 0.066589996, -9.93792e-05, -0.005131131, -0.0019111028, 0.05070811, -0.014948411, -0.01562231, -0.009068722, -0.038526498, 0.032453984, 0.01574567, -0.06685006, 0.025785195, 0.019831093], [-0.0040735803, -0.08004377, -0.015585565, -0.043900892, 0.010234397, 0.06180658, 0.01432359, -0.035671577, 0.036497436, 0.050429955, -0.008305703, 0.020671535, -0.051877975, -0.019303355, -0.03237389, 0.00041281097, 0.019057645, -0.03255213, 0.028181164, 0.045841835, 0.007900219, 0.002906612, -0.045305192, 0.011514026, -0.023401108, 0.0369894, 0.011865823, 0.025676193, -0.005365461, 0.025843384, -0.017226359, -0.050760496, 0.0021566579, -0.035053257, 0.007796686, -0.0041282745, -0.009887765, 0.02894601, -0.046267495, -0.04958944, -0.051517654, 0.013846043, -0.023839382, 0.031722426, -0.010294271, 0.043396436, 0.014386048, 0.0019664068, -0.0037166197, -0.021938432, 0.062058326, -0.037888765, -0.055855952, 0.020146424, 0.023350902, 0.02484949, -0.0014405745, 0.017092064, -0.006350827, -0.016644558, 0.003038971, 0.012414835, -0.07867549, 0.01135164, 0.023588477, 0.005514395, -0.007376308, 0.0031043096, -0.03186223, -0.046965085, -0.008749262, 0.03294705, -0.0114895245, 0.016082931, 0.0037656238, 0.037333626, -0.070211016, 0.023023728, -0.002111017, 0.0036748222, 0.00034014566, 0.018988583, 0.0084570395, -0.047133233, -0.03341739, 0.017613107, 0.008637201, -0.005743801, 0.03834037, 0.03273854, -0.020562477, 0.008478179, 0.060255744, -0.0013811811, -0.007057542, 0.020983336, -0.019624194, 0.016747849, -0.0008666988, 0.018052222, 0.04385915, -0.041456692, -0.049484465, -0.02442707, -0.00067692826, -0.008335491, 0.016965965, -0.007886407, -0.01157456, 0.02849825, 1.681511e-05, 0.014345692, 0.00015950332, -0.052712966, 0.015519925, -0.02196702, 0.018675612, -0.0014854949, -0.029877087, -0.0066510965, -0.0094818, 0.0036013161, 0.012618058, 0.02622869, -0.024769617, -0.01749396, 0.027628666, 0.013277691, -0.06565772, 0.0020088651, 0.035851736, 0.030999377, 0.06515615, -0.011046086, -0.0344508, 0.023690568, -0.029836971, 0.042248204, -0.009522157, 0.055468723, -0.032177392, -0.011389354, 0.020872595, 0.010195722, 0.014117005, 0.0036499598, 0.00626579, -0.055991434, -0.020284308, -0.01690543, -0.035391483, 0.004004638, -0.005617688, 0.010727079, -0.0060270163, -0.03245124, -0.0009118594, 0.033936735, -0.031247279, 0.013852527, -0.039601985, -0.011960828, 0.031710416, 0.0259534, 0.015670842, -0.050531805, -0.004999252, 0.005440409, 0.00905902, -0.0050675934, 0.06962801, -0.014833088, 0.026799561, -0.004579235, -0.044232387, 0.0058963387, 0.0033457265, 0.010986333, 0.048246875, 0.013528957, -0.003246277, -0.03442005, -0.0053267865, -0.0019082747, -0.0514158, 0.013300272, -0.027473249, -0.017656825, 0.023206772, 0.024531322, 0.015660632, -0.014053589, 0.004723965, -0.015743626, -0.028073547, 0.01620352, -0.07525675, -0.0022955027, 0.020278782, 0.029172776, 0.010010275, 0.042929694, 0.029148752, -0.0065353126, -0.05308338, -0.03997768, 0.029566249, 0.01150778, 0.04918083, -0.042724792, -0.013058134, -0.001632507, 0.03655749, 0.06592868, 0.023310846, 0.022477718, 0.009435439, -0.021381132, 0.02708482, 0.04377982, -0.017998893, 0.0072401054, 0.022826992, -0.05272738, -0.017921304, 0.011208952, 0.00046794047, 0.043739703, 0.036692012, -0.02999047, 0.057993874, -0.009862062, 0.00810104, -0.050579853, -0.0035840205, -0.03453549, -0.031236708, 0.037487127, -0.063082606, 0.031173293, -0.009049412, 0.054646708, 0.021543037, -0.01913079, -0.03672564, -0.005488932, -0.04243557, 0.0058362847, -0.0034652038, 0.009468708, 0.049157772, 0.035084005, -0.02882302, -0.002106693, 0.012590194, 0.024336748, -0.0020705706, 0.009315811, 0.023385974, 0.034431882, 0.028470384, -0.07927508, 0.024230095, -0.040146794, 0.031008985, 0.026936846, 0.03539821, -0.031106992, -0.019174991, -0.017367607, -0.0039712484, -0.037576485, 0.011703316, 0.003740161, -0.039435755, 0.0019577593, -0.008377648, 0.014914523, 0.03575661, 0.01655832, -0.05908157, 0.02700891, 0.05008981, 0.0082639055, 0.0100603225, -0.016632546, 0.004231162, -0.038479697, -0.008967738, -0.04458112, 0.001027163, -0.005014746, 9.080159e-05, 0.051349502, 0.05091423, -0.0324964, 0.03338712, -0.03141783, -0.08574746, -0.0010511846, 0.05074608, 0.027052147, 0.034216344, 0.039643783, -0.0013202264, -0.025169818, -0.037598524, 0.065355286, -0.014927734, 0.0077839545, -0.015439154, -0.02675236, -0.051766276, 0.0030656348, -0.022816181, -0.017882029, 0.046613406, 0.05681009, -0.0037353565, -0.010863762, -0.03559038, -0.013645462, 0.013190253, -0.06181811, 0.020906465, 0.04509332, -0.035816666, 0.0030910976, -0.04597347, -0.031332556, 0.028875867, 0.03302872, -0.03139141, -0.012248126, 0.006792464, 0.0080799, -0.035747964, -0.0012904396, -0.0069672205, 0.010513287, 0.006861045, -0.100587025, -0.014128475, -0.025746817, 0.055593636, -0.05394287, 0.0020067631, -0.056594856, -0.018337118, -0.017446397, 0.031239891, 0.0050152265, 0.011636537, 0.041033674, -0.013070264, 0.0073955255, 0.0010434977, -0.014858793, -0.023391258, 0.012685319, 0.00093972444, -0.035903923, -0.06159519, 0.057280913, 0.034812193, -0.055178545, 0.03505494, -0.010453233, 0.044287633, -0.030597735, 0.058685694, 0.0020447173, -0.032045998, 0.021408038, 0.002308955, 0.06748501, -0.039466504, -0.001315422, 0.01231971, -0.011378065, 0.0010241603, 0.009981449, 0.06030571, 0.052567877, -0.0126122935, 0.047557935, 0.049769543, 0.004984479, -0.0367242, 0.032913417, -0.025033373, 0.025001185, 0.0081673395, 0.038477775, 0.0090902485, 0.0010862561, 0.037859462, 0.020478882, 0.033187624, 0.01063916, -0.008570902, 0.010606491, 0.014837172, 0.02050963, -0.015850402, -0.05073743, 0.0016885974, -0.011125838, 0.011686983, 0.040147755, 0.061893053, 0.0039258176, -0.02066721, 0.023548841, 0.012227887, -0.023596885, -0.032230362, 0.020774828, 0.028803803, 0.012721471, 0.026069665, 0.03760435, -0.062390786, 0.049078982, 0.054969072, -0.024576964, 0.016927531, -0.051404275, -0.05209225, 0.014403704, 0.02365838, 0.044168487, 0.003040172, 0.100817636, 0.033262208, -0.007931568, 0.003531173, -0.036668953, -0.04866389, 0.016394733, -0.029740645, -0.04458094, 0.017129073, 0.010273552, -0.0028806685, -0.0044430327, -0.048575487, 0.0026079034, 0.027025964, -0.03961736, 0.030778136, -0.03316132, -0.022845728, -0.003936177, -0.059608124, 0.025762672, 0.064325966, -0.0360122, -0.017540922, -0.018861748, -0.026678853, 0.0080068745, 0.016739322, -0.03575181, -0.013771035, -0.039978884, 0.01570195, -0.035817146, 0.018723385, 0.007073757, 0.023956245, -0.025042022, -0.013095847, -0.039075192, -0.024547178, 0.004598692, 0.045544926, 0.03758465, -0.0049820766, 0.02154508, 0.017244134, 0.0055734883, 0.043289, -0.00944829, 0.030827863, 0.02329253, -0.041542932, -0.0052309404, -0.041924395, -0.016597714, 0.004452521, 0.033783957, 0.013801362, 0.059131533, -0.038798705, -0.01323205, 0.026020842, 0.013463618, -0.051178467, 0.01746081, 0.040323596, 0.06684823, -0.05808227, -0.0075168344, 0.012355742, -0.071184605, 0.021658102, 0.055749297, 0.018229501, -0.004859086, -0.016017715, -0.042341888, 0.014976978, -0.041382466, 0.046623494, 0.036805842, 0.004033712, -0.026279615, -0.016655607, -0.01387775, 0.0011681697, -0.021879822, 0.0041247467, 0.026654352, -0.013852288, -0.018808901, 0.030279689, -0.02374726, 0.022463065, 0.0046967003, -0.022037402, -0.028963337, -0.02353863, 0.022194263, 0.0140021825, -0.022331906, 0.00526433, 0.02006343, 0.010342134, -0.0010384532, -0.0007163237, 0.050887085, -0.012633072, 0.0102159, -0.01203001, -0.03662331, -0.023969699, 0.04912895, 0.014157361, 0.01962059, -0.020213323, -0.023620905, -0.09161256, -0.05682162, 0.05870107, -0.005946784, -0.01914136, 0.009699436, 0.04560834, 0.0063704643, -0.0484746, 0.008488268, 0.033957634, 0.041683216, -0.028213352, 0.030753395, -0.0006161537, -0.054177325, -0.084794275, 0.011452171, -0.018820433, -0.025781887, -0.070504315, -0.03620341, 0.0015911898, -0.021409959, 0.047702063, -0.036866408, -0.016938102, 0.0019116378, 0.027067523, -0.03504353, -0.0042485776, -0.021032821, 0.037748482, 0.045035668, -0.00324964, 0.014323111, 0.044465877, -0.012200083, 0.06507351, -0.012579625, 0.036023732, 0.00987095, -0.012730961, -0.025868366, -0.027022602, 0.020923281, -0.0109747425, -0.035675626, -0.034200974, -0.04197436, 0.00664389, -0.015421858, -0.0054860497, -0.03178056, -0.033156034, 0.02209025, -0.0047399392, 0.015711077, -0.0012159126, 0.012113845, -0.017485552, -0.021653056, -0.008185656, -0.0011400644, -0.018122846, 0.019534113, -0.031334717, -0.024399685, 0.0101198135, 0.014416315, -0.00058660714, 0.016572012, 0.014369713, 0.005880484, 0.018086812, 0.047213946, 0.0063687833, -0.008402751, 0.03847393, 0.00359459, 0.041447803, 0.00048775828, -0.06264253, 0.08595884, -0.009231015, -0.027615214, -0.0153315365, -0.007849294, 0.008554568, 0.04327729, 0.0059013832, -0.039896008, 0.058178358, 0.013283936, 0.0022032598, -0.029511, -0.035353526, 0.029992392, 0.046890136, 0.001935179, 0.016834807, -0.03540037, 0.023824608, 0.009941093, -0.0004316679, -0.020837044, -0.0016056028, -0.027606508, 0.032543004, -0.020149305, 0.025641002, 0.0247504, 0.035904102, -0.02244745, 0.023534909, -0.034492597, -0.032019813, -0.038331244, 0.041929677, 0.007888208, 0.024763372, -0.034751546, -0.022536092, 0.008985995, -0.059089255, -0.028713482, 0.009066707, 0.029280992, -0.041223444, -0.038355745, 0.020570165, 0.009104181, 0.0319494, 0.047357593, -0.0020709008, 0.05772099, -0.05816779, -0.021067891, -0.026634173, 0.026256552, 0.013092725, -0.017028654, -0.03169471, 0.0007062046, 0.022718655, 0.040117968, 0.020745762, 0.039307002, 0.030044278, 0.043415654, 0.022562755, 0.012228309, 0.01720618, -0.03985085, -0.0057624183, -0.01719261, -0.057473566, -0.042339485, -0.011903177, 0.014681992, -0.05315052, 0.05406202, 0.054360848, -0.011052332, 0.021332128, -0.028476147, -0.018871358, 0.018771429, 0.001400939, 0.024575043, -0.043537684, -0.0137096, 0.015253467, -0.03220334, -0.037774906, -0.06123006, -0.0151047725, 0.010158248, -0.02178109, -0.014410069, -0.023711227, 0.039667808, 0.04279926, 0.012854011, -0.044204522, -0.05257268, 0.02280417, 0.0031131976, 0.02991552, -0.029048104, 0.01793764, 0.0043611187, 0.002521666, -0.051072296, -0.010842383, 0.0024799886, 0.0028597699, 0.003842373, 0.008576667, 0.062068176, 0.021629035, 0.027262457, -0.042570096, -0.013202263, 0.03802713, -0.01929702, 0.014861194, 0.03401264, 0.02312558, -0.05287535, -0.002751913, 0.03206053, -0.0121088, 0.040882178, -0.05990215, 0.020093815, 0.00017343584, 0.008315792, -0.0039669247, 0.009772942, -0.0019255703, -0.015201821, 0.007430237, -0.015320007, -0.053084824, -0.027118148, 0.025872208, -0.040590715, -0.049936075, 0.016644558, 0.040089145, -0.025870766, -0.038499877, 0.07788759, -0.007341417, -0.012817438, 0.018809382, -0.058608826, 0.01572435, -0.0053034555, -0.04838908, 0.009441684, -0.034795508, 0.054001328, 0.0034427736, 0.04763673, -0.012345173, -0.010642643, 0.024066385, -0.017595451, 0.044240072, -0.01492323, -0.015653906, 0.0049292296, 0.013241178, -0.024777064, -0.052278657, -0.06623712, -0.029083895, -0.005277062, 0.009801768, 0.010979426, 0.02612876, 0.012681716, 0.018015709, 0.0019885069, 0.04257778, -0.012986309, 0.0027648844, 0.0328327, -0.0024847928, 0.05721197, -0.035570923, 0.004029861, 0.01230674, 0.020269414, -0.024880597, 0.0047543524, 0.046186782, 0.013845562, 0.0096662855, 0.03979512, 0.017851882, -0.016751694, -0.058416653, 0.020304006, 0.032565102, -0.0843984, 0.01810699, 0.06330937, 0.014543628, -0.0036886346, 0.037850812, -0.003068998, 0.056885038, -0.06510762, -0.023554245, -0.040049028, -0.050230093, -0.023272114, 0.01693714, 0.004419011, -0.010135667, -0.002449481, -0.028391112, 0.026844602, 0.016198475, 0.021642968, 0.02182217, 0.008100078, 0.0803474, -0.059933137, 0.005499021, 0.061043654, 0.013129238, 0.00842389, 0.0181387, -0.028270524, 0.0051347343, 0.02203356, -0.029918043, 0.03417311, 0.03456486, -0.06570672, 0.020931449, -0.020052738, 0.030945567, 0.007892532, -0.029238835, 0.033353493, 0.031557158, -0.005131251, -0.03424277, -0.0015244099, -0.025939949, 0.008055879, 0.021196647, 0.0041972916, 0.009359291, -0.003822795, -0.0091666365, 0.033500504, -0.029519167, -0.04828627, 0.06791287, 0.006401272, 0.061706647, 0.014823721, -0.038523898, 0.065250315, 0.0004170147, -0.0073823137, -0.02077771, -0.006546603, -0.02880957, -0.050772022, 0.0062982193, -0.028709639, 0.039073993, 0.011036478, 0.042239554, 0.0061603356, -0.09242857, -0.02135495, -0.05500655, -0.005655402, -0.031774312, -0.020853618, -0.00025486902, 0.01129591, 0.04437886, -0.014693524, -0.0097116865, 0.06880839, -0.0073630963, -0.033533655, -0.008837061, -0.004901124, -0.053885218, 0.023040544, -0.0073736655, 0.048825316, 0.051780928, 0.021159653, -0.0211229, -0.018844454, -0.049536355, 0.024790818, -0.0031742123, 0.024059061, -0.003539821, 0.032583255, -0.00747828, 0.014416795, 0.004779095, 0.009129163, -0.052348197, 0.050714098, -0.01171869, -0.018802837, 0.0008352305, 0.015625563, -0.03034791, 0.011270927, 0.025988353, -0.012434534, 0.022167841, -0.033612445, 0.08000533, 0.002980118, 0.0054454533, 0.03603238, 0.0026049009, 0.0050848895, 0.0054747295, -0.03161745, 0.019712444, 0.003172771, -0.042992875, -0.026303878, -0.007683064, -0.035636503, 0.004028885, 0.05285902, 0.0081404345, -0.027105957, -0.069839396, -0.035617765, 0.04769342, -0.016105512, -0.017348869, -0.0134924445, 0.006659984, -0.035873838, 0.010072731, 0.0264647, -0.009138051, 0.022435682, -0.07804901, 0.039534245, 0.005561177, 0.01095096, 0.00027462677, 0.007884365, 0.01325415, -0.0023550764, -0.012672648, 0.004220112, -0.024031913, 0.00012299052, 0.011119592, 0.01748291, 0.039603908, 0.027372956, 0.012902474, -0.0023666066, -0.009439702, 0.02851074, 0.04622522, -0.023611777, 0.01177346, 0.009766336, 0.048637707, 0.02677446, -0.010559769, 0.0065490045, -0.032306872, 0.023439301, 0.026403144, -0.071215354, 0.021708788, 0.048348967], [-0.013772746, -0.0753809, -0.003260124, -0.054936774, -0.00698429, 0.057297196, 0.0046571004, -0.035637148, 0.026860071, 0.029211977, 0.0078944005, 0.03543469, -0.021808581, -0.011417056, -0.036653925, 0.0028552099, 0.009175839, -0.017968524, 0.032026034, 0.045187622, 0.00476909, 0.011788858, -0.036809314, 0.028342547, -0.018014643, 0.007502849, -0.0071588387, 0.017772276, -0.013392429, 0.021439617, -0.0036366559, -0.052017707, -0.006098778, -0.029795222, -0.0014652109, 0.0032026358, -0.004927082, 0.021761987, -0.04906269, -0.04272503, -0.055272628, -0.0047170566, -0.0194387, 0.036920477, 0.007926685, 0.037682675, -0.0023320387, 0.015431663, -0.004178453, -0.052275743, 0.071322896, -0.02102619, -0.032728013, 0.02101484, 0.013468115, 0.042945225, -0.0061259773, 0.026005305, 0.015958145, 0.0074426564, 0.004679214, 0.009882546, -0.061331198, 0.025880424, 0.029941862, 0.005165785, 0.0061806124, 0.0117449835, -0.04517438, -0.07507178, 0.011942118, 0.070826806, -0.00574708, 0.008380676, 0.013680268, 0.025853464, -0.082382925, 0.019615142, 0.006479567, 0.011163512, -0.027077666, 0.012562734, 0.022695042, -0.043872368, -0.043849893, -0.0014522026, 0.013560356, -0.013135752, 0.022066502, -0.0017314049, -0.042768076, -0.005692918, 0.05505314, 0.012817225, -0.008693467, 0.013432164, -0.0057955654, 0.027822215, 0.013349857, 0.01149416, 0.021006087, -0.011727836, -0.03136805, -0.017034288, -0.012317705, -0.00032402566, 0.025891777, 0.015211941, 0.0019545606, 0.011352724, 0.015503534, 0.021203103, -0.0043036286, -0.061266866, 0.0055048885, -0.009177731, 0.0045689982, 0.012271348, -0.03204259, -0.02114226, -0.025619313, 0.0006731219, 0.014647261, 0.02938629, -0.014549048, -0.0032608334, 0.01905744, -0.0018005893, -0.062212925, 0.018297752, 0.044127565, 0.03224079, 0.06363107, -0.0019176643, -0.05627876, 0.034201972, -0.02413305, 0.047013517, -0.014113328, 0.044124253, -0.033990055, -0.0015737714, 0.010225493, 0.016272828, 0.009050486, -0.005163006, 0.009648396, -0.05409951, -0.016071673, -0.026122145, -0.030051133, -0.005080048, -0.018849779, 0.0012137954, -0.009833351, -0.037562378, 0.005590507, 0.0185144, -0.032758284, 0.002337715, -0.033744078, 0.0074190046, 0.023448104, 0.02042828, -0.010723594, -0.061210103, 0.0119865835, 0.027180078, 0.009310179, 0.016717833, 0.040042948, -0.021891836, 0.031857874, -0.00034578505, -0.05790646, 0.016859267, 0.0033445598, 0.0005697648, 0.013139594, 0.024128322, -0.0076773386, -0.015031006, -0.007357511, -0.011876841, -0.039217982, 0.035800815, -0.0574287, -0.01679541, 0.022740452, 0.019139746, 0.013719057, -0.023684146, 0.026055448, -0.02330856, -0.0070188213, 0.00449899, -0.059893187, -0.005199548, -0.007692712, 0.03366461, -0.0127131585, 0.024438629, 0.044591606, 0.009756484, -0.056786176, -0.045562264, 0.0441252, 0.008987573, 0.049229078, -0.036740016, 0.01824288, 0.0038012702, 0.06178105, 0.055301957, 0.010716972, 0.025206832, 0.0061792224, -0.054003958, 0.042760033, 0.041020703, -0.025963679, -0.010051655, 0.02997119, -0.04833363, -0.03288695, 0.0055228635, 0.019761309, 0.03786701, 0.0405051, -0.016615657, 0.051197, -0.0013909452, 0.0065949867, -0.041910473, -0.014451072, -0.030795446, -0.031168904, 0.012991301, -0.06383258, 0.020457134, -0.05043637, 0.026134916, -0.00807699, -0.018277649, -0.061234698, 0.0010546207, -0.03987928, -0.017857835, 0.009620488, 0.005712194, 0.049452465, 0.039682973, -0.039492343, -0.0022951423, 0.012514249, 0.02309688, 0.009767836, 0.0018696516, 0.0012828577, 0.0201447, 0.042848017, -0.07595918, 0.02212167, -0.031309865, 0.025825555, 0.002573964, 0.05082709, -0.030500984, -0.022747075, -0.063274875, -0.013345837, -0.054012477, 0.00049195136, -0.014067323, -0.033392146, 0.017847251, 0.017172888, -0.0014342275, 0.04308359, 0.010978054, -0.041762885, -0.0062449444, 0.03973075, -0.019898012, 0.0106257945, -0.005317805, 0.015621615, -0.029106729, -0.0045850812, -0.03267503, -0.004801729, 0.018191734, -0.02391262, 0.015692776, 0.06408991, -0.026284393, 0.034083713, -0.0319617, -0.078560844, -0.0027369524, 0.07101602, 0.018783554, 0.031401634, 0.04337048, -0.01620554, -0.007587167, -0.047883894, 0.05048917, 0.012804926, 0.00035098835, -0.051121313, -0.029640423, -0.065298975, 0.0042799767, -0.010535328, -0.008307297, 0.044708915, 0.045783877, 0.0016515848, -0.014519188, -0.035817843, 0.007132112, 0.036052465, -0.04924244, 0.03802311, 0.06318264, -0.0042444994, -0.011993444, -0.050249048, -0.028599404, 0.025573902, 0.0046472847, -0.013254305, -0.026208708, 0.01045432, -0.004476284, -0.013540872, 0.017927725, 0.0022308102, 0.018490039, 0.0039542955, -0.11099937, -0.012378253, -0.016309608, 0.06048542, -0.07260824, -0.024106564, -0.046513055, -0.027610771, -0.00843933, 0.030898329, -0.010777873, 0.010277999, 0.04236742, 0.016596854, 0.020316644, 0.015557075, -0.007517868, -0.022411695, -0.0019469921, 0.004726281, -0.04380827, -0.08581902, 0.057462756, 0.046474267, -0.03202083, 0.039554473, -0.011222167, 0.020105984, -0.03205347, 0.03866643, 7.3792704e-05, -0.017725386, -0.001141747, -0.008429633, 0.061749358, -0.022067921, -0.0004957356, 0.013599144, -0.024846619, -0.019449107, -0.026077205, 0.055849724, 0.026732353, 0.004329172, 0.04654995, 0.02966798, -0.0013821941, -0.051545147, 0.031746, -0.0062260227, 0.027613372, 0.02072889, 0.022652468, 0.017655378, -0.000112108144, 0.03156814, 0.027776921, 0.012622336, -0.0016502839, -0.028743206, -0.00039734534, 0.0013452978, 0.02224566, -0.013453924, -0.053823262, 0.0056858226, -0.024711097, 0.017030979, 0.0482188, 0.04617484, -0.0064596995, -0.014354573, 0.023454728, 0.037969183, -0.019365618, -0.025335731, -0.008760045, 0.0327273, 0.032835864, 0.0097921975, 0.027674157, -0.038201917, 0.054977454, 0.02494235, -0.021294871, 0.00036423324, -0.077238254, -0.06199628, 0.01938247, 0.007962398, 0.049628433, 0.029450146, 0.08002535, 0.028725466, 0.020998755, 0.033884097, -0.009583709, -0.04580824, -0.0013985137, -0.039840255, -0.034171224, -0.007774014, -0.0011087827, -0.020246163, 0.047247674, -0.04207698, 0.008928681, 0.018117528, -0.064195864, 0.013346545, -0.02959655, -0.0083679035, -0.025975358, -0.058340345, 0.050448664, 0.06393192, -0.028639138, -0.034078985, -0.011971447, -0.018501155, 0.008910942, 0.0010406664, -0.022138758, -0.022423286, -0.03742591, 0.053039927, -0.011124724, 0.005526411, 0.024256041, 0.026964374, -0.052436337, -0.020211158, -0.017168866, -0.03763428, 0.014073594, 0.04549415, 0.040365558, -0.0049722563, 0.010012156, 0.015136018, -0.0085523855, 0.04678599, -0.002149922, 0.010179135, 0.0070415265, -0.007413447, -0.0040680594, -0.07071611, -0.016424553, -0.006355485, 0.0322564, 0.015403281, 0.073657416, -0.045407113, -0.01100079, 0.0010766166, 0.021280207, -0.034404427, 0.018346002, 0.047592513, 0.051461894, -0.053569715, 0.004458605, 0.035773378, -0.058315158, 0.04546766, 0.046091113, -0.0072979094, 0.0008099163, -0.03804865, -0.054776892, 0.024548491, -0.02414062, 0.022626925, 0.059253648, -0.0069052945, -0.022608949, -0.014702029, -0.025433412, -0.007726474, -0.024835235, 0.010709402, 0.03825868, -0.00480031, -0.005611557, 0.029271608, -0.058010526, -0.00023107525, -0.015201298, -0.01629033, -0.028143402, -0.03933624, 0.010376389, 0.014043319, -0.007600412, 0.016037615, -0.008337629, -0.017694639, 0.013171052, 0.0029439032, 0.05173223, -0.0009598373, -0.0037369383, -0.0084038535, -0.018895425, 0.0033944645, 0.057633996, 0.01611661, 0.0007937446, 0.00411347, -0.0019815234, -0.07518531, -0.06309844, 0.05755831, -0.0080225915, -0.0017383858, 0.012218841, 0.0650899, 0.013143586, -0.027430072, 0.0037863697, 0.041437913, 0.024839288, -0.018097188, 0.03079367, 0.0029744136, -0.04622025, -0.061963167, 0.011867262, -0.0049493145, -0.02201293, -0.05400869, -0.03090436, 0.012411838, -0.030332588, 0.020241905, -0.04594826, -0.014849363, 0.0034408213, 0.022748966, -0.0488636, -0.022401642, -0.022579622, 0.03504018, 0.028129213, -0.016838573, -0.0022317562, 0.028815106, -0.0017800125, 0.036239784, -0.030263998, 0.040179655, 0.0015250492, -0.03840437, -0.02772477, -0.036946494, 0.033344842, -0.03187088, -0.003765793, -0.04902863, -0.056621235, 0.0070883567, 0.00091578637, 0.008538194, -0.019564528, -0.02476171, 0.07474662, -0.00040538685, -0.011583562, -0.012506917, 0.02322578, -0.025061138, -0.032517985, 0.0059053083, 0.010471824, -0.02581574, 0.011744393, -0.03248298, -0.022327024, 0.0044180425, 0.017383622, -0.008316462, 0.0035780002, 0.010886316, 0.0015039993, 0.023176823, 0.043542426, 0.0140693365, -0.0029053513, 0.060385134, -0.008977166, 0.034340806, 0.012826685, -0.07994115, 0.086885706, -0.014835172, -0.028640084, -0.02649915, 0.011402865, 0.012687141, 0.033919573, 0.0018694152, -0.044498894, 0.05401153, 0.01914826, -0.0031262564, -0.013929082, -0.017681867, 0.015045241, 0.022730518, 0.020082021, -0.017647455, -0.029919984, 0.040584095, 0.004558828, -0.003922366, -0.0027691184, -0.015556542, -0.011203068, 0.054747242, -0.04266543, 0.02921245, 0.0149761345, 0.024333915, -0.021590041, 0.03401844, -0.039948344, -0.03796351, -0.01602295, 0.06035108, -0.011824808, 0.004826327, -0.041849922, -0.0150040435, 0.010773734, -0.053441055, -0.01863597, 0.027868098, 0.03232416, -0.04066924, -0.026240991, 0.02732222, -0.016653528, 0.049730606, 0.009200791, 5.1796804e-05, 0.047443032, -0.03895498, -0.029509515, -0.025593769, 0.03444511, 0.015610941, -0.00620994, -0.01936751, 0.016410362, 0.028580481, 0.052183744, 0.0009233548, 0.016706007, 0.04261434, 0.025407396, 0.027220046, 0.005948827, 0.016346976, -0.049925495, -0.016543461, -0.01271032, -0.04564883, -0.05169652, -0.026688362, 0.023286978, -0.031312704, 0.052710697, 0.042928435, -0.004427089, 0.012239655, -0.00470665, -0.020671891, 0.012117614, 0.019256584, 0.009395798, -0.06096034, -0.02170357, 0.0038305982, -0.032177404, -0.024041284, -0.06419066, -0.021524942, 0.0076025403, -0.025231782, -0.037604008, -0.039273564, 0.020832248, 0.020718249, 0.011775613, -0.03803588, -0.030339208, 0.0020311915, 0.0057137315, 0.009604404, -0.052477017, 0.025762878, 0.020466123, -0.017276125, -0.04435367, -0.0041948315, 0.005056219, 0.011763432, -0.0019299631, 0.00797245, 0.069652036, 0.03092482, 0.034512278, -0.053268872, -0.005818862, 0.05463404, -0.04361906, 0.018875794, 0.012426502, 0.02016906, -0.06848341, -0.029962203, 0.01314057, -0.0059433873, 0.011490198, -0.047881532, 0.025394388, 0.01451635, 0.010862901, -0.010658848, 0.010595875, -0.019860644, -0.039783727, 0.00079090643, -0.008192882, -0.062549725, -0.05437387, 0.0076063247, -0.024834557, -0.07063475, 0.00991211, 0.03881307, -0.026589971, -0.015530527, 0.04400694, 0.005655312, -0.018897792, 0.021620315, -0.06621098, 0.012103423, -0.013186425, -0.04320279, 0.019398257, -0.032195024, 0.062267795, -0.0016239126, 0.047116645, -0.028174149, -0.03101564, 0.020132164, -0.019365855, 0.045969073, 0.02657578, -0.029785762, -0.0082515385, 0.020959966, -0.023235952, -0.043072235, -0.06017795, -0.031696804, -0.00020739416, -0.0070166923, -0.009543502, -0.006623959, -0.0020541335, 0.017096255, 0.02209098, 0.041605838, -0.010031077, -0.017243842, 0.028750772, -0.008329588, 0.051310997, 0.0014462898, 0.004317819, 0.028961685, 0.038142312, -0.0020564394, 0.0026291015, 0.023419783, 0.017775055, -0.013538123, 0.048631754, 0.029053986, -0.031785734, -0.03315634, -0.004214226, 0.045484684, -0.08944102, 0.012532107, 0.04988576, 0.014937051, -0.0032866136, 0.018760376, -0.0055486434, 0.055821344, -0.059283923, -0.039837074, -0.06398774, -0.0027121773, -0.02114634, 0.017063143, -0.024438394, 0.0075098267, -0.007893927, -0.027078139, 0.02275559, 0.012502187, 0.031100787, -0.0047138045, -0.018993108, 0.06582688, -0.07151838, 0.010493938, 0.046225924, -0.0013282686, 0.017740523, 0.013434293, -0.025258215, -0.0019323281, 0.014910856, -0.0237389, 0.019393291, 0.051704086, -0.037382625, 0.03980454, -0.021109682, 0.040597342, 0.026047466, -0.019131232, 0.022829114, 0.032447975, -0.010773734, -0.019995932, -0.010421564, -0.014462424, -0.010838776, 0.028721118, 0.00011400027, 0.01946358, -0.012233506, 0.0005941259, 0.05030865, -0.020881495, -0.06741058, 0.06394517, 0.008053811, 0.053876244, 0.01804421, -0.030412763, 0.058260284, -0.01324106, -0.026930552, -0.017539958, -0.012048551, -0.013062018, -0.018447703, -0.012635758, -0.019920247, 0.039830085, 0.015686626, 0.010190016, -0.0071923053, -0.07630875, -0.016056536, -0.034767717, -0.026202323, -0.019315714, -0.03294797, 0.018676177, 0.0065417704, 0.028209627, -0.003603721, -0.027993925, 0.07733097, -0.027619284, -0.031930067, -0.004647048, -0.009789374, -0.03680278, 0.029624932, -0.0019573988, 0.029624932, 0.062852465, 0.004421058, -0.023331739, 0.029636523, -0.058625467, 0.0526388, 0.00182022, 0.03152273, -0.0141797885, 0.010239211, -0.009147162, 0.0047491044, -0.012810603, -0.0072726016, -0.040657118, 0.056631643, 0.010160984, -0.01931193, 0.0019130226, 0.0062392675, -0.03480272, 0.017166028, 0.00052127923, -0.025108442, 0.037479125, -0.040394884, 0.060969803, 0.014718805, 0.00035690123, 0.031348653, -0.00036186806, 0.008858909, 0.0012847498, -0.030474495, 0.011796426, -0.023313764, -0.062298074, -0.03839086, 0.010011683, -0.017285941, 0.001397804, 0.037438918, 0.023925867, -0.037017565, -0.064737014, -0.036915272, 0.049460035, -0.019099066, -0.027717201, -0.019894939, 0.015041413, -0.023140637, -0.010762382, 0.01818517, -0.014878099, 0.045418464, -0.06999711, 0.03096834, 0.0034505185, 0.016760167, -0.010949703, 0.015942536, 0.020608326, -0.019878618, -0.012207253, -0.009053797, -0.008890602, 0.002339607, 0.015554, 0.019119406, 0.040363427, 0.025405029, -0.0115580475, -0.00061777735, -0.033710968, 0.024048854, 0.045543816, -0.0026698413, 0.011945903, 0.0013514472, 0.054876227, 0.03648576, -0.019901797, 0.016437799, -0.035743933, 0.03719909, 0.04732099, -0.057429176, 0.01463366, 0.028148249], [-0.0029529114, -0.09543552, -0.0034611998, -0.0245132, 0.017383855, 0.05229558, -0.0062991413, -0.039222494, 0.015522956, 0.057534378, -0.0011361851, 0.0294918, -0.063511804, -0.015230489, -0.021706926, 0.011192624, 0.0257932, -0.001344543, 0.03167149, 0.044053245, 0.025842818, 0.01427402, -0.036274828, -0.0052502933, -0.023607258, 0.032589737, 0.019170124, 0.030984392, -0.012727169, 0.021180283, 0.011024405, -0.03717724, 0.007017653, -0.026234925, 0.022491544, 0.0032167374, 0.012370561, 0.014519831, -0.059025962, -0.045907285, -0.04460571, -0.0009996332, -0.004011442, 0.060626663, -0.01852246, 0.037462443, 0.019983789, 0.028969193, -0.031116912, -0.021069145, 0.05634091, -0.03771578, -0.046980515, 0.019042296, 0.006868545, -0.004382119, -0.0030820007, 0.015668586, 0.0029385907, -0.012719204, -0.0067478893, -0.001304606, -0.08230394, -0.0005611339, 0.01037069, -0.0075656255, 0.015409802, 0.012283225, -0.013478508, -0.056710422, -0.0069643534, 0.044240426, 0.015363209, -0.018382076, 0.026776293, 0.015657693, -0.08667845, 0.0013336511, -6.454452e-05, -0.0124909775, 0.0047988845, 0.0013216498, 0.0145358285, -0.05791741, -0.032087497, 0.015755316, 0.014636074, -0.018367, 0.048687544, 0.008706022, -0.038036082, 0.025489436, 0.061026838, -0.0020912422, -0.008079007, 0.02879008, -0.02010844, 0.026673323, -0.00165476, 0.01888855, 0.04820628, -0.028752968, -0.033299323, -0.012211823, 0.0025941853, -0.004869304, 0.028794218, 0.0036181237, 0.002638257, 0.049694438, 0.01801024, -0.00022429219, -0.0050806617, -0.056904063, 0.028013933, -0.026606863, 0.02541763, 0.0041631213, -0.041001905, -0.015788397, -0.030079762, 0.01374193, 0.0036532194, 0.017924013, -0.022169024, -0.013257041, -0.0011989144, 0.0081677055, -0.078865334, 0.02251227, 0.029513787, 0.047653217, 0.036332916, -0.013436453, -0.020731445, 0.025049323, -0.0137882205, 0.03821822, 0.013318205, 0.027874697, -0.043135908, -0.034606956, 0.013004586, 0.0034055302, 0.016578259, 0.002807384, 0.02954364, -0.057920635, -0.005988118, -0.021523982, -0.020527376, 0.01748753, 0.009830634, 0.020856753, 0.008029338, -0.05418835, 0.0039162384, 0.022818102, -0.048192162, 0.025814578, -0.038725097, -0.00987047, 0.034309443, 0.008314443, 0.002292944, -0.06014016, 0.016727116, 0.007815736, 0.004618967, -0.004054606, 0.08523426, -0.024957348, 0.0018548481, 0.008792173, -0.08496721, 0.0021331962, 0.0073358878, -0.016943742, 0.046559792, 0.022074023, -0.01734195, -0.01668153, -0.01853167, -0.015585484, -0.017233185, 0.039728764, -0.023098867, -0.026814213, 0.029024761, 0.02834775, 0.016917318, -0.024608403, 0.017984925, -0.009481388, -0.037505914, 0.054563515, -0.06431781, 0.006856443, 0.025429329, 0.013971871, 0.018318137, 0.0076770657, 0.0014120878, -0.028131222, -0.0580707, -0.031136174, 0.05109828, 0.009587483, 0.052070886, -0.04192691, -0.016308181, 0.015626227, 0.022267858, 0.048383377, -0.008287516, 0.061421372, 0.01940173, -0.02983676, 0.048737563, 0.046312306, -0.008778722, -0.002156997, 0.043464683, -0.034305006, -0.03341147, 0.031386383, 0.01294763, 0.035349265, 0.022098443, -0.0029892179, 0.06544249, -0.0046488186, -0.01557076, -0.038349528, -0.01617821, -0.02477985, -0.031448144, 0.015380152, -0.054062486, 0.012938957, -0.009860183, 0.057353653, 0.019342378, -0.0035039606, -0.0257696, -0.047913816, -0.045807246, 0.018093845, -0.014016863, 0.0013209438, 0.055997208, -0.0027408225, -0.017709402, -0.0026866654, 0.012544277, 0.008958779, 0.0014853308, -0.008803115, 0.012835282, 0.026989693, 0.00016942936, -0.07214947, 0.00975429, -0.032207713, 0.039599676, 0.02936493, 0.018521402, -0.032441687, -0.0045766095, -0.033301417, -0.018629968, -0.05307153, 0.007846395, -0.0019649772, -0.05307657, 0.031290375, -0.0071892506, 0.030074516, 0.05506938, 0.015888037, -0.05170621, -0.003967067, 0.04301085, -0.00026841444, -0.01538711, -0.012655768, -0.0068981955, -0.0272515, -0.025074739, -0.05390516, -0.013717324, -0.011613928, 0.009810868, 0.045915358, 0.056274753, -0.03573709, 0.048531026, -0.019230636, -0.07727673, -0.010744167, 0.043877363, -0.013211657, 0.020545125, 0.02182472, -0.017308418, -0.035526108, -0.023105323, 0.039176907, 0.022187177, 0.022108112, -0.02715549, -0.0035299798, -0.035063002, 0.022687398, 0.005403183, -0.028331513, 0.039123658, 0.06369172, -0.01937271, -0.0031969703, -0.010751099, 0.0029504912, 0.0027818687, -0.031261332, 0.03715505, 0.05890212, -0.024869809, 0.0092516495, -0.049015913, -0.047667738, 0.0066940733, 0.030545691, -0.009531208, 0.004614126, 0.016601657, 0.031492077, -0.026643168, 0.012014155, 0.019243948, 0.0043591755, 0.0085583, -0.094686806, -0.0062727183, -0.023623127, 0.062097475, -0.0521439, 0.022484083, -0.07062986, 0.002876971, -0.011576462, 0.0077203307, -0.0029279005, 0.022959292, 0.02714097, -0.024774473, 0.007824611, 0.006013494, -0.01778282, -0.025283223, 0.0051831766, -0.006698511, -0.04461156, -0.06481238, 0.042711526, 0.017098952, -0.038490318, 0.041440807, -0.005878594, 0.063886166, -0.018616151, 0.047059808, -0.0071739214, -0.021079432, 0.025468864, -0.0005645628, 0.076643385, -0.053257294, 0.0053265365, 0.018891374, -0.016970366, 0.009081312, -0.009936629, 0.05650953, 0.020387193, 0.0076001165, 0.040382072, 0.029807867, 0.012397388, -0.04420331, 0.036373254, -0.02770069, 0.015366133, 0.017932685, 0.030560216, 0.036965452, -0.01526155, 0.053502258, 0.027085299, 0.041175973, -0.006853014, 0.0052369805, 0.024702799, 0.00792647, -0.0017848576, 0.009277468, -0.041568283, 0.008264119, -0.018712666, 0.015773268, 0.031303287, 0.027762413, -0.0020299251, -0.010692606, 0.02414207, 0.026831156, -0.014517675, -0.0072915135, 0.024477905, 0.023880664, -0.00874558, 0.0439766, 0.03739225, -0.05971013, 0.036002934, 0.062261254, -0.021577232, 0.030224584, -0.038484666, -0.03824666, 0.009872084, 0.024311878, 0.051063385, 0.009689897, 0.081479385, 0.045659598, -0.0090773795, -0.0056056916, -0.022511512, -0.055108108, 0.00034369953, -0.030972494, -0.056580532, 0.015130848, 0.0036844832, -0.008628064, 0.012259425, -0.05705735, 0.0067486335, 0.014577783, -0.03725348, 0.0049715415, -0.037234522, -0.005859028, -0.005845514, -0.07516209, 0.04169737, 0.061093908, -0.019454122, -0.010068138, -0.0312579, -0.035909344, -0.0039791693, 0.009105567, -0.03731258, 0.020578304, -0.0031679254, 0.021055229, -0.061070405, 0.015071952, 0.039329797, 0.0015666165, -0.0038629891, -0.012605342, -0.055081885, -0.037800495, -0.0051490385, 0.032987013, 0.02743626, 0.012595358, -0.002825033, 0.021334384, 0.03719257, 0.056987967, 0.027827863, 0.019331284, 0.0147948135, -0.025588006, 0.022098832, -0.057729423, -0.040943816, -0.0034837902, -0.0014990898, 0.0114268, 0.056773353, -0.044643827, -0.03532239, 0.0030192714, 0.011889907, -0.043859612, 0.01671703, 0.043446526, 0.052075323, -0.034488555, 0.017207569, 0.012778201, -0.052199166, 0.03500572, 0.03906103, 0.005703718, -0.009823675, -0.030665705, -0.04403227, 0.030816779, -0.041227005, 0.061102476, 0.010270898, -0.0014897682, -0.035789933, -0.0031569328, -0.009307319, 0.0017952453, -0.024376448, 0.019856112, 0.028080344, -0.03254496, -0.028505279, 0.04835675, -0.029767124, 0.02980938, 0.015916677, -0.012427644, -0.03378439, -0.0037177643, 0.030464608, -9.520316e-05, -0.024307868, 0.022283189, 0.012423055, 0.0018883306, 0.00086328294, -0.0068316334, 0.04048232, 0.008124932, 0.015340618, -0.0139279, -0.017623276, -0.022008017, 0.03804052, 0.021286782, 0.012882985, -0.0066392105, -0.02111221, -0.0790154, -0.07339196, 0.062494017, -0.0040203165, -0.026219092, 0.027006233, 0.037438996, -0.01640298, -0.056788687, 0.021061784, 0.028662607, 0.04006278, -0.025781803, 0.037731916, 0.01208828, -0.045721725, -0.09371864, 0.023828221, -0.014890419, -0.021268629, -0.06151738, -0.014845037, 0.009273434, -0.036207054, 0.03620907, -0.022357415, -0.027982064, -0.0042797048, 0.0027108698, -0.022332, -0.0140210865, -0.011901202, 0.06159806, 0.07835866, -0.015271232, 0.005913891, 0.036792796, -0.03325172, 0.045538574, -0.01893252, 0.022874374, 0.01112344, -0.04110356, -0.042778492, -0.020995526, 0.012588601, -0.012652995, -0.050680354, -0.03997968, -0.028495494, -0.007755881, -0.018281024, 0.010388037, -0.037349492, -0.010450968, 0.02501584, -0.020677038, 0.007492206, 0.010565533, 0.01947792, -0.026316011, -0.038031846, 0.0090822205, -0.017255168, -0.01803172, 0.016119992, -0.037518114, -0.02854562, 0.009346046, 0.0018153145, -0.004756326, 0.030156963, -0.014332564, 0.017368525, 0.026737465, 0.06480592, 0.007779556, -0.022874577, 0.028997986, 0.0212416, 0.04655556, 0.00418309, -0.06195144, 0.08995933, -0.009259718, -0.023898516, -0.0068493835, -0.00958123, -0.0005720258, 0.019350447, -0.0005115153, -0.02830872, 0.039837077, 0.023837904, 0.039751355, -0.018814525, -0.029554935, 0.014366361, 0.042934205, -0.0065278714, 0.019633636, -0.07538961, 0.028827194, 0.012815718, 0.006034307, -0.025288945, -0.019607011, -0.01736792, 0.014869442, -0.021730121, 0.004037663, 0.02748144, 0.038791537, -0.015597989, 0.020671995, -0.044902813, -0.0034567623, -0.024683034, 0.03502831, 0.0121775335, 0.024252601, -0.03093296, -0.024367975, -0.010300901, -0.031328194, -0.036081795, -0.002255629, 0.043733753, -0.0033192018, -0.03194772, 0.015787588, 0.011279356, 0.02695137, 0.021209328, -0.013572905, 0.045418363, -0.0455886, -0.049250696, -0.020020096, 0.037404355, 0.02747418, -0.019430522, -0.010378758, -0.006279375, 0.047348045, 0.036537845, 0.012205368, 0.025306292, 0.047181636, 0.022241235, 0.004576206, 0.02594367, 0.026000952, -0.032893095, 0.010256779, -0.010123807, -0.058233675, -0.047979165, -0.012724144, 0.028547334, -0.02315131, 0.053547747, 0.018631985, 0.007576266, 0.0140753435, -0.027587133, -0.013512395, -0.012027871, 0.0135220755, 0.02482034, -0.061916746, -0.040624317, 0.017322134, -0.009302478, -0.02292944, -0.058977555, -0.0045455475, -0.0066482867, 0.008565461, -0.033273306, 0.0038931563, 0.03974732, -0.000108112064, 0.002505739, -0.023495011, -0.047368415, 0.023340305, -0.0089303395, 0.027096292, -0.03889705, 0.0031159117, -0.01922176, 0.009410591, -0.058345012, -0.032364234, 0.018096214, -0.0074335113, -0.0008531978, 0.013750856, 0.047904942, 0.046367165, 0.012184391, -0.01218376, -0.006732397, 0.039633155, -0.046705168, 0.018900247, 0.00413811, -0.00459799, -0.05839988, 0.010106058, 0.033680942, -0.012748752, 0.034026254, -0.043280326, 0.014144023, 0.00937852, -0.022020774, -0.01970698, 0.010488887, -0.0074177785, 0.007416165, -0.00036144932, -0.0026525778, -0.07589144, -0.029316926, 0.024825435, -0.029481312, -0.056351803, 0.0035106167, 0.058102973, -0.030320467, -0.044352166, 0.05273992, -0.009345239, -0.024936672, 0.015263569, -0.05929866, 0.013772186, 0.010657914, -0.06111882, 0.03184707, -0.06577369, 0.04527475, 0.0034224729, 0.011120213, -0.031046318, 0.00047682264, 0.016034473, -0.012947227, 0.0444986, 0.0066802567, 0.0047436184, 0.006331313, 0.019634442, -0.021774093, -0.042266976, -0.06797264, -0.022962922, -0.008986008, 0.0086041875, 0.016213482, 0.038362034, 0.011528961, -0.0074571106, 0.031316195, 0.028802184, -0.0044027427, 0.010018922, 0.025785735, 0.014025522, 0.03725469, -0.007898111, -0.0055804783, -0.0012602317, 0.010532859, -0.041989334, -0.01267372, 0.049905017, 0.016610531, 0.00472602, 0.0515868, 0.005600044, -0.018021297, -0.03744772, 0.008312527, 0.023521231, -0.067662016, 0.0025856886, 0.06439526, 0.021238776, -0.013977115, 0.046384916, -0.0043474766, 0.02322816, -0.06957657, -0.010603959, -0.056218274, -0.038484164, -0.0050905454, 0.0061273426, -0.004589115, 0.005094378, 0.0064116907, -0.03991433, 0.042962443, 0.01946461, 0.022976235, 0.026839225, -0.009270206, 0.080415204, -0.038065936, -0.017969597, 0.05710092, 0.023911323, 0.010976804, 0.0039021194, -0.002213877, -0.0020258154, 0.017691048, -0.043196216, 0.01811956, 0.017293695, -0.059510045, 0.036533408, -0.015786529, 0.03278942, -0.0023175515, -0.03255948, 0.039260816, 0.003901716, -0.012072648, -0.03741484, -0.024038903, -0.02145379, 0.023389723, 0.033932462, -0.0053148377, 0.015015878, -0.003467654, -0.009991088, 0.029567441, 0.010202874, -0.04809212, 0.04811592, -0.008247175, 0.055229936, 0.02607316, -0.040497247, 0.070160694, 0.0096154185, -0.025893444, -0.024614053, -0.03207822, -0.047048163, -0.027361428, 0.026522957, -0.03572297, 0.023200527, 0.026857376, 0.040421356, 0.011559922, -0.07752522, -0.02189108, -0.059101798, -0.024381692, -0.041218128, -0.013556163, 0.019127667, -0.0013407106, 0.047198176, -0.006834155, -0.00041550532, 0.06762007, 0.0006256784, -0.016199866, -0.009031392, -0.013002896, -0.01998742, 0.0011402193, -0.017032491, 0.04273936, 0.027403584, 0.039669868, -0.039881248, -0.013046061, -0.063206024, 0.018844174, 0.0017408867, -0.007791734, -0.019553559, 0.045865536, -0.025877308, 0.015379345, 0.036917444, 0.034716476, -0.04427653, 0.074818395, -0.005292953, -0.01649082, -0.025154611, 0.027036892, -0.044198472, 0.027177578, 0.012330423, 0.012161801, 0.019189488, -0.026526183, 0.07386636, 0.01614823, 0.028942164, 0.043819867, 0.008202398, 0.008383122, 0.01454672, -0.0397925, 0.010271806, 0.0029480709, -0.019495672, -0.028939137, -0.0012457093, -0.04587663, -0.018357268, 0.034887522, 0.042568494, -0.009773653, -0.04298826, -0.031163303, 0.059313186, -0.015339408, -0.01857349, -0.0055685784, 0.0065093143, -0.011441726, 0.009156043, 0.021633709, -0.033965744, -0.0021243214, -0.09088836, 0.015657894, 0.01930486, 0.022268767, -0.0361296, 0.014808529, 0.017011564, -0.009069059, -0.00951245, -0.0058299834, -0.03542375, 0.004331744, -0.003267566, -0.005776129, 0.04058912, 0.023828624, 0.004825862, 0.009886202, -0.025788154, 0.03604327, 0.033339664, -0.0012077893, 0.015277889, 0.0013421226, 0.0371136, 0.0017687214, 0.0019520179, -0.013298591, -0.030734485, 0.04623001, 0.017717369, -0.03859762, 0.020323252, 0.035066027], [-0.01678883, -0.052661914, -0.016869731, -0.06964183, 0.024899187, 0.0020973962, 0.014354547, -0.042665172, 0.035190854, 0.033922397, -0.020236796, 0.022286497, -0.033317447, -0.0075346883, 0.0012092933, -0.013372259, -0.010979634, -0.00972506, 0.025627598, 0.031657536, -0.02521411, 0.02613957, 0.010738741, 0.052040063, -0.03347382, 0.03386504, -0.005867155, -0.0004515983, 0.02456924, 0.020657603, -0.04801915, -0.057374716, 0.0019331786, -0.04898151, 0.016872145, -0.013348261, 0.02886848, -0.011700048, -0.023640083, -0.061022516, -0.021284286, 0.032555528, -0.014091315, 0.011894905, -0.013886647, 0.046710234, -0.012576982, 0.028646303, -0.007256967, -0.035516877, 0.025010275, -0.0030715324, -0.022705493, 0.018488964, -0.01131773, 0.047070064, 0.03381312, 0.037761588, -0.00940787, 0.01161477, -0.036456298, 0.009387268, -0.0398783, 0.007982664, -0.0030202144, 0.033404086, -0.014131766, -0.0039013745, -0.007957307, -0.03981551, -0.011064008, 0.03801395, -0.0064078053, -0.00386032, 0.02871815, 0.00087180204, -0.049555063, -0.020161327, 0.012581962, -0.033133306, -0.025243618, 0.00844513, -0.0036381432, 0.0062016277, -0.04461284, 0.019240623, -0.02387675, -0.027216645, -0.001268309, 0.0038797907, -0.08695803, 0.014073808, 0.053177506, 0.019677127, -0.0017416419, -0.011811589, 0.02750161, 0.010613767, 0.044560917, 0.025079928, 0.04888068, -0.021774523, 0.0035741467, -0.046151172, -0.0063320356, 0.005498873, -0.022855218, 0.0027470216, -0.0065662875, 0.029113598, -0.01426006, 0.010261786, -0.04419505, -0.013788237, -0.022011342, 0.0043276157, 0.03316229, -0.021696037, -0.009893504, -0.008415471, -0.020441879, 0.05096057, 0.019515023, 0.038537998, -0.027069334, -0.018594922, 0.009442509, 0.019836515, -0.058041245, 0.00071324455, 0.053749856, 0.01075142, 0.062332634, -0.02369261, -0.058975838, 0.062330224, -0.010222845, 0.029052319, -0.0081915585, 0.06217808, -0.034965564, 0.02537584, 0.02416534, 0.0009128564, 0.030389607, 0.011771742, -0.008486184, -0.052018326, -0.0012594038, -0.016583558, -0.034399956, 0.022031715, -0.026343634, 0.004576885, 0.02168034, -0.01072478, -0.0114783235, -0.010133189, -0.06160332, 0.031607047, 0.022566631, 0.008438224, 0.016526807, 0.023132639, -0.019544305, -0.044886936, 0.007867953, -0.022374038, 0.023620764, -0.013453764, 0.10461625, -0.039918523, 0.017044816, 0.039310787, -0.06868037, -0.0032583901, 0.009519033, -0.057558853, -0.0061601577, 0.022471242, 7.969381e-05, -0.026238585, -0.03335986, -0.01498606, -0.029205367, 0.01863688, -0.027021032, 0.021636872, 0.016217692, 0.028398769, 0.018104985, -0.011407686, 0.00086817954, -0.034007523, 0.006093407, 0.012263187, -0.06465583, -0.018161736, 0.023451716, 0.06723109, 0.011599677, -0.02254852, 0.013552703, -0.028800258, -0.009597671, -0.05338761, 0.037545446, 0.010675349, 0.024381476, -0.0018776346, 0.025007555, 0.0012111044, 0.028059468, 0.07059423, 0.009653819, 0.019250283, 0.004319314, -0.015923781, 0.014199989, 0.02321022, -0.012922171, -0.014520274, 0.047434423, -0.017266389, -0.025539754, 0.010934957, -0.00697985, 0.011952817, 0.01237186, 0.005047888, 0.065199204, -0.03502664, -0.005881947, -0.007642154, -0.022423243, -0.024832472, -0.033479854, 0.02225148, -0.041953813, 0.011018575, -0.033741876, 0.0017055683, -0.009766115, -0.019826854, -0.0031047382, -0.009356589, 0.01116136, 0.00016663253, -0.04398857, -0.00080267363, 0.04640897, 0.034690354, -0.024673687, 0.03843521, -0.002492243, 0.006902873, -0.010976012, 0.00890035, -0.011123324, -0.012415633, 0.006618209, -0.02701862, 0.020745749, -0.053834375, 0.06098267, 0.0046657105, 0.022691002, 0.0014749393, -0.023032041, -0.03775494, -0.03883021, -0.046005066, 0.054153156, 0.008960724, -0.0039700503, 0.021744335, 0.019220699, 0.008153824, 0.03891413, 0.07661715, -0.037687927, -0.011740008, 0.03409084, -0.0038246994, 0.0121041015, 0.0154219605, 0.054133836, -0.030491335, -0.0043463316, -0.06439939, -0.044053774, -0.017562827, -0.016542504, 0.057519615, 0.036688134, -0.034847934, 0.017946202, 0.014136596, -0.08185762, 0.012332014, 0.050120164, 0.034306977, 0.0050690095, 0.049235076, -0.017888846, -0.05041539, -0.054161604, 0.040855758, 0.014381112, 0.007539367, 0.0027433992, -0.03383606, -0.03783645, 0.0024795644, 0.010546148, -0.032503, 0.0072227046, 0.03860803, -0.013395202, 0.010273257, 0.0061400463, 0.013930719, 0.009670723, -0.02701862, 0.048439346, 0.055370297, 0.018835513, -0.021140594, -0.07036964, -0.034241173, 0.08725657, -0.0021244136, -0.027566815, 0.021751583, -0.046176527, 0.010442304, 0.016327571, -0.035784937, 0.011339463, 0.009377305, -0.018228149, -0.07790191, -0.054446574, -0.03606507, 0.026598413, -0.0612942, -0.007392205, -0.05846145, -0.001305288, 0.0035487898, 0.042597853, -0.043945856, 0.0011869548, 0.023881579, -0.014741771, -0.019034747, 0.028514689, -0.010476114, 0.005737351, 0.029911745, -0.004151927, -0.0143847335, -0.05707043, 0.045027003, 0.042447824, 0.0031901675, 0.10411393, -0.017112434, 0.028601816, -0.010234618, 0.07367331, 0.019136176, 5.5544173e-05, 0.022323929, -0.0044675325, 0.03819598, -0.03402443, -0.028438013, 0.011279391, 0.01883491, 0.015275855, -0.01613679, 0.059530977, 0.04470853, 0.048240114, 0.03546858, 0.054896966, 0.04215199, -0.03492038, 0.050299175, -0.01106778, 0.0063078864, 0.035100296, 0.047370426, 0.025038347, 0.03643456, 0.027371202, 0.046437345, 0.022268986, -0.011751215, -0.03187994, 0.023369003, 0.008886464, 0.013183893, -0.029323097, -0.03840759, -0.009609142, 0.0027747937, 0.005450574, -0.024869904, 0.04025564, -0.011345501, 0.019865494, 0.026743311, 0.028443448, -0.034036502, -0.0222225, 0.03847883, 0.05800291, 0.0048638885, 0.027504139, 0.026490798, -0.03400088, 0.05339214, 0.03495419, -0.024040967, -0.008454713, -0.0350206, -0.028164519, 0.019386878, 0.033549886, 0.07390756, -0.00032194488, 0.087040134, 0.024677008, -0.02452396, -0.005076858, 0.005576152, -0.06717464, -0.002399267, -0.04527333, -0.021973757, -0.036621723, 0.009432548, -0.009543636, 0.016222067, -0.024698442, 0.0059764325, 0.0012563851, -0.048864383, 0.0042708637, 0.010509924, -0.014531065, -0.009913427, -0.022189597, 0.035404578, 0.02452396, -0.040151797, -0.03881089, -0.035236742, -0.024993442, 0.014346093, 0.013372109, -0.042258702, -0.0047852513, -0.037977725, 0.047764216, -0.026977565, 0.026257904, 0.021683961, 0.044630345, -0.05598913, -0.014462616, -0.01844791, -0.019252999, 0.012125534, 0.044326667, 0.025996184, -0.00670711, 0.056396995, 0.018665258, 0.019420538, 0.0045208125, 0.041933436, 0.024062702, 0.020676922, -0.003541243, -0.046461497, -0.023484318, -0.016082453, 0.023385305, 0.00956205, 0.02329595, 0.07075845, -0.08528688, 0.014222328, -0.0004165813, 0.019467026, -0.046087176, 0.022050131, 0.020154687, 0.03350038, -0.06508811, 0.01017779, 0.015259855, -0.07321205, 0.019997714, 0.03781366, -0.024797454, 0.0027204573, -0.026563397, -0.04592175, 0.0013475498, -0.0330355, 0.017001348, 0.03822888, 0.021085957, -0.0451067, -0.0058399867, -0.030852072, -0.014482539, -0.0006700016, 0.008928122, 0.03575596, 0.011690841, -0.025076987, 0.02558896, -0.06545277, 0.0110981185, -0.0011631071, -0.04278264, -0.056853082, -0.04752891, 0.035833236, -0.014024073, -0.008138428, 0.06650811, -0.0033966468, 0.02672369, -0.009015061, -0.018489342, 0.035407297, 0.021052392, 0.003694593, -0.012847608, -0.025605863, -0.03150079, 0.04563437, -0.020405238, 0.033318054, 0.0078637265, -0.008024925, -0.051518425, -0.05936948, 0.06023886, -0.025981996, -0.041851327, 0.028325113, 0.043161444, 0.03566902, -0.04986418, 0.0116787655, 0.036924195, 0.023298366, 0.03198016, 0.028554535, 0.01827645, -0.07989184, -0.024799267, 0.028022941, -0.0017333404, -0.018973166, -0.025756799, -0.015821638, -0.007883047, -0.0040269527, 0.015579838, -0.0030410436, -0.022414489, -0.015492673, 0.007519594, -0.03885677, -0.02369925, -0.024827037, 0.034870874, 0.030320479, -0.010352347, -0.009120112, 0.032289576, 0.0011570696, 0.05786012, -0.026468309, 0.04978207, 0.012633884, -0.009483262, -0.0059752245, -0.031790588, 0.0040041613, -0.00533043, -3.6224462e-06, -0.040786028, -0.04480513, 0.014422276, -0.0320831, 0.014500047, -0.008180993, -0.015610328, 0.042428505, -0.027617227, 0.029984195, 0.018549338, 0.013745975, -0.007020904, -0.008908803, 0.03262858, 0.0061050295, -0.0017955258, 0.0021671285, 0.0034872082, -0.008072018, 0.017642068, -0.0058417977, 0.012437669, 0.04491592, -0.048110913, 0.011689887, 0.00074260146, 0.0632787, 0.04251242, 0.0046463907, 0.044836223, 0.01038676, 0.018453345, -0.016142223, -0.06700801, 0.058244105, -0.025603447, -0.037707247, -0.0390391, 0.002389607, 0.024831869, 0.00039484663, -0.011656126, -0.03336333, 0.024365176, -0.027586134, 0.03878432, -0.0034678883, 0.020727636, 0.0030159883, 0.0586631, 0.0005083499, 0.012081895, -0.04911916, -0.007050487, -0.046408363, 0.01569787, 0.003146698, 0.0038772249, -0.03788052, 0.031505622, -0.047550645, 0.03022569, 0.022847975, 0.042086788, -0.04191291, 0.017582146, -0.0004938601, -0.039779287, 0.005165608, 0.01542679, -0.0054095197, 0.0073882807, -0.0038334536, 0.014247835, 0.027436407, -0.022073979, -0.014673926, 0.04004252, 0.025777325, -0.049194023, 0.019200172, 0.027086237, 0.023381984, 0.029854992, -0.002445151, -0.010279295, 0.0037021397, -0.03046115, -0.06839178, -0.029605648, -0.0026612906, 0.009933954, 0.0065373075, 0.00571305, 0.013269624, 0.046219997, 0.07197559, 0.05870536, 0.0009385154, 0.09303891, 0.006782427, 0.008020699, 0.005580378, 0.03378052, -0.03828382, 0.025585337, -0.013638509, -0.05182513, -0.04057502, -0.024187751, 0.014673926, -0.026794026, 0.07040767, 0.058594275, 0.019387934, -0.014091315, -0.008402867, 0.0058707776, 0.014388091, 0.018406855, 0.00012195569, -0.03960541, -0.061815836, 0.030732833, -0.01267675, -0.015687607, -0.054295637, -0.040000256, -0.01648213, -0.0027249851, -0.020099746, 0.009089924, 0.011849021, 0.03997007, -0.002034607, -0.064948045, -0.058234442, -0.0005107649, 0.026210207, -0.001359021, -0.0410399, -0.00016376475, -0.007595062, 0.010683197, -0.007231308, 0.0024088512, 0.004606544, 0.028960852, -0.0076095513, 0.010966351, 0.011019481, 0.017304122, 0.011640127, -0.012566869, -0.013382523, 0.01732314, -0.030993648, 0.010682593, 0.03821077, 0.02722389, -0.034847934, -0.039292675, -0.03310916, 0.014825314, 0.03687118, -0.038308576, 0.0103541585, 0.011346709, 0.012946622, 0.020351505, 0.056021128, -0.032878757, -0.04906241, -0.00022398792, -0.023134148, -0.07643361, -0.03341193, -0.022217369, -0.0088266935, -0.041636396, 0.007992625, -0.0073777153, -0.05404931, -0.005485591, 0.047481816, 0.0018498624, -0.011709557, -0.011465948, -0.08200252, 0.0050011077, -0.026772292, -0.07712429, 0.035135917, -0.027259814, 0.027508857, 0.00807564, 0.07879545, -0.060924713, 0.0044166674, -0.01377737, -0.0013040806, 0.04198415, 0.037363946, -0.0121038, -0.0039104307, 0.015380906, -0.005422802, -0.040175345, -0.074926674, -0.033652525, 0.023088263, -0.00069249095, -0.002179505, 0.023458356, -0.012240246, -0.033678487, -0.0023422134, 0.033943526, 0.001960951, -0.019058293, 0.054916285, 0.020938946, 0.03427136, 0.0015606706, -0.0011706161, -0.008850844, -0.03551929, -0.0025592581, 0.0026099724, 0.029964874, 0.0069200797, -0.009377305, 0.013955172, 0.007677171, -0.0015316909, -0.009113168, -0.02664128, -0.0052114925, -0.038059834, 0.011342483, 0.017980615, 0.0018919734, 0.0051197237, 0.022090884, 0.015878389, 0.015588593, -0.034058843, -0.0182366, -0.0630692, -0.041021787, -0.02776967, -0.018192528, -0.014305643, -0.012655921, -0.010051081, -0.037856977, 0.006855479, 0.006063975, 0.033205755, 0.011917848, -0.0050834995, 0.036493126, -0.025673784, -0.05701006, 0.020386145, -0.024465397, 0.0110448385, 0.032870077, -0.025532207, 0.03065797, 0.003822888, -0.028643887, 0.03375697, 0.022304608, -0.065609746, -0.019526191, 0.016928295, 0.03876093, -0.019295562, 0.011625637, 0.011231394, 0.01578979, -0.034495346, -0.013379269, -0.039484814, -0.010763495, -0.02111403, 0.03495057, 0.039147776, 0.00154686, -0.04760298, -0.041112952, 0.022128316, -0.022066735, -0.03148751, 0.040759765, 0.04009263, 0.044845883, 0.024037646, -0.059898354, 0.056392428, -0.0025151852, -0.0065650796, -0.020199968, -0.036928423, -0.0005261226, -0.02800996, -0.017262766, -0.022796053, 0.07316043, 0.06265866, 0.028560875, -0.03285317, -0.042165272, -0.00572105, -0.022793034, -0.029457731, 0.0033583094, -0.045506373, 0.0034968678, 0.029454712, 0.02479051, 0.029274195, -0.026712824, 0.028024452, 0.0038796398, -0.005466271, -0.021971947, -0.0269836, -0.029635232, 0.010074476, -0.00906819, 0.039900035, 0.02988035, 0.044717893, -0.022678927, 0.00094908086, -0.016784, 0.00974438, 0.018713556, 0.02760787, -0.00040390273, 9.780604e-05, -0.017012214, 0.0014767506, -0.006049485, -0.0077985227, -0.043053374, 0.004256374, 0.02772288, -0.02618606, -0.0052259825, 0.034411427, -0.003983483, 0.059963558, 0.027074615, -0.017625313, 0.013447728, -0.0073580933, 0.07514764, 0.007824484, 0.0070323753, 0.057167027, 0.009112263, 0.017228354, 0.002489828, -0.05745924, 0.042218402, 0.009882787, -0.035376202, 0.015989477, 0.010332423, -0.028153047, 0.014781996, 0.030205466, 0.037635706, -0.01186819, -0.023043437, -0.086792596, 0.038558524, 0.00020587568, -0.0309858, 0.009287197, 0.0005252547, -0.032424517, -0.0029982908, -0.025049213, 0.003746213, 0.035982963, -0.084538236, 0.03251266, 0.026180625, 0.001988723, -0.028380658, 0.029228913, 0.012446725, -0.02621504, -0.034586437, 0.035270553, -0.020961888, 0.028629247, 0.022614328, -0.015161749, 0.050018735, 0.045887943, -0.0054647615, -0.004296825, 0.016763775, 0.013812086, 0.08294556, 0.0070898817, -0.041047145, -0.028730828, 0.03913668, -0.007264212, 0.022872576, -0.028302774, -0.023241311, 0.014751808, 0.029205367, -0.03271465, -0.023369003, -0.011715896], [0.0013085525, -0.070639655, -0.040976, -0.07945517, 0.0241898, 0.028353874, 0.0025785817, -0.0046689063, 0.011434183, 0.047039576, -0.009492801, -0.0074331597, -0.034737058, -0.00809746, -0.024302177, 0.0058120554, 0.006591476, -0.01279593, 0.026021883, 0.039825685, -0.032285914, -0.008167786, 0.0023637933, 0.046039548, -0.022546295, 0.038050935, 0.0064880014, 0.01294599, 0.019102009, 0.029630957, -0.04505183, -0.07363102, 0.009288651, -0.04502003, -0.001342932, -0.014248663, 0.034812756, -0.01758578, -0.025118383, -0.031120367, -0.03148992, 0.023487423, -0.016613297, 0.023784187, -0.012840277, 0.05194522, -0.016278012, 0.03495789, -0.013182056, -0.031755548, 0.023009468, -0.008928841, -0.050577205, 0.016165353, -0.0033282137, 0.03724195, 0.049637422, 0.037150346, -0.015889421, 0.0026034426, -0.037645996, 0.019585172, -0.06764292, 0.008078254, 0.022235872, 0.032290395, -0.031388685, 0.003327094, -0.0058010817, -0.03801902, -0.034511294, 0.030461164, 0.016776571, 0.0050729504, 0.027817238, 0.008796865, -0.04244346, -0.0107427845, -0.014003583, -0.020571318, -0.0031857681, 0.012603314, 0.016754845, -0.018482113, -0.03836539, 0.032380875, -0.007402924, -0.025991872, 0.033633325, 0.018345939, -0.061464895, -0.007520061, 0.04563046, 0.016364241, -3.404364e-05, -0.0050859405, 0.03328393, 0.023937158, 0.043382347, 0.016719235, 0.06022947, -0.048092015, 0.001445063, -0.035110865, 0.027019005, 0.0053990525, -0.02746605, -0.0045495294, -0.01429956, 0.03203596, -0.013198854, -0.007948294, 0.00063787034, -0.027998641, -0.026827509, 0.0085566, 0.044312276, -0.02925827, -0.02646938, -0.0017523515, 0.00078837905, 0.04494298, 0.03687128, 0.05106994, -0.038052954, -0.009220451, 0.017336275, -0.012240257, -0.06152783, 0.0026839813, 0.029332515, 0.00804281, 0.05506021, -0.024185097, -0.043968704, 0.04262085, -0.0025911275, 0.03272266, -0.03052147, 0.06806399, -0.056530364, 0.015540026, 0.02018967, -0.0070792856, 0.011445831, -0.001319919, -0.006820374, -0.040294904, 0.007922761, -0.023616657, -0.039442245, -0.0009550137, -0.020369297, -0.009860338, -0.00352934, -0.031183973, -0.011640237, -0.0029199703, -0.061722916, 0.045562487, 0.025064856, -0.0015050874, 0.0051567154, 0.0033954051, -0.007896837, -0.071491644, 0.00063831825, -0.0056337747, 0.008797593, -0.019028602, 0.09747232, -0.033857297, 0.034962818, 0.017727777, -0.07879311, 0.010268777, 0.0010656555, -0.042603824, 0.0044220896, 0.0059880973, -0.014895884, -0.012299498, -0.028994432, -0.014989784, -0.03328953, 0.03126819, -0.0043391646, 0.018746398, 0.0306124, 0.028858816, 0.0362511, 0.011051641, 0.00045645353, -0.03724598, -0.013920265, 0.0029465668, -0.04845306, -0.020489793, -0.011853458, 0.07786856, 0.008625584, 0.009747679, 0.026516413, -0.008946647, -0.017783323, -0.060339667, 0.06733832, 0.010460469, 0.033944197, -0.00670167, 0.00021904394, 0.00029250653, 0.0418898, 0.040763676, 0.01711768, 0.01785141, -0.019104753, -0.023897516, 0.006446567, 0.061902765, -0.0101638185, -0.016285626, 0.039015803, -0.0345319, -0.011150636, 0.009953006, -0.010430344, 0.008161067, 0.0027279707, -0.00979785, 0.05671833, -0.005692455, -0.020251486, -0.031895306, -0.04540347, -0.0321475, -0.02548704, 0.019801753, -0.052712098, 0.011331158, -0.026045626, 0.014017917, 0.0018647853, 0.0057600946, -0.0021357907, -0.0059128427, 0.021397324, 0.0006450374, -0.034928773, 0.008351554, 0.054774426, 0.0082464, -0.049825557, 0.03044039, 0.02070391, 0.008796026, -0.020189894, -0.007739329, 0.014046585, 0.0023169832, 0.017806169, -0.048105456, 0.0056732497, -0.06994534, 0.047915526, 0.010328662, 0.024790488, -0.015847314, -0.02003737, -0.02127414, -0.027169513, -0.041877262, 0.049191266, 0.012684839, -0.025238879, 0.0074994555, -0.004632623, 0.024863167, 0.040881038, 0.05491508, -0.05268074, -0.001140462, 0.00539043, -0.025607537, -0.0026088178, 0.009508702, 0.029538905, -0.027885327, 0.0155415945, -0.05440532, -0.0146566825, -0.019849233, -0.019108336, 0.058211043, 0.057902858, -0.048216544, 0.011085684, 0.0036467009, -0.079210594, 0.013189671, 0.026362319, 0.0114879375, 0.018334292, 0.015815958, -0.010351059, -0.05743431, -0.039061494, 0.04615959, 0.028532602, 0.003820167, 0.014755511, -0.043613486, -0.04764497, 0.0072983294, 0.006328982, -0.03362974, 0.030288089, 0.048387658, -0.043919876, -0.013238049, -0.018791642, 0.004359378, -0.010792729, -0.042986367, 0.028195301, 0.04018919, -0.0022166441, 0.0040334994, -0.07015499, 0.0019180904, 0.07093261, 0.017478721, -0.03850795, -0.0064526135, -0.013155516, 0.0006844563, -0.013710236, -0.024497533, 0.0037745887, 0.015417738, -0.0006548921, -0.06820912, -0.02437592, -0.022999166, 0.03449024, -0.068400845, 0.009374543, -0.051206116, -0.0036453572, -0.005917322, 0.067560054, -0.02312459, 0.0068438076, 0.007536971, -0.005956741, 0.0022428487, 0.0016869521, -0.02091377, 0.0060364753, 0.019755166, 0.017353298, 0.0036375183, -0.046199013, 0.020363024, 0.042879757, -0.012536123, 0.07548729, -0.00740046, 0.025371471, -0.013263805, 0.0663627, 0.035854224, -0.0063657127, 0.025447452, 0.010032628, 0.05563806, -0.045069303, -0.02841804, 0.025253214, 0.028558135, 0.024108721, -0.010988929, 0.052609745, 0.056651305, 0.014808284, 0.04648211, 0.050024442, 0.03584168, -0.035048824, 0.036983486, -0.021282202, 0.017716074, -2.0605361e-05, 0.033337682, 0.04510603, 0.015072263, 0.03335381, 0.049047925, 0.009059192, 0.008378991, -0.0038630574, 0.027190117, 0.0037178118, 0.0021492287, -0.024106259, -0.03211211, -0.012519998, -0.001945191, -0.002100963, -0.0029922568, 0.04815966, 0.006014526, 0.0055164136, 0.036519866, 0.0423037, -0.03166417, -0.045294166, 0.039670695, 0.03557023, 0.017874703, 0.011066871, 0.044306006, -0.035101008, 0.04897088, 0.04448384, -0.027912201, -0.0015901963, -0.04301952, -0.032440905, 0.024521276, 0.045727775, 0.058802776, 0.005636462, 0.086890124, 0.03745741, -0.009508926, -0.0120339785, -0.02907506, -0.07332642, -0.009112497, -0.025030866, -0.027179815, -0.009671978, -0.00020023037, -0.012938039, 0.0023837269, -0.031001214, -0.009327509, 0.025930503, -0.06973213, 0.030024253, 0.026664235, -0.029265884, 0.0024708516, -0.030356625, 0.0057251547, 0.026620224, -0.049943812, -0.020741535, -0.016805016, -0.016680656, -0.011418701, 0.01835221, -0.043086704, 0.01391265, -0.045433927, 0.023138925, -0.032111216, 0.01134594, 0.016670857, 0.04519215, -0.05623472, -0.03846394, -0.035237856, -0.019343955, -0.0007740449, 0.042732835, 0.014020156, -0.0048301653, 0.042486466, 0.01875267, 0.018428361, 0.013719587, 0.005879695, 0.026888654, 0.02183026, -0.0022208996, -0.035088465, -0.035477057, 0.005122, 0.027759004, 0.014260926, 0.0077891625, 0.05393229, -0.062016316, 0.014973266, 0.016464245, 0.019872136, -0.03867313, 0.02244152, 0.04871466, 0.044118766, -0.03428374, -0.0015713827, 0.024222052, -0.08723772, 0.046617392, 0.03505263, 0.013632687, 0.01218404, 0.007191719, -0.053323988, -0.0057659172, -0.031085426, -0.0067746844, 0.019265117, 0.033532985, -0.033235103, -0.01888571, -0.04161387, -0.032045815, 0.0068264217, 0.007242337, 0.029078644, 0.01689371, -0.0245598, 0.014621799, -0.037086513, 0.01066529, 0.011437767, -0.019377103, -0.03977462, -0.026175978, 0.03416727, -0.002452374, -0.0056664743, 0.03513483, 0.010192486, -0.005733477, 0.0030906922, -0.019408459, 0.047863122, 0.005786971, 0.0052371216, -0.04393421, -0.027535032, -0.03268033, 0.036810134, -0.006728994, 0.026329173, -0.016002303, -0.017076945, -0.06223894, -0.0846101, 0.05977016, -0.014709541, -0.03171434, 0.032941703, 0.03011608, 0.017419593, -0.045541767, -0.0019673642, 0.033167467, 0.013209072, 0.025190502, 0.02995482, 0.028654106, -0.08677186, -0.032660395, 0.029192198, -0.008333189, -0.057380106, -0.050501946, -0.04240438, 0.022064926, -0.017493056, 0.003640878, -0.00023684966, -0.01732239, -0.01402598, -0.015044602, -0.026032636, -0.014176937, -0.020770652, -0.0040792455, 0.026685959, -0.006238273, -0.0050989315, 0.037095472, 0.006609338, 0.07129096, -0.019769948, 0.046111215, 0.0003225187, 0.00588843, -0.004147501, -0.03386088, 0.017627537, 0.0044111153, -0.024576599, -0.027593266, -0.049602482, 0.019671848, -0.029428711, 0.010545017, -0.01541729, -0.016487872, 0.058909833, -0.027496064, 0.036405195, -0.016051352, 0.0090975575, -0.011122192, -0.003504367, 0.018151084, 0.020587442, -0.012081909, -0.01684533, -0.012730082, 0.013264477, 0.030406347, -0.0035954115, 0.027945798, 0.06921968, -0.04117668, 0.027847698, -0.012459973, 0.056083314, 0.04005884, 0.00079756184, 0.05656709, -0.0117045175, 0.020811612, -0.010352402, -0.0669961, 0.05768157, -0.023531321, -0.0320391, -0.027604466, 0.0116702495, 0.010769885, 0.019375758, -0.010260799, -0.028913802, 0.037752606, -0.019386956, 0.018770365, 0.012615856, -0.01583119, 0.009997183, 0.07062084, -0.019394124, -0.012415514, -0.053373262, 0.010593844, 0.013342419, 0.007916043, -0.004380879, 0.015132397, -0.026712961, 0.038003452, -0.05857656, 0.041123036, 0.018679209, 0.04889742, -0.04454252, 0.022993343, -0.0077183875, -0.02951046, -0.016328406, 0.013921161, 0.007845716, 0.01564742, -0.00824528, -0.006147229, 0.01655932, -0.004704294, -0.02783202, 0.030879151, 0.038691495, -0.046684586, -0.013410059, 0.03271773, 0.02313355, 0.030304214, 0.0014955965, 0.012953234, 0.022953477, -0.05397261, -0.039603394, -0.035899915, 0.00011912474, 0.013735713, -0.0040098005, -0.013318483, 0.00031355984, 0.05871722, 0.07325072, 0.0457009, 0.012646317, 0.072333775, 0.02798376, 0.020118896, 0.022357713, 0.03248659, -0.045479618, 0.006748032, 0.016826518, -0.043851793, -0.034168616, -0.016066134, -0.00045421382, -0.01386472, 0.067592755, 0.0675605, 0.015166442, 0.014609202, -0.01255852, 0.0042129005, 0.021784347, -0.010603698, 0.0049697557, -0.037851155, -0.06415614, 0.016478913, -0.024849392, -0.016342066, -0.061848335, -0.022537787, -0.020306135, -0.022317147, -0.029815063, -0.016312279, 0.022249311, 0.01802622, 0.004826134, -0.042700354, -0.06500633, -0.004085965, 0.016102362, 0.005892685, -0.03908389, 0.004976531, 0.006067383, 0.0109515255, -0.05666833, -0.0083389, -0.013530555, 0.03001238, -0.02458578, -0.010829461, 0.017856786, 0.01127382, 0.015680231, -0.012501183, 0.005389646, 0.013662698, -0.032110095, 0.021563062, 0.0455813, 0.023284059, -0.033561654, -0.042567987, -0.035288922, -0.012520445, 0.039231263, -0.01166689, 0.024815576, 0.009417546, 0.004570359, 0.02245178, 0.027210724, -0.03334261, -0.01769239, 0.026203636, -0.003078542, -0.083492026, -0.013414482, -0.016127726, -0.026397709, -0.027863825, 0.024819605, -0.0028686246, -0.048950836, -0.015889421, 0.05933, -0.00039060597, -0.022450887, -0.0081404615, -0.06275139, 0.0021904395, -0.030671556, -0.05418404, 0.02577686, -0.02250419, 0.031628333, -0.009732118, 0.054378446, -0.053831954, -0.010661036, -0.007427785, -0.0116073135, 0.045070417, 0.014004926, -0.0020008478, -0.013025948, -0.0018773276, 0.0012175081, -0.05023408, -0.0465502, -0.030549688, 0.018843602, 0.0025736545, 0.015335988, 0.0295454, 0.0037551313, -0.03498253, -0.028912457, 0.04417252, 0.0014047482, -0.0010065271, 0.025456134, 0.019553592, 0.019897163, 0.0018302656, -0.012161194, -0.0064432067, -0.017767085, -0.022403851, 0.011031035, 0.022812374, 0.007894541, 0.011462628, 0.031218018, 0.026101168, 0.01119543, 0.011370577, -0.027820794, -0.01370167, -0.055249248, 0.0059478944, 0.049775388, -0.032500926, 0.018109424, 0.040619105, 0.0057354574, 0.033214945, -0.04045639, -0.017609969, -0.052862607, -0.07355577, -0.002326614, 0.00016394701, -0.0041383184, -0.021025978, -0.012105202, -0.023058295, 0.007373808, 0.018502383, 0.048190564, 0.024013309, -0.0011857041, 0.04317809, -0.028832275, -0.05806053, 0.030119214, -0.004769693, 0.019165225, 0.02398464, -0.0056116013, 0.03800569, 0.019632429, -0.04640327, 0.06592641, -0.008004511, -0.055632688, 0.00047638698, 0.006863937, 0.03691764, -0.025995905, -0.017430345, 0.016616879, 0.04255455, -0.019448325, -0.040848784, -0.028698342, -0.0119968, -0.021219939, 0.030266589, 0.017012862, 0.00074974395, -0.018673832, -0.010381631, 0.04850323, -0.017455652, -0.025554681, 0.041585874, 0.027688904, 0.053396557, 0.030887436, -0.0727638, 0.062036023, -0.01620298, -0.014671017, -0.025402827, -0.022198245, 0.01505804, -0.027540859, -0.001491649, -0.011669018, 0.04268356, 0.054241374, 0.052353743, -0.0014802264, -0.08410123, -0.018685928, -0.02662571, -0.026128046, -0.0273586, -0.03479536, -0.0033094, 0.032543927, 0.057023995, 0.012212372, -0.015705764, 0.039309204, 0.016413067, 0.010760031, -0.041809175, -0.007936424, -0.047038455, 0.012435784, -0.032610223, 0.03870941, 0.030047992, 0.03238194, -0.05325142, -0.02432866, -0.028558135, 0.011360722, 0.024499774, 0.01952806, -0.017008381, 0.014340661, 0.016136685, -0.016347444, 0.026909482, 0.016263902, -0.050472382, 0.017530683, 0.0019823702, -0.017464386, -0.0037299346, 0.03966801, -0.003985794, 0.046164967, 0.032026105, -0.017566293, 0.0066864397, -0.019156268, 0.09938951, 0.0058078, 0.012187847, 0.029208548, -0.010716132, 0.01945415, 0.01945023, -0.08611966, 0.018162282, -0.0042735967, -0.040595252, 0.0070407623, 0.007012542, -0.030812183, -0.0038469315, 0.02019594, 0.031260125, -0.04319287, -0.04645165, -0.078200035, 0.05961758, -0.01783394, -0.04532821, 0.019775772, -0.0022406091, -0.04060152, -0.0026595474, -0.009707812, -0.014981889, 0.02889454, -0.06950636, 0.038079154, 0.028184775, -0.0023418441, 0.0041681062, 0.038013868, -0.013167721, -0.025535867, -0.019735904, 0.02391868, -0.017300328, 0.03660184, 0.027200254, 0.005997056, 0.04440545, 0.033045635, -0.0012788762, -0.0072154603, -0.008936679, 0.001194439, 0.08283624, -0.013169961, -0.010195174, -0.031974144, 0.028226433, 0.014232929, 0.025702052, -0.03460357, -0.011737217, 0.014234722, 0.027783195, -0.037578803, -0.015513457, -0.012851922], [-0.031069523, -0.09897025, -0.011526084, 0.0029643166, -0.03237656, 0.029080609, 0.014859692, -0.027620114, 0.05008307, 0.029380035, 0.00038880002, 0.025656264, -0.08659216, -0.005735821, -0.012252418, 0.042706303, -0.000979032, -0.03944846, 0.017597625, 0.05484394, -0.051906843, 0.005140599, 0.005220672, 0.001050486, -0.0052957553, 0.033424553, -0.0014032188, -0.005265813, 0.020793203, -0.001845439, 0.00092186895, -0.029517952, -0.0133593865, 0.004654939, 0.015933089, 0.020264784, 0.018984057, -0.013105782, -0.026493523, -0.06103389, -0.09331858, 0.0054962803, -0.030087767, 0.023728257, 0.005687051, 0.020620039, 0.025286973, 0.0148125095, -0.024846908, -0.05631022, 0.03800441, 0.0013084005, -0.04083081, 0.024060234, -0.008943308, 0.047608722, -0.0017911114, 0.03981185, 0.029000763, -0.020384101, -0.009548285, -0.03980391, -0.040765475, 0.0050444193, 0.0026390313, 0.013463505, 0.03178633, -0.001958064, -0.008790419, -0.051631916, -0.017305683, 0.018372957, 0.0011196715, -0.028162597, 0.03674228, -0.004930547, -0.065512575, 0.01278594, -0.027636444, -0.0375589, -0.009892851, 0.023907345, 0.030058734, -0.048911676, -0.0678862, 0.0069911415, -0.018721038, 0.026763234, 0.017103571, -0.005329555, -0.03501877, -0.021489253, 0.030368142, 0.014153887, 0.00081752345, 0.029759591, -0.022651117, 0.03471707, 0.015641375, 0.018976344, 0.014035704, -0.039795972, -0.03336149, 0.012640764, -0.007909608, 0.012303684, 0.02133126, -0.03464993, -0.0037414632, 0.0063895676, 0.014806159, 0.014567865, 0.004285193, -0.06397643, 0.016461167, -0.0067858533, 0.033037566, -0.022094004, -0.035443865, -0.024038458, -0.042470388, 0.014426432, 0.029295199, 0.024823772, 0.00017336081, -0.003280642, 0.017572671, 0.0025049702, -0.046467047, 0.011740218, 0.030707035, 0.006398641, 0.03720594, 0.02006199, -0.023986286, 0.034035653, 0.0014116118, 0.05133068, -0.03550284, 0.028281685, -0.035604462, -0.029506156, 0.030688887, -0.006206283, 0.051363792, -0.023296243, 0.014200048, -0.03621647, -0.0033209056, -0.017073289, -0.015462172, 0.013261846, 0.018348457, -0.0016314175, 0.020349167, -0.063407525, 0.0006800597, 0.013684104, -0.028427316, -0.0062895324, -0.025618268, 0.020146374, 0.024828646, 0.026750531, -0.015543835, -0.05565693, 0.034051985, 0.011414932, -0.0029673507, 0.043618187, 0.04314841, -0.016096411, -0.013996801, 0.029523054, -0.032955, -0.020834485, -0.003978395, -0.023053074, 0.03960724, 0.058008783, 0.009236836, 0.0044859448, -0.011330095, -0.007794601, -0.012209773, 0.020762013, -0.047108773, 0.0039197574, -0.024809139, 0.024995713, 0.059354156, -0.015087437, 0.052290652, -0.008817384, 0.0025478422, 0.032123636, -0.035700645, -0.0074396, 0.03187956, 0.029039098, 0.012841346, 0.021965386, 0.047358748, -0.01987292, -0.027562609, -0.07333837, 0.0018288798, -0.023942277, 0.012024219, -0.042866904, 0.019801581, 0.015663153, 0.056195896, 0.085685715, 0.02111724, 0.019551039, 0.032378603, -0.04718227, 0.026907729, 0.05885988, -0.05308731, -0.025929378, 0.043356873, -0.041318964, -0.029247789, 0.020911725, -0.015827836, 0.021036033, 0.026630761, -0.011622716, 0.05092713, -0.00030124062, -0.04136365, -0.021821218, 0.0007793864, 0.008823991, -0.038025275, 0.048688468, -0.035766654, 0.030442089, -0.04774482, 0.023903886, 0.031678356, -0.0081820395, -0.01767188, -0.008269656, -0.04729841, 0.003545702, -0.03704511, 0.01678237, 0.0380035, -0.008920624, -0.038787905, -0.00390524, -0.0034151566, -0.0010382367, -0.0041783527, -0.0010556465, 0.014051243, 0.0297584, 0.02978562, -0.023867873, -0.0048169014, -0.031698316, 0.02686066, 0.016503813, 0.03013756, -0.023808219, 0.03869309, -0.054867532, -0.006064736, -0.04388495, 0.027529946, 0.030278314, -0.017489253, 0.019772885, 0.009469118, 0.021908903, 0.065242186, -0.009373846, -0.049534634, -0.033241834, -0.0024008516, 0.0009994474, 0.022885215, 0.00954647, -0.009678716, -0.037056226, -0.0008583543, -0.013868864, -0.0040903394, -0.007959739, -0.010534859, 0.061772473, 0.044645764, -0.033689044, 0.026799073, -0.023529435, -0.029569443, -0.021643505, 0.050588463, 0.0026417533, 0.019557843, 0.011664, -0.0004246404, -0.0025887017, -0.07773188, 0.025440654, 0.009170599, 0.0007884599, -0.029022537, 0.0072734696, -0.058986906, -0.017239675, 0.005310727, -0.0126379365, 0.04464168, 0.06508612, -0.019397356, -0.023707727, -0.01802181, -0.03163344, 0.0042836056, -0.029634604, -0.0033617364, 0.081712425, 0.012249242, 0.0053052832, -0.074430026, -0.03149053, 0.048421707, 0.035521895, 0.0009754026, 0.0054345806, 0.012400628, -0.010107213, -0.03115073, 0.015722582, 0.031281844, 0.015537426, 0.049787726, -0.08282302, -0.051327046, -0.020004828, 0.05850329, -0.07248285, -0.038448103, -0.05446285, -0.014846082, 0.0048559173, 0.019050166, -0.03383808, 0.02566806, 0.018993132, 0.0008882969, 0.013783007, -0.0016654432, 0.0022370745, -0.0050707324, -0.013192207, -0.009506319, -0.02535457, -0.03473749, 0.039505165, 0.013523163, -0.024628008, 0.046920948, 0.010864624, 0.02720194, -0.038054314, 0.06840067, 0.0151723875, -0.021928411, 0.000506302, -0.0053506503, 0.021702483, -0.04019294, 0.016471375, 0.009825254, 0.0057154056, -0.004998371, -0.014660528, 0.015761599, 0.008552694, 0.00488155, 0.047658626, 0.031417944, 0.020628631, -0.024737118, 0.039346382, 7.2588105e-06, 0.01865741, 0.026164383, 0.02086908, 0.026042342, -0.0044405772, 0.03477696, 0.061476678, 7.07734e-05, 0.00783702, 0.00061336946, 0.016952043, -0.0021031268, -0.02314653, -0.008436552, -0.04244589, -0.03333427, 0.010588562, 0.010798387, 0.015362819, 0.025070569, -0.018149067, -0.015443118, 0.0170886, 0.042859644, -0.007896565, -0.05413031, -0.009818675, 0.003417085, 0.021348162, 0.01883752, 0.019058786, -0.070744365, 0.046610635, -0.013626374, -0.039673027, -0.0047635944, -0.040581513, -0.03598147, 0.056263037, -0.01894005, 0.040072262, -0.008422035, 0.07548255, 0.07451894, -0.01509651, 0.004737735, 0.025073687, -0.0628867, -0.0115102045, -0.02721963, -0.0507409, -0.00991871, 0.027024552, -0.024804715, 0.017936066, -0.032780785, 0.0225504, 0.0546348, -0.037819423, -0.00097222684, -0.021863535, -0.008422715, -0.023249969, -0.027596183, 0.04582895, 0.06466148, -0.058293235, -0.04707701, -0.030998975, -0.035813157, 0.005737182, 0.017681554, 0.00493894, -0.00065391674, -0.0022531801, 0.062289666, -0.03852795, 0.0011083296, 0.017624391, -0.0020433553, -0.010674761, -0.013883948, -0.050308093, -0.02616302, -0.0032061257, 0.047131453, 0.0060239052, -0.002360928, 0.029075162, 0.037440035, 0.005867841, 0.05349811, 0.0024353308, -0.000421011, 0.0017040058, -0.006851409, -0.015744813, -0.005873398, -0.012082063, 0.006008197, 0.04104449, -0.014789826, 0.06827591, -0.018272864, -0.020855922, 0.030790512, 0.040471498, -0.041362513, -0.005422331, 0.06453264, 0.037762146, -0.07397091, 0.022199256, 0.005798882, -0.091679685, -0.0009232299, 0.048056953, -0.03594291, -0.005332503, -0.04047059, -0.02366463, 0.0004062665, -0.03424843, 0.040892508, 0.02792952, 0.015763188, -0.029536098, 0.000421672, 0.003203404, 0.013501387, -0.027044967, -0.026524147, 0.035973758, -0.00021549594, -0.04289866, 0.019950839, -0.051875994, 0.021664372, -0.032328926, -0.0020129588, -0.044295527, -0.05141778, -0.00038959397, -0.007238848, 0.0026050054, 0.036954604, 0.014569679, -0.0038718947, 0.0030300997, -0.04288868, -0.015212651, -0.0067062904, 0.031543612, -0.009554069, 0.0073078074, -0.0054078135, 0.020208528, 0.016039701, 0.0067416197, -0.01588704, 0.006941237, -0.059348032, -0.0739455, 0.015679881, -0.026565433, -0.01921112, 0.049959667, 0.048051283, 0.009447342, -0.032071237, 0.008253381, 0.013185629, 0.021063251, 0.061772473, 0.019588353, -0.012114501, -0.06498904, -0.053464763, 0.026767315, -0.042795904, -0.046261303, -0.049591284, -0.0243093, -0.0076555493, -0.04131805, 0.008406383, -0.03387732, -0.019677727, -0.027311273, 0.03243781, -0.034317046, -0.0013741836, -0.0119527085, 0.010081353, 0.016546912, 0.003331794, -0.005564445, 0.03914223, 0.009146554, 0.022708282, -0.017108109, 0.05955491, 0.02349314, -0.030236574, 0.0062830104, -0.036079917, -0.022378799, 0.010782055, -0.043617, -0.022800151, -0.05484394, -0.00048398683, -0.013738206, 0.012818151, -0.0023328003, -0.019509867, 0.007805886, 0.016164463, 0.003940343, -0.025091892, 0.034528345, -0.053369492, -0.044425733, 0.0043257973, 0.009721362, -0.035182547, 0.0052028084, -0.017455624, -0.0059059495, 0.025388822, -0.0011160421, -0.04357963, 0.00261544, 0.0066289953, -0.0020803863, 4.1738156e-05, 0.08594069, 0.015652008, -0.016115014, 0.03167926, -0.018836612, 0.05152122, 0.024775226, -0.08150192, 0.09572919, 0.02736027, -0.028291112, -0.038600538, 0.024903161, 0.010799976, 0.004112116, 0.011187243, 0.0076327524, 6.169989e-05, -0.021169527, 0.0043273284, -0.010458748, -0.019682264, 0.0066190143, 0.043370485, -0.018441007, -0.004054046, -0.05125083, 0.016188735, -0.029434474, 0.0021454322, 0.017540915, -0.0017987106, 0.014655991, 0.05423329, -0.05160651, 0.030565944, 0.0531236, 0.0030378122, -0.020056093, 0.024801541, -0.012867148, -0.06307543, -0.018385036, 0.035887558, 0.0038777925, -0.008551332, -0.013434243, -0.0056723063, -0.01012967, -0.032174677, -0.021956086, -0.008226953, 0.023791658, -0.02814876, -0.025921665, 0.009753573, -0.008693786, 0.049744796, 0.026486492, 0.01494952, 0.007727457, -0.044820204, -0.03717191, -0.01773282, -0.0025659895, -0.03661616, -0.032048326, -0.040860694, -0.02726001, 0.019510547, 0.024854166, 0.041674644, 0.04421704, 0.033575628, 0.052807845, 0.020180173, 0.015602812, 0.0030924801, -0.02841053, 0.001562232, 0.016704338, -0.0006555613, -0.079476714, -0.0056346515, 0.014477696, 0.019569753, 0.057451665, 0.038090605, -0.016003862, 0.021923421, -0.02420405, 0.0011704832, 0.035106555, -0.022411577, 0.008686981, -0.0687119, 0.014515352, 0.049907953, -0.02514815, -0.02510278, -0.062200744, -0.024498483, 0.030857204, -0.030438913, -0.030154912, 0.00606519, 0.029874088, 0.03706598, -0.00066236645, -0.04204303, -0.061158992, 0.020955278, 0.015232612, 0.010404598, -0.027541742, 0.032236375, 0.009204589, 0.008975292, -0.017312262, -0.035807088, -0.026175383, 0.032953184, 0.005330462, -0.018401084, 0.06469596, 0.014034909, -0.0029626156, -0.036968213, -0.029417349, 0.028289396, -0.016813956, 0.015207207, -0.0075527923, -0.009898296, -0.07104198, -0.017948315, -0.00079030293, -0.014904379, -0.0053222957, -0.0027103717, 0.023202786, 0.019840144, -0.013724595, 0.009897388, 0.0073332135, -0.0033746664, -0.025369542, -0.0027905589, 0.016695263, -0.07071896, -0.052604597, -0.008158903, -0.039541177, -0.052669473, -0.02119754, 0.01922133, -0.024871407, -0.031489626, 0.065322034, 0.0047799265, 0.014002245, 0.015191783, -0.05507622, 0.02756624, -0.03406106, -0.040680185, 0.03541392, -0.05700344, 0.04295296, -0.009456868, 0.05073001, -0.033700842, -0.041043125, -0.00021731063, -0.021926142, 0.013997254, 0.033019308, 0.021735147, -0.0005589284, -2.495216e-05, 0.009931867, -0.032047648, -0.07615218, 0.0033277108, 0.009859505, -0.027993603, -0.018460969, 0.026118333, -0.0036945075, 0.027732285, 0.00491671, 0.012987826, -0.0063237846, -0.008727812, 0.05132795, 0.0057735895, -0.0119929155, -0.02666524, 0.02905248, 0.009862228, 0.0027595956, -0.009008184, 0.003962176, 0.02985163, 0.0020283838, 0.0058369907, 0.042873256, 0.030402618, -0.037820216, -0.032233994, -0.016364079, 0.058153957, -0.082510896, 0.006284542, 0.059544023, 0.012789116, 0.027628846, -0.0024081103, -0.082782194, 0.020724697, -0.055003636, -0.009662838, -0.048742004, -0.044371292, 0.007618121, -0.003453379, 0.0059422436, 0.011314671, 0.0054268683, -0.0043843216, 0.04142966, 0.02801311, 0.011116869, 0.012064143, -0.0054150727, 0.049180254, -0.018894684, 0.018593328, 0.040028255, -0.033559293, 0.03421531, 0.027466431, -0.028670939, 0.0069974926, 0.032526273, -0.027372973, 0.025988355, 0.047810152, -0.044607207, -0.0016673715, -0.033921555, -0.014357926, 0.029916734, 0.011483551, 0.037872843, -0.0018646069, -0.01766613, -0.025855314, -0.027041988, -0.049850784, 0.008700478, 0.018867463, 0.0019435465, -0.0050058, -0.029661313, 0.041538995, 0.014996702, -0.0056131305, -0.07025439, 0.049039617, 0.020102369, 0.06540914, 0.02844274, -0.025889454, 0.050319884, 0.016557345, -0.022699207, -0.05428615, -0.0059184823, -0.045275014, -0.053132676, 0.03133447, -0.008333, 0.050506804, 0.07131055, 0.0056196805, 0.018971354, -0.07170616, -0.00018646069, -0.039067823, -0.0053436183, -0.03618154, -0.014400912, 0.0011034525, 0.01180413, -0.017286856, -0.0035309575, -0.04311552, 0.063122615, 0.015596914, 0.00084701244, -0.003342682, 0.020493437, 0.016513793, 0.0132520925, -0.05163555, 0.04647544, 0.028714038, 0.040618487, -0.0156754, -0.004768131, -0.04698628, -0.0012770969, -0.027505899, 0.030114988, -0.006633645, 0.019817006, -0.0020497064, -0.007321871, 0.007218433, 0.042779796, -0.019298455, 0.018939598, -0.015402742, -0.031025968, 0.0039923456, 0.030093668, -0.0364111, 0.06675565, -0.00643244, -0.011415387, 0.028152557, -0.04167374, 0.057072394, 0.016895901, 0.0061981166, 0.0063380753, 0.004003461, -0.01880506, 0.02165757, -0.02466589, 0.016351832, 0.007730179, -0.013085821, 0.017597398, -0.005632383, -0.020586895, 0.037112482, 0.034819607, 0.048089616, -0.024021218, -0.044813626, -0.04981387, 0.07461875, -0.03047702, -0.056750286, -0.020710519, -0.0040003983, -0.030695241, -0.01780314, 0.0044067786, -0.001839201, -0.009890582, -0.08950839, -0.016585475, -0.001208592, 0.046668254, -0.0065209637, 0.03018976, 0.015875017, -0.029419959, -0.02675949, -0.0073059923, 0.027095778, 0.057175834, 0.0038419522, 0.034769844, 0.02131731, 0.0030570508, -0.009690626, -0.006892808, -0.051769152, 0.015686288, 0.06015648, -0.008047752, 0.02406341, 0.01893472, 0.026128996, 0.02360497, -0.0002871767, -0.0013115762, -0.010246547, 0.03351302, 0.009569763, -0.060943156, -0.007318695, -0.0047853705], [-0.015094252, -0.09131266, -0.025539173, -0.031860787, 0.020618957, 0.041094616, -0.00872935, -0.012390482, 0.029613925, 0.04496912, 0.008573658, 0.028150652, -0.06678134, -0.017750708, -0.02242857, 0.015915748, -0.0049358467, -0.02755706, 0.052302197, 0.07082799, -0.014733749, -0.0010028738, -0.038310632, 0.017491596, -0.018548546, 0.039178092, 0.00711272, 0.012573888, -0.006865029, -0.004197154, 0.007840373, -0.02254945, 0.0035669499, -0.0015547248, 0.022559363, 0.020811826, 0.04187105, 0.00046730175, -0.05452425, -0.051079415, -0.056569196, -0.004326428, -0.0130493, 0.03024641, 0.0009066645, 0.03818626, 0.024050044, 0.031434268, -0.017765578, -0.03934302, 0.048298366, -0.011927911, -0.040812977, 0.035310797, -0.002102182, 0.011902901, 0.026710553, 0.034511834, 0.024850812, -0.011195415, 0.00654966, 0.005191522, -0.054937925, 9.64345e-05, 0.027270235, 0.017489342, 0.0014188603, 0.0025397423, 0.0007020792, -0.06040315, -0.024112456, 0.042220283, -0.0058203177, -0.017836327, 0.035372984, 0.02148484, -0.06440743, 0.00578607, -0.01669759, -0.033717826, 0.0002338762, 0.013455316, -4.3767293e-05, -0.05216476, -0.05795083, 0.026934814, 0.0031814373, -0.010846629, 0.048861198, 0.012079209, -0.044665847, 0.011728959, 0.046101097, -0.011761629, -0.013332295, 0.012287287, -0.008178007, 0.029439364, 0.027612712, 0.011182572, 0.03710092, -0.03899142, -0.019224713, -0.009188766, -0.0104793655, 0.005650149, 0.03901812, -0.010259009, -0.020255301, 0.016767437, 0.013166464, 0.0037586922, -0.010425066, -0.08394037, 0.03289768, -0.0019854691, 0.038405266, -0.010992632, -0.040930588, -0.017609661, -0.01861907, 0.006420611, -0.017080735, 0.011771318, -0.009969705, -0.018966729, -0.017197786, 0.0053962762, -0.07293152, -0.009395605, 0.030217346, 0.002424832, 0.038569745, -0.016391162, -0.019232374, -0.0018309037, -0.026036132, 0.052621465, -0.03015606, 0.027113417, -0.033727065, -0.025242858, 0.0103248, 0.0027695629, 0.024227366, -0.029651187, 0.012060621, -0.054464877, -0.0048101214, -0.045881193, 0.000280474, 0.0062439083, 0.0040461933, 0.020148952, -0.0036248555, -0.054006923, 0.005677074, 0.017832723, -0.039882425, 0.019075105, -0.0066264924, 0.0025613725, 0.05755788, 0.013985143, -0.01875775, -0.06939679, 0.0035423907, -0.0017495229, 0.009370369, 0.01995383, 0.062049743, -0.017798023, 0.0046370234, 0.029090773, -0.07883791, -0.023542412, 0.0064552533, -0.02343133, 0.049825095, 0.035114776, -0.0036843386, 0.012443655, -0.010000123, -0.014842801, -0.029572045, 0.03504335, -0.031012254, -0.019860324, 0.017048178, 0.01793524, 0.02705123, -0.01459028, 0.027201403, 0.005638489, -0.029832734, 0.032919314, -0.04238837, 0.017115716, 0.03185741, 0.048365958, -0.0037339076, 0.008920191, 0.022114145, -0.005175919, -0.04553083, -0.04879045, 0.034733884, -0.0032102775, 0.06429027, -0.039914872, -0.005027831, 0.024533119, 0.04395971, 0.04901306, 0.020637885, 0.04805367, 0.026268039, -0.019762736, 0.06163697, 0.062596135, -0.034327075, -0.003077793, 0.033299644, -0.048334412, -0.03478852, 0.011785368, -0.012596869, 0.0210074, 0.012471144, -0.017441576, 0.0834564, -0.023605723, -0.008641252, -0.0379285, -0.01839826, -0.01852083, -0.048312787, 0.037498686, -0.047202438, 0.042766448, -0.022768682, 0.033103622, 0.027338732, -0.0010972804, 0.0030946913, 0.005562108, -0.060344566, 0.014819143, -0.031724248, 0.0035457704, 0.03573056, -0.005178172, -0.038498994, 0.014341703, 0.0043697446, -0.02048557, -0.0065751206, 0.0057202782, 0.008595288, 0.031538587, 0.032197855, -0.044030685, 0.012581711, -0.0136058265, 0.033223037, 0.021035338, 0.028302174, 0.0024216212, -0.00918978, -0.04964687, -0.042377103, -0.063133955, 0.026842138, 0.010969312, -0.014459767, 0.04592265, 0.03691549, 0.014715725, 0.05023607, 0.03846565, -0.055328168, -0.0047532297, 0.030053318, -0.0049519846, 0.015114079, 0.008072559, -0.008665586, -0.041699357, -0.0073028854, -0.054473773, -0.012112895, -0.008262836, 0.020887533, 0.029300654, 0.06911019, -0.004609479, 0.059971448, 0.005593877, -0.06274912, -0.010742082, 0.017687395, -0.008370875, -0.010879975, 0.0076570795, -0.0006447367, -0.038031243, -0.049167853, 0.028874401, 0.039217297, -0.0011463988, -0.034839217, -0.0062538222, -0.06702333, 0.03959132, 0.029756352, -0.005918555, 0.057365462, 0.069455825, -0.018600818, -0.03296798, -0.04800816, -0.0023432681, 0.01186505, -0.050715532, 0.03614041, 0.057471357, 0.016159538, 0.004138572, -0.050472196, -0.025245111, 0.022321096, 0.028052527, -0.008119425, -0.018940479, 0.035629846, 0.015914395, -0.040107742, 0.020036746, 0.005433678, 0.0030169578, 0.007861214, -0.07272784, -0.0076210294, -0.01111723, 0.037171446, -0.06236338, 0.010028005, -0.057513718, 0.02033281, -0.012012403, 0.017368123, -0.024016697, 0.017542066, 0.023192948, -0.01837663, 0.006822924, 0.006853158, -0.019647403, -0.020457633, 0.017023169, -0.00033031066, -0.044276953, -0.070983, 0.043854494, 0.0053485096, -0.010551917, 0.07591468, -0.012842012, 0.034659415, -0.008803775, 0.058210615, 0.02590573, -0.027372751, -0.002743877, 0.0118028615, 0.07008896, -0.036018737, -0.010422361, 0.022822531, 0.0009970156, 0.004501328, -0.026295977, 0.05495685, 0.007909431, 0.04500517, 0.046987936, 0.038483676, 0.014681026, -0.02299191, 0.013145735, -0.0055866665, 0.016882347, 0.023001881, 0.05082008, 0.033724416, -0.011268416, 0.042342857, 0.045490045, 0.029672986, 0.0062249824, 0.0025193514, 0.019521212, -0.003465333, -0.0038060083, -0.028604995, -0.04073772, -0.034591146, 0.0012397916, -0.0093635535, 0.027292317, 0.045297176, -0.009827757, 0.0019575302, 0.010236477, 0.03221363, -0.019999795, -0.022250231, 0.0048055025, 0.016363222, -0.0067119994, 0.029256605, 0.03780007, -0.061146684, 0.020428794, 0.012359614, -0.028346336, -0.007937822, -0.04329999, -0.05810618, 0.028783672, 0.023450257, 0.030367855, 0.0076084114, 0.089465976, 0.043756027, -0.026754942, 0.0014200431, -0.02304627, -0.071047895, -0.0134746935, -0.027282402, -0.060841158, 0.011847925, 0.022051955, -0.02006153, 0.008394758, -0.01934841, 0.015919354, 0.02515769, -0.030421931, 0.004651613, -0.042856574, -0.007073065, -0.029469302, -0.050365847, 0.02923137, 0.07018989, -0.055947334, -0.016202798, -0.034368534, -0.051162556, -0.019178748, 0.021278905, -0.017375559, 0.012121006, -0.011219749, 0.022058604, -0.04293003, 0.0006723378, 0.04082424, 0.017219417, -0.03277207, -0.037703186, -0.06437933, -0.020832444, 0.0017412286, 0.05216476, 0.015531587, -0.00841477, -0.0049276226, 0.021513006, 0.013843308, 0.036729828, 0.01953159, 0.015420508, 0.016307795, -0.03637023, 0.011766811, -0.034561403, -0.02084178, 0.0041982806, 0.05919715, 0.0119867185, 0.051371653, -0.01710045, -0.0370331, 0.017113067, 0.04243073, -0.033255484, -0.0082708355, 0.04228878, 0.03907129, -0.065517776, 0.020507652, 0.018794475, -0.08096893, 0.034387913, 0.042056706, -0.009085571, 0.0063237827, -0.027457245, -0.042121146, 0.015476386, -0.021879816, 0.0524099, 0.049230713, 0.013137286, -0.015853336, -0.023276765, -0.024465522, 0.0055913986, 0.0049048658, -0.010749067, 0.029912045, -0.021878464, -0.024963975, 0.042743918, -0.032324485, 0.011604585, -0.015685026, -0.024027513, -0.02304469, -0.03371512, 0.0055553485, -0.0018339453, -0.0050452366, 0.01925806, 0.007515153, -0.010865554, 0.014362094, 0.009105175, 0.024061197, 0.011955625, 0.011509052, -0.027154872, -0.012567128, -0.0031530475, 0.018526465, 0.011322717, -0.006635054, 0.0031845917, 0.0010391494, -0.086030394, -0.06980776, 0.0732616, -0.004864535, -0.012838631, 0.024368187, 0.03567851, 0.0071933824, -0.024068069, 0.016580256, 0.0061166063, 0.023074882, 0.0031707913, 0.033874646, -0.004966377, -0.060314372, -0.075568594, 0.03607146, -0.042557355, -0.03970037, -0.059601758, -0.016354773, 0.0056423196, -0.029858645, 0.020572769, -0.053311154, -0.012240197, -0.017730426, -0.0029795556, 0.01574727, -0.011740675, -0.024136113, 0.022682836, 0.03295041, -0.005732896, 0.020761358, 0.047344834, -0.00825236, 0.029363403, -0.01494025, 0.027547821, 0.025402829, -0.04166573, -0.034137364, -0.03573574, 0.042268954, -0.02442577, -0.03134617, -0.01844873, -0.06397663, -0.02094341, -0.025274852, 0.012767432, -0.01683458, -0.015130022, 0.04610831, -0.017311795, 0.028677998, 0.0021368803, 0.023754654, -0.023878578, -0.027866868, -0.0077589215, 0.0042190095, -0.033968374, 0.011587018, -0.0422293, -0.0017096845, 0.007587232, 0.013986946, 0.02031253, 0.013413408, -0.00039204682, 0.008096893, -0.00084245, 0.055968963, 0.017361702, -0.011453906, 0.049230266, 0.004202336, 0.07318928, -0.0212228, -0.0638126, 0.08918839, -0.00014915803, -0.034714166, 0.0009973536, 0.0021125465, 0.008498853, 0.0354194, 0.003965531, -0.008303506, 0.024721818, 0.004466123, 0.0049267216, -0.0028057257, -0.0093397265, 0.025977831, 0.044284165, -0.0132816, -0.023723563, -0.0634557, 0.028458541, -0.0019747666, -0.015730089, 0.010171137, -0.002515859, -0.055068605, 0.047694974, -0.06285006, 0.03123937, 0.019621717, 0.017880714, -0.0011554115, 0.050667543, -0.009089346, -0.011655506, -0.034541577, 0.04381191, -0.011725692, 0.04607226, -0.023404744, -0.017054487, -0.002177437, -0.038153365, -0.0043872064, 0.007789677, 0.038005617, -0.009903913, -0.01300176, 0.005028113, -0.007779651, 0.035163444, 0.006272749, 0.008655672, 0.018044516, -0.05817434, -0.04880667, -0.021822136, 0.030325497, 0.028342279, -0.013224144, -0.010001249, -0.004793448, 0.033465926, 0.03687289, 0.019154416, 0.03293193, 0.046970244, 0.04678155, 0.0001429619, 0.03347787, 0.023217732, -0.036510654, 0.041958924, 0.015793629, -0.044507228, -0.06107278, -0.013647679, 0.02688506, -0.0041890424, 0.059922777, 0.033767734, 0.01262678, 0.02323894, -0.05844201, 0.0037059688, -0.011732564, 0.0060943, 0.024488956, -0.06693095, -0.047387194, 0.058408663, -0.038840573, -0.032218136, -0.030267984, 0.0014351392, -0.0021170527, -0.01904266, -0.025913844, 0.008169444, 0.046712153, 0.01070851, -0.020308025, -0.03489667, -0.04663284, 0.02587872, -0.0025582178, 0.00819851, -0.040084306, 0.018529845, -0.0034829078, 0.020378772, -0.06792684, -0.001585987, -0.010049917, -0.020807054, -0.004261143, -0.01754004, 0.03749353, 0.033834767, 0.010990182, -0.017392458, -0.043588392, 0.031934015, -0.059725173, 0.030790543, 0.01925851, 0.0046186885, -0.06579717, 0.013507139, 0.00600823, -0.0029628826, 0.02369765, -0.031110039, 0.012338208, 0.017040066, -0.01214579, -0.0039330856, 0.0129314605, -0.020792449, -0.011382876, 0.0036030847, -0.0048149657, -0.08634042, -0.04533683, 0.027363965, -0.038644098, -0.060302656, -0.00041007195, 0.021550773, -0.046436366, -0.037288606, 0.056710698, -0.01861569, -0.023783721, 0.008698031, -0.04217516, 0.027210303, -0.00075435214, -0.037445426, 0.017769633, -0.038404252, 0.0635296, -0.01264013, 0.049910937, -0.02822782, -0.015373311, 0.0038929798, -0.009294213, 0.02412665, 0.014851815, 0.007676119, 0.0038519723, 0.004985078, 0.02234019, -0.03856389, -0.07274225, -0.021798255, 0.01534976, -0.0036478378, 0.003010649, 0.045618024, 0.028857348, 0.0038321447, 0.015071608, 0.025260432, 0.0021454422, 0.016264083, 0.010849332, 0.0006664796, 0.034226134, -0.0058104037, -0.004352846, 0.025605612, 0.0038206538, -0.019614058, 0.014200656, 0.041073885, 0.015959008, 0.0047606085, 0.053204805, 0.0110548185, -0.011207132, -0.013853222, 0.0018962447, 0.01682782, -0.05773092, -0.0041036485, 0.06397122, 0.013827648, 0.008875129, 0.013700459, -0.011115202, 0.02924669, -0.053433727, -0.019155316, -0.05729471, -0.016964812, -0.0023917109, 0.0037149813, -0.0049440707, 0.006241205, 0.007504542, -0.02068565, 0.04630433, 0.044828527, 0.008844936, 0.041293796, -0.02458052, 0.05686819, -0.045816302, 0.006402586, 0.031244779, 0.010154013, 0.0041590757, 0.03320231, -0.02274953, -0.0024108626, 0.024364244, -0.038742, 0.007977927, 0.019391334, -0.06723467, 0.010762811, -0.01567188, 0.025696864, 0.021332752, -0.0259553, 0.02241246, 0.026550693, -0.006957704, -0.034199324, -0.0185704, -0.03833857, -0.0077117183, 0.042779516, -0.0024525458, -0.0072510634, -0.03225013, -0.0064444947, 0.026390608, -0.007286212, -0.05383749, 0.06978546, -0.0071631907, 0.05896384, 0.046420146, -0.02160223, 0.082728185, 0.03330032, -0.008875805, -0.036068305, -0.017568653, -0.03123847, -0.048127126, 0.019155316, -0.020510808, 0.050310675, 0.04820103, 0.03252997, 0.022407614, -0.060810514, -0.012644185, -0.03452468, -0.043357674, -0.047963094, -0.023593105, 0.0027966006, 0.009345134, 0.03748576, -0.027755111, -0.015287122, 0.062257934, -0.010062534, -0.020686945, -0.018300924, 0.000618713, -0.022520611, 0.029448124, 0.00812303, 0.041612163, 0.027085928, 0.029422436, -0.011585658, 0.017191477, -0.053934827, 0.02903129, -0.011502236, 0.0057319948, -0.033391573, 0.019461744, -0.01375859, 0.010692513, -0.0008350146, 0.047681, -0.040084306, 0.05140905, 0.0070347614, -0.03446407, -0.016813174, 0.02883459, -0.044972725, 0.049804818, 0.016162694, 0.011344573, 0.036430612, -0.022097245, 0.091834486, 0.021945355, 0.014306103, 0.037896506, -0.0009741461, 0.023550747, 0.026673602, -0.015568314, -0.0052092653, 0.011341418, -0.008128437, -0.0062817615, -0.0034103566, -0.0063277255, 0.0062371492, 0.024710665, 0.046879783, -0.016985089, -0.0763572, -0.061022762, 0.06316009, -0.017974671, -0.016179366, -0.006879295, -0.0022923474, -0.008658988, -0.009809281, 0.02159592, -0.029907312, -0.021024523, -0.0600814, 0.01685621, -0.003380615, 0.047662076, -0.013080393, 0.020807998, 0.010148041, -0.012732959, -0.018013649, 0.0029584887, 0.014259914, 0.036750246, 0.011789794, 0.030776123, 0.012879414, 0.022649942, 0.010742082, -0.0055118627, -0.02509146, 0.033433933, 0.043905634, -0.0039276783, -0.018198181, -0.00597263, 0.028279867, -0.01396678, 0.010185106, -0.001213092, -0.0005817614, 0.061137673, 0.023046944, -0.043415356, 0.0074389754, 0.025306396], [0.016846398, -0.08529866, -0.028279437, -0.030420447, 0.018903207, 0.014463206, 0.005903364, 0.0058875764, -0.009389105, 0.058531053, 0.0057015456, 0.023305811, -0.059738196, -0.035654265, -0.023614036, 0.0052712895, 0.026611833, -0.026059581, 0.035550248, 0.05389169, 0.010130552, 0.05273431, -0.006408995, 0.02128712, -0.052102957, 0.014961675, 0.019325942, 0.023708073, 0.010258745, -1.0416425e-05, 0.038484063, -0.055153236, -0.0018656976, 0.00038725228, 0.020826485, 0.016395742, 0.030644111, -0.016272048, -0.06911096, -0.02673115, -0.022194508, 0.028701592, 0.015254854, 0.034333695, -0.0017195782, 0.010056136, 0.015600189, 0.025631351, -0.015170366, -0.00274603, 0.0461014, -0.012926783, -0.035404887, 0.031833753, 0.029029781, 0.008423126, 0.002582116, 0.037602574, -0.001373232, -0.024379063, -0.008493437, -0.021099193, -0.0702773, 0.0036758406, 0.018917277, 0.01670404, 0.014437743, -0.0071746022, -0.010408323, -0.05180725, 0.001225883, 0.019442078, 0.019428369, -0.013779067, 0.047482695, 0.009715703, -0.07151599, 0.004966899, -0.017870028, -0.021012824, -0.011197657, 0.011954222, 0.028256867, -0.02578528, -0.051993005, 0.0191519, -0.0059200013, 0.00861178, 0.055029973, 0.010008015, -0.022835119, 0.011700955, 0.03133029, -0.0024082195, -0.015592955, 0.0026048296, 0.026065657, 0.012012879, 0.023602208, 0.0356887, 0.014721329, 0.0019559008, -0.00025433436, -0.02843626, 0.023682574, 0.0047756415, -0.00075490144, -0.026319558, 0.0013509524, 0.022407103, 0.0010992222, -0.00012138028, -0.008503419, -0.032800164, 0.0009235897, 0.018152647, 0.018828917, -0.022407033, -0.023362884, -0.006911208, -0.041357078, 0.05913475, 0.0075841467, 0.04384389, -0.000616486, -0.031121964, 0.0045540035, -0.016147194, -0.04119696, 0.011482662, 0.015216697, 0.026735779, 0.03136212, 0.0058835438, -0.0138287805, 0.028486716, -0.0018390777, 0.044363555, 0.006270688, 0.022797793, -0.054232538, -0.03830445, 0.025264353, -0.012214127, 0.016133253, -0.024256382, 0.015157056, -0.051247075, -0.0005069327, -0.026529241, -0.005065023, 0.017633054, -0.012673607, -0.02208978, -0.0016961412, -0.054197818, -0.0057571004, 0.026071733, -0.026772527, 0.005012615, 0.00023769704, -0.0077608153, 0.013766753, 0.024343185, -0.010149938, -0.044736084, -0.020497933, 0.011898017, -0.01122357, 0.00888257, 0.09487743, -0.014654463, -0.0028188005, 0.02918147, -0.06595904, -0.043639034, 0.00010184949, -0.030289698, 0.029442316, 0.03174941, -0.04186405, -0.01890979, -0.015786093, -0.009035851, -0.020878566, 0.029880095, -0.018482499, -0.012206893, 0.047800396, 0.012571178, -0.00091375195, -0.010938982, 0.013878151, -0.0062421877, -0.024172181, 0.051285703, -0.060620558, 0.013382502, 0.038727112, 0.033741985, 0.013130772, -0.03948809, 0.00661443, -0.020952638, -0.054969788, -0.03712718, 0.024651337, 0.008767736, 0.021975763, -0.02580843, -0.018310195, 0.033152297, 0.033576477, 0.03195038, 0.012020554, 0.037595194, 0.049557302, -0.010634592, 0.045922544, 0.04544686, -0.023158498, -0.006640525, 0.053879865, -0.05310319, -0.044072617, 0.03188352, -0.006768651, 0.021408647, 0.0044821007, -0.004168282, 0.0606398, -0.021025844, -0.04539594, -0.032250408, -0.009314454, -0.042950395, -0.044916786, 0.012436633, -0.035176266, 0.016934212, 0.0040274677, 0.023394711, 0.013971524, -0.022125067, 0.006640326, -0.004350015, -0.03585102, 0.009796069, -0.01849089, -0.013735576, 0.05264953, 0.019112984, -0.015914418, -0.025083402, -0.018972578, 0.0048563327, 0.0069983904, 0.0019768784, 0.012589516, -0.0061653666, 0.0019195155, -0.03675772, -0.0008140906, -0.027652353, 0.042029116, 0.0053007486, 0.036598977, -0.029805588, -0.0075982036, -0.021798683, -0.012285595, -0.063760094, 0.029987006, 0.038465977, -0.056838382, 0.03410598, 0.015520473, 0.014879646, 0.03648522, 0.0036735258, -0.035411216, -0.011737576, -0.0062265266, -0.04969445, 0.0048119547, -0.01430421, 0.008244022, -0.038235225, -0.024375591, -0.040518157, 0.021221152, -0.0008703502, -0.0037985954, 0.04698155, 0.057882916, -0.04028321, 0.024443878, 0.021869574, -0.05385581, 0.0025424757, 0.016921483, 0.0060172216, -0.017851872, 0.018451829, -0.0550673, -0.038681686, -0.027510935, 0.054758567, 0.039382767, 0.008471737, -0.028808687, -0.032249253, -0.035800062, 0.014069159, 0.008364678, -0.048708364, 0.032773256, 0.05027155, -0.024367925, -0.020412866, -0.014016747, -0.012386141, 0.042915672, -0.0155259585, 0.04075238, 0.055989876, 0.008163583, 0.028837293, -0.067561515, -0.048067175, 0.04413595, 0.06595333, 0.007170262, 0.0125633655, 0.020897953, 0.023517394, -0.045450628, -0.020395938, 0.021051234, -0.0051732017, 0.01778778, -0.04514247, -0.02064002, -0.023874735, 0.048746556, -0.06898075, 0.040225957, -0.073647596, 0.0346153, 0.015878972, 0.01697805, -0.013368903, 0.014042499, -0.007302782, -0.025659852, -0.0012827393, 0.02524652, 0.0035528692, 0.00547007, -0.019285142, -0.030874863, -0.014757706, -0.04974581, 0.042357814, 0.01529435, -0.0048938394, 0.034959547, -0.021159666, 0.05087382, -0.010223205, 0.069278486, 0.0060393205, -0.008537129, 0.011434197, 0.02193992, 0.06955741, -0.062627025, -0.022311116, 0.027503414, -0.01223825, 0.035689812, -0.022951726, 0.036060218, 0.0076564704, 0.024824655, 0.051340245, 0.06022372, 0.002918335, -0.053615075, 0.027316496, -0.0022602195, -0.0030507105, 0.034894735, 0.034967724, 0.036949374, 0.029158467, 0.06297944, 0.041500196, 0.028145181, 0.02268408, -0.01975956, 0.036135375, 0.0051141754, -0.030092835, 0.003343094, -0.03079956, -0.010043603, -0.009085149, 0.016379828, -0.012971487, 0.02400639, -0.016428981, -0.01543772, 0.0046358877, 0.030258505, -0.014618006, -0.005366774, 0.011118377, 0.010083208, -0.012455874, 0.05804437, 0.0016084696, -0.0535988, -0.0063441815, 0.044699796, -0.0158636, 0.01142132, -0.050821736, -0.031471204, 0.021009207, 0.050825212, 0.048542853, -0.011392096, 0.09637044, 0.04026932, -0.015872896, -0.013997984, -0.008966372, -0.10468623, -0.024440695, -0.03654892, -0.021842232, 0.019188503, 0.02308685, -0.027659224, 0.023438258, -0.038788453, 0.050344896, 0.0013376427, -0.029076293, 0.027639983, -0.032554943, -0.033224635, 0.005959352, -0.05721858, 0.055573363, 0.046789423, -0.039168652, -0.023313116, -0.045376264, -0.059753243, -0.01106369, 0.051675305, -0.02937779, -0.009541373, 0.026330408, 0.02542765, -0.05006944, 0.025409278, 0.028535217, -0.0068453276, -0.020131476, -0.017054338, -0.04634904, -0.0055661686, 0.003472648, 0.023941573, 0.02870304, -0.03713969, 0.031923342, 0.036804777, 0.044920254, 0.06091988, 0.028115813, 0.028955348, 0.057459313, -0.033350497, -0.0032172287, -0.041733697, -0.035966467, 0.005206187, -0.0016090485, -0.010231823, 0.045362953, -0.044342652, -0.041607253, -0.01678758, 0.018604314, -0.046072137, 0.029083239, 0.03725724, 0.04340351, -0.038216706, 0.018089857, 0.01174394, -0.058930635, 0.024351288, 0.04794449, -0.014283523, 0.0038610215, -0.04274843, -0.01866797, 0.015244728, -0.04399927, 0.059868984, -0.0061653666, 0.0019449781, -0.07312938, 0.015109748, -0.0060838433, 0.022641838, 0.0037807643, 0.02046126, 0.016668594, -0.015054844, -0.037107646, 0.035530716, -0.040744282, 0.03869174, 0.018417433, -0.0027914573, -0.059044927, -2.1574297e-05, 0.033688165, 0.017631391, -0.011489317, 0.019382363, 0.017071942, 0.025923587, 0.014281244, -0.024760421, 0.020298863, 0.025035156, -0.008107379, -0.046030182, -0.010521529, -0.022160916, -0.0008066219, -0.0010105378, 0.01609193, -0.018748408, -0.016872076, -0.054980785, -0.05820872, 0.041287236, 0.00024304993, -0.013938912, 0.050344896, -0.009642571, 0.006619204, -0.047713306, 0.025467277, 0.016909113, 0.016999315, 0.022473872, 0.030404894, 0.03293254, -0.061486997, -0.07575013, 0.05157751, -0.010286219, -0.014463351, -0.050802063, -0.022692472, -0.0023243094, -0.035239346, 0.019079419, -0.021791162, -0.0395584, 0.0010419862, -0.028780002, -0.008685562, 0.01240929, -0.020982297, 0.01761092, 0.054465752, -0.03426133, 0.00715565, 0.027623925, -0.049188673, 0.021292042, -0.0042154696, 0.021836298, 0.023184069, -0.045416772, -0.030645702, -0.022058517, -0.009285902, 0.03010072, -0.06273003, -0.035411794, -0.009457354, 0.00038019952, -0.018598817, 0.027989224, -0.013112832, -0.0011736563, 0.053155597, -0.013564644, 0.0068796147, -0.0046583842, 0.0129203815, -0.01937701, -0.0051234346, 0.02055139, -0.011151941, -0.04635743, -0.040374644, -0.03460818, -0.010822145, 0.03264421, -0.016543888, -0.010859702, 0.048026662, -0.046184257, 0.00419536, -0.0037995356, 0.10452536, 0.0057076225, -0.0066971825, 0.017385304, -0.001456039, 0.05999398, -0.018820599, -0.081506215, 0.058826182, -0.022205504, -0.05829205, -0.027993562, -0.023961538, 0.029178144, 0.018788338, 0.00866878, -0.012560979, 0.020394024, 0.031999256, 0.024464712, -0.02408017, -0.022181198, -0.005693155, 0.04991493, -0.014577497, 0.045969635, -0.07424249, 0.017750166, -0.01568598, 0.02274137, -0.020182403, -0.009533778, -0.020795815, 0.015280172, -0.035905417, 0.013550119, -0.0055412487, -0.011517962, -0.014115631, 0.013619476, -0.023993945, 0.012468231, -0.04303537, 0.019289194, -0.003795051, 0.03197452, -0.003967356, -0.0101126125, -0.031084927, -0.019413901, -0.0065235756, 0.021346726, 0.007285711, -0.007746059, -0.021969218, 0.0014357305, -0.0038151059, 0.013761978, 0.01373695, -0.0025219324, 0.021625655, -0.025386851, -0.04832469, -0.0038196454, 0.040339053, 0.0055149184, -0.010847332, -0.024767945, -0.024754055, 0.05056827, 0.034611758, 0.04102451, -0.0066311397, 0.09308233, 0.04049559, -0.01372203, -0.0059472, -0.0014096894, -0.015140997, 0.05088134, -0.026605142, -0.067578584, -0.0747733, 0.0024413497, 0.008165753, -0.039613213, 0.040728077, 0.054586984, 0.01555411, 0.02076167, -0.018773798, -0.004663249, -0.0016920904, 0.015155609, 0.042296726, -0.051225666, -0.06217448, 0.056521837, -0.034082253, -0.045629404, -0.018444378, -0.007844436, -0.014097184, -0.015493075, -0.029344516, 0.011134841, -0.0020709878, 0.005473253, -0.0060303505, -0.030308902, -0.06454827, 0.016818186, -0.00033766578, 0.0123682385, -0.008123364, 0.013679081, -0.033953495, 0.029159624, -0.057572376, -0.03865622, -0.01783321, 0.015060776, -0.003420349, 0.0013775722, 0.02823372, 0.038269944, 8.383775e-05, 0.008715075, -0.0070251552, 0.02409898, -0.037087537, -0.0054778825, -0.017296474, -0.012907107, -0.030925605, 0.017478617, -0.0009771186, -0.036037646, 0.0122824125, -0.027923541, 0.017087137, 0.0064153606, -0.022968072, -0.028016493, 0.0015972214, -0.013117607, -0.0031628318, 0.0079088155, -0.001669449, -0.072338596, -0.02160974, 0.038247954, -0.018877456, -0.008042059, 0.016867375, 0.035323836, -0.04803303, -0.02018573, 0.057957713, -0.029136477, -0.028677285, -0.008167055, -0.06328557, 0.011179718, 0.008488663, -0.05848707, 0.0158166, -0.0436697, 0.030599985, 0.005848027, 0.010336276, -0.020783082, 0.0076606297, 0.0039322004, 0.0037681418, 0.028720688, 0.0036877762, 0.0024391797, -0.017145472, 0.011509426, 0.0025370505, -0.04470375, -0.074711226, -0.029282596, -0.018267805, -0.003081526, -0.0047080433, 0.00887125, 0.028279653, -0.028016713, -0.0026556097, 0.0138862515, 0.0037134555, -0.009686118, 0.033374228, 0.015190113, 0.002342249, -0.032024648, -0.009536816, -0.013332115, -0.009322013, -0.040178467, -0.011371554, 0.060587715, 0.019486237, 0.015850326, 0.030980837, 0.019085204, -0.017974952, -0.028566685, 0.012693282, -0.0060169324, -0.05152702, -0.017218532, 0.06257494, 0.037463974, -0.009083123, 0.035720814, 0.025846045, 0.0070527876, -0.060287375, 0.008998272, -0.060563408, -0.051893037, 0.0012994354, 0.015117994, -0.00078217225, -0.0064918203, -0.015802296, -0.023788655, 0.07716835, 0.01019768, 0.042922903, 0.047033634, 0.0046983864, 0.07753524, -0.030870885, -0.011416402, 0.041920904, 0.014142322, 0.028988332, 0.019256497, -0.024075434, 0.021352803, 0.0022657171, -0.05919423, 0.01949065, 0.0050079855, -0.06481186, 0.004194257, 0.0036923334, 0.020350294, -0.024950558, -0.0101394495, -0.008556225, 0.00409134, -0.024883393, -0.053026695, -0.035402823, -0.008363666, 0.0049111275, 0.027415995, -0.0014052046, 2.9585539e-05, -0.012881067, -0.04060138, 0.03223247, 0.012130217, -0.062125582, 0.036124162, -0.015585287, 0.051813614, 0.039365984, -0.03820716, 0.05411767, 0.024698574, -0.050460927, -0.0111872405, -0.015009924, -0.038991284, -0.04146692, 0.016304996, -0.0542988, 0.018481052, 0.032101683, 0.05697987, 0.011803256, -0.062105622, -0.016352775, -0.065439746, -0.024849828, -0.031127533, -0.027543053, 0.027214067, 0.034262516, 0.037374206, -0.0150781, -0.0052245427, 0.055843614, -0.0054755677, -0.0022030738, -0.021812536, -0.00060386333, -0.032058284, 0.009149672, -0.03656686, 0.044368472, -0.024810188, 0.04342955, -0.007168526, -0.0024169, -0.049376167, -0.015457975, -0.006061518, 0.005795366, -0.032873876, 0.02317944, -0.02252552, -0.02519878, 0.055113163, 0.033388983, -0.0614326, 0.043814667, 0.0054046777, -0.03420407, -0.016934212, 0.036104485, -0.025617896, 0.022540564, 0.0015804032, -0.022398062, 0.007740561, -0.003884169, 0.078812115, 0.011524183, 0.017211117, 0.029131992, -0.016970526, 0.027611699, -3.5697954e-05, -0.052176744, 0.016164266, 0.035558783, 0.02390772, 4.8826994e-05, 0.015359109, -0.020876251, -0.023429144, 0.026290515, 0.07851207, -0.010129177, -0.014570264, -0.070481, 0.07433161, -0.04348626, -0.05247101, 0.03292632, -0.010537371, -0.029867942, 0.013252587, -0.012303643, -0.032325637, -0.020569718, -0.07676443, 0.0326422, 0.018577766, 0.02955581, -0.00951289, 0.026928483, 0.04002251, -0.01991823, -0.006655517, 0.01442154, -0.011535034, 0.040882155, 0.009834697, 0.0019925754, 0.0121798385, 0.003017612, 0.0070932237, 0.00835202, -0.022910312, 0.040081248, 0.037973076, 0.00067417417, -0.027829794, 0.004703884, 0.014414018, -0.03294513, -0.011494597, -0.043091305, -0.010887624, 0.010113192, 0.007157531, -0.040620703, 0.015710862, 0.047262214], [-0.017063864, -0.09589102, -0.043416463, -0.035870675, 0.02472432, 0.036489226, 0.009854869, -0.014042752, 0.03194096, 0.018179798, 0.024997119, -0.0004172812, -0.058823433, -0.010048821, -0.006850357, 0.019326203, 0.04490998, -0.02542827, 0.04231216, 0.056592107, -0.01312825, 0.017876256, -0.031098751, 0.029857282, -0.033085015, 0.036651287, 0.0072819446, 0.018763566, 0.013326897, -0.0036117046, -0.017724786, -0.04328148, -0.00028066282, 0.004808617, 0.0010536322, 0.010784878, 0.028337553, -0.011424001, -0.05281528, -0.041160677, -0.058349907, 0.030205434, -0.024137441, 0.031182187, 0.0031539076, 0.026948873, 0.02637881, 0.03925676, -0.0030890384, -0.05180446, 0.041128352, 0.0044180914, -0.046429716, 0.022662705, -0.007830602, 0.026089959, 0.03589339, 0.020245345, 0.007127307, -0.016804386, -0.022632126, -0.002773936, -0.076290175, -0.011623154, 0.037687887, 0.028625425, -0.009617234, -0.0018084734, -0.010437162, -0.042479027, -0.00081009994, 0.019373488, 0.020057453, -0.005175335, 0.03093232, 0.018789776, -0.07154216, 0.0014415367, -0.0023012168, -0.0059282104, -0.008062722, 0.009093312, 0.0024438961, -0.050483488, -0.066860214, 0.030352646, -0.005414827, -0.022702236, 0.057298023, 0.00068582204, -0.039427336, 0.007179726, 0.0418465, 0.010480845, -0.014116794, 0.007987205, 0.00069106393, 0.039037466, 0.011072859, 0.009209345, 0.034056086, -0.03561469, 0.0033216225, -0.017640697, 0.010998051, 0.0023881458, -0.0016704352, -0.011149631, -0.0033024293, 0.01993951, -0.006889344, 0.003376035, 0.02398455, -0.07179727, 0.01421639, 0.016620481, 0.040274788, 0.00020159672, -0.038791098, -0.009153594, -0.015692655, 0.02853631, -0.0043399534, 0.0106490245, -0.021917036, -0.013060759, 0.0076881954, -0.0042014243, -0.069441885, -0.009712681, 0.022350153, -0.013648294, 0.05114747, -0.0089471005, -0.02569692, 0.029121662, -0.024195103, 0.040527273, -0.029079728, 0.015691128, -0.029719245, -0.014580487, 0.009224087, -0.013378334, 0.034049533, -0.022570096, -0.0059455745, -0.04443253, -0.0072976705, -0.019593896, -0.017862167, -0.00096277177, 0.0072202967, 0.0094119245, 0.010686592, -0.037823956, 0.006406538, 0.009547996, -0.024567278, 0.025512142, -0.019751674, 0.022895096, 0.029649353, 0.0087009845, -0.026937187, -0.07432039, 0.012115816, 0.0010630242, -0.021100603, 0.02471968, 0.059642922, -0.013370471, 0.014416677, 0.036219265, -0.063081644, -0.019677412, 0.01095961, -0.012858828, 0.041754767, 0.024955185, 0.005740483, 0.021789264, -0.03741705, -0.0029577713, -0.04190625, 0.026418563, -0.023032263, -0.0027729922, 0.013107499, 0.028619308, 0.021556433, -0.029482046, 0.030779865, -0.0027707263, -0.02092762, 0.024285961, -0.03385864, -0.0043241736, 0.0016555829, 0.049261242, -0.014401387, 0.013614987, 0.04158615, 0.003365333, -0.059772223, -0.04635414, 0.043309875, -0.020681247, 0.042044383, -0.034348764, -0.012061402, 0.028338863, 0.04492178, 0.0527479, 0.024952782, 0.03189553, 0.030428983, -0.02785573, 0.03652592, 0.048711706, -0.0108525865, 0.01863339, 0.048806064, -0.039467327, -0.031945765, 0.018329138, -0.0044049867, 0.019804094, 0.010571433, 0.0020513504, 0.07857336, -0.010316161, -0.02441177, -0.034487676, -0.005442019, -0.008401101, -0.037120882, 0.04183951, -0.0687246, 0.04743098, -0.036842182, 0.035355218, 0.043956384, 0.0049300552, -0.013274369, 0.013709888, -0.04273938, 0.022491891, -0.015368528, 0.014983463, 0.04667259, -0.009276943, -0.029135859, 0.0031163404, 0.00964044, 0.005169001, 0.001852047, -0.007562484, -0.013138515, 0.040025797, 0.037953477, -0.03912942, -0.0066079167, -0.036162477, 0.036435056, 0.013455871, 0.024084145, -0.019160315, -0.019375017, -0.07241931, -0.037147526, -0.07605024, 0.04731036, -0.003902633, -0.017880296, 0.015404786, 0.03425004, 0.007564136, 0.05802491, 0.014086325, -0.07095855, -0.029180195, 0.008302378, -0.024453703, 0.0094840005, 0.0020504766, 0.017149044, -0.042019486, -0.0013222824, -0.025604311, -0.025549272, -0.0056071407, 0.023482196, 0.03769531, 0.05781523, -0.013213649, 0.049327638, 0.008325966, -0.0799153, -0.020125926, 0.0024016874, -0.0072308355, -0.008499388, 0.012059983, -0.0012147131, -0.036188688, -0.040253818, 0.028196458, 0.028180076, -0.016637463, -0.050217025, -0.033422682, -0.051707484, 0.011570734, 0.016222749, -0.02076053, 0.0453953, 0.07962, -0.032023083, -0.023493115, -0.040244207, -0.0291138, 0.013190934, -0.05984212, 0.0318632, 0.067582734, -0.00064890995, -0.005982377, -0.07854016, -0.02295265, 0.046101216, 0.03781806, -0.015746823, -0.006307815, 0.020972392, 0.00875395, -0.02549151, 0.005665676, 0.0064493474, 0.019230919, 0.015529336, -0.081699304, -0.016487248, -0.013430753, 0.054711994, -0.0713482, 0.0087852925, -0.055162802, -0.0008282283, 0.0020710076, 0.032675706, -0.017075557, 0.0036536404, 0.009947477, -0.025829498, -0.0010641161, -0.012409447, 0.012047316, -0.018846564, 0.00676424, -0.009372588, -0.006577721, -0.052018944, 0.051461115, 0.014575246, -0.009753961, 0.072457746, -0.008114104, 0.042553727, -0.01477881, 0.07103543, 0.04728939, -0.0075042904, 0.010680695, 0.018387893, 0.090960965, -0.061334327, -0.019442398, 0.0098837, 0.008571465, 0.0038997934, -0.036291778, 0.06339485, 0.021334743, 0.034771614, 0.05335957, 0.039381035, 0.010310482, -0.046529308, 0.021609072, -0.0009052195, 0.028834227, 0.02936716, 0.067740865, 0.016927136, 0.01137711, 0.030322943, 0.041795827, 0.0052171615, 0.0009549089, -0.017019743, 0.03976457, -0.008849506, -0.01660956, 0.01347531, -0.04540491, -0.012647956, -0.0075160847, 0.01884438, 0.005330082, 0.049253374, 0.00077537197, -0.010757795, 0.026300618, 0.031694587, -0.010178995, -0.022598054, 0.018429829, 0.01805328, 0.036781028, 0.04241612, 0.038911007, -0.058521148, 0.02132131, 0.023407867, -0.026042014, 0.0149982385, -0.02040779, -0.06273917, 0.021839717, 0.025632707, 0.03750671, 0.0069844634, 0.088896506, 0.037545368, -0.034001045, 0.018404493, -0.010401561, -0.063918605, 0.00022431185, -0.026387984, -0.05403884, -0.01744172, 0.011493852, -0.01693456, 0.016062213, -0.034189757, 0.010461078, 0.029402515, -0.055893183, 0.027142717, -0.029324789, 0.004425081, -0.018234594, -0.051258422, 0.041516256, 0.07752497, -0.05139949, -0.024178939, -0.0123687675, -0.043798253, -0.012603836, 0.0072758016, -0.0059408783, -0.011433898, -0.010585248, 0.03464231, -0.047538385, 0.013780654, 0.026159085, 0.018857047, -0.030200604, -0.013321546, -0.042184714, -0.014457957, -0.012715172, 0.027011776, 0.009721199, -0.00789711, 0.025311671, 0.015080111, 0.0261379, 0.04256115, -0.005268161, 0.018576821, 0.022618147, -0.032227084, 0.00319628, -0.04678267, -0.024009885, -0.005640995, 0.029893538, 0.015962644, 0.041939106, -0.021493748, -0.058674037, 0.004505894, 0.04279966, -0.0430919, 0.01877121, 0.043871637, 0.031249022, -0.07023516, 0.018848857, -0.002157063, -0.07590346, 0.055783972, 0.046356324, -0.013959972, 0.021023283, -0.019429075, -0.05098322, -0.015745949, -0.03580253, 0.029005466, 0.050963998, 0.0075786607, -0.027732981, -0.0021402452, -0.024632368, -0.026535409, -0.006307815, 0.0057443054, 0.03072832, 0.0038526158, -0.028666923, 0.03059203, -0.025748465, 0.010429954, 0.008213264, -0.028777005, -0.017393887, -0.04978063, 0.01122564, -0.0047020307, -0.015961306, 0.014815502, 0.0079489825, 0.0014092113, 0.0035732635, -0.03935308, 0.03295309, 0.0123360595, 0.0092765065, -0.0394352, -0.0067342697, -0.007698352, 0.042716663, 0.007862054, -0.0020251407, -0.017960673, -0.017012317, -0.087547585, -0.07361098, 0.047843073, -0.024264555, -0.02603328, 0.022415895, 0.04571921, 0.0014214425, -0.043987397, 0.015388622, 0.004332473, 0.00040799854, 0.017467929, 0.014382168, 0.01174174, -0.10060004, -0.06971097, 0.029206844, -0.035447825, -0.040736955, -0.05414237, -0.03222402, 0.0087339645, -0.04082956, 0.031792, -0.030447438, -0.02537465, -0.008136819, 0.003413384, -0.03620616, -0.013735224, -0.0063568354, 0.003438788, 0.021502485, -0.026541747, -0.015921554, 0.034488764, -0.017086579, 0.04397364, 0.00014328, 0.033143114, 0.02403959, -0.018752208, -0.01330036, -0.030172674, 0.016567625, 0.0063903756, -0.060069215, -0.033580814, -0.050657343, -0.0031503632, -0.02578778, 0.03180423, -0.005780234, -0.0062200124, 0.04725095, -0.0019847886, 0.017876364, -0.009616688, 0.04812723, -0.025672456, -0.022384007, 0.007534527, 0.009166863, -0.03089781, 0.0017551802, -0.02236566, -0.01600406, 0.026793852, 0.005809939, 0.014472592, 0.019350663, -0.005497497, 0.011377656, 0.00010047074, 0.05658381, 0.025155688, -0.013858846, 0.06458783, 0.0029601739, 0.033389483, -0.011642375, -0.07895428, 0.090189524, 0.00082473375, -0.035550915, -0.009319371, 0.012147349, 0.021167874, 0.044583455, -0.00030621732, -0.018362556, 0.025527172, 0.012254154, -0.005204821, -0.005081854, -0.025305085, 0.02111196, 0.043018952, -0.005975825, -0.020957869, -0.058185227, 0.04146908, 0.0062221964, 0.007232146, -0.00027529802, -0.0063676606, -0.04523411, 0.03951689, -0.07250667, 0.022115357, 0.04464745, 0.025645455, -0.015799241, 0.034600373, -0.0016835402, -0.010035934, -0.033423994, 0.03674171, 0.010681787, 0.0066546574, -0.03581061, -0.0039960872, 0.010822882, -0.037323132, -0.008632184, -0.0013469631, 0.029335707, -0.015612498, -0.020371534, 0.0146641405, -0.0014342198, 0.054575704, 0.01775034, -0.008958058, 0.04116958, -0.06013567, -0.047327887, -0.018347703, 0.027011776, 0.011940292, -0.01943366, -0.021980377, 0.0014903523, 0.041915517, 0.036605857, 0.025257034, 0.041628085, 0.03125317, 0.056073155, 0.02878836, 0.011637351, 0.028608114, -0.01113041, 0.020919755, -0.007845618, -0.051856007, -0.060638897, -0.004926561, 0.020020653, 0.0025187577, 0.049183484, 0.062198374, -0.006323268, 0.009694621, -0.044746608, -0.024474671, 0.0044249715, -0.006493085, -0.015161035, -0.07046581, -0.040099617, 0.03238128, -0.045190427, -0.040702008, -0.04577709, -0.000933941, -0.005232341, -0.02144264, -0.034055214, -0.011633201, 0.043386757, 0.02267406, -0.000109862565, -0.020691292, -0.057155184, 0.015275811, 0.0008059501, -0.012414689, -0.018649554, 0.01996834, -0.001082463, 0.00962182, -0.0651994, 0.00046751657, -0.00980092, 0.007372805, -0.0047146985, -0.011582965, 0.06041524, 0.03660455, 0.01408425, -0.007517832, -0.03175749, 0.043022007, -0.03418484, 0.010250636, 0.011044137, 0.017371828, -0.039014537, 0.0069937464, -0.027911644, -0.0043390254, 0.015225466, 0.00021033331, 0.021363573, 0.0031264417, 0.004825653, -0.0060867793, 0.0035780687, -0.016576799, -0.0016468464, 0.0019901942, 0.0062842267, -0.06887575, -0.04389086, 0.024636734, -0.049026225, -0.042292062, 0.01262393, 0.009670746, -0.045944832, -0.042371787, 0.04384019, -0.0029890046, -0.017079972, 0.015703576, -0.043022443, 0.0107888095, 0.007096292, -0.041430637, 0.021566836, -0.03986242, 0.044332057, -0.006171306, 0.037266344, -0.03884798, -0.021924462, 0.0024091818, -0.021909365, 0.03178632, 0.005837841, -0.007985895, -0.0073022568, -0.00071618165, 0.0143210115, -0.030044245, -0.06570262, -0.01707522, 0.01901111, 0.0047221794, 0.015398232, 0.021955915, 0.017107982, -0.0023239318, 0.0019530639, 0.054579202, -0.012477156, -0.014401387, -0.0018000643, 0.0065734074, 0.007865548, -0.003208948, 0.012944563, 0.0066773724, -0.004231565, -0.029382886, 0.0322439, 0.04124193, 0.01157756, -0.0010060179, 0.0391766, 0.033823255, 0.0018886314, -0.01819678, -0.013111868, 0.014785143, -0.074959904, -0.00085919205, 0.063106105, 0.013718188, 0.009936556, 0.01991625, -0.015510934, 0.04143151, -0.04037351, -0.036952265, -0.04398696, -0.046941675, -0.0049658758, -0.0013803806, -0.010811525, 0.020461084, -0.01492295, -0.01688083, 0.050566047, 0.032948725, 0.024439724, 0.020902282, -0.030985177, 0.045007396, -0.04163267, 0.010640288, 0.062176537, 0.005479587, 0.03682336, 0.030836107, -0.022255195, 0.025944166, 0.023807196, -0.026178196, 0.032754336, 0.015669286, -0.053548284, -0.00025269893, -0.013740029, 0.027436811, 0.012358774, -0.017117592, 0.030109769, 0.03468075, -0.012860254, -0.041152813, -0.014030957, -0.033432294, 0.004362177, 0.03211569, 0.015155056, 0.01946686, -0.040404093, 0.0073931175, 0.03757955, -0.038313422, -0.045508876, 0.054007716, -0.002681695, 0.060584728, 0.024881795, -0.019870492, 0.08453171, 0.027827064, -0.011241038, -0.047785632, -0.0046209986, -0.011288106, -0.032511458, 0.016510837, 0.0027793539, 0.041909404, 0.035208005, 0.04627333, 0.010287766, -0.08206843, -0.009360767, -0.029581206, -0.014286939, -0.04006948, -0.04165604, 0.013977023, 0.011208002, 0.0378814, -0.0030347623, 0.001497014, 0.068943895, -0.012450508, -0.00815735, -0.001690857, -0.0050672195, -0.041942604, 0.016870266, -0.03207725, 0.057846684, 0.03332811, 0.033733707, -0.018360808, 0.0069654617, -0.026867623, 0.031042838, 0.013545203, 0.0150976945, -0.025532672, 0.013843121, -0.021047309, 0.00011199211, 0.031805106, 0.04682111, -0.023802284, 0.036893293, -0.013713983, -0.021330373, -0.03648693, 0.045482665, -0.036760278, 0.03535172, 0.01305377, -0.011182394, 0.01947123, -0.042540185, 0.08197975, 0.010111724, 0.006645921, 0.03125426, 0.0036252462, 0.023041872, 0.008445221, -0.020202482, -0.01576779, 0.016721716, -0.020760313, 0.00421786, -0.011916485, -0.025379783, 0.022976346, 0.00439625, 0.046976622, -0.023718083, -0.058058985, -0.05686469, 0.06245261, -0.034354657, -0.03407094, -0.0111566195, 0.01390646, -0.020719906, 0.0049486207, 0.003264862, -0.016932815, -0.01905078, -0.05784319, 0.013581678, 0.0018023577, 0.03137832, -0.015402054, 0.041677885, 0.012943689, -0.029057011, -0.017227674, 0.0013238111, -0.0050423206, 0.05437826, 0.014624281, 0.03832522, 0.03766779, 0.005425966, 0.013948178, 0.009890526, -0.055052724, 0.018941792, 0.054565877, 0.0046618422, -0.014718964, 0.0012816571, 0.029264942, 0.012603836, 0.007244814, 0.0029673814, -0.02599571, 0.04654809, 0.032966197, -0.048015047, 0.0013937448, 0.015575586], [-0.04400251, -0.07553266, -0.04134802, -0.038891904, -0.011280744, 0.03889462, 0.0077498946, -0.034796312, 0.033935092, 0.029837819, 0.010749007, 0.036146563, -0.07820279, -0.004194457, -0.003494907, 0.04694369, -0.031706817, -0.04153929, 0.036921456, 0.043050822, -0.024470873, -0.020497862, -0.037353102, 0.017587356, 0.004089001, 0.05066226, 0.008988565, 0.01870902, 0.013112717, -0.030536722, 0.014236546, -0.034238018, 0.0028754827, 0.008999679, 0.009579299, 0.018725662, 0.019240534, -0.011269824, -0.033208273, -0.056878988, -0.07710274, 0.014099299, -0.020636274, 0.034365185, -0.024422348, 0.04670249, 0.03619283, 0.037134953, -0.0302431, -0.041493796, 0.027477466, -0.011424777, -0.027408198, 0.009848754, -0.030251708, 0.02017516, 0.054885663, 0.032624904, 0.011974932, -0.015145329, 0.008076165, -0.027065983, -0.06443149, -0.013617252, 0.025943704, 0.011862755, 0.0017033196, -0.0017539798, -0.0011470914, -0.03324342, -0.019721935, 0.021991627, -0.0044250125, -0.024034642, 0.060626805, -0.00071027654, -0.07082915, 0.01870537, -0.01573671, -0.02210025, -0.0054177972, 0.014399125, 0.008832449, -0.054020304, -0.049646985, 0.021337245, -0.016008621, 0.008547615, 0.04826572, -0.0007084672, -0.045302615, 0.014369917, 0.027790733, -0.020247793, 0.0031836764, 0.015295759, 0.00085786305, 0.06748351, 0.02529908, 0.007885413, 0.027575169, -0.043507796, -0.04570583, -0.019754373, 0.009386609, 0.008186273, 0.0316895, -0.027974246, -0.0017772422, 0.007665197, -0.020950574, 0.0043777768, -0.013847549, -0.05494356, -0.003950461, -0.0073808795, 0.033259965, -0.025407119, -0.03592273, -0.017112289, -0.0036983876, 0.031145679, -0.0026007285, 0.026689649, -0.020676594, -0.013965671, 0.008548454, 0.0077809915, -0.07034529, 0.011862755, 0.015845267, 0.01961816, 0.039359864, -0.044075917, -0.046295658, 0.0074113784, 0.0037359304, 0.06202875, -0.031312134, 0.040512644, -0.03128215, 0.0032507817, 0.020878203, -0.0015456527, 0.038119726, -0.037100833, 0.018814575, -0.041925956, -0.017132448, -0.011510202, -0.0033694196, 0.012679522, -0.008759043, -0.01145043, 0.01649713, -0.072570205, 0.016163442, 0.030707313, -0.03164504, 0.033368524, -0.01833692, -0.0009615097, 0.020264076, 0.010690333, -0.015142679, -0.04183808, 0.011164627, -0.002916838, -0.00064720976, 0.03664903, 0.05676836, 0.002135999, 0.02080376, 0.040863127, -0.025123319, -0.028075665, 0.030009182, -0.024999253, 0.039225977, 0.033611484, 0.0010951388, 0.0121357, -0.007680705, -0.014864113, -0.010009006, 0.032213677, -0.021410003, -0.04051471, -0.015117413, 0.019525884, 0.058528025, -0.025594769, 0.028550634, -0.02474595, -0.014795877, 0.04153722, -0.014492304, 0.024392104, 0.04476745, 0.045662407, 0.028851235, 0.0002707477, 0.020720016, -0.03713702, -0.025338367, -0.03813213, 0.029888995, -0.00097140425, 0.04931375, -0.05906771, -0.019093463, 0.049099028, 0.016843997, 0.043536745, 0.044142604, 0.025040092, 0.033166915, -0.06424952, 0.025733309, 0.06823204, -0.035047546, 0.0029170965, 0.020796524, -0.030128468, -0.033217575, -0.014538958, -0.0005965496, 0.017845828, -0.006864973, 0.0007397421, 0.052215666, 0.010265667, -0.032633435, -0.056449927, -9.615097e-05, 0.028672634, -0.055672444, 0.033057325, -0.06228515, 0.041930094, -0.003610831, 0.02083426, 0.041384205, -0.032854684, -0.003555518, -0.0017382131, -0.06830234, 0.009294594, -0.021888724, 0.005755876, 0.06315775, -0.021249559, -0.023182206, -0.005552977, -0.015325224, -0.0033952666, 0.0142903095, -0.0074336072, 4.264761e-05, 0.048674297, 0.020867862, -0.049428836, -0.010909516, -0.05535401, 0.049204484, 0.012527864, 0.008890993, -0.028039511, 0.00921912, -0.020658243, -0.027569998, -0.073604085, 0.028803937, 0.023369856, -0.031375974, 0.035724673, 0.0057253772, 0.03575989, 0.053346217, 0.04340234, -0.055980545, -0.015057448, 0.007813042, 0.008118037, 0.013858147, -0.016955655, -0.008293279, -0.054555856, -0.005082949, -0.045326397, 0.0005744322, 0.02191751, 0.026589878, 0.04430802, 0.047318425, -0.03298702, 0.062487796, -0.001551856, -0.023134649, -0.046751082, 0.03823991, 0.0019919826, 0.0005913802, 0.0126257595, -0.024002591, -0.026335932, -0.06463206, 0.04436178, 0.02822548, 0.00542232, -0.013739379, -0.03196968, -0.050136272, 0.02058251, 0.016651306, -0.029001407, 0.034794245, 0.10089855, 0.0037364473, -0.01348233, -0.0356145, -0.037649825, 0.008873029, -0.060159493, 0.013356618, 0.059898954, 0.03122658, 0.0025983378, -0.04767641, -0.012925133, 0.035780568, 0.021449938, -0.0123114595, 0.010416097, 0.024284841, 0.010230774, -0.007336423, -0.011962266, 0.028210811, 0.040039126, 0.01224219, -0.07654858, -0.012252011, -0.031125, 0.027151795, -0.06061621, -0.030991629, -0.06110291, 0.012197991, -0.0065878923, 0.01635833, -0.012948718, 0.013707717, 0.013018117, -0.026206825, 0.003878073, 0.0056692883, -0.0024192827, -0.0011744893, -0.012835896, 0.006266097, -0.020935582, -0.052318536, 0.053923123, 0.0129653895, -0.02159578, 0.058248878, -0.007995005, 0.051867764, -0.04587529, 0.059271384, 0.026076041, -0.011942105, 0.009569607, -0.012280961, 0.038778823, -0.038026158, -0.0043112854, 0.040089786, 0.0015053313, 0.00589726, -0.011960974, 0.056094266, 0.025112849, 0.026772875, 0.03789796, 0.021774575, 0.04447603, -0.01639581, 0.037256952, 0.0022884966, -0.0011899329, 0.01584656, 0.020725187, 0.0016100118, -0.007999658, 0.052399177, 0.028834436, 0.015714675, 0.006445734, 0.01376303, 0.019399233, -0.009357402, -0.018821811, -0.01616577, -0.035520032, -0.021138223, 0.008006378, -0.01616732, 0.011789867, 0.036743112, -0.009532386, -0.010063802, 0.0231729, 0.038194682, -0.03308834, -0.035044443, 0.041855656, 0.014350274, 0.009008209, 0.020982621, 0.042883337, -0.054489687, 0.030016163, 0.027748344, -0.004380814, 0.005807312, -0.040052567, -0.035369083, 0.01787891, -0.018151274, 0.0007795466, 0.01004726, 0.09399636, 0.042773742, -0.02196843, -0.0074770306, -0.009924228, -0.07363924, -0.029417029, -0.030234827, -0.03068767, 0.014567388, 0.021913892, -0.031095533, 0.016242277, -0.044196364, 0.03305629, 0.041618537, -0.002194478, 0.01397575, -0.013996105, -0.016528144, -0.04130563, -0.036094867, 0.02685384, 0.061625537, -0.05129706, -0.032896683, -0.044721574, -0.044932485, -0.03356677, 0.018645018, -0.0202244, 0.010965346, 0.03644393, 0.032200236, -0.05152865, -0.013308122, 0.01981731, -0.0066478574, -0.04413407, 8.723375e-05, -0.037889685, -0.028654542, -0.011118361, 0.05327384, 0.020907344, 0.010945961, 0.015638879, 0.03317622, 0.025825324, 0.040997535, 0.025353355, 0.018934503, 0.021392558, -0.03435381, -0.0037943448, -0.0010519744, 0.0047703288, 0.022692146, 0.006161481, 0.002134739, 0.04713181, -0.050965182, -0.026373282, 0.029231962, 0.074646235, -0.041964214, -0.0061236797, 0.059563976, 0.044944894, -0.05646026, 0.045917578, 0.01035639, -0.08277668, 0.012243741, 0.045536272, -0.02657282, -0.0068484624, -0.023846991, -0.037432194, -0.029474923, -0.027191082, 0.058535263, 0.03402517, -0.010728587, -0.046157636, -0.03172827, -0.012513842, -0.030265328, -0.0021608123, -0.027344096, 0.024322836, 0.021438565, -0.040753536, 0.053464077, -0.040701844, 0.010757729, -0.020126052, -0.0011362357, -0.039809603, -0.04620416, -0.0067098904, 0.014687578, -0.0048657046, 0.03677723, 0.019492283, -0.008201781, -0.025700131, -0.022085775, 0.010677926, 0.017305108, 0.0003895148, -0.01683831, -0.02757982, -0.027905235, -0.011213478, 0.019037893, -0.028109169, -0.009421502, -0.022193816, -0.08379402, -0.0672912, 0.04899952, -0.001732656, -0.0004342302, 0.041541353, 0.05365444, 0.0044728294, -0.000994594, -0.014681375, 0.03607936, 0.017919233, 0.032430794, 0.048383586, -0.003481337, -0.067851566, -0.06693762, 0.03178875, -0.032929122, -0.030678427, -0.02182317, -0.041575473, -0.00012303189, -0.016143154, 0.021421636, -0.018647343, 0.00045904337, -0.011443646, 0.004270447, 0.00392358, 0.033773806, -0.033300288, 0.010196397, 0.036431395, -0.0026363975, -0.009289425, 0.040465083, -0.007822347, 0.018074833, -0.009865297, 0.05639203, 0.02743094, -0.045451496, -0.010190194, -0.037526794, -0.0013242082, 0.0054439027, -0.034386896, -0.026233707, -0.06400553, -0.012106751, -0.0012352299, 0.016535383, -0.029994968, -0.020369532, 0.048410464, -0.014551622, 0.03683306, -0.011139555, 0.0135634905, -0.01674707, -0.019786423, 0.0008240035, 0.0029282107, -0.03509407, 0.011196936, -0.03259001, -0.0014602282, 0.015675323, -0.004735177, -0.00089383894, 0.0244606, -0.023696562, 0.020948505, -0.009400825, 0.05162351, 0.007458162, 0.010587979, 0.016496612, 0.00054459705, 0.06887304, -0.01624331, -0.038819145, 0.08832655, -0.005318286, -0.03636187, -0.020517375, -0.0012106751, 0.0026042825, 0.034241118, 0.0038798985, 0.023393635, 0.014777267, -0.009342153, 0.015360377, 0.007291449, -0.035598606, 0.0017658694, 0.05478072, -0.019318074, 0.023234416, -0.052455004, 0.044836335, -0.0019995268, -0.00094936165, -0.01970061, -0.014408462, -0.03256106, 0.02302609, -0.03941156, 0.025703324, 0.037567113, -0.0032670654, -0.0087445695, 0.024632225, -0.01627717, -0.02035299, -0.0063577243, 0.038874976, 0.024907237, 0.016856402, -0.030108435, -0.0004957461, -0.03340781, -0.040355492, -0.011199004, -0.006666467, 0.03159335, -0.021124782, -0.014066991, -0.006274626, -0.0138643505, 0.0306856, 0.013195041, -0.008067506, 0.030282388, -0.05655745, -0.059100796, -0.027801072, 0.016444918, 0.00877439, -0.0044172583, -0.023624191, -0.0021980319, 0.034120154, 0.01267125, 0.046166427, 0.013324664, 0.033135902, 0.047153264, 0.018613743, 0.016995719, 0.0060670744, -0.01864114, 0.032340843, -0.018632611, -0.014037783, -0.06478508, -0.018101713, 0.018508287, 0.009714349, 0.03549108, 0.036545638, -0.0015526314, 0.038733333, -0.033545315, 0.030685084, 0.0020478605, -0.0039137583, 0.008158359, -0.07135436, -0.021800973, 0.0321899, -0.021869693, -0.031115696, -0.03127336, -0.011786249, 0.0076463283, -0.0028765164, -0.016697701, 0.013124092, 0.019843802, 0.026602026, 0.005884853, -0.029347757, -0.0501815, 0.012597328, 0.007195815, 0.008627741, -0.018984132, 0.033893734, -0.015211497, 0.00763935, -0.054398704, -0.04695657, -0.023783926, 0.042841204, -0.005365845, -0.002375601, 0.06684922, 0.025612345, 0.009319407, -0.008061061, -0.070360795, 0.051292926, -0.042451426, 0.020919558, 0.023967437, 0.010799926, -0.07909709, -0.0021856253, 0.005771772, 0.0070035127, 0.006480369, -0.024810826, 0.023166424, 0.00965852, 0.0022225867, -0.0046134377, 0.011593429, 0.0043523824, -0.023785992, 0.022509148, 0.007471215, -0.0843151, -0.027321868, 0.010766163, -0.049518265, -0.045153476, -0.015589252, 0.023214772, -0.01782825, -0.05367085, 0.052320212, -0.031798057, -0.032687195, 0.030220354, -0.065473646, 0.022162378, -0.021618977, -0.02976131, 0.029601188, -0.044263564, 0.06474579, 0.025073176, 0.03981064, -0.030886173, 0.0035027904, 0.0024213502, -0.0101472875, 0.0124363005, 0.023809254, 0.02567076, -0.008736298, 0.008206434, 0.01347057, -0.04010891, -0.07553951, -0.007989577, -0.0034903835, 0.000871562, -0.0049409196, 0.033084657, 0.008292505, 0.0066463067, 0.011988889, 0.015187718, -0.01680794, 0.022187093, 0.025348704, 0.0062151784, -0.015212272, -0.024591904, 0.014683184, -0.005671098, -0.0063212803, -0.034692924, 0.0008963752, 0.052190334, 0.017331503, 0.0035950642, 0.06083772, 0.001434252, -0.008606546, -0.02713913, -0.008309119, 0.025873914, -0.07484991, -0.012360569, 0.06240508, 0.0013910874, 0.019461783, 0.0142262075, -0.035728876, 0.01971405, -0.03835674, -0.010660998, -0.053184927, -0.04999644, -0.030215183, -0.012160513, 0.019289643, 0.012553387, 0.02344403, -0.0022786746, 0.05496527, 0.039377443, 0.018787693, 0.013483882, -0.030869631, 0.038472798, -0.016144898, -0.00011088378, 0.036016293, -0.0005414954, -0.0007976395, 0.03297255, -0.032903794, 0.017501028, 0.016956689, -0.030433334, 0.023793748, 0.046524666, -0.067280866, -0.006982738, -0.01768506, -0.0040507475, 0.02115218, -0.02959589, 0.019141281, 0.024191014, 0.0073963874, -0.008149829, -0.018736, -0.03152201, 0.005328108, 0.021231012, -0.0043703136, -0.016874366, -0.03556552, 0.007743772, 0.025146063, -0.004384174, -0.0577857, 0.06551913, 0.0108573055, 0.055498756, 0.038543098, -0.036063075, 0.052016642, 0.01977505, -0.033068698, 0.018482698, 0.012831502, -0.045106176, -0.05335655, 0.014186921, -0.013153039, 0.04647297, 0.06297165, 0.04015182, 0.016761027, -0.063798755, -0.03799514, 0.0007755403, -0.03689716, -0.04663839, -0.018456334, 0.019270645, -0.0035965506, 0.012586472, 0.0030737293, -0.037839543, 0.063257, 0.018573422, 0.031553026, 0.017970443, -0.009590284, -0.021113409, 0.01799499, -0.016806776, 0.06989349, 0.028516516, 0.031132238, -0.024753189, -0.00024334983, -0.049733832, 8.529522e-05, -0.01689174, 0.007994488, -0.024238573, 0.033015452, -0.015157736, 0.0045056553, 0.0236176, 0.07346451, -0.031011013, 0.03463089, 0.0021712803, -0.019480394, -0.009082713, 0.04254758, -0.060557537, 0.04336926, 0.007307474, -0.0036583894, 0.037794568, -0.030035289, 0.081182435, 0.03743064, 0.016628172, 0.021686697, -0.016598191, 0.0063759466, 0.02891582, -0.010064836, -0.005964462, 0.004089001, -0.010363369, 0.024274115, -0.019246526, -0.0074129296, 0.024612581, -0.008020852, 0.047187384, -0.029461484, -0.065027006, -0.047062285, 0.06738425, -0.014512594, -0.021580722, -0.0067212633, -0.005808604, -0.03041188, -0.003349776, 0.01976471, -0.016645491, -0.010356132, -0.0626863, -0.01054559, -0.019853625, 0.025479233, -0.00024916543, 0.04109782, -0.0028527372, -0.050266083, -0.02168256, -0.003355979, 0.001787064, 0.059533995, 0.028921798, 0.024276827, 0.035691656, 0.023869738, -0.016887419, 0.0038687843, -0.04179259, 0.009369421, 0.05235162, 0.0072051194, -0.025473028, -0.0069065862, 0.01674888, -0.009244968, 0.012318698, 0.0009464538, -0.0075752493, 0.03339023, 0.028468959, -0.047550276, 0.0033597269, -0.0025836697], [-0.028267918, -0.06789761, -0.02738764, -0.008739937, 0.008273694, 0.026809959, 0.013062955, 0.0017371732, 0.031474512, 0.037459027, 0.010558749, 0.052050546, -0.06879371, -0.033377197, -0.009331861, 0.053319152, 0.0023735405, -0.035205606, 0.039198034, 0.06759433, -0.031242866, 0.03162856, 0.0077262707, 0.022738673, -0.028742902, 0.038282454, -0.0015624929, 0.004628564, -0.0048851976, 0.008523335, 0.012190012, -0.030525234, -0.0176702, 0.007659419, 0.01424216, 0.011813143, 0.01557679, -0.017472137, -0.038308587, -0.055929728, -0.07009292, 0.015804652, -0.043634266, 0.029609425, 0.007311807, 0.041380387, 0.006350378, 0.016852275, -0.016671635, -0.027311534, 0.03494508, 0.008466254, -0.052556247, 0.029370215, -0.009959975, 0.035351403, -0.0021071648, 0.026782794, 0.014825344, -0.022007516, 0.0013749754, 0.011317128, -0.05830556, 0.004030193, 0.011914467, 0.015785396, 0.01629832, 0.014787749, -0.009293578, -0.019374363, -0.0061205663, 0.030419096, 0.028540025, -0.026922286, 0.03688868, -0.00079821015, -0.06481411, 0.012645281, 0.007833554, -0.015518447, -0.00072301977, 0.012103818, 0.013784828, -0.053386096, -0.08011261, 0.008343841, -0.018741664, -0.015871491, 0.017006323, 0.0014625448, -0.0483841, -0.014270127, 0.027308324, 0.009594569, 0.020518608, -0.004657678, -0.012342227, 0.024242025, 0.034419317, 0.061071098, 0.010042358, -0.04576481, -0.015002317, -0.02288722, -0.0009091618, 0.0047640447, 0.033347167, -0.04653185, -0.0074250507, -0.0006684609, 0.010300166, -0.0050650355, -0.01823963, -0.0704534, -0.0027068541, -0.0072985105, 0.051050145, -0.031169167, -0.035679214, -0.027360132, -0.02248823, -0.010342117, 0.011023644, 0.03047503, -0.01982711, -0.0006918433, 0.03643983, 0.0051225745, -0.06922284, 2.4757812e-05, 0.03751175, 0.00691614, 0.049775124, -0.028971681, -0.01884207, 0.009131506, 0.017051026, 0.039397586, -0.04396483, 0.034469005, -0.03559348, -0.0016051314, 0.02625616, 0.014440223, 0.046284266, -0.02931875, 0.010310368, -0.032800432, -0.020071937, -0.005360524, -0.0110960845, 0.017366916, -0.009865644, 0.016993945, 0.020062996, -0.043609507, -0.0074923327, 0.032928806, -0.011641672, 0.0014631179, -0.019656785, -0.001623929, 0.029465921, -0.01381142, -0.017707795, -0.04795771, 0.0031159308, 0.0031080795, -0.019407658, 0.030806053, 0.07009211, 0.0043273447, -0.004670974, 0.028880445, -0.047794722, -0.034952525, 0.008052708, -0.035383496, 0.021220194, 0.03264363, 0.0054138512, 6.5766515e-05, -0.0034280398, -0.006245097, -0.00544328, 0.015178372, -0.010460977, -0.009703228, 0.00028035927, 0.0065259757, 0.048569784, -0.052617684, 0.042287745, 0.007325733, -0.046209082, 0.03124619, -0.04239454, -0.015334713, 0.012373518, 0.039212707, 0.00946482, 0.006602312, 0.041252013, -0.0041386806, -0.031170312, -0.061182972, 0.015974062, -0.0010655028, 0.036977164, -0.05358507, 0.015386522, 0.028366491, 0.048458375, 0.0756021, 0.02487147, 0.039655592, 0.022406278, -0.028828178, 0.043600794, 0.0709944, -0.051433895, 0.010963813, 0.047267932, -0.037446648, 0.002212156, -0.01432652, -0.009283262, 0.011222624, 0.03741822, 0.022100445, 0.058749367, 0.0124497395, -0.038929366, -0.046174236, 0.007189393, -0.02182997, -0.05876954, 0.05838534, -0.035257872, 0.04368, -0.032915052, 0.0040187887, -0.008467171, -0.012304977, -0.038580235, -0.01123271, -0.02691449, -0.01730846, -0.01621453, 0.027459161, 0.03500571, 0.007752175, -0.043400783, 0.0032799514, -0.034459203, 0.00867979, 0.0036215174, -0.008938258, 0.00017204386, 0.020537978, -0.0074200076, -0.043883678, 0.03464781, -0.052948706, 0.03853599, 0.018571109, 0.030600654, -0.022065628, 0.022301745, -0.056398295, 0.0011604078, -0.0515696, 0.030232038, 0.025186028, -0.034673657, 0.046005514, 0.02902074, 0.010792572, 0.05429113, 0.026481, -0.058696188, -0.018639652, -0.01609762, 0.0073351893, -0.0016117793, 0.017123235, 0.020652141, -0.029474633, -0.0027261102, -0.02701994, 0.0011993784, -0.0054242527, -0.0062978826, 0.05277815, 0.064201586, -0.027937813, 0.045900866, -0.03662689, -0.061333347, 0.0066726888, 0.0058889203, -0.044856567, 0.0063810963, 0.0035514277, 0.0055552055, -0.020418776, -0.049093824, 0.03481756, 0.008189792, -0.010806326, -0.018190114, -0.01788156, -0.07317308, -0.015117737, 0.0333827, -0.0065482114, 0.019497521, 0.072501875, -0.021792375, -0.02169151, -0.010307502, -0.028329814, 0.019945627, -0.031469014, 0.04326015, 0.050212797, 0.03336986, -0.0042977724, -0.062485047, -0.02786162, 0.031489186, 0.046848945, 0.0016491453, -0.013220672, 0.017532656, 0.022428744, -0.028384142, 0.013586994, 0.029973457, 0.035184573, 0.015297118, -0.066273905, -0.03667686, -0.0031173637, 0.01548922, -0.059554458, -0.03281052, -0.062994815, -0.008002962, -0.008900175, 0.0315183, -0.0372048, 0.024936616, 0.021209192, -0.014273794, 0.020671912, 0.026410164, -0.0014249495, 0.0043908437, 0.012965757, -0.018007338, -0.025900338, -0.042508245, 0.06138103, 0.001062752, -0.022772085, 0.055430904, -0.004144641, 0.02051414, -0.032429524, 0.06739993, 0.014627396, -0.017335052, -0.014594959, 0.012683335, 0.05491099, -0.030556642, 0.0081133405, 0.006519557, 0.009468372, 0.0035440922, -0.0173268, 0.01839047, 0.028101033, 0.02609244, 0.060097292, 0.053719867, 0.0072393673, -0.012201961, 0.047217958, 0.0064301537, -0.0042954804, 0.046966486, 0.0142903, 0.035750277, -0.0022286614, 0.039475184, 0.05283317, 0.028729146, 0.01691071, -0.009935218, 0.0013182102, -0.0016225536, -0.02565918, 0.00405157, -0.0195495, -0.021632826, -0.010450318, 0.022099556, 0.011396845, 0.030514918, -0.047692716, -0.015319125, 0.023066945, 0.015425721, -0.02153746, -0.04017734, 0.015183416, 0.02486051, 0.027619172, 0.021350058, 0.03872122, -0.07059461, 0.03389069, 0.017802242, -0.005990015, -0.014555759, -0.037887245, -0.060722314, 0.049106658, 0.01926066, 0.0315675, -0.018749457, 0.101932496, 0.066926785, 0.0041253846, 0.016948557, -0.011587601, -0.048532642, -0.025054904, -0.03614182, -0.019221574, -0.014390921, 0.015663441, -0.04127815, 0.015734276, -0.04530106, 0.036091387, 0.024126945, -0.060313694, 0.031149223, -0.024914838, -0.039263595, -0.038776234, -0.043019906, 0.035020784, 0.05510905, -0.06960269, -0.02959246, -0.050953407, -0.025584904, 0.007476687, 0.032507923, -0.00791333, -0.01436893, 0.015564296, 0.0663601, -0.014489193, -0.0016074238, 0.012515761, 0.029572519, -0.033455595, -0.01796179, -0.04860577, -0.019466216, -0.0032996659, 0.07199938, 0.015448645, 0.0017614724, 0.032449238, 0.014036303, 0.024003385, 0.031367686, 0.030564435, 0.014103241, 0.023121044, -0.019532079, 0.02490223, -0.0013393287, -0.017523946, 0.022313436, 0.04306621, 0.011757037, 0.03691023, -0.019518325, -0.028049683, 0.0026440425, 0.041148398, -0.034679275, -0.007442473, 0.04580745, 0.028555842, -0.05709701, 0.010887936, 0.0042340187, -0.06335065, 0.008104515, 0.065646715, -0.02887586, -0.0015597421, -0.042456895, -0.044004712, -0.005248656, -0.046852782, 0.049029637, 0.03144242, -0.012137288, -0.036507685, 0.0077734943, -0.03044844, 0.01655289, -0.026835175, -0.013586994, 0.0530514, 0.01674608, -0.02795065, 0.018306108, -0.059070304, 0.0042574266, -0.013056536, -0.022077547, -0.04444944, -0.030575553, 0.026483523, -0.0026380823, 0.014502576, 0.02043803, 0.008923268, 0.0019803382, 0.0034344585, -0.03381321, 0.022190334, 0.0024421976, 0.0005579677, -0.021645205, 0.0048528174, -0.011384697, 0.020578325, -0.021340316, -0.022506682, -0.004523802, 0.024247983, -0.044650253, -0.07249087, 0.055283275, -0.023734717, -0.03837667, 0.0064168577, 0.030498872, 0.034013566, -0.032362357, 0.039191157, -0.00061069266, 0.03132823, 0.028065959, 0.061061934, 0.011120384, -0.0933021, -0.058342237, 0.019146957, -0.012069433, -0.03258036, -0.05482663, -0.032737162, 0.007329229, -0.011212995, 0.007849143, -0.04211212, -0.018630024, -0.03522761, -0.0076538315, -0.027515098, 0.00199713, -0.033785243, 0.03205861, 0.043781895, -0.017224101, -0.018444112, 0.026894663, -0.0071779313, 0.025815979, -0.030200861, 0.036919855, -0.012455929, -0.056785252, -0.018909466, -0.0034288422, -0.0079417555, 0.012885066, -0.016030224, -0.025796263, -0.03550522, -0.001747718, -0.018551853, -0.005187678, 0.011627002, -0.010182338, 0.02846048, 0.009214949, 0.009061359, -0.009368653, 0.034572907, -0.026320305, -0.034396853, -0.00025835235, 0.010938138, -0.024027225, 0.0047122366, -0.019727333, -0.017171836, 0.0092165535, 0.006072999, 0.009511125, 0.01073572, -0.023336759, -0.0022488344, 0.013574386, 0.07838506, 0.045619246, -0.030313646, 0.05701999, -0.002290556, 0.07564519, -0.0021310055, -0.07139602, 0.07276963, 0.022256354, -0.033342354, -0.020727789, 0.013794686, 0.0023872948, 0.0061270995, 0.0051892833, -9.9260484e-05, -0.008357294, -0.006534687, 0.008014897, -0.025576653, -0.016350241, -0.0030442937, 0.05623508, -0.021783207, 0.0006294903, -0.044556726, 0.0434903, -0.0065000714, -0.010684371, -0.00033924505, -0.013274312, -0.039275285, 0.05452089, -0.04779358, 0.032223668, 0.028013004, 0.023695288, 3.851215e-05, 0.04020852, 0.006536864, -0.0341048, -0.03308652, 0.0260741, 0.0029672696, 0.0046544685, -0.017423194, 0.022171076, -0.026861306, -0.03144838, -0.0092814285, 0.0047498317, -0.009792058, -0.040606476, -0.052827667, 0.02785162, -0.0059599844, 0.028623238, 0.02413428, 0.021774037, 0.012803696, -0.044317394, -0.07129149, -0.0139093045, 0.0045604804, -0.013809357, 0.021054225, -0.015553407, -0.007738191, 0.039722532, 0.032752752, 0.039375465, 0.034393184, 0.030856028, 0.034106176, 0.006579159, 0.0009433185, -0.0074894093, -0.038094934, 0.037649296, 0.0010579379, -0.03261108, -0.082867146, 0.01662464, 0.03774374, 0.003728916, 0.017884308, 0.036137234, -0.009116835, 0.02746008, -0.030459559, -0.010251568, 0.0023565767, -0.0054158284, 0.0264959, -0.05231417, -0.024042586, 0.026545875, -0.03880191, -0.02720382, -0.025699526, -0.036302287, -0.02826425, -0.031494457, -0.03058713, 0.005984513, 0.0229239, 0.059783693, -0.005616355, -0.044378836, -0.04839143, 0.036598463, 0.025279615, -0.0019109362, -0.022425303, 0.018691689, -0.015179862, -0.017867804, -0.0444797, -0.04673908, -0.00978392, 0.032092426, 0.008486427, -0.0028370619, 0.041745797, 0.012095566, -0.007876652, -0.017240606, -0.037486993, 0.04470802, -0.023506166, 0.023641877, 0.009611533, -0.007577839, -0.07546548, 0.00096945174, 0.029650688, -0.006753381, -0.0033322182, -0.022916792, 0.01046178, -0.014764366, -0.03207466, 0.014548881, -0.01096496, 0.012768956, -0.014183474, -0.019704238, -0.0035620301, -0.06958504, -0.025439568, -0.018801723, -0.054852303, -0.049920917, -0.0327069, 0.011246922, 0.015221927, -0.042851645, 0.058199193, 0.0007890406, -0.014898701, 0.02857785, -0.07328174, 0.002019051, -0.006564029, -0.035841975, 0.02404399, -0.024389194, 0.044952847, 0.0011266522, 0.028513663, -0.033622943, -0.019264327, -0.0064493343, -0.016402049, 0.012873145, 0.038038544, 0.01027495, -0.0031396572, 0.0050551784, 0.0103616025, -0.037541095, -0.07823285, -0.024439627, -0.0036945408, -0.0007117584, -0.016846314, 0.017036239, 0.008921523, 0.019426629, 0.029308664, 0.026617398, 0.019113947, -0.011529804, 0.05202808, 0.011718698, 0.007457832, -0.009155347, 0.017694041, 0.015232931, -0.02945148, -0.032248653, 0.01683256, 0.041776974, 0.01686706, 0.01286214, 0.061181825, 0.016706938, -0.02692733, 0.009906792, -0.01640801, 0.009402925, -0.1070051, 0.0068881735, 0.066022664, 0.0193386, 0.024215432, 0.034505054, -0.029159658, 0.024577629, -0.03586765, -0.0002315887, -0.06323145, -0.034056205, -0.013257349, -0.00992175, 0.008272332, 0.029174559, 0.0025282768, 0.017939325, 0.03835856, 0.015402109, 0.02110649, 0.02302018, -0.0009504248, 0.054220065, -0.01745013, 0.043397922, 0.028344024, 0.006061079, -0.003078221, 0.037103705, -0.018967692, 0.018667733, 0.0357583, -0.016833019, 0.00012470601, 0.01840789, -0.061802834, 0.013448993, -0.014991772, 0.006534687, 0.0052807494, 0.0065608197, 0.028678713, 0.016116418, -0.012246863, -0.043810323, -0.0020145522, -0.04453655, 0.0073558204, 0.021894846, -0.0016496038, 0.006023025, -0.025672933, 0.019309258, 0.02795707, -0.005884565, -0.06284999, 0.076937534, 0.0075433385, 0.0571667, 0.039227948, -0.062232655, 0.04381491, 0.026378073, -0.040766943, -0.038079914, -0.008820572, -0.040468015, -0.05189971, 0.0011425271, -0.021721082, 0.032432273, 0.03975921, 0.024530176, 0.005966661, -0.062422693, 0.007001876, -0.00846763, -0.048110846, -0.038583674, -0.045429666, -0.0064825346, 0.034744836, -0.0145796, 0.009376562, -0.037980773, 0.06835356, 0.010053792, 0.015455522, -0.00531141, 0.0043619596, -0.0118305655, -0.00037618118, -0.023862861, 0.03196325, 0.014105075, 0.04310335, 0.016596789, 0.00019800517, -0.061179303, -0.0021967972, -0.019080477, 0.052050088, -0.015111663, 0.011229502, -0.0070830267, 0.008076778, 0.014447558, 0.022892723, -0.054104526, 0.02861659, -0.0067517757, -0.031443335, -0.016317002, 0.01916438, -0.025412519, 0.04644886, 0.0071898517, 0.0102967275, 0.0044545718, -0.03488559, 0.06761266, 0.008271172, -0.00053745083, 0.02237258, -0.0045105065, 0.0033034056, 0.0527158, -0.024421975, 0.004421562, 0.022242602, -0.023028431, 0.008414905, 0.014933086, -0.014757031, 0.014131208, 0.0015450708, 0.071495056, -0.009681737, -0.054590054, -0.06653387, 0.047490984, -0.027831675, -0.042882364, -0.028529251, 0.016521484, -0.019753065, -0.019752778, -0.012023012, -0.031107271, 0.017947579, -0.070678964, -0.0044100997, 0.025825836, 0.06251943, -0.012611812, 0.024630355, 0.039654676, -0.02473122, -0.04946427, 0.018154811, 0.011574735, 0.046242088, 0.0027875463, 0.043540735, 0.016941678, 0.023659756, 0.031871554, 0.018458553, -0.04665747, 0.036501724, 0.055572573, -0.0023153138, -0.0065076365, -0.0020214294, 0.02195502, -0.004347059, 0.011131845, 0.008134373, -0.021151882, 0.064740755, 0.05464324, -0.044119336, 0.0113624595, 0.012085479], [-0.029025964, -0.077956624, -0.047697976, -0.023808902, -0.011612218, 0.0321345, 0.012400924, -0.023025924, 0.044412594, 0.024061242, -0.016991334, 0.0094682835, -0.07670065, -0.010083481, -0.0048043844, 0.039474975, -0.002072165, -0.044441987, 0.02917227, 0.033009194, -0.030875947, -0.004172485, -0.020968646, 0.03199258, -0.025435941, 0.056696724, -0.0030433494, -0.012147439, 0.014076254, -0.010365026, -0.0027784114, -0.04866286, -0.018371759, 0.0014399792, 0.015721427, 0.017579045, 0.011296125, -0.01781917, -0.042912297, -0.05268522, -0.066671, 0.018993733, -0.022336856, 0.038781706, 0.005887041, 0.046331294, 0.023163022, 0.015586286, -0.0046652346, -0.032837022, 0.03780289, 0.015519288, -0.035308123, 0.010281039, -0.01656358, 0.030395318, 0.016775452, 0.037337434, 0.011433557, -0.006071429, 0.014725214, -0.026985101, -0.06654139, 0.009986491, 0.02141339, 0.03269043, 0.013726758, 0.004398579, 0.00095247827, -0.02252363, -0.0147166, 0.016319636, 0.008391066, -0.027525285, 0.07112245, 0.00956983, -0.072889924, 0.0076434948, -0.025682937, -0.038609967, -0.0057385387, 0.019145386, 0.008594828, -0.045944955, -0.059686694, 0.01368133, -0.030094113, 0.009836295, 0.055295374, 0.0129680205, -0.044826034, -0.006774621, 0.032811064, -0.011550946, 0.008829989, 0.022442602, -0.012364848, 0.060923487, 0.030374704, 0.02213319, 0.041964017, -0.059746537, -0.02330842, -0.010647141, -0.017768396, 0.007610115, 0.017292729, -0.036672134, 0.0019412232, 0.0056672217, -0.01272427, -0.00010965907, -0.007831724, -0.051187214, 0.014744898, -0.004462714, 0.018192144, -0.017709224, -0.031993918, -0.0146234045, -0.016550599, 0.013338155, 0.004135168, 0.01633109, -0.026850224, 0.007164774, 0.014016844, 0.0052365307, -0.047016922, 0.0019702367, 0.03273681, 0.024050554, 0.03980481, -0.01997761, -0.038968004, 0.019919204, 0.0037121838, 0.06917855, -0.03297426, 0.034836557, -0.03498783, -0.00037669658, 0.02463521, 0.018559393, 0.04440572, -0.021455765, 0.010157732, -0.056317616, -0.015843397, -0.013230858, -0.014830602, -0.022639588, 0.0029389395, 0.013245794, 0.03245832, -0.065387726, 0.017870707, 0.018020164, -0.028510977, 0.026508292, -0.012418245, 0.015919391, 0.023450436, 0.021701233, 0.0032159025, -0.043694127, 0.014161577, 0.0012323046, -0.0050048055, 0.058193177, 0.080412835, -0.008253539, 0.0056116045, 0.029566148, -0.045256272, -0.0073165223, -0.010952546, -0.03229417, 0.026097333, 0.013910298, 0.0022363197, 0.01271549, -0.012932517, -0.0066517913, -0.03434362, 0.020286642, -0.025495593, -0.02125, -0.0093598645, 0.010752507, 0.028523766, -0.024923816, 0.037192643, 0.0020622395, -0.030280793, 0.02351414, -0.035750575, -0.011536524, 0.02292285, 0.05295779, 0.029354654, -0.008753638, 0.02051245, -0.019335978, -0.039342888, -0.057275053, 0.018814024, -0.0037082948, 0.034997705, -0.038919903, 0.01185406, 0.049762122, 0.02188982, 0.047794178, 0.013421736, 0.04134786, 0.032195676, -0.04038966, 0.04064849, 0.041179508, -0.03554901, 0.014400174, 0.027007243, -0.01327896, -0.028985117, -0.003814303, -0.015322492, 0.00445317, 0.021587852, 0.0026294317, 0.07599976, -0.009241902, -0.021005677, -0.054294314, -0.004653782, 0.007055783, -0.05566214, 0.027836034, -0.04159028, 0.029999057, -0.019221354, 0.02747871, 0.031532183, -0.021021329, -0.023751259, -0.012768935, -0.045593742, -0.018455556, -0.032856278, 0.008036703, 0.050452337, -0.00872348, -0.030922139, -0.009860059, -0.0068437187, 0.0013605742, -0.013444451, 0.0057385387, 0.0034350299, 0.059030745, -0.0035677163, -0.03603307, -0.0076707727, -0.034299906, 0.053696107, 0.0060979603, 0.034177743, -0.031415462, 0.031154843, -0.02219408, -0.044234693, -0.07310452, 0.035715643, 0.020247893, -0.018494494, 0.01747368, 0.008728443, 0.014890967, 0.06691704, 0.019458042, -0.06338352, -0.017502408, 0.00046545456, 0.0141741745, 0.0034018173, -0.003853815, 0.008282171, -0.06307811, -0.004020642, -0.044959646, -0.0026163568, -0.0057097636, 0.017826423, 0.06348735, 0.048870344, -0.02616328, 0.04090427, -0.011903449, -0.060121227, -0.024774361, 0.01852198, -0.012254329, 0.008442126, -0.012623487, -0.0046074945, -0.030473197, -0.068227224, 0.023952061, 0.02086061, -0.01853496, -0.01614799, -0.019290071, -0.07080254, 0.00861067, -0.0018675445, -0.030604042, 0.0248698, 0.09366049, -0.013853119, -0.011183603, -0.02306343, -0.029837577, -0.014241364, -0.07313811, 0.009305655, 0.07679227, 0.021086227, 0.0030693088, -0.066265576, -0.03291218, 0.044215225, 0.041337937, 0.022529643, 0.014834802, 0.009836867, 0.01696213, -0.013314463, 0.00084596867, 0.02349062, 0.034202557, 0.018960234, -0.064828075, -0.02906433, -0.017063415, 0.035086323, -0.065679386, -0.028253675, -0.059581235, 0.017935986, 0.0065570204, 0.02134334, -0.033088982, 0.0103063295, 0.021458438, 0.0025081292, 0.002386254, 0.011571371, 0.006787983, -0.009379716, -0.013930233, -0.0012223789, -0.018018827, -0.044119786, 0.024497492, 0.0054573757, -0.026651068, 0.066743724, 0.0024189893, 0.04925248, -0.02537906, 0.06639785, 0.018186035, -0.0136494525, 0.00828179, -0.009153717, 0.0326011, -0.055039886, 0.002350178, 0.047926266, 0.026707185, 0.009607718, -0.018995358, 0.06513348, 0.026937764, 0.040775996, 0.058901712, 0.04565871, 0.029425662, -0.0234407, 0.041376114, 0.01890717, 0.00961564, 0.03764408, 0.029015753, 0.012694875, -0.03806706, 0.030742526, 0.055380408, 0.02462204, 0.009033082, -0.0032992705, 0.011399962, -0.017672958, -0.016699484, -0.010585298, -0.049710583, -0.049567048, 0.025582153, -0.0049498333, 0.03241633, 0.026581587, -0.0059958408, -0.025499409, 0.018287392, 0.034521326, -0.0057270858, -0.026198305, 0.047588028, -0.0011527803, 0.006480383, 0.051787283, 0.046806958, -0.06357286, 0.017645663, 0.039453596, 0.0012758246, -0.0006776148, -0.002610821, -0.03837247, 0.027264928, 0.0070643728, 0.0321909, 0.0021821107, 0.094113246, 0.05230127, -0.02538555, 0.002620365, -0.008639112, -0.07576459, -0.033566937, -0.032569174, -0.040719494, -0.0160421, 0.0025188182, -0.035831317, 0.0012937671, -0.033772323, 0.033007666, 0.034636326, -0.03748756, -0.0004140131, -0.011624816, -0.030225819, -0.02452393, -0.044252258, 0.029653952, 0.06571069, -0.058747485, -0.04058817, -0.040606175, -0.06832495, -0.013954285, 0.03438027, -9.601133e-05, 0.021155467, 0.008358904, 0.027919257, -0.06836465, 0.017440278, 0.006683572, 0.0009047589, -0.023279408, -0.007767565, -0.0552697, -0.0067272834, 0.0070807887, 0.027717117, 0.017155178, 0.0027368004, 0.014914588, 0.026692487, 0.012814488, 0.020927034, 0.020197121, 0.043095157, 0.016066007, -0.033918846, -0.01409038, 0.009985179, -0.009352993, 0.023621652, 0.030703776, 0.0059943143, 0.06914038, -0.03633199, -0.0077057206, 0.00080697, 0.042861905, -0.047852207, -0.0043210587, 0.067375146, 0.019447736, -0.08247736, 0.03502066, 0.015654238, -0.07172676, 0.028046764, 0.057359807, -0.035682622, 0.006991458, -0.046168663, -0.0643379, -0.015334328, -0.028564423, 0.043276493, 0.041073766, -0.0086722765, -0.044549644, -0.013987879, -0.010956364, -0.0003260186, -0.012794894, -0.01887663, 0.04404458, 0.01858268, -0.03383264, 0.044156052, -0.048602734, 0.023456542, -0.004426829, -0.002441322, -0.06039285, -0.055146772, 0.002134773, 0.008526876, -0.02271632, 0.047926646, 0.005372245, -0.0019014253, -0.034822147, -0.02623295, 0.0103869755, 0.00094961515, 0.0098721795, -0.03326459, -0.009497869, -0.008110381, 0.022607902, 0.011663946, -0.0076167723, -0.03916728, -0.00047833877, -0.05479785, -0.06562518, 0.02779242, -0.015942844, -0.021908145, 0.03504242, 0.05971714, 0.0014638389, -0.039813973, -0.003408665, 0.028759308, -0.0020685385, 0.015149559, 0.025510004, -0.020308975, -0.072484545, -0.07924619, 0.040177785, -0.027010452, -0.030032651, -0.031726878, -0.043194793, 0.00036252395, -0.02811777, 0.035771284, -0.03220789, -0.00040160608, -0.03752039, 0.010697044, -0.02931018, 0.010290678, -0.016314961, 0.0088193, 0.04136008, -0.018749125, 0.009502092, 0.018198252, -0.025859307, 0.026079964, -0.008742567, 0.04654355, -0.0067914184, -0.028684294, -0.02735006, -0.041008487, -0.022906147, -0.0057142973, -0.03513748, -0.016865142, -0.06975042, 0.0028799584, -0.00152282, 0.020773951, -0.0333104, -0.024425438, 0.028069286, 0.0018354772, 0.008552358, 0.006805257, 0.022201905, -0.037006546, -0.026052093, -0.012126824, 0.001033792, -0.03641101, 0.006324914, -0.027868865, -0.008265755, 0.0247505, -0.0021139674, -0.005204368, 0.019176308, -0.006971607, 0.026449881, 0.012732669, 0.05175078, 0.02672093, 0.0041084453, 0.02981658, 0.002794827, 0.074387215, -0.017255317, -0.05815882, 0.080796115, 0.017703593, -0.030193752, -0.036882095, -0.018226502, 0.015561091, 0.022503683, 0.0045550982, -0.005032292, 0.004410795, -0.0036506257, 0.021589747, 0.0014631709, -0.029761605, 0.02339699, 0.05241379, -0.014181046, 0.012250512, -0.052304134, 0.042927563, 1.0402819e-05, 0.0018115221, -0.021933341, -0.025214141, -0.031187842, 0.024487663, -0.06467232, 0.03695845, 0.046697773, 0.008852942, -0.0020710197, 0.020877026, -0.007410064, -0.039510883, -0.028508114, 0.04951742, 0.003070072, 0.030245671, -0.018384214, 0.00021826832, 0.004794077, -0.016765526, -0.013082356, -0.02304883, 0.04108598, -0.031301413, -0.020730814, 0.009795829, 0.007867322, 0.06523884, 0.027006099, 0.003920622, 0.01407301, -0.048035447, -0.053297553, -0.026430605, 0.0024932406, -0.0006707432, -0.016958123, -0.011780906, -0.005041454, 0.040094182, 0.015986746, 0.042228956, 0.026129209, 0.03085643, 0.06745302, 0.024264717, 0.030907251, 0.0035841053, -0.024131676, 0.036090147, -0.006982677, -0.012748321, -0.087763146, -0.009514666, 0.009290576, -0.006358317, 0.044558425, 0.041658614, 0.009302601, 0.027460389, -0.023625279, 0.024821317, 0.010243388, 0.0029654715, 0.013197264, -0.058518432, -0.017971108, 0.024664415, -0.026437951, -0.038377047, -0.05356173, -0.0074602524, 0.0069368673, -0.0071349973, -0.033408128, -0.006881894, 0.02340997, 0.016130667, -0.007969132, -0.03293475, -0.05352355, 0.007885528, 0.004752084, 0.005792175, -0.029299682, 0.0063188053, -0.009851684, 0.014389293, -0.030098312, -0.03889337, -0.018909462, 0.032054424, -0.005608682, -0.006551676, 0.039546743, 0.022999201, 0.021476094, -0.01658801, -0.06335756, 0.044166364, -0.032533526, 0.018633071, 0.008455105, -0.0005756863, -0.077079356, -0.009534517, 0.017119925, -0.0054606213, 0.0013889672, -0.015446946, 0.006477043, 0.009138447, 0.0037282177, 0.006139095, 0.010551513, -0.002905345, -0.02065408, -0.0066944524, 0.0075278236, -0.081988715, -0.03229951, 0.004539208, -0.05600859, -0.06823027, -0.0023852042, 0.010982087, -0.028066041, -0.0594837, 0.05825273, -0.018659603, -0.019857358, 0.022386866, -0.064785324, 0.015990565, -0.026937, -0.06841963, 0.03180953, -0.032630876, 0.03626747, 0.0031273356, 0.056986067, -0.04048244, -0.024352139, 0.004961667, 0.00013246892, 0.014295955, 0.022411298, 0.000301974, 0.0041336413, 0.007501387, 0.015969234, -0.045376904, -0.061938956, -0.00012335453, 0.01283393, -0.007133852, 0.0035896404, 0.029546844, -0.0078260815, -0.0034588897, 0.010008794, 0.03362191, 0.025174439, -0.003942764, 0.040603824, 0.043318864, -0.020496225, -0.027406178, 0.0109463, -0.008875132, -0.0017782139, -0.034127355, -0.012931325, 0.050084706, 0.0031376102, 0.016249586, 0.047906414, 0.0018683082, -0.005402785, -0.024024213, -0.0032865272, 0.01841967, -0.09006971, -0.022788186, 0.06283035, 0.020985825, -0.006665153, 0.0044932542, -0.044171326, 0.021719558, -0.05262452, -0.020179179, -0.07336106, -0.032921962, 0.012899877, -0.022123836, 0.0004685563, 0.016132863, 0.026889568, -0.015654048, 0.019455371, 0.037496626, 0.013716451, 0.010569264, -0.014151842, 0.064119086, -0.01419059, 0.002537906, 0.052286666, -0.005394315, -0.0072161206, 0.022616683, -0.008332873, 0.011841271, 0.049144063, -0.020461293, 0.026198115, 0.0269977, -0.048481334, 0.0011479368, -0.029564727, -0.00020003953, 0.010568787, -0.020639192, 0.039533, 0.024394322, -0.007862909, -0.020442396, -0.029611956, -0.017979888, -0.009993959, 0.020016741, -0.00039645238, -0.007374918, -0.027294707, 0.01862811, 0.03125503, -0.016279934, -0.06893576, 0.06304242, 0.012959049, 0.056424886, 0.03779411, -0.03879816, 0.04826297, 0.03130237, -0.024660978, -0.008287134, -0.0039587975, -0.04543951, -0.053994257, 0.029198326, -0.01117091, 0.03364491, 0.06359343, 0.025683511, 0.0030962226, -0.06590615, -0.012767121, -0.02634872, -0.029301114, -0.039087113, -0.010744108, -0.018169621, -0.0063936533, 0.009543107, -0.0012433755, -0.031012138, 0.08502444, -0.00035503198, -0.0030109002, 0.010474971, -0.023222147, -0.0059479307, 0.001557512, -0.01667276, 0.050148077, 0.029422607, 0.03503567, -0.018041732, 0.005625921, -0.051359765, -0.012451697, -0.022898417, 0.028173696, -0.016796257, 0.015515279, -0.008334281, 0.0040611075, 0.009481357, 0.04961133, -0.018022645, 0.030953635, 0.0020994844, -0.02722141, -0.0024591691, 0.04910321, -0.040830202, 0.05706929, -0.005811454, 0.003344554, 0.023070017, -0.042434342, 0.061673254, 0.01644533, 0.022059988, 0.04112606, -0.007596921, 0.020844959, 0.02528553, -0.033502802, 0.0009681302, 0.0038904634, -0.024567831, 0.013731673, -0.0010731128, -0.011630924, 0.021682145, 0.026046367, 0.035755917, -0.004206938, -0.040404454, -0.04561864, 0.050991755, -0.0047234525, -0.024932789, -0.020087557, -0.008056554, -0.02108279, -0.0016373463, 0.002215705, -0.02049489, -0.0012181796, -0.07117895, -0.020546427, 0.018908411, 0.03020215, 0.0055464203, 0.034708384, 0.012480961, -0.029482923, -0.024442235, 0.00391041, 0.006589852, 0.04312455, 0.0037719284, 0.01581572, 0.041769177, 0.015217128, 0.0012513923, 0.007480939, -0.05237447, 0.025027081, 0.045753885, 0.0069857314, 0.0074568647, 0.004999843, 0.010231602, 0.00677412, -0.01483003, -0.0024861782, -0.016660925, 0.031220863, 0.025044262, -0.064657435, -0.005110182, 0.0043046675], [-0.00872509, -0.087099865, -0.011124933, -0.02540624, -0.027002435, 0.03487464, 0.029820291, -0.026918313, 0.06681455, 0.020516116, -0.012878868, 0.0062165344, -0.07394686, -0.025541266, -0.02632396, 0.03991613, -0.014036085, -0.0113061145, 0.039084543, 0.043127947, -0.02853326, -0.011374029, -0.006537488, 0.035614602, -0.023389429, 0.07211866, -0.014492745, -0.0046283766, 0.016063757, -0.01567797, -0.022760382, -0.0662488, 0.015710386, 0.0050430982, 0.01705113, 0.029420571, 0.023869522, -0.013175744, -0.0110656675, -0.06277403, -0.07576007, 0.009981177, -0.035153802, 0.046637673, 0.007746958, 0.03870519, 0.014301995, 0.0017274701, -0.0074446243, -0.012333408, 0.034088597, 0.012734198, -0.03846407, 0.034288995, -0.053208645, 0.038267963, 0.02597367, 0.05113397, 0.04599764, -0.006660592, 0.028052099, 0.011065232, -0.033746213, 0.021732152, 0.021226877, 0.012732054, 0.012561129, -0.0007624659, -0.00576377, -0.031989273, 0.0005956262, 0.010249084, -0.012866142, -0.022497833, 0.04771118, -0.01358936, -0.048692793, 0.011202569, -0.008774519, -0.03715132, -0.0045421105, 0.012920125, 0.0285054, -0.06464939, -0.06638972, 0.00017244896, -0.005923979, -0.0017489026, 0.070110425, 0.020247405, -0.05420661, -0.011114962, 0.026253901, -0.010916711, 0.01637185, 0.008127789, 0.0032588316, 0.05008806, 0.015767986, 0.04963797, 0.038533725, -0.060227834, -0.008228657, -0.010449479, -0.017429015, -0.0067116288, 0.022088468, -0.03714918, -0.002562137, -0.011502357, -0.015963024, 0.005372089, 0.010447335, -0.08106678, 0.024563938, -0.016318, 0.023166798, -0.011925116, -0.038587842, -0.020190878, -0.036028255, 0.0010598436, 0.020095235, 0.026134279, -0.024329253, 0.008267637, 0.0019535844, -0.006588659, -0.05435744, -0.0012522014, 0.03648423, 0.0004457987, 0.047074627, -0.031799592, -0.043392505, 0.0118222395, -0.012182442, 0.052643362, -0.016529916, 0.04257056, -0.008964399, -0.0014617054, 0.035248507, 0.015902342, 0.032035355, -0.007748968, 0.019325804, -0.029859405, -0.030117134, -0.003940925, 0.0063885315, -0.014991322, 0.02426676, 0.03092943, 0.015224669, -0.047688674, 0.014179828, 0.009822574, -0.0193108, 0.010213151, -0.013071292, 0.02490043, 0.029080864, 0.01922882, -0.03071671, -0.030583292, 0.02116365, 0.0005347441, 0.00219296, 0.057713788, 0.05067317, -0.009412006, -0.0038128651, 0.025772737, -0.058549657, -0.013578643, 0.02579953, -0.049612254, 0.010105486, 0.04299145, 0.014380223, 0.0033515277, 0.021286888, -0.013296803, -0.024383903, -0.005925084, -0.018724082, -0.015115497, -0.032312904, 0.021325467, 0.03583107, -0.038827356, 0.022402458, -0.004709017, -0.028672338, 0.0068187914, -0.033593506, -0.0049761212, 0.010300523, 0.020396363, 0.01160577, 0.018722475, 0.031899724, -0.0237787, -0.026697021, -0.047151785, 0.038150083, -0.019289367, 0.037897177, -0.02513726, 0.03541367, 0.028467892, 0.050022688, 0.06592999, 0.024473386, 0.030583695, 0.008395296, -0.04104349, 0.034242913, 0.07585436, -0.041120917, -0.010474662, 0.044822063, -0.02135976, -0.017172359, -0.007034189, -0.03395786, 0.026952606, 0.02995478, 0.0061170063, 0.0704212, -0.0092428215, -0.03821438, -0.055279043, -0.00085472665, -0.0076764985, -0.030508278, 0.028434671, -0.030402185, 0.031043023, -0.02092709, 0.022517122, 0.0373485, -0.025600204, -0.035661757, 0.014954351, -0.026662191, 0.013293589, -0.01309882, 0.046395216, 0.034263544, -0.022531053, -0.028036024, -0.0076881526, -0.008464483, -0.00014413445, -0.0086520845, 0.025997782, -0.022984354, 0.042643283, -0.0015495792, -0.040464807, 0.016791394, -0.035537444, 0.050649595, 0.013253938, 0.033799257, -0.016466156, 0.038145795, -0.024611091, -0.03150436, -0.060872957, 0.034013584, 0.013403968, -0.017472684, 0.019332234, 0.017275771, 0.0074381945, 0.043411795, 0.012403265, -0.048879795, -0.004819127, 0.007657343, 0.042934045, 0.031943463, -0.0011005657, -0.00559174, -0.053903066, -0.016887842, -0.0638971, -0.005817888, -0.009558417, 0.023524456, 0.0260953, 0.02842985, -0.03762177, 0.034427237, -0.027328748, -0.048737805, -0.021909507, 0.008508755, -0.025950896, -0.017325068, 0.016095906, 0.0038428707, -0.008557916, -0.093007974, 0.033634227, -0.006044136, -0.016881948, -0.015097146, -0.0020800368, -0.05850037, -0.002533069, 0.019291243, -0.01559043, 0.022413174, 0.092160314, -0.025489291, -0.002434211, -0.046386644, -0.04331106, 0.016285585, -0.04847204, 0.019878097, 0.06637257, 0.036523346, -0.005267605, -0.06158881, -0.027804552, 0.04657632, 0.016674051, 0.0035128084, 0.015230832, 0.02241947, 0.011948959, -0.0014564812, -0.0024919452, 0.0016031609, 0.027496122, 0.013458353, -0.05087678, -0.043024935, -0.024708608, 0.045111403, -0.07432622, -0.022416389, -0.0435854, 0.0007137066, 0.012586312, 0.020950396, -0.021093037, -0.011738651, 0.037824575, 0.0022011313, -0.0167279, 0.014982748, 0.0011723649, -0.0021446026, -0.023244759, -0.015773345, 0.004339572, -0.046826012, 0.03937402, 0.02545607, -0.027004043, 0.073171, -0.012642439, 0.054027375, -0.011063524, 0.04997875, 0.007245033, -0.060447518, 0.0047711716, 0.0022911483, 0.023554461, -0.04180649, 0.01899708, 0.05600936, 0.00034935187, 0.021475093, -0.021788413, 0.045068532, 0.0074446243, 0.013789755, 0.029592033, 0.033462767, 0.016938912, -0.017228086, 0.053326532, -0.003071296, -0.0022733323, 0.047833346, 0.017830074, -0.0028664637, 0.00017306849, 0.024720397, 0.047303956, 0.025696652, -0.0056820586, -0.00860145, 0.011253203, 0.0029834223, -0.023350852, -0.009321453, -0.06228644, -0.052902166, 0.020057729, -0.0032510622, 0.026839012, 0.016267367, -0.023453997, -0.014380223, 0.041060634, 0.018953947, -0.021054344, -0.026604323, 0.040992048, 0.010958563, 0.012345196, 0.02060533, 0.055221174, -0.043612722, 0.03659461, 0.026018946, -0.009132979, -0.020811085, -0.007864302, -0.06452722, 0.07178471, 0.0014372086, 0.031042755, -0.019941991, 0.08303001, 0.04537127, -0.040910605, 0.022890048, -0.030652948, -0.04151072, -0.0177205, -0.026006352, -0.019725522, -0.017624052, 0.020260267, -0.015328618, 0.018813564, -0.025250854, 0.02738983, 0.04934003, -0.03280157, 0.0072485157, -0.0075718802, -0.014427376, -0.040709138, -0.025390234, 0.035466716, 0.07017043, -0.042927414, -0.013619098, -0.046189465, -0.042915627, 0.0055510513, 0.034809805, -0.00062811, 0.0148538845, -0.013262511, 0.03927101, -0.04809911, 0.012677669, 0.016948389, 0.0018003411, -0.04611445, -0.017530285, -0.046987824, -0.016662799, 0.011408054, 0.022132406, 0.032588314, -0.016591368, 0.033996973, 0.034353293, 0.0019814468, 0.024689319, 0.02427674, 0.035314545, 0.0016160203, -0.01861424, -0.005312613, 0.017592305, -0.01732922, 0.029032776, 0.04351467, 0.024702178, 0.049592964, -0.026889378, -0.0068427688, 0.0039314814, 0.019256147, -0.0383044, -0.0054685357, 0.06722881, 0.035288792, -0.05908119, 0.014077487, 0.0009848294, -0.06924883, 0.019404033, 0.048956417, -0.015955523, -0.0006119016, -0.026239702, -0.044705253, -0.00090934633, -0.045432888, 0.06015711, 0.032148946, -0.0195337, -0.042235143, -0.022127047, -0.029181063, -0.0055677956, -0.030319203, -0.01833776, 0.051524043, 0.0013781182, -0.03111375, 0.04657096, -0.05815982, 0.008083451, 0.0032390065, -0.019416891, -0.05449032, -0.024463203, -0.0062443973, 0.0014781649, 0.01471638, 0.029979963, 0.02105756, 0.008909612, 0.003499279, -0.016885966, 0.0015281466, 0.0016958568, 0.01357007, -0.014512034, -0.01140591, -0.035190236, 0.034928758, 0.007303169, -0.023841659, -0.003292052, -0.0004889319, -0.039750766, -0.048579197, 0.059957784, -0.013687413, -0.010309631, 0.046819583, 0.03835309, 0.030147139, -0.037039872, -0.006081241, 0.023723645, 0.015455003, 0.020371715, 0.016373994, -0.026874911, -0.07780259, -0.07013614, 0.043943323, -0.025369804, -0.018711558, -0.05187768, -0.034085922, -0.0027905286, -0.0008873109, 0.0069002355, -0.054546047, 0.004935399, -0.03163267, 0.010803117, -0.011804959, -0.0080833165, -0.025601545, 0.030412903, 0.026981004, 0.005732894, 0.0004415122, 0.0056753606, 0.011064059, 0.046410754, -0.033684596, 0.04855348, 0.024756832, -0.028132202, -0.004666955, -0.04558292, -0.0072514624, -0.023711992, -0.016964998, 0.005963629, -0.06855442, 0.0029234109, -0.016795816, -0.013474694, -0.0023040078, -0.010612368, 0.029701073, 0.031513467, 0.0031319603, 0.019977354, 0.004702319, -0.047387548, -0.006823614, 0.0065091234, 0.01750028, -0.028103672, 0.016730847, -0.037830334, 0.008882218, 0.027913857, -0.013776359, -0.03773536, 0.0022932915, -0.007423192, 0.005778237, 0.0072664656, 0.07013614, 0.027236586, 0.0012945309, 0.04243018, -0.012505404, 0.064058915, -0.031287353, -0.07194934, 0.10035615, 0.025160436, -0.01203603, -0.02970154, 0.00093231944, 0.030734528, 0.0070312424, -0.0069377422, 0.0007479988, 0.02421673, 0.0068880455, -0.007914129, -0.0026671567, -0.022536278, 0.019801876, 0.061674405, 0.0035149516, -0.010974579, -0.058974024, 0.040992048, -0.009505372, -0.0027573078, -0.0026983682, -0.024402658, -0.023801072, 0.039571602, -0.047758333, 0.02952452, 0.04322747, 0.017089576, -0.0058843284, 0.03165171, -0.015847923, -0.03296553, -0.006196174, 0.03332047, 0.016883554, 0.024850065, -0.022992926, 0.006514448, -0.0012234014, -0.016438829, -0.03261323, 0.015796652, 0.0034710146, -0.060092807, -0.0139863985, 0.015315758, -0.01654867, 0.05600132, 0.038856823, 0.027756862, 0.024144929, -0.028213914, -0.056106344, -0.047510788, 0.017932346, -0.035676755, 0.0011431294, -0.025664503, -0.022533195, 0.03179638, 0.019278651, 0.045213204, 0.03592752, 0.015420242, 0.0617817, 0.01401051, 0.020949325, -0.028773976, -0.030339496, 0.007233647, -0.0066849045, -0.022875851, -0.08479177, -0.016596358, 0.01966551, -0.006879874, 0.061297324, 0.019548703, 0.020798761, 0.008030807, -0.04747006, 0.021346899, 0.00681638, -0.00014071862, 0.012173734, -0.07096773, -0.004354039, 0.016303534, -0.027729537, -0.042850256, -0.028882613, -0.037903607, -0.0104468, -0.023781782, -0.032772634, 0.0146277705, 0.034127176, 0.034511894, -0.023391573, -0.040110096, -0.04245054, 0.03834619, 0.024390334, 0.019984322, -0.034854814, 0.008401591, 0.003181406, 0.010873846, -0.045953702, -0.03278228, -0.0044891983, 0.019273829, 0.0029266258, 0.020744644, 0.046753142, 0.0021164722, 0.0018432062, -0.02430822, -0.07442053, 0.023774145, -0.020758776, 0.008941693, 0.0076463586, 0.022232067, -0.06471475, -0.009887944, 0.005429287, -0.0018635673, -0.009268742, -0.03684135, 0.03803649, 0.014124104, 0.0069291694, 0.0062304656, 0.019914664, -0.015246905, -0.03324844, 0.008627705, -0.0049595106, -0.0638821, -0.04512855, -0.017252197, -0.0884096, -0.043709707, -0.019824648, 0.0006644115, -0.0017553325, -0.05833962, 0.066284694, -0.044918507, -0.0072485157, 0.013394859, -0.06005959, 0.019062182, -0.017416157, -0.06678408, 0.017106187, -0.049585246, 0.035299543, 0.0021847887, 0.062158912, -0.013485411, -0.03940282, -0.014057127, 0.0020876722, 0.03263761, 0.019196672, 0.002038779, 0.0019517089, 0.010785436, 0.017152535, -0.043199614, -0.10032185, -0.03389517, 0.032665893, -0.005436387, 0.025150657, 0.019151127, -0.025651911, 0.0011224, 0.012249284, 0.019843133, 0.014144464, 0.009823914, 0.0521981, -0.0063311993, 0.023027219, -0.01165319, 0.008471247, 0.0057340325, -0.017252197, 0.002719801, -0.008087871, 0.028951198, 0.0054015587, 0.01655242, 0.04339183, -0.003347777, 0.007746557, -0.008697328, -0.0026908668, 0.055882104, -0.07219796, -0.010947787, 0.058313902, 0.017657273, -0.00116915, 0.009768994, -0.038219202, 0.0039489623, -0.045683652, 0.014868887, -0.053020045, -0.04068556, -0.009743274, 0.007869527, 0.011513609, 0.013418971, 0.008235489, -0.014071862, 0.022379417, 0.0182172, 0.02147764, 0.019738114, -0.011117105, 0.057332285, -0.007185825, 0.028053172, 0.025792027, -0.02257124, 0.007274503, 0.029907092, -0.01705716, 0.007677168, 0.041926514, -0.019195063, 0.008290008, 0.037659276, -0.07874777, 0.006492881, -0.040520534, 0.013901472, -0.0015752983, -0.017972734, 0.025765236, 0.022927323, 0.0030836198, -0.020390335, -0.029056218, -0.005977695, -0.019466255, 0.018800704, 0.00019142017, 0.0035476363, -0.018215593, 0.015810853, 0.020036293, -0.035016634, -0.055879157, 0.05927837, 0.01502106, 0.045004237, 0.04786549, -0.031188766, 0.04327248, -0.0005422456, -0.01480191, -0.036583357, -0.013986934, -0.049074963, -0.04372257, 0.02633856, 0.0070716967, 0.04520356, 0.05809529, 0.024984017, 0.00902528, -0.06657833, -0.011993164, -0.012344124, -0.04117637, -0.036088265, -0.03025966, 0.0054321005, 0.01935889, 0.013840121, -0.020146674, -0.049102157, 0.07399401, 0.0014087267, -0.024386583, 0.0045989067, -0.0032993525, -0.016398106, 0.009162449, -0.014267167, 0.046185173, 0.03370256, 0.03389785, -0.015209666, 0.035107184, -0.05511615, -0.010881346, -0.012873018, 0.031832278, -0.01909567, 0.017200692, 0.006874516, -0.01132393, 0.001058772, 0.04852348, -0.033788543, 0.024938073, -0.0027299812, -0.032511156, -0.012480221, 0.034077883, -0.058798816, 0.0674442, 1.9289368e-05, -0.011109069, 0.031605627, -0.062493265, 0.06113283, 0.019664438, 0.0072343163, 0.035487078, -0.01844385, 0.025594847, 0.011788483, -0.025978493, -0.012930306, 0.014605267, -0.034710146, 0.0027369468, 0.016251292, -0.011871534, 0.031655595, 0.02039154, 0.056961503, 0.010786507, -0.055681977, -0.06187165, 0.03987702, 0.008575195, -0.028222488, -0.030211436, 0.004145071, -0.04682816, -0.0109473355, 0.017158294, -0.017904954, -0.0073066517, -0.060049944, -0.00425277, 0.013354136, 0.038025774, -0.011517093, 0.051043153, 0.0019117907, -0.022715373, -0.017722642, 0.022475328, 0.02518334, 0.04075736, 0.029631885, 0.027780974, 0.014056591, 0.018527705, 0.0011723649, 0.004940757, -0.027806161, 0.03615256, 0.05562732, 0.0002207561, -0.0077772317, 0.0055703404, -0.009013761, -0.0048153764, -0.018637815, 0.004670639, -0.0015608313, 0.04164789, 0.017607441, -0.052312765, 0.0023040078, 0.0029185885], [-0.031818904, -0.09430841, -0.032103773, -0.052431367, -0.01440225, 0.018498268, 0.015126923, -0.01712345, 0.041442633, 0.018388195, -0.012825427, 0.023977928, -0.07767625, -0.030426433, 0.009943898, 0.06261012, -0.0061036367, -0.036343448, 0.036803357, 0.043011613, -0.041478913, -0.0051511554, -0.0036498385, 0.02992571, -0.016251685, 0.055967458, 0.004472572, -0.004015607, 0.02047077, -0.029152373, -0.0055565774, -0.05071187, 0.0062550795, 0.0038518445, 0.015818255, 0.034499895, 0.013639335, 0.009688815, -0.03538343, -0.05380619, -0.060476314, 0.0064308546, -0.024156032, 0.012579463, -0.011522683, 0.053651255, 0.0338638, 0.023138035, -0.030827014, -0.036437586, 0.0074872193, -0.003779279, -0.02441994, 0.022041954, -0.027179135, 0.045733787, 0.042990036, 0.014344271, 0.025583189, -0.01171047, -0.015997706, -0.020712981, -0.047712665, 0.0036361096, 0.03888973, 0.029737063, -0.0053561036, 0.0024392728, -0.00096921256, -0.026851121, -0.028259281, 0.021807589, 0.0053992504, -0.021133173, 0.045829892, -0.005083248, -0.0717357, 0.033101544, -0.004895216, -0.040981743, -0.009127538, 0.00908243, 0.00653578, -0.047443178, -0.05039954, 0.019057706, -0.030186184, 0.01565253, 0.03902248, -0.00023166962, -0.046916407, 0.0063034976, 0.025558675, -0.020452628, -0.0035102237, 0.022108883, 0.0047421176, 0.050178904, 0.045935795, 0.016418144, 0.035829607, -0.063518174, -0.021927468, -0.014100222, 0.010927451, 0.01875917, 0.02622549, -0.037826132, -0.0050903573, -0.00057905144, -0.004371569, -0.0077983183, -0.016581263, -0.056793135, -0.011213791, -0.0038739082, 0.05773256, -0.028859416, -0.04327515, -0.021149844, -0.0047638137, 0.027941562, 0.011975726, 0.016494142, -0.024245145, -0.007171952, 0.037702575, 0.0031301142, -0.057837486, -0.009444889, 0.036396403, 0.01273374, 0.03290836, -0.040489964, -0.06830209, 0.015626054, -0.0012576351, 0.05369832, -0.03999819, 0.04633196, -0.028653488, 0.0044894875, 0.023054192, 0.0022701172, 0.02491711, -0.028999938, 0.0049852943, -0.041946173, -0.01685942, -0.0046914937, 0.004304397, 0.019358264, 0.01058105, 0.0029840027, -0.0039577507, -0.062243376, 0.02232339, 0.023226168, -0.03523045, 0.03696957, -0.012211564, -0.005497067, 0.023175787, 0.014116647, -0.027482636, -0.02265018, 0.013752351, -0.012861709, -0.0073516495, 0.02870546, 0.053268816, 0.0020063326, 0.025106613, 0.032782845, -0.03342073, -0.025746463, 0.0059042657, -0.015974171, 0.027865564, 0.03625029, -0.0023171864, 0.03230628, -0.016154114, -0.014090171, -0.020828692, 0.03139013, -0.027643457, -0.02965273, -0.0027388497, 0.028604457, 0.059754584, -0.019983405, 0.028088653, -0.010779379, -0.018479636, 0.034214538, -0.011699683, 0.0070559946, 0.026430683, 0.04991512, 0.026811898, -0.00836266, 0.028192108, -0.025137993, -0.020639434, -0.054569103, 0.032081217, -0.015158793, 0.041701514, -0.037600104, 0.014059527, 0.04129799, 0.025291948, 0.059829112, 0.038547862, 0.029975353, 0.032135643, -0.06724646, 0.019926284, 0.04914289, -0.026978847, 0.024874697, 0.014160775, -0.02443097, -0.02840245, 0.0018739499, -0.006815254, 0.021409705, 0.0142272115, -0.011864427, 0.0594984, 0.0006628938, -0.038361546, -0.061031338, -0.008335939, 0.006280269, -0.038489025, 0.03253671, -0.05635382, 0.040493507, -0.011577107, -0.0036721474, 0.03128251, -0.048140213, -0.021744065, 0.006675456, -0.06498713, -4.5537177e-05, -0.018410012, 0.012502805, 0.051358093, -0.008029252, -0.019378858, -0.0038449804, -0.027329661, 0.008558293, -0.006048416, -0.0013507933, 0.0039704987, 0.03743928, 0.016204124, -0.047922514, -0.006522542, -0.04453989, 0.056891195, 0.00022701171, 0.02035947, -0.026507294, 0.024839887, -0.027241405, -0.021631936, -0.10719268, 0.035360873, 0.04020902, -0.034003217, 0.034064014, 0.005494615, 0.026974924, 0.052804, 0.036535647, -0.07778608, -0.026873676, -0.00448532, 0.00909861, 0.00688831, -0.009372078, 0.004010704, -0.063480906, -0.008282986, -0.05510844, -0.016341902, 0.0050116023, 0.010828409, 0.049111385, 0.044555582, -0.020933434, 0.05107028, 0.0013159049, -0.060235083, -0.04068756, 0.035682574, -0.004408832, -0.012525359, -0.009458739, -0.018512486, -0.030799067, -0.06351425, 0.04399026, 0.031100115, -0.010573206, -0.023421431, -0.017219795, -0.053894445, 0.018942485, 0.019931922, -0.04387651, 0.03213932, 0.100422524, -0.007081, -0.014264475, -0.03197776, -0.031613953, 0.019535754, -0.060599625, 0.014915601, 0.06339461, 0.0452023, 0.006333283, -0.044657078, -0.002020919, 0.03484311, 0.025812777, -0.022138301, 0.010534594, 0.0215617, 0.011442764, 0.014360574, -0.010121878, 0.03032445, 0.033622738, 0.01766965, -0.080614164, -0.013736905, -0.027162956, 0.026217647, -0.06488514, -0.025076214, -0.05370813, 0.0062179393, 0.009737968, 0.028233785, -0.036366984, 0.027463024, 0.02950515, -0.03454108, -0.012955112, -0.0023880356, -0.0023304247, -0.002088704, -0.002285807, 0.012391015, -0.024126492, -0.04256249, 0.05653229, 0.03287723, -0.024863422, 0.06434189, 0.006738767, 0.04491988, -0.026243633, 0.04706399, 0.031999826, -0.008006086, 0.002440376, 0.003607672, 0.04513169, -0.03624931, -0.01162344, 0.043456808, 0.009414857, 0.022419091, -0.0068701073, 0.042333513, 0.014687609, 0.031542372, 0.032268025, 0.03620322, 0.05006601, -0.020812511, 0.040676773, 0.009589407, -0.023138035, 0.037926156, 0.02456078, 0.002958507, -0.0037625628, 0.036098048, 0.033741884, 0.013638354, 0.010590489, -0.011500619, 0.01725289, -0.006195998, -0.0030626357, -0.009057179, -0.034613647, -0.042385977, 0.014699376, -0.0013821728, 0.009933601, 0.027783684, -0.0030016538, -0.0064313444, 0.010372916, 0.027232826, -0.03237589, -0.032001294, 0.03019245, 0.03717893, -0.009584012, 0.023633735, 0.03589629, -0.0603709, 0.011904632, 0.051844966, -0.0017310255, -0.0055724513, -0.022863954, -0.04055922, 0.029630177, 0.010858809, 0.025941113, -0.00671131, 0.09058895, 0.027671894, -0.013300043, 0.0028766259, 0.0128014, -0.0606136, -0.03932549, -0.013686404, -0.036196355, 0.012542888, 0.030310722, -0.020379081, 0.022180466, -0.03474407, 0.032954454, 0.027932737, -0.011515819, 0.009368278, -0.022503579, -0.025941113, -0.049030606, -0.03484311, 0.03996583, 0.050077412, -0.055610515, -0.02340427, -0.03996093, -0.038035985, -0.028412746, 0.018561028, -0.0031211046, 0.011895316, 0.032783825, 0.046526127, -0.050070055, 0.0087229125, 0.016970413, -0.02133665, -0.0478783, 0.00031967956, -0.041235723, -0.018039586, 0.0020396733, 0.045265056, 0.012600866, 0.004456392, 0.014098261, 0.037893794, 0.012482212, 0.04233719, 0.028061686, 0.027030574, 0.021341063, -0.034239054, -0.012313654, -0.0074913865, -0.008722851, 0.03234255, 0.008642135, 0.018382065, 0.043754913, -0.058617074, -0.002362785, 0.0072124023, 0.07347531, -0.034594037, -0.009701932, 0.06378686, 0.029364431, -0.08333046, 0.03328786, 0.011733515, -0.07267513, 0.023175297, 0.042974345, -0.021927468, -0.004094056, -0.02537383, -0.052122477, -0.010624933, -0.043987323, 0.03274068, 0.04455117, -0.017923567, -0.052574538, -0.03802912, -0.015495633, -0.018638495, -0.011734985, -0.031002054, 0.033007406, 0.01642268, -0.037609786, 0.045523938, -0.04443031, 0.009333343, -0.010181742, -0.011445705, -0.068662465, -0.043756876, -0.019551935, 0.0009411425, -0.012840136, 0.046543773, 0.023054192, 0.005069152, -0.022745298, -0.043165565, 0.0068378085, 0.005209502, 0.0016531894, -0.030207757, -0.014274158, -0.017078832, 0.019088106, 0.0073593715, -0.021413626, -0.0075781704, -0.0065936362, -0.07362436, -0.054314144, 0.032796573, -0.0035684477, -0.014591018, 0.028702518, 0.054506343, 0.0148640275, -0.01870383, -0.014815946, 0.026594201, 0.012986247, 0.017955009, 0.031192537, -0.018396284, -0.07532891, -0.065716706, 0.044689436, -0.035067674, -0.034752402, -0.03307409, -0.04725766, -0.018673552, -0.019594101, 0.022835024, -0.018766956, 0.011266253, -0.009151808, 0.0047902903, -0.0017687791, 0.022655755, -0.015802564, 0.021470504, 0.048373625, -0.0033073595, -0.016286988, 0.034584228, -0.026056826, 0.025560513, -0.017374732, 0.05318056, 0.0063725077, -0.050929073, -0.010016953, -0.055440504, -0.027109023, 0.0011154463, -0.03756529, -0.0098948665, -0.056151815, 0.007874453, -0.023428785, 0.016576758, -0.02588816, -0.017738294, 0.04096115, 0.010836745, 0.001140452, -0.016261246, -0.00021548952, -0.01696361, -0.0069020386, -0.004868984, 0.00070898264, -0.03043244, 0.025080873, -0.03671657, 0.013030374, 0.015640764, -0.0006039345, -0.017487258, 0.01846934, -0.030665703, 0.0043786783, -0.00073840097, 0.06587949, 0.010431753, 0.00325171, 0.02317971, 0.0010971212, 0.059581995, -0.014621968, -0.051266402, 0.08647038, -0.0023446437, -0.0076100403, -0.026395781, -0.004238206, 0.027415955, 0.036818065, -0.0049413047, 0.01090833, 0.029015332, -0.030540183, 0.014215321, 0.0098622, -0.03378356, 0.013340248, 0.055384975, -0.007471621, 0.004900119, -0.04715175, 0.037288267, -0.0158261, 0.0014242165, -0.0125871375, -0.029759372, -0.03547953, 0.03275735, -0.056047868, 0.033905648, 0.033615384, 0.008751963, -0.0036706766, 0.020922342, -0.00502956, -0.026592242, -0.006316981, 0.044494294, 0.01187129, 0.02191901, -0.027319854, 0.017726036, -0.012443968, -0.015737845, -0.012681276, 0.0038557672, 0.04581812, -0.039946217, -0.0033184527, 0.012760706, -0.0062874397, 0.040777776, 0.010052745, -0.0015406642, 0.030934146, -0.050548594, -0.063123964, -0.019765219, 0.018198201, -0.009090657, -0.001667531, -0.02061541, -0.0047110138, 0.03136684, 0.010342761, 0.05369048, 0.019273747, 0.038996004, 0.054041047, 0.012948815, 0.008469547, -0.005624546, -0.030959396, 0.041498035, -0.015108291, -0.016446827, -0.096174516, 0.0013842566, 0.014067861, -0.0023233765, 0.041934896, 0.028488744, 0.0016444866, 0.029153598, -0.022825586, 0.026414076, 0.011434918, 0.016991066, 0.0011643544, -0.06388885, -0.012188518, 0.030230312, -0.038949914, -0.032993678, -0.03544913, -0.010593553, 0.0028995322, -0.006345051, -0.03370364, 0.0029364433, 0.010382722, 0.028414708, -0.004451979, -0.031310946, -0.04281941, 0.013371627, -0.019709324, 0.01989662, -0.0117418505, 0.013052193, -0.015743729, 0.009509426, -0.05475542, -0.038413763, -0.022597715, 0.022388358, -0.010229746, 0.0164331, 0.06470201, 0.026277464, 0.009680604, -0.019610036, -0.07717418, 0.060703814, -0.027466396, 0.030954003, 0.018379614, 0.0052859285, -0.08096915, -0.016532876, 0.008929454, 0.0037890852, 0.0053396784, -0.020854678, 0.02621789, -0.0026868773, 0.0036243426, 0.0074327947, -0.0051987157, -0.012026717, -0.044107933, 0.01356726, 0.0006913316, -0.06790531, -0.03540206, 0.0010401843, -0.04301774, -0.05547323, -0.010744844, 0.006587752, -0.02324296, -0.051164422, 0.06444289, -0.024627093, -0.01846787, 0.02931442, -0.047071345, 0.015607914, -0.027442737, -0.056151815, 0.014611121, -0.034560695, 0.04798356, 0.02431722, 0.032644577, -0.03068924, -0.016996952, 0.013706506, 0.002133812, 0.013210071, 0.025746953, 0.022483967, -0.0064033973, -0.005643913, 0.024716329, -0.04229558, -0.07123951, -0.023591567, 0.022501128, -0.026941337, -0.01758826, 0.025364514, -0.0065617664, -0.0048795263, 0.013763382, 0.030806912, -0.0066588465, 0.0017597085, 0.022399142, 0.0059748697, -0.006978036, -0.021683296, 0.018338183, 0.00089333765, 0.0025956805, -0.03940786, 0.0051604714, 0.03330159, -0.0020500922, 0.004980529, 0.059634946, 0.0018612018, -0.0073400657, -0.013053908, -0.0042264382, 0.037988916, -0.0972375, -0.021010932, 0.05055252, 0.008263619, 0.016904773, 0.009677662, -0.03548247, -0.0009796316, -0.028716246, 0.011110336, -0.057322666, -0.037946258, -0.020285923, -0.02503797, 0.017072458, 0.0051207566, 0.0132597145, -0.006046945, 0.05867199, 0.03005184, 0.014332137, 0.013011007, -0.028220363, 0.04489733, 0.002913889, 0.013008924, 0.042584065, -0.010498188, -0.012269665, 0.03317705, -0.025274787, 0.012548158, 0.037278954, -0.011628589, 0.025369419, 0.041597567, -0.0697529, -0.024727605, -0.034449887, 0.00647204, 0.00865096, -0.028490704, 0.021955905, 0.028059727, 0.00024123059, -0.016039629, -0.019102324, -0.031441122, -0.002223538, 0.016412964, 0.0041550375, -0.032895617, -0.03686409, 0.016386028, 0.039259788, -0.019192541, -0.06279252, 0.06886281, 0.008012827, 0.05568357, 0.05254904, -0.040389452, 0.045679852, 0.030770628, -0.014944529, 4.22889e-06, -0.0028355587, -0.03522261, -0.06749456, 0.012933723, -0.0062249256, 0.0542455, 0.069815665, 0.018679773, 0.024297487, -0.06677969, -0.01136364, -0.018336467, -0.023341512, -0.03745583, -0.013110294, 0.0038018334, 0.0140070645, 0.014533652, 0.0055776304, -0.056816667, 0.0777194, 0.0064871167, 0.0049665556, 0.0025187023, -0.009509977, -0.010571979, 0.01549024, -0.0113182245, 0.04579165, 0.025265472, 0.0311717, -0.019749528, -0.0020851186, -0.058744553, -0.0053541423, -0.027501145, 0.0064499765, -0.018332176, 0.013307949, 0.0036878372, 0.0103341965, -0.0024211314, 0.06794858, -0.022071619, 0.030270515, -0.006756418, -0.033836756, -0.00897015, 0.041814283, -0.05044661, 0.027941562, -0.016773371, -0.010834232, 0.036416013, -0.043488186, 0.06977889, 0.029808648, 0.004354163, 0.02481243, -0.021864219, 0.009300616, 0.05094133, -0.03358008, -0.0030773447, 0.002571165, -0.014580722, 0.010775456, -0.009061102, -0.011210603, 0.02832449, 0.0023622946, 0.05128197, -0.024228966, -0.050693728, -0.040365428, 0.057509962, -0.020659538, -0.017945202, -0.00018815495, -0.009095913, -0.030459775, -0.021022364, -0.011920321, 0.001461112, -0.02313546, -0.054449473, -0.030802988, -0.0012630285, 0.027076662, 0.0032173884, 0.050445266, 0.0046834038, -0.04446292, -0.008259696, 0.007489425, 0.0043649497, 0.046922293, 0.021193603, 0.027631689, 0.026711876, 0.02088753, -0.0013603542, 0.01248638, -0.03420179, 0.014680254, 0.043213613, 0.018231511, -0.005240269, 0.01587513, 0.006169031, -0.0018435508, -0.0054768417, -0.0014237262, -0.011934049, 0.03927548, 0.025336321, -0.047606755, -0.004046251, -0.0057022595], [-0.01860901, -0.10150281, -0.020243023, -0.04379841, -0.0014951614, 0.049643133, 0.015343893, -0.0292069, 0.04150602, 0.059049148, 0.014091185, 0.031000683, -0.07439304, -0.011171137, -0.040656302, 0.023572067, -0.033692554, -0.040873658, 0.015269849, 0.036712844, -0.026936904, -0.013490769, -0.031227594, 0.0037583462, 0.00066520454, 0.068407394, 0.00788572, 0.015563937, 0.014626738, 0.013123757, -0.022550078, -0.044826668, 0.0032472014, 0.007288588, 0.016897088, -0.0057312693, 0.029273778, 0.0063908007, -0.018173102, -0.042398732, -0.05486624, -0.014035578, -0.03423236, 0.03196266, 0.00837895, 0.04278806, 0.01206788, 0.026167203, -0.027210092, -0.04392679, 0.023459211, -0.0062495787, -0.043464012, 0.001992628, -0.022639647, 0.029569956, 0.03135299, 0.03523793, 0.02662938, -0.011058279, 0.015580507, 0.03179009, -0.060250573, -0.0015673959, 0.0049000615, 0.040378038, 0.006050361, -0.020944988, 0.011641677, -0.02194578, -0.018532576, 0.025652772, -0.0164665, -0.023587294, 0.05671317, 0.025151182, -0.071759686, 0.03597061, -0.024004688, -0.042969592, -0.021008281, 0.013914361, 0.030041987, -0.050382975, -0.059111245, -0.0092494935, 0.020378308, 0.024038726, 0.028099818, 0.032020584, -0.05362749, 0.01168676, 0.021798586, 0.017417582, -0.029214961, 0.015520643, -0.022575157, 0.034946527, 0.010086746, 0.033144385, 0.044405688, -0.052946463, -0.04079543, -0.012432876, -0.019650405, -0.012252114, 0.023988567, -0.043209035, -0.0268339, -0.008671992, 0.008579885, 0.00565603, -0.026039714, -0.046604924, 0.015603646, -0.01607956, 0.028651569, -0.014698394, -0.03809222, -0.050002605, -0.0102013955, 0.016442018, 0.008267884, 0.008654228, -0.011111424, -0.009248971, -0.00604954, 0.0103671, -0.06653957, 0.0071357223, 0.043588217, 0.016968371, 0.06990739, -0.026996095, -0.027054837, -0.01860901, -0.019123139, 0.06037, -0.023180647, 0.03143631, -0.029568164, -0.005340745, 0.02426265, 0.0074510076, 0.022471255, -0.012604253, 0.016309455, -0.06253879, -0.02201027, 0.00023288133, 0.0144876065, 0.010197814, 0.020199766, 0.03583536, 0.015709935, -0.03732371, 0.0035135222, 0.007830783, -0.035703693, 0.029618323, -0.019969275, -0.010045843, 0.006822826, 0.047940113, -0.017569402, -0.045595326, -0.0046432954, 0.015843095, -0.020851836, 0.01750133, 0.05656508, -0.012168944, 0.020993952, 0.04584896, -0.044812337, -0.023567589, 0.010709555, -0.022078343, 0.05406668, 0.033055414, 0.0055425754, -0.0038971794, 0.0042730733, 0.005694956, -0.02578653, 0.018594677, -0.01603358, -0.06024938, -0.00884949, 0.006828498, 0.01068985, -0.018179372, 0.014679883, -0.030657033, -0.0072778394, 0.036278132, -0.052149888, 0.013544735, 0.052704323, 0.028275376, 0.027382664, 0.016873745, 0.010834355, -0.016671242, -0.00665951, -0.048826255, 0.048059538, -0.012198204, 0.04977211, -0.036299627, 0.0013453375, 0.030185597, 0.02892983, 0.052600127, 0.024060821, 0.04089336, 0.025307631, -0.03650743, 0.045002222, 0.074732214, -0.059020486, 0.0028124899, 0.03929066, -0.0168203, -0.017744362, 0.00020839891, -0.015133702, 0.013415158, 0.021225639, 0.022439308, 0.06419881, 0.003277058, -0.02087751, -0.046780184, -0.0049257386, -0.020737184, -0.060998186, 0.049870044, -0.043599635, 0.049609687, -0.02572204, 0.038542453, 0.015807267, -0.00022362577, -0.00423008, -0.003409024, -0.040797222, 0.032550834, -0.013791351, 6.449021e-05, 0.064516485, -0.022287337, -0.034009032, 0.0016278552, -0.0050290423, -0.007332291, 0.028467352, 0.0009267482, 0.014061254, 0.038437955, 0.0035833865, -0.046595372, 0.0076761264, -0.061726686, 0.06642491, 0.027623307, 0.018196391, -0.008232653, 0.03755002, -0.016793728, -0.032936882, -0.039928325, 0.03479605, 0.013734026, -0.020355022, 0.009544551, -0.008271467, 0.025892818, 0.05181848, 0.0318713, -0.052422777, -0.0087061785, 0.038316738, 0.0037320724, 0.019202558, 0.0032782522, -0.021231608, -0.058394693, 0.001578816, -0.053168, -0.017376529, 0.004445346, 0.030617923, 0.04814672, 0.0421766, -0.049170204, 0.06326728, -0.026832705, -0.08457294, 0.014309661, 0.023153178, 0.02393781, 0.0021353425, 0.02068822, -0.018212514, -0.03251262, -0.06121315, 0.030407134, 0.0043674204, 0.025616944, -0.020724049, -0.009957766, -0.04245964, 0.010440547, -0.015602068, -0.016612798, 0.027531348, 0.08782372, -0.033195738, -0.007848697, -0.04388917, -0.037480757, 0.01714723, -0.07706341, 0.017524915, 0.060931306, 0.004038998, 0.0066663767, -0.044651113, -0.05017458, 0.04137047, 0.028031746, -0.014223674, 0.0065308283, 0.03910973, 0.019859402, -0.019442603, 0.0076265647, 0.031163102, 0.056874394, 0.01361042, -0.05408101, -0.021713495, -0.013987807, 0.026841661, -0.04490429, -0.01108754, -0.0644711, 0.02415875, -0.0059874384, 0.023183037, -0.008962945, 0.0177157, 0.037175022, -0.010671935, -0.0056345337, -0.00092435966, -0.018761875, 0.013012691, 0.0018893243, -0.028381664, -0.004792578, -0.034968026, 0.04434777, 0.018663945, -0.028167741, 0.06826886, 0.008701928, 0.048021324, -0.037093814, 0.03977374, 0.018652001, -0.027268013, 0.019415136, 0.00012666653, 0.039593406, -0.0364716, -0.002295971, 0.026664164, 0.0036400394, 0.00048487083, -0.022212101, 0.043865282, 0.013230046, 0.01583354, 0.008914876, 0.038113713, 0.020926477, -0.01273189, 0.03823075, -0.0057747103, 0.012704572, 0.0258343, 0.016606228, 0.025693377, -0.005407026, 0.052862864, 0.01773839, 0.017147828, -0.018045317, -0.022244345, 0.003121804, 0.010170942, -0.024121204, -0.04088381, -0.047315214, -0.022703242, 0.0007356661, -0.0147548225, 0.0001964563, 0.017149618, -0.0076576155, -0.008449897, 0.026243933, 0.0025246723, -0.041913863, -0.018388666, 0.046098556, -0.009848491, 0.027525377, 0.033570737, 0.05615306, -0.06920994, 0.055800192, -0.005436286, -0.0013327976, -0.024269218, -0.02319259, -0.06794671, 0.03959908, 0.01897326, 0.02355087, -0.024336098, 0.08439619, 0.056770496, 0.0031098612, -0.022896115, -0.051998217, -0.038973585, -0.016299602, -0.027948147, -0.04251099, -0.014866486, 0.008376561, -0.015155797, -0.00069207547, -0.018732017, -0.0024804845, 0.041128032, -0.01021095, -0.0016898823, -0.022545896, -0.0017237696, -0.02565576, -0.032307204, 0.039502643, 0.0575711, -0.04232409, -0.0134014245, -0.0581639, -0.017851846, 0.005183699, 0.036663283, -0.015184458, 0.01054833, 0.0020451755, 0.019472461, -0.03438194, 0.030767204, 0.016878521, 0.006362362, -0.03728161, -0.010917954, -0.058168977, -0.03626738, -0.0060028145, 0.04048791, 0.0063487026, 0.010464134, 0.0075635673, 0.023513269, 0.022217773, 0.01871291, 0.02380465, 0.035105065, 0.007883182, -0.027003184, -0.030028554, 0.0008900246, -0.003980479, 0.023047786, 0.018248938, -0.00014689437, 0.072362795, -0.042243473, -0.0064460356, 0.02456241, 0.023182439, -0.03428491, 0.014463721, 0.05462082, 0.045423802, -0.04884596, 0.015803684, 0.005269686, -0.09043916, 0.03491309, 0.05084695, -0.014424907, 0.012004136, -0.013414262, -0.033334274, 0.0007087952, -0.046832137, 0.04907944, 0.03951339, -0.013280206, -0.014154406, -0.022600237, -0.046354726, -0.023161242, -0.0019260478, -0.025961041, 0.031206096, -0.016491879, -0.022724438, 0.03188444, -0.049131837, -0.0016576372, 0.0018057259, -0.031258643, -0.05519884, -0.02792665, 0.00064520066, -0.012491396, -0.044646632, 0.047603328, 0.018414492, -0.013791351, 0.0039041955, -0.019084325, -0.0005349179, 0.024445374, 0.021757087, -0.021611385, -0.028267013, -0.027256368, 0.013915554, 0.009346602, -0.0018714103, 0.012558872, 0.0077089686, -0.071856424, -0.05192179, 0.07432138, -0.0021589291, -0.022158956, 0.03569712, 0.034161, 0.00332453, -0.0409689, -0.008085231, 0.017452365, 0.034922644, 0.027267417, 0.05372751, 0.0016534573, -0.07234608, -0.08866209, 0.023194084, -0.021140248, -0.022464985, -0.048893135, -0.0174034, 0.010276634, -0.023171093, 0.028838918, -0.041388385, -0.017972616, 0.009974486, 0.00025736372, -0.003063285, -0.0018188627, -0.034074716, 0.034357905, 0.018682456, -0.00052446814, -0.008939059, 0.02606091, 0.0015743375, 0.033693746, -0.052188404, 0.035707273, 0.028889226, -0.04146004, -0.023544302, -0.032688178, 0.012748759, -0.009557091, -0.039783295, -0.024007078, -0.058944203, -0.020509081, -0.0064902236, -0.00586622, -0.012670597, -0.020936629, 0.0058136727, 0.017923502, 0.040996663, -0.00024721248, 0.009279425, -0.015778605, -0.0050708414, 0.0010616999, 0.0033642394, -0.0015501536, 0.009035646, -0.016723266, 0.0071249735, 0.017409371, 0.0069250097, 0.002746805, 0.020997535, -0.03616587, 0.016915543, 0.013587206, 0.06291976, -0.014062448, 0.002286193, 0.03163185, 0.0056751384, 0.06680708, -0.00537299, -0.02965833, 0.1029431, -0.014564635, -0.045140762, -0.0101654185, -0.0103076855, 0.013745969, 0.03300227, 0.0044071297, -0.017548205, 0.04165948, 0.025225526, 0.014272116, -0.017710922, -0.029864939, 0.0035224792, 0.05232903, 0.001538211, 0.038524542, -0.047531676, 0.017587166, -0.013213328, -0.011114708, 0.00034902344, -0.034583323, -0.025036534, -0.00085628673, -0.039110925, 0.0331932, 0.033862136, 0.018957734, -0.0065278425, 0.0350567, -0.02897372, -0.022020422, -0.02310496, 0.041603353, 0.0015752331, 0.036111534, -0.031665888, -0.0005648865, -0.018453754, -0.044087417, -0.016587121, 0.017553281, 0.04339952, -0.026736565, -0.023811517, -0.0009972097, -0.0012172527, 0.055241834, 0.043908276, 0.009906412, 0.040411532, -0.03598703, -0.057081, 0.002522881, 0.010772254, 0.002520567, -0.01829417, 0.0008437469, -0.019028792, 0.037109338, 0.018162355, 0.040463053, 0.04017203, 0.032309595, 0.038278524, 0.013198997, 0.018853832, -0.0052249013, -0.025856992, 0.005080582, -0.021840684, -0.035288088, -0.059015706, 0.005576015, 0.01320258, -0.009076401, 0.050741855, 0.043903504, 0.016350657, 0.0153235905, -0.039810166, 0.0007998578, -0.015136987, -0.0077358396, 0.0029593841, -0.05675258, -0.016498744, 0.032933, 0.012984775, -0.0328709, -0.040466562, -0.021035751, 0.020183047, -0.019031778, -0.034982357, 0.0069995765, 0.026949145, 0.038201492, 0.009604265, -0.018820617, -0.04899554, 0.019213306, 0.016865682, 0.0042533684, -0.050310723, 0.021259079, -0.015168933, 0.0015119371, -0.057717543, -0.019798793, -0.019831039, 0.015248352, -0.001674357, 0.020607695, 0.05561922, 0.03158139, -0.0013447403, -0.012077583, -0.033073924, 0.020373533, -0.051735777, 0.0034893383, 0.0061205984, 0.014952174, -0.08276721, 0.01898759, 9.0764e-05, -0.019010281, 0.030511035, -0.025706962, 0.026240947, 0.009369591, 0.012872963, -0.007810481, 0.0055395896, -0.009445427, -0.03129686, 0.009593114, -0.018463308, -0.06818526, -0.029958092, -0.023666264, -0.050043207, -0.05228753, -0.011653023, 0.028088175, -0.028271792, -0.05640505, 0.08173537, -0.042230338, 0.007857281, 0.021673637, -0.06777682, 0.008247581, -0.0088543305, -0.02541989, 0.022148207, -0.049688514, 0.05483101, -0.0063457177, 0.053952035, -0.028812196, -0.012884905, -0.025454523, 0.008074413, 0.013709786, 0.0074754898, 0.0013417546, 0.0072420114, 0.0154657075, 0.021017538, -0.047856513, -0.09184361, -0.009957766, -0.0058686095, 0.011335349, 0.030780341, 0.03412249, -0.012552303, 0.0037714832, 0.014153092, -0.00061683694, 0.014579565, 0.039539665, 0.027606586, -0.0032006253, 0.01042114, -0.05118612, -0.008986233, 0.0017943804, -0.006241816, 0.008837547, -0.012274936, 0.04275649, 0.02172066, 0.018819198, 0.05791833, 0.00078463095, -0.006403938, -0.03484203, 0.0025722936, 0.04863995, -0.058374986, -0.02736057, 0.07928474, 0.0031568853, 0.022864616, -0.0012695018, 0.0027491937, 0.0019635179, -0.055006567, -0.015422714, -0.05671317, -0.047487486, -0.015697394, 0.009293905, 0.011550913, 0.021543313, 0.0045352145, -0.0051454827, 0.045845374, 0.03067644, 0.032482762, 0.039277524, -0.017384889, 0.04936151, -0.0042420225, -0.009828785, 0.024069179, 0.014229197, -0.013097485, 0.00945513, -0.00069267256, 0.010066444, 0.019496346, -0.018474653, -0.004956192, 0.03612049, -0.07533889, 0.0070569008, -0.0220246, 0.005582359, 0.001466555, -0.01655607, 0.032911506, 0.0029117628, 0.018491074, -0.032245107, -0.0327037, -0.025212687, 0.00011427605, 0.0150035275, -0.0018021432, -0.0037356552, -0.0002085482, 0.0013396646, 0.0062459963, -0.015517062, -0.032236744, 0.06409849, -0.0032279626, 0.03236513, 0.021074826, -0.04226169, 0.07127601, 0.036660593, -0.0071560247, -0.013611614, -0.0177157, -0.028995104, -0.0748803, 0.068240196, -0.01776586, 0.03198356, 0.06267791, 0.019338107, 0.005795013, -0.07795553, -0.022570381, -0.006625772, -0.0440492, -0.06163831, -0.018387472, 0.014816029, 0.007822424, 0.03553172, 0.00065565045, -0.027036794, 0.036114518, 0.015595882, -0.0011130532, 0.0017734808, -0.014481635, -0.025056684, 0.00068132713, -0.023469659, 0.08711821, 0.032172255, 0.022630094, -0.06186761, 0.00566439, -0.035003256, 0.0103665395, -0.0085813785, 0.034428217, -0.0308723, 0.05690485, 0.0050308337, 0.007646867, 0.023147209, 0.040911276, -0.03005005, 0.032169268, -0.002899671, -0.016894046, 0.0095260395, 0.026068972, -0.025117146, 0.055807915, 0.022373924, -0.0110899275, 0.046523713, 0.009437067, 0.070344485, 0.01474079, 0.030294277, 0.021953542, 0.003375585, 0.010943033, 0.04124567, -0.019582931, 0.0082619125, -0.002405246, -0.004873788, 0.013429489, -0.0021680356, -0.036244694, 0.041479148, 0.016010292, 0.044937737, -0.027102608, -0.06085368, -0.037461646, 0.052431732, -0.0073005306, -0.003179427, -0.025763242, 0.009289501, -0.018341493, -0.0019155982, 0.022140445, 0.00085531635, -0.019193003, -0.06583973, 0.0062746587, -0.024723226, 0.029468443, -0.008952794, 0.028009053, -0.012828774, -0.046017047, -0.022136452, 0.021014255, 0.002106083, 0.06011443, 0.024874412, 0.046741072, 0.018580757, 0.02825149, -0.016109416, 0.0024930243, -0.0002687092, 0.03590761, 0.049578045, 0.0037864114, -0.0038512002, -0.0030382057, 0.022686223, -0.011546733, 0.0033104974, -0.011380731, -0.0064269276, 0.032511424, 0.021232283, -0.04564235, 0.00551451, 0.02135462], [-0.0396201, -0.0802494, -0.04616485, -0.020074245, -0.01834719, 0.010305358, 0.028805606, -0.04357365, 0.041823808, 0.020609792, -0.03695569, 0.019747805, -0.08893225, -0.021106536, -0.01790126, 0.039808538, -0.029348852, -0.0047783502, 0.042084962, 0.0285888, -0.010791016, -0.019447234, -0.005674522, 0.026506048, -0.020332934, 0.075220525, -0.027800107, -0.015800953, 0.01505938, -0.0015816968, -0.017983794, -0.066037074, 0.022615554, -0.01062102, 0.0047198376, 0.02568348, 0.004765416, 0.004232948, -0.02371806, -0.05436097, -0.047973208, -0.0007908484, -0.019471562, 0.03035385, 0.025243092, 0.007367547, 0.032984044, 0.021616522, -0.016467385, -0.021025235, 0.037684787, -0.0011936637, -0.0055975313, 0.010068227, -0.04466692, 0.033121705, 0.020978115, 0.015296203, 0.04330018, -0.011603113, 0.028330112, -0.0034969172, -0.037009735, 0.011932017, 0.0009825552, 0.009852961, 0.014185997, 0.006595331, 0.032835606, -0.028546916, -0.0011302234, 0.008901356, -0.025269732, -0.038702298, 0.069239885, 0.0015841605, -0.060648955, 0.016891757, -0.020020043, -0.038473174, -0.022202885, 0.017192021, 0.0035027685, -0.055679668, -0.052077737, -0.00751306, -0.012455862, -0.003959121, 0.039946467, 0.013818906, -0.055866912, 0.00033875904, 0.015516397, 0.006724983, 0.017779307, 0.0075980574, 0.010069767, 0.049487155, 0.035296228, 0.050003298, 0.036932126, -0.033555623, 0.001596479, -0.031398654, -0.04553907, 0.0013784413, 0.041946992, -0.03931576, -0.020406844, 0.008000873, 0.0030722367, 0.011700122, 0.015055068, -0.072142124, 0.05767034, -0.017052514, 0.027353253, -0.0144828735, -0.046924904, -0.019388104, -0.043040875, -0.01207984, 0.019463247, -0.0015324227, -0.009130172, -0.00085983204, -0.00056387985, 0.00038064198, -0.05072763, -0.0030051006, 0.06468696, 0.0041642725, 0.04043551, -0.0152860405, -0.05073748, 0.020739445, -0.015780013, 0.0623021, -0.017545871, 0.06261745, -0.041151218, 0.01138188, 0.0077976175, 0.015682695, 0.03644308, -0.0045452416, -0.0034430237, -0.044302292, -0.029338997, 0.010890796, 0.0060834964, -0.03684713, 0.02537105, 0.016303241, 0.034861386, -0.043341447, 0.016419651, 0.020892503, -0.022707943, 0.024803013, -0.006830614, 0.017951766, 0.03950793, 0.011814684, -0.027327385, -0.04447475, 0.016205002, 0.007112708, 0.014571566, 0.060370557, 0.076167814, 0.004195146, -0.0020103808, 0.035080656, -0.06567891, -0.019433683, 0.0075786556, -0.058212355, 0.008602093, 0.021979919, 0.019778602, 0.0038864901, 0.008736904, 0.0014166287, -0.024099935, -0.00024144282, -0.030710047, -0.004193837, -0.016934257, 0.024029102, 0.021822859, -0.057101224, 0.030376216, 0.007677512, -0.034619942, 0.016288767, -0.031865522, 0.0031818713, 0.022470888, 0.038271148, 0.021256823, 0.001497931, 0.025127914, -0.030516647, -0.023413947, -0.045355525, 0.034993194, -0.018923696, 0.047019757, -0.008120363, 0.034008328, 0.051193267, 0.041562654, 0.05068205, 0.024713397, 0.03811347, 0.029722102, -0.052575406, 0.041910652, 0.05774918, -0.050215177, 0.005567043, 0.042506255, -0.016461842, -0.017034654, -0.0024871074, -0.024023868, 0.021386167, 0.00854258, 0.015914593, 0.050986316, -0.010055601, -0.025945248, -0.038772512, 0.00010840289, 0.0064298008, -0.031023245, 0.02263896, -0.008517634, 0.031240975, -0.038800847, 0.022733811, 0.051272184, -0.015528714, -0.021101609, -0.00975832, -0.036216423, 0.014458621, -0.015693782, 0.02405066, 0.05176608, -0.015364571, -0.005899951, 0.001199823, -0.013385294, 0.002126175, -0.0018087039, 0.035342425, -0.019394264, 0.029151756, -0.008193041, -0.04690889, -0.007568185, -0.025543664, 0.06200892, 0.00039349942, 0.023739003, -0.01692317, 0.033574715, -0.006399466, -0.031853206, -0.060863297, 0.028093595, 0.0110651795, -0.011219083, 0.032700717, 0.028492715, 0.0065238834, 0.049793884, 0.012656038, -0.051264714, -0.02511652, -0.011190597, 0.04920506, 0.030192055, 0.006417944, -0.00019648025, -0.048810866, -0.0016054099, -0.053753052, -0.013185734, -0.013758545, 0.035212465, 0.03608338, 0.032696098, -0.021524133, 0.047455832, -0.01808111, -0.050478794, -0.021809923, 0.01659719, -0.004143947, -0.0306115, -0.0018847322, 0.010776233, -0.0117457, -0.064381465, 0.03854585, -0.00544432, 0.0036585978, -0.03860621, 0.0044540656, -0.051465508, 0.0026072129, 0.02870829, -0.013079795, 0.023467379, 0.067357615, -0.016108917, -0.018139623, -0.03434493, -0.029762138, -0.0011616356, -0.06520927, 0.026001913, 0.07295515, 0.035461295, -0.011731688, -0.045834716, -0.044118747, 0.048722174, 0.013028057, 0.007927578, 0.008272496, 0.031362545, 0.0044679237, -0.008613103, 0.022849606, 0.026016695, 0.039365035, 0.01597218, -0.05905987, -0.031067284, -0.011126695, 0.029901953, -0.06486435, -0.03288057, -0.052570477, -0.0091699, 0.011342423, 0.016615208, -0.015032278, 0.0068503236, 0.020403149, 0.008884726, -0.0051421314, 0.03323288, -0.01147962, -0.01774728, -0.0058882483, -0.011837011, 0.003085787, -0.054214075, 0.033441063, 0.0009325113, -0.025161175, 0.07123795, -0.00053215964, 0.048475802, -0.020902088, 0.051432244, 0.014432367, -0.034942687, -0.0012934436, 0.001794807, -0.0038270534, -0.04249178, 0.0026244586, 0.046480052, -0.015809577, 0.019410277, -0.016705133, 0.04010599, 0.022804027, 0.033770274, 0.045307484, 0.021420505, 0.033142954, -0.0087673925, 0.040637534, 0.0043194857, -0.0013119214, 0.07169373, 0.02394472, 0.011372449, -0.016046092, 0.008429557, 0.040621523, 0.027449645, -0.010996735, -0.0139396265, 0.010868622, -0.008344559, -0.02097473, 0.0024464563, -0.06033853, -0.04768742, 0.019869603, -0.0052091903, 0.033256285, 0.029651271, -0.0061101355, -0.013206676, 0.03928373, 0.028158884, -0.013690793, -0.040452756, 0.03943956, 0.026041333, 0.009123012, 0.02818506, 0.034829356, -0.045095604, 0.042060323, 0.024765134, 0.007595902, -0.025664385, -0.012149131, -0.04165997, 0.059534322, 0.010790399, 0.015711028, -0.026476175, 0.0643519, 0.050158087, -0.048022483, 0.0033118317, -0.0020226995, -0.042218, -0.04416925, -0.03774392, -0.010125816, -0.0231588, -0.0009805535, -0.034134593, 0.017391274, -0.04861377, 0.022972964, 0.024552023, -0.062316883, 0.0010695547, -0.022822505, -0.026267992, -0.049904753, -0.014594971, 0.03803956, 0.07930165, -0.047850024, -0.037311845, -0.053530704, -0.06121807, -0.00025653298, 0.009773507, -0.004477163, 0.0068697254, 0.0044459817, 0.040136173, -0.054245792, 0.013097426, 0.0144160455, 0.010694854, -0.04442055, -0.01788155, -0.034273792, -0.0138064325, -0.013432104, 0.029369794, 0.027901428, -0.0025948943, 0.039741978, 0.024157831, 0.0057182526, 0.019755812, 0.043018702, 0.043273695, 0.030256726, -0.02020359, -0.0075765, 0.040663403, 0.0030045426, 0.028450832, 0.054019134, 0.023150794, 0.048909415, -0.01584407, -0.014415122, 0.0029441242, 0.026610447, -0.041907575, -0.008998056, 0.06554926, 0.012047811, -0.05227976, 0.027127825, 0.026455233, -0.06331961, 0.024701077, 0.058576982, -0.024458095, -0.000802551, -0.03499196, -0.054280285, -0.004292231, -0.048297185, 0.050195467, 0.03189016, -0.013671083, -0.035919853, -0.018209223, -0.030721134, -0.004184598, -0.019530999, -0.016593033, 0.069924794, 0.01809466, -0.032198124, 0.030255495, -0.048424065, 0.018433342, 0.0013536504, 2.8332575e-05, -0.0545168, -0.053454947, -0.018054625, 0.01026132, 0.0070289425, 0.0487813, 0.01951868, 0.00033875904, -0.011277751, -0.03602918, -0.0063729817, 0.011904608, -0.0012569501, -0.0039246776, -0.009869283, -0.016726075, 0.03174357, 0.003027274, -0.051245004, 0.004814074, -0.020860475, -0.050707918, -0.052022304, 0.048401892, 0.00081101997, -0.0020698179, 0.034642115, 0.052183677, 0.03589383, -0.040686503, -0.0028221707, 0.010153533, 0.01441235, 0.025892893, 0.019883309, -0.015130211, -0.071073495, -0.06641648, 0.036459096, -0.051796876, -0.027262095, -0.027741902, -0.04038008, -0.00971253, 0.0032841149, -0.015145609, -0.05340321, 0.023955807, -0.029881012, 0.0050518215, -0.014701835, -0.0022161, -0.018448664, 0.0077310973, 0.015968254, 0.009656327, 0.015711645, 0.011279444, -0.00046379192, 0.04488619, -0.012753932, 0.06964886, -1.4782213e-05, -0.0065657664, -0.012346535, -0.048935283, 0.011337264, -0.026447227, -0.008111123, 0.012513143, -0.07491379, -0.018023213, -0.009081206, 0.0021822243, -0.026213253, -0.022331612, 0.035580788, 0.013217762, 0.008627269, 0.028533598, -0.0102834925, -0.02021714, -0.017760828, 0.0048990715, 0.021006757, -0.03764537, 0.02130394, -0.022680841, -0.0070776003, 0.023811681, -0.034966093, -0.029518848, -0.0042301766, 0.003920366, 0.0051405146, 0.0059353663, 0.06403808, 0.015201678, -0.02230328, 0.034659978, -0.009402104, 0.08422412, -0.021182295, -0.04497188, 0.08395311, 0.021027697, -0.009434439, -0.02399153, 0.0060723713, 0.00060853444, 0.009931799, -0.00990108, 0.0030716206, 0.0051428243, -0.0053979713, 0.008527489, 0.0017227437, -0.023531435, 0.019310497, 0.05759766, -0.0064345743, -0.009937959, -0.040106606, 0.021692282, -0.002407037, -0.02539769, -0.011431886, -0.02323148, -0.032164864, 0.021145955, -0.041050207, 0.042080034, 0.036120337, 0.02193538, 0.0080501465, 0.021766808, -0.0015619872, -0.043257684, -0.02692457, 0.0523857, 0.013822601, 0.03422575, -0.027347093, -0.009224563, -2.1557395e-05, -0.03090899, -0.013589781, 0.006643681, 0.011475309, -0.05043198, -0.00063378736, 0.016818771, -0.012482655, 0.07089057, 0.022132052, -0.0023435967, 0.0136680035, -0.018618198, -0.04582486, -0.022768304, 0.00911077, -0.022190565, 0.007131802, -0.0056377687, -0.015098799, 0.041278098, 0.028730463, 0.043942593, 0.022252774, 0.002258599, 0.06491362, 0.027719112, 0.01901085, 0.0013273195, -0.032548584, 0.0036746117, 0.0029441242, -0.024134425, -0.067145735, -0.0056702103, 0.027426856, 0.014388021, 0.05423101, 0.032839917, 0.022279259, 0.012638792, -0.040259358, 0.007237741, 0.0075343186, 0.0037956412, -0.009800614, -0.049882885, -0.0142124435, 0.025554135, -0.02474296, -0.05167492, -0.017302888, -0.022254622, -0.002671269, -0.041489206, -0.06622924, 0.0061918995, 0.032956943, 0.04621166, -0.012114024, -0.038064197, -0.029691307, 0.018113138, 0.037256103, 0.03187476, -0.046825122, 0.011261582, -0.00010532327, 0.0031392185, -0.03420273, -0.038389407, -0.007073289, 0.03043904, -0.005119573, 0.01826096, 0.050262604, -0.010297043, -0.008297749, -0.017484277, -0.08604234, 0.046482053, -0.050239816, -0.0020122288, 0.00080624653, 0.01569871, -0.07589188, -0.01507293, 0.009491875, -0.0022727652, 0.0011345348, -0.031439304, 0.018408397, 0.027145071, 0.000719555, 0.007387411, -0.001752924, -0.014899547, -0.04663788, 0.0011342076, -0.031579733, -0.07358585, -0.029353471, -0.013348338, -0.06911424, -0.06786206, -0.007991018, 0.011584328, -0.022338387, -0.062233116, 0.04816045, -0.05030387, -0.0175083, 0.01973179, -0.057906855, 0.014039099, -0.012596833, -0.07583768, 0.036516994, -0.048818257, 0.018205527, 0.016172512, 0.04447475, -0.032458045, -0.028108686, 0.012626474, 0.014442222, 0.018006584, 0.03206755, -0.013828837, 0.008007032, -0.0009193459, 0.025300065, -0.041484434, -0.08358849, -0.03525681, 0.020382209, -0.0025782643, 0.0058871703, 0.027772699, -0.021311024, -0.0014856124, 0.025176572, -0.0005629559, 0.013490617, 0.0004902767, 0.048910957, 0.0175779, -0.0035107755, -0.021312563, 0.020087179, 0.014947897, -0.013134612, 0.004278219, -0.011019986, 0.014342442, 0.022136364, 0.038003836, 0.0419125, 0.0075740363, 0.01030813, -0.010722032, 0.00789247, 0.04724888, -0.062760346, -0.015341474, 0.051778395, 0.02424283, 0.0030882508, -0.0029897026, -0.042091813, 0.012371211, -0.0482436, -0.0030981055, -0.06087808, -0.04179917, -0.0076833633, -0.02479593, 0.005160224, 0.028386775, 0.025456818, -0.0071769184, 0.011508569, 0.032015808, 0.031463325, 0.013550978, -0.012981246, 0.07498031, 0.00039665605, -0.0041066837, 0.030060861, -0.017342, 0.007218955, 0.0364825, -0.013135228, 0.022234911, 0.025457434, 0.0025593245, 0.0021715995, 0.041260235, -0.060626782, 0.00093905546, -0.043393187, -0.0048270086, 0.0063988506, -0.014010458, 0.040651087, 0.030629668, -0.013743763, -0.020860165, -0.018763555, -0.03836477, -0.029978327, 0.0153316185, 0.009660176, -0.00511249, -0.0096182935, 0.016876975, 0.031412203, -0.051979188, -0.06623478, 0.06583875, -0.0076276218, 0.023952112, 0.043983243, -0.02587534, 0.044755615, 0.017051283, -0.021281458, -0.059240952, -0.003969332, -0.04128549, -0.06873976, 0.032586463, 0.0064973985, 0.048352618, 0.0675966, 0.017356167, 0.01244262, -0.06345511, -0.0063424935, 0.006752661, -0.04019284, -0.037296753, -0.022772, -0.000670127, -0.010605006, -0.012996029, -0.019755503, -0.043343913, 0.06882598, 0.023240102, -0.028438514, 0.039640967, 0.005252613, -0.021545075, 0.0017868, -0.017622862, 0.04586428, 0.021420043, 0.0197515, -0.01231112, 0.0050746105, -0.038394336, 0.00022974022, 0.010554808, 0.042750794, -0.0074240584, 0.020187575, -0.0012395502, 0.003598237, -0.01126959, 0.066037074, -0.024385724, 0.040344354, -0.00055063743, -0.035397857, -0.011917235, 0.017778384, -0.03793855, 0.0664017, 0.0014954673, -0.01555674, 0.027942078, -0.024843972, 0.032146387, 0.014218641, 0.014124905, 0.0261368, -0.0073837154, 0.019268615, 0.014725548, -0.0044195736, -0.00090294686, -0.006212225, -0.023813222, 3.9188264e-05, -0.006732066, -0.018485157, 0.037733775, 0.026255675, 0.053979713, 0.033815544, -0.013030521, -0.06621877, 0.033452764, -0.004971751, -0.04702222, -0.040934104, -0.001679013, -0.029517615, -0.0273705, 0.018135311, 0.008165325, 0.005219353, -0.05594575, -0.010040818, 0.019271387, 0.026582114, -0.014187229, 0.050271228, 0.01779409, -0.06425705, -0.014766199, 0.016182827, 0.052545838, 0.043163445, 0.022774925, 0.0030090273, 0.013949482, 0.016132321, 0.0003498457, 0.013077331, -0.016774116, 0.04201105, 0.0637158, 0.020374818, 0.016228406, 0.004903383, 0.010730251, -0.008402764, -0.026547622, 0.010086859, -0.0025772634, 0.051668763, 0.023370063, -0.04915825, 0.0027605782, -0.0037053311], [-0.030691039, -0.09282487, -0.032112308, -0.0643305, -0.017616512, 0.019572362, 0.016098078, -0.031606894, 0.012721291, 0.025383443, 0.02807347, 0.0025754792, -0.07950847, -0.03803547, -0.029943809, 0.042260982, -0.020389656, -0.06053282, 0.02266784, 0.05159856, -0.024050018, 0.008732867, -0.037856456, 0.0205399, -0.017435899, 0.035170157, -0.014462962, 0.031453453, -0.0036687525, -0.0033879753, -0.0053662034, -0.043867327, 0.03325806, 0.019593675, 0.014883329, 0.008352992, 0.04659412, 0.012865676, -0.03761883, -0.03680687, -0.042180486, 0.045371912, -0.025989218, 0.00054184167, 0.0029995756, 0.035667777, -0.008506101, 0.052721053, -0.060822655, -0.02957006, 0.021741861, -0.03759519, -0.011265191, 0.04983771, -0.017775882, 0.035076518, 0.04187258, 0.04281015, 0.052772816, -0.0065416587, 0.003611212, -0.011424227, -0.06463526, -0.03294738, 0.031132717, -0.03024563, 0.0024273652, -0.022142783, 0.025832046, -0.029342027, -0.018637195, 0.039675646, -0.017636226, -0.013797947, 0.06316691, 0.011170022, -0.057357427, 0.00438588, -0.0059117745, -0.046254203, 0.0031407634, 0.0065290052, -0.0026170362, -0.058248244, -0.06295699, 0.03225103, -0.00018221223, -0.01122683, 0.05326564, -0.0133537045, -0.017526606, 0.01759307, 0.024907665, 0.0029646116, -0.032936726, 0.02159328, 0.011236954, 0.035830807, 0.05623858, 0.029457109, -0.0012421865, -0.0068534706, -0.052183025, -0.034043852, -0.014152882, -0.006146466, 0.028680844, -0.014408618, -0.04241389, -0.056083005, -0.0004097111, -0.007940617, -0.007149965, -0.057944022, -0.01687168, 0.0066864425, 0.07535701, -0.032694843, -0.04862829, 0.0011620026, 0.026083522, 0.024220373, -0.0031536832, 0.013564155, -0.010097328, 0.011402116, -0.018660104, -0.00043182165, -0.044432614, 0.013563623, 0.019274537, 0.024611438, 0.031664435, -0.0475803, -0.03885526, -0.00293351, -0.019998591, 0.06466296, -0.015914267, 0.06264158, -0.016604489, 0.005502596, 0.012768708, 0.015798653, 0.03009805, -0.04818714, 0.015501891, -0.03623919, 0.011140454, -0.018015034, 0.024093205, 0.005822267, 0.0065403827, -0.01835655, 0.012791219, -0.079804696, 0.005141901, 0.016611548, -0.030040508, 0.0348036, -0.03443385, -0.0013848395, 0.016112994, 0.009884747, 0.012676004, -0.013543776, 0.015811972, 0.021243706, -0.020271378, -0.02178395, 0.03993538, 0.00033458852, 0.029581781, 0.029037809, -0.026106397, -0.030425046, -0.0042684013, -0.00356446, 0.05773677, 0.060360197, -0.010488391, 0.03332992, -0.012115581, -0.016116725, 0.02578183, 0.014760256, -0.02745997, -0.03857092, 0.009162025, 0.035872366, 0.031512592, -0.01395735, 0.032559246, -0.001956384, -0.0400771, 0.067221925, -0.024228897, 0.018089093, 0.008576228, 0.036146216, 0.036701113, -0.0007796632, 0.004378421, -0.021568708, -0.010381969, -0.039584808, 0.035435483, -0.03330781, 0.048346978, -0.026626427, -0.005555234, 0.052317284, 0.026383476, 0.03951768, 0.011549573, 0.042963725, 0.033078447, -0.054109573, 0.03769076, 0.080740266, -0.044050608, -0.022880739, 0.0068920976, -0.054203343, -0.024287505, -0.0018413024, -0.044152897, -0.002874904, 0.012356333, -0.010444437, 0.06590115, 0.015006952, 0.005901119, -0.051100407, 0.023543738, -0.013300427, -0.023862343, 0.01951056, -0.027723907, 0.03935784, -0.030620845, -0.015446482, 0.018195648, -0.02127088, 0.021635305, -0.004711944, -0.064530835, 0.016174264, -0.04260463, 0.008927333, 0.023959843, -0.0027636853, -0.03949104, -0.0076633194, -0.02496787, -0.004493503, -0.0033608032, 0.0002035236, 0.014020751, 0.02600254, -0.011977257, -0.03386164, 0.0007906519, -0.049081687, 0.015445416, -0.013087314, 0.013605046, 0.015279521, 0.023953715, -0.015717138, -0.011194332, -0.041569963, 0.03511901, 0.016164675, -0.02249815, 0.029842313, 0.011160232, 0.03497196, 0.020853711, 0.008004818, -0.03429639, 0.031878617, 0.009480097, 0.0011295027, 0.030019198, 0.022398252, -0.0035312942, -0.047551, -0.004289979, -0.03149874, -0.0063982066, -8.204878e-05, 0.023361526, 0.04744404, 0.013566553, -0.009931632, 0.06597361, 0.018101545, -0.026665853, -0.057148572, 0.047987882, -0.02146961, -0.0107388, 0.028046032, 0.00052026386, -0.010500247, -0.05258155, 0.05069869, 0.0061691096, -0.015911603, -0.039465997, -0.014167801, -0.04354473, 0.021910222, -0.0014731486, -0.034632575, 0.010150606, 0.050627295, -0.03846063, -0.024637543, -0.018924497, -0.051718436, 0.049510576, -0.008244304, 0.052275732, 0.048323534, 0.045298915, 0.0196664, -0.040818736, -0.00056475133, 0.0417599, 0.044932894, -0.03633376, 0.014863616, 0.022816753, 0.021165121, 0.0024694551, 0.0045097526, 0.043828964, 0.02045572, 0.0071078753, -0.051198438, -0.005791382, -0.03336828, 0.025569385, -0.06630394, 0.0053214496, -0.08326779, 0.029197643, -0.012160269, 0.012039859, -0.016657101, 0.011832074, 0.010592551, -0.017155854, 0.004311557, 0.01959181, -0.003791293, -0.0063678375, -0.005425875, -0.0013490098, -0.016398568, -0.066697136, 0.05351579, 0.025794217, 0.0018061388, 0.059134793, -0.020877685, 0.024610372, -0.020596376, 0.059373483, -0.020122731, -0.032171648, 0.041193016, 0.0187608, 0.03847768, -0.021799134, -0.025437787, 0.03780744, -0.014787962, 0.022104153, 0.008527479, 0.030437168, 0.013827351, 0.0148281865, -0.0032638365, 0.060477413, 0.0071638175, 0.004419712, 0.04192799, 0.012804671, 0.0076108235, 0.012407481, -0.0057575335, 0.01906995, -0.020613158, 0.06779999, 0.022503745, 0.046846658, 0.011748427, 0.019235644, 0.014745871, -0.0040108003, -0.0042196517, -0.041469797, -0.05166609, -0.035709865, -0.0155844735, 0.031674024, 0.017895693, 0.026786262, 0.014100136, -0.01758914, -0.038654566, 0.0040049395, -0.037171293, -0.06375829, 0.013790589, 0.020096624, -0.019023063, 0.0066054594, 0.036048185, -0.061103962, 0.041883238, 0.028693631, -0.028028982, 0.0015567957, -0.021317298, -0.04068261, -0.0080088135, 0.032049373, 0.017989993, 0.031660173, 0.103944086, 0.017725734, 0.00434752, -0.018455647, 0.00598343, -0.078447156, 0.0017283523, -0.029594036, -0.008844219, 0.020173345, 0.02897068, -0.029083095, 0.0027841975, -0.006638226, -0.0064301733, 0.026289973, -0.026515609, 0.038892187, -0.07540816, -0.036745068, -0.050582543, -0.0075143897, 0.016761394, 0.022484608, -0.033075247, -0.0067206244, -0.04739236, -0.032414597, 0.016258445, 0.037697684, 0.0042601433, -0.007883077, 0.01888374, 0.037103098, -0.016390042, -0.014884927, 0.018370403, 0.0141475545, -0.046296824, -0.020795103, -0.04279963, -0.03299, -0.0041185827, 0.04894796, -0.0060726753, -0.044353224, 0.0041732993, 0.038924687, 0.002672979, 0.028791662, 0.03266597, 0.036432322, 0.03174382, -0.03284722, -0.00706104, -0.033015575, 0.0006369436, 0.013105428, 0.022091366, -0.028359484, 0.04018046, -0.04194078, -0.029074037, 0.0047684195, 0.052503757, -0.037942763, -0.006761566, 0.036620393, 0.04501388, -0.020684818, 0.034115244, 0.0034066227, -0.079802565, 0.034121636, 0.022954477, -0.042490613, -0.0134773115, -0.01951056, -0.029600963, -0.034292445, -0.010343274, 0.03364746, 0.016621005, -0.007526677, -0.011357895, -0.0030730998, -0.037127342, -0.018251592, -0.007645055, -0.02398142, 0.027246587, -0.0012928011, -0.04486257, 0.044250935, -0.027033476, -0.01263398, -0.008429314, -0.013260469, -0.04888882, -0.019053698, -0.0015040501, 0.008935325, 0.0075326376, 0.04683387, 0.044459783, 0.028932318, 0.00028557237, -0.008672662, 0.018688207, 0.0074925455, 0.0061291507, -0.026340855, 0.013718129, -0.020386191, 0.021473339, 0.012517034, 0.0037987519, -0.026952492, -0.03156001, -0.036941133, -0.05496416, 0.06007622, 0.01265466, -0.019136546, 0.055899728, 0.02434185, 0.008008281, -0.015644677, 0.014534355, 0.00075655367, 0.02463488, 0.0004134406, 0.012967969, 0.020795636, -0.06961786, -0.07173834, 0.053638056, -0.032991335, -0.0563771, -0.02549373, -0.027321177, 0.010640767, -0.038204897, -0.0003423139, -0.052451547, -0.010532612, 0.016985696, -0.029043138, 0.03779998, 0.006881442, -0.027484212, 0.01848715, 0.04487802, 0.020610228, 0.01261207, 0.05736595, -0.025727088, 0.015775742, -0.012940265, 0.00047044852, -0.009223562, -0.048717793, -0.0062457137, -0.03416213, 0.03716703, 0.012784692, -0.0032830168, -0.012703708, -0.0523386, -0.0022121205, -0.007561275, 0.030811982, -0.010004548, -0.025532622, 0.027406424, -0.011829742, 0.022161696, -0.0019554514, 0.013648868, -0.03351107, -0.028369699, -0.0034124833, 0.0068803765, -0.0113589605, 0.00987569, -0.036382772, 0.0014102801, -0.00239047, -0.017929256, -0.009466245, 0.018639725, -0.040703654, 0.0029742683, 0.012827314, 0.080137685, -0.01864745, 0.024472648, 0.051322043, -0.0031516855, 0.069193766, -0.03707859, -0.051778108, 0.08763449, -0.006199478, -0.017213395, 0.0051232534, 0.050390735, -0.0018365075, 0.028769819, 0.012914691, 0.027810806, 0.028471459, 0.01152226, 0.028919531, 0.0040225214, -0.013801244, -4.2089956e-05, 0.057787914, -0.023793614, 0.029921899, -0.023375379, 0.03781916, 0.0023208084, -0.01159575, 0.019406667, -0.022527453, -0.024573077, 0.02445107, -0.06580099, 0.024361627, 0.037500557, 0.017696964, -0.017010737, 0.04930386, -0.015111894, -0.036141954, -0.011092569, 0.0069773435, 0.012189571, 0.03710949, -0.0040755332, -0.00807701, -0.046972394, -0.041671723, -0.046363752, 0.024157505, 0.006310297, -0.047481738, 0.017445488, -0.015770415, -0.0156548, 0.009093029, 0.01780352, -0.0031412963, 0.038321577, -0.07869011, -0.062301666, -0.010007287, 0.021023668, -0.013614503, 0.0032707627, 0.016055454, -0.027415015, 0.024121275, 0.05519006, 0.0061103697, 0.044033553, 0.06410887, 0.03596933, 0.016439592, 0.00359676, 0.026966078, -0.012544139, 0.032527547, 0.0056192763, -0.0023362592, -0.0763019, -0.013500621, 0.012064901, -0.040948737, 0.050186146, -0.0063507888, 0.034720488, 0.020160025, -0.05701964, 0.043963227, 0.030975014, 0.0038760058, -0.0073221875, -0.055703662, -0.013281247, 0.031437203, -0.030090591, -0.08149043, -0.029357214, 0.0055217766, -0.0251325, 0.008286394, -0.037996043, 0.02922455, 0.0148471, 0.012294531, -0.00052479253, -0.04438093, -0.07692766, 0.0030065018, 0.0010165524, 0.023175051, -0.011983383, 0.031007513, -0.0011199126, -0.030855669, -0.062201496, -0.061805107, -0.011967401, -0.012741003, -0.0056517757, 0.02304099, 0.06077151, 0.043413393, 0.011989245, -0.0082746735, -0.049221147, 0.030447558, -0.04556425, 0.049287874, -0.010747325, -0.00208958, -0.069219336, -0.016085023, -0.0070103756, 0.011317404, 0.0092960205, -0.022573536, 0.0035078516, 0.008576228, 0.0046544033, -0.018663434, 0.011110151, -0.033388793, -0.0054469197, 0.011966069, -0.018933022, -0.060871672, -0.0087067615, -0.003208427, -0.040470295, -0.031216897, -0.01152519, 0.021123832, -0.039905544, -0.056027595, 0.04168291, -0.042697333, -0.024597585, 0.019451555, -0.02680118, 0.028714942, -0.009374489, -0.04424134, 0.0055659977, -0.038592763, 0.06256166, -0.014081605, 0.055418093, -0.008041847, -0.0021247438, -0.0145780435, 0.013050518, 0.020453589, 0.018977642, -0.0036299925, -0.004788665, 0.04263127, 0.029191252, -0.06603115, -0.067646556, -0.026331266, -0.003037936, -0.011824614, -0.019957567, 0.025195368, 0.03460327, 0.012507778, 0.014731486, 0.006338468, -0.010232888, 0.020957602, 0.030826366, -0.01937078, 0.02839314, -0.022116674, -0.015181156, 0.03847129, -0.012964773, -0.008177839, 0.010731041, 0.05277868, 0.05214466, 0.003749203, 0.036061503, 0.01068339, -0.0066576726, -0.012412809, -0.028124616, 0.025782496, -0.022415299, -0.00023469147, 0.040873345, 0.013849194, 0.004304897, 0.032508366, 0.012223404, 0.030046903, -0.03889112, 0.0056373905, -0.06599919, -0.009015243, -0.046045348, -0.007052998, 0.029599365, 0.015525866, 0.004762825, -0.025558727, 0.049609676, 0.0046746493, 0.016128447, 0.044002656, -0.031577058, 0.060512308, -0.045177974, 0.00018088028, 0.025990283, 0.012980756, 0.014556732, 0.0412098, -0.030898292, -0.0028338796, 0.013906735, -0.046719853, -0.0035466116, 0.023168925, -0.042908315, -0.028682975, -0.008650285, 0.02018613, 0.020455187, 0.0009078644, 0.012592889, 0.02734249, -0.002246352, -0.0117468275, -0.015369095, -0.046629284, 0.031702798, 0.011931029, 0.021750387, -0.021596411, -0.004791862, -0.001366059, 0.03746965, -0.016675882, -0.05354056, 0.049354073, 0.005352351, 0.028346255, 0.059949152, -0.022071121, 0.039328005, 0.004397335, -0.032534257, -0.013785494, -0.0014854027, -0.04844714, -0.06680476, 0.017236253, -0.018235343, 0.0387185, 0.04631174, 0.021068556, 0.025569117, -0.07187686, -0.02204182, 0.019502303, -0.059607904, -0.052756302, -0.034115244, 0.023270952, 0.0154699255, 0.028522072, -0.008545327, -0.035476506, 0.04822071, 0.031754475, 0.002130338, -0.030777885, 0.007100949, -0.007095888, 0.037229903, -0.040056854, 0.017903684, 0.03479028, 0.015911069, -0.015286647, 0.00036429128, -0.018148765, -0.017694833, 0.0056115505, 0.010249704, 0.010654621, 0.02178022, 0.0054810187, -0.0022142516, 0.04486856, 0.035018846, -0.05937561, 0.042373396, 0.0051388545, -0.023789885, 0.007400107, 0.02098211, -0.02421398, 0.046147645, 0.013971736, -0.011980721, 0.015149722, 0.010362122, 0.05453314, 0.051178727, 0.014757992, 0.021758111, 0.02779483, -0.010732407, 0.0077082566, 0.0035065198, 0.018081367, -0.008129222, 0.00028344124, -0.004005472, 0.0033793175, -0.018743351, -0.0017454013, 0.013419771, 0.07581547, -0.013306821, -0.086903505, -0.08391566, 0.056121364, -0.0231611, -0.02145842, -0.00015184352, 0.0039798985, -0.009744092, -0.030201944, 0.007171277, -0.050178956, -0.015523203, -0.071124576, 0.023809599, -0.0017251555, 0.042266972, 0.020136584, 0.021302847, 0.0002477447, -0.04068767, -0.008556516, 0.0014070834, 0.003946067, 0.04412946, 0.054130353, 0.00076707616, 0.0073311115, 0.038756862, 0.0040797954, -0.011464985, -0.006189888, 0.002891953, 0.01715299, -0.016611282, -0.016277626, 0.0046089836, 0.024011098, -0.016484879, -0.0007108008, 0.04023144, -0.005331572, 0.054247033, 0.009052571, -0.036622528, 0.004056886, 0.008909885], [-0.05261466, -0.06720773, -0.037335027, -0.038825102, -0.028990192, 0.03172243, 0.012444489, -0.011514167, 0.0001507226, 0.042288862, 0.021679562, 0.04919274, -0.069398925, -0.050692685, -0.02021684, 0.044168998, -0.023788575, -0.03979421, 0.057860326, 0.022829797, 0.00061744294, 0.022398418, -0.049466413, 0.018378802, 0.0051884954, 0.012402911, 0.030352414, 0.030328507, 0.024735462, -0.011696073, -0.005068437, -0.010731449, -0.0066359523, 0.030767681, 0.047029607, 0.028111326, 0.0055307397, -0.02126228, -0.04132918, -0.045337517, -0.091231875, 0.0026215338, -0.012017788, 0.008754644, -0.02958113, 0.009262684, 0.018527446, 0.033944808, -0.008369782, -0.009356755, 0.044447053, -0.004698907, -0.03671239, 0.008273631, -0.021042954, 0.025974182, 0.03441218, 0.028192922, -0.013009569, -0.0065361634, 0.02400829, -0.0063740066, -0.074381344, -0.018451435, 0.015136708, 0.008269994, 0.009319854, -0.012783095, 0.009156139, -0.02802453, 0.016529072, 0.054068875, 0.0046323813, -0.027953714, 0.033445086, -0.006593204, -0.06482943, 0.0007858365, 0.0053738332, -0.024096906, 0.01863659, 0.03055498, -0.0028363501, -0.051278945, -0.059948094, 0.047805574, -0.006657911, 0.033749387, 0.0015784295, -0.00913275, -0.022144789, 0.035682794, 0.028901057, 0.02820072, -0.0020427462, -0.008505659, -0.013343108, 0.04402763, 0.049297724, 0.016333133, -0.013486684, -0.01273398, -0.03179727, 0.006388559, 0.041347887, -0.033991583, 0.019373572, -0.0669042, -0.010521217, -0.008487241, -0.037102968, -0.009928982, 0.026494434, -0.08008048, 0.010003043, 0.0036329345, 0.0071421727, -0.041803174, -0.031321198, -0.016546223, -0.026463315, 0.022155443, 0.0007291855, 0.028757352, 0.0020294278, -0.051387053, -0.01355256, 0.016185528, -0.069336556, 0.001371056, 0.022412973, 0.012621199, 0.06303427, -0.017292561, -0.044429384, 0.041253295, -0.0009824905, 0.066160984, -0.018290449, 0.04504007, -0.0227443, -0.011044751, 0.0061484426, -0.018733261, 0.04608993, -0.04676502, 0.0029661169, -0.067316875, -0.015166851, -0.030165311, 0.00035120963, 0.03401783, -0.023285601, 0.007676458, -0.007257683, -0.09114143, -0.010191966, 0.02948082, -0.041894644, 0.0136513105, -0.05004887, -0.021209268, 0.043963574, 0.00024219562, 0.0067664054, -0.047690712, 0.0010020455, 0.026905542, -0.0026340073, 0.028826477, 0.057104114, -0.0067077405, -0.015902735, 0.034968164, -0.02463275, -0.020727996, 0.035338216, -0.031207373, 0.014243806, 0.053872414, 0.0013341549, 0.0100139575, 0.012693961, -0.024897294, -0.011475707, 0.039773095, -0.01483838, -0.022860982, 0.03604453, 0.010602036, 0.059422124, -0.028865978, 0.02073865, -0.014326183, -0.002432351, 0.03614406, -0.0028143548, 0.027736077, 0.0063597145, 0.051800758, 0.039483085, 0.012952789, 0.043753214, -0.04422266, -0.044969387, -0.0130328275, 0.029491216, 0.012788552, 0.052752912, -0.014122188, -0.024764374, 0.03199269, 0.055058446, 0.05606881, 0.028323894, 0.025335949, 0.04488675, -0.06591151, 0.031666297, 0.06965255, -0.0329095, 0.004257654, -0.012575332, -0.04155448, -0.011889935, 0.020923935, -0.009440952, 0.028842071, 0.0102117155, -0.00564664, 0.057712205, -0.0018065922, -0.0015155418, -0.042438287, -0.012097308, -0.014800959, -0.04048305, 0.03748861, -0.052770577, 0.04442445, -0.010810449, 0.019391308, 0.022489892, 0.00073028996, -0.009818798, 0.010790699, -0.05840553, 0.029722497, -0.021255786, -0.005556986, 0.03108056, -0.01074938, -0.04242685, 0.010970526, -0.015537941, -0.015450626, 0.0415997, -0.009134829, 0.046547294, 0.0037628678, 0.008318328, -0.07539872, -0.008204507, -0.015691003, 0.024368728, -0.0006568777, 0.028336888, -0.032268148, 0.014364643, -0.046061605, -0.007817955, -0.06468598, 0.03659025, 0.00047971366, -0.049300484, 0.030251067, -0.014959478, 0.008430071, 0.03676904, 0.013872196, -0.029624786, -0.008149415, 0.008144348, 0.012359254, 0.014278107, -0.015725954, 0.008241928, -0.028559335, -0.0067003993, -0.025324836, -0.045633085, 0.029594643, 0.016862221, 0.05625123, 0.033501998, 0.0054388773, 0.07514925, 0.010445856, -0.007037186, -0.056220572, 0.04501928, 0.0010641535, 0.005451221, 0.021486806, -0.011838871, 0.008905627, -0.034578882, 0.039499097, 0.016574288, 0.016550511, -0.064954035, -0.030783271, -0.06833659, 0.009729924, 0.035022736, -0.027370963, 0.024470594, 0.058817152, -0.013099353, 0.022080341, -0.020339236, -0.013685612, 0.036527883, -0.03757917, 0.038120735, 0.042966336, 0.04287694, 0.006430658, -0.055276733, 0.0050570033, 0.03714169, 0.021294504, -0.014446501, -0.023417097, 0.00023076149, 0.007265739, -0.022201959, 0.007338632, 0.0042521963, 0.029505767, 0.0088766515, -0.06467455, 0.0153735755, -0.041347887, 0.0030581097, -0.06400409, -1.9230125e-05, -0.08608443, 0.031591456, -0.010776146, 0.02631097, 0.0013077784, 0.01702074, 0.010472622, -0.004473343, 0.023516785, -0.008369522, 0.008590149, -0.029529158, -0.009536323, -0.022441035, -0.029904922, -0.062995814, 0.040862456, 0.016381469, -0.02264646, 0.032996558, -0.025488751, 0.03006864, -0.051120948, 0.06426188, 0.003296667, 0.009001349, 0.045904383, 0.01616214, 0.06339912, -0.011140998, -0.020844936, 0.008905107, -0.00913353, 0.022373471, -0.027375901, 0.057326235, 0.0066010654, 0.036012307, 0.033556048, 0.052784093, -0.0007803793, -0.031946953, 0.03214887, 0.011570558, 0.027834436, 0.045001615, -0.0075562694, 0.010677397, -0.019966068, 0.043945514, 0.04428607, 0.021179644, 0.014878918, 0.025999129, -0.014794722, 0.0018720786, -0.017456796, -0.04073772, -0.022712337, -0.026441356, -0.028359756, 0.01816779, 0.022658285, 0.047204237, 0.006240955, -0.017938068, 0.05012098, 0.0048537874, -0.016340408, -0.031922527, 0.032423746, -0.0048220837, 0.0020794522, -0.0025194061, 0.013672749, -0.050330956, 0.021382738, 0.0069098515, -0.016489053, -0.027082771, -0.018399982, -0.028217707, 0.013770328, 0.012998525, -0.007079805, 0.04416484, 0.101264805, 0.027358752, -0.006206133, 0.012542199, -0.023711262, -0.065329865, -0.021100646, -0.043927845, -0.028223587, 0.043359254, 0.0025807347, -0.026333837, -0.0006483021, -0.01018313, 0.03403628, 0.010224645, -0.020468129, 0.029110251, -0.00798466, -0.012128621, -0.042657614, -0.06694163, 0.030015627, 0.035994638, -0.058626153, -0.021330886, -0.058995947, -0.027911745, 0.012993327, 0.01149078, -0.0074163317, -0.008787648, 0.012569225, 0.047170978, -0.040437836, -0.004923172, 0.03127676, 0.0013991215, -0.010393753, -0.027769601, -0.048006706, 0.002241089, 0.0069935285, 0.06771187, 0.003255608, -0.015979715, 0.044135734, 0.017881937, 0.01668759, 0.03727526, 0.0049725464, 0.001115737, -0.009996027, -0.008267394, -0.019323677, -0.016114844, -0.0065382426, 0.028336888, 0.0142921405, -0.008524728, 0.057628006, -0.041710664, -0.036149386, 0.017152231, 0.059254773, -0.011190894, -0.027023261, 0.04582722, 0.04897874, -0.038863562, 0.0002276431, -0.0006216008, -0.0790618, 0.019793775, 0.05481729, -0.008633806, -5.587131e-06, -0.031336788, -0.006999895, 0.014037991, -0.010235883, 0.060686115, 0.026666466, -0.021189518, -0.04698595, -0.025506422, -0.039836504, 0.006962345, -0.012421621, 0.006497703, 0.030066041, 0.015397897, 0.0036552828, 0.0040044948, -0.013991735, 0.036121972, -0.023068875, -0.008689938, -0.038930282, -0.013956652, -0.018531993, 0.013267746, 0.015901495, 0.012239715, 0.048707306, -0.009956008, -0.028103268, -0.025038661, 0.0071889483, 0.015804045, -0.013935084, -0.017845687, 0.0046848743, 0.013460828, -0.0054883817, 0.012139277, -0.03020273, 0.00045424677, -0.024745531, -0.07378547, -0.05710249, 0.059191365, -0.009076099, 0.002040472, 0.031813905, 0.015467257, 0.032223452, -0.024695639, -0.0033463016, 0.018034479, 0.027773757, 0.0026828623, 0.041368674, 0.03303034, -0.07053402, -0.057694532, 0.044061933, -0.0153282285, -0.039637703, -0.04889753, -0.026176877, 0.02563941, -0.023351088, 0.022019265, -0.031038461, -8.9394096e-05, 0.012526607, 0.0069633843, -0.0032410559, -0.011258719, -0.016012976, 0.008184757, 0.03563706, 0.015266641, -0.019417228, 0.08395769, 0.0027449704, 0.012031562, -0.016120043, 0.06390639, 0.029048923, -0.057009526, -0.038142174, -0.027134487, 0.034148283, 0.022058772, -0.029330391, -0.033482246, -0.04540804, 0.0013648191, 0.014576954, -0.01796714, -0.02507998, 0.0033527985, 0.05579023, -0.00873314, 0.0140307145, 0.012994238, -0.010007981, -0.029374275, -0.029239146, -0.0059003676, 0.00056845805, -0.030647622, -0.015814958, -0.027290145, 0.0014947524, 0.007629682, 0.011272492, 0.0148134325, 0.024174346, -0.026231969, 0.026544848, 0.012473076, 0.03010814, 0.018254066, -0.009876489, 0.05678812, 0.0172515, 0.05704902, 0.008106797, -0.064579956, 0.07731134, -0.024755927, -0.0679603, -0.018365288, 0.03055199, 0.013091948, 0.01629883, 0.052582957, 0.00019957752, 0.03154572, 0.0093253115, 0.009913909, 0.0016901721, -0.025018392, -0.0075961594, 0.029728735, -0.009981734, 0.01542256, -0.047712017, 0.023518963, 0.0090433555, -0.019032627, -0.031561315, -0.010581506, -0.025037102, 0.03371197, -0.03302696, 0.03257687, 0.0054727895, 0.018061765, -0.029231869, 0.025740463, 0.003670355, -0.033831246, -0.020658351, 0.05226124, 0.00084612553, 0.0115493145, -0.030213125, -0.023264814, -0.024430573, -0.048389234, -0.0073164124, 0.0028594416, 0.006724307, -0.024993965, -0.024887031, -0.0030752607, -0.008252582, 0.025281249, 0.01635665, 0.0026857208, 0.010823443, -0.043864436, -0.05143902, -0.014507829, 0.015883043, 0.028825438, 0.0021465302, -0.04490624, 0.015452705, 0.06829293, 0.022744235, 0.033184197, 0.020268098, 0.034707777, 0.04351933, 0.0003084616, -0.0072219516, -0.004871978, -0.018096067, 0.039418735, -0.021590753, -0.05181739, -0.025850356, 0.017927673, 0.01146206, -0.014132583, -0.0004937464, 0.017212002, -0.010890228, 0.036232676, -0.049775876, 0.008935122, -0.010687792, 0.001028032, 0.0031029528, -0.03589485, -0.02551266, 0.039539345, -0.03609027, -0.05298783, -0.011954122, -0.020392248, -0.0052771103, -0.010656088, -0.047955774, 0.050335113, 0.0025019953, 0.007728431, 0.009259566, -0.021708213, -0.05357305, -0.004715019, 0.0037912745, 0.030189479, -0.010702084, -0.00060496933, -0.0234857, -0.01692225, -0.051829863, -0.048482783, -0.017437045, 0.028951084, -0.008397847, 0.020404203, 0.057050068, 0.0485254, -0.0060026655, -0.019354861, -0.03989679, 0.04881437, -0.06671814, 0.0016023372, -0.011270932, 0.027044833, -0.05573098, -0.0002868927, 0.008912384, -0.021856856, -0.00334916, -0.05657464, 0.015122155, 0.012418763, -0.004654015, -0.021539299, -0.00012057808, -0.014943366, -0.031265065, 0.010687272, 0.008984626, -0.073257424, -0.014007847, -0.006650245, 0.00072450796, -0.022360997, -0.038257033, 0.008402168, -0.012748013, -0.050150085, 0.01811166, -0.044135734, -0.0182299, 0.014205605, -0.04439976, 0.016947458, -0.020378346, -0.03404148, 0.009162245, -0.030398149, 0.04517416, 0.026422191, 0.0072788624, -0.014988063, 0.011602262, 0.013187188, -0.021046462, 0.02930333, 0.060746405, 0.018464038, -0.00849036, -0.0067788786, -0.001084683, -0.047925632, -0.025958588, -0.04702649, -0.0067367805, 0.011122288, -0.0055741374, 0.027579118, 0.024342218, -0.008692017, 0.021294245, -0.008082889, 0.026537571, 0.029937146, 0.00778872, -0.030284848, 0.023694113, -0.010253295, 0.014777052, 0.03177476, -0.035326, -0.041663885, 0.006486789, 0.020901067, 0.05158455, 0.024674589, 0.022302268, 0.0066224393, -0.035171703, -0.011516246, 0.0138242515, 0.00876793, -0.070229456, 0.011337197, 0.07818449, 0.019469723, 0.0030294594, 0.006927003, 0.0058469977, 0.010804212, -0.047371075, 0.016029608, -0.06370264, -0.013278142, -0.011475707, 0.010500687, 0.013871417, 0.03322914, -0.010221672, -0.031525128, 0.05004562, 0.044391442, 0.007805872, 0.036977973, 0.00058418006, 0.061034597, -0.034380347, 0.040960684, 0.0022339427, 0.010973742, 0.018643865, 0.03797378, -0.047524396, 0.02196613, -0.012414946, -0.038706083, -0.019593159, 0.036193173, -0.062288977, -0.005421596, -0.027029239, -0.00033158972, 0.033605944, 0.009490326, 0.04954304, 0.063763194, 0.009499682, -0.023171261, -0.017705748, -0.022722732, 0.010453392, 0.026610335, -0.00825648, 0.013022432, 0.0073718945, -0.00013279181, 0.06332272, 0.023636423, -0.058116555, 0.051566362, -0.004009611, 0.030720644, 0.035563257, -0.031190224, 0.071464345, 0.013510851, -0.02050451, 0.013895584, -0.0032015562, -0.03514955, -0.047417067, 0.022313181, -0.02864561, 0.032785285, 0.044614017, 0.06087374, 0.013447574, -0.04684511, -0.037337627, -0.016070148, -0.02155645, -0.05137536, -0.02757418, 0.014070085, 0.012523489, 0.025289042, -0.0067586093, -0.014853452, 0.061745334, 0.00055507495, 0.019774806, -0.0005927556, 0.011434387, -0.050890185, 0.004733859, -0.0154032, 0.026937766, 0.005755784, 0.054687746, -0.024142642, 0.013854006, -0.06336586, -0.003075001, -0.0071502277, 0.041120503, -0.044552043, 0.028607931, -0.009885324, -0.025998026, -0.0005489924, 0.04241126, -0.032732792, 0.05707085, 0.0077344086, -0.02147641, -0.018222623, 0.045617495, -0.026647627, 0.017199008, 0.021082973, 0.0044061677, 0.004860544, -0.025946636, 0.10019623, 0.03283206, -0.00496579, 0.021139625, -0.019943198, 0.018080994, 0.0488731, -0.028832195, -0.007498709, 0.016446434, -0.0021392214, 0.015722966, 0.009106244, 0.0038315372, -0.0108811, -0.016273882, 0.07195809, -0.03179909, -0.058652923, -0.049975455, 0.07125749, -0.014528359, -0.048276186, -0.011779752, 0.0113065345, -0.037969492, 0.01308584, 0.015248969, -0.010893606, 0.0018344305, -0.062089395, 0.0014853973, 0.0009282434, -0.00644521, -0.008423834, 0.02731808, 0.017531117, -0.000630956, -0.025609327, -0.013666901, 0.008274151, 0.052359995, 0.022699602, 0.028175836, 0.035950977, 0.053062674, 0.0046682428, 0.030048888, -0.023074852, 0.0477879, 0.04895827, 0.008543762, -0.012115238, -0.011215321, 0.0043241144, -0.005628092, 0.018188579, 0.0012224122, 0.014728717, 0.050839253, 0.046350837, -0.056354664, 0.03622592, 0.0049109585], [-0.06521064, -0.081392825, -0.04276104, -0.06854308, 0.008502797, 0.028117394, 0.029889965, -0.015214193, 0.023059478, 0.019637862, -0.009899805, 0.05058029, -0.08262836, -0.026659457, -0.0190487, 0.023828054, -0.01918501, -0.027927399, 0.032693118, 0.024567822, -0.012126597, 0.016478255, -0.05294556, 0.040376935, -0.0005063596, 0.024821524, 0.04405668, 0.031885214, 0.022768665, -0.02636255, 0.004270518, -0.044159155, 0.022965863, 0.02310933, 0.0504191, 0.022872249, -0.005228251, 0.0056714807, -0.03448425, -0.044544138, -0.07398708, -0.016323432, -0.0126605835, 0.002731974, 0.011839662, 0.021014651, 0.024452606, 0.015636286, -0.016870437, -0.008472332, 0.024377272, -0.01878038, -0.051998347, 0.011560967, -0.03141936, 0.04383345, 0.03769066, 0.020018134, 0.0031754626, 0.005931463, 0.0037251671, 0.027082657, -0.06594072, -0.03531133, 0.023149766, 0.017369596, -0.013173521, 0.01777334, 0.008490543, -0.017739274, -0.021540606, 0.016955465, 0.010383938, -0.0108459145, 0.052986555, -0.017838703, -0.054070596, -0.0031906264, -0.00744341, -0.034003437, -0.010462596, 0.020316424, 0.0049889544, -0.07356166, -0.06779859, 0.05764177, -0.0022335597, 0.02202197, 0.047438413, 0.026825635, -0.016675454, 0.0014247034, 0.03358799, 0.015550288, -0.019708212, -0.011534723, -0.004922483, 0.052175604, 0.043025818, 0.028065326, 0.033334292, -0.028404329, -0.018995307, -0.01150675, 0.0040691565, -0.002538099, 0.024679441, -0.04410487, 0.003140773, -0.015593079, -0.027243298, 0.0055459295, -0.0054218494, -0.04345456, -0.0015249642, -0.004886339, 0.036133844, -0.05513912, -0.04659312, -0.03811691, -0.008374287, 0.010760055, 0.004877829, 0.03726358, -0.01762101, -0.054112136, -0.01837269, 0.013666517, -0.04767549, 0.024130775, 0.015906049, -0.0018321176, 0.033300776, 0.001164911, -0.026692692, 0.024173426, -0.022571467, 0.055542275, -0.011497611, 0.030036204, -0.030249465, -0.0038622646, 0.031279217, -0.00013072706, 0.026154274, -0.033472497, 0.019250667, -0.09444143, 0.006733759, -0.0072149145, -0.011217601, 0.03221913, -0.023400662, -0.01989184, -0.032747682, -0.06322758, 0.0012878831, 0.014663587, -0.048036654, 0.013778964, -0.020059817, -0.009252816, 0.027362946, 0.009084976, -0.0139113525, -0.01994363, 0.00204538, 0.0020251614, -0.01618135, 0.018997522, 0.071922034, -0.0040760804, 0.017182853, 0.020927407, -0.026249548, -0.018775951, 0.033625655, -0.023783738, 0.005892688, 0.049653016, 0.017745644, 0.012811528, 0.0042120703, -0.030710887, -0.038065944, 0.037618373, -0.028926132, -0.027102044, 0.012887694, 0.020747935, 0.029398078, -0.013913881, 0.039538287, -0.013258825, -0.018028148, 0.052917868, -0.03246019, 0.0026893215, -0.002584352, 0.051495384, 0.029207528, -0.007476923, 0.0060245236, -0.03556219, -0.033925887, -0.037908632, 0.027942354, -0.006268251, 0.051446635, -0.028822545, 0.01575081, 0.033297732, 0.038339585, 0.056292396, 0.024815984, 0.02280467, 0.057954185, -0.046721075, 0.012945302, 0.059412125, -0.034871995, -0.007407128, 0.0012729269, -0.056770995, 0.0066158418, 0.026134333, -0.020806374, 0.044136997, -0.00084640225, -0.023905326, 0.07869769, -0.021377752, -0.027241634, -0.049885664, -0.019191395, -0.0017930656, -0.038085885, 0.055141337, -0.07388959, 0.05202272, -0.021372765, 0.017719056, 0.027975867, -0.030070547, -0.0169286, 0.01077058, -0.034432177, 0.0012385835, -0.039400637, -0.02126295, 0.016854927, -0.0029823494, -0.026626773, -0.0028264879, -0.012384727, -0.00042070844, 0.01295195, 0.0022038727, 0.042222623, 0.033710964, 0.0053431913, -0.07544502, 0.0062034507, -0.04322634, 0.032149993, 0.0060835164, 0.021198833, -0.014961601, 0.017638182, -0.021315157, -0.019095013, -0.0806381, 0.037919708, 0.024168095, -0.025167452, 0.037229516, -0.0018562134, 0.024134306, 0.04376476, 0.046863433, -0.03873322, 0.0049212365, -0.0024649806, 0.0005295554, 0.04072037, -0.013243316, 0.02076289, -0.0665139, -0.013450762, -0.023678008, 0.003804379, 0.039357707, 0.028588789, 0.058911372, 0.052291375, 0.0032948342, 0.034791123, 0.0019379178, -0.051104862, -0.04405945, 0.053081833, 0.008692241, -0.017836487, 0.019304398, -0.0008270148, -0.013210079, -0.055768386, 0.04526258, 0.017873878, 0.018697293, -0.027568037, -0.029975826, -0.04415057, 0.0018578753, 0.031249307, -0.018897815, 0.020731317, 0.078631215, -0.03727144, -0.011459667, -0.03084383, -0.018803647, 0.020539658, -0.02953102, 0.018214267, 0.040671624, 0.022616887, 0.02415127, -0.020952888, -0.025934918, 0.036398623, 0.01907064, 0.014852477, 0.0005362025, -0.01094119, 0.049598727, -0.0394131, 0.011464374, 0.008235251, 0.02342237, 0.021525096, -0.041140247, 0.0006562664, -0.02186853, 0.032628585, -0.06961326, -0.020649614, -0.08263944, 0.025775388, 0.012982969, 0.032411445, -0.010409428, 0.014180008, 0.026408527, -0.027458083, -0.0048436867, -0.011355529, 0.0054849973, -0.017257633, 0.0032748235, 0.009443645, -0.031948917, -0.047817748, 0.041658722, 0.009161696, -0.005674994, 0.03260643, -0.006032555, 0.031292513, -0.033814646, 0.06663978, 0.008652358, -0.00554039, 0.023046182, 0.01409138, 0.029949792, -0.053775348, -0.02826976, 0.02546657, 0.0054484378, -0.0002960746, -0.02578425, 0.05817354, 0.002792629, 0.038186703, 0.034243844, 0.060041387, 0.026828682, -0.03341184, 0.04864265, 0.02991877, -0.008826292, 0.008653467, 0.010554271, -3.4620512e-05, -0.042631976, 0.043969296, 0.035574377, 0.009928955, 0.016181627, -0.0030410658, 0.010718478, -0.00236832, -0.030386286, -0.011772083, -0.020069927, -0.06801795, -0.025681218, -0.007182787, 0.03022454, 0.06527268, 0.0049964325, -0.01922408, 0.021921154, 0.009050356, -0.026363244, -0.04967185, 0.01997022, 0.0097239325, 0.005606861, 0.0069916816, 0.026790183, -0.0678983, 0.0070692315, 0.026425837, 0.013701969, -0.030960709, -0.023069171, -0.038899053, 0.020053862, -0.0011628338, 0.040944155, 0.025034403, 0.08545118, 0.012043507, 0.021589905, 0.0222236, -0.0015388125, -0.038297556, -0.03130359, -0.013186261, -0.031765565, 0.019873282, 0.025225889, -0.002358055, -0.0023325917, -0.0024195584, 0.020479834, 0.019402998, -0.051487073, 0.023476586, 0.014264759, -0.01786917, -0.04287626, -0.054495454, 0.013990011, 0.02747484, -0.061235655, -0.03234664, -0.042159475, -0.039425425, 0.0042441976, 0.037089925, 0.0052667493, -0.010201142, -0.0035916704, 0.061871566, -0.06567373, 0.014121152, -0.0051948773, -0.008868114, 0.0062571727, -0.03690159, -0.062268175, -0.030618936, 0.0036370927, 0.050457872, 0.014318767, -0.023620052, 0.011583746, 0.006931303, -0.013963561, 0.01904959, 0.015261553, 0.012635362, 0.011698964, -0.018012082, -0.011059454, -0.0064117187, -0.013878083, 0.010768364, 0.04887752, -6.09321e-05, 0.058053892, -0.034020606, -0.017738996, 0.03801526, 0.040075045, -0.018297357, -0.022483114, 0.053879492, 0.018945452, -0.050134934, 0.034016732, -0.001781433, -0.07589703, 0.0003402504, 0.052259803, -0.007195527, 0.016494874, -0.014701255, -0.027776176, 0.010080663, -0.018342087, 0.053409755, 0.058357447, -0.000810397, -0.081726566, -0.028168911, -0.036995202, -0.015004807, 0.013289153, -0.0068509844, 0.009647214, 0.015654841, 0.0023431163, 0.069134675, -0.038278654, 0.011376577, -0.018111791, -0.03978818, -0.04904231, -0.005437359, 0.0018429192, 0.02803763, -0.007018824, 0.040738095, 0.06101962, 0.01292363, 0.014979327, -0.04050988, 0.015001483, -0.006857077, 0.0033462802, -0.0048745684, -0.03537455, 0.0035362777, 0.026306465, 0.026882134, -0.023606203, -0.025990209, -0.010802915, -0.057345416, -0.07273742, 0.061096065, 0.00034205065, 0.014386623, 0.03748958, 0.033026308, 0.038855292, -0.029390324, -0.015400312, 0.020181267, 0.007336476, -0.00018695078, 0.043740388, 0.025638012, -0.06670729, -0.06646252, 0.030106828, -1.7725702e-05, -0.028414302, -0.05067335, -0.011136726, -0.009745813, -0.0017826102, 0.012677201, -0.035383824, -0.0017603837, -0.0032993348, 0.0054240646, 0.0141041195, -0.011888961, -0.02527602, 0.017595805, 0.018988105, 0.013343022, 0.023333672, 0.050172597, 0.0051933536, 0.030127048, -0.017838703, 0.03390927, 0.010768364, -0.052480265, -0.018405927, -0.050672796, 0.005802502, -0.011854064, -0.03222699, -0.033729795, -0.050272793, -0.010005051, 0.011887299, 0.0047443947, 0.006696715, -0.0068908664, 0.051110957, -0.0032701152, 0.0028937208, 0.01824141, -0.0023641656, -0.013521387, -0.0349573, -0.019258976, -0.0045006666, -0.022046514, -0.0080164485, -0.0033345092, -0.010527959, 0.03266182, 0.013461287, 0.008436326, 0.03458063, -0.03756762, -0.00060599745, -0.010309711, 0.04798514, 0.034425877, 0.01019214, 0.07097593, 0.012196392, 0.064889364, 0.007016055, -0.037456624, 0.0927719, -0.0058051674, -0.051404536, -0.028906189, 0.009360001, 0.036665615, 0.017852828, 0.017437521, -0.0015050229, 0.013196232, 0.004878792, 0.00816047, -0.005846158, -0.021374982, -0.00094417064, 0.041213714, -0.006929088, 0.014498239, -0.041690852, 0.04448431, 0.005191415, -0.01302313, -0.0037836758, -0.008731155, -0.037044503, 0.04435303, -0.031992678, 0.057768065, 0.020157447, 0.008670084, -0.014984866, 0.037130084, -0.0071670003, -0.029891629, -0.006544108, 0.0336035, 0.00324048, 0.0049504563, -0.015733777, -0.03393586, -0.018914431, -0.061265014, -0.009190845, -0.010001174, 0.025799206, -0.04199579, -0.026554212, -0.0018988659, 0.0035275533, 0.032373503, 0.02067821, -0.020534672, 0.037165746, -0.03991385, -0.056977052, 0.013275444, 0.024616567, 0.012445659, 0.01698787, -0.019963574, -0.026513772, 0.047759686, 0.019972434, 0.04066719, -0.0018866794, 0.07058818, 0.035442818, 0.013156626, 0.007825344, 0.014544008, -0.040287476, 0.022831535, -0.0334484, -0.029125545, -0.07286593, -0.0077649658, 0.013535789, -0.034407806, 0.020620532, 0.03455958, -0.0061851623, 0.031193914, -0.039983645, 0.00068243954, -0.0031188927, 0.02891173, -0.010140209, -0.04629732, -0.008831832, 0.05507154, -0.026960794, -0.029513018, -0.033316564, -0.007622052, -0.001820762, -0.024557196, -0.0466474, 0.0049343924, 0.0030587222, 0.04099678, 0.017450124, -0.03143875, -0.05682639, 0.013013435, 0.013909138, 0.00035506798, -0.010563964, 0.0047200224, 0.0049908934, -0.021356147, -0.04870137, -0.031907927, -0.0253821, 0.028301854, 0.0018191002, 0.040143732, 0.046697255, 0.054205198, 0.016467178, -0.04223592, -0.038989898, 0.02569562, -0.06321539, 0.023854917, 0.009068913, -0.0020140829, -0.06728011, -0.018553998, -0.021658594, -0.01074053, 0.022066284, -0.06554965, 0.011728875, 0.0042073615, 0.0025857368, -0.017987156, 0.014818861, -0.01724136, -0.041956738, -0.024174398, -0.01093842, -0.07104794, -0.009477088, -0.019146666, 0.0051889224, -0.037678886, -0.008394782, 0.005826494, -0.019724276, -0.05288131, 0.0015997447, -0.021482999, -0.0035199367, -0.0056993673, -0.069894664, 0.03094049, -0.02195162, -0.036598038, 0.00056583766, -0.04709719, 0.04397304, 0.04094859, 0.027479824, -0.033881016, -0.0024239898, 0.0010081494, 0.023052275, 0.01467245, 0.04756914, -0.002059505, 0.0028671324, -0.001041108, 0.009467741, -0.037901983, -0.063489035, -0.039678432, 0.013244423, 0.007257567, 0.006607256, 0.038526814, 0.028188298, -0.018884521, 0.017078714, 0.0051714736, 0.024017774, 0.02376795, 0.03959915, -0.021330668, 0.02885606, -0.035150032, 0.012948626, 0.04100066, -0.028150631, -0.016753005, -0.013765393, 0.03991773, 0.003772251, 0.020171572, 0.061760016, 0.005946973, 0.015157692, -0.029309448, 0.0020226687, 0.02076566, -0.06757592, 0.0048047733, 0.036293376, 0.039942656, 0.004411484, 0.019119386, 0.004024565, 0.03251448, -0.05449324, -0.0064940467, -0.050025254, -0.035889007, -0.0133075705, -0.011656311, 0.030299872, 0.000895148, -0.021440344, -0.032367133, 0.072298706, 0.05598663, 0.014398255, 0.05710889, 0.0059484965, 0.059010252, -0.03266847, 0.028627565, 0.01375736, -0.00805744, -0.007137815, 0.027310874, -0.019342411, -0.0036825147, 0.01872499, -0.00766332, -0.019616814, 0.024215525, -0.08714841, -0.010200034, -0.03349964, 0.013730773, 0.063101284, -0.015032504, 0.042278882, 0.051408965, 0.013415033, -0.038918994, -0.013435407, -0.034064647, -8.765914e-05, -0.003912395, -0.012446767, -0.009720419, -0.0076154047, -0.0016695396, 0.05175905, 0.016864898, -0.074461244, 0.051607274, 0.015547657, 0.028785156, 0.03642521, -0.047708727, 0.050744254, 0.027634371, -0.020379018, 0.001967553, -0.033253316, -0.039520286, -0.07404026, 0.023745794, -0.0016784024, 0.008616907, 0.033200793, 0.04402178, -0.0004869029, -0.069981076, -0.021482581, -0.013031991, -0.04217886, -0.048575073, -0.035471346, 0.015562059, 0.0073250076, 0.037026778, 0.0033460034, -0.042240348, 0.048295893, 0.0042056413, 0.016806182, 0.0012020242, 0.015841238, -0.032484565, 0.00027834892, -0.03230523, 0.057630137, 0.0062920703, 0.031336274, -0.027264347, 0.016790949, -0.037538607, -0.0013604476, 0.018908061, 0.029677259, -0.0117222285, 0.028762167, -0.0071213013, -0.018407589, -0.0059370026, 0.052434847, -0.0077070803, 0.020377738, -0.0007134595, -0.023446396, -0.01487408, 0.02714248, -0.012869968, 0.049042586, 0.01645776, 0.0019548128, 0.029289506, -0.00061375246, 0.09050522, 0.024352068, -0.0009649429, -0.002546962, -0.0026727037, 0.00724732, 0.03933001, -0.04050766, 0.0042120703, 0.018398171, -0.018205404, -0.0064078416, 0.010850346, -0.01505106, -0.006947368, -0.0068011303, 0.0419235, -0.026961347, -0.060601268, -0.06565074, 0.016864622, -0.014550586, -0.022563713, -0.011040897, 0.015738348, -0.0219134, 0.0017318565, 0.009629488, 0.0027751802, 0.0021043732, -0.047557365, 0.01114836, -0.02163865, -0.008278319, 0.0006420028, 0.056276336, 0.023144228, -0.022655664, -0.0124606155, -0.009848843, 0.014771604, 0.024443744, 0.0020406714, 0.019972434, 0.024590326, 0.035110187, 0.01145302, 0.01863636, -0.013070351, 0.027085427, 0.025026476, 0.018029809, -0.031122455, 0.016328141, 0.028105484, -0.010732358, 0.0021899552, 0.010566735, 0.024565056, 0.050616298, 0.031691343, -0.068009086, 0.0395117, 0.004535564], [-0.012971586, -0.081713244, -0.034566995, 0.008401239, 0.009536903, 0.048374947, 0.033813097, -0.041670445, 0.0019731664, -0.0052136215, -0.006536289, 0.02628427, -0.049959593, -0.0014933514, -0.0073686414, 0.034678288, 0.018879848, -0.07662055, 0.035576116, 0.0498376, -0.0121330125, -0.0399711, -0.021306077, 0.021913903, 0.0018662881, 0.00538056, 0.020492785, 0.0107169775, 0.019969147, 0.020773156, 0.0035784792, -0.058980696, -0.0058813756, 0.022812001, 0.024851382, 0.002009149, 0.025925515, -0.030253343, -0.050980486, -0.046534404, -0.08646136, 0.03724577, -0.02376307, 0.05183979, 0.003373016, 0.058488443, 0.02501939, 0.029843487, 0.0045769005, -0.02170523, 0.05202492, -0.011205889, -0.029122228, 0.016177129, -0.01775823, 0.011208664, 0.039318323, 0.032138895, -0.016567454, -0.0154059725, 0.019630536, -0.006824686, -0.06289359, -0.04600229, -0.005393134, -0.017242381, 0.041721813, -0.0032225307, -0.012741644, -0.063440956, -0.027752476, 0.029514426, 0.022434518, -0.022528153, 0.02324707, 0.019518977, -0.03425987, 0.023481093, -0.017700844, 0.009114741, 0.033213295, 0.0072717955, -0.035033565, -0.067548074, -0.0247433, 0.0011139943, -0.021346474, 0.010756839, 0.04430187, -0.0029653006, -0.027154544, 0.016033597, 0.052278537, 0.019694477, 0.029740222, -0.0053955414, 0.00088552374, 0.03903153, 0.025468841, -0.0071505373, 0.03524866, -0.016201606, -0.04006821, 0.005676448, 0.008281654, -0.030682461, 0.0015923375, -0.036766626, 0.0076830555, -0.016812745, -0.005701596, 0.0068375273, 0.016939988, -0.067190655, 0.019016022, 0.008151099, 0.03235399, -0.011199869, -0.024935387, 0.0066076526, -0.030734899, 0.006087909, 0.010942773, 0.029894318, -0.046962187, -0.046118934, 0.0015805662, -0.017007407, -0.035463486, 0.0031126428, 0.016641427, 0.012118566, 0.038639333, -0.011674467, -0.024575558, 0.03397415, 0.029596692, 0.044816595, -0.029609133, 0.044275116, -0.03899194, -0.033231486, -0.00022579517, 0.0059815994, 0.04559136, -0.028745279, 0.035702392, -0.025144594, -0.026410546, -0.011387674, -0.011543913, 0.017607743, -0.0006420716, 0.023297032, 0.011800474, -0.07998874, 0.005229941, 0.019780086, -0.053129286, -0.014028194, -0.012737363, -0.0028318034, 0.031706564, 0.012046333, -0.025831344, -0.050034497, 0.02017282, 0.012792206, -0.016038949, 0.01787795, 0.04404183, 0.033857774, -0.014104173, 0.012727062, -0.025386976, -0.013904863, 0.038216103, -0.0054297857, -0.0074262265, 0.015536595, -0.00940635, 0.0019026722, -0.019909035, -0.012772409, 0.0034634413, 0.030476999, -0.034679357, -0.01685759, 0.021699881, 0.014844696, 0.038070563, -0.04684447, -0.0012199361, 0.015467504, -0.029329833, 0.008100803, -0.016280795, 0.009317027, 0.020843249, 0.03774525, 0.025000129, -0.017163109, 0.043908067, -0.030168204, -0.056709904, -0.02973313, 0.026133385, 0.032970376, 0.048570976, -0.058980696, -0.010536395, 0.051421378, 0.044831578, 0.060013898, 0.012449768, -0.0029604852, 0.016672458, -0.06904838, 0.04716444, 0.06955347, -0.0062516374, 0.015292006, 0.03344404, -0.042920344, -0.0433698, 0.008178387, -0.013522295, 0.015031966, 0.019867033, -0.026218057, 0.054745167, -0.021731984, 0.008726422, -0.033419825, 0.00068144867, -0.030511243, -0.030122254, 0.01603788, -0.075697035, 0.026519697, 0.008304126, 0.02503223, 0.047106653, -0.008398698, -0.047613893, -0.018638268, -0.07240856, -0.015857028, -0.030663198, 0.005849272, 0.06491665, -0.023772702, -0.013000746, 0.012237884, -0.008351746, 0.021645838, 0.018989269, 0.00564916, 0.009982073, 0.007382912, -0.018024823, -0.06983599, -0.005111291, -0.03893455, 0.06617404, 0.0020193153, 0.028456079, -0.06044034, 0.004599373, -0.04797345, -0.005416142, -0.054913707, 0.03236469, 0.020143926, -0.045497786, 0.020743193, 0.0002653896, 0.05402658, 0.026654532, 0.014832924, -0.033830754, -0.010751221, -0.0035367445, 0.0043018796, 0.0106883515, -0.006494287, 0.0086166, -0.02931806, 0.0071505373, -0.021860933, -0.012596374, 0.02495652, 0.014976855, 0.045578524, 0.044255454, -0.028804403, 0.010996547, -0.0074777263, -0.030390318, -0.052705515, 0.052801825, -0.035636045, 0.010091693, -0.00658926, 0.0012314398, -0.021282533, -0.030182716, 0.021908287, 0.014898937, 0.025240904, -0.023254229, -0.014205165, -0.064630926, 0.008566305, 0.020371862, -0.028546369, 0.053822722, 0.08952618, -0.0033756245, -0.015531454, -0.02505651, -0.030821042, -0.011901332, -0.05262419, 0.028287536, 0.046252698, 0.012579253, 0.009475104, -0.047641713, -0.03972283, 0.06022525, 0.019725509, 0.028159121, -0.00014660635, 0.019184355, 0.040852875, -0.017944831, 0.007570024, 0.022442542, 0.0075978474, 0.023086753, -0.06921532, -0.0064774323, -0.011700551, 0.026271965, -0.053840917, -0.0018818049, -0.04036918, 0.020842714, 0.010700925, 0.039750654, -0.0055360617, 0.007854676, -0.018500222, -0.023985654, 0.026225416, 0.01937772, 0.013439094, 0.007515448, -0.007128065, 0.000809445, -0.025440482, -0.0058326186, 0.023406856, 0.00043232823, -0.042740565, 0.039303344, 0.002097434, 0.039305482, -0.012999809, 0.08335802, -0.011260331, 0.027774947, 0.028826874, 0.032426447, 0.051967137, -0.07040743, 0.0023751298, 0.029905822, 0.02031889, 0.03501591, -0.005445837, 0.045467228, 0.0059937383, 0.034379724, 0.05219614, 0.009032343, 0.026052056, -0.02905588, 0.05441771, 0.032031346, 0.036467526, 0.02085716, 0.013531659, -0.003863666, -0.0066170827, 0.043982442, 0.04297546, 0.035700787, 0.018943252, 0.0029535294, 0.010185931, -0.008827782, -0.029462526, -0.01009069, -0.023568308, -0.012413384, -0.02701905, 0.033283386, 0.012499262, 0.063871145, -0.020244518, -0.002160571, 0.04927498, 0.0042654956, 0.010037719, -0.019716948, 0.018701406, 0.00707991, 0.0017578048, 0.0025725667, 0.048713975, -0.03523903, 0.014093472, 0.022280956, -0.015388316, 0.0019452763, -0.028768284, -0.048894823, 0.012189729, 0.023348933, -0.00029107244, 0.008252225, 0.08637575, 0.027331918, -0.012630618, 0.009064446, 0.010642069, -0.0679911, 0.004342277, -0.0314488, -0.0231523, 0.0011945207, 0.022166453, -0.011978916, 0.010192351, -0.07315015, 0.032956466, 0.03209074, -0.032336865, 0.034045845, -0.022433981, -0.0301573, -0.02011256, -0.046819862, 0.05577676, 0.061249353, -0.04069236, -0.004103373, -0.0523695, -0.05558628, -0.00035099915, 0.03612081, 0.0030301767, -0.02305987, -0.0008346931, 0.053229876, -0.06512077, 0.033120193, 0.016216587, 0.012004599, -0.023421703, -0.007823642, -0.037428495, -0.028437352, -0.0038497543, 0.043187875, 0.019701298, 0.003918777, 0.029715072, 0.02555271, 0.012602795, 0.019038092, -0.021897852, 0.007800635, 0.014437514, 0.008530991, 0.015495864, 0.0006602636, 0.01876053, 0.024779683, -0.011996037, 0.007545411, 0.06775568, -0.034641102, -0.033400565, 0.038327392, 0.04863371, -0.024991099, -0.027907375, 0.050766997, 0.031918984, -0.04287968, 0.008207815, -0.029279267, -0.07430909, 0.018982846, 0.042256072, -0.023009438, -0.0335354, -0.024113, -0.02914149, 0.0053051165, -0.019160822, 0.07394525, 0.03604991, -0.013997162, -0.05559698, 0.012150134, -0.03139302, 0.0043564555, -0.03989833, 0.0024412097, 0.054096673, 0.0063716243, -0.012760103, 0.023083009, -0.04311939, 0.05702238, 0.016870966, -0.019929903, -0.036620554, -0.01810428, 0.01594451, 0.0072960737, 0.016113857, -3.5581466e-05, 0.044281002, 0.0090607, -0.018432805, -0.044399317, 0.014547612, -6.581234e-05, -0.0018103744, -0.025051493, 0.0011889025, -0.01589903, -0.003290617, 0.022945365, -0.018482432, -0.014550145, -0.0048867, -0.07227158, -0.05737552, 0.049101155, -0.024074474, -0.013784868, 0.04902645, 0.03347333, 0.03872548, -0.021784654, 0.009358461, 0.03801813, 0.032888245, -0.01596919, 0.033490453, 0.0054683764, -0.059759747, -0.06426615, 0.04696861, -0.01452794, -0.02539072, -0.061121874, -0.013356293, 0.016938651, -0.025423026, 0.0119951, -0.01677198, -0.03328713, 0.004671071, 0.037773073, -0.02484028, -0.02546028, -0.02883624, 0.038040433, 0.03861927, -0.033016395, -0.001966612, 0.033312812, 0.013885334, 0.05389549, -7.192372e-05, 0.061647434, 0.015326249, -0.033571783, -0.04859626, -0.021678478, 0.034658488, -0.014429489, -0.038637795, -0.012237618, -0.03836164, 0.00047660441, 0.012309583, 0.008256439, 0.0002447898, 0.021982927, 0.07044809, 0.008387595, 0.024968024, 0.016462449, 0.022887712, -0.02286417, -0.036671802, -0.033210084, -0.003273495, -0.05919044, 0.023413142, -0.05745257, -0.007159098, 0.016842607, 0.0004965354, 0.0023183466, 0.035634976, -0.042460065, 0.056944527, -0.0017507152, 0.045851402, 0.049567927, -0.036743615, 0.042085655, 0.019262683, 0.08261214, -0.009395648, -0.05183658, 0.08997563, -0.006367745, -0.014463197, -0.0356842, -0.011743489, -0.029634817, 0.017792372, -0.0011675002, -0.008190693, 0.003554, -0.0007062788, -0.0055153947, -0.010683002, -0.021239461, -0.0014489416, 0.043765742, -0.013192431, 0.011208965, -0.029627323, 0.017821766, 0.003159193, -0.009071401, -0.029313244, 0.006024772, -0.025660392, 0.02618368, -0.024138683, 0.064136535, 0.01670871, 0.046405457, 0.009870112, 0.0016404929, -0.010500012, -0.019272849, -0.016208028, 0.055930857, 0.0134304, 0.0034238466, -0.018270683, -0.039647922, -0.010477404, -0.026761545, -0.028399363, 0.0058171684, 0.020431789, -0.023809085, -0.06772678, 8.520826e-05, -0.005765268, 0.03425345, 0.032527346, 0.0033387723, 0.016430613, -0.0564199, -0.062489085, -0.03542416, 0.03666443, 0.002081382, -0.010894751, -0.010727947, 0.015412929, 0.07066212, 0.04978463, 0.039828237, 0.028509049, 0.012927042, 0.056286134, -0.024887232, 0.00077904685, 0.002716665, -0.03559431, 0.010792154, -0.0002718103, -0.029925888, -0.04996815, 0.009548675, 0.012712215, -0.006785627, 0.02036116, 0.039684303, -0.021057272, 0.04597206, -0.02513523, 0.012336335, 0.03883035, -0.010582411, 0.015467806, -0.0746344, -0.03553652, -0.0036413486, -0.013005161, -0.05111746, -0.040919226, -0.034402195, -0.022049807, -0.02440618, -0.029444333, -0.0047502597, -0.006901701, 0.026352758, 0.0073281773, -0.043504633, -0.018461699, 0.025426036, 0.038237505, 0.037216075, -0.020047616, 0.017069474, -0.006880065, 0.007424488, -0.035051223, -0.061181396, -0.01500615, 0.034579836, 0.007880894, -0.0044595553, 0.073881574, 0.01851253, -0.024895791, -0.017246043, -0.022837417, 0.01750588, -0.016823346, 0.027763175, -0.0006987879, -0.00051258714, -0.04096631, -0.014133067, 0.0286792, 0.012608146, 0.0100930985, -0.027916202, -0.0070630554, 0.0137595935, -0.015842047, -0.0034377584, 0.0026228626, 0.015056044, 0.013434813, -0.029968692, 0.004341407, -0.06376199, -0.026931157, 0.0037882226, -0.030281704, -0.043823525, -0.036710445, 0.0053067217, 0.013856975, -0.024141893, 0.04762245, -0.03866769, -0.018124076, -0.0013547711, -0.047395587, 0.009261883, -0.0063685477, -0.02686267, 0.03569597, -0.047252726, 0.02052489, 0.0363862, 0.030153822, -0.034564853, -0.025579598, 0.006521976, -0.012312792, 0.038903117, 0.04192968, 0.039321534, -0.01415982, -0.017398, -0.03252962, 0.001063431, -0.055708274, -0.038350403, -0.0009973512, -0.012041652, -0.005139783, -0.005511115, 0.024033675, 0.014751695, 0.017774682, -0.0026319586, -0.01837823, 0.013783673, 0.007156156, -0.015379756, 0.0068609444, -0.023352679, 0.04338906, 0.00063886127, -0.0072833155, -0.017231062, 0.0064651924, 0.054558963, 0.033935625, 0.012520663, 0.023391737, -0.011740012, -0.015655845, -0.0068723066, 0.0043457546, -0.0030776632, -0.07677143, -0.008347466, 0.065251596, 0.005985177, 0.008331949, 0.0055397404, -0.03556408, 0.013196177, -0.039464664, 0.00048289134, -0.059006378, -0.042503003, 0.007132345, -0.014692739, 0.01587736, 0.011186627, 0.018048165, 0.008580752, 0.032535106, 0.056717396, -0.0036457626, 0.034064442, 0.0024181854, 0.04995852, -0.03129778, -0.034935918, 0.032183304, 0.0017220895, -0.0009845097, 0.012978039, -0.039781753, 0.004678562, 0.033670235, -0.028123807, 0.01918082, 0.014434338, -0.0520185, -0.007888118, -0.02509102, 0.022981815, 0.017590087, -0.0034950096, 0.0609144, 0.028837577, -0.03692233, -0.046848144, 0.0051750974, -0.022807453, 0.009925357, 0.05924181, -0.03094571, 0.025071826, -0.009977792, 0.026807293, 0.025453726, -0.02236349, -0.03172262, 0.042549018, 0.013438626, 0.041922998, 0.04091588, -0.025150213, 0.06659139, 0.039209172, -0.0022419, -0.01604537, -0.009811389, -0.017037371, -0.049276855, 0.025606886, 0.002933197, 0.03406511, 0.040029418, 0.016904676, -0.006256988, -0.09122339, -0.024391897, -0.020956948, -0.037184473, -0.037308104, -0.048138246, -0.012983757, 0.021294305, 0.019940069, -0.011927551, -0.027746055, 0.08751008, -0.017357336, -0.0086166, -0.008687363, 0.0005527166, -0.059027784, -0.016263139, -0.007542201, 0.059598424, 0.0076692775, 0.062366556, 0.0042440933, 0.018610446, -0.0678782, 0.03560073, 0.01810856, 0.018686423, -0.008369404, 0.047135744, -0.0016059815, 0.007870727, 0.05144385, 0.042868983, -0.03945958, 0.024069123, -0.012440138, -0.050860632, -0.0071457215, 0.060838424, -0.032084852, 0.050751477, 0.02620401, -0.0008527847, 0.025225922, -0.043712236, 0.05408383, 0.009599506, 0.009344282, 0.0021841135, -0.016270094, 0.0042515844, 0.034852717, -0.0321207, -0.021066368, 0.013102542, -0.040078107, -0.013686558, -0.013348669, 0.029569538, -0.009291846, -0.030233013, 0.058976416, -0.02269576, -0.027096491, -0.052431565, 0.047089532, -0.01040049, -0.014656355, -0.05282965, 0.013257708, -0.032513436, 0.0146049885, 0.0063936957, -0.0070997067, -0.005989458, -0.05979827, 0.011242674, -0.010868132, 0.019000772, -0.010009093, 0.038796104, 0.03630487, -0.014403004, -0.04921907, 0.02796302, 0.0057296865, 0.019069126, 0.013434278, 0.031691317, 0.013472267, 0.008689369, -0.022874337, 0.012478661, -0.032378867, 0.013068297, 0.048420757, -0.019834796, 0.018602954, 0.014007328, 0.035067275, 0.008530991, 0.016610928, -0.0011551938, -0.023626631, 0.04874782, 0.047484938, -0.03135503, 0.010494761, 0.004259075], [-0.028988728, -0.08603851, -0.03553385, -0.046307094, 0.014943654, 0.048048966, 0.029605076, -0.0033203268, 0.03673357, 0.0113343075, -0.012992773, 0.02908135, -0.08921578, -0.02796625, -0.0073644146, 0.03087172, -0.0065196636, -0.018138383, 0.040800452, 0.06693706, -0.0028960118, 0.011762016, -0.0058385767, 0.05430458, -0.006751703, 0.030832924, -0.019880258, -0.0089828735, 0.024703387, -0.00960601, 0.014818541, -0.066169165, 0.010623882, 0.015624012, 0.03657257, 0.022253208, -0.0033719721, -0.036222454, -0.04818087, -0.053998105, -0.062335055, 0.00812406, -0.023880944, 0.02391683, 0.031588446, 0.0073040402, 0.011206043, 0.03218491, 0.013370413, -0.03355724, 0.038855147, -0.0015144415, -0.057683587, 0.0090958625, -0.008006222, 0.024641072, 0.031356156, 0.026960138, 0.019762903, -0.024671623, 0.004872593, 0.01680579, -0.063528225, 0.004561267, 0.0062747733, 0.02512819, 0.025567537, 0.017948048, -0.0043023136, -0.029327696, 0.0038872121, 0.015487595, -0.008472726, -0.0028801304, 0.03402159, -0.020380707, -0.06624881, 0.006710484, -0.0028960118, -0.025734352, 0.011042863, -0.01016247, -0.014001916, -0.038966194, -0.058543853, 0.046080142, 0.006621984, 0.040258054, 0.029267564, 0.003824171, -0.043682642, -0.02837335, 0.013725748, -8.0013715e-06, -0.0027272555, -0.019059753, 0.0007172139, 0.02815125, 0.049738467, 0.04581052, 0.016728733, -0.036113344, -0.014775382, -0.04758731, 0.0265317, -0.0027667775, 0.03023064, -0.029293751, 0.0076134265, -0.049849033, 0.004425486, 0.0032172787, -0.01024903, -0.057350926, 0.020404954, -0.0155992815, 0.064288355, -0.038982686, -0.047051944, -0.04469324, -0.023164215, -0.012040853, 0.032709125, 0.034973267, -0.008080901, -0.050099257, 0.0050820834, 0.0066425935, -0.051941995, 0.013561597, 0.044346027, 0.0064476514, 0.027069246, -0.023149665, -0.058829963, 0.04348479, 0.00076376734, 0.06303336, -0.029246468, 0.02056789, -0.011238775, -0.020867577, 0.009428162, -0.008749622, 0.021395184, -0.025963482, 0.0033753668, -0.033005357, 0.010080759, -0.010254364, 0.0007603728, 0.017459478, 0.003503146, 0.028305702, -0.012067705, -0.06220412, 0.0082642045, 0.03459405, -0.021320505, 0.0058987085, -0.009070646, 0.0037878011, 0.035724428, 0.019211173, -0.01376042, -0.024037091, 0.024881842, 0.023171972, -0.0047496627, 0.025511768, 0.09328533, 0.0010605456, 0.014730283, -0.0075115906, -0.046085477, -0.027423369, 0.020384707, -0.04412102, 0.01840958, 0.057918295, 0.02252765, 0.016154345, 0.018444616, -0.033693776, -0.042112436, 0.01890312, -0.026139755, -0.01168758, 0.012379334, 0.028160948, 0.021968372, -0.025130128, 0.033114042, 0.0028938295, -0.00375919, 0.048288524, -0.047810376, 0.020451507, 0.014689792, 0.037711438, 0.024879295, 0.017336791, 0.058630176, -0.04546622, -0.03448058, -0.039580725, 0.017237136, 0.0076248227, 0.05667881, -0.02972437, -0.0020017978, 0.031176254, 0.0368405, 0.052225683, 0.019980395, 0.02114605, 0.025788482, -0.04433051, 0.014082415, 0.05033396, -0.046262477, 0.013020899, 0.02447741, -0.032646567, -0.03835421, 0.02383148, 0.00324589, 0.030130742, 0.016093912, -0.011838636, 0.06844907, -0.0069568297, -0.028866526, -0.04609372, -0.03670399, 0.0022820884, -0.055940744, 0.04403761, -0.035990655, -0.00066726597, -0.017001703, 0.029834632, 0.027210483, -0.0037213652, -0.036896992, 0.009029912, -0.04115712, -0.010152529, -0.020008279, -0.005354494, 0.04085646, -0.010390145, -0.046561196, -0.002510976, -0.011309091, 0.0003801864, -0.012918578, 0.02258178, -0.00971706, 0.018993316, 0.0042465464, -0.07130435, 0.019638762, -0.03644746, 0.055332642, 0.019049084, -0.003577583, -0.043883406, 0.01922269, -0.029928526, 0.0067900126, -0.06052965, 0.033219755, 0.030804798, -0.023935255, 0.009826655, 0.01157544, 0.016859256, 0.05455869, 0.014379193, -0.065692715, -0.013210507, 0.0026642145, -0.018610464, 0.031398736, -2.0852061e-05, 0.0036641434, -0.035204098, -0.0052189557, -0.04495801, 0.0053575244, 0.028884467, 0.008212318, 0.069585755, 0.052260112, -0.030475045, 0.026143633, -0.028469851, -0.031190803, -0.028554715, 0.013638217, 0.028897077, -0.014165096, 0.039250366, 0.024178691, -0.012497658, -0.044183332, 0.04282522, 0.002390834, -0.006699876, -0.030608885, -0.023687152, -0.020432595, 0.00023895006, 0.047681876, -0.016779816, 0.019322101, 0.05680295, -0.017260171, 0.012955433, -0.016080333, -0.015213275, 0.019240025, -0.05604185, 0.032726582, 0.053596586, 0.004256851, 0.0032970503, -0.07526139, -0.03416586, 0.045083128, 0.02934588, 0.00035012062, 0.008644391, -0.009536604, 0.015872782, -0.0075135306, 0.00042079945, -0.01680676, 0.019285731, -0.020644508, -0.08168577, -0.012154084, -0.011083597, 0.032176185, -0.0493641, -0.010494891, -0.060046174, 0.020522306, 0.0234028, 0.039656013, -0.023365945, 0.0047731823, -0.013999491, -0.006044673, -0.002623965, -0.0021336991, -0.009463926, -0.009266074, 0.00145431, -0.034791417, -0.009148721, -0.048083395, 0.031762175, 0.039243095, -0.034705102, 0.056712758, -0.0006711454, 0.027718207, -0.03268536, 0.051674314, 0.009989591, -0.023276718, 0.036849104, 0.019072846, 0.05856034, -0.0418399, -0.024405155, 0.020238865, -0.0045767543, 0.018047823, -0.043369375, 0.05234061, 0.02214489, 0.019148495, 0.0068564485, 0.03894389, 0.034366135, -0.04023611, 0.051870227, 0.0141095705, 0.02246858, 0.035860453, -0.0015285045, 0.022908172, 0.016002744, 0.050731607, 0.046652365, -0.0016642854, 0.009886786, -0.03070684, -0.011661394, 0.0014344278, -0.02901273, 0.0033867627, -0.045013294, -0.050619103, -0.010718929, 0.014569104, 0.033501986, 0.055656575, -0.01645567, -0.003164785, 0.029333513, 0.03482973, -0.006091711, -0.035898518, 0.015981892, 0.023671452, 0.009119261, 0.032861877, 0.057353836, -0.038131144, 0.013626578, 0.04192137, 0.0021792827, -0.009775737, -0.012918578, -0.056337416, 0.022173135, 0.008250385, 0.029088138, 0.0041757463, 0.09308747, 0.024578277, -0.017117359, 0.01312322, 0.008039681, -0.032877393, 0.0013519893, -0.015116774, -0.0044176057, -0.013033023, 0.0238373, -0.042626943, 0.017555496, -0.030352842, 0.064313576, 0.03339715, -0.02255417, -0.005653818, -0.022631032, -0.015388335, -0.012872995, -0.045584787, 0.053369634, 0.048805337, -0.06153782, -0.028587203, -0.036875658, -0.052874524, 0.0004604426, 0.021707237, 0.00020585347, -0.017706795, 0.028952358, 0.06667228, -0.057291765, 0.036551237, -0.014132848, 0.008220955, -0.0068939095, -0.02333491, -0.039928302, -0.015544969, 0.017744618, 0.0498083, 0.011215862, -0.034792878, 0.041336544, 0.041208036, 0.010112764, 0.03770489, -0.025213536, -0.009608435, 0.009831989, -0.0021237582, -0.03150892, -0.019831885, -0.009311657, 0.0038663598, 0.037995365, 0.011973932, 0.066076785, -0.040722135, -0.017519126, 0.017832391, 0.000269622, -0.050575458, -0.019135183, 0.05403981, 0.042541113, -0.054510195, -0.0004969337, -0.0013374414, -0.08821876, 0.042111464, 0.07460576, -0.025347376, -0.009956949, -0.02904886, -0.022436816, -0.008233169, -0.00494703, 0.04283886, 0.02167693, -0.011581137, -0.065859534, 0.00043934805, -0.007087276, -0.0077521172, -0.019417146, -0.013154741, 0.020334154, 0.023669513, -0.020667786, 0.019911293, -0.05813603, 0.0012021456, 0.006565247, -0.026051497, -0.06710678, -0.018807588, -0.006943251, -0.0008554194, -0.005454511, 0.029618412, 0.022518769, -0.0051318724, -0.008874249, -0.04543131, 0.002756109, -0.018973012, -0.027209515, -0.009707361, -0.016393842, -0.0049942504, 0.029237013, 0.025616512, -0.007828737, 0.008969296, 0.011275509, -0.075082935, -0.043651603, 0.07432984, -0.030169537, -0.039071426, 0.050032094, 0.03926346, 0.021348145, -0.031294823, -0.0032587405, -0.0051252423, 0.03518373, 0.004199023, 0.041176513, 0.022839312, -0.0626842, -0.07279794, 0.04289899, -0.023977688, -0.008942139, -0.051266488, -0.002709798, -0.010694682, -0.023249563, 0.0005664002, -0.027365662, -0.018417703, -0.0049909162, 0.02063675, -0.0002633179, -0.0013750236, -0.030708294, 0.017016737, 0.040526707, 0.008463875, 0.0041496814, 0.0346891, -0.00537671, 0.029016368, -0.017442992, 0.07184553, 0.00040346314, -0.050470714, -0.021770522, -0.025871709, -0.014974689, -0.0096305, -0.020021858, -0.030393576, -0.055027135, -0.013546079, -0.0062114894, 0.0014383072, 0.001634462, -0.023309695, 0.037580263, 0.01421759, -0.003376094, -0.006364728, -0.00013384114, -0.034155432, -0.02490706, -0.040862765, 0.008359737, -0.06337086, -0.019222206, -0.022481432, -0.021082887, 0.00312199, -0.0005043289, -0.021483442, 0.00723324, -0.009324265, 0.017637327, -0.008700401, 0.064024314, 0.036862746, -0.0038964257, 0.068557695, -0.0018815347, 0.049451876, 0.0029328666, -0.05880087, 0.08993736, -0.016694803, -0.026056347, -0.017675515, -0.011097175, 0.005959385, 0.021873811, 0.029569311, -0.029867424, 0.012414462, -0.004873917, -0.013092457, -0.008954748, -0.04023914, -0.020227954, 0.06888163, 0.010640855, -0.009939644, -0.037150614, 0.015990134, 0.021508658, 0.016218053, 0.012760733, -0.00801301, -0.009750338, 0.039335717, -0.044161752, 0.018725635, 0.04645257, -0.0023722856, -0.00021336992, 0.023495907, -0.009239038, -0.03772768, -0.028088331, 0.041013576, 0.01215966, 0.008416474, -0.020540249, -0.005643392, -0.021312261, -0.050542485, -0.010910234, 0.0043852367, -0.007906568, -0.0384415, -0.037994392, 0.028034868, -0.0057163737, 0.0376941, 0.025379866, 0.0063899136, 0.015037245, -0.054277427, -0.054772057, -0.017466268, -0.005477485, -0.015405914, -0.009827745, -0.0024827288, -0.03622512, 0.056595735, 0.02993774, 0.05649696, 0.04392947, 0.05104972, 0.05592135, -0.011522945, -0.02804675, -0.016025657, -0.03261941, 0.027268676, -0.015915092, -0.038181577, -0.096604206, -0.016363049, 0.034794815, -0.008562559, 0.040499065, 0.026351245, -0.017564224, 0.0057404996, -0.012407461, -0.01156271, 0.03305876, 0.009032337, 0.0062337965, -0.063025594, -0.0058502154, 0.034112033, -0.02078029, -0.017830936, -0.031265117, -0.056729242, -0.023312602, -0.0147371935, -0.047577612, 0.02340474, -0.021588186, 0.010663374, -0.005638785, 0.0031908501, -0.033564057, 0.022670068, 0.02474897, 0.030177295, 0.007273005, 0.02184326, -0.0051536113, 0.0024935184, -0.052146155, -0.028630713, -0.022427117, 0.03967226, -0.033151865, 0.04109135, 0.04541288, 0.030154988, 0.0034784148, -0.013539171, -0.04637692, 0.05202686, -0.034901984, 0.010697107, -0.0052847853, 0.012676113, -0.06507686, -0.023541491, 0.0066348347, 0.012241129, -0.00534872, -0.045792338, -0.016535502, -0.014967901, -0.0015236553, 0.022047902, 0.0020568375, 0.0026215403, -0.025631547, -0.017558768, -0.0035925554, -0.058603015, -0.011467178, -0.013926146, -0.018370604, -0.027233275, -0.02116193, 0.004368264, -0.032309055, -0.030948337, 0.048112977, -0.039069973, -0.031744413, -0.0026303902, -0.0480286, -0.0038051372, 0.009297958, -0.044501208, 0.024102073, -0.013186003, 0.053396795, 0.029563857, 0.040240597, -0.024698537, -0.0032534366, 0.0023519185, -0.022689952, 0.0073487754, 0.023633415, -0.0002932624, -0.018934095, -0.021207029, 0.00962856, -0.022578416, -0.08177887, -0.047113534, 0.0018255251, -0.009935279, -0.005759048, 0.0073350756, 0.0024949734, 0.013580025, 0.037887707, 0.028548652, 0.0066339863, 0.0044613713, 0.022821853, -0.031629182, -0.007861712, -0.023312602, 0.0010232057, 0.03938906, -0.0020529581, 0.0073573827, 0.019956391, 0.04049373, 0.005052745, 0.029412072, 0.067704216, 0.016856223, 0.00032635898, -0.023732312, -0.00875344, 0.029382978, -0.08046762, -0.012007271, 0.042286526, 0.026492057, 0.036059756, 0.007443943, -0.030497352, 0.04474658, -0.052068565, -0.00972106, -0.051562782, -0.04098448, -0.010679649, -0.018816317, 0.011637633, 0.01795411, -0.025193168, 0.0059006484, 0.043488424, 0.018669868, 0.037067205, 0.036133226, -0.010619033, 0.06824152, -0.03196136, 0.04822257, 0.017856153, -0.0053929244, 0.015387366, 0.053394854, -0.034221623, 0.0042606094, 0.059945308, -0.028490704, -0.007959668, 0.03577353, -0.06995042, 0.0061342637, -0.027974736, 0.014454721, 0.02377523, -0.01689732, 0.014668212, 0.021453377, -0.02044981, -0.0224373, 0.0008418413, -0.0075879074, -0.0024566636, -0.0036248642, -0.031159768, 0.0005370618, -0.019341012, 0.019832188, 0.03086493, -0.008465936, -0.050091498, 0.060727865, 0.031181589, 0.03030241, 0.035657994, -0.06403195, 0.03543129, 0.023510091, -0.015252556, -0.008342763, -0.00968166, -0.014465511, -0.067812845, 0.036998343, -0.030543903, 0.015378152, 0.034458727, 0.009465381, 0.02029342, -0.05832952, -0.011376754, -0.012403581, -0.02172639, -0.04030121, -0.038638383, 0.0018390957, 0.014922317, 0.021977587, -0.011027223, -0.033592425, 0.065844014, -0.011135243, -0.00903464, 0.0026002033, -0.004417, -0.025134007, 0.014597412, -0.0144626, 0.02992901, 0.0005084508, 0.037010953, -0.023340972, 0.013993914, -0.057148222, 0.0152902575, -0.015640015, 0.04342496, -0.03589522, 0.023696668, 0.013330771, -0.02666724, 0.0014632812, 0.034425784, 0.011857912, 0.05205547, -0.02312542, -0.02128783, -0.014383073, 0.035530116, -0.015309777, 0.06296886, 0.010174836, -0.007499468, 0.035728794, -0.02163183, 0.08169352, 0.0028590357, 0.016401842, 0.0057445, -0.01716852, -0.0015918487, 0.043650635, -0.05432786, 0.015500355, 0.03925425, -0.009410826, 0.0023863486, 0.0048660007, 0.011485121, -0.013158135, 0.0060044234, 0.031543832, -0.03137835, -0.021159507, -0.0432142, 0.06297129, -0.021843746, -0.06726362, -0.013807944, 0.022014199, -0.009946917, 0.007817825, 0.0193575, 0.00533934, -0.0057299524, -0.080917634, 0.010480099, -0.0065463344, 0.012613556, 0.0062054885, 0.050722394, 0.044582676, 0.004873563, -0.0064248596, -0.0037099693, -0.004009657, 0.050438706, -0.013503891, 0.02703397, 0.029032372, 0.023305815, 0.030837286, 0.017259687, -0.0047345087, 0.049032405, 0.060550015, 0.010366868, -0.02101921, 0.014731253, 0.0043842667, -0.0025449211, -0.0011003099, 0.01404362, -0.00634921, 0.06765378, 0.02028134, -0.06850338, 0.0004383782, -0.009745186], [-0.021821983, -0.08397242, -0.047934677, -0.051238738, 0.013107692, 0.028754773, 0.005944847, -0.018565645, 0.010017668, 0.022595543, 0.02932272, 0.022329113, -0.06237499, -0.022189405, -0.02946026, 0.038208704, -0.020636031, -0.030248558, 0.051314056, 0.062275805, -0.009616736, 0.033504426, -0.024035584, 0.03905267, -0.009999422, 0.006752674, -0.009616269, 0.030486682, 0.025774922, -0.006619577, 0.019808905, -0.03056598, 0.014186745, 0.03962904, 0.034872133, 0.0009716852, 0.02310992, -0.042774737, -0.045954585, -0.038861796, -0.07022707, -0.008152425, 0.005288129, 0.010900466, -0.00911452, 0.042561408, 0.025082765, 0.044972606, -0.009053468, -0.015990118, 0.050205763, -0.021835083, -0.032530755, 0.019122362, 0.02528908, 0.01455101, 0.032027718, 0.05541366, -0.004586616, -0.015423456, 0.03144457, -0.016136197, -0.063120715, 0.0021370526, 0.024028743, 0.013509091, 0.024040496, -0.005421695, -0.0027442973, -0.051025406, -0.015122173, 0.03740272, 0.016289178, -0.023873422, 0.054298587, 0.011752269, -0.07074168, 0.01723022, 0.0019597446, -0.032742683, 0.010318483, 0.032980807, -0.012173902, -0.04454782, -0.049455363, 0.04382794, -0.031999182, 0.034381844, 0.056502774, -0.010526201, -0.033326417, -0.0004388256, 0.055928275, 0.021796485, 0.0042867367, -0.032967124, -0.002623597, 0.03197766, 0.021770127, 0.038883783, -0.0052771354, -0.024389908, -0.04142551, -0.0064297537, 0.022012858, -0.0014280545, 0.023647929, -0.033219695, -0.023234366, -0.023911783, -0.030115107, 0.01590848, 0.0057758433, -0.05612664, 0.0074394504, 0.0019536628, 0.036635853, -0.05355941, -0.015463281, -0.023248633, -0.012365713, 0.0015920294, 0.0016439586, 0.030802235, -0.014358673, -0.037172925, -0.0069940756, -0.017334078, -0.064691685, 0.0066244886, 0.010520587, 0.0042932862, 0.039468106, -0.009629835, -0.03476921, 0.032239176, -0.011226076, 0.06547952, -0.02915617, 0.042538013, -0.03329823, -0.03174889, 0.014101833, 0.003538207, 0.03095545, -0.05897058, 0.0017335484, -0.02855267, -0.00250699, -0.03864589, 0.009201536, 0.027538413, -0.02137614, -0.01008644, -0.023028519, -0.07745073, 0.0068350127, 0.015433924, -0.013506606, 0.0043532858, -0.0153864985, 0.0038184084, 0.037535496, 0.020637434, -0.038605426, -0.052584216, 0.006445777, 0.01717411, -0.02207508, 0.014889486, 0.059732676, 0.0034502544, 0.002820086, 0.029800843, -0.047906373, -0.03178702, 0.023088869, -0.016383447, 0.020930765, 0.032949816, -0.01698414, 0.008434995, -0.0064640227, -0.0037256903, -0.021564208, 0.020251006, -0.0017865886, -0.03656159, 0.048682507, 0.006895831, 0.021945257, -0.04202106, 0.02178181, -0.0027442973, -0.026832921, 0.061045412, -0.022649283, 0.027205316, 0.007817633, 0.052932285, 0.027645078, -0.009009024, 0.02586498, -0.05005793, -0.044186182, -0.025554808, 0.02499528, 0.016215961, 0.045684643, -0.03779514, -0.014855977, 0.054670513, 0.011632153, 0.04679902, 0.024431078, 0.04160399, 0.026346376, -0.04209825, 0.036075395, 0.063989945, -0.029715698, -0.013143715, 0.019695925, -0.06686336, -0.034447342, 0.011367361, -0.0029203189, 0.016207542, 0.019154409, -0.020856848, 0.06388702, -0.009735098, -0.016087778, -0.046164643, -0.015621992, -0.015144629, -0.04617306, 0.02518148, -0.052279193, 0.025017738, -0.03037534, 0.019271368, 0.019327508, 0.007391615, -0.009511943, 0.014124758, -0.047585912, 0.010178601, -0.015378779, -0.027223561, 0.055462312, -0.012605242, -0.05159955, -0.024835283, -0.007708629, -0.0079606725, 0.0064324443, -0.003703702, 0.021318596, 0.01086491, 0.014802879, -0.06678664, 0.0031873335, -0.028499575, 0.04149475, 0.03252467, 0.026660759, -0.033630975, -0.0028734189, -0.052459776, -0.023865001, -0.06791785, 0.042913213, 0.0116703985, -0.027087422, 0.048562743, 0.011953086, 0.024616338, 0.038422268, 0.008575344, -0.032692038, 0.0063858945, -0.0021660582, -0.0025698328, 0.00921253, -0.0065018, -0.009868664, -0.036330946, 0.0058160764, -0.027847182, 0.008584467, 0.020610534, 0.01628415, 0.03911957, 0.05352877, -0.015412229, 0.052486908, 0.03125264, -0.04298526, -0.042101994, 0.015745558, -0.005769761, -0.0126089845, 0.009336272, -0.0039934064, -0.011591686, -0.031670295, 0.048016787, 0.036515154, 0.017845653, -0.032168068, -0.02803057, -0.05103663, 0.004268959, 0.0306068, -0.023552021, 0.045117166, 0.062147625, -0.030095575, 0.0082347635, -0.030885393, -0.042973567, 0.026847659, -0.033745594, 0.048180994, 0.03780637, 0.02411541, 0.01595959, -0.051876858, -0.018078633, 0.027958758, 0.04049359, 0.009710303, -0.0033487354, 0.009613929, 0.03641317, -0.02273519, 0.008918966, 0.017567994, 0.00855476, 0.009882465, -0.036842637, -0.009809483, -0.018169157, 0.021497777, -0.056858324, 0.0137018375, -0.068146154, 0.035777856, -0.0013515641, 0.02307542, -0.00979077, 0.029971134, 0.0061407513, -0.023739623, 0.009916558, 0.0072462587, 0.0060986467, -0.016121695, -0.013733651, -0.04783854, -0.006904603, -0.06574992, 0.02829115, 0.00032186782, -0.016450813, 0.030600835, -0.017116537, 0.019448675, -0.041955974, 0.060921904, -0.002762075, -0.0058113984, 0.032457948, 0.03359589, 0.062120486, -0.040150203, -0.024437625, 0.028026827, 0.007982135, 0.019756509, -0.03613247, 0.06218692, -0.0052761994, 0.027295139, 0.035459727, 0.04725656, 0.03311496, -0.027984256, 0.04823339, 0.013641488, 0.011389524, 0.016318886, 0.03144334, 0.01341383, -0.006885334, 0.04525892, 0.053322926, 0.022406772, 0.019545283, 0.01489855, -0.0026713156, -0.0040769144, -0.041584574, -0.021634383, -0.022105254, -0.044068754, -0.011442682, 0.027970219, 0.010219304, 0.042125385, -0.008776512, -0.0035854578, 0.013665347, 0.027387537, -0.018484943, -0.03834718, 0.023655413, -0.013162896, -0.011442214, 0.008741424, 0.02623644, -0.06886568, 0.005902392, 0.02483739, -0.01017907, -0.011284554, -0.025384048, -0.045330968, 0.015509537, -0.005787071, 0.0045061493, 0.008390785, 0.10136591, 0.023545941, -0.0007232669, 0.027135141, -0.013631429, -0.057065107, -0.026721578, -0.015306031, -0.037731517, 0.0113378875, 0.020532642, -0.019380372, 0.014763815, -0.015871843, 0.041897085, 0.037070937, -0.002016352, 0.010967482, -0.014218791, -0.02884556, -0.027009647, -0.053930636, 0.037934557, 0.041168205, -0.053940695, -0.018076206, -0.039517693, -0.035549905, -0.015039134, 0.05903093, -0.0032848762, -0.0028714307, 0.0058409884, 0.041376855, -0.031320125, 0.008968323, 0.033622555, -0.0048408825, -0.014860656, -0.009111011, -0.055049688, -0.0012638458, -0.00334125, 0.04852719, -0.0040046345, -0.008035351, 0.014339959, 0.050634533, 0.028572317, 0.004011652, 0.0063353693, 0.005832919, 0.023376586, -0.0076780445, 0.0011377654, -0.05635307, -0.005599003, 0.012998572, 0.01095567, -0.0354616, 0.064579405, -0.027985776, -0.034386173, 0.027573965, 0.040496398, -0.024353534, -0.00088852824, 0.045679968, 0.031446993, -0.0449829, -0.006779809, -0.0051952647, -0.07123571, 0.028553605, 0.042677425, -0.017619455, 0.0025131889, -0.029958969, -0.019197216, -0.006779809, -0.020601412, 0.060526118, 0.020120481, -0.012669569, -0.06299253, 0.0052428665, -0.023685355, 0.00090572104, -0.016797945, 0.010589357, -0.0025811412, 0.014935041, -0.02215929, 0.05047711, -0.012179515, 0.0053131585, 0.009183525, -0.020970063, -0.02867413, -0.030268675, 0.020402115, 0.009648549, -0.015620413, 0.0058495263, 0.019192772, 0.006645541, 0.014812469, -0.020109612, 0.021560349, 0.014734342, -0.012623955, -0.0058273044, -0.011372829, 0.013666401, -0.012734363, 0.016540857, -0.021796253, -0.001648637, 0.009308553, -0.07789575, -0.07287312, 0.083351366, -0.011547827, -0.010179537, 0.04852064, 0.028294425, 0.015460882, -0.031006912, 0.00010385851, 0.026671052, 0.040583413, 0.004944975, 0.046767674, 0.050976753, -0.08212121, -0.06926146, 0.042996954, -0.023427112, -0.03146445, -0.057152122, -0.020828309, 0.0022839515, -0.018976167, 0.009844804, -0.024076462, -0.016280524, -0.014670716, -0.006927643, -0.0060481206, -0.0077781607, -0.037884966, 0.01739864, 0.035208035, 0.0009001071, -0.0037522395, 0.06249382, 0.0016303915, 0.022893783, -0.02188865, 0.0601032, 0.022269698, -0.059866477, -0.021561984, -0.018524243, 0.038229756, 0.0011753087, -0.006996882, -0.022801151, -0.05353801, -0.01253647, 0.022876943, 0.00018689853, 0.022191102, 0.014982526, 0.041319665, -0.011535984, 0.010490645, 0.024828264, -1.3099271e-05, -0.028321503, -0.029550318, -0.0086378, -0.008616046, -0.0521982, -0.025746385, -0.035206165, -0.00839289, 0.00082244707, 0.012828866, 0.017500628, 0.038128704, -0.04181849, 0.026947541, -0.016040994, 0.05800732, 0.02895547, -0.016306723, 0.065211914, 0.0008367745, 0.0800328, -0.003161603, -0.07124507, 0.08376797, -0.006457371, -0.042962804, 0.0043283734, 0.021044478, 0.022486536, 0.025204167, 0.0423262, 0.013048278, 0.002446523, 0.017285425, -0.009702818, -0.010862688, -0.019001428, -0.0132181, 0.03538881, -0.012915881, 0.016433973, -0.04846356, 0.029121552, 0.019746918, 0.0042011235, 0.0041936385, -0.001778226, -0.038335953, 0.03495997, -0.05803726, 0.031968772, 0.0022073882, 0.024589203, -0.002944529, 0.043018006, 0.00023812604, -0.012957519, -0.028021125, 0.045110617, -0.009676268, 0.02205824, -0.0059227417, -0.026780525, -0.024433885, -0.037069067, -0.014979017, 0.0014280545, 0.0110621005, -0.020204691, -0.01768694, 0.009012767, -0.026196789, 0.036640532, -0.0060892897, 0.008811775, 0.021999292, -0.05994601, -0.04618429, -0.010847132, 0.03855864, 0.026931169, 0.01205133, -0.01809138, 0.014671885, 0.07482772, 0.03328525, 0.040443067, 0.0007934416, 0.046129316, 0.028727872, -0.016465785, -0.004817725, 0.007103138, -0.026495382, 0.04953329, -0.037316084, -0.052684803, -0.06495742, 0.012449922, 0.013088511, -0.016128479, 0.034761723, 0.039964475, -0.008118274, 0.01573082, -0.03895267, -0.0063143168, 0.009012065, -0.0030380222, 0.028025191, -0.04005383, -0.034761723, 0.027701218, -0.061433714, -0.03375343, -0.025259607, -0.032272395, -0.023289453, -0.00826377, -0.06013829, 0.03327402, 0.004640417, 0.013759849, -0.009441768, -0.03383308, -0.0422634, 0.0011070054, 0.03177696, 0.005889058, 0.005528828, 0.016055964, -0.022685131, 0.001188642, -0.06362504, -0.02570428, -0.025915973, 0.00053145614, -0.022119055, -0.005197838, 0.061987624, 0.03926413, -0.0074118483, 0.0031424216, -0.021982916, 0.030780131, -0.056324765, 0.0364927, 0.0036098433, -0.0065608635, -0.065883726, -0.015930586, 0.012328754, -0.00017216185, -0.003208152, -0.04526225, 0.004445331, 0.008705636, -0.010401524, -0.017509984, -0.009815097, -0.02379623, -0.022077886, 0.00841979, 0.013952128, -0.08866336, -0.008753588, 0.015063226, -0.013910023, -0.034606405, -0.020557202, 0.0093173245, -0.022150869, -0.043978933, 0.044281155, -0.023429625, -0.016320758, 0.008090251, -0.045516226, 0.009403406, -0.00207641, -0.040927503, 0.02279086, -0.050609972, 0.0616957, 0.013484296, 0.00883078, -0.032489937, -0.00043017074, 0.0030718378, -0.014603348, 0.013727568, 0.04526547, 0.012295538, -0.0137111945, 0.0068757143, 0.026838537, -0.03627937, -0.06530174, -0.037157487, 0.0093528805, 0.012076359, -0.00953206, 0.02524791, 0.05032179, -0.011937881, 0.032518007, -0.0020116738, -0.010875203, 0.007665881, -0.002911781, -0.008779319, 0.008448563, -0.006388702, 0.006613904, 0.031640355, -0.019319555, -0.014727323, 0.012906058, 0.046214227, 0.022554137, 0.033031683, 0.042067375, 0.008043889, -0.010976254, -0.008856979, -0.0019961183, -0.006161336, -0.06856159, 0.0032239414, 0.06039138, 0.017700274, 0.014809194, 0.020257087, 0.0034488512, 0.019663176, -0.054785594, 0.011823964, -0.050785877, -0.028904477, -0.021240937, 0.021052634, 0.026478307, 0.010976488, -0.0015709769, -0.01507539, 0.070852086, 0.050146822, -0.0024140086, 0.033198934, -0.01613456, 0.061353948, -0.036808953, 0.0063629714, 0.02067252, 0.015758423, 0.028567642, 0.036371063, -0.03560943, 0.004465448, 0.017444488, -0.04856976, -0.014040547, 0.024104998, -0.07013537, 0.005380175, -0.011371104, 0.030024, 0.023305474, -0.023396702, 0.04020073, 0.021298012, 0.0076743015, -0.028881319, -0.009992873, -0.01613538, 0.016216898, 0.032114737, 0.002360208, 0.011622797, 0.015003344, 0.010814848, 0.045238335, 0.010740686, -0.07685904, 0.047740765, -0.023299394, 0.04675545, 0.049002502, -0.05147546, 0.06862334, 0.03573294, -0.038103912, -0.0097131105, -0.0033908403, -0.038411275, -0.04469238, 0.018037697, -0.013214358, 0.021596739, 0.03563376, 0.04178434, 0.016252922, -0.066355295, -0.032289702, -0.023069689, -0.031019075, -0.04210106, -0.020936377, 0.026426846, 0.019932413, 0.050225414, -0.009627263, -0.0077365236, 0.062017564, -0.020372875, 0.0148068555, 0.0003368384, 0.004892578, -0.05334117, 0.0031469245, -0.012070043, 0.053180877, -0.016398417, 0.076046884, -0.0051845047, 0.01067731, -0.048392452, 0.020431122, 0.015761172, 0.043788057, -0.033706766, 0.01645362, -0.018308103, -0.028726935, 0.013096932, 0.04106715, -0.052281063, 0.03818483, 0.0052209953, -0.030968431, -0.038549285, 0.046245106, -0.03980354, 0.056964986, 0.02720906, 0.007188693, 0.028142849, -0.00779126, 0.10420283, 0.041709483, 0.02986587, 0.023699624, -0.021750374, 0.013385584, 0.032326195, -0.019981068, -0.020889595, 0.0254444, -0.014854106, 0.019179204, 3.0876854e-05, 0.03007967, -0.015997017, -0.007127407, 0.06477028, -0.031232523, -0.062069025, -0.05074658, 0.043169588, -0.004067324, -0.033441506, -0.009173232, 0.015211061, -0.014682881, -0.0008767155, 0.01501083, -0.010413599, -0.029903766, -0.07164553, 0.013583945, 0.005191054, 0.030554987, -0.016611747, 0.013182078, 0.030083414, -0.0073146564, -0.022278117, 0.003138679, 0.0041842815, 0.054543495, 0.011537885, 0.015865557, 0.026045093, 0.01723022, 0.019836975, 0.019872531, -0.028745417, 0.0493618, 0.0403771, 0.00041309488, -0.020390887, -0.020610768, 0.021621985, -0.028660271, 0.008711951, -0.023307346, 0.0005871281, 0.054171104, 0.04250339, -0.054220222, 0.036178548, 0.024662187], [-0.040112197, -0.0666735, -0.039849482, -0.032038968, -0.0041152025, 0.019958457, 0.038697343, -0.02164295, 0.06132068, -0.00029950283, 0.006402429, 0.02454181, -0.06618818, -0.021455659, -0.018303325, 0.034509443, -0.008863629, -0.037096735, 0.039682023, 0.04797059, -0.026691914, 0.00043947762, -0.017190045, 0.034505934, -0.0030703584, 0.044890203, -0.0060168793, -0.0073399814, 0.038678356, -0.009065177, -0.014486937, -0.04496942, 0.010165674, 0.022599522, 0.015892765, 0.032870483, 6.3171974e-05, -0.0017531475, -0.011667763, -0.039345108, -0.04466359, 0.018756058, -0.032353826, 0.025581013, 0.029459195, 0.041743636, 0.010205783, 0.008336695, -0.017601917, -0.039106708, 0.036222607, -0.011984625, -0.03685834, 0.016817782, -0.027842293, 0.021413293, 0.0444861, 0.019121554, 0.044314634, -0.013741408, 0.022288926, -0.011714265, -0.063649274, 0.0004944084, 0.008014819, 0.023889031, 0.001847028, -0.008050917, 0.004959626, -0.057705086, -0.00997716, -0.0009712691, -0.021587767, -0.017147493, 0.06497288, -0.008682887, -0.06320004, 0.027522925, -0.008779901, -0.03112874, -0.0182201, 0.019709358, 0.015160271, -0.056716397, -0.06436578, 0.03970709, -0.022998609, 0.017428571, 0.04444499, 0.0102841845, -0.04937842, 0.0155503955, 0.016019985, -0.012016713, -0.007226172, -0.0020105983, -0.039732162, 0.025900258, 0.037261434, 0.033518996, 0.051640578, -0.039625872, -0.038487274, -0.024681188, -0.015938137, -0.016593171, 0.024573896, -0.036669824, 0.011251629, -0.020619132, 0.0067859734, -0.0018034094, 0.028916093, -0.055924244, 0.03416576, 0.03134232, 0.046696275, -0.02553752, -0.006071027, -0.02550443, -0.03730957, 0.0055931006, -0.004284664, 0.013325275, -0.00736505, -0.031148294, 0.011128294, 0.021392234, -0.058856223, 0.010414852, 0.038857408, -0.0024276087, 0.020896638, -0.026987083, -0.069340765, 0.022495236, -0.013853713, 0.05894045, -0.039687037, 0.029578019, -0.022605037, -0.02267974, 0.0023684476, 0.011869311, 0.027051643, -0.020766532, 0.035007298, -0.044643532, -0.004866247, -0.008750822, -0.004473428, -0.009733497, 0.0064664474, 0.04735942, 0.017061446, -0.053122614, 0.013473178, 0.007697956, -0.022007912, 0.014960727, -0.020632667, 0.011302768, 0.013786155, 0.01025313, -0.010802408, -0.045692384, -0.0006748371, 0.000100210294, -0.007204871, 0.06569083, 0.091633454, -0.0065764026, 0.013075846, 0.042237982, -0.04561718, -0.019764805, 0.014218206, -0.018308843, 0.016036656, 0.054416638, 0.02366091, 0.018059913, 0.009355343, -0.010142109, -0.022567436, 0.03324049, -0.041597236, -0.019810429, -0.0049655177, 0.040781893, 0.015050973, -0.026024846, 0.03694006, 0.0038344383, -0.024277717, 0.026542256, -0.026582867, 0.0070276307, 0.037899174, 0.06603978, 0.022033982, 0.013534344, 0.02592357, -0.030314524, -0.023040222, -0.044802967, 0.042497188, -0.005200156, 0.044439476, -0.025703972, 0.029520864, 0.050302938, 0.028855553, 0.057592783, 0.012355017, 0.012169127, 0.035745308, -0.050818343, 0.036588103, 0.06259841, -0.051279597, 0.015461214, 0.0049218987, -0.050036024, -0.031623084, 0.028987912, -0.0071023344, 0.043781243, 0.022633614, -0.022035362, 0.059908085, -0.004262604, -0.018953595, -0.035544764, -0.004205448, 0.0022609988, -0.034259263, 0.018083228, -0.019060638, 0.034097698, -0.022990586, 0.026233414, 0.027122835, -0.013081738, -0.020509332, 0.017300345, -0.07377684, -0.026516685, -0.014343484, 0.018200547, 0.048408158, -0.009226115, -0.022719726, -0.019197261, -0.0066953516, -0.002798117, -0.027342433, 0.0065498305, 0.0048722634, 0.0250898, 0.014042227, -0.05765696, -0.028127572, -0.03676609, 0.038516853, -0.0046817684, 0.028037326, -0.01762498, 0.031181885, -0.033220436, -0.0081351455, -0.078291126, 0.030947749, 0.027711939, -0.028587824, 0.047096208, 0.011838729, 0.015718164, 0.05092864, 0.028937776, -0.062497135, -0.033054985, -0.008053424, -0.0037344159, 0.01727202, 0.01754376, -0.016261237, -0.036776114, -0.00020706368, -0.05893143, 0.010681076, 0.005618545, 0.0035935326, 0.0470551, 0.023052756, -0.031492732, 0.050383158, -0.04866849, -0.056289237, -0.0265954, 0.029574508, -9.48833e-05, -0.005498468, 0.014165813, -0.0095819915, -0.024915827, -0.0638057, 0.037632447, 0.018890675, 0.007979222, -0.061431233, -0.008600601, -0.039636903, 0.010982397, 0.021659838, -0.032405216, 0.047048077, 0.07098524, -0.005777227, -0.008191299, -0.02604114, -0.015088073, 0.01844421, -0.053768374, 0.021612834, 0.053075608, 0.028958833, 0.0017848589, -0.04778809, -0.04702511, 0.05931146, 0.033124674, 0.00894742, 0.013024456, 0.020880843, 0.018696899, -0.0071183783, 0.025573118, 0.010070289, 0.02827748, 0.005108407, -0.07459306, -0.009924016, -0.011353909, 0.026546266, -0.061064232, -0.001552727, -0.046804417, 0.011016771, 0.01687494, 0.0056304527, -0.02292641, 0.022157317, 0.009149908, -0.0027630215, 0.0041401456, 0.013260098, 0.005440811, 0.013662694, -0.007080274, -0.027275437, -0.009359479, -0.039131403, 0.05663718, 0.006137708, -0.034951147, 0.07550642, -0.0015213917, 0.044144172, -0.0321796, 0.06459484, 0.014169573, -0.04712084, 0.034056712, -0.013236032, 0.01992073, -0.044633508, -0.0071429447, 0.013235907, -0.016184058, 0.0010749262, -0.03868381, 0.0386081, -0.0035596904, 0.04350142, 0.034114867, 0.05031096, 0.031147793, -0.002423347, 0.04063061, 0.022724863, -0.0014335273, 0.04633213, 0.004389449, 0.024303662, -0.0040399977, 0.014637848, 0.04762364, 0.028625928, 0.027198542, -0.0045012534, 0.025033146, 0.015880229, -0.038984127, -0.00044220377, -0.046466496, -0.045552354, 0.0037612391, -0.0011100217, 0.023451842, 0.059568163, -0.020459697, 0.0026963402, 0.025626387, 0.05241469, -0.016904518, -0.039003927, 0.011543674, 0.005234249, 0.0061507444, 0.0180366, 0.04443133, -0.05245655, 0.026485225, 0.016746087, -9.12484e-05, -0.019486798, -0.03031515, -0.07140137, 0.05427575, 0.0012363658, 0.018703917, 0.020464208, 0.07565395, 0.028714169, 0.00873177, -0.009514903, 0.009123962, -0.06285912, -0.032936662, -0.025095941, -0.042012367, -0.025389116, 0.005903571, -0.02532469, -0.0031988332, -0.03187377, 0.04027765, 0.028316082, -0.037241884, 0.0025083283, -0.02271233, -0.043675397, -0.02374163, -0.06328829, 0.051756393, 0.0568267, -0.039824665, -0.020492537, -0.014071306, -0.05185316, 0.0020957051, 0.05100886, -0.011456437, -0.0053939335, 0.019421872, 0.029083172, -0.055041842, 0.0027403978, 0.008288188, 0.00027274247, -0.05241669, 0.010460475, -0.0422074, -0.021504542, 0.016626261, 0.05308451, 0.02138622, -0.006517273, 0.048397753, 0.033070024, 0.0064114537, 0.031520307, 0.0008819007, 0.039049804, 0.017810484, -0.019043593, -0.020455183, -0.0056814663, -0.011378977, 0.030145064, 0.039928697, -0.009776615, 0.056237597, -0.035245948, -0.007320428, 0.009299065, 0.05782567, -0.03583756, 0.0021084899, 0.052713, 0.020687066, -0.06900786, 0.005933653, -0.007947886, -0.08854505, 0.01695315, 0.078870706, -0.024926856, 0.0052756118, -0.039505545, -0.03692452, -0.007566849, -0.044307116, 0.073905185, 0.046991922, -0.0070178546, -0.043296743, -0.0044140164, -0.026042895, 0.005077823, -0.0068328506, -0.02823386, 0.034814775, 0.015786726, -0.036066182, 0.034855887, -0.036000002, 0.02197432, -0.0061888476, -0.043570485, -0.057502788, -0.05088878, -0.0167877, -0.012114792, 0.013030724, 0.049554903, 0.0043638796, -0.00976032, -0.012410284, -0.03168225, -0.0035649547, 0.009364493, -0.0026069093, 0.009229876, -0.030218763, -0.0071727764, 0.0043869424, 0.017119605, -0.026616456, -0.009204714, -0.014310958, -0.06979801, -0.058487214, 0.06307571, -0.015426494, -0.012251477, 0.041112922, 0.02830405, 0.01099092, -0.035159715, -0.010192873, 0.023882013, 0.020125788, 0.011822183, 0.031810597, -0.008939335, -0.08283149, -0.062169243, 0.038860288, -0.03649435, -0.03404819, -0.051169366, -0.012156342, 0.0051906304, -0.027984181, 0.01593162, -0.03347112, -0.0036246171, -0.024273908, 0.015906801, 0.007875188, 0.005075066, -0.013184893, 0.020439642, 0.024760405, -0.0010097488, 0.02444354, 0.033667654, -0.0026554791, 0.04136862, -0.015502953, 0.038906414, 0.011840233, -0.031696286, -0.00074252137, -0.04146513, -0.0068937666, -0.020334356, -0.043554567, 0.0064214813, -0.045978162, 0.040189408, 0.0019427888, 0.030097935, -0.019785862, -0.0276608, 0.035152193, -0.0005444822, 0.006463094, 0.0004899588, -0.0058860234, -0.019949574, -0.03395594, -0.052817784, -0.0025995767, -0.043638796, 0.0066423323, -0.02433324, -0.029514972, 0.011418083, 0.00022987578, 0.010301042, 0.001665487, -0.021830428, 0.042858172, 0.008176258, 0.069105625, 0.03555479, 0.0034333465, 0.030964293, 0.0018945638, 0.077559136, -0.0015166287, -0.057107463, 0.072682105, 0.0081000505, -0.019991422, -0.010008245, 0.0021994878, 0.022151303, 0.031048521, -0.012427832, -0.017349731, 0.0009916996, 0.029143086, -0.011160554, -0.003962537, -0.022603031, 0.009771601, 0.05236154, -0.014219209, -0.0005374631, -0.051977497, 0.029179748, -0.011381484, 0.00045273246, -0.007430227, -0.013358365, -0.014819343, 0.034503426, -0.048730657, 0.05054259, 0.0040394966, 0.023335526, -0.01523748, 0.023780739, -0.014879506, -0.027695395, -0.013869757, 0.046121556, -0.0010729834, 0.023089606, -0.03485689, -0.020218289, -0.0076743914, -0.025173152, -0.008923542, 0.011033536, 0.0033325723, -0.07176286, -0.036831137, 0.0074733444, -0.009865858, 0.032619298, 0.0121591, -0.0007615732, 0.021568215, -0.030744696, -0.053153697, -0.03235107, 0.0053184787, -0.023684476, 0.015016379, -0.0064986907, -0.014248789, 0.020072643, 0.025556572, 0.031397972, 0.022117209, 0.012522089, 0.04880085, 0.011589863, 0.0186242, -0.0081106415, -0.016018607, 0.032283887, 0.013315248, -0.021173641, -0.07370063, -0.0016936418, 0.008288563, -0.011101722, 0.032849424, 0.024557853, -0.0055791885, 0.024334872, -0.020530388, 0.015009735, 0.0250715, 0.016193708, 0.013802072, -0.07084084, -0.013337183, 0.02864197, -0.03497847, -0.03881767, -0.03475461, -0.01863924, 0.021518579, -0.021957776, -0.035015322, 0.025013093, 0.006794496, 0.053787425, -0.0074923965, -0.006631051, -0.038517106, 0.015858673, 0.011599578, 0.0042335247, -0.0066982345, 0.0099510895, -0.0061557577, -0.0028249403, -0.057520587, -0.04739828, -0.05594229, 0.04236859, -0.026674615, 0.02544978, 0.032031197, 0.004133189, -0.00013386442, -0.023818027, -0.051319707, 0.03116083, -0.040288676, 0.012218261, 0.011222551, 0.022023953, -0.09294101, -0.0026592393, -0.004320198, -0.017233916, -0.0025115872, -0.045198385, 0.0036870372, 0.01654504, -0.0031846697, -0.0083286725, -0.008283706, -0.016477043, -0.016679406, 0.0047549442, 0.004856784, -0.07066838, -0.022626845, 0.008983706, -0.0382762, -0.04957596, -0.015120162, 0.00042565877, -0.014580944, -0.045426663, 0.059059903, -0.023463875, -0.032792773, 0.007364047, -0.050797787, 0.019856052, 0.0019332629, -0.05111515, 0.008074607, -0.04007961, 0.047173418, -0.0038163892, 0.059886023, -0.049325276, 0.0022170355, 0.0114847645, 0.0077214576, 0.019225838, 0.01291917, 0.009917874, 0.004940951, -0.00039307005, 0.02136817, -0.025883462, -0.07368459, -0.035277035, -0.008982954, -0.003642917, -0.0029966577, 0.021762745, 0.0007034149, -0.012621358, 0.01722088, 0.017789427, 0.009549998, 0.01611587, 0.048461925, 0.007308897, -0.0016382097, -0.026762856, 0.0035005293, 0.02741463, -0.010603804, -0.025378086, -0.0014604757, 0.01887438, 0.029561475, 0.017401058, 0.038011476, 0.01424528, -0.025289346, -0.039341096, -0.00917247, 0.014130467, -0.076337814, 0.0029436385, 0.04800268, 0.030686537, 0.018963624, 0.023727594, -0.007912039, 0.012148322, -0.045661304, -0.027192025, -0.06228957, -0.022775501, -0.0040710825, -0.03304195, 0.0047253636, 0.026777897, 0.03256114, -0.011031249, 0.056620136, 0.02184547, 0.017997995, 0.015063005, -0.0128659, 0.05282581, -0.003826166, 0.01380859, 0.03751613, -0.017277032, 0.012216757, 0.025865413, -0.014387166, -0.0005174085, 0.03994073, -0.013313241, 0.021945743, 0.015439719, -0.05523286, -0.00793341, -0.014392179, 0.0025359034, 0.024008358, -0.024988024, 0.020295374, 0.027486825, -0.0012117989, -0.00096211914, -0.0059607266, -0.036776613, 0.0050462373, 0.011298759, 0.0059963237, -0.004636622, -0.020576514, 0.012775779, 0.011738456, -0.03778085, -0.06049669, 0.079183556, -0.0026023341, 0.05008434, 0.05317024, -0.03595939, 0.06742856, 0.03370506, -0.000121831654, -0.022976547, -0.0075266776, -0.0065754, -0.08311225, 0.038581528, -0.018777115, 0.06497288, 0.047862418, 0.024371345, 0.0024356304, -0.082612894, 0.011142458, -0.014884645, -0.037341654, -0.040214475, -0.046598915, -0.0046702134, 0.0021002174, 0.028389204, -0.016894657, -0.02443502, 0.07118378, -0.036401093, 0.008026851, 0.0037221326, -0.00014339035, -0.019924238, 0.010642722, -0.017577851, 0.054494347, 0.02378475, 0.04833959, -0.009533201, 0.004369896, -0.042226955, -0.0072887167, -0.02394268, 0.026211355, 0.005423765, 0.026050918, -0.024697233, 0.015797004, -0.0007014094, 0.06610746, -0.013697288, 0.023730602, -0.0028171064, -0.038422596, -0.03407827, 0.019330624, -0.034719516, 0.06081355, 0.009136121, -0.003002674, 0.019098084, -0.046285126, 0.067227766, 0.034561083, -0.015518371, 0.014155535, -0.0071574845, 0.029400034, 0.022018941, -0.030410787, 0.0021047296, 0.0042836615, -0.013417526, -0.0066114357, 0.007250488, -0.014151525, 0.008117348, 0.0037948308, 0.053954877, -0.015298522, -0.052864913, -0.070575126, 0.05299326, -0.012616847, -0.041053258, -0.0059412047, -0.0031024455, -0.020789595, -0.0050632837, 0.022256589, 0.00057017716, 0.0022352724, -0.060613003, -0.016702468, -0.0030723638, 0.0029003955, 0.010776335, 0.04899613, 0.026678627, -0.019627431, -0.03752415, -0.01104607, 0.027491465, 0.06196368, 0.014943681, 0.05765094, 0.023738623, 0.035755336, 0.012161106, 0.0066873142, -0.0560561, 0.043420203, 0.04266214, -0.0021242357, 0.0029898891, -0.008203207, 0.021391233, -0.010376248, 0.0023185618, 0.0244285, -0.004170854, 0.032556627, 0.02731403, -0.04901343, -0.013104172, -0.007688179], [-0.02833671, -0.09439012, -0.031455237, -0.035625756, -0.01632824, 0.04873072, 0.024611596, -0.022940062, 0.028339552, -0.0073705018, -0.012826836, 0.0006117128, -0.081018955, -0.0046446915, -0.0036675734, 0.044486996, -0.0077422853, -0.063914284, 0.04138462, 0.064638585, -0.022596218, -0.01163204, -0.016542312, 0.041224066, -0.015207969, 0.03837264, 0.004890375, 0.00941583, 0.017530037, -0.008026859, -0.012986281, -0.033786457, 0.02364772, -0.0045992155, 0.027269747, 0.021560242, 0.023743108, 0.0025755162, -0.0050722808, -0.045508932, -0.07423964, 0.044196393, -0.020549782, 0.006011756, 0.0061032637, 0.027631894, -0.0042750575, 0.008226096, -0.020380214, -0.0476415, 0.040726874, -0.025410762, -0.0053928336, 0.02311975, -0.030252889, 0.025714122, 0.034415085, 0.04810736, 0.020995669, 0.008647168, 0.0052764737, 0.0070642293, -0.07738528, -0.06323657, 0.028630156, -0.024807923, 0.002888305, 0.000289496, 0.00737272, -0.036239132, -0.008766959, 0.003776065, -0.042059, -0.017441856, 0.031648792, 0.00941583, -0.04829814, 0.0123191085, -0.0046428894, -0.012788985, -0.009932708, 0.020465204, -0.015459752, -0.08002512, -0.057888106, 0.031984318, -0.012467739, 0.011281194, 0.032388233, -0.0069678696, -0.039846186, -0.0023464705, 0.019548537, 0.012683752, 0.0069967085, 0.030627789, -0.0021584646, 0.045216836, 0.056590367, 0.049336746, 0.016078675, -0.030209629, -0.054855615, -0.03452212, -0.012356821, -0.0352564, 0.042754453, -0.014738785, -0.0014588491, -0.05465152, -0.009359262, 0.015785197, 0.0070421845, -0.08800679, 0.01745184, 0.011072113, 0.042169362, -0.033395194, -0.04493843, -0.00060977176, 0.0122874975, 0.0046200124, 0.0017447402, 0.008618329, -0.013844162, -0.017873328, -0.01160646, -0.020235606, -0.051940687, 0.014402704, 0.03163049, 0.0020558652, 0.013086107, -0.05792582, -0.03315672, 0.04063592, 0.0031567267, 0.055000912, -0.018203864, 0.050584156, -0.013982878, 0.0010869965, 0.017811421, 0.0035191511, 0.017360887, -0.031778008, 0.018421818, -0.013746069, 0.019238729, -0.008795798, 0.03091063, -0.005624098, 0.0029256705, -0.005691481, 0.017534405, -0.07201684, 0.01907568, 0.02344252, -0.043550845, 0.02789976, -0.028590227, -0.00041982468, 0.022371054, 0.017691422, -0.01770917, -0.03385495, 0.034812726, 0.018198457, -0.025410205, 0.035775494, 0.038260058, -0.0078884885, 0.009028172, 0.019650234, -0.023574723, -0.025651176, 0.012950787, -0.02041335, -0.0012373944, 0.05086589, 0.0037476595, 0.015710704, -0.006213627, -0.01878244, -0.0037368278, 0.017305428, -0.017376969, -0.023702346, 0.003973083, 0.02060912, 0.031291354, -0.04642806, -0.010722443, -0.028792096, -0.017622653, 0.021473726, -0.0064659654, 0.011709615, -0.012158554, 0.01394683, 0.019705694, 0.0128285, 0.029645057, -0.027984614, -0.041811652, -0.03924501, 0.013649571, 0.008212924, 0.023280581, -0.047801223, -0.021007178, 0.04810514, 0.060222935, 0.034041293, 0.007728767, 0.043122705, 0.04808074, -0.057357922, 0.03441786, 0.08811105, -0.039120782, 0.004485455, 0.027128328, -0.051539715, -0.038014792, 0.00035753727, -0.019533772, 0.011969162, 0.015757013, -0.018566428, 0.044975035, -0.0050525926, 0.009030945, -0.05913261, 0.009737215, -0.0023342695, -0.025961382, 0.021966757, -0.050367337, 0.0066417702, -0.026238764, 0.015612264, 0.04673198, -0.022764873, -0.06054681, -0.014152583, -0.064013004, -0.002284911, -0.04082393, 0.030389871, 0.059285674, 0.0018062998, -0.02326339, 0.011966945, 0.011421782, 0.0023753091, -0.006177024, 0.022475732, -0.0016759711, 0.015621139, -0.008307205, -0.07167633, 0.001976559, -0.032554436, 0.044784255, 0.0005823195, 0.0072562564, -0.029813653, -0.00039486814, -0.047299877, 0.00038599467, -0.061803516, 0.03954227, 0.007125373, -0.04479202, 0.02409139, 0.013529779, 0.014264056, 0.04852885, 0.022732092, -0.04543756, -0.016936624, 0.009469625, 0.019410651, 0.054619353, 0.00059895724, 0.008332854, -0.05853809, -0.023971599, -0.024557248, -0.02840312, -0.000726513, 0.035149917, 0.01347432, 0.028407158, -0.031416416, 0.041186076, -0.015877359, -0.0122603215, -0.055017553, 0.040497277, -0.03961825, 0.008546232, 0.007985958, 0.0090886215, 0.011182477, -0.03936979, 0.033369128, 0.0045712083, -0.01007191, -0.03909527, -0.025381923, -0.057382323, -0.013228081, 0.004465559, -0.03302473, 0.010786638, 0.06672827, -0.014036674, -0.008061521, -0.031010456, -0.062626526, 0.0049308604, -0.02311975, 0.043834798, 0.06450326, 0.023112124, 0.0073843664, -0.061952144, -0.030209629, 0.036150396, 0.026099006, -0.0034029644, 0.025003139, 0.0009838428, 0.042958546, 0.0013886935, 0.004767256, 0.0065341797, 0.019781256, 0.0020472691, -0.05416792, -0.018464245, -0.03479082, 0.014776497, -0.07787554, -0.031154929, -0.042852063, -0.0003970865, 0.009708948, 0.001428624, 0.004347986, 0.0057433345, -0.011341366, -0.024851179, 0.012950787, 0.014813932, 0.01808435, 0.011076272, -0.019623615, 0.009666504, -0.01833336, -0.044430427, 0.027576713, -0.0020717406, -0.029745992, 0.051685575, -0.020801842, 0.0017935443, -0.024277734, 0.052972224, 0.0006271027, -0.025161752, 0.029596252, 0.024373125, 0.037714064, -0.048446074, -0.009998219, 0.043675076, 0.012151346, 0.021408286, -0.022090431, 0.051928483, 0.02586497, 0.01726106, 0.0139302965, 0.03610603, 0.01721503, -0.02686767, 0.04769031, 0.017944315, 0.04702036, 0.025657553, 0.002328169, -0.0033081295, -0.033776753, 0.034473315, 0.017794576, 0.042538073, -0.0072207623, 0.008497671, 0.020297997, 0.0010958699, -0.014928455, -0.019556232, -0.051761, -0.00857008, -0.022325575, 0.019517133, 0.0024008204, 0.040784553, 0.009053683, -0.040040847, 0.006691129, 0.024039816, -0.016507927, -0.051550254, -0.0072240904, -0.0048382436, 0.01926288, 0.021922667, 0.045813385, -0.04735644, 0.037130915, 0.026726803, -0.012727842, -0.0030402625, -0.0075928923, -0.06041482, 0.006315672, -0.017548477, 0.02277951, 0.030062107, 0.084430784, 0.018026395, -0.024551565, -0.010314958, 0.0015828001, -0.067482516, -0.01941287, -0.01680186, -0.012061223, -0.008606128, 0.015463079, -0.03284726, -0.007910049, -0.033894323, 0.0034839348, 0.03230709, -0.04286052, 0.028649013, -0.055729643, -0.0058387243, -0.034341604, -0.0094610285, 0.016774131, 0.06521535, -0.081686676, -0.007283986, -0.054041475, -0.0378889, -0.010063036, 0.018078042, 0.030067654, -0.026970547, 0.016286092, 0.03248123, -0.032537796, -0.0061370935, 0.022631157, -0.012984894, -0.054011527, -0.015608382, -0.043699477, -0.029298993, -0.009831773, 0.053515717, -0.0033466737, -0.03278792, 0.024188722, 0.010661993, 0.011759527, 0.052874893, -0.018899735, 0.029239096, 0.034138344, -0.0069696717, -0.0051876353, 0.0021473728, 0.005004066, -0.016321931, 0.013509675, 0.011269547, 0.024984628, -0.022534102, -0.025600431, 0.019501604, 0.048248224, -0.030066546, 0.0022222423, 0.05469145, 0.013986207, -0.0502148, 0.039575543, 0.0005215919, -0.072410606, 0.037115384, 0.044653375, -0.041483752, 0.00082523, -0.024347335, -0.05004177, -0.013922983, -0.026945867, 0.02529818, 0.042727835, -0.01777156, -0.019573702, -0.009669832, -0.030267306, -0.028993966, 0.00028006796, -0.023115868, 0.05851147, 0.004997411, -0.035056192, 0.040102683, -0.04787665, 0.030732607, -0.013023992, -0.0005155954, -0.020655151, -0.0040116273, 0.012977407, -0.0025289305, 0.016448032, 0.029459823, 0.043391123, 0.0249291, -0.019169128, -0.03349336, -0.0010642584, -0.0004791658, -0.009851841, -0.019512141, -0.006221946, -0.0062535577, 0.0249926, 0.018224679, -0.020781599, -0.008080377, -0.012350719, -0.06637333, -0.07364068, 0.03962213, -0.011668575, -0.008746995, 0.064057365, 0.04096812, 0.057974625, 0.0020719485, 0.02049543, -0.010476761, -0.0018929545, 0.00070155645, 0.019164415, 0.008028662, -0.058334, -0.06344732, 0.055263788, -0.0547031, -0.03187839, -0.017622653, -0.050607454, 0.004368367, -0.008834619, -0.0069687013, -0.045108136, 0.009382554, 0.009431636, 0.045815796, -0.021850849, -0.016182937, -0.028956257, 0.017770175, 0.048818346, 0.008246199, -0.00079694594, 0.02905331, -0.0046287472, 0.02964048, -0.014993343, 0.015241244, 0.003929825, -0.06615594, -0.021402739, -0.041230444, 0.031641856, -0.016941616, -0.021210851, -0.016588898, -0.051780965, 0.006561632, -7.154211e-05, 0.010922651, -0.021159275, -0.007514695, 0.057768315, 0.011814986, -0.005807667, 0.008565089, 0.012078972, -0.053506847, -0.021786135, -0.034163855, 0.024193438, -0.019131139, 0.025511697, -0.06314341, -0.01988649, -0.0032102447, -0.020617232, -0.02319462, 0.021318443, -0.047260914, 0.03953118, -0.0009583316, 0.06197211, 0.015765887, -0.006284337, 0.055632036, 0.0006965651, 0.060911734, -0.022714345, -0.0462151, 0.08580506, -0.0067615616, -0.012990718, -0.020739587, 0.0568782, -0.006511442, 0.020796018, 0.020820143, 0.015731502, 0.02463489, 0.036900204, -0.0048149507, -0.010843344, -0.00046731145, 0.0071691857, 0.04856434, -0.038521826, 0.00967205, -0.044718813, 0.04450391, 0.026988572, -0.017411355, 0.012751135, -0.02639904, -0.043079443, 0.033213288, -0.06342736, 0.041212693, 0.042985167, 0.031652395, -0.00013642915, 0.02702739, -0.0129252765, -0.053101998, -0.02370096, 0.0342354, 0.036168143, -0.017690867, -0.018444555, -0.020152694, -0.015636113, -0.06588752, -0.035471577, 0.016389245, 0.011001958, -0.023991564, -0.026223237, -0.021462357, -0.011303793, 0.020442467, 0.041976366, -0.011082927, 0.034034636, -0.06222944, -0.044774827, -0.031571288, 0.016576696, -0.006370021, 0.00226966, 0.00854443, -0.015248453, 0.049702358, 0.041501082, 0.021798717, 0.052739296, 0.03736162, 0.06557029, 0.026236268, -0.02481014, 0.011897067, -0.035340417, 0.0003706048, 0.0063633663, -0.01905287, -0.07592116, -0.033437345, 0.034599762, -0.0071131717, 0.022960858, -0.0007231854, 0.0067526884, 0.024662621, -0.051887445, 0.029987793, 0.03939683, -0.009024289, 0.005327253, -0.06713201, -0.011772838, 0.025868854, -0.0209208, -0.066142626, -0.041429818, -0.022626165, 0.0019377377, -0.018654412, -0.06077198, 0.02731356, 0.0081754895, 0.01999103, -0.010456796, -0.03161607, -0.0580922, 0.0527038, 0.010696933, 0.014251854, -0.00075597555, 0.03473952, 0.0009095277, -0.03083299, -0.013993417, -0.04915165, 0.00964543, 0.020612586, -0.0017860573, 0.025775127, 0.07227861, 0.034638587, -0.0073388903, -0.0002524078, -0.04631936, 0.047608644, -0.06387436, 0.020124964, -0.032498978, -0.0068336586, -0.049569815, -0.008717046, 0.0067567094, 0.017721232, -0.02009973, -0.039293814, -0.028127698, -0.0013210335, 0.006625133, -0.015131435, 0.02531038, 0.0069377827, -0.01570599, -0.012860805, -0.03129441, -0.06586589, -0.0113094775, -0.020150336, -0.016089767, -0.04171834, -0.019251762, 0.012114465, -0.009436836, -0.04865973, 0.034491066, -0.04008189, -0.026264483, 0.026226286, -0.04131585, 0.03476392, -0.007846895, -0.022682179, 0.05074499, -0.06062889, 0.04554737, 0.019219873, 0.07055716, -0.041470025, -0.041687425, 0.0033829992, 0.008525228, 0.005649886, 0.033259876, 0.024148516, -0.0007597884, 0.0020824857, 0.018307017, -0.008514621, -0.07766035, -0.04134358, -0.00079195463, -0.007628152, -0.023818811, 0.025099635, 0.0065657916, -0.0023370425, 0.0051210844, 0.016140511, -0.011248057, 0.00894221, 0.02831515, -0.02977594, 0.0075607263, -0.009798497, 0.023974512, 0.021103261, 0.0015794726, -0.027216367, -0.008214033, 0.017324561, 0.03098772, 0.009120233, 0.02969719, 0.019512141, -0.021408422, 0.014371647, -0.011936997, 0.0074936207, -0.05249749, -0.01642252, 0.060046576, 0.014124576, 0.010040298, -0.0020664025, -0.034881495, 0.024435239, -0.026956404, -0.013275777, -0.07084111, -0.02943764, -0.009166264, -0.0047445176, 0.02890967, 0.018798385, -0.008293894, 0.00872592, 0.013386141, 0.049848218, 0.0036170364, 0.014899616, -0.028363952, 0.055729643, -0.03748807, -0.009526332, 0.003933014, 0.003250591, 0.015120342, 0.046656553, -0.049061254, -0.0038910038, 0.050534245, -0.042960763, -0.00303028, 0.04348208, -0.043486513, -0.04563389, -0.027370542, 0.0025003692, 0.04870521, -0.010154543, 0.051627897, 0.023490217, -0.01557067, 0.0042348495, -0.011962508, -0.023562867, 0.016712015, 0.030804096, -0.01903575, 0.009028172, -0.022702698, 0.04425629, 0.027400076, -0.03203936, -0.048342504, 0.07678494, 0.0052300617, 0.038414232, 0.06362479, -0.020205934, 0.038248967, -0.0005257514, -0.0063877683, -0.019632487, -0.02207934, -0.029805887, -0.065210916, 0.034888703, -0.013009851, 0.04415424, 0.03732391, 0.007428179, 0.007225199, -0.07198801, -0.017544456, 0.013388912, -0.03952452, -0.04740331, -0.06610713, 0.004660775, -0.006218064, -0.0006732723, -0.008181866, -0.053157456, 0.09481271, -0.0118043795, 0.0031561719, -0.012720632, -6.6550805e-05, -0.054380883, 0.049788877, -0.00657522, 0.051233582, 0.022093758, 0.02111657, 0.0027765897, 0.022320863, -0.03827115, 0.023505745, 0.011047988, 0.024704074, -0.0011798904, 0.031201238, 0.00019365591, -0.010172845, 0.015479717, 0.016083112, -0.03380781, 0.026433287, -0.0069479044, -0.018638663, -0.013367838, 0.06452932, -0.018219393, 0.036852784, 0.011640533, 0.009157945, 0.00802159, -0.02616334, 0.034964684, 0.019873735, -0.00483658, 0.0028779758, -0.0042459415, -0.006888008, 0.011597588, -0.03308906, -0.020832343, -0.0107013695, -0.03056734, 0.0093162805, 0.005359974, 0.016863974, 0.0030136423, -0.01743631, 0.044946194, -0.0007010018, -0.05340702, -0.08129846, 0.05217195, -0.025637588, -0.03015424, -0.04346655, 0.027519869, -0.025282096, -0.0113391485, -0.008347689, -0.020159902, -0.011039461, -0.05016794, -0.008749213, 0.004358523, 0.035537574, 0.0021672512, 0.050631855, -0.0013049504, -0.006377786, -0.03873257, 0.0060505774, 0.02056524, 0.027736157, 0.029364435, 0.025828367, 0.014760414, 0.013184824, -0.0065957396, -0.006780418, -0.030852677, 0.025715787, 0.040776372, -0.010020956, 0.0082800295, -0.0015678261, 0.021440659, 0.015983285, 0.0026753424, 0.035321288, -0.015705574, 0.057637088, 0.05179871, -0.03347422, -0.012487981, -0.012482159], [-0.009820051, -0.07988214, -0.015858492, -0.031506218, -0.039293315, 0.015026787, 0.024084449, -0.030137645, 0.017033162, 0.052339487, -0.002006491, 0.029638834, -0.043518938, -0.024817916, -0.042419206, 0.03660722, -0.04032659, 0.007722461, 0.06298621, 0.030159188, -0.00047960944, 0.002246764, -0.021033483, 0.020595808, -0.0039783227, 0.05026719, 0.012504504, 0.01299512, 0.0036275147, 0.020374501, -0.020564191, -0.06934571, 0.01524774, -0.0027914767, 0.017113836, 0.013148043, 0.0064302906, 0.008524776, -0.047481336, -0.027520226, -0.05220483, 0.0009791246, -0.014915666, -0.011522101, 0.02298191, 0.03077088, 0.026322315, -0.0042451173, -0.034831636, -0.035627864, 0.020325324, -0.025512038, -0.012386476, 0.04733005, -0.012039883, 0.023576738, 0.016904535, 0.0114975115, 0.065047026, -0.022667166, 0.05545847, -0.00033441518, -0.02948193, -0.011843549, -0.0019648063, -0.026334492, 0.014817309, 0.03599155, 0.04442476, -0.020810584, -0.0062384354, 0.018626623, 0.0026809417, -0.029933436, 0.058748413, -0.01637323, -0.06447656, 0.023618892, 0.005708945, -0.07574269, 0.0033015304, 0.04052325, 0.0140709635, -0.021473119, -0.06526717, 0.0071382597, -0.012830021, 0.0071768123, 0.055250224, 0.00059576484, -0.058591038, -0.017091706, 0.015324083, 0.009528491, 0.00863297, -0.012094682, -0.0105813835, 0.036577713, 0.0374278, 0.033907544, 0.025543885, -0.02791102, -0.019195735, 0.020172283, -0.0049885935, -0.005923926, 0.020690652, -0.050061107, 0.011172112, -0.015892215, -0.033040594, 0.012173836, -0.009580011, -0.07729112, -0.022807207, 0.021560412, 0.05648525, -0.022623139, -0.0010383731, -0.025373401, -0.008608703, 0.015153363, 0.00410689, 0.025303964, -0.05548505, 0.017985353, -0.0060875327, 0.0047094463, -0.053975735, 0.010837932, 0.021424232, -0.026090004, 0.0009142555, -0.022529935, -0.05373686, 0.025336867, 0.023645941, 0.039097946, 0.0011090968, 0.01832539, -0.025075516, 0.027509628, 0.0066058706, 0.013327428, 0.012006862, -0.018474331, 0.0051932707, -0.042692266, -0.029905334, -0.01975204, -0.01835677, 0.037854485, 3.817204e-05, 0.024237137, 0.021438636, -0.06366171, 0.02827752, 0.008720554, -0.005599815, 0.0018926774, -0.025693763, 0.0145559, 0.031906206, 0.014056268, -0.01989536, -0.017921656, -0.02524132, 0.018178089, 0.008122916, 0.052584678, 0.06008607, -0.022943271, 0.020239437, 0.011357763, -0.04382806, -0.023891248, 0.012204983, -0.022192707, 0.044562463, 0.056222964, -0.020183876, 0.020081421, 0.002487974, -0.009071597, -0.013776593, 0.011001041, 0.02167516, 0.0044024307, 0.034461625, 0.009711155, 0.05571982, -0.023912089, 0.039518133, -0.0051380033, -0.024657147, 0.04967564, -0.019318331, -0.026496546, -0.007979128, 0.058422424, 0.05704636, -0.0012149481, -0.0010505507, -0.02860046, -0.03749759, -0.03192822, 0.04828131, -0.009332771, 0.026630385, -0.017650235, 0.006920614, 0.012214321, 0.043556172, 0.040941972, 0.0240067, 0.013651071, 0.0584791, -0.073669314, -0.012652743, 0.0327577, -0.02831581, -0.0512839, 0.030646294, -0.029068828, -0.010014423, 0.01395551, -0.025682522, 0.023908753, 0.009196886, -0.024094753, 0.07032273, 0.0055089514, -0.02129953, -0.03905398, 0.029933436, -0.031923767, -0.012447832, 0.013758328, -0.0071332534, 0.024848826, -0.03312865, -0.016145602, 0.049870133, -0.029480522, 0.028779758, 0.016100405, -0.007373995, -0.0024366875, -0.037447795, -0.00031661717, 0.015796315, -0.0045600366, -0.02686094, 0.017403025, 0.01196588, 0.02231589, 0.0035317335, 0.0016880004, 0.01685471, 0.028013946, -0.03569718, -0.032614436, -0.000994083, -0.012644547, 0.0032441549, 0.01277405, 0.011787432, 0.029994326, 0.006728964, -0.022996899, -0.022531807, -0.049577635, 0.047119055, 0.0397111, -0.0372709, 0.030798718, 0.025228206, 0.015584965, 0.020337032, 0.008756385, -0.04481339, -0.0073463614, -0.013069358, 0.02986242, -0.0028099774, -0.008608234, -0.011271758, -0.043085225, 0.0041037286, -0.046615202, -0.010610891, 0.02912316, 0.0039474103, 0.03725404, 0.025993053, 0.00530849, 0.06383302, 0.010105492, -0.005294907, -0.026252938, 0.022607215, -0.03732359, -0.030359417, -0.01785702, -0.022687774, 0.0021271252, -0.08157904, 0.07818243, 0.036768805, -0.0015231348, 0.003551639, -0.0065477933, -0.045243468, 0.0061678286, 0.044139054, -0.040755562, 0.011490017, 0.065981895, -0.05020349, 0.027817348, -0.012497948, -0.043653827, 0.003227528, -0.029241422, 0.0540666, 0.039731707, 0.04273957, 0.023806239, -0.046568953, -0.002084006, -0.0071857106, 0.04932858, 0.0030589153, 0.006449904, 0.0023055444, 0.019558135, 0.0041928357, -0.0015723134, 0.05155427, 0.04002116, -0.008050319, -0.040067997, -0.019629328, -0.03712137, 0.037891954, -0.07117329, 0.0077725765, -0.06256491, 0.030453794, -0.013285041, -0.006062563, -0.023620764, -0.0008571145, 0.02416969, 0.0027811727, -0.013650837, 0.04477885, -0.047683667, -0.016532943, -0.016037878, -0.012842199, 0.007501391, -0.100628056, 0.014394138, 0.010170536, -0.013503066, 0.060127288, -0.03265981, 0.028471658, -0.010395909, 0.05932731, -0.011746684, -0.015340944, 0.043954577, -0.039769176, 0.048589498, -0.0076241186, -0.032002218, 0.045636896, 0.0068503586, 0.031131525, -0.026417395, 0.030868066, 0.017663117, 0.03255911, 0.026755292, 0.047033574, 0.05891702, -0.0022130415, 0.06986186, -0.0012018338, -0.058152173, 0.052150853, -0.039121892, -0.0048204497, -0.00927604, 0.04132978, 0.02255663, 0.06306115, -0.0097709885, -0.006222277, 0.013265604, -0.033180166, -0.027316544, -0.0049618967, -0.013451546, -0.0543982, 0.0013638893, 0.048626028, -0.003123433, -0.0161449, -0.0075182524, -0.029645566, 0.021802088, 0.0108797345, -0.08677933, -0.041130256, 0.0133410115, -0.0036254071, -0.02869788, -0.028295083, 0.057231717, -0.04113307, 0.018194247, 0.04567156, 0.0155638885, 0.008794089, 0.018139916, -0.022161327, 0.031407394, 0.036447212, 0.053553265, -0.0032887673, 0.10065054, 0.004710617, -0.021338113, 0.024121918, 0.012877326, -0.060676683, -0.0159459, -0.06258013, -0.010851632, -0.01955439, 0.01793922, 0.006496272, -0.004469173, -0.01784578, 0.032206167, 0.021241453, -0.036553357, -0.010686532, -0.036429707, -0.031013494, -0.05008031, -0.031790048, 0.009503667, 0.022936476, -0.067720935, 0.002834596, -0.044403218, -0.014425518, 0.018768935, 0.037461992, 0.012751803, 0.025489554, -0.004880401, 0.03892705, -0.04359856, 0.03369303, 0.006387845, 0.022612834, -0.058724053, -0.007217209, -0.010225424, -0.02398422, 0.0010997294, 0.021968711, 0.015847016, 0.0039778985, -0.0024467574, 0.02456757, -0.030554494, 0.0033851925, 0.022271395, 0.008919143, -0.0005437759, -0.008335087, -0.04050639, -0.014018271, 0.0028294146, -0.018150162, 0.030163873, 0.033398896, 0.03804277, -0.018448101, -0.017618386, -0.010194745, 0.060480434, -0.03895902, -0.021240983, 0.046826556, 0.021475635, -0.021088295, 0.025840834, 0.019435422, -0.044993363, 0.029606193, 0.05727305, -0.026570316, -0.013241483, -0.05654848, -0.018808132, -0.02295287, -0.013468876, 0.016225811, 0.034553424, -0.01738268, -0.053502683, 0.011959784, -0.024780212, -0.014670474, -0.04282692, -0.0062154853, 0.03846149, 0.027512908, 0.0094445385, 0.045411143, -0.022065781, 0.0065799933, -0.016210588, -0.026126537, -0.03925561, -0.0054096575, -0.0049918722, 0.013392298, -0.017780209, 0.032920692, 0.043567646, 0.042797647, -0.009615841, -0.004427957, -6.0419545e-05, 0.005550168, -0.011335924, -0.04095977, 0.0040949467, 0.022279356, -0.011796331, 0.026932364, -0.005775921, 0.009550972, -0.003508549, -0.06211317, -0.049384784, 0.038089607, 0.002133653, -0.010697655, 0.03080835, 0.09901687, 0.019862575, -0.04066938, 0.03148444, 0.0029030656, 0.010898995, 0.035792727, 0.02129391, 0.036702298, -0.07684242, -0.04397419, 0.023707882, -0.035708424, 0.01281316, -0.043664716, -0.026157213, -0.007624572, -0.011095184, 0.005838683, -0.04263278, -0.014355029, 0.0091641005, 0.013136802, -0.0004397981, 0.019860702, -0.05368488, 0.025006901, 0.011456764, 0.018385341, 0.0021559005, 0.041760564, -0.03205421, 0.024675764, -0.020100975, 0.030304503, -0.00053113, -0.060291216, -0.023445595, -0.056042172, 0.002852365, -0.0012322777, 0.012892548, 0.012101708, -0.025709191, 0.03542459, -0.0069583175, -0.00751673, 0.01796334, -0.010588497, 0.034415726, -0.012178052, 0.00069552736, -0.0144468285, -0.009596872, -0.00579893, -0.027611265, 0.014984048, 0.0021832122, -0.03713039, 0.008237974, -0.011151856, 0.020026973, -0.0009219836, -0.05554102, -0.00706815, 0.0011788837, -0.024616048, 0.0094034355, -0.021237472, 0.106229745, 0.046331022, 0.020067018, 0.05932731, 0.010842967, 0.10567894, -0.016859863, -0.042081572, 0.072821945, -0.018128112, -0.00029881916, 0.008772895, 0.017237838, 0.005930015, -0.00917815, 0.0039317203, -0.0060002995, -0.01943074, -0.024801055, 0.019478982, 0.0006681278, -0.010820251, -0.0021320137, 0.021072254, 0.0045206933, 0.026860002, -0.012435655, 0.033767503, -0.0070248265, -0.009495704, 0.0019727685, -0.019848991, -0.012604735, 0.027165143, -0.038591698, 0.023572521, 0.02538347, 0.019220911, -0.008507447, 0.035552923, -0.008070928, -0.028613808, -0.03440729, 0.04373532, -0.04001835, 0.028712166, -0.013060926, 0.008262022, -0.049408205, -0.028587814, -0.00076437753, 0.0140248295, 0.021748226, -0.08153735, 0.0109720025, 0.01385364, 0.002808572, 0.029040026, 0.01989583, -0.016186818, 0.02866767, -0.04290631, -0.08196075, -0.02870069, -0.0034520812, -0.010850461, 0.00531692, -0.022135569, 0.013836545, 0.04686426, 0.029289898, 0.03603675, -0.025971975, 0.056070745, 0.011877826, 0.016662681, 0.018835912, 0.015710019, -0.027554007, 0.039948095, -0.013765916, -0.019049019, -0.055260003, -0.0030462695, 0.0365276, -0.008091535, 0.02596776, -0.019354863, 0.048210114, 0.014524578, -0.020074746, 0.024905968, -0.0018940825, 0.013318528, 0.043428075, -0.07135689, -0.014014759, 0.016156843, 0.00412539, -0.0261667, -0.040937286, -0.0211356, -0.04206588, -0.0053440854, -0.034573097, 0.027562555, -0.0001401593, 0.019240173, 0.02131077, -0.07671409, -0.057313792, -0.017795196, 0.034453195, 0.0279691, -0.021092482, -0.008987993, -0.010054, -0.03987409, -0.0152489105, -0.036225773, 0.00022060159, 0.016924968, 0.034811027, 0.010008803, 0.06302743, 0.02283578, 0.0291255, -0.013854812, -0.0273183, 0.06872653, -0.016603665, 0.026895598, -0.011894689, -0.002215149, -0.06604747, -0.0165669, 0.023019848, -0.010483026, -0.032044843, -0.038276017, 0.0065981424, 0.016578784, 0.006248974, 0.010299426, 0.010128939, -0.026183678, -0.06698212, -0.0044278395, -0.00096366834, -0.054620206, -0.034456473, -0.007827142, -0.042701166, -0.071479134, -0.029140957, -0.025185933, 0.016106728, -0.061359096, 0.024691923, -0.009731879, -0.015991041, -0.007019908, -0.035622243, 0.02136159, 0.010468858, -0.097821586, 0.0023437163, -0.037056096, 0.05263339, 0.011787901, 0.014066045, -0.044791963, 0.024557034, 0.015036856, 0.044161536, 0.019769838, 0.034843814, -0.0045380234, -0.00051333196, 0.0063920603, 0.008372088, -0.04829442, -0.06886002, -0.014533008, 0.0067089116, -0.015650067, -0.015534849, 0.018197758, -0.01709311, -0.019540338, 0.018546226, -0.029785432, 0.025518594, 0.005892311, 0.074568026, -0.034919456, -0.0077674245, 0.008507447, 0.025635451, -0.0013432811, 0.026589286, -0.028624931, 0.016230846, 0.05813016, 0.026526524, 0.03940057, 0.03660675, 0.02784896, 0.0123639945, -0.0068827057, -0.017671078, 0.034670517, -0.052743454, -0.0045562168, 0.052448384, -0.0014341446, 0.03785355, 0.012327461, 0.0183926, 0.024515348, -0.039956525, 0.04495964, -0.04435732, -0.03646952, -0.015845846, -0.034636796, 0.018568825, 0.0015777143, 0.020913478, -0.03268463, 0.04743075, 0.0046645706, -0.019764218, 0.015604168, -0.027553422, 0.052393585, -0.00442983, 0.014601859, -0.0001924995, -0.03496471, 0.0018944337, 0.01637042, -0.03369022, 0.0075416714, 0.030447705, -0.025868934, -0.01758045, 0.06514632, -0.03153713, -0.0386198, -0.024442986, 0.018599853, -0.00283082, 0.025088398, 0.03032031, 0.02922292, -0.0077870963, -0.054286584, -0.017293105, -0.015511432, 0.012933061, 0.0124501735, 0.012629559, -0.014613568, 0.015556394, 0.017342282, 0.078862034, 0.014636051, -0.03236146, 0.051577687, 0.034120418, 0.028720245, 0.075860724, -0.060962856, 0.009195714, 0.014461349, -0.05653209, -0.03784231, -0.014356375, -0.06889046, -0.07761102, 0.00033956722, 0.0007882643, -0.0008669503, 0.064427845, 0.035093922, 0.024534786, -0.03140786, -0.026704503, -0.0092707705, -0.058699697, -0.044096902, -0.02472424, 0.005521129, -0.0012364931, -0.021172134, -0.00479586, -0.028934876, 0.05043206, 0.011434751, -0.0143554965, 0.04313581, -0.0018547397, 0.0004992809, 0.040217288, -0.06952089, -0.0034748265, 0.0067372476, 0.058677215, -0.014784874, -0.0016214921, -0.019475702, 0.023158016, -0.0071381712, 0.026181804, 0.0077974005, -0.011194244, -0.008839872, 0.0023179562, 0.02085177, 0.046593305, -1.1357939e-05, -0.001213543, -0.00027071705, -0.0042584073, -0.005378862, -0.009830822, -0.044910926, 0.037165046, -0.016540905, 0.004315548, -0.00553518, -0.012778969, 0.049131397, 0.041686207, 0.010743438, 0.00948581, 0.01434455, 0.012260953, 0.025627023, -0.01823078, -0.011210871, 0.008044698, -0.019332148, 0.00553237, 0.030326866, 0.006151553, -0.0072006984, 0.022142507, 0.07002391, 0.034490194, -0.0003471782, -0.053636633, 0.051197194, -0.021890026, -0.022946313, 0.024349546, -0.004498212, -0.017629394, -0.018070012, 0.048086934, -0.019409487, 0.012629032, -0.08002359, -0.049000725, 0.001956844, 0.011899372, -0.02834754, 0.022066953, -0.0032055145, -0.03744232, -0.008344923, 0.004947846, -0.014224589, 0.025320942, 0.026717149, 0.010611358, 0.047708027, 0.027162801, -0.013544283, 0.001961996, 0.0070285737, 0.047411546, 0.017007751, -0.041860912, 0.021975093, 0.012115057, 0.03386949, -0.019989269, -0.0103500085, -0.0022701826, 0.009722395, 0.040777106, 3.9342962e-05, -0.066706926, 0.04067793, -0.007842364], [-0.026218222, -0.081444345, -0.05756673, -0.035453487, -0.0056560016, 0.044037905, 0.03764579, -0.0066006216, 0.030081693, 0.00726063, 0.0116366185, 0.03243954, -0.080843195, -0.03471697, -0.015621453, 0.051356725, -0.0054293084, -0.032549992, 0.059776813, 0.05592991, -0.015297106, -0.0010999239, 0.0018738846, 0.056686357, -0.016081033, 0.021128884, -0.006700296, -0.024819544, 0.034122158, -0.013106955, 0.012986807, -0.0461564, 0.012083808, 0.034819342, 0.036803138, 0.021771112, 0.007920369, -0.040106952, -0.04322219, -0.049775936, -0.08653274, 0.025928086, -0.031925544, 0.019292714, 0.025920678, 0.033822592, 0.022815272, 0.038744908, 0.010567271, -0.030437022, 0.03845181, -0.006333924, -0.037755705, 0.0075774333, -0.009568638, 0.008555593, 0.03006102, 0.042387076, 0.013947995, -0.029613627, 0.022527294, -0.00069987815, -0.06327243, -0.010312292, 0.0036374535, 0.0036378575, 0.04797317, -0.0022875348, -0.022247396, -0.052102398, -0.002635773, -0.000915391, -0.015365666, -0.02528074, 0.04424911, -0.0006132689, -0.053735986, 0.006648573, -0.006504179, -0.00013388738, 0.018239934, 0.009408215, -0.016129253, -0.0739123, -0.048337385, 0.030318843, -0.031572238, 0.029942283, 0.033726692, -0.0075177634, -0.040020745, -0.006900723, 0.023548523, -0.0011670024, 0.02138063, -0.016964097, 0.002793047, 0.04325344, 0.020434933, 0.04621593, 0.016141916, -0.032247733, -0.026023181, -0.026528021, 0.015469785, -0.02316656, 0.023481343, -0.014999461, 0.0026955276, -0.048068535, -0.019952184, 0.026032882, 0.00809251, -0.0649599, 0.007840359, -0.004727275, 0.04741122, -0.02508678, -0.03967808, -0.03193039, -0.04149701, -0.0042476244, 0.023085741, 0.031721342, -0.008084698, -0.041772865, 0.008031626, -0.0007914711, -0.047634277, 0.0012564402, 0.04042914, 0.0047563696, 0.02404693, -0.018645233, -0.04302284, 0.058953553, -0.009209944, 0.06305908, -0.033909876, 0.03654883, -0.022040505, -0.010358358, 0.003799223, 0.006918772, 0.031141613, -0.035113517, 0.03028387, -0.022379937, -0.007019255, -0.018711908, 0.021159055, 0.017348789, 0.0011723902, 0.019326119, -0.0024212874, -0.068079986, 0.009896352, 0.03266529, -0.018934963, 0.005606029, -0.013947995, 0.01707401, 0.033139955, 0.011071167, -0.02474061, -0.019970503, 0.022510054, 0.013049305, -0.0043741036, 0.0361372, 0.08005011, 0.014775564, -0.0066596176, 0.023314185, -0.031334497, -0.029319182, 0.025219318, -0.023670858, 0.0028389783, 0.04618657, 0.011596209, 0.013028832, 0.012013229, 0.0073538385, -0.02743641, 0.019342283, -0.02941859, -0.027554402, 0.018019034, 0.011988982, 0.029206846, -0.035793997, 0.017300298, 0.0046874057, -0.029185025, 0.011284794, 0.0033813973, 0.019922685, 0.023343818, 0.05486096, 0.011805662, 0.0030915325, 0.04512409, -0.060084995, -0.04084185, -0.039441824, 0.0360413, 0.007016022, 0.07536055, -0.041257787, -0.006095227, 0.047143918, 0.033649646, 0.043917757, 0.016371438, 0.01809554, 0.020401258, -0.035697557, 0.021411205, 0.06327243, -0.027271273, 0.024786675, 0.023495216, -0.055664826, -0.03905794, 0.023102982, -0.0012413543, 0.030464903, -0.003666952, -0.0271029, 0.06359732, -0.0059664743, -0.0223961, -0.034987845, -0.013755919, -0.009260589, -0.03197996, 0.0268292, -0.050754365, 0.0010172209, -0.015648391, 0.016213035, 0.040542286, -0.005389708, -0.023594351, -0.00017733513, -0.06697279, -0.009973937, -0.010382873, -0.00026939114, 0.051921368, -0.025982235, -0.029517723, 0.019392928, 0.00086151285, 0.008294013, -0.004753676, 0.022572955, -0.00072910707, 0.010365093, 0.0038152516, -0.06316252, 0.0024094342, -0.049565542, 0.05199464, 0.008511379, 0.005382435, -0.04376905, 0.013042302, -0.057037644, -0.012361483, -0.062716946, 0.041238125, 0.0071194014, -0.0056120907, 0.038826805, 0.026865838, 0.024017297, 0.057516083, 0.015533631, -0.049992528, -0.024823852, 0.00083942275, 0.016173165, 0.030043373, 0.0099575035, 0.006483167, -0.029372253, -0.017877871, -0.027490288, 0.006053488, 0.027532713, 0.019367874, 0.055416986, 0.039224427, -0.020159345, 0.023566335, -0.0052956906, -0.026648171, -0.059089325, 0.0111463275, 0.011642545, -0.004687911, 0.012642795, 0.005875151, -0.01728629, -0.04522188, 0.032212712, 0.010597847, 0.018801345, -0.030886231, -0.015676677, -0.030014008, -0.00899672, 0.0490766, -0.013052, 0.036887188, 0.062204566, -0.014891941, 0.008831718, 0.0018089614, -0.03415381, -0.022567434, -0.053130396, 0.036622107, 0.051509198, 0.02796172, 0.02422796, -0.061537556, -0.056873955, 0.050510835, 0.035529457, 0.013909607, 0.012598883, -0.00030495075, 0.013845626, -0.011617762, 0.008617284, 0.012449911, 0.029401077, 0.014314096, -0.058628127, -0.0075953817, -0.012931852, 0.035302628, -0.047701627, -0.020305626, -0.06709778, 0.012791229, 0.013546913, 0.049619418, -0.017264672, 0.003075369, -0.044007733, -0.007230458, 0.014297529, -0.0047008754, 0.0039395755, 0.0074804523, -0.015358526, -0.013018595, -0.031301096, -0.039193444, 0.03914738, 0.015756147, -0.044894572, 0.042587504, -0.006768721, 0.015036335, -0.044762027, 0.055154063, -0.00676761, -0.022324981, 0.034888305, 0.031898063, 0.045533564, -0.05518854, -0.025057685, 0.033322606, -0.014523414, 0.028076213, -0.02835072, 0.05367241, 0.011119388, 0.016534418, 0.023216126, 0.008906609, 0.03459467, -0.021779733, 0.043897822, 0.01558266, 0.024441317, 0.025764566, -0.0005597948, -0.001311396, 0.0055381428, 0.042082127, 0.03870073, 0.0117346775, 0.02607275, -0.010845686, -0.004874363, -0.00076965045, -0.032325856, -0.0134146, -0.036132894, -0.03421806, 0.0016626819, 0.009983365, 0.02920577, 0.050164934, -0.021844387, 0.0010517029, 0.018309707, 0.037728764, -0.01298546, -0.0366464, 0.011889981, 0.0020581482, 0.01261828, 0.021411205, 0.046766296, -0.03787693, 0.004043998, 0.047513053, -0.0035538077, -0.004698181, -0.017836386, -0.049020562, 0.027936937, 0.0039997846, 0.024772938, 0.012017268, 0.086621106, 0.03446698, -0.009208865, 0.006008769, 0.004885139, -0.06136299, -0.0056824014, -0.022863762, -0.0077218274, -0.022715058, 0.014027734, -0.033725616, 0.010143822, -0.04928349, 0.050850272, 0.04079282, -0.016235126, 0.024086665, -0.028564079, -0.023916006, -0.011179731, -0.029253721, 0.062065557, 0.06839948, -0.051996797, -0.01544527, -0.041057363, -0.045962702, 0.007766529, 0.025140658, 0.010573332, -0.014344, 0.019738287, 0.0662659, -0.06806328, 0.008751086, -0.00692443, 0.01573783, -0.025607241, -0.006408276, -0.036409825, -0.005719712, 0.0032596325, 0.07315801, 0.0049468963, 0.0028630889, 0.030009903, 0.022255747, 0.032898046, 0.040901653, -0.02165689, -0.02140582, 0.021154206, -0.005179583, 0.0019308609, -0.016517447, -0.00425638, 0.023326444, 0.020118669, -0.0016774986, 0.066554695, -0.026505932, -0.009644337, 0.02455985, 0.032865718, -0.043768786, -0.018714264, 0.045851853, 0.014940701, -0.05369719, -0.0046308334, -0.019946797, -0.08083673, 0.025889566, 0.07162787, -0.027143849, -0.023982275, -0.037115633, -0.0041507785, -0.0070925294, -0.033035163, 0.05540621, 0.03803587, -0.031117909, -0.06463447, -0.0019557795, -0.014610899, -0.009728656, -0.025011888, -0.004578841, 0.028932605, 0.022101386, -0.019921472, 0.016501283, -0.041042812, 0.025202079, -9.69808e-05, -0.007845747, -0.03373437, -0.018755548, 0.008646377, -0.017514734, 0.020133484, 0.022731224, 0.0066345646, 0.020530298, -0.01742314, -0.03709381, 0.002146117, -0.0006152893, -0.006928201, -0.012081654, -0.018733459, -0.007095762, -0.0014999699, 0.011145249, -0.02777099, 0.01823697, -0.0048382645, -0.08428278, -0.046572335, 0.060382403, -0.01937636, -0.013573003, 0.038471308, 0.042134658, 0.039024, -0.0136979995, 0.0034609225, -0.0028543337, 0.045741536, 0.016654836, 0.041343994, 0.0065335426, -0.07112141, -0.06918826, 0.030709377, -0.040227637, -0.019580424, -0.056901872, -0.03148859, 0.00097627344, -0.0037596223, -0.002143545, -0.02276786, -0.016363895, -0.030733755, 0.020948932, -0.0036310556, -0.0029870085, -0.028755886, 0.01766236, 0.04259909, -0.016461145, 0.013862868, 0.043141373, -0.01076689, 0.030264476, -0.0027520997, 0.06323148, 0.025327615, -0.054606657, -0.026540445, -0.033009034, -0.016752625, 0.00039856418, -0.014864463, -0.01694578, -0.07777753, -0.02956729, -0.0031648069, 0.010071995, 0.009549646, -0.0037364548, 0.059132427, 0.0041734073, 0.0062307473, -0.0052059838, -0.0055594244, -0.026955813, -0.016291967, -0.028233267, 0.00835328, -0.05633076, -0.02323229, -0.05017356, -0.0068683964, -0.0006034361, -0.008099985, -0.008862698, 0.0026939113, -0.03908219, 0.040395737, -0.0056922343, 0.03425362, 0.03285767, -0.020368932, 0.06318946, -0.003825354, 0.06557411, 0.0036820378, -0.079061985, 0.083584525, 0.0027112868, -0.021294829, -0.035212655, 0.011511622, -0.0063985777, 0.041429795, 0.029638411, 0.012372595, -0.0068974905, 0.012612913, -0.015068661, -0.01175569, -0.032324106, 0.0034445697, 0.056121174, -0.010147964, -0.0014870389, -0.04398187, 0.023865359, -0.0015678564, -0.008159049, 0.0055138976, 0.003259902, -0.025069, 0.035004683, -0.040896807, 0.03408121, 0.0372013, 0.024341105, 0.0047288914, 0.012102127, -0.019655315, -0.02204697, -0.03140885, 0.032746106, -0.018358601, 0.007082831, -0.026389554, -0.025588453, -0.020189248, -0.05044295, -0.027452841, -0.0035128603, -0.0063231485, -0.034091983, -0.06077464, 0.00659685, -0.029244022, 0.029350702, 0.01731754, 0.0034632923, 0.02409542, -0.057274707, -0.059781663, -0.033459455, 0.014516949, -0.00818518, -0.011968778, -0.013301455, -0.020485781, 0.07457231, 0.043240506, 0.04177293, 0.020786623, 0.014745392, 0.0518718, 0.0070117125, -0.0062575517, -0.0038856976, -0.014532035, 0.033958904, 0.00063037523, -0.044045985, -0.08918948, 0.004530081, 0.024150375, -0.0016544656, 0.04421678, 0.03685055, -0.010163067, 0.03466633, -0.027127417, -0.01086616, 0.026830412, -0.008215352, 0.012216146, -0.06553963, -0.010313369, 0.024761623, -0.009095184, -0.029272038, -0.02922786, -0.054104514, -0.02583838, -0.025216088, -0.05834581, 0.03456827, -0.010640949, 0.023947254, -0.0043037925, -0.017840696, -0.043695778, 0.010525919, 0.029097205, 0.021485558, -0.0066130133, 0.031986423, -0.008505755, 0.01812221, -0.041300893, -0.035590876, -0.041385077, 0.028689615, -0.01600749, 0.02749729, 0.06528748, 0.0256824, -0.01893604, -0.0050149853, -0.038296644, 0.040604785, -0.048446223, 0.020210227, -0.00184607, -9.9135934e-05, -0.079619355, -0.017023902, 0.0044654272, 0.0030150253, 0.0008062539, -0.05479038, -0.010579527, -0.010491976, 0.0042299796, 0.0008239327, 0.012666367, -0.009293993, -0.008775685, -0.0030148907, 0.00039250287, -0.07692087, -0.014857997, -0.00165029, -0.027026935, -0.028299, -0.03405104, -0.0044219205, -0.0065588653, -0.030611586, 0.04808093, -0.03774924, -0.015067517, 0.007527596, -0.054662693, -0.0026685884, -0.0049734986, -0.041158654, 0.03454456, -0.030612396, 0.033885904, 0.028193815, 0.033235323, -0.06555902, -0.0036351637, 0.012758364, -0.010492246, 0.039231967, 0.04331378, 0.010218006, -0.01278207, -0.019291637, -0.010148368, -0.014667808, -0.08305867, -0.05330252, 0.019690335, 0.0067194225, -0.019815333, 0.018690053, 0.009198225, 0.003267445, 0.03508981, 0.027587805, 0.0010570908, 0.0035818245, 0.0047983946, -0.039278843, -0.008843572, -0.013868255, 0.019036254, 0.042409707, -0.012101049, -0.018452484, 0.01778116, 0.035336033, 0.0030585995, 0.019946257, 0.038872063, -0.0012957713, -0.012760519, 0.0002974078, -0.017419368, 0.0145121, -0.09787814, -0.015682066, 0.04869945, 0.0048932205, 0.02168437, 0.009471792, -0.023336815, 0.04029768, -0.038199123, -0.019752633, -0.060632396, -0.037280228, -0.0010215312, -0.00047278142, -0.0044137044, 0.02269728, 0.002306813, 0.009994882, 0.06161083, 0.037279423, 0.017568612, 0.015298721, -0.020073678, 0.062132366, -0.024730105, 0.015635999, 0.024191324, 0.009798294, 0.026671875, 0.04646458, -0.033089515, -0.0048739254, 0.043973252, -0.040404357, -0.0020660951, 0.03057266, -0.057248846, -0.017346093, -0.034608677, 0.0034072588, 0.044622485, -0.013834312, 0.015005085, 0.04130022, -0.0028116351, -0.008414701, 0.011383391, -0.013688402, 0.005538681, 0.031743366, -0.031801082, 0.0052908417, -0.009573083, 0.033852763, 0.025070617, -0.0171555, -0.059240185, 0.06688658, -0.0020204335, 0.019656932, 0.05121664, -0.05701946, 0.030117927, 0.033663116, 0.005892122, -0.0135020185, 0.018148342, -0.011072514, -0.06761609, 0.021714002, -0.028189087, 0.0066905976, 0.018634323, 0.023856739, 0.005784703, -0.07889711, 0.0012887671, -0.007478297, -0.030288722, -0.03119199, -0.03347993, 0.009222335, 0.012483045, -3.2326934e-06, -0.02085222, -0.029710742, 0.06645125, -0.01038853, 0.013286371, 0.014842913, -0.008214004, -0.048945133, 0.0063646343, -0.023318496, 0.08665342, 0.005152105, 0.042964652, -0.0012165703, 0.021299947, -0.069235675, 0.036080092, 0.0052983845, 0.031025236, -0.02182984, 0.02446287, -0.002894069, -0.011561189, 0.025924047, 0.043162387, -0.018534109, 0.038069274, -0.004832607, -0.039768193, -0.017099602, 0.029558672, -0.027212812, 0.05218466, 0.014993233, -0.010665733, 0.05100651, -0.028115813, 0.091334365, 0.023634626, 0.014593995, 0.013248521, -0.012488702, 0.0016082651, 0.036817145, -0.03575359, 0.0021276511, 0.021424137, -0.010367247, -0.0053361, -0.005078023, 0.0235661, 0.004523885, -0.0081402585, 0.031274155, -0.02500273, -0.03727107, -0.058166932, 0.034577966, -0.016428549, -0.039865576, -0.03316528, 0.03230296, -0.02662554, 0.003189591, 0.026102923, 0.00026898703, -0.020663377, -0.06715894, -0.0074308845, -0.00058403995, 0.021992553, 0.011084367, 0.058717564, 0.038188886, 0.008239058, -0.024074946, -0.0069977036, 0.007427652, 0.06595772, 0.022138022, 0.023441875, 0.010368595, -0.0028814075, 0.025994625, 0.007690578, -0.037073337, 0.038024828, 0.052541643, 0.0040866635, 0.011409253, -0.0022117011, 0.0031823171, -0.009671141, 0.00918516, 0.015156483, -0.0055031213, 0.044938747, 0.032844704, -0.05245584, -0.006976422, -0.008232054], [-0.024726758, -0.060409717, -0.038933527, -0.017655639, 0.0031501483, 0.03794834, -0.00090051006, -0.034356374, 0.012523033, 0.04917953, -0.012047532, 0.046271514, -0.07731695, -0.013964957, -0.05071907, 0.03634626, -0.013326465, -0.072347015, 0.03934242, 0.039120816, -0.037702564, 0.003447926, -0.014741067, 0.044316377, -0.0192547, 0.047454562, 0.004449668, 0.0016224794, 0.025294863, -0.0019548195, 0.016621916, -0.03579427, 0.002004617, -0.0023237993, 0.009806897, 0.012292869, 0.023296418, 0.00794947, -0.021847945, -0.045625843, -0.06307801, 0.020715762, -0.02517802, 0.0141785005, 0.0024920155, 0.037818905, -0.002805532, 0.06172624, -0.023282314, -0.060197186, 0.029082244, 0.0043282905, -0.024530338, 0.005918411, -0.003393659, 0.03675471, 0.04803123, -0.0072896997, 0.0074705067, -0.015096134, 0.04429019, -0.02592492, -0.07285468, -0.016801463, 0.023828262, -0.0025171975, 0.026898457, 0.0016358258, 0.020927291, -0.04650016, -0.021859026, 0.01738468, -0.008902358, -0.038120586, 0.026063925, -0.0034177075, -0.06894442, -0.006783037, 0.013117833, -0.0036463607, 0.017622398, 0.036128685, -0.0071758768, -0.035347033, -0.058698345, 0.021921413, -0.01120853, 0.015780583, 0.037787173, -0.0018435777, -0.014187062, 0.011677042, 0.020668417, 0.03989189, 0.0055934363, 0.012314022, -0.007449417, 0.037819408, 0.029559696, 0.030468011, 0.03581504, -0.014548173, -0.04396181, -0.016794411, 0.008182151, -0.032524377, 0.014830212, -0.032811202, 0.024540285, -0.012192849, -0.011016139, -0.012012844, 0.011835311, -0.018765662, 0.01999908, 0.0052648108, 0.03570613, -0.029463502, -0.015230607, -0.0036549226, -0.00010752735, 0.025167948, 0.012978828, 0.019973142, -0.0207417, -0.013153843, -0.025602084, 0.009989813, -0.05734903, 0.029178943, 0.01161396, 0.005914256, 0.045997027, -0.04578298, -0.028759914, 0.042679545, -0.002194348, 0.060898248, -0.02683399, 0.023503665, -0.027436346, -0.007816256, 0.016817579, 0.013956395, 0.036893714, -0.044425163, 0.014978282, -0.040030394, -0.007901623, -0.029322986, 0.029925339, -0.012843852, -0.012165448, -0.0021563624, 0.011259398, -0.08294564, -0.0014654063, 0.040956084, -0.027162867, 0.004175184, -0.004468806, 0.018281914, 0.028459743, -0.0049739582, -0.013197407, -0.049351778, 0.01309114, 0.022226684, -0.00836831, 0.00845311, 0.07145255, -0.0012057164, 0.0050802263, 0.055867884, -0.048476573, -0.0277345, 0.029637257, -0.016768979, 0.027900701, 0.04908535, 0.006356956, -0.0067185704, -0.011235726, 0.007984094, -0.01877473, 0.024144044, -0.02943278, -0.019276103, 0.012184334, 0.002547416, -0.0068522873, -0.029848786, 0.008435986, -0.01990325, -0.025689216, 0.039593734, -0.016512373, 0.024399642, 0.022911636, 0.025188848, 0.019929577, -0.010221897, 0.017463246, -0.03759327, -0.059758008, -0.03866754, 0.04286589, -0.01496821, 0.022434182, -0.04070376, -0.020331232, 0.05747148, 0.028905464, 0.02459581, 0.008535707, 0.040370602, 0.0030324222, -0.016055822, 0.030806208, 0.06448619, -0.061367642, -0.0076401075, 0.03158232, -0.026462052, -0.020038962, 0.024700062, -0.01771809, 0.014294086, 0.0024315785, -0.008682518, 0.07067518, -0.006586742, 0.026418991, -0.055811226, 0.0012208257, -0.016550146, 0.002504103, 0.044924773, -0.04610531, 0.015365079, -0.015659709, 0.01735446, 0.053941965, -0.04692322, 0.00519405, 0.010098001, -0.062640846, -0.004483412, -0.04435668, -0.010803161, 0.040891618, -0.024518752, -0.034820728, -0.024124151, -0.024624517, 0.008571969, 0.019430973, -0.007906157, 0.025849877, 0.028113239, -0.024419537, -0.081263475, -0.00068249647, -0.022121925, 0.026856655, 0.015413964, 0.0019702436, -0.019946197, -0.0015622943, -0.03607681, -0.004609889, -0.05620986, 0.0074720173, 0.022080375, -0.01856874, 0.030338263, 0.022737626, 0.015610856, 0.064314954, -0.0061088502, -0.046510234, 0.0118375765, 0.022098757, 0.010713451, 0.021722035, 0.019279, -0.0076392265, -0.020323424, -0.02038638, -0.007940403, -0.01219768, 0.0110100955, 0.008485343, 0.053625174, 0.03140856, -0.025397355, 0.037204966, 0.019236488, -0.03319699, -0.07600043, 0.022991965, -0.023408854, 0.0003968691, 0.02947307, -0.0023021428, -0.022404972, -0.0519828, 0.03474216, 0.0053420253, 0.02990721, -0.026868237, 0.0033280596, -0.023127193, 0.041000403, 0.034291904, -0.031508535, 0.005474577, 0.057900205, -0.009714227, -0.013653707, -0.012688227, -0.009324913, -0.0047241524, -0.015089083, 0.04693128, 0.038660202, 0.02076814, 0.022804864, -0.05782201, -0.02847586, 0.010818208, 0.046776157, 0.0134323565, 0.023175543, 0.0077681583, 0.061381746, -0.014574614, 0.0030550233, 0.026035216, 0.029404573, 0.011281054, -0.025461426, -0.011532371, -0.02289149, 0.03374596, -0.063402355, 0.010797055, -0.06452119, 0.004625942, 0.0076459153, 0.0041199718, 0.0012026946, 0.020842427, -9.443268e-06, -0.019874869, 0.0039515668, 0.022497643, -0.00765635, -0.0026884354, -0.047876805, -0.012093679, 0.0154648, -0.03184723, 0.04025703, 0.009138818, -0.008189202, 0.05473973, -0.046431668, 0.01613565, -0.053162325, 0.060220193, -0.021439996, 0.006636729, 0.0438767, -0.0011664325, 0.034295935, -0.036417272, -0.016151765, -0.0048413747, 0.0026002983, 0.023137266, -0.028862655, 0.0115590645, 0.02468143, 0.0340421, 0.019942168, 0.021073848, 0.03883777, -0.02554341, 0.07401306, 0.013366631, 0.016395403, 0.03691487, 0.012395611, 0.013382748, 0.016463269, 0.032053724, 0.02741217, 0.030988526, 0.05289842, -0.0081630135, 0.0038568825, -0.031372804, -0.0074108248, -0.0019178648, -0.029211177, -0.04155441, -0.017608423, -0.020814473, 0.02239515, -0.004911507, -0.032249138, -0.011599355, 0.043143775, -0.00330187, -0.011190399, -0.011647201, 0.017857598, 0.0016952555, 0.028296564, -0.00010929009, 0.03430097, -0.05414594, -0.0066470536, 0.04006132, -0.004418946, 0.008769901, -0.037706718, -0.024480477, 0.03444451, -0.018462282, -0.022059474, 0.0059007835, 0.07988149, 0.0409581, -0.022317339, -0.01683974, -0.012881122, -0.08000639, 0.0034056203, 0.0012913354, -0.034577973, 0.020763103, -0.011885927, -0.023010347, -0.021352867, -0.04521034, 0.066724375, 0.02223575, -0.016168889, 0.024697544, -0.040563244, -0.0024738845, -0.012772713, -0.024945842, 0.03828782, 0.06859993, -0.050760966, -0.022335468, -0.047490325, -0.05150736, -0.012998973, 0.058502935, -0.050502095, -0.0019601707, -0.0022182867, 0.034191176, -0.039856132, 0.004963885, 0.02776195, 0.019953752, -0.011348542, -0.020428183, -0.048849776, -0.03703549, 0.024370681, 0.053385943, 0.008900595, -0.011311272, 0.016745748, 0.018591402, 0.015444654, 0.015964411, 0.01792962, 0.041104153, 0.024422558, -0.029375363, 0.031899866, -0.02150698, 0.0040583387, 0.0024240238, 0.026105726, 0.0081489105, 0.06859993, -0.016869202, -0.033089213, 0.028733725, 0.03889953, -0.026155084, -0.0023107047, 0.015329572, 0.03489426, -0.04318822, 0.016649364, -0.006948231, -0.0497839, 0.005497202, 0.041123293, -0.056145895, -0.022409001, -0.018323466, -0.00049734546, 0.0075717387, 0.004313244, 0.060007814, 0.04398196, 0.019122995, -0.06732572, 0.012420793, 0.002241706, -0.027855374, -0.014003737, 0.011249325, 0.023992952, 0.03203358, -0.017930752, 0.04178004, -0.058833323, 0.018538017, 0.004719116, -0.016291779, -0.007796866, -0.00036060694, 0.004396408, -0.02839106, 0.031338554, 0.03779926, 0.02931719, 0.016568843, -0.025010811, -0.012080018, 0.023179572, 0.019266596, 0.0029382415, -0.028741783, -0.010332699, -0.0033265485, -0.001951357, 0.04450675, -0.024586493, -0.013729253, -0.00773303, -0.09574013, -0.054292496, 0.07944231, -0.019969365, -0.018749546, 0.04148088, 0.045524105, -0.006946216, -0.035303216, 0.00082143844, 0.03426471, 0.045964293, 0.0134323565, 0.018845238, 0.028739767, -0.1098582, -0.055614054, 0.06790994, -0.03720295, -0.0030215941, -0.047812656, -0.024697544, 0.02247334, -0.021078384, 0.0043761367, -0.030851787, 0.0070759035, -0.01461012, -0.0020603952, -0.0027477392, 0.014858668, -0.026501838, 0.019330747, 0.023923954, 0.044461425, 0.0012188111, 0.050637823, -0.018500542, 0.011649216, -0.014927918, 0.03665499, 0.010626825, -0.041562468, -0.05211576, -0.0058573443, 0.011630581, 0.005811261, -0.022345541, -0.0031981515, -0.07131317, -0.010630539, -0.010243554, 0.0080149425, 0.0048309243, 0.0025443942, 0.037597805, -0.0023000024, -0.012089398, -0.009279837, -0.010775398, -0.04995313, -0.0016793909, -0.04079089, 0.012227396, -0.04765048, -0.032942146, -0.01815122, 0.005260278, 0.027719894, -0.013366631, 0.01024752, 0.008892285, -0.0498524, 0.03740164, -0.00996907, 0.06629174, 0.008307055, -0.020898331, 0.061673857, -0.00025635326, 0.06735896, -0.036195166, -0.059679437, 0.065287985, 0.01425858, -0.03126339, -0.021633897, 0.041546352, -0.021297969, 0.029170886, 0.020555602, 0.0037939274, -0.030911468, 0.029930124, -0.025155356, -0.014829204, -0.027108539, 0.025784403, 0.05002666, -0.028682353, 0.01653957, -0.051278707, 0.022527609, 0.016926367, 0.004502047, 0.011584876, -0.021169038, -0.034531638, 0.035297677, -0.043035112, 0.034975853, -0.019321682, 0.031250417, -0.00108585, 0.010667871, -0.04531963, -0.02205746, -0.05236859, 0.0372372, 0.00763419, 0.030344369, 0.0031271696, -0.009103814, 0.00738388, -0.02657109, -0.041642044, 0.018241877, -0.0014003736, -0.01108177, -0.024706611, 0.040481653, -0.014705876, 0.04351231, -0.00367255, -0.007537994, 0.014648901, -0.050249267, -0.047244042, -0.03785869, 0.053788856, 0.016210439, 0.029239632, -0.010736685, -0.005148218, 0.06476823, 0.07017129, 0.045125224, 0.008191972, 0.04780963, 0.029208658, 0.019190734, -0.0066266563, 0.029281685, 0.006483874, 0.024234194, -0.03278904, -0.024204984, -0.060336187, -0.008874154, -0.003040984, -0.014599545, 0.009355634, 0.0032998556, -0.017735213, 0.039027892, -0.07374109, 0.044926792, 0.022393892, 0.004286992, 0.0061716167, -0.062097922, -0.047015894, 0.02086572, -0.007959039, -0.021249117, -0.056000847, -0.022163225, -0.025323762, 0.0053295284, -0.05434689, 0.04368078, 0.0052643074, 0.011028226, -0.016973708, -0.028671272, -0.049959168, 0.015881814, 0.02802762, 0.016390618, -0.027363822, 0.021985818, -0.015622943, -0.01153086, -0.07792736, -0.039511643, -0.027572328, 0.009244833, 0.026386758, 0.010288881, 0.052897412, 0.030310122, -0.009723796, -0.009282481, -0.037219066, 0.037106253, -0.04215173, 0.033890128, -0.03390511, -0.0049578417, -0.08155861, -0.0111727705, 0.03551676, 0.015074981, 0.012714921, -0.068243355, -0.0026889392, -0.03911125, -0.0051023867, -0.036145303, 0.027057607, -0.00803811, 0.008457139, 0.0024502133, -0.003510881, -0.05816449, 0.0009841145, -0.009813948, -0.0069779456, -0.06718369, -0.01906684, 0.008174596, -0.006963214, -0.048949875, 0.017904561, -0.010504817, -0.0058331694, 0.030053265, -0.050829463, 0.04654549, -0.015574971, -0.030359477, 0.023560576, -0.047476217, 0.05557376, 0.0060809613, 0.02587405, -0.03144533, -0.012553503, 0.027529016, -0.01623183, 0.037112296, 0.026557997, 0.0048205997, -0.033933315, 0.021146877, 0.003982667, -0.058430407, -0.062612645, -0.008481817, -0.014617424, -3.5254867e-05, -0.025834767, 0.019050723, 0.02701505, -0.03652807, 0.012683693, -0.011778148, 0.0009003841, 0.03428385, 0.027331587, 0.0121396985, 0.0045780963, -0.018887544, 0.03408894, 0.009600404, -0.031157497, -0.019954255, -0.0013104739, 0.038238436, 0.053476598, 0.0007917236, 0.030176656, 0.019477937, -0.030316496, 0.004415924, -0.0067941165, -0.010728559, -0.08764964, 0.0020840662, 0.053839218, 0.017587017, -0.03551676, 0.011897007, -0.007131556, 0.035808872, -0.06063837, 0.008602188, -0.057451334, -0.04424587, -0.011487546, 0.0013913081, 0.022355614, 0.006563953, 0.028463773, 0.017006949, 0.05044392, 0.020948224, -0.009065538, 0.016644327, -0.013203955, 0.06699734, -0.058689725, -0.006855435, 0.01148805, -0.0022391877, 0.008707953, 0.047181085, -0.055180922, 0.035799704, 0.011959962, -0.042863876, 0.020760331, 0.015892895, -0.030760376, -0.02506772, -0.005013557, -0.0010455587, 0.023819195, -0.00970428, 0.010348815, 0.02864886, 0.007642248, -0.021418842, -0.018058551, -0.008861311, 0.025548197, 0.030421425, -0.029726904, 0.013997694, 0.013860074, 0.0015706044, 0.031229768, -0.0068203057, -0.06657731, 0.027716873, -0.014731184, 0.05516153, 0.059800312, -0.05132303, 0.029630207, 0.030065352, -0.041425478, -0.0095142815, 0.005676034, -0.01945968, -0.07929928, 0.015178228, -0.025694253, 0.015191826, 0.036199193, 0.035103776, -0.0088711325, -0.03133503, -0.008831848, -0.033387367, -0.059937302, -0.050575625, -0.045835864, 0.009608966, -0.019790256, 0.008718025, 0.0029523433, -0.022549516, 0.05101984, 0.00024074038, 0.01740684, 0.003146497, -0.012785933, -0.042212684, 0.035671882, -0.04285506, 0.035579212, 0.064744055, 0.03976346, -0.03231411, 0.0057659335, -0.053653374, 0.012774349, 0.027020589, 0.01515355, -0.0035899528, 0.0070771626, -0.0040331567, 0.008988984, 0.047489315, 0.078687854, -0.024828997, 0.024561562, 0.036885656, -0.05620633, -0.035839092, 0.046401702, -0.0425909, 0.03308216, 0.0034300468, 0.00860118, 0.0147456005, -0.018268066, 0.0859977, 0.018776743, 0.0014555224, -0.0098197395, 0.005074183, 0.0051109483, 0.03518713, -0.023765307, -0.011897942, -0.0059476225, 0.010504943, 0.029742202, 0.028204523, 0.030934637, 0.0023449524, -0.012358783, 0.059866793, -0.013707093, -0.046794415, -0.052206416, 0.062712364, 0.008610246, -0.04678069, -0.043065332, 0.010077541, -0.016056074, -0.0009125974, 0.011098233, -0.012292869, -0.014994399, -0.06322507, -0.004162593, 0.0035552017, 0.017127318, 0.017030116, 0.05268286, 0.029303845, -0.005704741, -0.030434016, -0.004039704, 0.010323381, 0.025720945, 0.006268819, 0.006646046, 0.044885334, 0.02729347, -0.013895455, -0.020724447, -0.019335784, 0.025716413, 0.03788866, 0.005159802, -0.030057544, 0.011575684, 0.0050565554, -0.043851074, 0.00019497202, -0.006178668, -0.019047702, 0.054348905, 0.019164545, -0.05017876, 0.0314695, 0.025653457], [-0.034291934, -0.09041018, -0.039843358, -0.033949826, 0.00059767434, 0.03318973, 0.014215102, 0.0045510996, 0.022604413, -0.0035572427, -0.008405313, 0.03702274, -0.06353217, -0.017662732, -0.017736208, 0.027329803, -0.011241932, -0.020134771, 0.026754264, 0.059514605, -0.0023906974, -0.019206123, -0.022216633, 0.039381433, -0.00551962, 0.035021693, 0.021481073, 0.01692584, -0.002380813, -0.008978183, 0.036488008, -0.059169233, 0.010304215, 0.006754974, 0.013173373, 0.014241773, 0.021418666, -0.034226127, -0.045841437, -0.048034348, -0.058215246, 0.017841153, -0.04698185, 0.030410185, 0.029349519, 0.039921768, 0.01831648, 0.03475419, -0.009099666, -0.00053099944, 0.049670182, -0.009583326, -0.030407518, 0.009868161, -0.004122113, 0.0038196754, 0.033769537, 0.014774105, 0.02221583, -0.012485821, -0.00033710862, -0.0033193463, -0.0698967, -0.022611346, 0.015007468, -0.0027726118, 0.007832974, 0.024654685, -0.021768043, -0.043725174, -0.01062799, 0.02233558, -0.0029497005, -0.029385524, 0.048701793, 0.004426951, -0.038930576, -0.024487313, -0.012683978, -0.028465409, -0.0064565367, 0.0051947795, -0.021675231, -0.078781, -0.057487685, 0.031180413, 0.012135376, -0.0047568586, 0.061690874, 0.030579671, -0.050314527, -0.0035345731, 0.0085688, 0.00049179455, -0.00052646553, -0.006300284, 0.00930249, 0.050754048, 0.045202423, 0.030676883, 0.038609605, -0.04535818, -0.034797262, -0.032272816, 0.015722489, -0.012230856, 0.015345376, -0.04201696, 0.0031353233, -0.034697652, -0.013887328, 0.02442224, -0.0024917102, -0.07415963, 0.021214373, -0.002608858, 0.046154544, -0.02284951, -0.050920468, -0.021806449, -0.022667354, 0.019023167, 0.014244973, 0.062604055, -0.0008655744, -0.03995204, -0.0018925022, 0.011338477, -0.053145815, 0.024284622, 0.053984318, 0.003342816, 0.05320342, -0.009942571, -0.031938374, 0.013793716, 0.0021608688, 0.05371335, -0.029792508, 0.039872695, -0.027115108, -0.009425039, 0.021054354, -0.011348612, 0.008611205, -0.027522359, 0.009450243, -0.058733713, 0.019338941, -0.002702203, -0.011752396, 0.0059442064, -0.00656375, -0.009093398, -0.024797752, -0.053696282, -0.0033485168, 0.015853707, -0.0308113, 0.013811853, -0.011316874, -0.00055241876, 0.028654767, 0.01920559, -0.015387247, -0.025963765, 0.022417722, 0.016228152, -0.022479597, 0.030866442, 0.08622299, 0.021216506, 0.00063367886, 0.0026744662, -0.04943202, -0.015405409, 0.02744555, -0.021097027, -0.0010958697, 0.024799353, 0.020993546, 0.024919366, 0.01752378, -0.0124719525, -0.042705584, 0.029898388, -0.027999751, -0.036279716, 0.00081930193, 0.0157985, 0.04107391, 0.008538662, 0.011144186, 0.0026104583, -0.019808332, 0.03119748, -0.029607952, 0.015766678, 0.044625822, 0.046135876, 0.025716266, 0.0060796896, 0.010601852, -0.046766352, -0.02952794, -0.04215858, 0.034189854, -0.0030297101, 0.059139095, -0.037073415, 0.0057675177, 0.037182227, 0.029218037, 0.068618536, 0.014017744, 0.0012214853, 0.017510712, -0.040544778, 0.027566364, 0.06475899, -0.0471632, 0.020095302, 0.0101601975, -0.053425316, -0.021062221, 0.03130843, -0.025074054, 0.025766408, 0.020365201, -0.0011264068, 0.0717956, -0.006009548, -0.031735685, -0.031115338, -0.016583413, 0.0019663782, -0.040699467, 0.054829225, -0.05534982, 0.040095653, -0.017681133, 0.045139182, 0.02228544, -0.019817932, -0.025258077, 0.0077833687, -0.05641662, 0.009896165, -0.031428978, 0.009866028, 0.048586316, -0.019447954, -0.018349817, 0.024707075, -0.00733958, -0.010069519, 0.0041927886, 0.0034692318, -0.0018391622, 0.032177337, -0.0030398448, -0.0913351, 0.0055216537, -0.044092953, 0.05420621, 0.01653219, 0.024372099, -0.019356942, 0.010286613, -0.053009264, -0.022464663, -0.057544228, 0.024829756, 0.009430507, -0.02603764, 0.044971995, 0.024896964, 0.03870855, 0.055124726, 0.016363636, -0.053401846, -0.011826006, -0.008249635, -0.020300658, 0.018693527, 0.007409989, 0.017141866, -0.034588303, -0.011657984, -0.06639973, 0.012217521, 0.028353397, 0.01713173, 0.057075903, 0.04352328, -0.0067453724, 0.039324358, -0.01761179, -0.029849049, -0.030824102, 0.02246893, -0.009390769, -0.018850213, 0.033864215, 0.002856889, -0.014294579, -0.08092314, 0.027572766, -0.007774834, 0.014292979, -0.04268158, -0.04596252, -0.03279875, -0.0051921126, 0.031367105, 0.0071539567, 0.043725975, 0.071569435, -0.027406344, -0.019108512, -0.044694632, -0.008953648, 0.015410451, -0.058659032, 0.046167877, 0.061016656, 0.032695435, 0.03281155, -0.048344683, -0.030577673, 0.02698149, 0.028317124, 0.013881194, 0.010198602, 0.0068877907, 0.030148286, -0.028044024, 0.007896449, -0.009140337, 0.023066437, -0.0006070089, -0.060617678, -0.003953959, -0.020181712, 0.033021707, -0.055659194, -0.02287218, -0.060048006, 0.007482531, 0.0033945558, 0.05277457, -0.035505418, 0.021165302, 0.014084419, -0.021800047, -0.007156091, -0.01079736, 0.011353946, -0.017096527, 0.013343793, -0.029296445, -0.015228562, -0.05447398, 0.044112027, 0.013992141, -0.02051522, 0.06660776, -0.007723628, 0.044839714, -0.029006008, 0.049341604, 0.03174995, -0.011432889, 0.01122673, 0.017470675, 0.056331277, -0.06421279, -0.032779627, 0.035594296, -0.007180627, -0.0077465638, -0.034180786, 0.04334966, 0.030953184, 0.004376011, 0.03419199, 0.033646587, 0.02810803, -0.037099082, 0.041038707, 0.01711293, 0.01117259, 0.021045819, 0.0068701883, 0.014174564, -0.012874136, 0.04013086, 0.022226166, 0.0057788524, 0.028204177, -0.012031363, 0.0076617533, -0.008871238, -0.030078143, -0.020584429, -0.03889124, -0.03923155, -0.024021657, 0.0062322426, 0.02788747, 0.048782602, -0.016211085, -0.0041618515, 0.03056407, 0.04667701, -0.007637751, -0.024791252, 0.0011884146, 0.0036564548, 0.02372562, 0.0030982525, 0.045793433, -0.054320358, 0.010626789, 0.019122913, 0.005826859, -0.0134512745, -0.026070446, -0.04407535, 0.03319026, 8.4277155e-05, 0.037707094, 0.02321889, 0.09399783, 0.006010198, -0.030512597, 0.0070036715, 0.004303069, -0.0546676, -0.024046725, -0.030711021, -0.025722668, -0.007271305, 0.007399321, -0.03720543, 0.008554664, -0.02103395, 0.029261243, 0.029561011, -0.047162138, 0.013691837, -0.004963832, -0.0087709585, -0.012892804, -0.028723042, 0.052652955, 0.052608147, -0.04445193, -0.03358317, -0.04457408, -0.05170777, 0.007158224, 0.011578774, -0.013537684, -0.024502251, 0.0034478959, 0.059979733, -0.068701886, 0.017390432, -0.0010241275, -7.147556e-05, -0.008736021, -0.016452448, -0.03519371, -0.043715306, -0.0034777662, 0.059565812, 0.01630923, -0.00012908273, 0.010287147, 0.029123625, 0.008248493, 0.039662402, 0.008088007, 0.0066628293, 0.018591646, -0.004440019, 0.017635262, -0.010721334, -0.011422754, -0.00092864886, 0.025172733, -0.016281493, 0.04785022, -0.038155146, -0.02070511, 0.030779298, 0.021452269, -0.054741744, -0.00033124123, 0.0533037, 0.016431445, -0.056463562, 0.025406893, -0.0057100444, -0.062608324, 0.013452341, 0.05828085, -0.019038636, 0.013996676, -0.03150045, -0.016436713, 0.003245204, -0.030711288, 0.04584677, 0.053249292, -0.008478922, -0.060106747, -0.011064044, -0.016073467, -0.015801966, 4.747257e-05, -0.020134771, 0.03737185, 0.029347518, -0.023099408, 0.038163684, -0.043277387, 0.022045411, -0.006824316, -0.051675763, -0.05414327, -0.013811318, 0.0037153957, -0.010804278, 0.0091696745, 0.03407411, 0.028359795, -0.008361573, 0.008033, -0.050923448, 0.0049035437, 0.0075289365, -0.028536886, -0.014715431, -0.018144125, -0.006812648, 0.036842853, 0.013943068, -0.027726118, 0.014525541, 0.0045543, -0.084575854, -0.03141564, 0.058633428, -0.009251284, 0.00037124622, 0.026979357, 0.023917643, 0.01899863, -0.022227833, 0.012341003, 0.0077134934, 0.0052395854, -0.0051291715, 0.039489716, -0.013204844, -0.060751025, -0.08493431, 0.039280888, -0.027572498, -0.03036218, -0.066324525, 0.0035751115, -0.008925377, -0.019134749, 0.0021560017, -0.036480274, -0.015639013, -0.0033540174, 0.023764024, 0.010051917, 0.00039578258, -0.030148817, 0.027590634, 0.0273218, -0.007126753, 0.03457337, 0.033533774, -0.0039882963, 0.016448447, -0.027386874, 0.054001387, 0.024287289, -0.040915225, -0.030109612, -0.037617482, -0.0147549035, -0.0029746369, -0.019165585, -0.030839037, -0.052661154, -0.006458404, -0.0081503475, 0.011971624, 0.009032591, -0.009130737, 0.07130487, 0.016275626, 0.014807176, 0.011065378, 0.009388101, -0.014190299, -0.02131625, -0.047809683, 0.013098163, -0.030030405, -0.023006596, -0.03600875, -0.019144248, 0.0058108564, 0.005125038, -0.0016071333, 0.0022296107, -0.019944616, 0.018343616, -0.013144302, 0.07169746, 0.044963993, -0.006832217, 0.05899254, 0.0041726525, 0.049354408, 0.0023114877, -0.07667301, 0.084895894, -0.010413028, -0.024704942, -0.03940757, -0.025311949, 0.013185574, 0.039036326, 0.0044805575, -0.01457088, 0.019573636, 0.0060535534, 0.010829089, -0.020496067, -0.0104380995, -0.0019879807, 0.066532016, -0.0061741015, -0.0031171879, -0.048718594, 0.04197369, -0.005530821, -0.01317924, 0.0023869637, 0.004776061, -0.0190125, 0.038034067, -0.020639101, 0.05236278, 0.04331366, 0.0054828157, -0.005155842, 0.009247018, -0.01872313, -0.027295131, -0.018668989, 0.04112512, -0.0018528306, 0.02351226, -0.036542147, -0.014702629, -0.02900401, -0.06461604, -0.012078236, -0.0019458422, 0.006540014, -0.05940953, -0.056834806, 0.013085362, 0.006353724, 0.044060953, 0.02542343, 0.0068941917, 0.048107322, -0.06982843, -0.05665625, -0.011135919, 0.013994276, -0.01186441, -0.014853049, -0.009748413, -0.050732713, 0.048510835, 0.0385712, 0.044751603, 0.03570364, 0.047988903, 0.059927456, -0.003089451, 0.009947371, -0.0013801717, -0.022633217, 0.011963088, -0.012574898, -0.028719308, -0.10563234, -0.00471632, 0.010418096, -0.058272053, 0.03703221, 0.031610336, -0.025690664, 0.03246911, -0.004623509, -0.02529168, 0.014003342, 0.017840354, 0.01148783, -0.060052272, -0.008443184, 0.0412382, -0.028441407, -0.04665541, -0.021183435, -0.021859786, -0.0009889231, -0.017642729, -0.03977455, 0.017298153, 0.006009815, 0.020394005, 0.008458586, -0.009928469, -0.04267299, 0.033593513, 0.02047348, -0.014973597, -0.012482345, 0.016853297, 0.010407696, 0.0076990915, -0.043332323, -0.015615276, -0.036120627, 0.020152241, -0.001111605, 0.025936028, 0.046879433, 0.023103142, -0.015296537, -0.030664084, -0.04330512, 0.03861814, -0.039002188, 0.013392599, -0.0022914852, 0.020052295, -0.05178511, 0.0036601888, 0.0026584642, -0.029567413, 0.014983198, -0.03758868, -0.015967587, -0.025505042, -0.00093878346, 0.009563857, -0.00077449635, 0.0045829704, -0.019087175, -0.007804171, -0.0027683445, -0.040743202, -0.015771562, -0.016713947, -0.04305709, -0.024095798, -0.01186681, 0.02447558, -0.03470565, -0.04698185, 0.051357858, -0.034711387, -0.009293423, -0.010287147, -0.055952564, 0.0020986611, 0.013867326, -0.03206799, 0.023131413, -0.016818494, 0.040030584, 0.029266108, 0.03923475, -0.05172697, -0.019511761, 0.006057287, -0.016722081, 0.020534622, 0.01906584, 0.014618087, -0.019347474, -0.018539907, -0.017629927, -0.014934125, -0.07359209, -0.028528549, -0.0007379585, 0.004168252, -0.008258094, 0.0067261704, 0.019577902, 0.0018039579, 0.02778539, 0.023168217, -0.004941415, -0.0034052238, 0.028030576, -0.03706915, 0.022194896, -0.028927332, 0.0021281315, 0.047775548, -0.017791014, -0.01381932, 0.006470672, 0.060466193, 0.03655428, 0.011385949, 0.049981687, 0.021681631, -0.004816599, -0.028582755, -0.0022434792, 0.04238554, -0.0939893, -0.0070368755, 0.03315826, 0.011645182, -0.0022626815, 0.015201892, 0.0034465622, 0.031256422, -0.043405935, -0.027807994, -0.04625296, -0.056053907, -0.010705332, -0.010539979, 0.020555092, -0.0048175035, 0.0025074952, -0.025601052, 0.050952476, 0.04166225, 0.018866064, 0.043766513, -0.0034478959, 0.054394502, -0.033284143, 0.031619936, 0.024918301, 0.00083103677, -0.0012364206, 0.040636525, -0.04139395, 0.0020855928, 0.015172021, -0.023931913, 0.018739931, 0.016060665, -0.09672031, 0.018154792, -0.04570595, 0.027503157, 0.03754707, -0.009050326, -0.00417812, 0.0080069965, -0.01451114, -0.030517932, -0.0040058317, -0.03628825, -0.00012854933, 0.019935016, -0.024637735, 0.014130825, -0.041554105, 0.026659051, 0.018581511, -0.015311773, -0.04972352, 0.06487181, -0.0043536085, 0.03324187, 0.05295272, -0.05675373, 0.03821676, 0.029255908, -0.01868179, 7.894316e-05, -0.012213786, -0.009975108, -0.06719343, 0.01851537, -0.0101473965, -0.0020087834, 0.06388208, 0.017921098, 0.027487153, -0.06693953, -0.0018440961, -0.017718606, -0.027327934, -0.034143984, -0.03048486, 0.0013864392, 0.011928951, 0.004514695, 0.004377545, -0.027663976, 0.06661309, -0.020289991, -0.006177835, 0.009517984, 0.005548424, -0.045486726, 0.016772887, -0.019239727, 0.065824725, 0.020740181, 0.04481091, -0.0030609057, 0.019539498, -0.055121526, 0.023980584, 0.00334775, 0.040704265, -0.0034150248, 0.039252885, -0.0069021923, -0.0147373, 0.019936347, 0.038171414, -0.023755489, 0.018904053, -0.0013833721, -0.011173658, -0.017047454, 0.028274452, -0.03639733, 0.052432127, 0.028596627, 0.004084775, 0.037296373, -0.040339954, 0.10499013, 0.0061634337, -0.00032964104, 0.0027307398, -0.028282987, 0.009381434, 0.02871744, -0.022537205, 0.02341838, 0.012507689, -0.0020389871, -0.022642817, 0.0085050585, -0.021611223, -0.0050784987, -0.0091488715, 0.02840887, -0.015194424, -0.04404602, -0.068130076, 0.042021766, -0.014146561, -0.017418701, -0.011183525, 0.0035172377, -0.028891062, 0.014987466, 0.030310972, -0.0023941647, 0.010905357, -0.067182764, 0.0026632645, -0.012086838, 0.032302685, 0.01114592, 0.05013584, 0.019614708, -0.01262317, -0.02525541, 0.009914834, 0.019389879, 0.028718242, 0.013938868, 0.040043384, 0.014081752, 0.014172697, 0.021721104, -0.004132964, -0.043375064, 0.038080472, 0.0415305, 0.017101862, -0.0065618833, 0.01739663, 0.024682805, 0.003288676, 0.008314835, 0.030983455, -0.0032307354, 0.03714649, 0.026660385, -0.04909624, 0.016998915, 0.015694754], [-0.04772085, -0.08009926, -0.025633628, -0.017436722, -0.010431913, 0.053805113, 0.003946205, -0.03656205, -0.01415363, 0.04568374, 0.039935503, 0.021257268, -0.05496544, -0.023642408, -0.022243232, 0.08653509, 0.003238383, -0.054366805, 0.0684456, 0.033982076, -0.030371428, -0.02471308, -0.0016060728, -0.0031687298, 0.0076749814, 0.03746942, 0.021483172, 0.023820186, 0.009282878, 0.013886784, -0.031804956, -0.049998447, 0.017888995, 0.0153650725, 0.038329728, 0.014254814, 0.02320284, -0.008069367, -0.038687404, -0.046368033, -0.070733316, 0.004893577, -0.043952774, 0.025879296, -0.006522887, 0.020163063, 0.017888289, 0.017025629, -0.03291187, -0.022282295, 0.013941847, 0.0049938206, -0.049546648, 0.036699947, -0.021159379, 0.05431315, 0.046335086, 0.024466943, 0.005148657, 0.00915322, 0.031044483, 0.013667866, -0.058056522, -0.029563831, 0.0039935037, 0.034584478, 0.033199895, -0.019191219, -0.0035866466, -0.022972234, -0.012334187, 0.05394324, -0.005758589, -0.05796804, 0.051031, 0.010625341, -0.071998365, 0.011112321, -0.014365412, -0.03942164, 0.010094944, 0.004995233, 0.0066057174, -0.057497416, -0.05184048, 0.040615413, 0.014676261, 0.03407879, -0.0034899327, -0.008092898, -0.0379777, 0.011940037, 0.04218322, 0.0036390626, 0.0017893229, -0.004575433, 0.0056077535, 0.02567175, 0.055831395, 0.027177755, 0.012713923, -0.011381637, -0.04688243, 0.022004155, 0.028827772, -0.011459408, 0.025344193, -0.038207363, -0.01980821, 0.014458596, -0.01983786, -0.029884798, 0.018797304, -0.057927568, -0.0053915004, 0.012018749, 0.038833767, -0.058353953, -0.039813142, -0.024573306, -0.02885695, 0.0061139124, -0.012844817, 0.0065398295, 0.007315423, -0.014613903, 0.018120307, 0.018843425, -0.06110994, -0.0048902826, 0.03725858, 0.017988648, 0.055043332, -0.041462217, -0.048611037, 0.037906162, 0.01723694, 0.063205175, -0.023587814, 0.026908558, -0.0277083, -0.030800639, 0.03786663, 0.01660936, 0.02295388, -0.034637187, 0.015017229, -0.031188082, -0.012707275, -0.015870476, 0.019528305, 0.022348184, -0.0033287432, 0.042766795, -0.012587149, -0.06118901, -0.008315975, 0.033334494, -0.030314011, 0.007988889, -0.05004269, -0.011111028, 0.043604273, -0.002108408, -0.031609472, -0.025738578, -0.0034256924, 0.017272001, -0.008930143, 0.042731028, 0.052852325, 0.0048248656, -0.0051288907, 0.04359204, -0.021007838, -0.027125044, -8.518345e-05, 0.0021564118, 0.045844696, 0.0361319, -0.0009826687, 0.028431505, -0.00086077634, 0.0028567044, -0.012785252, 0.03800217, -0.01433188, -0.029861268, 0.020482853, -0.011438114, 0.04242677, -0.048771992, 0.010301079, -0.031529877, -0.013282029, 0.029934688, -0.014044445, 0.002099466, 0.008653533, 0.03735459, 0.009309939, 0.007648744, 0.043561216, -0.026758898, -0.007480259, -0.02984656, 0.04865528, 0.0027959936, 0.049400754, -0.019661846, -0.033079885, 0.045930587, 0.058241002, 0.052526653, 0.014713676, 0.042083446, 0.033847008, -0.045116313, 0.022516783, 0.08599292, -0.03554644, 0.008597175, 0.02050203, -0.028889425, -0.022419482, 0.014298582, -0.0036535934, 0.024561541, 0.035413723, 0.0018477984, 0.059801012, -0.012123345, -0.008347036, -0.054440223, -0.0046034358, -0.01645264, -0.065835975, 0.029476061, -0.06732975, 0.031991325, -0.0035880583, 0.011338105, 0.0324836, 0.00041056302, 0.0048885182, -0.01098984, -0.028265843, 0.005223604, -0.01665407, 0.01569705, 0.05186307, -0.028331993, -0.020215303, 0.019163921, 0.013766774, -0.020065174, 0.012386897, -0.003151317, 0.014160513, -0.0047092093, 0.005096888, -0.063903585, 0.034484234, -0.022543022, 0.055052035, -0.0038384318, 0.013380861, -0.02869882, 0.03145387, -0.017893229, -0.02263809, -0.066896774, 0.034280457, 0.025135236, -0.02604637, 0.0020547565, -0.04144904, 0.021759428, 0.045737393, -0.020419553, -0.028904485, -0.017697921, 0.01509959, 0.008762129, 0.007759694, -0.021188088, -0.0039664423, -0.018979907, -0.010945367, -0.043496266, -0.03687737, 0.020358844, -0.0051898663, 0.04997209, 0.06685018, -0.029531829, 0.063500725, -0.011314927, -0.046971373, -0.051463977, 0.030573798, -0.010419677, 0.0097697405, -0.020226598, -0.014948989, -0.03491674, -0.038480327, 0.02861411, 0.022387715, 0.023214135, -0.03834526, 0.0072278855, -0.030179061, 0.02739989, 0.012762457, -0.03474402, 0.015371141, 0.090134434, -0.018408095, 0.018252788, -0.027985351, -0.034805674, 0.0063233417, -0.04277527, 0.04175024, 0.06647132, 0.019740911, 0.01699598, -0.062363695, -0.026641238, 0.058801048, 0.022516197, -0.00071629393, 1.882507e-05, 0.006657074, 0.025882589, -0.013637822, -0.0008386569, 0.018004652, 0.033441797, 0.0021907676, -0.059571937, 0.013905609, -0.04322424, 0.0008904259, -0.037470363, -0.01762968, -0.071023226, 0.019389823, -0.0011523296, 0.029318167, -0.018565286, 0.014660965, 0.008995619, 0.014614843, 0.023342617, 0.002172413, -0.0064373505, 0.00738884, -0.01971879, -0.049660537, -0.008436455, -0.053947005, 0.0508564, -0.0019662785, -0.0104761515, 0.049269915, 0.010524627, 0.02681349, -0.05290786, 0.062207446, 0.013502282, -0.03134798, 0.022102986, 0.015282192, 0.036820307, -0.018713063, 0.02053621, 0.015169595, 0.02290352, 0.016643245, -0.030037282, 0.037645552, -0.006087087, 0.040117167, 0.022543022, 0.055199817, -0.009927754, 0.0030844877, 0.046849955, 0.01596755, 0.02095807, 0.03482862, 0.00022543022, 0.018730946, -0.02267762, 0.058553502, 0.049516525, 0.020417202, -0.0034351049, 0.01892296, 0.009397475, 0.0152459545, -0.025866942, -0.029843384, -0.012076283, -0.027633322, 0.0018577992, 0.008808251, 0.028503804, 0.06564679, -0.0032162631, 0.0017987356, 0.055450186, -0.007573194, -0.02263809, -0.017231293, 0.052184977, -0.015798941, 0.00028684703, 0.009742444, 0.02115091, -0.084637515, 0.03046273, 0.018673528, 0.0016377813, 0.0051223016, -0.023785478, -0.04532136, 0.027083158, 0.025348898, 0.023407094, -0.0032668558, 0.0726083, 0.019308874, 0.029584538, 0.00021319394, -0.022186406, -0.03251749, -0.023467332, -0.034308694, -0.05609495, 0.016438052, -0.0059859017, -0.025646571, 0.00870236, -0.007933356, 0.055775862, 0.019668903, -0.039706312, 0.02988127, -0.004533548, -0.018503867, -0.033152834, -0.03270291, 0.030753577, 0.034482587, -0.088903286, -0.006945392, -0.049710892, -0.015634222, -0.012642918, 0.04233288, -0.0039104377, 0.027585201, 0.03997692, 0.057571303, -0.01612732, 0.008735304, 0.016809847, 0.01784146, -0.03403855, -0.029572776, -0.047706023, -0.02093348, 0.009879397, 0.06981089, -0.0013566993, -0.0045259586, 0.046371795, 0.01870412, 0.010845124, 0.050272983, 0.020825235, 0.036087662, -0.0065718326, -0.0020228054, -0.007997831, -0.01792832, -0.009276054, 0.024885802, -0.00018625055, 0.022127988, 0.045500197, -0.037284933, -0.012234296, -0.009225696, 0.059688654, -0.030963477, -0.032770682, 0.04988738, 0.04120808, -0.038261253, 0.014155512, -0.0046839127, -0.06868327, 0.017460253, 0.02992151, -0.00066546624, -0.02657347, -0.03023118, -0.017669683, 0.0031164906, -0.011499824, 0.039375458, 0.0285934, -0.027427187, -0.035391133, 0.0005155716, -0.054080665, 0.00056663464, -0.035504084, 0.02932193, 0.036046248, -0.0050926525, -5.0592378e-05, 0.0075848564, -0.019882098, 0.02598707, -0.026987622, -0.00055628084, -0.04671253, -0.025521854, -0.033159424, -0.0029653017, -0.00830468, 0.024348818, 0.038636576, -0.0002602566, -0.00555069, -0.028615285, 0.018171841, 0.020674398, -0.011999806, -0.01714211, -0.00092195784, -0.002872706, -0.005051237, 0.0049547586, -0.037429888, 0.003315095, 0.005909896, -0.05460677, -0.06345178, 0.028678112, -0.026685009, -0.0062725134, 0.039073315, 0.035700336, 0.040876757, -0.040071987, -0.014151747, 0.0338936, 0.03625426, 0.019510303, 0.03734141, 0.011264098, -0.06421232, -0.077499054, 0.06552536, -0.016521588, -0.03267656, -0.03209298, -0.010607927, 0.02209875, -0.022626145, 2.8237606e-05, -0.040746868, -0.019676905, 0.010161303, 0.0020387552, -0.00741143, 0.016504174, -0.022928936, 0.025958832, 0.037066683, -0.005755766, -0.018913843, 0.06895247, -0.02877977, 0.0041038655, -0.055695858, 0.051616464, -0.020322606, -0.04257666, -0.01633169, -0.020044465, 0.024165744, 0.023094596, -0.030777108, -0.009175987, -0.030786464, 0.01328144, 0.008919318, -0.045834344, -0.01995834, -0.020691577, 0.023285672, -0.005511981, 0.016651247, -0.000948313, 0.0033838064, -0.031367626, -0.011353048, -0.0006544948, 0.026226148, -0.008025127, 0.017944762, -0.04977349, 0.0015036527, 0.0007153527, -0.0052121915, 0.038213715, 0.048797406, -0.037540957, 0.028459389, 0.041219845, 0.033649813, 0.023387326, -0.0020029875, 0.042919282, 0.034432936, 0.05776096, -0.012510672, -0.049652774, 0.08530675, -0.013906551, -0.0429254, -0.039551474, 0.006776084, 0.0026359805, -0.012983652, 0.02504958, -0.025962597, 0.0127135115, 0.014745678, 0.0035247593, 0.011387286, -0.014067034, -0.011019726, 0.051603284, -0.01487463, 0.015962247, -0.07213014, 0.027164105, -0.002130998, -0.004268585, -0.014928281, -0.009878986, -0.046121422, 0.048245832, -0.06285314, 0.017108224, 0.031208703, 0.018165136, -0.009870279, 0.030581329, -0.014634139, -0.012997535, -0.039453585, 0.039912917, -0.003458401, 0.0141190095, -0.04252866, -0.0038862005, -0.014280698, -0.021240328, -0.0138298385, 0.0001826032, 0.022197584, -0.037734855, -0.03095783, 0.008676005, -0.0058734217, 0.041595876, 0.045829635, 0.008901435, 0.017444722, -0.036675002, -0.07602882, -0.00047533304, 0.006406642, 0.01935335, -0.0026352745, -0.028587751, -0.005532571, 0.0652571, 0.05237576, 0.017429192, 0.026082842, 0.02117444, 0.050183874, -0.0014062327, -0.01882207, -0.015528565, -0.02322449, 0.058768105, 0.008570379, -0.039668187, -0.07135173, 0.0104427375, 0.008828017, 0.0039499705, 0.02417892, 0.014275052, 0.00073747215, 0.022207228, -0.032209698, 0.038374435, 0.011816497, -0.0004197991, 0.020680282, -0.04972619, -0.0329627, 0.018859897, -0.012980181, -0.031216731, -0.025986362, -0.026137786, -0.019669846, 0.009752394, -0.04980596, 0.031746365, -0.0019180394, 0.029023759, 0.004141986, -0.014011852, -0.038357966, 0.025492912, 0.004614025, 0.011867324, -0.016653128, -0.004574845, -0.046708766, -0.0012965767, -0.068483725, -0.05026059, -0.020639809, 0.04766508, -0.007852878, 0.053229768, 0.06360239, 0.014298582, -0.0070958748, 0.005676538, -0.029943157, 0.041515633, -0.056183424, 0.04108101, 0.016371222, 0.013012889, -0.06755659, 0.014031266, 0.034415055, -0.0049631563, -0.0029056496, -0.027850868, -0.008498578, 0.011782141, -0.010988665, -0.017335067, 0.015808353, -0.0042667026, -0.006583127, 0.007355249, 0.0067980858, -0.06177447, -0.015041232, -0.01283714, -0.018066892, -0.030976715, -0.057925213, -0.011355283, 0.004214463, -0.053583685, 0.07254806, -0.0067501995, -0.021337746, 0.021193264, -0.0429927, 0.029519593, 8.0006546e-05, -0.018265378, 0.037642613, -0.036676105, 0.0517953, 0.012496082, 0.0050812988, -0.01847563, 0.017812753, 0.0053419666, -0.01098584, 0.049107082, 0.06957746, 0.026459578, -0.0036238262, -0.0020628748, 0.021668596, -0.04180107, -0.055901986, -0.034001373, 0.019253813, 0.0060426127, -0.012313713, 0.03388701, 0.014249402, 0.0105008595, 0.009672321, -0.00873295, 0.024489535, 0.035040986, 0.038954716, -0.0090059135, 0.03512005, -0.031912025, 0.0075234394, -0.006789262, -0.026382394, -0.0066697225, 0.0032303822, 0.017646622, 0.02546185, 0.015867181, 0.036995027, -0.008056659, -0.02254114, -0.01694821, 0.005259725, 0.0194663, -0.06877928, -0.002460437, 0.07947945, 0.01202828, 0.010222955, 0.018541753, 0.0008645414, 0.009009679, -0.03223417, 0.023008473, -0.05444399, -0.017192937, -0.0035165232, -0.015996603, 0.015396672, 0.029956335, -0.008445397, -0.0056446977, 0.045733627, 0.04292681, 0.0082595, 0.021303626, -0.0020688751, 0.07312504, -0.020735344, 0.005806593, 0.01312131, 0.016958212, -0.010244603, 0.028210897, -0.016623478, 0.012272064, 0.042865627, -0.01660677, -0.0130453035, 0.035995416, -0.060883105, -0.012694687, -0.022620205, -0.0057263514, 0.033657346, -0.003177672, 0.03215981, 0.05479231, 0.031710126, 0.002468908, -0.012903645, -0.011069142, -0.024806738, 0.029252278, -0.0108046485, 0.028444681, -0.0093417065, 0.01865188, 0.031242087, 0.013088836, -0.04552655, 0.029431116, 0.010605103, 0.012118639, 0.054932967, -0.0403606, 0.0506545, 0.034749668, -0.019747028, 0.0033859245, -0.011321162, -0.034163974, -0.06815052, 0.04850797, -0.029264044, 0.040624503, 0.07700419, 0.074646115, -0.0074655525, -0.048037816, -0.010340611, -0.014921928, -0.04462483, -0.03416374, -0.035774224, 0.0109688975, -0.0049399342, 0.011340222, -0.00139357, -0.037519306, 0.055666678, 0.0016471937, 0.0073144813, -0.005984961, 0.0005336908, -0.03241489, -0.016545355, -0.01261468, 0.04224675, -0.00095113675, 0.035121467, -0.041264556, -0.004614025, -0.07156162, 0.002691985, 0.0032775626, 0.027888166, -0.027303882, 0.044620592, 0.0047349758, 0.007864644, 0.007802521, 0.04694502, -0.035987888, 0.05022623, -0.02588071, -0.037560254, 0.026719837, 0.035558674, -0.04253054, 0.018074421, 0.022206053, -0.0061016763, 0.020974424, -0.016622538, 0.08916307, 0.0014598842, -0.0046460275, 0.043718405, -0.046964787, 0.0008372451, 0.056034707, -0.044901557, -0.00158713, -0.010045058, -0.013720182, 0.036624175, 0.012337482, 0.00254237, -0.009571607, 0.0015211097, 0.061853535, -0.0131067205, -0.024244336, -0.020400964, 0.026337922, 0.007327071, -0.0464278, -0.041613877, -0.0069335094, -0.027319647, 0.0046408507, 0.026096607, -0.020193888, 0.010240838, -0.064076774, -0.007565443, -0.016361104, 0.014834744, -0.012535498, 0.024340818, -0.0013983499, -0.021874733, -0.038570218, 0.013158725, 0.013049539, 0.025334781, 0.01832644, 0.039980687, 0.028149128, 0.038095355, -0.003960795, 0.0015690697, -0.018064773, 0.04217192, 0.029641015, 0.0090105245, -0.004621055, 0.005045119, 0.0010549099, -0.010005054, 0.009364061, 0.01843645, 0.0053194943, 0.05652792, 0.0289379, -0.06578233, 0.047186684, -0.008881984], [-0.049032204, -0.052222688, -0.03915785, -0.07435498, 0.005829609, 0.034094647, -0.025023935, -0.039076626, 0.0006500358, 0.008922225, 0.03509402, 0.033906363, -0.050691158, -0.016779907, -0.018473772, 0.043488394, 0.006623651, -0.07020108, 0.052005656, 0.058746666, -0.023968704, 0.020522794, -0.024873588, 0.04246249, 0.0063820113, 0.04807984, -0.0018935521, 0.034143988, 0.0042753876, 0.0155617595, 0.009916014, -0.046945944, 0.017464621, 0.009691189, 0.016168972, -0.014980847, 0.025946505, -0.01377899, -0.037511174, -0.056085546, -0.05963107, 0.02187174, -0.023072664, 0.016124519, -0.01953133, 0.052107655, 0.0218089, 0.04373603, -0.04475821, -0.008215401, 0.049293797, -0.0040375297, -0.026440376, 0.029690787, -0.0035781062, 0.043868225, 0.045348436, 0.030993216, 0.025445655, -0.016312106, -0.010474351, 0.015245004, -0.07548887, -0.025343252, 0.028382804, 0.033188365, 0.0030134849, -0.037020154, 0.02399151, -0.05528912, -0.019748708, 0.013105856, 0.0031329957, -0.0035473849, 0.0248623, 0.026060548, -0.06858495, 0.024443489, -0.0008448371, -0.02945386, -0.031366616, 0.0024383324, -0.006814554, -0.036869574, -0.05181993, 0.01973009, -0.0095157055, 0.013512972, 0.064479455, -0.030877749, -0.02217104, 0.022352312, 0.033084102, 0.037236135, -0.022518285, -0.024027122, 0.021486325, 0.057838056, 0.045683578, 0.027267057, 0.01558643, -0.028614433, -0.05201217, -0.014690391, 0.04261982, -0.028427722, 0.015874559, -0.028192889, -0.020051265, -0.0044322526, -0.015000396, 0.011635944, 0.031126777, -0.07484326, -0.0017203955, 0.030697143, 0.05884907, -0.038291834, -0.033722237, -0.009526411, -0.0027630595, 0.019264134, -0.03444934, 0.041336507, -0.014581469, 0.0044238744, -0.0029995209, -0.030647224, -0.06394509, -0.015348049, 0.018163765, -0.0025947904, 0.046868674, -0.040722076, -0.00960368, 0.030481163, -0.017820595, 0.034792393, -0.03140094, 0.054177564, -0.036120858, -0.004693268, -0.00021086016, -0.00481627, 0.05055431, -0.018308062, -0.020580975, -0.012287608, 0.005002925, -0.017207215, 0.011271011, 0.02448864, -0.023850007, 0.00971167, 0.009513843, -0.058427352, 0.02586179, 0.004857697, -0.023659395, 0.042963345, -0.02451005, 0.0052115745, 0.028327877, 0.009864812, -0.0021430468, -0.030302422, -0.010050406, 0.026405698, -0.020033577, -0.0043196077, 0.06906904, 0.002391145, 0.020596337, 0.059020367, -0.026801119, -0.047269918, -0.0029278377, -0.032145936, 0.050896894, 0.05487275, -0.03573242, 0.012651611, -0.002346925, -0.00076710276, -0.00863363, 0.015662303, 0.006201989, -0.05496515, 0.018458877, -0.009453448, 0.018891767, -0.040314324, 0.00059068773, 0.013827517, -0.005783061, 0.06479225, -0.021482602, 0.017671874, 0.009954648, 0.053744208, 0.012062551, 0.012282721, 0.015936002, -0.021665532, -0.030324765, -0.022375848, 0.00515979, -0.0025549922, 0.014635931, -0.051990066, -0.023904935, 0.053596653, 0.037626203, 0.034108143, 0.022050481, 0.03089916, 0.011752313, -0.04471911, 0.040432554, 0.06280002, -0.04576178, -0.017105276, 0.03461883, -0.060022067, -0.055385936, 0.002952275, -0.032344926, 0.0006544578, -0.011366899, 0.008965397, 0.06361739, -0.0037942904, -0.0060420977, -0.045758054, -0.005269177, -0.030204963, -0.012028572, 0.048894245, -0.028744012, 0.012046493, -0.023625648, 0.035802476, 0.02511005, 0.005923053, 0.01794406, -0.0072846836, -0.045825083, 0.014781623, -0.04923841, 0.016198995, 0.056366228, -0.013969719, -0.030813048, -0.014651291, -0.010845369, -0.0057960944, 0.009119237, 0.018637618, 0.030671602, -0.015730146, 0.012676281, -0.044075362, -0.005091365, -0.027305935, 0.05017867, 0.0069299918, 0.03366062, -0.013617936, -0.013779689, -0.049128093, -0.031265024, -0.044848517, 0.02187174, 0.021537993, -0.022321388, 0.058862105, 0.04731274, 0.02072062, 0.026973344, -0.0003276944, -0.016252235, -0.00243938, 0.015942765, -0.007204389, 0.029500408, -0.016198296, -0.0006842482, -0.06787091, -0.009624161, -0.04303409, -0.016723586, 0.010340992, 0.0067442674, 0.019365156, 0.03166673, -0.031816147, 0.06735237, 0.034690455, -0.022089116, -0.046392728, 0.021072984, -0.01564601, 0.014376384, 0.013939114, -0.010866978, -0.014377592, -0.033414587, 0.036325667, 0.012945499, 0.025677694, -0.03163368, -0.014500012, -0.054008134, 0.007842323, 0.016026536, -0.03144842, 0.037080903, 0.055677325, -0.033725522, -0.009537582, -0.028704913, -0.012644861, 0.028813833, -0.024111489, 0.01756051, 0.044261087, 0.05578625, -0.00680763, -0.045259062, 0.014239811, 0.034993943, 0.019525047, -0.024350045, 0.021450948, 0.03596539, 0.008412064, -0.0064105215, -0.0041106096, 0.043504223, 0.05069581, 0.015630417, -0.040028058, -0.03365384, -0.03236756, 0.013201569, -0.03648579, 0.0035245768, -0.06681428, 0.011460342, -0.019302549, 0.027580325, -0.010065431, 0.016230183, -0.019869847, -0.026359385, -0.0012551532, -0.0069242893, -0.047070693, -0.03731992, -0.035466634, -0.023619596, -0.0043719155, -0.07454675, 0.029733611, 0.034396086, -0.027128581, 0.04668388, -0.008203532, -0.01095542, 0.005114174, 0.069862746, 0.016395425, 0.0067298375, 0.01722816, 0.030890781, 0.05152063, -0.0031996751, -0.03692427, -0.005126276, 0.014752648, 0.016520638, -0.02349904, 0.033186503, 0.010063046, 0.025731456, 0.031492177, 0.037441876, 0.03422261, -0.016992165, 0.029794123, 0.0004035668, 0.004098042, 0.025014278, 0.051153842, 0.042354498, -0.013542064, 0.056771193, 0.013354477, 0.024503535, 0.024104157, 0.008125913, 0.025444726, -0.037080668, -0.03369281, -0.032321304, -0.026245806, -0.03924885, -0.01721533, 0.022869717, 0.027079472, 0.030334074, 0.016649108, -0.029708475, 0.01599372, 0.01030003, -0.035968184, -0.041525953, 0.0037275238, -0.010208711, -0.015573862, -0.026897121, 0.032448728, -0.07909165, 0.021815883, 0.0030106923, -0.022512233, 0.000285918, -0.030566812, -0.065563545, 0.030480698, 0.026097322, 0.02279338, 0.027511433, 0.10475422, 0.056143265, 0.004224942, 0.03480077, -0.010937092, -0.03988376, -0.026871871, -0.026127577, -0.013350521, 0.007871182, 0.009380718, -0.03233748, 0.017856784, -0.002045297, 0.027479315, 0.023747602, -0.020244438, 0.010945179, -0.033912178, -0.022673754, -0.06511251, -0.023191826, 0.044838276, 0.04570499, -0.05512341, 0.011993429, -0.040525183, -0.03802372, -0.012246182, 0.023069872, -0.014434379, -0.021215187, -0.0029520423, 0.042308882, -0.015720021, -0.06547208, 0.021666931, 0.019331176, -0.034361828, -0.019194325, -0.037425585, -0.0030805133, 0.011654097, 0.057832472, 0.006549931, -0.025381304, 0.007811543, 0.0295167, 0.019985633, 0.021426221, 0.027599365, 0.033568192, 0.008435803, -0.023753189, -0.0029287688, -0.02232325, -0.0012158207, 0.022374917, 0.019186879, -0.006100515, 0.04433463, -0.03771092, -0.033050586, 0.017930098, 0.0516043, -0.038823873, 0.006009544, 0.035647936, 0.013661225, -0.024180261, 0.027906157, 0.016934505, -0.07175762, 0.051660273, 0.055510685, -0.033732507, -0.011042463, -0.025567612, -0.010976831, 0.0008948757, -0.021702422, 0.029207624, 0.048466187, -0.014526078, -0.026109423, 0.0070505496, -0.026787154, -0.026721524, 0.023152728, -0.015098612, 0.010111048, 0.0024809816, -0.046346415, 0.017427383, -0.0002532184, 0.0026405232, -0.01535695, -0.01353322, -0.0072060185, -0.022054438, 0.010253483, -0.005474684, 0.016019788, 0.027445337, 0.008568464, 0.024210285, 0.015548727, -0.020785088, 0.020925377, -0.023162967, -0.004258165, -0.017266445, 0.0064533455, 0.007509508, 0.00066376734, 0.0059618037, -0.010137114, -0.0085673, -0.012953703, -0.06633949, -0.04156878, 0.08789657, -0.004974066, -0.026106631, 0.07031279, 0.014507924, -0.009521291, 0.0028245023, 0.016844608, 0.005226121, 0.018394176, 0.012041023, 0.014582401, 0.018740954, -0.06788394, -0.03521411, 0.029653551, -0.025457291, -0.047619022, -0.045141764, -0.012186135, 0.009962794, -0.012905527, -0.00066440733, -0.017940337, 0.0034966483, -0.020493934, -0.012374653, -0.018396096, 0.025088869, -0.02975991, 0.0002122566, 0.010869539, 0.015815211, -0.01876609, 0.04961684, 0.003284857, 0.008814234, -0.018896421, 0.06493935, 0.008909657, -0.06740078, -0.023014879, -0.027462093, 0.042946585, 0.02393193, -0.03803303, -0.03057775, -0.060042784, -0.005592449, 0.0032341203, 0.017510705, -0.006917889, 0.015506369, 0.031608544, -0.011169072, 0.03617113, 0.022950476, 0.0047180546, -0.0061445315, -0.03769789, -0.004303782, 0.016198529, -0.02515194, 0.011351772, -0.044938818, -0.0070407744, 0.008837042, -0.0051651434, 0.041038137, 0.037170973, -0.044163335, 0.002622486, -0.017856551, 0.07619546, -0.0042730602, 0.01372453, 0.06717363, -0.010923302, 0.07172039, -0.016843794, -0.06473919, 0.073403545, -0.005276159, -0.03895746, 0.005729532, 0.028878532, -0.028573647, 0.041549228, 0.011528419, 0.02146724, 0.0029418892, 0.025732854, -0.019320935, 0.016617341, -0.026295148, -0.015150745, 0.046131827, -0.016446512, 0.03147728, -0.037197035, 0.002752819, 0.008968772, -0.009935563, 0.007180882, -0.02234978, -0.024422541, 0.008268931, -0.03904218, 0.037440013, 0.02791919, 0.016463384, 0.011136955, 0.04619653, -0.029546492, -0.011523299, -0.048971694, 0.062160693, 0.004190613, 0.031743184, -0.041859236, -0.022664124, -0.010879082, -0.053103715, -0.033560745, 0.026678698, 0.05411775, -0.016049577, -0.006563663, -0.007991275, -0.021362508, 0.025089568, 0.02313783, -0.0073628835, 0.021151183, -0.055179264, -0.044949986, -0.008803994, 0.02598328, 0.025824552, -0.005492139, -0.031121658, -0.028884584, 0.03407847, 0.05576018, 0.036026835, 0.020393157, 0.059017867, 0.039427128, 0.018974623, -0.0030255874, -0.012887141, -0.030094821, 0.043303605, -0.016150469, -0.029214142, -0.06818092, -0.011300318, 0.004875734, -0.009214543, 0.024984835, 0.036197197, 0.027639672, 0.028582957, -0.07110968, 0.021005955, 0.042631373, -0.027995527, 0.033179056, -0.058184374, -0.01403826, 0.042779945, -0.052495338, -0.049310558, -0.019800374, -0.024004545, -0.05236035, -0.014366419, -0.019960498, 0.018654376, 0.013053316, 0.018497627, 0.0047587836, -0.04894516, -0.031885967, -0.015221031, 0.030335238, -0.007869786, -0.039770182, 0.0038783376, -0.0035590217, 0.0041902056, -0.038104743, -0.028545253, -0.05351659, -0.011896145, -0.022939073, -0.0010538354, 0.07431773, 0.035219233, 0.022399588, -0.0003332801, -0.033832584, 0.028487999, -0.039628677, 0.042868387, -0.008648525, 0.009654358, -0.046320345, -0.0073684687, 0.011905454, -0.00083133834, -0.010864652, -0.043204457, -0.00043289174, 0.039909825, -0.008884987, 0.010853015, 0.024878241, -0.028323224, -0.032395195, 0.025875755, 0.007845115, -0.065757185, -0.021571508, 0.010066828, -0.014302184, -0.04924702, -0.039211612, 0.045772947, -0.04364014, -0.034383707, 0.040523324, -0.007606327, -0.0033493834, 0.023145279, -0.038624182, 0.028984196, 0.027936878, -0.047249436, 0.012431907, -0.03606407, 0.044858757, -0.013521584, 0.04120012, -0.006539458, 0.0074139694, -0.0016068197, 0.00058859313, 0.0075332476, 0.028049523, 0.008253803, 0.0019447545, 0.046008013, 0.032984488, -0.01600303, -0.052021485, -0.045417793, -0.02843866, -0.009180098, -0.030794429, 0.020380357, 0.025533399, -0.013375482, 0.018268963, 0.012776357, -0.007288873, 0.031101177, 0.011619186, -0.026250113, -0.00788468, -0.023152668, 0.02090547, 0.02008804, -0.012882486, -0.02394543, 0.0064831357, 0.025366524, 0.034072768, 0.0055289115, 0.026891422, 0.0051984247, -0.008948292, 0.005724411, -0.0053953207, 0.018883824, -0.063959986, 0.0023748532, 0.075213306, 0.0009155893, 0.0149329025, 0.010348905, 0.01020228, 0.013215708, -0.011188622, 0.0067873234, -0.0762839, -0.026131766, -0.018819153, -0.007391743, 0.046933845, 0.033624053, 0.0010449913, 0.0025272963, 0.07148206, 0.0379269, 0.00799593, 0.03079955, -0.03465182, 0.050010633, -0.035584632, -0.023653578, 0.033418313, -0.013776198, 0.017332427, 0.03175936, -0.021972282, 0.029328648, -0.008264043, -0.031197762, -0.0071773916, 0.02729266, -0.018010624, -0.010218921, 0.00739535, 0.042879555, 0.01928044, 0.017338945, 0.020789975, 0.022390278, -0.005332868, -0.01629209, -0.028010424, -0.013101259, -0.026602827, 0.002324582, -0.020866545, -0.018520318, -0.0032496555, -0.00034631338, 0.07284009, -0.008164199, -0.05044259, 0.045005847, 0.0050708847, 0.04800537, 0.052472066, -0.04069089, 0.042510897, 0.018024703, -0.041431926, -0.021612003, -0.0020532103, -0.034165863, -0.05658919, -0.018905733, -0.017217223, 0.048769444, 0.053801462, 0.061094522, 0.022856217, -0.06949728, -0.025941618, -0.0062527256, -0.066045314, -0.047639504, -0.048226003, 0.016422888, 0.01317015, 0.00786839, -0.003924885, -0.025793832, 0.02426428, 0.011329428, -0.011372951, 0.003610224, -0.017618228, -0.019676559, 0.021219144, -0.04169539, 0.04873197, 0.008943404, 0.044748902, 0.012062493, -0.011320236, -0.04613788, 0.029971935, 0.0295167, 0.010413607, 0.007786931, 0.03251174, -0.00081830507, 0.0064161075, 0.020865848, 0.02224598, -0.06592801, 0.029471083, -0.015216377, -0.027344376, -0.03409674, 0.031074993, -0.022584844, 0.060400035, 0.03679651, -0.02602843, 0.041502215, 0.021335047, 0.0708777, 0.03748121, 0.016896917, 0.026463067, 0.012733533, 0.005227284, 0.029631905, -0.02348135, -0.009434713, -0.0056666927, -0.021329926, 0.014659668, 0.0069351117, -0.008471179, -0.0067102876, -0.013711729, 0.07166453, -0.033665247, -0.08462265, -0.08158519, 0.056713473, -0.018429086, -0.014796519, -0.02808676, -0.006490583, -0.023761334, -0.026295613, 0.031915758, -0.01555245, -0.040487014, -0.06168102, 0.024788406, -0.016614897, 0.035871364, -0.02409764, 0.012209176, 0.005966924, -0.017066175, -0.052951213, 0.037499886, -0.010116749, 0.0409078, 0.019357244, 0.022451721, 0.025697943, 0.035490606, -0.014805363, 0.017042669, -0.022384692, 0.022029767, 0.030924063, 0.0063174265, -0.030591017, -0.019821787, 0.0016145001, -0.010250341, 0.03205447, 0.010996381, 0.009898354, 0.046957117, 0.036101542, -0.046915226, 0.03315299, 0.009866615], [-0.01741441, -0.09539766, -0.028508762, -0.0017792612, -0.011010347, 0.042617895, 0.025392383, -0.013860294, 0.0215941, -0.0011460134, -0.008913393, 0.030110203, -0.057295196, -0.019793212, -0.00698101, 0.04013697, 0.0025268497, -0.05048146, 0.039470546, 0.0520554, -0.010423522, -0.01848947, -0.026101526, 0.026514836, 0.00886213, 0.022326736, 0.021304674, 0.026548477, 0.02666542, 0.006526249, 0.0020686847, -0.07129646, 0.0018171746, 0.017556319, 0.04134379, -0.015750626, 0.017836398, -0.022111654, -0.035725128, -0.049291994, -0.07727077, 0.040437073, -0.0333494, 0.038650334, -0.0013424557, 0.038067218, 0.016881753, 0.022398826, -0.005929447, -0.012298367, 0.031098086, -0.0018225145, -0.032031506, 0.017768048, -0.0021039282, 0.016773352, 0.03278083, 0.0464338, -0.002243834, -0.014947235, 0.021255549, -0.015596302, -0.072272606, -0.03872296, 0.0038180423, -0.0031377366, 0.028877214, -0.0032707003, -0.03286934, -0.06346814, -0.015103428, 0.018258251, 0.009898934, -0.010395255, 0.03925695, 0.02358135, -0.04692721, 0.025812637, -0.032396223, -0.0126257045, 0.016635183, 0.021981245, -0.015453726, -0.08689117, -0.01815439, -0.0016126557, -0.0016123886, 0.008358042, 0.039982647, 0.009598104, -0.030986482, 0.010923339, 0.03428869, -0.006545423, 0.014840703, 0.005063401, -0.003093949, 0.045645628, 0.026227549, 0.01366165, 0.036897775, -0.014969929, -0.03881694, -0.023944197, 0.0024627708, -0.03948977, 0.010013684, -0.030239964, -0.025894603, -0.02484344, -0.01617782, 0.011308881, 0.014080834, -0.048220806, 0.005501986, 0.0109948935, 0.022416981, -0.015270033, -0.033639353, 0.0024029636, -0.014111271, 0.024978539, 0.01689764, 0.04238187, -0.0057767243, -0.031864367, 0.005936922, -0.003369489, -0.052279945, 0.009622468, 0.026777292, 0.00862397, 0.03989267, -0.0126257045, -0.02257718, 0.039208088, 0.025717052, 0.06434389, -0.028544005, 0.041185997, -0.031784266, -0.031909224, 0.033042353, 0.005682742, 0.04285552, -0.017974168, 0.043550245, -0.026831893, -0.0077714515, -0.01500624, -0.0071982113, 0.010731102, -0.027942728, 0.008360177, 0.0069408272, -0.09615993, 0.0012438006, 0.027139474, -0.034927346, 0.006814805, -0.020313052, -0.00032026166, 0.008211194, 0.025279712, -0.011162568, -0.038933784, 0.01236672, 0.00043934185, -0.0052291155, 0.025718119, 0.068128824, 0.023755964, -0.02047592, 0.011354404, -0.03566819, -0.006555168, 0.024327604, 0.004238294, -0.0093280375, 0.011376164, 0.01731749, -0.0024809265, -0.011223376, -0.0029275522, -0.011549178, 0.018890498, -0.035890665, -0.057690352, 0.011642091, 0.012516237, 0.047522075, -0.014398558, -0.008588726, -0.013458198, -0.020963455, 0.00087040686, -0.0022021825, 0.013052899, 0.04224944, 0.035092346, 0.015876649, -0.013119647, 0.036429998, -0.044743184, -0.02852051, -0.038990486, 0.038814805, 0.020644128, 0.057884723, -0.049451925, 0.0066914526, 0.03792731, 0.034901712, 0.07323165, 0.0144968135, 0.0100907115, 0.029152505, -0.03889577, 0.055600308, 0.065531485, -0.0052769086, 0.018764475, 0.02407663, -0.05088302, -0.030143846, 0.005365551, -0.0042751394, 0.016390348, 0.022457564, -0.016227346, 0.07268271, -0.013429897, -0.00676995, -0.041044753, -0.017891932, -0.025699964, -0.029938657, 0.025907686, -0.06641578, 0.022286152, 0.00410533, 0.0452163, 0.041120317, -0.024112672, -0.02567273, -0.020062344, -0.057884723, 0.008567634, -0.015797082, -0.011194473, 0.08093876, -0.029341253, -0.0004923406, 0.020125087, 0.009948803, 0.015112105, 0.031342655, 0.019110637, 0.0030966194, 0.03562794, -0.0064260587, -0.06518012, -0.0051284586, -0.05577973, 0.07257591, 0.011896807, 0.025343258, -0.043167908, 0.0031329973, -0.055605646, -0.03327604, -0.04806141, 0.026084436, 0.011503253, -0.01992938, 0.028997097, -0.0054120086, 0.05139138, 0.059909623, 0.01835437, -0.020690052, -0.0010869405, -0.0016964923, -0.0046784366, 0.026005408, -0.016878417, 0.012809399, -0.049738146, 0.0032520108, -0.06700531, 0.017956013, 0.022846844, 0.00536475, 0.04103621, 0.047458, -0.025879651, 0.028572839, -0.014018356, -0.03312512, -0.032083303, 0.049430564, -0.03192097, 0.012189968, 0.012929012, 0.0028963722, -0.0270798, -0.058389883, 0.030930948, 0.005339919, 0.017100157, -0.0372171, -0.02615706, -0.04466949, 0.0035964358, 0.016378067, -0.016977739, 0.025994977, 0.071222246, -0.020886427, -0.02561666, -0.03447879, -0.024631713, 0.0059908554, -0.062953375, 0.02536355, 0.053324435, 0.034486935, 0.01860628, -0.051421285, -0.040562026, 0.05376391, 0.007286587, 0.023123987, 0.0016201984, 0.013206154, 0.022041583, -0.01508634, -0.01411661, -0.0015280179, -0.0014973134, 0.017574742, -0.056562558, 0.0021286253, -0.01910623, 0.022697862, -0.052407037, -0.010139438, -0.044437736, 0.020884424, 0.02404886, 0.06087615, 0.002846177, -0.0005879251, -0.008863732, -0.013238728, 0.01261943, 0.009667924, 0.01629957, 0.0052373926, -0.01054614, -0.025847344, -0.02085452, -0.03611174, 0.03143998, 0.0061067315, -0.038730435, 0.04877696, 8.7841676e-05, 0.048996963, -0.034314588, 0.06439515, -0.0032124955, 0.01673851, 0.020177115, 0.016761472, 0.040955044, -0.05867076, 0.0029532423, 0.03038414, 0.01174889, 0.02066976, -0.008155659, 0.05112866, 0.02900217, 0.0039312486, 0.044710077, 0.011257485, 0.029844807, -0.024070753, 0.050039314, 0.020270335, 0.022108335, 0.024285419, 0.004038047, -0.011308414, 0.0017392117, 0.050569035, 0.012969295, 0.020887628, 0.013899542, 0.0014043987, 0.00635664, 0.0020032707, -0.042237695, -0.022211928, -0.02521144, -0.020152856, -0.01657511, 0.037214432, 0.026403766, 0.060263123, -0.035961155, 0.010971665, 0.023381371, 0.013450189, -0.007594433, -0.04281334, 0.021649102, 0.0091462135, 0.011687748, 0.0042807464, 0.039036945, -0.042651005, 0.011898408, 0.029253947, -0.009966426, -0.0034175483, -0.0131773185, -0.032396223, 0.016784433, 0.00540827, 0.030235423, 0.02529306, 0.07868905, 0.03730788, -0.019298468, 0.015050028, 0.007879585, -0.06087935, -0.002167473, -0.03383907, -0.022906119, -0.0006204986, 0.01574859, -0.017680474, 0.017036477, -0.045285184, 0.031899877, 0.01951648, -0.037108168, 0.02574642, -0.024114542, -0.009483964, -0.0028074626, -0.04552922, 0.075822316, 0.058410175, -0.03242966, -0.016439475, -0.052395288, -0.059713114, -0.0024189835, 0.0070151184, -0.013033675, -0.005977506, -0.006983947, 0.056573242, -0.06772727, 0.024096586, 0.024268866, 0.000328939, -0.039789874, -0.0027022662, -0.045840006, -0.03712632, -0.008522511, 0.046205256, 0.03477142, 0.0070257317, 0.026123952, 0.0341365, 0.01063011, 0.034888946, -0.018729232, 0.018268663, 0.01895885, 0.015736476, 0.022535795, -0.00790308, 0.0120423185, 0.018533258, -0.024291292, 0.00330274, 0.066824816, -0.03787498, -0.027327571, 0.017732803, 0.043898944, -0.051993724, -0.009218303, 0.08179902, 0.02925635, -0.041716516, 0.025003638, -0.026418984, -0.08571211, 0.02536248, 0.038400427, -0.035453327, -0.007657177, -0.03767206, -0.003554584, 0.00014631379, -0.03277322, 0.06264793, 0.035870373, -0.015940726, -0.073152624, 0.0057628406, -0.01151607, 0.02311117, -0.025540834, 0.0119793, 0.051628474, 0.009827588, -0.02378934, 0.024722226, -0.044150453, 0.05852338, -0.0078080297, -0.043883458, -0.041935455, -0.011854621, 0.023241464, 0.0017899409, 0.019042686, 0.026592799, 0.034779962, 0.02056937, 0.0024562294, -0.04604399, 0.0021554586, 0.008760671, -0.0055643963, -0.03648233, -0.017666055, -0.026161866, 0.009426026, 0.008280479, -0.009821179, 0.0032362582, -0.008706205, -0.076578714, -0.052352834, 0.040064346, -0.022708539, 0.010793446, 0.046549145, 0.05198945, 0.032859728, -0.020619564, 0.00532123, 0.029014986, 0.024982277, -0.023867836, 0.022319928, -0.020496747, -0.06537343, -0.0681363, 0.04860154, -0.01840233, -0.030183358, -0.047013585, -0.012884424, 0.025064077, -0.01562674, -0.006420051, -0.033886194, -0.023816308, 0.0075442377, 0.028414778, -0.01855143, -0.006344892, -0.032318793, 0.044132296, 0.038406804, -0.034899577, 0.007884391, 0.028792845, -0.0040700864, 0.025457531, -0.017410273, 0.062665015, 0.019510997, -0.053481426, -0.030393219, -0.035354536, 0.021325503, -0.00172159, -0.01571218, -0.010245703, -0.038643926, -0.005766045, 0.012617695, 0.0017796616, -0.019482963, 0.005668858, 0.075168975, 0.00082982343, 0.020614224, 0.029961219, 0.015768781, -0.039527684, -0.01812542, -0.027700296, 0.013958015, -0.03784721, 0.010788239, -0.048909385, -0.0034447818, 0.018779429, -0.012028703, -0.005215232, 0.020300237, -0.026773822, 0.039142575, 0.019289657, 0.059136935, 0.04603785, -0.00370537, 0.035081133, 0.019125221, 0.07200934, -0.0021605315, -0.069370896, 0.08989006, -0.009916765, -0.013746421, -0.05390328, -0.020776557, -0.0088527845, 0.027671462, 0.010443814, -0.019150019, 0.01773334, 0.015857425, -0.0028975736, -0.00821066, -0.015810166, 0.015219837, 0.061447516, -0.009805694, 0.0008156727, -0.05531302, 0.03431432, -0.0154515905, -0.018434469, -0.018982878, -0.0066407234, -0.018499617, 0.022671161, -0.028331477, 0.061020326, 0.025959484, 0.04465347, -0.009222041, 0.0022107265, -0.023998665, -0.019032873, -0.0012116276, 0.045347665, -0.006559557, 0.0062202048, -0.01816427, -0.03715142, -0.017694356, -0.03965958, -0.017129393, -0.009209759, 0.0051904013, -0.04727751, -0.06198151, 0.013924373, 0.0028850583, 0.03528218, 0.027282717, 0.011911607, 0.027637286, -0.042905185, -0.063458, -0.017673263, 0.025001502, -0.0057788603, -0.019828187, -4.2719355e-05, -0.015872909, 0.06947021, 0.042102057, 0.0365934, 0.032366853, 0.028446283, 0.047856625, -4.378734e-05, -0.0038655675, 0.0050686514, -0.021827454, 0.0057073054, -0.01465968, -0.029832527, -0.072909124, 0.0041162767, 0.016205586, -0.022893302, 0.031883053, 0.039338116, -0.014214865, 0.06976925, -0.021265695, 0.013076395, 0.025530152, 0.009049027, 0.019622868, -0.063412614, -0.038084306, -0.00304055, -0.012372592, -0.05532156, -0.034648065, -0.028597336, 0.0012046858, -0.026216868, -0.03999279, -0.00063117844, -0.0008618629, 0.016963856, -0.017200947, -0.02789467, -0.033045024, 0.02761486, 0.034938022, 0.040910255, -0.014350432, 0.034443546, 0.008879217, 0.011956613, -0.030982213, -0.03990842, -0.011304075, 0.03250409, 0.019132799, 0.0133626135, 0.08723933, 0.03350793, -0.033054102, -0.0113740275, -0.025170242, 0.032057673, -0.046443682, 0.013867771, 0.004955445, 0.023314355, -0.055225443, -0.0016003739, 0.011890932, -0.0065563526, 0.0091900015, -0.03245603, -0.017814506, -0.0005500117, -0.0061602225, -0.0012153656, 0.008342022, 0.017894069, -0.0049896203, -0.016408103, 0.00590525, -0.054381434, -0.024791643, -0.005576478, -0.043814037, -0.038026635, -0.009153105, 0.015778393, -0.0053997263, -0.035972368, 0.052049264, -0.039641425, -0.00079404603, -0.009322431, -0.048040047, -0.0022614556, 0.0012320529, -0.042189635, 0.031684943, -0.05245403, 0.04927891, 0.037853617, 0.013563929, -0.050842438, -0.014414578, -0.00370003, -0.010323932, 0.038962185, 0.038043723, 0.02150225, -0.027536895, -0.019434903, -0.028016835, -0.023269232, -0.07069626, -0.030031705, -0.005619731, 0.003900277, -0.010249441, -0.00410533, 0.028264726, 0.014962987, 0.009633748, 0.018892635, -0.018433401, -0.008941695, 0.022554751, -0.03784294, 0.014532057, -0.034776226, 0.02353142, 0.021779396, -0.01659006, -0.009891132, 0.016131362, 0.049964555, 0.026908655, 0.019196475, 0.019382838, -0.004293829, -0.01754911, -0.030022096, 0.005617061, 0.012397157, -0.08532337, -0.0076592467, 0.046925075, 0.0036055134, -0.0006044789, -0.0063902815, -0.031781062, 0.012248707, -0.03633655, -0.025204953, -0.05222227, -0.03145853, -0.0031959417, 0.0029177319, 0.01841204, 0.000661616, 0.015427027, -0.000858659, 0.05410406, 0.05677028, 0.01294228, 0.030003939, 0.019427694, 0.056248773, -0.045822915, -0.019162301, 0.039453458, 0.029843207, 0.0054648733, 0.026922803, -0.017219638, -0.0157571, 0.018099122, -0.029122317, 0.0074182157, 0.014552882, -0.068538934, 0.009334712, -0.038708273, 0.018085772, 0.02716684, -0.0075212764, 0.012343758, 0.012855543, -0.010720422, -0.0454598, -0.0068613957, -0.030518707, -0.0040092114, 0.039068453, -0.015277776, 0.035811637, -0.028051663, 0.02434576, 0.021621201, -0.008231753, -0.052703403, 0.030806528, -0.017209493, 0.036432132, 0.036753595, -0.037903115, 0.07117899, 0.022178821, -0.0024269933, 0.00609178, 0.00064185826, -0.015234122, -0.07148123, 0.024841838, -0.015073524, 0.018273737, 0.06352314, 0.024842372, 0.01233548, -0.096333206, -0.016644794, -0.014210593, -0.030851917, -0.015330908, -0.034619763, -0.012001469, 0.01321363, 0.02173, -0.0015325567, -0.028825952, 0.07940674, -0.008537463, -0.00145139, -0.003690952, -0.030113941, -0.032060273, -0.01028682, -0.015733538, 0.081070654, 0.004320529, 0.04953523, 0.0029006442, 0.015030804, -0.088954516, 0.021954544, 0.0025450054, 0.03140086, -0.022148918, 0.03602523, -0.002252912, 0.001074592, 0.012156325, 0.03244695, -0.038270134, 0.03130127, -0.0106611485, -0.019867703, 0.0004827287, 0.055214766, -0.068377934, 0.051557988, 0.018441144, -0.0007868037, 0.03903481, -0.05201722, 0.07994072, 0.01008337, 0.0024755865, 0.0253251, -0.027480826, 0.0074716154, 0.021785334, -0.033949636, 0.0072315857, 0.026509494, -0.028436806, -0.020303976, -0.0038906652, 0.013008043, -0.006770217, -0.011440244, 0.04427861, -0.025009379, -0.041604646, -0.041303206, 0.04548757, -0.010323132, -0.014818276, -0.043202084, 0.001687014, -0.044912994, 0.014691186, 0.027446117, 0.0009844141, 0.013129793, -0.040516105, 0.017177451, -0.014608951, 0.023862496, 0.016008545, 0.054132897, 0.020148583, -0.028512767, -0.036166206, 0.01231599, 0.0017675132, 0.016078496, 0.04190021, 0.013989921, 0.008378066, 0.0017942128, -0.009204953, 0.004620098, -0.036285687, 0.021979107, 0.04846511, 0.0073279715, 0.005964022, 0.0057243933, 0.014909054, 0.007951673, 0.02274325, 0.005706505, -0.014120882, 0.037394386, 0.03031005, -0.0412968, 0.008412509, 0.030388413], [-0.020643618, -0.06667794, -0.035270628, -0.018603075, 0.0011831159, 0.0066239983, 0.05131073, -0.0511009, 0.011390541, 0.014773781, -0.02280622, 0.035624474, -0.03878106, 0.0024643613, -0.01828234, 0.03868148, -0.014538426, -0.046885706, 0.015446489, 0.04679096, -0.007765542, -0.002597054, -0.036709946, 0.03857707, -0.0039938316, 0.019882146, 0.006309163, 0.031268094, 0.040760092, -0.016474435, 0.017618878, -0.054636505, -0.027201755, -0.0025146345, 0.013052221, 0.012218601, 0.042154696, -0.017786376, -0.034849346, -0.05316214, -0.09071634, 0.023933986, -0.013999197, 0.047413338, 0.0058829496, 0.041257024, 0.058585867, 0.0556178, -0.01773006, -0.015933422, 0.047454182, -0.014721634, -0.011964575, 0.01950345, -0.025780322, 0.022700535, 0.031683818, 0.04422702, -0.0026566025, -0.0041726884, 0.032440696, 0.00034055367, -0.045438413, -0.03601989, 0.012345493, -0.028461006, 0.02944375, -0.009776959, 0.01868912, -0.057087332, -0.010415769, 0.025302727, 0.03809947, -0.00021293668, 0.031053618, 0.008782852, -0.04022932, 0.0110236425, 0.0010808771, 0.007873581, 0.044146292, 0.012141016, -0.042724617, -0.07296985, -0.045233935, 0.021457057, -0.029688109, 0.0258057, 0.02665068, 0.021181038, -0.009409699, 0.012348394, 0.04637717, 0.029435052, 0.011732907, 0.02527055, -0.012077207, 0.048820503, 0.008084585, -0.009344319, 0.01849963, -0.013895267, -0.029767627, -0.00045150856, 0.0017537667, -0.027146162, 0.014546403, -0.061775323, 0.0031210573, -0.001209461, 0.007885183, -0.0046792896, 0.03308869, -0.078343295, 0.018069405, 0.005808929, 0.042463586, -0.029883161, -0.03135148, -0.0044714287, -0.052361637, -0.0048291427, 0.008448824, 0.026445236, -0.053394172, -0.025641346, -0.008393717, -0.01171756, -0.02382643, 0.03722452, 0.023342306, -0.0052613, 0.018797401, -0.0020728093, -0.058116, 0.055353865, 0.011737499, 0.02638771, -0.00846526, 0.04455307, -0.037774626, -0.038903844, 0.005065041, -0.012796745, 0.05935978, -0.028725425, 0.016296182, -0.03788291, -0.040392708, -0.018108077, -0.012090259, -0.026015496, 0.002705939, 0.017601477, -0.0015224611, -0.062898256, -0.0040644077, 0.027817601, -0.03814201, 0.01995659, -0.029924128, 0.0006568165, 0.030770678, 0.012863211, -0.016124332, -0.040832117, 0.010965634, 0.023086106, 0.005275319, 0.040442016, 0.05453499, 0.004900444, 0.006319941, 0.04090608, -0.037168447, -0.027764428, 0.041570265, -0.020012422, 0.0038292347, 0.032751158, -0.029632278, -0.010213226, -0.020389713, -0.01699457, 0.036798164, 0.048674278, -0.016904173, -0.0024169884, 0.03291358, 0.043891784, 0.030701796, -0.046868302, -0.0010808771, 0.014249596, -0.02867805, 0.019109737, -0.0370476, 0.011741004, 0.010480545, 0.013360145, 0.005004616, -0.026196288, 0.033033464, -0.04823342, -0.05118843, -0.03334477, 0.033130627, 0.0061236816, 0.045414247, -0.03325196, -0.030857207, 0.044665944, 0.026226258, 0.06554083, 0.030399913, 0.0041030794, 0.032893278, -0.051846337, 0.040224, 0.044484187, -0.03670153, -0.007952859, 0.037807498, -0.038962577, -0.037646044, 0.008948658, -0.0041422346, 0.008048571, 0.0017537667, -0.02011031, 0.04091865, -0.015175545, -0.0071968245, -0.020643497, 0.017033484, 0.0056190146, -0.04265211, 0.026594607, -0.06314986, 0.00530964, -0.03461804, 0.041232854, 0.046986252, -0.014851427, -0.019422436, 0.0035209022, -0.073460974, -0.0006617714, -0.031939052, 0.0016945505, 0.052147977, -0.011407158, -0.04634063, 0.021637121, -0.013628914, 0.022675421, 0.015652295, 0.009271567, 0.0005380216, 0.03315576, -0.042264428, -0.058711063, -0.00305888, -0.017393133, 0.054401577, 0.038831335, 0.06234718, -0.03784037, -0.00012290386, -0.03361354, -0.019292401, -0.053626202, 0.0468161, 0.023305086, -0.010418187, 0.034942884, 0.032319, 0.048915975, 0.035844903, 0.009116578, -0.04966283, 0.024027765, -0.0030896966, 0.002130817, 0.023902323, 0.015190772, 0.0060047656, -0.020398416, -0.024231758, -0.026778297, -0.018845258, 0.0010107845, 0.012416069, 0.024257863, 0.04824502, -0.008221144, 0.009659252, -0.0045432127, -0.017974658, -0.07106139, 0.039048865, -0.009651276, -0.0015855443, -0.019580506, 0.003140393, -0.031020597, -0.02695232, 0.004301273, 0.013107509, 0.032509945, -0.0050244355, -0.030360758, -0.06918581, 0.011975935, 0.014931671, -0.014463016, 0.056537706, 0.07874355, -0.0059941313, 0.022276415, -0.014498667, -0.038094636, -0.0035611906, -0.0323219, 0.031142412, 0.037136544, 0.026693221, 0.0061908737, -0.05150373, -0.027173717, 0.029385986, 0.011086726, 0.01781417, 0.012650517, -0.02758654, 0.019427752, -0.010433897, 0.006387617, 0.008603511, 0.024790566, 0.03399301, -0.08127389, -0.006084043, -0.022098042, 0.028170483, -0.037611965, 0.0029999658, -0.07057606, -0.011154885, -0.0076275324, 0.03050046, -0.0090115, 0.019463524, -0.0063426606, -0.017729577, 0.008656685, 0.03938815, 0.011544745, -0.002762376, -0.040469088, -0.0016706224, -0.011653992, -0.021256354, 0.030953402, 0.0094339885, -0.03161034, 0.05212187, -0.027243327, 0.024762528, -0.03041538, 0.068258174, 0.0095181, 0.03745027, 0.035500724, 0.026473757, 0.030526562, -0.040543046, -0.023269797, 0.044751022, 0.006792462, 0.033890527, -0.007569766, 0.061677676, -2.6586874e-06, 0.052023254, 0.03708047, 0.02856655, 0.0010819648, -0.026087523, 0.051688746, 0.04561147, 0.02852433, 0.018971425, 0.0040064, -0.0035114007, -0.014165002, 0.053158272, 0.0247896, 0.0068236417, 0.013051736, -0.0066995295, -0.0321793, -0.018231343, -0.033202652, -0.006812523, -0.005038212, -0.051093202, -0.0120317675, 0.023284784, 0.012774751, 0.035718255, 0.0014927321, -0.03463834, 0.049670074, 0.0019332885, -0.008557105, -0.017386848, 0.012052328, -7.927722e-05, 0.015275004, -0.0027553665, 0.020905014, -0.028809534, 0.024476357, 0.044062663, -0.011029685, -0.021275299, 0.008281086, -0.031882465, 0.011414711, 0.02230977, -0.0014115212, 0.005340577, 0.09981968, -0.009235554, 0.0033552633, -0.0029156131, 0.025934769, -0.028559376, 0.0047363304, -0.050538257, -0.027432756, -0.026608141, 0.00834151, -0.027449254, 0.012890766, -0.04189608, 0.032133374, 0.02414064, -0.013472051, 0.004445023, -0.018794501, -0.03310404, -0.016168686, -0.03736084, 0.022014897, 0.05875022, -0.017455611, -0.01865335, -0.048526358, -0.040835503, 0.003344145, 0.08554399, 0.015822452, -0.02506127, -0.021422409, 0.016596977, -0.05740444, 0.026347106, 0.0039793295, 0.007917329, -0.013559304, -0.031361632, -0.027540738, -0.019809637, 0.016355276, 0.0266734, 0.019390047, -0.020067288, 0.030796904, -0.0052434145, 0.007939807, 0.019575672, -0.00030212355, -0.005518226, 0.039435584, -0.018725859, 0.0012336309, -0.009319182, -0.002262301, 0.013922397, 0.00023783166, 0.014028201, 0.08604479, -0.04473749, -0.007935456, 0.026975524, 0.033594202, -0.025755307, -0.01307494, 0.028766995, 0.036705352, -0.049165413, -0.0100534335, 0.0018117746, -0.058216546, 0.02322339, 0.029776089, -0.02456627, -0.029360607, -0.032975696, -0.03152357, 0.0026893828, 0.0056494684, 0.085348696, 0.0334197, 0.015266182, -0.06157163, -0.010029535, -0.021735493, -0.02444252, -0.039423015, -0.0024464757, 0.047519926, 0.019517664, -0.0162789, 0.02947759, -0.059156276, 0.050165076, 0.019031366, -0.00086516095, -0.018702535, -0.008368097, 0.0037705016, 0.018469658, 0.018460957, 0.0060231346, 0.017685587, 0.014417759, -0.047566812, 0.00015347876, 0.025136678, -0.007924821, -0.010425921, -0.016787434, -0.0056905574, -0.014082462, 0.0007985729, 0.042378504, -0.003292905, -0.029849805, -0.012233647, -0.09142791, -0.05924135, 0.06825962, -0.02169682, 0.0024937277, 0.07725855, 0.03935389, 0.026371278, 0.0070363367, 0.011289994, 0.05296492, 0.020759877, 0.009042678, 0.04177523, 0.02891987, -0.07559953, -0.06821708, 0.04267048, -0.023223149, -0.00078600465, -0.038319115, 0.0017762448, -0.0033796746, -0.019430652, 0.025320914, -0.018261798, -0.023328051, 0.0073109665, 0.004679229, -0.024605183, -0.015241529, -0.047492854, 0.018200647, 0.050813437, -0.004542971, -0.008064523, 0.02470162, 0.0059712906, 0.03809609, 0.0042442316, 0.061484315, 0.0278031, -0.017063938, -0.05224949, -0.019601775, 0.012111045, -0.012078174, -0.023205988, -0.01564713, -0.05569128, -0.03245725, 0.0099115865, 0.002610831, -0.014665651, -0.012112918, 0.056194015, 0.0111535555, 0.009679072, 0.0024046616, 0.03478578, -0.028643247, -0.04262407, -0.01947845, -0.01262393, -0.041033454, 0.00046502857, -0.034617074, -0.003238281, -0.01519609, 0.016965324, -0.0130536705, 0.0119346045, -0.030506743, 0.0598601, -0.024245292, 0.01977169, 0.03855918, -0.021673618, 0.036070168, -0.0032077665, 0.10009812, 0.009911163, -0.036893394, 0.08877502, 0.016588274, -0.01799472, 0.010027843, -0.007580974, 0.004359522, 0.014733961, 0.026403181, -0.010430755, -0.0029545263, -0.008408582, 0.045141608, -0.02060821, -0.020318171, 0.012343106, 0.039292015, -0.025131846, 0.013871579, -0.02357724, 0.041558664, 0.0071643163, -0.03296603, -0.034385525, 0.019439355, -0.026263962, 0.038629275, -0.034294162, 0.0435696, 0.0025349373, 0.039927196, 0.021051235, 0.015500493, -0.018452255, 0.0081317155, -0.004913737, 0.064011335, -0.0032315135, 0.015477426, -0.0116090365, -0.027897144, -0.022401372, -0.01638138, -0.030434716, 0.022441255, -0.003472729, -0.022072904, -0.040090103, 0.015776439, -0.01498714, 0.02889461, 0.00483591, 0.0022406692, 0.022692863, -0.04827016, -0.032900047, -0.06218041, 0.029948419, 0.025149247, -0.015763598, -0.02577718, 0.001922956, 0.09395704, 0.042850304, 0.037997957, -0.017624678, 0.048525393, 0.037909012, -0.00061198144, 0.0025513729, 0.014959707, -0.022337321, 0.045902476, -0.012233586, -0.037676014, -0.0395748, -0.0052231727, 0.01254707, -0.015194156, 0.013759431, 0.022816129, 0.003784037, 0.028289156, -0.011898109, 0.016334973, 0.06285011, -0.011223285, 0.017992062, -0.0816826, -0.027174683, 0.014548336, -0.0048653977, -0.051174413, -0.059211377, -0.03665411, -0.01711693, 0.013040136, -0.017820455, -0.0028307769, 0.0034577434, 0.029767627, 0.033195883, -0.0377084, -0.024712255, 0.005168488, 0.022428926, 0.010580609, -0.020595642, 0.0022424818, -0.009751097, 0.0070856432, -0.049437683, -0.049339432, -0.025669867, 0.023895435, -0.0024273815, -0.011682936, 0.036822334, 0.021302367, 0.030834002, -0.031020112, -0.05352179, 0.014644593, -0.03844643, 0.020272974, -0.004249005, -0.0015413134, -0.046515424, -0.024976991, 0.025663583, 0.018897118, 0.0076328493, -0.044573978, -0.007270301, 0.009122681, -0.006465927, -0.033195883, 0.022889847, 0.007896785, -0.024374845, -0.027463755, -0.011615079, -0.0828969, -0.010456858, -0.0005791104, -0.025001328, -0.031400546, -0.04830605, 0.024408441, -0.0021999427, -0.041148745, 0.03284784, -0.039642476, -0.008015216, 0.011691456, -0.05682823, 0.030032529, -0.004729563, -0.05831323, 0.03118205, -0.060632568, 0.029101023, 0.027255002, 0.04071743, -0.0318095, -0.014490812, 0.03784182, 0.0015628246, 0.03571511, 0.050476383, 0.011788135, -0.00080866384, -0.013654594, -0.018674618, -0.03475436, -0.06765247, 0.004859234, 0.007702217, -0.011734599, -0.011592965, 0.013079653, 0.04235337, -0.014808405, 0.02520496, 0.0043065897, -0.023447204, 0.046448715, 0.012213767, 0.009646684, -0.0044183754, -0.026440086, 0.048091304, 0.03263321, -0.00091192976, -0.015292768, 0.00781373, 0.044791628, 0.038360506, 0.0006852162, 0.042062365, 0.010828108, -0.020579206, -0.023338683, -0.0013515798, 0.01644658, -0.061047327, -0.028093863, 0.037345372, 0.0014985328, 0.008490276, 0.019567937, -0.0046135476, 0.037730638, -0.047027823, 0.0023331188, -0.061898105, -0.037953, 0.01355447, -0.057738952, 0.0080195675, 0.004325926, 0.013545648, 0.00073718146, 0.05515229, 0.057075728, -0.006294079, 0.03139571, -0.022370677, 0.06667794, -0.027005976, -0.024107525, 0.05299392, -0.022546634, 0.014336351, 0.01806167, -0.0681204, 0.029013528, -0.0014540602, -0.031180117, 0.0126159545, 0.03790128, -0.058413774, -0.0042548664, -0.026699806, 0.017149499, 0.028543666, 5.655753e-05, 0.06375804, 0.0220352, -0.025924858, -0.035057932, 0.017904082, -0.024734976, 0.02039648, -0.0047319797, -0.014817105, 0.025810536, -0.01770299, 0.033075035, 0.022959456, -0.009069507, -0.06054459, 0.03290367, 0.004988664, 0.027719958, 0.021192154, -0.0190304, 0.03132586, 0.040153913, -0.016206391, -0.017274216, -0.02037274, -0.04655603, -0.064274006, 0.027312454, 0.019245753, 0.019533373, 0.020832023, 0.004751799, -0.0027974225, -0.062395036, -0.026321668, 0.006747733, -0.039365973, -0.054465383, -0.028686753, 0.007860046, 0.025533669, -0.0071069123, -0.027740743, -0.029599406, 0.062385373, 0.013117479, 0.011368547, 0.010673663, 0.017815137, -0.06576142, 0.009104855, -0.0014250564, 0.047133207, 0.039999224, 0.053351633, 0.0046130638, 0.0027877544, -0.037013758, 0.015737979, 0.020604342, 0.012068023, -0.0016046385, 0.024743676, -0.01866075, 0.023384, 0.046620805, 0.060476918, -0.04047386, 0.007976062, 0.020220526, -0.06199672, -0.030734425, 0.034561, -0.025567144, 0.038421415, 0.024272364, 0.028035132, 0.017475793, -0.045601804, 0.07026282, 0.011838408, 0.010964667, -0.009230962, 0.018627366, -0.017627096, 0.020229226, -0.023743527, -0.030863974, 0.008085793, -0.021665882, 0.015185213, 0.025469257, 0.035527796, -0.012533534, -0.052318174, 0.05427299, -0.027022414, -0.029938994, -0.059367035, 0.044598524, -0.00648913, -0.008431422, -0.02932967, 0.0318095, -0.029665148, 0.013303104, -0.007190661, -0.014290686, -0.007902344, -0.075058125, -0.0029815969, 0.00859747, 0.00283126, -0.02802933, 0.046798695, 0.031866785, -0.024012899, -0.027541582, 0.003698959, 0.01251367, 0.0131479325, 0.02372854, 0.010397975, 0.0436067, 0.037277695, -0.014028442, 0.0016396849, -0.011052223, 0.038301654, 0.06145773, 0.020842656, -0.019668002, 0.009086305, 0.005568741, 0.010092377, 0.010541573, 0.021053176, -0.020745493, 0.05578409, 0.066248685, -0.0628301, 0.021387808, 0.0001256834], [-0.04069654, -0.047850702, -0.012926069, -0.025447914, -0.031640526, 0.03012772, 0.039397124, -0.026957251, 0.043493148, 0.039408833, -0.016947927, 0.018221539, -0.041801646, -0.034712546, -0.04040508, 0.03802918, -0.021615915, -0.028250594, 0.040069602, 0.030082613, -0.009542764, 0.0007590049, -0.026024433, 0.03570478, 0.0030008883, 0.05823779, -0.009657578, 0.0071639214, 0.016700601, -0.0019721114, -0.0034116183, -0.056404036, 0.017603274, 0.02689306, 0.0041734423, 0.00042027183, 0.003982824, 0.021441886, -0.05292042, -0.045376346, -0.08940123, 0.018900298, -0.013505515, 0.0024452966, 0.04410382, 0.018273367, 0.022159742, 0.01816407, -0.047073048, -0.047901448, 0.018124167, -0.030498117, -0.0100897765, 0.0101680625, -0.00875935, 0.04082839, 0.042342063, 0.036721956, 0.055323213, 0.0075583872, 0.062344227, -0.022266926, -0.046459768, -0.008721182, -0.0071451087, 0.008094028, 0.0017000625, 0.029488856, 0.03055103, -0.025280502, -0.022396713, -0.00037973284, -0.013726521, -0.035802476, 0.061844584, 0.022746725, -0.08622989, 0.020041198, 0.018658508, -0.08943246, 0.015011814, 0.04560882, -0.0037884507, -0.0114752855, -0.04512479, -0.012698585, -0.028606242, 0.011441889, 0.033762757, -0.0048507457, -0.06698153, 0.00011883847, -0.0007119466, -0.022502977, 0.0037084976, 0.0038592145, -0.01811029, 0.028067024, 0.029655838, 0.06332616, 0.022597527, -0.0061629023, 0.009364818, -0.012060153, -0.003219048, 0.011708626, 0.015132388, -0.031166041, -0.00579099, -0.031053273, -0.027349979, 0.0074373805, 0.019620491, -0.039852526, 0.013386677, 0.009323616, 0.073396206, -0.036261782, -0.008405437, -0.023126662, -0.023147047, 0.00017326997, -0.009011122, 0.011184695, -0.04595406, 0.0011168214, -0.030436527, -0.02264003, -0.060696103, 0.047568027, 0.012381321, -0.013803045, -0.011812067, -0.031428874, -0.065819606, 0.028801413, 0.024101656, 0.077706486, -0.02383709, 0.020500937, -0.04147202, 0.030306412, 0.05538003, 0.03389125, 0.01861904, -0.011919412, 0.027130954, -0.06877191, -0.014249286, -0.00901958, 0.014303121, 0.00014052432, 0.0234256, 0.00556459, 0.046879392, -0.073074386, 0.03558562, -0.00058009656, -0.021746574, 0.022618128, -0.0039072484, 0.011032759, 0.030448673, 0.037861764, -0.017202953, -0.01655151, 0.0027783914, 0.016873762, 0.033696346, 0.016742345, 0.06669527, -0.055360947, 0.030747505, 0.028450537, -0.028745247, -0.024024455, 0.028830472, -0.01977663, 0.02032192, 0.051257547, 0.018221647, 0.005191593, 0.00060525216, 0.0055251215, -0.0010684078, 0.0116808675, -0.012599913, 0.006235116, 0.02717953, 0.00223039, 0.07114261, -0.026024759, 0.049669277, -0.014369479, -0.023133764, 0.048591923, -0.028073639, -0.035596028, 0.04657774, 0.053126004, 0.027046597, -0.04588336, 0.031187726, -0.03779237, -0.052459814, -0.065813966, 0.032962605, -0.026288025, 0.016261788, -0.0123474905, 0.024864104, 0.051823117, 0.025931075, 0.04332573, 0.023647988, 0.0070603713, 0.046693977, -0.063680075, 0.0020650353, 0.047797352, -0.033764005, -0.018044582, -0.002306941, -0.020632789, -0.028319446, 0.039325994, -0.014250424, 0.00033743188, 0.019016758, -0.032657485, 0.052236885, -0.0022789664, -0.016226223, -0.036831252, 0.042160552, -0.021352759, -0.005349466, 0.010597442, 0.0035803344, 0.033745788, -0.050028395, 0.012013962, 0.04860754, -0.035429504, 0.02263103, 0.0012200732, -0.056501187, 0.011082772, -0.0369065, -0.032618992, 0.017951116, -0.010247867, -0.02639732, -0.0049940348, 0.0011523862, 0.016745023, -0.00035586485, -0.007562074, 0.0512029, 0.027473373, -0.01583848, -0.053970233, -0.0058937813, -0.036650393, 0.005939321, 0.0037811454, 0.056090027, 0.026652781, 0.027067848, 0.00075293286, -0.0068180324, -0.019317323, 0.04343763, 0.052413836, -0.02756185, -0.011087326, 0.009405588, 0.016949663, 0.02819291, 0.009354843, -0.032375026, -0.031267095, 0.0031934585, -0.0050519365, -0.008640511, 0.0068804873, 0.0029649711, -0.043958094, 0.018912666, -0.0444213, 0.018115276, -0.0065725823, -0.00063582923, 0.033464253, 0.02811267, -0.0030393808, 0.049684346, 0.014392466, 0.013685509, -0.047125094, 0.028117768, 0.012098104, -0.026638035, 0.00378288, 0.0057502203, -0.0104510635, -0.07382558, 0.07803611, 0.038180545, -0.018156262, -0.025799876, -0.034011222, -0.031049587, 0.009843642, 0.03617287, -0.06087913, -0.0026977202, 0.038382225, -0.032874018, 0.0006180468, -0.015954282, -0.05788214, 0.02406262, -0.055630285, 0.031305697, 0.07392187, 0.033404455, 0.0034020224, -0.041266635, -0.035301965, 0.00033135983, 0.03818445, -0.023301393, 0.029056441, -0.0033760536, 0.020729072, -0.00986663, -0.028047614, 0.022070127, 0.029995222, -0.030563174, -0.04604015, -0.041657656, -0.017686006, 0.046865728, -0.09011513, -0.017455377, -0.050922286, 0.04226486, 0.0060865683, 0.02160952, -0.0153978225, 0.017003443, 0.015331898, 0.016749285, -0.033947032, 0.027799746, -0.026619818, -0.023981951, 0.0068989205, -0.03897208, -8.587598e-05, -0.068943664, -0.005702512, 0.035410393, -0.009699648, 0.036432557, -0.018372254, 0.042421, -0.0032294572, 0.07127532, -9.932121e-05, -0.04396503, 0.0292167, -0.037226804, 0.029366331, -0.030939639, -0.016976552, 0.039445184, 0.011600413, 0.02271463, -0.028084915, 0.028205922, 0.02799901, 0.020757426, 0.03509248, 0.016113456, 0.023628471, -0.009515318, 0.07116906, -0.0075176177, -0.025251009, 0.05260576, -0.051581103, 0.0024077801, 0.009806776, 0.055877067, 0.044170614, 0.010840758, -0.0040327013, -0.0023273258, 0.027881935, -0.04574674, 0.0049734334, 0.00012859711, -0.02225142, -0.07378741, 0.002253377, 0.045222808, 0.026342237, 0.0027462963, 0.0030290799, -0.00850259, -0.017624525, 0.015664125, -0.07732307, -0.025185354, 0.016789187, -0.009078782, 0.0029413064, -0.008547045, 0.038640287, -0.027550576, 0.02388122, 0.015697088, 0.019329902, -0.004399626, 0.0149372155, -0.029812843, 0.057063285, 0.037466213, 0.047923323, -0.0037145698, 0.09193414, 0.031931985, -0.014109683, 0.03151345, 0.040416356, -0.0591139, -0.012161209, -0.06287336, -0.017353019, -0.043642346, -0.0036610058, -0.017041177, -0.0040377975, 0.0032099402, 0.027511975, -0.0023459757, -0.04525729, -0.01664888, -0.038488053, -0.042676024, -0.020815816, -0.038798593, 0.037662253, 0.019381339, -0.026042106, -0.018317118, -0.05102495, -0.050567724, 0.033578373, 0.043212097, 0.014555111, 0.025318233, 0.010053562, 0.05939495, -0.059842546, 0.030206874, 0.004003642, 0.0111571, -0.038769316, 0.002309977, -0.0206857, -0.021003615, 0.0061095557, 0.0250914, 0.016005026, 0.0012200461, 0.040121105, 0.016295617, -0.04255957, -0.0016567992, 0.029690536, 0.012575191, -0.0035261197, -0.017134426, -0.052512724, -0.014959334, -0.01591297, -0.017398776, 0.031530797, 0.00030563498, 0.0541576, -0.012569987, -0.02891158, -0.008008802, 0.06598224, 0.0019326432, -0.0028026795, 0.07008868, 0.023978915, -0.03625663, 0.03243683, 0.028310446, -0.052150138, 0.0055292416, 0.042740215, -0.04134885, 0.020929286, -0.038098138, -0.020467976, -0.039670367, -0.007947432, 0.036421824, 0.018764876, -0.025603835, -0.053474925, 0.022660848, -0.010779929, -4.3371705e-07, -0.022975998, 0.010574888, 0.01467872, 0.019317107, -0.023751646, 0.04505279, -0.036116485, 0.002415804, -0.010177604, -0.02108212, -0.033173498, -0.06556501, -0.036829084, 0.007991021, -0.018295053, 0.044658978, 0.038289476, 0.017940272, -0.0038661538, 0.02602801, 0.0026461077, 0.014155657, -0.0056075277, -0.026018687, 0.008831346, 0.0022439435, 0.009938626, 0.016133407, -0.012570855, 0.0077769808, -0.023838446, -0.04262051, -0.04565132, 0.02544748, -0.0054565943, -0.029916935, 0.033187162, 0.06575107, 0.003124064, -0.025589306, -0.0075825667, -0.010143992, 0.02319687, 0.0174827, 0.025925871, -0.0027072618, -0.04612581, -0.04697676, 0.043826237, -0.058499753, 0.0016162466, -0.03401903, -0.013823755, -0.021869397, -0.03305401, -0.01470214, -0.069339216, -0.0045841723, 0.021998344, 0.021063035, -0.02586382, 0.03371196, -0.033263497, -0.011154336, 0.005020709, 0.015831757, 0.033395346, 0.04407292, -0.023109745, 0.019669719, -0.0063435454, 0.056942713, -0.0011267969, -0.040557314, -0.0004139016, -0.056413576, 0.014698671, -0.0025711423, 0.010394029, 0.011338014, -0.035988107, 0.03984385, -0.0075137145, 0.0071613193, 0.015756398, -0.03077049, -0.0010062236, -0.0015232143, 0.012977465, -0.010150497, 0.003284539, -0.015074271, -0.023888268, 0.0060313237, 0.009401685, -0.02942857, 0.022615742, 0.012172486, 0.004897316, -0.027965425, -0.042326447, -0.008040952, -0.03821828, -0.02183592, 0.007287856, 0.020207746, 0.07636369, 0.060208436, 0.04755794, 0.04236548, -0.011248018, 0.08147288, -0.034520842, -0.02534881, 0.06952658, 0.0053325514, -0.008004248, -0.0073328544, 0.016718926, 0.014226571, 0.0282931, 0.005395007, -0.044895355, -0.023669023, 0.015109835, 0.047684588, 0.009273305, -0.026530473, 0.017908176, 0.029465001, -0.006762516, 0.03232927, -0.020772228, 0.046171345, -0.018290281, 0.0058985515, 0.009802222, -0.022100486, 0.010635237, 0.023351327, -0.06213257, 0.040092804, 0.025877293, 0.015246022, -0.0045984853, 0.0024843311, -0.020579875, -0.040620204, -0.027303789, 0.041399594, 0.0012118055, 0.039406665, 0.011170166, 0.015153695, -0.0029180483, -0.026002204, -0.00053694175, 0.00702665, 0.011064122, -0.07579466, 0.020365618, 0.013512021, -0.013242791, 0.024288157, 0.006732156, 0.0027677652, 0.029762099, -0.02385704, -0.052766886, -0.014619734, 0.006166372, 0.01347136, -0.012471534, -0.04531476, -0.007798666, 0.045098547, 0.05345129, 0.037239812, -0.020904347, 0.049813274, 0.00602433, -0.013211672, 0.00047036613, 0.013945738, 0.00063257635, 0.02610413, 0.003416606, 0.0034871935, -0.064278714, -0.0021742235, 0.0251494, -0.012417644, 0.04177563, 0.0066853142, 0.054963008, 0.022018949, -0.026309278, 0.019152945, 0.024311576, -0.009843642, 0.03114869, -0.04582828, -0.031909216, -0.017740438, -9.438768e-05, -0.038881864, -0.014262351, -0.028973438, -0.019965297, -0.002993244, -0.048533805, 0.018102644, 0.00648754, 0.024248688, -0.013993447, -0.06315267, -0.043081116, -0.01919198, 0.047025338, 0.023581197, -0.021881893, 0.025382856, -0.00205712, -0.008708713, -0.0011155203, -0.020937094, -0.003898249, 0.033943564, -0.0015076004, 0.03805, 0.03454491, -0.01873213, 0.03774119, -0.026451645, -0.039852526, 0.06395592, -0.017930731, 0.006916215, 0.0036748846, -0.009323182, -0.043573815, -0.023707354, -0.0013448482, -0.021932313, 0.002118057, -0.007330035, 0.010738401, 0.022051042, 0.03435427, -0.0009298894, -0.0077060675, -0.03376227, -0.061428215, -0.015327561, 0.00010712811, -0.078972936, -0.031096213, -0.027461879, -0.03608526, -0.059115633, -0.03538784, -0.0121423425, -0.0030262608, -0.07213929, 0.014302904, -0.02113644, -0.03573308, 0.01221564, -0.046032995, 0.026913445, 0.02020601, -0.08140349, 0.017022744, -0.033182826, 0.050647743, 0.010901044, 0.04623424, -0.041489374, 0.010708475, -0.0009450694, 0.057049405, 0.0016624375, 0.039869007, -0.0012365273, -0.009363084, 0.012310624, 0.039042775, -0.069436364, -0.04288822, 0.012966838, -0.008933704, -0.020553852, -0.012683189, 0.00036085257, -0.005928912, 0.011877342, 0.032272886, -0.044024013, 0.01566586, -0.0035772983, 0.085372865, -0.03279248, -0.029684354, -0.009896989, -0.0051677385, 0.027459197, 0.014982864, -0.0062169004, 0.00918179, 0.05309304, 0.02831305, 0.023178706, 0.020303596, 0.026038202, 0.019160643, -0.044159338, -0.02287207, 0.017418077, -0.032767758, -0.024215074, 0.011625352, 0.0026448066, 0.028910657, -0.012465461, -0.0021633806, 0.055411693, -0.056865513, 0.023447828, -0.0518448, -0.022522928, -0.011198792, -0.004933098, -0.0031769776, -0.009749959, 0.02677292, -0.008968401, 0.03762734, -0.016806211, -0.0051284875, 0.0014017735, -0.018658074, 0.07096912, -0.03242729, 0.01067291, 0.008760435, -0.0066521354, -0.0031895554, 0.024138957, -0.034880824, -0.032605223, 0.024220062, -0.013826899, 0.0035673229, 0.058541395, -0.03148043, -0.022692945, -0.015545069, 0.01830763, -0.0023543246, -0.006656689, 0.0054582916, 0.0083212955, -0.031181222, -0.026363926, -0.043866143, -0.012974863, 0.029595984, 0.033535, -0.01722464, -0.024429547, 0.0035989843, 0.00017348681, 0.064707115, -0.011391145, -0.07583803, 0.054267544, 0.041581754, 0.0357115, 0.061624255, -0.04507101, 0.04084227, -0.015631163, -0.018157132, -0.027660739, -0.0027016234, -0.018478949, -0.07376334, 0.0138613265, 0.006029534, -0.028304227, 0.07901241, 0.0046248334, 0.023141298, -0.037955448, -0.00096473965, -0.023739938, -0.029268311, -0.025862547, -0.02770411, 0.017584842, -0.0053749606, -0.005588878, -0.016706781, -0.0060074693, 0.02729815, 0.0019213664, -0.02021295, 0.06397543, -0.015798144, 0.0009298894, 0.032141037, -0.05164009, 0.012604468, 0.0066238353, 0.033387564, 0.01344783, -0.0055663246, -0.032788143, -0.013242249, -0.010198098, 0.051365975, -0.003014767, 0.00068136945, -0.016376723, -0.012179643, 0.0036440906, 0.051572427, 0.03655107, 0.008140218, 0.008639671, 0.0005462666, 0.008322488, 0.013627335, -0.05648731, 0.037803862, -0.0025728096, 0.0073037683, 0.00521683, -0.041215047, 0.041673705, 0.029458063, -0.0047013843, 0.0014937216, 0.020552551, 0.00085008546, -0.0042469576, -0.011513398, 0.0035673229, -0.0147823775, -0.0051985327, -0.005479581, -0.0042252718, 0.017225994, 0.023099769, 0.05285406, 0.0703038, -0.007490727, 0.006882222, -0.050818626, 0.038018335, 0.0050901035, -0.0566261, 0.039156843, -0.017967163, -0.024334129, -0.01618567, 0.017510893, -0.007272567, -2.233643e-05, -0.07821827, -0.021276424, -0.012338382, 0.009480188, -0.00055237935, 0.018907461, -0.0015735255, -0.024734017, -0.009189597, -0.0115768835, -0.002022194, 0.03137249, 0.021204237, 0.008114846, 0.05785048, 0.053989775, -0.0071988357, -0.02956931, 0.017229095, 0.024914442, 0.025734166, -0.028556798, -0.01573352, 0.020026993, 0.032177467, 0.019970069, -0.002679504, 0.010187146, 0.025471335, 0.026377153, 0.008547695, -0.066823654, 0.009275039, -0.0011181226], [-0.016063781, -0.089416064, -0.038344495, -0.02807248, 0.0029731637, 0.033557862, 0.019148018, -0.04411564, 0.015500706, -0.01601868, 0.019732464, 0.043821923, -0.06123947, 0.0012971094, -0.000984014, 0.021572271, -0.0022504972, -0.04228428, 0.069589674, 0.046530448, 0.004498634, 0.0051556374, -0.008227948, 0.039664716, -0.011502031, 0.0066579985, 0.0067390054, -0.009832687, 0.0341761, -0.01179649, 0.014946577, -0.033418708, 0.016506588, 0.022069747, 0.030287754, 0.025806265, -0.01243964, -0.021322293, -0.039785974, -0.055589836, -0.07182706, 0.011108425, -0.00035981118, 0.015536488, 0.022352029, 0.048918422, 0.027640607, 0.015368014, 0.01766883, -0.016763523, 0.03625073, -0.022078132, -0.038067926, 0.0028501928, -0.0265321, 0.018545186, 0.028152244, 0.051443066, 0.015791189, -0.005654602, 0.029033942, 0.0031582876, -0.0666923, -0.030683348, 0.0079352595, -0.004452912, 0.018714655, -0.020603664, -0.001584362, -0.033458468, -0.013339354, 0.020469233, -0.019759798, -0.012126731, 0.03784379, 0.013126151, -0.058879826, -0.003984263, 0.009074796, -0.008367102, 0.0036987497, 0.023641739, -0.015084241, -0.054252718, -0.054924387, 0.014729399, -0.018084986, 0.022591572, 0.019994557, -0.0060755103, -0.052179582, 0.009588174, 0.052254125, 0.016342957, 0.03929683, -0.0074160118, -0.013167897, 0.020873522, 0.039197557, 0.03991196, 0.026526384, -0.022858944, -0.04262657, 0.019117208, 0.0059730397, -0.026061589, 0.034322213, -0.028909141, 0.013236481, -0.036584448, -0.0050950064, -0.010061296, 0.002804937, -0.0956899, 0.02695801, 0.019887025, 0.055251893, -0.026914276, -0.04100357, -0.036100395, -0.015601624, -0.03357973, 0.00041373319, 0.027159782, -0.028306307, -0.054508414, 0.009834177, -0.02271209, -0.06250378, -0.014166821, 0.018845858, -0.012452499, 0.010601757, -0.050709523, -0.05645756, 0.026987828, -0.016966539, 0.054981537, -0.021616006, 0.039702483, -0.011071649, -0.0025892493, 0.01572832, 0.01469461, 0.035847183, -0.01894822, 0.031065026, -0.01994666, -0.028377872, -0.022237513, 0.018167485, 0.013584363, -0.022655185, 0.020650877, 0.011393938, -0.043420367, 0.012653527, 0.016345443, -0.037316997, -0.012775534, -0.022737684, 0.01450874, 0.044932667, 0.012293219, -0.0430859, -0.038147196, 0.02364417, 0.026518185, -0.011515076, 0.022479255, 0.035549745, 0.016641766, -0.0098138, 0.04395462, -0.037360728, -0.024018887, 0.020191887, -0.033297945, -0.004142799, 0.05270389, 0.0039857537, 0.0031816456, -0.0045585195, -0.019410113, -0.027402058, 0.024815047, -0.03048406, -0.035151664, 0.033931587, 0.02263189, 0.035511974, -0.06771408, 0.003977802, 0.009234326, -0.009768576, 0.014586765, -0.015139358, 0.03023905, 0.01084801, 0.032872036, 0.0046646865, -0.007135593, 0.032959502, -0.039982777, -0.064626865, -0.020413322, 0.016896218, 0.012667443, 0.04503206, -0.037851743, -0.002039053, 0.059265476, 0.031902928, 0.043490443, 0.0208114, 0.02084917, 0.040218346, -0.061404467, 0.046522, 0.063004486, -0.029118864, -0.014909304, 0.032586023, -0.058297116, -0.041452836, 0.029860353, 0.019017315, 0.04355306, 0.00995693, -0.026395122, 0.037180945, -0.023415063, -0.008718215, -0.055055093, 0.0011063946, 0.0033347143, -0.042822506, 0.009964385, -0.04756043, 0.0037770236, -0.0034032972, -0.0039855675, 0.036715154, -0.0013064278, -0.035277154, 0.006632078, -0.05688595, -0.031130627, -0.012073182, -0.0020516445, 0.060851827, -0.026261125, -0.034021046, 0.003399073, 0.004759547, 0.010809369, -0.0010138327, 0.0007350287, -0.00089257036, -0.004793838, 0.0003888222, -0.068136014, 0.02023292, -0.051411256, 0.04598427, -0.0070630345, 0.01018057, -0.03293018, 0.009328193, -0.06263889, -0.008030276, -0.05499968, 0.051174697, 0.021137169, -0.035947327, 0.023453608, 0.023057237, 0.0012697757, 0.047987085, 0.024031004, -0.030456726, -0.034795333, -0.0017155639, 0.02892206, 0.030790694, -0.039021626, 0.0025696184, -0.023621306, -0.0019971014, -0.020653144, -0.0115291085, 0.009800383, 0.006098402, 0.022251764, 0.036424424, -0.025153983, 0.03867175, 0.0013557527, -0.010909636, -0.059459794, 0.04166405, -0.015194654, -0.0077148196, -0.0070689977, 0.005332561, -0.010923301, -0.030080017, 0.035354603, 0.015058149, 0.01470003, -0.0101711275, -0.008115134, -0.04335228, -0.020653114, 0.0635101, -0.04343229, 0.04097077, 0.067302585, 0.0009686078, 0.0009003977, -0.0014968942, -0.020943597, -0.022805272, -0.058737192, 0.026157876, 0.07411912, 0.011077614, -0.008162844, -0.03555919, -0.02731866, 0.05766621, 0.030347392, 0.01736238, -0.0022522989, 0.012082998, 0.018396093, 0.02181728, 0.0039330744, 0.021173697, 0.012819517, 0.0113062225, -0.09404193, -0.025365695, -0.020538064, 0.048982035, -0.05807994, -0.023618015, -0.033816043, 0.018383669, 0.0039189104, 0.027836166, -0.022845898, -0.00736619, -0.029081592, -0.015182642, 0.017989567, 0.011874764, -0.012620228, 0.0037129137, -0.005388409, 0.006414479, -0.016613439, -0.02120072, 0.034320224, -0.013625116, -0.043312028, 0.026832275, -0.0040732217, 0.0125978645, -0.04858843, 0.06449069, -0.016676988, -0.010982194, 0.012210223, 0.021221904, 0.04431443, -0.051914696, -0.024278404, 0.023084573, -5.3673495e-05, 0.026210556, -0.021364039, 0.04777985, -0.015910216, 0.05306992, 0.016519012, 0.041990563, 0.025085403, -0.0017453826, 0.057235822, 0.01171921, 0.03261013, 0.035285354, 0.001135095, 0.010190013, -0.010840057, 0.05501558, 0.048658997, 0.023126258, -0.008199496, -0.021111574, 0.01789514, -0.0132359825, -0.011706785, -0.032424755, -0.03744124, -0.015763607, -0.016171625, 0.004688479, 0.00271076, 0.027203517, -0.025842793, -0.009488654, 0.033892326, 0.02442964, -0.0076554306, -0.030880151, 0.020120913, 0.012458214, 0.0023466623, 0.03501649, 0.043069996, -0.027540468, 0.025119197, 0.054020885, 0.030931836, -0.0041589504, -0.03144571, -0.05585224, 0.022386817, 0.022693701, 0.0012476603, 0.0037582628, 0.059430473, 0.0147085255, 0.0066187372, 0.018427402, 0.009799389, -0.052076954, -0.018199539, -0.01602452, -0.019844284, -0.0045863506, 0.025293138, -0.026650382, 0.032203104, -0.05096398, 0.04539529, 0.03139216, -0.0046671093, 0.028977724, -0.037416887, -0.03829216, -0.048481084, -0.026834758, 0.053304367, 0.06512931, -0.053607892, -0.0073393537, -0.036085982, -0.053193413, 0.0002720948, 0.034806266, 0.013069868, -0.0144131975, 0.03358768, 0.06829654, -0.059120357, 0.009937548, 0.008456557, -0.0008237391, -0.010557527, -0.0011013006, -0.050876506, -0.004727616, -0.012420444, 0.0885215, -0.021890525, -0.016953867, 0.041435193, 0.022960328, -0.009061626, 0.03912301, -0.02250311, 0.010955356, 0.0058920328, 0.011616335, -0.0126868235, -0.008282615, -0.013057661, 0.02314421, 0.03431426, -0.018945688, 0.055512313, -0.014800963, -0.02257865, 0.025415393, 0.05904457, -0.0130854, -0.020021953, 0.049547594, 0.029965714, -0.07135792, 0.016725257, 0.002545515, -0.092597716, 0.014253294, 0.058820188, -0.02467291, -0.004740165, -0.047709774, -0.033242032, 0.0014859607, -0.013754547, 0.049718555, 0.042016406, -0.024947241, -0.053600438, -0.008983352, -0.027844366, -0.0024150587, 0.012493003, 0.010577157, 0.04237423, -0.010930508, -0.004646733, 0.029339522, -0.037060056, 0.036025353, 0.00035248083, 0.007393027, -0.021585442, -0.036072563, 0.0078411065, -0.018404294, 0.018268866, 0.030021375, 0.048544694, 0.0051044486, -0.017353436, -0.042982157, 0.0014570118, 0.01428535, -0.0034721906, -0.008837242, 0.0022418625, 0.023382757, 0.0015510647, 0.033624955, -0.035841968, 0.018697882, 0.0052581388, -0.061452176, -0.074272186, 0.07168294, -0.029421026, -0.02013601, 0.053808674, 0.0068962984, 0.048067596, -0.019590825, 0.0019479005, 0.0088551715, 0.029411584, -0.008712997, 0.052820686, 0.0039156806, -0.049329914, -0.034076706, 0.04528751, -0.02718662, -0.019844284, -0.037361722, -0.025619155, -0.0053648646, -0.041012514, -0.0011724925, -0.024482071, -0.00077826565, -0.008370084, 0.051715408, -0.0076161693, -0.024719628, -0.030214699, 0.02203471, 0.037861682, 0.0034529949, -0.026807923, 0.044691134, -0.007650585, 0.023738595, 0.0114316465, 0.055055093, 0.021596624, -0.036810078, -0.034759056, -0.04993135, 0.02049023, -0.029790776, -0.027095672, -0.019327926, -0.057826232, -0.0075597623, 0.012482069, 0.005184462, 0.021625448, -0.008535452, 0.050504774, 0.021223892, 0.00900522, -0.007840803, -0.0051623466, -0.019796574, -0.013800052, -0.042197306, 0.021703972, -0.07378714, -0.006021868, -0.056854147, -0.013994277, 0.0048201783, -0.0025498637, -0.006541209, 0.046837576, -0.03870999, 0.036197554, 0.004330656, 0.0424617, 0.021588549, -0.009561337, 0.053211305, -0.00046367935, 0.07127443, -0.014276653, -0.056466505, 0.102782756, 0.0033526055, -0.040054344, -0.00824236, 0.025908394, -0.0028180447, 0.007996606, 0.006386649, 0.009434608, -0.0012496482, 0.02409034, 0.00697656, -0.030488532, -0.028679287, -0.037827637, 0.04737382, 0.0016499631, -0.017217264, -0.036219668, -0.0020567384, 0.023587512, 0.015589167, -0.0057957433, 0.014120416, -0.045968365, 0.05944737, -0.04198162, 0.035788044, 0.0057149846, 0.024845112, 0.018158538, 0.036102723, -0.02486746, -0.052659664, -0.030844368, 0.06718133, 0.012974076, 0.024004476, -0.022192001, -0.028667858, -0.013352276, -0.0471052, -0.03314388, -0.00244115, 0.018411003, -0.015220163, -0.060135946, 0.0083541805, -0.03583402, 0.041765932, 0.010203928, 0.00034151622, 0.0129452525, -0.062175523, -0.049030736, -0.011113396, 0.03587775, 0.004254494, 0.01028742, -0.020127064, 0.007891992, 0.039458964, 0.012142634, 0.028277481, 0.03390028, -0.0020067925, 0.056967955, -0.008971751, 0.0015190096, -0.0044896887, -0.03608449, 0.030039266, 0.023674482, -0.033427402, -0.06673206, -0.003490268, 0.039582215, 0.008235651, 0.027894314, 0.019367186, -0.0070528463, 0.021963766, -0.035665043, -0.008940116, 0.010531933, -0.006456723, 0.019462606, -0.06395197, -0.027711427, 0.0035861847, -0.011989069, -0.030003484, -0.012948234, -0.02651371, -0.009959167, -0.023607362, -0.027410258, 0.04449235, 0.0010670092, 0.024239173, -0.013256235, -0.022689972, -0.031608224, 0.017758891, 0.014754247, 0.03661899, 0.013891496, 0.031486463, -0.011642675, -0.022076206, -0.02304382, -0.058544863, -0.027037527, 0.038643427, -0.038104206, 0.011641185, 0.06130159, 0.009735775, -0.022686742, -0.01648969, -0.04898601, 0.043177348, -0.034049373, 0.035540797, -0.027491266, -0.03935162, -0.05658901, -0.0070391796, 0.022224804, 0.0047414694, 0.0081862025, -0.059375808, -0.0016986667, -0.0021456974, -0.0033784483, -0.006608301, -0.0031607726, -0.016962813, -0.0057788463, -0.013969739, -0.0081056915, -0.08285995, -0.027360562, -0.021228364, -0.013591384, -0.044660326, -0.06661713, 0.009285763, 0.018154066, -0.029424008, 0.028346563, -0.0400941, -0.037324946, 0.015889654, -0.03771855, 0.021096665, 0.010476643, -0.018449767, 0.039155807, -0.033192087, 0.028564239, 0.03480527, 0.030531768, -0.028183553, -0.0059693125, 0.0033458965, 0.0053078053, 0.016363459, 0.027882388, 0.016092109, -0.0035613046, -0.03280668, 0.008571856, 0.012466166, -0.06323533, -0.06385357, 0.017400151, -0.024003979, -0.021018889, 0.029450845, 0.0091923, 0.018393112, 0.03457865, -0.010175227, -0.012426408, 0.018969977, 0.01894078, -0.044275664, 0.0074998764, 0.00997681, 0.017315665, 0.039780013, -0.011283486, -0.02027715, 0.0124828145, 0.043890506, 0.0073547596, 0.03137837, 0.038913783, -0.0019595795, -0.014136754, 0.0058086645, -0.012645699, -0.008985341, -0.069946505, -0.003777272, 0.061831865, 0.009591466, 0.016028, 0.005389465, -0.033727452, -0.0019739917, -0.046392787, -0.0004890252, -0.039674655, -0.030613273, -0.007072974, -0.031039182, 0.0041641686, 0.014165827, -0.0018900029, 0.013769985, 0.03138309, 0.050472964, -0.000942268, -0.004817693, -0.004824651, 0.04839759, -0.013367185, 0.019085772, 0.0060923146, 0.0051049455, 0.024058895, 0.06415474, -0.03634491, -0.0010943429, 0.05394783, -0.024689808, -0.0032512222, 0.027866483, -0.07751981, -0.025887521, -0.008267706, -0.0036443311, 0.042554136, -0.015261164, 0.050389472, 0.031582877, 0.0049578403, 0.0043845777, 0.0028106521, -0.035878494, 0.025161935, 0.032402888, -0.008524146, -0.005595213, 0.018472876, 0.025842793, 0.035647154, -0.018372394, -0.049141064, 0.068719715, 0.0243541, 0.04554444, 0.04051355, -0.037459128, 0.051013675, 0.010429058, -0.0077227713, -0.04850742, 0.004384454, -0.03324725, -0.06751976, 0.030436845, -0.02593896, 0.027136162, 0.020435685, 0.014269696, 0.008882342, -0.04273603, -0.009720867, 0.011639196, -0.034385327, -0.04065469, -0.040382348, -0.005180486, 0.02139485, 0.00066247006, -0.029504769, -0.047664054, 0.07749657, -0.018252965, 0.01660996, 0.016128201, 0.03468799, -0.06827269, 0.03589564, -0.00046616426, 0.050765187, 0.013135967, 0.032419536, 0.0049995864, 0.016447293, -0.027818775, 0.051526558, -0.0028337617, 0.032140486, -0.009744224, 0.028088383, 0.0039579235, -0.01859538, 0.010886028, 0.06394401, -0.009551894, 0.009985755, -0.0055015334, -0.052608006, -0.025607228, 0.048764605, -0.03518049, 0.063724354, -0.021986006, 0.0135826245, 0.012810074, -0.018492507, 0.07473736, 0.012960161, 0.0029703062, -0.004926531, -0.015626939, -0.020368345, 0.03458909, -0.034280468, -0.001756316, 0.0023392697, -0.025422351, 0.0071287593, -0.0046124416, 0.03146857, -0.021997685, -0.01837025, 0.053931925, -0.009939536, -0.012537731, -0.05970878, 0.036024854, -0.026557447, -0.06432868, -0.05431062, 0.0065101474, -0.035786554, -0.00031992883, 0.017335048, 0.012183387, -0.023159118, -0.0656725, -0.0068165343, -0.01177686, 0.02990359, -0.012949477, 0.027033549, 0.059682935, 0.015443057, -0.036706705, 0.0032253794, 0.025097234, 0.053736113, -0.0060057165, 0.022892741, 0.02277744, -0.0181832, -0.013801543, 0.011357908, -0.033999924, 0.02563804, 0.04232118, -0.015021621, 0.010279966, -0.0060690804, 0.019658973, -0.008473951, 0.0021784978, 0.016288415, -0.006624701, 0.049151257, 0.05936686, -0.020123584, 0.0026667775, -0.019087264], [-0.018850485, -0.079456784, -0.0383701, -0.0374874, -0.024204776, 0.066711396, 0.024032801, -0.015101035, 0.018997349, 0.015673524, -0.00018846174, 0.012416661, -0.07432545, -0.016718559, -0.015947971, 0.06288889, -0.04269939, -0.046174392, 0.03188643, 0.04815286, -0.01861941, 0.000927486, -0.0060145417, 0.04149145, -0.0117157, 0.033755194, 0.0013371501, 0.017412545, 0.021071188, -0.004351107, -0.008553068, -0.029560719, 0.021419702, -0.00015688234, 0.03509751, 0.014918915, 0.00072036515, 0.0057644434, -0.011818554, -0.04992942, -0.05185006, 0.012380896, -0.029258557, 0.02300032, -0.0024502561, 0.030908737, 0.007925539, -0.0011754127, -0.0140752755, -0.019654302, 0.04192322, -0.02298561, -0.02590981, 0.026469868, -0.020320386, 0.029202182, 0.019431597, 0.03947398, 0.0179759, 0.01580745, 0.033155568, 0.003365361, -0.06996267, -0.052635357, 0.022002336, -0.019660896, -0.00961586, 0.0023637617, 0.016160022, -0.022928918, -0.0021314183, 0.038947403, -0.03762538, -0.01647404, 0.026777292, 0.009713769, -0.046955634, 0.032932863, 0.0037874973, -0.022044187, -0.0006754691, 0.032860827, -0.0036446927, -0.056758687, -0.0695543, 0.069755696, 0.01016628, 0.035760928, 0.022861447, -0.020004844, -0.015190067, 0.012186346, 0.005088213, 0.039518625, -0.0030902775, 0.017258834, 0.008404937, 0.035949774, 0.044995427, 0.047193047, 0.0066134087, -0.010664448, -0.06197575, -0.037875734, -0.012000675, -0.025194898, 0.048020963, -0.007189764, 0.008550531, -0.04692678, -0.006527612, 0.0044132513, -0.0070971185, -0.11254741, 0.007439546, 0.017283691, 0.04316814, -0.06276613, -0.044314634, -0.022857895, 0.0021296428, 0.0034770302, -0.012003211, 0.0130388625, -0.006094695, -0.039153367, -0.023701536, -0.00980077, -0.047530912, 0.028039454, 0.020171747, 0.009777308, 0.006533002, -0.069462985, -0.041659933, 0.026171576, 0.0037749894, 0.064763874, -0.026777292, 0.022465754, -0.018313255, -0.0135875065, 0.015204778, -0.009969384, 0.012949784, -0.03217293, 0.017572852, -0.03533404, 0.016347723, -0.01951175, 0.010987851, 0.014446872, -0.023538692, 0.010417901, 0.010632394, -0.08176144, 0.022272473, 0.015396537, -0.052584626, 0.038736876, -0.043149747, -0.029119238, 0.018007606, 0.011656726, -0.0043566874, -0.019716699, 0.002629206, 0.024127668, -0.02821929, 0.034352794, 0.05168772, -0.017609123, 0.010308324, 0.015056107, -0.005054224, -0.023402166, 0.010430964, -0.028841874, 0.022298854, 0.06538734, -0.0078595895, 0.023045596, -0.00018059858, -0.037805982, -0.010346117, 0.024778532, -0.008312228, -0.025383234, 0.020395465, 0.022319146, 0.030905696, -0.04210585, -0.0006791471, -0.023388531, -0.017121863, 0.05292249, -0.022570767, 0.01099115, 0.012388505, 0.002312778, 0.029438585, 0.025448674, 0.03565554, -0.027101964, -0.02923668, -0.027159795, 0.021723067, 0.010764386, 0.042531982, -0.04066512, -0.0270837, 0.026540384, 0.058152746, 0.04369522, 0.008946479, 0.04362166, 0.051736426, -0.05764443, 0.035104994, 0.081429414, -0.054835007, -0.017637532, 0.016776454, -0.05398731, -0.024490895, -0.0037318529, -0.010915055, 0.029058618, 0.009951185, -0.022634178, 0.03514266, -0.0093754, 0.006137816, -0.0426375, -0.021134093, -0.019791778, -0.04491781, 0.017960398, -0.047426406, 0.02048475, -0.053296875, 0.006977396, 0.018092325, -0.027646802, -0.051310293, -0.014620877, -0.041828867, 0.00828014, -0.02769449, 0.0064877253, 0.046279658, 0.003261428, -0.047229573, 0.020886533, 0.0035774754, -0.0015688234, -0.0015937128, 0.019228477, 0.003041767, 0.015439245, -0.007456287, -0.062647924, 0.0068642683, -0.01131785, 0.0290713, -0.005070965, 0.008612421, -0.015012512, 0.027240962, -0.037824243, -0.002390395, -0.07014936, 0.03287503, 0.01269466, -0.036416996, 0.010178963, 0.0075709363, 0.014782704, 0.014665011, 0.020914434, -0.041517384, 0.019583026, 0.009726452, 0.03720686, 0.022208808, -0.0075810826, 0.008028901, -0.059947822, 0.0012251281, -0.026759028, -0.042054106, 0.0019392788, 0.027759423, 0.042763308, 0.037718724, -0.02450459, 0.053798087, 0.0050659236, -0.016377654, -0.026286226, 0.037058223, -0.014533114, 0.011403076, 0.012947295, -0.0007440814, 0.003992541, -0.030144745, 0.05081111, 0.014360632, 0.00040685412, -0.026812803, -0.040668163, -0.05114187, -0.004889859, -0.008047798, -0.01835517, 0.00060584233, 0.04815286, -0.010357024, 0.022114702, -0.02065013, -0.06031181, 0.022264862, -0.022231888, 0.050218582, 0.053141642, 0.014724873, 0.014120679, -0.05538695, -0.019884108, 0.022612872, 0.04701169, -0.006199706, 0.012479565, -0.004614395, 0.040432777, -0.001230962, -0.0069383336, 0.0123639, 0.014780168, 0.0033015045, -0.06512101, 0.0069682645, -0.04213426, -0.002509103, -0.051438127, -0.010863309, -0.049520537, 0.015253985, -0.015843214, -0.010564002, -0.0032901221, -0.005211994, -0.008649962, 0.0031472857, 0.033755194, 0.017912742, 0.012057238, 0.024040919, -0.0023386502, -0.013979649, -0.0522701, -0.066439986, 0.0333108, -0.012768726, -0.013387632, 0.060339205, -0.015945435, -0.004212107, -0.022037087, 0.0469952, -0.0019716192, -0.03892153, 0.03820472, 0.017000748, 0.04168479, -0.03441164, -0.014760384, 0.025228253, 0.0080133015, 0.020874863, -0.013201959, 0.037182003, 0.018224223, 0.014513836, 0.0037996725, 0.061000723, -0.014396903, -0.0038240228, 0.033224054, 0.018733552, 0.04851, 0.018628035, -0.005312439, 0.015591339, -0.05358908, 0.06592457, 0.028063804, 0.053398333, 0.0047351327, 0.03432185, 0.0072351038, -0.004803848, -0.012426807, -0.035382103, -0.035338983, -0.029695531, -0.0284737, 0.019490696, -0.012108729, 0.03272151, 0.023613011, -0.045299806, 0.012064087, 0.016094819, -0.020437444, -0.048156917, -0.0056315307, -0.015925143, 0.00040381032, 0.006260582, 0.032568622, -0.060599957, 0.06001225, -0.00036982127, -0.0092977835, -0.03117152, -0.0033704974, -0.04438464, -0.0035592124, -0.013803966, 0.021630231, 0.0147347655, 0.094081715, 0.0011718617, 0.0071730865, -0.030860038, -0.0037114024, -0.053040184, -0.016621158, -0.010406739, -0.010167802, 0.018469756, 0.01924694, -0.035810772, -0.028985059, -0.00361603, -0.021577472, 0.0326658, -0.03144039, 0.021006761, -0.052312713, -0.03191116, -0.026753955, -0.022511918, 0.0044804686, 0.04662893, -0.083535984, -0.024779547, -0.054977052, -0.025385262, 0.0027329486, 0.030432891, 0.04207947, -0.026566762, 0.02690919, 0.02344408, -0.0058755414, -0.01401589, -0.0074613597, -0.020583166, -0.04620077, -0.026476972, -0.049335882, -0.02834789, -0.01603269, 0.054885738, -0.008837663, -0.020998644, 0.02758745, 0.021533845, 0.0016061099, 0.04991826, -0.0032447823, 0.0050121183, 0.030327879, -0.006256016, -0.029562872, -0.011174537, 0.0061025578, -0.03256253, 0.010659375, 0.02321922, 0.032877058, -0.027594551, -0.025636692, -0.00035866068, 0.045087755, -0.039489605, 0.0028487397, 0.05267797, 0.04444298, -0.038697813, 0.014060311, 0.015632305, -0.055411298, 0.033152524, 0.045790877, -0.029543342, -0.006367622, -0.03135922, -0.0353712, -0.0053403405, -0.019858615, 0.03403015, 0.048994977, -0.012304673, -0.009699564, -0.0024188035, -0.042692285, -0.01957364, -0.018811677, -0.007985907, 0.041489482, 0.012911278, -0.04011825, 0.029727364, -0.021509748, 0.021355277, -0.014415421, -0.028078515, -0.030341577, 0.01742675, -0.015302178, 0.018282562, 0.0056776945, 0.008579447, 0.05130617, 0.044804685, -0.029224504, -0.0063940017, 0.010812072, -0.01370406, -0.010930274, -0.015420633, -0.003683501, -0.008034608, 0.014964318, 0.002659517, -0.0058522057, -0.0028099315, 0.0049816803, -0.04855464, -0.068751246, 0.067986235, 0.010627796, 0.00058872096, 0.053075694, 0.05116799, 0.0580107, -0.006542133, 0.027407357, -0.0015714932, -0.011807902, 0.011976705, 0.046775036, 0.037681185, -0.05998562, -0.060283404, 0.041914597, -0.053327315, -0.034848932, -0.032186117, -0.03968045, -0.00052860595, -0.007006819, -0.025741387, -0.042998698, 0.0053890417, 0.006017839, 0.01441339, 0.019564057, -0.0040000556, -0.046949543, 0.011348288, 0.049330298, 0.014823289, -0.023808576, 0.04240414, -0.010409276, 0.030748433, -0.021775827, -0.0019596976, -0.005470717, -0.06835149, -0.0124682775, -0.04237168, 0.037005972, -0.01727012, -0.0100722, -0.017030548, -0.036562085, -0.017570823, -0.0030656103, 0.002194831, -0.014694783, -0.021804744, 0.041239385, -0.0015394001, 0.0064985054, 0.013812749, -0.009358501, -0.029282337, -0.052280247, -0.040409185, 0.015850062, -0.014643197, 0.025535932, -0.04480874, -0.021057999, -0.020251391, -0.014672114, 0.009381235, 0.005078574, -0.03575649, 0.025216332, 0.0019338254, 0.0728766, 0.018431202, -0.0040198406, 0.037596975, 0.02512045, 0.061188422, -0.0049342476, -0.029599905, 0.08648644, -0.0012743361, -0.02386793, -0.013778061, 0.060720187, -0.005205399, 0.032513835, 0.025798647, 0.03411379, 0.029025644, 0.020102248, 0.015524756, -8.1167906e-05, 0.010873455, 0.024541117, 0.055815853, -0.04656831, 0.012608229, -0.02272346, 0.056431986, 0.029076373, -0.036918968, 0.015862238, -0.005587903, -0.04333859, 0.022793913, -0.06603212, 0.031585477, 0.021497194, 0.03831125, -0.011506565, 0.05596527, 0.0011667886, -0.044764098, -0.025749503, 0.036853272, 0.010880558, -0.015842961, -0.022341466, -0.023989173, -0.05227213, -0.045813195, -0.023389546, 0.019003436, 0.0059412373, -0.032619353, -0.009675468, -0.03205422, 0.003235302, 0.032944024, 0.05265768, -0.011920522, 0.022397824, -0.051726278, -0.044873673, -0.0028510226, -0.006140479, -0.0004195366, 0.021651538, -0.0040568733, 0.011112901, 0.050197277, 0.027199365, 0.006633447, 0.028940415, 0.0605959, 0.042903326, 0.01718591, -0.032264244, 0.008572091, -0.013981172, 0.012536382, -0.005604644, -0.032385994, -0.049680848, -0.019823233, 0.04241784, 6.594892e-05, 0.027751306, -0.010328616, 0.024729831, 0.028449478, -0.051245354, 0.044784393, 0.02895665, -0.0066618556, -0.007558309, -0.042012505, -0.014501661, 0.04567318, -0.028571103, -0.04857392, -0.04173958, -0.014107997, -0.0074811443, 0.0025994023, -0.061906762, 0.036428154, 0.009460373, 0.03275937, -0.009945732, -0.052958, -0.06915633, 0.017716417, 0.019458039, 0.023774587, 0.0039396873, 0.014226197, -0.025837267, -0.034028627, -0.038007885, -0.034929086, 0.006169395, 0.017899172, -0.009921762, 0.05259477, 0.048390273, 0.026694855, 0.029800795, -0.0053261365, -0.0399965, 0.0717849, -0.07813425, 0.03541432, -0.0162975, 0.0019414349, -0.07112744, -0.0163878, 0.022753473, 0.029177325, -0.01516115, -0.0648387, -0.005766219, 0.0010556901, 0.007933338, -0.021165546, 0.038295016, 0.009653907, -0.043810375, -0.0028215994, -0.020228056, -0.07301865, -0.002729778, -0.027978957, 0.028895775, -0.028217513, -0.010738514, 0.013790427, -0.024853613, -0.06624112, 0.029415248, -0.0419983, -0.026919335, 0.01297266, -0.024490386, 0.048052415, -0.005831914, -0.018065946, 0.039422616, -0.06514739, 0.06656199, 0.015040413, 0.062787116, -0.01724133, -0.028736483, -0.0053253756, 0.022919279, -0.004910658, 0.04638898, 0.0071650967, 0.011999153, 0.01394008, 0.03431373, -0.029609038, -0.06273468, -0.026164666, 0.025646204, 0.016495347, -0.01642534, 0.053684454, 0.010654301, 0.010120116, -0.007374104, -0.024569526, 0.012609941, 0.018096384, 0.030920913, -0.01800101, 0.02788016, -0.0004139563, 0.006729834, 0.019842003, 0.0053859977, -0.037518848, 0.012584576, 0.010530014, 0.05094605, 0.02488836, 0.04711949, 0.023784224, -0.031378496, 0.00791311, -0.0037101975, 0.005599571, -0.036979683, -0.0012702777, 0.055283457, 0.03276545, 0.0305724, 0.010417267, -0.0125683425, 0.011367565, -0.044697136, -0.017204806, -0.05796606, -0.01227005, -0.0038260522, -0.02789741, 0.019494502, 0.03698111, 0.007994277, -0.009499181, 0.046168305, 0.040668163, -0.0052586654, 0.02994284, -0.010374273, 0.068101905, -0.040111147, -0.0046265707, 0.003399667, 0.01795434, -0.004346541, 0.03538515, -0.033113968, 0.012287299, 0.050490495, -0.025188684, -0.010063298, 0.049532715, -0.03843706, -0.03241846, -0.046536606, -0.0035389205, 0.05247201, -0.019179976, 0.049832527, 0.03688422, 0.0032720813, 0.0077555934, -0.0029687162, -0.010261399, 0.02958494, 0.0069916, 0.014701537, 0.013889858, 0.0018201902, 0.018846173, 0.054246288, -0.01447376, -0.036172476, 0.07608705, 0.009018261, 0.021717995, 0.07243018, -0.036626, 0.035906903, 0.00516342, -0.011104023, -0.012429344, -0.018534692, -0.06301369, -0.06830076, 0.025884192, -0.012644438, 0.06296803, 0.020993065, 0.029221207, 0.025952421, -0.04828577, -0.04641181, 0.026735695, -0.050361007, -0.045985676, -0.05588207, -0.0028423986, -0.019313904, 0.013230114, -0.0031612364, -0.057488184, 0.08780135, -0.020564903, 0.012267514, -0.036425374, -0.006348345, -0.04484121, 0.043513615, -0.017240062, 0.014180033, 0.033933256, 0.0057434533, -0.017969053, 0.0011363507, -0.030494783, 0.008053885, -0.02666721, 0.016159514, -0.00692172, 0.035038155, 0.015775235, -0.013905869, 0.012155147, 0.015380303, -0.014330193, 0.033128936, -0.0013108617, -0.039056983, -4.33741e-05, 0.036026374, 9.23285e-05, 0.016390843, 0.013016288, 0.007761681, 0.0033304207, 0.015283917, 0.03946333, 0.027809137, -0.0064132786, 0.021253817, 0.00687898, -0.02270539, 0.014265259, -0.042525895, -0.010033621, -0.017224843, -0.032844212, 0.01918505, 0.004896961, 0.018017245, 0.010737499, -0.015025194, 0.055973385, -0.008168091, -0.068910785, -0.07909001, 0.050750233, -0.0047752094, -0.027873058, -0.0060505597, 0.038317844, -0.0087358225, -0.007085054, -0.008619778, -0.026114948, -0.010103375, -0.05044078, -0.011679047, -0.0014853725, 0.02112192, 0.009499181, 0.039302006, 0.0023356064, -0.01122254, -0.03406059, -0.0011277266, 0.008684966, 0.02378727, 0.032143377, 0.023340464, 0.01307615, 0.028163234, -0.008852881, 0.0050608185, -0.00053875195, 0.040304936, 0.053200487, -0.00801197, -0.0044434355, -0.015872257, 0.012749448, 0.0149734495, 0.00372009, 0.03269659, -0.004349585, 0.048600297, 0.053676333, -0.056394443, 0.018723153, -0.0053236], [-0.030278739, -0.0653635, -0.06514516, -0.03899555, 0.0027952816, 0.036229778, 0.034321822, -0.011430433, 0.013713872, 0.02066748, 0.0136266155, 0.03282904, -0.08233208, -0.029878577, -0.012964841, 0.047048647, -0.018637415, -0.052766025, 0.045537036, 0.052498788, -0.023200352, -0.0036253692, -0.03778679, 0.053329125, -0.0107084615, 0.0015955593, 0.0012902865, 0.00011981958, 0.046963174, -0.0057018604, 0.0184629, -0.028759753, 0.013502201, 0.03696243, 0.019872751, 0.023903545, 0.009471598, -0.029509706, -0.039194103, -0.03814893, -0.08282662, 0.0055178064, 0.0032989818, 0.016567666, 0.009358647, 0.03949518, 0.031447425, 0.018582974, 0.035098232, -0.02088473, 0.047797587, -0.010683213, -0.014673321, 0.009452773, -0.008067852, 0.012045047, 0.038633294, 0.037624367, -0.014562531, -0.021308552, 0.046578526, 0.00575134, -0.066854745, -0.011757837, 0.017588802, -0.0044836947, 0.020071434, -0.013454391, -0.0012943568, -0.037244305, 0.0017568134, 0.013812069, -0.006077346, -0.024761695, 0.047569137, -0.0071403314, -0.045489214, 0.010247755, 0.0060209977, -0.0038545148, 0.015878512, 0.028944967, -0.02021313, -0.0486035, -0.066006094, 0.05636252, -0.02906183, 0.0410073, 0.021252904, -0.0043430147, -0.022135332, 0.011820164, 0.036571175, 0.03658593, 0.02317803, -0.023989357, -0.018545069, 0.039905265, 0.014541925, 0.046735745, 0.014576268, -0.038266968, -0.0364511, -0.020882158, 0.02475521, -0.013495093, 0.032382835, -0.033028737, 0.0007143384, -0.022828048, -0.03408969, 0.017472798, 0.015552124, -0.08689896, 0.0353221, 0.00665393, 0.01867354, -0.05415947, -0.04263415, -0.040232923, -0.038275104, -0.010126918, -0.0018021273, 0.026841749, -0.0024777977, -0.0639806, -0.015872661, -0.010565493, -0.05288445, 0.009939683, 0.019641763, -0.0156839, 0.009681219, -0.0215052, -0.047922745, 0.0587757, -0.0050398, 0.060566127, -0.012057767, 0.029999161, -0.015047407, -0.0069765016, -0.01028973, -0.013825297, 0.05275496, -0.029208504, 0.027902698, -0.026288059, -0.039474957, -0.036746707, 0.012943441, 0.00676828, -0.014455685, 0.003818963, -0.009079196, -0.09422144, 0.002299722, 0.007678629, -0.02073006, -0.002930619, -0.016149443, 0.008055132, 0.046277322, 0.008112117, -0.033881214, -0.0318542, 0.017890515, 0.022814564, -0.023399161, 0.0611665, 0.06294319, -0.00491184, -0.002384181, 0.030557048, -0.05685579, -0.023601659, 0.038173348, -0.025286766, 0.013427679, 0.055420756, -0.008925159, -0.0012154946, 0.008770998, 0.0023246368, -0.02216535, 0.044295087, -0.005834272, -0.017377656, 0.029137272, 0.018019238, 0.024337877, -0.051003456, -0.0011407027, -0.008185128, -0.019526267, 0.037089504, -0.028309856, 0.03270693, -0.005507758, 0.050972424, 0.030896122, -0.0022091577, 0.048779547, -0.048696104, -0.06762404, -0.02897904, 0.018533114, 0.026282972, 0.054816823, -0.023245763, -0.022379296, 0.02995337, 0.023642361, 0.040091477, 0.041660585, 0.027534591, 0.017767895, -0.033074275, 0.014095464, 0.058884077, -0.032719776, 0.009315146, 0.013717943, -0.058154475, -0.029697958, 0.022785563, 0.012469377, 0.04093912, 0.012684546, -0.023746157, 0.05362321, -0.031029964, -0.00087918574, -0.053986482, -0.027242037, 0.008071413, -0.031631354, 0.023180636, -0.06400961, 0.0015670671, -0.027714703, 0.017858364, 0.034007393, -0.0026080473, -0.03573524, 0.010057722, -0.041183338, -0.028097311, -0.012999535, -0.016584456, 0.043100454, -0.010197512, -0.022632927, -0.008994355, 0.00035157253, 0.009595742, 0.014453651, 0.009837925, 0.024789171, 0.004021588, -0.0032531908, -0.06978944, 0.007909618, -0.022770556, 0.05859534, 0.023993682, 0.0107551105, -0.041733593, -0.010098361, -0.035370436, -0.0076369084, -0.07003162, 0.03008718, 0.01259403, -0.019935079, 0.04986988, 0.013385196, 0.0025246064, 0.036086302, 0.007773645, -0.04625087, -0.022089286, 0.0027693333, 0.020467525, 0.023305545, 0.0043089893, -0.018726453, -0.02275758, -0.01801313, -0.002610337, -0.021136073, 0.024428949, 0.022437552, 0.03827765, 0.048524134, -0.021709986, 0.027586488, 0.012256195, -0.0049739117, -0.04942367, 0.008231554, -0.0018428303, 0.010775621, -0.002071785, -0.00026609615, 0.0033335793, -0.01810166, 0.028770437, 0.017326267, 0.00082118384, -0.03512876, -0.021705024, -0.052490644, 0.0022122103, 0.054890092, -0.027063325, 0.03168325, 0.051279727, 0.0032593596, 0.024879735, 0.008572681, -0.04764495, 0.0134840915, -0.05914763, 0.03081017, 0.036148373, 0.0033770807, 0.022316525, -0.042722933, -0.029589077, 0.010526062, 0.04586419, 0.018082581, 0.005257561, 0.0059978478, 0.025804712, -0.023557078, 0.011558138, 0.0033651243, 0.036216807, 0.019819202, -0.061592355, 0.0018926915, -0.022626314, 0.02141934, -0.04144562, -0.009377536, -0.07802773, 0.015982559, 0.010626039, 0.0077839484, -0.00901954, 0.02193894, -0.014967527, -0.027197774, 0.014990597, 0.023366727, 0.014018637, 0.015513456, -0.046117567, -0.009224708, -0.0024566832, -0.042879637, 0.022251844, 0.008804068, -0.027771305, 0.030898824, -0.020245185, 0.0094074905, -0.052200634, 0.040815376, -0.008089221, -0.0108963, 0.03315212, 0.023812043, 0.043772053, -0.051147442, -0.022954483, 0.008732838, -0.009004531, 0.02374412, -0.035197195, 0.055776395, -0.006113597, 0.04594763, 0.021550227, 0.038602766, 0.02250573, -0.027977746, 0.05296992, 0.026549578, 0.02347014, 0.03287483, -0.0005656451, -0.006240794, -0.018459847, 0.042536717, 0.031714667, 0.022283897, 0.028973443, -0.001102194, -0.014713388, -0.007872095, -0.029003972, -0.01585587, -0.024016831, -0.06510859, -0.013221064, -0.008361932, 0.008086678, 0.041466225, -0.010981681, -0.016657721, 0.035867523, 0.014448308, -0.015821273, -0.018756472, -0.01179854, -0.021380546, -0.0062346887, 0.017945018, 0.028500272, -0.03235485, -0.012254923, 0.03785383, 0.014486213, -0.01941128, -0.027824093, -0.032386392, 0.02949406, -0.03288704, -0.010753744, 0.016895834, 0.108648635, 0.012294354, 0.0075911176, 0.015017515, -0.0131516615, -0.046840552, -0.023289263, 0.014138457, -0.032651983, 0.018071134, 0.006130896, -0.03303815, -0.0035940788, -0.025101058, 0.03408982, 0.036320087, -0.001474913, 0.033342406, -0.010721945, -0.029799715, -0.034501936, -0.059437636, 0.009536724, 0.06491321, -0.062244624, -0.021982696, -0.045606486, -0.048382692, -0.013166925, 0.060975704, 0.020659594, -0.0016988432, 0.029049253, 0.026769374, -0.04906243, 0.016728189, -0.00963441, -0.0049393144, -0.020113153, -0.030356329, -0.03175753, -0.006349675, 0.0071204887, 0.069622554, -0.008820349, -0.0107650645, 0.010439981, 0.011931842, 0.023234824, 0.017072128, -0.016872939, -0.010663435, 0.022773862, -0.010726269, -0.0057898806, -0.0057406556, 0.006004208, 0.014935473, 0.022592733, -0.009839515, 0.05591377, -0.010595001, -0.026337732, 0.029656237, 0.054425057, -0.01491156, -0.0043468303, 0.04320526, 0.032823697, -0.07719739, -0.0040601287, -0.011765723, -0.06813995, 0.012619884, 0.043391924, -0.032457624, -0.019283067, -0.027756423, -0.03150161, -0.00829528, -0.008685838, 0.060084306, 0.032811742, -0.014333577, -0.05792043, 0.0036856607, -0.013468637, -0.018983899, -0.012639058, 0.004733764, 0.024450319, 0.017046943, -0.013876685, 0.03413001, -0.04779351, 0.039170574, -0.00959269, -0.0032739236, -0.058272514, 0.0006347131, 0.0067256694, 0.0041295784, -0.00061487034, 0.0042351517, 7.4919044e-05, 0.02324958, -0.031727005, -0.027404848, 0.009101964, 0.013431749, -0.0015004158, 0.0018397776, -0.018799208, 0.011692966, -0.008169101, 0.022480546, -0.030970946, -0.01287132, 0.0015523124, -0.10200997, -0.060000356, 0.0743034, -0.02516822, 0.0025496641, 0.05004846, 0.038654663, 0.039270297, -0.0046870825, -0.003934076, 0.010290238, 0.015472371, 0.030300807, 0.05070378, 0.040534124, -0.0725084, -0.06032191, 0.04570341, -0.02594819, -0.005911481, -0.048076402, -0.040664375, 0.0052130423, -0.016069561, 0.014673957, -0.020377278, 0.001644403, -0.024065675, 0.019300113, -0.010735428, 0.015724305, -0.032346964, -0.0022580014, 0.038734544, 0.0062387586, 0.0014069261, 0.06396687, 0.002335846, 0.012793857, 0.017964797, 0.03582275, 0.02215263, -0.049598694, -0.039482463, -0.028410215, 0.008871737, -0.019277629, -0.012613873, -0.017104436, -0.0703084, -0.038795087, 0.018449163, 0.010214174, 0.005623125, 0.010902311, 0.047146335, 0.005083301, 0.005674004, 0.024784084, -0.01144735, -0.026681863, -0.040907577, -0.022093995, -0.013881773, -0.056835692, -0.029177722, -0.0433986, -0.007823506, -0.008413319, -0.004551618, 0.0062474087, 0.015559755, -0.038798142, 0.018516323, -0.016965028, 0.015722567, 0.03251512, -0.028367033, 0.05124513, 0.013938248, 0.073696926, -0.00032715072, -0.045497864, 0.0800344, 0.016602516, -0.029048745, -0.01599299, 0.0295036, 0.010632653, 0.035135377, 0.042944256, 0.02341112, -0.012637278, 0.019485565, 0.0051937085, -0.022479529, -0.045777313, -0.010263876, 0.043843284, -0.0061624404, -0.0030985193, -0.044457898, 0.02570092, 0.021552261, -0.0055356137, -0.0055315434, 0.009746852, -0.02766128, 0.048621822, -0.052356325, 0.039343562, 0.016188618, 0.03674654, 0.0019158414, 0.02692201, -0.0067007383, -0.021816831, -0.041252535, 0.053267565, -0.0066443267, -0.0054999986, -0.023377284, -0.041055445, -0.024765767, -0.041826446, -0.033008896, 0.0014205363, 0.005473542, -0.025487484, -0.047394626, -0.016825367, -0.020700552, 0.026633019, 0.021251058, 0.008909896, -0.0012098979, -0.07157223, -0.031793147, -0.028084591, 0.037515994, 0.0045218538, 0.0028105453, -0.007649342, 0.017923076, 0.07835743, 0.04069083, 0.046314552, -0.0147202555, 0.040515777, 0.040308733, 0.0069539878, 0.0010241903, 0.003041535, -0.016020719, 0.0351252, -0.028428022, -0.052113123, -0.058921725, 0.010024035, 0.024450827, 0.011041718, 0.027829435, 0.023696803, 6.512487e-05, 0.017334154, -0.043262247, 0.010420997, 0.02393339, -0.00452745, 0.0012027749, -0.044317476, -0.007165771, 0.03407252, -0.022113962, -0.008338018, -0.032033294, -0.038850803, 0.004119148, -0.0074913953, -0.04671081, 0.05168269, -0.0051316363, 0.0154055925, 0.016924325, -0.028489077, -0.01715805, 0.0241018, 0.02745929, 0.012529668, 0.0036355448, 0.019607674, -0.020544352, -0.013936976, -0.06596539, -0.020576533, -0.024327701, 0.034962457, -0.032432184, 0.0074588326, 0.041106004, 0.028750593, 0.013184733, -0.01974759, -0.04858824, 0.03139483, -0.049396195, 0.011537278, -0.0190592, -0.014593058, -0.08079147, -0.009897963, 0.011829576, 0.033451796, 0.0047368165, -0.06855206, -0.011886306, -0.008172663, 0.015122707, -0.016354945, 0.00871096, -0.009524004, -0.035804432, -0.0072339484, 0.0064417655, -0.09289248, -0.013636537, -0.009067112, -0.00431147, -0.031935606, -0.036650103, -0.012643383, -0.00019893612, -0.03195494, 0.023202611, -0.043201193, -0.001303515, 0.013881773, -0.06994818, 0.028910862, -0.018021908, -0.04386262, 0.02754782, -0.045735974, 0.05204291, 0.03692962, 0.030323131, -0.02441572, -0.008424894, 0.02595226, 0.0085349195, 0.018628765, 0.049389075, 0.016770542, -0.014263873, -0.008720881, -0.0018285842, -0.020295555, -0.05953329, -0.04104088, 0.019094815, -0.0034302806, -0.013851245, 0.04134615, 0.016701411, -0.015633022, 0.04400406, 0.008558832, -0.008250507, 0.03357187, 0.009666464, -0.018673442, -0.0023643381, -0.0024046914, 0.043597274, 0.012888619, -0.02455831, -0.02903348, 0.013464566, 0.0236879, 0.034674924, 0.02220351, 0.042377844, 0.0037960676, 0.00025286767, 0.0008262718, -0.006425993, 0.012708508, -0.08890155, 0.001613049, 0.048326727, 0.025615443, 0.02654805, 0.01682562, -0.021833114, 0.021928765, -0.0452048, 0.0031524505, -0.0622174, -0.02961757, 0.0020593195, -0.03375554, 0.009953929, 0.03525189, 0.0006296252, 0.0013940792, 0.043654013, 0.07774091, -0.002428954, 0.01866845, -0.010151848, 0.05232783, -0.02356808, 0.015481403, 0.011759109, 0.01217498, 0.0050151236, 0.041541524, -0.046051424, 0.015273913, 0.024946896, -0.026357256, -0.018002193, 0.022181695, -0.05691099, -0.0050306655, -0.035232045, -0.0023430604, 0.05860017, -0.029433897, 0.04017187, 0.027788984, -0.0059731714, -0.0038306653, 0.0042423382, 0.00077666494, 0.018327817, 0.023051152, -0.017338479, 0.009516626, 0.010474419, 0.02680499, 0.028832255, -0.0055179335, -0.06698907, 0.056650497, 0.00655319, 0.029264469, 0.05113269, -0.053107295, 0.03976484, 0.038405355, -0.010984098, -0.013183716, 0.009050322, -0.030686025, -0.07450285, 0.013197962, -0.028544027, 0.03381202, 0.01844929, 0.026756018, -0.0009935875, -0.05671155, -0.03468052, 0.0033788614, -0.019810172, -0.0657924, -0.031272147, 0.014386491, -0.015407374, 0.017355777, 0.006258093, -0.032368075, 0.08950599, -0.027111534, 0.023353372, 0.020639496, 0.006362649, -0.06861566, 0.027657209, -0.01002109, 0.079000555, -0.00011040701, 0.045503967, 0.007165262, 0.016885912, -0.06959406, 0.040362664, -0.0022747915, 0.045293093, -0.019508205, 0.013803737, -0.009107306, -0.0030242363, 0.009707167, 0.054164555, -0.015703488, 0.00051718304, 0.0025714147, -0.03485796, -0.030512782, 0.02591054, -0.0135927815, 0.03939037, 0.011819401, 0.005219148, 0.038792036, -0.017461605, 0.080950215, 0.03774902, 0.018790305, 0.015336398, -0.007731543, -0.0044997213, 0.03525367, -0.048333846, -0.026424542, 0.0142250145, -0.027753625, 0.030875294, -0.0059253452, 0.050931722, -0.0064242124, -0.024763733, 0.029322727, -0.017160403, -0.038779825, -0.06545863, 0.05081673, 0.007463157, -0.03556632, -0.029259382, 0.023502955, -0.021343658, 0.00779565, 0.016287941, 0.0021837184, -0.015743937, -0.05652839, -0.011030525, 0.011837209, -0.0092182215, 0.0008456057, 0.043875843, 0.038142823, 0.0277493, -0.010162532, -0.0009275206, 0.004672137, 0.05715318, 0.00881577, 0.027072547, 0.025059845, 0.01932377, 0.0010867713, -0.0074071907, -0.02849213, 0.056369647, 0.06461812, 0.011953466, 0.0012790931, -0.0045088795, 0.0053949337, -0.010967944, -0.011414151, 0.01819477, -0.0016932465, 0.04985716, 0.045463264, -0.06577103, 0.00725837, 0.00021979643]], 'embedding_model': 'text-embedding-3-large', 'embedding_dimensions': 1024}]\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: {'hooks_doc': ['Save both time and money with [product].', 'Save both time and money on [task].', 'Is [product] worth the price? Let’s find out!', 'Why is it challenging and costly to find a good [product category]?', 'Searching for an affordable [product type]? Check this out!', 'How to locate an affordable [service].', 'I can’t believe this costs only [price].', \"Don't waste your money on [X]; instead buy [X].\", 'What’s inside [product]?', 'Common questions I get about [product].', 'Now you can get X delivered right to your door.', 'Thinking of trying [product type]?', 'Allow me to introduce you to [product].', '[category] Tip #X.', 'Here’s how to achieve [value prop].', 'I know this sounds unbelievable, but…', 'How to get X done in just 10 minutes.', 'How to find time for X.', 'Here’s my biggest life hack for X.', 'Add more [value prop] to your day.', 'Before you try [product type], watch this first.', 'Hate [the worse alternative]? Give this a try!', 'Thinking about [worse alternative]?', 'Instead of [worse alternative], try this.', 'Still using [the worse alternative to the product]? Watch this.', 'Something that’s always annoyed me about X.', 'Don’t buy X that doesn’t work. Try this instead.', 'I tested every [product category] so you don’t have to: here’s what I found.', 'Stop doing [worse alternative]. Try [product] instead.', 'Dealing with [negative experience]? I used [product] to help.', 'Why millennials are switching to [product].', 'How to do X without [worse alternative].', 'I only get my [product category] from [brand name].', 'I no longer buy my [product category] from [worse alternative].', '[Worse alternative] can be difficult to deal with.', 'Your new X alternative.', '[value prop] without the [negative side effect].', 'I kept experiencing [pain point], so I tried this instead!', 'If you have [pain point] — you need to see this!', 'I wanted to stop doing X, so I tried this instead.', \"Your X isn't [adverb]; you just need X.\", 'My secret to [popular trend] revealed!', 'Guys, it’s here…', 'What I ordered vs. what I received.', '[Product] unboxing.', 'Let’s create X with [product].', 'POV: You tried [product].', 'A day in the life of X.', 'Get ready with me to do [task].', '“Put a finger down” [product category] edition.', 'Trying home remedies for X.', '[Product category] ASMR.', 'TikTok made me try [product].', 'Things TikTok made me try #13.', 'This [product type] is going viral on [social media platform].', 'I tested the viral [product type] to see if it lives up to the hype.', 'This [product type] has over 5,000 reviews… let’s see if it’s worth it.', '[Publication] can’t stop raving about us.', 'It’s so good it sold out in a week.', 'Are you [accomplishing the goal optimally]?', 'Life Hack: Try [product] for [pain point].', 'My go-to [product] for [pain point].', 'How to easily [task].', '[Task] has never been easier than with [product].', 'My favorite [product] to make [hard task] simpler.', 'Here’s my top product for [task].', 'Struggling to do [task]?', 'I’ve been struggling with [task], but [product] has really helped.', 'Easiest way to do [task]?', 'Make your week easier.', 'Why adults avoid [task]… [product] makes it easy.', '[Product] made [task] so much easier! You’ve got to try it.', 'When I use [product], it’s one less thing I have to worry about.', 'How to do [X] in half the time.', 'This trick/hack/method will save you hours...', 'Easy hack to [X]...', 'Simple [X] that will make you [X].', '5 Ways [product] Helps with [pain point].', '3 reasons to buy [product].', '3 reasons to try [service].', 'Get [value prop] in 3 steps.', 'Here are 3 ways [worse alternative] affects your life.', '5 things you didn’t know about [topic].', 'The ultimate [X] checklist to [action].', 'Reasons why [X].', 'Here are the 3 best ways to [X].', 'Here are [X] mistakes you might be making...', 'If you want [X], do these 5 things...', 'The internet’s #1 [product type].', 'The best way to [accomplish the goal of the product].', 'What makes [the product type] the best?', 'My skin has never looked better with [product].', 'The best way to find X in 2022.', '[Product] changed how I do [task], and I’m never going back.', 'Why is [product] so good though?', 'After hours of researching, I found the best [product type] for [task].', 'I found the best [product category] for [value prop].', 'This is going to blow your mind.', 'How I got [X] in 24 hours.', 'Must-have [products] for [X].', \"The best [target audience] know something that you don't.\", 'Hey, [customer type], you’ve got to try this.', 'People looking for [product category], stop scrolling.', 'Wait, have you tried X?', 'Take control of your X with [product].', 'Imagine if X was also X.', 'Watch this if you X.', 'PSA: [statement about product category].', 'Did you know? [fact about product category].', 'I just found out [fact about product category].', 'Are you one of [fact about product category] people who do X?', 'New customers get [discount].', 'Take [discount] off when you try [product].', 'I didn’t know X could be related to X.', 'Why is it important to [do product-related task]?', \"99\\\\% of your [target audience] don't. To be the 1% you need to [X].\", 'This [product] is the secret to [X].', 'Is there anything worse than [X]?', 'I will never [adjective] from learning this.', 'X people start scrolling. I have the perfect [X] for you.', \"Here's a challenge for you...\", \"There's nothing more painful than [X].\", 'What would you do if...', 'Watch till the end…', \"Why you're failing at [activity].\", 'The worst mistake you can make in [subject].', 'Avoid these common pitfalls in [topic].', 'The dark side of [popular trend].', \"Don't be fooled by [misconception].\", 'Why [common practice] is ruining your [outcome].', 'What no one tells you about [issue].', 'The hidden dangers of [activity].', 'Stop doing this if you want to succeed in [field].', 'The ugly truth about [common belief].', 'Why [habit] is wasting your time.', 'Exposing the myths about [topic].', \"The biggest regret you'll have in [situation].\", 'How [action] is destroying your [goal].', 'The shocking reality of [popular topic].', 'Why [trend] is a bad idea.', \"The real reason you're not seeing results in [field].\", 'The downside of [seemingly positive aspect].', 'What you should never do in [activity].', 'Why [common advice] is actually harmful.']}\n", + "Transition output: {'content': ['Save both time and money with [product].', 'Save both time and money on [task].', 'Is [product] worth the price? Let’s find out!', 'Why is it challenging and costly to find a good [product category]?', 'Searching for an affordable [product type]? Check this out!', 'How to locate an affordable [service].', 'I can’t believe this costs only [price].', \"Don't waste your money on [X]; instead buy [X].\", 'What’s inside [product]?', 'Common questions I get about [product].', 'Now you can get X delivered right to your door.', 'Thinking of trying [product type]?', 'Allow me to introduce you to [product].', '[category] Tip #X.', 'Here’s how to achieve [value prop].', 'I know this sounds unbelievable, but…', 'How to get X done in just 10 minutes.', 'How to find time for X.', 'Here’s my biggest life hack for X.', 'Add more [value prop] to your day.', 'Before you try [product type], watch this first.', 'Hate [the worse alternative]? Give this a try!', 'Thinking about [worse alternative]?', 'Instead of [worse alternative], try this.', 'Still using [the worse alternative to the product]? Watch this.', 'Something that’s always annoyed me about X.', 'Don’t buy X that doesn’t work. Try this instead.', 'I tested every [product category] so you don’t have to: here’s what I found.', 'Stop doing [worse alternative]. Try [product] instead.', 'Dealing with [negative experience]? I used [product] to help.', 'Why millennials are switching to [product].', 'How to do X without [worse alternative].', 'I only get my [product category] from [brand name].', 'I no longer buy my [product category] from [worse alternative].', '[Worse alternative] can be difficult to deal with.', 'Your new X alternative.', '[value prop] without the [negative side effect].', 'I kept experiencing [pain point], so I tried this instead!', 'If you have [pain point] — you need to see this!', 'I wanted to stop doing X, so I tried this instead.', \"Your X isn't [adverb]; you just need X.\", 'My secret to [popular trend] revealed!', 'Guys, it’s here…', 'What I ordered vs. what I received.', '[Product] unboxing.', 'Let’s create X with [product].', 'POV: You tried [product].', 'A day in the life of X.', 'Get ready with me to do [task].', '“Put a finger down” [product category] edition.', 'Trying home remedies for X.', '[Product category] ASMR.', 'TikTok made me try [product].', 'Things TikTok made me try #13.', 'This [product type] is going viral on [social media platform].', 'I tested the viral [product type] to see if it lives up to the hype.', 'This [product type] has over 5,000 reviews… let’s see if it’s worth it.', '[Publication] can’t stop raving about us.', 'It’s so good it sold out in a week.', 'Are you [accomplishing the goal optimally]?', 'Life Hack: Try [product] for [pain point].', 'My go-to [product] for [pain point].', 'How to easily [task].', '[Task] has never been easier than with [product].', 'My favorite [product] to make [hard task] simpler.', 'Here’s my top product for [task].', 'Struggling to do [task]?', 'I’ve been struggling with [task], but [product] has really helped.', 'Easiest way to do [task]?', 'Make your week easier.', 'Why adults avoid [task]… [product] makes it easy.', '[Product] made [task] so much easier! You’ve got to try it.', 'When I use [product], it’s one less thing I have to worry about.', 'How to do [X] in half the time.', 'This trick/hack/method will save you hours...', 'Easy hack to [X]...', 'Simple [X] that will make you [X].', '5 Ways [product] Helps with [pain point].', '3 reasons to buy [product].', '3 reasons to try [service].', 'Get [value prop] in 3 steps.', 'Here are 3 ways [worse alternative] affects your life.', '5 things you didn’t know about [topic].', 'The ultimate [X] checklist to [action].', 'Reasons why [X].', 'Here are the 3 best ways to [X].', 'Here are [X] mistakes you might be making...', 'If you want [X], do these 5 things...', 'The internet’s #1 [product type].', 'The best way to [accomplish the goal of the product].', 'What makes [the product type] the best?', 'My skin has never looked better with [product].', 'The best way to find X in 2022.', '[Product] changed how I do [task], and I’m never going back.', 'Why is [product] so good though?', 'After hours of researching, I found the best [product type] for [task].', 'I found the best [product category] for [value prop].', 'This is going to blow your mind.', 'How I got [X] in 24 hours.', 'Must-have [products] for [X].', \"The best [target audience] know something that you don't.\", 'Hey, [customer type], you’ve got to try this.', 'People looking for [product category], stop scrolling.', 'Wait, have you tried X?', 'Take control of your X with [product].', 'Imagine if X was also X.', 'Watch this if you X.', 'PSA: [statement about product category].', 'Did you know? [fact about product category].', 'I just found out [fact about product category].', 'Are you one of [fact about product category] people who do X?', 'New customers get [discount].', 'Take [discount] off when you try [product].', 'I didn’t know X could be related to X.', 'Why is it important to [do product-related task]?', \"99\\\\% of your [target audience] don't. To be the 1% you need to [X].\", 'This [product] is the secret to [X].', 'Is there anything worse than [X]?', 'I will never [adjective] from learning this.', 'X people start scrolling. I have the perfect [X] for you.', \"Here's a challenge for you...\", \"There's nothing more painful than [X].\", 'What would you do if...', 'Watch till the end…', \"Why you're failing at [activity].\", 'The worst mistake you can make in [subject].', 'Avoid these common pitfalls in [topic].', 'The dark side of [popular trend].', \"Don't be fooled by [misconception].\", 'Why [common practice] is ruining your [outcome].', 'What no one tells you about [issue].', 'The hidden dangers of [activity].', 'Stop doing this if you want to succeed in [field].', 'The ugly truth about [common belief].', 'Why [habit] is wasting your time.', 'Exposing the myths about [topic].', \"The biggest regret you'll have in [situation].\", 'How [action] is destroying your [goal].', 'The shocking reality of [popular topic].', 'Why [trend] is a bad idea.', \"The real reason you're not seeing results in [field].\", 'The downside of [seemingly positive aspect].', 'What you should never do in [activity].', 'Why [common advice] is actually harmful.']}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooktacular Halloween Snack Ideas!', 'description': 'Discover fun and creative Halloween-themed snacks that will delight guests and add a spooky touch to your festive gatherings.', 'engagement score': 0, 'virality score': 0}\n", + "Transition output: {'caption': 'There are just so cute!! 🎃🦇', 'description': 'Discover adorable Halloween snacks perfect for your spooky celebration! 🎃🦇', 'virality_score': 0, 'engagement_score': 0}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious Halloween Treats for Your Party!', 'description': 'Explore creative and spooky Halloween snacks that will be a hit at your party, combining fun and flavor for a memorable celebration.', 'engagement_score': 0, 'virality_score': 0}\n", + "Transition output: {'caption': 'خوراکی هالوینی به مناسبت هالوین👻🎃', 'description': 'Discover Halloween snacks with a touch of ASMR magic, perfect for satisfying your spooky cravings!', 'virality_score': 0.0, 'engagement_score': 0.05474452554744526}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", + "Transition output: {'caption': 'Kolejny filmik już w przygotowaniu 👻 Na planie nawet straszna Chupa czacha 💕 @chupachupspl #halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin', 'description': 'Get ready for our next Halloween-themed reel featuring spooky DIY Halloween snacks with a special twist from Chupa Chups!', 'virality_score': 0, 'engagement_score': 0}\n", "--------------------------------------------------\n", "Transition type: init_branch\n", - "Transition output: {'caption': '#puffpastry #halloween #halloweensnacks', 'description': 'Discover spooky and delicious Halloween snacks made with puff pastry, perfect for adding a festive touch to your celebrations!', 'engagement_score': 0.02704492952420906, 'virality_score': 0.0038308360220024673}\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooktacular Halloween Snack Ideas!\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Discover fun and creative Halloween-themed snacks that will delight guests and add a spooky touch to your festive gatherings.\",\n", - " \"hooks\": [\n", - " \"Want to be the ghostess with the mostest? Check out these spine-chilling snacks!\",\n", - " \"Ready to turn your Halloween party into a fright feast? Dive into these terrifyingly tasty treats!\",\n", - " \"Trick or treat yourself with these ghoulishly good Halloween snack ideas!\"\n", - " ]\n", - "}\n", - "```\n", + "Transition output: {'caption': 'Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger', 'description': 'Transform your afternoon snack into a fun and delicious Halloween treat with spider-themed donuts!', 'virality_score': 0, 'engagement_score': 0}\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", "Transition output: ```json\n", "{\n", - " \"caption\": \"Spooky & Delicious Halloween Treats for Your Party!\",\n", + " \"caption\": \"There are just so cute!! 🎃🦇\",\n", " \"virality_score\": 0,\n", " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and spooky Halloween snacks that will be a hit at your party, combining fun and flavor for a memorable celebration.\",\n", + " \"description\": \"Discover adorable Halloween snacks perfect for your spooky celebration! 🎃🦇\",\n", " \"hooks\": [\n", - " \"Ready to make your Halloween party the spookiest—and tastiest—of the year?\",\n", - " \"Discover the secret to Halloween snacks that are both frighteningly fun and devilishly delicious!\",\n", - " \"Transform your Halloween party with treats that are as spooky as they are scrumptious!\"\n", + " \"How to add more Halloween delight to your snack table!\",\n", + " \"Stop serving boring treats, try these cute Halloween snacks instead!\",\n", + " \"Looking for spooky yet adorable Halloween snacks? Check this out!\"\n", " ]\n", "}\n", "```\n", @@ -983,14 +830,14 @@ "Transition type: finish_branch\n", "Transition output: ```json\n", "{\n", - " \"caption\": \"#puffpastry #halloween #halloweensnacks\",\n", - " \"virality_score\": 0.0038308360220024673,\n", - " \"engagement_score\": 0.02704492952420906,\n", - " \"description\": \"Discover spooky and delicious Halloween snacks made with puff pastry, perfect for adding a festive touch to your celebrations!\",\n", + " \"caption\": \"خوراکی هالوینی به مناسبت هالوین👻🎃\",\n", + " \"virality_score\": 0.0,\n", + " \"engagement_score\": 0.05474452554744526,\n", + " \"description\": \"Discover Halloween snacks with a touch of ASMR magic, perfect for satisfying your spooky cravings!\",\n", " \"hooks\": [\n", - " \"Transform puff pastry into ghostly delights that are frightfully tasty!\",\n", - " \"Unveil the secret to creating eerie yet scrumptious Halloween treats with puff pastry!\",\n", - " \"Get ready to spook and delight with these hauntingly good puff pastry snacks!\"\n", + " \"What's inside these spine-tingling Halloween snacks?\",\n", + " \"Unveil the magic of Halloween ASMR treats!\",\n", + " \"Crave the spooky flavors of Halloween with these snacks!\"\n", " ]\n", "}\n", "```\n", @@ -998,293 +845,56 @@ "Transition type: finish_branch\n", "Transition output: ```json\n", "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", + " \"caption\": \"Kolejny filmik już w przygotowaniu 👻 Na planie nawet straszna Chupa czacha 💕 @chupachupspl #halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin\",\n", " \"virality_score\": 0,\n", " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", + " \"description\": \"Get ready for our next Halloween-themed reel featuring spooky DIY Halloween snacks with a special twist from Chupa Chups!\",\n", " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", + " \"Imagine if Halloween treats were both spooky and delicious—let's get creative with Chupa Chups!\",\n", + " \"Simple DIY Halloween snacks that will make your party unforgettable!\",\n", + " \"This trick will save you hours in preparing the ultimate Halloween treats!\"\n", " ]\n", "}\n", "```\n", "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", "Transition type: finish_branch\n", "Transition output: ```json\n", "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", + " \"caption\": \"Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger\",\n", " \"virality_score\": 0,\n", " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", + " \"description\": \"Transform your afternoon snack into a fun and delicious Halloween treat with spider-themed donuts!\",\n", " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", + " \"Let’s create spooky and fun spider donuts with this easy recipe!\",\n", + " \"Stop serving boring snacks – try these creepy-cute spider donuts for Halloween!\",\n", + " \"Upgrade your kid’s snacks with these adorable spider-themed donuts!\"\n", " ]\n", "}\n", "```\n", "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", + "Transition type: init_branch\n", + "Transition output: {'caption': 'Get ready for a spooktacular Halloween with fun and easy snack ideas! 🎃👻🧁 Visit Rio Grande Supermarket to stock up on treats and ingredients for your Halloween party or trick-or-treaters. #HalloweenSnacks #RioGrandeSupermarket', 'description': 'Discover delightful Halloween snack ideas that are perfect for kids and parties. Shop at Rio Grande Supermarket for all your spooky treat essentials, from cake mix to candies.', 'virality_score': 0, 'engagement_score': 0}\n", "--------------------------------------------------\n", "Transition type: finish_branch\n", "Transition output: ```json\n", "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", + " \"caption\": \"Get ready for a spooktacular Halloween with fun and easy snack ideas! 🎃👻🧁 Visit Rio Grande Supermarket to stock up on treats and ingredients for your Halloween party or trick-or-treaters. #HalloweenSnacks #RioGrandeSupermarket\",\n", " \"virality_score\": 0,\n", " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", + " \"description\": \"Discover delightful Halloween snack ideas that are perfect for kids and parties. Shop at Rio Grande Supermarket for all your spooky treat essentials, from cake mix to candies.\",\n", " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", + " \"Halloween snacks have never been easier than with these quick ideas!\",\n", + " \"Stop stressing over Halloween snacks; Rio Grande Supermarket has you covered!\",\n", + " \"I can't believe how easy these Halloween snack ideas are to make!\"\n", " ]\n", "}\n", "```\n", "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'So good 🤩🍎', 'description': \"Discover the 'So good' Halloween snack idea that combines health and fun, perfect for a spooky treat!\", 'engagement_score': 0.06461701896869657, 'virality_score': 0.010953014726265024}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"So good 🤩🍎\",\n", - " \"virality_score\": 0.010953014726265024,\n", - " \"engagement_score\": 0.06461701896869657,\n", - " \"description\": \"Discover the 'So good' Halloween snack idea that combines health and fun, perfect for a spooky treat!\",\n", - " \"hooks\": [\n", - " \"Ready for a Halloween snack that's both healthy and fun? 🎃🍏\",\n", - " \"Want to make your Halloween treats both spooky and nutritious? 👻🍎\",\n", - " \"Transform your Halloween snacking with this irresistible healthy treat! 🍬🍏\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: init_branch\n", - "Transition output: {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'virality_score': 0}\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: finish_branch\n", - "Transition output: ```json\n", - "{\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\n", - " \"virality_score\": 0,\n", - " \"engagement_score\": 0,\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ]\n", - "}\n", - "```\n", - "--------------------------------------------------\n", - "Transition type: step\n", - "Transition output: ['```json\\n{\\n \"caption\": \"#puffpastry #halloween #halloweensnacks\",\\n \"virality_score\": 0.0038308360220024673,\\n \"engagement_score\": 0.02704492952420906,\\n \"description\": \"Discover spooky and delicious Halloween snacks made with puff pastry, perfect for adding a festive touch to your celebrations!\",\\n \"hooks\": [\\n \"Transform puff pastry into ghostly delights that are frightfully tasty!\",\\n \"Unveil the secret to creating eerie yet scrumptious Halloween treats with puff pastry!\",\\n \"Get ready to spook and delight with these hauntingly good puff pastry snacks!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooktacular Halloween Snack Ideas!\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Discover fun and creative Halloween-themed snacks that will delight guests and add a spooky touch to your festive gatherings.\",\\n \"hooks\": [\\n \"Want to be the ghostess with the mostest? Check out these spine-chilling snacks!\",\\n \"Ready to turn your Halloween party into a fright feast? Dive into these terrifyingly tasty treats!\",\\n \"Trick or treat yourself with these ghoulishly good Halloween snack ideas!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious Halloween Treats for Your Party!\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and spooky Halloween snacks that will be a hit at your party, combining fun and flavor for a memorable celebration.\",\\n \"hooks\": [\\n \"Ready to make your Halloween party the spookiest—and tastiest—of the year?\",\\n \"Discover the secret to Halloween snacks that are both frighteningly fun and devilishly delicious!\",\\n \"Transform your Halloween party with treats that are as spooky as they are scrumptious!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"So good 🤩🍎\",\\n \"virality_score\": 0.010953014726265024,\\n \"engagement_score\": 0.06461701896869657,\\n \"description\": \"Discover the \\'So good\\' Halloween snack idea that combines health and fun, perfect for a spooky treat!\",\\n \"hooks\": [\\n \"Ready for a Halloween snack that\\'s both healthy and fun? 🎃🍏\",\\n \"Want to make your Halloween treats both spooky and nutritious? 👻🍎\",\\n \"Transform your Halloween snacking with this irresistible healthy treat! 🍬🍏\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas 🎃👻\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\\n \"hooks\": [\\n \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\\n \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\\n \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\\n ]\\n}\\n```']\n", + "Transition type: step\n", + "Transition output: ['```json\\n{\\n \"caption\": \"خوراکی هالوینی به مناسبت هالوین👻🎃\",\\n \"virality_score\": 0.0,\\n \"engagement_score\": 0.05474452554744526,\\n \"description\": \"Discover Halloween snacks with a touch of ASMR magic, perfect for satisfying your spooky cravings!\",\\n \"hooks\": [\\n \"What\\'s inside these spine-tingling Halloween snacks?\",\\n \"Unveil the magic of Halloween ASMR treats!\",\\n \"Crave the spooky flavors of Halloween with these snacks!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Kolejny filmik już w przygotowaniu 👻 Na planie nawet straszna Chupa czacha 💕 @chupachupspl #halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Get ready for our next Halloween-themed reel featuring spooky DIY Halloween snacks with a special twist from Chupa Chups!\",\\n \"hooks\": [\\n \"Imagine if Halloween treats were both spooky and delicious—let\\'s get creative with Chupa Chups!\",\\n \"Simple DIY Halloween snacks that will make your party unforgettable!\",\\n \"This trick will save you hours in preparing the ultimate Halloween treats!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Transform your afternoon snack into a fun and delicious Halloween treat with spider-themed donuts!\",\\n \"hooks\": [\\n \"Let’s create spooky and fun spider donuts with this easy recipe!\",\\n \"Stop serving boring snacks – try these creepy-cute spider donuts for Halloween!\",\\n \"Upgrade your kid’s snacks with these adorable spider-themed donuts!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"There are just so cute!! 🎃🦇\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Discover adorable Halloween snacks perfect for your spooky celebration! 🎃🦇\",\\n \"hooks\": [\\n \"How to add more Halloween delight to your snack table!\",\\n \"Stop serving boring treats, try these cute Halloween snacks instead!\",\\n \"Looking for spooky yet adorable Halloween snacks? Check this out!\"\\n ]\\n}\\n```', '```json\\n{\\n \"caption\": \"Get ready for a spooktacular Halloween with fun and easy snack ideas! 🎃👻🧁 Visit Rio Grande Supermarket to stock up on treats and ingredients for your Halloween party or trick-or-treaters. #HalloweenSnacks #RioGrandeSupermarket\",\\n \"virality_score\": 0,\\n \"engagement_score\": 0,\\n \"description\": \"Discover delightful Halloween snack ideas that are perfect for kids and parties. Shop at Rio Grande Supermarket for all your spooky treat essentials, from cake mix to candies.\",\\n \"hooks\": [\\n \"Halloween snacks have never been easier than with these quick ideas!\",\\n \"Stop stressing over Halloween snacks; Rio Grande Supermarket has you covered!\",\\n \"I can\\'t believe how easy these Halloween snack ideas are to make!\"\\n ]\\n}\\n```']\n", "--------------------------------------------------\n", "Transition type: finish\n", - "Transition output: {'hooks': [{'caption': '#puffpastry #halloween #halloweensnacks', 'description': 'Discover spooky and delicious Halloween snacks made with puff pastry, perfect for adding a festive touch to your celebrations!', 'engagement_score': 0.02704492952420906, 'hooks': ['Transform puff pastry into ghostly delights that are frightfully tasty!', 'Unveil the secret to creating eerie yet scrumptious Halloween treats with puff pastry!', 'Get ready to spook and delight with these hauntingly good puff pastry snacks!'], 'virality_score': 0.0038308360220024673}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooktacular Halloween Snack Ideas!', 'description': 'Discover fun and creative Halloween-themed snacks that will delight guests and add a spooky touch to your festive gatherings.', 'engagement_score': 0, 'hooks': ['Want to be the ghostess with the mostest? Check out these spine-chilling snacks!', 'Ready to turn your Halloween party into a fright feast? Dive into these terrifyingly tasty treats!', 'Trick or treat yourself with these ghoulishly good Halloween snack ideas!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious Halloween Treats for Your Party!', 'description': 'Explore creative and spooky Halloween snacks that will be a hit at your party, combining fun and flavor for a memorable celebration.', 'engagement_score': 0, 'hooks': ['Ready to make your Halloween party the spookiest—and tastiest—of the year?', 'Discover the secret to Halloween snacks that are both frighteningly fun and devilishly delicious!', 'Transform your Halloween party with treats that are as spooky as they are scrumptious!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'So good 🤩🍎', 'description': \"Discover the 'So good' Halloween snack idea that combines health and fun, perfect for a spooky treat!\", 'engagement_score': 0.06461701896869657, 'hooks': [\"Ready for a Halloween snack that's both healthy and fun? 🎃🍏\", 'Want to make your Halloween treats both spooky and nutritious? 👻🍎', 'Transform your Halloween snacking with this irresistible healthy treat! 🍬🍏'], 'virality_score': 0.010953014726265024}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}, {'caption': 'Spooky & Delicious: Top Halloween Snack Ideas 🎃👻', 'description': 'Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!', 'engagement_score': 0, 'hooks': ['Ready to scare up some fun with these eerie yet edible Halloween snacks?', 'Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!', 'Transform your Halloween party with these fang-tastic and frightfully delicious treats!'], 'virality_score': 0}], 'summary': [{'audio_type': 'licensed_music', 'caption': 'Get a Uber Eats Gift Card in Bio 👻 \\n\\nVia - anniikaly - tiktok\\n#puffpastry #halloween #halloweensnacks', 'code': 'DBLEk_5AjMS', 'comment_count': 18, 'engagement_score': 0.02704492952420906, 'full_name': 'Food content!! 🍪', 'has_audio': True, 'hashtags': ['#puffpastry', '#halloween', '#halloweensnacks'], 'like_count': 9799, 'media_id': 3479895271763227410, 'play_count': 362323, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'reshare_count': 1388, 'username': 'foodfypp', 'video_duration': 16.466, 'virality_score': 0.0038308360220024673}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkYevkiNUac', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'LuckyVitamin', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/213857744_3029393150674045_7547597034660603463_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=TeP9cSuYv0cQ7kNvgEvJeKO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAy1wTJ4m2nHd3VznvrcPFKrAb3ukgmNQHggGvJctmQyQ&oe=6762FFB5&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'luckyvitamin', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DAyJDK4Pwvd', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'آموزش زبان انگلیسی کودکان', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/387270323_6573330999441181_3441252959394028655_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=4OHzKE61AOMQ7kNvgFbGcWx&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB5lNXx1Na6rtSKfPjaEsEm-fXAJUegsi2pQzl7XvGWYw&oe=6762E631&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'bitsylingo', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBbcWeYt7_K', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Birkuntakinte', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/348673840_1269076610377415_7157506508739965106_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=5eAEvzHKbNIQ7kNvgFuPo9W&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYD9c5_V53ab3alEj-ewnG5g687ig07iPCJ4ibY03Sma4A&oe=6762D52C&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'birkuntakinte', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'B4R78v3nENq', 'comment_count': 0, 'engagement_score': 0, 'full_name': \"Let'tsTrend\", 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/37789904_185824435621711_8110917026916073472_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=W1qiBI719T0Q7kNvgH-YsZh&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBabH6exiDFMeLvi8n7i0sGY3CHd4x6F4xVfFKWluFwGg&oe=6762E242&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'letstrending', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkZCUbmJP7N', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Tara Nielsen', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/166797990_253392396479737_5286543464257087081_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=b4RTZjGJkMQQ7kNvgHrYcAK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBAJEv7vcb2Bcst85q1NsBiB3ZdCm7CCJROeZazkQ9clw&oe=6762D6AB&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'tinkey76', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkWzPYJBrkX', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Jane de Graaff', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/153608560_3596815090403567_7549310811126841645_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=UEv_weTgsJ0Q7kNvgGmktLt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAQSG-WoX-hUqWSk4KMrxsVVQpcZZQFf-HiUOoPWG5M8g&oe=6762D88F&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'janedegraaff', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CU4E_TMI-A_', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Merja Erkstam', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/364315025_247090971471852_6347966186590998924_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=oj5Dn4au0QkQ7kNvgG2ilBN&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYA3uUzoMDLYeh2RGp-i35X56BNjRAq_cQI_k6fKS-TTHw&oe=6762EEC2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'mvh.merja', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CUocSJYsU2d', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Rawnice Superfoods', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/133203232_433591377814205_1124774093177051442_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=363X1jAjd8YQ7kNvgE_ol7L&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAnG8_xRmPSJC1oAiNGCvafh-4JeN7qYVBt3E7It461fA&oe=6762E3C2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'rawnice', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVtyTF8peQW', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Sam Cobb', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/122930570_369889317561645_4980275033854379030_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=N5-0vEg8dCMQ7kNvgGGMfN4&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDqrT2qapbpNr6pg95Aww1jOyT9EBqYSKbhse9iLIFrsw&oe=6762E281&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'samcobb78', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBr3nusREUV', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Brady Worster', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469707846_604802598601020_7166110101862560885_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=NqtxIxV-9DYQ7kNvgHXvSOi&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBuyWUF4o4pWjk3rUKn0PjfSMMwXC0xuF3qCoOWahKijA&oe=6762E484&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'bradybworster', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'licensed_music', 'caption': 'So good 🤩🍎\\nVia - createdbyjoyy - tiktok\\n#halloweensnacks', 'code': 'DA7-1zbxRhm', 'comment_count': 96, 'engagement_score': 0.06461701896869657, 'full_name': 'Food content!! 🍪', 'has_audio': True, 'hashtags': ['#halloweensnacks'], 'like_count': 150118, 'media_id': 3475647913689159782, 'play_count': 2323196, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc', 'reshare_count': 25446, 'username': 'foodfypp', 'video_duration': 19.033, 'virality_score': 0.010953014726265024}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'Cy9H8_csnAj', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Audrey Mitchell', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469056730_922157239888444_5480583852067514129_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=PjHy3UBVWNYQ7kNvgG3aBgl&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCiDKJElrDLj0NaY0uBoSisYqhLTk_iYKM4qJ4BKz-G7w&oe=6762F226&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'nappies_n_lipgloss', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'DBwU-K1oUdj', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Pedagog Patrullen', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/395577138_687016896717700_3486240036097691016_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=NQG8LN8ypP0Q7kNvgE25iHR&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB21f8Lifu7Ju8_U9hX6noCl_PtA4nlAwW2wbREcXsnCA&oe=6762ED4A&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'pedagogpatrullen', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CGJ85IyAhAI', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Kathrin | Backen macht glücklich ❤', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/13658426_133148483784858_1483257442_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=y19S-9tgas4Q7kNvgEG76x3&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCWEj4lTS_e1eF9YT8O3f_fn4rsY_wfyjKOcRft_Kn86Q&oe=6762E057&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'backenmachtgluecklich.de', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVS8PbfsHl-', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Dr. Oetker Deutschland', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/11327148_1139597572723582_1237569364_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=C7X0Wst0y8EQ7kNvgHj1pdt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBnciF00PG6lnPM9kyNmYwElJD1Qimm-1XbGHcYWy007Q&oe=6762EDB6&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'dr.oetker_deutschland', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVfpEy0KKe9', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Einfach Tasty', 'has_audio': True, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/322932417_3000370060267383_4887401434263721246_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=JIbGWAmCpDUQ7kNvgEaS0eJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDf1MOw8O4VHj9wtei0LJ7Hh-mzmE4g0e7hvPJJzDJWTg&oe=6762F4E2&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'einfachtasty', 'video_duration': 59.033, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CVtVCOyJJPA', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Emmy Eats It All', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/231489933_563800788128619_5531120586465804274_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=Kwer3RmDxkYQ7kNvgGMV6dO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDs-vV9adTGpVEMWrKEErzA5Xwz6C_Q_RbWW7tyGV8NBw&oe=6762F5EE&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'emmyeatsitall', 'video_duration': 0, 'virality_score': 0}, {'audio_type': 'No Audio Type Available', 'caption': 'No Caption Available', 'code': 'CkbEKmCs4YD', 'comment_count': 0, 'engagement_score': 0, 'full_name': 'Vermont Farmstead Cheese Co', 'has_audio': False, 'hashtags': 'No Hashtag Available', 'like_count': 0, 'media_id': 0, 'play_count': 0, 'profile_pic_url': 'https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/10607989_1536024733300761_645455374_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=6gfBiS8Uqt4Q7kNvgFOtEZ6&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBCEOLd8_Mh_u-Kd6fwlJh2pUJ-F6SpxMGHIhJs3x0ixg&oe=6762E4E0&_nc_sid=76c0fc', 'reshare_count': 0, 'username': 'vtfarmsteadcheese', 'video_duration': 0, 'virality_score': 0}]}\n", + "Transition output: {'hooks': [{'hooks': [\"What's inside these spine-tingling Halloween snacks?\", 'Unveil the magic of Halloween ASMR treats!', 'Crave the spooky flavors of Halloween with these snacks!'], 'caption': 'خوراکی هالوینی به مناسبت هالوین👻🎃', 'description': 'Discover Halloween snacks with a touch of ASMR magic, perfect for satisfying your spooky cravings!', 'virality_score': 0.0, 'engagement_score': 0.05474452554744526}, {'hooks': [\"Imagine if Halloween treats were both spooky and delicious—let's get creative with Chupa Chups!\", 'Simple DIY Halloween snacks that will make your party unforgettable!', 'This trick will save you hours in preparing the ultimate Halloween treats!'], 'caption': 'Kolejny filmik już w przygotowaniu 👻 Na planie nawet straszna Chupa czacha 💕 @chupachupspl #halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin', 'description': 'Get ready for our next Halloween-themed reel featuring spooky DIY Halloween snacks with a special twist from Chupa Chups!', 'virality_score': 0, 'engagement_score': 0}, {'hooks': ['Let’s create spooky and fun spider donuts with this easy recipe!', 'Stop serving boring snacks – try these creepy-cute spider donuts for Halloween!', 'Upgrade your kid’s snacks with these adorable spider-themed donuts!'], 'caption': 'Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger', 'description': 'Transform your afternoon snack into a fun and delicious Halloween treat with spider-themed donuts!', 'virality_score': 0, 'engagement_score': 0}, {'hooks': ['How to add more Halloween delight to your snack table!', 'Stop serving boring treats, try these cute Halloween snacks instead!', 'Looking for spooky yet adorable Halloween snacks? Check this out!'], 'caption': 'There are just so cute!! 🎃🦇', 'description': 'Discover adorable Halloween snacks perfect for your spooky celebration! 🎃🦇', 'virality_score': 0, 'engagement_score': 0}, {'hooks': ['Halloween snacks have never been easier than with these quick ideas!', 'Stop stressing over Halloween snacks; Rio Grande Supermarket has you covered!', \"I can't believe how easy these Halloween snack ideas are to make!\"], 'caption': 'Get ready for a spooktacular Halloween with fun and easy snack ideas! 🎃👻🧁 Visit Rio Grande Supermarket to stock up on treats and ingredients for your Halloween party or trick-or-treaters. #HalloweenSnacks #RioGrandeSupermarket', 'description': 'Discover delightful Halloween snack ideas that are perfect for kids and parties. Shop at Rio Grande Supermarket for all your spooky treat essentials, from cake mix to candies.', 'virality_score': 0, 'engagement_score': 0}], 'summary': [{'code': 'DByK3vHglSI', 'caption': 'خوراکی هالوینی به مناسبت هالوین👻🎃\\n\\nاگه توهم عاشق ای\\u200cاس\\u200cام\\u200cآری پیجمو از دست نده😉👇🏻\\n@khatisaw_asmr \\n@khatisaw_asmr \\n@khatisaw_asmr \\n\\n#asmr #asmrartist #asmrfood #mukbang #halloween #halloween_snacks #happy #ایاسامار #ای_اس_ام_آر #ایاسمار #هالووین', 'hashtags': ['#asmr', '#asmrartist', '#asmrfood', '#mukbang', '#halloween', '#halloween_snacks', '#happy', '#ایاسامار', '#ای_اس_ام_آر', '#ایاسمار', '#هالووین'], 'media_id': 3490900471793734792, 'username': 'khatisaw_asmr', 'full_name': 'ASMR | خاٰطؕݺ࣮\\u200cثٙۛاٰ | ای اس ام آر', 'has_audio': True, 'audio_type': 'original_sounds', 'like_count': 15, 'play_count': 274, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 36.942, 'virality_score': 0.0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/453733984_452269454314129_3660045369565868680_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=NttJL9SJqxgQ7kNvgGQiqD9&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAFYbuJBdVM8hTF3I1sQRCGJDSWy1rtGknClMxNB7Wb8g&oe=67ABE9AD&_nc_sid=2011ad', 'engagement_score': 0.05474452554744526}, {'code': 'CG7QNDNjazG', 'caption': 'Ready! Set! Film!\\nKolejny filmik już w przygotowaniu 👻\\n\\nNa planie nawet straszna Chupa czacha 💕 @chupachupspl\\n\\n#halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin', 'hashtags': ['#halloween', '#ytchannel', '#diy', '#chupachups', '#halloween_snacks', '#halloween_party', '#pumpkin'], 'media_id': 2430607689442503878, 'username': '4crazy_hands', 'full_name': 'No Full Name Available', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 5, 'play_count': 0, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/122271405_3676949662369294_5352096118873851662_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=dO8fE8ZIN3MQ7kNvgEw_L10&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYD688O9MqNvC3AWhO3YWANr_IJeDinBX8qovw7wEaiijQ&oe=67ABDE00&_nc_sid=2011ad', 'engagement_score': 0}, {'code': 'BomPez0HE_n', 'caption': 'Και κάπως έτσι το βαρετό απογευματινό σνακ... μεταμορφώνεται σε αραχνο-ντονατ!!! Σούπερ νόστιμο και διασκεδαστικό!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #για_ενα_νικολα_γινονται_ολα #greekmombloggerscommunity #greekbloggerscommunity #momblogger', 'hashtags': ['#halloween_kids', '#halloween_snacks', '#spider_donuts', '#cute_food', '#kids_snacks', '#donuts', '#για_ενα_νικολα_γινονται_ολα', '#greekmombloggerscommunity', '#greekbloggerscommunity', '#momblogger'], 'media_id': 1884261582018203623, 'username': 'elpida_touve', 'full_name': 'Elpida Touve', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 77, 'play_count': 0, 'comment_count': 6, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/475820641_405922235900340_3354549167503917651_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=BJ5jjgI1S1wQ7kNvgEa8cis&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAQ2PldBSkgIil_veixaVS6a6ZRgs1k_fmg9-2Jer3lYQ&oe=67ABC61E&_nc_sid=2011ad', 'engagement_score': 0}, {'code': 'CG9i8GshD7I', 'caption': 'There are just so cute!! 🎃🦇\\n\\n#halloween\\n#halloween_costume\\n#halloween_snacks', 'hashtags': ['#halloween', '#halloween_costume', '#halloween_snacks'], 'media_id': 2431253037789232840, 'username': 'life.by_a', 'full_name': 'No Full Name Available', 'has_audio': False, 'audio_type': 'No Audio Type Available', 'like_count': 46, 'play_count': 0, 'comment_count': 8, 'reshare_count': 0, 'video_duration': 0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/231734336_1025030578256388_2356445558213588438_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6WsYnjkiAyYQ7kNvgG_3UvF&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCTL2ZatiNXGYsh4b00nQhUxAAmfVMUZ2geexXJvD5skw&oe=67ABE3E3&_nc_sid=2011ad', 'engagement_score': 0}, {'code': 'B4KreEynrxE', 'caption': 'Halloween is just around the corner and you could create some fun party snacks with the kids or for your guests. \\nCome in to Rio Grande Supermarket and get your ingredients for all the spooktacular snacks. Buy extra candy for the trick-or-treaters.\\n\\nShurfine Cake Mix ASSORTED 16.5 OZ. 70¢\\nMazola Cooking Oil SELECT VARIETY 40 OZ. 2 FOR $5\\nLay’s or Wavy Lay’s 2 FOR $4\\nBuffalo Style Wing Sections $3.38 LB .\\n.\\n.\\n.\\n.\\n.\\n.\\n\\n#mondaymorning #happymonday #mondaymood #riograndesupermarket #canutillosupermarket #grocerystore #canutillobusiness #iamelpaso #elpasotx #itsallgoodep #recipeshoppinglist #halloweensnackideas #snackideasforkids #halloweentime #halloweenpartyideas #halloween_cupcakes #halloween_snacks #snacksforhalloween', 'hashtags': ['#mondaymorning', '#happymonday', '#mondaymood', '#riograndesupermarket', '#canutillosupermarket', '#grocerystore', '#canutillobusiness', '#iamelpaso', '#elpasotx', '#itsallgoodep', '#recipeshoppinglist', '#halloweensnackideas', '#snackideasforkids', '#halloweentime', '#halloweenpartyideas', '#halloween_cupcakes', '#halloween_snacks', '#snacksforhalloween'], 'media_id': 2164733753633455172, 'username': 'riograndesupermarket', 'full_name': 'Rio Grande Supermarket', 'has_audio': True, 'audio_type': 'No Audio Type Available', 'like_count': 8, 'play_count': 0, 'comment_count': 0, 'reshare_count': 0, 'video_duration': 15.0, 'virality_score': 0, 'profile_pic_url': 'https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/21909505_2012064525693566_3455111339192614912_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=myA3c6JjKckQ7kNvgHiHwfB&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAx7dSZqcDmnemLgDaWR4YhVFRz9blBP-lcZU2gbkTiBQ&oe=67ABD6D3&_nc_sid=2011ad', 'engagement_score': 0}]}\n", "--------------------------------------------------\n" ] } @@ -1293,7 +903,7 @@ "# Lists all the task steps that have been executed up to this point in time\n", "transitions = client.executions.transitions.list(execution_id=execution.id).items\n", "\n", - "# Transitions are retreived in reverse chronological order\n", + "# Transitions are retrieved in reverse chronological order\n", "for transition in reversed(transitions):\n", " print(\"Transition type: \", transition.type)\n", " print(\"Transition output: \", transition.output)\n", @@ -1302,7 +912,7 @@ }, { "cell_type": "code", - "execution_count": 42, + "execution_count": 69, "metadata": {}, "outputs": [ { @@ -1312,563 +922,205 @@ "{\n", " \"hooks\": [\n", " {\n", - " \"caption\": \"#puffpastry #halloween #halloweensnacks\",\n", - " \"description\": \"Discover spooky and delicious Halloween snacks made with puff pastry, perfect for adding a festive touch to your celebrations!\",\n", - " \"engagement_score\": 0.02704492952420906,\n", - " \"hooks\": [\n", - " \"Transform puff pastry into ghostly delights that are frightfully tasty!\",\n", - " \"Unveil the secret to creating eerie yet scrumptious Halloween treats with puff pastry!\",\n", - " \"Get ready to spook and delight with these hauntingly good puff pastry snacks!\"\n", - " ],\n", - " \"virality_score\": 0.0038308360220024673\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooktacular Halloween Snack Ideas!\",\n", - " \"description\": \"Discover fun and creative Halloween-themed snacks that will delight guests and add a spooky touch to your festive gatherings.\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Want to be the ghostess with the mostest? Check out these spine-chilling snacks!\",\n", - " \"Ready to turn your Halloween party into a fright feast? Dive into these terrifyingly tasty treats!\",\n", - " \"Trick or treat yourself with these ghoulishly good Halloween snack ideas!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious Halloween Treats for Your Party!\",\n", - " \"description\": \"Explore creative and spooky Halloween snacks that will be a hit at your party, combining fun and flavor for a memorable celebration.\",\n", - " \"engagement_score\": 0,\n", " \"hooks\": [\n", - " \"Ready to make your Halloween party the spookiest\\u2014and tastiest\\u2014of the year?\",\n", - " \"Discover the secret to Halloween snacks that are both frighteningly fun and devilishly delicious!\",\n", - " \"Transform your Halloween party with treats that are as spooky as they are scrumptious!\"\n", + " \"What's inside these spine-tingling Halloween snacks?\",\n", + " \"Unveil the magic of Halloween ASMR treats!\",\n", + " \"Crave the spooky flavors of Halloween with these snacks!\"\n", " ],\n", - " \"virality_score\": 0\n", + " \"caption\": \"\\u062e\\u0648\\u0631\\u0627\\u06a9\\u06cc \\u0647\\u0627\\u0644\\u0648\\u06cc\\u0646\\u06cc \\u0628\\u0647 \\u0645\\u0646\\u0627\\u0633\\u0628\\u062a \\u0647\\u0627\\u0644\\u0648\\u06cc\\u0646\\ud83d\\udc7b\\ud83c\\udf83\",\n", + " \"description\": \"Discover Halloween snacks with a touch of ASMR magic, perfect for satisfying your spooky cravings!\",\n", + " \"virality_score\": 0.0,\n", + " \"engagement_score\": 0.05474452554744526\n", " },\n", " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", + " \"Imagine if Halloween treats were both spooky and delicious\\u2014let's get creative with Chupa Chups!\",\n", + " \"Simple DIY Halloween snacks that will make your party unforgettable!\",\n", + " \"This trick will save you hours in preparing the ultimate Halloween treats!\"\n", " ],\n", - " \"virality_score\": 0\n", + " \"caption\": \"Kolejny filmik ju\\u017c w przygotowaniu \\ud83d\\udc7b Na planie nawet straszna Chupa czacha \\ud83d\\udc95 @chupachupspl #halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin\",\n", + " \"description\": \"Get ready for our next Halloween-themed reel featuring spooky DIY Halloween snacks with a special twist from Chupa Chups!\",\n", + " \"virality_score\": 0,\n", + " \"engagement_score\": 0\n", " },\n", " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", + " \"Let\\u2019s create spooky and fun spider donuts with this easy recipe!\",\n", + " \"Stop serving boring snacks \\u2013 try these creepy-cute spider donuts for Halloween!\",\n", + " \"Upgrade your kid\\u2019s snacks with these adorable spider-themed donuts!\"\n", " ],\n", - " \"virality_score\": 0\n", + " \"caption\": \"\\u039a\\u03b1\\u03b9 \\u03ba\\u03ac\\u03c0\\u03c9\\u03c2 \\u03ad\\u03c4\\u03c3\\u03b9 \\u03c4\\u03bf \\u03b2\\u03b1\\u03c1\\u03b5\\u03c4\\u03cc \\u03b1\\u03c0\\u03bf\\u03b3\\u03b5\\u03c5\\u03bc\\u03b1\\u03c4\\u03b9\\u03bd\\u03cc \\u03c3\\u03bd\\u03b1\\u03ba... \\u03bc\\u03b5\\u03c4\\u03b1\\u03bc\\u03bf\\u03c1\\u03c6\\u03ce\\u03bd\\u03b5\\u03c4\\u03b1\\u03b9 \\u03c3\\u03b5 \\u03b1\\u03c1\\u03b1\\u03c7\\u03bd\\u03bf-\\u03bd\\u03c4\\u03bf\\u03bd\\u03b1\\u03c4!!! \\u03a3\\u03bf\\u03cd\\u03c0\\u03b5\\u03c1 \\u03bd\\u03cc\\u03c3\\u03c4\\u03b9\\u03bc\\u03bf \\u03ba\\u03b1\\u03b9 \\u03b4\\u03b9\\u03b1\\u03c3\\u03ba\\u03b5\\u03b4\\u03b1\\u03c3\\u03c4\\u03b9\\u03ba\\u03cc!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #\\u03b3\\u03b9\\u03b1_\\u03b5\\u03bd\\u03b1_\\u03bd\\u03b9\\u03ba\\u03bf\\u03bb\\u03b1_\\u03b3\\u03b9\\u03bd\\u03bf\\u03bd\\u03c4\\u03b1\\u03b9_\\u03bf\\u03bb\\u03b1 #greekmombloggerscommunity #greekbloggerscommunity #momblogger\",\n", + " \"description\": \"Transform your afternoon snack into a fun and delicious Halloween treat with spider-themed donuts!\",\n", + " \"virality_score\": 0,\n", + " \"engagement_score\": 0\n", " },\n", " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", + " \"How to add more Halloween delight to your snack table!\",\n", + " \"Stop serving boring treats, try these cute Halloween snacks instead!\",\n", + " \"Looking for spooky yet adorable Halloween snacks? Check this out!\"\n", " ],\n", - " \"virality_score\": 0\n", + " \"caption\": \"There are just so cute!! \\ud83c\\udf83\\ud83e\\udd87\",\n", + " \"description\": \"Discover adorable Halloween snacks perfect for your spooky celebration! \\ud83c\\udf83\\ud83e\\udd87\",\n", + " \"virality_score\": 0,\n", + " \"engagement_score\": 0\n", " },\n", " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", + " \"Halloween snacks have never been easier than with these quick ideas!\",\n", + " \"Stop stressing over Halloween snacks; Rio Grande Supermarket has you covered!\",\n", + " \"I can't believe how easy these Halloween snack ideas are to make!\"\n", " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"So good \\ud83e\\udd29\\ud83c\\udf4e\",\n", - " \"description\": \"Discover the 'So good' Halloween snack idea that combines health and fun, perfect for a spooky treat!\",\n", - " \"engagement_score\": 0.06461701896869657,\n", - " \"hooks\": [\n", - " \"Ready for a Halloween snack that's both healthy and fun? \\ud83c\\udf83\\ud83c\\udf4f\",\n", - " \"Want to make your Halloween treats both spooky and nutritious? \\ud83d\\udc7b\\ud83c\\udf4e\",\n", - " \"Transform your Halloween snacking with this irresistible healthy treat! \\ud83c\\udf6c\\ud83c\\udf4f\"\n", - " ],\n", - " \"virality_score\": 0.010953014726265024\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"caption\": \"Spooky & Delicious: Top Halloween Snack Ideas \\ud83c\\udf83\\ud83d\\udc7b\",\n", - " \"description\": \"Explore creative and fun Halloween snack ideas that are perfect for any spooky gathering, from ghostly treats to monster munchies!\",\n", - " \"engagement_score\": 0,\n", - " \"hooks\": [\n", - " \"Ready to scare up some fun with these eerie yet edible Halloween snacks?\",\n", - " \"Discover the spooktacular secrets behind crafting the ultimate Halloween munchies!\",\n", - " \"Transform your Halloween party with these fang-tastic and frightfully delicious treats!\"\n", - " ],\n", - " \"virality_score\": 0\n", + " \"caption\": \"Get ready for a spooktacular Halloween with fun and easy snack ideas! \\ud83c\\udf83\\ud83d\\udc7b\\ud83e\\uddc1 Visit Rio Grande Supermarket to stock up on treats and ingredients for your Halloween party or trick-or-treaters. #HalloweenSnacks #RioGrandeSupermarket\",\n", + " \"description\": \"Discover delightful Halloween snack ideas that are perfect for kids and parties. Shop at Rio Grande Supermarket for all your spooky treat essentials, from cake mix to candies.\",\n", + " \"virality_score\": 0,\n", + " \"engagement_score\": 0\n", " }\n", " ],\n", " \"summary\": [\n", " {\n", - " \"audio_type\": \"licensed_music\",\n", - " \"caption\": \"Get a Uber Eats Gift Card in Bio \\ud83d\\udc7b \\n\\nVia - anniikaly - tiktok\\n#puffpastry #halloween #halloweensnacks\",\n", - " \"code\": \"DBLEk_5AjMS\",\n", - " \"comment_count\": 18,\n", - " \"engagement_score\": 0.02704492952420906,\n", - " \"full_name\": \"Food content!! \\ud83c\\udf6a\",\n", - " \"has_audio\": true,\n", + " \"code\": \"DByK3vHglSI\",\n", + " \"caption\": \"\\u062e\\u0648\\u0631\\u0627\\u06a9\\u06cc \\u0647\\u0627\\u0644\\u0648\\u06cc\\u0646\\u06cc \\u0628\\u0647 \\u0645\\u0646\\u0627\\u0633\\u0628\\u062a \\u0647\\u0627\\u0644\\u0648\\u06cc\\u0646\\ud83d\\udc7b\\ud83c\\udf83\\n\\n\\u0627\\u06af\\u0647 \\u062a\\u0648\\u0647\\u0645 \\u0639\\u0627\\u0634\\u0642 \\u0627\\u06cc\\u200c\\u0627\\u0633\\u200c\\u0627\\u0645\\u200c\\u0622\\u0631\\u06cc \\u067e\\u06cc\\u062c\\u0645\\u0648 \\u0627\\u0632 \\u062f\\u0633\\u062a \\u0646\\u062f\\u0647\\ud83d\\ude09\\ud83d\\udc47\\ud83c\\udffb\\n@khatisaw_asmr \\n@khatisaw_asmr \\n@khatisaw_asmr \\n\\n#asmr #asmrartist #asmrfood #mukbang #halloween #halloween_snacks #happy #\\u0627\\u06cc\\u0627\\u0633\\u0627\\u0645\\u0627\\u0631 #\\u0627\\u06cc_\\u0627\\u0633_\\u0627\\u0645_\\u0622\\u0631 #\\u0627\\u06cc\\u0627\\u0633\\u0645\\u0627\\u0631 #\\u0647\\u0627\\u0644\\u0648\\u0648\\u06cc\\u0646\",\n", " \"hashtags\": [\n", - " \"#puffpastry\",\n", + " \"#asmr\",\n", + " \"#asmrartist\",\n", + " \"#asmrfood\",\n", + " \"#mukbang\",\n", " \"#halloween\",\n", - " \"#halloweensnacks\"\n", + " \"#halloween_snacks\",\n", + " \"#happy\",\n", + " \"#\\u0627\\u06cc\\u0627\\u0633\\u0627\\u0645\\u0627\\u0631\",\n", + " \"#\\u0627\\u06cc_\\u0627\\u0633_\\u0627\\u0645_\\u0622\\u0631\",\n", + " \"#\\u0627\\u06cc\\u0627\\u0633\\u0645\\u0627\\u0631\",\n", + " \"#\\u0647\\u0627\\u0644\\u0648\\u0648\\u06cc\\u0646\"\n", " ],\n", - " \"like_count\": 9799,\n", - " \"media_id\": 3479895271763227410,\n", - " \"play_count\": 362323,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 1388,\n", - " \"username\": \"foodfypp\",\n", - " \"video_duration\": 16.466,\n", - " \"virality_score\": 0.0038308360220024673\n", - " },\n", - " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CkYevkiNUac\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"LuckyVitamin\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/213857744_3029393150674045_7547597034660603463_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=TeP9cSuYv0cQ7kNvgEvJeKO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAy1wTJ4m2nHd3VznvrcPFKrAb3ukgmNQHggGvJctmQyQ&oe=6762FFB5&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"luckyvitamin\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"DAyJDK4Pwvd\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"\\u0622\\u0645\\u0648\\u0632\\u0634 \\u0632\\u0628\\u0627\\u0646 \\u0627\\u0646\\u06af\\u0644\\u06cc\\u0633\\u06cc \\u06a9\\u0648\\u062f\\u06a9\\u0627\\u0646\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/387270323_6573330999441181_3441252959394028655_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=4OHzKE61AOMQ7kNvgFbGcWx&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB5lNXx1Na6rtSKfPjaEsEm-fXAJUegsi2pQzl7XvGWYw&oe=6762E631&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"bitsylingo\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"DBbcWeYt7_K\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Birkuntakinte\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/348673840_1269076610377415_7157506508739965106_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=5eAEvzHKbNIQ7kNvgFuPo9W&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYD9c5_V53ab3alEj-ewnG5g687ig07iPCJ4ibY03Sma4A&oe=6762D52C&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"birkuntakinte\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"B4R78v3nENq\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Let'tsTrend\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/37789904_185824435621711_8110917026916073472_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=107&_nc_ohc=W1qiBI719T0Q7kNvgH-YsZh&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBabH6exiDFMeLvi8n7i0sGY3CHd4x6F4xVfFKWluFwGg&oe=6762E242&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"letstrending\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CkZCUbmJP7N\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Tara Nielsen\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/166797990_253392396479737_5286543464257087081_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=101&_nc_ohc=b4RTZjGJkMQQ7kNvgHrYcAK&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBAJEv7vcb2Bcst85q1NsBiB3ZdCm7CCJROeZazkQ9clw&oe=6762D6AB&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"tinkey76\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CkWzPYJBrkX\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Jane de Graaff\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/153608560_3596815090403567_7549310811126841645_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=111&_nc_ohc=UEv_weTgsJ0Q7kNvgGmktLt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAQSG-WoX-hUqWSk4KMrxsVVQpcZZQFf-HiUOoPWG5M8g&oe=6762D88F&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"janedegraaff\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CU4E_TMI-A_\",\n", + " \"media_id\": 3490900471793734792,\n", + " \"username\": \"khatisaw_asmr\",\n", + " \"full_name\": \"ASMR | \\u062e\\u0627\\u0670\\u0637\\u0615\\u077a\\u08ee\\u200c\\u062b\\u0659\\u06db\\u0627\\u0670 | \\u0627\\u06cc \\u0627\\u0633 \\u0627\\u0645 \\u0622\\u0631\",\n", + " \"has_audio\": true,\n", + " \"audio_type\": \"original_sounds\",\n", + " \"like_count\": 15,\n", + " \"play_count\": 274,\n", " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Merja Erkstam\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/364315025_247090971471852_6347966186590998924_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=oj5Dn4au0QkQ7kNvgG2ilBN&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYA3uUzoMDLYeh2RGp-i35X56BNjRAq_cQI_k6fKS-TTHw&oe=6762EEC2&_nc_sid=76c0fc\",\n", " \"reshare_count\": 0,\n", - " \"username\": \"mvh.merja\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", + " \"video_duration\": 36.942,\n", + " \"virality_score\": 0.0,\n", + " \"profile_pic_url\": \"https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/453733984_452269454314129_3660045369565868680_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=101&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=NttJL9SJqxgQ7kNvgGQiqD9&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAFYbuJBdVM8hTF3I1sQRCGJDSWy1rtGknClMxNB7Wb8g&oe=67ABE9AD&_nc_sid=2011ad\",\n", + " \"engagement_score\": 0.05474452554744526\n", " },\n", " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CUocSJYsU2d\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Rawnice Superfoods\",\n", + " \"code\": \"CG7QNDNjazG\",\n", + " \"caption\": \"Ready! Set! Film!\\nKolejny filmik ju\\u017c w przygotowaniu \\ud83d\\udc7b\\n\\nNa planie nawet straszna Chupa czacha \\ud83d\\udc95 @chupachupspl\\n\\n#halloween #ytchannel #diy #chupachups #halloween_snacks #halloween_party #pumpkin\",\n", + " \"hashtags\": [\n", + " \"#halloween\",\n", + " \"#ytchannel\",\n", + " \"#diy\",\n", + " \"#chupachups\",\n", + " \"#halloween_snacks\",\n", + " \"#halloween_party\",\n", + " \"#pumpkin\"\n", + " ],\n", + " \"media_id\": 2430607689442503878,\n", + " \"username\": \"4crazy_hands\",\n", + " \"full_name\": \"No Full Name Available\",\n", " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/133203232_433591377814205_1124774093177051442_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=105&_nc_ohc=363X1jAjd8YQ7kNvgE_ol7L&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAnG8_xRmPSJC1oAiNGCvafh-4JeN7qYVBt3E7It461fA&oe=6762E3C2&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"rawnice\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CVtyTF8peQW\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Sam Cobb\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", + " \"like_count\": 5,\n", " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/122930570_369889317561645_4980275033854379030_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=N5-0vEg8dCMQ7kNvgGGMfN4&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDqrT2qapbpNr6pg95Aww1jOyT9EBqYSKbhse9iLIFrsw&oe=6762E281&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"samcobb78\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"DBr3nusREUV\",\n", " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Brady Worster\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469707846_604802598601020_7166110101862560885_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=100&_nc_ohc=NqtxIxV-9DYQ7kNvgHXvSOi&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBuyWUF4o4pWjk3rUKn0PjfSMMwXC0xuF3qCoOWahKijA&oe=6762E484&_nc_sid=76c0fc\",\n", " \"reshare_count\": 0,\n", - " \"username\": \"bradybworster\",\n", " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", + " \"virality_score\": 0,\n", + " \"profile_pic_url\": \"https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/122271405_3676949662369294_5352096118873851662_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=dO8fE8ZIN3MQ7kNvgEw_L10&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYD688O9MqNvC3AWhO3YWANr_IJeDinBX8qovw7wEaiijQ&oe=67ABDE00&_nc_sid=2011ad\",\n", + " \"engagement_score\": 0\n", " },\n", " {\n", - " \"audio_type\": \"licensed_music\",\n", - " \"caption\": \"So good \\ud83e\\udd29\\ud83c\\udf4e\\nVia - createdbyjoyy - tiktok\\n#halloweensnacks\",\n", - " \"code\": \"DA7-1zbxRhm\",\n", - " \"comment_count\": 96,\n", - " \"engagement_score\": 0.06461701896869657,\n", - " \"full_name\": \"Food content!! \\ud83c\\udf6a\",\n", - " \"has_audio\": true,\n", + " \"code\": \"BomPez0HE_n\",\n", + " \"caption\": \"\\u039a\\u03b1\\u03b9 \\u03ba\\u03ac\\u03c0\\u03c9\\u03c2 \\u03ad\\u03c4\\u03c3\\u03b9 \\u03c4\\u03bf \\u03b2\\u03b1\\u03c1\\u03b5\\u03c4\\u03cc \\u03b1\\u03c0\\u03bf\\u03b3\\u03b5\\u03c5\\u03bc\\u03b1\\u03c4\\u03b9\\u03bd\\u03cc \\u03c3\\u03bd\\u03b1\\u03ba... \\u03bc\\u03b5\\u03c4\\u03b1\\u03bc\\u03bf\\u03c1\\u03c6\\u03ce\\u03bd\\u03b5\\u03c4\\u03b1\\u03b9 \\u03c3\\u03b5 \\u03b1\\u03c1\\u03b1\\u03c7\\u03bd\\u03bf-\\u03bd\\u03c4\\u03bf\\u03bd\\u03b1\\u03c4!!! \\u03a3\\u03bf\\u03cd\\u03c0\\u03b5\\u03c1 \\u03bd\\u03cc\\u03c3\\u03c4\\u03b9\\u03bc\\u03bf \\u03ba\\u03b1\\u03b9 \\u03b4\\u03b9\\u03b1\\u03c3\\u03ba\\u03b5\\u03b4\\u03b1\\u03c3\\u03c4\\u03b9\\u03ba\\u03cc!! #halloween_kids #halloween_snacks #spider_donuts #cute_food #kids_snacks #donuts #\\u03b3\\u03b9\\u03b1_\\u03b5\\u03bd\\u03b1_\\u03bd\\u03b9\\u03ba\\u03bf\\u03bb\\u03b1_\\u03b3\\u03b9\\u03bd\\u03bf\\u03bd\\u03c4\\u03b1\\u03b9_\\u03bf\\u03bb\\u03b1 #greekmombloggerscommunity #greekbloggerscommunity #momblogger\",\n", " \"hashtags\": [\n", - " \"#halloweensnacks\"\n", + " \"#halloween_kids\",\n", + " \"#halloween_snacks\",\n", + " \"#spider_donuts\",\n", + " \"#cute_food\",\n", + " \"#kids_snacks\",\n", + " \"#donuts\",\n", + " \"#\\u03b3\\u03b9\\u03b1_\\u03b5\\u03bd\\u03b1_\\u03bd\\u03b9\\u03ba\\u03bf\\u03bb\\u03b1_\\u03b3\\u03b9\\u03bd\\u03bf\\u03bd\\u03c4\\u03b1\\u03b9_\\u03bf\\u03bb\\u03b1\",\n", + " \"#greekmombloggerscommunity\",\n", + " \"#greekbloggerscommunity\",\n", + " \"#momblogger\"\n", " ],\n", - " \"like_count\": 150118,\n", - " \"media_id\": 3475647913689159782,\n", - " \"play_count\": 2323196,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/245722266_384099476695192_438086590954522850_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=gD6bcKNERLMQ7kNvgHAACP5&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYAIepW5ePxPn9nZhgrTmrU0PI1hG9qhaOPdj0pzBaBGEw&oe=6762D74F&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 25446,\n", - " \"username\": \"foodfypp\",\n", - " \"video_duration\": 19.033,\n", - " \"virality_score\": 0.010953014726265024\n", - " },\n", - " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"Cy9H8_csnAj\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Audrey Mitchell\",\n", + " \"media_id\": 1884261582018203623,\n", + " \"username\": \"elpida_touve\",\n", + " \"full_name\": \"Elpida Touve\",\n", " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/469056730_922157239888444_5480583852067514129_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=PjHy3UBVWNYQ7kNvgG3aBgl&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCiDKJElrDLj0NaY0uBoSisYqhLTk_iYKM4qJ4BKz-G7w&oe=6762F226&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"nappies_n_lipgloss\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"DBwU-K1oUdj\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Pedagog Patrullen\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", + " \"like_count\": 77,\n", " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/395577138_687016896717700_3486240036097691016_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=NQG8LN8ypP0Q7kNvgE25iHR&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYB21f8Lifu7Ju8_U9hX6noCl_PtA4nlAwW2wbREcXsnCA&oe=6762ED4A&_nc_sid=76c0fc\",\n", + " \"comment_count\": 6,\n", " \"reshare_count\": 0,\n", - " \"username\": \"pedagogpatrullen\",\n", " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", + " \"virality_score\": 0,\n", + " \"profile_pic_url\": \"https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/475820641_405922235900340_3354549167503917651_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=BJ5jjgI1S1wQ7kNvgEa8cis&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAQ2PldBSkgIil_veixaVS6a6ZRgs1k_fmg9-2Jer3lYQ&oe=67ABC61E&_nc_sid=2011ad\",\n", + " \"engagement_score\": 0\n", " },\n", " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CGJ85IyAhAI\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Kathrin | Backen macht gl\\u00fccklich \\u2764\",\n", + " \"code\": \"CG9i8GshD7I\",\n", + " \"caption\": \"There are just so cute!! \\ud83c\\udf83\\ud83e\\udd87\\n\\n#halloween\\n#halloween_costume\\n#halloween_snacks\",\n", + " \"hashtags\": [\n", + " \"#halloween\",\n", + " \"#halloween_costume\",\n", + " \"#halloween_snacks\"\n", + " ],\n", + " \"media_id\": 2431253037789232840,\n", + " \"username\": \"life.by_a\",\n", + " \"full_name\": \"No Full Name Available\",\n", " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/13658426_133148483784858_1483257442_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=106&_nc_ohc=y19S-9tgas4Q7kNvgEG76x3&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYCWEj4lTS_e1eF9YT8O3f_fn4rsY_wfyjKOcRft_Kn86Q&oe=6762E057&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"backenmachtgluecklich.de\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CVS8PbfsHl-\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Dr. Oetker Deutschland\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", + " \"like_count\": 46,\n", " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/11327148_1139597572723582_1237569364_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=1&_nc_ohc=C7X0Wst0y8EQ7kNvgHj1pdt&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBnciF00PG6lnPM9kyNmYwElJD1Qimm-1XbGHcYWy007Q&oe=6762EDB6&_nc_sid=76c0fc\",\n", + " \"comment_count\": 8,\n", " \"reshare_count\": 0,\n", - " \"username\": \"dr.oetker_deutschland\",\n", " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", + " \"virality_score\": 0,\n", + " \"profile_pic_url\": \"https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/231734336_1025030578256388_2356445558213588438_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=100&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=6WsYnjkiAyYQ7kNvgG_3UvF&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYCTL2ZatiNXGYsh4b00nQhUxAAmfVMUZ2geexXJvD5skw&oe=67ABE3E3&_nc_sid=2011ad\",\n", + " \"engagement_score\": 0\n", " },\n", " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CVfpEy0KKe9\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Einfach Tasty\",\n", + " \"code\": \"B4KreEynrxE\",\n", + " \"caption\": \"Halloween is just around the corner and you could create some fun party snacks with the kids or for your guests. \\nCome in to Rio Grande Supermarket and get your ingredients for all the spooktacular snacks. Buy extra candy for the trick-or-treaters.\\n\\nShurfine Cake Mix ASSORTED 16.5 OZ. 70\\u00a2\\nMazola Cooking Oil SELECT VARIETY 40 OZ. 2 FOR $5\\nLay\\u2019s or Wavy Lay\\u2019s 2 FOR $4\\nBuffalo Style Wing Sections $3.38 LB .\\n.\\n.\\n.\\n.\\n.\\n.\\n\\n#mondaymorning #happymonday #mondaymood #riograndesupermarket #canutillosupermarket #grocerystore #canutillobusiness #iamelpaso #elpasotx #itsallgoodep #recipeshoppinglist #halloweensnackideas #snackideasforkids #halloweentime #halloweenpartyideas #halloween_cupcakes #halloween_snacks #snacksforhalloween\",\n", + " \"hashtags\": [\n", + " \"#mondaymorning\",\n", + " \"#happymonday\",\n", + " \"#mondaymood\",\n", + " \"#riograndesupermarket\",\n", + " \"#canutillosupermarket\",\n", + " \"#grocerystore\",\n", + " \"#canutillobusiness\",\n", + " \"#iamelpaso\",\n", + " \"#elpasotx\",\n", + " \"#itsallgoodep\",\n", + " \"#recipeshoppinglist\",\n", + " \"#halloweensnackideas\",\n", + " \"#snackideasforkids\",\n", + " \"#halloweentime\",\n", + " \"#halloweenpartyideas\",\n", + " \"#halloween_cupcakes\",\n", + " \"#halloween_snacks\",\n", + " \"#snacksforhalloween\"\n", + " ],\n", + " \"media_id\": 2164733753633455172,\n", + " \"username\": \"riograndesupermarket\",\n", + " \"full_name\": \"Rio Grande Supermarket\",\n", " \"has_audio\": true,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/322932417_3000370060267383_4887401434263721246_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=JIbGWAmCpDUQ7kNvgEaS0eJ&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDf1MOw8O4VHj9wtei0LJ7Hh-mzmE4g0e7hvPJJzDJWTg&oe=6762F4E2&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"einfachtasty\",\n", - " \"video_duration\": 59.033,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CVtVCOyJJPA\",\n", - " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Emmy Eats It All\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", + " \"like_count\": 8,\n", " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/231489933_563800788128619_5531120586465804274_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=103&_nc_ohc=Kwer3RmDxkYQ7kNvgGMV6dO&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYDs-vV9adTGpVEMWrKEErzA5Xwz6C_Q_RbWW7tyGV8NBw&oe=6762F5EE&_nc_sid=76c0fc\",\n", - " \"reshare_count\": 0,\n", - " \"username\": \"emmyeatsitall\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", - " },\n", - " {\n", - " \"audio_type\": \"No Audio Type Available\",\n", - " \"caption\": \"No Caption Available\",\n", - " \"code\": \"CkbEKmCs4YD\",\n", " \"comment_count\": 0,\n", - " \"engagement_score\": 0,\n", - " \"full_name\": \"Vermont Farmstead Cheese Co\",\n", - " \"has_audio\": false,\n", - " \"hashtags\": \"No Hashtag Available\",\n", - " \"like_count\": 0,\n", - " \"media_id\": 0,\n", - " \"play_count\": 0,\n", - " \"profile_pic_url\": \"https://instagram.fevn5-1.fna.fbcdn.net/v/t51.2885-19/10607989_1536024733300761_645455374_a.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=instagram.fevn5-1.fna.fbcdn.net&_nc_cat=109&_nc_ohc=6gfBiS8Uqt4Q7kNvgFOtEZ6&_nc_gid=a2a36e448f8a477bbcd49f778abd9ab3&edm=AFlAz-oBAAAA&ccb=7-5&oh=00_AYBCEOLd8_Mh_u-Kd6fwlJh2pUJ-F6SpxMGHIhJs3x0ixg&oe=6762E4E0&_nc_sid=76c0fc\",\n", " \"reshare_count\": 0,\n", - " \"username\": \"vtfarmsteadcheese\",\n", - " \"video_duration\": 0,\n", - " \"virality_score\": 0\n", + " \"video_duration\": 15.0,\n", + " \"virality_score\": 0,\n", + " \"profile_pic_url\": \"https://scontent-ber1-1.cdninstagram.com/v/t51.2885-19/21909505_2012064525693566_3455111339192614912_n.jpg?stp=dst-jpg_e0_s150x150_tt6&_nc_ht=scontent-ber1-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2AEKdi-I6QB8SHWB7BLD2f1CqU7ByVRk8LfrAz0fC-vqEgArXFJwvDMXefsegR_NGjA&_nc_ohc=myA3c6JjKckQ7kNvgHiHwfB&_nc_gid=139340752f7c43428a918be99459fce9&edm=AGyKU4gBAAAA&ccb=7-5&oh=00_AYAx7dSZqcDmnemLgDaWR4YhVFRz9blBP-lcZU2gbkTiBQ&oe=67ABD6D3&_nc_sid=2011ad\",\n", + " \"engagement_score\": 0\n", " }\n", " ]\n", "}\n" @@ -1889,7 +1141,7 @@ ], "metadata": { "kernelspec": { - "display_name": "julep", + "display_name": ".venv", "language": "python", "name": "python3" }, @@ -1903,7 +1155,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.2" + "version": "3.12.3" } }, "nbformat": 4, diff --git a/cookbooks/04-hook-generator-trending-reels.py b/cookbooks/04-hook-generator-trending-reels.py deleted file mode 100644 index 22d198ef9..000000000 --- a/cookbooks/04-hook-generator-trending-reels.py +++ /dev/null @@ -1,392 +0,0 @@ -# %% -# Global UUID is generated for agent and task -import os -import time -import uuid - -import yaml -from dotenv import load_dotenv - -load_dotenv(override=True) - -# Global UUID is generated for agent and task -AGENT_UUID = uuid.uuid4() -TASK_UUID = uuid.uuid4() -RAPID_API_KEY = os.getenv("RAPID_API_KEY") -RAPID_API_HOST = os.getenv("RAPID_API_HOST") -JULEP_API_KEY = os.getenv("JULEP_API_KEY") or os.getenv("JULEP_API_KEY_LOCAL") - -print(f"JULEP_API_KEY: {JULEP_API_KEY}") -print(f"RAPID_API_KEY: {RAPID_API_KEY}") -print(f"RAPID_API_HOST: {RAPID_API_HOST}") - -from julep import Client - -# Creating Julep Client with the API Key -api_key = os.getenv("JULEP_API_KEY") -if not api_key: - msg = "JULEP_API_KEY not found in environment variables" - raise ValueError(msg) - -# Creating Julep Client with the API Key -client = Client(api_key=JULEP_API_KEY, environment="production") - -# Creating an agent for handling persistent sessions -agent = client.agents.create_or_update( - agent_id=AGENT_UUID, - name="Session Manager", - about="An AI agent specialized in managing persistent sessions and context.", - model="gpt-4o", -) - -# ### Creating a Document for Hooks -hooks_data = [ - { - "categories": "Price-Focused", - "content": [ - "Save both time and money with [product].", - "Save both time and money on [task].", - "Is [product] worth the price? Let’s find out!", - "Why is it challenging and costly to find a good [product category]?", - "Searching for an affordable [product type]? Check this out!", - "How to locate an affordable [service].", - "I can’t believe this costs only [price].", - "Don't waste your money on [X]; instead buy [X].", - ], - }, - { - "categories": "Informative", - "content": [ - "What’s inside [product]?", - "Common questions I get about [product].", - "Now you can get X delivered right to your door.", - "Thinking of trying [product type]?", - "Allow me to introduce you to [product].", - "[category] Tip #X.", - "Here’s how to achieve [value prop].", - "I know this sounds unbelievable, but…", - "How to get X done in just 10 minutes.", - "How to find time for X.", - "Here’s my biggest life hack for X.", - "Add more [value prop] to your day.", - ], - }, - { - "categories": "Versus the Alternative (or Competition)", - "content": [ - "Before you try [product type], watch this first.", - "Hate [the worse alternative]? Give this a try!", - "Thinking about [worse alternative]?", - "Instead of [worse alternative], try this.", - "Still using [the worse alternative to the product]? Watch this.", - "Something that’s always annoyed me about X.", - "Don’t buy X that doesn’t work. Try this instead.", - "I tested every [product category] so you don’t have to: here’s what I found.", - "Stop doing [worse alternative]. Try [product] instead.", - "Dealing with [negative experience]? I used [product] to help.", - "Why millennials are switching to [product].", - "How to do X without [worse alternative].", - "I only get my [product category] from [brand name].", - "I no longer buy my [product category] from [worse alternative].", - "[Worse alternative] can be difficult to deal with.", - "Your new X alternative.", - "[value prop] without the [negative side effect].", - "I kept experiencing [pain point], so I tried this instead!", - "If you have [pain point] — you need to see this!", - "I wanted to stop doing X, so I tried this instead.", - "Your X isn't [adverb]; you just need X.", - "My secret to [popular trend] revealed!", - ], - }, - { - "categories": "User Experience", - "content": [ - "Guys, it’s here…", - "What I ordered vs. what I received.", - "[Product] unboxing.", - "Let’s create X with [product].", - "POV: You tried [product].", - "A day in the life of X.", - "Get ready with me to do [task].", - "“Put a finger down” [product category] edition.", - "Trying home remedies for X.", - "[Product category] ASMR.", - ], - }, - { - "categories": "Responding to Hype", - "content": [ - "TikTok made me try [product].", - "Things TikTok made me try #13.", - "This [product type] is going viral on [social media platform].", - "I tested the viral [product type] to see if it lives up to the hype.", - "This [product type] has over 5,000 reviews… let’s see if it’s worth it.", - "[Publication] can’t stop raving about us.", - "It’s so good it sold out in a week.", - ], - }, - { - "categories": "It’s Easier", - "content": [ - "Are you [accomplishing the goal optimally]?", - "Life Hack: Try [product] for [pain point].", - "My go-to [product] for [pain point].", - "How to easily [task].", - "[Task] has never been easier than with [product].", - "My favorite [product] to make [hard task] simpler.", - "Here’s my top product for [task].", - "Struggling to do [task]?", - "I’ve been struggling with [task], but [product] has really helped.", - "Easiest way to do [task]?", - "Make your week easier.", - "Why adults avoid [task]… [product] makes it easy.", - "[Product] made [task] so much easier! You’ve got to try it.", - "When I use [product], it’s one less thing I have to worry about.", - "How to do [X] in half the time.", - "This trick/hack/method will save you hours...", - "Easy hack to [X]...", - "Simple [X] that will make you [X].", - ], - }, - { - "categories": "Lists", - "content": [ - "5 Ways [product] Helps with [pain point].", - "3 reasons to buy [product].", - "3 reasons to try [service].", - "Get [value prop] in 3 steps.", - "Here are 3 ways [worse alternative] affects your life.", - "5 things you didn’t know about [topic].", - "The ultimate [X] checklist to [action].", - "Reasons why [X].", - "Here are the 3 best ways to [X].", - "Here are [X] mistakes you might be making...", - "If you want [X], do these 5 things...", - ], - }, - { - "categories": "The Best", - "content": [ - "The internet’s #1 [product type].", - "The best way to [accomplish the goal of the product].", - "What makes [the product type] the best?", - "My skin has never looked better with [product].", - "The best way to find X in 2022.", - "[Product] changed how I do [task], and I’m never going back.", - "Why is [product] so good though?", - "After hours of researching, I found the best [product type] for [task].", - "I found the best [product category] for [value prop].", - "This is going to blow your mind.", - "How I got [X] in 24 hours.", - "Must-have [products] for [X].", - "The best [target audience] know something that you don't.", - ], - }, - { - "categories": "Other Video Hooks that Address Viewers Directly", - "content": [ - "Hey, [customer type], you’ve got to try this.", - "People looking for [product category], stop scrolling.", - "Wait, have you tried X?", - "Take control of your X with [product].", - "Imagine if X was also X.", - "Watch this if you X.", - ], - }, - { - "categories": "Facts & Stats", - "content": [ - "PSA: [statement about product category].", - "Did you know? [fact about product category].", - "I just found out [fact about product category].", - "Are you one of [fact about product category] people who do X?", - "New customers get [discount].", - "Take [discount] off when you try [product].", - "I didn’t know X could be related to X.", - "Why is it important to [do product-related task]?", - r"99\% of your [target audience] don't. To be the 1% you need to [X].", - "This [product] is the secret to [X].", - ], - }, - { - "categories": "Curiosity & Engagement", - "content": [ - "Is there anything worse than [X]?", - "I will never [adjective] from learning this.", - "X people start scrolling. I have the perfect [X] for you.", - "Here's a challenge for you...", - "There's nothing more painful than [X].", - "What would you do if...", - "Watch till the end…", - ], - }, - { - "categories": "Negative Hooks", - "content": [ - "Why you're failing at [activity].", - "The worst mistake you can make in [subject].", - "Avoid these common pitfalls in [topic].", - "The dark side of [popular trend].", - "Don't be fooled by [misconception].", - "Why [common practice] is ruining your [outcome].", - "What no one tells you about [issue].", - "The hidden dangers of [activity].", - "Stop doing this if you want to succeed in [field].", - "The ugly truth about [common belief].", - "Why [habit] is wasting your time.", - "Exposing the myths about [topic].", - "The biggest regret you'll have in [situation].", - "How [action] is destroying your [goal].", - "The shocking reality of [popular topic].", - "Why [trend] is a bad idea.", - "The real reason you're not seeing results in [field].", - "The downside of [seemingly positive aspect].", - "What you should never do in [activity].", - "Why [common advice] is actually harmful.", - ], - }, -] - -hooks_doc_content = [] -for category in hooks_data: - hooks_doc_content.extend(category["content"]) - -doc = client.agents.docs.create( - agent_id=AGENT_UUID, title="hooks_doc", content=hooks_doc_content -) -print(doc.id) - -# ####Listing the Documents -for doc in client.agents.docs.list(agent_id=AGENT_UUID): - print(doc.content) - -# Task Definition -task_def = yaml.safe_load(f""" -name: Agent Crawler - -tools: -- name: api_tool_call - type: api_call - api_call: - method: GET - url: "https://instagram-scraper-api2.p.rapidapi.com/v1/hashtag" - headers: - x-rapidapi-key: "{RAPID_API_KEY}" - x-rapidapi-host: "{RAPID_API_HOST}" - follow_redirects: true - -- name: get_hooks_doc - type: system - system: - resource: agent - subresource: doc - operation: list - -main: - -- tool: api_tool_call - arguments: - params: - hashtag: "inputs[0].topic" - -- evaluate: - summary: "list({{ - 'caption': ((response.get('caption') or {{}}).get('text') or 'No Caption Available'), - 'code': (response.get('code') or 'No Code Available'), - 'play_count': (response.get('play_count') or 0), - 'like_count': (response.get('like_count') or 0), - 'media_id': ((response.get('caption') or {{}}).get('id') or 0), - 'hashtags': ((response.get('caption') or {{}}).get('hashtags') or 'No Hashtag Available'), - 'video_duration': (response.get('video_duration') or 0), - 'comment_count': (response.get('comment_count') or 0), - 'reshare_count': (response.get('reshare_count') or 0), - 'has_audio': (response.get('has_audio') or False), - 'audio_type': (((response.get('clips_metadata') or {{}}).get('audio_type')) or 'No Audio Type Available'), - 'username': (((response.get('user') or {{}}).get('username')) or 'No Username Available'), - 'full_name': (((response.get('user') or {{}}).get('full_name')) or 'No Full Name Available'), - 'profile_pic_url': (((response.get('user') or {{}}).get('profile_pic_url')) or 'No Profile Pic URL Available'), - 'virality_score': (((response.get('reshare_count') or 0) / (response.get('play_count') or 1)) if (response.get('play_count') or 0) > 0 else 0), - 'engagement_score': (((response.get('like_count') or 0) / (response.get('play_count') or 1)) if (response.get('play_count') or 0) > 0 else 0), - 'video_duration': (response.get('video_duration') or 0) - }} for response in _['json']['data']['items'])" - -- over: _['summary'] - parallelism: 4 - map: - prompt: - - role: system - content: >- - You are a skilled agent tasked with creating a single description for each trending real estate reel for the given topic: {{{{inputs[0].topic}}}}. - Use information gathered from the following data sources to gather the most relevant information: - - Search Results: {{{{_['caption']}}}} - Virality Score: {{{{_['virality_score']}}}} - Engagement Score: {{{{_['engagement_score']}}}} - - Provide a json repsonse containing the caption, virality score, enagement score and one-liner description for the reel. - unwrap: true - -- evaluate: - summary: outputs[1]['summary'] - description: list(load_json(res.replace("```json", "").replace("```", "")) for res in _) - -- tool: get_hooks_doc - arguments: - agent_id: "'{AGENT_UUID}'" - -- evaluate: - hooks_doc: _[0]['content'] - -- over: outputs[3]['description'] - parallelism: 4 - map: - prompt: - - role: system - content: >- - You are a skilled content creator tasked with generating 3 engaging video hooks for each reel having its description and caption. Use the following document containing hook templates to create effective hooks: - - {{{{_.hooks_doc}}}} - - Here are the caption and description to create hooks for: - - Caption: {{{{_['caption']}}}} - Description: {{{{_['description']}}}} - Virality Score: {{{{_['virality_score']}}}} - Engagement Score: {{{{_['engagement_score']}}}} - - Your task is to generate 3 hooks (for the reel) by adapting the most suitable templates from the document. Each hook should be no more than 1 sentence long and directly relate to its corresponding idea. - - Basically, all the ideas are taken from a search about this topic, which is {{{{inputs[0].topic}}}}. You should focus on this while writing the hooks. - - Ensure that each hook is creative, engaging, and relevant to its idea while following the structure of the chosen template. - - Provide a json repsonse containing the caption, virality score, enagement score, description and the list of 3 hooks for the reel. - unwrap: true - -- evaluate: - summary: outputs[3]['summary'] - hooks: list(load_json(res.replace("```json", "").replace("```", "")) for res in _) -""") - -# Creating/Updating a task -task = client.tasks.create_or_update(task_id=TASK_UUID, agent_id=AGENT_UUID, **task_def) - -# Creating an execution of the task -execution = client.executions.create(task_id=task.id, input={"topic": "halloween snacks"}) - -# Waiting for the execution to complete -time.sleep(120) - -# Lists all the task steps that have been executed up to this point in time -transitions = client.executions.transitions.list(execution_id=execution.id).items - -# Transitions are retreived in reverse chronological order -for transition in reversed(transitions): - print("Transition type: ", transition.type) - print("Transition output: ", transition.output) - print("-" * 50) - -import json - -response = client.executions.transitions.list(execution_id=execution.id).items[0].output -print(json.dumps(response, indent=4)) diff --git a/cookbooks/05-video-processing-with-natural-language.ipynb b/cookbooks/05-video-processing-with-natural-language.ipynb index 3108a9ea8..82824009c 100644 --- a/cookbooks/05-video-processing-with-natural-language.ipynb +++ b/cookbooks/05-video-processing-with-natural-language.ipynb @@ -33,7 +33,7 @@ "\n", "### Overview\n", "\n", - "This task is leverages the cloudinary `integration` tool, and combines it with a prompt step to convert a natural language instructions and apply them to a given video.\n", + "This task leverages the cloudinary `integration` tool, and combines it with a prompt step to convert a natural language instructions and apply them to a given video.\n", "\n", "### Task Tools:\n", "\n", @@ -53,11 +53,11 @@ "\n", "### Task Flow\n", "\n", - "1. **Input**: The user provides a URL to a video and transoformation instrucitons (in natural language) to apply to the video.\n", + "1. **Input**: The user provides a URL to a video and transformation instructions (in natural language) to apply to the video.\n", "\n", "2. **Cloudinary Tool Integration**: The `cloudinary_upload` tool is called to upload the video to cloudinary.\n", "\n", - "3. **Prompt Step**: The prompt step is used to convert the natural language instructions into a json of transformation instructions that are compatible with cloudinary's API. In this step, `gemini-1.5-pro` is used as the model due to its ability to read video files.\n", + "3. **Prompt Step**: The prompt step is used to convert the natural language instructions into a json of transformation instructions that are compatible with Cloudinary's API. In this step, `gemini-1.5-pro` is used as the model due to its ability to read video files.\n", "\n", "4. **Cloudinary Tool Integration**: The `cloudinary_upload` tool is called again to apply the transformation instructions to the video.\n", "\n", @@ -106,16 +106,28 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ "!pip install --upgrade julep --quiet" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "#### NOTE:\n", + "\n", + "- UUIDs are generated for both the agent and task to uniquely identify them within the system.\n", + "- Once created, these UUIDs should remain unchanged for simplicity.\n", + "- Altering a UUID will result in the system treating it as a new agent or task.\n", + "- If a UUID is changed, the original agent or task will continue to exist in the system alongside the new one." + ] + }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 17, "metadata": {}, "outputs": [], "source": [ @@ -138,33 +150,32 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 18, "metadata": {}, "outputs": [], "source": [ "from julep import Client\n", - "import os\n", "\n", - "api_key = os.getenv(\"JULEP_API_KEY\")\n", + "JULEP_API_KEY = \"YOUR_JULEP_API_KEY\"\n", "\n", "# Create a Julep client\n", - "client = Client(api_key=api_key, environment=\"production\")" + "client = Client(api_key=JULEP_API_KEY, environment=\"production\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an \"agent\"\n", + "### Creating an \"agent\"\n", "\n", "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." + "To learn more about the agent, please refer to the Agent section in [Julep Concepts](https://docs.julep.ai/docs/concepts/agents)." ] }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 19, "metadata": {}, "outputs": [], "source": [ @@ -181,31 +192,36 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Defining a Task\n", + "### Defining a Task\n", "\n", "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", "\n", "You can use them to conduct complex actions by defining them step-by-step.\n", "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." + "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tasks)." ] }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 20, "metadata": {}, "outputs": [], "source": [ "import yaml\n", "\n", - "cloudinary_api_key = os.getenv(\"CLOUDINARY_API_KEY\")\n", - "cloudinary_api_secret = os.getenv(\"CLOUDINARY_API_SECRET\")\n", - "cloudinary_cloud_name = os.getenv(\"CLOUDINARY_CLOUD_NAME\")\n", + "cloudinary_api_key = \"YOUR_CLOUDINARY_API_KEY\"\n", + "cloudinary_api_secret = \"YOUR_CLOUDINARY_API_SECRET\"\n", + "cloudinary_cloud_name = \"YOUR_CLOUDINARY_CLOUD_NAME\"\n", "\n", "# Define the task\n", "task_def = yaml.safe_load(f\"\"\"\n", - "name: Video Processing With Natural Language\n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", + "name: Julep Video Processing With Natural Language\n", + "description: Process a video using natural language instructions\n", "\n", + "########################################################\n", + "####################### INPUT SCHEMA ###################\n", + "########################################################\n", "input_schema:\n", " type: object\n", " properties:\n", @@ -219,6 +235,11 @@ " type: string\n", " description: The prompt for the transformations to apply to the file\n", "\n", + "########################################################\n", + "####################### TOOLS ##########################\n", + "########################################################\n", + " \n", + "# Define the tools that the task will use in this workflow\n", "tools:\n", "- name: cloudinary_upload\n", " type: integration\n", @@ -230,14 +251,20 @@ " cloudinary_api_secret: \"{cloudinary_api_secret}\"\n", " cloudinary_cloud_name: \"{cloudinary_cloud_name}\"\n", "\n", + "########################################################\n", + "####################### MAIN WORKFLOW ##################\n", + "########################################################\n", + "\n", "main:\n", + "# Step 0: Upload the video to cloudinary\n", "- tool: cloudinary_upload\n", " arguments:\n", - " file: '_0.video_url'\n", - " public_id: '_0.public_id'\n", + " file: $ steps[0].input.video_url\n", + " public_id: $ steps[0].input.public_id\n", " upload_params:\n", - " resource_type: \"'video'\"\n", + " resource_type: video\n", "\n", + "# Step 1: Generate the transformation json\n", "- prompt:\n", " - role: user\n", " content:\n", @@ -272,32 +299,35 @@ " ```\n", " - type: image_url\n", " image_url:\n", - " url: \"{{{{_.url}}}}\"\n", + " url: $ _.url\n", "\n", " - type: text\n", " text: |-\n", - " Hey, check the video above, I need to apply the following transformations using cloudinary.\n", - " {{{{_0.transformation_prompt}}}}\n", + " $ f'''Hey, check the video above, I need to apply the following transformations using cloudinary.\n", + " {{steps[0].input.transformation_prompt}}'''\n", "\n", " unwrap: true\n", " settings:\n", " model: gemini/gemini-1.5-pro\n", "\n", - "# Extract the json from the model's response\n", + "# Step 2: Extract the json from the model's response\n", "- evaluate:\n", - " model_transformation: load_json(\n", + " model_transformation: >-\n", + " $ load_json(\n", " _[_.find(\"```json\")+7:][:_[_.find(\"```json\")+7:].find(\"```\")])\n", "\n", + "# Step 3: Upload the video to cloudinary\n", "- tool: cloudinary_upload\n", " arguments:\n", - " file: '_0.video_url'\n", - " public_id: '_0.public_id'\n", + " file: $ steps[0].input.video_url\n", + " public_id: $ steps[0].input.public_id\n", " upload_params:\n", - " transformation: '_.model_transformation'\n", - " resource_type: \"'video'\"\n", + " transformation: $ _.model_transformation\n", + " resource_type: video\n", "\n", + "# Step 4: Return the transformed video url\n", "- evaluate:\n", - " transformed_video_url: '_.url'\n", + " transformed_video_url: $ _.url\n", "\"\"\")" ] }, @@ -306,20 +336,16 @@ "metadata": {}, "source": [ "Notes:\n", - "- The reason for using the quadruple curly braces `{{{{}}}}` for the jinja template is to avoid conflicts with the curly braces when using the `f` formatted strings in python. [More information here](https://stackoverflow.com/questions/64493332/jinja-templating-in-airflow-along-with-formatted-text)\n", - "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating/Updating a task" + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." ] }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 21, "metadata": {}, "outputs": [], "source": [ @@ -335,28 +361,25 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an Execution" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "An execution is a single run of a task. It is a way to run a task with a specific set of inputs." + "### Creating an Execution\n", + "\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", + "\n", + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." ] }, { "cell_type": "code", - "execution_count": 43, + "execution_count": 22, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "'1021a8d6-5050-48c3-b23e-6d96578d1026'" + "'067a60aa-a389-7e5a-8000-1f47c51b0ced'" ] }, - "execution_count": 43, + "execution_count": 22, "metadata": {}, "output_type": "execute_result" } @@ -406,14 +429,14 @@ }, { "cell_type": "code", - "execution_count": 37, + "execution_count": 23, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "{'base64': None, 'meta_data': {'api_key': '518455844981529', 'asset_folder': '', 'asset_id': '069d70c84e88ee9293a1d753b3ca3898', 'audio': {'bit_rate': '191999', 'channel_layout': 'stereo', 'channels': 2, 'codec': 'aac', 'frequency': 44100}, 'bit_rate': 1197518, 'bytes': 2252313, 'created_at': '2024-11-20T08:55:44Z', 'display_name': 'video_test2', 'duration': 15.046531, 'etag': '9e87559cba36e6d07f7435c2a8081b3a', 'format': 'mp4', 'frame_rate': 24.0, 'height': 720, 'is_audio': False, 'nb_frames': 361, 'original_filename': 'ForBiggerMeltdowns', 'overwritten': True, 'pages': 0, 'placeholder': False, 'playback_url': 'https://res.cloudinary.com/dpnjjk8mb/video/upload/sp_auto/v1732200108/video_test2.m3u8', 'resource_type': 'video', 'rotation': 0, 'signature': 'e65a0d39a282fc8bd4dd3288d7d35dfffdadc2a8', 'tags': [], 'type': 'upload', 'url': 'http://res.cloudinary.com/dpnjjk8mb/video/upload/v1732200108/video_test2.mp4', 'version': 1732200108, 'version_id': 'a9fccdf7b310edb3c2ff5ffe9335f7f8', 'video': {'bit_rate': '1002377', 'codec': 'h264', 'level': 31, 'pix_format': 'yuv420p', 'profile': 'High', 'time_base': '1/48'}, 'width': 1280}, 'public_id': 'video_test2', 'url': 'https://res.cloudinary.com/dpnjjk8mb/video/upload/v1732200108/video_test2.mp4'}\n" + "{'public_id': 'video_test2', 'video_url': 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerMeltdowns.mp4', 'transformation_prompt': \"\\n1- I want to add an overlay an the following image to the video, and apply a layer apply flag also. Here's the image url:\\nhttps://res.cloudinary.com/demo/image/upload/logos/cloudinary_icon_white.png\\n\\n2- I also want you to to blur the video, and add a fade in and fade out effect to the video with a duration of 3 seconds each.\\n\"}\n" ] } ], @@ -426,7 +449,7 @@ }, { "cell_type": "code", - "execution_count": 45, + "execution_count": 34, "metadata": {}, "outputs": [ { @@ -434,42 +457,36 @@ "output_type": "stream", "text": [ "Transition type: init\n", - "Transition output: {'public_id': 'video_test2', 'transformation_prompt': \"\\n1- I want to add an overlay an the following image to the video, and apply a layer apply flag also. Here's the image url:\\nhttps://res.cloudinary.com/demo/image/upload/logos/cloudinary_icon_white.png\\n\\n2- I also want you to to blur the video, and add a fade in and fade out effect to the video with a duration of 3 seconds each.\\n\", 'video_url': 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerMeltdowns.mp4'}\n", + "Transition output: {'public_id': 'video_test2', 'video_url': 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerMeltdowns.mp4', 'transformation_prompt': \"\\n1- I want to add an overlay an the following image to the video, and apply a layer apply flag also. Here's the image url:\\nhttps://res.cloudinary.com/demo/image/upload/logos/cloudinary_icon_white.png\\n\\n2- I also want you to to blur the video, and add a fade in and fade out effect to the video with a duration of 3 seconds each.\\n\"}\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: {'base64': None, 'meta_data': {'api_key': '518455844981529', 'asset_folder': '', 'asset_id': '069d70c84e88ee9293a1d753b3ca3898', 'audio': {'bit_rate': '191999', 'channel_layout': 'stereo', 'channels': 2, 'codec': 'aac', 'frequency': 44100}, 'bit_rate': 1197518, 'bytes': 2252313, 'created_at': '2024-11-20T08:55:44Z', 'display_name': 'video_test2', 'duration': 15.046531, 'etag': '9e87559cba36e6d07f7435c2a8081b3a', 'format': 'mp4', 'frame_rate': 24.0, 'height': 720, 'is_audio': False, 'nb_frames': 361, 'original_filename': 'ForBiggerMeltdowns', 'overwritten': True, 'pages': 0, 'placeholder': False, 'playback_url': 'https://res.cloudinary.com/dpnjjk8mb/video/upload/sp_auto/v1732200198/video_test2.m3u8', 'resource_type': 'video', 'rotation': 0, 'signature': 'f46b7d3d234cd8d4c0f15423b507768df17f2ff6', 'tags': [], 'type': 'upload', 'url': 'http://res.cloudinary.com/dpnjjk8mb/video/upload/v1732200198/video_test2.mp4', 'version': 1732200198, 'version_id': '5ed8eae9dc683377dc4713767bf729f0', 'video': {'bit_rate': '1002377', 'codec': 'h264', 'level': 31, 'pix_format': 'yuv420p', 'profile': 'High', 'time_base': '1/48'}, 'width': 1280}, 'public_id': 'video_test2', 'url': 'https://res.cloudinary.com/dpnjjk8mb/video/upload/v1732200198/video_test2.mp4'}\n", + "Transition output: {'url': 'https://res.cloudinary.com/dpnjjk8mb/video/upload/v1738934100/video_test2.mp4', 'base64': None, 'meta_data': {'url': 'http://res.cloudinary.com/dpnjjk8mb/video/upload/v1738934100/video_test2.mp4', 'tags': [], 'type': 'upload', 'audio': {'codec': 'aac', 'bit_rate': '191999', 'channels': 2, 'frequency': 44100, 'channel_layout': 'stereo'}, 'bytes': 2252313, 'video': {'codec': 'h264', 'level': 31, 'profile': 'High', 'bit_rate': '1002377', 'time_base': '1/48', 'pix_format': 'yuv420p'}, 'width': 1280, 'format': 'mp4', 'height': 720, 'api_key': '518455844981529', 'version': 1738934100, 'asset_id': '069d70c84e88ee9293a1d753b3ca3898', 'bit_rate': 1197518, 'duration': 15.046531, 'existing': True, 'is_audio': False, 'rotation': 0, 'nb_frames': 361, 'signature': '836eddb515d796dc8484d7dc108cb67fbe0ba1d5', 'created_at': '2024-11-20T08:55:44Z', 'frame_rate': 24.0, 'version_id': '85846ee1c860645e1149e8029051c07d', 'placeholder': False, 'asset_folder': '', 'display_name': 'video_test2', 'playback_url': 'https://res.cloudinary.com/dpnjjk8mb/video/upload/sp_auto/v1738934100/video_test2.m3u8', 'resource_type': 'video'}, 'public_id': 'video_test2'}\n", "--------------------------------------------------\n", "Transition type: step\n", "Transition output: ```json\n", "[\n", - " {\n", - " \"overlay\": {\n", - " \"url\": \"https://res.cloudinary.com/demo/image/upload/logos/cloudinary_icon_white.png\"\n", - " }\n", - " },\n", - " {\n", - " \"flags\": \"layer_apply\"\n", - " },\n", - " {\n", - " \"effect\": \"blur:100\"\n", - " },\n", - " {\n", - " \"effect\": \"fade:3000\"\n", - " },\n", - " {\n", - " \"effect\": \"fade:-3000\"\n", + " {\n", + " \"overlay\": {\n", + " \"url\": \"https://res.cloudinary.com/demo/image/upload/logos/cloudinary_icon_white.png\"\n", " }\n", + " },\n", + " {\n", + " \"flags\": \"layer_apply\"\n", + " },\n", + " {\n", + " \"effect\": \"blur:200\"\n", + " },\n", + " {\n", + " \"effect\": \"fadeIn:3000\"\n", + " },\n", + " {\n", + " \"effect\": \"fadeOut:3000\"\n", + " }\n", "]\n", "```\n", "--------------------------------------------------\n", "Transition type: step\n", - "Transition output: {'model_transformation': [{'overlay': {'url': 'https://res.cloudinary.com/demo/image/upload/logos/cloudinary_icon_white.png'}}, {'flags': 'layer_apply'}, {'effect': 'blur:100'}, {'effect': 'fade:3000'}, {'effect': 'fade:-3000'}]}\n", - "--------------------------------------------------\n", - "Transition type: step\n", - "Transition output: {'base64': None, 'meta_data': {'api_key': '518455844981529', 'asset_folder': '', 'asset_id': '069d70c84e88ee9293a1d753b3ca3898', 'audio': {'bit_rate': '128290', 'channel_layout': 'stereo', 'channels': 2, 'codec': 'aac', 'frequency': 44100}, 'bit_rate': 644662, 'bytes': 1212449, 'created_at': '2024-11-20T08:55:44Z', 'display_name': 'video_test2', 'duration': 15.046009, 'etag': '876869c16d0bfa291d55796e5cb1bc00', 'format': 'mp4', 'frame_rate': 24.0, 'height': 720, 'is_audio': False, 'nb_frames': 361, 'original_filename': 'ForBiggerMeltdowns', 'overwritten': True, 'pages': 0, 'placeholder': False, 'playback_url': 'https://res.cloudinary.com/dpnjjk8mb/video/upload/sp_auto/v1732200207/video_test2.m3u8', 'resource_type': 'video', 'rotation': 0, 'signature': '7df5ccaaf5cba28b4d62d2ffc59793f29dfea326', 'tags': [], 'type': 'upload', 'url': 'http://res.cloudinary.com/dpnjjk8mb/video/upload/v1732200207/video_test2.mp4', 'version': 1732200207, 'version_id': 'fdfd560e5e06e3327777a5355b2cc682', 'video': {'bit_rate': '509638', 'codec': 'h264', 'level': 31, 'pix_format': 'yuv420p', 'profile': 'High', 'time_base': '1/12288'}, 'width': 1280}, 'public_id': 'video_test2', 'url': 'https://res.cloudinary.com/dpnjjk8mb/video/upload/v1732200207/video_test2.mp4'}\n", - "--------------------------------------------------\n", - "Transition type: finish\n", - "Transition output: {'transformed_video_url': 'https://res.cloudinary.com/dpnjjk8mb/video/upload/v1732200207/video_test2.mp4'}\n", + "Transition output: {'model_transformation': [{'overlay': {'url': 'https://res.cloudinary.com/demo/image/upload/logos/cloudinary_icon_white.png'}}, {'flags': 'layer_apply'}, {'effect': 'blur:200'}, {'effect': 'fadeIn:3000'}, {'effect': 'fadeOut:3000'}]}\n", "--------------------------------------------------\n" ] } @@ -478,7 +495,7 @@ "# Lists all the task steps that have been executed up to this point in time\n", "transitions = client.executions.transitions.list(execution_id=execution.id).items\n", "\n", - "# Transitions are retreived in reverse chronological order\n", + "# Transitions are retrieved in reverse chronological order\n", "for transition in reversed(transitions):\n", " print(\"Transition type: \", transition.type)\n", " print(\"Transition output: \", transition.output)\n", @@ -487,79 +504,11 @@ "if transitions[0].type == \"finish\":\n", " transformed_video_url = transitions[0].output['transformed_video_url']" ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Video Before Transformation" - ] - }, - { - "cell_type": "code", - "execution_count": 46, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "" - ], - "text/plain": [ - "" - ] - }, - "execution_count": 46, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "from IPython.display import Video\n", - "\n", - "Video(input_video_url)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Video After Transformation" - ] - }, - { - "cell_type": "code", - "execution_count": 47, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "" - ], - "text/plain": [ - "" - ] - }, - "execution_count": 47, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "from IPython.display import Video\n", - "\n", - "Video(transformed_video_url)" - ] } ], "metadata": { "kernelspec": { - "display_name": "ai", + "display_name": ".venv", "language": "python", "name": "python3" }, diff --git a/cookbooks/06-browser-use.ipynb b/cookbooks/06-browser-use.ipynb index b22a92533..361756136 100644 --- a/cookbooks/06-browser-use.ipynb +++ b/cookbooks/06-browser-use.ipynb @@ -94,8 +94,8 @@ "| - Julep Session | --> | - Navigation | --> | - Evaluate |\n", "| - Browser Session| | - Clicking | | - Continue/End |\n", "+-------------------+ | - Typing | +------------------+\n", - " | - Screenshots |\n", - " +----------------------+\n", + " | - Screenshots |\n", + " +----------------------+\n", " ↑\n", " |\n", " ↓\n", @@ -168,25 +168,6 @@ "TASK_UUID = uuid.uuid4() " ] }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "AGENT_UUID: d9558969-1ee3-41f4-a35f-3e27431754c2\n", - "TASK_UUID: d577fec4-b2f4-424d-a699-7d441c4be77e\n" - ] - } - ], - "source": [ - "print(f\"AGENT_UUID: {AGENT_UUID}\")\n", - "print(f\"TASK_UUID: {TASK_UUID}\")" - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -215,12 +196,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an \"agent\"\n", - "\n", + "### Creating an \"agent\"\n", "\n", "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." + "To learn more about the agent, please refer to the Agent section in [Julep Concepts](https://docs.julep.ai/docs/concepts/agents)." ] }, { @@ -232,15 +212,6 @@ "# Defining the agent\n", "name = \"Browser Use Assistant\"\n", "about = \"an assistant that can interact with a web browser to perform tasks on behalf of users.\"\n", - "default_settings = {\n", - " \"temperature\": 0.7,\n", - " \"top_p\": 1,\n", - " \"min_p\": 0.01,\n", - " \"presence_penalty\": 0,\n", - " \"frequency_penalty\": 0,\n", - " \"length_penalty\": 1.0,\n", - " \"max_tokens\": 150,\n", - "}\n", "\n", "# Create the agent\n", "agent = client.agents.create_or_update(\n", @@ -251,6 +222,17 @@ ")" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Creating an an \"tool\"\n", + "\n", + "Tools are the object which define the actions that the agent can perform.\n", + "\n", + "To learn more about the tools, please refer to the Tools section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tools)." + ] + }, { "cell_type": "code", "execution_count": 6, @@ -279,13 +261,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Defining a Task\n", + "### Defining a Task\n", "\n", "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", "\n", "You can use them to conduct complex actions by defining them step-by-step.\n", "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." + "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tasks)." ] }, { @@ -299,8 +281,20 @@ "\n", "# Defining the task\n", "task_def = yaml.safe_load('''\n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", "name: computer-use-task\n", + "description: A task that uses a computer to navigate the web.\n", "\n", + "########################################################\n", + "################### INPUT SCHEMA #######################\n", + "########################################################\n", + "input_schema:\n", + " type: object\n", + " properties:\n", + " goal:\n", + " type: string\n", + " required:\n", + " - goal\n", "\n", "########################################################\n", "####################### TOOLS ##########################\n", @@ -313,8 +307,8 @@ " provider: browserbase\n", " method: create_session\n", " setup:\n", - " api_key: \"DEMO_API_KEY\"\n", - " project_id: \"DEMO_PROJECT_ID\"\n", + " api_key: \"YOUR_BROWSERBASE_API_KEY\"\n", + " project_id: \"YOUR_BROWSERBASE_PROJECT_ID\"\n", "\n", "- name: get_session_view_urls\n", " type: integration\n", @@ -322,8 +316,8 @@ " provider: browserbase\n", " method: get_live_urls\n", " setup:\n", - " api_key: \"DEMO_API_KEY\"\n", - " project_id: \"DEMO_PROJECT_ID\"\n", + " api_key: \"YOUR_BROWSERBASE_API_KEY\"\n", + " project_id: \"YOUR_BROWSERBASE_PROJECT_ID\"\n", "\n", "- name: perform_browser_action\n", " type: integration\n", @@ -347,71 +341,59 @@ " operation: chat\n", "\n", "########################################################\n", - "################### INPUT SCHEMA #######################\n", - "########################################################\n", - "\n", - "input_schema:\n", - " type: object\n", - " properties:\n", - " goal:\n", - " type: string\n", - " required:\n", - " - goal\n", - "\n", - "########################################################\n", "################### MAIN WORKFLOW ######################\n", "########################################################\n", "\n", "main:\n", "\n", - "# Step #0\n", + "# Step #0 - Create Julep Session\n", "- tool: create_julep_session\n", " arguments:\n", - " agent: str(agent.id)\n", - " situation: \"'Juelp Browser Use Agent'\"\n", + " agent: $ str(agent.id)\n", + " situation: \"Juelp Browser Use Agent\"\n", " recall: 'False'\n", "\n", - "# Step #1\n", + "# Step #1 - Store Julep Session ID\n", "- evaluate:\n", - " julep_session_id: _.id\n", + " julep_session_id: $ _.id\n", "\n", - "# Step #2\n", + "# Step #2 - Create Browserbase Session\n", "- tool: create_browserbase_session\n", " arguments:\n", - " project_id: \"'c35ee022-883e-4070-9f3c-89607393214b'\"\n", + " project_id: \"c35ee022-883e-4070-9f3c-89607393214b\"\n", "\n", - "# Step #3\n", + "# Step #3 - Store Browserbase Session Info\n", "- evaluate:\n", - " browser_session_id: _.id\n", - " connect_url: _.connect_url\n", + " browser_session_id: $ _.id\n", + " connect_url: $ _.connect_url\n", "\n", - "# Step #4\n", + "# Step #4 - Get Session View URLs\n", "- tool: get_session_view_urls\n", " arguments:\n", - " id: _.browser_session_id\n", + " id: $ _.browser_session_id\n", "\n", - "# Step #5\n", + "# Step #5 - Store Debugger URL\n", "- evaluate:\n", - " debugger_url: _.urls.debuggerUrl\n", + " debugger_url: $ _.urls.debuggerUrl\n", "\n", - "# Step #6\n", + "# Step #6 - Navigate to Google\n", "# Navigate to google to avoid sending a blank \n", "# screenshot when computer use starts\n", "- tool: perform_browser_action\n", " arguments:\n", - " connect_url: outputs[3].connect_url\n", - " action: \"'navigate'\"\n", - " text: \"'https://www.google.com'\"\n", + " connect_url: $ steps[3].output.connect_url\n", + " action: \"navigate\"\n", + " text: \"https://www.google.com\"\n", "\n", - "# Step #7\n", + "# Step #7 - Run Browser Workflow\n", "- workflow: run_browser\n", " arguments:\n", - " julep_session_id: outputs[1].julep_session_id\n", - " cdp_url: outputs[3].connect_url\n", + " julep_session_id: $ steps[1].output.julep_session_id\n", + " cdp_url: $ steps[3].output.connect_url\n", " messages:\n", - " - role: \"'user'\"\n", + " - role: \"user\"\n", " content: |-\n", - " \"\"\"\n", + " $ \"\"\"\n", " \n", " * You are utilising a headless chrome browser to interact with the internet.\n", " * You can use the computer tool to interact with the browser.\n", @@ -419,96 +401,96 @@ " * You are already inside the browser.\n", " * You can't open new tabs or windows.\n", " * For now, rely on screenshots as the only way to see the browser.\n", - " * You can't don't have access to the browser's UI.\n", + " * You don't have access to the browser's UI.\n", " * YOU CANNOT WRITE TO THE SEARCH BAR OF THE BROWSER.\n", " \n", " \n", - " *\"\"\" + inputs[0].goal + NEWLINE + \"\"\n", - " workflow_label: \"'run_browser'\" # <----- REMOVE THIS\n", + " *\"\"\" + steps[0].input.goal + NEWLINE + \"\"\n", + " workflow_label: \"run_browser\" # <----- REMOVE THIS\n", "\n", "\n", "########################################################\n", - "################# RUN BROWSER WORKFLOW #################\n", + "################# RUN BROWSER SUBWORKFLOW ##############\n", "########################################################\n", "\n", "run_browser:\n", "\n", + "# Step #0 - Agent Interaction\n", "- tool: session_chat\n", " arguments:\n", - " session_id: _.julep_session_id\n", - " messages: _.messages\n", + " session_id: $ _.julep_session_id\n", + " messages: $ _.messages\n", " recall: 'False'\n", "\n", - "# Evaluate the response from the agent\n", + "# Step #1 - Evaluate the response from the agent\n", "- evaluate:\n", - " content: _.choices[0].message.content\n", - " tool_calls: \"[ \\\n", - " { \\\n", - " 'tool_call_id': tool_call.id, \\\n", - " 'action': load_json(tool_call.function.arguments)['action'], \\\n", - " 'text': load_json(tool_call.function.arguments).get('text'), \\\n", - " 'coordinate': load_json(tool_call.function.arguments).get('coordinate') \\\n", - " } \\\n", - " for tool_call in _.choices[0].message.tool_calls or [] if tool_call.type == 'function']\"\n", - "\n", - "\n", - "# Perform the actions requested by the agent\n", + " content: $ _.choices[0].message.content\n", + " tool_calls: |-\n", + " $ [ \n", + " { \n", + " 'tool_call_id': tool_call.id, \n", + " 'action': load_json(tool_call.function.arguments)['action'], \n", + " 'text': load_json(tool_call.function.arguments).get('text'), \n", + " 'coordinate': load_json(tool_call.function.arguments).get('coordinate') \n", + " } \n", + " for tool_call in _.choices[0].message.tool_calls or [] if tool_call.type == 'function']\n", + "\n", + "\n", + "# Step #2 - Perform the actions requested by the agent\n", "- foreach:\n", - " in: _.tool_calls\n", + " in: $ _.tool_calls\n", " do:\n", " tool: perform_browser_action\n", " arguments:\n", - " connect_url: inputs[0].cdp_url\n", - " action: _.action if not (str(_.get('text', '')).startswith('http') and _.action == 'type') else 'navigate'\n", - " text: _.get('text')\n", - " coordinate: _.get('coordinate')\n", - "\n", - "# ----------------------------------------------------------------\n", - "# Convert the result of the actions into a chat message\n", - "# ----------------------------------------------------------------\n", + " connect_url: $ steps[0].input.cdp_url\n", + " action: $ _.action if not (str(_.get('text', '')).startswith('http') and _.action == 'type') else 'navigate'\n", + " text: $ _.get('text')\n", + " coordinate: $ _.get('coordinate')\n", "\n", - "# Handle image content part\n", + "# Step #3 - Convert the result of the actions into a chat message\n", "- evaluate:\n", - " contents: \"[\\\n", - " { \\\n", - " 'type': 'image_url', \\\n", - " 'image_url': { \\\n", - " 'url': result['base64_image'], \\\n", + " contents: >-\n", + " $ [ \\\n", + " { \\\n", + " 'type': 'image_url', \\\n", + " 'image_url': { \\\n", + " 'url': result['base64_image'], \\\n", + " } \\\n", + " } if result['base64_image'] is not None else \\\n", + " { \\\n", + " 'type': 'text', \\\n", + " 'text': result['output'] if result['output'] is not None else 'done' \\\n", " } \\\n", - " } if result['base64_image'] is not None else \\\n", - " { \\\n", - " 'type': 'text', \\\n", - " 'text': result['output'] if result['output'] is not None else 'done' \\\n", - " } \\\n", - " for result in _]\"\n", + " for result in _]\n", "\n", + "# Step #4 - Convert the result of the actions into a chat message\n", "- evaluate:\n", - " messages: \"[{'content': [_.contents[i]], 'role': 'tool', 'name': 'computer', 'tool_call_id': outputs[1].tool_calls[i].tool_call_id} for i in range(len(_.contents))]\"\n", - "# ----------------------------------------------------------------\n", - "# Check if the goal is achieved and recursively run the browser\n", - "# ----------------------------------------------------------------\n", + " messages: \"$ [{'content': [_.contents[i]], 'role': 'tool', 'name': 'computer', 'tool_call_id': steps[1].output.tool_calls[i].tool_call_id} for i in range(len(_.contents))]\"\n", "\n", + "# Step #5 - Check if the goal is achieved and recursively run the browser\n", "- workflow: check_goal_status\n", " arguments:\n", - " messages: _.messages\n", - " julep_session_id: inputs[0].julep_session_id\n", - " cdp_url: inputs[0].cdp_url\n", - " workflow_label: \"'check_goal_status'\" \n", + " messages: $ _.messages\n", + " julep_session_id: $ steps[0].input.julep_session_id\n", + " cdp_url: $ steps[0].input.cdp_url\n", + " workflow_label: \"check_goal_status\" \n", "\n", "\n", "########################################################\n", - "############## CHECK GOAL STATUS WORKFLOW ##############\n", + "############## CHECK GOAL STATUS SUBWORKFLOW ##############\n", "########################################################\n", "\n", "check_goal_status:\n", - "- if: len(_.messages) > 0\n", + "\n", + "# Step #0 - Check if the goal is achieved and recursively run the browser\n", + "- if: $ len(_.messages) > 0\n", " then:\n", " workflow: run_browser\n", " arguments:\n", - " messages: _.messages\n", - " julep_session_id: _.julep_session_id\n", - " cdp_url: _.cdp_url\n", - " workflow_label: \"'run_browser'\" \n", + " messages: $ _.messages\n", + " julep_session_id: $ _.julep_session_id\n", + " cdp_url: $ _.cdp_url\n", + " workflow_label: \"run_browser\" \n", "''')\n" ] }, @@ -517,15 +499,11 @@ "metadata": {}, "source": [ "Notes:\n", - "\n", - "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating/Updating a task" + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." ] }, { @@ -550,14 +528,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an Execution" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "An execution is a single run of a task. It is a way to run a task with a specific set of inputs." + "### Creating an Execution\n", + "\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", + "\n", + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." ] }, { @@ -569,7 +544,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Started an execution. Execution ID: 06787ed3-1149-7e97-8000-55a81dd80d58\n" + "Started an execution. Execution ID: 067a63c3-638a-77e6-8000-3cd61baa9ebb\n" ] } ], @@ -608,7 +583,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 15, "metadata": {}, "outputs": [ { @@ -617,969 +592,89 @@ "text": [ "Transtion Index: 0\n", "Transition Type: init\n", - "{'agent_id': 'd9558969-1ee3-41f4-a35f-3e27431754c2',\n", + "{'agent_id': '5113a738-f5a0-4b71-83e7-b98656985c92',\n", " 'goal': \"Navigate to JulepAI's Github repository and tell me the number of \"\n", " \"stars it has. Remember bro, the link for julep's repository is \"\n", " 'https://github.com/julep-ai/julep'}\n", "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", "Transtion Index: 1\n", "Transition Type: step\n", - "{'created_at': '2025-01-15T17:15:29.543146Z',\n", - " 'id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'jobs': []}\n", + "{'auto_run_tools': False,\n", + " 'context_overflow': None,\n", + " 'created_at': '2025-02-07T17:00:38.457752Z',\n", + " 'forward_tool_calls': False,\n", + " 'id': '067a63c3-6752-7225-8000-754d7a2a6056',\n", + " 'kind': None,\n", + " 'metadata': {},\n", + " 'recall_options': {'alpha': 0.7,\n", + " 'confidence': 0.6,\n", + " 'lang': 'en-US',\n", + " 'limit': 10,\n", + " 'max_query_length': 1000,\n", + " 'metadata_filter': {},\n", + " 'mmr_strength': 0.0,\n", + " 'mode': 'vector',\n", + " 'num_search_messages': 4},\n", + " 'render_templates': True,\n", + " 'situation': 'Juelp Browser Use Agent',\n", + " 'summary': None,\n", + " 'system_template': '{%- if agent.name -%}\\n'\n", + " 'You are {{agent.name}}.{{\" \"}}\\n'\n", + " '{%- endif -%}\\n'\n", + " '\\n'\n", + " '{%- if agent.about -%}\\n'\n", + " 'About you: {{agent.about}}.{{\" \"}}\\n'\n", + " '{%- endif -%}\\n'\n", + " '\\n'\n", + " '{%- if user -%}\\n'\n", + " 'You are talking to a user\\n'\n", + " ' {%- if user.name -%}{{\" \"}} and their name is '\n", + " '{{user.name}}\\n'\n", + " ' {%- if user.about -%}. About the user: '\n", + " '{{user.about}}.{%- else -%}.{%- endif -%}\\n'\n", + " ' {%- endif -%}\\n'\n", + " '{%- endif -%}\\n'\n", + " '\\n'\n", + " '{{NEWLINE}}\\n'\n", + " '\\n'\n", + " '{%- if session.situation -%}\\n'\n", + " 'Situation: {{session.situation}}\\n'\n", + " '{%- endif -%}\\n'\n", + " '\\n'\n", + " '{{NEWLINE+NEWLINE}}\\n'\n", + " '\\n'\n", + " '{%- if agent.instructions -%}\\n'\n", + " 'Instructions:{{NEWLINE}}\\n'\n", + " ' {%- if agent.instructions is string -%}\\n'\n", + " ' {{agent.instructions}}{{NEWLINE}}\\n'\n", + " ' {%- else -%}\\n'\n", + " ' {%- for instruction in agent.instructions -%}\\n'\n", + " ' - {{instruction}}{{NEWLINE}}\\n'\n", + " ' {%- endfor -%}\\n'\n", + " ' {%- endif -%}\\n'\n", + " ' {{NEWLINE}}\\n'\n", + " '{%- endif -%}\\n'\n", + " '\\n'\n", + " '{%- if docs -%}\\n'\n", + " 'Relevant documents:{{NEWLINE}}\\n'\n", + " ' {%- for doc in docs -%}\\n'\n", + " ' {{doc.title}}{{NEWLINE}}\\n'\n", + " ' {%- if doc.content is string -%}\\n'\n", + " ' {{doc.content}}{{NEWLINE}}\\n'\n", + " ' {%- else -%}\\n'\n", + " ' {%- for snippet in doc.content -%}\\n'\n", + " ' {{snippet}}{{NEWLINE}}\\n'\n", + " ' {%- endfor -%}\\n'\n", + " ' {%- endif -%}\\n'\n", + " ' {{\"---\"}}\\n'\n", + " ' {%- endfor -%}\\n'\n", + " '{%- endif -%}',\n", + " 'token_budget': None,\n", + " 'updated_at': '2025-02-07T17:00:38.457752Z'}\n", "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", "Transtion Index: 2\n", "Transition Type: step\n", - "{'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 3\n", - "Transition Type: step\n", - "{'avgCpuUsage': None,\n", - " 'connect_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'contextId': None,\n", - " 'createdAt': '2025-01-15T17:15:30.646235+00:00',\n", - " 'endedAt': None,\n", - " 'expiresAt': '2025-01-15T17:30:30.615000+00:00',\n", - " 'id': 'd606a96e-45c0-41d0-8c10-f15a26ef5846',\n", - " 'keepAlive': False,\n", - " 'memoryUsage': None,\n", - " 'projectId': 'c35ee022-883e-4070-9f3c-89607393214b',\n", - " 'proxyBytes': 0,\n", - " 'startedAt': '2025-01-15T17:15:30.615000+00:00',\n", - " 'status': 'RUNNING'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 4\n", - "Transition Type: step\n", - "{'browser_session_id': 'd606a96e-45c0-41d0-8c10-f15a26ef5846',\n", - " 'connect_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 5\n", - "Transition Type: step\n", - "{'urls': {'debuggerFullscreenUrl': 'https://www.browserbase.com/devtools-fullscreen/inspector.html?wss=connect.browserbase.com/debug/d606a96e-45c0-41d0-8c10-f15a26ef5846/devtools/page/686B7379FA6FFC1631B2FEC3B9A5FA4B?debug=true',\n", - " 'debuggerUrl': 'https://www.browserbase.com/devtools/inspector.html?wss=connect.browserbase.com/debug/d606a96e-45c0-41d0-8c10-f15a26ef5846/devtools/page/686B7379FA6FFC1631B2FEC3B9A5FA4B?debug=true',\n", - " 'pages': [{'debuggerFullscreenUrl': 'https://www.browserbase.com/devtools-fullscreen/inspector.html?wss=connect.browserbase.com/debug/d606a96e-45c0-41d0-8c10-f15a26ef5846/devtools/page/686B7379FA6FFC1631B2FEC3B9A5FA4B?debug=true',\n", - " 'debuggerUrl': 'https://www.browserbase.com/devtools/inspector.html?wss=connect.browserbase.com/debug/d606a96e-45c0-41d0-8c10-f15a26ef5846/devtools/page/686B7379FA6FFC1631B2FEC3B9A5FA4B?debug=true',\n", - " 'faviconUrl': '',\n", - " 'id': '686B7379FA6FFC1631B2FEC3B9A5FA4B',\n", - " 'title': 'about:blank',\n", - " 'url': 'about:blank...'}],\n", - " 'wsUrl': 'wss://connect.browserbase.com/debug/d606a96e-45c0-41d0-8c10-f15a26ef5846/devtools/browser/cbe77632-0780-47a3-bfc5-192252802155'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 6\n", - "Transition Type: step\n", - "{'debugger_url': 'https://www.browserbase.com/devtools/inspector.html?wss=connect.browserbase.com/debug/d606a96e-45c0-41d0-8c10-f15a26ef5846/devtools/page/686B7379FA6FFC1631B2FEC3B9A5FA4B?debug=true'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 7\n", - "Transition Type: step\n", - "{'base64_image': None,\n", - " 'error': None,\n", - " 'output': 'https://www.google.com',\n", - " 'system': None}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 8\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': '\\n'\n", - " '\\n'\n", - " '* You are utilising a headless chrome browser to '\n", - " 'interact with the internet.\\n'\n", - " '* You can use the computer tool to interact with '\n", - " 'the browser.\\n'\n", - " '* You have access to only the browser.\\n'\n", - " '* You are already inside the browser.\\n'\n", - " \"* You can't open new tabs or windows.\\n\"\n", - " '* For now, rely on screenshots as the only way to '\n", - " 'see the browser.\\n'\n", - " \"* You can't don't have access to the browser's UI.\\n\"\n", - " '* YOU CANNOT WRITE TO THE SEARCH BAR OF THE '\n", - " 'BROWSER.\\n'\n", - " '\\n'\n", - " '\\n'\n", - " \"*Navigate to JulepAI's Github repository and tell \"\n", - " 'me the number of stars it has. Remember bro, the '\n", - " \"link for julep's repository is \"\n", - " 'https://github.com/julep-ai/julep\\n'\n", - " '',\n", - " 'role': 'user'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 9\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': '\\n'\n", - " '\\n'\n", - " '* You are utilising a headless chrome browser to '\n", - " 'interact with the internet.\\n'\n", - " '* You can use the computer tool to interact with '\n", - " 'the browser.\\n'\n", - " '* You have access to only the browser.\\n'\n", - " '* You are already inside the browser.\\n'\n", - " \"* You can't open new tabs or windows.\\n\"\n", - " '* For now, rely on screenshots as the only way to '\n", - " 'see the browser.\\n'\n", - " \"* You can't don't have access to the browser's UI.\\n\"\n", - " '* YOU CANNOT WRITE TO THE SEARCH BAR OF THE '\n", - " 'BROWSER.\\n'\n", - " '\\n'\n", - " '\\n'\n", - " \"*Navigate to JulepAI's Github repository and tell \"\n", - " 'me the number of stars it has. Remember bro, the '\n", - " \"link for julep's repository is \"\n", - " 'https://github.com/julep-ai/julep\\n'\n", - " '',\n", - " 'role': 'user'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 10\n", - "Transition Type: step\n", - "{'choices': [{'finish_reason': 'tool_calls',\n", - " 'index': 0,\n", - " 'logprobs': None,\n", - " 'message': {'content': \"I'll help you navigate to JulepAI's \"\n", - " 'Github repository and check its stars. '\n", - " 'Let me break this down into steps:\\n'\n", - " '\\n'\n", - " '1. First, let me take a screenshot to '\n", - " \"see what's currently on the screen:\",\n", - " 'created_at': None,\n", - " 'id': None,\n", - " 'name': None,\n", - " 'role': 'assistant',\n", - " 'tool_call_id': None,\n", - " 'tool_calls': [{'api_call': None,\n", - " 'bash_20241022': None,\n", - " 'computer_20241022': None,\n", - " 'function': {'arguments': '{\"action\": '\n", - " '\"screenshot\"}',\n", - " 'name': 'computer'},\n", - " 'id': 'toolu_01Uu4woGvyv9aHSo1KQq9YHV',\n", - " 'integration': None,\n", - " 'system': None,\n", - " 'text_editor_20241022': None,\n", - " 'type': 'function'}]},\n", - " 'tool_calls': None}],\n", - " 'created_at': '2025-01-15T17:15:47.062547Z',\n", - " 'docs': [],\n", - " 'id': '06787ed4-3100-70ff-8000-262c3954f05d',\n", - " 'jobs': [],\n", - " 'usage': {'completion_tokens': 98,\n", - " 'prompt_tokens': 1373,\n", - " 'total_tokens': 1471}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 11\n", - "Transition Type: step\n", - "{'content': \"I'll help you navigate to JulepAI's Github repository and check \"\n", - " 'its stars. Let me break this down into steps:\\n'\n", - " '\\n'\n", - " \"1. First, let me take a screenshot to see what's currently on the \"\n", - " 'screen:',\n", - " 'tool_calls': [{'action': 'screenshot',\n", - " 'coordinate': None,\n", - " 'text': None,\n", - " 'tool_call_id': 'toolu_01Uu4woGvyv9aHSo1KQq9YHV'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 12\n", - "Transition Type: init_branch\n", - "{'action': 'screenshot',\n", - " 'coordinate': None,\n", - " 'text': None,\n", - " 'tool_call_id': 'toolu_01Uu4woGvyv9aHSo1KQq9YHV'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 13\n", - "Transition Type: finish_branch\n", - "{'base64_image': 'data:image/png;base6...',\n", - " 'error': None,\n", - " 'output': None,\n", - " 'system': 'take_screenshot'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 14\n", - "Transition Type: step\n", - "[{'base64_image': 'data:image/png;base6...',\n", - " 'error': None,\n", - " 'output': None,\n", - " 'system': 'take_screenshot'}]\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 15\n", - "Transition Type: step\n", - "{'contents': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 16\n", - "Transition Type: step\n", - "{'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01Uu4woGvyv9aHSo1KQq9YHV'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 17\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01Uu4woGvyv9aHSo1KQq9YHV'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 18\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01Uu4woGvyv9aHSo1KQq9YHV'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 19\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01Uu4woGvyv9aHSo1KQq9YHV'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 20\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01Uu4woGvyv9aHSo1KQq9YHV'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 21\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01Uu4woGvyv9aHSo1KQq9YHV'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 22\n", - "Transition Type: step\n", - "{'choices': [{'finish_reason': 'tool_calls',\n", - " 'index': 0,\n", - " 'logprobs': None,\n", - " 'message': {'content': 'Now, I need to type the URL directly '\n", - " \"into this browser. Since we can't \"\n", - " \"interact with the URL bar directly, I'll \"\n", - " 'use keyboard shortcuts to access it:',\n", - " 'created_at': None,\n", - " 'id': None,\n", - " 'name': None,\n", - " 'role': 'assistant',\n", - " 'tool_call_id': None,\n", - " 'tool_calls': [{'api_call': None,\n", - " 'bash_20241022': None,\n", - " 'computer_20241022': None,\n", - " 'function': {'arguments': '{\"action\": '\n", - " '\"key\", '\n", - " '\"text\": '\n", - " '\"ctrl+l\"}',\n", - " 'name': 'computer'},\n", - " 'id': 'toolu_01VXUhfiSVYJMWEt64iwqL2X',\n", - " 'integration': None,\n", - " 'system': None,\n", - " 'text_editor_20241022': None,\n", - " 'type': 'function'}]},\n", - " 'tool_calls': None}],\n", - " 'created_at': '2025-01-15T17:15:54.764800Z',\n", - " 'docs': [],\n", - " 'id': '06787ed4-ac3c-77eb-8000-b3c80de499d2',\n", - " 'jobs': [],\n", - " 'usage': {'completion_tokens': 105,\n", - " 'prompt_tokens': 2530,\n", - " 'total_tokens': 2635}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 23\n", - "Transition Type: step\n", - "{'content': 'Now, I need to type the URL directly into this browser. Since we '\n", - " \"can't interact with the URL bar directly, I'll use keyboard \"\n", - " 'shortcuts to access it:',\n", - " 'tool_calls': [{'action': 'key',\n", - " 'coordinate': None,\n", - " 'text': 'ctrl+l',\n", - " 'tool_call_id': 'toolu_01VXUhfiSVYJMWEt64iwqL2X'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 24\n", - "Transition Type: init_branch\n", - "{'action': 'key',\n", - " 'coordinate': None,\n", - " 'text': 'ctrl+l',\n", - " 'tool_call_id': 'toolu_01VXUhfiSVYJMWEt64iwqL2X'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 25\n", - "Transition Type: finish_branch\n", - "{'base64_image': None,\n", - " 'error': None,\n", - " 'output': 'Pressed ctrl+l',\n", - " 'system': None}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 26\n", - "Transition Type: step\n", - "[{'base64_image': None,\n", - " 'error': None,\n", - " 'output': 'Pressed ctrl+l',\n", - " 'system': None}]\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 27\n", - "Transition Type: step\n", - "{'contents': [{'text': 'Pressed ctrl+l', 'type': 'text'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 28\n", - "Transition Type: step\n", - "{'messages': [{'content': [{'text': 'Pressed ctrl+l', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01VXUhfiSVYJMWEt64iwqL2X'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 29\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'Pressed ctrl+l', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01VXUhfiSVYJMWEt64iwqL2X'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 30\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'Pressed ctrl+l', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01VXUhfiSVYJMWEt64iwqL2X'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 31\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'Pressed ctrl+l', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01VXUhfiSVYJMWEt64iwqL2X'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 32\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'Pressed ctrl+l', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01VXUhfiSVYJMWEt64iwqL2X'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 33\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'Pressed ctrl+l', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01VXUhfiSVYJMWEt64iwqL2X'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 34\n", - "Transition Type: step\n", - "{'choices': [{'finish_reason': 'tool_calls',\n", - " 'index': 0,\n", - " 'logprobs': None,\n", - " 'message': {'content': \"Now I'll type the URL:\",\n", - " 'created_at': None,\n", - " 'id': None,\n", - " 'name': None,\n", - " 'role': 'assistant',\n", - " 'tool_call_id': None,\n", - " 'tool_calls': [{'api_call': None,\n", - " 'bash_20241022': None,\n", - " 'computer_20241022': None,\n", - " 'function': {'arguments': '{\"action\": '\n", - " '\"type\", '\n", - " '\"text\": '\n", - " '\"https://github.com/julep-ai/julep\"}',\n", - " 'name': 'computer'},\n", - " 'id': 'toolu_01X1jYodagnBh52bgF6htqzH',\n", - " 'integration': None,\n", - " 'system': None,\n", - " 'text_editor_20241022': None,\n", - " 'type': 'function'}]},\n", - " 'tool_calls': None}],\n", - " 'created_at': '2025-01-15T17:16:00.204015Z',\n", - " 'docs': [],\n", - " 'id': '06787ed5-0343-780c-8000-36331ba5e87a',\n", - " 'jobs': [],\n", - " 'usage': {'completion_tokens': 89,\n", - " 'prompt_tokens': 2651,\n", - " 'total_tokens': 2740}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 35\n", - "Transition Type: step\n", - "{'content': \"Now I'll type the URL:\",\n", - " 'tool_calls': [{'action': 'type',\n", - " 'coordinate': None,\n", - " 'text': 'https://github.com/julep-ai/julep',\n", - " 'tool_call_id': 'toolu_01X1jYodagnBh52bgF6htqzH'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 36\n", - "Transition Type: init_branch\n", - "{'action': 'type',\n", - " 'coordinate': None,\n", - " 'text': 'https://github.com/julep-ai/julep',\n", - " 'tool_call_id': 'toolu_01X1jYodagnBh52bgF6htqzH'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 37\n", - "Transition Type: finish_branch\n", - "{'base64_image': None,\n", - " 'error': None,\n", - " 'output': 'https://github.com/julep-ai/julep',\n", - " 'system': None}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 38\n", - "Transition Type: step\n", - "[{'base64_image': None,\n", - " 'error': None,\n", - " 'output': 'https://github.com/julep-ai/julep',\n", - " 'system': None}]\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 39\n", - "Transition Type: step\n", - "{'contents': [{'text': 'https://github.com/julep-ai/julep', 'type': 'text'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 40\n", - "Transition Type: step\n", - "{'messages': [{'content': [{'text': 'https://github.com/julep-ai/julep',\n", - " 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01X1jYodagnBh52bgF6htqzH'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 41\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'https://github.com/julep-ai/julep',\n", - " 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01X1jYodagnBh52bgF6htqzH'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 42\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'https://github.com/julep-ai/julep',\n", - " 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01X1jYodagnBh52bgF6htqzH'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 43\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'https://github.com/julep-ai/julep',\n", - " 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01X1jYodagnBh52bgF6htqzH'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 44\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'https://github.com/julep-ai/julep',\n", - " 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01X1jYodagnBh52bgF6htqzH'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 45\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'https://github.com/julep-ai/julep',\n", - " 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01X1jYodagnBh52bgF6htqzH'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 46\n", - "Transition Type: step\n", - "{'choices': [{'finish_reason': 'tool_calls',\n", - " 'index': 0,\n", - " 'logprobs': None,\n", - " 'message': {'content': \"Now I'll press Enter to navigate to the \"\n", - " 'page:',\n", - " 'created_at': None,\n", - " 'id': None,\n", - " 'name': None,\n", - " 'role': 'assistant',\n", - " 'tool_call_id': None,\n", - " 'tool_calls': [{'api_call': None,\n", - " 'bash_20241022': None,\n", - " 'computer_20241022': None,\n", - " 'function': {'arguments': '{\"action\": '\n", - " '\"key\", '\n", - " '\"text\": '\n", - " '\"Return\"}',\n", - " 'name': 'computer'},\n", - " 'id': 'toolu_018QLPa74GynUC4wwtHxQ8UA',\n", - " 'integration': None,\n", - " 'system': None,\n", - " 'text_editor_20241022': None,\n", - " 'type': 'function'}]},\n", - " 'tool_calls': None}],\n", - " 'created_at': '2025-01-15T17:16:20.992898Z',\n", - " 'docs': [],\n", - " 'id': '06787ed6-4fe2-7b64-8000-c7c35792e421',\n", - " 'jobs': [],\n", - " 'usage': {'completion_tokens': 81,\n", - " 'prompt_tokens': 2764,\n", - " 'total_tokens': 2845}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 47\n", - "Transition Type: step\n", - "{'content': \"Now I'll press Enter to navigate to the page:\",\n", - " 'tool_calls': [{'action': 'key',\n", - " 'coordinate': None,\n", - " 'text': 'Return',\n", - " 'tool_call_id': 'toolu_018QLPa74GynUC4wwtHxQ8UA'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 48\n", - "Transition Type: init_branch\n", - "{'action': 'key',\n", - " 'coordinate': None,\n", - " 'text': 'Return',\n", - " 'tool_call_id': 'toolu_018QLPa74GynUC4wwtHxQ8UA'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 49\n", - "Transition Type: finish_branch\n", - "{'base64_image': None,\n", - " 'error': None,\n", - " 'output': 'Pressed Return',\n", - " 'system': None}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 50\n", - "Transition Type: step\n", - "[{'base64_image': None,\n", - " 'error': None,\n", - " 'output': 'Pressed Return',\n", - " 'system': None}]\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 51\n", - "Transition Type: step\n", - "{'contents': [{'text': 'Pressed Return', 'type': 'text'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 52\n", - "Transition Type: step\n", - "{'messages': [{'content': [{'text': 'Pressed Return', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_018QLPa74GynUC4wwtHxQ8UA'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 53\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'Pressed Return', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_018QLPa74GynUC4wwtHxQ8UA'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 54\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'Pressed Return', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_018QLPa74GynUC4wwtHxQ8UA'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 55\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'Pressed Return', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_018QLPa74GynUC4wwtHxQ8UA'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 56\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'Pressed Return', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_018QLPa74GynUC4wwtHxQ8UA'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 57\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'text': 'Pressed Return', 'type': 'text'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_018QLPa74GynUC4wwtHxQ8UA'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 58\n", - "Transition Type: step\n", - "{'choices': [{'finish_reason': 'tool_calls',\n", - " 'index': 0,\n", - " 'logprobs': None,\n", - " 'message': {'content': 'Let me take a screenshot to see the '\n", - " 'repository and check the number of '\n", - " 'stars:',\n", - " 'created_at': None,\n", - " 'id': None,\n", - " 'name': None,\n", - " 'role': 'assistant',\n", - " 'tool_call_id': None,\n", - " 'tool_calls': [{'api_call': None,\n", - " 'bash_20241022': None,\n", - " 'computer_20241022': None,\n", - " 'function': {'arguments': '{\"action\": '\n", - " '\"screenshot\"}',\n", - " 'name': 'computer'},\n", - " 'id': 'toolu_01XpqwJtXKnTG8QQ65mxfxya',\n", - " 'integration': None,\n", - " 'system': None,\n", - " 'text_editor_20241022': None,\n", - " 'type': 'function'}]},\n", - " 'tool_calls': None}],\n", - " 'created_at': '2025-01-15T17:16:27.445713Z',\n", - " 'docs': [],\n", - " 'id': '06787ed6-b721-7791-8000-8ae423d3226a',\n", - " 'jobs': [],\n", - " 'usage': {'completion_tokens': 69,\n", - " 'prompt_tokens': 2859,\n", - " 'total_tokens': 2928}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 59\n", - "Transition Type: step\n", - "{'content': 'Let me take a screenshot to see the repository and check the '\n", - " 'number of stars:',\n", - " 'tool_calls': [{'action': 'screenshot',\n", - " 'coordinate': None,\n", - " 'text': None,\n", - " 'tool_call_id': 'toolu_01XpqwJtXKnTG8QQ65mxfxya'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 60\n", - "Transition Type: init_branch\n", - "{'action': 'screenshot',\n", - " 'coordinate': None,\n", - " 'text': None,\n", - " 'tool_call_id': 'toolu_01XpqwJtXKnTG8QQ65mxfxya'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 61\n", - "Transition Type: finish_branch\n", - "{'base64_image': 'data:image/png;base6...',\n", - " 'error': None,\n", - " 'output': None,\n", - " 'system': 'take_screenshot'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 62\n", - "Transition Type: step\n", - "[{'base64_image': 'data:image/png;base6...',\n", - " 'error': None,\n", - " 'output': None,\n", - " 'system': 'take_screenshot'}]\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 63\n", - "Transition Type: step\n", - "{'contents': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 64\n", - "Transition Type: step\n", - "{'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01XpqwJtXKnTG8QQ65mxfxya'}]}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 65\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01XpqwJtXKnTG8QQ65mxfxya'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 66\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01XpqwJtXKnTG8QQ65mxfxya'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 67\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01XpqwJtXKnTG8QQ65mxfxya'}],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 68\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01XpqwJtXKnTG8QQ65mxfxya'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 69\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [{'content': [{'image_url': {'url': 'data:image/png;base6...'},\n", - " 'type': 'image_url'}],\n", - " 'name': 'computer',\n", - " 'role': 'tool',\n", - " 'tool_call_id': 'toolu_01XpqwJtXKnTG8QQ65mxfxya'}],\n", - " 'workflow_label': 'run_browser'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 70\n", - "Transition Type: step\n", - "{'choices': [{'finish_reason': 'stop',\n", - " 'index': 0,\n", - " 'logprobs': None,\n", - " 'message': {'content': 'Looking at the screenshot, I can tell '\n", - " \"you that JulepAI's Github repository \"\n", - " 'currently has 4.4k stars (4,400 stars). '\n", - " 'This can be seen in the top right corner '\n", - " 'of the repository page, where it shows '\n", - " '\"Star 4.4k\".',\n", - " 'created_at': None,\n", - " 'id': None,\n", - " 'name': None,\n", - " 'role': 'assistant',\n", - " 'tool_call_id': None,\n", - " 'tool_calls': None},\n", - " 'tool_calls': None}],\n", - " 'created_at': '2025-01-15T17:16:36.577688Z',\n", - " 'docs': [],\n", - " 'id': '06787ed7-493e-7097-8000-64f7a7ff5229',\n", - " 'jobs': [],\n", - " 'usage': {'completion_tokens': 62,\n", - " 'prompt_tokens': 3989,\n", - " 'total_tokens': 4051}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 71\n", - "Transition Type: step\n", - "{'content': \"Looking at the screenshot, I can tell you that JulepAI's Github \"\n", - " 'repository currently has 4.4k stars (4,400 stars). This can be '\n", - " 'seen in the top right corner of the repository page, where it '\n", - " 'shows \"Star 4.4k\".',\n", - " 'tool_calls': []}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 72\n", - "Transition Type: step\n", - "[]\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 73\n", - "Transition Type: step\n", - "{'contents': []}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 74\n", - "Transition Type: step\n", - "{'messages': []}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 75\n", - "Transition Type: step\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 76\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 77\n", - "Transition Type: init_branch\n", - "{'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 78\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 79\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 80\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 81\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 82\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 83\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 84\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 85\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 86\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 87\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 88\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 89\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 90\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 91\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 92\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 93\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 94\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 95\n", - "Transition Type: finish_branch\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", - "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n", - "Transtion Index: 96\n", - "Transition Type: finish\n", - "{'output': {'cdp_url': 'wss://connect.usw2.browserbase.com?signingKey=eyJhbGciOiJBMjU2S1ciLCJlbmMiOiJBMjU2R0NNIn0.TN9NKWNBhLIGgnM_eSgC6b1eZoJCsyO7DkZz90b9kye4qHdUC7Y_tg.Gjh5D3lb8dMI4YQM.y9VKo0YnWK6kb7EkqNkBygG4T5AyeiMvUdPDUYbk1HsXMbsRX2WSafUxUCYpNMjcwAtWrD30pz2g0FL6-KXPwdS6vvbLknVrzgvZhsNj26sMN_L1nRl8rMUen8MtEq78tbhF_g_N3rAYpvaH1becmMcCWgKyUTtXhrpyFysuCdkWXgDTJbAexN0JRcchjN9k8EHirn0MZ4c2MiaeF14H6eVW50M6ze_G-2UEffjDGz1Q8dFWv9L67ch4vrxSE7y6vfkDXe5eUbTBxlhu562kckstAoZUdua4zeW2ZBkfzaGE44znOOk3Ycym9cRyG5cjUSHfLkHGSuiT3UfcxBEgEqvNJJr5OA.tqV2y1_aWpMbF7vhYrZuTQ',\n", - " 'julep_session_id': '06787ed3-18af-7bfb-8000-04228aebca5a',\n", - " 'messages': [],\n", - " 'workflow_label': 'check_goal_status'}}\n", + "{'julep_session_id': '067a63c3-6752-7225-8000-754d7a2a6056'}\n", "----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n" ] } @@ -1602,7 +697,7 @@ "# List all the task steps that have been executed\n", "transitions = client.executions.transitions.list(execution_id=execution.id).items\n", "\n", - "# Transitions are retreived in reverse chronological order\n", + "# Transitions are retrieved in reverse chronological order\n", "for index, transition in enumerate(reversed(transitions)):\n", " print(\"Transtion Index: \", index)\n", " print(\"Transition Type: \", transition.type)\n", @@ -1614,7 +709,7 @@ ], "metadata": { "kernelspec": { - "display_name": "ai", + "display_name": ".venv", "language": "python", "name": "python3" }, diff --git a/cookbooks/07-personalized-research-assistant.ipynb b/cookbooks/07-personalized-research-assistant.ipynb index d78348d1a..8d58ce36a 100644 --- a/cookbooks/07-personalized-research-assistant.ipynb +++ b/cookbooks/07-personalized-research-assistant.ipynb @@ -160,7 +160,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 42, "metadata": {}, "outputs": [], "source": [ @@ -191,14 +191,14 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 43, "metadata": {}, "outputs": [], "source": [ "from julep import Client\n", "import os\n", "\n", - "api_key = os.getenv(\"JULEP_API_KEY\")\n", + "api_key = \"YOUR_JULEP_API_KEY\"\n", "\n", "# Create a Julep client\n", "client = Client(api_key=api_key, environment=\"production\")" @@ -208,31 +208,22 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an \"agent\"\n", + "### Creating an \"agent\"\n", "\n", "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." + "To learn more about the agent, please refer to the Agent section in [Julep Concepts](https://docs.julep.ai/docs/concepts/agents)." ] }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 44, "metadata": {}, "outputs": [], "source": [ "# Defining the agent\n", "name = \"Research Assistant\"\n", - "about = \"The Research Assistant is a research assistant that can search the arxiv for information.\"\n", - "default_settings = {\n", - " \"temperature\": 0.7,\n", - " \"top_p\": 1,\n", - " \"min_p\": 0.01,\n", - " \"presence_penalty\": 0,\n", - " \"frequency_penalty\": 0,\n", - " \"length_penalty\": 1.0,\n", - " \"max_tokens\": 150,\n", - "}\n", + "about = \"This is a research assistant that can search the arxiv for information.\"\n", "\n", "# Create the agent\n", "agent = client.agents.create_or_update(\n", @@ -240,32 +231,32 @@ " name=name,\n", " about=about,\n", " model=\"gpt-4o\",\n", - ")\n" + ")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating a \"user\"\n", + "### Creating an \"user\"\n", "\n", "User is the object to which persona, metadata, and documents are scoped to.\n", "\n", - "To learn more about the user, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#user)." + "To learn more about the agent, please refer to the User section in [Julep Concepts](https://docs.julep.ai/docs/concepts/users)." ] }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 45, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "ResourceCreated(id='70ba3a2c-b5ab-4074-8f01-fe9f81771c17', created_at=datetime.datetime(2024, 11, 28, 20, 14, 56, 748977, tzinfo=datetime.timezone.utc), jobs=[])" + "User(id='b86831ef-3c04-4c6f-998d-85e1f6790ccd', created_at=datetime.datetime(2025, 2, 7, 14, 39, 34, 948768, tzinfo=datetime.timezone.utc), updated_at=datetime.datetime(2025, 2, 7, 14, 39, 34, 948768, tzinfo=datetime.timezone.utc), about='This is a test user', metadata={'age': 25, 'city': 'San Francisco', 'ppid': 'b86831ef-3c04-4c6f-998d-85e1f6790ccd', 'state': 'California', 'top_journals': \"['Nature', 'Science', 'IEEE Transactions on Quantum Engineering']\", 'top_scientist': 'Richard Feynman', 'top_research_area': 'Quantum Computing', 'research_interests': \"['Quantum Computing', 'Artificial Intelligence', 'Machine Learning']\", 'favorite_scientists': \"['Richard Feynman', 'Alan Turing', 'Geoffrey Hinton']\", 'latest_research_read': 'Quantum Machine Learning'}, name='user_new_1')" ] }, - "execution_count": 4, + "execution_count": 45, "metadata": {}, "output_type": "execute_result" } @@ -295,23 +286,23 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating a \"user\" document\n", + "### Creating an \"user\" document\n", "\n", "User documents are used to store the persona of the user." ] }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 46, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "ResourceCreated(id='ec3af6b0-b2a6-4d84-8987-ddffafc0516e', created_at=datetime.datetime(2024, 11, 28, 20, 14, 58, 426298, tzinfo=datetime.timezone.utc), jobs=['139125b5-3c35-4803-99d4-48f829a7fb5a'])" + "Doc(id='067a61b2-728d-7e99-8000-2e3b39b6a8a1', content=['This is a test google scholar persona. The user is a 25 year old living in San Francisco. He is a fan of Google Scholar and is a student at Stanford University. He uses Google Scholar to stay updated with the latest research in quantum computing and artificial intelligence. Over the last 3 months, he has read 100+ research papers on quantum computing and artificial intelligence. He is particularly interested in the latest research in quantum machine learning and quantum error correction. He is also interested in how LLMs are being used to solve problems in quantum mechanics.'], created_at=datetime.datetime(2025, 2, 7, 14, 39, 35, 159939, tzinfo=datetime.timezone.utc), title='Google Scholar Persona', embedding_dimensions=1024, embedding_model='text-embedding-3-large', embeddings=[], language='english', metadata={}, modality='text')" ] }, - "execution_count": 5, + "execution_count": 46, "metadata": {}, "output_type": "execute_result" } @@ -334,25 +325,30 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Defining a Task\n", + "### Defining a Task\n", "\n", "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", "\n", "You can use them to conduct complex actions by defining them step-by-step.\n", "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." + "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tasks)." ] }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 47, "metadata": {}, "outputs": [], "source": [ "import yaml\n", "task_def = yaml.safe_load(\"\"\"\n", - "name: Personalized Research Paper Recommendation Assistant\n", + " # yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json \n", + "name: Julep Personalized Research Paper Recommendation Assistant\n", + "description: A research paper recommendation assistant that can search the arxiv for information and recommend research papers to the user based on their persona.\n", "\n", + "########################################################\n", + "####################### INPUT SCHEMA ###################\n", + "########################################################\n", "input_schema:\n", " type: object\n", " properties:\n", @@ -365,8 +361,12 @@ " type: string\n", " description: The user id to search for.\n", "\n", - "tools:\n", - " \n", + "########################################################\n", + "####################### TOOLS ##########################\n", + "########################################################\n", + "\n", + "# Define the tools that the task will use in this workflow\n", + "tools: \n", "- name: brave_search\n", " type: integration\n", " integration:\n", @@ -428,135 +428,130 @@ " subresource: doc\n", " operation: create\n", "\n", + "######################################################## \n", + "####################### MAIN WORKFLOW ##################\n", + "########################################################\n", + "\n", "main:\n", "\n", - "# Calling brave search for each topic\n", + "# Step 0: Calling brave search for each topic\n", "- over: _.topics\n", " parallelism: 2\n", " map:\n", " tool: brave_search\n", " arguments:\n", - " query: \"'the latest news about ' + _\"\n", + " query: $ 'the latest news about ' + _\n", "\n", - "# Prompting the agent to extract keywords from the news snippet\n", + "# Step 1: Prompting the agent to extract keywords from the news snippet\n", "- prompt:\n", " - role: system\n", " content: |\n", - " You are a research assistant.\n", + " $ f'''You are a research assistant.\n", " Based on the following latest html news snippet, generate keywords:\n", " \n", - " {% for docs in _ %}\n", - " {% for doc in docs['result'] %}\n", - " {{doc['snippet']}}\n", - " {% endfor %}\n", - " {% endfor %}\n", + " { '\\\\n'.join([doc['snippet'] for docs in _ for doc in docs['result']]) }\n", " \n", " Your response should be a list of keywords, separated by commas. Do not add any other text.\n", - " Example: `KEYWORDS: keyword1, keyword2, keyword3`\n", + " Example: `KEYWORDS: keyword1, keyword2, keyword3`'''\n", " unwrap: true\n", "\n", - "# Extracting the top 8 keywords\n", + "# Step 2: Extracting the top 8 keywords\n", "- evaluate:\n", - " keywords: str(_).split(',')[:8]\n", + " keywords: $ str(_).split(',')[:8]\n", "\n", - "# Calling arxiv search for each keyword\n", - "- over: _.keywords\n", + "# Step 3: Calling arxiv search for each keyword\n", + "- over: $ _.keywords\n", " parallelism: 4\n", " map:\n", " tool: arxiv_search\n", " arguments:\n", - " query: _\n", - " max_results: \"2\"\n", + " query: $ _\n", + " max_results: $ 2\n", "\n", - "# Get the arxiv results\n", + "# Step 4: Get the arxiv results\n", "- evaluate:\n", - " arxiv_results: _\n", + " arxiv_results: $ _\n", " \n", - "# Get the user from the id using metadata_filter (returns a list)\n", + "# Step 5: Get the user from the id using metadata_filter (returns a list)\n", "- tool: get_user_from_id\n", " arguments:\n", - " limit: \"1\"\n", - " sort_by: \"'created_at'\"\n", - " direction: \"'desc'\"\n", + " limit: $ 1\n", + " sort_by: created_at\n", + " direction: desc\n", " metadata_filter:\n", - " ppid: inputs[0]['user_id']\n", + " ppid: $ steps[0].input['user_id']\n", "\n", - "# Unwrap the list to get the user\n", + "# Step 6: Unwrap the list to get the user\n", "- evaluate:\n", - " user_info: _[0]\n", + " user_info: $ _[0]\n", "\n", - "# Get the user persona from user docs\n", + "# Step 7: Get the user persona from user docs\n", "- tool: get_user_docs\n", " arguments:\n", - " user_id: inputs[0]['user_id']\n", - " limit: \"1\"\n", - " sort_by: \"'created_at'\"\n", - " direction: \"'desc'\"\n", + " user_id: $ steps[0].input['user_id']\n", + " limit: $ 1\n", + " sort_by: created_at\n", + " direction: desc\n", "\n", - "# Unwrap the list to get the user persona\n", + "# Step 8: Unwrap the list to get the user persona\n", "- evaluate:\n", - " persona: _[0].content[0]\n", + " persona: $ _[0].content[0]\n", "\n", - "# Prompting the agent to select the top 5 papers\n", + "# Step 9: Prompting the agent to select the top 5 papers\n", "- prompt:\n", " - role: system\n", " content: |\n", - " As an expert in recommending research papers tailored to individual user personas, your task is to select papers top 5 papers that align closely with the user's interests and professional needs. \n", + " $ f'''As an expert in recommending research papers tailored to individual user personas, your task is to select papers top 5 papers that align closely with the user's interests and professional needs. \n", " This careful selection ensures that the recommendations are both relevant and beneficial to the user's ongoing research and professional development.\n", "\n", " Below is a detailed description of the user's persona:\n", - " {{_.persona}}\n", + " { _.persona }\n", "\n", " Based on this persona, please review the following list of research paper titles. \n", " These titles have been gathered from a comprehensive search to match the user's interests:\n", "\n", - " {% for result in outputs[4].arxiv_results %}\n", - " {% for doc in result['result'] %}\n", - " - (Title: {{doc['title']}}, \n", - " \n", - " - URL: {{doc['pdf_url']}})\n", - " {% endfor %}\n", - " {% endfor %}\n", + " { '\\\\n'.join([f\"- (Title: {doc['title']}, \\\\n\\\\n - URL: {doc['pdf_url']})\" for result in steps[4].output.arxiv_results for doc in result['result']]) }\n", + "\n", "\n", " After reviewing the titles, please compile a list of the top 5 relevant research papers. \n", " Your response should be a list of Titles and URLs of the papers, separated by double commas. \n", " Do not add any other text.\n", - " Example: `Title1,url1,,Title2,url2,,Title3,url3`\n", + " Example: `Title1,url1,,Title2,url2,,Title3,url3`'''\n", " unwrap: true\n", "\n", - "# Extracting the titles and urls\n", + "# Step 10: Extracting the titles and urls\n", "- evaluate:\n", " paper_titles_and_urls: |-\n", - " list(\n", + " $ list(\n", " zip(\n", " [pair.split(',')[0] for pair in str(_).split(',,')],\n", " [pair.split(',')[1].replace(\"http://\", \"https://\") for pair in str(_).split(',,')]\n", " )\n", " )\n", " \n", - "# Calling llama parse scrape for each url\n", - "- over: _['paper_titles_and_urls']\n", + "# Step 11: Calling llama parse scrape for each url\n", + "- over: $ _['paper_titles_and_urls']\n", " parallelism: 5\n", " map:\n", " tool: llama_parse_scrape\n", " arguments:\n", - " file: _[1]\n", - " filename: _[0]\n", + " file: $ _[1]\n", + " filename: $ _[0]\n", " params:\n", - " result_format: \"'text'\"\n", + " result_format: text\n", "\n", - "# Extracting the paper contents\n", + "# Step 12: Extracting the paper contents\n", "- evaluate:\n", - " paper_contents: str(_)\n", + " paper_contents: $ str(_)\n", "\n", - "# Create a new persona document\n", + "# Step 13: Create a new persona document\n", "- tool: create_user_doc\n", " arguments:\n", - " user_id: inputs[0]['user_id']\n", + " user_id: $ steps[0].input['user_id']\n", " data:\n", - " embed_instruction: \"'Represent the query for User persona used for document retrieval: '\"\n", - " title: \"'Research Papers'\"\n", - " content: _['paper_contents']\n", + " embed_instruction: $ \"Represent the query for User persona used for document retrieval:\"\n", + " title: Research Papers\n", + " content: $ _['paper_contents']\n", "\"\"\")" ] }, @@ -565,23 +560,19 @@ "metadata": {}, "source": [ "Notes:\n", - "- The `unwrap:True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", "- The `metadata_filter` is used to filter the user based on the ppid.\n", "- The `persona` is the user persona that is used to filter the research papers.\n", "- The `paper_titles_and_urls` is the list of paper titles and urls that are used to call the `llama_parse_scrape` tool.\n", - "- The `{{}}` is used to access the output of the previous step. Whereas `{}` is used for jinja templating." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating/Updating a task" + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." ] }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 48, "metadata": {}, "outputs": [], "source": [ @@ -597,16 +588,16 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an Execution\n", + "### Creating an Execution\n", "\n", - "Executions are the objects that run the task.\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", "\n", - "To learn more about executions, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#execution)." + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." ] }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 49, "metadata": {}, "outputs": [], "source": [ @@ -623,6 +614,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "### Checking execution details and output\n", + "\n", "There are multiple ways to get the execution details and the output:\n", "\n", "1. **Get Execution Details**: This method retrieves the details of the execution, including the output of the last transition that took place.\n", @@ -635,7 +628,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 53, "metadata": {}, "outputs": [ { @@ -644,183 +637,215 @@ "text": [ "Transition number: 0\n", "Transition type: finish\n", - "Transition output: {'created_at': '2024-11-28T20:15:42.025043Z', 'id': 'c9932fdf-6ec7-449b-af0d-36ec80a22f73', 'jobs': ['0ffe21ef-a536-43b2-a948-9766146dd6e5']}\n", + "Transition output: {'id': '067a61b8-6e2b-7bc7-8000-afa3496c8572', 'title': 'Research Papers', 'content': [\"[{'documents': []}, {'documents': [{'doc_id': 'fec0c160-bb07-4eea-be2e-897fd057d647', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' Drift-Diffusion in Mangled Worlds Quantum Mechanics\\\\n Robin Hanson\\\\n George Mason University∗\\\\narXiv:quant‑ph/0303114v2 18 Mar 2003 March 17, 2003.\\\\n Abstract\\\\n In Εverett’s many worlds interpretation, where quantum measurements are seen as\\\\n decoherence events, inexact decoherence may let large worlds mangle the memories of\\\\n observers in small worlds, creating a cutoff in observable world size. I solve a growth-\\\\n drift-diffusion-absorption model of such a mangled worlds scenario, and show that it\\\\n reproduces the Born probability rule closely, though not exactly. Thus deviations from\\\\n exact decoherence can allow the Born rule to be derived in a many worlds approach\\\\n via world counting, using a finite number of worlds and no new fundamental physics.\\\\n\\\\n Introduction\\\\n Traditional quantum mechanics suffers from many ambiguities regarding quantum measure-\\\\n ments. Many worlds approaches try to resolve these ambiguities by identifying measurements\\\\n with decoherence events produced by standard linear quantum evolution [1, 2]. In such\\\\n events, off-diagonal density matrix elements are often naturally and dramatically suppressed\\\\n due to coupling with a large environment [3].\\\\n Unfortunately, the many worlds approach still suffers from the problem that, when there\\\\n are a finite number of worlds, the straightforward way to calculate probabilities, i.e., counting\\\\n the fraction of worlds with a given outcome, does not produce the standard Born probability\\\\n rule [4, 5]. Some have tried to resolve this by adding new fundamental physics, such as\\\\n non-linear dynamics [6], or an infinity of worlds per quantum state which diverge via an\\\\n unknown process [7]. Others propose new decision theory axioms saying we do not care\\\\n about the number of worlds that see an outcome [8, 9].\\\\n A mangled worlds variation proposes to resolve the Born rule problem using only as-\\\\n sumptions that are about the behavior of standard linear quantum evolution, assumptions\\\\n that can in principle be checked by theoretical analysis of common quantum systems. The\\\\n idea is that decoherence is never exact, and so while decoherence makes off-diagonal terms\\\\n small relative to a large world, they can be large relative to a small enough world. This\\\\n may plausibly mangle very small worlds, either destroying the observers in such worlds, or\\\\n changing them into observers who remember events from large worlds [10].\\\\n ∗rhanson@gmu.edu http://hanson.gmu.edu 703-993-2326 FAX: 703-993-2323 MSN 1D3, Carow Hall, Fair-\\\\n fax VA 22030\\\\n\\\\n 1', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': 'b73cbea4-a0a4-47de-9122-4acbfcba2d85', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' This paper presents an explicit growth-drift-diffusion-absorption model of such a mangled\\\\nworlds scenario. It assumes that mangling is a sudden irreversible process, that typical\\\\nexperimental tests of the Born rule include many uncounted background decoherence events,\\\\nand that the region in world size where worlds become mangled is relatively narrow and\\\\nlocated near the median of the distribution of measure. Closed form expressions are given\\\\nshowing that the Born rule is followed closely, though not exactly, in this model. Thus most\\\\nunmangled worlds would remember having observed frequencies very near that predicted by\\\\nthe Born rule, even though in fact Born frequencies do not apply to the vast majority of\\\\nworlds, and even though such frequencies are not observed in the very largest worlds.\\\\n\\\\nDrift-Diffusion Of All Worlds\\\\nConsider a single initial unit-magnitude world that repeatedly undergoes decoherence events\\\\ne. (And for now ignore world mangling.) During each event e, each pre-existing world i\\\\nsplits into a set J(i, e) of resulting worlds j, each of which gets some fraction Fjie of the\\\\noriginal world’s measure. That is, if mi is the measure (or size) of world i, then mj = Fjiem,\\\\n where∑j∈J(i,e) Fjie = 1. Assume that these fractions do not depend on the particular world i\\\\n being split, so that Fjie = Fje and J(i, e) = J(e). If so, then after there have been enough\\\\n events so that the variance of each set {ln(Fje)}j∈J(e) is small compared to this summed over\\\\n e, the central limit theorem of statistics ensures that the resulting set of worlds will approach\\\\n a log-normal distribution over measure m.\\\\n In terms of log size x = ln(m), the distribution of worlds would be normal with some\\\\n mean ~ x < 0 and standard deviation σ > 0. Since the total measure of all worlds is conserved,\\\\n the total number of worlds must be e−~−σ2/2. If there were a constant rate of decoherence x\\\\n events, so that ~ = −vt and σ2 = wt, then the distribution of worlds would be x\\\\n μ0(x, t) = √2πσ exp((v − 2 1 w)t − (x − vt)2). (1)\\\\n 2σ2\\\\nThe measure held by these worlds would also be normally distributed over x, with the same\\\\n standard deviation σ, but a higher mean of ^ = ~ + σ2. These values ~ and ^ are also the x x x x\\\\npositions of the median-sized world and the median measure, respectively.\\\\n For example, after N binary decoherence events where the two possible outcomes have\\\\nrelative measure p > 1/2 and 1 − p, there would be 2N worlds, with median measure and\\\\nstandard deviation given by\\\\n\\\\n x ^ = N ^1 = N(p ln(p) + (1 − p) ln(1 − p)), x\\\\n σ = √Nσ1 =√N√p(1 − p) ln( − p), 1 p\\\\n with ~1 = ^1 − σ2. A constant rate r of such events would give v = −r~1 and w = rσ2. x x 1 x 1\\\\n The distribution μ0(x, t) of equation 1 solves the linear growth-drift-diffusion equation\\\\n\\\\n μ ˙ = v(∇μ + μ) + (w/2)(∇2μ − μ). (2)\\\\nfor t > 0 given the delta function initial condition\\\\n\\\\n 2', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': '50b52ba7-4b81-4b8b-84e1-5f25f47bee1f', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' μ(x, 0) = δ(x). (3)\\\\n\\\\nThe Mangling of Worlds\\\\nDecoherence events quickly suppress the magnitude of off diagonal density matrix terms\\\\nrelative to diagonal terms. Specifically, given two worlds, large L and small s, we have\\\\n\\\\n |ρLs|2 ≤ ϵ2(t)|ρLL||ρss|,\\\\nwhere |ρab| ≡ 〈 a |ρab| b 〉, and coherence ϵ(t) typically falls at a rapid exponential rate for\\\\na great many doubling times [3]. However, in the models that have been solved so far,\\\\ncoherence ϵ(t) typically eventually asymptotes to a small but non-zero level [3, 11, 12, 13].\\\\nworlds increases as eσ = e√wt. As discussed elsewhere [10], if ϵ(t) eventually falls slower\\\\n As we have seen in the previous section, the relative magnitude between any two random\\\\nthan this rate, then eventually the off diagonal terms ρsL and ρLs must greatly influence the\\\\nevolution of the smaller diagonal term ρss, even though these off diagonal terms have little\\\\ninfluence on and are mainly driven by the larger diagonal term ρLL. Thus the evolution\\\\nof smaller worlds is eventually driven by larger worlds, plausibly “mangling” those smaller\\\\nworlds, i.e., either destroying their observers or turning them into observers who remember\\\\noutcomes from a large world. Remaining observers would thus only remember the histories\\\\nof unmangled worlds.\\\\n Let us conjecture that the mangling of worlds is a sudden, irreversible, and global process.\\\\nSpecifically, let us assume that there is a mangling region in world size, so that a world that\\\\nhas always remained larger than this region remains unmangled, and that a world that\\\\nwas once smaller than this region became suddenly and forevermore mangled. Let us also\\\\nconjecture that the relevant standard deviation σ is the result of many decoherence events,\\\\nmost of which are not counted in experiment tests. This suggests that the mangling region\\\\nis relatively narrow compared to σ. Finally, let us assume that since it is the measure of\\\\nsome worlds that mangles other worlds, this mangling region remains close to the median\\\\nmeasure ^ that would describe the distribution of all worlds were there no mangling. x\\\\n If unmangled worlds evolve locally just as all worlds would were there no mangling,\\\\nand if initially all worlds are unmangled, then the distribution μ1(x, t) of unmangled worlds\\\\nshould satisfy equations 2 and 3, just as the distribution μ0(x, t) of all worlds under the no\\\\nmangling assumption. To model our assumption of a mangling region narrow compared to σ\\\\nand remaining close to the median measure ^ = −(v − w)t, let us impose on the unmangled x\\\\ndistribution μ1(x, t) the additional boundary condition\\\\n\\\\n μ(xb(t), t) = 0, (4)\\\\nfor all t ≥ 0, where xb(t) = ^ − ϵ, ϵ > 0, and we limit our attention to x ≥ xb(t). This is an x\\\\nabsorbing boundary condition, which says that every world which reaches the point xb from\\\\nabove immediately falls out of the distribution of unmangled worlds.\\\\n\\\\n 3', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': '1cf8e024-6325-4224-b877-8677127a2313', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': 'Solving the Drift-Diffusion Model\\\\nTo solve the set of equations 2, 3, and 4, let us first factor out the common exponential\\\\ngrowth via μ(x, t) = ν(x, t)e(v−(w/2))t , so that the diffusion equation (2) becomes\\\\n\\\\n ν˙ = v∇ν + (w/2)∇2ν,\\\\nfor ν(x, t). Next, let us transform from x to a coordinate y = x − xb(t) that moves along\\\\nwith the absorbing boundary, so that equations 2, 3, and 4 become\\\\n ν˙(y, t) = w∇ν(y, t) + (w/2)∇2ν(y, t),\\\\n ν(y, 0) = δ(y − ϵ),\\\\n ν(0, t) = 0.\\\\nFinally, use dimensionless units z = 2y and s = wt, so that for z, s ≥ 0 the equations are\\\\n ν˙(z, s) = ∇ν(z, s) + ∇2ν(z, s), (5)\\\\n ν(z, 0) = δ(z − 2ϵ), (6)\\\\n ν(0, s) = 0. (7)\\\\nFortunately, others have already solved a closely related set of equations for s ≥ 0, z ∈ [0, L],\\\\n ν˙(z, s) = ∇ν(z, s) − ∇2ν(z, s),\\\\n ν(z, 0) = f0(z), (8)\\\\n ν(0, s) = ν(L, s) = 0,\\\\n\\\\nfor drift diffusion between two absorbing barriers [14]. If we take z → L − z and L → ∞,\\\\nthe solutions of these equations can be transformed into solutions of equations 5 and 7, and\\\\nof equation 8, which generalizes equation 6. These solutions are\\\\n ν(z, s) = π 2e−s/4−z/2 ∫ ∞g0(k)e−k2s sin(kz)dk\\\\n 0\\\\n g0(k) =∫ ∞f0(z)ez/2 sin(kz)dz.\\\\n 0\\\\nFor the specific initial condition of equation 6, i.e., f0(z) = δ(z − 2ϵ), this becomes\\\\n ν(z, s) = eϵ−s/4−z/2(exp(−(z − 2ϵ)2) − exp(−(z + 2ϵ)2)). √4πs\\\\n 4s\\\\n 4s\\\\nIf we return this to dimension-full units, put back in the exponential growth, but retain the\\\\nboundary relative coordinate y = x − x(t), we get solutions to our original equations of b\\\\ninterest, i.e., equations 2, 3, and 4, except in terms of y instead of x. We find that an initial\\\\ndistribution μ1(y, 0) = δ(y − ϵ) of unmangled worlds evolves into\\\\n ( exp(−(y − ϵ)2) − exp(−(y + ϵ)2)).\\\\n μ1(y, t; ϵ) =√ π 8wteϵ−y+(v−w)t 2wt\\\\n 2wt\\\\n 4', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': 'ed033f74-b0e9-437e-a53e-bb3a1d2f3693', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' For ϵ ≪ √wt, a good approximation to this is\\\\n μ1(y, t; ϵ) = ϵeϵ √2π(e(v−w)ty exp(−y − 2wt).\\\\n wt)3/2 y2\\\\n We use this approximation from here on. It integrates to give a total unmangled world count\\\\n ∫ ∞μ(y, t; ϵ)dy = 2 ⎛√\\\\n πwt − ewt/2erfc⌈√wt⎝⎜ . ⌉⎜\\\\n W (t; ϵ) ≡ ϵeϵe(v−w)t⎛ 2\\\\n ⎜\\\\n 0 2\\\\nNote that if v > w then the total number of unmangled worlds, which grows as e(v−w)t,\\\\nwill increase with time, even though it becomes an exponentially decreasing fraction of the\\\\nnumber of all worlds, which grows as e(v−(w/2))t. To predict our existence in an ummangled\\\\nworld, the mangled worlds approach must predict that v > w.\\\\n\\\\n Born Rule Accuracy\\\\n How well does this diffusion process reproduce the Born rule? Let each distinct measurement\\\\n outcome k be associated with a set of Gk > 1 child worlds per parent world, each of which\\\\nis a factor Fk < 1 smaller than its parent. The Born rule says that the probability of an\\\\noutcome is given by FkGk. To see how closely does this mangled worlds approach conforms\\\\nwith the Born rule, let us calculate the number of unmangled worlds as associated with such\\\\nan experimental outcome.\\\\n Specifically, starting at time t = 0 let a single unmangled world of size y = ϵ (relative\\\\nto the mangling region at y = 0) evolve into a distribution μ(y, t1; ϵ) at time t1, where\\\\n1 ≪ wt1 ≫ ϵ. This is not intended to be the distribution of all worlds, but rather the\\\\ndistribution of all worlds consistent with the initial conditions of a given experiment to test\\\\nthe Born rule. It is the result of decoherence events both during and before the experiment,\\\\nevents that are not counted in the statistics of the experiment. Given what we know about\\\\nthe experiment, we do not know which of these worlds we are in, and so we must average\\\\nover these worlds when making experimental predictions.\\\\n At time t1, let each world with value y1 in μ(y, t1; ϵ) be split into G ≥ 1 worlds, each of\\\\nwhich is a factor F ≤ 1 smaller, so that it has the value y = y1 + ln(F ). Let each of these\\\\nworlds then evolve to produce more worlds over a longer time period t2 ≫ t1. For the Born\\\\n rule to apply exactly, the number of unmangled worlds in the final distribution at time t2\\\\n should go as F G. (It would not contradict observations if the Born rule were violated soon\\\\n after t1, in worlds that were not mangled but were about to become mangled. What we\\\\n actually observe are long-existing historical records of experiments testing the Born rule.)\\\\n With a little help from Mathematica, the final unmangled world count is found to be\\\\n λ(F, G; t1, t2, ϵ) ≡ G∫ ∞W (t2; y)μ(y − ln(F ), t1; ϵ)dy\\\\n 0 ⎛√\\\\n ⌈√wt2⎝⎜ . ⌉⎜\\\\n = F G erfc(− ln(F ))ϵeϵe(v−w)(t1 +t)⎛ √2wt1 2 2\\\\n − ewt/2erfc⎜\\\\n 2\\\\n 4\\\\n πwt2 2\\\\nThe key thing to notice here is that when wt1 is large, the Born rule correction\\\\n\\\\n 5', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': '8c1ff388-1f1c-4891-9989-be8deff5f0de', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' γ(F, G) ≡ 1 λ(F, G; t, t2, ϵ)\\\\n λ(1, 1; t1, t2, ϵ) = erfc(− ln(F )). 1 √2wt1\\\\n F G\\\\nchanges very slowly in the factor F . For example, when wt1 = 1010, it requires a factor of\\\\nF = e−105 < 10−43000 to get the relative number of worlds to be γ(F, G) ≈ 1/3. Thus this\\\\napproach is very nearly consistent with the Born rule, while leaving open the possibility of\\\\nsmall experimentally detectable deviations from the Born rule.\\\\n\\\\nConclusion\\\\nThis paper has presented an explicit growth-drift-diffusion-absorption model of a mangled\\\\nworlds scenario. Under this scenario, inexact decoherence results in larger worlds suddenly\\\\nand irreversibly mangling any worlds that reach a narrow region in world size. Closed form\\\\nexpressions are given showing that this model reproduces the Born rule closely, but not\\\\nexactly. Thus most unmangled observers would remember having observed nearly Born\\\\nfrequencies, allowing us to reconcile the many worlds approach with the Born rule without\\\\ninvoking new fundamental physics or decision theory axioms.\\\\n\\\\nReferences\\\\n [1] H. Everett: Reviews of Modern Physics 29 (1957) 454\\\\n [2] B. DeWitt, N. Graham: The Many-Worlds Interpretation of Quantum Mechanics:\\\\n Princeton University Press, Princeton (1973)\\\\n [3] H. Dowker, J. Halliwell: Physical Review D 46 (1992) 1580\\\\n [4] A. Kent: International Journal of Modern Physics A 5 (1990) 1745\\\\n [5] G. Auletta: Foundations and Interpretation of Quantum Mechanics: World Scientific,\\\\n Singapore (2000)\\\\n [6] M. Weissman: Foundations of Physics Letters 12 (1999) 407\\\\n [7] D. Albert, B. Loewer: Synthese 77 (1988) 195\\\\n [8] D. Deutsch: Proceedings of the Royal Society of London A455 (1999) 3129\\\\n [9] D. Wallace: Quantum probability and decision theory, revisited:\\\\n http://arxiv.org/abs/quant-ph/0211104\\\\n[10] R. Hanson: When worlds collide: Quantum probability from observer selection? : Tech.\\\\n rep., George Mason University (2003)\\\\n[11] H. Dowker, J. Halliwell: In: Physical Origins of Time Asymmetry, eds. J. Halliwell,\\\\n J. Perez-Mercader, W. Zurek, pp. 234–245. Cambridge University Press, Cambridge\\\\n (1994)\\\\n\\\\n 6', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': '85392297-ba56-41c7-8c5b-0ab84fe28296', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': '[12] M. Namiki, S. Pascazio, H. Nakazato: Decoherence and Quantum Measurements: World\\\\n Scientific, Singapore (1997)\\\\n[13] W. Unruh, W. Zurek: Physical Review D 40 (1989) 1071\\\\n[14] Z. Farkas, T. Fulop: Journal of Physics A: Mathematics and General 34 (2001) 3191\\\\n\\\\n 7', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}]}, {'documents': []}]\"], 'language': 'english', 'metadata': {}, 'modality': 'text', 'created_at': '2025-02-07T14:41:10.885880Z', 'embeddings': [], 'embedding_model': 'text-embedding-3-large', 'embedding_dimensions': 1024}\n", "--------------------------------------------------\n", "Transition number: 1\n", "Transition type: step\n", - "Transition output: {'paper_contents': '[{\\'documents\\': []}, {\\'documents\\': [{\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'5dde80d8-9fea-4e79-a8c6-4f56f6989bc5\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Unconventional Quantum Computing Devices\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'arXiv:quant-ph/0003151v1 31 Mar 2000\\\\n\\\\n Unconventional Quantum Computing Devices\\\\n\\\\n Seth Lloyd\\\\n Mechanical Engineering\\\\n MIT 3-160\\\\n Cambridge, Mass. 02139\\\\n\\\\n Abstract: This paper investigates a variety of unconventional quantum computation de-\\\\n vices, including fermionic quantum computers and computers that exploit nonlinear quan-\\\\n tum mechanics. It is shown that unconventional quantum computing devices can in prin-\\\\n ciple compute some quantities more rapidly than ‘conventional’ quantum computers.\\\\n\\\\n Computers are physical: what they can and cannot do is determined by the laws\\\\n of physics. When scientific progress augments or revises those laws, our picture of what\\\\n computers can do changes. Currently, quantum mechanics is generally accepted as the\\\\n fundamental dynamical theory of how physical systems behave. Quantum computers can\\\\n in principle exploit quantum coherence to perform computational tasks that classical com-\\\\n puters cannot [1-21]. If someday quantum mechanics should turn out to be incomplete\\\\n or faulty, then our picture of what computers can do will change. In addition, the set\\\\n of known quantum phenomena is constantly increasing: essentially any coherent quantum\\\\n phenomenon involving nonlinear interactions between quantum degrees of freedom can\\\\n in principle be exploited to perform quantum logic. This paper discusses how the revi-\\\\n sion of fundamental laws and the discovery of new quantum phenomena can lead to new\\\\n technologies and algorithms for quantum computers.\\\\n Since new quantum effects are discovered seemingly every day, let’s first discuss two\\\\n basic tests that a phenomenon must pass to be able to function as a basis for quantum\\\\n computation. These are 1) The phenomenon must be nonlinear, and 2) It must be coherent.\\\\n To support quantum logic, the phenomenon must involve some form of nonlinearity, e.g.,\\\\n a nonlinear interaction between quantum degrees of freedom. Without such a nonlinearity\\\\n quantum devices, like linear classical devices, cannot perform even so simple a nonlinear\\\\n operation as an AND gate. Quantum coherence is a prerequisite for performing tasks\\\\n such as factoring using Shor’s algorithm [10], quantum simulation a la Feynman [11] and\\\\n Lloyd [12], or Grover’s data-base search algorithm [13], all of which require extended\\\\n manipulations of coherent quantum superpositions.\\\\n\\\\n 1\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'066b2185-7165-468b-84f7-b8866f9baa4f\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Unconventional Quantum Computing Devices\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' The requirements of nonlinearity and coherence are not only necessary for a phe-\\\\nnomenon to support quantum computation, they are also in principle sufficient. As shown\\\\nin [14-15], essentially any nonlinear interaction between quantum degrees of freedom suf-\\\\nfices to construct universal quantum logic gates that can be assembled into a quantum\\\\ncomputer. In addition, the work of Preskill et al. [18] on robust quantum computation\\\\nshows that an error rate of no more than 10−4 per quantum logic operation allows one to\\\\nperform arbitrarily long quantum computations in principle.\\\\n In practice, of course, few if any quantum phenomena are likely to prove sufficiently\\\\ncontrollable to provide extended quantum computation. Promising devices under current\\\\nexperimental investigation include ion traps [5,7], high finesse cavities for manipulating\\\\nlight and atoms using quantum electrodynamics [6], and molecular systems that can be\\\\nmade to compute using nuclear magnetic resonance [8-9]. Such devices store quantum\\\\ninformation on the states of quantum systems such as photons, atoms, or nuclei, and\\\\naccomplish quantum logic by manipulating the interactions between the systems via the\\\\napplication of semiclassical potentials such as microwave or laser fields. We will call such\\\\ndevices ‘conventional’ quantum computers, if only because such devices have actually been\\\\nconstructed.\\\\n There is another sense in which such computers are conventional: although the de-\\\\nvices described above have already been used to explore new regimes in physics and to\\\\ncreate and investigate the properties of new and exotic quantum states of matter, they\\\\nfunction according to well established and well understood laws of physics. Perhaps the\\\\nmost striking examples of the ‘conventionality’ of current quantum logic devices are NMR\\\\nquantum microprocessors that are operated using techniques that have been refined for\\\\nalmost half a century. Ion-trap and quantum electrodynamic quantum computers, though\\\\ncertainly cutting edge devices, operate in a quantum electrodynamic regime where the\\\\nfundamental physics has been understood for decades (that is not to say that new and\\\\nunexpected physics does not arise frequently in this regime, rather that there is general\\\\nagreement on how to model the dynamics of such devices).\\\\n Make no mistake about it: a conventional quantum logic device is the best kind of\\\\nquantum logic device to have around. It is exactly because the physics of nuclear magnetic\\\\nresonance and quantum electrodynamics are well understood that devices based on this\\\\nphysics can be used systematically to construct and manipulate the exotic quantum states\\\\nthat form the basis for quantum computation. With that recognition, let us turn to\\\\n\\\\n 2\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'bcf5f805-d98f-4076-aa8c-f753cf7dbfa1\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Unconventional Quantum Computing Devices\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'‘unconventional’ quantum computers.\\\\n Perhaps the most obvious basis for an unconventional quantum computer is the use\\\\nof particles with non-Boltzmann statistics in a refime where these statistics play a key role\\\\nin the dynamics of the device. For example, Lloyd [16] has proposed the use of fermions\\\\nas the fundamental carriers of quantum information, so that a site or state occupied by a\\\\nfermion represents a 1 and an unoccupied site or state represents a 0. It is straightforward\\\\nto design a universal quantum computer using a conditional hopping dynamics on an array\\\\nof sites, in which a fermion hops from one site to another if only if other sites are occupied.\\\\n If the array is one-dimensional, then such a fermionic quantum computer is equivalent\\\\nto a conventional quantum computer via the well-known technique of bosonization. If the\\\\narray is two or more dimensional, however, a local operation involving fermions on the\\\\nlattice cannot be mocked up by a local operation on a conventional quantum computer,\\\\nwhich must explicitly keep track of the phases induced by Fermi statistics. As a result,\\\\nsuch a fermionic computer can perform certain operations more rapidly than a conventional\\\\nquantum computer. An obvious example of a problem that can be solved more rapidly on\\\\na fermionic quantum computer is the problem of simulating a lattice fermionic system in\\\\ntwo or more dimensions. To get the antisymmetrization right in second quantized form,\\\\na conventional ‘Boltzmann’ quantum computer takes time proportional to T ℓd−1 where T\\\\nis the time over which the simulation is to take place, ℓ is the length of the lattice and\\\\nd is the dimension, while a fermionic quantum computer takes time proportional to T .\\\\n(Here we assume that the computations for both conventional and Fermionic quantum\\\\ncomputers can take advantage of the intrinsic parallelizability of such simulations: if the\\\\ncomputations are performed serially an additional factro of ℓd is required for both types\\\\nof computer to update each site sequentially.)\\\\n As the lattice size ℓ and the dimension d grow large, the difference between the two\\\\ntypes of computer also grows large. Indeed, the problem of simulating fermions hopping\\\\non a hypercube of dimension d as d → ∞ is evidently exponentially harder on a con-\\\\nventional quantum computer than a Fermionic quantum computer. Since a variety of\\\\ndifficult problems such as the travelling-salesman problem and data-base search problem\\\\ncan be mapped to particles hopping on a hypercube, it is interesting to speculate whether\\\\nfermionic computers might provide an exponential speed-up on problems of interest in ad-\\\\ndition to quantum simulation. No such problems are currently known, however. Fermionic\\\\ncomputers could be realized in principle by manipulating the ways in which electrons and\\\\n\\\\n 3\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'53057fa4-ba5b-423b-a686-13c6953d5f12\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Unconventional Quantum Computing Devices\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'holes hop from site to site on a semiconductor lattice (though problems of decoherence are\\\\nlikely to be relatively severe for such systems).\\\\n It might also be possible to construct bosonic computers using photons, phonons, or\\\\natoms in a Bose-Einstein condensate. Such systems can be highly coherent and support\\\\nnonlinear interactions: phonons and photons can interact in a nonlinear fshion via their\\\\ncommon nonlinear interaction with matter, and atoms in a Bose condensate can be made\\\\nto interact bia quantum electrodynamics (by introduction of a cavity) or by collisions. So\\\\nfar, however, the feature of Bose condensates that makes them so interesting from the point\\\\nof view of physics — all particles in the same state — makes them less interesting from the\\\\npoint of view of quantum computation. Many particles in the same state, which can be\\\\nmanipulated coherently by a variety of techniques, explore the same volume of Hilbert space\\\\nas a single particle in that state. As a result, it is unclear how such a bosonic system could\\\\nprovide a speed-up over conventional quantum computation. More promising than Bose\\\\ncondensates from the perspective of quantum computation and quantum communications,\\\\nis the use of cavity quantum electrodynamics to ‘dial up’ or synthesize arbitrary states\\\\nof the cavity field. Such a use of bosonic states is important for the field of quantum\\\\ncommunications, which requires the ability to create and manipulate entangled states of\\\\nthe electromagnetic field.\\\\n A third unconventional design for a quantum computer relies on ‘exotic’ statistics\\\\nthat are neither fermionic nor bosonic. Kitaev has recently proposed a quantum computer\\\\narchitecture based on ‘anyons,’ particles that when exchanged acquuire an arbitrary phase.\\\\nExamples of anyons include two-dimensional topological defects in lattice systems of spins\\\\nwith various symmetries. Kitaev noted that such anyons could perform quantum logic via\\\\nAharonov-Bohm type interactions [19]. Preskill et al. have shown explicitly how anyonic\\\\nsystems could compute in principle [20], and Lloyd et al. have proposed methods of\\\\nrealizing anyons using superconducting circuits (they could also in principle be constructed\\\\nusing NMR quantum computers to mock up the anyonic dynamics in an effectively two-\\\\ndimensional space of spins) [21]. The advantage of using anyons for quantum computation\\\\nis that their nonlocal topological nature can make them intrinsically error-correcting and\\\\nvirtually immune to the effects of noise and interference.\\\\n As the technologies of the microscale become better developed, more and more po-\\\\ntential designs for quantum computers, both conventional and unconventional, are likely\\\\nto arise. Additional technologies that could prove useful for the construction of quantum\\\\n\\\\n 4\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'de31f5a1-0290-45f3-b386-d02e3ed4c33c\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Unconventional Quantum Computing Devices\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' logic devices include photonic crystals, optical hole-burning techniques, electron spin res-\\\\n onance, quantum dots, superconducting circuits in the quantum regime, etc. Since every\\\\n quantum degree of freedom can in principle participate in a computation one cannot a\\\\n priori rule out the possibility of using currently hard to control degrees of freedom such as\\\\nquark and gluon in complex nuclei to process information. Needless to say, most if not all\\\\nof the designs inspired by these technologies are likely to fail. There is room for optimism\\\\nthat some such quantum computer designs will prove practicable, however.\\\\n The preceding unconventional designs for quantum computers were based on existing,\\\\nexperimentally confirmed physical phenomena (except in the case of non-abelian anyons).\\\\nLet us now turn to designs based on speculative, hypothetical, and not yet verified phenom-\\\\nena. (One of the most interesting of these phenomena is large-scale quantum computation\\\\nitself: can we create and systematically transform entangled states involving hundreds or\\\\nthousands of quantum variables?) A particularly powerful hypothesis from the point of\\\\nview of quantum computation is that of nonlinear quantum mechanics.\\\\n The conventional picture of quantum mechanics is that it is linear in the sense that the\\\\nsuperposition principle is obeyed exactly. (Of course, quantum systems can still exhibit\\\\nnonlinear interactions between degrees of freedom while continuing to obey the superpo-\\\\nsition principle.) Experiment confirms that the superposition principle is indeed obeyed\\\\nto a high degree of accuracy. Nonetheless, a number of scientists including Weinberg have\\\\nproposed nonlinear versions of quantum mechanics in which the superposition principle\\\\nis violated. Many of these proposals exhibit pathologies such as violations of the second\\\\nlaw of thermodynamics or the capacity for superluminal communication. Despite such\\\\ntheoretical difficulties, it is still possible that quantum mechanics does indeed possess a\\\\nsmall nonlinearity, even if it currently seems unlikely. If a nonlinear operation such as\\\\nthat proposed by Weinberg can be incorporated in a quantum logic operation, then the\\\\nconsequences are striking: NP-complete problems can be solved easily in polynomial time\\\\n[17]. Indeed, NP-oracle problems and all problems in #P can be solved in polynomial time\\\\non such a nonlinear quantum computer.\\\\n A general proof of this result is given in [17], however, a simple argument for why\\\\nthis is so can be seen as follows. Suppose that it is possible to perform a non-unitary\\\\noperation on a single qubit that has a positive Lyapunov exponent over some region: i.e.,\\\\nsomewhere on the unit sphere there exists a line of finite extent along which application of\\\\nthe operation causes nearby points to move apart exponentially at a rate eλ∆θ proportional\\\\n 5\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'0777fa16-f0d4-4ad9-9877-a4abca0ba70f\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Unconventional Quantum Computing Devices\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'to their original angular separation δθ. Now consider a function f (x) from N bits to one\\\\nbit. We wish to determine whether or not there exists an x such that f (x) = 1, and if\\\\nso, how many such x’s there are. Using the nonlinear operation with positive Lyapunov\\\\nexponent, it is straightforward to construct a mapping leaves a point on the exponentially\\\\nexpanding line (call this point |0〉) fixed if their are no solutions to the equation f (x) = 1,\\\\nand that maps the point to a nearby point cos(n/2N )|0〉 + sin(n/2N )|1〉 along the line\\\\nif there are exactly n solutions to the equation f (x) = 1. Repeated application of the\\\\nnonlinear map can be used to drive the points apart at an exponentional rate: eventually,\\\\nat a time determined by the number of qubits N , the number of solutions n, and the rate\\\\nof spreading λ, the two points will become macroscopically distinguishable, allowing one\\\\nto determine whether or not there is a solution and if there is, how many solutions there\\\\nare. The map f need only be applied once, and the amount of time it takes to reveal the\\\\nnumber of solutions is proportional to N .\\\\n The fact that nonlinear quantum mechanics allows the straightforward solution of\\\\nNP-complete and #P problems should probably be regarded as yet another strike against\\\\nnonlinear quantum mechanics. Whether or not quantum mechanics is linear is a question\\\\nto be resolved experimentally, however. In the unlikely event that quantum mechanics\\\\ndoes turn out to be nonlinear, all our problems may be solved.\\\\n Finally, let us turn our attention to hypothetical quantum Theories of Everything,\\\\nsuch as string theory. Such a theory must clearly support quantum computation since it\\\\nsupports cavity quantum electrodynamics and nuclear magnetic resonance. The obvious\\\\nquestion to ask is then, does a Theory of Everything need to support anything more than\\\\nquantum computation? So far as experimental evidence is concerned the answer to this\\\\nquestion is apparently No: we have no evident reason to doubt that the universe is at\\\\nbottom anything more than a giant, parallel, quantum information processing machine,\\\\nand that the phenomena that we observe and attempt to characterize are simply outputs\\\\nof this machine’s ongoing computation. Of course, just how the universe is carrying out\\\\nthis computation is likely to remain a question of great interest for some time.\\\\n To summarize: Computers are physical systems, and what they can do in practice and\\\\nin principle is circumscribed by the laws of physics. The laws of physics in turn permit a\\\\nwide variety of quantum computational devices including some based on nonconventional\\\\nstatistics and exotic effects. Modifications made to the laws of physics have the consequence\\\\nthat what can be computed in practice and in principle changes. A particularly intriguing\\\\n\\\\n 6\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'d315d076-2b6e-4ec4-ade1-e18fb6c09998\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Unconventional Quantum Computing Devices\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'variation on conventional physics is nonlinear quantum mechanics which, if true, would\\\\nallow hard problems to be solved easily.\\\\n\\\\n 7\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'7cc3c174-6e77-4928-af58-522265cace2a\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Unconventional Quantum Computing Devices\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'References\\\\n\\\\n1. P. Benioff, ‘Quantum Mechanical Models of Turing Machines that Dissipate No Energy,’\\\\nPhysical Review Letters, Vol. 48, No. 23, pp. 1581-1585 (1982)\\\\n2. D. Deutsch, ‘Quantum Theory, the Church-Turing Principle and the Universal Quantum\\\\nComputer,’ Proceedings of the Royal Society of London, A, Vol. 400, pp. 97-117 (1985).\\\\n3. R.P. Feynman, ‘Quantum Mechanical Computers,’ Optics News, Vol. 11, pp. 11-20\\\\n(1985); also in Foundations of Physics, Vol. 16, pp. 507-531 (1986).\\\\n4. S. Lloyd, ‘A Potentially Realizable Quantum Computer,’ Science, Vol. 261, pp. 1569-\\\\n1571 (1993).\\\\n5. J.I. Cirac and P. Zoller, ‘Quantum Computations with Cold Trapped Ions,’ Physical\\\\nReview Letters, Vol. 74, pp. 4091-4094 (1995).\\\\n6. Q.A. Turchette, C.J. Hood, W. Lange, H. Mabuchi, H.J. Kimble, ‘Measurement of\\\\nConditional Phase Shifts for Quantum Logic,’ Physical Review Letters, Vol. 75, pp. 4710-\\\\n4713 (1995).\\\\n7. C. Monroe, D.M. Meekhof, B.E. King, W.M. Itano, D.J. Wineland, ‘Demonstration of\\\\na Fundamental Quantum Logic Gate,’ Physical Review Letters, Vol. 75, pp. 4714-4717\\\\n(1995).\\\\n8. D.G. Cory, A.F. Fahmy, T.F. Havel, ‘Nuclear Magnetic Resonance Spectroscopy: an\\\\nexperimentally accessible paradigm for quantum computing,’ in PhysComp96, Proceedings\\\\nof the Fourth Workshop on Physics and Computation, T. Toffoli, M. Biafore, J. Le˜ao, eds.,\\\\nNew England Complex Systems Institute, 1996, pp. 87-91.\\\\n9. N.A. Gershenfeld and I.L. Chuang, ‘Bulk Spin-Resonance Quantum Computation,’\\\\nScience, Vol. 275, pp. 350-356 (1997).\\\\n10. P. Shor, ‘Algorithms for Quantum Computation: Discrete Log and Factoring,’ in\\\\nProceedings of the 35th Annual Symposium on Foundations of Computer Science, S. Gold-\\\\nwasser, Ed., IEEE Computer Society, Los Alamitos, CA, 1994, pp. 124-134.\\\\n11. R.P. Feynman, ‘Simulating Physics with Computers,’ International Journal of Theo-\\\\nretical Physics, Vol. 21, pp. 467-488 (1982).\\\\n12. S. Lloyd, ‘Universal Quantum Simulators,’ Science, Vol. 273, pp. 1073-1078 (1996).\\\\n13. L.K. Grover, ‘Quantum Mechanics Helps in Searching for a Needle in a Haystack,’\\\\nPhysical Review Letters, Vol. 79, pp. 325-328 (1997).\\\\n14. D. Deutsch, A. Barenco, A. Ekert, ‘Universality in Quantum Computation,’ Proceed-\\\\nings of the Royal Society of London A, Vol. 449, pp. 669-677 (1995).\\\\n\\\\n 8\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'a9610b7b-a167-4f21-a917-3626fbddde3b\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Unconventional Quantum Computing Devices\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' 15. S. Lloyd, ‘Almost Any Quantum Logic Gate is Universal,’ Physical Review Letters,\\\\n Vol. 75, pp. 346-349 (1995).\\\\n 16. S. Lloyd, ‘Fermionic Quantum Computers,’ talk delivered at the Santa Barbara work-\\\\n shop on Physics of Information, November 1996.\\\\n 17. D. Abrams and S. Lloyd, to be published.\\\\n 18. J. Preskill et al., to be published.\\\\n19. Yu. Kitaev, to be published.\\\\n20. J. Preskill et al., to be published.\\\\n21. S. Lloyd et al. to be published.\\\\n\\\\n 9\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}]}, {\\'documents\\': [{\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'278bd226-32be-4488-a970-323f579ee8e1\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'arXiv:1707.02094v1 [quant-ph] 7 Jul 2017\\\\n\\\\n Quantum-dot based photonic quantum networks\\\\n Peter Lodahl\\\\n Niels Bohr Institute, University of Copenhagen, Blegdamsvej 17, DK-2100\\\\n Copenhagen, Denmark\\\\n E-mail: lodahl@nbi.ku.dk\\\\n\\\\n Abstract. Quantum dots embedded in photonic nanostructures have in recent years\\\\n proven to be a very powerful solid-state platform for quantum optics experiments. The\\\\n combination of near-unity radiative coupling of a single quantum dot to a photonic\\\\n mode and the ability to eliminate decoherence processes imply that an unprecedent\\\\n light-matter interface can be obtained. As a result, high-cooperativity photon-\\\\n emitter quantum interfaces can be constructed opening a path-way to deterministic\\\\n photonic quantum gates for quantum-information processing applications. In the\\\\n present manuscript, I review current state-of-the-art on quantum dot devices and their\\\\n applications for quantum technology. The overarching long-term goal of the research\\\\n field is to construct photonic quantum networks where remote entanglement can be\\\\n distributed over long distances by photons.\\\\n\\\\n 1. Introduction\\\\n\\\\n The ultimate vision of photonic quantum technology is to construct a complex quantum\\\\n network of stationary quantum nodes connected by flying photons in a fully quantum\\\\n way, i.e. quantum entanglement may become distributed. Such a new photonic\\\\n paradigm would have novel applications within secure quantum communication and\\\\n is proposed as a way of scaling up quantum computers. It is popularly referred to as the\\\\n ’quantum internet’ [1] and has been rooted in the atomic physics community where an\\\\n impressive proof-of-concept elementary two-node quantum network has been achieved\\\\n [2]. Solid-state alternatives to atomic single-photon emitters are attractive, since unlike\\\\n atoms they do not require complex laser cooling and trapping techniques. On the\\\\n other hand solid-state systems are often considered to be ’noisy’ in the sense that many\\\\n potential decoherence processes may deteriorate quantum properties. Remarkably, self-\\\\n assembled quantum dots (QDs) emitting single photons in the optical domain, notably\\\\n InGaAs QDs embedded in GaAs semiconductors, have matured dramatically within\\\\n the last few years. By systematically studying and combating the relevant decoherence\\\\n processes [3] impressive coherence has been demonstrated including near-perfect single-\\\\n photon indistinguishability (above 98%) of two subsequently emitted photons [4, 5] and\\\\n transform-limited emission lines [6]. Combined with the ability to dramatically enhance\\\\n light-matter interaction in photonic nanostructures [7], this enables near-deterministic\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'c6fdc95e-eabb-4b5e-a3c0-4c315d4c8f59\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 2\\\\n\\\\nsingle-photon sources with an internal collection efficiency exceeding 98 % [8]. This\\\\nmajor progress entails that QD single-photon sources are now gradually outperforming\\\\nthe traditional approaches based on atoms or spontaneous parametric down-conversion.\\\\nQD sources benefit from fast operation speeds, excellent stability and brightness, as well\\\\nas the potential scalability to multiple single photons and emitters. Notably, a number of\\\\nimpressive experiments have recently been implemented with QDs that have not been\\\\naccomplished on other platforms. They include the experimental demonstration of a\\\\ndeterministic entangled cluster state of strings of photons [9], boson sampling with so far\\\\nfive photons [10], the detection of squeezed light correlations in resonance fluorescence\\\\n[11], and the demonstration of an on-demand entangled photon source with higher\\\\nthan 90% fidelity [12]. Time is now to build on these and other achievements in order\\\\nto scale QD photonic quantum technology and construct large and complex quantum\\\\narchitectures for quantum-information processing applications.\\\\n The present manuscript reviews the current state-of-the-art on quantum photonics\\\\nbased on QD photon emitters towards the overarching goal of constructing photonic\\\\nquantum networks. At present, a number of basic functionalities have been\\\\nsuccessfully demonstrated with generally impressive performance. These may constitute\\\\nfundamental building blocks of photonic quantum networks. In that sense a current\\\\nmajor challenge for theoretical quantum physicist is to develop resource efficient\\\\narchitectures tailored to the specific quantum hardware available, i.e., addressing how\\\\nthe basic ’puzzle pieces’ can be combined. Figure 1 illustrates the ’puzzle pieces’ already\\\\nbeing developed for the QD platform, and that will be considered here. They include\\\\nsingle-photon sources, single-photon nonlinearity, photonic circuitry, efficient-coupling\\\\nto optical fibers, on-chip single-photon detectors, and multi-emitter coupling.\\\\n QDs enable two different types of quantum resources: they may be employed\\\\nas a source of single photons or alternatively a single spin trapped in a QD may be\\\\nmanipulated as a qubit. Figure 2 illustrates these two approaches. In the former case a\\\\nsingle electron-hole pair is created in a QD by either optical excitation or by controllably\\\\ntunneling carriers into the QD with the application of an electric field. The electron-\\\\nhole pair subsequently recombines whereby a single photon is emitted by spontaneous\\\\nemission within a lifetime of typically 1 ns for a QD in a bulk medium. In the latter\\\\napproach a single carrier (electron or hole) is prepared in the QD by tunneling. The\\\\ncarrier spin is coupled to light since a photon may subsequently be absorbed by the QD\\\\ncreating a negatively (positively) charged exciton for the case of an initial electron (hole).\\\\nDepending on the operational condition, the spin may have a coherence time of up to\\\\n1 μs (for holes) [13, 14], which means that in principle many quantum operations can\\\\nbe carried out with fast optical control techniques before decoherence sets in. For some\\\\nquantum-information applications, however, longer spin coherence times are required,\\\\ne.g., in matter based quantum-repeater architectures. To this end, the QD platform\\\\nmust be interfaced with long-lived quantum memories based on, e.g., defect centers\\\\nin diamond or atomic ensembles [15]. Such hybrid quantum network architectures are\\\\noutside the scope of the present Review.\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'a19b0d3b-ebad-4d36-a615-6a4ee63a39ad\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 3\\\\n ~l ~\\\\n Nonlinearity Processing\\\\n wn\\\\n Fiber Out-coupling Single photons Detection Dipole-dipole interaction\\\\nFigure 1: Illustration of basic functionalities that can be implemented with QDs and\\\\nphotonic nanostructures. Left panel: efficient outcoupling taper sections from photonic\\\\nnanostructures to optical fibers can be engineered to obtain highly efficient outcoupling\\\\nof single photons. Center panel: a single QD in nanophotonic waveguide or cavity can be\\\\nused as a highly efficient and coherent source of single photons. Two sources are shown\\\\nin order to illustrate potential scalability of the approach. Right panel: a single QD\\\\nefficiently coupled to a waveguide may be employed as a single-photon nonlinearity\\\\n(upper left), complex photonic circuits may be constructed on a photonic chip for\\\\nquantum processing of photons (upper right), single-photon superconducting detectors\\\\nmay be implemented on-chip for highly efficient detection (lower right), and multiple\\\\nQDs may be coupled by engineering the dipole-dipole interaction in a nanophotonic\\\\nwaveguide. The figure is a courtesy of Sahand Mahmoodian.\\\\n 2 2\\\\n Ia) hole k(b)\\\\n electron M MM\\\\nFigure 2: Photon and spin qubits generated with QDs. The light grey areas illustrate\\\\nthe regions of InAs embedded in dark grey GaAs regions thereby creating an energy\\\\nwell potential for both electrons and holes. (a) An electron-hole pair trapped in the\\\\nQD may recombine by emitting a single photon. (b) A single electron (or hole) trapped\\\\nin the QD constitutes a spin qubit (orange arrow) that may be manipulated by optical\\\\nmethods.\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'54241ad6-863a-4e89-b9c2-25ea50cede61\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 4\\\\n\\\\n2. Single-photon sources\\\\n\\\\nA QD efficiently coupled to a nanophotonic cavity or waveguide offers a promising\\\\nroute towards a deterministic single-photon source. Early pioneering work showed that\\\\nPurcell enhancement in an optical cavity may be employed to both improve brightness\\\\nand coherence of the source [16]. Ideally a useful single-photon source emits an optical\\\\npulse containing a single photon in a useful optical mode (e.g., into an optical fiber)\\\\nevery time the QD is triggered by either an optical or electrical pulse. Furthermore,\\\\nmost applications in quantum-information processing require that the emitted photons\\\\nare fully coherent, which entails that decoherence processes occurring on a time scale\\\\nof the radiative decay of the QD must be eliminated. Thus, three major figures-of-\\\\nmerit need to be optimized: i) the single-photon purity, ii) the single-photon coupling\\\\nefficiency, and iii) the indistinguishability of the emitted photons.\\\\n Re i): The discrete level structure of self-assembled QDs having widely separated\\\\noptical transitions implies that they are capable of emitting high-purity single photons\\\\n[17]. This is gauged in a Hanbury Brown - Twiss (HBT) correlation experiment by\\\\nrecording the multi-photon emission probability. By using samples with a low QD\\\\ndensity and implementing (quasi)-resonant excitation to selectively excite only a single\\\\nQD, excellent single-photon purity can be obtained at the level of g(2)(0) ≤ 0.1%, cf.\\\\nFig. 3.\\\\n Re ii): The overall coupling efficiency determines the brightness of the single-photon\\\\nsource and is comprised of several factors [7]: the excitation and single-photon emission\\\\nprobability of the QD, the efficiency with which the emitted photons are channeled to a\\\\nsingle mode (the β-factor), and the transfer efficiency to a low-loss propagating mode,\\\\ne.g., an optical fiber. Significant progress has been reported on all three engineering\\\\ntasks: resonant π-pulse excitation allows deterministically preparing a single exciton in\\\\na QD [18] and electrically gated structures eliminate blinking between different exciton\\\\ncomplexes [19]. Embedding QDs in photonic nanostructures allows reaching a near-\\\\nunity β-factor, which has been obtained in nanophotonic waveguides [8, 20] and cavities\\\\n[4]. Finally, a variety of approaches and designs can be implemented for transferring\\\\nthe collected photons to an optical fiber using, e.g., tailored gratings for coupling light\\\\nguided on planar structures vertically off the chip, or waveguide taper sections designed\\\\nto couple directly to a fiber either by direct or evanescent coupling [21, 22, 23].\\\\n Re iii): The indistinguishability of an emitted photon is determined by the amount\\\\nof decoherence taking place within the emitter decay time. With a typical decay time\\\\nof nanoseconds, the primary decoherence source is coupling of the QD to phonons\\\\nand potentially photon jitter induced by relaxation processes originating from non-\\\\nresonant excitation schemes [24]. The latter may be overcome by strict resonant\\\\nexcitation. Phonon interactions at the contrary are unavoidable and lead to two\\\\neffects: wide phonon sidebands and residual broadening of the zero-phonon line. The\\\\nformer contribution (containing typically about 10 % of the the total emission at\\\\nlow temperatures [7]) can readily be filtered away either by an external filter thereby\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'de71718d-112b-478e-b755-5c7d40825e52\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 5\\\\n\\\\nreducing the overall efficiency or more favorably by implementing narrow-band Purcell\\\\nenhancement. Hence the broadening of the zero-phonon line remains the fundamental\\\\ndecoherence mechanism. An in-depth theoretical study of this process including the\\\\nrole of the dimensionality of the photonic nanostructure can be found in Ref. [25].\\\\nImportantly a clear route to indistinguishable photons with near-unity visibility can be\\\\nlaid out, which has also been confirmed experimentally [4, 5, 26].\\\\n The previous discussion illustrates that QDs are capable of producing a truly on-\\\\ndemand source of single photons by implementing, in a single device, the functionalities\\\\ndemonstrated so far only in different experiments. It is likely that such a source will\\\\nbe developed experimentally soon. In particular, it is remarkable that decoherence\\\\nprocesses can be overcome in a solid-state system to such an extent that near-unity\\\\nindistinguishability between subsequently emitted photons from the same QD can be\\\\nobtained. Next step is to convert a single QD source generating photons as ”pearls\\\\non a string” into a de-multiplexed source delivering many identical single photons\\\\nsimultaneously in individual modes. Such a source can be constructed by cascading\\\\nelectro-optical switches and coupling the photons into different optical fibers in order\\\\nto overcome the time delay between subsequently emitted photons, cf. Fig. 4(a).\\\\nTo this end, the demonstration of near-transform-limited QD emission lines [6] has\\\\nthe remarkable consequence that a single QD can emit thousands of indistinguishable\\\\nphotons thereby providing a huge quantum resource. Indeed recent demonstration of\\\\nindistinguishability exceeding 90 % between two photons separated by more than 1000\\\\nemission events has proven this explicitly [27].\\\\n\\\\n3. Integrated quantum photonics\\\\n\\\\nAs detailed in the previous section, currently the most reliable approach to generate\\\\nmultiple single photons utilizes a single integrated QD source where the photons\\\\nare coupled off-chip to an optical fiber, and highly-efficient bulk optical components\\\\nimplemented for switching and routing, cf. Fig. 4(a). Nonetheless, the potential benefits\\\\nof integrating functionalities on-chip are many in terms of stability, ease of operation,\\\\nlow loss, and speed [28]. Figure 4(b) shows an architecture for an integrated de-\\\\nmultiplexed source of single photons based on a single QD in a planar nanophotonic\\\\nwaveguide platform. To implement this scheme requires the development of high-\\\\nefficiency and fast switches, and multi-port waveguide-fiber interfaces. The former\\\\nrequires the development of new devices and functionalities on-chip where so-far the\\\\nmost common approach for reconfigurable circuitry has been the application of thermo-\\\\noptic phase shifters [29]. De-multiplexing requires fast switches, and two promising\\\\napproaches include electro-optical modulation implemented directly in the host material\\\\nof the QD (i.e. GaAs) [30, 31] or electro-mechanical coupling [32].\\\\n The crucial parameter determining the size of the photonic resource that can be\\\\ngenerated with a de-multiplexed single-photon source is the overall efficiency, including\\\\nswitching, propagation, and coupling efficiencies. Consequently the rate of N-photon\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'5982b6b2-feb7-48e0-9d25-1a0c89baaf44\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 6\\\\n 15 pairs taper WG\\\\n ~Fiber\\\\n pairs\\\\n Tum\\\\n Wch\\\\n HBT\\\\n 3 0.8 = Channel\\\\n 1 WG\\\\n Fiber taperWG\\\\n 0.4-\\\\n 0.2 300 r 140 nm\\\\n \"37.5 25.0 -12.5 Delay (ns) 12.50,0 25,0 37.5 a\\\\n 1 0.2 Az\\\\n 3 060.81.0 HOMpol:\\\\n 1 0.8 inputNanobeam waveguidePC 90.10 samplecryostat 0.8\\\\n 0.6 0.6\\\\n 0.0 0.4 0.4 ]\\\\n ] 1.00.8\\\\n 0.6 NU pOlvIpot 1 0.2 Photonic-crystal waveguide 0.2\\\\n 0.4\\\\n 0.2 1 0.60.4\\\\n 0.2 0.4\\\\n 0.6\\\\n 0.2\\\\n Time delay (ns) 850 900 950 1000\\\\n Wavelength (nm)\\\\nFigure 3: Purity, indistinguishability, and out-coupling efficiency of QD single-\\\\nphoton sources. Left column: Examples of HBT and Hong-Ou-Mandel (HOM)\\\\nindistinguishability measurements by implementing resonant excitation on a QD in\\\\na micropillar cavity (upper figure shows the cavity structure). g(2)(0) = 0.009 and\\\\na single-photon indistinguishability of 96.4% is extracted from the two sets of data.\\\\nFigures reproduced from Ref. [5]. Right column: Examples of devices made for out-\\\\ncoupling single photon from a QD in a planar nanophotonic waveguide to an optical\\\\nfiber with high efficiency by tailored evanescent coupling. The upper panel is reproduced\\\\nfrom Ref. [21]. Lower panel: application of this method to couple out single photons\\\\nfrom high β-factor nanophotonic waveguides, i.e., nanobeam waveguides and photonic-\\\\ncrystal waveguides. By recording the reflection and transmission spectrum of the device,\\\\na chip-to-fiber coupling efficiency of > 80% is obtained. Data reproduced from Ref. [23].\\\\n\\\\ngeneration is RN = Rpump ×ηN /N , where η is the overall transmission efficiency from the\\\\nsource to the fiber and Rpump is the repetition rate of the excitation laser. Exemplarily\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'22f52865-e757-49a9-8244-cad99bf66572\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 7\\\\n PC (b) Electrically-controlled\\\\n switches\\\\n de-muitipieett QD 8-98% Array of delay fibers\\\\n 2\\\\n Oei\\\\n Photonic crystal\\\\n ultte ~fow-Ioss deleco e waveguide\\\\n photonic circuit\\\\nFigure 4: Illustrations of schemes for de-multiplexing a single-photon source. (a)\\\\na five-photon source obtained by cascading four Pockels cells (PCs) and polarizing\\\\nbeamsplitters to couple subsequently emitted photons from the QD into different optical\\\\nfibers with different delay lengths. This de-multiplexed source is applied for proof-\\\\nof-concept boson sampling. Figure reproduced from Ref. [10]. (b) Architecture\\\\nof an integrated de-multiplexed source based on a QD coupled with high efficiency\\\\nto a photonic-crystal waveguide. The emitted photons are transferred to dielectric\\\\nwaveguides and subsequently routed by electrical switches and coupled off-chip to\\\\ndifferent fiber delays in order to compensate for the time delay in-between photons.\\\\nThe figure is a courtesy of Leonardo Midolo.\\\\n\\\\nconsidering η = 50% and Rpump = 80 MHz (corresponding to the repetition rate of a\\\\nTi:Sapph. laser) corresponds to a 10-photon generation rate of R10 ∼ 8 kHz, which\\\\nillustrates the promising prospects of this approach while posing clear benchmarks for\\\\nthe efficiency of the applied switching and coupling technology.\\\\n Integrating a de-multiplexed source on a chip is one immediate goal. Another\\\\nimportant task is to develop complex integrated tunable photonic circuits that can\\\\nprocess the generated single photons leading to applications for quantum simulations\\\\n[33]. Current state-of-the-art of this technology is a six-mode reprogrammable circuit\\\\ncapable of implementing universal high-fidelity quantum gates [29]. Considerable effort\\\\nis directed to the scaling of these circuits in working towards a fully integrated system\\\\nwhere photon source and processing circuit would be implemented on a single photonic\\\\nchip. However, implementing on-chip the relatively long optical delays (typically tens of\\\\nnanoseconds) required to interfere subsequently emitted photons, poses a challenge for\\\\nthis approach in requiring slow-light optical buffers. Consequently at present it seems\\\\nmost realistic to consider approaches based on two separate chips, connected by optical\\\\nfibers, where one chip constitutes the source and the other chip the quantum processor.\\\\n The operation wavelength of a quantum photonics processor is an essential\\\\nparameter. The preferred operation wavelength is within the telecom C-band (1.55 μm),\\\\nwhere advanced high-performance optical components and fiber technology developed\\\\nfor telecom industry are present. The natural emission wavelength of self-assembled high\\\\nquality QDs is around 950 nm and while significant efforts are taken to develop QDs in\\\\nthe telecom bands as well [34, 35] the excellent performance in terms of coherence and\\\\nefficiency required for quantum technology has not yet been achieved. An alternative\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'6005404e-7547-45e3-b282-52c7be36abcf\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 8\\\\n\\\\napproach employs frequency down-conversion of single photons from the near-infrared\\\\nto the telecom band. Noise free conversion of single photons from a QD with an\\\\nefficiency exceeding 30% has been demonstrated [36], which could be further increased by\\\\nimproving the in- and out-coupling efficiency through the nonlinear conversion crystal.\\\\nThe two-chip approach alluded to above has the asset that the frequency conversion\\\\nstep could naturally be incorporated in between the source chip and the processing\\\\nchip. Furthermore, implementing frequency conversion of QD photons also has another\\\\nadvantage, since it provides a way of overcoming spectral inhomogeneities of photons\\\\nemitted by different QDs by transducing them to the same wavelength in the C-band\\\\nwith the implementation of a tunable pump laser. This could prove a powerful way of\\\\nscaling up QD systems to couple multiple emitter qubits (e.g., spins) in addition to the\\\\nmultiple photon qubits already considered.\\\\n Finally, another essential requirement is the ability to detect optical photons with\\\\nvery high efficiency. Very significant progress has been obtained in recent years with the\\\\ndevelopment of superconducting nanowire single-photon detectors [37], where the single-\\\\nphoton detection efficiency today approaches 100% and the speed is compatible with QD\\\\nsources. Importantly these detectors can naturally be integrated on the planar GaAs\\\\nplatform containing QDs [38], which means that photon source, circuit, and detection\\\\ncould potentially be integrated on a single chip, which may pave the way to ultimately\\\\nlow-loss photonic quantum nodes.\\\\n\\\\n4. Single-photon nonlinearity\\\\n\\\\nThe previous sections concerned the generation of single photons and their subsequent\\\\nquantum interference in photonic circuits. Many quantum-information applications\\\\nof photons require generating photon-photon interactions. Generally photons interact\\\\nweakly meaning that standard nonlinearities are typically too weak to be operational\\\\nat the level of single photons. However, the efficient coupling of single QDs to photonic\\\\nnanostructures imply that such a system may be exploited to mediate a giant nonlinear\\\\nresponse operational at the level of single photons. Two different approaches can be\\\\ntaken to reach a giant nonlinearity with a QD or any other quantum emitter: the QD\\\\ncan be strongly coupled to a cavity and the nonlinearity of the Jaynes-Cummings ladder\\\\nexploited [39, 40], or a QD very efficiently coupled to a single optical mode in a cavity\\\\n[41, 42] or waveguide [43] may be used as a saturable nonlinearity. The latter approach\\\\nis beneficial for ease of operation, since it is less sensitive to the exact tuning of the\\\\nwavelength of the QD. Furthermore, the saturable QD nonlinearity generally can be\\\\noperated at a weaker incident photon flux [43]. The key operational principle of the QD\\\\nnonlinearity is as follows: a narrow-band pulse containing a single photon is reflected\\\\nfrom a QD in a waveguide due to destructive interference of forward scattering and the\\\\nincoming field. The efficient coupling (high β-factor) and coherent interaction, which\\\\ncan be achieved with QDs, implies that the interaction between the photon and the\\\\nQD is deterministic. Since a two-level emitter can only scatter one photon at a time,\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'c1b95287-4dfa-411d-8269-8450b9dac1db\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 9\\\\n\\\\ntwo photons have an increased probability to be transmitted past the QD leading to a\\\\nphoton sorting process. From an experimental point of view this type of nonlinearity\\\\nis attractive since no active control over the quantum state of the QD is required,\\\\ni.e., the QD is merely exploited as a passive scatterer. On the other hand, the photon\\\\nsorting is not ideal even for a perfect coupling efficiency. This implies that while a single-\\\\nphoton component of a pulse may be deterministically reflected, two- and higher-photon\\\\ncomponents are only partially transmitted and in this process entanglement is generated\\\\nbetween the two photons [44]. One approach of overcoming this limitation and obtain\\\\ndeterministic photon sorting has been suggested by combining the QD nonlinearity with\\\\na nonlinear spatio-temporal mode selector [45]. Such an approach may be applied for\\\\nconstructing a resource-efficient Bell-state analyzer [44, 45], cf. Section 7. It should be\\\\nmentioned that having a three-level emitter with coherent control of the level populations\\\\nin the waveguide opens a range of additional opportunities. Such level schemes can be\\\\nimplemented with charged QDs, cf. the description in the next section. One exciting\\\\nproposal is that of a photonic transistor controlled by only a single photon [46].\\\\n\\\\n5. Spin-photon interfaces\\\\n\\\\nIntroducing a single spin in a QD leads to a range of additional opportunities. It grants\\\\naccess to two separate ground states (spin up or down) that can be exploited as a\\\\nquantum memory to encode a qubit. Either single holes or electrons can be employed\\\\nand may be deterministically prepared by controlling the tunnel barriers in electrically\\\\ncontacted semiconductor structures. Various level structures can be implemented by the\\\\nuse of Zeeman tuning with a magnetic field, and spin initialization, manipulation, and\\\\nread-out can be achieved rapidly with short optical pulses (typically in the nanosecond\\\\nrange), cf. Ref. [19] for a detailed review of the physics of single spins in QDs.\\\\nThe spin lifetime can be in the range of milliseconds or longer in a large magnetic\\\\nfield, which is determined by phonon-mediated spin relaxation processes. However,\\\\nin quantum applications the coherence time of the spin is the essential parameter.\\\\nA coherence time of up to T 2∗ > 460 ns has been reported for hole spins that has\\\\nthe advantage compared to electrons that they do not suffer from the Fermi contact\\\\nhyperfine interaction with nuclear spins [14]. Importantly the spin coherence time can\\\\nbe several orders of magnitude longer than the spin manipulation time, which means\\\\nthat multiple quantum gate operations could be implemented within the spin coherence\\\\ntime. Unravelling spin decoherence mechanisms in QDs is a research topic in itself and is\\\\noutside the scope of the present review. For a thorough discussion, see Refs. [19, 47]. It\\\\nis anticipated that further research efforts will enable increasing the spin coherence time\\\\nfurther. Nonetheless, it seems unlikely that it will be possible to extend the coherence\\\\ntime by many orders of magnitude in present QD systems. In particular, long-range\\\\nquantum repeater protocols would require millisecond range quantum memories. This\\\\nentails a hybrid approach where the single photons generated by QDs are interfaced\\\\nwith long-lived quantum memories, e.g., vacancy centers in diamond [48], ions [49], or\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'093afd39-07a0-4589-a0c9-eb679ce77c2f\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' Quantum-dot based photonic quantum networks 10\\\\n\\\\n potentially mechanical systems.\\\\n Considering a charged exciton in an external magnetic field, various four-level\\\\n emitter schemes can be engineered with two ground states corresponding to either\\\\n (pseudo)spin up or down of the electron (hole). The recombination of a charged exciton\\\\n leads to the emission of polarized photons, where the polarization of the photon is\\\\n correlated with the resulting spin state. In this way entanglement between the QD\\\\n spin and the polarization of the emitted photon can be generated [13, 50] where\\\\n in general hyper-entanglement between spin, polarization, and frequency is obtained.\\\\n Subsequently the information in one of the variables can be erased to create a Bell state.\\\\n This has been the resource enabling quantum teleportation between a single photon and\\\\n a solid-state spin [51]. A further extension of this experiment was the demonstration of\\\\n heralded entanglement between two spatially separate hole spins in QDs [52], cf. Fig. 5\\\\n for the experimental layout.\\\\n Another possibility is to couple QD spins directly to photon path by exploiting\\\\n the concept of chiral light-matter interaction [53]. By tailoring the local electric field\\\\n in a nanophotonic waveguide to match the in-plane circular dipole moment of one of\\\\n the charged exciton transitions, it is possible to induce deterministic directional photon\\\\n emission [54], i.e. σ± transitions emit in different directions. This effect was used\\\\nto demonstrate an interface between QD spin and the photon path [55]. Based on\\\\nthis functionality a photonic quantum network architecture was put forward and its\\\\nfeasibility evaluated for QDs in nanophotonic waveguides [56], cf. Fig. 5.\\\\n\\\\n6. Coupling of multiple quantum dots\\\\n\\\\nWe have seen in previous sections how a single QD deterministically coupled to a single\\\\noptical mode may be exploited as a source of multiple photonic qubits potentially\\\\ngenerating a large quantum resource. It is natural to consider the option of scaling\\\\nfurther up by coupling multiple QDs. This is generally a demanding task, as it is\\\\nthe case for any solid-state optical emitter, since inhomogeneous broadening of a QD\\\\nensemble (typically at the level of THz, which should be compared to the sub-GHz\\\\nhomogenous linewidth of a QD) implies that significant spectral mismatch would need\\\\nto be overcome. Various tuning methods of QDs have been implemented including\\\\nelectric-field tuning [57] and strain tuning [58] that needs to be implemented locally to\\\\neach individual QD. Eventually not only the central emission frequency of the different\\\\nemitters must be controlled, but the complete photon pulses need to be matched in\\\\norder to faithfully couple multiple QDs. An important figure-of-merit of the success is\\\\ngauged in a quantum-interference experiment between two separate QD single-photon\\\\nsources, where an interference visibility of 93% has been reported in a weak-excitation\\\\nregime [59], which is a highly encouragin result for this approach.\\\\n Given the ability to radiatively couple two or more QDs, a photonic nanostructure\\\\ncan be constructed to enhance and tailor the coupling. Multiple QDs coupled by\\\\ndipole-dipole interaction lead to the formation of collective quantum states that can\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'39ce6fe7-fe46-40b9-9d03-35a978fc7363\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 11\\\\n Entanglement and\\\\n non-local measurement\\\\n Spin preparation and Spin preparation and local (a) Chiral element\\\\n local measurements (QDI) Ti Sapphiremeasurements (QD2)\\\\n laser\\\\n Diode las 0 +\\\\n Diode lasers /1)\\\\n EOM (b) Network node\\\\n EOMs EOMs\\\\n Intranode parity measurement Internode entanglement\\\\n BSI Detector 0 Detector\\\\n Emitter 0\\\\n Fiber Emitter\\\\n Single photon Communication photon\\\\n source\\\\n N Gratings BS2\\\\n (c) Linked Nodes\\\\n filters\\\\n Single-photon detectors Photon routing\\\\n QDI OD2\\\\n 5 m\\\\nFigure 5: Left panel: experimental setup employed for the generation of remote\\\\nentanglement between two QD hole spins in two different cryostats separated by\\\\n5 m. Figure reproduced from Ref. [52]. Right panel: Architecture of a photonic\\\\nquantum network based on chiral photon-emitter elements (a) embedded in on-chip\\\\ninterferometers constituting fundamental quantum nodes (b). The quantum nodes are\\\\nlinked together by photons for remote entanglement distribution (c). Figure reproduced\\\\nfrom Ref. [56].\\\\n\\\\nhave sub- or super-radiant character. In photonic nanostructures, the dipole-dipole\\\\ninteraction can be significantly extended beyond the behavior found in a homogenous\\\\n(3D) medium, where the coupling falls off rapidly with distance d (scales as d−3). In\\\\na 1D waveguide with radiative coupling to the waveguide as the dominating process,\\\\ndipole-dipole interaction may be infinitely extended, i.e. in practice it is limited by\\\\nthe absorption or scattering loss of the guided mode. Controlling the distance between\\\\nmultiple emitters enables the switching between sub- and super-radiant behavior. Apart\\\\nfrom the fundamental interest, the long-range dipole-dipole coupling may be exploited\\\\nto construct quantum gates between stationary qubits [60]. Introducing chiral coupling\\\\nopens new opportunities by the ability to engineer the directional coupling between\\\\nemitters. This may lead to novel opportunities for quantum simulators and for entering\\\\nnew regimes of coupled photons and emitters. For instance directional coupling has been\\\\nfound to lead to the formation of quantum dimers in the steady state of the system [61].\\\\nAnother approach to scaling to multiple emitters exploits tunnel coupling between QDs\\\\ngrown in close mutual vicinity. With such an approach advanced level structures can\\\\nbe engineered in these QD molecules where it has been demonstrated that the spin\\\\ncoherence time can be significantly extended [62].\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'5516db24-13d0-408f-a09f-df9415a927b9\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 12\\\\n\\\\n7. Quantum network architectures\\\\n\\\\nWe have reviewed various basic quantum functionalities and hardware that can be\\\\nimplemented with the use of QDs embedded in modern nanophotonic structures. It\\\\nis a pertinent task, to consider what applications and actual architectures can be\\\\nimplemented with these quantum resources and how to make them most resource\\\\nefficient. This section briefly highlights some of the opportunities and future directions.\\\\nA general observation, as discussed in detail above, is that QD systems can generate\\\\nmany single-photon qubits, while the scaling up to many matter qubits is expected to\\\\nbe much more challenging. It is important to have these general guidelines in mind\\\\nwhen designing resource efficient quantum network architectures that is tailored to the\\\\nquantum hardware based on QDs.\\\\n As discussed in the present Review, QDs in nanophotonic structures are very well\\\\nsuited for generating highly coherent single photons on demand at a high repetition\\\\nrate. Such a source can generate thousands of indistinguishable photons [27] that if\\\\nefficiently routed could be an important photonic resource for quantum simulations [33].\\\\nFurthermore, recent developments on how to efficiently fuse photonic qubits with linear\\\\noptics have the renewed excitement on how to construct single-photon based quantum\\\\ncomputing [63].\\\\n Introducing a single-photon nonlinearity to the toolbox opens for a range of\\\\nadditional possibilities. The most simple case is that of a two-level emitter, and here\\\\ndistortion of the optical pulses associated with photon-emitter bound state contributions\\\\nhas been interpreted as essentially a ”no-go theorem” for quantum computation [64].\\\\nOne work around, however, has been identified where the pulse distortion is actually\\\\nexploited such that one- and two-photon pulses are scattered into orthogonal spectral-\\\\ntemporal modes that can subsequently be separated, e.g., by nonlinear frequency\\\\nconversion [45]. With such a functionality all path-encoded photonic Bell states can\\\\nbe deterministically measured exploiting only four non-linear interaction process, linear\\\\noptics, and photon detection, cf. Fig. 6. Based on a Bell-state analyzer, quantum\\\\ncomputing can in principle be implemented by teleportation based gates and linear\\\\noptical quantum computing [65]. Alternatively, a photonic CZ gate can be directly\\\\nbased on the two-level emitter nonlinearity. However, in this case the pulse distortion\\\\nintroduced by photon scattering has to be undone by scattering an additional time on\\\\nthe emitter. However, since this scattering process is not time symmetric the photon\\\\npulse would need to be reverted in time in between the two scattering process. Such a\\\\ntime reversal of the photon pulses could in principle be obtained by storing, reverting,\\\\nand releasing photon pulses in a gradient-echo quantum memory.\\\\n Having access to a 3-level Λ-scheme with two stable ground states leads to many\\\\nmore opportunities since now the emitter can store a qubit for extended times. Coherent\\\\ncontrol of the qubit state enables implementing a Duan-Kimble CNOT gate for photons\\\\nwhere two subsequently interacting photons are entangled by their successive interaction\\\\nwith the same emitter [66]. Another related approach employs single-photon Raman\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'d1065b19-dd0a-4177-9589-f30e9ba2ae04\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 13\\\\n 1 photon\\\\n TLS SFG components\\\\n 2 photon\\\\n components\\\\n classical dichroic\\\\n pump splitter\\\\n Q1\\\\n Q2\\\\nFigure 6: Illustration of a deterministic Bell-state analyzer based on single-photon\\\\nnonlinearity, frequency conversion, and linear optics. Upper plot: a deterministic two-\\\\nlevel scattering (TLS) process induced, e.g., in a nanophotonic waveguide may be\\\\noperated such that one and two photons are scattered to orthogonal spatio-temporal\\\\nmodes. The two modes can subsequently be selected by implementing active filtering,\\\\ne.g. nonlinear sum-frequency generation (SFG) where the spatio-temporal mode of the\\\\nclassical pump is matched to, e.g., the one-photon component of the scattered light.\\\\nConsequently, only the single-photon component is frequency converted and can be\\\\nseparated from the two-photon component by a dichroic splitter. Lower plot: optical\\\\ncircuit containing four photon-sorting elements that is capable of determining all four\\\\npath-encoded Bell states by photon coincidence detection. Figure reproduced from Ref.\\\\n[45].\\\\n\\\\ninteraction to deterministically swap the quantum state of the emitter and a photon\\\\n[67, 68]. A full architecture of a quantum network based on QDs chirally coupled to\\\\nnanophotonic waveguides has been put forward in Ref. [56], cf. Fig. 5. Here the very\\\\nlarge cooperativity obtainable with QDs leads to a gate fidelity approaching unity for\\\\nexperimentally realistic parameters.\\\\n Another highly exciting direction is to exploit a single QD efficiently coupled to a\\\\nnanophotonic waveguide to directly produce entangled photons. To this end, Lindner\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'a5cf3e02-ee6b-47ea-9b4d-e330002f40f5\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 14\\\\n\\\\nand Rudolph have put forward the proposal of a photonic ”cluster state machine gun”\\\\nbased on a QD that could potentially producing long strings of photons in an entangled\\\\ncluster state [69]. In this proposal, a single QD spin is brought into a superposition\\\\nstate of up and down and optically excited to a superposition of charged exciton states.\\\\nSubsequently the QD decays by spontaneous emission of a single photon thereby creating\\\\nan entangled state between the polarization of the emitted photon and the spin state.\\\\nThe excitation-emission process can be repeated multiple times in which case a large\\\\nGHZ photonic state is generated. If π/2 rotations on the QD spin are carried out\\\\nin-between photon emissions, an entangled photonic cluster state is created. A QD\\\\nembedded in a nanophotonic waveguide could potentially serve as a source of large 1D\\\\ncluster states, where the cluster size is determined by the number of emission events\\\\n(determined by the QD lifetime that is typically ∼ 100 ps in a nanophotonic structure)\\\\nthat can take place within the coherence time of the spin (up to ∼ μs). A pioneering\\\\nexperiment of photonic cluster state generation with a QD source has recently been\\\\nreported [9], which validates the approach.\\\\n Cluster states have attracted a lot of attention since it was realized that they enable\\\\nuniversal quantum computing. The general philosophy behind such one-way quantum\\\\ncomputing architectures [70] is that a large scale entangled state is generated ”up front”\\\\nand computation carried out by single-qubit operations induced by measurements.\\\\nImportantly, quantum computing requires access to 2D photonic cluster states as\\\\nopposed to the 1D cluster states considered above. Several proposals of how to\\\\nachieve this with QDs have been put forward. One approach is to optically couple\\\\ntwo QDs [71], which requires local tuning of the two QDs into mutual resonance. An\\\\nalternative proposal has been put forward based on a single quantum emitter, where the\\\\nemitted photons are controllably coupled back to interact with the emitter and through\\\\nthis process generates the 2D cluster [72]. Such a ”one-emitter quantum-computer\\\\narchitecture” is almost ideally suited for implementation based on QDs in nanophotonic\\\\nstructures. Another exciting potential applications of photonic cluster states would be in\\\\nquantum repeater protocols without the necessity of a matter-based quantum memory\\\\n[73, 74]. Such an approach would potentially overcome the main bottleneck of the QD\\\\nbased platform for quantum networks resulting from the relatively short-lived quantum\\\\nmemory offered by the QD spin.\\\\n\\\\n8. Conclusions\\\\n\\\\nQDs in photonic nanostructures constitute an unprecedent photon-emitter interface at\\\\noptical frequencies. The recent significant progress implies that advanced quantum-\\\\ninformation processing protocols now become within experimental reach in the overall\\\\nquest towards constructing photonic quantum networks. Such a distributed photonic\\\\nquantum network would open new avenues for secure quantum communication and\\\\nultimately provide a way of scaling up quantum computers. It is currently an exciting\\\\nand timely research topic to identify how the emerging quantum hardware can most\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'2ba64cf8-ce27-4486-8bc8-6dc319c814d7\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'Quantum-dot based photonic quantum networks 15\\\\n\\\\nefficiently be ’put to use’ by laying out realistic and resource efficient quantum network\\\\narchitectures. Such a research programme requests a close interplay between theory and\\\\nexperiment in a continuous effort on how to exploit new quantum technology.\\\\n\\\\n9. Acknowledgements\\\\n\\\\nIt is a pleasure to acknowledge all the excellent colleagues who have contributed to my\\\\nunderstanding of solid-state photonic quantum networks including A.S. Sørensen, R.J.\\\\nWarburton, T.C. Ralph, and A.G. White, as well as all past and present members of\\\\nthe Quantum Photonics Group at the Niels Bohr Institute, University of Copenhagen.\\\\nI thank Nir Rotenberg for proof reading the manuscript. I gratefully acknowledge\\\\nfinancial support from the European Research Council (ERC Advanced Grant SCALE ),\\\\nInnovation Fund Denmark (Quantum Innovation Center Qubiz ), and the Danish Council\\\\nfor Independent Research.\\\\n [1] H. J. Kimble, The quantum internet, Nature 453, 1023 (2008).\\\\n [2] A. Reiserer and G. Rempe, Cavity-based quantum networks with single atoms and optical photons,\\\\n Rev. Mod. Phys. 87, 1379 (2015).\\\\n [3] A.V. Kuhlmann, J. Houel, A. Ludwig, L. Greuter, D. Reuter, A.D. Wieck, M. Poggio, and R.J.\\\\n Warburton, Charge noise and spin noise in a semiconductor quantum device, Nature Phys. 9,\\\\n 570 (2013).\\\\n [4] N. Somaschi, V. Giesz, L. De Santis, J. C. Loredo, M. P. Almeida, G. Hornecker, S. L. Portalupi,\\\\n T. Grange, C. Anton, J. Demory, C. Gomez, I. Sagnes, N. D. Lanzillotti-Kimura, A. Lema ˜Atre,\\\\n A. Auffeves, A. G. White, L. Lanco, and P. Senellart, Near-optimal single-photon sources in the\\\\n solid state, Nature Phot. 10, 340 (2016).\\\\n [5] X. Ding, Y. He, Z.-C. Duan, N. Gregersen, M.-C. Chen, S. Unsleber, S. Maier, C. Schneider, M.\\\\n Kamp, S. Hofling, C.-Y. Lu, and J.-W. Pan, On-demand single photons with high extraction\\\\n efficiency and near-unity indistinguishability from a resonantly driven quantum dot in a\\\\n micropillar, Phys. Rev. Lett. 116, 020401 (2016).\\\\n [6] A.V. Kuhlmann, J.H. Prechtel, J. Houel, A. Ludwig, D. Reuter, A.D. Wieck, and R.J. Warburton,\\\\n Transform-limited single photons from a single quantum dot, Nature Comm. 6, 8204 (2015)\\\\n [7] P. Lodahl, S. Mahmoodian, and S. Stobbe, Interfacing single photons and single quantum dots\\\\n with photonic nanostructures, Rev. Mod. Phys. 87, 347 (2015).\\\\n [8] M. Arcari, I. S¨ollner, A. Javadi, S. Lindskov Hansen, S. Mahmoodian, J. Liu, H. Thyrrestrup,\\\\n E. H. Lee, J. D. Song, S. Stobbe, and P. Lodahl, Near-unity coupling efficiency of a quantum\\\\n emitter to a photonic crystal waveguide, Phys. Rev. Lett. 113, 093603 (2014).\\\\n [9] I. Schwartz, D. Cogan, E.R. Schmidgall, Y. Don, L. Gantz, O. Kenneth, N.H. Lindner, and D.\\\\n Gershoni, Deterministic generation of a cluster state of entangled photons, Science 354, 434\\\\n (2016).\\\\n[10] H. Wang, Y. He, Y.-H. Li, Z.-E. Su, B. Li, H.-L. Huang, X. Ding, M.-C. Chen, C. Liu, J. Qin,\\\\n J.-P. Li, Y.-M. He, C. Schneider, M. Kamp, C.-Z. Peng, S. Hoefling, C.-Y. Lu, and J.-W. Pan,\\\\n High-efficiency multiphoton boson sampling, Nature Phot. 11, 361 (2017).\\\\n[11] C.H.H. Schulte, J. Hansom, A.E. Jones, C. Matthiesen, C. Le Gall, and M. Atature, Quadrature\\\\n squeezed photons from a two-level system, Nature 525, 222 (2015).\\\\n[12] D. Huber, M. Reindl, Y. Huo, H. Huang, J.S. Wildmann, O.G. Schmidt, A. Rastelli, and R.\\\\n Trotta, Highly indistinguishable and strongly entangled photons from symmetric GaAs quantum\\\\n dots, Nature Comm. 8, 15506 (2017)\\\\n[13] K. De Greve, P.L. McMahon, D. Press, T.D. Ladd, D. Bisping, C. Schneider, M. Kamp, L.\\\\n Worschech, S. Hofling, A. Forchel, and Y. Yamamoto, Ultrafast coherent control and suppressed\\\\n nuclear feedback of a single quantum dot hole qubit, Nature Physics 7, 872 (2011).\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'9e6eac23-ac2f-4095-83e3-51fbd271c644\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' Quantum-dot based photonic quantum networks 16\\\\n\\\\n [14] J.H. Prechtel, A.V. Kuhlmann, J. Houel, A. Ludwig, S.R. Valentin, A.D. Wieck, and R.J.\\\\n Warburton, Decoupling a hole spin qubit from the nuclear spins, Nature Materials 15, 981\\\\n (2016)\\\\n[15] K. Hammerer, A.S. Sørensen, and E.S. Polzik, Quantum interface between light and atomic\\\\n ensembles, Rev. Mod. Phys. 82, 1041 (2010).\\\\n [16] C. Santori, D. Fattal, J. Vukovic, G.S. Solomon, and Y. Yamamoto, Indistinguishable photons from\\\\n a single-photon device, Nature 419, 594 (2002).\\\\n[17] P. Michler, A. Kiraz, C. Becher, W.V. Schoenfeld, P.M. Petroff, L. Zhang, E. Hu, and A. Imamoglu,\\\\n A quantum dot single-photon turnstile device, Science 290, 2282 (2000).\\\\n[18] Y.-M. He, Y. He, Y.-J. Wei, D. Wu, M. Atature, C. Schneider, S. Hofling, M. Kamp, C.-Y. Lu, and\\\\n J.-W. Pan, On-demand semiconductor single-photon source with near-unity indistinguishability,\\\\n Nature Nano. 8, 213 (2013).\\\\n[19] R.J. Warburton, Single spins in self-assembled quantum dots, Nature Materials 12, 483 (2013).\\\\n [20] J. Bleuse, J. Claudon, M. Creasey, N.S. Malik, J.-M. Gerard, I. Maksymov, J.-P. Hugonin, and\\\\n P. Lalanne Inhibition, enhancement, and control of spontaneous emission in photonic nanowires\\\\n Phys. Rev. Lett. 106, 103601 (2011).\\\\n [21] M. Davanco, M.T. Rakher, W. Wegscheider, D. Schuh, A. Badolato, and K. Srinivasan, Efficient\\\\n quantum dot single photon extraction into an optical fiber using a nanophotonic directional\\\\n coupler, Appl. Phys. Lett. 99, 121101 (2011).\\\\n [22] T.G. Tiecke, K.P. Nayak, J.D. Thompson, T. Peyronel, N.P. de Leon, V. Vuletic, and M.D. Lukin,\\\\n Efficient fiber-optical interface for nanophotonic devices, Optica 2, 70 (2015).\\\\n [23] R.S. Daveau, K.C. Balram, T. Pregnolato, J. Liu, E.H. Lee, J.D. Song, V. Verma, R. Mirin, S. Woo\\\\n Nam, L. Midolo, S. Stobbe, K. Srinivasan, and P. Lodahl, Efficient fiber-coupled single-photon\\\\n source based on quantum dots in a photonic-crystal waveguide, Optica 4, 178 (2017).\\\\n [24] A. Kiraz, M. Atature, and A. Imamoglu, Quantum-dot single-photon sources: Prospects for\\\\n applications in linear optics quantum-information processing, Phys. Rev. A 69, 032305 (2004).\\\\n [25] P. Tighineanu, C.L. Dreessen, C. Flindt, P. Lodahl, and A.S. Sørensen, Phonon decoherence\\\\n of quantum dots in photonic structures: Broadening of the zero-phonon line and the role of\\\\n dimensionality, arXiv:1702.04812 (2017).\\\\n [26] G. Kirsanske, H. Thyrrestrup, R.S. Daveau, C.L. Dreessen, T. Pregnolato, L. Midolo, P.\\\\n Tighineanu, A. Javadi, S. Stobbe, R. Schott, A. Ludwig, A.D. Wieck, S.I Park, J.D. Song,\\\\n A.V. Kuhlmann, I. Sollner, M.C. Lobl, R.J. Warburton, and P. Lodahl, Indistinguishable and\\\\n efficient single photons from a quantum dot in a planar nanobeam waveguide, arXiv:1701.08131\\\\n (2017).\\\\n [27] H. Wang, Z.-C. Duan, Y.-H. Li, S. Chen, J.-P. Li, Y.-M. He, M.-C. Chen, Y. He, X. Ding, C.-Z.\\\\n Peng, C. Schneider, M. Kamp, S. Hofling, C.-Y. Lu, and J.-W. Pan, Near-transform-limited\\\\n single photons from an efficient solid-state quantum emitter, Phys. Rev. Lett. 116, 213601\\\\n (2016).\\\\n [28] J.L. O’Brien, A. Furusawa, and J. Vuckovic, Photonic quantum technologies, Nature Photonics 3,\\\\n 687 (2009).\\\\n [29] J. Carolan, C. Harrold, C. Sparrow, E. Martin-Lopez, N.J. Russell, J.W. Silverstone, P.J. Shadbolt,\\\\n N. Matsuda, M. Oguma, M. Itoh, G.D. Marshall, M.G. Thompson, J.C.F. Matthews, T.\\\\n Hashimoto, J.L. O’Brien, and A. Laing, Universal linear optics, Science 349, 711 (2015).\\\\n [30] J. Wang, A. Santamato, P. Jiang, D. Bonneau, E. Engin, J.W. Silverstone, M. Lermer, J. Beetz, M.\\\\n Kamp, S. Hofling, M.G. Tanner, C.M. Natarajan, R.H. Hadfield, S.N. Dorenbos, V. Zwiller, J.L.\\\\n O’Brien, and M.G. Thompson, Gallium arsenide (GaAs) quantum photonic waveguide circuits,\\\\n Opt. Commun. 327, 49 (2014).\\\\n [31] L. Midolo et al., in preparation (2017).\\\\n [32] L. Midolo, A. Schliesser, and A. Fiore, in preparation (2017).\\\\n [33] A. Aspuru-Guzik and P. Walther, Photonic quantum simulators Nature Physics 8, 285 (2012).\\\\n [34] J. Kettler, M. Paul, F. Olbrich, K. Zeuner, M. Jetter, and P. Michler, Single-photon and photon\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'4a9600a2-24a1-4600-9fb2-d10ba3b7c33a\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' Quantum-dot based photonic quantum networks 17\\\\n\\\\n pair emission from MOVPE-grown In(Ga)As quantum dots: shifting the emission wavelength\\\\n from 1.0 to 1.3 μm Appl. Phys. B 122, 48 (2016).\\\\n [35] J.-H. Kim, T. Cai, C.J.K. Richardson, R.P. Leavitt, and E. Waks, Two-photon interference from\\\\n a bright single-photon source at telecom wavelengths, Optica 3, 577 (2016).\\\\n [36] B. Kambs, J. Kettler, M. Bock, J.N. Becker, C. Arend, A. Lenhard, S.L. Portalupi, M. Jetter,\\\\n P. Michler, and C. Becher, Low-noise quantum frequency down-conversion of indistinguishable\\\\n photons, Opt. Express 24, 22250 (2016).\\\\n [37] R.H. Hadfield, Single-photon detectors for optical quantum information applications, Nature\\\\n Photonics 3, 696 (2009).\\\\n[38] G. Reithmaier, S. Lichtmannecker, T. Reichert, P. Hasch, K. Muller, M. Bichler, R. Gross, and J.J.\\\\n Finley, On-chip time resolved detection of quantum dot emission using integrated superconducting\\\\n single photon detectors, Sci. Reports 3, 1901 (2013).\\\\n[39] A. Faraon, I. Fushman, D. Englund, N. Stoltz, P. Petroff, and J. Vukovic, Coherent generation of\\\\n non-classical light on a chip via photon-induced tunnelling and blockade, Nature Phys. 4, 859\\\\n (2008).\\\\n[40] A. Reinhard, T. Volz, M. Winger, A. Badolato, K.J. Hennessy, E.L. Hu, and A. Imamoglu, Strongly\\\\n correlated photons on a chip, Nature Phot. 6, 93 (2012).\\\\n[41] M.P. Bakker, T. Ruytenberg, W. Loffler, A. Barve, L. Coldren, M.P. van Exter, and D.\\\\n Bouwmeester, Quantum dot nonlinearity through cavity-enhanced feedback with a charge memory\\\\n Phys. Rev. B 91, 241305(R) (2015)\\\\n[42] A.J. Bennett, J.P. Lee, D.J.P. Ellis, I. Farrer, D.A. Ritchie, and A.J. Shields, A semiconductor\\\\n photon-sorter Nature Nano. 11, 857 (2016).\\\\n[43] A. Javadi, I. S¨ollner, M. Arcari, S.L. Hansen, L. Midolo, S. Mahmoodian, G. Kirsanske, T.\\\\n Pregnolato, E.H. Lee, J.D. Song, S. Stobbe, and P. Lodahl, Single-photon non-linear optics\\\\n with a quantum dot in a waveguide, Nature Comm. 6, 8655 (2015)\\\\n[44] D. Witthaut, M.D. Lukin, and A.S. Sørensen, Photon sorters and QND detectors using single\\\\n photon emitters, Europhys. Lett. 97, 50007 (2012).\\\\n[45] T.C. Ralph, I. S¨ollner, S. Mahmoodian, A.G. White, and P. Lodahl, Photon sorting, efficient Bell\\\\n measurements and deterministic CZ gate using a passive two-level nonlinearity, Phys. Rev.\\\\n Lett. 114, 173603 (2015).\\\\n[46] D.E. Chang, A.S. Sørensen, E.A. Demler, and M.D. Lukin, A single-photon transistor using\\\\n nanoscale surface plasmons, Nature Phys. 3, 807 (2007).\\\\n [47] B. Urbaszek, X. Marie, T. Amand, O. Krebs, P. Voisin, P. Maletinsky, A. Hogele, and A. Imamoglu,\\\\n Nuclear spin physics in quantum dots: An optical investigation, Rev. Mod. Phys. 85, 79 (2013).\\\\n [48] K. Heshami, C. Santori, B. Khanaliloo, C. Healey, V.M. Acosta, P.E. Barclay, and C. Simon,\\\\n Raman quantum memory based on an ensemble of nitrogen-vacancy centers coupled to a\\\\n microcavity, Phys. Rev. A 89, 040301(R) (2014).\\\\n [49] H.M. Meyer, R. Stockill, M. Steiner, C. Le Gall, C. Matthiesen, E. Clarke, A. Ludwig, J. Reichel,\\\\n M. Atature, and M. Kohl, Direct photonic coupling of a semiconductor quantum dot and a\\\\n trapped ion, Phys. Rev. Lett. 114, 123001 (2015).\\\\n [50] W.B. Gao, P. Fallahi, E. Togan, J. Miguel-Sanchez, and A. Imamoglu, Observation of entanglement\\\\n between a quantum dot spin and a single photon, Nature 491, 426 (2012).\\\\n[51] W.B. Gao, P. Fallahi, E. Togan, A. Delteil, Y.S. Chin, J. Miguel-Sanchez, and A. Imamoglu,\\\\n Quantum teleportation from a propagating photon to a solid-state spin qubit, Nature Comm. 4,\\\\n 2744 (2013).\\\\n[52] A. Delteil, Z. Sun, W.B. Gao, E. Togan, S. Faelt, and A. Imamoglu, Generation of heralded\\\\n entanglement between distant hole spins, Nature Phys. 12, 218 (2016).\\\\n[53] P. Lodahl, S. Mahmoodian, S. Stobbe, A. Rauschenbeutel, P. Schneeweiss, J. Volz, H. Pichler, and\\\\n P. Zoller, Chiral quantum optics, Nature 541, 473 (2017).\\\\n[54] I. S¨ollner, S. Mahmoodian, S. Lindskov Hansen, L. Midolo, A. Javadi, G. Kirsanske, T. Pregnolato,\\\\n H. El-Ella, E.-H. Lee, J.D. Song, S. Stobbe, and P. Lodahl, Deterministic photon-emitter\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'9d6d7ce1-ecb5-4330-ab7f-ae5c4747b61c\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum-dot based photonic quantum networks\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' Quantum-dot based photonic quantum networks 18\\\\n coupling in chiral photonic circuits, Nature Nano. 10, 775 A (2015).ˆ\\\\n [55] R.J. Coles, D.M. Price, J.E. Dixon, B. Royall, E. Clarke, P. Kok, M.S. Skolnick, A.M. Fox,\\\\n and M.N. Makhonin, Chirality of nanophotonic waveguide with embedded quantum emitter for\\\\n unidirectional spin transfer, Nature Comm. 7, 11183 (2016).\\\\n [56] S. Mahmoodian, ˆA P. Lodahl, and ˆA A. S. Sørensen, Quantum networks with chiral light-matter\\\\n interaction in waveguides, Phys. Rev. Lett. 117, 240501 (2016).\\\\n [57] P.W. Fry, I.E. Itskevich, D.J. Mowbray, M.S. Skolnick, J.J. Finley, J.A. Barker, E.P. O’Reilly, L.R.\\\\n Wilson, I.A. Larkin, P.A. Maksym, M. Hopkinson, M. Al-Khafaji, J.P.R. David, A.G. Cullis,\\\\n G. Hill, and J.C. Clark, Inverted electron-hole alignment in InAs-GaAs self-assembled quantum\\\\n dots, Phys. Rev. Lett. 84, 733 (2000).\\\\n [58] F. Ding, R. Singh, J.D. Plumhof, T. Zander, V. Krapek, Y.H. Chen, M. Benyoucef, V. Zwiller, K.\\\\n Dorr, G. Bester, A. Rastelli, and O.G. Schmidt, Tuning the exciton binding energies in single\\\\n self-assembled InGaAs/GaAs quantum dots by piezoelectric-induced biaxial stress, Phys. Rev.\\\\n Lett. 104, 067405 (2010).\\\\n [59] R. Stockill, M.J. Stanley, L. Huthmacher, E. Clarke, M. Hugues, A.J. Miller, C. Matthiesen, C.\\\\n Le Gall, and M. Atature, Phase-tuned entangled state generation between distant spin qubits,\\\\n arXiv:1702.03422 (2017).\\\\n [60] D. Dzsotjan, A.S. Sørensen, and M. Fleischhauer, Quantum emitters coupled to surface plasmons\\\\n of a nanowire: A Greens function approach, Phys. Rev. B 82, 075427 (2010).\\\\n [61] T. Ramos, H. Pichler, A.J. Daley, and P. Zoller, Quantum spin dimers from chiral dissipation in\\\\n cold-atom chains, Phys. Rev. Lett. 113, 237203 (2014).\\\\n[62] K.M. Weiss, J.M. Elzerman, Y.L. Delley, J. Miguel-Sanchez, and A. Imamoglu, Coherent two-\\\\n electron spin qubits in an optically active pair of coupled InGaAs quantum dots, Phys. Rev.\\\\n Lett. 109, 107401 (2012).\\\\n[63] T. Rudolph, Why I am optimistic about the silicon-photonic route to quantum computing, APL\\\\n Photonics 2, 030901 (2017).\\\\n[64] J.H. Shapiro, Single-photon Kerr nonlinearities do not help quantum computation, Phys. Rev. A\\\\n 73, 062305 (2006).\\\\n[65] D. Gottesman and I.L. Chuang, Demonstrating the viability of universal quantum computation\\\\n using teleportation and single-qubit operations, Nature 402, 390 (1999).\\\\n[66] L.M. Duan and H.J. Kimble, Scalable photonic quantum computation through cavity-assisted\\\\n[67] K. Koshino, S. Ishizaka, and Y. Nakamura, Deterministic photon-photon √SWAP gate using a Λinteractions, Phys. Rev. Lett. 92, 127902 (2004).\\\\n system, Phys. Rev. A 82, 010301(R) (2010).\\\\n[68] S. Rosenblum, A. Borne, and B. Dayan, Analysis of deterministic swapping of photonic and atomic\\\\n states through single-photon Raman interaction, Phys. Rev. A 95, 033814 (2017).\\\\n[69] N.H. Lindner and T. Rudolph, Proposal for pulsed on-demand sources of photonic cluster state\\\\n strings, Phys. Rev. Lett. 103, 113602 (2009).\\\\n[70] R. Raussendorf, D.E. Browne, and H.J. Briegel, Measurement-based quantum computation on\\\\n cluster states, Phys. Rev. A 68, 022312 (2003).\\\\n[71] S.E. Economou, N. Lindner, and T. Rudolph, Optically generated 2-dimensional photonic cluster\\\\n state from coupled quantum dots, Phys. Rev. Lett. 105, 093601 (2010).\\\\n[72] H. Pichler, S. Choi, P. Zoller, and M.D. Lukin, Photonic tensor networks produced by a single\\\\n quantum emitter, arXiv:1702.02119\\\\n [73] K. T. K. Azuma and H.-K. Lo, All-photonic quantum repeaters, Nat. Commun. 6, 6787 (2015).\\\\n [74] D. Buterakos, E. Barnes, and S.E. Economou, Deterministic generation of all-photonic quantum\\\\n repeaters from solid-state emitters, arXiv:1612.03869 (2016).\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}]}, {\\'documents\\': [{\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'be0e8bc0-0012-40bf-90b8-0e50f67a0433\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum State of Entangled Photon Pairs\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'arXiv:quant-ph/0407030v1 5 Jul 2004\\\\n\\\\n On quantum state of entangled photon pairs\\\\n Ruo Peng WANG\\\\n Department of Physics, Peking University, Beijing 100871, P.R.China\\\\n Email: rpwang@cis.pku.edu.cn\\\\n June 18, 2018\\\\n\\\\n Abstract\\\\n I show that the photon pairs used in experimental tests of quantum\\\\n non-locality based on Bell’s theorem are not in the entangled quantum\\\\n state. The correct quantum state of the “entangled” photon pairs is sug-\\\\n gested. Two experiments for testing this quantum state are proposed.\\\\n PACS: 03.65.Ud, 42.50.Dv\\\\n Keywords: entangled photon pair, entangled quantum states, quantum\\\\n non-locality\\\\n\\\\n 1 introduction\\\\n Quantum non-locality is a controversial topic of quantum theory, and entangled\\\\n photon pairs played a very important role in experimental tests of quantum non-\\\\n locality. So far, a number of experimental tests of quantum non-locality based\\\\n on Bell’s theorem [1] have been carried out [2, 3, 4, 5, 6]. In these experiments\\\\n entangled photon pairs are produced, and the polarization correlation between\\\\n entangled photon pairs is measured. Experimental results obtained in these tests\\\\n are in favor for quantum non-locality. Although it has been pointed out that\\\\n this polarization correlation is compatible with local realism [7], these results\\\\n are generally considered as direct evidences for the existence of quantum non-\\\\n locality, and more experiments [8, 9, 10] showing different kind of quantum\\\\n non-local correlation are carried out. The entangled photon pairs are used as\\\\n light source in these experiments, and the interpretation of the experimental\\\\n results as proofs for quantum non-locality is closely related to the assumption\\\\n that these photon pairs are in entangled quantum state.\\\\n In this letter, I will show that the same polarization correlation also exists\\\\n for certain un-entangled photon pairs. And on other hand, based on the consid-\\\\n eration of momentum conservation, I will also show that the entangled quantum\\\\n state is not a correct description for photon pairs used in these experimental\\\\n tests of quantum non-locality. A correct quantum state for these photon pairs is\\\\n suggested, and two experiments for testing this quantum state and the quantum\\\\n non-locality are proposed.\\\\n\\\\n 1\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'0e51993f-ad65-4849-aaa5-3718b2edf1c8\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum State of Entangled Photon Pairs\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'2 polarization correlation between un-entangled\\\\n photons\\\\nLet’s consider a beam of un-entangled photon pairs with each photon pair con-\\\\ntaining a left circle polarized photon and a right circle polarized photon. Such\\\\na beam of photon pairs can be produced by adjusting polarization state of\\\\nthe photon pairs obtained from the parametric down conversion with a type-II\\\\ncollinear phase matching [11]. The quantum state of this un-entangled photon\\\\npairs can be expressed as\\\\n |ψ〉 = 2 1(bv †+ ibh†)(bv †− ibh†)|0〉 = 2 1(bv †bv †+ bh†bh†)|0〉, (1)\\\\nwhere bv† and bh are the creation operator for vertically polarized photon and,†\\\\nrespectively, for horizontally polarized photon with the wave vector~2. By using k\\\\nthe Coulomb gauge, we may describe the optical field of these photon pairs by\\\\nthe vector potential A~. The positive frequencies part of the vector potential is\\\\nrelated to the photon annihilation operators in the following way\\\\n A+ = B(bv~v + bh~h)ei~2 ·~\\\\n ~ e e k r (2)\\\\nwhere the constant B is given by [12]\\\\n B =√ μ0ℏc2 (3)\\\\n 2V ω\\\\nwith μ0 the magnetic permeability of the vacuum, ω the angular frequency of\\\\nthe photons.\\\\n We divide the beam of un-entangled photon pairs into two channels by using\\\\na half reflecting mirror (BS). The wave vectors of photons in these two channels\\\\nare~1 and k k ~2. A half wave plate (W P1) is placed into the channel 1 to introduce\\\\na phase difference of π between the vertical and horizontal components of the\\\\noptical field, and another half wave plate (W P2) is placed into the channel 2\\\\nto swap the vertical and horizontal components of the optical field, as shown\\\\nin FIG. 1. As no incident photons with the wave vector~1 being present, after k\\\\npassing the beam splitter and the wave plates, the optical field becomes [13]\\\\n A~ + = √2 (bv~v − bh~h)ei~1 ·~ + √2 (bh~v + bv~h)ei~2 ·~r .Be e k r B e e k (4)\\\\nThe photons in the channel 1 and 2 are polarized by Glan-Thompsom linear\\\\npolarization analyzers P1 and P2, respectively, before being detected by single\\\\nphoton detectors D1 and D2.\\\\n To analyze the polarization correlation between photons detected by detec-\\\\ntors D1 and D2, we need expressions of optical field at these detectors. Up to\\\\na phase factor, we have\\\\n A+~θ1 = √2 (bv cos θ1 − bh sin θ1)~θ1B e (5)\\\\n 2\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'99eaa171-c4c6-43bb-8b9c-6deeffc5c6fc\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum State of Entangled Photon Pairs\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' 1 D1\\\\n 2\\\\n 1(b bh\\\\n 2 h † †+b bvv † †) 0 1 2 WP1 θ1\\\\n 1 P1\\\\n 1 θ2\\\\n 2 BS 2\\\\n 1 WP2\\\\n 2 2 P2\\\\n 1 D2\\\\n\\\\nFigure 1: A schematic illustration of the experimental setup for testing the\\\\npolarization correlation between un-entangled photon pairs. The polarization\\\\nstates of optical beams are indicated by arrows.\\\\n\\\\nand B\\\\n A+~θ2 = √2 (bh cos θ2 + bv sin θ2)~θ2 .e (6)\\\\nIn the above expressions, ~θ1 and ~θ2 are vectors of unit of the transmissione e\\\\naxes of the analyzer P1, and respectively, P2. The relations (5) and (6) can be\\\\nrewritten in the following form\\\\n A+~θ1 = √2 bθ1 ~θ1 , AθB e ~+2 = √2 bθ2~θ2B e (7)\\\\nwhere\\\\n bθ1 = bv cos θ1 − bh sin θ1, bθ2 = bh cos θ2 + bv sin θ2 (8)\\\\nare the annihilation operators for the photon polarized in the direction ~θ1 withe\\\\nthe wave vector~1 and, respectively, for the photon polarized in the direction k\\\\n~θ2 with the wave vector~2.\\\\ne k\\\\n The coincidence counting rate C(θ1, θ2) is proportional to the probability\\\\nof annihilating simultaneously one photon polarized in the direction ~θ1 at thee\\\\ndetector D1 and one photon polarized in the direction ~θ2 at the detector D2.e\\\\nThis probability is, in its turn, proportional the matrix element\\\\n 〈ψ|bθ2 b†1 bθ1bθ2|ψ〉 = 〈ψ|(bv † †cos θ1 − bh sin θ1)(bh cos θ2 + bvsin θ2)† † †\\\\n θ\\\\n × (bv cos θ1 − bh sin θ1)(bh cos θ2 + bv sin θ2)|ψ〉 (9)\\\\n = 4 1sin2(θ1 − θ2).\\\\nTherefore we have C(θ1, θ2) = CM sin2(θ1 − θ2), (10)\\\\n\\\\n 3\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'f98c627e-47a9-42c3-83bb-6111f9b06525\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum State of Entangled Photon Pairs\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'where CM this the maxim counting rate that occurs at θ1 − θ2 = ±π/2. This\\\\ncorrelation is just the same as in the case of entangled photon pairs [6, 11], and\\\\nthe Bell’s inequality is apparently violated also in the above discussed experi-\\\\nment. The violation of the Bell’s inequality in this case is only apparent, because\\\\na condition for obtaining the Bell’s inequality is not fulfilled here. Namely, in\\\\nthe experiment described in this paper, both photons of a photon pair could\\\\nbe detected in one single channel, with the wave vector k~1 or k~2. Thus, even\\\\nthough the same polarization correlation as in the case of entangled photon\\\\npairs is realized in this experiment, no quantum non-locality is involved here.\\\\nIndeed, after annihilating of a linear polarized photon at the detector D1, the\\\\nquantum state becomes\\\\n |ψ′〉 = bθ1 |ψ〉 = 1√2 (cos θ1b† − sin θ1b†)|0〉.v h (11)\\\\nThe photon in the quantum state |ψ′〉 is not spatially separated from the detector\\\\nD1 where another photon was annihilated. The probability as the photon in\\\\nthe quantum state |ψ′〉 being detected at D1 is\\\\n 〈ψ′|bθ1 bθ1 |ψ′〉 = 2 † 1. (12)\\\\n3 quantum state of entangled photon pairs\\\\nNow we arrive at a very important point: the observation of a photon polar-\\\\nization correlation as expressed in the relation (10) does not form a sufficient\\\\nevidence for quantum non-locality. Besides this correlation, one must exclude\\\\nthe possibility of detecting both of the photons in one single channel to ensure\\\\nthat the phenomena of quantum non-locality are really observed.\\\\n An apparently non-local correlation as expressed in the relation (10) are ob-\\\\nserved experimentally for the entangled photon pairs generated in the paramet-\\\\nric down conversion nonlinear optical processes with a type-II phase matching.\\\\nWe have to see if the possibility of detecting both of the photons in one single\\\\nchannel can be ruled out in the experiment so that one can really interpret the\\\\nexperimental results as an experimental evidence for quantum non-locality. So\\\\nfar the following quantum state is used to describe this photon pair[11]:\\\\n |ψe〉 = 1√2 (bv†1b†2 − bvh †2b†1)|0〉,h (13)\\\\nwhere bh1, b†1, b†2 and bv2 are creation operators for horizontally polarized pho-† †\\\\n v h\\\\ntons with the wave vector k~1, for vertically polarized photons with the wave\\\\nvector~1, for horizontally polarized photons with the wave vector k k ~2, and for\\\\nvertically polarized photons with the wave vector~2, respectively. By using the k\\\\ncorresponding photon annihilation operators, we may write the optical field as\\\\n A+ = B(bv1~v + bh1~h)ei~1 ·~ + B(bv2~v + bh2~h)ei~2 ·~.\\\\n ~e e e k r e e k r (14)\\\\n\\\\n 4\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'288c7d8f-ef47-4768-b601-8119e00d4d55\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum State of Entangled Photon Pairs\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'It is easy to verify that there exists a correlation as described by the relation\\\\n(10) between the polarization of the photon pairs in the quantum state |ψe〉.\\\\n The expression (13) for the quantum state of the entangled photon pairs was\\\\nderived by taking into consideration of the energy and the momentum conserva-\\\\ntion in the parametric down conversion process. The energy and the momentum\\\\nof a photon pair in the state |ψe〉 is equal to the energy and the momentum of\\\\nthe incident photon from which the photon pair is generated. But there is\\\\na problem in this argument, namely the parametric down conversion process\\\\ntakes place in nonlinear optical crystals, so one must take the photons and the\\\\ncrystal as one single system when the condition of the energy and the momen-\\\\ntum conservation is applied. The macroscopic properties of nonlinear optical\\\\ncrystals do not change in the parametric down conversion process. Thus the\\\\nexpectation values of the energy and the momentum of crystals are the same\\\\nbefore and after the photon pairs’ generation. Therefore the expectation val-\\\\nues of energy and momentum of a photon pair must equal to the expectation\\\\nvalues of energy and momentum of incident photon. This condition is satisfied\\\\nby the quantum state |ψe〉. On other hand, photons are coupled with optical\\\\nphonons with same momentum when passing through crystals, and there exist\\\\nexchanges of energy and momentum between photons and crystals through the\\\\nphoton-phonon interaction during photons’ propagation in crystals. One may\\\\nneglect the energy exchange between photons and crystals because the ener-\\\\ngies of phonons are much smaller than that of photons with same momentum,\\\\nbut the momentum exchange between photons and crystals must be taken into\\\\nconsideration. This exchange of momentum causes fluctuations in momenta of\\\\ncrystals and generated photon pairs. But the state |ψe〉 is an eigen-state of the\\\\nphoton pairs’ momentum, that means there is not momentum fluctuations for\\\\nphoton pairs in the state |ψe〉. Therefore the generated photon pair can not be\\\\nin this quantum state.\\\\n According to the calculation made before, the correlation between the po-\\\\nlarization of the photon pairs as described by the relation (10) does exist also\\\\nfor photon pairs in the following quantum state\\\\n |ψu〉 = 2 1(b1 †+ ib2†)(b1 †− ib2†)|0〉 = 2 1(b1†b1 †+ b2†b2†)|0〉, (15)\\\\nwith the optical field given by\\\\n A~u += √2 (b1~v − b2~h)ei~1 ·~ + √2 (b2~v + b1~h)ei~2 ·~r .B e e k r B e e k (16)\\\\nThe quantum state |ψu〉 is an un-entangled state. In fact, we can write |ψu〉 as\\\\n |ψu〉 = |ψa〉 ⊗ |ψb〉, (17)\\\\nwith †|0〉, |ψb〉 = bb†|0〉,\\\\n |ψa〉 = ba (18)\\\\nwhere †= 1 †= 1\\\\n ba √2 (b1 †+ ib2†), bb √2 (b1 †− ib2†), [ba†, bb] = 0. (19)\\\\n 5\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'43b30d97-ad73-4167-b142-fec2d80f5ce9\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum State of Entangled Photon Pairs\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' The quantum state |ψu〉 is not an eigen-state of momentum, but photon\\\\npairs in the quantum states |ψe〉 and |ψu〉 have the same expectation values of\\\\nthe energy and the momentum. So the quantum state |ψu〉 satisfies the energy\\\\nand momentum conservation requirement. In conclusion, the quantum state\\\\n|ψu〉 could be a correct description for photon pairs generated in the paramet-\\\\nric down conversion nonlinear optical processes with a type-II phase matching.\\\\nOne may observe that for photon pairs in the quantum state |ψu〉, both photons\\\\ncould be detected in one single channel. Therefore, by applying the conditions\\\\nof the energy and momentum conservation, we can not rule out the possibility\\\\nof detecting both photons in one single channel. But, instead, we find that the\\\\nphoton pairs can not be in the entangled state. The apparently non-local cor-\\\\nrelation between the polarization of photon pairs produced in the parametric\\\\ndown conversion nonlinear optical processes, that were believed being in entan-\\\\ngled states, is not a proof for the existence of the quantum non-locality, but just\\\\na necessary evidence for the fact that photon pairs are in the quantum state\\\\n|ψu〉.\\\\n The same conclusion holds also for photon pairs emitted in a radiative atomic\\\\ncascade of calcium [2, 3]. In that process, electrons which emit two photons in a\\\\nradiative cascade are well confined within the ions of calcium. The uncertainty\\\\nin the momentum of electrons implies that the photon pairs can not be in the\\\\nentangled state which has a well defined momentum. The quantum state for\\\\nphoton pairs generated in this process could be expressed as\\\\n |ψu′〉 = 1√2 (bωhb†2h+ bω† 1 ω †1v b†2v )|0〉,ω (20)\\\\nwhere bω1h, b†1v are creation operators for horizontally, and respectively, ver-†ω\\\\ntically polarized photons of circle frequency ω1, and bω2h, b†2v are the same† ω\\\\noperators for photons of circle frequency ω2.\\\\n The optical field in the channel 1 is given by\\\\n A+= g11(bω1 v~v + bωh~h)eicω1~1 ·~ + g12(bω2v~v + bω2h~h)eicω2~n1·~r\\\\n ~1 e 1 e n r e e (21)\\\\nand\\\\n A+= g21(bω1 v~v + bωh~h)eicω1~1 ·~ + g22(bω2v~v + bω2h~h)eicω2~n·~r\\\\n ~2 e e n r e e 1 (22)\\\\n 1\\\\nin the channel 2, where ~1, ~2 are vectors of unity that indicate the propaga-n n\\\\ntion directions of the channels 1 and 2, and g11, g12, g21, g22 are coefficients that\\\\ndepend on the geometry of the experiment setup. We can now calculate the\\\\nprobability of annihilating simultaneously a photon of circle frequency ω1 po-\\\\nlarized in the direction ~θ1 in the channel 1 and a photon of circle frequency ω2e\\\\npolarized in the direction ~θ2 in the channel 2. By using the expressions (20),e\\\\n(21) and (22), we find\\\\n C12(θ1, θ2) = C′M cos2(θ1 − θ2). (23)\\\\nThis is exactly the correlation observed in experimental tests carried out by\\\\nAspect et al. [2, 3]. Again, no quantum non-locality is evolved, and both of the\\\\nphotons can be detected in one single channel also in these tests.\\\\n\\\\n 6\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'120d303e-23a4-49c2-8a47-0a738f91d646\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum State of Entangled Photon Pairs\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' D1\\\\n θ1\\\\n 1 P1\\\\n “entangled”\\\\n photon pair 2 BS θ4\\\\n 4\\\\n P3 3 P4\\\\n θ3 D4\\\\n D3\\\\n\\\\nFigure 2: A schematic illustration of the experimental setup for testing the\\\\npossibility of detecting both photons from one “entangled” photon pair in one\\\\nsingle channel. The polarization states of optical beams are indicated by arrows.\\\\n\\\\n4 proposal for experimental tests\\\\nDirect experimental tests on the possibility of detecting both photons in one\\\\nsingle channel and on the coherence of photons in different channels could make\\\\nour conclusions on the quantum state of “entangled” photons pairs and quan-\\\\ntum non-locality more convincing. An experimental test on the possibility of\\\\ndetecting both of the photons in one single channel can be done by using an\\\\nexperimental setup shown in FIG. 2. This setup is quite similar to that used\\\\nfor tests of quantum non-locality based on Bell’s theorem. But a half reflecting\\\\nmirror is inserted now into the channel 2 to split it into the channels 3 and 4,\\\\nand the coincidence counting rate between the channels 3 and 4 is measured.\\\\nThis coincidence counting rate is proportional to the polarization correlation\\\\nbetween photons in the channel 3 and in the channel 4. An anti-coincidence\\\\ncondition with the signal from the channel 1 can also be applied to ensure that\\\\nthis coincidence counting rate is not from other sources. By using the expres-\\\\nsions (15), (16), (13) and (14), one can easily verify that the following relation\\\\nholds for this coincidence counting rate\\\\n C(θ3, θ4) = CMcos2(θ3 − θ4),′′ (24)\\\\nif the photon pairs are in the quantum state |ψu〉, and\\\\n\\\\n C(θ3, θ4) ≡ 0, (25)\\\\nif the photon pairs are in the quantum state |ψe〉.\\\\n The coherence of photons in different channels can also be used for testing\\\\nthe quantum state of “entangled” photon pairs. An experimental setup for such\\\\na test is schematically illustrated in FIG. 3. The linear polarizers P1 and P2 are\\\\n\\\\n 7\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'7a329a04-32f6-4bd5-911c-1f787517abfb\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum State of Entangled Photon Pairs\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\' M1\\\\n P1\\\\n 1 WP D\\\\n “entangled”\\\\n photon pair 2\\\\n (x,y)\\\\n P2\\\\n M2\\\\n\\\\nFigure 3: A schematic illustration of the experimental setup for testing the\\\\ncoherence between photons from one “entangled” photon pair in different chan-\\\\nnels. The polarization states of optical beams are indicated by arrows.\\\\n\\\\ninserted into the beams of “entangled” photon pairs, generated in the parametric\\\\ndown conversion nonlinear optical processes with a type-II phase matching, in\\\\nsuch a way, so that the photon in the channel 1 becomes horizontally polarized,\\\\nwhile the photon in the channel 2 is polarized vertically. The polarization of\\\\nthe beam 1 is changed to vertical later by the half wave plate W P . Both beams\\\\nare reflected by the mirrors M1 and M2 to overlap each other. The single\\\\nphoton counting rate I(x, y) in the (x, y) plan as a function of the coordinates\\\\n(x, y) is measured by using the single photon detector D. Let f1(x, y)~v bee\\\\nthe distribution of the vector potential of the beam 1 in the plan (x, y), and\\\\nf2(x, y)~v the distribution of the vector potential of the beam 2 . If the photone\\\\npair were in the quantum state |ψe〉, we have\\\\n A+(x, y) = bh1f1(x, y)~v + bv2f2(x, y)~v .\\\\n ~ e e (26)\\\\n The single photon counting rate I(x, y) is proportional to the matrix element\\\\n I(x, y) ∝ 〈ψe|~+†(x, y) · A+(x, y)|ψe〉. A~ (27)\\\\nBy using the relation (26) and the expression (13) for |ψe〉, we find, for photon\\\\npairs in the quantum state |ψe〉,\\\\n I(x, y) ∝ |f1(x, y)|2 + |f2(x, y)|2, (28)\\\\nso no interference occurs. But if the photon pairs were in the quantum state\\\\n|ψu〉, then according to Eq.(16), we have\\\\n A+(x, y) = b2f1(x, y)~v + b2f2(x, y)~v .\\\\n ~ e e (29)\\\\nAnd in this case the counting rate becomes\\\\n I(x, y) ∝ |f1(x, y) + f2(x, y)|2, (30)\\\\nthat means the beam 1 and beam 2 prepared in the way described above are\\\\ncoherent.\\\\n\\\\n 8\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'8e86a476-b4c4-4c21-b244-d82f87eca2a4\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum State of Entangled Photon Pairs\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'5 discussion\\\\nI have shown that the correlations of photons’ polarization observed in “en-\\\\ntangled” photon pairs generated in the parametric down conversion nonlinear\\\\noptical processes with a type-II phase matching and in a radiative atomic cas-\\\\ncade of calcium are not proofs for quantum non-locality. Instead, they are\\\\nnecessary evidences for the fact that “entangled” photon pairs are in the un-\\\\nentangled states |ψu〉 or |ψu′〉. According to the expression (16) for the vector\\\\npotential, in the case of “entangled” photon pairs generated in the parametric\\\\ndown conversion nonlinear optical processes with a type-II phase matching, we† and b2 †in terms of operators bv1, bv† †2, bh1 and bh2:† †\\\\nmay express the operators b1\\\\n b1 = 1† √2 (bv1 + bh2), b2 † † †= 1√2 (bv2 − bh1).† † (31)\\\\nWe have then\\\\n |ψu〉 = 1√2 |ψe〉 + 4 1(bv1b†1 + bv2b†2 + bh1b†1 + bh2b†2)|0〉.† v † v † h † h (32)\\\\nAs the component (bv1b†1 + bv2b†2 + bh1b†1 + bh2b†2)|0〉 in |ψu〉 has no contri-† † † †\\\\n v v h h\\\\nbution to the coincidence counting rate between the signals from the channel 1\\\\nand the channel 2, all apparently non-local correlations that were believed as\\\\nspecificity of photon pairs in the entangled state |ψe〉, occur also in the case of\\\\nun-entangled photon pairs in the state |ψu〉. The same conclusion holds also\\\\nfor “entangled” photon pairs generated in a radiative atomic cascade of cal-\\\\ncium Therefore no physical phenomena that necessitate introducing quantum\\\\nnon-locality for their explanation are really observed.\\\\n Einstein, Podolsky, Rosen (EPR) and Bohm had put the completeness of\\\\nquantum mechanics in contradiction to the relativistic causality by supposing\\\\nthe existence of particle pairs in entangled quantum states [14, 15]. But till\\\\nnow, such a contradiction did not occur, because no particle pairs in entangled\\\\nquantum states had been produced. Can particle pairs in entangled quantum\\\\nstates be generated ever? It is most likely not. Due to the interaction with\\\\nthe source of particle pairs, it should be impossible for the produced particle\\\\npair with different momenta to be in a quantum state with well defined mo-\\\\nmentum, such as the entangled quantum state. This observation is consistent\\\\nwith Santos’s suggestion [7] that only quantum states which do not contradict\\\\nwith locality requirement are physical states. From this point of view, the EPR\\\\nparadox is just a spectacular illustration of the restriction on quantum states\\\\nimposed by locality requirement.\\\\n\\\\nReferences\\\\n[1] J. S. Bell, Physics 1, 195 (1964)\\\\n[2] A. Aspect, P. Grangier, and G. Roger, Phys. Rev. Lett. 49, 91 (1981)\\\\n\\\\n 9\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}, {\\'class_name\\': \\'Document\\', \\'doc_id\\': \\'170e2b68-f50d-4a3b-8155-79c7b12a3da1\\', \\'embedding\\': None, \\'end_char_idx\\': None, \\'excluded_embed_metadata_keys\\': [], \\'excluded_llm_metadata_keys\\': [], \\'extra_info\\': {\\'file_name\\': \\'Quantum State of Entangled Photon Pairs\\'}, \\'metadata_seperator\\': \\'\\\\n\\', \\'metadata_template\\': \\'{key}: {value}\\', \\'mimetype\\': \\'text/plain\\', \\'relationships\\': {}, \\'start_char_idx\\': None, \\'text\\': \\'[3] A. Aspect, J. Dalibard, and G. Roger, Phys. Rev. Lett. 49, 1804 (1981)\\\\n[4] Z. Y. Ou, and L. Mandel, Phys. Rev. Lett. 61, 50 (1988)\\\\n[5] Y. H. Shih, and C. O. Alley, Phys. Rev. Lett. 61, 2921 (1988)\\\\n[6] Y. H. Shih, A. V. Sergienko, Morton H. Rubin, T. E. Kiess and C. O. Alley,\\\\n Phys. Rev. A 50, 23 (1994)\\\\n[7] E. Santos, Phys. Rev. A 46, 3646 (1992)\\\\n[8] D. V. Strekalov, A. V. Sergienko, D. N. Klyshko and Y. H. Shih, Phys. Rev.\\\\n Lett. 74, 3600 (1995)\\\\n[9] E. J. S. Fonseca, P. H. Souto Ribeiro, S. P´adua and C. H. Monken, Phys.\\\\n Rev. A 60, 1530 (1999)\\\\n[10] Z. Zhao, et al., Phys. Rev. Lett. 91, 180401 (2003)\\\\n[11] P. G. Kwiat et al., Phys. Rev. Lett. 75, 4337 (1995)\\\\n[12] F. Mandl and G. Shaw, Quantum field theory (John Wiley and Sons, Chich-\\\\n ester, 1984), Chap. 1\\\\n[13] L. Mandel and E. Wolf, Optical Coherence and Quantum Optics (Cam-\\\\n bridge University Press, 1995), p. 640\\\\n[14] A. Einstein, B. Pdolsky, and N. Rosen, Phys. Rev. 47, 777 (1935)\\\\n[15] D. Bohm, Quantum Theory (Prentice Hall, Englewood Cliffs, NJ, 1951)\\\\n\\\\n 10\\', \\'text_template\\': \\'{metadata_str}\\\\n\\\\n{content}\\'}]}, {\\'documents\\': []}]'}\n", + "Transition output: {'paper_contents': \"[{'documents': []}, {'documents': [{'doc_id': 'fec0c160-bb07-4eea-be2e-897fd057d647', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' Drift-Diffusion in Mangled Worlds Quantum Mechanics\\\\n Robin Hanson\\\\n George Mason University∗\\\\narXiv:quant‑ph/0303114v2 18 Mar 2003 March 17, 2003.\\\\n Abstract\\\\n In Εverett’s many worlds interpretation, where quantum measurements are seen as\\\\n decoherence events, inexact decoherence may let large worlds mangle the memories of\\\\n observers in small worlds, creating a cutoff in observable world size. I solve a growth-\\\\n drift-diffusion-absorption model of such a mangled worlds scenario, and show that it\\\\n reproduces the Born probability rule closely, though not exactly. Thus deviations from\\\\n exact decoherence can allow the Born rule to be derived in a many worlds approach\\\\n via world counting, using a finite number of worlds and no new fundamental physics.\\\\n\\\\n Introduction\\\\n Traditional quantum mechanics suffers from many ambiguities regarding quantum measure-\\\\n ments. Many worlds approaches try to resolve these ambiguities by identifying measurements\\\\n with decoherence events produced by standard linear quantum evolution [1, 2]. In such\\\\n events, off-diagonal density matrix elements are often naturally and dramatically suppressed\\\\n due to coupling with a large environment [3].\\\\n Unfortunately, the many worlds approach still suffers from the problem that, when there\\\\n are a finite number of worlds, the straightforward way to calculate probabilities, i.e., counting\\\\n the fraction of worlds with a given outcome, does not produce the standard Born probability\\\\n rule [4, 5]. Some have tried to resolve this by adding new fundamental physics, such as\\\\n non-linear dynamics [6], or an infinity of worlds per quantum state which diverge via an\\\\n unknown process [7]. Others propose new decision theory axioms saying we do not care\\\\n about the number of worlds that see an outcome [8, 9].\\\\n A mangled worlds variation proposes to resolve the Born rule problem using only as-\\\\n sumptions that are about the behavior of standard linear quantum evolution, assumptions\\\\n that can in principle be checked by theoretical analysis of common quantum systems. The\\\\n idea is that decoherence is never exact, and so while decoherence makes off-diagonal terms\\\\n small relative to a large world, they can be large relative to a small enough world. This\\\\n may plausibly mangle very small worlds, either destroying the observers in such worlds, or\\\\n changing them into observers who remember events from large worlds [10].\\\\n ∗rhanson@gmu.edu http://hanson.gmu.edu 703-993-2326 FAX: 703-993-2323 MSN 1D3, Carow Hall, Fair-\\\\n fax VA 22030\\\\n\\\\n 1', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': 'b73cbea4-a0a4-47de-9122-4acbfcba2d85', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' This paper presents an explicit growth-drift-diffusion-absorption model of such a mangled\\\\nworlds scenario. It assumes that mangling is a sudden irreversible process, that typical\\\\nexperimental tests of the Born rule include many uncounted background decoherence events,\\\\nand that the region in world size where worlds become mangled is relatively narrow and\\\\nlocated near the median of the distribution of measure. Closed form expressions are given\\\\nshowing that the Born rule is followed closely, though not exactly, in this model. Thus most\\\\nunmangled worlds would remember having observed frequencies very near that predicted by\\\\nthe Born rule, even though in fact Born frequencies do not apply to the vast majority of\\\\nworlds, and even though such frequencies are not observed in the very largest worlds.\\\\n\\\\nDrift-Diffusion Of All Worlds\\\\nConsider a single initial unit-magnitude world that repeatedly undergoes decoherence events\\\\ne. (And for now ignore world mangling.) During each event e, each pre-existing world i\\\\nsplits into a set J(i, e) of resulting worlds j, each of which gets some fraction Fjie of the\\\\noriginal world’s measure. That is, if mi is the measure (or size) of world i, then mj = Fjiem,\\\\n where∑j∈J(i,e) Fjie = 1. Assume that these fractions do not depend on the particular world i\\\\n being split, so that Fjie = Fje and J(i, e) = J(e). If so, then after there have been enough\\\\n events so that the variance of each set {ln(Fje)}j∈J(e) is small compared to this summed over\\\\n e, the central limit theorem of statistics ensures that the resulting set of worlds will approach\\\\n a log-normal distribution over measure m.\\\\n In terms of log size x = ln(m), the distribution of worlds would be normal with some\\\\n mean ~ x < 0 and standard deviation σ > 0. Since the total measure of all worlds is conserved,\\\\n the total number of worlds must be e−~−σ2/2. If there were a constant rate of decoherence x\\\\n events, so that ~ = −vt and σ2 = wt, then the distribution of worlds would be x\\\\n μ0(x, t) = √2πσ exp((v − 2 1 w)t − (x − vt)2). (1)\\\\n 2σ2\\\\nThe measure held by these worlds would also be normally distributed over x, with the same\\\\n standard deviation σ, but a higher mean of ^ = ~ + σ2. These values ~ and ^ are also the x x x x\\\\npositions of the median-sized world and the median measure, respectively.\\\\n For example, after N binary decoherence events where the two possible outcomes have\\\\nrelative measure p > 1/2 and 1 − p, there would be 2N worlds, with median measure and\\\\nstandard deviation given by\\\\n\\\\n x ^ = N ^1 = N(p ln(p) + (1 − p) ln(1 − p)), x\\\\n σ = √Nσ1 =√N√p(1 − p) ln( − p), 1 p\\\\n with ~1 = ^1 − σ2. A constant rate r of such events would give v = −r~1 and w = rσ2. x x 1 x 1\\\\n The distribution μ0(x, t) of equation 1 solves the linear growth-drift-diffusion equation\\\\n\\\\n μ ˙ = v(∇μ + μ) + (w/2)(∇2μ − μ). (2)\\\\nfor t > 0 given the delta function initial condition\\\\n\\\\n 2', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': '50b52ba7-4b81-4b8b-84e1-5f25f47bee1f', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' μ(x, 0) = δ(x). (3)\\\\n\\\\nThe Mangling of Worlds\\\\nDecoherence events quickly suppress the magnitude of off diagonal density matrix terms\\\\nrelative to diagonal terms. Specifically, given two worlds, large L and small s, we have\\\\n\\\\n |ρLs|2 ≤ ϵ2(t)|ρLL||ρss|,\\\\nwhere |ρab| ≡ 〈 a |ρab| b 〉, and coherence ϵ(t) typically falls at a rapid exponential rate for\\\\na great many doubling times [3]. However, in the models that have been solved so far,\\\\ncoherence ϵ(t) typically eventually asymptotes to a small but non-zero level [3, 11, 12, 13].\\\\nworlds increases as eσ = e√wt. As discussed elsewhere [10], if ϵ(t) eventually falls slower\\\\n As we have seen in the previous section, the relative magnitude between any two random\\\\nthan this rate, then eventually the off diagonal terms ρsL and ρLs must greatly influence the\\\\nevolution of the smaller diagonal term ρss, even though these off diagonal terms have little\\\\ninfluence on and are mainly driven by the larger diagonal term ρLL. Thus the evolution\\\\nof smaller worlds is eventually driven by larger worlds, plausibly “mangling” those smaller\\\\nworlds, i.e., either destroying their observers or turning them into observers who remember\\\\noutcomes from a large world. Remaining observers would thus only remember the histories\\\\nof unmangled worlds.\\\\n Let us conjecture that the mangling of worlds is a sudden, irreversible, and global process.\\\\nSpecifically, let us assume that there is a mangling region in world size, so that a world that\\\\nhas always remained larger than this region remains unmangled, and that a world that\\\\nwas once smaller than this region became suddenly and forevermore mangled. Let us also\\\\nconjecture that the relevant standard deviation σ is the result of many decoherence events,\\\\nmost of which are not counted in experiment tests. This suggests that the mangling region\\\\nis relatively narrow compared to σ. Finally, let us assume that since it is the measure of\\\\nsome worlds that mangles other worlds, this mangling region remains close to the median\\\\nmeasure ^ that would describe the distribution of all worlds were there no mangling. x\\\\n If unmangled worlds evolve locally just as all worlds would were there no mangling,\\\\nand if initially all worlds are unmangled, then the distribution μ1(x, t) of unmangled worlds\\\\nshould satisfy equations 2 and 3, just as the distribution μ0(x, t) of all worlds under the no\\\\nmangling assumption. To model our assumption of a mangling region narrow compared to σ\\\\nand remaining close to the median measure ^ = −(v − w)t, let us impose on the unmangled x\\\\ndistribution μ1(x, t) the additional boundary condition\\\\n\\\\n μ(xb(t), t) = 0, (4)\\\\nfor all t ≥ 0, where xb(t) = ^ − ϵ, ϵ > 0, and we limit our attention to x ≥ xb(t). This is an x\\\\nabsorbing boundary condition, which says that every world which reaches the point xb from\\\\nabove immediately falls out of the distribution of unmangled worlds.\\\\n\\\\n 3', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': '1cf8e024-6325-4224-b877-8677127a2313', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': 'Solving the Drift-Diffusion Model\\\\nTo solve the set of equations 2, 3, and 4, let us first factor out the common exponential\\\\ngrowth via μ(x, t) = ν(x, t)e(v−(w/2))t , so that the diffusion equation (2) becomes\\\\n\\\\n ν˙ = v∇ν + (w/2)∇2ν,\\\\nfor ν(x, t). Next, let us transform from x to a coordinate y = x − xb(t) that moves along\\\\nwith the absorbing boundary, so that equations 2, 3, and 4 become\\\\n ν˙(y, t) = w∇ν(y, t) + (w/2)∇2ν(y, t),\\\\n ν(y, 0) = δ(y − ϵ),\\\\n ν(0, t) = 0.\\\\nFinally, use dimensionless units z = 2y and s = wt, so that for z, s ≥ 0 the equations are\\\\n ν˙(z, s) = ∇ν(z, s) + ∇2ν(z, s), (5)\\\\n ν(z, 0) = δ(z − 2ϵ), (6)\\\\n ν(0, s) = 0. (7)\\\\nFortunately, others have already solved a closely related set of equations for s ≥ 0, z ∈ [0, L],\\\\n ν˙(z, s) = ∇ν(z, s) − ∇2ν(z, s),\\\\n ν(z, 0) = f0(z), (8)\\\\n ν(0, s) = ν(L, s) = 0,\\\\n\\\\nfor drift diffusion between two absorbing barriers [14]. If we take z → L − z and L → ∞,\\\\nthe solutions of these equations can be transformed into solutions of equations 5 and 7, and\\\\nof equation 8, which generalizes equation 6. These solutions are\\\\n ν(z, s) = π 2e−s/4−z/2 ∫ ∞g0(k)e−k2s sin(kz)dk\\\\n 0\\\\n g0(k) =∫ ∞f0(z)ez/2 sin(kz)dz.\\\\n 0\\\\nFor the specific initial condition of equation 6, i.e., f0(z) = δ(z − 2ϵ), this becomes\\\\n ν(z, s) = eϵ−s/4−z/2(exp(−(z − 2ϵ)2) − exp(−(z + 2ϵ)2)). √4πs\\\\n 4s\\\\n 4s\\\\nIf we return this to dimension-full units, put back in the exponential growth, but retain the\\\\nboundary relative coordinate y = x − x(t), we get solutions to our original equations of b\\\\ninterest, i.e., equations 2, 3, and 4, except in terms of y instead of x. We find that an initial\\\\ndistribution μ1(y, 0) = δ(y − ϵ) of unmangled worlds evolves into\\\\n ( exp(−(y − ϵ)2) − exp(−(y + ϵ)2)).\\\\n μ1(y, t; ϵ) =√ π 8wteϵ−y+(v−w)t 2wt\\\\n 2wt\\\\n 4', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': 'ed033f74-b0e9-437e-a53e-bb3a1d2f3693', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' For ϵ ≪ √wt, a good approximation to this is\\\\n μ1(y, t; ϵ) = ϵeϵ √2π(e(v−w)ty exp(−y − 2wt).\\\\n wt)3/2 y2\\\\n We use this approximation from here on. It integrates to give a total unmangled world count\\\\n ∫ ∞μ(y, t; ϵ)dy = 2 ⎛√\\\\n πwt − ewt/2erfc⌈√wt⎝⎜ . ⌉⎜\\\\n W (t; ϵ) ≡ ϵeϵe(v−w)t⎛ 2\\\\n ⎜\\\\n 0 2\\\\nNote that if v > w then the total number of unmangled worlds, which grows as e(v−w)t,\\\\nwill increase with time, even though it becomes an exponentially decreasing fraction of the\\\\nnumber of all worlds, which grows as e(v−(w/2))t. To predict our existence in an ummangled\\\\nworld, the mangled worlds approach must predict that v > w.\\\\n\\\\n Born Rule Accuracy\\\\n How well does this diffusion process reproduce the Born rule? Let each distinct measurement\\\\n outcome k be associated with a set of Gk > 1 child worlds per parent world, each of which\\\\nis a factor Fk < 1 smaller than its parent. The Born rule says that the probability of an\\\\noutcome is given by FkGk. To see how closely does this mangled worlds approach conforms\\\\nwith the Born rule, let us calculate the number of unmangled worlds as associated with such\\\\nan experimental outcome.\\\\n Specifically, starting at time t = 0 let a single unmangled world of size y = ϵ (relative\\\\nto the mangling region at y = 0) evolve into a distribution μ(y, t1; ϵ) at time t1, where\\\\n1 ≪ wt1 ≫ ϵ. This is not intended to be the distribution of all worlds, but rather the\\\\ndistribution of all worlds consistent with the initial conditions of a given experiment to test\\\\nthe Born rule. It is the result of decoherence events both during and before the experiment,\\\\nevents that are not counted in the statistics of the experiment. Given what we know about\\\\nthe experiment, we do not know which of these worlds we are in, and so we must average\\\\nover these worlds when making experimental predictions.\\\\n At time t1, let each world with value y1 in μ(y, t1; ϵ) be split into G ≥ 1 worlds, each of\\\\nwhich is a factor F ≤ 1 smaller, so that it has the value y = y1 + ln(F ). Let each of these\\\\nworlds then evolve to produce more worlds over a longer time period t2 ≫ t1. For the Born\\\\n rule to apply exactly, the number of unmangled worlds in the final distribution at time t2\\\\n should go as F G. (It would not contradict observations if the Born rule were violated soon\\\\n after t1, in worlds that were not mangled but were about to become mangled. What we\\\\n actually observe are long-existing historical records of experiments testing the Born rule.)\\\\n With a little help from Mathematica, the final unmangled world count is found to be\\\\n λ(F, G; t1, t2, ϵ) ≡ G∫ ∞W (t2; y)μ(y − ln(F ), t1; ϵ)dy\\\\n 0 ⎛√\\\\n ⌈√wt2⎝⎜ . ⌉⎜\\\\n = F G erfc(− ln(F ))ϵeϵe(v−w)(t1 +t)⎛ √2wt1 2 2\\\\n − ewt/2erfc⎜\\\\n 2\\\\n 4\\\\n πwt2 2\\\\nThe key thing to notice here is that when wt1 is large, the Born rule correction\\\\n\\\\n 5', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': '8c1ff388-1f1c-4891-9989-be8deff5f0de', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' γ(F, G) ≡ 1 λ(F, G; t, t2, ϵ)\\\\n λ(1, 1; t1, t2, ϵ) = erfc(− ln(F )). 1 √2wt1\\\\n F G\\\\nchanges very slowly in the factor F . For example, when wt1 = 1010, it requires a factor of\\\\nF = e−105 < 10−43000 to get the relative number of worlds to be γ(F, G) ≈ 1/3. Thus this\\\\napproach is very nearly consistent with the Born rule, while leaving open the possibility of\\\\nsmall experimentally detectable deviations from the Born rule.\\\\n\\\\nConclusion\\\\nThis paper has presented an explicit growth-drift-diffusion-absorption model of a mangled\\\\nworlds scenario. Under this scenario, inexact decoherence results in larger worlds suddenly\\\\nand irreversibly mangling any worlds that reach a narrow region in world size. Closed form\\\\nexpressions are given showing that this model reproduces the Born rule closely, but not\\\\nexactly. Thus most unmangled observers would remember having observed nearly Born\\\\nfrequencies, allowing us to reconcile the many worlds approach with the Born rule without\\\\ninvoking new fundamental physics or decision theory axioms.\\\\n\\\\nReferences\\\\n [1] H. Everett: Reviews of Modern Physics 29 (1957) 454\\\\n [2] B. DeWitt, N. Graham: The Many-Worlds Interpretation of Quantum Mechanics:\\\\n Princeton University Press, Princeton (1973)\\\\n [3] H. Dowker, J. Halliwell: Physical Review D 46 (1992) 1580\\\\n [4] A. Kent: International Journal of Modern Physics A 5 (1990) 1745\\\\n [5] G. Auletta: Foundations and Interpretation of Quantum Mechanics: World Scientific,\\\\n Singapore (2000)\\\\n [6] M. Weissman: Foundations of Physics Letters 12 (1999) 407\\\\n [7] D. Albert, B. Loewer: Synthese 77 (1988) 195\\\\n [8] D. Deutsch: Proceedings of the Royal Society of London A455 (1999) 3129\\\\n [9] D. Wallace: Quantum probability and decision theory, revisited:\\\\n http://arxiv.org/abs/quant-ph/0211104\\\\n[10] R. Hanson: When worlds collide: Quantum probability from observer selection? : Tech.\\\\n rep., George Mason University (2003)\\\\n[11] H. Dowker, J. Halliwell: In: Physical Origins of Time Asymmetry, eds. J. Halliwell,\\\\n J. Perez-Mercader, W. Zurek, pp. 234–245. Cambridge University Press, Cambridge\\\\n (1994)\\\\n\\\\n 6', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}, {'doc_id': '85392297-ba56-41c7-8c5b-0ab84fe28296', 'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': '[12] M. Namiki, S. Pascazio, H. Nakazato: Decoherence and Quantum Measurements: World\\\\n Scientific, Singapore (1997)\\\\n[13] W. Unruh, W. Zurek: Physical Review D 40 (1989) 1071\\\\n[14] Z. Farkas, T. Fulop: Journal of Physics A: Mathematics and General 34 (2001) 3191\\\\n\\\\n 7', 'mimetype': 'text/plain', 'start_char_idx': None, 'end_char_idx': None, 'text_template': '{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\\\n', 'class_name': 'Document'}]}, {'documents': []}]\"}\n", "--------------------------------------------------\n", "Transition number: 2\n", "Transition type: step\n", - "Transition output: [{'documents': []}, {'documents': [{'class_name': 'Document', 'doc_id': '5dde80d8-9fea-4e79-a8c6-4f56f6989bc5', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'arXiv:quant-ph/0003151v1 31 Mar 2000\\n\\n Unconventional Quantum Computing Devices\\n\\n Seth Lloyd\\n Mechanical Engineering\\n MIT 3-160\\n Cambridge, Mass. 02139\\n\\n Abstract: This paper investigates a variety of unconventional quantum computation de-\\n vices, including fermionic quantum computers and computers that exploit nonlinear quan-\\n tum mechanics. It is shown that unconventional quantum computing devices can in prin-\\n ciple compute some quantities more rapidly than ‘conventional’ quantum computers.\\n\\n Computers are physical: what they can and cannot do is determined by the laws\\n of physics. When scientific progress augments or revises those laws, our picture of what\\n computers can do changes. Currently, quantum mechanics is generally accepted as the\\n fundamental dynamical theory of how physical systems behave. Quantum computers can\\n in principle exploit quantum coherence to perform computational tasks that classical com-\\n puters cannot [1-21]. If someday quantum mechanics should turn out to be incomplete\\n or faulty, then our picture of what computers can do will change. In addition, the set\\n of known quantum phenomena is constantly increasing: essentially any coherent quantum\\n phenomenon involving nonlinear interactions between quantum degrees of freedom can\\n in principle be exploited to perform quantum logic. This paper discusses how the revi-\\n sion of fundamental laws and the discovery of new quantum phenomena can lead to new\\n technologies and algorithms for quantum computers.\\n Since new quantum effects are discovered seemingly every day, let’s first discuss two\\n basic tests that a phenomenon must pass to be able to function as a basis for quantum\\n computation. These are 1) The phenomenon must be nonlinear, and 2) It must be coherent.\\n To support quantum logic, the phenomenon must involve some form of nonlinearity, e.g.,\\n a nonlinear interaction between quantum degrees of freedom. Without such a nonlinearity\\n quantum devices, like linear classical devices, cannot perform even so simple a nonlinear\\n operation as an AND gate. Quantum coherence is a prerequisite for performing tasks\\n such as factoring using Shor’s algorithm [10], quantum simulation a la Feynman [11] and\\n Lloyd [12], or Grover’s data-base search algorithm [13], all of which require extended\\n manipulations of coherent quantum superpositions.\\n\\n 1', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '066b2185-7165-468b-84f7-b8866f9baa4f', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' The requirements of nonlinearity and coherence are not only necessary for a phe-\\nnomenon to support quantum computation, they are also in principle sufficient. As shown\\nin [14-15], essentially any nonlinear interaction between quantum degrees of freedom suf-\\nfices to construct universal quantum logic gates that can be assembled into a quantum\\ncomputer. In addition, the work of Preskill et al. [18] on robust quantum computation\\nshows that an error rate of no more than 10−4 per quantum logic operation allows one to\\nperform arbitrarily long quantum computations in principle.\\n In practice, of course, few if any quantum phenomena are likely to prove sufficiently\\ncontrollable to provide extended quantum computation. Promising devices under current\\nexperimental investigation include ion traps [5,7], high finesse cavities for manipulating\\nlight and atoms using quantum electrodynamics [6], and molecular systems that can be\\nmade to compute using nuclear magnetic resonance [8-9]. Such devices store quantum\\ninformation on the states of quantum systems such as photons, atoms, or nuclei, and\\naccomplish quantum logic by manipulating the interactions between the systems via the\\napplication of semiclassical potentials such as microwave or laser fields. We will call such\\ndevices ‘conventional’ quantum computers, if only because such devices have actually been\\nconstructed.\\n There is another sense in which such computers are conventional: although the de-\\nvices described above have already been used to explore new regimes in physics and to\\ncreate and investigate the properties of new and exotic quantum states of matter, they\\nfunction according to well established and well understood laws of physics. Perhaps the\\nmost striking examples of the ‘conventionality’ of current quantum logic devices are NMR\\nquantum microprocessors that are operated using techniques that have been refined for\\nalmost half a century. Ion-trap and quantum electrodynamic quantum computers, though\\ncertainly cutting edge devices, operate in a quantum electrodynamic regime where the\\nfundamental physics has been understood for decades (that is not to say that new and\\nunexpected physics does not arise frequently in this regime, rather that there is general\\nagreement on how to model the dynamics of such devices).\\n Make no mistake about it: a conventional quantum logic device is the best kind of\\nquantum logic device to have around. It is exactly because the physics of nuclear magnetic\\nresonance and quantum electrodynamics are well understood that devices based on this\\nphysics can be used systematically to construct and manipulate the exotic quantum states\\nthat form the basis for quantum computation. With that recognition, let us turn to\\n\\n 2', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'bcf5f805-d98f-4076-aa8c-f753cf7dbfa1', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': '‘unconventional’ quantum computers.\\n Perhaps the most obvious basis for an unconventional quantum computer is the use\\nof particles with non-Boltzmann statistics in a refime where these statistics play a key role\\nin the dynamics of the device. For example, Lloyd [16] has proposed the use of fermions\\nas the fundamental carriers of quantum information, so that a site or state occupied by a\\nfermion represents a 1 and an unoccupied site or state represents a 0. It is straightforward\\nto design a universal quantum computer using a conditional hopping dynamics on an array\\nof sites, in which a fermion hops from one site to another if only if other sites are occupied.\\n If the array is one-dimensional, then such a fermionic quantum computer is equivalent\\nto a conventional quantum computer via the well-known technique of bosonization. If the\\narray is two or more dimensional, however, a local operation involving fermions on the\\nlattice cannot be mocked up by a local operation on a conventional quantum computer,\\nwhich must explicitly keep track of the phases induced by Fermi statistics. As a result,\\nsuch a fermionic computer can perform certain operations more rapidly than a conventional\\nquantum computer. An obvious example of a problem that can be solved more rapidly on\\na fermionic quantum computer is the problem of simulating a lattice fermionic system in\\ntwo or more dimensions. To get the antisymmetrization right in second quantized form,\\na conventional ‘Boltzmann’ quantum computer takes time proportional to T ℓd−1 where T\\nis the time over which the simulation is to take place, ℓ is the length of the lattice and\\nd is the dimension, while a fermionic quantum computer takes time proportional to T .\\n(Here we assume that the computations for both conventional and Fermionic quantum\\ncomputers can take advantage of the intrinsic parallelizability of such simulations: if the\\ncomputations are performed serially an additional factro of ℓd is required for both types\\nof computer to update each site sequentially.)\\n As the lattice size ℓ and the dimension d grow large, the difference between the two\\ntypes of computer also grows large. Indeed, the problem of simulating fermions hopping\\non a hypercube of dimension d as d → ∞ is evidently exponentially harder on a con-\\nventional quantum computer than a Fermionic quantum computer. Since a variety of\\ndifficult problems such as the travelling-salesman problem and data-base search problem\\ncan be mapped to particles hopping on a hypercube, it is interesting to speculate whether\\nfermionic computers might provide an exponential speed-up on problems of interest in ad-\\ndition to quantum simulation. No such problems are currently known, however. Fermionic\\ncomputers could be realized in principle by manipulating the ways in which electrons and\\n\\n 3', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '53057fa4-ba5b-423b-a686-13c6953d5f12', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'holes hop from site to site on a semiconductor lattice (though problems of decoherence are\\nlikely to be relatively severe for such systems).\\n It might also be possible to construct bosonic computers using photons, phonons, or\\natoms in a Bose-Einstein condensate. Such systems can be highly coherent and support\\nnonlinear interactions: phonons and photons can interact in a nonlinear fshion via their\\ncommon nonlinear interaction with matter, and atoms in a Bose condensate can be made\\nto interact bia quantum electrodynamics (by introduction of a cavity) or by collisions. So\\nfar, however, the feature of Bose condensates that makes them so interesting from the point\\nof view of physics — all particles in the same state — makes them less interesting from the\\npoint of view of quantum computation. Many particles in the same state, which can be\\nmanipulated coherently by a variety of techniques, explore the same volume of Hilbert space\\nas a single particle in that state. As a result, it is unclear how such a bosonic system could\\nprovide a speed-up over conventional quantum computation. More promising than Bose\\ncondensates from the perspective of quantum computation and quantum communications,\\nis the use of cavity quantum electrodynamics to ‘dial up’ or synthesize arbitrary states\\nof the cavity field. Such a use of bosonic states is important for the field of quantum\\ncommunications, which requires the ability to create and manipulate entangled states of\\nthe electromagnetic field.\\n A third unconventional design for a quantum computer relies on ‘exotic’ statistics\\nthat are neither fermionic nor bosonic. Kitaev has recently proposed a quantum computer\\narchitecture based on ‘anyons,’ particles that when exchanged acquuire an arbitrary phase.\\nExamples of anyons include two-dimensional topological defects in lattice systems of spins\\nwith various symmetries. Kitaev noted that such anyons could perform quantum logic via\\nAharonov-Bohm type interactions [19]. Preskill et al. have shown explicitly how anyonic\\nsystems could compute in principle [20], and Lloyd et al. have proposed methods of\\nrealizing anyons using superconducting circuits (they could also in principle be constructed\\nusing NMR quantum computers to mock up the anyonic dynamics in an effectively two-\\ndimensional space of spins) [21]. The advantage of using anyons for quantum computation\\nis that their nonlocal topological nature can make them intrinsically error-correcting and\\nvirtually immune to the effects of noise and interference.\\n As the technologies of the microscale become better developed, more and more po-\\ntential designs for quantum computers, both conventional and unconventional, are likely\\nto arise. Additional technologies that could prove useful for the construction of quantum\\n\\n 4', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'de31f5a1-0290-45f3-b386-d02e3ed4c33c', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' logic devices include photonic crystals, optical hole-burning techniques, electron spin res-\\n onance, quantum dots, superconducting circuits in the quantum regime, etc. Since every\\n quantum degree of freedom can in principle participate in a computation one cannot a\\n priori rule out the possibility of using currently hard to control degrees of freedom such as\\nquark and gluon in complex nuclei to process information. Needless to say, most if not all\\nof the designs inspired by these technologies are likely to fail. There is room for optimism\\nthat some such quantum computer designs will prove practicable, however.\\n The preceding unconventional designs for quantum computers were based on existing,\\nexperimentally confirmed physical phenomena (except in the case of non-abelian anyons).\\nLet us now turn to designs based on speculative, hypothetical, and not yet verified phenom-\\nena. (One of the most interesting of these phenomena is large-scale quantum computation\\nitself: can we create and systematically transform entangled states involving hundreds or\\nthousands of quantum variables?) A particularly powerful hypothesis from the point of\\nview of quantum computation is that of nonlinear quantum mechanics.\\n The conventional picture of quantum mechanics is that it is linear in the sense that the\\nsuperposition principle is obeyed exactly. (Of course, quantum systems can still exhibit\\nnonlinear interactions between degrees of freedom while continuing to obey the superpo-\\nsition principle.) Experiment confirms that the superposition principle is indeed obeyed\\nto a high degree of accuracy. Nonetheless, a number of scientists including Weinberg have\\nproposed nonlinear versions of quantum mechanics in which the superposition principle\\nis violated. Many of these proposals exhibit pathologies such as violations of the second\\nlaw of thermodynamics or the capacity for superluminal communication. Despite such\\ntheoretical difficulties, it is still possible that quantum mechanics does indeed possess a\\nsmall nonlinearity, even if it currently seems unlikely. If a nonlinear operation such as\\nthat proposed by Weinberg can be incorporated in a quantum logic operation, then the\\nconsequences are striking: NP-complete problems can be solved easily in polynomial time\\n[17]. Indeed, NP-oracle problems and all problems in #P can be solved in polynomial time\\non such a nonlinear quantum computer.\\n A general proof of this result is given in [17], however, a simple argument for why\\nthis is so can be seen as follows. Suppose that it is possible to perform a non-unitary\\noperation on a single qubit that has a positive Lyapunov exponent over some region: i.e.,\\nsomewhere on the unit sphere there exists a line of finite extent along which application of\\nthe operation causes nearby points to move apart exponentially at a rate eλ∆θ proportional\\n 5', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '0777fa16-f0d4-4ad9-9877-a4abca0ba70f', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'to their original angular separation δθ. Now consider a function f (x) from N bits to one\\nbit. We wish to determine whether or not there exists an x such that f (x) = 1, and if\\nso, how many such x’s there are. Using the nonlinear operation with positive Lyapunov\\nexponent, it is straightforward to construct a mapping leaves a point on the exponentially\\nexpanding line (call this point |0〉) fixed if their are no solutions to the equation f (x) = 1,\\nand that maps the point to a nearby point cos(n/2N )|0〉 + sin(n/2N )|1〉 along the line\\nif there are exactly n solutions to the equation f (x) = 1. Repeated application of the\\nnonlinear map can be used to drive the points apart at an exponentional rate: eventually,\\nat a time determined by the number of qubits N , the number of solutions n, and the rate\\nof spreading λ, the two points will become macroscopically distinguishable, allowing one\\nto determine whether or not there is a solution and if there is, how many solutions there\\nare. The map f need only be applied once, and the amount of time it takes to reveal the\\nnumber of solutions is proportional to N .\\n The fact that nonlinear quantum mechanics allows the straightforward solution of\\nNP-complete and #P problems should probably be regarded as yet another strike against\\nnonlinear quantum mechanics. Whether or not quantum mechanics is linear is a question\\nto be resolved experimentally, however. In the unlikely event that quantum mechanics\\ndoes turn out to be nonlinear, all our problems may be solved.\\n Finally, let us turn our attention to hypothetical quantum Theories of Everything,\\nsuch as string theory. Such a theory must clearly support quantum computation since it\\nsupports cavity quantum electrodynamics and nuclear magnetic resonance. The obvious\\nquestion to ask is then, does a Theory of Everything need to support anything more than\\nquantum computation? So far as experimental evidence is concerned the answer to this\\nquestion is apparently No: we have no evident reason to doubt that the universe is at\\nbottom anything more than a giant, parallel, quantum information processing machine,\\nand that the phenomena that we observe and attempt to characterize are simply outputs\\nof this machine’s ongoing computation. Of course, just how the universe is carrying out\\nthis computation is likely to remain a question of great interest for some time.\\n To summarize: Computers are physical systems, and what they can do in practice and\\nin principle is circumscribed by the laws of physics. The laws of physics in turn permit a\\nwide variety of quantum computational devices including some based on nonconventional\\nstatistics and exotic effects. Modifications made to the laws of physics have the consequence\\nthat what can be computed in practice and in principle changes. A particularly intriguing\\n\\n 6', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'd315d076-2b6e-4ec4-ade1-e18fb6c09998', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'variation on conventional physics is nonlinear quantum mechanics which, if true, would\\nallow hard problems to be solved easily.\\n\\n 7', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '7cc3c174-6e77-4928-af58-522265cace2a', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'References\\n\\n1. P. Benioff, ‘Quantum Mechanical Models of Turing Machines that Dissipate No Energy,’\\nPhysical Review Letters, Vol. 48, No. 23, pp. 1581-1585 (1982)\\n2. D. Deutsch, ‘Quantum Theory, the Church-Turing Principle and the Universal Quantum\\nComputer,’ Proceedings of the Royal Society of London, A, Vol. 400, pp. 97-117 (1985).\\n3. R.P. Feynman, ‘Quantum Mechanical Computers,’ Optics News, Vol. 11, pp. 11-20\\n(1985); also in Foundations of Physics, Vol. 16, pp. 507-531 (1986).\\n4. S. Lloyd, ‘A Potentially Realizable Quantum Computer,’ Science, Vol. 261, pp. 1569-\\n1571 (1993).\\n5. J.I. Cirac and P. Zoller, ‘Quantum Computations with Cold Trapped Ions,’ Physical\\nReview Letters, Vol. 74, pp. 4091-4094 (1995).\\n6. Q.A. Turchette, C.J. Hood, W. Lange, H. Mabuchi, H.J. Kimble, ‘Measurement of\\nConditional Phase Shifts for Quantum Logic,’ Physical Review Letters, Vol. 75, pp. 4710-\\n4713 (1995).\\n7. C. Monroe, D.M. Meekhof, B.E. King, W.M. Itano, D.J. Wineland, ‘Demonstration of\\na Fundamental Quantum Logic Gate,’ Physical Review Letters, Vol. 75, pp. 4714-4717\\n(1995).\\n8. D.G. Cory, A.F. Fahmy, T.F. Havel, ‘Nuclear Magnetic Resonance Spectroscopy: an\\nexperimentally accessible paradigm for quantum computing,’ in PhysComp96, Proceedings\\nof the Fourth Workshop on Physics and Computation, T. Toffoli, M. Biafore, J. Le˜ao, eds.,\\nNew England Complex Systems Institute, 1996, pp. 87-91.\\n9. N.A. Gershenfeld and I.L. Chuang, ‘Bulk Spin-Resonance Quantum Computation,’\\nScience, Vol. 275, pp. 350-356 (1997).\\n10. P. Shor, ‘Algorithms for Quantum Computation: Discrete Log and Factoring,’ in\\nProceedings of the 35th Annual Symposium on Foundations of Computer Science, S. Gold-\\nwasser, Ed., IEEE Computer Society, Los Alamitos, CA, 1994, pp. 124-134.\\n11. R.P. Feynman, ‘Simulating Physics with Computers,’ International Journal of Theo-\\nretical Physics, Vol. 21, pp. 467-488 (1982).\\n12. S. Lloyd, ‘Universal Quantum Simulators,’ Science, Vol. 273, pp. 1073-1078 (1996).\\n13. L.K. Grover, ‘Quantum Mechanics Helps in Searching for a Needle in a Haystack,’\\nPhysical Review Letters, Vol. 79, pp. 325-328 (1997).\\n14. D. Deutsch, A. Barenco, A. Ekert, ‘Universality in Quantum Computation,’ Proceed-\\nings of the Royal Society of London A, Vol. 449, pp. 669-677 (1995).\\n\\n 8', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'a9610b7b-a167-4f21-a917-3626fbddde3b', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' 15. S. Lloyd, ‘Almost Any Quantum Logic Gate is Universal,’ Physical Review Letters,\\n Vol. 75, pp. 346-349 (1995).\\n 16. S. Lloyd, ‘Fermionic Quantum Computers,’ talk delivered at the Santa Barbara work-\\n shop on Physics of Information, November 1996.\\n 17. D. Abrams and S. Lloyd, to be published.\\n 18. J. Preskill et al., to be published.\\n19. Yu. Kitaev, to be published.\\n20. J. Preskill et al., to be published.\\n21. S. Lloyd et al. to be published.\\n\\n 9', 'text_template': '{metadata_str}\\n\\n{content}'}]}, {'documents': [{'class_name': 'Document', 'doc_id': '278bd226-32be-4488-a970-323f579ee8e1', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'arXiv:1707.02094v1 [quant-ph] 7 Jul 2017\\n\\n Quantum-dot based photonic quantum networks\\n Peter Lodahl\\n Niels Bohr Institute, University of Copenhagen, Blegdamsvej 17, DK-2100\\n Copenhagen, Denmark\\n E-mail: lodahl@nbi.ku.dk\\n\\n Abstract. Quantum dots embedded in photonic nanostructures have in recent years\\n proven to be a very powerful solid-state platform for quantum optics experiments. The\\n combination of near-unity radiative coupling of a single quantum dot to a photonic\\n mode and the ability to eliminate decoherence processes imply that an unprecedent\\n light-matter interface can be obtained. As a result, high-cooperativity photon-\\n emitter quantum interfaces can be constructed opening a path-way to deterministic\\n photonic quantum gates for quantum-information processing applications. In the\\n present manuscript, I review current state-of-the-art on quantum dot devices and their\\n applications for quantum technology. The overarching long-term goal of the research\\n field is to construct photonic quantum networks where remote entanglement can be\\n distributed over long distances by photons.\\n\\n 1. Introduction\\n\\n The ultimate vision of photonic quantum technology is to construct a complex quantum\\n network of stationary quantum nodes connected by flying photons in a fully quantum\\n way, i.e. quantum entanglement may become distributed. Such a new photonic\\n paradigm would have novel applications within secure quantum communication and\\n is proposed as a way of scaling up quantum computers. It is popularly referred to as the\\n ’quantum internet’ [1] and has been rooted in the atomic physics community where an\\n impressive proof-of-concept elementary two-node quantum network has been achieved\\n [2]. Solid-state alternatives to atomic single-photon emitters are attractive, since unlike\\n atoms they do not require complex laser cooling and trapping techniques. On the\\n other hand solid-state systems are often considered to be ’noisy’ in the sense that many\\n potential decoherence processes may deteriorate quantum properties. Remarkably, self-\\n assembled quantum dots (QDs) emitting single photons in the optical domain, notably\\n InGaAs QDs embedded in GaAs semiconductors, have matured dramatically within\\n the last few years. By systematically studying and combating the relevant decoherence\\n processes [3] impressive coherence has been demonstrated including near-perfect single-\\n photon indistinguishability (above 98%) of two subsequently emitted photons [4, 5] and\\n transform-limited emission lines [6]. Combined with the ability to dramatically enhance\\n light-matter interaction in photonic nanostructures [7], this enables near-deterministic', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'c6fdc95e-eabb-4b5e-a3c0-4c315d4c8f59', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 2\\n\\nsingle-photon sources with an internal collection efficiency exceeding 98 % [8]. This\\nmajor progress entails that QD single-photon sources are now gradually outperforming\\nthe traditional approaches based on atoms or spontaneous parametric down-conversion.\\nQD sources benefit from fast operation speeds, excellent stability and brightness, as well\\nas the potential scalability to multiple single photons and emitters. Notably, a number of\\nimpressive experiments have recently been implemented with QDs that have not been\\naccomplished on other platforms. They include the experimental demonstration of a\\ndeterministic entangled cluster state of strings of photons [9], boson sampling with so far\\nfive photons [10], the detection of squeezed light correlations in resonance fluorescence\\n[11], and the demonstration of an on-demand entangled photon source with higher\\nthan 90% fidelity [12]. Time is now to build on these and other achievements in order\\nto scale QD photonic quantum technology and construct large and complex quantum\\narchitectures for quantum-information processing applications.\\n The present manuscript reviews the current state-of-the-art on quantum photonics\\nbased on QD photon emitters towards the overarching goal of constructing photonic\\nquantum networks. At present, a number of basic functionalities have been\\nsuccessfully demonstrated with generally impressive performance. These may constitute\\nfundamental building blocks of photonic quantum networks. In that sense a current\\nmajor challenge for theoretical quantum physicist is to develop resource efficient\\narchitectures tailored to the specific quantum hardware available, i.e., addressing how\\nthe basic ’puzzle pieces’ can be combined. Figure 1 illustrates the ’puzzle pieces’ already\\nbeing developed for the QD platform, and that will be considered here. They include\\nsingle-photon sources, single-photon nonlinearity, photonic circuitry, efficient-coupling\\nto optical fibers, on-chip single-photon detectors, and multi-emitter coupling.\\n QDs enable two different types of quantum resources: they may be employed\\nas a source of single photons or alternatively a single spin trapped in a QD may be\\nmanipulated as a qubit. Figure 2 illustrates these two approaches. In the former case a\\nsingle electron-hole pair is created in a QD by either optical excitation or by controllably\\ntunneling carriers into the QD with the application of an electric field. The electron-\\nhole pair subsequently recombines whereby a single photon is emitted by spontaneous\\nemission within a lifetime of typically 1 ns for a QD in a bulk medium. In the latter\\napproach a single carrier (electron or hole) is prepared in the QD by tunneling. The\\ncarrier spin is coupled to light since a photon may subsequently be absorbed by the QD\\ncreating a negatively (positively) charged exciton for the case of an initial electron (hole).\\nDepending on the operational condition, the spin may have a coherence time of up to\\n1 μs (for holes) [13, 14], which means that in principle many quantum operations can\\nbe carried out with fast optical control techniques before decoherence sets in. For some\\nquantum-information applications, however, longer spin coherence times are required,\\ne.g., in matter based quantum-repeater architectures. To this end, the QD platform\\nmust be interfaced with long-lived quantum memories based on, e.g., defect centers\\nin diamond or atomic ensembles [15]. Such hybrid quantum network architectures are\\noutside the scope of the present Review.', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'a19b0d3b-ebad-4d36-a615-6a4ee63a39ad', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 3\\n ~l ~\\n Nonlinearity Processing\\n wn\\n Fiber Out-coupling Single photons Detection Dipole-dipole interaction\\nFigure 1: Illustration of basic functionalities that can be implemented with QDs and\\nphotonic nanostructures. Left panel: efficient outcoupling taper sections from photonic\\nnanostructures to optical fibers can be engineered to obtain highly efficient outcoupling\\nof single photons. Center panel: a single QD in nanophotonic waveguide or cavity can be\\nused as a highly efficient and coherent source of single photons. Two sources are shown\\nin order to illustrate potential scalability of the approach. Right panel: a single QD\\nefficiently coupled to a waveguide may be employed as a single-photon nonlinearity\\n(upper left), complex photonic circuits may be constructed on a photonic chip for\\nquantum processing of photons (upper right), single-photon superconducting detectors\\nmay be implemented on-chip for highly efficient detection (lower right), and multiple\\nQDs may be coupled by engineering the dipole-dipole interaction in a nanophotonic\\nwaveguide. The figure is a courtesy of Sahand Mahmoodian.\\n 2 2\\n Ia) hole k(b)\\n electron M MM\\nFigure 2: Photon and spin qubits generated with QDs. The light grey areas illustrate\\nthe regions of InAs embedded in dark grey GaAs regions thereby creating an energy\\nwell potential for both electrons and holes. (a) An electron-hole pair trapped in the\\nQD may recombine by emitting a single photon. (b) A single electron (or hole) trapped\\nin the QD constitutes a spin qubit (orange arrow) that may be manipulated by optical\\nmethods.', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '54241ad6-863a-4e89-b9c2-25ea50cede61', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 4\\n\\n2. Single-photon sources\\n\\nA QD efficiently coupled to a nanophotonic cavity or waveguide offers a promising\\nroute towards a deterministic single-photon source. Early pioneering work showed that\\nPurcell enhancement in an optical cavity may be employed to both improve brightness\\nand coherence of the source [16]. Ideally a useful single-photon source emits an optical\\npulse containing a single photon in a useful optical mode (e.g., into an optical fiber)\\nevery time the QD is triggered by either an optical or electrical pulse. Furthermore,\\nmost applications in quantum-information processing require that the emitted photons\\nare fully coherent, which entails that decoherence processes occurring on a time scale\\nof the radiative decay of the QD must be eliminated. Thus, three major figures-of-\\nmerit need to be optimized: i) the single-photon purity, ii) the single-photon coupling\\nefficiency, and iii) the indistinguishability of the emitted photons.\\n Re i): The discrete level structure of self-assembled QDs having widely separated\\noptical transitions implies that they are capable of emitting high-purity single photons\\n[17]. This is gauged in a Hanbury Brown - Twiss (HBT) correlation experiment by\\nrecording the multi-photon emission probability. By using samples with a low QD\\ndensity and implementing (quasi)-resonant excitation to selectively excite only a single\\nQD, excellent single-photon purity can be obtained at the level of g(2)(0) ≤ 0.1%, cf.\\nFig. 3.\\n Re ii): The overall coupling efficiency determines the brightness of the single-photon\\nsource and is comprised of several factors [7]: the excitation and single-photon emission\\nprobability of the QD, the efficiency with which the emitted photons are channeled to a\\nsingle mode (the β-factor), and the transfer efficiency to a low-loss propagating mode,\\ne.g., an optical fiber. Significant progress has been reported on all three engineering\\ntasks: resonant π-pulse excitation allows deterministically preparing a single exciton in\\na QD [18] and electrically gated structures eliminate blinking between different exciton\\ncomplexes [19]. Embedding QDs in photonic nanostructures allows reaching a near-\\nunity β-factor, which has been obtained in nanophotonic waveguides [8, 20] and cavities\\n[4]. Finally, a variety of approaches and designs can be implemented for transferring\\nthe collected photons to an optical fiber using, e.g., tailored gratings for coupling light\\nguided on planar structures vertically off the chip, or waveguide taper sections designed\\nto couple directly to a fiber either by direct or evanescent coupling [21, 22, 23].\\n Re iii): The indistinguishability of an emitted photon is determined by the amount\\nof decoherence taking place within the emitter decay time. With a typical decay time\\nof nanoseconds, the primary decoherence source is coupling of the QD to phonons\\nand potentially photon jitter induced by relaxation processes originating from non-\\nresonant excitation schemes [24]. The latter may be overcome by strict resonant\\nexcitation. Phonon interactions at the contrary are unavoidable and lead to two\\neffects: wide phonon sidebands and residual broadening of the zero-phonon line. The\\nformer contribution (containing typically about 10 % of the the total emission at\\nlow temperatures [7]) can readily be filtered away either by an external filter thereby', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'de71718d-112b-478e-b755-5c7d40825e52', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 5\\n\\nreducing the overall efficiency or more favorably by implementing narrow-band Purcell\\nenhancement. Hence the broadening of the zero-phonon line remains the fundamental\\ndecoherence mechanism. An in-depth theoretical study of this process including the\\nrole of the dimensionality of the photonic nanostructure can be found in Ref. [25].\\nImportantly a clear route to indistinguishable photons with near-unity visibility can be\\nlaid out, which has also been confirmed experimentally [4, 5, 26].\\n The previous discussion illustrates that QDs are capable of producing a truly on-\\ndemand source of single photons by implementing, in a single device, the functionalities\\ndemonstrated so far only in different experiments. It is likely that such a source will\\nbe developed experimentally soon. In particular, it is remarkable that decoherence\\nprocesses can be overcome in a solid-state system to such an extent that near-unity\\nindistinguishability between subsequently emitted photons from the same QD can be\\nobtained. Next step is to convert a single QD source generating photons as ”pearls\\non a string” into a de-multiplexed source delivering many identical single photons\\nsimultaneously in individual modes. Such a source can be constructed by cascading\\nelectro-optical switches and coupling the photons into different optical fibers in order\\nto overcome the time delay between subsequently emitted photons, cf. Fig. 4(a).\\nTo this end, the demonstration of near-transform-limited QD emission lines [6] has\\nthe remarkable consequence that a single QD can emit thousands of indistinguishable\\nphotons thereby providing a huge quantum resource. Indeed recent demonstration of\\nindistinguishability exceeding 90 % between two photons separated by more than 1000\\nemission events has proven this explicitly [27].\\n\\n3. Integrated quantum photonics\\n\\nAs detailed in the previous section, currently the most reliable approach to generate\\nmultiple single photons utilizes a single integrated QD source where the photons\\nare coupled off-chip to an optical fiber, and highly-efficient bulk optical components\\nimplemented for switching and routing, cf. Fig. 4(a). Nonetheless, the potential benefits\\nof integrating functionalities on-chip are many in terms of stability, ease of operation,\\nlow loss, and speed [28]. Figure 4(b) shows an architecture for an integrated de-\\nmultiplexed source of single photons based on a single QD in a planar nanophotonic\\nwaveguide platform. To implement this scheme requires the development of high-\\nefficiency and fast switches, and multi-port waveguide-fiber interfaces. The former\\nrequires the development of new devices and functionalities on-chip where so-far the\\nmost common approach for reconfigurable circuitry has been the application of thermo-\\noptic phase shifters [29]. De-multiplexing requires fast switches, and two promising\\napproaches include electro-optical modulation implemented directly in the host material\\nof the QD (i.e. GaAs) [30, 31] or electro-mechanical coupling [32].\\n The crucial parameter determining the size of the photonic resource that can be\\ngenerated with a de-multiplexed single-photon source is the overall efficiency, including\\nswitching, propagation, and coupling efficiencies. Consequently the rate of N-photon', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '5982b6b2-feb7-48e0-9d25-1a0c89baaf44', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 6\\n 15 pairs taper WG\\n ~Fiber\\n pairs\\n Tum\\n Wch\\n HBT\\n 3 0.8 = Channel\\n 1 WG\\n Fiber taperWG\\n 0.4-\\n 0.2 300 r 140 nm\\n \"37.5 25.0 -12.5 Delay (ns) 12.50,0 25,0 37.5 a\\n 1 0.2 Az\\n 3 060.81.0 HOMpol:\\n 1 0.8 inputNanobeam waveguidePC 90.10 samplecryostat 0.8\\n 0.6 0.6\\n 0.0 0.4 0.4 ]\\n ] 1.00.8\\n 0.6 NU pOlvIpot 1 0.2 Photonic-crystal waveguide 0.2\\n 0.4\\n 0.2 1 0.60.4\\n 0.2 0.4\\n 0.6\\n 0.2\\n Time delay (ns) 850 900 950 1000\\n Wavelength (nm)\\nFigure 3: Purity, indistinguishability, and out-coupling efficiency of QD single-\\nphoton sources. Left column: Examples of HBT and Hong-Ou-Mandel (HOM)\\nindistinguishability measurements by implementing resonant excitation on a QD in\\na micropillar cavity (upper figure shows the cavity structure). g(2)(0) = 0.009 and\\na single-photon indistinguishability of 96.4% is extracted from the two sets of data.\\nFigures reproduced from Ref. [5]. Right column: Examples of devices made for out-\\ncoupling single photon from a QD in a planar nanophotonic waveguide to an optical\\nfiber with high efficiency by tailored evanescent coupling. The upper panel is reproduced\\nfrom Ref. [21]. Lower panel: application of this method to couple out single photons\\nfrom high β-factor nanophotonic waveguides, i.e., nanobeam waveguides and photonic-\\ncrystal waveguides. By recording the reflection and transmission spectrum of the device,\\na chip-to-fiber coupling efficiency of > 80% is obtained. Data reproduced from Ref. [23].\\n\\ngeneration is RN = Rpump ×ηN /N , where η is the overall transmission efficiency from the\\nsource to the fiber and Rpump is the repetition rate of the excitation laser. Exemplarily', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '22f52865-e757-49a9-8244-cad99bf66572', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 7\\n PC (b) Electrically-controlled\\n switches\\n de-muitipieett QD 8-98% Array of delay fibers\\n 2\\n Oei\\n Photonic crystal\\n ultte ~fow-Ioss deleco e waveguide\\n photonic circuit\\nFigure 4: Illustrations of schemes for de-multiplexing a single-photon source. (a)\\na five-photon source obtained by cascading four Pockels cells (PCs) and polarizing\\nbeamsplitters to couple subsequently emitted photons from the QD into different optical\\nfibers with different delay lengths. This de-multiplexed source is applied for proof-\\nof-concept boson sampling. Figure reproduced from Ref. [10]. (b) Architecture\\nof an integrated de-multiplexed source based on a QD coupled with high efficiency\\nto a photonic-crystal waveguide. The emitted photons are transferred to dielectric\\nwaveguides and subsequently routed by electrical switches and coupled off-chip to\\ndifferent fiber delays in order to compensate for the time delay in-between photons.\\nThe figure is a courtesy of Leonardo Midolo.\\n\\nconsidering η = 50% and Rpump = 80 MHz (corresponding to the repetition rate of a\\nTi:Sapph. laser) corresponds to a 10-photon generation rate of R10 ∼ 8 kHz, which\\nillustrates the promising prospects of this approach while posing clear benchmarks for\\nthe efficiency of the applied switching and coupling technology.\\n Integrating a de-multiplexed source on a chip is one immediate goal. Another\\nimportant task is to develop complex integrated tunable photonic circuits that can\\nprocess the generated single photons leading to applications for quantum simulations\\n[33]. Current state-of-the-art of this technology is a six-mode reprogrammable circuit\\ncapable of implementing universal high-fidelity quantum gates [29]. Considerable effort\\nis directed to the scaling of these circuits in working towards a fully integrated system\\nwhere photon source and processing circuit would be implemented on a single photonic\\nchip. However, implementing on-chip the relatively long optical delays (typically tens of\\nnanoseconds) required to interfere subsequently emitted photons, poses a challenge for\\nthis approach in requiring slow-light optical buffers. Consequently at present it seems\\nmost realistic to consider approaches based on two separate chips, connected by optical\\nfibers, where one chip constitutes the source and the other chip the quantum processor.\\n The operation wavelength of a quantum photonics processor is an essential\\nparameter. The preferred operation wavelength is within the telecom C-band (1.55 μm),\\nwhere advanced high-performance optical components and fiber technology developed\\nfor telecom industry are present. The natural emission wavelength of self-assembled high\\nquality QDs is around 950 nm and while significant efforts are taken to develop QDs in\\nthe telecom bands as well [34, 35] the excellent performance in terms of coherence and\\nefficiency required for quantum technology has not yet been achieved. An alternative', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '6005404e-7547-45e3-b282-52c7be36abcf', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 8\\n\\napproach employs frequency down-conversion of single photons from the near-infrared\\nto the telecom band. Noise free conversion of single photons from a QD with an\\nefficiency exceeding 30% has been demonstrated [36], which could be further increased by\\nimproving the in- and out-coupling efficiency through the nonlinear conversion crystal.\\nThe two-chip approach alluded to above has the asset that the frequency conversion\\nstep could naturally be incorporated in between the source chip and the processing\\nchip. Furthermore, implementing frequency conversion of QD photons also has another\\nadvantage, since it provides a way of overcoming spectral inhomogeneities of photons\\nemitted by different QDs by transducing them to the same wavelength in the C-band\\nwith the implementation of a tunable pump laser. This could prove a powerful way of\\nscaling up QD systems to couple multiple emitter qubits (e.g., spins) in addition to the\\nmultiple photon qubits already considered.\\n Finally, another essential requirement is the ability to detect optical photons with\\nvery high efficiency. Very significant progress has been obtained in recent years with the\\ndevelopment of superconducting nanowire single-photon detectors [37], where the single-\\nphoton detection efficiency today approaches 100% and the speed is compatible with QD\\nsources. Importantly these detectors can naturally be integrated on the planar GaAs\\nplatform containing QDs [38], which means that photon source, circuit, and detection\\ncould potentially be integrated on a single chip, which may pave the way to ultimately\\nlow-loss photonic quantum nodes.\\n\\n4. Single-photon nonlinearity\\n\\nThe previous sections concerned the generation of single photons and their subsequent\\nquantum interference in photonic circuits. Many quantum-information applications\\nof photons require generating photon-photon interactions. Generally photons interact\\nweakly meaning that standard nonlinearities are typically too weak to be operational\\nat the level of single photons. However, the efficient coupling of single QDs to photonic\\nnanostructures imply that such a system may be exploited to mediate a giant nonlinear\\nresponse operational at the level of single photons. Two different approaches can be\\ntaken to reach a giant nonlinearity with a QD or any other quantum emitter: the QD\\ncan be strongly coupled to a cavity and the nonlinearity of the Jaynes-Cummings ladder\\nexploited [39, 40], or a QD very efficiently coupled to a single optical mode in a cavity\\n[41, 42] or waveguide [43] may be used as a saturable nonlinearity. The latter approach\\nis beneficial for ease of operation, since it is less sensitive to the exact tuning of the\\nwavelength of the QD. Furthermore, the saturable QD nonlinearity generally can be\\noperated at a weaker incident photon flux [43]. The key operational principle of the QD\\nnonlinearity is as follows: a narrow-band pulse containing a single photon is reflected\\nfrom a QD in a waveguide due to destructive interference of forward scattering and the\\nincoming field. The efficient coupling (high β-factor) and coherent interaction, which\\ncan be achieved with QDs, implies that the interaction between the photon and the\\nQD is deterministic. Since a two-level emitter can only scatter one photon at a time,', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'c1b95287-4dfa-411d-8269-8450b9dac1db', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 9\\n\\ntwo photons have an increased probability to be transmitted past the QD leading to a\\nphoton sorting process. From an experimental point of view this type of nonlinearity\\nis attractive since no active control over the quantum state of the QD is required,\\ni.e., the QD is merely exploited as a passive scatterer. On the other hand, the photon\\nsorting is not ideal even for a perfect coupling efficiency. This implies that while a single-\\nphoton component of a pulse may be deterministically reflected, two- and higher-photon\\ncomponents are only partially transmitted and in this process entanglement is generated\\nbetween the two photons [44]. One approach of overcoming this limitation and obtain\\ndeterministic photon sorting has been suggested by combining the QD nonlinearity with\\na nonlinear spatio-temporal mode selector [45]. Such an approach may be applied for\\nconstructing a resource-efficient Bell-state analyzer [44, 45], cf. Section 7. It should be\\nmentioned that having a three-level emitter with coherent control of the level populations\\nin the waveguide opens a range of additional opportunities. Such level schemes can be\\nimplemented with charged QDs, cf. the description in the next section. One exciting\\nproposal is that of a photonic transistor controlled by only a single photon [46].\\n\\n5. Spin-photon interfaces\\n\\nIntroducing a single spin in a QD leads to a range of additional opportunities. It grants\\naccess to two separate ground states (spin up or down) that can be exploited as a\\nquantum memory to encode a qubit. Either single holes or electrons can be employed\\nand may be deterministically prepared by controlling the tunnel barriers in electrically\\ncontacted semiconductor structures. Various level structures can be implemented by the\\nuse of Zeeman tuning with a magnetic field, and spin initialization, manipulation, and\\nread-out can be achieved rapidly with short optical pulses (typically in the nanosecond\\nrange), cf. Ref. [19] for a detailed review of the physics of single spins in QDs.\\nThe spin lifetime can be in the range of milliseconds or longer in a large magnetic\\nfield, which is determined by phonon-mediated spin relaxation processes. However,\\nin quantum applications the coherence time of the spin is the essential parameter.\\nA coherence time of up to T 2∗ > 460 ns has been reported for hole spins that has\\nthe advantage compared to electrons that they do not suffer from the Fermi contact\\nhyperfine interaction with nuclear spins [14]. Importantly the spin coherence time can\\nbe several orders of magnitude longer than the spin manipulation time, which means\\nthat multiple quantum gate operations could be implemented within the spin coherence\\ntime. Unravelling spin decoherence mechanisms in QDs is a research topic in itself and is\\noutside the scope of the present review. For a thorough discussion, see Refs. [19, 47]. It\\nis anticipated that further research efforts will enable increasing the spin coherence time\\nfurther. Nonetheless, it seems unlikely that it will be possible to extend the coherence\\ntime by many orders of magnitude in present QD systems. In particular, long-range\\nquantum repeater protocols would require millisecond range quantum memories. This\\nentails a hybrid approach where the single photons generated by QDs are interfaced\\nwith long-lived quantum memories, e.g., vacancy centers in diamond [48], ions [49], or', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '093afd39-07a0-4589-a0c9-eb679ce77c2f', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' Quantum-dot based photonic quantum networks 10\\n\\n potentially mechanical systems.\\n Considering a charged exciton in an external magnetic field, various four-level\\n emitter schemes can be engineered with two ground states corresponding to either\\n (pseudo)spin up or down of the electron (hole). The recombination of a charged exciton\\n leads to the emission of polarized photons, where the polarization of the photon is\\n correlated with the resulting spin state. In this way entanglement between the QD\\n spin and the polarization of the emitted photon can be generated [13, 50] where\\n in general hyper-entanglement between spin, polarization, and frequency is obtained.\\n Subsequently the information in one of the variables can be erased to create a Bell state.\\n This has been the resource enabling quantum teleportation between a single photon and\\n a solid-state spin [51]. A further extension of this experiment was the demonstration of\\n heralded entanglement between two spatially separate hole spins in QDs [52], cf. Fig. 5\\n for the experimental layout.\\n Another possibility is to couple QD spins directly to photon path by exploiting\\n the concept of chiral light-matter interaction [53]. By tailoring the local electric field\\n in a nanophotonic waveguide to match the in-plane circular dipole moment of one of\\n the charged exciton transitions, it is possible to induce deterministic directional photon\\n emission [54], i.e. σ± transitions emit in different directions. This effect was used\\nto demonstrate an interface between QD spin and the photon path [55]. Based on\\nthis functionality a photonic quantum network architecture was put forward and its\\nfeasibility evaluated for QDs in nanophotonic waveguides [56], cf. Fig. 5.\\n\\n6. Coupling of multiple quantum dots\\n\\nWe have seen in previous sections how a single QD deterministically coupled to a single\\noptical mode may be exploited as a source of multiple photonic qubits potentially\\ngenerating a large quantum resource. It is natural to consider the option of scaling\\nfurther up by coupling multiple QDs. This is generally a demanding task, as it is\\nthe case for any solid-state optical emitter, since inhomogeneous broadening of a QD\\nensemble (typically at the level of THz, which should be compared to the sub-GHz\\nhomogenous linewidth of a QD) implies that significant spectral mismatch would need\\nto be overcome. Various tuning methods of QDs have been implemented including\\nelectric-field tuning [57] and strain tuning [58] that needs to be implemented locally to\\neach individual QD. Eventually not only the central emission frequency of the different\\nemitters must be controlled, but the complete photon pulses need to be matched in\\norder to faithfully couple multiple QDs. An important figure-of-merit of the success is\\ngauged in a quantum-interference experiment between two separate QD single-photon\\nsources, where an interference visibility of 93% has been reported in a weak-excitation\\nregime [59], which is a highly encouragin result for this approach.\\n Given the ability to radiatively couple two or more QDs, a photonic nanostructure\\ncan be constructed to enhance and tailor the coupling. Multiple QDs coupled by\\ndipole-dipole interaction lead to the formation of collective quantum states that can', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '39ce6fe7-fe46-40b9-9d03-35a978fc7363', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 11\\n Entanglement and\\n non-local measurement\\n Spin preparation and Spin preparation and local (a) Chiral element\\n local measurements (QDI) Ti Sapphiremeasurements (QD2)\\n laser\\n Diode las 0 +\\n Diode lasers /1)\\n EOM (b) Network node\\n EOMs EOMs\\n Intranode parity measurement Internode entanglement\\n BSI Detector 0 Detector\\n Emitter 0\\n Fiber Emitter\\n Single photon Communication photon\\n source\\n N Gratings BS2\\n (c) Linked Nodes\\n filters\\n Single-photon detectors Photon routing\\n QDI OD2\\n 5 m\\nFigure 5: Left panel: experimental setup employed for the generation of remote\\nentanglement between two QD hole spins in two different cryostats separated by\\n5 m. Figure reproduced from Ref. [52]. Right panel: Architecture of a photonic\\nquantum network based on chiral photon-emitter elements (a) embedded in on-chip\\ninterferometers constituting fundamental quantum nodes (b). The quantum nodes are\\nlinked together by photons for remote entanglement distribution (c). Figure reproduced\\nfrom Ref. [56].\\n\\nhave sub- or super-radiant character. In photonic nanostructures, the dipole-dipole\\ninteraction can be significantly extended beyond the behavior found in a homogenous\\n(3D) medium, where the coupling falls off rapidly with distance d (scales as d−3). In\\na 1D waveguide with radiative coupling to the waveguide as the dominating process,\\ndipole-dipole interaction may be infinitely extended, i.e. in practice it is limited by\\nthe absorption or scattering loss of the guided mode. Controlling the distance between\\nmultiple emitters enables the switching between sub- and super-radiant behavior. Apart\\nfrom the fundamental interest, the long-range dipole-dipole coupling may be exploited\\nto construct quantum gates between stationary qubits [60]. Introducing chiral coupling\\nopens new opportunities by the ability to engineer the directional coupling between\\nemitters. This may lead to novel opportunities for quantum simulators and for entering\\nnew regimes of coupled photons and emitters. For instance directional coupling has been\\nfound to lead to the formation of quantum dimers in the steady state of the system [61].\\nAnother approach to scaling to multiple emitters exploits tunnel coupling between QDs\\ngrown in close mutual vicinity. With such an approach advanced level structures can\\nbe engineered in these QD molecules where it has been demonstrated that the spin\\ncoherence time can be significantly extended [62].', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '5516db24-13d0-408f-a09f-df9415a927b9', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 12\\n\\n7. Quantum network architectures\\n\\nWe have reviewed various basic quantum functionalities and hardware that can be\\nimplemented with the use of QDs embedded in modern nanophotonic structures. It\\nis a pertinent task, to consider what applications and actual architectures can be\\nimplemented with these quantum resources and how to make them most resource\\nefficient. This section briefly highlights some of the opportunities and future directions.\\nA general observation, as discussed in detail above, is that QD systems can generate\\nmany single-photon qubits, while the scaling up to many matter qubits is expected to\\nbe much more challenging. It is important to have these general guidelines in mind\\nwhen designing resource efficient quantum network architectures that is tailored to the\\nquantum hardware based on QDs.\\n As discussed in the present Review, QDs in nanophotonic structures are very well\\nsuited for generating highly coherent single photons on demand at a high repetition\\nrate. Such a source can generate thousands of indistinguishable photons [27] that if\\nefficiently routed could be an important photonic resource for quantum simulations [33].\\nFurthermore, recent developments on how to efficiently fuse photonic qubits with linear\\noptics have the renewed excitement on how to construct single-photon based quantum\\ncomputing [63].\\n Introducing a single-photon nonlinearity to the toolbox opens for a range of\\nadditional possibilities. The most simple case is that of a two-level emitter, and here\\ndistortion of the optical pulses associated with photon-emitter bound state contributions\\nhas been interpreted as essentially a ”no-go theorem” for quantum computation [64].\\nOne work around, however, has been identified where the pulse distortion is actually\\nexploited such that one- and two-photon pulses are scattered into orthogonal spectral-\\ntemporal modes that can subsequently be separated, e.g., by nonlinear frequency\\nconversion [45]. With such a functionality all path-encoded photonic Bell states can\\nbe deterministically measured exploiting only four non-linear interaction process, linear\\noptics, and photon detection, cf. Fig. 6. Based on a Bell-state analyzer, quantum\\ncomputing can in principle be implemented by teleportation based gates and linear\\noptical quantum computing [65]. Alternatively, a photonic CZ gate can be directly\\nbased on the two-level emitter nonlinearity. However, in this case the pulse distortion\\nintroduced by photon scattering has to be undone by scattering an additional time on\\nthe emitter. However, since this scattering process is not time symmetric the photon\\npulse would need to be reverted in time in between the two scattering process. Such a\\ntime reversal of the photon pulses could in principle be obtained by storing, reverting,\\nand releasing photon pulses in a gradient-echo quantum memory.\\n Having access to a 3-level Λ-scheme with two stable ground states leads to many\\nmore opportunities since now the emitter can store a qubit for extended times. Coherent\\ncontrol of the qubit state enables implementing a Duan-Kimble CNOT gate for photons\\nwhere two subsequently interacting photons are entangled by their successive interaction\\nwith the same emitter [66]. Another related approach employs single-photon Raman', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'd1065b19-dd0a-4177-9589-f30e9ba2ae04', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 13\\n 1 photon\\n TLS SFG components\\n 2 photon\\n components\\n classical dichroic\\n pump splitter\\n Q1\\n Q2\\nFigure 6: Illustration of a deterministic Bell-state analyzer based on single-photon\\nnonlinearity, frequency conversion, and linear optics. Upper plot: a deterministic two-\\nlevel scattering (TLS) process induced, e.g., in a nanophotonic waveguide may be\\noperated such that one and two photons are scattered to orthogonal spatio-temporal\\nmodes. The two modes can subsequently be selected by implementing active filtering,\\ne.g. nonlinear sum-frequency generation (SFG) where the spatio-temporal mode of the\\nclassical pump is matched to, e.g., the one-photon component of the scattered light.\\nConsequently, only the single-photon component is frequency converted and can be\\nseparated from the two-photon component by a dichroic splitter. Lower plot: optical\\ncircuit containing four photon-sorting elements that is capable of determining all four\\npath-encoded Bell states by photon coincidence detection. Figure reproduced from Ref.\\n[45].\\n\\ninteraction to deterministically swap the quantum state of the emitter and a photon\\n[67, 68]. A full architecture of a quantum network based on QDs chirally coupled to\\nnanophotonic waveguides has been put forward in Ref. [56], cf. Fig. 5. Here the very\\nlarge cooperativity obtainable with QDs leads to a gate fidelity approaching unity for\\nexperimentally realistic parameters.\\n Another highly exciting direction is to exploit a single QD efficiently coupled to a\\nnanophotonic waveguide to directly produce entangled photons. To this end, Lindner', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'a5cf3e02-ee6b-47ea-9b4d-e330002f40f5', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 14\\n\\nand Rudolph have put forward the proposal of a photonic ”cluster state machine gun”\\nbased on a QD that could potentially producing long strings of photons in an entangled\\ncluster state [69]. In this proposal, a single QD spin is brought into a superposition\\nstate of up and down and optically excited to a superposition of charged exciton states.\\nSubsequently the QD decays by spontaneous emission of a single photon thereby creating\\nan entangled state between the polarization of the emitted photon and the spin state.\\nThe excitation-emission process can be repeated multiple times in which case a large\\nGHZ photonic state is generated. If π/2 rotations on the QD spin are carried out\\nin-between photon emissions, an entangled photonic cluster state is created. A QD\\nembedded in a nanophotonic waveguide could potentially serve as a source of large 1D\\ncluster states, where the cluster size is determined by the number of emission events\\n(determined by the QD lifetime that is typically ∼ 100 ps in a nanophotonic structure)\\nthat can take place within the coherence time of the spin (up to ∼ μs). A pioneering\\nexperiment of photonic cluster state generation with a QD source has recently been\\nreported [9], which validates the approach.\\n Cluster states have attracted a lot of attention since it was realized that they enable\\nuniversal quantum computing. The general philosophy behind such one-way quantum\\ncomputing architectures [70] is that a large scale entangled state is generated ”up front”\\nand computation carried out by single-qubit operations induced by measurements.\\nImportantly, quantum computing requires access to 2D photonic cluster states as\\nopposed to the 1D cluster states considered above. Several proposals of how to\\nachieve this with QDs have been put forward. One approach is to optically couple\\ntwo QDs [71], which requires local tuning of the two QDs into mutual resonance. An\\nalternative proposal has been put forward based on a single quantum emitter, where the\\nemitted photons are controllably coupled back to interact with the emitter and through\\nthis process generates the 2D cluster [72]. Such a ”one-emitter quantum-computer\\narchitecture” is almost ideally suited for implementation based on QDs in nanophotonic\\nstructures. Another exciting potential applications of photonic cluster states would be in\\nquantum repeater protocols without the necessity of a matter-based quantum memory\\n[73, 74]. Such an approach would potentially overcome the main bottleneck of the QD\\nbased platform for quantum networks resulting from the relatively short-lived quantum\\nmemory offered by the QD spin.\\n\\n8. Conclusions\\n\\nQDs in photonic nanostructures constitute an unprecedent photon-emitter interface at\\noptical frequencies. The recent significant progress implies that advanced quantum-\\ninformation processing protocols now become within experimental reach in the overall\\nquest towards constructing photonic quantum networks. Such a distributed photonic\\nquantum network would open new avenues for secure quantum communication and\\nultimately provide a way of scaling up quantum computers. It is currently an exciting\\nand timely research topic to identify how the emerging quantum hardware can most', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '2ba64cf8-ce27-4486-8bc8-6dc319c814d7', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 15\\n\\nefficiently be ’put to use’ by laying out realistic and resource efficient quantum network\\narchitectures. Such a research programme requests a close interplay between theory and\\nexperiment in a continuous effort on how to exploit new quantum technology.\\n\\n9. Acknowledgements\\n\\nIt is a pleasure to acknowledge all the excellent colleagues who have contributed to my\\nunderstanding of solid-state photonic quantum networks including A.S. Sørensen, R.J.\\nWarburton, T.C. Ralph, and A.G. White, as well as all past and present members of\\nthe Quantum Photonics Group at the Niels Bohr Institute, University of Copenhagen.\\nI thank Nir Rotenberg for proof reading the manuscript. I gratefully acknowledge\\nfinancial support from the European Research Council (ERC Advanced Grant SCALE ),\\nInnovation Fund Denmark (Quantum Innovation Center Qubiz ), and the Danish Council\\nfor Independent Research.\\n [1] H. J. Kimble, The quantum internet, Nature 453, 1023 (2008).\\n [2] A. Reiserer and G. Rempe, Cavity-based quantum networks with single atoms and optical photons,\\n Rev. Mod. Phys. 87, 1379 (2015).\\n [3] A.V. Kuhlmann, J. Houel, A. Ludwig, L. Greuter, D. Reuter, A.D. Wieck, M. Poggio, and R.J.\\n Warburton, Charge noise and spin noise in a semiconductor quantum device, Nature Phys. 9,\\n 570 (2013).\\n [4] N. Somaschi, V. Giesz, L. De Santis, J. C. Loredo, M. P. Almeida, G. Hornecker, S. L. Portalupi,\\n T. Grange, C. Anton, J. Demory, C. Gomez, I. Sagnes, N. D. Lanzillotti-Kimura, A. Lema ˜Atre,\\n A. Auffeves, A. G. White, L. Lanco, and P. Senellart, Near-optimal single-photon sources in the\\n solid state, Nature Phot. 10, 340 (2016).\\n [5] X. Ding, Y. He, Z.-C. Duan, N. Gregersen, M.-C. Chen, S. Unsleber, S. Maier, C. Schneider, M.\\n Kamp, S. Hofling, C.-Y. Lu, and J.-W. Pan, On-demand single photons with high extraction\\n efficiency and near-unity indistinguishability from a resonantly driven quantum dot in a\\n micropillar, Phys. Rev. Lett. 116, 020401 (2016).\\n [6] A.V. Kuhlmann, J.H. Prechtel, J. Houel, A. Ludwig, D. Reuter, A.D. Wieck, and R.J. Warburton,\\n Transform-limited single photons from a single quantum dot, Nature Comm. 6, 8204 (2015)\\n [7] P. Lodahl, S. Mahmoodian, and S. Stobbe, Interfacing single photons and single quantum dots\\n with photonic nanostructures, Rev. Mod. Phys. 87, 347 (2015).\\n [8] M. Arcari, I. S¨ollner, A. Javadi, S. Lindskov Hansen, S. Mahmoodian, J. Liu, H. Thyrrestrup,\\n E. H. Lee, J. D. Song, S. Stobbe, and P. Lodahl, Near-unity coupling efficiency of a quantum\\n emitter to a photonic crystal waveguide, Phys. Rev. Lett. 113, 093603 (2014).\\n [9] I. Schwartz, D. Cogan, E.R. Schmidgall, Y. Don, L. Gantz, O. Kenneth, N.H. Lindner, and D.\\n Gershoni, Deterministic generation of a cluster state of entangled photons, Science 354, 434\\n (2016).\\n[10] H. Wang, Y. He, Y.-H. Li, Z.-E. Su, B. Li, H.-L. Huang, X. Ding, M.-C. Chen, C. Liu, J. Qin,\\n J.-P. Li, Y.-M. He, C. Schneider, M. Kamp, C.-Z. Peng, S. Hoefling, C.-Y. Lu, and J.-W. Pan,\\n High-efficiency multiphoton boson sampling, Nature Phot. 11, 361 (2017).\\n[11] C.H.H. Schulte, J. Hansom, A.E. Jones, C. Matthiesen, C. Le Gall, and M. Atature, Quadrature\\n squeezed photons from a two-level system, Nature 525, 222 (2015).\\n[12] D. Huber, M. Reindl, Y. Huo, H. Huang, J.S. Wildmann, O.G. Schmidt, A. Rastelli, and R.\\n Trotta, Highly indistinguishable and strongly entangled photons from symmetric GaAs quantum\\n dots, Nature Comm. 8, 15506 (2017)\\n[13] K. De Greve, P.L. McMahon, D. Press, T.D. Ladd, D. Bisping, C. Schneider, M. Kamp, L.\\n Worschech, S. Hofling, A. Forchel, and Y. Yamamoto, Ultrafast coherent control and suppressed\\n nuclear feedback of a single quantum dot hole qubit, Nature Physics 7, 872 (2011).', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '9e6eac23-ac2f-4095-83e3-51fbd271c644', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' Quantum-dot based photonic quantum networks 16\\n\\n [14] J.H. Prechtel, A.V. Kuhlmann, J. Houel, A. Ludwig, S.R. Valentin, A.D. Wieck, and R.J.\\n Warburton, Decoupling a hole spin qubit from the nuclear spins, Nature Materials 15, 981\\n (2016)\\n[15] K. Hammerer, A.S. Sørensen, and E.S. Polzik, Quantum interface between light and atomic\\n ensembles, Rev. Mod. Phys. 82, 1041 (2010).\\n [16] C. Santori, D. Fattal, J. Vukovic, G.S. Solomon, and Y. Yamamoto, Indistinguishable photons from\\n a single-photon device, Nature 419, 594 (2002).\\n[17] P. Michler, A. Kiraz, C. Becher, W.V. Schoenfeld, P.M. Petroff, L. Zhang, E. Hu, and A. Imamoglu,\\n A quantum dot single-photon turnstile device, Science 290, 2282 (2000).\\n[18] Y.-M. He, Y. He, Y.-J. Wei, D. Wu, M. Atature, C. Schneider, S. Hofling, M. Kamp, C.-Y. Lu, and\\n J.-W. Pan, On-demand semiconductor single-photon source with near-unity indistinguishability,\\n Nature Nano. 8, 213 (2013).\\n[19] R.J. Warburton, Single spins in self-assembled quantum dots, Nature Materials 12, 483 (2013).\\n [20] J. Bleuse, J. Claudon, M. Creasey, N.S. Malik, J.-M. Gerard, I. Maksymov, J.-P. Hugonin, and\\n P. Lalanne Inhibition, enhancement, and control of spontaneous emission in photonic nanowires\\n Phys. Rev. Lett. 106, 103601 (2011).\\n [21] M. Davanco, M.T. Rakher, W. Wegscheider, D. Schuh, A. Badolato, and K. Srinivasan, Efficient\\n quantum dot single photon extraction into an optical fiber using a nanophotonic directional\\n coupler, Appl. Phys. Lett. 99, 121101 (2011).\\n [22] T.G. Tiecke, K.P. Nayak, J.D. Thompson, T. Peyronel, N.P. de Leon, V. Vuletic, and M.D. Lukin,\\n Efficient fiber-optical interface for nanophotonic devices, Optica 2, 70 (2015).\\n [23] R.S. Daveau, K.C. Balram, T. Pregnolato, J. Liu, E.H. Lee, J.D. Song, V. Verma, R. Mirin, S. Woo\\n Nam, L. Midolo, S. Stobbe, K. Srinivasan, and P. Lodahl, Efficient fiber-coupled single-photon\\n source based on quantum dots in a photonic-crystal waveguide, Optica 4, 178 (2017).\\n [24] A. Kiraz, M. Atature, and A. Imamoglu, Quantum-dot single-photon sources: Prospects for\\n applications in linear optics quantum-information processing, Phys. Rev. A 69, 032305 (2004).\\n [25] P. Tighineanu, C.L. Dreessen, C. Flindt, P. Lodahl, and A.S. Sørensen, Phonon decoherence\\n of quantum dots in photonic structures: Broadening of the zero-phonon line and the role of\\n dimensionality, arXiv:1702.04812 (2017).\\n [26] G. Kirsanske, H. Thyrrestrup, R.S. Daveau, C.L. Dreessen, T. Pregnolato, L. Midolo, P.\\n Tighineanu, A. Javadi, S. Stobbe, R. Schott, A. Ludwig, A.D. Wieck, S.I Park, J.D. Song,\\n A.V. Kuhlmann, I. Sollner, M.C. Lobl, R.J. Warburton, and P. Lodahl, Indistinguishable and\\n efficient single photons from a quantum dot in a planar nanobeam waveguide, arXiv:1701.08131\\n (2017).\\n [27] H. Wang, Z.-C. Duan, Y.-H. Li, S. Chen, J.-P. Li, Y.-M. He, M.-C. Chen, Y. He, X. Ding, C.-Z.\\n Peng, C. Schneider, M. Kamp, S. Hofling, C.-Y. Lu, and J.-W. Pan, Near-transform-limited\\n single photons from an efficient solid-state quantum emitter, Phys. Rev. Lett. 116, 213601\\n (2016).\\n [28] J.L. O’Brien, A. Furusawa, and J. Vuckovic, Photonic quantum technologies, Nature Photonics 3,\\n 687 (2009).\\n [29] J. Carolan, C. Harrold, C. Sparrow, E. Martin-Lopez, N.J. Russell, J.W. Silverstone, P.J. Shadbolt,\\n N. Matsuda, M. Oguma, M. Itoh, G.D. Marshall, M.G. Thompson, J.C.F. Matthews, T.\\n Hashimoto, J.L. O’Brien, and A. Laing, Universal linear optics, Science 349, 711 (2015).\\n [30] J. Wang, A. Santamato, P. Jiang, D. Bonneau, E. Engin, J.W. Silverstone, M. Lermer, J. Beetz, M.\\n Kamp, S. Hofling, M.G. Tanner, C.M. Natarajan, R.H. Hadfield, S.N. Dorenbos, V. Zwiller, J.L.\\n O’Brien, and M.G. Thompson, Gallium arsenide (GaAs) quantum photonic waveguide circuits,\\n Opt. Commun. 327, 49 (2014).\\n [31] L. Midolo et al., in preparation (2017).\\n [32] L. Midolo, A. Schliesser, and A. Fiore, in preparation (2017).\\n [33] A. Aspuru-Guzik and P. Walther, Photonic quantum simulators Nature Physics 8, 285 (2012).\\n [34] J. Kettler, M. Paul, F. Olbrich, K. Zeuner, M. Jetter, and P. Michler, Single-photon and photon', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '4a9600a2-24a1-4600-9fb2-d10ba3b7c33a', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' Quantum-dot based photonic quantum networks 17\\n\\n pair emission from MOVPE-grown In(Ga)As quantum dots: shifting the emission wavelength\\n from 1.0 to 1.3 μm Appl. Phys. B 122, 48 (2016).\\n [35] J.-H. Kim, T. Cai, C.J.K. Richardson, R.P. Leavitt, and E. Waks, Two-photon interference from\\n a bright single-photon source at telecom wavelengths, Optica 3, 577 (2016).\\n [36] B. Kambs, J. Kettler, M. Bock, J.N. Becker, C. Arend, A. Lenhard, S.L. Portalupi, M. Jetter,\\n P. Michler, and C. Becher, Low-noise quantum frequency down-conversion of indistinguishable\\n photons, Opt. Express 24, 22250 (2016).\\n [37] R.H. Hadfield, Single-photon detectors for optical quantum information applications, Nature\\n Photonics 3, 696 (2009).\\n[38] G. Reithmaier, S. Lichtmannecker, T. Reichert, P. Hasch, K. Muller, M. Bichler, R. Gross, and J.J.\\n Finley, On-chip time resolved detection of quantum dot emission using integrated superconducting\\n single photon detectors, Sci. Reports 3, 1901 (2013).\\n[39] A. Faraon, I. Fushman, D. Englund, N. Stoltz, P. Petroff, and J. Vukovic, Coherent generation of\\n non-classical light on a chip via photon-induced tunnelling and blockade, Nature Phys. 4, 859\\n (2008).\\n[40] A. Reinhard, T. Volz, M. Winger, A. Badolato, K.J. Hennessy, E.L. Hu, and A. Imamoglu, Strongly\\n correlated photons on a chip, Nature Phot. 6, 93 (2012).\\n[41] M.P. Bakker, T. Ruytenberg, W. Loffler, A. Barve, L. Coldren, M.P. van Exter, and D.\\n Bouwmeester, Quantum dot nonlinearity through cavity-enhanced feedback with a charge memory\\n Phys. Rev. B 91, 241305(R) (2015)\\n[42] A.J. Bennett, J.P. Lee, D.J.P. Ellis, I. Farrer, D.A. Ritchie, and A.J. Shields, A semiconductor\\n photon-sorter Nature Nano. 11, 857 (2016).\\n[43] A. Javadi, I. S¨ollner, M. Arcari, S.L. Hansen, L. Midolo, S. Mahmoodian, G. Kirsanske, T.\\n Pregnolato, E.H. Lee, J.D. Song, S. Stobbe, and P. Lodahl, Single-photon non-linear optics\\n with a quantum dot in a waveguide, Nature Comm. 6, 8655 (2015)\\n[44] D. Witthaut, M.D. Lukin, and A.S. Sørensen, Photon sorters and QND detectors using single\\n photon emitters, Europhys. Lett. 97, 50007 (2012).\\n[45] T.C. Ralph, I. S¨ollner, S. Mahmoodian, A.G. White, and P. Lodahl, Photon sorting, efficient Bell\\n measurements and deterministic CZ gate using a passive two-level nonlinearity, Phys. Rev.\\n Lett. 114, 173603 (2015).\\n[46] D.E. Chang, A.S. Sørensen, E.A. Demler, and M.D. Lukin, A single-photon transistor using\\n nanoscale surface plasmons, Nature Phys. 3, 807 (2007).\\n [47] B. Urbaszek, X. Marie, T. Amand, O. Krebs, P. Voisin, P. Maletinsky, A. Hogele, and A. Imamoglu,\\n Nuclear spin physics in quantum dots: An optical investigation, Rev. Mod. Phys. 85, 79 (2013).\\n [48] K. Heshami, C. Santori, B. Khanaliloo, C. Healey, V.M. Acosta, P.E. Barclay, and C. Simon,\\n Raman quantum memory based on an ensemble of nitrogen-vacancy centers coupled to a\\n microcavity, Phys. Rev. A 89, 040301(R) (2014).\\n [49] H.M. Meyer, R. Stockill, M. Steiner, C. Le Gall, C. Matthiesen, E. Clarke, A. Ludwig, J. Reichel,\\n M. Atature, and M. Kohl, Direct photonic coupling of a semiconductor quantum dot and a\\n trapped ion, Phys. Rev. Lett. 114, 123001 (2015).\\n [50] W.B. Gao, P. Fallahi, E. Togan, J. Miguel-Sanchez, and A. Imamoglu, Observation of entanglement\\n between a quantum dot spin and a single photon, Nature 491, 426 (2012).\\n[51] W.B. Gao, P. Fallahi, E. Togan, A. Delteil, Y.S. Chin, J. Miguel-Sanchez, and A. Imamoglu,\\n Quantum teleportation from a propagating photon to a solid-state spin qubit, Nature Comm. 4,\\n 2744 (2013).\\n[52] A. Delteil, Z. Sun, W.B. Gao, E. Togan, S. Faelt, and A. Imamoglu, Generation of heralded\\n entanglement between distant hole spins, Nature Phys. 12, 218 (2016).\\n[53] P. Lodahl, S. Mahmoodian, S. Stobbe, A. Rauschenbeutel, P. Schneeweiss, J. Volz, H. Pichler, and\\n P. Zoller, Chiral quantum optics, Nature 541, 473 (2017).\\n[54] I. S¨ollner, S. Mahmoodian, S. Lindskov Hansen, L. Midolo, A. Javadi, G. Kirsanske, T. Pregnolato,\\n H. El-Ella, E.-H. Lee, J.D. Song, S. Stobbe, and P. Lodahl, Deterministic photon-emitter', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '9d6d7ce1-ecb5-4330-ab7f-ae5c4747b61c', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' Quantum-dot based photonic quantum networks 18\\n coupling in chiral photonic circuits, Nature Nano. 10, 775 A (2015).ˆ\\n [55] R.J. Coles, D.M. Price, J.E. Dixon, B. Royall, E. Clarke, P. Kok, M.S. Skolnick, A.M. Fox,\\n and M.N. Makhonin, Chirality of nanophotonic waveguide with embedded quantum emitter for\\n unidirectional spin transfer, Nature Comm. 7, 11183 (2016).\\n [56] S. Mahmoodian, ˆA P. Lodahl, and ˆA A. S. Sørensen, Quantum networks with chiral light-matter\\n interaction in waveguides, Phys. Rev. Lett. 117, 240501 (2016).\\n [57] P.W. Fry, I.E. Itskevich, D.J. Mowbray, M.S. Skolnick, J.J. Finley, J.A. Barker, E.P. O’Reilly, L.R.\\n Wilson, I.A. Larkin, P.A. Maksym, M. Hopkinson, M. Al-Khafaji, J.P.R. David, A.G. Cullis,\\n G. Hill, and J.C. Clark, Inverted electron-hole alignment in InAs-GaAs self-assembled quantum\\n dots, Phys. Rev. Lett. 84, 733 (2000).\\n [58] F. Ding, R. Singh, J.D. Plumhof, T. Zander, V. Krapek, Y.H. Chen, M. Benyoucef, V. Zwiller, K.\\n Dorr, G. Bester, A. Rastelli, and O.G. Schmidt, Tuning the exciton binding energies in single\\n self-assembled InGaAs/GaAs quantum dots by piezoelectric-induced biaxial stress, Phys. Rev.\\n Lett. 104, 067405 (2010).\\n [59] R. Stockill, M.J. Stanley, L. Huthmacher, E. Clarke, M. Hugues, A.J. Miller, C. Matthiesen, C.\\n Le Gall, and M. Atature, Phase-tuned entangled state generation between distant spin qubits,\\n arXiv:1702.03422 (2017).\\n [60] D. Dzsotjan, A.S. Sørensen, and M. Fleischhauer, Quantum emitters coupled to surface plasmons\\n of a nanowire: A Greens function approach, Phys. Rev. B 82, 075427 (2010).\\n [61] T. Ramos, H. Pichler, A.J. Daley, and P. Zoller, Quantum spin dimers from chiral dissipation in\\n cold-atom chains, Phys. Rev. Lett. 113, 237203 (2014).\\n[62] K.M. Weiss, J.M. Elzerman, Y.L. Delley, J. Miguel-Sanchez, and A. Imamoglu, Coherent two-\\n electron spin qubits in an optically active pair of coupled InGaAs quantum dots, Phys. Rev.\\n Lett. 109, 107401 (2012).\\n[63] T. Rudolph, Why I am optimistic about the silicon-photonic route to quantum computing, APL\\n Photonics 2, 030901 (2017).\\n[64] J.H. Shapiro, Single-photon Kerr nonlinearities do not help quantum computation, Phys. Rev. A\\n 73, 062305 (2006).\\n[65] D. Gottesman and I.L. Chuang, Demonstrating the viability of universal quantum computation\\n using teleportation and single-qubit operations, Nature 402, 390 (1999).\\n[66] L.M. Duan and H.J. Kimble, Scalable photonic quantum computation through cavity-assisted\\n[67] K. Koshino, S. Ishizaka, and Y. Nakamura, Deterministic photon-photon √SWAP gate using a Λinteractions, Phys. Rev. Lett. 92, 127902 (2004).\\n system, Phys. Rev. A 82, 010301(R) (2010).\\n[68] S. Rosenblum, A. Borne, and B. Dayan, Analysis of deterministic swapping of photonic and atomic\\n states through single-photon Raman interaction, Phys. Rev. A 95, 033814 (2017).\\n[69] N.H. Lindner and T. Rudolph, Proposal for pulsed on-demand sources of photonic cluster state\\n strings, Phys. Rev. Lett. 103, 113602 (2009).\\n[70] R. Raussendorf, D.E. Browne, and H.J. Briegel, Measurement-based quantum computation on\\n cluster states, Phys. Rev. A 68, 022312 (2003).\\n[71] S.E. Economou, N. Lindner, and T. Rudolph, Optically generated 2-dimensional photonic cluster\\n state from coupled quantum dots, Phys. Rev. Lett. 105, 093601 (2010).\\n[72] H. Pichler, S. Choi, P. Zoller, and M.D. Lukin, Photonic tensor networks produced by a single\\n quantum emitter, arXiv:1702.02119\\n [73] K. T. K. Azuma and H.-K. Lo, All-photonic quantum repeaters, Nat. Commun. 6, 6787 (2015).\\n [74] D. Buterakos, E. Barnes, and S.E. Economou, Deterministic generation of all-photonic quantum\\n repeaters from solid-state emitters, arXiv:1612.03869 (2016).', 'text_template': '{metadata_str}\\n\\n{content}'}]}, {'documents': [{'class_name': 'Document', 'doc_id': 'be0e8bc0-0012-40bf-90b8-0e50f67a0433', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'arXiv:quant-ph/0407030v1 5 Jul 2004\\n\\n On quantum state of entangled photon pairs\\n Ruo Peng WANG\\n Department of Physics, Peking University, Beijing 100871, P.R.China\\n Email: rpwang@cis.pku.edu.cn\\n June 18, 2018\\n\\n Abstract\\n I show that the photon pairs used in experimental tests of quantum\\n non-locality based on Bell’s theorem are not in the entangled quantum\\n state. The correct quantum state of the “entangled” photon pairs is sug-\\n gested. Two experiments for testing this quantum state are proposed.\\n PACS: 03.65.Ud, 42.50.Dv\\n Keywords: entangled photon pair, entangled quantum states, quantum\\n non-locality\\n\\n 1 introduction\\n Quantum non-locality is a controversial topic of quantum theory, and entangled\\n photon pairs played a very important role in experimental tests of quantum non-\\n locality. So far, a number of experimental tests of quantum non-locality based\\n on Bell’s theorem [1] have been carried out [2, 3, 4, 5, 6]. In these experiments\\n entangled photon pairs are produced, and the polarization correlation between\\n entangled photon pairs is measured. Experimental results obtained in these tests\\n are in favor for quantum non-locality. Although it has been pointed out that\\n this polarization correlation is compatible with local realism [7], these results\\n are generally considered as direct evidences for the existence of quantum non-\\n locality, and more experiments [8, 9, 10] showing different kind of quantum\\n non-local correlation are carried out. The entangled photon pairs are used as\\n light source in these experiments, and the interpretation of the experimental\\n results as proofs for quantum non-locality is closely related to the assumption\\n that these photon pairs are in entangled quantum state.\\n In this letter, I will show that the same polarization correlation also exists\\n for certain un-entangled photon pairs. And on other hand, based on the consid-\\n eration of momentum conservation, I will also show that the entangled quantum\\n state is not a correct description for photon pairs used in these experimental\\n tests of quantum non-locality. A correct quantum state for these photon pairs is\\n suggested, and two experiments for testing this quantum state and the quantum\\n non-locality are proposed.\\n\\n 1', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '0e51993f-ad65-4849-aaa5-3718b2edf1c8', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': '2 polarization correlation between un-entangled\\n photons\\nLet’s consider a beam of un-entangled photon pairs with each photon pair con-\\ntaining a left circle polarized photon and a right circle polarized photon. Such\\na beam of photon pairs can be produced by adjusting polarization state of\\nthe photon pairs obtained from the parametric down conversion with a type-II\\ncollinear phase matching [11]. The quantum state of this un-entangled photon\\npairs can be expressed as\\n |ψ〉 = 2 1(bv †+ ibh†)(bv †− ibh†)|0〉 = 2 1(bv †bv †+ bh†bh†)|0〉, (1)\\nwhere bv† and bh are the creation operator for vertically polarized photon and,†\\nrespectively, for horizontally polarized photon with the wave vector~2. By using k\\nthe Coulomb gauge, we may describe the optical field of these photon pairs by\\nthe vector potential A~. The positive frequencies part of the vector potential is\\nrelated to the photon annihilation operators in the following way\\n A+ = B(bv~v + bh~h)ei~2 ·~\\n ~ e e k r (2)\\nwhere the constant B is given by [12]\\n B =√ μ0ℏc2 (3)\\n 2V ω\\nwith μ0 the magnetic permeability of the vacuum, ω the angular frequency of\\nthe photons.\\n We divide the beam of un-entangled photon pairs into two channels by using\\na half reflecting mirror (BS). The wave vectors of photons in these two channels\\nare~1 and k k ~2. A half wave plate (W P1) is placed into the channel 1 to introduce\\na phase difference of π between the vertical and horizontal components of the\\noptical field, and another half wave plate (W P2) is placed into the channel 2\\nto swap the vertical and horizontal components of the optical field, as shown\\nin FIG. 1. As no incident photons with the wave vector~1 being present, after k\\npassing the beam splitter and the wave plates, the optical field becomes [13]\\n A~ + = √2 (bv~v − bh~h)ei~1 ·~ + √2 (bh~v + bv~h)ei~2 ·~r .Be e k r B e e k (4)\\nThe photons in the channel 1 and 2 are polarized by Glan-Thompsom linear\\npolarization analyzers P1 and P2, respectively, before being detected by single\\nphoton detectors D1 and D2.\\n To analyze the polarization correlation between photons detected by detec-\\ntors D1 and D2, we need expressions of optical field at these detectors. Up to\\na phase factor, we have\\n A+~θ1 = √2 (bv cos θ1 − bh sin θ1)~θ1B e (5)\\n 2', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '99eaa171-c4c6-43bb-8b9c-6deeffc5c6fc', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' 1 D1\\n 2\\n 1(b bh\\n 2 h † †+b bvv † †) 0 1 2 WP1 θ1\\n 1 P1\\n 1 θ2\\n 2 BS 2\\n 1 WP2\\n 2 2 P2\\n 1 D2\\n\\nFigure 1: A schematic illustration of the experimental setup for testing the\\npolarization correlation between un-entangled photon pairs. The polarization\\nstates of optical beams are indicated by arrows.\\n\\nand B\\n A+~θ2 = √2 (bh cos θ2 + bv sin θ2)~θ2 .e (6)\\nIn the above expressions, ~θ1 and ~θ2 are vectors of unit of the transmissione e\\naxes of the analyzer P1, and respectively, P2. The relations (5) and (6) can be\\nrewritten in the following form\\n A+~θ1 = √2 bθ1 ~θ1 , AθB e ~+2 = √2 bθ2~θ2B e (7)\\nwhere\\n bθ1 = bv cos θ1 − bh sin θ1, bθ2 = bh cos θ2 + bv sin θ2 (8)\\nare the annihilation operators for the photon polarized in the direction ~θ1 withe\\nthe wave vector~1 and, respectively, for the photon polarized in the direction k\\n~θ2 with the wave vector~2.\\ne k\\n The coincidence counting rate C(θ1, θ2) is proportional to the probability\\nof annihilating simultaneously one photon polarized in the direction ~θ1 at thee\\ndetector D1 and one photon polarized in the direction ~θ2 at the detector D2.e\\nThis probability is, in its turn, proportional the matrix element\\n 〈ψ|bθ2 b†1 bθ1bθ2|ψ〉 = 〈ψ|(bv † †cos θ1 − bh sin θ1)(bh cos θ2 + bvsin θ2)† † †\\n θ\\n × (bv cos θ1 − bh sin θ1)(bh cos θ2 + bv sin θ2)|ψ〉 (9)\\n = 4 1sin2(θ1 − θ2).\\nTherefore we have C(θ1, θ2) = CM sin2(θ1 − θ2), (10)\\n\\n 3', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'f98c627e-47a9-42c3-83bb-6111f9b06525', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'where CM this the maxim counting rate that occurs at θ1 − θ2 = ±π/2. This\\ncorrelation is just the same as in the case of entangled photon pairs [6, 11], and\\nthe Bell’s inequality is apparently violated also in the above discussed experi-\\nment. The violation of the Bell’s inequality in this case is only apparent, because\\na condition for obtaining the Bell’s inequality is not fulfilled here. Namely, in\\nthe experiment described in this paper, both photons of a photon pair could\\nbe detected in one single channel, with the wave vector k~1 or k~2. Thus, even\\nthough the same polarization correlation as in the case of entangled photon\\npairs is realized in this experiment, no quantum non-locality is involved here.\\nIndeed, after annihilating of a linear polarized photon at the detector D1, the\\nquantum state becomes\\n |ψ′〉 = bθ1 |ψ〉 = 1√2 (cos θ1b† − sin θ1b†)|0〉.v h (11)\\nThe photon in the quantum state |ψ′〉 is not spatially separated from the detector\\nD1 where another photon was annihilated. The probability as the photon in\\nthe quantum state |ψ′〉 being detected at D1 is\\n 〈ψ′|bθ1 bθ1 |ψ′〉 = 2 † 1. (12)\\n3 quantum state of entangled photon pairs\\nNow we arrive at a very important point: the observation of a photon polar-\\nization correlation as expressed in the relation (10) does not form a sufficient\\nevidence for quantum non-locality. Besides this correlation, one must exclude\\nthe possibility of detecting both of the photons in one single channel to ensure\\nthat the phenomena of quantum non-locality are really observed.\\n An apparently non-local correlation as expressed in the relation (10) are ob-\\nserved experimentally for the entangled photon pairs generated in the paramet-\\nric down conversion nonlinear optical processes with a type-II phase matching.\\nWe have to see if the possibility of detecting both of the photons in one single\\nchannel can be ruled out in the experiment so that one can really interpret the\\nexperimental results as an experimental evidence for quantum non-locality. So\\nfar the following quantum state is used to describe this photon pair[11]:\\n |ψe〉 = 1√2 (bv†1b†2 − bvh †2b†1)|0〉,h (13)\\nwhere bh1, b†1, b†2 and bv2 are creation operators for horizontally polarized pho-† †\\n v h\\ntons with the wave vector k~1, for vertically polarized photons with the wave\\nvector~1, for horizontally polarized photons with the wave vector k k ~2, and for\\nvertically polarized photons with the wave vector~2, respectively. By using the k\\ncorresponding photon annihilation operators, we may write the optical field as\\n A+ = B(bv1~v + bh1~h)ei~1 ·~ + B(bv2~v + bh2~h)ei~2 ·~.\\n ~e e e k r e e k r (14)\\n\\n 4', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '288c7d8f-ef47-4768-b601-8119e00d4d55', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'It is easy to verify that there exists a correlation as described by the relation\\n(10) between the polarization of the photon pairs in the quantum state |ψe〉.\\n The expression (13) for the quantum state of the entangled photon pairs was\\nderived by taking into consideration of the energy and the momentum conserva-\\ntion in the parametric down conversion process. The energy and the momentum\\nof a photon pair in the state |ψe〉 is equal to the energy and the momentum of\\nthe incident photon from which the photon pair is generated. But there is\\na problem in this argument, namely the parametric down conversion process\\ntakes place in nonlinear optical crystals, so one must take the photons and the\\ncrystal as one single system when the condition of the energy and the momen-\\ntum conservation is applied. The macroscopic properties of nonlinear optical\\ncrystals do not change in the parametric down conversion process. Thus the\\nexpectation values of the energy and the momentum of crystals are the same\\nbefore and after the photon pairs’ generation. Therefore the expectation val-\\nues of energy and momentum of a photon pair must equal to the expectation\\nvalues of energy and momentum of incident photon. This condition is satisfied\\nby the quantum state |ψe〉. On other hand, photons are coupled with optical\\nphonons with same momentum when passing through crystals, and there exist\\nexchanges of energy and momentum between photons and crystals through the\\nphoton-phonon interaction during photons’ propagation in crystals. One may\\nneglect the energy exchange between photons and crystals because the ener-\\ngies of phonons are much smaller than that of photons with same momentum,\\nbut the momentum exchange between photons and crystals must be taken into\\nconsideration. This exchange of momentum causes fluctuations in momenta of\\ncrystals and generated photon pairs. But the state |ψe〉 is an eigen-state of the\\nphoton pairs’ momentum, that means there is not momentum fluctuations for\\nphoton pairs in the state |ψe〉. Therefore the generated photon pair can not be\\nin this quantum state.\\n According to the calculation made before, the correlation between the po-\\nlarization of the photon pairs as described by the relation (10) does exist also\\nfor photon pairs in the following quantum state\\n |ψu〉 = 2 1(b1 †+ ib2†)(b1 †− ib2†)|0〉 = 2 1(b1†b1 †+ b2†b2†)|0〉, (15)\\nwith the optical field given by\\n A~u += √2 (b1~v − b2~h)ei~1 ·~ + √2 (b2~v + b1~h)ei~2 ·~r .B e e k r B e e k (16)\\nThe quantum state |ψu〉 is an un-entangled state. In fact, we can write |ψu〉 as\\n |ψu〉 = |ψa〉 ⊗ |ψb〉, (17)\\nwith †|0〉, |ψb〉 = bb†|0〉,\\n |ψa〉 = ba (18)\\nwhere †= 1 †= 1\\n ba √2 (b1 †+ ib2†), bb √2 (b1 †− ib2†), [ba†, bb] = 0. (19)\\n 5', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '43b30d97-ad73-4167-b142-fec2d80f5ce9', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' The quantum state |ψu〉 is not an eigen-state of momentum, but photon\\npairs in the quantum states |ψe〉 and |ψu〉 have the same expectation values of\\nthe energy and the momentum. So the quantum state |ψu〉 satisfies the energy\\nand momentum conservation requirement. In conclusion, the quantum state\\n|ψu〉 could be a correct description for photon pairs generated in the paramet-\\nric down conversion nonlinear optical processes with a type-II phase matching.\\nOne may observe that for photon pairs in the quantum state |ψu〉, both photons\\ncould be detected in one single channel. Therefore, by applying the conditions\\nof the energy and momentum conservation, we can not rule out the possibility\\nof detecting both photons in one single channel. But, instead, we find that the\\nphoton pairs can not be in the entangled state. The apparently non-local cor-\\nrelation between the polarization of photon pairs produced in the parametric\\ndown conversion nonlinear optical processes, that were believed being in entan-\\ngled states, is not a proof for the existence of the quantum non-locality, but just\\na necessary evidence for the fact that photon pairs are in the quantum state\\n|ψu〉.\\n The same conclusion holds also for photon pairs emitted in a radiative atomic\\ncascade of calcium [2, 3]. In that process, electrons which emit two photons in a\\nradiative cascade are well confined within the ions of calcium. The uncertainty\\nin the momentum of electrons implies that the photon pairs can not be in the\\nentangled state which has a well defined momentum. The quantum state for\\nphoton pairs generated in this process could be expressed as\\n |ψu′〉 = 1√2 (bωhb†2h+ bω† 1 ω †1v b†2v )|0〉,ω (20)\\nwhere bω1h, b†1v are creation operators for horizontally, and respectively, ver-†ω\\ntically polarized photons of circle frequency ω1, and bω2h, b†2v are the same† ω\\noperators for photons of circle frequency ω2.\\n The optical field in the channel 1 is given by\\n A+= g11(bω1 v~v + bωh~h)eicω1~1 ·~ + g12(bω2v~v + bω2h~h)eicω2~n1·~r\\n ~1 e 1 e n r e e (21)\\nand\\n A+= g21(bω1 v~v + bωh~h)eicω1~1 ·~ + g22(bω2v~v + bω2h~h)eicω2~n·~r\\n ~2 e e n r e e 1 (22)\\n 1\\nin the channel 2, where ~1, ~2 are vectors of unity that indicate the propaga-n n\\ntion directions of the channels 1 and 2, and g11, g12, g21, g22 are coefficients that\\ndepend on the geometry of the experiment setup. We can now calculate the\\nprobability of annihilating simultaneously a photon of circle frequency ω1 po-\\nlarized in the direction ~θ1 in the channel 1 and a photon of circle frequency ω2e\\npolarized in the direction ~θ2 in the channel 2. By using the expressions (20),e\\n(21) and (22), we find\\n C12(θ1, θ2) = C′M cos2(θ1 − θ2). (23)\\nThis is exactly the correlation observed in experimental tests carried out by\\nAspect et al. [2, 3]. Again, no quantum non-locality is evolved, and both of the\\nphotons can be detected in one single channel also in these tests.\\n\\n 6', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '120d303e-23a4-49c2-8a47-0a738f91d646', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' D1\\n θ1\\n 1 P1\\n “entangled”\\n photon pair 2 BS θ4\\n 4\\n P3 3 P4\\n θ3 D4\\n D3\\n\\nFigure 2: A schematic illustration of the experimental setup for testing the\\npossibility of detecting both photons from one “entangled” photon pair in one\\nsingle channel. The polarization states of optical beams are indicated by arrows.\\n\\n4 proposal for experimental tests\\nDirect experimental tests on the possibility of detecting both photons in one\\nsingle channel and on the coherence of photons in different channels could make\\nour conclusions on the quantum state of “entangled” photons pairs and quan-\\ntum non-locality more convincing. An experimental test on the possibility of\\ndetecting both of the photons in one single channel can be done by using an\\nexperimental setup shown in FIG. 2. This setup is quite similar to that used\\nfor tests of quantum non-locality based on Bell’s theorem. But a half reflecting\\nmirror is inserted now into the channel 2 to split it into the channels 3 and 4,\\nand the coincidence counting rate between the channels 3 and 4 is measured.\\nThis coincidence counting rate is proportional to the polarization correlation\\nbetween photons in the channel 3 and in the channel 4. An anti-coincidence\\ncondition with the signal from the channel 1 can also be applied to ensure that\\nthis coincidence counting rate is not from other sources. By using the expres-\\nsions (15), (16), (13) and (14), one can easily verify that the following relation\\nholds for this coincidence counting rate\\n C(θ3, θ4) = CMcos2(θ3 − θ4),′′ (24)\\nif the photon pairs are in the quantum state |ψu〉, and\\n\\n C(θ3, θ4) ≡ 0, (25)\\nif the photon pairs are in the quantum state |ψe〉.\\n The coherence of photons in different channels can also be used for testing\\nthe quantum state of “entangled” photon pairs. An experimental setup for such\\na test is schematically illustrated in FIG. 3. The linear polarizers P1 and P2 are\\n\\n 7', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '7a329a04-32f6-4bd5-911c-1f787517abfb', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' M1\\n P1\\n 1 WP D\\n “entangled”\\n photon pair 2\\n (x,y)\\n P2\\n M2\\n\\nFigure 3: A schematic illustration of the experimental setup for testing the\\ncoherence between photons from one “entangled” photon pair in different chan-\\nnels. The polarization states of optical beams are indicated by arrows.\\n\\ninserted into the beams of “entangled” photon pairs, generated in the parametric\\ndown conversion nonlinear optical processes with a type-II phase matching, in\\nsuch a way, so that the photon in the channel 1 becomes horizontally polarized,\\nwhile the photon in the channel 2 is polarized vertically. The polarization of\\nthe beam 1 is changed to vertical later by the half wave plate W P . Both beams\\nare reflected by the mirrors M1 and M2 to overlap each other. The single\\nphoton counting rate I(x, y) in the (x, y) plan as a function of the coordinates\\n(x, y) is measured by using the single photon detector D. Let f1(x, y)~v bee\\nthe distribution of the vector potential of the beam 1 in the plan (x, y), and\\nf2(x, y)~v the distribution of the vector potential of the beam 2 . If the photone\\npair were in the quantum state |ψe〉, we have\\n A+(x, y) = bh1f1(x, y)~v + bv2f2(x, y)~v .\\n ~ e e (26)\\n The single photon counting rate I(x, y) is proportional to the matrix element\\n I(x, y) ∝ 〈ψe|~+†(x, y) · A+(x, y)|ψe〉. A~ (27)\\nBy using the relation (26) and the expression (13) for |ψe〉, we find, for photon\\npairs in the quantum state |ψe〉,\\n I(x, y) ∝ |f1(x, y)|2 + |f2(x, y)|2, (28)\\nso no interference occurs. But if the photon pairs were in the quantum state\\n|ψu〉, then according to Eq.(16), we have\\n A+(x, y) = b2f1(x, y)~v + b2f2(x, y)~v .\\n ~ e e (29)\\nAnd in this case the counting rate becomes\\n I(x, y) ∝ |f1(x, y) + f2(x, y)|2, (30)\\nthat means the beam 1 and beam 2 prepared in the way described above are\\ncoherent.\\n\\n 8', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '8e86a476-b4c4-4c21-b244-d82f87eca2a4', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': '5 discussion\\nI have shown that the correlations of photons’ polarization observed in “en-\\ntangled” photon pairs generated in the parametric down conversion nonlinear\\noptical processes with a type-II phase matching and in a radiative atomic cas-\\ncade of calcium are not proofs for quantum non-locality. Instead, they are\\nnecessary evidences for the fact that “entangled” photon pairs are in the un-\\nentangled states |ψu〉 or |ψu′〉. According to the expression (16) for the vector\\npotential, in the case of “entangled” photon pairs generated in the parametric\\ndown conversion nonlinear optical processes with a type-II phase matching, we† and b2 †in terms of operators bv1, bv† †2, bh1 and bh2:† †\\nmay express the operators b1\\n b1 = 1† √2 (bv1 + bh2), b2 † † †= 1√2 (bv2 − bh1).† † (31)\\nWe have then\\n |ψu〉 = 1√2 |ψe〉 + 4 1(bv1b†1 + bv2b†2 + bh1b†1 + bh2b†2)|0〉.† v † v † h † h (32)\\nAs the component (bv1b†1 + bv2b†2 + bh1b†1 + bh2b†2)|0〉 in |ψu〉 has no contri-† † † †\\n v v h h\\nbution to the coincidence counting rate between the signals from the channel 1\\nand the channel 2, all apparently non-local correlations that were believed as\\nspecificity of photon pairs in the entangled state |ψe〉, occur also in the case of\\nun-entangled photon pairs in the state |ψu〉. The same conclusion holds also\\nfor “entangled” photon pairs generated in a radiative atomic cascade of cal-\\ncium Therefore no physical phenomena that necessitate introducing quantum\\nnon-locality for their explanation are really observed.\\n Einstein, Podolsky, Rosen (EPR) and Bohm had put the completeness of\\nquantum mechanics in contradiction to the relativistic causality by supposing\\nthe existence of particle pairs in entangled quantum states [14, 15]. But till\\nnow, such a contradiction did not occur, because no particle pairs in entangled\\nquantum states had been produced. Can particle pairs in entangled quantum\\nstates be generated ever? It is most likely not. Due to the interaction with\\nthe source of particle pairs, it should be impossible for the produced particle\\npair with different momenta to be in a quantum state with well defined mo-\\nmentum, such as the entangled quantum state. This observation is consistent\\nwith Santos’s suggestion [7] that only quantum states which do not contradict\\nwith locality requirement are physical states. From this point of view, the EPR\\nparadox is just a spectacular illustration of the restriction on quantum states\\nimposed by locality requirement.\\n\\nReferences\\n[1] J. S. Bell, Physics 1, 195 (1964)\\n[2] A. Aspect, P. Grangier, and G. Roger, Phys. Rev. Lett. 49, 91 (1981)\\n\\n 9', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '170e2b68-f50d-4a3b-8155-79c7b12a3da1', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': '[3] A. Aspect, J. Dalibard, and G. Roger, Phys. Rev. Lett. 49, 1804 (1981)\\n[4] Z. Y. Ou, and L. Mandel, Phys. Rev. Lett. 61, 50 (1988)\\n[5] Y. H. Shih, and C. O. Alley, Phys. Rev. Lett. 61, 2921 (1988)\\n[6] Y. H. Shih, A. V. Sergienko, Morton H. Rubin, T. E. Kiess and C. O. Alley,\\n Phys. Rev. A 50, 23 (1994)\\n[7] E. Santos, Phys. Rev. A 46, 3646 (1992)\\n[8] D. V. Strekalov, A. V. Sergienko, D. N. Klyshko and Y. H. Shih, Phys. Rev.\\n Lett. 74, 3600 (1995)\\n[9] E. J. S. Fonseca, P. H. Souto Ribeiro, S. P´adua and C. H. Monken, Phys.\\n Rev. A 60, 1530 (1999)\\n[10] Z. Zhao, et al., Phys. Rev. Lett. 91, 180401 (2003)\\n[11] P. G. Kwiat et al., Phys. Rev. Lett. 75, 4337 (1995)\\n[12] F. Mandl and G. Shaw, Quantum field theory (John Wiley and Sons, Chich-\\n ester, 1984), Chap. 1\\n[13] L. Mandel and E. Wolf, Optical Coherence and Quantum Optics (Cam-\\n bridge University Press, 1995), p. 640\\n[14] A. Einstein, B. Pdolsky, and N. Rosen, Phys. Rev. 47, 777 (1935)\\n[15] D. Bohm, Quantum Theory (Prentice Hall, Englewood Cliffs, NJ, 1951)\\n\\n 10', 'text_template': '{metadata_str}\\n\\n{content}'}]}, {'documents': []}]\n", + "Transition output: [{'documents': []}, {'documents': [{'text': ' Drift-Diffusion in Mangled Worlds Quantum Mechanics\\n Robin Hanson\\n George Mason University∗\\narXiv:quant‑ph/0303114v2 18 Mar 2003 March 17, 2003.\\n Abstract\\n In Εverett’s many worlds interpretation, where quantum measurements are seen as\\n decoherence events, inexact decoherence may let large worlds mangle the memories of\\n observers in small worlds, creating a cutoff in observable world size. I solve a growth-\\n drift-diffusion-absorption model of such a mangled worlds scenario, and show that it\\n reproduces the Born probability rule closely, though not exactly. Thus deviations from\\n exact decoherence can allow the Born rule to be derived in a many worlds approach\\n via world counting, using a finite number of worlds and no new fundamental physics.\\n\\n Introduction\\n Traditional quantum mechanics suffers from many ambiguities regarding quantum measure-\\n ments. Many worlds approaches try to resolve these ambiguities by identifying measurements\\n with decoherence events produced by standard linear quantum evolution [1, 2]. In such\\n events, off-diagonal density matrix elements are often naturally and dramatically suppressed\\n due to coupling with a large environment [3].\\n Unfortunately, the many worlds approach still suffers from the problem that, when there\\n are a finite number of worlds, the straightforward way to calculate probabilities, i.e., counting\\n the fraction of worlds with a given outcome, does not produce the standard Born probability\\n rule [4, 5]. Some have tried to resolve this by adding new fundamental physics, such as\\n non-linear dynamics [6], or an infinity of worlds per quantum state which diverge via an\\n unknown process [7]. Others propose new decision theory axioms saying we do not care\\n about the number of worlds that see an outcome [8, 9].\\n A mangled worlds variation proposes to resolve the Born rule problem using only as-\\n sumptions that are about the behavior of standard linear quantum evolution, assumptions\\n that can in principle be checked by theoretical analysis of common quantum systems. The\\n idea is that decoherence is never exact, and so while decoherence makes off-diagonal terms\\n small relative to a large world, they can be large relative to a small enough world. This\\n may plausibly mangle very small worlds, either destroying the observers in such worlds, or\\n changing them into observers who remember events from large worlds [10].\\n ∗rhanson@gmu.edu http://hanson.gmu.edu 703-993-2326 FAX: 703-993-2323 MSN 1D3, Carow Hall, Fair-\\n fax VA 22030\\n\\n 1', 'doc_id': 'fec0c160-bb07-4eea-be2e-897fd057d647', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': ' This paper presents an explicit growth-drift-diffusion-absorption model of such a mangled\\nworlds scenario. It assumes that mangling is a sudden irreversible process, that typical\\nexperimental tests of the Born rule include many uncounted background decoherence events,\\nand that the region in world size where worlds become mangled is relatively narrow and\\nlocated near the median of the distribution of measure. Closed form expressions are given\\nshowing that the Born rule is followed closely, though not exactly, in this model. Thus most\\nunmangled worlds would remember having observed frequencies very near that predicted by\\nthe Born rule, even though in fact Born frequencies do not apply to the vast majority of\\nworlds, and even though such frequencies are not observed in the very largest worlds.\\n\\nDrift-Diffusion Of All Worlds\\nConsider a single initial unit-magnitude world that repeatedly undergoes decoherence events\\ne. (And for now ignore world mangling.) During each event e, each pre-existing world i\\nsplits into a set J(i, e) of resulting worlds j, each of which gets some fraction Fjie of the\\noriginal world’s measure. That is, if mi is the measure (or size) of world i, then mj = Fjiem,\\n where∑j∈J(i,e) Fjie = 1. Assume that these fractions do not depend on the particular world i\\n being split, so that Fjie = Fje and J(i, e) = J(e). If so, then after there have been enough\\n events so that the variance of each set {ln(Fje)}j∈J(e) is small compared to this summed over\\n e, the central limit theorem of statistics ensures that the resulting set of worlds will approach\\n a log-normal distribution over measure m.\\n In terms of log size x = ln(m), the distribution of worlds would be normal with some\\n mean ~ x < 0 and standard deviation σ > 0. Since the total measure of all worlds is conserved,\\n the total number of worlds must be e−~−σ2/2. If there were a constant rate of decoherence x\\n events, so that ~ = −vt and σ2 = wt, then the distribution of worlds would be x\\n μ0(x, t) = √2πσ exp((v − 2 1 w)t − (x − vt)2). (1)\\n 2σ2\\nThe measure held by these worlds would also be normally distributed over x, with the same\\n standard deviation σ, but a higher mean of ^ = ~ + σ2. These values ~ and ^ are also the x x x x\\npositions of the median-sized world and the median measure, respectively.\\n For example, after N binary decoherence events where the two possible outcomes have\\nrelative measure p > 1/2 and 1 − p, there would be 2N worlds, with median measure and\\nstandard deviation given by\\n\\n x ^ = N ^1 = N(p ln(p) + (1 − p) ln(1 − p)), x\\n σ = √Nσ1 =√N√p(1 − p) ln( − p), 1 p\\n with ~1 = ^1 − σ2. A constant rate r of such events would give v = −r~1 and w = rσ2. x x 1 x 1\\n The distribution μ0(x, t) of equation 1 solves the linear growth-drift-diffusion equation\\n\\n μ ˙ = v(∇μ + μ) + (w/2)(∇2μ − μ). (2)\\nfor t > 0 given the delta function initial condition\\n\\n 2', 'doc_id': 'b73cbea4-a0a4-47de-9122-4acbfcba2d85', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': ' μ(x, 0) = δ(x). (3)\\n\\nThe Mangling of Worlds\\nDecoherence events quickly suppress the magnitude of off diagonal density matrix terms\\nrelative to diagonal terms. Specifically, given two worlds, large L and small s, we have\\n\\n |ρLs|2 ≤ ϵ2(t)|ρLL||ρss|,\\nwhere |ρab| ≡ 〈 a |ρab| b 〉, and coherence ϵ(t) typically falls at a rapid exponential rate for\\na great many doubling times [3]. However, in the models that have been solved so far,\\ncoherence ϵ(t) typically eventually asymptotes to a small but non-zero level [3, 11, 12, 13].\\nworlds increases as eσ = e√wt. As discussed elsewhere [10], if ϵ(t) eventually falls slower\\n As we have seen in the previous section, the relative magnitude between any two random\\nthan this rate, then eventually the off diagonal terms ρsL and ρLs must greatly influence the\\nevolution of the smaller diagonal term ρss, even though these off diagonal terms have little\\ninfluence on and are mainly driven by the larger diagonal term ρLL. Thus the evolution\\nof smaller worlds is eventually driven by larger worlds, plausibly “mangling” those smaller\\nworlds, i.e., either destroying their observers or turning them into observers who remember\\noutcomes from a large world. Remaining observers would thus only remember the histories\\nof unmangled worlds.\\n Let us conjecture that the mangling of worlds is a sudden, irreversible, and global process.\\nSpecifically, let us assume that there is a mangling region in world size, so that a world that\\nhas always remained larger than this region remains unmangled, and that a world that\\nwas once smaller than this region became suddenly and forevermore mangled. Let us also\\nconjecture that the relevant standard deviation σ is the result of many decoherence events,\\nmost of which are not counted in experiment tests. This suggests that the mangling region\\nis relatively narrow compared to σ. Finally, let us assume that since it is the measure of\\nsome worlds that mangles other worlds, this mangling region remains close to the median\\nmeasure ^ that would describe the distribution of all worlds were there no mangling. x\\n If unmangled worlds evolve locally just as all worlds would were there no mangling,\\nand if initially all worlds are unmangled, then the distribution μ1(x, t) of unmangled worlds\\nshould satisfy equations 2 and 3, just as the distribution μ0(x, t) of all worlds under the no\\nmangling assumption. To model our assumption of a mangling region narrow compared to σ\\nand remaining close to the median measure ^ = −(v − w)t, let us impose on the unmangled x\\ndistribution μ1(x, t) the additional boundary condition\\n\\n μ(xb(t), t) = 0, (4)\\nfor all t ≥ 0, where xb(t) = ^ − ϵ, ϵ > 0, and we limit our attention to x ≥ xb(t). This is an x\\nabsorbing boundary condition, which says that every world which reaches the point xb from\\nabove immediately falls out of the distribution of unmangled worlds.\\n\\n 3', 'doc_id': '50b52ba7-4b81-4b8b-84e1-5f25f47bee1f', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': 'Solving the Drift-Diffusion Model\\nTo solve the set of equations 2, 3, and 4, let us first factor out the common exponential\\ngrowth via μ(x, t) = ν(x, t)e(v−(w/2))t , so that the diffusion equation (2) becomes\\n\\n ν˙ = v∇ν + (w/2)∇2ν,\\nfor ν(x, t). Next, let us transform from x to a coordinate y = x − xb(t) that moves along\\nwith the absorbing boundary, so that equations 2, 3, and 4 become\\n ν˙(y, t) = w∇ν(y, t) + (w/2)∇2ν(y, t),\\n ν(y, 0) = δ(y − ϵ),\\n ν(0, t) = 0.\\nFinally, use dimensionless units z = 2y and s = wt, so that for z, s ≥ 0 the equations are\\n ν˙(z, s) = ∇ν(z, s) + ∇2ν(z, s), (5)\\n ν(z, 0) = δ(z − 2ϵ), (6)\\n ν(0, s) = 0. (7)\\nFortunately, others have already solved a closely related set of equations for s ≥ 0, z ∈ [0, L],\\n ν˙(z, s) = ∇ν(z, s) − ∇2ν(z, s),\\n ν(z, 0) = f0(z), (8)\\n ν(0, s) = ν(L, s) = 0,\\n\\nfor drift diffusion between two absorbing barriers [14]. If we take z → L − z and L → ∞,\\nthe solutions of these equations can be transformed into solutions of equations 5 and 7, and\\nof equation 8, which generalizes equation 6. These solutions are\\n ν(z, s) = π 2e−s/4−z/2 ∫ ∞g0(k)e−k2s sin(kz)dk\\n 0\\n g0(k) =∫ ∞f0(z)ez/2 sin(kz)dz.\\n 0\\nFor the specific initial condition of equation 6, i.e., f0(z) = δ(z − 2ϵ), this becomes\\n ν(z, s) = eϵ−s/4−z/2(exp(−(z − 2ϵ)2) − exp(−(z + 2ϵ)2)). √4πs\\n 4s\\n 4s\\nIf we return this to dimension-full units, put back in the exponential growth, but retain the\\nboundary relative coordinate y = x − x(t), we get solutions to our original equations of b\\ninterest, i.e., equations 2, 3, and 4, except in terms of y instead of x. We find that an initial\\ndistribution μ1(y, 0) = δ(y − ϵ) of unmangled worlds evolves into\\n ( exp(−(y − ϵ)2) − exp(−(y + ϵ)2)).\\n μ1(y, t; ϵ) =√ π 8wteϵ−y+(v−w)t 2wt\\n 2wt\\n 4', 'doc_id': '1cf8e024-6325-4224-b877-8677127a2313', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': ' For ϵ ≪ √wt, a good approximation to this is\\n μ1(y, t; ϵ) = ϵeϵ √2π(e(v−w)ty exp(−y − 2wt).\\n wt)3/2 y2\\n We use this approximation from here on. It integrates to give a total unmangled world count\\n ∫ ∞μ(y, t; ϵ)dy = 2 ⎛√\\n πwt − ewt/2erfc⌈√wt⎝⎜ . ⌉⎜\\n W (t; ϵ) ≡ ϵeϵe(v−w)t⎛ 2\\n ⎜\\n 0 2\\nNote that if v > w then the total number of unmangled worlds, which grows as e(v−w)t,\\nwill increase with time, even though it becomes an exponentially decreasing fraction of the\\nnumber of all worlds, which grows as e(v−(w/2))t. To predict our existence in an ummangled\\nworld, the mangled worlds approach must predict that v > w.\\n\\n Born Rule Accuracy\\n How well does this diffusion process reproduce the Born rule? Let each distinct measurement\\n outcome k be associated with a set of Gk > 1 child worlds per parent world, each of which\\nis a factor Fk < 1 smaller than its parent. The Born rule says that the probability of an\\noutcome is given by FkGk. To see how closely does this mangled worlds approach conforms\\nwith the Born rule, let us calculate the number of unmangled worlds as associated with such\\nan experimental outcome.\\n Specifically, starting at time t = 0 let a single unmangled world of size y = ϵ (relative\\nto the mangling region at y = 0) evolve into a distribution μ(y, t1; ϵ) at time t1, where\\n1 ≪ wt1 ≫ ϵ. This is not intended to be the distribution of all worlds, but rather the\\ndistribution of all worlds consistent with the initial conditions of a given experiment to test\\nthe Born rule. It is the result of decoherence events both during and before the experiment,\\nevents that are not counted in the statistics of the experiment. Given what we know about\\nthe experiment, we do not know which of these worlds we are in, and so we must average\\nover these worlds when making experimental predictions.\\n At time t1, let each world with value y1 in μ(y, t1; ϵ) be split into G ≥ 1 worlds, each of\\nwhich is a factor F ≤ 1 smaller, so that it has the value y = y1 + ln(F ). Let each of these\\nworlds then evolve to produce more worlds over a longer time period t2 ≫ t1. For the Born\\n rule to apply exactly, the number of unmangled worlds in the final distribution at time t2\\n should go as F G. (It would not contradict observations if the Born rule were violated soon\\n after t1, in worlds that were not mangled but were about to become mangled. What we\\n actually observe are long-existing historical records of experiments testing the Born rule.)\\n With a little help from Mathematica, the final unmangled world count is found to be\\n λ(F, G; t1, t2, ϵ) ≡ G∫ ∞W (t2; y)μ(y − ln(F ), t1; ϵ)dy\\n 0 ⎛√\\n ⌈√wt2⎝⎜ . ⌉⎜\\n = F G erfc(− ln(F ))ϵeϵe(v−w)(t1 +t)⎛ √2wt1 2 2\\n − ewt/2erfc⎜\\n 2\\n 4\\n πwt2 2\\nThe key thing to notice here is that when wt1 is large, the Born rule correction\\n\\n 5', 'doc_id': 'ed033f74-b0e9-437e-a53e-bb3a1d2f3693', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': ' γ(F, G) ≡ 1 λ(F, G; t, t2, ϵ)\\n λ(1, 1; t1, t2, ϵ) = erfc(− ln(F )). 1 √2wt1\\n F G\\nchanges very slowly in the factor F . For example, when wt1 = 1010, it requires a factor of\\nF = e−105 < 10−43000 to get the relative number of worlds to be γ(F, G) ≈ 1/3. Thus this\\napproach is very nearly consistent with the Born rule, while leaving open the possibility of\\nsmall experimentally detectable deviations from the Born rule.\\n\\nConclusion\\nThis paper has presented an explicit growth-drift-diffusion-absorption model of a mangled\\nworlds scenario. Under this scenario, inexact decoherence results in larger worlds suddenly\\nand irreversibly mangling any worlds that reach a narrow region in world size. Closed form\\nexpressions are given showing that this model reproduces the Born rule closely, but not\\nexactly. Thus most unmangled observers would remember having observed nearly Born\\nfrequencies, allowing us to reconcile the many worlds approach with the Born rule without\\ninvoking new fundamental physics or decision theory axioms.\\n\\nReferences\\n [1] H. Everett: Reviews of Modern Physics 29 (1957) 454\\n [2] B. DeWitt, N. Graham: The Many-Worlds Interpretation of Quantum Mechanics:\\n Princeton University Press, Princeton (1973)\\n [3] H. Dowker, J. Halliwell: Physical Review D 46 (1992) 1580\\n [4] A. Kent: International Journal of Modern Physics A 5 (1990) 1745\\n [5] G. Auletta: Foundations and Interpretation of Quantum Mechanics: World Scientific,\\n Singapore (2000)\\n [6] M. Weissman: Foundations of Physics Letters 12 (1999) 407\\n [7] D. Albert, B. Loewer: Synthese 77 (1988) 195\\n [8] D. Deutsch: Proceedings of the Royal Society of London A455 (1999) 3129\\n [9] D. Wallace: Quantum probability and decision theory, revisited:\\n http://arxiv.org/abs/quant-ph/0211104\\n[10] R. Hanson: When worlds collide: Quantum probability from observer selection? : Tech.\\n rep., George Mason University (2003)\\n[11] H. Dowker, J. Halliwell: In: Physical Origins of Time Asymmetry, eds. J. Halliwell,\\n J. Perez-Mercader, W. Zurek, pp. 234–245. Cambridge University Press, Cambridge\\n (1994)\\n\\n 6', 'doc_id': '8c1ff388-1f1c-4891-9989-be8deff5f0de', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': '[12] M. Namiki, S. Pascazio, H. Nakazato: Decoherence and Quantum Measurements: World\\n Scientific, Singapore (1997)\\n[13] W. Unruh, W. Zurek: Physical Review D 40 (1989) 1071\\n[14] Z. Farkas, T. Fulop: Journal of Physics A: Mathematics and General 34 (2001) 3191\\n\\n 7', 'doc_id': '85392297-ba56-41c7-8c5b-0ab84fe28296', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}]}, {'documents': []}]\n", "--------------------------------------------------\n", "Transition number: 3\n", "Transition type: finish_branch\n", - "Transition output: {'documents': [{'class_name': 'Document', 'doc_id': '278bd226-32be-4488-a970-323f579ee8e1', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'arXiv:1707.02094v1 [quant-ph] 7 Jul 2017\\n\\n Quantum-dot based photonic quantum networks\\n Peter Lodahl\\n Niels Bohr Institute, University of Copenhagen, Blegdamsvej 17, DK-2100\\n Copenhagen, Denmark\\n E-mail: lodahl@nbi.ku.dk\\n\\n Abstract. Quantum dots embedded in photonic nanostructures have in recent years\\n proven to be a very powerful solid-state platform for quantum optics experiments. The\\n combination of near-unity radiative coupling of a single quantum dot to a photonic\\n mode and the ability to eliminate decoherence processes imply that an unprecedent\\n light-matter interface can be obtained. As a result, high-cooperativity photon-\\n emitter quantum interfaces can be constructed opening a path-way to deterministic\\n photonic quantum gates for quantum-information processing applications. In the\\n present manuscript, I review current state-of-the-art on quantum dot devices and their\\n applications for quantum technology. The overarching long-term goal of the research\\n field is to construct photonic quantum networks where remote entanglement can be\\n distributed over long distances by photons.\\n\\n 1. Introduction\\n\\n The ultimate vision of photonic quantum technology is to construct a complex quantum\\n network of stationary quantum nodes connected by flying photons in a fully quantum\\n way, i.e. quantum entanglement may become distributed. Such a new photonic\\n paradigm would have novel applications within secure quantum communication and\\n is proposed as a way of scaling up quantum computers. It is popularly referred to as the\\n ’quantum internet’ [1] and has been rooted in the atomic physics community where an\\n impressive proof-of-concept elementary two-node quantum network has been achieved\\n [2]. Solid-state alternatives to atomic single-photon emitters are attractive, since unlike\\n atoms they do not require complex laser cooling and trapping techniques. On the\\n other hand solid-state systems are often considered to be ’noisy’ in the sense that many\\n potential decoherence processes may deteriorate quantum properties. Remarkably, self-\\n assembled quantum dots (QDs) emitting single photons in the optical domain, notably\\n InGaAs QDs embedded in GaAs semiconductors, have matured dramatically within\\n the last few years. By systematically studying and combating the relevant decoherence\\n processes [3] impressive coherence has been demonstrated including near-perfect single-\\n photon indistinguishability (above 98%) of two subsequently emitted photons [4, 5] and\\n transform-limited emission lines [6]. Combined with the ability to dramatically enhance\\n light-matter interaction in photonic nanostructures [7], this enables near-deterministic', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'c6fdc95e-eabb-4b5e-a3c0-4c315d4c8f59', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 2\\n\\nsingle-photon sources with an internal collection efficiency exceeding 98 % [8]. This\\nmajor progress entails that QD single-photon sources are now gradually outperforming\\nthe traditional approaches based on atoms or spontaneous parametric down-conversion.\\nQD sources benefit from fast operation speeds, excellent stability and brightness, as well\\nas the potential scalability to multiple single photons and emitters. Notably, a number of\\nimpressive experiments have recently been implemented with QDs that have not been\\naccomplished on other platforms. They include the experimental demonstration of a\\ndeterministic entangled cluster state of strings of photons [9], boson sampling with so far\\nfive photons [10], the detection of squeezed light correlations in resonance fluorescence\\n[11], and the demonstration of an on-demand entangled photon source with higher\\nthan 90% fidelity [12]. Time is now to build on these and other achievements in order\\nto scale QD photonic quantum technology and construct large and complex quantum\\narchitectures for quantum-information processing applications.\\n The present manuscript reviews the current state-of-the-art on quantum photonics\\nbased on QD photon emitters towards the overarching goal of constructing photonic\\nquantum networks. At present, a number of basic functionalities have been\\nsuccessfully demonstrated with generally impressive performance. These may constitute\\nfundamental building blocks of photonic quantum networks. In that sense a current\\nmajor challenge for theoretical quantum physicist is to develop resource efficient\\narchitectures tailored to the specific quantum hardware available, i.e., addressing how\\nthe basic ’puzzle pieces’ can be combined. Figure 1 illustrates the ’puzzle pieces’ already\\nbeing developed for the QD platform, and that will be considered here. They include\\nsingle-photon sources, single-photon nonlinearity, photonic circuitry, efficient-coupling\\nto optical fibers, on-chip single-photon detectors, and multi-emitter coupling.\\n QDs enable two different types of quantum resources: they may be employed\\nas a source of single photons or alternatively a single spin trapped in a QD may be\\nmanipulated as a qubit. Figure 2 illustrates these two approaches. In the former case a\\nsingle electron-hole pair is created in a QD by either optical excitation or by controllably\\ntunneling carriers into the QD with the application of an electric field. The electron-\\nhole pair subsequently recombines whereby a single photon is emitted by spontaneous\\nemission within a lifetime of typically 1 ns for a QD in a bulk medium. In the latter\\napproach a single carrier (electron or hole) is prepared in the QD by tunneling. The\\ncarrier spin is coupled to light since a photon may subsequently be absorbed by the QD\\ncreating a negatively (positively) charged exciton for the case of an initial electron (hole).\\nDepending on the operational condition, the spin may have a coherence time of up to\\n1 μs (for holes) [13, 14], which means that in principle many quantum operations can\\nbe carried out with fast optical control techniques before decoherence sets in. For some\\nquantum-information applications, however, longer spin coherence times are required,\\ne.g., in matter based quantum-repeater architectures. To this end, the QD platform\\nmust be interfaced with long-lived quantum memories based on, e.g., defect centers\\nin diamond or atomic ensembles [15]. Such hybrid quantum network architectures are\\noutside the scope of the present Review.', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'a19b0d3b-ebad-4d36-a615-6a4ee63a39ad', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 3\\n ~l ~\\n Nonlinearity Processing\\n wn\\n Fiber Out-coupling Single photons Detection Dipole-dipole interaction\\nFigure 1: Illustration of basic functionalities that can be implemented with QDs and\\nphotonic nanostructures. Left panel: efficient outcoupling taper sections from photonic\\nnanostructures to optical fibers can be engineered to obtain highly efficient outcoupling\\nof single photons. Center panel: a single QD in nanophotonic waveguide or cavity can be\\nused as a highly efficient and coherent source of single photons. Two sources are shown\\nin order to illustrate potential scalability of the approach. Right panel: a single QD\\nefficiently coupled to a waveguide may be employed as a single-photon nonlinearity\\n(upper left), complex photonic circuits may be constructed on a photonic chip for\\nquantum processing of photons (upper right), single-photon superconducting detectors\\nmay be implemented on-chip for highly efficient detection (lower right), and multiple\\nQDs may be coupled by engineering the dipole-dipole interaction in a nanophotonic\\nwaveguide. The figure is a courtesy of Sahand Mahmoodian.\\n 2 2\\n Ia) hole k(b)\\n electron M MM\\nFigure 2: Photon and spin qubits generated with QDs. The light grey areas illustrate\\nthe regions of InAs embedded in dark grey GaAs regions thereby creating an energy\\nwell potential for both electrons and holes. (a) An electron-hole pair trapped in the\\nQD may recombine by emitting a single photon. (b) A single electron (or hole) trapped\\nin the QD constitutes a spin qubit (orange arrow) that may be manipulated by optical\\nmethods.', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '54241ad6-863a-4e89-b9c2-25ea50cede61', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 4\\n\\n2. Single-photon sources\\n\\nA QD efficiently coupled to a nanophotonic cavity or waveguide offers a promising\\nroute towards a deterministic single-photon source. Early pioneering work showed that\\nPurcell enhancement in an optical cavity may be employed to both improve brightness\\nand coherence of the source [16]. Ideally a useful single-photon source emits an optical\\npulse containing a single photon in a useful optical mode (e.g., into an optical fiber)\\nevery time the QD is triggered by either an optical or electrical pulse. Furthermore,\\nmost applications in quantum-information processing require that the emitted photons\\nare fully coherent, which entails that decoherence processes occurring on a time scale\\nof the radiative decay of the QD must be eliminated. Thus, three major figures-of-\\nmerit need to be optimized: i) the single-photon purity, ii) the single-photon coupling\\nefficiency, and iii) the indistinguishability of the emitted photons.\\n Re i): The discrete level structure of self-assembled QDs having widely separated\\noptical transitions implies that they are capable of emitting high-purity single photons\\n[17]. This is gauged in a Hanbury Brown - Twiss (HBT) correlation experiment by\\nrecording the multi-photon emission probability. By using samples with a low QD\\ndensity and implementing (quasi)-resonant excitation to selectively excite only a single\\nQD, excellent single-photon purity can be obtained at the level of g(2)(0) ≤ 0.1%, cf.\\nFig. 3.\\n Re ii): The overall coupling efficiency determines the brightness of the single-photon\\nsource and is comprised of several factors [7]: the excitation and single-photon emission\\nprobability of the QD, the efficiency with which the emitted photons are channeled to a\\nsingle mode (the β-factor), and the transfer efficiency to a low-loss propagating mode,\\ne.g., an optical fiber. Significant progress has been reported on all three engineering\\ntasks: resonant π-pulse excitation allows deterministically preparing a single exciton in\\na QD [18] and electrically gated structures eliminate blinking between different exciton\\ncomplexes [19]. Embedding QDs in photonic nanostructures allows reaching a near-\\nunity β-factor, which has been obtained in nanophotonic waveguides [8, 20] and cavities\\n[4]. Finally, a variety of approaches and designs can be implemented for transferring\\nthe collected photons to an optical fiber using, e.g., tailored gratings for coupling light\\nguided on planar structures vertically off the chip, or waveguide taper sections designed\\nto couple directly to a fiber either by direct or evanescent coupling [21, 22, 23].\\n Re iii): The indistinguishability of an emitted photon is determined by the amount\\nof decoherence taking place within the emitter decay time. With a typical decay time\\nof nanoseconds, the primary decoherence source is coupling of the QD to phonons\\nand potentially photon jitter induced by relaxation processes originating from non-\\nresonant excitation schemes [24]. The latter may be overcome by strict resonant\\nexcitation. Phonon interactions at the contrary are unavoidable and lead to two\\neffects: wide phonon sidebands and residual broadening of the zero-phonon line. The\\nformer contribution (containing typically about 10 % of the the total emission at\\nlow temperatures [7]) can readily be filtered away either by an external filter thereby', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'de71718d-112b-478e-b755-5c7d40825e52', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 5\\n\\nreducing the overall efficiency or more favorably by implementing narrow-band Purcell\\nenhancement. Hence the broadening of the zero-phonon line remains the fundamental\\ndecoherence mechanism. An in-depth theoretical study of this process including the\\nrole of the dimensionality of the photonic nanostructure can be found in Ref. [25].\\nImportantly a clear route to indistinguishable photons with near-unity visibility can be\\nlaid out, which has also been confirmed experimentally [4, 5, 26].\\n The previous discussion illustrates that QDs are capable of producing a truly on-\\ndemand source of single photons by implementing, in a single device, the functionalities\\ndemonstrated so far only in different experiments. It is likely that such a source will\\nbe developed experimentally soon. In particular, it is remarkable that decoherence\\nprocesses can be overcome in a solid-state system to such an extent that near-unity\\nindistinguishability between subsequently emitted photons from the same QD can be\\nobtained. Next step is to convert a single QD source generating photons as ”pearls\\non a string” into a de-multiplexed source delivering many identical single photons\\nsimultaneously in individual modes. Such a source can be constructed by cascading\\nelectro-optical switches and coupling the photons into different optical fibers in order\\nto overcome the time delay between subsequently emitted photons, cf. Fig. 4(a).\\nTo this end, the demonstration of near-transform-limited QD emission lines [6] has\\nthe remarkable consequence that a single QD can emit thousands of indistinguishable\\nphotons thereby providing a huge quantum resource. Indeed recent demonstration of\\nindistinguishability exceeding 90 % between two photons separated by more than 1000\\nemission events has proven this explicitly [27].\\n\\n3. Integrated quantum photonics\\n\\nAs detailed in the previous section, currently the most reliable approach to generate\\nmultiple single photons utilizes a single integrated QD source where the photons\\nare coupled off-chip to an optical fiber, and highly-efficient bulk optical components\\nimplemented for switching and routing, cf. Fig. 4(a). Nonetheless, the potential benefits\\nof integrating functionalities on-chip are many in terms of stability, ease of operation,\\nlow loss, and speed [28]. Figure 4(b) shows an architecture for an integrated de-\\nmultiplexed source of single photons based on a single QD in a planar nanophotonic\\nwaveguide platform. To implement this scheme requires the development of high-\\nefficiency and fast switches, and multi-port waveguide-fiber interfaces. The former\\nrequires the development of new devices and functionalities on-chip where so-far the\\nmost common approach for reconfigurable circuitry has been the application of thermo-\\noptic phase shifters [29]. De-multiplexing requires fast switches, and two promising\\napproaches include electro-optical modulation implemented directly in the host material\\nof the QD (i.e. GaAs) [30, 31] or electro-mechanical coupling [32].\\n The crucial parameter determining the size of the photonic resource that can be\\ngenerated with a de-multiplexed single-photon source is the overall efficiency, including\\nswitching, propagation, and coupling efficiencies. Consequently the rate of N-photon', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '5982b6b2-feb7-48e0-9d25-1a0c89baaf44', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 6\\n 15 pairs taper WG\\n ~Fiber\\n pairs\\n Tum\\n Wch\\n HBT\\n 3 0.8 = Channel\\n 1 WG\\n Fiber taperWG\\n 0.4-\\n 0.2 300 r 140 nm\\n \"37.5 25.0 -12.5 Delay (ns) 12.50,0 25,0 37.5 a\\n 1 0.2 Az\\n 3 060.81.0 HOMpol:\\n 1 0.8 inputNanobeam waveguidePC 90.10 samplecryostat 0.8\\n 0.6 0.6\\n 0.0 0.4 0.4 ]\\n ] 1.00.8\\n 0.6 NU pOlvIpot 1 0.2 Photonic-crystal waveguide 0.2\\n 0.4\\n 0.2 1 0.60.4\\n 0.2 0.4\\n 0.6\\n 0.2\\n Time delay (ns) 850 900 950 1000\\n Wavelength (nm)\\nFigure 3: Purity, indistinguishability, and out-coupling efficiency of QD single-\\nphoton sources. Left column: Examples of HBT and Hong-Ou-Mandel (HOM)\\nindistinguishability measurements by implementing resonant excitation on a QD in\\na micropillar cavity (upper figure shows the cavity structure). g(2)(0) = 0.009 and\\na single-photon indistinguishability of 96.4% is extracted from the two sets of data.\\nFigures reproduced from Ref. [5]. Right column: Examples of devices made for out-\\ncoupling single photon from a QD in a planar nanophotonic waveguide to an optical\\nfiber with high efficiency by tailored evanescent coupling. The upper panel is reproduced\\nfrom Ref. [21]. Lower panel: application of this method to couple out single photons\\nfrom high β-factor nanophotonic waveguides, i.e., nanobeam waveguides and photonic-\\ncrystal waveguides. By recording the reflection and transmission spectrum of the device,\\na chip-to-fiber coupling efficiency of > 80% is obtained. Data reproduced from Ref. [23].\\n\\ngeneration is RN = Rpump ×ηN /N , where η is the overall transmission efficiency from the\\nsource to the fiber and Rpump is the repetition rate of the excitation laser. Exemplarily', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '22f52865-e757-49a9-8244-cad99bf66572', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 7\\n PC (b) Electrically-controlled\\n switches\\n de-muitipieett QD 8-98% Array of delay fibers\\n 2\\n Oei\\n Photonic crystal\\n ultte ~fow-Ioss deleco e waveguide\\n photonic circuit\\nFigure 4: Illustrations of schemes for de-multiplexing a single-photon source. (a)\\na five-photon source obtained by cascading four Pockels cells (PCs) and polarizing\\nbeamsplitters to couple subsequently emitted photons from the QD into different optical\\nfibers with different delay lengths. This de-multiplexed source is applied for proof-\\nof-concept boson sampling. Figure reproduced from Ref. [10]. (b) Architecture\\nof an integrated de-multiplexed source based on a QD coupled with high efficiency\\nto a photonic-crystal waveguide. The emitted photons are transferred to dielectric\\nwaveguides and subsequently routed by electrical switches and coupled off-chip to\\ndifferent fiber delays in order to compensate for the time delay in-between photons.\\nThe figure is a courtesy of Leonardo Midolo.\\n\\nconsidering η = 50% and Rpump = 80 MHz (corresponding to the repetition rate of a\\nTi:Sapph. laser) corresponds to a 10-photon generation rate of R10 ∼ 8 kHz, which\\nillustrates the promising prospects of this approach while posing clear benchmarks for\\nthe efficiency of the applied switching and coupling technology.\\n Integrating a de-multiplexed source on a chip is one immediate goal. Another\\nimportant task is to develop complex integrated tunable photonic circuits that can\\nprocess the generated single photons leading to applications for quantum simulations\\n[33]. Current state-of-the-art of this technology is a six-mode reprogrammable circuit\\ncapable of implementing universal high-fidelity quantum gates [29]. Considerable effort\\nis directed to the scaling of these circuits in working towards a fully integrated system\\nwhere photon source and processing circuit would be implemented on a single photonic\\nchip. However, implementing on-chip the relatively long optical delays (typically tens of\\nnanoseconds) required to interfere subsequently emitted photons, poses a challenge for\\nthis approach in requiring slow-light optical buffers. Consequently at present it seems\\nmost realistic to consider approaches based on two separate chips, connected by optical\\nfibers, where one chip constitutes the source and the other chip the quantum processor.\\n The operation wavelength of a quantum photonics processor is an essential\\nparameter. The preferred operation wavelength is within the telecom C-band (1.55 μm),\\nwhere advanced high-performance optical components and fiber technology developed\\nfor telecom industry are present. The natural emission wavelength of self-assembled high\\nquality QDs is around 950 nm and while significant efforts are taken to develop QDs in\\nthe telecom bands as well [34, 35] the excellent performance in terms of coherence and\\nefficiency required for quantum technology has not yet been achieved. An alternative', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '6005404e-7547-45e3-b282-52c7be36abcf', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 8\\n\\napproach employs frequency down-conversion of single photons from the near-infrared\\nto the telecom band. Noise free conversion of single photons from a QD with an\\nefficiency exceeding 30% has been demonstrated [36], which could be further increased by\\nimproving the in- and out-coupling efficiency through the nonlinear conversion crystal.\\nThe two-chip approach alluded to above has the asset that the frequency conversion\\nstep could naturally be incorporated in between the source chip and the processing\\nchip. Furthermore, implementing frequency conversion of QD photons also has another\\nadvantage, since it provides a way of overcoming spectral inhomogeneities of photons\\nemitted by different QDs by transducing them to the same wavelength in the C-band\\nwith the implementation of a tunable pump laser. This could prove a powerful way of\\nscaling up QD systems to couple multiple emitter qubits (e.g., spins) in addition to the\\nmultiple photon qubits already considered.\\n Finally, another essential requirement is the ability to detect optical photons with\\nvery high efficiency. Very significant progress has been obtained in recent years with the\\ndevelopment of superconducting nanowire single-photon detectors [37], where the single-\\nphoton detection efficiency today approaches 100% and the speed is compatible with QD\\nsources. Importantly these detectors can naturally be integrated on the planar GaAs\\nplatform containing QDs [38], which means that photon source, circuit, and detection\\ncould potentially be integrated on a single chip, which may pave the way to ultimately\\nlow-loss photonic quantum nodes.\\n\\n4. Single-photon nonlinearity\\n\\nThe previous sections concerned the generation of single photons and their subsequent\\nquantum interference in photonic circuits. Many quantum-information applications\\nof photons require generating photon-photon interactions. Generally photons interact\\nweakly meaning that standard nonlinearities are typically too weak to be operational\\nat the level of single photons. However, the efficient coupling of single QDs to photonic\\nnanostructures imply that such a system may be exploited to mediate a giant nonlinear\\nresponse operational at the level of single photons. Two different approaches can be\\ntaken to reach a giant nonlinearity with a QD or any other quantum emitter: the QD\\ncan be strongly coupled to a cavity and the nonlinearity of the Jaynes-Cummings ladder\\nexploited [39, 40], or a QD very efficiently coupled to a single optical mode in a cavity\\n[41, 42] or waveguide [43] may be used as a saturable nonlinearity. The latter approach\\nis beneficial for ease of operation, since it is less sensitive to the exact tuning of the\\nwavelength of the QD. Furthermore, the saturable QD nonlinearity generally can be\\noperated at a weaker incident photon flux [43]. The key operational principle of the QD\\nnonlinearity is as follows: a narrow-band pulse containing a single photon is reflected\\nfrom a QD in a waveguide due to destructive interference of forward scattering and the\\nincoming field. The efficient coupling (high β-factor) and coherent interaction, which\\ncan be achieved with QDs, implies that the interaction between the photon and the\\nQD is deterministic. Since a two-level emitter can only scatter one photon at a time,', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'c1b95287-4dfa-411d-8269-8450b9dac1db', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 9\\n\\ntwo photons have an increased probability to be transmitted past the QD leading to a\\nphoton sorting process. From an experimental point of view this type of nonlinearity\\nis attractive since no active control over the quantum state of the QD is required,\\ni.e., the QD is merely exploited as a passive scatterer. On the other hand, the photon\\nsorting is not ideal even for a perfect coupling efficiency. This implies that while a single-\\nphoton component of a pulse may be deterministically reflected, two- and higher-photon\\ncomponents are only partially transmitted and in this process entanglement is generated\\nbetween the two photons [44]. One approach of overcoming this limitation and obtain\\ndeterministic photon sorting has been suggested by combining the QD nonlinearity with\\na nonlinear spatio-temporal mode selector [45]. Such an approach may be applied for\\nconstructing a resource-efficient Bell-state analyzer [44, 45], cf. Section 7. It should be\\nmentioned that having a three-level emitter with coherent control of the level populations\\nin the waveguide opens a range of additional opportunities. Such level schemes can be\\nimplemented with charged QDs, cf. the description in the next section. One exciting\\nproposal is that of a photonic transistor controlled by only a single photon [46].\\n\\n5. Spin-photon interfaces\\n\\nIntroducing a single spin in a QD leads to a range of additional opportunities. It grants\\naccess to two separate ground states (spin up or down) that can be exploited as a\\nquantum memory to encode a qubit. Either single holes or electrons can be employed\\nand may be deterministically prepared by controlling the tunnel barriers in electrically\\ncontacted semiconductor structures. Various level structures can be implemented by the\\nuse of Zeeman tuning with a magnetic field, and spin initialization, manipulation, and\\nread-out can be achieved rapidly with short optical pulses (typically in the nanosecond\\nrange), cf. Ref. [19] for a detailed review of the physics of single spins in QDs.\\nThe spin lifetime can be in the range of milliseconds or longer in a large magnetic\\nfield, which is determined by phonon-mediated spin relaxation processes. However,\\nin quantum applications the coherence time of the spin is the essential parameter.\\nA coherence time of up to T 2∗ > 460 ns has been reported for hole spins that has\\nthe advantage compared to electrons that they do not suffer from the Fermi contact\\nhyperfine interaction with nuclear spins [14]. Importantly the spin coherence time can\\nbe several orders of magnitude longer than the spin manipulation time, which means\\nthat multiple quantum gate operations could be implemented within the spin coherence\\ntime. Unravelling spin decoherence mechanisms in QDs is a research topic in itself and is\\noutside the scope of the present review. For a thorough discussion, see Refs. [19, 47]. It\\nis anticipated that further research efforts will enable increasing the spin coherence time\\nfurther. Nonetheless, it seems unlikely that it will be possible to extend the coherence\\ntime by many orders of magnitude in present QD systems. In particular, long-range\\nquantum repeater protocols would require millisecond range quantum memories. This\\nentails a hybrid approach where the single photons generated by QDs are interfaced\\nwith long-lived quantum memories, e.g., vacancy centers in diamond [48], ions [49], or', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '093afd39-07a0-4589-a0c9-eb679ce77c2f', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' Quantum-dot based photonic quantum networks 10\\n\\n potentially mechanical systems.\\n Considering a charged exciton in an external magnetic field, various four-level\\n emitter schemes can be engineered with two ground states corresponding to either\\n (pseudo)spin up or down of the electron (hole). The recombination of a charged exciton\\n leads to the emission of polarized photons, where the polarization of the photon is\\n correlated with the resulting spin state. In this way entanglement between the QD\\n spin and the polarization of the emitted photon can be generated [13, 50] where\\n in general hyper-entanglement between spin, polarization, and frequency is obtained.\\n Subsequently the information in one of the variables can be erased to create a Bell state.\\n This has been the resource enabling quantum teleportation between a single photon and\\n a solid-state spin [51]. A further extension of this experiment was the demonstration of\\n heralded entanglement between two spatially separate hole spins in QDs [52], cf. Fig. 5\\n for the experimental layout.\\n Another possibility is to couple QD spins directly to photon path by exploiting\\n the concept of chiral light-matter interaction [53]. By tailoring the local electric field\\n in a nanophotonic waveguide to match the in-plane circular dipole moment of one of\\n the charged exciton transitions, it is possible to induce deterministic directional photon\\n emission [54], i.e. σ± transitions emit in different directions. This effect was used\\nto demonstrate an interface between QD spin and the photon path [55]. Based on\\nthis functionality a photonic quantum network architecture was put forward and its\\nfeasibility evaluated for QDs in nanophotonic waveguides [56], cf. Fig. 5.\\n\\n6. Coupling of multiple quantum dots\\n\\nWe have seen in previous sections how a single QD deterministically coupled to a single\\noptical mode may be exploited as a source of multiple photonic qubits potentially\\ngenerating a large quantum resource. It is natural to consider the option of scaling\\nfurther up by coupling multiple QDs. This is generally a demanding task, as it is\\nthe case for any solid-state optical emitter, since inhomogeneous broadening of a QD\\nensemble (typically at the level of THz, which should be compared to the sub-GHz\\nhomogenous linewidth of a QD) implies that significant spectral mismatch would need\\nto be overcome. Various tuning methods of QDs have been implemented including\\nelectric-field tuning [57] and strain tuning [58] that needs to be implemented locally to\\neach individual QD. Eventually not only the central emission frequency of the different\\nemitters must be controlled, but the complete photon pulses need to be matched in\\norder to faithfully couple multiple QDs. An important figure-of-merit of the success is\\ngauged in a quantum-interference experiment between two separate QD single-photon\\nsources, where an interference visibility of 93% has been reported in a weak-excitation\\nregime [59], which is a highly encouragin result for this approach.\\n Given the ability to radiatively couple two or more QDs, a photonic nanostructure\\ncan be constructed to enhance and tailor the coupling. Multiple QDs coupled by\\ndipole-dipole interaction lead to the formation of collective quantum states that can', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '39ce6fe7-fe46-40b9-9d03-35a978fc7363', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 11\\n Entanglement and\\n non-local measurement\\n Spin preparation and Spin preparation and local (a) Chiral element\\n local measurements (QDI) Ti Sapphiremeasurements (QD2)\\n laser\\n Diode las 0 +\\n Diode lasers /1)\\n EOM (b) Network node\\n EOMs EOMs\\n Intranode parity measurement Internode entanglement\\n BSI Detector 0 Detector\\n Emitter 0\\n Fiber Emitter\\n Single photon Communication photon\\n source\\n N Gratings BS2\\n (c) Linked Nodes\\n filters\\n Single-photon detectors Photon routing\\n QDI OD2\\n 5 m\\nFigure 5: Left panel: experimental setup employed for the generation of remote\\nentanglement between two QD hole spins in two different cryostats separated by\\n5 m. Figure reproduced from Ref. [52]. Right panel: Architecture of a photonic\\nquantum network based on chiral photon-emitter elements (a) embedded in on-chip\\ninterferometers constituting fundamental quantum nodes (b). The quantum nodes are\\nlinked together by photons for remote entanglement distribution (c). Figure reproduced\\nfrom Ref. [56].\\n\\nhave sub- or super-radiant character. In photonic nanostructures, the dipole-dipole\\ninteraction can be significantly extended beyond the behavior found in a homogenous\\n(3D) medium, where the coupling falls off rapidly with distance d (scales as d−3). In\\na 1D waveguide with radiative coupling to the waveguide as the dominating process,\\ndipole-dipole interaction may be infinitely extended, i.e. in practice it is limited by\\nthe absorption or scattering loss of the guided mode. Controlling the distance between\\nmultiple emitters enables the switching between sub- and super-radiant behavior. Apart\\nfrom the fundamental interest, the long-range dipole-dipole coupling may be exploited\\nto construct quantum gates between stationary qubits [60]. Introducing chiral coupling\\nopens new opportunities by the ability to engineer the directional coupling between\\nemitters. This may lead to novel opportunities for quantum simulators and for entering\\nnew regimes of coupled photons and emitters. For instance directional coupling has been\\nfound to lead to the formation of quantum dimers in the steady state of the system [61].\\nAnother approach to scaling to multiple emitters exploits tunnel coupling between QDs\\ngrown in close mutual vicinity. With such an approach advanced level structures can\\nbe engineered in these QD molecules where it has been demonstrated that the spin\\ncoherence time can be significantly extended [62].', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '5516db24-13d0-408f-a09f-df9415a927b9', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 12\\n\\n7. Quantum network architectures\\n\\nWe have reviewed various basic quantum functionalities and hardware that can be\\nimplemented with the use of QDs embedded in modern nanophotonic structures. It\\nis a pertinent task, to consider what applications and actual architectures can be\\nimplemented with these quantum resources and how to make them most resource\\nefficient. This section briefly highlights some of the opportunities and future directions.\\nA general observation, as discussed in detail above, is that QD systems can generate\\nmany single-photon qubits, while the scaling up to many matter qubits is expected to\\nbe much more challenging. It is important to have these general guidelines in mind\\nwhen designing resource efficient quantum network architectures that is tailored to the\\nquantum hardware based on QDs.\\n As discussed in the present Review, QDs in nanophotonic structures are very well\\nsuited for generating highly coherent single photons on demand at a high repetition\\nrate. Such a source can generate thousands of indistinguishable photons [27] that if\\nefficiently routed could be an important photonic resource for quantum simulations [33].\\nFurthermore, recent developments on how to efficiently fuse photonic qubits with linear\\noptics have the renewed excitement on how to construct single-photon based quantum\\ncomputing [63].\\n Introducing a single-photon nonlinearity to the toolbox opens for a range of\\nadditional possibilities. The most simple case is that of a two-level emitter, and here\\ndistortion of the optical pulses associated with photon-emitter bound state contributions\\nhas been interpreted as essentially a ”no-go theorem” for quantum computation [64].\\nOne work around, however, has been identified where the pulse distortion is actually\\nexploited such that one- and two-photon pulses are scattered into orthogonal spectral-\\ntemporal modes that can subsequently be separated, e.g., by nonlinear frequency\\nconversion [45]. With such a functionality all path-encoded photonic Bell states can\\nbe deterministically measured exploiting only four non-linear interaction process, linear\\noptics, and photon detection, cf. Fig. 6. Based on a Bell-state analyzer, quantum\\ncomputing can in principle be implemented by teleportation based gates and linear\\noptical quantum computing [65]. Alternatively, a photonic CZ gate can be directly\\nbased on the two-level emitter nonlinearity. However, in this case the pulse distortion\\nintroduced by photon scattering has to be undone by scattering an additional time on\\nthe emitter. However, since this scattering process is not time symmetric the photon\\npulse would need to be reverted in time in between the two scattering process. Such a\\ntime reversal of the photon pulses could in principle be obtained by storing, reverting,\\nand releasing photon pulses in a gradient-echo quantum memory.\\n Having access to a 3-level Λ-scheme with two stable ground states leads to many\\nmore opportunities since now the emitter can store a qubit for extended times. Coherent\\ncontrol of the qubit state enables implementing a Duan-Kimble CNOT gate for photons\\nwhere two subsequently interacting photons are entangled by their successive interaction\\nwith the same emitter [66]. Another related approach employs single-photon Raman', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'd1065b19-dd0a-4177-9589-f30e9ba2ae04', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 13\\n 1 photon\\n TLS SFG components\\n 2 photon\\n components\\n classical dichroic\\n pump splitter\\n Q1\\n Q2\\nFigure 6: Illustration of a deterministic Bell-state analyzer based on single-photon\\nnonlinearity, frequency conversion, and linear optics. Upper plot: a deterministic two-\\nlevel scattering (TLS) process induced, e.g., in a nanophotonic waveguide may be\\noperated such that one and two photons are scattered to orthogonal spatio-temporal\\nmodes. The two modes can subsequently be selected by implementing active filtering,\\ne.g. nonlinear sum-frequency generation (SFG) where the spatio-temporal mode of the\\nclassical pump is matched to, e.g., the one-photon component of the scattered light.\\nConsequently, only the single-photon component is frequency converted and can be\\nseparated from the two-photon component by a dichroic splitter. Lower plot: optical\\ncircuit containing four photon-sorting elements that is capable of determining all four\\npath-encoded Bell states by photon coincidence detection. Figure reproduced from Ref.\\n[45].\\n\\ninteraction to deterministically swap the quantum state of the emitter and a photon\\n[67, 68]. A full architecture of a quantum network based on QDs chirally coupled to\\nnanophotonic waveguides has been put forward in Ref. [56], cf. Fig. 5. Here the very\\nlarge cooperativity obtainable with QDs leads to a gate fidelity approaching unity for\\nexperimentally realistic parameters.\\n Another highly exciting direction is to exploit a single QD efficiently coupled to a\\nnanophotonic waveguide to directly produce entangled photons. To this end, Lindner', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'a5cf3e02-ee6b-47ea-9b4d-e330002f40f5', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 14\\n\\nand Rudolph have put forward the proposal of a photonic ”cluster state machine gun”\\nbased on a QD that could potentially producing long strings of photons in an entangled\\ncluster state [69]. In this proposal, a single QD spin is brought into a superposition\\nstate of up and down and optically excited to a superposition of charged exciton states.\\nSubsequently the QD decays by spontaneous emission of a single photon thereby creating\\nan entangled state between the polarization of the emitted photon and the spin state.\\nThe excitation-emission process can be repeated multiple times in which case a large\\nGHZ photonic state is generated. If π/2 rotations on the QD spin are carried out\\nin-between photon emissions, an entangled photonic cluster state is created. A QD\\nembedded in a nanophotonic waveguide could potentially serve as a source of large 1D\\ncluster states, where the cluster size is determined by the number of emission events\\n(determined by the QD lifetime that is typically ∼ 100 ps in a nanophotonic structure)\\nthat can take place within the coherence time of the spin (up to ∼ μs). A pioneering\\nexperiment of photonic cluster state generation with a QD source has recently been\\nreported [9], which validates the approach.\\n Cluster states have attracted a lot of attention since it was realized that they enable\\nuniversal quantum computing. The general philosophy behind such one-way quantum\\ncomputing architectures [70] is that a large scale entangled state is generated ”up front”\\nand computation carried out by single-qubit operations induced by measurements.\\nImportantly, quantum computing requires access to 2D photonic cluster states as\\nopposed to the 1D cluster states considered above. Several proposals of how to\\nachieve this with QDs have been put forward. One approach is to optically couple\\ntwo QDs [71], which requires local tuning of the two QDs into mutual resonance. An\\nalternative proposal has been put forward based on a single quantum emitter, where the\\nemitted photons are controllably coupled back to interact with the emitter and through\\nthis process generates the 2D cluster [72]. Such a ”one-emitter quantum-computer\\narchitecture” is almost ideally suited for implementation based on QDs in nanophotonic\\nstructures. Another exciting potential applications of photonic cluster states would be in\\nquantum repeater protocols without the necessity of a matter-based quantum memory\\n[73, 74]. Such an approach would potentially overcome the main bottleneck of the QD\\nbased platform for quantum networks resulting from the relatively short-lived quantum\\nmemory offered by the QD spin.\\n\\n8. Conclusions\\n\\nQDs in photonic nanostructures constitute an unprecedent photon-emitter interface at\\noptical frequencies. The recent significant progress implies that advanced quantum-\\ninformation processing protocols now become within experimental reach in the overall\\nquest towards constructing photonic quantum networks. Such a distributed photonic\\nquantum network would open new avenues for secure quantum communication and\\nultimately provide a way of scaling up quantum computers. It is currently an exciting\\nand timely research topic to identify how the emerging quantum hardware can most', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '2ba64cf8-ce27-4486-8bc8-6dc319c814d7', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'Quantum-dot based photonic quantum networks 15\\n\\nefficiently be ’put to use’ by laying out realistic and resource efficient quantum network\\narchitectures. Such a research programme requests a close interplay between theory and\\nexperiment in a continuous effort on how to exploit new quantum technology.\\n\\n9. Acknowledgements\\n\\nIt is a pleasure to acknowledge all the excellent colleagues who have contributed to my\\nunderstanding of solid-state photonic quantum networks including A.S. Sørensen, R.J.\\nWarburton, T.C. Ralph, and A.G. White, as well as all past and present members of\\nthe Quantum Photonics Group at the Niels Bohr Institute, University of Copenhagen.\\nI thank Nir Rotenberg for proof reading the manuscript. I gratefully acknowledge\\nfinancial support from the European Research Council (ERC Advanced Grant SCALE ),\\nInnovation Fund Denmark (Quantum Innovation Center Qubiz ), and the Danish Council\\nfor Independent Research.\\n [1] H. J. Kimble, The quantum internet, Nature 453, 1023 (2008).\\n [2] A. Reiserer and G. Rempe, Cavity-based quantum networks with single atoms and optical photons,\\n Rev. Mod. Phys. 87, 1379 (2015).\\n [3] A.V. Kuhlmann, J. Houel, A. Ludwig, L. Greuter, D. Reuter, A.D. Wieck, M. Poggio, and R.J.\\n Warburton, Charge noise and spin noise in a semiconductor quantum device, Nature Phys. 9,\\n 570 (2013).\\n [4] N. Somaschi, V. Giesz, L. De Santis, J. C. Loredo, M. P. Almeida, G. Hornecker, S. L. Portalupi,\\n T. Grange, C. Anton, J. Demory, C. Gomez, I. Sagnes, N. D. Lanzillotti-Kimura, A. Lema ˜Atre,\\n A. Auffeves, A. G. White, L. Lanco, and P. Senellart, Near-optimal single-photon sources in the\\n solid state, Nature Phot. 10, 340 (2016).\\n [5] X. Ding, Y. He, Z.-C. Duan, N. Gregersen, M.-C. Chen, S. Unsleber, S. Maier, C. Schneider, M.\\n Kamp, S. Hofling, C.-Y. Lu, and J.-W. Pan, On-demand single photons with high extraction\\n efficiency and near-unity indistinguishability from a resonantly driven quantum dot in a\\n micropillar, Phys. Rev. Lett. 116, 020401 (2016).\\n [6] A.V. Kuhlmann, J.H. Prechtel, J. Houel, A. Ludwig, D. Reuter, A.D. Wieck, and R.J. Warburton,\\n Transform-limited single photons from a single quantum dot, Nature Comm. 6, 8204 (2015)\\n [7] P. Lodahl, S. Mahmoodian, and S. Stobbe, Interfacing single photons and single quantum dots\\n with photonic nanostructures, Rev. Mod. Phys. 87, 347 (2015).\\n [8] M. Arcari, I. S¨ollner, A. Javadi, S. Lindskov Hansen, S. Mahmoodian, J. Liu, H. Thyrrestrup,\\n E. H. Lee, J. D. Song, S. Stobbe, and P. Lodahl, Near-unity coupling efficiency of a quantum\\n emitter to a photonic crystal waveguide, Phys. Rev. Lett. 113, 093603 (2014).\\n [9] I. Schwartz, D. Cogan, E.R. Schmidgall, Y. Don, L. Gantz, O. Kenneth, N.H. Lindner, and D.\\n Gershoni, Deterministic generation of a cluster state of entangled photons, Science 354, 434\\n (2016).\\n[10] H. Wang, Y. He, Y.-H. Li, Z.-E. Su, B. Li, H.-L. Huang, X. Ding, M.-C. Chen, C. Liu, J. Qin,\\n J.-P. Li, Y.-M. He, C. Schneider, M. Kamp, C.-Z. Peng, S. Hoefling, C.-Y. Lu, and J.-W. Pan,\\n High-efficiency multiphoton boson sampling, Nature Phot. 11, 361 (2017).\\n[11] C.H.H. Schulte, J. Hansom, A.E. Jones, C. Matthiesen, C. Le Gall, and M. Atature, Quadrature\\n squeezed photons from a two-level system, Nature 525, 222 (2015).\\n[12] D. Huber, M. Reindl, Y. Huo, H. Huang, J.S. Wildmann, O.G. Schmidt, A. Rastelli, and R.\\n Trotta, Highly indistinguishable and strongly entangled photons from symmetric GaAs quantum\\n dots, Nature Comm. 8, 15506 (2017)\\n[13] K. De Greve, P.L. McMahon, D. Press, T.D. Ladd, D. Bisping, C. Schneider, M. Kamp, L.\\n Worschech, S. Hofling, A. Forchel, and Y. Yamamoto, Ultrafast coherent control and suppressed\\n nuclear feedback of a single quantum dot hole qubit, Nature Physics 7, 872 (2011).', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '9e6eac23-ac2f-4095-83e3-51fbd271c644', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' Quantum-dot based photonic quantum networks 16\\n\\n [14] J.H. Prechtel, A.V. Kuhlmann, J. Houel, A. Ludwig, S.R. Valentin, A.D. Wieck, and R.J.\\n Warburton, Decoupling a hole spin qubit from the nuclear spins, Nature Materials 15, 981\\n (2016)\\n[15] K. Hammerer, A.S. Sørensen, and E.S. Polzik, Quantum interface between light and atomic\\n ensembles, Rev. Mod. Phys. 82, 1041 (2010).\\n [16] C. Santori, D. Fattal, J. Vukovic, G.S. Solomon, and Y. Yamamoto, Indistinguishable photons from\\n a single-photon device, Nature 419, 594 (2002).\\n[17] P. Michler, A. Kiraz, C. Becher, W.V. Schoenfeld, P.M. Petroff, L. Zhang, E. Hu, and A. Imamoglu,\\n A quantum dot single-photon turnstile device, Science 290, 2282 (2000).\\n[18] Y.-M. He, Y. He, Y.-J. Wei, D. Wu, M. Atature, C. Schneider, S. Hofling, M. Kamp, C.-Y. Lu, and\\n J.-W. Pan, On-demand semiconductor single-photon source with near-unity indistinguishability,\\n Nature Nano. 8, 213 (2013).\\n[19] R.J. Warburton, Single spins in self-assembled quantum dots, Nature Materials 12, 483 (2013).\\n [20] J. Bleuse, J. Claudon, M. Creasey, N.S. Malik, J.-M. Gerard, I. Maksymov, J.-P. Hugonin, and\\n P. Lalanne Inhibition, enhancement, and control of spontaneous emission in photonic nanowires\\n Phys. Rev. Lett. 106, 103601 (2011).\\n [21] M. Davanco, M.T. Rakher, W. Wegscheider, D. Schuh, A. Badolato, and K. Srinivasan, Efficient\\n quantum dot single photon extraction into an optical fiber using a nanophotonic directional\\n coupler, Appl. Phys. Lett. 99, 121101 (2011).\\n [22] T.G. Tiecke, K.P. Nayak, J.D. Thompson, T. Peyronel, N.P. de Leon, V. Vuletic, and M.D. Lukin,\\n Efficient fiber-optical interface for nanophotonic devices, Optica 2, 70 (2015).\\n [23] R.S. Daveau, K.C. Balram, T. Pregnolato, J. Liu, E.H. Lee, J.D. Song, V. Verma, R. Mirin, S. Woo\\n Nam, L. Midolo, S. Stobbe, K. Srinivasan, and P. Lodahl, Efficient fiber-coupled single-photon\\n source based on quantum dots in a photonic-crystal waveguide, Optica 4, 178 (2017).\\n [24] A. Kiraz, M. Atature, and A. Imamoglu, Quantum-dot single-photon sources: Prospects for\\n applications in linear optics quantum-information processing, Phys. Rev. A 69, 032305 (2004).\\n [25] P. Tighineanu, C.L. Dreessen, C. Flindt, P. Lodahl, and A.S. Sørensen, Phonon decoherence\\n of quantum dots in photonic structures: Broadening of the zero-phonon line and the role of\\n dimensionality, arXiv:1702.04812 (2017).\\n [26] G. Kirsanske, H. Thyrrestrup, R.S. Daveau, C.L. Dreessen, T. Pregnolato, L. Midolo, P.\\n Tighineanu, A. Javadi, S. Stobbe, R. Schott, A. Ludwig, A.D. Wieck, S.I Park, J.D. Song,\\n A.V. Kuhlmann, I. Sollner, M.C. Lobl, R.J. Warburton, and P. Lodahl, Indistinguishable and\\n efficient single photons from a quantum dot in a planar nanobeam waveguide, arXiv:1701.08131\\n (2017).\\n [27] H. Wang, Z.-C. Duan, Y.-H. Li, S. Chen, J.-P. Li, Y.-M. He, M.-C. Chen, Y. He, X. Ding, C.-Z.\\n Peng, C. Schneider, M. Kamp, S. Hofling, C.-Y. Lu, and J.-W. Pan, Near-transform-limited\\n single photons from an efficient solid-state quantum emitter, Phys. Rev. Lett. 116, 213601\\n (2016).\\n [28] J.L. O’Brien, A. Furusawa, and J. Vuckovic, Photonic quantum technologies, Nature Photonics 3,\\n 687 (2009).\\n [29] J. Carolan, C. Harrold, C. Sparrow, E. Martin-Lopez, N.J. Russell, J.W. Silverstone, P.J. Shadbolt,\\n N. Matsuda, M. Oguma, M. Itoh, G.D. Marshall, M.G. Thompson, J.C.F. Matthews, T.\\n Hashimoto, J.L. O’Brien, and A. Laing, Universal linear optics, Science 349, 711 (2015).\\n [30] J. Wang, A. Santamato, P. Jiang, D. Bonneau, E. Engin, J.W. Silverstone, M. Lermer, J. Beetz, M.\\n Kamp, S. Hofling, M.G. Tanner, C.M. Natarajan, R.H. Hadfield, S.N. Dorenbos, V. Zwiller, J.L.\\n O’Brien, and M.G. Thompson, Gallium arsenide (GaAs) quantum photonic waveguide circuits,\\n Opt. Commun. 327, 49 (2014).\\n [31] L. Midolo et al., in preparation (2017).\\n [32] L. Midolo, A. Schliesser, and A. Fiore, in preparation (2017).\\n [33] A. Aspuru-Guzik and P. Walther, Photonic quantum simulators Nature Physics 8, 285 (2012).\\n [34] J. Kettler, M. Paul, F. Olbrich, K. Zeuner, M. Jetter, and P. Michler, Single-photon and photon', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '4a9600a2-24a1-4600-9fb2-d10ba3b7c33a', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' Quantum-dot based photonic quantum networks 17\\n\\n pair emission from MOVPE-grown In(Ga)As quantum dots: shifting the emission wavelength\\n from 1.0 to 1.3 μm Appl. Phys. B 122, 48 (2016).\\n [35] J.-H. Kim, T. Cai, C.J.K. Richardson, R.P. Leavitt, and E. Waks, Two-photon interference from\\n a bright single-photon source at telecom wavelengths, Optica 3, 577 (2016).\\n [36] B. Kambs, J. Kettler, M. Bock, J.N. Becker, C. Arend, A. Lenhard, S.L. Portalupi, M. Jetter,\\n P. Michler, and C. Becher, Low-noise quantum frequency down-conversion of indistinguishable\\n photons, Opt. Express 24, 22250 (2016).\\n [37] R.H. Hadfield, Single-photon detectors for optical quantum information applications, Nature\\n Photonics 3, 696 (2009).\\n[38] G. Reithmaier, S. Lichtmannecker, T. Reichert, P. Hasch, K. Muller, M. Bichler, R. Gross, and J.J.\\n Finley, On-chip time resolved detection of quantum dot emission using integrated superconducting\\n single photon detectors, Sci. Reports 3, 1901 (2013).\\n[39] A. Faraon, I. Fushman, D. Englund, N. Stoltz, P. Petroff, and J. Vukovic, Coherent generation of\\n non-classical light on a chip via photon-induced tunnelling and blockade, Nature Phys. 4, 859\\n (2008).\\n[40] A. Reinhard, T. Volz, M. Winger, A. Badolato, K.J. Hennessy, E.L. Hu, and A. Imamoglu, Strongly\\n correlated photons on a chip, Nature Phot. 6, 93 (2012).\\n[41] M.P. Bakker, T. Ruytenberg, W. Loffler, A. Barve, L. Coldren, M.P. van Exter, and D.\\n Bouwmeester, Quantum dot nonlinearity through cavity-enhanced feedback with a charge memory\\n Phys. Rev. B 91, 241305(R) (2015)\\n[42] A.J. Bennett, J.P. Lee, D.J.P. Ellis, I. Farrer, D.A. Ritchie, and A.J. Shields, A semiconductor\\n photon-sorter Nature Nano. 11, 857 (2016).\\n[43] A. Javadi, I. S¨ollner, M. Arcari, S.L. Hansen, L. Midolo, S. Mahmoodian, G. Kirsanske, T.\\n Pregnolato, E.H. Lee, J.D. Song, S. Stobbe, and P. Lodahl, Single-photon non-linear optics\\n with a quantum dot in a waveguide, Nature Comm. 6, 8655 (2015)\\n[44] D. Witthaut, M.D. Lukin, and A.S. Sørensen, Photon sorters and QND detectors using single\\n photon emitters, Europhys. Lett. 97, 50007 (2012).\\n[45] T.C. Ralph, I. S¨ollner, S. Mahmoodian, A.G. White, and P. Lodahl, Photon sorting, efficient Bell\\n measurements and deterministic CZ gate using a passive two-level nonlinearity, Phys. Rev.\\n Lett. 114, 173603 (2015).\\n[46] D.E. Chang, A.S. Sørensen, E.A. Demler, and M.D. Lukin, A single-photon transistor using\\n nanoscale surface plasmons, Nature Phys. 3, 807 (2007).\\n [47] B. Urbaszek, X. Marie, T. Amand, O. Krebs, P. Voisin, P. Maletinsky, A. Hogele, and A. Imamoglu,\\n Nuclear spin physics in quantum dots: An optical investigation, Rev. Mod. Phys. 85, 79 (2013).\\n [48] K. Heshami, C. Santori, B. Khanaliloo, C. Healey, V.M. Acosta, P.E. Barclay, and C. Simon,\\n Raman quantum memory based on an ensemble of nitrogen-vacancy centers coupled to a\\n microcavity, Phys. Rev. A 89, 040301(R) (2014).\\n [49] H.M. Meyer, R. Stockill, M. Steiner, C. Le Gall, C. Matthiesen, E. Clarke, A. Ludwig, J. Reichel,\\n M. Atature, and M. Kohl, Direct photonic coupling of a semiconductor quantum dot and a\\n trapped ion, Phys. Rev. Lett. 114, 123001 (2015).\\n [50] W.B. Gao, P. Fallahi, E. Togan, J. Miguel-Sanchez, and A. Imamoglu, Observation of entanglement\\n between a quantum dot spin and a single photon, Nature 491, 426 (2012).\\n[51] W.B. Gao, P. Fallahi, E. Togan, A. Delteil, Y.S. Chin, J. Miguel-Sanchez, and A. Imamoglu,\\n Quantum teleportation from a propagating photon to a solid-state spin qubit, Nature Comm. 4,\\n 2744 (2013).\\n[52] A. Delteil, Z. Sun, W.B. Gao, E. Togan, S. Faelt, and A. Imamoglu, Generation of heralded\\n entanglement between distant hole spins, Nature Phys. 12, 218 (2016).\\n[53] P. Lodahl, S. Mahmoodian, S. Stobbe, A. Rauschenbeutel, P. Schneeweiss, J. Volz, H. Pichler, and\\n P. Zoller, Chiral quantum optics, Nature 541, 473 (2017).\\n[54] I. S¨ollner, S. Mahmoodian, S. Lindskov Hansen, L. Midolo, A. Javadi, G. Kirsanske, T. Pregnolato,\\n H. El-Ella, E.-H. Lee, J.D. Song, S. Stobbe, and P. Lodahl, Deterministic photon-emitter', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '9d6d7ce1-ecb5-4330-ab7f-ae5c4747b61c', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum-dot based photonic quantum networks'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' Quantum-dot based photonic quantum networks 18\\n coupling in chiral photonic circuits, Nature Nano. 10, 775 A (2015).ˆ\\n [55] R.J. Coles, D.M. Price, J.E. Dixon, B. Royall, E. Clarke, P. Kok, M.S. Skolnick, A.M. Fox,\\n and M.N. Makhonin, Chirality of nanophotonic waveguide with embedded quantum emitter for\\n unidirectional spin transfer, Nature Comm. 7, 11183 (2016).\\n [56] S. Mahmoodian, ˆA P. Lodahl, and ˆA A. S. Sørensen, Quantum networks with chiral light-matter\\n interaction in waveguides, Phys. Rev. Lett. 117, 240501 (2016).\\n [57] P.W. Fry, I.E. Itskevich, D.J. Mowbray, M.S. Skolnick, J.J. Finley, J.A. Barker, E.P. O’Reilly, L.R.\\n Wilson, I.A. Larkin, P.A. Maksym, M. Hopkinson, M. Al-Khafaji, J.P.R. David, A.G. Cullis,\\n G. Hill, and J.C. Clark, Inverted electron-hole alignment in InAs-GaAs self-assembled quantum\\n dots, Phys. Rev. Lett. 84, 733 (2000).\\n [58] F. Ding, R. Singh, J.D. Plumhof, T. Zander, V. Krapek, Y.H. Chen, M. Benyoucef, V. Zwiller, K.\\n Dorr, G. Bester, A. Rastelli, and O.G. Schmidt, Tuning the exciton binding energies in single\\n self-assembled InGaAs/GaAs quantum dots by piezoelectric-induced biaxial stress, Phys. Rev.\\n Lett. 104, 067405 (2010).\\n [59] R. Stockill, M.J. Stanley, L. Huthmacher, E. Clarke, M. Hugues, A.J. Miller, C. Matthiesen, C.\\n Le Gall, and M. Atature, Phase-tuned entangled state generation between distant spin qubits,\\n arXiv:1702.03422 (2017).\\n [60] D. Dzsotjan, A.S. Sørensen, and M. Fleischhauer, Quantum emitters coupled to surface plasmons\\n of a nanowire: A Greens function approach, Phys. Rev. B 82, 075427 (2010).\\n [61] T. Ramos, H. Pichler, A.J. Daley, and P. Zoller, Quantum spin dimers from chiral dissipation in\\n cold-atom chains, Phys. Rev. Lett. 113, 237203 (2014).\\n[62] K.M. Weiss, J.M. Elzerman, Y.L. Delley, J. Miguel-Sanchez, and A. Imamoglu, Coherent two-\\n electron spin qubits in an optically active pair of coupled InGaAs quantum dots, Phys. Rev.\\n Lett. 109, 107401 (2012).\\n[63] T. Rudolph, Why I am optimistic about the silicon-photonic route to quantum computing, APL\\n Photonics 2, 030901 (2017).\\n[64] J.H. Shapiro, Single-photon Kerr nonlinearities do not help quantum computation, Phys. Rev. A\\n 73, 062305 (2006).\\n[65] D. Gottesman and I.L. Chuang, Demonstrating the viability of universal quantum computation\\n using teleportation and single-qubit operations, Nature 402, 390 (1999).\\n[66] L.M. Duan and H.J. Kimble, Scalable photonic quantum computation through cavity-assisted\\n[67] K. Koshino, S. Ishizaka, and Y. Nakamura, Deterministic photon-photon √SWAP gate using a Λinteractions, Phys. Rev. Lett. 92, 127902 (2004).\\n system, Phys. Rev. A 82, 010301(R) (2010).\\n[68] S. Rosenblum, A. Borne, and B. Dayan, Analysis of deterministic swapping of photonic and atomic\\n states through single-photon Raman interaction, Phys. Rev. A 95, 033814 (2017).\\n[69] N.H. Lindner and T. Rudolph, Proposal for pulsed on-demand sources of photonic cluster state\\n strings, Phys. Rev. Lett. 103, 113602 (2009).\\n[70] R. Raussendorf, D.E. Browne, and H.J. Briegel, Measurement-based quantum computation on\\n cluster states, Phys. Rev. A 68, 022312 (2003).\\n[71] S.E. Economou, N. Lindner, and T. Rudolph, Optically generated 2-dimensional photonic cluster\\n state from coupled quantum dots, Phys. Rev. Lett. 105, 093601 (2010).\\n[72] H. Pichler, S. Choi, P. Zoller, and M.D. Lukin, Photonic tensor networks produced by a single\\n quantum emitter, arXiv:1702.02119\\n [73] K. T. K. Azuma and H.-K. Lo, All-photonic quantum repeaters, Nat. Commun. 6, 6787 (2015).\\n [74] D. Buterakos, E. Barnes, and S.E. Economou, Deterministic generation of all-photonic quantum\\n repeaters from solid-state emitters, arXiv:1612.03869 (2016).', 'text_template': '{metadata_str}\\n\\n{content}'}]}\n", + "Transition output: {'documents': [{'text': ' Drift-Diffusion in Mangled Worlds Quantum Mechanics\\n Robin Hanson\\n George Mason University∗\\narXiv:quant‑ph/0303114v2 18 Mar 2003 March 17, 2003.\\n Abstract\\n In Εverett’s many worlds interpretation, where quantum measurements are seen as\\n decoherence events, inexact decoherence may let large worlds mangle the memories of\\n observers in small worlds, creating a cutoff in observable world size. I solve a growth-\\n drift-diffusion-absorption model of such a mangled worlds scenario, and show that it\\n reproduces the Born probability rule closely, though not exactly. Thus deviations from\\n exact decoherence can allow the Born rule to be derived in a many worlds approach\\n via world counting, using a finite number of worlds and no new fundamental physics.\\n\\n Introduction\\n Traditional quantum mechanics suffers from many ambiguities regarding quantum measure-\\n ments. Many worlds approaches try to resolve these ambiguities by identifying measurements\\n with decoherence events produced by standard linear quantum evolution [1, 2]. In such\\n events, off-diagonal density matrix elements are often naturally and dramatically suppressed\\n due to coupling with a large environment [3].\\n Unfortunately, the many worlds approach still suffers from the problem that, when there\\n are a finite number of worlds, the straightforward way to calculate probabilities, i.e., counting\\n the fraction of worlds with a given outcome, does not produce the standard Born probability\\n rule [4, 5]. Some have tried to resolve this by adding new fundamental physics, such as\\n non-linear dynamics [6], or an infinity of worlds per quantum state which diverge via an\\n unknown process [7]. Others propose new decision theory axioms saying we do not care\\n about the number of worlds that see an outcome [8, 9].\\n A mangled worlds variation proposes to resolve the Born rule problem using only as-\\n sumptions that are about the behavior of standard linear quantum evolution, assumptions\\n that can in principle be checked by theoretical analysis of common quantum systems. The\\n idea is that decoherence is never exact, and so while decoherence makes off-diagonal terms\\n small relative to a large world, they can be large relative to a small enough world. This\\n may plausibly mangle very small worlds, either destroying the observers in such worlds, or\\n changing them into observers who remember events from large worlds [10].\\n ∗rhanson@gmu.edu http://hanson.gmu.edu 703-993-2326 FAX: 703-993-2323 MSN 1D3, Carow Hall, Fair-\\n fax VA 22030\\n\\n 1', 'doc_id': 'fec0c160-bb07-4eea-be2e-897fd057d647', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': ' This paper presents an explicit growth-drift-diffusion-absorption model of such a mangled\\nworlds scenario. It assumes that mangling is a sudden irreversible process, that typical\\nexperimental tests of the Born rule include many uncounted background decoherence events,\\nand that the region in world size where worlds become mangled is relatively narrow and\\nlocated near the median of the distribution of measure. Closed form expressions are given\\nshowing that the Born rule is followed closely, though not exactly, in this model. Thus most\\nunmangled worlds would remember having observed frequencies very near that predicted by\\nthe Born rule, even though in fact Born frequencies do not apply to the vast majority of\\nworlds, and even though such frequencies are not observed in the very largest worlds.\\n\\nDrift-Diffusion Of All Worlds\\nConsider a single initial unit-magnitude world that repeatedly undergoes decoherence events\\ne. (And for now ignore world mangling.) During each event e, each pre-existing world i\\nsplits into a set J(i, e) of resulting worlds j, each of which gets some fraction Fjie of the\\noriginal world’s measure. That is, if mi is the measure (or size) of world i, then mj = Fjiem,\\n where∑j∈J(i,e) Fjie = 1. Assume that these fractions do not depend on the particular world i\\n being split, so that Fjie = Fje and J(i, e) = J(e). If so, then after there have been enough\\n events so that the variance of each set {ln(Fje)}j∈J(e) is small compared to this summed over\\n e, the central limit theorem of statistics ensures that the resulting set of worlds will approach\\n a log-normal distribution over measure m.\\n In terms of log size x = ln(m), the distribution of worlds would be normal with some\\n mean ~ x < 0 and standard deviation σ > 0. Since the total measure of all worlds is conserved,\\n the total number of worlds must be e−~−σ2/2. If there were a constant rate of decoherence x\\n events, so that ~ = −vt and σ2 = wt, then the distribution of worlds would be x\\n μ0(x, t) = √2πσ exp((v − 2 1 w)t − (x − vt)2). (1)\\n 2σ2\\nThe measure held by these worlds would also be normally distributed over x, with the same\\n standard deviation σ, but a higher mean of ^ = ~ + σ2. These values ~ and ^ are also the x x x x\\npositions of the median-sized world and the median measure, respectively.\\n For example, after N binary decoherence events where the two possible outcomes have\\nrelative measure p > 1/2 and 1 − p, there would be 2N worlds, with median measure and\\nstandard deviation given by\\n\\n x ^ = N ^1 = N(p ln(p) + (1 − p) ln(1 − p)), x\\n σ = √Nσ1 =√N√p(1 − p) ln( − p), 1 p\\n with ~1 = ^1 − σ2. A constant rate r of such events would give v = −r~1 and w = rσ2. x x 1 x 1\\n The distribution μ0(x, t) of equation 1 solves the linear growth-drift-diffusion equation\\n\\n μ ˙ = v(∇μ + μ) + (w/2)(∇2μ − μ). (2)\\nfor t > 0 given the delta function initial condition\\n\\n 2', 'doc_id': 'b73cbea4-a0a4-47de-9122-4acbfcba2d85', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': ' μ(x, 0) = δ(x). (3)\\n\\nThe Mangling of Worlds\\nDecoherence events quickly suppress the magnitude of off diagonal density matrix terms\\nrelative to diagonal terms. Specifically, given two worlds, large L and small s, we have\\n\\n |ρLs|2 ≤ ϵ2(t)|ρLL||ρss|,\\nwhere |ρab| ≡ 〈 a |ρab| b 〉, and coherence ϵ(t) typically falls at a rapid exponential rate for\\na great many doubling times [3]. However, in the models that have been solved so far,\\ncoherence ϵ(t) typically eventually asymptotes to a small but non-zero level [3, 11, 12, 13].\\nworlds increases as eσ = e√wt. As discussed elsewhere [10], if ϵ(t) eventually falls slower\\n As we have seen in the previous section, the relative magnitude between any two random\\nthan this rate, then eventually the off diagonal terms ρsL and ρLs must greatly influence the\\nevolution of the smaller diagonal term ρss, even though these off diagonal terms have little\\ninfluence on and are mainly driven by the larger diagonal term ρLL. Thus the evolution\\nof smaller worlds is eventually driven by larger worlds, plausibly “mangling” those smaller\\nworlds, i.e., either destroying their observers or turning them into observers who remember\\noutcomes from a large world. Remaining observers would thus only remember the histories\\nof unmangled worlds.\\n Let us conjecture that the mangling of worlds is a sudden, irreversible, and global process.\\nSpecifically, let us assume that there is a mangling region in world size, so that a world that\\nhas always remained larger than this region remains unmangled, and that a world that\\nwas once smaller than this region became suddenly and forevermore mangled. Let us also\\nconjecture that the relevant standard deviation σ is the result of many decoherence events,\\nmost of which are not counted in experiment tests. This suggests that the mangling region\\nis relatively narrow compared to σ. Finally, let us assume that since it is the measure of\\nsome worlds that mangles other worlds, this mangling region remains close to the median\\nmeasure ^ that would describe the distribution of all worlds were there no mangling. x\\n If unmangled worlds evolve locally just as all worlds would were there no mangling,\\nand if initially all worlds are unmangled, then the distribution μ1(x, t) of unmangled worlds\\nshould satisfy equations 2 and 3, just as the distribution μ0(x, t) of all worlds under the no\\nmangling assumption. To model our assumption of a mangling region narrow compared to σ\\nand remaining close to the median measure ^ = −(v − w)t, let us impose on the unmangled x\\ndistribution μ1(x, t) the additional boundary condition\\n\\n μ(xb(t), t) = 0, (4)\\nfor all t ≥ 0, where xb(t) = ^ − ϵ, ϵ > 0, and we limit our attention to x ≥ xb(t). This is an x\\nabsorbing boundary condition, which says that every world which reaches the point xb from\\nabove immediately falls out of the distribution of unmangled worlds.\\n\\n 3', 'doc_id': '50b52ba7-4b81-4b8b-84e1-5f25f47bee1f', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': 'Solving the Drift-Diffusion Model\\nTo solve the set of equations 2, 3, and 4, let us first factor out the common exponential\\ngrowth via μ(x, t) = ν(x, t)e(v−(w/2))t , so that the diffusion equation (2) becomes\\n\\n ν˙ = v∇ν + (w/2)∇2ν,\\nfor ν(x, t). Next, let us transform from x to a coordinate y = x − xb(t) that moves along\\nwith the absorbing boundary, so that equations 2, 3, and 4 become\\n ν˙(y, t) = w∇ν(y, t) + (w/2)∇2ν(y, t),\\n ν(y, 0) = δ(y − ϵ),\\n ν(0, t) = 0.\\nFinally, use dimensionless units z = 2y and s = wt, so that for z, s ≥ 0 the equations are\\n ν˙(z, s) = ∇ν(z, s) + ∇2ν(z, s), (5)\\n ν(z, 0) = δ(z − 2ϵ), (6)\\n ν(0, s) = 0. (7)\\nFortunately, others have already solved a closely related set of equations for s ≥ 0, z ∈ [0, L],\\n ν˙(z, s) = ∇ν(z, s) − ∇2ν(z, s),\\n ν(z, 0) = f0(z), (8)\\n ν(0, s) = ν(L, s) = 0,\\n\\nfor drift diffusion between two absorbing barriers [14]. If we take z → L − z and L → ∞,\\nthe solutions of these equations can be transformed into solutions of equations 5 and 7, and\\nof equation 8, which generalizes equation 6. These solutions are\\n ν(z, s) = π 2e−s/4−z/2 ∫ ∞g0(k)e−k2s sin(kz)dk\\n 0\\n g0(k) =∫ ∞f0(z)ez/2 sin(kz)dz.\\n 0\\nFor the specific initial condition of equation 6, i.e., f0(z) = δ(z − 2ϵ), this becomes\\n ν(z, s) = eϵ−s/4−z/2(exp(−(z − 2ϵ)2) − exp(−(z + 2ϵ)2)). √4πs\\n 4s\\n 4s\\nIf we return this to dimension-full units, put back in the exponential growth, but retain the\\nboundary relative coordinate y = x − x(t), we get solutions to our original equations of b\\ninterest, i.e., equations 2, 3, and 4, except in terms of y instead of x. We find that an initial\\ndistribution μ1(y, 0) = δ(y − ϵ) of unmangled worlds evolves into\\n ( exp(−(y − ϵ)2) − exp(−(y + ϵ)2)).\\n μ1(y, t; ϵ) =√ π 8wteϵ−y+(v−w)t 2wt\\n 2wt\\n 4', 'doc_id': '1cf8e024-6325-4224-b877-8677127a2313', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': ' For ϵ ≪ √wt, a good approximation to this is\\n μ1(y, t; ϵ) = ϵeϵ √2π(e(v−w)ty exp(−y − 2wt).\\n wt)3/2 y2\\n We use this approximation from here on. It integrates to give a total unmangled world count\\n ∫ ∞μ(y, t; ϵ)dy = 2 ⎛√\\n πwt − ewt/2erfc⌈√wt⎝⎜ . ⌉⎜\\n W (t; ϵ) ≡ ϵeϵe(v−w)t⎛ 2\\n ⎜\\n 0 2\\nNote that if v > w then the total number of unmangled worlds, which grows as e(v−w)t,\\nwill increase with time, even though it becomes an exponentially decreasing fraction of the\\nnumber of all worlds, which grows as e(v−(w/2))t. To predict our existence in an ummangled\\nworld, the mangled worlds approach must predict that v > w.\\n\\n Born Rule Accuracy\\n How well does this diffusion process reproduce the Born rule? Let each distinct measurement\\n outcome k be associated with a set of Gk > 1 child worlds per parent world, each of which\\nis a factor Fk < 1 smaller than its parent. The Born rule says that the probability of an\\noutcome is given by FkGk. To see how closely does this mangled worlds approach conforms\\nwith the Born rule, let us calculate the number of unmangled worlds as associated with such\\nan experimental outcome.\\n Specifically, starting at time t = 0 let a single unmangled world of size y = ϵ (relative\\nto the mangling region at y = 0) evolve into a distribution μ(y, t1; ϵ) at time t1, where\\n1 ≪ wt1 ≫ ϵ. This is not intended to be the distribution of all worlds, but rather the\\ndistribution of all worlds consistent with the initial conditions of a given experiment to test\\nthe Born rule. It is the result of decoherence events both during and before the experiment,\\nevents that are not counted in the statistics of the experiment. Given what we know about\\nthe experiment, we do not know which of these worlds we are in, and so we must average\\nover these worlds when making experimental predictions.\\n At time t1, let each world with value y1 in μ(y, t1; ϵ) be split into G ≥ 1 worlds, each of\\nwhich is a factor F ≤ 1 smaller, so that it has the value y = y1 + ln(F ). Let each of these\\nworlds then evolve to produce more worlds over a longer time period t2 ≫ t1. For the Born\\n rule to apply exactly, the number of unmangled worlds in the final distribution at time t2\\n should go as F G. (It would not contradict observations if the Born rule were violated soon\\n after t1, in worlds that were not mangled but were about to become mangled. What we\\n actually observe are long-existing historical records of experiments testing the Born rule.)\\n With a little help from Mathematica, the final unmangled world count is found to be\\n λ(F, G; t1, t2, ϵ) ≡ G∫ ∞W (t2; y)μ(y − ln(F ), t1; ϵ)dy\\n 0 ⎛√\\n ⌈√wt2⎝⎜ . ⌉⎜\\n = F G erfc(− ln(F ))ϵeϵe(v−w)(t1 +t)⎛ √2wt1 2 2\\n − ewt/2erfc⎜\\n 2\\n 4\\n πwt2 2\\nThe key thing to notice here is that when wt1 is large, the Born rule correction\\n\\n 5', 'doc_id': 'ed033f74-b0e9-437e-a53e-bb3a1d2f3693', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': ' γ(F, G) ≡ 1 λ(F, G; t, t2, ϵ)\\n λ(1, 1; t1, t2, ϵ) = erfc(− ln(F )). 1 √2wt1\\n F G\\nchanges very slowly in the factor F . For example, when wt1 = 1010, it requires a factor of\\nF = e−105 < 10−43000 to get the relative number of worlds to be γ(F, G) ≈ 1/3. Thus this\\napproach is very nearly consistent with the Born rule, while leaving open the possibility of\\nsmall experimentally detectable deviations from the Born rule.\\n\\nConclusion\\nThis paper has presented an explicit growth-drift-diffusion-absorption model of a mangled\\nworlds scenario. Under this scenario, inexact decoherence results in larger worlds suddenly\\nand irreversibly mangling any worlds that reach a narrow region in world size. Closed form\\nexpressions are given showing that this model reproduces the Born rule closely, but not\\nexactly. Thus most unmangled observers would remember having observed nearly Born\\nfrequencies, allowing us to reconcile the many worlds approach with the Born rule without\\ninvoking new fundamental physics or decision theory axioms.\\n\\nReferences\\n [1] H. Everett: Reviews of Modern Physics 29 (1957) 454\\n [2] B. DeWitt, N. Graham: The Many-Worlds Interpretation of Quantum Mechanics:\\n Princeton University Press, Princeton (1973)\\n [3] H. Dowker, J. Halliwell: Physical Review D 46 (1992) 1580\\n [4] A. Kent: International Journal of Modern Physics A 5 (1990) 1745\\n [5] G. Auletta: Foundations and Interpretation of Quantum Mechanics: World Scientific,\\n Singapore (2000)\\n [6] M. Weissman: Foundations of Physics Letters 12 (1999) 407\\n [7] D. Albert, B. Loewer: Synthese 77 (1988) 195\\n [8] D. Deutsch: Proceedings of the Royal Society of London A455 (1999) 3129\\n [9] D. Wallace: Quantum probability and decision theory, revisited:\\n http://arxiv.org/abs/quant-ph/0211104\\n[10] R. Hanson: When worlds collide: Quantum probability from observer selection? : Tech.\\n rep., George Mason University (2003)\\n[11] H. Dowker, J. Halliwell: In: Physical Origins of Time Asymmetry, eds. J. Halliwell,\\n J. Perez-Mercader, W. Zurek, pp. 234–245. Cambridge University Press, Cambridge\\n (1994)\\n\\n 6', 'doc_id': '8c1ff388-1f1c-4891-9989-be8deff5f0de', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}, {'text': '[12] M. Namiki, S. Pascazio, H. Nakazato: Decoherence and Quantum Measurements: World\\n Scientific, Singapore (1997)\\n[13] W. Unruh, W. Zurek: Physical Review D 40 (1989) 1071\\n[14] Z. Farkas, T. Fulop: Journal of Physics A: Mathematics and General 34 (2001) 3191\\n\\n 7', 'doc_id': '85392297-ba56-41c7-8c5b-0ab84fe28296', 'mimetype': 'text/plain', 'embedding': None, 'class_name': 'Document', 'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics'}, 'end_char_idx': None, 'relationships': {}, 'text_template': '{metadata_str}\\n\\n{content}', 'start_char_idx': None, 'metadata_template': '{key}: {value}', 'metadata_seperator': '\\n', 'excluded_llm_metadata_keys': [], 'excluded_embed_metadata_keys': []}]}\n", "--------------------------------------------------\n", "Transition number: 4\n", "Transition type: finish_branch\n", - "Transition output: {'documents': [{'class_name': 'Document', 'doc_id': '5dde80d8-9fea-4e79-a8c6-4f56f6989bc5', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'arXiv:quant-ph/0003151v1 31 Mar 2000\\n\\n Unconventional Quantum Computing Devices\\n\\n Seth Lloyd\\n Mechanical Engineering\\n MIT 3-160\\n Cambridge, Mass. 02139\\n\\n Abstract: This paper investigates a variety of unconventional quantum computation de-\\n vices, including fermionic quantum computers and computers that exploit nonlinear quan-\\n tum mechanics. It is shown that unconventional quantum computing devices can in prin-\\n ciple compute some quantities more rapidly than ‘conventional’ quantum computers.\\n\\n Computers are physical: what they can and cannot do is determined by the laws\\n of physics. When scientific progress augments or revises those laws, our picture of what\\n computers can do changes. Currently, quantum mechanics is generally accepted as the\\n fundamental dynamical theory of how physical systems behave. Quantum computers can\\n in principle exploit quantum coherence to perform computational tasks that classical com-\\n puters cannot [1-21]. If someday quantum mechanics should turn out to be incomplete\\n or faulty, then our picture of what computers can do will change. In addition, the set\\n of known quantum phenomena is constantly increasing: essentially any coherent quantum\\n phenomenon involving nonlinear interactions between quantum degrees of freedom can\\n in principle be exploited to perform quantum logic. This paper discusses how the revi-\\n sion of fundamental laws and the discovery of new quantum phenomena can lead to new\\n technologies and algorithms for quantum computers.\\n Since new quantum effects are discovered seemingly every day, let’s first discuss two\\n basic tests that a phenomenon must pass to be able to function as a basis for quantum\\n computation. These are 1) The phenomenon must be nonlinear, and 2) It must be coherent.\\n To support quantum logic, the phenomenon must involve some form of nonlinearity, e.g.,\\n a nonlinear interaction between quantum degrees of freedom. Without such a nonlinearity\\n quantum devices, like linear classical devices, cannot perform even so simple a nonlinear\\n operation as an AND gate. Quantum coherence is a prerequisite for performing tasks\\n such as factoring using Shor’s algorithm [10], quantum simulation a la Feynman [11] and\\n Lloyd [12], or Grover’s data-base search algorithm [13], all of which require extended\\n manipulations of coherent quantum superpositions.\\n\\n 1', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '066b2185-7165-468b-84f7-b8866f9baa4f', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' The requirements of nonlinearity and coherence are not only necessary for a phe-\\nnomenon to support quantum computation, they are also in principle sufficient. As shown\\nin [14-15], essentially any nonlinear interaction between quantum degrees of freedom suf-\\nfices to construct universal quantum logic gates that can be assembled into a quantum\\ncomputer. In addition, the work of Preskill et al. [18] on robust quantum computation\\nshows that an error rate of no more than 10−4 per quantum logic operation allows one to\\nperform arbitrarily long quantum computations in principle.\\n In practice, of course, few if any quantum phenomena are likely to prove sufficiently\\ncontrollable to provide extended quantum computation. Promising devices under current\\nexperimental investigation include ion traps [5,7], high finesse cavities for manipulating\\nlight and atoms using quantum electrodynamics [6], and molecular systems that can be\\nmade to compute using nuclear magnetic resonance [8-9]. Such devices store quantum\\ninformation on the states of quantum systems such as photons, atoms, or nuclei, and\\naccomplish quantum logic by manipulating the interactions between the systems via the\\napplication of semiclassical potentials such as microwave or laser fields. We will call such\\ndevices ‘conventional’ quantum computers, if only because such devices have actually been\\nconstructed.\\n There is another sense in which such computers are conventional: although the de-\\nvices described above have already been used to explore new regimes in physics and to\\ncreate and investigate the properties of new and exotic quantum states of matter, they\\nfunction according to well established and well understood laws of physics. Perhaps the\\nmost striking examples of the ‘conventionality’ of current quantum logic devices are NMR\\nquantum microprocessors that are operated using techniques that have been refined for\\nalmost half a century. Ion-trap and quantum electrodynamic quantum computers, though\\ncertainly cutting edge devices, operate in a quantum electrodynamic regime where the\\nfundamental physics has been understood for decades (that is not to say that new and\\nunexpected physics does not arise frequently in this regime, rather that there is general\\nagreement on how to model the dynamics of such devices).\\n Make no mistake about it: a conventional quantum logic device is the best kind of\\nquantum logic device to have around. It is exactly because the physics of nuclear magnetic\\nresonance and quantum electrodynamics are well understood that devices based on this\\nphysics can be used systematically to construct and manipulate the exotic quantum states\\nthat form the basis for quantum computation. With that recognition, let us turn to\\n\\n 2', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'bcf5f805-d98f-4076-aa8c-f753cf7dbfa1', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': '‘unconventional’ quantum computers.\\n Perhaps the most obvious basis for an unconventional quantum computer is the use\\nof particles with non-Boltzmann statistics in a refime where these statistics play a key role\\nin the dynamics of the device. For example, Lloyd [16] has proposed the use of fermions\\nas the fundamental carriers of quantum information, so that a site or state occupied by a\\nfermion represents a 1 and an unoccupied site or state represents a 0. It is straightforward\\nto design a universal quantum computer using a conditional hopping dynamics on an array\\nof sites, in which a fermion hops from one site to another if only if other sites are occupied.\\n If the array is one-dimensional, then such a fermionic quantum computer is equivalent\\nto a conventional quantum computer via the well-known technique of bosonization. If the\\narray is two or more dimensional, however, a local operation involving fermions on the\\nlattice cannot be mocked up by a local operation on a conventional quantum computer,\\nwhich must explicitly keep track of the phases induced by Fermi statistics. As a result,\\nsuch a fermionic computer can perform certain operations more rapidly than a conventional\\nquantum computer. An obvious example of a problem that can be solved more rapidly on\\na fermionic quantum computer is the problem of simulating a lattice fermionic system in\\ntwo or more dimensions. To get the antisymmetrization right in second quantized form,\\na conventional ‘Boltzmann’ quantum computer takes time proportional to T ℓd−1 where T\\nis the time over which the simulation is to take place, ℓ is the length of the lattice and\\nd is the dimension, while a fermionic quantum computer takes time proportional to T .\\n(Here we assume that the computations for both conventional and Fermionic quantum\\ncomputers can take advantage of the intrinsic parallelizability of such simulations: if the\\ncomputations are performed serially an additional factro of ℓd is required for both types\\nof computer to update each site sequentially.)\\n As the lattice size ℓ and the dimension d grow large, the difference between the two\\ntypes of computer also grows large. Indeed, the problem of simulating fermions hopping\\non a hypercube of dimension d as d → ∞ is evidently exponentially harder on a con-\\nventional quantum computer than a Fermionic quantum computer. Since a variety of\\ndifficult problems such as the travelling-salesman problem and data-base search problem\\ncan be mapped to particles hopping on a hypercube, it is interesting to speculate whether\\nfermionic computers might provide an exponential speed-up on problems of interest in ad-\\ndition to quantum simulation. No such problems are currently known, however. Fermionic\\ncomputers could be realized in principle by manipulating the ways in which electrons and\\n\\n 3', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '53057fa4-ba5b-423b-a686-13c6953d5f12', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'holes hop from site to site on a semiconductor lattice (though problems of decoherence are\\nlikely to be relatively severe for such systems).\\n It might also be possible to construct bosonic computers using photons, phonons, or\\natoms in a Bose-Einstein condensate. Such systems can be highly coherent and support\\nnonlinear interactions: phonons and photons can interact in a nonlinear fshion via their\\ncommon nonlinear interaction with matter, and atoms in a Bose condensate can be made\\nto interact bia quantum electrodynamics (by introduction of a cavity) or by collisions. So\\nfar, however, the feature of Bose condensates that makes them so interesting from the point\\nof view of physics — all particles in the same state — makes them less interesting from the\\npoint of view of quantum computation. Many particles in the same state, which can be\\nmanipulated coherently by a variety of techniques, explore the same volume of Hilbert space\\nas a single particle in that state. As a result, it is unclear how such a bosonic system could\\nprovide a speed-up over conventional quantum computation. More promising than Bose\\ncondensates from the perspective of quantum computation and quantum communications,\\nis the use of cavity quantum electrodynamics to ‘dial up’ or synthesize arbitrary states\\nof the cavity field. Such a use of bosonic states is important for the field of quantum\\ncommunications, which requires the ability to create and manipulate entangled states of\\nthe electromagnetic field.\\n A third unconventional design for a quantum computer relies on ‘exotic’ statistics\\nthat are neither fermionic nor bosonic. Kitaev has recently proposed a quantum computer\\narchitecture based on ‘anyons,’ particles that when exchanged acquuire an arbitrary phase.\\nExamples of anyons include two-dimensional topological defects in lattice systems of spins\\nwith various symmetries. Kitaev noted that such anyons could perform quantum logic via\\nAharonov-Bohm type interactions [19]. Preskill et al. have shown explicitly how anyonic\\nsystems could compute in principle [20], and Lloyd et al. have proposed methods of\\nrealizing anyons using superconducting circuits (they could also in principle be constructed\\nusing NMR quantum computers to mock up the anyonic dynamics in an effectively two-\\ndimensional space of spins) [21]. The advantage of using anyons for quantum computation\\nis that their nonlocal topological nature can make them intrinsically error-correcting and\\nvirtually immune to the effects of noise and interference.\\n As the technologies of the microscale become better developed, more and more po-\\ntential designs for quantum computers, both conventional and unconventional, are likely\\nto arise. Additional technologies that could prove useful for the construction of quantum\\n\\n 4', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'de31f5a1-0290-45f3-b386-d02e3ed4c33c', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' logic devices include photonic crystals, optical hole-burning techniques, electron spin res-\\n onance, quantum dots, superconducting circuits in the quantum regime, etc. Since every\\n quantum degree of freedom can in principle participate in a computation one cannot a\\n priori rule out the possibility of using currently hard to control degrees of freedom such as\\nquark and gluon in complex nuclei to process information. Needless to say, most if not all\\nof the designs inspired by these technologies are likely to fail. There is room for optimism\\nthat some such quantum computer designs will prove practicable, however.\\n The preceding unconventional designs for quantum computers were based on existing,\\nexperimentally confirmed physical phenomena (except in the case of non-abelian anyons).\\nLet us now turn to designs based on speculative, hypothetical, and not yet verified phenom-\\nena. (One of the most interesting of these phenomena is large-scale quantum computation\\nitself: can we create and systematically transform entangled states involving hundreds or\\nthousands of quantum variables?) A particularly powerful hypothesis from the point of\\nview of quantum computation is that of nonlinear quantum mechanics.\\n The conventional picture of quantum mechanics is that it is linear in the sense that the\\nsuperposition principle is obeyed exactly. (Of course, quantum systems can still exhibit\\nnonlinear interactions between degrees of freedom while continuing to obey the superpo-\\nsition principle.) Experiment confirms that the superposition principle is indeed obeyed\\nto a high degree of accuracy. Nonetheless, a number of scientists including Weinberg have\\nproposed nonlinear versions of quantum mechanics in which the superposition principle\\nis violated. Many of these proposals exhibit pathologies such as violations of the second\\nlaw of thermodynamics or the capacity for superluminal communication. Despite such\\ntheoretical difficulties, it is still possible that quantum mechanics does indeed possess a\\nsmall nonlinearity, even if it currently seems unlikely. If a nonlinear operation such as\\nthat proposed by Weinberg can be incorporated in a quantum logic operation, then the\\nconsequences are striking: NP-complete problems can be solved easily in polynomial time\\n[17]. Indeed, NP-oracle problems and all problems in #P can be solved in polynomial time\\non such a nonlinear quantum computer.\\n A general proof of this result is given in [17], however, a simple argument for why\\nthis is so can be seen as follows. Suppose that it is possible to perform a non-unitary\\noperation on a single qubit that has a positive Lyapunov exponent over some region: i.e.,\\nsomewhere on the unit sphere there exists a line of finite extent along which application of\\nthe operation causes nearby points to move apart exponentially at a rate eλ∆θ proportional\\n 5', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '0777fa16-f0d4-4ad9-9877-a4abca0ba70f', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'to their original angular separation δθ. Now consider a function f (x) from N bits to one\\nbit. We wish to determine whether or not there exists an x such that f (x) = 1, and if\\nso, how many such x’s there are. Using the nonlinear operation with positive Lyapunov\\nexponent, it is straightforward to construct a mapping leaves a point on the exponentially\\nexpanding line (call this point |0〉) fixed if their are no solutions to the equation f (x) = 1,\\nand that maps the point to a nearby point cos(n/2N )|0〉 + sin(n/2N )|1〉 along the line\\nif there are exactly n solutions to the equation f (x) = 1. Repeated application of the\\nnonlinear map can be used to drive the points apart at an exponentional rate: eventually,\\nat a time determined by the number of qubits N , the number of solutions n, and the rate\\nof spreading λ, the two points will become macroscopically distinguishable, allowing one\\nto determine whether or not there is a solution and if there is, how many solutions there\\nare. The map f need only be applied once, and the amount of time it takes to reveal the\\nnumber of solutions is proportional to N .\\n The fact that nonlinear quantum mechanics allows the straightforward solution of\\nNP-complete and #P problems should probably be regarded as yet another strike against\\nnonlinear quantum mechanics. Whether or not quantum mechanics is linear is a question\\nto be resolved experimentally, however. In the unlikely event that quantum mechanics\\ndoes turn out to be nonlinear, all our problems may be solved.\\n Finally, let us turn our attention to hypothetical quantum Theories of Everything,\\nsuch as string theory. Such a theory must clearly support quantum computation since it\\nsupports cavity quantum electrodynamics and nuclear magnetic resonance. The obvious\\nquestion to ask is then, does a Theory of Everything need to support anything more than\\nquantum computation? So far as experimental evidence is concerned the answer to this\\nquestion is apparently No: we have no evident reason to doubt that the universe is at\\nbottom anything more than a giant, parallel, quantum information processing machine,\\nand that the phenomena that we observe and attempt to characterize are simply outputs\\nof this machine’s ongoing computation. Of course, just how the universe is carrying out\\nthis computation is likely to remain a question of great interest for some time.\\n To summarize: Computers are physical systems, and what they can do in practice and\\nin principle is circumscribed by the laws of physics. The laws of physics in turn permit a\\nwide variety of quantum computational devices including some based on nonconventional\\nstatistics and exotic effects. Modifications made to the laws of physics have the consequence\\nthat what can be computed in practice and in principle changes. A particularly intriguing\\n\\n 6', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'd315d076-2b6e-4ec4-ade1-e18fb6c09998', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'variation on conventional physics is nonlinear quantum mechanics which, if true, would\\nallow hard problems to be solved easily.\\n\\n 7', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '7cc3c174-6e77-4928-af58-522265cace2a', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'References\\n\\n1. P. Benioff, ‘Quantum Mechanical Models of Turing Machines that Dissipate No Energy,’\\nPhysical Review Letters, Vol. 48, No. 23, pp. 1581-1585 (1982)\\n2. D. Deutsch, ‘Quantum Theory, the Church-Turing Principle and the Universal Quantum\\nComputer,’ Proceedings of the Royal Society of London, A, Vol. 400, pp. 97-117 (1985).\\n3. R.P. Feynman, ‘Quantum Mechanical Computers,’ Optics News, Vol. 11, pp. 11-20\\n(1985); also in Foundations of Physics, Vol. 16, pp. 507-531 (1986).\\n4. S. Lloyd, ‘A Potentially Realizable Quantum Computer,’ Science, Vol. 261, pp. 1569-\\n1571 (1993).\\n5. J.I. Cirac and P. Zoller, ‘Quantum Computations with Cold Trapped Ions,’ Physical\\nReview Letters, Vol. 74, pp. 4091-4094 (1995).\\n6. Q.A. Turchette, C.J. Hood, W. Lange, H. Mabuchi, H.J. Kimble, ‘Measurement of\\nConditional Phase Shifts for Quantum Logic,’ Physical Review Letters, Vol. 75, pp. 4710-\\n4713 (1995).\\n7. C. Monroe, D.M. Meekhof, B.E. King, W.M. Itano, D.J. Wineland, ‘Demonstration of\\na Fundamental Quantum Logic Gate,’ Physical Review Letters, Vol. 75, pp. 4714-4717\\n(1995).\\n8. D.G. Cory, A.F. Fahmy, T.F. Havel, ‘Nuclear Magnetic Resonance Spectroscopy: an\\nexperimentally accessible paradigm for quantum computing,’ in PhysComp96, Proceedings\\nof the Fourth Workshop on Physics and Computation, T. Toffoli, M. Biafore, J. Le˜ao, eds.,\\nNew England Complex Systems Institute, 1996, pp. 87-91.\\n9. N.A. Gershenfeld and I.L. Chuang, ‘Bulk Spin-Resonance Quantum Computation,’\\nScience, Vol. 275, pp. 350-356 (1997).\\n10. P. Shor, ‘Algorithms for Quantum Computation: Discrete Log and Factoring,’ in\\nProceedings of the 35th Annual Symposium on Foundations of Computer Science, S. Gold-\\nwasser, Ed., IEEE Computer Society, Los Alamitos, CA, 1994, pp. 124-134.\\n11. R.P. Feynman, ‘Simulating Physics with Computers,’ International Journal of Theo-\\nretical Physics, Vol. 21, pp. 467-488 (1982).\\n12. S. Lloyd, ‘Universal Quantum Simulators,’ Science, Vol. 273, pp. 1073-1078 (1996).\\n13. L.K. Grover, ‘Quantum Mechanics Helps in Searching for a Needle in a Haystack,’\\nPhysical Review Letters, Vol. 79, pp. 325-328 (1997).\\n14. D. Deutsch, A. Barenco, A. Ekert, ‘Universality in Quantum Computation,’ Proceed-\\nings of the Royal Society of London A, Vol. 449, pp. 669-677 (1995).\\n\\n 8', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'a9610b7b-a167-4f21-a917-3626fbddde3b', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Unconventional Quantum Computing Devices'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' 15. S. Lloyd, ‘Almost Any Quantum Logic Gate is Universal,’ Physical Review Letters,\\n Vol. 75, pp. 346-349 (1995).\\n 16. S. Lloyd, ‘Fermionic Quantum Computers,’ talk delivered at the Santa Barbara work-\\n shop on Physics of Information, November 1996.\\n 17. D. Abrams and S. Lloyd, to be published.\\n 18. J. Preskill et al., to be published.\\n19. Yu. Kitaev, to be published.\\n20. J. Preskill et al., to be published.\\n21. S. Lloyd et al. to be published.\\n\\n 9', 'text_template': '{metadata_str}\\n\\n{content}'}]}\n", + "Transition output: {'documents': []}\n", "--------------------------------------------------\n", "Transition number: 5\n", "Transition type: finish_branch\n", - "Transition output: {'documents': [{'class_name': 'Document', 'doc_id': 'be0e8bc0-0012-40bf-90b8-0e50f67a0433', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'arXiv:quant-ph/0407030v1 5 Jul 2004\\n\\n On quantum state of entangled photon pairs\\n Ruo Peng WANG\\n Department of Physics, Peking University, Beijing 100871, P.R.China\\n Email: rpwang@cis.pku.edu.cn\\n June 18, 2018\\n\\n Abstract\\n I show that the photon pairs used in experimental tests of quantum\\n non-locality based on Bell’s theorem are not in the entangled quantum\\n state. The correct quantum state of the “entangled” photon pairs is sug-\\n gested. Two experiments for testing this quantum state are proposed.\\n PACS: 03.65.Ud, 42.50.Dv\\n Keywords: entangled photon pair, entangled quantum states, quantum\\n non-locality\\n\\n 1 introduction\\n Quantum non-locality is a controversial topic of quantum theory, and entangled\\n photon pairs played a very important role in experimental tests of quantum non-\\n locality. So far, a number of experimental tests of quantum non-locality based\\n on Bell’s theorem [1] have been carried out [2, 3, 4, 5, 6]. In these experiments\\n entangled photon pairs are produced, and the polarization correlation between\\n entangled photon pairs is measured. Experimental results obtained in these tests\\n are in favor for quantum non-locality. Although it has been pointed out that\\n this polarization correlation is compatible with local realism [7], these results\\n are generally considered as direct evidences for the existence of quantum non-\\n locality, and more experiments [8, 9, 10] showing different kind of quantum\\n non-local correlation are carried out. The entangled photon pairs are used as\\n light source in these experiments, and the interpretation of the experimental\\n results as proofs for quantum non-locality is closely related to the assumption\\n that these photon pairs are in entangled quantum state.\\n In this letter, I will show that the same polarization correlation also exists\\n for certain un-entangled photon pairs. And on other hand, based on the consid-\\n eration of momentum conservation, I will also show that the entangled quantum\\n state is not a correct description for photon pairs used in these experimental\\n tests of quantum non-locality. A correct quantum state for these photon pairs is\\n suggested, and two experiments for testing this quantum state and the quantum\\n non-locality are proposed.\\n\\n 1', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '0e51993f-ad65-4849-aaa5-3718b2edf1c8', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': '2 polarization correlation between un-entangled\\n photons\\nLet’s consider a beam of un-entangled photon pairs with each photon pair con-\\ntaining a left circle polarized photon and a right circle polarized photon. Such\\na beam of photon pairs can be produced by adjusting polarization state of\\nthe photon pairs obtained from the parametric down conversion with a type-II\\ncollinear phase matching [11]. The quantum state of this un-entangled photon\\npairs can be expressed as\\n |ψ〉 = 2 1(bv †+ ibh†)(bv †− ibh†)|0〉 = 2 1(bv †bv †+ bh†bh†)|0〉, (1)\\nwhere bv† and bh are the creation operator for vertically polarized photon and,†\\nrespectively, for horizontally polarized photon with the wave vector~2. By using k\\nthe Coulomb gauge, we may describe the optical field of these photon pairs by\\nthe vector potential A~. The positive frequencies part of the vector potential is\\nrelated to the photon annihilation operators in the following way\\n A+ = B(bv~v + bh~h)ei~2 ·~\\n ~ e e k r (2)\\nwhere the constant B is given by [12]\\n B =√ μ0ℏc2 (3)\\n 2V ω\\nwith μ0 the magnetic permeability of the vacuum, ω the angular frequency of\\nthe photons.\\n We divide the beam of un-entangled photon pairs into two channels by using\\na half reflecting mirror (BS). The wave vectors of photons in these two channels\\nare~1 and k k ~2. A half wave plate (W P1) is placed into the channel 1 to introduce\\na phase difference of π between the vertical and horizontal components of the\\noptical field, and another half wave plate (W P2) is placed into the channel 2\\nto swap the vertical and horizontal components of the optical field, as shown\\nin FIG. 1. As no incident photons with the wave vector~1 being present, after k\\npassing the beam splitter and the wave plates, the optical field becomes [13]\\n A~ + = √2 (bv~v − bh~h)ei~1 ·~ + √2 (bh~v + bv~h)ei~2 ·~r .Be e k r B e e k (4)\\nThe photons in the channel 1 and 2 are polarized by Glan-Thompsom linear\\npolarization analyzers P1 and P2, respectively, before being detected by single\\nphoton detectors D1 and D2.\\n To analyze the polarization correlation between photons detected by detec-\\ntors D1 and D2, we need expressions of optical field at these detectors. Up to\\na phase factor, we have\\n A+~θ1 = √2 (bv cos θ1 − bh sin θ1)~θ1B e (5)\\n 2', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '99eaa171-c4c6-43bb-8b9c-6deeffc5c6fc', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' 1 D1\\n 2\\n 1(b bh\\n 2 h † †+b bvv † †) 0 1 2 WP1 θ1\\n 1 P1\\n 1 θ2\\n 2 BS 2\\n 1 WP2\\n 2 2 P2\\n 1 D2\\n\\nFigure 1: A schematic illustration of the experimental setup for testing the\\npolarization correlation between un-entangled photon pairs. The polarization\\nstates of optical beams are indicated by arrows.\\n\\nand B\\n A+~θ2 = √2 (bh cos θ2 + bv sin θ2)~θ2 .e (6)\\nIn the above expressions, ~θ1 and ~θ2 are vectors of unit of the transmissione e\\naxes of the analyzer P1, and respectively, P2. The relations (5) and (6) can be\\nrewritten in the following form\\n A+~θ1 = √2 bθ1 ~θ1 , AθB e ~+2 = √2 bθ2~θ2B e (7)\\nwhere\\n bθ1 = bv cos θ1 − bh sin θ1, bθ2 = bh cos θ2 + bv sin θ2 (8)\\nare the annihilation operators for the photon polarized in the direction ~θ1 withe\\nthe wave vector~1 and, respectively, for the photon polarized in the direction k\\n~θ2 with the wave vector~2.\\ne k\\n The coincidence counting rate C(θ1, θ2) is proportional to the probability\\nof annihilating simultaneously one photon polarized in the direction ~θ1 at thee\\ndetector D1 and one photon polarized in the direction ~θ2 at the detector D2.e\\nThis probability is, in its turn, proportional the matrix element\\n 〈ψ|bθ2 b†1 bθ1bθ2|ψ〉 = 〈ψ|(bv † †cos θ1 − bh sin θ1)(bh cos θ2 + bvsin θ2)† † †\\n θ\\n × (bv cos θ1 − bh sin θ1)(bh cos θ2 + bv sin θ2)|ψ〉 (9)\\n = 4 1sin2(θ1 − θ2).\\nTherefore we have C(θ1, θ2) = CM sin2(θ1 − θ2), (10)\\n\\n 3', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': 'f98c627e-47a9-42c3-83bb-6111f9b06525', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'where CM this the maxim counting rate that occurs at θ1 − θ2 = ±π/2. This\\ncorrelation is just the same as in the case of entangled photon pairs [6, 11], and\\nthe Bell’s inequality is apparently violated also in the above discussed experi-\\nment. The violation of the Bell’s inequality in this case is only apparent, because\\na condition for obtaining the Bell’s inequality is not fulfilled here. Namely, in\\nthe experiment described in this paper, both photons of a photon pair could\\nbe detected in one single channel, with the wave vector k~1 or k~2. Thus, even\\nthough the same polarization correlation as in the case of entangled photon\\npairs is realized in this experiment, no quantum non-locality is involved here.\\nIndeed, after annihilating of a linear polarized photon at the detector D1, the\\nquantum state becomes\\n |ψ′〉 = bθ1 |ψ〉 = 1√2 (cos θ1b† − sin θ1b†)|0〉.v h (11)\\nThe photon in the quantum state |ψ′〉 is not spatially separated from the detector\\nD1 where another photon was annihilated. The probability as the photon in\\nthe quantum state |ψ′〉 being detected at D1 is\\n 〈ψ′|bθ1 bθ1 |ψ′〉 = 2 † 1. (12)\\n3 quantum state of entangled photon pairs\\nNow we arrive at a very important point: the observation of a photon polar-\\nization correlation as expressed in the relation (10) does not form a sufficient\\nevidence for quantum non-locality. Besides this correlation, one must exclude\\nthe possibility of detecting both of the photons in one single channel to ensure\\nthat the phenomena of quantum non-locality are really observed.\\n An apparently non-local correlation as expressed in the relation (10) are ob-\\nserved experimentally for the entangled photon pairs generated in the paramet-\\nric down conversion nonlinear optical processes with a type-II phase matching.\\nWe have to see if the possibility of detecting both of the photons in one single\\nchannel can be ruled out in the experiment so that one can really interpret the\\nexperimental results as an experimental evidence for quantum non-locality. So\\nfar the following quantum state is used to describe this photon pair[11]:\\n |ψe〉 = 1√2 (bv†1b†2 − bvh †2b†1)|0〉,h (13)\\nwhere bh1, b†1, b†2 and bv2 are creation operators for horizontally polarized pho-† †\\n v h\\ntons with the wave vector k~1, for vertically polarized photons with the wave\\nvector~1, for horizontally polarized photons with the wave vector k k ~2, and for\\nvertically polarized photons with the wave vector~2, respectively. By using the k\\ncorresponding photon annihilation operators, we may write the optical field as\\n A+ = B(bv1~v + bh1~h)ei~1 ·~ + B(bv2~v + bh2~h)ei~2 ·~.\\n ~e e e k r e e k r (14)\\n\\n 4', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '288c7d8f-ef47-4768-b601-8119e00d4d55', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': 'It is easy to verify that there exists a correlation as described by the relation\\n(10) between the polarization of the photon pairs in the quantum state |ψe〉.\\n The expression (13) for the quantum state of the entangled photon pairs was\\nderived by taking into consideration of the energy and the momentum conserva-\\ntion in the parametric down conversion process. The energy and the momentum\\nof a photon pair in the state |ψe〉 is equal to the energy and the momentum of\\nthe incident photon from which the photon pair is generated. But there is\\na problem in this argument, namely the parametric down conversion process\\ntakes place in nonlinear optical crystals, so one must take the photons and the\\ncrystal as one single system when the condition of the energy and the momen-\\ntum conservation is applied. The macroscopic properties of nonlinear optical\\ncrystals do not change in the parametric down conversion process. Thus the\\nexpectation values of the energy and the momentum of crystals are the same\\nbefore and after the photon pairs’ generation. Therefore the expectation val-\\nues of energy and momentum of a photon pair must equal to the expectation\\nvalues of energy and momentum of incident photon. This condition is satisfied\\nby the quantum state |ψe〉. On other hand, photons are coupled with optical\\nphonons with same momentum when passing through crystals, and there exist\\nexchanges of energy and momentum between photons and crystals through the\\nphoton-phonon interaction during photons’ propagation in crystals. One may\\nneglect the energy exchange between photons and crystals because the ener-\\ngies of phonons are much smaller than that of photons with same momentum,\\nbut the momentum exchange between photons and crystals must be taken into\\nconsideration. This exchange of momentum causes fluctuations in momenta of\\ncrystals and generated photon pairs. But the state |ψe〉 is an eigen-state of the\\nphoton pairs’ momentum, that means there is not momentum fluctuations for\\nphoton pairs in the state |ψe〉. Therefore the generated photon pair can not be\\nin this quantum state.\\n According to the calculation made before, the correlation between the po-\\nlarization of the photon pairs as described by the relation (10) does exist also\\nfor photon pairs in the following quantum state\\n |ψu〉 = 2 1(b1 †+ ib2†)(b1 †− ib2†)|0〉 = 2 1(b1†b1 †+ b2†b2†)|0〉, (15)\\nwith the optical field given by\\n A~u += √2 (b1~v − b2~h)ei~1 ·~ + √2 (b2~v + b1~h)ei~2 ·~r .B e e k r B e e k (16)\\nThe quantum state |ψu〉 is an un-entangled state. In fact, we can write |ψu〉 as\\n |ψu〉 = |ψa〉 ⊗ |ψb〉, (17)\\nwith †|0〉, |ψb〉 = bb†|0〉,\\n |ψa〉 = ba (18)\\nwhere †= 1 †= 1\\n ba √2 (b1 †+ ib2†), bb √2 (b1 †− ib2†), [ba†, bb] = 0. (19)\\n 5', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '43b30d97-ad73-4167-b142-fec2d80f5ce9', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' The quantum state |ψu〉 is not an eigen-state of momentum, but photon\\npairs in the quantum states |ψe〉 and |ψu〉 have the same expectation values of\\nthe energy and the momentum. So the quantum state |ψu〉 satisfies the energy\\nand momentum conservation requirement. In conclusion, the quantum state\\n|ψu〉 could be a correct description for photon pairs generated in the paramet-\\nric down conversion nonlinear optical processes with a type-II phase matching.\\nOne may observe that for photon pairs in the quantum state |ψu〉, both photons\\ncould be detected in one single channel. Therefore, by applying the conditions\\nof the energy and momentum conservation, we can not rule out the possibility\\nof detecting both photons in one single channel. But, instead, we find that the\\nphoton pairs can not be in the entangled state. The apparently non-local cor-\\nrelation between the polarization of photon pairs produced in the parametric\\ndown conversion nonlinear optical processes, that were believed being in entan-\\ngled states, is not a proof for the existence of the quantum non-locality, but just\\na necessary evidence for the fact that photon pairs are in the quantum state\\n|ψu〉.\\n The same conclusion holds also for photon pairs emitted in a radiative atomic\\ncascade of calcium [2, 3]. In that process, electrons which emit two photons in a\\nradiative cascade are well confined within the ions of calcium. The uncertainty\\nin the momentum of electrons implies that the photon pairs can not be in the\\nentangled state which has a well defined momentum. The quantum state for\\nphoton pairs generated in this process could be expressed as\\n |ψu′〉 = 1√2 (bωhb†2h+ bω† 1 ω †1v b†2v )|0〉,ω (20)\\nwhere bω1h, b†1v are creation operators for horizontally, and respectively, ver-†ω\\ntically polarized photons of circle frequency ω1, and bω2h, b†2v are the same† ω\\noperators for photons of circle frequency ω2.\\n The optical field in the channel 1 is given by\\n A+= g11(bω1 v~v + bωh~h)eicω1~1 ·~ + g12(bω2v~v + bω2h~h)eicω2~n1·~r\\n ~1 e 1 e n r e e (21)\\nand\\n A+= g21(bω1 v~v + bωh~h)eicω1~1 ·~ + g22(bω2v~v + bω2h~h)eicω2~n·~r\\n ~2 e e n r e e 1 (22)\\n 1\\nin the channel 2, where ~1, ~2 are vectors of unity that indicate the propaga-n n\\ntion directions of the channels 1 and 2, and g11, g12, g21, g22 are coefficients that\\ndepend on the geometry of the experiment setup. We can now calculate the\\nprobability of annihilating simultaneously a photon of circle frequency ω1 po-\\nlarized in the direction ~θ1 in the channel 1 and a photon of circle frequency ω2e\\npolarized in the direction ~θ2 in the channel 2. By using the expressions (20),e\\n(21) and (22), we find\\n C12(θ1, θ2) = C′M cos2(θ1 − θ2). (23)\\nThis is exactly the correlation observed in experimental tests carried out by\\nAspect et al. [2, 3]. Again, no quantum non-locality is evolved, and both of the\\nphotons can be detected in one single channel also in these tests.\\n\\n 6', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '120d303e-23a4-49c2-8a47-0a738f91d646', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' D1\\n θ1\\n 1 P1\\n “entangled”\\n photon pair 2 BS θ4\\n 4\\n P3 3 P4\\n θ3 D4\\n D3\\n\\nFigure 2: A schematic illustration of the experimental setup for testing the\\npossibility of detecting both photons from one “entangled” photon pair in one\\nsingle channel. The polarization states of optical beams are indicated by arrows.\\n\\n4 proposal for experimental tests\\nDirect experimental tests on the possibility of detecting both photons in one\\nsingle channel and on the coherence of photons in different channels could make\\nour conclusions on the quantum state of “entangled” photons pairs and quan-\\ntum non-locality more convincing. An experimental test on the possibility of\\ndetecting both of the photons in one single channel can be done by using an\\nexperimental setup shown in FIG. 2. This setup is quite similar to that used\\nfor tests of quantum non-locality based on Bell’s theorem. But a half reflecting\\nmirror is inserted now into the channel 2 to split it into the channels 3 and 4,\\nand the coincidence counting rate between the channels 3 and 4 is measured.\\nThis coincidence counting rate is proportional to the polarization correlation\\nbetween photons in the channel 3 and in the channel 4. An anti-coincidence\\ncondition with the signal from the channel 1 can also be applied to ensure that\\nthis coincidence counting rate is not from other sources. By using the expres-\\nsions (15), (16), (13) and (14), one can easily verify that the following relation\\nholds for this coincidence counting rate\\n C(θ3, θ4) = CMcos2(θ3 − θ4),′′ (24)\\nif the photon pairs are in the quantum state |ψu〉, and\\n\\n C(θ3, θ4) ≡ 0, (25)\\nif the photon pairs are in the quantum state |ψe〉.\\n The coherence of photons in different channels can also be used for testing\\nthe quantum state of “entangled” photon pairs. An experimental setup for such\\na test is schematically illustrated in FIG. 3. The linear polarizers P1 and P2 are\\n\\n 7', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '7a329a04-32f6-4bd5-911c-1f787517abfb', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': ' M1\\n P1\\n 1 WP D\\n “entangled”\\n photon pair 2\\n (x,y)\\n P2\\n M2\\n\\nFigure 3: A schematic illustration of the experimental setup for testing the\\ncoherence between photons from one “entangled” photon pair in different chan-\\nnels. The polarization states of optical beams are indicated by arrows.\\n\\ninserted into the beams of “entangled” photon pairs, generated in the parametric\\ndown conversion nonlinear optical processes with a type-II phase matching, in\\nsuch a way, so that the photon in the channel 1 becomes horizontally polarized,\\nwhile the photon in the channel 2 is polarized vertically. The polarization of\\nthe beam 1 is changed to vertical later by the half wave plate W P . Both beams\\nare reflected by the mirrors M1 and M2 to overlap each other. The single\\nphoton counting rate I(x, y) in the (x, y) plan as a function of the coordinates\\n(x, y) is measured by using the single photon detector D. Let f1(x, y)~v bee\\nthe distribution of the vector potential of the beam 1 in the plan (x, y), and\\nf2(x, y)~v the distribution of the vector potential of the beam 2 . If the photone\\npair were in the quantum state |ψe〉, we have\\n A+(x, y) = bh1f1(x, y)~v + bv2f2(x, y)~v .\\n ~ e e (26)\\n The single photon counting rate I(x, y) is proportional to the matrix element\\n I(x, y) ∝ 〈ψe|~+†(x, y) · A+(x, y)|ψe〉. A~ (27)\\nBy using the relation (26) and the expression (13) for |ψe〉, we find, for photon\\npairs in the quantum state |ψe〉,\\n I(x, y) ∝ |f1(x, y)|2 + |f2(x, y)|2, (28)\\nso no interference occurs. But if the photon pairs were in the quantum state\\n|ψu〉, then according to Eq.(16), we have\\n A+(x, y) = b2f1(x, y)~v + b2f2(x, y)~v .\\n ~ e e (29)\\nAnd in this case the counting rate becomes\\n I(x, y) ∝ |f1(x, y) + f2(x, y)|2, (30)\\nthat means the beam 1 and beam 2 prepared in the way described above are\\ncoherent.\\n\\n 8', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '8e86a476-b4c4-4c21-b244-d82f87eca2a4', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': '5 discussion\\nI have shown that the correlations of photons’ polarization observed in “en-\\ntangled” photon pairs generated in the parametric down conversion nonlinear\\noptical processes with a type-II phase matching and in a radiative atomic cas-\\ncade of calcium are not proofs for quantum non-locality. Instead, they are\\nnecessary evidences for the fact that “entangled” photon pairs are in the un-\\nentangled states |ψu〉 or |ψu′〉. According to the expression (16) for the vector\\npotential, in the case of “entangled” photon pairs generated in the parametric\\ndown conversion nonlinear optical processes with a type-II phase matching, we† and b2 †in terms of operators bv1, bv† †2, bh1 and bh2:† †\\nmay express the operators b1\\n b1 = 1† √2 (bv1 + bh2), b2 † † †= 1√2 (bv2 − bh1).† † (31)\\nWe have then\\n |ψu〉 = 1√2 |ψe〉 + 4 1(bv1b†1 + bv2b†2 + bh1b†1 + bh2b†2)|0〉.† v † v † h † h (32)\\nAs the component (bv1b†1 + bv2b†2 + bh1b†1 + bh2b†2)|0〉 in |ψu〉 has no contri-† † † †\\n v v h h\\nbution to the coincidence counting rate between the signals from the channel 1\\nand the channel 2, all apparently non-local correlations that were believed as\\nspecificity of photon pairs in the entangled state |ψe〉, occur also in the case of\\nun-entangled photon pairs in the state |ψu〉. The same conclusion holds also\\nfor “entangled” photon pairs generated in a radiative atomic cascade of cal-\\ncium Therefore no physical phenomena that necessitate introducing quantum\\nnon-locality for their explanation are really observed.\\n Einstein, Podolsky, Rosen (EPR) and Bohm had put the completeness of\\nquantum mechanics in contradiction to the relativistic causality by supposing\\nthe existence of particle pairs in entangled quantum states [14, 15]. But till\\nnow, such a contradiction did not occur, because no particle pairs in entangled\\nquantum states had been produced. Can particle pairs in entangled quantum\\nstates be generated ever? It is most likely not. Due to the interaction with\\nthe source of particle pairs, it should be impossible for the produced particle\\npair with different momenta to be in a quantum state with well defined mo-\\nmentum, such as the entangled quantum state. This observation is consistent\\nwith Santos’s suggestion [7] that only quantum states which do not contradict\\nwith locality requirement are physical states. From this point of view, the EPR\\nparadox is just a spectacular illustration of the restriction on quantum states\\nimposed by locality requirement.\\n\\nReferences\\n[1] J. S. Bell, Physics 1, 195 (1964)\\n[2] A. Aspect, P. Grangier, and G. Roger, Phys. Rev. Lett. 49, 91 (1981)\\n\\n 9', 'text_template': '{metadata_str}\\n\\n{content}'}, {'class_name': 'Document', 'doc_id': '170e2b68-f50d-4a3b-8155-79c7b12a3da1', 'embedding': None, 'end_char_idx': None, 'excluded_embed_metadata_keys': [], 'excluded_llm_metadata_keys': [], 'extra_info': {'file_name': 'Quantum State of Entangled Photon Pairs'}, 'metadata_seperator': '\\n', 'metadata_template': '{key}: {value}', 'mimetype': 'text/plain', 'relationships': {}, 'start_char_idx': None, 'text': '[3] A. Aspect, J. Dalibard, and G. Roger, Phys. Rev. Lett. 49, 1804 (1981)\\n[4] Z. Y. Ou, and L. Mandel, Phys. Rev. Lett. 61, 50 (1988)\\n[5] Y. H. Shih, and C. O. Alley, Phys. Rev. Lett. 61, 2921 (1988)\\n[6] Y. H. Shih, A. V. Sergienko, Morton H. Rubin, T. E. Kiess and C. O. Alley,\\n Phys. Rev. A 50, 23 (1994)\\n[7] E. Santos, Phys. Rev. A 46, 3646 (1992)\\n[8] D. V. Strekalov, A. V. Sergienko, D. N. Klyshko and Y. H. Shih, Phys. Rev.\\n Lett. 74, 3600 (1995)\\n[9] E. J. S. Fonseca, P. H. Souto Ribeiro, S. P´adua and C. H. Monken, Phys.\\n Rev. A 60, 1530 (1999)\\n[10] Z. Zhao, et al., Phys. Rev. Lett. 91, 180401 (2003)\\n[11] P. G. Kwiat et al., Phys. Rev. Lett. 75, 4337 (1995)\\n[12] F. Mandl and G. Shaw, Quantum field theory (John Wiley and Sons, Chich-\\n ester, 1984), Chap. 1\\n[13] L. Mandel and E. Wolf, Optical Coherence and Quantum Optics (Cam-\\n bridge University Press, 1995), p. 640\\n[14] A. Einstein, B. Pdolsky, and N. Rosen, Phys. Rev. 47, 777 (1935)\\n[15] D. Bohm, Quantum Theory (Prentice Hall, Englewood Cliffs, NJ, 1951)\\n\\n 10', 'text_template': '{metadata_str}\\n\\n{content}'}]}\n", + "Transition output: {'documents': []}\n", "--------------------------------------------------\n", "Transition number: 6\n", - "Transition type: finish_branch\n", - "Transition output: {'documents': []}\n", + "Transition type: init_branch\n", + "Transition output: ['Drift-Diffusion in Mangled Worlds Quantum Mechanics', 'https://arxiv.org/pdf/quant-ph/0303114v2']\n", "--------------------------------------------------\n", "Transition number: 7\n", - "Transition type: finish_branch\n", - "Transition output: {'documents': []}\n", + "Transition type: init_branch\n", + "Transition output: ['Quantum learning and essential cognition under the traction of meta-characteristics in an open world', 'https://arxiv.org/pdf/2311.13335v1']\n", "--------------------------------------------------\n", "Transition number: 8\n", "Transition type: init_branch\n", - "Transition output: ['Unconventional Quantum Computing Devices', 'https://arxiv.org/pdf/quant-ph/0003151v1']\n", + "Transition output: ['MonoWAD: Weather-Adaptive Diffusion Model for Robust Monocular 3D Object Detection', 'https://arxiv.org/pdf/2407.16448v1']\n", "--------------------------------------------------\n", "Transition number: 9\n", - "Transition type: init_branch\n", - "Transition output: ['Quantum State of Entangled Photon Pairs', 'https://arxiv.org/pdf/quant-ph/0407030v1']\n", + "Transition type: step\n", + "Transition output: {'paper_titles_and_urls': [['Quantum learning and essential cognition under the traction of meta-characteristics in an open world', 'https://arxiv.org/pdf/2311.13335v1'], ['Drift-Diffusion in Mangled Worlds Quantum Mechanics', 'https://arxiv.org/pdf/quant-ph/0303114v2'], ['MonoWAD: Weather-Adaptive Diffusion Model for Robust Monocular 3D Object Detection', 'https://arxiv.org/pdf/2407.16448v1']]}\n", "--------------------------------------------------\n", "Transition number: 10\n", - "Transition type: init_branch\n", - "Transition output: ['Quantum-dot based photonic quantum networks', 'https://arxiv.org/pdf/1707.02094v1']\n", + "Transition type: step\n", + "Transition output: Quantum learning and essential cognition under the traction of meta-characteristics in an open world,http://arxiv.org/pdf/2311.13335v1,,Drift-Diffusion in Mangled Worlds Quantum Mechanics,http://arxiv.org/pdf/quant-ph/0303114v2,,MonoWAD: Weather-Adaptive Diffusion Model for Robust Monocular 3D Object Detection,http://arxiv.org/pdf/2407.16448v1\n", "--------------------------------------------------\n", "Transition number: 11\n", - "Transition type: init_branch\n", - "Transition output: ['The Rise of Quantum Internet Computing', 'https://arxiv.org/pdf/2208.00733v1']\n", + "Transition type: step\n", + "Transition output: {'persona': 'This is a test google scholar persona. The user is a 25 year old living in San Francisco. He is a fan of Google Scholar and is a student at Stanford University. He uses Google Scholar to stay updated with the latest research in quantum computing and artificial intelligence. Over the last 3 months, he has read 100+ research papers on quantum computing and artificial intelligence. He is particularly interested in the latest research in quantum machine learning and quantum error correction. He is also interested in how LLMs are being used to solve problems in quantum mechanics.'}\n", "--------------------------------------------------\n", "Transition number: 12\n", - "Transition type: init_branch\n", - "Transition output: ['Three-electron spin qubits', 'https://arxiv.org/pdf/1611.09106v1']\n", + "Transition type: step\n", + "Transition output: [{'id': '067a61b2-728d-7e99-8000-2e3b39b6a8a1', 'title': 'Google Scholar Persona', 'content': ['This is a test google scholar persona. The user is a 25 year old living in San Francisco. He is a fan of Google Scholar and is a student at Stanford University. He uses Google Scholar to stay updated with the latest research in quantum computing and artificial intelligence. Over the last 3 months, he has read 100+ research papers on quantum computing and artificial intelligence. He is particularly interested in the latest research in quantum machine learning and quantum error correction. He is also interested in how LLMs are being used to solve problems in quantum mechanics.'], 'language': 'english', 'metadata': {}, 'modality': 'text', 'created_at': '2025-02-07T14:39:35.159939Z', 'embeddings': [[-0.013394959, -0.03489109, 0.013650424, 0.02379536, 0.0006825957, 0.04550775, -0.03171516, -0.002163477, -0.00048066856, 0.010072126, -0.010994076, 0.031115822, -0.052305344, 0.0074246, -0.018670542, -0.025121579, 0.0042204373, 0.017592732, 0.053767987, 0.026096303, 0.0080503775, 0.027830306, -0.007294104, -0.03263009, 0.022893354, 0.0057230988, -0.048376966, -0.026767924, 0.0017515408, 0.0032810937, -0.021939065, 0.03344274, 0.005115475, 0.016706036, 0.019518252, 0.014658718, 0.023053901, -0.07049291, -0.052968934, 0.0048475186, -0.04278899, -0.023627942, 0.004571803, 0.041251205, -0.015652042, -0.016666492, 0.01567725, 0.013426434, -0.004789542, -0.009193842, -0.006752082, -0.0012686787, -0.044738907, 0.07384407, -0.03532018, 0.02278566, -0.07544529, 0.03321663, 0.008428108, -0.03881023, -0.05161847, -0.0032207516, 0.005104465, -0.021751119, -0.008453151, -0.016963888, 0.054717246, 0.00071243657, -0.038030013, -0.020985657, -0.03621415, 0.023223909, 0.011320893, 0.013376106, -0.011299906, -0.01607301, -0.053773247, -0.03926545, -0.051985417, -0.018802252, 0.08299519, 0.030485637, -0.034101952, -0.026727969, -0.019616887, 0.008658486, 0.0009587284, -0.034113076, 0.023385735, -0.031353023, -0.066352956, -0.0066774534, 0.0782416, -0.0018481599, -0.015044551, -0.02228548, -0.017528588, 0.01966108, 0.044438723, -0.014511969, -0.07200245, -0.06824245, 0.025016231, -0.0073575233, -0.027271925, -0.04261039, 0.07756509, 0.023139322, 0.022548739, -0.019475669, -0.03026018, -0.013868622, 0.003209859, -0.015706634, 0.027785614, -0.03249316, -0.017677948, -0.032019835, -0.0028643338, 0.0074389507, 0.009331038, -0.0146434065, -0.026355058, 0.008459785, -0.009681571, 0.054117087, 0.011356479, -0.0036967034, -0.015557595, 0.019450178, 0.010023656, 0.011673616, 0.009598017, -0.017087169, 0.086150244, 0.040888797, 0.010498205, 0.049221426, 0.044290077, -0.01195174, -0.032520607, 0.031663176, 0.01525513, -0.02033482, -0.011979264, 0.013081144, 0.018770883, -0.013354241, 0.03150432, -0.038857084, -0.008291644, 0.0010373562, -0.018082112, 0.012891322, 0.020974854, -0.041531246, -0.0068894513, -0.022297459, 0.004722269, -0.013815406, -0.025120411, 0.025965089, 0.056074347, 0.0071781375, 0.002190427, -0.059359852, 0.0028501614, 0.0004629291, -0.043646008, -0.011309937, 0.046225015, 0.031416144, -0.0017059677, 0.0038206305, -0.06086609, 0.039584078, 0.026349861, 0.023630945, 0.0051897974, 0.0149516435, 0.020069258, -0.028369624, 0.0076373187, -0.018337939, -0.025494391, -0.016023867, 0.030456847, -0.024073442, 0.00965478, -0.04371321, 0.06576592, -0.031441346, 0.013759118, 0.024343984, -0.014520104, -0.004488632, -0.024873145, -0.04914123, -0.011962207, -0.03594051, 0.022032043, -0.0014250089, -0.022146806, -0.015690312, -0.035897814, 0.0453429, -0.049572963, 0.016866693, 0.038083788, -0.039496534, 0.022022817, 0.015165199, 0.005065483, 0.019836228, -0.010248413, 0.0024188834, 0.05017966, -0.014775356, 0.0025986042, 0.016313385, -0.006047104, -0.054364376, 0.042665545, -0.019617818, -0.00044817105, 0.02240851, -0.04988109, 0.023368986, 0.024145454, 0.04712924, -0.014073594, 0.031215344, -0.03641658, -0.018101629, 0.029981846, 0.02310806, -0.02368236, 0.007245463, 0.0027920983, 0.0017220353, -0.008167895, -0.0116093345, 0.032523867, -0.012199432, 0.004601053, -0.020003231, 0.025760945, 0.013831822, -0.00745887, 0.030061387, 0.0019237734, -0.036876515, 0.008424833, 0.005150198, 0.022922534, 0.0018142144, 0.038990397, -0.046476908, -0.031184912, 0.055894878, -0.01620157, -0.029465657, 0.052772082, -0.05480859, 0.015884986, 0.033140298, 0.05553769, -0.004520789, -0.016218873, -0.089902416, -0.05158599, 0.031618327, -0.003318372, 0.036513336, 0.0032272977, 0.024604028, 0.010015096, -0.006385794, 0.037113633, 0.000844934, -0.051423505, -0.02453421, -0.003618782, -0.04209963, -0.0074205804, 0.02426485, -0.012798931, 0.020895146, -0.017536538, -0.01988393, 0.0027053445, 0.0014529411, -0.03171438, 0.09457145, 0.094617955, 0.034300677, 0.041996855, 0.016116483, -0.012114632, -0.029656595, -0.067735106, 0.017795183, 0.02960885, 0.051151257, 0.014146447, 0.013758354, -0.004884245, 0.007823391, 0.0050941687, -0.020689128, -0.01648452, 0.005790756, -0.006006749, 0.028551577, -0.00017596758, 0.007894434, -0.0046292907, 0.04992862, -0.045174588, -0.03493166, 0.023921452, -0.00884902, 0.03149317, 0.0075266524, 0.043206546, 0.04781933, 0.03325404, -0.023783617, 0.010356, -0.024644341, 0.00652641, 0.038222373, 0.009160994, 0.00088637305, -0.018961214, 0.05841676, -0.016573407, -0.021095587, 0.03392126, -0.009956717, 0.03191557, -0.07050526, -0.0058608726, 0.011624678, -0.0168428, -0.041396942, -0.001068764, -0.033016354, 0.015009142, -0.026926203, 0.015995651, -0.012998675, 0.0054838536, 0.012301194, 0.024454787, 0.029345185, 0.06550424, 0.008996856, 0.014330529, -0.009907509, -0.019990325, -0.0020354143, -0.0010287385, 0.02297692, -0.007053461, 0.0064529073, 0.019523222, -0.013222776, -0.003930234, -0.044270124, 0.02747475, -0.00966315, 0.018482424, 0.008463118, -0.009903782, 0.021932166, -0.05519192, -0.018648792, 0.015245483, 0.07045739, -0.015035101, -0.00656783, 0.0466126, 0.03311602, -0.029806878, -0.0021150236, 0.039007258, 0.0032372137, -0.04364739, 0.06374963, -0.03670885, 0.0286884, 0.0003223126, -0.016510116, 0.026817583, -0.0022537606, 0.010390797, 0.028195074, 0.06598702, -0.013540261, -0.037001602, -0.0028438047, 0.0029690668, -0.036218837, 0.009676257, -0.057381283, -0.018851524, -0.0047276514, 0.045863755, -0.028191207, 0.008598517, 0.007955616, -0.043608993, 0.01028879, 0.01897628, -0.010094529, -0.0036710633, 0.03136912, 0.019738203, -0.034521546, 0.052151397, -0.023375504, 0.0075769126, 0.030932194, 0.07055661, 0.010859455, -0.029503817, -0.00867088, 0.03323933, 0.042866345, -0.007057464, 0.047823355, 0.03389762, 0.04754336, 0.07653608, -0.009453965, 0.017139727, -0.025168195, -0.022807425, 0.026983796, -0.09893113, -0.033959508, -0.025038376, 0.007931425, -0.013682793, 0.05327051, -0.034726083, -0.015453118, 0.023121921, -0.024537234, 0.0063564293, 0.0026924205, -0.009553707, -0.040064387, -0.047774076, 0.018907601, 0.04837439, -0.0020208799, -0.015986616, -0.027593475, -0.024816345, 0.03236101, 0.0067688846, 0.006606391, 0.0059329905, 0.024298305, 0.024944462, -0.02112961, 0.027927106, 0.041190296, 0.024319641, -0.004594675, -0.0071931193, 0.018945582, 0.061799522, -0.013353635, 0.010430077, -0.014718378, 0.0011181277, 0.02380956, 0.01172018, 0.030519288, -0.02695888, -0.034859404, 0.022469332, -0.016374206, 0.010242802, 0.058897324, -0.036199275, 0.001510099, 0.016493814, 0.012117315, 0.019872356, 0.02620752, 0.020738449, -0.060967747, -0.011013531, -0.022161936, -0.00651572, 0.002848639, -0.0023114511, -0.024832744, 0.015275149, 0.10067006, -0.013818565, -0.039282218, -0.0026434641, -0.021224665, -0.024142748, -0.024046268, 0.0008595217, -0.007512152, 0.023013346, 0.008866611, 0.02323313, 0.017972576, -0.022251518, 0.026605494, 0.021150153, 0.021055032, 0.035131503, -0.030223373, 0.04343424, -0.047999505, -0.0013530848, 0.0020761746, 0.007679282, -0.054087617, 0.028751533, -0.016274495, -0.0083940765, 0.0012027894, 0.09810485, -0.00560631, 0.028534047, -0.047496997, -0.0013912363, 0.019783922, 0.018767348, -0.013627659, -0.04209882, 0.0044574123, 0.0017100545, 0.06255544, 0.026295502, 0.0046590464, -0.005283883, -0.010509901, -0.025719333, -0.006171131, -0.01699204, 0.0062108487, -0.009539644, -0.03028669, 0.02395146, -0.05291035, -0.001088388, 0.021674156, 0.055708654, 0.020239146, -0.073963284, 0.06923595, 0.0762647, 0.001664462, 0.01545645, 0.012039436, -0.007309586, 0.0060199415, -0.008781363, 0.052912384, -0.0035387916, -0.019359522, -0.06984745, -0.037676696, 0.0480912, 0.010589402, -0.020062305, 0.015502857, -0.01821358, 0.027561465, -0.03420351, -0.052218948, -0.011762378, 0.0010986128, 0.03429488, 0.06864043, -0.061580602, 0.021539109, -0.017818589, 0.016207432, -0.014350291, -0.047150023, 0.037323356, 0.06103187, -0.06867987, 0.00671458, -0.007952588, -0.0022124469, 0.02681803, 0.018852158, -0.04167537, -0.02378331, 0.010390285, -0.035264984, -0.017002342, -0.010683094, 0.002099174, 0.020307783, 0.030162461, -0.0018769732, 0.046602964, 0.009170119, -0.05278797, -0.048786737, -0.0225868, 0.039124303, -0.063162975, 0.008963591, -0.01013149, 0.0027118982, 0.013015744, -0.023510093, -0.0059500276, -0.011426526, 0.05554654, 0.006618898, 0.042699516, 0.070259556, 0.007246657, -0.07202749, 0.05072432, -0.010476363, 0.017475178, 0.0062153847, -0.040838514, 0.022139225, -0.025815623, -0.016883058, -0.013913748, 0.0126867015, 0.01875704, -0.03726164, 0.0055959015, 0.021055916, 0.020139694, 0.014704367, -0.0061084577, -0.09676525, 0.003784847, -0.015678566, 0.015211718, 0.03651045, 0.023885528, -0.069698066, 0.027243862, 0.008958993, 0.0133371195, -0.007281539, -0.029152095, -0.011590264, 0.01390755, -0.035507545, -0.024201728, 0.010162335, 0.02632367, -0.016496124, -0.0078018396, -0.014735619, -0.029332452, -0.056041583, 0.02711468, 0.01491315, 0.0003715859, 0.03348721, -0.0056692096, 0.008690473, -0.01697312, 0.00882553, -0.014429639, -0.027434587, -0.02696973, -0.029337712, 0.063343294, -0.016769925, -0.020290768, 0.028023522, 0.024251305, -0.0057598134, -0.0432258, -0.020680256, -0.0008269896, 0.05404187, -0.008558119, 0.009021176, 0.015566806, -0.025145475, -0.016458388, 0.023719866, 0.0305573, -0.0062680915, 0.017958041, 0.023830382, 0.015366519, 0.05353614, 0.002154756, -0.0026236163, -0.04914076, 0.039148845, -0.019773463, -0.016206155, 0.04105147, 0.02180882, -0.004161884, 0.021457577, 0.0039896704, -0.01018559, 0.012016251, -0.00932922, -0.047623865, -0.038379204, -0.05235192, 0.01980011, -0.057965502, -0.015154257, -0.013725928, 0.01006118, -0.028867776, -0.028823368, -0.040894795, -0.030245766, 0.019474156, -0.061001617, 0.019479716, 0.033390045, 0.007623892, 0.033174112, -0.06088516, -0.025860323, -0.0117403725, 0.025893023, 0.0054146233, -0.023506813, 0.022504374, 0.006700589, 0.032637715, -0.040982645, 0.01212494, 0.04293183, -0.021572478, 0.02460471, -0.03929088, 0.009811209, 0.016912911, -0.030967418, 0.0057816408, 0.036792364, -0.042694595, 0.018292993, -0.0010443457, 0.010358991, -0.014919912, -0.041588485, 0.029981911, -0.018354166, -0.00026340832, -0.015355966, 0.005572138, -0.0125480015, 0.047825105, -0.03461052, 0.0246057, -0.015303301, -0.00924466, 0.034184854, -0.043157693, 0.036278836, 0.018504377, -0.028788596, -0.0063433987, -0.0032864495, -0.025332099, -0.0027027943, 0.027909504, -0.043074008, -0.013825051, -0.0046253935, 0.027670225, 0.0053361, 0.021054532, -0.03000046, -0.0040246593, -0.001151509, 0.026095355, 0.072242305, 0.011888684, -0.018991932, -0.0023713033, 0.012668766, -0.016199026, 0.029314775, 0.009569284, -0.0002319863, 0.07401678, -0.014878641, 0.025238186, -0.021138256, -0.01620384, -0.030948358, -0.0070523326, -0.029243477, 0.01036443, -0.049597874, -0.031612586, 0.04167564, 0.00517406, 0.012720605, -0.011780905, 0.011042216, 0.022103213, -0.0002158547, -0.043743618, 0.051262062, -0.014919082, 0.016763791, 0.020284634, 0.009285798, -0.038549397, -0.010921585, -0.009222309, -0.0103227785, 0.02955974, 0.014726507, 0.0654285, 0.00630175, 0.06760528, 0.022085581, -0.020012526, 0.035753798, 0.04184606, 0.018301765, -0.0046380437, 0.030235384, -0.037290644, 0.0023953887, 0.025841797, -0.06379358, 0.006147171, -0.013719924, 0.007446098, -0.07574272, -0.065547936, -0.039732937, 0.052613944, 0.072985, 0.01658218, -0.022492174, -0.01739435, 0.002908395, 0.068224564, -0.021646822, 0.01590718, 0.018142292, 0.08212602, -0.024680907, 0.015579913, -0.001498546, -0.06026831, 0.055728532, 0.03265062, 0.010234421, -0.010087225, 0.019041637, -0.05032406, -0.011513642, 0.0020300585, -0.022525555, 0.036167927, 0.043481518, 0.033897363, -0.047103386, 0.017373187, 0.026207391, 0.023647716, 0.024331937, -0.07282252, 0.04587142, -0.0034092518, -0.045004766, 0.0046238448, 0.009109341, 0.03202927, -0.0065728445, -0.0015955168, 0.010154658, 0.030378522, -0.027943706, -0.04089456, 0.01137673, 0.081673786, 0.045327697, -0.05639711, 0.044808485, -0.02666685, -0.045409836, -0.032201406, -0.033174288, -0.046083912, -0.0032624383, 0.01621834, 0.015922787, -0.03335798, 0.049714494, 0.025156591, 0.03687528, -0.014516803, 0.0043977625, 0.0022341574, -0.05683989, 0.03974168, -0.009314335, 0.009819131, 0.05116131, -0.007744873, 0.011134054, 0.0050398535, 0.014401374, 0.014040814, -0.033527125, 0.029083055, 0.013226884, 0.009509319, -0.0315676, -0.015461167, 0.07167279, -0.007830185, 0.040623147, -0.0008624392, -0.0008227437, -0.013934358, 0.0030192663, 0.025771467, -0.011371611, 0.008818568, -0.04481029, -0.008300535, 0.018882662, 0.0077587157, 0.02104268, -0.07145949, 0.015606341, 0.010999943, -0.009859529, 0.01892942, -0.00063641835, -0.057520706, 0.06670498, 0.006404055, -0.0075968034, 0.05014342, -0.014990599, 0.055859856, -0.021481099, 0.022176694, -0.0055284174, -0.050267737, -0.04196951, -0.015459634, -0.03287986, 0.00792461, -0.0034347326, -0.048115835, -0.009146183, 0.01598743, -0.012150047, 0.025194658, 0.0371857, 0.036333516, -0.014515228, -0.012670772, -0.028787212, 0.08359386, -0.030202577, -0.03685966, -0.066710256, -0.07097082, -0.03066542, 0.029874045, 0.020868171, -0.010413626, 0.036590904, -0.024139479, 0.0048295995, -0.011453672, 0.038971227, -0.0011731616, -0.0058846385, -0.021530867, 0.017657546, -0.02378631, 0.029834032, -0.0010209631, 0.02416411, 0.0006222859, 0.017044785, -0.021280514, -0.013248025, -0.0049404763, -0.023410443, -0.005399306, -0.0025858267, 0.060215216, 0.026818583, 0.049248092, -0.0058602015, 0.018007, -0.017057419, -0.0005266889, 0.026684461, 0.026962394, 0.09118378, 0.04080342, -0.018105643, -0.034938816, 0.037076563]], 'embedding_model': 'text-embedding-3-large', 'embedding_dimensions': 1024}]\n", "--------------------------------------------------\n", "Transition number: 13\n", "Transition type: step\n", - "Transition output: {'paper_titles_and_urls': [['The Rise of Quantum Internet Computing', 'https://arxiv.org/pdf/2208.00733v1'], ['Unconventional Quantum Computing Devices', 'https://arxiv.org/pdf/quant-ph/0003151v1'], ['Quantum-dot based photonic quantum networks', 'https://arxiv.org/pdf/1707.02094v1'], ['Quantum State of Entangled Photon Pairs', 'https://arxiv.org/pdf/quant-ph/0407030v1'], ['Three-electron spin qubits', 'https://arxiv.org/pdf/1611.09106v1']]}\n", + "Transition output: {'user_info': {'id': 'b86831ef-3c04-4c6f-998d-85e1f6790ccd', 'name': 'user_new_1', 'about': 'This is a test user', 'metadata': {'age': 25, 'city': 'San Francisco', 'ppid': 'b86831ef-3c04-4c6f-998d-85e1f6790ccd', 'state': 'California', 'top_journals': \"['Nature', 'Science', 'IEEE Transactions on Quantum Engineering']\", 'top_scientist': 'Richard Feynman', 'top_research_area': 'Quantum Computing', 'research_interests': \"['Quantum Computing', 'Artificial Intelligence', 'Machine Learning']\", 'favorite_scientists': \"['Richard Feynman', 'Alan Turing', 'Geoffrey Hinton']\", 'latest_research_read': 'Quantum Machine Learning'}, 'created_at': '2025-02-07T14:39:34.948768Z', 'updated_at': '2025-02-07T14:39:34.948768Z'}}\n", "--------------------------------------------------\n", "Transition number: 14\n", "Transition type: step\n", - "Transition output: The Rise of Quantum Internet Computing,http://arxiv.org/pdf/2208.00733v1,,Unconventional Quantum Computing Devices,http://arxiv.org/pdf/quant-ph/0003151v1,,Quantum-dot based photonic quantum networks,http://arxiv.org/pdf/1707.02094v1,,Quantum State of Entangled Photon Pairs,http://arxiv.org/pdf/quant-ph/0407030v1,,Three-electron spin qubits,http://arxiv.org/pdf/1611.09106v1\n", + "Transition output: [{'id': 'b86831ef-3c04-4c6f-998d-85e1f6790ccd', 'name': 'user_new_1', 'about': 'This is a test user', 'metadata': {'age': 25, 'city': 'San Francisco', 'ppid': 'b86831ef-3c04-4c6f-998d-85e1f6790ccd', 'state': 'California', 'top_journals': \"['Nature', 'Science', 'IEEE Transactions on Quantum Engineering']\", 'top_scientist': 'Richard Feynman', 'top_research_area': 'Quantum Computing', 'research_interests': \"['Quantum Computing', 'Artificial Intelligence', 'Machine Learning']\", 'favorite_scientists': \"['Richard Feynman', 'Alan Turing', 'Geoffrey Hinton']\", 'latest_research_read': 'Quantum Machine Learning'}, 'created_at': '2025-02-07T14:39:34.948768Z', 'updated_at': '2025-02-07T14:39:34.948768Z'}]\n", "--------------------------------------------------\n", "Transition number: 15\n", "Transition type: step\n", - "Transition output: {'persona': 'This is a test google scholar persona. The user is a 25 year old living in San Francisco. He is a fan of Google Scholar and is a student at Stanford University. He uses Google Scholar to stay updated with the latest research in quantum computing and artificial intelligence. Over the last 3 months, he has read 100+ research papers on quantum computing and artificial intelligence. He is particularly interested in the latest research in quantum machine learning and quantum error correction. He is also interested in how LLMs are being used to solve problems in quantum mechanics.'}\n", + "Transition output: {'arxiv_results': [{'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2104.07407v2', 'http://arxiv.org/pdf/2104.07407v2'], 'title': 'MM-Rec: Multimodal News Recommendation', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Tao Qi', 'Yongfeng Huang'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2104.07407v2', 'summary': 'Accurate news representation is critical for news recommendation. Most ofexisting news representation methods learn news representations only from newstexts while ignore the visual information in news like images. In fact, usersmay click news not only because of the interest in news titles but also due tothe attraction of news images. Thus, images are useful for representing newsand predicting user behaviors. In this paper, we propose a multimodal newsrecommendation method, which can incorporate both textual and visualinformation of news to learn multimodal news representations. We first extractregion-of-interests (ROIs) from news images via object detection. Then we use apre-trained visiolinguistic model to encode both news texts and news image ROIsand model their inherent relatedness using co-attentional Transformers. Inaddition, we propose a crossmodal candidate-aware attention network to selectrelevant historical clicked news for accurate user modeling by measuring thecrossmodal relatedness between clicked news and candidate news. Experimentsvalidate that incorporating multimodal news information can effectively improvenews recommendation.', 'updated': '2022-03-23 12:06:42', 'entry_id': 'http://arxiv.org/abs/2104.07407v2', 'published': '2021-04-15 12:11:50', 'categories': ['cs.IR'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.IR'}, {'doi': None, 'links': ['http://arxiv.org/abs/1907.05576v1', 'http://arxiv.org/pdf/1907.05576v1'], 'title': 'Neural News Recommendation with Attentive Multi-View Learning', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Mingxiao An', 'Jianqiang Huang', 'Yongfeng Huang', 'Xing Xie'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/1907.05576v1', 'summary': 'Personalized news recommendation is very important for online news platformsto help users find interested news and improve user experience. News and userrepresentation learning is critical for news recommendation. Existing newsrecommendation methods usually learn these representations based on single newsinformation, e.g., title, which may be insufficient. In this paper we propose aneural news recommendation approach which can learn informative representationsof users and news by exploiting different kinds of news information. The coreof our approach is a news encoder and a user encoder. In the news encoder wepropose an attentive multi-view learning model to learn unified newsrepresentations from titles, bodies and topic categories by regarding them asdifferent views of news. In addition, we apply both word-level and view-levelattention mechanism to news encoder to select important words and views forlearning informative news representations. In the user encoder we learn therepresentations of users based on their browsed news and apply attentionmechanism to select informative news for user representation learning.Extensive experiments on a real-world dataset show our approach can effectivelyimprove the performance of news recommendation.', 'updated': '2019-07-12 04:50:33', 'entry_id': 'http://arxiv.org/abs/1907.05576v1', 'published': '2019-07-12 04:50:33', 'categories': ['cs.CL', 'cs.IR', 'cs.LG'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CL'}]}, {'result': [{'doi': '10.1007/BF02706401', 'links': ['http://dx.doi.org/10.1007/BF02706401', 'http://arxiv.org/abs/hep-ph/0207293v2', 'http://arxiv.org/pdf/hep-ph/0207293v2'], 'title': 'Mechanisms of Supersymmetry Breaking in the MSSM', 'authors': ['Probir Roy'], 'comment': 'New references added, minor misprints corrected, text otherwise\\n unchanged', 'pdf_url': 'http://arxiv.org/pdf/hep-ph/0207293v2', 'summary': 'Preliminary Remarks. Gauge mediated supersymmetry breaking. Gravity mediatedsupersymmetry breaking. Anomaly mediated supersymmetry breaking. Gauginomediated supersymmetry breaking. Braneworld supersymmetry breaking.Conclusions.', 'updated': '2002-07-29 05:29:16', 'entry_id': 'http://arxiv.org/abs/hep-ph/0207293v2', 'published': '2002-07-24 06:54:46', 'categories': ['hep-ph'], 'journal_ref': 'Pramana60:169-182,2003', 'pdf_downloaded': None, 'primary_category': 'hep-ph'}, {'doi': None, 'links': ['http://arxiv.org/abs/1911.06896v1', 'http://arxiv.org/pdf/1911.06896v1'], 'title': 'A unified breaking onset criterion for surface gravity water waves in arbitrary depth', 'authors': ['Morteza Derakhti', 'James T. Kirby', 'Michael L. Banner', 'Stephan T. Grilli', 'Jim Thomson'], 'comment': '31 pages, 18 figures', 'pdf_url': 'http://arxiv.org/pdf/1911.06896v1', 'summary': 'We investigate the validity and robustness of the Barthelemy et al. (2018)breaking wave onset prediction framework for surface gravity water waves inarbitrary water depth, including shallow water breaking over varyingbathymetry. We show that the Barthelemy et al. (2018) breaking onset criterion,which they validated for deep and intermediate water depths, also segregatesbreaking crests from non-breaking crests in shallow water, with subsequentbreaking always following the exceedance of their proposed generic breakingthreshold. We consider a number of representative wave types, includingregular, irregular, solitary, and focused waves, shoaling over idealized bedtopographies including an idealized bar geometry and a mildly- tosteeply-sloping planar beach. Our results show that the new breaking onsetcriterion is capable of detecting single and multiple breaking events in timeand space in arbitrary water depth. Further, we show that the new genericcriterion provides improved skill for signaling imminent breaking onset,relative to the available kinematic or geometric breaking onset criteria in theliterature. In particular, the new criterion is suitable for use inwave-resolving models that cannot intrinsically detect the onset of wavebreaking.', 'updated': '2019-11-15 22:22:23', 'entry_id': 'http://arxiv.org/abs/1911.06896v1', 'published': '2019-11-15 22:22:23', 'categories': ['physics.flu-dyn'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'physics.flu-dyn'}]}, {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2104.07407v2', 'http://arxiv.org/pdf/2104.07407v2'], 'title': 'MM-Rec: Multimodal News Recommendation', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Tao Qi', 'Yongfeng Huang'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2104.07407v2', 'summary': 'Accurate news representation is critical for news recommendation. Most ofexisting news representation methods learn news representations only from newstexts while ignore the visual information in news like images. In fact, usersmay click news not only because of the interest in news titles but also due tothe attraction of news images. Thus, images are useful for representing newsand predicting user behaviors. In this paper, we propose a multimodal newsrecommendation method, which can incorporate both textual and visualinformation of news to learn multimodal news representations. We first extractregion-of-interests (ROIs) from news images via object detection. Then we use apre-trained visiolinguistic model to encode both news texts and news image ROIsand model their inherent relatedness using co-attentional Transformers. Inaddition, we propose a crossmodal candidate-aware attention network to selectrelevant historical clicked news for accurate user modeling by measuring thecrossmodal relatedness between clicked news and candidate news. Experimentsvalidate that incorporating multimodal news information can effectively improvenews recommendation.', 'updated': '2022-03-23 12:06:42', 'entry_id': 'http://arxiv.org/abs/2104.07407v2', 'published': '2021-04-15 12:11:50', 'categories': ['cs.IR'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.IR'}, {'doi': None, 'links': ['http://arxiv.org/abs/2202.13605v1', 'http://arxiv.org/pdf/2202.13605v1'], 'title': 'Quality-aware News Recommendation', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Tao Qi', 'Yongfeng Huang'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2202.13605v1', 'summary': \"News recommendation is a core technique used by many online news platforms.Recommending high-quality news to users is important for keeping good userexperiences and news platforms' reputations. However, existing newsrecommendation methods mainly aim to optimize news clicks while ignoring thequality of news they recommended, which may lead to recommending news withuninformative content or even clickbaits. In this paper, we propose aquality-aware news recommendation method named QualityRec that can effectivelyimprove the quality of recommended news. In our approach, we first propose aneffective news quality evaluation method based on the distributions of users'reading dwell time on news. Next, we propose to incorporate news qualityinformation into user interest modeling by designing a content-qualityattention network to select clicked news based on both news semantics andqualities. We further train the recommendation model with an auxiliary newsquality prediction task to learn quality-aware recommendation model, and we adda recommendation quality regularization loss to encourage the model torecommend higher-quality news. Extensive experiments on two real-world datasetsshow that QualityRec can effectively improve the overall quality of recommendednews and reduce the recommendation of low-quality news, with even slightlybetter recommendation accuracy.\", 'updated': '2022-02-28 08:25:58', 'entry_id': 'http://arxiv.org/abs/2202.13605v1', 'published': '2022-02-28 08:25:58', 'categories': ['cs.IR', 'cs.CL'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.IR'}]}, {'result': [{'doi': '10.1098/rspa.2005.1640', 'links': ['http://dx.doi.org/10.1098/rspa.2005.1640', 'http://arxiv.org/abs/quant-ph/0303114v2', 'http://arxiv.org/pdf/quant-ph/0303114v2'], 'title': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics', 'authors': ['Robin Hanson'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0303114v2', 'summary': \"In Everett's many worlds interpretation, where quantum measurements are seenas decoherence events, inexact decoherence may let large worlds mangle thememories of observers in small worlds, creating a cutoff in observable worldsize. I solve a growth-drift-diffusion-absorption model of such a mangledworlds scenario, and show that it reproduces the Born probability rule closely,though not exactly. Thus deviations from exact decoherence can allow the Bornrule to be derived in a many worlds approach via world counting, using a finitenumber of worlds and no new fundamental physics.\", 'updated': '2003-03-18 21:02:35', 'entry_id': 'http://arxiv.org/abs/quant-ph/0303114v2', 'published': '2003-03-18 20:55:23', 'categories': ['quant-ph'], 'journal_ref': 'Proceedings of the Royal Society A: 462(2069):1619-1627, May 8,\\n 2006.', 'pdf_downloaded': None, 'primary_category': 'quant-ph'}, {'doi': None, 'links': ['http://arxiv.org/abs/2311.13335v1', 'http://arxiv.org/pdf/2311.13335v1'], 'title': 'Quantum learning and essential cognition under the traction of meta-characteristics in an open world', 'authors': ['Jin Wang', 'Changlin Song'], 'comment': '8 pages,5 pages', 'pdf_url': 'http://arxiv.org/pdf/2311.13335v1', 'summary': \"Artificial intelligence has made significant progress in the Close Worldproblem, being able to accurately recognize old knowledge through training andclassification. However, AI faces significant challenges in the Open Worldproblem, as it involves a new and unknown exploration journey. AI is notinherently proactive in exploration, and its challenge lies in not knowing howto approach and adapt to the unknown world. How do humans acquire knowledge ofthe unknown world. Humans identify new knowledge through intrinsic cognition.In the process of recognizing new colors, the cognitive cues are different fromknown color features and involve hue, saturation, brightness, and othercharacteristics. When AI encounters objects with different features in the newworld, it faces another challenge: where are the distinguishing featuresbetween influential features of new and old objects? AI often mistakes a newworld's brown bear for a known dog because it has not learned the differencesin feature distributions between knowledge systems. This is because things inthe new and old worlds have different units and dimensions for their features.This paper proposes an open-world model and elemental feature system thatfocuses on fundamentally recognizing the distribution differences in objectivefeatures between the new and old worlds. The quantum tunneling effect oflearning ability in the new and old worlds is realized through the tractiveforce of meta-characteristic. The outstanding performance of the model systemin learning new knowledge (using pedestrian re-identification datasets as anexample) demonstrates that AI has acquired the ability to recognize the newworld with an accuracy of $96.71\\\\%$ at most and has gained the capability toexplore new knowledge, similar to humans.\", 'updated': '2023-11-22 11:55:41', 'entry_id': 'http://arxiv.org/abs/2311.13335v1', 'published': '2023-11-22 11:55:41', 'categories': ['cs.AI', 'cs.CV'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.AI'}]}, {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2407.16448v1', 'http://arxiv.org/pdf/2407.16448v1'], 'title': 'MonoWAD: Weather-Adaptive Diffusion Model for Robust Monocular 3D Object Detection', 'authors': ['Youngmin Oh', 'Hyung-Il Kim', 'Seong Tae Kim', 'Jung Uk Kim'], 'comment': 'Accepted by ECCV 2024', 'pdf_url': 'http://arxiv.org/pdf/2407.16448v1', 'summary': 'Monocular 3D object detection is an important challenging task in autonomousdriving. Existing methods mainly focus on performing 3D detection in idealweather conditions, characterized by scenarios with clear and optimalvisibility. However, the challenge of autonomous driving requires the abilityto handle changes in weather conditions, such as foggy weather, not just clearweather. We introduce MonoWAD, a novel weather-robust monocular 3D objectdetector with a weather-adaptive diffusion model. It contains two components:(1) the weather codebook to memorize the knowledge of the clear weather andgenerate a weather-reference feature for any input, and (2) theweather-adaptive diffusion model to enhance the feature representation of theinput feature by incorporating a weather-reference feature. This serves anattention role in indicating how much improvement is needed for the inputfeature according to the weather conditions. To achieve this goal, we introducea weather-adaptive enhancement loss to enhance the feature representation underboth clear and foggy weather conditions. Extensive experiments under variousweather conditions demonstrate that MonoWAD achieves weather-robust monocular3D object detection. The code and dataset are released athttps://github.com/VisualAIKHU/MonoWAD.', 'updated': '2024-07-23 12:58:49', 'entry_id': 'http://arxiv.org/abs/2407.16448v1', 'published': '2024-07-23 12:58:49', 'categories': ['cs.CV'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CV'}, {'doi': None, 'links': ['http://arxiv.org/abs/2403.20092v1', 'http://arxiv.org/pdf/2403.20092v1'], 'title': 'Modeling Weather Uncertainty for Multi-weather Co-Presence Estimation', 'authors': ['Qi Bi', 'Shaodi You', 'Theo Gevers'], 'comment': 'Work in progress', 'pdf_url': 'http://arxiv.org/pdf/2403.20092v1', 'summary': 'Images from outdoor scenes may be taken under various weather conditions. Itis well studied that weather impacts the performance of computer visionalgorithms and needs to be handled properly. However, existing algorithms modelweather condition as a discrete status and estimate it using multi-labelclassification. The fact is that, physically, specifically in meteorology,weather are modeled as a continuous and transitional status. Instead ofdirectly implementing hard classification as existing multi-weatherclassification methods do, we consider the physical formulation ofmulti-weather conditions and model the impact of physical-related parameter onlearning from the image appearance. In this paper, we start with solid revisitof the physics definition of weather and how it can be described as acontinuous machine learning and computer vision task. Namely, we propose tomodel the weather uncertainty, where the level of probability and co-existenceof multiple weather conditions are both considered. A Gaussian mixture model isused to encapsulate the weather uncertainty and a uncertainty-awaremulti-weather learning scheme is proposed based on prior-posterior learning. Anovel multi-weather co-presence estimation transformer (MeFormer) is proposed.In addition, a new multi-weather co-presence estimation (MePe) dataset, alongwith 14 fine-grained weather categories and 16,078 samples, is proposed tobenchmark both conventional multi-label weather classification task andmulti-weather co-presence estimation task. Large scale experiments show thatthe proposed method achieves state-of-the-art performance and substantialgeneralization capabilities on both the conventional multi-label weatherclassification task and the proposed multi-weather co-presence estimation task.Besides, modeling weather uncertainty also benefits adverse-weather semanticsegmentation.', 'updated': '2024-03-29 10:05:29', 'entry_id': 'http://arxiv.org/abs/2403.20092v1', 'published': '2024-03-29 10:05:29', 'categories': ['cs.CV'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CV'}]}, {'result': [{'doi': '10.1142/S0218213013500280', 'links': ['http://dx.doi.org/10.1142/S0218213013500280', 'http://arxiv.org/abs/1406.0175v1', 'http://arxiv.org/pdf/1406.0175v1'], 'title': 'Evolutionary Search in the Space of Rules for Creation of New Two-Player Board Games', 'authors': ['Zahid Halim'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/1406.0175v1', 'summary': \"Games have always been a popular test bed for artificial intelligencetechniques. Game developers are always in constant search for techniques thatcan automatically create computer games minimizing the developer's task. Inthis work we present an evolutionary strategy based solution towards theautomatic generation of two player board games. To guide the evolutionaryprocess towards games, which are entertaining, we propose a set of metrics.These metrics are based upon different theories of entertainment in computergames. This work also compares the entertainment value of the evolved gameswith the existing popular board based games. Further to verify theentertainment value of the evolved games with the entertainment value of thehuman user a human user survey is conducted. In addition to the user survey wecheck the learnability of the evolved games using an artificial neural networkbased controller. The proposed metrics and the evolutionary process can beemployed for generating new and entertaining board games, provided an initialsearch space is given to the evolutionary algorithm.\", 'updated': '2014-06-01 16:04:04', 'entry_id': 'http://arxiv.org/abs/1406.0175v1', 'published': '2014-06-01 16:04:04', 'categories': ['cs.NE', 'cs.AI'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.NE'}, {'doi': None, 'links': ['http://arxiv.org/abs/2010.11549v1', 'http://arxiv.org/pdf/2010.11549v1'], 'title': 'How Similar or Different Is Rakugo Speech Synthesizer to Professional Performers?', 'authors': ['Shuhei Kato', 'Yusuke Yasuda', 'Xin Wang', 'Erica Cooper', 'Junichi Yamagishi'], 'comment': 'Submitted to ICASSP 2021', 'pdf_url': 'http://arxiv.org/pdf/2010.11549v1', 'summary': 'We have been working on speech synthesis for rakugo (a traditional Japaneseform of verbal entertainment similar to one-person stand-up comedy) towardspeech synthesis that authentically entertains audiences. In this paper, wepropose a novel evaluation methodology using synthesized rakugo speech and realrakugo speech uttered by professional performers of three different ranks. Thenaturalness of the synthesized speech was comparable to that of the humanspeech, but the synthesized speech entertained listeners less than theperformers of any rank. However, we obtained some interesting insights intochallenges to be solved in order to achieve a truly entertaining rakugosynthesizer. For example, naturalness was not the most important factor, eventhough it has generally been emphasized as the most important point to beevaluated in the conventional speech synthesis field. More important factorswere the understandability of the content and distinguishability of thecharacters in the rakugo story, both of which the synthesized rakugo speech wasrelatively inferior at as compared with the professional performers. We alsofound that fundamental frequency fo modeling should be further improved tobetter entertain audiences. These results show important steps to reachingauthentically entertaining speech synthesis.', 'updated': '2020-10-22 09:21:26', 'entry_id': 'http://arxiv.org/abs/2010.11549v1', 'published': '2020-10-22 09:21:26', 'categories': ['eess.AS', 'cs.SD'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'eess.AS'}]}, {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/1806.10173v1', 'http://arxiv.org/pdf/1806.10173v1'], 'title': 'Do Political Detachment Users Receive Various Political Information on Social Media?', 'authors': ['Mitsuo Yoshida', 'Fujio Toriumi'], 'comment': 'AAAI ICWSM 2018 Workshop : The 3rd International Workshop on Event\\n Analytics using Social Media Data (EASM 2018)', 'pdf_url': 'http://arxiv.org/pdf/1806.10173v1', 'summary': 'In the election, political parties communicate political information topeople through social media. The followers receive the information, but canusers who are not followers, political detachment users, receive theinformation? We focus on political detachment users who do not follow anypolitical parties, and tackle the following research question: do politicaldetachment users receive various political information during the electionperiod? The results indicate that the answer is No. We determined that thepolitical detachment users only receive the information of a few politicalparties.', 'updated': '2018-06-26 19:08:04', 'entry_id': 'http://arxiv.org/abs/1806.10173v1', 'published': '2018-06-26 19:08:04', 'categories': ['cs.SI'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.SI'}, {'doi': None, 'links': ['http://arxiv.org/abs/2104.09560v1', 'http://arxiv.org/pdf/2104.09560v1'], 'title': 'Political Discussion is Abundant in Non-political Subreddits (and Less Toxic)', 'authors': ['Ashwin Rajadesingan', 'Ceren Budak', 'Paul Resnick'], 'comment': 'Accepted at ICWSM 2021 (International AAAI Conference on Web and\\n Social Media)', 'pdf_url': 'http://arxiv.org/pdf/2104.09560v1', 'summary': 'Research on online political communication has primarily focused on contentin explicitly political spaces. In this work, we set out to determine theamount of political talk missed using this approach. Focusing on Reddit, weestimate that nearly half of all political talk takes place in subreddits thathost political content less than 25% of the time. In other words, cumulatively,political talk in non-political spaces is abundant. We further examine thenature of political talk and show that political conversations are less toxicin non-political subreddits. Indeed, the average toxicity of political commentsreplying to a out-partisan in non-political subreddits is even less than thetoxicity of co-partisan replies in explicitly political subreddits.', 'updated': '2021-04-19 18:46:34', 'entry_id': 'http://arxiv.org/abs/2104.09560v1', 'published': '2021-04-19 18:46:34', 'categories': ['cs.SI'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.SI'}]}, {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2304.06143v1', 'http://arxiv.org/pdf/2304.06143v1'], 'title': 'Utilizing the International Classification of Functioning, Disability and Health (ICF) in forming a personal health index', 'authors': ['Ilkka Rautiainen', 'Lauri Parviainen', 'Veera Jakoaho', 'Sami Äyrämö', 'Jukka-Pekka Kauppi'], 'comment': '29 pages, 15 figures', 'pdf_url': 'http://arxiv.org/pdf/2304.06143v1', 'summary': 'We propose a new model for comprehensively monitoring the health status ofindividuals by calculating a personal health index. The central framework ofthe model is the International Classification of Functioning, Disability andHealth (ICF) developed by the World Health Organization. The model is capableof handling incomplete and heterogeneous data sets collected using differenttechniques. The health index was validated by comparing it to two self-assessedhealth measures provided by individuals undergoing rehabilitation. Resultsindicate that the model yields valid health index outcomes, suggesting that theproposed model is applicable in practice.', 'updated': '2023-03-30 12:33:32', 'entry_id': 'http://arxiv.org/abs/2304.06143v1', 'published': '2023-03-30 12:33:32', 'categories': ['cs.CY', 'J.3'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CY'}, {'doi': None, 'links': ['http://arxiv.org/abs/2006.06933v1', 'http://arxiv.org/pdf/2006.06933v1'], 'title': 'Formal Verification of Access Control Model for My Health Record System', 'authors': ['Victor Rivera'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2006.06933v1', 'summary': \"My Health Record system is the Australian Government's digital health recordsystem that holds My Health Record. My Health Record is a secure online healthrecord containing consumers' health information. The system aims to providehealth care professionals with access to key health information, e.g. listingmedicines, allergies and key diagnoses; radiology and pathology test results.The system (previously named Personally Controlled Electronic Health Record)enables consumers to decide how to share information with any of their healthcare providers who are registered and connected to the system. The My HealthRecord system operates under the Australian legislative framework My HealthRecords Act 2012. The Act establishes, inter alia, a privacy frameworkspecifying which entities can collect, use and disclose certain information inthe system and the penalties that can be imposed on improper collection, useand disclosure of this information. This paper presents the formalspecification (from the legislation) and verification of the My Health Recordregarding how consumers can control who access the information, and how thesystem adheres to such access. We rely on the correct-by-construction Event-Bmethod to prove control and access properties of the system.\", 'updated': '2020-06-12 03:47:59', 'entry_id': 'http://arxiv.org/abs/2006.06933v1', 'published': '2020-06-12 03:47:59', 'categories': ['cs.SE', 'cs.CR'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.SE'}]}]}\n", "--------------------------------------------------\n", "Transition number: 16\n", "Transition type: step\n", - "Transition output: [{'content': ['This is a test google scholar persona. The user is a 25 year old living in San Francisco. He is a fan of Google Scholar and is a student at Stanford University. He uses Google Scholar to stay updated with the latest research in quantum computing and artificial intelligence. Over the last 3 months, he has read 100+ research papers on quantum computing and artificial intelligence. He is particularly interested in the latest research in quantum machine learning and quantum error correction. He is also interested in how LLMs are being used to solve problems in quantum mechanics.'], 'created_at': '2024-11-28T20:14:58.425970Z', 'embeddings': [[-0.015671737492084503, -0.016573749482631683, 0.00606738543137908, 0.02482711337506771, -0.02882998250424862, 0.027073346078395844, 0.0021525435149669647, -0.004192618653178215, -0.020146284252405167, -0.009691162966191769, -0.027398928999900814, -0.0018318545771762729, -0.06293833255767822, 0.010626989416778088, -0.010664321482181547, -0.029900139197707176, 0.020602896809577945, 0.02405634708702564, 0.05098491162061691, 0.01597627066075802, 0.0018167400266975164, 0.018538368865847588, 0.024278147146105766, -0.029432903975248337, 0.027721546590328217, 0.008752194233238697, -0.049808528274297714, -0.05644961819052696, 0.016817443072795868, 0.014144135639071465, -0.03128163889050484, 0.02094954438507557, -0.0010352752869948745, 0.00638605747371912, 0.0025517295580357313, 0.028167083859443665, 0.011125176213681698, -0.06921841949224472, -0.01873999275267124, 0.0031037251465022564, -0.03698429465293884, -0.025046246126294136, 0.02133142203092575, 0.04462399706244469, -0.016854416579008102, -0.0430510975420475, 0.007649009115993977, -0.005883590318262577, -0.004722981248050928, -0.003350751241669059, 0.001046227524057031, 0.005026552826166153, -0.018029887229204174, 0.053446244448423386, -0.04077441990375519, 0.02201766148209572, -0.04088416695594787, 0.02015075832605362, -0.010267499834299088, -0.03215021640062332, -0.02580904401838779, 0.002094632713124156, 0.015541240572929382, -0.01390778087079525, -0.011648902669548988, -0.03873421996831894, 0.04925611615180969, -0.002199657494202256, 0.0007072139997035265, -0.009419391863048077, -0.004543200135231018, 0.016517797484993935, -0.0038691842928528786, -0.0003323692944832146, 0.0013189563760533929, -0.04027409106492996, -0.026864318177103996, -0.0419197753071785, -0.04853703454136848, -0.04465369880199432, 0.10594317317008972, 0.046854328364133835, -0.016298886388540268, 0.0028036185540258884, -0.02735450491309166, 0.00727339182049036, -0.02162793092429638, -0.04689304158091545, 0.03303921967744827, -0.04478146880865097, -0.050480831414461136, -0.0022575948387384415, 0.06019856780767441, -0.007690425962209701, -0.007917585782706738, -0.0030607846565544605, 0.008670471608638763, -0.005760575644671917, 0.04050808399915695, -0.01663600094616413, -0.08409805595874786, -0.0545378103852272, 0.028721405193209648, -0.0274882297962904, -0.025321273133158684, -0.03201734647154808, 0.08263128250837326, 0.027298621833324432, 0.022652707993984222, -0.008065377362072468, -0.04547583311796189, 0.00024730083532631397, 0.006774285342544317, -0.005536885466426611, 0.01815061829984188, -0.011350437067449093, -0.013348687440156937, -0.03891073539853096, -0.008982078172266483, -0.0110185444355011, 0.006448717787861824, -0.003866349812597037, -0.01446465030312538, -0.017594661563634872, -0.021710380911827087, 0.04407104104757309, 0.015940461307764053, 0.000976060691755265, -0.00647510914131999, 0.04934041574597359, -0.007258467376232147, 0.004550923127681017, -0.007780217099934816, 0.004065909422934055, 0.09547679126262663, 0.04624375328421593, 0.017912067472934723, 0.023161662742495537, 0.04640576615929603, -0.040533095598220825, -0.03486146405339241, 0.03730496019124985, 0.014086959883570673, -0.03051741048693657, -0.022120190784335136, 0.017715398222208023, 0.023322880268096924, -0.01310406904667616, -0.0023814246524125338, -0.018863970413804058, 0.006086794193834066, -0.00048064111615531147, -0.01596466265618801, 0.017894890159368515, 0.05033557862043381, -0.01838282123208046, -0.020436692982912064, -0.00957989227026701, -0.01178071554750204, -0.005518375895917416, 0.01110754068940878, 0.05040781944990158, 0.05383875221014023, -0.0071881492622196674, -0.006425702478736639, -0.031881414353847504, -0.00022720034758094695, 0.006209813989698887, -0.023442106321454048, -0.016704266890883446, 0.04915720224380493, 0.027567364275455475, 0.0012057595886290071, 0.017430562525987625, -0.05634449794888496, 0.04888565465807915, 0.012403023429214954, 0.017480600625276566, -0.023227309808135033, 0.027199234813451767, -0.01250576600432396, -0.02900809980928898, -0.014700164087116718, -0.02383880503475666, -0.00781917478889227, -0.036619704216718674, 0.018626833334565163, 0.014100673608481884, -0.005629208404570818, -0.022381072863936424, 0.05632047355175018, -0.019722633063793182, 0.0177643783390522, 0.01912875100970268, -0.013510119169950483, 0.0017246071947738528, -0.0025881659239530563, -0.04659343883395195, -0.03099522367119789, -0.04312900826334953, 0.02855907753109932, -0.004508837126195431, -0.020491929724812508, -0.0044746133498847485, -0.014226329512894154, 0.05342676490545273, -0.0689413920044899, -0.009655713103711603, 0.02880263514816761, -0.04532184451818466, 0.02293764427304268, 0.020767733454704285, 0.0023432194720953703, 0.000435711961472407, -0.007493944838643074, -0.01006926316767931, 0.04915594682097435, -0.03558000549674034, -0.010591919533908367, -0.014236132614314556, 0.0019505976233631372, -0.04549582302570343, 0.03677915409207344, -0.017518380656838417, -0.001874879002571106, 0.03888753801584244, -0.0400361567735672, 0.03189687803387642, -0.015013301745057106, 0.042322590947151184, -0.0348396822810173, 0.007443180773407221, -0.018349964171648026, 0.012257285416126251, 0.0405883714556694, 0.032246921211481094, -0.005144959781318903, -0.00998249650001526, -0.00861453264951706, -0.0015368403401225803, -0.02094422467052937, -0.02368479035794735, 0.044471438974142075, 0.012644251808524132, 0.016110071912407875, -0.021831434220075607, 0.021487608551979065, 0.02189694717526436, -0.007880999706685543, 0.009051802568137646, -0.020886454731225967, -0.04215766489505768, 0.02852765843272209, 0.010385671630501749, 0.006151126231998205, 0.013935141265392303, 0.0446663461625576, -0.05859478563070297, -0.039108756929636, 0.07105202227830887, -0.02975363656878471, -0.03637517988681793, 0.032182589173316956, -0.03530033305287361, 0.01657995767891407, -0.002660004887729883, 0.03197391703724861, -0.013362894766032696, -0.01032151561230421, -0.05690392851829529, -0.03784545511007309, 0.05079466104507446, 0.018589600920677185, 0.0455319918692112, 0.021151592954993248, 0.007274063769727945, 0.026385176926851273, -0.022956445813179016, 0.04503209888935089, -0.01282365433871746, -0.03962119668722153, -0.05242256447672844, -0.02195855602622032, -0.02395829930901527, -0.018755154684185985, 0.016288159415125847, -0.009570167399942877, 0.02655772492289543, -0.01149686798453331, -0.01733289659023285, -0.01132907159626484, 0.010648725554347038, -0.027164166793227196, 0.08130868524312973, 0.10823941975831984, 0.02648075297474861, 0.03431148827075958, 0.008908306248486042, -0.014196693897247314, -0.035078711807727814, -0.06461808830499649, 0.026893718168139458, 0.011442850343883038, 0.03250885382294655, 0.017624935135245323, 0.011857464909553528, 0.002460518153384328, 0.03818918392062187, -0.0063593690283596516, -0.021517546847462658, 0.0010228778701275587, 0.008773728273808956, -0.01058958936482668, 0.016834473237395287, 0.00774932699277997, -0.013765799812972546, -0.020262477919459343, 0.049936212599277496, -0.05347384884953499, -0.02195303700864315, 0.055521052330732346, -0.04548721760511398, 0.021305428817868233, 0.011855010874569416, 0.02747522108256817, 0.03386770933866501, 0.03813450038433075, -0.012636431492865086, 0.009854207746684551, -0.026002028957009315, -0.016509123146533966, 0.017511950805783272, 0.0101975966244936, 0.009558593854308128, -0.024949507787823677, 0.042774662375450134, -0.010284076444804668, -0.021528080105781555, 0.06304275989532471, -0.005416685715317726, 0.04142051190137863, -0.061019305139780045, 0.0021855514496564865, 0.012258350849151611, -0.03472227230668068, -0.03312791511416435, -0.000548225361853838, -0.03286008909344673, 0.014545919373631476, -0.04137556254863739, 0.01812741346657276, -0.031323935836553574, -0.0013330738293007016, -0.0038443892262876034, 0.02350905165076256, 0.02289889939129353, 0.04909924417734146, 0.0023193976376205683, 0.022132596001029015, -0.0007981927483342588, -0.0130745405331254, -0.011024853214621544, -0.01922866329550743, 0.02994532696902752, -0.02510892227292061, -0.0017747505335137248, -0.013762572780251505, -0.012294976972043514, 0.0029200813733041286, -0.04524457827210426, 0.024902673438191417, -0.010699890553951263, 0.014746712520718576, 0.011174866929650308, -0.003198194084689021, 0.0115395225584507, -0.05107438936829567, -0.03408464789390564, 0.0248948335647583, 0.08031124621629715, -0.007413153536617756, 1.1204278052900918e-05, 0.032477203756570816, 0.02424856834113598, -0.04604659602046013, -0.008982615545392036, 0.02713506855070591, -0.00014915135398041457, -0.04647098481655121, 0.05307076498866081, -0.04728394001722336, 0.008045613765716553, -0.012928247451782228, -0.0283577349036932, 0.04300623387098312, 0.006467579398304224, -0.010231422260403631, 0.033360861241817474, 0.06968259066343307, -0.015288825146853924, -0.03302546218037605, -0.003182978369295597, -0.018235858529806137, -0.037918929010629654, 0.031039569526910785, -0.06398001313209534, -0.03387216851115227, -0.008716827258467674, 0.02346736006438732, -0.03328898549079895, -0.01363233383744955, 0.007253660354763269, -0.05993199720978737, 0.002409775508567691, 0.02767910249531269, -0.009428243152797222, 0.004192461725324392, 0.01593441143631935, 0.010803882032632828, -0.03209521621465683, 0.056819044053554535, -0.025737211108207703, 0.026851141825318336, 0.03652720898389816, 0.07137501984834671, 0.02381859160959721, -0.02629965543746948, 0.01646084524691105, 0.0402849018573761, 0.06080068275332451, -0.010235550813376904, 0.045287467539310455, 0.023535894230008125, 0.019999904558062553, 0.06872355192899704, 0.002749955514445901, 0.04185028746724129, -0.014117076992988586, 0.004449980799108744, 0.022451188415288925, -0.08766558766365051, -0.01968243159353733, -0.014860468916594982, 0.011703227646648884, -0.03528899699449539, 0.04094488546252251, -0.0182349756360054, -0.010647347196936607, -0.0068405563943088055, -0.03713414445519447, 0.01734321378171444, -0.014805512502789496, 0.0039975522086024284, -0.031015098094940186, -0.040302954614162445, -0.004620896652340889, 0.033191826194524765, 0.016461864113807678, -0.0099693201482296, -0.03457574173808098, -0.0032087538857012987, 0.05708996579051018, 0.01788393408060074, 0.007312337402254343, 0.00527529651299119, 0.023918433114886284, 0.04229012131690979, -0.03525855764746666, 0.0444633774459362, 0.015833482146263123, 0.02585923857986927, 0.005054720677435398, -0.018144117668271065, 0.03258787468075752, 0.09733619540929794, -0.0035987691953778267, -0.0030079844873398542, -0.004347142297774553, 0.006088628433644772, 0.008579614572227001, 0.02301499992609024, 0.031012961640954018, -0.028554832562804226, -0.04063648357987404, -0.004221928771585226, 0.013079751282930374, -0.008980480954051018, 0.05178505554795265, -0.009553750976920128, -0.020926352590322495, 0.06763507425785065, 0.01575387641787529, 0.006876692641526461, 0.012805862352252008, 0.026019291952252388, -0.053698718547821045, -0.030225062742829323, 0.01862126402556896, 0.018915286287665367, 0.004963831510394812, 0.001707061426714063, -0.028278857469558716, 0.011481338180601597, 0.10189607739448547, -0.011315464042127132, -0.030216041952371597, -0.009410486556589603, -0.04523077607154846, -0.03437221795320511, -0.032854508608579636, -0.006904524751007557, -0.01274321973323822, 0.04230444133281708, 0.005612626206129789, -0.004090940114110708, 0.00287990621291101, -0.015784408897161484, 0.036410365253686905, 0.03683935105800629, 0.026808004826307297, 0.02198147028684616, 0.008378231897950172, 0.027753980830311775, -0.032743874937295914, 0.016407456248998642, 0.01622433215379715, -0.001081481808796525, -0.04915321245789528, 0.027194306254386905, -0.02132691815495491, 0.022703934460878372, 0.001475967583246529, 0.06814076751470566, -0.006336662452667952, 0.024703048169612885, -0.037753745913505554, -0.00787679199129343, 0.005892901215702295, 0.021733757108449936, -0.036804307252168655, -0.04469569772481918, 0.0015878170961514115, 0.012951831333339214, 0.05260292440652847, 0.034867044538259506, 0.015943162143230438, 0.00021534621191676703, -0.02573549933731556, -0.022897690534591675, 0.0033477486576884985, -0.031493254005908966, -0.01227332279086113, 0.02139957807958126, -0.023974869400262833, 0.026824789121747017, -0.03917257860302925, -0.0008560992428101599, 0.027356544509530067, 0.05558615177869797, 0.01166608463972807, -0.05335056036710739, 0.07350723445415497, 0.04363447800278664, 0.0067238216288387775, 0.03043380007147789, 0.00388544169254601, -0.0426035039126873, -0.010510151274502276, -0.003422884736210108, 0.03230303153395653, -0.017875663936138153, -0.014806934632360935, -0.05547628179192543, -0.017292648553848267, 0.024563901126384735, 0.04695596545934677, -0.023022349923849102, 0.009652194567024708, -0.04497253894805908, 0.04430066794157028, -0.029072456061840057, -0.034856781363487244, -0.002577992854639888, 0.018187934532761577, 0.01606651023030281, 0.06916831433773041, -0.0611276738345623, 0.02651439607143402, -0.007505751214921475, 0.013727414421737194, -0.022345757111907005, -0.0241008959710598, 0.04046372324228287, 0.04941947013139725, -0.0743357241153717, -0.0036788349971175194, 0.024328691884875298, -0.02075951546430588, 0.053776901215314865, 0.026318199932575222, -0.02641713246703148, 0.005374014377593994, 0.005815513432025909, -0.02104218304157257, -0.000478421279694885, -0.004864947870373726, -0.01693611592054367, 0.006082981824874878, 0.02185416780412197, -0.004894257988780737, 0.044014349579811096, 0.007745668757706881, -0.05674390867352486, -0.05132412165403366, -0.003959771245718002, 0.04750882834196091, -0.08302006870508194, 0.022155405953526497, 0.004621697589755058, -0.01077416818588972, 0.01907477155327797, -0.028501665219664577, -0.031839556992053986, -0.03987284377217293, 0.04463058337569237, 0.02525818534195423, 0.04268491640686989, 0.05404660478234291, 0.026495562866330147, -0.05725787207484245, 0.06708839535713196, -0.040616001933813095, 0.007117047440260649, 0.010178884491324425, -0.0398554801940918, 0.005870613269507885, -0.01661405712366104, -0.029561053961515427, -0.02001872844994068, 0.02455179952085018, -0.010217715986073015, -0.048882585018873215, 0.019563745707273483, 0.03339054435491562, 0.012429753318428991, -0.018386399373412132, 0.008257194422185421, -0.09024550020694733, -0.007574629504233599, -0.017805302515625954, 0.021555552259087563, 0.03561445698142052, 0.025563770905137066, -0.05967013165354729, 0.03261229395866394, 0.020395640283823013, 0.0010519248899072409, -0.007264405488967896, -0.02988644689321518, -0.0006834609666839242, 0.009559893049299715, -0.06259236484766006, -0.04287950322031975, 0.02451629936695099, 0.005187939386814833, -0.020626986399292942, 0.006773501168936491, -0.0008871967438608408, -0.06348317116498947, -0.059235990047454834, 0.026502689346671104, 0.007882636040449142, -0.024022018536925316, 0.048618096858263016, 0.0005697319284081459, -0.007996258325874805, -0.006460745818912983, 0.007004959508776665, -0.019269634038209915, -0.013327757827937605, -0.010302916169166563, -0.04577208682894707, 0.07003707438707352, -0.017430966719985008, -0.04365025460720062, 0.01702691800892353, 0.029939400032162663, -0.017181357368826866, -0.05866405367851257, -0.004381679464131594, 0.01181634608656168, 0.056739985942840576, -0.0055499328300356865, 0.006000246852636337, 0.009496069513261318, -0.008567911572754383, -0.01812063530087471, -0.016472872346639633, 0.01089754980057478, -0.001624477794393897, -0.022375302389264107, 0.020380694419145584, 0.01826213300228119, 0.05061953887343407, 0.010463407263159752, 0.01178878266364336, -0.054011791944503784, 0.03485691919922829, -0.0038813326973468065, -0.016046656295657158, 0.04263216629624367, 0.019344231113791462, 0.01007376704365015, 0.009052429348230362, -0.004880830179899931, -0.005771951284259558, 0.009619758464396, -0.008930336683988571, -0.04444078356027603, -0.02321331389248371, -0.07236126065254211, 0.02756300568580627, -0.0627826377749443, -0.02186889201402664, -0.012462758459150791, 0.012121695093810558, -0.05031459033489227, -0.005573994014412165, -0.047674473375082016, -0.039457496255636215, 0.008656895719468594, -0.07709009200334549, 0.02961328811943531, 0.030352480709552765, 0.009597495198249815, 0.04613536223769188, -0.06183690205216408, 0.005994188133627176, -0.013949818909168243, -0.00688588572666049, 0.003567464416846633, -0.02375665493309498, 0.017575882375240326, -0.009050877764821053, 0.02715885080397129, -0.0275584626942873, -0.00565616600215435, 0.059069324284791946, 0.01723213493824005, 0.01944643631577492, -0.029830878600478172, 0.02430517226457596, 0.008780461736023426, -0.02558065578341484, 0.015310601331293585, 0.008585300296545029, -0.037155088037252426, 0.030778761953115463, -0.03061114065349102, 0.0007349445950239897, -0.003309677354991436, -0.03539082035422325, 0.024017760530114177, -0.02482817694544792, 0.0065100667998194695, -0.0123089412227273, 0.011266719549894331, -0.026769552379846573, 0.05635958164930344, -0.029568519443273544, 0.023208744823932648, -0.009875490330159664, 0.005224302876740694, 0.02364432066679001, -0.047307029366493225, 0.029456112533807755, 0.000765095348469913, 0.0005293125286698341, 0.0027997419238090515, -0.008478994481265545, -0.004502691328525543, -0.018787603825330738, 0.025373129174113274, -0.03243747353553772, -0.016425473615527153, -0.03484295308589935, 0.04218599200248718, 0.007117601577192545, 0.04108959436416626, -0.037058353424072266, -0.001522526959888637, -0.014897141605615616, 0.011060012504458427, 0.08031164109706879, 0.009770511649549007, -0.029838593676686287, 0.006582826841622591, -0.006129378918558359, -0.01629176177084446, 0.04512185975909233, 0.032675664871931076, 0.031846772879362106, 0.06536265462636948, 0.007312471978366375, 0.01310885976999998, -0.009925377555191515, -0.028877153992652893, -0.03552689775824547, 0.022310003638267517, -0.017354223877191544, 0.013240499421954157, -0.04407158121466637, -0.020975349470973015, 0.0022642838302999735, -0.00013966132246423513, 0.007005855441093445, -0.026748422533273697, 0.00787591002881527, 0.0008165257750079036, 0.009265893138945104, -0.04001495987176895, 0.05231707543134689, -0.011505059897899628, 0.009689347818493845, 0.009744562208652496, 0.0010478353360667825, -0.007743769325315952, -0.0332467257976532, -0.014588418416678904, -0.005152959376573563, 0.015856411308050156, 0.018252084031701088, 0.07453695684671402, 0.00655342685058713, 0.08186939358711243, 0.00596515741199255, -0.02105704694986343, 0.013323825784027576, 0.042618297040462494, 0.029993180185556412, -0.014195147901773453, 0.03501703217625618, -0.05326278135180473, 0.001281377277337015, 0.026922041550278664, -0.05839579924941063, -0.002660108497366309, -0.0024291155859827995, -0.0021973242983222008, -0.04514843598008156, -0.02748742327094078, -0.03665287047624588, 0.06646118313074112, 0.06781721115112305, 0.0331895649433136, -0.02882961556315422, 0.011725064367055891, -0.01110695768147707, 0.054598987102508545, -0.014716672711074352, 0.020555704832077023, 0.04091455414891243, 0.07123471796512604, -0.003848938504233956, 0.013824107125401495, -0.0239957757294178, -0.06283079087734222, 0.04493340849876404, 0.016829051077365875, 0.034249015152454376, -0.01664159633219242, 0.02629677578806877, -0.06096959859132767, -0.021724019199609756, -0.0009781391127035022, -0.01892434060573578, 0.027962829917669296, 0.04807991161942482, 0.011118643917143343, -0.05037091299891472, 0.019078891724348068, 0.025122957304120064, -0.012683769688010216, 0.029236873611807823, -0.05762153863906861, 0.05900304764509201, 0.002422163262963295, -0.024205945432186127, 0.011141522787511349, 0.003424206515774131, 0.01915670558810234, 0.0032873237505555153, 0.008867895230650902, 0.0009473440586589276, 0.020629115402698517, -0.03235945850610733, -0.042592603713274, 0.009217322804033756, 0.04201772436499595, 0.05268913507461548, -0.046489328145980835, 0.02806694060564041, -0.02565360628068447, -0.0497392863035202, -0.016092391684651375, 0.0006345878937281668, -0.04294111579656601, -0.011590949259698393, 0.030646147206425667, -0.02217712067067623, -0.039698999375104904, 0.05597437918186188, 0.011473299004137516, 0.023486362770199776, 0.016497135162353516, 0.005261394195258617, 0.007188127376139164, -0.0716647207736969, 0.054382696747779846, 0.007359266746789217, 0.00479888217523694, 0.05038231983780861, -0.023093674331903458, 0.0208931565284729, 0.008188041858375072, 0.0360475592315197, 0.054475609213113785, -0.011876086704432964, 0.029267925769090652, 0.004166736733168364, 0.02817683108150959, -0.039146341383457184, -0.018799390643835068, 0.05607893690466881, -0.009280548430979252, 0.02381298877298832, -0.003631530562415719, -0.02611156925559044, 0.00863554049283266, 0.016642767935991287, 0.015563145279884338, -0.027823247015476227, 0.010765188373625278, -0.07269980758428574, 0.022374359890818596, 0.0070311324670910835, 0.010940865613520144, 0.02748931385576725, -0.07200745493173599, -0.003260524244979024, 0.0006049862131476402, 0.006680012680590153, 0.021251065656542775, 0.014500902034342287, -0.04386712610721588, 0.0682847872376442, 0.0022957678884267807, -0.016259783878922462, 0.0575750432908535, 0.0014137334655970335, 0.05061626434326172, -0.006252502556890249, 0.0140424482524395, -0.00560104101896286, -0.03719421476125717, -0.051093701273202896, -0.0056787761859595776, -0.028819678351283073, 0.0024047743063420057, -0.014415109530091286, -0.02083515003323555, -0.005331628490239382, 0.0005036098882555962, -0.01817723736166954, 0.014249456115067003, 0.02692011557519436, 0.04013052210211754, -0.013481054455041884, -0.001688574207946658, -0.0145127447322011, 0.06283353269100189, -0.04194600135087967, -0.03789134696125984, -0.03999098390340805, -0.06151798367500305, -0.03374876827001572, 0.05555419251322746, 0.001248985645361245, 0.0032316388096660376, 0.01928131841123104, -0.003295362927019596, -0.011491600424051285, 0.0027902687434107065, 0.03794625774025917, -0.0057970150373876095, -0.003453561570495367, 0.020120754837989807, 0.010037431493401527, -0.02036227658390999, 0.008080268278717995, -0.012845122255384922, 0.020809661597013474, 0.006917924620211124, 0.0133863789960742, -0.028565330430865288, 0.0048051257617771626, 0.020031211897730827, -0.04113258793950081, -0.0028436570428311825, -0.0017412119777873158, 0.06099452078342438, 0.0324663482606411, 0.0514092855155468, -0.008131146430969238, 0.02120067924261093, -0.032824523746967316, 0.004918454214930534, 0.01862029917538166, 0.046941712498664856, 0.09854447841644288, 0.052336569875478745, -0.001825400977395475, -0.037958212196826935, 0.03428357094526291]], 'id': 'ec3af6b0-b2a6-4d84-8987-ddffafc0516e', 'metadata': {}, 'title': 'Google Scholar Persona'}]\n", + "Transition output: [{'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2104.07407v2', 'http://arxiv.org/pdf/2104.07407v2'], 'title': 'MM-Rec: Multimodal News Recommendation', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Tao Qi', 'Yongfeng Huang'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2104.07407v2', 'summary': 'Accurate news representation is critical for news recommendation. Most ofexisting news representation methods learn news representations only from newstexts while ignore the visual information in news like images. In fact, usersmay click news not only because of the interest in news titles but also due tothe attraction of news images. Thus, images are useful for representing newsand predicting user behaviors. In this paper, we propose a multimodal newsrecommendation method, which can incorporate both textual and visualinformation of news to learn multimodal news representations. We first extractregion-of-interests (ROIs) from news images via object detection. Then we use apre-trained visiolinguistic model to encode both news texts and news image ROIsand model their inherent relatedness using co-attentional Transformers. Inaddition, we propose a crossmodal candidate-aware attention network to selectrelevant historical clicked news for accurate user modeling by measuring thecrossmodal relatedness between clicked news and candidate news. Experimentsvalidate that incorporating multimodal news information can effectively improvenews recommendation.', 'updated': '2022-03-23 12:06:42', 'entry_id': 'http://arxiv.org/abs/2104.07407v2', 'published': '2021-04-15 12:11:50', 'categories': ['cs.IR'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.IR'}, {'doi': None, 'links': ['http://arxiv.org/abs/1907.05576v1', 'http://arxiv.org/pdf/1907.05576v1'], 'title': 'Neural News Recommendation with Attentive Multi-View Learning', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Mingxiao An', 'Jianqiang Huang', 'Yongfeng Huang', 'Xing Xie'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/1907.05576v1', 'summary': 'Personalized news recommendation is very important for online news platformsto help users find interested news and improve user experience. News and userrepresentation learning is critical for news recommendation. Existing newsrecommendation methods usually learn these representations based on single newsinformation, e.g., title, which may be insufficient. In this paper we propose aneural news recommendation approach which can learn informative representationsof users and news by exploiting different kinds of news information. The coreof our approach is a news encoder and a user encoder. In the news encoder wepropose an attentive multi-view learning model to learn unified newsrepresentations from titles, bodies and topic categories by regarding them asdifferent views of news. In addition, we apply both word-level and view-levelattention mechanism to news encoder to select important words and views forlearning informative news representations. In the user encoder we learn therepresentations of users based on their browsed news and apply attentionmechanism to select informative news for user representation learning.Extensive experiments on a real-world dataset show our approach can effectivelyimprove the performance of news recommendation.', 'updated': '2019-07-12 04:50:33', 'entry_id': 'http://arxiv.org/abs/1907.05576v1', 'published': '2019-07-12 04:50:33', 'categories': ['cs.CL', 'cs.IR', 'cs.LG'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CL'}]}, {'result': [{'doi': '10.1007/BF02706401', 'links': ['http://dx.doi.org/10.1007/BF02706401', 'http://arxiv.org/abs/hep-ph/0207293v2', 'http://arxiv.org/pdf/hep-ph/0207293v2'], 'title': 'Mechanisms of Supersymmetry Breaking in the MSSM', 'authors': ['Probir Roy'], 'comment': 'New references added, minor misprints corrected, text otherwise\\n unchanged', 'pdf_url': 'http://arxiv.org/pdf/hep-ph/0207293v2', 'summary': 'Preliminary Remarks. Gauge mediated supersymmetry breaking. Gravity mediatedsupersymmetry breaking. Anomaly mediated supersymmetry breaking. Gauginomediated supersymmetry breaking. Braneworld supersymmetry breaking.Conclusions.', 'updated': '2002-07-29 05:29:16', 'entry_id': 'http://arxiv.org/abs/hep-ph/0207293v2', 'published': '2002-07-24 06:54:46', 'categories': ['hep-ph'], 'journal_ref': 'Pramana60:169-182,2003', 'pdf_downloaded': None, 'primary_category': 'hep-ph'}, {'doi': None, 'links': ['http://arxiv.org/abs/1911.06896v1', 'http://arxiv.org/pdf/1911.06896v1'], 'title': 'A unified breaking onset criterion for surface gravity water waves in arbitrary depth', 'authors': ['Morteza Derakhti', 'James T. Kirby', 'Michael L. Banner', 'Stephan T. Grilli', 'Jim Thomson'], 'comment': '31 pages, 18 figures', 'pdf_url': 'http://arxiv.org/pdf/1911.06896v1', 'summary': 'We investigate the validity and robustness of the Barthelemy et al. (2018)breaking wave onset prediction framework for surface gravity water waves inarbitrary water depth, including shallow water breaking over varyingbathymetry. We show that the Barthelemy et al. (2018) breaking onset criterion,which they validated for deep and intermediate water depths, also segregatesbreaking crests from non-breaking crests in shallow water, with subsequentbreaking always following the exceedance of their proposed generic breakingthreshold. We consider a number of representative wave types, includingregular, irregular, solitary, and focused waves, shoaling over idealized bedtopographies including an idealized bar geometry and a mildly- tosteeply-sloping planar beach. Our results show that the new breaking onsetcriterion is capable of detecting single and multiple breaking events in timeand space in arbitrary water depth. Further, we show that the new genericcriterion provides improved skill for signaling imminent breaking onset,relative to the available kinematic or geometric breaking onset criteria in theliterature. In particular, the new criterion is suitable for use inwave-resolving models that cannot intrinsically detect the onset of wavebreaking.', 'updated': '2019-11-15 22:22:23', 'entry_id': 'http://arxiv.org/abs/1911.06896v1', 'published': '2019-11-15 22:22:23', 'categories': ['physics.flu-dyn'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'physics.flu-dyn'}]}, {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2104.07407v2', 'http://arxiv.org/pdf/2104.07407v2'], 'title': 'MM-Rec: Multimodal News Recommendation', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Tao Qi', 'Yongfeng Huang'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2104.07407v2', 'summary': 'Accurate news representation is critical for news recommendation. Most ofexisting news representation methods learn news representations only from newstexts while ignore the visual information in news like images. In fact, usersmay click news not only because of the interest in news titles but also due tothe attraction of news images. Thus, images are useful for representing newsand predicting user behaviors. In this paper, we propose a multimodal newsrecommendation method, which can incorporate both textual and visualinformation of news to learn multimodal news representations. We first extractregion-of-interests (ROIs) from news images via object detection. Then we use apre-trained visiolinguistic model to encode both news texts and news image ROIsand model their inherent relatedness using co-attentional Transformers. Inaddition, we propose a crossmodal candidate-aware attention network to selectrelevant historical clicked news for accurate user modeling by measuring thecrossmodal relatedness between clicked news and candidate news. Experimentsvalidate that incorporating multimodal news information can effectively improvenews recommendation.', 'updated': '2022-03-23 12:06:42', 'entry_id': 'http://arxiv.org/abs/2104.07407v2', 'published': '2021-04-15 12:11:50', 'categories': ['cs.IR'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.IR'}, {'doi': None, 'links': ['http://arxiv.org/abs/2202.13605v1', 'http://arxiv.org/pdf/2202.13605v1'], 'title': 'Quality-aware News Recommendation', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Tao Qi', 'Yongfeng Huang'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2202.13605v1', 'summary': \"News recommendation is a core technique used by many online news platforms.Recommending high-quality news to users is important for keeping good userexperiences and news platforms' reputations. However, existing newsrecommendation methods mainly aim to optimize news clicks while ignoring thequality of news they recommended, which may lead to recommending news withuninformative content or even clickbaits. In this paper, we propose aquality-aware news recommendation method named QualityRec that can effectivelyimprove the quality of recommended news. In our approach, we first propose aneffective news quality evaluation method based on the distributions of users'reading dwell time on news. Next, we propose to incorporate news qualityinformation into user interest modeling by designing a content-qualityattention network to select clicked news based on both news semantics andqualities. We further train the recommendation model with an auxiliary newsquality prediction task to learn quality-aware recommendation model, and we adda recommendation quality regularization loss to encourage the model torecommend higher-quality news. Extensive experiments on two real-world datasetsshow that QualityRec can effectively improve the overall quality of recommendednews and reduce the recommendation of low-quality news, with even slightlybetter recommendation accuracy.\", 'updated': '2022-02-28 08:25:58', 'entry_id': 'http://arxiv.org/abs/2202.13605v1', 'published': '2022-02-28 08:25:58', 'categories': ['cs.IR', 'cs.CL'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.IR'}]}, {'result': [{'doi': '10.1098/rspa.2005.1640', 'links': ['http://dx.doi.org/10.1098/rspa.2005.1640', 'http://arxiv.org/abs/quant-ph/0303114v2', 'http://arxiv.org/pdf/quant-ph/0303114v2'], 'title': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics', 'authors': ['Robin Hanson'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0303114v2', 'summary': \"In Everett's many worlds interpretation, where quantum measurements are seenas decoherence events, inexact decoherence may let large worlds mangle thememories of observers in small worlds, creating a cutoff in observable worldsize. I solve a growth-drift-diffusion-absorption model of such a mangledworlds scenario, and show that it reproduces the Born probability rule closely,though not exactly. Thus deviations from exact decoherence can allow the Bornrule to be derived in a many worlds approach via world counting, using a finitenumber of worlds and no new fundamental physics.\", 'updated': '2003-03-18 21:02:35', 'entry_id': 'http://arxiv.org/abs/quant-ph/0303114v2', 'published': '2003-03-18 20:55:23', 'categories': ['quant-ph'], 'journal_ref': 'Proceedings of the Royal Society A: 462(2069):1619-1627, May 8,\\n 2006.', 'pdf_downloaded': None, 'primary_category': 'quant-ph'}, {'doi': None, 'links': ['http://arxiv.org/abs/2311.13335v1', 'http://arxiv.org/pdf/2311.13335v1'], 'title': 'Quantum learning and essential cognition under the traction of meta-characteristics in an open world', 'authors': ['Jin Wang', 'Changlin Song'], 'comment': '8 pages,5 pages', 'pdf_url': 'http://arxiv.org/pdf/2311.13335v1', 'summary': \"Artificial intelligence has made significant progress in the Close Worldproblem, being able to accurately recognize old knowledge through training andclassification. However, AI faces significant challenges in the Open Worldproblem, as it involves a new and unknown exploration journey. AI is notinherently proactive in exploration, and its challenge lies in not knowing howto approach and adapt to the unknown world. How do humans acquire knowledge ofthe unknown world. Humans identify new knowledge through intrinsic cognition.In the process of recognizing new colors, the cognitive cues are different fromknown color features and involve hue, saturation, brightness, and othercharacteristics. When AI encounters objects with different features in the newworld, it faces another challenge: where are the distinguishing featuresbetween influential features of new and old objects? AI often mistakes a newworld's brown bear for a known dog because it has not learned the differencesin feature distributions between knowledge systems. This is because things inthe new and old worlds have different units and dimensions for their features.This paper proposes an open-world model and elemental feature system thatfocuses on fundamentally recognizing the distribution differences in objectivefeatures between the new and old worlds. The quantum tunneling effect oflearning ability in the new and old worlds is realized through the tractiveforce of meta-characteristic. The outstanding performance of the model systemin learning new knowledge (using pedestrian re-identification datasets as anexample) demonstrates that AI has acquired the ability to recognize the newworld with an accuracy of $96.71\\\\%$ at most and has gained the capability toexplore new knowledge, similar to humans.\", 'updated': '2023-11-22 11:55:41', 'entry_id': 'http://arxiv.org/abs/2311.13335v1', 'published': '2023-11-22 11:55:41', 'categories': ['cs.AI', 'cs.CV'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.AI'}]}, {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2407.16448v1', 'http://arxiv.org/pdf/2407.16448v1'], 'title': 'MonoWAD: Weather-Adaptive Diffusion Model for Robust Monocular 3D Object Detection', 'authors': ['Youngmin Oh', 'Hyung-Il Kim', 'Seong Tae Kim', 'Jung Uk Kim'], 'comment': 'Accepted by ECCV 2024', 'pdf_url': 'http://arxiv.org/pdf/2407.16448v1', 'summary': 'Monocular 3D object detection is an important challenging task in autonomousdriving. Existing methods mainly focus on performing 3D detection in idealweather conditions, characterized by scenarios with clear and optimalvisibility. However, the challenge of autonomous driving requires the abilityto handle changes in weather conditions, such as foggy weather, not just clearweather. We introduce MonoWAD, a novel weather-robust monocular 3D objectdetector with a weather-adaptive diffusion model. It contains two components:(1) the weather codebook to memorize the knowledge of the clear weather andgenerate a weather-reference feature for any input, and (2) theweather-adaptive diffusion model to enhance the feature representation of theinput feature by incorporating a weather-reference feature. This serves anattention role in indicating how much improvement is needed for the inputfeature according to the weather conditions. To achieve this goal, we introducea weather-adaptive enhancement loss to enhance the feature representation underboth clear and foggy weather conditions. Extensive experiments under variousweather conditions demonstrate that MonoWAD achieves weather-robust monocular3D object detection. The code and dataset are released athttps://github.com/VisualAIKHU/MonoWAD.', 'updated': '2024-07-23 12:58:49', 'entry_id': 'http://arxiv.org/abs/2407.16448v1', 'published': '2024-07-23 12:58:49', 'categories': ['cs.CV'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CV'}, {'doi': None, 'links': ['http://arxiv.org/abs/2403.20092v1', 'http://arxiv.org/pdf/2403.20092v1'], 'title': 'Modeling Weather Uncertainty for Multi-weather Co-Presence Estimation', 'authors': ['Qi Bi', 'Shaodi You', 'Theo Gevers'], 'comment': 'Work in progress', 'pdf_url': 'http://arxiv.org/pdf/2403.20092v1', 'summary': 'Images from outdoor scenes may be taken under various weather conditions. Itis well studied that weather impacts the performance of computer visionalgorithms and needs to be handled properly. However, existing algorithms modelweather condition as a discrete status and estimate it using multi-labelclassification. The fact is that, physically, specifically in meteorology,weather are modeled as a continuous and transitional status. Instead ofdirectly implementing hard classification as existing multi-weatherclassification methods do, we consider the physical formulation ofmulti-weather conditions and model the impact of physical-related parameter onlearning from the image appearance. In this paper, we start with solid revisitof the physics definition of weather and how it can be described as acontinuous machine learning and computer vision task. Namely, we propose tomodel the weather uncertainty, where the level of probability and co-existenceof multiple weather conditions are both considered. A Gaussian mixture model isused to encapsulate the weather uncertainty and a uncertainty-awaremulti-weather learning scheme is proposed based on prior-posterior learning. Anovel multi-weather co-presence estimation transformer (MeFormer) is proposed.In addition, a new multi-weather co-presence estimation (MePe) dataset, alongwith 14 fine-grained weather categories and 16,078 samples, is proposed tobenchmark both conventional multi-label weather classification task andmulti-weather co-presence estimation task. Large scale experiments show thatthe proposed method achieves state-of-the-art performance and substantialgeneralization capabilities on both the conventional multi-label weatherclassification task and the proposed multi-weather co-presence estimation task.Besides, modeling weather uncertainty also benefits adverse-weather semanticsegmentation.', 'updated': '2024-03-29 10:05:29', 'entry_id': 'http://arxiv.org/abs/2403.20092v1', 'published': '2024-03-29 10:05:29', 'categories': ['cs.CV'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CV'}]}, {'result': [{'doi': '10.1142/S0218213013500280', 'links': ['http://dx.doi.org/10.1142/S0218213013500280', 'http://arxiv.org/abs/1406.0175v1', 'http://arxiv.org/pdf/1406.0175v1'], 'title': 'Evolutionary Search in the Space of Rules for Creation of New Two-Player Board Games', 'authors': ['Zahid Halim'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/1406.0175v1', 'summary': \"Games have always been a popular test bed for artificial intelligencetechniques. Game developers are always in constant search for techniques thatcan automatically create computer games minimizing the developer's task. Inthis work we present an evolutionary strategy based solution towards theautomatic generation of two player board games. To guide the evolutionaryprocess towards games, which are entertaining, we propose a set of metrics.These metrics are based upon different theories of entertainment in computergames. This work also compares the entertainment value of the evolved gameswith the existing popular board based games. Further to verify theentertainment value of the evolved games with the entertainment value of thehuman user a human user survey is conducted. In addition to the user survey wecheck the learnability of the evolved games using an artificial neural networkbased controller. The proposed metrics and the evolutionary process can beemployed for generating new and entertaining board games, provided an initialsearch space is given to the evolutionary algorithm.\", 'updated': '2014-06-01 16:04:04', 'entry_id': 'http://arxiv.org/abs/1406.0175v1', 'published': '2014-06-01 16:04:04', 'categories': ['cs.NE', 'cs.AI'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.NE'}, {'doi': None, 'links': ['http://arxiv.org/abs/2010.11549v1', 'http://arxiv.org/pdf/2010.11549v1'], 'title': 'How Similar or Different Is Rakugo Speech Synthesizer to Professional Performers?', 'authors': ['Shuhei Kato', 'Yusuke Yasuda', 'Xin Wang', 'Erica Cooper', 'Junichi Yamagishi'], 'comment': 'Submitted to ICASSP 2021', 'pdf_url': 'http://arxiv.org/pdf/2010.11549v1', 'summary': 'We have been working on speech synthesis for rakugo (a traditional Japaneseform of verbal entertainment similar to one-person stand-up comedy) towardspeech synthesis that authentically entertains audiences. In this paper, wepropose a novel evaluation methodology using synthesized rakugo speech and realrakugo speech uttered by professional performers of three different ranks. Thenaturalness of the synthesized speech was comparable to that of the humanspeech, but the synthesized speech entertained listeners less than theperformers of any rank. However, we obtained some interesting insights intochallenges to be solved in order to achieve a truly entertaining rakugosynthesizer. For example, naturalness was not the most important factor, eventhough it has generally been emphasized as the most important point to beevaluated in the conventional speech synthesis field. More important factorswere the understandability of the content and distinguishability of thecharacters in the rakugo story, both of which the synthesized rakugo speech wasrelatively inferior at as compared with the professional performers. We alsofound that fundamental frequency fo modeling should be further improved tobetter entertain audiences. These results show important steps to reachingauthentically entertaining speech synthesis.', 'updated': '2020-10-22 09:21:26', 'entry_id': 'http://arxiv.org/abs/2010.11549v1', 'published': '2020-10-22 09:21:26', 'categories': ['eess.AS', 'cs.SD'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'eess.AS'}]}, {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/1806.10173v1', 'http://arxiv.org/pdf/1806.10173v1'], 'title': 'Do Political Detachment Users Receive Various Political Information on Social Media?', 'authors': ['Mitsuo Yoshida', 'Fujio Toriumi'], 'comment': 'AAAI ICWSM 2018 Workshop : The 3rd International Workshop on Event\\n Analytics using Social Media Data (EASM 2018)', 'pdf_url': 'http://arxiv.org/pdf/1806.10173v1', 'summary': 'In the election, political parties communicate political information topeople through social media. The followers receive the information, but canusers who are not followers, political detachment users, receive theinformation? We focus on political detachment users who do not follow anypolitical parties, and tackle the following research question: do politicaldetachment users receive various political information during the electionperiod? The results indicate that the answer is No. We determined that thepolitical detachment users only receive the information of a few politicalparties.', 'updated': '2018-06-26 19:08:04', 'entry_id': 'http://arxiv.org/abs/1806.10173v1', 'published': '2018-06-26 19:08:04', 'categories': ['cs.SI'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.SI'}, {'doi': None, 'links': ['http://arxiv.org/abs/2104.09560v1', 'http://arxiv.org/pdf/2104.09560v1'], 'title': 'Political Discussion is Abundant in Non-political Subreddits (and Less Toxic)', 'authors': ['Ashwin Rajadesingan', 'Ceren Budak', 'Paul Resnick'], 'comment': 'Accepted at ICWSM 2021 (International AAAI Conference on Web and\\n Social Media)', 'pdf_url': 'http://arxiv.org/pdf/2104.09560v1', 'summary': 'Research on online political communication has primarily focused on contentin explicitly political spaces. In this work, we set out to determine theamount of political talk missed using this approach. Focusing on Reddit, weestimate that nearly half of all political talk takes place in subreddits thathost political content less than 25% of the time. In other words, cumulatively,political talk in non-political spaces is abundant. We further examine thenature of political talk and show that political conversations are less toxicin non-political subreddits. Indeed, the average toxicity of political commentsreplying to a out-partisan in non-political subreddits is even less than thetoxicity of co-partisan replies in explicitly political subreddits.', 'updated': '2021-04-19 18:46:34', 'entry_id': 'http://arxiv.org/abs/2104.09560v1', 'published': '2021-04-19 18:46:34', 'categories': ['cs.SI'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.SI'}]}, {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2304.06143v1', 'http://arxiv.org/pdf/2304.06143v1'], 'title': 'Utilizing the International Classification of Functioning, Disability and Health (ICF) in forming a personal health index', 'authors': ['Ilkka Rautiainen', 'Lauri Parviainen', 'Veera Jakoaho', 'Sami Äyrämö', 'Jukka-Pekka Kauppi'], 'comment': '29 pages, 15 figures', 'pdf_url': 'http://arxiv.org/pdf/2304.06143v1', 'summary': 'We propose a new model for comprehensively monitoring the health status ofindividuals by calculating a personal health index. The central framework ofthe model is the International Classification of Functioning, Disability andHealth (ICF) developed by the World Health Organization. The model is capableof handling incomplete and heterogeneous data sets collected using differenttechniques. The health index was validated by comparing it to two self-assessedhealth measures provided by individuals undergoing rehabilitation. Resultsindicate that the model yields valid health index outcomes, suggesting that theproposed model is applicable in practice.', 'updated': '2023-03-30 12:33:32', 'entry_id': 'http://arxiv.org/abs/2304.06143v1', 'published': '2023-03-30 12:33:32', 'categories': ['cs.CY', 'J.3'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CY'}, {'doi': None, 'links': ['http://arxiv.org/abs/2006.06933v1', 'http://arxiv.org/pdf/2006.06933v1'], 'title': 'Formal Verification of Access Control Model for My Health Record System', 'authors': ['Victor Rivera'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2006.06933v1', 'summary': \"My Health Record system is the Australian Government's digital health recordsystem that holds My Health Record. My Health Record is a secure online healthrecord containing consumers' health information. The system aims to providehealth care professionals with access to key health information, e.g. listingmedicines, allergies and key diagnoses; radiology and pathology test results.The system (previously named Personally Controlled Electronic Health Record)enables consumers to decide how to share information with any of their healthcare providers who are registered and connected to the system. The My HealthRecord system operates under the Australian legislative framework My HealthRecords Act 2012. The Act establishes, inter alia, a privacy frameworkspecifying which entities can collect, use and disclose certain information inthe system and the penalties that can be imposed on improper collection, useand disclosure of this information. This paper presents the formalspecification (from the legislation) and verification of the My Health Recordregarding how consumers can control who access the information, and how thesystem adheres to such access. We rely on the correct-by-construction Event-Bmethod to prove control and access properties of the system.\", 'updated': '2020-06-12 03:47:59', 'entry_id': 'http://arxiv.org/abs/2006.06933v1', 'published': '2020-06-12 03:47:59', 'categories': ['cs.SE', 'cs.CR'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.SE'}]}]\n", "--------------------------------------------------\n", "Transition number: 17\n", - "Transition type: step\n", - "Transition output: {'user_info': {'about': 'This is a test user', 'created_at': '2024-11-28T20:14:56.748977Z', 'id': '70ba3a2c-b5ab-4074-8f01-fe9f81771c17', 'metadata': {'age': 25, 'city': 'San Francisco', 'favorite_scientists': \"['Richard Feynman', 'Alan Turing', 'Geoffrey Hinton']\", 'latest_research_read': 'Quantum Machine Learning', 'ppid': '70ba3a2c-b5ab-4074-8f01-fe9f81771c17', 'research_interests': \"['Quantum Computing', 'Artificial Intelligence', 'Machine Learning']\", 'state': 'California', 'top_journals': \"['Nature', 'Science', 'IEEE Transactions on Quantum Engineering']\", 'top_research_area': 'Quantum Computing', 'top_scientist': 'Richard Feynman'}, 'name': 'user_new_1', 'updated_at': '2024-11-28T20:14:56.748167Z'}}\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/1806.10173v1', 'http://arxiv.org/pdf/1806.10173v1'], 'title': 'Do Political Detachment Users Receive Various Political Information on Social Media?', 'authors': ['Mitsuo Yoshida', 'Fujio Toriumi'], 'comment': 'AAAI ICWSM 2018 Workshop : The 3rd International Workshop on Event\\n Analytics using Social Media Data (EASM 2018)', 'pdf_url': 'http://arxiv.org/pdf/1806.10173v1', 'summary': 'In the election, political parties communicate political information topeople through social media. The followers receive the information, but canusers who are not followers, political detachment users, receive theinformation? We focus on political detachment users who do not follow anypolitical parties, and tackle the following research question: do politicaldetachment users receive various political information during the electionperiod? The results indicate that the answer is No. We determined that thepolitical detachment users only receive the information of a few politicalparties.', 'updated': '2018-06-26 19:08:04', 'entry_id': 'http://arxiv.org/abs/1806.10173v1', 'published': '2018-06-26 19:08:04', 'categories': ['cs.SI'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.SI'}, {'doi': None, 'links': ['http://arxiv.org/abs/2104.09560v1', 'http://arxiv.org/pdf/2104.09560v1'], 'title': 'Political Discussion is Abundant in Non-political Subreddits (and Less Toxic)', 'authors': ['Ashwin Rajadesingan', 'Ceren Budak', 'Paul Resnick'], 'comment': 'Accepted at ICWSM 2021 (International AAAI Conference on Web and\\n Social Media)', 'pdf_url': 'http://arxiv.org/pdf/2104.09560v1', 'summary': 'Research on online political communication has primarily focused on contentin explicitly political spaces. In this work, we set out to determine theamount of political talk missed using this approach. Focusing on Reddit, weestimate that nearly half of all political talk takes place in subreddits thathost political content less than 25% of the time. In other words, cumulatively,political talk in non-political spaces is abundant. We further examine thenature of political talk and show that political conversations are less toxicin non-political subreddits. Indeed, the average toxicity of political commentsreplying to a out-partisan in non-political subreddits is even less than thetoxicity of co-partisan replies in explicitly political subreddits.', 'updated': '2021-04-19 18:46:34', 'entry_id': 'http://arxiv.org/abs/2104.09560v1', 'published': '2021-04-19 18:46:34', 'categories': ['cs.SI'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.SI'}]}\n", "--------------------------------------------------\n", "Transition number: 18\n", - "Transition type: step\n", - "Transition output: [{'about': 'This is a test user', 'created_at': '2024-11-28T20:14:56.748977Z', 'id': '70ba3a2c-b5ab-4074-8f01-fe9f81771c17', 'metadata': {'age': 25, 'city': 'San Francisco', 'favorite_scientists': \"['Richard Feynman', 'Alan Turing', 'Geoffrey Hinton']\", 'latest_research_read': 'Quantum Machine Learning', 'ppid': '70ba3a2c-b5ab-4074-8f01-fe9f81771c17', 'research_interests': \"['Quantum Computing', 'Artificial Intelligence', 'Machine Learning']\", 'state': 'California', 'top_journals': \"['Nature', 'Science', 'IEEE Transactions on Quantum Engineering']\", 'top_research_area': 'Quantum Computing', 'top_scientist': 'Richard Feynman'}, 'name': 'user_new_1', 'updated_at': '2024-11-28T20:14:56.748167Z'}]\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2407.16448v1', 'http://arxiv.org/pdf/2407.16448v1'], 'title': 'MonoWAD: Weather-Adaptive Diffusion Model for Robust Monocular 3D Object Detection', 'authors': ['Youngmin Oh', 'Hyung-Il Kim', 'Seong Tae Kim', 'Jung Uk Kim'], 'comment': 'Accepted by ECCV 2024', 'pdf_url': 'http://arxiv.org/pdf/2407.16448v1', 'summary': 'Monocular 3D object detection is an important challenging task in autonomousdriving. Existing methods mainly focus on performing 3D detection in idealweather conditions, characterized by scenarios with clear and optimalvisibility. However, the challenge of autonomous driving requires the abilityto handle changes in weather conditions, such as foggy weather, not just clearweather. We introduce MonoWAD, a novel weather-robust monocular 3D objectdetector with a weather-adaptive diffusion model. It contains two components:(1) the weather codebook to memorize the knowledge of the clear weather andgenerate a weather-reference feature for any input, and (2) theweather-adaptive diffusion model to enhance the feature representation of theinput feature by incorporating a weather-reference feature. This serves anattention role in indicating how much improvement is needed for the inputfeature according to the weather conditions. To achieve this goal, we introducea weather-adaptive enhancement loss to enhance the feature representation underboth clear and foggy weather conditions. Extensive experiments under variousweather conditions demonstrate that MonoWAD achieves weather-robust monocular3D object detection. The code and dataset are released athttps://github.com/VisualAIKHU/MonoWAD.', 'updated': '2024-07-23 12:58:49', 'entry_id': 'http://arxiv.org/abs/2407.16448v1', 'published': '2024-07-23 12:58:49', 'categories': ['cs.CV'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CV'}, {'doi': None, 'links': ['http://arxiv.org/abs/2403.20092v1', 'http://arxiv.org/pdf/2403.20092v1'], 'title': 'Modeling Weather Uncertainty for Multi-weather Co-Presence Estimation', 'authors': ['Qi Bi', 'Shaodi You', 'Theo Gevers'], 'comment': 'Work in progress', 'pdf_url': 'http://arxiv.org/pdf/2403.20092v1', 'summary': 'Images from outdoor scenes may be taken under various weather conditions. Itis well studied that weather impacts the performance of computer visionalgorithms and needs to be handled properly. However, existing algorithms modelweather condition as a discrete status and estimate it using multi-labelclassification. The fact is that, physically, specifically in meteorology,weather are modeled as a continuous and transitional status. Instead ofdirectly implementing hard classification as existing multi-weatherclassification methods do, we consider the physical formulation ofmulti-weather conditions and model the impact of physical-related parameter onlearning from the image appearance. In this paper, we start with solid revisitof the physics definition of weather and how it can be described as acontinuous machine learning and computer vision task. Namely, we propose tomodel the weather uncertainty, where the level of probability and co-existenceof multiple weather conditions are both considered. A Gaussian mixture model isused to encapsulate the weather uncertainty and a uncertainty-awaremulti-weather learning scheme is proposed based on prior-posterior learning. Anovel multi-weather co-presence estimation transformer (MeFormer) is proposed.In addition, a new multi-weather co-presence estimation (MePe) dataset, alongwith 14 fine-grained weather categories and 16,078 samples, is proposed tobenchmark both conventional multi-label weather classification task andmulti-weather co-presence estimation task. Large scale experiments show thatthe proposed method achieves state-of-the-art performance and substantialgeneralization capabilities on both the conventional multi-label weatherclassification task and the proposed multi-weather co-presence estimation task.Besides, modeling weather uncertainty also benefits adverse-weather semanticsegmentation.', 'updated': '2024-03-29 10:05:29', 'entry_id': 'http://arxiv.org/abs/2403.20092v1', 'published': '2024-03-29 10:05:29', 'categories': ['cs.CV'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CV'}]}\n", "--------------------------------------------------\n", "Transition number: 19\n", - "Transition type: step\n", - "Transition output: {'arxiv_results': [{'result': [{'authors': ['Seng W. Loke'], 'categories': ['cs.ET', 'cs.DC'], 'comment': None, 'doi': None, 'entry_id': 'http://arxiv.org/abs/2208.00733v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/2208.00733v1', 'http://arxiv.org/pdf/2208.00733v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/2208.00733v1', 'primary_category': 'cs.ET', 'published': '2022-08-01 10:36:13', 'summary': 'This article highlights quantum Internet computing as referring todistributed quantum computing over the quantum Internet, analogous to(classical) Internet computing involving (classical) distributed computing overthe (classical) Internet. Relevant to quantum Internet computing would be areasof study such as quantum protocols for distributed nodes using quantuminformation for computations, quantum cloud computing, delegated verifiableblind or private computing, non-local gates, and distributed quantumapplications, over Internet-scale distances.', 'title': 'The Rise of Quantum Internet Computing', 'updated': '2022-08-01 10:36:13'}, {'authors': ['Seth Lloyd'], 'categories': ['quant-ph'], 'comment': '9 pages, plain TeX, article from 1998 conference proceedings\\n proposing fermionic quantum computers', 'doi': None, 'entry_id': 'http://arxiv.org/abs/quant-ph/0003151v1', 'journal_ref': \"in `Unconventional Models of Computation,' C.S. Calude, J. Casti,\\n M.J. Dinneen, eds., Springer, Singapore, 1998\", 'links': ['http://arxiv.org/abs/quant-ph/0003151v1', 'http://arxiv.org/pdf/quant-ph/0003151v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0003151v1', 'primary_category': 'quant-ph', 'published': '2000-03-31 22:07:23', 'summary': \"This paper investigates a variety of unconventional quantum computationdevices, including fermionic quantum computers and computers that exploitnonlinear quantum mechanics. It is shown that unconventional quantum computingdevices can in principle compute some quantities more rapidly than`conventional' quantum computers.\", 'title': 'Unconventional Quantum Computing Devices', 'updated': '2000-03-31 22:07:23'}]}, {'result': [{'authors': ['Shiqi Gong', 'Shuaiqiang Liu', 'Danny D. Sun'], 'categories': ['q-fin.PM'], 'comment': '35 pages, 7 figures, 6 tables', 'doi': None, 'entry_id': 'http://arxiv.org/abs/2306.02764v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/2306.02764v1', 'http://arxiv.org/pdf/2306.02764v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/2306.02764v1', 'primary_category': 'q-fin.PM', 'published': '2023-06-05 10:40:53', 'summary': \"Market making plays a crucial role in providing liquidity and maintainingstability in financial markets, making it an essential component ofwell-functioning capital markets. Despite its importance, there is limitedresearch on market making in the Chinese stock market, which is one of thelargest and most rapidly growing markets globally. To address this gap, weemploy an optimal market making framework with an exponential CARA-type(Constant Absolute Risk Aversion) utility function that accounts for variousmarket conditions, such as price drift, volatility, and stamp duty, and iscapable of describing 3 major risks (i.e., inventory, execution and adverseselection risks) in market making practice, and provide an in-depthquantitative and scenario analysis of market making in the Chinese stockmarket. Our numerical experiments explore the impact of volatility on themarket maker's inventory. Furthermore, we find that the stamp duty rate is acritical factor in market making, with a negative impact on both the profit ofthe market maker and the liquidity of the market. Additionally, our analysisemphasizes the significance of accurately estimating stock drift for managinginventory and adverse selection risks effectively and enhancing profit for themarket maker. These findings offer valuable insights for both market makers andpolicymakers in the Chinese stock market and provide directions for furtherresearch in designing effective market making strategies and policies.\", 'title': 'Optimal Market Making in the Chinese Stock Market: A Stochastic Control and Scenario Analysis', 'updated': '2023-06-05 10:40:53'}, {'authors': ['Zhongyang Zhao', 'Caisheng Wang', 'Huaiwei Liao', 'Carol J. Miller'], 'categories': ['eess.SY', 'cs.SY'], 'comment': '51st North American Power Symposium, October 2019', 'doi': None, 'entry_id': 'http://arxiv.org/abs/1910.14515v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1910.14515v1', 'http://arxiv.org/pdf/1910.14515v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1910.14515v1', 'primary_category': 'eess.SY', 'published': '2019-10-31 14:55:25', 'summary': \"A competitive wholesale electricity market consists of thousands ofinteracting market participants. Driven by the variations of fuel costs, systemloads and weathers, these market participants compete actively and behavevariously in the power market. Although electricity markets tend to become moretransparent, a large amount of market information is still not publiclyavailable to market participants. Hence, data-driven analysis based on publicdata is crucial for market participants to better understand and modellarge-scale power markets, and ultimately to perform better in power trading.While most of the previous researches related to the large-scale power marketsare based on the synthetic networks, a data-driven approach utilizing the realpower market data is proposed in this paper. First, the power plants' monthlynet generation and capacity data are obtained from U.S. Energy InformationAdministration (EIA) and aggregated to figure out the monthly regional capacityfactors which are used to characterize the market's regional behaviors formarket participants. Then, the regional capacity factors are analyzed againstthe metered system loads and natural gas prices to study the generationbehaviors in the power market. The analysis reveals the impacts of regionalnatural gas prices on capacity factors and the responses of generatingbehaviors to the system loads. The analysis results present the solid evidenceand rational references for market participants to model and validate thelarge-scale power market in the future.\", 'title': 'Data-driven Analysis of Regional Capacity Factors in a Large-Scale Power Market: A Perspective from Market Participants', 'updated': '2019-10-31 14:55:25'}]}, {'result': [{'authors': ['Peter Lodahl'], 'categories': ['quant-ph'], 'comment': None, 'doi': None, 'entry_id': 'http://arxiv.org/abs/1707.02094v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1707.02094v1', 'http://arxiv.org/pdf/1707.02094v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1707.02094v1', 'primary_category': 'quant-ph', 'published': '2017-07-07 09:19:15', 'summary': 'Quantum dots embedded in photonic nanostructures have in recent years provento be a very powerful solid-state platform for quantum optics experiments. Thecombination of near-unity radiative coupling of a single quantum dot to aphotonic mode and the ability to eliminate decoherence processes imply that anunprecedented light-matter interface can be obtained. As a result,high-cooperativity photon-emitter quantum interfaces can be constructed openinga path-way to deterministic photonic quantum gates for quantum-informationprocessing applications. In the present manuscript, I review currentstate-of-the-art on quantum dot devices and their applications for quantumtechnology. The overarching long-term goal of the research field is toconstruct photonic quantum networks where remote entanglement can bedistributed over long distances by photons.', 'title': 'Quantum-dot based photonic quantum networks', 'updated': '2017-07-07 09:19:15'}, {'authors': ['Ruo Peng Wang'], 'categories': ['quant-ph'], 'comment': '3 figures', 'doi': None, 'entry_id': 'http://arxiv.org/abs/quant-ph/0407030v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/quant-ph/0407030v1', 'http://arxiv.org/pdf/quant-ph/0407030v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0407030v1', 'primary_category': 'quant-ph', 'published': '2004-07-05 08:43:07', 'summary': \"I show that the photon pairs used in experimental tests of quantumnon-locality based on Bell's theorem are not in the entangled quantum state.The correct quantum state of the ``entangled'' photon pairs is suggested. Twoexperiments for testing this quantum state are proposed.\", 'title': 'Quantum State of Entangled Photon Pairs', 'updated': '2004-07-05 08:43:07'}]}, {'result': [{'authors': ['Pierre Paleo', 'Alessandro Mirone'], 'categories': ['physics.comp-ph', 'cs.CV'], 'comment': 'IUCR template, preprint mode, 35 figures', 'doi': '10.1107/S1600577515010176', 'entry_id': 'http://arxiv.org/abs/1502.01480v1', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1107/S1600577515010176', 'http://arxiv.org/abs/1502.01480v1', 'http://arxiv.org/pdf/1502.01480v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1502.01480v1', 'primary_category': 'physics.comp-ph', 'published': '2015-02-05 09:51:59', 'summary': 'We present a novel approach to handle ring artifacts correction in compressedsensing tomographic reconstruction. The correction is part of thereconstruction process, which differs from classical sinogram pre-processingand image post-processing techniques. The principle of compressed sensingtomographic reconstruction is presented. Then, we show that the ring artifactscorrection can be integrated in the reconstruction problem formalism. Weprovide numerical results for both simulated and real data. This technique isincluded in the PyHST2 code which is used at the European Synchrotron RadiationFacility for tomographic reconstruction.', 'title': 'Ring artifacts correction in compressed sensing tomographic reconstruction', 'updated': '2015-02-05 09:51:59'}, {'authors': ['Rasmus Dalgas Kongskov', 'Yiqiu Dong'], 'categories': ['cs.CE'], 'comment': None, 'doi': None, 'entry_id': 'http://arxiv.org/abs/1708.06912v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1708.06912v1', 'http://arxiv.org/pdf/1708.06912v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1708.06912v1', 'primary_category': 'cs.CE', 'published': '2017-08-23 08:08:47', 'summary': 'Decomposition of tomographic reconstructions has many different practicalapplication. We propose two new reconstruction methods that combines the taskof tomographic reconstruction with object decomposition. We demonstrate thesereconstruction methods in the context of decomposing directional objects intovarious directional components. Furthermore we propose a method for estimatingthe main direction in a directional object, directly from the measured computedtomography data. We demonstrate all the proposed methods on simulated and realsamples to show their practical applicability. The numerical tests show thatdecomposition and reconstruction can combined to achieve a highly usefulfibre-crack decomposition.', 'title': 'Tomographic Reconstruction Methods for Decomposing Directional Components', 'updated': '2017-08-23 08:08:47'}]}, {'result': [{'authors': ['Liang Liu', 'Hongwei Qin', 'Jifan Hu'], 'categories': ['cond-mat.mes-hall'], 'comment': '11 pages, 8 figures', 'doi': None, 'entry_id': 'http://arxiv.org/abs/1904.04991v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1904.04991v1', 'http://arxiv.org/pdf/1904.04991v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1904.04991v1', 'primary_category': 'cond-mat.mes-hall', 'published': '2019-04-10 03:37:14', 'summary': 'By the means of screened exchange density functional theory, we find that thephosphorene nanoribbons with bare zigzag edges that undergo Peierls distortionis a antiferromagnetic semiconductor in which the polarized states are mainlylocalized at the edges. Under application of external electric fields, thephosphorene nanoribbons present exotic electronic structure transitionsincluding semiconducting, half-metallic, and metallic states.', 'title': 'Exotic Electronic Property of Phosphorene Nanoribbons Driven by External Electric Field', 'updated': '2019-04-10 03:37:14'}, {'authors': ['Young Jin Kim', 'Ping-Han Chu', 'Igor Savukov', 'Shaun Newman'], 'categories': ['hep-ex', 'physics.atom-ph'], 'comment': '17 pages, 5 figures', 'doi': '10.1038/s41467-019-10169-1', 'entry_id': 'http://arxiv.org/abs/1902.00128v2', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1038/s41467-019-10169-1', 'http://arxiv.org/abs/1902.00128v2', 'http://arxiv.org/pdf/1902.00128v2'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1902.00128v2', 'primary_category': 'hep-ex', 'published': '2019-01-31 23:35:06', 'summary': 'Exotic spin-dependent interactions between fermions have recently attractedattention in relation to theories beyond the Standard Model. The exoticinteractions can be mediated by hypothetical fundamental bosons which mayexplain several unsolved mysteries in physics. Here we expand this area ofresearch by probing an exotic parity-odd spin- and velocity-dependentinteraction between the axial-vector electron coupling and the vector nucleoncoupling for polarized electrons. This experiment utilizes a high-sensitivityatomic magnetometer, based on an optically polarized vapor that is a source ofpolarized electrons, and a solid-state mass containing unpolarized nucleons.The atomic magnetometer can detect an effective magnetic field induced by theexotic interaction between unpolarized nucleons and polarized electrons. We setan experimental limit on the electron-nucleon coupling $g_\\\\text{A}^\\\\text{e}g_\\\\text{V}^\\\\text{N}<$ $10^{-30}$ at the mediator boson mass below $10^{-4}$ eV,significantly improving the current limit by up to 17 orders of magnitude.', 'title': 'Experimental limit on an exotic parity-odd spin- and velocity-dependent interaction using an optically polarized vapor', 'updated': '2019-04-24 21:40:25'}]}, {'result': [{'authors': ['R. Jackiw'], 'categories': ['hep-th'], 'comment': '13 pages, LaTeX with 2 figures (available from author), MIT-CTP #2371', 'doi': None, 'entry_id': 'http://arxiv.org/abs/hep-th/9410151v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/hep-th/9410151v1', 'http://arxiv.org/pdf/hep-th/9410151v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/hep-th/9410151v1', 'primary_category': 'hep-th', 'published': '1994-10-20 20:21:54', 'summary': \"25th anniversary and new building dedication Centre de RecherchesMath\\\\'{e}matiques Montr\\\\'{e}al, Canada, October 1994\", 'title': 'My Encounters --- as a Physicist --- with Mathematics', 'updated': '1994-10-20 20:21:54'}, {'authors': ['R. Jackiw'], 'categories': ['hep-th', 'hep-ph', 'physics.hist-ph', 'quant-ph'], 'comment': 'Email correspondence to jackiw@mitlns.mit.edu ; 4 pages, LaTeX', 'doi': '10.1073/pnas.95.22.12776', 'entry_id': 'http://arxiv.org/abs/hep-th/9709212v1', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1073/pnas.95.22.12776', 'http://arxiv.org/abs/hep-th/9709212v1', 'http://arxiv.org/pdf/hep-th/9709212v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/hep-th/9709212v1', 'primary_category': 'hep-th', 'published': '1997-09-29 20:50:54', 'summary': 'The present-day crisis in quantum field theory is described.', 'title': 'What is quantum field theory and why have some physicists abandoned it?', 'updated': '1997-09-29 20:50:54'}]}, {'result': [{'authors': ['Maximilian Russ', 'Guido Burkard'], 'categories': ['cond-mat.mes-hall'], 'comment': '42 pages, 13 figures', 'doi': '10.1088/1361-648X/aa761f', 'entry_id': 'http://arxiv.org/abs/1611.09106v1', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1088/1361-648X/aa761f', 'http://arxiv.org/abs/1611.09106v1', 'http://arxiv.org/pdf/1611.09106v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1611.09106v1', 'primary_category': 'cond-mat.mes-hall', 'published': '2016-11-28 13:21:43', 'summary': 'The goal of this article is to review the progress of three-electron spinqubits from their inception to the state of the art. We direct the main focustowards the resonant exchange (RX) qubit and the exchange-only qubit, but wealso discuss other qubit implementations using three electron spins. For eachthree-spin qubit we describe the qubit model, the physical realization, theimplementations of single-qubit operations, as well as the read-out andinitialization schemes. Two-qubit gates and decoherence properties arediscussed for the RX qubit and the exchange-only qubit, thereby, completing thelist of requirements for a viable candidate qubit implementation for quantumcomputation. We start with describing the full system of three electrons in atriple quantum dot, then discuss the charge-stability diagram and restrictourselves to the relevant subsystem, introduce the qubit states, and discussimportant transitions to other charge states. Introducing the various qubitimplementations, we begin with the exchange-only qubit, followed by thespin-charge qubit, the hybrid qubit, and the RX qubit, discussing for each thesingle-qubit operations, read-out, and initialization methods, whereas the mainfocus will be on the RX qubit, whose single-qubit operations are realized bydriving the qubit at its resonant frequency in the microwave range similar toelectron spin resonance. Two different types of two-qubit operations arepresented for the exchange-only and the RX qubit which can be divided intoshort-ranged and long-ranged interactions. Both of these interaction types canbe expected to be necessary in a large-scale quantum computer. We also takeinto account the decoherence of the qubit through the influence of magneticnoise as well as dephasing due to charge noise.', 'title': 'Three-electron spin qubits', 'updated': '2016-11-28 13:21:43'}, {'authors': ['Sam Young Cho', 'Mun Dae Kim'], 'categories': ['cond-mat.supr-con', 'cond-mat.mes-hall'], 'comment': '5 pages, 1 figure', 'doi': '10.1103/PhysRevB.77.212506', 'entry_id': 'http://arxiv.org/abs/cond-mat/0703505v1', 'journal_ref': 'Phys. Rev. B 77, 212506 (2008)', 'links': ['http://dx.doi.org/10.1103/PhysRevB.77.212506', 'http://arxiv.org/abs/cond-mat/0703505v1', 'http://arxiv.org/pdf/cond-mat/0703505v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/cond-mat/0703505v1', 'primary_category': 'cond-mat.supr-con', 'published': '2007-03-20 02:20:35', 'summary': 'Superconducting flux qubits are considered to investigate macroscopicmany-qubit interactions. Many-qubit states based on current states can be manipulated through thecurrent-phase relation in each superconducting loop. For flux qubit systems comprised of $N$ qubit loops, a general expression oflow energy Hamiltonian is presented in terms of low energy levels of qubits andmacroscopic quantum tunnelings between the many-qubit states. Many-qubit interactions classified by {\\\\em Ising type- or tunnel-}exchangeinteractions can be observable experimentally. Flux qubit systems can provide various artificial-spin systems to studymany-body systems that cannot be found naturally.', 'title': 'Macroscopic Many-Qubit Interactions in Superconducting Flux Qubits', 'updated': '2007-03-20 02:20:35'}]}, {'result': [{'authors': ['Henry Cohn'], 'categories': ['math.MG', 'math.NT'], 'comment': '24 pages, 9 figures', 'doi': '10.1090/noti1474', 'entry_id': 'http://arxiv.org/abs/1611.01685v1', 'journal_ref': 'Notices Amer. Math. Soc. 64 (2017), no. 2, 102-115', 'links': ['http://dx.doi.org/10.1090/noti1474', 'http://arxiv.org/abs/1611.01685v1', 'http://arxiv.org/pdf/1611.01685v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1611.01685v1', 'primary_category': 'math.MG', 'published': '2016-11-05 18:16:28', 'summary': \"This expository paper describes Viazovska's breakthrough solution of thesphere packing problem in eight dimensions, as well as its extension totwenty-four dimensions by Cohn, Kumar, Miller, Radchenko, and Viazovska.\", 'title': 'A conceptual breakthrough in sphere packing', 'updated': '2016-11-05 18:16:28'}, {'authors': ['Jesper W. Schneider', 'Rodrigo Costas'], 'categories': ['cs.DL'], 'comment': 'Accepted for publication in Journal of the Association for\\n Information Science and Technology', 'doi': None, 'entry_id': 'http://arxiv.org/abs/1512.01388v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1512.01388v1', 'http://arxiv.org/pdf/1512.01388v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1512.01388v1', 'primary_category': 'cs.DL', 'published': '2015-12-04 12:33:07', 'summary': 'The article presents three advanced citation-based methods used to detectpotential breakthrough papers among very highly cited papers. We approach thedetection of such papers from three different perspectives in order to providedifferent typologies of breakthrough papers. In all three cases we use theclassification of scientific publications developed at CWTS based on directcitation relationships. This classification establishes clusters of papers atthree levels of aggregation. Papers are clustered based on their similarcitation orientations and it is assumed that they are focused on similarresearch interests. We use the clustering as the context for detectingpotential breakthrough papers. We utilize the Characteristics Scores and Scales(CSS) approach to partition citation distributions and implement a specificfiltering algorithm to sort out potential highly-cited followers, papers notconsidered breakthroughs in themselves. After invoking thresholds andfiltering, three methods are explored: A very exclusive one where only thehighest cited paper in a micro-cluster is considered as a potentialbreakthrough paper (M1); as well as two conceptually different methods, onethat detects potential breakthrough papers among the two percent highest citedpapers according to CSS (M2a), and finally a more restrictive version where, inaddition to the CSS two percent filter, knowledge diffusion is also taken in asan extra parameter (M2b). The advance citation-based methods are explored andevaluated using specifically validated publication sets linked to differentDanish funding instruments including centres of excellence.', 'title': 'Identifying potential breakthrough publications using refined citation analyses: Three related explorative approaches', 'updated': '2015-12-04 12:33:07'}]}]}\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2304.06143v1', 'http://arxiv.org/pdf/2304.06143v1'], 'title': 'Utilizing the International Classification of Functioning, Disability and Health (ICF) in forming a personal health index', 'authors': ['Ilkka Rautiainen', 'Lauri Parviainen', 'Veera Jakoaho', 'Sami Äyrämö', 'Jukka-Pekka Kauppi'], 'comment': '29 pages, 15 figures', 'pdf_url': 'http://arxiv.org/pdf/2304.06143v1', 'summary': 'We propose a new model for comprehensively monitoring the health status ofindividuals by calculating a personal health index. The central framework ofthe model is the International Classification of Functioning, Disability andHealth (ICF) developed by the World Health Organization. The model is capableof handling incomplete and heterogeneous data sets collected using differenttechniques. The health index was validated by comparing it to two self-assessedhealth measures provided by individuals undergoing rehabilitation. Resultsindicate that the model yields valid health index outcomes, suggesting that theproposed model is applicable in practice.', 'updated': '2023-03-30 12:33:32', 'entry_id': 'http://arxiv.org/abs/2304.06143v1', 'published': '2023-03-30 12:33:32', 'categories': ['cs.CY', 'J.3'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CY'}, {'doi': None, 'links': ['http://arxiv.org/abs/2006.06933v1', 'http://arxiv.org/pdf/2006.06933v1'], 'title': 'Formal Verification of Access Control Model for My Health Record System', 'authors': ['Victor Rivera'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2006.06933v1', 'summary': \"My Health Record system is the Australian Government's digital health recordsystem that holds My Health Record. My Health Record is a secure online healthrecord containing consumers' health information. The system aims to providehealth care professionals with access to key health information, e.g. listingmedicines, allergies and key diagnoses; radiology and pathology test results.The system (previously named Personally Controlled Electronic Health Record)enables consumers to decide how to share information with any of their healthcare providers who are registered and connected to the system. The My HealthRecord system operates under the Australian legislative framework My HealthRecords Act 2012. The Act establishes, inter alia, a privacy frameworkspecifying which entities can collect, use and disclose certain information inthe system and the penalties that can be imposed on improper collection, useand disclosure of this information. This paper presents the formalspecification (from the legislation) and verification of the My Health Recordregarding how consumers can control who access the information, and how thesystem adheres to such access. We rely on the correct-by-construction Event-Bmethod to prove control and access properties of the system.\", 'updated': '2020-06-12 03:47:59', 'entry_id': 'http://arxiv.org/abs/2006.06933v1', 'published': '2020-06-12 03:47:59', 'categories': ['cs.SE', 'cs.CR'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.SE'}]}\n", "--------------------------------------------------\n", "Transition number: 20\n", - "Transition type: step\n", - "Transition output: [{'result': [{'authors': ['Seng W. Loke'], 'categories': ['cs.ET', 'cs.DC'], 'comment': None, 'doi': None, 'entry_id': 'http://arxiv.org/abs/2208.00733v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/2208.00733v1', 'http://arxiv.org/pdf/2208.00733v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/2208.00733v1', 'primary_category': 'cs.ET', 'published': '2022-08-01 10:36:13', 'summary': 'This article highlights quantum Internet computing as referring todistributed quantum computing over the quantum Internet, analogous to(classical) Internet computing involving (classical) distributed computing overthe (classical) Internet. Relevant to quantum Internet computing would be areasof study such as quantum protocols for distributed nodes using quantuminformation for computations, quantum cloud computing, delegated verifiableblind or private computing, non-local gates, and distributed quantumapplications, over Internet-scale distances.', 'title': 'The Rise of Quantum Internet Computing', 'updated': '2022-08-01 10:36:13'}, {'authors': ['Seth Lloyd'], 'categories': ['quant-ph'], 'comment': '9 pages, plain TeX, article from 1998 conference proceedings\\n proposing fermionic quantum computers', 'doi': None, 'entry_id': 'http://arxiv.org/abs/quant-ph/0003151v1', 'journal_ref': \"in `Unconventional Models of Computation,' C.S. Calude, J. Casti,\\n M.J. Dinneen, eds., Springer, Singapore, 1998\", 'links': ['http://arxiv.org/abs/quant-ph/0003151v1', 'http://arxiv.org/pdf/quant-ph/0003151v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0003151v1', 'primary_category': 'quant-ph', 'published': '2000-03-31 22:07:23', 'summary': \"This paper investigates a variety of unconventional quantum computationdevices, including fermionic quantum computers and computers that exploitnonlinear quantum mechanics. It is shown that unconventional quantum computingdevices can in principle compute some quantities more rapidly than`conventional' quantum computers.\", 'title': 'Unconventional Quantum Computing Devices', 'updated': '2000-03-31 22:07:23'}]}, {'result': [{'authors': ['Shiqi Gong', 'Shuaiqiang Liu', 'Danny D. Sun'], 'categories': ['q-fin.PM'], 'comment': '35 pages, 7 figures, 6 tables', 'doi': None, 'entry_id': 'http://arxiv.org/abs/2306.02764v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/2306.02764v1', 'http://arxiv.org/pdf/2306.02764v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/2306.02764v1', 'primary_category': 'q-fin.PM', 'published': '2023-06-05 10:40:53', 'summary': \"Market making plays a crucial role in providing liquidity and maintainingstability in financial markets, making it an essential component ofwell-functioning capital markets. Despite its importance, there is limitedresearch on market making in the Chinese stock market, which is one of thelargest and most rapidly growing markets globally. To address this gap, weemploy an optimal market making framework with an exponential CARA-type(Constant Absolute Risk Aversion) utility function that accounts for variousmarket conditions, such as price drift, volatility, and stamp duty, and iscapable of describing 3 major risks (i.e., inventory, execution and adverseselection risks) in market making practice, and provide an in-depthquantitative and scenario analysis of market making in the Chinese stockmarket. Our numerical experiments explore the impact of volatility on themarket maker's inventory. Furthermore, we find that the stamp duty rate is acritical factor in market making, with a negative impact on both the profit ofthe market maker and the liquidity of the market. Additionally, our analysisemphasizes the significance of accurately estimating stock drift for managinginventory and adverse selection risks effectively and enhancing profit for themarket maker. These findings offer valuable insights for both market makers andpolicymakers in the Chinese stock market and provide directions for furtherresearch in designing effective market making strategies and policies.\", 'title': 'Optimal Market Making in the Chinese Stock Market: A Stochastic Control and Scenario Analysis', 'updated': '2023-06-05 10:40:53'}, {'authors': ['Zhongyang Zhao', 'Caisheng Wang', 'Huaiwei Liao', 'Carol J. Miller'], 'categories': ['eess.SY', 'cs.SY'], 'comment': '51st North American Power Symposium, October 2019', 'doi': None, 'entry_id': 'http://arxiv.org/abs/1910.14515v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1910.14515v1', 'http://arxiv.org/pdf/1910.14515v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1910.14515v1', 'primary_category': 'eess.SY', 'published': '2019-10-31 14:55:25', 'summary': \"A competitive wholesale electricity market consists of thousands ofinteracting market participants. Driven by the variations of fuel costs, systemloads and weathers, these market participants compete actively and behavevariously in the power market. Although electricity markets tend to become moretransparent, a large amount of market information is still not publiclyavailable to market participants. Hence, data-driven analysis based on publicdata is crucial for market participants to better understand and modellarge-scale power markets, and ultimately to perform better in power trading.While most of the previous researches related to the large-scale power marketsare based on the synthetic networks, a data-driven approach utilizing the realpower market data is proposed in this paper. First, the power plants' monthlynet generation and capacity data are obtained from U.S. Energy InformationAdministration (EIA) and aggregated to figure out the monthly regional capacityfactors which are used to characterize the market's regional behaviors formarket participants. Then, the regional capacity factors are analyzed againstthe metered system loads and natural gas prices to study the generationbehaviors in the power market. The analysis reveals the impacts of regionalnatural gas prices on capacity factors and the responses of generatingbehaviors to the system loads. The analysis results present the solid evidenceand rational references for market participants to model and validate thelarge-scale power market in the future.\", 'title': 'Data-driven Analysis of Regional Capacity Factors in a Large-Scale Power Market: A Perspective from Market Participants', 'updated': '2019-10-31 14:55:25'}]}, {'result': [{'authors': ['Peter Lodahl'], 'categories': ['quant-ph'], 'comment': None, 'doi': None, 'entry_id': 'http://arxiv.org/abs/1707.02094v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1707.02094v1', 'http://arxiv.org/pdf/1707.02094v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1707.02094v1', 'primary_category': 'quant-ph', 'published': '2017-07-07 09:19:15', 'summary': 'Quantum dots embedded in photonic nanostructures have in recent years provento be a very powerful solid-state platform for quantum optics experiments. Thecombination of near-unity radiative coupling of a single quantum dot to aphotonic mode and the ability to eliminate decoherence processes imply that anunprecedented light-matter interface can be obtained. As a result,high-cooperativity photon-emitter quantum interfaces can be constructed openinga path-way to deterministic photonic quantum gates for quantum-informationprocessing applications. In the present manuscript, I review currentstate-of-the-art on quantum dot devices and their applications for quantumtechnology. The overarching long-term goal of the research field is toconstruct photonic quantum networks where remote entanglement can bedistributed over long distances by photons.', 'title': 'Quantum-dot based photonic quantum networks', 'updated': '2017-07-07 09:19:15'}, {'authors': ['Ruo Peng Wang'], 'categories': ['quant-ph'], 'comment': '3 figures', 'doi': None, 'entry_id': 'http://arxiv.org/abs/quant-ph/0407030v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/quant-ph/0407030v1', 'http://arxiv.org/pdf/quant-ph/0407030v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0407030v1', 'primary_category': 'quant-ph', 'published': '2004-07-05 08:43:07', 'summary': \"I show that the photon pairs used in experimental tests of quantumnon-locality based on Bell's theorem are not in the entangled quantum state.The correct quantum state of the ``entangled'' photon pairs is suggested. Twoexperiments for testing this quantum state are proposed.\", 'title': 'Quantum State of Entangled Photon Pairs', 'updated': '2004-07-05 08:43:07'}]}, {'result': [{'authors': ['Pierre Paleo', 'Alessandro Mirone'], 'categories': ['physics.comp-ph', 'cs.CV'], 'comment': 'IUCR template, preprint mode, 35 figures', 'doi': '10.1107/S1600577515010176', 'entry_id': 'http://arxiv.org/abs/1502.01480v1', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1107/S1600577515010176', 'http://arxiv.org/abs/1502.01480v1', 'http://arxiv.org/pdf/1502.01480v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1502.01480v1', 'primary_category': 'physics.comp-ph', 'published': '2015-02-05 09:51:59', 'summary': 'We present a novel approach to handle ring artifacts correction in compressedsensing tomographic reconstruction. The correction is part of thereconstruction process, which differs from classical sinogram pre-processingand image post-processing techniques. The principle of compressed sensingtomographic reconstruction is presented. Then, we show that the ring artifactscorrection can be integrated in the reconstruction problem formalism. Weprovide numerical results for both simulated and real data. This technique isincluded in the PyHST2 code which is used at the European Synchrotron RadiationFacility for tomographic reconstruction.', 'title': 'Ring artifacts correction in compressed sensing tomographic reconstruction', 'updated': '2015-02-05 09:51:59'}, {'authors': ['Rasmus Dalgas Kongskov', 'Yiqiu Dong'], 'categories': ['cs.CE'], 'comment': None, 'doi': None, 'entry_id': 'http://arxiv.org/abs/1708.06912v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1708.06912v1', 'http://arxiv.org/pdf/1708.06912v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1708.06912v1', 'primary_category': 'cs.CE', 'published': '2017-08-23 08:08:47', 'summary': 'Decomposition of tomographic reconstructions has many different practicalapplication. We propose two new reconstruction methods that combines the taskof tomographic reconstruction with object decomposition. We demonstrate thesereconstruction methods in the context of decomposing directional objects intovarious directional components. Furthermore we propose a method for estimatingthe main direction in a directional object, directly from the measured computedtomography data. We demonstrate all the proposed methods on simulated and realsamples to show their practical applicability. The numerical tests show thatdecomposition and reconstruction can combined to achieve a highly usefulfibre-crack decomposition.', 'title': 'Tomographic Reconstruction Methods for Decomposing Directional Components', 'updated': '2017-08-23 08:08:47'}]}, {'result': [{'authors': ['Liang Liu', 'Hongwei Qin', 'Jifan Hu'], 'categories': ['cond-mat.mes-hall'], 'comment': '11 pages, 8 figures', 'doi': None, 'entry_id': 'http://arxiv.org/abs/1904.04991v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1904.04991v1', 'http://arxiv.org/pdf/1904.04991v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1904.04991v1', 'primary_category': 'cond-mat.mes-hall', 'published': '2019-04-10 03:37:14', 'summary': 'By the means of screened exchange density functional theory, we find that thephosphorene nanoribbons with bare zigzag edges that undergo Peierls distortionis a antiferromagnetic semiconductor in which the polarized states are mainlylocalized at the edges. Under application of external electric fields, thephosphorene nanoribbons present exotic electronic structure transitionsincluding semiconducting, half-metallic, and metallic states.', 'title': 'Exotic Electronic Property of Phosphorene Nanoribbons Driven by External Electric Field', 'updated': '2019-04-10 03:37:14'}, {'authors': ['Young Jin Kim', 'Ping-Han Chu', 'Igor Savukov', 'Shaun Newman'], 'categories': ['hep-ex', 'physics.atom-ph'], 'comment': '17 pages, 5 figures', 'doi': '10.1038/s41467-019-10169-1', 'entry_id': 'http://arxiv.org/abs/1902.00128v2', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1038/s41467-019-10169-1', 'http://arxiv.org/abs/1902.00128v2', 'http://arxiv.org/pdf/1902.00128v2'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1902.00128v2', 'primary_category': 'hep-ex', 'published': '2019-01-31 23:35:06', 'summary': 'Exotic spin-dependent interactions between fermions have recently attractedattention in relation to theories beyond the Standard Model. The exoticinteractions can be mediated by hypothetical fundamental bosons which mayexplain several unsolved mysteries in physics. Here we expand this area ofresearch by probing an exotic parity-odd spin- and velocity-dependentinteraction between the axial-vector electron coupling and the vector nucleoncoupling for polarized electrons. This experiment utilizes a high-sensitivityatomic magnetometer, based on an optically polarized vapor that is a source ofpolarized electrons, and a solid-state mass containing unpolarized nucleons.The atomic magnetometer can detect an effective magnetic field induced by theexotic interaction between unpolarized nucleons and polarized electrons. We setan experimental limit on the electron-nucleon coupling $g_\\\\text{A}^\\\\text{e}g_\\\\text{V}^\\\\text{N}<$ $10^{-30}$ at the mediator boson mass below $10^{-4}$ eV,significantly improving the current limit by up to 17 orders of magnitude.', 'title': 'Experimental limit on an exotic parity-odd spin- and velocity-dependent interaction using an optically polarized vapor', 'updated': '2019-04-24 21:40:25'}]}, {'result': [{'authors': ['R. Jackiw'], 'categories': ['hep-th'], 'comment': '13 pages, LaTeX with 2 figures (available from author), MIT-CTP #2371', 'doi': None, 'entry_id': 'http://arxiv.org/abs/hep-th/9410151v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/hep-th/9410151v1', 'http://arxiv.org/pdf/hep-th/9410151v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/hep-th/9410151v1', 'primary_category': 'hep-th', 'published': '1994-10-20 20:21:54', 'summary': \"25th anniversary and new building dedication Centre de RecherchesMath\\\\'{e}matiques Montr\\\\'{e}al, Canada, October 1994\", 'title': 'My Encounters --- as a Physicist --- with Mathematics', 'updated': '1994-10-20 20:21:54'}, {'authors': ['R. Jackiw'], 'categories': ['hep-th', 'hep-ph', 'physics.hist-ph', 'quant-ph'], 'comment': 'Email correspondence to jackiw@mitlns.mit.edu ; 4 pages, LaTeX', 'doi': '10.1073/pnas.95.22.12776', 'entry_id': 'http://arxiv.org/abs/hep-th/9709212v1', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1073/pnas.95.22.12776', 'http://arxiv.org/abs/hep-th/9709212v1', 'http://arxiv.org/pdf/hep-th/9709212v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/hep-th/9709212v1', 'primary_category': 'hep-th', 'published': '1997-09-29 20:50:54', 'summary': 'The present-day crisis in quantum field theory is described.', 'title': 'What is quantum field theory and why have some physicists abandoned it?', 'updated': '1997-09-29 20:50:54'}]}, {'result': [{'authors': ['Maximilian Russ', 'Guido Burkard'], 'categories': ['cond-mat.mes-hall'], 'comment': '42 pages, 13 figures', 'doi': '10.1088/1361-648X/aa761f', 'entry_id': 'http://arxiv.org/abs/1611.09106v1', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1088/1361-648X/aa761f', 'http://arxiv.org/abs/1611.09106v1', 'http://arxiv.org/pdf/1611.09106v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1611.09106v1', 'primary_category': 'cond-mat.mes-hall', 'published': '2016-11-28 13:21:43', 'summary': 'The goal of this article is to review the progress of three-electron spinqubits from their inception to the state of the art. We direct the main focustowards the resonant exchange (RX) qubit and the exchange-only qubit, but wealso discuss other qubit implementations using three electron spins. For eachthree-spin qubit we describe the qubit model, the physical realization, theimplementations of single-qubit operations, as well as the read-out andinitialization schemes. Two-qubit gates and decoherence properties arediscussed for the RX qubit and the exchange-only qubit, thereby, completing thelist of requirements for a viable candidate qubit implementation for quantumcomputation. We start with describing the full system of three electrons in atriple quantum dot, then discuss the charge-stability diagram and restrictourselves to the relevant subsystem, introduce the qubit states, and discussimportant transitions to other charge states. Introducing the various qubitimplementations, we begin with the exchange-only qubit, followed by thespin-charge qubit, the hybrid qubit, and the RX qubit, discussing for each thesingle-qubit operations, read-out, and initialization methods, whereas the mainfocus will be on the RX qubit, whose single-qubit operations are realized bydriving the qubit at its resonant frequency in the microwave range similar toelectron spin resonance. Two different types of two-qubit operations arepresented for the exchange-only and the RX qubit which can be divided intoshort-ranged and long-ranged interactions. Both of these interaction types canbe expected to be necessary in a large-scale quantum computer. We also takeinto account the decoherence of the qubit through the influence of magneticnoise as well as dephasing due to charge noise.', 'title': 'Three-electron spin qubits', 'updated': '2016-11-28 13:21:43'}, {'authors': ['Sam Young Cho', 'Mun Dae Kim'], 'categories': ['cond-mat.supr-con', 'cond-mat.mes-hall'], 'comment': '5 pages, 1 figure', 'doi': '10.1103/PhysRevB.77.212506', 'entry_id': 'http://arxiv.org/abs/cond-mat/0703505v1', 'journal_ref': 'Phys. Rev. B 77, 212506 (2008)', 'links': ['http://dx.doi.org/10.1103/PhysRevB.77.212506', 'http://arxiv.org/abs/cond-mat/0703505v1', 'http://arxiv.org/pdf/cond-mat/0703505v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/cond-mat/0703505v1', 'primary_category': 'cond-mat.supr-con', 'published': '2007-03-20 02:20:35', 'summary': 'Superconducting flux qubits are considered to investigate macroscopicmany-qubit interactions. Many-qubit states based on current states can be manipulated through thecurrent-phase relation in each superconducting loop. For flux qubit systems comprised of $N$ qubit loops, a general expression oflow energy Hamiltonian is presented in terms of low energy levels of qubits andmacroscopic quantum tunnelings between the many-qubit states. Many-qubit interactions classified by {\\\\em Ising type- or tunnel-}exchangeinteractions can be observable experimentally. Flux qubit systems can provide various artificial-spin systems to studymany-body systems that cannot be found naturally.', 'title': 'Macroscopic Many-Qubit Interactions in Superconducting Flux Qubits', 'updated': '2007-03-20 02:20:35'}]}, {'result': [{'authors': ['Henry Cohn'], 'categories': ['math.MG', 'math.NT'], 'comment': '24 pages, 9 figures', 'doi': '10.1090/noti1474', 'entry_id': 'http://arxiv.org/abs/1611.01685v1', 'journal_ref': 'Notices Amer. Math. Soc. 64 (2017), no. 2, 102-115', 'links': ['http://dx.doi.org/10.1090/noti1474', 'http://arxiv.org/abs/1611.01685v1', 'http://arxiv.org/pdf/1611.01685v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1611.01685v1', 'primary_category': 'math.MG', 'published': '2016-11-05 18:16:28', 'summary': \"This expository paper describes Viazovska's breakthrough solution of thesphere packing problem in eight dimensions, as well as its extension totwenty-four dimensions by Cohn, Kumar, Miller, Radchenko, and Viazovska.\", 'title': 'A conceptual breakthrough in sphere packing', 'updated': '2016-11-05 18:16:28'}, {'authors': ['Jesper W. Schneider', 'Rodrigo Costas'], 'categories': ['cs.DL'], 'comment': 'Accepted for publication in Journal of the Association for\\n Information Science and Technology', 'doi': None, 'entry_id': 'http://arxiv.org/abs/1512.01388v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1512.01388v1', 'http://arxiv.org/pdf/1512.01388v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1512.01388v1', 'primary_category': 'cs.DL', 'published': '2015-12-04 12:33:07', 'summary': 'The article presents three advanced citation-based methods used to detectpotential breakthrough papers among very highly cited papers. We approach thedetection of such papers from three different perspectives in order to providedifferent typologies of breakthrough papers. In all three cases we use theclassification of scientific publications developed at CWTS based on directcitation relationships. This classification establishes clusters of papers atthree levels of aggregation. Papers are clustered based on their similarcitation orientations and it is assumed that they are focused on similarresearch interests. We use the clustering as the context for detectingpotential breakthrough papers. We utilize the Characteristics Scores and Scales(CSS) approach to partition citation distributions and implement a specificfiltering algorithm to sort out potential highly-cited followers, papers notconsidered breakthroughs in themselves. After invoking thresholds andfiltering, three methods are explored: A very exclusive one where only thehighest cited paper in a micro-cluster is considered as a potentialbreakthrough paper (M1); as well as two conceptually different methods, onethat detects potential breakthrough papers among the two percent highest citedpapers according to CSS (M2a), and finally a more restrictive version where, inaddition to the CSS two percent filter, knowledge diffusion is also taken in asan extra parameter (M2b). The advance citation-based methods are explored andevaluated using specifically validated publication sets linked to differentDanish funding instruments including centres of excellence.', 'title': 'Identifying potential breakthrough publications using refined citation analyses: Three related explorative approaches', 'updated': '2015-12-04 12:33:07'}]}]\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'doi': '10.1142/S0218213013500280', 'links': ['http://dx.doi.org/10.1142/S0218213013500280', 'http://arxiv.org/abs/1406.0175v1', 'http://arxiv.org/pdf/1406.0175v1'], 'title': 'Evolutionary Search in the Space of Rules for Creation of New Two-Player Board Games', 'authors': ['Zahid Halim'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/1406.0175v1', 'summary': \"Games have always been a popular test bed for artificial intelligencetechniques. Game developers are always in constant search for techniques thatcan automatically create computer games minimizing the developer's task. Inthis work we present an evolutionary strategy based solution towards theautomatic generation of two player board games. To guide the evolutionaryprocess towards games, which are entertaining, we propose a set of metrics.These metrics are based upon different theories of entertainment in computergames. This work also compares the entertainment value of the evolved gameswith the existing popular board based games. Further to verify theentertainment value of the evolved games with the entertainment value of thehuman user a human user survey is conducted. In addition to the user survey wecheck the learnability of the evolved games using an artificial neural networkbased controller. The proposed metrics and the evolutionary process can beemployed for generating new and entertaining board games, provided an initialsearch space is given to the evolutionary algorithm.\", 'updated': '2014-06-01 16:04:04', 'entry_id': 'http://arxiv.org/abs/1406.0175v1', 'published': '2014-06-01 16:04:04', 'categories': ['cs.NE', 'cs.AI'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.NE'}, {'doi': None, 'links': ['http://arxiv.org/abs/2010.11549v1', 'http://arxiv.org/pdf/2010.11549v1'], 'title': 'How Similar or Different Is Rakugo Speech Synthesizer to Professional Performers?', 'authors': ['Shuhei Kato', 'Yusuke Yasuda', 'Xin Wang', 'Erica Cooper', 'Junichi Yamagishi'], 'comment': 'Submitted to ICASSP 2021', 'pdf_url': 'http://arxiv.org/pdf/2010.11549v1', 'summary': 'We have been working on speech synthesis for rakugo (a traditional Japaneseform of verbal entertainment similar to one-person stand-up comedy) towardspeech synthesis that authentically entertains audiences. In this paper, wepropose a novel evaluation methodology using synthesized rakugo speech and realrakugo speech uttered by professional performers of three different ranks. Thenaturalness of the synthesized speech was comparable to that of the humanspeech, but the synthesized speech entertained listeners less than theperformers of any rank. However, we obtained some interesting insights intochallenges to be solved in order to achieve a truly entertaining rakugosynthesizer. For example, naturalness was not the most important factor, eventhough it has generally been emphasized as the most important point to beevaluated in the conventional speech synthesis field. More important factorswere the understandability of the content and distinguishability of thecharacters in the rakugo story, both of which the synthesized rakugo speech wasrelatively inferior at as compared with the professional performers. We alsofound that fundamental frequency fo modeling should be further improved tobetter entertain audiences. These results show important steps to reachingauthentically entertaining speech synthesis.', 'updated': '2020-10-22 09:21:26', 'entry_id': 'http://arxiv.org/abs/2010.11549v1', 'published': '2020-10-22 09:21:26', 'categories': ['eess.AS', 'cs.SD'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'eess.AS'}]}\n", "--------------------------------------------------\n", "Transition number: 21\n", - "Transition type: finish_branch\n", - "Transition output: {'result': [{'authors': ['Maximilian Russ', 'Guido Burkard'], 'categories': ['cond-mat.mes-hall'], 'comment': '42 pages, 13 figures', 'doi': '10.1088/1361-648X/aa761f', 'entry_id': 'http://arxiv.org/abs/1611.09106v1', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1088/1361-648X/aa761f', 'http://arxiv.org/abs/1611.09106v1', 'http://arxiv.org/pdf/1611.09106v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1611.09106v1', 'primary_category': 'cond-mat.mes-hall', 'published': '2016-11-28 13:21:43', 'summary': 'The goal of this article is to review the progress of three-electron spinqubits from their inception to the state of the art. We direct the main focustowards the resonant exchange (RX) qubit and the exchange-only qubit, but wealso discuss other qubit implementations using three electron spins. For eachthree-spin qubit we describe the qubit model, the physical realization, theimplementations of single-qubit operations, as well as the read-out andinitialization schemes. Two-qubit gates and decoherence properties arediscussed for the RX qubit and the exchange-only qubit, thereby, completing thelist of requirements for a viable candidate qubit implementation for quantumcomputation. We start with describing the full system of three electrons in atriple quantum dot, then discuss the charge-stability diagram and restrictourselves to the relevant subsystem, introduce the qubit states, and discussimportant transitions to other charge states. Introducing the various qubitimplementations, we begin with the exchange-only qubit, followed by thespin-charge qubit, the hybrid qubit, and the RX qubit, discussing for each thesingle-qubit operations, read-out, and initialization methods, whereas the mainfocus will be on the RX qubit, whose single-qubit operations are realized bydriving the qubit at its resonant frequency in the microwave range similar toelectron spin resonance. Two different types of two-qubit operations arepresented for the exchange-only and the RX qubit which can be divided intoshort-ranged and long-ranged interactions. Both of these interaction types canbe expected to be necessary in a large-scale quantum computer. We also takeinto account the decoherence of the qubit through the influence of magneticnoise as well as dephasing due to charge noise.', 'title': 'Three-electron spin qubits', 'updated': '2016-11-28 13:21:43'}, {'authors': ['Sam Young Cho', 'Mun Dae Kim'], 'categories': ['cond-mat.supr-con', 'cond-mat.mes-hall'], 'comment': '5 pages, 1 figure', 'doi': '10.1103/PhysRevB.77.212506', 'entry_id': 'http://arxiv.org/abs/cond-mat/0703505v1', 'journal_ref': 'Phys. Rev. B 77, 212506 (2008)', 'links': ['http://dx.doi.org/10.1103/PhysRevB.77.212506', 'http://arxiv.org/abs/cond-mat/0703505v1', 'http://arxiv.org/pdf/cond-mat/0703505v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/cond-mat/0703505v1', 'primary_category': 'cond-mat.supr-con', 'published': '2007-03-20 02:20:35', 'summary': 'Superconducting flux qubits are considered to investigate macroscopicmany-qubit interactions. Many-qubit states based on current states can be manipulated through thecurrent-phase relation in each superconducting loop. For flux qubit systems comprised of $N$ qubit loops, a general expression oflow energy Hamiltonian is presented in terms of low energy levels of qubits andmacroscopic quantum tunnelings between the many-qubit states. Many-qubit interactions classified by {\\\\em Ising type- or tunnel-}exchangeinteractions can be observable experimentally. Flux qubit systems can provide various artificial-spin systems to studymany-body systems that cannot be found naturally.', 'title': 'Macroscopic Many-Qubit Interactions in Superconducting Flux Qubits', 'updated': '2007-03-20 02:20:35'}]}\n", + "Transition type: init_branch\n", + "Transition output: politics\n", "--------------------------------------------------\n", "Transition number: 22\n", - "Transition type: finish_branch\n", - "Transition output: {'result': [{'authors': ['R. Jackiw'], 'categories': ['hep-th'], 'comment': '13 pages, LaTeX with 2 figures (available from author), MIT-CTP #2371', 'doi': None, 'entry_id': 'http://arxiv.org/abs/hep-th/9410151v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/hep-th/9410151v1', 'http://arxiv.org/pdf/hep-th/9410151v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/hep-th/9410151v1', 'primary_category': 'hep-th', 'published': '1994-10-20 20:21:54', 'summary': \"25th anniversary and new building dedication Centre de RecherchesMath\\\\'{e}matiques Montr\\\\'{e}al, Canada, October 1994\", 'title': 'My Encounters --- as a Physicist --- with Mathematics', 'updated': '1994-10-20 20:21:54'}, {'authors': ['R. Jackiw'], 'categories': ['hep-th', 'hep-ph', 'physics.hist-ph', 'quant-ph'], 'comment': 'Email correspondence to jackiw@mitlns.mit.edu ; 4 pages, LaTeX', 'doi': '10.1073/pnas.95.22.12776', 'entry_id': 'http://arxiv.org/abs/hep-th/9709212v1', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1073/pnas.95.22.12776', 'http://arxiv.org/abs/hep-th/9709212v1', 'http://arxiv.org/pdf/hep-th/9709212v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/hep-th/9709212v1', 'primary_category': 'hep-th', 'published': '1997-09-29 20:50:54', 'summary': 'The present-day crisis in quantum field theory is described.', 'title': 'What is quantum field theory and why have some physicists abandoned it?', 'updated': '1997-09-29 20:50:54'}]}\n", + "Transition type: init_branch\n", + "Transition output: entertainment\n", "--------------------------------------------------\n", "Transition number: 23\n", - "Transition type: finish_branch\n", - "Transition output: {'result': [{'authors': ['Liang Liu', 'Hongwei Qin', 'Jifan Hu'], 'categories': ['cond-mat.mes-hall'], 'comment': '11 pages, 8 figures', 'doi': None, 'entry_id': 'http://arxiv.org/abs/1904.04991v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1904.04991v1', 'http://arxiv.org/pdf/1904.04991v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1904.04991v1', 'primary_category': 'cond-mat.mes-hall', 'published': '2019-04-10 03:37:14', 'summary': 'By the means of screened exchange density functional theory, we find that thephosphorene nanoribbons with bare zigzag edges that undergo Peierls distortionis a antiferromagnetic semiconductor in which the polarized states are mainlylocalized at the edges. Under application of external electric fields, thephosphorene nanoribbons present exotic electronic structure transitionsincluding semiconducting, half-metallic, and metallic states.', 'title': 'Exotic Electronic Property of Phosphorene Nanoribbons Driven by External Electric Field', 'updated': '2019-04-10 03:37:14'}, {'authors': ['Young Jin Kim', 'Ping-Han Chu', 'Igor Savukov', 'Shaun Newman'], 'categories': ['hep-ex', 'physics.atom-ph'], 'comment': '17 pages, 5 figures', 'doi': '10.1038/s41467-019-10169-1', 'entry_id': 'http://arxiv.org/abs/1902.00128v2', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1038/s41467-019-10169-1', 'http://arxiv.org/abs/1902.00128v2', 'http://arxiv.org/pdf/1902.00128v2'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1902.00128v2', 'primary_category': 'hep-ex', 'published': '2019-01-31 23:35:06', 'summary': 'Exotic spin-dependent interactions between fermions have recently attractedattention in relation to theories beyond the Standard Model. The exoticinteractions can be mediated by hypothetical fundamental bosons which mayexplain several unsolved mysteries in physics. Here we expand this area ofresearch by probing an exotic parity-odd spin- and velocity-dependentinteraction between the axial-vector electron coupling and the vector nucleoncoupling for polarized electrons. This experiment utilizes a high-sensitivityatomic magnetometer, based on an optically polarized vapor that is a source ofpolarized electrons, and a solid-state mass containing unpolarized nucleons.The atomic magnetometer can detect an effective magnetic field induced by theexotic interaction between unpolarized nucleons and polarized electrons. We setan experimental limit on the electron-nucleon coupling $g_\\\\text{A}^\\\\text{e}g_\\\\text{V}^\\\\text{N}<$ $10^{-30}$ at the mediator boson mass below $10^{-4}$ eV,significantly improving the current limit by up to 17 orders of magnitude.', 'title': 'Experimental limit on an exotic parity-odd spin- and velocity-dependent interaction using an optically polarized vapor', 'updated': '2019-04-24 21:40:25'}]}\n", + "Transition type: init_branch\n", + "Transition output: weather\n", "--------------------------------------------------\n", "Transition number: 24\n", - "Transition type: finish_branch\n", - "Transition output: {'result': [{'authors': ['Henry Cohn'], 'categories': ['math.MG', 'math.NT'], 'comment': '24 pages, 9 figures', 'doi': '10.1090/noti1474', 'entry_id': 'http://arxiv.org/abs/1611.01685v1', 'journal_ref': 'Notices Amer. Math. Soc. 64 (2017), no. 2, 102-115', 'links': ['http://dx.doi.org/10.1090/noti1474', 'http://arxiv.org/abs/1611.01685v1', 'http://arxiv.org/pdf/1611.01685v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1611.01685v1', 'primary_category': 'math.MG', 'published': '2016-11-05 18:16:28', 'summary': \"This expository paper describes Viazovska's breakthrough solution of thesphere packing problem in eight dimensions, as well as its extension totwenty-four dimensions by Cohn, Kumar, Miller, Radchenko, and Viazovska.\", 'title': 'A conceptual breakthrough in sphere packing', 'updated': '2016-11-05 18:16:28'}, {'authors': ['Jesper W. Schneider', 'Rodrigo Costas'], 'categories': ['cs.DL'], 'comment': 'Accepted for publication in Journal of the Association for\\n Information Science and Technology', 'doi': None, 'entry_id': 'http://arxiv.org/abs/1512.01388v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1512.01388v1', 'http://arxiv.org/pdf/1512.01388v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1512.01388v1', 'primary_category': 'cs.DL', 'published': '2015-12-04 12:33:07', 'summary': 'The article presents three advanced citation-based methods used to detectpotential breakthrough papers among very highly cited papers. We approach thedetection of such papers from three different perspectives in order to providedifferent typologies of breakthrough papers. In all three cases we use theclassification of scientific publications developed at CWTS based on directcitation relationships. This classification establishes clusters of papers atthree levels of aggregation. Papers are clustered based on their similarcitation orientations and it is assumed that they are focused on similarresearch interests. We use the clustering as the context for detectingpotential breakthrough papers. We utilize the Characteristics Scores and Scales(CSS) approach to partition citation distributions and implement a specificfiltering algorithm to sort out potential highly-cited followers, papers notconsidered breakthroughs in themselves. After invoking thresholds andfiltering, three methods are explored: A very exclusive one where only thehighest cited paper in a micro-cluster is considered as a potentialbreakthrough paper (M1); as well as two conceptually different methods, onethat detects potential breakthrough papers among the two percent highest citedpapers according to CSS (M2a), and finally a more restrictive version where, inaddition to the CSS two percent filter, knowledge diffusion is also taken in asan extra parameter (M2b). The advance citation-based methods are explored andevaluated using specifically validated publication sets linked to differentDanish funding instruments including centres of excellence.', 'title': 'Identifying potential breakthrough publications using refined citation analyses: Three related explorative approaches', 'updated': '2015-12-04 12:33:07'}]}\n", + "Transition type: init_branch\n", + "Transition output: health\n", "--------------------------------------------------\n", "Transition number: 25\n", - "Transition type: init_branch\n", - "Transition output: MIT Physicists\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'doi': '10.1098/rspa.2005.1640', 'links': ['http://dx.doi.org/10.1098/rspa.2005.1640', 'http://arxiv.org/abs/quant-ph/0303114v2', 'http://arxiv.org/pdf/quant-ph/0303114v2'], 'title': 'Drift-Diffusion in Mangled Worlds Quantum Mechanics', 'authors': ['Robin Hanson'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0303114v2', 'summary': \"In Everett's many worlds interpretation, where quantum measurements are seenas decoherence events, inexact decoherence may let large worlds mangle thememories of observers in small worlds, creating a cutoff in observable worldsize. I solve a growth-drift-diffusion-absorption model of such a mangledworlds scenario, and show that it reproduces the Born probability rule closely,though not exactly. Thus deviations from exact decoherence can allow the Bornrule to be derived in a many worlds approach via world counting, using a finitenumber of worlds and no new fundamental physics.\", 'updated': '2003-03-18 21:02:35', 'entry_id': 'http://arxiv.org/abs/quant-ph/0303114v2', 'published': '2003-03-18 20:55:23', 'categories': ['quant-ph'], 'journal_ref': 'Proceedings of the Royal Society A: 462(2069):1619-1627, May 8,\\n 2006.', 'pdf_downloaded': None, 'primary_category': 'quant-ph'}, {'doi': None, 'links': ['http://arxiv.org/abs/2311.13335v1', 'http://arxiv.org/pdf/2311.13335v1'], 'title': 'Quantum learning and essential cognition under the traction of meta-characteristics in an open world', 'authors': ['Jin Wang', 'Changlin Song'], 'comment': '8 pages,5 pages', 'pdf_url': 'http://arxiv.org/pdf/2311.13335v1', 'summary': \"Artificial intelligence has made significant progress in the Close Worldproblem, being able to accurately recognize old knowledge through training andclassification. However, AI faces significant challenges in the Open Worldproblem, as it involves a new and unknown exploration journey. AI is notinherently proactive in exploration, and its challenge lies in not knowing howto approach and adapt to the unknown world. How do humans acquire knowledge ofthe unknown world. Humans identify new knowledge through intrinsic cognition.In the process of recognizing new colors, the cognitive cues are different fromknown color features and involve hue, saturation, brightness, and othercharacteristics. When AI encounters objects with different features in the newworld, it faces another challenge: where are the distinguishing featuresbetween influential features of new and old objects? AI often mistakes a newworld's brown bear for a known dog because it has not learned the differencesin feature distributions between knowledge systems. This is because things inthe new and old worlds have different units and dimensions for their features.This paper proposes an open-world model and elemental feature system thatfocuses on fundamentally recognizing the distribution differences in objectivefeatures between the new and old worlds. The quantum tunneling effect oflearning ability in the new and old worlds is realized through the tractiveforce of meta-characteristic. The outstanding performance of the model systemin learning new knowledge (using pedestrian re-identification datasets as anexample) demonstrates that AI has acquired the ability to recognize the newworld with an accuracy of $96.71\\\\%$ at most and has gained the capability toexplore new knowledge, similar to humans.\", 'updated': '2023-11-22 11:55:41', 'entry_id': 'http://arxiv.org/abs/2311.13335v1', 'published': '2023-11-22 11:55:41', 'categories': ['cs.AI', 'cs.CV'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.AI'}]}\n", "--------------------------------------------------\n", "Transition number: 26\n", - "Transition type: init_branch\n", - "Transition output: Qubits\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2104.07407v2', 'http://arxiv.org/pdf/2104.07407v2'], 'title': 'MM-Rec: Multimodal News Recommendation', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Tao Qi', 'Yongfeng Huang'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2104.07407v2', 'summary': 'Accurate news representation is critical for news recommendation. Most ofexisting news representation methods learn news representations only from newstexts while ignore the visual information in news like images. In fact, usersmay click news not only because of the interest in news titles but also due tothe attraction of news images. Thus, images are useful for representing newsand predicting user behaviors. In this paper, we propose a multimodal newsrecommendation method, which can incorporate both textual and visualinformation of news to learn multimodal news representations. We first extractregion-of-interests (ROIs) from news images via object detection. Then we use apre-trained visiolinguistic model to encode both news texts and news image ROIsand model their inherent relatedness using co-attentional Transformers. Inaddition, we propose a crossmodal candidate-aware attention network to selectrelevant historical clicked news for accurate user modeling by measuring thecrossmodal relatedness between clicked news and candidate news. Experimentsvalidate that incorporating multimodal news information can effectively improvenews recommendation.', 'updated': '2022-03-23 12:06:42', 'entry_id': 'http://arxiv.org/abs/2104.07407v2', 'published': '2021-04-15 12:11:50', 'categories': ['cs.IR'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.IR'}, {'doi': None, 'links': ['http://arxiv.org/abs/2202.13605v1', 'http://arxiv.org/pdf/2202.13605v1'], 'title': 'Quality-aware News Recommendation', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Tao Qi', 'Yongfeng Huang'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2202.13605v1', 'summary': \"News recommendation is a core technique used by many online news platforms.Recommending high-quality news to users is important for keeping good userexperiences and news platforms' reputations. However, existing newsrecommendation methods mainly aim to optimize news clicks while ignoring thequality of news they recommended, which may lead to recommending news withuninformative content or even clickbaits. In this paper, we propose aquality-aware news recommendation method named QualityRec that can effectivelyimprove the quality of recommended news. In our approach, we first propose aneffective news quality evaluation method based on the distributions of users'reading dwell time on news. Next, we propose to incorporate news qualityinformation into user interest modeling by designing a content-qualityattention network to select clicked news based on both news semantics andqualities. We further train the recommendation model with an auxiliary newsquality prediction task to learn quality-aware recommendation model, and we adda recommendation quality regularization loss to encourage the model torecommend higher-quality news. Extensive experiments on two real-world datasetsshow that QualityRec can effectively improve the overall quality of recommendednews and reduce the recommendation of low-quality news, with even slightlybetter recommendation accuracy.\", 'updated': '2022-02-28 08:25:58', 'entry_id': 'http://arxiv.org/abs/2202.13605v1', 'published': '2022-02-28 08:25:58', 'categories': ['cs.IR', 'cs.CL'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.IR'}]}\n", "--------------------------------------------------\n", "Transition number: 27\n", - "Transition type: init_branch\n", - "Transition output: Exotic Electronic State\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'doi': '10.1007/BF02706401', 'links': ['http://dx.doi.org/10.1007/BF02706401', 'http://arxiv.org/abs/hep-ph/0207293v2', 'http://arxiv.org/pdf/hep-ph/0207293v2'], 'title': 'Mechanisms of Supersymmetry Breaking in the MSSM', 'authors': ['Probir Roy'], 'comment': 'New references added, minor misprints corrected, text otherwise\\n unchanged', 'pdf_url': 'http://arxiv.org/pdf/hep-ph/0207293v2', 'summary': 'Preliminary Remarks. Gauge mediated supersymmetry breaking. Gravity mediatedsupersymmetry breaking. Anomaly mediated supersymmetry breaking. Gauginomediated supersymmetry breaking. Braneworld supersymmetry breaking.Conclusions.', 'updated': '2002-07-29 05:29:16', 'entry_id': 'http://arxiv.org/abs/hep-ph/0207293v2', 'published': '2002-07-24 06:54:46', 'categories': ['hep-ph'], 'journal_ref': 'Pramana60:169-182,2003', 'pdf_downloaded': None, 'primary_category': 'hep-ph'}, {'doi': None, 'links': ['http://arxiv.org/abs/1911.06896v1', 'http://arxiv.org/pdf/1911.06896v1'], 'title': 'A unified breaking onset criterion for surface gravity water waves in arbitrary depth', 'authors': ['Morteza Derakhti', 'James T. Kirby', 'Michael L. Banner', 'Stephan T. Grilli', 'Jim Thomson'], 'comment': '31 pages, 18 figures', 'pdf_url': 'http://arxiv.org/pdf/1911.06896v1', 'summary': 'We investigate the validity and robustness of the Barthelemy et al. (2018)breaking wave onset prediction framework for surface gravity water waves inarbitrary water depth, including shallow water breaking over varyingbathymetry. We show that the Barthelemy et al. (2018) breaking onset criterion,which they validated for deep and intermediate water depths, also segregatesbreaking crests from non-breaking crests in shallow water, with subsequentbreaking always following the exceedance of their proposed generic breakingthreshold. We consider a number of representative wave types, includingregular, irregular, solitary, and focused waves, shoaling over idealized bedtopographies including an idealized bar geometry and a mildly- tosteeply-sloping planar beach. Our results show that the new breaking onsetcriterion is capable of detecting single and multiple breaking events in timeand space in arbitrary water depth. Further, we show that the new genericcriterion provides improved skill for signaling imminent breaking onset,relative to the available kinematic or geometric breaking onset criteria in theliterature. In particular, the new criterion is suitable for use inwave-resolving models that cannot intrinsically detect the onset of wavebreaking.', 'updated': '2019-11-15 22:22:23', 'entry_id': 'http://arxiv.org/abs/1911.06896v1', 'published': '2019-11-15 22:22:23', 'categories': ['physics.flu-dyn'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'physics.flu-dyn'}]}\n", "--------------------------------------------------\n", "Transition number: 28\n", - "Transition type: init_branch\n", - "Transition output: Breakthroughs\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'doi': None, 'links': ['http://arxiv.org/abs/2104.07407v2', 'http://arxiv.org/pdf/2104.07407v2'], 'title': 'MM-Rec: Multimodal News Recommendation', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Tao Qi', 'Yongfeng Huang'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/2104.07407v2', 'summary': 'Accurate news representation is critical for news recommendation. Most ofexisting news representation methods learn news representations only from newstexts while ignore the visual information in news like images. In fact, usersmay click news not only because of the interest in news titles but also due tothe attraction of news images. Thus, images are useful for representing newsand predicting user behaviors. In this paper, we propose a multimodal newsrecommendation method, which can incorporate both textual and visualinformation of news to learn multimodal news representations. We first extractregion-of-interests (ROIs) from news images via object detection. Then we use apre-trained visiolinguistic model to encode both news texts and news image ROIsand model their inherent relatedness using co-attentional Transformers. Inaddition, we propose a crossmodal candidate-aware attention network to selectrelevant historical clicked news for accurate user modeling by measuring thecrossmodal relatedness between clicked news and candidate news. Experimentsvalidate that incorporating multimodal news information can effectively improvenews recommendation.', 'updated': '2022-03-23 12:06:42', 'entry_id': 'http://arxiv.org/abs/2104.07407v2', 'published': '2021-04-15 12:11:50', 'categories': ['cs.IR'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.IR'}, {'doi': None, 'links': ['http://arxiv.org/abs/1907.05576v1', 'http://arxiv.org/pdf/1907.05576v1'], 'title': 'Neural News Recommendation with Attentive Multi-View Learning', 'authors': ['Chuhan Wu', 'Fangzhao Wu', 'Mingxiao An', 'Jianqiang Huang', 'Yongfeng Huang', 'Xing Xie'], 'comment': None, 'pdf_url': 'http://arxiv.org/pdf/1907.05576v1', 'summary': 'Personalized news recommendation is very important for online news platformsto help users find interested news and improve user experience. News and userrepresentation learning is critical for news recommendation. Existing newsrecommendation methods usually learn these representations based on single newsinformation, e.g., title, which may be insufficient. In this paper we propose aneural news recommendation approach which can learn informative representationsof users and news by exploiting different kinds of news information. The coreof our approach is a news encoder and a user encoder. In the news encoder wepropose an attentive multi-view learning model to learn unified newsrepresentations from titles, bodies and topic categories by regarding them asdifferent views of news. In addition, we apply both word-level and view-levelattention mechanism to news encoder to select important words and views forlearning informative news representations. In the user encoder we learn therepresentations of users based on their browsed news and apply attentionmechanism to select informative news for user representation learning.Extensive experiments on a real-world dataset show our approach can effectivelyimprove the performance of news recommendation.', 'updated': '2019-07-12 04:50:33', 'entry_id': 'http://arxiv.org/abs/1907.05576v1', 'published': '2019-07-12 04:50:33', 'categories': ['cs.CL', 'cs.IR', 'cs.LG'], 'journal_ref': None, 'pdf_downloaded': None, 'primary_category': 'cs.CL'}]}\n", "--------------------------------------------------\n", "Transition number: 29\n", - "Transition type: finish_branch\n", - "Transition output: {'result': [{'authors': ['Peter Lodahl'], 'categories': ['quant-ph'], 'comment': None, 'doi': None, 'entry_id': 'http://arxiv.org/abs/1707.02094v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1707.02094v1', 'http://arxiv.org/pdf/1707.02094v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1707.02094v1', 'primary_category': 'quant-ph', 'published': '2017-07-07 09:19:15', 'summary': 'Quantum dots embedded in photonic nanostructures have in recent years provento be a very powerful solid-state platform for quantum optics experiments. Thecombination of near-unity radiative coupling of a single quantum dot to aphotonic mode and the ability to eliminate decoherence processes imply that anunprecedented light-matter interface can be obtained. As a result,high-cooperativity photon-emitter quantum interfaces can be constructed openinga path-way to deterministic photonic quantum gates for quantum-informationprocessing applications. In the present manuscript, I review currentstate-of-the-art on quantum dot devices and their applications for quantumtechnology. The overarching long-term goal of the research field is toconstruct photonic quantum networks where remote entanglement can bedistributed over long distances by photons.', 'title': 'Quantum-dot based photonic quantum networks', 'updated': '2017-07-07 09:19:15'}, {'authors': ['Ruo Peng Wang'], 'categories': ['quant-ph'], 'comment': '3 figures', 'doi': None, 'entry_id': 'http://arxiv.org/abs/quant-ph/0407030v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/quant-ph/0407030v1', 'http://arxiv.org/pdf/quant-ph/0407030v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0407030v1', 'primary_category': 'quant-ph', 'published': '2004-07-05 08:43:07', 'summary': \"I show that the photon pairs used in experimental tests of quantumnon-locality based on Bell's theorem are not in the entangled quantum state.The correct quantum state of the ``entangled'' photon pairs is suggested. Twoexperiments for testing this quantum state are proposed.\", 'title': 'Quantum State of Entangled Photon Pairs', 'updated': '2004-07-05 08:43:07'}]}\n", + "Transition type: init_branch\n", + "Transition output: U.S. news\n", "--------------------------------------------------\n", "Transition number: 30\n", - "Transition type: finish_branch\n", - "Transition output: {'result': [{'authors': ['Pierre Paleo', 'Alessandro Mirone'], 'categories': ['physics.comp-ph', 'cs.CV'], 'comment': 'IUCR template, preprint mode, 35 figures', 'doi': '10.1107/S1600577515010176', 'entry_id': 'http://arxiv.org/abs/1502.01480v1', 'journal_ref': None, 'links': ['http://dx.doi.org/10.1107/S1600577515010176', 'http://arxiv.org/abs/1502.01480v1', 'http://arxiv.org/pdf/1502.01480v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1502.01480v1', 'primary_category': 'physics.comp-ph', 'published': '2015-02-05 09:51:59', 'summary': 'We present a novel approach to handle ring artifacts correction in compressedsensing tomographic reconstruction. The correction is part of thereconstruction process, which differs from classical sinogram pre-processingand image post-processing techniques. The principle of compressed sensingtomographic reconstruction is presented. Then, we show that the ring artifactscorrection can be integrated in the reconstruction problem formalism. Weprovide numerical results for both simulated and real data. This technique isincluded in the PyHST2 code which is used at the European Synchrotron RadiationFacility for tomographic reconstruction.', 'title': 'Ring artifacts correction in compressed sensing tomographic reconstruction', 'updated': '2015-02-05 09:51:59'}, {'authors': ['Rasmus Dalgas Kongskov', 'Yiqiu Dong'], 'categories': ['cs.CE'], 'comment': None, 'doi': None, 'entry_id': 'http://arxiv.org/abs/1708.06912v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1708.06912v1', 'http://arxiv.org/pdf/1708.06912v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1708.06912v1', 'primary_category': 'cs.CE', 'published': '2017-08-23 08:08:47', 'summary': 'Decomposition of tomographic reconstructions has many different practicalapplication. We propose two new reconstruction methods that combines the taskof tomographic reconstruction with object decomposition. We demonstrate thesereconstruction methods in the context of decomposing directional objects intovarious directional components. Furthermore we propose a method for estimatingthe main direction in a directional object, directly from the measured computedtomography data. We demonstrate all the proposed methods on simulated and realsamples to show their practical applicability. The numerical tests show thatdecomposition and reconstruction can combined to achieve a highly usefulfibre-crack decomposition.', 'title': 'Tomographic Reconstruction Methods for Decomposing Directional Components', 'updated': '2017-08-23 08:08:47'}]}\n", + "Transition type: init_branch\n", + "Transition output: world news\n", "--------------------------------------------------\n", "Transition number: 31\n", - "Transition type: finish_branch\n", - "Transition output: {'result': [{'authors': ['Seng W. Loke'], 'categories': ['cs.ET', 'cs.DC'], 'comment': None, 'doi': None, 'entry_id': 'http://arxiv.org/abs/2208.00733v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/2208.00733v1', 'http://arxiv.org/pdf/2208.00733v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/2208.00733v1', 'primary_category': 'cs.ET', 'published': '2022-08-01 10:36:13', 'summary': 'This article highlights quantum Internet computing as referring todistributed quantum computing over the quantum Internet, analogous to(classical) Internet computing involving (classical) distributed computing overthe (classical) Internet. Relevant to quantum Internet computing would be areasof study such as quantum protocols for distributed nodes using quantuminformation for computations, quantum cloud computing, delegated verifiableblind or private computing, non-local gates, and distributed quantumapplications, over Internet-scale distances.', 'title': 'The Rise of Quantum Internet Computing', 'updated': '2022-08-01 10:36:13'}, {'authors': ['Seth Lloyd'], 'categories': ['quant-ph'], 'comment': '9 pages, plain TeX, article from 1998 conference proceedings\\n proposing fermionic quantum computers', 'doi': None, 'entry_id': 'http://arxiv.org/abs/quant-ph/0003151v1', 'journal_ref': \"in `Unconventional Models of Computation,' C.S. Calude, J. Casti,\\n M.J. Dinneen, eds., Springer, Singapore, 1998\", 'links': ['http://arxiv.org/abs/quant-ph/0003151v1', 'http://arxiv.org/pdf/quant-ph/0003151v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0003151v1', 'primary_category': 'quant-ph', 'published': '2000-03-31 22:07:23', 'summary': \"This paper investigates a variety of unconventional quantum computationdevices, including fermionic quantum computers and computers that exploitnonlinear quantum mechanics. It is shown that unconventional quantum computingdevices can in principle compute some quantities more rapidly than`conventional' quantum computers.\", 'title': 'Unconventional Quantum Computing Devices', 'updated': '2000-03-31 22:07:23'}]}\n", + "Transition type: init_branch\n", + "Transition output: breaking news\n", "--------------------------------------------------\n", "Transition number: 32\n", - "Transition type: finish_branch\n", - "Transition output: {'result': [{'authors': ['Shiqi Gong', 'Shuaiqiang Liu', 'Danny D. Sun'], 'categories': ['q-fin.PM'], 'comment': '35 pages, 7 figures, 6 tables', 'doi': None, 'entry_id': 'http://arxiv.org/abs/2306.02764v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/2306.02764v1', 'http://arxiv.org/pdf/2306.02764v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/2306.02764v1', 'primary_category': 'q-fin.PM', 'published': '2023-06-05 10:40:53', 'summary': \"Market making plays a crucial role in providing liquidity and maintainingstability in financial markets, making it an essential component ofwell-functioning capital markets. Despite its importance, there is limitedresearch on market making in the Chinese stock market, which is one of thelargest and most rapidly growing markets globally. To address this gap, weemploy an optimal market making framework with an exponential CARA-type(Constant Absolute Risk Aversion) utility function that accounts for variousmarket conditions, such as price drift, volatility, and stamp duty, and iscapable of describing 3 major risks (i.e., inventory, execution and adverseselection risks) in market making practice, and provide an in-depthquantitative and scenario analysis of market making in the Chinese stockmarket. Our numerical experiments explore the impact of volatility on themarket maker's inventory. Furthermore, we find that the stamp duty rate is acritical factor in market making, with a negative impact on both the profit ofthe market maker and the liquidity of the market. Additionally, our analysisemphasizes the significance of accurately estimating stock drift for managinginventory and adverse selection risks effectively and enhancing profit for themarket maker. These findings offer valuable insights for both market makers andpolicymakers in the Chinese stock market and provide directions for furtherresearch in designing effective market making strategies and policies.\", 'title': 'Optimal Market Making in the Chinese Stock Market: A Stochastic Control and Scenario Analysis', 'updated': '2023-06-05 10:40:53'}, {'authors': ['Zhongyang Zhao', 'Caisheng Wang', 'Huaiwei Liao', 'Carol J. Miller'], 'categories': ['eess.SY', 'cs.SY'], 'comment': '51st North American Power Symposium, October 2019', 'doi': None, 'entry_id': 'http://arxiv.org/abs/1910.14515v1', 'journal_ref': None, 'links': ['http://arxiv.org/abs/1910.14515v1', 'http://arxiv.org/pdf/1910.14515v1'], 'pdf_downloaded': None, 'pdf_url': 'http://arxiv.org/pdf/1910.14515v1', 'primary_category': 'eess.SY', 'published': '2019-10-31 14:55:25', 'summary': \"A competitive wholesale electricity market consists of thousands ofinteracting market participants. Driven by the variations of fuel costs, systemloads and weathers, these market participants compete actively and behavevariously in the power market. Although electricity markets tend to become moretransparent, a large amount of market information is still not publiclyavailable to market participants. Hence, data-driven analysis based on publicdata is crucial for market participants to better understand and modellarge-scale power markets, and ultimately to perform better in power trading.While most of the previous researches related to the large-scale power marketsare based on the synthetic networks, a data-driven approach utilizing the realpower market data is proposed in this paper. First, the power plants' monthlynet generation and capacity data are obtained from U.S. Energy InformationAdministration (EIA) and aggregated to figure out the monthly regional capacityfactors which are used to characterize the market's regional behaviors formarket participants. Then, the regional capacity factors are analyzed againstthe metered system loads and natural gas prices to study the generationbehaviors in the power market. The analysis reveals the impacts of regionalnatural gas prices on capacity factors and the responses of generatingbehaviors to the system loads. The analysis results present the solid evidenceand rational references for market participants to model and validate thelarge-scale power market in the future.\", 'title': 'Data-driven Analysis of Regional Capacity Factors in a Large-Scale Power Market: A Perspective from Market Participants', 'updated': '2019-10-31 14:55:25'}]}\n", + "Transition type: init_branch\n", + "Transition output: KEYWORDS: latest news\n", "--------------------------------------------------\n", "Transition number: 33\n", - "Transition type: init_branch\n", - "Transition output: Quantum Photonics Experiment\n", + "Transition type: step\n", + "Transition output: {'keywords': ['KEYWORDS: latest news', ' breaking news', ' U.S. news', ' world news', ' weather', ' entertainment', ' politics', ' health']}\n", "--------------------------------------------------\n", "Transition number: 34\n", - "Transition type: init_branch\n", - "Transition output: Market Research\n", + "Transition type: step\n", + "Transition output: KEYWORDS: latest news, breaking news, U.S. news, world news, weather, entertainment, politics, health, CNN, MSNBC, Fox News, Washington Post, AP News, BBC, NBC News, ABC News, international news, sports, business, technology, lifestyle, opinion, blog, analysis, video, photos, headlines, live updates, P Chidambaram, P&O Cruises, Israel-Hamas, Gaza Strip, debt collector, UK news, England, Scotland, Northern Ireland, Wales, Netanyahu, Trump.\n", "--------------------------------------------------\n", "Transition number: 35\n", - "Transition type: init_branch\n", - "Transition output: Quantum Computing\n", + "Transition type: step\n", + "Transition output: [{'result': [{'link': 'https://www.cnn.com/', 'title': 'Breaking News, Latest News and Videos | CNN', 'snippet': 'View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.'}, {'link': 'https://www.msnbc.com/', 'title': 'MSNBC News - Breaking News and News Today | Latest News', 'snippet': 'MSNBC breaking news and the latest news for today. Get daily news from local news reporters and world news updates with live audio & video from our team.'}, {'link': 'https://www.thenews.com.pk/', 'title': 'The News International: Latest News Breaking, Pakistan News', 'snippet': 'The News International - latest news and breaking news about Pakistan, world, sports, cricket, business, entertainment, weather, education, lifestyle; opinion & blog | brings 24 x 7 updates'}]}, {'result': [{'link': 'https://www.cnn.com/', 'title': 'Breaking News, Latest News and Videos | CNN', 'snippet': 'View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.'}, {'link': 'https://www.msnbc.com/', 'title': 'MSNBC News - Breaking News and News Today | Latest News', 'snippet': 'MSNBC breaking news and the latest news for today. Get daily news from local news reporters and world news updates with live audio & video from our team.'}, {'link': 'https://www.thenews.com.pk/', 'title': 'The News International: Latest News Breaking, Pakistan News', 'snippet': 'The News International - latest news and breaking news about Pakistan, world, sports, cricket, business, entertainment, weather, education, lifestyle; opinion & blog | brings 24 x 7 updates'}]}, {'result': [{'link': 'https://www.cnn.com/', 'title': 'Breaking News, Latest News and Videos | CNN', 'snippet': 'View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.'}, {'link': 'https://www.foxnews.com/', 'title': 'Fox News - Breaking News Updates | Latest News Headlines | Photos & News Videos', 'snippet': 'Breaking News, Latest News and Current News from FOXNews.com. Breaking news and video. Latest Current News: U.S., World, Entertainment, Health, Business, Technology, Politics, Sports'}, {'link': 'https://www.washingtonpost.com/', 'title': 'The Washington Post - Breaking news and latest headlines, U.S. news, world news, and video - The Washington Post', 'snippet': 'Breaking news, live coverage, investigations, analysis, video, photos and opinions from The Washington Post. Subscribe for the latest on U.S. and international news, politics, business, technology, climate change, health and wellness, sports, science, weather, lifestyle and more.'}]}, {'result': [{'link': 'https://www.cnn.com/', 'title': 'Breaking News, Latest News and Videos | CNN', 'snippet': 'View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.'}, {'link': 'https://apnews.com/', 'title': 'Associated Press News: Breaking News, Latest Headlines and Videos | AP News', 'snippet': 'Read the latest headlines, breaking news, and videos at APNews.com, the definitive source for independent journalism from every corner of the globe.'}, {'link': 'https://www.foxnews.com/', 'title': 'Fox News - Breaking News Updates | Latest News Headlines | Photos & News Videos', 'snippet': 'Breaking News, Latest News and Current News from FOXNews.com. Breaking news and video. Latest Current News: U.S., World, Entertainment, Health, Business, Technology, Politics, Sports'}]}, {'result': [{'link': 'https://www.firstpost.com/tag/p-chidambaram/', 'title': 'P Chidambaram | World News, Latest and Breaking News, Top International News Today - Firstpost', 'snippet': 'P Chidambaram | Breaking news headlines, stories and live updates on current affairs from across the globe. Complete coverage on the latest top stories, business, sports, entertainment, and world politics news headlines. Special reports, videos, audio, photo galleries plus interactive maps ...'}, {'link': 'https://www.express.co.uk/latest/p-and-o', 'title': 'P&O Cruises latest news and updates - P&O Cruises ships, holiday deals, destinations and more | Express.co.uk', 'snippet': 'P&O Cruises latest news and updates - P&O Cruises ships, holiday deals, destinations and more'}, {'link': 'https://www.independent.co.uk/topic/p-diddy', 'title': 'P Diddy - latest news, breaking stories and comment - The Independent', 'snippet': 'The latest breaking news, comment and features from The Independent.'}]}, {'result': [{'link': 'https://www.cnn.com/', 'title': 'Breaking News, Latest News and Videos | CNN', 'snippet': 'View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.'}, {'link': 'https://www.nbcnews.com/', 'title': 'NBC News - Breaking News & Top Stories - Latest World, US & Local News | NBC News', 'snippet': 'Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and pop culture.'}, {'link': 'https://www.bbc.com/news/world', 'title': 'World | Latest News & Updates | BBC News', 'snippet': 'Get all the latest news, live updates and content about the World from across the BBC.'}]}, {'result': [{'link': 'https://abcnews.go.com/', 'title': 'ABC News – Breaking News, Latest News and Videos', 'snippet': 'Your trusted source for breaking news, analysis, exclusive interviews, headlines, and videos at ABCNews.com'}, {'link': 'https://www.cnet.com/', 'title': 'CNET: Product reviews, advice, how-tos and the latest news', 'snippet': 'Get full-length product reviews, the latest news, tech coverage, daily deals, and category deep dives from CNET experts worldwide.'}, {'link': 'https://www.cbsnews.com/', 'title': \"CBS News | Breaking news, top stories & today's latest headlines\", 'snippet': 'In a news conferrence with Israeli Prime Minister Benjamin Netanyahu, President Trump said the U.S. would "take over the Gaza Strip" and "own it." ... Keith Siegel, a 65-year-old dual U.S.-Israeli national, is the first American to be released since the Israel-Hamas ceasefire took effect. ... There could be big repercussions if a debt collector lies about ...'}]}, {'result': [{'link': 'https://www.nbcnews.com/us-news', 'title': 'U.S. News: Latest Breaking Stories, Video, and Photos on American Politics, Economy, and Society | NBC News', 'snippet': 'Get the latest news headlines and top stories from NBCNews.com. Find videos and news articles on the latest stories in the US.'}, {'link': 'https://www.nbcnews.com/', 'title': 'NBC News - Breaking News & Top Stories - Latest World, US & Local News | NBC News', 'snippet': 'Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and pop culture.'}, {'link': 'https://news.sky.com/uk', 'title': 'UK News - The latest headlines from the UK | Sky News', 'snippet': 'Expert comment and analysis on the latest UK news, with headlines from England, Scotland, Northern Ireland and Wales.'}]}]\n", "--------------------------------------------------\n", "Transition number: 36\n", - "Transition type: init_branch\n", - "Transition output: Tomographic Reconstruction\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'link': 'https://abcnews.go.com/', 'title': 'ABC News – Breaking News, Latest News and Videos', 'snippet': 'Your trusted source for breaking news, analysis, exclusive interviews, headlines, and videos at ABCNews.com'}, {'link': 'https://www.cnet.com/', 'title': 'CNET: Product reviews, advice, how-tos and the latest news', 'snippet': 'Get full-length product reviews, the latest news, tech coverage, daily deals, and category deep dives from CNET experts worldwide.'}, {'link': 'https://www.cbsnews.com/', 'title': \"CBS News | Breaking news, top stories & today's latest headlines\", 'snippet': 'In a news conferrence with Israeli Prime Minister Benjamin Netanyahu, President Trump said the U.S. would "take over the Gaza Strip" and "own it." ... Keith Siegel, a 65-year-old dual U.S.-Israeli national, is the first American to be released since the Israel-Hamas ceasefire took effect. ... There could be big repercussions if a debt collector lies about ...'}]}\n", "--------------------------------------------------\n", "Transition number: 37\n", - "Transition type: step\n", - "Transition output: {'keywords': ['Quantum Computing', ' Market Research', ' Quantum Photonics Experiment', ' Tomographic Reconstruction', ' Exotic Electronic State', ' MIT Physicists', ' Qubits', ' Breakthroughs']}\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'link': 'https://www.nbcnews.com/us-news', 'title': 'U.S. News: Latest Breaking Stories, Video, and Photos on American Politics, Economy, and Society | NBC News', 'snippet': 'Get the latest news headlines and top stories from NBCNews.com. Find videos and news articles on the latest stories in the US.'}, {'link': 'https://www.nbcnews.com/', 'title': 'NBC News - Breaking News & Top Stories - Latest World, US & Local News | NBC News', 'snippet': 'Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and pop culture.'}, {'link': 'https://news.sky.com/uk', 'title': 'UK News - The latest headlines from the UK | Sky News', 'snippet': 'Expert comment and analysis on the latest UK news, with headlines from England, Scotland, Northern Ireland and Wales.'}]}\n", "--------------------------------------------------\n", "Transition number: 38\n", - "Transition type: step\n", - "Transition output: Quantum Computing, Market Research, Quantum Photonics Experiment, Tomographic Reconstruction, Exotic Electronic State, MIT Physicists, Qubits, Breakthroughs, Major Acquisitions, Investments, AI Safety, China, LLM, Large Language Models, Graduate Salary Figures\n", + "Transition type: init_branch\n", + "Transition output: c\n", "--------------------------------------------------\n", "Transition number: 39\n", - "Transition type: step\n", - "Transition output: [{'result': [{'link': 'https://thequantuminsider.com/', 'snippet': 'Find the latest Quantum Computing news, data, market research, and insights. To stay up to date with the quantum market click here!', 'title': 'Quantum Computing News & Top Stories | The Quantum Insider'}, {'link': 'https://www.sciencedaily.com/news/computers_math/quantum_computers/', 'snippet': 'Oct. 24, 2024 \\x97 Scientists have used high-performance computing at large scales to analyze a quantum photonics experiment. In specific terms, this involved the tomographic reconstruction of experimental data from a ...', 'title': 'Quantum Computers News -- ScienceDaily'}, {'link': 'https://news.mit.edu/topic/quantum-computing', 'snippet': 'An exotic electronic state observed by MIT physicists could enable more robust forms of quantum computing. ... The method lets researchers identify and control larger numbers of atomic-scale defects, to build a bigger system of qubits.', 'title': 'Quantum computing | MIT News | Massachusetts Institute of Technology'}]}, {'result': [{'link': 'https://www.startus-insights.com/innovators-guide/llm-news-brief/', 'snippet': 'You can catch up on the latest, must-know breakthroughs, major acquisitons & investments, and other events in the LLM landscape, covering everything from the growing focus on AI safety to China's acceptance of 14 LLMs for public release. LLM NEWSLLMSLLM NEWS BRIEFLARGE LANGUAGE MODELSQ2 2024LARGE ...', 'title': \"What's Currently Happening in LLMs? | Q2 2024\"}, {'link': 'https://llm-guide.com/news', 'snippet': 'The class of 2023 is doing very well, indeed! For the fifth year in a row, graduate salary figures have reached another all-time high.', 'title': 'LLM News | LLM GUIDE'}, {'link': 'https://www.reddit.com/r/LocalLLaMA/comments/18rjv8c/are_there_any_llms_that_are_frequently_updated/', 'snippet': 'Is there anything like that? If I wanted to chat with an LLM that would know about last week's major happenings.. is there one that's constantly…', 'title': 'r/LocalLLaMA on Reddit: Are there any LLMs that are frequently updated with the latest news and events of the world?'}]}]\n", + "Transition type: init_branch\n", + "Transition output: s\n", "--------------------------------------------------\n", "Transition number: 40\n", "Transition type: finish_branch\n", - "Transition output: {'result': [{'link': 'https://thequantuminsider.com/', 'snippet': 'Find the latest Quantum Computing news, data, market research, and insights. To stay up to date with the quantum market click here!', 'title': 'Quantum Computing News & Top Stories | The Quantum Insider'}, {'link': 'https://www.sciencedaily.com/news/computers_math/quantum_computers/', 'snippet': 'Oct. 24, 2024 \\x97 Scientists have used high-performance computing at large scales to analyze a quantum photonics experiment. In specific terms, this involved the tomographic reconstruction of experimental data from a ...', 'title': 'Quantum Computers News -- ScienceDaily'}, {'link': 'https://news.mit.edu/topic/quantum-computing', 'snippet': 'An exotic electronic state observed by MIT physicists could enable more robust forms of quantum computing. ... The method lets researchers identify and control larger numbers of atomic-scale defects, to build a bigger system of qubits.', 'title': 'Quantum computing | MIT News | Massachusetts Institute of Technology'}]}\n", + "Transition output: {'result': [{'link': 'https://www.cnn.com/', 'title': 'Breaking News, Latest News and Videos | CNN', 'snippet': 'View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.'}, {'link': 'https://www.nbcnews.com/', 'title': 'NBC News - Breaking News & Top Stories - Latest World, US & Local News | NBC News', 'snippet': 'Go to NBCNews.com for breaking news, videos, and the latest top stories in world news, business, politics, health and pop culture.'}, {'link': 'https://www.bbc.com/news/world', 'title': 'World | Latest News & Updates | BBC News', 'snippet': 'Get all the latest news, live updates and content about the World from across the BBC.'}]}\n", "--------------------------------------------------\n", "Transition number: 41\n", "Transition type: finish_branch\n", - "Transition output: {'result': [{'link': 'https://www.startus-insights.com/innovators-guide/llm-news-brief/', 'snippet': 'You can catch up on the latest, must-know breakthroughs, major acquisitons & investments, and other events in the LLM landscape, covering everything from the growing focus on AI safety to China's acceptance of 14 LLMs for public release. LLM NEWSLLMSLLM NEWS BRIEFLARGE LANGUAGE MODELSQ2 2024LARGE ...', 'title': \"What's Currently Happening in LLMs? | Q2 2024\"}, {'link': 'https://llm-guide.com/news', 'snippet': 'The class of 2023 is doing very well, indeed! For the fifth year in a row, graduate salary figures have reached another all-time high.', 'title': 'LLM News | LLM GUIDE'}, {'link': 'https://www.reddit.com/r/LocalLLaMA/comments/18rjv8c/are_there_any_llms_that_are_frequently_updated/', 'snippet': 'Is there anything like that? If I wanted to chat with an LLM that would know about last week's major happenings.. is there one that's constantly…', 'title': 'r/LocalLLaMA on Reddit: Are there any LLMs that are frequently updated with the latest news and events of the world?'}]}\n", + "Transition output: {'result': [{'link': 'https://www.firstpost.com/tag/p-chidambaram/', 'title': 'P Chidambaram | World News, Latest and Breaking News, Top International News Today - Firstpost', 'snippet': 'P Chidambaram | Breaking news headlines, stories and live updates on current affairs from across the globe. Complete coverage on the latest top stories, business, sports, entertainment, and world politics news headlines. Special reports, videos, audio, photo galleries plus interactive maps ...'}, {'link': 'https://www.express.co.uk/latest/p-and-o', 'title': 'P&O Cruises latest news and updates - P&O Cruises ships, holiday deals, destinations and more | Express.co.uk', 'snippet': 'P&O Cruises latest news and updates - P&O Cruises ships, holiday deals, destinations and more'}, {'link': 'https://www.independent.co.uk/topic/p-diddy', 'title': 'P Diddy - latest news, breaking stories and comment - The Independent', 'snippet': 'The latest breaking news, comment and features from The Independent.'}]}\n", "--------------------------------------------------\n", "Transition number: 42\n", "Transition type: init_branch\n", - "Transition output: LLMs\n", + "Transition output: p\n", "--------------------------------------------------\n", "Transition number: 43\n", "Transition type: init_branch\n", - "Transition output: Quantum Computing\n", + "Transition output: i\n", "--------------------------------------------------\n", "Transition number: 44\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'link': 'https://www.cnn.com/', 'title': 'Breaking News, Latest News and Videos | CNN', 'snippet': 'View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.'}, {'link': 'https://www.foxnews.com/', 'title': 'Fox News - Breaking News Updates | Latest News Headlines | Photos & News Videos', 'snippet': 'Breaking News, Latest News and Current News from FOXNews.com. Breaking news and video. Latest Current News: U.S., World, Entertainment, Health, Business, Technology, Politics, Sports'}, {'link': 'https://www.washingtonpost.com/', 'title': 'The Washington Post - Breaking news and latest headlines, U.S. news, world news, and video - The Washington Post', 'snippet': 'Breaking news, live coverage, investigations, analysis, video, photos and opinions from The Washington Post. Subscribe for the latest on U.S. and international news, politics, business, technology, climate change, health and wellness, sports, science, weather, lifestyle and more.'}]}\n", + "--------------------------------------------------\n", + "Transition number: 45\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'link': 'https://www.cnn.com/', 'title': 'Breaking News, Latest News and Videos | CNN', 'snippet': 'View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.'}, {'link': 'https://apnews.com/', 'title': 'Associated Press News: Breaking News, Latest Headlines and Videos | AP News', 'snippet': 'Read the latest headlines, breaking news, and videos at APNews.com, the definitive source for independent journalism from every corner of the globe.'}, {'link': 'https://www.foxnews.com/', 'title': 'Fox News - Breaking News Updates | Latest News Headlines | Photos & News Videos', 'snippet': 'Breaking News, Latest News and Current News from FOXNews.com. Breaking news and video. Latest Current News: U.S., World, Entertainment, Health, Business, Technology, Politics, Sports'}]}\n", + "--------------------------------------------------\n", + "Transition number: 46\n", + "Transition type: init_branch\n", + "Transition output: t\n", + "--------------------------------------------------\n", + "Transition number: 47\n", + "Transition type: init_branch\n", + "Transition output: o\n", + "--------------------------------------------------\n", + "Transition number: 48\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'link': 'https://www.cnn.com/', 'title': 'Breaking News, Latest News and Videos | CNN', 'snippet': 'View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.'}, {'link': 'https://www.msnbc.com/', 'title': 'MSNBC News - Breaking News and News Today | Latest News', 'snippet': 'MSNBC breaking news and the latest news for today. Get daily news from local news reporters and world news updates with live audio & video from our team.'}, {'link': 'https://www.thenews.com.pk/', 'title': 'The News International: Latest News Breaking, Pakistan News', 'snippet': 'The News International - latest news and breaking news about Pakistan, world, sports, cricket, business, entertainment, weather, education, lifestyle; opinion & blog | brings 24 x 7 updates'}]}\n", + "--------------------------------------------------\n", + "Transition number: 49\n", + "Transition type: finish_branch\n", + "Transition output: {'result': [{'link': 'https://www.cnn.com/', 'title': 'Breaking News, Latest News and Videos | CNN', 'snippet': 'View the latest news and breaking news today for U.S., world, weather, entertainment, politics and health at CNN.com.'}, {'link': 'https://www.msnbc.com/', 'title': 'MSNBC News - Breaking News and News Today | Latest News', 'snippet': 'MSNBC breaking news and the latest news for today. Get daily news from local news reporters and world news updates with live audio & video from our team.'}, {'link': 'https://www.thenews.com.pk/', 'title': 'The News International: Latest News Breaking, Pakistan News', 'snippet': 'The News International - latest news and breaking news about Pakistan, world, sports, cricket, business, entertainment, weather, education, lifestyle; opinion & blog | brings 24 x 7 updates'}]}\n", + "--------------------------------------------------\n", + "Transition number: 50\n", + "Transition type: init_branch\n", + "Transition output: _\n", + "--------------------------------------------------\n", + "Transition number: 51\n", + "Transition type: init_branch\n", + "Transition output: .\n", + "--------------------------------------------------\n", + "Transition number: 52\n", "Transition type: init\n", - "Transition output: {'topics': ['Quantum Computing', 'LLMs'], 'user_id': '70ba3a2c-b5ab-4074-8f01-fe9f81771c17'}\n", + "Transition output: {'topics': ['Quantum Computing', 'LLMs'], 'user_id': 'b86831ef-3c04-4c6f-998d-85e1f6790ccd'}\n", "--------------------------------------------------\n" ] } @@ -829,7 +854,7 @@ "# Lists all the task steps that have been executed up to this point in time\n", "transitions = client.executions.transitions.list(execution_id=execution.id).items\n", "\n", - "# Transitions are retreived in chronological order that is the latest transition is at the start of the list\n", + "# Transitions are retrieved in chronological order that is the latest transition is at the start of the list\n", "for index, transition in enumerate(transitions):\n", " print(\"Transition number: \", index)\n", " print(\"Transition type: \", transition.type)\n", @@ -839,16 +864,486 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 54, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "{'created_at': '2024-11-28T20:15:42.025043Z',\n", - " 'id': 'c9932fdf-6ec7-449b-af0d-36ec80a22f73',\n", - " 'jobs': ['0ffe21ef-a536-43b2-a948-9766146dd6e5']}\n" + "{'content': [\"[{'documents': []}, {'documents': [{'doc_id': \"\n", + " \"'fec0c160-bb07-4eea-be2e-897fd057d647', 'embedding': None, \"\n", + " \"'extra_info': {'file_name': 'Drift-Diffusion in Mangled Worlds \"\n", + " \"Quantum Mechanics'}, 'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': \"\n", + " \"' Drift-Diffusion in Mangled Worlds Quantum \"\n", + " 'Mechanics\\\\n '\n", + " 'Robin '\n", + " 'Hanson\\\\n '\n", + " 'George Mason University∗\\\\narXiv:quant‑ph/0303114v2 18 Mar '\n", + " '2003 '\n", + " 'March 17, '\n", + " '2003.\\\\n '\n", + " 'Abstract\\\\n In Εverett’s many worlds '\n", + " 'interpretation, where quantum measurements are seen '\n", + " 'as\\\\n decoherence events, inexact '\n", + " 'decoherence may let large worlds mangle the memories '\n", + " 'of\\\\n observers in small worlds, creating '\n", + " 'a cutoff in observable world size. I solve a '\n", + " 'growth-\\\\n drift-diffusion-absorption model '\n", + " 'of such a mangled worlds scenario, and show that '\n", + " 'it\\\\n reproduces the Born probability rule '\n", + " 'closely, though not exactly. Thus deviations '\n", + " 'from\\\\n exact decoherence can allow the '\n", + " 'Born rule to be derived in a many worlds '\n", + " 'approach\\\\n via world counting, using a '\n", + " 'finite number of worlds and no new fundamental '\n", + " 'physics.\\\\n\\\\n Introduction\\\\n '\n", + " 'Traditional quantum mechanics suffers from many ambiguities '\n", + " 'regarding quantum measure-\\\\n ments. Many worlds '\n", + " 'approaches try to resolve these ambiguities by identifying '\n", + " 'measurements\\\\n with decoherence events produced '\n", + " 'by standard linear quantum evolution [1, 2]. In '\n", + " 'such\\\\n events, off-diagonal density matrix '\n", + " 'elements are often naturally and dramatically '\n", + " 'suppressed\\\\n due to coupling with a large '\n", + " 'environment [3].\\\\n Unfortunately, the many '\n", + " 'worlds approach still suffers from the problem that, when '\n", + " 'there\\\\n are a finite number of worlds, the '\n", + " 'straightforward way to calculate probabilities, i.e., '\n", + " 'counting\\\\n the fraction of worlds with a given '\n", + " 'outcome, does not produce the standard Born '\n", + " 'probability\\\\n rule [4, 5]. Some have tried to '\n", + " 'resolve this by adding new fundamental physics, such '\n", + " 'as\\\\n non-linear dynamics [6], or an infinity of '\n", + " 'worlds per quantum state which diverge via an\\\\n '\n", + " 'unknown process [7]. Others propose new decision theory axioms '\n", + " 'saying we do not care\\\\n about the number of '\n", + " 'worlds that see an outcome [8, 9].\\\\n A '\n", + " 'mangled worlds variation proposes to resolve the Born rule '\n", + " 'problem using only as-\\\\n sumptions that are about '\n", + " 'the behavior of standard linear quantum evolution, '\n", + " 'assumptions\\\\n that can in principle be checked by '\n", + " 'theoretical analysis of common quantum systems. '\n", + " 'The\\\\n idea is that decoherence is never exact, '\n", + " 'and so while decoherence makes off-diagonal '\n", + " 'terms\\\\n small relative to a large world, they can '\n", + " 'be large relative to a small enough world. This\\\\n '\n", + " 'may plausibly mangle very small worlds, either destroying the '\n", + " 'observers in such worlds, or\\\\n changing them into '\n", + " 'observers who remember events from large worlds '\n", + " '[10].\\\\n ∗rhanson@gmu.edu '\n", + " 'http://hanson.gmu.edu 703-993-2326 FAX: 703-993-2323 MSN 1D3, '\n", + " 'Carow Hall, Fair-\\\\n fax VA '\n", + " '22030\\\\n\\\\n '\n", + " \"1', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: \"\n", + " \"{value}', 'metadata_seperator': '\\\\n', 'class_name': \"\n", + " \"'Document'}, {'doc_id': 'b73cbea4-a0a4-47de-9122-4acbfcba2d85', \"\n", + " \"'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion \"\n", + " \"in Mangled Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': \"\n", + " \"' This paper presents an explicit \"\n", + " 'growth-drift-diffusion-absorption model of such a '\n", + " 'mangled\\\\nworlds scenario. It assumes that mangling is a sudden '\n", + " 'irreversible process, that typical\\\\nexperimental tests of the '\n", + " 'Born rule include many uncounted background decoherence '\n", + " 'events,\\\\nand that the region in world size where worlds become '\n", + " 'mangled is relatively narrow and\\\\nlocated near the median of '\n", + " 'the distribution of measure. Closed form expressions are '\n", + " 'given\\\\nshowing that the Born rule is followed closely, though '\n", + " 'not exactly, in this model. Thus most\\\\nunmangled worlds would '\n", + " 'remember having observed frequencies very near that predicted '\n", + " 'by\\\\nthe Born rule, even though in fact Born frequencies do not '\n", + " 'apply to the vast majority of\\\\nworlds, and even though such '\n", + " 'frequencies are not observed in the very largest '\n", + " 'worlds.\\\\n\\\\nDrift-Diffusion Of All Worlds\\\\nConsider a single '\n", + " 'initial unit-magnitude world that repeatedly undergoes '\n", + " 'decoherence events\\\\ne. (And for now ignore world mangling.) '\n", + " 'During each event e, each pre-existing world i\\\\nsplits into a '\n", + " 'set J(i, e) of resulting worlds j, each of which gets some '\n", + " 'fraction Fjie of the\\\\noriginal world’s measure. That is, if mi '\n", + " 'is the measure (or size) of world i, then mj = Fjiem,\\\\n '\n", + " 'where∑j∈J(i,e) Fjie = 1. Assume that these fractions do not '\n", + " 'depend on the particular '\n", + " 'world '\n", + " 'i\\\\n being split, so that Fjie = Fje and J(i, e) = J(e). If so, '\n", + " 'then after there have been enough\\\\n events so that the variance '\n", + " 'of each set {ln(Fje)}j∈J(e) is small compared to this summed '\n", + " 'over\\\\n e, the central limit theorem of statistics ensures that '\n", + " 'the resulting set of worlds will approach\\\\n a log-normal '\n", + " 'distribution over measure m.\\\\n In terms of log '\n", + " 'size x = ln(m), the distribution of worlds would be normal with '\n", + " 'some\\\\n mean '\n", + " '~ '\n", + " 'x < 0 and standard deviation σ > 0. Since the total measure of '\n", + " 'all worlds is conserved,\\\\n the total number of worlds must be '\n", + " 'e−~−σ2/2. If there were a constant rate of '\n", + " 'decoherence '\n", + " 'x\\\\n events, so that ~ = −vt and σ2 = wt, then the distribution '\n", + " 'of worlds would '\n", + " 'be '\n", + " 'x\\\\n '\n", + " 'μ0(x, t) = √2πσ exp((v '\n", + " '− '\n", + " '2 '\n", + " '1 w)t − (x − vt)2). '\n", + " '(1)\\\\n '\n", + " '2σ2\\\\nThe measure held by these worlds would also be normally '\n", + " 'distributed over x, with the same\\\\n standard deviation σ, but a '\n", + " 'higher mean of ^ = ~ + σ2. These values ~ and ^ are also '\n", + " 'the '\n", + " 'x '\n", + " 'x x x\\\\npositions of the '\n", + " 'median-sized world and the median measure, '\n", + " 'respectively.\\\\n For example, after N binary '\n", + " 'decoherence events where the two possible outcomes '\n", + " 'have\\\\nrelative measure p > 1/2 and 1 − p, there would be 2N '\n", + " 'worlds, with median measure and\\\\nstandard deviation given '\n", + " 'by\\\\n\\\\n '\n", + " 'x '\n", + " '^ = N ^1 = N(p ln(p) + (1 − p) ln(1 − '\n", + " 'p)), '\n", + " 'x\\\\n '\n", + " 'σ = √Nσ1 =√N√p(1 − p) ln( − '\n", + " 'p), '\n", + " '1 p\\\\n with ~1 = ^1 − σ2. A constant rate r of such '\n", + " 'events would give v = −r~1 and w = '\n", + " 'rσ2. '\n", + " 'x '\n", + " 'x 1 '\n", + " 'x 1\\\\n The distribution μ0(x, t) of '\n", + " 'equation 1 solves the linear growth-drift-diffusion '\n", + " 'equation\\\\n\\\\n '\n", + " 'μ '\n", + " '˙ = v(∇μ + μ) + (w/2)(∇2μ − μ). (2)\\\\nfor t > 0 given the delta '\n", + " 'function initial '\n", + " 'condition\\\\n\\\\n '\n", + " \"2', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: \"\n", + " \"{value}', 'metadata_seperator': '\\\\n', 'class_name': \"\n", + " \"'Document'}, {'doc_id': '50b52ba7-4b81-4b8b-84e1-5f25f47bee1f', \"\n", + " \"'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion \"\n", + " \"in Mangled Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': \"\n", + " \"' μ(x, 0) = \"\n", + " 'δ(x). '\n", + " '(3)\\\\n\\\\nThe Mangling of Worlds\\\\nDecoherence events quickly '\n", + " 'suppress the magnitude of off diagonal density matrix '\n", + " 'terms\\\\nrelative to diagonal terms. Specifically, given two '\n", + " 'worlds, large L and small s, we '\n", + " 'have\\\\n\\\\n |ρLs|2 ≤ '\n", + " 'ϵ2(t)|ρLL||ρss|,\\\\nwhere |ρab| ≡ 〈 a |ρab| b 〉, and coherence '\n", + " 'ϵ(t) typically falls at a rapid exponential rate for\\\\na great '\n", + " 'many doubling times [3]. However, in the models that have been '\n", + " 'solved so far,\\\\ncoherence ϵ(t) typically eventually asymptotes '\n", + " 'to a small but non-zero level [3, 11, 12, 13].\\\\nworlds '\n", + " 'increases as eσ = e√wt. As discussed elsewhere [10], if ϵ(t) '\n", + " 'eventually falls '\n", + " 'slower\\\\n '\n", + " 'As we have seen in the previous section, the relative magnitude '\n", + " 'between any two random\\\\nthan this rate, then eventually the off '\n", + " 'diagonal terms ρsL and ρLs must greatly influence the\\\\nevolution '\n", + " 'of the smaller diagonal term ρss, even though these off diagonal '\n", + " 'terms have little\\\\ninfluence on and are mainly driven by the '\n", + " 'larger diagonal term ρLL. Thus the evolution\\\\nof smaller worlds '\n", + " 'is eventually driven by larger worlds, plausibly “mangling” '\n", + " 'those smaller\\\\nworlds, i.e., either destroying their observers '\n", + " 'or turning them into observers who remember\\\\noutcomes from a '\n", + " 'large world. Remaining observers would thus only remember the '\n", + " 'histories\\\\nof unmangled worlds.\\\\n Let us conjecture that '\n", + " 'the mangling of worlds is a sudden, irreversible, and global '\n", + " 'process.\\\\nSpecifically, let us assume that there is a mangling '\n", + " 'region in world size, so that a world that\\\\nhas always remained '\n", + " 'larger than this region remains unmangled, and that a world '\n", + " 'that\\\\nwas once smaller than this region became suddenly and '\n", + " 'forevermore mangled. Let us also\\\\nconjecture that the relevant '\n", + " 'standard deviation σ is the result of many decoherence '\n", + " 'events,\\\\nmost of which are not counted in experiment tests. '\n", + " 'This suggests that the mangling region\\\\nis relatively narrow '\n", + " 'compared to σ. Finally, let us assume that since it is the '\n", + " 'measure of\\\\nsome worlds that mangles other worlds, this '\n", + " 'mangling region remains close to the median\\\\nmeasure ^ that '\n", + " 'would describe the distribution of all worlds were there no '\n", + " 'mangling. '\n", + " 'x\\\\n If unmangled worlds evolve locally just as all worlds '\n", + " 'would were there no mangling,\\\\nand if initially all worlds are '\n", + " 'unmangled, then the distribution μ1(x, t) of unmangled '\n", + " 'worlds\\\\nshould satisfy equations 2 and 3, just as the '\n", + " 'distribution μ0(x, t) of all worlds under the no\\\\nmangling '\n", + " 'assumption. To model our assumption of a mangling region narrow '\n", + " 'compared to σ\\\\nand remaining close to the median measure ^ = '\n", + " '−(v − w)t, let us impose on the '\n", + " 'unmangled '\n", + " 'x\\\\ndistribution μ1(x, t) the additional boundary '\n", + " 'condition\\\\n\\\\n '\n", + " 'μ(xb(t), t) = '\n", + " '0, (4)\\\\nfor '\n", + " 'all t ≥ 0, where xb(t) = ^ − ϵ, ϵ > 0, and we limit our '\n", + " 'attention to x ≥ xb(t). This is '\n", + " 'an '\n", + " 'x\\\\nabsorbing boundary condition, which says that every world '\n", + " 'which reaches the point xb from\\\\nabove immediately falls out of '\n", + " 'the distribution of unmangled '\n", + " 'worlds.\\\\n\\\\n '\n", + " \"3', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: \"\n", + " \"{value}', 'metadata_seperator': '\\\\n', 'class_name': \"\n", + " \"'Document'}, {'doc_id': '1cf8e024-6325-4224-b877-8677127a2313', \"\n", + " \"'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion \"\n", + " \"in Mangled Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': \"\n", + " \"'Solving the Drift-Diffusion Model\\\\nTo solve the set of \"\n", + " 'equations 2, 3, and 4, let us first factor out the common '\n", + " 'exponential\\\\ngrowth via μ(x, t) = ν(x, t)e(v−(w/2))t , so that '\n", + " 'the diffusion equation (2) '\n", + " 'becomes\\\\n\\\\n '\n", + " 'ν˙ = v∇ν + (w/2)∇2ν,\\\\nfor ν(x, t). Next, let us transform from '\n", + " 'x to a coordinate y = x − xb(t) that moves along\\\\nwith the '\n", + " 'absorbing boundary, so that equations 2, 3, and 4 '\n", + " 'become\\\\n '\n", + " 'ν˙(y, t) = w∇ν(y, t) + (w/2)∇2ν(y, '\n", + " 't),\\\\n '\n", + " 'ν(y, 0) = δ(y − '\n", + " 'ϵ),\\\\n '\n", + " 'ν(0, t) = 0.\\\\nFinally, use dimensionless units z = 2y and s = '\n", + " 'wt, so that for z, s ≥ 0 the equations '\n", + " 'are\\\\n '\n", + " 'ν˙(z, s) = ∇ν(z, s) + ∇2ν(z, '\n", + " 's), '\n", + " '(5)\\\\n '\n", + " 'ν(z, 0) = δ(z − '\n", + " '2ϵ), '\n", + " '(6)\\\\n '\n", + " 'ν(0, s) = '\n", + " '0. '\n", + " '(7)\\\\nFortunately, others have already solved a closely related '\n", + " 'set of equations for s ≥ 0, z ∈ [0, '\n", + " 'L],\\\\n '\n", + " 'ν˙(z, s) = ∇ν(z, s) − ∇2ν(z, '\n", + " 's),\\\\n '\n", + " 'ν(z, 0) = '\n", + " 'f0(z), '\n", + " '(8)\\\\n '\n", + " 'ν(0, s) = ν(L, s) = 0,\\\\n\\\\nfor drift diffusion between two '\n", + " 'absorbing barriers [14]. If we take z → L − z and L → ∞,\\\\nthe '\n", + " 'solutions of these equations can be transformed into solutions '\n", + " 'of equations 5 and 7, and\\\\nof equation 8, which generalizes '\n", + " 'equation 6. These solutions '\n", + " 'are\\\\n '\n", + " 'ν(z, s) = '\n", + " 'π '\n", + " '2e−s/4−z/2 '\n", + " '∫ ∞g0(k)e−k2s '\n", + " 'sin(kz)dk\\\\n '\n", + " '0\\\\n '\n", + " 'g0(k) =∫ ∞f0(z)ez/2 '\n", + " 'sin(kz)dz.\\\\n '\n", + " '0\\\\nFor the specific initial condition of equation 6, i.e., f0(z) '\n", + " '= δ(z − 2ϵ), this '\n", + " 'becomes\\\\n '\n", + " 'ν(z, s) = eϵ−s/4−z/2(exp(−(z − 2ϵ)2) − exp(−(z + '\n", + " '2ϵ)2)). '\n", + " '√4πs\\\\n '\n", + " '4s\\\\n '\n", + " '4s\\\\nIf we return this to dimension-full units, put back in the '\n", + " 'exponential growth, but retain the\\\\nboundary relative '\n", + " 'coordinate y = x − x(t), we get solutions to our original '\n", + " 'equations '\n", + " 'of '\n", + " 'b\\\\ninterest, i.e., equations 2, 3, and 4, except in terms of y '\n", + " 'instead of x. We find that an initial\\\\ndistribution μ1(y, 0) = '\n", + " 'δ(y − ϵ) of unmangled worlds evolves '\n", + " 'into\\\\n '\n", + " '( exp(−(y '\n", + " '− ϵ)2) − exp(−(y + '\n", + " 'ϵ)2)).\\\\n '\n", + " 'μ1(y, t; ϵ) =√ '\n", + " 'π '\n", + " '8wteϵ−y+(v−w)t '\n", + " '2wt\\\\n '\n", + " '2wt\\\\n '\n", + " \"4', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: \"\n", + " \"{value}', 'metadata_seperator': '\\\\n', 'class_name': \"\n", + " \"'Document'}, {'doc_id': 'ed033f74-b0e9-437e-a53e-bb3a1d2f3693', \"\n", + " \"'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion \"\n", + " \"in Mangled Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': ' \"\n", + " 'For ϵ ≪ √wt, a good approximation to this '\n", + " 'is\\\\n '\n", + " 'μ1(y, t; ϵ) = '\n", + " 'ϵeϵ '\n", + " '√2π(e(v−w)ty exp(−y − '\n", + " '2wt).\\\\n '\n", + " 'wt)3/2 y2\\\\n We use this '\n", + " 'approximation from here on. It integrates to give a total '\n", + " 'unmangled world '\n", + " 'count\\\\n '\n", + " '∫ ∞μ(y, t; ϵ)dy = 2 '\n", + " '⎛√\\\\n '\n", + " 'πwt − ewt/2erfc⌈√wt⎝⎜ '\n", + " '. '\n", + " '⌉⎜\\\\n '\n", + " 'W (t; ϵ) '\n", + " '≡ '\n", + " 'ϵeϵe(v−w)t⎛ '\n", + " '2\\\\n '\n", + " '⎜\\\\n '\n", + " '0 '\n", + " '2\\\\nNote that if v > w then the total number of unmangled '\n", + " 'worlds, which grows as e(v−w)t,\\\\nwill increase with time, even '\n", + " 'though it becomes an exponentially decreasing fraction of '\n", + " 'the\\\\nnumber of all worlds, which grows as e(v−(w/2))t. To '\n", + " 'predict our existence in an ummangled\\\\nworld, the mangled '\n", + " 'worlds approach must predict that v > w.\\\\n\\\\n Born Rule '\n", + " 'Accuracy\\\\n How well does this diffusion process reproduce the '\n", + " 'Born rule? Let each distinct measurement\\\\n outcome k be '\n", + " 'associated with a set of Gk > 1 child worlds per parent world, '\n", + " 'each of which\\\\nis a factor Fk < 1 smaller than its parent. The '\n", + " 'Born rule says that the probability of an\\\\noutcome is given by '\n", + " 'FkGk. To see how closely does this mangled worlds approach '\n", + " 'conforms\\\\nwith the Born rule, let us calculate the number of '\n", + " 'unmangled worlds as associated with such\\\\nan experimental '\n", + " 'outcome.\\\\n Specifically, starting at time t = 0 '\n", + " 'let a single unmangled world of size y = ϵ (relative\\\\nto the '\n", + " 'mangling region at y = 0) evolve into a distribution μ(y, t1; ϵ) '\n", + " 'at time t1, where\\\\n1 ≪ wt1 ≫ ϵ. This is not intended to be the '\n", + " 'distribution of all worlds, but rather the\\\\ndistribution of all '\n", + " 'worlds consistent with the initial conditions of a given '\n", + " 'experiment to test\\\\nthe Born rule. It is the result of '\n", + " 'decoherence events both during and before the '\n", + " 'experiment,\\\\nevents that are not counted in the statistics of '\n", + " 'the experiment. Given what we know about\\\\nthe experiment, we do '\n", + " 'not know which of these worlds we are in, and so we must '\n", + " 'average\\\\nover these worlds when making experimental '\n", + " 'predictions.\\\\n At time t1, let each world with '\n", + " 'value y1 in μ(y, t1; ϵ) be split into G ≥ 1 worlds, each '\n", + " 'of\\\\nwhich is a factor F ≤ 1 smaller, so that it has the value y '\n", + " '= y1 + ln(F ). Let each of these\\\\nworlds then evolve to produce '\n", + " 'more worlds over a longer time period t2 ≫ t1. For the Born\\\\n '\n", + " 'rule to apply exactly, the number of unmangled worlds in the '\n", + " 'final distribution at time t2\\\\n should go as F G. (It would not '\n", + " 'contradict observations if the Born rule were violated soon\\\\n '\n", + " 'after t1, in worlds that were not mangled but were about to '\n", + " 'become mangled. What we\\\\n actually observe are long-existing '\n", + " 'historical records of experiments testing the Born '\n", + " 'rule.)\\\\n With a little help from Mathematica, '\n", + " 'the final unmangled world count is found to be\\\\n '\n", + " 'λ(F, G; t1, t2, ϵ) ≡ G∫ ∞W (t2; y)μ(y − ln(F ), t1; '\n", + " 'ϵ)dy\\\\n '\n", + " '0 '\n", + " '⎛√\\\\n '\n", + " '⌈√wt2⎝⎜ . '\n", + " '⌉⎜\\\\n '\n", + " '= F G erfc(− ln(F ))ϵeϵe(v−w)(t1 '\n", + " '+t)⎛ '\n", + " '√2wt1 2 '\n", + " '2\\\\n '\n", + " '− '\n", + " 'ewt/2erfc⎜\\\\n '\n", + " '2\\\\n '\n", + " '4\\\\n '\n", + " 'πwt2 2\\\\nThe '\n", + " 'key thing to notice here is that when wt1 is large, the Born '\n", + " 'rule '\n", + " 'correction\\\\n\\\\n '\n", + " \"5', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: \"\n", + " \"{value}', 'metadata_seperator': '\\\\n', 'class_name': \"\n", + " \"'Document'}, {'doc_id': '8c1ff388-1f1c-4891-9989-be8deff5f0de', \"\n", + " \"'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion \"\n", + " \"in Mangled Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': \"\n", + " \"' \"\n", + " 'γ(F, G) ≡ 1 λ(F, '\n", + " 'G; t, t2, '\n", + " 'ϵ)\\\\n '\n", + " 'λ(1, 1; t1, t2, ϵ) = erfc(− ln(F '\n", + " ')). 1 '\n", + " '√2wt1\\\\n '\n", + " 'F G\\\\nchanges very slowly in the factor F . For example, when '\n", + " 'wt1 = 1010, it requires a factor of\\\\nF = '\n", + " 'e−105 < 10−43000 to '\n", + " 'get the relative number of worlds to be γ(F, G) ≈ 1/3. Thus '\n", + " 'this\\\\napproach is very nearly consistent with the Born rule, '\n", + " 'while leaving open the possibility of\\\\nsmall experimentally '\n", + " 'detectable deviations from the Born rule.\\\\n\\\\nConclusion\\\\nThis '\n", + " 'paper has presented an explicit growth-drift-diffusion-absorption '\n", + " 'model of a mangled\\\\nworlds scenario. Under this scenario, '\n", + " 'inexact decoherence results in larger worlds suddenly\\\\nand '\n", + " 'irreversibly mangling any worlds that reach a narrow region in '\n", + " 'world size. Closed form\\\\nexpressions are given showing that '\n", + " 'this model reproduces the Born rule closely, but not\\\\nexactly. '\n", + " 'Thus most unmangled observers would remember having observed '\n", + " 'nearly Born\\\\nfrequencies, allowing us to reconcile the many '\n", + " 'worlds approach with the Born rule without\\\\ninvoking new '\n", + " 'fundamental physics or decision theory '\n", + " 'axioms.\\\\n\\\\nReferences\\\\n [1] H. Everett: Reviews of Modern '\n", + " 'Physics 29 (1957) 454\\\\n [2] B. DeWitt, N. '\n", + " 'Graham: '\n", + " 'The Many-Worlds Interpretation of Quantum '\n", + " 'Mechanics:\\\\n Princeton University Press, '\n", + " 'Princeton (1973)\\\\n [3] H. Dowker, J. Halliwell: Physical '\n", + " 'Review D 46 (1992) 1580\\\\n [4] A. Kent: International Journal '\n", + " 'of Modern Physics A 5 (1990) 1745\\\\n [5] G. Auletta: '\n", + " 'Foundations and Interpretation of Quantum Mechanics: World '\n", + " 'Scientific,\\\\n Singapore (2000)\\\\n [6] M. '\n", + " 'Weissman: Foundations of Physics Letters 12 (1999) 407\\\\n [7] '\n", + " 'D. Albert, B. Loewer: Synthese 77 (1988) 195\\\\n [8] D. '\n", + " 'Deutsch: Proceedings of the Royal Society of London A455 (1999) '\n", + " '3129\\\\n [9] D. '\n", + " 'Wallace: '\n", + " 'Quantum '\n", + " 'probability and decision theory, '\n", + " 'revisited:\\\\n '\n", + " 'http://arxiv.org/abs/quant-ph/0211104\\\\n[10] R. Hanson: When '\n", + " 'worlds collide: Quantum probability from observer selection? : '\n", + " 'Tech.\\\\n rep., George Mason University '\n", + " '(2003)\\\\n[11] H. Dowker, J. Halliwell: In: Physical Origins of '\n", + " 'Time Asymmetry, eds. J. Halliwell,\\\\n J. '\n", + " 'Perez-Mercader, W. Zurek, pp. 234–245. Cambridge University '\n", + " 'Press, Cambridge\\\\n '\n", + " '(1994)\\\\n\\\\n '\n", + " \"6', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: \"\n", + " \"{value}', 'metadata_seperator': '\\\\n', 'class_name': \"\n", + " \"'Document'}, {'doc_id': '85392297-ba56-41c7-8c5b-0ab84fe28296', \"\n", + " \"'embedding': None, 'extra_info': {'file_name': 'Drift-Diffusion \"\n", + " \"in Mangled Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, 'text': \"\n", + " \"'[12] M. Namiki, S. Pascazio, H. Nakazato: Decoherence and \"\n", + " 'Quantum Measurements: World\\\\n Scientific, Singapore '\n", + " '(1997)\\\\n[13] W. Unruh, W. Zurek: Physical Review D 40 (1989) '\n", + " '1071\\\\n[14] Z. Farkas, T. Fulop: Journal of Physics A: '\n", + " 'Mathematics and General 34 (2001) '\n", + " '3191\\\\n\\\\n '\n", + " \"7', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': '{key}: \"\n", + " \"{value}', 'metadata_seperator': '\\\\n', 'class_name': \"\n", + " \"'Document'}]}, {'documents': []}]\"],\n", + " 'created_at': '2025-02-07T14:41:10.885880Z',\n", + " 'embedding_dimensions': 1024,\n", + " 'embedding_model': 'text-embedding-3-large',\n", + " 'embeddings': [],\n", + " 'id': '067a61b8-6e2b-7bc7-8000-afa3496c8572',\n", + " 'language': 'english',\n", + " 'metadata': {},\n", + " 'modality': 'text',\n", + " 'title': 'Research Papers'}\n" ] } ], @@ -862,23 +1357,34 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": 55, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "{'paper_titles_and_urls': [['The Rise of Quantum Internet Computing',\n", - " 'https://arxiv.org/pdf/2208.00733v1'],\n", - " ['Unconventional Quantum Computing Devices',\n", - " 'https://arxiv.org/pdf/quant-ph/0003151v1'],\n", - " ['Quantum-dot based photonic quantum networks',\n", - " 'https://arxiv.org/pdf/1707.02094v1'],\n", - " ['Quantum State of Entangled Photon Pairs',\n", - " 'https://arxiv.org/pdf/quant-ph/0407030v1'],\n", - " ['Three-electron spin qubits',\n", - " 'https://arxiv.org/pdf/1611.09106v1']]}\n" + "{'user_info': {'about': 'This is a test user',\n", + " 'created_at': '2025-02-07T14:39:34.948768Z',\n", + " 'id': 'b86831ef-3c04-4c6f-998d-85e1f6790ccd',\n", + " 'metadata': {'age': 25,\n", + " 'city': 'San Francisco',\n", + " 'favorite_scientists': \"['Richard Feynman', 'Alan \"\n", + " \"Turing', 'Geoffrey \"\n", + " \"Hinton']\",\n", + " 'latest_research_read': 'Quantum Machine Learning',\n", + " 'ppid': 'b86831ef-3c04-4c6f-998d-85e1f6790ccd',\n", + " 'research_interests': \"['Quantum Computing', \"\n", + " \"'Artificial Intelligence', \"\n", + " \"'Machine Learning']\",\n", + " 'state': 'California',\n", + " 'top_journals': \"['Nature', 'Science', 'IEEE \"\n", + " 'Transactions on Quantum '\n", + " \"Engineering']\",\n", + " 'top_research_area': 'Quantum Computing',\n", + " 'top_scientist': 'Richard Feynman'},\n", + " 'name': 'user_new_1',\n", + " 'updated_at': '2025-02-07T14:39:34.948768Z'}}\n" ] } ], @@ -891,2522 +1397,509 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 58, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "{'paper_contents': \"[{'documents': []}, {'documents': [{'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'5dde80d8-9fea-4e79-a8c6-4f56f6989bc5', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Unconventional Quantum Computing Devices'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': 'arXiv:quant-ph/0003151v1 \"\n", - " '31 Mar 2000\\\\n\\\\n '\n", - " 'Unconventional Quantum Computing '\n", - " 'Devices\\\\n\\\\n '\n", - " 'Seth '\n", - " 'Lloyd\\\\n '\n", - " 'Mechanical '\n", - " 'Engineering\\\\n '\n", - " 'MIT '\n", - " '3-160\\\\n '\n", - " 'Cambridge, Mass. 02139\\\\n\\\\n Abstract: '\n", - " 'This paper investigates a variety of unconventional '\n", - " 'quantum computation de-\\\\n vices, '\n", - " 'including fermionic quantum computers and computers that '\n", - " 'exploit nonlinear quan-\\\\n tum mechanics. '\n", - " 'It is shown that unconventional quantum computing devices '\n", - " 'can in prin-\\\\n ciple compute some '\n", - " 'quantities more rapidly than ‘conventional’ quantum '\n", - " 'computers.\\\\n\\\\n Computers are '\n", - " 'physical: what they can and cannot do is determined by the '\n", - " 'laws\\\\n of physics. When scientific '\n", - " 'progress augments or revises those laws, our picture of '\n", - " 'what\\\\n computers can do changes. '\n", - " 'Currently, quantum mechanics is generally accepted as '\n", - " 'the\\\\n fundamental dynamical theory of how '\n", - " 'physical systems behave. Quantum computers '\n", - " 'can\\\\n in principle exploit quantum '\n", - " 'coherence to perform computational tasks that classical '\n", - " 'com-\\\\n puters cannot [1-21]. If someday '\n", - " 'quantum mechanics should turn out to be '\n", - " 'incomplete\\\\n or faulty, then our picture '\n", - " 'of what computers can do will change. In addition, the '\n", - " 'set\\\\n of known quantum phenomena is '\n", - " 'constantly increasing: essentially any coherent '\n", - " 'quantum\\\\n phenomenon involving nonlinear '\n", - " 'interactions between quantum degrees of freedom '\n", - " 'can\\\\n in principle be exploited to '\n", - " 'perform quantum logic. This paper discusses how the '\n", - " 'revi-\\\\n sion of fundamental laws and the '\n", - " 'discovery of new quantum phenomena can lead to '\n", - " 'new\\\\n technologies and algorithms for '\n", - " 'quantum computers.\\\\n Since new '\n", - " 'quantum effects are discovered seemingly every day, let’s '\n", - " 'first discuss two\\\\n basic tests that a '\n", - " 'phenomenon must pass to be able to function as a basis for '\n", - " 'quantum\\\\n computation. These are 1) The '\n", - " 'phenomenon must be nonlinear, and 2) It must be '\n", - " 'coherent.\\\\n To support quantum logic, the '\n", - " 'phenomenon must involve some form of nonlinearity, '\n", - " 'e.g.,\\\\n a nonlinear interaction between '\n", - " 'quantum degrees of freedom. Without such a '\n", - " 'nonlinearity\\\\n quantum devices, like '\n", - " 'linear classical devices, cannot perform even so simple a '\n", - " 'nonlinear\\\\n operation as an AND gate. '\n", - " 'Quantum coherence is a prerequisite for performing '\n", - " 'tasks\\\\n such as factoring using Shor’s '\n", - " 'algorithm [10], quantum simulation a la Feynman [11] '\n", - " 'and\\\\n Lloyd [12], or Grover’s data-base '\n", - " 'search algorithm [13], all of which require '\n", - " 'extended\\\\n manipulations of coherent '\n", - " 'quantum '\n", - " 'superpositions.\\\\n\\\\n '\n", - " \"1', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'066b2185-7165-468b-84f7-b8866f9baa4f', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Unconventional Quantum Computing Devices'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': ' The requirements of \"\n", - " 'nonlinearity and coherence are not only necessary for a '\n", - " 'phe-\\\\nnomenon to support quantum computation, they are '\n", - " 'also in principle sufficient. As shown\\\\nin [14-15], '\n", - " 'essentially any nonlinear interaction between quantum '\n", - " 'degrees of freedom suf-\\\\nfices to construct universal '\n", - " 'quantum logic gates that can be assembled into a '\n", - " 'quantum\\\\ncomputer. In addition, the work of Preskill et '\n", - " 'al. [18] on robust quantum computation\\\\nshows that an '\n", - " 'error rate of no more than 10−4 per quantum logic '\n", - " 'operation allows one to\\\\nperform arbitrarily long quantum '\n", - " 'computations in principle.\\\\n In practice, of course, '\n", - " 'few if any quantum phenomena are likely to prove '\n", - " 'sufficiently\\\\ncontrollable to provide extended quantum '\n", - " 'computation. Promising devices under '\n", - " 'current\\\\nexperimental investigation include ion traps '\n", - " '[5,7], high finesse cavities for manipulating\\\\nlight and '\n", - " 'atoms using quantum electrodynamics [6], and molecular '\n", - " 'systems that can be\\\\nmade to compute using nuclear '\n", - " 'magnetic resonance [8-9]. Such devices store '\n", - " 'quantum\\\\ninformation on the states of quantum systems '\n", - " 'such as photons, atoms, or nuclei, and\\\\naccomplish '\n", - " 'quantum logic by manipulating the interactions between the '\n", - " 'systems via the\\\\napplication of semiclassical potentials '\n", - " 'such as microwave or laser fields. We will call '\n", - " 'such\\\\ndevices ‘conventional’ quantum computers, if only '\n", - " 'because such devices have actually '\n", - " 'been\\\\nconstructed.\\\\n There is another sense in '\n", - " 'which such computers are conventional: although the '\n", - " 'de-\\\\nvices described above have already been used to '\n", - " 'explore new regimes in physics and to\\\\ncreate and '\n", - " 'investigate the properties of new and exotic quantum '\n", - " 'states of matter, they\\\\nfunction according to well '\n", - " 'established and well understood laws of physics. Perhaps '\n", - " 'the\\\\nmost striking examples of the ‘conventionality’ of '\n", - " 'current quantum logic devices are NMR\\\\nquantum '\n", - " 'microprocessors that are operated using techniques that '\n", - " 'have been refined for\\\\nalmost half a century. Ion-trap '\n", - " 'and quantum electrodynamic quantum computers, '\n", - " 'though\\\\ncertainly cutting edge devices, operate in a '\n", - " 'quantum electrodynamic regime where the\\\\nfundamental '\n", - " 'physics has been understood for decades (that is not to '\n", - " 'say that new and\\\\nunexpected physics does not arise '\n", - " 'frequently in this regime, rather that there is '\n", - " 'general\\\\nagreement on how to model the dynamics of such '\n", - " 'devices).\\\\n Make no mistake about it: a conventional '\n", - " 'quantum logic device is the best kind of\\\\nquantum logic '\n", - " 'device to have around. It is exactly because the physics '\n", - " 'of nuclear magnetic\\\\nresonance and quantum '\n", - " 'electrodynamics are well understood that devices based on '\n", - " 'this\\\\nphysics can be used systematically to construct and '\n", - " 'manipulate the exotic quantum states\\\\nthat form the basis '\n", - " 'for quantum computation. With that recognition, let us '\n", - " 'turn '\n", - " 'to\\\\n\\\\n '\n", - " \"2', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'bcf5f805-d98f-4076-aa8c-f753cf7dbfa1', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Unconventional Quantum Computing Devices'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': '‘unconventional’ quantum \"\n", - " 'computers.\\\\n Perhaps the most obvious basis for an '\n", - " 'unconventional quantum computer is the use\\\\nof particles '\n", - " 'with non-Boltzmann statistics in a refime where these '\n", - " 'statistics play a key role\\\\nin the dynamics of the '\n", - " 'device. For example, Lloyd [16] has proposed the use of '\n", - " 'fermions\\\\nas the fundamental carriers of quantum '\n", - " 'information, so that a site or state occupied by '\n", - " 'a\\\\nfermion represents a 1 and an unoccupied site or state '\n", - " 'represents a 0. It is straightforward\\\\nto design a '\n", - " 'universal quantum computer using a conditional hopping '\n", - " 'dynamics on an array\\\\nof sites, in which a fermion hops '\n", - " 'from one site to another if only if other sites are '\n", - " 'occupied.\\\\n If the array is one-dimensional, then '\n", - " 'such a fermionic quantum computer is equivalent\\\\nto a '\n", - " 'conventional quantum computer via the well-known technique '\n", - " 'of bosonization. If the\\\\narray is two or more '\n", - " 'dimensional, however, a local operation involving fermions '\n", - " 'on the\\\\nlattice cannot be mocked up by a local operation '\n", - " 'on a conventional quantum computer,\\\\nwhich must '\n", - " 'explicitly keep track of the phases induced by Fermi '\n", - " 'statistics. As a result,\\\\nsuch a fermionic computer can '\n", - " 'perform certain operations more rapidly than a '\n", - " 'conventional\\\\nquantum computer. An obvious example of a '\n", - " 'problem that can be solved more rapidly on\\\\na fermionic '\n", - " 'quantum computer is the problem of simulating a lattice '\n", - " 'fermionic system in\\\\ntwo or more dimensions. To get the '\n", - " 'antisymmetrization right in second quantized form,\\\\na '\n", - " 'conventional ‘Boltzmann’ quantum computer takes time '\n", - " 'proportional to T ℓd−1 where T\\\\nis the time over which '\n", - " 'the simulation is to take place, ℓ is the length of the '\n", - " 'lattice and\\\\nd is the dimension, while a fermionic '\n", - " 'quantum computer takes time proportional to T .\\\\n(Here we '\n", - " 'assume that the computations for both conventional and '\n", - " 'Fermionic quantum\\\\ncomputers can take advantage of the '\n", - " 'intrinsic parallelizability of such simulations: if '\n", - " 'the\\\\ncomputations are performed serially an additional '\n", - " 'factro of ℓd is required for both types\\\\nof computer to '\n", - " 'update each site sequentially.)\\\\n As the lattice '\n", - " 'size ℓ and the dimension d grow large, the difference '\n", - " 'between the two\\\\ntypes of computer also grows large. '\n", - " 'Indeed, the problem of simulating fermions hopping\\\\non a '\n", - " 'hypercube of dimension d as d → ∞ is evidently '\n", - " 'exponentially harder on a con-\\\\nventional quantum '\n", - " 'computer than a Fermionic quantum computer. Since a '\n", - " 'variety of\\\\ndifficult problems such as the '\n", - " 'travelling-salesman problem and data-base search '\n", - " 'problem\\\\ncan be mapped to particles hopping on a '\n", - " 'hypercube, it is interesting to speculate '\n", - " 'whether\\\\nfermionic computers might provide an exponential '\n", - " 'speed-up on problems of interest in ad-\\\\ndition to '\n", - " 'quantum simulation. No such problems are currently known, '\n", - " 'however. Fermionic\\\\ncomputers could be realized in '\n", - " 'principle by manipulating the ways in which electrons '\n", - " 'and\\\\n\\\\n '\n", - " \"3', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'53057fa4-ba5b-423b-a686-13c6953d5f12', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Unconventional Quantum Computing Devices'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': 'holes hop from site to \"\n", - " 'site on a semiconductor lattice (though problems of '\n", - " 'decoherence are\\\\nlikely to be relatively severe for such '\n", - " 'systems).\\\\n It might also be possible to construct '\n", - " 'bosonic computers using photons, phonons, or\\\\natoms in a '\n", - " 'Bose-Einstein condensate. Such systems can be highly '\n", - " 'coherent and support\\\\nnonlinear interactions: phonons and '\n", - " 'photons can interact in a nonlinear fshion via '\n", - " 'their\\\\ncommon nonlinear interaction with matter, and '\n", - " 'atoms in a Bose condensate can be made\\\\nto interact bia '\n", - " 'quantum electrodynamics (by introduction of a cavity) or '\n", - " 'by collisions. So\\\\nfar, however, the feature of Bose '\n", - " 'condensates that makes them so interesting from the '\n", - " 'point\\\\nof view of physics — all particles in the same '\n", - " 'state — makes them less interesting from the\\\\npoint of '\n", - " 'view of quantum computation. Many particles in the same '\n", - " 'state, which can be\\\\nmanipulated coherently by a variety '\n", - " 'of techniques, explore the same volume of Hilbert '\n", - " 'space\\\\nas a single particle in that state. As a result, '\n", - " 'it is unclear how such a bosonic system could\\\\nprovide a '\n", - " 'speed-up over conventional quantum computation. More '\n", - " 'promising than Bose\\\\ncondensates from the perspective of '\n", - " 'quantum computation and quantum communications,\\\\nis the '\n", - " 'use of cavity quantum electrodynamics to ‘dial up’ or '\n", - " 'synthesize arbitrary states\\\\nof the cavity field. Such a '\n", - " 'use of bosonic states is important for the field of '\n", - " 'quantum\\\\ncommunications, which requires the ability to '\n", - " 'create and manipulate entangled states of\\\\nthe '\n", - " 'electromagnetic field.\\\\n A third unconventional '\n", - " 'design for a quantum computer relies on ‘exotic’ '\n", - " 'statistics\\\\nthat are neither fermionic nor bosonic. '\n", - " 'Kitaev has recently proposed a quantum '\n", - " 'computer\\\\narchitecture based on ‘anyons,’ particles that '\n", - " 'when exchanged acquuire an arbitrary phase.\\\\nExamples of '\n", - " 'anyons include two-dimensional topological defects in '\n", - " 'lattice systems of spins\\\\nwith various symmetries. Kitaev '\n", - " 'noted that such anyons could perform quantum logic '\n", - " 'via\\\\nAharonov-Bohm type interactions [19]. Preskill et '\n", - " 'al. have shown explicitly how anyonic\\\\nsystems could '\n", - " 'compute in principle [20], and Lloyd et al. have proposed '\n", - " 'methods of\\\\nrealizing anyons using superconducting '\n", - " 'circuits (they could also in principle be '\n", - " 'constructed\\\\nusing NMR quantum computers to mock up the '\n", - " 'anyonic dynamics in an effectively two-\\\\ndimensional '\n", - " 'space of spins) [21]. The advantage of using anyons for '\n", - " 'quantum computation\\\\nis that their nonlocal topological '\n", - " 'nature can make them intrinsically error-correcting '\n", - " 'and\\\\nvirtually immune to the effects of noise and '\n", - " 'interference.\\\\n As the technologies of the '\n", - " 'microscale become better developed, more and more '\n", - " 'po-\\\\ntential designs for quantum computers, both '\n", - " 'conventional and unconventional, are likely\\\\nto arise. '\n", - " 'Additional technologies that could prove useful for the '\n", - " 'construction of '\n", - " 'quantum\\\\n\\\\n '\n", - " \"4', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'de31f5a1-0290-45f3-b386-d02e3ed4c33c', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Unconventional Quantum Computing Devices'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': ' logic devices include \"\n", - " 'photonic crystals, optical hole-burning techniques, '\n", - " 'electron spin res-\\\\n onance, quantum dots, '\n", - " 'superconducting circuits in the quantum regime, etc. Since '\n", - " 'every\\\\n quantum degree of freedom can in principle '\n", - " 'participate in a computation one cannot a\\\\n priori rule '\n", - " 'out the possibility of using currently hard to control '\n", - " 'degrees of freedom such as\\\\nquark and gluon in complex '\n", - " 'nuclei to process information. Needless to say, most if '\n", - " 'not all\\\\nof the designs inspired by these technologies '\n", - " 'are likely to fail. There is room for optimism\\\\nthat some '\n", - " 'such quantum computer designs will prove practicable, '\n", - " 'however.\\\\n The preceding unconventional designs for '\n", - " 'quantum computers were based on existing,\\\\nexperimentally '\n", - " 'confirmed physical phenomena (except in the case of '\n", - " 'non-abelian anyons).\\\\nLet us now turn to designs based on '\n", - " 'speculative, hypothetical, and not yet verified '\n", - " 'phenom-\\\\nena. (One of the most interesting of these '\n", - " 'phenomena is large-scale quantum computation\\\\nitself: can '\n", - " 'we create and systematically transform entangled states '\n", - " 'involving hundreds or\\\\nthousands of quantum variables?) A '\n", - " 'particularly powerful hypothesis from the point of\\\\nview '\n", - " 'of quantum computation is that of nonlinear quantum '\n", - " 'mechanics.\\\\n The conventional picture of quantum '\n", - " 'mechanics is that it is linear in the sense that '\n", - " 'the\\\\nsuperposition principle is obeyed exactly. (Of '\n", - " 'course, quantum systems can still exhibit\\\\nnonlinear '\n", - " 'interactions between degrees of freedom while continuing '\n", - " 'to obey the superpo-\\\\nsition principle.) Experiment '\n", - " 'confirms that the superposition principle is indeed '\n", - " 'obeyed\\\\nto a high degree of accuracy. Nonetheless, a '\n", - " 'number of scientists including Weinberg have\\\\nproposed '\n", - " 'nonlinear versions of quantum mechanics in which the '\n", - " 'superposition principle\\\\nis violated. Many of these '\n", - " 'proposals exhibit pathologies such as violations of the '\n", - " 'second\\\\nlaw of thermodynamics or the capacity for '\n", - " 'superluminal communication. Despite such\\\\ntheoretical '\n", - " 'difficulties, it is still possible that quantum mechanics '\n", - " 'does indeed possess a\\\\nsmall nonlinearity, even if it '\n", - " 'currently seems unlikely. If a nonlinear operation such '\n", - " 'as\\\\nthat proposed by Weinberg can be incorporated in a '\n", - " 'quantum logic operation, then the\\\\nconsequences are '\n", - " 'striking: NP-complete problems can be solved easily in '\n", - " 'polynomial time\\\\n[17]. Indeed, NP-oracle problems and all '\n", - " 'problems in #P can be solved in polynomial time\\\\non such '\n", - " 'a nonlinear quantum computer.\\\\n A general proof of '\n", - " 'this result is given in [17], however, a simple argument '\n", - " 'for why\\\\nthis is so can be seen as follows. Suppose that '\n", - " 'it is possible to perform a non-unitary\\\\noperation on a '\n", - " 'single qubit that has a positive Lyapunov exponent over '\n", - " 'some region: i.e.,\\\\nsomewhere on the unit sphere there '\n", - " 'exists a line of finite extent along which application '\n", - " 'of\\\\nthe operation causes nearby points to move apart '\n", - " 'exponentially at a rate eλ∆θ '\n", - " 'proportional\\\\n '\n", - " \"5', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'0777fa16-f0d4-4ad9-9877-a4abca0ba70f', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Unconventional Quantum Computing Devices'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': 'to their original angular \"\n", - " 'separation δθ. Now consider a function f (x) from N bits '\n", - " 'to one\\\\nbit. We wish to determine whether or not there '\n", - " 'exists an x such that f (x) = 1, and if\\\\nso, how many '\n", - " 'such x’s there are. Using the nonlinear operation with '\n", - " 'positive Lyapunov\\\\nexponent, it is straightforward to '\n", - " 'construct a mapping leaves a point on the '\n", - " 'exponentially\\\\nexpanding line (call this point |0〉) fixed '\n", - " 'if their are no solutions to the equation f (x) = 1,\\\\nand '\n", - " 'that maps the point to a nearby point cos(n/2N )|0〉 + '\n", - " 'sin(n/2N )|1〉 along the line\\\\nif there are exactly n '\n", - " 'solutions to the equation f (x) = 1. Repeated application '\n", - " 'of the\\\\nnonlinear map can be used to drive the points '\n", - " 'apart at an exponentional rate: eventually,\\\\nat a time '\n", - " 'determined by the number of qubits N , the number of '\n", - " 'solutions n, and the rate\\\\nof spreading λ, the two points '\n", - " 'will become macroscopically distinguishable, allowing '\n", - " 'one\\\\nto determine whether or not there is a solution and '\n", - " 'if there is, how many solutions there\\\\nare. The map f '\n", - " 'need only be applied once, and the amount of time it takes '\n", - " 'to reveal the\\\\nnumber of solutions is proportional to N '\n", - " '.\\\\n The fact that nonlinear quantum mechanics allows '\n", - " 'the straightforward solution of\\\\nNP-complete and #P '\n", - " 'problems should probably be regarded as yet another strike '\n", - " 'against\\\\nnonlinear quantum mechanics. Whether or not '\n", - " 'quantum mechanics is linear is a question\\\\nto be resolved '\n", - " 'experimentally, however. In the unlikely event that '\n", - " 'quantum mechanics\\\\ndoes turn out to be nonlinear, all our '\n", - " 'problems may be solved.\\\\n Finally, let us turn our '\n", - " 'attention to hypothetical quantum Theories of '\n", - " 'Everything,\\\\nsuch as string theory. Such a theory must '\n", - " 'clearly support quantum computation since it\\\\nsupports '\n", - " 'cavity quantum electrodynamics and nuclear magnetic '\n", - " 'resonance. The obvious\\\\nquestion to ask is then, does a '\n", - " 'Theory of Everything need to support anything more '\n", - " 'than\\\\nquantum computation? So far as experimental '\n", - " 'evidence is concerned the answer to this\\\\nquestion is '\n", - " 'apparently No: we have no evident reason to doubt that the '\n", - " 'universe is at\\\\nbottom anything more than a giant, '\n", - " 'parallel, quantum information processing machine,\\\\nand '\n", - " 'that the phenomena that we observe and attempt to '\n", - " 'characterize are simply outputs\\\\nof this machine’s '\n", - " 'ongoing computation. Of course, just how the universe is '\n", - " 'carrying out\\\\nthis computation is likely to remain a '\n", - " 'question of great interest for some time.\\\\n To '\n", - " 'summarize: Computers are physical systems, and what they '\n", - " 'can do in practice and\\\\nin principle is circumscribed by '\n", - " 'the laws of physics. The laws of physics in turn permit '\n", - " 'a\\\\nwide variety of quantum computational devices '\n", - " 'including some based on nonconventional\\\\nstatistics and '\n", - " 'exotic effects. Modifications made to the laws of physics '\n", - " 'have the consequence\\\\nthat what can be computed in '\n", - " 'practice and in principle changes. A particularly '\n", - " 'intriguing\\\\n\\\\n '\n", - " \"6', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'d315d076-2b6e-4ec4-ade1-e18fb6c09998', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Unconventional Quantum Computing Devices'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': 'variation on conventional \"\n", - " 'physics is nonlinear quantum mechanics which, if true, '\n", - " 'would\\\\nallow hard problems to be solved '\n", - " 'easily.\\\\n\\\\n '\n", - " \"7', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'7cc3c174-6e77-4928-af58-522265cace2a', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Unconventional Quantum Computing Devices'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': 'References\\\\n\\\\n1. P. \"\n", - " 'Benioff, ‘Quantum Mechanical Models of Turing Machines '\n", - " 'that Dissipate No Energy,’\\\\nPhysical Review Letters, Vol. '\n", - " '48, No. 23, pp. 1581-1585 (1982)\\\\n2. D. Deutsch, ‘Quantum '\n", - " 'Theory, the Church-Turing Principle and the Universal '\n", - " 'Quantum\\\\nComputer,’ Proceedings of the Royal Society of '\n", - " 'London, A, Vol. 400, pp. 97-117 (1985).\\\\n3. R.P. Feynman, '\n", - " '‘Quantum Mechanical Computers,’ Optics News, Vol. 11, pp. '\n", - " '11-20\\\\n(1985); also in Foundations of Physics, Vol. 16, '\n", - " 'pp. 507-531 (1986).\\\\n4. S. Lloyd, ‘A Potentially '\n", - " 'Realizable Quantum Computer,’ Science, Vol. 261, pp. '\n", - " '1569-\\\\n1571 (1993).\\\\n5. J.I. Cirac and P. Zoller, '\n", - " '‘Quantum Computations with Cold Trapped Ions,’ '\n", - " 'Physical\\\\nReview Letters, Vol. 74, pp. 4091-4094 '\n", - " '(1995).\\\\n6. Q.A. Turchette, C.J. Hood, W. Lange, H. '\n", - " 'Mabuchi, H.J. Kimble, ‘Measurement of\\\\nConditional Phase '\n", - " 'Shifts for Quantum Logic,’ Physical Review Letters, Vol. '\n", - " '75, pp. 4710-\\\\n4713 (1995).\\\\n7. C. Monroe, D.M. Meekhof, '\n", - " 'B.E. King, W.M. Itano, D.J. Wineland, ‘Demonstration '\n", - " 'of\\\\na Fundamental Quantum Logic Gate,’ Physical Review '\n", - " 'Letters, Vol. 75, pp. 4714-4717\\\\n(1995).\\\\n8. D.G. Cory, '\n", - " 'A.F. Fahmy, T.F. Havel, ‘Nuclear Magnetic Resonance '\n", - " 'Spectroscopy: an\\\\nexperimentally accessible paradigm for '\n", - " 'quantum computing,’ in PhysComp96, Proceedings\\\\nof the '\n", - " 'Fourth Workshop on Physics and Computation, T. Toffoli, M. '\n", - " 'Biafore, J. Le˜ao, eds.,\\\\nNew England Complex Systems '\n", - " 'Institute, 1996, pp. 87-91.\\\\n9. N.A. Gershenfeld and I.L. '\n", - " 'Chuang, ‘Bulk Spin-Resonance Quantum '\n", - " 'Computation,’\\\\nScience, Vol. 275, pp. 350-356 '\n", - " '(1997).\\\\n10. P. Shor, ‘Algorithms for Quantum '\n", - " 'Computation: Discrete Log and Factoring,’ in\\\\nProceedings '\n", - " 'of the 35th Annual Symposium on Foundations of Computer '\n", - " 'Science, S. Gold-\\\\nwasser, Ed., IEEE Computer Society, '\n", - " 'Los Alamitos, CA, 1994, pp. 124-134.\\\\n11. R.P. Feynman, '\n", - " '‘Simulating Physics with Computers,’ International Journal '\n", - " 'of Theo-\\\\nretical Physics, Vol. 21, pp. 467-488 '\n", - " '(1982).\\\\n12. S. Lloyd, ‘Universal Quantum Simulators,’ '\n", - " 'Science, Vol. 273, pp. 1073-1078 (1996).\\\\n13. L.K. '\n", - " 'Grover, ‘Quantum Mechanics Helps in Searching for a Needle '\n", - " 'in a Haystack,’\\\\nPhysical Review Letters, Vol. 79, pp. '\n", - " '325-328 (1997).\\\\n14. D. Deutsch, A. Barenco, A. Ekert, '\n", - " '‘Universality in Quantum Computation,’ Proceed-\\\\nings of '\n", - " 'the Royal Society of London A, Vol. 449, pp. 669-677 '\n", - " '(1995).\\\\n\\\\n '\n", - " \"8', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'a9610b7b-a167-4f21-a917-3626fbddde3b', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Unconventional Quantum Computing Devices'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': ' 15. S. Lloyd, ‘Almost \"\n", - " 'Any Quantum Logic Gate is Universal,’ Physical Review '\n", - " 'Letters,\\\\n Vol. 75, pp. 346-349 (1995).\\\\n 16. S. Lloyd, '\n", - " '‘Fermionic Quantum Computers,’ talk delivered at the Santa '\n", - " 'Barbara work-\\\\n shop on Physics of Information, November '\n", - " '1996.\\\\n 17. D. Abrams and S. Lloyd, to be published.\\\\n '\n", - " '18. J. Preskill et al., to be published.\\\\n19. Yu. Kitaev, '\n", - " 'to be published.\\\\n20. J. Preskill et al., to be '\n", - " 'published.\\\\n21. S. Lloyd et al. to be '\n", - " 'published.\\\\n\\\\n '\n", - " \"9', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}]}, \"\n", - " \"{'documents': [{'class_name': 'Document', 'doc_id': \"\n", - " \"'278bd226-32be-4488-a970-323f579ee8e1', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'arXiv:1707.02094v1 [quant-ph] 7 Jul \"\n", - " '2017\\\\n\\\\n Quantum-dot based photonic '\n", - " 'quantum networks\\\\n '\n", - " 'Peter Lodahl\\\\n Niels '\n", - " 'Bohr Institute, University of Copenhagen, Blegdamsvej 17, '\n", - " 'DK-2100\\\\n Copenhagen, '\n", - " 'Denmark\\\\n E-mail: '\n", - " 'lodahl@nbi.ku.dk\\\\n\\\\n '\n", - " 'Abstract. Quantum dots embedded in photonic nanostructures '\n", - " 'have in recent years\\\\n '\n", - " 'proven to be a very powerful solid-state platform for '\n", - " 'quantum optics experiments. '\n", - " 'The\\\\n combination of '\n", - " 'near-unity radiative coupling of a single quantum dot to a '\n", - " 'photonic\\\\n mode and '\n", - " 'the ability to eliminate decoherence processes imply that '\n", - " 'an unprecedent\\\\n '\n", - " 'light-matter interface can be obtained. As a '\n", - " 'result, high-cooperativity '\n", - " 'photon-\\\\n emitter '\n", - " 'quantum interfaces can be constructed opening a path-way '\n", - " 'to deterministic\\\\n '\n", - " 'photonic quantum gates for quantum-information processing '\n", - " 'applications. In the\\\\n '\n", - " 'present manuscript, I review current state-of-the-art on '\n", - " 'quantum dot devices and '\n", - " 'their\\\\n applications '\n", - " 'for quantum technology. The overarching long-term goal of '\n", - " 'the research\\\\n field '\n", - " 'is to construct photonic quantum networks where remote '\n", - " 'entanglement can be\\\\n '\n", - " 'distributed over long distances by '\n", - " 'photons.\\\\n\\\\n 1. '\n", - " 'Introduction\\\\n\\\\n The ultimate vision of '\n", - " 'photonic quantum technology is to construct a complex '\n", - " 'quantum\\\\n network of stationary quantum '\n", - " 'nodes connected by flying photons in a fully '\n", - " 'quantum\\\\n way, i.e. quantum '\n", - " 'entanglement may become '\n", - " 'distributed. Such a new '\n", - " 'photonic\\\\n paradigm would have novel '\n", - " 'applications within secure quantum communication '\n", - " 'and\\\\n is proposed as a way of scaling up '\n", - " 'quantum computers. It is popularly referred to as '\n", - " 'the\\\\n ’quantum internet’ [1] and has '\n", - " 'been rooted in the atomic physics community where '\n", - " 'an\\\\n impressive proof-of-concept '\n", - " 'elementary two-node quantum network has been '\n", - " 'achieved\\\\n [2]. Solid-state alternatives '\n", - " 'to atomic single-photon emitters are attractive, since '\n", - " 'unlike\\\\n atoms they do not require '\n", - " 'complex laser cooling and trapping techniques. On '\n", - " 'the\\\\n other hand solid-state systems are '\n", - " 'often considered to be ’noisy’ in the sense that '\n", - " 'many\\\\n potential decoherence processes '\n", - " 'may deteriorate quantum properties. Remarkably, '\n", - " 'self-\\\\n assembled quantum dots (QDs) '\n", - " 'emitting single photons in the optical domain, '\n", - " 'notably\\\\n InGaAs QDs embedded in GaAs '\n", - " 'semiconductors, have matured dramatically '\n", - " 'within\\\\n the last few years. By '\n", - " 'systematically studying and combating the relevant '\n", - " 'decoherence\\\\n processes [3] impressive '\n", - " 'coherence has been demonstrated including near-perfect '\n", - " 'single-\\\\n photon indistinguishability '\n", - " '(above 98%) of two subsequently emitted photons [4, 5] '\n", - " 'and\\\\n transform-limited emission lines '\n", - " '[6]. Combined with the ability to dramatically '\n", - " 'enhance\\\\n light-matter interaction in '\n", - " 'photonic nanostructures [7], this enables '\n", - " \"near-deterministic', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'c6fdc95e-eabb-4b5e-a3c0-4c315d4c8f59', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '2\\\\n\\\\nsingle-photon sources with an internal collection '\n", - " 'efficiency exceeding 98 % [8]. This\\\\nmajor progress '\n", - " 'entails that QD single-photon sources are now gradually '\n", - " 'outperforming\\\\nthe traditional approaches based on atoms '\n", - " 'or spontaneous parametric down-conversion.\\\\nQD sources '\n", - " 'benefit from fast operation speeds, excellent stability '\n", - " 'and brightness, as well\\\\nas the potential scalability to '\n", - " 'multiple single photons and emitters. Notably, a number '\n", - " 'of\\\\nimpressive experiments have recently been implemented '\n", - " 'with QDs that have not been\\\\naccomplished on other '\n", - " 'platforms. They include the experimental demonstration of '\n", - " 'a\\\\ndeterministic entangled cluster state of strings of '\n", - " 'photons [9], boson sampling with so far\\\\nfive photons '\n", - " '[10], the detection of squeezed light correlations in '\n", - " 'resonance fluorescence\\\\n[11], and the demonstration of an '\n", - " 'on-demand entangled photon source with higher\\\\nthan 90% '\n", - " 'fidelity [12]. Time is now to build on these and other '\n", - " 'achievements in order\\\\nto scale QD photonic quantum '\n", - " 'technology and construct large and complex '\n", - " 'quantum\\\\narchitectures for quantum-information processing '\n", - " 'applications.\\\\n The present manuscript reviews the '\n", - " 'current state-of-the-art on quantum photonics\\\\nbased on '\n", - " 'QD photon emitters towards the overarching goal of '\n", - " 'constructing photonic\\\\nquantum networks. At '\n", - " 'present, a number of basic functionalities have '\n", - " 'been\\\\nsuccessfully demonstrated with generally impressive '\n", - " 'performance. These may constitute\\\\nfundamental building '\n", - " 'blocks of photonic quantum networks. In that sense a '\n", - " 'current\\\\nmajor challenge for theoretical quantum '\n", - " 'physicist is to develop resource efficient\\\\narchitectures '\n", - " 'tailored to the specific quantum hardware available, i.e., '\n", - " 'addressing how\\\\nthe basic ’puzzle pieces’ can be '\n", - " 'combined. Figure 1 illustrates the ’puzzle pieces’ '\n", - " 'already\\\\nbeing developed for the QD platform, and that '\n", - " 'will be considered here. They include\\\\nsingle-photon '\n", - " 'sources, single-photon nonlinearity, photonic circuitry, '\n", - " 'efficient-coupling\\\\nto optical fibers, on-chip '\n", - " 'single-photon detectors, and multi-emitter '\n", - " 'coupling.\\\\n QDs enable two different types of '\n", - " 'quantum resources: they may be employed\\\\nas a source of '\n", - " 'single photons or alternatively a single spin trapped in a '\n", - " 'QD may be\\\\nmanipulated as a qubit. Figure 2 illustrates '\n", - " 'these two approaches. In the former case a\\\\nsingle '\n", - " 'electron-hole pair is created in a QD by either optical '\n", - " 'excitation or by controllably\\\\ntunneling carriers into '\n", - " 'the QD with the application of an electric field. The '\n", - " 'electron-\\\\nhole pair subsequently recombines whereby a '\n", - " 'single photon is emitted by spontaneous\\\\nemission within '\n", - " 'a lifetime of typically 1 ns for a QD in a bulk medium. In '\n", - " 'the latter\\\\napproach a single carrier (electron or hole) '\n", - " 'is prepared in the QD by tunneling. The\\\\ncarrier spin is '\n", - " 'coupled to light since a photon may subsequently be '\n", - " 'absorbed by the QD\\\\ncreating a negatively (positively) '\n", - " 'charged exciton for the case of an initial electron '\n", - " '(hole).\\\\nDepending on the operational condition, the spin '\n", - " 'may have a coherence time of up to\\\\n1 μs (for holes) [13, '\n", - " '14], which means that in principle many quantum operations '\n", - " 'can\\\\nbe carried out with fast optical control techniques '\n", - " 'before decoherence sets in. For some\\\\nquantum-information '\n", - " 'applications, however, longer spin coherence times are '\n", - " 'required,\\\\ne.g., in matter based quantum-repeater '\n", - " 'architectures. To this end, the QD platform\\\\nmust be '\n", - " 'interfaced with long-lived quantum memories based on, '\n", - " 'e.g., defect centers\\\\nin diamond or atomic ensembles '\n", - " '[15]. Such hybrid quantum network architectures '\n", - " \"are\\\\noutside the scope of the present Review.', \"\n", - " \"'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'a19b0d3b-ebad-4d36-a615-6a4ee63a39ad', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '3\\\\n '\n", - " '~l '\n", - " '~\\\\n '\n", - " 'Nonlinearity '\n", - " 'Processing\\\\n '\n", - " 'wn\\\\n Fiber Out-coupling Single '\n", - " 'photons Detection Dipole-dipole '\n", - " 'interaction\\\\nFigure 1: Illustration of basic '\n", - " 'functionalities that can be implemented with QDs '\n", - " 'and\\\\nphotonic nanostructures. Left panel: efficient '\n", - " 'outcoupling taper sections from photonic\\\\nnanostructures '\n", - " 'to optical fibers can be engineered to obtain highly '\n", - " 'efficient outcoupling\\\\nof single photons. Center panel: a '\n", - " 'single QD in nanophotonic waveguide or cavity can '\n", - " 'be\\\\nused as a highly efficient and coherent source of '\n", - " 'single photons. Two sources are shown\\\\nin order to '\n", - " 'illustrate potential scalability of the approach. Right '\n", - " 'panel: a single QD\\\\nefficiently coupled to a waveguide '\n", - " 'may be employed as a single-photon nonlinearity\\\\n(upper '\n", - " 'left), complex photonic circuits may be constructed on a '\n", - " 'photonic chip for\\\\nquantum processing of photons (upper '\n", - " 'right), single-photon superconducting detectors\\\\nmay be '\n", - " 'implemented on-chip for highly efficient detection (lower '\n", - " 'right), and multiple\\\\nQDs may be coupled by engineering '\n", - " 'the dipole-dipole interaction in a '\n", - " 'nanophotonic\\\\nwaveguide. The figure is a courtesy of '\n", - " 'Sahand Mahmoodian.\\\\n '\n", - " '2 '\n", - " '2\\\\n Ia) '\n", - " 'hole '\n", - " 'k(b)\\\\n electron '\n", - " 'M MM\\\\nFigure 2: Photon and spin '\n", - " 'qubits generated with QDs. The light grey areas '\n", - " 'illustrate\\\\nthe regions of InAs embedded in dark grey '\n", - " 'GaAs regions thereby creating an energy\\\\nwell potential '\n", - " 'for both electrons and holes. (a) An electron-hole pair '\n", - " 'trapped in the\\\\nQD may recombine by emitting a single '\n", - " 'photon. (b) A single electron (or hole) trapped\\\\nin the '\n", - " 'QD constitutes a spin qubit (orange arrow) that may be '\n", - " \"manipulated by optical\\\\nmethods.', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'54241ad6-863a-4e89-b9c2-25ea50cede61', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '4\\\\n\\\\n2. Single-photon sources\\\\n\\\\nA QD efficiently '\n", - " 'coupled to a nanophotonic cavity or waveguide offers a '\n", - " 'promising\\\\nroute towards a deterministic single-photon '\n", - " 'source. Early pioneering work showed that\\\\nPurcell '\n", - " 'enhancement in an optical cavity may be employed to both '\n", - " 'improve brightness\\\\nand coherence of the source [16]. '\n", - " 'Ideally a useful single-photon source emits an '\n", - " 'optical\\\\npulse containing a single photon in a useful '\n", - " 'optical mode (e.g., into an optical fiber)\\\\nevery time '\n", - " 'the QD is triggered by either an optical or electrical '\n", - " 'pulse. Furthermore,\\\\nmost applications in '\n", - " 'quantum-information processing require that the emitted '\n", - " 'photons\\\\nare fully coherent, which entails that '\n", - " 'decoherence processes occurring on a time scale\\\\nof the '\n", - " 'radiative decay of the QD must be eliminated. Thus, three '\n", - " 'major figures-of-\\\\nmerit need to be optimized: i) the '\n", - " 'single-photon purity, ii) the single-photon '\n", - " 'coupling\\\\nefficiency, and iii) the indistinguishability '\n", - " 'of the emitted photons.\\\\n Re i): The discrete level '\n", - " 'structure of self-assembled QDs having widely '\n", - " 'separated\\\\noptical transitions implies that they are '\n", - " 'capable of emitting high-purity single photons\\\\n[17]. '\n", - " 'This is gauged in a Hanbury Brown - Twiss (HBT) '\n", - " 'correlation experiment by\\\\nrecording the multi-photon '\n", - " 'emission probability. By using samples with a low '\n", - " 'QD\\\\ndensity and implementing (quasi)-resonant excitation '\n", - " 'to selectively excite only a single\\\\nQD, excellent '\n", - " 'single-photon purity can be obtained at the level of '\n", - " 'g(2)(0) ≤ 0.1%, cf.\\\\nFig. 3.\\\\n Re ii): The overall '\n", - " 'coupling efficiency determines the brightness of the '\n", - " 'single-photon\\\\nsource and is comprised of several factors '\n", - " '[7]: the excitation and single-photon '\n", - " 'emission\\\\nprobability of the QD, the efficiency with '\n", - " 'which the emitted photons are channeled to a\\\\nsingle mode '\n", - " '(the β-factor), and the transfer efficiency to a low-loss '\n", - " 'propagating mode,\\\\ne.g., an optical fiber. Significant '\n", - " 'progress has been reported on all three '\n", - " 'engineering\\\\ntasks: resonant π-pulse excitation allows '\n", - " 'deterministically preparing a single exciton in\\\\na QD '\n", - " '[18] and electrically gated structures eliminate blinking '\n", - " 'between different exciton\\\\ncomplexes [19]. Embedding QDs '\n", - " 'in photonic nanostructures allows reaching a near-\\\\nunity '\n", - " 'β-factor, which has been obtained in nanophotonic '\n", - " 'waveguides [8, 20] and cavities\\\\n[4]. Finally, a variety '\n", - " 'of approaches and designs can be implemented for '\n", - " 'transferring\\\\nthe collected photons to an optical fiber '\n", - " 'using, e.g., tailored gratings for coupling light\\\\nguided '\n", - " 'on planar structures vertically off the chip, or waveguide '\n", - " 'taper sections designed\\\\nto couple directly to a fiber '\n", - " 'either by direct or evanescent coupling [21, 22, '\n", - " '23].\\\\n Re iii): The indistinguishability of an '\n", - " 'emitted photon is determined by the amount\\\\nof '\n", - " 'decoherence taking place within the emitter decay time. '\n", - " 'With a typical decay time\\\\nof nanoseconds, the primary '\n", - " 'decoherence source is coupling of the QD to phonons\\\\nand '\n", - " 'potentially photon jitter induced by relaxation processes '\n", - " 'originating from non-\\\\nresonant excitation schemes '\n", - " '[24]. The latter may be overcome by strict '\n", - " 'resonant\\\\nexcitation. Phonon interactions at the '\n", - " 'contrary are unavoidable and lead to two\\\\neffects: wide '\n", - " 'phonon sidebands and residual broadening of the '\n", - " 'zero-phonon line. The\\\\nformer contribution (containing '\n", - " 'typically about 10 % of the the total emission at\\\\nlow '\n", - " 'temperatures [7]) can readily be filtered away either by '\n", - " \"an external filter thereby', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'de71718d-112b-478e-b755-5c7d40825e52', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '5\\\\n\\\\nreducing the overall efficiency or more favorably '\n", - " 'by implementing narrow-band Purcell\\\\nenhancement. Hence '\n", - " 'the broadening of the zero-phonon line remains the '\n", - " 'fundamental\\\\ndecoherence mechanism. An in-depth '\n", - " 'theoretical study of this process including the\\\\nrole of '\n", - " 'the dimensionality of the photonic nanostructure can be '\n", - " 'found in Ref. [25].\\\\nImportantly a clear route to '\n", - " 'indistinguishable photons with near-unity visibility can '\n", - " 'be\\\\nlaid out, which has also been confirmed '\n", - " 'experimentally [4, 5, 26].\\\\n The previous discussion '\n", - " 'illustrates that QDs are capable of producing a truly '\n", - " 'on-\\\\ndemand source of single photons by implementing, in '\n", - " 'a single device, the functionalities\\\\ndemonstrated so far '\n", - " 'only in different experiments. It is likely that such a '\n", - " 'source will\\\\nbe developed experimentally soon. In '\n", - " 'particular, it is remarkable that decoherence\\\\nprocesses '\n", - " 'can be overcome in a solid-state system to such an extent '\n", - " 'that near-unity\\\\nindistinguishability between '\n", - " 'subsequently emitted photons from the same QD can '\n", - " 'be\\\\nobtained. Next step is to convert a single QD source '\n", - " 'generating photons as ”pearls\\\\non a string” into a '\n", - " 'de-multiplexed source delivering many identical single '\n", - " 'photons\\\\nsimultaneously in individual modes. Such a '\n", - " 'source can be constructed by cascading\\\\nelectro-optical '\n", - " 'switches and coupling the photons into different optical '\n", - " 'fibers in order\\\\nto overcome the time delay between '\n", - " 'subsequently emitted photons, cf. Fig. 4(a).\\\\nTo this '\n", - " 'end, the demonstration of near-transform-limited QD '\n", - " 'emission lines [6] has\\\\nthe remarkable consequence that a '\n", - " 'single QD can emit thousands of '\n", - " 'indistinguishable\\\\nphotons thereby providing a huge '\n", - " 'quantum resource. Indeed recent demonstration '\n", - " 'of\\\\nindistinguishability exceeding 90 % between two '\n", - " 'photons separated by more than 1000\\\\nemission events has '\n", - " 'proven this explicitly [27].\\\\n\\\\n3. Integrated quantum '\n", - " 'photonics\\\\n\\\\nAs detailed in the previous section, '\n", - " 'currently the most reliable approach to '\n", - " 'generate\\\\nmultiple single photons utilizes a single '\n", - " 'integrated QD source where the photons\\\\nare coupled '\n", - " 'off-chip to an optical fiber, and highly-efficient bulk '\n", - " 'optical components\\\\nimplemented for switching and '\n", - " 'routing, cf. Fig. 4(a). Nonetheless, the potential '\n", - " 'benefits\\\\nof integrating functionalities on-chip are many '\n", - " 'in terms of stability, ease of operation,\\\\nlow loss, and '\n", - " 'speed [28]. Figure 4(b) shows an architecture '\n", - " 'for an integrated de-\\\\nmultiplexed source of single '\n", - " 'photons based on a single QD in a planar '\n", - " 'nanophotonic\\\\nwaveguide platform. To implement '\n", - " 'this scheme requires the development of high-\\\\nefficiency '\n", - " 'and fast switches, and multi-port waveguide-fiber '\n", - " 'interfaces. The former\\\\nrequires the development of new '\n", - " 'devices and functionalities on-chip where so-far '\n", - " 'the\\\\nmost common approach for reconfigurable circuitry '\n", - " 'has been the application of thermo-\\\\noptic phase shifters '\n", - " '[29]. De-multiplexing requires fast switches, and two '\n", - " 'promising\\\\napproaches include electro-optical modulation '\n", - " 'implemented directly in the host material\\\\nof the QD '\n", - " '(i.e. GaAs) [30, 31] or electro-mechanical coupling '\n", - " '[32].\\\\n The crucial parameter determining the size of '\n", - " 'the photonic resource that can be\\\\ngenerated with a '\n", - " 'de-multiplexed single-photon source is the overall '\n", - " 'efficiency, including\\\\nswitching, propagation, and '\n", - " \"coupling efficiencies. Consequently the rate of N-photon', \"\n", - " \"'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'5982b6b2-feb7-48e0-9d25-1a0c89baaf44', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '6\\\\n '\n", - " '15 '\n", - " 'pairs '\n", - " 'taper '\n", - " 'WG\\\\n '\n", - " '~Fiber\\\\n '\n", - " 'pairs\\\\n '\n", - " 'Tum\\\\n '\n", - " 'Wch\\\\n '\n", - " 'HBT\\\\n 3 0.8 '\n", - " '= '\n", - " 'Channel\\\\n '\n", - " '1 '\n", - " 'WG\\\\n '\n", - " 'Fiber taperWG\\\\n 0.4-\\\\n '\n", - " '0.2 '\n", - " '300 '\n", - " 'r '\n", - " '140 nm\\\\n \"37.5 '\n", - " '25.0 -12.5 Delay (ns) 12.50,0 '\n", - " '25,0 '\n", - " '37.5 '\n", - " 'a\\\\n 1 0.2 Az\\\\n 3 '\n", - " '060.81.0 '\n", - " 'HOMpol:\\\\n '\n", - " '1 0.8 inputNanobeam waveguidePC 90.10 '\n", - " 'samplecryostat '\n", - " '0.8\\\\n '\n", - " '0.6 '\n", - " '0.6\\\\n '\n", - " '0.0 '\n", - " '0.4 '\n", - " '0.4 ]\\\\n ] 1.00.8\\\\n 0.6 NU '\n", - " 'pOlvIpot '\n", - " '1 0.2 Photonic-crystal '\n", - " 'waveguide 0.2\\\\n '\n", - " '0.4\\\\n '\n", - " '0.2 '\n", - " '1 '\n", - " '0.60.4\\\\n '\n", - " '0.2 '\n", - " '0.4\\\\n '\n", - " '0.6\\\\n '\n", - " '0.2\\\\n '\n", - " 'Time delay '\n", - " '(ns) '\n", - " '850 900 '\n", - " '950 '\n", - " '1000\\\\n '\n", - " 'Wavelength (nm)\\\\nFigure '\n", - " '3: Purity, '\n", - " 'indistinguishability, and out-coupling efficiency of QD '\n", - " 'single-\\\\nphoton '\n", - " 'sources. '\n", - " 'Left column: '\n", - " 'Examples of HBT and Hong-Ou-Mandel '\n", - " '(HOM)\\\\nindistinguishability measurements by implementing '\n", - " 'resonant excitation on a QD in\\\\na micropillar cavity '\n", - " '(upper figure shows the cavity structure). g(2)(0) = 0.009 '\n", - " 'and\\\\na single-photon indistinguishability of 96.4% is '\n", - " 'extracted from the two sets of data.\\\\nFigures reproduced '\n", - " 'from Ref. [5]. Right column: Examples of devices made for '\n", - " 'out-\\\\ncoupling single photon from a QD in a planar '\n", - " 'nanophotonic waveguide to an optical\\\\nfiber with high '\n", - " 'efficiency by tailored evanescent coupling. The upper '\n", - " 'panel is reproduced\\\\nfrom Ref. [21]. Lower panel: '\n", - " 'application of this method to couple out single '\n", - " 'photons\\\\nfrom high β-factor nanophotonic waveguides, '\n", - " 'i.e., nanobeam waveguides and photonic-\\\\ncrystal '\n", - " 'waveguides. By recording the reflection and transmission '\n", - " 'spectrum of the device,\\\\na chip-to-fiber coupling '\n", - " 'efficiency of > 80% is obtained. Data reproduced from Ref. '\n", - " '[23].\\\\n\\\\ngeneration is RN = Rpump ×ηN /N , where η is '\n", - " 'the overall transmission efficiency from the\\\\nsource to '\n", - " 'the fiber and Rpump is the repetition rate of the '\n", - " \"excitation laser. Exemplarily', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'22f52865-e757-49a9-8244-cad99bf66572', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '7\\\\n '\n", - " 'PC (b) '\n", - " 'Electrically-controlled\\\\n '\n", - " 'switches\\\\n '\n", - " 'de-muitipieett '\n", - " 'QD 8-98% Array of delay '\n", - " 'fibers\\\\n '\n", - " '2\\\\n '\n", - " 'Oei\\\\n '\n", - " 'Photonic crystal\\\\n ultte ~fow-Ioss deleco '\n", - " 'e waveguide\\\\n photonic '\n", - " 'circuit\\\\nFigure 4: Illustrations of schemes for '\n", - " 'de-multiplexing a single-photon source. (a)\\\\na '\n", - " 'five-photon source obtained by cascading four Pockels '\n", - " 'cells (PCs) and polarizing\\\\nbeamsplitters to couple '\n", - " 'subsequently emitted photons from the QD into different '\n", - " 'optical\\\\nfibers with different delay lengths. This '\n", - " 'de-multiplexed source is applied for proof-\\\\nof-concept '\n", - " 'boson sampling. Figure reproduced from '\n", - " 'Ref. [10]. (b) Architecture\\\\nof an '\n", - " 'integrated de-multiplexed source based on a QD coupled '\n", - " 'with high efficiency\\\\nto a photonic-crystal waveguide. '\n", - " 'The emitted photons are transferred to '\n", - " 'dielectric\\\\nwaveguides and subsequently routed by '\n", - " 'electrical switches and coupled off-chip to\\\\ndifferent '\n", - " 'fiber delays in order to compensate for the time delay '\n", - " 'in-between photons.\\\\nThe figure is a courtesy of Leonardo '\n", - " 'Midolo.\\\\n\\\\nconsidering η = 50% and Rpump = 80 MHz '\n", - " '(corresponding to the repetition rate of a\\\\nTi:Sapph. '\n", - " 'laser) corresponds to a 10-photon generation rate of R10 ∼ '\n", - " '8 kHz, which\\\\nillustrates the promising prospects of this '\n", - " 'approach while posing clear benchmarks for\\\\nthe '\n", - " 'efficiency of the applied switching and coupling '\n", - " 'technology.\\\\n Integrating a de-multiplexed source on '\n", - " 'a chip is one immediate goal. Another\\\\nimportant task is '\n", - " 'to develop complex integrated tunable photonic circuits '\n", - " 'that can\\\\nprocess the generated single photons leading to '\n", - " 'applications for quantum simulations\\\\n[33]. Current '\n", - " 'state-of-the-art of this technology is a six-mode '\n", - " 'reprogrammable circuit\\\\ncapable of implementing universal '\n", - " 'high-fidelity quantum gates [29]. Considerable effort\\\\nis '\n", - " 'directed to the scaling of these circuits in working '\n", - " 'towards a fully integrated system\\\\nwhere photon source '\n", - " 'and processing circuit would be implemented on a single '\n", - " 'photonic\\\\nchip. However, implementing on-chip the '\n", - " 'relatively long optical delays (typically tens '\n", - " 'of\\\\nnanoseconds) required to interfere subsequently '\n", - " 'emitted photons, poses a challenge for\\\\nthis approach in '\n", - " 'requiring slow-light optical buffers. Consequently at '\n", - " 'present it seems\\\\nmost realistic to consider approaches '\n", - " 'based on two separate chips, connected by '\n", - " 'optical\\\\nfibers, where one chip constitutes the source '\n", - " 'and the other chip the quantum processor.\\\\n The '\n", - " 'operation wavelength of a quantum photonics processor is '\n", - " 'an essential\\\\nparameter. The preferred operation '\n", - " 'wavelength is within the telecom C-band (1.55 μm),\\\\nwhere '\n", - " 'advanced high-performance optical components and fiber '\n", - " 'technology developed\\\\nfor telecom industry are present. '\n", - " 'The natural emission wavelength of self-assembled '\n", - " 'high\\\\nquality QDs is around 950 nm and while significant '\n", - " 'efforts are taken to develop QDs in\\\\nthe telecom bands as '\n", - " 'well [34, 35] the excellent performance in terms of '\n", - " 'coherence and\\\\nefficiency required for quantum technology '\n", - " \"has not yet been achieved. An alternative', \"\n", - " \"'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'6005404e-7547-45e3-b282-52c7be36abcf', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '8\\\\n\\\\napproach employs frequency down-conversion of '\n", - " 'single photons from the near-infrared\\\\nto the telecom '\n", - " 'band. Noise free conversion of single photons from a QD '\n", - " 'with an\\\\nefficiency exceeding 30% has been demonstrated '\n", - " '[36], which could be further increased by\\\\nimproving the '\n", - " 'in- and out-coupling efficiency through the nonlinear '\n", - " 'conversion crystal.\\\\nThe two-chip approach alluded to '\n", - " 'above has the asset that the frequency conversion\\\\nstep '\n", - " 'could naturally be incorporated in between the source chip '\n", - " 'and the processing\\\\nchip. Furthermore, implementing '\n", - " 'frequency conversion of QD photons also has '\n", - " 'another\\\\nadvantage, since it provides a way of overcoming '\n", - " 'spectral inhomogeneities of photons\\\\nemitted by different '\n", - " 'QDs by transducing them to the same wavelength in the '\n", - " 'C-band\\\\nwith the implementation of a tunable pump laser. '\n", - " 'This could prove a powerful way of\\\\nscaling up QD systems '\n", - " 'to couple multiple emitter qubits (e.g., spins) in '\n", - " 'addition to the\\\\nmultiple photon qubits already '\n", - " 'considered.\\\\n Finally, another essential requirement '\n", - " 'is the ability to detect optical photons with\\\\nvery high '\n", - " 'efficiency. Very significant progress has been obtained in '\n", - " 'recent years with the\\\\ndevelopment of superconducting '\n", - " 'nanowire single-photon detectors [37], where the '\n", - " 'single-\\\\nphoton detection efficiency today approaches '\n", - " '100% and the speed is compatible with QD\\\\nsources. '\n", - " 'Importantly these detectors can naturally be integrated on '\n", - " 'the planar GaAs\\\\nplatform containing QDs [38], which '\n", - " 'means that photon source, circuit, and detection\\\\ncould '\n", - " 'potentially be integrated on a single chip, which may pave '\n", - " 'the way to ultimately\\\\nlow-loss photonic quantum '\n", - " 'nodes.\\\\n\\\\n4. Single-photon nonlinearity\\\\n\\\\nThe '\n", - " 'previous sections concerned the generation of single '\n", - " 'photons and their subsequent\\\\nquantum interference in '\n", - " 'photonic circuits. Many quantum-information '\n", - " 'applications\\\\nof photons require generating photon-photon '\n", - " 'interactions. Generally photons interact\\\\nweakly meaning '\n", - " 'that standard nonlinearities are typically too weak to be '\n", - " 'operational\\\\nat the level of single photons. However, the '\n", - " 'efficient coupling of single QDs to '\n", - " 'photonic\\\\nnanostructures imply that such a system may be '\n", - " 'exploited to mediate a giant nonlinear\\\\nresponse '\n", - " 'operational at the level of single photons. Two different '\n", - " 'approaches can be\\\\ntaken to reach a giant nonlinearity '\n", - " 'with a QD or any other quantum emitter: the QD\\\\ncan be '\n", - " 'strongly coupled to a cavity and the nonlinearity of the '\n", - " 'Jaynes-Cummings ladder\\\\nexploited [39, 40], or a QD very '\n", - " 'efficiently coupled to a single optical mode in a '\n", - " 'cavity\\\\n[41, 42] or waveguide [43] may be used as a '\n", - " 'saturable nonlinearity. The latter approach\\\\nis '\n", - " 'beneficial for ease of operation, since it is less '\n", - " 'sensitive to the exact tuning of the\\\\nwavelength of the '\n", - " 'QD. Furthermore, the saturable QD nonlinearity generally '\n", - " 'can be\\\\noperated at a weaker incident photon flux [43]. '\n", - " 'The key operational principle of the QD\\\\nnonlinearity is '\n", - " 'as follows: a narrow-band pulse containing a single photon '\n", - " 'is reflected\\\\nfrom a QD in a waveguide due to destructive '\n", - " 'interference of forward scattering and the\\\\nincoming '\n", - " 'field. The efficient coupling (high β-factor) and coherent '\n", - " 'interaction, which\\\\ncan be achieved with QDs, implies '\n", - " 'that the interaction between the photon and the\\\\nQD is '\n", - " 'deterministic. Since a two-level emitter can only scatter '\n", - " \"one photon at a time,', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'c1b95287-4dfa-411d-8269-8450b9dac1db', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '9\\\\n\\\\ntwo photons have an increased probability to be '\n", - " 'transmitted past the QD leading to a\\\\nphoton sorting '\n", - " 'process. From an experimental point of view this type of '\n", - " 'nonlinearity\\\\nis attractive since no active control over '\n", - " 'the quantum state of the QD is required,\\\\ni.e., the QD is '\n", - " 'merely exploited as a passive scatterer. On the other '\n", - " 'hand, the photon\\\\nsorting is not ideal even for a perfect '\n", - " 'coupling efficiency. This implies that while a '\n", - " 'single-\\\\nphoton component of a pulse may be '\n", - " 'deterministically reflected, two- and '\n", - " 'higher-photon\\\\ncomponents are only partially transmitted '\n", - " 'and in this process entanglement is generated\\\\nbetween '\n", - " 'the two photons [44]. One approach of overcoming this '\n", - " 'limitation and obtain\\\\ndeterministic photon sorting has '\n", - " 'been suggested by combining the QD nonlinearity with\\\\na '\n", - " 'nonlinear spatio-temporal mode selector [45]. Such an '\n", - " 'approach may be applied for\\\\nconstructing a '\n", - " 'resource-efficient Bell-state analyzer [44, 45], cf. '\n", - " 'Section 7. It should be\\\\nmentioned that having a '\n", - " 'three-level emitter with coherent control of the level '\n", - " 'populations\\\\nin the waveguide opens a range of additional '\n", - " 'opportunities. Such level schemes can be\\\\nimplemented '\n", - " 'with charged QDs, cf. the description in the next section. '\n", - " 'One exciting\\\\nproposal is that of a photonic transistor '\n", - " 'controlled by only a single photon [46].\\\\n\\\\n5. '\n", - " 'Spin-photon interfaces\\\\n\\\\nIntroducing a single spin in a '\n", - " 'QD leads to a range of additional opportunities. It '\n", - " 'grants\\\\naccess to two separate ground states (spin up or '\n", - " 'down) that can be exploited as a\\\\nquantum memory to '\n", - " 'encode a qubit. Either single holes or electrons can be '\n", - " 'employed\\\\nand may be deterministically prepared by '\n", - " 'controlling the tunnel barriers in '\n", - " 'electrically\\\\ncontacted semiconductor structures. Various '\n", - " 'level structures can be implemented by the\\\\nuse of Zeeman '\n", - " 'tuning with a magnetic field, and spin initialization, '\n", - " 'manipulation, and\\\\nread-out can be achieved rapidly with '\n", - " 'short optical pulses (typically in the '\n", - " 'nanosecond\\\\nrange), cf. Ref. [19] for a detailed '\n", - " 'review of the physics of single spins in QDs.\\\\nThe spin '\n", - " 'lifetime can be in the range of milliseconds or longer in '\n", - " 'a large magnetic\\\\nfield, which is determined by '\n", - " 'phonon-mediated spin relaxation processes. However,\\\\nin '\n", - " 'quantum applications the coherence time of the spin is the '\n", - " 'essential parameter.\\\\nA coherence time of up to T 2∗ > '\n", - " '460 ns has been reported for hole spins that has\\\\nthe '\n", - " 'advantage compared to electrons that they do not suffer '\n", - " 'from the Fermi contact\\\\nhyperfine interaction with '\n", - " 'nuclear spins [14]. Importantly the spin coherence time '\n", - " 'can\\\\nbe several orders of magnitude longer than the spin '\n", - " 'manipulation time, which means\\\\nthat multiple quantum '\n", - " 'gate operations could be implemented within the spin '\n", - " 'coherence\\\\ntime. Unravelling spin decoherence mechanisms '\n", - " 'in QDs is a research topic in itself and is\\\\noutside the '\n", - " 'scope of the present review. For a thorough discussion, '\n", - " 'see Refs. [19, 47]. It\\\\nis anticipated that further '\n", - " 'research efforts will enable increasing the spin coherence '\n", - " 'time\\\\nfurther. Nonetheless, it seems unlikely that it '\n", - " 'will be possible to extend the coherence\\\\ntime by many '\n", - " 'orders of magnitude in present QD systems. In particular, '\n", - " 'long-range\\\\nquantum repeater protocols would require '\n", - " 'millisecond range quantum memories. This\\\\nentails a '\n", - " 'hybrid approach where the single photons generated by QDs '\n", - " 'are interfaced\\\\nwith long-lived quantum memories, e.g., '\n", - " \"vacancy centers in diamond [48], ions [49], or', \"\n", - " \"'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'093afd39-07a0-4589-a0c9-eb679ce77c2f', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': ' Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '10\\\\n\\\\n potentially mechanical systems.\\\\n '\n", - " 'Considering a charged exciton in an external magnetic '\n", - " 'field, various four-level\\\\n emitter schemes can be '\n", - " 'engineered with two ground states corresponding to '\n", - " 'either\\\\n (pseudo)spin up or down of the electron (hole). '\n", - " 'The recombination of a charged exciton\\\\n leads to the '\n", - " 'emission of polarized photons, where the polarization of '\n", - " 'the photon is\\\\n correlated with the resulting spin state. '\n", - " 'In this way entanglement between the QD\\\\n spin and the '\n", - " 'polarization of the emitted photon can be generated [13, '\n", - " '50] where\\\\n in general hyper-entanglement between spin, '\n", - " 'polarization, and frequency is obtained.\\\\n Subsequently '\n", - " 'the information in one of the variables can be erased to '\n", - " 'create a Bell state.\\\\n This has been the resource '\n", - " 'enabling quantum teleportation between a single photon '\n", - " 'and\\\\n a solid-state spin [51]. A further extension of '\n", - " 'this experiment was the demonstration of\\\\n heralded '\n", - " 'entanglement between two spatially separate hole spins in '\n", - " 'QDs [52], cf. Fig. 5\\\\n for the experimental '\n", - " 'layout.\\\\n Another possibility is to couple QD spins '\n", - " 'directly to photon path by exploiting\\\\n the concept of '\n", - " 'chiral light-matter interaction [53]. By tailoring the '\n", - " 'local electric field\\\\n in a nanophotonic waveguide to '\n", - " 'match the in-plane circular dipole moment of one of\\\\n the '\n", - " 'charged exciton transitions, it is possible to induce '\n", - " 'deterministic directional photon\\\\n emission [54], i.e. σ± '\n", - " 'transitions emit in different directions. This effect was '\n", - " 'used\\\\nto demonstrate an interface between QD spin and the '\n", - " 'photon path [55]. Based on\\\\nthis functionality a photonic '\n", - " 'quantum network architecture was put forward and '\n", - " 'its\\\\nfeasibility evaluated for QDs in nanophotonic '\n", - " 'waveguides [56], cf. Fig. 5.\\\\n\\\\n6. Coupling of multiple '\n", - " 'quantum dots\\\\n\\\\nWe have seen in previous sections how a '\n", - " 'single QD deterministically coupled to a single\\\\noptical '\n", - " 'mode may be exploited as a source of multiple photonic '\n", - " 'qubits potentially\\\\ngenerating a large quantum resource. '\n", - " 'It is natural to consider the option of scaling\\\\nfurther '\n", - " 'up by coupling multiple QDs. This is generally a demanding '\n", - " 'task, as it is\\\\nthe case for any solid-state optical '\n", - " 'emitter, since inhomogeneous broadening of a QD\\\\nensemble '\n", - " '(typically at the level of THz, which should be compared '\n", - " 'to the sub-GHz\\\\nhomogenous linewidth of a QD) implies '\n", - " 'that significant spectral mismatch would need\\\\nto be '\n", - " 'overcome. Various tuning methods of QDs have been '\n", - " 'implemented including\\\\nelectric-field tuning [57] and '\n", - " 'strain tuning [58] that needs to be implemented locally '\n", - " 'to\\\\neach individual QD. Eventually not only the central '\n", - " 'emission frequency of the different\\\\nemitters must be '\n", - " 'controlled, but the complete photon pulses need to be '\n", - " 'matched in\\\\norder to faithfully couple multiple QDs. An '\n", - " 'important figure-of-merit of the success is\\\\ngauged in a '\n", - " 'quantum-interference experiment between two separate QD '\n", - " 'single-photon\\\\nsources, where an interference visibility '\n", - " 'of 93% has been reported in a weak-excitation\\\\nregime '\n", - " '[59], which is a highly encouragin result for this '\n", - " 'approach.\\\\n Given the ability to radiatively couple '\n", - " 'two or more QDs, a photonic nanostructure\\\\ncan be '\n", - " 'constructed to enhance and tailor the coupling. Multiple '\n", - " 'QDs coupled by\\\\ndipole-dipole interaction lead to the '\n", - " \"formation of collective quantum states that can', \"\n", - " \"'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'39ce6fe7-fe46-40b9-9d03-35a978fc7363', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '11\\\\n Entanglement '\n", - " 'and\\\\n non-local measurement\\\\n '\n", - " 'Spin preparation and Spin preparation and '\n", - " 'local (a) Chiral element\\\\n local '\n", - " 'measurements (QDI) Ti Sapphiremeasurements '\n", - " '(QD2)\\\\n '\n", - " 'laser\\\\n '\n", - " 'Diode '\n", - " 'las '\n", - " '0 +\\\\n Diode '\n", - " 'lasers '\n", - " '/1)\\\\n '\n", - " 'EOM (b) '\n", - " 'Network node\\\\n '\n", - " 'EOMs '\n", - " 'EOMs\\\\n '\n", - " 'Intranode parity measurement Internode '\n", - " 'entanglement\\\\n '\n", - " 'BSI '\n", - " 'Detector 0 '\n", - " 'Detector\\\\n '\n", - " 'Emitter '\n", - " '0\\\\n '\n", - " 'Fiber '\n", - " 'Emitter\\\\n '\n", - " 'Single photon Communication '\n", - " 'photon\\\\n '\n", - " 'source\\\\n N Gratings '\n", - " 'BS2\\\\n '\n", - " '(c) Linked Nodes\\\\n '\n", - " 'filters\\\\n Single-photon '\n", - " 'detectors '\n", - " 'Photon routing\\\\n '\n", - " 'QDI '\n", - " 'OD2\\\\n 5 m\\\\nFigure '\n", - " '5: Left panel: experimental setup employed for '\n", - " 'the generation of remote\\\\nentanglement between two QD '\n", - " 'hole spins in two different cryostats separated by\\\\n5 m. '\n", - " 'Figure reproduced from '\n", - " 'Ref. [52]. Right '\n", - " 'panel: Architecture of a photonic\\\\nquantum network based '\n", - " 'on chiral photon-emitter elements (a) embedded in '\n", - " 'on-chip\\\\ninterferometers constituting fundamental quantum '\n", - " 'nodes (b). The quantum nodes are\\\\nlinked together by '\n", - " 'photons for remote entanglement distribution (c). Figure '\n", - " 'reproduced\\\\nfrom Ref. [56].\\\\n\\\\nhave sub- or '\n", - " 'super-radiant character. In photonic nanostructures, the '\n", - " 'dipole-dipole\\\\ninteraction can be significantly extended '\n", - " 'beyond the behavior found in a homogenous\\\\n(3D) medium, '\n", - " 'where the coupling falls off rapidly with distance d '\n", - " '(scales as d−3). In\\\\na 1D waveguide with radiative '\n", - " 'coupling to the waveguide as the dominating '\n", - " 'process,\\\\ndipole-dipole interaction may be infinitely '\n", - " 'extended, i.e. in practice it is limited by\\\\nthe '\n", - " 'absorption or scattering loss of the guided mode. '\n", - " 'Controlling the distance between\\\\nmultiple emitters '\n", - " 'enables the switching between sub- and super-radiant '\n", - " 'behavior. Apart\\\\nfrom the fundamental interest, the '\n", - " 'long-range dipole-dipole coupling may be exploited\\\\nto '\n", - " 'construct quantum gates between stationary qubits [60]. '\n", - " 'Introducing chiral coupling\\\\nopens new opportunities by '\n", - " 'the ability to engineer the directional coupling '\n", - " 'between\\\\nemitters. This may lead to novel opportunities '\n", - " 'for quantum simulators and for entering\\\\nnew regimes of '\n", - " 'coupled photons and emitters. For instance directional '\n", - " 'coupling has been\\\\nfound to lead to the formation of '\n", - " 'quantum dimers in the steady state of the system '\n", - " '[61].\\\\nAnother approach to scaling to multiple emitters '\n", - " 'exploits tunnel coupling between QDs\\\\ngrown in close '\n", - " 'mutual vicinity. With such an approach advanced level '\n", - " 'structures can\\\\nbe engineered in these QD molecules where '\n", - " 'it has been demonstrated that the spin\\\\ncoherence time '\n", - " \"can be significantly extended [62].', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'5516db24-13d0-408f-a09f-df9415a927b9', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '12\\\\n\\\\n7. Quantum network architectures\\\\n\\\\nWe have '\n", - " 'reviewed various basic quantum functionalities and '\n", - " 'hardware that can be\\\\nimplemented with the use of QDs '\n", - " 'embedded in modern nanophotonic structures. It\\\\nis a '\n", - " 'pertinent task, to consider what applications and actual '\n", - " 'architectures can be\\\\nimplemented with these quantum '\n", - " 'resources and how to make them most resource\\\\nefficient. '\n", - " 'This section briefly highlights some of the opportunities '\n", - " 'and future directions.\\\\nA general observation, as '\n", - " 'discussed in detail above, is that QD systems can '\n", - " 'generate\\\\nmany single-photon qubits, while the scaling up '\n", - " 'to many matter qubits is expected to\\\\nbe much more '\n", - " 'challenging. It is important to have these general '\n", - " 'guidelines in mind\\\\nwhen designing resource efficient '\n", - " 'quantum network architectures that is tailored to '\n", - " 'the\\\\nquantum hardware based on QDs.\\\\n As discussed '\n", - " 'in the present Review, QDs in nanophotonic structures are '\n", - " 'very well\\\\nsuited for generating highly coherent single '\n", - " 'photons on demand at a high repetition\\\\nrate. Such a '\n", - " 'source can generate thousands of indistinguishable photons '\n", - " '[27] that if\\\\nefficiently routed could be an important '\n", - " 'photonic resource for quantum simulations '\n", - " '[33].\\\\nFurthermore, recent developments on how to '\n", - " 'efficiently fuse photonic qubits with linear\\\\noptics have '\n", - " 'the renewed excitement on how to construct single-photon '\n", - " 'based quantum\\\\ncomputing [63].\\\\n Introducing a '\n", - " 'single-photon nonlinearity to the toolbox opens for a '\n", - " 'range of\\\\nadditional possibilities. The most simple case '\n", - " 'is that of a two-level emitter, and here\\\\ndistortion of '\n", - " 'the optical pulses associated with photon-emitter bound '\n", - " 'state contributions\\\\nhas been interpreted as essentially '\n", - " 'a ”no-go theorem” for quantum computation [64].\\\\nOne work '\n", - " 'around, however, has been identified where the pulse '\n", - " 'distortion is actually\\\\nexploited such that one- and '\n", - " 'two-photon pulses are scattered into orthogonal '\n", - " 'spectral-\\\\ntemporal modes that can subsequently be '\n", - " 'separated, e.g., by nonlinear frequency\\\\nconversion [45]. '\n", - " 'With such a functionality all path-encoded photonic Bell '\n", - " 'states can\\\\nbe deterministically measured exploiting only '\n", - " 'four non-linear interaction process, linear\\\\noptics, and '\n", - " 'photon detection, cf. Fig. 6. Based on a Bell-state '\n", - " 'analyzer, quantum\\\\ncomputing can in principle be '\n", - " 'implemented by teleportation based gates and '\n", - " 'linear\\\\noptical quantum computing [65]. Alternatively, a '\n", - " 'photonic CZ gate can be directly\\\\nbased on the two-level '\n", - " 'emitter nonlinearity. However, in this case the pulse '\n", - " 'distortion\\\\nintroduced by photon scattering has to be '\n", - " 'undone by scattering an additional time on\\\\nthe emitter. '\n", - " 'However, since this scattering process is not time '\n", - " 'symmetric the photon\\\\npulse would need to be reverted in '\n", - " 'time in between the two scattering process. Such a\\\\ntime '\n", - " 'reversal of the photon pulses could in principle be '\n", - " 'obtained by storing, reverting,\\\\nand releasing photon '\n", - " 'pulses in a gradient-echo quantum memory.\\\\n Having '\n", - " 'access to a 3-level Λ-scheme with two stable ground states '\n", - " 'leads to many\\\\nmore opportunities since now the emitter '\n", - " 'can store a qubit for extended times. Coherent\\\\ncontrol '\n", - " 'of the qubit state enables implementing a Duan-Kimble CNOT '\n", - " 'gate for photons\\\\nwhere two subsequently interacting '\n", - " 'photons are entangled by their successive '\n", - " 'interaction\\\\nwith the same emitter [66]. Another related '\n", - " \"approach employs single-photon Raman', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'d1065b19-dd0a-4177-9589-f30e9ba2ae04', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '13\\\\n 1 photon\\\\n '\n", - " 'TLS SFG '\n", - " 'components\\\\n '\n", - " '2 '\n", - " 'photon\\\\n '\n", - " 'components\\\\n classical '\n", - " 'dichroic\\\\n pump '\n", - " 'splitter\\\\n Q1\\\\n Q2\\\\nFigure 6: Illustration of '\n", - " 'a deterministic Bell-state analyzer based on '\n", - " 'single-photon\\\\nnonlinearity, frequency conversion, and '\n", - " 'linear optics. Upper plot: a deterministic two-\\\\nlevel '\n", - " 'scattering (TLS) process induced, e.g., in a nanophotonic '\n", - " 'waveguide may be\\\\noperated such that one and two photons '\n", - " 'are scattered to orthogonal spatio-temporal\\\\nmodes. The '\n", - " 'two modes can subsequently be selected by implementing '\n", - " 'active filtering,\\\\ne.g. nonlinear sum-frequency '\n", - " 'generation (SFG) where the spatio-temporal mode of '\n", - " 'the\\\\nclassical pump is matched to, e.g., the one-photon '\n", - " 'component of the scattered light.\\\\nConsequently, only the '\n", - " 'single-photon component is frequency converted and can '\n", - " 'be\\\\nseparated from the two-photon component by a dichroic '\n", - " 'splitter. Lower plot: optical\\\\ncircuit containing four '\n", - " 'photon-sorting elements that is capable of determining all '\n", - " 'four\\\\npath-encoded Bell states by photon coincidence '\n", - " 'detection. Figure reproduced from '\n", - " 'Ref.\\\\n[45].\\\\n\\\\ninteraction to deterministically swap '\n", - " 'the quantum state of the emitter and a photon\\\\n[67, 68]. '\n", - " 'A full architecture of a quantum network based on QDs '\n", - " 'chirally coupled to\\\\nnanophotonic waveguides has been put '\n", - " 'forward in Ref. [56], cf. Fig. 5. Here the very\\\\nlarge '\n", - " 'cooperativity obtainable with QDs leads to a gate fidelity '\n", - " 'approaching unity for\\\\nexperimentally realistic '\n", - " 'parameters.\\\\n Another highly exciting direction is '\n", - " 'to exploit a single QD efficiently coupled to '\n", - " 'a\\\\nnanophotonic waveguide to directly produce entangled '\n", - " \"photons. To this end, Lindner', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'a5cf3e02-ee6b-47ea-9b4d-e330002f40f5', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '14\\\\n\\\\nand Rudolph have put forward the proposal of a '\n", - " 'photonic ”cluster state machine gun”\\\\nbased on a QD that '\n", - " 'could potentially producing long strings of photons in an '\n", - " 'entangled\\\\ncluster state [69]. In this proposal, a single '\n", - " 'QD spin is brought into a superposition\\\\nstate of up and '\n", - " 'down and optically excited to a superposition of charged '\n", - " 'exciton states.\\\\nSubsequently the QD decays by '\n", - " 'spontaneous emission of a single photon thereby '\n", - " 'creating\\\\nan entangled state between the polarization of '\n", - " 'the emitted photon and the spin state.\\\\nThe '\n", - " 'excitation-emission process can be repeated multiple times '\n", - " 'in which case a large\\\\nGHZ photonic state is generated. '\n", - " 'If π/2 rotations on the QD spin are carried '\n", - " 'out\\\\nin-between photon emissions, an entangled photonic '\n", - " 'cluster state is created. A QD\\\\nembedded in a '\n", - " 'nanophotonic waveguide could potentially serve as a source '\n", - " 'of large 1D\\\\ncluster states, where the cluster size is '\n", - " 'determined by the number of emission events\\\\n(determined '\n", - " 'by the QD lifetime that is typically ∼ 100 ps in a '\n", - " 'nanophotonic structure)\\\\nthat can take place within the '\n", - " 'coherence time of the spin (up to ∼ μs). A '\n", - " 'pioneering\\\\nexperiment of photonic cluster state '\n", - " 'generation with a QD source has recently been\\\\nreported '\n", - " '[9], which validates the approach.\\\\n Cluster states '\n", - " 'have attracted a lot of attention since it was realized '\n", - " 'that they enable\\\\nuniversal quantum computing. The '\n", - " 'general philosophy behind such one-way quantum\\\\ncomputing '\n", - " 'architectures [70] is that a large scale entangled state '\n", - " 'is generated ”up front”\\\\nand computation carried out by '\n", - " 'single-qubit operations induced by '\n", - " 'measurements.\\\\nImportantly, quantum computing requires '\n", - " 'access to 2D photonic cluster states as\\\\nopposed to the '\n", - " '1D cluster states considered above. '\n", - " 'Several proposals of how to\\\\nachieve this with QDs have '\n", - " 'been put forward. One approach is to optically '\n", - " 'couple\\\\ntwo QDs [71], which requires local tuning of the '\n", - " 'two QDs into mutual resonance. An\\\\nalternative proposal '\n", - " 'has been put forward based on a single quantum emitter, '\n", - " 'where the\\\\nemitted photons are controllably coupled back '\n", - " 'to interact with the emitter and through\\\\nthis process '\n", - " 'generates the 2D cluster [72]. Such a ”one-emitter '\n", - " 'quantum-computer\\\\narchitecture” is almost ideally suited '\n", - " 'for implementation based on QDs in '\n", - " 'nanophotonic\\\\nstructures. Another exciting potential '\n", - " 'applications of photonic cluster states would be '\n", - " 'in\\\\nquantum repeater protocols without the necessity of a '\n", - " 'matter-based quantum memory\\\\n[73, 74]. Such an approach '\n", - " 'would potentially overcome the main bottleneck of the '\n", - " 'QD\\\\nbased platform for quantum networks resulting from '\n", - " 'the relatively short-lived quantum\\\\nmemory offered by the '\n", - " 'QD spin.\\\\n\\\\n8. Conclusions\\\\n\\\\nQDs in photonic '\n", - " 'nanostructures constitute an unprecedent photon-emitter '\n", - " 'interface at\\\\noptical frequencies. The recent significant '\n", - " 'progress implies that advanced quantum-\\\\ninformation '\n", - " 'processing protocols now become within experimental reach '\n", - " 'in the overall\\\\nquest towards constructing photonic '\n", - " 'quantum networks. Such a distributed photonic\\\\nquantum '\n", - " 'network would open new avenues for secure quantum '\n", - " 'communication and\\\\nultimately provide a way of scaling up '\n", - " 'quantum computers. It is currently an exciting\\\\nand '\n", - " 'timely research topic to identify how the emerging quantum '\n", - " \"hardware can most', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'2ba64cf8-ce27-4486-8bc8-6dc319c814d7', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': 'Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '15\\\\n\\\\nefficiently be ’put to use’ by laying out '\n", - " 'realistic and resource efficient quantum '\n", - " 'network\\\\narchitectures. Such a research programme '\n", - " 'requests a close interplay between theory and\\\\nexperiment '\n", - " 'in a continuous effort on how to exploit new quantum '\n", - " 'technology.\\\\n\\\\n9. Acknowledgements\\\\n\\\\nIt is a pleasure '\n", - " 'to acknowledge all the excellent colleagues who have '\n", - " 'contributed to my\\\\nunderstanding of solid-state photonic '\n", - " 'quantum networks including A.S. Sørensen, '\n", - " 'R.J.\\\\nWarburton, T.C. Ralph, and A.G. White, as well as '\n", - " 'all past and present members of\\\\nthe Quantum Photonics '\n", - " 'Group at the Niels Bohr Institute, University of '\n", - " 'Copenhagen.\\\\nI thank Nir Rotenberg for proof reading the '\n", - " 'manuscript. I gratefully '\n", - " 'acknowledge\\\\nfinancial support from the European Research '\n", - " 'Council (ERC Advanced Grant SCALE ),\\\\nInnovation Fund '\n", - " 'Denmark (Quantum Innovation Center Qubiz ), and the Danish '\n", - " 'Council\\\\nfor Independent Research.\\\\n [1] H. J. Kimble, '\n", - " 'The quantum internet, Nature 453, 1023 (2008).\\\\n [2] A. '\n", - " 'Reiserer and G. Rempe, Cavity-based quantum networks with '\n", - " 'single atoms and optical photons,\\\\n Rev. Mod. '\n", - " 'Phys. 87, 1379 (2015).\\\\n [3] A.V. Kuhlmann, J. Houel, A. '\n", - " 'Ludwig, L. Greuter, D. Reuter, A.D. Wieck, M. Poggio, and '\n", - " 'R.J.\\\\n Warburton, Charge noise and spin noise in a '\n", - " 'semiconductor quantum device, Nature Phys. 9,\\\\n '\n", - " '570 (2013).\\\\n [4] N. Somaschi, V. Giesz, L. De Santis, J. '\n", - " 'C. Loredo, M. P. Almeida, G. Hornecker, S. L. '\n", - " 'Portalupi,\\\\n T. Grange, C. Anton, J. Demory, C. '\n", - " 'Gomez, I. Sagnes, N. D. Lanzillotti-Kimura, A. Lema '\n", - " '˜Atre,\\\\n A. Auffeves, A. G. White, L. Lanco, and '\n", - " 'P. Senellart, Near-optimal single-photon sources in '\n", - " 'the\\\\n solid state, Nature Phot. 10, 340 (2016).\\\\n '\n", - " '[5] X. Ding, Y. He, Z.-C. Duan, N. Gregersen, M.-C. Chen, '\n", - " 'S. Unsleber, S. Maier, C. Schneider, M.\\\\n Kamp, S. '\n", - " 'Hofling, C.-Y. Lu, and J.-W. Pan, On-demand single photons '\n", - " 'with high extraction\\\\n efficiency and near-unity '\n", - " 'indistinguishability from a resonantly driven quantum dot '\n", - " 'in a\\\\n micropillar, Phys. Rev. Lett. 116, 020401 '\n", - " '(2016).\\\\n [6] A.V. Kuhlmann, J.H. Prechtel, J. Houel, A. '\n", - " 'Ludwig, D. Reuter, A.D. Wieck, and R.J. '\n", - " 'Warburton,\\\\n Transform-limited single photons from '\n", - " 'a single quantum dot, Nature Comm. 6, 8204 (2015)\\\\n [7] '\n", - " 'P. Lodahl, S. Mahmoodian, and S. Stobbe, Interfacing '\n", - " 'single photons and single quantum dots\\\\n with '\n", - " 'photonic nanostructures, Rev. Mod. Phys. 87, 347 '\n", - " '(2015).\\\\n [8] M. Arcari, I. S¨ollner, A. Javadi, S. '\n", - " 'Lindskov Hansen, S. Mahmoodian, J. Liu, H. '\n", - " 'Thyrrestrup,\\\\n E. H. Lee, J. D. Song, S. Stobbe, '\n", - " 'and P. Lodahl, Near-unity coupling efficiency of a '\n", - " 'quantum\\\\n emitter to a photonic crystal waveguide, '\n", - " 'Phys. Rev. Lett. 113, 093603 (2014).\\\\n [9] I. Schwartz, '\n", - " 'D. Cogan, E.R. Schmidgall, Y. Don, L. Gantz, O. Kenneth, '\n", - " 'N.H. Lindner, and D.\\\\n Gershoni, Deterministic '\n", - " 'generation of a cluster state of entangled photons, '\n", - " 'Science 354, 434\\\\n (2016).\\\\n[10] H. Wang, Y. He, '\n", - " 'Y.-H. Li, Z.-E. Su, B. Li, H.-L. Huang, X. Ding, M.-C. '\n", - " 'Chen, C. Liu, J. Qin,\\\\n J.-P. Li, Y.-M. He, C. '\n", - " 'Schneider, M. Kamp, C.-Z. Peng, S. Hoefling, C.-Y. Lu, and '\n", - " 'J.-W. Pan,\\\\n High-efficiency multiphoton boson '\n", - " 'sampling, Nature Phot. 11, 361 (2017).\\\\n[11] C.H.H. '\n", - " 'Schulte, J. Hansom, A.E. Jones, C. Matthiesen, C. Le Gall, '\n", - " 'and M. Atature, Quadrature\\\\n squeezed photons from '\n", - " 'a two-level system, Nature 525, 222 (2015).\\\\n[12] D. '\n", - " 'Huber, M. Reindl, Y. Huo, H. Huang, J.S. Wildmann, O.G. '\n", - " 'Schmidt, A. Rastelli, and R.\\\\n Trotta, Highly '\n", - " 'indistinguishable and strongly entangled photons from '\n", - " 'symmetric GaAs quantum\\\\n dots, Nature Comm. 8, '\n", - " '15506 (2017)\\\\n[13] K. De Greve, P.L. McMahon, D. Press, '\n", - " 'T.D. Ladd, D. Bisping, C. Schneider, M. Kamp, L.\\\\n '\n", - " 'Worschech, S. Hofling, A. Forchel, and Y. Yamamoto, '\n", - " 'Ultrafast coherent control and suppressed\\\\n '\n", - " 'nuclear feedback of a single quantum dot hole qubit, '\n", - " \"Nature Physics 7, 872 (2011).', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'9e6eac23-ac2f-4095-83e3-51fbd271c644', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': ' Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '16\\\\n\\\\n [14] J.H. Prechtel, A.V. Kuhlmann, J. Houel, A. '\n", - " 'Ludwig, S.R. Valentin, A.D. Wieck, and R.J.\\\\n '\n", - " 'Warburton, Decoupling a hole spin qubit from the nuclear '\n", - " 'spins, Nature Materials 15, 981\\\\n (2016)\\\\n[15] '\n", - " 'K. Hammerer, A.S. Sørensen, and E.S. Polzik, Quantum '\n", - " 'interface between light and atomic\\\\n ensembles, '\n", - " 'Rev. Mod. Phys. 82, 1041 (2010).\\\\n [16] C. Santori, D. '\n", - " 'Fattal, J. Vukovic, G.S. Solomon, and Y. Yamamoto, '\n", - " 'Indistinguishable photons from\\\\n a single-photon '\n", - " 'device, Nature 419, 594 (2002).\\\\n[17] P. Michler, A. '\n", - " 'Kiraz, C. Becher, W.V. Schoenfeld, P.M. Petroff, L. Zhang, '\n", - " 'E. Hu, and A. Imamoglu,\\\\n A quantum dot '\n", - " 'single-photon turnstile device, Science 290, 2282 '\n", - " '(2000).\\\\n[18] Y.-M. He, Y. He, Y.-J. Wei, D. Wu, M. '\n", - " 'Atature, C. Schneider, S. Hofling, M. Kamp, C.-Y. Lu, '\n", - " 'and\\\\n J.-W. Pan, On-demand semiconductor '\n", - " 'single-photon source with near-unity '\n", - " 'indistinguishability,\\\\n Nature Nano. 8, 213 '\n", - " '(2013).\\\\n[19] R.J. Warburton, Single spins in '\n", - " 'self-assembled quantum dots, Nature Materials 12, 483 '\n", - " '(2013).\\\\n [20] J. Bleuse, J. Claudon, M. Creasey, N.S. '\n", - " 'Malik, J.-M. Gerard, I. Maksymov, J.-P. Hugonin, '\n", - " 'and\\\\n P. Lalanne Inhibition, enhancement, and '\n", - " 'control of spontaneous emission in photonic '\n", - " 'nanowires\\\\n Phys. Rev. Lett. 106, 103601 '\n", - " '(2011).\\\\n [21] M. Davanco, M.T. Rakher, W. Wegscheider, '\n", - " 'D. Schuh, A. Badolato, and K. Srinivasan, '\n", - " 'Efficient\\\\n quantum dot single photon extraction '\n", - " 'into an optical fiber using a nanophotonic '\n", - " 'directional\\\\n coupler, Appl. Phys. Lett. 99, '\n", - " '121101 (2011).\\\\n [22] T.G. Tiecke, K.P. Nayak, J.D. '\n", - " 'Thompson, T. Peyronel, N.P. de Leon, V. Vuletic, and M.D. '\n", - " 'Lukin,\\\\n Efficient fiber-optical interface for '\n", - " 'nanophotonic devices, Optica 2, 70 (2015).\\\\n [23] R.S. '\n", - " 'Daveau, K.C. Balram, T. Pregnolato, J. Liu, E.H. Lee, J.D. '\n", - " 'Song, V. Verma, R. Mirin, S. Woo\\\\n Nam, L. '\n", - " 'Midolo, S. Stobbe, K. Srinivasan, and P. Lodahl, Efficient '\n", - " 'fiber-coupled single-photon\\\\n source based on '\n", - " 'quantum dots in a photonic-crystal waveguide, Optica 4, '\n", - " '178 (2017).\\\\n [24] A. Kiraz, M. Atature, and A. Imamoglu, '\n", - " 'Quantum-dot single-photon sources: Prospects '\n", - " 'for\\\\n applications in linear optics '\n", - " 'quantum-information processing, Phys. Rev. A 69, 032305 '\n", - " '(2004).\\\\n [25] P. Tighineanu, C.L. Dreessen, C. Flindt, '\n", - " 'P. Lodahl, and A.S. Sørensen, Phonon '\n", - " 'decoherence\\\\n of quantum dots in photonic '\n", - " 'structures: Broadening of the zero-phonon line and the '\n", - " 'role of\\\\n dimensionality, arXiv:1702.04812 '\n", - " '(2017).\\\\n [26] G. Kirsanske, H. Thyrrestrup, R.S. Daveau, '\n", - " 'C.L. Dreessen, T. Pregnolato, L. Midolo, P.\\\\n '\n", - " 'Tighineanu, A. Javadi, S. Stobbe, R. Schott, A. Ludwig, '\n", - " 'A.D. Wieck, S.I Park, J.D. Song,\\\\n A.V. Kuhlmann, '\n", - " 'I. Sollner, M.C. Lobl, R.J. Warburton, and P. Lodahl, '\n", - " 'Indistinguishable and\\\\n efficient single photons '\n", - " 'from a quantum dot in a planar nanobeam waveguide, '\n", - " 'arXiv:1701.08131\\\\n (2017).\\\\n [27] H. Wang, Z.-C. '\n", - " 'Duan, Y.-H. Li, S. Chen, J.-P. Li, Y.-M. He, M.-C. Chen, '\n", - " 'Y. He, X. Ding, C.-Z.\\\\n Peng, C. Schneider, M. '\n", - " 'Kamp, S. Hofling, C.-Y. Lu, and J.-W. Pan, '\n", - " 'Near-transform-limited\\\\n single photons from an '\n", - " 'efficient solid-state quantum '\n", - " 'emitter, Phys. Rev. Lett. 116, '\n", - " '213601\\\\n (2016).\\\\n [28] J.L. O’Brien, A. '\n", - " 'Furusawa, and J. Vuckovic, Photonic quantum technologies, '\n", - " 'Nature Photonics 3,\\\\n 687 (2009).\\\\n [29] J. '\n", - " 'Carolan, C. Harrold, C. Sparrow, E. Martin-Lopez, N.J. '\n", - " 'Russell, J.W. Silverstone, P.J. Shadbolt,\\\\n N. '\n", - " 'Matsuda, M. Oguma, M. Itoh, G.D. Marshall, M.G. Thompson, '\n", - " 'J.C.F. Matthews, T.\\\\n Hashimoto, J.L. O’Brien, '\n", - " 'and A. Laing, Universal linear optics, Science 349, 711 '\n", - " '(2015).\\\\n [30] J. Wang, A. Santamato, P. Jiang, D. '\n", - " 'Bonneau, E. Engin, J.W. Silverstone, M. Lermer, J. Beetz, '\n", - " 'M.\\\\n Kamp, S. Hofling, M.G. Tanner, C.M. '\n", - " 'Natarajan, R.H. Hadfield, S.N. Dorenbos, V. Zwiller, '\n", - " 'J.L.\\\\n O’Brien, and M.G. Thompson, Gallium '\n", - " 'arsenide (GaAs) quantum photonic waveguide '\n", - " 'circuits,\\\\n Opt. Commun. 327, 49 (2014).\\\\n [31] '\n", - " 'L. Midolo et al., in preparation (2017).\\\\n [32] L. '\n", - " 'Midolo, A. Schliesser, and A. Fiore, in preparation '\n", - " '(2017).\\\\n [33] A. Aspuru-Guzik and P. Walther, Photonic '\n", - " 'quantum simulators Nature Physics 8, 285 (2012).\\\\n [34] '\n", - " 'J. Kettler, M. Paul, F. Olbrich, K. Zeuner, M. Jetter, and '\n", - " \"P. Michler, Single-photon and photon', 'text_template': \"\n", - " \"'{metadata_str}\\\\n\\\\n{content}'}, {'class_name': \"\n", - " \"'Document', 'doc_id': \"\n", - " \"'4a9600a2-24a1-4600-9fb2-d10ba3b7c33a', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': ' Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '17\\\\n\\\\n pair emission from MOVPE-grown In(Ga)As '\n", - " 'quantum dots: shifting the emission wavelength\\\\n '\n", - " 'from 1.0 to 1.3 μm Appl. Phys. B 122, 48 (2016).\\\\n [35] '\n", - " 'J.-H. Kim, T. Cai, C.J.K. Richardson, R.P. Leavitt, and E. '\n", - " 'Waks, Two-photon interference from\\\\n a bright '\n", - " 'single-photon source at telecom wavelengths, Optica 3, 577 '\n", - " '(2016).\\\\n [36] B. Kambs, J. Kettler, M. Bock, J.N. '\n", - " 'Becker, C. Arend, A. Lenhard, S.L. Portalupi, M. '\n", - " 'Jetter,\\\\n P. Michler, and C. Becher, Low-noise '\n", - " 'quantum frequency down-conversion of '\n", - " 'indistinguishable\\\\n photons, Opt. Express 24, '\n", - " '22250 (2016).\\\\n [37] R.H. Hadfield, Single-photon '\n", - " 'detectors for optical quantum information applications, '\n", - " 'Nature\\\\n Photonics 3, 696 (2009).\\\\n[38] G. '\n", - " 'Reithmaier, S. Lichtmannecker, T. Reichert, P. Hasch, K. '\n", - " 'Muller, M. Bichler, R. Gross, and J.J.\\\\n Finley, '\n", - " 'On-chip time resolved detection of quantum dot emission '\n", - " 'using integrated superconducting\\\\n single photon '\n", - " 'detectors, Sci. Reports 3, 1901 (2013).\\\\n[39] A. Faraon, '\n", - " 'I. Fushman, D. Englund, N. Stoltz, P. Petroff, and J. '\n", - " 'Vukovic, Coherent generation of\\\\n non-classical '\n", - " 'light on a chip via photon-induced tunnelling and '\n", - " 'blockade, Nature Phys. 4, 859\\\\n (2008).\\\\n[40] A. '\n", - " 'Reinhard, T. Volz, M. Winger, A. Badolato, K.J. Hennessy, '\n", - " 'E.L. Hu, and A. Imamoglu, Strongly\\\\n correlated '\n", - " 'photons on a chip, Nature Phot. 6, 93 (2012).\\\\n[41] M.P. '\n", - " 'Bakker, T. Ruytenberg, W. Loffler, A. Barve, L. Coldren, '\n", - " 'M.P. van Exter, and D.\\\\n Bouwmeester, Quantum dot '\n", - " 'nonlinearity through cavity-enhanced feedback with a '\n", - " 'charge memory\\\\n Phys. Rev. B 91, 241305(R) '\n", - " '(2015)\\\\n[42] A.J. Bennett, J.P. Lee, D.J.P. Ellis, I. '\n", - " 'Farrer, D.A. Ritchie, and A.J. Shields, A '\n", - " 'semiconductor\\\\n photon-sorter Nature Nano. 11, '\n", - " '857 (2016).\\\\n[43] A. Javadi, I. S¨ollner, M. Arcari, S.L. '\n", - " 'Hansen, L. Midolo, S. Mahmoodian, G. Kirsanske, '\n", - " 'T.\\\\n Pregnolato, E.H. Lee, J.D. Song, S. Stobbe, '\n", - " 'and P. Lodahl, Single-photon non-linear optics\\\\n '\n", - " 'with a quantum dot in a waveguide, Nature Comm. 6, 8655 '\n", - " '(2015)\\\\n[44] D. Witthaut, M.D. Lukin, and A.S. Sørensen, '\n", - " 'Photon sorters and QND detectors using single\\\\n '\n", - " 'photon emitters, Europhys. Lett. 97, 50007 (2012).\\\\n[45] '\n", - " 'T.C. Ralph, I. S¨ollner, S. Mahmoodian, A.G. White, and P. '\n", - " 'Lodahl, Photon sorting, efficient Bell\\\\n '\n", - " 'measurements and deterministic CZ gate using a passive '\n", - " 'two-level nonlinearity, Phys. Rev.\\\\n Lett. 114, '\n", - " '173603 (2015).\\\\n[46] D.E. Chang, A.S. Sørensen, E.A. '\n", - " 'Demler, and M.D. Lukin, A single-photon transistor '\n", - " 'using\\\\n nanoscale surface plasmons, Nature Phys. '\n", - " '3, 807 (2007).\\\\n [47] B. Urbaszek, X. Marie, T. Amand, O. '\n", - " 'Krebs, P. Voisin, P. Maletinsky, A. Hogele, and A. '\n", - " 'Imamoglu,\\\\n Nuclear spin physics in quantum dots: '\n", - " 'An optical investigation, Rev. Mod. Phys. 85, 79 '\n", - " '(2013).\\\\n [48] K. Heshami, C. Santori, B. Khanaliloo, C. '\n", - " 'Healey, V.M. Acosta, P.E. Barclay, and C. '\n", - " 'Simon,\\\\n Raman quantum memory based on an '\n", - " 'ensemble of nitrogen-vacancy centers coupled to '\n", - " 'a\\\\n microcavity, Phys. Rev. A 89, 040301(R) '\n", - " '(2014).\\\\n [49] H.M. Meyer, R. Stockill, M. Steiner, C. Le '\n", - " 'Gall, C. Matthiesen, E. Clarke, A. Ludwig, J. '\n", - " 'Reichel,\\\\n M. Atature, and M. Kohl, Direct '\n", - " 'photonic coupling of a semiconductor quantum dot and '\n", - " 'a\\\\n trapped ion, Phys. Rev. Lett. 114, 123001 '\n", - " '(2015).\\\\n [50] W.B. Gao, P. Fallahi, E. Togan, J. '\n", - " 'Miguel-Sanchez, and A. Imamoglu, Observation of '\n", - " 'entanglement\\\\n between a quantum dot spin and a '\n", - " 'single photon, Nature 491, 426 (2012).\\\\n[51] W.B. Gao, P. '\n", - " 'Fallahi, E. Togan, A. Delteil, Y.S. Chin, J. '\n", - " 'Miguel-Sanchez, and A. Imamoglu,\\\\n Quantum '\n", - " 'teleportation from a propagating photon to a solid-state '\n", - " 'spin qubit, Nature Comm. 4,\\\\n 2744 (2013).\\\\n[52] '\n", - " 'A. Delteil, Z. Sun, W.B. Gao, E. Togan, S. Faelt, and A. '\n", - " 'Imamoglu, Generation of heralded\\\\n entanglement '\n", - " 'between distant hole spins, Nature Phys. 12, 218 '\n", - " '(2016).\\\\n[53] P. Lodahl, S. Mahmoodian, S. Stobbe, A. '\n", - " 'Rauschenbeutel, P. Schneeweiss, J. Volz, H. Pichler, '\n", - " 'and\\\\n P. Zoller, Chiral quantum optics, Nature '\n", - " '541, 473 (2017).\\\\n[54] I. S¨ollner, S. Mahmoodian, S. '\n", - " 'Lindskov Hansen, L. Midolo, A. Javadi, G. Kirsanske, T. '\n", - " 'Pregnolato,\\\\n H. El-Ella, E.-H. Lee, J.D. Song, '\n", - " \"S. Stobbe, and P. Lodahl, Deterministic photon-emitter', \"\n", - " \"'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'9d6d7ce1-ecb5-4330-ab7f-ae5c4747b61c', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum-dot based photonic quantum \"\n", - " \"networks'}, 'metadata_seperator': '\\\\n', \"\n", - " \"'metadata_template': '{key}: {value}', 'mimetype': \"\n", - " \"'text/plain', 'relationships': {}, 'start_char_idx': None, \"\n", - " \"'text': ' Quantum-dot based photonic quantum \"\n", - " 'networks '\n", - " '18\\\\n coupling in chiral photonic circuits, Nature '\n", - " 'Nano. 10, 775 A (2015).ˆ\\\\n [55] R.J. Coles, D.M. Price, '\n", - " 'J.E. Dixon, B. Royall, E. Clarke, P. Kok, M.S. Skolnick, '\n", - " 'A.M. Fox,\\\\n and M.N. Makhonin, Chirality of '\n", - " 'nanophotonic waveguide with embedded quantum emitter '\n", - " 'for\\\\n unidirectional spin transfer, Nature Comm. '\n", - " '7, 11183 (2016).\\\\n [56] S. Mahmoodian, ˆA P. Lodahl, and '\n", - " 'ˆA A. S. Sørensen, Quantum networks with chiral '\n", - " 'light-matter\\\\n interaction in waveguides, Phys. '\n", - " 'Rev. Lett. 117, 240501 (2016).\\\\n [57] P.W. Fry, I.E. '\n", - " 'Itskevich, D.J. Mowbray, M.S. Skolnick, J.J. Finley, J.A. '\n", - " 'Barker, E.P. O’Reilly, L.R.\\\\n Wilson, I.A. '\n", - " 'Larkin, P.A. Maksym, M. Hopkinson, M. Al-Khafaji, J.P.R. '\n", - " 'David, A.G. Cullis,\\\\n G. Hill, and J.C. Clark, '\n", - " 'Inverted electron-hole alignment in InAs-GaAs '\n", - " 'self-assembled quantum\\\\n dots, Phys. Rev. Lett. '\n", - " '84, 733 (2000).\\\\n [58] F. Ding, R. Singh, J.D. Plumhof, '\n", - " 'T. Zander, V. Krapek, Y.H. Chen, M. Benyoucef, V. Zwiller, '\n", - " 'K.\\\\n Dorr, G. Bester, A. Rastelli, and O.G. '\n", - " 'Schmidt, Tuning the exciton binding energies in '\n", - " 'single\\\\n self-assembled InGaAs/GaAs quantum dots '\n", - " 'by piezoelectric-induced biaxial stress, Phys. '\n", - " 'Rev.\\\\n Lett. 104, 067405 (2010).\\\\n [59] R. '\n", - " 'Stockill, M.J. Stanley, L. Huthmacher, E. Clarke, M. '\n", - " 'Hugues, A.J. Miller, C. Matthiesen, C.\\\\n Le Gall, '\n", - " 'and M. Atature, Phase-tuned entangled state generation '\n", - " 'between distant spin qubits,\\\\n arXiv:1702.03422 '\n", - " '(2017).\\\\n [60] D. Dzsotjan, A.S. Sørensen, and M. '\n", - " 'Fleischhauer, Quantum emitters coupled to surface '\n", - " 'plasmons\\\\n of a nanowire: A Greens function '\n", - " 'approach, Phys. Rev. B 82, 075427 (2010).\\\\n [61] T. '\n", - " 'Ramos, H. Pichler, A.J. Daley, and P. Zoller, Quantum spin '\n", - " 'dimers from chiral dissipation in\\\\n cold-atom '\n", - " 'chains, Phys. Rev. Lett. 113, 237203 (2014).\\\\n[62] K.M. '\n", - " 'Weiss, J.M. Elzerman, Y.L. Delley, J. Miguel-Sanchez, and '\n", - " 'A. Imamoglu, Coherent two-\\\\n electron spin qubits '\n", - " 'in an optically active pair of coupled InGaAs quantum '\n", - " 'dots, Phys. Rev.\\\\n Lett. 109, 107401 '\n", - " '(2012).\\\\n[63] T. Rudolph, Why I am optimistic about the '\n", - " 'silicon-photonic route to quantum computing, '\n", - " 'APL\\\\n Photonics 2, 030901 (2017).\\\\n[64] J.H. '\n", - " 'Shapiro, Single-photon Kerr nonlinearities do not help '\n", - " 'quantum computation, Phys. Rev. A\\\\n 73, 062305 '\n", - " '(2006).\\\\n[65] D. Gottesman and I.L. Chuang, Demonstrating '\n", - " 'the viability of universal quantum computation\\\\n '\n", - " 'using teleportation and single-qubit operations, Nature '\n", - " '402, 390 (1999).\\\\n[66] L.M. Duan and H.J. Kimble, '\n", - " 'Scalable photonic quantum computation through '\n", - " 'cavity-assisted\\\\n[67] K. Koshino, S. Ishizaka, and Y. '\n", - " 'Nakamura, Deterministic photon-photon √SWAP gate using a '\n", - " 'Λinteractions, Phys. Rev. Lett. 92, 127902 '\n", - " '(2004).\\\\n system, Phys. Rev. A 82, 010301(R) '\n", - " '(2010).\\\\n[68] S. Rosenblum, A. Borne, and B. Dayan, '\n", - " 'Analysis of deterministic swapping of photonic and '\n", - " 'atomic\\\\n states through single-photon Raman '\n", - " 'interaction, Phys. Rev. A 95, 033814 (2017).\\\\n[69] N.H. '\n", - " 'Lindner and T. Rudolph, Proposal for pulsed on-demand '\n", - " 'sources of photonic cluster state\\\\n strings, '\n", - " 'Phys. Rev. Lett. 103, 113602 (2009).\\\\n[70] R. '\n", - " 'Raussendorf, D.E. Browne, and H.J. Briegel, '\n", - " 'Measurement-based quantum computation on\\\\n '\n", - " 'cluster states, Phys. Rev. A 68, 022312 (2003).\\\\n[71] '\n", - " 'S.E. Economou, N. Lindner, and T. Rudolph, Optically '\n", - " 'generated 2-dimensional photonic cluster\\\\n state '\n", - " 'from coupled quantum dots, Phys. Rev. Lett. 105, 093601 '\n", - " '(2010).\\\\n[72] H. Pichler, S. Choi, P. Zoller, and M.D. '\n", - " 'Lukin, Photonic tensor networks produced by a '\n", - " 'single\\\\n quantum emitter, arXiv:1702.02119\\\\n '\n", - " '[73] K. T. K. Azuma and H.-K. Lo, All-photonic quantum '\n", - " 'repeaters, Nat. Commun. 6, 6787 (2015).\\\\n [74] D. '\n", - " 'Buterakos, E. Barnes, and S.E. Economou, Deterministic '\n", - " 'generation of all-photonic quantum\\\\n repeaters '\n", - " \"from solid-state emitters, arXiv:1612.03869 (2016).', \"\n", - " \"'text_template': '{metadata_str}\\\\n\\\\n{content}'}]}, \"\n", - " \"{'documents': [{'class_name': 'Document', 'doc_id': \"\n", - " \"'be0e8bc0-0012-40bf-90b8-0e50f67a0433', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum State of Entangled Photon Pairs'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': 'arXiv:quant-ph/0407030v1 \"\n", - " '5 Jul 2004\\\\n\\\\n '\n", - " 'On quantum state of entangled photon '\n", - " 'pairs\\\\n '\n", - " 'Ruo Peng WANG\\\\n '\n", - " 'Department of Physics, Peking University, Beijing 100871, '\n", - " 'P.R.China\\\\n '\n", - " 'Email: '\n", - " 'rpwang@cis.pku.edu.cn\\\\n '\n", - " 'June 18, '\n", - " '2018\\\\n\\\\n '\n", - " 'Abstract\\\\n '\n", - " 'I show that the photon pairs used in experimental tests of '\n", - " 'quantum\\\\n '\n", - " 'non-locality based on Bell’s theorem are not in the '\n", - " 'entangled '\n", - " 'quantum\\\\n '\n", - " 'state. The correct quantum state of the “entangled” photon '\n", - " 'pairs is '\n", - " 'sug-\\\\n '\n", - " 'gested. Two experiments for testing this quantum state are '\n", - " 'proposed.\\\\n '\n", - " 'PACS: 03.65.Ud, '\n", - " '42.50.Dv\\\\n '\n", - " 'Keywords: entangled photon pair, entangled quantum states, '\n", - " 'quantum\\\\n '\n", - " 'non-locality\\\\n\\\\n '\n", - " '1 introduction\\\\n '\n", - " 'Quantum non-locality is a controversial topic of quantum '\n", - " 'theory, and '\n", - " 'entangled\\\\n photon '\n", - " 'pairs played a very important role in experimental tests '\n", - " 'of quantum non-\\\\n '\n", - " 'locality. So far, a number of experimental tests of '\n", - " 'quantum non-locality '\n", - " 'based\\\\n on Bell’s '\n", - " 'theorem [1] have been carried out [2, 3, 4, 5, 6]. In '\n", - " 'these experiments\\\\n '\n", - " 'entangled photon pairs are produced, and the polarization '\n", - " 'correlation between\\\\n '\n", - " 'entangled photon pairs is measured. Experimental results '\n", - " 'obtained in these '\n", - " 'tests\\\\n are in favor '\n", - " 'for quantum non-locality. Although it has been pointed out '\n", - " 'that\\\\n this '\n", - " 'polarization correlation is compatible with local realism '\n", - " '[7], these results\\\\n '\n", - " 'are generally considered as direct evidences for the '\n", - " 'existence of quantum '\n", - " 'non-\\\\n locality, and '\n", - " 'more experiments [8, 9, 10] showing different kind of '\n", - " 'quantum\\\\n non-local '\n", - " 'correlation are carried out. The entangled photon pairs '\n", - " 'are used as\\\\n light '\n", - " 'source in these experiments, and the interpretation of the '\n", - " 'experimental\\\\n '\n", - " 'results as proofs for quantum non-locality is closely '\n", - " 'related to the '\n", - " 'assumption\\\\n that '\n", - " 'these photon pairs are in entangled quantum '\n", - " 'state.\\\\n In this '\n", - " 'letter, I will show that the same polarization correlation '\n", - " 'also exists\\\\n for '\n", - " 'certain un-entangled photon pairs. And on other hand, '\n", - " 'based on the '\n", - " 'consid-\\\\n eration of '\n", - " 'momentum conservation, I will also show that the entangled '\n", - " 'quantum\\\\n state is '\n", - " 'not a correct description for photon pairs used in these '\n", - " 'experimental\\\\n tests '\n", - " 'of quantum non-locality. A correct quantum state for these '\n", - " 'photon pairs is\\\\n '\n", - " 'suggested, and two experiments for testing this quantum '\n", - " 'state and the '\n", - " 'quantum\\\\n '\n", - " 'non-locality are '\n", - " 'proposed.\\\\n\\\\n '\n", - " \"1', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'0e51993f-ad65-4849-aaa5-3718b2edf1c8', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum State of Entangled Photon Pairs'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': \"\n", - " \"'2 polarization correlation \"\n", - " 'between un-entangled\\\\n '\n", - " 'photons\\\\nLet’s consider a beam of un-entangled photon '\n", - " 'pairs with each photon pair con-\\\\ntaining a left circle '\n", - " 'polarized photon and a right circle polarized photon. '\n", - " 'Such\\\\na beam of photon pairs can be produced by adjusting '\n", - " 'polarization state of\\\\nthe photon pairs obtained from the '\n", - " 'parametric down conversion with a type-II\\\\ncollinear '\n", - " 'phase matching [11]. The quantum state of this '\n", - " 'un-entangled photon\\\\npairs can be expressed '\n", - " 'as\\\\n '\n", - " '|ψ〉 = 2 1(bv †+ ibh†)(bv †− ibh†)|0〉 = 2 1(bv †bv †+ '\n", - " 'bh†bh†)|0〉, '\n", - " '(1)\\\\nwhere bv† and bh are the creation operator for '\n", - " 'vertically polarized photon and,†\\\\nrespectively, for '\n", - " 'horizontally polarized photon with the wave vector~2. By '\n", - " 'using k\\\\nthe Coulomb gauge, we may describe the optical '\n", - " 'field of these photon pairs by\\\\nthe vector potential A~. '\n", - " 'The positive frequencies part of the vector potential '\n", - " 'is\\\\nrelated to the photon annihilation operators in the '\n", - " 'following '\n", - " 'way\\\\n '\n", - " 'A+ = B(bv~v + bh~h)ei~2 '\n", - " '·~\\\\n '\n", - " '~ e e '\n", - " 'k r (2)\\\\nwhere the constant B is given by '\n", - " '[12]\\\\n '\n", - " 'B =√ μ0ℏc2 '\n", - " '(3)\\\\n '\n", - " '2V ω\\\\nwith μ0 the magnetic permeability of the vacuum, ω '\n", - " 'the angular frequency of\\\\nthe photons.\\\\n '\n", - " 'We divide the beam of un-entangled photon pairs into two '\n", - " 'channels by using\\\\na half reflecting mirror (BS). The '\n", - " 'wave vectors of photons in these two channels\\\\nare~1 and '\n", - " 'k k ~2. A half wave '\n", - " 'plate (W P1) is placed into the channel 1 to introduce\\\\na '\n", - " 'phase difference of π between the vertical and horizontal '\n", - " 'components of the\\\\noptical field, and another half wave '\n", - " 'plate (W P2) is placed into the channel 2\\\\nto swap the '\n", - " 'vertical and horizontal components of the optical field, '\n", - " 'as shown\\\\nin FIG. 1. As no incident photons with the wave '\n", - " 'vector~1 being present, after k\\\\npassing the beam '\n", - " 'splitter and the wave plates, the optical field becomes '\n", - " '[13]\\\\n '\n", - " 'A~ + = √2 (bv~v − bh~h)ei~1 ·~ + √2 (bh~v + '\n", - " 'bv~h)ei~2 ·~r .Be e '\n", - " 'k r B e e k (4)\\\\nThe photons in '\n", - " 'the channel 1 and 2 are polarized by Glan-Thompsom '\n", - " 'linear\\\\npolarization analyzers P1 and P2, respectively, '\n", - " 'before being detected by single\\\\nphoton detectors D1 and '\n", - " 'D2.\\\\n To analyze the polarization '\n", - " 'correlation between photons detected by detec-\\\\ntors D1 '\n", - " 'and D2, we need expressions of optical field at these '\n", - " 'detectors. Up to\\\\na phase factor, we '\n", - " 'have\\\\n '\n", - " 'A+~θ1 = √2 (bv cos θ1 − bh sin '\n", - " 'θ1)~θ1B '\n", - " 'e '\n", - " '(5)\\\\n '\n", - " \"2', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'99eaa171-c4c6-43bb-8b9c-6deeffc5c6fc', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum State of Entangled Photon Pairs'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': \"\n", - " \"' \"\n", - " '1 '\n", - " 'D1\\\\n '\n", - " '2\\\\n 1(b bh\\\\n 2 h † †+b bvv † †) '\n", - " '0 1 2 '\n", - " 'WP1 '\n", - " 'θ1\\\\n '\n", - " '1 P1\\\\n '\n", - " '1 '\n", - " 'θ2\\\\n '\n", - " '2 BS '\n", - " '2\\\\n '\n", - " '1 '\n", - " 'WP2\\\\n '\n", - " '2 2 '\n", - " 'P2\\\\n '\n", - " '1 D2\\\\n\\\\nFigure '\n", - " '1: A schematic illustration of the '\n", - " 'experimental setup for testing the\\\\npolarization '\n", - " 'correlation between un-entangled photon pairs. The '\n", - " 'polarization\\\\nstates of optical beams are indicated by '\n", - " 'arrows.\\\\n\\\\nand '\n", - " 'B\\\\n '\n", - " 'A+~θ2 = √2 (bh cos θ2 + bv sin θ2)~θ2 '\n", - " '.e (6)\\\\nIn the '\n", - " 'above expressions, ~θ1 and ~θ2 are vectors of unit of the '\n", - " 'transmissione e\\\\naxes of the analyzer P1, and '\n", - " 'respectively, P2. The relations (5) and (6) can '\n", - " 'be\\\\nrewritten in the following '\n", - " 'form\\\\n '\n", - " 'A+~θ1 = √2 bθ1 ~θ1 , AθB e ~+2 = √2 '\n", - " 'bθ2~θ2B e '\n", - " '(7)\\\\nwhere\\\\n bθ1 = '\n", - " 'bv cos θ1 − bh sin θ1, bθ2 = bh cos θ2 + bv sin '\n", - " 'θ2 '\n", - " '(8)\\\\nare the annihilation operators for the photon '\n", - " 'polarized in the direction ~θ1 withe\\\\nthe wave vector~1 '\n", - " 'and, respectively, for the photon polarized in the '\n", - " 'direction k\\\\n~θ2 with the wave '\n", - " 'vector~2.\\\\ne '\n", - " 'k\\\\n The coincidence counting rate C(θ1, θ2) is '\n", - " 'proportional to the probability\\\\nof annihilating '\n", - " 'simultaneously one photon polarized in the direction ~θ1 '\n", - " 'at thee\\\\ndetector D1 and one photon polarized in the '\n", - " 'direction ~θ2 at the detector D2.e\\\\nThis probability is, '\n", - " 'in its turn, proportional the matrix '\n", - " 'element\\\\n 〈ψ|bθ2 b†1 bθ1bθ2|ψ〉 = 〈ψ|(bv '\n", - " '† †cos θ1 − bh sin '\n", - " 'θ1)(bh cos θ2 + bvsin θ2)† † '\n", - " '†\\\\n '\n", - " 'θ\\\\n '\n", - " '× (bv cos θ1 − bh sin θ1)(bh cos θ2 + bv sin '\n", - " 'θ2)|ψ〉 '\n", - " '(9)\\\\n '\n", - " '= 4 1sin2(θ1 − θ2).\\\\nTherefore we '\n", - " 'have C(θ1, '\n", - " 'θ2) = CM sin2(θ1 − '\n", - " 'θ2), '\n", - " '(10)\\\\n\\\\n '\n", - " \"3', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'f98c627e-47a9-42c3-83bb-6111f9b06525', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum State of Entangled Photon Pairs'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': 'where CM this the maxim \"\n", - " 'counting rate that occurs at θ1 − θ2 = ±π/2. '\n", - " 'This\\\\ncorrelation is just the same as in the case of '\n", - " 'entangled photon pairs [6, 11], and\\\\nthe Bell’s '\n", - " 'inequality is apparently violated also in the above '\n", - " 'discussed experi-\\\\nment. The violation of the Bell’s '\n", - " 'inequality in this case is only apparent, because\\\\na '\n", - " 'condition for obtaining the Bell’s inequality is not '\n", - " 'fulfilled here. Namely, in\\\\nthe experiment described in '\n", - " 'this paper, both photons of a photon pair could\\\\nbe '\n", - " 'detected in one single channel, with the wave vector k~1 '\n", - " 'or k~2. Thus, even\\\\nthough the same polarization '\n", - " 'correlation as in the case of entangled photon\\\\npairs is '\n", - " 'realized in this experiment, no quantum non-locality is '\n", - " 'involved here.\\\\nIndeed, after annihilating of a linear '\n", - " 'polarized photon at the detector D1, the\\\\nquantum state '\n", - " 'becomes\\\\n '\n", - " '|ψ′〉 = bθ1 |ψ〉 = 1√2 (cos θ1b† − sin '\n", - " 'θ1b†)|0〉.v '\n", - " 'h (11)\\\\nThe photon in the quantum '\n", - " 'state |ψ′〉 is not spatially separated from the '\n", - " 'detector\\\\nD1 where another photon was annihilated. The '\n", - " 'probability as the photon in\\\\nthe quantum state |ψ′〉 '\n", - " 'being detected at D1 '\n", - " 'is\\\\n '\n", - " '〈ψ′|bθ1 bθ1 |ψ′〉 = 2 † '\n", - " '1. '\n", - " '(12)\\\\n3 quantum state of entangled '\n", - " 'photon pairs\\\\nNow we arrive at a very important point: '\n", - " 'the observation of a photon polar-\\\\nization correlation '\n", - " 'as expressed in the relation (10) does not form a '\n", - " 'sufficient\\\\nevidence for quantum non-locality. Besides '\n", - " 'this correlation, one must exclude\\\\nthe possibility of '\n", - " 'detecting both of the photons in one single channel to '\n", - " 'ensure\\\\nthat the phenomena of quantum non-locality are '\n", - " 'really observed.\\\\n An apparently non-local '\n", - " 'correlation as expressed in the relation (10) are '\n", - " 'ob-\\\\nserved experimentally for the entangled photon pairs '\n", - " 'generated in the paramet-\\\\nric down conversion nonlinear '\n", - " 'optical processes with a type-II phase matching.\\\\nWe have '\n", - " 'to see if the possibility of detecting both of the photons '\n", - " 'in one single\\\\nchannel can be ruled out in the experiment '\n", - " 'so that one can really interpret the\\\\nexperimental '\n", - " 'results as an experimental evidence for quantum '\n", - " 'non-locality. So\\\\nfar the following quantum state is used '\n", - " 'to describe this photon '\n", - " 'pair[11]:\\\\n '\n", - " '|ψe〉 = 1√2 (bv†1b†2 − bvh '\n", - " '†2b†1)|0〉,h (13)\\\\nwhere bh1, '\n", - " 'b†1, b†2 and bv2 are creation operators for horizontally '\n", - " 'polarized pho-† '\n", - " '†\\\\n '\n", - " 'v h\\\\ntons with the wave vector k~1, for '\n", - " 'vertically polarized photons with the wave\\\\nvector~1, for '\n", - " 'horizontally polarized photons with the wave vector k '\n", - " 'k '\n", - " '~2, and for\\\\nvertically polarized photons with the wave '\n", - " 'vector~2, respectively. By using the k\\\\ncorresponding '\n", - " 'photon annihilation operators, we may write the optical '\n", - " 'field '\n", - " 'as\\\\n A+ '\n", - " '= B(bv1~v + bh1~h)ei~1 ·~ + B(bv2~v + bh2~h)ei~2 '\n", - " '·~.\\\\n '\n", - " '~e '\n", - " 'e e k '\n", - " 'r e e k r '\n", - " '(14)\\\\n\\\\n '\n", - " \"4', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'288c7d8f-ef47-4768-b601-8119e00d4d55', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum State of Entangled Photon Pairs'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': 'It is easy to verify that \"\n", - " 'there exists a correlation as described by the '\n", - " 'relation\\\\n(10) between the polarization of the photon '\n", - " 'pairs in the quantum state |ψe〉.\\\\n The '\n", - " 'expression (13) for the quantum state of the entangled '\n", - " 'photon pairs was\\\\nderived by taking into consideration of '\n", - " 'the energy and the momentum conserva-\\\\ntion in the '\n", - " 'parametric down conversion process. The energy and the '\n", - " 'momentum\\\\nof a photon pair in the state |ψe〉 is equal to '\n", - " 'the energy and the momentum of\\\\nthe incident photon from '\n", - " 'which the photon pair is generated. But there is\\\\na '\n", - " 'problem in this argument, namely the parametric down '\n", - " 'conversion process\\\\ntakes place in nonlinear optical '\n", - " 'crystals, so one must take the photons and the\\\\ncrystal '\n", - " 'as one single system when the condition of the energy and '\n", - " 'the momen-\\\\ntum conservation is applied. The macroscopic '\n", - " 'properties of nonlinear optical\\\\ncrystals do not change '\n", - " 'in the parametric down conversion process. Thus '\n", - " 'the\\\\nexpectation values of the energy and the momentum of '\n", - " 'crystals are the same\\\\nbefore and after the photon pairs’ '\n", - " 'generation. Therefore the expectation val-\\\\nues of energy '\n", - " 'and momentum of a photon pair must equal to the '\n", - " 'expectation\\\\nvalues of energy and momentum of incident '\n", - " 'photon. This condition is satisfied\\\\nby the quantum state '\n", - " '|ψe〉. On other hand, photons are coupled with '\n", - " 'optical\\\\nphonons with same momentum when passing through '\n", - " 'crystals, and there exist\\\\nexchanges of energy and '\n", - " 'momentum between photons and crystals through '\n", - " 'the\\\\nphoton-phonon interaction during photons’ '\n", - " 'propagation in crystals. One may\\\\nneglect the energy '\n", - " 'exchange between photons and crystals because the '\n", - " 'ener-\\\\ngies of phonons are much smaller than that of '\n", - " 'photons with same momentum,\\\\nbut the momentum exchange '\n", - " 'between photons and crystals must be taken '\n", - " 'into\\\\nconsideration. This exchange of momentum causes '\n", - " 'fluctuations in momenta of\\\\ncrystals and generated photon '\n", - " 'pairs. But the state |ψe〉 is an eigen-state of '\n", - " 'the\\\\nphoton pairs’ momentum, that means there is not '\n", - " 'momentum fluctuations for\\\\nphoton pairs in the state '\n", - " '|ψe〉. Therefore the generated photon pair can not be\\\\nin '\n", - " 'this quantum state.\\\\n According to the '\n", - " 'calculation made before, the correlation between the '\n", - " 'po-\\\\nlarization of the photon pairs as described by the '\n", - " 'relation (10) does exist also\\\\nfor photon pairs in the '\n", - " 'following quantum '\n", - " 'state\\\\n '\n", - " '|ψu〉 = 2 1(b1 †+ ib2†)(b1 †− ib2†)|0〉 = 2 1(b1†b1 †+ '\n", - " 'b2†b2†)|0〉, '\n", - " '(15)\\\\nwith the optical field given '\n", - " 'by\\\\n '\n", - " 'A~u += √2 (b1~v − b2~h)ei~1 ·~ + √2 (b2~v + b1~h)ei~2 ·~r '\n", - " '.B e e '\n", - " 'k r B e e k '\n", - " '(16)\\\\nThe quantum state |ψu〉 is an un-entangled state. In '\n", - " 'fact, we can write |ψu〉 '\n", - " 'as\\\\n '\n", - " '|ψu〉 = |ψa〉 ⊗ '\n", - " '|ψb〉, '\n", - " '(17)\\\\nwith '\n", - " '†|0〉, |ψb〉 = '\n", - " 'bb†|0〉,\\\\n '\n", - " '|ψa〉 = '\n", - " 'ba '\n", - " '(18)\\\\nwhere '\n", - " '†= '\n", - " '1 '\n", - " '†= '\n", - " '1\\\\n '\n", - " 'ba √2 (b1 †+ ib2†), '\n", - " 'bb '\n", - " '√2 (b1 †− ib2†), [ba†, bb] = 0. '\n", - " '(19)\\\\n '\n", - " \"5', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'43b30d97-ad73-4167-b142-fec2d80f5ce9', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum State of Entangled Photon Pairs'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': ' The \"\n", - " 'quantum state |ψu〉 is not an eigen-state of momentum, but '\n", - " 'photon\\\\npairs in the quantum states |ψe〉 and |ψu〉 have '\n", - " 'the same expectation values of\\\\nthe energy and the '\n", - " 'momentum. So the quantum state |ψu〉 satisfies the '\n", - " 'energy\\\\nand momentum conservation requirement. In '\n", - " 'conclusion, the quantum state\\\\n|ψu〉 could be a correct '\n", - " 'description for photon pairs generated in the '\n", - " 'paramet-\\\\nric down conversion nonlinear optical processes '\n", - " 'with a type-II phase matching.\\\\nOne may observe that for '\n", - " 'photon pairs in the quantum state |ψu〉, both '\n", - " 'photons\\\\ncould be detected in one single channel. '\n", - " 'Therefore, by applying the conditions\\\\nof the energy and '\n", - " 'momentum conservation, we can not rule out the '\n", - " 'possibility\\\\nof detecting both photons in one single '\n", - " 'channel. But, instead, we find that the\\\\nphoton pairs can '\n", - " 'not be in the entangled state. The apparently non-local '\n", - " 'cor-\\\\nrelation between the polarization of photon pairs '\n", - " 'produced in the parametric\\\\ndown conversion nonlinear '\n", - " 'optical processes, that were believed being in '\n", - " 'entan-\\\\ngled states, is not a proof for the existence of '\n", - " 'the quantum non-locality, but just\\\\na necessary evidence '\n", - " 'for the fact that photon pairs are in the quantum '\n", - " 'state\\\\n|ψu〉.\\\\n The same conclusion holds '\n", - " 'also for photon pairs emitted in a radiative '\n", - " 'atomic\\\\ncascade of calcium [2, 3]. In that process, '\n", - " 'electrons which emit two photons in a\\\\nradiative cascade '\n", - " 'are well confined within the ions of calcium. The '\n", - " 'uncertainty\\\\nin the momentum of electrons implies that '\n", - " 'the photon pairs can not be in the\\\\nentangled state which '\n", - " 'has a well defined momentum. The quantum state '\n", - " 'for\\\\nphoton pairs generated in this process could be '\n", - " 'expressed '\n", - " 'as\\\\n '\n", - " '|ψu′〉 = 1√2 (bωhb†2h+ bω† 1 ω †1v '\n", - " 'b†2v )|0〉,ω (20)\\\\nwhere bω1h, b†1v are '\n", - " 'creation operators for horizontally, and respectively, '\n", - " 'ver-†ω\\\\ntically polarized photons of circle frequency ω1, '\n", - " 'and bω2h, b†2v are the '\n", - " 'same† '\n", - " 'ω\\\\noperators for photons of circle frequency '\n", - " 'ω2.\\\\n The optical field in the channel 1 '\n", - " 'is given by\\\\n A+= g11(bω1 v~v + '\n", - " 'bωh~h)eicω1~1 ·~ + g12(bω2v~v + '\n", - " 'bω2h~h)eicω2~n1·~r\\\\n '\n", - " '~1 '\n", - " 'e 1 e n '\n", - " 'r e e '\n", - " '(21)\\\\nand\\\\n A+= g21(bω1 v~v + '\n", - " 'bωh~h)eicω1~1 ·~ + g22(bω2v~v + '\n", - " 'bω2h~h)eicω2~n·~r\\\\n '\n", - " '~2 '\n", - " 'e e n '\n", - " 'r e e 1 '\n", - " '(22)\\\\n '\n", - " '1\\\\nin the channel 2, where ~1, ~2 are vectors of unity '\n", - " 'that indicate the '\n", - " 'propaga-n '\n", - " 'n\\\\ntion directions of the channels 1 and 2, and g11, g12, '\n", - " 'g21, g22 are coefficients that\\\\ndepend on the geometry of '\n", - " 'the experiment setup. We can now calculate '\n", - " 'the\\\\nprobability of annihilating simultaneously a photon '\n", - " 'of circle frequency ω1 po-\\\\nlarized in the direction ~θ1 '\n", - " 'in the channel 1 and a photon of circle frequency '\n", - " 'ω2e\\\\npolarized in the direction ~θ2 in the channel 2. By '\n", - " 'using the expressions (20),e\\\\n(21) and (22), we '\n", - " 'find\\\\n '\n", - " 'C12(θ1, θ2) = C′M cos2(θ1 − '\n", - " 'θ2). (23)\\\\nThis '\n", - " 'is exactly the correlation observed in experimental tests '\n", - " 'carried out by\\\\nAspect et al. [2, 3]. Again, no quantum '\n", - " 'non-locality is evolved, and both of the\\\\nphotons can be '\n", - " 'detected in one single channel also in these '\n", - " 'tests.\\\\n\\\\n '\n", - " \"6', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'120d303e-23a4-49c2-8a47-0a738f91d646', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum State of Entangled Photon Pairs'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': \"\n", - " \"' \"\n", - " 'D1\\\\n '\n", - " 'θ1\\\\n 1 P1\\\\n '\n", - " '“entangled”\\\\n photon pair 2 '\n", - " 'BS θ4\\\\n '\n", - " '4\\\\n P3 3 '\n", - " 'P4\\\\n θ3 '\n", - " 'D4\\\\n D3\\\\n\\\\nFigure 2: A schematic '\n", - " 'illustration of the experimental setup for testing '\n", - " 'the\\\\npossibility of detecting both photons from one '\n", - " '“entangled” photon pair in one\\\\nsingle channel. The '\n", - " 'polarization states of optical beams are indicated by '\n", - " 'arrows.\\\\n\\\\n4 proposal for experimental '\n", - " 'tests\\\\nDirect experimental tests on the possibility of '\n", - " 'detecting both photons in one\\\\nsingle channel and on the '\n", - " 'coherence of photons in different channels could '\n", - " 'make\\\\nour conclusions on the quantum state of “entangled” '\n", - " 'photons pairs and quan-\\\\ntum non-locality more '\n", - " 'convincing. An experimental test on the possibility '\n", - " 'of\\\\ndetecting both of the photons in one single channel '\n", - " 'can be done by using an\\\\nexperimental setup shown in FIG. '\n", - " '2. This setup is quite similar to that used\\\\nfor tests of '\n", - " 'quantum non-locality based on Bell’s theorem. But a half '\n", - " 'reflecting\\\\nmirror is inserted now into the channel 2 to '\n", - " 'split it into the channels 3 and 4,\\\\nand the coincidence '\n", - " 'counting rate between the channels 3 and 4 is '\n", - " 'measured.\\\\nThis coincidence counting rate is proportional '\n", - " 'to the polarization correlation\\\\nbetween photons in the '\n", - " 'channel 3 and in the channel 4. An '\n", - " 'anti-coincidence\\\\ncondition with the signal from the '\n", - " 'channel 1 can also be applied to ensure that\\\\nthis '\n", - " 'coincidence counting rate is not from other sources. By '\n", - " 'using the expres-\\\\nsions (15), (16), (13) and (14), one '\n", - " 'can easily verify that the following relation\\\\nholds for '\n", - " 'this coincidence counting '\n", - " 'rate\\\\n C(θ3, θ4) = '\n", - " 'CMcos2(θ3 − θ4),′′ (24)\\\\nif the '\n", - " 'photon pairs are in the quantum state |ψu〉, '\n", - " 'and\\\\n\\\\n C(θ3, '\n", - " 'θ4) ≡ 0, (25)\\\\nif the photon '\n", - " 'pairs are in the quantum state |ψe〉.\\\\n The coherence '\n", - " 'of photons in different channels can also be used for '\n", - " 'testing\\\\nthe quantum state of “entangled” photon pairs. '\n", - " 'An experimental setup for such\\\\na test is schematically '\n", - " 'illustrated in FIG. 3. The linear polarizers P1 and P2 '\n", - " 'are\\\\n\\\\n '\n", - " \"7', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'7a329a04-32f6-4bd5-911c-1f787517abfb', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum State of Entangled Photon Pairs'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': \"\n", - " \"' \"\n", - " 'M1\\\\n '\n", - " 'P1\\\\n 1 '\n", - " 'WP D\\\\n '\n", - " '“entangled”\\\\n photon pair '\n", - " '2\\\\n '\n", - " '(x,y)\\\\n '\n", - " 'P2\\\\n '\n", - " 'M2\\\\n\\\\nFigure 3: A schematic illustration of the '\n", - " 'experimental setup for testing the\\\\ncoherence between '\n", - " 'photons from one “entangled” photon pair in different '\n", - " 'chan-\\\\nnels. The polarization states of optical beams are '\n", - " 'indicated by arrows.\\\\n\\\\ninserted into the beams of '\n", - " '“entangled” photon pairs, generated in the '\n", - " 'parametric\\\\ndown conversion nonlinear optical processes '\n", - " 'with a type-II phase matching, in\\\\nsuch a way, so that '\n", - " 'the photon in the channel 1 becomes horizontally '\n", - " 'polarized,\\\\nwhile the photon in the channel 2 is '\n", - " 'polarized vertically. The polarization of\\\\nthe beam 1 is '\n", - " 'changed to vertical later by the half wave plate W P . '\n", - " 'Both beams\\\\nare reflected by the mirrors M1 and M2 to '\n", - " 'overlap each other. The single\\\\nphoton counting rate I(x, '\n", - " 'y) in the (x, y) plan as a function of the '\n", - " 'coordinates\\\\n(x, y) is measured by using the single '\n", - " 'photon detector D. Let f1(x, y)~v bee\\\\nthe distribution '\n", - " 'of the vector potential of the beam 1 in the plan (x, y), '\n", - " 'and\\\\nf2(x, y)~v the distribution of the vector potential '\n", - " 'of the beam 2 . If the photone\\\\npair were in the quantum '\n", - " 'state |ψe〉, we have\\\\n '\n", - " 'A+(x, y) = bh1f1(x, y)~v + bv2f2(x, y)~v '\n", - " '.\\\\n '\n", - " '~ e '\n", - " 'e (26)\\\\n The single photon counting rate I(x, y) is '\n", - " 'proportional to the matrix '\n", - " 'element\\\\n I(x, y) ∝ '\n", - " '〈ψe|~+†(x, y) · A+(x, y)|ψe〉. A~ '\n", - " '(27)\\\\nBy using the relation (26) and the expression (13) '\n", - " 'for |ψe〉, we find, for photon\\\\npairs in the quantum state '\n", - " '|ψe〉,\\\\n I(x, y) ∝ '\n", - " '|f1(x, y)|2 + |f2(x, y)|2, (28)\\\\nso no '\n", - " 'interference occurs. But if the photon pairs were in the '\n", - " 'quantum state\\\\n|ψu〉, then according to Eq.(16), we '\n", - " 'have\\\\n A+(x, y) = '\n", - " 'b2f1(x, y)~v + b2f2(x, y)~v '\n", - " '.\\\\n '\n", - " '~ e '\n", - " 'e (29)\\\\nAnd in this case the counting rate '\n", - " 'becomes\\\\n I(x, y) '\n", - " '∝ |f1(x, y) + f2(x, y)|2, (30)\\\\nthat '\n", - " 'means the beam 1 and beam 2 prepared in the way described '\n", - " 'above '\n", - " 'are\\\\ncoherent.\\\\n\\\\n '\n", - " \"8', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'8e86a476-b4c4-4c21-b244-d82f87eca2a4', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum State of Entangled Photon Pairs'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': '5 \"\n", - " 'discussion\\\\nI have shown that the correlations of '\n", - " 'photons’ polarization observed in “en-\\\\ntangled” photon '\n", - " 'pairs generated in the parametric down conversion '\n", - " 'nonlinear\\\\noptical processes with a type-II phase '\n", - " 'matching and in a radiative atomic cas-\\\\ncade of calcium '\n", - " 'are not proofs for quantum non-locality. Instead, they '\n", - " 'are\\\\nnecessary evidences for the fact that “entangled” '\n", - " 'photon pairs are in the un-\\\\nentangled states |ψu〉 or '\n", - " '|ψu′〉. According to the expression (16) for the '\n", - " 'vector\\\\npotential, in the case of “entangled” photon '\n", - " 'pairs generated in the parametric\\\\ndown conversion '\n", - " 'nonlinear optical processes with a type-II phase matching, '\n", - " 'we† and b2 †in terms of operators bv1, '\n", - " 'bv† †2, bh1 '\n", - " 'and bh2:† †\\\\nmay express the operators '\n", - " 'b1\\\\n '\n", - " 'b1 = 1† √2 (bv1 + bh2), b2 † '\n", - " '† †= 1√2 (bv2 − bh1).† '\n", - " '† (31)\\\\nWe have '\n", - " 'then\\\\n |ψu〉 = 1√2 |ψe〉 '\n", - " '+ 4 1(bv1b†1 + bv2b†2 + bh1b†1 + '\n", - " 'bh2b†2)|0〉.† v † '\n", - " 'v † h † h '\n", - " '(32)\\\\nAs the component (bv1b†1 + bv2b†2 + bh1b†1 + '\n", - " 'bh2b†2)|0〉 in |ψu〉 has no contri-† '\n", - " '† † '\n", - " '†\\\\n '\n", - " 'v v '\n", - " 'h h\\\\nbution to the coincidence '\n", - " 'counting rate between the signals from the channel 1\\\\nand '\n", - " 'the channel 2, all apparently non-local correlations that '\n", - " 'were believed as\\\\nspecificity of photon pairs in the '\n", - " 'entangled state |ψe〉, occur also in the case '\n", - " 'of\\\\nun-entangled photon pairs in the state |ψu〉. The same '\n", - " 'conclusion holds also\\\\nfor “entangled” photon pairs '\n", - " 'generated in a radiative atomic cascade of cal-\\\\ncium '\n", - " 'Therefore no physical phenomena that necessitate '\n", - " 'introducing quantum\\\\nnon-locality for their explanation '\n", - " 'are really observed.\\\\n Einstein, Podolsky, '\n", - " 'Rosen (EPR) and Bohm had put the completeness of\\\\nquantum '\n", - " 'mechanics in contradiction to the relativistic causality '\n", - " 'by supposing\\\\nthe existence of particle pairs in '\n", - " 'entangled quantum states [14, 15]. But till\\\\nnow, such a '\n", - " 'contradiction did not occur, because no particle pairs in '\n", - " 'entangled\\\\nquantum states had been produced. Can particle '\n", - " 'pairs in entangled quantum\\\\nstates be generated ever? It '\n", - " 'is most likely not. Due to the interaction with\\\\nthe '\n", - " 'source of particle pairs, it should be impossible for the '\n", - " 'produced particle\\\\npair with different momenta to be in a '\n", - " 'quantum state with well defined mo-\\\\nmentum, such as the '\n", - " 'entangled quantum state. This observation is '\n", - " 'consistent\\\\nwith Santos’s suggestion [7] that only '\n", - " 'quantum states which do not contradict\\\\nwith locality '\n", - " 'requirement are physical states. From this point of view, '\n", - " 'the EPR\\\\nparadox is just a spectacular illustration of '\n", - " 'the restriction on quantum states\\\\nimposed by locality '\n", - " 'requirement.\\\\n\\\\nReferences\\\\n[1] J. S. Bell, Physics 1, '\n", - " '195 (1964)\\\\n[2] A. Aspect, P. Grangier, and G. Roger, '\n", - " 'Phys. Rev. Lett. 49, 91 '\n", - " '(1981)\\\\n\\\\n '\n", - " \"9', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}, \"\n", - " \"{'class_name': 'Document', 'doc_id': \"\n", - " \"'170e2b68-f50d-4a3b-8155-79c7b12a3da1', 'embedding': None, \"\n", - " \"'end_char_idx': None, 'excluded_embed_metadata_keys': [], \"\n", - " \"'excluded_llm_metadata_keys': [], 'extra_info': \"\n", - " \"{'file_name': 'Quantum State of Entangled Photon Pairs'}, \"\n", - " \"'metadata_seperator': '\\\\n', 'metadata_template': '{key}: \"\n", - " \"{value}', 'mimetype': 'text/plain', 'relationships': {}, \"\n", - " \"'start_char_idx': None, 'text': '[3] A. Aspect, J. \"\n", - " 'Dalibard, and G. Roger, Phys. Rev. Lett. 49, 1804 '\n", - " '(1981)\\\\n[4] Z. Y. Ou, and L. Mandel, Phys. Rev. Lett. 61, '\n", - " '50 (1988)\\\\n[5] Y. H. Shih, and C. O. Alley, Phys. Rev. '\n", - " 'Lett. 61, 2921 (1988)\\\\n[6] Y. H. Shih, A. V. Sergienko, '\n", - " 'Morton H. Rubin, T. E. Kiess and C. O. Alley,\\\\n Phys. '\n", - " 'Rev. A 50, 23 (1994)\\\\n[7] E. Santos, Phys. Rev. A 46, '\n", - " '3646 (1992)\\\\n[8] D. V. Strekalov, A. V. Sergienko, D. N. '\n", - " 'Klyshko and Y. H. Shih, Phys. Rev.\\\\n Lett. 74, 3600 '\n", - " '(1995)\\\\n[9] E. J. S. Fonseca, P. H. Souto Ribeiro, S. '\n", - " 'P´adua and C. H. Monken, Phys.\\\\n Rev. A 60, 1530 '\n", - " '(1999)\\\\n[10] Z. Zhao, et al., Phys. Rev. Lett. 91, 180401 '\n", - " '(2003)\\\\n[11] P. G. Kwiat et al., Phys. Rev. Lett. 75, '\n", - " '4337 (1995)\\\\n[12] F. Mandl and G. Shaw, Quantum field '\n", - " 'theory (John Wiley and Sons, Chich-\\\\n ester, 1984), '\n", - " 'Chap. 1\\\\n[13] L. Mandel and E. Wolf, Optical Coherence '\n", - " 'and Quantum Optics (Cam-\\\\n bridge University Press, '\n", - " '1995), p. 640\\\\n[14] A. Einstein, B. Pdolsky, and N. '\n", - " 'Rosen, Phys. Rev. 47, 777 (1935)\\\\n[15] D. Bohm, Quantum '\n", - " 'Theory (Prentice Hall, Englewood Cliffs, NJ, '\n", - " '1951)\\\\n\\\\n '\n", - " \"10', 'text_template': '{metadata_str}\\\\n\\\\n{content}'}]}, \"\n", - " \"{'documents': []}]\"}\n" + "{'paper_contents': \"[{'documents': []}, {'documents': [{'doc_id': \"\n", + " \"'fec0c160-bb07-4eea-be2e-897fd057d647', 'embedding': None, \"\n", + " \"'extra_info': {'file_name': 'Drift-Diffusion in Mangled \"\n", + " \"Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, \"\n", + " \"'text': ' Drift-Diffusion in Mangled Worlds \"\n", + " 'Quantum '\n", + " 'Mechanics\\\\n '\n", + " 'Robin '\n", + " 'Hanson\\\\n '\n", + " 'George Mason University∗\\\\narXiv:quant‑ph/0303114v2 18 '\n", + " 'Mar '\n", + " '2003 '\n", + " 'March 17, '\n", + " '2003.\\\\n '\n", + " 'Abstract\\\\n In Εverett’s many '\n", + " 'worlds interpretation, where quantum measurements are seen '\n", + " 'as\\\\n decoherence events, inexact '\n", + " 'decoherence may let large worlds mangle the memories '\n", + " 'of\\\\n observers in small worlds, '\n", + " 'creating a cutoff in observable world size. I solve a '\n", + " 'growth-\\\\n drift-diffusion-absorption '\n", + " 'model of such a mangled worlds scenario, and show that '\n", + " 'it\\\\n reproduces the Born '\n", + " 'probability rule closely, though not exactly. Thus '\n", + " 'deviations from\\\\n exact decoherence '\n", + " 'can allow the Born rule to be derived in a many worlds '\n", + " 'approach\\\\n via world counting, '\n", + " 'using a finite number of worlds and no new fundamental '\n", + " 'physics.\\\\n\\\\n Introduction\\\\n '\n", + " 'Traditional quantum mechanics suffers from many ambiguities '\n", + " 'regarding quantum measure-\\\\n ments. Many '\n", + " 'worlds approaches try to resolve these ambiguities by '\n", + " 'identifying measurements\\\\n with decoherence '\n", + " 'events produced by standard linear quantum evolution [1, '\n", + " '2]. In such\\\\n events, off-diagonal density '\n", + " 'matrix elements are often naturally and dramatically '\n", + " 'suppressed\\\\n due to coupling with a large '\n", + " 'environment [3].\\\\n Unfortunately, the '\n", + " 'many worlds approach still suffers from the problem that, '\n", + " 'when there\\\\n are a finite number of worlds, '\n", + " 'the straightforward way to calculate probabilities, i.e., '\n", + " 'counting\\\\n the fraction of worlds with a '\n", + " 'given outcome, does not produce the standard Born '\n", + " 'probability\\\\n rule [4, 5]. Some have tried '\n", + " 'to resolve this by adding new fundamental physics, such '\n", + " 'as\\\\n non-linear dynamics [6], or an infinity '\n", + " 'of worlds per quantum state which diverge via '\n", + " 'an\\\\n unknown process [7]. Others propose '\n", + " 'new decision theory axioms saying we do not '\n", + " 'care\\\\n about the number of worlds that see '\n", + " 'an outcome [8, 9].\\\\n A mangled worlds '\n", + " 'variation proposes to resolve the Born rule problem using '\n", + " 'only as-\\\\n sumptions that are about the '\n", + " 'behavior of standard linear quantum evolution, '\n", + " 'assumptions\\\\n that can in principle be '\n", + " 'checked by theoretical analysis of common quantum systems. '\n", + " 'The\\\\n idea is that decoherence is never '\n", + " 'exact, and so while decoherence makes off-diagonal '\n", + " 'terms\\\\n small relative to a large world, '\n", + " 'they can be large relative to a small enough world. '\n", + " 'This\\\\n may plausibly mangle very small '\n", + " 'worlds, either destroying the observers in such worlds, '\n", + " 'or\\\\n changing them into observers who '\n", + " 'remember events from large worlds '\n", + " '[10].\\\\n ∗rhanson@gmu.edu '\n", + " 'http://hanson.gmu.edu 703-993-2326 FAX: 703-993-2323 MSN '\n", + " '1D3, Carow Hall, Fair-\\\\n fax VA '\n", + " '22030\\\\n\\\\n '\n", + " \"1', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': \"\n", + " \"'{key}: {value}', 'metadata_seperator': '\\\\n', \"\n", + " \"'class_name': 'Document'}, {'doc_id': \"\n", + " \"'b73cbea4-a0a4-47de-9122-4acbfcba2d85', 'embedding': None, \"\n", + " \"'extra_info': {'file_name': 'Drift-Diffusion in Mangled \"\n", + " \"Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, \"\n", + " \"'text': ' This paper presents an explicit \"\n", + " 'growth-drift-diffusion-absorption model of such a '\n", + " 'mangled\\\\nworlds scenario. It assumes that mangling is a '\n", + " 'sudden irreversible process, that typical\\\\nexperimental '\n", + " 'tests of the Born rule include many uncounted background '\n", + " 'decoherence events,\\\\nand that the region in world size '\n", + " 'where worlds become mangled is relatively narrow '\n", + " 'and\\\\nlocated near the median of the distribution of '\n", + " 'measure. Closed form expressions are given\\\\nshowing that '\n", + " 'the Born rule is followed closely, though not exactly, in '\n", + " 'this model. Thus most\\\\nunmangled worlds would remember '\n", + " 'having observed frequencies very near that predicted '\n", + " 'by\\\\nthe Born rule, even though in fact Born frequencies '\n", + " 'do not apply to the vast majority of\\\\nworlds, and even '\n", + " 'though such frequencies are not observed in the very '\n", + " 'largest worlds.\\\\n\\\\nDrift-Diffusion Of All '\n", + " 'Worlds\\\\nConsider a single initial unit-magnitude world '\n", + " 'that repeatedly undergoes decoherence events\\\\ne. (And for '\n", + " 'now ignore world mangling.) During each event e, each '\n", + " 'pre-existing world i\\\\nsplits into a set J(i, e) of '\n", + " 'resulting worlds j, each of which gets some fraction Fjie '\n", + " 'of the\\\\noriginal world’s measure. That is, if mi is the '\n", + " 'measure (or size) of world i, then mj = Fjiem,\\\\n '\n", + " 'where∑j∈J(i,e) Fjie = 1. Assume that these fractions do '\n", + " 'not depend on the particular '\n", + " 'world '\n", + " 'i\\\\n being split, so that Fjie = Fje and J(i, e) = J(e). '\n", + " 'If so, then after there have been enough\\\\n events so that '\n", + " 'the variance of each set {ln(Fje)}j∈J(e) is small compared '\n", + " 'to this summed over\\\\n e, the central limit theorem of '\n", + " 'statistics ensures that the resulting set of worlds will '\n", + " 'approach\\\\n a log-normal distribution over measure '\n", + " 'm.\\\\n In terms of log size x = ln(m), the '\n", + " 'distribution of worlds would be normal with some\\\\n mean '\n", + " '~ '\n", + " 'x < 0 and standard deviation σ > 0. Since the total '\n", + " 'measure of all worlds is conserved,\\\\n the total number of '\n", + " 'worlds must be e−~−σ2/2. If there were a constant rate of '\n", + " 'decoherence '\n", + " 'x\\\\n events, so that ~ = −vt and σ2 = wt, then the '\n", + " 'distribution of worlds would '\n", + " 'be '\n", + " 'x\\\\n '\n", + " 'μ0(x, t) = √2πσ '\n", + " 'exp((v − '\n", + " '2 '\n", + " '1 w)t − (x − vt)2). '\n", + " '(1)\\\\n '\n", + " '2σ2\\\\nThe measure held by these worlds would also be '\n", + " 'normally distributed over x, with the same\\\\n standard '\n", + " 'deviation σ, but a higher mean of ^ = ~ + σ2. These values '\n", + " '~ and ^ are also '\n", + " 'the '\n", + " 'x '\n", + " 'x x x\\\\npositions of '\n", + " 'the median-sized world and the median measure, '\n", + " 'respectively.\\\\n For example, after N '\n", + " 'binary decoherence events where the two possible outcomes '\n", + " 'have\\\\nrelative measure p > 1/2 and 1 − p, there would be '\n", + " '2N worlds, with median measure and\\\\nstandard deviation '\n", + " 'given '\n", + " 'by\\\\n\\\\n '\n", + " 'x '\n", + " '^ = N ^1 = N(p ln(p) + (1 − p) ln(1 − '\n", + " 'p)), '\n", + " 'x\\\\n '\n", + " 'σ = √Nσ1 =√N√p(1 − p) ln( − '\n", + " 'p), '\n", + " '1 p\\\\n with ~1 = ^1 − σ2. A constant rate r of '\n", + " 'such events would give v = −r~1 and w = '\n", + " 'rσ2. '\n", + " 'x '\n", + " 'x 1 '\n", + " 'x 1\\\\n The distribution μ0(x, '\n", + " 't) of equation 1 solves the linear growth-drift-diffusion '\n", + " 'equation\\\\n\\\\n '\n", + " 'μ '\n", + " '˙ = v(∇μ + μ) + (w/2)(∇2μ − μ). (2)\\\\nfor t > 0 given the '\n", + " 'delta function initial '\n", + " 'condition\\\\n\\\\n '\n", + " \"2', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': \"\n", + " \"'{key}: {value}', 'metadata_seperator': '\\\\n', \"\n", + " \"'class_name': 'Document'}, {'doc_id': \"\n", + " \"'50b52ba7-4b81-4b8b-84e1-5f25f47bee1f', 'embedding': None, \"\n", + " \"'extra_info': {'file_name': 'Drift-Diffusion in Mangled \"\n", + " \"Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, \"\n", + " \"'text': ' \"\n", + " 'μ(x, 0) = '\n", + " 'δ(x). '\n", + " '(3)\\\\n\\\\nThe Mangling of Worlds\\\\nDecoherence events '\n", + " 'quickly suppress the magnitude of off diagonal density '\n", + " 'matrix terms\\\\nrelative to diagonal terms. Specifically, '\n", + " 'given two worlds, large L and small s, we '\n", + " 'have\\\\n\\\\n '\n", + " '|ρLs|2 ≤ ϵ2(t)|ρLL||ρss|,\\\\nwhere |ρab| ≡ 〈 a |ρab| b 〉, '\n", + " 'and coherence ϵ(t) typically falls at a rapid exponential '\n", + " 'rate for\\\\na great many doubling times [3]. However, in '\n", + " 'the models that have been solved so far,\\\\ncoherence ϵ(t) '\n", + " 'typically eventually asymptotes to a small but non-zero '\n", + " 'level [3, 11, 12, 13].\\\\nworlds increases as eσ = e√wt. As '\n", + " 'discussed elsewhere [10], if ϵ(t) eventually falls '\n", + " 'slower\\\\n '\n", + " 'As we have seen in the previous section, the relative '\n", + " 'magnitude between any two random\\\\nthan this rate, then '\n", + " 'eventually the off diagonal terms ρsL and ρLs must greatly '\n", + " 'influence the\\\\nevolution of the smaller diagonal term ρss, '\n", + " 'even though these off diagonal terms have little\\\\ninfluence '\n", + " 'on and are mainly driven by the larger diagonal term ρLL. '\n", + " 'Thus the evolution\\\\nof smaller worlds is eventually '\n", + " 'driven by larger worlds, plausibly “mangling” those '\n", + " 'smaller\\\\nworlds, i.e., either destroying their observers '\n", + " 'or turning them into observers who remember\\\\noutcomes '\n", + " 'from a large world. Remaining observers would thus only '\n", + " 'remember the histories\\\\nof unmangled worlds.\\\\n Let us '\n", + " 'conjecture that the mangling of worlds is a sudden, '\n", + " 'irreversible, and global process.\\\\nSpecifically, let us '\n", + " 'assume that there is a mangling region in world size, so '\n", + " 'that a world that\\\\nhas always remained larger than this '\n", + " 'region remains unmangled, and that a world that\\\\nwas once '\n", + " 'smaller than this region became suddenly and forevermore '\n", + " 'mangled. Let us also\\\\nconjecture that the relevant '\n", + " 'standard deviation σ is the result of many decoherence '\n", + " 'events,\\\\nmost of which are not counted in experiment '\n", + " 'tests. This suggests that the mangling region\\\\nis '\n", + " 'relatively narrow compared to σ. Finally, let us assume '\n", + " 'that since it is the measure of\\\\nsome worlds that mangles '\n", + " 'other worlds, this mangling region remains close to the '\n", + " 'median\\\\nmeasure ^ that would describe the distribution of '\n", + " 'all worlds were there no '\n", + " 'mangling. '\n", + " 'x\\\\n If unmangled worlds evolve locally just as all '\n", + " 'worlds would were there no mangling,\\\\nand if initially '\n", + " 'all worlds are unmangled, then the distribution μ1(x, t) '\n", + " 'of unmangled worlds\\\\nshould satisfy equations 2 and 3, '\n", + " 'just as the distribution μ0(x, t) of all worlds under the '\n", + " 'no\\\\nmangling assumption. To model our assumption of a '\n", + " 'mangling region narrow compared to σ\\\\nand remaining close '\n", + " 'to the median measure ^ = −(v − w)t, let us impose on the '\n", + " 'unmangled '\n", + " 'x\\\\ndistribution μ1(x, t) the additional boundary '\n", + " 'condition\\\\n\\\\n '\n", + " 'μ(xb(t), t) = '\n", + " '0, '\n", + " '(4)\\\\nfor all t ≥ 0, where xb(t) = ^ − ϵ, ϵ > 0, and we '\n", + " 'limit our attention to x ≥ xb(t). This is '\n", + " 'an '\n", + " 'x\\\\nabsorbing boundary condition, which says that every '\n", + " 'world which reaches the point xb from\\\\nabove immediately '\n", + " 'falls out of the distribution of unmangled '\n", + " 'worlds.\\\\n\\\\n '\n", + " \"3', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': \"\n", + " \"'{key}: {value}', 'metadata_seperator': '\\\\n', \"\n", + " \"'class_name': 'Document'}, {'doc_id': \"\n", + " \"'1cf8e024-6325-4224-b877-8677127a2313', 'embedding': None, \"\n", + " \"'extra_info': {'file_name': 'Drift-Diffusion in Mangled \"\n", + " \"Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, \"\n", + " \"'text': 'Solving the Drift-Diffusion Model\\\\nTo solve the \"\n", + " 'set of equations 2, 3, and 4, let us first factor out the '\n", + " 'common exponential\\\\ngrowth via μ(x, t) = ν(x, '\n", + " 't)e(v−(w/2))t , so that the diffusion equation (2) '\n", + " 'becomes\\\\n\\\\n '\n", + " 'ν˙ = v∇ν + (w/2)∇2ν,\\\\nfor ν(x, t). Next, let us transform '\n", + " 'from x to a coordinate y = x − xb(t) that moves '\n", + " 'along\\\\nwith the absorbing boundary, so that equations 2, '\n", + " '3, and 4 '\n", + " 'become\\\\n '\n", + " 'ν˙(y, t) = w∇ν(y, t) + (w/2)∇2ν(y, '\n", + " 't),\\\\n '\n", + " 'ν(y, 0) = δ(y − '\n", + " 'ϵ),\\\\n '\n", + " 'ν(0, t) = 0.\\\\nFinally, use dimensionless units z = 2y and '\n", + " 's = wt, so that for z, s ≥ 0 the equations '\n", + " 'are\\\\n '\n", + " 'ν˙(z, s) = ∇ν(z, s) + ∇2ν(z, '\n", + " 's), '\n", + " '(5)\\\\n '\n", + " 'ν(z, 0) = δ(z − '\n", + " '2ϵ), '\n", + " '(6)\\\\n '\n", + " 'ν(0, s) = '\n", + " '0. '\n", + " '(7)\\\\nFortunately, others have already solved a closely '\n", + " 'related set of equations for s ≥ 0, z ∈ [0, '\n", + " 'L],\\\\n '\n", + " 'ν˙(z, s) = ∇ν(z, s) − ∇2ν(z, '\n", + " 's),\\\\n '\n", + " 'ν(z, 0) = '\n", + " 'f0(z), '\n", + " '(8)\\\\n '\n", + " 'ν(0, s) = ν(L, s) = 0,\\\\n\\\\nfor drift diffusion between two '\n", + " 'absorbing barriers [14]. If we take z → L − z and L → '\n", + " '∞,\\\\nthe solutions of these equations can be transformed '\n", + " 'into solutions of equations 5 and 7, and\\\\nof equation 8, '\n", + " 'which generalizes equation 6. These solutions '\n", + " 'are\\\\n '\n", + " 'ν(z, s) = '\n", + " 'π '\n", + " '2e−s/4−z/2 '\n", + " '∫ ∞g0(k)e−k2s '\n", + " 'sin(kz)dk\\\\n '\n", + " '0\\\\n '\n", + " 'g0(k) =∫ ∞f0(z)ez/2 '\n", + " 'sin(kz)dz.\\\\n '\n", + " '0\\\\nFor the specific initial condition of equation 6, i.e., '\n", + " 'f0(z) = δ(z − 2ϵ), this '\n", + " 'becomes\\\\n '\n", + " 'ν(z, s) = eϵ−s/4−z/2(exp(−(z − 2ϵ)2) − exp(−(z + '\n", + " '2ϵ)2)). '\n", + " '√4πs\\\\n '\n", + " '4s\\\\n '\n", + " '4s\\\\nIf we return this to dimension-full units, put back '\n", + " 'in the exponential growth, but retain the\\\\nboundary '\n", + " 'relative coordinate y = x − x(t), we get solutions to our '\n", + " 'original equations '\n", + " 'of '\n", + " 'b\\\\ninterest, i.e., equations 2, 3, and 4, except in terms '\n", + " 'of y instead of x. We find that an initial\\\\ndistribution '\n", + " 'μ1(y, 0) = δ(y − ϵ) of unmangled worlds evolves '\n", + " 'into\\\\n '\n", + " '( '\n", + " 'exp(−(y − ϵ)2) − exp(−(y + '\n", + " 'ϵ)2)).\\\\n '\n", + " 'μ1(y, t; ϵ) =√ '\n", + " 'π '\n", + " '8wteϵ−y+(v−w)t '\n", + " '2wt\\\\n '\n", + " '2wt\\\\n '\n", + " \"4', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': \"\n", + " \"'{key}: {value}', 'metadata_seperator': '\\\\n', \"\n", + " \"'class_name': 'Document'}, {'doc_id': \"\n", + " \"'ed033f74-b0e9-437e-a53e-bb3a1d2f3693', 'embedding': None, \"\n", + " \"'extra_info': {'file_name': 'Drift-Diffusion in Mangled \"\n", + " \"Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, \"\n", + " \"'text': ' For ϵ ≪ √wt, a good approximation to this \"\n", + " 'is\\\\n '\n", + " 'μ1(y, t; ϵ) = '\n", + " 'ϵeϵ '\n", + " '√2π(e(v−w)ty exp(−y − '\n", + " '2wt).\\\\n '\n", + " 'wt)3/2 y2\\\\n We use '\n", + " 'this approximation from here on. It integrates to give a '\n", + " 'total unmangled world '\n", + " 'count\\\\n '\n", + " '∫ ∞μ(y, t; ϵ)dy = 2 '\n", + " '⎛√\\\\n '\n", + " 'πwt − ewt/2erfc⌈√wt⎝⎜ '\n", + " '. '\n", + " '⌉⎜\\\\n '\n", + " 'W (t; ϵ) '\n", + " '≡ '\n", + " 'ϵeϵe(v−w)t⎛ '\n", + " '2\\\\n '\n", + " '⎜\\\\n '\n", + " '0 '\n", + " '2\\\\nNote that if v > w then the total number of unmangled '\n", + " 'worlds, which grows as e(v−w)t,\\\\nwill increase with time, '\n", + " 'even though it becomes an exponentially decreasing '\n", + " 'fraction of the\\\\nnumber of all worlds, which grows as '\n", + " 'e(v−(w/2))t. To predict our existence in an '\n", + " 'ummangled\\\\nworld, the mangled worlds approach must '\n", + " 'predict that v > w.\\\\n\\\\n Born Rule Accuracy\\\\n How well '\n", + " 'does this diffusion process reproduce the Born rule? Let '\n", + " 'each distinct measurement\\\\n outcome k be associated with '\n", + " 'a set of Gk > 1 child worlds per parent world, each of '\n", + " 'which\\\\nis a factor Fk < 1 smaller than its parent. The '\n", + " 'Born rule says that the probability of an\\\\noutcome is '\n", + " 'given by FkGk. To see how closely does this mangled worlds '\n", + " 'approach conforms\\\\nwith the Born rule, let us calculate '\n", + " 'the number of unmangled worlds as associated with '\n", + " 'such\\\\nan experimental outcome.\\\\n '\n", + " 'Specifically, starting at time t = 0 let a single unmangled '\n", + " 'world of size y = ϵ (relative\\\\nto the mangling region at '\n", + " 'y = 0) evolve into a distribution μ(y, t1; ϵ) at time t1, '\n", + " 'where\\\\n1 ≪ wt1 ≫ ϵ. This is not intended to be the '\n", + " 'distribution of all worlds, but rather the\\\\ndistribution '\n", + " 'of all worlds consistent with the initial conditions of a '\n", + " 'given experiment to test\\\\nthe Born rule. It is the result '\n", + " 'of decoherence events both during and before the '\n", + " 'experiment,\\\\nevents that are not counted in the '\n", + " 'statistics of the experiment. Given what we know '\n", + " 'about\\\\nthe experiment, we do not know which of these '\n", + " 'worlds we are in, and so we must average\\\\nover these '\n", + " 'worlds when making experimental '\n", + " 'predictions.\\\\n At time t1, let each world '\n", + " 'with value y1 in μ(y, t1; ϵ) be split into G ≥ 1 worlds, '\n", + " 'each of\\\\nwhich is a factor F ≤ 1 smaller, so that it has '\n", + " 'the value y = y1 + ln(F ). Let each of these\\\\nworlds then '\n", + " 'evolve to produce more worlds over a longer time period t2 '\n", + " '≫ t1. For the Born\\\\n rule to apply exactly, the number of '\n", + " 'unmangled worlds in the final distribution at time t2\\\\n '\n", + " 'should go as F G. (It would not contradict observations if '\n", + " 'the Born rule were violated soon\\\\n after t1, in worlds '\n", + " 'that were not mangled but were about to become mangled. '\n", + " 'What we\\\\n actually observe are long-existing historical '\n", + " 'records of experiments testing the Born '\n", + " 'rule.)\\\\n With a little help from '\n", + " 'Mathematica, the final unmangled world count is found to '\n", + " 'be\\\\n λ(F, G; t1, t2, ϵ) ≡ G∫ ∞W (t2; y)μ(y '\n", + " '− ln(F ), t1; '\n", + " 'ϵ)dy\\\\n '\n", + " '0 '\n", + " '⎛√\\\\n '\n", + " '⌈√wt2⎝⎜ . '\n", + " '⌉⎜\\\\n '\n", + " '= F G erfc(− ln(F ))ϵeϵe(v−w)(t1 '\n", + " '+t)⎛ '\n", + " '√2wt1 2 '\n", + " '2\\\\n '\n", + " '− '\n", + " 'ewt/2erfc⎜\\\\n '\n", + " '2\\\\n '\n", + " '4\\\\n '\n", + " 'πwt2 '\n", + " '2\\\\nThe key thing to notice here is that when wt1 is '\n", + " 'large, the Born rule '\n", + " 'correction\\\\n\\\\n '\n", + " \"5', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': \"\n", + " \"'{key}: {value}', 'metadata_seperator': '\\\\n', \"\n", + " \"'class_name': 'Document'}, {'doc_id': \"\n", + " \"'8c1ff388-1f1c-4891-9989-be8deff5f0de', 'embedding': None, \"\n", + " \"'extra_info': {'file_name': 'Drift-Diffusion in Mangled \"\n", + " \"Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, \"\n", + " \"'text': \"\n", + " \"' \"\n", + " 'γ(F, G) ≡ 1 '\n", + " 'λ(F, G; t, t2, '\n", + " 'ϵ)\\\\n '\n", + " 'λ(1, 1; t1, t2, ϵ) = erfc(− ln(F '\n", + " ')). 1 '\n", + " '√2wt1\\\\n '\n", + " 'F G\\\\nchanges very slowly in the factor F . For example, '\n", + " 'when wt1 = 1010, it requires a factor of\\\\nF = '\n", + " 'e−105 < 10−43000 '\n", + " 'to get the relative number of worlds to be γ(F, G) ≈ 1/3. '\n", + " 'Thus this\\\\napproach is very nearly consistent with the '\n", + " 'Born rule, while leaving open the possibility of\\\\nsmall '\n", + " 'experimentally detectable deviations from the Born '\n", + " 'rule.\\\\n\\\\nConclusion\\\\nThis paper has presented an '\n", + " 'explicit growth-drift-diffusion-absorption model of a '\n", + " 'mangled\\\\nworlds scenario. Under this scenario, inexact '\n", + " 'decoherence results in larger worlds suddenly\\\\nand '\n", + " 'irreversibly mangling any worlds that reach a narrow '\n", + " 'region in world size. Closed form\\\\nexpressions are given '\n", + " 'showing that this model reproduces the Born rule closely, '\n", + " 'but not\\\\nexactly. Thus most unmangled observers would '\n", + " 'remember having observed nearly Born\\\\nfrequencies, '\n", + " 'allowing us to reconcile the many worlds approach with the '\n", + " 'Born rule without\\\\ninvoking new fundamental physics or '\n", + " 'decision theory axioms.\\\\n\\\\nReferences\\\\n [1] H. '\n", + " 'Everett: Reviews of Modern Physics 29 (1957) 454\\\\n [2] '\n", + " 'B. DeWitt, N. '\n", + " 'Graham: '\n", + " 'The Many-Worlds Interpretation of Quantum '\n", + " 'Mechanics:\\\\n Princeton University '\n", + " 'Press, Princeton (1973)\\\\n [3] H. Dowker, J. Halliwell: '\n", + " 'Physical Review D 46 (1992) 1580\\\\n [4] A. Kent: '\n", + " 'International Journal of Modern Physics A 5 (1990) '\n", + " '1745\\\\n [5] G. Auletta: Foundations and Interpretation '\n", + " 'of Quantum Mechanics: World '\n", + " 'Scientific,\\\\n Singapore (2000)\\\\n '\n", + " '[6] M. Weissman: Foundations of Physics Letters 12 (1999) '\n", + " '407\\\\n [7] D. Albert, B. Loewer: Synthese 77 (1988) '\n", + " '195\\\\n [8] D. Deutsch: Proceedings of the Royal Society '\n", + " 'of London A455 (1999) 3129\\\\n [9] '\n", + " 'D. '\n", + " 'Wallace: '\n", + " 'Quantum '\n", + " 'probability and decision theory, '\n", + " 'revisited:\\\\n '\n", + " 'http://arxiv.org/abs/quant-ph/0211104\\\\n[10] R. Hanson: '\n", + " 'When worlds collide: Quantum probability from observer '\n", + " 'selection? : Tech.\\\\n rep., George '\n", + " 'Mason University (2003)\\\\n[11] H. Dowker, J. Halliwell: '\n", + " 'In: Physical Origins of Time Asymmetry, eds. J. '\n", + " 'Halliwell,\\\\n J. Perez-Mercader, W. '\n", + " 'Zurek, pp. 234–245. Cambridge University Press, '\n", + " 'Cambridge\\\\n '\n", + " '(1994)\\\\n\\\\n '\n", + " \"6', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': \"\n", + " \"'{key}: {value}', 'metadata_seperator': '\\\\n', \"\n", + " \"'class_name': 'Document'}, {'doc_id': \"\n", + " \"'85392297-ba56-41c7-8c5b-0ab84fe28296', 'embedding': None, \"\n", + " \"'extra_info': {'file_name': 'Drift-Diffusion in Mangled \"\n", + " \"Worlds Quantum Mechanics'}, \"\n", + " \"'excluded_embed_metadata_keys': [], \"\n", + " \"'excluded_llm_metadata_keys': [], 'relationships': {}, \"\n", + " \"'text': '[12] M. Namiki, S. Pascazio, H. Nakazato: \"\n", + " 'Decoherence and Quantum Measurements: World\\\\n '\n", + " 'Scientific, Singapore (1997)\\\\n[13] W. Unruh, W. Zurek: '\n", + " 'Physical Review D 40 (1989) 1071\\\\n[14] Z. Farkas, T. '\n", + " 'Fulop: Journal of Physics A: Mathematics and General 34 '\n", + " '(2001) '\n", + " '3191\\\\n\\\\n '\n", + " \"7', 'mimetype': 'text/plain', 'start_char_idx': None, \"\n", + " \"'end_char_idx': None, 'text_template': \"\n", + " \"'{metadata_str}\\\\n\\\\n{content}', 'metadata_template': \"\n", + " \"'{key}: {value}', 'metadata_seperator': '\\\\n', \"\n", + " \"'class_name': 'Document'}]}, {'documents': []}]\"}\n" ] } ], @@ -3419,715 +1912,87 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": 57, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "{'arxiv_results': [{'result': [{'authors': ['Seng W. Loke'],\n", - " 'categories': ['cs.ET', 'cs.DC'],\n", - " 'comment': None,\n", - " 'doi': None,\n", - " 'entry_id': 'http://arxiv.org/abs/2208.00733v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://arxiv.org/abs/2208.00733v1',\n", - " 'http://arxiv.org/pdf/2208.00733v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/2208.00733v1',\n", - " 'primary_category': 'cs.ET',\n", - " 'published': '2022-08-01 10:36:13',\n", - " 'summary': 'This article highlights quantum '\n", - " 'Internet computing as referring '\n", - " 'todistributed quantum computing '\n", - " 'over the quantum Internet, '\n", - " 'analogous to(classical) Internet '\n", - " 'computing involving (classical) '\n", - " 'distributed computing overthe '\n", - " '(classical) Internet. Relevant to '\n", - " 'quantum Internet computing would '\n", - " 'be areasof study such as quantum '\n", - " 'protocols for distributed nodes '\n", - " 'using quantuminformation for '\n", - " 'computations, quantum cloud '\n", - " 'computing, delegated '\n", - " 'verifiableblind or private '\n", - " 'computing, non-local gates, and '\n", - " 'distributed quantumapplications, '\n", - " 'over Internet-scale distances.',\n", - " 'title': 'The Rise of Quantum Internet '\n", - " 'Computing',\n", - " 'updated': '2022-08-01 10:36:13'},\n", - " {'authors': ['Seth Lloyd'],\n", - " 'categories': ['quant-ph'],\n", - " 'comment': '9 pages, plain TeX, article from '\n", - " '1998 conference proceedings\\n'\n", - " ' proposing fermionic quantum '\n", - " 'computers',\n", - " 'doi': None,\n", - " 'entry_id': 'http://arxiv.org/abs/quant-ph/0003151v1',\n", - " 'journal_ref': 'in `Unconventional Models of '\n", - " \"Computation,' C.S. Calude, J. \"\n", - " 'Casti,\\n'\n", - " ' M.J. Dinneen, eds., '\n", - " 'Springer, Singapore, 1998',\n", - " 'links': ['http://arxiv.org/abs/quant-ph/0003151v1',\n", - " 'http://arxiv.org/pdf/quant-ph/0003151v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0003151v1',\n", - " 'primary_category': 'quant-ph',\n", - " 'published': '2000-03-31 22:07:23',\n", - " 'summary': 'This paper investigates a variety '\n", - " 'of unconventional quantum '\n", - " 'computationdevices, including '\n", - " 'fermionic quantum computers and '\n", - " 'computers that exploitnonlinear '\n", - " 'quantum mechanics. It is shown '\n", - " 'that unconventional quantum '\n", - " 'computingdevices can in principle '\n", - " 'compute some quantities more '\n", - " \"rapidly than`conventional' quantum \"\n", - " 'computers.',\n", - " 'title': 'Unconventional Quantum Computing '\n", - " 'Devices',\n", - " 'updated': '2000-03-31 22:07:23'}]},\n", - " {'result': [{'authors': ['Shiqi Gong',\n", - " 'Shuaiqiang Liu',\n", - " 'Danny D. Sun'],\n", - " 'categories': ['q-fin.PM'],\n", - " 'comment': '35 pages, 7 figures, 6 tables',\n", - " 'doi': None,\n", - " 'entry_id': 'http://arxiv.org/abs/2306.02764v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://arxiv.org/abs/2306.02764v1',\n", - " 'http://arxiv.org/pdf/2306.02764v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/2306.02764v1',\n", - " 'primary_category': 'q-fin.PM',\n", - " 'published': '2023-06-05 10:40:53',\n", - " 'summary': 'Market making plays a crucial role '\n", - " 'in providing liquidity and '\n", - " 'maintainingstability in financial '\n", - " 'markets, making it an essential '\n", - " 'component ofwell-functioning '\n", - " 'capital markets. Despite its '\n", - " 'importance, there is '\n", - " 'limitedresearch on market making '\n", - " 'in the Chinese stock market, which '\n", - " 'is one of thelargest and most '\n", - " 'rapidly growing markets globally. '\n", - " 'To address this gap, weemploy an '\n", - " 'optimal market making framework '\n", - " 'with an exponential '\n", - " 'CARA-type(Constant Absolute Risk '\n", - " 'Aversion) utility function that '\n", - " 'accounts for variousmarket '\n", - " 'conditions, such as price drift, '\n", - " 'volatility, and stamp duty, and '\n", - " 'iscapable of describing 3 major '\n", - " 'risks (i.e., inventory, execution '\n", - " 'and adverseselection risks) in '\n", - " 'market making practice, and '\n", - " 'provide an in-depthquantitative '\n", - " 'and scenario analysis of market '\n", - " 'making in the Chinese stockmarket. '\n", - " 'Our numerical experiments explore '\n", - " 'the impact of volatility on '\n", - " \"themarket maker's inventory. \"\n", - " 'Furthermore, we find that the '\n", - " 'stamp duty rate is acritical '\n", - " 'factor in market making, with a '\n", - " 'negative impact on both the profit '\n", - " 'ofthe market maker and the '\n", - " 'liquidity of the market. '\n", - " 'Additionally, our '\n", - " 'analysisemphasizes the '\n", - " 'significance of accurately '\n", - " 'estimating stock drift for '\n", - " 'managinginventory and adverse '\n", - " 'selection risks effectively and '\n", - " 'enhancing profit for themarket '\n", - " 'maker. These findings offer '\n", - " 'valuable insights for both market '\n", - " 'makers andpolicymakers in the '\n", - " 'Chinese stock market and provide '\n", - " 'directions for furtherresearch in '\n", - " 'designing effective market making '\n", - " 'strategies and policies.',\n", - " 'title': 'Optimal Market Making in the Chinese '\n", - " 'Stock Market: A Stochastic Control '\n", - " 'and Scenario Analysis',\n", - " 'updated': '2023-06-05 10:40:53'},\n", - " {'authors': ['Zhongyang Zhao',\n", - " 'Caisheng Wang',\n", - " 'Huaiwei Liao',\n", - " 'Carol J. Miller'],\n", - " 'categories': ['eess.SY', 'cs.SY'],\n", - " 'comment': '51st North American Power '\n", - " 'Symposium, October 2019',\n", - " 'doi': None,\n", - " 'entry_id': 'http://arxiv.org/abs/1910.14515v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://arxiv.org/abs/1910.14515v1',\n", - " 'http://arxiv.org/pdf/1910.14515v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/1910.14515v1',\n", - " 'primary_category': 'eess.SY',\n", - " 'published': '2019-10-31 14:55:25',\n", - " 'summary': 'A competitive wholesale '\n", - " 'electricity market consists of '\n", - " 'thousands ofinteracting market '\n", - " 'participants. Driven by the '\n", - " 'variations of fuel costs, '\n", - " 'systemloads and weathers, these '\n", - " 'market participants compete '\n", - " 'actively and behavevariously in '\n", - " 'the power market. Although '\n", - " 'electricity markets tend to become '\n", - " 'moretransparent, a large amount of '\n", - " 'market information is still not '\n", - " 'publiclyavailable to market '\n", - " 'participants. Hence, data-driven '\n", - " 'analysis based on publicdata is '\n", - " 'crucial for market participants to '\n", - " 'better understand and '\n", - " 'modellarge-scale power markets, '\n", - " 'and ultimately to perform better '\n", - " 'in power trading.While most of the '\n", - " 'previous researches related to the '\n", - " 'large-scale power marketsare based '\n", - " 'on the synthetic networks, a '\n", - " 'data-driven approach utilizing the '\n", - " 'realpower market data is proposed '\n", - " 'in this paper. First, the power '\n", - " \"plants' monthlynet generation and \"\n", - " 'capacity data are obtained from '\n", - " 'U.S. Energy '\n", - " 'InformationAdministration (EIA) '\n", - " 'and aggregated to figure out the '\n", - " 'monthly regional capacityfactors '\n", - " 'which are used to characterize the '\n", - " \"market's regional behaviors \"\n", - " 'formarket participants. Then, the '\n", - " 'regional capacity factors are '\n", - " 'analyzed againstthe metered system '\n", - " 'loads and natural gas prices to '\n", - " 'study the generationbehaviors in '\n", - " 'the power market. The analysis '\n", - " 'reveals the impacts of '\n", - " 'regionalnatural gas prices on '\n", - " 'capacity factors and the responses '\n", - " 'of generatingbehaviors to the '\n", - " 'system loads. The analysis results '\n", - " 'present the solid evidenceand '\n", - " 'rational references for market '\n", - " 'participants to model and validate '\n", - " 'thelarge-scale power market in the '\n", - " 'future.',\n", - " 'title': 'Data-driven Analysis of Regional '\n", - " 'Capacity Factors in a Large-Scale '\n", - " 'Power Market: A Perspective from '\n", - " 'Market Participants',\n", - " 'updated': '2019-10-31 14:55:25'}]},\n", - " {'result': [{'authors': ['Peter Lodahl'],\n", - " 'categories': ['quant-ph'],\n", - " 'comment': None,\n", - " 'doi': None,\n", - " 'entry_id': 'http://arxiv.org/abs/1707.02094v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://arxiv.org/abs/1707.02094v1',\n", - " 'http://arxiv.org/pdf/1707.02094v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/1707.02094v1',\n", - " 'primary_category': 'quant-ph',\n", - " 'published': '2017-07-07 09:19:15',\n", - " 'summary': 'Quantum dots embedded in photonic '\n", - " 'nanostructures have in recent '\n", - " 'years provento be a very powerful '\n", - " 'solid-state platform for quantum '\n", - " 'optics experiments. Thecombination '\n", - " 'of near-unity radiative coupling '\n", - " 'of a single quantum dot to '\n", - " 'aphotonic mode and the ability to '\n", - " 'eliminate decoherence processes '\n", - " 'imply that anunprecedented '\n", - " 'light-matter interface can be '\n", - " 'obtained. As a '\n", - " 'result,high-cooperativity '\n", - " 'photon-emitter quantum interfaces '\n", - " 'can be constructed openinga '\n", - " 'path-way to deterministic photonic '\n", - " 'quantum gates for '\n", - " 'quantum-informationprocessing '\n", - " 'applications. In the present '\n", - " 'manuscript, I review '\n", - " 'currentstate-of-the-art on quantum '\n", - " 'dot devices and their applications '\n", - " 'for quantumtechnology. The '\n", - " 'overarching long-term goal of the '\n", - " 'research field is toconstruct '\n", - " 'photonic quantum networks where '\n", - " 'remote entanglement can '\n", - " 'bedistributed over long distances '\n", - " 'by photons.',\n", - " 'title': 'Quantum-dot based photonic quantum '\n", - " 'networks',\n", - " 'updated': '2017-07-07 09:19:15'},\n", - " {'authors': ['Ruo Peng Wang'],\n", - " 'categories': ['quant-ph'],\n", - " 'comment': '3 figures',\n", - " 'doi': None,\n", - " 'entry_id': 'http://arxiv.org/abs/quant-ph/0407030v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://arxiv.org/abs/quant-ph/0407030v1',\n", - " 'http://arxiv.org/pdf/quant-ph/0407030v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/quant-ph/0407030v1',\n", - " 'primary_category': 'quant-ph',\n", - " 'published': '2004-07-05 08:43:07',\n", - " 'summary': 'I show that the photon pairs used '\n", - " 'in experimental tests of '\n", - " 'quantumnon-locality based on '\n", - " \"Bell's theorem are not in the \"\n", - " 'entangled quantum state.The '\n", - " 'correct quantum state of the '\n", - " \"``entangled'' photon pairs is \"\n", - " 'suggested. Twoexperiments for '\n", - " 'testing this quantum state are '\n", - " 'proposed.',\n", - " 'title': 'Quantum State of Entangled Photon '\n", - " 'Pairs',\n", - " 'updated': '2004-07-05 08:43:07'}]},\n", - " {'result': [{'authors': ['Pierre Paleo',\n", - " 'Alessandro Mirone'],\n", - " 'categories': ['physics.comp-ph', 'cs.CV'],\n", - " 'comment': 'IUCR template, preprint mode, 35 '\n", - " 'figures',\n", - " 'doi': '10.1107/S1600577515010176',\n", - " 'entry_id': 'http://arxiv.org/abs/1502.01480v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://dx.doi.org/10.1107/S1600577515010176',\n", - " 'http://arxiv.org/abs/1502.01480v1',\n", - " 'http://arxiv.org/pdf/1502.01480v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/1502.01480v1',\n", - " 'primary_category': 'physics.comp-ph',\n", - " 'published': '2015-02-05 09:51:59',\n", - " 'summary': 'We present a novel approach to '\n", - " 'handle ring artifacts correction '\n", - " 'in compressedsensing tomographic '\n", - " 'reconstruction. The correction is '\n", - " 'part of thereconstruction process, '\n", - " 'which differs from classical '\n", - " 'sinogram pre-processingand image '\n", - " 'post-processing techniques. The '\n", - " 'principle of compressed '\n", - " 'sensingtomographic reconstruction '\n", - " 'is presented. Then, we show that '\n", - " 'the ring artifactscorrection can '\n", - " 'be integrated in the '\n", - " 'reconstruction problem formalism. '\n", - " 'Weprovide numerical results for '\n", - " 'both simulated and real data. This '\n", - " 'technique isincluded in the PyHST2 '\n", - " 'code which is used at the European '\n", - " 'Synchrotron RadiationFacility for '\n", - " 'tomographic reconstruction.',\n", - " 'title': 'Ring artifacts correction in '\n", - " 'compressed sensing tomographic '\n", - " 'reconstruction',\n", - " 'updated': '2015-02-05 09:51:59'},\n", - " {'authors': ['Rasmus Dalgas Kongskov',\n", - " 'Yiqiu Dong'],\n", - " 'categories': ['cs.CE'],\n", - " 'comment': None,\n", - " 'doi': None,\n", - " 'entry_id': 'http://arxiv.org/abs/1708.06912v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://arxiv.org/abs/1708.06912v1',\n", - " 'http://arxiv.org/pdf/1708.06912v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/1708.06912v1',\n", - " 'primary_category': 'cs.CE',\n", - " 'published': '2017-08-23 08:08:47',\n", - " 'summary': 'Decomposition of tomographic '\n", - " 'reconstructions has many different '\n", - " 'practicalapplication. We propose '\n", - " 'two new reconstruction methods '\n", - " 'that combines the taskof '\n", - " 'tomographic reconstruction with '\n", - " 'object decomposition. We '\n", - " 'demonstrate thesereconstruction '\n", - " 'methods in the context of '\n", - " 'decomposing directional objects '\n", - " 'intovarious directional '\n", - " 'components. Furthermore we propose '\n", - " 'a method for estimatingthe main '\n", - " 'direction in a directional object, '\n", - " 'directly from the measured '\n", - " 'computedtomography data. We '\n", - " 'demonstrate all the proposed '\n", - " 'methods on simulated and '\n", - " 'realsamples to show their '\n", - " 'practical applicability. The '\n", - " 'numerical tests show '\n", - " 'thatdecomposition and '\n", - " 'reconstruction can combined to '\n", - " 'achieve a highly usefulfibre-crack '\n", - " 'decomposition.',\n", - " 'title': 'Tomographic Reconstruction Methods '\n", - " 'for Decomposing Directional '\n", - " 'Components',\n", - " 'updated': '2017-08-23 08:08:47'}]},\n", - " {'result': [{'authors': ['Liang Liu',\n", - " 'Hongwei Qin',\n", - " 'Jifan Hu'],\n", - " 'categories': ['cond-mat.mes-hall'],\n", - " 'comment': '11 pages, 8 figures',\n", - " 'doi': None,\n", - " 'entry_id': 'http://arxiv.org/abs/1904.04991v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://arxiv.org/abs/1904.04991v1',\n", - " 'http://arxiv.org/pdf/1904.04991v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/1904.04991v1',\n", - " 'primary_category': 'cond-mat.mes-hall',\n", - " 'published': '2019-04-10 03:37:14',\n", - " 'summary': 'By the means of screened exchange '\n", - " 'density functional theory, we find '\n", - " 'that thephosphorene nanoribbons '\n", - " 'with bare zigzag edges that '\n", - " 'undergo Peierls distortionis a '\n", - " 'antiferromagnetic semiconductor in '\n", - " 'which the polarized states are '\n", - " 'mainlylocalized at the edges. '\n", - " 'Under application of external '\n", - " 'electric fields, thephosphorene '\n", - " 'nanoribbons present exotic '\n", - " 'electronic structure '\n", - " 'transitionsincluding '\n", - " 'semiconducting, half-metallic, and '\n", - " 'metallic states.',\n", - " 'title': 'Exotic Electronic Property of '\n", - " 'Phosphorene Nanoribbons Driven by '\n", - " 'External Electric Field',\n", - " 'updated': '2019-04-10 03:37:14'},\n", - " {'authors': ['Young Jin Kim',\n", - " 'Ping-Han Chu',\n", - " 'Igor Savukov',\n", - " 'Shaun Newman'],\n", - " 'categories': ['hep-ex', 'physics.atom-ph'],\n", - " 'comment': '17 pages, 5 figures',\n", - " 'doi': '10.1038/s41467-019-10169-1',\n", - " 'entry_id': 'http://arxiv.org/abs/1902.00128v2',\n", - " 'journal_ref': None,\n", - " 'links': ['http://dx.doi.org/10.1038/s41467-019-10169-1',\n", - " 'http://arxiv.org/abs/1902.00128v2',\n", - " 'http://arxiv.org/pdf/1902.00128v2'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/1902.00128v2',\n", - " 'primary_category': 'hep-ex',\n", - " 'published': '2019-01-31 23:35:06',\n", - " 'summary': 'Exotic spin-dependent interactions '\n", - " 'between fermions have recently '\n", - " 'attractedattention in relation to '\n", - " 'theories beyond the Standard '\n", - " 'Model. The exoticinteractions can '\n", - " 'be mediated by hypothetical '\n", - " 'fundamental bosons which '\n", - " 'mayexplain several unsolved '\n", - " 'mysteries in physics. Here we '\n", - " 'expand this area ofresearch by '\n", - " 'probing an exotic parity-odd spin- '\n", - " 'and velocity-dependentinteraction '\n", - " 'between the axial-vector electron '\n", - " 'coupling and the vector '\n", - " 'nucleoncoupling for polarized '\n", - " 'electrons. This experiment '\n", - " 'utilizes a high-sensitivityatomic '\n", - " 'magnetometer, based on an '\n", - " 'optically polarized vapor that is '\n", - " 'a source ofpolarized electrons, '\n", - " 'and a solid-state mass containing '\n", - " 'unpolarized nucleons.The atomic '\n", - " 'magnetometer can detect an '\n", - " 'effective magnetic field induced '\n", - " 'by theexotic interaction between '\n", - " 'unpolarized nucleons and polarized '\n", - " 'electrons. We setan experimental '\n", - " 'limit on the electron-nucleon '\n", - " 'coupling '\n", - " '$g_\\\\text{A}^\\\\text{e}g_\\\\text{V}^\\\\text{N}<$ '\n", - " '$10^{-30}$ at the mediator boson '\n", - " 'mass below $10^{-4}$ '\n", - " 'eV,significantly improving the '\n", - " 'current limit by up to 17 orders '\n", - " 'of magnitude.',\n", - " 'title': 'Experimental limit on an exotic '\n", - " 'parity-odd spin- and '\n", - " 'velocity-dependent interaction using '\n", - " 'an optically polarized vapor',\n", - " 'updated': '2019-04-24 21:40:25'}]},\n", - " {'result': [{'authors': ['R. Jackiw'],\n", - " 'categories': ['hep-th'],\n", - " 'comment': '13 pages, LaTeX with 2 figures '\n", - " '(available from author), MIT-CTP '\n", - " '#2371',\n", - " 'doi': None,\n", - " 'entry_id': 'http://arxiv.org/abs/hep-th/9410151v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://arxiv.org/abs/hep-th/9410151v1',\n", - " 'http://arxiv.org/pdf/hep-th/9410151v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/hep-th/9410151v1',\n", - " 'primary_category': 'hep-th',\n", - " 'published': '1994-10-20 20:21:54',\n", - " 'summary': '25th anniversary and new building '\n", - " 'dedication Centre de '\n", - " \"RecherchesMath\\\\'{e}matiques \"\n", - " \"Montr\\\\'{e}al, Canada, October \"\n", - " '1994',\n", - " 'title': 'My Encounters --- as a Physicist --- '\n", - " 'with Mathematics',\n", - " 'updated': '1994-10-20 20:21:54'},\n", - " {'authors': ['R. Jackiw'],\n", - " 'categories': ['hep-th',\n", - " 'hep-ph',\n", - " 'physics.hist-ph',\n", - " 'quant-ph'],\n", - " 'comment': 'Email correspondence to '\n", - " 'jackiw@mitlns.mit.edu ; 4 pages, '\n", - " 'LaTeX',\n", - " 'doi': '10.1073/pnas.95.22.12776',\n", - " 'entry_id': 'http://arxiv.org/abs/hep-th/9709212v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://dx.doi.org/10.1073/pnas.95.22.12776',\n", - " 'http://arxiv.org/abs/hep-th/9709212v1',\n", - " 'http://arxiv.org/pdf/hep-th/9709212v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/hep-th/9709212v1',\n", - " 'primary_category': 'hep-th',\n", - " 'published': '1997-09-29 20:50:54',\n", - " 'summary': 'The present-day crisis in quantum '\n", - " 'field theory is described.',\n", - " 'title': 'What is quantum field theory and why '\n", - " 'have some physicists abandoned it?',\n", - " 'updated': '1997-09-29 20:50:54'}]},\n", - " {'result': [{'authors': ['Maximilian Russ', 'Guido Burkard'],\n", - " 'categories': ['cond-mat.mes-hall'],\n", - " 'comment': '42 pages, 13 figures',\n", - " 'doi': '10.1088/1361-648X/aa761f',\n", - " 'entry_id': 'http://arxiv.org/abs/1611.09106v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://dx.doi.org/10.1088/1361-648X/aa761f',\n", - " 'http://arxiv.org/abs/1611.09106v1',\n", - " 'http://arxiv.org/pdf/1611.09106v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/1611.09106v1',\n", - " 'primary_category': 'cond-mat.mes-hall',\n", - " 'published': '2016-11-28 13:21:43',\n", - " 'summary': 'The goal of this article is to '\n", - " 'review the progress of '\n", - " 'three-electron spinqubits from '\n", - " 'their inception to the state of '\n", - " 'the art. We direct the main '\n", - " 'focustowards the resonant exchange '\n", - " '(RX) qubit and the exchange-only '\n", - " 'qubit, but wealso discuss other '\n", - " 'qubit implementations using three '\n", - " 'electron spins. For eachthree-spin '\n", - " 'qubit we describe the qubit model, '\n", - " 'the physical realization, '\n", - " 'theimplementations of single-qubit '\n", - " 'operations, as well as the '\n", - " 'read-out andinitialization '\n", - " 'schemes. Two-qubit gates and '\n", - " 'decoherence properties '\n", - " 'arediscussed for the RX qubit and '\n", - " 'the exchange-only qubit, thereby, '\n", - " 'completing thelist of requirements '\n", - " 'for a viable candidate qubit '\n", - " 'implementation for '\n", - " 'quantumcomputation. We start with '\n", - " 'describing the full system of '\n", - " 'three electrons in atriple quantum '\n", - " 'dot, then discuss the '\n", - " 'charge-stability diagram and '\n", - " 'restrictourselves to the relevant '\n", - " 'subsystem, introduce the qubit '\n", - " 'states, and discussimportant '\n", - " 'transitions to other charge '\n", - " 'states. Introducing the various '\n", - " 'qubitimplementations, we begin '\n", - " 'with the exchange-only qubit, '\n", - " 'followed by thespin-charge qubit, '\n", - " 'the hybrid qubit, and the RX '\n", - " 'qubit, discussing for each '\n", - " 'thesingle-qubit operations, '\n", - " 'read-out, and initialization '\n", - " 'methods, whereas the mainfocus '\n", - " 'will be on the RX qubit, whose '\n", - " 'single-qubit operations are '\n", - " 'realized bydriving the qubit at '\n", - " 'its resonant frequency in the '\n", - " 'microwave range similar toelectron '\n", - " 'spin resonance. Two different '\n", - " 'types of two-qubit operations '\n", - " 'arepresented for the exchange-only '\n", - " 'and the RX qubit which can be '\n", - " 'divided intoshort-ranged and '\n", - " 'long-ranged interactions. Both of '\n", - " 'these interaction types canbe '\n", - " 'expected to be necessary in a '\n", - " 'large-scale quantum computer. We '\n", - " 'also takeinto account the '\n", - " 'decoherence of the qubit through '\n", - " 'the influence of magneticnoise as '\n", - " 'well as dephasing due to charge '\n", - " 'noise.',\n", - " 'title': 'Three-electron spin qubits',\n", - " 'updated': '2016-11-28 13:21:43'},\n", - " {'authors': ['Sam Young Cho', 'Mun Dae Kim'],\n", - " 'categories': ['cond-mat.supr-con',\n", - " 'cond-mat.mes-hall'],\n", - " 'comment': '5 pages, 1 figure',\n", - " 'doi': '10.1103/PhysRevB.77.212506',\n", - " 'entry_id': 'http://arxiv.org/abs/cond-mat/0703505v1',\n", - " 'journal_ref': 'Phys. Rev. B 77, 212506 (2008)',\n", - " 'links': ['http://dx.doi.org/10.1103/PhysRevB.77.212506',\n", - " 'http://arxiv.org/abs/cond-mat/0703505v1',\n", - " 'http://arxiv.org/pdf/cond-mat/0703505v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/cond-mat/0703505v1',\n", - " 'primary_category': 'cond-mat.supr-con',\n", - " 'published': '2007-03-20 02:20:35',\n", - " 'summary': 'Superconducting flux qubits are '\n", - " 'considered to investigate '\n", - " 'macroscopicmany-qubit '\n", - " 'interactions. Many-qubit states '\n", - " 'based on current states can be '\n", - " 'manipulated through '\n", - " 'thecurrent-phase relation in each '\n", - " 'superconducting loop. For flux '\n", - " 'qubit systems comprised of $N$ '\n", - " 'qubit loops, a general expression '\n", - " 'oflow energy Hamiltonian is '\n", - " 'presented in terms of low energy '\n", - " 'levels of qubits andmacroscopic '\n", - " 'quantum tunnelings between the '\n", - " 'many-qubit states. Many-qubit '\n", - " 'interactions classified by {\\\\em '\n", - " 'Ising type- or '\n", - " 'tunnel-}exchangeinteractions can '\n", - " 'be observable experimentally. '\n", - " 'Flux qubit systems can provide '\n", - " 'various artificial-spin systems to '\n", - " 'studymany-body systems that cannot '\n", - " 'be found naturally.',\n", - " 'title': 'Macroscopic Many-Qubit Interactions '\n", - " 'in Superconducting Flux Qubits',\n", - " 'updated': '2007-03-20 02:20:35'}]},\n", - " {'result': [{'authors': ['Henry Cohn'],\n", - " 'categories': ['math.MG', 'math.NT'],\n", - " 'comment': '24 pages, 9 figures',\n", - " 'doi': '10.1090/noti1474',\n", - " 'entry_id': 'http://arxiv.org/abs/1611.01685v1',\n", - " 'journal_ref': 'Notices Amer. Math. Soc. 64 '\n", - " '(2017), no. 2, 102-115',\n", - " 'links': ['http://dx.doi.org/10.1090/noti1474',\n", - " 'http://arxiv.org/abs/1611.01685v1',\n", - " 'http://arxiv.org/pdf/1611.01685v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/1611.01685v1',\n", - " 'primary_category': 'math.MG',\n", - " 'published': '2016-11-05 18:16:28',\n", - " 'summary': 'This expository paper describes '\n", - " \"Viazovska's breakthrough solution \"\n", - " 'of thesphere packing problem in '\n", - " 'eight dimensions, as well as its '\n", - " 'extension totwenty-four dimensions '\n", - " 'by Cohn, Kumar, Miller, Radchenko, '\n", - " 'and Viazovska.',\n", - " 'title': 'A conceptual breakthrough in sphere '\n", - " 'packing',\n", - " 'updated': '2016-11-05 18:16:28'},\n", - " {'authors': ['Jesper W. Schneider',\n", - " 'Rodrigo Costas'],\n", - " 'categories': ['cs.DL'],\n", - " 'comment': 'Accepted for publication in '\n", - " 'Journal of the Association for\\n'\n", - " ' Information Science and '\n", - " 'Technology',\n", - " 'doi': None,\n", - " 'entry_id': 'http://arxiv.org/abs/1512.01388v1',\n", - " 'journal_ref': None,\n", - " 'links': ['http://arxiv.org/abs/1512.01388v1',\n", - " 'http://arxiv.org/pdf/1512.01388v1'],\n", - " 'pdf_downloaded': None,\n", - " 'pdf_url': 'http://arxiv.org/pdf/1512.01388v1',\n", - " 'primary_category': 'cs.DL',\n", - " 'published': '2015-12-04 12:33:07',\n", - " 'summary': 'The article presents three '\n", - " 'advanced citation-based methods '\n", - " 'used to detectpotential '\n", - " 'breakthrough papers among very '\n", - " 'highly cited papers. We approach '\n", - " 'thedetection of such papers from '\n", - " 'three different perspectives in '\n", - " 'order to providedifferent '\n", - " 'typologies of breakthrough papers. '\n", - " 'In all three cases we use '\n", - " 'theclassification of scientific '\n", - " 'publications developed at CWTS '\n", - " 'based on directcitation '\n", - " 'relationships. This classification '\n", - " 'establishes clusters of papers '\n", - " 'atthree levels of aggregation. '\n", - " 'Papers are clustered based on '\n", - " 'their similarcitation orientations '\n", - " 'and it is assumed that they are '\n", - " 'focused on similarresearch '\n", - " 'interests. We use the clustering '\n", - " 'as the context for '\n", - " 'detectingpotential breakthrough '\n", - " 'papers. We utilize the '\n", - " 'Characteristics Scores and '\n", - " 'Scales(CSS) approach to partition '\n", - " 'citation distributions and '\n", - " 'implement a specificfiltering '\n", - " 'algorithm to sort out potential '\n", - " 'highly-cited followers, papers '\n", - " 'notconsidered breakthroughs in '\n", - " 'themselves. After invoking '\n", - " 'thresholds andfiltering, three '\n", - " 'methods are explored: A very '\n", - " 'exclusive one where only '\n", - " 'thehighest cited paper in a '\n", - " 'micro-cluster is considered as a '\n", - " 'potentialbreakthrough paper (M1); '\n", - " 'as well as two conceptually '\n", - " 'different methods, onethat detects '\n", - " 'potential breakthrough papers '\n", - " 'among the two percent highest '\n", - " 'citedpapers according to CSS '\n", - " '(M2a), and finally a more '\n", - " 'restrictive version where, '\n", - " 'inaddition to the CSS two percent '\n", - " 'filter, knowledge diffusion is '\n", - " 'also taken in asan extra parameter '\n", - " '(M2b). The advance citation-based '\n", - " 'methods are explored andevaluated '\n", - " 'using specifically validated '\n", - " 'publication sets linked to '\n", - " 'differentDanish funding '\n", - " 'instruments including centres of '\n", - " 'excellence.',\n", - " 'title': 'Identifying potential breakthrough '\n", - " 'publications using refined citation '\n", - " 'analyses: Three related explorative '\n", - " 'approaches',\n", - " 'updated': '2015-12-04 12:33:07'}]}]}\n" + "{'result': [{'authors': ['Ilkka Rautiainen',\n", + " 'Lauri Parviainen',\n", + " 'Veera Jakoaho',\n", + " 'Sami Äyrämö',\n", + " 'Jukka-Pekka Kauppi'],\n", + " 'categories': ['cs.CY', 'J.3'],\n", + " 'comment': '29 pages, 15 figures',\n", + " 'doi': None,\n", + " 'entry_id': 'http://arxiv.org/abs/2304.06143v1',\n", + " 'journal_ref': None,\n", + " 'links': ['http://arxiv.org/abs/2304.06143v1',\n", + " 'http://arxiv.org/pdf/2304.06143v1'],\n", + " 'pdf_downloaded': None,\n", + " 'pdf_url': 'http://arxiv.org/pdf/2304.06143v1',\n", + " 'primary_category': 'cs.CY',\n", + " 'published': '2023-03-30 12:33:32',\n", + " 'summary': 'We propose a new model for comprehensively monitoring '\n", + " 'the health status ofindividuals by calculating a '\n", + " 'personal health index. The central framework ofthe '\n", + " 'model is the International Classification of '\n", + " 'Functioning, Disability andHealth (ICF) developed by '\n", + " 'the World Health Organization. The model is capableof '\n", + " 'handling incomplete and heterogeneous data sets '\n", + " 'collected using differenttechniques. The health index '\n", + " 'was validated by comparing it to two '\n", + " 'self-assessedhealth measures provided by individuals '\n", + " 'undergoing rehabilitation. Resultsindicate that the '\n", + " 'model yields valid health index outcomes, suggesting '\n", + " 'that theproposed model is applicable in practice.',\n", + " 'title': 'Utilizing the International Classification of '\n", + " 'Functioning, Disability and Health (ICF) in forming a '\n", + " 'personal health index',\n", + " 'updated': '2023-03-30 12:33:32'},\n", + " {'authors': ['Victor Rivera'],\n", + " 'categories': ['cs.SE', 'cs.CR'],\n", + " 'comment': None,\n", + " 'doi': None,\n", + " 'entry_id': 'http://arxiv.org/abs/2006.06933v1',\n", + " 'journal_ref': None,\n", + " 'links': ['http://arxiv.org/abs/2006.06933v1',\n", + " 'http://arxiv.org/pdf/2006.06933v1'],\n", + " 'pdf_downloaded': None,\n", + " 'pdf_url': 'http://arxiv.org/pdf/2006.06933v1',\n", + " 'primary_category': 'cs.SE',\n", + " 'published': '2020-06-12 03:47:59',\n", + " 'summary': 'My Health Record system is the Australian '\n", + " \"Government's digital health recordsystem that holds \"\n", + " 'My Health Record. My Health Record is a secure online '\n", + " \"healthrecord containing consumers' health \"\n", + " 'information. The system aims to providehealth care '\n", + " 'professionals with access to key health information, '\n", + " 'e.g. listingmedicines, allergies and key diagnoses; '\n", + " 'radiology and pathology test results.The system '\n", + " '(previously named Personally Controlled Electronic '\n", + " 'Health Record)enables consumers to decide how to '\n", + " 'share information with any of their healthcare '\n", + " 'providers who are registered and connected to the '\n", + " 'system. The My HealthRecord system operates under the '\n", + " 'Australian legislative framework My HealthRecords Act '\n", + " '2012. The Act establishes, inter alia, a privacy '\n", + " 'frameworkspecifying which entities can collect, use '\n", + " 'and disclose certain information inthe system and the '\n", + " 'penalties that can be imposed on improper collection, '\n", + " 'useand disclosure of this information. This paper '\n", + " 'presents the formalspecification (from the '\n", + " 'legislation) and verification of the My Health '\n", + " 'Recordregarding how consumers can control who access '\n", + " 'the information, and how thesystem adheres to such '\n", + " 'access. We rely on the correct-by-construction '\n", + " 'Event-Bmethod to prove control and access properties '\n", + " 'of the system.',\n", + " 'title': 'Formal Verification of Access Control Model for My '\n", + " 'Health Record System',\n", + " 'updated': '2020-06-12 03:47:59'}]}\n" ] } ], @@ -4137,18 +2002,11 @@ "# pretty printing the arxiv results\n", "pprint.pprint(transitions.output)\n" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { "kernelspec": { - "display_name": "julep", + "display_name": ".venv", "language": "python", "name": "python3" }, @@ -4162,7 +2020,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.2" + "version": "3.12.3" } }, "nbformat": 4, diff --git a/cookbooks/08_customer_support_chatbot.ipynb b/cookbooks/08-rag-customer-support-chatbot.ipynb similarity index 99% rename from cookbooks/08_customer_support_chatbot.ipynb rename to cookbooks/08-rag-customer-support-chatbot.ipynb index 7f9064d8d..fbcbc2dff 100644 --- a/cookbooks/08_customer_support_chatbot.ipynb +++ b/cookbooks/08-rag-customer-support-chatbot.ipynb @@ -93,7 +93,7 @@ "\n", "To recreate the notebook and see the code implementation for this task, you can access the Google Colab notebook using the link below:\n", "\n", - "\n", + "\n", " \"Open\n", "\n", "\n", @@ -140,21 +140,13 @@ "outputs": [], "source": [ "# Global UUID is generated for agent and task\n", - "from dotenv import load_dotenv\n", - "from julep import Client\n", - "import os\n", "import uuid\n", "\n", - "load_dotenv()\n", - "\n", - "\n", "# NOTE: these UUIDs are used in order not to use the `create_or_update` methods instead of\n", "# the `create` methods for the sake of not creating new resources every time a cell is run.\n", - "AGENT_UUID =\"123e4567-e89b-12d3-a456-426614174000\"\n", - "TASK_UUID = \"123e4567-e89b-12d3-a456-426614174001\"\n", - "SESSION_UUID = \"123e4567-e89b-12d3-a456-426614174002\"\n", - "JULEP_API_KEY = os.getenv(\"JULEP_API_KEY\")\n", - "SPIDER_API_KEY = os.getenv(\"SPIDER_API_KEY\")" + "AGENT_UUID = uuid.uuid4()\n", + "TASK_UUID = uuid.uuid4()\n", + "SESSION_UUID = uuid.uuid4()" ] }, { @@ -172,6 +164,10 @@ "metadata": {}, "outputs": [], "source": [ + "from julep import Client\n", + "\n", + "JULEP_API_KEY = \"YOUR_JULEP_API_KEY\"\n", + "\n", "# Create a Julep client\n", "client = Client(api_key=JULEP_API_KEY, environment=\"production\")" ] @@ -180,11 +176,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an \"agent\"\n", + "### Creating an \"agent\"\n", "\n", "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." + "To learn more about the agent, please refer to the Agent section in [Julep Concepts](https://docs.julep.ai/docs/concepts/agents)." ] }, { @@ -224,13 +220,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Defining a Task\n", + "### Defining a Task\n", "\n", "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", "\n", "You can use them to conduct complex actions by defining them step-by-step.\n", "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." + "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tasks)." ] }, { @@ -241,8 +237,29 @@ "source": [ "import yaml\n", "\n", + "spider_api_key = \"YOUR_SPIDER_API_KEY\"\n", + "\n", "task_def = yaml.safe_load(f\"\"\"\n", - "name: Crawl a website and create a agent document\n", + " # yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", + "name: Julep - Crawl a website and create a agent document\n", + "description: This task crawls a website and creates a agent document\n", + "\n", + "########################################################\n", + "####################### INPUT SCHEMA ###################\n", + "########################################################\n", + "input_schema:\n", + " type: object\n", + " properties:\n", + " url:\n", + " type: string\n", + " description: The url of the website to crawl\n", + " pages_limit:\n", + " type: integer\n", + " description: The number of pages to crawl\n", + "\n", + "########################################################\n", + "####################### TOOLS ##########################\n", + "########################################################\n", "\n", "# Define the tools that the agent will use in this workflow\n", "tools:\n", @@ -252,7 +269,7 @@ " provider: spider\n", " method: crawl\n", " setup:\n", - " spider_api_key: \"{SPIDER_API_KEY}\"\n", + " spider_api_key: \"{spider_api_key}\"\n", "\n", "- name : create_agent_doc\n", " description: Create an agent doc\n", @@ -262,81 +279,92 @@ " subresource: doc\n", " operation: create\n", "\n", - "index_page:\n", + "########################################################\n", + "####################### SUB WORKFLOWS ##########################\n", + "########################################################\n", "\n", + "index_page:\n", + "# Step 0: Evaluate the content\n", "- evaluate:\n", - " documents: _['content']\n", + " documents: $ _['content']\n", + " label: docs\n", "\n", - "- over: \"[(_0.content, chunk) for chunk in _['documents']]\"\n", + "# Step 1: Create a new document and add it to the agent docs store\n", + "- over: $ [(steps[0].input.content, chunk) for chunk in _['documents']]\n", " parallelism: 3\n", " map:\n", " prompt: \n", " - role: user\n", " content: >-\n", + " $ f'''\n", " \n", - " {{{{_[0]}}}}\n", + " {{_[0]}} \n", " \n", "\n", " Here is the chunk we want to situate within the whole document\n", " \n", - " {{{{_[1]}}}}\n", + " {{_[1]}}\n", " \n", "\n", " Please give a short succinct context to situate this chunk within the overall document for the purposes of improving search retrieval of the chunk. \n", - " Answer only with the succinct context and nothing else. \n", + " Answer only with the succinct context and nothing else.''' \n", " \n", " unwrap: true\n", " settings:\n", " max_tokens: 16000\n", "\n", + "# Step 2: Evaluate the final chunks\n", "- evaluate:\n", " final_chunks: |\n", - " [\n", - " NEWLINE.join([chunk, succint]) for chunk, succint in zip(_1.documents, _)\n", + " $ [\n", + " NEWLINE.join([chunk, succint]) for chunk, succint in zip(steps['docs'].output.documents, _)\n", " ]\n", "\n", - "# Create a new document and add it to the agent docs store\n", - "- over: _['final_chunks']\n", + "# Step 3: Create a new document and add it to the agent docs store\n", + "- over: $ _['final_chunks']\n", " parallelism: 3\n", " map:\n", " tool: create_agent_doc\n", " arguments:\n", - " agent_id: \"'{agent.id}'\"\n", + " agent_id: $ str(agent.id)\n", " data:\n", " metadata:\n", - " source: \"'spider_crawler'\"\n", + " source: spider_crawler\n", + " title: Website Document\n", + " content: $ _\n", "\n", - " title: \"'Quickblox Website'\"\n", - " content: _\n", + "########################################################\n", + "####################### MAIN WORKFLOW ##################\n", + "########################################################\n", "\n", - "# Define the steps of the workflow\n", "main:\n", "\n", - "# Define a tool call step that calls the spider_crawler tool with the url input\n", + "# Step 0: Define a tool call step that calls the spider_crawler tool with the url input\n", "- tool: spider_crawler\n", " arguments:\n", - " url: \"_['url']\" # You can also use 'inputs[0]['url']'\n", + " url: $ _['url'] # You can also use steps[0].input.url\n", " params:\n", - " request: \"'smart_mode'\"\n", - " limit: _['pages_limit'] # <--- This is the number of pages to crawl (taken from the input of the task)\n", - " return_format: \"'markdown'\"\n", - " proxy_enabled: \"True\"\n", - " filter_output_images: \"True\" # <--- This is to execlude images from the output\n", - " filter_output_svg: \"True\" # <--- This is to execlude svg from the output\n", - " # filter_output_main_only: \"True\"\n", - " readability: \"True\" # <--- This is to make the output more readable\n", - " sitemap: \"True\" # <--- This is to crawl the sitemap\n", + " request: chrome\n", + " limit: $ _['pages_limit'] # <--- This is the number of pages to crawl (taken from the input of the task)\n", + " return_format: markdown\n", + " proxy_enabled: $ True\n", + " fingerprint: $ True\n", + " respect_robots: $ False\n", + " filter_output_images: $ True # <--- This is to execlude images from the output\n", + " filter_output_svg: $ True # <--- This is to execlude svg from the output\n", + " readability: $ True # <--- This is to make the output more readable\n", + " sitemap: $ True # <--- This is the sitemap option\n", " chunking_alg: # <--- Using spider's bysentence algorithm to chunk the output\n", - " type: \"'bysentence'\"\n", - " value: \"15\" # <--- This is the number of sentences per chunk\n", + " type: bysentence\n", + " value: $ 15 # <--- This is the number of sentences per chunk\n", "\n", - "# Evaluate step to document chunks\n", + "# Step 1: Evaluate step to document chunks\n", "- foreach:\n", - " in: _['result']\n", + " in: $ _['result']\n", " do:\n", " workflow: index_page\n", " arguments:\n", - " content: _.content\n", + " content: $ _.content\n", "\"\"\")\n" ] }, @@ -345,15 +373,11 @@ "metadata": {}, "source": [ "Notes:\n", - "- The reason for using the quadruple curly braces `{{{{}}}}` for the jinja template is to avoid conflicts with the curly braces when using the `f` formatted strings in python. [More information here](https://stackoverflow.com/questions/64493332/jinja-templating-in-airflow-along-with-formatted-text)\n", - "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating a task" + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." ] }, { @@ -374,9 +398,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating an Execution (Starting from the Homepage)\n", + "### Creating an Execution\n", + "\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", "\n", - "An execution is a single run of a task. It is a way to run a task with a specific set of inputs." + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." ] }, { diff --git a/cookbooks/09_companion_agent.ipynb b/cookbooks/09-companion-agent.ipynb similarity index 81% rename from cookbooks/09_companion_agent.ipynb rename to cookbooks/09-companion-agent.ipynb index e6b5d774d..616dfd68f 100644 --- a/cookbooks/09_companion_agent.ipynb +++ b/cookbooks/09-companion-agent.ipynb @@ -145,7 +145,7 @@ "\n", "To recreate the notebook and see the code implementation for this task, you can access the Google Colab notebook using the link below:\n", "\n", - "\n", + "\n", " \"Open\n", "\n", "\n", @@ -213,7 +213,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Creating Julep Client with the API Key\n", + "### Creating Julep Client with the API Key\n", "\n", "Get your API key from [here](https://dashboard.julep.ai/)" ] @@ -232,12 +232,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Creating an Agent\n", - "\n", + "### Creating an \"agent\"\n", "\n", "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." + "To learn more about the agent, please refer to the Agent section in [Julep Concepts](https://docs.julep.ai/docs/concepts/agents)." ] }, { @@ -251,7 +250,6 @@ "about = \"A girl who's interested in chatting with people. Likes going out and partying in night clubs.\"\n", "instructions = \"Keep your responses short and concise.\"\n", "\n", - "\n", "# Create the agent\n", "agent = client.agents.create_or_update(\n", " agent_id=AGENT_UUID,\n", @@ -275,7 +273,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Creating a user" + "### Creating an \"user\"\n", + "\n", + "User is the object to which used to store the user's information.\n", + "\n", + "To learn more about the user, please refer to the User section in [Julep Concepts](https://docs.julep.ai/docs/concepts/users)." ] }, { @@ -303,7 +305,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Creating a session" + "### Creating an \"session\"\n", + "\n", + "Session is the object to which used to store the session's information.\n", + "\n", + "To learn more about the session, please refer to the Session section in [Julep Concepts](https://docs.julep.ai/docs/concepts/sessions)." ] }, { @@ -341,13 +347,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Defining the Task\n", + "### Defining a Task\n", "\n", "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", "\n", "You can use them to conduct complex actions by defining them step-by-step.\n", "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." + "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/tasks)." ] }, { @@ -358,10 +364,30 @@ "source": [ "# Defining the task to generate a story line for the agent\n", "task_def_1 = yaml.safe_load('''\n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", "name: Generate a Story line for the agent\n", + "description: Generate a story line for the agent\n", + "\n", + "########################################################\n", + "################### INPUT SCHEMA #######################\n", + "########################################################\n", + "\n", + "input_schema:\n", + " type: object\n", + " properties:\n", + " agent_id:\n", + " type: string\n", + " description: The id of the agent\n", + " user_ppid:\n", + " type: string\n", + " description: The ppid of the user\n", "\n", + "########################################################\n", + "################### TOOLS ##############################\n", + "########################################################\n", "tools:\n", "\n", + "# Define the tools that the task will use in this workflow\n", "- name: get_agent\n", " description: Get a julep agent by id\n", " type: system\n", @@ -394,24 +420,31 @@ " subresource: doc\n", " operation: create\n", "\n", + "########################################################\n", + "################### MAIN WORKFLOW ######################\n", + "########################################################\n", + "\n", "main:\n", - " \n", + "# Step 0: Get the agent from the agent id\n", "- tool: get_agent\n", " arguments:\n", - " agent_id: inputs[0]['agent_id']\n", - " \n", + " agent_id: $ steps[0].input.agent_id\n", + "\n", + "# Step 1: Get the user from the user ppid\n", "- tool: list_users\n", " arguments:\n", - " limit: \"1\"\n", - " sort_by: \"'created_at'\"\n", - " direction: \"'desc'\"\n", + " limit: $ 1\n", + " sort_by: created_at\n", + " direction: desc\n", " metadata_filter:\n", - " ppid: inputs[0]['user_ppid']\n", + " ppid: $ steps[0].input.user_ppid\n", "\n", + "# Step 2: Evaluate the output of the list_users tool\n", "- evaluate:\n", - " agent: outputs[0]\n", - " user: _[0]\n", + " agent: $ steps[0].output\n", + " user: $ _[0]\n", "\n", + "# Step 3: Prompt the LLM to generate the story line\n", "- prompt:\n", " - role: system\n", " content: |-\n", @@ -447,28 +480,68 @@ "\n", " - role: user\n", " content: |-\n", - " Companion's name: {{outputs[2]['agent']['name']}}\n", - " Companion's about: {{outputs[2]['agent']['about']}}\n", - " Companion's instructions: {{outputs[2]['agent']['instructions']}}\n", - " User's name: {{outputs[2]['user']['name']}}\n", - " User's about: {{outputs[2]['user']['about']}}\n", + " $ f\"\"\"\n", + " Companion's name: {steps[2].outputs.agent['name']}\n", + " Companion's about: {steps[2].outputs.agent['about']}\n", + " Companion's instructions: {steps[2].outputs.agent['instructions']}\n", + " User's name: {steps[2].outputs.user['name']}\n", + " User's about: {steps[2].outputs.user['about']}\n", + " \"\"\"\n", " unwrap: true\n", - " \n", + "\n", + "# Step 4: Create the agent doc\n", "- tool: create_agent_doc\n", " arguments:\n", - " agent_id: inputs[0]['agent_id']\n", + " agent_id: $ steps[0].input.agent_id\n", " data:\n", - " title: \"'Companion Storyline'\"\n", - " content: _\n", - "''')\n", - "\n", + " title: Companion Storyline\n", + " content: $ _\n", + "''')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Notes:\n", + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ "# creating the task object\n", "task_agent_storyline = client.tasks.create_or_update(\n", " task_id=TASK_UUID_1,\n", " agent_id=AGENT_UUID,\n", " **task_def_1,\n", - ")\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Creating an Execution\n", + "\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", "\n", + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ "# creating the execution\n", "execution_1 = client.executions.create(\n", " task_id=TASK_UUID_1,\n", @@ -483,13 +556,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Monitoring the execution" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "### Checking execution details and output\n", + "\n", "There are multiple ways to get the execution details and the output:\n", "\n", "1. **Get Execution Details**: This method retrieves the details of the execution, including the output of the last transition that took place.\n", @@ -725,10 +793,29 @@ "source": [ "# Defining the task to update the session situation based on the history of the session and the user input\n", "task_def_2 = yaml.safe_load('''\n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", "name: Update the session situation based on the history of the session and the user input\n", + "description: Update the session situation based on the history of the session and the user input\n", "\n", - "tools:\n", + "########################################################\n", + "################### INPUT SCHEMA #######################\n", + "########################################################\n", + "\n", + "input_schema:\n", + " type: object\n", + " properties:\n", + " session_id:\n", + " type: string\n", + " description: The id of the session\n", + " user_input:\n", + " type: string\n", + " description: The input of the user\n", + " \n", + "########################################################\n", + "################### TOOLS ##############################\n", + "########################################################\n", "\n", + "# Define the tools that the task will use in this workflow tools:\n", "- name: get_julep_session\n", " description: Get a julep session by id\n", " type: system\n", @@ -750,26 +837,31 @@ " resource: session\n", " operation: history\n", "\n", - "main:\n", + " \n", + "########################################################\n", + "################### MAIN WORKFLOW ######################\n", + "########################################################\n", "\n", - "# Get the session\n", + "main:\n", + "# Step 0: Get the session from the session id\n", "- tool: get_julep_session\n", " arguments:\n", - " session_id: inputs[0]['session_id']\n", + " session_id: $ steps[0].input.session_id\n", " \n", + "# Step 1: Evaluate the old situation of the session\n", "- evaluate:\n", - " old_situation: _['situation']\n", + " old_situation: $ _['situation']\n", "\n", - "# Get the history of the session\n", + "# Step 2: Get the history of the session\n", "- tool: history_julep_session\n", " arguments:\n", - " session_id: inputs[0]['session_id']\n", - " \n", - "# evaluate the history of the session\n", + " session_id: $ steps[0].input.session_id\n", + "\n", + "# Step 3: Evaluate the history of the session\n", "- evaluate:\n", - " history: list(entry.content[0].text for entry in _.entries)\n", + " history: $ list(entry.content[0].text for entry in _.entries)\n", "\n", - "# based on the history of the sessios and user input, generate a prompt\n", + "# Step 4: Based on the history of the sessios and user input, generate a prompt\n", "- prompt:\n", " - role: system\n", " content: |-\n", @@ -779,13 +871,14 @@ "\n", " - role: user\n", " content: |-\n", + " $ f\"\"\"\n", " The session history is:\n", - " {{_.history}}\n", - " {{'The user has just sent the following message:' + inputs[0].get('user_input') if inputs[0].get('user_input') else ''}}\n", + " {steps[3].output.history}\n", + " {'The user has just sent the following message:' + steps[0].input.user_input if steps[0].input.user_input else ''}\n", "\n", "\n", " Generate a SYSTEM message based on the session history and user input, if any. \n", - " The output should be a well strucutred and detailed SYSTEM message and nothing else.\n", + " The output should be a well structured and detailed SYSTEM message and nothing else.\n", "\n", " Guidelines for the SYSTEM message:\n", " 1. **Empathy and Understanding**: Respond with empathy, acknowledging the user's feelings and offering comforting words where needed.\n", @@ -797,14 +890,15 @@ "\n", " Considerations:\n", " 1. Prioritize creating a safe and supportive environment for the user.\n", - " 2. Be mindful of cultural differences and practice inclusivity.\n", + " 2. Be mindful of cultural differences and practice inclusivity.\"\"\"\n", " unwrap: true\n", "\n", + "# Step 5: Update the session situation\n", "- tool: update_julep_session\n", " arguments:\n", - " session_id: inputs[0]['session_id']\n", + " session_id: $ steps[0].input.session_id\n", " # The 1247 slicing of the old situation is hardcoded to keep the default situation too\n", - " situation: \"outputs[1]['old_situation'][:1247] + NEWLINE + NEWLINE + _\"\n", + " situation: $ steps[1].output.old_situation[:1247] + NEWLINE + NEWLINE + _\n", " # render_templates: \"True\"\n", "''')\n", "\n", @@ -814,7 +908,38 @@ " agent_id=AGENT_UUID,\n", " **task_def_2,\n", ")\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Notes:\n", + "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n", + "- The `$` sign is used to differentiate between a Python expression and a string.\n", + "- The `_` refers to the output of the previous step.\n", + "- The `steps[index].input` refers to the input of the step at `index`.\n", + "- The `steps[index].output` refers to the output of the step at `index`." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Creating an Execution\n", "\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", + "\n", + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ "execution_2 = client.executions.create(\n", " task_id=TASK_UUID_2,\n", " input={\n", @@ -828,7 +953,16 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Monitoring the execution" + "### Checking execution details and output\n", + "\n", + "There are multiple ways to get the execution details and the output:\n", + "\n", + "1. **Get Execution Details**: This method retrieves the details of the execution, including the output of the last transition that took place.\n", + "\n", + "2. **List Transitions**: This method lists all the task steps that have been executed up to this point in time, so the output of a successful execution will be the output of the last transition (first in the transition list as it is in reverse chronological order), which should have a type of `finish`.\n", + "\n", + "\n", + "Note: You need to wait for a few seconds for the execution to complete before you can get the final output, so feel free to run the following cells multiple times until you get the final output.\n" ] }, { @@ -1023,14 +1157,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Task 3: Update the user persona (and about section) based on chat history" + "## Task 3: Update the user persona (and about section) based on chat history" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "### Make changes in the conversation to trigger the user persona update" + "Make changes in the conversation to trigger the user persona update" ] }, { @@ -1105,9 +1239,14 @@ "source": [ "# The profiler workflow to update the user persona\n", "task_def_3 = yaml.safe_load(f'''\n", + "# yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json\n", "name: generate_update_persona\n", + "description: Update the user persona based on the session chat history and the user data\n", + "\n", + "########################################################\n", + "################### INPUT SCHEMA #######################\n", + "########################################################\n", "\n", - "# Define the input schema for the workflow\n", "input_schema:\n", " type: object\n", " properties:\n", @@ -1119,6 +1258,10 @@ " - user_ppid\n", " - session_id\n", "\n", + "########################################################\n", + "################### TOOLS ##############################\n", + "########################################################\n", + "\n", "# Define the tools that are going to be used in the workflow\n", "tools:\n", "- name: get_user_from_ppid\n", @@ -1158,50 +1301,55 @@ " resource: user\n", " operation: update\n", "\n", + " \n", + "########################################################\n", + "################### MAIN WORKFLOW ######################\n", + "########################################################\n", + "\n", "main:\n", - " \n", - "# get the session history\n", + "# Step 0: Get the session history\n", "- tool: history_julep_session\n", " arguments:\n", - " session_id: inputs[0]['session_id']\n", + " session_id: $ steps[0].input.session_id\n", "\n", - "# evaluate the session history\n", + "# Step 1: Evaluate the session history\n", "- evaluate:\n", - " session_chat_history: list(entry.content[0].text for entry in _.entries)\n", + " session_chat_history: $ list(entry.content[0].text for entry in _.entries)\n", "\n", - "# Get the user from the ppid using metadata_filter (returns a list)\n", + "# Step 2: Get the user from the ppid using metadata_filter (returns a list)\n", "- tool: get_user_from_ppid\n", " arguments:\n", " limit: \"1\"\n", - " sort_by: \"'created_at'\"\n", - " direction: \"'desc'\"\n", + " sort_by: created_at\n", + " direction: desc\n", " metadata_filter:\n", - " ppid: inputs[0]['user_ppid']\n", + " ppid: $ steps[0].input.user_ppid\n", "\n", - "# Unwrap the list to get the user\n", + "# Step 3: Unwrap the list to get the user\n", "- evaluate:\n", " user: _[0]\n", "\n", - "# Get the user persona document using metadata_filter (returns a list)\n", + "# Step 4: Get the user persona document using metadata_filter (returns a list)\n", "- tool: list_user_docs\n", " arguments:\n", - " user_id: _['user']['id']\n", + " user_id: $ _['user']['id']\n", " limit: \"1\"\n", - " sort_by: \"'created_at'\"\n", - " direction: \"'desc'\"\n", + " sort_by: created_at\n", + " direction: desc\n", "\n", - "# Get the doc if it exists\n", + "# Step 5: Get the doc if it exists\n", "- evaluate:\n", - " doc: _[0] if len(_) > 0 else {{}}\n", + " doc: $ _[0] if len(_) > 0 else {{}}\n", "\n", - "# Get the user persona from the doc if the doc exists\n", + "# Step 6: Get the user persona from the doc if the doc exists\n", "- evaluate:\n", - " user_persona: _['doc'].get('content', \"\")\n", + " user_persona: $ _['doc'].get('content', \"\")\n", "\n", - "# Create the user persona using the prompt step\n", + "# Step 7: Create the user persona using the prompt step\n", "- prompt:\n", " - role: user\n", " content: |\n", + " $ f\"\"\"\n", " You are an expert at updating detailed user personas for a user.\n", " Your task is to update the existing user persona based on the provided user data, session chat history, and past user persona.\n", " Focus on identifying and highlighting the changes in the user's preferences and experiences.\n", @@ -1209,13 +1357,13 @@ " #Input#\n", " Following is the user data:\n", " User details:\n", - " {{{{outputs[3]['user']['metadata']}}}}\n", + " {{steps[3].output.user['metadata']}}\n", " \n", " Session chat history:\n", - " {{{{outputs[1]['session_chat_history']}}}}\n", + " {{steps[1].output.session_chat_history}}\n", " \n", " User past persona:\n", - " {{{{_.user_persona}}}}\n", + " {{_.user_persona}}\n", "\n", " #Task#\n", " Carefully review the user data and update the existing user persona by focusing on the following sections:\n", @@ -1257,22 +1405,23 @@ "\n", " Present the updated user persona within tags, highlighting the changes. Begin with a concise introduction, then proceed with the sections as outlined above.\n", " Your work will be evaluated for comprehensive and detailed updates to the persona.\n", + " \"\"\"\n", " unwrap: true\n", "\n", - "# Create a new persona document\n", + "# Step 8: Create a new persona document\n", "- tool: create_user_doc\n", " arguments:\n", - " user_id: outputs[3]['user']['id']\n", + " user_id: $ steps[3].output.user['id']\n", " data:\n", - " title: \"'User Persona'\"\n", - " content: _\n", + " title: User Persona\n", + " content: $ _\n", "\n", - "# Update the about section of the user with the new persona\n", + "# Step 9: Update the about section of the user with the new persona\n", "- tool: update_user\n", " arguments:\n", - " user_id: outputs[3]['user']['id']\n", - " name: outputs[3]['user']['name']\n", - " about: outputs[7]\n", + " user_id: $ steps[3].output.user['id']\n", + " name: $ steps[3].output.user['name']\n", + " about: $ steps[7]\n", "''')\n", "\n", "# creating the task object\n", @@ -1280,8 +1429,26 @@ " task_id=TASK_UUID_3,\n", " agent_id=AGENT_UUID,\n", " **task_def_3,\n", - ")\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Creating an Execution\n", + "\n", + "An execution is a single run of a task. It is a way to run a task with a specific set of inputs.\n", "\n", + "To learn more about executions, please refer to the `Executions` section in [Julep Concepts](https://docs.julep.ai/docs/concepts/execution)." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ "execution_3 = client.executions.create(\n", " task_id=TASK_UUID_3,\n", " input={\n", @@ -1291,6 +1458,22 @@ ")" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Checking execution details and output\n", + "\n", + "There are multiple ways to get the execution details and the output:\n", + "\n", + "1. **Get Execution Details**: This method retrieves the details of the execution, including the output of the last transition that took place.\n", + "\n", + "2. **List Transitions**: This method lists all the task steps that have been executed up to this point in time, so the output of a successful execution will be the output of the last transition (first in the transition list as it is in reverse chronological order), which should have a type of `finish`.\n", + "\n", + "\n", + "Note: You need to wait for a few seconds for the execution to complete before you can get the final output, so feel free to run the following cells multiple times until you get the final output.\n" + ] + }, { "cell_type": "code", "execution_count": 21, @@ -1516,7 +1699,7 @@ "persona_doc = client.users.docs.list(user_id=USER_ID).items[0]\n", "\n", "print(\"User docs: \")\n", - "print(persona_doc.content[0])\n" + "print(persona_doc.content[0])" ] } ], diff --git a/cookbooks/10-crawling-and-rag.ipynb b/cookbooks/10-crawling-and-rag.ipynb deleted file mode 100644 index ceddc5f41..000000000 --- a/cookbooks/10-crawling-and-rag.ipynb +++ /dev/null @@ -1,1864 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - " \"julep\"\n", - "
\n", - "\n", - "

\n", - "
\n", - " Explore Docs (wip)\n", - " ·\n", - " Discord\n", - " ·\n", - " 𝕏\n", - " ·\n", - " LinkedIn\n", - "

\n", - "\n", - "

\n", - " \"NPM\n", - "  \n", - " \"PyPI\n", - "  \n", - " \"Docker\n", - "  \n", - " \"GitHub\n", - "

\n", - "\n", - "## Task Definition: Crawling and RAG\n", - "\n", - "### Overview\n", - "\n", - "This task implements an automated system to index and process certain website. The system crawls a website, extracts relevant information, and creates a searchable knowledge base that can be queried programmatically.\n", - "\n", - "### Task Tools:\n", - "\n", - "- **spider_crawler**: Web crawler component for systematically traversing the website\n", - "- **create_agent_doc**: Document processor for converting web content into indexed, searchable documents\n", - "\n", - "### Task Input:\n", - "\n", - "Required parameter:\n", - "- **url**: Entry point URL for the crawler (e.g., \"https://julep.ai/\")\n", - "\n", - "### Task Output:\n", - "\n", - "- Indexed knowledge base containing processed website\n", - "- Query interface for programmatic access to the crawled information\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Implementation\n", - "\n", - "To recreate the notebook and see the code implementation for this task, you can access the Google Colab notebook using the link below:\n", - "\n", - "\n", - " \"Open\n", - "\n", - "\n", - "### Additional Information\n", - "\n", - "For more details about the task or if you have any questions, please don't hesitate to contact the author:\n", - "\n", - "**Author:** Julep AI \n", - "**Contact:** [hey@julep.ai](mailto:hey@julep.ai) or Discord" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Installing the Julep Client" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Install the Julep SDK\n", - "!pip install --upgrade julep --quiet" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "#### NOTE:\n", - "\n", - "- UUIDs are generated for both the agent and task to uniquely identify them within the system.\n", - "- Once created, these UUIDs should remain unchanged for simplicity.\n", - "- Altering a UUID will result in the system treating it as a new agent or task.\n", - "- If a UUID is changed, the original agent or task will continue to exist in the system alongside the new one." - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "# Global UUID is generated for agent and task\n", - "from dotenv import load_dotenv\n", - "from julep import Client\n", - "import os\n", - "\n", - "load_dotenv(override=True)\n", - "\n", - "# Set your API keys\n", - "JULEP_API_KEY = os.getenv(\"JULEP_API_KEY\")\n", - "\n", - "# Create a Julep client\n", - "client = Client(api_key=JULEP_API_KEY, environment=\"production\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating an \"agent\"\n", - "\n", - "Agent is the object to which LLM settings, like model, temperature along with tools are scoped to.\n", - "\n", - "To learn more about the agent, please refer to the [documentation](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#agent)." - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "# Create agent\n", - "agent = client.agents.create(\n", - " name=\"Website Crawler\",\n", - " about=\"An AI assistant that can crawl any website and create a knowledge base.\",\n", - " model=\"gpt-4o\",\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Number of documents in the agent's document store: 0\n" - ] - } - ], - "source": [ - "num_docs = len(client.agents.docs.list(agent_id=agent.id, limit=100).items)\n", - "print(f\"Number of documents in the agent's document store: {num_docs}\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Defining a Task\n", - "\n", - "Tasks in Julep are Github-Actions-style workflows that define long-running, multi-step actions.\n", - "\n", - "You can use them to conduct complex actions by defining them step-by-step.\n", - "\n", - "To learn more about tasks, please refer to the `Tasks` section in [Julep Concepts](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#tasks)." - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [ - "import yaml\n", - "\n", - "task_def = yaml.safe_load(f\"\"\"\n", - "name: Crawl a website and create a agent document\n", - "\n", - "# Define the tools that the agent will use in this workflow\n", - "tools:\n", - "- name: spider_crawler\n", - " type: integration\n", - " integration:\n", - " provider: spider\n", - " method: crawl\n", - " setup:\n", - " spider_api_key: \"{os.getenv('SPIDER_API_KEY')}\"\n", - "\n", - "- name : create_agent_doc\n", - " description: Create an agent doc\n", - " type: system\n", - " system:\n", - " resource: agent\n", - " subresource: doc\n", - " operation: create\n", - "\n", - "index_page:\n", - "\n", - "- evaluate:\n", - " documents: _['content']\n", - "\n", - "- over: \"[(_0.content, chunk) for chunk in _['documents']]\"\n", - " parallelism: 3\n", - " map:\n", - " prompt: \n", - " - role: user\n", - " content: >-\n", - " \n", - " {{{{_[0]}}}}\n", - " \n", - "\n", - " Here is the chunk we want to situate within the whole document\n", - " \n", - " {{{{_[1]}}}}\n", - " \n", - "\n", - " Please give a short succinct context to situate this chunk within the overall document for the purposes of improving search retrieval of the chunk. \n", - " Answer only with the succinct context and nothing else. \n", - " \n", - " unwrap: true\n", - " settings:\n", - " max_tokens: 16000\n", - "\n", - "- evaluate:\n", - " final_chunks: |\n", - " [\n", - " NEWLINE.join([chunk, succint]) for chunk, succint in zip(_1.documents, _)\n", - " ]\n", - "\n", - "# Create a new document and add it to the agent docs store\n", - "- over: _['final_chunks']\n", - " parallelism: 3\n", - " map:\n", - " tool: create_agent_doc\n", - " arguments:\n", - " agent_id: \"'{agent.id}'\"\n", - " data:\n", - " metadata:\n", - " source: \"'spider_crawler'\"\n", - "\n", - " title: \"'Website Document'\"\n", - " content: _\n", - "\n", - "# Define the steps of the workflow\n", - "main:\n", - "\n", - "# Define a tool call step that calls the spider_crawler tool with the url input\n", - "- tool: spider_crawler\n", - " arguments:\n", - " url: \"_['url']\" # You can also use 'inputs[0]['url']'\n", - " params:\n", - " request: \"'smart_mode'\"\n", - " limit: _['pages_limit'] # <--- This is the number of pages to crawl (taken from the input of the task)\n", - " return_format: \"'markdown'\"\n", - " proxy_enabled: \"True\"\n", - " filter_output_images: \"True\" # <--- This is to execlude images from the output\n", - " filter_output_svg: \"True\" # <--- This is to execlude svg from the output\n", - " # filter_output_main_only: \"True\"\n", - " readability: \"True\" # <--- This is to make the output more readable\n", - " sitemap: \"True\" # <--- This is to crawl the sitemap\n", - " chunking_alg: # <--- Using spider's bysentence algorithm to chunk the output\n", - " type: \"'bysentence'\"\n", - " value: \"15\" # <--- This is the number of sentences per chunk\n", - "\n", - "# Evaluate step to document chunks\n", - "- foreach:\n", - " in: _['result']\n", - " do:\n", - " workflow: index_page\n", - " arguments:\n", - " content: _.content\n", - "\"\"\")\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Notes:\n", - "- The reason for using the quadruple curly braces `{{{{}}}}` for the jinja template is to avoid conflicts with the curly braces when using the `f` formatted strings in python. [More information here](https://stackoverflow.com/questions/64493332/jinja-templating-in-airflow-along-with-formatted-text)\n", - "- The `unwrap: True` in the prompt step is used to unwrap the output of the prompt step (to unwrap the `choices[0].message.content` from the output of the model).\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating a task" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [], - "source": [ - "# Create the task\n", - "task = client.tasks.create(\n", - " agent_id=agent.id,\n", - " **task_def\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating an Execution (Starting from the Homepage)\n", - "\n", - "An execution is a single run of a task. It is a way to run a task with a specific set of inputs." - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [], - "source": [ - "execution = client.executions.create(\n", - " task_id=task.id,\n", - " input={\n", - " \"url\": \"https://julep.ai/\",\n", - " \"pages_limit\": 5,\n", - " }\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Checking execution details and output\n", - "\n", - "There are multiple ways to get the execution details and the output:\n", - "\n", - "1. **Get Execution Details**: This method retrieves the details of the execution, including the output of the last transition that took place.\n", - "\n", - "2. **List Transitions**: This method lists all the task steps that have been executed up to this point in time, so the output of a successful execution will be the output of the last transition (first in the transition list as it is in reverse chronological order), which should have a type of `finish`.\n", - "\n", - "\n", - "Note: You need to wait for a few seconds for the execution to complete before you can get the final output, so feel free to run the following cells multiple times until you get the final output.\n" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Execution status: succeeded\n" - ] - } - ], - "source": [ - "status = client.executions.get(execution_id=execution.id).status\n", - "\n", - "print(\"Execution status: \", status)" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Index: 0 Type: init\n", - "output: {\n", - " \"url\": \"https://julep.ai/\",\n", - " \"pages_limit\": 5\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 1 Type: step\n", - "output: {\n", - " \"result\": [\n", - " {\n", - " \"url\": \"https://julep.ai/\",\n", - " \"costs\": {\n", - " \"ai_cost\": 0,\n", - " \"file_cost\": 0.0004,\n", - " \"total_cost\": 0.0006,\n", - " \"compute_cost\": 0.0001,\n", - " \"transform_cost\": 0.0001,\n", - " \"bytes_transferred_cost\": 0\n", - " },\n", - " \"error\": null,\n", - " \"status\": 200,\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - " },\n", - " {\n", - " \"url\": \"https://julep.ai/about\",\n", - " \"costs\": {\n", - " \"ai_cost\": 0,\n", - " \"file_cost\": 0.0001,\n", - " \"total_cost\": 0.0003,\n", - " \"compute_cost\": 0.0001,\n", - " \"transform_cost\": 0.0001,\n", - " \"bytes_transferred_cost\": 0\n", - " },\n", - " \"error\": null,\n", - " \"status\": 200,\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n# MakingAIDevelopment\\nWhatItShouldBe\\nTwo years ago, we started Julep with a simple belief: making intelligence more human shouldn't mean making engineering less rigorous While the world rushed to stack prompts and call it engineering, we chose to build something foundational We created the 8-Factor Agent methodology not because it was easy, but because AI development deserves real tools, real engineering, and real infrastructure We're engineers who believe the future of software will be built on AI - not as a collection of clever hacks, but as properly engineered systems with clear interfaces, predictable behavior, and production-grade reliability Julep isn't another abstraction layer or prompt management tool It's a complete rethinking of how AI applications should be built, tested, and scaled Our task language isn't another abstraction layer; it's a new way to think about AI workflows Our infrastructure isn't just about scaling; it's about bringing reliability and rigor to a field that sorely needs it Because taking the hard path to simple AI development isn't just our approach - it's our conviction that this is how it should be done We're building the foundation for AI's future, not chasing its hype * * * Dev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - " },\n", - " {\n", - " \"url\": \"https://julep.ai/contact\",\n", - " \"costs\": {\n", - " \"ai_cost\": 0,\n", - " \"file_cost\": 0.0002,\n", - " \"total_cost\": 0.0004,\n", - " \"compute_cost\": 0.0001,\n", - " \"transform_cost\": 0.0001,\n", - " \"bytes_transferred_cost\": 0\n", - " },\n", - " \"error\": null,\n", - " \"status\": 200,\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n## How can we help you today We\\u2019re here to help Reach out to learn more about Synth Assistant or start your AI journey today\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nBook a demo\\nBook\\nBook a demo\\nBook\\nBook a demo\\nBook\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nor\\nName\\nEmail\\nEmail\\nSubmit\\nSubmit\\nSubmit\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### State management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - " }\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 2 Type: init_branch\n", - "output: {\n", - " \"url\": \"https://julep.ai/\",\n", - " \"costs\": {\n", - " \"ai_cost\": 0,\n", - " \"file_cost\": 0.0004,\n", - " \"total_cost\": 0.0006,\n", - " \"compute_cost\": 0.0001,\n", - " \"transform_cost\": 0.0001,\n", - " \"bytes_transferred_cost\": 0\n", - " },\n", - " \"error\": null,\n", - " \"status\": 200,\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 3 Type: step\n", - "output: {\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 4 Type: init_branch\n", - "output: {\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 5 Type: step\n", - "output: {\n", - " \"documents\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 6 Type: init_branch\n", - "output: [\n", - " [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ],\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 7 Type: init_branch\n", - "output: [\n", - " [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ],\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 8 Type: init_branch\n", - "output: [\n", - " [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ],\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 9 Type: finish_branch\n", - "output: \"This chunk is part of a detailed description of the features and advantages of Julep, a platform for creating AI agents. It emphasizes Julep's capabilities in process management and error handling, and contrasts its disciplined approach to AI development with typical practices.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 10 Type: finish_branch\n", - "output: \"This chunk focuses on testimonials from CEOs and co-founders about their experiences using Julep AI, highlighting its benefits in reducing development time, enhancing collaboration, and leveraging AI for streamlined operations. It also outlines the process of building AI agents with Julep, including creating agents, equipping them with tools, defining tasks, and deploying workflows. The section emphasizes Julep's capabilities in rapid prototyping, modular design, infinite scalability, and comprehensive AI management.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 11 Type: finish_branch\n", - "output: \"The document outlines features and capabilities of Julep, a platform for building AI workflows and agents. It showcases customer stories and testimonials highlighting the platform's efficiency and integration benefits with existing tech stacks, similar to how Zapier and Vercel simplify workflows and shipping, respectively. The document also promotes an Education+NGO program offering unlimited free credits to eligible organizations and provides various resources, including demos, integrations, and documentation, to support AI development.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 12 Type: init_branch\n", - "output: [\n", - " [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ],\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 13 Type: init_branch\n", - "output: [\n", - " [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ],\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 14 Type: init_branch\n", - "output: [\n", - " [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ],\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 15 Type: finish_branch\n", - "output: \"This chunk provides information about Julep's differences from other agent frameworks such as LangChain, highlighting its capabilities for creating persistent AI agents with complex workflows, state management, and production-ready features. It also mentions various developer resources and use cases available within the Julep platform.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 16 Type: finish_branch\n", - "output: \"The chunk describes Julep's unique approach to AI development, highlighting its 8-Factor Agent methodology that emphasizes software engineering principles, modular capabilities, model independence, context management, and full observability. It contrasts Julep with other platforms like LangChain, positioning Julep as a comprehensive platform for building robust, production-ready AI systems with persistent agents and complex workflows.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 17 Type: finish_branch\n", - "output: \"This chunk discusses Julep's unique approach to AI development using the 8-Factor Agent methodology, which emphasizes software engineering principles like context management, model independence, structured reasoning, and full observability to create robust, production-ready AI systems, differentiating it from typical AI development practices that focus primarily on prompt engineering.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 18 Type: step\n", - "output: [\n", - " \"The document outlines features and capabilities of Julep, a platform for building AI workflows and agents. It showcases customer stories and testimonials highlighting the platform's efficiency and integration benefits with existing tech stacks, similar to how Zapier and Vercel simplify workflows and shipping, respectively. The document also promotes an Education+NGO program offering unlimited free credits to eligible organizations and provides various resources, including demos, integrations, and documentation, to support AI development.\",\n", - " \"This chunk focuses on testimonials from CEOs and co-founders about their experiences using Julep AI, highlighting its benefits in reducing development time, enhancing collaboration, and leveraging AI for streamlined operations. It also outlines the process of building AI agents with Julep, including creating agents, equipping them with tools, defining tasks, and deploying workflows. The section emphasizes Julep's capabilities in rapid prototyping, modular design, infinite scalability, and comprehensive AI management.\",\n", - " \"This chunk is part of a detailed description of the features and advantages of Julep, a platform for creating AI agents. It emphasizes Julep's capabilities in process management and error handling, and contrasts its disciplined approach to AI development with typical practices.\",\n", - " \"This chunk discusses Julep's unique approach to AI development using the 8-Factor Agent methodology, which emphasizes software engineering principles like context management, model independence, structured reasoning, and full observability to create robust, production-ready AI systems, differentiating it from typical AI development practices that focus primarily on prompt engineering.\",\n", - " \"The chunk describes Julep's unique approach to AI development, highlighting its 8-Factor Agent methodology that emphasizes software engineering principles, modular capabilities, model independence, context management, and full observability. It contrasts Julep with other platforms like LangChain, positioning Julep as a comprehensive platform for building robust, production-ready AI systems with persistent agents and complex workflows.\",\n", - " \"This chunk provides information about Julep's differences from other agent frameworks such as LangChain, highlighting its capabilities for creating persistent AI agents with complex workflows, state management, and production-ready features. It also mentions various developer resources and use cases available within the Julep platform.\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 19 Type: step\n", - "output: {\n", - " \"final_chunks\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\\nThe document outlines features and capabilities of Julep, a platform for building AI workflows and agents. It showcases customer stories and testimonials highlighting the platform's efficiency and integration benefits with existing tech stacks, similar to how Zapier and Vercel simplify workflows and shipping, respectively. The document also promotes an Education+NGO program offering unlimited free credits to eligible organizations and provides various resources, including demos, integrations, and documentation, to support AI development.\",\n", - " \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\\nThis chunk focuses on testimonials from CEOs and co-founders about their experiences using Julep AI, highlighting its benefits in reducing development time, enhancing collaboration, and leveraging AI for streamlined operations. It also outlines the process of building AI agents with Julep, including creating agents, equipping them with tools, defining tasks, and deploying workflows. The section emphasizes Julep's capabilities in rapid prototyping, modular design, infinite scalability, and comprehensive AI management.\",\n", - " \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\\nThis chunk is part of a detailed description of the features and advantages of Julep, a platform for creating AI agents. It emphasizes Julep's capabilities in process management and error handling, and contrasts its disciplined approach to AI development with typical practices.\",\n", - " \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\\nThis chunk discusses Julep's unique approach to AI development using the 8-Factor Agent methodology, which emphasizes software engineering principles like context management, model independence, structured reasoning, and full observability to create robust, production-ready AI systems, differentiating it from typical AI development practices that focus primarily on prompt engineering.\",\n", - " \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\\nThe chunk describes Julep's unique approach to AI development, highlighting its 8-Factor Agent methodology that emphasizes software engineering principles, modular capabilities, model independence, context management, and full observability. It contrasts Julep with other platforms like LangChain, positioning Julep as a comprehensive platform for building robust, production-ready AI systems with persistent agents and complex workflows.\",\n", - " \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nThis chunk provides information about Julep's differences from other agent frameworks such as LangChain, highlighting its capabilities for creating persistent AI agents with complex workflows, state management, and production-ready features. It also mentions various developer resources and use cases available within the Julep platform.\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 20 Type: init_branch\n", - "output: \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\nAnnouncing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\\nOpen Source\\n[\\nGithub\\n\\u26054.4K\\n](https://github.com/julep-ai/julep)\\n# Buildscalable\\nAIworkflows\\ninminutes\\nAPI to build multi-step agent workflows\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nDeploy your first agent\\n](https://dashboard-dev.julep.ai/)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nGet a demo\\n](< https://calendly.com/ishita-julep>)\\nCUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\\nVidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\\nAPI or data source\\nSeamlessly integrate with your existing stack and favorite AI models LLM Platforms\\nLanguages\\nIntegrations\\n* * * * * * Any REST API\\n## Real people, Real results\\n* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\\nCEO, EssentiallySports\\n* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\\nThe document outlines features and capabilities of Julep, a platform for building AI workflows and agents. It showcases customer stories and testimonials highlighting the platform's efficiency and integration benefits with existing tech stacks, similar to how Zapier and Vercel simplify workflows and shipping, respectively. The document also promotes an Education+NGO program offering unlimited free credits to eligible organizations and provides various resources, including demos, integrations, and documentation, to support AI development.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 21 Type: init_branch\n", - "output: \"It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\\n- Automatic retries for failed steps\\n- Message resending\\n- Task recovery\\n- Error handling\\n- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\\nThis chunk is part of a detailed description of the features and advantages of Julep, a platform for creating AI agents. It emphasizes Julep's capabilities in process management and error handling, and contrasts its disciplined approach to AI development with typical practices.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 22 Type: init_branch\n", - "output: \"Vedant Maheshwari\\nCEO, Vidyo.ai\\n* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\\nMadhavan\\nCEO, Reclaim Protocol\\n* \\\"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\\\"\\nAkshay Pruthi\\nCEO, Calm Sleep\\n* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\\nCofounder, Ukumi AI\\n### Build with Julep\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\njulep.agents.tools.create(\\nagent\\\\_id=agent.id,\\nname=\\\"my\\\\_weather\\\\_tool\\\",\\nintegration={\\n\\\"provider\\\":\\\"weather\\\",\\n\\\"setup\\\": {\\n\\\"openweathermap\\\\_api\\\\_key\\\":\\\"OPENWEATHERMAP\\\\_API\\\\_KEY\\\"\\n}\\n}\\n)\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\niimportyaml\\ntask =julep.task.create(\\\"\\\"\\\"\\nname: Weather Reporting Task\\nmain:\\n- tool: spider\\\\_crawler\\narguments:\\nurl: \\\\_.url\\n- prompt: |\\nHere\\u2019s a crawl of {{inputs[0].url}}:\\n{{\\\\_.documents}}\\nCreate a short summary (\\\\~100 words) of the website \\\"\\\"\\\")- city\\nDeploy\\nExecute production-grade workflows with one command\\nexecution = julep.executions.create(\\ntask\\\\_id=task.id,\\ninput={\\n\\\"url\\\": \\\"https://spider.cloud\\\"\\n}\\n)\\nagent = julep.agents.create(\\nname=\\\"Cristopher\\\",\\nabout=\\\"An agent specialized in weather reporting\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\n)\\nCreate an agent\\nDefine agents that can talk to users inside of a session\\nAdd tools\\nEquip agents with tools - web search, API calls, or custom integrations\\nDefine your tasks\\nDefine multi-step processes in YAML with decision trees, loops, and parallel execution\\nDeploy\\nExecute production-grade workflows with one command\\nagent = julep.agents.create(\\nname=\\\"Spiderman\\\",\\nabout=\\\"AI that can crawl the web and extract data\\\",\\nmodel=\\\"gpt-4o-mini\\\",\\ndefault\\\\_settings={\\n\\\"temperature\\\":0.75,\\n\\\"max\\\\_tokens\\\":10000,\\n\\\"top\\\\_p\\\":1.0,\\n}\\n)\\n## Build AI pipelines\\nin minutes Scale to millions Rapid Prototyping\\n\\\"From idea to demo in minutes\\\" using built-in RAG and state management\\nProduction Ready\\n\\\"Go live instantly with managed infrastructure\\\" and features such as long-running tasks, automatic retries and error handling\\nModular Design\\n\\\"Build features like Lego blocks\\\" by connecting to any external API, switch between LLMs and add custom tools\\nInfinite Scale\\nHandle millions of concurrent users with automatic scaling and load balancing\\nFuture Proof\\n\\\"Add new AI models anytime\\\" \\\"Integrate with any new tool or API\\\"\\nComplete Control\\n\\\"Full visibility into AI operations\\\" \\\"Manage costs and performance easily\\\"\\n## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\\nThis chunk focuses on testimonials from CEOs and co-founders about their experiences using Julep AI, highlighting its benefits in reducing development time, enhancing collaboration, and leveraging AI for streamlined operations. It also outlines the process of building AI agents with Julep, including creating agents, equipping them with tools, defining tasks, and deploying workflows. The section emphasizes Julep's capabilities in rapid prototyping, modular design, infinite scalability, and comprehensive AI management.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 23 Type: finish_branch\n", - "output: {\n", - " \"id\": \"0678f7c3-dfc5-76b4-8000-b8c198ba7995\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.035897Z\"\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 24 Type: finish_branch\n", - "output: {\n", - " \"id\": \"0678f7c3-dfbd-767b-8000-3e938c8bd27f\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.035552Z\"\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 25 Type: finish_branch\n", - "output: {\n", - " \"id\": \"0678f7c3-e081-7ab4-8000-ff2c32bcfec3\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.081588Z\"\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 26 Type: init_branch\n", - "output: \"How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### state management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nThis chunk provides information about Julep's differences from other agent frameworks such as LangChain, highlighting its capabilities for creating persistent AI agents with complex workflows, state management, and production-ready features. It also mentions various developer resources and use cases available within the Julep platform.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 27 Type: init_branch\n", - "output: \"-Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement\\nThis chunk discusses Julep's unique approach to AI development using the 8-Factor Agent methodology, which emphasizes software engineering principles like context management, model independence, structured reasoning, and full observability to create robust, production-ready AI systems, differentiating it from typical AI development practices that focus primarily on prompt engineering.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 28 Type: init_branch\n", - "output: \"How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\\n- Prompts as Code:\\nTrack prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\\nDefine explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\\nTreat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\\nExplicitly define how application and user state is managed and reduced -Ground Truth Examples:\\nMaintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\\nSeparate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\\ncomplex processes as clear workflows rather than chains of prompts -Full Observability:\\nSave execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\\nThe chunk describes Julep's unique approach to AI development, highlighting its 8-Factor Agent methodology that emphasizes software engineering principles, modular capabilities, model independence, context management, and full observability. It contrasts Julep with other platforms like LangChain, positioning Julep as a comprehensive platform for building robust, production-ready AI systems with persistent agents and complex workflows.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 29 Type: finish_branch\n", - "output: {\n", - " \"id\": \"0678f7c3-e8db-784d-8000-f45ae9b85623\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.590278Z\"\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 30 Type: finish_branch\n", - "output: {\n", - " \"id\": \"0678f7c3-e981-7952-8000-3593fbc19d2a\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.630494Z\"\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 31 Type: finish_branch\n", - "output: {\n", - " \"id\": \"0678f7c3-e945-70b6-8000-a1c494662a11\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.630639Z\"\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 32 Type: finish_branch\n", - "output: [\n", - " {\n", - " \"id\": \"0678f7c3-dfc5-76b4-8000-b8c198ba7995\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.035897Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e081-7ab4-8000-ff2c32bcfec3\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.081588Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-dfbd-767b-8000-3e938c8bd27f\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.035552Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e945-70b6-8000-a1c494662a11\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.630639Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e981-7952-8000-3593fbc19d2a\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.630494Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e8db-784d-8000-f45ae9b85623\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.590278Z\"\n", - " }\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 33 Type: finish_branch\n", - "output: [\n", - " {\n", - " \"id\": \"0678f7c3-dfc5-76b4-8000-b8c198ba7995\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.035897Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e081-7ab4-8000-ff2c32bcfec3\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.081588Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-dfbd-767b-8000-3e938c8bd27f\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.035552Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e945-70b6-8000-a1c494662a11\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.630639Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e981-7952-8000-3593fbc19d2a\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.630494Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e8db-784d-8000-f45ae9b85623\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.590278Z\"\n", - " }\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 34 Type: init_branch\n", - "output: {\n", - " \"url\": \"https://julep.ai/about\",\n", - " \"costs\": {\n", - " \"ai_cost\": 0,\n", - " \"file_cost\": 0.0001,\n", - " \"total_cost\": 0.0003,\n", - " \"compute_cost\": 0.0001,\n", - " \"transform_cost\": 0.0001,\n", - " \"bytes_transferred_cost\": 0\n", - " },\n", - " \"error\": null,\n", - " \"status\": 200,\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n# MakingAIDevelopment\\nWhatItShouldBe\\nTwo years ago, we started Julep with a simple belief: making intelligence more human shouldn't mean making engineering less rigorous While the world rushed to stack prompts and call it engineering, we chose to build something foundational We created the 8-Factor Agent methodology not because it was easy, but because AI development deserves real tools, real engineering, and real infrastructure We're engineers who believe the future of software will be built on AI - not as a collection of clever hacks, but as properly engineered systems with clear interfaces, predictable behavior, and production-grade reliability Julep isn't another abstraction layer or prompt management tool It's a complete rethinking of how AI applications should be built, tested, and scaled Our task language isn't another abstraction layer; it's a new way to think about AI workflows Our infrastructure isn't just about scaling; it's about bringing reliability and rigor to a field that sorely needs it Because taking the hard path to simple AI development isn't just our approach - it's our conviction that this is how it should be done We're building the foundation for AI's future, not chasing its hype * * * Dev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 35 Type: step\n", - "output: {\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n# MakingAIDevelopment\\nWhatItShouldBe\\nTwo years ago, we started Julep with a simple belief: making intelligence more human shouldn't mean making engineering less rigorous While the world rushed to stack prompts and call it engineering, we chose to build something foundational We created the 8-Factor Agent methodology not because it was easy, but because AI development deserves real tools, real engineering, and real infrastructure We're engineers who believe the future of software will be built on AI - not as a collection of clever hacks, but as properly engineered systems with clear interfaces, predictable behavior, and production-grade reliability Julep isn't another abstraction layer or prompt management tool It's a complete rethinking of how AI applications should be built, tested, and scaled Our task language isn't another abstraction layer; it's a new way to think about AI workflows Our infrastructure isn't just about scaling; it's about bringing reliability and rigor to a field that sorely needs it Because taking the hard path to simple AI development isn't just our approach - it's our conviction that this is how it should be done We're building the foundation for AI's future, not chasing its hype * * * Dev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 36 Type: init_branch\n", - "output: {\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n# MakingAIDevelopment\\nWhatItShouldBe\\nTwo years ago, we started Julep with a simple belief: making intelligence more human shouldn't mean making engineering less rigorous While the world rushed to stack prompts and call it engineering, we chose to build something foundational We created the 8-Factor Agent methodology not because it was easy, but because AI development deserves real tools, real engineering, and real infrastructure We're engineers who believe the future of software will be built on AI - not as a collection of clever hacks, but as properly engineered systems with clear interfaces, predictable behavior, and production-grade reliability Julep isn't another abstraction layer or prompt management tool It's a complete rethinking of how AI applications should be built, tested, and scaled Our task language isn't another abstraction layer; it's a new way to think about AI workflows Our infrastructure isn't just about scaling; it's about bringing reliability and rigor to a field that sorely needs it Because taking the hard path to simple AI development isn't just our approach - it's our conviction that this is how it should be done We're building the foundation for AI's future, not chasing its hype * * * Dev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 37 Type: step\n", - "output: {\n", - " \"documents\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n# MakingAIDevelopment\\nWhatItShouldBe\\nTwo years ago, we started Julep with a simple belief: making intelligence more human shouldn't mean making engineering less rigorous While the world rushed to stack prompts and call it engineering, we chose to build something foundational We created the 8-Factor Agent methodology not because it was easy, but because AI development deserves real tools, real engineering, and real infrastructure We're engineers who believe the future of software will be built on AI - not as a collection of clever hacks, but as properly engineered systems with clear interfaces, predictable behavior, and production-grade reliability Julep isn't another abstraction layer or prompt management tool It's a complete rethinking of how AI applications should be built, tested, and scaled Our task language isn't another abstraction layer; it's a new way to think about AI workflows Our infrastructure isn't just about scaling; it's about bringing reliability and rigor to a field that sorely needs it Because taking the hard path to simple AI development isn't just our approach - it's our conviction that this is how it should be done We're building the foundation for AI's future, not chasing its hype * * * Dev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 38 Type: init_branch\n", - "output: [\n", - " [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n# MakingAIDevelopment\\nWhatItShouldBe\\nTwo years ago, we started Julep with a simple belief: making intelligence more human shouldn't mean making engineering less rigorous While the world rushed to stack prompts and call it engineering, we chose to build something foundational We created the 8-Factor Agent methodology not because it was easy, but because AI development deserves real tools, real engineering, and real infrastructure We're engineers who believe the future of software will be built on AI - not as a collection of clever hacks, but as properly engineered systems with clear interfaces, predictable behavior, and production-grade reliability Julep isn't another abstraction layer or prompt management tool It's a complete rethinking of how AI applications should be built, tested, and scaled Our task language isn't another abstraction layer; it's a new way to think about AI workflows Our infrastructure isn't just about scaling; it's about bringing reliability and rigor to a field that sorely needs it Because taking the hard path to simple AI development isn't just our approach - it's our conviction that this is how it should be done We're building the foundation for AI's future, not chasing its hype * * * Dev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ],\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n# MakingAIDevelopment\\nWhatItShouldBe\\nTwo years ago, we started Julep with a simple belief: making intelligence more human shouldn't mean making engineering less rigorous While the world rushed to stack prompts and call it engineering, we chose to build something foundational We created the 8-Factor Agent methodology not because it was easy, but because AI development deserves real tools, real engineering, and real infrastructure We're engineers who believe the future of software will be built on AI - not as a collection of clever hacks, but as properly engineered systems with clear interfaces, predictable behavior, and production-grade reliability Julep isn't another abstraction layer or prompt management tool It's a complete rethinking of how AI applications should be built, tested, and scaled Our task language isn't another abstraction layer; it's a new way to think about AI workflows Our infrastructure isn't just about scaling; it's about bringing reliability and rigor to a field that sorely needs it Because taking the hard path to simple AI development isn't just our approach - it's our conviction that this is how it should be done We're building the foundation for AI's future, not chasing its hype * * * Dev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 39 Type: finish_branch\n", - "output: \"The chunk is an introduction and overview of Julep's mission, philosophy, and resources focused on AI development. It highlights Julep's unique methodology for building AI applications with rigor and infrastructure and provides links to developer resources, use cases, company information, and social media.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 40 Type: step\n", - "output: [\n", - " \"The chunk is an introduction and overview of Julep's mission, philosophy, and resources focused on AI development. It highlights Julep's unique methodology for building AI applications with rigor and infrastructure and provides links to developer resources, use cases, company information, and social media.\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 41 Type: step\n", - "output: {\n", - " \"final_chunks\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n# MakingAIDevelopment\\nWhatItShouldBe\\nTwo years ago, we started Julep with a simple belief: making intelligence more human shouldn't mean making engineering less rigorous While the world rushed to stack prompts and call it engineering, we chose to build something foundational We created the 8-Factor Agent methodology not because it was easy, but because AI development deserves real tools, real engineering, and real infrastructure We're engineers who believe the future of software will be built on AI - not as a collection of clever hacks, but as properly engineered systems with clear interfaces, predictable behavior, and production-grade reliability Julep isn't another abstraction layer or prompt management tool It's a complete rethinking of how AI applications should be built, tested, and scaled Our task language isn't another abstraction layer; it's a new way to think about AI workflows Our infrastructure isn't just about scaling; it's about bringing reliability and rigor to a field that sorely needs it Because taking the hard path to simple AI development isn't just our approach - it's our conviction that this is how it should be done We're building the foundation for AI's future, not chasing its hype * * * Dev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nThe chunk is an introduction and overview of Julep's mission, philosophy, and resources focused on AI development. It highlights Julep's unique methodology for building AI applications with rigor and infrastructure and provides links to developer resources, use cases, company information, and social media.\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 42 Type: init_branch\n", - "output: \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n# MakingAIDevelopment\\nWhatItShouldBe\\nTwo years ago, we started Julep with a simple belief: making intelligence more human shouldn't mean making engineering less rigorous While the world rushed to stack prompts and call it engineering, we chose to build something foundational We created the 8-Factor Agent methodology not because it was easy, but because AI development deserves real tools, real engineering, and real infrastructure We're engineers who believe the future of software will be built on AI - not as a collection of clever hacks, but as properly engineered systems with clear interfaces, predictable behavior, and production-grade reliability Julep isn't another abstraction layer or prompt management tool It's a complete rethinking of how AI applications should be built, tested, and scaled Our task language isn't another abstraction layer; it's a new way to think about AI workflows Our infrastructure isn't just about scaling; it's about bringing reliability and rigor to a field that sorely needs it Because taking the hard path to simple AI development isn't just our approach - it's our conviction that this is how it should be done We're building the foundation for AI's future, not chasing its hype * * * Dev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nThe chunk is an introduction and overview of Julep's mission, philosophy, and resources focused on AI development. It highlights Julep's unique methodology for building AI applications with rigor and infrastructure and provides links to developer resources, use cases, company information, and social media.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 43 Type: finish_branch\n", - "output: {\n", - " \"id\": \"0678f7c4-33d5-731a-8000-7472c8f36677\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:47.277809Z\"\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 44 Type: finish_branch\n", - "output: [\n", - " {\n", - " \"id\": \"0678f7c4-33d5-731a-8000-7472c8f36677\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:47.277809Z\"\n", - " }\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 45 Type: finish_branch\n", - "output: [\n", - " {\n", - " \"id\": \"0678f7c4-33d5-731a-8000-7472c8f36677\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:47.277809Z\"\n", - " }\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 46 Type: init_branch\n", - "output: {\n", - " \"url\": \"https://julep.ai/contact\",\n", - " \"costs\": {\n", - " \"ai_cost\": 0,\n", - " \"file_cost\": 0.0002,\n", - " \"total_cost\": 0.0004,\n", - " \"compute_cost\": 0.0001,\n", - " \"transform_cost\": 0.0001,\n", - " \"bytes_transferred_cost\": 0\n", - " },\n", - " \"error\": null,\n", - " \"status\": 200,\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n## How can we help you today We\\u2019re here to help Reach out to learn more about Synth Assistant or start your AI journey today\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nBook a demo\\nBook\\nBook a demo\\nBook\\nBook a demo\\nBook\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nor\\nName\\nEmail\\nEmail\\nSubmit\\nSubmit\\nSubmit\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### State management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 47 Type: step\n", - "output: {\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n## How can we help you today We\\u2019re here to help Reach out to learn more about Synth Assistant or start your AI journey today\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nBook a demo\\nBook\\nBook a demo\\nBook\\nBook a demo\\nBook\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nor\\nName\\nEmail\\nEmail\\nSubmit\\nSubmit\\nSubmit\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### State management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 48 Type: init_branch\n", - "output: {\n", - " \"content\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n## How can we help you today We\\u2019re here to help Reach out to learn more about Synth Assistant or start your AI journey today\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nBook a demo\\nBook\\nBook a demo\\nBook\\nBook a demo\\nBook\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nor\\nName\\nEmail\\nEmail\\nSubmit\\nSubmit\\nSubmit\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### State management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 49 Type: step\n", - "output: {\n", - " \"documents\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n## How can we help you today We\\u2019re here to help Reach out to learn more about Synth Assistant or start your AI journey today\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nBook a demo\\nBook\\nBook a demo\\nBook\\nBook a demo\\nBook\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nor\\nName\\nEmail\\nEmail\\nSubmit\\nSubmit\\nSubmit\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### State management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 50 Type: init_branch\n", - "output: [\n", - " [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n## How can we help you today We\\u2019re here to help Reach out to learn more about Synth Assistant or start your AI journey today\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nBook a demo\\nBook\\nBook a demo\\nBook\\nBook a demo\\nBook\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nor\\nName\\nEmail\\nEmail\\nSubmit\\nSubmit\\nSubmit\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### State management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - " ],\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n## How can we help you today We\\u2019re here to help Reach out to learn more about Synth Assistant or start your AI journey today\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nBook a demo\\nBook\\nBook a demo\\nBook\\nBook a demo\\nBook\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nor\\nName\\nEmail\\nEmail\\nSubmit\\nSubmit\\nSubmit\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### State management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 51 Type: finish_branch\n", - "output: \"The document provides comprehensive information about Julep AI, including resources for developers, use cases, and community engagement options. It offers links to documentation, API keys, SDKs, integration lists, and showcases various application use cases such as user profiling, email assistance, trip planning, document management, and more. The document also features company background, contact information, and social media links, emphasizing their support for engineers and developers.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 52 Type: step\n", - "output: [\n", - " \"The document provides comprehensive information about Julep AI, including resources for developers, use cases, and community engagement options. It offers links to documentation, API keys, SDKs, integration lists, and showcases various application use cases such as user profiling, email assistance, trip planning, document management, and more. The document also features company background, contact information, and social media links, emphasizing their support for engineers and developers.\"\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 53 Type: step\n", - "output: {\n", - " \"final_chunks\": [\n", - " \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n## How can we help you today We\\u2019re here to help Reach out to learn more about Synth Assistant or start your AI journey today\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nBook a demo\\nBook\\nBook a demo\\nBook\\nBook a demo\\nBook\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nor\\nName\\nEmail\\nEmail\\nSubmit\\nSubmit\\nSubmit\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### State management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nThe document provides comprehensive information about Julep AI, including resources for developers, use cases, and community engagement options. It offers links to documentation, API keys, SDKs, integration lists, and showcases various application use cases such as user profiling, email assistance, trip planning, document management, and more. The document also features company background, contact information, and social media links, emphasizing their support for engineers and developers.\"\n", - " ]\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 54 Type: init_branch\n", - "output: \"[\\n](./)\\n[\\nDocs\\n](https://docs.julep.ai/)\\n[\\nGithub\\n](https://github.com/julep-ai/julep)\\n[\\nDashboard\\n](https://dashboard.julep.ai/agents/)\\nExamples\\n[\\nDiscord\\n](https://discord.gg/2EUJzJU2Yt)\\n[\\nBook demo\\n](< https://calendly.com/ishita-julep>)\\n[\\nContact Us\\n](./contact)\\n[\\n](./)\\n[\\n](./)\\n## How can we help you today We\\u2019re here to help Reach out to learn more about Synth Assistant or start your AI journey today\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nDev Support\\nhey@julep.ai\\nBook a demo\\nBook\\nBook a demo\\nBook\\nBook a demo\\nBook\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nJoin Our Community\\nDiscord\\nor\\nName\\nEmail\\nEmail\\nSubmit\\nSubmit\\nSubmit\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with\\n### built-in tools and\\n### State management that is\\n### production ready from day one Keep me informed\\n### Build faster using Julep API\\n### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\\nKeep me informed\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nDev Resources\\n[Docs](https://docs.julep.ai/)\\n[Get API Key](https://dashboard-dev.julep.ai/)\\n[API Playground](https://dev.julep.ai/api/docs)\\n[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\\n[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\\n[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\\nUsecases\\n[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\\n[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\\n[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\\n[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\\n[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\\n[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\\n[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\\nCompany\\n[About](./about)\\n[Contact Us](./contact)\\n[Book Demo](https://calendly.com/ishita-julep)\\nSocials\\n[Github](https://github.com/julep-ai/julep)\\n[LinkedIn](https://www.linkedin.com/company/julep-ai)\\n[Twitter](https://x.com/julep_ai)\\n[Dev.to](https://dev.to/julep)\\n[Hugging Face](https://huggingface.co/julep-ai)\\n[Youtube](https://www.youtube.com/@julep_ai)\\nBuilt by Engineers, for Engineers\\n\\u00a9Julep AI Inc 2024\\nThe document provides comprehensive information about Julep AI, including resources for developers, use cases, and community engagement options. It offers links to documentation, API keys, SDKs, integration lists, and showcases various application use cases such as user profiling, email assistance, trip planning, document management, and more. The document also features company background, contact information, and social media links, emphasizing their support for engineers and developers.\"\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 55 Type: finish_branch\n", - "output: {\n", - " \"id\": \"0678f7c4-8748-7ce2-8000-97f8453d52da\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:52.513411Z\"\n", - "}\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 56 Type: finish_branch\n", - "output: [\n", - " {\n", - " \"id\": \"0678f7c4-8748-7ce2-8000-97f8453d52da\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:52.513411Z\"\n", - " }\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 57 Type: finish_branch\n", - "output: [\n", - " {\n", - " \"id\": \"0678f7c4-8748-7ce2-8000-97f8453d52da\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:52.513411Z\"\n", - " }\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n", - "Index: 58 Type: finish\n", - "output: [\n", - " [\n", - " {\n", - " \"id\": \"0678f7c3-dfc5-76b4-8000-b8c198ba7995\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.035897Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e081-7ab4-8000-ff2c32bcfec3\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.081588Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-dfbd-767b-8000-3e938c8bd27f\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.035552Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e945-70b6-8000-a1c494662a11\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.630639Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e981-7952-8000-3593fbc19d2a\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.630494Z\"\n", - " },\n", - " {\n", - " \"id\": \"0678f7c3-e8db-784d-8000-f45ae9b85623\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:42.590278Z\"\n", - " }\n", - " ],\n", - " [\n", - " {\n", - " \"id\": \"0678f7c4-33d5-731a-8000-7472c8f36677\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:47.277809Z\"\n", - " }\n", - " ],\n", - " [\n", - " {\n", - " \"id\": \"0678f7c4-8748-7ce2-8000-97f8453d52da\",\n", - " \"jobs\": [],\n", - " \"created_at\": \"2025-01-21T10:51:52.513411Z\"\n", - " }\n", - " ]\n", - "]\n", - "----------------------------------------------------------------------------------------------------\n" - ] - } - ], - "source": [ - "import json\n", - "execution_transitions = client.executions.transitions.list(\n", - " execution_id=execution.id, limit=100).items\n", - "\n", - "for index, transition in enumerate(reversed(execution_transitions)):\n", - " print(\"Index: \", index, \"Type: \", transition.type)\n", - " print(\"output: \", json.dumps(transition.output, indent=2))\n", - " print(\"-\" * 100)" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Crawled pages: \n" - ] - }, - { - "data": { - "text/plain": [ - "['https://julep.ai/', 'https://julep.ai/about', 'https://julep.ai/contact']" - ] - }, - "execution_count": 14, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "crawled_pages = [r['url'] for r in execution_transitions[-2].output['result']]\n", - "\n", - "print(\"Crawled pages: \")\n", - "crawled_pages" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Lisitng the Document Store for the Agent\n", - "\n", - "The document store is where the agent stores the documents it has created. Each document has a `title` , `content`, `id`, `metadata`, `created_at` and the `vector embedding` associated with it. This will be used for the retrieval of the documents when the agent is queried." - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Number of documents in the document store: 27\n" - ] - } - ], - "source": [ - "docs = client.agents.docs.list(agent_id=agent.id, limit=100).items\n", - "num_docs = len(docs)\n", - "print(\"Number of documents in the document store: \", num_docs)" - ] - }, - { - "cell_type": "code", - "execution_count": 72, - "metadata": {}, - "outputs": [], - "source": [ - "# # # UNCOMMENT THIS TO DELETE ALL THE AGENT'S DOCUMENTS\n", - "\n", - "# for doc in client.agents.docs.list(agent_id=agent.id, limit=1000):\n", - "# client.agents.docs.delete(agent_id=agent.id, doc_id=doc.id)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Creating a Session\n", - "\n", - "A session is used to interact with the agent. It is used to send messages to the agent and receive responses.\n", - "Situation is the initial message that is sent to the agent to set the context for the conversation. Out here you can add more information about the agent and the task it is performing to help the agent answer better. Additionally, you can also define the `search_threshold` and `search_query_chars` which are used to control the retrieval of the documents from the document store which will be used for the retrieval of the documents when the agent is queried.\n", - "More information about the session can be found [here](https://github.com/julep-ai/julep/blob/dev/docs/julep-concepts.md#session)." - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Agent created with ID: 0678f7b6-0865-7f65-8000-e64ed0ca4d19\n", - "Session created with ID: 0678f7ce-79fc-7a37-8000-e72d0406c225\n" - ] - } - ], - "source": [ - "# Custom system template for this particular session to help the agent answer better\n", - "system_template = \"\"\"\n", - "You are an AI agent designed to assist users with their queries about a certain website.\n", - "Your goal is to provide clear and detailed responses.\n", - "\n", - "**Guidelines**:\n", - "1. Assume the user is unfamiliar with the company and products.\n", - "2. Thoroughly read and comprehend the user's question.\n", - "3. Use the provided context documents to find relevant information.\n", - "4. Craft a detailed response based on the context and your understanding of the company and products.\n", - "5. Include links to specific website pages for further information when applicable.\n", - "\n", - "**Response format**:\n", - "- Use simple, clear language.\n", - "- Include relevant website links.\n", - "\n", - "**Important**:\n", - "- For questions related to the business, only use the information that are explicitly given in the documents above.\n", - "- If the user asks about the business, and it's not given in the documents above, respond with an answer that states that you don't know.\n", - "- Use the most recent and relevant data from context documents.\n", - "- Be proactive in helping users find solutions.\n", - "- Ask for clarification if the query is unclear.\n", - "- Inform users if their query is unrelated to the given website.\n", - "- Avoid using the following in your response: Based on the provided documents, based on the provided information, based on the documentation... etc.\n", - "\n", - "{%- if docs -%}\n", - "**Relevant documents**:{{NEWLINE}}\n", - " {%- for doc in docs -%}\n", - " {{doc.title}}{{NEWLINE}}\n", - " {%- if doc.content is string -%}\n", - " {{doc.content}}{{NEWLINE}}\n", - " {%- else -%}\n", - " {%- for snippet in doc.content -%}\n", - " {{snippet}}{{NEWLINE}}\n", - " {%- endfor -%}\n", - " {%- endif -%}\n", - " {{\"---\"}}\n", - " {%- endfor -%}\n", - "\n", - "{%- else -%}\n", - "There are no documents available for this query.\n", - "{%- endif -%}\n", - "\n", - "\"\"\"\n", - "\n", - "print(f\"Agent created with ID: {agent.id}\")\n", - "\n", - "# Create a session for interaction\n", - "session = client.sessions.create(\n", - " system_template=system_template,\n", - " agent=agent.id,\n", - " recall_options={\n", - " \"mode\": \"hybrid\",\n", - " \"num_search_messages\": 1,\n", - " \"max_query_length\": 800,\n", - " \"confidence\": -0.9,\n", - " \"alpha\": 0.5,\n", - " \"limit\": 10,\n", - " \"mmr_strength\": 0.5,\n", - " },\n", - ")\n", - "\n", - "print(f\"Session created with ID: {session.id}\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Chatting with the Agent\n", - "\n", - "The chat method is used to send messages to the agent and receive responses. The messages are sent as a list of dictionaries with the `role` and `content` keys." - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Julep is a comprehensive platform designed for creating AI agents that possess the ability to remember past interactions and execute complex tasks. It acts as the infrastructure between large language models (LLMs) and your software, providing support for long-term memory and multi-step process management.\n", - "\n", - "Key features of Julep include:\n", - "\n", - "1. **8-Factor Agent Methodology**: This approach incorporates software engineering principles into AI development. It includes managing prompts as code, ensuring model independence, structured reasoning, workflow-based models, and full observability for effective debugging and improvement.\n", - "\n", - "2. **Built-In Reliability**: Julep is equipped with self-healing capabilities such as automatic retries for failed steps, message resending, task recovery, error handling, and real-time monitoring to enhance reliability and manage errors efficiently.\n", - "\n", - "3. **Modular and Flexible Design**: By defining explicit interfaces for tool interactions, Julep ensures that capabilities are modular and maintainable. Additionally, it treats model providers as replaceable resources, allowing for flexibility and avoiding vendor lock-in.\n", - "\n", - "4. **Complex Workflow Management**: The platform allows users to define multi-step tasks in YAML, incorporate decision trees, loops, and execute tasks in parallel, which is particularly beneficial for sophisticated AI systems.\n", - "\n", - "5. **Rapid Prototyping and Scalability**: With features designed for rapid prototyping, Julep lets users go from idea to demo quickly while its infrastructure supports scalability to handle millions of concurrent users.\n", - "\n", - "6. **Ease of Use**: Development times can be significantly reduced as Julep handles much of the infrastructure orchestration, allowing developers to focus on refining prompts and core functionalities.\n", - "\n", - "Julep also offers numerous resources for developers including documentation, SDKs for Python and JavaScript, and integrations with various APIs. For further exploration and integration instructions, you can visit their [documentation page](https://docs.julep.ai/) or explore their [API Playground](https://dev.julep.ai/api/docs). If you're interested in a demonstration, you can [book a demo](https://calendly.com/ishita-julep) with their team.\n", - "\n", - "For those in education and NGOs, Julep offers a program with unlimited free credits. You can apply for this program [here](https://forms.gle/CCP6sDYeUfAXdUoi7).\n", - "\n", - "Feel free to check out their [GitHub repository](https://github.com/julep-ai/julep) to see more about their open-source initiatives.\n" - ] - } - ], - "source": [ - "user_question = \"Tell me about Julep\"\n", - "\n", - "response = client.sessions.chat(\n", - " session_id=session.id,\n", - " messages=[\n", - " {\n", - " \"role\": \"user\",\n", - " \"content\": user_question,\n", - " }\n", - " ],\n", - " recall=True,\n", - ")\n", - "\n", - "print(response.choices[0].message.content)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Check the matched documents" - ] - }, - { - "cell_type": "code", - "execution_count": 21, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Matched docs:\n", - "\n", - "\n", - "Doc 1:\n", - "Title: Website Document\n", - "Snippet content:\n", - "It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\n", - "- Automatic retries for failed steps\n", - "- Message resending\n", - "- Task recovery\n", - "- Error handling\n", - "- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\n", - "- Automatic retries for failed steps\n", - "- Message resending\n", - "- Task recovery\n", - "- Error handling\n", - "- Real-time monitoring How does Julep handle errors and reliability Julep includes built-in self-healing capabilities:\n", - "- Automatic retries for failed steps\n", - "- Message resending\n", - "- Task recovery\n", - "- Error handling\n", - "- Real-time monitoring How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\n", - "- Prompts as Code:\n", - "Track prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\n", - "Define explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\n", - "Treat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching\n", - "This chunk is part of a detailed description of the features and advantages of Julep, a platform for creating AI agents. It emphasizes Julep's capabilities in process management and error handling, and contrasts its disciplined approach to AI development with typical practices.\n", - "----------------------------------------------------------------------------------------------------\n", - "Doc 2:\n", - "Title: Website Document\n", - "Snippet content:\n", - "How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\n", - "- Prompts as Code:\n", - "Track prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\n", - "Define explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\n", - "Treat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\n", - "Explicitly define how application and user state is managed and reduced -Ground Truth Examples:\n", - "Maintain clear examples of expected prompt results for validation and testing.-Structured Reasoning:\n", - "Separate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\n", - "complex processes as clear workflows rather than chains of prompts -Full Observability:\n", - "Save execution traces for debugging, monitoring, and continuous improvement How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks\n", - "The chunk describes Julep's unique approach to AI development, highlighting its 8-Factor Agent methodology that emphasizes software engineering principles, modular capabilities, model independence, context management, and full observability. It contrasts Julep with other platforms like LangChain, positioning Julep as a comprehensive platform for building robust, production-ready AI systems with persistent agents and complex workflows.\n", - "----------------------------------------------------------------------------------------------------\n", - "Doc 3:\n", - "Title: Website Document\n", - "Snippet content:\n", - "Vedant Maheshwari\n", - "CEO, Vidyo.ai\n", - "* We tried building our ai stack where we needed simple automated computer use we spent months trying to get it right, but our development time got cut to a couple weeks because most of the infra orchestration was handled by julep all that we had to do was refine our prompts\n", - "Madhavan\n", - "CEO, Reclaim Protocol\n", - "* \"Same experience as reviewing designs on Figma with my designer Sat with my developer once, and we kept brainstorming, testing, prototyping and shipping at once I got control back in my hands as a non-developer.\"\n", - "Akshay Pruthi\n", - "CEO, Calm Sleep\n", - "* Working with Julep accelerated Ukumi, by enabling us to focus on our core strengths and letting Julep navigate the complex web of calls to ai models we could do more with less Sachin Gaur\n", - "Cofounder, Ukumi AI\n", - "### Build with Julep\n", - "Create an agent\n", - "Define agents that can talk to users inside of a session\n", - "Add tools\n", - "Equip agents with tools - web search, API calls, or custom integrations\n", - "Define your tasks\n", - "Define multi-step processes in YAML with decision trees, loops, and parallel execution\n", - "Deploy\n", - "Execute production-grade workflows with one command\n", - "agent = julep.agents.create(\n", - "name=\"Spiderman\",\n", - "about=\"AI that can crawl the web and extract data\",\n", - "model=\"gpt-4o-mini\",\n", - "default\\_settings={\n", - "\"temperature\":0.75,\n", - "\"max\\_tokens\":10000,\n", - "\"top\\_p\":1.0,\n", - "}\n", - ")\n", - "Create an agent\n", - "Define agents that can talk to users inside of a session\n", - "Add tools\n", - "Equip agents with tools - web search, API calls, or custom integrations\n", - "julep.agents.tools.create(\n", - "agent\\_id=agent.id,\n", - "name=\"my\\_weather\\_tool\",\n", - "integration={\n", - "\"provider\":\"weather\",\n", - "\"setup\": {\n", - "\"openweathermap\\_api\\_key\":\"OPENWEATHERMAP\\_API\\_KEY\"\n", - "}\n", - "}\n", - ")\n", - "Define your tasks\n", - "Define multi-step processes in YAML with decision trees, loops, and parallel execution\n", - "iimportyaml\n", - "task =julep.task.create(\"\"\"\n", - "name: Weather Reporting Task\n", - "main:\n", - "- tool: spider\\_crawler\n", - "arguments:\n", - "url: \\_.url\n", - "- prompt: |\n", - "Here’s a crawl of {{inputs[0].url}}:\n", - "{{\\_.documents}}\n", - "Create a short summary (\\~100 words) of the website \"\"\")- city\n", - "Deploy\n", - "Execute production-grade workflows with one command\n", - "execution = julep.executions.create(\n", - "task\\_id=task.id,\n", - "input={\n", - "\"url\": \"https://spider.cloud\"\n", - "}\n", - ")\n", - "agent = julep.agents.create(\n", - "name=\"Cristopher\",\n", - "about=\"An agent specialized in weather reporting\",\n", - "model=\"gpt-4o-mini\",\n", - ")\n", - "Create an agent\n", - "Define agents that can talk to users inside of a session\n", - "Add tools\n", - "Equip agents with tools - web search, API calls, or custom integrations\n", - "Define your tasks\n", - "Define multi-step processes in YAML with decision trees, loops, and parallel execution\n", - "Deploy\n", - "Execute production-grade workflows with one command\n", - "agent = julep.agents.create(\n", - "name=\"Spiderman\",\n", - "about=\"AI that can crawl the web and extract data\",\n", - "model=\"gpt-4o-mini\",\n", - "default\\_settings={\n", - "\"temperature\":0.75,\n", - "\"max\\_tokens\":10000,\n", - "\"top\\_p\":1.0,\n", - "}\n", - ")\n", - "## Build AI pipelines\n", - "in minutes Scale to millions Rapid Prototyping\n", - "\"From idea to demo in minutes\" using built-in RAG and state management\n", - "Production Ready\n", - "\"Go live instantly with managed infrastructure\" and features such as long-running tasks, automatic retries and error handling\n", - "Modular Design\n", - "\"Build features like Lego blocks\" by connecting to any external API, switch between LLMs and add custom tools\n", - "Infinite Scale\n", - "Handle millions of concurrent users with automatic scaling and load balancing\n", - "Future Proof\n", - "\"Add new AI models anytime\" \"Integrate with any new tool or API\"\n", - "Complete Control\n", - "\"Full visibility into AI operations\" \"Manage costs and performance easily\"\n", - "## Questions Answers What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks It provides the complete infrastructure layer between LLMs and your software, with built-in support for long-term memory and multi-step process management What is Julep Julep is a platform for creating AI agents that remember past interactions and can perform complex tasks\n", - "This chunk focuses on testimonials from CEOs and co-founders about their experiences using Julep AI, highlighting its benefits in reducing development time, enhancing collaboration, and leveraging AI for streamlined operations. It also outlines the process of building AI agents with Julep, including creating agents, equipping them with tools, defining tasks, and deploying workflows. The section emphasizes Julep's capabilities in rapid prototyping, modular design, infinite scalability, and comprehensive AI management.\n", - "----------------------------------------------------------------------------------------------------\n", - "Doc 4:\n", - "Title: Website Document\n", - "Snippet content:\n", - "How is Julep different from agent frameworks While LangChain is great for creating sequences of prompts and managing model interactions, Julep is built for creating persistent AI agents with advanced task capabilities Think of LangChain as a tool for prompt chains, while Julep is a complete platform for building production-ready AI systems with complex workflows, state management, and long-running tasks ### Build faster using Julep API\n", - "### Deploy multi-step workflows easily with\n", - "### built-in tools and\n", - "### state management that is\n", - "### production ready from day one Keep me informed\n", - "### Build faster using Julep API\n", - "### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\n", - "Keep me informed\n", - "Keep me informed\n", - "Dev Resources\n", - "[Docs](https://docs.julep.ai/)\n", - "[Get API Key](https://dashboard-dev.julep.ai/)\n", - "[API Playground](https://dev.julep.ai/api/docs)\n", - "[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\n", - "[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\n", - "[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\n", - "Usecases\n", - "[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\n", - "[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\n", - "[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\n", - "[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\n", - "[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\n", - "[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\n", - "[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\n", - "Company\n", - "[About](./about)\n", - "[Contact Us](./contact)\n", - "[Book Demo](https://calendly.com/ishita-julep)\n", - "Socials\n", - "[Github](https://github.com/julep-ai/julep)\n", - "[LinkedIn](https://www.linkedin.com/company/julep-ai)\n", - "[Twitter](https://x.com/julep_ai)\n", - "[Dev.to](https://dev.to/julep)\n", - "[Hugging Face](https://huggingface.co/julep-ai)\n", - "[Youtube](https://www.youtube.com/@julep_ai)\n", - "Built by Engineers, for Engineers\n", - "©Julep AI Inc 2024\n", - "Dev Resources\n", - "[Docs](https://docs.julep.ai/)\n", - "[Get API Key](https://dashboard-dev.julep.ai/)\n", - "[API Playground](https://dev.julep.ai/api/docs)\n", - "[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\n", - "[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\n", - "[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\n", - "Usecases\n", - "[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\n", - "[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\n", - "[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\n", - "[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\n", - "[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\n", - "[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\n", - "[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\n", - "Company\n", - "[About](./about)\n", - "[Contact Us](./contact)\n", - "[Book Demo](https://calendly.com/ishita-julep)\n", - "Socials\n", - "[Github](https://github.com/julep-ai/julep)\n", - "[LinkedIn](https://www.linkedin.com/company/julep-ai)\n", - "[Twitter](https://x.com/julep_ai)\n", - "[Dev.to](https://dev.to/julep)\n", - "[Hugging Face](https://huggingface.co/julep-ai)\n", - "[Youtube](https://www.youtube.com/@julep_ai)\n", - "Built by Engineers, for Engineers\n", - "©Julep AI Inc 2024\n", - "Dev Resources\n", - "[Docs](https://docs.julep.ai/)\n", - "[Get API Key](https://dashboard-dev.julep.ai/)\n", - "[API Playground](https://dev.julep.ai/api/docs)\n", - "[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\n", - "[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\n", - "[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\n", - "Usecases\n", - "[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\n", - "[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\n", - "[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\n", - "[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\n", - "[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\n", - "[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\n", - "[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\n", - "Company\n", - "[About](./about)\n", - "[Contact Us](./contact)\n", - "[Book Demo](https://calendly.com/ishita-julep)\n", - "Socials\n", - "[Github](https://github.com/julep-ai/julep)\n", - "[LinkedIn](https://www.linkedin.com/company/julep-ai)\n", - "[Twitter](https://x.com/julep_ai)\n", - "[Dev.to](https://dev.to/julep)\n", - "[Hugging Face](https://huggingface.co/julep-ai)\n", - "[Youtube](https://www.youtube.com/@julep_ai)\n", - "Built by Engineers, for Engineers\n", - "©Julep AI Inc 2024\n", - "This chunk provides information about Julep's differences from other agent frameworks such as LangChain, highlighting its capabilities for creating persistent AI agents with complex workflows, state management, and production-ready features. It also mentions various developer resources and use cases available within the Julep platform.\n", - "----------------------------------------------------------------------------------------------------\n", - "Doc 5:\n", - "Title: Website Document\n", - "Snippet content:\n", - "[\n", - "](./)\n", - "[\n", - "Docs\n", - "](https://docs.julep.ai/)\n", - "[\n", - "Github\n", - "](https://github.com/julep-ai/julep)\n", - "[\n", - "Dashboard\n", - "](https://dashboard.julep.ai/agents/)\n", - "Examples\n", - "[\n", - "Discord\n", - "](https://discord.gg/2EUJzJU2Yt)\n", - "[\n", - "Book demo\n", - "](< https://calendly.com/ishita-julep>)\n", - "[\n", - "Contact Us\n", - "](./contact)\n", - "[\n", - "](./)\n", - "[\n", - "](./)\n", - "# MakingAIDevelopment\n", - "WhatItShouldBe\n", - "Two years ago, we started Julep with a simple belief: making intelligence more human shouldn't mean making engineering less rigorous While the world rushed to stack prompts and call it engineering, we chose to build something foundational We created the 8-Factor Agent methodology not because it was easy, but because AI development deserves real tools, real engineering, and real infrastructure We're engineers who believe the future of software will be built on AI - not as a collection of clever hacks, but as properly engineered systems with clear interfaces, predictable behavior, and production-grade reliability Julep isn't another abstraction layer or prompt management tool It's a complete rethinking of how AI applications should be built, tested, and scaled Our task language isn't another abstraction layer; it's a new way to think about AI workflows Our infrastructure isn't just about scaling; it's about bringing reliability and rigor to a field that sorely needs it Because taking the hard path to simple AI development isn't just our approach - it's our conviction that this is how it should be done We're building the foundation for AI's future, not chasing its hype * * * Dev Resources\n", - "[Docs](https://docs.julep.ai/)\n", - "[Get API Key](https://dashboard-dev.julep.ai/)\n", - "[API Playground](https://dev.julep.ai/api/docs)\n", - "[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\n", - "[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\n", - "[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\n", - "Usecases\n", - "[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\n", - "[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\n", - "[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\n", - "[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\n", - "[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\n", - "[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\n", - "[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\n", - "Company\n", - "[About](./about)\n", - "[Contact Us](./contact)\n", - "[Book Demo](https://calendly.com/ishita-julep)\n", - "Socials\n", - "[Github](https://github.com/julep-ai/julep)\n", - "[LinkedIn](https://www.linkedin.com/company/julep-ai)\n", - "[Twitter](https://x.com/julep_ai)\n", - "[Dev.to](https://dev.to/julep)\n", - "[Hugging Face](https://huggingface.co/julep-ai)\n", - "[Youtube](https://www.youtube.com/@julep_ai)\n", - "Built by Engineers, for Engineers\n", - "©Julep AI Inc 2024\n", - "Dev Resources\n", - "[Docs](https://docs.julep.ai/)\n", - "[Get API Key](https://dashboard-dev.julep.ai/)\n", - "[API Playground](https://dev.julep.ai/api/docs)\n", - "[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\n", - "[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\n", - "[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\n", - "Usecases\n", - "[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\n", - "[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\n", - "[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\n", - "[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\n", - "[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\n", - "[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\n", - "[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\n", - "Company\n", - "[About](./about)\n", - "[Contact Us](./contact)\n", - "[Book Demo](https://calendly.com/ishita-julep)\n", - "Socials\n", - "[Github](https://github.com/julep-ai/julep)\n", - "[LinkedIn](https://www.linkedin.com/company/julep-ai)\n", - "[Twitter](https://x.com/julep_ai)\n", - "[Dev.to](https://dev.to/julep)\n", - "[Hugging Face](https://huggingface.co/julep-ai)\n", - "[Youtube](https://www.youtube.com/@julep_ai)\n", - "Built by Engineers, for Engineers\n", - "©Julep AI Inc 2024\n", - "Dev Resources\n", - "[Docs](https://docs.julep.ai/)\n", - "[Get API Key](https://dashboard-dev.julep.ai/)\n", - "[API Playground](https://dev.julep.ai/api/docs)\n", - "[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\n", - "[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\n", - "[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\n", - "Usecases\n", - "[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\n", - "[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\n", - "[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\n", - "[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\n", - "[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\n", - "[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\n", - "[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\n", - "Company\n", - "[About](./about)\n", - "[Contact Us](./contact)\n", - "[Book Demo](https://calendly.com/ishita-julep)\n", - "Socials\n", - "[Github](https://github.com/julep-ai/julep)\n", - "[LinkedIn](https://www.linkedin.com/company/julep-ai)\n", - "[Twitter](https://x.com/julep_ai)\n", - "[Dev.to](https://dev.to/julep)\n", - "[Hugging Face](https://huggingface.co/julep-ai)\n", - "[Youtube](https://www.youtube.com/@julep_ai)\n", - "Built by Engineers, for Engineers\n", - "©Julep AI Inc 2024\n", - "The chunk is an introduction and overview of Julep's mission, philosophy, and resources focused on AI development. It highlights Julep's unique methodology for building AI applications with rigor and infrastructure and provides links to developer resources, use cases, company information, and social media.\n", - "----------------------------------------------------------------------------------------------------\n", - "Doc 6:\n", - "Title: Website Document\n", - "Snippet content:\n", - "[\n", - "](./)\n", - "[\n", - "Docs\n", - "](https://docs.julep.ai/)\n", - "[\n", - "Github\n", - "](https://github.com/julep-ai/julep)\n", - "[\n", - "Dashboard\n", - "](https://dashboard.julep.ai/agents/)\n", - "Examples\n", - "[\n", - "Discord\n", - "](https://discord.gg/2EUJzJU2Yt)\n", - "[\n", - "Book demo\n", - "](< https://calendly.com/ishita-julep>)\n", - "[\n", - "Contact Us\n", - "](./contact)\n", - "[\n", - "](./)\n", - "[\n", - "](./)\n", - "## How can we help you today We’re here to help Reach out to learn more about Synth Assistant or start your AI journey today\n", - "Dev Support\n", - "hey@julep.ai\n", - "Dev Support\n", - "hey@julep.ai\n", - "Dev Support\n", - "hey@julep.ai\n", - "Book a demo\n", - "Book\n", - "Book a demo\n", - "Book\n", - "Book a demo\n", - "Book\n", - "Join Our Community\n", - "Discord\n", - "Join Our Community\n", - "Discord\n", - "Join Our Community\n", - "Discord\n", - "or\n", - "Name\n", - "Email\n", - "Email\n", - "Submit\n", - "Submit\n", - "Submit\n", - "### Build faster using Julep API\n", - "### Deploy multi-step workflows easily with\n", - "### built-in tools and\n", - "### State management that is\n", - "### production ready from day one Keep me informed\n", - "### Build faster using Julep API\n", - "### Deploy multi-step workflows easily with built-in tools and State management that is production ready from day one Keep me informed\n", - "Keep me informed\n", - "Dev Resources\n", - "[Docs](https://docs.julep.ai/)\n", - "[Get API Key](https://dashboard-dev.julep.ai/)\n", - "[API Playground](https://dev.julep.ai/api/docs)\n", - "[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\n", - "[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\n", - "[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\n", - "Usecases\n", - "[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\n", - "[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\n", - "[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\n", - "[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\n", - "[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\n", - "[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\n", - "[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\n", - "Company\n", - "[About](./about)\n", - "[Contact Us](./contact)\n", - "[Book Demo](https://calendly.com/ishita-julep)\n", - "Socials\n", - "[Github](https://github.com/julep-ai/julep)\n", - "[LinkedIn](https://www.linkedin.com/company/julep-ai)\n", - "[Twitter](https://x.com/julep_ai)\n", - "[Dev.to](https://dev.to/julep)\n", - "[Hugging Face](https://huggingface.co/julep-ai)\n", - "[Youtube](https://www.youtube.com/@julep_ai)\n", - "Built by Engineers, for Engineers\n", - "©Julep AI Inc 2024\n", - "Dev Resources\n", - "[Docs](https://docs.julep.ai/)\n", - "[Get API Key](https://dashboard-dev.julep.ai/)\n", - "[API Playground](https://dev.julep.ai/api/docs)\n", - "[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\n", - "[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\n", - "[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\n", - "Usecases\n", - "[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\n", - "[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\n", - "[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\n", - "[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\n", - "[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\n", - "[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\n", - "[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\n", - "Company\n", - "[About](./about)\n", - "[Contact Us](./contact)\n", - "[Book Demo](https://calendly.com/ishita-julep)\n", - "Socials\n", - "[Github](https://github.com/julep-ai/julep)\n", - "[LinkedIn](https://www.linkedin.com/company/julep-ai)\n", - "[Twitter](https://x.com/julep_ai)\n", - "[Dev.to](https://dev.to/julep)\n", - "[Hugging Face](https://huggingface.co/julep-ai)\n", - "[Youtube](https://www.youtube.com/@julep_ai)\n", - "Built by Engineers, for Engineers\n", - "©Julep AI Inc 2024\n", - "Dev Resources\n", - "[Docs](https://docs.julep.ai/)\n", - "[Get API Key](https://dashboard-dev.julep.ai/)\n", - "[API Playground](https://dev.julep.ai/api/docs)\n", - "[Python SDK](https://github.com/julep-ai/python-sdk/blob/main/README.md)\n", - "[Javascript SDK](https://github.com/julep-ai/node-sdk/blob/main/README.md)\n", - "[Integration List](https://github.com/julep-ai/julep/tree/dev?tab=readme-ov-file#integrations)\n", - "Usecases\n", - "[User Profiling](https://github.com/julep-ai/julep/blob/dev/cookbooks/09-User_Management_and_Personalization.py)\n", - "[Email Assistant (Mailgun)](https://github.com/julep-ai/julep/blob/dev/cookbooks/00-Devfest-Email-Assistant.ipynb)\n", - "[Trip Planner (Weather + Wiki)](https://github.com/julep-ai/julep/blob/dev/cookbooks/04-TripPlanner_With_Weather_And_WikiInfo.ipynb)\n", - "[Doc Management](https://github.com/julep-ai/julep/blob/dev/cookbooks/10-Document_Management_and_Search.py)\n", - "[Website Crawler (Spider)](https://github.com/julep-ai/julep/blob/dev/cookbooks/01-Website_Crawler_using_Spider.ipynb)\n", - "[Multi-step Tasks](https://github.com/julep-ai/julep/blob/dev/cookbooks/06-Designing_Multi-Step_Tasks.py)\n", - "[Advanced Chat](https://github.com/julep-ai/julep/blob/dev/cookbooks/11-Advanced_Chat_Interactions.py)\n", - "Company\n", - "[About](./about)\n", - "[Contact Us](./contact)\n", - "[Book Demo](https://calendly.com/ishita-julep)\n", - "Socials\n", - "[Github](https://github.com/julep-ai/julep)\n", - "[LinkedIn](https://www.linkedin.com/company/julep-ai)\n", - "[Twitter](https://x.com/julep_ai)\n", - "[Dev.to](https://dev.to/julep)\n", - "[Hugging Face](https://huggingface.co/julep-ai)\n", - "[Youtube](https://www.youtube.com/@julep_ai)\n", - "Built by Engineers, for Engineers\n", - "©Julep AI Inc 2024\n", - "The document provides comprehensive information about Julep AI, including resources for developers, use cases, and community engagement options. It offers links to documentation, API keys, SDKs, integration lists, and showcases various application use cases such as user profiling, email assistance, trip planning, document management, and more. The document also features company background, contact information, and social media links, emphasizing their support for engineers and developers.\n", - "----------------------------------------------------------------------------------------------------\n", - "Doc 7:\n", - "Title: Website Document\n", - "Snippet content:\n", - "-Context Management:\n", - "Explicitly define how application and user state is managed and reduced -Ground Truth Examples:\n", - "Maintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\n", - "Separate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\n", - "complex processes as clear workflows rather than chains of prompts -Full Observability:\n", - "Save execution traces for debugging, monitoring, and continuous improvement How does Julep's approach differ from typical AI development While most platforms focus on prompt engineering and chaining LLM calls, Julep brings software engineering discipline to AI development Through our 8-Factor Agent methodology, we treat AI components as proper system elements:\n", - "- Prompts as Code:\n", - "Track prompts separately from application code, enabling systematic improvements and proper versioning - Clear Tool Interfaces:\n", - "Define explicit interfaces for all tool interactions, making capabilities modular and maintainable -Model Independence:\n", - "Treat model providers as external, replaceable resources to avoid vendor lock-in and enable easy switching -Context Management:\n", - "Explicitly define how application and user state is managed and reduced -Ground Truth Examples:\n", - "Maintain clear examples of expected prompt results for validation and testing -Structured Reasoning:\n", - "Separate processes into deliberative (planned, multi-step) and impromptu (quick response) reasoning -Workflow-Based Model:\n", - "complex processes as clear workflows rather than chains of prompts -Full Observability:\n", - "Save execution traces for debugging, monitoring, and continuous improvement\n", - "This chunk discusses Julep's unique approach to AI development using the 8-Factor Agent methodology, which emphasizes software engineering principles like context management, model independence, structured reasoning, and full observability to create robust, production-ready AI systems, differentiating it from typical AI development practices that focus primarily on prompt engineering.\n", - "----------------------------------------------------------------------------------------------------\n", - "Doc 8:\n", - "Title: Website Document\n", - "Snippet content:\n", - "[\n", - "](./)\n", - "[\n", - "Docs\n", - "](https://docs.julep.ai/)\n", - "[\n", - "Github\n", - "](https://github.com/julep-ai/julep)\n", - "[\n", - "Dashboard\n", - "](https://dashboard.julep.ai/agents/)\n", - "Examples\n", - "[\n", - "Discord\n", - "](https://discord.gg/2EUJzJU2Yt)\n", - "[\n", - "Book demo\n", - "](< https://calendly.com/ishita-julep>)\n", - "[\n", - "Contact Us\n", - "](./contact)\n", - "[\n", - "](./)\n", - "[\n", - "](./)\n", - "Announcing our Education+NGO program Eligible organizations get unlimited free credits Please apply[here](https://forms.gle/CCP6sDYeUfAXdUoi7) [](https://www.producthunt.com/posts/julep-ai)\n", - "Open Source\n", - "[\n", - "Github\n", - "★4.4K\n", - "](https://github.com/julep-ai/julep)\n", - "# Buildscalable\n", - "AIworkflows\n", - "inminutes\n", - "API to build multi-step agent workflows\n", - "[\n", - "Deploy your first agent\n", - "](https://dashboard-dev.julep.ai/)\n", - "[\n", - "Deploy your first agent\n", - "](https://dashboard-dev.julep.ai/)\n", - "[\n", - "Get a demo\n", - "](< https://calendly.com/ishita-julep>)\n", - "[\n", - "Get a demo\n", - "](< https://calendly.com/ishita-julep>)\n", - "CUSTOMER STORIES\n", - "Vidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\n", - "Vidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place CUSTOMER STORIES\n", - "Vidyo built personalised marketing intelligence for thousands of users usingposting trendsandcurrent top trends Iterate and deploy AI features super fast by bringing data from different sources in one place ## Connect with any AI model,\n", - "API or data source\n", - "Seamlessly integrate with your existing stack and favorite AI models LLM Platforms\n", - "Languages\n", - "Integrations\n", - "* * * * * * Any REST API\n", - "## Real people, Real results\n", - "* Julep to me sits in the intersection of what Zapier did for simplifying workflows, and what Vercel did for simplifying shipping The new possibilities are endless I am excited abut what all can be done with this tech at ES Suryansh Tibarewal\n", - "CEO, EssentiallySports\n", - "* For Vidyo, we shipped 6 months worth of product development in 6 hours GAME CHANGER!\n", - "The document outlines features and capabilities of Julep, a platform for building AI workflows and agents. It showcases customer stories and testimonials highlighting the platform's efficiency and integration benefits with existing tech stacks, similar to how Zapier and Vercel simplify workflows and shipping, respectively. The document also promotes an Education+NGO program offering unlimited free credits to eligible organizations and provides various resources, including demos, integrations, and documentation, to support AI development.\n", - "----------------------------------------------------------------------------------------------------\n" - ] - } - ], - "source": [ - "print(\"Matched docs:\\n\\n\")\n", - "\n", - "for index, doc in enumerate(response.docs):\n", - " print(f\"Doc {index + 1}:\")\n", - " print(f\"Title: {doc.title}\")\n", - " print(f\"Snippet content:\\n{doc.snippet.content}\")\n", - " print(\"-\" * 100)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "julep", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.12.3" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/cookbooks/README.md b/cookbooks/README.md index ce6d04d70..223133ef3 100644 --- a/cookbooks/README.md +++ b/cookbooks/README.md @@ -18,9 +18,8 @@ Each notebook explores a unique use case, demonstrating different aspects of Jul | `05-video-processing-with-natural-language.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/05-video-processing-with-natural-language.ipynb) | Processes videos using natural language commands | Yes | | `06-browser-use.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/06-browser-use.ipynb) | Demonstrates browser automation capabilities | Yes | | `07-personalized-research-assistant.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/07-personalized-research-assistant.ipynb) | Demonstrates personalized research assistant capabilities | Yes | -| `08_customer_support_chatbot.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/08_customer_support_chatbot.ipynb) | Demonstrates customer support chatbot capabilities | Yes | -| `09_companion_agent.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/09_companion_agent.ipynb) | Demonstrates companion agent capabilities like story generation, user persona management, and more | Yes | -| `10-crawling-and-rag.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/10-crawling-and-rag.ipynb) | Demonstrates crawling and RAG capabilities | Yes | +| `08-rag-customer-support-chatbot.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/08-rag-customer-support-chatbot.ipynb) | Demonstrates customer support chatbot capabilities | Yes | +| `09-companion-agent.ipynb` | [Colab Link](https://colab.research.google.com/github/julep-ai/julep/blob/dev/cookbooks/09-companion-agent.ipynb) | Demonstrates companion agent capabilities like story generation, user persona management, and more | Yes | ## Potential Cookbooks for Contributors diff --git a/documentation/docs/advanced/agentic-patterns.mdx b/documentation/docs/advanced/agentic-patterns.mdx index b35abb3d4..ceaa649cc 100644 --- a/documentation/docs/advanced/agentic-patterns.mdx +++ b/documentation/docs/advanced/agentic-patterns.mdx @@ -26,15 +26,15 @@ main: - prompt: role: system content: >- - Generate marketing copy for product X based on the following: - target_audience: {{_.audience}} - product_features: {{_.features}} - keywords: {{_.seo_keywords}} + $ f'''Generate marketing copy for product X based on the following: + target_audience: {_.audience} + product_features: {_.features} + keywords: {_.seo_keywords}''' unwrap: true # Step 2: Quality check gate - evaluate: - quality_check: _.content + quality_check: $ _.content # Step 3: Translation - prompt: @@ -66,17 +66,17 @@ main: # Route based on classification - switch: - - case: _.classification == "technical_support" + - case: $ _.classification == "technical_support" then: - tool: handle_technical arguments: ... - - case: _.classification == "billing" + - case: $ _.classification == "billing" then: - tool: handle_billing arguments: ... - - case: _.classification == "general" + - case: $ _.classification == "general" then: - tool: handle_general arguments: @@ -111,18 +111,18 @@ main: - prompt: role: system content: > - Break this task into multiple subtasks. - Here is the task: {{_.task}} + $ f'''Break this task into multiple subtasks. + Here is the task: {_.task}''' unwrap: true -- over: _.subtasks +- over: $ _.subtasks do: - workflow: run_subtask arguments: ... - tool: aggregate_results arguments: - results: _ + results: $ _ ``` 2. Voting: @@ -138,17 +138,17 @@ run_subtask: # Main workflow main: -- over: _.main_tasks +- over: $ _.main_tasks do: - workflow: run_subtask # Run the same task multiple times (given that the `run_subtask` workflow is non-deterministic) arguments: ... - tool: perform_voting arguments: - results: _ + results: $ _ - evaluate: - final_result: _ + final_result: $ _ ``` ### 4. Orchestrator-Workers Pattern @@ -166,15 +166,15 @@ main: # Orchestrator planning - prompt: role: system - content: Break down the task into subtasks. Here is the task: {{_.task}} + content: $ f'''Break down the task into subtasks. Here is the task: {_.task}''' unwrap: true # Worker delegation - foreach: - in: _.subtasks + in: $ _.subtasks do: tool: assign_worker arguments: - task: _ + task: $ _ ``` ### 5. Evaluator-Optimizer Pattern @@ -210,38 +210,38 @@ tools: evaluate_content: - tool: score_content arguments: - content: _.content -- if: _.score < 0.5 # If the content does not meet the criteria, improve it + content: $ _.content +- if: $ _.score < 0.5 # If the content does not meet the criteria, improve it then: - workflow: improve_content arguments: - content: _0.content # _0 is the main input of this workflow - feedback: _.feedback # _ is the output of the score_content tool call + content: $ steps[0].input.content # steps[0].input is the main input of this workflow + feedback: $ _.feedback # _ is the output of the score_content tool call else: evaluate: - final_content: _0.content + final_content: $ steps[0].input.content # Subworkflow to improve content improve_content: - prompt: role: system - content: Improve the content based on the feedback. Here is the feedback: {{_.feedback}} + content: $ f'''Improve the content based on the feedback. Here is the feedback: {_.feedback}''' unwrap: true - workflow: evaluate_content arguments: - content: _ + content: $ _ main: # Initial generation - prompt: role: system - content: Generate initial content. Here is the task: {{_.task}} + content: $ f'''Generate initial content. Here is the task: {_.task}''' unwrap: true # Evaluation loop - loop: - while: "not _.meets_criteria" + while: $ not _.meets_criteria do: - tool: evaluate_content - tool: improve_content @@ -252,7 +252,7 @@ main: 1. The `evaluate_content` subworkflow: - Takes content as input and scores it using a scoring tool - If the score is below 0.5, it triggers the improvement workflow - - Uses special variables (`_0` and `_`) to manage content and feedback between workflows + - Uses a special variable (`_`) to manage content and feedback between workflows - Returns the final content once quality criteria are met 2. The `improve_content` subworkflow: diff --git a/documentation/docs/advanced/lifecycle.mdx b/documentation/docs/advanced/lifecycle.mdx index 7babe8eae..071a2ad1d 100644 --- a/documentation/docs/advanced/lifecycle.mdx +++ b/documentation/docs/advanced/lifecycle.mdx @@ -84,11 +84,11 @@ We're using two integrations: #### Step 1: Fetch Weather Data ```yaml -- over: inputs[0].locations +- over: $ steps[0].input.locations map: tool: weather arguments: - location: _ + location: $ _ ``` This step: @@ -99,11 +99,11 @@ This step: #### Step 2: Search for Tourist Attractions ```yaml -- over: inputs[0].locations +- over: $ steps[0].input.locations map: tool: internet_search arguments: - query: "'tourist attractions in ' + _" + query: $ 'tourist attractions in ' + _ ``` @@ -117,11 +117,11 @@ This step: ```yaml - evaluate: zipped: |- - list( + $ list( zip( - inputs[0].locations, - [output['result'] for output in outputs[0]], - outputs[1] + steps[0].input.locations, + [output['result'] for output in steps[0].output], + steps[1].output ) ) ``` @@ -135,7 +135,7 @@ This step: #### Step 4: Generate Itineraries ```yaml -- over: _['zipped'] +- over: $ _['zipped'] parallelism: 3 # Inside the map step, each `_` represents the current element in the list # which is a tuple of (location, weather, attractions) @@ -143,18 +143,18 @@ This step: prompt: - role: system content: >- - You are {{{{agent.name}}}}. Your task is to create a detailed itinerary + $ f'''You are {agent.name}. Your task is to create a detailed itinerary for visiting tourist attractions in some locations. The user will give you the following information for each location: - The location - The current weather condition - - The top tourist attractions + - The top tourist attractions''' - role: user content: >- - Location: "{{{{_[0]}}}}" - Weather: "{{{{_[1]}}}}" - Attractions: "{{{{_[2]}}}}" + $ f'''Location: {_[0]} + Weather: {_[1]} + Attractions: {_[2]}''' unwrap: true ``` @@ -171,7 +171,7 @@ This step: ```yaml - evaluate: final_plan: |- - '\\n---------------\\n'.join(activity for activity in _) + $ '\\n---------------\\n'.join(activity for activity in _) ``` diff --git a/documentation/docs/advanced/new-syntax.mdx b/documentation/docs/advanced/new-syntax.mdx new file mode 100644 index 000000000..44f389113 --- /dev/null +++ b/documentation/docs/advanced/new-syntax.mdx @@ -0,0 +1,115 @@ +--- +title: 'New Syntax (Important)' +description: 'Learn about the new workflow syntax and how to migrate your existing workflows' +icon: 'code' +--- + +## Overview +We've updated our workflow syntax to make data flow more explicit and consistent. These changes improve readability and make workflows more maintainable. While this update requires modifications to existing workflows, it provides a more robust foundation for workflow development. + +## Major Changes + +### 1. Input/Output Data References + +The most significant change is how we reference input and output data between workflow steps. The new syntax makes the data flow more explicit by using the `steps` keyword. + +#### Old Syntax: +- `inputs[x]` - Referenced input data from step x +- `outputs[x]` - Referenced output data from step x +- `_x` - Shorthand for input data from step x + +#### New Syntax: +- `steps[x].input` - References input data from step x +- `steps[x].output` - References output data from step x +- `_x` - Has been removed + +### Example + +#### Old Syntax +```yaml +- evaluate: + input_data: inputs[0].a + output_data: outputs[0].b + shorthand: _0.c +``` + +#### New Syntax +```yaml +- evaluate: + input: $ steps[0].input.a + output: $ steps[0].output.b + shorthand: $ steps[0].input.c +``` + + +Notice the addition of the `$` prefix in the new syntax. This indicates that the value should be treated as a Python expression. We'll cover this in detail in the next section. + + +#### Key Changes: +- `inputs[0]` becomes `steps[0].input` +- `outputs[0]` becomes `steps[0].output` +- `_0` becomes `steps[0].input` +- Added `$` prefix to indicate Python expressions + +### 2. Template Syntax Changes Inside `prompt` Steps + +Another significant change is the removal of Jinja templates (`{{ }}`) in `log` steps and `prompt` steps. Instead, we now use Python f-strings with the `$` prefix for dynamic content. + +#### Old Syntax (Using Jinja): +```yaml +- prompt: + - role: user + content: Write me an article about the topic: {{inputs[0].topic}} +``` + +#### New Syntax (Using f-strings): +```yaml +- prompt: + - role: user + content: $ f"Write me an article about the topic: {steps[0].input.topic}" + - role: user + content: this is only text, no need for dollar sign prefix +``` + +For multiple lines, you can use a multiline f-string: + +```yaml +- prompt: + - role: user + content: |- + $ f""" + Write me an article about the topic: {steps[0].input.topic}. + The article should be {steps[0].input.article_length} words long. + """ +``` + + +The `$` prefix is only needed when the value contains a Python expression or f-string. Plain text content doesn't require the prefix. + + +### When to Use the $ Prefix + +The `$` prefix should be used in two scenarios: +1. When referencing step data (inputs/outputs) +2. When using Python expressions or f-strings + +#### Examples: + +```yaml +steps: + - prompt: + # Needs $ because it uses an f-string + - role: user + content: $ f"The temperature is {steps[0].input.temp}°C" + + # No $ needed - plain text + - role: user + content: Tell me about the weather + + - evaluate: + # Needs $ because it references step data + input: $ steps[0].output + + # Needs $ because it's a Python expression + condition: $ len(steps[0].input.text) > 100 +``` diff --git a/documentation/docs/advanced/python-expression.mdx b/documentation/docs/advanced/python-expression.mdx index e427325e4..a22d1ecc9 100644 --- a/documentation/docs/advanced/python-expression.mdx +++ b/documentation/docs/advanced/python-expression.mdx @@ -16,29 +16,51 @@ The underscore `_` is a special variable that serves three different purposes de ```yaml # If task is executed with input `{"topic": "AI"}` - evaluate: - topic: _.topic # Accesses the input "AI" + topic: $ _.topic # Accesses the input "AI" ``` 2. **Previous Step Output**: In any subsequent step, `_` contains the output from the previous step: ```yaml - evaluate: - results: _.split('\n') # Splits previous step's output into lines + results: $ _.split('\n') # Splits previous step's output into lines ``` 3. **Iterator Value**: In `foreach` and `map` steps, `_` represents the current item being iterated. ```yaml # If the task is executed with input `{"questions": ["What is AI?", "What is Julep?"]}` - foreach: - in: _.questions + in: $ _.questions do: - wait_for_input: info: - "message": _ # _ is each question + "message": $ _ # _ is each question ``` +## The Special `$` Variable + +The `$` variable is used to differentiate between a Python expression and a string. When using the `$` variable, the expression is evaluated as a Python expression. + +```yaml +- evaluate: + topic: $ _.topic # Accesses the input "AI" +``` + +```yaml +- prompt: + - role: user + content: |- + f''' + Please answer the following question: + {_.question} + ''' +``` + +To learn more about how to use the `$` variable, please refer to the [New Syntax](/docs/advanced/new-syntax) section. + + ## Where Python Expressions Are Used -Python expressions can be used in various task steps. For a complete list of step types and their syntax, refer to the [Step Types table in the README](https://github.com/julep-ai/julep#types-of-workflow-steps). +Python expressions can be used in various task steps. For a complete list of step types and their syntax, refer to the [Step Types table in the README](/docs/advanced/types-of-task-types). Common places include: - `evaluate` steps @@ -99,13 +121,13 @@ Example using these functions in an evaluate step: ```yaml - evaluate: # Parse JSON string with size limit of 1MB - data: json.loads(_.json_string) + data: $ json.loads(_.json_string) # Parse YAML string with size limit of 1MB - config: yaml.safe_load(_.yaml_string) + config: $ yaml.safe_load(_.yaml_string) # Extract JSON from text that might contain markdown code blocks - extracted_content: extract_json('Here is some JSON: ```json\n{"key": "value"}\n```') + extracted_content: $ extract_json('Here is some JSON: ```json\n{"key": "value"}\n```') ``` ### CSV Functions @@ -191,7 +213,7 @@ name: Data Processing Task main: # Using _ as input - evaluate: - csv_data: [row for row in csv.reader("a,b,c\n1,2,3")] + csv_data: $ [row for row in csv.reader("a,b,c\n1,2,3")] ``` ### Standard Library Modules @@ -220,19 +242,19 @@ name: Data Processing Task main: # Using _ as input - evaluate: - topics: _.topics # Access input topics + topics: $ _.topics # Access input topics # Using _ as previous output - evaluate: - filtered_topics: [t for t in _.topics if len(t) > 3] + filtered_topics: $ [t for t in _.topics if len(t) > 3] # Using _ in foreach - foreach: - in: _.filtered_topics + in: $ _.filtered_topics do: - tool: web_search arguments: - query: "'Latest news about ' + _" # _ is each topic + query: $ 'Latest news about ' + _ # _ is each topic ``` ## Security diff --git a/documentation/docs/advanced/types-of-task-steps.mdx b/documentation/docs/advanced/types-of-task-steps.mdx index 756a17013..46a5ab8c3 100644 --- a/documentation/docs/advanced/types-of-task-steps.mdx +++ b/documentation/docs/advanced/types-of-task-steps.mdx @@ -42,19 +42,19 @@ Send messages to the AI model: ```yaml YAML # Simple prompt -- prompt: "What is your name?" +- prompt: What is your name? # Multi-message prompt - prompt: - role: system - content: "You are a helpful assistant" + content: You are a helpful assistant - role: user content: "Hello!" # Prompt with settings - prompt: - role: user - content: "Generate a creative story" + content: Generate a creative story settings: model: "claude-3.5-sonnet" temperature: 0.8 @@ -91,12 +91,12 @@ Execute tools defined in the task: # Simple tool call - tool: web_search arguments: - query: "Latest AI news" + query: Latest AI news # Tool call with complex arguments - tool: process_data arguments: - input_data: _.previous_result + input_data: $ _.previous_result options: format: "json" validate: true @@ -109,13 +109,13 @@ Perform calculations or data manipulation: ```yaml YAML # Simple evaluation - evaluate: - count: "len(_.results)" + count: $ len(_.results) # Multiple evaluations - evaluate: - total: "sum(_.numbers)" - average: "_.total / len(_.numbers)" - formatted: "f'Average: {_.average:.2f}'" + total: $ sum(_.numbers) + average: $ _.total / len(_.numbers) + formatted: $ f'Average: {_.average:.2f}' ``` @@ -166,14 +166,40 @@ Store values for later use: ```yaml YAML # Set a single value - set: - user_name: "John" + user_name: John # Set multiple values - set: - count: "len(_.results)" - has_data: "_.count > 0" + count: $ len(_.results) + has_data: $ _.count > 0 ``` +### Label Step + +Label a step to make it easier to identify and access those values later in any step: + +```yaml YAML +# Step 0: Set a single value +- set: + user_name: John + label: get_user_name + +# Step 1: Set multiple values +- set: + count: $ len(_.results) + has_data: $ _.count > 0 + label: get_count_and_has_data +``` + +In any steps following the label step, you can access the values set in the label step using the `$ steps['label_name'].input.attribute_name` or `$ steps['label_name'].output.attribute_name` syntax. For example: + +```yaml YAML +- evaluate: + user_name: $ steps['get_user_name'].output.user_name +- evaluate: + count: $ steps['get_count_and_has_data'].output.count + has_data: $ steps['get_count_and_has_data'].output.has_data +``` ## Iteration Steps ### Foreach Step @@ -183,19 +209,19 @@ Iterate over a collection: ```yaml YAML # Simple foreach - foreach: - in: _.items + in: $ _.items do: - - log: "Processing {{_}}" + - log: $ f'Processing {_}' # Foreach with complex processing - foreach: - in: _.documents + in: $ _.documents do: - tool: analyze arguments: - text: _.content + text: $ _.content - evaluate: - results: "_ + [_.analysis]" + results: $ _ + [_.analysis] ``` ### Map-Reduce Step @@ -204,19 +230,19 @@ Process collections in parallel: ```yaml YAML # Simple map-reduce -- over: _.urls +- over: $ _.urls map: tool: fetch_content arguments: - url: _ - reduce: results + [_] + url: $ _ + reduce: $ results + [_] # Map-reduce with parallelism -- over: _.queries +- over: $ _.queries map: tool: web_search arguments: - query: _ + query: $ _ parallelism: 5 # Number of parallel steps to execute ``` @@ -234,7 +260,7 @@ Execute steps concurrently: - parallel: tool: task1 arguments: - param: "value1" + param: value1 ``` @@ -249,27 +275,27 @@ Conditional execution: ```yaml YAML # Simple if -- if: _.count > 0 +- if: $ _.count > 0 then: - - log: "Found results" + - log: Found results # If-else -- if: _.score > 0.8 +- if: $ _.score > 0.8 then: - - log: "High score" + - log: High score else: - - log: "Low score" + - log: Low score # Nested conditions -- if: _.type == "A" +- if: $ _.type == "A" then: - - if: _.value > 10 + - if: $ _.value > 10 then: - - log: "High value A" + - log: High value A else: - - log: "Low value A" + - log: Low value A else: - - log: "Not type A" + - log: Not type A ``` ### Switch Step @@ -279,15 +305,15 @@ Multiple condition handling: ```yaml YAML # Switch statement - switch: - - case: _.category == "A" + - case: $ _.category == "A" then: - - log: "Category A" - - case: _.category == "B" + - log: Category A + - case: $ _.category == "B" then: - - log: "Category B" - - case: _ # Default case + - log: Category B + - case: $ _ # Default case then: - - log: "Unknown category" + - log: Unknown category ``` ## Other Control Flow @@ -314,14 +340,14 @@ Return values from workflow: ```yaml YAML # Simple return -- return: _.result +- return: $ _.result # Structured return - return: - data: _.processed_data + data: $ _.processed_data metadata: - count: _.count - timestamp: "datetime.now().isoformat()" + count: $ _.count + timestamp: $ datetime.now().isoformat() ``` ### Yield Step @@ -333,15 +359,15 @@ Execute subworkflows: - yield: workflow: process_data arguments: - input_data: _.raw_data + input_data: $ _.raw_data # Yield with result handling - yield: workflow: analyze arguments: - text: _.content + text: $ _.content - evaluate: - analysis_result: _ + analysis_result: $ _ ``` ### Log Step @@ -349,7 +375,7 @@ Execute subworkflows: Log messages or specific values: ```yaml YAML -- log: "Processing completed for item {{item_id}}" +- log: $ f'Processing completed for item {item_id}' ``` ### Error Step @@ -357,7 +383,7 @@ Log messages or specific values: Handle errors by specifying an error message: ```yaml YAML -- error: "Invalid input provided" +- error: Invalid input provided ``` ## Example: Complex Workflow @@ -368,52 +394,52 @@ Here's an example combining various step types: main: # Initial setup - evaluate: - start_time: "datetime.now().isoformat()" + start_time: $ datetime.now().isoformat() # Get user input - wait_for_input: info: - message: "Enter search topics (comma-separated)" + message: Enter search topics (comma-separated) # Process input - evaluate: - topics: "_.input.split(',')" + topics: $ _.input.split(',') # Parallel search - map_reduce: - over: _.topics + over: $ _.topics map: - parallel: - tool: web_search arguments: - query: _ + query: $ _ - tool: arxiv_search arguments: - query: _ + query: $ _ parallelism: 3 # Process results - foreach: - in: _ + in: $ _ do: - evaluate: - web_results: _[0] - academic_results: _[1] - - if: "len(_.web_results) > 0 or len(_.academic_results) > 0" + web_results: $ _[0] + academic_results: $ _[1] + - if: $ len(_.web_results) > 0 or len(_.academic_results) > 0 then: - tool: summarize arguments: - texts: _.web_results + _.academic_results + texts: $ _.web_results + _.academic_results else: - evaluate: - summary: "'No results found'" + summary: No results found # Return final results - return: - results: _ + results: $ _ metadata: - start_time: _.start_time - end_time: "datetime.now().isoformat()" + start_time: $ _.start_time + end_time: $ datetime.now().isoformat() ``` ## Best Practices diff --git a/documentation/docs/concepts/docs.mdx b/documentation/docs/concepts/docs.mdx index 08b10e863..9b40b300a 100644 --- a/documentation/docs/concepts/docs.mdx +++ b/documentation/docs/concepts/docs.mdx @@ -324,11 +324,11 @@ By leveraging [System Tools](/docs/concepts/tools#system-tools), Julep [Tasks](/ # Step that lists all documents for the current user - tool: "list_user_docs" arguments: - user_id: "'USER_ID'" + user_id: USER_ID # Step that evaluates the textual contents of all documents for the current user - evaluate: - all_user_docs_contents: [doc.content for doc in _.items] + all_user_docs_contents: $ [doc.content for doc in _.items] ``` diff --git a/documentation/docs/concepts/tasks.mdx b/documentation/docs/concepts/tasks.mdx index 6772cc026..960271826 100644 --- a/documentation/docs/concepts/tasks.mdx +++ b/documentation/docs/concepts/tasks.mdx @@ -77,12 +77,12 @@ description: Create a concise summary of any document sample_sub_workflow: - prompt: |- - Tell me a joke about {{inputs[0].topic}}: + $ f'Tell me a joke about {steps[0].input.topic}:' main: - workflow: sample_sub_workflow arguments: - topic: "'AI'" + topic: AI ``` ### Steps @@ -121,20 +121,41 @@ Tasks have access to three types of context: #### Input Variables Access input parameters: ```yaml YAML -- prompt: "Hello {{inputs[0].user_name}}" +- prompt: $ f'Hello {steps[0].input.user_name}' ``` #### Step Results Use outputs from previous steps: ```yaml YAML -- evaluate: len(_.search_results) -- if: _.count > 0 +- evaluate: $ len(_.search_results) +- if: $ _.count > 0 ``` + + +In any step, you can access the input and output of a step using the `steps[index].output` or `steps[index].input` variable. For example: + +```yaml +- evaluate: + topic: $ steps[0].input.topic +``` + +```yaml +- evaluate: + topic: $ steps[0].output.topic +``` + +In Julep, the steps are indexed from 0. So the first step is `steps[0]` and the second step is `steps[1]` and so on. +Furthermore the first step input is nothing but the task input and the last step output is nothing but the output of the task. + + + +To learn more about how to use the `$` variable and new syntax, please refer to the [New Syntax](/docs/advanced/new-syntax) section. + #### Environment Context Access agent and session data: ```yaml YAML -- prompt: "Agent {{agent.name}} is helping you" +- prompt: $ f'Agent {agent.name} is helping you' ``` @@ -166,7 +187,7 @@ main: - prompt: Analyze customer sentiment - tool: categorize arguments: - text: inputs[0].feedback_text + text: $ steps[0].input.feedback_text ``` > Learn more about tools [here](/docs/concepts/tools). @@ -195,19 +216,19 @@ input_schema: main: - prompt: |- - Analyze the following text and create a summary: - {{inputs[0].document_text}} + $ f'''Analyze the following text and create a summary: + {steps[0].input.document_text}''' unwrap: true - evaluate: - too_long: len(_) > 500 - - if: _.too_long + too_long: $ len(_) > 500 + - if: $ _.too_long then: prompt: |- - Make the summary more concise: - {{outputs[0]}} + $ f'''Make the summary more concise: + {steps[0].output}''' else: evaluate: - content: outputs[0] + content: $ steps[0].output ``` ```python Python diff --git a/documentation/docs/concepts/tools.mdx b/documentation/docs/concepts/tools.mdx index 05e879ab0..00b875784 100644 --- a/documentation/docs/concepts/tools.mdx +++ b/documentation/docs/concepts/tools.mdx @@ -45,7 +45,7 @@ tools: main: - tool: send_notification arguments: - content: '"hi"' # <-- python expression + content: "hi" ``` @@ -74,7 +74,7 @@ tools: main: - tool: list_agents arguments: - limit: 10 # <-- python expression + limit: $ 10 ``` @@ -155,7 +155,7 @@ tools: main: - tool: wikipedia_search arguments: - query: "'Julep'" + query: "Julep" ``` @@ -179,7 +179,7 @@ main: - tool: hello arguments: json: - test: _.input # <-- python expression + test: $ _.input # <-- python expression ``` ## How to Use Tools @@ -247,7 +247,7 @@ tools: main: - tool: wikipedia_search arguments: - query: "'Julep'" + query: "Julep" ``` ```python Python diff --git a/documentation/docs/integrations/web_browser_automation/remote_browser.mdx b/documentation/docs/integrations/web_browser_automation/remote_browser.mdx index 270b7e733..f1688454a 100644 --- a/documentation/docs/integrations/web_browser_automation/remote_browser.mdx +++ b/documentation/docs/integrations/web_browser_automation/remote_browser.mdx @@ -53,14 +53,14 @@ To get started with the Remote Browser integration, follow these steps to config project_id: {browserbase_project_id} - evaluate: - browser_session_id: _.id - connect_url: _.connect_url + browser_session_id: $ _.id + connect_url: $ _.connect_url - tool: browser_tool arguments: - connect_url: _.connect_url - action: "'navigate'" - text: "'https://www.google.com'" + connect_url: $ _.connect_url + action: "navigate" + text: "https://www.google.com" ``` diff --git a/documentation/docs/introduction/quickstart.mdx b/documentation/docs/introduction/quickstart.mdx index ead099bf0..19e20c6fe 100644 --- a/documentation/docs/introduction/quickstart.mdx +++ b/documentation/docs/introduction/quickstart.mdx @@ -26,7 +26,7 @@ main: - role: system content: You are a creative story writer. - role: user - content: Write a short story about {{inputs[0].topic}} + content: $ f'Write a short story about {steps[0].input.topic}' ``` @@ -107,7 +107,7 @@ Let's create a task that generates a short story based on a given topic: - role: system content: You are a creative story writer. - role: user - content: Write a short story about {{inputs.topic}} + content: $ f'Write a short story about {steps[0].input.topic}' """) task = client.tasks.create( @@ -127,7 +127,7 @@ Let's create a task that generates a short story based on a given topic: - role: system content: You are a creative story writer. - role: user - content: Write a short story about {{inputs.topic}} + content: $ f'Write a short story about {steps[0].input.topic}' `; const task = await client.tasks.create( diff --git a/documentation/docs/tutorials/browser-use.mdx b/documentation/docs/tutorials/browser-use.mdx index 581fb85c7..4f8efefb0 100644 --- a/documentation/docs/tutorials/browser-use.mdx +++ b/documentation/docs/tutorials/browser-use.mdx @@ -87,8 +87,8 @@ tools: ```yaml - tool: create_julep_session arguments: - agent: str(agent.id) - situation: "'The environment is a browser'" + agent: $ str(agent.id) + situation: "The environment is a browser" recall: 'False' ``` @@ -98,7 +98,7 @@ tools: ```yaml - evaluate: - julep_session_id: _.id + julep_session_id: $ _.id ``` After creating the session, we store its unique identifier for future reference. @@ -115,8 +115,8 @@ tools: ```yaml - evaluate: - browser_session_id: _.id - connect_url: _.connect_url + browser_session_id: $ _.id + connect_url: $ _.connect_url ``` We store both the browser session ID and connect URL in a single evaluation step. @@ -125,7 +125,7 @@ tools: ```yaml - tool: get_session_view_urls arguments: - id: _.browser_session_id + id: $ _.browser_session_id ``` This step retrieves various URLs associated with the browser session, including debugging interfaces and live view URLs. @@ -133,7 +133,7 @@ tools: ```yaml - evaluate: - debugger_url: _.urls.debuggerUrl + debugger_url: $ _.urls.debuggerUrl ``` We specifically store the debugger URL, which provides access to Chrome DevTools Protocol debugging interface. @@ -142,9 +142,9 @@ tools: ```yaml - tool: perform_browser_action arguments: - connect_url: outputs[3].connect_url - action: "'navigate'" - text: "'https://www.google.com'" + connect_url: $ steps[3].output.connect_url + action: "navigate" + text: "https://www.google.com" ``` This step navigates to Google's homepage to avoid sending a blank screenshot when computer use starts. @@ -153,12 +153,12 @@ tools: ```yaml - workflow: run_browser arguments: - julep_session_id: outputs[1].julep_session_id - cdp_url: outputs[3].connect_url + julep_session_id: $ steps[1].output.julep_session_id + cdp_url: $ steps[3].output.connect_url messages: - - role: "'user'" + - role: "user" content: |- - """ + $ """ * You are utilising a headless chrome browser to interact with the internet. * You can use the computer tool to interact with the browser. @@ -170,7 +170,7 @@ tools: * YOU CANNOT WRITE TO THE SEARCH BAR OF THE BROWSER. - *""" + inputs[0].goal + NEWLINE + "" + *""" + steps[0].input.goal + NEWLINE + "" ``` Finally, we initiate the interactive browser workflow with system capabilities and user goal. @@ -185,8 +185,8 @@ The `run_browser` subworkflow is a crucial component that handles the interactiv ```yaml - tool: session_chat arguments: - session_id: _.julep_session_id - messages: _.messages + session_id: $ _.julep_session_id + messages: $ _.messages recall: 'False' ``` This step engages the AI agent in conversation, allowing it to: @@ -199,14 +199,14 @@ The `run_browser` subworkflow is a crucial component that handles the interactiv ```yaml - foreach: - in: _.tool_calls + in: $ _.tool_calls do: tool: perform_browser_action arguments: - connect_url: inputs[0].cdp_url - action: _.action - text: _.get('text') - coordinate: _.get('coordinate') + connect_url: $ steps[0].input.cdp_url + action: $ _.action + text: $ _.get('text') + coordinate: $ _.get('coordinate') ``` This component: - Iterates through planned actions sequentially @@ -219,9 +219,9 @@ The `run_browser` subworkflow is a crucial component that handles the interactiv ```yaml - workflow: check_goal_status arguments: - messages: _.messages - julep_session_id: _.julep_session_id - cdp_url: _.cdp_url + messages: $ _.messages + julep_session_id: $ _.julep_session_id + cdp_url: $ _.cdp_url ``` This final part: - Assesses progress toward the user's goal @@ -239,14 +239,14 @@ The `check_goal_status` subworkflow is a recursive component that ensures contin ```yaml check_goal_status: - - if: len(_.messages) > 0 + - if: $ len(_.messages) > 0 then: workflow: run_browser arguments: - messages: _.messages - julep_session_id: _.julep_session_id - cdp_url: _.cdp_url - workflow_label: "'run_browser'" + messages: $ _.messages + julep_session_id: $ _.julep_session_id + cdp_url: $ _.cdp_url + workflow_label: "run_browser" ``` @@ -266,7 +266,20 @@ This recursive pattern ensures that the browser automation continues until eithe ```yaml YAML # yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json - name: computer-use-task + name: Julep Browser Use Task + description: A Julep agent that can use the computer tool to interact with the browser. + + ######################################################## + ################### INPUT SCHEMA ####################### + ######################################################## + + input_schema: + type: object + properties: + goal: + type: string + required: + - goal ######################################################## ####################### TOOLS ########################## @@ -312,18 +325,6 @@ This recursive pattern ensures that the browser automation continues until eithe resource: session operation: chat - ######################################################## - ################### INPUT SCHEMA ####################### - ######################################################## - - input_schema: - type: object - properties: - goal: - type: string - required: - - goal - ######################################################## ################### MAIN WORKFLOW ###################### ######################################################## @@ -333,51 +334,51 @@ This recursive pattern ensures that the browser automation continues until eithe # Step #0 - Create Julep Session - tool: create_julep_session arguments: - agent: str(agent.id) - situation: "'Juelp Browser Use Agent'" + agent: $ str(agent.id) + situation: "Juelp Browser Use Agent" recall: 'False' # Step #1 - Store Julep Session ID - evaluate: - julep_session_id: _.id + julep_session_id: $ _.id # Step #2 - Create Browserbase Session - tool: create_browserbase_session arguments: - project_id: "'c35ee022-883e-4070-9f3c-89607393214b'" + project_id: "c35ee022-883e-4070-9f3c-89607393214b" # Step #3 - Store Browserbase Session Info - evaluate: - browser_session_id: _.id - connect_url: _.connect_url + browser_session_id: $ _.id + connect_url: $ _.connect_url # Step #4 - Get Session View URLs - tool: get_session_view_urls arguments: - id: _.browser_session_id + id: $ _.browser_session_id # Step #5 - Store Debugger URL - evaluate: - debugger_url: _.urls.debuggerUrl + debugger_url: $ _.urls.debuggerUrl # Step #6 - Navigate to Google # Navigate to google to avoid sending a blank # screenshot when computer use starts - tool: perform_browser_action arguments: - connect_url: outputs[3].connect_url - action: "'navigate'" - text: "'https://www.google.com'" + connect_url: $ steps[3].output.connect_url + action: "navigate" + text: "https://www.google.com" # Step #7 - Run Browser Workflow - workflow: run_browser arguments: - julep_session_id: outputs[1].julep_session_id - cdp_url: outputs[3].connect_url + julep_session_id: $ steps[1].output.julep_session_id + cdp_url: $ steps[3].output.connect_url messages: - - role: "'user'" + - role: "user" content: |- - """ + $ """ * You are utilising a headless chrome browser to interact with the internet. * You can use the computer tool to interact with the browser. @@ -385,12 +386,12 @@ This recursive pattern ensures that the browser automation continues until eithe * You are already inside the browser. * You can't open new tabs or windows. * For now, rely on screenshots as the only way to see the browser. - * You can't don't have access to the browser's UI. + * You don't have access to the browser's UI. * YOU CANNOT WRITE TO THE SEARCH BAR OF THE BROWSER. - *""" + inputs[0].goal + NEWLINE + "" - workflow_label: "'run_browser'" # <----- REMOVE THIS + *""" + steps[0].input.goal + NEWLINE + "" + workflow_label: "run_browser" # <----- REMOVE THIS ######################################################## @@ -402,60 +403,62 @@ This recursive pattern ensures that the browser automation continues until eithe # Step #0 - Agent Interaction - tool: session_chat arguments: - session_id: _.julep_session_id - messages: _.messages + session_id: $ _.julep_session_id + messages: $ _.messages recall: 'False' # Step #1 - Evaluate the response from the agent - evaluate: - content: _.choices[0].message.content - tool_calls: "[ \ - { \ - 'tool_call_id': tool_call.id, \ - 'action': load_json(tool_call.function.arguments)['action'], \ - 'text': load_json(tool_call.function.arguments).get('text'), \ - 'coordinate': load_json(tool_call.function.arguments).get('coordinate') \ - } \ - for tool_call in _.choices[0].message.tool_calls or [] if tool_call.type == 'function']" + content: $ _.choices[0].message.content + tool_calls: |- + $ [ + { + 'tool_call_id': tool_call.id, + 'action': load_json(tool_call.function.arguments)['action'], + 'text': load_json(tool_call.function.arguments).get('text'), + 'coordinate': load_json(tool_call.function.arguments).get('coordinate') + } + for tool_call in _.choices[0].message.tool_calls or [] if tool_call.type == 'function'] # Step #2 - Perform the actions requested by the agent - foreach: - in: _.tool_calls + in: $ _.tool_calls do: tool: perform_browser_action arguments: - connect_url: inputs[0].cdp_url - action: _.action if not (str(_.get('text', '')).startswith('http') and _.action == 'type') else 'navigate' - text: _.get('text') - coordinate: _.get('coordinate') + connect_url: $ steps[0].input.cdp_url + action: $ _.action if not (str(_.get('text', '')).startswith('http') and _.action == 'type') else 'navigate' + text: $ _.get('text') + coordinate: $ _.get('coordinate') # Step #3 - Convert the result of the actions into a chat message - evaluate: - contents: "[\ - { \ - 'type': 'image_url', \ - 'image_url': { \ - 'url': result['base64_image'], \ + contents: >- + $ [ \ + { \ + 'type': 'image_url', \ + 'image_url': { \ + 'url': result['base64_image'], \ + } \ + } if result['base64_image'] is not None else \ + { \ + 'type': 'text', \ + 'text': result['output'] if result['output'] is not None else 'done' \ } \ - } if result['base64_image'] is not None else \ - { \ - 'type': 'text', \ - 'text': result['output'] if result['output'] is not None else 'done' \ - } \ - for result in _]" + for result in _] # Step #4 - Convert the result of the actions into a chat message - evaluate: - messages: "[{'content': [_.contents[i]], 'role': 'tool', 'name': 'computer', 'tool_call_id': outputs[1].tool_calls[i].tool_call_id} for i in range(len(_.contents))]" + messages: "$ [{'content': [_.contents[i]], 'role': 'tool', 'name': 'computer', 'tool_call_id': steps[1].output.tool_calls[i].tool_call_id} for i in range(len(_.contents))]" # Step #5 - Check if the goal is achieved and recursively run the browser - workflow: check_goal_status arguments: - messages: _.messages - julep_session_id: inputs[0].julep_session_id - cdp_url: inputs[0].cdp_url - workflow_label: "'check_goal_status'" + messages: $ _.messages + julep_session_id: $ steps[0].input.julep_session_id + cdp_url: $ steps[0].input.cdp_url + workflow_label: "check_goal_status" ######################################################## @@ -465,14 +468,14 @@ This recursive pattern ensures that the browser automation continues until eithe check_goal_status: # Step #0 - Check if the goal is achieved and recursively run the browser - - if: len(_.messages) > 0 + - if: $ len(_.messages) > 0 then: workflow: run_browser arguments: - messages: _.messages - julep_session_id: _.julep_session_id - cdp_url: _.cdp_url - workflow_label: "'run_browser'" + messages: $ _.messages + julep_session_id: $ _.julep_session_id + cdp_url: $ _.cdp_url + workflow_label: "run_browser" ``` diff --git a/documentation/docs/tutorials/crawling-web-pages-with-rag.mdx b/documentation/docs/tutorials/customer-support-rag.mdx similarity index 82% rename from documentation/docs/tutorials/crawling-web-pages-with-rag.mdx rename to documentation/docs/tutorials/customer-support-rag.mdx index ade787dc3..722e0f959 100644 --- a/documentation/docs/tutorials/crawling-web-pages-with-rag.mdx +++ b/documentation/docs/tutorials/customer-support-rag.mdx @@ -1,12 +1,13 @@ --- -title: 'Crawling Web Pages with RAG' -description: 'Learn how to crawl web pages and implement RAG (Retrieval Augmented Generation) with Julep' +title: 'Customer Support Chatbot using RAG' +description: 'Learn how to build a customer support chatbot using RAG with Julep' icon: 'display' --- ## Overview This tutorial demonstrates how to: + - Set up a web crawler using Julep's Spider integration - Process and store crawled content in a document store - Implement RAG for enhanced AI responses @@ -66,18 +67,18 @@ We're using two tools: ```yaml - tool: spider_crawler arguments: - url: "_['url']" + url: $ _['url'] params: - request: "'smart_mode'" - limit: _['pages_limit'] - return_format: "'markdown'" + request: "smart_mode" + limit: $ _['pages_limit'] + return_format: "markdown" proxy_enabled: "True" filter_output_images: "True" filter_output_svg: "True" readability: "True" sitemap: "True" chunking_alg: - type: "'bysentence'" + type: "bysentence" value: "15" ``` @@ -95,23 +96,24 @@ We're using two tools: ```yaml - evaluate: - documents: _['content'] + documents: $ _['content'] - - over: "[(_0.content, chunk) for chunk in _['documents']]" + - over: $ "[(steps[0].input.content, chunk) for chunk in _['documents']]" parallelism: 3 map: prompt: - role: user content: >- + $ f''' - {{_[0]}} + {_[0]} - {{_[1]}} + {_[1]} - Please give a short succinct context to situate this chunk within the overall document. + Please give a short succinct context to situate this chunk within the overall document.''' ``` This step: @@ -122,17 +124,17 @@ We're using two tools: ```yaml - - over: _['final_chunks'] + - over: $ _['final_chunks'] parallelism: 3 map: tool: create_agent_doc arguments: - agent_id: "'{agent.id}'" + agent_id: $ agent.id data: metadata: - source: "'spider_crawler'" - title: "'Website Document'" - content: _ + source: spider_crawler + title: Website Document + content: $ _ ``` This step: @@ -144,8 +146,22 @@ We're using two tools: ```yaml YAML - name: Crawl a website and create a agent document + # yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json + name: Julep Customer Support RAG Task + description: A Julep agent that can crawl a website and store the content in the document store. + + ######################################################## + ################### INPUT SCHEMA ####################### + ######################################################## + input_schema: + type: object + properties: + url: + type: string + pages_limit: + type: integer + ######################################################## ################### TOOLS ############################## ######################################################## @@ -175,26 +191,27 @@ We're using two tools: # Step #0 - Evaluate the content - evaluate: - documents: _['content'] + documents: $ _['content'] # Step #1 - Process each content chunk in parallel - - over: "[(_0.content, chunk) for chunk in _['documents']]" + - over: $ "[(steps[0].input.content, chunk) for chunk in _['documents']]" parallelism: 3 map: prompt: - role: user content: >- + $ f''' - {{_[0]}} + {_[0]} Here is the chunk we want to situate within the whole document - {{_[1]}} + {_[1]} Please give a short succinct context to situate this chunk within the overall document for the purposes of improving search retrieval of the chunk. - Answer only with the succinct context and nothing else. + Answer only with the succinct context and nothing else.''' unwrap: true settings: @@ -203,23 +220,23 @@ We're using two tools: # Step #2 - Create a new document and add it to the agent docs store - evaluate: final_chunks: | - [ - NEWLINE.join([chunk, succint]) for chunk, succint in zip(_1.documents, _) + $ [ + NEWLINE.join([chunk, succint]) for chunk, succint in zip(steps[1].input.documents, _) ] # Step #3 - Create a new document and add it to the agent docs store - - over: _['final_chunks'] + - over: $ _['final_chunks'] parallelism: 3 map: tool: create_agent_doc arguments: - agent_id: "'00000000-0000-0000-0000-000000000000'" # <--- This is the agent id of the agent you want to add the document to + agent_id: "00000000-0000-0000-0000-000000000000" # <--- This is the agent id of the agent you want to add the document to data: metadata: - source: "'spider_crawler'" + source: "spider_crawler" - title: "'Website Document'" - content: _ + title: "Website Document" + content: $ _ ######################################################## ################### MAIN WORKFLOW ###################### @@ -230,11 +247,11 @@ We're using two tools: # Step #0 - Define a tool call step that calls the spider_crawler tool with the url input - tool: spider_crawler arguments: - url: "_['url']" # You can also use 'inputs[0]['url']' + url: $ _['url'] # You can also use 'steps[0].input['url']' params: - request: "'smart_mode'" - limit: _['pages_limit'] # <--- This is the number of pages to crawl (taken from the input of the task) - return_format: "'markdown'" + request: "smart_mode" + limit: $ _['pages_limit'] # <--- This is the number of pages to crawl (taken from the input of the task) + return_format: "markdown" proxy_enabled: "True" filter_output_images: "True" # <--- This is to execlude images from the output filter_output_svg: "True" # <--- This is to execlude svg from the output @@ -242,16 +259,16 @@ We're using two tools: readability: "True" # <--- This is to make the output more readable sitemap: "True" # <--- This is to crawl the sitemap chunking_alg: # <--- Using spider's bysentence algorithm to chunk the output - type: "'bysentence'" + type: "bysentence" value: "15" # <--- This is the number of sentences per chunk # Step #1 - Evaluate step to document chunks - foreach: - in: _['result'] + in: $ _['result'] do: workflow: index_page arguments: - content: _.content + content: $ _.content ``` @@ -459,4 +476,4 @@ For additional support or to learn more: ## Next Steps -Try this task yourself, check out the full example, see the [crawling-and-rag cookbook](https://github.com/julep-ai/julep/blob/main/cookbooks/10-crawling-and-rag.ipynb). \ No newline at end of file +Try this task yourself, check out the full example, see the [Customer Support Chatbot using RAG cookbook](https://github.com/julep-ai/julep/blob/main/cookbooks/08-rag-customer-support-chatbot.ipynb). \ No newline at end of file diff --git a/documentation/docs/tutorials/trip-planning.mdx b/documentation/docs/tutorials/trip-planning.mdx index 1ce9bfb78..921f2cb92 100644 --- a/documentation/docs/tutorials/trip-planning.mdx +++ b/documentation/docs/tutorials/trip-planning.mdx @@ -65,11 +65,11 @@ We're using two integrations: ```yaml - - over: inputs[0].locations - map: - tool: weather - arguments: - location: _ + - over: $ steps[0].input.locations + map: + tool: weather + arguments: + location: $ _ ``` @@ -77,11 +77,11 @@ We're using two integrations: For example: ```yaml - - over: ["Paris", "London"] + - over: $ ["Paris", "London"] map: tool: weather arguments: - location: _ # _ will be "Paris", then "London" + location: $ _ # _ will be "Paris", then "London" ``` @@ -94,11 +94,11 @@ We're using two integrations: ```yaml - - over: inputs[0].locations - map: - tool: internet_search - arguments: - query: "'tourist attractions in ' + _" + - over: $ steps[0].input.locations + map: + tool: internet_search + arguments: + query: $ 'tourist attractions in ' + _ ``` @@ -110,16 +110,16 @@ We're using two integrations: - ```yaml - - evaluate: - zipped: |- - list( - zip( - inputs[0].locations, - [output['result'] for output in outputs[0]], - outputs[1] - ) + ```yaml + - evaluate: + zipped: |- + $ list( + zip( + steps[0].input.locations, + [output['result'] for output in steps[0].output], + steps[1].output ) + ) ``` @@ -133,27 +133,27 @@ We're using two integrations: ```yaml - - over: _['zipped'] - parallelism: 3 - # Inside the map step, each `_` represents the current element in the list - # which is a tuple of (location, weather, attractions) - map: - prompt: - - role: system - content: >- - You are {{agent.name}}. Your task is to create a detailed itinerary - for visiting tourist attractions in some locations. - The user will give you the following information for each location: - - - The location - - The current weather condition - - The top tourist attractions - - role: user - content: >- - Location: "{{_[0]}}" - Weather: "{{_[1]}}" - Attractions: "{{_[2]}}" - unwrap: true + - over: $ _['zipped'] + parallelism: 3 + # Inside the map step, each `_` represents the current element in the list + # which is a tuple of (location, weather, attractions) + map: + prompt: + - role: system + content: >- + $ f'''You are {agent.name}. Your task is to create a detailed itinerary + for visiting tourist attractions in some locations. + The user will give you the following information for each location: + + - The location + - The current weather condition + - The top tourist attractions''' + - role: user + content: >- + $ f'''Location: "{_[0]}" + Weather: "{_[1]}" + Attractions: "{_[2]}"''' + unwrap: true ``` @@ -168,10 +168,10 @@ We're using two integrations: - ```yaml - - evaluate: - final_plan: |- - '\\n---------------\\n'.join(activity for activity in _) + ```yaml + - evaluate: + final_plan: |- + $ '\\n---------------\\n'.join(activity for activity in _) ``` @@ -186,7 +186,8 @@ We're using two integrations: ```yaml YAML # yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json - name: Tourist Plan With Weather And Attractions + name: Julep Trip Planning Task + description: A Julep agent that can generate a detailed itinerary for visiting tourist attractions in some locations, considering the current weather conditions. ######################################################## ################### INPUT SCHEMA ####################### @@ -229,59 +230,56 @@ We're using two integrations: ################### MAIN WORKFLOW ###################### ######################################################## - main: - # Step #0 - Get weather data for each location - - over: inputs[0].locations - map: - tool: weather - arguments: - location: _ - - # Step #1 - Search for tourist attractions for each location - - over: inputs[0].locations - map: - tool: internet_search - arguments: - query: "'tourist attractions in ' + _" - - # Step #2 - Zip locations, weather, and attractions into a list of tuples [(location, weather, attractions)] - - evaluate: - zipped: |- - list( - zip( - inputs[0].locations, - [output['result'] for output in outputs[0]], - outputs[1] - ) +main: +- over: $ steps[0].input.locations + map: + tool: weather + arguments: + location: $ _ + +- over: $ steps[0].input.locations + map: + tool: internet_search + arguments: + query: $ 'tourist attractions in ' + _ + +# Zip locations, weather, and attractions into a list of tuples [(location, weather, attractions)] +- evaluate: + zipped: |- + $ list( + zip( + steps[0].input.locations, + [output['result'] for output in steps[0].output], + steps[1].output ) - - # Step #3 - Generate itineraries for each location - - over: _['zipped'] - parallelism: 3 - # Inside the map step, each `_` represents the current element in the list - # which is a tuple of (location, weather, attractions) - map: - prompt: - - role: system - content: >- - You are {{agent.name}}. Your task is to create a detailed itinerary - for visiting tourist attractions in some locations. - The user will give you the following information for each location: - - - The location - - The current weather condition - - The top tourist attractions - - role: user - content: >- - Location: "{{_[0]}}" - Weather: "{{_[1]}}" - Attractions: "{{_[2]}}" - unwrap: true - - # Step #4 - Format the final output - - evaluate: - final_plan: |- - '\\n---------------\\n'.join(activity for activity in _) + ) + + +- over: $ _['zipped'] + parallelism: 3 + # Inside the map step, each `_` represents the current element in the list + # which is a tuple of (location, weather, attractions) + map: + prompt: + - role: system + content: >- + $ f'''You are {agent.name}. Your task is to create a detailed itinerary + for visiting tourist attractions in some locations. + The user will give you the following information for each location: + + - The location + - The current weather condition + - The top tourist attractions''' + - role: user + content: >- + $ f'''Location: "{_[0]}" + Weather: "{_[1]}" + Attractions: "{_[2]}"''' + unwrap: true + +- evaluate: + final_plan: |- + $ '\\n---------------\\n'.join(activity for activity in _) ``` diff --git a/documentation/docs/tutorials/video-processing.mdx b/documentation/docs/tutorials/video-processing.mdx index 47c4334e3..e44992ce0 100644 --- a/documentation/docs/tutorials/video-processing.mdx +++ b/documentation/docs/tutorials/video-processing.mdx @@ -80,16 +80,16 @@ We're using three main integrations: ```yaml - - tool: cloudinary_upload - arguments: - file: '_0.upload_file' - public_id: '_0.public_id' - upload_params: - resource_type: "'video'" + - tool: cloudinary_upload + arguments: + file: $ steps[0].input.video_url + public_id: $ steps[0].input.public_id + upload_params: + resource_type: video ``` - - The `_0` variable refers to the initial input object passed to the task. It's used to access the input parameters defined in the input schema. + + The `steps[0].input` variable refers to the initial input object passed to the task. It's used to access the input parameters defined in the input schema. This step: @@ -102,13 +102,13 @@ We're using three main integrations: ```yaml - tool: cloudinary_upload arguments: - file: '_0.upload_file' - public_id: '_0.public_id' + file: $ steps[0].input.upload_file + public_id: $ steps[0].input.public_id upload_params: - resource_type: "'video'" + resource_type: video transformation: - - start_offset: "0" - end_offset: "30" + - start_offset: 0 + end_offset: 30 ``` This step: @@ -123,7 +123,7 @@ We're using three main integrations: content: - type: image_url image_url: - url: "{{trimmed_video_url}}" + url: trimmed_video_url - type: text text: |- Which speakers are speaking in the video? And where does each of them sit? @@ -139,7 +139,7 @@ We're using three main integrations: ```yaml - evaluate: speakers_transformations: |- - [ + $ [ transform for speaker in _.speakers_json for transform in [ @@ -169,10 +169,10 @@ We're using three main integrations: ```yaml - tool: cloudinary_upload arguments: - file: '_0.upload_file' - public_id: '_0.public_id' + file: $ steps[0].input.upload_file + public_id: $ steps[0].input.public_id upload_params: - resource_type: "'video'" + resource_type: video transformation: _.speakers_transformations ``` @@ -186,7 +186,8 @@ We're using three main integrations: ```yaml YAML # yaml-language-server: $schema=https://raw.githubusercontent.com/julep-ai/julep/refs/heads/dev/schemas/create_task_request.json - name: Video Processing With Natural Language + name: Julep Video Processing Task + description: A Julep agent that can process and analyze videos using Cloudinary ######################################################## ################### INPUT SCHEMA ####################### @@ -228,10 +229,10 @@ We're using three main integrations: # Step #0 - Upload the video to cloudinary - tool: cloudinary_upload arguments: - file: '_0.video_url' - public_id: '_0.public_id' + file: $ steps[0].input.video_url + public_id: $ steps[0].input.public_id upload_params: - resource_type: "'video'" + resource_type: video # Step #1 - Analyze the video content with a prompt - prompt: @@ -268,12 +269,12 @@ We're using three main integrations: `` - type: image_url image_url: - url: "{{{{_.url}}}}" + url: $ _.url - type: text text: |- - Hey, check the video above, I need to apply the following transformations using cloudinary. - {{{{_0.transformation_prompt}}}} + $ f'''Hey, check the video above, I need to apply the following transformations using cloudinary. + {steps[0].input.transformation_prompt}''' unwrap: true settings: @@ -281,20 +282,22 @@ We're using three main integrations: # Step #2 - Extract the json from the model's response - evaluate: - model_transformation: load_json(_[_.find("```json")+7:][:_[_.find("```json")+7:].find("```")]) + model_transformation: >- + $ load_json( + _[_.find("```json")+7:][:_[_.find("```json")+7:].find("```")]) # Step #3 - Upload the video to cloudinary - tool: cloudinary_upload arguments: - file: '_0.video_url' - public_id: '_0.public_id' + file: $ steps[0].input.video_url + public_id: $ steps[0].input.public_id upload_params: - transformation: '_.model_transformation' - resource_type: "'video'" + transformation: $ _.model_transformation + resource_type: video # Step #4 - Evaluate the transformed video url - evaluate: - transformed_video_url: '_.url' + transformed_video_url: $ _.url ``` diff --git a/documentation/mint.json b/documentation/mint.json index 7e2f72c7e..99a7b5428 100644 --- a/documentation/mint.json +++ b/documentation/mint.json @@ -57,6 +57,10 @@ { "name": "Support", "url": "mailto:developers@julep.ai" + }, + { + "name": "🚨 New Syntax Update", + "url": "/docs/advanced/new-syntax" } ], "topbarCtaButton": { @@ -118,7 +122,7 @@ "group": "Tutorials", "pages": [ "docs/tutorials/browser-use", - "docs/tutorials/crawling-web-pages-with-rag", + "docs/tutorials/customer-support-rag", "docs/tutorials/trip-planning", "docs/tutorials/video-processing" ] @@ -172,7 +176,8 @@ "docs/advanced/python-expression", "docs/advanced/types-of-task-steps", "docs/advanced/multi-agent-multi-user-sessions", - "docs/advanced/files" + "docs/advanced/files", + "docs/advanced/new-syntax" ] }, {